@aws-sdk/client-ssm 3.957.0 → 3.962.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 -151
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +2784 -4479
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +9 -9
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +2696 -4375
- package/dist-es/waiters/waitForCommandExecuted.js +1 -1
- package/dist-types/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@ import { GetCommandInvocationCommand } from "../commands/GetCommandInvocationCom
|
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
6
|
-
|
|
6
|
+
let result = await client.send(new GetCommandInvocationCommand(input));
|
|
7
7
|
reason = result;
|
|
8
8
|
try {
|
|
9
9
|
const returnComparator = () => {
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./DescribeActivationsPaginator";
|
|
2
|
-
export * from "./DescribeAssociationExecutionTargetsPaginator";
|
|
3
3
|
export * from "./DescribeAssociationExecutionsPaginator";
|
|
4
|
+
export * from "./DescribeAssociationExecutionTargetsPaginator";
|
|
4
5
|
export * from "./DescribeAutomationExecutionsPaginator";
|
|
5
6
|
export * from "./DescribeAutomationStepExecutionsPaginator";
|
|
6
7
|
export * from "./DescribeAvailablePatchesPaginator";
|
|
@@ -8,20 +9,19 @@ export * from "./DescribeEffectiveInstanceAssociationsPaginator";
|
|
|
8
9
|
export * from "./DescribeEffectivePatchesForPatchBaselinePaginator";
|
|
9
10
|
export * from "./DescribeInstanceAssociationsStatusPaginator";
|
|
10
11
|
export * from "./DescribeInstanceInformationPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
13
|
-
export * from "./DescribeInstancePatchStatesPaginator";
|
|
14
12
|
export * from "./DescribeInstancePatchesPaginator";
|
|
13
|
+
export * from "./DescribeInstancePatchStatesPaginator";
|
|
14
|
+
export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
15
15
|
export * from "./DescribeInstancePropertiesPaginator";
|
|
16
16
|
export * from "./DescribeInventoryDeletionsPaginator";
|
|
17
|
+
export * from "./DescribeMaintenanceWindowExecutionsPaginator";
|
|
17
18
|
export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
|
|
18
19
|
export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
|
|
19
|
-
export * from "./
|
|
20
|
+
export * from "./DescribeMaintenanceWindowsPaginator";
|
|
20
21
|
export * from "./DescribeMaintenanceWindowSchedulePaginator";
|
|
22
|
+
export * from "./DescribeMaintenanceWindowsForTargetPaginator";
|
|
21
23
|
export * from "./DescribeMaintenanceWindowTargetsPaginator";
|
|
22
24
|
export * from "./DescribeMaintenanceWindowTasksPaginator";
|
|
23
|
-
export * from "./DescribeMaintenanceWindowsForTargetPaginator";
|
|
24
|
-
export * from "./DescribeMaintenanceWindowsPaginator";
|
|
25
25
|
export * from "./DescribeOpsItemsPaginator";
|
|
26
26
|
export * from "./DescribeParametersPaginator";
|
|
27
27
|
export * from "./DescribePatchBaselinesPaginator";
|
|
@@ -34,14 +34,14 @@ export * from "./GetOpsSummaryPaginator";
|
|
|
34
34
|
export * from "./GetParameterHistoryPaginator";
|
|
35
35
|
export * from "./GetParametersByPathPaginator";
|
|
36
36
|
export * from "./GetResourcePoliciesPaginator";
|
|
37
|
-
export * from "./ListAssociationVersionsPaginator";
|
|
38
37
|
export * from "./ListAssociationsPaginator";
|
|
38
|
+
export * from "./ListAssociationVersionsPaginator";
|
|
39
39
|
export * from "./ListCommandInvocationsPaginator";
|
|
40
40
|
export * from "./ListCommandsPaginator";
|
|
41
41
|
export * from "./ListComplianceItemsPaginator";
|
|
42
42
|
export * from "./ListComplianceSummariesPaginator";
|
|
43
|
-
export * from "./ListDocumentVersionsPaginator";
|
|
44
43
|
export * from "./ListDocumentsPaginator";
|
|
44
|
+
export * from "./ListDocumentVersionsPaginator";
|
|
45
45
|
export * from "./ListNodesPaginator";
|
|
46
46
|
export * from "./ListNodesSummaryPaginator";
|
|
47
47
|
export * from "./ListOpsItemEventsPaginator";
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
1
2
|
export * from "./DescribeActivationsPaginator";
|
|
2
|
-
export * from "./DescribeAssociationExecutionTargetsPaginator";
|
|
3
3
|
export * from "./DescribeAssociationExecutionsPaginator";
|
|
4
|
+
export * from "./DescribeAssociationExecutionTargetsPaginator";
|
|
4
5
|
export * from "./DescribeAutomationExecutionsPaginator";
|
|
5
6
|
export * from "./DescribeAutomationStepExecutionsPaginator";
|
|
6
7
|
export * from "./DescribeAvailablePatchesPaginator";
|
|
@@ -8,20 +9,19 @@ export * from "./DescribeEffectiveInstanceAssociationsPaginator";
|
|
|
8
9
|
export * from "./DescribeEffectivePatchesForPatchBaselinePaginator";
|
|
9
10
|
export * from "./DescribeInstanceAssociationsStatusPaginator";
|
|
10
11
|
export * from "./DescribeInstanceInformationPaginator";
|
|
11
|
-
export * from "./Interfaces";
|
|
12
|
-
export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
13
|
-
export * from "./DescribeInstancePatchStatesPaginator";
|
|
14
12
|
export * from "./DescribeInstancePatchesPaginator";
|
|
13
|
+
export * from "./DescribeInstancePatchStatesPaginator";
|
|
14
|
+
export * from "./DescribeInstancePatchStatesForPatchGroupPaginator";
|
|
15
15
|
export * from "./DescribeInstancePropertiesPaginator";
|
|
16
16
|
export * from "./DescribeInventoryDeletionsPaginator";
|
|
17
|
+
export * from "./DescribeMaintenanceWindowExecutionsPaginator";
|
|
17
18
|
export * from "./DescribeMaintenanceWindowExecutionTaskInvocationsPaginator";
|
|
18
19
|
export * from "./DescribeMaintenanceWindowExecutionTasksPaginator";
|
|
19
|
-
export * from "./
|
|
20
|
+
export * from "./DescribeMaintenanceWindowsPaginator";
|
|
20
21
|
export * from "./DescribeMaintenanceWindowSchedulePaginator";
|
|
22
|
+
export * from "./DescribeMaintenanceWindowsForTargetPaginator";
|
|
21
23
|
export * from "./DescribeMaintenanceWindowTargetsPaginator";
|
|
22
24
|
export * from "./DescribeMaintenanceWindowTasksPaginator";
|
|
23
|
-
export * from "./DescribeMaintenanceWindowsForTargetPaginator";
|
|
24
|
-
export * from "./DescribeMaintenanceWindowsPaginator";
|
|
25
25
|
export * from "./DescribeOpsItemsPaginator";
|
|
26
26
|
export * from "./DescribeParametersPaginator";
|
|
27
27
|
export * from "./DescribePatchBaselinesPaginator";
|
|
@@ -34,14 +34,14 @@ export * from "./GetOpsSummaryPaginator";
|
|
|
34
34
|
export * from "./GetParameterHistoryPaginator";
|
|
35
35
|
export * from "./GetParametersByPathPaginator";
|
|
36
36
|
export * from "./GetResourcePoliciesPaginator";
|
|
37
|
-
export * from "./ListAssociationVersionsPaginator";
|
|
38
37
|
export * from "./ListAssociationsPaginator";
|
|
38
|
+
export * from "./ListAssociationVersionsPaginator";
|
|
39
39
|
export * from "./ListCommandInvocationsPaginator";
|
|
40
40
|
export * from "./ListCommandsPaginator";
|
|
41
41
|
export * from "./ListComplianceItemsPaginator";
|
|
42
42
|
export * from "./ListComplianceSummariesPaginator";
|
|
43
|
-
export * from "./ListDocumentVersionsPaginator";
|
|
44
43
|
export * from "./ListDocumentsPaginator";
|
|
44
|
+
export * from "./ListDocumentVersionsPaginator";
|
|
45
45
|
export * from "./ListNodesPaginator";
|
|
46
46
|
export * from "./ListNodesSummaryPaginator";
|
|
47
47
|
export * from "./ListOpsItemEventsPaginator";
|
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.962.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-ssm",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
25
25
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
26
26
|
"@aws-sdk/core": "3.957.0",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
+
"@aws-sdk/credential-provider-node": "3.962.0",
|
|
28
28
|
"@aws-sdk/middleware-host-header": "3.957.0",
|
|
29
29
|
"@aws-sdk/middleware-logger": "3.957.0",
|
|
30
30
|
"@aws-sdk/middleware-recursion-detection": "3.957.0",
|