@cdk8s/awscdk-resolver 0.0.224 → 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
@@ -339,7 +339,14 @@ var resolveRuntimeExtensions = /* @__PURE__ */ __name((runtimeConfig, extensions
|
|
339
339
|
}, "resolveRuntimeExtensions");
|
340
340
|
|
341
341
|
// src/CloudFormationClient.ts
|
342
|
-
var
|
342
|
+
var CloudFormationClient = class extends import_smithy_client.Client {
|
343
|
+
static {
|
344
|
+
__name(this, "CloudFormationClient");
|
345
|
+
}
|
346
|
+
/**
|
347
|
+
* The resolved configuration of CloudFormationClient class. This is resolved and normalized from the {@link CloudFormationClientConfig | constructor configuration interface}.
|
348
|
+
*/
|
349
|
+
config;
|
343
350
|
constructor(...[configuration]) {
|
344
351
|
const _config_0 = (0, import_runtimeConfig.getRuntimeConfig)(configuration || {});
|
345
352
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
@@ -349,7 +356,7 @@ var _CloudFormationClient = class _CloudFormationClient extends import_smithy_cl
|
|
349
356
|
const _config_5 = (0, import_middleware_host_header.resolveHostHeaderConfig)(_config_4);
|
350
357
|
const _config_6 = (0, import_middleware_endpoint.resolveEndpointConfig)(_config_5);
|
351
358
|
const _config_7 = (0, import_httpAuthSchemeProvider.resolveHttpAuthSchemeConfig)(_config_6);
|
352
|
-
const _config_8 = resolveRuntimeExtensions(_config_7,
|
359
|
+
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
353
360
|
super(_config_8);
|
354
361
|
this.config = _config_8;
|
355
362
|
this.middlewareStack.use((0, import_middleware_user_agent.getUserAgentPlugin)(this.config));
|
@@ -377,8 +384,6 @@ var _CloudFormationClient = class _CloudFormationClient extends import_smithy_cl
|
|
377
384
|
super.destroy();
|
378
385
|
}
|
379
386
|
};
|
380
|
-
__name(_CloudFormationClient, "CloudFormationClient");
|
381
|
-
var CloudFormationClient = _CloudFormationClient;
|
382
387
|
|
383
388
|
// src/CloudFormation.ts
|
384
389
|
|
@@ -396,7 +401,10 @@ var import_uuid = require("uuid");
|
|
396
401
|
|
397
402
|
// src/models/CloudFormationServiceException.ts
|
398
403
|
|
399
|
-
var
|
404
|
+
var CloudFormationServiceException = class _CloudFormationServiceException extends import_smithy_client.ServiceException {
|
405
|
+
static {
|
406
|
+
__name(this, "CloudFormationServiceException");
|
407
|
+
}
|
400
408
|
/**
|
401
409
|
* @internal
|
402
410
|
*/
|
@@ -405,8 +413,6 @@ var _CloudFormationServiceException = class _CloudFormationServiceException exte
|
|
405
413
|
Object.setPrototypeOf(this, _CloudFormationServiceException.prototype);
|
406
414
|
}
|
407
415
|
};
|
408
|
-
__name(_CloudFormationServiceException, "CloudFormationServiceException");
|
409
|
-
var CloudFormationServiceException = _CloudFormationServiceException;
|
410
416
|
|
411
417
|
// src/models/models_0.ts
|
412
418
|
var AccountFilterType = {
|
@@ -420,7 +426,13 @@ var AccountGateStatus = {
|
|
420
426
|
SKIPPED: "SKIPPED",
|
421
427
|
SUCCEEDED: "SUCCEEDED"
|
422
428
|
};
|
423
|
-
var
|
429
|
+
var InvalidOperationException = class _InvalidOperationException extends CloudFormationServiceException {
|
430
|
+
static {
|
431
|
+
__name(this, "InvalidOperationException");
|
432
|
+
}
|
433
|
+
name = "InvalidOperationException";
|
434
|
+
$fault = "client";
|
435
|
+
Message;
|
424
436
|
/**
|
425
437
|
* @internal
|
426
438
|
*/
|
@@ -430,15 +442,17 @@ var _InvalidOperationException = class _InvalidOperationException extends CloudF
|
|
430
442
|
$fault: "client",
|
431
443
|
...opts
|
432
444
|
});
|
433
|
-
this.name = "InvalidOperationException";
|
434
|
-
this.$fault = "client";
|
435
445
|
Object.setPrototypeOf(this, _InvalidOperationException.prototype);
|
436
446
|
this.Message = opts.Message;
|
437
447
|
}
|
438
448
|
};
|
439
|
-
|
440
|
-
|
441
|
-
|
449
|
+
var OperationNotFoundException = class _OperationNotFoundException extends CloudFormationServiceException {
|
450
|
+
static {
|
451
|
+
__name(this, "OperationNotFoundException");
|
452
|
+
}
|
453
|
+
name = "OperationNotFoundException";
|
454
|
+
$fault = "client";
|
455
|
+
Message;
|
442
456
|
/**
|
443
457
|
* @internal
|
444
458
|
*/
|
@@ -448,14 +462,10 @@ var _OperationNotFoundException = class _OperationNotFoundException extends Clou
|
|
448
462
|
$fault: "client",
|
449
463
|
...opts
|
450
464
|
});
|
451
|
-
this.name = "OperationNotFoundException";
|
452
|
-
this.$fault = "client";
|
453
465
|
Object.setPrototypeOf(this, _OperationNotFoundException.prototype);
|
454
466
|
this.Message = opts.Message;
|
455
467
|
}
|
456
468
|
};
|
457
|
-
__name(_OperationNotFoundException, "OperationNotFoundException");
|
458
|
-
var OperationNotFoundException = _OperationNotFoundException;
|
459
469
|
var ThirdPartyType = {
|
460
470
|
HOOK: "HOOK",
|
461
471
|
MODULE: "MODULE",
|
@@ -465,7 +475,17 @@ var VersionBump = {
|
|
465
475
|
MAJOR: "MAJOR",
|
466
476
|
MINOR: "MINOR"
|
467
477
|
};
|
468
|
-
var
|
478
|
+
var CFNRegistryException = class _CFNRegistryException extends CloudFormationServiceException {
|
479
|
+
static {
|
480
|
+
__name(this, "CFNRegistryException");
|
481
|
+
}
|
482
|
+
name = "CFNRegistryException";
|
483
|
+
$fault = "client";
|
484
|
+
/**
|
485
|
+
* <p>A message with details about the error that occurred.</p>
|
486
|
+
* @public
|
487
|
+
*/
|
488
|
+
Message;
|
469
489
|
/**
|
470
490
|
* @internal
|
471
491
|
*/
|
@@ -475,15 +495,21 @@ var _CFNRegistryException = class _CFNRegistryException extends CloudFormationSe
|
|
475
495
|
$fault: "client",
|
476
496
|
...opts
|
477
497
|
});
|
478
|
-
this.name = "CFNRegistryException";
|
479
|
-
this.$fault = "client";
|
480
498
|
Object.setPrototypeOf(this, _CFNRegistryException.prototype);
|
481
499
|
this.Message = opts.Message;
|
482
500
|
}
|
483
501
|
};
|
484
|
-
|
485
|
-
|
486
|
-
|
502
|
+
var TypeNotFoundException = class _TypeNotFoundException extends CloudFormationServiceException {
|
503
|
+
static {
|
504
|
+
__name(this, "TypeNotFoundException");
|
505
|
+
}
|
506
|
+
name = "TypeNotFoundException";
|
507
|
+
$fault = "client";
|
508
|
+
/**
|
509
|
+
* <p>A message with details about the error that occurred.</p>
|
510
|
+
* @public
|
511
|
+
*/
|
512
|
+
Message;
|
487
513
|
/**
|
488
514
|
* @internal
|
489
515
|
*/
|
@@ -493,15 +519,17 @@ var _TypeNotFoundException = class _TypeNotFoundException extends CloudFormation
|
|
493
519
|
$fault: "client",
|
494
520
|
...opts
|
495
521
|
});
|
496
|
-
this.name = "TypeNotFoundException";
|
497
|
-
this.$fault = "client";
|
498
522
|
Object.setPrototypeOf(this, _TypeNotFoundException.prototype);
|
499
523
|
this.Message = opts.Message;
|
500
524
|
}
|
501
525
|
};
|
502
|
-
|
503
|
-
|
504
|
-
|
526
|
+
var AlreadyExistsException = class _AlreadyExistsException extends CloudFormationServiceException {
|
527
|
+
static {
|
528
|
+
__name(this, "AlreadyExistsException");
|
529
|
+
}
|
530
|
+
name = "AlreadyExistsException";
|
531
|
+
$fault = "client";
|
532
|
+
Message;
|
505
533
|
/**
|
506
534
|
* @internal
|
507
535
|
*/
|
@@ -511,20 +539,26 @@ var _AlreadyExistsException = class _AlreadyExistsException extends CloudFormati
|
|
511
539
|
$fault: "client",
|
512
540
|
...opts
|
513
541
|
});
|
514
|
-
this.name = "AlreadyExistsException";
|
515
|
-
this.$fault = "client";
|
516
542
|
Object.setPrototypeOf(this, _AlreadyExistsException.prototype);
|
517
543
|
this.Message = opts.Message;
|
518
544
|
}
|
519
545
|
};
|
520
|
-
__name(_AlreadyExistsException, "AlreadyExistsException");
|
521
|
-
var AlreadyExistsException = _AlreadyExistsException;
|
522
546
|
var AttributeChangeType = {
|
523
547
|
Add: "Add",
|
524
548
|
Modify: "Modify",
|
525
549
|
Remove: "Remove"
|
526
550
|
};
|
527
|
-
var
|
551
|
+
var TypeConfigurationNotFoundException = class _TypeConfigurationNotFoundException extends CloudFormationServiceException {
|
552
|
+
static {
|
553
|
+
__name(this, "TypeConfigurationNotFoundException");
|
554
|
+
}
|
555
|
+
name = "TypeConfigurationNotFoundException";
|
556
|
+
$fault = "client";
|
557
|
+
/**
|
558
|
+
* <p>A message with details about the error that occurred.</p>
|
559
|
+
* @public
|
560
|
+
*/
|
561
|
+
Message;
|
528
562
|
/**
|
529
563
|
* @internal
|
530
564
|
*/
|
@@ -534,19 +568,21 @@ var _TypeConfigurationNotFoundException = class _TypeConfigurationNotFoundExcept
|
|
534
568
|
$fault: "client",
|
535
569
|
...opts
|
536
570
|
});
|
537
|
-
this.name = "TypeConfigurationNotFoundException";
|
538
|
-
this.$fault = "client";
|
539
571
|
Object.setPrototypeOf(this, _TypeConfigurationNotFoundException.prototype);
|
540
572
|
this.Message = opts.Message;
|
541
573
|
}
|
542
574
|
};
|
543
|
-
__name(_TypeConfigurationNotFoundException, "TypeConfigurationNotFoundException");
|
544
|
-
var TypeConfigurationNotFoundException = _TypeConfigurationNotFoundException;
|
545
575
|
var CallAs = {
|
546
576
|
DELEGATED_ADMIN: "DELEGATED_ADMIN",
|
547
577
|
SELF: "SELF"
|
548
578
|
};
|
549
|
-
var
|
579
|
+
var TokenAlreadyExistsException = class _TokenAlreadyExistsException extends CloudFormationServiceException {
|
580
|
+
static {
|
581
|
+
__name(this, "TokenAlreadyExistsException");
|
582
|
+
}
|
583
|
+
name = "TokenAlreadyExistsException";
|
584
|
+
$fault = "client";
|
585
|
+
Message;
|
550
586
|
/**
|
551
587
|
* @internal
|
552
588
|
*/
|
@@ -556,14 +592,10 @@ var _TokenAlreadyExistsException = class _TokenAlreadyExistsException extends Cl
|
|
556
592
|
$fault: "client",
|
557
593
|
...opts
|
558
594
|
});
|
559
|
-
this.name = "TokenAlreadyExistsException";
|
560
|
-
this.$fault = "client";
|
561
595
|
Object.setPrototypeOf(this, _TokenAlreadyExistsException.prototype);
|
562
596
|
this.Message = opts.Message;
|
563
597
|
}
|
564
598
|
};
|
565
|
-
__name(_TokenAlreadyExistsException, "TokenAlreadyExistsException");
|
566
|
-
var TokenAlreadyExistsException = _TokenAlreadyExistsException;
|
567
599
|
var Capability = {
|
568
600
|
CAPABILITY_AUTO_EXPAND: "CAPABILITY_AUTO_EXPAND",
|
569
601
|
CAPABILITY_IAM: "CAPABILITY_IAM",
|
@@ -638,7 +670,13 @@ var ChangeSetHooksStatus = {
|
|
638
670
|
PLANNING: "PLANNING",
|
639
671
|
UNAVAILABLE: "UNAVAILABLE"
|
640
672
|
};
|
641
|
-
var
|
673
|
+
var ChangeSetNotFoundException = class _ChangeSetNotFoundException extends CloudFormationServiceException {
|
674
|
+
static {
|
675
|
+
__name(this, "ChangeSetNotFoundException");
|
676
|
+
}
|
677
|
+
name = "ChangeSetNotFoundException";
|
678
|
+
$fault = "client";
|
679
|
+
Message;
|
642
680
|
/**
|
643
681
|
* @internal
|
644
682
|
*/
|
@@ -648,14 +686,10 @@ var _ChangeSetNotFoundException = class _ChangeSetNotFoundException extends Clou
|
|
648
686
|
$fault: "client",
|
649
687
|
...opts
|
650
688
|
});
|
651
|
-
this.name = "ChangeSetNotFoundException";
|
652
|
-
this.$fault = "client";
|
653
689
|
Object.setPrototypeOf(this, _ChangeSetNotFoundException.prototype);
|
654
690
|
this.Message = opts.Message;
|
655
691
|
}
|
656
692
|
};
|
657
|
-
__name(_ChangeSetNotFoundException, "ChangeSetNotFoundException");
|
658
|
-
var ChangeSetNotFoundException = _ChangeSetNotFoundException;
|
659
693
|
var ChangeSetStatus = {
|
660
694
|
CREATE_COMPLETE: "CREATE_COMPLETE",
|
661
695
|
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
@@ -684,7 +718,13 @@ var OnStackFailure = {
|
|
684
718
|
DO_NOTHING: "DO_NOTHING",
|
685
719
|
ROLLBACK: "ROLLBACK"
|
686
720
|
};
|
687
|
-
var
|
721
|
+
var InsufficientCapabilitiesException = class _InsufficientCapabilitiesException extends CloudFormationServiceException {
|
722
|
+
static {
|
723
|
+
__name(this, "InsufficientCapabilitiesException");
|
724
|
+
}
|
725
|
+
name = "InsufficientCapabilitiesException";
|
726
|
+
$fault = "client";
|
727
|
+
Message;
|
688
728
|
/**
|
689
729
|
* @internal
|
690
730
|
*/
|
@@ -694,15 +734,17 @@ var _InsufficientCapabilitiesException = class _InsufficientCapabilitiesExceptio
|
|
694
734
|
$fault: "client",
|
695
735
|
...opts
|
696
736
|
});
|
697
|
-
this.name = "InsufficientCapabilitiesException";
|
698
|
-
this.$fault = "client";
|
699
737
|
Object.setPrototypeOf(this, _InsufficientCapabilitiesException.prototype);
|
700
738
|
this.Message = opts.Message;
|
701
739
|
}
|
702
740
|
};
|
703
|
-
|
704
|
-
|
705
|
-
|
741
|
+
var LimitExceededException = class _LimitExceededException extends CloudFormationServiceException {
|
742
|
+
static {
|
743
|
+
__name(this, "LimitExceededException");
|
744
|
+
}
|
745
|
+
name = "LimitExceededException";
|
746
|
+
$fault = "client";
|
747
|
+
Message;
|
706
748
|
/**
|
707
749
|
* @internal
|
708
750
|
*/
|
@@ -712,15 +754,17 @@ var _LimitExceededException = class _LimitExceededException extends CloudFormati
|
|
712
754
|
$fault: "client",
|
713
755
|
...opts
|
714
756
|
});
|
715
|
-
this.name = "LimitExceededException";
|
716
|
-
this.$fault = "client";
|
717
757
|
Object.setPrototypeOf(this, _LimitExceededException.prototype);
|
718
758
|
this.Message = opts.Message;
|
719
759
|
}
|
720
760
|
};
|
721
|
-
|
722
|
-
|
723
|
-
|
761
|
+
var ConcurrentResourcesLimitExceededException = class _ConcurrentResourcesLimitExceededException extends CloudFormationServiceException {
|
762
|
+
static {
|
763
|
+
__name(this, "ConcurrentResourcesLimitExceededException");
|
764
|
+
}
|
765
|
+
name = "ConcurrentResourcesLimitExceededException";
|
766
|
+
$fault = "client";
|
767
|
+
Message;
|
724
768
|
/**
|
725
769
|
* @internal
|
726
770
|
*/
|
@@ -730,14 +774,10 @@ var _ConcurrentResourcesLimitExceededException = class _ConcurrentResourcesLimit
|
|
730
774
|
$fault: "client",
|
731
775
|
...opts
|
732
776
|
});
|
733
|
-
this.name = "ConcurrentResourcesLimitExceededException";
|
734
|
-
this.$fault = "client";
|
735
777
|
Object.setPrototypeOf(this, _ConcurrentResourcesLimitExceededException.prototype);
|
736
778
|
this.Message = opts.Message;
|
737
779
|
}
|
738
780
|
};
|
739
|
-
__name(_ConcurrentResourcesLimitExceededException, "ConcurrentResourcesLimitExceededException");
|
740
|
-
var ConcurrentResourcesLimitExceededException = _ConcurrentResourcesLimitExceededException;
|
741
781
|
var GeneratedTemplateDeletionPolicy = {
|
742
782
|
DELETE: "DELETE",
|
743
783
|
RETAIN: "RETAIN"
|
@@ -759,7 +799,13 @@ var RegionConcurrencyType = {
|
|
759
799
|
PARALLEL: "PARALLEL",
|
760
800
|
SEQUENTIAL: "SEQUENTIAL"
|
761
801
|
};
|
762
|
-
var
|
802
|
+
var OperationIdAlreadyExistsException = class _OperationIdAlreadyExistsException extends CloudFormationServiceException {
|
803
|
+
static {
|
804
|
+
__name(this, "OperationIdAlreadyExistsException");
|
805
|
+
}
|
806
|
+
name = "OperationIdAlreadyExistsException";
|
807
|
+
$fault = "client";
|
808
|
+
Message;
|
763
809
|
/**
|
764
810
|
* @internal
|
765
811
|
*/
|
@@ -769,15 +815,17 @@ var _OperationIdAlreadyExistsException = class _OperationIdAlreadyExistsExceptio
|
|
769
815
|
$fault: "client",
|
770
816
|
...opts
|
771
817
|
});
|
772
|
-
this.name = "OperationIdAlreadyExistsException";
|
773
|
-
this.$fault = "client";
|
774
818
|
Object.setPrototypeOf(this, _OperationIdAlreadyExistsException.prototype);
|
775
819
|
this.Message = opts.Message;
|
776
820
|
}
|
777
821
|
};
|
778
|
-
|
779
|
-
|
780
|
-
|
822
|
+
var OperationInProgressException = class _OperationInProgressException extends CloudFormationServiceException {
|
823
|
+
static {
|
824
|
+
__name(this, "OperationInProgressException");
|
825
|
+
}
|
826
|
+
name = "OperationInProgressException";
|
827
|
+
$fault = "client";
|
828
|
+
Message;
|
781
829
|
/**
|
782
830
|
* @internal
|
783
831
|
*/
|
@@ -787,15 +835,17 @@ var _OperationInProgressException = class _OperationInProgressException extends
|
|
787
835
|
$fault: "client",
|
788
836
|
...opts
|
789
837
|
});
|
790
|
-
this.name = "OperationInProgressException";
|
791
|
-
this.$fault = "client";
|
792
838
|
Object.setPrototypeOf(this, _OperationInProgressException.prototype);
|
793
839
|
this.Message = opts.Message;
|
794
840
|
}
|
795
841
|
};
|
796
|
-
|
797
|
-
|
798
|
-
|
842
|
+
var StackSetNotFoundException = class _StackSetNotFoundException extends CloudFormationServiceException {
|
843
|
+
static {
|
844
|
+
__name(this, "StackSetNotFoundException");
|
845
|
+
}
|
846
|
+
name = "StackSetNotFoundException";
|
847
|
+
$fault = "client";
|
848
|
+
Message;
|
799
849
|
/**
|
800
850
|
* @internal
|
801
851
|
*/
|
@@ -805,15 +855,17 @@ var _StackSetNotFoundException = class _StackSetNotFoundException extends CloudF
|
|
805
855
|
$fault: "client",
|
806
856
|
...opts
|
807
857
|
});
|
808
|
-
this.name = "StackSetNotFoundException";
|
809
|
-
this.$fault = "client";
|
810
858
|
Object.setPrototypeOf(this, _StackSetNotFoundException.prototype);
|
811
859
|
this.Message = opts.Message;
|
812
860
|
}
|
813
861
|
};
|
814
|
-
|
815
|
-
|
816
|
-
|
862
|
+
var StaleRequestException = class _StaleRequestException extends CloudFormationServiceException {
|
863
|
+
static {
|
864
|
+
__name(this, "StaleRequestException");
|
865
|
+
}
|
866
|
+
name = "StaleRequestException";
|
867
|
+
$fault = "client";
|
868
|
+
Message;
|
817
869
|
/**
|
818
870
|
* @internal
|
819
871
|
*/
|
@@ -823,15 +875,17 @@ var _StaleRequestException = class _StaleRequestException extends CloudFormation
|
|
823
875
|
$fault: "client",
|
824
876
|
...opts
|
825
877
|
});
|
826
|
-
this.name = "StaleRequestException";
|
827
|
-
this.$fault = "client";
|
828
878
|
Object.setPrototypeOf(this, _StaleRequestException.prototype);
|
829
879
|
this.Message = opts.Message;
|
830
880
|
}
|
831
881
|
};
|
832
|
-
|
833
|
-
|
834
|
-
|
882
|
+
var CreatedButModifiedException = class _CreatedButModifiedException extends CloudFormationServiceException {
|
883
|
+
static {
|
884
|
+
__name(this, "CreatedButModifiedException");
|
885
|
+
}
|
886
|
+
name = "CreatedButModifiedException";
|
887
|
+
$fault = "client";
|
888
|
+
Message;
|
835
889
|
/**
|
836
890
|
* @internal
|
837
891
|
*/
|
@@ -841,19 +895,21 @@ var _CreatedButModifiedException = class _CreatedButModifiedException extends Cl
|
|
841
895
|
$fault: "client",
|
842
896
|
...opts
|
843
897
|
});
|
844
|
-
this.name = "CreatedButModifiedException";
|
845
|
-
this.$fault = "client";
|
846
898
|
Object.setPrototypeOf(this, _CreatedButModifiedException.prototype);
|
847
899
|
this.Message = opts.Message;
|
848
900
|
}
|
849
901
|
};
|
850
|
-
__name(_CreatedButModifiedException, "CreatedButModifiedException");
|
851
|
-
var CreatedButModifiedException = _CreatedButModifiedException;
|
852
902
|
var PermissionModels = {
|
853
903
|
SELF_MANAGED: "SELF_MANAGED",
|
854
904
|
SERVICE_MANAGED: "SERVICE_MANAGED"
|
855
905
|
};
|
856
|
-
var
|
906
|
+
var NameAlreadyExistsException = class _NameAlreadyExistsException extends CloudFormationServiceException {
|
907
|
+
static {
|
908
|
+
__name(this, "NameAlreadyExistsException");
|
909
|
+
}
|
910
|
+
name = "NameAlreadyExistsException";
|
911
|
+
$fault = "client";
|
912
|
+
Message;
|
857
913
|
/**
|
858
914
|
* @internal
|
859
915
|
*/
|
@@ -863,15 +919,17 @@ var _NameAlreadyExistsException = class _NameAlreadyExistsException extends Clou
|
|
863
919
|
$fault: "client",
|
864
920
|
...opts
|
865
921
|
});
|
866
|
-
this.name = "NameAlreadyExistsException";
|
867
|
-
this.$fault = "client";
|
868
922
|
Object.setPrototypeOf(this, _NameAlreadyExistsException.prototype);
|
869
923
|
this.Message = opts.Message;
|
870
924
|
}
|
871
925
|
};
|
872
|
-
|
873
|
-
|
874
|
-
|
926
|
+
var InvalidChangeSetStatusException = class _InvalidChangeSetStatusException extends CloudFormationServiceException {
|
927
|
+
static {
|
928
|
+
__name(this, "InvalidChangeSetStatusException");
|
929
|
+
}
|
930
|
+
name = "InvalidChangeSetStatusException";
|
931
|
+
$fault = "client";
|
932
|
+
Message;
|
875
933
|
/**
|
876
934
|
* @internal
|
877
935
|
*/
|
@@ -881,15 +939,17 @@ var _InvalidChangeSetStatusException = class _InvalidChangeSetStatusException ex
|
|
881
939
|
$fault: "client",
|
882
940
|
...opts
|
883
941
|
});
|
884
|
-
this.name = "InvalidChangeSetStatusException";
|
885
|
-
this.$fault = "client";
|
886
942
|
Object.setPrototypeOf(this, _InvalidChangeSetStatusException.prototype);
|
887
943
|
this.Message = opts.Message;
|
888
944
|
}
|
889
945
|
};
|
890
|
-
|
891
|
-
|
892
|
-
|
946
|
+
var GeneratedTemplateNotFoundException = class _GeneratedTemplateNotFoundException extends CloudFormationServiceException {
|
947
|
+
static {
|
948
|
+
__name(this, "GeneratedTemplateNotFoundException");
|
949
|
+
}
|
950
|
+
name = "GeneratedTemplateNotFoundException";
|
951
|
+
$fault = "client";
|
952
|
+
Message;
|
893
953
|
/**
|
894
954
|
* @internal
|
895
955
|
*/
|
@@ -899,19 +959,21 @@ var _GeneratedTemplateNotFoundException = class _GeneratedTemplateNotFoundExcept
|
|
899
959
|
$fault: "client",
|
900
960
|
...opts
|
901
961
|
});
|
902
|
-
this.name = "GeneratedTemplateNotFoundException";
|
903
|
-
this.$fault = "client";
|
904
962
|
Object.setPrototypeOf(this, _GeneratedTemplateNotFoundException.prototype);
|
905
963
|
this.Message = opts.Message;
|
906
964
|
}
|
907
965
|
};
|
908
|
-
__name(_GeneratedTemplateNotFoundException, "GeneratedTemplateNotFoundException");
|
909
|
-
var GeneratedTemplateNotFoundException = _GeneratedTemplateNotFoundException;
|
910
966
|
var DeletionMode = {
|
911
967
|
FORCE_DELETE_STACK: "FORCE_DELETE_STACK",
|
912
968
|
STANDARD: "STANDARD"
|
913
969
|
};
|
914
|
-
var
|
970
|
+
var StackSetNotEmptyException = class _StackSetNotEmptyException extends CloudFormationServiceException {
|
971
|
+
static {
|
972
|
+
__name(this, "StackSetNotEmptyException");
|
973
|
+
}
|
974
|
+
name = "StackSetNotEmptyException";
|
975
|
+
$fault = "client";
|
976
|
+
Message;
|
915
977
|
/**
|
916
978
|
* @internal
|
917
979
|
*/
|
@@ -921,14 +983,10 @@ var _StackSetNotEmptyException = class _StackSetNotEmptyException extends CloudF
|
|
921
983
|
$fault: "client",
|
922
984
|
...opts
|
923
985
|
});
|
924
|
-
this.name = "StackSetNotEmptyException";
|
925
|
-
this.$fault = "client";
|
926
986
|
Object.setPrototypeOf(this, _StackSetNotEmptyException.prototype);
|
927
987
|
this.Message = opts.Message;
|
928
988
|
}
|
929
989
|
};
|
930
|
-
__name(_StackSetNotEmptyException, "StackSetNotEmptyException");
|
931
|
-
var StackSetNotEmptyException = _StackSetNotEmptyException;
|
932
990
|
var RegistryType = {
|
933
991
|
HOOK: "HOOK",
|
934
992
|
MODULE: "MODULE",
|
@@ -975,7 +1033,13 @@ var ResourceScanStatus = {
|
|
975
1033
|
FAILED: "FAILED",
|
976
1034
|
IN_PROGRESS: "IN_PROGRESS"
|
977
1035
|
};
|
978
|
-
var
|
1036
|
+
var ResourceScanNotFoundException = class _ResourceScanNotFoundException extends CloudFormationServiceException {
|
1037
|
+
static {
|
1038
|
+
__name(this, "ResourceScanNotFoundException");
|
1039
|
+
}
|
1040
|
+
name = "ResourceScanNotFoundException";
|
1041
|
+
$fault = "client";
|
1042
|
+
Message;
|
979
1043
|
/**
|
980
1044
|
* @internal
|
981
1045
|
*/
|
@@ -985,14 +1049,10 @@ var _ResourceScanNotFoundException = class _ResourceScanNotFoundException extend
|
|
985
1049
|
$fault: "client",
|
986
1050
|
...opts
|
987
1051
|
});
|
988
|
-
this.name = "ResourceScanNotFoundException";
|
989
|
-
this.$fault = "client";
|
990
1052
|
Object.setPrototypeOf(this, _ResourceScanNotFoundException.prototype);
|
991
1053
|
this.Message = opts.Message;
|
992
1054
|
}
|
993
1055
|
};
|
994
|
-
__name(_ResourceScanNotFoundException, "ResourceScanNotFoundException");
|
995
|
-
var ResourceScanNotFoundException = _ResourceScanNotFoundException;
|
996
1056
|
var StackDriftDetectionStatus = {
|
997
1057
|
DETECTION_COMPLETE: "DETECTION_COMPLETE",
|
998
1058
|
DETECTION_FAILED: "DETECTION_FAILED",
|
@@ -1053,7 +1113,13 @@ var StackInstanceStatus = {
|
|
1053
1113
|
INOPERABLE: "INOPERABLE",
|
1054
1114
|
OUTDATED: "OUTDATED"
|
1055
1115
|
};
|
1056
|
-
var
|
1116
|
+
var StackInstanceNotFoundException = class _StackInstanceNotFoundException extends CloudFormationServiceException {
|
1117
|
+
static {
|
1118
|
+
__name(this, "StackInstanceNotFoundException");
|
1119
|
+
}
|
1120
|
+
name = "StackInstanceNotFoundException";
|
1121
|
+
$fault = "client";
|
1122
|
+
Message;
|
1057
1123
|
/**
|
1058
1124
|
* @internal
|
1059
1125
|
*/
|
@@ -1063,14 +1129,10 @@ var _StackInstanceNotFoundException = class _StackInstanceNotFoundException exte
|
|
1063
1129
|
$fault: "client",
|
1064
1130
|
...opts
|
1065
1131
|
});
|
1066
|
-
this.name = "StackInstanceNotFoundException";
|
1067
|
-
this.$fault = "client";
|
1068
1132
|
Object.setPrototypeOf(this, _StackInstanceNotFoundException.prototype);
|
1069
1133
|
this.Message = opts.Message;
|
1070
1134
|
}
|
1071
1135
|
};
|
1072
|
-
__name(_StackInstanceNotFoundException, "StackInstanceNotFoundException");
|
1073
|
-
var StackInstanceNotFoundException = _StackInstanceNotFoundException;
|
1074
1136
|
var StackResourceDriftStatus = {
|
1075
1137
|
DELETED: "DELETED",
|
1076
1138
|
IN_SYNC: "IN_SYNC",
|
@@ -1169,7 +1231,13 @@ var TemplateStage = {
|
|
1169
1231
|
Original: "Original",
|
1170
1232
|
Processed: "Processed"
|
1171
1233
|
};
|
1172
|
-
var
|
1234
|
+
var StackNotFoundException = class _StackNotFoundException extends CloudFormationServiceException {
|
1235
|
+
static {
|
1236
|
+
__name(this, "StackNotFoundException");
|
1237
|
+
}
|
1238
|
+
name = "StackNotFoundException";
|
1239
|
+
$fault = "client";
|
1240
|
+
Message;
|
1173
1241
|
/**
|
1174
1242
|
* @internal
|
1175
1243
|
*/
|
@@ -1179,15 +1247,17 @@ var _StackNotFoundException = class _StackNotFoundException extends CloudFormati
|
|
1179
1247
|
$fault: "client",
|
1180
1248
|
...opts
|
1181
1249
|
});
|
1182
|
-
this.name = "StackNotFoundException";
|
1183
|
-
this.$fault = "client";
|
1184
1250
|
Object.setPrototypeOf(this, _StackNotFoundException.prototype);
|
1185
1251
|
this.Message = opts.Message;
|
1186
1252
|
}
|
1187
1253
|
};
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1254
|
+
var HookResultNotFoundException = class _HookResultNotFoundException extends CloudFormationServiceException {
|
1255
|
+
static {
|
1256
|
+
__name(this, "HookResultNotFoundException");
|
1257
|
+
}
|
1258
|
+
name = "HookResultNotFoundException";
|
1259
|
+
$fault = "client";
|
1260
|
+
Message;
|
1191
1261
|
/**
|
1192
1262
|
* @internal
|
1193
1263
|
*/
|
@@ -1197,21 +1267,23 @@ var _HookResultNotFoundException = class _HookResultNotFoundException extends Cl
|
|
1197
1267
|
$fault: "client",
|
1198
1268
|
...opts
|
1199
1269
|
});
|
1200
|
-
this.name = "HookResultNotFoundException";
|
1201
|
-
this.$fault = "client";
|
1202
1270
|
Object.setPrototypeOf(this, _HookResultNotFoundException.prototype);
|
1203
1271
|
this.Message = opts.Message;
|
1204
1272
|
}
|
1205
1273
|
};
|
1206
|
-
__name(_HookResultNotFoundException, "HookResultNotFoundException");
|
1207
|
-
var HookResultNotFoundException = _HookResultNotFoundException;
|
1208
1274
|
var ListHookResultsTargetType = {
|
1209
1275
|
CHANGE_SET: "CHANGE_SET",
|
1210
1276
|
CLOUD_CONTROL: "CLOUD_CONTROL",
|
1211
1277
|
RESOURCE: "RESOURCE",
|
1212
1278
|
STACK: "STACK"
|
1213
1279
|
};
|
1214
|
-
var
|
1280
|
+
var ResourceScanInProgressException = class _ResourceScanInProgressException extends CloudFormationServiceException {
|
1281
|
+
static {
|
1282
|
+
__name(this, "ResourceScanInProgressException");
|
1283
|
+
}
|
1284
|
+
name = "ResourceScanInProgressException";
|
1285
|
+
$fault = "client";
|
1286
|
+
Message;
|
1215
1287
|
/**
|
1216
1288
|
* @internal
|
1217
1289
|
*/
|
@@ -1221,14 +1293,10 @@ var _ResourceScanInProgressException = class _ResourceScanInProgressException ex
|
|
1221
1293
|
$fault: "client",
|
1222
1294
|
...opts
|
1223
1295
|
});
|
1224
|
-
this.name = "ResourceScanInProgressException";
|
1225
|
-
this.$fault = "client";
|
1226
1296
|
Object.setPrototypeOf(this, _ResourceScanInProgressException.prototype);
|
1227
1297
|
this.Message = opts.Message;
|
1228
1298
|
}
|
1229
1299
|
};
|
1230
|
-
__name(_ResourceScanInProgressException, "ResourceScanInProgressException");
|
1231
|
-
var ResourceScanInProgressException = _ResourceScanInProgressException;
|
1232
1300
|
var StackInstanceFilterName = {
|
1233
1301
|
DETAILED_STATUS: "DETAILED_STATUS",
|
1234
1302
|
DRIFT_STATUS: "DRIFT_STATUS",
|
@@ -1244,7 +1312,13 @@ var StackSetOperationResultStatus = {
|
|
1244
1312
|
RUNNING: "RUNNING",
|
1245
1313
|
SUCCEEDED: "SUCCEEDED"
|
1246
1314
|
};
|
1247
|
-
var
|
1315
|
+
var InvalidStateTransitionException = class _InvalidStateTransitionException extends CloudFormationServiceException {
|
1316
|
+
static {
|
1317
|
+
__name(this, "InvalidStateTransitionException");
|
1318
|
+
}
|
1319
|
+
name = "InvalidStateTransitionException";
|
1320
|
+
$fault = "client";
|
1321
|
+
Message;
|
1248
1322
|
/**
|
1249
1323
|
* @internal
|
1250
1324
|
*/
|
@@ -1254,15 +1328,17 @@ var _InvalidStateTransitionException = class _InvalidStateTransitionException ex
|
|
1254
1328
|
$fault: "client",
|
1255
1329
|
...opts
|
1256
1330
|
});
|
1257
|
-
this.name = "InvalidStateTransitionException";
|
1258
|
-
this.$fault = "client";
|
1259
1331
|
Object.setPrototypeOf(this, _InvalidStateTransitionException.prototype);
|
1260
1332
|
this.Message = opts.Message;
|
1261
1333
|
}
|
1262
1334
|
};
|
1263
|
-
|
1264
|
-
|
1265
|
-
|
1335
|
+
var OperationStatusCheckFailedException = class _OperationStatusCheckFailedException extends CloudFormationServiceException {
|
1336
|
+
static {
|
1337
|
+
__name(this, "OperationStatusCheckFailedException");
|
1338
|
+
}
|
1339
|
+
name = "OperationStatusCheckFailedException";
|
1340
|
+
$fault = "client";
|
1341
|
+
Message;
|
1266
1342
|
/**
|
1267
1343
|
* @internal
|
1268
1344
|
*/
|
@@ -1272,14 +1348,10 @@ var _OperationStatusCheckFailedException = class _OperationStatusCheckFailedExce
|
|
1272
1348
|
$fault: "client",
|
1273
1349
|
...opts
|
1274
1350
|
});
|
1275
|
-
this.name = "OperationStatusCheckFailedException";
|
1276
|
-
this.$fault = "client";
|
1277
1351
|
Object.setPrototypeOf(this, _OperationStatusCheckFailedException.prototype);
|
1278
1352
|
this.Message = opts.Message;
|
1279
1353
|
}
|
1280
1354
|
};
|
1281
|
-
__name(_OperationStatusCheckFailedException, "OperationStatusCheckFailedException");
|
1282
|
-
var OperationStatusCheckFailedException = _OperationStatusCheckFailedException;
|
1283
1355
|
var OperationStatus = {
|
1284
1356
|
FAILED: "FAILED",
|
1285
1357
|
IN_PROGRESS: "IN_PROGRESS",
|
@@ -1313,7 +1385,13 @@ var ResourceSignalStatus = {
|
|
1313
1385
|
FAILURE: "FAILURE",
|
1314
1386
|
SUCCESS: "SUCCESS"
|
1315
1387
|
};
|
1316
|
-
var
|
1388
|
+
var ResourceScanLimitExceededException = class _ResourceScanLimitExceededException extends CloudFormationServiceException {
|
1389
|
+
static {
|
1390
|
+
__name(this, "ResourceScanLimitExceededException");
|
1391
|
+
}
|
1392
|
+
name = "ResourceScanLimitExceededException";
|
1393
|
+
$fault = "client";
|
1394
|
+
Message;
|
1317
1395
|
/**
|
1318
1396
|
* @internal
|
1319
1397
|
*/
|
@@ -1323,14 +1401,10 @@ var _ResourceScanLimitExceededException = class _ResourceScanLimitExceededExcept
|
|
1323
1401
|
$fault: "client",
|
1324
1402
|
...opts
|
1325
1403
|
});
|
1326
|
-
this.name = "ResourceScanLimitExceededException";
|
1327
|
-
this.$fault = "client";
|
1328
1404
|
Object.setPrototypeOf(this, _ResourceScanLimitExceededException.prototype);
|
1329
1405
|
this.Message = opts.Message;
|
1330
1406
|
}
|
1331
1407
|
};
|
1332
|
-
__name(_ResourceScanLimitExceededException, "ResourceScanLimitExceededException");
|
1333
|
-
var ResourceScanLimitExceededException = _ResourceScanLimitExceededException;
|
1334
1408
|
|
1335
1409
|
// src/protocols/Aws_query.ts
|
1336
1410
|
var se_ActivateOrganizationsAccessCommand = /* @__PURE__ */ __name(async (input, context) => {
|
@@ -3644,11 +3718,10 @@ var se_AutoDeployment = /* @__PURE__ */ __name((input, context) => {
|
|
3644
3718
|
return entries;
|
3645
3719
|
}, "se_AutoDeployment");
|
3646
3720
|
var se_BatchDescribeTypeConfigurationsInput = /* @__PURE__ */ __name((input, context) => {
|
3647
|
-
var _a;
|
3648
3721
|
const entries = {};
|
3649
3722
|
if (input[_TCI] != null) {
|
3650
3723
|
const memberEntries = se_TypeConfigurationIdentifiers(input[_TCI], context);
|
3651
|
-
if (
|
3724
|
+
if (input[_TCI]?.length === 0) {
|
3652
3725
|
entries.TypeConfigurationIdentifiers = [];
|
3653
3726
|
}
|
3654
3727
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3681,7 +3754,6 @@ var se_Capabilities = /* @__PURE__ */ __name((input, context) => {
|
|
3681
3754
|
return entries;
|
3682
3755
|
}, "se_Capabilities");
|
3683
3756
|
var se_ContinueUpdateRollbackInput = /* @__PURE__ */ __name((input, context) => {
|
3684
|
-
var _a;
|
3685
3757
|
const entries = {};
|
3686
3758
|
if (input[_SN] != null) {
|
3687
3759
|
entries[_SN] = input[_SN];
|
@@ -3691,7 +3763,7 @@ var se_ContinueUpdateRollbackInput = /* @__PURE__ */ __name((input, context) =>
|
|
3691
3763
|
}
|
3692
3764
|
if (input[_RTS] != null) {
|
3693
3765
|
const memberEntries = se_ResourcesToSkip(input[_RTS], context);
|
3694
|
-
if (
|
3766
|
+
if (input[_RTS]?.length === 0) {
|
3695
3767
|
entries.ResourcesToSkip = [];
|
3696
3768
|
}
|
3697
3769
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3705,7 +3777,6 @@ var se_ContinueUpdateRollbackInput = /* @__PURE__ */ __name((input, context) =>
|
|
3705
3777
|
return entries;
|
3706
3778
|
}, "se_ContinueUpdateRollbackInput");
|
3707
3779
|
var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
3708
|
-
var _a, _b, _c, _d, _e2, _f;
|
3709
3780
|
const entries = {};
|
3710
3781
|
if (input[_SN] != null) {
|
3711
3782
|
entries[_SN] = input[_SN];
|
@@ -3721,7 +3792,7 @@ var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
3721
3792
|
}
|
3722
3793
|
if (input[_P] != null) {
|
3723
3794
|
const memberEntries = se_Parameters(input[_P], context);
|
3724
|
-
if (
|
3795
|
+
if (input[_P]?.length === 0) {
|
3725
3796
|
entries.Parameters = [];
|
3726
3797
|
}
|
3727
3798
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3731,7 +3802,7 @@ var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
3731
3802
|
}
|
3732
3803
|
if (input[_C] != null) {
|
3733
3804
|
const memberEntries = se_Capabilities(input[_C], context);
|
3734
|
-
if (
|
3805
|
+
if (input[_C]?.length === 0) {
|
3735
3806
|
entries.Capabilities = [];
|
3736
3807
|
}
|
3737
3808
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3741,7 +3812,7 @@ var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
3741
3812
|
}
|
3742
3813
|
if (input[_RTe] != null) {
|
3743
3814
|
const memberEntries = se_ResourceTypes(input[_RTe], context);
|
3744
|
-
if (
|
3815
|
+
if (input[_RTe]?.length === 0) {
|
3745
3816
|
entries.ResourceTypes = [];
|
3746
3817
|
}
|
3747
3818
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3761,7 +3832,7 @@ var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
3761
3832
|
}
|
3762
3833
|
if (input[_NARN] != null) {
|
3763
3834
|
const memberEntries = se_NotificationARNs(input[_NARN], context);
|
3764
|
-
if (
|
3835
|
+
if (input[_NARN]?.length === 0) {
|
3765
3836
|
entries.NotificationARNs = [];
|
3766
3837
|
}
|
3767
3838
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3771,7 +3842,7 @@ var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
3771
3842
|
}
|
3772
3843
|
if (input[_Ta] != null) {
|
3773
3844
|
const memberEntries = se_Tags(input[_Ta], context);
|
3774
|
-
if (
|
3845
|
+
if (input[_Ta]?.length === 0) {
|
3775
3846
|
entries.Tags = [];
|
3776
3847
|
}
|
3777
3848
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3793,7 +3864,7 @@ var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
3793
3864
|
}
|
3794
3865
|
if (input[_RTI] != null) {
|
3795
3866
|
const memberEntries = se_ResourcesToImport(input[_RTI], context);
|
3796
|
-
if (
|
3867
|
+
if (input[_RTI]?.length === 0) {
|
3797
3868
|
entries.ResourcesToImport = [];
|
3798
3869
|
}
|
3799
3870
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3813,11 +3884,10 @@ var se_CreateChangeSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
3813
3884
|
return entries;
|
3814
3885
|
}, "se_CreateChangeSetInput");
|
3815
3886
|
var se_CreateGeneratedTemplateInput = /* @__PURE__ */ __name((input, context) => {
|
3816
|
-
var _a;
|
3817
3887
|
const entries = {};
|
3818
3888
|
if (input[_R] != null) {
|
3819
3889
|
const memberEntries = se_ResourceDefinitions(input[_R], context);
|
3820
|
-
if (
|
3890
|
+
if (input[_R]?.length === 0) {
|
3821
3891
|
entries.Resources = [];
|
3822
3892
|
}
|
3823
3893
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3841,7 +3911,6 @@ var se_CreateGeneratedTemplateInput = /* @__PURE__ */ __name((input, context) =>
|
|
3841
3911
|
return entries;
|
3842
3912
|
}, "se_CreateGeneratedTemplateInput");
|
3843
3913
|
var se_CreateStackInput = /* @__PURE__ */ __name((input, context) => {
|
3844
|
-
var _a, _b, _c, _d, _e2;
|
3845
3914
|
const entries = {};
|
3846
3915
|
if (input[_SN] != null) {
|
3847
3916
|
entries[_SN] = input[_SN];
|
@@ -3854,7 +3923,7 @@ var se_CreateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
3854
3923
|
}
|
3855
3924
|
if (input[_P] != null) {
|
3856
3925
|
const memberEntries = se_Parameters(input[_P], context);
|
3857
|
-
if (
|
3926
|
+
if (input[_P]?.length === 0) {
|
3858
3927
|
entries.Parameters = [];
|
3859
3928
|
}
|
3860
3929
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3877,7 +3946,7 @@ var se_CreateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
3877
3946
|
}
|
3878
3947
|
if (input[_NARN] != null) {
|
3879
3948
|
const memberEntries = se_NotificationARNs(input[_NARN], context);
|
3880
|
-
if (
|
3949
|
+
if (input[_NARN]?.length === 0) {
|
3881
3950
|
entries.NotificationARNs = [];
|
3882
3951
|
}
|
3883
3952
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3887,7 +3956,7 @@ var se_CreateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
3887
3956
|
}
|
3888
3957
|
if (input[_C] != null) {
|
3889
3958
|
const memberEntries = se_Capabilities(input[_C], context);
|
3890
|
-
if (
|
3959
|
+
if (input[_C]?.length === 0) {
|
3891
3960
|
entries.Capabilities = [];
|
3892
3961
|
}
|
3893
3962
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3897,7 +3966,7 @@ var se_CreateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
3897
3966
|
}
|
3898
3967
|
if (input[_RTe] != null) {
|
3899
3968
|
const memberEntries = se_ResourceTypes(input[_RTe], context);
|
3900
|
-
if (
|
3969
|
+
if (input[_RTe]?.length === 0) {
|
3901
3970
|
entries.ResourceTypes = [];
|
3902
3971
|
}
|
3903
3972
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3919,7 +3988,7 @@ var se_CreateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
3919
3988
|
}
|
3920
3989
|
if (input[_Ta] != null) {
|
3921
3990
|
const memberEntries = se_Tags(input[_Ta], context);
|
3922
|
-
if (
|
3991
|
+
if (input[_Ta]?.length === 0) {
|
3923
3992
|
entries.Tags = [];
|
3924
3993
|
}
|
3925
3994
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3939,14 +4008,13 @@ var se_CreateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
3939
4008
|
return entries;
|
3940
4009
|
}, "se_CreateStackInput");
|
3941
4010
|
var se_CreateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
3942
|
-
var _a, _b, _c;
|
3943
4011
|
const entries = {};
|
3944
4012
|
if (input[_SSN] != null) {
|
3945
4013
|
entries[_SSN] = input[_SSN];
|
3946
4014
|
}
|
3947
4015
|
if (input[_Ac] != null) {
|
3948
4016
|
const memberEntries = se_AccountList(input[_Ac], context);
|
3949
|
-
if (
|
4017
|
+
if (input[_Ac]?.length === 0) {
|
3950
4018
|
entries.Accounts = [];
|
3951
4019
|
}
|
3952
4020
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3963,7 +4031,7 @@ var se_CreateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
3963
4031
|
}
|
3964
4032
|
if (input[_Re] != null) {
|
3965
4033
|
const memberEntries = se_RegionList(input[_Re], context);
|
3966
|
-
if (
|
4034
|
+
if (input[_Re]?.length === 0) {
|
3967
4035
|
entries.Regions = [];
|
3968
4036
|
}
|
3969
4037
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -3973,7 +4041,7 @@ var se_CreateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
3973
4041
|
}
|
3974
4042
|
if (input[_PO] != null) {
|
3975
4043
|
const memberEntries = se_Parameters(input[_PO], context);
|
3976
|
-
if (
|
4044
|
+
if (input[_PO]?.length === 0) {
|
3977
4045
|
entries.ParameterOverrides = [];
|
3978
4046
|
}
|
3979
4047
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4000,7 +4068,6 @@ var se_CreateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
4000
4068
|
return entries;
|
4001
4069
|
}, "se_CreateStackInstancesInput");
|
4002
4070
|
var se_CreateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
4003
|
-
var _a, _b, _c;
|
4004
4071
|
const entries = {};
|
4005
4072
|
if (input[_SSN] != null) {
|
4006
4073
|
entries[_SSN] = input[_SSN];
|
@@ -4019,7 +4086,7 @@ var se_CreateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
4019
4086
|
}
|
4020
4087
|
if (input[_P] != null) {
|
4021
4088
|
const memberEntries = se_Parameters(input[_P], context);
|
4022
|
-
if (
|
4089
|
+
if (input[_P]?.length === 0) {
|
4023
4090
|
entries.Parameters = [];
|
4024
4091
|
}
|
4025
4092
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4029,7 +4096,7 @@ var se_CreateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
4029
4096
|
}
|
4030
4097
|
if (input[_C] != null) {
|
4031
4098
|
const memberEntries = se_Capabilities(input[_C], context);
|
4032
|
-
if (
|
4099
|
+
if (input[_C]?.length === 0) {
|
4033
4100
|
entries.Capabilities = [];
|
4034
4101
|
}
|
4035
4102
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4039,7 +4106,7 @@ var se_CreateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
4039
4106
|
}
|
4040
4107
|
if (input[_Ta] != null) {
|
4041
4108
|
const memberEntries = se_Tags(input[_Ta], context);
|
4042
|
-
if (
|
4109
|
+
if (input[_Ta]?.length === 0) {
|
4043
4110
|
entries.Tags = [];
|
4044
4111
|
}
|
4045
4112
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4116,14 +4183,13 @@ var se_DeleteGeneratedTemplateInput = /* @__PURE__ */ __name((input, context) =>
|
|
4116
4183
|
return entries;
|
4117
4184
|
}, "se_DeleteGeneratedTemplateInput");
|
4118
4185
|
var se_DeleteStackInput = /* @__PURE__ */ __name((input, context) => {
|
4119
|
-
var _a;
|
4120
4186
|
const entries = {};
|
4121
4187
|
if (input[_SN] != null) {
|
4122
4188
|
entries[_SN] = input[_SN];
|
4123
4189
|
}
|
4124
4190
|
if (input[_RR] != null) {
|
4125
4191
|
const memberEntries = se_RetainResources(input[_RR], context);
|
4126
|
-
if (
|
4192
|
+
if (input[_RR]?.length === 0) {
|
4127
4193
|
entries.RetainResources = [];
|
4128
4194
|
}
|
4129
4195
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4143,14 +4209,13 @@ var se_DeleteStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
4143
4209
|
return entries;
|
4144
4210
|
}, "se_DeleteStackInput");
|
4145
4211
|
var se_DeleteStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
4146
|
-
var _a, _b;
|
4147
4212
|
const entries = {};
|
4148
4213
|
if (input[_SSN] != null) {
|
4149
4214
|
entries[_SSN] = input[_SSN];
|
4150
4215
|
}
|
4151
4216
|
if (input[_Ac] != null) {
|
4152
4217
|
const memberEntries = se_AccountList(input[_Ac], context);
|
4153
|
-
if (
|
4218
|
+
if (input[_Ac]?.length === 0) {
|
4154
4219
|
entries.Accounts = [];
|
4155
4220
|
}
|
4156
4221
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4167,7 +4232,7 @@ var se_DeleteStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
4167
4232
|
}
|
4168
4233
|
if (input[_Re] != null) {
|
4169
4234
|
const memberEntries = se_RegionList(input[_Re], context);
|
4170
|
-
if (
|
4235
|
+
if (input[_Re]?.length === 0) {
|
4171
4236
|
entries.Regions = [];
|
4172
4237
|
}
|
4173
4238
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4207,11 +4272,10 @@ var se_DeleteStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
4207
4272
|
return entries;
|
4208
4273
|
}, "se_DeleteStackSetInput");
|
4209
4274
|
var se_DeploymentTargets = /* @__PURE__ */ __name((input, context) => {
|
4210
|
-
var _a, _b;
|
4211
4275
|
const entries = {};
|
4212
4276
|
if (input[_Ac] != null) {
|
4213
4277
|
const memberEntries = se_AccountList(input[_Ac], context);
|
4214
|
-
if (
|
4278
|
+
if (input[_Ac]?.length === 0) {
|
4215
4279
|
entries.Accounts = [];
|
4216
4280
|
}
|
4217
4281
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4224,7 +4288,7 @@ var se_DeploymentTargets = /* @__PURE__ */ __name((input, context) => {
|
|
4224
4288
|
}
|
4225
4289
|
if (input[_OUI] != null) {
|
4226
4290
|
const memberEntries = se_OrganizationalUnitIdList(input[_OUI], context);
|
4227
|
-
if (
|
4291
|
+
if (input[_OUI]?.length === 0) {
|
4228
4292
|
entries.OrganizationalUnitIds = [];
|
4229
4293
|
}
|
4230
4294
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4354,14 +4418,13 @@ var se_DescribeStackInstanceInput = /* @__PURE__ */ __name((input, context) => {
|
|
4354
4418
|
return entries;
|
4355
4419
|
}, "se_DescribeStackInstanceInput");
|
4356
4420
|
var se_DescribeStackResourceDriftsInput = /* @__PURE__ */ __name((input, context) => {
|
4357
|
-
var _a;
|
4358
4421
|
const entries = {};
|
4359
4422
|
if (input[_SN] != null) {
|
4360
4423
|
entries[_SN] = input[_SN];
|
4361
4424
|
}
|
4362
4425
|
if (input[_SRDSF] != null) {
|
4363
4426
|
const memberEntries = se_StackResourceDriftStatusFilters(input[_SRDSF], context);
|
4364
|
-
if (
|
4427
|
+
if (input[_SRDSF]?.length === 0) {
|
4365
4428
|
entries.StackResourceDriftStatusFilters = [];
|
4366
4429
|
}
|
4367
4430
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4463,14 +4526,13 @@ var se_DescribeTypeRegistrationInput = /* @__PURE__ */ __name((input, context) =
|
|
4463
4526
|
return entries;
|
4464
4527
|
}, "se_DescribeTypeRegistrationInput");
|
4465
4528
|
var se_DetectStackDriftInput = /* @__PURE__ */ __name((input, context) => {
|
4466
|
-
var _a;
|
4467
4529
|
const entries = {};
|
4468
4530
|
if (input[_SN] != null) {
|
4469
4531
|
entries[_SN] = input[_SN];
|
4470
4532
|
}
|
4471
4533
|
if (input[_LRIo] != null) {
|
4472
4534
|
const memberEntries = se_LogicalResourceIds(input[_LRIo], context);
|
4473
|
-
if (
|
4535
|
+
if (input[_LRIo]?.length === 0) {
|
4474
4536
|
entries.LogicalResourceIds = [];
|
4475
4537
|
}
|
4476
4538
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4514,7 +4576,6 @@ var se_DetectStackSetDriftInput = /* @__PURE__ */ __name((input, context) => {
|
|
4514
4576
|
return entries;
|
4515
4577
|
}, "se_DetectStackSetDriftInput");
|
4516
4578
|
var se_EstimateTemplateCostInput = /* @__PURE__ */ __name((input, context) => {
|
4517
|
-
var _a;
|
4518
4579
|
const entries = {};
|
4519
4580
|
if (input[_TB] != null) {
|
4520
4581
|
entries[_TB] = input[_TB];
|
@@ -4524,7 +4585,7 @@ var se_EstimateTemplateCostInput = /* @__PURE__ */ __name((input, context) => {
|
|
4524
4585
|
}
|
4525
4586
|
if (input[_P] != null) {
|
4526
4587
|
const memberEntries = se_Parameters(input[_P], context);
|
4527
|
-
if (
|
4588
|
+
if (input[_P]?.length === 0) {
|
4528
4589
|
entries.Parameters = [];
|
4529
4590
|
}
|
4530
4591
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4610,14 +4671,13 @@ var se_GetTemplateSummaryInput = /* @__PURE__ */ __name((input, context) => {
|
|
4610
4671
|
return entries;
|
4611
4672
|
}, "se_GetTemplateSummaryInput");
|
4612
4673
|
var se_ImportStacksToStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
4613
|
-
var _a, _b;
|
4614
4674
|
const entries = {};
|
4615
4675
|
if (input[_SSN] != null) {
|
4616
4676
|
entries[_SSN] = input[_SSN];
|
4617
4677
|
}
|
4618
4678
|
if (input[_SIt] != null) {
|
4619
4679
|
const memberEntries = se_StackIdList(input[_SIt], context);
|
4620
|
-
if (
|
4680
|
+
if (input[_SIt]?.length === 0) {
|
4621
4681
|
entries.StackIds = [];
|
4622
4682
|
}
|
4623
4683
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4630,7 +4690,7 @@ var se_ImportStacksToStackSetInput = /* @__PURE__ */ __name((input, context) =>
|
|
4630
4690
|
}
|
4631
4691
|
if (input[_OUI] != null) {
|
4632
4692
|
const memberEntries = se_OrganizationalUnitIdList(input[_OUI], context);
|
4633
|
-
if (
|
4693
|
+
if (input[_OUI]?.length === 0) {
|
4634
4694
|
entries.OrganizationalUnitIds = [];
|
4635
4695
|
}
|
4636
4696
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4729,14 +4789,13 @@ var se_ListImportsInput = /* @__PURE__ */ __name((input, context) => {
|
|
4729
4789
|
return entries;
|
4730
4790
|
}, "se_ListImportsInput");
|
4731
4791
|
var se_ListResourceScanRelatedResourcesInput = /* @__PURE__ */ __name((input, context) => {
|
4732
|
-
var _a;
|
4733
4792
|
const entries = {};
|
4734
4793
|
if (input[_RSI] != null) {
|
4735
4794
|
entries[_RSI] = input[_RSI];
|
4736
4795
|
}
|
4737
4796
|
if (input[_R] != null) {
|
4738
4797
|
const memberEntries = se_ScannedResourceIdentifiers(input[_R], context);
|
4739
|
-
if (
|
4798
|
+
if (input[_R]?.length === 0) {
|
4740
4799
|
entries.Resources = [];
|
4741
4800
|
}
|
4742
4801
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4788,7 +4847,6 @@ var se_ListResourceScansInput = /* @__PURE__ */ __name((input, context) => {
|
|
4788
4847
|
return entries;
|
4789
4848
|
}, "se_ListResourceScansInput");
|
4790
4849
|
var se_ListStackInstanceResourceDriftsInput = /* @__PURE__ */ __name((input, context) => {
|
4791
|
-
var _a;
|
4792
4850
|
const entries = {};
|
4793
4851
|
if (input[_SSN] != null) {
|
4794
4852
|
entries[_SSN] = input[_SSN];
|
@@ -4801,7 +4859,7 @@ var se_ListStackInstanceResourceDriftsInput = /* @__PURE__ */ __name((input, con
|
|
4801
4859
|
}
|
4802
4860
|
if (input[_SIRDS] != null) {
|
4803
4861
|
const memberEntries = se_StackResourceDriftStatusFilters(input[_SIRDS], context);
|
4804
|
-
if (
|
4862
|
+
if (input[_SIRDS]?.length === 0) {
|
4805
4863
|
entries.StackInstanceResourceDriftStatuses = [];
|
4806
4864
|
}
|
4807
4865
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4824,7 +4882,6 @@ var se_ListStackInstanceResourceDriftsInput = /* @__PURE__ */ __name((input, con
|
|
4824
4882
|
return entries;
|
4825
4883
|
}, "se_ListStackInstanceResourceDriftsInput");
|
4826
4884
|
var se_ListStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
4827
|
-
var _a;
|
4828
4885
|
const entries = {};
|
4829
4886
|
if (input[_SSN] != null) {
|
4830
4887
|
entries[_SSN] = input[_SSN];
|
@@ -4837,7 +4894,7 @@ var se_ListStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
4837
4894
|
}
|
4838
4895
|
if (input[_Fi] != null) {
|
4839
4896
|
const memberEntries = se_StackInstanceFilters(input[_Fi], context);
|
4840
|
-
if (
|
4897
|
+
if (input[_Fi]?.length === 0) {
|
4841
4898
|
entries.Filters = [];
|
4842
4899
|
}
|
4843
4900
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4883,7 +4940,6 @@ var se_ListStackSetAutoDeploymentTargetsInput = /* @__PURE__ */ __name((input, c
|
|
4883
4940
|
return entries;
|
4884
4941
|
}, "se_ListStackSetAutoDeploymentTargetsInput");
|
4885
4942
|
var se_ListStackSetOperationResultsInput = /* @__PURE__ */ __name((input, context) => {
|
4886
|
-
var _a;
|
4887
4943
|
const entries = {};
|
4888
4944
|
if (input[_SSN] != null) {
|
4889
4945
|
entries[_SSN] = input[_SSN];
|
@@ -4902,7 +4958,7 @@ var se_ListStackSetOperationResultsInput = /* @__PURE__ */ __name((input, contex
|
|
4902
4958
|
}
|
4903
4959
|
if (input[_Fi] != null) {
|
4904
4960
|
const memberEntries = se_OperationResultFilters(input[_Fi], context);
|
4905
|
-
if (
|
4961
|
+
if (input[_Fi]?.length === 0) {
|
4906
4962
|
entries.Filters = [];
|
4907
4963
|
}
|
4908
4964
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -4945,14 +5001,13 @@ var se_ListStackSetsInput = /* @__PURE__ */ __name((input, context) => {
|
|
4945
5001
|
return entries;
|
4946
5002
|
}, "se_ListStackSetsInput");
|
4947
5003
|
var se_ListStacksInput = /* @__PURE__ */ __name((input, context) => {
|
4948
|
-
var _a;
|
4949
5004
|
const entries = {};
|
4950
5005
|
if (input[_NT] != null) {
|
4951
5006
|
entries[_NT] = input[_NT];
|
4952
5007
|
}
|
4953
5008
|
if (input[_SSF] != null) {
|
4954
5009
|
const memberEntries = se_StackStatusFilter(input[_SSF], context);
|
4955
|
-
if (
|
5010
|
+
if (input[_SSF]?.length === 0) {
|
4956
5011
|
entries.StackStatusFilter = [];
|
4957
5012
|
}
|
4958
5013
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5347,11 +5402,10 @@ var se_RetainResources = /* @__PURE__ */ __name((input, context) => {
|
|
5347
5402
|
return entries;
|
5348
5403
|
}, "se_RetainResources");
|
5349
5404
|
var se_RollbackConfiguration = /* @__PURE__ */ __name((input, context) => {
|
5350
|
-
var _a;
|
5351
5405
|
const entries = {};
|
5352
5406
|
if (input[_RTo] != null) {
|
5353
5407
|
const memberEntries = se_RollbackTriggers(input[_RTo], context);
|
5354
|
-
if (
|
5408
|
+
if (input[_RTo]?.length === 0) {
|
5355
5409
|
entries.RollbackTriggers = [];
|
5356
5410
|
}
|
5357
5411
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5548,14 +5602,13 @@ var se_StackResourceDriftStatusFilters = /* @__PURE__ */ __name((input, context)
|
|
5548
5602
|
return entries;
|
5549
5603
|
}, "se_StackResourceDriftStatusFilters");
|
5550
5604
|
var se_StackSetOperationPreferences = /* @__PURE__ */ __name((input, context) => {
|
5551
|
-
var _a;
|
5552
5605
|
const entries = {};
|
5553
5606
|
if (input[_RCT] != null) {
|
5554
5607
|
entries[_RCT] = input[_RCT];
|
5555
5608
|
}
|
5556
5609
|
if (input[_RO] != null) {
|
5557
5610
|
const memberEntries = se_RegionList(input[_RO], context);
|
5558
|
-
if (
|
5611
|
+
if (input[_RO]?.length === 0) {
|
5559
5612
|
entries.RegionOrder = [];
|
5560
5613
|
}
|
5561
5614
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5721,7 +5774,6 @@ var se_TypeFilters = /* @__PURE__ */ __name((input, context) => {
|
|
5721
5774
|
return entries;
|
5722
5775
|
}, "se_TypeFilters");
|
5723
5776
|
var se_UpdateGeneratedTemplateInput = /* @__PURE__ */ __name((input, context) => {
|
5724
|
-
var _a, _b;
|
5725
5777
|
const entries = {};
|
5726
5778
|
if (input[_GTN] != null) {
|
5727
5779
|
entries[_GTN] = input[_GTN];
|
@@ -5731,7 +5783,7 @@ var se_UpdateGeneratedTemplateInput = /* @__PURE__ */ __name((input, context) =>
|
|
5731
5783
|
}
|
5732
5784
|
if (input[_AR] != null) {
|
5733
5785
|
const memberEntries = se_ResourceDefinitions(input[_AR], context);
|
5734
|
-
if (
|
5786
|
+
if (input[_AR]?.length === 0) {
|
5735
5787
|
entries.AddResources = [];
|
5736
5788
|
}
|
5737
5789
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5741,7 +5793,7 @@ var se_UpdateGeneratedTemplateInput = /* @__PURE__ */ __name((input, context) =>
|
|
5741
5793
|
}
|
5742
5794
|
if (input[_RRe] != null) {
|
5743
5795
|
const memberEntries = se_JazzLogicalResourceIds(input[_RRe], context);
|
5744
|
-
if (
|
5796
|
+
if (input[_RRe]?.length === 0) {
|
5745
5797
|
entries.RemoveResources = [];
|
5746
5798
|
}
|
5747
5799
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5762,7 +5814,6 @@ var se_UpdateGeneratedTemplateInput = /* @__PURE__ */ __name((input, context) =>
|
|
5762
5814
|
return entries;
|
5763
5815
|
}, "se_UpdateGeneratedTemplateInput");
|
5764
5816
|
var se_UpdateStackInput = /* @__PURE__ */ __name((input, context) => {
|
5765
|
-
var _a, _b, _c, _d, _e2;
|
5766
5817
|
const entries = {};
|
5767
5818
|
if (input[_SN] != null) {
|
5768
5819
|
entries[_SN] = input[_SN];
|
@@ -5784,7 +5835,7 @@ var se_UpdateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
5784
5835
|
}
|
5785
5836
|
if (input[_P] != null) {
|
5786
5837
|
const memberEntries = se_Parameters(input[_P], context);
|
5787
|
-
if (
|
5838
|
+
if (input[_P]?.length === 0) {
|
5788
5839
|
entries.Parameters = [];
|
5789
5840
|
}
|
5790
5841
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5794,7 +5845,7 @@ var se_UpdateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
5794
5845
|
}
|
5795
5846
|
if (input[_C] != null) {
|
5796
5847
|
const memberEntries = se_Capabilities(input[_C], context);
|
5797
|
-
if (
|
5848
|
+
if (input[_C]?.length === 0) {
|
5798
5849
|
entries.Capabilities = [];
|
5799
5850
|
}
|
5800
5851
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5804,7 +5855,7 @@ var se_UpdateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
5804
5855
|
}
|
5805
5856
|
if (input[_RTe] != null) {
|
5806
5857
|
const memberEntries = se_ResourceTypes(input[_RTe], context);
|
5807
|
-
if (
|
5858
|
+
if (input[_RTe]?.length === 0) {
|
5808
5859
|
entries.ResourceTypes = [];
|
5809
5860
|
}
|
5810
5861
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5830,7 +5881,7 @@ var se_UpdateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
5830
5881
|
}
|
5831
5882
|
if (input[_NARN] != null) {
|
5832
5883
|
const memberEntries = se_NotificationARNs(input[_NARN], context);
|
5833
|
-
if (
|
5884
|
+
if (input[_NARN]?.length === 0) {
|
5834
5885
|
entries.NotificationARNs = [];
|
5835
5886
|
}
|
5836
5887
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5840,7 +5891,7 @@ var se_UpdateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
5840
5891
|
}
|
5841
5892
|
if (input[_Ta] != null) {
|
5842
5893
|
const memberEntries = se_Tags(input[_Ta], context);
|
5843
|
-
if (
|
5894
|
+
if (input[_Ta]?.length === 0) {
|
5844
5895
|
entries.Tags = [];
|
5845
5896
|
}
|
5846
5897
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5860,14 +5911,13 @@ var se_UpdateStackInput = /* @__PURE__ */ __name((input, context) => {
|
|
5860
5911
|
return entries;
|
5861
5912
|
}, "se_UpdateStackInput");
|
5862
5913
|
var se_UpdateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
5863
|
-
var _a, _b, _c;
|
5864
5914
|
const entries = {};
|
5865
5915
|
if (input[_SSN] != null) {
|
5866
5916
|
entries[_SSN] = input[_SSN];
|
5867
5917
|
}
|
5868
5918
|
if (input[_Ac] != null) {
|
5869
5919
|
const memberEntries = se_AccountList(input[_Ac], context);
|
5870
|
-
if (
|
5920
|
+
if (input[_Ac]?.length === 0) {
|
5871
5921
|
entries.Accounts = [];
|
5872
5922
|
}
|
5873
5923
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5884,7 +5934,7 @@ var se_UpdateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
5884
5934
|
}
|
5885
5935
|
if (input[_Re] != null) {
|
5886
5936
|
const memberEntries = se_RegionList(input[_Re], context);
|
5887
|
-
if (
|
5937
|
+
if (input[_Re]?.length === 0) {
|
5888
5938
|
entries.Regions = [];
|
5889
5939
|
}
|
5890
5940
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5894,7 +5944,7 @@ var se_UpdateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
5894
5944
|
}
|
5895
5945
|
if (input[_PO] != null) {
|
5896
5946
|
const memberEntries = se_Parameters(input[_PO], context);
|
5897
|
-
if (
|
5947
|
+
if (input[_PO]?.length === 0) {
|
5898
5948
|
entries.ParameterOverrides = [];
|
5899
5949
|
}
|
5900
5950
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5921,7 +5971,6 @@ var se_UpdateStackInstancesInput = /* @__PURE__ */ __name((input, context) => {
|
|
5921
5971
|
return entries;
|
5922
5972
|
}, "se_UpdateStackInstancesInput");
|
5923
5973
|
var se_UpdateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
5924
|
-
var _a, _b, _c, _d, _e2;
|
5925
5974
|
const entries = {};
|
5926
5975
|
if (input[_SSN] != null) {
|
5927
5976
|
entries[_SSN] = input[_SSN];
|
@@ -5940,7 +5989,7 @@ var se_UpdateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
5940
5989
|
}
|
5941
5990
|
if (input[_P] != null) {
|
5942
5991
|
const memberEntries = se_Parameters(input[_P], context);
|
5943
|
-
if (
|
5992
|
+
if (input[_P]?.length === 0) {
|
5944
5993
|
entries.Parameters = [];
|
5945
5994
|
}
|
5946
5995
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5950,7 +5999,7 @@ var se_UpdateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
5950
5999
|
}
|
5951
6000
|
if (input[_C] != null) {
|
5952
6001
|
const memberEntries = se_Capabilities(input[_C], context);
|
5953
|
-
if (
|
6002
|
+
if (input[_C]?.length === 0) {
|
5954
6003
|
entries.Capabilities = [];
|
5955
6004
|
}
|
5956
6005
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -5960,7 +6009,7 @@ var se_UpdateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
5960
6009
|
}
|
5961
6010
|
if (input[_Ta] != null) {
|
5962
6011
|
const memberEntries = se_Tags(input[_Ta], context);
|
5963
|
-
if (
|
6012
|
+
if (input[_Ta]?.length === 0) {
|
5964
6013
|
entries.Tags = [];
|
5965
6014
|
}
|
5966
6015
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -6006,7 +6055,7 @@ var se_UpdateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
6006
6055
|
}
|
6007
6056
|
if (input[_Ac] != null) {
|
6008
6057
|
const memberEntries = se_AccountList(input[_Ac], context);
|
6009
|
-
if (
|
6058
|
+
if (input[_Ac]?.length === 0) {
|
6010
6059
|
entries.Accounts = [];
|
6011
6060
|
}
|
6012
6061
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -6016,7 +6065,7 @@ var se_UpdateStackSetInput = /* @__PURE__ */ __name((input, context) => {
|
|
6016
6065
|
}
|
6017
6066
|
if (input[_Re] != null) {
|
6018
6067
|
const memberEntries = se_RegionList(input[_Re], context);
|
6019
|
-
if (
|
6068
|
+
if (input[_Re]?.length === 0) {
|
6020
6069
|
entries.Regions = [];
|
6021
6070
|
}
|
6022
6071
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
@@ -9471,8 +9520,7 @@ var _e = "entry";
|
|
9471
9520
|
var _m = "member";
|
9472
9521
|
var buildFormUrlencodedString = /* @__PURE__ */ __name((formEntries) => Object.entries(formEntries).map(([key, value]) => (0, import_smithy_client.extendedEncodeURIComponent)(key) + "=" + (0, import_smithy_client.extendedEncodeURIComponent)(value)).join("&"), "buildFormUrlencodedString");
|
9473
9522
|
var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
9474
|
-
|
9475
|
-
if (((_a = data.Error) == null ? void 0 : _a.Code) !== void 0) {
|
9523
|
+
if (data.Error?.Code !== void 0) {
|
9476
9524
|
return data.Error.Code;
|
9477
9525
|
}
|
9478
9526
|
if (output.statusCode == 404) {
|
@@ -9481,1163 +9529,1246 @@ var loadQueryErrorCode = /* @__PURE__ */ __name((output, data) => {
|
|
9481
9529
|
}, "loadQueryErrorCode");
|
9482
9530
|
|
9483
9531
|
// src/commands/ActivateOrganizationsAccessCommand.ts
|
9484
|
-
var
|
9532
|
+
var ActivateOrganizationsAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9485
9533
|
return [
|
9486
9534
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9487
9535
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9488
9536
|
];
|
9489
9537
|
}).s("CloudFormation", "ActivateOrganizationsAccess", {}).n("CloudFormationClient", "ActivateOrganizationsAccessCommand").f(void 0, void 0).ser(se_ActivateOrganizationsAccessCommand).de(de_ActivateOrganizationsAccessCommand).build() {
|
9538
|
+
static {
|
9539
|
+
__name(this, "ActivateOrganizationsAccessCommand");
|
9540
|
+
}
|
9490
9541
|
};
|
9491
|
-
__name(_ActivateOrganizationsAccessCommand, "ActivateOrganizationsAccessCommand");
|
9492
|
-
var ActivateOrganizationsAccessCommand = _ActivateOrganizationsAccessCommand;
|
9493
9542
|
|
9494
9543
|
// src/commands/ActivateTypeCommand.ts
|
9495
9544
|
|
9496
9545
|
|
9497
9546
|
|
9498
|
-
var
|
9547
|
+
var ActivateTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9499
9548
|
return [
|
9500
9549
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9501
9550
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9502
9551
|
];
|
9503
9552
|
}).s("CloudFormation", "ActivateType", {}).n("CloudFormationClient", "ActivateTypeCommand").f(void 0, void 0).ser(se_ActivateTypeCommand).de(de_ActivateTypeCommand).build() {
|
9553
|
+
static {
|
9554
|
+
__name(this, "ActivateTypeCommand");
|
9555
|
+
}
|
9504
9556
|
};
|
9505
|
-
__name(_ActivateTypeCommand, "ActivateTypeCommand");
|
9506
|
-
var ActivateTypeCommand = _ActivateTypeCommand;
|
9507
9557
|
|
9508
9558
|
// src/commands/BatchDescribeTypeConfigurationsCommand.ts
|
9509
9559
|
|
9510
9560
|
|
9511
9561
|
|
9512
|
-
var
|
9562
|
+
var BatchDescribeTypeConfigurationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9513
9563
|
return [
|
9514
9564
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9515
9565
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9516
9566
|
];
|
9517
9567
|
}).s("CloudFormation", "BatchDescribeTypeConfigurations", {}).n("CloudFormationClient", "BatchDescribeTypeConfigurationsCommand").f(void 0, void 0).ser(se_BatchDescribeTypeConfigurationsCommand).de(de_BatchDescribeTypeConfigurationsCommand).build() {
|
9568
|
+
static {
|
9569
|
+
__name(this, "BatchDescribeTypeConfigurationsCommand");
|
9570
|
+
}
|
9518
9571
|
};
|
9519
|
-
__name(_BatchDescribeTypeConfigurationsCommand, "BatchDescribeTypeConfigurationsCommand");
|
9520
|
-
var BatchDescribeTypeConfigurationsCommand = _BatchDescribeTypeConfigurationsCommand;
|
9521
9572
|
|
9522
9573
|
// src/commands/CancelUpdateStackCommand.ts
|
9523
9574
|
|
9524
9575
|
|
9525
9576
|
|
9526
|
-
var
|
9577
|
+
var CancelUpdateStackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9527
9578
|
return [
|
9528
9579
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9529
9580
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9530
9581
|
];
|
9531
9582
|
}).s("CloudFormation", "CancelUpdateStack", {}).n("CloudFormationClient", "CancelUpdateStackCommand").f(void 0, void 0).ser(se_CancelUpdateStackCommand).de(de_CancelUpdateStackCommand).build() {
|
9583
|
+
static {
|
9584
|
+
__name(this, "CancelUpdateStackCommand");
|
9585
|
+
}
|
9532
9586
|
};
|
9533
|
-
__name(_CancelUpdateStackCommand, "CancelUpdateStackCommand");
|
9534
|
-
var CancelUpdateStackCommand = _CancelUpdateStackCommand;
|
9535
9587
|
|
9536
9588
|
// src/commands/ContinueUpdateRollbackCommand.ts
|
9537
9589
|
|
9538
9590
|
|
9539
9591
|
|
9540
|
-
var
|
9592
|
+
var ContinueUpdateRollbackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9541
9593
|
return [
|
9542
9594
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9543
9595
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9544
9596
|
];
|
9545
9597
|
}).s("CloudFormation", "ContinueUpdateRollback", {}).n("CloudFormationClient", "ContinueUpdateRollbackCommand").f(void 0, void 0).ser(se_ContinueUpdateRollbackCommand).de(de_ContinueUpdateRollbackCommand).build() {
|
9598
|
+
static {
|
9599
|
+
__name(this, "ContinueUpdateRollbackCommand");
|
9600
|
+
}
|
9546
9601
|
};
|
9547
|
-
__name(_ContinueUpdateRollbackCommand, "ContinueUpdateRollbackCommand");
|
9548
|
-
var ContinueUpdateRollbackCommand = _ContinueUpdateRollbackCommand;
|
9549
9602
|
|
9550
9603
|
// src/commands/CreateChangeSetCommand.ts
|
9551
9604
|
|
9552
9605
|
|
9553
9606
|
|
9554
|
-
var
|
9607
|
+
var CreateChangeSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9555
9608
|
return [
|
9556
9609
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9557
9610
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9558
9611
|
];
|
9559
9612
|
}).s("CloudFormation", "CreateChangeSet", {}).n("CloudFormationClient", "CreateChangeSetCommand").f(void 0, void 0).ser(se_CreateChangeSetCommand).de(de_CreateChangeSetCommand).build() {
|
9613
|
+
static {
|
9614
|
+
__name(this, "CreateChangeSetCommand");
|
9615
|
+
}
|
9560
9616
|
};
|
9561
|
-
__name(_CreateChangeSetCommand, "CreateChangeSetCommand");
|
9562
|
-
var CreateChangeSetCommand = _CreateChangeSetCommand;
|
9563
9617
|
|
9564
9618
|
// src/commands/CreateGeneratedTemplateCommand.ts
|
9565
9619
|
|
9566
9620
|
|
9567
9621
|
|
9568
|
-
var
|
9622
|
+
var CreateGeneratedTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9569
9623
|
return [
|
9570
9624
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9571
9625
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9572
9626
|
];
|
9573
9627
|
}).s("CloudFormation", "CreateGeneratedTemplate", {}).n("CloudFormationClient", "CreateGeneratedTemplateCommand").f(void 0, void 0).ser(se_CreateGeneratedTemplateCommand).de(de_CreateGeneratedTemplateCommand).build() {
|
9628
|
+
static {
|
9629
|
+
__name(this, "CreateGeneratedTemplateCommand");
|
9630
|
+
}
|
9574
9631
|
};
|
9575
|
-
__name(_CreateGeneratedTemplateCommand, "CreateGeneratedTemplateCommand");
|
9576
|
-
var CreateGeneratedTemplateCommand = _CreateGeneratedTemplateCommand;
|
9577
9632
|
|
9578
9633
|
// src/commands/CreateStackCommand.ts
|
9579
9634
|
|
9580
9635
|
|
9581
9636
|
|
9582
|
-
var
|
9637
|
+
var CreateStackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9583
9638
|
return [
|
9584
9639
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9585
9640
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9586
9641
|
];
|
9587
9642
|
}).s("CloudFormation", "CreateStack", {}).n("CloudFormationClient", "CreateStackCommand").f(void 0, void 0).ser(se_CreateStackCommand).de(de_CreateStackCommand).build() {
|
9643
|
+
static {
|
9644
|
+
__name(this, "CreateStackCommand");
|
9645
|
+
}
|
9588
9646
|
};
|
9589
|
-
__name(_CreateStackCommand, "CreateStackCommand");
|
9590
|
-
var CreateStackCommand = _CreateStackCommand;
|
9591
9647
|
|
9592
9648
|
// src/commands/CreateStackInstancesCommand.ts
|
9593
9649
|
|
9594
9650
|
|
9595
9651
|
|
9596
|
-
var
|
9652
|
+
var CreateStackInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9597
9653
|
return [
|
9598
9654
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9599
9655
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9600
9656
|
];
|
9601
9657
|
}).s("CloudFormation", "CreateStackInstances", {}).n("CloudFormationClient", "CreateStackInstancesCommand").f(void 0, void 0).ser(se_CreateStackInstancesCommand).de(de_CreateStackInstancesCommand).build() {
|
9658
|
+
static {
|
9659
|
+
__name(this, "CreateStackInstancesCommand");
|
9660
|
+
}
|
9602
9661
|
};
|
9603
|
-
__name(_CreateStackInstancesCommand, "CreateStackInstancesCommand");
|
9604
|
-
var CreateStackInstancesCommand = _CreateStackInstancesCommand;
|
9605
9662
|
|
9606
9663
|
// src/commands/CreateStackSetCommand.ts
|
9607
9664
|
|
9608
9665
|
|
9609
9666
|
|
9610
|
-
var
|
9667
|
+
var CreateStackSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9611
9668
|
return [
|
9612
9669
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9613
9670
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9614
9671
|
];
|
9615
9672
|
}).s("CloudFormation", "CreateStackSet", {}).n("CloudFormationClient", "CreateStackSetCommand").f(void 0, void 0).ser(se_CreateStackSetCommand).de(de_CreateStackSetCommand).build() {
|
9673
|
+
static {
|
9674
|
+
__name(this, "CreateStackSetCommand");
|
9675
|
+
}
|
9616
9676
|
};
|
9617
|
-
__name(_CreateStackSetCommand, "CreateStackSetCommand");
|
9618
|
-
var CreateStackSetCommand = _CreateStackSetCommand;
|
9619
9677
|
|
9620
9678
|
// src/commands/DeactivateOrganizationsAccessCommand.ts
|
9621
9679
|
|
9622
9680
|
|
9623
9681
|
|
9624
|
-
var
|
9682
|
+
var DeactivateOrganizationsAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9625
9683
|
return [
|
9626
9684
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9627
9685
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9628
9686
|
];
|
9629
9687
|
}).s("CloudFormation", "DeactivateOrganizationsAccess", {}).n("CloudFormationClient", "DeactivateOrganizationsAccessCommand").f(void 0, void 0).ser(se_DeactivateOrganizationsAccessCommand).de(de_DeactivateOrganizationsAccessCommand).build() {
|
9688
|
+
static {
|
9689
|
+
__name(this, "DeactivateOrganizationsAccessCommand");
|
9690
|
+
}
|
9630
9691
|
};
|
9631
|
-
__name(_DeactivateOrganizationsAccessCommand, "DeactivateOrganizationsAccessCommand");
|
9632
|
-
var DeactivateOrganizationsAccessCommand = _DeactivateOrganizationsAccessCommand;
|
9633
9692
|
|
9634
9693
|
// src/commands/DeactivateTypeCommand.ts
|
9635
9694
|
|
9636
9695
|
|
9637
9696
|
|
9638
|
-
var
|
9697
|
+
var DeactivateTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9639
9698
|
return [
|
9640
9699
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9641
9700
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9642
9701
|
];
|
9643
9702
|
}).s("CloudFormation", "DeactivateType", {}).n("CloudFormationClient", "DeactivateTypeCommand").f(void 0, void 0).ser(se_DeactivateTypeCommand).de(de_DeactivateTypeCommand).build() {
|
9703
|
+
static {
|
9704
|
+
__name(this, "DeactivateTypeCommand");
|
9705
|
+
}
|
9644
9706
|
};
|
9645
|
-
__name(_DeactivateTypeCommand, "DeactivateTypeCommand");
|
9646
|
-
var DeactivateTypeCommand = _DeactivateTypeCommand;
|
9647
9707
|
|
9648
9708
|
// src/commands/DeleteChangeSetCommand.ts
|
9649
9709
|
|
9650
9710
|
|
9651
9711
|
|
9652
|
-
var
|
9712
|
+
var DeleteChangeSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9653
9713
|
return [
|
9654
9714
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9655
9715
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9656
9716
|
];
|
9657
9717
|
}).s("CloudFormation", "DeleteChangeSet", {}).n("CloudFormationClient", "DeleteChangeSetCommand").f(void 0, void 0).ser(se_DeleteChangeSetCommand).de(de_DeleteChangeSetCommand).build() {
|
9718
|
+
static {
|
9719
|
+
__name(this, "DeleteChangeSetCommand");
|
9720
|
+
}
|
9658
9721
|
};
|
9659
|
-
__name(_DeleteChangeSetCommand, "DeleteChangeSetCommand");
|
9660
|
-
var DeleteChangeSetCommand = _DeleteChangeSetCommand;
|
9661
9722
|
|
9662
9723
|
// src/commands/DeleteGeneratedTemplateCommand.ts
|
9663
9724
|
|
9664
9725
|
|
9665
9726
|
|
9666
|
-
var
|
9727
|
+
var DeleteGeneratedTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9667
9728
|
return [
|
9668
9729
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9669
9730
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9670
9731
|
];
|
9671
9732
|
}).s("CloudFormation", "DeleteGeneratedTemplate", {}).n("CloudFormationClient", "DeleteGeneratedTemplateCommand").f(void 0, void 0).ser(se_DeleteGeneratedTemplateCommand).de(de_DeleteGeneratedTemplateCommand).build() {
|
9733
|
+
static {
|
9734
|
+
__name(this, "DeleteGeneratedTemplateCommand");
|
9735
|
+
}
|
9672
9736
|
};
|
9673
|
-
__name(_DeleteGeneratedTemplateCommand, "DeleteGeneratedTemplateCommand");
|
9674
|
-
var DeleteGeneratedTemplateCommand = _DeleteGeneratedTemplateCommand;
|
9675
9737
|
|
9676
9738
|
// src/commands/DeleteStackCommand.ts
|
9677
9739
|
|
9678
9740
|
|
9679
9741
|
|
9680
|
-
var
|
9742
|
+
var DeleteStackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9681
9743
|
return [
|
9682
9744
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9683
9745
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9684
9746
|
];
|
9685
9747
|
}).s("CloudFormation", "DeleteStack", {}).n("CloudFormationClient", "DeleteStackCommand").f(void 0, void 0).ser(se_DeleteStackCommand).de(de_DeleteStackCommand).build() {
|
9748
|
+
static {
|
9749
|
+
__name(this, "DeleteStackCommand");
|
9750
|
+
}
|
9686
9751
|
};
|
9687
|
-
__name(_DeleteStackCommand, "DeleteStackCommand");
|
9688
|
-
var DeleteStackCommand = _DeleteStackCommand;
|
9689
9752
|
|
9690
9753
|
// src/commands/DeleteStackInstancesCommand.ts
|
9691
9754
|
|
9692
9755
|
|
9693
9756
|
|
9694
|
-
var
|
9757
|
+
var DeleteStackInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9695
9758
|
return [
|
9696
9759
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9697
9760
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9698
9761
|
];
|
9699
9762
|
}).s("CloudFormation", "DeleteStackInstances", {}).n("CloudFormationClient", "DeleteStackInstancesCommand").f(void 0, void 0).ser(se_DeleteStackInstancesCommand).de(de_DeleteStackInstancesCommand).build() {
|
9763
|
+
static {
|
9764
|
+
__name(this, "DeleteStackInstancesCommand");
|
9765
|
+
}
|
9700
9766
|
};
|
9701
|
-
__name(_DeleteStackInstancesCommand, "DeleteStackInstancesCommand");
|
9702
|
-
var DeleteStackInstancesCommand = _DeleteStackInstancesCommand;
|
9703
9767
|
|
9704
9768
|
// src/commands/DeleteStackSetCommand.ts
|
9705
9769
|
|
9706
9770
|
|
9707
9771
|
|
9708
|
-
var
|
9772
|
+
var DeleteStackSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9709
9773
|
return [
|
9710
9774
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9711
9775
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9712
9776
|
];
|
9713
9777
|
}).s("CloudFormation", "DeleteStackSet", {}).n("CloudFormationClient", "DeleteStackSetCommand").f(void 0, void 0).ser(se_DeleteStackSetCommand).de(de_DeleteStackSetCommand).build() {
|
9778
|
+
static {
|
9779
|
+
__name(this, "DeleteStackSetCommand");
|
9780
|
+
}
|
9714
9781
|
};
|
9715
|
-
__name(_DeleteStackSetCommand, "DeleteStackSetCommand");
|
9716
|
-
var DeleteStackSetCommand = _DeleteStackSetCommand;
|
9717
9782
|
|
9718
9783
|
// src/commands/DeregisterTypeCommand.ts
|
9719
9784
|
|
9720
9785
|
|
9721
9786
|
|
9722
|
-
var
|
9787
|
+
var DeregisterTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9723
9788
|
return [
|
9724
9789
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9725
9790
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9726
9791
|
];
|
9727
9792
|
}).s("CloudFormation", "DeregisterType", {}).n("CloudFormationClient", "DeregisterTypeCommand").f(void 0, void 0).ser(se_DeregisterTypeCommand).de(de_DeregisterTypeCommand).build() {
|
9793
|
+
static {
|
9794
|
+
__name(this, "DeregisterTypeCommand");
|
9795
|
+
}
|
9728
9796
|
};
|
9729
|
-
__name(_DeregisterTypeCommand, "DeregisterTypeCommand");
|
9730
|
-
var DeregisterTypeCommand = _DeregisterTypeCommand;
|
9731
9797
|
|
9732
9798
|
// src/commands/DescribeAccountLimitsCommand.ts
|
9733
9799
|
|
9734
9800
|
|
9735
9801
|
|
9736
|
-
var
|
9802
|
+
var DescribeAccountLimitsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9737
9803
|
return [
|
9738
9804
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9739
9805
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9740
9806
|
];
|
9741
9807
|
}).s("CloudFormation", "DescribeAccountLimits", {}).n("CloudFormationClient", "DescribeAccountLimitsCommand").f(void 0, void 0).ser(se_DescribeAccountLimitsCommand).de(de_DescribeAccountLimitsCommand).build() {
|
9808
|
+
static {
|
9809
|
+
__name(this, "DescribeAccountLimitsCommand");
|
9810
|
+
}
|
9742
9811
|
};
|
9743
|
-
__name(_DescribeAccountLimitsCommand, "DescribeAccountLimitsCommand");
|
9744
|
-
var DescribeAccountLimitsCommand = _DescribeAccountLimitsCommand;
|
9745
9812
|
|
9746
9813
|
// src/commands/DescribeChangeSetCommand.ts
|
9747
9814
|
|
9748
9815
|
|
9749
9816
|
|
9750
|
-
var
|
9817
|
+
var DescribeChangeSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9751
9818
|
return [
|
9752
9819
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9753
9820
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9754
9821
|
];
|
9755
9822
|
}).s("CloudFormation", "DescribeChangeSet", {}).n("CloudFormationClient", "DescribeChangeSetCommand").f(void 0, void 0).ser(se_DescribeChangeSetCommand).de(de_DescribeChangeSetCommand).build() {
|
9823
|
+
static {
|
9824
|
+
__name(this, "DescribeChangeSetCommand");
|
9825
|
+
}
|
9756
9826
|
};
|
9757
|
-
__name(_DescribeChangeSetCommand, "DescribeChangeSetCommand");
|
9758
|
-
var DescribeChangeSetCommand = _DescribeChangeSetCommand;
|
9759
9827
|
|
9760
9828
|
// src/commands/DescribeChangeSetHooksCommand.ts
|
9761
9829
|
|
9762
9830
|
|
9763
9831
|
|
9764
|
-
var
|
9832
|
+
var DescribeChangeSetHooksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9765
9833
|
return [
|
9766
9834
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9767
9835
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9768
9836
|
];
|
9769
9837
|
}).s("CloudFormation", "DescribeChangeSetHooks", {}).n("CloudFormationClient", "DescribeChangeSetHooksCommand").f(void 0, void 0).ser(se_DescribeChangeSetHooksCommand).de(de_DescribeChangeSetHooksCommand).build() {
|
9838
|
+
static {
|
9839
|
+
__name(this, "DescribeChangeSetHooksCommand");
|
9840
|
+
}
|
9770
9841
|
};
|
9771
|
-
__name(_DescribeChangeSetHooksCommand, "DescribeChangeSetHooksCommand");
|
9772
|
-
var DescribeChangeSetHooksCommand = _DescribeChangeSetHooksCommand;
|
9773
9842
|
|
9774
9843
|
// src/commands/DescribeGeneratedTemplateCommand.ts
|
9775
9844
|
|
9776
9845
|
|
9777
9846
|
|
9778
|
-
var
|
9847
|
+
var DescribeGeneratedTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9779
9848
|
return [
|
9780
9849
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9781
9850
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9782
9851
|
];
|
9783
9852
|
}).s("CloudFormation", "DescribeGeneratedTemplate", {}).n("CloudFormationClient", "DescribeGeneratedTemplateCommand").f(void 0, void 0).ser(se_DescribeGeneratedTemplateCommand).de(de_DescribeGeneratedTemplateCommand).build() {
|
9853
|
+
static {
|
9854
|
+
__name(this, "DescribeGeneratedTemplateCommand");
|
9855
|
+
}
|
9784
9856
|
};
|
9785
|
-
__name(_DescribeGeneratedTemplateCommand, "DescribeGeneratedTemplateCommand");
|
9786
|
-
var DescribeGeneratedTemplateCommand = _DescribeGeneratedTemplateCommand;
|
9787
9857
|
|
9788
9858
|
// src/commands/DescribeOrganizationsAccessCommand.ts
|
9789
9859
|
|
9790
9860
|
|
9791
9861
|
|
9792
|
-
var
|
9862
|
+
var DescribeOrganizationsAccessCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9793
9863
|
return [
|
9794
9864
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9795
9865
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9796
9866
|
];
|
9797
9867
|
}).s("CloudFormation", "DescribeOrganizationsAccess", {}).n("CloudFormationClient", "DescribeOrganizationsAccessCommand").f(void 0, void 0).ser(se_DescribeOrganizationsAccessCommand).de(de_DescribeOrganizationsAccessCommand).build() {
|
9868
|
+
static {
|
9869
|
+
__name(this, "DescribeOrganizationsAccessCommand");
|
9870
|
+
}
|
9798
9871
|
};
|
9799
|
-
__name(_DescribeOrganizationsAccessCommand, "DescribeOrganizationsAccessCommand");
|
9800
|
-
var DescribeOrganizationsAccessCommand = _DescribeOrganizationsAccessCommand;
|
9801
9872
|
|
9802
9873
|
// src/commands/DescribePublisherCommand.ts
|
9803
9874
|
|
9804
9875
|
|
9805
9876
|
|
9806
|
-
var
|
9877
|
+
var DescribePublisherCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9807
9878
|
return [
|
9808
9879
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9809
9880
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9810
9881
|
];
|
9811
9882
|
}).s("CloudFormation", "DescribePublisher", {}).n("CloudFormationClient", "DescribePublisherCommand").f(void 0, void 0).ser(se_DescribePublisherCommand).de(de_DescribePublisherCommand).build() {
|
9883
|
+
static {
|
9884
|
+
__name(this, "DescribePublisherCommand");
|
9885
|
+
}
|
9812
9886
|
};
|
9813
|
-
__name(_DescribePublisherCommand, "DescribePublisherCommand");
|
9814
|
-
var DescribePublisherCommand = _DescribePublisherCommand;
|
9815
9887
|
|
9816
9888
|
// src/commands/DescribeResourceScanCommand.ts
|
9817
9889
|
|
9818
9890
|
|
9819
9891
|
|
9820
|
-
var
|
9892
|
+
var DescribeResourceScanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9821
9893
|
return [
|
9822
9894
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9823
9895
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9824
9896
|
];
|
9825
9897
|
}).s("CloudFormation", "DescribeResourceScan", {}).n("CloudFormationClient", "DescribeResourceScanCommand").f(void 0, void 0).ser(se_DescribeResourceScanCommand).de(de_DescribeResourceScanCommand).build() {
|
9898
|
+
static {
|
9899
|
+
__name(this, "DescribeResourceScanCommand");
|
9900
|
+
}
|
9826
9901
|
};
|
9827
|
-
__name(_DescribeResourceScanCommand, "DescribeResourceScanCommand");
|
9828
|
-
var DescribeResourceScanCommand = _DescribeResourceScanCommand;
|
9829
9902
|
|
9830
9903
|
// src/commands/DescribeStackDriftDetectionStatusCommand.ts
|
9831
9904
|
|
9832
9905
|
|
9833
9906
|
|
9834
|
-
var
|
9907
|
+
var DescribeStackDriftDetectionStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9835
9908
|
return [
|
9836
9909
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9837
9910
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9838
9911
|
];
|
9839
9912
|
}).s("CloudFormation", "DescribeStackDriftDetectionStatus", {}).n("CloudFormationClient", "DescribeStackDriftDetectionStatusCommand").f(void 0, void 0).ser(se_DescribeStackDriftDetectionStatusCommand).de(de_DescribeStackDriftDetectionStatusCommand).build() {
|
9913
|
+
static {
|
9914
|
+
__name(this, "DescribeStackDriftDetectionStatusCommand");
|
9915
|
+
}
|
9840
9916
|
};
|
9841
|
-
__name(_DescribeStackDriftDetectionStatusCommand, "DescribeStackDriftDetectionStatusCommand");
|
9842
|
-
var DescribeStackDriftDetectionStatusCommand = _DescribeStackDriftDetectionStatusCommand;
|
9843
9917
|
|
9844
9918
|
// src/commands/DescribeStackEventsCommand.ts
|
9845
9919
|
|
9846
9920
|
|
9847
9921
|
|
9848
|
-
var
|
9922
|
+
var DescribeStackEventsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9849
9923
|
return [
|
9850
9924
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9851
9925
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9852
9926
|
];
|
9853
9927
|
}).s("CloudFormation", "DescribeStackEvents", {}).n("CloudFormationClient", "DescribeStackEventsCommand").f(void 0, void 0).ser(se_DescribeStackEventsCommand).de(de_DescribeStackEventsCommand).build() {
|
9928
|
+
static {
|
9929
|
+
__name(this, "DescribeStackEventsCommand");
|
9930
|
+
}
|
9854
9931
|
};
|
9855
|
-
__name(_DescribeStackEventsCommand, "DescribeStackEventsCommand");
|
9856
|
-
var DescribeStackEventsCommand = _DescribeStackEventsCommand;
|
9857
9932
|
|
9858
9933
|
// src/commands/DescribeStackInstanceCommand.ts
|
9859
9934
|
|
9860
9935
|
|
9861
9936
|
|
9862
|
-
var
|
9937
|
+
var DescribeStackInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9863
9938
|
return [
|
9864
9939
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9865
9940
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9866
9941
|
];
|
9867
9942
|
}).s("CloudFormation", "DescribeStackInstance", {}).n("CloudFormationClient", "DescribeStackInstanceCommand").f(void 0, void 0).ser(se_DescribeStackInstanceCommand).de(de_DescribeStackInstanceCommand).build() {
|
9943
|
+
static {
|
9944
|
+
__name(this, "DescribeStackInstanceCommand");
|
9945
|
+
}
|
9868
9946
|
};
|
9869
|
-
__name(_DescribeStackInstanceCommand, "DescribeStackInstanceCommand");
|
9870
|
-
var DescribeStackInstanceCommand = _DescribeStackInstanceCommand;
|
9871
9947
|
|
9872
9948
|
// src/commands/DescribeStackResourceCommand.ts
|
9873
9949
|
|
9874
9950
|
|
9875
9951
|
|
9876
|
-
var
|
9952
|
+
var DescribeStackResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9877
9953
|
return [
|
9878
9954
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9879
9955
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9880
9956
|
];
|
9881
9957
|
}).s("CloudFormation", "DescribeStackResource", {}).n("CloudFormationClient", "DescribeStackResourceCommand").f(void 0, void 0).ser(se_DescribeStackResourceCommand).de(de_DescribeStackResourceCommand).build() {
|
9958
|
+
static {
|
9959
|
+
__name(this, "DescribeStackResourceCommand");
|
9960
|
+
}
|
9882
9961
|
};
|
9883
|
-
__name(_DescribeStackResourceCommand, "DescribeStackResourceCommand");
|
9884
|
-
var DescribeStackResourceCommand = _DescribeStackResourceCommand;
|
9885
9962
|
|
9886
9963
|
// src/commands/DescribeStackResourceDriftsCommand.ts
|
9887
9964
|
|
9888
9965
|
|
9889
9966
|
|
9890
|
-
var
|
9967
|
+
var DescribeStackResourceDriftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9891
9968
|
return [
|
9892
9969
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9893
9970
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9894
9971
|
];
|
9895
9972
|
}).s("CloudFormation", "DescribeStackResourceDrifts", {}).n("CloudFormationClient", "DescribeStackResourceDriftsCommand").f(void 0, void 0).ser(se_DescribeStackResourceDriftsCommand).de(de_DescribeStackResourceDriftsCommand).build() {
|
9973
|
+
static {
|
9974
|
+
__name(this, "DescribeStackResourceDriftsCommand");
|
9975
|
+
}
|
9896
9976
|
};
|
9897
|
-
__name(_DescribeStackResourceDriftsCommand, "DescribeStackResourceDriftsCommand");
|
9898
|
-
var DescribeStackResourceDriftsCommand = _DescribeStackResourceDriftsCommand;
|
9899
9977
|
|
9900
9978
|
// src/commands/DescribeStackResourcesCommand.ts
|
9901
9979
|
|
9902
9980
|
|
9903
9981
|
|
9904
|
-
var
|
9982
|
+
var DescribeStackResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9905
9983
|
return [
|
9906
9984
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9907
9985
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9908
9986
|
];
|
9909
9987
|
}).s("CloudFormation", "DescribeStackResources", {}).n("CloudFormationClient", "DescribeStackResourcesCommand").f(void 0, void 0).ser(se_DescribeStackResourcesCommand).de(de_DescribeStackResourcesCommand).build() {
|
9988
|
+
static {
|
9989
|
+
__name(this, "DescribeStackResourcesCommand");
|
9990
|
+
}
|
9910
9991
|
};
|
9911
|
-
__name(_DescribeStackResourcesCommand, "DescribeStackResourcesCommand");
|
9912
|
-
var DescribeStackResourcesCommand = _DescribeStackResourcesCommand;
|
9913
9992
|
|
9914
9993
|
// src/commands/DescribeStacksCommand.ts
|
9915
9994
|
|
9916
9995
|
|
9917
9996
|
|
9918
|
-
var
|
9997
|
+
var DescribeStacksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9919
9998
|
return [
|
9920
9999
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9921
10000
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9922
10001
|
];
|
9923
10002
|
}).s("CloudFormation", "DescribeStacks", {}).n("CloudFormationClient", "DescribeStacksCommand").f(void 0, void 0).ser(se_DescribeStacksCommand).de(de_DescribeStacksCommand).build() {
|
10003
|
+
static {
|
10004
|
+
__name(this, "DescribeStacksCommand");
|
10005
|
+
}
|
9924
10006
|
};
|
9925
|
-
__name(_DescribeStacksCommand, "DescribeStacksCommand");
|
9926
|
-
var DescribeStacksCommand = _DescribeStacksCommand;
|
9927
10007
|
|
9928
10008
|
// src/commands/DescribeStackSetCommand.ts
|
9929
10009
|
|
9930
10010
|
|
9931
10011
|
|
9932
|
-
var
|
10012
|
+
var DescribeStackSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9933
10013
|
return [
|
9934
10014
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9935
10015
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9936
10016
|
];
|
9937
10017
|
}).s("CloudFormation", "DescribeStackSet", {}).n("CloudFormationClient", "DescribeStackSetCommand").f(void 0, void 0).ser(se_DescribeStackSetCommand).de(de_DescribeStackSetCommand).build() {
|
10018
|
+
static {
|
10019
|
+
__name(this, "DescribeStackSetCommand");
|
10020
|
+
}
|
9938
10021
|
};
|
9939
|
-
__name(_DescribeStackSetCommand, "DescribeStackSetCommand");
|
9940
|
-
var DescribeStackSetCommand = _DescribeStackSetCommand;
|
9941
10022
|
|
9942
10023
|
// src/commands/DescribeStackSetOperationCommand.ts
|
9943
10024
|
|
9944
10025
|
|
9945
10026
|
|
9946
|
-
var
|
10027
|
+
var DescribeStackSetOperationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9947
10028
|
return [
|
9948
10029
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9949
10030
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9950
10031
|
];
|
9951
10032
|
}).s("CloudFormation", "DescribeStackSetOperation", {}).n("CloudFormationClient", "DescribeStackSetOperationCommand").f(void 0, void 0).ser(se_DescribeStackSetOperationCommand).de(de_DescribeStackSetOperationCommand).build() {
|
10033
|
+
static {
|
10034
|
+
__name(this, "DescribeStackSetOperationCommand");
|
10035
|
+
}
|
9952
10036
|
};
|
9953
|
-
__name(_DescribeStackSetOperationCommand, "DescribeStackSetOperationCommand");
|
9954
|
-
var DescribeStackSetOperationCommand = _DescribeStackSetOperationCommand;
|
9955
10037
|
|
9956
10038
|
// src/commands/DescribeTypeCommand.ts
|
9957
10039
|
|
9958
10040
|
|
9959
10041
|
|
9960
|
-
var
|
10042
|
+
var DescribeTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9961
10043
|
return [
|
9962
10044
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9963
10045
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9964
10046
|
];
|
9965
10047
|
}).s("CloudFormation", "DescribeType", {}).n("CloudFormationClient", "DescribeTypeCommand").f(void 0, void 0).ser(se_DescribeTypeCommand).de(de_DescribeTypeCommand).build() {
|
10048
|
+
static {
|
10049
|
+
__name(this, "DescribeTypeCommand");
|
10050
|
+
}
|
9966
10051
|
};
|
9967
|
-
__name(_DescribeTypeCommand, "DescribeTypeCommand");
|
9968
|
-
var DescribeTypeCommand = _DescribeTypeCommand;
|
9969
10052
|
|
9970
10053
|
// src/commands/DescribeTypeRegistrationCommand.ts
|
9971
10054
|
|
9972
10055
|
|
9973
10056
|
|
9974
|
-
var
|
10057
|
+
var DescribeTypeRegistrationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9975
10058
|
return [
|
9976
10059
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9977
10060
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9978
10061
|
];
|
9979
10062
|
}).s("CloudFormation", "DescribeTypeRegistration", {}).n("CloudFormationClient", "DescribeTypeRegistrationCommand").f(void 0, void 0).ser(se_DescribeTypeRegistrationCommand).de(de_DescribeTypeRegistrationCommand).build() {
|
10063
|
+
static {
|
10064
|
+
__name(this, "DescribeTypeRegistrationCommand");
|
10065
|
+
}
|
9980
10066
|
};
|
9981
|
-
__name(_DescribeTypeRegistrationCommand, "DescribeTypeRegistrationCommand");
|
9982
|
-
var DescribeTypeRegistrationCommand = _DescribeTypeRegistrationCommand;
|
9983
10067
|
|
9984
10068
|
// src/commands/DetectStackDriftCommand.ts
|
9985
10069
|
|
9986
10070
|
|
9987
10071
|
|
9988
|
-
var
|
10072
|
+
var DetectStackDriftCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
9989
10073
|
return [
|
9990
10074
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
9991
10075
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
9992
10076
|
];
|
9993
10077
|
}).s("CloudFormation", "DetectStackDrift", {}).n("CloudFormationClient", "DetectStackDriftCommand").f(void 0, void 0).ser(se_DetectStackDriftCommand).de(de_DetectStackDriftCommand).build() {
|
10078
|
+
static {
|
10079
|
+
__name(this, "DetectStackDriftCommand");
|
10080
|
+
}
|
9994
10081
|
};
|
9995
|
-
__name(_DetectStackDriftCommand, "DetectStackDriftCommand");
|
9996
|
-
var DetectStackDriftCommand = _DetectStackDriftCommand;
|
9997
10082
|
|
9998
10083
|
// src/commands/DetectStackResourceDriftCommand.ts
|
9999
10084
|
|
10000
10085
|
|
10001
10086
|
|
10002
|
-
var
|
10087
|
+
var DetectStackResourceDriftCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10003
10088
|
return [
|
10004
10089
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10005
10090
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10006
10091
|
];
|
10007
10092
|
}).s("CloudFormation", "DetectStackResourceDrift", {}).n("CloudFormationClient", "DetectStackResourceDriftCommand").f(void 0, void 0).ser(se_DetectStackResourceDriftCommand).de(de_DetectStackResourceDriftCommand).build() {
|
10093
|
+
static {
|
10094
|
+
__name(this, "DetectStackResourceDriftCommand");
|
10095
|
+
}
|
10008
10096
|
};
|
10009
|
-
__name(_DetectStackResourceDriftCommand, "DetectStackResourceDriftCommand");
|
10010
|
-
var DetectStackResourceDriftCommand = _DetectStackResourceDriftCommand;
|
10011
10097
|
|
10012
10098
|
// src/commands/DetectStackSetDriftCommand.ts
|
10013
10099
|
|
10014
10100
|
|
10015
10101
|
|
10016
|
-
var
|
10102
|
+
var DetectStackSetDriftCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10017
10103
|
return [
|
10018
10104
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10019
10105
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10020
10106
|
];
|
10021
10107
|
}).s("CloudFormation", "DetectStackSetDrift", {}).n("CloudFormationClient", "DetectStackSetDriftCommand").f(void 0, void 0).ser(se_DetectStackSetDriftCommand).de(de_DetectStackSetDriftCommand).build() {
|
10108
|
+
static {
|
10109
|
+
__name(this, "DetectStackSetDriftCommand");
|
10110
|
+
}
|
10022
10111
|
};
|
10023
|
-
__name(_DetectStackSetDriftCommand, "DetectStackSetDriftCommand");
|
10024
|
-
var DetectStackSetDriftCommand = _DetectStackSetDriftCommand;
|
10025
10112
|
|
10026
10113
|
// src/commands/EstimateTemplateCostCommand.ts
|
10027
10114
|
|
10028
10115
|
|
10029
10116
|
|
10030
|
-
var
|
10117
|
+
var EstimateTemplateCostCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10031
10118
|
return [
|
10032
10119
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10033
10120
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10034
10121
|
];
|
10035
10122
|
}).s("CloudFormation", "EstimateTemplateCost", {}).n("CloudFormationClient", "EstimateTemplateCostCommand").f(void 0, void 0).ser(se_EstimateTemplateCostCommand).de(de_EstimateTemplateCostCommand).build() {
|
10123
|
+
static {
|
10124
|
+
__name(this, "EstimateTemplateCostCommand");
|
10125
|
+
}
|
10036
10126
|
};
|
10037
|
-
__name(_EstimateTemplateCostCommand, "EstimateTemplateCostCommand");
|
10038
|
-
var EstimateTemplateCostCommand = _EstimateTemplateCostCommand;
|
10039
10127
|
|
10040
10128
|
// src/commands/ExecuteChangeSetCommand.ts
|
10041
10129
|
|
10042
10130
|
|
10043
10131
|
|
10044
|
-
var
|
10132
|
+
var ExecuteChangeSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10045
10133
|
return [
|
10046
10134
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10047
10135
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10048
10136
|
];
|
10049
10137
|
}).s("CloudFormation", "ExecuteChangeSet", {}).n("CloudFormationClient", "ExecuteChangeSetCommand").f(void 0, void 0).ser(se_ExecuteChangeSetCommand).de(de_ExecuteChangeSetCommand).build() {
|
10138
|
+
static {
|
10139
|
+
__name(this, "ExecuteChangeSetCommand");
|
10140
|
+
}
|
10050
10141
|
};
|
10051
|
-
__name(_ExecuteChangeSetCommand, "ExecuteChangeSetCommand");
|
10052
|
-
var ExecuteChangeSetCommand = _ExecuteChangeSetCommand;
|
10053
10142
|
|
10054
10143
|
// src/commands/GetGeneratedTemplateCommand.ts
|
10055
10144
|
|
10056
10145
|
|
10057
10146
|
|
10058
|
-
var
|
10147
|
+
var GetGeneratedTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10059
10148
|
return [
|
10060
10149
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10061
10150
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10062
10151
|
];
|
10063
10152
|
}).s("CloudFormation", "GetGeneratedTemplate", {}).n("CloudFormationClient", "GetGeneratedTemplateCommand").f(void 0, void 0).ser(se_GetGeneratedTemplateCommand).de(de_GetGeneratedTemplateCommand).build() {
|
10153
|
+
static {
|
10154
|
+
__name(this, "GetGeneratedTemplateCommand");
|
10155
|
+
}
|
10064
10156
|
};
|
10065
|
-
__name(_GetGeneratedTemplateCommand, "GetGeneratedTemplateCommand");
|
10066
|
-
var GetGeneratedTemplateCommand = _GetGeneratedTemplateCommand;
|
10067
10157
|
|
10068
10158
|
// src/commands/GetStackPolicyCommand.ts
|
10069
10159
|
|
10070
10160
|
|
10071
10161
|
|
10072
|
-
var
|
10162
|
+
var GetStackPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10073
10163
|
return [
|
10074
10164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10075
10165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10076
10166
|
];
|
10077
10167
|
}).s("CloudFormation", "GetStackPolicy", {}).n("CloudFormationClient", "GetStackPolicyCommand").f(void 0, void 0).ser(se_GetStackPolicyCommand).de(de_GetStackPolicyCommand).build() {
|
10168
|
+
static {
|
10169
|
+
__name(this, "GetStackPolicyCommand");
|
10170
|
+
}
|
10078
10171
|
};
|
10079
|
-
__name(_GetStackPolicyCommand, "GetStackPolicyCommand");
|
10080
|
-
var GetStackPolicyCommand = _GetStackPolicyCommand;
|
10081
10172
|
|
10082
10173
|
// src/commands/GetTemplateCommand.ts
|
10083
10174
|
|
10084
10175
|
|
10085
10176
|
|
10086
|
-
var
|
10177
|
+
var GetTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10087
10178
|
return [
|
10088
10179
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10089
10180
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10090
10181
|
];
|
10091
10182
|
}).s("CloudFormation", "GetTemplate", {}).n("CloudFormationClient", "GetTemplateCommand").f(void 0, void 0).ser(se_GetTemplateCommand).de(de_GetTemplateCommand).build() {
|
10183
|
+
static {
|
10184
|
+
__name(this, "GetTemplateCommand");
|
10185
|
+
}
|
10092
10186
|
};
|
10093
|
-
__name(_GetTemplateCommand, "GetTemplateCommand");
|
10094
|
-
var GetTemplateCommand = _GetTemplateCommand;
|
10095
10187
|
|
10096
10188
|
// src/commands/GetTemplateSummaryCommand.ts
|
10097
10189
|
|
10098
10190
|
|
10099
10191
|
|
10100
|
-
var
|
10192
|
+
var GetTemplateSummaryCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10101
10193
|
return [
|
10102
10194
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10103
10195
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10104
10196
|
];
|
10105
10197
|
}).s("CloudFormation", "GetTemplateSummary", {}).n("CloudFormationClient", "GetTemplateSummaryCommand").f(void 0, void 0).ser(se_GetTemplateSummaryCommand).de(de_GetTemplateSummaryCommand).build() {
|
10198
|
+
static {
|
10199
|
+
__name(this, "GetTemplateSummaryCommand");
|
10200
|
+
}
|
10106
10201
|
};
|
10107
|
-
__name(_GetTemplateSummaryCommand, "GetTemplateSummaryCommand");
|
10108
|
-
var GetTemplateSummaryCommand = _GetTemplateSummaryCommand;
|
10109
10202
|
|
10110
10203
|
// src/commands/ImportStacksToStackSetCommand.ts
|
10111
10204
|
|
10112
10205
|
|
10113
10206
|
|
10114
|
-
var
|
10207
|
+
var ImportStacksToStackSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10115
10208
|
return [
|
10116
10209
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10117
10210
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10118
10211
|
];
|
10119
10212
|
}).s("CloudFormation", "ImportStacksToStackSet", {}).n("CloudFormationClient", "ImportStacksToStackSetCommand").f(void 0, void 0).ser(se_ImportStacksToStackSetCommand).de(de_ImportStacksToStackSetCommand).build() {
|
10213
|
+
static {
|
10214
|
+
__name(this, "ImportStacksToStackSetCommand");
|
10215
|
+
}
|
10120
10216
|
};
|
10121
|
-
__name(_ImportStacksToStackSetCommand, "ImportStacksToStackSetCommand");
|
10122
|
-
var ImportStacksToStackSetCommand = _ImportStacksToStackSetCommand;
|
10123
10217
|
|
10124
10218
|
// src/commands/ListChangeSetsCommand.ts
|
10125
10219
|
|
10126
10220
|
|
10127
10221
|
|
10128
|
-
var
|
10222
|
+
var ListChangeSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10129
10223
|
return [
|
10130
10224
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10131
10225
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10132
10226
|
];
|
10133
10227
|
}).s("CloudFormation", "ListChangeSets", {}).n("CloudFormationClient", "ListChangeSetsCommand").f(void 0, void 0).ser(se_ListChangeSetsCommand).de(de_ListChangeSetsCommand).build() {
|
10228
|
+
static {
|
10229
|
+
__name(this, "ListChangeSetsCommand");
|
10230
|
+
}
|
10134
10231
|
};
|
10135
|
-
__name(_ListChangeSetsCommand, "ListChangeSetsCommand");
|
10136
|
-
var ListChangeSetsCommand = _ListChangeSetsCommand;
|
10137
10232
|
|
10138
10233
|
// src/commands/ListExportsCommand.ts
|
10139
10234
|
|
10140
10235
|
|
10141
10236
|
|
10142
|
-
var
|
10237
|
+
var ListExportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10143
10238
|
return [
|
10144
10239
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10145
10240
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10146
10241
|
];
|
10147
10242
|
}).s("CloudFormation", "ListExports", {}).n("CloudFormationClient", "ListExportsCommand").f(void 0, void 0).ser(se_ListExportsCommand).de(de_ListExportsCommand).build() {
|
10243
|
+
static {
|
10244
|
+
__name(this, "ListExportsCommand");
|
10245
|
+
}
|
10148
10246
|
};
|
10149
|
-
__name(_ListExportsCommand, "ListExportsCommand");
|
10150
|
-
var ListExportsCommand = _ListExportsCommand;
|
10151
10247
|
|
10152
10248
|
// src/commands/ListGeneratedTemplatesCommand.ts
|
10153
10249
|
|
10154
10250
|
|
10155
10251
|
|
10156
|
-
var
|
10252
|
+
var ListGeneratedTemplatesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10157
10253
|
return [
|
10158
10254
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10159
10255
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10160
10256
|
];
|
10161
10257
|
}).s("CloudFormation", "ListGeneratedTemplates", {}).n("CloudFormationClient", "ListGeneratedTemplatesCommand").f(void 0, void 0).ser(se_ListGeneratedTemplatesCommand).de(de_ListGeneratedTemplatesCommand).build() {
|
10258
|
+
static {
|
10259
|
+
__name(this, "ListGeneratedTemplatesCommand");
|
10260
|
+
}
|
10162
10261
|
};
|
10163
|
-
__name(_ListGeneratedTemplatesCommand, "ListGeneratedTemplatesCommand");
|
10164
|
-
var ListGeneratedTemplatesCommand = _ListGeneratedTemplatesCommand;
|
10165
10262
|
|
10166
10263
|
// src/commands/ListHookResultsCommand.ts
|
10167
10264
|
|
10168
10265
|
|
10169
10266
|
|
10170
|
-
var
|
10267
|
+
var ListHookResultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10171
10268
|
return [
|
10172
10269
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10173
10270
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10174
10271
|
];
|
10175
10272
|
}).s("CloudFormation", "ListHookResults", {}).n("CloudFormationClient", "ListHookResultsCommand").f(void 0, void 0).ser(se_ListHookResultsCommand).de(de_ListHookResultsCommand).build() {
|
10273
|
+
static {
|
10274
|
+
__name(this, "ListHookResultsCommand");
|
10275
|
+
}
|
10176
10276
|
};
|
10177
|
-
__name(_ListHookResultsCommand, "ListHookResultsCommand");
|
10178
|
-
var ListHookResultsCommand = _ListHookResultsCommand;
|
10179
10277
|
|
10180
10278
|
// src/commands/ListImportsCommand.ts
|
10181
10279
|
|
10182
10280
|
|
10183
10281
|
|
10184
|
-
var
|
10282
|
+
var ListImportsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10185
10283
|
return [
|
10186
10284
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10187
10285
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10188
10286
|
];
|
10189
10287
|
}).s("CloudFormation", "ListImports", {}).n("CloudFormationClient", "ListImportsCommand").f(void 0, void 0).ser(se_ListImportsCommand).de(de_ListImportsCommand).build() {
|
10288
|
+
static {
|
10289
|
+
__name(this, "ListImportsCommand");
|
10290
|
+
}
|
10190
10291
|
};
|
10191
|
-
__name(_ListImportsCommand, "ListImportsCommand");
|
10192
|
-
var ListImportsCommand = _ListImportsCommand;
|
10193
10292
|
|
10194
10293
|
// src/commands/ListResourceScanRelatedResourcesCommand.ts
|
10195
10294
|
|
10196
10295
|
|
10197
10296
|
|
10198
|
-
var
|
10297
|
+
var ListResourceScanRelatedResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10199
10298
|
return [
|
10200
10299
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10201
10300
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10202
10301
|
];
|
10203
10302
|
}).s("CloudFormation", "ListResourceScanRelatedResources", {}).n("CloudFormationClient", "ListResourceScanRelatedResourcesCommand").f(void 0, void 0).ser(se_ListResourceScanRelatedResourcesCommand).de(de_ListResourceScanRelatedResourcesCommand).build() {
|
10303
|
+
static {
|
10304
|
+
__name(this, "ListResourceScanRelatedResourcesCommand");
|
10305
|
+
}
|
10204
10306
|
};
|
10205
|
-
__name(_ListResourceScanRelatedResourcesCommand, "ListResourceScanRelatedResourcesCommand");
|
10206
|
-
var ListResourceScanRelatedResourcesCommand = _ListResourceScanRelatedResourcesCommand;
|
10207
10307
|
|
10208
10308
|
// src/commands/ListResourceScanResourcesCommand.ts
|
10209
10309
|
|
10210
10310
|
|
10211
10311
|
|
10212
|
-
var
|
10312
|
+
var ListResourceScanResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10213
10313
|
return [
|
10214
10314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10215
10315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10216
10316
|
];
|
10217
10317
|
}).s("CloudFormation", "ListResourceScanResources", {}).n("CloudFormationClient", "ListResourceScanResourcesCommand").f(void 0, void 0).ser(se_ListResourceScanResourcesCommand).de(de_ListResourceScanResourcesCommand).build() {
|
10318
|
+
static {
|
10319
|
+
__name(this, "ListResourceScanResourcesCommand");
|
10320
|
+
}
|
10218
10321
|
};
|
10219
|
-
__name(_ListResourceScanResourcesCommand, "ListResourceScanResourcesCommand");
|
10220
|
-
var ListResourceScanResourcesCommand = _ListResourceScanResourcesCommand;
|
10221
10322
|
|
10222
10323
|
// src/commands/ListResourceScansCommand.ts
|
10223
10324
|
|
10224
10325
|
|
10225
10326
|
|
10226
|
-
var
|
10327
|
+
var ListResourceScansCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10227
10328
|
return [
|
10228
10329
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10229
10330
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10230
10331
|
];
|
10231
10332
|
}).s("CloudFormation", "ListResourceScans", {}).n("CloudFormationClient", "ListResourceScansCommand").f(void 0, void 0).ser(se_ListResourceScansCommand).de(de_ListResourceScansCommand).build() {
|
10333
|
+
static {
|
10334
|
+
__name(this, "ListResourceScansCommand");
|
10335
|
+
}
|
10232
10336
|
};
|
10233
|
-
__name(_ListResourceScansCommand, "ListResourceScansCommand");
|
10234
|
-
var ListResourceScansCommand = _ListResourceScansCommand;
|
10235
10337
|
|
10236
10338
|
// src/commands/ListStackInstanceResourceDriftsCommand.ts
|
10237
10339
|
|
10238
10340
|
|
10239
10341
|
|
10240
|
-
var
|
10342
|
+
var ListStackInstanceResourceDriftsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10241
10343
|
return [
|
10242
10344
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10243
10345
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10244
10346
|
];
|
10245
10347
|
}).s("CloudFormation", "ListStackInstanceResourceDrifts", {}).n("CloudFormationClient", "ListStackInstanceResourceDriftsCommand").f(void 0, void 0).ser(se_ListStackInstanceResourceDriftsCommand).de(de_ListStackInstanceResourceDriftsCommand).build() {
|
10348
|
+
static {
|
10349
|
+
__name(this, "ListStackInstanceResourceDriftsCommand");
|
10350
|
+
}
|
10246
10351
|
};
|
10247
|
-
__name(_ListStackInstanceResourceDriftsCommand, "ListStackInstanceResourceDriftsCommand");
|
10248
|
-
var ListStackInstanceResourceDriftsCommand = _ListStackInstanceResourceDriftsCommand;
|
10249
10352
|
|
10250
10353
|
// src/commands/ListStackInstancesCommand.ts
|
10251
10354
|
|
10252
10355
|
|
10253
10356
|
|
10254
|
-
var
|
10357
|
+
var ListStackInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10255
10358
|
return [
|
10256
10359
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10257
10360
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10258
10361
|
];
|
10259
10362
|
}).s("CloudFormation", "ListStackInstances", {}).n("CloudFormationClient", "ListStackInstancesCommand").f(void 0, void 0).ser(se_ListStackInstancesCommand).de(de_ListStackInstancesCommand).build() {
|
10363
|
+
static {
|
10364
|
+
__name(this, "ListStackInstancesCommand");
|
10365
|
+
}
|
10260
10366
|
};
|
10261
|
-
__name(_ListStackInstancesCommand, "ListStackInstancesCommand");
|
10262
|
-
var ListStackInstancesCommand = _ListStackInstancesCommand;
|
10263
10367
|
|
10264
10368
|
// src/commands/ListStackResourcesCommand.ts
|
10265
10369
|
|
10266
10370
|
|
10267
10371
|
|
10268
|
-
var
|
10372
|
+
var ListStackResourcesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10269
10373
|
return [
|
10270
10374
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10271
10375
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10272
10376
|
];
|
10273
10377
|
}).s("CloudFormation", "ListStackResources", {}).n("CloudFormationClient", "ListStackResourcesCommand").f(void 0, void 0).ser(se_ListStackResourcesCommand).de(de_ListStackResourcesCommand).build() {
|
10378
|
+
static {
|
10379
|
+
__name(this, "ListStackResourcesCommand");
|
10380
|
+
}
|
10274
10381
|
};
|
10275
|
-
__name(_ListStackResourcesCommand, "ListStackResourcesCommand");
|
10276
|
-
var ListStackResourcesCommand = _ListStackResourcesCommand;
|
10277
10382
|
|
10278
10383
|
// src/commands/ListStacksCommand.ts
|
10279
10384
|
|
10280
10385
|
|
10281
10386
|
|
10282
|
-
var
|
10387
|
+
var ListStacksCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10283
10388
|
return [
|
10284
10389
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10285
10390
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10286
10391
|
];
|
10287
10392
|
}).s("CloudFormation", "ListStacks", {}).n("CloudFormationClient", "ListStacksCommand").f(void 0, void 0).ser(se_ListStacksCommand).de(de_ListStacksCommand).build() {
|
10393
|
+
static {
|
10394
|
+
__name(this, "ListStacksCommand");
|
10395
|
+
}
|
10288
10396
|
};
|
10289
|
-
__name(_ListStacksCommand, "ListStacksCommand");
|
10290
|
-
var ListStacksCommand = _ListStacksCommand;
|
10291
10397
|
|
10292
10398
|
// src/commands/ListStackSetAutoDeploymentTargetsCommand.ts
|
10293
10399
|
|
10294
10400
|
|
10295
10401
|
|
10296
|
-
var
|
10402
|
+
var ListStackSetAutoDeploymentTargetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10297
10403
|
return [
|
10298
10404
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10299
10405
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10300
10406
|
];
|
10301
10407
|
}).s("CloudFormation", "ListStackSetAutoDeploymentTargets", {}).n("CloudFormationClient", "ListStackSetAutoDeploymentTargetsCommand").f(void 0, void 0).ser(se_ListStackSetAutoDeploymentTargetsCommand).de(de_ListStackSetAutoDeploymentTargetsCommand).build() {
|
10408
|
+
static {
|
10409
|
+
__name(this, "ListStackSetAutoDeploymentTargetsCommand");
|
10410
|
+
}
|
10302
10411
|
};
|
10303
|
-
__name(_ListStackSetAutoDeploymentTargetsCommand, "ListStackSetAutoDeploymentTargetsCommand");
|
10304
|
-
var ListStackSetAutoDeploymentTargetsCommand = _ListStackSetAutoDeploymentTargetsCommand;
|
10305
10412
|
|
10306
10413
|
// src/commands/ListStackSetOperationResultsCommand.ts
|
10307
10414
|
|
10308
10415
|
|
10309
10416
|
|
10310
|
-
var
|
10417
|
+
var ListStackSetOperationResultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10311
10418
|
return [
|
10312
10419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10313
10420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10314
10421
|
];
|
10315
10422
|
}).s("CloudFormation", "ListStackSetOperationResults", {}).n("CloudFormationClient", "ListStackSetOperationResultsCommand").f(void 0, void 0).ser(se_ListStackSetOperationResultsCommand).de(de_ListStackSetOperationResultsCommand).build() {
|
10423
|
+
static {
|
10424
|
+
__name(this, "ListStackSetOperationResultsCommand");
|
10425
|
+
}
|
10316
10426
|
};
|
10317
|
-
__name(_ListStackSetOperationResultsCommand, "ListStackSetOperationResultsCommand");
|
10318
|
-
var ListStackSetOperationResultsCommand = _ListStackSetOperationResultsCommand;
|
10319
10427
|
|
10320
10428
|
// src/commands/ListStackSetOperationsCommand.ts
|
10321
10429
|
|
10322
10430
|
|
10323
10431
|
|
10324
|
-
var
|
10432
|
+
var ListStackSetOperationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10325
10433
|
return [
|
10326
10434
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10327
10435
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10328
10436
|
];
|
10329
10437
|
}).s("CloudFormation", "ListStackSetOperations", {}).n("CloudFormationClient", "ListStackSetOperationsCommand").f(void 0, void 0).ser(se_ListStackSetOperationsCommand).de(de_ListStackSetOperationsCommand).build() {
|
10438
|
+
static {
|
10439
|
+
__name(this, "ListStackSetOperationsCommand");
|
10440
|
+
}
|
10330
10441
|
};
|
10331
|
-
__name(_ListStackSetOperationsCommand, "ListStackSetOperationsCommand");
|
10332
|
-
var ListStackSetOperationsCommand = _ListStackSetOperationsCommand;
|
10333
10442
|
|
10334
10443
|
// src/commands/ListStackSetsCommand.ts
|
10335
10444
|
|
10336
10445
|
|
10337
10446
|
|
10338
|
-
var
|
10447
|
+
var ListStackSetsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10339
10448
|
return [
|
10340
10449
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10341
10450
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10342
10451
|
];
|
10343
10452
|
}).s("CloudFormation", "ListStackSets", {}).n("CloudFormationClient", "ListStackSetsCommand").f(void 0, void 0).ser(se_ListStackSetsCommand).de(de_ListStackSetsCommand).build() {
|
10453
|
+
static {
|
10454
|
+
__name(this, "ListStackSetsCommand");
|
10455
|
+
}
|
10344
10456
|
};
|
10345
|
-
__name(_ListStackSetsCommand, "ListStackSetsCommand");
|
10346
|
-
var ListStackSetsCommand = _ListStackSetsCommand;
|
10347
10457
|
|
10348
10458
|
// src/commands/ListTypeRegistrationsCommand.ts
|
10349
10459
|
|
10350
10460
|
|
10351
10461
|
|
10352
|
-
var
|
10462
|
+
var ListTypeRegistrationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10353
10463
|
return [
|
10354
10464
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10355
10465
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10356
10466
|
];
|
10357
10467
|
}).s("CloudFormation", "ListTypeRegistrations", {}).n("CloudFormationClient", "ListTypeRegistrationsCommand").f(void 0, void 0).ser(se_ListTypeRegistrationsCommand).de(de_ListTypeRegistrationsCommand).build() {
|
10468
|
+
static {
|
10469
|
+
__name(this, "ListTypeRegistrationsCommand");
|
10470
|
+
}
|
10358
10471
|
};
|
10359
|
-
__name(_ListTypeRegistrationsCommand, "ListTypeRegistrationsCommand");
|
10360
|
-
var ListTypeRegistrationsCommand = _ListTypeRegistrationsCommand;
|
10361
10472
|
|
10362
10473
|
// src/commands/ListTypesCommand.ts
|
10363
10474
|
|
10364
10475
|
|
10365
10476
|
|
10366
|
-
var
|
10477
|
+
var ListTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10367
10478
|
return [
|
10368
10479
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10369
10480
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10370
10481
|
];
|
10371
10482
|
}).s("CloudFormation", "ListTypes", {}).n("CloudFormationClient", "ListTypesCommand").f(void 0, void 0).ser(se_ListTypesCommand).de(de_ListTypesCommand).build() {
|
10483
|
+
static {
|
10484
|
+
__name(this, "ListTypesCommand");
|
10485
|
+
}
|
10372
10486
|
};
|
10373
|
-
__name(_ListTypesCommand, "ListTypesCommand");
|
10374
|
-
var ListTypesCommand = _ListTypesCommand;
|
10375
10487
|
|
10376
10488
|
// src/commands/ListTypeVersionsCommand.ts
|
10377
10489
|
|
10378
10490
|
|
10379
10491
|
|
10380
|
-
var
|
10492
|
+
var ListTypeVersionsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10381
10493
|
return [
|
10382
10494
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10383
10495
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10384
10496
|
];
|
10385
10497
|
}).s("CloudFormation", "ListTypeVersions", {}).n("CloudFormationClient", "ListTypeVersionsCommand").f(void 0, void 0).ser(se_ListTypeVersionsCommand).de(de_ListTypeVersionsCommand).build() {
|
10498
|
+
static {
|
10499
|
+
__name(this, "ListTypeVersionsCommand");
|
10500
|
+
}
|
10386
10501
|
};
|
10387
|
-
__name(_ListTypeVersionsCommand, "ListTypeVersionsCommand");
|
10388
|
-
var ListTypeVersionsCommand = _ListTypeVersionsCommand;
|
10389
10502
|
|
10390
10503
|
// src/commands/PublishTypeCommand.ts
|
10391
10504
|
|
10392
10505
|
|
10393
10506
|
|
10394
|
-
var
|
10507
|
+
var PublishTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10395
10508
|
return [
|
10396
10509
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10397
10510
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10398
10511
|
];
|
10399
10512
|
}).s("CloudFormation", "PublishType", {}).n("CloudFormationClient", "PublishTypeCommand").f(void 0, void 0).ser(se_PublishTypeCommand).de(de_PublishTypeCommand).build() {
|
10513
|
+
static {
|
10514
|
+
__name(this, "PublishTypeCommand");
|
10515
|
+
}
|
10400
10516
|
};
|
10401
|
-
__name(_PublishTypeCommand, "PublishTypeCommand");
|
10402
|
-
var PublishTypeCommand = _PublishTypeCommand;
|
10403
10517
|
|
10404
10518
|
// src/commands/RecordHandlerProgressCommand.ts
|
10405
10519
|
|
10406
10520
|
|
10407
10521
|
|
10408
|
-
var
|
10522
|
+
var RecordHandlerProgressCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10409
10523
|
return [
|
10410
10524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10411
10525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10412
10526
|
];
|
10413
10527
|
}).s("CloudFormation", "RecordHandlerProgress", {}).n("CloudFormationClient", "RecordHandlerProgressCommand").f(void 0, void 0).ser(se_RecordHandlerProgressCommand).de(de_RecordHandlerProgressCommand).build() {
|
10528
|
+
static {
|
10529
|
+
__name(this, "RecordHandlerProgressCommand");
|
10530
|
+
}
|
10414
10531
|
};
|
10415
|
-
__name(_RecordHandlerProgressCommand, "RecordHandlerProgressCommand");
|
10416
|
-
var RecordHandlerProgressCommand = _RecordHandlerProgressCommand;
|
10417
10532
|
|
10418
10533
|
// src/commands/RegisterPublisherCommand.ts
|
10419
10534
|
|
10420
10535
|
|
10421
10536
|
|
10422
|
-
var
|
10537
|
+
var RegisterPublisherCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10423
10538
|
return [
|
10424
10539
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10425
10540
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10426
10541
|
];
|
10427
10542
|
}).s("CloudFormation", "RegisterPublisher", {}).n("CloudFormationClient", "RegisterPublisherCommand").f(void 0, void 0).ser(se_RegisterPublisherCommand).de(de_RegisterPublisherCommand).build() {
|
10543
|
+
static {
|
10544
|
+
__name(this, "RegisterPublisherCommand");
|
10545
|
+
}
|
10428
10546
|
};
|
10429
|
-
__name(_RegisterPublisherCommand, "RegisterPublisherCommand");
|
10430
|
-
var RegisterPublisherCommand = _RegisterPublisherCommand;
|
10431
10547
|
|
10432
10548
|
// src/commands/RegisterTypeCommand.ts
|
10433
10549
|
|
10434
10550
|
|
10435
10551
|
|
10436
|
-
var
|
10552
|
+
var RegisterTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10437
10553
|
return [
|
10438
10554
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10439
10555
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10440
10556
|
];
|
10441
10557
|
}).s("CloudFormation", "RegisterType", {}).n("CloudFormationClient", "RegisterTypeCommand").f(void 0, void 0).ser(se_RegisterTypeCommand).de(de_RegisterTypeCommand).build() {
|
10558
|
+
static {
|
10559
|
+
__name(this, "RegisterTypeCommand");
|
10560
|
+
}
|
10442
10561
|
};
|
10443
|
-
__name(_RegisterTypeCommand, "RegisterTypeCommand");
|
10444
|
-
var RegisterTypeCommand = _RegisterTypeCommand;
|
10445
10562
|
|
10446
10563
|
// src/commands/RollbackStackCommand.ts
|
10447
10564
|
|
10448
10565
|
|
10449
10566
|
|
10450
|
-
var
|
10567
|
+
var RollbackStackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10451
10568
|
return [
|
10452
10569
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10453
10570
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10454
10571
|
];
|
10455
10572
|
}).s("CloudFormation", "RollbackStack", {}).n("CloudFormationClient", "RollbackStackCommand").f(void 0, void 0).ser(se_RollbackStackCommand).de(de_RollbackStackCommand).build() {
|
10573
|
+
static {
|
10574
|
+
__name(this, "RollbackStackCommand");
|
10575
|
+
}
|
10456
10576
|
};
|
10457
|
-
__name(_RollbackStackCommand, "RollbackStackCommand");
|
10458
|
-
var RollbackStackCommand = _RollbackStackCommand;
|
10459
10577
|
|
10460
10578
|
// src/commands/SetStackPolicyCommand.ts
|
10461
10579
|
|
10462
10580
|
|
10463
10581
|
|
10464
|
-
var
|
10582
|
+
var SetStackPolicyCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10465
10583
|
return [
|
10466
10584
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10467
10585
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10468
10586
|
];
|
10469
10587
|
}).s("CloudFormation", "SetStackPolicy", {}).n("CloudFormationClient", "SetStackPolicyCommand").f(void 0, void 0).ser(se_SetStackPolicyCommand).de(de_SetStackPolicyCommand).build() {
|
10588
|
+
static {
|
10589
|
+
__name(this, "SetStackPolicyCommand");
|
10590
|
+
}
|
10470
10591
|
};
|
10471
|
-
__name(_SetStackPolicyCommand, "SetStackPolicyCommand");
|
10472
|
-
var SetStackPolicyCommand = _SetStackPolicyCommand;
|
10473
10592
|
|
10474
10593
|
// src/commands/SetTypeConfigurationCommand.ts
|
10475
10594
|
|
10476
10595
|
|
10477
10596
|
|
10478
|
-
var
|
10597
|
+
var SetTypeConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10479
10598
|
return [
|
10480
10599
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10481
10600
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10482
10601
|
];
|
10483
10602
|
}).s("CloudFormation", "SetTypeConfiguration", {}).n("CloudFormationClient", "SetTypeConfigurationCommand").f(void 0, void 0).ser(se_SetTypeConfigurationCommand).de(de_SetTypeConfigurationCommand).build() {
|
10603
|
+
static {
|
10604
|
+
__name(this, "SetTypeConfigurationCommand");
|
10605
|
+
}
|
10484
10606
|
};
|
10485
|
-
__name(_SetTypeConfigurationCommand, "SetTypeConfigurationCommand");
|
10486
|
-
var SetTypeConfigurationCommand = _SetTypeConfigurationCommand;
|
10487
10607
|
|
10488
10608
|
// src/commands/SetTypeDefaultVersionCommand.ts
|
10489
10609
|
|
10490
10610
|
|
10491
10611
|
|
10492
|
-
var
|
10612
|
+
var SetTypeDefaultVersionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10493
10613
|
return [
|
10494
10614
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10495
10615
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10496
10616
|
];
|
10497
10617
|
}).s("CloudFormation", "SetTypeDefaultVersion", {}).n("CloudFormationClient", "SetTypeDefaultVersionCommand").f(void 0, void 0).ser(se_SetTypeDefaultVersionCommand).de(de_SetTypeDefaultVersionCommand).build() {
|
10618
|
+
static {
|
10619
|
+
__name(this, "SetTypeDefaultVersionCommand");
|
10620
|
+
}
|
10498
10621
|
};
|
10499
|
-
__name(_SetTypeDefaultVersionCommand, "SetTypeDefaultVersionCommand");
|
10500
|
-
var SetTypeDefaultVersionCommand = _SetTypeDefaultVersionCommand;
|
10501
10622
|
|
10502
10623
|
// src/commands/SignalResourceCommand.ts
|
10503
10624
|
|
10504
10625
|
|
10505
10626
|
|
10506
|
-
var
|
10627
|
+
var SignalResourceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10507
10628
|
return [
|
10508
10629
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10509
10630
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10510
10631
|
];
|
10511
10632
|
}).s("CloudFormation", "SignalResource", {}).n("CloudFormationClient", "SignalResourceCommand").f(void 0, void 0).ser(se_SignalResourceCommand).de(de_SignalResourceCommand).build() {
|
10633
|
+
static {
|
10634
|
+
__name(this, "SignalResourceCommand");
|
10635
|
+
}
|
10512
10636
|
};
|
10513
|
-
__name(_SignalResourceCommand, "SignalResourceCommand");
|
10514
|
-
var SignalResourceCommand = _SignalResourceCommand;
|
10515
10637
|
|
10516
10638
|
// src/commands/StartResourceScanCommand.ts
|
10517
10639
|
|
10518
10640
|
|
10519
10641
|
|
10520
|
-
var
|
10642
|
+
var StartResourceScanCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10521
10643
|
return [
|
10522
10644
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10523
10645
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10524
10646
|
];
|
10525
10647
|
}).s("CloudFormation", "StartResourceScan", {}).n("CloudFormationClient", "StartResourceScanCommand").f(void 0, void 0).ser(se_StartResourceScanCommand).de(de_StartResourceScanCommand).build() {
|
10648
|
+
static {
|
10649
|
+
__name(this, "StartResourceScanCommand");
|
10650
|
+
}
|
10526
10651
|
};
|
10527
|
-
__name(_StartResourceScanCommand, "StartResourceScanCommand");
|
10528
|
-
var StartResourceScanCommand = _StartResourceScanCommand;
|
10529
10652
|
|
10530
10653
|
// src/commands/StopStackSetOperationCommand.ts
|
10531
10654
|
|
10532
10655
|
|
10533
10656
|
|
10534
|
-
var
|
10657
|
+
var StopStackSetOperationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10535
10658
|
return [
|
10536
10659
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10537
10660
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10538
10661
|
];
|
10539
10662
|
}).s("CloudFormation", "StopStackSetOperation", {}).n("CloudFormationClient", "StopStackSetOperationCommand").f(void 0, void 0).ser(se_StopStackSetOperationCommand).de(de_StopStackSetOperationCommand).build() {
|
10663
|
+
static {
|
10664
|
+
__name(this, "StopStackSetOperationCommand");
|
10665
|
+
}
|
10540
10666
|
};
|
10541
|
-
__name(_StopStackSetOperationCommand, "StopStackSetOperationCommand");
|
10542
|
-
var StopStackSetOperationCommand = _StopStackSetOperationCommand;
|
10543
10667
|
|
10544
10668
|
// src/commands/TestTypeCommand.ts
|
10545
10669
|
|
10546
10670
|
|
10547
10671
|
|
10548
|
-
var
|
10672
|
+
var TestTypeCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10549
10673
|
return [
|
10550
10674
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10551
10675
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10552
10676
|
];
|
10553
10677
|
}).s("CloudFormation", "TestType", {}).n("CloudFormationClient", "TestTypeCommand").f(void 0, void 0).ser(se_TestTypeCommand).de(de_TestTypeCommand).build() {
|
10678
|
+
static {
|
10679
|
+
__name(this, "TestTypeCommand");
|
10680
|
+
}
|
10554
10681
|
};
|
10555
|
-
__name(_TestTypeCommand, "TestTypeCommand");
|
10556
|
-
var TestTypeCommand = _TestTypeCommand;
|
10557
10682
|
|
10558
10683
|
// src/commands/UpdateGeneratedTemplateCommand.ts
|
10559
10684
|
|
10560
10685
|
|
10561
10686
|
|
10562
|
-
var
|
10687
|
+
var UpdateGeneratedTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10563
10688
|
return [
|
10564
10689
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10565
10690
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10566
10691
|
];
|
10567
10692
|
}).s("CloudFormation", "UpdateGeneratedTemplate", {}).n("CloudFormationClient", "UpdateGeneratedTemplateCommand").f(void 0, void 0).ser(se_UpdateGeneratedTemplateCommand).de(de_UpdateGeneratedTemplateCommand).build() {
|
10693
|
+
static {
|
10694
|
+
__name(this, "UpdateGeneratedTemplateCommand");
|
10695
|
+
}
|
10568
10696
|
};
|
10569
|
-
__name(_UpdateGeneratedTemplateCommand, "UpdateGeneratedTemplateCommand");
|
10570
|
-
var UpdateGeneratedTemplateCommand = _UpdateGeneratedTemplateCommand;
|
10571
10697
|
|
10572
10698
|
// src/commands/UpdateStackCommand.ts
|
10573
10699
|
|
10574
10700
|
|
10575
10701
|
|
10576
|
-
var
|
10702
|
+
var UpdateStackCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10577
10703
|
return [
|
10578
10704
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10579
10705
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10580
10706
|
];
|
10581
10707
|
}).s("CloudFormation", "UpdateStack", {}).n("CloudFormationClient", "UpdateStackCommand").f(void 0, void 0).ser(se_UpdateStackCommand).de(de_UpdateStackCommand).build() {
|
10708
|
+
static {
|
10709
|
+
__name(this, "UpdateStackCommand");
|
10710
|
+
}
|
10582
10711
|
};
|
10583
|
-
__name(_UpdateStackCommand, "UpdateStackCommand");
|
10584
|
-
var UpdateStackCommand = _UpdateStackCommand;
|
10585
10712
|
|
10586
10713
|
// src/commands/UpdateStackInstancesCommand.ts
|
10587
10714
|
|
10588
10715
|
|
10589
10716
|
|
10590
|
-
var
|
10717
|
+
var UpdateStackInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10591
10718
|
return [
|
10592
10719
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10593
10720
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10594
10721
|
];
|
10595
10722
|
}).s("CloudFormation", "UpdateStackInstances", {}).n("CloudFormationClient", "UpdateStackInstancesCommand").f(void 0, void 0).ser(se_UpdateStackInstancesCommand).de(de_UpdateStackInstancesCommand).build() {
|
10723
|
+
static {
|
10724
|
+
__name(this, "UpdateStackInstancesCommand");
|
10725
|
+
}
|
10596
10726
|
};
|
10597
|
-
__name(_UpdateStackInstancesCommand, "UpdateStackInstancesCommand");
|
10598
|
-
var UpdateStackInstancesCommand = _UpdateStackInstancesCommand;
|
10599
10727
|
|
10600
10728
|
// src/commands/UpdateStackSetCommand.ts
|
10601
10729
|
|
10602
10730
|
|
10603
10731
|
|
10604
|
-
var
|
10732
|
+
var UpdateStackSetCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10605
10733
|
return [
|
10606
10734
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10607
10735
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10608
10736
|
];
|
10609
10737
|
}).s("CloudFormation", "UpdateStackSet", {}).n("CloudFormationClient", "UpdateStackSetCommand").f(void 0, void 0).ser(se_UpdateStackSetCommand).de(de_UpdateStackSetCommand).build() {
|
10738
|
+
static {
|
10739
|
+
__name(this, "UpdateStackSetCommand");
|
10740
|
+
}
|
10610
10741
|
};
|
10611
|
-
__name(_UpdateStackSetCommand, "UpdateStackSetCommand");
|
10612
|
-
var UpdateStackSetCommand = _UpdateStackSetCommand;
|
10613
10742
|
|
10614
10743
|
// src/commands/UpdateTerminationProtectionCommand.ts
|
10615
10744
|
|
10616
10745
|
|
10617
10746
|
|
10618
|
-
var
|
10747
|
+
var UpdateTerminationProtectionCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10619
10748
|
return [
|
10620
10749
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10621
10750
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10622
10751
|
];
|
10623
10752
|
}).s("CloudFormation", "UpdateTerminationProtection", {}).n("CloudFormationClient", "UpdateTerminationProtectionCommand").f(void 0, void 0).ser(se_UpdateTerminationProtectionCommand).de(de_UpdateTerminationProtectionCommand).build() {
|
10753
|
+
static {
|
10754
|
+
__name(this, "UpdateTerminationProtectionCommand");
|
10755
|
+
}
|
10624
10756
|
};
|
10625
|
-
__name(_UpdateTerminationProtectionCommand, "UpdateTerminationProtectionCommand");
|
10626
|
-
var UpdateTerminationProtectionCommand = _UpdateTerminationProtectionCommand;
|
10627
10757
|
|
10628
10758
|
// src/commands/ValidateTemplateCommand.ts
|
10629
10759
|
|
10630
10760
|
|
10631
10761
|
|
10632
|
-
var
|
10762
|
+
var ValidateTemplateCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
10633
10763
|
return [
|
10634
10764
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
10635
10765
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
10636
10766
|
];
|
10637
10767
|
}).s("CloudFormation", "ValidateTemplate", {}).n("CloudFormationClient", "ValidateTemplateCommand").f(void 0, void 0).ser(se_ValidateTemplateCommand).de(de_ValidateTemplateCommand).build() {
|
10768
|
+
static {
|
10769
|
+
__name(this, "ValidateTemplateCommand");
|
10770
|
+
}
|
10638
10771
|
};
|
10639
|
-
__name(_ValidateTemplateCommand, "ValidateTemplateCommand");
|
10640
|
-
var ValidateTemplateCommand = _ValidateTemplateCommand;
|
10641
10772
|
|
10642
10773
|
// src/CloudFormation.ts
|
10643
10774
|
var commands = {
|
@@ -10725,10 +10856,11 @@ var commands = {
|
|
10725
10856
|
UpdateTerminationProtectionCommand,
|
10726
10857
|
ValidateTemplateCommand
|
10727
10858
|
};
|
10728
|
-
var
|
10859
|
+
var CloudFormation = class extends CloudFormationClient {
|
10860
|
+
static {
|
10861
|
+
__name(this, "CloudFormation");
|
10862
|
+
}
|
10729
10863
|
};
|
10730
|
-
__name(_CloudFormation, "CloudFormation");
|
10731
|
-
var CloudFormation = _CloudFormation;
|
10732
10864
|
(0, import_smithy_client.createAggregatedClient)(commands, CloudFormation);
|
10733
10865
|
|
10734
10866
|
// src/pagination/DescribeAccountLimitsPaginator.ts
|