@aws-sdk/client-ssm 3.359.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 +1 -1
- package/dist-types/SSM.d.ts +1 -1
- package/dist-types/SSMClient.d.ts +1 -1
- package/dist-types/commands/AssociateOpsItemRelatedItemCommand.d.ts +1 -2
- package/dist-types/commands/CreateOpsItemCommand.d.ts +3 -4
- package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +8 -9
- package/dist-types/commands/DescribeOpsItemsCommand.d.ts +2 -2
- package/dist-types/commands/GetOpsItemCommand.d.ts +2 -2
- package/dist-types/commands/ListOpsItemEventsCommand.d.ts +1 -2
- package/dist-types/commands/UpdateOpsItemCommand.d.ts +3 -4
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +14 -16
- package/dist-types/models/models_1.d.ts +9 -4
- package/dist-types/models/models_2.d.ts +7 -3
- package/package.json +7 -7
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/
|
|
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
|
package/dist-types/SSM.d.ts
CHANGED
|
@@ -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/
|
|
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/
|
|
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
|
|
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-
|
|
27
|
-
*
|
|
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
|
|
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>
|
|
27
|
-
*
|
|
28
|
-
*
|
|
29
|
-
* <p>If you specify one or more
|
|
30
|
-
* If you don't specify node IDs, it returns information for all your managed nodes. If you
|
|
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
|
-
*
|
|
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-
|
|
27
|
-
*
|
|
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-
|
|
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
|
|
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-
|
|
27
|
-
*
|
|
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
|
|
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>
|
package/dist-types/index.d.ts
CHANGED
|
@@ -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/
|
|
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
|
|
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-
|
|
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
|
|
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/
|
|
2452
|
-
*
|
|
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.
|
|
5543
|
-
*
|
|
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.
|
|
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-
|
|
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,
|
|
6992
|
-
* up notifications or trigger actions based on Parameter Store events</a>.
|
|
6993
|
-
* information about
|
|
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-
|
|
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
|
|
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
|
|
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.
|
|
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",
|
|
@@ -21,9 +21,9 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.360.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.357.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.360.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.357.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.357.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.357.0",
|
|
@@ -38,15 +38,15 @@
|
|
|
38
38
|
"@aws-sdk/middleware-stack": "3.357.0",
|
|
39
39
|
"@aws-sdk/middleware-user-agent": "3.357.0",
|
|
40
40
|
"@aws-sdk/node-config-provider": "3.357.0",
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.360.0",
|
|
42
|
+
"@aws-sdk/smithy-client": "3.360.0",
|
|
43
43
|
"@aws-sdk/types": "3.357.0",
|
|
44
44
|
"@aws-sdk/url-parser": "3.357.0",
|
|
45
45
|
"@aws-sdk/util-base64": "3.310.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
48
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
+
"@aws-sdk/util-defaults-mode-browser": "3.360.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-node": "3.360.0",
|
|
50
50
|
"@aws-sdk/util-endpoints": "3.357.0",
|
|
51
51
|
"@aws-sdk/util-retry": "3.357.0",
|
|
52
52
|
"@aws-sdk/util-user-agent-browser": "3.357.0",
|