@cdklabs/cdk-ecs-codedeploy 0.0.113 → 0.0.114

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 +2 -2
@@ -196,12 +196,17 @@ export declare class ApplicationDoesNotExistException extends __BaseException {
196
196
  }
197
197
  /**
198
198
  * @public
199
+ * @enum
199
200
  */
200
- export declare enum ComputePlatform {
201
- ECS = "ECS",
202
- LAMBDA = "Lambda",
203
- SERVER = "Server"
204
- }
201
+ export declare const ComputePlatform: {
202
+ readonly ECS: "ECS";
203
+ readonly LAMBDA: "Lambda";
204
+ readonly SERVER: "Server";
205
+ };
206
+ /**
207
+ * @public
208
+ */
209
+ export type ComputePlatform = (typeof ComputePlatform)[keyof typeof ComputePlatform];
205
210
  /**
206
211
  * @public
207
212
  * <p>Information about an application.</p>
@@ -259,12 +264,17 @@ export declare class ApplicationNameRequiredException extends __BaseException {
259
264
  }
260
265
  /**
261
266
  * @public
267
+ * @enum
262
268
  */
263
- export declare enum ApplicationRevisionSortBy {
264
- FirstUsedTime = "firstUsedTime",
265
- LastUsedTime = "lastUsedTime",
266
- RegisterTime = "registerTime"
267
- }
269
+ export declare const ApplicationRevisionSortBy: {
270
+ readonly FirstUsedTime: "firstUsedTime";
271
+ readonly LastUsedTime: "lastUsedTime";
272
+ readonly RegisterTime: "registerTime";
273
+ };
274
+ /**
275
+ * @public
276
+ */
277
+ export type ApplicationRevisionSortBy = (typeof ApplicationRevisionSortBy)[keyof typeof ApplicationRevisionSortBy];
268
278
  /**
269
279
  * @public
270
280
  * <p> A revision for an Lambda or Amazon ECS deployment that is a
@@ -304,12 +314,17 @@ export declare class ArnNotSupportedException extends __BaseException {
304
314
  }
305
315
  /**
306
316
  * @public
317
+ * @enum
307
318
  */
308
- export declare enum AutoRollbackEvent {
309
- DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
310
- DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
311
- DEPLOYMENT_STOP_ON_REQUEST = "DEPLOYMENT_STOP_ON_REQUEST"
312
- }
319
+ export declare const AutoRollbackEvent: {
320
+ readonly DEPLOYMENT_FAILURE: "DEPLOYMENT_FAILURE";
321
+ readonly DEPLOYMENT_STOP_ON_ALARM: "DEPLOYMENT_STOP_ON_ALARM";
322
+ readonly DEPLOYMENT_STOP_ON_REQUEST: "DEPLOYMENT_STOP_ON_REQUEST";
323
+ };
324
+ /**
325
+ * @public
326
+ */
327
+ export type AutoRollbackEvent = (typeof AutoRollbackEvent)[keyof typeof AutoRollbackEvent];
313
328
  /**
314
329
  * @public
315
330
  * <p>Information about a configuration for automatically rolling back to a previous version
@@ -359,23 +374,33 @@ export interface GitHubLocation {
359
374
  }
360
375
  /**
361
376
  * @public
377
+ * @enum
362
378
  */
363
- export declare enum RevisionLocationType {
364
- AppSpecContent = "AppSpecContent",
365
- GitHub = "GitHub",
366
- S3 = "S3",
367
- String = "String"
368
- }
379
+ export declare const RevisionLocationType: {
380
+ readonly AppSpecContent: "AppSpecContent";
381
+ readonly GitHub: "GitHub";
382
+ readonly S3: "S3";
383
+ readonly String: "String";
384
+ };
369
385
  /**
370
386
  * @public
371
387
  */
372
- export declare enum BundleType {
373
- JSON = "JSON",
374
- Tar = "tar",
375
- TarGZip = "tgz",
376
- YAML = "YAML",
377
- Zip = "zip"
378
- }
388
+ export type RevisionLocationType = (typeof RevisionLocationType)[keyof typeof RevisionLocationType];
389
+ /**
390
+ * @public
391
+ * @enum
392
+ */
393
+ export declare const BundleType: {
394
+ readonly JSON: "JSON";
395
+ readonly Tar: "tar";
396
+ readonly TarGZip: "tgz";
397
+ readonly YAML: "YAML";
398
+ readonly Zip: "zip";
399
+ };
400
+ /**
401
+ * @public
402
+ */
403
+ export type BundleType = (typeof BundleType)[keyof typeof BundleType];
379
404
  /**
380
405
  * @public
381
406
  * <p>Information about the location of application artifacts stored in Amazon S3.</p>
@@ -655,11 +680,16 @@ export interface BatchGetDeploymentGroupsInput {
655
680
  }
656
681
  /**
657
682
  * @public
683
+ * @enum
658
684
  */
