@aws-sdk/client-ssm 3.137.0 → 3.138.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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.138.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.137.0...v3.138.0) (2022-07-27)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ssm
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
7
15
 
8
16
 
package/README.md CHANGED
@@ -9,22 +9,13 @@
9
9
 
10
10
  AWS SDK for JavaScript SSM Client for Node.js, Browser and React Native.
11
11
 
12
- <p>Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
13
- collecting system inventory, applying operating system (OS) patches, automating the creation of
14
- Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale.
15
- Systems Manager lets you remotely and securely manage the configuration of your managed nodes. A
16
- <i>managed node</i> is any Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises
17
- server or virtual machine (VM) that has been configured for Systems Manager. </p>
18
- <note>
19
- <p>With support for IoT Greengrass core devices, the phrase <i>managed
20
- instance</i> has been changed to <i>managed node</i> in most of the Systems Manager
21
- documentation. The Systems Manager console, API calls, error messages, and SSM documents still use the
22
- term <i>instance</i>.</p>
23
- </note>
12
+ <p>Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
13
+ infrastructure running in the Amazon Web Services Cloud;. Systems Manager simplifies application and resource management,
14
+ shortens the time to detect and resolve operational problems, and helps you manage your Amazon Web Services
15
+ resources securely at scale.</p>
24
16
  <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>.</p>
25
- <p>To get started, verify prerequisites and configure managed nodes. For more information, see
26
- <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
27
- Amazon Web Services Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
17
+ <p>To get started, verify prerequisites. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
18
+ Amazon Web Services Systems Manager</a>.</p>
28
19
  <p class="title">
29
20
  <b>Related resources</b>
30
21
  </p>
