@aws-sdk/client-ssm 3.46.0 → 3.48.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/README.md +5 -6
  3. package/dist-cjs/endpoints.js +0 -28
  4. package/dist-cjs/models/models_0.js +5 -384
  5. package/dist-cjs/models/models_1.js +5 -348
  6. package/dist-cjs/models/models_2.js +1 -13
  7. package/dist-cjs/protocols/Aws_json1_1.js +26 -0
  8. package/dist-cjs/runtimeConfig.browser.js +7 -2
  9. package/dist-cjs/runtimeConfig.js +10 -2
  10. package/dist-es/endpoints.js +0 -28
  11. package/dist-es/models/models_0.js +0 -252
  12. package/dist-es/models/models_1.js +0 -228
  13. package/dist-es/models/models_2.js +0 -8
  14. package/dist-es/protocols/Aws_json1_1.js +26 -0
  15. package/dist-es/runtimeConfig.browser.js +12 -3
  16. package/dist-es/runtimeConfig.js +13 -4
  17. package/dist-types/SSM.d.ts +48 -39
  18. package/dist-types/SSMClient.d.ts +10 -7
  19. package/dist-types/commands/CreateActivationCommand.d.ts +2 -2
  20. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
  21. package/dist-types/commands/DeleteAssociationCommand.d.ts +3 -3
  22. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -2
  23. package/dist-types/commands/DescribeInstancePatchStatesForPatchGroupCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
  25. package/dist-types/commands/GetConnectionStatusCommand.d.ts +2 -2
  26. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +2 -2
  27. package/dist-types/commands/GetInventoryCommand.d.ts +2 -2
  28. package/dist-types/commands/ListAssociationsCommand.d.ts +2 -2
  29. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +5 -5
  30. package/dist-types/commands/PutInventoryCommand.d.ts +3 -2
  31. package/dist-types/commands/StartSessionCommand.d.ts +3 -3
  32. package/dist-types/commands/UpdateAssociationCommand.d.ts +10 -2
  33. package/dist-types/models/models_0.d.ts +71 -439
  34. package/dist-types/models/models_1.d.ts +87 -422
  35. package/dist-types/models/models_2.d.ts +0 -12
  36. package/dist-types/runtimeConfig.browser.d.ts +3 -2
  37. package/dist-types/runtimeConfig.d.ts +4 -3
  38. package/dist-types/runtimeConfig.native.d.ts +1 -0
  39. package/dist-types/ts3.4/SSMClient.d.ts +3 -1
  40. package/dist-types/ts3.4/models/models_0.d.ts +4 -252
  41. package/dist-types/ts3.4/models/models_1.d.ts +0 -228
  42. package/dist-types/ts3.4/models/models_2.d.ts +0 -8
  43. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  44. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
  45. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
  46. package/package.json +36 -36