659
- export declare enum DeploymentReadyAction {
660
- CONTINUE_DEPLOYMENT = "CONTINUE_DEPLOYMENT",
661
- STOP_DEPLOYMENT = "STOP_DEPLOYMENT"
662
- }
685
+ export declare const DeploymentReadyAction: {
686
+ readonly CONTINUE_DEPLOYMENT: "CONTINUE_DEPLOYMENT";
687
+ readonly STOP_DEPLOYMENT: "STOP_DEPLOYMENT";
688
+ };
689
+ /**
690
+ * @public
691
+ */
692
+ export type DeploymentReadyAction = (typeof DeploymentReadyAction)[keyof typeof DeploymentReadyAction];
663
693
  /**
664
694
  * @public
665
695
  * <p>Information about how traffic is rerouted to instances in a replacement environment in
@@ -693,11 +723,16 @@ export interface DeploymentReadyOption {
693
723
  }
694
724
  /**
695
725
  * @public
726
+ * @enum
696
727
  */
697
- export declare enum GreenFleetProvisioningAction {
698
- COPY_AUTO_SCALING_GROUP = "COPY_AUTO_SCALING_GROUP",
699
- DISCOVER_EXISTING = "DISCOVER_EXISTING"
700
- }
728
+ export declare const GreenFleetProvisioningAction: {
729
+ readonly COPY_AUTO_SCALING_GROUP: "COPY_AUTO_SCALING_GROUP";
730
+ readonly DISCOVER_EXISTING: "DISCOVER_EXISTING";
731
+ };
732
+ /**
733
+ * @public
734
+ */
735
+ export type GreenFleetProvisioningAction = (typeof GreenFleetProvisioningAction)[keyof typeof GreenFleetProvisioningAction];
701
736
  /**
702
737
  * @public
703
738
  * <p>Information about the instances that belong to the replacement environment in a
@@ -723,11 +758,16 @@ export interface GreenFleetProvisioningOption {
723
758
  }
724
759
  /**
725
760
  * @public
761
+ * @enum
726
762
  */
727
- export declare enum InstanceAction {
728
- KEEP_ALIVE = "KEEP_ALIVE",
729
- TERMINATE = "TERMINATE"
730
- }
763
+ export declare const InstanceAction: {
764
+ readonly KEEP_ALIVE: "KEEP_ALIVE";
765
+ readonly TERMINATE: "TERMINATE";
766
+ };
767
+ /**
768
+ * @public
769
+ */
770
+ export type InstanceAction = (typeof InstanceAction)[keyof typeof InstanceAction];
731
771
  /**
732
772
  * @public
733
773
  * <p>Information about whether instances in the original environment are terminated when a
@@ -788,18 +828,28 @@ export interface BlueGreenDeploymentConfiguration {
788
828
  }
789
829
  /**
790
830
  * @public
831
+ * @enum
791
832
  */
792
- export declare enum DeploymentOption {
793
- WITHOUT_TRAFFIC_CONTROL = "WITHOUT_TRAFFIC_CONTROL",
794
- WITH_TRAFFIC_CONTROL = "WITH_TRAFFIC_CONTROL"
795
- }
833
+ export declare const DeploymentOption: {
834
+ readonly WITHOUT_TRAFFIC_CONTROL: "WITHOUT_TRAFFIC_CONTROL";
835
+ readonly WITH_TRAFFIC_CONTROL: "WITH_TRAFFIC_CONTROL";
836
+ };
796
837
  /**
797
838
  * @public
798
839
  */
799
- export declare enum DeploymentType {
800
- BLUE_GREEN = "BLUE_GREEN",
801
- IN_PLACE = "IN_PLACE"
802
- }
840
+ export type DeploymentOption = (typeof DeploymentOption)[keyof typeof DeploymentOption];
841
+ /**
842
+ * @public
843
+ * @enum
844
+ */
845
+ export declare const DeploymentType: {
846
+ readonly BLUE_GREEN: "BLUE_GREEN";
847
+ readonly IN_PLACE: "IN_PLACE";
848
+ };
849
+ /**
850
+ * @public
851
+ */
852
+ export type DeploymentType = (typeof DeploymentType)[keyof typeof DeploymentType];
803
853
  /**
804
854
  * @public
805
855
  * <p>Information about the type of deployment, either in-place or blue/green, you want to
@@ -817,12 +867,17 @@ export interface DeploymentStyle {
817
867
  }
818
868
  /**
819
869
  * @public
870
+ * @enum
820
871
  */
