@cdklabs/cdk-ecs-codedeploy 0.0.345 → 0.0.346

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 (99) hide show
  1. package/.jsii +3 -3
  2. package/.jsii.tabl.json +1 -1
  3. package/lib/api-canary/index.js +1 -1
  4. package/lib/ecs-appspec/index.js +1 -1
  5. package/lib/ecs-deployment/index.js +1 -1
  6. package/lib/ecs-patterns/application-load-balanced-codedeployed-fargate-service.js +1 -1
  7. package/node_modules/@aws-sdk/client-codedeploy/dist-types/models/models_0.d.ts +376 -376
  8. package/node_modules/@aws-sdk/client-codedeploy/dist-types/ts3.4/models/models_0.d.ts +386 -376
  9. package/node_modules/@aws-sdk/client-codedeploy/package.json +7 -7
  10. package/node_modules/@aws-sdk/client-sso/dist-types/models/models_0.d.ts +18 -18
  11. package/node_modules/@aws-sdk/client-sso/dist-types/ts3.4/models/models_0.d.ts +18 -18
  12. package/node_modules/@aws-sdk/client-sso/package.json +4 -4
  13. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/models/models_0.d.ts +74 -74
  14. package/node_modules/@aws-sdk/client-sso-oidc/dist-types/ts3.4/models/models_0.d.ts +74 -74
  15. package/node_modules/@aws-sdk/client-sso-oidc/package.json +6 -6
  16. package/node_modules/@aws-sdk/client-sts/dist-types/models/models_0.d.ts +56 -56
  17. package/node_modules/@aws-sdk/client-sts/dist-types/ts3.4/models/models_0.d.ts +56 -56
  18. package/node_modules/@aws-sdk/client-sts/package.json +6 -6
  19. package/node_modules/@aws-sdk/core/package.json +3 -3
  20. package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
  21. package/node_modules/@aws-sdk/credential-provider-http/package.json +3 -3
  22. package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
  23. package/node_modules/@aws-sdk/credential-provider-node/package.json +10 -10
  24. package/node_modules/@aws-sdk/credential-provider-process/package.json +4 -4
  25. package/node_modules/@aws-sdk/credential-provider-sso/package.json +6 -6
  26. package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +6 -6
  27. package/node_modules/@aws-sdk/middleware-user-agent/package.json +2 -2
  28. package/node_modules/@aws-sdk/token-providers/package.json +4 -4
  29. package/node_modules/@aws-sdk/util-user-agent-node/package.json +2 -2
  30. package/node_modules/@smithy/abort-controller/package.json +4 -3
  31. package/node_modules/@smithy/config-resolver/package.json +7 -6
  32. package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +21 -20
  33. package/node_modules/@smithy/core/dist-es/submodules/protocols/requestBuilder.js +1 -1
  34. package/node_modules/@smithy/core/package.json +10 -9
  35. package/node_modules/@smithy/credential-provider-imds/package.json +7 -7
  36. package/node_modules/@smithy/fetch-http-handler/dist-cjs/create-request.js +1 -0
  37. package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +10 -3
  38. package/node_modules/@smithy/fetch-http-handler/dist-es/create-request.js +3 -0
  39. package/node_modules/@smithy/fetch-http-handler/dist-es/fetch-http-handler.js +3 -2
  40. package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +1 -1
  41. package/node_modules/@smithy/fetch-http-handler/dist-types/create-request.d.ts +6 -0
  42. package/node_modules/@smithy/fetch-http-handler/dist-types/fetch-http-handler.d.ts +6 -0
  43. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/create-request.d.ts +6 -0
  44. package/node_modules/@smithy/fetch-http-handler/dist-types/ts3.4/fetch-http-handler.d.ts +6 -0
  45. package/node_modules/@smithy/fetch-http-handler/package.json +9 -6
  46. package/node_modules/@smithy/hash-node/package.json +4 -3
  47. package/node_modules/@smithy/invalid-dependency/package.json +4 -3
  48. package/node_modules/@smithy/middleware-content-length/package.json +5 -4
  49. package/node_modules/@smithy/middleware-endpoint/package.json +11 -10
  50. package/node_modules/@smithy/middleware-retry/package.json +12 -10
  51. package/node_modules/@smithy/middleware-serde/package.json +6 -4
  52. package/node_modules/@smithy/middleware-stack/package.json +4 -3
  53. package/node_modules/@smithy/node-config-provider/package.json +6 -5
  54. package/node_modules/@smithy/node-http-handler/dist-cjs/index.js +20 -14
  55. package/node_modules/@smithy/node-http-handler/dist-cjs/timing.js +1 -0
  56. package/node_modules/@smithy/node-http-handler/dist-es/node-http-handler.js +5 -4
  57. package/node_modules/@smithy/node-http-handler/dist-es/node-http2-connection-manager.js +1 -1
  58. package/node_modules/@smithy/node-http-handler/dist-es/server.mock.js +9 -2
  59. package/node_modules/@smithy/node-http-handler/dist-es/set-connection-timeout.js +5 -4
  60. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-keep-alive.js +2 -1
  61. package/node_modules/@smithy/node-http-handler/dist-es/set-socket-timeout.js +2 -1
  62. package/node_modules/@smithy/node-http-handler/dist-es/timing.js +4 -0
  63. package/node_modules/@smithy/node-http-handler/dist-es/write-request-body.js +4 -3
  64. package/node_modules/@smithy/node-http-handler/dist-types/timing.d.ts +8 -0
  65. package/node_modules/@smithy/node-http-handler/dist-types/ts3.4/timing.d.ts +8 -0
  66. package/node_modules/@smithy/node-http-handler/package.json +7 -6
  67. package/node_modules/@smithy/property-provider/package.json +4 -3
  68. package/node_modules/@smithy/protocol-http/package.json +4 -3
  69. package/node_modules/@smithy/querystring-builder/package.json +2 -2
  70. package/node_modules/@smithy/querystring-parser/package.json +4 -3
  71. package/node_modules/@smithy/service-error-classification/package.json +4 -3
  72. package/node_modules/@smithy/shared-ini-file-loader/package.json +4 -3
  73. package/node_modules/@smithy/signature-v4/package.json +6 -5
  74. package/node_modules/@smithy/smithy-client/package.json +9 -8
  75. package/node_modules/@smithy/types/dist-types/http.d.ts +1 -0
  76. package/node_modules/@smithy/types/dist-types/ts3.4/http.d.ts +1 -0
  77. package/node_modules/@smithy/types/package.json +1 -1
  78. package/node_modules/@smithy/url-parser/package.json +5 -4
  79. package/node_modules/@smithy/util-defaults-mode-browser/package.json +6 -5
  80. package/node_modules/@smithy/util-defaults-mode-node/package.json +9 -8
  81. package/node_modules/@smithy/util-endpoints/package.json +7 -5
  82. package/node_modules/@smithy/util-middleware/package.json +4 -3
  83. package/node_modules/@smithy/util-retry/dist-cjs/index.js +5 -1
  84. package/node_modules/@smithy/util-retry/dist-es/DefaultRateLimiter.js +2 -1
  85. package/node_modules/@smithy/util-retry/dist-types/DefaultRateLimiter.d.ts +4 -0
  86. package/node_modules/@smithy/util-retry/dist-types/ts3.4/DefaultRateLimiter.d.ts +4 -0
  87. package/node_modules/@smithy/util-retry/package.json +5 -4
  88. package/node_modules/@smithy/util-stream/dist-cjs/index.js +1 -0
  89. package/node_modules/@smithy/util-stream/dist-cjs/sdk-stream-mixin.js +1 -2
  90. package/node_modules/@smithy/util-stream/dist-cjs/splitStream.js +1 -1
  91. package/node_modules/@smithy/util-stream/dist-cjs/stream-type-check.js +6 -1
  92. package/node_modules/@smithy/util-stream/dist-es/sdk-stream-mixin.js +0 -1
  93. package/node_modules/@smithy/util-stream/dist-es/splitStream.js +2 -2
  94. package/node_modules/@smithy/util-stream/dist-es/stream-type-check.js +3 -0
  95. package/node_modules/@smithy/util-stream/dist-types/stream-type-check.d.ts +4 -0
  96. package/node_modules/@smithy/util-stream/dist-types/ts3.4/stream-type-check.d.ts +4 -0
  97. package/node_modules/@smithy/util-stream/package.json +10 -6
  98. package/node_modules/@smithy/util-waiter/package.json +5 -4
  99. package/package.json +4 -4
@@ -1,8 +1,8 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
2
  import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
3
3
  export interface Tag {
4
- Key?: string;
5
- Value?: string;
4
+ Key?: string | undefined;
5
+ Value?: string | undefined;
6
6
  }
7
7
  export interface AddTagsToOnPremisesInstancesInput {
8
8
  tags: Tag[] | undefined;
@@ -58,12 +58,12 @@ export declare class TagRequiredException extends __BaseException {
58
58
  );
59
59
  }
