@aws-sdk/client-cloudformation 3.181.0 → 3.183.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 +8 -0
- 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 +4132 -5470
- 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 +34 -34
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import packageInfo from "../package.json";
|
|
3
2
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
3
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT } from "@aws-sdk/config-resolver";
|
|
@@ -12,15 +11,30 @@ import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
|
12
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
13
12
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
14
13
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-browser";
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
14
|
+
export const getRuntimeConfig = (config) => {
|
|
15
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
16
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
17
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
|
+
return {
|
|
19
|
+
...clientSharedValues,
|
|
20
|
+
...config,
|
|
21
|
+
runtime: "browser",
|
|
22
|
+
defaultsMode,
|
|
23
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
24
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
25
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
26
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? ((_) => () => Promise.reject(new Error("Credential is missing"))),
|
|
27
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
28
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
29
|
+
maxAttempts: config?.maxAttempts ?? DEFAULT_MAX_ATTEMPTS,
|
|
30
|
+
region: config?.region ?? invalidProvider("Region is missing"),
|
|
31
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
32
|
+
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
33
|
+
sha256: config?.sha256 ?? Sha256,
|
|
34
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
35
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
36
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
37
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
38
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
39
|
+
};
|
|
26
40
|
};
|
package/dist-es/runtimeConfig.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import packageInfo from "../package.json";
|
|
3
2
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
3
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, } from "@aws-sdk/config-resolver";
|
|
@@ -15,16 +14,35 @@ import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shar
|
|
|
15
14
|
import { loadConfigsForDefaultMode } from "@aws-sdk/smithy-client";
|
|
16
15
|
import { resolveDefaultsModeConfig } from "@aws-sdk/util-defaults-mode-node";
|
|
17
16
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
18
|
-
export
|
|
19
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q;
|
|
17
|
+
export const getRuntimeConfig = (config) => {
|
|
20
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
return
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
19
|
+
const defaultsMode = resolveDefaultsModeConfig(config);
|
|
20
|
+
const defaultConfigProvider = () => defaultsMode().then(loadConfigsForDefaultMode);
|
|
21
|
+
const clientSharedValues = getSharedRuntimeConfig(config);
|
|
22
|
+
return {
|
|
23
|
+
...clientSharedValues,
|
|
24
|
+
...config,
|
|
25
|
+
runtime: "node",
|
|
26
|
+
defaultsMode,
|
|
27
|
+
base64Decoder: config?.base64Decoder ?? fromBase64,
|
|
28
|
+
base64Encoder: config?.base64Encoder ?? toBase64,
|
|
29
|
+
bodyLengthChecker: config?.bodyLengthChecker ?? calculateBodyLength,
|
|
30
|
+
credentialDefaultProvider: config?.credentialDefaultProvider ?? decorateDefaultCredentialProvider(credentialDefaultProvider),
|
|
31
|
+
defaultUserAgentProvider: config?.defaultUserAgentProvider ??
|
|
32
|
+
defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }),
|
|
33
|
+
maxAttempts: config?.maxAttempts ?? loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS),
|
|
34
|
+
region: config?.region ?? loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS),
|
|
35
|
+
requestHandler: config?.requestHandler ?? new RequestHandler(defaultConfigProvider),
|
|
36
|
+
retryMode: config?.retryMode ??
|
|
37
|
+
loadNodeConfig({
|
|
38
|
+
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
39
|
+
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
40
|
+
}),
|
|
41
|
+
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
42
|
+
streamCollector: config?.streamCollector ?? streamCollector,
|
|
43
|
+
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS),
|
|
44
|
+
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS),
|
|
45
|
+
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
46
|
+
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
47
|
+
};
|
|
30
48
|
};
|
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
import { __assign } from "tslib";
|
|
2
1
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
2
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
export const getRuntimeConfig = (config) => {
|
|
4
|
+
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
5
|
+
return {
|
|
6
|
+
...browserDefaults,
|
|
7
|
+
...config,
|
|
8
|
+
runtime: "react-native",
|
|
9
|
+
sha256: config?.sha256 ?? Sha256,
|
|
10
|
+
};
|
|
8
11
|
};
|
|
@@ -1,13 +1,10 @@
|
|
|
1
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
2
2
|
import { defaultRegionInfoProvider } from "./endpoints";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
12
|
-
});
|
|
13
|
-
};
|
|
3
|
+
export const getRuntimeConfig = (config) => ({
|
|
4
|
+
apiVersion: "2010-05-15",
|
|
5
|
+
disableHostPrefix: config?.disableHostPrefix ?? false,
|
|
6
|
+
logger: config?.logger ?? {},
|
|
7
|
+
regionInfoProvider: config?.regionInfoProvider ?? defaultRegionInfoProvider,
|
|
8
|
+
serviceId: config?.serviceId ?? "CloudFormation",
|
|
9
|
+
urlParser: config?.urlParser ?? parseUrl,
|
|
10
|
+
});
|
|
@@ -1,63 +1,43 @@
|
|
|
1
|
-
import { __assign, __awaiter, __generator } from "tslib";
|
|
2
1
|
import { checkExceptions, createWaiter, WaiterState } from "@aws-sdk/util-waiter";
|
|
3
2
|
import { DescribeChangeSetCommand } from "../commands/DescribeChangeSetCommand";
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
return result_1.Status;
|
|
17
|
-
};
|
|
18
|
-
if (returnComparator() === "CREATE_COMPLETE") {
|
|
19
|
-
return [2, { state: WaiterState.SUCCESS, reason: reason }];
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
catch (e) { }
|
|
23
|
-
try {
|
|
24
|
-
returnComparator = function () {
|
|
25
|
-
return result_1.Status;
|
|
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
|
-
if (exception_1.name && exception_1.name == "ValidationError") {
|
|
37
|
-
return [2, { state: WaiterState.FAILURE, reason: reason }];
|
|
38
|
-
}
|
|
39
|
-
return [3, 3];
|
|
40
|
-
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 DescribeChangeSetCommand(input));
|
|
7
|
+
reason = result;
|
|
8
|
+
try {
|
|
9
|
+
const returnComparator = () => {
|
|
10
|
+
return result.Status;
|
|
11
|
+
};
|
|
12
|
+
if (returnComparator() === "CREATE_COMPLETE") {
|
|
13
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
14
|
+
}
|
|
41
15
|
}
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
}); };
|
|
51
|
-
export var waitUntilChangeSetCreateComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
52
|
-
var serviceDefaults, result;
|
|
53
|
-
return __generator(this, function (_a) {
|
|
54
|
-
switch (_a.label) {
|
|
55
|
-
case 0:
|
|
56
|
-
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
57
|
-
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
58
|
-
case 1:
|
|
59
|
-
result = _a.sent();
|
|
60
|
-
return [2, checkExceptions(result)];
|
|
16
|
+
catch (e) { }
|
|
17
|
+
try {
|
|
18
|
+
const returnComparator = () => {
|
|
19
|
+
return result.Status;
|
|
20
|
+
};
|
|
21
|
+
if (returnComparator() === "FAILED") {
|
|
22
|
+
return { state: WaiterState.FAILURE, reason };
|
|
23
|
+
}
|
|
61
24
|
}
|
|
62
|
-
|
|
63
|
-
}
|
|
25
|
+
catch (e) { }
|
|
26
|
+
}
|
|
27
|
+
catch (exception) {
|
|
28
|
+
reason = exception;
|
|
29
|
+
if (exception.name && exception.name == "ValidationError") {
|
|
30
|
+
return { state: WaiterState.FAILURE, reason };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
return { state: WaiterState.RETRY, reason };
|
|
34
|
+
};
|
|
35
|
+
export const waitForChangeSetCreateComplete = async (params, input) => {
|
|
36
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
37
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
38
|
+
};
|
|
39
|
+
export const waitUntilChangeSetCreateComplete = async (params, input) => {
|
|
40
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
41
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
42
|
+
return checkExceptions(result);
|
|
43
|
+
};
|
|
@@ -1,198 +1,117 @@
|
|
|
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 == "CREATE_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 && (_p = _c.return)) _p.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 == "DELETE_COMPLETE") {
|
|
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 && (_q = _e.return)) _q.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 == "CREATE_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 == "CREATE_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 && (_r = _g.return)) _r.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 == "DELETE_COMPLETE") {
|
|
50
|
+
return { state: WaiterState.FAILURE, reason };
|
|
115
51
|
}
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
}
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
catch (e_5_1) { e_5 = { error: e_5_1 }; }
|
|
134
|
-
finally {
|
|
135
|
-
try {
|
|
136
|
-
if (_k && !_k.done && (_s = _j.return)) _s.call(_j);
|
|
137
|
-
}
|
|
138
|
-
finally { if (e_5) throw e_5.error; }
|
|
139
|
-
}
|
|
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 == "DELETE_FAILED") {
|
|
65
|
+
return { state: WaiterState.FAILURE, reason };
|
|
140
66
|
}
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
catch (e_6_1) { e_6 = { error: e_6_1 }; }
|
|
159
|
-
finally {
|
|
160
|
-
try {
|
|
161
|
-
if (_m && !_m.done && (_t = _l.return)) _t.call(_l);
|
|
162
|
-
}
|
|
163
|
-
finally { if (e_6) throw e_6.error; }
|
|
164
|
-
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
catch (e) { }
|
|
70
|
+
try {
|
|
71
|
+
const returnComparator = () => {
|
|
72
|
+
const flat_1 = [].concat(...result.Stacks);
|
|
73
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
74
|
+
return element_2.StackStatus;
|
|
75
|
+
});
|
|
76
|
+
return projection_3;
|
|
77
|
+
};
|
|
78
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
79
|
+
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
80
|
+
return { state: WaiterState.FAILURE, reason };
|
|
165
81
|
}
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
82
|
+
}
|
|
83
|
+
}
|
|
84
|
+
catch (e) { }
|
|
85
|
+
try {
|
|
86
|
+
const returnComparator = () => {
|
|
87
|
+
const flat_1 = [].concat(...result.Stacks);
|
|
88
|
+
const projection_3 = flat_1.map((element_2) => {
|
|
89
|
+
return element_2.StackStatus;
|
|
90
|
+
});
|
|
91
|
+
return projection_3;
|
|
92
|
+
};
|
|
93
|
+
for (const anyStringEq_4 of returnComparator()) {
|
|
94
|
+
if (anyStringEq_4 == "ROLLBACK_COMPLETE") {
|
|
95
|
+
return { state: WaiterState.FAILURE, reason };
|
|
173
96
|
}
|
|
174
|
-
|
|
175
|
-
case 3: return [2, { state: WaiterState.RETRY, reason: reason }];
|
|
97
|
+
}
|
|
176
98
|
}
|
|
177
|
-
|
|
178
|
-
}
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
return [2, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
184
|
-
});
|
|
185
|
-
}); };
|
|
186
|
-
export var waitUntilStackCreateComplete = function (params, input) { return __awaiter(void 0, void 0, void 0, function () {
|
|
187
|
-
var serviceDefaults, result;
|
|
188
|
-
return __generator(this, function (_a) {
|
|
189
|
-
switch (_a.label) {
|
|
190
|
-
case 0:
|
|
191
|
-
serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
192
|
-
return [4, createWaiter(__assign(__assign({}, serviceDefaults), params), input, checkState)];
|
|
193
|
-
case 1:
|
|
194
|
-
result = _a.sent();
|
|
195
|
-
return [2, checkExceptions(result)];
|
|
99
|
+
catch (e) { }
|
|
100
|
+
}
|
|
101
|
+
catch (exception) {
|
|
102
|
+
reason = exception;
|
|
103
|
+
if (exception.name && exception.name == "ValidationError") {
|
|
104
|
+
return { state: WaiterState.FAILURE, reason };
|
|
196
105
|
}
|
|
197
|
-
}
|
|
198
|
-
|
|
106
|
+
}
|
|
107
|
+
return { state: WaiterState.RETRY, reason };
|
|
108
|
+
};
|
|
109
|
+
export const waitForStackCreateComplete = async (params, input) => {
|
|
110
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
111
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
112
|
+
};
|
|
113
|
+
export const waitUntilStackCreateComplete = async (params, input) => {
|
|
114
|
+
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
115
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
116
|
+
return checkExceptions(result);
|
|
117
|
+
};
|