821
- export declare enum EC2TagFilterType {
822
- KEY_AND_VALUE = "KEY_AND_VALUE",
823
- KEY_ONLY = "KEY_ONLY",
824
- VALUE_ONLY = "VALUE_ONLY"
825
- }
872
+ export declare const EC2TagFilterType: {
873
+ readonly KEY_AND_VALUE: "KEY_AND_VALUE";
874
+ readonly KEY_ONLY: "KEY_ONLY";
875
+ readonly VALUE_ONLY: "VALUE_ONLY";
876
+ };
877
+ /**
878
+ * @public
879
+ */
880
+ export type EC2TagFilterType = (typeof EC2TagFilterType)[keyof typeof EC2TagFilterType];
826
881
  /**
827
882
  * @public
828
883
  * <p>Information about an EC2 tag filter.</p>
@@ -885,17 +940,22 @@ export interface ECSService {
885
940
  }
886
941
  /**
887
942
  * @public
943
+ * @enum
888
944
  */
889
- export declare enum DeploymentStatus {
890
- BAKING = "Baking",
891
- CREATED = "Created",
892
- FAILED = "Failed",
893
- IN_PROGRESS = "InProgress",
894
- QUEUED = "Queued",
895
- READY = "Ready",
896
- STOPPED = "Stopped",
897
- SUCCEEDED = "Succeeded"
898
- }
945
+ export declare const DeploymentStatus: {
946
+ readonly BAKING: "Baking";
947
+ readonly CREATED: "Created";
948
+ readonly FAILED: "Failed";
949
+ readonly IN_PROGRESS: "InProgress";
950
+ readonly QUEUED: "Queued";
951
+ readonly READY: "Ready";
952
+ readonly STOPPED: "Stopped";
953
+ readonly SUCCEEDED: "Succeeded";
954
+ };
955
+ /**
956
+ * @public
957
+ */
958
+ export type DeploymentStatus = (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
899
959
  /**
900
960
  * @public
901
961
  * <p>Information about the most recent attempted or successful deployment to a deployment
@@ -1019,12 +1079,17 @@ export interface LoadBalancerInfo {
1019
1079
  }
1020
1080
  /**
1021
1081
  * @public
1082
+ * @enum
1022
1083
  */
1023
- export declare enum TagFilterType {
1024
- KEY_AND_VALUE = "KEY_AND_VALUE",
1025
- KEY_ONLY = "KEY_ONLY",
1026
- VALUE_ONLY = "VALUE_ONLY"
1027
- }
1084
+ export declare const TagFilterType: {
1085
+ readonly KEY_AND_VALUE: "KEY_AND_VALUE";
1086
+ readonly KEY_ONLY: "KEY_ONLY";
1087
+ readonly VALUE_ONLY: "VALUE_ONLY";
1088
+ };
1089
+ /**
1090
+ * @public
1091
+ */
1092
+ export type TagFilterType = (typeof TagFilterType)[keyof typeof TagFilterType];
1028
1093
  /**
1029
1094
  * @public
1030
1095
  * <p>Information about an on-premises instance tag filter.</p>
@@ -1068,26 +1133,36 @@ export interface OnPremisesTagSet {
1068
1133
  }
1069
1134
  /**
1070
1135
  * @public
1136
+ * @enum
1071
1137
  */
1072
- export declare enum OutdatedInstancesStrategy {
1073
- Ignore = "IGNORE",
1074
- Update = "UPDATE"
1075
- }
1138
+ export declare const OutdatedInstancesStrategy: {
1139
+ readonly Ignore: "IGNORE";
1140
+ readonly Update: "UPDATE";
1141
+ };
1076
1142
  /**
1077
1143
  * @public
1078
1144
  */
1079
- export declare enum TriggerEventType {
1080
- DEPLOYMENT_FAILURE = "DeploymentFailure",
1081
- DEPLOYMENT_READY = "DeploymentReady",
1082
- DEPLOYMENT_ROLLBACK = "DeploymentRollback",
1083
- DEPLOYMENT_START = "DeploymentStart",
1084
- DEPLOYMENT_STOP = "DeploymentStop",
1085
- DEPLOYMENT_SUCCESS = "DeploymentSuccess",
1086
- INSTANCE_FAILURE = "InstanceFailure",
1087
- INSTANCE_READY = "InstanceReady",
1088
- INSTANCE_START = "InstanceStart",
1089
- INSTANCE_SUCCESS = "InstanceSuccess"
1090
- }
1145
+ export type OutdatedInstancesStrategy = (typeof OutdatedInstancesStrategy)[keyof typeof OutdatedInstancesStrategy];
1146
+ /**
1147
+ * @public
1148
+ * @enum
1149
+ */
1150
+ export declare const TriggerEventType: {
1151
+ readonly DEPLOYMENT_FAILURE: "DeploymentFailure";
1152
+ readonly DEPLOYMENT_READY: "DeploymentReady";
1153
+ readonly DEPLOYMENT_ROLLBACK: "DeploymentRollback";
1154
+ readonly DEPLOYMENT_START: "DeploymentStart";
1155
+ readonly DEPLOYMENT_STOP: "DeploymentStop";
1156
+ readonly DEPLOYMENT_SUCCESS: "DeploymentSuccess";
1157
+ readonly INSTANCE_FAILURE: "InstanceFailure";
1158
+ readonly INSTANCE_READY: "InstanceReady";
1159
+ readonly INSTANCE_START: "InstanceStart";
1160
+ readonly INSTANCE_SUCCESS: "InstanceSuccess";
1161
+ };
1162
+ /**
1163
+ * @public
1164
+ */
1165
+ export type TriggerEventType = (typeof TriggerEventType)[keyof typeof TriggerEventType];
1091
1166
  /**
1092
1167
  * @public
1093
1168
  * <p>Information about notification triggers for the deployment group.</p>
@@ -1291,22 +1366,32 @@ export interface BatchGetDeploymentInstancesInput {
1291
1366
  }
1292
1367
  /**
1293
1368
  * @public
1369
+ * @enum
1294
1370
  */
1295
- export declare enum _InstanceType {
1296
- BLUE = "Blue",
1297
- GREEN = "Green"
1298
- }
1371
+ export declare const _InstanceType: {
1372
+ readonly BLUE: "Blue";
1373
+ readonly GREEN: "Green";
1374
+ };
1299
1375
  /**
1300
1376
  * @public
1301
1377
  */
1302
- export declare enum LifecycleErrorCode {
1303
- SCRIPT_FAILED = "ScriptFailed",
1304
- SCRIPT_MISSING = "ScriptMissing",
1305
- SCRIPT_NOT_EXECUTABLE = "ScriptNotExecutable",
1306
- SCRIPT_TIMED_OUT = "ScriptTimedOut",
1307
- SUCCESS = "Success",
1308
- UNKNOWN_ERROR = "UnknownError"
1309
- }
1378
+ export type _InstanceType = (typeof _InstanceType)[keyof typeof _InstanceType];
1379
+ /**
1380
+ * @public
1381
+ * @enum
1382
+ */
1383
+ export declare const LifecycleErrorCode: {
1384
+ readonly SCRIPT_FAILED: "ScriptFailed";
1385
+ readonly SCRIPT_MISSING: "ScriptMissing";
1386
+ readonly SCRIPT_NOT_EXECUTABLE: "ScriptNotExecutable";
1387
+ readonly SCRIPT_TIMED_OUT: "ScriptTimedOut";
1388
+ readonly SUCCESS: "Success";
1389
+ readonly UNKNOWN_ERROR: "UnknownError";
1390
+ };
1391
+ /**
1392
+ * @public
1393
+ */
1394
+ export type LifecycleErrorCode = (typeof LifecycleErrorCode)[keyof typeof LifecycleErrorCode];
1310
1395
  /**
1311
1396
  * @public
1312
1397
  * <p>Diagnostic information about executable scripts that are part of a deployment.</p>
@@ -1356,15 +1441,20 @@ export interface Diagnostics {
1356
1441
  }
1357
1442
  /**
1358
1443
  * @public
1444
+ * @enum
1359
1445
  */
1360
- export declare enum LifecycleEventStatus {
1361
- FAILED = "Failed",
1362
- IN_PROGRESS = "InProgress",
1363
- PENDING = "Pending",
1364
- SKIPPED = "Skipped",
1365
- SUCCEEDED = "Succeeded",
1366
- UNKNOWN = "Unknown"
1367
- }
1446
+ export declare const LifecycleEventStatus: {
1447
+ readonly FAILED: "Failed";
1448
+ readonly IN_PROGRESS: "InProgress";
1449
+ readonly PENDING: "Pending";
1450
+ readonly SKIPPED: "Skipped";
1451
+ readonly SUCCEEDED: "Succeeded";
1452
+ readonly UNKNOWN: "Unknown";
1453
+ };
1454
+ /**
1455
+ * @public
1456
+ */
1457
+ export type LifecycleEventStatus = (typeof LifecycleEventStatus)[keyof typeof LifecycleEventStatus];
1368
1458
  /**
1369
1459
  * @public
1370
1460
  * <p>Information about a deployment lifecycle event.</p>
@@ -1415,16 +1505,21 @@ export interface LifecycleEvent {
1415
1505
  }
1416
1506
  /**
1417
1507
  * @public
1508
+ * @enum
1418
1509
  */
1419
- export declare enum InstanceStatus {
1420
- FAILED = "Failed",
1421
- IN_PROGRESS = "InProgress",
1422
- PENDING = "Pending",
1423
- READY = "Ready",
1424
- SKIPPED = "Skipped",
1425
- SUCCEEDED = "Succeeded",
1426
- UNKNOWN = "Unknown"
1427
- }
1510
+ export declare const InstanceStatus: {
1511
+ readonly FAILED: "Failed";
1512
+ readonly IN_PROGRESS: "InProgress";
1513
+ readonly PENDING: "Pending";
1514
+ readonly READY: "Ready";
1515
+ readonly SKIPPED: "Skipped";
1516
+ readonly SUCCEEDED: "Succeeded";
1517
+ readonly UNKNOWN: "Unknown";
1518
+ };
1519
+ /**
1520
+ * @public
1521
+ */
1522
+ export type InstanceStatus = (typeof InstanceStatus)[keyof typeof InstanceStatus];
1428
1523
  /**
1429
1524
  * @public
1430
1525
  * @deprecated
@@ -1587,16 +1682,21 @@ export interface BatchGetDeploymentsInput {
1587
1682
  }
1588
1683
  /**
1589
1684
  * @public
1685
+ * @enum
1590
1686
  */
1591
- export declare enum DeploymentCreator {
1592
- Autoscaling = "autoscaling",
1593
- CloudFormation = "CloudFormation",
1594
- CloudFormationRollback = "CloudFormationRollback",
1595
- CodeDeploy = "CodeDeploy",
1596
- CodeDeployAutoUpdate = "CodeDeployAutoUpdate",
1597
- CodeDeployRollback = "codeDeployRollback",
1598
- User = "user"
1599
- }
1687
+ export declare const DeploymentCreator: {
1688
+ readonly Autoscaling: "autoscaling";
1689
+ readonly CloudFormation: "CloudFormation";
1690
+ readonly CloudFormationRollback: "CloudFormationRollback";
1691
+ readonly CodeDeploy: "CodeDeploy";
1692
+ readonly CodeDeployAutoUpdate: "CodeDeployAutoUpdate";
1693
+ readonly CodeDeployRollback: "codeDeployRollback";
1694
+ readonly User: "user";
1695
+ };
1696
+ /**
1697
+ * @public
1698
+ */
1699
+ export type DeploymentCreator = (typeof DeploymentCreator)[keyof typeof DeploymentCreator];
1600
1700
  /**
1601
1701
  * @public
1602
1702
  * <p>Information about the deployment status of the instances in the deployment.</p>
@@ -1631,43 +1731,48 @@ export interface DeploymentOverview {
1631
1731
  }
1632
1732
  /**
1633
1733
  * @public
1634
- */
1635
- export declare enum ErrorCode {
1636
- AGENT_ISSUE = "AGENT_ISSUE",
1637
- ALARM_ACTIVE = "ALARM_ACTIVE",
1638
- APPLICATION_MISSING = "APPLICATION_MISSING",
1639
- AUTOSCALING_VALIDATION_ERROR = "AUTOSCALING_VALIDATION_ERROR",
1640
- AUTO_SCALING_CONFIGURATION = "AUTO_SCALING_CONFIGURATION",
1641
- AUTO_SCALING_IAM_ROLE_PERMISSIONS = "AUTO_SCALING_IAM_ROLE_PERMISSIONS",
1642
- CLOUDFORMATION_STACK_FAILURE = "CLOUDFORMATION_STACK_FAILURE",
1643
- CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND = "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
1644
- CUSTOMER_APPLICATION_UNHEALTHY = "CUSTOMER_APPLICATION_UNHEALTHY",
1645
- DEPLOYMENT_GROUP_MISSING = "DEPLOYMENT_GROUP_MISSING",
1646
- ECS_UPDATE_ERROR = "ECS_UPDATE_ERROR",
1647
- ELASTIC_LOAD_BALANCING_INVALID = "ELASTIC_LOAD_BALANCING_INVALID",
1648
- ELB_INVALID_INSTANCE = "ELB_INVALID_INSTANCE",
1649
- HEALTH_CONSTRAINTS = "HEALTH_CONSTRAINTS",
1650
- HEALTH_CONSTRAINTS_INVALID = "HEALTH_CONSTRAINTS_INVALID",
1651
- HOOK_EXECUTION_FAILURE = "HOOK_EXECUTION_FAILURE",
1652
- IAM_ROLE_MISSING = "IAM_ROLE_MISSING",
1653
- IAM_ROLE_PERMISSIONS = "IAM_ROLE_PERMISSIONS",
1654
- INTERNAL_ERROR = "INTERNAL_ERROR",
1655
- INVALID_ECS_SERVICE = "INVALID_ECS_SERVICE",
1656
- INVALID_LAMBDA_CONFIGURATION = "INVALID_LAMBDA_CONFIGURATION",
1657
- INVALID_LAMBDA_FUNCTION = "INVALID_LAMBDA_FUNCTION",
1658
- INVALID_REVISION = "INVALID_REVISION",
1659
- MANUAL_STOP = "MANUAL_STOP",
1660
- MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION = "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
1661
- MISSING_ELB_INFORMATION = "MISSING_ELB_INFORMATION",
1662
- MISSING_GITHUB_TOKEN = "MISSING_GITHUB_TOKEN",
1663
- NO_EC2_SUBSCRIPTION = "NO_EC2_SUBSCRIPTION",
1664
- NO_INSTANCES = "NO_INSTANCES",
1665
- OVER_MAX_INSTANCES = "OVER_MAX_INSTANCES",
1666
- RESOURCE_LIMIT_EXCEEDED = "RESOURCE_LIMIT_EXCEEDED",
1667
- REVISION_MISSING = "REVISION_MISSING",
1668
- THROTTLED = "THROTTLED",
1669
- TIMEOUT = "TIMEOUT"
1670
- }
1734
+ * @enum
1735
+ */
1736
+ export declare const ErrorCode: {
1737
+ readonly AGENT_ISSUE: "AGENT_ISSUE";
1738
+ readonly ALARM_ACTIVE: "ALARM_ACTIVE";
1739
+ readonly APPLICATION_MISSING: "APPLICATION_MISSING";
1740
+ readonly AUTOSCALING_VALIDATION_ERROR: "AUTOSCALING_VALIDATION_ERROR";
1741
+ readonly AUTO_SCALING_CONFIGURATION: "AUTO_SCALING_CONFIGURATION";
1742
+ readonly AUTO_SCALING_IAM_ROLE_PERMISSIONS: "AUTO_SCALING_IAM_ROLE_PERMISSIONS";
1743
+ readonly CLOUDFORMATION_STACK_FAILURE: "CLOUDFORMATION_STACK_FAILURE";
1744
+ readonly CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND: "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND";
1745
+ readonly CUSTOMER_APPLICATION_UNHEALTHY: "CUSTOMER_APPLICATION_UNHEALTHY";
1746
+ readonly DEPLOYMENT_GROUP_MISSING: "DEPLOYMENT_GROUP_MISSING";
1747
+ readonly ECS_UPDATE_ERROR: "ECS_UPDATE_ERROR";
1748
+ readonly ELASTIC_LOAD_BALANCING_INVALID: "ELASTIC_LOAD_BALANCING_INVALID";
1749
+ readonly ELB_INVALID_INSTANCE: "ELB_INVALID_INSTANCE";
1750
+ readonly HEALTH_CONSTRAINTS: "HEALTH_CONSTRAINTS";
1751
+ readonly HEALTH_CONSTRAINTS_INVALID: "HEALTH_CONSTRAINTS_INVALID";
1752
+ readonly HOOK_EXECUTION_FAILURE: "HOOK_EXECUTION_FAILURE";
1753
+ readonly IAM_ROLE_MISSING: "IAM_ROLE_MISSING";
1754
+ readonly IAM_ROLE_PERMISSIONS: "IAM_ROLE_PERMISSIONS";
1755
+ readonly INTERNAL_ERROR: "INTERNAL_ERROR";
1756
+ readonly INVALID_ECS_SERVICE: "INVALID_ECS_SERVICE";
1757
+ readonly INVALID_LAMBDA_CONFIGURATION: "INVALID_LAMBDA_CONFIGURATION";
1758
+ readonly INVALID_LAMBDA_FUNCTION: "INVALID_LAMBDA_FUNCTION";
1759
+ readonly INVALID_REVISION: "INVALID_REVISION";
1760
+ readonly MANUAL_STOP: "MANUAL_STOP";
1761
+ readonly MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION: "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION";
1762
+ readonly MISSING_ELB_INFORMATION: "MISSING_ELB_INFORMATION";
1763
+ readonly MISSING_GITHUB_TOKEN: "MISSING_GITHUB_TOKEN";
1764
+ readonly NO_EC2_SUBSCRIPTION: "NO_EC2_SUBSCRIPTION";
1765
+ readonly NO_INSTANCES: "NO_INSTANCES";
1766
+ readonly OVER_MAX_INSTANCES: "OVER_MAX_INSTANCES";
1767
+ readonly RESOURCE_LIMIT_EXCEEDED: "RESOURCE_LIMIT_EXCEEDED";
1768
+ readonly REVISION_MISSING: "REVISION_MISSING";
1769
+ readonly THROTTLED: "THROTTLED";
1770
+ readonly TIMEOUT: "TIMEOUT";
1771
+ };
1772
+ /**
1773
+ * @public
1774
+ */
1775
+ export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
1671
1776
  /**
1672
1777
  * @public
1673
1778
  * <p>Information about a deployment error.</p>
@@ -1737,12 +1842,17 @@ export interface ErrorInformation {
1737
1842
  }
1738
1843
  /**
1739
1844
  * @public
1845
+ * @enum
1740
1846
  */
1741
- export declare enum FileExistsBehavior {
1742
- DISALLOW = "DISALLOW",
1743
- OVERWRITE = "OVERWRITE",
1744
- RETAIN = "RETAIN"
1745
- }
1847
+ export declare const FileExistsBehavior: {
1848
+ readonly DISALLOW: "DISALLOW";
1849
+ readonly OVERWRITE: "OVERWRITE";
1850
+ readonly RETAIN: "RETAIN";
1851
+ };
1852
+ /**
1853
+ * @public
1854
+ */
1855
+ export type FileExistsBehavior = (typeof FileExistsBehavior)[keyof typeof FileExistsBehavior];
1746
1856
  /**
1747
1857
  * @public
1748
1858
  * <p>Information about deployments related to the specified deployment.</p>
@@ -2059,16 +2169,21 @@ export interface BatchGetDeploymentTargetsInput {
2059
2169
  }
2060
2170
  /**
2061
2171
  * @public
2172
+ * @enum
2062
2173
  */
2063
- export declare enum TargetStatus {
2064
- FAILED = "Failed",
2065
- IN_PROGRESS = "InProgress",
2066
- PENDING = "Pending",
2067
- READY = "Ready",
2068
- SKIPPED = "Skipped",
2069
- SUCCEEDED = "Succeeded",
2070
- UNKNOWN = "Unknown"
2071
- }
2174
+ export declare const TargetStatus: {
2175
+ readonly FAILED: "Failed";
2176
+ readonly IN_PROGRESS: "InProgress";
2177
+ readonly PENDING: "Pending";
2178
+ readonly READY: "Ready";
2179
+ readonly SKIPPED: "Skipped";
2180
+ readonly SUCCEEDED: "Succeeded";
2181
+ readonly UNKNOWN: "Unknown";
2182
+ };
2183
+ /**
2184
+ * @public
2185
+ */
2186
+ export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
2072
2187
  /**
2073
2188
  * @public
2074
2189
  * <p> Information about the target to be updated by an CloudFormation blue/green
@@ -2111,20 +2226,30 @@ export interface CloudFormationTarget {
2111
2226
  }
2112
2227
  /**
2113
2228
  * @public
2229
+ * @enum
2114
2230
  */
2115
- export declare enum DeploymentTargetType {
2116
- CLOUDFORMATION_TARGET = "CloudFormationTarget",
2117
- ECS_TARGET = "ECSTarget",
2118
- INSTANCE_TARGET = "InstanceTarget",
2119
- LAMBDA_TARGET = "LambdaTarget"
2120
- }
2231
+ export declare const DeploymentTargetType: {
2232
+ readonly CLOUDFORMATION_TARGET: "CloudFormationTarget";
2233
+ readonly ECS_TARGET: "ECSTarget";
2234
+ readonly INSTANCE_TARGET: "InstanceTarget";
2235
+ readonly LAMBDA_TARGET: "LambdaTarget";
2236
+ };
2121
2237
  /**
2122
2238
  * @public
2123
2239
  */
2124
- export declare enum TargetLabel {
2125
- BLUE = "Blue",
2126
- GREEN = "Green"
2127
- }
2240
+ export type DeploymentTargetType = (typeof DeploymentTargetType)[keyof typeof DeploymentTargetType];
2241
+ /**
2242
+ * @public
2243
+ * @enum
2244
+ */
2245
+ export declare const TargetLabel: {
2246
+ readonly BLUE: "Blue";
2247
+ readonly GREEN: "Green";
2248
+ };
2249
+ /**
2250
+ * @public
2251
+ */
2252
+ export type TargetLabel = (typeof TargetLabel)[keyof typeof TargetLabel];
2128
2253
  /**
2129
2254
  * @public
2130
2255
  * <p> Information about a set of Amazon ECS tasks in an CodeDeploy
@@ -2549,11 +2674,16 @@ export declare class BucketNameFilterRequiredException extends __BaseException {
2549
2674
  }
2550
2675
  /**
2551
2676
  * @public
2677
+ * @enum
2552
2678
  */
2553
- export declare enum DeploymentWaitType {
2554
- READY_WAIT = "READY_WAIT",
2555
- TERMINATION_WAIT = "TERMINATION_WAIT"
2556
- }
2679
+ export declare const DeploymentWaitType: {
2680
+ readonly READY_WAIT: "READY_WAIT";
2681
+ readonly TERMINATION_WAIT: "TERMINATION_WAIT";
2682
+ };
2683
+ /**
2684
+ * @public
2685
+ */
2686
+ export type DeploymentWaitType = (typeof DeploymentWaitType)[keyof typeof DeploymentWaitType];
2557
2687
  /**
2558
2688
  * @public
2559
2689
  */
@@ -3046,11 +3176,16 @@ export declare class ThrottlingException extends __BaseException {
3046
3176
  }
3047
3177
  /**
3048
3178
  * @public
3179
+ * @enum
3049
3180
  */
3050
- export declare enum MinimumHealthyHostsType {
3051
- FLEET_PERCENT = "FLEET_PERCENT",
3052
- HOST_COUNT = "HOST_COUNT"
3053
- }
3181
+ export declare const MinimumHealthyHostsType: {
3182
+ readonly FLEET_PERCENT: "FLEET_PERCENT";
3183
+ readonly HOST_COUNT: "HOST_COUNT";
3184
+ };
3185
+ /**
3186
+ * @public
3187
+ */
3188
+ export type MinimumHealthyHostsType = (typeof MinimumHealthyHostsType)[keyof typeof MinimumHealthyHostsType];
3054
3189
  /**
3055
3190
  * @public
3056
3191
  * <p>Information about minimum healthy instance.</p>
@@ -3137,12 +3272,17 @@ export interface TimeBasedLinear {
3137
3272
  }
3138
3273
  /**
3139
3274
  * @public
3275
+ * @enum
3140
3276
  */
3141
- export declare enum TrafficRoutingType {
3142
- AllAtOnce = "AllAtOnce",
3143
- TimeBasedCanary = "TimeBasedCanary",
3144
- TimeBasedLinear = "TimeBasedLinear"
3145
- }
3277
+ export declare const TrafficRoutingType: {
3278
+ readonly AllAtOnce: "AllAtOnce";
3279
+ readonly TimeBasedCanary: "TimeBasedCanary";
3280
+ readonly TimeBasedLinear: "TimeBasedLinear";
3281
+ };
3282
+ /**
3283
+ * @public
3284
+ */
3285
+ export type TrafficRoutingType = (typeof TrafficRoutingType)[keyof typeof TrafficRoutingType];
3146
3286
  /**
3147
3287
  * @public
3148
3288
  * <p>The configuration that specifies how traffic is shifted from one version of a Lambda function to another version during an Lambda deployment,
@@ -4065,19 +4205,29 @@ export declare class InvalidSortOrderException extends __BaseException {
4065
4205
  }
4066
4206
  /**
4067
4207
  * @public
4208
+ * @enum
4068
4209
  */
4069
- export declare enum ListStateFilterAction {
4070
- Exclude = "exclude",
4071
- Ignore = "ignore",
4072
- Include = "include"
4073
- }
4210
+ export declare const ListStateFilterAction: {
4211
+ readonly Exclude: "exclude";
4212
+ readonly Ignore: "ignore";
4213
+ readonly Include: "include";
4214
+ };
4074
4215
  /**
4075
4216
  * @public
4076
4217
  */
4077
- export declare enum SortOrder {
4078
- Ascending = "ascending",
4079
- Descending = "descending"
4080
- }
4218
+ export type ListStateFilterAction = (typeof ListStateFilterAction)[keyof typeof ListStateFilterAction];
4219
+ /**
4220
+ * @public
4221
+ * @enum
4222
+ */
4223
+ export declare const SortOrder: {
4224
+ readonly Ascending: "ascending";
4225
+ readonly Descending: "descending";
4226
+ };
4227
+ /**
4228
+ * @public
4229
+ */
4230
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
4081
4231
  /**
4082
4232
  * @public
4083
4233
  * <p> Represents the input of a <code>ListApplicationRevisions</code> operation. </p>
@@ -4524,11 +4674,16 @@ export interface ListDeploymentsOutput {
4524
4674
  }
4525
4675
  /**
4526
4676
  * @public
4677
+ * @enum
4527
4678
  */
4528
- export declare enum TargetFilterName {
4529
- SERVER_INSTANCE_LABEL = "ServerInstanceLabel",
4530
- TARGET_STATUS = "TargetStatus"
4531
- }
4679
+ export declare const TargetFilterName: {
4680
+ readonly SERVER_INSTANCE_LABEL: "ServerInstanceLabel";
4681
+ readonly TARGET_STATUS: "TargetStatus";
4682
+ };
4683
+ /**
4684
+ * @public
4685
+ */
4686
+ export type TargetFilterName = (typeof TargetFilterName)[keyof typeof TargetFilterName];
4532
4687
  /**
4533
4688
  * @public
4534
4689
  */
@@ -4629,11 +4784,16 @@ export declare class InvalidTagFilterException extends __BaseException {
4629
4784
  }
4630
4785
  /**
4631
4786
  * @public
4787
+ * @enum
4632
4788
  */
4633
- export declare enum RegistrationStatus {
4634
- Deregistered = "Deregistered",
4635
- Registered = "Registered"
4636
- }
4789
+ export declare const RegistrationStatus: {
4790
+ readonly Deregistered: "Deregistered";
4791
+ readonly Registered: "Registered";
4792
+ };
4793
+ /**
4794
+ * @public
4795
+ */
4796
+ export type RegistrationStatus = (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
4637
4797
  /**
4638
4798
  * @public
4639
4799
  * <p>Represents the input of a <code>ListOnPremisesInstances</code> operation.</p>
@@ -4990,11 +5150,16 @@ export interface StopDeploymentInput {
4990
5150
  }
4991
5151
  /**
4992
5152
  * @public
5153
+ * @enum
4993
5154
  */
4994
- export declare enum StopStatus {
4995
- PENDING = "Pending",
4996
- SUCCEEDED = "Succeeded"
4997
- }
5155
+ export declare const StopStatus: {
5156
+ readonly PENDING: "Pending";
5157
+ readonly SUCCEEDED: "Succeeded";
5158
+ };
5159
+ /**
5160
+ * @public
5161
+ */
5162
+ export type StopStatus = (typeof StopStatus)[keyof typeof StopStatus];
4998
5163
  /**
4999
5164
  * @public
5000
5165
  * <p> Represents the output of a <code>StopDeployment</code> operation. </p>