60
60
  export interface Alarm {
61
- name?: string;
61
+ name?: string | undefined;
62
62
  }
63
63
  export interface AlarmConfiguration {
64
- enabled?: boolean;
65
- ignorePollAlarmFailure?: boolean;
66
- alarms?: Alarm[];
64
+ enabled?: boolean | undefined;
65
+ ignorePollAlarmFailure?: boolean | undefined;
66
+ alarms?: Alarm[] | undefined;
67
67
  }
68
68
  export declare class AlarmsLimitExceededException extends __BaseException {
69
69
  readonly name: "AlarmsLimitExceededException";
@@ -100,12 +100,12 @@ export declare const ComputePlatform: {
100
100
  export type ComputePlatform =
101
101
  (typeof ComputePlatform)[keyof typeof ComputePlatform];
102
102
  export interface ApplicationInfo {
103
- applicationId?: string;
104
- applicationName?: string;
105
- createTime?: Date;
106
- linkedToGitHub?: boolean;
107
- gitHubAccountName?: string;
108
- computePlatform?: ComputePlatform;
103
+ applicationId?: string | undefined;
104
+ applicationName?: string | undefined;
105
+ createTime?: Date | undefined;
106
+ linkedToGitHub?: boolean | undefined;
107
+ gitHubAccountName?: string | undefined;
108
+ computePlatform?: ComputePlatform | undefined;
109
109
  }
110
110
  export declare class ApplicationLimitExceededException extends __BaseException {
111
111
  readonly name: "ApplicationLimitExceededException";
@@ -135,8 +135,8 @@ export declare const ApplicationRevisionSortBy: {
135
135
  export type ApplicationRevisionSortBy =
136
136
  (typeof ApplicationRevisionSortBy)[keyof typeof ApplicationRevisionSortBy];
137
137
  export interface AppSpecContent {
138
- content?: string;
139
- sha256?: string;
138
+ content?: string | undefined;
139
+ sha256?: string | undefined;
140
140
  }
141
141
  export declare class ArnNotSupportedException extends __BaseException {
142
142
  readonly name: "ArnNotSupportedException";
@@ -153,17 +153,17 @@ export declare const AutoRollbackEvent: {
153
153
  export type AutoRollbackEvent =
154
154
  (typeof AutoRollbackEvent)[keyof typeof AutoRollbackEvent];
155
155
  export interface AutoRollbackConfiguration {
156
- enabled?: boolean;
157
- events?: AutoRollbackEvent[];
156
+ enabled?: boolean | undefined;
157
+ events?: AutoRollbackEvent[] | undefined;
158
158
  }
159
159
  export interface AutoScalingGroup {
160
- name?: string;
161
- hook?: string;
162
- terminationHook?: string;
160
+ name?: string | undefined;
161
+ hook?: string | undefined;
162
+ terminationHook?: string | undefined;
163
163
  }
164
164
  export interface GitHubLocation {
165
- repository?: string;
166
- commitId?: string;
165
+ repository?: string | undefined;
166
+ commitId?: string | undefined;
167
167
  }
168
168
  export declare const RevisionLocationType: {
169
169
  readonly AppSpecContent: "AppSpecContent";
@@ -182,42 +182,42 @@ export declare const BundleType: {
182
182
  };
183
183
  export type BundleType = (typeof BundleType)[keyof typeof BundleType];
184
184
  export interface S3Location {
185
- bucket?: string;
186
- key?: string;
187
- bundleType?: BundleType;
188
- version?: string;
189
- eTag?: string;
185
+ bucket?: string | undefined;
186
+ key?: string | undefined;
187
+ bundleType?: BundleType | undefined;
188
+ version?: string | undefined;
189
+ eTag?: string | undefined;
190
190
  }
191
191
  export interface RawString {
192
- content?: string;
193
- sha256?: string;
192
+ content?: string | undefined;
193
+ sha256?: string | undefined;
194
194
  }
195
195
  export interface RevisionLocation {
196
- revisionType?: RevisionLocationType;
197
- s3Location?: S3Location;
198
- gitHubLocation?: GitHubLocation;
199
- string?: RawString;
200
- appSpecContent?: AppSpecContent;
196
+ revisionType?: RevisionLocationType | undefined;
197
+ s3Location?: S3Location | undefined;
198
+ gitHubLocation?: GitHubLocation | undefined;
199
+ string?: RawString | undefined;
200
+ appSpecContent?: AppSpecContent | undefined;
201
201
  }
202
202
  export interface BatchGetApplicationRevisionsInput {
203
203
  applicationName: string | undefined;
204
204
  revisions: RevisionLocation[] | undefined;
205
205
  }
206
206
  export interface GenericRevisionInfo {
207
- description?: string;
208
- deploymentGroups?: string[];
209
- firstUsedTime?: Date;
210
- lastUsedTime?: Date;
211
- registerTime?: Date;
207
+ description?: string | undefined;
208
+ deploymentGroups?: string[] | undefined;
209
+ firstUsedTime?: Date | undefined;
210
+ lastUsedTime?: Date | undefined;
211
+ registerTime?: Date | undefined;
212
212
  }
213
213
  export interface RevisionInfo {
214
- revisionLocation?: RevisionLocation;
215
- genericRevisionInfo?: GenericRevisionInfo;
214
+ revisionLocation?: RevisionLocation | undefined;
215
+ genericRevisionInfo?: GenericRevisionInfo | undefined;
216
216
  }
217
217
  export interface BatchGetApplicationRevisionsOutput {
218
- applicationName?: string;
219
- errorMessage?: string;
220
- revisions?: RevisionInfo[];
218
+ applicationName?: string | undefined;
219
+ errorMessage?: string | undefined;
220
+ revisions?: RevisionInfo[] | undefined;
221
221
  }
222
222
  export declare class BatchLimitExceededException extends __BaseException {
223
223
  readonly name: "BatchLimitExceededException";
@@ -254,7 +254,7 @@ export interface BatchGetApplicationsInput {
254
254
  applicationNames: string[] | undefined;
255
255
  }
256
256
  export interface BatchGetApplicationsOutput {
257
- applicationsInfo?: ApplicationInfo[];
257
+ applicationsInfo?: ApplicationInfo[] | undefined;
258
258
  }
259
259
  export interface BatchGetDeploymentGroupsInput {
260
260
  applicationName: string | undefined;
@@ -267,8 +267,8 @@ export declare const DeploymentReadyAction: {
267
267
  export type DeploymentReadyAction =
268
268
  (typeof DeploymentReadyAction)[keyof typeof DeploymentReadyAction];
269
269
  export interface DeploymentReadyOption {
270
- actionOnTimeout?: DeploymentReadyAction;
271
- waitTimeInMinutes?: number;
270
+ actionOnTimeout?: DeploymentReadyAction | undefined;
271
+ waitTimeInMinutes?: number | undefined;
272
272
  }
273
273
  export declare const GreenFleetProvisioningAction: {
274
274
  readonly COPY_AUTO_SCALING_GROUP: "COPY_AUTO_SCALING_GROUP";
@@ -277,7 +277,7 @@ export declare const GreenFleetProvisioningAction: {
277
277
  export type GreenFleetProvisioningAction =
278
278
  (typeof GreenFleetProvisioningAction)[keyof typeof GreenFleetProvisioningAction];
279
279
  export interface GreenFleetProvisioningOption {
280
- action?: GreenFleetProvisioningAction;
280
+ action?: GreenFleetProvisioningAction | undefined;
281
281
  }
282
282
  export declare const InstanceAction: {
283
283
  readonly KEEP_ALIVE: "KEEP_ALIVE";
@@ -286,13 +286,15 @@ export declare const InstanceAction: {
286
286
  export type InstanceAction =
287
287
  (typeof InstanceAction)[keyof typeof InstanceAction];
288
288
  export interface BlueInstanceTerminationOption {
289
- action?: InstanceAction;
290
- terminationWaitTimeInMinutes?: number;
289
+ action?: InstanceAction | undefined;
290
+ terminationWaitTimeInMinutes?: number | undefined;
291
291
  }
292
292
  export interface BlueGreenDeploymentConfiguration {
293
- terminateBlueInstancesOnDeploymentSuccess?: BlueInstanceTerminationOption;
294
- deploymentReadyOption?: DeploymentReadyOption;
295
- greenFleetProvisioningOption?: GreenFleetProvisioningOption;
293
+ terminateBlueInstancesOnDeploymentSuccess?:
294
+ | BlueInstanceTerminationOption
295
+ | undefined;
296
+ deploymentReadyOption?: DeploymentReadyOption | undefined;
297
+ greenFleetProvisioningOption?: GreenFleetProvisioningOption | undefined;
296
298
  }
297
299
  export declare const DeploymentOption: {
298
300
  readonly WITHOUT_TRAFFIC_CONTROL: "WITHOUT_TRAFFIC_CONTROL";
@@ -307,8 +309,8 @@ export declare const DeploymentType: {
307
309
  export type DeploymentType =
308
310
  (typeof DeploymentType)[keyof typeof DeploymentType];
309
311
  export interface DeploymentStyle {
310
- deploymentType?: DeploymentType;
311
- deploymentOption?: DeploymentOption;
312
+ deploymentType?: DeploymentType | undefined;
313
+ deploymentOption?: DeploymentOption | undefined;
312
314
  }
313
315
  export declare const EC2TagFilterType: {
314
316
  readonly KEY_AND_VALUE: "KEY_AND_VALUE";
@@ -318,16 +320,16 @@ export declare const EC2TagFilterType: {
318
320
  export type EC2TagFilterType =
319
321
  (typeof EC2TagFilterType)[keyof typeof EC2TagFilterType];
320
322
  export interface EC2TagFilter {
321
- Key?: string;
322
- Value?: string;
323
- Type?: EC2TagFilterType;
323
+ Key?: string | undefined;
324
+ Value?: string | undefined;
325
+ Type?: EC2TagFilterType | undefined;
324
326
  }
325
327
  export interface EC2TagSet {
326
- ec2TagSetList?: EC2TagFilter[][];
328
+ ec2TagSetList?: EC2TagFilter[][] | undefined;
327
329
  }
328
330
  export interface ECSService {
329
- serviceName?: string;
330
- clusterName?: string;
331
+ serviceName?: string | undefined;
332
+ clusterName?: string | undefined;
331
333
  }
332
334
  export declare const DeploymentStatus: {
333
335
  readonly BAKING: "Baking";
@@ -342,29 +344,29 @@ export declare const DeploymentStatus: {
342
344
  export type DeploymentStatus =
343
345
  (typeof DeploymentStatus)[keyof typeof DeploymentStatus];
344
346
  export interface LastDeploymentInfo {
345
- deploymentId?: string;
346
- status?: DeploymentStatus;
347
- endTime?: Date;
348
- createTime?: Date;
347
+ deploymentId?: string | undefined;
348
+ status?: DeploymentStatus | undefined;
349
+ endTime?: Date | undefined;
350
+ createTime?: Date | undefined;
349
351
  }
350
352
  export interface ELBInfo {
351
- name?: string;
353
+ name?: string | undefined;
352
354
  }
353
355
  export interface TargetGroupInfo {
354
- name?: string;
356
+ name?: string | undefined;
355
357
  }
356
358
  export interface TrafficRoute {
357
- listenerArns?: string[];
359
+ listenerArns?: string[] | undefined;
358
360
  }
359
361
  export interface TargetGroupPairInfo {
360
- targetGroups?: TargetGroupInfo[];
361
- prodTrafficRoute?: TrafficRoute;
362
- testTrafficRoute?: TrafficRoute;
362
+ targetGroups?: TargetGroupInfo[] | undefined;
363
+ prodTrafficRoute?: TrafficRoute | undefined;
364
+ testTrafficRoute?: TrafficRoute | undefined;
363
365
  }
364
366
  export interface LoadBalancerInfo {
365
- elbInfoList?: ELBInfo[];
366
- targetGroupInfoList?: TargetGroupInfo[];
367
- targetGroupPairInfoList?: TargetGroupPairInfo[];
367
+ elbInfoList?: ELBInfo[] | undefined;
368
+ targetGroupInfoList?: TargetGroupInfo[] | undefined;
369
+ targetGroupPairInfoList?: TargetGroupPairInfo[] | undefined;
368
370
  }
369
371
  export declare const TagFilterType: {
370
372
  readonly KEY_AND_VALUE: "KEY_AND_VALUE";
@@ -373,12 +375,12 @@ export declare const TagFilterType: {
373
375
  };
374
376
  export type TagFilterType = (typeof TagFilterType)[keyof typeof TagFilterType];
375
377
  export interface TagFilter {
376
- Key?: string;
377
- Value?: string;
378
- Type?: TagFilterType;
378
+ Key?: string | undefined;
379
+ Value?: string | undefined;
380
+ Type?: TagFilterType | undefined;
379
381
  }
380
382
  export interface OnPremisesTagSet {
381
- onPremisesTagSetList?: TagFilter[][];
383
+ onPremisesTagSetList?: TagFilter[][] | undefined;
382
384
  }
383
385
  export declare const OutdatedInstancesStrategy: {
384
386
  readonly Ignore: "IGNORE";
@@ -401,38 +403,40 @@ export declare const TriggerEventType: {
401
403
  export type TriggerEventType =
402
404
  (typeof TriggerEventType)[keyof typeof TriggerEventType];
403
405
  export interface TriggerConfig {
404
- triggerName?: string;
405
- triggerTargetArn?: string;
406
- triggerEvents?: TriggerEventType[];
406
+ triggerName?: string | undefined;
407
+ triggerTargetArn?: string | undefined;
408
+ triggerEvents?: TriggerEventType[] | undefined;
407
409
  }
408
410
  export interface DeploymentGroupInfo {
409
- applicationName?: string;
410
- deploymentGroupId?: string;
411
- deploymentGroupName?: string;
412
- deploymentConfigName?: string;
413
- ec2TagFilters?: EC2TagFilter[];
414
- onPremisesInstanceTagFilters?: TagFilter[];
415
- autoScalingGroups?: AutoScalingGroup[];
416
- serviceRoleArn?: string;
417
- targetRevision?: RevisionLocation;
418
- triggerConfigurations?: TriggerConfig[];
419
- alarmConfiguration?: AlarmConfiguration;
420
- autoRollbackConfiguration?: AutoRollbackConfiguration;
421
- deploymentStyle?: DeploymentStyle;
422
- outdatedInstancesStrategy?: OutdatedInstancesStrategy;
423
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
424
- loadBalancerInfo?: LoadBalancerInfo;
425
- lastSuccessfulDeployment?: LastDeploymentInfo;
426
- lastAttemptedDeployment?: LastDeploymentInfo;
427
- ec2TagSet?: EC2TagSet;
428
- onPremisesTagSet?: OnPremisesTagSet;
429
- computePlatform?: ComputePlatform;
430
- ecsServices?: ECSService[];
431
- terminationHookEnabled?: boolean;
411
+ applicationName?: string | undefined;
412
+ deploymentGroupId?: string | undefined;
413
+ deploymentGroupName?: string | undefined;
414
+ deploymentConfigName?: string | undefined;
415
+ ec2TagFilters?: EC2TagFilter[] | undefined;
416
+ onPremisesInstanceTagFilters?: TagFilter[] | undefined;
417
+ autoScalingGroups?: AutoScalingGroup[] | undefined;
418
+ serviceRoleArn?: string | undefined;
419
+ targetRevision?: RevisionLocation | undefined;
420
+ triggerConfigurations?: TriggerConfig[] | undefined;
421
+ alarmConfiguration?: AlarmConfiguration | undefined;
422
+ autoRollbackConfiguration?: AutoRollbackConfiguration | undefined;
423
+ deploymentStyle?: DeploymentStyle | undefined;
424
+ outdatedInstancesStrategy?: OutdatedInstancesStrategy | undefined;
425
+ blueGreenDeploymentConfiguration?:
426
+ | BlueGreenDeploymentConfiguration
427
+ | undefined;
428
+ loadBalancerInfo?: LoadBalancerInfo | undefined;
429
+ lastSuccessfulDeployment?: LastDeploymentInfo | undefined;
430
+ lastAttemptedDeployment?: LastDeploymentInfo | undefined;
431
+ ec2TagSet?: EC2TagSet | undefined;
432
+ onPremisesTagSet?: OnPremisesTagSet | undefined;
433
+ computePlatform?: ComputePlatform | undefined;
434
+ ecsServices?: ECSService[] | undefined;
435
+ terminationHookEnabled?: boolean | undefined;
432
436
  }
433
437
  export interface BatchGetDeploymentGroupsOutput {
434
- deploymentGroupsInfo?: DeploymentGroupInfo[];
435
- errorMessage?: string;
438
+ deploymentGroupsInfo?: DeploymentGroupInfo[] | undefined;
439
+ errorMessage?: string | undefined;
436
440
  }
437
441
  export declare class DeploymentConfigDoesNotExistException extends __BaseException {
438
442
  readonly name: "DeploymentConfigDoesNotExistException";
@@ -484,10 +488,10 @@ export declare const LifecycleErrorCode: {
484
488
  export type LifecycleErrorCode =
485
489
  (typeof LifecycleErrorCode)[keyof typeof LifecycleErrorCode];
486
490
  export interface Diagnostics {
487
- errorCode?: LifecycleErrorCode;
488
- scriptName?: string;
489
- message?: string;
490
- logTail?: string;
491
+ errorCode?: LifecycleErrorCode | undefined;
492
+ scriptName?: string | undefined;
493
+ message?: string | undefined;
494
+ logTail?: string | undefined;
491
495
  }
492
496
  export declare const LifecycleEventStatus: {
493
497
  readonly FAILED: "Failed";
@@ -500,11 +504,11 @@ export declare const LifecycleEventStatus: {
500
504
  export type LifecycleEventStatus =
501
505
  (typeof LifecycleEventStatus)[keyof typeof LifecycleEventStatus];
502
506
  export interface LifecycleEvent {
503
- lifecycleEventName?: string;
504
- diagnostics?: Diagnostics;
505
- startTime?: Date;
506
- endTime?: Date;
507
- status?: LifecycleEventStatus;
507
+ lifecycleEventName?: string | undefined;
508
+ diagnostics?: Diagnostics | undefined;
509
+ startTime?: Date | undefined;
510
+ endTime?: Date | undefined;
511
+ status?: LifecycleEventStatus | undefined;
508
512
  }
509
513
  export declare const InstanceStatus: {
510
514
  readonly FAILED: "Failed";
@@ -518,16 +522,16 @@ export declare const InstanceStatus: {
518
522
  export type InstanceStatus =
519
523
  (typeof InstanceStatus)[keyof typeof InstanceStatus];
520
524
  export interface InstanceSummary {
521
- deploymentId?: string;
522
- instanceId?: string;
523
- status?: InstanceStatus;
524
- lastUpdatedAt?: Date;
525
- lifecycleEvents?: LifecycleEvent[];
526
- instanceType?: _InstanceType;
525
+ deploymentId?: string | undefined;
526
+ instanceId?: string | undefined;
527
+ status?: InstanceStatus | undefined;
528
+ lastUpdatedAt?: Date | undefined;
529
+ lifecycleEvents?: LifecycleEvent[] | undefined;
530
+ instanceType?: _InstanceType | undefined;
527
531
  }
528
532
  export interface BatchGetDeploymentInstancesOutput {
529
- instancesSummary?: InstanceSummary[];
530
- errorMessage?: string;
533
+ instancesSummary?: InstanceSummary[] | undefined;
534
+ errorMessage?: string | undefined;
531
535
  }
532
536
  export declare class DeploymentDoesNotExistException extends __BaseException {
533
537
  readonly name: "DeploymentDoesNotExistException";
@@ -586,12 +590,12 @@ export declare const DeploymentCreator: {
586
590
  export type DeploymentCreator =
587
591
  (typeof DeploymentCreator)[keyof typeof DeploymentCreator];
588
592
  export interface DeploymentOverview {
589
- Pending?: number;
590
- InProgress?: number;
591
- Succeeded?: number;
592
- Failed?: number;
593
- Skipped?: number;
594
- Ready?: number;
593
+ Pending?: number | undefined;
594
+ InProgress?: number | undefined;
595
+ Succeeded?: number | undefined;
596
+ Failed?: number | undefined;
597
+ Skipped?: number | undefined;
598
+ Ready?: number | undefined;
595
599
  }
596
600
  export declare const ErrorCode: {
597
601
  readonly AGENT_ISSUE: "AGENT_ISSUE";
@@ -631,8 +635,8 @@ export declare const ErrorCode: {
631
635
  };
632
636
  export type ErrorCode = (typeof ErrorCode)[keyof typeof ErrorCode];
633
637
  export interface ErrorInformation {
634
- code?: ErrorCode;
635
- message?: string;
638
+ code?: ErrorCode | undefined;
639
+ message?: string | undefined;
636
640
  }
637
641
  export declare const FileExistsBehavior: {
638
642
  readonly DISALLOW: "DISALLOW";
@@ -642,53 +646,55 @@ export declare const FileExistsBehavior: {
642
646
  export type FileExistsBehavior =
643
647
  (typeof FileExistsBehavior)[keyof typeof FileExistsBehavior];
644
648
  export interface RelatedDeployments {
645
- autoUpdateOutdatedInstancesRootDeploymentId?: string;
646
- autoUpdateOutdatedInstancesDeploymentIds?: string[];
649
+ autoUpdateOutdatedInstancesRootDeploymentId?: string | undefined;
650
+ autoUpdateOutdatedInstancesDeploymentIds?: string[] | undefined;
647
651
  }
648
652
  export interface RollbackInfo {
649
- rollbackDeploymentId?: string;
650
- rollbackTriggeringDeploymentId?: string;
651
- rollbackMessage?: string;
653
+ rollbackDeploymentId?: string | undefined;
654
+ rollbackTriggeringDeploymentId?: string | undefined;
655
+ rollbackMessage?: string | undefined;
652
656
  }
653
657
  export interface TargetInstances {
654
- tagFilters?: EC2TagFilter[];
655
- autoScalingGroups?: string[];
656
- ec2TagSet?: EC2TagSet;
658
+ tagFilters?: EC2TagFilter[] | undefined;
659
+ autoScalingGroups?: string[] | undefined;
660
+ ec2TagSet?: EC2TagSet | undefined;
657
661
  }
658
662
  export interface DeploymentInfo {
659
- applicationName?: string;
660
- deploymentGroupName?: string;
661
- deploymentConfigName?: string;
662
- deploymentId?: string;
663
- previousRevision?: RevisionLocation;
664
- revision?: RevisionLocation;
665
- status?: DeploymentStatus;
666
- errorInformation?: ErrorInformation;
667
- createTime?: Date;
668
- startTime?: Date;
669
- completeTime?: Date;
670
- deploymentOverview?: DeploymentOverview;
671
- description?: string;
672
- creator?: DeploymentCreator;
673
- ignoreApplicationStopFailures?: boolean;
674
- autoRollbackConfiguration?: AutoRollbackConfiguration;
675
- updateOutdatedInstancesOnly?: boolean;
676
- rollbackInfo?: RollbackInfo;
677
- deploymentStyle?: DeploymentStyle;
678
- targetInstances?: TargetInstances;
679
- instanceTerminationWaitTimeStarted?: boolean;
680
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
681
- loadBalancerInfo?: LoadBalancerInfo;
682
- additionalDeploymentStatusInfo?: string;
683
- fileExistsBehavior?: FileExistsBehavior;
684
- deploymentStatusMessages?: string[];
685
- computePlatform?: ComputePlatform;
686
- externalId?: string;
687
- relatedDeployments?: RelatedDeployments;
688
- overrideAlarmConfiguration?: AlarmConfiguration;
663
+ applicationName?: string | undefined;
664
+ deploymentGroupName?: string | undefined;
665
+ deploymentConfigName?: string | undefined;
666
+ deploymentId?: string | undefined;
667
+ previousRevision?: RevisionLocation | undefined;
668
+ revision?: RevisionLocation | undefined;
669
+ status?: DeploymentStatus | undefined;
670
+ errorInformation?: ErrorInformation | undefined;
671
+ createTime?: Date | undefined;
672
+ startTime?: Date | undefined;
673
+ completeTime?: Date | undefined;
674
+ deploymentOverview?: DeploymentOverview | undefined;
675
+ description?: string | undefined;
676
+ creator?: DeploymentCreator | undefined;
677
+ ignoreApplicationStopFailures?: boolean | undefined;
678
+ autoRollbackConfiguration?: AutoRollbackConfiguration | undefined;
679
+ updateOutdatedInstancesOnly?: boolean | undefined;
680
+ rollbackInfo?: RollbackInfo | undefined;
681
+ deploymentStyle?: DeploymentStyle | undefined;
682
+ targetInstances?: TargetInstances | undefined;
683
+ instanceTerminationWaitTimeStarted?: boolean | undefined;
684
+ blueGreenDeploymentConfiguration?:
685
+ | BlueGreenDeploymentConfiguration
686
+ | undefined;
687
+ loadBalancerInfo?: LoadBalancerInfo | undefined;
688
+ additionalDeploymentStatusInfo?: string | undefined;
689
+ fileExistsBehavior?: FileExistsBehavior | undefined;
690
+ deploymentStatusMessages?: string[] | undefined;
691
+ computePlatform?: ComputePlatform | undefined;
692
+ externalId?: string | undefined;
693
+ relatedDeployments?: RelatedDeployments | undefined;
694
+ overrideAlarmConfiguration?: AlarmConfiguration | undefined;
689
695
  }
690
696
  export interface BatchGetDeploymentsOutput {
691
- deploymentsInfo?: DeploymentInfo[];
697
+ deploymentsInfo?: DeploymentInfo[] | undefined;
692
698
  }
693
699
  export interface BatchGetDeploymentTargetsInput {
694
700
  deploymentId: string | undefined;
@@ -705,13 +711,13 @@ export declare const TargetStatus: {
705
711
  };
706
712
  export type TargetStatus = (typeof TargetStatus)[keyof typeof TargetStatus];
707
713
  export interface CloudFormationTarget {
708
- deploymentId?: string;
709
- targetId?: string;
710
- lastUpdatedAt?: Date;
711
- lifecycleEvents?: LifecycleEvent[];
712
- status?: TargetStatus;
713
- resourceType?: string;
714
- targetVersionWeight?: number;
714
+ deploymentId?: string | undefined;
715
+ targetId?: string | undefined;
716
+ lastUpdatedAt?: Date | undefined;
717
+ lifecycleEvents?: LifecycleEvent[] | undefined;
718
+ status?: TargetStatus | undefined;
719
+ resourceType?: string | undefined;
720
+ targetVersionWeight?: number | undefined;
715
721
  }
716
722
  export declare const DeploymentTargetType: {
717
723
  readonly CLOUDFORMATION_TARGET: "CloudFormationTarget";
@@ -727,58 +733,58 @@ export declare const TargetLabel: {
727
733
  };
728
734
  export type TargetLabel = (typeof TargetLabel)[keyof typeof TargetLabel];
729
735
  export interface ECSTaskSet {
730
- identifer?: string;
731
- desiredCount?: number;
732
- pendingCount?: number;
733
- runningCount?: number;
734
- status?: string;
735
- trafficWeight?: number;
736
- targetGroup?: TargetGroupInfo;
737
- taskSetLabel?: TargetLabel;
736
+ identifer?: string | undefined;
737
+ desiredCount?: number | undefined;
738
+ pendingCount?: number | undefined;
739
+ runningCount?: number | undefined;
740
+ status?: string | undefined;
741
+ trafficWeight?: number | undefined;
742
+ targetGroup?: TargetGroupInfo | undefined;
743
+ taskSetLabel?: TargetLabel | undefined;
738
744
  }
739
745
  export interface ECSTarget {
740
- deploymentId?: string;
741
- targetId?: string;
742
- targetArn?: string;
743
- lastUpdatedAt?: Date;
744
- lifecycleEvents?: LifecycleEvent[];
745
- status?: TargetStatus;
746
- taskSetsInfo?: ECSTaskSet[];
746
+ deploymentId?: string | undefined;
747
+ targetId?: string | undefined;
748
+ targetArn?: string | undefined;
749
+ lastUpdatedAt?: Date | undefined;
750
+ lifecycleEvents?: LifecycleEvent[] | undefined;
751
+ status?: TargetStatus | undefined;
752
+ taskSetsInfo?: ECSTaskSet[] | undefined;
747
753
  }
748
754
  export interface InstanceTarget {
749
- deploymentId?: string;
750
- targetId?: string;
751
- targetArn?: string;
752
- status?: TargetStatus;
753
- lastUpdatedAt?: Date;
754
- lifecycleEvents?: LifecycleEvent[];
755
- instanceLabel?: TargetLabel;
755
+ deploymentId?: string | undefined;
756
+ targetId?: string | undefined;
757
+ targetArn?: string | undefined;
758
+ status?: TargetStatus | undefined;
759
+ lastUpdatedAt?: Date | undefined;
760
+ lifecycleEvents?: LifecycleEvent[] | undefined;
761
+ instanceLabel?: TargetLabel | undefined;
756
762
  }
757
763
  export interface LambdaFunctionInfo {
758
- functionName?: string;
759
- functionAlias?: string;
760
- currentVersion?: string;
761
- targetVersion?: string;
762
- targetVersionWeight?: number;
764
+ functionName?: string | undefined;
765
+ functionAlias?: string | undefined;
766
+ currentVersion?: string | undefined;
767
+ targetVersion?: string | undefined;
768
+ targetVersionWeight?: number | undefined;
763
769
  }
764
770
  export interface LambdaTarget {
765
- deploymentId?: string;
766
- targetId?: string;
767
- targetArn?: string;
768
- status?: TargetStatus;
769
- lastUpdatedAt?: Date;
770
- lifecycleEvents?: LifecycleEvent[];
771
- lambdaFunctionInfo?: LambdaFunctionInfo;
771
+ deploymentId?: string | undefined;
772
+ targetId?: string | undefined;
773
+ targetArn?: string | undefined;
774
+ status?: TargetStatus | undefined;
775
+ lastUpdatedAt?: Date | undefined;
776
+ lifecycleEvents?: LifecycleEvent[] | undefined;
777
+ lambdaFunctionInfo?: LambdaFunctionInfo | undefined;
772
778
  }
773
779
  export interface DeploymentTarget {
774
- deploymentTargetType?: DeploymentTargetType;
775
- instanceTarget?: InstanceTarget;
776
- lambdaTarget?: LambdaTarget;
777
- ecsTarget?: ECSTarget;
778
- cloudFormationTarget?: CloudFormationTarget;
780
+ deploymentTargetType?: DeploymentTargetType | undefined;
781
+ instanceTarget?: InstanceTarget | undefined;
782
+ lambdaTarget?: LambdaTarget | undefined;
783
+ ecsTarget?: ECSTarget | undefined;
784
+ cloudFormationTarget?: CloudFormationTarget | undefined;
779
785
  }
780
786
  export interface BatchGetDeploymentTargetsOutput {
781
- deploymentTargets?: DeploymentTarget[];
787
+ deploymentTargets?: DeploymentTarget[] | undefined;
782
788
  }
783
789
  export declare class DeploymentNotStartedException extends __BaseException {
784
790
  readonly name: "DeploymentNotStartedException";
@@ -838,16 +844,16 @@ export interface BatchGetOnPremisesInstancesInput {
838
844
  instanceNames: string[] | undefined;
839
845
  }
840
846
  export interface InstanceInfo {
841
- instanceName?: string;
842
- iamSessionArn?: string;
843
- iamUserArn?: string;
844
- instanceArn?: string;
845
- registerTime?: Date;
846
- deregisterTime?: Date;
847
- tags?: Tag[];
847
+ instanceName?: string | undefined;
848
+ iamSessionArn?: string | undefined;
849
+ iamUserArn?: string | undefined;
850
+ instanceArn?: string | undefined;
851
+ registerTime?: Date | undefined;
852
+ deregisterTime?: Date | undefined;
853
+ tags?: Tag[] | undefined;
848
854
  }
849
855
  export interface BatchGetOnPremisesInstancesOutput {
850
- instanceInfos?: InstanceInfo[];
856
+ instanceInfos?: InstanceInfo[] | undefined;
851
857
  }
852
858
  export declare class BucketNameFilterRequiredException extends __BaseException {
853
859
  readonly name: "BucketNameFilterRequiredException";
@@ -866,8 +872,8 @@ export declare const DeploymentWaitType: {
866
872
  export type DeploymentWaitType =
867
873
  (typeof DeploymentWaitType)[keyof typeof DeploymentWaitType];
868
874
  export interface ContinueDeploymentInput {
869
- deploymentId?: string;
870
- deploymentWaitType?: DeploymentWaitType;
875
+ deploymentId?: string | undefined;
876
+ deploymentWaitType?: DeploymentWaitType | undefined;
871
877
  }
872
878
  export declare class DeploymentAlreadyCompletedException extends __BaseException {
873
879
  readonly name: "DeploymentAlreadyCompletedException";
@@ -921,11 +927,11 @@ export declare class UnsupportedActionForDeploymentTypeException extends __BaseE
921
927
  }
922
928
  export interface CreateApplicationInput {
923
929
  applicationName: string | undefined;
924
- computePlatform?: ComputePlatform;
925
- tags?: Tag[];
930
+ computePlatform?: ComputePlatform | undefined;
931
+ tags?: Tag[] | undefined;
926
932
  }
927
933
  export interface CreateApplicationOutput {
928
- applicationId?: string;
934
+ applicationId?: string | undefined;
929
935
  }
930
936
  export declare class InvalidTagsToAddException extends __BaseException {
931
937
  readonly name: "InvalidTagsToAddException";
@@ -936,19 +942,19 @@ export declare class InvalidTagsToAddException extends __BaseException {
936
942
  }
937
943
  export interface CreateDeploymentInput {
938
944
  applicationName: string | undefined;
939
- deploymentGroupName?: string;
940
- revision?: RevisionLocation;
941
- deploymentConfigName?: string;
942
- description?: string;
943
- ignoreApplicationStopFailures?: boolean;
944
- targetInstances?: TargetInstances;
945
- autoRollbackConfiguration?: AutoRollbackConfiguration;
946
- updateOutdatedInstancesOnly?: boolean;
947
- fileExistsBehavior?: FileExistsBehavior;
948
- overrideAlarmConfiguration?: AlarmConfiguration;
945
+ deploymentGroupName?: string | undefined;
946
+ revision?: RevisionLocation | undefined;
947
+ deploymentConfigName?: string | undefined;
948
+ description?: string | undefined;
949
+ ignoreApplicationStopFailures?: boolean | undefined;
950
+ targetInstances?: TargetInstances | undefined;
951
+ autoRollbackConfiguration?: AutoRollbackConfiguration | undefined;
952
+ updateOutdatedInstancesOnly?: boolean | undefined;
953
+ fileExistsBehavior?: FileExistsBehavior | undefined;
954
+ overrideAlarmConfiguration?: AlarmConfiguration | undefined;
949
955
  }
950
956
  export interface CreateDeploymentOutput {
951
- deploymentId?: string;
957
+ deploymentId?: string | undefined;
952
958
  }
953
959
  export declare class DeploymentGroupDoesNotExistException extends __BaseException {
954
960
  readonly name: "DeploymentGroupDoesNotExistException";
@@ -1112,16 +1118,16 @@ export declare const MinimumHealthyHostsType: {
1112
1118
  export type MinimumHealthyHostsType =
1113
1119
  (typeof MinimumHealthyHostsType)[keyof typeof MinimumHealthyHostsType];
1114
1120
  export interface MinimumHealthyHosts {
1115
- type?: MinimumHealthyHostsType;
1116
- value?: number;
1121
+ type?: MinimumHealthyHostsType | undefined;
1122
+ value?: number | undefined;
1117
1123
  }
1118
1124
  export interface TimeBasedCanary {
1119
- canaryPercentage?: number;
1120
- canaryInterval?: number;
1125
+ canaryPercentage?: number | undefined;
1126
+ canaryInterval?: number | undefined;
1121
1127
  }
1122
1128
  export interface TimeBasedLinear {
1123
- linearPercentage?: number;
1124
- linearInterval?: number;
1129
+ linearPercentage?: number | undefined;
1130
+ linearInterval?: number | undefined;
1125
1131
  }
1126
1132
  export declare const TrafficRoutingType: {
1127
1133
  readonly AllAtOnce: "AllAtOnce";
@@ -1131,9 +1137,9 @@ export declare const TrafficRoutingType: {
1131
1137
  export type TrafficRoutingType =
1132
1138
  (typeof TrafficRoutingType)[keyof typeof TrafficRoutingType];
1133
1139
  export interface TrafficRoutingConfig {
1134
- type?: TrafficRoutingType;
1135
- timeBasedCanary?: TimeBasedCanary;
1136
- timeBasedLinear?: TimeBasedLinear;
1140
+ type?: TrafficRoutingType | undefined;
1141
+ timeBasedCanary?: TimeBasedCanary | undefined;
1142
+ timeBasedLinear?: TimeBasedLinear | undefined;
1137
1143
  }
1138
1144
  export declare const MinimumHealthyHostsPerZoneType: {
1139
1145
  readonly FLEET_PERCENT: "FLEET_PERCENT";
@@ -1142,23 +1148,23 @@ export declare const MinimumHealthyHostsPerZoneType: {
1142
1148
  export type MinimumHealthyHostsPerZoneType =
1143
1149
  (typeof MinimumHealthyHostsPerZoneType)[keyof typeof MinimumHealthyHostsPerZoneType];
1144
1150
  export interface MinimumHealthyHostsPerZone {
1145
- type?: MinimumHealthyHostsPerZoneType;
1146
- value?: number;
1151
+ type?: MinimumHealthyHostsPerZoneType | undefined;
1152
+ value?: number | undefined;
1147
1153
  }
1148
1154
  export interface ZonalConfig {
1149
- firstZoneMonitorDurationInSeconds?: number;
1150
- monitorDurationInSeconds?: number;
1151
- minimumHealthyHostsPerZone?: MinimumHealthyHostsPerZone;
1155
+ firstZoneMonitorDurationInSeconds?: number | undefined;
1156
+ monitorDurationInSeconds?: number | undefined;
1157
+ minimumHealthyHostsPerZone?: MinimumHealthyHostsPerZone | undefined;
1152
1158
  }
1153
1159
  export interface CreateDeploymentConfigInput {
1154
1160
  deploymentConfigName: string | undefined;
1155
- minimumHealthyHosts?: MinimumHealthyHosts;
1156
- trafficRoutingConfig?: TrafficRoutingConfig;
1157
- computePlatform?: ComputePlatform;
1158
- zonalConfig?: ZonalConfig;
1161
+ minimumHealthyHosts?: MinimumHealthyHosts | undefined;
1162
+ trafficRoutingConfig?: TrafficRoutingConfig | undefined;
1163
+ computePlatform?: ComputePlatform | undefined;
1164
+ zonalConfig?: ZonalConfig | undefined;
1159
1165
  }
1160
1166
  export interface CreateDeploymentConfigOutput {
1161
- deploymentConfigId?: string;
1167
+ deploymentConfigId?: string | undefined;
1162
1168
  }
1163
1169
  export declare class DeploymentConfigAlreadyExistsException extends __BaseException {
1164
1170
  readonly name: "DeploymentConfigAlreadyExistsException";
@@ -1213,26 +1219,28 @@ export declare class InvalidZonalDeploymentConfigurationException extends __Base
1213
1219
  export interface CreateDeploymentGroupInput {
1214
1220
  applicationName: string | undefined;
1215
1221
  deploymentGroupName: string | undefined;
1216
- deploymentConfigName?: string;
1217
- ec2TagFilters?: EC2TagFilter[];
1218
- onPremisesInstanceTagFilters?: TagFilter[];
1219
- autoScalingGroups?: string[];
1222
+ deploymentConfigName?: string | undefined;
1223
+ ec2TagFilters?: EC2TagFilter[] | undefined;
1224
+ onPremisesInstanceTagFilters?: TagFilter[] | undefined;
1225
+ autoScalingGroups?: string[] | undefined;
1220
1226
  serviceRoleArn: string | undefined;
1221
- triggerConfigurations?: TriggerConfig[];
1222
- alarmConfiguration?: AlarmConfiguration;
1223
- autoRollbackConfiguration?: AutoRollbackConfiguration;
1224
- outdatedInstancesStrategy?: OutdatedInstancesStrategy;
1225
- deploymentStyle?: DeploymentStyle;
1226
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
1227
- loadBalancerInfo?: LoadBalancerInfo;
1228
- ec2TagSet?: EC2TagSet;
1229
- ecsServices?: ECSService[];
1230
- onPremisesTagSet?: OnPremisesTagSet;
1231
- tags?: Tag[];
1232
- terminationHookEnabled?: boolean;
1227
+ triggerConfigurations?: TriggerConfig[] | undefined;
1228
+ alarmConfiguration?: AlarmConfiguration | undefined;
1229
+ autoRollbackConfiguration?: AutoRollbackConfiguration | undefined;
1230
+ outdatedInstancesStrategy?: OutdatedInstancesStrategy | undefined;
1231
+ deploymentStyle?: DeploymentStyle | undefined;
1232
+ blueGreenDeploymentConfiguration?:
1233
+ | BlueGreenDeploymentConfiguration
1234
+ | undefined;
1235
+ loadBalancerInfo?: LoadBalancerInfo | undefined;
1236
+ ec2TagSet?: EC2TagSet | undefined;
1237
+ ecsServices?: ECSService[] | undefined;
1238
+ onPremisesTagSet?: OnPremisesTagSet | undefined;
1239
+ tags?: Tag[] | undefined;
1240
+ terminationHookEnabled?: boolean | undefined;
1233
1241
  }
1234
1242
  export interface CreateDeploymentGroupOutput {
1235
- deploymentGroupId?: string;
1243
+ deploymentGroupId?: string | undefined;
1236
1244
  }
1237
1245
  export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
1238
1246
  readonly name: "DeploymentGroupAlreadyExistsException";
@@ -1404,13 +1412,13 @@ export interface DeleteDeploymentGroupInput {
1404
1412
  deploymentGroupName: string | undefined;
1405
1413
  }
1406
1414
  export interface DeleteDeploymentGroupOutput {
1407
- hooksNotCleanedUp?: AutoScalingGroup[];
1415
+ hooksNotCleanedUp?: AutoScalingGroup[] | undefined;
1408
1416
  }
1409
1417
  export interface DeleteGitHubAccountTokenInput {
1410
- tokenName?: string;
1418
+ tokenName?: string | undefined;
1411
1419
  }
1412
1420
  export interface DeleteGitHubAccountTokenOutput {
1413
- tokenName?: string;
1421
+ tokenName?: string | undefined;
1414
1422
  }
1415
1423
  export declare class GitHubAccountTokenDoesNotExistException extends __BaseException {
1416
1424
  readonly name: "GitHubAccountTokenDoesNotExistException";
@@ -1457,7 +1465,7 @@ export declare class ResourceValidationException extends __BaseException {
1457
1465
  );
1458
1466
  }
1459
1467
  export interface DeleteResourcesByExternalIdInput {
1460
- externalId?: string;
1468
+ externalId?: string | undefined;
1461
1469
  }
1462
1470
  export interface DeleteResourcesByExternalIdOutput {}
1463
1471
  export interface DeregisterOnPremisesInstanceInput {
@@ -1467,64 +1475,64 @@ export interface GetApplicationInput {
1467
1475
  applicationName: string | undefined;
1468
1476
  }
1469
1477
  export interface GetApplicationOutput {
1470
- application?: ApplicationInfo;
1478
+ application?: ApplicationInfo | undefined;
1471
1479
  }
1472
1480
  export interface GetApplicationRevisionInput {
1473
1481
  applicationName: string | undefined;
1474
1482
  revision: RevisionLocation | undefined;
1475
1483
  }
1476
1484
  export interface GetApplicationRevisionOutput {
1477
- applicationName?: string;
1478
- revision?: RevisionLocation;
1479
- revisionInfo?: GenericRevisionInfo;
1485
+ applicationName?: string | undefined;
1486
+ revision?: RevisionLocation | undefined;
1487
+ revisionInfo?: GenericRevisionInfo | undefined;
1480
1488
  }
1481
1489
  export interface GetDeploymentInput {
1482
1490
  deploymentId: string | undefined;
1483
1491
  }
1484
1492
  export interface GetDeploymentOutput {
1485
- deploymentInfo?: DeploymentInfo;
1493
+ deploymentInfo?: DeploymentInfo | undefined;
1486
1494
  }
1487
1495
  export interface GetDeploymentConfigInput {
1488
1496
  deploymentConfigName: string | undefined;
1489
1497
  }
1490
1498
  export interface DeploymentConfigInfo {
1491
- deploymentConfigId?: string;
1492
- deploymentConfigName?: string;
1493
- minimumHealthyHosts?: MinimumHealthyHosts;
1494
- createTime?: Date;
1495
- computePlatform?: ComputePlatform;
1496
- trafficRoutingConfig?: TrafficRoutingConfig;
1497
- zonalConfig?: ZonalConfig;
1499
+ deploymentConfigId?: string | undefined;
1500
+ deploymentConfigName?: string | undefined;
1501
+ minimumHealthyHosts?: MinimumHealthyHosts | undefined;
1502
+ createTime?: Date | undefined;
1503
+ computePlatform?: ComputePlatform | undefined;
1504
+ trafficRoutingConfig?: TrafficRoutingConfig | undefined;
1505
+ zonalConfig?: ZonalConfig | undefined;
1498
1506
  }
1499
1507
  export interface GetDeploymentConfigOutput {
1500
- deploymentConfigInfo?: DeploymentConfigInfo;
1508
+ deploymentConfigInfo?: DeploymentConfigInfo | undefined;
1501
1509
  }
1502
1510
  export interface GetDeploymentGroupInput {
1503
1511
  applicationName: string | undefined;
1504
1512
  deploymentGroupName: string | undefined;
1505
1513
  }
1506
1514
  export interface GetDeploymentGroupOutput {
1507
- deploymentGroupInfo?: DeploymentGroupInfo;
1515
+ deploymentGroupInfo?: DeploymentGroupInfo | undefined;
1508
1516
  }
1509
1517
  export interface GetDeploymentInstanceInput {
1510
1518
  deploymentId: string | undefined;
1511
1519
  instanceId: string | undefined;
1512
1520
  }
1513
1521
  export interface GetDeploymentInstanceOutput {
1514
- instanceSummary?: InstanceSummary;
1522
+ instanceSummary?: InstanceSummary | undefined;
1515
1523
  }
1516
1524
  export interface GetDeploymentTargetInput {
1517
1525
  deploymentId: string | undefined;
1518
1526
  targetId: string | undefined;
1519
1527
  }
1520
1528
  export interface GetDeploymentTargetOutput {
1521
- deploymentTarget?: DeploymentTarget;
1529
+ deploymentTarget?: DeploymentTarget | undefined;
1522
1530
  }
1523
1531
  export interface GetOnPremisesInstanceInput {
1524
1532
  instanceName: string | undefined;
1525
1533
  }
1526
1534
  export interface GetOnPremisesInstanceOutput {
1527
- instanceInfo?: InstanceInfo;
1535
+ instanceInfo?: InstanceInfo | undefined;
1528
1536
  }
1529
1537
  export declare class InvalidBucketNameFilterException extends __BaseException {
1530
1538
  readonly name: "InvalidBucketNameFilterException";
@@ -1591,39 +1599,39 @@ export declare const SortOrder: {
1591
1599
  export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
1592
1600
  export interface ListApplicationRevisionsInput {
1593
1601
  applicationName: string | undefined;
1594
- sortBy?: ApplicationRevisionSortBy;
1595
- sortOrder?: SortOrder;
1596
- s3Bucket?: string;
1597
- s3KeyPrefix?: string;
1598
- deployed?: ListStateFilterAction;
1599
- nextToken?: string;
1602
+ sortBy?: ApplicationRevisionSortBy | undefined;
1603
+ sortOrder?: SortOrder | undefined;
1604
+ s3Bucket?: string | undefined;
1605
+ s3KeyPrefix?: string | undefined;
1606
+ deployed?: ListStateFilterAction | undefined;
1607
+ nextToken?: string | undefined;
1600
1608
  }
1601
1609
  export interface ListApplicationRevisionsOutput {
1602
- revisions?: RevisionLocation[];
1603
- nextToken?: string;
1610
+ revisions?: RevisionLocation[] | undefined;
1611
+ nextToken?: string | undefined;
1604
1612
  }
1605
1613
  export interface ListApplicationsInput {
1606
- nextToken?: string;
1614
+ nextToken?: string | undefined;
1607
1615
  }
1608
1616
  export interface ListApplicationsOutput {
1609
- applications?: string[];
1610
- nextToken?: string;
1617
+ applications?: string[] | undefined;
1618
+ nextToken?: string | undefined;
1611
1619
  }
1612
1620
  export interface ListDeploymentConfigsInput {
1613
- nextToken?: string;
1621
+ nextToken?: string | undefined;
1614
1622
  }
1615
1623
  export interface ListDeploymentConfigsOutput {
1616
- deploymentConfigsList?: string[];
1617
- nextToken?: string;
1624
+ deploymentConfigsList?: string[] | undefined;
1625
+ nextToken?: string | undefined;
1618
1626
  }
1619
1627
  export interface ListDeploymentGroupsInput {
1620
1628
  applicationName: string | undefined;
1621
- nextToken?: string;
1629
+ nextToken?: string | undefined;
1622
1630
  }
1623
1631
  export interface ListDeploymentGroupsOutput {
1624
- applicationName?: string;
1625
- deploymentGroups?: string[];
1626
- nextToken?: string;
1632
+ applicationName?: string | undefined;
1633
+ deploymentGroups?: string[] | undefined;
1634
+ nextToken?: string | undefined;
1627
1635
  }
1628
1636
  export declare class InvalidDeploymentInstanceTypeException extends __BaseException {
1629
1637
  readonly name: "InvalidDeploymentInstanceTypeException";
@@ -1661,13 +1669,13 @@ export declare class InvalidTargetFilterNameException extends __BaseException {
1661
1669
  }
1662
1670
  export interface ListDeploymentInstancesInput {
1663
1671
  deploymentId: string | undefined;
1664
- nextToken?: string;
1665
- instanceStatusFilter?: InstanceStatus[];
1666
- instanceTypeFilter?: _InstanceType[];
1672
+ nextToken?: string | undefined;
1673
+ instanceStatusFilter?: InstanceStatus[] | undefined;
1674
+ instanceTypeFilter?: _InstanceType[] | undefined;
1667
1675
  }
1668
1676
  export interface ListDeploymentInstancesOutput {
1669
- instancesList?: string[];
1670
- nextToken?: string;
1677
+ instancesList?: string[] | undefined;
1678
+ nextToken?: string | undefined;
1671
1679
  }
1672
1680
  export declare class InvalidExternalIdException extends __BaseException {
1673
1681
  readonly name: "InvalidExternalIdException";
@@ -1684,20 +1692,20 @@ export declare class InvalidTimeRangeException extends __BaseException {
1684
1692
  );
1685
1693
  }
1686
1694
  export interface TimeRange {
1687
- start?: Date;
1688
- end?: Date;
1695
+ start?: Date | undefined;
1696
+ end?: Date | undefined;
1689
1697
  }
1690
1698
  export interface ListDeploymentsInput {
1691
- applicationName?: string;
1692
- deploymentGroupName?: string;
1693
- externalId?: string;
1694
- includeOnlyStatuses?: DeploymentStatus[];
1695
- createTimeRange?: TimeRange;
1696
- nextToken?: string;
1699
+ applicationName?: string | undefined;
1700
+ deploymentGroupName?: string | undefined;
1701
+ externalId?: string | undefined;
1702
+ includeOnlyStatuses?: DeploymentStatus[] | undefined;
1703
+ createTimeRange?: TimeRange | undefined;
1704
+ nextToken?: string | undefined;
1697
1705
  }
1698
1706
  export interface ListDeploymentsOutput {
1699
- deployments?: string[];
1700
- nextToken?: string;
1707
+ deployments?: string[] | undefined;
1708
+ nextToken?: string | undefined;
1701
1709
  }
1702
1710
  export declare const TargetFilterName: {
1703
1711
  readonly SERVER_INSTANCE_LABEL: "ServerInstanceLabel";
@@ -1707,19 +1715,19 @@ export type TargetFilterName =
1707
1715
  (typeof TargetFilterName)[keyof typeof TargetFilterName];
1708
1716
  export interface ListDeploymentTargetsInput {
1709
1717
  deploymentId: string | undefined;
1710
- nextToken?: string;
1711
- targetFilters?: Partial<Record<TargetFilterName, string[]>>;
1718
+ nextToken?: string | undefined;
1719
+ targetFilters?: Partial<Record<TargetFilterName, string[]>> | undefined;
1712
1720
  }
1713
1721
  export interface ListDeploymentTargetsOutput {
1714
- targetIds?: string[];
1715
- nextToken?: string;
1722
+ targetIds?: string[] | undefined;
1723
+ nextToken?: string | undefined;
1716
1724
  }
1717
1725
  export interface ListGitHubAccountTokenNamesInput {
1718
- nextToken?: string;
1726
+ nextToken?: string | undefined;
1719
1727
  }
1720
1728
  export interface ListGitHubAccountTokenNamesOutput {
1721
- tokenNameList?: string[];
1722
- nextToken?: string;
1729
+ tokenNameList?: string[] | undefined;
1730
+ nextToken?: string | undefined;
1723
1731
  }
1724
1732
  export declare class InvalidRegistrationStatusException extends __BaseException {
1725
1733
  readonly name: "InvalidRegistrationStatusException";
@@ -1745,13 +1753,13 @@ export declare const RegistrationStatus: {
1745
1753
  export type RegistrationStatus =
1746
1754
  (typeof RegistrationStatus)[keyof typeof RegistrationStatus];
1747
1755
  export interface ListOnPremisesInstancesInput {
1748
- registrationStatus?: RegistrationStatus;
1749
- tagFilters?: TagFilter[];
1750
- nextToken?: string;
1756
+ registrationStatus?: RegistrationStatus | undefined;
1757
+ tagFilters?: TagFilter[] | undefined;
1758
+ nextToken?: string | undefined;
1751
1759
  }
1752
1760
  export interface ListOnPremisesInstancesOutput {
1753
- instanceNames?: string[];
1754
- nextToken?: string;
1761
+ instanceNames?: string[] | undefined;
1762
+ nextToken?: string | undefined;
1755
1763
  }
1756
1764
  export declare class InvalidArnException extends __BaseException {
1757
1765
  readonly name: "InvalidArnException";
@@ -1762,11 +1770,11 @@ export declare class InvalidArnException extends __BaseException {
1762
1770
  }
1763
1771
  export interface ListTagsForResourceInput {
1764
1772
  ResourceArn: string | undefined;
1765
- NextToken?: string;
1773
+ NextToken?: string | undefined;
1766
1774
  }
1767
1775
  export interface ListTagsForResourceOutput {
1768
- Tags?: Tag[];
1769
- NextToken?: string;
1776
+ Tags?: Tag[] | undefined;
1777
+ NextToken?: string | undefined;
1770
1778
  }
1771
1779
  export declare class ResourceArnRequiredException extends __BaseException {
1772
1780
  readonly name: "ResourceArnRequiredException";
@@ -1806,16 +1814,16 @@ export declare class LifecycleEventAlreadyCompletedException extends __BaseExcep
1806
1814
  );
1807
1815
  }
1808
1816
  export interface PutLifecycleEventHookExecutionStatusInput {
1809
- deploymentId?: string;
1810
- lifecycleEventHookExecutionId?: string;
1811
- status?: LifecycleEventStatus;
1817
+ deploymentId?: string | undefined;
1818
+ lifecycleEventHookExecutionId?: string | undefined;
1819
+ status?: LifecycleEventStatus | undefined;
1812
1820
  }
1813
1821
  export interface PutLifecycleEventHookExecutionStatusOutput {
1814
- lifecycleEventHookExecutionId?: string;
1822
+ lifecycleEventHookExecutionId?: string | undefined;
1815
1823
  }
1816
1824
  export interface RegisterApplicationRevisionInput {
1817
1825
  applicationName: string | undefined;
1818
- description?: string;
1826
+ description?: string | undefined;
1819
1827
  revision: RevisionLocation | undefined;
1820
1828
  }
1821
1829
  export declare class IamArnRequiredException extends __BaseException {
@@ -1888,19 +1896,19 @@ export declare class MultipleIamArnsProvidedException extends __BaseException {
1888
1896
  }
1889
1897
  export interface RegisterOnPremisesInstanceInput {
1890
1898
  instanceName: string | undefined;
1891
- iamSessionArn?: string;
1892
- iamUserArn?: string;
1899
+ iamSessionArn?: string | undefined;
1900
+ iamUserArn?: string | undefined;
1893
1901
  }
1894
1902
  export interface RemoveTagsFromOnPremisesInstancesInput {
1895
1903
  tags: Tag[] | undefined;
1896
1904
  instanceNames: string[] | undefined;
1897
1905
  }
1898
1906
  export interface SkipWaitTimeForInstanceTerminationInput {
1899
- deploymentId?: string;
1907
+ deploymentId?: string | undefined;
1900
1908
  }
1901
1909
  export interface StopDeploymentInput {
1902
1910
  deploymentId: string | undefined;
1903
- autoRollbackEnabled?: boolean;
1911
+ autoRollbackEnabled?: boolean | undefined;
1904
1912
  }
1905
1913
  export declare const StopStatus: {
1906
1914
  readonly PENDING: "Pending";
@@ -1908,8 +1916,8 @@ export declare const StopStatus: {
1908
1916
  };
1909
1917
  export type StopStatus = (typeof StopStatus)[keyof typeof StopStatus];
1910
1918
  export interface StopDeploymentOutput {
1911
- status?: StopStatus;
1912
- statusMessage?: string;
1919
+ status?: StopStatus | undefined;
1920
+ statusMessage?: string | undefined;
1913
1921
  }
1914
1922
  export interface TagResourceInput {
1915
1923
  ResourceArn: string | undefined;
@@ -1922,30 +1930,32 @@ export interface UntagResourceInput {
1922
1930
  }
1923
1931
  export interface UntagResourceOutput {}
1924
1932
  export interface UpdateApplicationInput {
1925
- applicationName?: string;
1926
- newApplicationName?: string;
1933
+ applicationName?: string | undefined;
1934
+ newApplicationName?: string | undefined;
1927
1935
  }
1928
1936
  export interface UpdateDeploymentGroupInput {
1929
1937
  applicationName: string | undefined;
1930
1938
  currentDeploymentGroupName: string | undefined;
1931
- newDeploymentGroupName?: string;
1932
- deploymentConfigName?: string;
1933
- ec2TagFilters?: EC2TagFilter[];
1934
- onPremisesInstanceTagFilters?: TagFilter[];
1935
- autoScalingGroups?: string[];
1936
- serviceRoleArn?: string;
1937
- triggerConfigurations?: TriggerConfig[];
1938
- alarmConfiguration?: AlarmConfiguration;
1939
- autoRollbackConfiguration?: AutoRollbackConfiguration;
1940
- outdatedInstancesStrategy?: OutdatedInstancesStrategy;
1941
- deploymentStyle?: DeploymentStyle;
1942
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
1943
- loadBalancerInfo?: LoadBalancerInfo;
1944
- ec2TagSet?: EC2TagSet;
1945
- ecsServices?: ECSService[];
1946
- onPremisesTagSet?: OnPremisesTagSet;
1947
- terminationHookEnabled?: boolean;
1939
+ newDeploymentGroupName?: string | undefined;
1940
+ deploymentConfigName?: string | undefined;
1941
+ ec2TagFilters?: EC2TagFilter[] | undefined;
1942
+ onPremisesInstanceTagFilters?: TagFilter[] | undefined;
1943
+ autoScalingGroups?: string[] | undefined;
1944
+ serviceRoleArn?: string | undefined;
1945
+ triggerConfigurations?: TriggerConfig[] | undefined;
1946
+ alarmConfiguration?: AlarmConfiguration | undefined;
1947
+ autoRollbackConfiguration?: AutoRollbackConfiguration | undefined;
1948
+ outdatedInstancesStrategy?: OutdatedInstancesStrategy | undefined;
1949
+ deploymentStyle?: DeploymentStyle | undefined;
1950
+ blueGreenDeploymentConfiguration?:
1951
+ | BlueGreenDeploymentConfiguration
1952
+ | undefined;
1953
+ loadBalancerInfo?: LoadBalancerInfo | undefined;
1954
+ ec2TagSet?: EC2TagSet | undefined;
1955
+ ecsServices?: ECSService[] | undefined;
1956
+ onPremisesTagSet?: OnPremisesTagSet | undefined;
1957
+ terminationHookEnabled?: boolean | undefined;
1948
1958
  }
1949
1959
  export interface UpdateDeploymentGroupOutput {
1950
- hooksNotCleanedUp?: AutoScalingGroup[];
1960
+ hooksNotCleanedUp?: AutoScalingGroup[] | undefined;
1951
1961
  }