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