@cdk8s/awscdk-resolver 0.0.38 → 0.0.40
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/waiters/waitForStackCreateComplete.js +136 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js +136 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +3 -3
- package/node_modules/@aws-sdk/client-cloudformation/package.json +35 -37
- package/node_modules/@aws-sdk/client-sso/package.json +31 -33
- package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/package.json +34 -36
- package/node_modules/@aws-sdk/core/CHANGELOG.md +16 -0
- package/node_modules/@aws-sdk/core/package.json +2 -6
- package/node_modules/@aws-sdk/core/tsconfig.cjs.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.es.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/core/tsconfig.types.tsbuildinfo +1 -1
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -7
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +7 -11
- package/node_modules/@aws-sdk/credential-provider-node/package.json +8 -12
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -7
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -9
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -7
- package/node_modules/@aws-sdk/middleware-host-header/package.json +4 -8
- package/node_modules/@aws-sdk/middleware-logger/package.json +3 -7
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +4 -8
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +4 -8
- package/node_modules/@aws-sdk/middleware-signing/dist-cjs/awsAuthMiddleware.js +17 -5
- package/node_modules/@aws-sdk/middleware-signing/dist-es/awsAuthMiddleware.js +17 -5
- package/node_modules/@aws-sdk/middleware-signing/package.json +5 -9
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +5 -9
- package/node_modules/@aws-sdk/region-config-resolver/package.json +4 -8
- package/node_modules/@aws-sdk/token-providers/package.json +30 -34
- package/node_modules/@aws-sdk/types/dist-types/identity/TokenIdentity.d.ts +1 -14
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/identity/TokenIdentity.d.ts +1 -5
- package/node_modules/@aws-sdk/types/package.json +2 -6
- package/node_modules/@aws-sdk/util-endpoints/package.json +3 -7
- package/node_modules/@aws-sdk/util-locate-window/package.json +1 -5
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +3 -7
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +4 -8
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/package.json +5 -5
- package/node_modules/@smithy/credential-provider-imds/package.json +6 -6
- package/node_modules/@smithy/eventstream-codec/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/fetch-http-handler.js +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +6 -0
- package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +8 -22
- package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +8 -22
- package/node_modules/@smithy/fetch-http-handler/package.json +6 -6
- package/node_modules/@smithy/hash-node/package.json +3 -3
- package/node_modules/@smithy/invalid-dependency/package.json +3 -3
- package/node_modules/@smithy/middleware-content-length/package.json +5 -5
- package/node_modules/@smithy/middleware-endpoint/package.json +8 -8
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.browser.js +5 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/isStreamingPayload/isStreamingPayload.js +7 -0
- package/node_modules/@smithy/middleware-retry/dist-cjs/retryMiddleware.js +10 -2
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.browser.js +1 -0
- package/node_modules/@smithy/middleware-retry/dist-es/isStreamingPayload/isStreamingPayload.js +3 -0
- package/node_modules/@smithy/middleware-retry/dist-es/retryMiddleware.js +9 -2
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.browser.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/dist-types/ts3.4/isStreamingPayload/isStreamingPayload.d.ts +5 -0
- package/node_modules/@smithy/middleware-retry/package.json +17 -9
- package/node_modules/@smithy/middleware-serde/package.json +4 -4
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/package.json +5 -5
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-cjs/node-http2-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-es/node-http2-handler.js +6 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +7 -30
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +7 -29
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +5 -0
- package/node_modules/@smithy/node-http-handler/package.json +6 -6
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +3 -3
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-cjs/getConfigData.js +6 -5
- package/node_modules/@smithy/shared-ini-file-loader/dist-es/getConfigData.js +6 -5
- package/node_modules/@smithy/shared-ini-file-loader/package.json +3 -3
- package/node_modules/@smithy/signature-v4/README.md +7 -0
- package/node_modules/@smithy/signature-v4/package.json +6 -6
- package/node_modules/@smithy/smithy-client/dist-cjs/serde-json.js +1 -1
- package/node_modules/@smithy/smithy-client/dist-es/serde-json.js +1 -1
- package/node_modules/@smithy/smithy-client/package.json +5 -5
- package/node_modules/@smithy/types/dist-cjs/http/httpHandlerInitialization.js +2 -0
- package/node_modules/@smithy/types/dist-cjs/index.js +1 -0
- package/node_modules/@smithy/types/dist-es/http/httpHandlerInitialization.js +1 -0
- package/node_modules/@smithy/types/dist-es/index.js +1 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +65 -0
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +64 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +4 -4
- package/node_modules/@smithy/util-body-length-browser/dist-cjs/calculateBodyLength.js +4 -0
- package/node_modules/@smithy/util-body-length-browser/dist-es/calculateBodyLength.js +4 -0
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -9
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +5 -5
- package/node_modules/@smithy/util-defaults-mode-node/package.json +8 -8
- package/node_modules/@smithy/util-endpoints/package.json +4 -4
- package/node_modules/@smithy/util-middleware/package.json +3 -3
- package/node_modules/@smithy/util-retry/package.json +4 -4
- package/node_modules/@smithy/util-stream/package.json +6 -6
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +7 -7
package/.jsii
CHANGED
@@ -3585,7 +3585,7 @@
|
|
3585
3585
|
"stability": "stable"
|
3586
3586
|
},
|
3587
3587
|
"homepage": "https://github.com/cdk8s-team/cdk8s-awscdk-resolver.git",
|
3588
|
-
"jsiiVersion": "5.2.
|
3588
|
+
"jsiiVersion": "5.2.38 (build 1202420)",
|
3589
3589
|
"license": "Apache-2.0",
|
3590
3590
|
"metadata": {
|
3591
3591
|
"jsii": {
|
@@ -3674,6 +3674,6 @@
|
|
3674
3674
|
"symbolId": "src/resolve:AwsCdkResolver"
|
3675
3675
|
}
|
3676
3676
|
},
|
3677
|
-
"version": "0.0.
|
3678
|
-
"fingerprint": "
|
3677
|
+
"version": "0.0.40",
|
3678
|
+
"fingerprint": "GwoXhKWbuoj4TbAfzravCbOtN521/sd3Jyu9vUCnL2I="
|
3679
3679
|
}
|
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.40" };
|
65
65
|
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoicmVzb2x2ZS5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uL3NyYy9yZXNvbHZlLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiI7Ozs7O0FBQUEsaURBQTZDO0FBQzdDLDZCQUE2QjtBQUM3Qiw2Q0FBK0U7QUFJL0UsTUFBYSxjQUFjO0lBRWxCLE9BQU8sQ0FBQyxPQUEwQjtRQUV2QyxJQUFJLENBQUMsbUJBQUssQ0FBQyxZQUFZLENBQUMsT0FBTyxDQUFDLEtBQUssQ0FBQyxFQUFFO1lBQ3RDLE9BQU87U0FDUjtRQUVELElBQUksT0FBTyxPQUFPLENBQUMsS0FBSyxLQUFLLFFBQVEsRUFBRTtZQUNyQywrREFBK0Q7WUFDL0QsbUJBQW1CO1lBQ25CLE1BQU0sSUFBSSxLQUFLLENBQUMsdUJBQXVCLE9BQU0sQ0FBQyxPQUFPLENBQUMsS0FBSyxDQUFDLHNCQUFzQixDQUFDLENBQUM7U0FDckY7UUFFRCxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsVUFBVSxDQUFDLE9BQU8sQ0FBQyxLQUFLLENBQUMsQ0FBQztRQUM5QyxJQUFJO1lBQ0YsTUFBTSxXQUFXLEdBQUcsSUFBSSxDQUFDLGdCQUFnQixDQUFDLE1BQU0sQ0FBQyxDQUFDO1lBQ2xELE9BQU8sQ0FBQyxZQUFZLENBQUMsV0FBVyxDQUFDLENBQUM7U0FDbkM7UUFBQyxPQUFPLEdBQUcsRUFBRTtZQUNaLDJFQUEyRTtZQUMzRSxrRUFBa0U7WUFDbEUsMkVBQTJFO1lBQzNFLCtFQUErRTtZQUMvRSwrQ0FBK0M7WUFDL0MsT0FBTyxDQUFDLFlBQVksQ0FBQyxvQ0FBb0MsTUFBTSxDQUFDLElBQUksQ0FBQyxJQUFJLEtBQUssR0FBRyxFQUFFLENBQUMsQ0FBQztTQUN0RjtJQUVILENBQUM7SUFFTyxVQUFVLENBQUMsS0FBYTtRQUU5QixNQUFNLGVBQWUsR0FBWSxFQUFFLENBQUM7UUFFcEMsS0FBSyxNQUFNLEtBQUssSUFBSSwwQkFBWSxDQUFDLGFBQWEsQ0FBQyxLQUFLLENBQUMsQ0FBQyxNQUFNLEVBQUU7WUFDNUQsSUFBSSx1QkFBUyxDQUFDLFdBQVcsQ0FBQyxLQUFLLENBQUMsRUFBRTtnQkFDaEMsTUFBTSxLQUFLLEdBQUcsbUJBQUssQ0FBQyxFQUFFLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxDQUFDO2dCQUNyQyxlQUFlLENBQUMsSUFBSSxDQUFDLEtBQUssQ0FBQyxDQUFDO2dCQUM1QixNQUFNLE1BQU0sR0FBRyxLQUFLLENBQUMsSUFBSSxDQUFDLE9BQU8sRUFBRSxDQUFDLE1BQU0sQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsWUFBWSx1QkFBUyxJQUFJLENBQUMsQ0FBQyxLQUFLLEtBQUssS0FBSyxDQUFDLENBQUMsQ0FBQyxDQUFjLENBQUM7Z0JBQzdHLGtGQUFrRjtnQkFDbEYsd0RBQXdEO2dCQUN4RCxJQUFJLE1BQU07b0JBQUUsT0FBTyxNQUFNLENBQUM7YUFDM0I7U0FDRjtRQUVELDZCQUE2QjtRQUM3Qiw2QkFBNkI7UUFDN0Isb0NBQW9DO1FBQ3BDLG9GQUFvRjtRQUNwRiwrREFBK0Q7UUFDL0QsTUFBTSxJQUFJLEtBQUssQ0FBQyxxQ0FBcUMsS0FBSyx1QkFBdUIsZUFBZSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsRUFBRSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsQ0FBQyxJQUFJLENBQUMsR0FBRyxDQUFDLEdBQUcsQ0FBQyxDQUFDO0lBRXZJLENBQUM7SUFFTyxnQkFBZ0IsQ0FBQyxNQUFpQjtRQUV4QyxNQUFNLE1BQU0sR0FBRyxJQUFJLENBQUMsSUFBSSxDQUFDLFNBQVMsRUFBRSxJQUFJLEVBQUUsS0FBSyxFQUFFLHVCQUF1QixDQUFDLENBQUM7UUFDMUUsT0FBTyxJQUFJLENBQUMsS0FBSyxDQUFDLElBQUEsNEJBQVksRUFBQyxPQUFPLENBQUMsUUFBUSxFQUFFO1lBQy9DLE1BQU07WUFDTixtQkFBSyxDQUFDLEVBQUUsQ0FBQyxNQUFNLENBQUMsQ0FBQyxTQUFTO1lBQzFCLE1BQU0sQ0FBQyxJQUFJLENBQUMsRUFBRTtTQUNmLEVBQUUsRUFBRSxRQUFRLEVBQUUsT0FBTyxFQUFFLEtBQUssRUFBRSxDQUFDLE1BQU0sQ0FBQyxFQUFFLENBQUMsQ0FBQyxRQUFRLEVBQUUsQ0FBQyxJQUFJLEVBQUUsQ0FBQyxDQUFDO0lBRWhFLENBQUM7O0FBOURILHdDQWdFQyIsInNvdXJjZXNDb250ZW50IjpbImltcG9ydCB7IGV4ZWNGaWxlU3luYyB9IGZyb20gJ2NoaWxkX3Byb2Nlc3MnO1xuaW1wb3J0ICogYXMgcGF0aCBmcm9tICdwYXRoJztcbmltcG9ydCB7IFRva2VuLCBTdGFjaywgVG9rZW5pemF0aW9uLCBSZWZlcmVuY2UsIENmbk91dHB1dCB9IGZyb20gJ2F3cy1jZGstbGliJztcbmltcG9ydCB7IElSZXNvbHZlciwgUmVzb2x1dGlvbkNvbnRleHQgfSBmcm9tICdjZGs4cyc7XG5cblxuZXhwb3J0IGNsYXNzIEF3c0Nka1Jlc29sdmVyIGltcGxlbWVudHMgSVJlc29sdmVyIHtcblxuICBwdWJsaWMgcmVzb2x2ZShjb250ZXh0OiBSZXNvbHV0aW9uQ29udGV4dCkge1xuXG4gICAgaWYgKCFUb2tlbi5pc1VucmVzb2x2ZWQoY29udGV4dC52YWx1ZSkpIHtcbiAgICAgIHJldHVybjtcbiAgICB9XG5cbiAgICBpZiAodHlwZW9mIGNvbnRleHQudmFsdWUgIT09ICdzdHJpbmcnKSB7XG4gICAgICAvLyBzaG91bGQgYmUgb2sgYmVjYXVzZSB3ZSBvbmx5IHJlc29sdmUgQ2ZuT3V0cHV0IHZhbHVlcywgd2hpY2hcbiAgICAgIC8vIG11c3QgYmUgc3RyaW5ncy5cbiAgICAgIHRocm93IG5ldyBFcnJvcihgSW52YWxpZCB2YWx1ZSB0eXBlOiAke3R5cGVvZihjb250ZXh0LnZhbHVlKX0gKEV4cGVjdGVkICdzdHJpbmcnKWApO1xuICAgIH1cblxuICAgIGNvbnN0IG91dHB1dCA9IHRoaXMuZmluZE91dHB1dChjb250ZXh0LnZhbHVlKTtcbiAgICB0cnkge1xuICAgICAgY29uc3Qgb3V0cHV0VmFsdWUgPSB0aGlzLmZldGNoT3V0cHV0VmFsdWUob3V0cHV0KTtcbiAgICAgIGNvbnRleHQucmVwbGFjZVZhbHVlKG91dHB1dFZhbHVlKTtcbiAgICB9IGNhdGNoIChlcnIpIHtcbiAgICAgIC8vIGlmIGJvdGggY2RrOHMgYW5kIEFXUyBDREsgYXBwbGljYXRpb25zIGFyZSBkZWZpbmVkIHdpdGhpbiB0aGUgc2FtZSBmaWxlLFxuICAgICAgLy8gYSBjZGs4cyBzeW50aCBpcyBnb2luZyB0byBoYXBwZW4gYmVmb3JlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnQuXG4gICAgICAvLyBpbiB0aGlzIGNhc2Ugd2UgbXVzdCBzd2FsbG93IHRoZSBlcnJvciwgb3RoZXJ3aXNlIHRoZSBBV1MgQ0RLIGRlcGxveW1lbnRcbiAgICAgIC8vIHdvbid0IGJlIGFibGUgdG8gZ28gdGhyb3VnaC4gd2UgcmVwbGFjZSB0aGUgdmFsdWUgd2l0aCBzb21ldGhpbmcgdG8gaW5kaWNhdGVcbiAgICAgIC8vIHRoYXQgYSBmZXRjaGluZyBhdHRlbXB0IHdhcyBtYWRlIGFuZCBmYWlsZWQuXG4gICAgICBjb250ZXh0LnJlcGxhY2VWYWx1ZShgRmFpbGVkIGZldGNoaW5nIHZhbHVlIGZvciBvdXRwdXQgJHtvdXRwdXQubm9kZS5wYXRofTogJHtlcnJ9YCk7XG4gICAgfVxuXG4gIH1cblxuICBwcml2YXRlIGZpbmRPdXRwdXQodmFsdWU6IHN0cmluZykge1xuXG4gICAgY29uc3QgaW5zcGVjdGVkU3RhY2tzOiBTdGFja1tdID0gW107XG5cbiAgICBmb3IgKGNvbnN0IHRva2VuIG9mIFRva2VuaXphdGlvbi5yZXZlcnNlU3RyaW5nKHZhbHVlKS50b2tlbnMpIHtcbiAgICAgIGlmIChSZWZlcmVuY2UuaXNSZWZlcmVuY2UodG9rZW4pKSB7XG4gICAgICAgIGNvbnN0IHN0YWNrID0gU3RhY2sub2YodG9rZW4udGFyZ2V0KTtcbiAgICAgICAgaW5zcGVjdGVkU3RhY2tzLnB1c2goc3RhY2spO1xuICAgICAgICBjb25zdCBvdXRwdXQgPSBzdGFjay5ub2RlLmZpbmRBbGwoKS5maWx0ZXIoYyA9PiBjIGluc3RhbmNlb2YgQ2ZuT3V0cHV0ICYmIGMudmFsdWUgPT09IHZhbHVlKVswXSBhcyBDZm5PdXRwdXQ7XG4gICAgICAgIC8vIHdlIGRvbid0IHJlYWxseSBjYXJlIGlmIHRoZXJlIGFyZSBtb3JlIG91dHB1dHMgKHBvc3NpYmx5IGZyb20gZGlmZmVyZW50IHN0YWNrcylcbiAgICAgICAgLy8gdGhhdCBwb2ludCB0byB0aGUgc2FtZSB2YWx1ZS4gdGhlIGZpcnN0IHdpbGwgc3VmZmljZS5cbiAgICAgICAgaWYgKG91dHB1dCkgcmV0dXJuIG91dHB1dDtcbiAgICAgIH1cbiAgICB9XG5cbiAgICAvLyBUaGlzIGNhbiBoYXBwZW4gaWYgZWl0aGVyOlxuICAgIC8vIC0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS0tXG4gICAgLy8gIDEuIFVzZXIgZGlkbid0IGRlZmluZSBhbiBvdXRwdXQuXG4gICAgLy8gIDIuIE91dHB1dCB3YXMgZGVmaW5lZCBpbiBhIGRpZmZlcmVudCBzdGFjayB0aGFuIHRoZSB0b2tlbnMgY29tcHJpc2luZyBpdHMgdmFsdWUuXG4gICAgLy8gIDMuIE5vbmUgb2YgdGhlIHRva2VucyBjb21wcmlzaW5nIHRoZSB2YWx1ZSBhcmUgYSBSZWZlcmVuY2UuXG4gICAgdGhyb3cgbmV3IEVycm9yKGBVbmFibGUgdG8gZmluZCBvdXRwdXQgZGVmaW5lZCBmb3IgJHt2YWx1ZX0gKEluc3BlY3RlZCBzdGFja3M6ICR7aW5zcGVjdGVkU3RhY2tzLm1hcChzID0+IHMuc3RhY2tOYW1lKS5qb2luKCcsJyl9KWApO1xuXG4gIH1cblxuICBwcml2YXRlIGZldGNoT3V0cHV0VmFsdWUob3V0cHV0OiBDZm5PdXRwdXQpIHtcblxuICAgIGNvbnN0IHNjcmlwdCA9IHBhdGguam9pbihfX2Rpcm5hbWUsICcuLicsICdsaWInLCAnZmV0Y2gtb3V0cHV0LXZhbHVlLmpzJyk7XG4gICAgcmV0dXJuIEpTT04ucGFyc2UoZXhlY0ZpbGVTeW5jKHByb2Nlc3MuZXhlY1BhdGgsIFtcbiAgICAgIHNjcmlwdCxcbiAgICAgIFN0YWNrLm9mKG91dHB1dCkuc3RhY2tOYW1lLFxuICAgICAgb3V0cHV0Lm5vZGUuaWQsXG4gICAgXSwgeyBlbmNvZGluZzogJ3V0Zi04Jywgc3RkaW86IFsncGlwZSddIH0pLnRvU3RyaW5nKCkudHJpbSgpKTtcblxuICB9XG5cbn1cbiJdfQ==
|
package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/waiters/waitForStackCreateComplete.js
CHANGED
@@ -25,6 +25,142 @@ const checkState = async (client, input) => {
|
|
25
25
|
}
|
26
26
|
}
|
27
27
|
catch (e) { }
|
28
|
+
try {
|
29
|
+
const returnComparator = () => {
|
30
|
+
const flat_1 = [].concat(...result.Stacks);
|
31
|
+
const projection_3 = flat_1.map((element_2) => {
|
32
|
+
return element_2.StackStatus;
|
33
|
+
});
|
34
|
+
return projection_3;
|
35
|
+
};
|
36
|
+
let allStringEq_5 = returnComparator().length > 0;
|
37
|
+
for (const element_4 of returnComparator()) {
|
38
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_COMPLETE";
|
39
|
+
}
|
40
|
+
if (allStringEq_5) {
|
41
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
42
|
+
}
|
43
|
+
}
|
44
|
+
catch (e) { }
|
45
|
+
try {
|
46
|
+
const returnComparator = () => {
|
47
|
+
const flat_1 = [].concat(...result.Stacks);
|
48
|
+
const projection_3 = flat_1.map((element_2) => {
|
49
|
+
return element_2.StackStatus;
|
50
|
+
});
|
51
|
+
return projection_3;
|
52
|
+
};
|
53
|
+
let allStringEq_5 = returnComparator().length > 0;
|
54
|
+
for (const element_4 of returnComparator()) {
|
55
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_IN_PROGRESS";
|
56
|
+
}
|
57
|
+
if (allStringEq_5) {
|
58
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
59
|
+
}
|
60
|
+
}
|
61
|
+
catch (e) { }
|
62
|
+
try {
|
63
|
+
const returnComparator = () => {
|
64
|
+
const flat_1 = [].concat(...result.Stacks);
|
65
|
+
const projection_3 = flat_1.map((element_2) => {
|
66
|
+
return element_2.StackStatus;
|
67
|
+
});
|
68
|
+
return projection_3;
|
69
|
+
};
|
70
|
+
let allStringEq_5 = returnComparator().length > 0;
|
71
|
+
for (const element_4 of returnComparator()) {
|
72
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
|
73
|
+
}
|
74
|
+
if (allStringEq_5) {
|
75
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
76
|
+
}
|
77
|
+
}
|
78
|
+
catch (e) { }
|
79
|
+
try {
|
80
|
+
const returnComparator = () => {
|
81
|
+
const flat_1 = [].concat(...result.Stacks);
|
82
|
+
const projection_3 = flat_1.map((element_2) => {
|
83
|
+
return element_2.StackStatus;
|
84
|
+
});
|
85
|
+
return projection_3;
|
86
|
+
};
|
87
|
+
let allStringEq_5 = returnComparator().length > 0;
|
88
|
+
for (const element_4 of returnComparator()) {
|
89
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_FAILED";
|
90
|
+
}
|
91
|
+
if (allStringEq_5) {
|
92
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
93
|
+
}
|
94
|
+
}
|
95
|
+
catch (e) { }
|
96
|
+
try {
|
97
|
+
const returnComparator = () => {
|
98
|
+
const flat_1 = [].concat(...result.Stacks);
|
99
|
+
const projection_3 = flat_1.map((element_2) => {
|
100
|
+
return element_2.StackStatus;
|
101
|
+
});
|
102
|
+
return projection_3;
|
103
|
+
};
|
104
|
+
let allStringEq_5 = returnComparator().length > 0;
|
105
|
+
for (const element_4 of returnComparator()) {
|
106
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_IN_PROGRESS";
|
107
|
+
}
|
108
|
+
if (allStringEq_5) {
|
109
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
110
|
+
}
|
111
|
+
}
|
112
|
+
catch (e) { }
|
113
|
+
try {
|
114
|
+
const returnComparator = () => {
|
115
|
+
const flat_1 = [].concat(...result.Stacks);
|
116
|
+
const projection_3 = flat_1.map((element_2) => {
|
117
|
+
return element_2.StackStatus;
|
118
|
+
});
|
119
|
+
return projection_3;
|
120
|
+
};
|
121
|
+
let allStringEq_5 = returnComparator().length > 0;
|
122
|
+
for (const element_4 of returnComparator()) {
|
123
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_FAILED";
|
124
|
+
}
|
125
|
+
if (allStringEq_5) {
|
126
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
127
|
+
}
|
128
|
+
}
|
129
|
+
catch (e) { }
|
130
|
+
try {
|
131
|
+
const returnComparator = () => {
|
132
|
+
const flat_1 = [].concat(...result.Stacks);
|
133
|
+
const projection_3 = flat_1.map((element_2) => {
|
134
|
+
return element_2.StackStatus;
|
135
|
+
});
|
136
|
+
return projection_3;
|
137
|
+
};
|
138
|
+
let allStringEq_5 = returnComparator().length > 0;
|
139
|
+
for (const element_4 of returnComparator()) {
|
140
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
|
141
|
+
}
|
142
|
+
if (allStringEq_5) {
|
143
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
144
|
+
}
|
145
|
+
}
|
146
|
+
catch (e) { }
|
147
|
+
try {
|
148
|
+
const returnComparator = () => {
|
149
|
+
const flat_1 = [].concat(...result.Stacks);
|
150
|
+
const projection_3 = flat_1.map((element_2) => {
|
151
|
+
return element_2.StackStatus;
|
152
|
+
});
|
153
|
+
return projection_3;
|
154
|
+
};
|
155
|
+
let allStringEq_5 = returnComparator().length > 0;
|
156
|
+
for (const element_4 of returnComparator()) {
|
157
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_COMPLETE";
|
158
|
+
}
|
159
|
+
if (allStringEq_5) {
|
160
|
+
return { state: util_waiter_1.WaiterState.SUCCESS, reason };
|
161
|
+
}
|
162
|
+
}
|
163
|
+
catch (e) { }
|
28
164
|
try {
|
29
165
|
const returnComparator = () => {
|
30
166
|
const flat_1 = [].concat(...result.Stacks);
|
package/node_modules/@aws-sdk/client-cloudformation/dist-es/waiters/waitForStackCreateComplete.js
CHANGED
@@ -22,6 +22,142 @@ const checkState = async (client, input) => {
|
|
22
22
|
}
|
23
23
|
}
|
24
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
|
+
let allStringEq_5 = returnComparator().length > 0;
|
34
|
+
for (const element_4 of returnComparator()) {
|
35
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_COMPLETE";
|
36
|
+
}
|
37
|
+
if (allStringEq_5) {
|
38
|
+
return { state: WaiterState.SUCCESS, reason };
|
39
|
+
}
|
40
|
+
}
|
41
|
+
catch (e) { }
|
42
|
+
try {
|
43
|
+
const returnComparator = () => {
|
44
|
+
const flat_1 = [].concat(...result.Stacks);
|
45
|
+
const projection_3 = flat_1.map((element_2) => {
|
46
|
+
return element_2.StackStatus;
|
47
|
+
});
|
48
|
+
return projection_3;
|
49
|
+
};
|
50
|
+
let allStringEq_5 = returnComparator().length > 0;
|
51
|
+
for (const element_4 of returnComparator()) {
|
52
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_IN_PROGRESS";
|
53
|
+
}
|
54
|
+
if (allStringEq_5) {
|
55
|
+
return { state: WaiterState.SUCCESS, reason };
|
56
|
+
}
|
57
|
+
}
|
58
|
+
catch (e) { }
|
59
|
+
try {
|
60
|
+
const returnComparator = () => {
|
61
|
+
const flat_1 = [].concat(...result.Stacks);
|
62
|
+
const projection_3 = flat_1.map((element_2) => {
|
63
|
+
return element_2.StackStatus;
|
64
|
+
});
|
65
|
+
return projection_3;
|
66
|
+
};
|
67
|
+
let allStringEq_5 = returnComparator().length > 0;
|
68
|
+
for (const element_4 of returnComparator()) {
|
69
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS";
|
70
|
+
}
|
71
|
+
if (allStringEq_5) {
|
72
|
+
return { state: WaiterState.SUCCESS, reason };
|
73
|
+
}
|
74
|
+
}
|
75
|
+
catch (e) { }
|
76
|
+
try {
|
77
|
+
const returnComparator = () => {
|
78
|
+
const flat_1 = [].concat(...result.Stacks);
|
79
|
+
const projection_3 = flat_1.map((element_2) => {
|
80
|
+
return element_2.StackStatus;
|
81
|
+
});
|
82
|
+
return projection_3;
|
83
|
+
};
|
84
|
+
let allStringEq_5 = returnComparator().length > 0;
|
85
|
+
for (const element_4 of returnComparator()) {
|
86
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_FAILED";
|
87
|
+
}
|
88
|
+
if (allStringEq_5) {
|
89
|
+
return { state: WaiterState.SUCCESS, reason };
|
90
|
+
}
|
91
|
+
}
|
92
|
+
catch (e) { }
|
93
|
+
try {
|
94
|
+
const returnComparator = () => {
|
95
|
+
const flat_1 = [].concat(...result.Stacks);
|
96
|
+
const projection_3 = flat_1.map((element_2) => {
|
97
|
+
return element_2.StackStatus;
|
98
|
+
});
|
99
|
+
return projection_3;
|
100
|
+
};
|
101
|
+
let allStringEq_5 = returnComparator().length > 0;
|
102
|
+
for (const element_4 of returnComparator()) {
|
103
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_IN_PROGRESS";
|
104
|
+
}
|
105
|
+
if (allStringEq_5) {
|
106
|
+
return { state: WaiterState.SUCCESS, reason };
|
107
|
+
}
|
108
|
+
}
|
109
|
+
catch (e) { }
|
110
|
+
try {
|
111
|
+
const returnComparator = () => {
|
112
|
+
const flat_1 = [].concat(...result.Stacks);
|
113
|
+
const projection_3 = flat_1.map((element_2) => {
|
114
|
+
return element_2.StackStatus;
|
115
|
+
});
|
116
|
+
return projection_3;
|
117
|
+
};
|
118
|
+
let allStringEq_5 = returnComparator().length > 0;
|
119
|
+
for (const element_4 of returnComparator()) {
|
120
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_FAILED";
|
121
|
+
}
|
122
|
+
if (allStringEq_5) {
|
123
|
+
return { state: WaiterState.SUCCESS, reason };
|
124
|
+
}
|
125
|
+
}
|
126
|
+
catch (e) { }
|
127
|
+
try {
|
128
|
+
const returnComparator = () => {
|
129
|
+
const flat_1 = [].concat(...result.Stacks);
|
130
|
+
const projection_3 = flat_1.map((element_2) => {
|
131
|
+
return element_2.StackStatus;
|
132
|
+
});
|
133
|
+
return projection_3;
|
134
|
+
};
|
135
|
+
let allStringEq_5 = returnComparator().length > 0;
|
136
|
+
for (const element_4 of returnComparator()) {
|
137
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS";
|
138
|
+
}
|
139
|
+
if (allStringEq_5) {
|
140
|
+
return { state: WaiterState.SUCCESS, reason };
|
141
|
+
}
|
142
|
+
}
|
143
|
+
catch (e) { }
|
144
|
+
try {
|
145
|
+
const returnComparator = () => {
|
146
|
+
const flat_1 = [].concat(...result.Stacks);
|
147
|
+
const projection_3 = flat_1.map((element_2) => {
|
148
|
+
return element_2.StackStatus;
|
149
|
+
});
|
150
|
+
return projection_3;
|
151
|
+
};
|
152
|
+
let allStringEq_5 = returnComparator().length > 0;
|
153
|
+
for (const element_4 of returnComparator()) {
|
154
|
+
allStringEq_5 = allStringEq_5 && element_4 == "UPDATE_ROLLBACK_COMPLETE";
|
155
|
+
}
|
156
|
+
if (allStringEq_5) {
|
157
|
+
return { state: WaiterState.SUCCESS, reason };
|
158
|
+
}
|
159
|
+
}
|
160
|
+
catch (e) { }
|
25
161
|
try {
|
26
162
|
const returnComparator = () => {
|
27
163
|
const flat_1 = [].concat(...result.Stacks);
|
@@ -1215,7 +1215,7 @@ export interface ChangeSetSummary {
|
|
1215
1215
|
RootChangeSetId?: string;
|
1216
1216
|
/**
|
1217
1217
|
* @public
|
1218
|
-
* <p>Indicates if the
|
1218
|
+
* <p>Indicates if the change set imports resources that already exist.</p>
|
1219
1219
|
*/
|
1220
1220
|
ImportExistingResources?: boolean;
|
1221
1221
|
}
|
@@ -1717,7 +1717,7 @@ export interface CreateChangeSetInput {
|
|
1717
1717
|
OnStackFailure?: OnStackFailure;
|
1718
1718
|
/**
|
1719
1719
|
* @public
|
1720
|
-
* <p>Indicates if the
|
1720
|
+
* <p>Indicates if the change set imports resources that already exist.</p>
|
1721
1721
|
* <note>
|
1722
1722
|
* <p>This parameter can only import resources that have custom names in templates. For more information, see <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html">name type</a> in the
|
1723
1723
|
* <i>CloudFormation User Guide</i>. To import resources that do not accept custom names, such as EC2 instances,
|
@@ -3177,7 +3177,7 @@ export interface DescribeChangeSetOutput {
|
|
3177
3177
|
OnStackFailure?: OnStackFailure;
|
3178
3178
|
/**
|
3179
3179
|
* @public
|
3180
|
-
* <p>Indicates if the
|
3180
|
+
* <p>Indicates if the change set imports resources that already exist.</p>
|
3181
3181
|
* <note>
|
3182
3182
|
* <p>This parameter can only import resources that have <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html">custom names</a> in templates. To import
|
3183
3183
|
* resources that do not accept custom names, such as EC2 instances, use the <a href="https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import.html">resource import</a> feature instead.</p>
|
@@ -1,11 +1,10 @@
|
|
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.468.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",
|
8
|
-
"build:docs": "typedoc",
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
@@ -21,43 +20,43 @@
|
|
21
20
|
"dependencies": {
|
22
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
23
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
24
|
-
"@aws-sdk/client-sts": "3.
|
25
|
-
"@aws-sdk/core": "3.
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
27
|
-
"@aws-sdk/middleware-host-header": "3.
|
28
|
-
"@aws-sdk/middleware-logger": "3.
|
29
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
30
|
-
"@aws-sdk/middleware-signing": "3.
|
31
|
-
"@aws-sdk/middleware-user-agent": "3.
|
32
|
-
"@aws-sdk/region-config-resolver": "3.
|
33
|
-
"@aws-sdk/types": "3.
|
34
|
-
"@aws-sdk/util-endpoints": "3.
|
35
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
36
|
-
"@aws-sdk/util-user-agent-node": "3.
|
37
|
-
"@smithy/config-resolver": "^2.0.
|
38
|
-
"@smithy/fetch-http-handler": "^2.
|
39
|
-
"@smithy/hash-node": "^2.0.
|
40
|
-
"@smithy/invalid-dependency": "^2.0.
|
41
|
-
"@smithy/middleware-content-length": "^2.0.
|
42
|
-
"@smithy/middleware-endpoint": "^2.2.
|
43
|
-
"@smithy/middleware-retry": "^2.0.
|
44
|
-
"@smithy/middleware-serde": "^2.0.
|
45
|
-
"@smithy/middleware-stack": "^2.0.
|
46
|
-
"@smithy/node-config-provider": "^2.1.
|
47
|
-
"@smithy/node-http-handler": "^2.1
|
48
|
-
"@smithy/protocol-http": "^3.0.
|
49
|
-
"@smithy/smithy-client": "^2.1.
|
50
|
-
"@smithy/types": "^2.
|
51
|
-
"@smithy/url-parser": "^2.0.
|
23
|
+
"@aws-sdk/client-sts": "3.468.0",
|
24
|
+
"@aws-sdk/core": "3.468.0",
|
25
|
+
"@aws-sdk/credential-provider-node": "3.468.0",
|
26
|
+
"@aws-sdk/middleware-host-header": "3.468.0",
|
27
|
+
"@aws-sdk/middleware-logger": "3.468.0",
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
29
|
+
"@aws-sdk/middleware-signing": "3.468.0",
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.468.0",
|
31
|
+
"@aws-sdk/region-config-resolver": "3.468.0",
|
32
|
+
"@aws-sdk/types": "3.468.0",
|
33
|
+
"@aws-sdk/util-endpoints": "3.468.0",
|
34
|
+
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
35
|
+
"@aws-sdk/util-user-agent-node": "3.468.0",
|
36
|
+
"@smithy/config-resolver": "^2.0.20",
|
37
|
+
"@smithy/fetch-http-handler": "^2.3.1",
|
38
|
+
"@smithy/hash-node": "^2.0.17",
|
39
|
+
"@smithy/invalid-dependency": "^2.0.15",
|
40
|
+
"@smithy/middleware-content-length": "^2.0.17",
|
41
|
+
"@smithy/middleware-endpoint": "^2.2.2",
|
42
|
+
"@smithy/middleware-retry": "^2.0.23",
|
43
|
+
"@smithy/middleware-serde": "^2.0.15",
|
44
|
+
"@smithy/middleware-stack": "^2.0.9",
|
45
|
+
"@smithy/node-config-provider": "^2.1.7",
|
46
|
+
"@smithy/node-http-handler": "^2.2.1",
|
47
|
+
"@smithy/protocol-http": "^3.0.11",
|
48
|
+
"@smithy/smithy-client": "^2.1.18",
|
49
|
+
"@smithy/types": "^2.7.0",
|
50
|
+
"@smithy/url-parser": "^2.0.15",
|
52
51
|
"@smithy/util-base64": "^2.0.1",
|
53
|
-
"@smithy/util-body-length-browser": "^2.0.
|
52
|
+
"@smithy/util-body-length-browser": "^2.0.1",
|
54
53
|
"@smithy/util-body-length-node": "^2.1.0",
|
55
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
56
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
57
|
-
"@smithy/util-endpoints": "^1.0.
|
58
|
-
"@smithy/util-retry": "^2.0.
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.0.22",
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.0.28",
|
56
|
+
"@smithy/util-endpoints": "^1.0.6",
|
57
|
+
"@smithy/util-retry": "^2.0.8",
|
59
58
|
"@smithy/util-utf8": "^2.0.2",
|
60
|
-
"@smithy/util-waiter": "^2.0.
|
59
|
+
"@smithy/util-waiter": "^2.0.15",
|
61
60
|
"fast-xml-parser": "4.2.5",
|
62
61
|
"tslib": "^2.5.0",
|
63
62
|
"uuid": "^8.3.2"
|
@@ -70,7 +69,6 @@
|
|
70
69
|
"concurrently": "7.0.0",
|
71
70
|
"downlevel-dts": "0.10.1",
|
72
71
|
"rimraf": "3.0.2",
|
73
|
-
"typedoc": "0.23.23",
|
74
72
|
"typescript": "~4.9.5"
|
75
73
|
},
|
76
74
|
"engines": {
|
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sso",
|
3
3
|
"description": "AWS SDK for JavaScript Sso Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.468.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",
|
8
|
-
"build:docs": "typedoc",
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
@@ -21,38 +20,38 @@
|
|
21
20
|
"dependencies": {
|
22
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
23
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
24
|
-
"@aws-sdk/core": "3.
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
30
|
-
"@aws-sdk/types": "3.
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
34
|
-
"@smithy/config-resolver": "^2.0.
|
35
|
-
"@smithy/fetch-http-handler": "^2.
|
36
|
-
"@smithy/hash-node": "^2.0.
|
37
|
-
"@smithy/invalid-dependency": "^2.0.
|
38
|
-
"@smithy/middleware-content-length": "^2.0.
|
39
|
-
"@smithy/middleware-endpoint": "^2.2.
|
40
|
-
"@smithy/middleware-retry": "^2.0.
|
41
|
-
"@smithy/middleware-serde": "^2.0.
|
42
|
-
"@smithy/middleware-stack": "^2.0.
|
43
|
-
"@smithy/node-config-provider": "^2.1.
|
44
|
-
"@smithy/node-http-handler": "^2.1
|
45
|
-
"@smithy/protocol-http": "^3.0.
|
46
|
-
"@smithy/smithy-client": "^2.1.
|
47
|
-
"@smithy/types": "^2.
|
48
|
-
"@smithy/url-parser": "^2.0.
|
23
|
+
"@aws-sdk/core": "3.468.0",
|
24
|
+
"@aws-sdk/middleware-host-header": "3.468.0",
|
25
|
+
"@aws-sdk/middleware-logger": "3.468.0",
|
26
|
+
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
27
|
+
"@aws-sdk/middleware-user-agent": "3.468.0",
|
28
|
+
"@aws-sdk/region-config-resolver": "3.468.0",
|
29
|
+
"@aws-sdk/types": "3.468.0",
|
30
|
+
"@aws-sdk/util-endpoints": "3.468.0",
|
31
|
+
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
32
|
+
"@aws-sdk/util-user-agent-node": "3.468.0",
|
33
|
+
"@smithy/config-resolver": "^2.0.20",
|
34
|
+
"@smithy/fetch-http-handler": "^2.3.1",
|
35
|
+
"@smithy/hash-node": "^2.0.17",
|
36
|
+
"@smithy/invalid-dependency": "^2.0.15",
|
37
|
+
"@smithy/middleware-content-length": "^2.0.17",
|
38
|
+
"@smithy/middleware-endpoint": "^2.2.2",
|
39
|
+
"@smithy/middleware-retry": "^2.0.23",
|
40
|
+
"@smithy/middleware-serde": "^2.0.15",
|
41
|
+
"@smithy/middleware-stack": "^2.0.9",
|
42
|
+
"@smithy/node-config-provider": "^2.1.7",
|
43
|
+
"@smithy/node-http-handler": "^2.2.1",
|
44
|
+
"@smithy/protocol-http": "^3.0.11",
|
45
|
+
"@smithy/smithy-client": "^2.1.18",
|
46
|
+
"@smithy/types": "^2.7.0",
|
47
|
+
"@smithy/url-parser": "^2.0.15",
|
49
48
|
"@smithy/util-base64": "^2.0.1",
|
50
|
-
"@smithy/util-body-length-browser": "^2.0.
|
49
|
+
"@smithy/util-body-length-browser": "^2.0.1",
|
51
50
|
"@smithy/util-body-length-node": "^2.1.0",
|
52
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
53
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
54
|
-
"@smithy/util-endpoints": "^1.0.
|
55
|
-
"@smithy/util-retry": "^2.0.
|
51
|
+
"@smithy/util-defaults-mode-browser": "^2.0.22",
|
52
|
+
"@smithy/util-defaults-mode-node": "^2.0.28",
|
53
|
+
"@smithy/util-endpoints": "^1.0.6",
|
54
|
+
"@smithy/util-retry": "^2.0.8",
|
56
55
|
"@smithy/util-utf8": "^2.0.2",
|
57
56
|
"tslib": "^2.5.0"
|
58
57
|
},
|
@@ -63,7 +62,6 @@
|
|
63
62
|
"concurrently": "7.0.0",
|
64
63
|
"downlevel-dts": "0.10.1",
|
65
64
|
"rimraf": "3.0.2",
|
66
|
-
"typedoc": "0.23.23",
|
67
65
|
"typescript": "~4.9.5"
|
68
66
|
},
|
69
67
|
"engines": {
|
@@ -289,7 +289,7 @@ export interface AssumeRoleRequest {
|
|
289
289
|
* single trusted context assertion and the ARN of the context provider from which the trusted
|
290
290
|
* context assertion was generated.</p>
|
291
291
|
* <p>
|
292
|
-
* <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/
|
292
|
+
* <code>[\{"ProviderArn":"arn:aws:iam::aws:contextProvider/IdentityCenter","ContextAssertion":"trusted-context-assertion"\}]</code>
|
293
293
|
* </p>
|
294
294
|
*/
|
295
295
|
ProvidedContexts?: ProvidedContext[];
|
@@ -1,11 +1,10 @@
|
|
1
1
|
{
|
2
2
|
"name": "@aws-sdk/client-sts",
|
3
3
|
"description": "AWS SDK for JavaScript Sts Client for Node.js, Browser and React Native",
|
4
|
-
"version": "3.
|
4
|
+
"version": "3.468.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",
|
8
|
-
"build:docs": "typedoc",
|
9
8
|
"build:es": "tsc -p tsconfig.es.json",
|
10
9
|
"build:include:deps": "lerna run --scope $npm_package_name --include-dependencies build",
|
11
10
|
"build:types": "tsc -p tsconfig.types.json",
|
@@ -23,41 +22,41 @@
|
|
23
22
|
"dependencies": {
|
24
23
|
"@aws-crypto/sha256-browser": "3.0.0",
|
25
24
|
"@aws-crypto/sha256-js": "3.0.0",
|
26
|
-
"@aws-sdk/core": "3.
|
27
|
-
"@aws-sdk/credential-provider-node": "3.
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
31
|
-
"@aws-sdk/middleware-sdk-sts": "3.
|
32
|
-
"@aws-sdk/middleware-signing": "3.
|
33
|
-
"@aws-sdk/middleware-user-agent": "3.
|
34
|
-
"@aws-sdk/region-config-resolver": "3.
|
35
|
-
"@aws-sdk/types": "3.
|
36
|
-
"@aws-sdk/util-endpoints": "3.
|
37
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
38
|
-
"@aws-sdk/util-user-agent-node": "3.
|
39
|
-
"@smithy/config-resolver": "^2.0.
|
40
|
-
"@smithy/fetch-http-handler": "^2.
|
41
|
-
"@smithy/hash-node": "^2.0.
|
42
|
-
"@smithy/invalid-dependency": "^2.0.
|
43
|
-
"@smithy/middleware-content-length": "^2.0.
|
44
|
-
"@smithy/middleware-endpoint": "^2.2.
|
45
|
-
"@smithy/middleware-retry": "^2.0.
|
46
|
-
"@smithy/middleware-serde": "^2.0.
|
47
|
-
"@smithy/middleware-stack": "^2.0.
|
48
|
-
"@smithy/node-config-provider": "^2.1.
|
49
|
-
"@smithy/node-http-handler": "^2.1
|
50
|
-
"@smithy/protocol-http": "^3.0.
|
51
|
-
"@smithy/smithy-client": "^2.1.
|
52
|
-
"@smithy/types": "^2.
|
53
|
-
"@smithy/url-parser": "^2.0.
|
25
|
+
"@aws-sdk/core": "3.468.0",
|
26
|
+
"@aws-sdk/credential-provider-node": "3.468.0",
|
27
|
+
"@aws-sdk/middleware-host-header": "3.468.0",
|
28
|
+
"@aws-sdk/middleware-logger": "3.468.0",
|
29
|
+
"@aws-sdk/middleware-recursion-detection": "3.468.0",
|
30
|
+
"@aws-sdk/middleware-sdk-sts": "3.468.0",
|
31
|
+
"@aws-sdk/middleware-signing": "3.468.0",
|
32
|
+
"@aws-sdk/middleware-user-agent": "3.468.0",
|
33
|
+
"@aws-sdk/region-config-resolver": "3.468.0",
|
34
|
+
"@aws-sdk/types": "3.468.0",
|
35
|
+
"@aws-sdk/util-endpoints": "3.468.0",
|
36
|
+
"@aws-sdk/util-user-agent-browser": "3.468.0",
|
37
|
+
"@aws-sdk/util-user-agent-node": "3.468.0",
|
38
|
+
"@smithy/config-resolver": "^2.0.20",
|
39
|
+
"@smithy/fetch-http-handler": "^2.3.1",
|
40
|
+
"@smithy/hash-node": "^2.0.17",
|
41
|
+
"@smithy/invalid-dependency": "^2.0.15",
|
42
|
+
"@smithy/middleware-content-length": "^2.0.17",
|
43
|
+
"@smithy/middleware-endpoint": "^2.2.2",
|
44
|
+
"@smithy/middleware-retry": "^2.0.23",
|
45
|
+
"@smithy/middleware-serde": "^2.0.15",
|
46
|
+
"@smithy/middleware-stack": "^2.0.9",
|
47
|
+
"@smithy/node-config-provider": "^2.1.7",
|
48
|
+
"@smithy/node-http-handler": "^2.2.1",
|
49
|
+
"@smithy/protocol-http": "^3.0.11",
|
50
|
+
"@smithy/smithy-client": "^2.1.18",
|
51
|
+
"@smithy/types": "^2.7.0",
|
52
|
+
"@smithy/url-parser": "^2.0.15",
|
54
53
|
"@smithy/util-base64": "^2.0.1",
|
55
|
-
"@smithy/util-body-length-browser": "^2.0.
|
54
|
+
"@smithy/util-body-length-browser": "^2.0.1",
|
56
55
|
"@smithy/util-body-length-node": "^2.1.0",
|
57
|
-
"@smithy/util-defaults-mode-browser": "^2.0.
|
58
|
-
"@smithy/util-defaults-mode-node": "^2.0.
|
59
|
-
"@smithy/util-endpoints": "^1.0.
|
60
|
-
"@smithy/util-retry": "^2.0.
|
56
|
+
"@smithy/util-defaults-mode-browser": "^2.0.22",
|
57
|
+
"@smithy/util-defaults-mode-node": "^2.0.28",
|
58
|
+
"@smithy/util-endpoints": "^1.0.6",
|
59
|
+
"@smithy/util-retry": "^2.0.8",
|
61
60
|
"@smithy/util-utf8": "^2.0.2",
|
62
61
|
"fast-xml-parser": "4.2.5",
|
63
62
|
"tslib": "^2.5.0"
|
@@ -69,7 +68,6 @@
|
|
69
68
|
"concurrently": "7.0.0",
|
70
69
|
"downlevel-dts": "0.10.1",
|
71
70
|
"rimraf": "3.0.2",
|
72
|
-
"typedoc": "0.23.23",
|
73
71
|
"typescript": "~4.9.5"
|
74
72
|
},
|
75
73
|
"engines": {
|