@aws-sdk/client-ssm 3.529.1 → 3.533.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 (42) hide show
  1. package/dist-types/commands/AddTagsToResourceCommand.d.ts +1 -1
  2. package/dist-types/commands/CancelCommandCommand.d.ts +2 -2
  3. package/dist-types/commands/CreateActivationCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateAssociationBatchCommand.d.ts +3 -3
  5. package/dist-types/commands/CreateAssociationCommand.d.ts +3 -3
  6. package/dist-types/commands/DeleteAssociationCommand.d.ts +2 -2
  7. package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +1 -1
  8. package/dist-types/commands/DeregisterManagedInstanceCommand.d.ts +2 -2
  9. package/dist-types/commands/DescribeAssociationCommand.d.ts +2 -2
  10. package/dist-types/commands/DescribeEffectiveInstanceAssociationsCommand.d.ts +3 -3
  11. package/dist-types/commands/DescribeInstanceAssociationsStatusCommand.d.ts +3 -3
  12. package/dist-types/commands/DescribeInstanceInformationCommand.d.ts +2 -2
  13. package/dist-types/commands/DescribeInstancePatchesCommand.d.ts +2 -2
  14. package/dist-types/commands/DescribeOpsItemsCommand.d.ts +1 -1
  15. package/dist-types/commands/GetCommandInvocationCommand.d.ts +2 -2
  16. package/dist-types/commands/GetDeployablePatchSnapshotForInstanceCommand.d.ts +1 -1
  17. package/dist-types/commands/GetMaintenanceWindowTaskCommand.d.ts +1 -1
  18. package/dist-types/commands/GetOpsItemCommand.d.ts +1 -1
  19. package/dist-types/commands/ListCommandInvocationsCommand.d.ts +2 -2
  20. package/dist-types/commands/ListCommandsCommand.d.ts +2 -2
  21. package/dist-types/commands/ListInventoryEntriesCommand.d.ts +2 -2
  22. package/dist-types/commands/PutComplianceItemsCommand.d.ts +3 -1
  23. package/dist-types/commands/PutInventoryCommand.d.ts +2 -2
  24. package/dist-types/commands/PutResourcePolicyCommand.d.ts +5 -5
  25. package/dist-types/commands/RegisterTaskWithMaintenanceWindowCommand.d.ts +1 -1
  26. package/dist-types/commands/SendCommandCommand.d.ts +5 -5
  27. package/dist-types/commands/UpdateAssociationStatusCommand.d.ts +2 -2
  28. package/dist-types/commands/UpdateMaintenanceWindowTaskCommand.d.ts +2 -2
  29. package/dist-types/commands/UpdateManagedInstanceRoleCommand.d.ts +2 -2
  30. package/dist-types/commands/UpdateOpsItemCommand.d.ts +1 -1
  31. package/dist-types/models/models_0.d.ts +33 -30
  32. package/dist-types/models/models_1.d.ts +41 -51
  33. package/dist-types/models/models_2.d.ts +9 -23
  34. package/dist-types/runtimeConfig.browser.d.ts +2 -2
  35. package/dist-types/runtimeConfig.d.ts +2 -2
  36. package/dist-types/runtimeConfig.native.d.ts +2 -2
  37. package/dist-types/runtimeConfig.shared.d.ts +2 -2
  38. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
  39. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
  40. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
  41. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
  42. package/package.json +38 -38
