@aws-sdk/client-appconfig 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/AppConfig.d.ts +778 -220
- package/dist-types/ts3.4/AppConfigClient.d.ts +387 -116
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/index.d.ts +43 -43
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/AppConfigServiceException.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 +1080 -1022
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListApplicationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListConfigurationProfilesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentStrategiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDeploymentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListEnvironmentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExtensionAssociationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListExtensionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListHostedConfigurationVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +521 -131
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,1022 +1,1080 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { AppConfigServiceException as __BaseException } from "./AppConfigServiceException";
|
|
3
|
-
|
|
4
|
-
export interface Action {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
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
|
-
|
|
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
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
export declare enum
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
}
|
|
172
|
-
export
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
}
|
|
344
|
-
export
|
|
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
|
-
export interface
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
}
|
|
554
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
}
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
}
|
|
664
|
-
export interface
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
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
|
-
export declare const
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
export declare const
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
export declare const
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
export declare const
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
export declare const
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
export declare const
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
export declare const
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
export declare const
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
export declare const
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
export declare const
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
export declare const
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
export declare const
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
export declare const
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
export declare const
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export declare const
|
|
931
|
-
|
|
932
|
-
export declare const
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
export declare const
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
export declare const
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
export declare const
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
export declare const
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
export declare const
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
export declare const ApplicationsFilterSensitiveLog: (obj: Applications) => any;
|
|
957
|
-
|
|
958
|
-
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
export declare const
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
export declare const
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
export declare const
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
export declare const
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
export declare const
|
|
979
|
-
|
|
980
|
-
export declare const
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
export declare const
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
export declare const
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
export declare const
|
|
993
|
-
|
|
994
|
-
export declare const
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
export declare const
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
export declare const
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
export declare const
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
export declare const
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
export declare const
|
|
1015
|
-
|
|
1016
|
-
export declare const
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
export declare const
|
|
1021
|
-
|
|
1022
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AppConfigServiceException as __BaseException } from "./AppConfigServiceException";
|
|
3
|
+
|
|
4
|
+
export interface Action {
|
|
5
|
+
Name?: string;
|
|
6
|
+
|
|
7
|
+
Description?: string;
|
|
8
|
+
|
|
9
|
+
Uri?: string;
|
|
10
|
+
|
|
11
|
+
RoleArn?: string;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
export interface ActionInvocation {
|
|
15
|
+
ExtensionIdentifier?: string;
|
|
16
|
+
|
|
17
|
+
ActionName?: string;
|
|
18
|
+
|
|
19
|
+
Uri?: string;
|
|
20
|
+
|
|
21
|
+
RoleArn?: string;
|
|
22
|
+
|
|
23
|
+
ErrorMessage?: string;
|
|
24
|
+
|
|
25
|
+
ErrorCode?: string;
|
|
26
|
+
|
|
27
|
+
InvocationId?: string;
|
|
28
|
+
}
|
|
29
|
+
export declare enum ActionPoint {
|
|
30
|
+
ON_DEPLOYMENT_BAKING = "ON_DEPLOYMENT_BAKING",
|
|
31
|
+
ON_DEPLOYMENT_COMPLETE = "ON_DEPLOYMENT_COMPLETE",
|
|
32
|
+
ON_DEPLOYMENT_ROLLED_BACK = "ON_DEPLOYMENT_ROLLED_BACK",
|
|
33
|
+
ON_DEPLOYMENT_START = "ON_DEPLOYMENT_START",
|
|
34
|
+
ON_DEPLOYMENT_STEP = "ON_DEPLOYMENT_STEP",
|
|
35
|
+
PRE_CREATE_HOSTED_CONFIGURATION_VERSION = "PRE_CREATE_HOSTED_CONFIGURATION_VERSION",
|
|
36
|
+
PRE_START_DEPLOYMENT = "PRE_START_DEPLOYMENT",
|
|
37
|
+
}
|
|
38
|
+
export interface Application {
|
|
39
|
+
Id?: string;
|
|
40
|
+
|
|
41
|
+
Name?: string;
|
|
42
|
+
|
|
43
|
+
Description?: string;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
export interface InvalidConfigurationDetail {
|
|
47
|
+
Constraint?: string;
|
|
48
|
+
|
|
49
|
+
Location?: string;
|
|
50
|
+
|
|
51
|
+
Reason?: string;
|
|
52
|
+
|
|
53
|
+
Type?: string;
|
|
54
|
+
|
|
55
|
+
Value?: string;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export declare type BadRequestDetails =
|
|
59
|
+
| BadRequestDetails.InvalidConfigurationMember
|
|
60
|
+
| BadRequestDetails.$UnknownMember;
|
|
61
|
+
export declare namespace BadRequestDetails {
|
|
62
|
+
interface InvalidConfigurationMember {
|
|
63
|
+
InvalidConfiguration: InvalidConfigurationDetail[];
|
|
64
|
+
$unknown?: never;
|
|
65
|
+
}
|
|
66
|
+
interface $UnknownMember {
|
|
67
|
+
InvalidConfiguration?: never;
|
|
68
|
+
$unknown: [string, any];
|
|
69
|
+
}
|
|
70
|
+
interface Visitor<T> {
|
|
71
|
+
InvalidConfiguration: (value: InvalidConfigurationDetail[]) => T;
|
|
72
|
+
_: (name: string, value: any) => T;
|
|
73
|
+
}
|
|
74
|
+
const visit: <T>(value: BadRequestDetails, visitor: Visitor<T>) => T;
|
|
75
|
+
}
|
|
76
|
+
export declare enum BadRequestReason {
|
|
77
|
+
INVALID_CONFIGURATION = "InvalidConfiguration",
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
export declare class BadRequestException extends __BaseException {
|
|
81
|
+
readonly name: "BadRequestException";
|
|
82
|
+
readonly $fault: "client";
|
|
83
|
+
Message?: string;
|
|
84
|
+
Reason?: BadRequestReason | string;
|
|
85
|
+
|
|
86
|
+
Details?: BadRequestDetails;
|
|
87
|
+
|
|
88
|
+
constructor(
|
|
89
|
+
opts: __ExceptionOptionType<BadRequestException, __BaseException>
|
|
90
|
+
);
|
|
91
|
+
}
|
|
92
|
+
export interface CreateApplicationRequest {
|
|
93
|
+
Name: string | undefined;
|
|
94
|
+
|
|
95
|
+
Description?: string;
|
|
96
|
+
|
|
97
|
+
Tags?: Record<string, string>;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
export declare class InternalServerException extends __BaseException {
|
|
101
|
+
readonly name: "InternalServerException";
|
|
102
|
+
readonly $fault: "server";
|
|
103
|
+
Message?: string;
|
|
104
|
+
|
|
105
|
+
constructor(
|
|
106
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
107
|
+
);
|
|
108
|
+
}
|
|
109
|
+
export declare enum ValidatorType {
|
|
110
|
+
JSON_SCHEMA = "JSON_SCHEMA",
|
|
111
|
+
LAMBDA = "LAMBDA",
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
export interface Validator {
|
|
115
|
+
Type: ValidatorType | string | undefined;
|
|
116
|
+
|
|
117
|
+
Content: string | undefined;
|
|
118
|
+
}
|
|
119
|
+
export interface ConfigurationProfile {
|
|
120
|
+
ApplicationId?: string;
|
|
121
|
+
|
|
122
|
+
Id?: string;
|
|
123
|
+
|
|
124
|
+
Name?: string;
|
|
125
|
+
|
|
126
|
+
Description?: string;
|
|
127
|
+
|
|
128
|
+
LocationUri?: string;
|
|
129
|
+
|
|
130
|
+
RetrievalRoleArn?: string;
|
|
131
|
+
|
|
132
|
+
Validators?: Validator[];
|
|
133
|
+
|
|
134
|
+
Type?: string;
|
|
135
|
+
}
|
|
136
|
+
export interface CreateConfigurationProfileRequest {
|
|
137
|
+
ApplicationId: string | undefined;
|
|
138
|
+
|
|
139
|
+
Name: string | undefined;
|
|
140
|
+
|
|
141
|
+
Description?: string;
|
|
142
|
+
|
|
143
|
+
LocationUri: string | undefined;
|
|
144
|
+
|
|
145
|
+
RetrievalRoleArn?: string;
|
|
146
|
+
|
|
147
|
+
Validators?: Validator[];
|
|
148
|
+
|
|
149
|
+
Tags?: Record<string, string>;
|
|
150
|
+
|
|
151
|
+
Type?: string;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
155
|
+
readonly name: "ResourceNotFoundException";
|
|
156
|
+
readonly $fault: "client";
|
|
157
|
+
Message?: string;
|
|
158
|
+
ResourceName?: string;
|
|
159
|
+
|
|
160
|
+
constructor(
|
|
161
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
162
|
+
);
|
|
163
|
+
}
|
|
164
|
+
export declare enum GrowthType {
|
|
165
|
+
EXPONENTIAL = "EXPONENTIAL",
|
|
166
|
+
LINEAR = "LINEAR",
|
|
167
|
+
}
|
|
168
|
+
export declare enum ReplicateTo {
|
|
169
|
+
NONE = "NONE",
|
|
170
|
+
SSM_DOCUMENT = "SSM_DOCUMENT",
|
|
171
|
+
}
|
|
172
|
+
export interface CreateDeploymentStrategyRequest {
|
|
173
|
+
Name: string | undefined;
|
|
174
|
+
|
|
175
|
+
Description?: string;
|
|
176
|
+
|
|
177
|
+
DeploymentDurationInMinutes: number | undefined;
|
|
178
|
+
|
|
179
|
+
FinalBakeTimeInMinutes?: number;
|
|
180
|
+
|
|
181
|
+
GrowthFactor: number | undefined;
|
|
182
|
+
|
|
183
|
+
GrowthType?: GrowthType | string;
|
|
184
|
+
|
|
185
|
+
ReplicateTo?: ReplicateTo | string;
|
|
186
|
+
|
|
187
|
+
Tags?: Record<string, string>;
|
|
188
|
+
}
|
|
189
|
+
export interface DeploymentStrategy {
|
|
190
|
+
Id?: string;
|
|
191
|
+
|
|
192
|
+
Name?: string;
|
|
193
|
+
|
|
194
|
+
Description?: string;
|
|
195
|
+
|
|
196
|
+
DeploymentDurationInMinutes?: number;
|
|
197
|
+
|
|
198
|
+
GrowthType?: GrowthType | string;
|
|
199
|
+
|
|
200
|
+
GrowthFactor?: number;
|
|
201
|
+
|
|
202
|
+
FinalBakeTimeInMinutes?: number;
|
|
203
|
+
|
|
204
|
+
ReplicateTo?: ReplicateTo | string;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
export interface Monitor {
|
|
208
|
+
AlarmArn: string | undefined;
|
|
209
|
+
|
|
210
|
+
AlarmRoleArn?: string;
|
|
211
|
+
}
|
|
212
|
+
export interface CreateEnvironmentRequest {
|
|
213
|
+
ApplicationId: string | undefined;
|
|
214
|
+
|
|
215
|
+
Name: string | undefined;
|
|
216
|
+
|
|
217
|
+
Description?: string;
|
|
218
|
+
|
|
219
|
+
Monitors?: Monitor[];
|
|
220
|
+
|
|
221
|
+
Tags?: Record<string, string>;
|
|
222
|
+
}
|
|
223
|
+
export declare enum EnvironmentState {
|
|
224
|
+
DEPLOYING = "DEPLOYING",
|
|
225
|
+
READY_FOR_DEPLOYMENT = "READY_FOR_DEPLOYMENT",
|
|
226
|
+
ROLLED_BACK = "ROLLED_BACK",
|
|
227
|
+
ROLLING_BACK = "ROLLING_BACK",
|
|
228
|
+
}
|
|
229
|
+
export interface Environment {
|
|
230
|
+
ApplicationId?: string;
|
|
231
|
+
|
|
232
|
+
Id?: string;
|
|
233
|
+
|
|
234
|
+
Name?: string;
|
|
235
|
+
|
|
236
|
+
Description?: string;
|
|
237
|
+
|
|
238
|
+
State?: EnvironmentState | string;
|
|
239
|
+
|
|
240
|
+
Monitors?: Monitor[];
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
export declare class ConflictException extends __BaseException {
|
|
244
|
+
readonly name: "ConflictException";
|
|
245
|
+
readonly $fault: "client";
|
|
246
|
+
Message?: string;
|
|
247
|
+
|
|
248
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
export interface Parameter {
|
|
252
|
+
Description?: string;
|
|
253
|
+
|
|
254
|
+
Required?: boolean;
|
|
255
|
+
}
|
|
256
|
+
export interface CreateExtensionRequest {
|
|
257
|
+
Name: string | undefined;
|
|
258
|
+
|
|
259
|
+
Description?: string;
|
|
260
|
+
|
|
261
|
+
Actions: Record<string, Action[]> | undefined;
|
|
262
|
+
|
|
263
|
+
Parameters?: Record<string, Parameter>;
|
|
264
|
+
|
|
265
|
+
Tags?: Record<string, string>;
|
|
266
|
+
|
|
267
|
+
LatestVersionNumber?: number;
|
|
268
|
+
}
|
|
269
|
+
export interface Extension {
|
|
270
|
+
Id?: string;
|
|
271
|
+
|
|
272
|
+
Name?: string;
|
|
273
|
+
|
|
274
|
+
VersionNumber?: number;
|
|
275
|
+
|
|
276
|
+
Arn?: string;
|
|
277
|
+
|
|
278
|
+
Description?: string;
|
|
279
|
+
|
|
280
|
+
Actions?: Record<string, Action[]>;
|
|
281
|
+
|
|
282
|
+
Parameters?: Record<string, Parameter>;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
286
|
+
readonly name: "ServiceQuotaExceededException";
|
|
287
|
+
readonly $fault: "client";
|
|
288
|
+
Message?: string;
|
|
289
|
+
|
|
290
|
+
constructor(
|
|
291
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
292
|
+
);
|
|
293
|
+
}
|
|
294
|
+
export interface CreateExtensionAssociationRequest {
|
|
295
|
+
ExtensionIdentifier: string | undefined;
|
|
296
|
+
|
|
297
|
+
ExtensionVersionNumber?: number;
|
|
298
|
+
|
|
299
|
+
ResourceIdentifier: string | undefined;
|
|
300
|
+
|
|
301
|
+
Parameters?: Record<string, string>;
|
|
302
|
+
|
|
303
|
+
Tags?: Record<string, string>;
|
|
304
|
+
}
|
|
305
|
+
export interface ExtensionAssociation {
|
|
306
|
+
Id?: string;
|
|
307
|
+
|
|
308
|
+
ExtensionArn?: string;
|
|
309
|
+
|
|
310
|
+
ResourceArn?: string;
|
|
311
|
+
|
|
312
|
+
Arn?: string;
|
|
313
|
+
|
|
314
|
+
Parameters?: Record<string, string>;
|
|
315
|
+
|
|
316
|
+
ExtensionVersionNumber?: number;
|
|
317
|
+
}
|
|
318
|
+
export interface CreateHostedConfigurationVersionRequest {
|
|
319
|
+
ApplicationId: string | undefined;
|
|
320
|
+
|
|
321
|
+
ConfigurationProfileId: string | undefined;
|
|
322
|
+
|
|
323
|
+
Description?: string;
|
|
324
|
+
|
|
325
|
+
Content: Uint8Array | undefined;
|
|
326
|
+
|
|
327
|
+
ContentType: string | undefined;
|
|
328
|
+
|
|
329
|
+
LatestVersionNumber?: number;
|
|
330
|
+
}
|
|
331
|
+
export interface HostedConfigurationVersion {
|
|
332
|
+
ApplicationId?: string;
|
|
333
|
+
|
|
334
|
+
ConfigurationProfileId?: string;
|
|
335
|
+
|
|
336
|
+
VersionNumber?: number;
|
|
337
|
+
|
|
338
|
+
Description?: string;
|
|
339
|
+
|
|
340
|
+
Content?: Uint8Array;
|
|
341
|
+
|
|
342
|
+
ContentType?: string;
|
|
343
|
+
}
|
|
344
|
+
export declare enum BytesMeasure {
|
|
345
|
+
KILOBYTES = "KILOBYTES",
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export declare class PayloadTooLargeException extends __BaseException {
|
|
349
|
+
readonly name: "PayloadTooLargeException";
|
|
350
|
+
readonly $fault: "client";
|
|
351
|
+
Message?: string;
|
|
352
|
+
Measure?: BytesMeasure | string;
|
|
353
|
+
Limit?: number;
|
|
354
|
+
Size?: number;
|
|
355
|
+
|
|
356
|
+
constructor(
|
|
357
|
+
opts: __ExceptionOptionType<PayloadTooLargeException, __BaseException>
|
|
358
|
+
);
|
|
359
|
+
}
|
|
360
|
+
export interface DeleteApplicationRequest {
|
|
361
|
+
ApplicationId: string | undefined;
|
|
362
|
+
}
|
|
363
|
+
export interface DeleteConfigurationProfileRequest {
|
|
364
|
+
ApplicationId: string | undefined;
|
|
365
|
+
|
|
366
|
+
ConfigurationProfileId: string | undefined;
|
|
367
|
+
}
|
|
368
|
+
export interface DeleteDeploymentStrategyRequest {
|
|
369
|
+
DeploymentStrategyId: string | undefined;
|
|
370
|
+
}
|
|
371
|
+
export interface DeleteEnvironmentRequest {
|
|
372
|
+
ApplicationId: string | undefined;
|
|
373
|
+
|
|
374
|
+
EnvironmentId: string | undefined;
|
|
375
|
+
}
|
|
376
|
+
export interface DeleteExtensionRequest {
|
|
377
|
+
ExtensionIdentifier: string | undefined;
|
|
378
|
+
|
|
379
|
+
VersionNumber?: number;
|
|
380
|
+
}
|
|
381
|
+
export interface DeleteExtensionAssociationRequest {
|
|
382
|
+
ExtensionAssociationId: string | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface DeleteHostedConfigurationVersionRequest {
|
|
385
|
+
ApplicationId: string | undefined;
|
|
386
|
+
|
|
387
|
+
ConfigurationProfileId: string | undefined;
|
|
388
|
+
|
|
389
|
+
VersionNumber: number | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface GetApplicationRequest {
|
|
392
|
+
ApplicationId: string | undefined;
|
|
393
|
+
}
|
|
394
|
+
export interface Configuration {
|
|
395
|
+
Content?: Uint8Array;
|
|
396
|
+
|
|
397
|
+
ConfigurationVersion?: string;
|
|
398
|
+
|
|
399
|
+
ContentType?: string;
|
|
400
|
+
}
|
|
401
|
+
export interface GetConfigurationRequest {
|
|
402
|
+
Application: string | undefined;
|
|
403
|
+
|
|
404
|
+
Environment: string | undefined;
|
|
405
|
+
|
|
406
|
+
Configuration: string | undefined;
|
|
407
|
+
|
|
408
|
+
ClientId: string | undefined;
|
|
409
|
+
|
|
410
|
+
ClientConfigurationVersion?: string;
|
|
411
|
+
}
|
|
412
|
+
export interface GetConfigurationProfileRequest {
|
|
413
|
+
ApplicationId: string | undefined;
|
|
414
|
+
|
|
415
|
+
ConfigurationProfileId: string | undefined;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
export interface AppliedExtension {
|
|
419
|
+
ExtensionId?: string;
|
|
420
|
+
|
|
421
|
+
ExtensionAssociationId?: string;
|
|
422
|
+
|
|
423
|
+
VersionNumber?: number;
|
|
424
|
+
|
|
425
|
+
Parameters?: Record<string, string>;
|
|
426
|
+
}
|
|
427
|
+
export declare enum DeploymentEventType {
|
|
428
|
+
BAKE_TIME_STARTED = "BAKE_TIME_STARTED",
|
|
429
|
+
DEPLOYMENT_COMPLETED = "DEPLOYMENT_COMPLETED",
|
|
430
|
+
DEPLOYMENT_STARTED = "DEPLOYMENT_STARTED",
|
|
431
|
+
PERCENTAGE_UPDATED = "PERCENTAGE_UPDATED",
|
|
432
|
+
ROLLBACK_COMPLETED = "ROLLBACK_COMPLETED",
|
|
433
|
+
ROLLBACK_STARTED = "ROLLBACK_STARTED",
|
|
434
|
+
}
|
|
435
|
+
export declare enum TriggeredBy {
|
|
436
|
+
APPCONFIG = "APPCONFIG",
|
|
437
|
+
CLOUDWATCH_ALARM = "CLOUDWATCH_ALARM",
|
|
438
|
+
INTERNAL_ERROR = "INTERNAL_ERROR",
|
|
439
|
+
USER = "USER",
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
export interface DeploymentEvent {
|
|
443
|
+
EventType?: DeploymentEventType | string;
|
|
444
|
+
|
|
445
|
+
TriggeredBy?: TriggeredBy | string;
|
|
446
|
+
|
|
447
|
+
Description?: string;
|
|
448
|
+
|
|
449
|
+
ActionInvocations?: ActionInvocation[];
|
|
450
|
+
|
|
451
|
+
OccurredAt?: Date;
|
|
452
|
+
}
|
|
453
|
+
export declare enum DeploymentState {
|
|
454
|
+
BAKING = "BAKING",
|
|
455
|
+
COMPLETE = "COMPLETE",
|
|
456
|
+
DEPLOYING = "DEPLOYING",
|
|
457
|
+
ROLLED_BACK = "ROLLED_BACK",
|
|
458
|
+
ROLLING_BACK = "ROLLING_BACK",
|
|
459
|
+
VALIDATING = "VALIDATING",
|
|
460
|
+
}
|
|
461
|
+
export interface Deployment {
|
|
462
|
+
ApplicationId?: string;
|
|
463
|
+
|
|
464
|
+
EnvironmentId?: string;
|
|
465
|
+
|
|
466
|
+
DeploymentStrategyId?: string;
|
|
467
|
+
|
|
468
|
+
ConfigurationProfileId?: string;
|
|
469
|
+
|
|
470
|
+
DeploymentNumber?: number;
|
|
471
|
+
|
|
472
|
+
ConfigurationName?: string;
|
|
473
|
+
|
|
474
|
+
ConfigurationLocationUri?: string;
|
|
475
|
+
|
|
476
|
+
ConfigurationVersion?: string;
|
|
477
|
+
|
|
478
|
+
Description?: string;
|
|
479
|
+
|
|
480
|
+
DeploymentDurationInMinutes?: number;
|
|
481
|
+
|
|
482
|
+
GrowthType?: GrowthType | string;
|
|
483
|
+
|
|
484
|
+
GrowthFactor?: number;
|
|
485
|
+
|
|
486
|
+
FinalBakeTimeInMinutes?: number;
|
|
487
|
+
|
|
488
|
+
State?: DeploymentState | string;
|
|
489
|
+
|
|
490
|
+
EventLog?: DeploymentEvent[];
|
|
491
|
+
|
|
492
|
+
PercentageComplete?: number;
|
|
493
|
+
|
|
494
|
+
StartedAt?: Date;
|
|
495
|
+
|
|
496
|
+
CompletedAt?: Date;
|
|
497
|
+
|
|
498
|
+
AppliedExtensions?: AppliedExtension[];
|
|
499
|
+
}
|
|
500
|
+
export interface GetDeploymentRequest {
|
|
501
|
+
ApplicationId: string | undefined;
|
|
502
|
+
|
|
503
|
+
EnvironmentId: string | undefined;
|
|
504
|
+
|
|
505
|
+
DeploymentNumber: number | undefined;
|
|
506
|
+
}
|
|
507
|
+
export interface GetDeploymentStrategyRequest {
|
|
508
|
+
DeploymentStrategyId: string | undefined;
|
|
509
|
+
}
|
|
510
|
+
export interface GetEnvironmentRequest {
|
|
511
|
+
ApplicationId: string | undefined;
|
|
512
|
+
|
|
513
|
+
EnvironmentId: string | undefined;
|
|
514
|
+
}
|
|
515
|
+
export interface GetExtensionRequest {
|
|
516
|
+
ExtensionIdentifier: string | undefined;
|
|
517
|
+
|
|
518
|
+
VersionNumber?: number;
|
|
519
|
+
}
|
|
520
|
+
export interface GetExtensionAssociationRequest {
|
|
521
|
+
ExtensionAssociationId: string | undefined;
|
|
522
|
+
}
|
|
523
|
+
export interface GetHostedConfigurationVersionRequest {
|
|
524
|
+
ApplicationId: string | undefined;
|
|
525
|
+
|
|
526
|
+
ConfigurationProfileId: string | undefined;
|
|
527
|
+
|
|
528
|
+
VersionNumber: number | undefined;
|
|
529
|
+
}
|
|
530
|
+
export interface Applications {
|
|
531
|
+
Items?: Application[];
|
|
532
|
+
|
|
533
|
+
NextToken?: string;
|
|
534
|
+
}
|
|
535
|
+
export interface ListApplicationsRequest {
|
|
536
|
+
MaxResults?: number;
|
|
537
|
+
|
|
538
|
+
NextToken?: string;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
export interface ConfigurationProfileSummary {
|
|
542
|
+
ApplicationId?: string;
|
|
543
|
+
|
|
544
|
+
Id?: string;
|
|
545
|
+
|
|
546
|
+
Name?: string;
|
|
547
|
+
|
|
548
|
+
LocationUri?: string;
|
|
549
|
+
|
|
550
|
+
ValidatorTypes?: (ValidatorType | string)[];
|
|
551
|
+
|
|
552
|
+
Type?: string;
|
|
553
|
+
}
|
|
554
|
+
export interface ConfigurationProfiles {
|
|
555
|
+
Items?: ConfigurationProfileSummary[];
|
|
556
|
+
|
|
557
|
+
NextToken?: string;
|
|
558
|
+
}
|
|
559
|
+
export interface ListConfigurationProfilesRequest {
|
|
560
|
+
ApplicationId: string | undefined;
|
|
561
|
+
|
|
562
|
+
MaxResults?: number;
|
|
563
|
+
|
|
564
|
+
NextToken?: string;
|
|
565
|
+
|
|
566
|
+
Type?: string;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
export interface DeploymentSummary {
|
|
570
|
+
DeploymentNumber?: number;
|
|
571
|
+
|
|
572
|
+
ConfigurationName?: string;
|
|
573
|
+
|
|
574
|
+
ConfigurationVersion?: string;
|
|
575
|
+
|
|
576
|
+
DeploymentDurationInMinutes?: number;
|
|
577
|
+
|
|
578
|
+
GrowthType?: GrowthType | string;
|
|
579
|
+
|
|
580
|
+
GrowthFactor?: number;
|
|
581
|
+
|
|
582
|
+
FinalBakeTimeInMinutes?: number;
|
|
583
|
+
|
|
584
|
+
State?: DeploymentState | string;
|
|
585
|
+
|
|
586
|
+
PercentageComplete?: number;
|
|
587
|
+
|
|
588
|
+
StartedAt?: Date;
|
|
589
|
+
|
|
590
|
+
CompletedAt?: Date;
|
|
591
|
+
}
|
|
592
|
+
export interface Deployments {
|
|
593
|
+
Items?: DeploymentSummary[];
|
|
594
|
+
|
|
595
|
+
NextToken?: string;
|
|
596
|
+
}
|
|
597
|
+
export interface ListDeploymentsRequest {
|
|
598
|
+
ApplicationId: string | undefined;
|
|
599
|
+
|
|
600
|
+
EnvironmentId: string | undefined;
|
|
601
|
+
|
|
602
|
+
MaxResults?: number;
|
|
603
|
+
|
|
604
|
+
NextToken?: string;
|
|
605
|
+
}
|
|
606
|
+
export interface DeploymentStrategies {
|
|
607
|
+
Items?: DeploymentStrategy[];
|
|
608
|
+
|
|
609
|
+
NextToken?: string;
|
|
610
|
+
}
|
|
611
|
+
export interface ListDeploymentStrategiesRequest {
|
|
612
|
+
MaxResults?: number;
|
|
613
|
+
|
|
614
|
+
NextToken?: string;
|
|
615
|
+
}
|
|
616
|
+
export interface Environments {
|
|
617
|
+
Items?: Environment[];
|
|
618
|
+
|
|
619
|
+
NextToken?: string;
|
|
620
|
+
}
|
|
621
|
+
export interface ListEnvironmentsRequest {
|
|
622
|
+
ApplicationId: string | undefined;
|
|
623
|
+
|
|
624
|
+
MaxResults?: number;
|
|
625
|
+
|
|
626
|
+
NextToken?: string;
|
|
627
|
+
}
|
|
628
|
+
|
|
629
|
+
export interface ExtensionAssociationSummary {
|
|
630
|
+
Id?: string;
|
|
631
|
+
|
|
632
|
+
ExtensionArn?: string;
|
|
633
|
+
|
|
634
|
+
ResourceArn?: string;
|
|
635
|
+
}
|
|
636
|
+
export interface ExtensionAssociations {
|
|
637
|
+
Items?: ExtensionAssociationSummary[];
|
|
638
|
+
|
|
639
|
+
NextToken?: string;
|
|
640
|
+
}
|
|
641
|
+
export interface ListExtensionAssociationsRequest {
|
|
642
|
+
ResourceIdentifier?: string;
|
|
643
|
+
|
|
644
|
+
ExtensionIdentifier?: string;
|
|
645
|
+
|
|
646
|
+
ExtensionVersionNumber?: number;
|
|
647
|
+
|
|
648
|
+
MaxResults?: number;
|
|
649
|
+
|
|
650
|
+
NextToken?: string;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
export interface ExtensionSummary {
|
|
654
|
+
Id?: string;
|
|
655
|
+
|
|
656
|
+
Name?: string;
|
|
657
|
+
|
|
658
|
+
VersionNumber?: number;
|
|
659
|
+
|
|
660
|
+
Arn?: string;
|
|
661
|
+
|
|
662
|
+
Description?: string;
|
|
663
|
+
}
|
|
664
|
+
export interface Extensions {
|
|
665
|
+
Items?: ExtensionSummary[];
|
|
666
|
+
|
|
667
|
+
NextToken?: string;
|
|
668
|
+
}
|
|
669
|
+
export interface ListExtensionsRequest {
|
|
670
|
+
MaxResults?: number;
|
|
671
|
+
|
|
672
|
+
NextToken?: string;
|
|
673
|
+
|
|
674
|
+
Name?: string;
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
export interface HostedConfigurationVersionSummary {
|
|
678
|
+
ApplicationId?: string;
|
|
679
|
+
|
|
680
|
+
ConfigurationProfileId?: string;
|
|
681
|
+
|
|
682
|
+
VersionNumber?: number;
|
|
683
|
+
|
|
684
|
+
Description?: string;
|
|
685
|
+
|
|
686
|
+
ContentType?: string;
|
|
687
|
+
}
|
|
688
|
+
export interface HostedConfigurationVersions {
|
|
689
|
+
Items?: HostedConfigurationVersionSummary[];
|
|
690
|
+
|
|
691
|
+
NextToken?: string;
|
|
692
|
+
}
|
|
693
|
+
export interface ListHostedConfigurationVersionsRequest {
|
|
694
|
+
ApplicationId: string | undefined;
|
|
695
|
+
|
|
696
|
+
ConfigurationProfileId: string | undefined;
|
|
697
|
+
|
|
698
|
+
MaxResults?: number;
|
|
699
|
+
|
|
700
|
+
NextToken?: string;
|
|
701
|
+
}
|
|
702
|
+
export interface ListTagsForResourceRequest {
|
|
703
|
+
ResourceArn: string | undefined;
|
|
704
|
+
}
|
|
705
|
+
export interface ResourceTags {
|
|
706
|
+
Tags?: Record<string, string>;
|
|
707
|
+
}
|
|
708
|
+
export interface StartDeploymentRequest {
|
|
709
|
+
ApplicationId: string | undefined;
|
|
710
|
+
|
|
711
|
+
EnvironmentId: string | undefined;
|
|
712
|
+
|
|
713
|
+
DeploymentStrategyId: string | undefined;
|
|
714
|
+
|
|
715
|
+
ConfigurationProfileId: string | undefined;
|
|
716
|
+
|
|
717
|
+
ConfigurationVersion: string | undefined;
|
|
718
|
+
|
|
719
|
+
Description?: string;
|
|
720
|
+
|
|
721
|
+
Tags?: Record<string, string>;
|
|
722
|
+
}
|
|
723
|
+
export interface StopDeploymentRequest {
|
|
724
|
+
ApplicationId: string | undefined;
|
|
725
|
+
|
|
726
|
+
EnvironmentId: string | undefined;
|
|
727
|
+
|
|
728
|
+
DeploymentNumber: number | undefined;
|
|
729
|
+
}
|
|
730
|
+
export interface TagResourceRequest {
|
|
731
|
+
ResourceArn: string | undefined;
|
|
732
|
+
|
|
733
|
+
Tags: Record<string, string> | undefined;
|
|
734
|
+
}
|
|
735
|
+
export interface UntagResourceRequest {
|
|
736
|
+
ResourceArn: string | undefined;
|
|
737
|
+
|
|
738
|
+
TagKeys: string[] | undefined;
|
|
739
|
+
}
|
|
740
|
+
export interface UpdateApplicationRequest {
|
|
741
|
+
ApplicationId: string | undefined;
|
|
742
|
+
|
|
743
|
+
Name?: string;
|
|
744
|
+
|
|
745
|
+
Description?: string;
|
|
746
|
+
}
|
|
747
|
+
export interface UpdateConfigurationProfileRequest {
|
|
748
|
+
ApplicationId: string | undefined;
|
|
749
|
+
|
|
750
|
+
ConfigurationProfileId: string | undefined;
|
|
751
|
+
|
|
752
|
+
Name?: string;
|
|
753
|
+
|
|
754
|
+
Description?: string;
|
|
755
|
+
|
|
756
|
+
RetrievalRoleArn?: string;
|
|
757
|
+
|
|
758
|
+
Validators?: Validator[];
|
|
759
|
+
}
|
|
760
|
+
export interface UpdateDeploymentStrategyRequest {
|
|
761
|
+
DeploymentStrategyId: string | undefined;
|
|
762
|
+
|
|
763
|
+
Description?: string;
|
|
764
|
+
|
|
765
|
+
DeploymentDurationInMinutes?: number;
|
|
766
|
+
|
|
767
|
+
FinalBakeTimeInMinutes?: number;
|
|
768
|
+
|
|
769
|
+
GrowthFactor?: number;
|
|
770
|
+
|
|
771
|
+
GrowthType?: GrowthType | string;
|
|
772
|
+
}
|
|
773
|
+
export interface UpdateEnvironmentRequest {
|
|
774
|
+
ApplicationId: string | undefined;
|
|
775
|
+
|
|
776
|
+
EnvironmentId: string | undefined;
|
|
777
|
+
|
|
778
|
+
Name?: string;
|
|
779
|
+
|
|
780
|
+
Description?: string;
|
|
781
|
+
|
|
782
|
+
Monitors?: Monitor[];
|
|
783
|
+
}
|
|
784
|
+
export interface UpdateExtensionRequest {
|
|
785
|
+
ExtensionIdentifier: string | undefined;
|
|
786
|
+
|
|
787
|
+
Description?: string;
|
|
788
|
+
|
|
789
|
+
Actions?: Record<string, Action[]>;
|
|
790
|
+
|
|
791
|
+
Parameters?: Record<string, Parameter>;
|
|
792
|
+
|
|
793
|
+
VersionNumber?: number;
|
|
794
|
+
}
|
|
795
|
+
export interface UpdateExtensionAssociationRequest {
|
|
796
|
+
ExtensionAssociationId: string | undefined;
|
|
797
|
+
|
|
798
|
+
Parameters?: Record<string, string>;
|
|
799
|
+
}
|
|
800
|
+
export interface ValidateConfigurationRequest {
|
|
801
|
+
ApplicationId: string | undefined;
|
|
802
|
+
|
|
803
|
+
ConfigurationProfileId: string | undefined;
|
|
804
|
+
|
|
805
|
+
ConfigurationVersion: string | undefined;
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
export declare const ActionFilterSensitiveLog: (obj: Action) => any;
|
|
809
|
+
|
|
810
|
+
export declare const ActionInvocationFilterSensitiveLog: (
|
|
811
|
+
obj: ActionInvocation
|
|
812
|
+
) => any;
|
|
813
|
+
|
|
814
|
+
export declare const ApplicationFilterSensitiveLog: (obj: Application) => any;
|
|
815
|
+
|
|
816
|
+
export declare const InvalidConfigurationDetailFilterSensitiveLog: (
|
|
817
|
+
obj: InvalidConfigurationDetail
|
|
818
|
+
) => any;
|
|
819
|
+
|
|
820
|
+
export declare const BadRequestDetailsFilterSensitiveLog: (
|
|
821
|
+
obj: BadRequestDetails
|
|
822
|
+
) => any;
|
|
823
|
+
|
|
824
|
+
export declare const CreateApplicationRequestFilterSensitiveLog: (
|
|
825
|
+
obj: CreateApplicationRequest
|
|
826
|
+
) => any;
|
|
827
|
+
|
|
828
|
+
export declare const ValidatorFilterSensitiveLog: (obj: Validator) => any;
|
|
829
|
+
|
|
830
|
+
export declare const ConfigurationProfileFilterSensitiveLog: (
|
|
831
|
+
obj: ConfigurationProfile
|
|
832
|
+
) => any;
|
|
833
|
+
|
|
834
|
+
export declare const CreateConfigurationProfileRequestFilterSensitiveLog: (
|
|
835
|
+
obj: CreateConfigurationProfileRequest
|
|
836
|
+
) => any;
|
|
837
|
+
|
|
838
|
+
export declare const CreateDeploymentStrategyRequestFilterSensitiveLog: (
|
|
839
|
+
obj: CreateDeploymentStrategyRequest
|
|
840
|
+
) => any;
|
|
841
|
+
|
|
842
|
+
export declare const DeploymentStrategyFilterSensitiveLog: (
|
|
843
|
+
obj: DeploymentStrategy
|
|
844
|
+
) => any;
|
|
845
|
+
|
|
846
|
+
export declare const MonitorFilterSensitiveLog: (obj: Monitor) => any;
|
|
847
|
+
|
|
848
|
+
export declare const CreateEnvironmentRequestFilterSensitiveLog: (
|
|
849
|
+
obj: CreateEnvironmentRequest
|
|
850
|
+
) => any;
|
|
851
|
+
|
|
852
|
+
export declare const EnvironmentFilterSensitiveLog: (obj: Environment) => any;
|
|
853
|
+
|
|
854
|
+
export declare const ParameterFilterSensitiveLog: (obj: Parameter) => any;
|
|
855
|
+
|
|
856
|
+
export declare const CreateExtensionRequestFilterSensitiveLog: (
|
|
857
|
+
obj: CreateExtensionRequest
|
|
858
|
+
) => any;
|
|
859
|
+
|
|
860
|
+
export declare const ExtensionFilterSensitiveLog: (obj: Extension) => any;
|
|
861
|
+
|
|
862
|
+
export declare const CreateExtensionAssociationRequestFilterSensitiveLog: (
|
|
863
|
+
obj: CreateExtensionAssociationRequest
|
|
864
|
+
) => any;
|
|
865
|
+
|
|
866
|
+
export declare const ExtensionAssociationFilterSensitiveLog: (
|
|
867
|
+
obj: ExtensionAssociation
|
|
868
|
+
) => any;
|
|
869
|
+
|
|
870
|
+
export declare const CreateHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
871
|
+
obj: CreateHostedConfigurationVersionRequest
|
|
872
|
+
) => any;
|
|
873
|
+
|
|
874
|
+
export declare const HostedConfigurationVersionFilterSensitiveLog: (
|
|
875
|
+
obj: HostedConfigurationVersion
|
|
876
|
+
) => any;
|
|
877
|
+
|
|
878
|
+
export declare const DeleteApplicationRequestFilterSensitiveLog: (
|
|
879
|
+
obj: DeleteApplicationRequest
|
|
880
|
+
) => any;
|
|
881
|
+
|
|
882
|
+
export declare const DeleteConfigurationProfileRequestFilterSensitiveLog: (
|
|
883
|
+
obj: DeleteConfigurationProfileRequest
|
|
884
|
+
) => any;
|
|
885
|
+
|
|
886
|
+
export declare const DeleteDeploymentStrategyRequestFilterSensitiveLog: (
|
|
887
|
+
obj: DeleteDeploymentStrategyRequest
|
|
888
|
+
) => any;
|
|
889
|
+
|
|
890
|
+
export declare const DeleteEnvironmentRequestFilterSensitiveLog: (
|
|
891
|
+
obj: DeleteEnvironmentRequest
|
|
892
|
+
) => any;
|
|
893
|
+
|
|
894
|
+
export declare const DeleteExtensionRequestFilterSensitiveLog: (
|
|
895
|
+
obj: DeleteExtensionRequest
|
|
896
|
+
) => any;
|
|
897
|
+
|
|
898
|
+
export declare const DeleteExtensionAssociationRequestFilterSensitiveLog: (
|
|
899
|
+
obj: DeleteExtensionAssociationRequest
|
|
900
|
+
) => any;
|
|
901
|
+
|
|
902
|
+
export declare const DeleteHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
903
|
+
obj: DeleteHostedConfigurationVersionRequest
|
|
904
|
+
) => any;
|
|
905
|
+
|
|
906
|
+
export declare const GetApplicationRequestFilterSensitiveLog: (
|
|
907
|
+
obj: GetApplicationRequest
|
|
908
|
+
) => any;
|
|
909
|
+
|
|
910
|
+
export declare const ConfigurationFilterSensitiveLog: (
|
|
911
|
+
obj: Configuration
|
|
912
|
+
) => any;
|
|
913
|
+
|
|
914
|
+
export declare const GetConfigurationRequestFilterSensitiveLog: (
|
|
915
|
+
obj: GetConfigurationRequest
|
|
916
|
+
) => any;
|
|
917
|
+
|
|
918
|
+
export declare const GetConfigurationProfileRequestFilterSensitiveLog: (
|
|
919
|
+
obj: GetConfigurationProfileRequest
|
|
920
|
+
) => any;
|
|
921
|
+
|
|
922
|
+
export declare const AppliedExtensionFilterSensitiveLog: (
|
|
923
|
+
obj: AppliedExtension
|
|
924
|
+
) => any;
|
|
925
|
+
|
|
926
|
+
export declare const DeploymentEventFilterSensitiveLog: (
|
|
927
|
+
obj: DeploymentEvent
|
|
928
|
+
) => any;
|
|
929
|
+
|
|
930
|
+
export declare const DeploymentFilterSensitiveLog: (obj: Deployment) => any;
|
|
931
|
+
|
|
932
|
+
export declare const GetDeploymentRequestFilterSensitiveLog: (
|
|
933
|
+
obj: GetDeploymentRequest
|
|
934
|
+
) => any;
|
|
935
|
+
|
|
936
|
+
export declare const GetDeploymentStrategyRequestFilterSensitiveLog: (
|
|
937
|
+
obj: GetDeploymentStrategyRequest
|
|
938
|
+
) => any;
|
|
939
|
+
|
|
940
|
+
export declare const GetEnvironmentRequestFilterSensitiveLog: (
|
|
941
|
+
obj: GetEnvironmentRequest
|
|
942
|
+
) => any;
|
|
943
|
+
|
|
944
|
+
export declare const GetExtensionRequestFilterSensitiveLog: (
|
|
945
|
+
obj: GetExtensionRequest
|
|
946
|
+
) => any;
|
|
947
|
+
|
|
948
|
+
export declare const GetExtensionAssociationRequestFilterSensitiveLog: (
|
|
949
|
+
obj: GetExtensionAssociationRequest
|
|
950
|
+
) => any;
|
|
951
|
+
|
|
952
|
+
export declare const GetHostedConfigurationVersionRequestFilterSensitiveLog: (
|
|
953
|
+
obj: GetHostedConfigurationVersionRequest
|
|
954
|
+
) => any;
|
|
955
|
+
|
|
956
|
+
export declare const ApplicationsFilterSensitiveLog: (obj: Applications) => any;
|
|
957
|
+
|
|
958
|
+
export declare const ListApplicationsRequestFilterSensitiveLog: (
|
|
959
|
+
obj: ListApplicationsRequest
|
|
960
|
+
) => any;
|
|
961
|
+
|
|
962
|
+
export declare const ConfigurationProfileSummaryFilterSensitiveLog: (
|
|
963
|
+
obj: ConfigurationProfileSummary
|
|
964
|
+
) => any;
|
|
965
|
+
|
|
966
|
+
export declare const ConfigurationProfilesFilterSensitiveLog: (
|
|
967
|
+
obj: ConfigurationProfiles
|
|
968
|
+
) => any;
|
|
969
|
+
|
|
970
|
+
export declare const ListConfigurationProfilesRequestFilterSensitiveLog: (
|
|
971
|
+
obj: ListConfigurationProfilesRequest
|
|
972
|
+
) => any;
|
|
973
|
+
|
|
974
|
+
export declare const DeploymentSummaryFilterSensitiveLog: (
|
|
975
|
+
obj: DeploymentSummary
|
|
976
|
+
) => any;
|
|
977
|
+
|
|
978
|
+
export declare const DeploymentsFilterSensitiveLog: (obj: Deployments) => any;
|
|
979
|
+
|
|
980
|
+
export declare const ListDeploymentsRequestFilterSensitiveLog: (
|
|
981
|
+
obj: ListDeploymentsRequest
|
|
982
|
+
) => any;
|
|
983
|
+
|
|
984
|
+
export declare const DeploymentStrategiesFilterSensitiveLog: (
|
|
985
|
+
obj: DeploymentStrategies
|
|
986
|
+
) => any;
|
|
987
|
+
|
|
988
|
+
export declare const ListDeploymentStrategiesRequestFilterSensitiveLog: (
|
|
989
|
+
obj: ListDeploymentStrategiesRequest
|
|
990
|
+
) => any;
|
|
991
|
+
|
|
992
|
+
export declare const EnvironmentsFilterSensitiveLog: (obj: Environments) => any;
|
|
993
|
+
|
|
994
|
+
export declare const ListEnvironmentsRequestFilterSensitiveLog: (
|
|
995
|
+
obj: ListEnvironmentsRequest
|
|
996
|
+
) => any;
|
|
997
|
+
|
|
998
|
+
export declare const ExtensionAssociationSummaryFilterSensitiveLog: (
|
|
999
|
+
obj: ExtensionAssociationSummary
|
|
1000
|
+
) => any;
|
|
1001
|
+
|
|
1002
|
+
export declare const ExtensionAssociationsFilterSensitiveLog: (
|
|
1003
|
+
obj: ExtensionAssociations
|
|
1004
|
+
) => any;
|
|
1005
|
+
|
|
1006
|
+
export declare const ListExtensionAssociationsRequestFilterSensitiveLog: (
|
|
1007
|
+
obj: ListExtensionAssociationsRequest
|
|
1008
|
+
) => any;
|
|
1009
|
+
|
|
1010
|
+
export declare const ExtensionSummaryFilterSensitiveLog: (
|
|
1011
|
+
obj: ExtensionSummary
|
|
1012
|
+
) => any;
|
|
1013
|
+
|
|
1014
|
+
export declare const ExtensionsFilterSensitiveLog: (obj: Extensions) => any;
|
|
1015
|
+
|
|
1016
|
+
export declare const ListExtensionsRequestFilterSensitiveLog: (
|
|
1017
|
+
obj: ListExtensionsRequest
|
|
1018
|
+
) => any;
|
|
1019
|
+
|
|
1020
|
+
export declare const HostedConfigurationVersionSummaryFilterSensitiveLog: (
|
|
1021
|
+
obj: HostedConfigurationVersionSummary
|
|
1022
|
+
) => any;
|
|
1023
|
+
|
|
1024
|
+
export declare const HostedConfigurationVersionsFilterSensitiveLog: (
|
|
1025
|
+
obj: HostedConfigurationVersions
|
|
1026
|
+
) => any;
|
|
1027
|
+
|
|
1028
|
+
export declare const ListHostedConfigurationVersionsRequestFilterSensitiveLog: (
|
|
1029
|
+
obj: ListHostedConfigurationVersionsRequest
|
|
1030
|
+
) => any;
|
|
1031
|
+
|
|
1032
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1033
|
+
obj: ListTagsForResourceRequest
|
|
1034
|
+
) => any;
|
|
1035
|
+
|
|
1036
|
+
export declare const ResourceTagsFilterSensitiveLog: (obj: ResourceTags) => any;
|
|
1037
|
+
|
|
1038
|
+
export declare const StartDeploymentRequestFilterSensitiveLog: (
|
|
1039
|
+
obj: StartDeploymentRequest
|
|
1040
|
+
) => any;
|
|
1041
|
+
|
|
1042
|
+
export declare const StopDeploymentRequestFilterSensitiveLog: (
|
|
1043
|
+
obj: StopDeploymentRequest
|
|
1044
|
+
) => any;
|
|
1045
|
+
|
|
1046
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1047
|
+
obj: TagResourceRequest
|
|
1048
|
+
) => any;
|
|
1049
|
+
|
|
1050
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1051
|
+
obj: UntagResourceRequest
|
|
1052
|
+
) => any;
|
|
1053
|
+
|
|
1054
|
+
export declare const UpdateApplicationRequestFilterSensitiveLog: (
|
|
1055
|
+
obj: UpdateApplicationRequest
|
|
1056
|
+
) => any;
|
|
1057
|
+
|
|
1058
|
+
export declare const UpdateConfigurationProfileRequestFilterSensitiveLog: (
|
|
1059
|
+
obj: UpdateConfigurationProfileRequest
|
|
1060
|
+
) => any;
|
|
1061
|
+
|
|
1062
|
+
export declare const UpdateDeploymentStrategyRequestFilterSensitiveLog: (
|
|
1063
|
+
obj: UpdateDeploymentStrategyRequest
|
|
1064
|
+
) => any;
|
|
1065
|
+
|
|
1066
|
+
export declare const UpdateEnvironmentRequestFilterSensitiveLog: (
|
|
1067
|
+
obj: UpdateEnvironmentRequest
|
|
1068
|
+
) => any;
|
|
1069
|
+
|
|
1070
|
+
export declare const UpdateExtensionRequestFilterSensitiveLog: (
|
|
1071
|
+
obj: UpdateExtensionRequest
|
|
1072
|
+
) => any;
|
|
1073
|
+
|
|
1074
|
+
export declare const UpdateExtensionAssociationRequestFilterSensitiveLog: (
|
|
1075
|
+
obj: UpdateExtensionAssociationRequest
|
|
1076
|
+
) => any;
|
|
1077
|
+
|
|
1078
|
+
export declare const ValidateConfigurationRequestFilterSensitiveLog: (
|
|
1079
|
+
obj: ValidateConfigurationRequest
|
|
1080
|
+
) => any;
|