@cdk8s/awscdk-resolver 0.0.615 → 0.0.616
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 +35 -20
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/enums.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/schemas/schemas_0.js +25 -17
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +5 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/enums.d.ts +12 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +107 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +15 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/package.json +6 -8
- package/node_modules/@aws-sdk/core/package.json +4 -5
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +4 -3
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +6 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +2 -2
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/package.json +3 -3
- package/node_modules/@aws-crypto/sha256-browser/CHANGELOG.md +0 -118
- package/node_modules/@aws-crypto/sha256-browser/LICENSE +0 -202
- package/node_modules/@aws-crypto/sha256-browser/README.md +0 -31
- package/node_modules/@aws-crypto/sha256-browser/build/main/constants.d.ts +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js +0 -43
- package/node_modules/@aws-crypto/sha256-browser/build/main/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.d.ts +0 -8
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js +0 -30
- package/node_modules/@aws-crypto/sha256-browser/build/main/crossPlatformSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.d.ts +0 -2
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js +0 -8
- package/node_modules/@aws-crypto/sha256-browser/build/main/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.d.ts +0 -2
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js +0 -11
- package/node_modules/@aws-crypto/sha256-browser/build/main/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.d.ts +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js +0 -56
- package/node_modules/@aws-crypto/sha256-browser/build/main/webCryptoSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.d.ts +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js +0 -40
- package/node_modules/@aws-crypto/sha256-browser/build/module/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.d.ts +0 -8
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js +0 -27
- package/node_modules/@aws-crypto/sha256-browser/build/module/crossPlatformSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.d.ts +0 -2
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js +0 -3
- package/node_modules/@aws-crypto/sha256-browser/build/module/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.d.ts +0 -2
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js +0 -7
- package/node_modules/@aws-crypto/sha256-browser/build/module/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.d.ts +0 -10
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js +0 -53
- package/node_modules/@aws-crypto/sha256-browser/build/module/webCryptoSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-browser/package.json +0 -33
- package/node_modules/@aws-crypto/sha256-browser/src/constants.ts +0 -41
- package/node_modules/@aws-crypto/sha256-browser/src/crossPlatformSha256.ts +0 -30
- package/node_modules/@aws-crypto/sha256-browser/src/index.ts +0 -2
- package/node_modules/@aws-crypto/sha256-browser/src/isEmptyData.ts +0 -9
- package/node_modules/@aws-crypto/sha256-browser/src/webCryptoSha256.ts +0 -71
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.json +0 -10
- package/node_modules/@aws-crypto/sha256-browser/tsconfig.module.json +0 -7
- package/node_modules/@aws-crypto/sha256-js/CHANGELOG.md +0 -106
- package/node_modules/@aws-crypto/sha256-js/LICENSE +0 -201
- package/node_modules/@aws-crypto/sha256-js/README.md +0 -29
- package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.d.ts +0 -17
- package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js +0 -124
- package/node_modules/@aws-crypto/sha256-js/build/main/RawSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.d.ts +0 -20
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.js +0 -98
- package/node_modules/@aws-crypto/sha256-js/build/main/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/main/index.d.ts +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/main/index.js +0 -5
- package/node_modules/@aws-crypto/sha256-js/build/main/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.d.ts +0 -12
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js +0 -85
- package/node_modules/@aws-crypto/sha256-js/build/main/jsSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.d.ts +0 -5
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js +0 -322
- package/node_modules/@aws-crypto/sha256-js/build/main/knownHashes.fixture.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.d.ts +0 -17
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js +0 -121
- package/node_modules/@aws-crypto/sha256-js/build/module/RawSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.d.ts +0 -20
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js +0 -95
- package/node_modules/@aws-crypto/sha256-js/build/module/constants.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/module/index.d.ts +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js +0 -2
- package/node_modules/@aws-crypto/sha256-js/build/module/index.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.d.ts +0 -12
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js +0 -82
- package/node_modules/@aws-crypto/sha256-js/build/module/jsSha256.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.d.ts +0 -5
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js +0 -319
- package/node_modules/@aws-crypto/sha256-js/build/module/knownHashes.fixture.js.map +0 -1
- package/node_modules/@aws-crypto/sha256-js/package.json +0 -32
- package/node_modules/@aws-crypto/sha256-js/src/RawSha256.ts +0 -164
- package/node_modules/@aws-crypto/sha256-js/src/constants.ts +0 -98
- package/node_modules/@aws-crypto/sha256-js/src/index.ts +0 -1
- package/node_modules/@aws-crypto/sha256-js/src/jsSha256.ts +0 -94
- package/node_modules/@aws-crypto/sha256-js/src/knownHashes.fixture.ts +0 -401
- package/node_modules/@aws-crypto/sha256-js/tsconfig.json +0 -10
- package/node_modules/@aws-crypto/sha256-js/tsconfig.module.json +0 -7
- package/node_modules/@aws-crypto/supports-web-crypto/CHANGELOG.md +0 -66
- package/node_modules/@aws-crypto/supports-web-crypto/LICENSE +0 -202
- package/node_modules/@aws-crypto/supports-web-crypto/README.md +0 -32
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.d.ts +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js +0 -5
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/index.js.map +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.d.ts +0 -4
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js +0 -69
- package/node_modules/@aws-crypto/supports-web-crypto/build/main/supportsWebCrypto.js.map +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.d.ts +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js +0 -2
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/index.js.map +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.d.ts +0 -4
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js +0 -62
- package/node_modules/@aws-crypto/supports-web-crypto/build/module/supportsWebCrypto.js.map +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/package.json +0 -28
- package/node_modules/@aws-crypto/supports-web-crypto/src/index.ts +0 -1
- package/node_modules/@aws-crypto/supports-web-crypto/src/supportsWebCrypto.ts +0 -76
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.json +0 -10
- package/node_modules/@aws-crypto/supports-web-crypto/tsconfig.module.json +0 -7
- package/node_modules/@aws-crypto/util/CHANGELOG.md +0 -71
- package/node_modules/@aws-crypto/util/LICENSE +0 -201
- package/node_modules/@aws-crypto/util/README.md +0 -16
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.d.ts +0 -2
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js +0 -24
- package/node_modules/@aws-crypto/util/build/main/convertToBuffer.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/main/index.d.ts +0 -4
- package/node_modules/@aws-crypto/util/build/main/index.js +0 -14
- package/node_modules/@aws-crypto/util/build/main/index.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.d.ts +0 -2
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.js +0 -13
- package/node_modules/@aws-crypto/util/build/main/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/main/numToUint8.d.ts +0 -1
- package/node_modules/@aws-crypto/util/build/main/numToUint8.js +0 -15
- package/node_modules/@aws-crypto/util/build/main/numToUint8.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.d.ts +0 -1
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js +0 -20
- package/node_modules/@aws-crypto/util/build/main/uint32ArrayFrom.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.d.ts +0 -2
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js +0 -20
- package/node_modules/@aws-crypto/util/build/module/convertToBuffer.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/module/index.d.ts +0 -4
- package/node_modules/@aws-crypto/util/build/module/index.js +0 -7
- package/node_modules/@aws-crypto/util/build/module/index.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.d.ts +0 -2
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js +0 -9
- package/node_modules/@aws-crypto/util/build/module/isEmptyData.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/module/numToUint8.d.ts +0 -1
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js +0 -11
- package/node_modules/@aws-crypto/util/build/module/numToUint8.js.map +0 -1
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.d.ts +0 -1
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js +0 -16
- package/node_modules/@aws-crypto/util/build/module/uint32ArrayFrom.js.map +0 -1
- package/node_modules/@aws-crypto/util/package.json +0 -32
- package/node_modules/@aws-crypto/util/src/convertToBuffer.ts +0 -30
- package/node_modules/@aws-crypto/util/src/index.ts +0 -7
- package/node_modules/@aws-crypto/util/src/isEmptyData.ts +0 -12
- package/node_modules/@aws-crypto/util/src/numToUint8.ts +0 -11
- package/node_modules/@aws-crypto/util/src/uint32ArrayFrom.ts +0 -16
- package/node_modules/@aws-crypto/util/tsconfig.json +0 -9
- package/node_modules/@aws-crypto/util/tsconfig.module.json +0 -7
- package/node_modules/@aws-sdk/util-locate-window/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-locate-window/README.md +0 -4
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -12
- package/node_modules/@aws-sdk/util-locate-window/dist-es/index.js +0 -10
- package/node_modules/@aws-sdk/util-locate-window/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-locate-window/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/util-locate-window/package.json +0 -54
- package/node_modules/@smithy/is-array-buffer/LICENSE +0 -201
- package/node_modules/@smithy/is-array-buffer/README.md +0 -10
- package/node_modules/@smithy/is-array-buffer/dist-cjs/index.js +0 -32
- package/node_modules/@smithy/is-array-buffer/dist-es/index.js +0 -2
- package/node_modules/@smithy/is-array-buffer/dist-types/index.d.ts +0 -4
- package/node_modules/@smithy/is-array-buffer/dist-types/ts3.4/index.d.ts +0 -4
- package/node_modules/@smithy/is-array-buffer/package.json +0 -60
- package/node_modules/@smithy/util-buffer-from/LICENSE +0 -201
- package/node_modules/@smithy/util-buffer-from/README.md +0 -10
- package/node_modules/@smithy/util-buffer-from/dist-cjs/index.js +0 -47
- package/node_modules/@smithy/util-buffer-from/dist-es/index.js +0 -14
- package/node_modules/@smithy/util-buffer-from/dist-types/index.d.ts +0 -13
- package/node_modules/@smithy/util-buffer-from/dist-types/ts3.4/index.d.ts +0 -13
- package/node_modules/@smithy/util-buffer-from/package.json +0 -61
- package/node_modules/@smithy/util-utf8/LICENSE +0 -201
- package/node_modules/@smithy/util-utf8/README.md +0 -4
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.browser.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/fromUtf8.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/index.js +0 -65
- package/node_modules/@smithy/util-utf8/dist-cjs/toUint8Array.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.browser.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-cjs/toUtf8.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.browser.js +0 -1
- package/node_modules/@smithy/util-utf8/dist-es/fromUtf8.js +0 -5
- package/node_modules/@smithy/util-utf8/dist-es/index.js +0 -3
- package/node_modules/@smithy/util-utf8/dist-es/toUint8Array.js +0 -10
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.browser.js +0 -9
- package/node_modules/@smithy/util-utf8/dist-es/toUtf8.js +0 -10
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@smithy/util-utf8/dist-types/fromUtf8.d.ts +0 -1
- package/node_modules/@smithy/util-utf8/dist-types/index.d.ts +0 -3
- package/node_modules/@smithy/util-utf8/dist-types/toUint8Array.d.ts +0 -1
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.browser.d.ts +0 -7
- package/node_modules/@smithy/util-utf8/dist-types/toUtf8.d.ts +0 -7
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.browser.d.ts +0 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/fromUtf8.d.ts +0 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUint8Array.d.ts +0 -1
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.browser.d.ts +0 -7
- package/node_modules/@smithy/util-utf8/dist-types/ts3.4/toUtf8.d.ts +0 -7
- package/node_modules/@smithy/util-utf8/package.json +0 -66
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.1077.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.616",
|
|
4086
|
+
"fingerprint": "ZoLdl3kATOA0G1fMoNae4Tnxbl0KEXETMbYcX8ug3k4="
|
|
4087
4087
|
}
|
package/lib/resolve.js
CHANGED
|
@@ -39,7 +39,7 @@ const child_process_1 = require("child_process");
|
|
|
39
39
|
const path = __importStar(require("path"));
|
|
40
40
|
const aws_cdk_lib_1 = require("aws-cdk-lib");
|
|
41
41
|
class AwsCdkResolver {
|
|
42
|
-
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.
|
|
42
|
+
static [JSII_RTTI_SYMBOL_1] = { fqn: "@cdk8s/awscdk-resolver.AwsCdkResolver", version: "0.0.616" };
|
|
43
43
|
resolve(context) {
|
|
44
44
|
if (!aws_cdk_lib_1.Token.isUnresolved(context.value)) {
|
|
45
45
|
return;
|
|
@@ -10,9 +10,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
10
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
11
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
12
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
13
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
14
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
15
|
const { AwsQueryProtocol } = require("@aws-sdk/core/protocols");
|
|
16
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
17
|
|
|
17
18
|
const defaultCloudFormationHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
19
|
return {
|
|
@@ -67,7 +68,7 @@ const commonParams = {
|
|
|
67
68
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
69
|
};
|
|
69
70
|
|
|
70
|
-
var version = "3.
|
|
71
|
+
var version = "3.1076.0";
|
|
71
72
|
var packageInfo = {
|
|
72
73
|
version: version};
|
|
73
74
|
|
|
@@ -650,6 +651,7 @@ const _D = "Description";
|
|
|
650
651
|
const _DAL = "DescribeAccountLimits";
|
|
651
652
|
const _DALI = "DescribeAccountLimitsInput";
|
|
652
653
|
const _DALO = "DescribeAccountLimitsOutput";
|
|
654
|
+
const _DC = "DeploymentConfig";
|
|
653
655
|
const _DCS = "DeleteChangeSet";
|
|
654
656
|
const _DCSH = "DescribeChangeSetHooks";
|
|
655
657
|
const _DCSHI = "DescribeChangeSetHooksInput";
|
|
@@ -760,8 +762,9 @@ const _DTer = "DeregisterType";
|
|
|
760
762
|
const _DTes = "DescribeType";
|
|
761
763
|
const _DTi = "DifferenceType";
|
|
762
764
|
const _DU = "DocumentationUrl";
|
|
763
|
-
const _DV = "
|
|
765
|
+
const _DV = "DisableValidation";
|
|
764
766
|
const _DVI = "DefaultVersionId";
|
|
767
|
+
const _DVe = "DefaultValue";
|
|
765
768
|
const _De = "Details";
|
|
766
769
|
const _Des = "Destination";
|
|
767
770
|
const _Det = "Detection";
|
|
@@ -949,6 +952,7 @@ const _MR = "MaxResults";
|
|
|
949
952
|
const _MTIM = "MonitoringTimeInMinutes";
|
|
950
953
|
const _MV = "MajorVersion";
|
|
951
954
|
const _Me = "Metadata";
|
|
955
|
+
const _Mo = "Mode";
|
|
952
956
|
const _N = "Name";
|
|
953
957
|
const _NAEE = "NameAlreadyExistsException";
|
|
954
958
|
const _NARN = "NotificationARNs";
|
|
@@ -1596,8 +1600,8 @@ var ContinueUpdateRollbackOutput$ = [3, n0, _CURO,
|
|
|
1596
1600
|
];
|
|
1597
1601
|
var CreateChangeSetInput$ = [3, n0, _CCSI,
|
|
1598
1602
|
0,
|
|
1599
|
-
[_SN, _CSN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
|
|
1600
|
-
[0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0], 2
|
|
1603
|
+
[_SN, _CSN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM, _DC, _DV],
|
|
1604
|
+
[0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0, () => DeploymentConfig$, 2], 2
|
|
1601
1605
|
];
|
|
1602
1606
|
var CreateChangeSetOutput$ = [3, n0, _CCSO,
|
|
1603
1607
|
0,
|
|
@@ -1616,8 +1620,8 @@ var CreateGeneratedTemplateOutput$ = [3, n0, _CGTO,
|
|
|
1616
1620
|
];
|
|
1617
1621
|
var CreateStackInput$ = [3, n0, _CSIr,
|
|
1618
1622
|
0,
|
|
1619
|
-
[_SN, _TB, _TURL, _P, _DR, _RCo, _TIM, _NARN, _Ca, _RTe, _RARN, _OF, _SPB, _SPURL, _Ta, _CRT, _ETP, _REOC],
|
|
1620
|
-
[0, 0, 0, () => _Parameters, 2, () => RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2], 1
|
|
1623
|
+
[_SN, _TB, _TURL, _P, _DR, _RCo, _TIM, _NARN, _Ca, _RTe, _RARN, _OF, _SPB, _SPURL, _Ta, _CRT, _ETP, _REOC, _DC, _DV],
|
|
1624
|
+
[0, 0, 0, () => _Parameters, 2, () => RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2, () => DeploymentConfig$, 2], 1
|
|
1621
1625
|
];
|
|
1622
1626
|
var CreateStackInstancesInput$ = [3, n0, _CSII,
|
|
1623
1627
|
0,
|
|
@@ -1691,8 +1695,8 @@ var DeleteGeneratedTemplateInput$ = [3, n0, _DGTI,
|
|
|
1691
1695
|
];
|
|
1692
1696
|
var DeleteStackInput$ = [3, n0, _DSI,
|
|
1693
1697
|
0,
|
|
1694
|
-
[_SN, _RR, _RARN, _CRT, _DMe],
|
|
1695
|
-
[0, 64 | 0, 0, 0, 0], 1
|
|
1698
|
+
[_SN, _RR, _RARN, _CRT, _DMe, _DC],
|
|
1699
|
+
[0, 64 | 0, 0, 0, 0, () => DeploymentConfig$], 1
|
|
1696
1700
|
];
|
|
1697
1701
|
var DeleteStackInstancesInput$ = [3, n0, _DSII,
|
|
1698
1702
|
0,
|
|
@@ -1714,6 +1718,11 @@ var DeleteStackSetOutput$ = [3, n0, _DSSO,
|
|
|
1714
1718
|
[],
|
|
1715
1719
|
[]
|
|
1716
1720
|
];
|
|
1721
|
+
var DeploymentConfig$ = [3, n0, _DC,
|
|
1722
|
+
0,
|
|
1723
|
+
[_Mo, _DR],
|
|
1724
|
+
[0, 2]
|
|
1725
|
+
];
|
|
1717
1726
|
var DeploymentTargets$ = [3, n0, _DT,
|
|
1718
1727
|
0,
|
|
1719
1728
|
[_Ac, _AUc, _OUI, _AFT],
|
|
@@ -1756,8 +1765,8 @@ var DescribeChangeSetInput$ = [3, n0, _DCSIe,
|
|
|
1756
1765
|
];
|
|
1757
1766
|
var DescribeChangeSetOutput$ = [3, n0, _DCSOe,
|
|
1758
1767
|
0,
|
|
1759
|
-
[_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _SDS, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER, _DM],
|
|
1760
|
-
[0, 0, 0, 0, 0, () => _Parameters, 4, 0, 0, 0, 0, 64 | 0, () => RollbackConfiguration$, 64 | 0, () => Tags, () => Changes, 0, 2, 0, 0, 0, 2, 0]
|
|
1768
|
+
[_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _SDS, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER, _DM, _DC],
|
|
1769
|
+
[0, 0, 0, 0, 0, () => _Parameters, 4, 0, 0, 0, 0, 64 | 0, () => RollbackConfiguration$, 64 | 0, () => Tags, () => Changes, 0, 2, 0, 0, 0, 2, 0, () => DeploymentConfig$]
|
|
1761
1770
|
];
|
|
1762
1771
|
var DescribeEventsInput$ = [3, n0, _DEI,
|
|
1763
1772
|
0,
|
|
@@ -2326,7 +2335,7 @@ var ParameterConstraints$ = [3, n0, _PCa,
|
|
|
2326
2335
|
];
|
|
2327
2336
|
var ParameterDeclaration$ = [3, n0, _PD,
|
|
2328
2337
|
0,
|
|
2329
|
-
[_PK,
|
|
2338
|
+
[_PK, _DVe, _PTa, _NE, _D, _PCa],
|
|
2330
2339
|
[0, 0, 0, 2, 0, () => ParameterConstraints$]
|
|
2331
2340
|
];
|
|
2332
2341
|
var PhysicalResourceIdContextKeyValuePair$ = [3, n0, _PRICKVP,
|
|
@@ -2446,8 +2455,8 @@ var RollbackConfiguration$ = [3, n0, _RCo,
|
|
|
2446
2455
|
];
|
|
2447
2456
|
var RollbackStackInput$ = [3, n0, _RSIo,
|
|
2448
2457
|
0,
|
|
2449
|
-
[_SN, _RARN, _CRT, _REOC],
|
|
2450
|
-
[0, 0, 0, 2], 1
|
|
2458
|
+
[_SN, _RARN, _CRT, _REOC, _DC],
|
|
2459
|
+
[0, 0, 0, 2, () => DeploymentConfig$], 1
|
|
2451
2460
|
];
|
|
2452
2461
|
var RollbackStackOutput$ = [3, n0, _RSO,
|
|
2453
2462
|
0,
|
|
@@ -2506,8 +2515,8 @@ var SignalResourceInput$ = [3, n0, _SRIi,
|
|
|
2506
2515
|
];
|
|
2507
2516
|
var Stack$ = [3, n0, _Sta,
|
|
2508
2517
|
0,
|
|
2509
|
-
[_SN, _CT, _SSta, _SI, _CSI, _D, _P, _DTel, _LUT, _RCo, _SSR, _DR, _NARN, _TIM, _Ca, _Ou, _RARN, _Ta, _ETP, _PIa, _RIo, _DI, _REOC, _DMe, _DSet, _LO],
|
|
2510
|
-
[0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => RollbackConfiguration$, 0, 2, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
|
|
2518
|
+
[_SN, _CT, _SSta, _SI, _CSI, _D, _P, _DTel, _LUT, _RCo, _SSR, _DR, _DC, _NARN, _TIM, _Ca, _Ou, _RARN, _Ta, _ETP, _PIa, _RIo, _DI, _REOC, _DMe, _DSet, _LO],
|
|
2519
|
+
[0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => RollbackConfiguration$, 0, 2, () => DeploymentConfig$, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
|
|
2511
2520
|
];
|
|
2512
2521
|
var StackDefinition$ = [3, n0, _SDt,
|
|
2513
2522
|
0,
|
|
@@ -2676,7 +2685,7 @@ var TemplateConfiguration$ = [3, n0, _TCe,
|
|
|
2676
2685
|
];
|
|
2677
2686
|
var TemplateParameter$ = [3, n0, _TP,
|
|
2678
2687
|
0,
|
|
2679
|
-
[_PK,
|
|
2688
|
+
[_PK, _DVe, _NE, _D],
|
|
2680
2689
|
[0, 0, 2, 0]
|
|
2681
2690
|
];
|
|
2682
2691
|
var TemplateProgress$ = [3, n0, _TPe,
|
|
@@ -2741,8 +2750,8 @@ var UpdateGeneratedTemplateOutput$ = [3, n0, _UGTO,
|
|
|
2741
2750
|
];
|
|
2742
2751
|
var UpdateStackInput$ = [3, n0, _USI,
|
|
2743
2752
|
0,
|
|
2744
|
-
[_SN, _TB, _TURL, _UPT, _SPDUB, _SPDUURL, _P, _Ca, _RTe, _RARN, _RCo, _SPB, _SPURL, _NARN, _Ta, _DR, _CRT, _REOC],
|
|
2745
|
-
[0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2], 1
|
|
2753
|
+
[_SN, _TB, _TURL, _UPT, _SPDUB, _SPDUURL, _P, _Ca, _RTe, _RARN, _RCo, _SPB, _SPURL, _NARN, _Ta, _DR, _CRT, _REOC, _DC, _DV],
|
|
2754
|
+
[0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2, () => DeploymentConfig$, 2], 1
|
|
2746
2755
|
];
|
|
2747
2756
|
var UpdateStackInstancesInput$ = [3, n0, _USII,
|
|
2748
2757
|
0,
|
|
@@ -3273,6 +3282,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
3273
3282
|
serviceTarget: "CloudFormation",
|
|
3274
3283
|
},
|
|
3275
3284
|
serviceId: config?.serviceId ?? "CloudFormation",
|
|
3285
|
+
sha256: config?.sha256 ?? Sha256,
|
|
3276
3286
|
urlParser: config?.urlParser ?? parseUrl,
|
|
3277
3287
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
3278
3288
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -3306,7 +3316,6 @@ const getRuntimeConfig = (config) => {
|
|
|
3306
3316
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
3307
3317
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
3308
3318
|
}, config),
|
|
3309
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
3310
3319
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
3311
3320
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
3312
3321
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -5706,6 +5715,10 @@ const ChangeSetType = {
|
|
|
5706
5715
|
IMPORT: "IMPORT",
|
|
5707
5716
|
UPDATE: "UPDATE",
|
|
5708
5717
|
};
|
|
5718
|
+
const DeploymentConfigMode = {
|
|
5719
|
+
EXPRESS: "EXPRESS",
|
|
5720
|
+
STANDARD: "STANDARD",
|
|
5721
|
+
};
|
|
5709
5722
|
const DeploymentMode = {
|
|
5710
5723
|
REVERT_DRIFT: "REVERT_DRIFT",
|
|
5711
5724
|
};
|
|
@@ -6174,6 +6187,8 @@ exports.DeleteStackSetCommand = DeleteStackSetCommand;
|
|
|
6174
6187
|
exports.DeleteStackSetInput$ = DeleteStackSetInput$;
|
|
6175
6188
|
exports.DeleteStackSetOutput$ = DeleteStackSetOutput$;
|
|
6176
6189
|
exports.DeletionMode = DeletionMode;
|
|
6190
|
+
exports.DeploymentConfig$ = DeploymentConfig$;
|
|
6191
|
+
exports.DeploymentConfigMode = DeploymentConfigMode;
|
|
6177
6192
|
exports.DeploymentMode = DeploymentMode;
|
|
6178
6193
|
exports.DeploymentTargets$ = DeploymentTargets$;
|
|
6179
6194
|
exports.DeprecatedStatus = DeprecatedStatus;
|
|
@@ -163,6 +163,10 @@ export const ChangeSetType = {
|
|
|
163
163
|
IMPORT: "IMPORT",
|
|
164
164
|
UPDATE: "UPDATE",
|
|
165
165
|
};
|
|
166
|
+
export const DeploymentConfigMode = {
|
|
167
|
+
EXPRESS: "EXPRESS",
|
|
168
|
+
STANDARD: "STANDARD",
|
|
169
|
+
};
|
|
166
170
|
export const DeploymentMode = {
|
|
167
171
|
REVERT_DRIFT: "REVERT_DRIFT",
|
|
168
172
|
};
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import packageInfo from "../package.json";
|
|
2
|
-
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
3
2
|
import { createDefaultUserAgentProvider } from "@aws-sdk/core/client";
|
|
4
3
|
import { invalidProvider, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
5
4
|
import { DEFAULT_USE_DUALSTACK_ENDPOINT, DEFAULT_USE_FIPS_ENDPOINT, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
@@ -23,7 +22,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
23
22
|
region: config?.region ?? invalidProvider("Region is missing"),
|
|
24
23
|
requestHandler: RequestHandler.create(config?.requestHandler ?? defaultConfigProvider),
|
|
25
24
|
retryMode: config?.retryMode ?? (async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE),
|
|
26
|
-
sha256: config?.sha256 ?? Sha256,
|
|
27
25
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
28
26
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? (() => Promise.resolve(DEFAULT_USE_DUALSTACK_ENDPOINT)),
|
|
29
27
|
useFipsEndpoint: config?.useFipsEndpoint ?? (() => Promise.resolve(DEFAULT_USE_FIPS_ENDPOINT)),
|
|
@@ -5,7 +5,7 @@ import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credentia
|
|
|
5
5
|
import { emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode } from "@smithy/core/client";
|
|
6
6
|
import { loadConfig as loadNodeConfig, NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, resolveDefaultsModeConfig, } from "@smithy/core/config";
|
|
7
7
|
import { DEFAULT_RETRY_MODE, NODE_MAX_ATTEMPT_CONFIG_OPTIONS, NODE_RETRY_MODE_CONFIG_OPTIONS, } from "@smithy/core/retry";
|
|
8
|
-
import { calculateBodyLength
|
|
8
|
+
import { calculateBodyLength } from "@smithy/core/serde";
|
|
9
9
|
import { NodeHttpHandler as RequestHandler, streamCollector } from "@smithy/node-http-handler";
|
|
10
10
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
11
11
|
export const getRuntimeConfig = (config) => {
|
|
@@ -35,7 +35,6 @@ export const getRuntimeConfig = (config) => {
|
|
|
35
35
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
36
36
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
37
37
|
}, config),
|
|
38
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
39
38
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
40
39
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadNodeConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
41
40
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadNodeConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
2
1
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
3
2
|
export const getRuntimeConfig = (config) => {
|
|
4
3
|
const browserDefaults = getBrowserRuntimeConfig(config);
|
|
@@ -6,6 +5,5 @@ export const getRuntimeConfig = (config) => {
|
|
|
6
5
|
...browserDefaults,
|
|
7
6
|
...config,
|
|
8
7
|
runtime: "react-native",
|
|
9
|
-
sha256: config?.sha256 ?? Sha256,
|
|
10
8
|
};
|
|
11
9
|
};
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4Signer } from "@aws-sdk/core/httpAuthSchemes";
|
|
2
2
|
import { AwsQueryProtocol } from "@aws-sdk/core/protocols";
|
|
3
|
+
import { Sha256 } from "@smithy/core/checksum";
|
|
3
4
|
import { NoOpLogger } from "@smithy/core/client";
|
|
4
5
|
import { parseUrl } from "@smithy/core/protocols";
|
|
5
6
|
import { fromBase64, fromUtf8, toBase64, toUtf8 } from "@smithy/core/serde";
|
|
@@ -32,6 +33,7 @@ export const getRuntimeConfig = (config) => {
|
|
|
32
33
|
serviceTarget: "CloudFormation",
|
|
33
34
|
},
|
|
34
35
|
serviceId: config?.serviceId ?? "CloudFormation",
|
|
36
|
+
sha256: config?.sha256 ?? Sha256,
|
|
35
37
|
urlParser: config?.urlParser ?? parseUrl,
|
|
36
38
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
37
39
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -102,6 +102,7 @@ const _D = "Description";
|
|
|
102
102
|
const _DAL = "DescribeAccountLimits";
|
|
103
103
|
const _DALI = "DescribeAccountLimitsInput";
|
|
104
104
|
const _DALO = "DescribeAccountLimitsOutput";
|
|
105
|
+
const _DC = "DeploymentConfig";
|
|
105
106
|
const _DCS = "DeleteChangeSet";
|
|
106
107
|
const _DCSH = "DescribeChangeSetHooks";
|
|
107
108
|
const _DCSHI = "DescribeChangeSetHooksInput";
|
|
@@ -212,8 +213,9 @@ const _DTer = "DeregisterType";
|
|
|
212
213
|
const _DTes = "DescribeType";
|
|
213
214
|
const _DTi = "DifferenceType";
|
|
214
215
|
const _DU = "DocumentationUrl";
|
|
215
|
-
const _DV = "
|
|
216
|
+
const _DV = "DisableValidation";
|
|
216
217
|
const _DVI = "DefaultVersionId";
|
|
218
|
+
const _DVe = "DefaultValue";
|
|
217
219
|
const _De = "Details";
|
|
218
220
|
const _Des = "Destination";
|
|
219
221
|
const _Det = "Detection";
|
|
@@ -401,6 +403,7 @@ const _MR = "MaxResults";
|
|
|
401
403
|
const _MTIM = "MonitoringTimeInMinutes";
|
|
402
404
|
const _MV = "MajorVersion";
|
|
403
405
|
const _Me = "Metadata";
|
|
406
|
+
const _Mo = "Mode";
|
|
404
407
|
const _N = "Name";
|
|
405
408
|
const _NAEE = "NameAlreadyExistsException";
|
|
406
409
|
const _NARN = "NotificationARNs";
|
|
@@ -1051,8 +1054,8 @@ export var ContinueUpdateRollbackOutput$ = [3, n0, _CURO,
|
|
|
1051
1054
|
];
|
|
1052
1055
|
export var CreateChangeSetInput$ = [3, n0, _CCSI,
|
|
1053
1056
|
0,
|
|
1054
|
-
[_SN, _CSN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM],
|
|
1055
|
-
[0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0], 2
|
|
1057
|
+
[_SN, _CSN, _TB, _TURL, _UPT, _P, _Ca, _RTe, _RARN, _RCo, _NARN, _Ta, _CTl, _D, _CST, _RTI, _INS, _OSF, _IER, _DM, _DC, _DV],
|
|
1058
|
+
[0, 0, 0, 0, 2, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 64 | 0, () => Tags, 0, 0, 0, () => ResourcesToImport, 2, 0, 2, 0, () => DeploymentConfig$, 2], 2
|
|
1056
1059
|
];
|
|
1057
1060
|
export var CreateChangeSetOutput$ = [3, n0, _CCSO,
|
|
1058
1061
|
0,
|
|
@@ -1071,8 +1074,8 @@ export var CreateGeneratedTemplateOutput$ = [3, n0, _CGTO,
|
|
|
1071
1074
|
];
|
|
1072
1075
|
export var CreateStackInput$ = [3, n0, _CSIr,
|
|
1073
1076
|
0,
|
|
1074
|
-
[_SN, _TB, _TURL, _P, _DR, _RCo, _TIM, _NARN, _Ca, _RTe, _RARN, _OF, _SPB, _SPURL, _Ta, _CRT, _ETP, _REOC],
|
|
1075
|
-
[0, 0, 0, () => _Parameters, 2, () => RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2], 1
|
|
1077
|
+
[_SN, _TB, _TURL, _P, _DR, _RCo, _TIM, _NARN, _Ca, _RTe, _RARN, _OF, _SPB, _SPURL, _Ta, _CRT, _ETP, _REOC, _DC, _DV],
|
|
1078
|
+
[0, 0, 0, () => _Parameters, 2, () => RollbackConfiguration$, 1, 64 | 0, 64 | 0, 64 | 0, 0, 0, 0, 0, () => Tags, 0, 2, 2, () => DeploymentConfig$, 2], 1
|
|
1076
1079
|
];
|
|
1077
1080
|
export var CreateStackInstancesInput$ = [3, n0, _CSII,
|
|
1078
1081
|
0,
|
|
@@ -1146,8 +1149,8 @@ export var DeleteGeneratedTemplateInput$ = [3, n0, _DGTI,
|
|
|
1146
1149
|
];
|
|
1147
1150
|
export var DeleteStackInput$ = [3, n0, _DSI,
|
|
1148
1151
|
0,
|
|
1149
|
-
[_SN, _RR, _RARN, _CRT, _DMe],
|
|
1150
|
-
[0, 64 | 0, 0, 0, 0], 1
|
|
1152
|
+
[_SN, _RR, _RARN, _CRT, _DMe, _DC],
|
|
1153
|
+
[0, 64 | 0, 0, 0, 0, () => DeploymentConfig$], 1
|
|
1151
1154
|
];
|
|
1152
1155
|
export var DeleteStackInstancesInput$ = [3, n0, _DSII,
|
|
1153
1156
|
0,
|
|
@@ -1169,6 +1172,11 @@ export var DeleteStackSetOutput$ = [3, n0, _DSSO,
|
|
|
1169
1172
|
[],
|
|
1170
1173
|
[]
|
|
1171
1174
|
];
|
|
1175
|
+
export var DeploymentConfig$ = [3, n0, _DC,
|
|
1176
|
+
0,
|
|
1177
|
+
[_Mo, _DR],
|
|
1178
|
+
[0, 2]
|
|
1179
|
+
];
|
|
1172
1180
|
export var DeploymentTargets$ = [3, n0, _DT,
|
|
1173
1181
|
0,
|
|
1174
1182
|
[_Ac, _AUc, _OUI, _AFT],
|
|
@@ -1211,8 +1219,8 @@ export var DescribeChangeSetInput$ = [3, n0, _DCSIe,
|
|
|
1211
1219
|
];
|
|
1212
1220
|
export var DescribeChangeSetOutput$ = [3, n0, _DCSOe,
|
|
1213
1221
|
0,
|
|
1214
|
-
[_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _SDS, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER, _DM],
|
|
1215
|
-
[0, 0, 0, 0, 0, () => _Parameters, 4, 0, 0, 0, 0, 64 | 0, () => RollbackConfiguration$, 64 | 0, () => Tags, () => Changes, 0, 2, 0, 0, 0, 2, 0]
|
|
1222
|
+
[_CSN, _CSI, _SI, _SN, _D, _P, _CT, _ES, _S, _SR, _SDS, _NARN, _RCo, _Ca, _Ta, _Ch, _NT, _INS, _PCSI, _RCSI, _OSF, _IER, _DM, _DC],
|
|
1223
|
+
[0, 0, 0, 0, 0, () => _Parameters, 4, 0, 0, 0, 0, 64 | 0, () => RollbackConfiguration$, 64 | 0, () => Tags, () => Changes, 0, 2, 0, 0, 0, 2, 0, () => DeploymentConfig$]
|
|
1216
1224
|
];
|
|
1217
1225
|
export var DescribeEventsInput$ = [3, n0, _DEI,
|
|
1218
1226
|
0,
|
|
@@ -1781,7 +1789,7 @@ export var ParameterConstraints$ = [3, n0, _PCa,
|
|
|
1781
1789
|
];
|
|
1782
1790
|
export var ParameterDeclaration$ = [3, n0, _PD,
|
|
1783
1791
|
0,
|
|
1784
|
-
[_PK,
|
|
1792
|
+
[_PK, _DVe, _PTa, _NE, _D, _PCa],
|
|
1785
1793
|
[0, 0, 0, 2, 0, () => ParameterConstraints$]
|
|
1786
1794
|
];
|
|
1787
1795
|
export var PhysicalResourceIdContextKeyValuePair$ = [3, n0, _PRICKVP,
|
|
@@ -1901,8 +1909,8 @@ export var RollbackConfiguration$ = [3, n0, _RCo,
|
|
|
1901
1909
|
];
|
|
1902
1910
|
export var RollbackStackInput$ = [3, n0, _RSIo,
|
|
1903
1911
|
0,
|
|
1904
|
-
[_SN, _RARN, _CRT, _REOC],
|
|
1905
|
-
[0, 0, 0, 2], 1
|
|
1912
|
+
[_SN, _RARN, _CRT, _REOC, _DC],
|
|
1913
|
+
[0, 0, 0, 2, () => DeploymentConfig$], 1
|
|
1906
1914
|
];
|
|
1907
1915
|
export var RollbackStackOutput$ = [3, n0, _RSO,
|
|
1908
1916
|
0,
|
|
@@ -1961,8 +1969,8 @@ export var SignalResourceInput$ = [3, n0, _SRIi,
|
|
|
1961
1969
|
];
|
|
1962
1970
|
export var Stack$ = [3, n0, _Sta,
|
|
1963
1971
|
0,
|
|
1964
|
-
[_SN, _CT, _SSta, _SI, _CSI, _D, _P, _DTel, _LUT, _RCo, _SSR, _DR, _NARN, _TIM, _Ca, _Ou, _RARN, _Ta, _ETP, _PIa, _RIo, _DI, _REOC, _DMe, _DSet, _LO],
|
|
1965
|
-
[0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => RollbackConfiguration$, 0, 2, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
|
|
1972
|
+
[_SN, _CT, _SSta, _SI, _CSI, _D, _P, _DTel, _LUT, _RCo, _SSR, _DR, _DC, _NARN, _TIM, _Ca, _Ou, _RARN, _Ta, _ETP, _PIa, _RIo, _DI, _REOC, _DMe, _DSet, _LO],
|
|
1973
|
+
[0, 4, 0, 0, 0, 0, () => _Parameters, 4, 4, () => RollbackConfiguration$, 0, 2, () => DeploymentConfig$, 64 | 0, 1, 64 | 0, () => Outputs, 0, () => Tags, 2, 0, 0, () => StackDriftInformation$, 2, 0, 0, () => LastOperations], 3
|
|
1966
1974
|
];
|
|
1967
1975
|
export var StackDefinition$ = [3, n0, _SDt,
|
|
1968
1976
|
0,
|
|
@@ -2131,7 +2139,7 @@ export var TemplateConfiguration$ = [3, n0, _TCe,
|
|
|
2131
2139
|
];
|
|
2132
2140
|
export var TemplateParameter$ = [3, n0, _TP,
|
|
2133
2141
|
0,
|
|
2134
|
-
[_PK,
|
|
2142
|
+
[_PK, _DVe, _NE, _D],
|
|
2135
2143
|
[0, 0, 2, 0]
|
|
2136
2144
|
];
|
|
2137
2145
|
export var TemplateProgress$ = [3, n0, _TPe,
|
|
@@ -2196,8 +2204,8 @@ export var UpdateGeneratedTemplateOutput$ = [3, n0, _UGTO,
|
|
|
2196
2204
|
];
|
|
2197
2205
|
export var UpdateStackInput$ = [3, n0, _USI,
|
|
2198
2206
|
0,
|
|
2199
|
-
[_SN, _TB, _TURL, _UPT, _SPDUB, _SPDUURL, _P, _Ca, _RTe, _RARN, _RCo, _SPB, _SPURL, _NARN, _Ta, _DR, _CRT, _REOC],
|
|
2200
|
-
[0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2], 1
|
|
2207
|
+
[_SN, _TB, _TURL, _UPT, _SPDUB, _SPDUURL, _P, _Ca, _RTe, _RARN, _RCo, _SPB, _SPURL, _NARN, _Ta, _DR, _CRT, _REOC, _DC, _DV],
|
|
2208
|
+
[0, 0, 0, 2, 0, 0, () => _Parameters, 64 | 0, 64 | 0, 0, () => RollbackConfiguration$, 0, 0, 64 | 0, () => Tags, 2, 0, 2, () => DeploymentConfig$, 2], 1
|
|
2201
2209
|
];
|
|
2202
2210
|
export var UpdateStackInstancesInput$ = [3, n0, _USII,
|
|
2203
2211
|
0,
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts
CHANGED
|
@@ -111,6 +111,11 @@ declare const CreateChangeSetCommand_base: {
|
|
|
111
111
|
* OnStackFailure: "DO_NOTHING" || "ROLLBACK" || "DELETE",
|
|
112
112
|
* ImportExistingResources: true || false,
|
|
113
113
|
* DeploymentMode: "REVERT_DRIFT",
|
|
114
|
+
* DeploymentConfig: { // DeploymentConfig
|
|
115
|
+
* Mode: "STANDARD" || "EXPRESS",
|
|
116
|
+
* DisableRollback: true || false,
|
|
117
|
+
* },
|
|
118
|
+
* DisableValidation: true || false,
|
|
114
119
|
* };
|
|
115
120
|
* const command = new CreateChangeSetCommand(input);
|
|
116
121
|
* const response = await client.send(command);
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts
CHANGED
|
@@ -87,6 +87,11 @@ declare const CreateStackCommand_base: {
|
|
|
87
87
|
* ClientRequestToken: "STRING_VALUE",
|
|
88
88
|
* EnableTerminationProtection: true || false,
|
|
89
89
|
* RetainExceptOnCreate: true || false,
|
|
90
|
+
* DeploymentConfig: { // DeploymentConfig
|
|
91
|
+
* Mode: "STANDARD" || "EXPRESS",
|
|
92
|
+
* DisableRollback: true || false,
|
|
93
|
+
* },
|
|
94
|
+
* DisableValidation: true || false,
|
|
90
95
|
* };
|
|
91
96
|
* const command = new CreateStackCommand(input);
|
|
92
97
|
* const response = await client.send(command);
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts
CHANGED
|
@@ -50,6 +50,10 @@ declare const DeleteStackCommand_base: {
|
|
|
50
50
|
* RoleARN: "STRING_VALUE",
|
|
51
51
|
* ClientRequestToken: "STRING_VALUE",
|
|
52
52
|
* DeletionMode: "STANDARD" || "FORCE_DELETE_STACK",
|
|
53
|
+
* DeploymentConfig: { // DeploymentConfig
|
|
54
|
+
* Mode: "STANDARD" || "EXPRESS",
|
|
55
|
+
* DisableRollback: true || false,
|
|
56
|
+
* },
|
|
53
57
|
* };
|
|
54
58
|
* const command = new DeleteStackCommand(input);
|
|
55
59
|
* const response = await client.send(command);
|
|
@@ -151,6 +151,10 @@ declare const DescribeChangeSetCommand_base: {
|
|
|
151
151
|
* // OnStackFailure: "DO_NOTHING" || "ROLLBACK" || "DELETE",
|
|
152
152
|
* // ImportExistingResources: true || false,
|
|
153
153
|
* // DeploymentMode: "REVERT_DRIFT",
|
|
154
|
+
* // DeploymentConfig: { // DeploymentConfig
|
|
155
|
+
* // Mode: "STANDARD" || "EXPRESS",
|
|
156
|
+
* // DisableRollback: true || false,
|
|
157
|
+
* // },
|
|
154
158
|
* // };
|
|
155
159
|
*
|
|
156
160
|
* ```
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts
CHANGED
|
@@ -80,6 +80,10 @@ declare const DescribeStacksCommand_base: {
|
|
|
80
80
|
* // StackStatus: "CREATE_IN_PROGRESS" || "CREATE_FAILED" || "CREATE_COMPLETE" || "ROLLBACK_IN_PROGRESS" || "ROLLBACK_FAILED" || "ROLLBACK_COMPLETE" || "DELETE_IN_PROGRESS" || "DELETE_FAILED" || "DELETE_COMPLETE" || "UPDATE_IN_PROGRESS" || "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS" || "UPDATE_COMPLETE" || "UPDATE_FAILED" || "UPDATE_ROLLBACK_IN_PROGRESS" || "UPDATE_ROLLBACK_FAILED" || "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS" || "UPDATE_ROLLBACK_COMPLETE" || "REVIEW_IN_PROGRESS" || "IMPORT_IN_PROGRESS" || "IMPORT_COMPLETE" || "IMPORT_ROLLBACK_IN_PROGRESS" || "IMPORT_ROLLBACK_FAILED" || "IMPORT_ROLLBACK_COMPLETE", // required
|
|
81
81
|
* // StackStatusReason: "STRING_VALUE",
|
|
82
82
|
* // DisableRollback: true || false,
|
|
83
|
+
* // DeploymentConfig: { // DeploymentConfig
|
|
84
|
+
* // Mode: "STANDARD" || "EXPRESS",
|
|
85
|
+
* // DisableRollback: true || false,
|
|
86
|
+
* // },
|
|
83
87
|
* // NotificationARNs: [ // NotificationARNs
|
|
84
88
|
* // "STRING_VALUE",
|
|
85
89
|
* // ],
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts
CHANGED
|
@@ -77,6 +77,10 @@ declare const RollbackStackCommand_base: {
|
|
|
77
77
|
* RoleARN: "STRING_VALUE",
|
|
78
78
|
* ClientRequestToken: "STRING_VALUE",
|
|
79
79
|
* RetainExceptOnCreate: true || false,
|
|
80
|
+
* DeploymentConfig: { // DeploymentConfig
|
|
81
|
+
* Mode: "STANDARD" || "EXPRESS",
|
|
82
|
+
* DisableRollback: true || false,
|
|
83
|
+
* },
|
|
80
84
|
* };
|
|
81
85
|
* const command = new RollbackStackCommand(input);
|
|
82
86
|
* const response = await client.send(command);
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts
CHANGED
|
@@ -89,6 +89,11 @@ declare const UpdateStackCommand_base: {
|
|
|
89
89
|
* DisableRollback: true || false,
|
|
90
90
|
* ClientRequestToken: "STRING_VALUE",
|
|
91
91
|
* RetainExceptOnCreate: true || false,
|
|
92
|
+
* DeploymentConfig: { // DeploymentConfig
|
|
93
|
+
* Mode: "STANDARD" || "EXPRESS",
|
|
94
|
+
* DisableRollback: true || false,
|
|
95
|
+
* },
|
|
96
|
+
* DisableValidation: true || false,
|
|
92
97
|
* };
|
|
93
98
|
* const command = new UpdateStackCommand(input);
|
|
94
99
|
* const response = await client.send(command);
|
|
@@ -403,6 +403,18 @@ export declare const ChangeSetType: {
|
|
|
403
403
|
* @public
|
|
404
404
|
*/
|
|
405
405
|
export type ChangeSetType = (typeof ChangeSetType)[keyof typeof ChangeSetType];
|
|
406
|
+
/**
|
|
407
|
+
* @public
|
|
408
|
+
* @enum
|
|
409
|
+
*/
|
|
410
|
+
export declare const DeploymentConfigMode: {
|
|
411
|
+
readonly EXPRESS: "EXPRESS";
|
|
412
|
+
readonly STANDARD: "STANDARD";
|
|
413
|
+
};
|
|
414
|
+
/**
|
|
415
|
+
* @public
|
|
416
|
+
*/
|
|
417
|
+
export type DeploymentConfigMode = (typeof DeploymentConfigMode)[keyof typeof DeploymentConfigMode];
|
|
406
418
|
/**
|
|
407
419
|
* @public
|
|
408
420
|
* @enum
|