|
2182 | 2182 | },
|
2183 | 2183 | "ResourceId":{
|
2184 | 2184 | "shape":"ResourceId",
|
2185 |
| - "documentation":"<p>The resource ID you want to tag.</p> <p>Use the ID of the resource. Here are some examples:</p> <p>ManagedInstance: mi-012345abcde</p> <p>MaintenanceWindow: mw-012345abcde</p> <p>PatchBaseline: pb-012345abcde</p> <p>For the Document and Parameter values, use the name of the resource.</p> <note> <p>The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.</p> </note>" |
| 2185 | + "documentation":"<p>The resource ID you want to tag.</p> <p>Use the ID of the resource. Here are some examples:</p> <p>ManagedInstance: mi-012345abcde</p> <p>MaintenanceWindow: mw-012345abcde</p> <p>PatchBaseline: pb-012345abcde</p> <p>OpsMetadata object: <code>ResourceID</code> for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, <code>ResourceID</code> is created from the strings that come after the word <code>opsmetadata</code> in the ARN. For example, an OpsMetadata object with an ARN of <code>arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager</code> has a <code>ResourceID</code> of either <code>aws/ssm/MyGroup/appmanager</code> or <code>/aws/ssm/MyGroup/appmanager</code>.</p> <p>For the Document and Parameter values, use the name of the resource.</p> <note> <p>The ManagedInstance type for this API action is only for on-premises managed instances. You must specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.</p> </note>" |
2186 | 2186 | },
|
2187 | 2187 | "Tags":{
|
2188 | 2188 | "shape":"TagList",
|
|
4522 | 4522 | "Metadata":{
|
4523 | 4523 | "shape":"MetadataMap",
|
4524 | 4524 | "documentation":"<p>Metadata for a new Application Manager application. </p>"
|
| 4525 | + }, |
| 4526 | + "Tags":{ |
| 4527 | + "shape":"TagList", |
| 4528 | + "documentation":"<p>Optional metadata that you assign to a resource. You can specify a maximum of five tags for an OpsMetadata object. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment. For example, you might want to tag an OpsMetadata object to identify an environment or target AWS Region. In this case, you could specify the following key-value pairs:</p> <ul> <li> <p> <code>Key=Environment,Value=Production</code> </p> </li> <li> <p> <code>Key=Region,Value=us-east-2</code> </p> </li> </ul>" |
4525 | 4529 | }
|
4526 | 4530 | }
|
4527 | 4531 | },
|
|
6914 | 6918 | },
|
6915 | 6919 | "PluginName":{
|
6916 | 6920 | "shape":"CommandPluginName",
|
6917 |
| - "documentation":"<p>(Optional) The name of the plugin for which you want detailed results. If the document contains only one plugin, the name can be omitted and the details will be returned.</p> <p>Plugin names are also referred to as step names in Systems Manager documents.</p>" |
| 6921 | + "documentation":"<p>The name of the plugin for which you want detailed results. If the document contains only one plugin, you can omit the name and details for that plugin are returned. If the document contains more than one plugin, you must specify the name of the plugin for which you want to view details.</p> <p>Plugin names are also referred to as <i>step names</i> in Systems Manager documents. For example, <code>aws:RunShellScript</code> is a plugin.</p>" |
6918 | 6922 | }
|
6919 | 6923 | }
|
6920 | 6924 | },
|
|
6943 | 6947 | },
|
6944 | 6948 | "PluginName":{
|
6945 | 6949 | "shape":"CommandPluginName",
|
6946 |
| - "documentation":"<p>The name of the plugin for which you want detailed results. For example, aws:RunShellScript is a plugin.</p>" |
| 6950 | + "documentation":"<p>The name of the plugin, or <i>step name</i>, for which details are reported. For example, <code>aws:RunShellScript</code> is a plugin.</p>" |
6947 | 6951 | },
|
6948 | 6952 | "ResponseCode":{
|
6949 | 6953 | "shape":"ResponseCode",
|
|
8059 | 8063 | "documentation":"<p>An S3 bucket where you want to store the results of this request.</p>"
|
8060 | 8064 | }
|
8061 | 8065 | },
|
8062 |
| - "documentation":"<p>An S3 bucket where you want to store the results of this request.</p>" |
| 8066 | + "documentation":"<p>An S3 bucket where you want to store the results of this request.</p> <p>For the minimal permissions required to enable Amazon S3 output for an association, see <a href=\"https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-state-assoc.html\">Creating associations</a> in the <i>Systems Manager User Guide</i>. </p>" |
8063 | 8067 | },
|
8064 | 8068 | "InstanceAssociationOutputUrl":{
|
8065 | 8069 | "type":"structure",
|
|
13009 | 13013 | },
|
13010 | 13014 | "ResourceId":{
|
13011 | 13015 | "shape":"ResourceId",
|
13012 |
| - "documentation":"<p>The ID of the resource from which you want to remove tags. For example:</p> <p>ManagedInstance: mi-012345abcde</p> <p>MaintenanceWindow: mw-012345abcde</p> <p>PatchBaseline: pb-012345abcde</p> <p>For the Document and Parameter values, use the name of the resource.</p> <note> <p>The ManagedInstance type for this API action is only for on-premises managed instances. Specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.</p> </note>" |
| 13016 | + "documentation":"<p>The ID of the resource from which you want to remove tags. For example:</p> <p>ManagedInstance: mi-012345abcde</p> <p>MaintenanceWindow: mw-012345abcde</p> <p>PatchBaseline: pb-012345abcde</p> <p>OpsMetadata object: <code>ResourceID</code> for tagging is created from the Amazon Resource Name (ARN) for the object. Specifically, <code>ResourceID</code> is created from the strings that come after the word <code>opsmetadata</code> in the ARN. For example, an OpsMetadata object with an ARN of <code>arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager</code> has a <code>ResourceID</code> of either <code>aws/ssm/MyGroup/appmanager</code> or <code>/aws/ssm/MyGroup/appmanager</code>.</p> <p>For the Document and Parameter values, use the name of the resource.</p> <note> <p>The ManagedInstance type for this API action is only for on-premises managed instances. Specify the name of the managed instance in the following format: mi-ID_number. For example, mi-1a2b3c4d5e6f.</p> </note>" |
13013 | 13017 | },
|
13014 | 13018 | "TagKeys":{
|
13015 | 13019 | "shape":"KeyList",
|
|
13427 | 13431 | "MaintenanceWindow",
|
13428 | 13432 | "Parameter",
|
13429 | 13433 | "PatchBaseline",
|
13430 |
| - "OpsItem" |
| 13434 | + "OpsItem", |
| 13435 | + "OpsMetadata" |
13431 | 13436 | ]
|
13432 | 13437 | },
|
13433 | 13438 | "ResponseCode":{"type":"integer"},
|
|
0 commit comments