@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.
Files changed (184) hide show
  1. package/.jsii +3 -3
  2. package/lib/api-canary/index.js +1 -1
  3. package/lib/ecs-appspec/index.js +1 -1
  4. package/lib/ecs-deployment/index.js +1 -1
  5. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  6. package/node_modules/@aws-sdk/abort-controller/dist-types/AbortController.d.ts +4 -0
  7. package/node_modules/@aws-sdk/abort-controller/package.json +2 -2
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-cjs/models/models_0.js +216 -249
  9. package/node_modules/@aws-sdk/client-codedeploy/dist-es/models/models_0.js +216 -249
  10. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +382 -217
  11. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +274 -216
  12. package/node_modules/@aws-sdk/client-codedeploy/package.json +35 -35
  13. package/node_modules/@aws-sdk/client-sso/package.json +31 -31
  14. package/node_modules/@aws-sdk/client-sso-oidc/package.json +31 -31
  15. package/node_modules/@aws-sdk/client-sts/package.json +34 -34
  16. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseDualstackEndpointConfigOptions.d.ts +12 -0
  17. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/NodeUseFipsEndpointConfigOptions.d.ts +12 -0
  18. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/index.d.ts +12 -0
  19. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveCustomEndpointsConfig.d.ts +9 -0
  20. package/node_modules/@aws-sdk/config-resolver/dist-types/endpointsConfig/resolveEndpointsConfig.d.ts +8 -0
  21. package/node_modules/@aws-sdk/config-resolver/dist-types/index.d.ts +9 -0
  22. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/config.d.ts +12 -0
  23. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/getRealRegion.d.ts +3 -0
  24. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/index.d.ts +6 -0
  25. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/isFipsRegion.d.ts +3 -0
  26. package/node_modules/@aws-sdk/config-resolver/dist-types/regionConfig/resolveRegionConfig.d.ts +9 -0
  27. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariant.d.ts +2 -0
  28. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/EndpointVariantTag.d.ts +2 -0
  29. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/PartitionHash.d.ts +2 -0
  30. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/RegionHash.d.ts +2 -0
  31. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getHostnameFromVariants.d.ts +6 -0
  32. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getRegionInfo.d.ts +6 -0
  33. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedHostname.d.ts +6 -0
  34. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedPartition.d.ts +6 -0
  35. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/getResolvedSigningRegion.d.ts +6 -0
  36. package/node_modules/@aws-sdk/config-resolver/dist-types/regionInfo/index.d.ts +9 -0
  37. package/node_modules/@aws-sdk/config-resolver/package.json +4 -4
  38. package/node_modules/@aws-sdk/credential-provider-env/dist-types/fromEnv.d.ts +14 -0
  39. package/node_modules/@aws-sdk/credential-provider-env/dist-types/index.d.ts +3 -0
  40. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  41. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/Endpoint.d.ts +3 -0
  42. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointConfigOptions.d.ts +9 -0
  43. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointMode.d.ts +3 -0
  44. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/config/EndpointModeConfigOptions.d.ts +9 -0
  45. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromContainerMetadata.d.ts +11 -0
  46. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/fromInstanceMetadata.d.ts +2 -0
  47. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/index.d.ts +18 -0
  48. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/ImdsCredentials.d.ts +9 -0
  49. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/RemoteProviderInit.d.ts +15 -0
  50. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/index.d.ts +6 -0
  51. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/remoteProvider/retry.d.ts +3 -0
  52. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/types.d.ts +3 -0
  53. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/getExtendedInstanceMetadataCredentials.d.ts +3 -0
  54. package/node_modules/@aws-sdk/credential-provider-imds/dist-types/utils/staticStabilityProvider.d.ts +2 -0
  55. package/node_modules/@aws-sdk/credential-provider-imds/package.json +5 -5
  56. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/fromIni.d.ts +5 -0
  57. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/index.d.ts +3 -0
  58. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveAssumeRoleCredentials.d.ts +8 -0
  59. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveCredentialSource.d.ts +2 -0
  60. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProcessCredentials.d.ts +9 -0
  61. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveProfileData.d.ts +3 -0
  62. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveSsoCredentials.d.ts +6 -0
  63. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveStaticCredentials.d.ts +9 -0
  64. package/node_modules/@aws-sdk/credential-provider-ini/dist-types/resolveWebIdentityCredentials.d.ts +9 -0
  65. package/node_modules/@aws-sdk/credential-provider-ini/package.json +9 -9
  66. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  67. package/node_modules/@aws-sdk/credential-provider-process/dist-types/ProcessCredentials.d.ts +3 -0
  68. package/node_modules/@aws-sdk/credential-provider-process/dist-types/fromProcess.d.ts +5 -0
  69. package/node_modules/@aws-sdk/credential-provider-process/dist-types/getValidatedProcessCredentials.d.ts +3 -0
  70. package/node_modules/@aws-sdk/credential-provider-process/dist-types/index.d.ts +3 -0
  71. package/node_modules/@aws-sdk/credential-provider-process/dist-types/resolveProcessCredentials.d.ts +3 -0
  72. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  73. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/fromSSO.d.ts +8 -0
  74. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/index.d.ts +12 -0
  75. package/node_modules/@aws-sdk/credential-provider-sso/dist-types/types.d.ts +2 -0
  76. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  77. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromTokenFile.d.ts +5 -0
  78. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/fromWebToken.d.ts +9 -0
  79. package/node_modules/@aws-sdk/credential-provider-web-identity/dist-types/index.d.ts +6 -0
  80. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +3 -3
  81. package/node_modules/@aws-sdk/fetch-http-handler/package.json +6 -6
  82. package/node_modules/@aws-sdk/hash-node/dist-types/index.d.ts +3 -0
  83. package/node_modules/@aws-sdk/hash-node/package.json +4 -4
  84. package/node_modules/@aws-sdk/invalid-dependency/dist-types/index.d.ts +6 -0
  85. package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidFunction.d.ts +3 -0
  86. package/node_modules/@aws-sdk/invalid-dependency/dist-types/invalidProvider.d.ts +3 -0
  87. package/node_modules/@aws-sdk/invalid-dependency/package.json +2 -2
  88. package/node_modules/@aws-sdk/is-array-buffer/dist-types/index.d.ts +3 -0
  89. package/node_modules/@aws-sdk/is-array-buffer/package.json +1 -1
  90. package/node_modules/@aws-sdk/middleware-content-length/package.json +3 -3
  91. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/createConfigValueProvider.d.ts +1 -1
  92. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/getEndpointFromInstructions.d.ts +7 -1
  93. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/index.d.ts +6 -0
  94. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/adaptors/toEndpointV1.d.ts +3 -0
  95. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/endpointMiddleware.d.ts +1 -1
  96. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/getEndpointPlugin.d.ts +6 -0
  97. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/index.d.ts +15 -0
  98. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/resolveEndpointConfig.d.ts +7 -0
  99. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/index.d.ts +3 -0
  100. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/service-customizations/s3.d.ts +12 -0
  101. package/node_modules/@aws-sdk/middleware-endpoint/dist-types/types.d.ts +15 -0
  102. package/node_modules/@aws-sdk/middleware-endpoint/package.json +5 -5
  103. package/node_modules/@aws-sdk/middleware-host-header/package.json +3 -3
  104. package/node_modules/@aws-sdk/middleware-logger/package.json +2 -2
  105. package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +6 -0
  106. package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +3 -3
  107. package/node_modules/@aws-sdk/middleware-retry/package.json +7 -7
  108. package/node_modules/@aws-sdk/middleware-sdk-sts/package.json +3 -3
  109. package/node_modules/@aws-sdk/middleware-serde/dist-cjs/deserializerMiddleware.js +4 -0
  110. package/node_modules/@aws-sdk/middleware-serde/dist-es/deserializerMiddleware.js +4 -0
  111. package/node_modules/@aws-sdk/middleware-serde/package.json +2 -2
  112. package/node_modules/@aws-sdk/middleware-signing/package.json +6 -6
  113. package/node_modules/@aws-sdk/middleware-stack/package.json +2 -2
  114. package/node_modules/@aws-sdk/middleware-user-agent/package.json +4 -4
  115. package/node_modules/@aws-sdk/node-config-provider/package.json +4 -4
  116. package/node_modules/@aws-sdk/node-http-handler/package.json +5 -5
  117. package/node_modules/@aws-sdk/property-provider/dist-types/CredentialsProviderError.d.ts +2 -0
  118. package/node_modules/@aws-sdk/property-provider/dist-types/ProviderError.d.ts +2 -0
  119. package/node_modules/@aws-sdk/property-provider/dist-types/TokenProviderError.d.ts +2 -0
  120. package/node_modules/@aws-sdk/property-provider/dist-types/chain.d.ts +2 -0
  121. package/node_modules/@aws-sdk/property-provider/dist-types/fromStatic.d.ts +3 -0
  122. package/node_modules/@aws-sdk/property-provider/dist-types/index.d.ts +18 -0
  123. package/node_modules/@aws-sdk/property-provider/dist-types/memoize.d.ts +3 -0
  124. package/node_modules/@aws-sdk/property-provider/package.json +2 -2
  125. package/node_modules/@aws-sdk/protocol-http/package.json +2 -2
  126. package/node_modules/@aws-sdk/querystring-builder/dist-types/index.d.ts +3 -0
  127. package/node_modules/@aws-sdk/querystring-builder/package.json +3 -3
  128. package/node_modules/@aws-sdk/querystring-parser/dist-types/index.d.ts +3 -0
  129. package/node_modules/@aws-sdk/querystring-parser/package.json +2 -2
  130. package/node_modules/@aws-sdk/service-error-classification/package.json +2 -2
  131. package/node_modules/@aws-sdk/shared-ini-file-loader/package.json +2 -2
  132. package/node_modules/@aws-sdk/signature-v4/package.json +7 -7
  133. package/node_modules/@aws-sdk/smithy-client/package.json +3 -3
  134. package/node_modules/@aws-sdk/token-providers/package.json +5 -5
  135. package/node_modules/@aws-sdk/types/dist-types/abort.d.ts +1 -1
  136. package/node_modules/@aws-sdk/types/dist-types/ts3.4/abort.d.ts +1 -1
  137. package/node_modules/@aws-sdk/types/package.json +2 -2
  138. package/node_modules/@aws-sdk/url-parser/dist-types/index.d.ts +3 -0
  139. package/node_modules/@aws-sdk/url-parser/package.json +3 -3
  140. package/node_modules/@aws-sdk/util-base64/package.json +2 -2
  141. package/node_modules/@aws-sdk/util-body-length-browser/dist-types/calculateBodyLength.d.ts +3 -0
  142. package/node_modules/@aws-sdk/util-body-length-browser/dist-types/index.d.ts +3 -0
  143. package/node_modules/@aws-sdk/util-body-length-browser/package.json +1 -1
  144. package/node_modules/@aws-sdk/util-body-length-node/dist-types/calculateBodyLength.d.ts +3 -0
  145. package/node_modules/@aws-sdk/util-body-length-node/dist-types/index.d.ts +3 -0
  146. package/node_modules/@aws-sdk/util-body-length-node/package.json +1 -1
  147. package/node_modules/@aws-sdk/util-buffer-from/dist-types/index.d.ts +9 -0
  148. package/node_modules/@aws-sdk/util-buffer-from/package.json +2 -2
  149. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/constants.d.ts +3 -0
  150. package/node_modules/@aws-sdk/util-defaults-mode-browser/dist-types/index.d.ts +3 -0
  151. package/node_modules/@aws-sdk/util-defaults-mode-browser/package.json +4 -4
  152. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/constants.d.ts +18 -0
  153. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/defaultsModeConfig.d.ts +3 -0
  154. package/node_modules/@aws-sdk/util-defaults-mode-node/dist-types/index.d.ts +3 -0
  155. package/node_modules/@aws-sdk/util-defaults-mode-node/package.json +7 -7
  156. package/node_modules/@aws-sdk/util-endpoints/package.json +2 -2
  157. package/node_modules/@aws-sdk/util-middleware/dist-types/index.d.ts +3 -0
  158. package/node_modules/@aws-sdk/util-middleware/dist-types/normalizeProvider.d.ts +2 -0
  159. package/node_modules/@aws-sdk/util-middleware/package.json +2 -2
  160. package/node_modules/@aws-sdk/util-retry/dist-types/AdaptiveRetryStrategy.d.ts +4 -0
  161. package/node_modules/@aws-sdk/util-retry/dist-types/DefaultRateLimiter.d.ts +6 -0
  162. package/node_modules/@aws-sdk/util-retry/dist-types/StandardRetryStrategy.d.ts +3 -0
  163. package/node_modules/@aws-sdk/util-retry/dist-types/config.d.ts +7 -0
  164. package/node_modules/@aws-sdk/util-retry/dist-types/constants.d.ts +18 -0
  165. package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryBackoffStrategy.d.ts +3 -0
  166. package/node_modules/@aws-sdk/util-retry/dist-types/defaultRetryToken.d.ts +6 -0
  167. package/node_modules/@aws-sdk/util-retry/dist-types/index.d.ts +18 -0
  168. package/node_modules/@aws-sdk/util-retry/dist-types/types.d.ts +3 -0
  169. package/node_modules/@aws-sdk/util-retry/package.json +3 -3
  170. package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri-path.d.ts +3 -0
  171. package/node_modules/@aws-sdk/util-uri-escape/dist-types/escape-uri.d.ts +3 -0
  172. package/node_modules/@aws-sdk/util-uri-escape/dist-types/index.d.ts +6 -0
  173. package/node_modules/@aws-sdk/util-uri-escape/package.json +1 -1
  174. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/configurations.d.ts +3 -0
  175. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.d.ts +2 -0
  176. package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.native.d.ts +2 -0
  177. package/node_modules/@aws-sdk/util-user-agent-browser/package.json +2 -2
  178. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +8 -0
  179. package/node_modules/@aws-sdk/util-user-agent-node/dist-types/is-crt-available.d.ts +3 -0
  180. package/node_modules/@aws-sdk/util-user-agent-node/package.json +3 -3
  181. package/node_modules/@aws-sdk/util-utf8/package.json +2 -2
  182. package/node_modules/@aws-sdk/util-waiter/dist-types/utils/index.d.ts +6 -0
  183. package/node_modules/@aws-sdk/util-waiter/package.json +3 -3
  184. package/package.json +5 -5
