@aws-sdk/client-elastic-beanstalk 3.169.0 → 3.170.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 +8 -0
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +880 -240
- package/dist-types/ts3.4/ElasticBeanstalkClient.d.ts +412 -120
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +41 -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/ElasticBeanstalkServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1966 -1754
- package/dist-types/ts3.4/pagination/DescribeEnvironmentManagedActionHistoryPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListPlatformBranchesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListPlatformVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_query.d.ts +569 -143
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- package/dist-types/ts3.4/waiters/index.d.ts +3 -3
- package/dist-types/ts3.4/waiters/waitForEnvironmentExists.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentTerminated.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForEnvironmentUpdated.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,1754 +1,1966 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
|
|
3
|
-
|
|
4
|
-
export interface AbortEnvironmentUpdateMessage {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
export
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
export interface
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
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
|
-
export declare type SourceRepository = "CodeCommit" | "S3";
|
|
129
|
-
export declare type SourceType = "Git" | "Zip";
|
|
130
|
-
|
|
131
|
-
export interface SourceBuildInformation {
|
|
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
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
export interface ApplyEnvironmentManagedActionRequest {
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
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
|
-
export interface
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
export declare type
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export
|
|
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
|
-
export
|
|
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
|
-
|
|
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
|
-
export
|
|
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
|
-
export interface
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
export interface
|
|
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
|
-
|
|
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
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
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
|
-
export
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
export interface
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
export interface
|
|
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
|
-
export interface
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
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
|
-
|
|
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
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export interface TerminateEnvironmentMessage {
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
|
|
1434
|
-
|
|
1435
|
-
|
|
1436
|
-
|
|
1437
|
-
|
|
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
|
-
export declare const
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
export declare const
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
export declare const
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
export declare const ApplicationDescriptionMessageFilterSensitiveLog: (
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
export declare const
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
export declare const
|
|
1525
|
-
|
|
1526
|
-
export declare const
|
|
1527
|
-
|
|
1528
|
-
export declare const
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
export declare const
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
export declare const
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
export declare const
|
|
1541
|
-
|
|
1542
|
-
export declare const
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
export declare const
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
export declare const
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
export declare const
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
export declare const
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
export declare const
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
export declare const
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
export declare const
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
export declare const
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
export declare const
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
export declare const
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
export declare const
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
export declare const
|
|
1591
|
-
|
|
1592
|
-
export declare const
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
export declare const
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
export declare const
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
export declare const
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
export declare const
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
export declare const
|
|
1613
|
-
|
|
1614
|
-
export declare const
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
export declare const
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
export declare const
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
export declare const
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
export declare const
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
export declare const
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
export declare const
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
export declare const
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
export declare const
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
export declare const
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
export declare const
|
|
1655
|
-
|
|
1656
|
-
export declare const
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
export declare const
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
export declare const
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
export declare const
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
export declare const
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
export declare const
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
export declare const
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
export declare const
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
export declare const
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
export declare const
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
export declare const
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
export declare const
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
export declare const
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
export declare const
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
export declare const
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
export declare const
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
export declare const
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
export declare const
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
export declare const
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
export declare const
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
export declare const
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
export declare const
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
export declare const
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
export declare const
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
export declare const
|
|
1753
|
-
|
|
1754
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ElasticBeanstalkServiceException as __BaseException } from "./ElasticBeanstalkServiceException";
|
|
3
|
+
|
|
4
|
+
export interface AbortEnvironmentUpdateMessage {
|
|
5
|
+
EnvironmentId?: string;
|
|
6
|
+
|
|
7
|
+
EnvironmentName?: string;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class InsufficientPrivilegesException extends __BaseException {
|
|
11
|
+
readonly name: "InsufficientPrivilegesException";
|
|
12
|
+
readonly $fault: "client";
|
|
13
|
+
|
|
14
|
+
constructor(
|
|
15
|
+
opts: __ExceptionOptionType<
|
|
16
|
+
InsufficientPrivilegesException,
|
|
17
|
+
__BaseException
|
|
18
|
+
>
|
|
19
|
+
);
|
|
20
|
+
}
|
|
21
|
+
export declare type ActionHistoryStatus = "Completed" | "Failed" | "Unknown";
|
|
22
|
+
export declare type ActionStatus =
|
|
23
|
+
| "Pending"
|
|
24
|
+
| "Running"
|
|
25
|
+
| "Scheduled"
|
|
26
|
+
| "Unknown";
|
|
27
|
+
export declare type ActionType =
|
|
28
|
+
| "InstanceRefresh"
|
|
29
|
+
| "PlatformUpdate"
|
|
30
|
+
| "Unknown";
|
|
31
|
+
|
|
32
|
+
export interface MaxAgeRule {
|
|
33
|
+
Enabled: boolean | undefined;
|
|
34
|
+
|
|
35
|
+
MaxAgeInDays?: number;
|
|
36
|
+
|
|
37
|
+
DeleteSourceFromS3?: boolean;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
export interface MaxCountRule {
|
|
41
|
+
Enabled: boolean | undefined;
|
|
42
|
+
|
|
43
|
+
MaxCount?: number;
|
|
44
|
+
|
|
45
|
+
DeleteSourceFromS3?: boolean;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface ApplicationVersionLifecycleConfig {
|
|
49
|
+
MaxCountRule?: MaxCountRule;
|
|
50
|
+
|
|
51
|
+
MaxAgeRule?: MaxAgeRule;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface ApplicationResourceLifecycleConfig {
|
|
55
|
+
ServiceRole?: string;
|
|
56
|
+
|
|
57
|
+
VersionLifecycleConfig?: ApplicationVersionLifecycleConfig;
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export interface ApplicationDescription {
|
|
61
|
+
ApplicationArn?: string;
|
|
62
|
+
|
|
63
|
+
ApplicationName?: string;
|
|
64
|
+
|
|
65
|
+
Description?: string;
|
|
66
|
+
|
|
67
|
+
DateCreated?: Date;
|
|
68
|
+
|
|
69
|
+
DateUpdated?: Date;
|
|
70
|
+
|
|
71
|
+
Versions?: string[];
|
|
72
|
+
|
|
73
|
+
ConfigurationTemplates?: string[];
|
|
74
|
+
|
|
75
|
+
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
export interface ApplicationDescriptionMessage {
|
|
79
|
+
Application?: ApplicationDescription;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
export interface ApplicationDescriptionsMessage {
|
|
83
|
+
Applications?: ApplicationDescription[];
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
export interface Latency {
|
|
87
|
+
P999?: number;
|
|
88
|
+
|
|
89
|
+
P99?: number;
|
|
90
|
+
|
|
91
|
+
P95?: number;
|
|
92
|
+
|
|
93
|
+
P90?: number;
|
|
94
|
+
|
|
95
|
+
P85?: number;
|
|
96
|
+
|
|
97
|
+
P75?: number;
|
|
98
|
+
|
|
99
|
+
P50?: number;
|
|
100
|
+
|
|
101
|
+
P10?: number;
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export interface StatusCodes {
|
|
105
|
+
Status2xx?: number;
|
|
106
|
+
|
|
107
|
+
Status3xx?: number;
|
|
108
|
+
|
|
109
|
+
Status4xx?: number;
|
|
110
|
+
|
|
111
|
+
Status5xx?: number;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface ApplicationMetrics {
|
|
115
|
+
Duration?: number;
|
|
116
|
+
|
|
117
|
+
RequestCount?: number;
|
|
118
|
+
|
|
119
|
+
StatusCodes?: StatusCodes;
|
|
120
|
+
|
|
121
|
+
Latency?: Latency;
|
|
122
|
+
}
|
|
123
|
+
export interface ApplicationResourceLifecycleDescriptionMessage {
|
|
124
|
+
ApplicationName?: string;
|
|
125
|
+
|
|
126
|
+
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
127
|
+
}
|
|
128
|
+
export declare type SourceRepository = "CodeCommit" | "S3";
|
|
129
|
+
export declare type SourceType = "Git" | "Zip";
|
|
130
|
+
|
|
131
|
+
export interface SourceBuildInformation {
|
|
132
|
+
SourceType: SourceType | string | undefined;
|
|
133
|
+
|
|
134
|
+
SourceRepository: SourceRepository | string | undefined;
|
|
135
|
+
|
|
136
|
+
SourceLocation: string | undefined;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
export interface S3Location {
|
|
140
|
+
S3Bucket?: string;
|
|
141
|
+
|
|
142
|
+
S3Key?: string;
|
|
143
|
+
}
|
|
144
|
+
export declare type ApplicationVersionStatus =
|
|
145
|
+
| "Building"
|
|
146
|
+
| "Failed"
|
|
147
|
+
| "Processed"
|
|
148
|
+
| "Processing"
|
|
149
|
+
| "Unprocessed";
|
|
150
|
+
|
|
151
|
+
export interface ApplicationVersionDescription {
|
|
152
|
+
ApplicationVersionArn?: string;
|
|
153
|
+
|
|
154
|
+
ApplicationName?: string;
|
|
155
|
+
|
|
156
|
+
Description?: string;
|
|
157
|
+
|
|
158
|
+
VersionLabel?: string;
|
|
159
|
+
|
|
160
|
+
SourceBuildInformation?: SourceBuildInformation;
|
|
161
|
+
|
|
162
|
+
BuildArn?: string;
|
|
163
|
+
|
|
164
|
+
SourceBundle?: S3Location;
|
|
165
|
+
|
|
166
|
+
DateCreated?: Date;
|
|
167
|
+
|
|
168
|
+
DateUpdated?: Date;
|
|
169
|
+
|
|
170
|
+
Status?: ApplicationVersionStatus | string;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
export interface ApplicationVersionDescriptionMessage {
|
|
174
|
+
ApplicationVersion?: ApplicationVersionDescription;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
export interface ApplicationVersionDescriptionsMessage {
|
|
178
|
+
ApplicationVersions?: ApplicationVersionDescription[];
|
|
179
|
+
|
|
180
|
+
NextToken?: string;
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
export interface ApplyEnvironmentManagedActionRequest {
|
|
184
|
+
EnvironmentName?: string;
|
|
185
|
+
|
|
186
|
+
EnvironmentId?: string;
|
|
187
|
+
|
|
188
|
+
ActionId: string | undefined;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
export interface ApplyEnvironmentManagedActionResult {
|
|
192
|
+
ActionId?: string;
|
|
193
|
+
|
|
194
|
+
ActionDescription?: string;
|
|
195
|
+
|
|
196
|
+
ActionType?: ActionType | string;
|
|
197
|
+
|
|
198
|
+
Status?: string;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export declare class ElasticBeanstalkServiceException extends __BaseException {
|
|
202
|
+
readonly name: "ElasticBeanstalkServiceException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
|
|
205
|
+
constructor(
|
|
206
|
+
opts: __ExceptionOptionType<
|
|
207
|
+
ElasticBeanstalkServiceException,
|
|
208
|
+
__BaseException
|
|
209
|
+
>
|
|
210
|
+
);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
export declare class ManagedActionInvalidStateException extends __BaseException {
|
|
214
|
+
readonly name: "ManagedActionInvalidStateException";
|
|
215
|
+
readonly $fault: "client";
|
|
216
|
+
|
|
217
|
+
constructor(
|
|
218
|
+
opts: __ExceptionOptionType<
|
|
219
|
+
ManagedActionInvalidStateException,
|
|
220
|
+
__BaseException
|
|
221
|
+
>
|
|
222
|
+
);
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
export interface AssociateEnvironmentOperationsRoleMessage {
|
|
226
|
+
EnvironmentName: string | undefined;
|
|
227
|
+
|
|
228
|
+
OperationsRole: string | undefined;
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export interface AutoScalingGroup {
|
|
232
|
+
Name?: string;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
export interface SolutionStackDescription {
|
|
236
|
+
SolutionStackName?: string;
|
|
237
|
+
|
|
238
|
+
PermittedFileTypes?: string[];
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
export interface CheckDNSAvailabilityMessage {
|
|
242
|
+
CNAMEPrefix: string | undefined;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
export interface CheckDNSAvailabilityResultMessage {
|
|
246
|
+
Available?: boolean;
|
|
247
|
+
|
|
248
|
+
FullyQualifiedCNAME?: string;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export interface ComposeEnvironmentsMessage {
|
|
252
|
+
ApplicationName?: string;
|
|
253
|
+
|
|
254
|
+
GroupName?: string;
|
|
255
|
+
|
|
256
|
+
VersionLabels?: string[];
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface EnvironmentLink {
|
|
260
|
+
LinkName?: string;
|
|
261
|
+
|
|
262
|
+
EnvironmentName?: string;
|
|
263
|
+
}
|
|
264
|
+
export declare type EnvironmentHealth = "Green" | "Grey" | "Red" | "Yellow";
|
|
265
|
+
export declare type EnvironmentHealthStatus =
|
|
266
|
+
| "Degraded"
|
|
267
|
+
| "Info"
|
|
268
|
+
| "NoData"
|
|
269
|
+
| "Ok"
|
|
270
|
+
| "Pending"
|
|
271
|
+
| "Severe"
|
|
272
|
+
| "Suspended"
|
|
273
|
+
| "Unknown"
|
|
274
|
+
| "Warning";
|
|
275
|
+
|
|
276
|
+
export interface Listener {
|
|
277
|
+
Protocol?: string;
|
|
278
|
+
|
|
279
|
+
Port?: number;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
export interface LoadBalancerDescription {
|
|
283
|
+
LoadBalancerName?: string;
|
|
284
|
+
|
|
285
|
+
Domain?: string;
|
|
286
|
+
|
|
287
|
+
Listeners?: Listener[];
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
export interface EnvironmentResourcesDescription {
|
|
291
|
+
LoadBalancer?: LoadBalancerDescription;
|
|
292
|
+
}
|
|
293
|
+
export declare type EnvironmentStatus =
|
|
294
|
+
| "Aborting"
|
|
295
|
+
| "Launching"
|
|
296
|
+
| "LinkingFrom"
|
|
297
|
+
| "LinkingTo"
|
|
298
|
+
| "Ready"
|
|
299
|
+
| "Terminated"
|
|
300
|
+
| "Terminating"
|
|
301
|
+
| "Updating";
|
|
302
|
+
|
|
303
|
+
export interface EnvironmentTier {
|
|
304
|
+
Name?: string;
|
|
305
|
+
|
|
306
|
+
Type?: string;
|
|
307
|
+
|
|
308
|
+
Version?: string;
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
export interface EnvironmentDescription {
|
|
312
|
+
EnvironmentName?: string;
|
|
313
|
+
|
|
314
|
+
EnvironmentId?: string;
|
|
315
|
+
|
|
316
|
+
ApplicationName?: string;
|
|
317
|
+
|
|
318
|
+
VersionLabel?: string;
|
|
319
|
+
|
|
320
|
+
SolutionStackName?: string;
|
|
321
|
+
|
|
322
|
+
PlatformArn?: string;
|
|
323
|
+
|
|
324
|
+
TemplateName?: string;
|
|
325
|
+
|
|
326
|
+
Description?: string;
|
|
327
|
+
|
|
328
|
+
EndpointURL?: string;
|
|
329
|
+
|
|
330
|
+
CNAME?: string;
|
|
331
|
+
|
|
332
|
+
DateCreated?: Date;
|
|
333
|
+
|
|
334
|
+
DateUpdated?: Date;
|
|
335
|
+
|
|
336
|
+
Status?: EnvironmentStatus | string;
|
|
337
|
+
|
|
338
|
+
AbortableOperationInProgress?: boolean;
|
|
339
|
+
|
|
340
|
+
Health?: EnvironmentHealth | string;
|
|
341
|
+
|
|
342
|
+
HealthStatus?: EnvironmentHealthStatus | string;
|
|
343
|
+
|
|
344
|
+
Resources?: EnvironmentResourcesDescription;
|
|
345
|
+
|
|
346
|
+
Tier?: EnvironmentTier;
|
|
347
|
+
|
|
348
|
+
EnvironmentLinks?: EnvironmentLink[];
|
|
349
|
+
|
|
350
|
+
EnvironmentArn?: string;
|
|
351
|
+
|
|
352
|
+
OperationsRole?: string;
|
|
353
|
+
}
|
|
354
|
+
|
|
355
|
+
export interface EnvironmentDescriptionsMessage {
|
|
356
|
+
Environments?: EnvironmentDescription[];
|
|
357
|
+
|
|
358
|
+
NextToken?: string;
|
|
359
|
+
}
|
|
360
|
+
|
|
361
|
+
export declare class TooManyEnvironmentsException extends __BaseException {
|
|
362
|
+
readonly name: "TooManyEnvironmentsException";
|
|
363
|
+
readonly $fault: "client";
|
|
364
|
+
|
|
365
|
+
constructor(
|
|
366
|
+
opts: __ExceptionOptionType<TooManyEnvironmentsException, __BaseException>
|
|
367
|
+
);
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
export interface Tag {
|
|
371
|
+
Key?: string;
|
|
372
|
+
|
|
373
|
+
Value?: string;
|
|
374
|
+
}
|
|
375
|
+
|
|
376
|
+
export interface CreateApplicationMessage {
|
|
377
|
+
ApplicationName: string | undefined;
|
|
378
|
+
|
|
379
|
+
Description?: string;
|
|
380
|
+
|
|
381
|
+
ResourceLifecycleConfig?: ApplicationResourceLifecycleConfig;
|
|
382
|
+
|
|
383
|
+
Tags?: Tag[];
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
export declare class TooManyApplicationsException extends __BaseException {
|
|
387
|
+
readonly name: "TooManyApplicationsException";
|
|
388
|
+
readonly $fault: "client";
|
|
389
|
+
|
|
390
|
+
constructor(
|
|
391
|
+
opts: __ExceptionOptionType<TooManyApplicationsException, __BaseException>
|
|
392
|
+
);
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export declare class CodeBuildNotInServiceRegionException extends __BaseException {
|
|
396
|
+
readonly name: "CodeBuildNotInServiceRegionException";
|
|
397
|
+
readonly $fault: "client";
|
|
398
|
+
|
|
399
|
+
constructor(
|
|
400
|
+
opts: __ExceptionOptionType<
|
|
401
|
+
CodeBuildNotInServiceRegionException,
|
|
402
|
+
__BaseException
|
|
403
|
+
>
|
|
404
|
+
);
|
|
405
|
+
}
|
|
406
|
+
export declare enum ComputeType {
|
|
407
|
+
BUILD_GENERAL1_LARGE = "BUILD_GENERAL1_LARGE",
|
|
408
|
+
BUILD_GENERAL1_MEDIUM = "BUILD_GENERAL1_MEDIUM",
|
|
409
|
+
BUILD_GENERAL1_SMALL = "BUILD_GENERAL1_SMALL",
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
export interface BuildConfiguration {
|
|
413
|
+
ArtifactName?: string;
|
|
414
|
+
|
|
415
|
+
CodeBuildServiceRole: string | undefined;
|
|
416
|
+
|
|
417
|
+
ComputeType?: ComputeType | string;
|
|
418
|
+
|
|
419
|
+
Image: string | undefined;
|
|
420
|
+
|
|
421
|
+
TimeoutInMinutes?: number;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
export interface CreateApplicationVersionMessage {
|
|
425
|
+
ApplicationName: string | undefined;
|
|
426
|
+
|
|
427
|
+
VersionLabel: string | undefined;
|
|
428
|
+
|
|
429
|
+
Description?: string;
|
|
430
|
+
|
|
431
|
+
SourceBuildInformation?: SourceBuildInformation;
|
|
432
|
+
|
|
433
|
+
SourceBundle?: S3Location;
|
|
434
|
+
|
|
435
|
+
BuildConfiguration?: BuildConfiguration;
|
|
436
|
+
|
|
437
|
+
AutoCreateApplication?: boolean;
|
|
438
|
+
|
|
439
|
+
Process?: boolean;
|
|
440
|
+
|
|
441
|
+
Tags?: Tag[];
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export declare class S3LocationNotInServiceRegionException extends __BaseException {
|
|
445
|
+
readonly name: "S3LocationNotInServiceRegionException";
|
|
446
|
+
readonly $fault: "client";
|
|
447
|
+
|
|
448
|
+
constructor(
|
|
449
|
+
opts: __ExceptionOptionType<
|
|
450
|
+
S3LocationNotInServiceRegionException,
|
|
451
|
+
__BaseException
|
|
452
|
+
>
|
|
453
|
+
);
|
|
454
|
+
}
|
|
455
|
+
|
|
456
|
+
export declare class TooManyApplicationVersionsException extends __BaseException {
|
|
457
|
+
readonly name: "TooManyApplicationVersionsException";
|
|
458
|
+
readonly $fault: "client";
|
|
459
|
+
|
|
460
|
+
constructor(
|
|
461
|
+
opts: __ExceptionOptionType<
|
|
462
|
+
TooManyApplicationVersionsException,
|
|
463
|
+
__BaseException
|
|
464
|
+
>
|
|
465
|
+
);
|
|
466
|
+
}
|
|
467
|
+
export declare type ConfigurationDeploymentStatus =
|
|
468
|
+
| "deployed"
|
|
469
|
+
| "failed"
|
|
470
|
+
| "pending";
|
|
471
|
+
|
|
472
|
+
export interface ConfigurationOptionSetting {
|
|
473
|
+
ResourceName?: string;
|
|
474
|
+
|
|
475
|
+
Namespace?: string;
|
|
476
|
+
|
|
477
|
+
OptionName?: string;
|
|
478
|
+
|
|
479
|
+
Value?: string;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
export interface ConfigurationSettingsDescription {
|
|
483
|
+
SolutionStackName?: string;
|
|
484
|
+
|
|
485
|
+
PlatformArn?: string;
|
|
486
|
+
|
|
487
|
+
ApplicationName?: string;
|
|
488
|
+
|
|
489
|
+
TemplateName?: string;
|
|
490
|
+
|
|
491
|
+
Description?: string;
|
|
492
|
+
|
|
493
|
+
EnvironmentName?: string;
|
|
494
|
+
|
|
495
|
+
DeploymentStatus?: ConfigurationDeploymentStatus | string;
|
|
496
|
+
|
|
497
|
+
DateCreated?: Date;
|
|
498
|
+
|
|
499
|
+
DateUpdated?: Date;
|
|
500
|
+
|
|
501
|
+
OptionSettings?: ConfigurationOptionSetting[];
|
|
502
|
+
}
|
|
503
|
+
|
|
504
|
+
export interface SourceConfiguration {
|
|
505
|
+
ApplicationName?: string;
|
|
506
|
+
|
|
507
|
+
TemplateName?: string;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
export interface CreateConfigurationTemplateMessage {
|
|
511
|
+
ApplicationName: string | undefined;
|
|
512
|
+
|
|
513
|
+
TemplateName: string | undefined;
|
|
514
|
+
|
|
515
|
+
SolutionStackName?: string;
|
|
516
|
+
|
|
517
|
+
PlatformArn?: string;
|
|
518
|
+
|
|
519
|
+
SourceConfiguration?: SourceConfiguration;
|
|
520
|
+
|
|
521
|
+
EnvironmentId?: string;
|
|
522
|
+
|
|
523
|
+
Description?: string;
|
|
524
|
+
|
|
525
|
+
OptionSettings?: ConfigurationOptionSetting[];
|
|
526
|
+
|
|
527
|
+
Tags?: Tag[];
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
export declare class TooManyBucketsException extends __BaseException {
|
|
531
|
+
readonly name: "TooManyBucketsException";
|
|
532
|
+
readonly $fault: "client";
|
|
533
|
+
|
|
534
|
+
constructor(
|
|
535
|
+
opts: __ExceptionOptionType<TooManyBucketsException, __BaseException>
|
|
536
|
+
);
|
|
537
|
+
}
|
|
538
|
+
|
|
539
|
+
export declare class TooManyConfigurationTemplatesException extends __BaseException {
|
|
540
|
+
readonly name: "TooManyConfigurationTemplatesException";
|
|
541
|
+
readonly $fault: "client";
|
|
542
|
+
|
|
543
|
+
constructor(
|
|
544
|
+
opts: __ExceptionOptionType<
|
|
545
|
+
TooManyConfigurationTemplatesException,
|
|
546
|
+
__BaseException
|
|
547
|
+
>
|
|
548
|
+
);
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export interface OptionSpecification {
|
|
552
|
+
ResourceName?: string;
|
|
553
|
+
|
|
554
|
+
Namespace?: string;
|
|
555
|
+
|
|
556
|
+
OptionName?: string;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
export interface CreateEnvironmentMessage {
|
|
560
|
+
ApplicationName: string | undefined;
|
|
561
|
+
|
|
562
|
+
EnvironmentName?: string;
|
|
563
|
+
|
|
564
|
+
GroupName?: string;
|
|
565
|
+
|
|
566
|
+
Description?: string;
|
|
567
|
+
|
|
568
|
+
CNAMEPrefix?: string;
|
|
569
|
+
|
|
570
|
+
Tier?: EnvironmentTier;
|
|
571
|
+
|
|
572
|
+
Tags?: Tag[];
|
|
573
|
+
|
|
574
|
+
VersionLabel?: string;
|
|
575
|
+
|
|
576
|
+
TemplateName?: string;
|
|
577
|
+
|
|
578
|
+
SolutionStackName?: string;
|
|
579
|
+
|
|
580
|
+
PlatformArn?: string;
|
|
581
|
+
|
|
582
|
+
OptionSettings?: ConfigurationOptionSetting[];
|
|
583
|
+
|
|
584
|
+
OptionsToRemove?: OptionSpecification[];
|
|
585
|
+
|
|
586
|
+
OperationsRole?: string;
|
|
587
|
+
}
|
|
588
|
+
|
|
589
|
+
export interface CreatePlatformVersionRequest {
|
|
590
|
+
PlatformName: string | undefined;
|
|
591
|
+
|
|
592
|
+
PlatformVersion: string | undefined;
|
|
593
|
+
|
|
594
|
+
PlatformDefinitionBundle: S3Location | undefined;
|
|
595
|
+
|
|
596
|
+
EnvironmentName?: string;
|
|
597
|
+
|
|
598
|
+
OptionSettings?: ConfigurationOptionSetting[];
|
|
599
|
+
|
|
600
|
+
Tags?: Tag[];
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
export interface Builder {
|
|
604
|
+
ARN?: string;
|
|
605
|
+
}
|
|
606
|
+
export declare type PlatformStatus =
|
|
607
|
+
| "Creating"
|
|
608
|
+
| "Deleted"
|
|
609
|
+
| "Deleting"
|
|
610
|
+
| "Failed"
|
|
611
|
+
| "Ready";
|
|
612
|
+
|
|
613
|
+
export interface PlatformSummary {
|
|
614
|
+
PlatformArn?: string;
|
|
615
|
+
|
|
616
|
+
PlatformOwner?: string;
|
|
617
|
+
|
|
618
|
+
PlatformStatus?: PlatformStatus | string;
|
|
619
|
+
|
|
620
|
+
PlatformCategory?: string;
|
|
621
|
+
|
|
622
|
+
OperatingSystemName?: string;
|
|
623
|
+
|
|
624
|
+
OperatingSystemVersion?: string;
|
|
625
|
+
|
|
626
|
+
SupportedTierList?: string[];
|
|
627
|
+
|
|
628
|
+
SupportedAddonList?: string[];
|
|
629
|
+
|
|
630
|
+
PlatformLifecycleState?: string;
|
|
631
|
+
|
|
632
|
+
PlatformVersion?: string;
|
|
633
|
+
|
|
634
|
+
PlatformBranchName?: string;
|
|
635
|
+
|
|
636
|
+
PlatformBranchLifecycleState?: string;
|
|
637
|
+
}
|
|
638
|
+
export interface CreatePlatformVersionResult {
|
|
639
|
+
PlatformSummary?: PlatformSummary;
|
|
640
|
+
|
|
641
|
+
Builder?: Builder;
|
|
642
|
+
}
|
|
643
|
+
|
|
644
|
+
export declare class TooManyPlatformsException extends __BaseException {
|
|
645
|
+
readonly name: "TooManyPlatformsException";
|
|
646
|
+
readonly $fault: "client";
|
|
647
|
+
|
|
648
|
+
constructor(
|
|
649
|
+
opts: __ExceptionOptionType<TooManyPlatformsException, __BaseException>
|
|
650
|
+
);
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
export interface CreateStorageLocationResultMessage {
|
|
654
|
+
S3Bucket?: string;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
export declare class S3SubscriptionRequiredException extends __BaseException {
|
|
658
|
+
readonly name: "S3SubscriptionRequiredException";
|
|
659
|
+
readonly $fault: "client";
|
|
660
|
+
|
|
661
|
+
constructor(
|
|
662
|
+
opts: __ExceptionOptionType<
|
|
663
|
+
S3SubscriptionRequiredException,
|
|
664
|
+
__BaseException
|
|
665
|
+
>
|
|
666
|
+
);
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
export interface DeleteApplicationMessage {
|
|
670
|
+
ApplicationName: string | undefined;
|
|
671
|
+
|
|
672
|
+
TerminateEnvByForce?: boolean;
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
export declare class OperationInProgressException extends __BaseException {
|
|
676
|
+
readonly name: "OperationInProgressException";
|
|
677
|
+
readonly $fault: "client";
|
|
678
|
+
|
|
679
|
+
constructor(
|
|
680
|
+
opts: __ExceptionOptionType<OperationInProgressException, __BaseException>
|
|
681
|
+
);
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export interface DeleteApplicationVersionMessage {
|
|
685
|
+
ApplicationName: string | undefined;
|
|
686
|
+
|
|
687
|
+
VersionLabel: string | undefined;
|
|
688
|
+
|
|
689
|
+
DeleteSourceBundle?: boolean;
|
|
690
|
+
}
|
|
691
|
+
|
|
692
|
+
export declare class SourceBundleDeletionException extends __BaseException {
|
|
693
|
+
readonly name: "SourceBundleDeletionException";
|
|
694
|
+
readonly $fault: "client";
|
|
695
|
+
|
|
696
|
+
constructor(
|
|
697
|
+
opts: __ExceptionOptionType<SourceBundleDeletionException, __BaseException>
|
|
698
|
+
);
|
|
699
|
+
}
|
|
700
|
+
|
|
701
|
+
export interface DeleteConfigurationTemplateMessage {
|
|
702
|
+
ApplicationName: string | undefined;
|
|
703
|
+
|
|
704
|
+
TemplateName: string | undefined;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
export interface DeleteEnvironmentConfigurationMessage {
|
|
708
|
+
ApplicationName: string | undefined;
|
|
709
|
+
|
|
710
|
+
EnvironmentName: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
export interface DeletePlatformVersionRequest {
|
|
713
|
+
PlatformArn?: string;
|
|
714
|
+
}
|
|
715
|
+
export interface DeletePlatformVersionResult {
|
|
716
|
+
PlatformSummary?: PlatformSummary;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
export declare class PlatformVersionStillReferencedException extends __BaseException {
|
|
720
|
+
readonly name: "PlatformVersionStillReferencedException";
|
|
721
|
+
readonly $fault: "client";
|
|
722
|
+
|
|
723
|
+
constructor(
|
|
724
|
+
opts: __ExceptionOptionType<
|
|
725
|
+
PlatformVersionStillReferencedException,
|
|
726
|
+
__BaseException
|
|
727
|
+
>
|
|
728
|
+
);
|
|
729
|
+
}
|
|
730
|
+
|
|
731
|
+
export interface ResourceQuota {
|
|
732
|
+
Maximum?: number;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
export interface ResourceQuotas {
|
|
736
|
+
ApplicationQuota?: ResourceQuota;
|
|
737
|
+
|
|
738
|
+
ApplicationVersionQuota?: ResourceQuota;
|
|
739
|
+
|
|
740
|
+
EnvironmentQuota?: ResourceQuota;
|
|
741
|
+
|
|
742
|
+
ConfigurationTemplateQuota?: ResourceQuota;
|
|
743
|
+
|
|
744
|
+
CustomPlatformQuota?: ResourceQuota;
|
|
745
|
+
}
|
|
746
|
+
export interface DescribeAccountAttributesResult {
|
|
747
|
+
ResourceQuotas?: ResourceQuotas;
|
|
748
|
+
}
|
|
749
|
+
|
|
750
|
+
export interface DescribeApplicationsMessage {
|
|
751
|
+
ApplicationNames?: string[];
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
export interface DescribeApplicationVersionsMessage {
|
|
755
|
+
ApplicationName?: string;
|
|
756
|
+
|
|
757
|
+
VersionLabels?: string[];
|
|
758
|
+
|
|
759
|
+
MaxRecords?: number;
|
|
760
|
+
|
|
761
|
+
NextToken?: string;
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
export interface OptionRestrictionRegex {
|
|
765
|
+
Pattern?: string;
|
|
766
|
+
|
|
767
|
+
Label?: string;
|
|
768
|
+
}
|
|
769
|
+
export declare type ConfigurationOptionValueType = "List" | "Scalar";
|
|
770
|
+
|
|
771
|
+
export interface ConfigurationOptionDescription {
|
|
772
|
+
Namespace?: string;
|
|
773
|
+
|
|
774
|
+
Name?: string;
|
|
775
|
+
|
|
776
|
+
DefaultValue?: string;
|
|
777
|
+
|
|
778
|
+
ChangeSeverity?: string;
|
|
779
|
+
|
|
780
|
+
UserDefined?: boolean;
|
|
781
|
+
|
|
782
|
+
ValueType?: ConfigurationOptionValueType | string;
|
|
783
|
+
|
|
784
|
+
ValueOptions?: string[];
|
|
785
|
+
|
|
786
|
+
MinValue?: number;
|
|
787
|
+
|
|
788
|
+
MaxValue?: number;
|
|
789
|
+
|
|
790
|
+
MaxLength?: number;
|
|
791
|
+
|
|
792
|
+
Regex?: OptionRestrictionRegex;
|
|
793
|
+
}
|
|
794
|
+
|
|
795
|
+
export interface ConfigurationOptionsDescription {
|
|
796
|
+
SolutionStackName?: string;
|
|
797
|
+
|
|
798
|
+
PlatformArn?: string;
|
|
799
|
+
|
|
800
|
+
Options?: ConfigurationOptionDescription[];
|
|
801
|
+
}
|
|
802
|
+
|
|
803
|
+
export interface DescribeConfigurationOptionsMessage {
|
|
804
|
+
ApplicationName?: string;
|
|
805
|
+
|
|
806
|
+
TemplateName?: string;
|
|
807
|
+
|
|
808
|
+
EnvironmentName?: string;
|
|
809
|
+
|
|
810
|
+
SolutionStackName?: string;
|
|
811
|
+
|
|
812
|
+
PlatformArn?: string;
|
|
813
|
+
|
|
814
|
+
Options?: OptionSpecification[];
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
export interface ConfigurationSettingsDescriptions {
|
|
818
|
+
ConfigurationSettings?: ConfigurationSettingsDescription[];
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
export interface DescribeConfigurationSettingsMessage {
|
|
822
|
+
ApplicationName: string | undefined;
|
|
823
|
+
|
|
824
|
+
TemplateName?: string;
|
|
825
|
+
|
|
826
|
+
EnvironmentName?: string;
|
|
827
|
+
}
|
|
828
|
+
export declare enum EnvironmentHealthAttribute {
|
|
829
|
+
All = "All",
|
|
830
|
+
ApplicationMetrics = "ApplicationMetrics",
|
|
831
|
+
Causes = "Causes",
|
|
832
|
+
Color = "Color",
|
|
833
|
+
HealthStatus = "HealthStatus",
|
|
834
|
+
InstancesHealth = "InstancesHealth",
|
|
835
|
+
RefreshedAt = "RefreshedAt",
|
|
836
|
+
Status = "Status",
|
|
837
|
+
}
|
|
838
|
+
|
|
839
|
+
export interface DescribeEnvironmentHealthRequest {
|
|
840
|
+
EnvironmentName?: string;
|
|
841
|
+
|
|
842
|
+
EnvironmentId?: string;
|
|
843
|
+
|
|
844
|
+
AttributeNames?: (EnvironmentHealthAttribute | string)[];
|
|
845
|
+
}
|
|
846
|
+
|
|
847
|
+
export interface InstanceHealthSummary {
|
|
848
|
+
NoData?: number;
|
|
849
|
+
|
|
850
|
+
Unknown?: number;
|
|
851
|
+
|
|
852
|
+
Pending?: number;
|
|
853
|
+
|
|
854
|
+
Ok?: number;
|
|
855
|
+
|
|
856
|
+
Info?: number;
|
|
857
|
+
|
|
858
|
+
Warning?: number;
|
|
859
|
+
|
|
860
|
+
Degraded?: number;
|
|
861
|
+
|
|
862
|
+
Severe?: number;
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
export interface DescribeEnvironmentHealthResult {
|
|
866
|
+
EnvironmentName?: string;
|
|
867
|
+
|
|
868
|
+
HealthStatus?: string;
|
|
869
|
+
|
|
870
|
+
Status?: EnvironmentHealth | string;
|
|
871
|
+
|
|
872
|
+
Color?: string;
|
|
873
|
+
|
|
874
|
+
Causes?: string[];
|
|
875
|
+
|
|
876
|
+
ApplicationMetrics?: ApplicationMetrics;
|
|
877
|
+
|
|
878
|
+
InstancesHealth?: InstanceHealthSummary;
|
|
879
|
+
|
|
880
|
+
RefreshedAt?: Date;
|
|
881
|
+
}
|
|
882
|
+
|
|
883
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
884
|
+
readonly name: "InvalidRequestException";
|
|
885
|
+
readonly $fault: "client";
|
|
886
|
+
|
|
887
|
+
constructor(
|
|
888
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
889
|
+
);
|
|
890
|
+
}
|
|
891
|
+
|
|
892
|
+
export interface DescribeEnvironmentManagedActionHistoryRequest {
|
|
893
|
+
EnvironmentId?: string;
|
|
894
|
+
|
|
895
|
+
EnvironmentName?: string;
|
|
896
|
+
|
|
897
|
+
NextToken?: string;
|
|
898
|
+
|
|
899
|
+
MaxItems?: number;
|
|
900
|
+
}
|
|
901
|
+
export declare type FailureType =
|
|
902
|
+
| "CancellationFailed"
|
|
903
|
+
| "InternalFailure"
|
|
904
|
+
| "InvalidEnvironmentState"
|
|
905
|
+
| "PermissionsError"
|
|
906
|
+
| "RollbackFailed"
|
|
907
|
+
| "RollbackSuccessful"
|
|
908
|
+
| "UpdateCancelled";
|
|
909
|
+
|
|
910
|
+
export interface ManagedActionHistoryItem {
|
|
911
|
+
ActionId?: string;
|
|
912
|
+
|
|
913
|
+
ActionType?: ActionType | string;
|
|
914
|
+
|
|
915
|
+
ActionDescription?: string;
|
|
916
|
+
|
|
917
|
+
FailureType?: FailureType | string;
|
|
918
|
+
|
|
919
|
+
Status?: ActionHistoryStatus | string;
|
|
920
|
+
|
|
921
|
+
FailureDescription?: string;
|
|
922
|
+
|
|
923
|
+
ExecutedTime?: Date;
|
|
924
|
+
|
|
925
|
+
FinishedTime?: Date;
|
|
926
|
+
}
|
|
927
|
+
|
|
928
|
+
export interface DescribeEnvironmentManagedActionHistoryResult {
|
|
929
|
+
ManagedActionHistoryItems?: ManagedActionHistoryItem[];
|
|
930
|
+
|
|
931
|
+
NextToken?: string;
|
|
932
|
+
}
|
|
933
|
+
|
|
934
|
+
export interface DescribeEnvironmentManagedActionsRequest {
|
|
935
|
+
EnvironmentName?: string;
|
|
936
|
+
|
|
937
|
+
EnvironmentId?: string;
|
|
938
|
+
|
|
939
|
+
Status?: ActionStatus | string;
|
|
940
|
+
}
|
|
941
|
+
|
|
942
|
+
export interface ManagedAction {
|
|
943
|
+
ActionId?: string;
|
|
944
|
+
|
|
945
|
+
ActionDescription?: string;
|
|
946
|
+
|
|
947
|
+
ActionType?: ActionType | string;
|
|
948
|
+
|
|
949
|
+
Status?: ActionStatus | string;
|
|
950
|
+
|
|
951
|
+
WindowStartTime?: Date;
|
|
952
|
+
}
|
|
953
|
+
|
|
954
|
+
export interface DescribeEnvironmentManagedActionsResult {
|
|
955
|
+
ManagedActions?: ManagedAction[];
|
|
956
|
+
}
|
|
957
|
+
|
|
958
|
+
export interface DescribeEnvironmentResourcesMessage {
|
|
959
|
+
EnvironmentId?: string;
|
|
960
|
+
|
|
961
|
+
EnvironmentName?: string;
|
|
962
|
+
}
|
|
963
|
+
|
|
964
|
+
export interface Instance {
|
|
965
|
+
Id?: string;
|
|
966
|
+
}
|
|
967
|
+
|
|
968
|
+
export interface LaunchConfiguration {
|
|
969
|
+
Name?: string;
|
|
970
|
+
}
|
|
971
|
+
|
|
972
|
+
export interface LaunchTemplate {
|
|
973
|
+
Id?: string;
|
|
974
|
+
}
|
|
975
|
+
|
|
976
|
+
export interface LoadBalancer {
|
|
977
|
+
Name?: string;
|
|
978
|
+
}
|
|
979
|
+
|
|
980
|
+
export interface Queue {
|
|
981
|
+
Name?: string;
|
|
982
|
+
|
|
983
|
+
URL?: string;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
export interface Trigger {
|
|
987
|
+
Name?: string;
|
|
988
|
+
}
|
|
989
|
+
|
|
990
|
+
export interface EnvironmentResourceDescription {
|
|
991
|
+
EnvironmentName?: string;
|
|
992
|
+
|
|
993
|
+
AutoScalingGroups?: AutoScalingGroup[];
|
|
994
|
+
|
|
995
|
+
Instances?: Instance[];
|
|
996
|
+
|
|
997
|
+
LaunchConfigurations?: LaunchConfiguration[];
|
|
998
|
+
|
|
999
|
+
LaunchTemplates?: LaunchTemplate[];
|
|
1000
|
+
|
|
1001
|
+
LoadBalancers?: LoadBalancer[];
|
|
1002
|
+
|
|
1003
|
+
Triggers?: Trigger[];
|
|
1004
|
+
|
|
1005
|
+
Queues?: Queue[];
|
|
1006
|
+
}
|
|
1007
|
+
|
|
1008
|
+
export interface EnvironmentResourceDescriptionsMessage {
|
|
1009
|
+
EnvironmentResources?: EnvironmentResourceDescription;
|
|
1010
|
+
}
|
|
1011
|
+
|
|
1012
|
+
export interface DescribeEnvironmentsMessage {
|
|
1013
|
+
ApplicationName?: string;
|
|
1014
|
+
|
|
1015
|
+
VersionLabel?: string;
|
|
1016
|
+
|
|
1017
|
+
EnvironmentIds?: string[];
|
|
1018
|
+
|
|
1019
|
+
EnvironmentNames?: string[];
|
|
1020
|
+
|
|
1021
|
+
IncludeDeleted?: boolean;
|
|
1022
|
+
|
|
1023
|
+
IncludedDeletedBackTo?: Date;
|
|
1024
|
+
|
|
1025
|
+
MaxRecords?: number;
|
|
1026
|
+
|
|
1027
|
+
NextToken?: string;
|
|
1028
|
+
}
|
|
1029
|
+
export declare type EventSeverity =
|
|
1030
|
+
| "DEBUG"
|
|
1031
|
+
| "ERROR"
|
|
1032
|
+
| "FATAL"
|
|
1033
|
+
| "INFO"
|
|
1034
|
+
| "TRACE"
|
|
1035
|
+
| "WARN";
|
|
1036
|
+
|
|
1037
|
+
export interface DescribeEventsMessage {
|
|
1038
|
+
ApplicationName?: string;
|
|
1039
|
+
|
|
1040
|
+
VersionLabel?: string;
|
|
1041
|
+
|
|
1042
|
+
TemplateName?: string;
|
|
1043
|
+
|
|
1044
|
+
EnvironmentId?: string;
|
|
1045
|
+
|
|
1046
|
+
EnvironmentName?: string;
|
|
1047
|
+
|
|
1048
|
+
PlatformArn?: string;
|
|
1049
|
+
|
|
1050
|
+
RequestId?: string;
|
|
1051
|
+
|
|
1052
|
+
Severity?: EventSeverity | string;
|
|
1053
|
+
|
|
1054
|
+
StartTime?: Date;
|
|
1055
|
+
|
|
1056
|
+
EndTime?: Date;
|
|
1057
|
+
|
|
1058
|
+
MaxRecords?: number;
|
|
1059
|
+
|
|
1060
|
+
NextToken?: string;
|
|
1061
|
+
}
|
|
1062
|
+
|
|
1063
|
+
export interface EventDescription {
|
|
1064
|
+
EventDate?: Date;
|
|
1065
|
+
|
|
1066
|
+
Message?: string;
|
|
1067
|
+
|
|
1068
|
+
ApplicationName?: string;
|
|
1069
|
+
|
|
1070
|
+
VersionLabel?: string;
|
|
1071
|
+
|
|
1072
|
+
TemplateName?: string;
|
|
1073
|
+
|
|
1074
|
+
EnvironmentName?: string;
|
|
1075
|
+
|
|
1076
|
+
PlatformArn?: string;
|
|
1077
|
+
|
|
1078
|
+
RequestId?: string;
|
|
1079
|
+
|
|
1080
|
+
Severity?: EventSeverity | string;
|
|
1081
|
+
}
|
|
1082
|
+
|
|
1083
|
+
export interface EventDescriptionsMessage {
|
|
1084
|
+
Events?: EventDescription[];
|
|
1085
|
+
|
|
1086
|
+
NextToken?: string;
|
|
1087
|
+
}
|
|
1088
|
+
export declare enum InstancesHealthAttribute {
|
|
1089
|
+
All = "All",
|
|
1090
|
+
ApplicationMetrics = "ApplicationMetrics",
|
|
1091
|
+
AvailabilityZone = "AvailabilityZone",
|
|
1092
|
+
Causes = "Causes",
|
|
1093
|
+
Color = "Color",
|
|
1094
|
+
Deployment = "Deployment",
|
|
1095
|
+
HealthStatus = "HealthStatus",
|
|
1096
|
+
InstanceType = "InstanceType",
|
|
1097
|
+
LaunchedAt = "LaunchedAt",
|
|
1098
|
+
RefreshedAt = "RefreshedAt",
|
|
1099
|
+
System = "System",
|
|
1100
|
+
}
|
|
1101
|
+
|
|
1102
|
+
export interface DescribeInstancesHealthRequest {
|
|
1103
|
+
EnvironmentName?: string;
|
|
1104
|
+
|
|
1105
|
+
EnvironmentId?: string;
|
|
1106
|
+
|
|
1107
|
+
AttributeNames?: (InstancesHealthAttribute | string)[];
|
|
1108
|
+
|
|
1109
|
+
NextToken?: string;
|
|
1110
|
+
}
|
|
1111
|
+
|
|
1112
|
+
export interface Deployment {
|
|
1113
|
+
VersionLabel?: string;
|
|
1114
|
+
|
|
1115
|
+
DeploymentId?: number;
|
|
1116
|
+
|
|
1117
|
+
Status?: string;
|
|
1118
|
+
|
|
1119
|
+
DeploymentTime?: Date;
|
|
1120
|
+
}
|
|
1121
|
+
|
|
1122
|
+
export interface CPUUtilization {
|
|
1123
|
+
User?: number;
|
|
1124
|
+
|
|
1125
|
+
Nice?: number;
|
|
1126
|
+
|
|
1127
|
+
System?: number;
|
|
1128
|
+
|
|
1129
|
+
Idle?: number;
|
|
1130
|
+
|
|
1131
|
+
IOWait?: number;
|
|
1132
|
+
|
|
1133
|
+
IRQ?: number;
|
|
1134
|
+
|
|
1135
|
+
SoftIRQ?: number;
|
|
1136
|
+
|
|
1137
|
+
Privileged?: number;
|
|
1138
|
+
}
|
|
1139
|
+
|
|
1140
|
+
export interface SystemStatus {
|
|
1141
|
+
CPUUtilization?: CPUUtilization;
|
|
1142
|
+
|
|
1143
|
+
LoadAverage?: number[];
|
|
1144
|
+
}
|
|
1145
|
+
|
|
1146
|
+
export interface SingleInstanceHealth {
|
|
1147
|
+
InstanceId?: string;
|
|
1148
|
+
|
|
1149
|
+
HealthStatus?: string;
|
|
1150
|
+
|
|
1151
|
+
Color?: string;
|
|
1152
|
+
|
|
1153
|
+
Causes?: string[];
|
|
1154
|
+
|
|
1155
|
+
LaunchedAt?: Date;
|
|
1156
|
+
|
|
1157
|
+
ApplicationMetrics?: ApplicationMetrics;
|
|
1158
|
+
|
|
1159
|
+
System?: SystemStatus;
|
|
1160
|
+
|
|
1161
|
+
Deployment?: Deployment;
|
|
1162
|
+
|
|
1163
|
+
AvailabilityZone?: string;
|
|
1164
|
+
|
|
1165
|
+
InstanceType?: string;
|
|
1166
|
+
}
|
|
1167
|
+
|
|
1168
|
+
export interface DescribeInstancesHealthResult {
|
|
1169
|
+
InstanceHealthList?: SingleInstanceHealth[];
|
|
1170
|
+
|
|
1171
|
+
RefreshedAt?: Date;
|
|
1172
|
+
|
|
1173
|
+
NextToken?: string;
|
|
1174
|
+
}
|
|
1175
|
+
export interface DescribePlatformVersionRequest {
|
|
1176
|
+
PlatformArn?: string;
|
|
1177
|
+
}
|
|
1178
|
+
|
|
1179
|
+
export interface CustomAmi {
|
|
1180
|
+
VirtualizationType?: string;
|
|
1181
|
+
|
|
1182
|
+
ImageId?: string;
|
|
1183
|
+
}
|
|
1184
|
+
|
|
1185
|
+
export interface PlatformFramework {
|
|
1186
|
+
Name?: string;
|
|
1187
|
+
|
|
1188
|
+
Version?: string;
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
export interface PlatformProgrammingLanguage {
|
|
1192
|
+
Name?: string;
|
|
1193
|
+
|
|
1194
|
+
Version?: string;
|
|
1195
|
+
}
|
|
1196
|
+
|
|
1197
|
+
export interface PlatformDescription {
|
|
1198
|
+
PlatformArn?: string;
|
|
1199
|
+
|
|
1200
|
+
PlatformOwner?: string;
|
|
1201
|
+
|
|
1202
|
+
PlatformName?: string;
|
|
1203
|
+
|
|
1204
|
+
PlatformVersion?: string;
|
|
1205
|
+
|
|
1206
|
+
SolutionStackName?: string;
|
|
1207
|
+
|
|
1208
|
+
PlatformStatus?: PlatformStatus | string;
|
|
1209
|
+
|
|
1210
|
+
DateCreated?: Date;
|
|
1211
|
+
|
|
1212
|
+
DateUpdated?: Date;
|
|
1213
|
+
|
|
1214
|
+
PlatformCategory?: string;
|
|
1215
|
+
|
|
1216
|
+
Description?: string;
|
|
1217
|
+
|
|
1218
|
+
Maintainer?: string;
|
|
1219
|
+
|
|
1220
|
+
OperatingSystemName?: string;
|
|
1221
|
+
|
|
1222
|
+
OperatingSystemVersion?: string;
|
|
1223
|
+
|
|
1224
|
+
ProgrammingLanguages?: PlatformProgrammingLanguage[];
|
|
1225
|
+
|
|
1226
|
+
Frameworks?: PlatformFramework[];
|
|
1227
|
+
|
|
1228
|
+
CustomAmiList?: CustomAmi[];
|
|
1229
|
+
|
|
1230
|
+
SupportedTierList?: string[];
|
|
1231
|
+
|
|
1232
|
+
SupportedAddonList?: string[];
|
|
1233
|
+
|
|
1234
|
+
PlatformLifecycleState?: string;
|
|
1235
|
+
|
|
1236
|
+
PlatformBranchName?: string;
|
|
1237
|
+
|
|
1238
|
+
PlatformBranchLifecycleState?: string;
|
|
1239
|
+
}
|
|
1240
|
+
export interface DescribePlatformVersionResult {
|
|
1241
|
+
PlatformDescription?: PlatformDescription;
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
export interface DisassociateEnvironmentOperationsRoleMessage {
|
|
1245
|
+
EnvironmentName: string | undefined;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface ListAvailableSolutionStacksResultMessage {
|
|
1249
|
+
SolutionStacks?: string[];
|
|
1250
|
+
|
|
1251
|
+
SolutionStackDetails?: SolutionStackDescription[];
|
|
1252
|
+
}
|
|
1253
|
+
|
|
1254
|
+
export interface SearchFilter {
|
|
1255
|
+
Attribute?: string;
|
|
1256
|
+
|
|
1257
|
+
Operator?: string;
|
|
1258
|
+
|
|
1259
|
+
Values?: string[];
|
|
1260
|
+
}
|
|
1261
|
+
export interface ListPlatformBranchesRequest {
|
|
1262
|
+
Filters?: SearchFilter[];
|
|
1263
|
+
|
|
1264
|
+
MaxRecords?: number;
|
|
1265
|
+
|
|
1266
|
+
NextToken?: string;
|
|
1267
|
+
}
|
|
1268
|
+
|
|
1269
|
+
export interface PlatformBranchSummary {
|
|
1270
|
+
PlatformName?: string;
|
|
1271
|
+
|
|
1272
|
+
BranchName?: string;
|
|
1273
|
+
|
|
1274
|
+
LifecycleState?: string;
|
|
1275
|
+
|
|
1276
|
+
BranchOrder?: number;
|
|
1277
|
+
|
|
1278
|
+
SupportedTierList?: string[];
|
|
1279
|
+
}
|
|
1280
|
+
export interface ListPlatformBranchesResult {
|
|
1281
|
+
PlatformBranchSummaryList?: PlatformBranchSummary[];
|
|
1282
|
+
|
|
1283
|
+
NextToken?: string;
|
|
1284
|
+
}
|
|
1285
|
+
|
|
1286
|
+
export interface PlatformFilter {
|
|
1287
|
+
Type?: string;
|
|
1288
|
+
|
|
1289
|
+
Operator?: string;
|
|
1290
|
+
|
|
1291
|
+
Values?: string[];
|
|
1292
|
+
}
|
|
1293
|
+
export interface ListPlatformVersionsRequest {
|
|
1294
|
+
Filters?: PlatformFilter[];
|
|
1295
|
+
|
|
1296
|
+
MaxRecords?: number;
|
|
1297
|
+
|
|
1298
|
+
NextToken?: string;
|
|
1299
|
+
}
|
|
1300
|
+
export interface ListPlatformVersionsResult {
|
|
1301
|
+
PlatformSummaryList?: PlatformSummary[];
|
|
1302
|
+
|
|
1303
|
+
NextToken?: string;
|
|
1304
|
+
}
|
|
1305
|
+
export interface ListTagsForResourceMessage {
|
|
1306
|
+
ResourceArn: string | undefined;
|
|
1307
|
+
}
|
|
1308
|
+
|
|
1309
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
1310
|
+
readonly name: "ResourceNotFoundException";
|
|
1311
|
+
readonly $fault: "client";
|
|
1312
|
+
|
|
1313
|
+
constructor(
|
|
1314
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
1315
|
+
);
|
|
1316
|
+
}
|
|
1317
|
+
export interface ResourceTagsDescriptionMessage {
|
|
1318
|
+
ResourceArn?: string;
|
|
1319
|
+
|
|
1320
|
+
ResourceTags?: Tag[];
|
|
1321
|
+
}
|
|
1322
|
+
|
|
1323
|
+
export declare class ResourceTypeNotSupportedException extends __BaseException {
|
|
1324
|
+
readonly name: "ResourceTypeNotSupportedException";
|
|
1325
|
+
readonly $fault: "client";
|
|
1326
|
+
|
|
1327
|
+
constructor(
|
|
1328
|
+
opts: __ExceptionOptionType<
|
|
1329
|
+
ResourceTypeNotSupportedException,
|
|
1330
|
+
__BaseException
|
|
1331
|
+
>
|
|
1332
|
+
);
|
|
1333
|
+
}
|
|
1334
|
+
|
|
1335
|
+
export interface RebuildEnvironmentMessage {
|
|
1336
|
+
EnvironmentId?: string;
|
|
1337
|
+
|
|
1338
|
+
EnvironmentName?: string;
|
|
1339
|
+
}
|
|
1340
|
+
export declare type EnvironmentInfoType = "bundle" | "tail";
|
|
1341
|
+
|
|
1342
|
+
export interface RequestEnvironmentInfoMessage {
|
|
1343
|
+
EnvironmentId?: string;
|
|
1344
|
+
|
|
1345
|
+
EnvironmentName?: string;
|
|
1346
|
+
|
|
1347
|
+
InfoType: EnvironmentInfoType | string | undefined;
|
|
1348
|
+
}
|
|
1349
|
+
|
|
1350
|
+
export interface RestartAppServerMessage {
|
|
1351
|
+
EnvironmentId?: string;
|
|
1352
|
+
|
|
1353
|
+
EnvironmentName?: string;
|
|
1354
|
+
}
|
|
1355
|
+
|
|
1356
|
+
export interface RetrieveEnvironmentInfoMessage {
|
|
1357
|
+
EnvironmentId?: string;
|
|
1358
|
+
|
|
1359
|
+
EnvironmentName?: string;
|
|
1360
|
+
|
|
1361
|
+
InfoType: EnvironmentInfoType | string | undefined;
|
|
1362
|
+
}
|
|
1363
|
+
|
|
1364
|
+
export interface EnvironmentInfoDescription {
|
|
1365
|
+
InfoType?: EnvironmentInfoType | string;
|
|
1366
|
+
|
|
1367
|
+
Ec2InstanceId?: string;
|
|
1368
|
+
|
|
1369
|
+
SampleTimestamp?: Date;
|
|
1370
|
+
|
|
1371
|
+
Message?: string;
|
|
1372
|
+
}
|
|
1373
|
+
|
|
1374
|
+
export interface RetrieveEnvironmentInfoResultMessage {
|
|
1375
|
+
EnvironmentInfo?: EnvironmentInfoDescription[];
|
|
1376
|
+
}
|
|
1377
|
+
|
|
1378
|
+
export interface SwapEnvironmentCNAMEsMessage {
|
|
1379
|
+
SourceEnvironmentId?: string;
|
|
1380
|
+
|
|
1381
|
+
SourceEnvironmentName?: string;
|
|
1382
|
+
|
|
1383
|
+
DestinationEnvironmentId?: string;
|
|
1384
|
+
|
|
1385
|
+
DestinationEnvironmentName?: string;
|
|
1386
|
+
}
|
|
1387
|
+
|
|
1388
|
+
export interface TerminateEnvironmentMessage {
|
|
1389
|
+
EnvironmentId?: string;
|
|
1390
|
+
|
|
1391
|
+
EnvironmentName?: string;
|
|
1392
|
+
|
|
1393
|
+
TerminateResources?: boolean;
|
|
1394
|
+
|
|
1395
|
+
ForceTerminate?: boolean;
|
|
1396
|
+
}
|
|
1397
|
+
|
|
1398
|
+
export interface UpdateApplicationMessage {
|
|
1399
|
+
ApplicationName: string | undefined;
|
|
1400
|
+
|
|
1401
|
+
Description?: string;
|
|
1402
|
+
}
|
|
1403
|
+
export interface UpdateApplicationResourceLifecycleMessage {
|
|
1404
|
+
ApplicationName: string | undefined;
|
|
1405
|
+
|
|
1406
|
+
ResourceLifecycleConfig: ApplicationResourceLifecycleConfig | undefined;
|
|
1407
|
+
}
|
|
1408
|
+
|
|
1409
|
+
export interface UpdateApplicationVersionMessage {
|
|
1410
|
+
ApplicationName: string | undefined;
|
|
1411
|
+
|
|
1412
|
+
VersionLabel: string | undefined;
|
|
1413
|
+
|
|
1414
|
+
Description?: string;
|
|
1415
|
+
}
|
|
1416
|
+
|
|
1417
|
+
export interface UpdateConfigurationTemplateMessage {
|
|
1418
|
+
ApplicationName: string | undefined;
|
|
1419
|
+
|
|
1420
|
+
TemplateName: string | undefined;
|
|
1421
|
+
|
|
1422
|
+
Description?: string;
|
|
1423
|
+
|
|
1424
|
+
OptionSettings?: ConfigurationOptionSetting[];
|
|
1425
|
+
|
|
1426
|
+
OptionsToRemove?: OptionSpecification[];
|
|
1427
|
+
}
|
|
1428
|
+
|
|
1429
|
+
export interface UpdateEnvironmentMessage {
|
|
1430
|
+
ApplicationName?: string;
|
|
1431
|
+
|
|
1432
|
+
EnvironmentId?: string;
|
|
1433
|
+
|
|
1434
|
+
EnvironmentName?: string;
|
|
1435
|
+
|
|
1436
|
+
GroupName?: string;
|
|
1437
|
+
|
|
1438
|
+
Description?: string;
|
|
1439
|
+
|
|
1440
|
+
Tier?: EnvironmentTier;
|
|
1441
|
+
|
|
1442
|
+
VersionLabel?: string;
|
|
1443
|
+
|
|
1444
|
+
TemplateName?: string;
|
|
1445
|
+
|
|
1446
|
+
SolutionStackName?: string;
|
|
1447
|
+
|
|
1448
|
+
PlatformArn?: string;
|
|
1449
|
+
|
|
1450
|
+
OptionSettings?: ConfigurationOptionSetting[];
|
|
1451
|
+
|
|
1452
|
+
OptionsToRemove?: OptionSpecification[];
|
|
1453
|
+
}
|
|
1454
|
+
|
|
1455
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
1456
|
+
readonly name: "TooManyTagsException";
|
|
1457
|
+
readonly $fault: "client";
|
|
1458
|
+
|
|
1459
|
+
constructor(
|
|
1460
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
1461
|
+
);
|
|
1462
|
+
}
|
|
1463
|
+
export interface UpdateTagsForResourceMessage {
|
|
1464
|
+
ResourceArn: string | undefined;
|
|
1465
|
+
|
|
1466
|
+
TagsToAdd?: Tag[];
|
|
1467
|
+
|
|
1468
|
+
TagsToRemove?: string[];
|
|
1469
|
+
}
|
|
1470
|
+
export declare type ValidationSeverity = "error" | "warning";
|
|
1471
|
+
|
|
1472
|
+
export interface ValidationMessage {
|
|
1473
|
+
Message?: string;
|
|
1474
|
+
|
|
1475
|
+
Severity?: ValidationSeverity | string;
|
|
1476
|
+
|
|
1477
|
+
Namespace?: string;
|
|
1478
|
+
|
|
1479
|
+
OptionName?: string;
|
|
1480
|
+
}
|
|
1481
|
+
|
|
1482
|
+
export interface ConfigurationSettingsValidationMessages {
|
|
1483
|
+
Messages?: ValidationMessage[];
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
export interface ValidateConfigurationSettingsMessage {
|
|
1487
|
+
ApplicationName: string | undefined;
|
|
1488
|
+
|
|
1489
|
+
TemplateName?: string;
|
|
1490
|
+
|
|
1491
|
+
EnvironmentName?: string;
|
|
1492
|
+
|
|
1493
|
+
OptionSettings: ConfigurationOptionSetting[] | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
export declare const AbortEnvironmentUpdateMessageFilterSensitiveLog: (
|
|
1497
|
+
obj: AbortEnvironmentUpdateMessage
|
|
1498
|
+
) => any;
|
|
1499
|
+
|
|
1500
|
+
export declare const MaxAgeRuleFilterSensitiveLog: (obj: MaxAgeRule) => any;
|
|
1501
|
+
|
|
1502
|
+
export declare const MaxCountRuleFilterSensitiveLog: (obj: MaxCountRule) => any;
|
|
1503
|
+
|
|
1504
|
+
export declare const ApplicationVersionLifecycleConfigFilterSensitiveLog: (
|
|
1505
|
+
obj: ApplicationVersionLifecycleConfig
|
|
1506
|
+
) => any;
|
|
1507
|
+
|
|
1508
|
+
export declare const ApplicationResourceLifecycleConfigFilterSensitiveLog: (
|
|
1509
|
+
obj: ApplicationResourceLifecycleConfig
|
|
1510
|
+
) => any;
|
|
1511
|
+
|
|
1512
|
+
export declare const ApplicationDescriptionFilterSensitiveLog: (
|
|
1513
|
+
obj: ApplicationDescription
|
|
1514
|
+
) => any;
|
|
1515
|
+
|
|
1516
|
+
export declare const ApplicationDescriptionMessageFilterSensitiveLog: (
|
|
1517
|
+
obj: ApplicationDescriptionMessage
|
|
1518
|
+
) => any;
|
|
1519
|
+
|
|
1520
|
+
export declare const ApplicationDescriptionsMessageFilterSensitiveLog: (
|
|
1521
|
+
obj: ApplicationDescriptionsMessage
|
|
1522
|
+
) => any;
|
|
1523
|
+
|
|
1524
|
+
export declare const LatencyFilterSensitiveLog: (obj: Latency) => any;
|
|
1525
|
+
|
|
1526
|
+
export declare const StatusCodesFilterSensitiveLog: (obj: StatusCodes) => any;
|
|
1527
|
+
|
|
1528
|
+
export declare const ApplicationMetricsFilterSensitiveLog: (
|
|
1529
|
+
obj: ApplicationMetrics
|
|
1530
|
+
) => any;
|
|
1531
|
+
|
|
1532
|
+
export declare const ApplicationResourceLifecycleDescriptionMessageFilterSensitiveLog: (
|
|
1533
|
+
obj: ApplicationResourceLifecycleDescriptionMessage
|
|
1534
|
+
) => any;
|
|
1535
|
+
|
|
1536
|
+
export declare const SourceBuildInformationFilterSensitiveLog: (
|
|
1537
|
+
obj: SourceBuildInformation
|
|
1538
|
+
) => any;
|
|
1539
|
+
|
|
1540
|
+
export declare const S3LocationFilterSensitiveLog: (obj: S3Location) => any;
|
|
1541
|
+
|
|
1542
|
+
export declare const ApplicationVersionDescriptionFilterSensitiveLog: (
|
|
1543
|
+
obj: ApplicationVersionDescription
|
|
1544
|
+
) => any;
|
|
1545
|
+
|
|
1546
|
+
export declare const ApplicationVersionDescriptionMessageFilterSensitiveLog: (
|
|
1547
|
+
obj: ApplicationVersionDescriptionMessage
|
|
1548
|
+
) => any;
|
|
1549
|
+
|
|
1550
|
+
export declare const ApplicationVersionDescriptionsMessageFilterSensitiveLog: (
|
|
1551
|
+
obj: ApplicationVersionDescriptionsMessage
|
|
1552
|
+
) => any;
|
|
1553
|
+
|
|
1554
|
+
export declare const ApplyEnvironmentManagedActionRequestFilterSensitiveLog: (
|
|
1555
|
+
obj: ApplyEnvironmentManagedActionRequest
|
|
1556
|
+
) => any;
|
|
1557
|
+
|
|
1558
|
+
export declare const ApplyEnvironmentManagedActionResultFilterSensitiveLog: (
|
|
1559
|
+
obj: ApplyEnvironmentManagedActionResult
|
|
1560
|
+
) => any;
|
|
1561
|
+
|
|
1562
|
+
export declare const AssociateEnvironmentOperationsRoleMessageFilterSensitiveLog: (
|
|
1563
|
+
obj: AssociateEnvironmentOperationsRoleMessage
|
|
1564
|
+
) => any;
|
|
1565
|
+
|
|
1566
|
+
export declare const AutoScalingGroupFilterSensitiveLog: (
|
|
1567
|
+
obj: AutoScalingGroup
|
|
1568
|
+
) => any;
|
|
1569
|
+
|
|
1570
|
+
export declare const SolutionStackDescriptionFilterSensitiveLog: (
|
|
1571
|
+
obj: SolutionStackDescription
|
|
1572
|
+
) => any;
|
|
1573
|
+
|
|
1574
|
+
export declare const CheckDNSAvailabilityMessageFilterSensitiveLog: (
|
|
1575
|
+
obj: CheckDNSAvailabilityMessage
|
|
1576
|
+
) => any;
|
|
1577
|
+
|
|
1578
|
+
export declare const CheckDNSAvailabilityResultMessageFilterSensitiveLog: (
|
|
1579
|
+
obj: CheckDNSAvailabilityResultMessage
|
|
1580
|
+
) => any;
|
|
1581
|
+
|
|
1582
|
+
export declare const ComposeEnvironmentsMessageFilterSensitiveLog: (
|
|
1583
|
+
obj: ComposeEnvironmentsMessage
|
|
1584
|
+
) => any;
|
|
1585
|
+
|
|
1586
|
+
export declare const EnvironmentLinkFilterSensitiveLog: (
|
|
1587
|
+
obj: EnvironmentLink
|
|
1588
|
+
) => any;
|
|
1589
|
+
|
|
1590
|
+
export declare const ListenerFilterSensitiveLog: (obj: Listener) => any;
|
|
1591
|
+
|
|
1592
|
+
export declare const LoadBalancerDescriptionFilterSensitiveLog: (
|
|
1593
|
+
obj: LoadBalancerDescription
|
|
1594
|
+
) => any;
|
|
1595
|
+
|
|
1596
|
+
export declare const EnvironmentResourcesDescriptionFilterSensitiveLog: (
|
|
1597
|
+
obj: EnvironmentResourcesDescription
|
|
1598
|
+
) => any;
|
|
1599
|
+
|
|
1600
|
+
export declare const EnvironmentTierFilterSensitiveLog: (
|
|
1601
|
+
obj: EnvironmentTier
|
|
1602
|
+
) => any;
|
|
1603
|
+
|
|
1604
|
+
export declare const EnvironmentDescriptionFilterSensitiveLog: (
|
|
1605
|
+
obj: EnvironmentDescription
|
|
1606
|
+
) => any;
|
|
1607
|
+
|
|
1608
|
+
export declare const EnvironmentDescriptionsMessageFilterSensitiveLog: (
|
|
1609
|
+
obj: EnvironmentDescriptionsMessage
|
|
1610
|
+
) => any;
|
|
1611
|
+
|
|
1612
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1613
|
+
|
|
1614
|
+
export declare const CreateApplicationMessageFilterSensitiveLog: (
|
|
1615
|
+
obj: CreateApplicationMessage
|
|
1616
|
+
) => any;
|
|
1617
|
+
|
|
1618
|
+
export declare const BuildConfigurationFilterSensitiveLog: (
|
|
1619
|
+
obj: BuildConfiguration
|
|
1620
|
+
) => any;
|
|
1621
|
+
|
|
1622
|
+
export declare const CreateApplicationVersionMessageFilterSensitiveLog: (
|
|
1623
|
+
obj: CreateApplicationVersionMessage
|
|
1624
|
+
) => any;
|
|
1625
|
+
|
|
1626
|
+
export declare const ConfigurationOptionSettingFilterSensitiveLog: (
|
|
1627
|
+
obj: ConfigurationOptionSetting
|
|
1628
|
+
) => any;
|
|
1629
|
+
|
|
1630
|
+
export declare const ConfigurationSettingsDescriptionFilterSensitiveLog: (
|
|
1631
|
+
obj: ConfigurationSettingsDescription
|
|
1632
|
+
) => any;
|
|
1633
|
+
|
|
1634
|
+
export declare const SourceConfigurationFilterSensitiveLog: (
|
|
1635
|
+
obj: SourceConfiguration
|
|
1636
|
+
) => any;
|
|
1637
|
+
|
|
1638
|
+
export declare const CreateConfigurationTemplateMessageFilterSensitiveLog: (
|
|
1639
|
+
obj: CreateConfigurationTemplateMessage
|
|
1640
|
+
) => any;
|
|
1641
|
+
|
|
1642
|
+
export declare const OptionSpecificationFilterSensitiveLog: (
|
|
1643
|
+
obj: OptionSpecification
|
|
1644
|
+
) => any;
|
|
1645
|
+
|
|
1646
|
+
export declare const CreateEnvironmentMessageFilterSensitiveLog: (
|
|
1647
|
+
obj: CreateEnvironmentMessage
|
|
1648
|
+
) => any;
|
|
1649
|
+
|
|
1650
|
+
export declare const CreatePlatformVersionRequestFilterSensitiveLog: (
|
|
1651
|
+
obj: CreatePlatformVersionRequest
|
|
1652
|
+
) => any;
|
|
1653
|
+
|
|
1654
|
+
export declare const BuilderFilterSensitiveLog: (obj: Builder) => any;
|
|
1655
|
+
|
|
1656
|
+
export declare const PlatformSummaryFilterSensitiveLog: (
|
|
1657
|
+
obj: PlatformSummary
|
|
1658
|
+
) => any;
|
|
1659
|
+
|
|
1660
|
+
export declare const CreatePlatformVersionResultFilterSensitiveLog: (
|
|
1661
|
+
obj: CreatePlatformVersionResult
|
|
1662
|
+
) => any;
|
|
1663
|
+
|
|
1664
|
+
export declare const CreateStorageLocationResultMessageFilterSensitiveLog: (
|
|
1665
|
+
obj: CreateStorageLocationResultMessage
|
|
1666
|
+
) => any;
|
|
1667
|
+
|
|
1668
|
+
export declare const DeleteApplicationMessageFilterSensitiveLog: (
|
|
1669
|
+
obj: DeleteApplicationMessage
|
|
1670
|
+
) => any;
|
|
1671
|
+
|
|
1672
|
+
export declare const DeleteApplicationVersionMessageFilterSensitiveLog: (
|
|
1673
|
+
obj: DeleteApplicationVersionMessage
|
|
1674
|
+
) => any;
|
|
1675
|
+
|
|
1676
|
+
export declare const DeleteConfigurationTemplateMessageFilterSensitiveLog: (
|
|
1677
|
+
obj: DeleteConfigurationTemplateMessage
|
|
1678
|
+
) => any;
|
|
1679
|
+
|
|
1680
|
+
export declare const DeleteEnvironmentConfigurationMessageFilterSensitiveLog: (
|
|
1681
|
+
obj: DeleteEnvironmentConfigurationMessage
|
|
1682
|
+
) => any;
|
|
1683
|
+
|
|
1684
|
+
export declare const DeletePlatformVersionRequestFilterSensitiveLog: (
|
|
1685
|
+
obj: DeletePlatformVersionRequest
|
|
1686
|
+
) => any;
|
|
1687
|
+
|
|
1688
|
+
export declare const DeletePlatformVersionResultFilterSensitiveLog: (
|
|
1689
|
+
obj: DeletePlatformVersionResult
|
|
1690
|
+
) => any;
|
|
1691
|
+
|
|
1692
|
+
export declare const ResourceQuotaFilterSensitiveLog: (
|
|
1693
|
+
obj: ResourceQuota
|
|
1694
|
+
) => any;
|
|
1695
|
+
|
|
1696
|
+
export declare const ResourceQuotasFilterSensitiveLog: (
|
|
1697
|
+
obj: ResourceQuotas
|
|
1698
|
+
) => any;
|
|
1699
|
+
|
|
1700
|
+
export declare const DescribeAccountAttributesResultFilterSensitiveLog: (
|
|
1701
|
+
obj: DescribeAccountAttributesResult
|
|
1702
|
+
) => any;
|
|
1703
|
+
|
|
1704
|
+
export declare const DescribeApplicationsMessageFilterSensitiveLog: (
|
|
1705
|
+
obj: DescribeApplicationsMessage
|
|
1706
|
+
) => any;
|
|
1707
|
+
|
|
1708
|
+
export declare const DescribeApplicationVersionsMessageFilterSensitiveLog: (
|
|
1709
|
+
obj: DescribeApplicationVersionsMessage
|
|
1710
|
+
) => any;
|
|
1711
|
+
|
|
1712
|
+
export declare const OptionRestrictionRegexFilterSensitiveLog: (
|
|
1713
|
+
obj: OptionRestrictionRegex
|
|
1714
|
+
) => any;
|
|
1715
|
+
|
|
1716
|
+
export declare const ConfigurationOptionDescriptionFilterSensitiveLog: (
|
|
1717
|
+
obj: ConfigurationOptionDescription
|
|
1718
|
+
) => any;
|
|
1719
|
+
|
|
1720
|
+
export declare const ConfigurationOptionsDescriptionFilterSensitiveLog: (
|
|
1721
|
+
obj: ConfigurationOptionsDescription
|
|
1722
|
+
) => any;
|
|
1723
|
+
|
|
1724
|
+
export declare const DescribeConfigurationOptionsMessageFilterSensitiveLog: (
|
|
1725
|
+
obj: DescribeConfigurationOptionsMessage
|
|
1726
|
+
) => any;
|
|
1727
|
+
|
|
1728
|
+
export declare const ConfigurationSettingsDescriptionsFilterSensitiveLog: (
|
|
1729
|
+
obj: ConfigurationSettingsDescriptions
|
|
1730
|
+
) => any;
|
|
1731
|
+
|
|
1732
|
+
export declare const DescribeConfigurationSettingsMessageFilterSensitiveLog: (
|
|
1733
|
+
obj: DescribeConfigurationSettingsMessage
|
|
1734
|
+
) => any;
|
|
1735
|
+
|
|
1736
|
+
export declare const DescribeEnvironmentHealthRequestFilterSensitiveLog: (
|
|
1737
|
+
obj: DescribeEnvironmentHealthRequest
|
|
1738
|
+
) => any;
|
|
1739
|
+
|
|
1740
|
+
export declare const InstanceHealthSummaryFilterSensitiveLog: (
|
|
1741
|
+
obj: InstanceHealthSummary
|
|
1742
|
+
) => any;
|
|
1743
|
+
|
|
1744
|
+
export declare const DescribeEnvironmentHealthResultFilterSensitiveLog: (
|
|
1745
|
+
obj: DescribeEnvironmentHealthResult
|
|
1746
|
+
) => any;
|
|
1747
|
+
|
|
1748
|
+
export declare const DescribeEnvironmentManagedActionHistoryRequestFilterSensitiveLog: (
|
|
1749
|
+
obj: DescribeEnvironmentManagedActionHistoryRequest
|
|
1750
|
+
) => any;
|
|
1751
|
+
|
|
1752
|
+
export declare const ManagedActionHistoryItemFilterSensitiveLog: (
|
|
1753
|
+
obj: ManagedActionHistoryItem
|
|
1754
|
+
) => any;
|
|
1755
|
+
|
|
1756
|
+
export declare const DescribeEnvironmentManagedActionHistoryResultFilterSensitiveLog: (
|
|
1757
|
+
obj: DescribeEnvironmentManagedActionHistoryResult
|
|
1758
|
+
) => any;
|
|
1759
|
+
|
|
1760
|
+
export declare const DescribeEnvironmentManagedActionsRequestFilterSensitiveLog: (
|
|
1761
|
+
obj: DescribeEnvironmentManagedActionsRequest
|
|
1762
|
+
) => any;
|
|
1763
|
+
|
|
1764
|
+
export declare const ManagedActionFilterSensitiveLog: (
|
|
1765
|
+
obj: ManagedAction
|
|
1766
|
+
) => any;
|
|
1767
|
+
|
|
1768
|
+
export declare const DescribeEnvironmentManagedActionsResultFilterSensitiveLog: (
|
|
1769
|
+
obj: DescribeEnvironmentManagedActionsResult
|
|
1770
|
+
) => any;
|
|
1771
|
+
|
|
1772
|
+
export declare const DescribeEnvironmentResourcesMessageFilterSensitiveLog: (
|
|
1773
|
+
obj: DescribeEnvironmentResourcesMessage
|
|
1774
|
+
) => any;
|
|
1775
|
+
|
|
1776
|
+
export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
|
|
1777
|
+
|
|
1778
|
+
export declare const LaunchConfigurationFilterSensitiveLog: (
|
|
1779
|
+
obj: LaunchConfiguration
|
|
1780
|
+
) => any;
|
|
1781
|
+
|
|
1782
|
+
export declare const LaunchTemplateFilterSensitiveLog: (
|
|
1783
|
+
obj: LaunchTemplate
|
|
1784
|
+
) => any;
|
|
1785
|
+
|
|
1786
|
+
export declare const LoadBalancerFilterSensitiveLog: (obj: LoadBalancer) => any;
|
|
1787
|
+
|
|
1788
|
+
export declare const QueueFilterSensitiveLog: (obj: Queue) => any;
|
|
1789
|
+
|
|
1790
|
+
export declare const TriggerFilterSensitiveLog: (obj: Trigger) => any;
|
|
1791
|
+
|
|
1792
|
+
export declare const EnvironmentResourceDescriptionFilterSensitiveLog: (
|
|
1793
|
+
obj: EnvironmentResourceDescription
|
|
1794
|
+
) => any;
|
|
1795
|
+
|
|
1796
|
+
export declare const EnvironmentResourceDescriptionsMessageFilterSensitiveLog: (
|
|
1797
|
+
obj: EnvironmentResourceDescriptionsMessage
|
|
1798
|
+
) => any;
|
|
1799
|
+
|
|
1800
|
+
export declare const DescribeEnvironmentsMessageFilterSensitiveLog: (
|
|
1801
|
+
obj: DescribeEnvironmentsMessage
|
|
1802
|
+
) => any;
|
|
1803
|
+
|
|
1804
|
+
export declare const DescribeEventsMessageFilterSensitiveLog: (
|
|
1805
|
+
obj: DescribeEventsMessage
|
|
1806
|
+
) => any;
|
|
1807
|
+
|
|
1808
|
+
export declare const EventDescriptionFilterSensitiveLog: (
|
|
1809
|
+
obj: EventDescription
|
|
1810
|
+
) => any;
|
|
1811
|
+
|
|
1812
|
+
export declare const EventDescriptionsMessageFilterSensitiveLog: (
|
|
1813
|
+
obj: EventDescriptionsMessage
|
|
1814
|
+
) => any;
|
|
1815
|
+
|
|
1816
|
+
export declare const DescribeInstancesHealthRequestFilterSensitiveLog: (
|
|
1817
|
+
obj: DescribeInstancesHealthRequest
|
|
1818
|
+
) => any;
|
|
1819
|
+
|
|
1820
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
1821
|
+
|
|
1822
|
+
export declare const CPUUtilizationFilterSensitiveLog: (
|
|
1823
|
+
obj: CPUUtilization
|
|
1824
|
+
) => any;
|
|
1825
|
+
|
|
1826
|
+
export declare const SystemStatusFilterSensitiveLog: (obj: SystemStatus) => any;
|
|
1827
|
+
|
|
1828
|
+
export declare const SingleInstanceHealthFilterSensitiveLog: (
|
|
1829
|
+
obj: SingleInstanceHealth
|
|
1830
|
+
) => any;
|
|
1831
|
+
|
|
1832
|
+
export declare const DescribeInstancesHealthResultFilterSensitiveLog: (
|
|
1833
|
+
obj: DescribeInstancesHealthResult
|
|
1834
|
+
) => any;
|
|
1835
|
+
|
|
1836
|
+
export declare const DescribePlatformVersionRequestFilterSensitiveLog: (
|
|
1837
|
+
obj: DescribePlatformVersionRequest
|
|
1838
|
+
) => any;
|
|
1839
|
+
|
|
1840
|
+
export declare const CustomAmiFilterSensitiveLog: (obj: CustomAmi) => any;
|
|
1841
|
+
|
|
1842
|
+
export declare const PlatformFrameworkFilterSensitiveLog: (
|
|
1843
|
+
obj: PlatformFramework
|
|
1844
|
+
) => any;
|
|
1845
|
+
|
|
1846
|
+
export declare const PlatformProgrammingLanguageFilterSensitiveLog: (
|
|
1847
|
+
obj: PlatformProgrammingLanguage
|
|
1848
|
+
) => any;
|
|
1849
|
+
|
|
1850
|
+
export declare const PlatformDescriptionFilterSensitiveLog: (
|
|
1851
|
+
obj: PlatformDescription
|
|
1852
|
+
) => any;
|
|
1853
|
+
|
|
1854
|
+
export declare const DescribePlatformVersionResultFilterSensitiveLog: (
|
|
1855
|
+
obj: DescribePlatformVersionResult
|
|
1856
|
+
) => any;
|
|
1857
|
+
|
|
1858
|
+
export declare const DisassociateEnvironmentOperationsRoleMessageFilterSensitiveLog: (
|
|
1859
|
+
obj: DisassociateEnvironmentOperationsRoleMessage
|
|
1860
|
+
) => any;
|
|
1861
|
+
|
|
1862
|
+
export declare const ListAvailableSolutionStacksResultMessageFilterSensitiveLog: (
|
|
1863
|
+
obj: ListAvailableSolutionStacksResultMessage
|
|
1864
|
+
) => any;
|
|
1865
|
+
|
|
1866
|
+
export declare const SearchFilterFilterSensitiveLog: (obj: SearchFilter) => any;
|
|
1867
|
+
|
|
1868
|
+
export declare const ListPlatformBranchesRequestFilterSensitiveLog: (
|
|
1869
|
+
obj: ListPlatformBranchesRequest
|
|
1870
|
+
) => any;
|
|
1871
|
+
|
|
1872
|
+
export declare const PlatformBranchSummaryFilterSensitiveLog: (
|
|
1873
|
+
obj: PlatformBranchSummary
|
|
1874
|
+
) => any;
|
|
1875
|
+
|
|
1876
|
+
export declare const ListPlatformBranchesResultFilterSensitiveLog: (
|
|
1877
|
+
obj: ListPlatformBranchesResult
|
|
1878
|
+
) => any;
|
|
1879
|
+
|
|
1880
|
+
export declare const PlatformFilterFilterSensitiveLog: (
|
|
1881
|
+
obj: PlatformFilter
|
|
1882
|
+
) => any;
|
|
1883
|
+
|
|
1884
|
+
export declare const ListPlatformVersionsRequestFilterSensitiveLog: (
|
|
1885
|
+
obj: ListPlatformVersionsRequest
|
|
1886
|
+
) => any;
|
|
1887
|
+
|
|
1888
|
+
export declare const ListPlatformVersionsResultFilterSensitiveLog: (
|
|
1889
|
+
obj: ListPlatformVersionsResult
|
|
1890
|
+
) => any;
|
|
1891
|
+
|
|
1892
|
+
export declare const ListTagsForResourceMessageFilterSensitiveLog: (
|
|
1893
|
+
obj: ListTagsForResourceMessage
|
|
1894
|
+
) => any;
|
|
1895
|
+
|
|
1896
|
+
export declare const ResourceTagsDescriptionMessageFilterSensitiveLog: (
|
|
1897
|
+
obj: ResourceTagsDescriptionMessage
|
|
1898
|
+
) => any;
|
|
1899
|
+
|
|
1900
|
+
export declare const RebuildEnvironmentMessageFilterSensitiveLog: (
|
|
1901
|
+
obj: RebuildEnvironmentMessage
|
|
1902
|
+
) => any;
|
|
1903
|
+
|
|
1904
|
+
export declare const RequestEnvironmentInfoMessageFilterSensitiveLog: (
|
|
1905
|
+
obj: RequestEnvironmentInfoMessage
|
|
1906
|
+
) => any;
|
|
1907
|
+
|
|
1908
|
+
export declare const RestartAppServerMessageFilterSensitiveLog: (
|
|
1909
|
+
obj: RestartAppServerMessage
|
|
1910
|
+
) => any;
|
|
1911
|
+
|
|
1912
|
+
export declare const RetrieveEnvironmentInfoMessageFilterSensitiveLog: (
|
|
1913
|
+
obj: RetrieveEnvironmentInfoMessage
|
|
1914
|
+
) => any;
|
|
1915
|
+
|
|
1916
|
+
export declare const EnvironmentInfoDescriptionFilterSensitiveLog: (
|
|
1917
|
+
obj: EnvironmentInfoDescription
|
|
1918
|
+
) => any;
|
|
1919
|
+
|
|
1920
|
+
export declare const RetrieveEnvironmentInfoResultMessageFilterSensitiveLog: (
|
|
1921
|
+
obj: RetrieveEnvironmentInfoResultMessage
|
|
1922
|
+
) => any;
|
|
1923
|
+
|
|
1924
|
+
export declare const SwapEnvironmentCNAMEsMessageFilterSensitiveLog: (
|
|
1925
|
+
obj: SwapEnvironmentCNAMEsMessage
|
|
1926
|
+
) => any;
|
|
1927
|
+
|
|
1928
|
+
export declare const TerminateEnvironmentMessageFilterSensitiveLog: (
|
|
1929
|
+
obj: TerminateEnvironmentMessage
|
|
1930
|
+
) => any;
|
|
1931
|
+
|
|
1932
|
+
export declare const UpdateApplicationMessageFilterSensitiveLog: (
|
|
1933
|
+
obj: UpdateApplicationMessage
|
|
1934
|
+
) => any;
|
|
1935
|
+
|
|
1936
|
+
export declare const UpdateApplicationResourceLifecycleMessageFilterSensitiveLog: (
|
|
1937
|
+
obj: UpdateApplicationResourceLifecycleMessage
|
|
1938
|
+
) => any;
|
|
1939
|
+
|
|
1940
|
+
export declare const UpdateApplicationVersionMessageFilterSensitiveLog: (
|
|
1941
|
+
obj: UpdateApplicationVersionMessage
|
|
1942
|
+
) => any;
|
|
1943
|
+
|
|
1944
|
+
export declare const UpdateConfigurationTemplateMessageFilterSensitiveLog: (
|
|
1945
|
+
obj: UpdateConfigurationTemplateMessage
|
|
1946
|
+
) => any;
|
|
1947
|
+
|
|
1948
|
+
export declare const UpdateEnvironmentMessageFilterSensitiveLog: (
|
|
1949
|
+
obj: UpdateEnvironmentMessage
|
|
1950
|
+
) => any;
|
|
1951
|
+
|
|
1952
|
+
export declare const UpdateTagsForResourceMessageFilterSensitiveLog: (
|
|
1953
|
+
obj: UpdateTagsForResourceMessage
|
|
1954
|
+
) => any;
|
|
1955
|
+
|
|
1956
|
+
export declare const ValidationMessageFilterSensitiveLog: (
|
|
1957
|
+
obj: ValidationMessage
|
|
1958
|
+
) => any;
|
|
1959
|
+
|
|
1960
|
+
export declare const ConfigurationSettingsValidationMessagesFilterSensitiveLog: (
|
|
1961
|
+
obj: ConfigurationSettingsValidationMessages
|
|
1962
|
+
) => any;
|
|
1963
|
+
|
|
1964
|
+
export declare const ValidateConfigurationSettingsMessageFilterSensitiveLog: (
|
|
1965
|
+
obj: ValidateConfigurationSettingsMessage
|
|
1966
|
+
) => any;
|