package/CHANGELOG.md CHANGED
@@ -3,6 +3,44 @@
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.48.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.2...v3.48.0) (2022-01-22)
7
+
8
+
9
+ ### Features
10
+
11
+ * **clients:** update clients as of 2022/01/21 ([#3228](https://github.com/aws/aws-sdk-js-v3/issues/3228)) ([fa713ef](https://github.com/aws/aws-sdk-js-v3/commit/fa713efca6b2f424c27535d000359f08830960b1))
12
+
13
+
14
+
15
+
16
+
17
+ ## [3.47.2](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.1...v3.47.2) (2022-01-21)
18
+
19
+ **Note:** Version bump only for package @aws-sdk/client-ssm
20
+
21
+
22
+
23
+
24
+
25
+ ## [3.47.1](https://github.com/aws/aws-sdk-js-v3/compare/v3.47.0-release-test-1...v3.47.1) (2022-01-20)
26
+
27
+ **Note:** Version bump only for package @aws-sdk/client-ssm
28
+
29
+
30
+
31
+
32
+
33
+ # [3.47.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.46.0...v3.47.0) (2022-01-15)
34
+
35
+
36
+ ### Features
37
+
38
+ * **clients:** update clients to use default values inferred from defaults mode ([#3192](https://github.com/aws/aws-sdk-js-v3/issues/3192)) ([9152e21](https://github.com/aws/aws-sdk-js-v3/commit/9152e210c6ec29f34bb070eaf2874039022e6ab7))
39
+
40
+
41
+
42
+
43
+
6
44
  # [3.46.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.45.0...v3.46.0) (2022-01-07)
7
45
 
8
46
 
package/README.md CHANGED
@@ -11,14 +11,13 @@ AWS SDK for JavaScript SSM Client for Node.js, Browser and React Native.
11
11
  collecting system inventory, applying operating system (OS) patches, automating the creation of
12
12
  Amazon Machine Images (AMIs), and configuring operating systems (OSs) and applications at scale.
13
13
  Systems Manager lets you remotely and securely manage the configuration of your managed nodes. A
14
- <i>managed node</i> is any Amazon Elastic Compute Cloud (Amazon EC2) instance, edge
15
- device, or on-premises server or virtual machine (VM) that has been configured for
16
- Systems Manager. </p>
14
+ <i>managed node</i> is any Amazon Elastic Compute Cloud (Amazon EC2) instance, edge device, or on-premises
15
+ server or virtual machine (VM) that has been configured for Systems Manager. </p>
17
16
  <note>
18
- <p>With support for IoT Greengrass Version 2 devices, the phrase <i>managed
17
+ <p>With support for IoT Greengrass core devices, the phrase <i>managed
19
18
  instance</i> has been changed to <i>managed node</i> in most of the Systems Manager
20
- documentation. The Systems Manager console, API
21
- calls, error messages, and SSM documents still use the term instance.</p>
19
+ documentation. The Systems Manager console, API calls, error messages, and SSM documents still use the
20
+ term <i>instance</i>.</p>
22
21
  </note>
23
22
  <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>
24
23
  <p>To get started, verify prerequisites and configure managed nodes. For more information, see
@@ -5,10 +5,6 @@ const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const regionHash = {
6
6
  "ca-central-1": {
7
7
  variants: [
8
- {
9
- hostname: "ssm.ca-central-1.amazonaws.com",
10
- tags: [],
11
- },
12
8
  {
13
9
  hostname: "ssm-fips.ca-central-1.amazonaws.com",
14
10
  tags: ["fips"],
@@ -17,10 +13,6 @@ const regionHash = {
17
13
  },
18
14
  "us-east-1": {
19
15
  variants: [
20
- {
21
- hostname: "ssm.us-east-1.amazonaws.com",
22
- tags: [],
23
- },
24
16
  {
25
17
  hostname: "ssm-fips.us-east-1.amazonaws.com",
26
18
  tags: ["fips"],
@@ -29,10 +21,6 @@ const regionHash = {
29
21
  },
30
22
  "us-east-2": {
31
23
  variants: [
32
- {
33
- hostname: "ssm.us-east-2.amazonaws.com",
34
- tags: [],
35
- },
36
24
  {
37
25
  hostname: "ssm-fips.us-east-2.amazonaws.com",
38
26
  tags: ["fips"],
@@ -41,10 +29,6 @@ const regionHash = {
41
29
  },
42
30
  "us-gov-east-1": {
43
31
  variants: [
44
- {
45
- hostname: "ssm.us-gov-east-1.amazonaws.com",
46
- tags: [],
47
- },
48
32
  {
49
33
  hostname: "ssm.us-gov-east-1.amazonaws.com",
50
34
  tags: ["fips"],
@@ -53,10 +37,6 @@ const regionHash = {
53
37
  },
54
38
  "us-gov-west-1": {
55
39
  variants: [
56
- {
57
- hostname: "ssm.us-gov-west-1.amazonaws.com",
58
- tags: [],
59
- },
60
40
  {
61
41
  hostname: "ssm.us-gov-west-1.amazonaws.com",
62
42
  tags: ["fips"],
@@ -65,10 +45,6 @@ const regionHash = {
65
45
  },
66
46
  "us-west-1": {
67
47
  variants: [
68
- {
69
- hostname: "ssm.us-west-1.amazonaws.com",
70
- tags: [],
71
- },
72
48
  {
73
49
  hostname: "ssm-fips.us-west-1.amazonaws.com",
74
50
  tags: ["fips"],
@@ -77,10 +53,6 @@ const regionHash = {
77
53
  },
78
54
  "us-west-2": {
79
55
  variants: [
80
- {
81
- hostname: "ssm.us-west-2.amazonaws.com",
82
- tags: [],
83
- },
84
56
  {
85
57
  hostname: "ssm-fips.us-west-2.amazonaws.com",
86
58
  tags: ["fips"],