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