@cdklabs/cdk-ecs-codedeploy 0.0.113 → 0.0.115
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/api-canary/index.js +1 -1
- package/lib/ecs-appspec/index.js +1 -1
- package/lib/ecs-deployment/index.js +1 -1
- package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
- package/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +4 -0
- package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
- package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/models_0.js +216 -249
- package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +216 -249
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -217
- package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +274 -216
- package/node_modules/@aws-sdk/client-codedeploy/package.json +35 -35
- package/node_modules/@aws-sdk/client-sso/package.json +31 -31
- package/node_modules/@aws-sdk/client-sso-oidc/package.json +31 -31
- package/node_modules/@aws-sdk/client-sts/package.json +34 -34
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +2 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
- package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
- package/node_modules/@aws-sdk/config-resolver/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
- package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
- package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
- package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +9 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
- package/node_modules/@aws-sdk/fetch-http-handler/package.json +6 -6
- package/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/hash-node/package.json +4 -4
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
- package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
- package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
- package/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/is-array-buffer/package.json +1 -1
- package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +7 -1
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
- package/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
- package/node_modules/@aws-sdk/middleware-endpoint/package.json +5 -5
- package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
- package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
- package/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
- package/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
- package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
- package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
- package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
- package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
- package/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +2 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
- package/node_modules/@aws-sdk/property-provider/package.json +2 -2
- package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
- package/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/querystring-builder/package.json +3 -3
- package/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
- package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
- package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
- package/node_modules/@aws-sdk/signature-v4/package.json +7 -7
- package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +5 -5
- package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
- package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/url-parser/package.json +3 -3
- package/node_modules/@aws-sdk/util-base64/package.json +2 -2
- package/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-browser/package.json +1 -1
- package/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-body-length-node/package.json +1 -1
- package/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +9 -0
- package/node_modules/@aws-sdk/util-buffer-from/package.json +2 -2
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
- package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
- package/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
- package/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
- package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
- package/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +7 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +6 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +18 -0
- package/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
- package/node_modules/@aws-sdk/util-retry/package.json +3 -3
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
- package/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-uri-escape/package.json +1 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
- package/node_modules/@aws-sdk/util-utf8/package.json +2 -2
- package/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
- package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
- package/package.json +5 -5
|
@@ -119,12 +119,11 @@ export class ApplicationDoesNotExistException extends __BaseException {
|
|
|
119
119
|
Object.setPrototypeOf(this, ApplicationDoesNotExistException.prototype);
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
|
-
export
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
})(ComputePlatform || (ComputePlatform = {}));
|
|
122
|
+
export const ComputePlatform = {
|
|
123
|
+
ECS: "ECS",
|
|
124
|
+
LAMBDA: "Lambda",
|
|
125
|
+
SERVER: "Server",
|
|
126
|
+
};
|
|
128
127
|
export class ApplicationLimitExceededException extends __BaseException {
|
|
129
128
|
constructor(opts) {
|
|
130
129
|
super({
|
|
@@ -149,12 +148,11 @@ export class ApplicationNameRequiredException extends __BaseException {
|
|
|
149
148
|
Object.setPrototypeOf(this, ApplicationNameRequiredException.prototype);
|
|
150
149
|
}
|
|
151
150
|
}
|
|
152
|
-
export
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
})(ApplicationRevisionSortBy || (ApplicationRevisionSortBy = {}));
|
|
151
|
+
export const ApplicationRevisionSortBy = {
|
|
152
|
+
FirstUsedTime: "firstUsedTime",
|
|
153
|
+
LastUsedTime: "lastUsedTime",
|
|
154
|
+
RegisterTime: "registerTime",
|
|
155
|
+
};
|
|
158
156
|
export class ArnNotSupportedException extends __BaseException {
|
|
159
157
|
constructor(opts) {
|
|
160
158
|
super({
|
|
@@ -167,27 +165,24 @@ export class ArnNotSupportedException extends __BaseException {
|
|
|
167
165
|
Object.setPrototypeOf(this, ArnNotSupportedException.prototype);
|
|
168
166
|
}
|
|
169
167
|
}
|
|
170
|
-
export
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
BundleType["YAML"] = "YAML";
|
|
189
|
-
BundleType["Zip"] = "zip";
|
|
190
|
-
})(BundleType || (BundleType = {}));
|
|
168
|
+
export const AutoRollbackEvent = {
|
|
169
|
+
DEPLOYMENT_FAILURE: "DEPLOYMENT_FAILURE",
|
|
170
|
+
DEPLOYMENT_STOP_ON_ALARM: "DEPLOYMENT_STOP_ON_ALARM",
|
|
171
|
+
DEPLOYMENT_STOP_ON_REQUEST: "DEPLOYMENT_STOP_ON_REQUEST",
|
|
172
|
+
};
|
|
173
|
+
export const RevisionLocationType = {
|
|
174
|
+
AppSpecContent: "AppSpecContent",
|
|
175
|
+
GitHub: "GitHub",
|
|
176
|
+
S3: "S3",
|
|
177
|
+
String: "String",
|
|
178
|
+
};
|
|
179
|
+
export const BundleType = {
|
|
180
|
+
JSON: "JSON",
|
|
181
|
+
Tar: "tar",
|
|
182
|
+
TarGZip: "tgz",
|
|
183
|
+
YAML: "YAML",
|
|
184
|
+
Zip: "zip",
|
|
185
|
+
};
|
|
191
186
|
export class BatchLimitExceededException extends __BaseException {
|
|
192
187
|
constructor(opts) {
|
|
193
188
|
super({
|
|
@@ -236,72 +231,62 @@ export class RevisionRequiredException extends __BaseException {
|
|
|
236
231
|
Object.setPrototypeOf(this, RevisionRequiredException.prototype);
|
|
237
232
|
}
|
|
238
233
|
}
|
|
239
|
-
export
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
}
|
|
259
|
-
export
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
}
|
|
264
|
-
export
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
TriggerEventType["DEPLOYMENT_READY"] = "DeploymentReady";
|
|
296
|
-
TriggerEventType["DEPLOYMENT_ROLLBACK"] = "DeploymentRollback";
|
|
297
|
-
TriggerEventType["DEPLOYMENT_START"] = "DeploymentStart";
|
|
298
|
-
TriggerEventType["DEPLOYMENT_STOP"] = "DeploymentStop";
|
|
299
|
-
TriggerEventType["DEPLOYMENT_SUCCESS"] = "DeploymentSuccess";
|
|
300
|
-
TriggerEventType["INSTANCE_FAILURE"] = "InstanceFailure";
|
|
301
|
-
TriggerEventType["INSTANCE_READY"] = "InstanceReady";
|
|
302
|
-
TriggerEventType["INSTANCE_START"] = "InstanceStart";
|
|
303
|
-
TriggerEventType["INSTANCE_SUCCESS"] = "InstanceSuccess";
|
|
304
|
-
})(TriggerEventType || (TriggerEventType = {}));
|
|
234
|
+
export const DeploymentReadyAction = {
|
|
235
|
+
CONTINUE_DEPLOYMENT: "CONTINUE_DEPLOYMENT",
|
|
236
|
+
STOP_DEPLOYMENT: "STOP_DEPLOYMENT",
|
|
237
|
+
};
|
|
238
|
+
export const GreenFleetProvisioningAction = {
|
|
239
|
+
COPY_AUTO_SCALING_GROUP: "COPY_AUTO_SCALING_GROUP",
|
|
240
|
+
DISCOVER_EXISTING: "DISCOVER_EXISTING",
|
|
241
|
+
};
|
|
242
|
+
export const InstanceAction = {
|
|
243
|
+
KEEP_ALIVE: "KEEP_ALIVE",
|
|
244
|
+
TERMINATE: "TERMINATE",
|
|
245
|
+
};
|
|
246
|
+
export const DeploymentOption = {
|
|
247
|
+
WITHOUT_TRAFFIC_CONTROL: "WITHOUT_TRAFFIC_CONTROL",
|
|
248
|
+
WITH_TRAFFIC_CONTROL: "WITH_TRAFFIC_CONTROL",
|
|
249
|
+
};
|
|
250
|
+
export const DeploymentType = {
|
|
251
|
+
BLUE_GREEN: "BLUE_GREEN",
|
|
252
|
+
IN_PLACE: "IN_PLACE",
|
|
253
|
+
};
|
|
254
|
+
export const EC2TagFilterType = {
|
|
255
|
+
KEY_AND_VALUE: "KEY_AND_VALUE",
|
|
256
|
+
KEY_ONLY: "KEY_ONLY",
|
|
257
|
+
VALUE_ONLY: "VALUE_ONLY",
|
|
258
|
+
};
|
|
259
|
+
export const DeploymentStatus = {
|
|
260
|
+
BAKING: "Baking",
|
|
261
|
+
CREATED: "Created",
|
|
262
|
+
FAILED: "Failed",
|
|
263
|
+
IN_PROGRESS: "InProgress",
|
|
264
|
+
QUEUED: "Queued",
|
|
265
|
+
READY: "Ready",
|
|
266
|
+
STOPPED: "Stopped",
|
|
267
|
+
SUCCEEDED: "Succeeded",
|
|
268
|
+
};
|
|
269
|
+
export const TagFilterType = {
|
|
270
|
+
KEY_AND_VALUE: "KEY_AND_VALUE",
|
|
271
|
+
KEY_ONLY: "KEY_ONLY",
|
|
272
|
+
VALUE_ONLY: "VALUE_ONLY",
|
|
273
|
+
};
|
|
274
|
+
export const OutdatedInstancesStrategy = {
|
|
275
|
+
Ignore: "IGNORE",
|
|
276
|
+
Update: "UPDATE",
|
|
277
|
+
};
|
|
278
|
+
export const TriggerEventType = {
|
|
279
|
+
DEPLOYMENT_FAILURE: "DeploymentFailure",
|
|
280
|
+
DEPLOYMENT_READY: "DeploymentReady",
|
|
281
|
+
DEPLOYMENT_ROLLBACK: "DeploymentRollback",
|
|
282
|
+
DEPLOYMENT_START: "DeploymentStart",
|
|
283
|
+
DEPLOYMENT_STOP: "DeploymentStop",
|
|
284
|
+
DEPLOYMENT_SUCCESS: "DeploymentSuccess",
|
|
285
|
+
INSTANCE_FAILURE: "InstanceFailure",
|
|
286
|
+
INSTANCE_READY: "InstanceReady",
|
|
287
|
+
INSTANCE_START: "InstanceStart",
|
|
288
|
+
INSTANCE_SUCCESS: "InstanceSuccess",
|
|
289
|
+
};
|
|
305
290
|
export class DeploymentConfigDoesNotExistException extends __BaseException {
|
|
306
291
|
constructor(opts) {
|
|
307
292
|
super({
|
|
@@ -338,39 +323,35 @@ export class InvalidDeploymentGroupNameException extends __BaseException {
|
|
|
338
323
|
Object.setPrototypeOf(this, InvalidDeploymentGroupNameException.prototype);
|
|
339
324
|
}
|
|
340
325
|
}
|
|
341
|
-
export
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
InstanceStatus["SKIPPED"] = "Skipped";
|
|
371
|
-
InstanceStatus["SUCCEEDED"] = "Succeeded";
|
|
372
|
-
InstanceStatus["UNKNOWN"] = "Unknown";
|
|
373
|
-
})(InstanceStatus || (InstanceStatus = {}));
|
|
326
|
+
export const _InstanceType = {
|
|
327
|
+
BLUE: "Blue",
|
|
328
|
+
GREEN: "Green",
|
|
329
|
+
};
|
|
330
|
+
export const LifecycleErrorCode = {
|
|
331
|
+
SCRIPT_FAILED: "ScriptFailed",
|
|
332
|
+
SCRIPT_MISSING: "ScriptMissing",
|
|
333
|
+
SCRIPT_NOT_EXECUTABLE: "ScriptNotExecutable",
|
|
334
|
+
SCRIPT_TIMED_OUT: "ScriptTimedOut",
|
|
335
|
+
SUCCESS: "Success",
|
|
336
|
+
UNKNOWN_ERROR: "UnknownError",
|
|
337
|
+
};
|
|
338
|
+
export const LifecycleEventStatus = {
|
|
339
|
+
FAILED: "Failed",
|
|
340
|
+
IN_PROGRESS: "InProgress",
|
|
341
|
+
PENDING: "Pending",
|
|
342
|
+
SKIPPED: "Skipped",
|
|
343
|
+
SUCCEEDED: "Succeeded",
|
|
344
|
+
UNKNOWN: "Unknown",
|
|
345
|
+
};
|
|
346
|
+
export const InstanceStatus = {
|
|
347
|
+
FAILED: "Failed",
|
|
348
|
+
IN_PROGRESS: "InProgress",
|
|
349
|
+
PENDING: "Pending",
|
|
350
|
+
READY: "Ready",
|
|
351
|
+
SKIPPED: "Skipped",
|
|
352
|
+
SUCCEEDED: "Succeeded",
|
|
353
|
+
UNKNOWN: "Unknown",
|
|
354
|
+
};
|
|
374
355
|
export class DeploymentDoesNotExistException extends __BaseException {
|
|
375
356
|
constructor(opts) {
|
|
376
357
|
super({
|
|
@@ -431,81 +412,75 @@ export class InvalidDeploymentIdException extends __BaseException {
|
|
|
431
412
|
Object.setPrototypeOf(this, InvalidDeploymentIdException.prototype);
|
|
432
413
|
}
|
|
433
414
|
}
|
|
434
|
-
export
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
})(DeploymentTargetType || (DeploymentTargetType = {}));
|
|
504
|
-
export var TargetLabel;
|
|
505
|
-
(function (TargetLabel) {
|
|
506
|
-
TargetLabel["BLUE"] = "Blue";
|
|
507
|
-
TargetLabel["GREEN"] = "Green";
|
|
508
|
-
})(TargetLabel || (TargetLabel = {}));
|
|
415
|
+
export const DeploymentCreator = {
|
|
416
|
+
Autoscaling: "autoscaling",
|
|
417
|
+
CloudFormation: "CloudFormation",
|
|
418
|
+
CloudFormationRollback: "CloudFormationRollback",
|
|
419
|
+
CodeDeploy: "CodeDeploy",
|
|
420
|
+
CodeDeployAutoUpdate: "CodeDeployAutoUpdate",
|
|
421
|
+
CodeDeployRollback: "codeDeployRollback",
|
|
422
|
+
User: "user",
|
|
423
|
+
};
|
|
424
|
+
export const ErrorCode = {
|
|
425
|
+
AGENT_ISSUE: "AGENT_ISSUE",
|
|
426
|
+
ALARM_ACTIVE: "ALARM_ACTIVE",
|
|
427
|
+
APPLICATION_MISSING: "APPLICATION_MISSING",
|
|
428
|
+
AUTOSCALING_VALIDATION_ERROR: "AUTOSCALING_VALIDATION_ERROR",
|
|
429
|
+
AUTO_SCALING_CONFIGURATION: "AUTO_SCALING_CONFIGURATION",
|
|
430
|
+
AUTO_SCALING_IAM_ROLE_PERMISSIONS: "AUTO_SCALING_IAM_ROLE_PERMISSIONS",
|
|
431
|
+
CLOUDFORMATION_STACK_FAILURE: "CLOUDFORMATION_STACK_FAILURE",
|
|
432
|
+
CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND: "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
|
|
433
|
+
CUSTOMER_APPLICATION_UNHEALTHY: "CUSTOMER_APPLICATION_UNHEALTHY",
|
|
434
|
+
DEPLOYMENT_GROUP_MISSING: "DEPLOYMENT_GROUP_MISSING",
|
|
435
|
+
ECS_UPDATE_ERROR: "ECS_UPDATE_ERROR",
|
|
436
|
+
ELASTIC_LOAD_BALANCING_INVALID: "ELASTIC_LOAD_BALANCING_INVALID",
|
|
437
|
+
ELB_INVALID_INSTANCE: "ELB_INVALID_INSTANCE",
|
|
438
|
+
HEALTH_CONSTRAINTS: "HEALTH_CONSTRAINTS",
|
|
439
|
+
HEALTH_CONSTRAINTS_INVALID: "HEALTH_CONSTRAINTS_INVALID",
|
|
440
|
+
HOOK_EXECUTION_FAILURE: "HOOK_EXECUTION_FAILURE",
|
|
441
|
+
IAM_ROLE_MISSING: "IAM_ROLE_MISSING",
|
|
442
|
+
IAM_ROLE_PERMISSIONS: "IAM_ROLE_PERMISSIONS",
|
|
443
|
+
INTERNAL_ERROR: "INTERNAL_ERROR",
|
|
444
|
+
INVALID_ECS_SERVICE: "INVALID_ECS_SERVICE",
|
|
445
|
+
INVALID_LAMBDA_CONFIGURATION: "INVALID_LAMBDA_CONFIGURATION",
|
|
446
|
+
INVALID_LAMBDA_FUNCTION: "INVALID_LAMBDA_FUNCTION",
|
|
447
|
+
INVALID_REVISION: "INVALID_REVISION",
|
|
448
|
+
MANUAL_STOP: "MANUAL_STOP",
|
|
449
|
+
MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION: "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
|
|
450
|
+
MISSING_ELB_INFORMATION: "MISSING_ELB_INFORMATION",
|
|
451
|
+
MISSING_GITHUB_TOKEN: "MISSING_GITHUB_TOKEN",
|
|
452
|
+
NO_EC2_SUBSCRIPTION: "NO_EC2_SUBSCRIPTION",
|
|
453
|
+
NO_INSTANCES: "NO_INSTANCES",
|
|
454
|
+
OVER_MAX_INSTANCES: "OVER_MAX_INSTANCES",
|
|
455
|
+
RESOURCE_LIMIT_EXCEEDED: "RESOURCE_LIMIT_EXCEEDED",
|
|
456
|
+
REVISION_MISSING: "REVISION_MISSING",
|
|
457
|
+
THROTTLED: "THROTTLED",
|
|
458
|
+
TIMEOUT: "TIMEOUT",
|
|
459
|
+
};
|
|
460
|
+
export const FileExistsBehavior = {
|
|
461
|
+
DISALLOW: "DISALLOW",
|
|
462
|
+
OVERWRITE: "OVERWRITE",
|
|
463
|
+
RETAIN: "RETAIN",
|
|
464
|
+
};
|
|
465
|
+
export const TargetStatus = {
|
|
466
|
+
FAILED: "Failed",
|
|
467
|
+
IN_PROGRESS: "InProgress",
|
|
468
|
+
PENDING: "Pending",
|
|
469
|
+
READY: "Ready",
|
|
470
|
+
SKIPPED: "Skipped",
|
|
471
|
+
SUCCEEDED: "Succeeded",
|
|
472
|
+
UNKNOWN: "Unknown",
|
|
473
|
+
};
|
|
474
|
+
export const DeploymentTargetType = {
|
|
475
|
+
CLOUDFORMATION_TARGET: "CloudFormationTarget",
|
|
476
|
+
ECS_TARGET: "ECSTarget",
|
|
477
|
+
INSTANCE_TARGET: "InstanceTarget",
|
|
478
|
+
LAMBDA_TARGET: "LambdaTarget",
|
|
479
|
+
};
|
|
480
|
+
export const TargetLabel = {
|
|
481
|
+
BLUE: "Blue",
|
|
482
|
+
GREEN: "Green",
|
|
483
|
+
};
|
|
509
484
|
export class DeploymentNotStartedException extends __BaseException {
|
|
510
485
|
constructor(opts) {
|
|
511
486
|
super({
|
|
@@ -590,11 +565,10 @@ export class BucketNameFilterRequiredException extends __BaseException {
|
|
|
590
565
|
Object.setPrototypeOf(this, BucketNameFilterRequiredException.prototype);
|
|
591
566
|
}
|
|
592
567
|
}
|
|
593
|
-
export
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
})(DeploymentWaitType || (DeploymentWaitType = {}));
|
|
568
|
+
export const DeploymentWaitType = {
|
|
569
|
+
READY_WAIT: "READY_WAIT",
|
|
570
|
+
TERMINATION_WAIT: "TERMINATION_WAIT",
|
|
571
|
+
};
|
|
598
572
|
export class DeploymentAlreadyCompletedException extends __BaseException {
|
|
599
573
|
constructor(opts) {
|
|
600
574
|
super({
|
|
@@ -871,17 +845,15 @@ export class ThrottlingException extends __BaseException {
|
|
|
871
845
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
872
846
|
}
|
|
873
847
|
}
|
|
874
|
-
export
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
TrafficRoutingType["TimeBasedLinear"] = "TimeBasedLinear";
|
|
884
|
-
})(TrafficRoutingType || (TrafficRoutingType = {}));
|
|
848
|
+
export const MinimumHealthyHostsType = {
|
|
849
|
+
FLEET_PERCENT: "FLEET_PERCENT",
|
|
850
|
+
HOST_COUNT: "HOST_COUNT",
|
|
851
|
+
};
|
|
852
|
+
export const TrafficRoutingType = {
|
|
853
|
+
AllAtOnce: "AllAtOnce",
|
|
854
|
+
TimeBasedCanary: "TimeBasedCanary",
|
|
855
|
+
TimeBasedLinear: "TimeBasedLinear",
|
|
856
|
+
};
|
|
885
857
|
export class DeploymentConfigAlreadyExistsException extends __BaseException {
|
|
886
858
|
constructor(opts) {
|
|
887
859
|
super({
|
|
@@ -1278,17 +1250,15 @@ export class InvalidSortOrderException extends __BaseException {
|
|
|
1278
1250
|
Object.setPrototypeOf(this, InvalidSortOrderException.prototype);
|
|
1279
1251
|
}
|
|
1280
1252
|
}
|
|
1281
|
-
export
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
SortOrder["Descending"] = "descending";
|
|
1291
|
-
})(SortOrder || (SortOrder = {}));
|
|
1253
|
+
export const ListStateFilterAction = {
|
|
1254
|
+
Exclude: "exclude",
|
|
1255
|
+
Ignore: "ignore",
|
|
1256
|
+
Include: "include",
|
|
1257
|
+
};
|
|
1258
|
+
export const SortOrder = {
|
|
1259
|
+
Ascending: "ascending",
|
|
1260
|
+
Descending: "descending",
|
|
1261
|
+
};
|
|
1292
1262
|
export class InvalidDeploymentInstanceTypeException extends __BaseException {
|
|
1293
1263
|
constructor(opts) {
|
|
1294
1264
|
super({
|
|
@@ -1361,11 +1331,10 @@ export class InvalidTimeRangeException extends __BaseException {
|
|
|
1361
1331
|
Object.setPrototypeOf(this, InvalidTimeRangeException.prototype);
|
|
1362
1332
|
}
|
|
1363
1333
|
}
|
|
1364
|
-
export
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
})(TargetFilterName || (TargetFilterName = {}));
|
|
1334
|
+
export const TargetFilterName = {
|
|
1335
|
+
SERVER_INSTANCE_LABEL: "ServerInstanceLabel",
|
|
1336
|
+
TARGET_STATUS: "TargetStatus",
|
|
1337
|
+
};
|
|
1369
1338
|
export class InvalidRegistrationStatusException extends __BaseException {
|
|
1370
1339
|
constructor(opts) {
|
|
1371
1340
|
super({
|
|
@@ -1390,11 +1359,10 @@ export class InvalidTagFilterException extends __BaseException {
|
|
|
1390
1359
|
Object.setPrototypeOf(this, InvalidTagFilterException.prototype);
|
|
1391
1360
|
}
|
|
1392
1361
|
}
|
|
1393
|
-
export
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
})(RegistrationStatus || (RegistrationStatus = {}));
|
|
1362
|
+
export const RegistrationStatus = {
|
|
1363
|
+
Deregistered: "Deregistered",
|
|
1364
|
+
Registered: "Registered",
|
|
1365
|
+
};
|
|
1398
1366
|
export class InvalidArnException extends __BaseException {
|
|
1399
1367
|
constructor(opts) {
|
|
1400
1368
|
super({
|
|
@@ -1551,8 +1519,7 @@ export class MultipleIamArnsProvidedException extends __BaseException {
|
|
|
1551
1519
|
Object.setPrototypeOf(this, MultipleIamArnsProvidedException.prototype);
|
|
1552
1520
|
}
|
|
1553
1521
|
}
|
|
1554
|
-
export
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
})(StopStatus || (StopStatus = {}));
|
|
1522
|
+
export const StopStatus = {
|
|
1523
|
+
PENDING: "Pending",
|
|
1524
|
+
SUCCEEDED: "Succeeded",
|
|
1525
|
+
};
|