@aws-sdk/client-codedeploy 3.169.0 → 3.171.0

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 (72) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/CodeDeploy.d.ts +821 -240
  3. package/dist-types/ts3.4/CodeDeployClient.d.ts +386 -120
  4. package/dist-types/ts3.4/commands/AddTagsToOnPremisesInstancesCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/BatchGetApplicationRevisionsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/BatchGetApplicationsCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/BatchGetDeploymentGroupsCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/BatchGetDeploymentInstancesCommand.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/BatchGetDeploymentTargetsCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/BatchGetDeploymentsCommand.d.ts +36 -17
  11. package/dist-types/ts3.4/commands/BatchGetOnPremisesInstancesCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/ContinueDeploymentCommand.d.ts +31 -17
  13. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/CreateDeploymentCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/CreateDeploymentConfigCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/CreateDeploymentGroupCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +30 -17
  18. package/dist-types/ts3.4/commands/DeleteDeploymentConfigCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/DeleteDeploymentGroupCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DeleteGitHubAccountTokenCommand.d.ts +39 -17
  21. package/dist-types/ts3.4/commands/DeleteResourcesByExternalIdCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/DeregisterOnPremisesInstanceCommand.d.ts +35 -17
  23. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +32 -17
  24. package/dist-types/ts3.4/commands/GetApplicationRevisionCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetDeploymentConfigCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetDeploymentGroupCommand.d.ts +36 -17
  28. package/dist-types/ts3.4/commands/GetDeploymentInstanceCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/GetDeploymentTargetCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/GetOnPremisesInstanceCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListApplicationRevisionsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/ListDeploymentConfigsCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/ListDeploymentGroupsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListDeploymentInstancesCommand.d.ts +39 -17
  36. package/dist-types/ts3.4/commands/ListDeploymentTargetsCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/ListGitHubAccountTokenNamesCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListOnPremisesInstancesCommand.d.ts +39 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/PutLifecycleEventHookExecutionStatusCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/RegisterApplicationRevisionCommand.d.ts +35 -17
  43. package/dist-types/ts3.4/commands/RegisterOnPremisesInstanceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/RemoveTagsFromOnPremisesInstancesCommand.d.ts +35 -17
  45. package/dist-types/ts3.4/commands/SkipWaitTimeForInstanceTerminationCommand.d.ts +35 -17
  46. package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +32 -17
  47. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
  49. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +30 -17
  50. package/dist-types/ts3.4/commands/UpdateDeploymentGroupCommand.d.ts +39 -17
  51. package/dist-types/ts3.4/commands/index.d.ts +47 -47
  52. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  53. package/dist-types/ts3.4/index.d.ts +7 -7
  54. package/dist-types/ts3.4/models/CodeDeployServiceException.d.ts +7 -6
  55. package/dist-types/ts3.4/models/index.d.ts +1 -1
  56. package/dist-types/ts3.4/models/models_0.d.ts +2234 -2482
  57. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  58. package/dist-types/ts3.4/pagination/ListApplicationRevisionsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListDeploymentConfigsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/ListDeploymentGroupsPaginator.d.ts +11 -4
  62. package/dist-types/ts3.4/pagination/ListDeploymentInstancesPaginator.d.ts +11 -4
  63. package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
  64. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +569 -143
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  70. package/dist-types/ts3.4/waiters/index.d.ts +1 -1
  71. package/dist-types/ts3.4/waiters/waitForDeploymentSuccessful.d.ts +11 -7
  72. package/package.json +35 -35
