@aws-sdk/client-ssm 3.360.0 → 3.361.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -15,7 +15,7 @@ operations at scale.</p>
15
15
  </p>
16
16
  <ul>
17
17
  <li>
18
- <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
18
+ <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
19
19
  </li>
20
20
  <li>
21
21
  <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -979,7 +979,7 @@ export interface SSM {
979
979
  * </p>
980
980
  * <ul>
981
981
  * <li>
982
- * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
982
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
983
983
  * </li>
984
984
  * <li>
985
985
  * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -292,7 +292,7 @@ export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
292
292
  * </p>
293
293
  * <ul>
294
294
  * <li>
295
- * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
295
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
296
296
  * </li>
297
297
  * <li>
298
298
  * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -60,8 +60,7 @@ export interface AssociateOpsItemRelatedItemCommandOutput extends AssociateOpsIt
60
60
  * again.</p>
61
61
  *
62
62
  * @throws {@link OpsItemLimitExceededException} (client fault)
63
- * <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
64
- * quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
63
+ * <p>The request caused OpsItems to exceed one or more quotas.</p>
65
64
  *
66
65
  * @throws {@link OpsItemNotFoundException} (client fault)
67
66
  * <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
@@ -23,8 +23,8 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
27
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
26
+ * <p>Creates a new OpsItem. You must have permission in Identity and Access Management (IAM) to create a new OpsItem. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html">Set up OpsCenter</a> in the
27
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
28
28
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
29
29
  * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
30
30
  * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">Amazon Web Services Systems Manager OpsCenter</a> in the
@@ -102,8 +102,7 @@ export interface CreateOpsItemCommandOutput extends CreateOpsItemResponse, __Met
102
102
  * again.</p>
103
103
  *
104
104
  * @throws {@link OpsItemLimitExceededException} (client fault)
105
- * <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
106
- * quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
105
+ * <p>The request caused OpsItems to exceed one or more quotas.</p>
107
106
  *
108
107
  * @throws {@link SSMServiceException}
109
108
  * <p>Base exception class for all service exceptions from SSM service.</p>
@@ -23,16 +23,15 @@ export interface DescribeInstanceInformationCommandOutput extends DescribeInstan
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Describes one or more of your managed nodes, including information about the operating
27
- * system platform, the version of SSM Agent installed on the managed node, node status, and so
28
- * on.</p>
29
- * <p>If you specify one or more managed node IDs, it returns information for those managed nodes.
30
- * If you don't specify node IDs, it returns information for all your managed nodes. If you specify
31
- * a node ID that isn't valid or a node that you don't own, you receive an error.</p>
26
+ * <p>Provides information about one or more of your managed nodes, including the operating system
27
+ * platform, SSM Agent version, association status, and IP address. This operation does not return
28
+ * information for nodes that are either Stopped or Terminated.</p>
29
+ * <p>If you specify one or more node IDs, the operation returns information for those managed
30
+ * nodes. If you don't specify node IDs, it returns information for all your managed nodes. If you
31
+ * specify a node ID that isn't valid or a node that you don't own, you receive an error.</p>
32
32
  * <note>
33
- * <p>The <code>IamRole</code> field for this API operation is the Identity and Access Management
34
- * (IAM) role assigned to on-premises managed nodes. This call doesn't return the
35
- * IAM role for EC2 instances.</p>
33
+ * <p>The <code>IamRole</code> field returned for this API operation is the Identity and Access Management (IAM) role assigned to on-premises managed nodes. This operation does not
34
+ * return the IAM role for EC2 instances.</p>
36
35
  * </note>
37
36
  * @example
38
37
  * Use a bare-bones client and the command you need to make an API call.
@@ -23,8 +23,8 @@ export interface DescribeOpsItemsCommandOutput extends DescribeOpsItemsResponse,
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>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 <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
27
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
26
+ * <p>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 <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html">Set up OpsCenter</a> in the
27
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
28
28
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
29
29
  * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
30
30
  * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
@@ -24,8 +24,8 @@ export interface GetOpsItemCommandOutput extends GetOpsItemResponse, __MetadataB
24
24
  /**
25
25
  * @public
26
26
  * <p>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,
27
- * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
28
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
27
+ * see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html">Set
28
+ * up OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
29
29
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
30
30
  * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
31
31
  * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
@@ -79,8 +79,7 @@ export interface ListOpsItemEventsCommandOutput extends ListOpsItemEventsRespons
79
79
  * again.</p>
80
80
  *
81
81
  * @throws {@link OpsItemLimitExceededException} (client fault)
82
- * <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
83
- * quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
82
+ * <p>The request caused OpsItems to exceed one or more quotas.</p>
84
83
  *
85
84
  * @throws {@link OpsItemNotFoundException} (client fault)
86
85
  * <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
@@ -23,8 +23,8 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met
23
23
  }
24
24
  /**
25
25
  * @public
26
- * <p>Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html">Getting started with
27
- * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
26
+ * <p>Edit or change an OpsItem. You must have permission in Identity and Access Management (IAM) to update an OpsItem. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html">Set up OpsCenter</a> in the
27
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
28
28
  * <p>Operations engineers and IT professionals use Amazon Web Services Systems Manager OpsCenter to view, investigate, and
29
29
  * remediate operational issues impacting the performance and health of their Amazon Web Services resources. For
30
30
  * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter.html">OpsCenter</a> in the
@@ -96,8 +96,7 @@ export interface UpdateOpsItemCommandOutput extends UpdateOpsItemResponse, __Met
96
96
  * again.</p>
97
97
  *
98
98
  * @throws {@link OpsItemLimitExceededException} (client fault)
99
- * <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
100
- * quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
99
+ * <p>The request caused OpsItems to exceed one or more quotas.</p>
101
100
  *
102
101
  * @throws {@link OpsItemNotFoundException} (client fault)
103
102
  * <p>The specified OpsItem ID doesn't exist. Verify the ID and try again.</p>
@@ -8,7 +8,7 @@
8
8
  * </p>
9
9
  * <ul>
10
10
  * <li>
11
- * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/what-is-systems-manager.html#systems-manager-capabilities">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
11
+ * <p>For information about each of the capabilities that comprise Systems Manager, see <a href="https://docs.aws.amazon.com/systems-manager-automation-runbooks/latest/userguide/systems-manager-capabilities.html">Systems Manager capabilities</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
12
12
  * </li>
13
13
  * <li>
14
14
  * <p>For details about predefined runbooks for Automation, a capability of Amazon Web Services Systems Manager, see the
@@ -135,7 +135,7 @@ export interface AddTagsToResourceRequest {
135
135
  * <code>ResourceID</code> of either <code>aws/ssm/MyGroup/appmanager</code> or
136
136
  * <code>/aws/ssm/MyGroup/appmanager</code>.</p>
137
137
  * <p>For the <code>Document</code> and <code>Parameter</code> values, use the name of the
138
- * resource.</p>
138
+ * resource. If you're tagging a shared document, you must use the full ARN of the document.</p>
139
139
  * <p>
140
140
  * <code>ManagedInstance</code>: <code>mi-012345abcde</code>
141
141
  * </p>
@@ -347,8 +347,7 @@ export declare class OpsItemInvalidParameterException extends __BaseException {
347
347
  }
348
348
  /**
349
349
  * @public
350
- * <p>The request caused OpsItems to exceed one or more quotas. For information about OpsItem
351
- * quotas, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits">What are the resource limits for OpsCenter?</a>.</p>
350
+ * <p>The request caused OpsItems to exceed one or more quotas.</p>
352
351
  */
353
352
  export declare class OpsItemLimitExceededException extends __BaseException {
354
353
  readonly name: "OpsItemLimitExceededException";
@@ -2373,7 +2372,8 @@ export interface CreateOpsItemRequest {
2373
2372
  * <p>Use the <code>/aws/resources</code> key in OperationalData to specify a related resource in
2374
2373
  * the request. Use the <code>/aws/automations</code> key in OperationalData to associate an
2375
2374
  * Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
2376
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems">Creating OpsItems manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2375
+ * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">Creating OpsItems
2376
+ * manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2377
2377
  */
2378
2378
  OperationalData?: Record<string, OpsItemDataValue>;
2379
2379
  /**
@@ -2404,8 +2404,7 @@ export interface CreateOpsItemRequest {
2404
2404
  */
2405
2405
  Title: string | undefined;
2406
2406
  /**
2407
- * <p>Optional metadata that you assign to a resource. You can restrict access to OpsItems by
2408
- * using an inline IAM policy that specifies tags. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-getting-started.html#OpsCenter-getting-started-user-permissions">Getting started with OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2407
+ * <p>Optional metadata that you assign to a resource.</p>
2409
2408
  * <p>Tags use a key-value pair. For example:</p>
2410
2409
  * <p>
2411
2410
  * <code>Key=Department,Value=Finance</code>
@@ -2448,9 +2447,8 @@ export interface CreateOpsItemRequest {
2448
2447
  PlannedEndTime?: Date;
2449
2448
  /**
2450
2449
  * <p>The target Amazon Web Services account where you want to create an OpsItem. To make this call, your account
2451
- * must be configured to work with OpsItems across accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-OpsCenter-multiple-accounts.html">Setting
2452
- * up OpsCenter to work with OpsItems across accounts</a> in the
2453
- * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2450
+ * must be configured to work with OpsItems across accounts. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-setup.html">Set up
2451
+ * OpsCenter</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2454
2452
  */
2455
2453
  AccountId?: string;
2456
2454
  }
@@ -5539,13 +5537,15 @@ export interface DescribeInstanceInformationRequest {
5539
5537
  InstanceInformationFilterList?: InstanceInformationFilter[];
5540
5538
  /**
5541
5539
  * <p>One or more filters. Use a filter to return a more specific list of managed nodes. You can
5542
- * filter based on tags applied to your managed nodes. Use this <code>Filters</code> data type
5543
- * instead of <code>InstanceInformationFilterList</code>, which is deprecated.</p>
5540
+ * filter based on tags applied to your managed nodes. Tag filters can't be combined with other
5541
+ * filter types. Use this <code>Filters</code> data type instead of
5542
+ * <code>InstanceInformationFilterList</code>, which is deprecated.</p>
5544
5543
  */
5545
5544
  Filters?: InstanceInformationStringFilter[];
5546
5545
  /**
5547
5546
  * <p>The maximum number of items to return for this call. The call also returns a token that you
5548
- * can specify in a subsequent call to get the next set of results. </p>
5547
+ * can specify in a subsequent call to get the next set of results. The default value is 10 items.
5548
+ * </p>
5549
5549
  */
5550
5550
  MaxResults?: number;
5551
5551
  /**
@@ -5659,8 +5659,7 @@ export interface InstanceInformation {
5659
5659
  * <p>The Identity and Access Management (IAM) role assigned to the on-premises Systems Manager
5660
5660
  * managed node. This call doesn't return the IAM role for Amazon Elastic Compute Cloud
5661
5661
  * (Amazon EC2) instances. To retrieve the IAM role for an EC2 instance, use
5662
- * the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html">describe-instances</a> in
5663
- * the <i>Amazon Web Services CLI Command Reference</i>.</p>
5662
+ * the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
5664
5663
  */
5665
5664
  IamRole?: string;
5666
5665
  /**
@@ -5679,8 +5678,7 @@ export interface InstanceInformation {
5679
5678
  * explained in <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-linux.html">Install SSM Agent for a
5680
5679
  * hybrid environment (Linux)</a> and <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-install-managed-win.html">Install SSM Agent for a
5681
5680
  * hybrid environment (Windows)</a>. To retrieve the <code>Name</code> tag of an EC2 instance,
5682
- * use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/ec2/describe-instances.html">describe-instances</a> in
5683
- * the <i>Amazon Web Services CLI Command Reference</i>.</p>
5681
+ * use the Amazon EC2 <code>DescribeInstances</code> operation. For information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeInstances.html">DescribeInstances</a> in the <i>Amazon EC2 API Reference</i> or <a href="https://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html">describe-instances</a> in the <i>Amazon Web Services CLI Command Reference</i>.</p>
5684
5682
  */
5685
5683
  Name?: string;
5686
5684
  /**
@@ -78,6 +78,10 @@ export interface DescribeOpsItemsRequest {
78
78
  * <p>Key: AutomationId</p>
79
79
  * <p>Operations: Equals</p>
80
80
  * </li>
81
+ * <li>
82
+ * <p>Key: AccountId</p>
83
+ * <p>Operations: Equals</p>
84
+ * </li>
81
85
  * </ul>
82
86
  * <p>*The Equals operator for Title matches the first 100 characters. If you specify more than
83
87
  * 100 characters, they system returns an error that the filter value exceeds the length
@@ -2900,7 +2904,8 @@ export interface OpsItem {
2900
2904
  * <p>Use the <code>/aws/resources</code> key in OperationalData to specify a related resource in
2901
2905
  * the request. Use the <code>/aws/automations</code> key in OperationalData to associate an
2902
2906
  * Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
2903
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems">Creating OpsItems manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2907
+ * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">Creating OpsItems
2908
+ * manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
2904
2909
  */
2905
2910
  OperationalData?: Record<string, OpsItemDataValue>;
2906
2911
  /**
@@ -6988,9 +6993,9 @@ export interface PutParameterRequest {
6988
6993
  * validated asynchronously, and the <code>PutParameter</code> call returns before the validation
6989
6994
  * is complete. If you submit an invalid AMI value, the PutParameter operation will return success,
6990
6995
  * but the asynchronous validation will fail and the parameter will not be created or updated. To
6991
- * monitor whether your <code>aws:ec2:image</code> parameters are created successfully, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-cwe.html">Setting
6992
- * up notifications or trigger actions based on Parameter Store events</a>. For more
6993
- * information about AMI format validation , see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html">Native parameter
6996
+ * monitor whether your <code>aws:ec2:image</code> parameters are created successfully, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-cwe.html">Setting
6997
+ * up notifications or trigger actions based on Parameter Store events</a>. For more
6998
+ * information about AMI format validation , see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/parameter-store-ec2-aliases.html">Native parameter
6994
6999
  * support for Amazon Machine Image (AMI) IDs</a>. </p>
6995
7000
  * </note>
6996
7001
  */
@@ -927,7 +927,8 @@ export interface UpdateOpsItemRequest {
927
927
  * <p>Use the <code>/aws/resources</code> key in OperationalData to specify a related resource in
928
928
  * the request. Use the <code>/aws/automations</code> key in OperationalData to associate an
929
929
  * Automation runbook with the OpsItem. To view Amazon Web Services CLI example commands that use these keys, see
930
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-creating-OpsItems.html#OpsCenter-manually-create-OpsItems">Creating OpsItems manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
930
+ * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-manually-create-OpsItems.html">Creating OpsItems
931
+ * manually</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
931
932
  */
932
933
  OperationalData?: Record<string, OpsItemDataValue>;
933
934
  /**
@@ -951,7 +952,7 @@ export interface UpdateOpsItemRequest {
951
952
  RelatedOpsItems?: RelatedOpsItem[];
952
953
  /**
953
954
  * <p>The OpsItem status. Status can be <code>Open</code>, <code>In Progress</code>, or
954
- * <code>Resolved</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems.html#OpsCenter-working-with-OpsItems-editing-details">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
955
+ * <code>Resolved</code>. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-working-with-OpsItems-editing-details.html">Editing OpsItem details</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
955
956
  */
956
957
  Status?: OpsItemStatus | string;
957
958
  /**
@@ -1281,7 +1282,10 @@ export interface UpdateServiceSettingRequest {
1281
1282
  * </li>
1282
1283
  * </ul>
1283
1284
  * <note>
1284
- * <p>Permissions to update the <code>/ssm/managed-instance/default-ec2-instance-management-role</code> setting should only be provided to administrators. Implement least privilege access when allowing individuals to configure or modify the Default Host Management Configuration.</p>
1285
+ * <p>Permissions to update the
1286
+ * <code>/ssm/managed-instance/default-ec2-instance-management-role</code> setting should only be
1287
+ * provided to administrators. Implement least privilege access when allowing individuals to
1288
+ * configure or modify the Default Host Management Configuration.</p>
1285
1289
  * </note>
1286
1290
  */
1287
1291
  SettingId: string | undefined;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ssm",
3
3
  "description": "AWS SDK for JavaScript Ssm Client for Node.js, Browser and React Native",
4
- "version": "3.360.0",
4
+ "version": "3.361.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",