@aws-sdk/client-cloudformation 3.185.0 → 3.188.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 +16 -0
- package/dist-cjs/protocols/Aws_query.js +8 -4
- package/dist-es/CloudFormation.js +266 -273
- package/dist-es/CloudFormationClient.js +22 -28
- package/dist-es/commands/ActivateTypeCommand.js +21 -28
- package/dist-es/commands/BatchDescribeTypeConfigurationsCommand.js +21 -28
- package/dist-es/commands/CancelUpdateStackCommand.js +22 -29
- package/dist-es/commands/ContinueUpdateRollbackCommand.js +21 -28
- package/dist-es/commands/CreateChangeSetCommand.js +21 -28
- package/dist-es/commands/CreateStackCommand.js +21 -28
- package/dist-es/commands/CreateStackInstancesCommand.js +21 -28
- package/dist-es/commands/CreateStackSetCommand.js +21 -28
- package/dist-es/commands/DeactivateTypeCommand.js +21 -28
- package/dist-es/commands/DeleteChangeSetCommand.js +21 -28
- package/dist-es/commands/DeleteStackCommand.js +22 -29
- package/dist-es/commands/DeleteStackInstancesCommand.js +21 -28
- package/dist-es/commands/DeleteStackSetCommand.js +21 -28
- package/dist-es/commands/DeregisterTypeCommand.js +21 -28
- package/dist-es/commands/DescribeAccountLimitsCommand.js +21 -28
- package/dist-es/commands/DescribeChangeSetCommand.js +21 -28
- package/dist-es/commands/DescribeChangeSetHooksCommand.js +21 -28
- package/dist-es/commands/DescribePublisherCommand.js +21 -28
- package/dist-es/commands/DescribeStackDriftDetectionStatusCommand.js +21 -28
- package/dist-es/commands/DescribeStackEventsCommand.js +21 -28
- package/dist-es/commands/DescribeStackInstanceCommand.js +21 -28
- package/dist-es/commands/DescribeStackResourceCommand.js +21 -28
- package/dist-es/commands/DescribeStackResourceDriftsCommand.js +21 -28
- package/dist-es/commands/DescribeStackResourcesCommand.js +21 -28
- package/dist-es/commands/DescribeStackSetCommand.js +21 -28
- package/dist-es/commands/DescribeStackSetOperationCommand.js +21 -28
- package/dist-es/commands/DescribeStacksCommand.js +21 -28
- package/dist-es/commands/DescribeTypeCommand.js +21 -28
- package/dist-es/commands/DescribeTypeRegistrationCommand.js +21 -28
- package/dist-es/commands/DetectStackDriftCommand.js +21 -28
- package/dist-es/commands/DetectStackResourceDriftCommand.js +21 -28
- package/dist-es/commands/DetectStackSetDriftCommand.js +21 -28
- package/dist-es/commands/EstimateTemplateCostCommand.js +21 -28
- package/dist-es/commands/ExecuteChangeSetCommand.js +21 -28
- package/dist-es/commands/GetStackPolicyCommand.js +21 -28
- package/dist-es/commands/GetTemplateCommand.js +21 -28
- package/dist-es/commands/GetTemplateSummaryCommand.js +21 -28
- package/dist-es/commands/ImportStacksToStackSetCommand.js +21 -28
- package/dist-es/commands/ListChangeSetsCommand.js +21 -28
- package/dist-es/commands/ListExportsCommand.js +21 -28
- package/dist-es/commands/ListImportsCommand.js +21 -28
- package/dist-es/commands/ListStackInstancesCommand.js +21 -28
- package/dist-es/commands/ListStackResourcesCommand.js +21 -28
- package/dist-es/commands/ListStackSetOperationResultsCommand.js +21 -28
- package/dist-es/commands/ListStackSetOperationsCommand.js +21 -28
- package/dist-es/commands/ListStackSetsCommand.js +21 -28
- package/dist-es/commands/ListStacksCommand.js +21 -28
- package/dist-es/commands/ListTypeRegistrationsCommand.js +21 -28
- package/dist-es/commands/ListTypeVersionsCommand.js +21 -28
- package/dist-es/commands/ListTypesCommand.js +21 -28
- package/dist-es/commands/PublishTypeCommand.js +21 -28
- package/dist-es/commands/RecordHandlerProgressCommand.js +21 -28
- package/dist-es/commands/RegisterPublisherCommand.js +21 -28
- package/dist-es/commands/RegisterTypeCommand.js +21 -28
- package/dist-es/commands/RollbackStackCommand.js +21 -28
- package/dist-es/commands/SetStackPolicyCommand.js +22 -29
- package/dist-es/commands/SetTypeConfigurationCommand.js +21 -28
- package/dist-es/commands/SetTypeDefaultVersionCommand.js +21 -28
- package/dist-es/commands/SignalResourceCommand.js +22 -29
- package/dist-es/commands/StopStackSetOperationCommand.js +21 -28
- package/dist-es/commands/TestTypeCommand.js +21 -28
- package/dist-es/commands/UpdateStackCommand.js +21 -28
- package/dist-es/commands/UpdateStackInstancesCommand.js +21 -28
- package/dist-es/commands/UpdateStackSetCommand.js +21 -28
- package/dist-es/commands/UpdateTerminationProtectionCommand.js +21 -28
- package/dist-es/commands/ValidateTemplateCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/CloudFormationServiceException.js +5 -10
- package/dist-es/models/models_0.js +819 -450
- package/dist-es/pagination/DescribeAccountLimitsPaginator.js +24 -67
- package/dist-es/pagination/DescribeStackEventsPaginator.js +24 -67
- package/dist-es/pagination/DescribeStackResourceDriftsPaginator.js +25 -68
- package/dist-es/pagination/DescribeStacksPaginator.js +24 -67
- package/dist-es/pagination/ListChangeSetsPaginator.js +24 -67
- package/dist-es/pagination/ListExportsPaginator.js +24 -67
- package/dist-es/pagination/ListImportsPaginator.js +24 -67
- package/dist-es/pagination/ListStackInstancesPaginator.js +25 -68
- package/dist-es/pagination/ListStackResourcesPaginator.js +24 -67
- package/dist-es/pagination/ListStackSetOperationResultsPaginator.js +25 -68
- package/dist-es/pagination/ListStackSetOperationsPaginator.js +25 -68
- package/dist-es/pagination/ListStackSetsPaginator.js +25 -68
- package/dist-es/pagination/ListStacksPaginator.js +24 -67
- package/dist-es/pagination/ListTypeRegistrationsPaginator.js +25 -68
- package/dist-es/pagination/ListTypeVersionsPaginator.js +25 -68
- package/dist-es/pagination/ListTypesPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +4138 -5472
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForChangeSetCreateComplete.js +39 -59
- package/dist-es/waiters/waitForStackCreateComplete.js +108 -189
- package/dist-es/waiters/waitForStackDeleteComplete.js +122 -213
- package/dist-es/waiters/waitForStackExists.js +23 -42
- package/dist-es/waiters/waitForStackImportComplete.js +108 -189
- package/dist-es/waiters/waitForStackRollbackComplete.js +80 -141
- package/dist-es/waiters/waitForStackUpdateComplete.js +80 -141
- package/dist-es/waiters/waitForTypeRegistrationComplete.js +36 -56
- package/package.json +35 -36
|
@@ -1,148 +1,87 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator, __read, __spreadArray, __values } from "tslib";
|
|
2
1
|
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
3
2
|
import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
37
|
-
if (allStringEq_5) {
|
|
38
|
-
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
catch (e) { }
|
|
42
|
-
try {
|
|
43
|
-
returnComparator = function () {
|
|
44
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Stacks), false));
|
|
45
|
-
var projection_3 = flat_1.map(function (element_2) {
|
|
46
|
-
return element_2.StackStatus;
|
|
47
|
-
});
|
|
48
|
-
return projection_3;
|
|
49
|
-
};
|
|
50
|
-
try {
|
|
51
|
-
for (_c = __values(returnComparator()), _d = _c.next(); !_d.done; _d = _c.next()) {
|
|
52
|
-
anyStringEq_4 = _d.value;
|
|
53
|
-
if (anyStringEq_4 == "UPDATE_FAILED") {
|
|
54
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
59
|
-
finally {
|
|
60
|
-
try {
|
|
61
|
-
if (_d && !_d.done && (_k = _c.return)) _k.call(_c);
|
|
62
|
-
}
|
|
63
|
-
finally { if (e_2) throw e_2.error; }
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
catch (e) { }
|
|
67
|
-
try {
|
|
68
|
-
returnComparator = function () {
|
|
69
|
-
var flat_1 = [].concat.apply([], __spreadArray([], __read(result_1.Stacks), false));
|
|
70
|
-
var projection_3 = flat_1.map(function (element_2) {
|
|
71
|
-
return element_2.StackStatus;
|
|
72
|
-
});
|
|
73
|
-
return projection_3;
|
|
74
|
-
};
|
|
75
|
-
try {
|
|
76
|
-
for (_e = __values(returnComparator()), _f = _e.next(); !_f.done; _f = _e.next()) {
|
|
77
|
-
anyStringEq_4 = _f.value;
|
|
78
|
-
if (anyStringEq_4 == "UPDATE_ROLLBACK_FAILED") {
|
|
79
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
84
|
-
finally {
|
|
85
|
-
try {
|
|
86
|
-
if (_f && !_f.done && (_l = _e.return)) _l.call(_e);
|
|
87
|
-
}
|
|
88
|
-
finally { if (e_3) throw e_3.error; }
|
|
89
|
-
}
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
const result = await client.send(new DescribeStacksCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
const flat_1 = [].concat(...result.Stacks);
|
|
11
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
12
|
+
return element_2.StackStatus;
|
|
13
|
+
});
|
|
14
|
+
return projection_3;
|
|
15
|
+
};
|
|
16
|
+
let allStringEq_5 = returnComparator().length > 0;
|
|
17
|
+
for (const element_4 of returnComparator()) {
|
|
18
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_COMPLETE";
|
|
19
|
+
}
|
|
20
|
+
if (allStringEq_5) {
|
|
21
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
catch (e) { }
|
|
25
|
+
try {
|
|
26
|
+
const returnComparator = () => {
|
|
27
|
+
const flat_1 = [].concat(...result.Stacks);
|
|
28
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
29
|
+
return element_2.StackStatus;
|
|
30
|
+
});
|
|
31
|
+
return projection_3;
|
|
32
|
+
};
|
|
33
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
34
|
+
if (anyStringEq_4 == "UPDATE_FAILED") {
|
|
35
|
+
return { state: WaiterState.FAILURE, reason };
|
|
90
36
|
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
catch (e_4_1) { e_4 = { error: e_4_1 }; }
|
|
109
|
-
finally {
|
|
110
|
-
try {
|
|
111
|
-
if (_h && !_h.done && (_m = _g.return)) _m.call(_g);
|
|
112
|
-
}
|
|
113
|
-
finally { if (e_4) throw e_4.error; }
|
|
114
|
-
}
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
catch (e) { }
|
|
40
|
+
try {
|
|
41
|
+
const returnComparator = () => {
|
|
42
|
+
const flat_1 = [].concat(...result.Stacks);
|
|
43
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
44
|
+
return element_2.StackStatus;
|
|
45
|
+
});
|
|
46
|
+
return projection_3;
|
|
47
|
+
};
|
|
48
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
49
|
+
if (anyStringEq_4 == "UPDATE_ROLLBACK_FAILED") {
|
|
50
|
+
return { state: WaiterState.FAILURE, reason };
|
|
115
51
|
}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
catch (e) { }
|
|
55
|
+
try {
|
|
56
|
+
const returnComparator = () => {
|
|
57
|
+
const flat_1 = [].concat(...result.Stacks);
|
|
58
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
59
|
+
return element_2.StackStatus;
|
|
60
|
+
});
|
|
61
|
+
return projection_3;
|
|
62
|
+
};
|
|
63
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
64
|
+
if (anyStringEq_4 == "UPDATE_ROLLBACK_COMPLETE") {
|
|
65
|
+
return { state: WaiterState.FAILURE, reason };
|
|
123
66
|
}
|
|
124
|
-
|
|
125
|
-
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
67
|
+
}
|
|
126
68
|
}
|
|
127
|
-
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
134
|
-
});
|
|
135
|
-
}); };
|
|
136
|
-
export var waitUntilStackUpdateComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
137
|
-
var serviceDefaults, result;
|
|
138
|
-
return __generator(this, function (_a) {
|
|
139
|
-
switch (_a.label) {
|
|
140
|
-
case 0:
|
|
141
|
-
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
142
|
-
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
143
|
-
case 1:
|
|
144
|
-
result = _a.sent();
|
|
145
|
-
return [2, checkExceptions(result)];
|
|
69
|
+
catch (e) { }
|
|
70
|
+
}
|
|
71
|
+
catch (exception) {
|
|
72
|
+
reason = exception;
|
|
73
|
+
if (exception.name && exception.name == "ValidationError") {
|
|
74
|
+
return { state: WaiterState.FAILURE, reason };
|
|
146
75
|
}
|
|
147
|
-
}
|
|
148
|
-
|
|
76
|
+
}
|
|
77
|
+
return { state: WaiterState.RETRY, reason };
|
|
78
|
+
};
|
|
79
|
+
export const waitForStackUpdateComplete = async (params, input) => {
|
|
80
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
81
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
82
|
+
};
|
|
83
|
+
export const waitUntilStackUpdateComplete = async (params, input) => {
|
|
84
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
85
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
86
|
+
return checkExceptions(result);
|
|
87
|
+
};
|
|
@@ -1,60 +1,40 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
3
2
|
import { DescribeTypeRegistrationCommand, } from "../commands/DescribeTypeRegistrationCommand";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return result_1.ProgressStatus;
|
|
17
|
-
};
|
|
18
|
-
if (returnComparator() === "COMPLETE") {
|
|
19
|
-
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
catch (e) { }
|
|
23
|
-
try {
|
|
24
|
-
returnComparator = function () {
|
|
25
|
-
return result_1.ProgressStatus;
|
|
26
|
-
};
|
|
27
|
-
if (returnComparator() === "FAILED") {
|
|
28
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
29
|
-
}
|
|
30
|
-
}
|
|
31
|
-
catch (e) { }
|
|
32
|
-
return [3, 3];
|
|
33
|
-
case 2:
|
|
34
|
-
exception_1 = _a.sent();
|
|
35
|
-
reason = exception_1;
|
|
36
|
-
return [3, 3];
|
|
37
|
-
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
3
|
+
const checkState = async (client, input) => {
|
|
4
|
+
let reason;
|
|
5
|
+
try {
|
|
6
|
+
const result = await client.send(new DescribeTypeRegistrationCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
return result.ProgressStatus;
|
|
11
|
+
};
|
|
12
|
+
if (returnComparator() === "COMPLETE") {
|
|
13
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
14
|
+
}
|
|
38
15
|
}
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
}); };
|
|
48
|
-
export var waitUntilTypeRegistrationComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
49
|
-
var serviceDefaults, result;
|
|
50
|
-
return __generator(this, function (_a) {
|
|
51
|
-
switch (_a.label) {
|
|
52
|
-
case 0:
|
|
53
|
-
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
54
|
-
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
55
|
-
case 1:
|
|
56
|
-
result = _a.sent();
|
|
57
|
-
return [2, checkExceptions(result)];
|
|
16
|
+
catch (e) { }
|
|
17
|
+
try {
|
|
18
|
+
const returnComparator = () => {
|
|
19
|
+
return result.ProgressStatus;
|
|
20
|
+
};
|
|
21
|
+
if (returnComparator() === "FAILED") {
|
|
22
|
+
return { state: WaiterState.FAILURE, reason };
|
|
23
|
+
}
|
|
58
24
|
}
|
|
59
|
-
|
|
60
|
-
}
|
|
25
|
+
catch (e) { }
|
|
26
|
+
}
|
|
27
|
+
catch (exception) {
|
|
28
|
+
reason = exception;
|
|
29
|
+
}
|
|
30
|
+
return { state: WaiterState.RETRY, reason };
|
|
31
|
+
};
|
|
32
|
+
export const waitForTypeRegistrationComplete = async (params, input) => {
|
|
33
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
34
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
35
|
+
};
|
|
36
|
+
export const waitUntilTypeRegistrationComplete = async (params, input) => {
|
|
37
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
38
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
39
|
+
return checkExceptions(result);
|
|
40
|
+
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.188.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",
|
|
@@ -19,45 +19,44 @@
|
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
21
21
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
22
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
-
"@aws-sdk/config-resolver": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
26
|
-
"@aws-sdk/hash-node": "3.
|
|
27
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
28
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
29
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
30
|
-
"@aws-sdk/middleware-logger": "3.
|
|
31
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
32
|
-
"@aws-sdk/middleware-retry": "3.
|
|
33
|
-
"@aws-sdk/middleware-serde": "3.
|
|
34
|
-
"@aws-sdk/middleware-signing": "3.
|
|
35
|
-
"@aws-sdk/middleware-stack": "3.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
37
|
-
"@aws-sdk/node-config-provider": "3.
|
|
38
|
-
"@aws-sdk/node-http-handler": "3.
|
|
39
|
-
"@aws-sdk/protocol-http": "3.
|
|
40
|
-
"@aws-sdk/smithy-client": "3.
|
|
41
|
-
"@aws-sdk/types": "3.
|
|
42
|
-
"@aws-sdk/url-parser": "3.
|
|
43
|
-
"@aws-sdk/util-base64-browser": "3.
|
|
44
|
-
"@aws-sdk/util-base64-node": "3.
|
|
45
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
46
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
48
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
50
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
51
|
-
"@aws-sdk/util-utf8-browser": "3.
|
|
52
|
-
"@aws-sdk/util-utf8-node": "3.
|
|
53
|
-
"@aws-sdk/util-waiter": "3.
|
|
54
|
-
"
|
|
55
|
-
"fast-xml-parser": "3.19.0",
|
|
22
|
+
"@aws-sdk/client-sts": "3.188.0",
|
|
23
|
+
"@aws-sdk/config-resolver": "3.188.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.188.0",
|
|
25
|
+
"@aws-sdk/fetch-http-handler": "3.188.0",
|
|
26
|
+
"@aws-sdk/hash-node": "3.188.0",
|
|
27
|
+
"@aws-sdk/invalid-dependency": "3.188.0",
|
|
28
|
+
"@aws-sdk/middleware-content-length": "3.188.0",
|
|
29
|
+
"@aws-sdk/middleware-host-header": "3.188.0",
|
|
30
|
+
"@aws-sdk/middleware-logger": "3.188.0",
|
|
31
|
+
"@aws-sdk/middleware-recursion-detection": "3.188.0",
|
|
32
|
+
"@aws-sdk/middleware-retry": "3.188.0",
|
|
33
|
+
"@aws-sdk/middleware-serde": "3.188.0",
|
|
34
|
+
"@aws-sdk/middleware-signing": "3.188.0",
|
|
35
|
+
"@aws-sdk/middleware-stack": "3.188.0",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "3.188.0",
|
|
37
|
+
"@aws-sdk/node-config-provider": "3.188.0",
|
|
38
|
+
"@aws-sdk/node-http-handler": "3.188.0",
|
|
39
|
+
"@aws-sdk/protocol-http": "3.188.0",
|
|
40
|
+
"@aws-sdk/smithy-client": "3.188.0",
|
|
41
|
+
"@aws-sdk/types": "3.188.0",
|
|
42
|
+
"@aws-sdk/url-parser": "3.188.0",
|
|
43
|
+
"@aws-sdk/util-base64-browser": "3.188.0",
|
|
44
|
+
"@aws-sdk/util-base64-node": "3.188.0",
|
|
45
|
+
"@aws-sdk/util-body-length-browser": "3.188.0",
|
|
46
|
+
"@aws-sdk/util-body-length-node": "3.188.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-browser": "3.188.0",
|
|
48
|
+
"@aws-sdk/util-defaults-mode-node": "3.188.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-browser": "3.188.0",
|
|
50
|
+
"@aws-sdk/util-user-agent-node": "3.188.0",
|
|
51
|
+
"@aws-sdk/util-utf8-browser": "3.188.0",
|
|
52
|
+
"@aws-sdk/util-utf8-node": "3.188.0",
|
|
53
|
+
"@aws-sdk/util-waiter": "3.188.0",
|
|
54
|
+
"fast-xml-parser": "4.0.11",
|
|
56
55
|
"tslib": "^2.3.1",
|
|
57
56
|
"uuid": "^8.3.2"
|
|
58
57
|
},
|
|
59
58
|
"devDependencies": {
|
|
60
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.188.0",
|
|
61
60
|
"@tsconfig/recommended": "1.0.1",
|
|
62
61
|
"@types/node": "^12.7.5",
|
|
63
62
|
"@types/uuid": "^8.3.0",
|