@@ -1,2482 +1,2234 @@
1
- import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
- import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
3
-
4
- export interface Tag {
5
-
6
- Key?: string;
7
-
8
- Value?: string;
9
- }
10
-
11
- export interface AddTagsToOnPremisesInstancesInput {
12
-
13
- tags: Tag[] | undefined;
14
-
15
- instanceNames: string[] | undefined;
16
- }
17
-
18
- export declare class InstanceLimitExceededException extends __BaseException {
19
- readonly name: "InstanceLimitExceededException";
20
- readonly $fault: "client";
21
-
22
- constructor(opts: __ExceptionOptionType<InstanceLimitExceededException, __BaseException>);
23
- }
24
-
25
- export declare class InstanceNameRequiredException extends __BaseException {
26
- readonly name: "InstanceNameRequiredException";
27
- readonly $fault: "client";
28
-
29
- constructor(opts: __ExceptionOptionType<InstanceNameRequiredException, __BaseException>);
30
- }
31
-
32
- export declare class InstanceNotRegisteredException extends __BaseException {
33
- readonly name: "InstanceNotRegisteredException";
34
- readonly $fault: "client";
35
-
36
- constructor(opts: __ExceptionOptionType<InstanceNotRegisteredException, __BaseException>);
37
- }
38
-
39
- export declare class InvalidInstanceNameException extends __BaseException {
40
- readonly name: "InvalidInstanceNameException";
41
- readonly $fault: "client";
42
-
43
- constructor(opts: __ExceptionOptionType<InvalidInstanceNameException, __BaseException>);
44
- }
45
-
46
- export declare class InvalidTagException extends __BaseException {
47
- readonly name: "InvalidTagException";
48
- readonly $fault: "client";
49
-
50
- constructor(opts: __ExceptionOptionType<InvalidTagException, __BaseException>);
51
- }
52
-
53
- export declare class TagLimitExceededException extends __BaseException {
54
- readonly name: "TagLimitExceededException";
55
- readonly $fault: "client";
56
-
57
- constructor(opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>);
58
- }
59
-
60
- export declare class TagRequiredException extends __BaseException {
61
- readonly name: "TagRequiredException";
62
- readonly $fault: "client";
63
-
64
- constructor(opts: __ExceptionOptionType<TagRequiredException, __BaseException>);
65
- }
66
-
67
- export interface Alarm {
68
-
69
- name?: string;
70
- }
71
-
72
- export interface AlarmConfiguration {
73
-
74
- enabled?: boolean;
75
-
76
- ignorePollAlarmFailure?: boolean;
77
-
78
- alarms?: Alarm[];
79
- }
80
-
81
- export declare class AlarmsLimitExceededException extends __BaseException {
82
- readonly name: "AlarmsLimitExceededException";
83
- readonly $fault: "client";
84
-
85
- constructor(opts: __ExceptionOptionType<AlarmsLimitExceededException, __BaseException>);
86
- }
87
-
88
- export declare class ApplicationAlreadyExistsException extends __BaseException {
89
- readonly name: "ApplicationAlreadyExistsException";
90
- readonly $fault: "client";
91
-
92
- constructor(opts: __ExceptionOptionType<ApplicationAlreadyExistsException, __BaseException>);
93
- }
94
-
95
- export declare class ApplicationDoesNotExistException extends __BaseException {
96
- readonly name: "ApplicationDoesNotExistException";
97
- readonly $fault: "client";
98
-
99
- constructor(opts: __ExceptionOptionType<ApplicationDoesNotExistException, __BaseException>);
100
- }
101
- export declare enum ComputePlatform {
102
- ECS = "ECS",
103
- LAMBDA = "Lambda",
104
- SERVER = "Server"
105
- }
106
-
107
- export interface ApplicationInfo {
108
-
109
- applicationId?: string;
110
-
111
- applicationName?: string;
112
-
113
- createTime?: Date;
114
-
115
- linkedToGitHub?: boolean;
116
-
117
- gitHubAccountName?: string;
118
-
119
- computePlatform?: ComputePlatform | string;
120
- }
121
-
122
- export declare class ApplicationLimitExceededException extends __BaseException {
123
- readonly name: "ApplicationLimitExceededException";
124
- readonly $fault: "client";
125
-
126
- constructor(opts: __ExceptionOptionType<ApplicationLimitExceededException, __BaseException>);
127
- }
128
-
129
- export declare class ApplicationNameRequiredException extends __BaseException {
130
- readonly name: "ApplicationNameRequiredException";
131
- readonly $fault: "client";
132
-
133
- constructor(opts: __ExceptionOptionType<ApplicationNameRequiredException, __BaseException>);
134
- }
135
- export declare enum ApplicationRevisionSortBy {
136
- FirstUsedTime = "firstUsedTime",
137
- LastUsedTime = "lastUsedTime",
138
- RegisterTime = "registerTime"
139
- }
140
-
141
- export interface AppSpecContent {
142
-
143
- content?: string;
144
-
145
- sha256?: string;
146
- }
147
-
148
- export declare class ArnNotSupportedException extends __BaseException {
149
- readonly name: "ArnNotSupportedException";
150
- readonly $fault: "client";
151
-
152
- constructor(opts: __ExceptionOptionType<ArnNotSupportedException, __BaseException>);
153
- }
154
- export declare enum AutoRollbackEvent {
155
- DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
156
- DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
157
- DEPLOYMENT_STOP_ON_REQUEST = "DEPLOYMENT_STOP_ON_REQUEST"
158
- }
159
-
160
- export interface AutoRollbackConfiguration {
161
-
162
- enabled?: boolean;
163
-
164
- events?: (AutoRollbackEvent | string)[];
165
- }
166
-
167
- export interface AutoScalingGroup {
168
-
169
- name?: string;
170
-
171
- hook?: string;
172
- }
173
-
174
- export interface GitHubLocation {
175
-
176
- repository?: string;
177
-
178
- commitId?: string;
179
- }
180
- export declare enum RevisionLocationType {
181
- AppSpecContent = "AppSpecContent",
182
- GitHub = "GitHub",
183
- S3 = "S3",
184
- String = "String"
185
- }
186
- export declare enum BundleType {
187
- JSON = "JSON",
188
- Tar = "tar",
189
- TarGZip = "tgz",
190
- YAML = "YAML",
191
- Zip = "zip"
192
- }
193
-
194
- export interface S3Location {
195
-
196
- bucket?: string;
197
-
198
- key?: string;
199
-
200
- bundleType?: BundleType | string;
201
-
202
- version?: string;
203
-
204
- eTag?: string;
205
- }
206
-
207
- export interface RawString {
208
-
209
- content?: string;
210
-
211
- sha256?: string;
212
- }
213
-
214
- export interface RevisionLocation {
215
-
216
- revisionType?: RevisionLocationType | string;
217
-
218
- s3Location?: S3Location;
219
-
220
- gitHubLocation?: GitHubLocation;
221
-
222
- string?: RawString;
223
-
224
- appSpecContent?: AppSpecContent;
225
- }
226
-
227
- export interface BatchGetApplicationRevisionsInput {
228
-
229
- applicationName: string | undefined;
230
-
231
- revisions: RevisionLocation[] | undefined;
232
- }
233
-
234
- export interface GenericRevisionInfo {
235
-
236
- description?: string;
237
-
238
- deploymentGroups?: string[];
239
-
240
- firstUsedTime?: Date;
241
-
242
- lastUsedTime?: Date;
243
-
244
- registerTime?: Date;
245
- }
246
-
247
- export interface RevisionInfo {
248
-
249
- revisionLocation?: RevisionLocation;
250
-
251
- genericRevisionInfo?: GenericRevisionInfo;
252
- }
253
-
254
- export interface BatchGetApplicationRevisionsOutput {
255
-
256
- applicationName?: string;
257
-
258
- errorMessage?: string;
259
-
260
- revisions?: RevisionInfo[];
261
- }
262
-
263
- export declare class BatchLimitExceededException extends __BaseException {
264
- readonly name: "BatchLimitExceededException";
265
- readonly $fault: "client";
266
-
267
- constructor(opts: __ExceptionOptionType<BatchLimitExceededException, __BaseException>);
268
- }
269
-
270
- export declare class InvalidApplicationNameException extends __BaseException {
271
- readonly name: "InvalidApplicationNameException";
272
- readonly $fault: "client";
273
-
274
- constructor(opts: __ExceptionOptionType<InvalidApplicationNameException, __BaseException>);
275
- }
276
-
277
- export declare class InvalidRevisionException extends __BaseException {
278
- readonly name: "InvalidRevisionException";
279
- readonly $fault: "client";
280
-
281
- constructor(opts: __ExceptionOptionType<InvalidRevisionException, __BaseException>);
282
- }
283
-
284
- export declare class RevisionRequiredException extends __BaseException {
285
- readonly name: "RevisionRequiredException";
286
- readonly $fault: "client";
287
-
288
- constructor(opts: __ExceptionOptionType<RevisionRequiredException, __BaseException>);
289
- }
290
-
291
- export interface BatchGetApplicationsInput {
292
-
293
- applicationNames: string[] | undefined;
294
- }
295
-
296
- export interface BatchGetApplicationsOutput {
297
-
298
- applicationsInfo?: ApplicationInfo[];
299
- }
300
-
301
- export interface BatchGetDeploymentGroupsInput {
302
-
303
- applicationName: string | undefined;
304
-
305
- deploymentGroupNames: string[] | undefined;
306
- }
307
- export declare enum DeploymentReadyAction {
308
- CONTINUE_DEPLOYMENT = "CONTINUE_DEPLOYMENT",
309
- STOP_DEPLOYMENT = "STOP_DEPLOYMENT"
310
- }
311
-
312
- export interface DeploymentReadyOption {
313
-
314
- actionOnTimeout?: DeploymentReadyAction | string;
315
-
316
- waitTimeInMinutes?: number;
317
- }
318
- export declare enum GreenFleetProvisioningAction {
319
- COPY_AUTO_SCALING_GROUP = "COPY_AUTO_SCALING_GROUP",
320
- DISCOVER_EXISTING = "DISCOVER_EXISTING"
321
- }
322
-
323
- export interface GreenFleetProvisioningOption {
324
-
325
- action?: GreenFleetProvisioningAction | string;
326
- }
327
- export declare enum InstanceAction {
328
- KEEP_ALIVE = "KEEP_ALIVE",
329
- TERMINATE = "TERMINATE"
330
- }
331
-
332
- export interface BlueInstanceTerminationOption {
333
-
334
- action?: InstanceAction | string;
335
-
336
- terminationWaitTimeInMinutes?: number;
337
- }
338
-
339
- export interface BlueGreenDeploymentConfiguration {
340
-
341
- terminateBlueInstancesOnDeploymentSuccess?: BlueInstanceTerminationOption;
342
-
343
- deploymentReadyOption?: DeploymentReadyOption;
344
-
345
- greenFleetProvisioningOption?: GreenFleetProvisioningOption;
346
- }
347
- export declare enum DeploymentOption {
348
- WITHOUT_TRAFFIC_CONTROL = "WITHOUT_TRAFFIC_CONTROL",
349
- WITH_TRAFFIC_CONTROL = "WITH_TRAFFIC_CONTROL"
350
- }
351
- export declare enum DeploymentType {
352
- BLUE_GREEN = "BLUE_GREEN",
353
- IN_PLACE = "IN_PLACE"
354
- }
355
-
356
- export interface DeploymentStyle {
357
-
358
- deploymentType?: DeploymentType | string;
359
-
360
- deploymentOption?: DeploymentOption | string;
361
- }
362
- export declare enum EC2TagFilterType {
363
- KEY_AND_VALUE = "KEY_AND_VALUE",
364
- KEY_ONLY = "KEY_ONLY",
365
- VALUE_ONLY = "VALUE_ONLY"
366
- }
367
-
368
- export interface EC2TagFilter {
369
-
370
- Key?: string;
371
-
372
- Value?: string;
373
-
374
- Type?: EC2TagFilterType | string;
375
- }
376
-
377
- export interface EC2TagSet {
378
-
379
- ec2TagSetList?: EC2TagFilter[][];
380
- }
381
-
382
- export interface ECSService {
383
-
384
- serviceName?: string;
385
-
386
- clusterName?: string;
387
- }
388
- export declare enum DeploymentStatus {
389
- BAKING = "Baking",
390
- CREATED = "Created",
391
- FAILED = "Failed",
392
- IN_PROGRESS = "InProgress",
393
- QUEUED = "Queued",
394
- READY = "Ready",
395
- STOPPED = "Stopped",
396
- SUCCEEDED = "Succeeded"
397
- }
398
-
399
- export interface LastDeploymentInfo {
400
-
401
- deploymentId?: string;
402
-
403
- status?: DeploymentStatus | string;
404
-
405
- endTime?: Date;
406
-
407
- createTime?: Date;
408
- }
409
-
410
- export interface ELBInfo {
411
-
412
- name?: string;
413
- }
414
-
415
- export interface TargetGroupInfo {
416
-
417
- name?: string;
418
- }
419
-
420
- export interface TrafficRoute {
421
-
422
- listenerArns?: string[];
423
- }
424
-
425
- export interface TargetGroupPairInfo {
426
-
427
- targetGroups?: TargetGroupInfo[];
428
-
429
- prodTrafficRoute?: TrafficRoute;
430
-
431
- testTrafficRoute?: TrafficRoute;
432
- }
433
-
434
- export interface LoadBalancerInfo {
435
-
436
- elbInfoList?: ELBInfo[];
437
-
438
- targetGroupInfoList?: TargetGroupInfo[];
439
-
440
- targetGroupPairInfoList?: TargetGroupPairInfo[];
441
- }
442
- export declare enum TagFilterType {
443
- KEY_AND_VALUE = "KEY_AND_VALUE",
444
- KEY_ONLY = "KEY_ONLY",
445
- VALUE_ONLY = "VALUE_ONLY"
446
- }
447
-
448
- export interface TagFilter {
449
-
450
- Key?: string;
451
-
452
- Value?: string;
453
-
454
- Type?: TagFilterType | string;
455
- }
456
-
457
- export interface OnPremisesTagSet {
458
-
459
- onPremisesTagSetList?: TagFilter[][];
460
- }
461
- export declare enum OutdatedInstancesStrategy {
462
- Ignore = "IGNORE",
463
- Update = "UPDATE"
464
- }
465
- export declare enum TriggerEventType {
466
- DEPLOYMENT_FAILURE = "DeploymentFailure",
467
- DEPLOYMENT_READY = "DeploymentReady",
468
- DEPLOYMENT_ROLLBACK = "DeploymentRollback",
469
- DEPLOYMENT_START = "DeploymentStart",
470
- DEPLOYMENT_STOP = "DeploymentStop",
471
- DEPLOYMENT_SUCCESS = "DeploymentSuccess",
472
- INSTANCE_FAILURE = "InstanceFailure",
473
- INSTANCE_READY = "InstanceReady",
474
- INSTANCE_START = "InstanceStart",
475
- INSTANCE_SUCCESS = "InstanceSuccess"
476
- }
477
-
478
- export interface TriggerConfig {
479
-
480
- triggerName?: string;
481
-
482
- triggerTargetArn?: string;
483
-
484
- triggerEvents?: (TriggerEventType | string)[];
485
- }
486
-
487
- export interface DeploymentGroupInfo {
488
-
489
- applicationName?: string;
490
-
491
- deploymentGroupId?: string;
492
-
493
- deploymentGroupName?: string;
494
-
495
- deploymentConfigName?: string;
496
-
497
- ec2TagFilters?: EC2TagFilter[];
498
-
499
- onPremisesInstanceTagFilters?: TagFilter[];
500
-
501
- autoScalingGroups?: AutoScalingGroup[];
502
-
503
- serviceRoleArn?: string;
504
-
505
- targetRevision?: RevisionLocation;
506
-
507
- triggerConfigurations?: TriggerConfig[];
508
-
509
- alarmConfiguration?: AlarmConfiguration;
510
-
511
- autoRollbackConfiguration?: AutoRollbackConfiguration;
512
-
513
- deploymentStyle?: DeploymentStyle;
514
-
515
- outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
516
-
517
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
518
-
519
- loadBalancerInfo?: LoadBalancerInfo;
520
-
521
- lastSuccessfulDeployment?: LastDeploymentInfo;
522
-
523
- lastAttemptedDeployment?: LastDeploymentInfo;
524
-
525
- ec2TagSet?: EC2TagSet;
526
-
527
- onPremisesTagSet?: OnPremisesTagSet;
528
-
529
- computePlatform?: ComputePlatform | string;
530
-
531
- ecsServices?: ECSService[];
532
- }
533
-
534
- export interface BatchGetDeploymentGroupsOutput {
535
-
536
- deploymentGroupsInfo?: DeploymentGroupInfo[];
537
-
538
- errorMessage?: string;
539
- }
540
-
541
- export declare class DeploymentConfigDoesNotExistException extends __BaseException {
542
- readonly name: "DeploymentConfigDoesNotExistException";
543
- readonly $fault: "client";
544
-
545
- constructor(opts: __ExceptionOptionType<DeploymentConfigDoesNotExistException, __BaseException>);
546
- }
547
-
548
- export declare class DeploymentGroupNameRequiredException extends __BaseException {
549
- readonly name: "DeploymentGroupNameRequiredException";
550
- readonly $fault: "client";
551
-
552
- constructor(opts: __ExceptionOptionType<DeploymentGroupNameRequiredException, __BaseException>);
553
- }
554
-
555
- export declare class InvalidDeploymentGroupNameException extends __BaseException {
556
- readonly name: "InvalidDeploymentGroupNameException";
557
- readonly $fault: "client";
558
-
559
- constructor(opts: __ExceptionOptionType<InvalidDeploymentGroupNameException, __BaseException>);
560
- }
561
-
562
- export interface BatchGetDeploymentInstancesInput {
563
-
564
- deploymentId: string | undefined;
565
-
566
- instanceIds: string[] | undefined;
567
- }
568
- export declare enum _InstanceType {
569
- BLUE = "Blue",
570
- GREEN = "Green"
571
- }
572
- export declare enum LifecycleErrorCode {
573
- SCRIPT_FAILED = "ScriptFailed",
574
- SCRIPT_MISSING = "ScriptMissing",
575
- SCRIPT_NOT_EXECUTABLE = "ScriptNotExecutable",
576
- SCRIPT_TIMED_OUT = "ScriptTimedOut",
577
- SUCCESS = "Success",
578
- UNKNOWN_ERROR = "UnknownError"
579
- }
580
-
581
- export interface Diagnostics {
582
-
583
- errorCode?: LifecycleErrorCode | string;
584
-
585
- scriptName?: string;
586
-
587
- message?: string;
588
-
589
- logTail?: string;
590
- }
591
- export declare enum LifecycleEventStatus {
592
- FAILED = "Failed",
593
- IN_PROGRESS = "InProgress",
594
- PENDING = "Pending",
595
- SKIPPED = "Skipped",
596
- SUCCEEDED = "Succeeded",
597
- UNKNOWN = "Unknown"
598
- }
599
-
600
- export interface LifecycleEvent {
601
-
602
- lifecycleEventName?: string;
603
-
604
- diagnostics?: Diagnostics;
605
-
606
- startTime?: Date;
607
-
608
- endTime?: Date;
609
-
610
- status?: LifecycleEventStatus | string;
611
- }
612
- export declare enum InstanceStatus {
613
- FAILED = "Failed",
614
- IN_PROGRESS = "InProgress",
615
- PENDING = "Pending",
616
- READY = "Ready",
617
- SKIPPED = "Skipped",
618
- SUCCEEDED = "Succeeded",
619
- UNKNOWN = "Unknown"
620
- }
621
-
622
- export interface InstanceSummary {
623
-
624
- deploymentId?: string;
625
-
626
- instanceId?: string;
627
-
628
- status?: InstanceStatus | string;
629
-
630
- lastUpdatedAt?: Date;
631
-
632
- lifecycleEvents?: LifecycleEvent[];
633
-
634
- instanceType?: _InstanceType | string;
635
- }
636
-
637
- export interface BatchGetDeploymentInstancesOutput {
638
-
639
- instancesSummary?: InstanceSummary[];
640
-
641
- errorMessage?: string;
642
- }
643
-
644
- export declare class DeploymentDoesNotExistException extends __BaseException {
645
- readonly name: "DeploymentDoesNotExistException";
646
- readonly $fault: "client";
647
-
648
- constructor(opts: __ExceptionOptionType<DeploymentDoesNotExistException, __BaseException>);
649
- }
650
-
651
- export declare class DeploymentIdRequiredException extends __BaseException {
652
- readonly name: "DeploymentIdRequiredException";
653
- readonly $fault: "client";
654
-
655
- constructor(opts: __ExceptionOptionType<DeploymentIdRequiredException, __BaseException>);
656
- }
657
-
658
- export declare class InstanceIdRequiredException extends __BaseException {
659
- readonly name: "InstanceIdRequiredException";
660
- readonly $fault: "client";
661
-
662
- constructor(opts: __ExceptionOptionType<InstanceIdRequiredException, __BaseException>);
663
- }
664
-
665
- export declare class InvalidComputePlatformException extends __BaseException {
666
- readonly name: "InvalidComputePlatformException";
667
- readonly $fault: "client";
668
-
669
- constructor(opts: __ExceptionOptionType<InvalidComputePlatformException, __BaseException>);
670
- }
671
-
672
- export declare class InvalidDeploymentIdException extends __BaseException {
673
- readonly name: "InvalidDeploymentIdException";
674
- readonly $fault: "client";
675
-
676
- constructor(opts: __ExceptionOptionType<InvalidDeploymentIdException, __BaseException>);
677
- }
678
-
679
- export interface BatchGetDeploymentsInput {
680
-
681
- deploymentIds: string[] | undefined;
682
- }
683
- export declare enum DeploymentCreator {
684
- Autoscaling = "autoscaling",
685
- CloudFormation = "CloudFormation",
686
- CloudFormationRollback = "CloudFormationRollback",
687
- CodeDeploy = "CodeDeploy",
688
- CodeDeployAutoUpdate = "CodeDeployAutoUpdate",
689
- CodeDeployRollback = "codeDeployRollback",
690
- User = "user"
691
- }
692
-
693
- export interface DeploymentOverview {
694
-
695
- Pending?: number;
696
-
697
- InProgress?: number;
698
-
699
- Succeeded?: number;
700
-
701
- Failed?: number;
702
-
703
- Skipped?: number;
704
-
705
- Ready?: number;
706
- }
707
- export declare enum ErrorCode {
708
- AGENT_ISSUE = "AGENT_ISSUE",
709
- ALARM_ACTIVE = "ALARM_ACTIVE",
710
- APPLICATION_MISSING = "APPLICATION_MISSING",
711
- AUTOSCALING_VALIDATION_ERROR = "AUTOSCALING_VALIDATION_ERROR",
712
- AUTO_SCALING_CONFIGURATION = "AUTO_SCALING_CONFIGURATION",
713
- AUTO_SCALING_IAM_ROLE_PERMISSIONS = "AUTO_SCALING_IAM_ROLE_PERMISSIONS",
714
- CLOUDFORMATION_STACK_FAILURE = "CLOUDFORMATION_STACK_FAILURE",
715
- CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND = "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
716
- CUSTOMER_APPLICATION_UNHEALTHY = "CUSTOMER_APPLICATION_UNHEALTHY",
717
- DEPLOYMENT_GROUP_MISSING = "DEPLOYMENT_GROUP_MISSING",
718
- ECS_UPDATE_ERROR = "ECS_UPDATE_ERROR",
719
- ELASTIC_LOAD_BALANCING_INVALID = "ELASTIC_LOAD_BALANCING_INVALID",
720
- ELB_INVALID_INSTANCE = "ELB_INVALID_INSTANCE",
721
- HEALTH_CONSTRAINTS = "HEALTH_CONSTRAINTS",
722
- HEALTH_CONSTRAINTS_INVALID = "HEALTH_CONSTRAINTS_INVALID",
723
- HOOK_EXECUTION_FAILURE = "HOOK_EXECUTION_FAILURE",
724
- IAM_ROLE_MISSING = "IAM_ROLE_MISSING",
725
- IAM_ROLE_PERMISSIONS = "IAM_ROLE_PERMISSIONS",
726
- INTERNAL_ERROR = "INTERNAL_ERROR",
727
- INVALID_ECS_SERVICE = "INVALID_ECS_SERVICE",
728
- INVALID_LAMBDA_CONFIGURATION = "INVALID_LAMBDA_CONFIGURATION",
729
- INVALID_LAMBDA_FUNCTION = "INVALID_LAMBDA_FUNCTION",
730
- INVALID_REVISION = "INVALID_REVISION",
731
- MANUAL_STOP = "MANUAL_STOP",
732
- MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION = "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
733
- MISSING_ELB_INFORMATION = "MISSING_ELB_INFORMATION",
734
- MISSING_GITHUB_TOKEN = "MISSING_GITHUB_TOKEN",
735
- NO_EC2_SUBSCRIPTION = "NO_EC2_SUBSCRIPTION",
736
- NO_INSTANCES = "NO_INSTANCES",
737
- OVER_MAX_INSTANCES = "OVER_MAX_INSTANCES",
738
- RESOURCE_LIMIT_EXCEEDED = "RESOURCE_LIMIT_EXCEEDED",
739
- REVISION_MISSING = "REVISION_MISSING",
740
- THROTTLED = "THROTTLED",
741
- TIMEOUT = "TIMEOUT"
742
- }
743
-
744
- export interface ErrorInformation {
745
-
746
- code?: ErrorCode | string;
747
-
748
- message?: string;
749
- }
750
- export declare enum FileExistsBehavior {
751
- DISALLOW = "DISALLOW",
752
- OVERWRITE = "OVERWRITE",
753
- RETAIN = "RETAIN"
754
- }
755
-
756
- export interface RelatedDeployments {
757
-
758
- autoUpdateOutdatedInstancesRootDeploymentId?: string;
759
-
760
- autoUpdateOutdatedInstancesDeploymentIds?: string[];
761
- }
762
-
763
- export interface RollbackInfo {
764
-
765
- rollbackDeploymentId?: string;
766
-
767
- rollbackTriggeringDeploymentId?: string;
768
-
769
- rollbackMessage?: string;
770
- }
771
-
772
- export interface TargetInstances {
773
-
774
- tagFilters?: EC2TagFilter[];
775
-
776
- autoScalingGroups?: string[];
777
-
778
- ec2TagSet?: EC2TagSet;
779
- }
780
-
781
- export interface DeploymentInfo {
782
-
783
- applicationName?: string;
784
-
785
- deploymentGroupName?: string;
786
-
787
- deploymentConfigName?: string;
788
-
789
- deploymentId?: string;
790
-
791
- previousRevision?: RevisionLocation;
792
-
793
- revision?: RevisionLocation;
794
-
795
- status?: DeploymentStatus | string;
796
-
797
- errorInformation?: ErrorInformation;
798
-
799
- createTime?: Date;
800
-
801
- startTime?: Date;
802
-
803
- completeTime?: Date;
804
-
805
- deploymentOverview?: DeploymentOverview;
806
-
807
- description?: string;
808
-
809
- creator?: DeploymentCreator | string;
810
-
811
- ignoreApplicationStopFailures?: boolean;
812
-
813
- autoRollbackConfiguration?: AutoRollbackConfiguration;
814
-
815
- updateOutdatedInstancesOnly?: boolean;
816
-
817
- rollbackInfo?: RollbackInfo;
818
-
819
- deploymentStyle?: DeploymentStyle;
820
-
821
- targetInstances?: TargetInstances;
822
-
823
- instanceTerminationWaitTimeStarted?: boolean;
824
-
825
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
826
-
827
- loadBalancerInfo?: LoadBalancerInfo;
828
-
829
- additionalDeploymentStatusInfo?: string;
830
-
831
- fileExistsBehavior?: FileExistsBehavior | string;
832
-
833
- deploymentStatusMessages?: string[];
834
-
835
- computePlatform?: ComputePlatform | string;
836
-
837
- externalId?: string;
838
-
839
- relatedDeployments?: RelatedDeployments;
840
- }
841
-
842
- export interface BatchGetDeploymentsOutput {
843
-
844
- deploymentsInfo?: DeploymentInfo[];
845
- }
846
- export interface BatchGetDeploymentTargetsInput {
847
-
848
- deploymentId?: string;
849
-
850
- targetIds?: string[];
851
- }
852
- export declare enum TargetStatus {
853
- FAILED = "Failed",
854
- IN_PROGRESS = "InProgress",
855
- PENDING = "Pending",
856
- READY = "Ready",
857
- SKIPPED = "Skipped",
858
- SUCCEEDED = "Succeeded",
859
- UNKNOWN = "Unknown"
860
- }
861
-
862
- export interface CloudFormationTarget {
863
-
864
- deploymentId?: string;
865
-
866
- targetId?: string;
867
-
868
- lastUpdatedAt?: Date;
869
-
870
- lifecycleEvents?: LifecycleEvent[];
871
-
872
- status?: TargetStatus | string;
873
-
874
- resourceType?: string;
875
-
876
- targetVersionWeight?: number;
877
- }
878
- export declare enum DeploymentTargetType {
879
- CLOUDFORMATION_TARGET = "CloudFormationTarget",
880
- ECS_TARGET = "ECSTarget",
881
- INSTANCE_TARGET = "InstanceTarget",
882
- LAMBDA_TARGET = "LambdaTarget"
883
- }
884
- export declare enum TargetLabel {
885
- BLUE = "Blue",
886
- GREEN = "Green"
887
- }
888
-
889
- export interface ECSTaskSet {
890
-
891
- identifer?: string;
892
-
893
- desiredCount?: number;
894
-
895
- pendingCount?: number;
896
-
897
- runningCount?: number;
898
-
899
- status?: string;
900
-
901
- trafficWeight?: number;
902
-
903
- targetGroup?: TargetGroupInfo;
904
-
905
- taskSetLabel?: TargetLabel | string;
906
- }
907
-
908
- export interface ECSTarget {
909
-
910
- deploymentId?: string;
911
-
912
- targetId?: string;
913
-
914
- targetArn?: string;
915
-
916
- lastUpdatedAt?: Date;
917
-
918
- lifecycleEvents?: LifecycleEvent[];
919
-
920
- status?: TargetStatus | string;
921
-
922
- taskSetsInfo?: ECSTaskSet[];
923
- }
924
-
925
- export interface InstanceTarget {
926
-
927
- deploymentId?: string;
928
-
929
- targetId?: string;
930
-
931
- targetArn?: string;
932
-
933
- status?: TargetStatus | string;
934
-
935
- lastUpdatedAt?: Date;
936
-
937
- lifecycleEvents?: LifecycleEvent[];
938
-
939
- instanceLabel?: TargetLabel | string;
940
- }
941
-
942
- export interface LambdaFunctionInfo {
943
-
944
- functionName?: string;
945
-
946
- functionAlias?: string;
947
-
948
- currentVersion?: string;
949
-
950
- targetVersion?: string;
951
-
952
- targetVersionWeight?: number;
953
- }
954
-
955
- export interface LambdaTarget {
956
-
957
- deploymentId?: string;
958
-
959
- targetId?: string;
960
-
961
- targetArn?: string;
962
-
963
- status?: TargetStatus | string;
964
-
965
- lastUpdatedAt?: Date;
966
-
967
- lifecycleEvents?: LifecycleEvent[];
968
-
969
- lambdaFunctionInfo?: LambdaFunctionInfo;
970
- }
971
-
972
- export interface DeploymentTarget {
973
-
974
- deploymentTargetType?: DeploymentTargetType | string;
975
-
976
- instanceTarget?: InstanceTarget;
977
-
978
- lambdaTarget?: LambdaTarget;
979
-
980
- ecsTarget?: ECSTarget;
981
-
982
- cloudFormationTarget?: CloudFormationTarget;
983
- }
984
- export interface BatchGetDeploymentTargetsOutput {
985
-
986
- deploymentTargets?: DeploymentTarget[];
987
- }
988
-
989
- export declare class DeploymentNotStartedException extends __BaseException {
990
- readonly name: "DeploymentNotStartedException";
991
- readonly $fault: "client";
992
-
993
- constructor(opts: __ExceptionOptionType<DeploymentNotStartedException, __BaseException>);
994
- }
995
-
996
- export declare class DeploymentTargetDoesNotExistException extends __BaseException {
997
- readonly name: "DeploymentTargetDoesNotExistException";
998
- readonly $fault: "client";
999
-
1000
- constructor(opts: __ExceptionOptionType<DeploymentTargetDoesNotExistException, __BaseException>);
1001
- }
1002
-
1003
- export declare class DeploymentTargetIdRequiredException extends __BaseException {
1004
- readonly name: "DeploymentTargetIdRequiredException";
1005
- readonly $fault: "client";
1006
-
1007
- constructor(opts: __ExceptionOptionType<DeploymentTargetIdRequiredException, __BaseException>);
1008
- }
1009
-
1010
- export declare class DeploymentTargetListSizeExceededException extends __BaseException {
1011
- readonly name: "DeploymentTargetListSizeExceededException";
1012
- readonly $fault: "client";
1013
-
1014
- constructor(opts: __ExceptionOptionType<DeploymentTargetListSizeExceededException, __BaseException>);
1015
- }
1016
-
1017
- export declare class InstanceDoesNotExistException extends __BaseException {
1018
- readonly name: "InstanceDoesNotExistException";
1019
- readonly $fault: "client";
1020
-
1021
- constructor(opts: __ExceptionOptionType<InstanceDoesNotExistException, __BaseException>);
1022
- }
1023
-
1024
- export declare class InvalidDeploymentTargetIdException extends __BaseException {
1025
- readonly name: "InvalidDeploymentTargetIdException";
1026
- readonly $fault: "client";
1027
-
1028
- constructor(opts: __ExceptionOptionType<InvalidDeploymentTargetIdException, __BaseException>);
1029
- }
1030
-
1031
- export interface BatchGetOnPremisesInstancesInput {
1032
-
1033
- instanceNames: string[] | undefined;
1034
- }
1035
-
1036
- export interface InstanceInfo {
1037
-
1038
- instanceName?: string;
1039
-
1040
- iamSessionArn?: string;
1041
-
1042
- iamUserArn?: string;
1043
-
1044
- instanceArn?: string;
1045
-
1046
- registerTime?: Date;
1047
-
1048
- deregisterTime?: Date;
1049
-
1050
- tags?: Tag[];
1051
- }
1052
-
1053
- export interface BatchGetOnPremisesInstancesOutput {
1054
-
1055
- instanceInfos?: InstanceInfo[];
1056
- }
1057
-
1058
- export declare class BucketNameFilterRequiredException extends __BaseException {
1059
- readonly name: "BucketNameFilterRequiredException";
1060
- readonly $fault: "client";
1061
-
1062
- constructor(opts: __ExceptionOptionType<BucketNameFilterRequiredException, __BaseException>);
1063
- }
1064
- export declare enum DeploymentWaitType {
1065
- READY_WAIT = "READY_WAIT",
1066
- TERMINATION_WAIT = "TERMINATION_WAIT"
1067
- }
1068
- export interface ContinueDeploymentInput {
1069
-
1070
- deploymentId?: string;
1071
-
1072
- deploymentWaitType?: DeploymentWaitType | string;
1073
- }
1074
-
1075
- export declare class DeploymentAlreadyCompletedException extends __BaseException {
1076
- readonly name: "DeploymentAlreadyCompletedException";
1077
- readonly $fault: "client";
1078
-
1079
- constructor(opts: __ExceptionOptionType<DeploymentAlreadyCompletedException, __BaseException>);
1080
- }
1081
-
1082
- export declare class DeploymentIsNotInReadyStateException extends __BaseException {
1083
- readonly name: "DeploymentIsNotInReadyStateException";
1084
- readonly $fault: "client";
1085
-
1086
- constructor(opts: __ExceptionOptionType<DeploymentIsNotInReadyStateException, __BaseException>);
1087
- }
1088
-
1089
- export declare class InvalidDeploymentStatusException extends __BaseException {
1090
- readonly name: "InvalidDeploymentStatusException";
1091
- readonly $fault: "client";
1092
-
1093
- constructor(opts: __ExceptionOptionType<InvalidDeploymentStatusException, __BaseException>);
1094
- }
1095
-
1096
- export declare class InvalidDeploymentWaitTypeException extends __BaseException {
1097
- readonly name: "InvalidDeploymentWaitTypeException";
1098
- readonly $fault: "client";
1099
-
1100
- constructor(opts: __ExceptionOptionType<InvalidDeploymentWaitTypeException, __BaseException>);
1101
- }
1102
-
1103
- export declare class UnsupportedActionForDeploymentTypeException extends __BaseException {
1104
- readonly name: "UnsupportedActionForDeploymentTypeException";
1105
- readonly $fault: "client";
1106
-
1107
- constructor(opts: __ExceptionOptionType<UnsupportedActionForDeploymentTypeException, __BaseException>);
1108
- }
1109
-
1110
- export interface CreateApplicationInput {
1111
-
1112
- applicationName: string | undefined;
1113
-
1114
- computePlatform?: ComputePlatform | string;
1115
-
1116
- tags?: Tag[];
1117
- }
1118
-
1119
- export interface CreateApplicationOutput {
1120
-
1121
- applicationId?: string;
1122
- }
1123
-
1124
- export declare class InvalidTagsToAddException extends __BaseException {
1125
- readonly name: "InvalidTagsToAddException";
1126
- readonly $fault: "client";
1127
-
1128
- constructor(opts: __ExceptionOptionType<InvalidTagsToAddException, __BaseException>);
1129
- }
1130
-
1131
- export interface CreateDeploymentInput {
1132
-
1133
- applicationName: string | undefined;
1134
-
1135
- deploymentGroupName?: string;
1136
-
1137
- revision?: RevisionLocation;
1138
-
1139
- deploymentConfigName?: string;
1140
-
1141
- description?: string;
1142
-
1143
- ignoreApplicationStopFailures?: boolean;
1144
-
1145
- targetInstances?: TargetInstances;
1146
-
1147
- autoRollbackConfiguration?: AutoRollbackConfiguration;
1148
-
1149
- updateOutdatedInstancesOnly?: boolean;
1150
-
1151
- fileExistsBehavior?: FileExistsBehavior | string;
1152
- }
1153
-
1154
- export interface CreateDeploymentOutput {
1155
-
1156
- deploymentId?: string;
1157
- }
1158
-
1159
- export declare class DeploymentGroupDoesNotExistException extends __BaseException {
1160
- readonly name: "DeploymentGroupDoesNotExistException";
1161
- readonly $fault: "client";
1162
-
1163
- constructor(opts: __ExceptionOptionType<DeploymentGroupDoesNotExistException, __BaseException>);
1164
- }
1165
-
1166
- export declare class DeploymentLimitExceededException extends __BaseException {
1167
- readonly name: "DeploymentLimitExceededException";
1168
- readonly $fault: "client";
1169
-
1170
- constructor(opts: __ExceptionOptionType<DeploymentLimitExceededException, __BaseException>);
1171
- }
1172
-
1173
- export declare class DescriptionTooLongException extends __BaseException {
1174
- readonly name: "DescriptionTooLongException";
1175
- readonly $fault: "client";
1176
-
1177
- constructor(opts: __ExceptionOptionType<DescriptionTooLongException, __BaseException>);
1178
- }
1179
-
1180
- export declare class InvalidAutoRollbackConfigException extends __BaseException {
1181
- readonly name: "InvalidAutoRollbackConfigException";
1182
- readonly $fault: "client";
1183
-
1184
- constructor(opts: __ExceptionOptionType<InvalidAutoRollbackConfigException, __BaseException>);
1185
- }
1186
-
1187
- export declare class InvalidAutoScalingGroupException extends __BaseException {
1188
- readonly name: "InvalidAutoScalingGroupException";
1189
- readonly $fault: "client";
1190
-
1191
- constructor(opts: __ExceptionOptionType<InvalidAutoScalingGroupException, __BaseException>);
1192
- }
1193
-
1194
- export declare class InvalidDeploymentConfigNameException extends __BaseException {
1195
- readonly name: "InvalidDeploymentConfigNameException";
1196
- readonly $fault: "client";
1197
-
1198
- constructor(opts: __ExceptionOptionType<InvalidDeploymentConfigNameException, __BaseException>);
1199
- }
1200
-
1201
- export declare class InvalidFileExistsBehaviorException extends __BaseException {
1202
- readonly name: "InvalidFileExistsBehaviorException";
1203
- readonly $fault: "client";
1204
-
1205
- constructor(opts: __ExceptionOptionType<InvalidFileExistsBehaviorException, __BaseException>);
1206
- }
1207
-
1208
- export declare class InvalidGitHubAccountTokenException extends __BaseException {
1209
- readonly name: "InvalidGitHubAccountTokenException";
1210
- readonly $fault: "client";
1211
-
1212
- constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenException, __BaseException>);
1213
- }
1214
-
1215
- export declare class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
1216
- readonly name: "InvalidIgnoreApplicationStopFailuresValueException";
1217
- readonly $fault: "client";
1218
-
1219
- constructor(opts: __ExceptionOptionType<InvalidIgnoreApplicationStopFailuresValueException, __BaseException>);
1220
- }
1221
-
1222
- export declare class InvalidLoadBalancerInfoException extends __BaseException {
1223
- readonly name: "InvalidLoadBalancerInfoException";
1224
- readonly $fault: "client";
1225
-
1226
- constructor(opts: __ExceptionOptionType<InvalidLoadBalancerInfoException, __BaseException>);
1227
- }
1228
-
1229
- export declare class InvalidRoleException extends __BaseException {
1230
- readonly name: "InvalidRoleException";
1231
- readonly $fault: "client";
1232
-
1233
- constructor(opts: __ExceptionOptionType<InvalidRoleException, __BaseException>);
1234
- }
1235
-
1236
- export declare class InvalidTargetInstancesException extends __BaseException {
1237
- readonly name: "InvalidTargetInstancesException";
1238
- readonly $fault: "client";
1239
-
1240
- constructor(opts: __ExceptionOptionType<InvalidTargetInstancesException, __BaseException>);
1241
- }
1242
-
1243
- export declare class InvalidTrafficRoutingConfigurationException extends __BaseException {
1244
- readonly name: "InvalidTrafficRoutingConfigurationException";
1245
- readonly $fault: "client";
1246
-
1247
- constructor(opts: __ExceptionOptionType<InvalidTrafficRoutingConfigurationException, __BaseException>);
1248
- }
1249
-
1250
- export declare class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
1251
- readonly name: "InvalidUpdateOutdatedInstancesOnlyValueException";
1252
- readonly $fault: "client";
1253
-
1254
- constructor(opts: __ExceptionOptionType<InvalidUpdateOutdatedInstancesOnlyValueException, __BaseException>);
1255
- }
1256
-
1257
- export declare class RevisionDoesNotExistException extends __BaseException {
1258
- readonly name: "RevisionDoesNotExistException";
1259
- readonly $fault: "client";
1260
-
1261
- constructor(opts: __ExceptionOptionType<RevisionDoesNotExistException, __BaseException>);
1262
- }
1263
-
1264
- export declare class ThrottlingException extends __BaseException {
1265
- readonly name: "ThrottlingException";
1266
- readonly $fault: "client";
1267
-
1268
- constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
1269
- }
1270
- export declare type MinimumHealthyHostsType = "FLEET_PERCENT" | "HOST_COUNT";
1271
-
1272
- export interface MinimumHealthyHosts {
1273
-
1274
- type?: MinimumHealthyHostsType | string;
1275
-
1276
- value?: number;
1277
- }
1278
-
1279
- export interface TimeBasedCanary {
1280
-
1281
- canaryPercentage?: number;
1282
-
1283
- canaryInterval?: number;
1284
- }
1285
-
1286
- export interface TimeBasedLinear {
1287
-
1288
- linearPercentage?: number;
1289
-
1290
- linearInterval?: number;
1291
- }
1292
- export declare enum TrafficRoutingType {
1293
- AllAtOnce = "AllAtOnce",
1294
- TimeBasedCanary = "TimeBasedCanary",
1295
- TimeBasedLinear = "TimeBasedLinear"
1296
- }
1297
-
1298
- export interface TrafficRoutingConfig {
1299
-
1300
- type?: TrafficRoutingType | string;
1301
-
1302
- timeBasedCanary?: TimeBasedCanary;
1303
-
1304
- timeBasedLinear?: TimeBasedLinear;
1305
- }
1306
-
1307
- export interface CreateDeploymentConfigInput {
1308
-
1309
- deploymentConfigName: string | undefined;
1310
-
1311
- minimumHealthyHosts?: MinimumHealthyHosts;
1312
-
1313
- trafficRoutingConfig?: TrafficRoutingConfig;
1314
-
1315
- computePlatform?: ComputePlatform | string;
1316
- }
1317
-
1318
- export interface CreateDeploymentConfigOutput {
1319
-
1320
- deploymentConfigId?: string;
1321
- }
1322
-
1323
- export declare class DeploymentConfigAlreadyExistsException extends __BaseException {
1324
- readonly name: "DeploymentConfigAlreadyExistsException";
1325
- readonly $fault: "client";
1326
-
1327
- constructor(opts: __ExceptionOptionType<DeploymentConfigAlreadyExistsException, __BaseException>);
1328
- }
1329
-
1330
- export declare class DeploymentConfigLimitExceededException extends __BaseException {
1331
- readonly name: "DeploymentConfigLimitExceededException";
1332
- readonly $fault: "client";
1333
-
1334
- constructor(opts: __ExceptionOptionType<DeploymentConfigLimitExceededException, __BaseException>);
1335
- }
1336
-
1337
- export declare class DeploymentConfigNameRequiredException extends __BaseException {
1338
- readonly name: "DeploymentConfigNameRequiredException";
1339
- readonly $fault: "client";
1340
-
1341
- constructor(opts: __ExceptionOptionType<DeploymentConfigNameRequiredException, __BaseException>);
1342
- }
1343
-
1344
- export declare class InvalidMinimumHealthyHostValueException extends __BaseException {
1345
- readonly name: "InvalidMinimumHealthyHostValueException";
1346
- readonly $fault: "client";
1347
-
1348
- constructor(opts: __ExceptionOptionType<InvalidMinimumHealthyHostValueException, __BaseException>);
1349
- }
1350
-
1351
- export interface CreateDeploymentGroupInput {
1352
-
1353
- applicationName: string | undefined;
1354
-
1355
- deploymentGroupName: string | undefined;
1356
-
1357
- deploymentConfigName?: string;
1358
-
1359
- ec2TagFilters?: EC2TagFilter[];
1360
-
1361
- onPremisesInstanceTagFilters?: TagFilter[];
1362
-
1363
- autoScalingGroups?: string[];
1364
-
1365
- serviceRoleArn: string | undefined;
1366
-
1367
- triggerConfigurations?: TriggerConfig[];
1368
-
1369
- alarmConfiguration?: AlarmConfiguration;
1370
-
1371
- autoRollbackConfiguration?: AutoRollbackConfiguration;
1372
-
1373
- outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
1374
-
1375
- deploymentStyle?: DeploymentStyle;
1376
-
1377
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
1378
-
1379
- loadBalancerInfo?: LoadBalancerInfo;
1380
-
1381
- ec2TagSet?: EC2TagSet;
1382
-
1383
- ecsServices?: ECSService[];
1384
-
1385
- onPremisesTagSet?: OnPremisesTagSet;
1386
-
1387
- tags?: Tag[];
1388
- }
1389
-
1390
- export interface CreateDeploymentGroupOutput {
1391
-
1392
- deploymentGroupId?: string;
1393
- }
1394
-
1395
- export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
1396
- readonly name: "DeploymentGroupAlreadyExistsException";
1397
- readonly $fault: "client";
1398
-
1399
- constructor(opts: __ExceptionOptionType<DeploymentGroupAlreadyExistsException, __BaseException>);
1400
- }
1401
-
1402
- export declare class DeploymentGroupLimitExceededException extends __BaseException {
1403
- readonly name: "DeploymentGroupLimitExceededException";
1404
- readonly $fault: "client";
1405
-
1406
- constructor(opts: __ExceptionOptionType<DeploymentGroupLimitExceededException, __BaseException>);
1407
- }
1408
-
1409
- export declare class ECSServiceMappingLimitExceededException extends __BaseException {
1410
- readonly name: "ECSServiceMappingLimitExceededException";
1411
- readonly $fault: "client";
1412
-
1413
- constructor(opts: __ExceptionOptionType<ECSServiceMappingLimitExceededException, __BaseException>);
1414
- }
1415
-
1416
- export declare class InvalidAlarmConfigException extends __BaseException {
1417
- readonly name: "InvalidAlarmConfigException";
1418
- readonly $fault: "client";
1419
-
1420
- constructor(opts: __ExceptionOptionType<InvalidAlarmConfigException, __BaseException>);
1421
- }
1422
-
1423
- export declare class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
1424
- readonly name: "InvalidBlueGreenDeploymentConfigurationException";
1425
- readonly $fault: "client";
1426
-
1427
- constructor(opts: __ExceptionOptionType<InvalidBlueGreenDeploymentConfigurationException, __BaseException>);
1428
- }
1429
-
1430
- export declare class InvalidDeploymentStyleException extends __BaseException {
1431
- readonly name: "InvalidDeploymentStyleException";
1432
- readonly $fault: "client";
1433
-
1434
- constructor(opts: __ExceptionOptionType<InvalidDeploymentStyleException, __BaseException>);
1435
- }
1436
-
1437
- export declare class InvalidEC2TagCombinationException extends __BaseException {
1438
- readonly name: "InvalidEC2TagCombinationException";
1439
- readonly $fault: "client";
1440
-
1441
- constructor(opts: __ExceptionOptionType<InvalidEC2TagCombinationException, __BaseException>);
1442
- }
1443
-
1444
- export declare class InvalidEC2TagException extends __BaseException {
1445
- readonly name: "InvalidEC2TagException";
1446
- readonly $fault: "client";
1447
-
1448
- constructor(opts: __ExceptionOptionType<InvalidEC2TagException, __BaseException>);
1449
- }
1450
-
1451
- export declare class InvalidECSServiceException extends __BaseException {
1452
- readonly name: "InvalidECSServiceException";
1453
- readonly $fault: "client";
1454
-
1455
- constructor(opts: __ExceptionOptionType<InvalidECSServiceException, __BaseException>);
1456
- }
1457
-
1458
- export declare class InvalidInputException extends __BaseException {
1459
- readonly name: "InvalidInputException";
1460
- readonly $fault: "client";
1461
-
1462
- constructor(opts: __ExceptionOptionType<InvalidInputException, __BaseException>);
1463
- }
1464
-
1465
- export declare class InvalidOnPremisesTagCombinationException extends __BaseException {
1466
- readonly name: "InvalidOnPremisesTagCombinationException";
1467
- readonly $fault: "client";
1468
-
1469
- constructor(opts: __ExceptionOptionType<InvalidOnPremisesTagCombinationException, __BaseException>);
1470
- }
1471
-
1472
- export declare class InvalidTargetGroupPairException extends __BaseException {
1473
- readonly name: "InvalidTargetGroupPairException";
1474
- readonly $fault: "client";
1475
-
1476
- constructor(opts: __ExceptionOptionType<InvalidTargetGroupPairException, __BaseException>);
1477
- }
1478
-
1479
- export declare class InvalidTriggerConfigException extends __BaseException {
1480
- readonly name: "InvalidTriggerConfigException";
1481
- readonly $fault: "client";
1482
-
1483
- constructor(opts: __ExceptionOptionType<InvalidTriggerConfigException, __BaseException>);
1484
- }
1485
-
1486
- export declare class LifecycleHookLimitExceededException extends __BaseException {
1487
- readonly name: "LifecycleHookLimitExceededException";
1488
- readonly $fault: "client";
1489
-
1490
- constructor(opts: __ExceptionOptionType<LifecycleHookLimitExceededException, __BaseException>);
1491
- }
1492
-
1493
- export declare class RoleRequiredException extends __BaseException {
1494
- readonly name: "RoleRequiredException";
1495
- readonly $fault: "client";
1496
-
1497
- constructor(opts: __ExceptionOptionType<RoleRequiredException, __BaseException>);
1498
- }
1499
-
1500
- export declare class TagSetListLimitExceededException extends __BaseException {
1501
- readonly name: "TagSetListLimitExceededException";
1502
- readonly $fault: "client";
1503
-
1504
- constructor(opts: __ExceptionOptionType<TagSetListLimitExceededException, __BaseException>);
1505
- }
1506
-
1507
- export declare class TriggerTargetsLimitExceededException extends __BaseException {
1508
- readonly name: "TriggerTargetsLimitExceededException";
1509
- readonly $fault: "client";
1510
-
1511
- constructor(opts: __ExceptionOptionType<TriggerTargetsLimitExceededException, __BaseException>);
1512
- }
1513
-
1514
- export interface DeleteApplicationInput {
1515
-
1516
- applicationName: string | undefined;
1517
- }
1518
-
1519
- export interface DeleteDeploymentConfigInput {
1520
-
1521
- deploymentConfigName: string | undefined;
1522
- }
1523
-
1524
- export declare class DeploymentConfigInUseException extends __BaseException {
1525
- readonly name: "DeploymentConfigInUseException";
1526
- readonly $fault: "client";
1527
-
1528
- constructor(opts: __ExceptionOptionType<DeploymentConfigInUseException, __BaseException>);
1529
- }
1530
-
1531
- export declare class InvalidOperationException extends __BaseException {
1532
- readonly name: "InvalidOperationException";
1533
- readonly $fault: "client";
1534
-
1535
- constructor(opts: __ExceptionOptionType<InvalidOperationException, __BaseException>);
1536
- }
1537
-
1538
- export interface DeleteDeploymentGroupInput {
1539
-
1540
- applicationName: string | undefined;
1541
-
1542
- deploymentGroupName: string | undefined;
1543
- }
1544
-
1545
- export interface DeleteDeploymentGroupOutput {
1546
-
1547
- hooksNotCleanedUp?: AutoScalingGroup[];
1548
- }
1549
-
1550
- export interface DeleteGitHubAccountTokenInput {
1551
-
1552
- tokenName?: string;
1553
- }
1554
-
1555
- export interface DeleteGitHubAccountTokenOutput {
1556
-
1557
- tokenName?: string;
1558
- }
1559
-
1560
- export declare class GitHubAccountTokenDoesNotExistException extends __BaseException {
1561
- readonly name: "GitHubAccountTokenDoesNotExistException";
1562
- readonly $fault: "client";
1563
-
1564
- constructor(opts: __ExceptionOptionType<GitHubAccountTokenDoesNotExistException, __BaseException>);
1565
- }
1566
-
1567
- export declare class GitHubAccountTokenNameRequiredException extends __BaseException {
1568
- readonly name: "GitHubAccountTokenNameRequiredException";
1569
- readonly $fault: "client";
1570
-
1571
- constructor(opts: __ExceptionOptionType<GitHubAccountTokenNameRequiredException, __BaseException>);
1572
- }
1573
-
1574
- export declare class InvalidGitHubAccountTokenNameException extends __BaseException {
1575
- readonly name: "InvalidGitHubAccountTokenNameException";
1576
- readonly $fault: "client";
1577
-
1578
- constructor(opts: __ExceptionOptionType<InvalidGitHubAccountTokenNameException, __BaseException>);
1579
- }
1580
-
1581
- export declare class OperationNotSupportedException extends __BaseException {
1582
- readonly name: "OperationNotSupportedException";
1583
- readonly $fault: "client";
1584
-
1585
- constructor(opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>);
1586
- }
1587
-
1588
- export declare class ResourceValidationException extends __BaseException {
1589
- readonly name: "ResourceValidationException";
1590
- readonly $fault: "client";
1591
-
1592
- constructor(opts: __ExceptionOptionType<ResourceValidationException, __BaseException>);
1593
- }
1594
- export interface DeleteResourcesByExternalIdInput {
1595
-
1596
- externalId?: string;
1597
- }
1598
- export interface DeleteResourcesByExternalIdOutput {
1599
- }
1600
-
1601
- export interface DeregisterOnPremisesInstanceInput {
1602
-
1603
- instanceName: string | undefined;
1604
- }
1605
-
1606
- export interface GetApplicationInput {
1607
-
1608
- applicationName: string | undefined;
1609
- }
1610
-
1611
- export interface GetApplicationOutput {
1612
-
1613
- application?: ApplicationInfo;
1614
- }
1615
-
1616
- export interface GetApplicationRevisionInput {
1617
-
1618
- applicationName: string | undefined;
1619
-
1620
- revision: RevisionLocation | undefined;
1621
- }
1622
-
1623
- export interface GetApplicationRevisionOutput {
1624
-
1625
- applicationName?: string;
1626
-
1627
- revision?: RevisionLocation;
1628
-
1629
- revisionInfo?: GenericRevisionInfo;
1630
- }
1631
-
1632
- export interface GetDeploymentInput {
1633
-
1634
- deploymentId: string | undefined;
1635
- }
1636
-
1637
- export interface GetDeploymentOutput {
1638
-
1639
- deploymentInfo?: DeploymentInfo;
1640
- }
1641
-
1642
- export interface GetDeploymentConfigInput {
1643
-
1644
- deploymentConfigName: string | undefined;
1645
- }
1646
-
1647
- export interface DeploymentConfigInfo {
1648
-
1649
- deploymentConfigId?: string;
1650
-
1651
- deploymentConfigName?: string;
1652
-
1653
- minimumHealthyHosts?: MinimumHealthyHosts;
1654
-
1655
- createTime?: Date;
1656
-
1657
- computePlatform?: ComputePlatform | string;
1658
-
1659
- trafficRoutingConfig?: TrafficRoutingConfig;
1660
- }
1661
-
1662
- export interface GetDeploymentConfigOutput {
1663
-
1664
- deploymentConfigInfo?: DeploymentConfigInfo;
1665
- }
1666
-
1667
- export interface GetDeploymentGroupInput {
1668
-
1669
- applicationName: string | undefined;
1670
-
1671
- deploymentGroupName: string | undefined;
1672
- }
1673
-
1674
- export interface GetDeploymentGroupOutput {
1675
-
1676
- deploymentGroupInfo?: DeploymentGroupInfo;
1677
- }
1678
-
1679
- export interface GetDeploymentInstanceInput {
1680
-
1681
- deploymentId: string | undefined;
1682
-
1683
- instanceId: string | undefined;
1684
- }
1685
-
1686
- export interface GetDeploymentInstanceOutput {
1687
-
1688
- instanceSummary?: InstanceSummary;
1689
- }
1690
- export interface GetDeploymentTargetInput {
1691
-
1692
- deploymentId?: string;
1693
-
1694
- targetId?: string;
1695
- }
1696
- export interface GetDeploymentTargetOutput {
1697
-
1698
- deploymentTarget?: DeploymentTarget;
1699
- }
1700
-
1701
- export interface GetOnPremisesInstanceInput {
1702
-
1703
- instanceName: string | undefined;
1704
- }
1705
-
1706
- export interface GetOnPremisesInstanceOutput {
1707
-
1708
- instanceInfo?: InstanceInfo;
1709
- }
1710
-
1711
- export declare class InvalidBucketNameFilterException extends __BaseException {
1712
- readonly name: "InvalidBucketNameFilterException";
1713
- readonly $fault: "client";
1714
-
1715
- constructor(opts: __ExceptionOptionType<InvalidBucketNameFilterException, __BaseException>);
1716
- }
1717
-
1718
- export declare class InvalidDeployedStateFilterException extends __BaseException {
1719
- readonly name: "InvalidDeployedStateFilterException";
1720
- readonly $fault: "client";
1721
-
1722
- constructor(opts: __ExceptionOptionType<InvalidDeployedStateFilterException, __BaseException>);
1723
- }
1724
-
1725
- export declare class InvalidKeyPrefixFilterException extends __BaseException {
1726
- readonly name: "InvalidKeyPrefixFilterException";
1727
- readonly $fault: "client";
1728
-
1729
- constructor(opts: __ExceptionOptionType<InvalidKeyPrefixFilterException, __BaseException>);
1730
- }
1731
-
1732
- export declare class InvalidNextTokenException extends __BaseException {
1733
- readonly name: "InvalidNextTokenException";
1734
- readonly $fault: "client";
1735
-
1736
- constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
1737
- }
1738
-
1739
- export declare class InvalidSortByException extends __BaseException {
1740
- readonly name: "InvalidSortByException";
1741
- readonly $fault: "client";
1742
-
1743
- constructor(opts: __ExceptionOptionType<InvalidSortByException, __BaseException>);
1744
- }
1745
-
1746
- export declare class InvalidSortOrderException extends __BaseException {
1747
- readonly name: "InvalidSortOrderException";
1748
- readonly $fault: "client";
1749
-
1750
- constructor(opts: __ExceptionOptionType<InvalidSortOrderException, __BaseException>);
1751
- }
1752
- export declare enum ListStateFilterAction {
1753
- Exclude = "exclude",
1754
- Ignore = "ignore",
1755
- Include = "include"
1756
- }
1757
- export declare enum SortOrder {
1758
- Ascending = "ascending",
1759
- Descending = "descending"
1760
- }
1761
-
1762
- export interface ListApplicationRevisionsInput {
1763
-
1764
- applicationName: string | undefined;
1765
-
1766
- sortBy?: ApplicationRevisionSortBy | string;
1767
-
1768
- sortOrder?: SortOrder | string;
1769
-
1770
- s3Bucket?: string;
1771
-
1772
- s3KeyPrefix?: string;
1773
-
1774
- deployed?: ListStateFilterAction | string;
1775
-
1776
- nextToken?: string;
1777
- }
1778
-
1779
- export interface ListApplicationRevisionsOutput {
1780
-
1781
- revisions?: RevisionLocation[];
1782
-
1783
- nextToken?: string;
1784
- }
1785
-
1786
- export interface ListApplicationsInput {
1787
-
1788
- nextToken?: string;
1789
- }
1790
-
1791
- export interface ListApplicationsOutput {
1792
-
1793
- applications?: string[];
1794
-
1795
- nextToken?: string;
1796
- }
1797
-
1798
- export interface ListDeploymentConfigsInput {
1799
-
1800
- nextToken?: string;
1801
- }
1802
-
1803
- export interface ListDeploymentConfigsOutput {
1804
-
1805
- deploymentConfigsList?: string[];
1806
-
1807
- nextToken?: string;
1808
- }
1809
-
1810
- export interface ListDeploymentGroupsInput {
1811
-
1812
- applicationName: string | undefined;
1813
-
1814
- nextToken?: string;
1815
- }
1816
-
1817
- export interface ListDeploymentGroupsOutput {
1818
-
1819
- applicationName?: string;
1820
-
1821
- deploymentGroups?: string[];
1822
-
1823
- nextToken?: string;
1824
- }
1825
-
1826
- export declare class InvalidDeploymentInstanceTypeException extends __BaseException {
1827
- readonly name: "InvalidDeploymentInstanceTypeException";
1828
- readonly $fault: "client";
1829
-
1830
- constructor(opts: __ExceptionOptionType<InvalidDeploymentInstanceTypeException, __BaseException>);
1831
- }
1832
-
1833
- export declare class InvalidInstanceStatusException extends __BaseException {
1834
- readonly name: "InvalidInstanceStatusException";
1835
- readonly $fault: "client";
1836
-
1837
- constructor(opts: __ExceptionOptionType<InvalidInstanceStatusException, __BaseException>);
1838
- }
1839
-
1840
- export declare class InvalidInstanceTypeException extends __BaseException {
1841
- readonly name: "InvalidInstanceTypeException";
1842
- readonly $fault: "client";
1843
-
1844
- constructor(opts: __ExceptionOptionType<InvalidInstanceTypeException, __BaseException>);
1845
- }
1846
-
1847
- export declare class InvalidTargetFilterNameException extends __BaseException {
1848
- readonly name: "InvalidTargetFilterNameException";
1849
- readonly $fault: "client";
1850
-
1851
- constructor(opts: __ExceptionOptionType<InvalidTargetFilterNameException, __BaseException>);
1852
- }
1853
-
1854
- export interface ListDeploymentInstancesInput {
1855
-
1856
- deploymentId: string | undefined;
1857
-
1858
- nextToken?: string;
1859
-
1860
- instanceStatusFilter?: (InstanceStatus | string)[];
1861
-
1862
- instanceTypeFilter?: (_InstanceType | string)[];
1863
- }
1864
-
1865
- export interface ListDeploymentInstancesOutput {
1866
-
1867
- instancesList?: string[];
1868
-
1869
- nextToken?: string;
1870
- }
1871
-
1872
- export declare class InvalidExternalIdException extends __BaseException {
1873
- readonly name: "InvalidExternalIdException";
1874
- readonly $fault: "client";
1875
-
1876
- constructor(opts: __ExceptionOptionType<InvalidExternalIdException, __BaseException>);
1877
- }
1878
-
1879
- export declare class InvalidTimeRangeException extends __BaseException {
1880
- readonly name: "InvalidTimeRangeException";
1881
- readonly $fault: "client";
1882
-
1883
- constructor(opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>);
1884
- }
1885
-
1886
- export interface TimeRange {
1887
-
1888
- start?: Date;
1889
-
1890
- end?: Date;
1891
- }
1892
-
1893
- export interface ListDeploymentsInput {
1894
-
1895
- applicationName?: string;
1896
-
1897
- deploymentGroupName?: string;
1898
-
1899
- externalId?: string;
1900
-
1901
- includeOnlyStatuses?: (DeploymentStatus | string)[];
1902
-
1903
- createTimeRange?: TimeRange;
1904
-
1905
- nextToken?: string;
1906
- }
1907
-
1908
- export interface ListDeploymentsOutput {
1909
-
1910
- deployments?: string[];
1911
-
1912
- nextToken?: string;
1913
- }
1914
- export declare enum TargetFilterName {
1915
- SERVER_INSTANCE_LABEL = "ServerInstanceLabel",
1916
- TARGET_STATUS = "TargetStatus"
1917
- }
1918
- export interface ListDeploymentTargetsInput {
1919
-
1920
- deploymentId?: string;
1921
-
1922
- nextToken?: string;
1923
-
1924
- targetFilters?: Record<string, string[]>;
1925
- }
1926
- export interface ListDeploymentTargetsOutput {
1927
-
1928
- targetIds?: string[];
1929
-
1930
- nextToken?: string;
1931
- }
1932
-
1933
- export interface ListGitHubAccountTokenNamesInput {
1934
-
1935
- nextToken?: string;
1936
- }
1937
-
1938
- export interface ListGitHubAccountTokenNamesOutput {
1939
-
1940
- tokenNameList?: string[];
1941
-
1942
- nextToken?: string;
1943
- }
1944
-
1945
- export declare class InvalidRegistrationStatusException extends __BaseException {
1946
- readonly name: "InvalidRegistrationStatusException";
1947
- readonly $fault: "client";
1948
-
1949
- constructor(opts: __ExceptionOptionType<InvalidRegistrationStatusException, __BaseException>);
1950
- }
1951
-
1952
- export declare class InvalidTagFilterException extends __BaseException {
1953
- readonly name: "InvalidTagFilterException";
1954
- readonly $fault: "client";
1955
-
1956
- constructor(opts: __ExceptionOptionType<InvalidTagFilterException, __BaseException>);
1957
- }
1958
- export declare enum RegistrationStatus {
1959
- Deregistered = "Deregistered",
1960
- Registered = "Registered"
1961
- }
1962
-
1963
- export interface ListOnPremisesInstancesInput {
1964
-
1965
- registrationStatus?: RegistrationStatus | string;
1966
-
1967
- tagFilters?: TagFilter[];
1968
-
1969
- nextToken?: string;
1970
- }
1971
-
1972
- export interface ListOnPremisesInstancesOutput {
1973
-
1974
- instanceNames?: string[];
1975
-
1976
- nextToken?: string;
1977
- }
1978
-
1979
- export declare class InvalidArnException extends __BaseException {
1980
- readonly name: "InvalidArnException";
1981
- readonly $fault: "client";
1982
-
1983
- constructor(opts: __ExceptionOptionType<InvalidArnException, __BaseException>);
1984
- }
1985
- export interface ListTagsForResourceInput {
1986
-
1987
- ResourceArn: string | undefined;
1988
-
1989
- NextToken?: string;
1990
- }
1991
- export interface ListTagsForResourceOutput {
1992
-
1993
- Tags?: Tag[];
1994
-
1995
- NextToken?: string;
1996
- }
1997
-
1998
- export declare class ResourceArnRequiredException extends __BaseException {
1999
- readonly name: "ResourceArnRequiredException";
2000
- readonly $fault: "client";
2001
-
2002
- constructor(opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>);
2003
- }
2004
-
2005
- export declare class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
2006
- readonly name: "InvalidLifecycleEventHookExecutionIdException";
2007
- readonly $fault: "client";
2008
-
2009
- constructor(opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionIdException, __BaseException>);
2010
- }
2011
-
2012
- export declare class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
2013
- readonly name: "InvalidLifecycleEventHookExecutionStatusException";
2014
- readonly $fault: "client";
2015
-
2016
- constructor(opts: __ExceptionOptionType<InvalidLifecycleEventHookExecutionStatusException, __BaseException>);
2017
- }
2018
-
2019
- export declare class LifecycleEventAlreadyCompletedException extends __BaseException {
2020
- readonly name: "LifecycleEventAlreadyCompletedException";
2021
- readonly $fault: "client";
2022
-
2023
- constructor(opts: __ExceptionOptionType<LifecycleEventAlreadyCompletedException, __BaseException>);
2024
- }
2025
- export interface PutLifecycleEventHookExecutionStatusInput {
2026
-
2027
- deploymentId?: string;
2028
-
2029
- lifecycleEventHookExecutionId?: string;
2030
-
2031
- status?: LifecycleEventStatus | string;
2032
- }
2033
- export interface PutLifecycleEventHookExecutionStatusOutput {
2034
-
2035
- lifecycleEventHookExecutionId?: string;
2036
- }
2037
-
2038
- export interface RegisterApplicationRevisionInput {
2039
-
2040
- applicationName: string | undefined;
2041
-
2042
- description?: string;
2043
-
2044
- revision: RevisionLocation | undefined;
2045
- }
2046
-
2047
- export declare class IamArnRequiredException extends __BaseException {
2048
- readonly name: "IamArnRequiredException";
2049
- readonly $fault: "client";
2050
-
2051
- constructor(opts: __ExceptionOptionType<IamArnRequiredException, __BaseException>);
2052
- }
2053
-
2054
- export declare class IamSessionArnAlreadyRegisteredException extends __BaseException {
2055
- readonly name: "IamSessionArnAlreadyRegisteredException";
2056
- readonly $fault: "client";
2057
-
2058
- constructor(opts: __ExceptionOptionType<IamSessionArnAlreadyRegisteredException, __BaseException>);
2059
- }
2060
-
2061
- export declare class IamUserArnAlreadyRegisteredException extends __BaseException {
2062
- readonly name: "IamUserArnAlreadyRegisteredException";
2063
- readonly $fault: "client";
2064
-
2065
- constructor(opts: __ExceptionOptionType<IamUserArnAlreadyRegisteredException, __BaseException>);
2066
- }
2067
-
2068
- export declare class IamUserArnRequiredException extends __BaseException {
2069
- readonly name: "IamUserArnRequiredException";
2070
- readonly $fault: "client";
2071
-
2072
- constructor(opts: __ExceptionOptionType<IamUserArnRequiredException, __BaseException>);
2073
- }
2074
-
2075
- export declare class InstanceNameAlreadyRegisteredException extends __BaseException {
2076
- readonly name: "InstanceNameAlreadyRegisteredException";
2077
- readonly $fault: "client";
2078
-
2079
- constructor(opts: __ExceptionOptionType<InstanceNameAlreadyRegisteredException, __BaseException>);
2080
- }
2081
-
2082
- export declare class InvalidIamSessionArnException extends __BaseException {
2083
- readonly name: "InvalidIamSessionArnException";
2084
- readonly $fault: "client";
2085
-
2086
- constructor(opts: __ExceptionOptionType<InvalidIamSessionArnException, __BaseException>);
2087
- }
2088
-
2089
- export declare class InvalidIamUserArnException extends __BaseException {
2090
- readonly name: "InvalidIamUserArnException";
2091
- readonly $fault: "client";
2092
-
2093
- constructor(opts: __ExceptionOptionType<InvalidIamUserArnException, __BaseException>);
2094
- }
2095
-
2096
- export declare class MultipleIamArnsProvidedException extends __BaseException {
2097
- readonly name: "MultipleIamArnsProvidedException";
2098
- readonly $fault: "client";
2099
-
2100
- constructor(opts: __ExceptionOptionType<MultipleIamArnsProvidedException, __BaseException>);
2101
- }
2102
-
2103
- export interface RegisterOnPremisesInstanceInput {
2104
-
2105
- instanceName: string | undefined;
2106
-
2107
- iamSessionArn?: string;
2108
-
2109
- iamUserArn?: string;
2110
- }
2111
-
2112
- export interface RemoveTagsFromOnPremisesInstancesInput {
2113
-
2114
- tags: Tag[] | undefined;
2115
-
2116
- instanceNames: string[] | undefined;
2117
- }
2118
- export interface SkipWaitTimeForInstanceTerminationInput {
2119
-
2120
- deploymentId?: string;
2121
- }
2122
-
2123
- export interface StopDeploymentInput {
2124
-
2125
- deploymentId: string | undefined;
2126
-
2127
- autoRollbackEnabled?: boolean;
2128
- }
2129
- export declare enum StopStatus {
2130
- PENDING = "Pending",
2131
- SUCCEEDED = "Succeeded"
2132
- }
2133
-
2134
- export interface StopDeploymentOutput {
2135
-
2136
- status?: StopStatus | string;
2137
-
2138
- statusMessage?: string;
2139
- }
2140
- export interface TagResourceInput {
2141
-
2142
- ResourceArn: string | undefined;
2143
-
2144
- Tags: Tag[] | undefined;
2145
- }
2146
- export interface TagResourceOutput {
2147
- }
2148
- export interface UntagResourceInput {
2149
-
2150
- ResourceArn: string | undefined;
2151
-
2152
- TagKeys: string[] | undefined;
2153
- }
2154
- export interface UntagResourceOutput {
2155
- }
2156
-
2157
- export interface UpdateApplicationInput {
2158
-
2159
- applicationName?: string;
2160
-
2161
- newApplicationName?: string;
2162
- }
2163
-
2164
- export interface UpdateDeploymentGroupInput {
2165
-
2166
- applicationName: string | undefined;
2167
-
2168
- currentDeploymentGroupName: string | undefined;
2169
-
2170
- newDeploymentGroupName?: string;
2171
-
2172
- deploymentConfigName?: string;
2173
-
2174
- ec2TagFilters?: EC2TagFilter[];
2175
-
2176
- onPremisesInstanceTagFilters?: TagFilter[];
2177
-
2178
- autoScalingGroups?: string[];
2179
-
2180
- serviceRoleArn?: string;
2181
-
2182
- triggerConfigurations?: TriggerConfig[];
2183
-
2184
- alarmConfiguration?: AlarmConfiguration;
2185
-
2186
- autoRollbackConfiguration?: AutoRollbackConfiguration;
2187
-
2188
- outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
2189
-
2190
- deploymentStyle?: DeploymentStyle;
2191
-
2192
- blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
2193
-
2194
- loadBalancerInfo?: LoadBalancerInfo;
2195
-
2196
- ec2TagSet?: EC2TagSet;
2197
-
2198
- ecsServices?: ECSService[];
2199
-
2200
- onPremisesTagSet?: OnPremisesTagSet;
2201
- }
2202
-
2203
- export interface UpdateDeploymentGroupOutput {
2204
-
2205
- hooksNotCleanedUp?: AutoScalingGroup[];
2206
- }
2207
-
2208
- export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2209
-
2210
- export declare const AddTagsToOnPremisesInstancesInputFilterSensitiveLog: (obj: AddTagsToOnPremisesInstancesInput) => any;
2211
-
2212
- export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
2213
-
2214
- export declare const AlarmConfigurationFilterSensitiveLog: (obj: AlarmConfiguration) => any;
2215
-
2216
- export declare const ApplicationInfoFilterSensitiveLog: (obj: ApplicationInfo) => any;
2217
-
2218
- export declare const AppSpecContentFilterSensitiveLog: (obj: AppSpecContent) => any;
2219
-
2220
- export declare const AutoRollbackConfigurationFilterSensitiveLog: (obj: AutoRollbackConfiguration) => any;
2221
-
2222
- export declare const AutoScalingGroupFilterSensitiveLog: (obj: AutoScalingGroup) => any;
2223
-
2224
- export declare const GitHubLocationFilterSensitiveLog: (obj: GitHubLocation) => any;
2225
-
2226
- export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
2227
-
2228
- export declare const RawStringFilterSensitiveLog: (obj: RawString) => any;
2229
-
2230
- export declare const RevisionLocationFilterSensitiveLog: (obj: RevisionLocation) => any;
2231
-
2232
- export declare const BatchGetApplicationRevisionsInputFilterSensitiveLog: (obj: BatchGetApplicationRevisionsInput) => any;
2233
-
2234
- export declare const GenericRevisionInfoFilterSensitiveLog: (obj: GenericRevisionInfo) => any;
2235
-
2236
- export declare const RevisionInfoFilterSensitiveLog: (obj: RevisionInfo) => any;
2237
-
2238
- export declare const BatchGetApplicationRevisionsOutputFilterSensitiveLog: (obj: BatchGetApplicationRevisionsOutput) => any;
2239
-
2240
- export declare const BatchGetApplicationsInputFilterSensitiveLog: (obj: BatchGetApplicationsInput) => any;
2241
-
2242
- export declare const BatchGetApplicationsOutputFilterSensitiveLog: (obj: BatchGetApplicationsOutput) => any;
2243
-
2244
- export declare const BatchGetDeploymentGroupsInputFilterSensitiveLog: (obj: BatchGetDeploymentGroupsInput) => any;
2245
-
2246
- export declare const DeploymentReadyOptionFilterSensitiveLog: (obj: DeploymentReadyOption) => any;
2247
-
2248
- export declare const GreenFleetProvisioningOptionFilterSensitiveLog: (obj: GreenFleetProvisioningOption) => any;
2249
-
2250
- export declare const BlueInstanceTerminationOptionFilterSensitiveLog: (obj: BlueInstanceTerminationOption) => any;
2251
-
2252
- export declare const BlueGreenDeploymentConfigurationFilterSensitiveLog: (obj: BlueGreenDeploymentConfiguration) => any;
2253
-
2254
- export declare const DeploymentStyleFilterSensitiveLog: (obj: DeploymentStyle) => any;
2255
-
2256
- export declare const EC2TagFilterFilterSensitiveLog: (obj: EC2TagFilter) => any;
2257
-
2258
- export declare const EC2TagSetFilterSensitiveLog: (obj: EC2TagSet) => any;
2259
-
2260
- export declare const ECSServiceFilterSensitiveLog: (obj: ECSService) => any;
2261
-
2262
- export declare const LastDeploymentInfoFilterSensitiveLog: (obj: LastDeploymentInfo) => any;
2263
-
2264
- export declare const ELBInfoFilterSensitiveLog: (obj: ELBInfo) => any;
2265
-
2266
- export declare const TargetGroupInfoFilterSensitiveLog: (obj: TargetGroupInfo) => any;
2267
-
2268
- export declare const TrafficRouteFilterSensitiveLog: (obj: TrafficRoute) => any;
2269
-
2270
- export declare const TargetGroupPairInfoFilterSensitiveLog: (obj: TargetGroupPairInfo) => any;
2271
-
2272
- export declare const LoadBalancerInfoFilterSensitiveLog: (obj: LoadBalancerInfo) => any;
2273
-
2274
- export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
2275
-
2276
- export declare const OnPremisesTagSetFilterSensitiveLog: (obj: OnPremisesTagSet) => any;
2277
-
2278
- export declare const TriggerConfigFilterSensitiveLog: (obj: TriggerConfig) => any;
2279
-
2280
- export declare const DeploymentGroupInfoFilterSensitiveLog: (obj: DeploymentGroupInfo) => any;
2281
-
2282
- export declare const BatchGetDeploymentGroupsOutputFilterSensitiveLog: (obj: BatchGetDeploymentGroupsOutput) => any;
2283
-
2284
- export declare const BatchGetDeploymentInstancesInputFilterSensitiveLog: (obj: BatchGetDeploymentInstancesInput) => any;
2285
-
2286
- export declare const DiagnosticsFilterSensitiveLog: (obj: Diagnostics) => any;
2287
-
2288
- export declare const LifecycleEventFilterSensitiveLog: (obj: LifecycleEvent) => any;
2289
-
2290
- export declare const InstanceSummaryFilterSensitiveLog: (obj: InstanceSummary) => any;
2291
-
2292
- export declare const BatchGetDeploymentInstancesOutputFilterSensitiveLog: (obj: BatchGetDeploymentInstancesOutput) => any;
2293
-
2294
- export declare const BatchGetDeploymentsInputFilterSensitiveLog: (obj: BatchGetDeploymentsInput) => any;
2295
-
2296
- export declare const DeploymentOverviewFilterSensitiveLog: (obj: DeploymentOverview) => any;
2297
-
2298
- export declare const ErrorInformationFilterSensitiveLog: (obj: ErrorInformation) => any;
2299
-
2300
- export declare const RelatedDeploymentsFilterSensitiveLog: (obj: RelatedDeployments) => any;
2301
-
2302
- export declare const RollbackInfoFilterSensitiveLog: (obj: RollbackInfo) => any;
2303
-
2304
- export declare const TargetInstancesFilterSensitiveLog: (obj: TargetInstances) => any;
2305
-
2306
- export declare const DeploymentInfoFilterSensitiveLog: (obj: DeploymentInfo) => any;
2307
-
2308
- export declare const BatchGetDeploymentsOutputFilterSensitiveLog: (obj: BatchGetDeploymentsOutput) => any;
2309
-
2310
- export declare const BatchGetDeploymentTargetsInputFilterSensitiveLog: (obj: BatchGetDeploymentTargetsInput) => any;
2311
-
2312
- export declare const CloudFormationTargetFilterSensitiveLog: (obj: CloudFormationTarget) => any;
2313
-
2314
- export declare const ECSTaskSetFilterSensitiveLog: (obj: ECSTaskSet) => any;
2315
-
2316
- export declare const ECSTargetFilterSensitiveLog: (obj: ECSTarget) => any;
2317
-
2318
- export declare const InstanceTargetFilterSensitiveLog: (obj: InstanceTarget) => any;
2319
-
2320
- export declare const LambdaFunctionInfoFilterSensitiveLog: (obj: LambdaFunctionInfo) => any;
2321
-
2322
- export declare const LambdaTargetFilterSensitiveLog: (obj: LambdaTarget) => any;
2323
-
2324
- export declare const DeploymentTargetFilterSensitiveLog: (obj: DeploymentTarget) => any;
2325
-
2326
- export declare const BatchGetDeploymentTargetsOutputFilterSensitiveLog: (obj: BatchGetDeploymentTargetsOutput) => any;
2327
-
2328
- export declare const BatchGetOnPremisesInstancesInputFilterSensitiveLog: (obj: BatchGetOnPremisesInstancesInput) => any;
2329
-
2330
- export declare const InstanceInfoFilterSensitiveLog: (obj: InstanceInfo) => any;
2331
-
2332
- export declare const BatchGetOnPremisesInstancesOutputFilterSensitiveLog: (obj: BatchGetOnPremisesInstancesOutput) => any;
2333
-
2334
- export declare const ContinueDeploymentInputFilterSensitiveLog: (obj: ContinueDeploymentInput) => any;
2335
-
2336
- export declare const CreateApplicationInputFilterSensitiveLog: (obj: CreateApplicationInput) => any;
2337
-
2338
- export declare const CreateApplicationOutputFilterSensitiveLog: (obj: CreateApplicationOutput) => any;
2339
-
2340
- export declare const CreateDeploymentInputFilterSensitiveLog: (obj: CreateDeploymentInput) => any;
2341
-
2342
- export declare const CreateDeploymentOutputFilterSensitiveLog: (obj: CreateDeploymentOutput) => any;
2343
-
2344
- export declare const MinimumHealthyHostsFilterSensitiveLog: (obj: MinimumHealthyHosts) => any;
2345
-
2346
- export declare const TimeBasedCanaryFilterSensitiveLog: (obj: TimeBasedCanary) => any;
2347
-
2348
- export declare const TimeBasedLinearFilterSensitiveLog: (obj: TimeBasedLinear) => any;
2349
-
2350
- export declare const TrafficRoutingConfigFilterSensitiveLog: (obj: TrafficRoutingConfig) => any;
2351
-
2352
- export declare const CreateDeploymentConfigInputFilterSensitiveLog: (obj: CreateDeploymentConfigInput) => any;
2353
-
2354
- export declare const CreateDeploymentConfigOutputFilterSensitiveLog: (obj: CreateDeploymentConfigOutput) => any;
2355
-
2356
- export declare const CreateDeploymentGroupInputFilterSensitiveLog: (obj: CreateDeploymentGroupInput) => any;
2357
-
2358
- export declare const CreateDeploymentGroupOutputFilterSensitiveLog: (obj: CreateDeploymentGroupOutput) => any;
2359
-
2360
- export declare const DeleteApplicationInputFilterSensitiveLog: (obj: DeleteApplicationInput) => any;
2361
-
2362
- export declare const DeleteDeploymentConfigInputFilterSensitiveLog: (obj: DeleteDeploymentConfigInput) => any;
2363
-
2364
- export declare const DeleteDeploymentGroupInputFilterSensitiveLog: (obj: DeleteDeploymentGroupInput) => any;
2365
-
2366
- export declare const DeleteDeploymentGroupOutputFilterSensitiveLog: (obj: DeleteDeploymentGroupOutput) => any;
2367
-
2368
- export declare const DeleteGitHubAccountTokenInputFilterSensitiveLog: (obj: DeleteGitHubAccountTokenInput) => any;
2369
-
2370
- export declare const DeleteGitHubAccountTokenOutputFilterSensitiveLog: (obj: DeleteGitHubAccountTokenOutput) => any;
2371
-
2372
- export declare const DeleteResourcesByExternalIdInputFilterSensitiveLog: (obj: DeleteResourcesByExternalIdInput) => any;
2373
-
2374
- export declare const DeleteResourcesByExternalIdOutputFilterSensitiveLog: (obj: DeleteResourcesByExternalIdOutput) => any;
2375
-
2376
- export declare const DeregisterOnPremisesInstanceInputFilterSensitiveLog: (obj: DeregisterOnPremisesInstanceInput) => any;
2377
-
2378
- export declare const GetApplicationInputFilterSensitiveLog: (obj: GetApplicationInput) => any;
2379
-
2380
- export declare const GetApplicationOutputFilterSensitiveLog: (obj: GetApplicationOutput) => any;
2381
-
2382
- export declare const GetApplicationRevisionInputFilterSensitiveLog: (obj: GetApplicationRevisionInput) => any;
2383
-
2384
- export declare const GetApplicationRevisionOutputFilterSensitiveLog: (obj: GetApplicationRevisionOutput) => any;
2385
-
2386
- export declare const GetDeploymentInputFilterSensitiveLog: (obj: GetDeploymentInput) => any;
2387
-
2388
- export declare const GetDeploymentOutputFilterSensitiveLog: (obj: GetDeploymentOutput) => any;
2389
-
2390
- export declare const GetDeploymentConfigInputFilterSensitiveLog: (obj: GetDeploymentConfigInput) => any;
2391
-
2392
- export declare const DeploymentConfigInfoFilterSensitiveLog: (obj: DeploymentConfigInfo) => any;
2393
-
2394
- export declare const GetDeploymentConfigOutputFilterSensitiveLog: (obj: GetDeploymentConfigOutput) => any;
2395
-
2396
- export declare const GetDeploymentGroupInputFilterSensitiveLog: (obj: GetDeploymentGroupInput) => any;
2397
-
2398
- export declare const GetDeploymentGroupOutputFilterSensitiveLog: (obj: GetDeploymentGroupOutput) => any;
2399
-
2400
- export declare const GetDeploymentInstanceInputFilterSensitiveLog: (obj: GetDeploymentInstanceInput) => any;
2401
-
2402
- export declare const GetDeploymentInstanceOutputFilterSensitiveLog: (obj: GetDeploymentInstanceOutput) => any;
2403
-
2404
- export declare const GetDeploymentTargetInputFilterSensitiveLog: (obj: GetDeploymentTargetInput) => any;
2405
-
2406
- export declare const GetDeploymentTargetOutputFilterSensitiveLog: (obj: GetDeploymentTargetOutput) => any;
2407
-
2408
- export declare const GetOnPremisesInstanceInputFilterSensitiveLog: (obj: GetOnPremisesInstanceInput) => any;
2409
-
2410
- export declare const GetOnPremisesInstanceOutputFilterSensitiveLog: (obj: GetOnPremisesInstanceOutput) => any;
2411
-
2412
- export declare const ListApplicationRevisionsInputFilterSensitiveLog: (obj: ListApplicationRevisionsInput) => any;
2413
-
2414
- export declare const ListApplicationRevisionsOutputFilterSensitiveLog: (obj: ListApplicationRevisionsOutput) => any;
2415
-
2416
- export declare const ListApplicationsInputFilterSensitiveLog: (obj: ListApplicationsInput) => any;
2417
-
2418
- export declare const ListApplicationsOutputFilterSensitiveLog: (obj: ListApplicationsOutput) => any;
2419
-
2420
- export declare const ListDeploymentConfigsInputFilterSensitiveLog: (obj: ListDeploymentConfigsInput) => any;
2421
-
2422
- export declare const ListDeploymentConfigsOutputFilterSensitiveLog: (obj: ListDeploymentConfigsOutput) => any;
2423
-
2424
- export declare const ListDeploymentGroupsInputFilterSensitiveLog: (obj: ListDeploymentGroupsInput) => any;
2425
-
2426
- export declare const ListDeploymentGroupsOutputFilterSensitiveLog: (obj: ListDeploymentGroupsOutput) => any;
2427
-
2428
- export declare const ListDeploymentInstancesInputFilterSensitiveLog: (obj: ListDeploymentInstancesInput) => any;
2429
-
2430
- export declare const ListDeploymentInstancesOutputFilterSensitiveLog: (obj: ListDeploymentInstancesOutput) => any;
2431
-
2432
- export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
2433
-
2434
- export declare const ListDeploymentsInputFilterSensitiveLog: (obj: ListDeploymentsInput) => any;
2435
-
2436
- export declare const ListDeploymentsOutputFilterSensitiveLog: (obj: ListDeploymentsOutput) => any;
2437
-
2438
- export declare const ListDeploymentTargetsInputFilterSensitiveLog: (obj: ListDeploymentTargetsInput) => any;
2439
-
2440
- export declare const ListDeploymentTargetsOutputFilterSensitiveLog: (obj: ListDeploymentTargetsOutput) => any;
2441
-
2442
- export declare const ListGitHubAccountTokenNamesInputFilterSensitiveLog: (obj: ListGitHubAccountTokenNamesInput) => any;
2443
-
2444
- export declare const ListGitHubAccountTokenNamesOutputFilterSensitiveLog: (obj: ListGitHubAccountTokenNamesOutput) => any;
2445
-
2446
- export declare const ListOnPremisesInstancesInputFilterSensitiveLog: (obj: ListOnPremisesInstancesInput) => any;
2447
-
2448
- export declare const ListOnPremisesInstancesOutputFilterSensitiveLog: (obj: ListOnPremisesInstancesOutput) => any;
2449
-
2450
- export declare const ListTagsForResourceInputFilterSensitiveLog: (obj: ListTagsForResourceInput) => any;
2451
-
2452
- export declare const ListTagsForResourceOutputFilterSensitiveLog: (obj: ListTagsForResourceOutput) => any;
2453
-
2454
- export declare const PutLifecycleEventHookExecutionStatusInputFilterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusInput) => any;
2455
-
2456
- export declare const PutLifecycleEventHookExecutionStatusOutputFilterSensitiveLog: (obj: PutLifecycleEventHookExecutionStatusOutput) => any;
2457
-
2458
- export declare const RegisterApplicationRevisionInputFilterSensitiveLog: (obj: RegisterApplicationRevisionInput) => any;
2459
-
2460
- export declare const RegisterOnPremisesInstanceInputFilterSensitiveLog: (obj: RegisterOnPremisesInstanceInput) => any;
2461
-
2462
- export declare const RemoveTagsFromOnPremisesInstancesInputFilterSensitiveLog: (obj: RemoveTagsFromOnPremisesInstancesInput) => any;
2463
-
2464
- export declare const SkipWaitTimeForInstanceTerminationInputFilterSensitiveLog: (obj: SkipWaitTimeForInstanceTerminationInput) => any;
2465
-
2466
- export declare const StopDeploymentInputFilterSensitiveLog: (obj: StopDeploymentInput) => any;
2467
-
2468
- export declare const StopDeploymentOutputFilterSensitiveLog: (obj: StopDeploymentOutput) => any;
2469
-
2470
- export declare const TagResourceInputFilterSensitiveLog: (obj: TagResourceInput) => any;
2471
-
2472
- export declare const TagResourceOutputFilterSensitiveLog: (obj: TagResourceOutput) => any;
2473
-
2474
- export declare const UntagResourceInputFilterSensitiveLog: (obj: UntagResourceInput) => any;
2475
-
2476
- export declare const UntagResourceOutputFilterSensitiveLog: (obj: UntagResourceOutput) => any;
2477
-
2478
- export declare const UpdateApplicationInputFilterSensitiveLog: (obj: UpdateApplicationInput) => any;
2479
-
2480
- export declare const UpdateDeploymentGroupInputFilterSensitiveLog: (obj: UpdateDeploymentGroupInput) => any;
2481
-
2482
- export declare const UpdateDeploymentGroupOutputFilterSensitiveLog: (obj: UpdateDeploymentGroupOutput) => any;
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
+ import { CodeDeployServiceException as __BaseException } from "./CodeDeployServiceException";
3
+ export interface Tag {
4
+ Key?: string;
5
+ Value?: string;
6
+ }
7
+ export interface AddTagsToOnPremisesInstancesInput {
8
+ tags: Tag[] | undefined;
9
+ instanceNames: string[] | undefined;
10
+ }
11
+ export declare class InstanceLimitExceededException extends __BaseException {
12
+ readonly name: "InstanceLimitExceededException";
13
+ readonly $fault: "client";
14
+ constructor(
15
+ opts: __ExceptionOptionType<InstanceLimitExceededException, __BaseException>
16
+ );
17
+ }
18
+ export declare class InstanceNameRequiredException extends __BaseException {
19
+ readonly name: "InstanceNameRequiredException";
20
+ readonly $fault: "client";
21
+ constructor(
22
+ opts: __ExceptionOptionType<InstanceNameRequiredException, __BaseException>
23
+ );
24
+ }
25
+ export declare class InstanceNotRegisteredException extends __BaseException {
26
+ readonly name: "InstanceNotRegisteredException";
27
+ readonly $fault: "client";
28
+ constructor(
29
+ opts: __ExceptionOptionType<InstanceNotRegisteredException, __BaseException>
30
+ );
31
+ }
32
+ export declare class InvalidInstanceNameException extends __BaseException {
33
+ readonly name: "InvalidInstanceNameException";
34
+ readonly $fault: "client";
35
+ constructor(
36
+ opts: __ExceptionOptionType<InvalidInstanceNameException, __BaseException>
37
+ );
38
+ }
39
+ export declare class InvalidTagException extends __BaseException {
40
+ readonly name: "InvalidTagException";
41
+ readonly $fault: "client";
42
+ constructor(
43
+ opts: __ExceptionOptionType<InvalidTagException, __BaseException>
44
+ );
45
+ }
46
+ export declare class TagLimitExceededException extends __BaseException {
47
+ readonly name: "TagLimitExceededException";
48
+ readonly $fault: "client";
49
+ constructor(
50
+ opts: __ExceptionOptionType<TagLimitExceededException, __BaseException>
51
+ );
52
+ }
53
+ export declare class TagRequiredException extends __BaseException {
54
+ readonly name: "TagRequiredException";
55
+ readonly $fault: "client";
56
+ constructor(
57
+ opts: __ExceptionOptionType<TagRequiredException, __BaseException>
58
+ );
59
+ }
60
+ export interface Alarm {
61
+ name?: string;
62
+ }
63
+ export interface AlarmConfiguration {
64
+ enabled?: boolean;
65
+ ignorePollAlarmFailure?: boolean;
66
+ alarms?: Alarm[];
67
+ }
68
+ export declare class AlarmsLimitExceededException extends __BaseException {
69
+ readonly name: "AlarmsLimitExceededException";
70
+ readonly $fault: "client";
71
+ constructor(
72
+ opts: __ExceptionOptionType<AlarmsLimitExceededException, __BaseException>
73
+ );
74
+ }
75
+ export declare class ApplicationAlreadyExistsException extends __BaseException {
76
+ readonly name: "ApplicationAlreadyExistsException";
77
+ readonly $fault: "client";
78
+ constructor(
79
+ opts: __ExceptionOptionType<
80
+ ApplicationAlreadyExistsException,
81
+ __BaseException
82
+ >
83
+ );
84
+ }
85
+ export declare class ApplicationDoesNotExistException extends __BaseException {
86
+ readonly name: "ApplicationDoesNotExistException";
87
+ readonly $fault: "client";
88
+ constructor(
89
+ opts: __ExceptionOptionType<
90
+ ApplicationDoesNotExistException,
91
+ __BaseException
92
+ >
93
+ );
94
+ }
95
+ export declare enum ComputePlatform {
96
+ ECS = "ECS",
97
+ LAMBDA = "Lambda",
98
+ SERVER = "Server",
99
+ }
100
+ export interface ApplicationInfo {
101
+ applicationId?: string;
102
+ applicationName?: string;
103
+ createTime?: Date;
104
+ linkedToGitHub?: boolean;
105
+ gitHubAccountName?: string;
106
+ computePlatform?: ComputePlatform | string;
107
+ }
108
+ export declare class ApplicationLimitExceededException extends __BaseException {
109
+ readonly name: "ApplicationLimitExceededException";
110
+ readonly $fault: "client";
111
+ constructor(
112
+ opts: __ExceptionOptionType<
113
+ ApplicationLimitExceededException,
114
+ __BaseException
115
+ >
116
+ );
117
+ }
118
+ export declare class ApplicationNameRequiredException extends __BaseException {
119
+ readonly name: "ApplicationNameRequiredException";
120
+ readonly $fault: "client";
121
+ constructor(
122
+ opts: __ExceptionOptionType<
123
+ ApplicationNameRequiredException,
124
+ __BaseException
125
+ >
126
+ );
127
+ }
128
+ export declare enum ApplicationRevisionSortBy {
129
+ FirstUsedTime = "firstUsedTime",
130
+ LastUsedTime = "lastUsedTime",
131
+ RegisterTime = "registerTime",
132
+ }
133
+ export interface AppSpecContent {
134
+ content?: string;
135
+ sha256?: string;
136
+ }
137
+ export declare class ArnNotSupportedException extends __BaseException {
138
+ readonly name: "ArnNotSupportedException";
139
+ readonly $fault: "client";
140
+ constructor(
141
+ opts: __ExceptionOptionType<ArnNotSupportedException, __BaseException>
142
+ );
143
+ }
144
+ export declare enum AutoRollbackEvent {
145
+ DEPLOYMENT_FAILURE = "DEPLOYMENT_FAILURE",
146
+ DEPLOYMENT_STOP_ON_ALARM = "DEPLOYMENT_STOP_ON_ALARM",
147
+ DEPLOYMENT_STOP_ON_REQUEST = "DEPLOYMENT_STOP_ON_REQUEST",
148
+ }
149
+ export interface AutoRollbackConfiguration {
150
+ enabled?: boolean;
151
+ events?: (AutoRollbackEvent | string)[];
152
+ }
153
+ export interface AutoScalingGroup {
154
+ name?: string;
155
+ hook?: string;
156
+ }
157
+ export interface GitHubLocation {
158
+ repository?: string;
159
+ commitId?: string;
160
+ }
161
+ export declare enum RevisionLocationType {
162
+ AppSpecContent = "AppSpecContent",
163
+ GitHub = "GitHub",
164
+ S3 = "S3",
165
+ String = "String",
166
+ }
167
+ export declare enum BundleType {
168
+ JSON = "JSON",
169
+ Tar = "tar",
170
+ TarGZip = "tgz",
171
+ YAML = "YAML",
172
+ Zip = "zip",
173
+ }
174
+ export interface S3Location {
175
+ bucket?: string;
176
+ key?: string;
177
+ bundleType?: BundleType | string;
178
+ version?: string;
179
+ eTag?: string;
180
+ }
181
+ export interface RawString {
182
+ content?: string;
183
+ sha256?: string;
184
+ }
185
+ export interface RevisionLocation {
186
+ revisionType?: RevisionLocationType | string;
187
+ s3Location?: S3Location;
188
+ gitHubLocation?: GitHubLocation;
189
+ string?: RawString;
190
+ appSpecContent?: AppSpecContent;
191
+ }
192
+ export interface BatchGetApplicationRevisionsInput {
193
+ applicationName: string | undefined;
194
+ revisions: RevisionLocation[] | undefined;
195
+ }
196
+ export interface GenericRevisionInfo {
197
+ description?: string;
198
+ deploymentGroups?: string[];
199
+ firstUsedTime?: Date;
200
+ lastUsedTime?: Date;
201
+ registerTime?: Date;
202
+ }
203
+ export interface RevisionInfo {
204
+ revisionLocation?: RevisionLocation;
205
+ genericRevisionInfo?: GenericRevisionInfo;
206
+ }
207
+ export interface BatchGetApplicationRevisionsOutput {
208
+ applicationName?: string;
209
+ errorMessage?: string;
210
+ revisions?: RevisionInfo[];
211
+ }
212
+ export declare class BatchLimitExceededException extends __BaseException {
213
+ readonly name: "BatchLimitExceededException";
214
+ readonly $fault: "client";
215
+ constructor(
216
+ opts: __ExceptionOptionType<BatchLimitExceededException, __BaseException>
217
+ );
218
+ }
219
+ export declare class InvalidApplicationNameException extends __BaseException {
220
+ readonly name: "InvalidApplicationNameException";
221
+ readonly $fault: "client";
222
+ constructor(
223
+ opts: __ExceptionOptionType<
224
+ InvalidApplicationNameException,
225
+ __BaseException
226
+ >
227
+ );
228
+ }
229
+ export declare class InvalidRevisionException extends __BaseException {
230
+ readonly name: "InvalidRevisionException";
231
+ readonly $fault: "client";
232
+ constructor(
233
+ opts: __ExceptionOptionType<InvalidRevisionException, __BaseException>
234
+ );
235
+ }
236
+ export declare class RevisionRequiredException extends __BaseException {
237
+ readonly name: "RevisionRequiredException";
238
+ readonly $fault: "client";
239
+ constructor(
240
+ opts: __ExceptionOptionType<RevisionRequiredException, __BaseException>
241
+ );
242
+ }
243
+ export interface BatchGetApplicationsInput {
244
+ applicationNames: string[] | undefined;
245
+ }
246
+ export interface BatchGetApplicationsOutput {
247
+ applicationsInfo?: ApplicationInfo[];
248
+ }
249
+ export interface BatchGetDeploymentGroupsInput {
250
+ applicationName: string | undefined;
251
+ deploymentGroupNames: string[] | undefined;
252
+ }
253
+ export declare enum DeploymentReadyAction {
254
+ CONTINUE_DEPLOYMENT = "CONTINUE_DEPLOYMENT",
255
+ STOP_DEPLOYMENT = "STOP_DEPLOYMENT",
256
+ }
257
+ export interface DeploymentReadyOption {
258
+ actionOnTimeout?: DeploymentReadyAction | string;
259
+ waitTimeInMinutes?: number;
260
+ }
261
+ export declare enum GreenFleetProvisioningAction {
262
+ COPY_AUTO_SCALING_GROUP = "COPY_AUTO_SCALING_GROUP",
263
+ DISCOVER_EXISTING = "DISCOVER_EXISTING",
264
+ }
265
+ export interface GreenFleetProvisioningOption {
266
+ action?: GreenFleetProvisioningAction | string;
267
+ }
268
+ export declare enum InstanceAction {
269
+ KEEP_ALIVE = "KEEP_ALIVE",
270
+ TERMINATE = "TERMINATE",
271
+ }
272
+ export interface BlueInstanceTerminationOption {
273
+ action?: InstanceAction | string;
274
+ terminationWaitTimeInMinutes?: number;
275
+ }
276
+ export interface BlueGreenDeploymentConfiguration {
277
+ terminateBlueInstancesOnDeploymentSuccess?: BlueInstanceTerminationOption;
278
+ deploymentReadyOption?: DeploymentReadyOption;
279
+ greenFleetProvisioningOption?: GreenFleetProvisioningOption;
280
+ }
281
+ export declare enum DeploymentOption {
282
+ WITHOUT_TRAFFIC_CONTROL = "WITHOUT_TRAFFIC_CONTROL",
283
+ WITH_TRAFFIC_CONTROL = "WITH_TRAFFIC_CONTROL",
284
+ }
285
+ export declare enum DeploymentType {
286
+ BLUE_GREEN = "BLUE_GREEN",
287
+ IN_PLACE = "IN_PLACE",
288
+ }
289
+ export interface DeploymentStyle {
290
+ deploymentType?: DeploymentType | string;
291
+ deploymentOption?: DeploymentOption | string;
292
+ }
293
+ export declare enum EC2TagFilterType {
294
+ KEY_AND_VALUE = "KEY_AND_VALUE",
295
+ KEY_ONLY = "KEY_ONLY",
296
+ VALUE_ONLY = "VALUE_ONLY",
297
+ }
298
+ export interface EC2TagFilter {
299
+ Key?: string;
300
+ Value?: string;
301
+ Type?: EC2TagFilterType | string;
302
+ }
303
+ export interface EC2TagSet {
304
+ ec2TagSetList?: EC2TagFilter[][];
305
+ }
306
+ export interface ECSService {
307
+ serviceName?: string;
308
+ clusterName?: string;
309
+ }
310
+ export declare enum DeploymentStatus {
311
+ BAKING = "Baking",
312
+ CREATED = "Created",
313
+ FAILED = "Failed",
314
+ IN_PROGRESS = "InProgress",
315
+ QUEUED = "Queued",
316
+ READY = "Ready",
317
+ STOPPED = "Stopped",
318
+ SUCCEEDED = "Succeeded",
319
+ }
320
+ export interface LastDeploymentInfo {
321
+ deploymentId?: string;
322
+ status?: DeploymentStatus | string;
323
+ endTime?: Date;
324
+ createTime?: Date;
325
+ }
326
+ export interface ELBInfo {
327
+ name?: string;
328
+ }
329
+ export interface TargetGroupInfo {
330
+ name?: string;
331
+ }
332
+ export interface TrafficRoute {
333
+ listenerArns?: string[];
334
+ }
335
+ export interface TargetGroupPairInfo {
336
+ targetGroups?: TargetGroupInfo[];
337
+ prodTrafficRoute?: TrafficRoute;
338
+ testTrafficRoute?: TrafficRoute;
339
+ }
340
+ export interface LoadBalancerInfo {
341
+ elbInfoList?: ELBInfo[];
342
+ targetGroupInfoList?: TargetGroupInfo[];
343
+ targetGroupPairInfoList?: TargetGroupPairInfo[];
344
+ }
345
+ export declare enum TagFilterType {
346
+ KEY_AND_VALUE = "KEY_AND_VALUE",
347
+ KEY_ONLY = "KEY_ONLY",
348
+ VALUE_ONLY = "VALUE_ONLY",
349
+ }
350
+ export interface TagFilter {
351
+ Key?: string;
352
+ Value?: string;
353
+ Type?: TagFilterType | string;
354
+ }
355
+ export interface OnPremisesTagSet {
356
+ onPremisesTagSetList?: TagFilter[][];
357
+ }
358
+ export declare enum OutdatedInstancesStrategy {
359
+ Ignore = "IGNORE",
360
+ Update = "UPDATE",
361
+ }
362
+ export declare enum TriggerEventType {
363
+ DEPLOYMENT_FAILURE = "DeploymentFailure",
364
+ DEPLOYMENT_READY = "DeploymentReady",
365
+ DEPLOYMENT_ROLLBACK = "DeploymentRollback",
366
+ DEPLOYMENT_START = "DeploymentStart",
367
+ DEPLOYMENT_STOP = "DeploymentStop",
368
+ DEPLOYMENT_SUCCESS = "DeploymentSuccess",
369
+ INSTANCE_FAILURE = "InstanceFailure",
370
+ INSTANCE_READY = "InstanceReady",
371
+ INSTANCE_START = "InstanceStart",
372
+ INSTANCE_SUCCESS = "InstanceSuccess",
373
+ }
374
+ export interface TriggerConfig {
375
+ triggerName?: string;
376
+ triggerTargetArn?: string;
377
+ triggerEvents?: (TriggerEventType | string)[];
378
+ }
379
+ export interface DeploymentGroupInfo {
380
+ applicationName?: string;
381
+ deploymentGroupId?: string;
382
+ deploymentGroupName?: string;
383
+ deploymentConfigName?: string;
384
+ ec2TagFilters?: EC2TagFilter[];
385
+ onPremisesInstanceTagFilters?: TagFilter[];
386
+ autoScalingGroups?: AutoScalingGroup[];
387
+ serviceRoleArn?: string;
388
+ targetRevision?: RevisionLocation;
389
+ triggerConfigurations?: TriggerConfig[];
390
+ alarmConfiguration?: AlarmConfiguration;
391
+ autoRollbackConfiguration?: AutoRollbackConfiguration;
392
+ deploymentStyle?: DeploymentStyle;
393
+ outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
394
+ blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
395
+ loadBalancerInfo?: LoadBalancerInfo;
396
+ lastSuccessfulDeployment?: LastDeploymentInfo;
397
+ lastAttemptedDeployment?: LastDeploymentInfo;
398
+ ec2TagSet?: EC2TagSet;
399
+ onPremisesTagSet?: OnPremisesTagSet;
400
+ computePlatform?: ComputePlatform | string;
401
+ ecsServices?: ECSService[];
402
+ }
403
+ export interface BatchGetDeploymentGroupsOutput {
404
+ deploymentGroupsInfo?: DeploymentGroupInfo[];
405
+ errorMessage?: string;
406
+ }
407
+ export declare class DeploymentConfigDoesNotExistException extends __BaseException {
408
+ readonly name: "DeploymentConfigDoesNotExistException";
409
+ readonly $fault: "client";
410
+ constructor(
411
+ opts: __ExceptionOptionType<
412
+ DeploymentConfigDoesNotExistException,
413
+ __BaseException
414
+ >
415
+ );
416
+ }
417
+ export declare class DeploymentGroupNameRequiredException extends __BaseException {
418
+ readonly name: "DeploymentGroupNameRequiredException";
419
+ readonly $fault: "client";
420
+ constructor(
421
+ opts: __ExceptionOptionType<
422
+ DeploymentGroupNameRequiredException,
423
+ __BaseException
424
+ >
425
+ );
426
+ }
427
+ export declare class InvalidDeploymentGroupNameException extends __BaseException {
428
+ readonly name: "InvalidDeploymentGroupNameException";
429
+ readonly $fault: "client";
430
+ constructor(
431
+ opts: __ExceptionOptionType<
432
+ InvalidDeploymentGroupNameException,
433
+ __BaseException
434
+ >
435
+ );
436
+ }
437
+ export interface BatchGetDeploymentInstancesInput {
438
+ deploymentId: string | undefined;
439
+ instanceIds: string[] | undefined;
440
+ }
441
+ export declare enum _InstanceType {
442
+ BLUE = "Blue",
443
+ GREEN = "Green",
444
+ }
445
+ export declare enum LifecycleErrorCode {
446
+ SCRIPT_FAILED = "ScriptFailed",
447
+ SCRIPT_MISSING = "ScriptMissing",
448
+ SCRIPT_NOT_EXECUTABLE = "ScriptNotExecutable",
449
+ SCRIPT_TIMED_OUT = "ScriptTimedOut",
450
+ SUCCESS = "Success",
451
+ UNKNOWN_ERROR = "UnknownError",
452
+ }
453
+ export interface Diagnostics {
454
+ errorCode?: LifecycleErrorCode | string;
455
+ scriptName?: string;
456
+ message?: string;
457
+ logTail?: string;
458
+ }
459
+ export declare enum LifecycleEventStatus {
460
+ FAILED = "Failed",
461
+ IN_PROGRESS = "InProgress",
462
+ PENDING = "Pending",
463
+ SKIPPED = "Skipped",
464
+ SUCCEEDED = "Succeeded",
465
+ UNKNOWN = "Unknown",
466
+ }
467
+ export interface LifecycleEvent {
468
+ lifecycleEventName?: string;
469
+ diagnostics?: Diagnostics;
470
+ startTime?: Date;
471
+ endTime?: Date;
472
+ status?: LifecycleEventStatus | string;
473
+ }
474
+ export declare enum InstanceStatus {
475
+ FAILED = "Failed",
476
+ IN_PROGRESS = "InProgress",
477
+ PENDING = "Pending",
478
+ READY = "Ready",
479
+ SKIPPED = "Skipped",
480
+ SUCCEEDED = "Succeeded",
481
+ UNKNOWN = "Unknown",
482
+ }
483
+ export interface InstanceSummary {
484
+ deploymentId?: string;
485
+ instanceId?: string;
486
+ status?: InstanceStatus | string;
487
+ lastUpdatedAt?: Date;
488
+ lifecycleEvents?: LifecycleEvent[];
489
+ instanceType?: _InstanceType | string;
490
+ }
491
+ export interface BatchGetDeploymentInstancesOutput {
492
+ instancesSummary?: InstanceSummary[];
493
+ errorMessage?: string;
494
+ }
495
+ export declare class DeploymentDoesNotExistException extends __BaseException {
496
+ readonly name: "DeploymentDoesNotExistException";
497
+ readonly $fault: "client";
498
+ constructor(
499
+ opts: __ExceptionOptionType<
500
+ DeploymentDoesNotExistException,
501
+ __BaseException
502
+ >
503
+ );
504
+ }
505
+ export declare class DeploymentIdRequiredException extends __BaseException {
506
+ readonly name: "DeploymentIdRequiredException";
507
+ readonly $fault: "client";
508
+ constructor(
509
+ opts: __ExceptionOptionType<DeploymentIdRequiredException, __BaseException>
510
+ );
511
+ }
512
+ export declare class InstanceIdRequiredException extends __BaseException {
513
+ readonly name: "InstanceIdRequiredException";
514
+ readonly $fault: "client";
515
+ constructor(
516
+ opts: __ExceptionOptionType<InstanceIdRequiredException, __BaseException>
517
+ );
518
+ }
519
+ export declare class InvalidComputePlatformException extends __BaseException {
520
+ readonly name: "InvalidComputePlatformException";
521
+ readonly $fault: "client";
522
+ constructor(
523
+ opts: __ExceptionOptionType<
524
+ InvalidComputePlatformException,
525
+ __BaseException
526
+ >
527
+ );
528
+ }
529
+ export declare class InvalidDeploymentIdException extends __BaseException {
530
+ readonly name: "InvalidDeploymentIdException";
531
+ readonly $fault: "client";
532
+ constructor(
533
+ opts: __ExceptionOptionType<InvalidDeploymentIdException, __BaseException>
534
+ );
535
+ }
536
+ export interface BatchGetDeploymentsInput {
537
+ deploymentIds: string[] | undefined;
538
+ }
539
+ export declare enum DeploymentCreator {
540
+ Autoscaling = "autoscaling",
541
+ CloudFormation = "CloudFormation",
542
+ CloudFormationRollback = "CloudFormationRollback",
543
+ CodeDeploy = "CodeDeploy",
544
+ CodeDeployAutoUpdate = "CodeDeployAutoUpdate",
545
+ CodeDeployRollback = "codeDeployRollback",
546
+ User = "user",
547
+ }
548
+ export interface DeploymentOverview {
549
+ Pending?: number;
550
+ InProgress?: number;
551
+ Succeeded?: number;
552
+ Failed?: number;
553
+ Skipped?: number;
554
+ Ready?: number;
555
+ }
556
+ export declare enum ErrorCode {
557
+ AGENT_ISSUE = "AGENT_ISSUE",
558
+ ALARM_ACTIVE = "ALARM_ACTIVE",
559
+ APPLICATION_MISSING = "APPLICATION_MISSING",
560
+ AUTOSCALING_VALIDATION_ERROR = "AUTOSCALING_VALIDATION_ERROR",
561
+ AUTO_SCALING_CONFIGURATION = "AUTO_SCALING_CONFIGURATION",
562
+ AUTO_SCALING_IAM_ROLE_PERMISSIONS = "AUTO_SCALING_IAM_ROLE_PERMISSIONS",
563
+ CLOUDFORMATION_STACK_FAILURE = "CLOUDFORMATION_STACK_FAILURE",
564
+ CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND = "CODEDEPLOY_RESOURCE_CANNOT_BE_FOUND",
565
+ CUSTOMER_APPLICATION_UNHEALTHY = "CUSTOMER_APPLICATION_UNHEALTHY",
566
+ DEPLOYMENT_GROUP_MISSING = "DEPLOYMENT_GROUP_MISSING",
567
+ ECS_UPDATE_ERROR = "ECS_UPDATE_ERROR",
568
+ ELASTIC_LOAD_BALANCING_INVALID = "ELASTIC_LOAD_BALANCING_INVALID",
569
+ ELB_INVALID_INSTANCE = "ELB_INVALID_INSTANCE",
570
+ HEALTH_CONSTRAINTS = "HEALTH_CONSTRAINTS",
571
+ HEALTH_CONSTRAINTS_INVALID = "HEALTH_CONSTRAINTS_INVALID",
572
+ HOOK_EXECUTION_FAILURE = "HOOK_EXECUTION_FAILURE",
573
+ IAM_ROLE_MISSING = "IAM_ROLE_MISSING",
574
+ IAM_ROLE_PERMISSIONS = "IAM_ROLE_PERMISSIONS",
575
+ INTERNAL_ERROR = "INTERNAL_ERROR",
576
+ INVALID_ECS_SERVICE = "INVALID_ECS_SERVICE",
577
+ INVALID_LAMBDA_CONFIGURATION = "INVALID_LAMBDA_CONFIGURATION",
578
+ INVALID_LAMBDA_FUNCTION = "INVALID_LAMBDA_FUNCTION",
579
+ INVALID_REVISION = "INVALID_REVISION",
580
+ MANUAL_STOP = "MANUAL_STOP",
581
+ MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION = "MISSING_BLUE_GREEN_DEPLOYMENT_CONFIGURATION",
582
+ MISSING_ELB_INFORMATION = "MISSING_ELB_INFORMATION",
583
+ MISSING_GITHUB_TOKEN = "MISSING_GITHUB_TOKEN",
584
+ NO_EC2_SUBSCRIPTION = "NO_EC2_SUBSCRIPTION",
585
+ NO_INSTANCES = "NO_INSTANCES",
586
+ OVER_MAX_INSTANCES = "OVER_MAX_INSTANCES",
587
+ RESOURCE_LIMIT_EXCEEDED = "RESOURCE_LIMIT_EXCEEDED",
588
+ REVISION_MISSING = "REVISION_MISSING",
589
+ THROTTLED = "THROTTLED",
590
+ TIMEOUT = "TIMEOUT",
591
+ }
592
+ export interface ErrorInformation {
593
+ code?: ErrorCode | string;
594
+ message?: string;
595
+ }
596
+ export declare enum FileExistsBehavior {
597
+ DISALLOW = "DISALLOW",
598
+ OVERWRITE = "OVERWRITE",
599
+ RETAIN = "RETAIN",
600
+ }
601
+ export interface RelatedDeployments {
602
+ autoUpdateOutdatedInstancesRootDeploymentId?: string;
603
+ autoUpdateOutdatedInstancesDeploymentIds?: string[];
604
+ }
605
+ export interface RollbackInfo {
606
+ rollbackDeploymentId?: string;
607
+ rollbackTriggeringDeploymentId?: string;
608
+ rollbackMessage?: string;
609
+ }
610
+ export interface TargetInstances {
611
+ tagFilters?: EC2TagFilter[];
612
+ autoScalingGroups?: string[];
613
+ ec2TagSet?: EC2TagSet;
614
+ }
615
+ export interface DeploymentInfo {
616
+ applicationName?: string;
617
+ deploymentGroupName?: string;
618
+ deploymentConfigName?: string;
619
+ deploymentId?: string;
620
+ previousRevision?: RevisionLocation;
621
+ revision?: RevisionLocation;
622
+ status?: DeploymentStatus | string;
623
+ errorInformation?: ErrorInformation;
624
+ createTime?: Date;
625
+ startTime?: Date;
626
+ completeTime?: Date;
627
+ deploymentOverview?: DeploymentOverview;
628
+ description?: string;
629
+ creator?: DeploymentCreator | string;
630
+ ignoreApplicationStopFailures?: boolean;
631
+ autoRollbackConfiguration?: AutoRollbackConfiguration;
632
+ updateOutdatedInstancesOnly?: boolean;
633
+ rollbackInfo?: RollbackInfo;
634
+ deploymentStyle?: DeploymentStyle;
635
+ targetInstances?: TargetInstances;
636
+ instanceTerminationWaitTimeStarted?: boolean;
637
+ blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
638
+ loadBalancerInfo?: LoadBalancerInfo;
639
+ additionalDeploymentStatusInfo?: string;
640
+ fileExistsBehavior?: FileExistsBehavior | string;
641
+ deploymentStatusMessages?: string[];
642
+ computePlatform?: ComputePlatform | string;
643
+ externalId?: string;
644
+ relatedDeployments?: RelatedDeployments;
645
+ }
646
+ export interface BatchGetDeploymentsOutput {
647
+ deploymentsInfo?: DeploymentInfo[];
648
+ }
649
+ export interface BatchGetDeploymentTargetsInput {
650
+ deploymentId?: string;
651
+ targetIds?: string[];
652
+ }
653
+ export declare enum TargetStatus {
654
+ FAILED = "Failed",
655
+ IN_PROGRESS = "InProgress",
656
+ PENDING = "Pending",
657
+ READY = "Ready",
658
+ SKIPPED = "Skipped",
659
+ SUCCEEDED = "Succeeded",
660
+ UNKNOWN = "Unknown",
661
+ }
662
+ export interface CloudFormationTarget {
663
+ deploymentId?: string;
664
+ targetId?: string;
665
+ lastUpdatedAt?: Date;
666
+ lifecycleEvents?: LifecycleEvent[];
667
+ status?: TargetStatus | string;
668
+ resourceType?: string;
669
+ targetVersionWeight?: number;
670
+ }
671
+ export declare enum DeploymentTargetType {
672
+ CLOUDFORMATION_TARGET = "CloudFormationTarget",
673
+ ECS_TARGET = "ECSTarget",
674
+ INSTANCE_TARGET = "InstanceTarget",
675
+ LAMBDA_TARGET = "LambdaTarget",
676
+ }
677
+ export declare enum TargetLabel {
678
+ BLUE = "Blue",
679
+ GREEN = "Green",
680
+ }
681
+ export interface ECSTaskSet {
682
+ identifer?: string;
683
+ desiredCount?: number;
684
+ pendingCount?: number;
685
+ runningCount?: number;
686
+ status?: string;
687
+ trafficWeight?: number;
688
+ targetGroup?: TargetGroupInfo;
689
+ taskSetLabel?: TargetLabel | string;
690
+ }
691
+ export interface ECSTarget {
692
+ deploymentId?: string;
693
+ targetId?: string;
694
+ targetArn?: string;
695
+ lastUpdatedAt?: Date;
696
+ lifecycleEvents?: LifecycleEvent[];
697
+ status?: TargetStatus | string;
698
+ taskSetsInfo?: ECSTaskSet[];
699
+ }
700
+ export interface InstanceTarget {
701
+ deploymentId?: string;
702
+ targetId?: string;
703
+ targetArn?: string;
704
+ status?: TargetStatus | string;
705
+ lastUpdatedAt?: Date;
706
+ lifecycleEvents?: LifecycleEvent[];
707
+ instanceLabel?: TargetLabel | string;
708
+ }
709
+ export interface LambdaFunctionInfo {
710
+ functionName?: string;
711
+ functionAlias?: string;
712
+ currentVersion?: string;
713
+ targetVersion?: string;
714
+ targetVersionWeight?: number;
715
+ }
716
+ export interface LambdaTarget {
717
+ deploymentId?: string;
718
+ targetId?: string;
719
+ targetArn?: string;
720
+ status?: TargetStatus | string;
721
+ lastUpdatedAt?: Date;
722
+ lifecycleEvents?: LifecycleEvent[];
723
+ lambdaFunctionInfo?: LambdaFunctionInfo;
724
+ }
725
+ export interface DeploymentTarget {
726
+ deploymentTargetType?: DeploymentTargetType | string;
727
+ instanceTarget?: InstanceTarget;
728
+ lambdaTarget?: LambdaTarget;
729
+ ecsTarget?: ECSTarget;
730
+ cloudFormationTarget?: CloudFormationTarget;
731
+ }
732
+ export interface BatchGetDeploymentTargetsOutput {
733
+ deploymentTargets?: DeploymentTarget[];
734
+ }
735
+ export declare class DeploymentNotStartedException extends __BaseException {
736
+ readonly name: "DeploymentNotStartedException";
737
+ readonly $fault: "client";
738
+ constructor(
739
+ opts: __ExceptionOptionType<DeploymentNotStartedException, __BaseException>
740
+ );
741
+ }
742
+ export declare class DeploymentTargetDoesNotExistException extends __BaseException {
743
+ readonly name: "DeploymentTargetDoesNotExistException";
744
+ readonly $fault: "client";
745
+ constructor(
746
+ opts: __ExceptionOptionType<
747
+ DeploymentTargetDoesNotExistException,
748
+ __BaseException
749
+ >
750
+ );
751
+ }
752
+ export declare class DeploymentTargetIdRequiredException extends __BaseException {
753
+ readonly name: "DeploymentTargetIdRequiredException";
754
+ readonly $fault: "client";
755
+ constructor(
756
+ opts: __ExceptionOptionType<
757
+ DeploymentTargetIdRequiredException,
758
+ __BaseException
759
+ >
760
+ );
761
+ }
762
+ export declare class DeploymentTargetListSizeExceededException extends __BaseException {
763
+ readonly name: "DeploymentTargetListSizeExceededException";
764
+ readonly $fault: "client";
765
+ constructor(
766
+ opts: __ExceptionOptionType<
767
+ DeploymentTargetListSizeExceededException,
768
+ __BaseException
769
+ >
770
+ );
771
+ }
772
+ export declare class InstanceDoesNotExistException extends __BaseException {
773
+ readonly name: "InstanceDoesNotExistException";
774
+ readonly $fault: "client";
775
+ constructor(
776
+ opts: __ExceptionOptionType<InstanceDoesNotExistException, __BaseException>
777
+ );
778
+ }
779
+ export declare class InvalidDeploymentTargetIdException extends __BaseException {
780
+ readonly name: "InvalidDeploymentTargetIdException";
781
+ readonly $fault: "client";
782
+ constructor(
783
+ opts: __ExceptionOptionType<
784
+ InvalidDeploymentTargetIdException,
785
+ __BaseException
786
+ >
787
+ );
788
+ }
789
+ export interface BatchGetOnPremisesInstancesInput {
790
+ instanceNames: string[] | undefined;
791
+ }
792
+ export interface InstanceInfo {
793
+ instanceName?: string;
794
+ iamSessionArn?: string;
795
+ iamUserArn?: string;
796
+ instanceArn?: string;
797
+ registerTime?: Date;
798
+ deregisterTime?: Date;
799
+ tags?: Tag[];
800
+ }
801
+ export interface BatchGetOnPremisesInstancesOutput {
802
+ instanceInfos?: InstanceInfo[];
803
+ }
804
+ export declare class BucketNameFilterRequiredException extends __BaseException {
805
+ readonly name: "BucketNameFilterRequiredException";
806
+ readonly $fault: "client";
807
+ constructor(
808
+ opts: __ExceptionOptionType<
809
+ BucketNameFilterRequiredException,
810
+ __BaseException
811
+ >
812
+ );
813
+ }
814
+ export declare enum DeploymentWaitType {
815
+ READY_WAIT = "READY_WAIT",
816
+ TERMINATION_WAIT = "TERMINATION_WAIT",
817
+ }
818
+ export interface ContinueDeploymentInput {
819
+ deploymentId?: string;
820
+ deploymentWaitType?: DeploymentWaitType | string;
821
+ }
822
+ export declare class DeploymentAlreadyCompletedException extends __BaseException {
823
+ readonly name: "DeploymentAlreadyCompletedException";
824
+ readonly $fault: "client";
825
+ constructor(
826
+ opts: __ExceptionOptionType<
827
+ DeploymentAlreadyCompletedException,
828
+ __BaseException
829
+ >
830
+ );
831
+ }
832
+ export declare class DeploymentIsNotInReadyStateException extends __BaseException {
833
+ readonly name: "DeploymentIsNotInReadyStateException";
834
+ readonly $fault: "client";
835
+ constructor(
836
+ opts: __ExceptionOptionType<
837
+ DeploymentIsNotInReadyStateException,
838
+ __BaseException
839
+ >
840
+ );
841
+ }
842
+ export declare class InvalidDeploymentStatusException extends __BaseException {
843
+ readonly name: "InvalidDeploymentStatusException";
844
+ readonly $fault: "client";
845
+ constructor(
846
+ opts: __ExceptionOptionType<
847
+ InvalidDeploymentStatusException,
848
+ __BaseException
849
+ >
850
+ );
851
+ }
852
+ export declare class InvalidDeploymentWaitTypeException extends __BaseException {
853
+ readonly name: "InvalidDeploymentWaitTypeException";
854
+ readonly $fault: "client";
855
+ constructor(
856
+ opts: __ExceptionOptionType<
857
+ InvalidDeploymentWaitTypeException,
858
+ __BaseException
859
+ >
860
+ );
861
+ }
862
+ export declare class UnsupportedActionForDeploymentTypeException extends __BaseException {
863
+ readonly name: "UnsupportedActionForDeploymentTypeException";
864
+ readonly $fault: "client";
865
+ constructor(
866
+ opts: __ExceptionOptionType<
867
+ UnsupportedActionForDeploymentTypeException,
868
+ __BaseException
869
+ >
870
+ );
871
+ }
872
+ export interface CreateApplicationInput {
873
+ applicationName: string | undefined;
874
+ computePlatform?: ComputePlatform | string;
875
+ tags?: Tag[];
876
+ }
877
+ export interface CreateApplicationOutput {
878
+ applicationId?: string;
879
+ }
880
+ export declare class InvalidTagsToAddException extends __BaseException {
881
+ readonly name: "InvalidTagsToAddException";
882
+ readonly $fault: "client";
883
+ constructor(
884
+ opts: __ExceptionOptionType<InvalidTagsToAddException, __BaseException>
885
+ );
886
+ }
887
+ export interface CreateDeploymentInput {
888
+ applicationName: string | undefined;
889
+ deploymentGroupName?: string;
890
+ revision?: RevisionLocation;
891
+ deploymentConfigName?: string;
892
+ description?: string;
893
+ ignoreApplicationStopFailures?: boolean;
894
+ targetInstances?: TargetInstances;
895
+ autoRollbackConfiguration?: AutoRollbackConfiguration;
896
+ updateOutdatedInstancesOnly?: boolean;
897
+ fileExistsBehavior?: FileExistsBehavior | string;
898
+ }
899
+ export interface CreateDeploymentOutput {
900
+ deploymentId?: string;
901
+ }
902
+ export declare class DeploymentGroupDoesNotExistException extends __BaseException {
903
+ readonly name: "DeploymentGroupDoesNotExistException";
904
+ readonly $fault: "client";
905
+ constructor(
906
+ opts: __ExceptionOptionType<
907
+ DeploymentGroupDoesNotExistException,
908
+ __BaseException
909
+ >
910
+ );
911
+ }
912
+ export declare class DeploymentLimitExceededException extends __BaseException {
913
+ readonly name: "DeploymentLimitExceededException";
914
+ readonly $fault: "client";
915
+ constructor(
916
+ opts: __ExceptionOptionType<
917
+ DeploymentLimitExceededException,
918
+ __BaseException
919
+ >
920
+ );
921
+ }
922
+ export declare class DescriptionTooLongException extends __BaseException {
923
+ readonly name: "DescriptionTooLongException";
924
+ readonly $fault: "client";
925
+ constructor(
926
+ opts: __ExceptionOptionType<DescriptionTooLongException, __BaseException>
927
+ );
928
+ }
929
+ export declare class InvalidAutoRollbackConfigException extends __BaseException {
930
+ readonly name: "InvalidAutoRollbackConfigException";
931
+ readonly $fault: "client";
932
+ constructor(
933
+ opts: __ExceptionOptionType<
934
+ InvalidAutoRollbackConfigException,
935
+ __BaseException
936
+ >
937
+ );
938
+ }
939
+ export declare class InvalidAutoScalingGroupException extends __BaseException {
940
+ readonly name: "InvalidAutoScalingGroupException";
941
+ readonly $fault: "client";
942
+ constructor(
943
+ opts: __ExceptionOptionType<
944
+ InvalidAutoScalingGroupException,
945
+ __BaseException
946
+ >
947
+ );
948
+ }
949
+ export declare class InvalidDeploymentConfigNameException extends __BaseException {
950
+ readonly name: "InvalidDeploymentConfigNameException";
951
+ readonly $fault: "client";
952
+ constructor(
953
+ opts: __ExceptionOptionType<
954
+ InvalidDeploymentConfigNameException,
955
+ __BaseException
956
+ >
957
+ );
958
+ }
959
+ export declare class InvalidFileExistsBehaviorException extends __BaseException {
960
+ readonly name: "InvalidFileExistsBehaviorException";
961
+ readonly $fault: "client";
962
+ constructor(
963
+ opts: __ExceptionOptionType<
964
+ InvalidFileExistsBehaviorException,
965
+ __BaseException
966
+ >
967
+ );
968
+ }
969
+ export declare class InvalidGitHubAccountTokenException extends __BaseException {
970
+ readonly name: "InvalidGitHubAccountTokenException";
971
+ readonly $fault: "client";
972
+ constructor(
973
+ opts: __ExceptionOptionType<
974
+ InvalidGitHubAccountTokenException,
975
+ __BaseException
976
+ >
977
+ );
978
+ }
979
+ export declare class InvalidIgnoreApplicationStopFailuresValueException extends __BaseException {
980
+ readonly name: "InvalidIgnoreApplicationStopFailuresValueException";
981
+ readonly $fault: "client";
982
+ constructor(
983
+ opts: __ExceptionOptionType<
984
+ InvalidIgnoreApplicationStopFailuresValueException,
985
+ __BaseException
986
+ >
987
+ );
988
+ }
989
+ export declare class InvalidLoadBalancerInfoException extends __BaseException {
990
+ readonly name: "InvalidLoadBalancerInfoException";
991
+ readonly $fault: "client";
992
+ constructor(
993
+ opts: __ExceptionOptionType<
994
+ InvalidLoadBalancerInfoException,
995
+ __BaseException
996
+ >
997
+ );
998
+ }
999
+ export declare class InvalidRoleException extends __BaseException {
1000
+ readonly name: "InvalidRoleException";
1001
+ readonly $fault: "client";
1002
+ constructor(
1003
+ opts: __ExceptionOptionType<InvalidRoleException, __BaseException>
1004
+ );
1005
+ }
1006
+ export declare class InvalidTargetInstancesException extends __BaseException {
1007
+ readonly name: "InvalidTargetInstancesException";
1008
+ readonly $fault: "client";
1009
+ constructor(
1010
+ opts: __ExceptionOptionType<
1011
+ InvalidTargetInstancesException,
1012
+ __BaseException
1013
+ >
1014
+ );
1015
+ }
1016
+ export declare class InvalidTrafficRoutingConfigurationException extends __BaseException {
1017
+ readonly name: "InvalidTrafficRoutingConfigurationException";
1018
+ readonly $fault: "client";
1019
+ constructor(
1020
+ opts: __ExceptionOptionType<
1021
+ InvalidTrafficRoutingConfigurationException,
1022
+ __BaseException
1023
+ >
1024
+ );
1025
+ }
1026
+ export declare class InvalidUpdateOutdatedInstancesOnlyValueException extends __BaseException {
1027
+ readonly name: "InvalidUpdateOutdatedInstancesOnlyValueException";
1028
+ readonly $fault: "client";
1029
+ constructor(
1030
+ opts: __ExceptionOptionType<
1031
+ InvalidUpdateOutdatedInstancesOnlyValueException,
1032
+ __BaseException
1033
+ >
1034
+ );
1035
+ }
1036
+ export declare class RevisionDoesNotExistException extends __BaseException {
1037
+ readonly name: "RevisionDoesNotExistException";
1038
+ readonly $fault: "client";
1039
+ constructor(
1040
+ opts: __ExceptionOptionType<RevisionDoesNotExistException, __BaseException>
1041
+ );
1042
+ }
1043
+ export declare class ThrottlingException extends __BaseException {
1044
+ readonly name: "ThrottlingException";
1045
+ readonly $fault: "client";
1046
+ constructor(
1047
+ opts: __ExceptionOptionType<ThrottlingException, __BaseException>
1048
+ );
1049
+ }
1050
+ export declare type MinimumHealthyHostsType = "FLEET_PERCENT" | "HOST_COUNT";
1051
+ export interface MinimumHealthyHosts {
1052
+ type?: MinimumHealthyHostsType | string;
1053
+ value?: number;
1054
+ }
1055
+ export interface TimeBasedCanary {
1056
+ canaryPercentage?: number;
1057
+ canaryInterval?: number;
1058
+ }
1059
+ export interface TimeBasedLinear {
1060
+ linearPercentage?: number;
1061
+ linearInterval?: number;
1062
+ }
1063
+ export declare enum TrafficRoutingType {
1064
+ AllAtOnce = "AllAtOnce",
1065
+ TimeBasedCanary = "TimeBasedCanary",
1066
+ TimeBasedLinear = "TimeBasedLinear",
1067
+ }
1068
+ export interface TrafficRoutingConfig {
1069
+ type?: TrafficRoutingType | string;
1070
+ timeBasedCanary?: TimeBasedCanary;
1071
+ timeBasedLinear?: TimeBasedLinear;
1072
+ }
1073
+ export interface CreateDeploymentConfigInput {
1074
+ deploymentConfigName: string | undefined;
1075
+ minimumHealthyHosts?: MinimumHealthyHosts;
1076
+ trafficRoutingConfig?: TrafficRoutingConfig;
1077
+ computePlatform?: ComputePlatform | string;
1078
+ }
1079
+ export interface CreateDeploymentConfigOutput {
1080
+ deploymentConfigId?: string;
1081
+ }
1082
+ export declare class DeploymentConfigAlreadyExistsException extends __BaseException {
1083
+ readonly name: "DeploymentConfigAlreadyExistsException";
1084
+ readonly $fault: "client";
1085
+ constructor(
1086
+ opts: __ExceptionOptionType<
1087
+ DeploymentConfigAlreadyExistsException,
1088
+ __BaseException
1089
+ >
1090
+ );
1091
+ }
1092
+ export declare class DeploymentConfigLimitExceededException extends __BaseException {
1093
+ readonly name: "DeploymentConfigLimitExceededException";
1094
+ readonly $fault: "client";
1095
+ constructor(
1096
+ opts: __ExceptionOptionType<
1097
+ DeploymentConfigLimitExceededException,
1098
+ __BaseException
1099
+ >
1100
+ );
1101
+ }
1102
+ export declare class DeploymentConfigNameRequiredException extends __BaseException {
1103
+ readonly name: "DeploymentConfigNameRequiredException";
1104
+ readonly $fault: "client";
1105
+ constructor(
1106
+ opts: __ExceptionOptionType<
1107
+ DeploymentConfigNameRequiredException,
1108
+ __BaseException
1109
+ >
1110
+ );
1111
+ }
1112
+ export declare class InvalidMinimumHealthyHostValueException extends __BaseException {
1113
+ readonly name: "InvalidMinimumHealthyHostValueException";
1114
+ readonly $fault: "client";
1115
+ constructor(
1116
+ opts: __ExceptionOptionType<
1117
+ InvalidMinimumHealthyHostValueException,
1118
+ __BaseException
1119
+ >
1120
+ );
1121
+ }
1122
+ export interface CreateDeploymentGroupInput {
1123
+ applicationName: string | undefined;
1124
+ deploymentGroupName: string | undefined;
1125
+ deploymentConfigName?: string;
1126
+ ec2TagFilters?: EC2TagFilter[];
1127
+ onPremisesInstanceTagFilters?: TagFilter[];
1128
+ autoScalingGroups?: string[];
1129
+ serviceRoleArn: string | undefined;
1130
+ triggerConfigurations?: TriggerConfig[];
1131
+ alarmConfiguration?: AlarmConfiguration;
1132
+ autoRollbackConfiguration?: AutoRollbackConfiguration;
1133
+ outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
1134
+ deploymentStyle?: DeploymentStyle;
1135
+ blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
1136
+ loadBalancerInfo?: LoadBalancerInfo;
1137
+ ec2TagSet?: EC2TagSet;
1138
+ ecsServices?: ECSService[];
1139
+ onPremisesTagSet?: OnPremisesTagSet;
1140
+ tags?: Tag[];
1141
+ }
1142
+ export interface CreateDeploymentGroupOutput {
1143
+ deploymentGroupId?: string;
1144
+ }
1145
+ export declare class DeploymentGroupAlreadyExistsException extends __BaseException {
1146
+ readonly name: "DeploymentGroupAlreadyExistsException";
1147
+ readonly $fault: "client";
1148
+ constructor(
1149
+ opts: __ExceptionOptionType<
1150
+ DeploymentGroupAlreadyExistsException,
1151
+ __BaseException
1152
+ >
1153
+ );
1154
+ }
1155
+ export declare class DeploymentGroupLimitExceededException extends __BaseException {
1156
+ readonly name: "DeploymentGroupLimitExceededException";
1157
+ readonly $fault: "client";
1158
+ constructor(
1159
+ opts: __ExceptionOptionType<
1160
+ DeploymentGroupLimitExceededException,
1161
+ __BaseException
1162
+ >
1163
+ );
1164
+ }
1165
+ export declare class ECSServiceMappingLimitExceededException extends __BaseException {
1166
+ readonly name: "ECSServiceMappingLimitExceededException";
1167
+ readonly $fault: "client";
1168
+ constructor(
1169
+ opts: __ExceptionOptionType<
1170
+ ECSServiceMappingLimitExceededException,
1171
+ __BaseException
1172
+ >
1173
+ );
1174
+ }
1175
+ export declare class InvalidAlarmConfigException extends __BaseException {
1176
+ readonly name: "InvalidAlarmConfigException";
1177
+ readonly $fault: "client";
1178
+ constructor(
1179
+ opts: __ExceptionOptionType<InvalidAlarmConfigException, __BaseException>
1180
+ );
1181
+ }
1182
+ export declare class InvalidBlueGreenDeploymentConfigurationException extends __BaseException {
1183
+ readonly name: "InvalidBlueGreenDeploymentConfigurationException";
1184
+ readonly $fault: "client";
1185
+ constructor(
1186
+ opts: __ExceptionOptionType<
1187
+ InvalidBlueGreenDeploymentConfigurationException,
1188
+ __BaseException
1189
+ >
1190
+ );
1191
+ }
1192
+ export declare class InvalidDeploymentStyleException extends __BaseException {
1193
+ readonly name: "InvalidDeploymentStyleException";
1194
+ readonly $fault: "client";
1195
+ constructor(
1196
+ opts: __ExceptionOptionType<
1197
+ InvalidDeploymentStyleException,
1198
+ __BaseException
1199
+ >
1200
+ );
1201
+ }
1202
+ export declare class InvalidEC2TagCombinationException extends __BaseException {
1203
+ readonly name: "InvalidEC2TagCombinationException";
1204
+ readonly $fault: "client";
1205
+ constructor(
1206
+ opts: __ExceptionOptionType<
1207
+ InvalidEC2TagCombinationException,
1208
+ __BaseException
1209
+ >
1210
+ );
1211
+ }
1212
+ export declare class InvalidEC2TagException extends __BaseException {
1213
+ readonly name: "InvalidEC2TagException";
1214
+ readonly $fault: "client";
1215
+ constructor(
1216
+ opts: __ExceptionOptionType<InvalidEC2TagException, __BaseException>
1217
+ );
1218
+ }
1219
+ export declare class InvalidECSServiceException extends __BaseException {
1220
+ readonly name: "InvalidECSServiceException";
1221
+ readonly $fault: "client";
1222
+ constructor(
1223
+ opts: __ExceptionOptionType<InvalidECSServiceException, __BaseException>
1224
+ );
1225
+ }
1226
+ export declare class InvalidInputException extends __BaseException {
1227
+ readonly name: "InvalidInputException";
1228
+ readonly $fault: "client";
1229
+ constructor(
1230
+ opts: __ExceptionOptionType<InvalidInputException, __BaseException>
1231
+ );
1232
+ }
1233
+ export declare class InvalidOnPremisesTagCombinationException extends __BaseException {
1234
+ readonly name: "InvalidOnPremisesTagCombinationException";
1235
+ readonly $fault: "client";
1236
+ constructor(
1237
+ opts: __ExceptionOptionType<
1238
+ InvalidOnPremisesTagCombinationException,
1239
+ __BaseException
1240
+ >
1241
+ );
1242
+ }
1243
+ export declare class InvalidTargetGroupPairException extends __BaseException {
1244
+ readonly name: "InvalidTargetGroupPairException";
1245
+ readonly $fault: "client";
1246
+ constructor(
1247
+ opts: __ExceptionOptionType<
1248
+ InvalidTargetGroupPairException,
1249
+ __BaseException
1250
+ >
1251
+ );
1252
+ }
1253
+ export declare class InvalidTriggerConfigException extends __BaseException {
1254
+ readonly name: "InvalidTriggerConfigException";
1255
+ readonly $fault: "client";
1256
+ constructor(
1257
+ opts: __ExceptionOptionType<InvalidTriggerConfigException, __BaseException>
1258
+ );
1259
+ }
1260
+ export declare class LifecycleHookLimitExceededException extends __BaseException {
1261
+ readonly name: "LifecycleHookLimitExceededException";
1262
+ readonly $fault: "client";
1263
+ constructor(
1264
+ opts: __ExceptionOptionType<
1265
+ LifecycleHookLimitExceededException,
1266
+ __BaseException
1267
+ >
1268
+ );
1269
+ }
1270
+ export declare class RoleRequiredException extends __BaseException {
1271
+ readonly name: "RoleRequiredException";
1272
+ readonly $fault: "client";
1273
+ constructor(
1274
+ opts: __ExceptionOptionType<RoleRequiredException, __BaseException>
1275
+ );
1276
+ }
1277
+ export declare class TagSetListLimitExceededException extends __BaseException {
1278
+ readonly name: "TagSetListLimitExceededException";
1279
+ readonly $fault: "client";
1280
+ constructor(
1281
+ opts: __ExceptionOptionType<
1282
+ TagSetListLimitExceededException,
1283
+ __BaseException
1284
+ >
1285
+ );
1286
+ }
1287
+ export declare class TriggerTargetsLimitExceededException extends __BaseException {
1288
+ readonly name: "TriggerTargetsLimitExceededException";
1289
+ readonly $fault: "client";
1290
+ constructor(
1291
+ opts: __ExceptionOptionType<
1292
+ TriggerTargetsLimitExceededException,
1293
+ __BaseException
1294
+ >
1295
+ );
1296
+ }
1297
+ export interface DeleteApplicationInput {
1298
+ applicationName: string | undefined;
1299
+ }
1300
+ export interface DeleteDeploymentConfigInput {
1301
+ deploymentConfigName: string | undefined;
1302
+ }
1303
+ export declare class DeploymentConfigInUseException extends __BaseException {
1304
+ readonly name: "DeploymentConfigInUseException";
1305
+ readonly $fault: "client";
1306
+ constructor(
1307
+ opts: __ExceptionOptionType<DeploymentConfigInUseException, __BaseException>
1308
+ );
1309
+ }
1310
+ export declare class InvalidOperationException extends __BaseException {
1311
+ readonly name: "InvalidOperationException";
1312
+ readonly $fault: "client";
1313
+ constructor(
1314
+ opts: __ExceptionOptionType<InvalidOperationException, __BaseException>
1315
+ );
1316
+ }
1317
+ export interface DeleteDeploymentGroupInput {
1318
+ applicationName: string | undefined;
1319
+ deploymentGroupName: string | undefined;
1320
+ }
1321
+ export interface DeleteDeploymentGroupOutput {
1322
+ hooksNotCleanedUp?: AutoScalingGroup[];
1323
+ }
1324
+ export interface DeleteGitHubAccountTokenInput {
1325
+ tokenName?: string;
1326
+ }
1327
+ export interface DeleteGitHubAccountTokenOutput {
1328
+ tokenName?: string;
1329
+ }
1330
+ export declare class GitHubAccountTokenDoesNotExistException extends __BaseException {
1331
+ readonly name: "GitHubAccountTokenDoesNotExistException";
1332
+ readonly $fault: "client";
1333
+ constructor(
1334
+ opts: __ExceptionOptionType<
1335
+ GitHubAccountTokenDoesNotExistException,
1336
+ __BaseException
1337
+ >
1338
+ );
1339
+ }
1340
+ export declare class GitHubAccountTokenNameRequiredException extends __BaseException {
1341
+ readonly name: "GitHubAccountTokenNameRequiredException";
1342
+ readonly $fault: "client";
1343
+ constructor(
1344
+ opts: __ExceptionOptionType<
1345
+ GitHubAccountTokenNameRequiredException,
1346
+ __BaseException
1347
+ >
1348
+ );
1349
+ }
1350
+ export declare class InvalidGitHubAccountTokenNameException extends __BaseException {
1351
+ readonly name: "InvalidGitHubAccountTokenNameException";
1352
+ readonly $fault: "client";
1353
+ constructor(
1354
+ opts: __ExceptionOptionType<
1355
+ InvalidGitHubAccountTokenNameException,
1356
+ __BaseException
1357
+ >
1358
+ );
1359
+ }
1360
+ export declare class OperationNotSupportedException extends __BaseException {
1361
+ readonly name: "OperationNotSupportedException";
1362
+ readonly $fault: "client";
1363
+ constructor(
1364
+ opts: __ExceptionOptionType<OperationNotSupportedException, __BaseException>
1365
+ );
1366
+ }
1367
+ export declare class ResourceValidationException extends __BaseException {
1368
+ readonly name: "ResourceValidationException";
1369
+ readonly $fault: "client";
1370
+ constructor(
1371
+ opts: __ExceptionOptionType<ResourceValidationException, __BaseException>
1372
+ );
1373
+ }
1374
+ export interface DeleteResourcesByExternalIdInput {
1375
+ externalId?: string;
1376
+ }
1377
+ export interface DeleteResourcesByExternalIdOutput {}
1378
+ export interface DeregisterOnPremisesInstanceInput {
1379
+ instanceName: string | undefined;
1380
+ }
1381
+ export interface GetApplicationInput {
1382
+ applicationName: string | undefined;
1383
+ }
1384
+ export interface GetApplicationOutput {
1385
+ application?: ApplicationInfo;
1386
+ }
1387
+ export interface GetApplicationRevisionInput {
1388
+ applicationName: string | undefined;
1389
+ revision: RevisionLocation | undefined;
1390
+ }
1391
+ export interface GetApplicationRevisionOutput {
1392
+ applicationName?: string;
1393
+ revision?: RevisionLocation;
1394
+ revisionInfo?: GenericRevisionInfo;
1395
+ }
1396
+ export interface GetDeploymentInput {
1397
+ deploymentId: string | undefined;
1398
+ }
1399
+ export interface GetDeploymentOutput {
1400
+ deploymentInfo?: DeploymentInfo;
1401
+ }
1402
+ export interface GetDeploymentConfigInput {
1403
+ deploymentConfigName: string | undefined;
1404
+ }
1405
+ export interface DeploymentConfigInfo {
1406
+ deploymentConfigId?: string;
1407
+ deploymentConfigName?: string;
1408
+ minimumHealthyHosts?: MinimumHealthyHosts;
1409
+ createTime?: Date;
1410
+ computePlatform?: ComputePlatform | string;
1411
+ trafficRoutingConfig?: TrafficRoutingConfig;
1412
+ }
1413
+ export interface GetDeploymentConfigOutput {
1414
+ deploymentConfigInfo?: DeploymentConfigInfo;
1415
+ }
1416
+ export interface GetDeploymentGroupInput {
1417
+ applicationName: string | undefined;
1418
+ deploymentGroupName: string | undefined;
1419
+ }
1420
+ export interface GetDeploymentGroupOutput {
1421
+ deploymentGroupInfo?: DeploymentGroupInfo;
1422
+ }
1423
+ export interface GetDeploymentInstanceInput {
1424
+ deploymentId: string | undefined;
1425
+ instanceId: string | undefined;
1426
+ }
1427
+ export interface GetDeploymentInstanceOutput {
1428
+ instanceSummary?: InstanceSummary;
1429
+ }
1430
+ export interface GetDeploymentTargetInput {
1431
+ deploymentId?: string;
1432
+ targetId?: string;
1433
+ }
1434
+ export interface GetDeploymentTargetOutput {
1435
+ deploymentTarget?: DeploymentTarget;
1436
+ }
1437
+ export interface GetOnPremisesInstanceInput {
1438
+ instanceName: string | undefined;
1439
+ }
1440
+ export interface GetOnPremisesInstanceOutput {
1441
+ instanceInfo?: InstanceInfo;
1442
+ }
1443
+ export declare class InvalidBucketNameFilterException extends __BaseException {
1444
+ readonly name: "InvalidBucketNameFilterException";
1445
+ readonly $fault: "client";
1446
+ constructor(
1447
+ opts: __ExceptionOptionType<
1448
+ InvalidBucketNameFilterException,
1449
+ __BaseException
1450
+ >
1451
+ );
1452
+ }
1453
+ export declare class InvalidDeployedStateFilterException extends __BaseException {
1454
+ readonly name: "InvalidDeployedStateFilterException";
1455
+ readonly $fault: "client";
1456
+ constructor(
1457
+ opts: __ExceptionOptionType<
1458
+ InvalidDeployedStateFilterException,
1459
+ __BaseException
1460
+ >
1461
+ );
1462
+ }
1463
+ export declare class InvalidKeyPrefixFilterException extends __BaseException {
1464
+ readonly name: "InvalidKeyPrefixFilterException";
1465
+ readonly $fault: "client";
1466
+ constructor(
1467
+ opts: __ExceptionOptionType<
1468
+ InvalidKeyPrefixFilterException,
1469
+ __BaseException
1470
+ >
1471
+ );
1472
+ }
1473
+ export declare class InvalidNextTokenException extends __BaseException {
1474
+ readonly name: "InvalidNextTokenException";
1475
+ readonly $fault: "client";
1476
+ constructor(
1477
+ opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>
1478
+ );
1479
+ }
1480
+ export declare class InvalidSortByException extends __BaseException {
1481
+ readonly name: "InvalidSortByException";
1482
+ readonly $fault: "client";
1483
+ constructor(
1484
+ opts: __ExceptionOptionType<InvalidSortByException, __BaseException>
1485
+ );
1486
+ }
1487
+ export declare class InvalidSortOrderException extends __BaseException {
1488
+ readonly name: "InvalidSortOrderException";
1489
+ readonly $fault: "client";
1490
+ constructor(
1491
+ opts: __ExceptionOptionType<InvalidSortOrderException, __BaseException>
1492
+ );
1493
+ }
1494
+ export declare enum ListStateFilterAction {
1495
+ Exclude = "exclude",
1496
+ Ignore = "ignore",
1497
+ Include = "include",
1498
+ }
1499
+ export declare enum SortOrder {
1500
+ Ascending = "ascending",
1501
+ Descending = "descending",
1502
+ }
1503
+ export interface ListApplicationRevisionsInput {
1504
+ applicationName: string | undefined;
1505
+ sortBy?: ApplicationRevisionSortBy | string;
1506
+ sortOrder?: SortOrder | string;
1507
+ s3Bucket?: string;
1508
+ s3KeyPrefix?: string;
1509
+ deployed?: ListStateFilterAction | string;
1510
+ nextToken?: string;
1511
+ }
1512
+ export interface ListApplicationRevisionsOutput {
1513
+ revisions?: RevisionLocation[];
1514
+ nextToken?: string;
1515
+ }
1516
+ export interface ListApplicationsInput {
1517
+ nextToken?: string;
1518
+ }
1519
+ export interface ListApplicationsOutput {
1520
+ applications?: string[];
1521
+ nextToken?: string;
1522
+ }
1523
+ export interface ListDeploymentConfigsInput {
1524
+ nextToken?: string;
1525
+ }
1526
+ export interface ListDeploymentConfigsOutput {
1527
+ deploymentConfigsList?: string[];
1528
+ nextToken?: string;
1529
+ }
1530
+ export interface ListDeploymentGroupsInput {
1531
+ applicationName: string | undefined;
1532
+ nextToken?: string;
1533
+ }
1534
+ export interface ListDeploymentGroupsOutput {
1535
+ applicationName?: string;
1536
+ deploymentGroups?: string[];
1537
+ nextToken?: string;
1538
+ }
1539
+ export declare class InvalidDeploymentInstanceTypeException extends __BaseException {
1540
+ readonly name: "InvalidDeploymentInstanceTypeException";
1541
+ readonly $fault: "client";
1542
+ constructor(
1543
+ opts: __ExceptionOptionType<
1544
+ InvalidDeploymentInstanceTypeException,
1545
+ __BaseException
1546
+ >
1547
+ );
1548
+ }
1549
+ export declare class InvalidInstanceStatusException extends __BaseException {
1550
+ readonly name: "InvalidInstanceStatusException";
1551
+ readonly $fault: "client";
1552
+ constructor(
1553
+ opts: __ExceptionOptionType<InvalidInstanceStatusException, __BaseException>
1554
+ );
1555
+ }
1556
+ export declare class InvalidInstanceTypeException extends __BaseException {
1557
+ readonly name: "InvalidInstanceTypeException";
1558
+ readonly $fault: "client";
1559
+ constructor(
1560
+ opts: __ExceptionOptionType<InvalidInstanceTypeException, __BaseException>
1561
+ );
1562
+ }
1563
+ export declare class InvalidTargetFilterNameException extends __BaseException {
1564
+ readonly name: "InvalidTargetFilterNameException";
1565
+ readonly $fault: "client";
1566
+ constructor(
1567
+ opts: __ExceptionOptionType<
1568
+ InvalidTargetFilterNameException,
1569
+ __BaseException
1570
+ >
1571
+ );
1572
+ }
1573
+ export interface ListDeploymentInstancesInput {
1574
+ deploymentId: string | undefined;
1575
+ nextToken?: string;
1576
+ instanceStatusFilter?: (InstanceStatus | string)[];
1577
+ instanceTypeFilter?: (_InstanceType | string)[];
1578
+ }
1579
+ export interface ListDeploymentInstancesOutput {
1580
+ instancesList?: string[];
1581
+ nextToken?: string;
1582
+ }
1583
+ export declare class InvalidExternalIdException extends __BaseException {
1584
+ readonly name: "InvalidExternalIdException";
1585
+ readonly $fault: "client";
1586
+ constructor(
1587
+ opts: __ExceptionOptionType<InvalidExternalIdException, __BaseException>
1588
+ );
1589
+ }
1590
+ export declare class InvalidTimeRangeException extends __BaseException {
1591
+ readonly name: "InvalidTimeRangeException";
1592
+ readonly $fault: "client";
1593
+ constructor(
1594
+ opts: __ExceptionOptionType<InvalidTimeRangeException, __BaseException>
1595
+ );
1596
+ }
1597
+ export interface TimeRange {
1598
+ start?: Date;
1599
+ end?: Date;
1600
+ }
1601
+ export interface ListDeploymentsInput {
1602
+ applicationName?: string;
1603
+ deploymentGroupName?: string;
1604
+ externalId?: string;
1605
+ includeOnlyStatuses?: (DeploymentStatus | string)[];
1606
+ createTimeRange?: TimeRange;
1607
+ nextToken?: string;
1608
+ }
1609
+ export interface ListDeploymentsOutput {
1610
+ deployments?: string[];
1611
+ nextToken?: string;
1612
+ }
1613
+ export declare enum TargetFilterName {
1614
+ SERVER_INSTANCE_LABEL = "ServerInstanceLabel",
1615
+ TARGET_STATUS = "TargetStatus",
1616
+ }
1617
+ export interface ListDeploymentTargetsInput {
1618
+ deploymentId?: string;
1619
+ nextToken?: string;
1620
+ targetFilters?: Record<string, string[]>;
1621
+ }
1622
+ export interface ListDeploymentTargetsOutput {
1623
+ targetIds?: string[];
1624
+ nextToken?: string;
1625
+ }
1626
+ export interface ListGitHubAccountTokenNamesInput {
1627
+ nextToken?: string;
1628
+ }
1629
+ export interface ListGitHubAccountTokenNamesOutput {
1630
+ tokenNameList?: string[];
1631
+ nextToken?: string;
1632
+ }
1633
+ export declare class InvalidRegistrationStatusException extends __BaseException {
1634
+ readonly name: "InvalidRegistrationStatusException";
1635
+ readonly $fault: "client";
1636
+ constructor(
1637
+ opts: __ExceptionOptionType<
1638
+ InvalidRegistrationStatusException,
1639
+ __BaseException
1640
+ >
1641
+ );
1642
+ }
1643
+ export declare class InvalidTagFilterException extends __BaseException {
1644
+ readonly name: "InvalidTagFilterException";
1645
+ readonly $fault: "client";
1646
+ constructor(
1647
+ opts: __ExceptionOptionType<InvalidTagFilterException, __BaseException>
1648
+ );
1649
+ }
1650
+ export declare enum RegistrationStatus {
1651
+ Deregistered = "Deregistered",
1652
+ Registered = "Registered",
1653
+ }
1654
+ export interface ListOnPremisesInstancesInput {
1655
+ registrationStatus?: RegistrationStatus | string;
1656
+ tagFilters?: TagFilter[];
1657
+ nextToken?: string;
1658
+ }
1659
+ export interface ListOnPremisesInstancesOutput {
1660
+ instanceNames?: string[];
1661
+ nextToken?: string;
1662
+ }
1663
+ export declare class InvalidArnException extends __BaseException {
1664
+ readonly name: "InvalidArnException";
1665
+ readonly $fault: "client";
1666
+ constructor(
1667
+ opts: __ExceptionOptionType<InvalidArnException, __BaseException>
1668
+ );
1669
+ }
1670
+ export interface ListTagsForResourceInput {
1671
+ ResourceArn: string | undefined;
1672
+ NextToken?: string;
1673
+ }
1674
+ export interface ListTagsForResourceOutput {
1675
+ Tags?: Tag[];
1676
+ NextToken?: string;
1677
+ }
1678
+ export declare class ResourceArnRequiredException extends __BaseException {
1679
+ readonly name: "ResourceArnRequiredException";
1680
+ readonly $fault: "client";
1681
+ constructor(
1682
+ opts: __ExceptionOptionType<ResourceArnRequiredException, __BaseException>
1683
+ );
1684
+ }
1685
+ export declare class InvalidLifecycleEventHookExecutionIdException extends __BaseException {
1686
+ readonly name: "InvalidLifecycleEventHookExecutionIdException";
1687
+ readonly $fault: "client";
1688
+ constructor(
1689
+ opts: __ExceptionOptionType<
1690
+ InvalidLifecycleEventHookExecutionIdException,
1691
+ __BaseException
1692
+ >
1693
+ );
1694
+ }
1695
+ export declare class InvalidLifecycleEventHookExecutionStatusException extends __BaseException {
1696
+ readonly name: "InvalidLifecycleEventHookExecutionStatusException";
1697
+ readonly $fault: "client";
1698
+ constructor(
1699
+ opts: __ExceptionOptionType<
1700
+ InvalidLifecycleEventHookExecutionStatusException,
1701
+ __BaseException
1702
+ >
1703
+ );
1704
+ }
1705
+ export declare class LifecycleEventAlreadyCompletedException extends __BaseException {
1706
+ readonly name: "LifecycleEventAlreadyCompletedException";
1707
+ readonly $fault: "client";
1708
+ constructor(
1709
+ opts: __ExceptionOptionType<
1710
+ LifecycleEventAlreadyCompletedException,
1711
+ __BaseException
1712
+ >
1713
+ );
1714
+ }
1715
+ export interface PutLifecycleEventHookExecutionStatusInput {
1716
+ deploymentId?: string;
1717
+ lifecycleEventHookExecutionId?: string;
1718
+ status?: LifecycleEventStatus | string;
1719
+ }
1720
+ export interface PutLifecycleEventHookExecutionStatusOutput {
1721
+ lifecycleEventHookExecutionId?: string;
1722
+ }
1723
+ export interface RegisterApplicationRevisionInput {
1724
+ applicationName: string | undefined;
1725
+ description?: string;
1726
+ revision: RevisionLocation | undefined;
1727
+ }
1728
+ export declare class IamArnRequiredException extends __BaseException {
1729
+ readonly name: "IamArnRequiredException";
1730
+ readonly $fault: "client";
1731
+ constructor(
1732
+ opts: __ExceptionOptionType<IamArnRequiredException, __BaseException>
1733
+ );
1734
+ }
1735
+ export declare class IamSessionArnAlreadyRegisteredException extends __BaseException {
1736
+ readonly name: "IamSessionArnAlreadyRegisteredException";
1737
+ readonly $fault: "client";
1738
+ constructor(
1739
+ opts: __ExceptionOptionType<
1740
+ IamSessionArnAlreadyRegisteredException,
1741
+ __BaseException
1742
+ >
1743
+ );
1744
+ }
1745
+ export declare class IamUserArnAlreadyRegisteredException extends __BaseException {
1746
+ readonly name: "IamUserArnAlreadyRegisteredException";
1747
+ readonly $fault: "client";
1748
+ constructor(
1749
+ opts: __ExceptionOptionType<
1750
+ IamUserArnAlreadyRegisteredException,
1751
+ __BaseException
1752
+ >
1753
+ );
1754
+ }
1755
+ export declare class IamUserArnRequiredException extends __BaseException {
1756
+ readonly name: "IamUserArnRequiredException";
1757
+ readonly $fault: "client";
1758
+ constructor(
1759
+ opts: __ExceptionOptionType<IamUserArnRequiredException, __BaseException>
1760
+ );
1761
+ }
1762
+ export declare class InstanceNameAlreadyRegisteredException extends __BaseException {
1763
+ readonly name: "InstanceNameAlreadyRegisteredException";
1764
+ readonly $fault: "client";
1765
+ constructor(
1766
+ opts: __ExceptionOptionType<
1767
+ InstanceNameAlreadyRegisteredException,
1768
+ __BaseException
1769
+ >
1770
+ );
1771
+ }
1772
+ export declare class InvalidIamSessionArnException extends __BaseException {
1773
+ readonly name: "InvalidIamSessionArnException";
1774
+ readonly $fault: "client";
1775
+ constructor(
1776
+ opts: __ExceptionOptionType<InvalidIamSessionArnException, __BaseException>
1777
+ );
1778
+ }
1779
+ export declare class InvalidIamUserArnException extends __BaseException {
1780
+ readonly name: "InvalidIamUserArnException";
1781
+ readonly $fault: "client";
1782
+ constructor(
1783
+ opts: __ExceptionOptionType<InvalidIamUserArnException, __BaseException>
1784
+ );
1785
+ }
1786
+ export declare class MultipleIamArnsProvidedException extends __BaseException {
1787
+ readonly name: "MultipleIamArnsProvidedException";
1788
+ readonly $fault: "client";
1789
+ constructor(
1790
+ opts: __ExceptionOptionType<
1791
+ MultipleIamArnsProvidedException,
1792
+ __BaseException
1793
+ >
1794
+ );
1795
+ }
1796
+ export interface RegisterOnPremisesInstanceInput {
1797
+ instanceName: string | undefined;
1798
+ iamSessionArn?: string;
1799
+ iamUserArn?: string;
1800
+ }
1801
+ export interface RemoveTagsFromOnPremisesInstancesInput {
1802
+ tags: Tag[] | undefined;
1803
+ instanceNames: string[] | undefined;
1804
+ }
1805
+ export interface SkipWaitTimeForInstanceTerminationInput {
1806
+ deploymentId?: string;
1807
+ }
1808
+ export interface StopDeploymentInput {
1809
+ deploymentId: string | undefined;
1810
+ autoRollbackEnabled?: boolean;
1811
+ }
1812
+ export declare enum StopStatus {
1813
+ PENDING = "Pending",
1814
+ SUCCEEDED = "Succeeded",
1815
+ }
1816
+ export interface StopDeploymentOutput {
1817
+ status?: StopStatus | string;
1818
+ statusMessage?: string;
1819
+ }
1820
+ export interface TagResourceInput {
1821
+ ResourceArn: string | undefined;
1822
+ Tags: Tag[] | undefined;
1823
+ }
1824
+ export interface TagResourceOutput {}
1825
+ export interface UntagResourceInput {
1826
+ ResourceArn: string | undefined;
1827
+ TagKeys: string[] | undefined;
1828
+ }
1829
+ export interface UntagResourceOutput {}
1830
+ export interface UpdateApplicationInput {
1831
+ applicationName?: string;
1832
+ newApplicationName?: string;
1833
+ }
1834
+ export interface UpdateDeploymentGroupInput {
1835
+ applicationName: string | undefined;
1836
+ currentDeploymentGroupName: string | undefined;
1837
+ newDeploymentGroupName?: string;
1838
+ deploymentConfigName?: string;
1839
+ ec2TagFilters?: EC2TagFilter[];
1840
+ onPremisesInstanceTagFilters?: TagFilter[];
1841
+ autoScalingGroups?: string[];
1842
+ serviceRoleArn?: string;
1843
+ triggerConfigurations?: TriggerConfig[];
1844
+ alarmConfiguration?: AlarmConfiguration;
1845
+ autoRollbackConfiguration?: AutoRollbackConfiguration;
1846
+ outdatedInstancesStrategy?: OutdatedInstancesStrategy | string;
1847
+ deploymentStyle?: DeploymentStyle;
1848
+ blueGreenDeploymentConfiguration?: BlueGreenDeploymentConfiguration;
1849
+ loadBalancerInfo?: LoadBalancerInfo;
1850
+ ec2TagSet?: EC2TagSet;
1851
+ ecsServices?: ECSService[];
1852
+ onPremisesTagSet?: OnPremisesTagSet;
1853
+ }
1854
+ export interface UpdateDeploymentGroupOutput {
1855
+ hooksNotCleanedUp?: AutoScalingGroup[];
1856
+ }
1857
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
1858
+ export declare const AddTagsToOnPremisesInstancesInputFilterSensitiveLog: (
1859
+ obj: AddTagsToOnPremisesInstancesInput
1860
+ ) => any;
1861
+ export declare const AlarmFilterSensitiveLog: (obj: Alarm) => any;
1862
+ export declare const AlarmConfigurationFilterSensitiveLog: (
1863
+ obj: AlarmConfiguration
1864
+ ) => any;
1865
+ export declare const ApplicationInfoFilterSensitiveLog: (
1866
+ obj: ApplicationInfo
1867
+ ) => any;
1868
+ export declare const AppSpecContentFilterSensitiveLog: (
1869
+ obj: AppSpecContent
1870
+ ) => any;
1871
+ export declare const AutoRollbackConfigurationFilterSensitiveLog: (
1872
+ obj: AutoRollbackConfiguration
1873
+ ) => any;
1874
+ export declare const AutoScalingGroupFilterSensitiveLog: (
1875
+ obj: AutoScalingGroup
1876
+ ) => any;
1877
+ export declare const GitHubLocationFilterSensitiveLog: (
1878
+ obj: GitHubLocation
1879
+ ) => any;
1880
+ export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
1881
+ export declare const RawStringFilterSensitiveLog: (obj: RawString) => any;
1882
+ export declare const RevisionLocationFilterSensitiveLog: (
1883
+ obj: RevisionLocation
1884
+ ) => any;
1885
+ export declare const BatchGetApplicationRevisionsInputFilterSensitiveLog: (
1886
+ obj: BatchGetApplicationRevisionsInput
1887
+ ) => any;
1888
+ export declare const GenericRevisionInfoFilterSensitiveLog: (
1889
+ obj: GenericRevisionInfo
1890
+ ) => any;
1891
+ export declare const RevisionInfoFilterSensitiveLog: (obj: RevisionInfo) => any;
1892
+ export declare const BatchGetApplicationRevisionsOutputFilterSensitiveLog: (
1893
+ obj: BatchGetApplicationRevisionsOutput
1894
+ ) => any;
1895
+ export declare const BatchGetApplicationsInputFilterSensitiveLog: (
1896
+ obj: BatchGetApplicationsInput
1897
+ ) => any;
1898
+ export declare const BatchGetApplicationsOutputFilterSensitiveLog: (
1899
+ obj: BatchGetApplicationsOutput
1900
+ ) => any;
1901
+ export declare const BatchGetDeploymentGroupsInputFilterSensitiveLog: (
1902
+ obj: BatchGetDeploymentGroupsInput
1903
+ ) => any;
1904
+ export declare const DeploymentReadyOptionFilterSensitiveLog: (
1905
+ obj: DeploymentReadyOption
1906
+ ) => any;
1907
+ export declare const GreenFleetProvisioningOptionFilterSensitiveLog: (
1908
+ obj: GreenFleetProvisioningOption
1909
+ ) => any;
1910
+ export declare const BlueInstanceTerminationOptionFilterSensitiveLog: (
1911
+ obj: BlueInstanceTerminationOption
1912
+ ) => any;
1913
+ export declare const BlueGreenDeploymentConfigurationFilterSensitiveLog: (
1914
+ obj: BlueGreenDeploymentConfiguration
1915
+ ) => any;
1916
+ export declare const DeploymentStyleFilterSensitiveLog: (
1917
+ obj: DeploymentStyle
1918
+ ) => any;
1919
+ export declare const EC2TagFilterFilterSensitiveLog: (obj: EC2TagFilter) => any;
1920
+ export declare const EC2TagSetFilterSensitiveLog: (obj: EC2TagSet) => any;
1921
+ export declare const ECSServiceFilterSensitiveLog: (obj: ECSService) => any;
1922
+ export declare const LastDeploymentInfoFilterSensitiveLog: (
1923
+ obj: LastDeploymentInfo
1924
+ ) => any;
1925
+ export declare const ELBInfoFilterSensitiveLog: (obj: ELBInfo) => any;
1926
+ export declare const TargetGroupInfoFilterSensitiveLog: (
1927
+ obj: TargetGroupInfo
1928
+ ) => any;
1929
+ export declare const TrafficRouteFilterSensitiveLog: (obj: TrafficRoute) => any;
1930
+ export declare const TargetGroupPairInfoFilterSensitiveLog: (
1931
+ obj: TargetGroupPairInfo
1932
+ ) => any;
1933
+ export declare const LoadBalancerInfoFilterSensitiveLog: (
1934
+ obj: LoadBalancerInfo
1935
+ ) => any;
1936
+ export declare const TagFilterFilterSensitiveLog: (obj: TagFilter) => any;
1937
+ export declare const OnPremisesTagSetFilterSensitiveLog: (
1938
+ obj: OnPremisesTagSet
1939
+ ) => any;
1940
+ export declare const TriggerConfigFilterSensitiveLog: (
1941
+ obj: TriggerConfig
1942
+ ) => any;
1943
+ export declare const DeploymentGroupInfoFilterSensitiveLog: (
1944
+ obj: DeploymentGroupInfo
1945
+ ) => any;
1946
+ export declare const BatchGetDeploymentGroupsOutputFilterSensitiveLog: (
1947
+ obj: BatchGetDeploymentGroupsOutput
1948
+ ) => any;
1949
+ export declare const BatchGetDeploymentInstancesInputFilterSensitiveLog: (
1950
+ obj: BatchGetDeploymentInstancesInput
1951
+ ) => any;
1952
+ export declare const DiagnosticsFilterSensitiveLog: (obj: Diagnostics) => any;
1953
+ export declare const LifecycleEventFilterSensitiveLog: (
1954
+ obj: LifecycleEvent
1955
+ ) => any;
1956
+ export declare const InstanceSummaryFilterSensitiveLog: (
1957
+ obj: InstanceSummary
1958
+ ) => any;
1959
+ export declare const BatchGetDeploymentInstancesOutputFilterSensitiveLog: (
1960
+ obj: BatchGetDeploymentInstancesOutput
1961
+ ) => any;
1962
+ export declare const BatchGetDeploymentsInputFilterSensitiveLog: (
1963
+ obj: BatchGetDeploymentsInput
1964
+ ) => any;
1965
+ export declare const DeploymentOverviewFilterSensitiveLog: (
1966
+ obj: DeploymentOverview
1967
+ ) => any;
1968
+ export declare const ErrorInformationFilterSensitiveLog: (
1969
+ obj: ErrorInformation
1970
+ ) => any;
1971
+ export declare const RelatedDeploymentsFilterSensitiveLog: (
1972
+ obj: RelatedDeployments
1973
+ ) => any;
1974
+ export declare const RollbackInfoFilterSensitiveLog: (obj: RollbackInfo) => any;
1975
+ export declare const TargetInstancesFilterSensitiveLog: (
1976
+ obj: TargetInstances
1977
+ ) => any;
1978
+ export declare const DeploymentInfoFilterSensitiveLog: (
1979
+ obj: DeploymentInfo
1980
+ ) => any;
1981
+ export declare const BatchGetDeploymentsOutputFilterSensitiveLog: (
1982
+ obj: BatchGetDeploymentsOutput
1983
+ ) => any;
1984
+ export declare const BatchGetDeploymentTargetsInputFilterSensitiveLog: (
1985
+ obj: BatchGetDeploymentTargetsInput
1986
+ ) => any;
1987
+ export declare const CloudFormationTargetFilterSensitiveLog: (
1988
+ obj: CloudFormationTarget
1989
+ ) => any;
1990
+ export declare const ECSTaskSetFilterSensitiveLog: (obj: ECSTaskSet) => any;
1991
+ export declare const ECSTargetFilterSensitiveLog: (obj: ECSTarget) => any;
1992
+ export declare const InstanceTargetFilterSensitiveLog: (
1993
+ obj: InstanceTarget
1994
+ ) => any;
1995
+ export declare const LambdaFunctionInfoFilterSensitiveLog: (
1996
+ obj: LambdaFunctionInfo
1997
+ ) => any;
1998
+ export declare const LambdaTargetFilterSensitiveLog: (obj: LambdaTarget) => any;
1999
+ export declare const DeploymentTargetFilterSensitiveLog: (
2000
+ obj: DeploymentTarget
2001
+ ) => any;
2002
+ export declare const BatchGetDeploymentTargetsOutputFilterSensitiveLog: (
2003
+ obj: BatchGetDeploymentTargetsOutput
2004
+ ) => any;
2005
+ export declare const BatchGetOnPremisesInstancesInputFilterSensitiveLog: (
2006
+ obj: BatchGetOnPremisesInstancesInput
2007
+ ) => any;
2008
+ export declare const InstanceInfoFilterSensitiveLog: (obj: InstanceInfo) => any;
2009
+ export declare const BatchGetOnPremisesInstancesOutputFilterSensitiveLog: (
2010
+ obj: BatchGetOnPremisesInstancesOutput
2011
+ ) => any;
2012
+ export declare const ContinueDeploymentInputFilterSensitiveLog: (
2013
+ obj: ContinueDeploymentInput
2014
+ ) => any;
2015
+ export declare const CreateApplicationInputFilterSensitiveLog: (
2016
+ obj: CreateApplicationInput
2017
+ ) => any;
2018
+ export declare const CreateApplicationOutputFilterSensitiveLog: (
2019
+ obj: CreateApplicationOutput
2020
+ ) => any;
2021
+ export declare const CreateDeploymentInputFilterSensitiveLog: (
2022
+ obj: CreateDeploymentInput
2023
+ ) => any;
2024
+ export declare const CreateDeploymentOutputFilterSensitiveLog: (
2025
+ obj: CreateDeploymentOutput
2026
+ ) => any;
2027
+ export declare const MinimumHealthyHostsFilterSensitiveLog: (
2028
+ obj: MinimumHealthyHosts
2029
+ ) => any;
2030
+ export declare const TimeBasedCanaryFilterSensitiveLog: (
2031
+ obj: TimeBasedCanary
2032
+ ) => any;
2033
+ export declare const TimeBasedLinearFilterSensitiveLog: (
2034
+ obj: TimeBasedLinear
2035
+ ) => any;
2036
+ export declare const TrafficRoutingConfigFilterSensitiveLog: (
2037
+ obj: TrafficRoutingConfig
2038
+ ) => any;
2039
+ export declare const CreateDeploymentConfigInputFilterSensitiveLog: (
2040
+ obj: CreateDeploymentConfigInput
2041
+ ) => any;
2042
+ export declare const CreateDeploymentConfigOutputFilterSensitiveLog: (
2043
+ obj: CreateDeploymentConfigOutput
2044
+ ) => any;
2045
+ export declare const CreateDeploymentGroupInputFilterSensitiveLog: (
2046
+ obj: CreateDeploymentGroupInput
2047
+ ) => any;
2048
+ export declare const CreateDeploymentGroupOutputFilterSensitiveLog: (
2049
+ obj: CreateDeploymentGroupOutput
2050
+ ) => any;
2051
+ export declare const DeleteApplicationInputFilterSensitiveLog: (
2052
+ obj: DeleteApplicationInput
2053
+ ) => any;
2054
+ export declare const DeleteDeploymentConfigInputFilterSensitiveLog: (
2055
+ obj: DeleteDeploymentConfigInput
2056
+ ) => any;
2057
+ export declare const DeleteDeploymentGroupInputFilterSensitiveLog: (
2058
+ obj: DeleteDeploymentGroupInput
2059
+ ) => any;
2060
+ export declare const DeleteDeploymentGroupOutputFilterSensitiveLog: (
2061
+ obj: DeleteDeploymentGroupOutput
2062
+ ) => any;
2063
+ export declare const DeleteGitHubAccountTokenInputFilterSensitiveLog: (
2064
+ obj: DeleteGitHubAccountTokenInput
2065
+ ) => any;
2066
+ export declare const DeleteGitHubAccountTokenOutputFilterSensitiveLog: (
2067
+ obj: DeleteGitHubAccountTokenOutput
2068
+ ) => any;
2069
+ export declare const DeleteResourcesByExternalIdInputFilterSensitiveLog: (
2070
+ obj: DeleteResourcesByExternalIdInput
2071
+ ) => any;
2072
+ export declare const DeleteResourcesByExternalIdOutputFilterSensitiveLog: (
2073
+ obj: DeleteResourcesByExternalIdOutput
2074
+ ) => any;
2075
+ export declare const DeregisterOnPremisesInstanceInputFilterSensitiveLog: (
2076
+ obj: DeregisterOnPremisesInstanceInput
2077
+ ) => any;
2078
+ export declare const GetApplicationInputFilterSensitiveLog: (
2079
+ obj: GetApplicationInput
2080
+ ) => any;
2081
+ export declare const GetApplicationOutputFilterSensitiveLog: (
2082
+ obj: GetApplicationOutput
2083
+ ) => any;
2084
+ export declare const GetApplicationRevisionInputFilterSensitiveLog: (
2085
+ obj: GetApplicationRevisionInput
2086
+ ) => any;
2087
+ export declare const GetApplicationRevisionOutputFilterSensitiveLog: (
2088
+ obj: GetApplicationRevisionOutput
2089
+ ) => any;
2090
+ export declare const GetDeploymentInputFilterSensitiveLog: (
2091
+ obj: GetDeploymentInput
2092
+ ) => any;
2093
+ export declare const GetDeploymentOutputFilterSensitiveLog: (
2094
+ obj: GetDeploymentOutput
2095
+ ) => any;
2096
+ export declare const GetDeploymentConfigInputFilterSensitiveLog: (
2097
+ obj: GetDeploymentConfigInput
2098
+ ) => any;
2099
+ export declare const DeploymentConfigInfoFilterSensitiveLog: (
2100
+ obj: DeploymentConfigInfo
2101
+ ) => any;
2102
+ export declare const GetDeploymentConfigOutputFilterSensitiveLog: (
2103
+ obj: GetDeploymentConfigOutput
2104
+ ) => any;
2105
+ export declare const GetDeploymentGroupInputFilterSensitiveLog: (
2106
+ obj: GetDeploymentGroupInput
2107
+ ) => any;
2108
+ export declare const GetDeploymentGroupOutputFilterSensitiveLog: (
2109
+ obj: GetDeploymentGroupOutput
2110
+ ) => any;
2111
+ export declare const GetDeploymentInstanceInputFilterSensitiveLog: (
2112
+ obj: GetDeploymentInstanceInput
2113
+ ) => any;
2114
+ export declare const GetDeploymentInstanceOutputFilterSensitiveLog: (
2115
+ obj: GetDeploymentInstanceOutput
2116
+ ) => any;
2117
+ export declare const GetDeploymentTargetInputFilterSensitiveLog: (
2118
+ obj: GetDeploymentTargetInput
2119
+ ) => any;
2120
+ export declare const GetDeploymentTargetOutputFilterSensitiveLog: (
2121
+ obj: GetDeploymentTargetOutput
2122
+ ) => any;
2123
+ export declare const GetOnPremisesInstanceInputFilterSensitiveLog: (
2124
+ obj: GetOnPremisesInstanceInput
2125
+ ) => any;
2126
+ export declare const GetOnPremisesInstanceOutputFilterSensitiveLog: (
2127
+ obj: GetOnPremisesInstanceOutput
2128
+ ) => any;
2129
+ export declare const ListApplicationRevisionsInputFilterSensitiveLog: (
2130
+ obj: ListApplicationRevisionsInput
2131
+ ) => any;
2132
+ export declare const ListApplicationRevisionsOutputFilterSensitiveLog: (
2133
+ obj: ListApplicationRevisionsOutput
2134
+ ) => any;
2135
+ export declare const ListApplicationsInputFilterSensitiveLog: (
2136
+ obj: ListApplicationsInput
2137
+ ) => any;
2138
+ export declare const ListApplicationsOutputFilterSensitiveLog: (
2139
+ obj: ListApplicationsOutput
2140
+ ) => any;
2141
+ export declare const ListDeploymentConfigsInputFilterSensitiveLog: (
2142
+ obj: ListDeploymentConfigsInput
2143
+ ) => any;
2144
+ export declare const ListDeploymentConfigsOutputFilterSensitiveLog: (
2145
+ obj: ListDeploymentConfigsOutput
2146
+ ) => any;
2147
+ export declare const ListDeploymentGroupsInputFilterSensitiveLog: (
2148
+ obj: ListDeploymentGroupsInput
2149
+ ) => any;
2150
+ export declare const ListDeploymentGroupsOutputFilterSensitiveLog: (
2151
+ obj: ListDeploymentGroupsOutput
2152
+ ) => any;
2153
+ export declare const ListDeploymentInstancesInputFilterSensitiveLog: (
2154
+ obj: ListDeploymentInstancesInput
2155
+ ) => any;
2156
+ export declare const ListDeploymentInstancesOutputFilterSensitiveLog: (
2157
+ obj: ListDeploymentInstancesOutput
2158
+ ) => any;
2159
+ export declare const TimeRangeFilterSensitiveLog: (obj: TimeRange) => any;
2160
+ export declare const ListDeploymentsInputFilterSensitiveLog: (
2161
+ obj: ListDeploymentsInput
2162
+ ) => any;
2163
+ export declare const ListDeploymentsOutputFilterSensitiveLog: (
2164
+ obj: ListDeploymentsOutput
2165
+ ) => any;
2166
+ export declare const ListDeploymentTargetsInputFilterSensitiveLog: (
2167
+ obj: ListDeploymentTargetsInput
2168
+ ) => any;
2169
+ export declare const ListDeploymentTargetsOutputFilterSensitiveLog: (
2170
+ obj: ListDeploymentTargetsOutput
2171
+ ) => any;
2172
+ export declare const ListGitHubAccountTokenNamesInputFilterSensitiveLog: (
2173
+ obj: ListGitHubAccountTokenNamesInput
2174
+ ) => any;
2175
+ export declare const ListGitHubAccountTokenNamesOutputFilterSensitiveLog: (
2176
+ obj: ListGitHubAccountTokenNamesOutput
2177
+ ) => any;
2178
+ export declare const ListOnPremisesInstancesInputFilterSensitiveLog: (
2179
+ obj: ListOnPremisesInstancesInput
2180
+ ) => any;
2181
+ export declare const ListOnPremisesInstancesOutputFilterSensitiveLog: (
2182
+ obj: ListOnPremisesInstancesOutput
2183
+ ) => any;
2184
+ export declare const ListTagsForResourceInputFilterSensitiveLog: (
2185
+ obj: ListTagsForResourceInput
2186
+ ) => any;
2187
+ export declare const ListTagsForResourceOutputFilterSensitiveLog: (
2188
+ obj: ListTagsForResourceOutput
2189
+ ) => any;
2190
+ export declare const PutLifecycleEventHookExecutionStatusInputFilterSensitiveLog: (
2191
+ obj: PutLifecycleEventHookExecutionStatusInput
2192
+ ) => any;
2193
+ export declare const PutLifecycleEventHookExecutionStatusOutputFilterSensitiveLog: (
2194
+ obj: PutLifecycleEventHookExecutionStatusOutput
2195
+ ) => any;
2196
+ export declare const RegisterApplicationRevisionInputFilterSensitiveLog: (
2197
+ obj: RegisterApplicationRevisionInput
2198
+ ) => any;
2199
+ export declare const RegisterOnPremisesInstanceInputFilterSensitiveLog: (
2200
+ obj: RegisterOnPremisesInstanceInput
2201
+ ) => any;
2202
+ export declare const RemoveTagsFromOnPremisesInstancesInputFilterSensitiveLog: (
2203
+ obj: RemoveTagsFromOnPremisesInstancesInput
2204
+ ) => any;
2205
+ export declare const SkipWaitTimeForInstanceTerminationInputFilterSensitiveLog: (
2206
+ obj: SkipWaitTimeForInstanceTerminationInput
2207
+ ) => any;
2208
+ export declare const StopDeploymentInputFilterSensitiveLog: (
2209
+ obj: StopDeploymentInput
2210
+ ) => any;
2211
+ export declare const StopDeploymentOutputFilterSensitiveLog: (
2212
+ obj: StopDeploymentOutput
2213
+ ) => any;
2214
+ export declare const TagResourceInputFilterSensitiveLog: (
2215
+ obj: TagResourceInput
2216
+ ) => any;
2217
+ export declare const TagResourceOutputFilterSensitiveLog: (
2218
+ obj: TagResourceOutput
2219
+ ) => any;
2220
+ export declare const UntagResourceInputFilterSensitiveLog: (
2221
+ obj: UntagResourceInput
2222
+ ) => any;
2223
+ export declare const UntagResourceOutputFilterSensitiveLog: (
2224
+ obj: UntagResourceOutput
2225
+ ) => any;
2226
+ export declare const UpdateApplicationInputFilterSensitiveLog: (
2227
+ obj: UpdateApplicationInput
2228
+ ) => any;
2229
+ export declare const UpdateDeploymentGroupInputFilterSensitiveLog: (
2230
+ obj: UpdateDeploymentGroupInput
2231
+ ) => any;
2232
+ export declare const UpdateDeploymentGroupOutputFilterSensitiveLog: (
2233
+ obj: UpdateDeploymentGroupOutput
2234
+ ) => any;