@cdk8s/awscdk-resolver 0.0.599 → 0.0.601
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/auth/httpAuthSchemeProvider.js +9 -15
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/bdd.js +2 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +449 -469
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/CloudFormationServiceException.js +4 -8
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/models/errors.js +59 -91
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.browser.js +22 -26
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.js +30 -34
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.native.js +4 -7
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/runtimeConfig.shared.js +20 -24
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/schemas/schemas_0.js +814 -533
- package/node_modules/@aws-sdk/client-cloudformation/package.json +8 -8
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +45 -50
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/account-id-endpoint/index.js +2 -4
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +21 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +51 -51
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +21 -22
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/httpAuthSchemes/index.js +19 -21
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +107 -109
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/util/index.js +2 -4
- package/node_modules/@aws-sdk/core/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-env/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/credential-provider-env/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +3 -7
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +12 -16
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +16 -21
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +14 -18
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +1 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +2 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +2 -7
- package/node_modules/@aws-sdk/credential-provider-http/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-ini/dist-cjs/index.js +47 -41
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveProcessCredentials.js +8 -4
- package/node_modules/@aws-sdk/credential-provider-ini/dist-es/resolveWebIdentityCredentials.js +14 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/dist-cjs/index.js +31 -33
- package/node_modules/@aws-sdk/credential-provider-login/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-node/dist-cjs/index.js +16 -18
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/dist-cjs/index.js +11 -13
- package/node_modules/@aws-sdk/credential-provider-process/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/index.js +22 -24
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BGYXHf8s.js +3 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +8 -8
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +10 -14
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +2 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +3 -27
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/index.js +0 -1
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +82 -84
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +158 -119
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +80 -82
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +99 -101
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +4 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/bdd.js +70 -35
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/models/enums.js +3 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/models/enums.d.ts +12 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/endpoint/EndpointParameters.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/models/enums.d.ts +3 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +9 -8
- package/node_modules/@aws-sdk/signature-v4-multi-region/dist-cjs/index.js +4 -6
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +5 -5
- package/node_modules/@aws-sdk/token-providers/dist-cjs/index.js +26 -28
- package/node_modules/@aws-sdk/token-providers/package.json +7 -7
- package/node_modules/@aws-sdk/types/dist-cjs/index.js +7 -8
- package/node_modules/@aws-sdk/types/package.json +4 -4
- package/node_modules/@aws-sdk/util-locate-window/dist-cjs/index.js +0 -2
- package/node_modules/@aws-sdk/util-locate-window/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +2 -4
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-external/nodable_entities.js +4 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +2 -5
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +7 -10
- package/node_modules/@aws-sdk/xml-builder/package.json +4 -4
- package/node_modules/@smithy/core/dist-cjs/index.js +13 -15
- package/node_modules/@smithy/core/dist-cjs/submodules/cbor/index.js +29 -31
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +2 -4
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +7 -9
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +3 -5
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +22 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.browser.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +38 -39
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.native.js +10 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.browser.js +14 -17
- package/node_modules/@smithy/core/dist-cjs/submodules/endpoints/index.js +20 -23
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +9 -11
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -13
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +59 -60
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.browser.js +26 -27
- package/node_modules/@smithy/core/dist-cjs/submodules/retry/index.js +28 -29
- package/node_modules/@smithy/core/dist-cjs/submodules/schema/index.js +5 -7
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +23 -25
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +4 -6
- package/node_modules/@smithy/core/dist-cjs/submodules/transport/index.js +2 -4
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-auth-scheme/httpAuthSchemeMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/legacy-root-exports/middleware-http-signing/httpSigningMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/cbor/SmithyRpcV2CborProtocol.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/endpoints/middleware-endpoint/endpointMiddleware.js +1 -1
- package/node_modules/@smithy/core/dist-es/submodules/retry/middleware-retry/retry-pre-sra-deprecated/StandardRetryStrategy.js +2 -2
- package/node_modules/@smithy/core/dist-es/submodules/retry/util-retry/DefaultRateLimiter.js +1 -1
- package/node_modules/@smithy/core/dist-types/submodules/schema/TypeRegistry.d.ts +1 -1
- package/node_modules/@smithy/core/package.json +18 -17
- package/node_modules/@smithy/credential-provider-imds/dist-cjs/index.js +23 -24
- package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +6 -8
- package/node_modules/@smithy/fetch-http-handler/package.json +10 -10
- package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +11 -13
- package/node_modules/@smithy/node-http-handler/package.json +8 -8
- package/node_modules/@smithy/signature-v4/dist-cjs/index.js +27 -29
- package/node_modules/@smithy/signature-v4/package.json +7 -7
- package/node_modules/@smithy/types/dist-cjs/index.js +23 -18
- package/node_modules/@smithy/types/package.json +10 -10
- package/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/dist-cjs/loadSso-BKDNrsal.js +0 -8
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
var __exportStar = (m, e) => { Object.assign(e, m); };
|
|
2
|
+
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
|
+
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
+
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createWaiter, checkExceptions, WaiterState, createAggregatedClient } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = Command;
|
|
6
|
+
exports.__Client = Client;
|
|
7
|
+
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
+
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
+
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
+
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
+
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
+
const { resolveHttpAuthSchemeConfig, defaultCloudFormationHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
|
|
13
|
+
const { getRuntimeConfig } = require("./runtimeConfig");
|
|
14
|
+
const { ActivateOrganizationsAccess$, ActivateType$, BatchDescribeTypeConfigurations$, CancelUpdateStack$, ContinueUpdateRollback$, CreateChangeSet$, CreateGeneratedTemplate$, CreateStack$, CreateStackInstances$, CreateStackRefactor$, CreateStackSet$, DeactivateOrganizationsAccess$, DeactivateType$, DeleteChangeSet$, DeleteGeneratedTemplate$, DeleteStack$, DeleteStackInstances$, DeleteStackSet$, DeregisterType$, DescribeAccountLimits$, DescribeChangeSet$, DescribeChangeSetHooks$, DescribeEvents$, DescribeGeneratedTemplate$, DescribeOrganizationsAccess$, DescribePublisher$, DescribeResourceScan$, DescribeStackDriftDetectionStatus$, DescribeStackEvents$, DescribeStackInstance$, DescribeStackRefactor$, DescribeStackResource$, DescribeStackResourceDrifts$, DescribeStackResources$, DescribeStacks$, DescribeStackSet$, DescribeStackSetOperation$, DescribeType$, DescribeTypeRegistration$, DetectStackDrift$, DetectStackResourceDrift$, DetectStackSetDrift$, EstimateTemplateCost$, ExecuteChangeSet$, ExecuteStackRefactor$, GetGeneratedTemplate$, GetHookResult$, GetStackPolicy$, GetTemplate$, GetTemplateSummary$, ImportStacksToStackSet$, ListChangeSets$, ListExports$, ListGeneratedTemplates$, ListHookResults$, ListImports$, ListResourceScanRelatedResources$, ListResourceScanResources$, ListResourceScans$, ListStackInstanceResourceDrifts$, ListStackInstances$, ListStackRefactorActions$, ListStackRefactors$, ListStackResources$, ListStacks$, ListStackSetAutoDeploymentTargets$, ListStackSetOperationResults$, ListStackSetOperations$, ListStackSets$, ListTypeRegistrations$, ListTypes$, ListTypeVersions$, PublishType$, RecordHandlerProgress$, RegisterPublisher$, RegisterType$, RollbackStack$, SetStackPolicy$, SetTypeConfiguration$, SetTypeDefaultVersion$, SignalResource$, StartResourceScan$, StopStackSetOperation$, TestType$, UpdateGeneratedTemplate$, UpdateStack$, UpdateStackInstances$, UpdateStackSet$, UpdateTerminationProtection$, ValidateTemplate$ } = require("./schemas/schemas_0");
|
|
15
|
+
__exportStar(require("./schemas/schemas_0"), exports);
|
|
16
|
+
__exportStar(require("./models/errors"), exports);
|
|
17
|
+
const { CloudFormationServiceException } = require("./models/CloudFormationServiceException");
|
|
18
|
+
exports.CloudFormationServiceException = CloudFormationServiceException;
|
|
16
19
|
|
|
17
20
|
const resolveClientEndpointParameters = (options) => {
|
|
18
21
|
return Object.assign(options, {
|
|
@@ -68,1185 +71,1185 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
68
71
|
};
|
|
69
72
|
|
|
70
73
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
71
|
-
const extensionConfiguration = Object.assign(
|
|
74
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
72
75
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
73
|
-
return Object.assign(runtimeConfig,
|
|
76
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
74
77
|
};
|
|
75
78
|
|
|
76
|
-
class CloudFormationClient extends
|
|
79
|
+
class CloudFormationClient extends Client {
|
|
77
80
|
config;
|
|
78
81
|
constructor(...[configuration]) {
|
|
79
|
-
const _config_0 =
|
|
82
|
+
const _config_0 = getRuntimeConfig(configuration || {});
|
|
80
83
|
super(_config_0);
|
|
81
84
|
this.initConfig = _config_0;
|
|
82
85
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
83
|
-
const _config_2 =
|
|
84
|
-
const _config_3 =
|
|
85
|
-
const _config_4 =
|
|
86
|
-
const _config_5 =
|
|
87
|
-
const _config_6 =
|
|
88
|
-
const _config_7 =
|
|
86
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
87
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
88
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
|
89
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
90
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
|
91
|
+
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
89
92
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
90
93
|
this.config = _config_8;
|
|
91
|
-
this.middlewareStack.use(
|
|
92
|
-
this.middlewareStack.use(
|
|
93
|
-
this.middlewareStack.use(
|
|
94
|
-
this.middlewareStack.use(
|
|
95
|
-
this.middlewareStack.use(
|
|
96
|
-
this.middlewareStack.use(
|
|
97
|
-
this.middlewareStack.use(
|
|
98
|
-
this.middlewareStack.use(
|
|
99
|
-
httpAuthSchemeParametersProvider:
|
|
100
|
-
identityProviderConfigProvider: async (config) => new
|
|
94
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
95
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
96
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
97
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
99
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
100
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
101
|
+
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
102
|
+
httpAuthSchemeParametersProvider: defaultCloudFormationHttpAuthSchemeParametersProvider,
|
|
103
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
101
104
|
"aws.auth#sigv4": config.credentials,
|
|
102
105
|
}),
|
|
103
106
|
}));
|
|
104
|
-
this.middlewareStack.use(
|
|
107
|
+
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
105
108
|
}
|
|
106
109
|
destroy() {
|
|
107
110
|
super.destroy();
|
|
108
111
|
}
|
|
109
112
|
}
|
|
110
113
|
|
|
111
|
-
class ActivateOrganizationsAccessCommand extends
|
|
114
|
+
class ActivateOrganizationsAccessCommand extends Command
|
|
112
115
|
.classBuilder()
|
|
113
116
|
.ep(commonParams)
|
|
114
117
|
.m(function (Command, cs, config, o) {
|
|
115
|
-
return [
|
|
118
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
116
119
|
})
|
|
117
120
|
.s("CloudFormation", "ActivateOrganizationsAccess", {})
|
|
118
121
|
.n("CloudFormationClient", "ActivateOrganizationsAccessCommand")
|
|
119
|
-
.sc(
|
|
122
|
+
.sc(ActivateOrganizationsAccess$)
|
|
120
123
|
.build() {
|
|
121
124
|
}
|
|
122
125
|
|
|
123
|
-
class ActivateTypeCommand extends
|
|
126
|
+
class ActivateTypeCommand extends Command
|
|
124
127
|
.classBuilder()
|
|
125
128
|
.ep(commonParams)
|
|
126
129
|
.m(function (Command, cs, config, o) {
|
|
127
|
-
return [
|
|
130
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
128
131
|
})
|
|
129
132
|
.s("CloudFormation", "ActivateType", {})
|
|
130
133
|
.n("CloudFormationClient", "ActivateTypeCommand")
|
|
131
|
-
.sc(
|
|
134
|
+
.sc(ActivateType$)
|
|
132
135
|
.build() {
|
|
133
136
|
}
|
|
134
137
|
|
|
135
|
-
class BatchDescribeTypeConfigurationsCommand extends
|
|
138
|
+
class BatchDescribeTypeConfigurationsCommand extends Command
|
|
136
139
|
.classBuilder()
|
|
137
140
|
.ep(commonParams)
|
|
138
141
|
.m(function (Command, cs, config, o) {
|
|
139
|
-
return [
|
|
142
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
140
143
|
})
|
|
141
144
|
.s("CloudFormation", "BatchDescribeTypeConfigurations", {})
|
|
142
145
|
.n("CloudFormationClient", "BatchDescribeTypeConfigurationsCommand")
|
|
143
|
-
.sc(
|
|
146
|
+
.sc(BatchDescribeTypeConfigurations$)
|
|
144
147
|
.build() {
|
|
145
148
|
}
|
|
146
149
|
|
|
147
|
-
class CancelUpdateStackCommand extends
|
|
150
|
+
class CancelUpdateStackCommand extends Command
|
|
148
151
|
.classBuilder()
|
|
149
152
|
.ep(commonParams)
|
|
150
153
|
.m(function (Command, cs, config, o) {
|
|
151
|
-
return [
|
|
154
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
152
155
|
})
|
|
153
156
|
.s("CloudFormation", "CancelUpdateStack", {})
|
|
154
157
|
.n("CloudFormationClient", "CancelUpdateStackCommand")
|
|
155
|
-
.sc(
|
|
158
|
+
.sc(CancelUpdateStack$)
|
|
156
159
|
.build() {
|
|
157
160
|
}
|
|
158
161
|
|
|
159
|
-
class ContinueUpdateRollbackCommand extends
|
|
162
|
+
class ContinueUpdateRollbackCommand extends Command
|
|
160
163
|
.classBuilder()
|
|
161
164
|
.ep(commonParams)
|
|
162
165
|
.m(function (Command, cs, config, o) {
|
|
163
|
-
return [
|
|
166
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
164
167
|
})
|
|
165
168
|
.s("CloudFormation", "ContinueUpdateRollback", {})
|
|
166
169
|
.n("CloudFormationClient", "ContinueUpdateRollbackCommand")
|
|
167
|
-
.sc(
|
|
170
|
+
.sc(ContinueUpdateRollback$)
|
|
168
171
|
.build() {
|
|
169
172
|
}
|
|
170
173
|
|
|
171
|
-
class CreateChangeSetCommand extends
|
|
174
|
+
class CreateChangeSetCommand extends Command
|
|
172
175
|
.classBuilder()
|
|
173
176
|
.ep(commonParams)
|
|
174
177
|
.m(function (Command, cs, config, o) {
|
|
175
|
-
return [
|
|
178
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
176
179
|
})
|
|
177
180
|
.s("CloudFormation", "CreateChangeSet", {})
|
|
178
181
|
.n("CloudFormationClient", "CreateChangeSetCommand")
|
|
179
|
-
.sc(
|
|
182
|
+
.sc(CreateChangeSet$)
|
|
180
183
|
.build() {
|
|
181
184
|
}
|
|
182
185
|
|
|
183
|
-
class CreateGeneratedTemplateCommand extends
|
|
186
|
+
class CreateGeneratedTemplateCommand extends Command
|
|
184
187
|
.classBuilder()
|
|
185
188
|
.ep(commonParams)
|
|
186
189
|
.m(function (Command, cs, config, o) {
|
|
187
|
-
return [
|
|
190
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
188
191
|
})
|
|
189
192
|
.s("CloudFormation", "CreateGeneratedTemplate", {})
|
|
190
193
|
.n("CloudFormationClient", "CreateGeneratedTemplateCommand")
|
|
191
|
-
.sc(
|
|
194
|
+
.sc(CreateGeneratedTemplate$)
|
|
192
195
|
.build() {
|
|
193
196
|
}
|
|
194
197
|
|
|
195
|
-
class CreateStackCommand extends
|
|
198
|
+
class CreateStackCommand extends Command
|
|
196
199
|
.classBuilder()
|
|
197
200
|
.ep(commonParams)
|
|
198
201
|
.m(function (Command, cs, config, o) {
|
|
199
|
-
return [
|
|
202
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
200
203
|
})
|
|
201
204
|
.s("CloudFormation", "CreateStack", {})
|
|
202
205
|
.n("CloudFormationClient", "CreateStackCommand")
|
|
203
|
-
.sc(
|
|
206
|
+
.sc(CreateStack$)
|
|
204
207
|
.build() {
|
|
205
208
|
}
|
|
206
209
|
|
|
207
|
-
class CreateStackInstancesCommand extends
|
|
210
|
+
class CreateStackInstancesCommand extends Command
|
|
208
211
|
.classBuilder()
|
|
209
212
|
.ep(commonParams)
|
|
210
213
|
.m(function (Command, cs, config, o) {
|
|
211
|
-
return [
|
|
214
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
212
215
|
})
|
|
213
216
|
.s("CloudFormation", "CreateStackInstances", {})
|
|
214
217
|
.n("CloudFormationClient", "CreateStackInstancesCommand")
|
|
215
|
-
.sc(
|
|
218
|
+
.sc(CreateStackInstances$)
|
|
216
219
|
.build() {
|
|
217
220
|
}
|
|
218
221
|
|
|
219
|
-
class CreateStackRefactorCommand extends
|
|
222
|
+
class CreateStackRefactorCommand extends Command
|
|
220
223
|
.classBuilder()
|
|
221
224
|
.ep(commonParams)
|
|
222
225
|
.m(function (Command, cs, config, o) {
|
|
223
|
-
return [
|
|
226
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
224
227
|
})
|
|
225
228
|
.s("CloudFormation", "CreateStackRefactor", {})
|
|
226
229
|
.n("CloudFormationClient", "CreateStackRefactorCommand")
|
|
227
|
-
.sc(
|
|
230
|
+
.sc(CreateStackRefactor$)
|
|
228
231
|
.build() {
|
|
229
232
|
}
|
|
230
233
|
|
|
231
|
-
class CreateStackSetCommand extends
|
|
234
|
+
class CreateStackSetCommand extends Command
|
|
232
235
|
.classBuilder()
|
|
233
236
|
.ep(commonParams)
|
|
234
237
|
.m(function (Command, cs, config, o) {
|
|
235
|
-
return [
|
|
238
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
236
239
|
})
|
|
237
240
|
.s("CloudFormation", "CreateStackSet", {})
|
|
238
241
|
.n("CloudFormationClient", "CreateStackSetCommand")
|
|
239
|
-
.sc(
|
|
242
|
+
.sc(CreateStackSet$)
|
|
240
243
|
.build() {
|
|
241
244
|
}
|
|
242
245
|
|
|
243
|
-
class DeactivateOrganizationsAccessCommand extends
|
|
246
|
+
class DeactivateOrganizationsAccessCommand extends Command
|
|
244
247
|
.classBuilder()
|
|
245
248
|
.ep(commonParams)
|
|
246
249
|
.m(function (Command, cs, config, o) {
|
|
247
|
-
return [
|
|
250
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
248
251
|
})
|
|
249
252
|
.s("CloudFormation", "DeactivateOrganizationsAccess", {})
|
|
250
253
|
.n("CloudFormationClient", "DeactivateOrganizationsAccessCommand")
|
|
251
|
-
.sc(
|
|
254
|
+
.sc(DeactivateOrganizationsAccess$)
|
|
252
255
|
.build() {
|
|
253
256
|
}
|
|
254
257
|
|
|
255
|
-
class DeactivateTypeCommand extends
|
|
258
|
+
class DeactivateTypeCommand extends Command
|
|
256
259
|
.classBuilder()
|
|
257
260
|
.ep(commonParams)
|
|
258
261
|
.m(function (Command, cs, config, o) {
|
|
259
|
-
return [
|
|
262
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
260
263
|
})
|
|
261
264
|
.s("CloudFormation", "DeactivateType", {})
|
|
262
265
|
.n("CloudFormationClient", "DeactivateTypeCommand")
|
|
263
|
-
.sc(
|
|
266
|
+
.sc(DeactivateType$)
|
|
264
267
|
.build() {
|
|
265
268
|
}
|
|
266
269
|
|
|
267
|
-
class DeleteChangeSetCommand extends
|
|
270
|
+
class DeleteChangeSetCommand extends Command
|
|
268
271
|
.classBuilder()
|
|
269
272
|
.ep(commonParams)
|
|
270
273
|
.m(function (Command, cs, config, o) {
|
|
271
|
-
return [
|
|
274
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
272
275
|
})
|
|
273
276
|
.s("CloudFormation", "DeleteChangeSet", {})
|
|
274
277
|
.n("CloudFormationClient", "DeleteChangeSetCommand")
|
|
275
|
-
.sc(
|
|
278
|
+
.sc(DeleteChangeSet$)
|
|
276
279
|
.build() {
|
|
277
280
|
}
|
|
278
281
|
|
|
279
|
-
class DeleteGeneratedTemplateCommand extends
|
|
282
|
+
class DeleteGeneratedTemplateCommand extends Command
|
|
280
283
|
.classBuilder()
|
|
281
284
|
.ep(commonParams)
|
|
282
285
|
.m(function (Command, cs, config, o) {
|
|
283
|
-
return [
|
|
286
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
284
287
|
})
|
|
285
288
|
.s("CloudFormation", "DeleteGeneratedTemplate", {})
|
|
286
289
|
.n("CloudFormationClient", "DeleteGeneratedTemplateCommand")
|
|
287
|
-
.sc(
|
|
290
|
+
.sc(DeleteGeneratedTemplate$)
|
|
288
291
|
.build() {
|
|
289
292
|
}
|
|
290
293
|
|
|
291
|
-
class DeleteStackCommand extends
|
|
294
|
+
class DeleteStackCommand extends Command
|
|
292
295
|
.classBuilder()
|
|
293
296
|
.ep(commonParams)
|
|
294
297
|
.m(function (Command, cs, config, o) {
|
|
295
|
-
return [
|
|
298
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
296
299
|
})
|
|
297
300
|
.s("CloudFormation", "DeleteStack", {})
|
|
298
301
|
.n("CloudFormationClient", "DeleteStackCommand")
|
|
299
|
-
.sc(
|
|
302
|
+
.sc(DeleteStack$)
|
|
300
303
|
.build() {
|
|
301
304
|
}
|
|
302
305
|
|
|
303
|
-
class DeleteStackInstancesCommand extends
|
|
306
|
+
class DeleteStackInstancesCommand extends Command
|
|
304
307
|
.classBuilder()
|
|
305
308
|
.ep(commonParams)
|
|
306
309
|
.m(function (Command, cs, config, o) {
|
|
307
|
-
return [
|
|
310
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
308
311
|
})
|
|
309
312
|
.s("CloudFormation", "DeleteStackInstances", {})
|
|
310
313
|
.n("CloudFormationClient", "DeleteStackInstancesCommand")
|
|
311
|
-
.sc(
|
|
314
|
+
.sc(DeleteStackInstances$)
|
|
312
315
|
.build() {
|
|
313
316
|
}
|
|
314
317
|
|
|
315
|
-
class DeleteStackSetCommand extends
|
|
318
|
+
class DeleteStackSetCommand extends Command
|
|
316
319
|
.classBuilder()
|
|
317
320
|
.ep(commonParams)
|
|
318
321
|
.m(function (Command, cs, config, o) {
|
|
319
|
-
return [
|
|
322
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
320
323
|
})
|
|
321
324
|
.s("CloudFormation", "DeleteStackSet", {})
|
|
322
325
|
.n("CloudFormationClient", "DeleteStackSetCommand")
|
|
323
|
-
.sc(
|
|
326
|
+
.sc(DeleteStackSet$)
|
|
324
327
|
.build() {
|
|
325
328
|
}
|
|
326
329
|
|
|
327
|
-
class DeregisterTypeCommand extends
|
|
330
|
+
class DeregisterTypeCommand extends Command
|
|
328
331
|
.classBuilder()
|
|
329
332
|
.ep(commonParams)
|
|
330
333
|
.m(function (Command, cs, config, o) {
|
|
331
|
-
return [
|
|
334
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
332
335
|
})
|
|
333
336
|
.s("CloudFormation", "DeregisterType", {})
|
|
334
337
|
.n("CloudFormationClient", "DeregisterTypeCommand")
|
|
335
|
-
.sc(
|
|
338
|
+
.sc(DeregisterType$)
|
|
336
339
|
.build() {
|
|
337
340
|
}
|
|
338
341
|
|
|
339
|
-
class DescribeAccountLimitsCommand extends
|
|
342
|
+
class DescribeAccountLimitsCommand extends Command
|
|
340
343
|
.classBuilder()
|
|
341
344
|
.ep(commonParams)
|
|
342
345
|
.m(function (Command, cs, config, o) {
|
|
343
|
-
return [
|
|
346
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
344
347
|
})
|
|
345
348
|
.s("CloudFormation", "DescribeAccountLimits", {})
|
|
346
349
|
.n("CloudFormationClient", "DescribeAccountLimitsCommand")
|
|
347
|
-
.sc(
|
|
350
|
+
.sc(DescribeAccountLimits$)
|
|
348
351
|
.build() {
|
|
349
352
|
}
|
|
350
353
|
|
|
351
|
-
class DescribeChangeSetCommand extends
|
|
354
|
+
class DescribeChangeSetCommand extends Command
|
|
352
355
|
.classBuilder()
|
|
353
356
|
.ep(commonParams)
|
|
354
357
|
.m(function (Command, cs, config, o) {
|
|
355
|
-
return [
|
|
358
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
356
359
|
})
|
|
357
360
|
.s("CloudFormation", "DescribeChangeSet", {})
|
|
358
361
|
.n("CloudFormationClient", "DescribeChangeSetCommand")
|
|
359
|
-
.sc(
|
|
362
|
+
.sc(DescribeChangeSet$)
|
|
360
363
|
.build() {
|
|
361
364
|
}
|
|
362
365
|
|
|
363
|
-
class DescribeChangeSetHooksCommand extends
|
|
366
|
+
class DescribeChangeSetHooksCommand extends Command
|
|
364
367
|
.classBuilder()
|
|
365
368
|
.ep(commonParams)
|
|
366
369
|
.m(function (Command, cs, config, o) {
|
|
367
|
-
return [
|
|
370
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
368
371
|
})
|
|
369
372
|
.s("CloudFormation", "DescribeChangeSetHooks", {})
|
|
370
373
|
.n("CloudFormationClient", "DescribeChangeSetHooksCommand")
|
|
371
|
-
.sc(
|
|
374
|
+
.sc(DescribeChangeSetHooks$)
|
|
372
375
|
.build() {
|
|
373
376
|
}
|
|
374
377
|
|
|
375
|
-
class DescribeEventsCommand extends
|
|
378
|
+
class DescribeEventsCommand extends Command
|
|
376
379
|
.classBuilder()
|
|
377
380
|
.ep(commonParams)
|
|
378
381
|
.m(function (Command, cs, config, o) {
|
|
379
|
-
return [
|
|
382
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
380
383
|
})
|
|
381
384
|
.s("CloudFormation", "DescribeEvents", {})
|
|
382
385
|
.n("CloudFormationClient", "DescribeEventsCommand")
|
|
383
|
-
.sc(
|
|
386
|
+
.sc(DescribeEvents$)
|
|
384
387
|
.build() {
|
|
385
388
|
}
|
|
386
389
|
|
|
387
|
-
class DescribeGeneratedTemplateCommand extends
|
|
390
|
+
class DescribeGeneratedTemplateCommand extends Command
|
|
388
391
|
.classBuilder()
|
|
389
392
|
.ep(commonParams)
|
|
390
393
|
.m(function (Command, cs, config, o) {
|
|
391
|
-
return [
|
|
394
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
392
395
|
})
|
|
393
396
|
.s("CloudFormation", "DescribeGeneratedTemplate", {})
|
|
394
397
|
.n("CloudFormationClient", "DescribeGeneratedTemplateCommand")
|
|
395
|
-
.sc(
|
|
398
|
+
.sc(DescribeGeneratedTemplate$)
|
|
396
399
|
.build() {
|
|
397
400
|
}
|
|
398
401
|
|
|
399
|
-
class DescribeOrganizationsAccessCommand extends
|
|
402
|
+
class DescribeOrganizationsAccessCommand extends Command
|
|
400
403
|
.classBuilder()
|
|
401
404
|
.ep(commonParams)
|
|
402
405
|
.m(function (Command, cs, config, o) {
|
|
403
|
-
return [
|
|
406
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
404
407
|
})
|
|
405
408
|
.s("CloudFormation", "DescribeOrganizationsAccess", {})
|
|
406
409
|
.n("CloudFormationClient", "DescribeOrganizationsAccessCommand")
|
|
407
|
-
.sc(
|
|
410
|
+
.sc(DescribeOrganizationsAccess$)
|
|
408
411
|
.build() {
|
|
409
412
|
}
|
|
410
413
|
|
|
411
|
-
class DescribePublisherCommand extends
|
|
414
|
+
class DescribePublisherCommand extends Command
|
|
412
415
|
.classBuilder()
|
|
413
416
|
.ep(commonParams)
|
|
414
417
|
.m(function (Command, cs, config, o) {
|
|
415
|
-
return [
|
|
418
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
416
419
|
})
|
|
417
420
|
.s("CloudFormation", "DescribePublisher", {})
|
|
418
421
|
.n("CloudFormationClient", "DescribePublisherCommand")
|
|
419
|
-
.sc(
|
|
422
|
+
.sc(DescribePublisher$)
|
|
420
423
|
.build() {
|
|
421
424
|
}
|
|
422
425
|
|
|
423
|
-
class DescribeResourceScanCommand extends
|
|
426
|
+
class DescribeResourceScanCommand extends Command
|
|
424
427
|
.classBuilder()
|
|
425
428
|
.ep(commonParams)
|
|
426
429
|
.m(function (Command, cs, config, o) {
|
|
427
|
-
return [
|
|
430
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
428
431
|
})
|
|
429
432
|
.s("CloudFormation", "DescribeResourceScan", {})
|
|
430
433
|
.n("CloudFormationClient", "DescribeResourceScanCommand")
|
|
431
|
-
.sc(
|
|
434
|
+
.sc(DescribeResourceScan$)
|
|
432
435
|
.build() {
|
|
433
436
|
}
|
|
434
437
|
|
|
435
|
-
class DescribeStackDriftDetectionStatusCommand extends
|
|
438
|
+
class DescribeStackDriftDetectionStatusCommand extends Command
|
|
436
439
|
.classBuilder()
|
|
437
440
|
.ep(commonParams)
|
|
438
441
|
.m(function (Command, cs, config, o) {
|
|
439
|
-
return [
|
|
442
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
440
443
|
})
|
|
441
444
|
.s("CloudFormation", "DescribeStackDriftDetectionStatus", {})
|
|
442
445
|
.n("CloudFormationClient", "DescribeStackDriftDetectionStatusCommand")
|
|
443
|
-
.sc(
|
|
446
|
+
.sc(DescribeStackDriftDetectionStatus$)
|
|
444
447
|
.build() {
|
|
445
448
|
}
|
|
446
449
|
|
|
447
|
-
class DescribeStackEventsCommand extends
|
|
450
|
+
class DescribeStackEventsCommand extends Command
|
|
448
451
|
.classBuilder()
|
|
449
452
|
.ep(commonParams)
|
|
450
453
|
.m(function (Command, cs, config, o) {
|
|
451
|
-
return [
|
|
454
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
452
455
|
})
|
|
453
456
|
.s("CloudFormation", "DescribeStackEvents", {})
|
|
454
457
|
.n("CloudFormationClient", "DescribeStackEventsCommand")
|
|
455
|
-
.sc(
|
|
458
|
+
.sc(DescribeStackEvents$)
|
|
456
459
|
.build() {
|
|
457
460
|
}
|
|
458
461
|
|
|
459
|
-
class DescribeStackInstanceCommand extends
|
|
462
|
+
class DescribeStackInstanceCommand extends Command
|
|
460
463
|
.classBuilder()
|
|
461
464
|
.ep(commonParams)
|
|
462
465
|
.m(function (Command, cs, config, o) {
|
|
463
|
-
return [
|
|
466
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
464
467
|
})
|
|
465
468
|
.s("CloudFormation", "DescribeStackInstance", {})
|
|
466
469
|
.n("CloudFormationClient", "DescribeStackInstanceCommand")
|
|
467
|
-
.sc(
|
|
470
|
+
.sc(DescribeStackInstance$)
|
|
468
471
|
.build() {
|
|
469
472
|
}
|
|
470
473
|
|
|
471
|
-
class DescribeStackRefactorCommand extends
|
|
474
|
+
class DescribeStackRefactorCommand extends Command
|
|
472
475
|
.classBuilder()
|
|
473
476
|
.ep(commonParams)
|
|
474
477
|
.m(function (Command, cs, config, o) {
|
|
475
|
-
return [
|
|
478
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
476
479
|
})
|
|
477
480
|
.s("CloudFormation", "DescribeStackRefactor", {})
|
|
478
481
|
.n("CloudFormationClient", "DescribeStackRefactorCommand")
|
|
479
|
-
.sc(
|
|
482
|
+
.sc(DescribeStackRefactor$)
|
|
480
483
|
.build() {
|
|
481
484
|
}
|
|
482
485
|
|
|
483
|
-
class DescribeStackResourceCommand extends
|
|
486
|
+
class DescribeStackResourceCommand extends Command
|
|
484
487
|
.classBuilder()
|
|
485
488
|
.ep(commonParams)
|
|
486
489
|
.m(function (Command, cs, config, o) {
|
|
487
|
-
return [
|
|
490
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
488
491
|
})
|
|
489
492
|
.s("CloudFormation", "DescribeStackResource", {})
|
|
490
493
|
.n("CloudFormationClient", "DescribeStackResourceCommand")
|
|
491
|
-
.sc(
|
|
494
|
+
.sc(DescribeStackResource$)
|
|
492
495
|
.build() {
|
|
493
496
|
}
|
|
494
497
|
|
|
495
|
-
class DescribeStackResourceDriftsCommand extends
|
|
498
|
+
class DescribeStackResourceDriftsCommand extends Command
|
|
496
499
|
.classBuilder()
|
|
497
500
|
.ep(commonParams)
|
|
498
501
|
.m(function (Command, cs, config, o) {
|
|
499
|
-
return [
|
|
502
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
500
503
|
})
|
|
501
504
|
.s("CloudFormation", "DescribeStackResourceDrifts", {})
|
|
502
505
|
.n("CloudFormationClient", "DescribeStackResourceDriftsCommand")
|
|
503
|
-
.sc(
|
|
506
|
+
.sc(DescribeStackResourceDrifts$)
|
|
504
507
|
.build() {
|
|
505
508
|
}
|
|
506
509
|
|
|
507
|
-
class DescribeStackResourcesCommand extends
|
|
510
|
+
class DescribeStackResourcesCommand extends Command
|
|
508
511
|
.classBuilder()
|
|
509
512
|
.ep(commonParams)
|
|
510
513
|
.m(function (Command, cs, config, o) {
|
|
511
|
-
return [
|
|
514
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
512
515
|
})
|
|
513
516
|
.s("CloudFormation", "DescribeStackResources", {})
|
|
514
517
|
.n("CloudFormationClient", "DescribeStackResourcesCommand")
|
|
515
|
-
.sc(
|
|
518
|
+
.sc(DescribeStackResources$)
|
|
516
519
|
.build() {
|
|
517
520
|
}
|
|
518
521
|
|
|
519
|
-
class DescribeStacksCommand extends
|
|
522
|
+
class DescribeStacksCommand extends Command
|
|
520
523
|
.classBuilder()
|
|
521
524
|
.ep(commonParams)
|
|
522
525
|
.m(function (Command, cs, config, o) {
|
|
523
|
-
return [
|
|
526
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
524
527
|
})
|
|
525
528
|
.s("CloudFormation", "DescribeStacks", {})
|
|
526
529
|
.n("CloudFormationClient", "DescribeStacksCommand")
|
|
527
|
-
.sc(
|
|
530
|
+
.sc(DescribeStacks$)
|
|
528
531
|
.build() {
|
|
529
532
|
}
|
|
530
533
|
|
|
531
|
-
class DescribeStackSetCommand extends
|
|
534
|
+
class DescribeStackSetCommand extends Command
|
|
532
535
|
.classBuilder()
|
|
533
536
|
.ep(commonParams)
|
|
534
537
|
.m(function (Command, cs, config, o) {
|
|
535
|
-
return [
|
|
538
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
536
539
|
})
|
|
537
540
|
.s("CloudFormation", "DescribeStackSet", {})
|
|
538
541
|
.n("CloudFormationClient", "DescribeStackSetCommand")
|
|
539
|
-
.sc(
|
|
542
|
+
.sc(DescribeStackSet$)
|
|
540
543
|
.build() {
|
|
541
544
|
}
|
|
542
545
|
|
|
543
|
-
class DescribeStackSetOperationCommand extends
|
|
546
|
+
class DescribeStackSetOperationCommand extends Command
|
|
544
547
|
.classBuilder()
|
|
545
548
|
.ep(commonParams)
|
|
546
549
|
.m(function (Command, cs, config, o) {
|
|
547
|
-
return [
|
|
550
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
548
551
|
})
|
|
549
552
|
.s("CloudFormation", "DescribeStackSetOperation", {})
|
|
550
553
|
.n("CloudFormationClient", "DescribeStackSetOperationCommand")
|
|
551
|
-
.sc(
|
|
554
|
+
.sc(DescribeStackSetOperation$)
|
|
552
555
|
.build() {
|
|
553
556
|
}
|
|
554
557
|
|
|
555
|
-
class DescribeTypeCommand extends
|
|
558
|
+
class DescribeTypeCommand extends Command
|
|
556
559
|
.classBuilder()
|
|
557
560
|
.ep(commonParams)
|
|
558
561
|
.m(function (Command, cs, config, o) {
|
|
559
|
-
return [
|
|
562
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
560
563
|
})
|
|
561
564
|
.s("CloudFormation", "DescribeType", {})
|
|
562
565
|
.n("CloudFormationClient", "DescribeTypeCommand")
|
|
563
|
-
.sc(
|
|
566
|
+
.sc(DescribeType$)
|
|
564
567
|
.build() {
|
|
565
568
|
}
|
|
566
569
|
|
|
567
|
-
class DescribeTypeRegistrationCommand extends
|
|
570
|
+
class DescribeTypeRegistrationCommand extends Command
|
|
568
571
|
.classBuilder()
|
|
569
572
|
.ep(commonParams)
|
|
570
573
|
.m(function (Command, cs, config, o) {
|
|
571
|
-
return [
|
|
574
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
572
575
|
})
|
|
573
576
|
.s("CloudFormation", "DescribeTypeRegistration", {})
|
|
574
577
|
.n("CloudFormationClient", "DescribeTypeRegistrationCommand")
|
|
575
|
-
.sc(
|
|
578
|
+
.sc(DescribeTypeRegistration$)
|
|
576
579
|
.build() {
|
|
577
580
|
}
|
|
578
581
|
|
|
579
|
-
class DetectStackDriftCommand extends
|
|
582
|
+
class DetectStackDriftCommand extends Command
|
|
580
583
|
.classBuilder()
|
|
581
584
|
.ep(commonParams)
|
|
582
585
|
.m(function (Command, cs, config, o) {
|
|
583
|
-
return [
|
|
586
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
584
587
|
})
|
|
585
588
|
.s("CloudFormation", "DetectStackDrift", {})
|
|
586
589
|
.n("CloudFormationClient", "DetectStackDriftCommand")
|
|
587
|
-
.sc(
|
|
590
|
+
.sc(DetectStackDrift$)
|
|
588
591
|
.build() {
|
|
589
592
|
}
|
|
590
593
|
|
|
591
|
-
class DetectStackResourceDriftCommand extends
|
|
594
|
+
class DetectStackResourceDriftCommand extends Command
|
|
592
595
|
.classBuilder()
|
|
593
596
|
.ep(commonParams)
|
|
594
597
|
.m(function (Command, cs, config, o) {
|
|
595
|
-
return [
|
|
598
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
596
599
|
})
|
|
597
600
|
.s("CloudFormation", "DetectStackResourceDrift", {})
|
|
598
601
|
.n("CloudFormationClient", "DetectStackResourceDriftCommand")
|
|
599
|
-
.sc(
|
|
602
|
+
.sc(DetectStackResourceDrift$)
|
|
600
603
|
.build() {
|
|
601
604
|
}
|
|
602
605
|
|
|
603
|
-
class DetectStackSetDriftCommand extends
|
|
606
|
+
class DetectStackSetDriftCommand extends Command
|
|
604
607
|
.classBuilder()
|
|
605
608
|
.ep(commonParams)
|
|
606
609
|
.m(function (Command, cs, config, o) {
|
|
607
|
-
return [
|
|
610
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
608
611
|
})
|
|
609
612
|
.s("CloudFormation", "DetectStackSetDrift", {})
|
|
610
613
|
.n("CloudFormationClient", "DetectStackSetDriftCommand")
|
|
611
|
-
.sc(
|
|
614
|
+
.sc(DetectStackSetDrift$)
|
|
612
615
|
.build() {
|
|
613
616
|
}
|
|
614
617
|
|
|
615
|
-
class EstimateTemplateCostCommand extends
|
|
618
|
+
class EstimateTemplateCostCommand extends Command
|
|
616
619
|
.classBuilder()
|
|
617
620
|
.ep(commonParams)
|
|
618
621
|
.m(function (Command, cs, config, o) {
|
|
619
|
-
return [
|
|
622
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
620
623
|
})
|
|
621
624
|
.s("CloudFormation", "EstimateTemplateCost", {})
|
|
622
625
|
.n("CloudFormationClient", "EstimateTemplateCostCommand")
|
|
623
|
-
.sc(
|
|
626
|
+
.sc(EstimateTemplateCost$)
|
|
624
627
|
.build() {
|
|
625
628
|
}
|
|
626
629
|
|
|
627
|
-
class ExecuteChangeSetCommand extends
|
|
630
|
+
class ExecuteChangeSetCommand extends Command
|
|
628
631
|
.classBuilder()
|
|
629
632
|
.ep(commonParams)
|
|
630
633
|
.m(function (Command, cs, config, o) {
|
|
631
|
-
return [
|
|
634
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
632
635
|
})
|
|
633
636
|
.s("CloudFormation", "ExecuteChangeSet", {})
|
|
634
637
|
.n("CloudFormationClient", "ExecuteChangeSetCommand")
|
|
635
|
-
.sc(
|
|
638
|
+
.sc(ExecuteChangeSet$)
|
|
636
639
|
.build() {
|
|
637
640
|
}
|
|
638
641
|
|
|
639
|
-
class ExecuteStackRefactorCommand extends
|
|
642
|
+
class ExecuteStackRefactorCommand extends Command
|
|
640
643
|
.classBuilder()
|
|
641
644
|
.ep(commonParams)
|
|
642
645
|
.m(function (Command, cs, config, o) {
|
|
643
|
-
return [
|
|
646
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
644
647
|
})
|
|
645
648
|
.s("CloudFormation", "ExecuteStackRefactor", {})
|
|
646
649
|
.n("CloudFormationClient", "ExecuteStackRefactorCommand")
|
|
647
|
-
.sc(
|
|
650
|
+
.sc(ExecuteStackRefactor$)
|
|
648
651
|
.build() {
|
|
649
652
|
}
|
|
650
653
|
|
|
651
|
-
class GetGeneratedTemplateCommand extends
|
|
654
|
+
class GetGeneratedTemplateCommand extends Command
|
|
652
655
|
.classBuilder()
|
|
653
656
|
.ep(commonParams)
|
|
654
657
|
.m(function (Command, cs, config, o) {
|
|
655
|
-
return [
|
|
658
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
656
659
|
})
|
|
657
660
|
.s("CloudFormation", "GetGeneratedTemplate", {})
|
|
658
661
|
.n("CloudFormationClient", "GetGeneratedTemplateCommand")
|
|
659
|
-
.sc(
|
|
662
|
+
.sc(GetGeneratedTemplate$)
|
|
660
663
|
.build() {
|
|
661
664
|
}
|
|
662
665
|
|
|
663
|
-
class GetHookResultCommand extends
|
|
666
|
+
class GetHookResultCommand extends Command
|
|
664
667
|
.classBuilder()
|
|
665
668
|
.ep(commonParams)
|
|
666
669
|
.m(function (Command, cs, config, o) {
|
|
667
|
-
return [
|
|
670
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
668
671
|
})
|
|
669
672
|
.s("CloudFormation", "GetHookResult", {})
|
|
670
673
|
.n("CloudFormationClient", "GetHookResultCommand")
|
|
671
|
-
.sc(
|
|
674
|
+
.sc(GetHookResult$)
|
|
672
675
|
.build() {
|
|
673
676
|
}
|
|
674
677
|
|
|
675
|
-
class GetStackPolicyCommand extends
|
|
678
|
+
class GetStackPolicyCommand extends Command
|
|
676
679
|
.classBuilder()
|
|
677
680
|
.ep(commonParams)
|
|
678
681
|
.m(function (Command, cs, config, o) {
|
|
679
|
-
return [
|
|
682
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
680
683
|
})
|
|
681
684
|
.s("CloudFormation", "GetStackPolicy", {})
|
|
682
685
|
.n("CloudFormationClient", "GetStackPolicyCommand")
|
|
683
|
-
.sc(
|
|
686
|
+
.sc(GetStackPolicy$)
|
|
684
687
|
.build() {
|
|
685
688
|
}
|
|
686
689
|
|
|
687
|
-
class GetTemplateCommand extends
|
|
690
|
+
class GetTemplateCommand extends Command
|
|
688
691
|
.classBuilder()
|
|
689
692
|
.ep(commonParams)
|
|
690
693
|
.m(function (Command, cs, config, o) {
|
|
691
|
-
return [
|
|
694
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
692
695
|
})
|
|
693
696
|
.s("CloudFormation", "GetTemplate", {})
|
|
694
697
|
.n("CloudFormationClient", "GetTemplateCommand")
|
|
695
|
-
.sc(
|
|
698
|
+
.sc(GetTemplate$)
|
|
696
699
|
.build() {
|
|
697
700
|
}
|
|
698
701
|
|
|
699
|
-
class GetTemplateSummaryCommand extends
|
|
702
|
+
class GetTemplateSummaryCommand extends Command
|
|
700
703
|
.classBuilder()
|
|
701
704
|
.ep(commonParams)
|
|
702
705
|
.m(function (Command, cs, config, o) {
|
|
703
|
-
return [
|
|
706
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
704
707
|
})
|
|
705
708
|
.s("CloudFormation", "GetTemplateSummary", {})
|
|
706
709
|
.n("CloudFormationClient", "GetTemplateSummaryCommand")
|
|
707
|
-
.sc(
|
|
710
|
+
.sc(GetTemplateSummary$)
|
|
708
711
|
.build() {
|
|
709
712
|
}
|
|
710
713
|
|
|
711
|
-
class ImportStacksToStackSetCommand extends
|
|
714
|
+
class ImportStacksToStackSetCommand extends Command
|
|
712
715
|
.classBuilder()
|
|
713
716
|
.ep(commonParams)
|
|
714
717
|
.m(function (Command, cs, config, o) {
|
|
715
|
-
return [
|
|
718
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
716
719
|
})
|
|
717
720
|
.s("CloudFormation", "ImportStacksToStackSet", {})
|
|
718
721
|
.n("CloudFormationClient", "ImportStacksToStackSetCommand")
|
|
719
|
-
.sc(
|
|
722
|
+
.sc(ImportStacksToStackSet$)
|
|
720
723
|
.build() {
|
|
721
724
|
}
|
|
722
725
|
|
|
723
|
-
class ListChangeSetsCommand extends
|
|
726
|
+
class ListChangeSetsCommand extends Command
|
|
724
727
|
.classBuilder()
|
|
725
728
|
.ep(commonParams)
|
|
726
729
|
.m(function (Command, cs, config, o) {
|
|
727
|
-
return [
|
|
730
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
728
731
|
})
|
|
729
732
|
.s("CloudFormation", "ListChangeSets", {})
|
|
730
733
|
.n("CloudFormationClient", "ListChangeSetsCommand")
|
|
731
|
-
.sc(
|
|
734
|
+
.sc(ListChangeSets$)
|
|
732
735
|
.build() {
|
|
733
736
|
}
|
|
734
737
|
|
|
735
|
-
class ListExportsCommand extends
|
|
738
|
+
class ListExportsCommand extends Command
|
|
736
739
|
.classBuilder()
|
|
737
740
|
.ep(commonParams)
|
|
738
741
|
.m(function (Command, cs, config, o) {
|
|
739
|
-
return [
|
|
742
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
740
743
|
})
|
|
741
744
|
.s("CloudFormation", "ListExports", {})
|
|
742
745
|
.n("CloudFormationClient", "ListExportsCommand")
|
|
743
|
-
.sc(
|
|
746
|
+
.sc(ListExports$)
|
|
744
747
|
.build() {
|
|
745
748
|
}
|
|
746
749
|
|
|
747
|
-
class ListGeneratedTemplatesCommand extends
|
|
750
|
+
class ListGeneratedTemplatesCommand extends Command
|
|
748
751
|
.classBuilder()
|
|
749
752
|
.ep(commonParams)
|
|
750
753
|
.m(function (Command, cs, config, o) {
|
|
751
|
-
return [
|
|
754
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
752
755
|
})
|
|
753
756
|
.s("CloudFormation", "ListGeneratedTemplates", {})
|
|
754
757
|
.n("CloudFormationClient", "ListGeneratedTemplatesCommand")
|
|
755
|
-
.sc(
|
|
758
|
+
.sc(ListGeneratedTemplates$)
|
|
756
759
|
.build() {
|
|
757
760
|
}
|
|
758
761
|
|
|
759
|
-
class ListHookResultsCommand extends
|
|
762
|
+
class ListHookResultsCommand extends Command
|
|
760
763
|
.classBuilder()
|
|
761
764
|
.ep(commonParams)
|
|
762
765
|
.m(function (Command, cs, config, o) {
|
|
763
|
-
return [
|
|
766
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
764
767
|
})
|
|
765
768
|
.s("CloudFormation", "ListHookResults", {})
|
|
766
769
|
.n("CloudFormationClient", "ListHookResultsCommand")
|
|
767
|
-
.sc(
|
|
770
|
+
.sc(ListHookResults$)
|
|
768
771
|
.build() {
|
|
769
772
|
}
|
|
770
773
|
|
|
771
|
-
class ListImportsCommand extends
|
|
774
|
+
class ListImportsCommand extends Command
|
|
772
775
|
.classBuilder()
|
|
773
776
|
.ep(commonParams)
|
|
774
777
|
.m(function (Command, cs, config, o) {
|
|
775
|
-
return [
|
|
778
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
776
779
|
})
|
|
777
780
|
.s("CloudFormation", "ListImports", {})
|
|
778
781
|
.n("CloudFormationClient", "ListImportsCommand")
|
|
779
|
-
.sc(
|
|
782
|
+
.sc(ListImports$)
|
|
780
783
|
.build() {
|
|
781
784
|
}
|
|
782
785
|
|
|
783
|
-
class ListResourceScanRelatedResourcesCommand extends
|
|
786
|
+
class ListResourceScanRelatedResourcesCommand extends Command
|
|
784
787
|
.classBuilder()
|
|
785
788
|
.ep(commonParams)
|
|
786
789
|
.m(function (Command, cs, config, o) {
|
|
787
|
-
return [
|
|
790
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
788
791
|
})
|
|
789
792
|
.s("CloudFormation", "ListResourceScanRelatedResources", {})
|
|
790
793
|
.n("CloudFormationClient", "ListResourceScanRelatedResourcesCommand")
|
|
791
|
-
.sc(
|
|
794
|
+
.sc(ListResourceScanRelatedResources$)
|
|
792
795
|
.build() {
|
|
793
796
|
}
|
|
794
797
|
|
|
795
|
-
class ListResourceScanResourcesCommand extends
|
|
798
|
+
class ListResourceScanResourcesCommand extends Command
|
|
796
799
|
.classBuilder()
|
|
797
800
|
.ep(commonParams)
|
|
798
801
|
.m(function (Command, cs, config, o) {
|
|
799
|
-
return [
|
|
802
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
800
803
|
})
|
|
801
804
|
.s("CloudFormation", "ListResourceScanResources", {})
|
|
802
805
|
.n("CloudFormationClient", "ListResourceScanResourcesCommand")
|
|
803
|
-
.sc(
|
|
806
|
+
.sc(ListResourceScanResources$)
|
|
804
807
|
.build() {
|
|
805
808
|
}
|
|
806
809
|
|
|
807
|
-
class ListResourceScansCommand extends
|
|
810
|
+
class ListResourceScansCommand extends Command
|
|
808
811
|
.classBuilder()
|
|
809
812
|
.ep(commonParams)
|
|
810
813
|
.m(function (Command, cs, config, o) {
|
|
811
|
-
return [
|
|
814
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
812
815
|
})
|
|
813
816
|
.s("CloudFormation", "ListResourceScans", {})
|
|
814
817
|
.n("CloudFormationClient", "ListResourceScansCommand")
|
|
815
|
-
.sc(
|
|
818
|
+
.sc(ListResourceScans$)
|
|
816
819
|
.build() {
|
|
817
820
|
}
|
|
818
821
|
|
|
819
|
-
class ListStackInstanceResourceDriftsCommand extends
|
|
822
|
+
class ListStackInstanceResourceDriftsCommand extends Command
|
|
820
823
|
.classBuilder()
|
|
821
824
|
.ep(commonParams)
|
|
822
825
|
.m(function (Command, cs, config, o) {
|
|
823
|
-
return [
|
|
826
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
824
827
|
})
|
|
825
828
|
.s("CloudFormation", "ListStackInstanceResourceDrifts", {})
|
|
826
829
|
.n("CloudFormationClient", "ListStackInstanceResourceDriftsCommand")
|
|
827
|
-
.sc(
|
|
830
|
+
.sc(ListStackInstanceResourceDrifts$)
|
|
828
831
|
.build() {
|
|
829
832
|
}
|
|
830
833
|
|
|
831
|
-
class ListStackInstancesCommand extends
|
|
834
|
+
class ListStackInstancesCommand extends Command
|
|
832
835
|
.classBuilder()
|
|
833
836
|
.ep(commonParams)
|
|
834
837
|
.m(function (Command, cs, config, o) {
|
|
835
|
-
return [
|
|
838
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
836
839
|
})
|
|
837
840
|
.s("CloudFormation", "ListStackInstances", {})
|
|
838
841
|
.n("CloudFormationClient", "ListStackInstancesCommand")
|
|
839
|
-
.sc(
|
|
842
|
+
.sc(ListStackInstances$)
|
|
840
843
|
.build() {
|
|
841
844
|
}
|
|
842
845
|
|
|
843
|
-
class ListStackRefactorActionsCommand extends
|
|
846
|
+
class ListStackRefactorActionsCommand extends Command
|
|
844
847
|
.classBuilder()
|
|
845
848
|
.ep(commonParams)
|
|
846
849
|
.m(function (Command, cs, config, o) {
|
|
847
|
-
return [
|
|
850
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
848
851
|
})
|
|
849
852
|
.s("CloudFormation", "ListStackRefactorActions", {})
|
|
850
853
|
.n("CloudFormationClient", "ListStackRefactorActionsCommand")
|
|
851
|
-
.sc(
|
|
854
|
+
.sc(ListStackRefactorActions$)
|
|
852
855
|
.build() {
|
|
853
856
|
}
|
|
854
857
|
|
|
855
|
-
class ListStackRefactorsCommand extends
|
|
858
|
+
class ListStackRefactorsCommand extends Command
|
|
856
859
|
.classBuilder()
|
|
857
860
|
.ep(commonParams)
|
|
858
861
|
.m(function (Command, cs, config, o) {
|
|
859
|
-
return [
|
|
862
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
860
863
|
})
|
|
861
864
|
.s("CloudFormation", "ListStackRefactors", {})
|
|
862
865
|
.n("CloudFormationClient", "ListStackRefactorsCommand")
|
|
863
|
-
.sc(
|
|
866
|
+
.sc(ListStackRefactors$)
|
|
864
867
|
.build() {
|
|
865
868
|
}
|
|
866
869
|
|
|
867
|
-
class ListStackResourcesCommand extends
|
|
870
|
+
class ListStackResourcesCommand extends Command
|
|
868
871
|
.classBuilder()
|
|
869
872
|
.ep(commonParams)
|
|
870
873
|
.m(function (Command, cs, config, o) {
|
|
871
|
-
return [
|
|
874
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
872
875
|
})
|
|
873
876
|
.s("CloudFormation", "ListStackResources", {})
|
|
874
877
|
.n("CloudFormationClient", "ListStackResourcesCommand")
|
|
875
|
-
.sc(
|
|
878
|
+
.sc(ListStackResources$)
|
|
876
879
|
.build() {
|
|
877
880
|
}
|
|
878
881
|
|
|
879
|
-
class ListStacksCommand extends
|
|
882
|
+
class ListStacksCommand extends Command
|
|
880
883
|
.classBuilder()
|
|
881
884
|
.ep(commonParams)
|
|
882
885
|
.m(function (Command, cs, config, o) {
|
|
883
|
-
return [
|
|
886
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
884
887
|
})
|
|
885
888
|
.s("CloudFormation", "ListStacks", {})
|
|
886
889
|
.n("CloudFormationClient", "ListStacksCommand")
|
|
887
|
-
.sc(
|
|
890
|
+
.sc(ListStacks$)
|
|
888
891
|
.build() {
|
|
889
892
|
}
|
|
890
893
|
|
|
891
|
-
class ListStackSetAutoDeploymentTargetsCommand extends
|
|
894
|
+
class ListStackSetAutoDeploymentTargetsCommand extends Command
|
|
892
895
|
.classBuilder()
|
|
893
896
|
.ep(commonParams)
|
|
894
897
|
.m(function (Command, cs, config, o) {
|
|
895
|
-
return [
|
|
898
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
896
899
|
})
|
|
897
900
|
.s("CloudFormation", "ListStackSetAutoDeploymentTargets", {})
|
|
898
901
|
.n("CloudFormationClient", "ListStackSetAutoDeploymentTargetsCommand")
|
|
899
|
-
.sc(
|
|
902
|
+
.sc(ListStackSetAutoDeploymentTargets$)
|
|
900
903
|
.build() {
|
|
901
904
|
}
|
|
902
905
|
|
|
903
|
-
class ListStackSetOperationResultsCommand extends
|
|
906
|
+
class ListStackSetOperationResultsCommand extends Command
|
|
904
907
|
.classBuilder()
|
|
905
908
|
.ep(commonParams)
|
|
906
909
|
.m(function (Command, cs, config, o) {
|
|
907
|
-
return [
|
|
910
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
908
911
|
})
|
|
909
912
|
.s("CloudFormation", "ListStackSetOperationResults", {})
|
|
910
913
|
.n("CloudFormationClient", "ListStackSetOperationResultsCommand")
|
|
911
|
-
.sc(
|
|
914
|
+
.sc(ListStackSetOperationResults$)
|
|
912
915
|
.build() {
|
|
913
916
|
}
|
|
914
917
|
|
|
915
|
-
class ListStackSetOperationsCommand extends
|
|
918
|
+
class ListStackSetOperationsCommand extends Command
|
|
916
919
|
.classBuilder()
|
|
917
920
|
.ep(commonParams)
|
|
918
921
|
.m(function (Command, cs, config, o) {
|
|
919
|
-
return [
|
|
922
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
920
923
|
})
|
|
921
924
|
.s("CloudFormation", "ListStackSetOperations", {})
|
|
922
925
|
.n("CloudFormationClient", "ListStackSetOperationsCommand")
|
|
923
|
-
.sc(
|
|
926
|
+
.sc(ListStackSetOperations$)
|
|
924
927
|
.build() {
|
|
925
928
|
}
|
|
926
929
|
|
|
927
|
-
class ListStackSetsCommand extends
|
|
930
|
+
class ListStackSetsCommand extends Command
|
|
928
931
|
.classBuilder()
|
|
929
932
|
.ep(commonParams)
|
|
930
933
|
.m(function (Command, cs, config, o) {
|
|
931
|
-
return [
|
|
934
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
932
935
|
})
|
|
933
936
|
.s("CloudFormation", "ListStackSets", {})
|
|
934
937
|
.n("CloudFormationClient", "ListStackSetsCommand")
|
|
935
|
-
.sc(
|
|
938
|
+
.sc(ListStackSets$)
|
|
936
939
|
.build() {
|
|
937
940
|
}
|
|
938
941
|
|
|
939
|
-
class ListTypeRegistrationsCommand extends
|
|
942
|
+
class ListTypeRegistrationsCommand extends Command
|
|
940
943
|
.classBuilder()
|
|
941
944
|
.ep(commonParams)
|
|
942
945
|
.m(function (Command, cs, config, o) {
|
|
943
|
-
return [
|
|
946
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
944
947
|
})
|
|
945
948
|
.s("CloudFormation", "ListTypeRegistrations", {})
|
|
946
949
|
.n("CloudFormationClient", "ListTypeRegistrationsCommand")
|
|
947
|
-
.sc(
|
|
950
|
+
.sc(ListTypeRegistrations$)
|
|
948
951
|
.build() {
|
|
949
952
|
}
|
|
950
953
|
|
|
951
|
-
class ListTypesCommand extends
|
|
954
|
+
class ListTypesCommand extends Command
|
|
952
955
|
.classBuilder()
|
|
953
956
|
.ep(commonParams)
|
|
954
957
|
.m(function (Command, cs, config, o) {
|
|
955
|
-
return [
|
|
958
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
956
959
|
})
|
|
957
960
|
.s("CloudFormation", "ListTypes", {})
|
|
958
961
|
.n("CloudFormationClient", "ListTypesCommand")
|
|
959
|
-
.sc(
|
|
962
|
+
.sc(ListTypes$)
|
|
960
963
|
.build() {
|
|
961
964
|
}
|
|
962
965
|
|
|
963
|
-
class ListTypeVersionsCommand extends
|
|
966
|
+
class ListTypeVersionsCommand extends Command
|
|
964
967
|
.classBuilder()
|
|
965
968
|
.ep(commonParams)
|
|
966
969
|
.m(function (Command, cs, config, o) {
|
|
967
|
-
return [
|
|
970
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
968
971
|
})
|
|
969
972
|
.s("CloudFormation", "ListTypeVersions", {})
|
|
970
973
|
.n("CloudFormationClient", "ListTypeVersionsCommand")
|
|
971
|
-
.sc(
|
|
974
|
+
.sc(ListTypeVersions$)
|
|
972
975
|
.build() {
|
|
973
976
|
}
|
|
974
977
|
|
|
975
|
-
class PublishTypeCommand extends
|
|
978
|
+
class PublishTypeCommand extends Command
|
|
976
979
|
.classBuilder()
|
|
977
980
|
.ep(commonParams)
|
|
978
981
|
.m(function (Command, cs, config, o) {
|
|
979
|
-
return [
|
|
982
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
980
983
|
})
|
|
981
984
|
.s("CloudFormation", "PublishType", {})
|
|
982
985
|
.n("CloudFormationClient", "PublishTypeCommand")
|
|
983
|
-
.sc(
|
|
986
|
+
.sc(PublishType$)
|
|
984
987
|
.build() {
|
|
985
988
|
}
|
|
986
989
|
|
|
987
|
-
class RecordHandlerProgressCommand extends
|
|
990
|
+
class RecordHandlerProgressCommand extends Command
|
|
988
991
|
.classBuilder()
|
|
989
992
|
.ep(commonParams)
|
|
990
993
|
.m(function (Command, cs, config, o) {
|
|
991
|
-
return [
|
|
994
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
992
995
|
})
|
|
993
996
|
.s("CloudFormation", "RecordHandlerProgress", {})
|
|
994
997
|
.n("CloudFormationClient", "RecordHandlerProgressCommand")
|
|
995
|
-
.sc(
|
|
998
|
+
.sc(RecordHandlerProgress$)
|
|
996
999
|
.build() {
|
|
997
1000
|
}
|
|
998
1001
|
|
|
999
|
-
class RegisterPublisherCommand extends
|
|
1002
|
+
class RegisterPublisherCommand extends Command
|
|
1000
1003
|
.classBuilder()
|
|
1001
1004
|
.ep(commonParams)
|
|
1002
1005
|
.m(function (Command, cs, config, o) {
|
|
1003
|
-
return [
|
|
1006
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1004
1007
|
})
|
|
1005
1008
|
.s("CloudFormation", "RegisterPublisher", {})
|
|
1006
1009
|
.n("CloudFormationClient", "RegisterPublisherCommand")
|
|
1007
|
-
.sc(
|
|
1010
|
+
.sc(RegisterPublisher$)
|
|
1008
1011
|
.build() {
|
|
1009
1012
|
}
|
|
1010
1013
|
|
|
1011
|
-
class RegisterTypeCommand extends
|
|
1014
|
+
class RegisterTypeCommand extends Command
|
|
1012
1015
|
.classBuilder()
|
|
1013
1016
|
.ep(commonParams)
|
|
1014
1017
|
.m(function (Command, cs, config, o) {
|
|
1015
|
-
return [
|
|
1018
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1016
1019
|
})
|
|
1017
1020
|
.s("CloudFormation", "RegisterType", {})
|
|
1018
1021
|
.n("CloudFormationClient", "RegisterTypeCommand")
|
|
1019
|
-
.sc(
|
|
1022
|
+
.sc(RegisterType$)
|
|
1020
1023
|
.build() {
|
|
1021
1024
|
}
|
|
1022
1025
|
|
|
1023
|
-
class RollbackStackCommand extends
|
|
1026
|
+
class RollbackStackCommand extends Command
|
|
1024
1027
|
.classBuilder()
|
|
1025
1028
|
.ep(commonParams)
|
|
1026
1029
|
.m(function (Command, cs, config, o) {
|
|
1027
|
-
return [
|
|
1030
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1028
1031
|
})
|
|
1029
1032
|
.s("CloudFormation", "RollbackStack", {})
|
|
1030
1033
|
.n("CloudFormationClient", "RollbackStackCommand")
|
|
1031
|
-
.sc(
|
|
1034
|
+
.sc(RollbackStack$)
|
|
1032
1035
|
.build() {
|
|
1033
1036
|
}
|
|
1034
1037
|
|
|
1035
|
-
class SetStackPolicyCommand extends
|
|
1038
|
+
class SetStackPolicyCommand extends Command
|
|
1036
1039
|
.classBuilder()
|
|
1037
1040
|
.ep(commonParams)
|
|
1038
1041
|
.m(function (Command, cs, config, o) {
|
|
1039
|
-
return [
|
|
1042
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1040
1043
|
})
|
|
1041
1044
|
.s("CloudFormation", "SetStackPolicy", {})
|
|
1042
1045
|
.n("CloudFormationClient", "SetStackPolicyCommand")
|
|
1043
|
-
.sc(
|
|
1046
|
+
.sc(SetStackPolicy$)
|
|
1044
1047
|
.build() {
|
|
1045
1048
|
}
|
|
1046
1049
|
|
|
1047
|
-
class SetTypeConfigurationCommand extends
|
|
1050
|
+
class SetTypeConfigurationCommand extends Command
|
|
1048
1051
|
.classBuilder()
|
|
1049
1052
|
.ep(commonParams)
|
|
1050
1053
|
.m(function (Command, cs, config, o) {
|
|
1051
|
-
return [
|
|
1054
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1052
1055
|
})
|
|
1053
1056
|
.s("CloudFormation", "SetTypeConfiguration", {})
|
|
1054
1057
|
.n("CloudFormationClient", "SetTypeConfigurationCommand")
|
|
1055
|
-
.sc(
|
|
1058
|
+
.sc(SetTypeConfiguration$)
|
|
1056
1059
|
.build() {
|
|
1057
1060
|
}
|
|
1058
1061
|
|
|
1059
|
-
class SetTypeDefaultVersionCommand extends
|
|
1062
|
+
class SetTypeDefaultVersionCommand extends Command
|
|
1060
1063
|
.classBuilder()
|
|
1061
1064
|
.ep(commonParams)
|
|
1062
1065
|
.m(function (Command, cs, config, o) {
|
|
1063
|
-
return [
|
|
1066
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1064
1067
|
})
|
|
1065
1068
|
.s("CloudFormation", "SetTypeDefaultVersion", {})
|
|
1066
1069
|
.n("CloudFormationClient", "SetTypeDefaultVersionCommand")
|
|
1067
|
-
.sc(
|
|
1070
|
+
.sc(SetTypeDefaultVersion$)
|
|
1068
1071
|
.build() {
|
|
1069
1072
|
}
|
|
1070
1073
|
|
|
1071
|
-
class SignalResourceCommand extends
|
|
1074
|
+
class SignalResourceCommand extends Command
|
|
1072
1075
|
.classBuilder()
|
|
1073
1076
|
.ep(commonParams)
|
|
1074
1077
|
.m(function (Command, cs, config, o) {
|
|
1075
|
-
return [
|
|
1078
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1076
1079
|
})
|
|
1077
1080
|
.s("CloudFormation", "SignalResource", {})
|
|
1078
1081
|
.n("CloudFormationClient", "SignalResourceCommand")
|
|
1079
|
-
.sc(
|
|
1082
|
+
.sc(SignalResource$)
|
|
1080
1083
|
.build() {
|
|
1081
1084
|
}
|
|
1082
1085
|
|
|
1083
|
-
class StartResourceScanCommand extends
|
|
1086
|
+
class StartResourceScanCommand extends Command
|
|
1084
1087
|
.classBuilder()
|
|
1085
1088
|
.ep(commonParams)
|
|
1086
1089
|
.m(function (Command, cs, config, o) {
|
|
1087
|
-
return [
|
|
1090
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1088
1091
|
})
|
|
1089
1092
|
.s("CloudFormation", "StartResourceScan", {})
|
|
1090
1093
|
.n("CloudFormationClient", "StartResourceScanCommand")
|
|
1091
|
-
.sc(
|
|
1094
|
+
.sc(StartResourceScan$)
|
|
1092
1095
|
.build() {
|
|
1093
1096
|
}
|
|
1094
1097
|
|
|
1095
|
-
class StopStackSetOperationCommand extends
|
|
1098
|
+
class StopStackSetOperationCommand extends Command
|
|
1096
1099
|
.classBuilder()
|
|
1097
1100
|
.ep(commonParams)
|
|
1098
1101
|
.m(function (Command, cs, config, o) {
|
|
1099
|
-
return [
|
|
1102
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1100
1103
|
})
|
|
1101
1104
|
.s("CloudFormation", "StopStackSetOperation", {})
|
|
1102
1105
|
.n("CloudFormationClient", "StopStackSetOperationCommand")
|
|
1103
|
-
.sc(
|
|
1106
|
+
.sc(StopStackSetOperation$)
|
|
1104
1107
|
.build() {
|
|
1105
1108
|
}
|
|
1106
1109
|
|
|
1107
|
-
class TestTypeCommand extends
|
|
1110
|
+
class TestTypeCommand extends Command
|
|
1108
1111
|
.classBuilder()
|
|
1109
1112
|
.ep(commonParams)
|
|
1110
1113
|
.m(function (Command, cs, config, o) {
|
|
1111
|
-
return [
|
|
1114
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1112
1115
|
})
|
|
1113
1116
|
.s("CloudFormation", "TestType", {})
|
|
1114
1117
|
.n("CloudFormationClient", "TestTypeCommand")
|
|
1115
|
-
.sc(
|
|
1118
|
+
.sc(TestType$)
|
|
1116
1119
|
.build() {
|
|
1117
1120
|
}
|
|
1118
1121
|
|
|
1119
|
-
class UpdateGeneratedTemplateCommand extends
|
|
1122
|
+
class UpdateGeneratedTemplateCommand extends Command
|
|
1120
1123
|
.classBuilder()
|
|
1121
1124
|
.ep(commonParams)
|
|
1122
1125
|
.m(function (Command, cs, config, o) {
|
|
1123
|
-
return [
|
|
1126
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1124
1127
|
})
|
|
1125
1128
|
.s("CloudFormation", "UpdateGeneratedTemplate", {})
|
|
1126
1129
|
.n("CloudFormationClient", "UpdateGeneratedTemplateCommand")
|
|
1127
|
-
.sc(
|
|
1130
|
+
.sc(UpdateGeneratedTemplate$)
|
|
1128
1131
|
.build() {
|
|
1129
1132
|
}
|
|
1130
1133
|
|
|
1131
|
-
class UpdateStackCommand extends
|
|
1134
|
+
class UpdateStackCommand extends Command
|
|
1132
1135
|
.classBuilder()
|
|
1133
1136
|
.ep(commonParams)
|
|
1134
1137
|
.m(function (Command, cs, config, o) {
|
|
1135
|
-
return [
|
|
1138
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1136
1139
|
})
|
|
1137
1140
|
.s("CloudFormation", "UpdateStack", {})
|
|
1138
1141
|
.n("CloudFormationClient", "UpdateStackCommand")
|
|
1139
|
-
.sc(
|
|
1142
|
+
.sc(UpdateStack$)
|
|
1140
1143
|
.build() {
|
|
1141
1144
|
}
|
|
1142
1145
|
|
|
1143
|
-
class UpdateStackInstancesCommand extends
|
|
1146
|
+
class UpdateStackInstancesCommand extends Command
|
|
1144
1147
|
.classBuilder()
|
|
1145
1148
|
.ep(commonParams)
|
|
1146
1149
|
.m(function (Command, cs, config, o) {
|
|
1147
|
-
return [
|
|
1150
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1148
1151
|
})
|
|
1149
1152
|
.s("CloudFormation", "UpdateStackInstances", {})
|
|
1150
1153
|
.n("CloudFormationClient", "UpdateStackInstancesCommand")
|
|
1151
|
-
.sc(
|
|
1154
|
+
.sc(UpdateStackInstances$)
|
|
1152
1155
|
.build() {
|
|
1153
1156
|
}
|
|
1154
1157
|
|
|
1155
|
-
class UpdateStackSetCommand extends
|
|
1158
|
+
class UpdateStackSetCommand extends Command
|
|
1156
1159
|
.classBuilder()
|
|
1157
1160
|
.ep(commonParams)
|
|
1158
1161
|
.m(function (Command, cs, config, o) {
|
|
1159
|
-
return [
|
|
1162
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1160
1163
|
})
|
|
1161
1164
|
.s("CloudFormation", "UpdateStackSet", {})
|
|
1162
1165
|
.n("CloudFormationClient", "UpdateStackSetCommand")
|
|
1163
|
-
.sc(
|
|
1166
|
+
.sc(UpdateStackSet$)
|
|
1164
1167
|
.build() {
|
|
1165
1168
|
}
|
|
1166
1169
|
|
|
1167
|
-
class UpdateTerminationProtectionCommand extends
|
|
1170
|
+
class UpdateTerminationProtectionCommand extends Command
|
|
1168
1171
|
.classBuilder()
|
|
1169
1172
|
.ep(commonParams)
|
|
1170
1173
|
.m(function (Command, cs, config, o) {
|
|
1171
|
-
return [
|
|
1174
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1172
1175
|
})
|
|
1173
1176
|
.s("CloudFormation", "UpdateTerminationProtection", {})
|
|
1174
1177
|
.n("CloudFormationClient", "UpdateTerminationProtectionCommand")
|
|
1175
|
-
.sc(
|
|
1178
|
+
.sc(UpdateTerminationProtection$)
|
|
1176
1179
|
.build() {
|
|
1177
1180
|
}
|
|
1178
1181
|
|
|
1179
|
-
class ValidateTemplateCommand extends
|
|
1182
|
+
class ValidateTemplateCommand extends Command
|
|
1180
1183
|
.classBuilder()
|
|
1181
1184
|
.ep(commonParams)
|
|
1182
1185
|
.m(function (Command, cs, config, o) {
|
|
1183
|
-
return [
|
|
1186
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1184
1187
|
})
|
|
1185
1188
|
.s("CloudFormation", "ValidateTemplate", {})
|
|
1186
1189
|
.n("CloudFormationClient", "ValidateTemplateCommand")
|
|
1187
|
-
.sc(
|
|
1190
|
+
.sc(ValidateTemplate$)
|
|
1188
1191
|
.build() {
|
|
1189
1192
|
}
|
|
1190
1193
|
|
|
1191
|
-
const paginateDescribeAccountLimits =
|
|
1194
|
+
const paginateDescribeAccountLimits = createPaginator(CloudFormationClient, DescribeAccountLimitsCommand, "NextToken", "NextToken", "");
|
|
1192
1195
|
|
|
1193
|
-
const paginateDescribeChangeSet =
|
|
1196
|
+
const paginateDescribeChangeSet = createPaginator(CloudFormationClient, DescribeChangeSetCommand, "NextToken", "NextToken", "");
|
|
1194
1197
|
|
|
1195
|
-
const paginateDescribeEvents =
|
|
1198
|
+
const paginateDescribeEvents = createPaginator(CloudFormationClient, DescribeEventsCommand, "NextToken", "NextToken", "");
|
|
1196
1199
|
|
|
1197
|
-
const paginateDescribeStackEvents =
|
|
1200
|
+
const paginateDescribeStackEvents = createPaginator(CloudFormationClient, DescribeStackEventsCommand, "NextToken", "NextToken", "");
|
|
1198
1201
|
|
|
1199
|
-
const paginateDescribeStackResourceDrifts =
|
|
1202
|
+
const paginateDescribeStackResourceDrifts = createPaginator(CloudFormationClient, DescribeStackResourceDriftsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1200
1203
|
|
|
1201
|
-
const paginateDescribeStacks =
|
|
1204
|
+
const paginateDescribeStacks = createPaginator(CloudFormationClient, DescribeStacksCommand, "NextToken", "NextToken", "");
|
|
1202
1205
|
|
|
1203
|
-
const paginateListChangeSets =
|
|
1206
|
+
const paginateListChangeSets = createPaginator(CloudFormationClient, ListChangeSetsCommand, "NextToken", "NextToken", "");
|
|
1204
1207
|
|
|
1205
|
-
const paginateListExports =
|
|
1208
|
+
const paginateListExports = createPaginator(CloudFormationClient, ListExportsCommand, "NextToken", "NextToken", "");
|
|
1206
1209
|
|
|
1207
|
-
const paginateListGeneratedTemplates =
|
|
1210
|
+
const paginateListGeneratedTemplates = createPaginator(CloudFormationClient, ListGeneratedTemplatesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1208
1211
|
|
|
1209
|
-
const paginateListImports =
|
|
1212
|
+
const paginateListImports = createPaginator(CloudFormationClient, ListImportsCommand, "NextToken", "NextToken", "");
|
|
1210
1213
|
|
|
1211
|
-
const paginateListResourceScanRelatedResources =
|
|
1214
|
+
const paginateListResourceScanRelatedResources = createPaginator(CloudFormationClient, ListResourceScanRelatedResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1212
1215
|
|
|
1213
|
-
const paginateListResourceScanResources =
|
|
1216
|
+
const paginateListResourceScanResources = createPaginator(CloudFormationClient, ListResourceScanResourcesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1214
1217
|
|
|
1215
|
-
const paginateListResourceScans =
|
|
1218
|
+
const paginateListResourceScans = createPaginator(CloudFormationClient, ListResourceScansCommand, "NextToken", "NextToken", "MaxResults");
|
|
1216
1219
|
|
|
1217
|
-
const paginateListStackInstances =
|
|
1220
|
+
const paginateListStackInstances = createPaginator(CloudFormationClient, ListStackInstancesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1218
1221
|
|
|
1219
|
-
const paginateListStackRefactorActions =
|
|
1222
|
+
const paginateListStackRefactorActions = createPaginator(CloudFormationClient, ListStackRefactorActionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1220
1223
|
|
|
1221
|
-
const paginateListStackRefactors =
|
|
1224
|
+
const paginateListStackRefactors = createPaginator(CloudFormationClient, ListStackRefactorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1222
1225
|
|
|
1223
|
-
const paginateListStackResources =
|
|
1226
|
+
const paginateListStackResources = createPaginator(CloudFormationClient, ListStackResourcesCommand, "NextToken", "NextToken", "");
|
|
1224
1227
|
|
|
1225
|
-
const paginateListStackSetOperationResults =
|
|
1228
|
+
const paginateListStackSetOperationResults = createPaginator(CloudFormationClient, ListStackSetOperationResultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1226
1229
|
|
|
1227
|
-
const paginateListStackSetOperations =
|
|
1230
|
+
const paginateListStackSetOperations = createPaginator(CloudFormationClient, ListStackSetOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1228
1231
|
|
|
1229
|
-
const paginateListStackSets =
|
|
1232
|
+
const paginateListStackSets = createPaginator(CloudFormationClient, ListStackSetsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1230
1233
|
|
|
1231
|
-
const paginateListStacks =
|
|
1234
|
+
const paginateListStacks = createPaginator(CloudFormationClient, ListStacksCommand, "NextToken", "NextToken", "");
|
|
1232
1235
|
|
|
1233
|
-
const paginateListTypeRegistrations =
|
|
1236
|
+
const paginateListTypeRegistrations = createPaginator(CloudFormationClient, ListTypeRegistrationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1234
1237
|
|
|
1235
|
-
const paginateListTypes =
|
|
1238
|
+
const paginateListTypes = createPaginator(CloudFormationClient, ListTypesCommand, "NextToken", "NextToken", "MaxResults");
|
|
1236
1239
|
|
|
1237
|
-
const paginateListTypeVersions =
|
|
1240
|
+
const paginateListTypeVersions = createPaginator(CloudFormationClient, ListTypeVersionsCommand, "NextToken", "NextToken", "MaxResults");
|
|
1238
1241
|
|
|
1239
|
-
const checkState$9 = async (client
|
|
1242
|
+
const checkState$9 = async (client, input) => {
|
|
1240
1243
|
let reason;
|
|
1241
1244
|
try {
|
|
1242
|
-
let result = await client
|
|
1245
|
+
let result = await client.send(new DescribeChangeSetCommand(input));
|
|
1243
1246
|
reason = result;
|
|
1244
1247
|
try {
|
|
1245
1248
|
const returnComparator = () => {
|
|
1246
1249
|
return result.Status;
|
|
1247
1250
|
};
|
|
1248
1251
|
if (returnComparator() === "CREATE_COMPLETE") {
|
|
1249
|
-
return { state:
|
|
1252
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1250
1253
|
}
|
|
1251
1254
|
}
|
|
1252
1255
|
catch (e) { }
|
|
@@ -1255,7 +1258,7 @@ const checkState$9 = async (client$1, input) => {
|
|
|
1255
1258
|
return result.Status;
|
|
1256
1259
|
};
|
|
1257
1260
|
if (returnComparator() === "FAILED") {
|
|
1258
|
-
return { state:
|
|
1261
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1259
1262
|
}
|
|
1260
1263
|
}
|
|
1261
1264
|
catch (e) { }
|
|
@@ -1263,25 +1266,25 @@ const checkState$9 = async (client$1, input) => {
|
|
|
1263
1266
|
catch (exception) {
|
|
1264
1267
|
reason = exception;
|
|
1265
1268
|
if (exception.name === "ValidationError") {
|
|
1266
|
-
return { state:
|
|
1269
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1267
1270
|
}
|
|
1268
1271
|
}
|
|
1269
|
-
return { state:
|
|
1272
|
+
return { state: WaiterState.RETRY, reason };
|
|
1270
1273
|
};
|
|
1271
1274
|
const waitForChangeSetCreateComplete = async (params, input) => {
|
|
1272
1275
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1273
|
-
return
|
|
1276
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
1274
1277
|
};
|
|
1275
1278
|
const waitUntilChangeSetCreateComplete = async (params, input) => {
|
|
1276
1279
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1277
|
-
const result = await
|
|
1278
|
-
return
|
|
1280
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$9);
|
|
1281
|
+
return checkExceptions(result);
|
|
1279
1282
|
};
|
|
1280
1283
|
|
|
1281
|
-
const checkState$8 = async (client
|
|
1284
|
+
const checkState$8 = async (client, input) => {
|
|
1282
1285
|
let reason;
|
|
1283
1286
|
try {
|
|
1284
|
-
let result = await client
|
|
1287
|
+
let result = await client.send(new DescribeStacksCommand(input));
|
|
1285
1288
|
reason = result;
|
|
1286
1289
|
try {
|
|
1287
1290
|
const returnComparator = () => {
|
|
@@ -1296,7 +1299,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1296
1299
|
allStringEq_5 = allStringEq_5 && (element_4 == "CREATE_COMPLETE");
|
|
1297
1300
|
}
|
|
1298
1301
|
if (allStringEq_5) {
|
|
1299
|
-
return { state:
|
|
1302
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1300
1303
|
}
|
|
1301
1304
|
}
|
|
1302
1305
|
catch (e) { }
|
|
@@ -1313,7 +1316,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1313
1316
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_COMPLETE");
|
|
1314
1317
|
}
|
|
1315
1318
|
if (allStringEq_5) {
|
|
1316
|
-
return { state:
|
|
1319
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1317
1320
|
}
|
|
1318
1321
|
}
|
|
1319
1322
|
catch (e) { }
|
|
@@ -1330,7 +1333,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1330
1333
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_IN_PROGRESS");
|
|
1331
1334
|
}
|
|
1332
1335
|
if (allStringEq_5) {
|
|
1333
|
-
return { state:
|
|
1336
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1334
1337
|
}
|
|
1335
1338
|
}
|
|
1336
1339
|
catch (e) { }
|
|
@@ -1347,7 +1350,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1347
1350
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_COMPLETE_CLEANUP_IN_PROGRESS");
|
|
1348
1351
|
}
|
|
1349
1352
|
if (allStringEq_5) {
|
|
1350
|
-
return { state:
|
|
1353
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1351
1354
|
}
|
|
1352
1355
|
}
|
|
1353
1356
|
catch (e) { }
|
|
@@ -1364,7 +1367,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1364
1367
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_FAILED");
|
|
1365
1368
|
}
|
|
1366
1369
|
if (allStringEq_5) {
|
|
1367
|
-
return { state:
|
|
1370
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1368
1371
|
}
|
|
1369
1372
|
}
|
|
1370
1373
|
catch (e) { }
|
|
@@ -1381,7 +1384,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1381
1384
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_ROLLBACK_IN_PROGRESS");
|
|
1382
1385
|
}
|
|
1383
1386
|
if (allStringEq_5) {
|
|
1384
|
-
return { state:
|
|
1387
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1385
1388
|
}
|
|
1386
1389
|
}
|
|
1387
1390
|
catch (e) { }
|
|
@@ -1398,7 +1401,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1398
1401
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_ROLLBACK_FAILED");
|
|
1399
1402
|
}
|
|
1400
1403
|
if (allStringEq_5) {
|
|
1401
|
-
return { state:
|
|
1404
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1402
1405
|
}
|
|
1403
1406
|
}
|
|
1404
1407
|
catch (e) { }
|
|
@@ -1415,7 +1418,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1415
1418
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_ROLLBACK_COMPLETE_CLEANUP_IN_PROGRESS");
|
|
1416
1419
|
}
|
|
1417
1420
|
if (allStringEq_5) {
|
|
1418
|
-
return { state:
|
|
1421
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1419
1422
|
}
|
|
1420
1423
|
}
|
|
1421
1424
|
catch (e) { }
|
|
@@ -1432,7 +1435,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1432
1435
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_ROLLBACK_COMPLETE");
|
|
1433
1436
|
}
|
|
1434
1437
|
if (allStringEq_5) {
|
|
1435
|
-
return { state:
|
|
1438
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1436
1439
|
}
|
|
1437
1440
|
}
|
|
1438
1441
|
catch (e) { }
|
|
@@ -1446,7 +1449,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1446
1449
|
};
|
|
1447
1450
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1448
1451
|
if (anyStringEq_4 == "CREATE_FAILED") {
|
|
1449
|
-
return { state:
|
|
1452
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1450
1453
|
}
|
|
1451
1454
|
}
|
|
1452
1455
|
}
|
|
@@ -1461,7 +1464,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1461
1464
|
};
|
|
1462
1465
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1463
1466
|
if (anyStringEq_4 == "DELETE_COMPLETE") {
|
|
1464
|
-
return { state:
|
|
1467
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1465
1468
|
}
|
|
1466
1469
|
}
|
|
1467
1470
|
}
|
|
@@ -1476,7 +1479,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1476
1479
|
};
|
|
1477
1480
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1478
1481
|
if (anyStringEq_4 == "DELETE_FAILED") {
|
|
1479
|
-
return { state:
|
|
1482
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1480
1483
|
}
|
|
1481
1484
|
}
|
|
1482
1485
|
}
|
|
@@ -1491,7 +1494,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1491
1494
|
};
|
|
1492
1495
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1493
1496
|
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
1494
|
-
return { state:
|
|
1497
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1495
1498
|
}
|
|
1496
1499
|
}
|
|
1497
1500
|
}
|
|
@@ -1506,7 +1509,7 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1506
1509
|
};
|
|
1507
1510
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1508
1511
|
if (anyStringEq_4 == "ROLLBACK_COMPLETE") {
|
|
1509
|
-
return { state:
|
|
1512
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1510
1513
|
}
|
|
1511
1514
|
}
|
|
1512
1515
|
}
|
|
@@ -1515,25 +1518,25 @@ const checkState$8 = async (client$1, input) => {
|
|
|
1515
1518
|
catch (exception) {
|
|
1516
1519
|
reason = exception;
|
|
1517
1520
|
if (exception.name === "ValidationError") {
|
|
1518
|
-
return { state:
|
|
1521
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1519
1522
|
}
|
|
1520
1523
|
}
|
|
1521
|
-
return { state:
|
|
1524
|
+
return { state: WaiterState.RETRY, reason };
|
|
1522
1525
|
};
|
|
1523
1526
|
const waitForStackCreateComplete = async (params, input) => {
|
|
1524
1527
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1525
|
-
return
|
|
1528
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
1526
1529
|
};
|
|
1527
1530
|
const waitUntilStackCreateComplete = async (params, input) => {
|
|
1528
1531
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1529
|
-
const result = await
|
|
1530
|
-
return
|
|
1532
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$8);
|
|
1533
|
+
return checkExceptions(result);
|
|
1531
1534
|
};
|
|
1532
1535
|
|
|
1533
|
-
const checkState$7 = async (client
|
|
1536
|
+
const checkState$7 = async (client, input) => {
|
|
1534
1537
|
let reason;
|
|
1535
1538
|
try {
|
|
1536
|
-
let result = await client
|
|
1539
|
+
let result = await client.send(new DescribeStacksCommand(input));
|
|
1537
1540
|
reason = result;
|
|
1538
1541
|
try {
|
|
1539
1542
|
const returnComparator = () => {
|
|
@@ -1548,7 +1551,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1548
1551
|
allStringEq_5 = allStringEq_5 && (element_4 == "DELETE_COMPLETE");
|
|
1549
1552
|
}
|
|
1550
1553
|
if (allStringEq_5) {
|
|
1551
|
-
return { state:
|
|
1554
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1552
1555
|
}
|
|
1553
1556
|
}
|
|
1554
1557
|
catch (e) { }
|
|
@@ -1562,7 +1565,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1562
1565
|
};
|
|
1563
1566
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1564
1567
|
if (anyStringEq_4 == "DELETE_FAILED") {
|
|
1565
|
-
return { state:
|
|
1568
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1566
1569
|
}
|
|
1567
1570
|
}
|
|
1568
1571
|
}
|
|
@@ -1577,7 +1580,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1577
1580
|
};
|
|
1578
1581
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1579
1582
|
if (anyStringEq_4 == "CREATE_FAILED") {
|
|
1580
|
-
return { state:
|
|
1583
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1581
1584
|
}
|
|
1582
1585
|
}
|
|
1583
1586
|
}
|
|
@@ -1592,7 +1595,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1592
1595
|
};
|
|
1593
1596
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1594
1597
|
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
1595
|
-
return { state:
|
|
1598
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1596
1599
|
}
|
|
1597
1600
|
}
|
|
1598
1601
|
}
|
|
@@ -1607,7 +1610,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1607
1610
|
};
|
|
1608
1611
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1609
1612
|
if (anyStringEq_4 == "UPDATE_ROLLBACK_IN_PROGRESS") {
|
|
1610
|
-
return { state:
|
|
1613
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1611
1614
|
}
|
|
1612
1615
|
}
|
|
1613
1616
|
}
|
|
@@ -1622,7 +1625,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1622
1625
|
};
|
|
1623
1626
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1624
1627
|
if (anyStringEq_4 == "UPDATE_ROLLBACK_FAILED") {
|
|
1625
|
-
return { state:
|
|
1628
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1626
1629
|
}
|
|
1627
1630
|
}
|
|
1628
1631
|
}
|
|
@@ -1637,7 +1640,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1637
1640
|
};
|
|
1638
1641
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1639
1642
|
if (anyStringEq_4 == "UPDATE_ROLLBACK_COMPLETE") {
|
|
1640
|
-
return { state:
|
|
1643
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1641
1644
|
}
|
|
1642
1645
|
}
|
|
1643
1646
|
}
|
|
@@ -1652,7 +1655,7 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1652
1655
|
};
|
|
1653
1656
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1654
1657
|
if (anyStringEq_4 == "UPDATE_COMPLETE") {
|
|
1655
|
-
return { state:
|
|
1658
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1656
1659
|
}
|
|
1657
1660
|
}
|
|
1658
1661
|
}
|
|
@@ -1661,50 +1664,50 @@ const checkState$7 = async (client$1, input) => {
|
|
|
1661
1664
|
catch (exception) {
|
|
1662
1665
|
reason = exception;
|
|
1663
1666
|
if (exception.name === "ValidationError") {
|
|
1664
|
-
return { state:
|
|
1667
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1665
1668
|
}
|
|
1666
1669
|
}
|
|
1667
|
-
return { state:
|
|
1670
|
+
return { state: WaiterState.RETRY, reason };
|
|
1668
1671
|
};
|
|
1669
1672
|
const waitForStackDeleteComplete = async (params, input) => {
|
|
1670
1673
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1671
|
-
return
|
|
1674
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
1672
1675
|
};
|
|
1673
1676
|
const waitUntilStackDeleteComplete = async (params, input) => {
|
|
1674
1677
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1675
|
-
const result = await
|
|
1676
|
-
return
|
|
1678
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$7);
|
|
1679
|
+
return checkExceptions(result);
|
|
1677
1680
|
};
|
|
1678
1681
|
|
|
1679
|
-
const checkState$6 = async (client
|
|
1682
|
+
const checkState$6 = async (client, input) => {
|
|
1680
1683
|
let reason;
|
|
1681
1684
|
try {
|
|
1682
|
-
let result = await client
|
|
1685
|
+
let result = await client.send(new DescribeStacksCommand(input));
|
|
1683
1686
|
reason = result;
|
|
1684
|
-
return { state:
|
|
1687
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1685
1688
|
}
|
|
1686
1689
|
catch (exception) {
|
|
1687
1690
|
reason = exception;
|
|
1688
1691
|
if (exception.name === "ValidationError") {
|
|
1689
|
-
return { state:
|
|
1692
|
+
return { state: WaiterState.RETRY, reason };
|
|
1690
1693
|
}
|
|
1691
1694
|
}
|
|
1692
|
-
return { state:
|
|
1695
|
+
return { state: WaiterState.RETRY, reason };
|
|
1693
1696
|
};
|
|
1694
1697
|
const waitForStackExists = async (params, input) => {
|
|
1695
1698
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1696
|
-
return
|
|
1699
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
1697
1700
|
};
|
|
1698
1701
|
const waitUntilStackExists = async (params, input) => {
|
|
1699
1702
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1700
|
-
const result = await
|
|
1701
|
-
return
|
|
1703
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$6);
|
|
1704
|
+
return checkExceptions(result);
|
|
1702
1705
|
};
|
|
1703
1706
|
|
|
1704
|
-
const checkState$5 = async (client
|
|
1707
|
+
const checkState$5 = async (client, input) => {
|
|
1705
1708
|
let reason;
|
|
1706
1709
|
try {
|
|
1707
|
-
let result = await client
|
|
1710
|
+
let result = await client.send(new DescribeStacksCommand(input));
|
|
1708
1711
|
reason = result;
|
|
1709
1712
|
try {
|
|
1710
1713
|
const returnComparator = () => {
|
|
@@ -1719,7 +1722,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1719
1722
|
allStringEq_5 = allStringEq_5 && (element_4 == "IMPORT_COMPLETE");
|
|
1720
1723
|
}
|
|
1721
1724
|
if (allStringEq_5) {
|
|
1722
|
-
return { state:
|
|
1725
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1723
1726
|
}
|
|
1724
1727
|
}
|
|
1725
1728
|
catch (e) { }
|
|
@@ -1733,7 +1736,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1733
1736
|
};
|
|
1734
1737
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1735
1738
|
if (anyStringEq_4 == "ROLLBACK_COMPLETE") {
|
|
1736
|
-
return { state:
|
|
1739
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1737
1740
|
}
|
|
1738
1741
|
}
|
|
1739
1742
|
}
|
|
@@ -1748,7 +1751,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1748
1751
|
};
|
|
1749
1752
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1750
1753
|
if (anyStringEq_4 == "ROLLBACK_FAILED") {
|
|
1751
|
-
return { state:
|
|
1754
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1752
1755
|
}
|
|
1753
1756
|
}
|
|
1754
1757
|
}
|
|
@@ -1763,7 +1766,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1763
1766
|
};
|
|
1764
1767
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1765
1768
|
if (anyStringEq_4 == "IMPORT_ROLLBACK_IN_PROGRESS") {
|
|
1766
|
-
return { state:
|
|
1769
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1767
1770
|
}
|
|
1768
1771
|
}
|
|
1769
1772
|
}
|
|
@@ -1778,7 +1781,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1778
1781
|
};
|
|
1779
1782
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1780
1783
|
if (anyStringEq_4 == "IMPORT_ROLLBACK_FAILED") {
|
|
1781
|
-
return { state:
|
|
1784
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1782
1785
|
}
|
|
1783
1786
|
}
|
|
1784
1787
|
}
|
|
@@ -1793,7 +1796,7 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1793
1796
|
};
|
|
1794
1797
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1795
1798
|
if (anyStringEq_4 == "IMPORT_ROLLBACK_COMPLETE") {
|
|
1796
|
-
return { state:
|
|
1799
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1797
1800
|
}
|
|
1798
1801
|
}
|
|
1799
1802
|
}
|
|
@@ -1802,32 +1805,32 @@ const checkState$5 = async (client$1, input) => {
|
|
|
1802
1805
|
catch (exception) {
|
|
1803
1806
|
reason = exception;
|
|
1804
1807
|
if (exception.name === "ValidationError") {
|
|
1805
|
-
return { state:
|
|
1808
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1806
1809
|
}
|
|
1807
1810
|
}
|
|
1808
|
-
return { state:
|
|
1811
|
+
return { state: WaiterState.RETRY, reason };
|
|
1809
1812
|
};
|
|
1810
1813
|
const waitForStackImportComplete = async (params, input) => {
|
|
1811
1814
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1812
|
-
return
|
|
1815
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1813
1816
|
};
|
|
1814
1817
|
const waitUntilStackImportComplete = async (params, input) => {
|
|
1815
1818
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1816
|
-
const result = await
|
|
1817
|
-
return
|
|
1819
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$5);
|
|
1820
|
+
return checkExceptions(result);
|
|
1818
1821
|
};
|
|
1819
1822
|
|
|
1820
|
-
const checkState$4 = async (client
|
|
1823
|
+
const checkState$4 = async (client, input) => {
|
|
1821
1824
|
let reason;
|
|
1822
1825
|
try {
|
|
1823
|
-
let result = await client
|
|
1826
|
+
let result = await client.send(new DescribeStackRefactorCommand(input));
|
|
1824
1827
|
reason = result;
|
|
1825
1828
|
try {
|
|
1826
1829
|
const returnComparator = () => {
|
|
1827
1830
|
return result.Status;
|
|
1828
1831
|
};
|
|
1829
1832
|
if (returnComparator() === "CREATE_COMPLETE") {
|
|
1830
|
-
return { state:
|
|
1833
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1831
1834
|
}
|
|
1832
1835
|
}
|
|
1833
1836
|
catch (e) { }
|
|
@@ -1836,7 +1839,7 @@ const checkState$4 = async (client$1, input) => {
|
|
|
1836
1839
|
return result.Status;
|
|
1837
1840
|
};
|
|
1838
1841
|
if (returnComparator() === "CREATE_FAILED") {
|
|
1839
|
-
return { state:
|
|
1842
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1840
1843
|
}
|
|
1841
1844
|
}
|
|
1842
1845
|
catch (e) { }
|
|
@@ -1844,32 +1847,32 @@ const checkState$4 = async (client$1, input) => {
|
|
|
1844
1847
|
catch (exception) {
|
|
1845
1848
|
reason = exception;
|
|
1846
1849
|
if (exception.name === "ValidationError") {
|
|
1847
|
-
return { state:
|
|
1850
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1848
1851
|
}
|
|
1849
1852
|
}
|
|
1850
|
-
return { state:
|
|
1853
|
+
return { state: WaiterState.RETRY, reason };
|
|
1851
1854
|
};
|
|
1852
1855
|
const waitForStackRefactorCreateComplete = async (params, input) => {
|
|
1853
1856
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1854
|
-
return
|
|
1857
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1855
1858
|
};
|
|
1856
1859
|
const waitUntilStackRefactorCreateComplete = async (params, input) => {
|
|
1857
1860
|
const serviceDefaults = { minDelay: 5, maxDelay: 120 };
|
|
1858
|
-
const result = await
|
|
1859
|
-
return
|
|
1861
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$4);
|
|
1862
|
+
return checkExceptions(result);
|
|
1860
1863
|
};
|
|
1861
1864
|
|
|
1862
|
-
const checkState$3 = async (client
|
|
1865
|
+
const checkState$3 = async (client, input) => {
|
|
1863
1866
|
let reason;
|
|
1864
1867
|
try {
|
|
1865
|
-
let result = await client
|
|
1868
|
+
let result = await client.send(new DescribeStackRefactorCommand(input));
|
|
1866
1869
|
reason = result;
|
|
1867
1870
|
try {
|
|
1868
1871
|
const returnComparator = () => {
|
|
1869
1872
|
return result.ExecutionStatus;
|
|
1870
1873
|
};
|
|
1871
1874
|
if (returnComparator() === "EXECUTE_COMPLETE") {
|
|
1872
|
-
return { state:
|
|
1875
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1873
1876
|
}
|
|
1874
1877
|
}
|
|
1875
1878
|
catch (e) { }
|
|
@@ -1878,7 +1881,7 @@ const checkState$3 = async (client$1, input) => {
|
|
|
1878
1881
|
return result.ExecutionStatus;
|
|
1879
1882
|
};
|
|
1880
1883
|
if (returnComparator() === "EXECUTE_FAILED") {
|
|
1881
|
-
return { state:
|
|
1884
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1882
1885
|
}
|
|
1883
1886
|
}
|
|
1884
1887
|
catch (e) { }
|
|
@@ -1887,7 +1890,7 @@ const checkState$3 = async (client$1, input) => {
|
|
|
1887
1890
|
return result.ExecutionStatus;
|
|
1888
1891
|
};
|
|
1889
1892
|
if (returnComparator() === "ROLLBACK_COMPLETE") {
|
|
1890
|
-
return { state:
|
|
1893
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1891
1894
|
}
|
|
1892
1895
|
}
|
|
1893
1896
|
catch (e) { }
|
|
@@ -1895,25 +1898,25 @@ const checkState$3 = async (client$1, input) => {
|
|
|
1895
1898
|
catch (exception) {
|
|
1896
1899
|
reason = exception;
|
|
1897
1900
|
if (exception.name === "ValidationError") {
|
|
1898
|
-
return { state:
|
|
1901
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1899
1902
|
}
|
|
1900
1903
|
}
|
|
1901
|
-
return { state:
|
|
1904
|
+
return { state: WaiterState.RETRY, reason };
|
|
1902
1905
|
};
|
|
1903
1906
|
const waitForStackRefactorExecuteComplete = async (params, input) => {
|
|
1904
1907
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1905
|
-
return
|
|
1908
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1906
1909
|
};
|
|
1907
1910
|
const waitUntilStackRefactorExecuteComplete = async (params, input) => {
|
|
1908
1911
|
const serviceDefaults = { minDelay: 15, maxDelay: 120 };
|
|
1909
|
-
const result = await
|
|
1910
|
-
return
|
|
1912
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$3);
|
|
1913
|
+
return checkExceptions(result);
|
|
1911
1914
|
};
|
|
1912
1915
|
|
|
1913
|
-
const checkState$2 = async (client
|
|
1916
|
+
const checkState$2 = async (client, input) => {
|
|
1914
1917
|
let reason;
|
|
1915
1918
|
try {
|
|
1916
|
-
let result = await client
|
|
1919
|
+
let result = await client.send(new DescribeStacksCommand(input));
|
|
1917
1920
|
reason = result;
|
|
1918
1921
|
try {
|
|
1919
1922
|
const returnComparator = () => {
|
|
@@ -1928,7 +1931,7 @@ const checkState$2 = async (client$1, input) => {
|
|
|
1928
1931
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_ROLLBACK_COMPLETE");
|
|
1929
1932
|
}
|
|
1930
1933
|
if (allStringEq_5) {
|
|
1931
|
-
return { state:
|
|
1934
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
1932
1935
|
}
|
|
1933
1936
|
}
|
|
1934
1937
|
catch (e) { }
|
|
@@ -1942,7 +1945,7 @@ const checkState$2 = async (client$1, input) => {
|
|
|
1942
1945
|
};
|
|
1943
1946
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1944
1947
|
if (anyStringEq_4 == "UPDATE_FAILED") {
|
|
1945
|
-
return { state:
|
|
1948
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1946
1949
|
}
|
|
1947
1950
|
}
|
|
1948
1951
|
}
|
|
@@ -1957,7 +1960,7 @@ const checkState$2 = async (client$1, input) => {
|
|
|
1957
1960
|
};
|
|
1958
1961
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1959
1962
|
if (anyStringEq_4 == "UPDATE_ROLLBACK_FAILED") {
|
|
1960
|
-
return { state:
|
|
1963
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1961
1964
|
}
|
|
1962
1965
|
}
|
|
1963
1966
|
}
|
|
@@ -1972,7 +1975,7 @@ const checkState$2 = async (client$1, input) => {
|
|
|
1972
1975
|
};
|
|
1973
1976
|
for (let anyStringEq_4 of returnComparator()) {
|
|
1974
1977
|
if (anyStringEq_4 == "DELETE_FAILED") {
|
|
1975
|
-
return { state:
|
|
1978
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1976
1979
|
}
|
|
1977
1980
|
}
|
|
1978
1981
|
}
|
|
@@ -1981,25 +1984,25 @@ const checkState$2 = async (client$1, input) => {
|
|
|
1981
1984
|
catch (exception) {
|
|
1982
1985
|
reason = exception;
|
|
1983
1986
|
if (exception.name === "ValidationError") {
|
|
1984
|
-
return { state:
|
|
1987
|
+
return { state: WaiterState.FAILURE, reason };
|
|
1985
1988
|
}
|
|
1986
1989
|
}
|
|
1987
|
-
return { state:
|
|
1990
|
+
return { state: WaiterState.RETRY, reason };
|
|
1988
1991
|
};
|
|
1989
1992
|
const waitForStackRollbackComplete = async (params, input) => {
|
|
1990
1993
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1991
|
-
return
|
|
1994
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1992
1995
|
};
|
|
1993
1996
|
const waitUntilStackRollbackComplete = async (params, input) => {
|
|
1994
1997
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
1995
|
-
const result = await
|
|
1996
|
-
return
|
|
1998
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$2);
|
|
1999
|
+
return checkExceptions(result);
|
|
1997
2000
|
};
|
|
1998
2001
|
|
|
1999
|
-
const checkState$1 = async (client
|
|
2002
|
+
const checkState$1 = async (client, input) => {
|
|
2000
2003
|
let reason;
|
|
2001
2004
|
try {
|
|
2002
|
-
let result = await client
|
|
2005
|
+
let result = await client.send(new DescribeStacksCommand(input));
|
|
2003
2006
|
reason = result;
|
|
2004
2007
|
try {
|
|
2005
2008
|
const returnComparator = () => {
|
|
@@ -2014,7 +2017,7 @@ const checkState$1 = async (client$1, input) => {
|
|
|
2014
2017
|
allStringEq_5 = allStringEq_5 && (element_4 == "UPDATE_COMPLETE");
|
|
2015
2018
|
}
|
|
2016
2019
|
if (allStringEq_5) {
|
|
2017
|
-
return { state:
|
|
2020
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2018
2021
|
}
|
|
2019
2022
|
}
|
|
2020
2023
|
catch (e) { }
|
|
@@ -2028,7 +2031,7 @@ const checkState$1 = async (client$1, input) => {
|
|
|
2028
2031
|
};
|
|
2029
2032
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2030
2033
|
if (anyStringEq_4 == "UPDATE_FAILED") {
|
|
2031
|
-
return { state:
|
|
2034
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2032
2035
|
}
|
|
2033
2036
|
}
|
|
2034
2037
|
}
|
|
@@ -2043,7 +2046,7 @@ const checkState$1 = async (client$1, input) => {
|
|
|
2043
2046
|
};
|
|
2044
2047
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2045
2048
|
if (anyStringEq_4 == "UPDATE_ROLLBACK_FAILED") {
|
|
2046
|
-
return { state:
|
|
2049
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2047
2050
|
}
|
|
2048
2051
|
}
|
|
2049
2052
|
}
|
|
@@ -2058,7 +2061,7 @@ const checkState$1 = async (client$1, input) => {
|
|
|
2058
2061
|
};
|
|
2059
2062
|
for (let anyStringEq_4 of returnComparator()) {
|
|
2060
2063
|
if (anyStringEq_4 == "UPDATE_ROLLBACK_COMPLETE") {
|
|
2061
|
-
return { state:
|
|
2064
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2062
2065
|
}
|
|
2063
2066
|
}
|
|
2064
2067
|
}
|
|
@@ -2067,32 +2070,32 @@ const checkState$1 = async (client$1, input) => {
|
|
|
2067
2070
|
catch (exception) {
|
|
2068
2071
|
reason = exception;
|
|
2069
2072
|
if (exception.name === "ValidationError") {
|
|
2070
|
-
return { state:
|
|
2073
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2071
2074
|
}
|
|
2072
2075
|
}
|
|
2073
|
-
return { state:
|
|
2076
|
+
return { state: WaiterState.RETRY, reason };
|
|
2074
2077
|
};
|
|
2075
2078
|
const waitForStackUpdateComplete = async (params, input) => {
|
|
2076
2079
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
2077
|
-
return
|
|
2080
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2078
2081
|
};
|
|
2079
2082
|
const waitUntilStackUpdateComplete = async (params, input) => {
|
|
2080
2083
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
2081
|
-
const result = await
|
|
2082
|
-
return
|
|
2084
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState$1);
|
|
2085
|
+
return checkExceptions(result);
|
|
2083
2086
|
};
|
|
2084
2087
|
|
|
2085
|
-
const checkState = async (client
|
|
2088
|
+
const checkState = async (client, input) => {
|
|
2086
2089
|
let reason;
|
|
2087
2090
|
try {
|
|
2088
|
-
let result = await client
|
|
2091
|
+
let result = await client.send(new DescribeTypeRegistrationCommand(input));
|
|
2089
2092
|
reason = result;
|
|
2090
2093
|
try {
|
|
2091
2094
|
const returnComparator = () => {
|
|
2092
2095
|
return result.ProgressStatus;
|
|
2093
2096
|
};
|
|
2094
2097
|
if (returnComparator() === "COMPLETE") {
|
|
2095
|
-
return { state:
|
|
2098
|
+
return { state: WaiterState.SUCCESS, reason };
|
|
2096
2099
|
}
|
|
2097
2100
|
}
|
|
2098
2101
|
catch (e) { }
|
|
@@ -2101,7 +2104,7 @@ const checkState = async (client$1, input) => {
|
|
|
2101
2104
|
return result.ProgressStatus;
|
|
2102
2105
|
};
|
|
2103
2106
|
if (returnComparator() === "FAILED") {
|
|
2104
|
-
return { state:
|
|
2107
|
+
return { state: WaiterState.FAILURE, reason };
|
|
2105
2108
|
}
|
|
2106
2109
|
}
|
|
2107
2110
|
catch (e) { }
|
|
@@ -2109,16 +2112,16 @@ const checkState = async (client$1, input) => {
|
|
|
2109
2112
|
catch (exception) {
|
|
2110
2113
|
reason = exception;
|
|
2111
2114
|
}
|
|
2112
|
-
return { state:
|
|
2115
|
+
return { state: WaiterState.RETRY, reason };
|
|
2113
2116
|
};
|
|
2114
2117
|
const waitForTypeRegistrationComplete = async (params, input) => {
|
|
2115
2118
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
2116
|
-
return
|
|
2119
|
+
return createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2117
2120
|
};
|
|
2118
2121
|
const waitUntilTypeRegistrationComplete = async (params, input) => {
|
|
2119
2122
|
const serviceDefaults = { minDelay: 30, maxDelay: 120 };
|
|
2120
|
-
const result = await
|
|
2121
|
-
return
|
|
2123
|
+
const result = await createWaiter({ ...serviceDefaults, ...params }, input, checkState);
|
|
2124
|
+
return checkExceptions(result);
|
|
2122
2125
|
};
|
|
2123
2126
|
|
|
2124
2127
|
const commands = {
|
|
@@ -2253,7 +2256,7 @@ const waiters = {
|
|
|
2253
2256
|
};
|
|
2254
2257
|
class CloudFormation extends CloudFormationClient {
|
|
2255
2258
|
}
|
|
2256
|
-
|
|
2259
|
+
createAggregatedClient(commands, CloudFormation, { paginators, waiters });
|
|
2257
2260
|
|
|
2258
2261
|
const AccountFilterType = {
|
|
2259
2262
|
DIFFERENCE: "DIFFERENCE",
|
|
@@ -2776,9 +2779,6 @@ const ResourceSignalStatus = {
|
|
|
2776
2779
|
SUCCESS: "SUCCESS",
|
|
2777
2780
|
};
|
|
2778
2781
|
|
|
2779
|
-
exports.$Command = client.Command;
|
|
2780
|
-
exports.__Client = client.Client;
|
|
2781
|
-
exports.CloudFormationServiceException = CloudFormationServiceException.CloudFormationServiceException;
|
|
2782
2782
|
exports.AccountFilterType = AccountFilterType;
|
|
2783
2783
|
exports.AccountGateStatus = AccountGateStatus;
|
|
2784
2784
|
exports.ActivateOrganizationsAccessCommand = ActivateOrganizationsAccessCommand;
|
|
@@ -3000,23 +3000,3 @@ exports.waitUntilStackRefactorExecuteComplete = waitUntilStackRefactorExecuteCom
|
|
|
3000
3000
|
exports.waitUntilStackRollbackComplete = waitUntilStackRollbackComplete;
|
|
3001
3001
|
exports.waitUntilStackUpdateComplete = waitUntilStackUpdateComplete;
|
|
3002
3002
|
exports.waitUntilTypeRegistrationComplete = waitUntilTypeRegistrationComplete;
|
|
3003
|
-
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
3004
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3005
|
-
Object.defineProperty(exports, '__proto__', {
|
|
3006
|
-
enumerable: true,
|
|
3007
|
-
value: schemas_0['__proto__']
|
|
3008
|
-
});
|
|
3009
|
-
|
|
3010
|
-
Object.keys(schemas_0).forEach(function (k) {
|
|
3011
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
3012
|
-
});
|
|
3013
|
-
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
3014
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3015
|
-
Object.defineProperty(exports, '__proto__', {
|
|
3016
|
-
enumerable: true,
|
|
3017
|
-
value: errors['__proto__']
|
|
3018
|
-
});
|
|
3019
|
-
|
|
3020
|
-
Object.keys(errors).forEach(function (k) {
|
|
3021
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
3022
|
-
});
|