@@ -92,11 +92,13 @@ export declare class ApplicationDoesNotExistException extends __BaseException {
92
92
  >
93
93
  );
94
94
  }
95
- export declare enum ComputePlatform {
96
- ECS = "ECS",
97
- LAMBDA = "Lambda",
98
- SERVER = "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 enum ApplicationRevisionSortBy {
129
- FirstUsedTime = "firstUsedTime",
130
- LastUsedTime = "lastUsedTime",
131
- RegisterTime = "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 enum AutoRollbackEvent {
145
- DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
146
- DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
147
- DEPLOYMENT_STOP_ON_REQUEST = "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 enum RevisionLocationType {
162
- AppSpecContent = "AppSpecContent",
163
- GitHub = "GitHub",
164
- S3 = "S3",
165
- String = "String",
166
- }
167
- export declare enum BundleType {
168
- JSON = "JSON",
169
- Tar = "tar",
170
- TarGZip = "tgz",
171
- YAML = "YAML",
172
- Zip = "zip",
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 enum DeploymentReadyAction {
254
- CONTINUE_DEPLOYMENT = "CONTINUE_DEPLOYMENT",
255
- STOP_DEPLOYMENT = "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 enum GreenFleetProvisioningAction {
262
- COPY_AUTO_SCALING_GROUP = "COPY_AUTO_SCALING_GROUP",
263
- DISCOVER_EXISTING = "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 enum InstanceAction {
269
- KEEP_ALIVE = "KEEP_ALIVE",
270
- TERMINATE = "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 enum DeploymentOption {
282
- WITHOUT_TRAFFIC_CONTROL = "WITHOUT_TRAFFIC_CONTROL",
283
- WITH_TRAFFIC_CONTROL = "WITH_TRAFFIC_CONTROL",
284
- }
285
- export declare enum DeploymentType {
286
- BLUE_GREEN = "BLUE_GREEN",
287
- IN_PLACE = "IN_PLACE",
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 enum EC2TagFilterType {
294
- KEY_AND_VALUE = "KEY_AND_VALUE",
295
- KEY_ONLY = "KEY_ONLY",
296
- VALUE_ONLY = "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 enum DeploymentStatus {
311
- BAKING = "Baking",
312
- CREATED = "Created",
313
- FAILED = "Failed",
314
- IN_PROGRESS = "InProgress",
315
- QUEUED = "Queued",
316
- READY = "Ready",
317
- STOPPED = "Stopped",
318
- SUCCEEDED = "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 enum TagFilterType {
346
- KEY_AND_VALUE = "KEY_AND_VALUE",
347
- KEY_ONLY = "KEY_ONLY",
348
- VALUE_ONLY = "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 enum OutdatedInstancesStrategy {
359
- Ignore = "IGNORE",
360
- Update = "UPDATE",
361
- }
362
- export declare enum TriggerEventType {
363
- DEPLOYMENT_FAILURE = "DeploymentFailure",
364
- DEPLOYMENT_READY = "DeploymentReady",
365
- DEPLOYMENT_ROLLBACK = "DeploymentRollback",
366
- DEPLOYMENT_START = "DeploymentStart",
367
- DEPLOYMENT_STOP = "DeploymentStop",
368
- DEPLOYMENT_SUCCESS = "DeploymentSuccess",
369
- INSTANCE_FAILURE = "InstanceFailure",
370
- INSTANCE_READY = "InstanceReady",
371
- INSTANCE_START = "InstanceStart",
372
- INSTANCE_SUCCESS = "InstanceSuccess",
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 enum _InstanceType {
442
- BLUE = "Blue",
443
- GREEN = "Green",
444
- }
445
- export declare enum LifecycleErrorCode {
446
- SCRIPT_FAILED = "ScriptFailed",
447
- SCRIPT_MISSING = "ScriptMissing",
448
- SCRIPT_NOT_EXECUTABLE = "ScriptNotExecutable",
449
- SCRIPT_TIMED_OUT = "ScriptTimedOut",
450
- SUCCESS = "Success",
451
- UNKNOWN_ERROR = "UnknownError",
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 enum LifecycleEventStatus {
460
- FAILED = "Failed",
461
- IN_PROGRESS = "InProgress",
462
- PENDING = "Pending",
463
- SKIPPED = "Skipped",
464
- SUCCEEDED = "Succeeded",
465
- UNKNOWN = "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 enum InstanceStatus {
475
- FAILED = "Failed",
476
- IN_PROGRESS = "InProgress",
477
- PENDING = "Pending",
478
- READY = "Ready",
479
- SKIPPED = "Skipped",
480
- SUCCEEDED = "Succeeded",
481
- UNKNOWN = "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 enum DeploymentCreator {
540
- Autoscaling = "autoscaling",
541
- CloudFormation = "CloudFormation",
542
- CloudFormationRollback = "CloudFormationRollback",
543
- CodeDeploy = "CodeDeploy",
544
- CodeDeployAutoUpdate = "CodeDeployAutoUpdate",
545
- CodeDeployRollback = "codeDeployRollback",
546
- User = "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 enum ErrorCode {
557
- AGENT_ISSUE = "AGENT_ISSUE",
558
- ALARM_ACTIVE = "ALARM_ACTIVE",
559
- APPLICATION_MISSING = "APPLICATION_MISSING",
560
- AUTOSCALING_VALIDATION_ERROR = "AUTOSCALING_VALIDATION_ERROR",
561
- AUTO_SCALING_CONFIGURATION = "AUTO_SCALING_CONFIGURATION",
562
- AUTO_SCALING_IAM_ROLE_PERMISSIONS = "AUTO_SCALING_IAM_ROLE_PERMISSIONS",
563
- CLOUDFORMATION_STACK_FAILURE = "CLOUDFORMATION_STACK_FAILURE",
564
- CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND = "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
565
- CUSTOMER_APPLICATION_UNHEALTHY = "CUSTOMER_APPLICATION_UNHEALTHY",
566
- DEPLOYMENT_GROUP_MISSING = "DEPLOYMENT_GROUP_MISSING",
567
- ECS_UPDATE_ERROR = "ECS_UPDATE_ERROR",
568
- ELASTIC_LOAD_BALANCING_INVALID = "ELASTIC_LOAD_BALANCING_INVALID",
569
- ELB_INVALID_INSTANCE = "ELB_INVALID_INSTANCE",
570
- HEALTH_CONSTRAINTS = "HEALTH_CONSTRAINTS",
571
- HEALTH_CONSTRAINTS_INVALID = "HEALTH_CONSTRAINTS_INVALID",
572
- HOOK_EXECUTION_FAILURE = "HOOK_EXECUTION_FAILURE",
573
- IAM_ROLE_MISSING = "IAM_ROLE_MISSING",
574
- IAM_ROLE_PERMISSIONS = "IAM_ROLE_PERMISSIONS",
575
- INTERNAL_ERROR = "INTERNAL_ERROR",
576
- INVALID_ECS_SERVICE = "INVALID_ECS_SERVICE",
577
- INVALID_LAMBDA_CONFIGURATION = "INVALID_LAMBDA_CONFIGURATION",
578
- INVALID_LAMBDA_FUNCTION = "INVALID_LAMBDA_FUNCTION",
579
- INVALID_REVISION = "INVALID_REVISION",
580
- MANUAL_STOP = "MANUAL_STOP",
581
- MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION = "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
582
- MISSING_ELB_INFORMATION = "MISSING_ELB_INFORMATION",
583
- MISSING_GITHUB_TOKEN = "MISSING_GITHUB_TOKEN",
584
- NO_EC2_SUBSCRIPTION = "NO_EC2_SUBSCRIPTION",
585
- NO_INSTANCES = "NO_INSTANCES",
586
- OVER_MAX_INSTANCES = "OVER_MAX_INSTANCES",
587
- RESOURCE_LIMIT_EXCEEDED = "RESOURCE_LIMIT_EXCEEDED",
588
- REVISION_MISSING = "REVISION_MISSING",
589
- THROTTLED = "THROTTLED",
590
- TIMEOUT = "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 enum FileExistsBehavior {
597
- DISALLOW = "DISALLOW",
598
- OVERWRITE = "OVERWRITE",
599
- RETAIN = "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 enum TargetStatus {
655
- FAILED = "Failed",
656
- IN_PROGRESS = "InProgress",
657
- PENDING = "Pending",
658
- READY = "Ready",
659
- SKIPPED = "Skipped",
660
- SUCCEEDED = "Succeeded",
661
- UNKNOWN = "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 enum DeploymentTargetType {
673
- CLOUDFORMATION_TARGET = "CloudFormationTarget",
674
- ECS_TARGET = "ECSTarget",
675
- INSTANCE_TARGET = "InstanceTarget",
676
- LAMBDA_TARGET = "LambdaTarget",
677
- }
678
- export declare enum TargetLabel {
679
- BLUE = "Blue",
680
- GREEN = "Green",
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 enum DeploymentWaitType {
816
- READY_WAIT = "READY_WAIT",
817
- TERMINATION_WAIT = "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 enum MinimumHealthyHostsType {
1060
- FLEET_PERCENT = "FLEET_PERCENT",
1061
- HOST_COUNT = "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 enum TrafficRoutingType {
1076
- AllAtOnce = "AllAtOnce",
1077
- TimeBasedCanary = "TimeBasedCanary",
1078
- TimeBasedLinear = "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 enum ListStateFilterAction {
1500
- Exclude = "exclude",
1501
- Ignore = "ignore",
1502
- Include = "include",
1503
- }
1504
- export declare enum SortOrder {
1505
- Ascending = "ascending",
1506
- Descending = "descending",
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 enum TargetFilterName {
1619
- SERVER_INSTANCE_LABEL = "ServerInstanceLabel",
1620
- TARGET_STATUS = "TargetStatus",
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 enum RegistrationStatus {
1656
- Deregistered = "Deregistered",
1657
- Registered = "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 enum StopStatus {
1818
- PENDING = "Pending",
1819
- SUCCEEDED = "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;