@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
|
@@ -92,11 +92,13 @@ export declare class ApplicationDoesNotExistException extends __BaseException {
|
|
|
92
92
|
>
|
|
93
93
|
);
|
|
94
94
|
}
|
|
95
|
-
export declare
|
|
96
|
-
ECS
|
|
97
|
-
LAMBDA
|
|
98
|
-
SERVER
|
|
99
|
-
}
|
|
95
|
+
export declare const ComputePlatform: {
|
|
96
|
+
readonly ECS: "ECS";
|
|
97
|
+
readonly LAMBDA: "Lambda";
|
|
98
|
+
readonly SERVER: "Server";
|
|
99
|
+
};
|
|
100
|
+
export type ComputePlatform =
|
|
101
|
+
(typeof ComputePlatform)[keyof typeof ComputePlatform];
|
|
100
102
|
export interface ApplicationInfo {
|
|
101
103
|
applicationId?: string;
|
|
102
104
|
applicationName?: string;
|
|
@@ -125,11 +127,13 @@ export declare class ApplicationNameRequiredException extends __BaseException {
|
|
|
125
127
|
>
|
|
126
128
|
);
|
|
127
129
|
}
|
|
128
|
-
export declare
|
|
129
|
-
FirstUsedTime
|
|
130
|
-
LastUsedTime
|
|
131
|
-
RegisterTime
|
|
132
|
-
}
|
|
130
|
+
export declare const ApplicationRevisionSortBy: {
|
|
131
|
+
readonly FirstUsedTime: "firstUsedTime";
|
|
132
|
+
readonly LastUsedTime: "lastUsedTime";
|
|
133
|
+
readonly RegisterTime: "registerTime";
|
|
134
|
+
};
|
|
135
|
+
export type ApplicationRevisionSortBy =
|
|
136
|
+
(typeof ApplicationRevisionSortBy)[keyof typeof ApplicationRevisionSortBy];
|
|
133
137
|
export interface AppSpecContent {
|
|
134
138
|
content?: string;
|
|
135
139
|
sha256?: string;
|
|
@@ -141,11 +145,13 @@ export declare class ArnNotSupportedException extends __BaseException {
|
|
|
141
145
|
opts: __ExceptionOptionType<ArnNotSupportedException, __BaseException>
|
|
142
146
|
);
|
|
143
147
|
}
|
|
144
|
-
export declare
|
|
145
|
-
DEPLOYMENT_FAILURE
|
|
146
|
-
DEPLOYMENT_STOP_ON_ALARM
|
|
147
|
-
DEPLOYMENT_STOP_ON_REQUEST
|
|
148
|
-
}
|
|
148
|
+
export declare const AutoRollbackEvent: {
|
|
149
|
+
readonly DEPLOYMENT_FAILURE: "DEPLOYMENT_FAILURE";
|
|
150
|
+
readonly DEPLOYMENT_STOP_ON_ALARM: "DEPLOYMENT_STOP_ON_ALARM";
|
|
151
|
+
readonly DEPLOYMENT_STOP_ON_REQUEST: "DEPLOYMENT_STOP_ON_REQUEST";
|
|
152
|
+
};
|
|
153
|
+
export type AutoRollbackEvent =
|
|
154
|
+
(typeof AutoRollbackEvent)[keyof typeof AutoRollbackEvent];
|
|
149
155
|
export interface AutoRollbackConfiguration {
|
|
150
156
|
enabled?: boolean;
|
|
151
157
|
events?: (AutoRollbackEvent | string)[];
|
|
@@ -158,19 +164,22 @@ export interface GitHubLocation {
|
|
|
158
164
|
repository?: string;
|
|
159
165
|
commitId?: string;
|
|
160
166
|
}
|
|
161
|
-
export declare
|
|
162
|
-
AppSpecContent
|
|
163
|
-
GitHub
|
|
164
|
-
S3
|
|
165
|
-
String
|
|
166
|
-
}
|
|
167
|
-
export
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
167
|
+
export declare const RevisionLocationType: {
|
|
168
|
+
readonly AppSpecContent: "AppSpecContent";
|
|
169
|
+
readonly GitHub: "GitHub";
|
|
170
|
+
readonly S3: "S3";
|
|
171
|
+
readonly String: "String";
|
|
172
|
+
};
|
|
173
|
+
export type RevisionLocationType =
|
|
174
|
+
(typeof RevisionLocationType)[keyof typeof RevisionLocationType];
|
|
175
|
+
export declare const BundleType: {
|
|
176
|
+
readonly JSON: "JSON";
|
|
177
|
+
readonly Tar: "tar";
|
|
178
|
+
readonly TarGZip: "tgz";
|
|
179
|
+
readonly YAML: "YAML";
|
|
180
|
+
readonly Zip: "zip";
|
|
181
|
+
};
|
|
182
|
+
export type BundleType = (typeof BundleType)[keyof typeof BundleType];
|
|
174
183
|
export interface S3Location {
|
|
175
184
|
bucket?: string;
|
|
176
185
|
key?: string;
|
|
@@ -250,25 +259,31 @@ export interface BatchGetDeploymentGroupsInput {
|
|
|
250
259
|
applicationName: string | undefined;
|
|
251
260
|
deploymentGroupNames: string[] | undefined;
|
|
252
261
|
}
|
|
253
|
-
export declare
|
|
254
|
-
CONTINUE_DEPLOYMENT
|
|
255
|
-
STOP_DEPLOYMENT
|
|
256
|
-
}
|
|
262
|
+
export declare const DeploymentReadyAction: {
|
|
263
|
+
readonly CONTINUE_DEPLOYMENT: "CONTINUE_DEPLOYMENT";
|
|
264
|
+
readonly STOP_DEPLOYMENT: "STOP_DEPLOYMENT";
|
|
265
|
+
};
|
|
266
|
+
export type DeploymentReadyAction =
|
|
267
|
+
(typeof DeploymentReadyAction)[keyof typeof DeploymentReadyAction];
|
|
257
268
|
export interface DeploymentReadyOption {
|
|
258
269
|
actionOnTimeout?: DeploymentReadyAction | string;
|
|
259
270
|
waitTimeInMinutes?: number;
|
|
260
271
|
}
|
|
261
|
-
export declare
|
|
262
|
-
COPY_AUTO_SCALING_GROUP
|
|
263
|
-
DISCOVER_EXISTING
|
|
264
|
-
}
|
|
272
|
+
export declare const GreenFleetProvisioningAction: {
|
|
273
|
+
readonly COPY_AUTO_SCALING_GROUP: "COPY_AUTO_SCALING_GROUP";
|
|
274
|
+
readonly DISCOVER_EXISTING: "DISCOVER_EXISTING";
|
|
275
|
+
};
|
|
276
|
+
export type GreenFleetProvisioningAction =
|
|
277
|
+
(typeof GreenFleetProvisioningAction)[keyof typeof GreenFleetProvisioningAction];
|
|
265
278
|
export interface GreenFleetProvisioningOption {
|
|
266
279
|
action?: GreenFleetProvisioningAction | string;
|
|
267
280
|
}
|
|
268
|
-
export declare
|
|
269
|
-
KEEP_ALIVE
|
|
270
|
-
TERMINATE
|
|
271
|
-
}
|
|
281
|
+
export declare const InstanceAction: {
|
|
282
|
+
readonly KEEP_ALIVE: "KEEP_ALIVE";
|
|
283
|
+
readonly TERMINATE: "TERMINATE";
|
|
284
|
+
};
|
|
285
|
+
export type InstanceAction =
|
|
286
|
+
(typeof InstanceAction)[keyof typeof InstanceAction];
|
|
272
287
|
export interface BlueInstanceTerminationOption {
|
|
273
288
|
action?: InstanceAction | string;
|
|
274
289
|
terminationWaitTimeInMinutes?: number;
|
|
@@ -278,23 +293,29 @@ export interface BlueGreenDeploymentConfiguration {
|
|
|
278
293
|
deploymentReadyOption?: DeploymentReadyOption;
|
|
279
294
|
greenFleetProvisioningOption?: GreenFleetProvisioningOption;
|
|
280
295
|
}
|
|
281
|
-
export declare
|
|
282
|
-
WITHOUT_TRAFFIC_CONTROL
|
|
283
|
-
WITH_TRAFFIC_CONTROL
|
|
284
|
-
}
|
|
285
|
-
export
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
296
|
+
export declare const DeploymentOption: {
|
|
297
|
+
readonly WITHOUT_TRAFFIC_CONTROL: "WITHOUT_TRAFFIC_CONTROL";
|
|
298
|
+
readonly WITH_TRAFFIC_CONTROL: "WITH_TRAFFIC_CONTROL";
|
|
299
|
+
};
|
|
300
|
+
export type DeploymentOption =
|
|
301
|
+
(typeof DeploymentOption)[keyof typeof DeploymentOption];
|
|
302
|
+
export declare const DeploymentType: {
|
|
303
|
+
readonly BLUE_GREEN: "BLUE_GREEN";
|
|
304
|
+
readonly IN_PLACE: "IN_PLACE";
|
|
305
|
+
};
|
|
306
|
+
export type DeploymentType =
|
|
307
|
+
(typeof DeploymentType)[keyof typeof DeploymentType];
|
|
289
308
|
export interface DeploymentStyle {
|
|
290
309
|
deploymentType?: DeploymentType | string;
|
|
291
310
|
deploymentOption?: DeploymentOption | string;
|
|
292
311
|
}
|
|
293
|
-
export declare
|
|
294
|
-
KEY_AND_VALUE
|
|
295
|
-
KEY_ONLY
|
|
296
|
-
VALUE_ONLY
|
|
297
|
-
}
|
|
312
|
+
export declare const EC2TagFilterType: {
|
|
313
|
+
readonly KEY_AND_VALUE: "KEY_AND_VALUE";
|
|
314
|
+
readonly KEY_ONLY: "KEY_ONLY";
|
|
315
|
+
readonly VALUE_ONLY: "VALUE_ONLY";
|
|
316
|
+
};
|
|
317
|
+
export type EC2TagFilterType =
|
|
318
|
+
(typeof EC2TagFilterType)[keyof typeof EC2TagFilterType];
|
|
298
319
|
export interface EC2TagFilter {
|
|
299
320
|
Key?: string;
|
|
300
321
|
Value?: string;
|
|
@@ -307,16 +328,18 @@ export interface ECSService {
|
|
|
307
328
|
serviceName?: string;
|
|
308
329
|
clusterName?: string;
|
|
309
330
|
}
|
|
310
|
-
export declare
|
|
311
|
-
BAKING
|
|
312
|
-
CREATED
|
|
313
|
-
FAILED
|
|
314
|
-
IN_PROGRESS
|
|
315
|
-
QUEUED
|
|
316
|
-
READY
|
|
317
|
-
STOPPED
|
|
318
|
-
SUCCEEDED
|
|
319
|
-
}
|
|
331
|
+
export declare const DeploymentStatus: {
|
|
332
|
+
readonly BAKING: "Baking";
|
|
333
|
+
readonly CREATED: "Created";
|
|
334
|
+
readonly FAILED: "Failed";
|
|
335
|
+
readonly IN_PROGRESS: "InProgress";
|
|
336
|
+
readonly QUEUED: "Queued";
|
|
337
|
+
readonly READY: "Ready";
|
|
338
|
+
readonly STOPPED: "Stopped";
|
|
339
|
+
readonly SUCCEEDED: "Succeeded";
|
|
340
|
+
};
|
|
341
|
+
export type DeploymentStatus =
|
|
342
|
+
(typeof DeploymentStatus)[keyof typeof DeploymentStatus];
|
|
320
343
|
export interface LastDeploymentInfo {
|
|
321
344
|
deploymentId?: string;
|
|
322
345
|
status?: DeploymentStatus | string;
|
|
@@ -342,11 +365,12 @@ export interface LoadBalancerInfo {
|
|
|
342
365
|
targetGroupInfoList?: TargetGroupInfo[];
|
|
343
366
|
targetGroupPairInfoList?: TargetGroupPairInfo[];
|
|
344
367
|
}
|
|
345
|
-
export declare
|
|
346
|
-
KEY_AND_VALUE
|
|
347
|
-
KEY_ONLY
|
|
348
|
-
VALUE_ONLY
|
|
349
|
-
}
|
|
368
|
+
export declare const TagFilterType: {
|
|
369
|
+
readonly KEY_AND_VALUE: "KEY_AND_VALUE";
|
|
370
|
+
readonly KEY_ONLY: "KEY_ONLY";
|
|
371
|
+
readonly VALUE_ONLY: "VALUE_ONLY";
|
|
372
|
+
};
|
|
373
|
+
export type TagFilterType = (typeof TagFilterType)[keyof typeof TagFilterType];
|
|
350
374
|
export interface TagFilter {
|
|
351
375
|
Key?: string;
|
|
352
376
|
Value?: string;
|
|
@@ -355,22 +379,26 @@ export interface TagFilter {
|
|
|
355
379
|
export interface OnPremisesTagSet {
|
|
356
380
|
onPremisesTagSetList?: TagFilter[][];
|
|
357
381
|
}
|
|
358
|
-
export declare
|
|
359
|
-
Ignore
|
|
360
|
-
Update
|
|
361
|
-
}
|
|
362
|
-
export
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
382
|
+
export declare const OutdatedInstancesStrategy: {
|
|
383
|
+
readonly Ignore: "IGNORE";
|
|
384
|
+
readonly Update: "UPDATE";
|
|
385
|
+
};
|
|
386
|
+
export type OutdatedInstancesStrategy =
|
|
387
|
+
(typeof OutdatedInstancesStrategy)[keyof typeof OutdatedInstancesStrategy];
|
|
388
|
+
export declare const TriggerEventType: {
|
|
389
|
+
readonly DEPLOYMENT_FAILURE: "DeploymentFailure";
|
|
390
|
+
readonly DEPLOYMENT_READY: "DeploymentReady";
|
|
391
|
+
readonly DEPLOYMENT_ROLLBACK: "DeploymentRollback";
|
|
392
|
+
readonly DEPLOYMENT_START: "DeploymentStart";
|
|
393
|
+
readonly DEPLOYMENT_STOP: "DeploymentStop";
|
|
394
|
+
readonly DEPLOYMENT_SUCCESS: "DeploymentSuccess";
|
|
395
|
+
readonly INSTANCE_FAILURE: "InstanceFailure";
|
|
396
|
+
readonly INSTANCE_READY: "InstanceReady";
|
|
397
|
+
readonly INSTANCE_START: "InstanceStart";
|
|
398
|
+
readonly INSTANCE_SUCCESS: "InstanceSuccess";
|
|
399
|
+
};
|
|
400
|
+
export type TriggerEventType =
|
|
401
|
+
(typeof TriggerEventType)[keyof typeof TriggerEventType];
|
|
374
402
|
export interface TriggerConfig {
|
|
375
403
|
triggerName?: string;
|
|
376
404
|
triggerTargetArn?: string;
|
|
@@ -438,32 +466,37 @@ export interface BatchGetDeploymentInstancesInput {
|
|
|
438
466
|
deploymentId: string | undefined;
|
|
439
467
|
instanceIds: string[] | undefined;
|
|
440
468
|
}
|
|
441
|
-
export declare
|
|
442
|
-
BLUE
|
|
443
|
-
GREEN
|
|
444
|
-
}
|
|
445
|
-
export
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
469
|
+
export declare const _InstanceType: {
|
|
470
|
+
readonly BLUE: "Blue";
|
|
471
|
+
readonly GREEN: "Green";
|
|
472
|
+
};
|
|
473
|
+
export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
|
|
474
|
+
export declare const LifecycleErrorCode: {
|
|
475
|
+
readonly SCRIPT_FAILED: "ScriptFailed";
|
|
476
|
+
readonly SCRIPT_MISSING: "ScriptMissing";
|
|
477
|
+
readonly SCRIPT_NOT_EXECUTABLE: "ScriptNotExecutable";
|
|
478
|
+
readonly SCRIPT_TIMED_OUT: "ScriptTimedOut";
|
|
479
|
+
readonly SUCCESS: "Success";
|
|
480
|
+
readonly UNKNOWN_ERROR: "UnknownError";
|
|
481
|
+
};
|
|
482
|
+
export type LifecycleErrorCode =
|
|
483
|
+
(typeof LifecycleErrorCode)[keyof typeof LifecycleErrorCode];
|
|
453
484
|
export interface Diagnostics {
|
|
454
485
|
errorCode?: LifecycleErrorCode | string;
|
|
455
486
|
scriptName?: string;
|
|
456
487
|
message?: string;
|
|
457
488
|
logTail?: string;
|
|
458
489
|
}
|
|
459
|
-
export declare
|
|
460
|
-
FAILED
|
|
461
|
-
IN_PROGRESS
|
|
462
|
-
PENDING
|
|
463
|
-
SKIPPED
|
|
464
|
-
SUCCEEDED
|
|
465
|
-
UNKNOWN
|
|
466
|
-
}
|
|
490
|
+
export declare const LifecycleEventStatus: {
|
|
491
|
+
readonly FAILED: "Failed";
|
|
492
|
+
readonly IN_PROGRESS: "InProgress";
|
|
493
|
+
readonly PENDING: "Pending";
|
|
494
|
+
readonly SKIPPED: "Skipped";
|
|
495
|
+
readonly SUCCEEDED: "Succeeded";
|
|
496
|
+
readonly UNKNOWN: "Unknown";
|
|
497
|
+
};
|
|
498
|
+
export type LifecycleEventStatus =
|
|
499
|
+
(typeof LifecycleEventStatus)[keyof typeof LifecycleEventStatus];
|
|
467
500
|
export interface LifecycleEvent {
|
|
468
501
|
lifecycleEventName?: string;
|
|
469
502
|
diagnostics?: Diagnostics;
|
|
@@ -471,15 +504,17 @@ export interface LifecycleEvent {
|
|
|
471
504
|
endTime?: Date;
|
|
472
505
|
status?: LifecycleEventStatus | string;
|
|
473
506
|
}
|
|
474
|
-
export declare
|
|
475
|
-
FAILED
|
|
476
|
-
IN_PROGRESS
|
|
477
|
-
PENDING
|
|
478
|
-
READY
|
|
479
|
-
SKIPPED
|
|
480
|
-
SUCCEEDED
|
|
481
|
-
UNKNOWN
|
|
482
|
-
}
|
|
507
|
+
export declare const InstanceStatus: {
|
|
508
|
+
readonly FAILED: "Failed";
|
|
509
|
+
readonly IN_PROGRESS: "InProgress";
|
|
510
|
+
readonly PENDING: "Pending";
|
|
511
|
+
readonly READY: "Ready";
|
|
512
|
+
readonly SKIPPED: "Skipped";
|
|
513
|
+
readonly SUCCEEDED: "Succeeded";
|
|
514
|
+
readonly UNKNOWN: "Unknown";
|
|
515
|
+
};
|
|
516
|
+
export type InstanceStatus =
|
|
517
|
+
(typeof InstanceStatus)[keyof typeof InstanceStatus];
|
|
483
518
|
export interface InstanceSummary {
|
|
484
519
|
deploymentId?: string;
|
|
485
520
|
instanceId?: string;
|
|
@@ -536,15 +571,17 @@ export declare class InvalidDeploymentIdException extends __BaseException {
|
|
|
536
571
|
export interface BatchGetDeploymentsInput {
|
|
537
572
|
deploymentIds: string[] | undefined;
|
|
538
573
|
}
|
|
539
|
-
export declare
|
|
540
|
-
Autoscaling
|
|
541
|
-
CloudFormation
|
|
542
|
-
CloudFormationRollback
|
|
543
|
-
CodeDeploy
|
|
544
|
-
CodeDeployAutoUpdate
|
|
545
|
-
CodeDeployRollback
|
|
546
|
-
User
|
|
547
|
-
}
|
|
574
|
+
export declare const DeploymentCreator: {
|
|
575
|
+
readonly Autoscaling: "autoscaling";
|
|
576
|
+
readonly CloudFormation: "CloudFormation";
|
|
577
|
+
readonly CloudFormationRollback: "CloudFormationRollback";
|
|
578
|
+
readonly CodeDeploy: "CodeDeploy";
|
|
579
|
+
readonly CodeDeployAutoUpdate: "CodeDeployAutoUpdate";
|
|
580
|
+
readonly CodeDeployRollback: "codeDeployRollback";
|
|
581
|
+
readonly User: "user";
|
|
582
|
+
};
|
|
583
|
+
export type DeploymentCreator =
|
|
584
|
+
(typeof DeploymentCreator)[keyof typeof DeploymentCreator];
|
|
548
585
|
export interface DeploymentOverview {
|
|
549
586
|
Pending?: number;
|
|
550
587
|
InProgress?: number;
|
|
@@ -553,51 +590,54 @@ export interface DeploymentOverview {
|
|
|
553
590
|
Skipped?: number;
|
|
554
591
|
Ready?: number;
|
|
555
592
|
}
|
|
556
|
-
export declare
|
|
557
|
-
AGENT_ISSUE
|
|
558
|
-
ALARM_ACTIVE
|
|
559
|
-
APPLICATION_MISSING
|
|
560
|
-
AUTOSCALING_VALIDATION_ERROR
|
|
561
|
-
AUTO_SCALING_CONFIGURATION
|
|
562
|
-
AUTO_SCALING_IAM_ROLE_PERMISSIONS
|
|
563
|
-
CLOUDFORMATION_STACK_FAILURE
|
|
564
|
-
CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND
|
|
565
|
-
CUSTOMER_APPLICATION_UNHEALTHY
|
|
566
|
-
DEPLOYMENT_GROUP_MISSING
|
|
567
|
-
ECS_UPDATE_ERROR
|
|
568
|
-
ELASTIC_LOAD_BALANCING_INVALID
|
|
569
|
-
ELB_INVALID_INSTANCE
|
|
570
|
-
HEALTH_CONSTRAINTS
|
|
571
|
-
HEALTH_CONSTRAINTS_INVALID
|
|
572
|
-
HOOK_EXECUTION_FAILURE
|
|
573
|
-
IAM_ROLE_MISSING
|
|
574
|
-
IAM_ROLE_PERMISSIONS
|
|
575
|
-
INTERNAL_ERROR
|
|
576
|
-
INVALID_ECS_SERVICE
|
|
577
|
-
INVALID_LAMBDA_CONFIGURATION
|
|
578
|
-
INVALID_LAMBDA_FUNCTION
|
|
579
|
-
INVALID_REVISION
|
|
580
|
-
MANUAL_STOP
|
|
581
|
-
MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION
|
|
582
|
-
MISSING_ELB_INFORMATION
|
|
583
|
-
MISSING_GITHUB_TOKEN
|
|
584
|
-
NO_EC2_SUBSCRIPTION
|
|
585
|
-
NO_INSTANCES
|
|
586
|
-
OVER_MAX_INSTANCES
|
|
587
|
-
RESOURCE_LIMIT_EXCEEDED
|
|
588
|
-
REVISION_MISSING
|
|
589
|
-
THROTTLED
|
|
590
|
-
TIMEOUT
|
|
591
|
-
}
|
|
593
|
+
export declare const ErrorCode: {
|
|
594
|
+
readonly AGENT_ISSUE: "AGENT_ISSUE";
|
|
595
|
+
readonly ALARM_ACTIVE: "ALARM_ACTIVE";
|
|
596
|
+
readonly APPLICATION_MISSING: "APPLICATION_MISSING";
|
|
597
|
+
readonly AUTOSCALING_VALIDATION_ERROR: "AUTOSCALING_VALIDATION_ERROR";
|
|
598
|
+
readonly AUTO_SCALING_CONFIGURATION: "AUTO_SCALING_CONFIGURATION";
|
|
599
|
+
readonly AUTO_SCALING_IAM_ROLE_PERMISSIONS: "AUTO_SCALING_IAM_ROLE_PERMISSIONS";
|
|
600
|
+
readonly CLOUDFORMATION_STACK_FAILURE: "CLOUDFORMATION_STACK_FAILURE";
|
|
601
|
+
readonly CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND: "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND";
|
|
602
|
+
readonly CUSTOMER_APPLICATION_UNHEALTHY: "CUSTOMER_APPLICATION_UNHEALTHY";
|
|
603
|
+
readonly DEPLOYMENT_GROUP_MISSING: "DEPLOYMENT_GROUP_MISSING";
|
|
604
|
+
readonly ECS_UPDATE_ERROR: "ECS_UPDATE_ERROR";
|
|
605
|
+
readonly ELASTIC_LOAD_BALANCING_INVALID: "ELASTIC_LOAD_BALANCING_INVALID";
|
|
606
|
+
readonly ELB_INVALID_INSTANCE: "ELB_INVALID_INSTANCE";
|
|
607
|
+
readonly HEALTH_CONSTRAINTS: "HEALTH_CONSTRAINTS";
|
|
608
|
+
readonly HEALTH_CONSTRAINTS_INVALID: "HEALTH_CONSTRAINTS_INVALID";
|
|
609
|
+
readonly HOOK_EXECUTION_FAILURE: "HOOK_EXECUTION_FAILURE";
|
|
610
|
+
readonly IAM_ROLE_MISSING: "IAM_ROLE_MISSING";
|
|
611
|
+
readonly IAM_ROLE_PERMISSIONS: "IAM_ROLE_PERMISSIONS";
|
|
612
|
+
readonly INTERNAL_ERROR: "INTERNAL_ERROR";
|
|
613
|
+
readonly INVALID_ECS_SERVICE: "INVALID_ECS_SERVICE";
|
|
614
|
+
readonly INVALID_LAMBDA_CONFIGURATION: "INVALID_LAMBDA_CONFIGURATION";
|
|
615
|
+
readonly INVALID_LAMBDA_FUNCTION: "INVALID_LAMBDA_FUNCTION";
|
|
616
|
+
readonly INVALID_REVISION: "INVALID_REVISION";
|
|
617
|
+
readonly MANUAL_STOP: "MANUAL_STOP";
|
|
618
|
+
readonly MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION: "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION";
|
|
619
|
+
readonly MISSING_ELB_INFORMATION: "MISSING_ELB_INFORMATION";
|
|
620
|
+
readonly MISSING_GITHUB_TOKEN: "MISSING_GITHUB_TOKEN";
|
|
621
|
+
readonly NO_EC2_SUBSCRIPTION: "NO_EC2_SUBSCRIPTION";
|
|
622
|
+
readonly NO_INSTANCES: "NO_INSTANCES";
|
|
623
|
+
readonly OVER_MAX_INSTANCES: "OVER_MAX_INSTANCES";
|
|
624
|
+
readonly RESOURCE_LIMIT_EXCEEDED: "RESOURCE_LIMIT_EXCEEDED";
|
|
625
|
+
readonly REVISION_MISSING: "REVISION_MISSING";
|
|
626
|
+
readonly THROTTLED: "THROTTLED";
|
|
627
|
+
readonly TIMEOUT: "TIMEOUT";
|
|
628
|
+
};
|
|
629
|
+
export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
|
|
592
630
|
export interface ErrorInformation {
|
|
593
631
|
code?: ErrorCode | string;
|
|
594
632
|
message?: string;
|
|
595
633
|
}
|
|
596
|
-
export declare
|
|
597
|
-
DISALLOW
|
|
598
|
-
OVERWRITE
|
|
599
|
-
RETAIN
|
|
600
|
-
}
|
|
634
|
+
export declare const FileExistsBehavior: {
|
|
635
|
+
readonly DISALLOW: "DISALLOW";
|
|
636
|
+
readonly OVERWRITE: "OVERWRITE";
|
|
637
|
+
readonly RETAIN: "RETAIN";
|
|
638
|
+
};
|
|
639
|
+
export type FileExistsBehavior =
|
|
640
|
+
(typeof FileExistsBehavior)[keyof typeof FileExistsBehavior];
|
|
601
641
|
export interface RelatedDeployments {
|
|
602
642
|
autoUpdateOutdatedInstancesRootDeploymentId?: string;
|
|
603
643
|
autoUpdateOutdatedInstancesDeploymentIds?: string[];
|
|
@@ -651,15 +691,16 @@ export interface BatchGetDeploymentTargetsInput {
|
|
|
651
691
|
deploymentId?: string;
|
|
652
692
|
targetIds?: string[];
|
|
653
693
|
}
|
|
654
|
-
export declare
|
|
655
|
-
FAILED
|
|
656
|
-
IN_PROGRESS
|
|
657
|
-
PENDING
|
|
658
|
-
READY
|
|
659
|
-
SKIPPED
|
|
660
|
-
SUCCEEDED
|
|
661
|
-
UNKNOWN
|
|
662
|
-
}
|
|
694
|
+
export declare const TargetStatus: {
|
|
695
|
+
readonly FAILED: "Failed";
|
|
696
|
+
readonly IN_PROGRESS: "InProgress";
|
|
697
|
+
readonly PENDING: "Pending";
|
|
698
|
+
readonly READY: "Ready";
|
|
699
|
+
readonly SKIPPED: "Skipped";
|
|
700
|
+
readonly SUCCEEDED: "Succeeded";
|
|
701
|
+
readonly UNKNOWN: "Unknown";
|
|
702
|
+
};
|
|
703
|
+
export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
|
|
663
704
|
export interface CloudFormationTarget {
|
|
664
705
|
deploymentId?: string;
|
|
665
706
|
targetId?: string;
|
|
@@ -669,16 +710,19 @@ export interface CloudFormationTarget {
|
|
|
669
710
|
resourceType?: string;
|
|
670
711
|
targetVersionWeight?: number;
|
|
671
712
|
}
|
|
672
|
-
export declare
|
|
673
|
-
CLOUDFORMATION_TARGET
|
|
674
|
-
ECS_TARGET
|
|
675
|
-
INSTANCE_TARGET
|
|
676
|
-
LAMBDA_TARGET
|
|
677
|
-
}
|
|
678
|
-
export
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
713
|
+
export declare const DeploymentTargetType: {
|
|
714
|
+
readonly CLOUDFORMATION_TARGET: "CloudFormationTarget";
|
|
715
|
+
readonly ECS_TARGET: "ECSTarget";
|
|
716
|
+
readonly INSTANCE_TARGET: "InstanceTarget";
|
|
717
|
+
readonly LAMBDA_TARGET: "LambdaTarget";
|
|
718
|
+
};
|
|
719
|
+
export type DeploymentTargetType =
|
|
720
|
+
(typeof DeploymentTargetType)[keyof typeof DeploymentTargetType];
|
|
721
|
+
export declare const TargetLabel: {
|
|
722
|
+
readonly BLUE: "Blue";
|
|
723
|
+
readonly GREEN: "Green";
|
|
724
|
+
};
|
|
725
|
+
export type TargetLabel = (typeof TargetLabel)[keyof typeof TargetLabel];
|
|
682
726
|
export interface ECSTaskSet {
|
|
683
727
|
identifer?: string;
|
|
684
728
|
desiredCount?: number;
|
|
@@ -812,10 +856,12 @@ export declare class BucketNameFilterRequiredException extends __BaseException {
|
|
|
812
856
|
>
|
|
813
857
|
);
|
|
814
858
|
}
|
|
815
|
-
export declare
|
|
816
|
-
READY_WAIT
|
|
817
|
-
TERMINATION_WAIT
|
|
818
|
-
}
|
|
859
|
+
export declare const DeploymentWaitType: {
|
|
860
|
+
readonly READY_WAIT: "READY_WAIT";
|
|
861
|
+
readonly TERMINATION_WAIT: "TERMINATION_WAIT";
|
|
862
|
+
};
|
|
863
|
+
export type DeploymentWaitType =
|
|
864
|
+
(typeof DeploymentWaitType)[keyof typeof DeploymentWaitType];
|
|
819
865
|
export interface ContinueDeploymentInput {
|
|
820
866
|
deploymentId?: string;
|
|
821
867
|
deploymentWaitType?: DeploymentWaitType | string;
|
|
@@ -1056,10 +1102,12 @@ export declare class ThrottlingException extends __BaseException {
|
|
|
1056
1102
|
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
1057
1103
|
);
|
|
1058
1104
|
}
|
|
1059
|
-
export declare
|
|
1060
|
-
FLEET_PERCENT
|
|
1061
|
-
HOST_COUNT
|
|
1062
|
-
}
|
|
1105
|
+
export declare const MinimumHealthyHostsType: {
|
|
1106
|
+
readonly FLEET_PERCENT: "FLEET_PERCENT";
|
|
1107
|
+
readonly HOST_COUNT: "HOST_COUNT";
|
|
1108
|
+
};
|
|
1109
|
+
export type MinimumHealthyHostsType =
|
|
1110
|
+
(typeof MinimumHealthyHostsType)[keyof typeof MinimumHealthyHostsType];
|
|
1063
1111
|
export interface MinimumHealthyHosts {
|
|
1064
1112
|
type?: MinimumHealthyHostsType | string;
|
|
1065
1113
|
value?: number;
|
|
@@ -1072,11 +1120,13 @@ export interface TimeBasedLinear {
|
|
|
1072
1120
|
linearPercentage?: number;
|
|
1073
1121
|
linearInterval?: number;
|
|
1074
1122
|
}
|
|
1075
|
-
export declare
|
|
1076
|
-
AllAtOnce
|
|
1077
|
-
TimeBasedCanary
|
|
1078
|
-
TimeBasedLinear
|
|
1079
|
-
}
|
|
1123
|
+
export declare const TrafficRoutingType: {
|
|
1124
|
+
readonly AllAtOnce: "AllAtOnce";
|
|
1125
|
+
readonly TimeBasedCanary: "TimeBasedCanary";
|
|
1126
|
+
readonly TimeBasedLinear: "TimeBasedLinear";
|
|
1127
|
+
};
|
|
1128
|
+
export type TrafficRoutingType =
|
|
1129
|
+
(typeof TrafficRoutingType)[keyof typeof TrafficRoutingType];
|
|
1080
1130
|
export interface TrafficRoutingConfig {
|
|
1081
1131
|
type?: TrafficRoutingType | string;
|
|
1082
1132
|
timeBasedCanary?: TimeBasedCanary;
|
|
@@ -1496,15 +1546,18 @@ export declare class InvalidSortOrderException extends __BaseException {
|
|
|
1496
1546
|
opts: __ExceptionOptionType<InvalidSortOrderException, __BaseException>
|
|
1497
1547
|
);
|
|
1498
1548
|
}
|
|
1499
|
-
export declare
|
|
1500
|
-
Exclude
|
|
1501
|
-
Ignore
|
|
1502
|
-
Include
|
|
1503
|
-
}
|
|
1504
|
-
export
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1549
|
+
export declare const ListStateFilterAction: {
|
|
1550
|
+
readonly Exclude: "exclude";
|
|
1551
|
+
readonly Ignore: "ignore";
|
|
1552
|
+
readonly Include: "include";
|
|
1553
|
+
};
|
|
1554
|
+
export type ListStateFilterAction =
|
|
1555
|
+
(typeof ListStateFilterAction)[keyof typeof ListStateFilterAction];
|
|
1556
|
+
export declare const SortOrder: {
|
|
1557
|
+
readonly Ascending: "ascending";
|
|
1558
|
+
readonly Descending: "descending";
|
|
1559
|
+
};
|
|
1560
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
1508
1561
|
export interface ListApplicationRevisionsInput {
|
|
1509
1562
|
applicationName: string | undefined;
|
|
1510
1563
|
sortBy?: ApplicationRevisionSortBy | string;
|
|
@@ -1615,10 +1668,12 @@ export interface ListDeploymentsOutput {
|
|
|
1615
1668
|
deployments?: string[];
|
|
1616
1669
|
nextToken?: string;
|
|
1617
1670
|
}
|
|
1618
|
-
export declare
|
|
1619
|
-
SERVER_INSTANCE_LABEL
|
|
1620
|
-
TARGET_STATUS
|
|
1621
|
-
}
|
|
1671
|
+
export declare const TargetFilterName: {
|
|
1672
|
+
readonly SERVER_INSTANCE_LABEL: "ServerInstanceLabel";
|
|
1673
|
+
readonly TARGET_STATUS: "TargetStatus";
|
|
1674
|
+
};
|
|
1675
|
+
export type TargetFilterName =
|
|
1676
|
+
(typeof TargetFilterName)[keyof typeof TargetFilterName];
|
|
1622
1677
|
export interface ListDeploymentTargetsInput {
|
|
1623
1678
|
deploymentId?: string;
|
|
1624
1679
|
nextToken?: string;
|
|
@@ -1652,10 +1707,12 @@ export declare class InvalidTagFilterException extends __BaseException {
|
|
|
1652
1707
|
opts: __ExceptionOptionType<InvalidTagFilterException, __BaseException>
|
|
1653
1708
|
);
|
|
1654
1709
|
}
|
|
1655
|
-
export declare
|
|
1656
|
-
Deregistered
|
|
1657
|
-
Registered
|
|
1658
|
-
}
|
|
1710
|
+
export declare const RegistrationStatus: {
|
|
1711
|
+
readonly Deregistered: "Deregistered";
|
|
1712
|
+
readonly Registered: "Registered";
|
|
1713
|
+
};
|
|
1714
|
+
export type RegistrationStatus =
|
|
1715
|
+
(typeof RegistrationStatus)[keyof typeof RegistrationStatus];
|
|
1659
1716
|
export interface ListOnPremisesInstancesInput {
|
|
1660
1717
|
registrationStatus?: RegistrationStatus | string;
|
|
1661
1718
|
tagFilters?: TagFilter[];
|
|
@@ -1814,10 +1871,11 @@ export interface StopDeploymentInput {
|
|
|
1814
1871
|
deploymentId: string | undefined;
|
|
1815
1872
|
autoRollbackEnabled?: boolean;
|
|
1816
1873
|
}
|
|
1817
|
-
export declare
|
|
1818
|
-
PENDING
|
|
1819
|
-
SUCCEEDED
|
|
1820
|
-
}
|
|
1874
|
+
export declare const StopStatus: {
|
|
1875
|
+
readonly PENDING: "Pending";
|
|
1876
|
+
readonly SUCCEEDED: "Succeeded";
|
|
1877
|
+
};
|
|
1878
|
+
export type StopStatus = (typeof StopStatus)[keyof typeof StopStatus];
|
|
1821
1879
|
export interface StopDeploymentOutput {
|
|
1822
1880
|
status?: StopStatus | string;
|
|
1823
1881
|
statusMessage?: string;
|