@cdk8s/awscdk-resolver 0.0.225 → 0.0.226
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 +610 -478
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/CloudFormationClient.js +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +81 -54
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_1.js +3 -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 +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-cloudformation/package.json +44 -44
- package/node_modules/@aws-sdk/client-sso/dist-cjs/index.js +57 -42
- package/node_modules/@aws-sdk/client-sso/dist-es/SSOClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-es/models/models_0.js +8 -8
- package/node_modules/@aws-sdk/client-sso/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/runtimeConfig.native.d.ts +15 -5
- package/node_modules/@aws-sdk/client-sso/package.json +40 -40
- package/node_modules/@aws-sdk/client-sso-oidc/dist-cjs/index.js +295 -92
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/SSOOIDCClient.js +1 -0
- package/node_modules/@aws-sdk/client-sso-oidc/dist-es/models/models_0.js +58 -28
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +42 -42
- package/node_modules/@aws-sdk/client-sts/dist-cjs/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-cjs/index.js +115 -104
- package/node_modules/@aws-sdk/client-sts/dist-es/STSClient.js +1 -0
- package/node_modules/@aws-sdk/client-sts/dist-es/models/models_0.js +16 -16
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-sts/dist-types/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.browser.d.ts +5 -3
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.d.ts +9 -7
- package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/runtimeConfig.native.d.ts +20 -8
- package/node_modules/@aws-sdk/client-sts/package.json +42 -42
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +18 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +3 -4
- package/node_modules/@aws-sdk/core/package.json +12 -12
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-http/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +12 -17
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +16 -16
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +11 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +15 -15
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +3 -5
- package/node_modules/@aws-sdk/credential-provider-process/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +5 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +9 -9
- package/node_modules/@aws-sdk/middleware-host-header/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +2 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +13 -17
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +9 -9
- package/node_modules/@aws-sdk/region-config-resolver/package.json +8 -8
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +5 -7
- package/node_modules/@aws-sdk/token-providers/package.json +9 -9
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-endpoints/package.json +6 -6
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +1 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +8 -8
- package/node_modules/@smithy/abort-controller/dist-cjs/index.js +8 -6
- package/node_modules/@smithy/abort-controller/package.json +3 -3
- package/node_modules/@smithy/config-resolver/dist-cjs/index.js +8 -12
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveCustomEndpointsConfig.d.ts +3 -0
- package/node_modules/@smithy/config-resolver/dist-types/ts3.4/endpointsConfig/resolveEndpointsConfig.d.ts +4 -1
- package/node_modules/@smithy/config-resolver/package.json +6 -6
- package/node_modules/@smithy/core/dist-cjs/index.js +19 -16
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/cbor/cbor-types.d.ts +1 -0
- package/node_modules/@smithy/core/package.json +10 -10
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +10 -11
- package/node_modules/@smithy/credential-provider-imds/dist-types/remoteProvider/httpRequest.d.ts +1 -0
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +8 -9
- package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
- package/node_modules/@smithy/hash-node/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/hash-node/package.json +6 -6
- package/node_modules/@smithy/invalid-dependency/package.json +5 -2
- package/node_modules/@smithy/is-array-buffer/package.json +5 -4
- package/node_modules/@smithy/middleware-content-length/package.json +4 -4
- package/node_modules/@smithy/middleware-endpoint/dist-cjs/index.js +7 -9
- package/node_modules/@smithy/middleware-endpoint/package.json +9 -9
- package/node_modules/@smithy/middleware-retry/dist-cjs/index.js +18 -17
- package/node_modules/@smithy/middleware-retry/package.json +9 -9
- package/node_modules/@smithy/middleware-serde/dist-cjs/index.js +1 -2
- package/node_modules/@smithy/middleware-serde/package.json +3 -3
- package/node_modules/@smithy/middleware-stack/dist-cjs/index.js +4 -12
- package/node_modules/@smithy/middleware-stack/dist-types/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/dist-types/ts3.4/MiddlewareStack.d.ts +3 -0
- package/node_modules/@smithy/middleware-stack/package.json +3 -3
- package/node_modules/@smithy/node-config-provider/dist-types/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/configLoader.d.ts +9 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromSharedConfigFiles.d.ts +7 -0
- package/node_modules/@smithy/node-config-provider/dist-types/ts3.4/fromStatic.d.ts +6 -0
- package/node_modules/@smithy/node-config-provider/package.json +6 -6
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +36 -36
- package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
- package/node_modules/@smithy/node-http-handler/dist-types/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-connection-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-keep-alive.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/set-socket-timeout.d.ts +2 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/dist-types/stream-collector/readable.mock.d.ts +1 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http-handler.d.ts +8 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-connection-manager.d.ts +3 -0
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/node-http2-handler.d.ts +6 -1
- package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/stream-collector/index.d.ts +4 -0
- package/node_modules/@smithy/node-http-handler/package.json +7 -7
- package/node_modules/@smithy/property-provider/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/property-provider/package.json +3 -3
- package/node_modules/@smithy/protocol-http/dist-cjs/index.js +16 -12
- package/node_modules/@smithy/protocol-http/dist-types/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpHandler.d.ts +0 -2
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpRequest.d.ts +3 -1
- package/node_modules/@smithy/protocol-http/dist-types/ts3.4/httpResponse.d.ts +13 -0
- package/node_modules/@smithy/protocol-http/package.json +3 -3
- package/node_modules/@smithy/querystring-builder/package.json +4 -4
- package/node_modules/@smithy/querystring-parser/package.json +3 -3
- package/node_modules/@smithy/service-error-classification/dist-cjs/index.js +4 -14
- package/node_modules/@smithy/service-error-classification/package.json +3 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getProfileName.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFilepath.d.ts +1 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/getSSOTokenFromFile.d.ts +2 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSharedConfigFiles.d.ts +10 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/loadSsoSessionData.d.ts +7 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/parseKnownFiles.d.ts +3 -0
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/ts3.4/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/dist-types/types.d.ts +6 -3
- package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -4
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +16 -14
- package/node_modules/@smithy/signature-v4/dist-types/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/SignatureV4.d.ts +9 -0
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/credentialDerivation.d.ts +13 -9
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalHeaders.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getCanonicalQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/getPayloadHash.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/moveHeadersToQuery.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/dist-types/ts3.4/prepareRequest.d.ts +1 -1
- package/node_modules/@smithy/signature-v4/package.json +9 -9
- package/node_modules/@smithy/smithy-client/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/smithy-client/package.json +9 -9
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +2 -0
- package/node_modules/@smithy/types/dist-types/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/blob/blob-payload-input-types.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/client.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/config.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/manager.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/connection/pool.d.ts +8 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/encode.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/EndpointRuleObject.d.ts +12 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/ErrorRuleObject.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/RuleSetObject.d.ts +9 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/TreeRuleObject.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/endpoints/shared.d.ts +30 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/eventStream.d.ts +31 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/extensions/checksum.d.ts +3 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/http/httpHandlerInitialization.d.ts +3 -2
- package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +6 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/serde.d.ts +1 -0
- package/node_modules/@smithy/types/dist-types/ts3.4/streaming-payload/streaming-blob-payload-input-types.d.ts +1 -1
- package/node_modules/@smithy/types/dist-types/ts3.4/transfer.d.ts +8 -0
- package/node_modules/@smithy/types/package.json +2 -2
- package/node_modules/@smithy/url-parser/package.json +6 -3
- package/node_modules/@smithy/util-base64/package.json +8 -7
- package/node_modules/@smithy/util-body-length-browser/package.json +7 -3
- package/node_modules/@smithy/util-body-length-node/package.json +6 -5
- package/node_modules/@smithy/util-buffer-from/package.json +7 -6
- package/node_modules/@smithy/util-config-provider/package.json +6 -5
- package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -6
- package/node_modules/@smithy/util-defaults-mode-node/dist-cjs/index.js +2 -2
- package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -9
- package/node_modules/@smithy/util-endpoints/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/util-endpoints/package.json +5 -5
- package/node_modules/@smithy/util-hex-encoding/package.json +5 -4
- package/node_modules/@smithy/util-middleware/package.json +4 -4
- package/node_modules/@smithy/util-retry/dist-cjs/index.js +27 -21
- package/node_modules/@smithy/util-retry/package.json +5 -5
- package/node_modules/@smithy/util-stream/dist-cjs/index.js +4 -3
- package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +1 -1
- package/node_modules/@smithy/util-stream/dist-types/checksum/ChecksumStream.d.ts +1 -0
- package/node_modules/@smithy/util-stream/package.json +10 -10
- package/node_modules/@smithy/util-uri-escape/package.json +5 -4
- package/node_modules/@smithy/util-utf8/package.json +6 -5
- package/node_modules/@smithy/util-waiter/dist-cjs/index.js +4 -6
- package/node_modules/@smithy/util-waiter/package.json +4 -4
- package/package.json +3 -3
@@ -14,6 +14,7 @@ import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
14
14
|
import { resolveRuntimeExtensions } from "./runtimeExtensions";
|
15
15
|
export { __Client };
|
16
16
|
export class CloudFormationClient extends __Client {
|
17
|
+
config;
|
17
18
|
constructor(...[configuration]) {
|
18
19
|
const _config_0 = __getRuntimeConfig(configuration || {});
|
19
20
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
@@ -11,27 +11,29 @@ export const AccountGateStatus = {
|
|
11
11
|
SUCCEEDED: "SUCCEEDED",
|
12
12
|
};
|
13
13
|
export class InvalidOperationException extends __BaseException {
|
14
|
+
name = "InvalidOperationException";
|
15
|
+
$fault = "client";
|
16
|
+
Message;
|
14
17
|
constructor(opts) {
|
15
18
|
super({
|
16
19
|
name: "InvalidOperationException",
|
17
20
|
$fault: "client",
|
18
21
|
...opts,
|
19
22
|
});
|
20
|
-
this.name = "InvalidOperationException";
|
21
|
-
this.$fault = "client";
|
22
23
|
Object.setPrototypeOf(this, InvalidOperationException.prototype);
|
23
24
|
this.Message = opts.Message;
|
24
25
|
}
|
25
26
|
}
|
26
27
|
export class OperationNotFoundException extends __BaseException {
|
28
|
+
name = "OperationNotFoundException";
|
29
|
+
$fault = "client";
|
30
|
+
Message;
|
27
31
|
constructor(opts) {
|
28
32
|
super({
|
29
33
|
name: "OperationNotFoundException",
|
30
34
|
$fault: "client",
|
31
35
|
...opts,
|
32
36
|
});
|
33
|
-
this.name = "OperationNotFoundException";
|
34
|
-
this.$fault = "client";
|
35
37
|
Object.setPrototypeOf(this, OperationNotFoundException.prototype);
|
36
38
|
this.Message = opts.Message;
|
37
39
|
}
|
@@ -46,40 +48,43 @@ export const VersionBump = {
|
|
46
48
|
MINOR: "MINOR",
|
47
49
|
};
|
48
50
|
export class CFNRegistryException extends __BaseException {
|
51
|
+
name = "CFNRegistryException";
|
52
|
+
$fault = "client";
|
53
|
+
Message;
|
49
54
|
constructor(opts) {
|
50
55
|
super({
|
51
56
|
name: "CFNRegistryException",
|
52
57
|
$fault: "client",
|
53
58
|
...opts,
|
54
59
|
});
|
55
|
-
this.name = "CFNRegistryException";
|
56
|
-
this.$fault = "client";
|
57
60
|
Object.setPrototypeOf(this, CFNRegistryException.prototype);
|
58
61
|
this.Message = opts.Message;
|
59
62
|
}
|
60
63
|
}
|
61
64
|
export class TypeNotFoundException extends __BaseException {
|
65
|
+
name = "TypeNotFoundException";
|
66
|
+
$fault = "client";
|
67
|
+
Message;
|
62
68
|
constructor(opts) {
|
63
69
|
super({
|
64
70
|
name: "TypeNotFoundException",
|
65
71
|
$fault: "client",
|
66
72
|
...opts,
|
67
73
|
});
|
68
|
-
this.name = "TypeNotFoundException";
|
69
|
-
this.$fault = "client";
|
70
74
|
Object.setPrototypeOf(this, TypeNotFoundException.prototype);
|
71
75
|
this.Message = opts.Message;
|
72
76
|
}
|
73
77
|
}
|
74
78
|
export class AlreadyExistsException extends __BaseException {
|
79
|
+
name = "AlreadyExistsException";
|
80
|
+
$fault = "client";
|
81
|
+
Message;
|
75
82
|
constructor(opts) {
|
76
83
|
super({
|
77
84
|
name: "AlreadyExistsException",
|
78
85
|
$fault: "client",
|
79
86
|
...opts,
|
80
87
|
});
|
81
|
-
this.name = "AlreadyExistsException";
|
82
|
-
this.$fault = "client";
|
83
88
|
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
84
89
|
this.Message = opts.Message;
|
85
90
|
}
|
@@ -90,14 +95,15 @@ export const AttributeChangeType = {
|
|
90
95
|
Remove: "Remove",
|
91
96
|
};
|
92
97
|
export class TypeConfigurationNotFoundException extends __BaseException {
|
98
|
+
name = "TypeConfigurationNotFoundException";
|
99
|
+
$fault = "client";
|
100
|
+
Message;
|
93
101
|
constructor(opts) {
|
94
102
|
super({
|
95
103
|
name: "TypeConfigurationNotFoundException",
|
96
104
|
$fault: "client",
|
97
105
|
...opts,
|
98
106
|
});
|
99
|
-
this.name = "TypeConfigurationNotFoundException";
|
100
|
-
this.$fault = "client";
|
101
107
|
Object.setPrototypeOf(this, TypeConfigurationNotFoundException.prototype);
|
102
108
|
this.Message = opts.Message;
|
103
109
|
}
|
@@ -107,14 +113,15 @@ export const CallAs = {
|
|
107
113
|
SELF: "SELF",
|
108
114
|
};
|
109
115
|
export class TokenAlreadyExistsException extends __BaseException {
|
116
|
+
name = "TokenAlreadyExistsException";
|
117
|
+
$fault = "client";
|
118
|
+
Message;
|
110
119
|
constructor(opts) {
|
111
120
|
super({
|
112
121
|
name: "TokenAlreadyExistsException",
|
113
122
|
$fault: "client",
|
114
123
|
...opts,
|
115
124
|
});
|
116
|
-
this.name = "TokenAlreadyExistsException";
|
117
|
-
this.$fault = "client";
|
118
125
|
Object.setPrototypeOf(this, TokenAlreadyExistsException.prototype);
|
119
126
|
this.Message = opts.Message;
|
120
127
|
}
|
@@ -194,14 +201,15 @@ export const ChangeSetHooksStatus = {
|
|
194
201
|
UNAVAILABLE: "UNAVAILABLE",
|
195
202
|
};
|
196
203
|
export class ChangeSetNotFoundException extends __BaseException {
|
204
|
+
name = "ChangeSetNotFoundException";
|
205
|
+
$fault = "client";
|
206
|
+
Message;
|
197
207
|
constructor(opts) {
|
198
208
|
super({
|
199
209
|
name: "ChangeSetNotFoundException",
|
200
210
|
$fault: "client",
|
201
211
|
...opts,
|
202
212
|
});
|
203
|
-
this.name = "ChangeSetNotFoundException";
|
204
|
-
this.$fault = "client";
|
205
213
|
Object.setPrototypeOf(this, ChangeSetNotFoundException.prototype);
|
206
214
|
this.Message = opts.Message;
|
207
215
|
}
|
@@ -235,40 +243,43 @@ export const OnStackFailure = {
|
|
235
243
|
ROLLBACK: "ROLLBACK",
|
236
244
|
};
|
237
245
|
export class InsufficientCapabilitiesException extends __BaseException {
|
246
|
+
name = "InsufficientCapabilitiesException";
|
247
|
+
$fault = "client";
|
248
|
+
Message;
|
238
249
|
constructor(opts) {
|
239
250
|
super({
|
240
251
|
name: "InsufficientCapabilitiesException",
|
241
252
|
$fault: "client",
|
242
253
|
...opts,
|
243
254
|
});
|
244
|
-
this.name = "InsufficientCapabilitiesException";
|
245
|
-
this.$fault = "client";
|
246
255
|
Object.setPrototypeOf(this, InsufficientCapabilitiesException.prototype);
|
247
256
|
this.Message = opts.Message;
|
248
257
|
}
|
249
258
|
}
|
250
259
|
export class LimitExceededException extends __BaseException {
|
260
|
+
name = "LimitExceededException";
|
261
|
+
$fault = "client";
|
262
|
+
Message;
|
251
263
|
constructor(opts) {
|
252
264
|
super({
|
253
265
|
name: "LimitExceededException",
|
254
266
|
$fault: "client",
|
255
267
|
...opts,
|
256
268
|
});
|
257
|
-
this.name = "LimitExceededException";
|
258
|
-
this.$fault = "client";
|
259
269
|
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
260
270
|
this.Message = opts.Message;
|
261
271
|
}
|
262
272
|
}
|
263
273
|
export class ConcurrentResourcesLimitExceededException extends __BaseException {
|
274
|
+
name = "ConcurrentResourcesLimitExceededException";
|
275
|
+
$fault = "client";
|
276
|
+
Message;
|
264
277
|
constructor(opts) {
|
265
278
|
super({
|
266
279
|
name: "ConcurrentResourcesLimitExceededException",
|
267
280
|
$fault: "client",
|
268
281
|
...opts,
|
269
282
|
});
|
270
|
-
this.name = "ConcurrentResourcesLimitExceededException";
|
271
|
-
this.$fault = "client";
|
272
283
|
Object.setPrototypeOf(this, ConcurrentResourcesLimitExceededException.prototype);
|
273
284
|
this.Message = opts.Message;
|
274
285
|
}
|
@@ -295,66 +306,71 @@ export const RegionConcurrencyType = {
|
|
295
306
|
SEQUENTIAL: "SEQUENTIAL",
|
296
307
|
};
|
297
308
|
export class OperationIdAlreadyExistsException extends __BaseException {
|
309
|
+
name = "OperationIdAlreadyExistsException";
|
310
|
+
$fault = "client";
|
311
|
+
Message;
|
298
312
|
constructor(opts) {
|
299
313
|
super({
|
300
314
|
name: "OperationIdAlreadyExistsException",
|
301
315
|
$fault: "client",
|
302
316
|
...opts,
|
303
317
|
});
|
304
|
-
this.name = "OperationIdAlreadyExistsException";
|
305
|
-
this.$fault = "client";
|
306
318
|
Object.setPrototypeOf(this, OperationIdAlreadyExistsException.prototype);
|
307
319
|
this.Message = opts.Message;
|
308
320
|
}
|
309
321
|
}
|
310
322
|
export class OperationInProgressException extends __BaseException {
|
323
|
+
name = "OperationInProgressException";
|
324
|
+
$fault = "client";
|
325
|
+
Message;
|
311
326
|
constructor(opts) {
|
312
327
|
super({
|
313
328
|
name: "OperationInProgressException",
|
314
329
|
$fault: "client",
|
315
330
|
...opts,
|
316
331
|
});
|
317
|
-
this.name = "OperationInProgressException";
|
318
|
-
this.$fault = "client";
|
319
332
|
Object.setPrototypeOf(this, OperationInProgressException.prototype);
|
320
333
|
this.Message = opts.Message;
|
321
334
|
}
|
322
335
|
}
|
323
336
|
export class StackSetNotFoundException extends __BaseException {
|
337
|
+
name = "StackSetNotFoundException";
|
338
|
+
$fault = "client";
|
339
|
+
Message;
|
324
340
|
constructor(opts) {
|
325
341
|
super({
|
326
342
|
name: "StackSetNotFoundException",
|
327
343
|
$fault: "client",
|
328
344
|
...opts,
|
329
345
|
});
|
330
|
-
this.name = "StackSetNotFoundException";
|
331
|
-
this.$fault = "client";
|
332
346
|
Object.setPrototypeOf(this, StackSetNotFoundException.prototype);
|
333
347
|
this.Message = opts.Message;
|
334
348
|
}
|
335
349
|
}
|
336
350
|
export class StaleRequestException extends __BaseException {
|
351
|
+
name = "StaleRequestException";
|
352
|
+
$fault = "client";
|
353
|
+
Message;
|
337
354
|
constructor(opts) {
|
338
355
|
super({
|
339
356
|
name: "StaleRequestException",
|
340
357
|
$fault: "client",
|
341
358
|
...opts,
|
342
359
|
});
|
343
|
-
this.name = "StaleRequestException";
|
344
|
-
this.$fault = "client";
|
345
360
|
Object.setPrototypeOf(this, StaleRequestException.prototype);
|
346
361
|
this.Message = opts.Message;
|
347
362
|
}
|
348
363
|
}
|
349
364
|
export class CreatedButModifiedException extends __BaseException {
|
365
|
+
name = "CreatedButModifiedException";
|
366
|
+
$fault = "client";
|
367
|
+
Message;
|
350
368
|
constructor(opts) {
|
351
369
|
super({
|
352
370
|
name: "CreatedButModifiedException",
|
353
371
|
$fault: "client",
|
354
372
|
...opts,
|
355
373
|
});
|
356
|
-
this.name = "CreatedButModifiedException";
|
357
|
-
this.$fault = "client";
|
358
374
|
Object.setPrototypeOf(this, CreatedButModifiedException.prototype);
|
359
375
|
this.Message = opts.Message;
|
360
376
|
}
|
@@ -364,40 +380,43 @@ export const PermissionModels = {
|
|
364
380
|
SERVICE_MANAGED: "SERVICE_MANAGED",
|
365
381
|
};
|
366
382
|
export class NameAlreadyExistsException extends __BaseException {
|
383
|
+
name = "NameAlreadyExistsException";
|
384
|
+
$fault = "client";
|
385
|
+
Message;
|
367
386
|
constructor(opts) {
|
368
387
|
super({
|
369
388
|
name: "NameAlreadyExistsException",
|
370
389
|
$fault: "client",
|
371
390
|
...opts,
|
372
391
|
});
|
373
|
-
this.name = "NameAlreadyExistsException";
|
374
|
-
this.$fault = "client";
|
375
392
|
Object.setPrototypeOf(this, NameAlreadyExistsException.prototype);
|
376
393
|
this.Message = opts.Message;
|
377
394
|
}
|
378
395
|
}
|
379
396
|
export class InvalidChangeSetStatusException extends __BaseException {
|
397
|
+
name = "InvalidChangeSetStatusException";
|
398
|
+
$fault = "client";
|
399
|
+
Message;
|
380
400
|
constructor(opts) {
|
381
401
|
super({
|
382
402
|
name: "InvalidChangeSetStatusException",
|
383
403
|
$fault: "client",
|
384
404
|
...opts,
|
385
405
|
});
|
386
|
-
this.name = "InvalidChangeSetStatusException";
|
387
|
-
this.$fault = "client";
|
388
406
|
Object.setPrototypeOf(this, InvalidChangeSetStatusException.prototype);
|
389
407
|
this.Message = opts.Message;
|
390
408
|
}
|
391
409
|
}
|
392
410
|
export class GeneratedTemplateNotFoundException extends __BaseException {
|
411
|
+
name = "GeneratedTemplateNotFoundException";
|
412
|
+
$fault = "client";
|
413
|
+
Message;
|
393
414
|
constructor(opts) {
|
394
415
|
super({
|
395
416
|
name: "GeneratedTemplateNotFoundException",
|
396
417
|
$fault: "client",
|
397
418
|
...opts,
|
398
419
|
});
|
399
|
-
this.name = "GeneratedTemplateNotFoundException";
|
400
|
-
this.$fault = "client";
|
401
420
|
Object.setPrototypeOf(this, GeneratedTemplateNotFoundException.prototype);
|
402
421
|
this.Message = opts.Message;
|
403
422
|
}
|
@@ -407,14 +426,15 @@ export const DeletionMode = {
|
|
407
426
|
STANDARD: "STANDARD",
|
408
427
|
};
|
409
428
|
export class StackSetNotEmptyException extends __BaseException {
|
429
|
+
name = "StackSetNotEmptyException";
|
430
|
+
$fault = "client";
|
431
|
+
Message;
|
410
432
|
constructor(opts) {
|
411
433
|
super({
|
412
434
|
name: "StackSetNotEmptyException",
|
413
435
|
$fault: "client",
|
414
436
|
...opts,
|
415
437
|
});
|
416
|
-
this.name = "StackSetNotEmptyException";
|
417
|
-
this.$fault = "client";
|
418
438
|
Object.setPrototypeOf(this, StackSetNotEmptyException.prototype);
|
419
439
|
this.Message = opts.Message;
|
420
440
|
}
|
@@ -466,14 +486,15 @@ export const ResourceScanStatus = {
|
|
466
486
|
IN_PROGRESS: "IN_PROGRESS",
|
467
487
|
};
|
468
488
|
export class ResourceScanNotFoundException extends __BaseException {
|
489
|
+
name = "ResourceScanNotFoundException";
|
490
|
+
$fault = "client";
|
491
|
+
Message;
|
469
492
|
constructor(opts) {
|
470
493
|
super({
|
471
494
|
name: "ResourceScanNotFoundException",
|
472
495
|
$fault: "client",
|
473
496
|
...opts,
|
474
497
|
});
|
475
|
-
this.name = "ResourceScanNotFoundException";
|
476
|
-
this.$fault = "client";
|
477
498
|
Object.setPrototypeOf(this, ResourceScanNotFoundException.prototype);
|
478
499
|
this.Message = opts.Message;
|
479
500
|
}
|
@@ -539,14 +560,15 @@ export const StackInstanceStatus = {
|
|
539
560
|
OUTDATED: "OUTDATED",
|
540
561
|
};
|
541
562
|
export class StackInstanceNotFoundException extends __BaseException {
|
563
|
+
name = "StackInstanceNotFoundException";
|
564
|
+
$fault = "client";
|
565
|
+
Message;
|
542
566
|
constructor(opts) {
|
543
567
|
super({
|
544
568
|
name: "StackInstanceNotFoundException",
|
545
569
|
$fault: "client",
|
546
570
|
...opts,
|
547
571
|
});
|
548
|
-
this.name = "StackInstanceNotFoundException";
|
549
|
-
this.$fault = "client";
|
550
572
|
Object.setPrototypeOf(this, StackInstanceNotFoundException.prototype);
|
551
573
|
this.Message = opts.Message;
|
552
574
|
}
|
@@ -650,27 +672,29 @@ export const TemplateStage = {
|
|
650
672
|
Processed: "Processed",
|
651
673
|
};
|
652
674
|
export class StackNotFoundException extends __BaseException {
|
675
|
+
name = "StackNotFoundException";
|
676
|
+
$fault = "client";
|
677
|
+
Message;
|
653
678
|
constructor(opts) {
|
654
679
|
super({
|
655
680
|
name: "StackNotFoundException",
|
656
681
|
$fault: "client",
|
657
682
|
...opts,
|
658
683
|
});
|
659
|
-
this.name = "StackNotFoundException";
|
660
|
-
this.$fault = "client";
|
661
684
|
Object.setPrototypeOf(this, StackNotFoundException.prototype);
|
662
685
|
this.Message = opts.Message;
|
663
686
|
}
|
664
687
|
}
|
665
688
|
export class HookResultNotFoundException extends __BaseException {
|
689
|
+
name = "HookResultNotFoundException";
|
690
|
+
$fault = "client";
|
691
|
+
Message;
|
666
692
|
constructor(opts) {
|
667
693
|
super({
|
668
694
|
name: "HookResultNotFoundException",
|
669
695
|
$fault: "client",
|
670
696
|
...opts,
|
671
697
|
});
|
672
|
-
this.name = "HookResultNotFoundException";
|
673
|
-
this.$fault = "client";
|
674
698
|
Object.setPrototypeOf(this, HookResultNotFoundException.prototype);
|
675
699
|
this.Message = opts.Message;
|
676
700
|
}
|
@@ -682,14 +706,15 @@ export const ListHookResultsTargetType = {
|
|
682
706
|
STACK: "STACK",
|
683
707
|
};
|
684
708
|
export class ResourceScanInProgressException extends __BaseException {
|
709
|
+
name = "ResourceScanInProgressException";
|
710
|
+
$fault = "client";
|
711
|
+
Message;
|
685
712
|
constructor(opts) {
|
686
713
|
super({
|
687
714
|
name: "ResourceScanInProgressException",
|
688
715
|
$fault: "client",
|
689
716
|
...opts,
|
690
717
|
});
|
691
|
-
this.name = "ResourceScanInProgressException";
|
692
|
-
this.$fault = "client";
|
693
718
|
Object.setPrototypeOf(this, ResourceScanInProgressException.prototype);
|
694
719
|
this.Message = opts.Message;
|
695
720
|
}
|
@@ -710,27 +735,29 @@ export const StackSetOperationResultStatus = {
|
|
710
735
|
SUCCEEDED: "SUCCEEDED",
|
711
736
|
};
|
712
737
|
export class InvalidStateTransitionException extends __BaseException {
|
738
|
+
name = "InvalidStateTransitionException";
|
739
|
+
$fault = "client";
|
740
|
+
Message;
|
713
741
|
constructor(opts) {
|
714
742
|
super({
|
715
743
|
name: "InvalidStateTransitionException",
|
716
744
|
$fault: "client",
|
717
745
|
...opts,
|
718
746
|
});
|
719
|
-
this.name = "InvalidStateTransitionException";
|
720
|
-
this.$fault = "client";
|
721
747
|
Object.setPrototypeOf(this, InvalidStateTransitionException.prototype);
|
722
748
|
this.Message = opts.Message;
|
723
749
|
}
|
724
750
|
}
|
725
751
|
export class OperationStatusCheckFailedException extends __BaseException {
|
752
|
+
name = "OperationStatusCheckFailedException";
|
753
|
+
$fault = "client";
|
754
|
+
Message;
|
726
755
|
constructor(opts) {
|
727
756
|
super({
|
728
757
|
name: "OperationStatusCheckFailedException",
|
729
758
|
$fault: "client",
|
730
759
|
...opts,
|
731
760
|
});
|
732
|
-
this.name = "OperationStatusCheckFailedException";
|
733
|
-
this.$fault = "client";
|
734
761
|
Object.setPrototypeOf(this, OperationStatusCheckFailedException.prototype);
|
735
762
|
this.Message = opts.Message;
|
736
763
|
}
|
@@ -4,14 +4,15 @@ export const ResourceSignalStatus = {
|
|
4
4
|
SUCCESS: "SUCCESS",
|
5
5
|
};
|
6
6
|
export class ResourceScanLimitExceededException extends __BaseException {
|
7
|
+
name = "ResourceScanLimitExceededException";
|
8
|
+
$fault = "client";
|
9
|
+
Message;
|
7
10
|
constructor(opts) {
|
8
11
|
super({
|
9
12
|
name: "ResourceScanLimitExceededException",
|
10
13
|
$fault: "client",
|
11
14
|
...opts,
|
12
15
|
});
|
13
|
-
this.name = "ResourceScanLimitExceededException";
|
14
|
-
this.$fault = "client";
|
15
16
|
Object.setPrototypeOf(this, ResourceScanLimitExceededException.prototype);
|
16
17
|
this.Message = opts.Message;
|
17
18
|
}
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
7
7
|
runtime: string;
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
10
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<any>;
|
@@ -7,7 +7,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
7
7
|
runtime: string;
|
8
8
|
defaultsMode: import("@smithy/types").Provider<import("@smithy/smithy-client").ResolvedDefaultsMode>;
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
10
|
-
credentialDefaultProvider: (init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity
|
10
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit | undefined) => import("@smithy/types").MemoizedProvider<import("@smithy/types").AwsCredentialIdentity>);
|
11
11
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-node").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
12
12
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
13
13
|
region: string | import("@smithy/types").Provider<string>;
|
@@ -22,7 +22,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
22
22
|
region: string | import("@smithy/types").Provider<any>;
|
23
23
|
profile?: string | undefined;
|
24
24
|
defaultUserAgentProvider: (config?: import("@aws-sdk/util-user-agent-browser").PreviouslyResolved | undefined) => Promise<import("@smithy/types").UserAgent>;
|
25
|
-
credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
|
25
|
+
credentialDefaultProvider: ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider) | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
26
26
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
27
27
|
retryMode: string | import("@smithy/types").Provider<string>;
|
28
28
|
logger: import("@smithy/types").Logger;
|
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
31
31
|
customUserAgent?: string | import("@smithy/types").UserAgent | undefined;
|
32
32
|
userAgentAppId?: string | import("@smithy/types").Provider<string | undefined> | undefined;
|
33
33
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2 | undefined;
|
34
|
-
endpoint?: string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2> | undefined;
|
34
|
+
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|
35
35
|
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
36
36
|
logger?: import("@smithy/types").Logger | undefined;
|
37
37
|
}) => import("@smithy/types").EndpointV2;
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.browser.d.ts
CHANGED
@@ -6,9 +6,11 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
7
7
|
>;
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
9
|
-
credentialDefaultProvider:
|
10
|
-
input: any
|
11
|
-
|
9
|
+
credentialDefaultProvider:
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
11
|
+
| ((
|
12
|
+
_: unknown
|
13
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
12
14
|
defaultUserAgentProvider: (
|
13
15
|
config?:
|
14
16
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
@@ -6,13 +6,15 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
6
6
|
import("@smithy/smithy-client").ResolvedDefaultsMode
|
7
7
|
>;
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
9
|
-
credentialDefaultProvider:
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
9
|
+
credentialDefaultProvider:
|
10
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
11
|
+
| ((
|
12
|
+
init?:
|
13
|
+
| import("@aws-sdk/credential-provider-node").DefaultProviderInit
|
14
|
+
| undefined
|
15
|
+
) => import("@smithy/types").MemoizedProvider<
|
16
|
+
import("@smithy/types").AwsCredentialIdentity
|
17
|
+
>);
|
16
18
|
defaultUserAgentProvider: (
|
17
19
|
config?:
|
18
20
|
| import("@aws-sdk/util-user-agent-node").PreviouslyResolved
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/runtimeConfig.native.d.ts
CHANGED
@@ -28,9 +28,11 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
28
28
|
| import("@aws-sdk/util-user-agent-browser").PreviouslyResolved
|
29
29
|
| undefined
|
30
30
|
) => Promise<import("@smithy/types").UserAgent>;
|
31
|
-
credentialDefaultProvider:
|
32
|
-
input: any
|
33
|
-
|
31
|
+
credentialDefaultProvider:
|
32
|
+
| ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
|
33
|
+
| ((
|
34
|
+
_: unknown
|
35
|
+
) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
|
34
36
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
35
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
36
38
|
logger: import("@smithy/types").Logger;
|
@@ -50,11 +52,21 @@ export declare const getRuntimeConfig: (config: CloudFormationClientConfig) => {
|
|
50
52
|
| import("@smithy/types").RetryStrategyV2
|
51
53
|
| undefined;
|
52
54
|
endpoint?:
|
53
|
-
|
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
55
|
+
| ((
|
56
|
+
| string
|
57
|
+
| import("@smithy/types").Endpoint
|
58
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
59
|
+
| import("@smithy/types").EndpointV2
|
60
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
61
|
+
) &
|
62
|
+
(
|
63
|
+
| string
|
64
|
+
| import("@smithy/types").Provider<string>
|
65
|
+
| import("@smithy/types").Endpoint
|
66
|
+
| import("@smithy/types").Provider<import("@smithy/types").Endpoint>
|
67
|
+
| import("@smithy/types").EndpointV2
|
68
|
+
| import("@smithy/types").Provider<import("@smithy/types").EndpointV2>
|
69
|
+
))
|
58
70
|
| undefined;
|
59
71
|
endpointProvider: (
|
60
72
|
endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
|