@cdk8s/awscdk-resolver 0.0.614 → 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 +5 -5
- 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
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { AccountFilterType, AccountGateStatus, AfterValueFrom, AnnotationSeverityLevel, AnnotationStatus, AttributeChangeType, BeaconStackOperationStatus, BeforeValueFrom, CallAs, Capability, Category, ChangeAction, ChangeSetHooksStatus, ChangeSetStatus, ChangeSetType, ChangeSource, ChangeType, ConcurrencyMode, DeletionMode, DeploymentMode, DeprecatedStatus, DetailedStatus, DifferenceType, DriftIgnoredReason, EvaluationType, EventType, ExecutionStatus, GeneratedTemplateDeletionPolicy, GeneratedTemplateResourceStatus, GeneratedTemplateStatus, GeneratedTemplateUpdateReplacePolicy, HandlerErrorCode, HookFailureMode, HookInvocationPoint, HookStatus, HookTargetAction, HookTargetType, IdentityProvider, ListHookResultsTargetType, OnFailure, OnStackFailure, OperationResultFilterName, OperationStatus, OperationType, OrganizationStatus, PermissionModels, PolicyAction, ProvisioningType, PublisherStatus, RegionConcurrencyType, RegistrationStatus, RegistryType, Replacement, RequiresRecreation, ResourceAttribute, ResourceScanStatus, ResourceSignalStatus, ResourceStatus, ScanType, StackDriftDetectionStatus, StackDriftStatus, StackInstanceDetailedStatus, StackInstanceFilterName, StackInstanceStatus, StackRefactorActionEntity, StackRefactorActionType, StackRefactorDetection, StackRefactorExecutionStatus, StackRefactorStatus, StackResourceDriftStatus, StackSetDriftDetectionStatus, StackSetDriftStatus, StackSetOperationAction, StackSetOperationResultStatus, StackSetOperationStatus, StackSetStatus, StackStatus, TemplateFormat, TemplateStage, ThirdPartyType, TypeTestsStatus, ValidationStatus, VersionBump, Visibility, WarningType } from "./enums";
|
|
1
|
+
import type { AccountFilterType, AccountGateStatus, AfterValueFrom, AnnotationSeverityLevel, AnnotationStatus, AttributeChangeType, BeaconStackOperationStatus, BeforeValueFrom, CallAs, Capability, Category, ChangeAction, ChangeSetHooksStatus, ChangeSetStatus, ChangeSetType, ChangeSource, ChangeType, ConcurrencyMode, DeletionMode, DeploymentConfigMode, DeploymentMode, DeprecatedStatus, DetailedStatus, DifferenceType, DriftIgnoredReason, EvaluationType, EventType, ExecutionStatus, GeneratedTemplateDeletionPolicy, GeneratedTemplateResourceStatus, GeneratedTemplateStatus, GeneratedTemplateUpdateReplacePolicy, HandlerErrorCode, HookFailureMode, HookInvocationPoint, HookStatus, HookTargetAction, HookTargetType, IdentityProvider, ListHookResultsTargetType, OnFailure, OnStackFailure, OperationResultFilterName, OperationStatus, OperationType, OrganizationStatus, PermissionModels, PolicyAction, ProvisioningType, PublisherStatus, RegionConcurrencyType, RegistrationStatus, RegistryType, Replacement, RequiresRecreation, ResourceAttribute, ResourceScanStatus, ResourceSignalStatus, ResourceStatus, ScanType, StackDriftDetectionStatus, StackDriftStatus, StackInstanceDetailedStatus, StackInstanceFilterName, StackInstanceStatus, StackRefactorActionEntity, StackRefactorActionType, StackRefactorDetection, StackRefactorExecutionStatus, StackRefactorStatus, StackResourceDriftStatus, StackSetDriftDetectionStatus, StackSetDriftStatus, StackSetOperationAction, StackSetOperationResultStatus, StackSetOperationStatus, StackSetStatus, StackStatus, TemplateFormat, TemplateStage, ThirdPartyType, TypeTestsStatus, ValidationStatus, VersionBump, Visibility, WarningType } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>Structure that contains the results of the account gate function which CloudFormation invokes,
|
|
4
4
|
* if present, before proceeding with a StackSet operation in an account and Region.</p>
|
|
@@ -1209,6 +1209,38 @@ export interface ContinueUpdateRollbackInput {
|
|
|
1209
1209
|
*/
|
|
1210
1210
|
export interface ContinueUpdateRollbackOutput {
|
|
1211
1211
|
}
|
|
1212
|
+
/**
|
|
1213
|
+
* <p>The deployment configuration for a stack operation, including the deployment mode.</p>
|
|
1214
|
+
* @public
|
|
1215
|
+
*/
|
|
1216
|
+
export interface DeploymentConfig {
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>Specifies the deployment mode for the stack operation. Possible values are:</p>
|
|
1219
|
+
* <ul>
|
|
1220
|
+
* <li>
|
|
1221
|
+
* <p>
|
|
1222
|
+
* <code>STANDARD</code> - Use the standard deployment behavior, ensuring resources are
|
|
1223
|
+
* ready to serve traffic before completing the operation. This is the default. You do not need
|
|
1224
|
+
* to specify this value explicitly.</p>
|
|
1225
|
+
* </li>
|
|
1226
|
+
* <li>
|
|
1227
|
+
* <p>
|
|
1228
|
+
* <code>EXPRESS</code> - Complete the stack operation when resource configuration is
|
|
1229
|
+
* applied, without waiting for resources to become ready to serve traffic. Resources continue
|
|
1230
|
+
* becoming ready in the background.</p>
|
|
1231
|
+
* </li>
|
|
1232
|
+
* </ul>
|
|
1233
|
+
* @public
|
|
1234
|
+
*/
|
|
1235
|
+
Mode?: DeploymentConfigMode | undefined;
|
|
1236
|
+
/**
|
|
1237
|
+
* <p>Specifies whether to disable rollback of the stack if the stack operation fails.</p>
|
|
1238
|
+
* <p>Default: <code>false</code>
|
|
1239
|
+
* </p>
|
|
1240
|
+
* @public
|
|
1241
|
+
*/
|
|
1242
|
+
DisableRollback?: boolean | undefined;
|
|
1243
|
+
}
|
|
1212
1244
|
/**
|
|
1213
1245
|
* <p>The <code>Parameter</code> data type.</p>
|
|
1214
1246
|
* @public
|
|
@@ -1668,6 +1700,22 @@ export interface CreateChangeSetInput {
|
|
|
1668
1700
|
* @public
|
|
1669
1701
|
*/
|
|
1670
1702
|
DeploymentMode?: DeploymentMode | undefined;
|
|
1703
|
+
/**
|
|
1704
|
+
* <p>The deployment configuration for this stack operation, including the deployment
|
|
1705
|
+
* mode.</p>
|
|
1706
|
+
* @public
|
|
1707
|
+
*/
|
|
1708
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
1709
|
+
/**
|
|
1710
|
+
* <p>
|
|
1711
|
+
* Set to <code>true</code> to disable pre-deployment validations in changeset or stack operations.
|
|
1712
|
+
* </p>
|
|
1713
|
+
* <p>
|
|
1714
|
+
* Default: <code>false</code>
|
|
1715
|
+
* </p>
|
|
1716
|
+
* @public
|
|
1717
|
+
*/
|
|
1718
|
+
DisableValidation?: boolean | undefined;
|
|
1671
1719
|
}
|
|
1672
1720
|
/**
|
|
1673
1721
|
* <p>The output for the <a>CreateChangeSet</a> action.</p>
|
|
@@ -2079,6 +2127,22 @@ export interface CreateStackInput {
|
|
|
2079
2127
|
* @public
|
|
2080
2128
|
*/
|
|
2081
2129
|
RetainExceptOnCreate?: boolean | undefined;
|
|
2130
|
+
/**
|
|
2131
|
+
* <p>The deployment configuration for this stack operation, including the deployment
|
|
2132
|
+
* mode.</p>
|
|
2133
|
+
* @public
|
|
2134
|
+
*/
|
|
2135
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
2136
|
+
/**
|
|
2137
|
+
* <p>
|
|
2138
|
+
* Set to <code>true</code> to disable pre-deployment validations in changeset or stack operations.
|
|
2139
|
+
* </p>
|
|
2140
|
+
* <p>
|
|
2141
|
+
* Default: <code>false</code>
|
|
2142
|
+
* </p>
|
|
2143
|
+
* @public
|
|
2144
|
+
*/
|
|
2145
|
+
DisableValidation?: boolean | undefined;
|
|
2082
2146
|
}
|
|
2083
2147
|
/**
|
|
2084
2148
|
* <p>The output for a <a>CreateStack</a> action.</p>
|
|
@@ -2877,6 +2941,12 @@ export interface DeleteStackInput {
|
|
|
2877
2941
|
* @public
|
|
2878
2942
|
*/
|
|
2879
2943
|
DeletionMode?: DeletionMode | undefined;
|
|
2944
|
+
/**
|
|
2945
|
+
* <p>The deployment configuration for this stack operation, including the deployment
|
|
2946
|
+
* mode.</p>
|
|
2947
|
+
* @public
|
|
2948
|
+
*/
|
|
2949
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
2880
2950
|
}
|
|
2881
2951
|
/**
|
|
2882
2952
|
* @public
|
|
@@ -3280,6 +3350,11 @@ export interface DescribeChangeSetOutput {
|
|
|
3280
3350
|
* @public
|
|
3281
3351
|
*/
|
|
3282
3352
|
DeploymentMode?: DeploymentMode | undefined;
|
|
3353
|
+
/**
|
|
3354
|
+
* <p>The deployment configuration specified when the change set was created.</p>
|
|
3355
|
+
* @public
|
|
3356
|
+
*/
|
|
3357
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
3283
3358
|
}
|
|
3284
3359
|
/**
|
|
3285
3360
|
* @public
|
|
@@ -3366,7 +3441,9 @@ export interface EventFilter {
|
|
|
3366
3441
|
*/
|
|
3367
3442
|
export interface DescribeEventsInput {
|
|
3368
3443
|
/**
|
|
3369
|
-
* <p>The name or unique stack ID for which you want to retrieve events
|
|
3444
|
+
* <p>The name or unique stack ID for which you want to retrieve events. If you specified the
|
|
3445
|
+
* name of a change set, specify the stack name or ID (ARN) of the change set you want to
|
|
3446
|
+
* describe.</p>
|
|
3370
3447
|
* @public
|
|
3371
3448
|
*/
|
|
3372
3449
|
StackName?: string | undefined;
|
|
@@ -5357,6 +5434,12 @@ export interface Stack {
|
|
|
5357
5434
|
* @public
|
|
5358
5435
|
*/
|
|
5359
5436
|
DisableRollback?: boolean | undefined;
|
|
5437
|
+
/**
|
|
5438
|
+
* <p>The deployment configuration for the stack, including the deployment mode used for stack
|
|
5439
|
+
* operations.</p>
|
|
5440
|
+
* @public
|
|
5441
|
+
*/
|
|
5442
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
5360
5443
|
/**
|
|
5361
5444
|
* <p>Amazon SNS topic Amazon Resource Names (ARNs) to which stack related events are published.</p>
|
|
5362
5445
|
* @public
|
|
@@ -10150,6 +10233,12 @@ export interface RollbackStackInput {
|
|
|
10150
10233
|
* @public
|
|
10151
10234
|
*/
|
|
10152
10235
|
RetainExceptOnCreate?: boolean | undefined;
|
|
10236
|
+
/**
|
|
10237
|
+
* <p>The deployment configuration for this stack operation, including the deployment
|
|
10238
|
+
* mode.</p>
|
|
10239
|
+
* @public
|
|
10240
|
+
*/
|
|
10241
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
10153
10242
|
}
|
|
10154
10243
|
/**
|
|
10155
10244
|
* @public
|
|
@@ -10799,6 +10888,22 @@ export interface UpdateStackInput {
|
|
|
10799
10888
|
* @public
|
|
10800
10889
|
*/
|
|
10801
10890
|
RetainExceptOnCreate?: boolean | undefined;
|
|
10891
|
+
/**
|
|
10892
|
+
* <p>The deployment configuration for this stack operation, including the deployment
|
|
10893
|
+
* mode.</p>
|
|
10894
|
+
* @public
|
|
10895
|
+
*/
|
|
10896
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
10897
|
+
/**
|
|
10898
|
+
* <p>
|
|
10899
|
+
* Set to <code>true</code> to disable pre-deployment validations in changeset or stack operations.
|
|
10900
|
+
* </p>
|
|
10901
|
+
* <p>
|
|
10902
|
+
* Default: <code>false</code>
|
|
10903
|
+
* </p>
|
|
10904
|
+
* @public
|
|
10905
|
+
*/
|
|
10906
|
+
DisableValidation?: boolean | undefined;
|
|
10802
10907
|
}
|
|
10803
10908
|
/**
|
|
10804
10909
|
* <p>The output for an <a>UpdateStack</a> action.</p>
|
|
@@ -13,7 +13,6 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
|
14
14
|
requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
|
|
15
15
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
16
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
17
16
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
18
17
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
18
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
@@ -24,6 +23,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
24
23
|
[setting: string]: unknown;
|
|
25
24
|
};
|
|
26
25
|
apiVersion: string;
|
|
26
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
29
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -14,7 +14,6 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
14
14
|
region: string | import("@smithy/types").Provider<string>;
|
|
15
15
|
requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
|
|
16
16
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
17
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
18
17
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
19
18
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
19
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
@@ -26,6 +25,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
26
25
|
[setting: string]: unknown;
|
|
27
26
|
};
|
|
28
27
|
apiVersion: string;
|
|
28
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
29
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
30
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
31
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -4,7 +4,6 @@ import type { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
|
4
4
|
*/
|
|
5
5
|
export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
6
6
|
runtime: string;
|
|
7
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
8
7
|
requestHandler: import("@smithy/types").NodeHttpHandlerOptions | import("@smithy/types").FetchHttpHandlerOptions | Record<string, unknown> | import("@smithy/core/protocols").HttpHandler<any> | import("@smithy/fetch-http-handler").FetchHttpHandler;
|
|
9
8
|
cacheMiddleware?: boolean;
|
|
10
9
|
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core/protocols").AwsQueryProtocol;
|
|
@@ -13,6 +12,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
13
12
|
[setting: string]: unknown;
|
|
14
13
|
};
|
|
15
14
|
apiVersion: string;
|
|
15
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
16
16
|
urlParser: import("@smithy/types").UrlParser;
|
|
17
17
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
18
18
|
streamCollector: (stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob) => Promise<Uint8Array>;
|
|
@@ -21,6 +21,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
21
21
|
defaultNamespace?: string;
|
|
22
22
|
};
|
|
23
23
|
serviceId: string;
|
|
24
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
24
25
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
26
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
26
27
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -79,6 +79,7 @@ export declare var DeleteStackInstancesInput$: StaticStructureSchema;
|
|
|
79
79
|
export declare var DeleteStackInstancesOutput$: StaticStructureSchema;
|
|
80
80
|
export declare var DeleteStackSetInput$: StaticStructureSchema;
|
|
81
81
|
export declare var DeleteStackSetOutput$: StaticStructureSchema;
|
|
82
|
+
export declare var DeploymentConfig$: StaticStructureSchema;
|
|
82
83
|
export declare var DeploymentTargets$: StaticStructureSchema;
|
|
83
84
|
export declare var DeregisterTypeInput$: StaticStructureSchema;
|
|
84
85
|
export declare var DeregisterTypeOutput$: StaticStructureSchema;
|
|
@@ -213,6 +213,12 @@ export declare const ChangeSetType: {
|
|
|
213
213
|
readonly UPDATE: "UPDATE";
|
|
214
214
|
};
|
|
215
215
|
export type ChangeSetType = (typeof ChangeSetType)[keyof typeof ChangeSetType];
|
|
216
|
+
export declare const DeploymentConfigMode: {
|
|
217
|
+
readonly EXPRESS: "EXPRESS";
|
|
218
|
+
readonly STANDARD: "STANDARD";
|
|
219
|
+
};
|
|
220
|
+
export type DeploymentConfigMode =
|
|
221
|
+
(typeof DeploymentConfigMode)[keyof typeof DeploymentConfigMode];
|
|
216
222
|
export declare const DeploymentMode: {
|
|
217
223
|
readonly REVERT_DRIFT: "REVERT_DRIFT";
|
|
218
224
|
};
|
|
@@ -18,6 +18,7 @@ import {
|
|
|
18
18
|
ChangeType,
|
|
19
19
|
ConcurrencyMode,
|
|
20
20
|
DeletionMode,
|
|
21
|
+
DeploymentConfigMode,
|
|
21
22
|
DeploymentMode,
|
|
22
23
|
DeprecatedStatus,
|
|
23
24
|
DetailedStatus,
|
|
@@ -252,6 +253,10 @@ export interface ContinueUpdateRollbackInput {
|
|
|
252
253
|
ClientRequestToken?: string | undefined;
|
|
253
254
|
}
|
|
254
255
|
export interface ContinueUpdateRollbackOutput {}
|
|
256
|
+
export interface DeploymentConfig {
|
|
257
|
+
Mode?: DeploymentConfigMode | undefined;
|
|
258
|
+
DisableRollback?: boolean | undefined;
|
|
259
|
+
}
|
|
255
260
|
export interface Parameter {
|
|
256
261
|
ParameterKey?: string | undefined;
|
|
257
262
|
ParameterValue?: string | undefined;
|
|
@@ -296,6 +301,8 @@ export interface CreateChangeSetInput {
|
|
|
296
301
|
OnStackFailure?: OnStackFailure | undefined;
|
|
297
302
|
ImportExistingResources?: boolean | undefined;
|
|
298
303
|
DeploymentMode?: DeploymentMode | undefined;
|
|
304
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
305
|
+
DisableValidation?: boolean | undefined;
|
|
299
306
|
}
|
|
300
307
|
export interface CreateChangeSetOutput {
|
|
301
308
|
Id?: string | undefined;
|
|
@@ -338,6 +345,8 @@ export interface CreateStackInput {
|
|
|
338
345
|
ClientRequestToken?: string | undefined;
|
|
339
346
|
EnableTerminationProtection?: boolean | undefined;
|
|
340
347
|
RetainExceptOnCreate?: boolean | undefined;
|
|
348
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
349
|
+
DisableValidation?: boolean | undefined;
|
|
341
350
|
}
|
|
342
351
|
export interface CreateStackOutput {
|
|
343
352
|
StackId?: string | undefined;
|
|
@@ -438,6 +447,7 @@ export interface DeleteStackInput {
|
|
|
438
447
|
RoleARN?: string | undefined;
|
|
439
448
|
ClientRequestToken?: string | undefined;
|
|
440
449
|
DeletionMode?: DeletionMode | undefined;
|
|
450
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
441
451
|
}
|
|
442
452
|
export interface DeleteStackInstancesInput {
|
|
443
453
|
StackSetName: string | undefined;
|
|
@@ -501,6 +511,7 @@ export interface DescribeChangeSetOutput {
|
|
|
501
511
|
OnStackFailure?: OnStackFailure | undefined;
|
|
502
512
|
ImportExistingResources?: boolean | undefined;
|
|
503
513
|
DeploymentMode?: DeploymentMode | undefined;
|
|
514
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
504
515
|
}
|
|
505
516
|
export interface DescribeChangeSetHooksInput {
|
|
506
517
|
ChangeSetName: string | undefined;
|
|
@@ -824,6 +835,7 @@ export interface Stack {
|
|
|
824
835
|
StackStatus: StackStatus | undefined;
|
|
825
836
|
StackStatusReason?: string | undefined;
|
|
826
837
|
DisableRollback?: boolean | undefined;
|
|
838
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
827
839
|
NotificationARNs?: string[] | undefined;
|
|
828
840
|
TimeoutInMinutes?: number | undefined;
|
|
829
841
|
Capabilities?: Capability[] | undefined;
|
|
@@ -1555,6 +1567,7 @@ export interface RollbackStackInput {
|
|
|
1555
1567
|
RoleARN?: string | undefined;
|
|
1556
1568
|
ClientRequestToken?: string | undefined;
|
|
1557
1569
|
RetainExceptOnCreate?: boolean | undefined;
|
|
1570
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
1558
1571
|
}
|
|
1559
1572
|
export interface RollbackStackOutput {
|
|
1560
1573
|
StackId?: string | undefined;
|
|
@@ -1641,6 +1654,8 @@ export interface UpdateStackInput {
|
|
|
1641
1654
|
DisableRollback?: boolean | undefined;
|
|
1642
1655
|
ClientRequestToken?: string | undefined;
|
|
1643
1656
|
RetainExceptOnCreate?: boolean | undefined;
|
|
1657
|
+
DeploymentConfig?: DeploymentConfig | undefined;
|
|
1658
|
+
DisableValidation?: boolean | undefined;
|
|
1644
1659
|
}
|
|
1645
1660
|
export interface UpdateStackOutput {
|
|
1646
1661
|
StackId?: string | undefined;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts
CHANGED
|
@@ -20,7 +20,6 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
20
20
|
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
24
23
|
streamCollector: (
|
|
25
24
|
stream:
|
|
26
25
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -21,7 +21,6 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
21
21
|
| RequestHandler
|
|
22
22
|
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
25
24
|
streamCollector: (
|
|
26
25
|
stream:
|
|
27
26
|
| import("stream").Readable
|
|
@@ -42,6 +41,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
42
41
|
[setting: string]: unknown;
|
|
43
42
|
};
|
|
44
43
|
apiVersion: string;
|
|
44
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
45
45
|
urlParser: import("@smithy/types").UrlParser;
|
|
46
46
|
base64Decoder: import("@smithy/types").Decoder;
|
|
47
47
|
base64Encoder: (_input: Uint8Array | string) => string;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts
CHANGED
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { CloudFormationClientConfig } from "./CloudFormationClient";
|
|
2
2
|
export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
3
3
|
runtime: string;
|
|
4
|
-
sha256: import("@smithy/types").HashConstructor;
|
|
5
4
|
requestHandler:
|
|
6
5
|
| import("@smithy/types").NodeHttpHandlerOptions
|
|
7
6
|
| import("@smithy/types").FetchHttpHandlerOptions
|
|
@@ -18,6 +17,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
18
17
|
[setting: string]: unknown;
|
|
19
18
|
};
|
|
20
19
|
apiVersion: string;
|
|
20
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
21
21
|
urlParser: import("@smithy/types").UrlParser;
|
|
22
22
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
23
23
|
streamCollector: (
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.shared.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
|
24
24
|
defaultNamespace?: string;
|
|
25
25
|
};
|
|
26
26
|
serviceId: string;
|
|
27
|
+
sha256: import("@smithy/types").HashConstructor;
|
|
27
28
|
urlParser: import("@smithy/types").UrlParser;
|
|
28
29
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
29
30
|
utf8Encoder: (input: Uint8Array | string) => string;
|
|
@@ -78,6 +78,7 @@ export declare var DeleteStackInstancesInput$: StaticStructureSchema;
|
|
|
78
78
|
export declare var DeleteStackInstancesOutput$: StaticStructureSchema;
|
|
79
79
|
export declare var DeleteStackSetInput$: StaticStructureSchema;
|
|
80
80
|
export declare var DeleteStackSetOutput$: StaticStructureSchema;
|
|
81
|
+
export declare var DeploymentConfig$: StaticStructureSchema;
|
|
81
82
|
export declare var DeploymentTargets$: StaticStructureSchema;
|
|
82
83
|
export declare var DeregisterTypeInput$: StaticStructureSchema;
|
|
83
84
|
export declare var DeregisterTypeOutput$: StaticStructureSchema;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-cloudformation",
|
|
3
3
|
"description": "AWS SDK for JavaScript Cloudformation Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1077.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline",
|
|
@@ -21,14 +21,12 @@
|
|
|
21
21
|
"module": "./dist-es/index.js",
|
|
22
22
|
"sideEffects": false,
|
|
23
23
|
"dependencies": {
|
|
24
|
-
"@aws-
|
|
25
|
-
"@aws-
|
|
26
|
-
"@aws-sdk/core": "^3.974.24",
|
|
27
|
-
"@aws-sdk/credential-provider-node": "^3.972.59",
|
|
24
|
+
"@aws-sdk/core": "^3.974.25",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "^3.972.60",
|
|
28
26
|
"@aws-sdk/types": "^3.973.14",
|
|
29
|
-
"@smithy/core": "^3.
|
|
30
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
31
|
-
"@smithy/node-http-handler": "^4.9.
|
|
27
|
+
"@smithy/core": "^3.28.0",
|
|
28
|
+
"@smithy/fetch-http-handler": "^5.6.1",
|
|
29
|
+
"@smithy/node-http-handler": "^4.9.1",
|
|
32
30
|
"@smithy/types": "^4.15.0",
|
|
33
31
|
"tslib": "^2.6.2"
|
|
34
32
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/core",
|
|
3
|
-
"version": "3.974.
|
|
3
|
+
"version": "3.974.25",
|
|
4
4
|
"description": "Core functions & classes shared by multiple AWS SDK clients.",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
@@ -78,8 +78,7 @@
|
|
|
78
78
|
"./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.browser.js"
|
|
79
79
|
},
|
|
80
80
|
"react-native": {
|
|
81
|
-
"./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.native.js"
|
|
82
|
-
"./dist-cjs/submodules/client/index.js": "./dist-cjs/submodules/client/index.native.js"
|
|
81
|
+
"./dist-es/submodules/client/index.js": "./dist-es/submodules/client/index.native.js"
|
|
83
82
|
},
|
|
84
83
|
"files": [
|
|
85
84
|
"./account-id-endpoint.d.ts",
|
|
@@ -107,8 +106,8 @@
|
|
|
107
106
|
"@aws-sdk/types": "^3.973.14",
|
|
108
107
|
"@aws-sdk/xml-builder": "^3.972.32",
|
|
109
108
|
"@aws/lambda-invoke-store": "^0.2.2",
|
|
110
|
-
"@smithy/core": "^3.
|
|
111
|
-
"@smithy/signature-v4": "^5.
|
|
109
|
+
"@smithy/core": "^3.28.0",
|
|
110
|
+
"@smithy/signature-v4": "^5.6.0",
|
|
112
111
|
"@smithy/types": "^4.15.0",
|
|
113
112
|
"bowser": "^2.11.0",
|
|
114
113
|
"tslib": "^2.6.2"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-env",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.51",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from known environment variables",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "^3.974.
|
|
29
|
+
"@aws-sdk/core": "^3.974.25",
|
|
30
30
|
"@aws-sdk/types": "^3.973.14",
|
|
31
|
-
"@smithy/core": "^3.
|
|
31
|
+
"@smithy/core": "^3.28.0",
|
|
32
32
|
"@smithy/types": "^4.15.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-http",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.53",
|
|
4
4
|
"description": "AWS credential provider for containers and HTTP sources",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
},
|
|
37
37
|
"license": "Apache-2.0",
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@aws-sdk/core": "^3.974.
|
|
39
|
+
"@aws-sdk/core": "^3.974.25",
|
|
40
40
|
"@aws-sdk/types": "^3.973.14",
|
|
41
|
-
"@smithy/core": "^3.
|
|
42
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
43
|
-
"@smithy/node-http-handler": "^4.9.
|
|
41
|
+
"@smithy/core": "^3.28.0",
|
|
42
|
+
"@smithy/fetch-http-handler": "^5.6.1",
|
|
43
|
+
"@smithy/node-http-handler": "^4.9.1",
|
|
44
44
|
"@smithy/types": "^4.15.0",
|
|
45
45
|
"tslib": "^2.6.2"
|
|
46
46
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-ini",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.58",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,17 +28,17 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
32
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
33
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
34
|
-
"@aws-sdk/credential-provider-login": "^3.972.
|
|
35
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
36
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
37
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
38
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
31
|
+
"@aws-sdk/core": "^3.974.25",
|
|
32
|
+
"@aws-sdk/credential-provider-env": "^3.972.51",
|
|
33
|
+
"@aws-sdk/credential-provider-http": "^3.972.53",
|
|
34
|
+
"@aws-sdk/credential-provider-login": "^3.972.57",
|
|
35
|
+
"@aws-sdk/credential-provider-process": "^3.972.51",
|
|
36
|
+
"@aws-sdk/credential-provider-sso": "^3.972.57",
|
|
37
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.57",
|
|
38
|
+
"@aws-sdk/nested-clients": "^3.997.25",
|
|
39
39
|
"@aws-sdk/types": "^3.973.14",
|
|
40
|
-
"@smithy/core": "^3.
|
|
41
|
-
"@smithy/credential-provider-imds": "^4.4.
|
|
40
|
+
"@smithy/core": "^3.28.0",
|
|
41
|
+
"@smithy/credential-provider-imds": "^4.4.4",
|
|
42
42
|
"@smithy/types": "^4.15.0",
|
|
43
43
|
"tslib": "^2.6.2"
|
|
44
44
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-login",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.57",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from aws login cached tokens",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
32
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
31
|
+
"@aws-sdk/core": "^3.974.25",
|
|
32
|
+
"@aws-sdk/nested-clients": "^3.997.25",
|
|
33
33
|
"@aws-sdk/types": "^3.973.14",
|
|
34
|
-
"@smithy/core": "^3.
|
|
34
|
+
"@smithy/core": "^3.28.0",
|
|
35
35
|
"@smithy/types": "^4.15.0",
|
|
36
36
|
"tslib": "^2.6.2"
|
|
37
37
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-node",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.60",
|
|
4
4
|
"description": "AWS credential provider that sources credentials from a Node.JS environment. ",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -31,15 +31,15 @@
|
|
|
31
31
|
},
|
|
32
32
|
"license": "Apache-2.0",
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@aws-sdk/credential-provider-env": "^3.972.
|
|
35
|
-
"@aws-sdk/credential-provider-http": "^3.972.
|
|
36
|
-
"@aws-sdk/credential-provider-ini": "^3.972.
|
|
37
|
-
"@aws-sdk/credential-provider-process": "^3.972.
|
|
38
|
-
"@aws-sdk/credential-provider-sso": "^3.972.
|
|
39
|
-
"@aws-sdk/credential-provider-web-identity": "^3.972.
|
|
34
|
+
"@aws-sdk/credential-provider-env": "^3.972.51",
|
|
35
|
+
"@aws-sdk/credential-provider-http": "^3.972.53",
|
|
36
|
+
"@aws-sdk/credential-provider-ini": "^3.972.58",
|
|
37
|
+
"@aws-sdk/credential-provider-process": "^3.972.51",
|
|
38
|
+
"@aws-sdk/credential-provider-sso": "^3.972.57",
|
|
39
|
+
"@aws-sdk/credential-provider-web-identity": "^3.972.57",
|
|
40
40
|
"@aws-sdk/types": "^3.973.14",
|
|
41
|
-
"@smithy/core": "^3.
|
|
42
|
-
"@smithy/credential-provider-imds": "^4.4.
|
|
41
|
+
"@smithy/core": "^3.28.0",
|
|
42
|
+
"@smithy/credential-provider-imds": "^4.4.4",
|
|
43
43
|
"@smithy/types": "^4.15.0",
|
|
44
44
|
"tslib": "^2.6.2"
|
|
45
45
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-process",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.51",
|
|
4
4
|
"description": "AWS credential provider that sources credential_process from ~/.aws/credentials and ~/.aws/config",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/core": "^3.974.
|
|
29
|
+
"@aws-sdk/core": "^3.974.25",
|
|
30
30
|
"@aws-sdk/types": "^3.973.14",
|
|
31
|
-
"@smithy/core": "^3.
|
|
31
|
+
"@smithy/core": "^3.28.0",
|
|
32
32
|
"@smithy/types": "^4.15.0",
|
|
33
33
|
"tslib": "^2.6.2"
|
|
34
34
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/credential-provider-sso",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.57",
|
|
4
4
|
"description": "AWS credential provider that exchanges a resolved SSO login token file for temporary AWS credentials",
|
|
5
5
|
"main": "./dist-cjs/index.js",
|
|
6
6
|
"module": "./dist-es/index.js",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
},
|
|
29
29
|
"license": "Apache-2.0",
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@aws-sdk/core": "^3.974.
|
|
32
|
-
"@aws-sdk/nested-clients": "^3.997.
|
|
33
|
-
"@aws-sdk/token-providers": "3.
|
|
31
|
+
"@aws-sdk/core": "^3.974.25",
|
|
32
|
+
"@aws-sdk/nested-clients": "^3.997.25",
|
|
33
|
+
"@aws-sdk/token-providers": "3.1077.0",
|
|
34
34
|
"@aws-sdk/types": "^3.973.14",
|
|
35
|
-
"@smithy/core": "^3.
|
|
35
|
+
"@smithy/core": "^3.28.0",
|
|
36
36
|
"@smithy/types": "^4.15.0",
|
|
37
37
|
"tslib": "^2.6.2"
|
|
38
38
|
},
|