diff --git a/clients/client-ssm/README.md b/clients/client-ssm/README.md index 91da3066d951..5f83a5057598 100644 --- a/clients/client-ssm/README.md +++ b/clients/client-ssm/README.md @@ -15,7 +15,7 @@ operations at scale.
For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
+For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the diff --git a/clients/client-ssm/src/SSM.ts b/clients/client-ssm/src/SSM.ts index 63289db0fc5a..a6f68aeac095 100644 --- a/clients/client-ssm/src/SSM.ts +++ b/clients/client-ssm/src/SSM.ts @@ -3065,7 +3065,7 @@ export interface SSM { *
*For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
+ *For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
*For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the diff --git a/clients/client-ssm/src/SSMClient.ts b/clients/client-ssm/src/SSMClient.ts index 4dd34d2eb029..badc9964c7cb 100644 --- a/clients/client-ssm/src/SSMClient.ts +++ b/clients/client-ssm/src/SSMClient.ts @@ -934,7 +934,7 @@ export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {} *
*For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
+ *For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
*For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the diff --git a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts index b50a8113a7a4..c0cdc016f73e 100644 --- a/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts +++ b/clients/client-ssm/src/commands/AssociateOpsItemRelatedItemCommand.ts @@ -75,8 +75,7 @@ export interface AssociateOpsItemRelatedItemCommandOutput * again.
* * @throws {@link OpsItemLimitExceededException} (client fault) - *The request caused OpsItems to exceed one or more quotas. For information about OpsItem - * quotas, see What are the resource limits for OpsCenter?.
+ *The request caused OpsItems to exceed one or more quotas.
* * @throws {@link OpsItemNotFoundException} (client fault) *The specified OpsItem ID doesn't exist. Verify the ID and try again.
diff --git a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts index 407710967d7e..baf984a91df3 100644 --- a/clients/client-ssm/src/commands/CreateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/CreateOpsItemCommand.ts @@ -36,8 +36,8 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met /** * @public - *Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting started with - * OpsCenter in the Amazon Web Services Systems Manager User Guide.
+ *Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the + * Amazon Web Services Systems Manager User Guide.
*Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For * more information, see Amazon Web Services Systems Manager OpsCenter in the @@ -115,8 +115,7 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met * again.
* * @throws {@link OpsItemLimitExceededException} (client fault) - *The request caused OpsItems to exceed one or more quotas. For information about OpsItem - * quotas, see What are the resource limits for OpsCenter?.
+ *The request caused OpsItems to exceed one or more quotas.
* * @throws {@link SSMServiceException} *Base exception class for all service exceptions from SSM service.
diff --git a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts index 3ae3574e16b0..bcf2359d4c6f 100644 --- a/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts +++ b/clients/client-ssm/src/commands/DescribeInstanceInformationCommand.ts @@ -36,16 +36,15 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan /** * @public - *Describes one or more of your managed nodes, including information about the operating - * system platform, the version of SSM Agent installed on the managed node, node status, and so - * on.
- *If you specify one or more managed node IDs, it returns information for those managed nodes. - * If you don't specify node IDs, it returns information for all your managed nodes. If you specify - * a node ID that isn't valid or a node that you don't own, you receive an error.
+ *Provides information about one or more of your managed nodes, including the operating system + * platform, SSM Agent version, association status, and IP address. This operation does not return + * information for nodes that are either Stopped or Terminated.
+ *If you specify one or more node IDs, the operation returns information for those managed + * nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you + * specify a node ID that isn't valid or a node that you don't own, you receive an error.
*The IamRole
field for this API operation is the Identity and Access Management
- * (IAM) role assigned to on-premises managed nodes. This call doesn't return the
- * IAM role for EC2 instances.
The IamRole
field returned for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not
+ * return the IAM role for EC2 instances.
Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting started with - * OpsCenter in the Amazon Web Services Systems Manager User Guide.
+ *Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the + * Amazon Web Services Systems Manager User Guide.
*Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For * more information, see OpsCenter in the diff --git a/clients/client-ssm/src/commands/GetOpsItemCommand.ts b/clients/client-ssm/src/commands/GetOpsItemCommand.ts index e7cd66922581..da8246aad125 100644 --- a/clients/client-ssm/src/commands/GetOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/GetOpsItemCommand.ts @@ -37,8 +37,8 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB /** * @public *
Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information, - * see Getting started with - * OpsCenter in the Amazon Web Services Systems Manager User Guide.
+ * see Set + * up OpsCenter in the Amazon Web Services Systems Manager User Guide. *Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For * more information, see OpsCenter in the diff --git a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts index 8b9ee780e940..2f4105303b89 100644 --- a/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts +++ b/clients/client-ssm/src/commands/ListOpsItemEventsCommand.ts @@ -92,8 +92,7 @@ export interface ListOpsItemEventsCommandOutput extends ListOpsItemEventsRespons * again.
* * @throws {@link OpsItemLimitExceededException} (client fault) - *The request caused OpsItems to exceed one or more quotas. For information about OpsItem - * quotas, see What are the resource limits for OpsCenter?.
+ *The request caused OpsItems to exceed one or more quotas.
* * @throws {@link OpsItemNotFoundException} (client fault) *The specified OpsItem ID doesn't exist. Verify the ID and try again.
diff --git a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts index 241733cdbad8..460067c3dc2f 100644 --- a/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts +++ b/clients/client-ssm/src/commands/UpdateOpsItemCommand.ts @@ -36,8 +36,8 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met /** * @public - *Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting started with - * OpsCenter in the Amazon Web Services Systems Manager User Guide.
+ *Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the + * Amazon Web Services Systems Manager User Guide.
*Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For * more information, see OpsCenter in the @@ -109,8 +109,7 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met * again.
* * @throws {@link OpsItemLimitExceededException} (client fault) - *The request caused OpsItems to exceed one or more quotas. For information about OpsItem - * quotas, see What are the resource limits for OpsCenter?.
+ *The request caused OpsItems to exceed one or more quotas.
* * @throws {@link OpsItemNotFoundException} (client fault) *The specified OpsItem ID doesn't exist. Verify the ID and try again.
diff --git a/clients/client-ssm/src/index.ts b/clients/client-ssm/src/index.ts index 78def4426782..85c3c4d404e0 100644 --- a/clients/client-ssm/src/index.ts +++ b/clients/client-ssm/src/index.ts @@ -10,7 +10,7 @@ * *For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
+ *For information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
*For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
diff --git a/clients/client-ssm/src/models/models_0.ts b/clients/client-ssm/src/models/models_0.ts
index 9d38cc5bd139..4f3334bc1f84 100644
--- a/clients/client-ssm/src/models/models_0.ts
+++ b/clients/client-ssm/src/models/models_0.ts
@@ -155,7 +155,7 @@ export interface AddTagsToResourceRequest {
* ResourceID
of either aws/ssm/MyGroup/appmanager
or
* /aws/ssm/MyGroup/appmanager
.
For the Document
and Parameter
values, use the name of the
- * resource.
* ManagedInstance
: mi-012345abcde
*
The request caused OpsItems to exceed one or more quotas. For information about OpsItem - * quotas, see What are the resource limits for OpsCenter?.
+ *The request caused OpsItems to exceed one or more quotas.
*/ export class OpsItemLimitExceededException extends __BaseException { readonly name: "OpsItemLimitExceededException" = "OpsItemLimitExceededException"; @@ -2903,7 +2902,8 @@ export interface CreateOpsItemRequest { *Use the /aws/resources
key in OperationalData to specify a related resource in
* the request. Use the /aws/automations
key in OperationalData to associate an
* Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
- * Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
Optional metadata that you assign to a resource. You can restrict access to OpsItems by - * using an inline IAM policy that specifies tags. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide.
+ *Optional metadata that you assign to a resource.
*Tags use a key-value pair. For example:
*
* Key=Department,Value=Finance
@@ -2991,9 +2990,8 @@ export interface CreateOpsItemRequest {
/**
*
The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account - * must be configured to work with OpsItems across accounts. For more information, see Setting - * up OpsCenter to work with OpsItems across accounts in the - * Amazon Web Services Systems Manager User Guide.
+ * must be configured to work with OpsItems across accounts. For more information, see Set up + * OpsCenter in the Amazon Web Services Systems Manager User Guide. */ AccountId?: string; } @@ -6749,14 +6747,16 @@ export interface DescribeInstanceInformationRequest { /** *One or more filters. Use a filter to return a more specific list of managed nodes. You can
- * filter based on tags applied to your managed nodes. Use this Filters
data type
- * instead of InstanceInformationFilterList
, which is deprecated.
Filters
data type instead of
+ * InstanceInformationFilterList
, which is deprecated.
*/
Filters?: InstanceInformationStringFilter[];
/**
* The maximum number of items to return for this call. The call also returns a token that you - * can specify in a subsequent call to get the next set of results.
+ * can specify in a subsequent call to get the next set of results. The default value is 10 items. + * */ MaxResults?: number; @@ -6889,8 +6889,7 @@ export interface InstanceInformation { *The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager
* managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud
* (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use
- * the Amazon EC2 DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in
- * the Amazon Web Services CLI Command Reference.
DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
*/
IamRole?: string;
@@ -6912,8 +6911,7 @@ export interface InstanceInformation {
* explained in Install SSM Agent for a
* hybrid environment (Linux) and Install SSM Agent for a
* hybrid environment (Windows). To retrieve the Name
tag of an EC2 instance,
- * use the Amazon EC2 DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in
- * the Amazon Web Services CLI Command Reference.
+ * use the Amazon EC2 DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
*/
Name?: string;
diff --git a/clients/client-ssm/src/models/models_1.ts b/clients/client-ssm/src/models/models_1.ts
index cd58a92c49dd..e98584dc0f72 100644
--- a/clients/client-ssm/src/models/models_1.ts
+++ b/clients/client-ssm/src/models/models_1.ts
@@ -131,6 +131,10 @@ export interface DescribeOpsItemsRequest {
* Key: AutomationId
*Operations: Equals
*Key: AccountId
+ *Operations: Equals
+ **The Equals operator for Title matches the first 100 characters. If you specify more than * 100 characters, they system returns an error that the filter value exceeds the length @@ -3434,7 +3438,8 @@ export interface OpsItem { *
Use the /aws/resources
key in OperationalData to specify a related resource in
* the request. Use the /aws/automations
key in OperationalData to associate an
* Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
- * Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
PutParameter
call returns before the validation
* is complete. If you submit an invalid AMI value, the PutParameter operation will return success,
* but the asynchronous validation will fail and the parameter will not be created or updated. To
- * monitor whether your aws:ec2:image
parameters are created successfully, see Setting
- * up notifications or trigger actions based on Parameter Store events. For more
- * information about AMI format validation , see Native parameter
+ * monitor whether your aws:ec2:image
parameters are created successfully, see Setting
+ * up notifications or trigger actions based on Parameter Store events. For more
+ * information about AMI format validation , see Native parameter
* support for Amazon Machine Image (AMI) IDs.
*
*/
diff --git a/clients/client-ssm/src/models/models_2.ts b/clients/client-ssm/src/models/models_2.ts
index 57e7de262e82..33174665ce32 100644
--- a/clients/client-ssm/src/models/models_2.ts
+++ b/clients/client-ssm/src/models/models_2.ts
@@ -1131,7 +1131,8 @@ export interface UpdateOpsItemRequest {
* Use the /aws/resources
key in OperationalData to specify a related resource in
* the request. Use the /aws/automations
key in OperationalData to associate an
* Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
- * Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
The OpsItem status. Status can be Open
, In Progress
, or
- * Resolved
. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
Resolved
. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
*/
Status?: OpsItemStatus | string;
@@ -1550,7 +1551,10 @@ export interface UpdateServiceSettingRequest {
* Permissions to update the /ssm/managed-instance/default-ec2-instance-management-role
setting should only be provided to administrators. Implement least privilege access when allowing individuals to configure or modify the Default Host Management Configuration.
Permissions to update the
+ * /ssm/managed-instance/default-ec2-instance-management-role
setting should only be
+ * provided to administrators. Implement least privilege access when allowing individuals to
+ * configure or modify the Default Host Management Configuration.
The resource ID you want to tag.
\nUse the ID of the resource. Here are some examples:
\n\n MaintenanceWindow
: mw-012345abcde
\n
\n PatchBaseline
: pb-012345abcde
\n
\n Automation
: example-c160-4567-8519-012345abcde
\n
\n OpsMetadata
object: ResourceID
for tagging is created from the\n Amazon Resource Name (ARN) for the object. Specifically, ResourceID
is created from\n the strings that come after the word opsmetadata
in the ARN. For example, an\n OpsMetadata object with an ARN of\n arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
has a\n ResourceID
of either aws/ssm/MyGroup/appmanager
or\n /aws/ssm/MyGroup/appmanager
.
For the Document
and Parameter
values, use the name of the\n resource.
\n ManagedInstance
: mi-012345abcde
\n
The ManagedInstance
type for this API operation is only for on-premises\n managed nodes. You must specify the name of the managed node in the following format:\n mi-ID_number\n
. For example,\n mi-1a2b3c4d5e6f
.
The resource ID you want to tag.
\nUse the ID of the resource. Here are some examples:
\n\n MaintenanceWindow
: mw-012345abcde
\n
\n PatchBaseline
: pb-012345abcde
\n
\n Automation
: example-c160-4567-8519-012345abcde
\n
\n OpsMetadata
object: ResourceID
for tagging is created from the\n Amazon Resource Name (ARN) for the object. Specifically, ResourceID
is created from\n the strings that come after the word opsmetadata
in the ARN. For example, an\n OpsMetadata object with an ARN of\n arn:aws:ssm:us-east-2:1234567890:opsmetadata/aws/ssm/MyGroup/appmanager
has a\n ResourceID
of either aws/ssm/MyGroup/appmanager
or\n /aws/ssm/MyGroup/appmanager
.
For the Document
and Parameter
values, use the name of the\n resource. If you're tagging a shared document, you must use the full ARN of the document.
\n ManagedInstance
: mi-012345abcde
\n
The ManagedInstance
type for this API operation is only for on-premises\n managed nodes. You must specify the name of the managed node in the following format:\n mi-ID_number\n
. For example,\n mi-1a2b3c4d5e6f
.
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure\n end-to-end management solution for hybrid cloud environments that enables safe and secure\n operations at scale.
\nThis reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up Amazon Web Services Systems Manager.
\n\n Related resources\n
\nFor information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
\nFor details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the\n \n Systems Manager Automation runbook reference\n .
\nFor information about AppConfig, a capability of Systems Manager, see the \n AppConfig User Guide\n \n and the \n AppConfig\n API Reference\n .
\nFor information about Incident Manager, a capability of Systems Manager, see the \n Systems Manager Incident Manager User\n Guide\n and the \n Systems Manager Incident Manager API\n Reference\n .
\nAmazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and a secure\n end-to-end management solution for hybrid cloud environments that enables safe and secure\n operations at scale.
\nThis reference is intended to be used with the Amazon Web Services Systems Manager User Guide. To get started, see Setting up Amazon Web Services Systems Manager.
\n\n Related resources\n
\nFor information about each of the capabilities that comprise Systems Manager, see Systems Manager capabilities in the Amazon Web Services Systems Manager User Guide.
\nFor details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the\n \n Systems Manager Automation runbook reference\n .
\nFor information about AppConfig, a capability of Systems Manager, see the \n AppConfig User Guide\n \n and the \n AppConfig\n API Reference\n .
\nFor information about Incident Manager, a capability of Systems Manager, see the \n Systems Manager Incident Manager User\n Guide\n and the \n Systems Manager Incident Manager API\n Reference\n .
\nWhether or not the command was successfully canceled. There is no guarantee that a request\n can be canceled.
" + "smithy.api#documentation": "Whether or not the command was successfully canceled. There is no guarantee that a request\n can be canceled.
", + "smithy.api#output": {} } }, "com.amazonaws.ssm#CancelMaintenanceWindowExecution": { @@ -4292,6 +4346,9 @@ "smithy.api#documentation": "The ID of the maintenance window execution that has been stopped.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#Category": { @@ -5649,6 +5706,9 @@ "smithy.api#documentation": "The code the system generates when it processes the activation. The activation code\n functions like a password to validate the activation ID.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#CreateAssociation": { @@ -5920,6 +5980,9 @@ "smithy.api#documentation": "Information about the associations that failed.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#CreateAssociationRequest": { @@ -6059,6 +6122,9 @@ "smithy.api#documentation": "Information about the association.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#CreateDocument": { @@ -6172,6 +6238,9 @@ "smithy.api#documentation": "Information about the SSM document.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#CreateMaintenanceWindow": { @@ -6296,6 +6365,9 @@ "smithy.api#documentation": "The ID of the created maintenance window.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#CreateOpsItem": { @@ -6324,7 +6396,7 @@ } ], "traits": { - "smithy.api#documentation": "Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Getting started with\n OpsCenter in the Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see Amazon Web Services Systems Manager OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
" + "smithy.api#documentation": "Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see Set up OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see Amazon Web Services Systems Manager OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
" } }, "com.amazonaws.ssm#CreateOpsItemRequest": { @@ -6346,7 +6418,7 @@ "OperationalData": { "target": "com.amazonaws.ssm#OpsItemOperationalData", "traits": { - "smithy.api#documentation": "Operational data is custom data that provides useful reference details about the OpsItem.\n For example, you can specify log files, error strings, license keys, troubleshooting tips, or\n other relevant data. You enter operational data as key-value pairs. The key has a maximum length\n of 128 characters. The value has a maximum size of 20 KB.
\nOperational data keys can't begin with the following:\n amazon
, aws
, amzn
, ssm
,\n /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict\n search access. Searchable data means that all users with access to the OpsItem Overview page (as\n provided by the DescribeOpsItems API operation) can view and search on the\n specified data. Operational data that isn't searchable is only viewable by users who have access\n to the OpsItem (as provided by the GetOpsItem API operation).
\nUse the /aws/resources
key in OperationalData to specify a related resource in\n the request. Use the /aws/automations
key in OperationalData to associate an\n Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see\n Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
Operational data is custom data that provides useful reference details about the OpsItem.\n For example, you can specify log files, error strings, license keys, troubleshooting tips, or\n other relevant data. You enter operational data as key-value pairs. The key has a maximum length\n of 128 characters. The value has a maximum size of 20 KB.
\nOperational data keys can't begin with the following:\n amazon
, aws
, amzn
, ssm
,\n /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict\n search access. Searchable data means that all users with access to the OpsItem Overview page (as\n provided by the DescribeOpsItems API operation) can view and search on the\n specified data. Operational data that isn't searchable is only viewable by users who have access\n to the OpsItem (as provided by the GetOpsItem API operation).
\nUse the /aws/resources
key in OperationalData to specify a related resource in\n the request. Use the /aws/automations
key in OperationalData to associate an\n Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see\n Creating OpsItems\n manually in the Amazon Web Services Systems Manager User Guide.
Optional metadata that you assign to a resource. You can restrict access to OpsItems by\n using an inline IAM policy that specifies tags. For more information, see Getting started with OpsCenter in the Amazon Web Services Systems Manager User Guide.
\nTags use a key-value pair. For example:
\n\n Key=Department,Value=Finance
\n
To add tags to a new OpsItem, a user must have IAM permissions for both the\n ssm:CreateOpsItems
operation and the ssm:AddTagsToResource
operation.\n To add tags to an existing OpsItem, use the AddTagsToResource\n operation.
Optional metadata that you assign to a resource.
\nTags use a key-value pair. For example:
\n\n Key=Department,Value=Finance
\n
To add tags to a new OpsItem, a user must have IAM permissions for both the\n ssm:CreateOpsItems
operation and the ssm:AddTagsToResource
operation.\n To add tags to an existing OpsItem, use the AddTagsToResource\n operation.
The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account\n must be configured to work with OpsItems across accounts. For more information, see Setting\n up OpsCenter to work with OpsItems across accounts in the\n Amazon Web Services Systems Manager User Guide.
" + "smithy.api#documentation": "The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account\n must be configured to work with OpsItems across accounts. For more information, see Set up\n OpsCenter in the Amazon Web Services Systems Manager User Guide.
" } } }, @@ -6519,6 +6591,9 @@ "smithy.api#documentation": "The Amazon Resource Name (ARN) of the OpsMetadata Object or blob created by the call.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#CreatePatchBaseline": { @@ -6642,6 +6717,9 @@ "smithy.api#documentation": "The ID of the created patch baseline.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#CreateResourceDataSync": { @@ -6705,7 +6783,10 @@ }, "com.amazonaws.ssm#CreateResourceDataSyncResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#CreatedDate": { "type": "timestamp" @@ -6788,7 +6869,10 @@ }, "com.amazonaws.ssm#DeleteActivationResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#DeleteAssociation": { "type": "operation", @@ -6847,7 +6931,10 @@ }, "com.amazonaws.ssm#DeleteAssociationResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#DeleteDocument": { "type": "operation", @@ -6911,7 +6998,10 @@ }, "com.amazonaws.ssm#DeleteDocumentResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#DeleteInventory": { "type": "operation", @@ -6998,6 +7088,9 @@ "smithy.api#documentation": "A summary of the delete operation. For more information about this summary, see Deleting custom inventory in the Amazon Web Services Systems Manager User Guide.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DeleteMaintenanceWindow": { @@ -7041,6 +7134,9 @@ "smithy.api#documentation": "The ID of the deleted maintenance window.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DeleteOpsMetadata": { @@ -7083,7 +7179,10 @@ }, "com.amazonaws.ssm#DeleteOpsMetadataResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#DeleteParameter": { "type": "operation", @@ -7122,7 +7221,10 @@ }, "com.amazonaws.ssm#DeleteParameterResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#DeleteParameters": { "type": "operation", @@ -7171,6 +7273,9 @@ "smithy.api#documentation": "The names of parameters that weren't deleted because the parameters aren't valid.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DeletePatchBaseline": { @@ -7217,6 +7322,9 @@ "smithy.api#documentation": "The ID of the deleted patch baseline.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DeleteResourceDataSync": { @@ -7265,7 +7373,10 @@ }, "com.amazonaws.ssm#DeleteResourceDataSyncResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#DeleteResourcePolicy": { "type": "operation", @@ -7369,7 +7480,10 @@ }, "com.amazonaws.ssm#DeregisterManagedInstanceResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#DeregisterPatchBaselineForPatchGroup": { "type": "operation", @@ -7428,6 +7542,9 @@ "smithy.api#documentation": "The name of the patch group deregistered from the patch baseline.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DeregisterTargetFromMaintenanceWindow": { @@ -7497,6 +7614,9 @@ "smithy.api#documentation": "The ID of the removed target definition.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DeregisterTaskFromMaintenanceWindow": { @@ -7556,6 +7676,9 @@ "smithy.api#documentation": "The ID of the task removed from the maintenance window.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeActivations": { @@ -7678,6 +7801,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeAssociation": { @@ -7797,6 +7923,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeAssociationExecutions": { @@ -7877,6 +8006,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeAssociationRequest": { @@ -7920,6 +8052,9 @@ "smithy.api#documentation": "Information about the association.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeAutomationExecutions": { @@ -7996,6 +8131,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeAutomationStepExecutions": { @@ -8089,6 +8227,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeAvailablePatches": { @@ -8156,6 +8297,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeDocument": { @@ -8307,6 +8451,9 @@ "smithy.api#documentation": "Information about the SSM document.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeEffectiveInstanceAssociations": { @@ -8381,6 +8528,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeEffectivePatchesForPatchBaseline": { @@ -8458,6 +8608,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeInstanceAssociationsStatus": { @@ -8532,6 +8685,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeInstanceInformation": { @@ -8560,7 +8716,7 @@ } ], "traits": { - "smithy.api#documentation": "Describes one or more of your managed nodes, including information about the operating\n system platform, the version of SSM Agent installed on the managed node, node status, and so\n on.
\nIf you specify one or more managed node IDs, it returns information for those managed nodes.\n If you don't specify node IDs, it returns information for all your managed nodes. If you specify\n a node ID that isn't valid or a node that you don't own, you receive an error.
\nThe IamRole
field for this API operation is the Identity and Access Management\n (IAM) role assigned to on-premises managed nodes. This call doesn't return the\n IAM role for EC2 instances.
Provides information about one or more of your managed nodes, including the operating system\n platform, SSM Agent version, association status, and IP address. This operation does not return\n information for nodes that are either Stopped or Terminated.
\nIf you specify one or more node IDs, the operation returns information for those managed\n nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you\n specify a node ID that isn't valid or a node that you don't own, you receive an error.
\nThe IamRole
field returned for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not\n return the IAM role for EC2 instances.
One or more filters. Use a filter to return a more specific list of managed nodes. You can\n filter based on tags applied to your managed nodes. Use this Filters
data type\n instead of InstanceInformationFilterList
, which is deprecated.
One or more filters. Use a filter to return a more specific list of managed nodes. You can\n filter based on tags applied to your managed nodes. Tag filters can't be combined with other\n filter types. Use this Filters
data type instead of\n InstanceInformationFilterList
, which is deprecated.
The maximum number of items to return for this call. The call also returns a token that you\n can specify in a subsequent call to get the next set of results.
" + "smithy.api#documentation": "The maximum number of items to return for this call. The call also returns a token that you\n can specify in a subsequent call to get the next set of results. The default value is 10 items.\n
" } }, "NextToken": { @@ -8617,6 +8773,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeInstancePatchStates": { @@ -8723,6 +8882,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeInstancePatchStatesRequest": { @@ -8768,6 +8930,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeInstancePatches": { @@ -8851,6 +9016,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeInventoryDeletions": { @@ -8924,6 +9092,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindowExecutionTaskInvocations": { @@ -9008,6 +9179,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindowExecutionTasks": { @@ -9085,6 +9259,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindowExecutions": { @@ -9159,6 +9336,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindowSchedule": { @@ -9247,6 +9427,9 @@ "smithy.api#documentation": "The token for the next set of items to return. (You use this token in the next call.)
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindowTargets": { @@ -9324,6 +9507,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindowTasks": { @@ -9401,6 +9587,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindows": { @@ -9499,6 +9688,9 @@ "smithy.api#documentation": "The token for the next set of items to return. (You use this token in the next call.)
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeMaintenanceWindowsRequest": { @@ -9543,6 +9735,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeOpsItems": { @@ -9559,7 +9754,7 @@ } ], "traits": { - "smithy.api#documentation": "Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Getting started with\n OpsCenter in the Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
", + "smithy.api#documentation": "Query a set of OpsItems. You must have permission in Identity and Access Management (IAM) to query a list of OpsItems. For more information, see Set up OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
", "smithy.api#paginated": { "inputToken": "NextToken", "outputToken": "NextToken", @@ -9574,7 +9769,7 @@ "OpsItemFilters": { "target": "com.amazonaws.ssm#OpsItemFilters", "traits": { - "smithy.api#documentation": "One or more filters to limit the response.
\nKey: CreatedTime
\nOperations: GreaterThan, LessThan
\nKey: LastModifiedBy
\nOperations: Contains, Equals
\nKey: LastModifiedTime
\nOperations: GreaterThan, LessThan
\nKey: Priority
\nOperations: Equals
\nKey: Source
\nOperations: Contains, Equals
\nKey: Status
\nOperations: Equals
\nKey: Title*
\nOperations: Equals,Contains
\nKey: OperationalData**
\nOperations: Equals
\nKey: OperationalDataKey
\nOperations: Equals
\nKey: OperationalDataValue
\nOperations: Equals, Contains
\nKey: OpsItemId
\nOperations: Equals
\nKey: ResourceId
\nOperations: Contains
\nKey: AutomationId
\nOperations: Equals
\n*The Equals operator for Title matches the first 100 characters. If you specify more than\n 100 characters, they system returns an error that the filter value exceeds the length\n limit.
\n**If you filter the response by using the OperationalData operator, specify a key-value pair\n by using the following JSON format: {\"key\":\"key_name\",\"value\":\"a_value\"}
" + "smithy.api#documentation": "One or more filters to limit the response.
\nKey: CreatedTime
\nOperations: GreaterThan, LessThan
\nKey: LastModifiedBy
\nOperations: Contains, Equals
\nKey: LastModifiedTime
\nOperations: GreaterThan, LessThan
\nKey: Priority
\nOperations: Equals
\nKey: Source
\nOperations: Contains, Equals
\nKey: Status
\nOperations: Equals
\nKey: Title*
\nOperations: Equals,Contains
\nKey: OperationalData**
\nOperations: Equals
\nKey: OperationalDataKey
\nOperations: Equals
\nKey: OperationalDataValue
\nOperations: Equals, Contains
\nKey: OpsItemId
\nOperations: Equals
\nKey: ResourceId
\nOperations: Contains
\nKey: AutomationId
\nOperations: Equals
\nKey: AccountId
\nOperations: Equals
\n*The Equals operator for Title matches the first 100 characters. If you specify more than\n 100 characters, they system returns an error that the filter value exceeds the length\n limit.
\n**If you filter the response by using the OperationalData operator, specify a key-value pair\n by using the following JSON format: {\"key\":\"key_name\",\"value\":\"a_value\"}
" } }, "MaxResults": { @@ -9696,6 +9891,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribePatchBaselines": { @@ -9763,6 +9961,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribePatchGroupState": { @@ -9887,6 +10088,9 @@ "smithy.api#documentation": "The number of managed nodes with patches installed that are specified as other than\n Critical
or Security
but aren't compliant with the patch baseline. The\n status of these managed nodes is NON_COMPLIANT
.
The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribePatchProperties": { @@ -10035,6 +10242,9 @@ "smithy.api#documentation": "The token for the next set of items to return. (You use this token in the next call.)
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#DescribeSessions": { @@ -11623,6 +11833,9 @@ "smithy.api#documentation": "Detailed information about the current state of an automation execution.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetCalendarState": { @@ -11954,6 +12167,9 @@ "smithy.api#documentation": "Amazon CloudWatch Logs information where Systems Manager sent the command output.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetConnectionStatus": { @@ -12054,6 +12270,9 @@ "smithy.api#documentation": "The operating system for the returned patch baseline.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetDeployablePatchSnapshotForInstance": { @@ -12134,6 +12353,9 @@ "smithy.api#documentation": "Returns the specific operating system (for example Windows Server 2012 or Amazon Linux\n 2015.09) on the managed node for the specified patch snapshot.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetDocument": { @@ -12273,6 +12495,9 @@ "smithy.api#documentation": "The current review status of a new custom Systems Manager document (SSM document) created by a member\n of your organization, or of the latest version of an existing SSM document.
\nOnly one version of an SSM document can be in the APPROVED state at a time. When a new\n version is approved, the status of the previous version changes to REJECTED.
\nOnly one version of an SSM document can be in review, or PENDING, at a time.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetInventory": { @@ -12370,6 +12595,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetInventorySchema": { @@ -12467,6 +12695,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetMaintenanceWindow": { @@ -12563,6 +12794,9 @@ "smithy.api#documentation": "The time the maintenance window finished running.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetMaintenanceWindowExecutionTask": { @@ -12709,6 +12943,9 @@ "smithy.api#documentation": "The maintenance window target ID.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetMaintenanceWindowExecutionTaskRequest": { @@ -12827,6 +13064,9 @@ "smithy.api#documentation": "The CloudWatch alarms that were invoked by the maintenance window task.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetMaintenanceWindowRequest": { @@ -12942,6 +13182,9 @@ "smithy.api#documentation": "The date the maintenance window was last modified.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetMaintenanceWindowTask": { @@ -13086,6 +13329,9 @@ "smithy.api#documentation": "The details for the CloudWatch alarm you applied to your maintenance window\n task.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetOpsItem": { @@ -13108,7 +13354,7 @@ } ], "traits": { - "smithy.api#documentation": "Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information,\n see Getting started with\n OpsCenter in the Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
" + "smithy.api#documentation": "Get information about an OpsItem by using the ID. You must have permission in Identity and Access Management (IAM) to view information about an OpsItem. For more information,\n see Set\n up OpsCenter in the Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
" } }, "com.amazonaws.ssm#GetOpsItemRequest": { @@ -13228,6 +13474,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetOpsSummary": { @@ -13328,6 +13577,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetParameter": { @@ -13437,6 +13689,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetParameterRequest": { @@ -13470,6 +13725,9 @@ "smithy.api#documentation": "Information about a parameter.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetParameters": { @@ -13602,6 +13860,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetParametersRequest": { @@ -13641,6 +13902,9 @@ "smithy.api#documentation": "A list of parameters that aren't formatted correctly or don't run during an\n execution.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetPatchBaseline": { @@ -13725,6 +13989,9 @@ "smithy.api#documentation": "The operating system rule specified for patch groups using the patch baseline.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetPatchBaselineRequest": { @@ -13836,6 +14103,9 @@ "smithy.api#documentation": "Information about the patches to use to update the managed nodes, including target operating\n systems and source repositories. Applies to Linux managed nodes only.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#GetResourcePolicies": { @@ -13990,7 +14260,8 @@ } }, "traits": { - "smithy.api#documentation": "The query result body of the GetServiceSetting API operation.
" + "smithy.api#documentation": "The query result body of the GetServiceSetting API operation.
", + "smithy.api#output": {} } }, "com.amazonaws.ssm#HierarchyLevelLimitExceededException": { @@ -14379,7 +14650,7 @@ "IamRole": { "target": "com.amazonaws.ssm#IamRole", "traits": { - "smithy.api#documentation": "The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager\n managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud\n (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use\n the Amazon EC2 DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in\n the Amazon Web Services CLI Command Reference.
The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager\n managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud\n (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use\n the Amazon EC2 DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is\n activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName
\n property using the CreateActivation command. It is applied to the managed node\n by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as\n explained in Install SSM Agent for a\n hybrid environment (Linux) and Install SSM Agent for a\n hybrid environment (Windows). To retrieve the Name
tag of an EC2 instance,\n use the Amazon EC2 DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in\n the Amazon Web Services CLI Command Reference.
The name assigned to an on-premises server, edge device, or virtual machine (VM) when it is\n activated as a Systems Manager managed node. The name is specified as the DefaultInstanceName
\n property using the CreateActivation command. It is applied to the managed node\n by specifying the Activation Code and Activation ID when you install SSM Agent on the node, as\n explained in Install SSM Agent for a\n hybrid environment (Linux) and Install SSM Agent for a\n hybrid environment (Windows). To retrieve the Name
tag of an EC2 instance,\n use the Amazon EC2 DescribeInstances
operation. For information, see DescribeInstances in the Amazon EC2 API Reference or describe-instances in the Amazon Web Services CLI Command Reference.
The version of the parameter that has been labeled.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#LastResourceDataSyncMessage": { @@ -16643,6 +16917,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListAssociations": { @@ -16713,6 +16990,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListCommandInvocations": { @@ -16811,6 +17091,9 @@ "smithy.api#documentation": "(Optional) The token for the next set of items to return. (You received this token from a\n previous call.)
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListCommands": { @@ -16902,6 +17185,9 @@ "smithy.api#documentation": "(Optional) The token for the next set of items to return. (You received this token from a\n previous call.)
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListComplianceItems": { @@ -16993,6 +17279,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListComplianceSummaries": { @@ -17066,6 +17355,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListDocumentMetadataHistory": { @@ -17245,6 +17537,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListDocuments": { @@ -17324,6 +17619,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListInventoryEntries": { @@ -17435,6 +17733,9 @@ "smithy.api#documentation": "The token to use when requesting the next set of items. If there are no additional items to\n return, the string is empty.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListOpsItemEvents": { @@ -17671,6 +17972,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListResourceComplianceSummaries": { @@ -17744,6 +18048,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListResourceDataSync": { @@ -17817,6 +18124,9 @@ "smithy.api#documentation": "The token for the next set of items to return. Use this token to get the next set of\n results.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ListTagsForResource": { @@ -17873,6 +18183,9 @@ "smithy.api#documentation": "A list of tags.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#LoggingInfo": { @@ -19914,7 +20227,7 @@ "OperationalData": { "target": "com.amazonaws.ssm#OpsItemOperationalData", "traits": { - "smithy.api#documentation": "Operational data is custom data that provides useful reference details about the OpsItem.\n For example, you can specify log files, error strings, license keys, troubleshooting tips, or\n other relevant data. You enter operational data as key-value pairs. The key has a maximum length\n of 128 characters. The value has a maximum size of 20 KB.
\nOperational data keys can't begin with the following:\n amazon
, aws
, amzn
, ssm
,\n /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict\n search access. Searchable data means that all users with access to the OpsItem Overview page (as\n provided by the DescribeOpsItems API operation) can view and search on the\n specified data. Operational data that isn't searchable is only viewable by users who have access\n to the OpsItem (as provided by the GetOpsItem API operation).
\nUse the /aws/resources
key in OperationalData to specify a related resource in\n the request. Use the /aws/automations
key in OperationalData to associate an\n Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see\n Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
Operational data is custom data that provides useful reference details about the OpsItem.\n For example, you can specify log files, error strings, license keys, troubleshooting tips, or\n other relevant data. You enter operational data as key-value pairs. The key has a maximum length\n of 128 characters. The value has a maximum size of 20 KB.
\nOperational data keys can't begin with the following:\n amazon
, aws
, amzn
, ssm
,\n /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict\n search access. Searchable data means that all users with access to the OpsItem Overview page (as\n provided by the DescribeOpsItems API operation) can view and search on the\n specified data. Operational data that isn't searchable is only viewable by users who have access\n to the OpsItem (as provided by the GetOpsItem API operation).
\nUse the /aws/resources
key in OperationalData to specify a related resource in\n the request. Use the /aws/automations
key in OperationalData to associate an\n Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see\n Creating OpsItems\n manually in the Amazon Web Services Systems Manager User Guide.
The request caused OpsItems to exceed one or more quotas. For information about OpsItem\n quotas, see What are the resource limits for OpsCenter?.
", + "smithy.api#documentation": "The request caused OpsItems to exceed one or more quotas.
", "smithy.api#error": "client" } }, @@ -23455,7 +23768,10 @@ }, "com.amazonaws.ssm#PutComplianceItemsResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#PutInventory": { "type": "operation", @@ -23541,6 +23857,9 @@ "smithy.api#documentation": "Information about the request.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#PutParameter": { @@ -23671,7 +23990,7 @@ "DataType": { "target": "com.amazonaws.ssm#ParameterDataType", "traits": { - "smithy.api#documentation": "The data type for a String
parameter. Supported data types include plain text\n and Amazon Machine Image (AMI) IDs.
\n The following data type values are supported.\n
\n\n text
\n
\n aws:ec2:image
\n
\n aws:ssm:integration
\n
When you create a String
parameter and specify aws:ec2:image
,\n Amazon Web Services Systems Manager validates the parameter value is in the required format, such as\n ami-12345abcdeEXAMPLE
, and that the specified AMI is available in your\n Amazon Web Services account.
If the action is successful, the service sends back an HTTP 200 response which indicates a\n successful PutParameter
call for all cases except for data type\n aws:ec2:image
. If you call PutParameter
with\n aws:ec2:image
data type, a successful HTTP 200 response does not guarantee that\n your parameter was successfully created or updated. The aws:ec2:image
value is\n validated asynchronously, and the PutParameter
call returns before the validation\n is complete. If you submit an invalid AMI value, the PutParameter operation will return success,\n but the asynchronous validation will fail and the parameter will not be created or updated. To\n monitor whether your aws:ec2:image
parameters are created successfully, see Setting\n up notifications or trigger actions based on Parameter Store events. For more\n information about AMI format validation , see Native parameter\n support for Amazon Machine Image (AMI) IDs.
The data type for a String
parameter. Supported data types include plain text\n and Amazon Machine Image (AMI) IDs.
\n The following data type values are supported.\n
\n\n text
\n
\n aws:ec2:image
\n
\n aws:ssm:integration
\n
When you create a String
parameter and specify aws:ec2:image
,\n Amazon Web Services Systems Manager validates the parameter value is in the required format, such as\n ami-12345abcdeEXAMPLE
, and that the specified AMI is available in your\n Amazon Web Services account.
If the action is successful, the service sends back an HTTP 200 response which indicates a\n successful PutParameter
call for all cases except for data type\n aws:ec2:image
. If you call PutParameter
with\n aws:ec2:image
data type, a successful HTTP 200 response does not guarantee that\n your parameter was successfully created or updated. The aws:ec2:image
value is\n validated asynchronously, and the PutParameter
call returns before the validation\n is complete. If you submit an invalid AMI value, the PutParameter operation will return success,\n but the asynchronous validation will fail and the parameter will not be created or updated. To\n monitor whether your aws:ec2:image
parameters are created successfully, see Setting\n up notifications or trigger actions based on Parameter Store events. For more\n information about AMI format validation , see Native parameter\n support for Amazon Machine Image (AMI) IDs.
The tier assigned to the parameter.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#PutResourcePolicy": { @@ -23856,6 +24178,9 @@ "smithy.api#documentation": "The ID of the default patch baseline.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#RegisterPatchBaselineForPatchGroup": { @@ -23924,6 +24249,9 @@ "smithy.api#documentation": "The name of the patch group registered with the patch baseline.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#RegisterTargetWithMaintenanceWindow": { @@ -24015,6 +24343,9 @@ "smithy.api#documentation": "The ID of the target definition in this maintenance window.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#RegisterTaskWithMaintenanceWindow": { @@ -24164,6 +24495,9 @@ "smithy.api#documentation": "The ID of the task in the maintenance window.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#RegistrationLimit": { @@ -24318,7 +24652,10 @@ }, "com.amazonaws.ssm#RemoveTagsFromResourceResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#RequireType": { "type": "string", @@ -24380,7 +24717,8 @@ } }, "traits": { - "smithy.api#documentation": "The result body of the ResetServiceSetting API operation.
" + "smithy.api#documentation": "The result body of the ResetServiceSetting API operation.
", + "smithy.api#output": {} } }, "com.amazonaws.ssm#ResolvedTargets": { @@ -25605,7 +25943,10 @@ }, "com.amazonaws.ssm#SendAutomationSignalResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#SendCommand": { "type": "operation", @@ -25781,6 +26122,9 @@ "smithy.api#documentation": "The request as it was received by Systems Manager. Also provides the command ID which can be used\n future references to this request.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#ServiceRole": { @@ -26410,7 +26754,10 @@ }, "com.amazonaws.ssm#StartAssociationsOnceResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#StartAutomationExecution": { "type": "operation", @@ -26543,6 +26890,9 @@ "smithy.api#documentation": "The unique ID of a newly scheduled automation execution.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#StartChangeRequestExecution": { @@ -26666,6 +27016,9 @@ "smithy.api#documentation": "The unique ID of a runbook workflow operation. (A runbook workflow is a type of Automation\n operation.)
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#StartSession": { @@ -27090,7 +27443,10 @@ }, "com.amazonaws.ssm#StopAutomationExecutionResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#StopType": { "type": "enum", @@ -27610,6 +27966,9 @@ "smithy.api#documentation": "The labels that aren't attached to the given parameter version.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UnsupportedCalendarException": { @@ -27917,6 +28276,9 @@ "smithy.api#documentation": "The description of the association that was updated.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateAssociationStatus": { @@ -27989,6 +28351,9 @@ "smithy.api#documentation": "Information about the association.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateDocument": { @@ -28092,6 +28457,9 @@ "smithy.api#documentation": "The description of a custom document that you want to set as the default version.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateDocumentMetadata": { @@ -28222,6 +28590,9 @@ "smithy.api#documentation": "A description of the document that was updated.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateMaintenanceWindow": { @@ -28417,6 +28788,9 @@ "smithy.api#documentation": "Whether the maintenance window is enabled.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateMaintenanceWindowTarget": { @@ -28531,6 +28905,9 @@ "smithy.api#documentation": "The updated description.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateMaintenanceWindowTask": { @@ -28755,6 +29132,9 @@ "smithy.api#documentation": "The details for the CloudWatch alarm you applied to your maintenance window\n task.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateManagedInstanceRole": { @@ -28801,7 +29181,10 @@ }, "com.amazonaws.ssm#UpdateManagedInstanceRoleResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#UpdateOpsItem": { "type": "operation", @@ -28832,7 +29215,7 @@ } ], "traits": { - "smithy.api#documentation": "Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Getting started with\n OpsCenter in the Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
" + "smithy.api#documentation": "Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see Set up OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
\nOperations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and\n remediate operational issues impacting the performance and health of their Amazon Web Services resources. For\n more information, see OpsCenter in the\n Amazon Web Services Systems Manager User Guide.
" } }, "com.amazonaws.ssm#UpdateOpsItemRequest": { @@ -28847,7 +29230,7 @@ "OperationalData": { "target": "com.amazonaws.ssm#OpsItemOperationalData", "traits": { - "smithy.api#documentation": "Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem\n object.
\nOperational data is custom data that provides useful reference details about the OpsItem.\n For example, you can specify log files, error strings, license keys, troubleshooting tips, or\n other relevant data. You enter operational data as key-value pairs. The key has a maximum length\n of 128 characters. The value has a maximum size of 20 KB.
\nOperational data keys can't begin with the following:\n amazon
, aws
, amzn
, ssm
,\n /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict\n search access. Searchable data means that all users with access to the OpsItem Overview page (as\n provided by the DescribeOpsItems API operation) can view and search on the\n specified data. Operational data that isn't searchable is only viewable by users who have access\n to the OpsItem (as provided by the GetOpsItem API operation).
\nUse the /aws/resources
key in OperationalData to specify a related resource in\n the request. Use the /aws/automations
key in OperationalData to associate an\n Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see\n Creating OpsItems manually in the Amazon Web Services Systems Manager User Guide.
Add new keys or edit existing key-value pairs of the OperationalData map in the OpsItem\n object.
\nOperational data is custom data that provides useful reference details about the OpsItem.\n For example, you can specify log files, error strings, license keys, troubleshooting tips, or\n other relevant data. You enter operational data as key-value pairs. The key has a maximum length\n of 128 characters. The value has a maximum size of 20 KB.
\nOperational data keys can't begin with the following:\n amazon
, aws
, amzn
, ssm
,\n /amazon
, /aws
, /amzn
, /ssm
.
You can choose to make the data searchable by other users in the account or you can restrict\n search access. Searchable data means that all users with access to the OpsItem Overview page (as\n provided by the DescribeOpsItems API operation) can view and search on the\n specified data. Operational data that isn't searchable is only viewable by users who have access\n to the OpsItem (as provided by the GetOpsItem API operation).
\nUse the /aws/resources
key in OperationalData to specify a related resource in\n the request. Use the /aws/automations
key in OperationalData to associate an\n Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see\n Creating OpsItems\n manually in the Amazon Web Services Systems Manager User Guide.
The OpsItem status. Status can be Open
, In Progress
, or\n Resolved
. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
The OpsItem status. Status can be Open
, In Progress
, or\n Resolved
. For more information, see Editing OpsItem details in the Amazon Web Services Systems Manager User Guide.
The Amazon Resource Name (ARN) of the OpsMetadata Object that was updated.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdatePatchBaseline": { @@ -29205,6 +29591,9 @@ "smithy.api#documentation": "Information about the patches to use to update the managed nodes, including target operating\n systems and source repositories. Applies to Linux managed nodes only.
" } } + }, + "traits": { + "smithy.api#output": {} } }, "com.amazonaws.ssm#UpdateResourceDataSync": { @@ -29264,7 +29653,10 @@ }, "com.amazonaws.ssm#UpdateResourceDataSyncResult": { "type": "structure", - "members": {} + "members": {}, + "traits": { + "smithy.api#output": {} + } }, "com.amazonaws.ssm#UpdateServiceSetting": { "type": "operation", @@ -29295,7 +29687,7 @@ "SettingId": { "target": "com.amazonaws.ssm#ServiceSettingId", "traits": { - "smithy.api#documentation": "The Amazon Resource Name (ARN) of the service setting to update. For example,\n arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled
.\n The setting ID can be one of the following.
\n /ssm/managed-instance/default-ec2-instance-management-role
\n
\n /ssm/automation/customer-script-log-destination
\n
\n /ssm/automation/customer-script-log-group-name
\n
\n /ssm/documents/console/public-sharing-permission
\n
\n /ssm/managed-instance/activation-tier
\n
\n /ssm/opsinsights/opscenter
\n
\n /ssm/parameter-store/default-parameter-tier
\n
\n /ssm/parameter-store/high-throughput-enabled
\n
Permissions to update the /ssm/managed-instance/default-ec2-instance-management-role
setting should only be provided to administrators. Implement least privilege access when allowing individuals to configure or modify the Default Host Management Configuration.
The Amazon Resource Name (ARN) of the service setting to update. For example,\n arn:aws:ssm:us-east-1:111122223333:servicesetting/ssm/parameter-store/high-throughput-enabled
.\n The setting ID can be one of the following.
\n /ssm/managed-instance/default-ec2-instance-management-role
\n
\n /ssm/automation/customer-script-log-destination
\n
\n /ssm/automation/customer-script-log-group-name
\n
\n /ssm/documents/console/public-sharing-permission
\n
\n /ssm/managed-instance/activation-tier
\n
\n /ssm/opsinsights/opscenter
\n
\n /ssm/parameter-store/default-parameter-tier
\n
\n /ssm/parameter-store/high-throughput-enabled
\n
Permissions to update the\n /ssm/managed-instance/default-ec2-instance-management-role
setting should only be\n provided to administrators. Implement least privilege access when allowing individuals to\n configure or modify the Default Host Management Configuration.
The result body of the UpdateServiceSetting API operation.
" + "smithy.api#documentation": "The result body of the UpdateServiceSetting API operation.
", + "smithy.api#output": {} } }, "com.amazonaws.ssm#Url": {