@cdk8s/awscdk-resolver 0.0.546 → 0.0.548
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/.jsii +3 -3
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +9 -9
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForChangeSetCreateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackExists.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorCreateComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRefactorExecuteComplete.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +11 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/CloudFormation.d.ts +13 -10
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForChangeSetCreateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackCreateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackDeleteComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackImportComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorCreateComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRefactorExecuteComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackRollbackComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackUpdateComplete.d.ts +9 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForTypeRegistrationComplete.d.ts +11 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForChangeSetCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackDeleteComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackExists.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackImportComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorCreateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRefactorExecuteComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackRollbackComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForStackUpdateComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/waiters/waitForTypeRegistrationComplete.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
- package/node_modules/@aws-sdk/core/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-http/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-login/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-node/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-process/package.json +2 -2
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-sdk-s3/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +3 -3
- package/node_modules/@aws-sdk/nested-clients/package.json +7 -7
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +3 -3
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +336 -0
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +26 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-external/nodable_entities.js +332 -0
- package/node_modules/@aws-sdk/xml-builder/dist-es/xml-parser.js +26 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlNode.d.ts +49 -29
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/XmlText.d.ts +11 -6
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-attribute.d.ts +6 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/escape-element.d.ts +6 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/index.d.ts +12 -3
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/stringable.d.ts +6 -3
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-external/nodable_entities.d.ts +65 -0
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.browser.d.ts +9 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/ts3.4/xml-parser.d.ts +4 -1
- package/node_modules/@aws-sdk/xml-builder/dist-types/xml-external/nodable_entities.d.ts +65 -0
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -2
- package/node_modules/@smithy/middleware-retry/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/service-error-classification/dist-es/index.js +1 -0
- package/node_modules/@smithy/service-error-classification/package.json +1 -1
- package/node_modules/@smithy/util-retry/package.json +2 -2
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +59 -34
- package/node_modules/@smithy/util-waiter/dist-es/poller.js +61 -34
- package/node_modules/@smithy/util-waiter/dist-types/createWaiter.d.ts +1 -1
- package/node_modules/@smithy/util-waiter/dist-types/poller.d.ts +2 -1
- package/node_modules/@smithy/util-waiter/dist-types/waiter.d.ts +13 -13
- package/node_modules/@smithy/util-waiter/package.json +1 -1
- package/node_modules/fast-xml-parser/CHANGELOG.md +8 -0
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +1 -1
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +16 -11
- package/node_modules/fast-xml-parser/src/xmlparser/XMLParser.js +2 -2
- package/package.json +3 -3
package/.jsii
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://aws.amazon.com"
|
|
8
8
|
},
|
|
9
9
|
"bundled": {
|
|
10
|
-
"@aws-sdk/client-cloudformation": "^3.
|
|
10
|
+
"@aws-sdk/client-cloudformation": "^3.1038.0"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"aws-cdk-lib": "^2.195.0",
|
|
@@ -4082,6 +4082,6 @@
|
|
|
4082
4082
|
"symbolId": "src/resolve:AwsCdkResolver"
|
|
4083
4083
|
}
|
|
4084
4084
|
},
|
|
4085
|
-
"version": "0.0.
|
|
4086
|
-
"fingerprint": "
|
|
4085
|
+
"version": "0.0.548",
|
|
4086
|
+
"fingerprint": "AQtkOYJ8NxUlam8dDy7XvMYNhl9FG7AaFG8y5o+k8hw="
|
|
4087
4087
|
}
|
package/lib/resolve.js
CHANGED
|
@@ -61,5 +61,5 @@ class AwsCdkResolver {
|
|
|
61
61
|
}
|
|
62
62
|
exports.AwsCdkResolver = AwsCdkResolver;
|
|
63
63
|
_a = JSII_RTTI_SYMBOL_1;
|
|
64
|
-
AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.
|
|
64
|
+
AwsCdkResolver[_a] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.548" };
|
|
65
65
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQTZDO0FBQzdDLDZCQUE2QjtBQUM3Qiw2Q0FBK0U7QUFJL0UsTUFBYSxjQUFjO0lBRWxCLE9BQU8sQ0FBQyxPQUEwQjtRQUV2QyxJQUFJLENBQUMsbUJBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFLENBQUM7WUFDdkMsT0FBTztRQUNULENBQUM7UUFFRCxJQUFJLE9BQU8sT0FBTyxDQUFDLEtBQUssS0FBSyxRQUFRLEVBQUUsQ0FBQztZQUN0QywrREFBK0Q7WUFDL0QsbUJBQW1CO1lBQ25CLE1BQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLE9BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7UUFDdEYsQ0FBQztRQUVELE1BQU0sTUFBTSxHQUFHLElBQUksQ0FBQyxVQUFVLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxDQUFDO1FBQzlDLElBQUksQ0FBQztZQUNILE1BQU0sV0FBVyxHQUFHLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxNQUFNLENBQUMsQ0FBQztZQUNsRCxPQUFPLENBQUMsWUFBWSxDQUFDLFdBQVcsQ0FBQyxDQUFDO1FBQ3BDLENBQUM7UUFBQyxPQUFPLEdBQUcsRUFBRSxDQUFDO1lBQ2IsMkVBQTJFO1lBQzNFLGtFQUFrRTtZQUNsRSwyRUFBMkU7WUFDM0UsK0VBQStFO1lBQy9FLCtDQUErQztZQUMvQyxPQUFPLENBQUMsWUFBWSxDQUFDLG9DQUFvQyxNQUFNLENBQUMsSUFBSSxDQUFDLElBQUksS0FBSyxHQUFHLEVBQUUsQ0FBQyxDQUFDO1FBQ3ZGLENBQUM7SUFFSCxDQUFDO0lBRU8sVUFBVSxDQUFDLEtBQWE7UUFFOUIsTUFBTSxlQUFlLEdBQVksRUFBRSxDQUFDO1FBRXBDLEtBQUssTUFBTSxLQUFLLElBQUksMEJBQVksQ0FBQyxhQUFhLENBQUMsS0FBSyxDQUFDLENBQUMsTUFBTSxFQUFFLENBQUM7WUFDN0QsSUFBSSx1QkFBUyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRSxDQUFDO2dCQUNqQyxNQUFNLEtBQUssR0FBRyxtQkFBSyxDQUFDLEVBQUUsQ0FBQyxLQUFLLENBQUMsTUFBTSxDQUFDLENBQUM7Z0JBQ3JDLGVBQWUsQ0FBQyxJQUFJLENBQUMsS0FBSyxDQUFDLENBQUM7Z0JBQzVCLE1BQU0sTUFBTSxHQUFHLEtBQUssQ0FBQyxJQUFJLENBQUMsT0FBTyxFQUFFLENBQUMsTUFBTSxDQUFDLENBQUMsQ0FBQyxFQUFFLENBQUMsQ0FBQyxZQUFZLHVCQUFTLElBQUksQ0FBQyxDQUFDLEtBQUssS0FBSyxLQUFLLENBQUMsQ0FBQyxDQUFDLENBQWMsQ0FBQztnQkFDN0csa0ZBQWtGO2dCQUNsRix3REFBd0Q7Z0JBQ3hELElBQUksTUFBTTtvQkFBRSxPQUFPLE1BQU0sQ0FBQztZQUM1QixDQUFDO1FBQ0gsQ0FBQztRQUVELDZCQUE2QjtRQUM3Qiw2QkFBNkI7UUFDN0Isb0NBQW9DO1FBQ3BDLG9GQUFvRjtRQUNwRiwrREFBK0Q7UUFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxxQ0FBcUMsS0FBSyx1QkFBdUIsZUFBZSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRXZJLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxNQUFpQjtRQUV4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixDQUFDLENBQUM7UUFDMUUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsNEJBQVksRUFBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQy9DLE1BQU07WUFDTixtQkFBSyxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxTQUFTO1lBQzFCLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtTQUNmLEVBQUUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRWhFLENBQUM7O0FBOURILHdDQWdFQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4ZWNGaWxlU3luYyB9IGZyb20gJ2NoaWxkX3Byb2Nlc3MnO1xuaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCB7IFRva2VuLCBTdGFjaywgVG9rZW5pemF0aW9uLCBSZWZlcmVuY2UsIENmbk91dHB1dCB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IElSZXNvbHZlciwgUmVzb2x1dGlvbkNvbnRleHQgfSBmcm9tICdjZGs4cyc7XG5cblxuZXhwb3J0IGNsYXNzIEF3c0Nka1Jlc29sdmVyIGltcGxlbWVudHMgSVJlc29sdmVyIHtcblxuICBwdWJsaWMgcmVzb2x2ZShjb250ZXh0OiBSZXNvbHV0aW9uQ29udGV4dCkge1xuXG4gICAgaWYgKCFUb2tlbi5pc1VucmVzb2x2ZWQoY29udGV4dC52YWx1ZSkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIGNvbnRleHQudmFsdWUgIT09ICdzdHJpbmcnKSB7XG4gICAgICAvLyBzaG91bGQgYmUgb2sgYmVjYXVzZSB3ZSBvbmx5IHJlc29sdmUgQ2ZuT3V0cHV0IHZhbHVlcywgd2hpY2hcbiAgICAgIC8vIG11c3QgYmUgc3RyaW5ncy5cbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCB2YWx1ZSB0eXBlOiAke3R5cGVvZihjb250ZXh0LnZhbHVlKX0gKEV4cGVjdGVkICdzdHJpbmcnKWApO1xuICAgIH1cblxuICAgIGNvbnN0IG91dHB1dCA9IHRoaXMuZmluZE91dHB1dChjb250ZXh0LnZhbHVlKTtcbiAgICB0cnkge1xuICAgICAgY29uc3Qgb3V0cHV0VmFsdWUgPSB0aGlzLmZldGNoT3V0cHV0VmFsdWUob3V0cHV0KTtcbiAgICAgIGNvbnRleHQucmVwbGFjZVZhbHVlKG91dHB1dFZhbHVlKTtcbiAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgIC8vIGlmIGJvdGggY2RrOHMgYW5kIEFXUyBDREsgYXBwbGljYXRpb25zIGFyZSBkZWZpbmVkIHdpdGhpbiB0aGUgc2FtZSBmaWxlLFxuICAgICAgLy8gYSBjZGs4cyBzeW50aCBpcyBnb2luZyB0byBoYXBwZW4gYmVmb3JlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnQuXG4gICAgICAvLyBpbiB0aGlzIGNhc2Ugd2UgbXVzdCBzd2FsbG93IHRoZSBlcnJvciwgb3RoZXJ3aXNlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnRcbiAgICAgIC8vIHdvbid0IGJlIGFibGUgdG8gZ28gdGhyb3VnaC4gd2UgcmVwbGFjZSB0aGUgdmFsdWUgd2l0aCBzb21ldGhpbmcgdG8gaW5kaWNhdGVcbiAgICAgIC8vIHRoYXQgYSBmZXRjaGluZyBhdHRlbXB0IHdhcyBtYWRlIGFuZCBmYWlsZWQuXG4gICAgICBjb250ZXh0LnJlcGxhY2VWYWx1ZShgRmFpbGVkIGZldGNoaW5nIHZhbHVlIGZvciBvdXRwdXQgJHtvdXRwdXQubm9kZS5wYXRofTogJHtlcnJ9YCk7XG4gICAgfVxuXG4gIH1cblxuICBwcml2YXRlIGZpbmRPdXRwdXQodmFsdWU6IHN0cmluZykge1xuXG4gICAgY29uc3QgaW5zcGVjdGVkU3RhY2tzOiBTdGFja1tdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHRva2VuIG9mIFRva2VuaXphdGlvbi5yZXZlcnNlU3RyaW5nKHZhbHVlKS50b2tlbnMpIHtcbiAgICAgIGlmIChSZWZlcmVuY2UuaXNSZWZlcmVuY2UodG9rZW4pKSB7XG4gICAgICAgIGNvbnN0IHN0YWNrID0gU3RhY2sub2YodG9rZW4udGFyZ2V0KTtcbiAgICAgICAgaW5zcGVjdGVkU3RhY2tzLnB1c2goc3RhY2spO1xuICAgICAgICBjb25zdCBvdXRwdXQgPSBzdGFjay5ub2RlLmZpbmRBbGwoKS5maWx0ZXIoYyA9PiBjIGluc3RhbmNlb2YgQ2ZuT3V0cHV0ICYmIGMudmFsdWUgPT09IHZhbHVlKVswXSBhcyBDZm5PdXRwdXQ7XG4gICAgICAgIC8vIHdlIGRvbid0IHJlYWxseSBjYXJlIGlmIHRoZXJlIGFyZSBtb3JlIG91dHB1dHMgKHBvc3NpYmx5IGZyb20gZGlmZmVyZW50IHN0YWNrcylcbiAgICAgICAgLy8gdGhhdCBwb2ludCB0byB0aGUgc2FtZSB2YWx1ZS4gdGhlIGZpcnN0IHdpbGwgc3VmZmljZS5cbiAgICAgICAgaWYgKG91dHB1dCkgcmV0dXJuIG91dHB1dDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGNhbiBoYXBwZW4gaWYgZWl0aGVyOlxuICAgIC8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4gICAgLy8gIDEuIFVzZXIgZGlkbid0IGRlZmluZSBhbiBvdXRwdXQuXG4gICAgLy8gIDIuIE91dHB1dCB3YXMgZGVmaW5lZCBpbiBhIGRpZmZlcmVudCBzdGFjayB0aGFuIHRoZSB0b2tlbnMgY29tcHJpc2luZyBpdHMgdmFsdWUuXG4gICAgLy8gIDMuIE5vbmUgb2YgdGhlIHRva2VucyBjb21wcmlzaW5nIHRoZSB2YWx1ZSBhcmUgYSBSZWZlcmVuY2UuXG4gICAgdGhyb3cgbmV3IEVycm9yKGBVbmFibGUgdG8gZmluZCBvdXRwdXQgZGVmaW5lZCBmb3IgJHt2YWx1ZX0gKEluc3BlY3RlZCBzdGFja3M6ICR7aW5zcGVjdGVkU3RhY2tzLm1hcChzID0+IHMuc3RhY2tOYW1lKS5qb2luKCcsJyl9KWApO1xuXG4gIH1cblxuICBwcml2YXRlIGZldGNoT3V0cHV0VmFsdWUob3V0cHV0OiBDZm5PdXRwdXQpIHtcblxuICAgIGNvbnN0IHNjcmlwdCA9IHBhdGguam9pbihfX2Rpcm5hbWUsICcuLicsICdsaWInLCAnZmV0Y2gtb3V0cHV0LXZhbHVlLmpzJyk7XG4gICAgcmV0dXJuIEpTT04ucGFyc2UoZXhlY0ZpbGVTeW5jKHByb2Nlc3MuZXhlY1BhdGgsIFtcbiAgICAgIHNjcmlwdCxcbiAgICAgIFN0YWNrLm9mKG91dHB1dCkuc3RhY2tOYW1lLFxuICAgICAgb3V0cHV0Lm5vZGUuaWQsXG4gICAgXSwgeyBlbmNvZGluZzogJ3V0Zi04Jywgc3RkaW86IFsncGlwZSddIH0pLnRvU3RyaW5nKCkudHJpbSgpKTtcblxuICB9XG5cbn1cbiJdfQ==
|
|
@@ -1268,7 +1268,7 @@ const checkState$9 = async (client, input) => {
|
|
|
1268
1268
|
}
|
|
1269
1269
|
catch (exception) {
|
|
1270
1270
|
reason = exception;
|
|
1271
|
-
if (exception.name
|
|
1271
|
+
if (exception.name === "ValidationError") {
|
|
1272
1272
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1273
1273
|
}
|
|
1274
1274
|
}
|
|
@@ -1520,7 +1520,7 @@ const checkState$8 = async (client, input) => {
|
|
|
1520
1520
|
}
|
|
1521
1521
|
catch (exception) {
|
|
1522
1522
|
reason = exception;
|
|
1523
|
-
if (exception.name
|
|
1523
|
+
if (exception.name === "ValidationError") {
|
|
1524
1524
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1525
1525
|
}
|
|
1526
1526
|
}
|
|
@@ -1666,7 +1666,7 @@ const checkState$7 = async (client, input) => {
|
|
|
1666
1666
|
}
|
|
1667
1667
|
catch (exception) {
|
|
1668
1668
|
reason = exception;
|
|
1669
|
-
if (exception.name
|
|
1669
|
+
if (exception.name === "ValidationError") {
|
|
1670
1670
|
return { state: utilWaiter.WaiterState.SUCCESS, reason };
|
|
1671
1671
|
}
|
|
1672
1672
|
}
|
|
@@ -1691,7 +1691,7 @@ const checkState$6 = async (client, input) => {
|
|
|
1691
1691
|
}
|
|
1692
1692
|
catch (exception) {
|
|
1693
1693
|
reason = exception;
|
|
1694
|
-
if (exception.name
|
|
1694
|
+
if (exception.name === "ValidationError") {
|
|
1695
1695
|
return { state: utilWaiter.WaiterState.RETRY, reason };
|
|
1696
1696
|
}
|
|
1697
1697
|
}
|
|
@@ -1807,7 +1807,7 @@ const checkState$5 = async (client, input) => {
|
|
|
1807
1807
|
}
|
|
1808
1808
|
catch (exception) {
|
|
1809
1809
|
reason = exception;
|
|
1810
|
-
if (exception.name
|
|
1810
|
+
if (exception.name === "ValidationError") {
|
|
1811
1811
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1812
1812
|
}
|
|
1813
1813
|
}
|
|
@@ -1849,7 +1849,7 @@ const checkState$4 = async (client, input) => {
|
|
|
1849
1849
|
}
|
|
1850
1850
|
catch (exception) {
|
|
1851
1851
|
reason = exception;
|
|
1852
|
-
if (exception.name
|
|
1852
|
+
if (exception.name === "ValidationError") {
|
|
1853
1853
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1854
1854
|
}
|
|
1855
1855
|
}
|
|
@@ -1900,7 +1900,7 @@ const checkState$3 = async (client, input) => {
|
|
|
1900
1900
|
}
|
|
1901
1901
|
catch (exception) {
|
|
1902
1902
|
reason = exception;
|
|
1903
|
-
if (exception.name
|
|
1903
|
+
if (exception.name === "ValidationError") {
|
|
1904
1904
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1905
1905
|
}
|
|
1906
1906
|
}
|
|
@@ -1986,7 +1986,7 @@ const checkState$2 = async (client, input) => {
|
|
|
1986
1986
|
}
|
|
1987
1987
|
catch (exception) {
|
|
1988
1988
|
reason = exception;
|
|
1989
|
-
if (exception.name
|
|
1989
|
+
if (exception.name === "ValidationError") {
|
|
1990
1990
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
1991
1991
|
}
|
|
1992
1992
|
}
|
|
@@ -2072,7 +2072,7 @@ const checkState$1 = async (client, input) => {
|
|
|
2072
2072
|
}
|
|
2073
2073
|
catch (exception) {
|
|
2074
2074
|
reason = exception;
|
|
2075
|
-
if (exception.name
|
|
2075
|
+
if (exception.name === "ValidationError") {
|
|
2076
2076
|
return { state: utilWaiter.WaiterState.FAILURE, reason };
|
|
2077
2077
|
}
|
|
2078
2078
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeChangeSetCommand } from "../commands/DescribeChangeSetCommand";
|
|
2
|
+
import { DescribeChangeSetCommand, } from "../commands/DescribeChangeSetCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "ValidationError") {
|
|
30
30
|
return { state: WaiterState.FAILURE, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
|
|
2
|
+
import { DescribeStacksCommand, } from "../commands/DescribeStacksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -236,7 +236,7 @@ const checkState = async (client, input) => {
|
|
|
236
236
|
}
|
|
237
237
|
catch (exception) {
|
|
238
238
|
reason = exception;
|
|
239
|
-
if (exception.name
|
|
239
|
+
if (exception.name === "ValidationError") {
|
|
240
240
|
return { state: WaiterState.FAILURE, reason };
|
|
241
241
|
}
|
|
242
242
|
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackDeleteComplete.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
|
|
2
|
+
import { DescribeStacksCommand, } from "../commands/DescribeStacksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -130,7 +130,7 @@ const checkState = async (client, input) => {
|
|
|
130
130
|
}
|
|
131
131
|
catch (exception) {
|
|
132
132
|
reason = exception;
|
|
133
|
-
if (exception.name
|
|
133
|
+
if (exception.name === "ValidationError") {
|
|
134
134
|
return { state: WaiterState.SUCCESS, reason };
|
|
135
135
|
}
|
|
136
136
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
|
|
2
|
+
import { DescribeStacksCommand, } from "../commands/DescribeStacksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -9,7 +9,7 @@ const checkState = async (client, input) => {
|
|
|
9
9
|
}
|
|
10
10
|
catch (exception) {
|
|
11
11
|
reason = exception;
|
|
12
|
-
if (exception.name
|
|
12
|
+
if (exception.name === "ValidationError") {
|
|
13
13
|
return { state: WaiterState.RETRY, reason };
|
|
14
14
|
}
|
|
15
15
|
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackImportComplete.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
|
|
2
|
+
import { DescribeStacksCommand, } from "../commands/DescribeStacksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -100,7 +100,7 @@ const checkState = async (client, input) => {
|
|
|
100
100
|
}
|
|
101
101
|
catch (exception) {
|
|
102
102
|
reason = exception;
|
|
103
|
-
if (exception.name
|
|
103
|
+
if (exception.name === "ValidationError") {
|
|
104
104
|
return { state: WaiterState.FAILURE, reason };
|
|
105
105
|
}
|
|
106
106
|
}
|
|
@@ -26,7 +26,7 @@ const checkState = async (client, input) => {
|
|
|
26
26
|
}
|
|
27
27
|
catch (exception) {
|
|
28
28
|
reason = exception;
|
|
29
|
-
if (exception.name
|
|
29
|
+
if (exception.name === "ValidationError") {
|
|
30
30
|
return { state: WaiterState.FAILURE, reason };
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -35,7 +35,7 @@ const checkState = async (client, input) => {
|
|
|
35
35
|
}
|
|
36
36
|
catch (exception) {
|
|
37
37
|
reason = exception;
|
|
38
|
-
if (exception.name
|
|
38
|
+
if (exception.name === "ValidationError") {
|
|
39
39
|
return { state: WaiterState.FAILURE, reason };
|
|
40
40
|
}
|
|
41
41
|
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackRollbackComplete.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
|
|
2
|
+
import { DescribeStacksCommand, } from "../commands/DescribeStacksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -70,7 +70,7 @@ const checkState = async (client, input) => {
|
|
|
70
70
|
}
|
|
71
71
|
catch (exception) {
|
|
72
72
|
reason = exception;
|
|
73
|
-
if (exception.name
|
|
73
|
+
if (exception.name === "ValidationError") {
|
|
74
74
|
return { state: WaiterState.FAILURE, reason };
|
|
75
75
|
}
|
|
76
76
|
}
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackUpdateComplete.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { checkExceptions, createWaiter, WaiterState, } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeStacksCommand } from "../commands/DescribeStacksCommand";
|
|
2
|
+
import { DescribeStacksCommand, } from "../commands/DescribeStacksCommand";
|
|
3
3
|
const checkState = async (client, input) => {
|
|
4
4
|
let reason;
|
|
5
5
|
try {
|
|
@@ -70,7 +70,7 @@ const checkState = async (client, input) => {
|
|
|
70
70
|
}
|
|
71
71
|
catch (exception) {
|
|
72
72
|
reason = exception;
|
|
73
|
-
if (exception.name
|
|
73
|
+
if (exception.name === "ValidationError") {
|
|
74
74
|
return { state: WaiterState.FAILURE, reason };
|
|
75
75
|
}
|
|
76
76
|
}
|
|
@@ -91,6 +91,7 @@ import { type UpdateStackInstancesCommandInput, type UpdateStackInstancesCommand
|
|
|
91
91
|
import { type UpdateStackSetCommandInput, type UpdateStackSetCommandOutput } from "./commands/UpdateStackSetCommand";
|
|
92
92
|
import { type UpdateTerminationProtectionCommandInput, type UpdateTerminationProtectionCommandOutput } from "./commands/UpdateTerminationProtectionCommand";
|
|
93
93
|
import { type ValidateTemplateCommandInput, type ValidateTemplateCommandOutput } from "./commands/ValidateTemplateCommand";
|
|
94
|
+
import type { CloudFormationServiceException } from "./models/CloudFormationServiceException";
|
|
94
95
|
export interface CloudFormation {
|
|
95
96
|
/**
|
|
96
97
|
* @see {@link ActivateOrganizationsAccessCommand}
|
|
@@ -837,61 +838,61 @@ export interface CloudFormation {
|
|
|
837
838
|
* @param args - command input.
|
|
838
839
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
839
840
|
*/
|
|
840
|
-
waitUntilChangeSetCreateComplete(args: DescribeChangeSetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
841
|
+
waitUntilChangeSetCreateComplete(args: DescribeChangeSetCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
|
|
841
842
|
/**
|
|
842
843
|
* @see {@link DescribeStackRefactorCommand}
|
|
843
844
|
* @param args - command input.
|
|
844
845
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
845
846
|
*/
|
|
846
|
-
waitUntilStackRefactorCreateComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
847
|
+
waitUntilStackRefactorCreateComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
847
848
|
/**
|
|
848
849
|
* @see {@link DescribeStackRefactorCommand}
|
|
849
850
|
* @param args - command input.
|
|
850
851
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
851
852
|
*/
|
|
852
|
-
waitUntilStackRefactorExecuteComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
853
|
+
waitUntilStackRefactorExecuteComplete(args: DescribeStackRefactorCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
853
854
|
/**
|
|
854
855
|
* @see {@link DescribeStacksCommand}
|
|
855
856
|
* @param args - command input.
|
|
856
857
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
857
858
|
*/
|
|
858
|
-
waitUntilStackCreateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
859
|
+
waitUntilStackCreateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
859
860
|
/**
|
|
860
861
|
* @see {@link DescribeStacksCommand}
|
|
861
862
|
* @param args - command input.
|
|
862
863
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
863
864
|
*/
|
|
864
|
-
waitUntilStackDeleteComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
865
|
+
waitUntilStackDeleteComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>>;
|
|
865
866
|
/**
|
|
866
867
|
* @see {@link DescribeStacksCommand}
|
|
867
868
|
* @param args - command input.
|
|
868
869
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
869
870
|
*/
|
|
870
|
-
waitUntilStackExists(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
871
|
+
waitUntilStackExists(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
871
872
|
/**
|
|
872
873
|
* @see {@link DescribeStacksCommand}
|
|
873
874
|
* @param args - command input.
|
|
874
875
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
875
876
|
*/
|
|
876
|
-
waitUntilStackImportComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
877
|
+
waitUntilStackImportComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
877
878
|
/**
|
|
878
879
|
* @see {@link DescribeStacksCommand}
|
|
879
880
|
* @param args - command input.
|
|
880
881
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
881
882
|
*/
|
|
882
|
-
waitUntilStackRollbackComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
883
|
+
waitUntilStackRollbackComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
883
884
|
/**
|
|
884
885
|
* @see {@link DescribeStacksCommand}
|
|
885
886
|
* @param args - command input.
|
|
886
887
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
887
888
|
*/
|
|
888
|
-
waitUntilStackUpdateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
889
|
+
waitUntilStackUpdateComplete(args: DescribeStacksCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
889
890
|
/**
|
|
890
891
|
* @see {@link DescribeTypeRegistrationCommand}
|
|
891
892
|
* @param args - command input.
|
|
892
893
|
* @param waiterConfig - `maxWaitTime` in seconds or waiter config object.
|
|
893
894
|
*/
|
|
894
|
-
waitUntilTypeRegistrationComplete(args: DescribeTypeRegistrationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult
|
|
895
|
+
waitUntilTypeRegistrationComplete(args: DescribeTypeRegistrationCommandInput, waiterConfig: number | Omit<WaiterConfiguration<CloudFormation>, "client">): Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
|
|
895
896
|
}
|
|
896
897
|
/**
|
|
897
898
|
* <fullname>CloudFormation</fullname>
|
|
@@ -366,6 +366,7 @@ import {
|
|
|
366
366
|
ValidateTemplateCommandInput,
|
|
367
367
|
ValidateTemplateCommandOutput,
|
|
368
368
|
} from "./commands/ValidateTemplateCommand";
|
|
369
|
+
import { CloudFormationServiceException } from "./models/CloudFormationServiceException";
|
|
369
370
|
export interface CloudFormation {
|
|
370
371
|
activateOrganizationsAccess(): Promise<ActivateOrganizationsAccessCommandOutput>;
|
|
371
372
|
activateOrganizationsAccess(
|
|
@@ -1757,7 +1758,7 @@ export interface CloudFormation {
|
|
|
1757
1758
|
WaiterConfiguration<CloudFormation>,
|
|
1758
1759
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1759
1760
|
>
|
|
1760
|
-
): Promise<WaiterResult
|
|
1761
|
+
): Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
|
|
1761
1762
|
waitUntilStackRefactorCreateComplete(
|
|
1762
1763
|
args: DescribeStackRefactorCommandInput,
|
|
1763
1764
|
waiterConfig:
|
|
@@ -1766,7 +1767,7 @@ export interface CloudFormation {
|
|
|
1766
1767
|
WaiterConfiguration<CloudFormation>,
|
|
1767
1768
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1768
1769
|
>
|
|
1769
|
-
): Promise<WaiterResult
|
|
1770
|
+
): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
1770
1771
|
waitUntilStackRefactorExecuteComplete(
|
|
1771
1772
|
args: DescribeStackRefactorCommandInput,
|
|
1772
1773
|
waiterConfig:
|
|
@@ -1775,7 +1776,7 @@ export interface CloudFormation {
|
|
|
1775
1776
|
WaiterConfiguration<CloudFormation>,
|
|
1776
1777
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1777
1778
|
>
|
|
1778
|
-
): Promise<WaiterResult
|
|
1779
|
+
): Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
1779
1780
|
waitUntilStackCreateComplete(
|
|
1780
1781
|
args: DescribeStacksCommandInput,
|
|
1781
1782
|
waiterConfig:
|
|
@@ -1784,7 +1785,7 @@ export interface CloudFormation {
|
|
|
1784
1785
|
WaiterConfiguration<CloudFormation>,
|
|
1785
1786
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1786
1787
|
>
|
|
1787
|
-
): Promise<WaiterResult
|
|
1788
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1788
1789
|
waitUntilStackDeleteComplete(
|
|
1789
1790
|
args: DescribeStacksCommandInput,
|
|
1790
1791
|
waiterConfig:
|
|
@@ -1793,7 +1794,9 @@ export interface CloudFormation {
|
|
|
1793
1794
|
WaiterConfiguration<CloudFormation>,
|
|
1794
1795
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1795
1796
|
>
|
|
1796
|
-
): Promise<
|
|
1797
|
+
): Promise<
|
|
1798
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
1799
|
+
>;
|
|
1797
1800
|
waitUntilStackExists(
|
|
1798
1801
|
args: DescribeStacksCommandInput,
|
|
1799
1802
|
waiterConfig:
|
|
@@ -1802,7 +1805,7 @@ export interface CloudFormation {
|
|
|
1802
1805
|
WaiterConfiguration<CloudFormation>,
|
|
1803
1806
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1804
1807
|
>
|
|
1805
|
-
): Promise<WaiterResult
|
|
1808
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1806
1809
|
waitUntilStackImportComplete(
|
|
1807
1810
|
args: DescribeStacksCommandInput,
|
|
1808
1811
|
waiterConfig:
|
|
@@ -1811,7 +1814,7 @@ export interface CloudFormation {
|
|
|
1811
1814
|
WaiterConfiguration<CloudFormation>,
|
|
1812
1815
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1813
1816
|
>
|
|
1814
|
-
): Promise<WaiterResult
|
|
1817
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1815
1818
|
waitUntilStackRollbackComplete(
|
|
1816
1819
|
args: DescribeStacksCommandInput,
|
|
1817
1820
|
waiterConfig:
|
|
@@ -1820,7 +1823,7 @@ export interface CloudFormation {
|
|
|
1820
1823
|
WaiterConfiguration<CloudFormation>,
|
|
1821
1824
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1822
1825
|
>
|
|
1823
|
-
): Promise<WaiterResult
|
|
1826
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1824
1827
|
waitUntilStackUpdateComplete(
|
|
1825
1828
|
args: DescribeStacksCommandInput,
|
|
1826
1829
|
waiterConfig:
|
|
@@ -1829,7 +1832,7 @@ export interface CloudFormation {
|
|
|
1829
1832
|
WaiterConfiguration<CloudFormation>,
|
|
1830
1833
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1831
1834
|
>
|
|
1832
|
-
): Promise<WaiterResult
|
|
1835
|
+
): Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
1833
1836
|
waitUntilTypeRegistrationComplete(
|
|
1834
1837
|
args: DescribeTypeRegistrationCommandInput,
|
|
1835
1838
|
waiterConfig:
|
|
@@ -1838,7 +1841,7 @@ export interface CloudFormation {
|
|
|
1838
1841
|
WaiterConfiguration<CloudFormation>,
|
|
1839
1842
|
Exclude<keyof WaiterConfiguration<CloudFormation>, "client">
|
|
1840
1843
|
>
|
|
1841
|
-
): Promise<WaiterResult
|
|
1844
|
+
): Promise<WaiterResult<DescribeTypeRegistrationCommandOutput>>;
|
|
1842
1845
|
}
|
|
1843
1846
|
export declare class CloudFormation
|
|
1844
1847
|
extends CloudFormationClient
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeChangeSetCommandInput,
|
|
5
|
+
DescribeChangeSetCommandOutput,
|
|
6
|
+
} from "../commands/DescribeChangeSetCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForChangeSetCreateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeChangeSetCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeChangeSetCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilChangeSetCreateComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeChangeSetCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeChangeSetCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackCreateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackCreateComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackDeleteComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackDeleteComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<
|
|
17
|
+
) => Promise<
|
|
18
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
19
|
+
>;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/waiters/waitForStackExists.d.ts
CHANGED
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackExists: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackExists: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackImportComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackImportComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStackRefactorCommandInput,
|
|
5
|
+
DescribeStackRefactorCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStackRefactorCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackRefactorCreateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStackRefactorCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<
|
|
13
|
+
DescribeStackRefactorCommandOutput | CloudFormationServiceException
|
|
14
|
+
>
|
|
15
|
+
>;
|
|
8
16
|
export declare const waitUntilStackRefactorCreateComplete: (
|
|
9
17
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
18
|
input: DescribeStackRefactorCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
19
|
+
) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
@@ -1,11 +1,19 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStackRefactorCommandInput,
|
|
5
|
+
DescribeStackRefactorCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStackRefactorCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackRefactorExecuteComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStackRefactorCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<
|
|
13
|
+
DescribeStackRefactorCommandOutput | CloudFormationServiceException
|
|
14
|
+
>
|
|
15
|
+
>;
|
|
8
16
|
export declare const waitUntilStackRefactorExecuteComplete: (
|
|
9
17
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
18
|
input: DescribeStackRefactorCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
19
|
+
) => Promise<WaiterResult<DescribeStackRefactorCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackRollbackComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackRollbackComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|
|
@@ -1,11 +1,17 @@
|
|
|
1
1
|
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
2
|
import { CloudFormationClient } from "../CloudFormationClient";
|
|
3
|
-
import {
|
|
3
|
+
import {
|
|
4
|
+
DescribeStacksCommandInput,
|
|
5
|
+
DescribeStacksCommandOutput,
|
|
6
|
+
} from "../commands/DescribeStacksCommand";
|
|
7
|
+
import { CloudFormationServiceException } from "../models/CloudFormationServiceException";
|
|
4
8
|
export declare const waitForStackUpdateComplete: (
|
|
5
9
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
6
10
|
input: DescribeStacksCommandInput
|
|
7
|
-
) => Promise<
|
|
11
|
+
) => Promise<
|
|
12
|
+
WaiterResult<DescribeStacksCommandOutput | CloudFormationServiceException>
|
|
13
|
+
>;
|
|
8
14
|
export declare const waitUntilStackUpdateComplete: (
|
|
9
15
|
params: WaiterConfiguration<CloudFormationClient>,
|
|
10
16
|
input: DescribeStacksCommandInput
|
|
11
|
-
) => Promise<WaiterResult
|
|
17
|
+
) => Promise<WaiterResult<DescribeStacksCommandOutput>>;
|