@@ -136,22 +136,13 @@ import { UpdateResourceDataSyncCommandInput, UpdateResourceDataSyncCommandOutput
136
136
  import { UpdateServiceSettingCommandInput, UpdateServiceSettingCommandOutput } from "./commands/UpdateServiceSettingCommand";
137
137
  import { SSMClient } from "./SSMClient";
138
138
  /**
139
- * <p>Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
140
- * collecting system inventory, applying operating system (OS) patches, automating the creation of
141
- * Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale.
142
- * Systems Manager lets you remotely and securely manage the configuration of your managed nodes. A
143
- * <i>managed node</i> is any Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises
144
- * server or virtual machine (VM) that has been configured for Systems Manager. </p>
145
- * <note>
146
- * <p>With support for IoT Greengrass core devices, the phrase <i>managed
147
- * instance</i> has been changed to <i>managed node</i> in most of the Systems Manager
148
- * documentation. The Systems Manager console, API calls, error messages, and SSM documents still use the
149
- * term <i>instance</i>.</p>
150
- * </note>
139
+ * <p>Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
140
+ * infrastructure running in the Amazon Web Services Cloud;. Systems Manager simplifies application and resource management,
141
+ * shortens the time to detect and resolve operational problems, and helps you manage your Amazon Web Services
142
+ * resources securely at scale.</p>
151
143
  * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>.</p>
152
- * <p>To get started, verify prerequisites and configure managed nodes. For more information, see
153
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
154
- * Amazon Web Services Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
144
+ * <p>To get started, verify prerequisites. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
145
+ * Amazon Web Services Systems Manager</a>.</p>
155
146
  * <p class="title">
156
147
  * <b>Related resources</b>
157
148
  * </p>
@@ -176,12 +167,13 @@ import { SSMClient } from "./SSMClient";
176
167
  */
177
168
  export declare class SSM extends SSMClient {
178
169
  /**
179
- * <p>Adds or overwrites one or more tags for the specified resource. Tags are metadata that you
180
- * can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store
181
- * parameters, and patch baselines. Tags enable you to categorize your resources in different ways,
182
- * for example, by purpose, owner, or environment. Each tag consists of a key and an optional value,
183
- * both of which you define. For example, you could define a set of tags for your account's managed
184
- * nodes that helps you track each node's owner and stack level. For example:</p>
170
+ * <p>Adds or overwrites one or more tags for the specified resource. <i>Tags</i>
171
+ * are metadata that you can assign to your automations, documents, managed nodes, maintenance
172
+ * windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your
173
+ * resources in different ways, for example, by purpose, owner, or environment. Each tag consists of
174
+ * a key and an optional value, both of which you define. For example, you could define a set of
175
+ * tags for your account's managed nodes that helps you track each node's owner and stack level. For
176
+ * example:</p>
185
177
  * <ul>
186
178
  * <li>
187
179
  * <p>
@@ -1201,7 +1193,7 @@ export declare class SSM extends SSMClient {
1201
1193
  * or <code>Failed</code> for associations.</p>
1202
1194
  * </li>
1203
1195
  * <li>
1204
- * <p>Severity: A patch severity. For example, <code>critical</code>.</p>
1196
+ * <p>Severity: A patch severity. For example, <code>Critical</code>.</p>
1205
1197
  * </li>
1206
1198
  * <li>
1207
1199
  * <p>DocumentName: An SSM document name. For example, <code>AWS-RunPatchBaseline</code>.</p>
@@ -261,22 +261,13 @@ declare type SSMClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpH
261
261
  export interface SSMClientResolvedConfig extends SSMClientResolvedConfigType {
262
262
  }
263
263
  /**
264
- * <p>Amazon Web Services Systems Manager is a collection of capabilities that helps you automate management tasks such as
265
- * collecting system inventory, applying operating system (OS) patches, automating the creation of
266
- * Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale.
267
- * Systems Manager lets you remotely and securely manage the configuration of your managed nodes. A
268
- * <i>managed node</i> is any Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises
269
- * server or virtual machine (VM) that has been configured for Systems Manager. </p>
270
- * <note>
271
- * <p>With support for IoT Greengrass core devices, the phrase <i>managed
272
- * instance</i> has been changed to <i>managed node</i> in most of the Systems Manager
273
- * documentation. The Systems Manager console, API calls, error messages, and SSM documents still use the
274
- * term <i>instance</i>.</p>
275
- * </note>
264
+ * <p>Amazon Web Services Systems Manager is a collection of capabilities to help you manage your applications and
265
+ * infrastructure running in the Amazon Web Services Cloud;. Systems Manager simplifies application and resource management,
266
+ * shortens the time to detect and resolve operational problems, and helps you manage your Amazon Web Services
267
+ * resources securely at scale.</p>
276
268
  * <p>This reference is intended to be used with the <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/">Amazon Web Services Systems Manager User Guide</a>.</p>
277
- * <p>To get started, verify prerequisites and configure managed nodes. For more information, see
278
- * <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
279
- * Amazon Web Services Systems Manager</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
269
+ * <p>To get started, verify prerequisites. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-setting-up.html">Setting up
270
+ * Amazon Web Services Systems Manager</a>.</p>
280
271
  * <p class="title">
281
272
  * <b>Related resources</b>
282
273
  * </p>
@@ -7,12 +7,13 @@ export interface AddTagsToResourceCommandInput extends AddTagsToResourceRequest
7
7
  export interface AddTagsToResourceCommandOutput extends AddTagsToResourceResult, __MetadataBearer {
8
8
  }
9
9
  /**
10
- * <p>Adds or overwrites one or more tags for the specified resource. Tags are metadata that you
11
- * can assign to your automations, documents, managed nodes, maintenance windows, Parameter Store
12
- * parameters, and patch baselines. Tags enable you to categorize your resources in different ways,
13
- * for example, by purpose, owner, or environment. Each tag consists of a key and an optional value,
14
- * both of which you define. For example, you could define a set of tags for your account's managed
15
- * nodes that helps you track each node's owner and stack level. For example:</p>
10
+ * <p>Adds or overwrites one or more tags for the specified resource. <i>Tags</i>
11
+ * are metadata that you can assign to your automations, documents, managed nodes, maintenance
12
+ * windows, Parameter Store parameters, and patch baselines. Tags enable you to categorize your
13
+ * resources in different ways, for example, by purpose, owner, or environment. Each tag consists of
14
+ * a key and an optional value, both of which you define. For example, you could define a set of
15
+ * tags for your account's managed nodes that helps you track each node's owner and stack level. For
16
+ * example:</p>
16
17
  * <ul>
17
18
  * <li>
18
19
  * <p>
@@ -35,7 +35,7 @@ export interface PutComplianceItemsCommandOutput extends PutComplianceItemsResul
35
35
  * or <code>Failed</code> for associations.</p>
36
36
  * </li>
37
37
  * <li>
38
- * <p>Severity: A patch severity. For example, <code>critical</code>.</p>
38
+ * <p>Severity: A patch severity. For example, <code>Critical</code>.</p>
39
39
  * </li>
40
40
  * <li>
41
41
  * <p>DocumentName: An SSM document name. For example, <code>AWS-RunPatchBaseline</code>.</p>
@@ -1483,8 +1483,8 @@ export interface CreateDocumentRequest {
1483
1483
  DisplayName?: string;
1484
1484
  /**
1485
1485
  * <p>An optional field specifying the version of the artifact you are creating with the document.
1486
- * For example, "Release 12, Update 6". This value is unique across all versions of a document, and
1487
- * can't be changed.</p>
1486
+ * For example, <code>Release12.1</code>. This value is unique across all versions of a document,
1487
+ * and can't be changed.</p>
1488
1488
  */
1489
1489
  VersionName?: string;
1490
1490
  /**
@@ -2776,17 +2776,22 @@ export interface GetServiceSettingRequest {
2776
2776
  * </li>
2777
2777
  * <li>
2778
2778
  * <p>
2779
- * <code>/ssm/parameter-store/default-parameter-tier</code>
2779
+ * <code>/ssm/managed-instance/activation-tier</code>
2780
2780
  * </p>
2781
2781
  * </li>
2782
2782
  * <li>
2783
2783
  * <p>
2784
- * <code>/ssm/parameter-store/high-throughput-enabled</code>
2784
+ * <code>/ssm/opsinsights/opscenter</code>
2785
2785
  * </p>
2786
2786
  * </li>
2787
2787
  * <li>
2788
2788
  * <p>
2789
- * <code>/ssm/managed-instance/activation-tier</code>
2789
+ * <code>/ssm/parameter-store/default-parameter-tier</code>
2790
+ * </p>
2791
+ * </li>
2792
+ * <li>
2793
+ * <p>
2794
+ * <code>/ssm/parameter-store/high-throughput-enabled</code>
2790
2795
  * </p>
2791
2796
  * </li>
2792
2797
  * </ul>
@@ -3645,6 +3650,10 @@ export interface CommandInvocation {
3645
3650
  * <p>Terminated: The parent command exceeded its MaxErrors limit and subsequent command
3646
3651
  * invocations were canceled by the system. This is a terminal state.</p>
3647
3652
  * </li>
3653
+ * <li>
3654
+ * <p>Delayed: The system attempted to send the command to the managed node but wasn't
3655
+ * successful. The system retries again.</p>
3656
+ * </li>
3648
3657
  * </ul>
3649
3658
  */
3650
3659
  StatusDetails?: string;
@@ -3759,9 +3768,11 @@ export interface Command {
3759
3768
  */
3760
3769
  Comment?: string;
3761
3770
  /**
3762
- * <p>If this time is reached and the command hasn't already started running, it won't run.
3763
- * Calculated based on the <code>ExpiresAfter</code> user input provided as part of the
3764
- * <code>SendCommand</code> API operation.</p>
3771
+ * <p>If a command expires, it changes status to <code>DeliveryTimedOut</code> for all invocations
3772
+ * that have the status <code>InProgress</code>, <code>Pending</code>, or <code>Delayed</code>.
3773
+ * <code>ExpiresAfter</code> is calculated based on the total timeout for the overall command. For
3774
+ * more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/monitor-commands.html?icmpid=docs_ec2_console#monitor-about-status-timeouts">Understanding command timeout values</a> in the
3775
+ * <i>Amazon Web Services Systems Manager User Guide</i>.</p>
3765
3776
  */
3766
3777
  ExpiresAfter?: Date;
3767
3778
  /**
@@ -3830,6 +3841,10 @@ export interface Command {
3830
3841
  * limit for pending invocations. The system has canceled the command before running it on any
3831
3842
  * managed node. This is a terminal state.</p>
3832
3843
  * </li>
3844
+ * <li>
3845
+ * <p>Delayed: The system attempted to send the command to the managed node but wasn't
3846
+ * successful. The system retries again.</p>
3847
+ * </li>
3833
3848
  * </ul>
3834
3849
  */
3835
3850
  StatusDetails?: string;
@@ -4082,8 +4097,9 @@ export interface ListComplianceSummariesRequest {
4082
4097
  */
4083
4098
  export interface SeveritySummary {
4084
4099
  /**
4085
- * <p>The total number of resources or compliance items that have a severity level of critical.
4086
- * Critical severity is determined by the organization that published the compliance items.</p>
4100
+ * <p>The total number of resources or compliance items that have a severity level of
4101
+ * <code>Critical</code>. Critical severity is determined by the organization that published the
4102
+ * compliance items.</p>
4087
4103
  */
4088
4104
  CriticalCount?: number;
4089
4105
  /**
@@ -6232,17 +6248,22 @@ export interface ResetServiceSettingRequest {
6232
6248
  * </li>
6233
6249
  * <li>
6234
6250
  * <p>
6235
- * <code>/ssm/parameter-store/default-parameter-tier</code>
6251
+ * <code>/ssm/managed-instance/activation-tier</code>
6236
6252
  * </p>
6237
6253
  * </li>
6238
6254
  * <li>
6239
6255
  * <p>
6240
- * <code>/ssm/parameter-store/high-throughput-enabled</code>
6256
+ * <code>/ssm/opsinsights/opscenter</code>
6241
6257
  * </p>
6242
6258
  * </li>
6243
6259
  * <li>
6244
6260
  * <p>
6245
- * <code>/ssm/managed-instance/activation-tier</code>
6261
+ * <code>/ssm/parameter-store/default-parameter-tier</code>
6262
+ * </p>
6263
+ * </li>
6264
+ * <li>
6265
+ * <p>
6266
+ * <code>/ssm/parameter-store/high-throughput-enabled</code>
6246
6267
  * </p>
6247
6268
  * </li>
6248
6269
  * </ul>
@@ -6796,9 +6817,12 @@ export interface StartSessionRequest {
6796
6817
  */
6797
6818
  Target: string | undefined;
6798
6819
  /**
6799
- * <p>The name of the SSM document to define the parameters and plugin settings for the session.
6800
- * For example, <code>SSM-SessionManagerRunShell</code>. You can call the <a>GetDocument</a> API to verify the document exists before attempting to start a session.
6801
- * If no document name is provided, a shell to the managed node is launched by default.</p>
6820
+ * <p>The name of the SSM document you want to use to define the type of session, input
6821
+ * parameters, or preferences for the session. For example, <code>SSM-SessionManagerRunShell</code>.
6822
+ * You can call the <a>GetDocument</a> API to verify the document exists before
6823
+ * attempting to start a session. If no document name is provided, a shell to the managed node is
6824
+ * launched by default. For more information, see <a href="https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-working-with-sessions-start.html">Start a
6825
+ * session</a> in the <i>Amazon Web Services Systems Manager User Guide</i>.</p>
6802
6826
  */
6803
6827
  DocumentName?: string;
6804
6828
  /**
@@ -782,17 +782,22 @@ export interface UpdateServiceSettingRequest {
782
782
  * </li>
783
783
  * <li>
784
784
  * <p>
785
- * <code>/ssm/parameter-store/default-parameter-tier</code>
785
+ * <code>/ssm/managed-instance/activation-tier</code>
786
786
  * </p>
787
787
  * </li>
788
788
  * <li>
789
789
  * <p>
790
- * <code>/ssm/parameter-store/high-throughput-enabled</code>
790
+ * <code>/ssm/opsinsights/opscenter</code>
791
791
  * </p>
792
792
  * </li>
793
793
  * <li>
794
794
  * <p>
795
- * <code>/ssm/managed-instance/activation-tier</code>
795
+ * <code>/ssm/parameter-store/default-parameter-tier</code>
796
+ * </p>
797
+ * </li>
798
+ * <li>
799
+ * <p>
800
+ * <code>/ssm/parameter-store/high-throughput-enabled</code>
796
801
  * </p>
797
802
  * </li>
798
803
  * </ul>
@@ -804,41 +809,40 @@ export interface UpdateServiceSettingRequest {
804
809
  * <ul>
805
810
  * <li>
806
811
  * <p>
807
- * <code>/ssm/parameter-store/default-parameter-tier</code>: <code>Standard</code>,
808
- * <code>Advanced</code>, <code>Intelligent-Tiering</code>
812
+ * <code>/ssm/automation/customer-script-log-destination</code>: <code>CloudWatch</code>
809
813
  * </p>
810
814
  * </li>
811
815
  * <li>
812
816
  * <p>
813
- * <code>/ssm/parameter-store/high-throughput-enabled</code>: <code>true</code> or
814
- * <code>false</code>
815
- * </p>
817
+ * <code>/ssm/automation/customer-script-log-group-name</code>: the name of an Amazon CloudWatch Logs log group</p>
816
818
  * </li>
817
819
  * <li>
818
820
  * <p>
819
- * <code>/ssm/managed-instance/activation-tier</code>: <code>true</code> or
820
- * <code>false</code>
821
+ * <code>/ssm/documents/console/public-sharing-permission</code>: <code>Enable</code> or
822
+ * <code>Disable</code>
821
823
  * </p>
822
824
  * </li>
823
825
  * <li>
824
826
  * <p>
825
- * <code>/ssm/automation/customer-script-log-destination</code>: <code>CloudWatch</code>
827
+ * <code>/ssm/managed-instance/activation-tier</code>: <code>standard</code> or
828
+ * <code>advanced</code>
826
829
  * </p>
827
830
  * </li>
828
831
  * <li>
829
832
  * <p>
830
- * <code>/ssm/automation/customer-script-log-group-name</code>: the name of an Amazon CloudWatch Logs log group</p>
833
+ * <code>/ssm/opsinsights/opscenter</code>: <code>Enabled</code> or <code>Disabled</code>
834
+ * </p>
831
835
  * </li>
832
836
  * <li>
833
837
  * <p>
834
- * <code>/ssm/documents/console/public-sharing-permission</code>: <code>Enable</code> or
835
- * <code>Disable</code>
838
+ * <code>/ssm/parameter-store/default-parameter-tier</code>: <code>Standard</code>,
839
+ * <code>Advanced</code>, <code>Intelligent-Tiering</code>
836
840
  * </p>
837
841
  * </li>
838
842
  * <li>
839
843
  * <p>
840
- * <code>/ssm/managed-instance/activation-tier</code>: <code>standard</code> or
841
- * <code>advanced</code>
844
+ * <code>/ssm/parameter-store/high-throughput-enabled</code>: <code>true</code> or
845
+ * <code>false</code>
842
846
  * </p>
843
847
  * </li>
844
848
  * </ul>
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.137.0",
4
+ "version": "3.138.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",