@aws-sdk/client-ssm 3.137.0 → 3.142.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,36 @@
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.142.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.141.0...v3.142.0) (2022-08-02)
7
+
8
+
9
+ ### Features
10
+
11
+ * **codegen:** general data mapping function ([#3830](https://github.com/aws/aws-sdk-js-v3/issues/3830)) ([9417eae](https://github.com/aws/aws-sdk-js-v3/commit/9417eae722806799fb4c15c07921574268c1165c))
12
+
13
+
14
+
15
+
16
+
17
+ # [3.141.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.140.0...v3.141.0) (2022-08-01)
18
+
19
+
20
+ ### Features
21
+
22
+ * **clients:** update client endpoints as of 2022-08-01 ([aaf49f2](https://github.com/aws/aws-sdk-js-v3/commit/aaf49f21b371412e6ea7e00890b71a7b31991b66))
23
+
24
+
25
+
26
+
27
+
28
+ # [3.138.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.137.0...v3.138.0) (2022-07-27)
29
+
30
+ **Note:** Version bump only for package @aws-sdk/client-ssm
31
+
32
+
33
+
34
+
35
+
6
36
  # [3.137.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.136.1...v3.137.0) (2022-07-26)
7
37
 
8
38
 
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>
@@ -201,7 +192,7 @@ try {
201
192
  const data = await client.send(command);
202
193
  // process data.
203
194
  } catch (error) {
204
- const { requestId, cfId, extendedRequestId } = error.$metadata;
195
+ const { requestId, cfId, extendedRequestId } = error.$$metadata;
205
196
  console.log({ requestId, cfId, extendedRequestId });
206
197
  /**
207
198
  * The keys within exceptions are also parsed.