@@ -2,7 +2,7 @@ import { SSMClientConfig } from "./SSMClient";
2
2
  export declare const getRuntimeConfig: (config: SSMClientConfig) => {
3
3
  apiVersion: string;
4
4
  base64Decoder: import("@smithy/types").Decoder;
5
- base64Encoder: import("@smithy/types").Encoder;
5
+ base64Encoder: (_input: string | Uint8Array) => string;
6
6
  disableHostPrefix: boolean;
7
7
  endpointProvider: (
8
8
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
@@ -17,5 +17,5 @@ export declare const getRuntimeConfig: (config: SSMClientConfig) => {
17
17
  serviceId: string;
18
18
  urlParser: import("@smithy/types").UrlParser;
19
19
  utf8Decoder: import("@smithy/types").Decoder;
20
- utf8Encoder: import("@smithy/types").Encoder;
20
+ utf8Encoder: (input: string | Uint8Array) => string;
21
21
  };
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.529.1",
4
+ "version": "3.533.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ssm",
@@ -20,44 +20,44 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.529.1",
24
- "@aws-sdk/core": "3.529.1",
25
- "@aws-sdk/credential-provider-node": "3.529.1",
26
- "@aws-sdk/middleware-host-header": "3.523.0",
27
- "@aws-sdk/middleware-logger": "3.523.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.523.0",
29
- "@aws-sdk/middleware-user-agent": "3.525.0",
30
- "@aws-sdk/region-config-resolver": "3.525.0",
31
- "@aws-sdk/types": "3.523.0",
32
- "@aws-sdk/util-endpoints": "3.525.0",
33
- "@aws-sdk/util-user-agent-browser": "3.523.0",
34
- "@aws-sdk/util-user-agent-node": "3.525.0",
35
- "@smithy/config-resolver": "^2.1.4",
36
- "@smithy/core": "^1.3.5",
37
- "@smithy/fetch-http-handler": "^2.4.3",
38
- "@smithy/hash-node": "^2.1.3",
39
- "@smithy/invalid-dependency": "^2.1.3",
40
- "@smithy/middleware-content-length": "^2.1.3",
41
- "@smithy/middleware-endpoint": "^2.4.4",
42
- "@smithy/middleware-retry": "^2.1.4",
43
- "@smithy/middleware-serde": "^2.1.3",
44
- "@smithy/middleware-stack": "^2.1.3",
45
- "@smithy/node-config-provider": "^2.2.4",
46
- "@smithy/node-http-handler": "^2.4.1",
47
- "@smithy/protocol-http": "^3.2.1",
48
- "@smithy/smithy-client": "^2.4.2",
49
- "@smithy/types": "^2.10.1",
50
- "@smithy/url-parser": "^2.1.3",
51
- "@smithy/util-base64": "^2.1.1",
23
+ "@aws-sdk/client-sts": "3.533.0",
24
+ "@aws-sdk/core": "3.533.0",
25
+ "@aws-sdk/credential-provider-node": "3.533.0",
26
+ "@aws-sdk/middleware-host-header": "3.533.0",
27
+ "@aws-sdk/middleware-logger": "3.533.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
+ "@aws-sdk/middleware-user-agent": "3.533.0",
30
+ "@aws-sdk/region-config-resolver": "3.533.0",
31
+ "@aws-sdk/types": "3.533.0",
32
+ "@aws-sdk/util-endpoints": "3.533.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.533.0",
34
+ "@aws-sdk/util-user-agent-node": "3.533.0",
35
+ "@smithy/config-resolver": "^2.1.5",
36
+ "@smithy/core": "^1.3.8",
37
+ "@smithy/fetch-http-handler": "^2.4.5",
38
+ "@smithy/hash-node": "^2.1.4",
39
+ "@smithy/invalid-dependency": "^2.1.4",
40
+ "@smithy/middleware-content-length": "^2.1.4",
41
+ "@smithy/middleware-endpoint": "^2.4.6",
42
+ "@smithy/middleware-retry": "^2.1.7",
43
+ "@smithy/middleware-serde": "^2.2.1",
44
+ "@smithy/middleware-stack": "^2.1.4",
45
+ "@smithy/node-config-provider": "^2.2.5",
46
+ "@smithy/node-http-handler": "^2.4.3",
47
+ "@smithy/protocol-http": "^3.2.2",
48
+ "@smithy/smithy-client": "^2.4.5",
49
+ "@smithy/types": "^2.11.0",
50
+ "@smithy/url-parser": "^2.1.4",
51
+ "@smithy/util-base64": "^2.2.1",
52
52
  "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.1",
54
- "@smithy/util-defaults-mode-browser": "^2.1.4",
55
- "@smithy/util-defaults-mode-node": "^2.2.3",
56
- "@smithy/util-endpoints": "^1.1.4",
57
- "@smithy/util-middleware": "^2.1.3",
58
- "@smithy/util-retry": "^2.1.3",
59
- "@smithy/util-utf8": "^2.1.1",
60
- "@smithy/util-waiter": "^2.1.3",
53
+ "@smithy/util-body-length-node": "^2.2.2",
54
+ "@smithy/util-defaults-mode-browser": "^2.1.7",
55
+ "@smithy/util-defaults-mode-node": "^2.2.7",
56
+ "@smithy/util-endpoints": "^1.1.5",
57
+ "@smithy/util-middleware": "^2.1.4",
58
+ "@smithy/util-retry": "^2.1.4",
59
+ "@smithy/util-utf8": "^2.2.0",
60
+ "@smithy/util-waiter": "^2.1.4",
61
61
  "tslib": "^2.5.0",
62
62
  "uuid": "^9.0.1"
63
63
  },