@aws-sdk/client-imagebuilder 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/Imagebuilder.d.ts +922 -255
- package/dist-types/ts3.4/ImagebuilderClient.d.ts +430 -123
- package/dist-types/ts3.4/commands/CancelImageCreationCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateContainerRecipeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateImageRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreateInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteContainerRecipeCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/DeleteImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteImageRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetComponentCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetComponentPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContainerRecipeCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetContainerRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetImagePipelineCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImagePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImageRecipeCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/GetImageRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ImportComponentCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ImportVmImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListComponentBuildVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListComponentsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListContainerRecipesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListDistributionConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImageBuildVersionsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImagePackagesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagePipelineImagesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListImagePipelinesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImageRecipesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListInfrastructureConfigurationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutComponentPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutContainerRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImagePolicyCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/PutImageRecipePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/StartImagePipelineExecutionCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateDistributionConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateImagePipelineCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpdateInfrastructureConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/index.d.ts +50 -50
- 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/ImagebuilderServiceException.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 +2155 -2001
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListComponentBuildVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListComponentsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListContainerRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListDistributionConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImageBuildVersionsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePackagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePipelineImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagePipelinesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImageRecipesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListInfrastructureConfigurationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +12 -12
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +605 -152
- 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,2001 +1,2155 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ImagebuilderServiceException as __BaseException } from "./ImagebuilderServiceException";
|
|
3
|
-
|
|
4
|
-
export interface SystemsManagerAgent {
|
|
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
|
-
export declare
|
|
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
|
-
export declare enum
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
export
|
|
171
|
-
|
|
172
|
-
|
|
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
|
-
export declare enum ComponentFormat {
|
|
230
|
-
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export interface ComponentSummary {
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
export declare class
|
|
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
|
-
export interface
|
|
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
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
}
|
|
777
|
-
export interface
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
}
|
|
790
|
-
export interface
|
|
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
|
-
export interface
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
}
|
|
903
|
-
export interface
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
939
|
-
}
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
|
|
962
|
-
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
971
|
-
|
|
972
|
-
|
|
973
|
-
|
|
974
|
-
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
983
|
-
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
}
|
|
1309
|
-
export interface
|
|
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
|
-
|
|
1389
|
-
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
|
|
1394
|
-
}
|
|
1395
|
-
export interface
|
|
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
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
1515
|
-
|
|
1516
|
-
|
|
1517
|
-
}
|
|
1518
|
-
export interface
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
}
|
|
1533
|
-
export interface
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
export declare const
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
export declare const
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
export declare const
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
export declare const
|
|
1726
|
-
|
|
1727
|
-
export declare const
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
export declare const
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
export declare const
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
export declare const
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
export declare const
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
export declare const
|
|
1748
|
-
|
|
1749
|
-
export declare const
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
export declare const
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
export declare const
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
export declare const
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
export declare const
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
export declare const
|
|
1770
|
-
|
|
1771
|
-
export declare const
|
|
1772
|
-
|
|
1773
|
-
export declare const
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
export declare const
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
export declare const
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
export declare const
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
export declare const
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
export declare const
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
export declare const
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
export declare const
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
export declare const
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
export declare const
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
export declare const
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
export declare const
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
export declare const
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
export declare const
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
export declare const
|
|
1830
|
-
|
|
1831
|
-
|
|
1832
|
-
|
|
1833
|
-
export declare const
|
|
1834
|
-
|
|
1835
|
-
|
|
1836
|
-
|
|
1837
|
-
export declare const DistributionConfigurationFilterSensitiveLog: (
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
export declare const
|
|
1842
|
-
|
|
1843
|
-
|
|
1844
|
-
|
|
1845
|
-
export declare const
|
|
1846
|
-
|
|
1847
|
-
export declare const
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
-
export declare const
|
|
1852
|
-
|
|
1853
|
-
|
|
1854
|
-
|
|
1855
|
-
export declare const
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
export declare const
|
|
1860
|
-
|
|
1861
|
-
|
|
1862
|
-
|
|
1863
|
-
export declare const
|
|
1864
|
-
|
|
1865
|
-
|
|
1866
|
-
|
|
1867
|
-
export declare const
|
|
1868
|
-
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
export declare const
|
|
1872
|
-
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
export declare const
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
|
|
1879
|
-
export declare const
|
|
1880
|
-
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
export declare const
|
|
1884
|
-
|
|
1885
|
-
|
|
1886
|
-
|
|
1887
|
-
export declare const
|
|
1888
|
-
|
|
1889
|
-
|
|
1890
|
-
|
|
1891
|
-
export declare const
|
|
1892
|
-
|
|
1893
|
-
export declare const
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
export declare const
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
export declare const
|
|
1902
|
-
|
|
1903
|
-
export declare const
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
|
|
1907
|
-
export declare const
|
|
1908
|
-
|
|
1909
|
-
|
|
1910
|
-
|
|
1911
|
-
export declare const
|
|
1912
|
-
|
|
1913
|
-
|
|
1914
|
-
|
|
1915
|
-
export declare const
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
export declare const
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
export declare const
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
export declare const
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
export declare const
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
export declare const
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
export declare const
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
export declare const
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
export declare const
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
export declare const
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
export declare const
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
export declare const
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
export declare const
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
export declare const
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
export declare const
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
export declare const
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
export declare const
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
export declare const
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
export declare const
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
export declare const
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
export declare const
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
export declare const
|
|
2000
|
-
|
|
2001
|
-
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ImagebuilderServiceException as __BaseException } from "./ImagebuilderServiceException";
|
|
3
|
+
|
|
4
|
+
export interface SystemsManagerAgent {
|
|
5
|
+
uninstallAfterBuild?: boolean;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface AdditionalInstanceConfiguration {
|
|
9
|
+
systemsManagerAgent?: SystemsManagerAgent;
|
|
10
|
+
|
|
11
|
+
userDataOverride?: string;
|
|
12
|
+
}
|
|
13
|
+
export declare enum ImageStatus {
|
|
14
|
+
AVAILABLE = "AVAILABLE",
|
|
15
|
+
BUILDING = "BUILDING",
|
|
16
|
+
CANCELLED = "CANCELLED",
|
|
17
|
+
CREATING = "CREATING",
|
|
18
|
+
DELETED = "DELETED",
|
|
19
|
+
DEPRECATED = "DEPRECATED",
|
|
20
|
+
DISTRIBUTING = "DISTRIBUTING",
|
|
21
|
+
FAILED = "FAILED",
|
|
22
|
+
INTEGRATING = "INTEGRATING",
|
|
23
|
+
PENDING = "PENDING",
|
|
24
|
+
TESTING = "TESTING",
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface ImageState {
|
|
28
|
+
status?: ImageStatus | string;
|
|
29
|
+
|
|
30
|
+
reason?: string;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export interface Ami {
|
|
34
|
+
region?: string;
|
|
35
|
+
|
|
36
|
+
image?: string;
|
|
37
|
+
|
|
38
|
+
name?: string;
|
|
39
|
+
|
|
40
|
+
description?: string;
|
|
41
|
+
|
|
42
|
+
state?: ImageState;
|
|
43
|
+
|
|
44
|
+
accountId?: string;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
export interface LaunchPermissionConfiguration {
|
|
48
|
+
userIds?: string[];
|
|
49
|
+
|
|
50
|
+
userGroups?: string[];
|
|
51
|
+
|
|
52
|
+
organizationArns?: string[];
|
|
53
|
+
|
|
54
|
+
organizationalUnitArns?: string[];
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
export interface AmiDistributionConfiguration {
|
|
58
|
+
name?: string;
|
|
59
|
+
|
|
60
|
+
description?: string;
|
|
61
|
+
|
|
62
|
+
targetAccountIds?: string[];
|
|
63
|
+
|
|
64
|
+
amiTags?: Record<string, string>;
|
|
65
|
+
|
|
66
|
+
kmsKeyId?: string;
|
|
67
|
+
|
|
68
|
+
launchPermission?: LaunchPermissionConfiguration;
|
|
69
|
+
}
|
|
70
|
+
export declare enum BuildType {
|
|
71
|
+
IMPORT = "IMPORT",
|
|
72
|
+
SCHEDULED = "SCHEDULED",
|
|
73
|
+
USER_INITIATED = "USER_INITIATED",
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
export declare class CallRateLimitExceededException extends __BaseException {
|
|
77
|
+
readonly name: "CallRateLimitExceededException";
|
|
78
|
+
readonly $fault: "client";
|
|
79
|
+
|
|
80
|
+
constructor(
|
|
81
|
+
opts: __ExceptionOptionType<CallRateLimitExceededException, __BaseException>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
export interface CancelImageCreationRequest {
|
|
85
|
+
imageBuildVersionArn: string | undefined;
|
|
86
|
+
|
|
87
|
+
clientToken?: string;
|
|
88
|
+
}
|
|
89
|
+
export interface CancelImageCreationResponse {
|
|
90
|
+
requestId?: string;
|
|
91
|
+
|
|
92
|
+
clientToken?: string;
|
|
93
|
+
|
|
94
|
+
imageBuildVersionArn?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export declare class ClientException extends __BaseException {
|
|
98
|
+
readonly name: "ClientException";
|
|
99
|
+
readonly $fault: "client";
|
|
100
|
+
|
|
101
|
+
constructor(opts: __ExceptionOptionType<ClientException, __BaseException>);
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
export declare class ForbiddenException extends __BaseException {
|
|
105
|
+
readonly name: "ForbiddenException";
|
|
106
|
+
readonly $fault: "client";
|
|
107
|
+
|
|
108
|
+
constructor(opts: __ExceptionOptionType<ForbiddenException, __BaseException>);
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
export declare class IdempotentParameterMismatchException extends __BaseException {
|
|
112
|
+
readonly name: "IdempotentParameterMismatchException";
|
|
113
|
+
readonly $fault: "client";
|
|
114
|
+
|
|
115
|
+
constructor(
|
|
116
|
+
opts: __ExceptionOptionType<
|
|
117
|
+
IdempotentParameterMismatchException,
|
|
118
|
+
__BaseException
|
|
119
|
+
>
|
|
120
|
+
);
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export declare class InvalidRequestException extends __BaseException {
|
|
124
|
+
readonly name: "InvalidRequestException";
|
|
125
|
+
readonly $fault: "client";
|
|
126
|
+
|
|
127
|
+
constructor(
|
|
128
|
+
opts: __ExceptionOptionType<InvalidRequestException, __BaseException>
|
|
129
|
+
);
|
|
130
|
+
}
|
|
131
|
+
|
|
132
|
+
export declare class ResourceInUseException extends __BaseException {
|
|
133
|
+
readonly name: "ResourceInUseException";
|
|
134
|
+
readonly $fault: "client";
|
|
135
|
+
|
|
136
|
+
constructor(
|
|
137
|
+
opts: __ExceptionOptionType<ResourceInUseException, __BaseException>
|
|
138
|
+
);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export declare class ServiceException extends __BaseException {
|
|
142
|
+
readonly name: "ServiceException";
|
|
143
|
+
readonly $fault: "server";
|
|
144
|
+
|
|
145
|
+
constructor(opts: __ExceptionOptionType<ServiceException, __BaseException>);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
export declare class ServiceUnavailableException extends __BaseException {
|
|
149
|
+
readonly name: "ServiceUnavailableException";
|
|
150
|
+
readonly $fault: "server";
|
|
151
|
+
|
|
152
|
+
constructor(
|
|
153
|
+
opts: __ExceptionOptionType<ServiceUnavailableException, __BaseException>
|
|
154
|
+
);
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export interface ComponentParameterDetail {
|
|
158
|
+
name: string | undefined;
|
|
159
|
+
|
|
160
|
+
type: string | undefined;
|
|
161
|
+
|
|
162
|
+
defaultValue?: string[];
|
|
163
|
+
|
|
164
|
+
description?: string;
|
|
165
|
+
}
|
|
166
|
+
export declare enum Platform {
|
|
167
|
+
LINUX = "Linux",
|
|
168
|
+
WINDOWS = "Windows",
|
|
169
|
+
}
|
|
170
|
+
export declare enum ComponentStatus {
|
|
171
|
+
DEPRECATED = "DEPRECATED",
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export interface ComponentState {
|
|
175
|
+
status?: ComponentStatus | string;
|
|
176
|
+
|
|
177
|
+
reason?: string;
|
|
178
|
+
}
|
|
179
|
+
export declare enum ComponentType {
|
|
180
|
+
BUILD = "BUILD",
|
|
181
|
+
TEST = "TEST",
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
export interface Component {
|
|
185
|
+
arn?: string;
|
|
186
|
+
|
|
187
|
+
name?: string;
|
|
188
|
+
|
|
189
|
+
version?: string;
|
|
190
|
+
|
|
191
|
+
description?: string;
|
|
192
|
+
|
|
193
|
+
changeDescription?: string;
|
|
194
|
+
|
|
195
|
+
type?: ComponentType | string;
|
|
196
|
+
|
|
197
|
+
platform?: Platform | string;
|
|
198
|
+
|
|
199
|
+
supportedOsVersions?: string[];
|
|
200
|
+
|
|
201
|
+
state?: ComponentState;
|
|
202
|
+
|
|
203
|
+
parameters?: ComponentParameterDetail[];
|
|
204
|
+
|
|
205
|
+
owner?: string;
|
|
206
|
+
|
|
207
|
+
data?: string;
|
|
208
|
+
|
|
209
|
+
kmsKeyId?: string;
|
|
210
|
+
|
|
211
|
+
encrypted?: boolean;
|
|
212
|
+
|
|
213
|
+
dateCreated?: string;
|
|
214
|
+
|
|
215
|
+
tags?: Record<string, string>;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
export interface ComponentParameter {
|
|
219
|
+
name: string | undefined;
|
|
220
|
+
|
|
221
|
+
value: string[] | undefined;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
export interface ComponentConfiguration {
|
|
225
|
+
componentArn: string | undefined;
|
|
226
|
+
|
|
227
|
+
parameters?: ComponentParameter[];
|
|
228
|
+
}
|
|
229
|
+
export declare enum ComponentFormat {
|
|
230
|
+
SHELL = "SHELL",
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
export interface ComponentSummary {
|
|
234
|
+
arn?: string;
|
|
235
|
+
|
|
236
|
+
name?: string;
|
|
237
|
+
|
|
238
|
+
version?: string;
|
|
239
|
+
|
|
240
|
+
platform?: Platform | string;
|
|
241
|
+
|
|
242
|
+
supportedOsVersions?: string[];
|
|
243
|
+
|
|
244
|
+
state?: ComponentState;
|
|
245
|
+
|
|
246
|
+
type?: ComponentType | string;
|
|
247
|
+
|
|
248
|
+
owner?: string;
|
|
249
|
+
|
|
250
|
+
description?: string;
|
|
251
|
+
|
|
252
|
+
changeDescription?: string;
|
|
253
|
+
|
|
254
|
+
dateCreated?: string;
|
|
255
|
+
|
|
256
|
+
tags?: Record<string, string>;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
export interface ComponentVersion {
|
|
260
|
+
arn?: string;
|
|
261
|
+
|
|
262
|
+
name?: string;
|
|
263
|
+
|
|
264
|
+
version?: string;
|
|
265
|
+
|
|
266
|
+
description?: string;
|
|
267
|
+
|
|
268
|
+
platform?: Platform | string;
|
|
269
|
+
|
|
270
|
+
supportedOsVersions?: string[];
|
|
271
|
+
|
|
272
|
+
type?: ComponentType | string;
|
|
273
|
+
|
|
274
|
+
owner?: string;
|
|
275
|
+
|
|
276
|
+
dateCreated?: string;
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
export interface Container {
|
|
280
|
+
region?: string;
|
|
281
|
+
|
|
282
|
+
imageUris?: string[];
|
|
283
|
+
}
|
|
284
|
+
export declare enum ContainerRepositoryService {
|
|
285
|
+
ECR = "ECR",
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export interface TargetContainerRepository {
|
|
289
|
+
service: ContainerRepositoryService | string | undefined;
|
|
290
|
+
|
|
291
|
+
repositoryName: string | undefined;
|
|
292
|
+
}
|
|
293
|
+
|
|
294
|
+
export interface ContainerDistributionConfiguration {
|
|
295
|
+
description?: string;
|
|
296
|
+
|
|
297
|
+
containerTags?: string[];
|
|
298
|
+
|
|
299
|
+
targetRepository: TargetContainerRepository | undefined;
|
|
300
|
+
}
|
|
301
|
+
export declare enum ContainerType {
|
|
302
|
+
DOCKER = "DOCKER",
|
|
303
|
+
}
|
|
304
|
+
export declare enum EbsVolumeType {
|
|
305
|
+
GP2 = "gp2",
|
|
306
|
+
GP3 = "gp3",
|
|
307
|
+
IO1 = "io1",
|
|
308
|
+
IO2 = "io2",
|
|
309
|
+
SC1 = "sc1",
|
|
310
|
+
ST1 = "st1",
|
|
311
|
+
STANDARD = "standard",
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export interface EbsInstanceBlockDeviceSpecification {
|
|
315
|
+
encrypted?: boolean;
|
|
316
|
+
|
|
317
|
+
deleteOnTermination?: boolean;
|
|
318
|
+
|
|
319
|
+
iops?: number;
|
|
320
|
+
|
|
321
|
+
kmsKeyId?: string;
|
|
322
|
+
|
|
323
|
+
snapshotId?: string;
|
|
324
|
+
|
|
325
|
+
volumeSize?: number;
|
|
326
|
+
|
|
327
|
+
volumeType?: EbsVolumeType | string;
|
|
328
|
+
|
|
329
|
+
throughput?: number;
|
|
330
|
+
}
|
|
331
|
+
|
|
332
|
+
export interface InstanceBlockDeviceMapping {
|
|
333
|
+
deviceName?: string;
|
|
334
|
+
|
|
335
|
+
ebs?: EbsInstanceBlockDeviceSpecification;
|
|
336
|
+
|
|
337
|
+
virtualName?: string;
|
|
338
|
+
|
|
339
|
+
noDevice?: string;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
export interface InstanceConfiguration {
|
|
343
|
+
image?: string;
|
|
344
|
+
|
|
345
|
+
blockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export interface ContainerRecipe {
|
|
349
|
+
arn?: string;
|
|
350
|
+
|
|
351
|
+
containerType?: ContainerType | string;
|
|
352
|
+
|
|
353
|
+
name?: string;
|
|
354
|
+
|
|
355
|
+
description?: string;
|
|
356
|
+
|
|
357
|
+
platform?: Platform | string;
|
|
358
|
+
|
|
359
|
+
owner?: string;
|
|
360
|
+
|
|
361
|
+
version?: string;
|
|
362
|
+
|
|
363
|
+
components?: ComponentConfiguration[];
|
|
364
|
+
|
|
365
|
+
instanceConfiguration?: InstanceConfiguration;
|
|
366
|
+
|
|
367
|
+
dockerfileTemplateData?: string;
|
|
368
|
+
|
|
369
|
+
kmsKeyId?: string;
|
|
370
|
+
|
|
371
|
+
encrypted?: boolean;
|
|
372
|
+
|
|
373
|
+
parentImage?: string;
|
|
374
|
+
|
|
375
|
+
dateCreated?: string;
|
|
376
|
+
|
|
377
|
+
tags?: Record<string, string>;
|
|
378
|
+
|
|
379
|
+
workingDirectory?: string;
|
|
380
|
+
|
|
381
|
+
targetRepository?: TargetContainerRepository;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
export interface ContainerRecipeSummary {
|
|
385
|
+
arn?: string;
|
|
386
|
+
|
|
387
|
+
containerType?: ContainerType | string;
|
|
388
|
+
|
|
389
|
+
name?: string;
|
|
390
|
+
|
|
391
|
+
platform?: Platform | string;
|
|
392
|
+
|
|
393
|
+
owner?: string;
|
|
394
|
+
|
|
395
|
+
parentImage?: string;
|
|
396
|
+
|
|
397
|
+
dateCreated?: string;
|
|
398
|
+
|
|
399
|
+
tags?: Record<string, string>;
|
|
400
|
+
}
|
|
401
|
+
export interface CreateComponentRequest {
|
|
402
|
+
name: string | undefined;
|
|
403
|
+
|
|
404
|
+
semanticVersion: string | undefined;
|
|
405
|
+
|
|
406
|
+
description?: string;
|
|
407
|
+
|
|
408
|
+
changeDescription?: string;
|
|
409
|
+
|
|
410
|
+
platform: Platform | string | undefined;
|
|
411
|
+
|
|
412
|
+
supportedOsVersions?: string[];
|
|
413
|
+
|
|
414
|
+
data?: string;
|
|
415
|
+
|
|
416
|
+
uri?: string;
|
|
417
|
+
|
|
418
|
+
kmsKeyId?: string;
|
|
419
|
+
|
|
420
|
+
tags?: Record<string, string>;
|
|
421
|
+
|
|
422
|
+
clientToken?: string;
|
|
423
|
+
}
|
|
424
|
+
export interface CreateComponentResponse {
|
|
425
|
+
requestId?: string;
|
|
426
|
+
|
|
427
|
+
clientToken?: string;
|
|
428
|
+
|
|
429
|
+
componentBuildVersionArn?: string;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export declare class InvalidParameterCombinationException extends __BaseException {
|
|
433
|
+
readonly name: "InvalidParameterCombinationException";
|
|
434
|
+
readonly $fault: "client";
|
|
435
|
+
|
|
436
|
+
constructor(
|
|
437
|
+
opts: __ExceptionOptionType<
|
|
438
|
+
InvalidParameterCombinationException,
|
|
439
|
+
__BaseException
|
|
440
|
+
>
|
|
441
|
+
);
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
export declare class InvalidVersionNumberException extends __BaseException {
|
|
445
|
+
readonly name: "InvalidVersionNumberException";
|
|
446
|
+
readonly $fault: "client";
|
|
447
|
+
|
|
448
|
+
constructor(
|
|
449
|
+
opts: __ExceptionOptionType<InvalidVersionNumberException, __BaseException>
|
|
450
|
+
);
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
454
|
+
readonly name: "ServiceQuotaExceededException";
|
|
455
|
+
readonly $fault: "client";
|
|
456
|
+
|
|
457
|
+
constructor(
|
|
458
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
459
|
+
);
|
|
460
|
+
}
|
|
461
|
+
export interface CreateContainerRecipeRequest {
|
|
462
|
+
containerType: ContainerType | string | undefined;
|
|
463
|
+
|
|
464
|
+
name: string | undefined;
|
|
465
|
+
|
|
466
|
+
description?: string;
|
|
467
|
+
|
|
468
|
+
semanticVersion: string | undefined;
|
|
469
|
+
|
|
470
|
+
components: ComponentConfiguration[] | undefined;
|
|
471
|
+
|
|
472
|
+
instanceConfiguration?: InstanceConfiguration;
|
|
473
|
+
|
|
474
|
+
dockerfileTemplateData?: string;
|
|
475
|
+
|
|
476
|
+
dockerfileTemplateUri?: string;
|
|
477
|
+
|
|
478
|
+
platformOverride?: Platform | string;
|
|
479
|
+
|
|
480
|
+
imageOsVersionOverride?: string;
|
|
481
|
+
|
|
482
|
+
parentImage: string | undefined;
|
|
483
|
+
|
|
484
|
+
tags?: Record<string, string>;
|
|
485
|
+
|
|
486
|
+
workingDirectory?: string;
|
|
487
|
+
|
|
488
|
+
targetRepository: TargetContainerRepository | undefined;
|
|
489
|
+
|
|
490
|
+
kmsKeyId?: string;
|
|
491
|
+
|
|
492
|
+
clientToken?: string;
|
|
493
|
+
}
|
|
494
|
+
export interface CreateContainerRecipeResponse {
|
|
495
|
+
requestId?: string;
|
|
496
|
+
|
|
497
|
+
clientToken?: string;
|
|
498
|
+
|
|
499
|
+
containerRecipeArn?: string;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
export declare class ResourceAlreadyExistsException extends __BaseException {
|
|
503
|
+
readonly name: "ResourceAlreadyExistsException";
|
|
504
|
+
readonly $fault: "client";
|
|
505
|
+
|
|
506
|
+
constructor(
|
|
507
|
+
opts: __ExceptionOptionType<ResourceAlreadyExistsException, __BaseException>
|
|
508
|
+
);
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
export interface FastLaunchLaunchTemplateSpecification {
|
|
512
|
+
launchTemplateId?: string;
|
|
513
|
+
|
|
514
|
+
launchTemplateName?: string;
|
|
515
|
+
|
|
516
|
+
launchTemplateVersion?: string;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
export interface FastLaunchSnapshotConfiguration {
|
|
520
|
+
targetResourceCount?: number;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
export interface FastLaunchConfiguration {
|
|
524
|
+
enabled: boolean | undefined;
|
|
525
|
+
|
|
526
|
+
snapshotConfiguration?: FastLaunchSnapshotConfiguration;
|
|
527
|
+
|
|
528
|
+
maxParallelLaunches?: number;
|
|
529
|
+
|
|
530
|
+
launchTemplate?: FastLaunchLaunchTemplateSpecification;
|
|
531
|
+
|
|
532
|
+
accountId?: string;
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
export interface LaunchTemplateConfiguration {
|
|
536
|
+
launchTemplateId: string | undefined;
|
|
537
|
+
|
|
538
|
+
accountId?: string;
|
|
539
|
+
|
|
540
|
+
setDefaultVersion?: boolean;
|
|
541
|
+
}
|
|
542
|
+
export declare enum DiskImageFormat {
|
|
543
|
+
RAW = "RAW",
|
|
544
|
+
VHD = "VHD",
|
|
545
|
+
VMDK = "VMDK",
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
export interface S3ExportConfiguration {
|
|
549
|
+
roleName: string | undefined;
|
|
550
|
+
|
|
551
|
+
diskImageFormat: DiskImageFormat | string | undefined;
|
|
552
|
+
|
|
553
|
+
s3Bucket: string | undefined;
|
|
554
|
+
|
|
555
|
+
s3Prefix?: string;
|
|
556
|
+
}
|
|
557
|
+
|
|
558
|
+
export interface Distribution {
|
|
559
|
+
region: string | undefined;
|
|
560
|
+
|
|
561
|
+
amiDistributionConfiguration?: AmiDistributionConfiguration;
|
|
562
|
+
|
|
563
|
+
containerDistributionConfiguration?: ContainerDistributionConfiguration;
|
|
564
|
+
|
|
565
|
+
licenseConfigurationArns?: string[];
|
|
566
|
+
|
|
567
|
+
launchTemplateConfigurations?: LaunchTemplateConfiguration[];
|
|
568
|
+
|
|
569
|
+
s3ExportConfiguration?: S3ExportConfiguration;
|
|
570
|
+
|
|
571
|
+
fastLaunchConfigurations?: FastLaunchConfiguration[];
|
|
572
|
+
}
|
|
573
|
+
export interface CreateDistributionConfigurationRequest {
|
|
574
|
+
name: string | undefined;
|
|
575
|
+
|
|
576
|
+
description?: string;
|
|
577
|
+
|
|
578
|
+
distributions: Distribution[] | undefined;
|
|
579
|
+
|
|
580
|
+
tags?: Record<string, string>;
|
|
581
|
+
|
|
582
|
+
clientToken?: string;
|
|
583
|
+
}
|
|
584
|
+
export interface CreateDistributionConfigurationResponse {
|
|
585
|
+
requestId?: string;
|
|
586
|
+
|
|
587
|
+
clientToken?: string;
|
|
588
|
+
|
|
589
|
+
distributionConfigurationArn?: string;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
export interface ImageTestsConfiguration {
|
|
593
|
+
imageTestsEnabled?: boolean;
|
|
594
|
+
|
|
595
|
+
timeoutMinutes?: number;
|
|
596
|
+
}
|
|
597
|
+
export interface CreateImageRequest {
|
|
598
|
+
imageRecipeArn?: string;
|
|
599
|
+
|
|
600
|
+
containerRecipeArn?: string;
|
|
601
|
+
|
|
602
|
+
distributionConfigurationArn?: string;
|
|
603
|
+
|
|
604
|
+
infrastructureConfigurationArn: string | undefined;
|
|
605
|
+
|
|
606
|
+
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
607
|
+
|
|
608
|
+
enhancedImageMetadataEnabled?: boolean;
|
|
609
|
+
|
|
610
|
+
tags?: Record<string, string>;
|
|
611
|
+
|
|
612
|
+
clientToken?: string;
|
|
613
|
+
}
|
|
614
|
+
export interface CreateImageResponse {
|
|
615
|
+
requestId?: string;
|
|
616
|
+
|
|
617
|
+
clientToken?: string;
|
|
618
|
+
|
|
619
|
+
imageBuildVersionArn?: string;
|
|
620
|
+
}
|
|
621
|
+
export declare enum PipelineExecutionStartCondition {
|
|
622
|
+
EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE = "EXPRESSION_MATCH_AND_DEPENDENCY_UPDATES_AVAILABLE",
|
|
623
|
+
EXPRESSION_MATCH_ONLY = "EXPRESSION_MATCH_ONLY",
|
|
624
|
+
}
|
|
625
|
+
|
|
626
|
+
export interface Schedule {
|
|
627
|
+
scheduleExpression?: string;
|
|
628
|
+
|
|
629
|
+
timezone?: string;
|
|
630
|
+
|
|
631
|
+
pipelineExecutionStartCondition?: PipelineExecutionStartCondition | string;
|
|
632
|
+
}
|
|
633
|
+
export declare enum PipelineStatus {
|
|
634
|
+
DISABLED = "DISABLED",
|
|
635
|
+
ENABLED = "ENABLED",
|
|
636
|
+
}
|
|
637
|
+
export interface CreateImagePipelineRequest {
|
|
638
|
+
name: string | undefined;
|
|
639
|
+
|
|
640
|
+
description?: string;
|
|
641
|
+
|
|
642
|
+
imageRecipeArn?: string;
|
|
643
|
+
|
|
644
|
+
containerRecipeArn?: string;
|
|
645
|
+
|
|
646
|
+
infrastructureConfigurationArn: string | undefined;
|
|
647
|
+
|
|
648
|
+
distributionConfigurationArn?: string;
|
|
649
|
+
|
|
650
|
+
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
651
|
+
|
|
652
|
+
enhancedImageMetadataEnabled?: boolean;
|
|
653
|
+
|
|
654
|
+
schedule?: Schedule;
|
|
655
|
+
|
|
656
|
+
status?: PipelineStatus | string;
|
|
657
|
+
|
|
658
|
+
tags?: Record<string, string>;
|
|
659
|
+
|
|
660
|
+
clientToken?: string;
|
|
661
|
+
}
|
|
662
|
+
export interface CreateImagePipelineResponse {
|
|
663
|
+
requestId?: string;
|
|
664
|
+
|
|
665
|
+
clientToken?: string;
|
|
666
|
+
|
|
667
|
+
imagePipelineArn?: string;
|
|
668
|
+
}
|
|
669
|
+
export interface CreateImageRecipeRequest {
|
|
670
|
+
name: string | undefined;
|
|
671
|
+
|
|
672
|
+
description?: string;
|
|
673
|
+
|
|
674
|
+
semanticVersion: string | undefined;
|
|
675
|
+
|
|
676
|
+
components: ComponentConfiguration[] | undefined;
|
|
677
|
+
|
|
678
|
+
parentImage: string | undefined;
|
|
679
|
+
|
|
680
|
+
blockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
681
|
+
|
|
682
|
+
tags?: Record<string, string>;
|
|
683
|
+
|
|
684
|
+
workingDirectory?: string;
|
|
685
|
+
|
|
686
|
+
additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
|
|
687
|
+
|
|
688
|
+
clientToken?: string;
|
|
689
|
+
}
|
|
690
|
+
export interface CreateImageRecipeResponse {
|
|
691
|
+
requestId?: string;
|
|
692
|
+
|
|
693
|
+
clientToken?: string;
|
|
694
|
+
|
|
695
|
+
imageRecipeArn?: string;
|
|
696
|
+
}
|
|
697
|
+
|
|
698
|
+
export interface InstanceMetadataOptions {
|
|
699
|
+
httpTokens?: string;
|
|
700
|
+
|
|
701
|
+
httpPutResponseHopLimit?: number;
|
|
702
|
+
}
|
|
703
|
+
|
|
704
|
+
export interface S3Logs {
|
|
705
|
+
s3BucketName?: string;
|
|
706
|
+
|
|
707
|
+
s3KeyPrefix?: string;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export interface Logging {
|
|
711
|
+
s3Logs?: S3Logs;
|
|
712
|
+
}
|
|
713
|
+
export interface CreateInfrastructureConfigurationRequest {
|
|
714
|
+
name: string | undefined;
|
|
715
|
+
|
|
716
|
+
description?: string;
|
|
717
|
+
|
|
718
|
+
instanceTypes?: string[];
|
|
719
|
+
|
|
720
|
+
instanceProfileName: string | undefined;
|
|
721
|
+
|
|
722
|
+
securityGroupIds?: string[];
|
|
723
|
+
|
|
724
|
+
subnetId?: string;
|
|
725
|
+
|
|
726
|
+
logging?: Logging;
|
|
727
|
+
|
|
728
|
+
keyPair?: string;
|
|
729
|
+
|
|
730
|
+
terminateInstanceOnFailure?: boolean;
|
|
731
|
+
|
|
732
|
+
snsTopicArn?: string;
|
|
733
|
+
|
|
734
|
+
resourceTags?: Record<string, string>;
|
|
735
|
+
|
|
736
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
737
|
+
|
|
738
|
+
tags?: Record<string, string>;
|
|
739
|
+
|
|
740
|
+
clientToken?: string;
|
|
741
|
+
}
|
|
742
|
+
export interface CreateInfrastructureConfigurationResponse {
|
|
743
|
+
requestId?: string;
|
|
744
|
+
|
|
745
|
+
clientToken?: string;
|
|
746
|
+
|
|
747
|
+
infrastructureConfigurationArn?: string;
|
|
748
|
+
}
|
|
749
|
+
export interface DeleteComponentRequest {
|
|
750
|
+
componentBuildVersionArn: string | undefined;
|
|
751
|
+
}
|
|
752
|
+
export interface DeleteComponentResponse {
|
|
753
|
+
requestId?: string;
|
|
754
|
+
|
|
755
|
+
componentBuildVersionArn?: string;
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
export declare class ResourceDependencyException extends __BaseException {
|
|
759
|
+
readonly name: "ResourceDependencyException";
|
|
760
|
+
readonly $fault: "client";
|
|
761
|
+
|
|
762
|
+
constructor(
|
|
763
|
+
opts: __ExceptionOptionType<ResourceDependencyException, __BaseException>
|
|
764
|
+
);
|
|
765
|
+
}
|
|
766
|
+
export interface DeleteContainerRecipeRequest {
|
|
767
|
+
containerRecipeArn: string | undefined;
|
|
768
|
+
}
|
|
769
|
+
export interface DeleteContainerRecipeResponse {
|
|
770
|
+
requestId?: string;
|
|
771
|
+
|
|
772
|
+
containerRecipeArn?: string;
|
|
773
|
+
}
|
|
774
|
+
export interface DeleteDistributionConfigurationRequest {
|
|
775
|
+
distributionConfigurationArn: string | undefined;
|
|
776
|
+
}
|
|
777
|
+
export interface DeleteDistributionConfigurationResponse {
|
|
778
|
+
requestId?: string;
|
|
779
|
+
|
|
780
|
+
distributionConfigurationArn?: string;
|
|
781
|
+
}
|
|
782
|
+
export interface DeleteImageRequest {
|
|
783
|
+
imageBuildVersionArn: string | undefined;
|
|
784
|
+
}
|
|
785
|
+
export interface DeleteImageResponse {
|
|
786
|
+
requestId?: string;
|
|
787
|
+
|
|
788
|
+
imageBuildVersionArn?: string;
|
|
789
|
+
}
|
|
790
|
+
export interface DeleteImagePipelineRequest {
|
|
791
|
+
imagePipelineArn: string | undefined;
|
|
792
|
+
}
|
|
793
|
+
export interface DeleteImagePipelineResponse {
|
|
794
|
+
requestId?: string;
|
|
795
|
+
|
|
796
|
+
imagePipelineArn?: string;
|
|
797
|
+
}
|
|
798
|
+
export interface DeleteImageRecipeRequest {
|
|
799
|
+
imageRecipeArn: string | undefined;
|
|
800
|
+
}
|
|
801
|
+
export interface DeleteImageRecipeResponse {
|
|
802
|
+
requestId?: string;
|
|
803
|
+
|
|
804
|
+
imageRecipeArn?: string;
|
|
805
|
+
}
|
|
806
|
+
export interface DeleteInfrastructureConfigurationRequest {
|
|
807
|
+
infrastructureConfigurationArn: string | undefined;
|
|
808
|
+
}
|
|
809
|
+
export interface DeleteInfrastructureConfigurationResponse {
|
|
810
|
+
requestId?: string;
|
|
811
|
+
|
|
812
|
+
infrastructureConfigurationArn?: string;
|
|
813
|
+
}
|
|
814
|
+
|
|
815
|
+
export interface DistributionConfiguration {
|
|
816
|
+
arn?: string;
|
|
817
|
+
|
|
818
|
+
name?: string;
|
|
819
|
+
|
|
820
|
+
description?: string;
|
|
821
|
+
|
|
822
|
+
distributions?: Distribution[];
|
|
823
|
+
|
|
824
|
+
timeoutMinutes: number | undefined;
|
|
825
|
+
|
|
826
|
+
dateCreated?: string;
|
|
827
|
+
|
|
828
|
+
dateUpdated?: string;
|
|
829
|
+
|
|
830
|
+
tags?: Record<string, string>;
|
|
831
|
+
}
|
|
832
|
+
|
|
833
|
+
export interface DistributionConfigurationSummary {
|
|
834
|
+
arn?: string;
|
|
835
|
+
|
|
836
|
+
name?: string;
|
|
837
|
+
|
|
838
|
+
description?: string;
|
|
839
|
+
|
|
840
|
+
dateCreated?: string;
|
|
841
|
+
|
|
842
|
+
dateUpdated?: string;
|
|
843
|
+
|
|
844
|
+
tags?: Record<string, string>;
|
|
845
|
+
|
|
846
|
+
regions?: string[];
|
|
847
|
+
}
|
|
848
|
+
|
|
849
|
+
export interface Filter {
|
|
850
|
+
name?: string;
|
|
851
|
+
|
|
852
|
+
values?: string[];
|
|
853
|
+
}
|
|
854
|
+
export interface GetComponentRequest {
|
|
855
|
+
componentBuildVersionArn: string | undefined;
|
|
856
|
+
}
|
|
857
|
+
export interface GetComponentResponse {
|
|
858
|
+
requestId?: string;
|
|
859
|
+
|
|
860
|
+
component?: Component;
|
|
861
|
+
}
|
|
862
|
+
export interface GetComponentPolicyRequest {
|
|
863
|
+
componentArn: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
export interface GetComponentPolicyResponse {
|
|
866
|
+
requestId?: string;
|
|
867
|
+
|
|
868
|
+
policy?: string;
|
|
869
|
+
}
|
|
870
|
+
|
|
871
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
872
|
+
readonly name: "ResourceNotFoundException";
|
|
873
|
+
readonly $fault: "client";
|
|
874
|
+
|
|
875
|
+
constructor(
|
|
876
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
877
|
+
);
|
|
878
|
+
}
|
|
879
|
+
export interface GetContainerRecipeRequest {
|
|
880
|
+
containerRecipeArn: string | undefined;
|
|
881
|
+
}
|
|
882
|
+
export interface GetContainerRecipeResponse {
|
|
883
|
+
requestId?: string;
|
|
884
|
+
|
|
885
|
+
containerRecipe?: ContainerRecipe;
|
|
886
|
+
}
|
|
887
|
+
export interface GetContainerRecipePolicyRequest {
|
|
888
|
+
containerRecipeArn: string | undefined;
|
|
889
|
+
}
|
|
890
|
+
export interface GetContainerRecipePolicyResponse {
|
|
891
|
+
requestId?: string;
|
|
892
|
+
|
|
893
|
+
policy?: string;
|
|
894
|
+
}
|
|
895
|
+
export interface GetDistributionConfigurationRequest {
|
|
896
|
+
distributionConfigurationArn: string | undefined;
|
|
897
|
+
}
|
|
898
|
+
export interface GetDistributionConfigurationResponse {
|
|
899
|
+
requestId?: string;
|
|
900
|
+
|
|
901
|
+
distributionConfiguration?: DistributionConfiguration;
|
|
902
|
+
}
|
|
903
|
+
export interface GetImageRequest {
|
|
904
|
+
imageBuildVersionArn: string | undefined;
|
|
905
|
+
}
|
|
906
|
+
export declare enum ImageType {
|
|
907
|
+
AMI = "AMI",
|
|
908
|
+
DOCKER = "DOCKER",
|
|
909
|
+
}
|
|
910
|
+
|
|
911
|
+
export interface ImageRecipe {
|
|
912
|
+
arn?: string;
|
|
913
|
+
|
|
914
|
+
type?: ImageType | string;
|
|
915
|
+
|
|
916
|
+
name?: string;
|
|
917
|
+
|
|
918
|
+
description?: string;
|
|
919
|
+
|
|
920
|
+
platform?: Platform | string;
|
|
921
|
+
|
|
922
|
+
owner?: string;
|
|
923
|
+
|
|
924
|
+
version?: string;
|
|
925
|
+
|
|
926
|
+
components?: ComponentConfiguration[];
|
|
927
|
+
|
|
928
|
+
parentImage?: string;
|
|
929
|
+
|
|
930
|
+
blockDeviceMappings?: InstanceBlockDeviceMapping[];
|
|
931
|
+
|
|
932
|
+
dateCreated?: string;
|
|
933
|
+
|
|
934
|
+
tags?: Record<string, string>;
|
|
935
|
+
|
|
936
|
+
workingDirectory?: string;
|
|
937
|
+
|
|
938
|
+
additionalInstanceConfiguration?: AdditionalInstanceConfiguration;
|
|
939
|
+
}
|
|
940
|
+
|
|
941
|
+
export interface InfrastructureConfiguration {
|
|
942
|
+
arn?: string;
|
|
943
|
+
|
|
944
|
+
name?: string;
|
|
945
|
+
|
|
946
|
+
description?: string;
|
|
947
|
+
|
|
948
|
+
instanceTypes?: string[];
|
|
949
|
+
|
|
950
|
+
instanceProfileName?: string;
|
|
951
|
+
|
|
952
|
+
securityGroupIds?: string[];
|
|
953
|
+
|
|
954
|
+
subnetId?: string;
|
|
955
|
+
|
|
956
|
+
logging?: Logging;
|
|
957
|
+
|
|
958
|
+
keyPair?: string;
|
|
959
|
+
|
|
960
|
+
terminateInstanceOnFailure?: boolean;
|
|
961
|
+
|
|
962
|
+
snsTopicArn?: string;
|
|
963
|
+
|
|
964
|
+
dateCreated?: string;
|
|
965
|
+
|
|
966
|
+
dateUpdated?: string;
|
|
967
|
+
|
|
968
|
+
resourceTags?: Record<string, string>;
|
|
969
|
+
|
|
970
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
971
|
+
|
|
972
|
+
tags?: Record<string, string>;
|
|
973
|
+
}
|
|
974
|
+
|
|
975
|
+
export interface OutputResources {
|
|
976
|
+
amis?: Ami[];
|
|
977
|
+
|
|
978
|
+
containers?: Container[];
|
|
979
|
+
}
|
|
980
|
+
|
|
981
|
+
export interface Image {
|
|
982
|
+
arn?: string;
|
|
983
|
+
|
|
984
|
+
type?: ImageType | string;
|
|
985
|
+
|
|
986
|
+
name?: string;
|
|
987
|
+
|
|
988
|
+
version?: string;
|
|
989
|
+
|
|
990
|
+
platform?: Platform | string;
|
|
991
|
+
|
|
992
|
+
enhancedImageMetadataEnabled?: boolean;
|
|
993
|
+
|
|
994
|
+
osVersion?: string;
|
|
995
|
+
|
|
996
|
+
state?: ImageState;
|
|
997
|
+
|
|
998
|
+
imageRecipe?: ImageRecipe;
|
|
999
|
+
|
|
1000
|
+
containerRecipe?: ContainerRecipe;
|
|
1001
|
+
|
|
1002
|
+
sourcePipelineName?: string;
|
|
1003
|
+
|
|
1004
|
+
sourcePipelineArn?: string;
|
|
1005
|
+
|
|
1006
|
+
infrastructureConfiguration?: InfrastructureConfiguration;
|
|
1007
|
+
|
|
1008
|
+
distributionConfiguration?: DistributionConfiguration;
|
|
1009
|
+
|
|
1010
|
+
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
1011
|
+
|
|
1012
|
+
dateCreated?: string;
|
|
1013
|
+
|
|
1014
|
+
outputResources?: OutputResources;
|
|
1015
|
+
|
|
1016
|
+
tags?: Record<string, string>;
|
|
1017
|
+
|
|
1018
|
+
buildType?: BuildType | string;
|
|
1019
|
+
}
|
|
1020
|
+
export interface GetImageResponse {
|
|
1021
|
+
requestId?: string;
|
|
1022
|
+
|
|
1023
|
+
image?: Image;
|
|
1024
|
+
}
|
|
1025
|
+
export interface GetImagePipelineRequest {
|
|
1026
|
+
imagePipelineArn: string | undefined;
|
|
1027
|
+
}
|
|
1028
|
+
|
|
1029
|
+
export interface ImagePipeline {
|
|
1030
|
+
arn?: string;
|
|
1031
|
+
|
|
1032
|
+
name?: string;
|
|
1033
|
+
|
|
1034
|
+
description?: string;
|
|
1035
|
+
|
|
1036
|
+
platform?: Platform | string;
|
|
1037
|
+
|
|
1038
|
+
enhancedImageMetadataEnabled?: boolean;
|
|
1039
|
+
|
|
1040
|
+
imageRecipeArn?: string;
|
|
1041
|
+
|
|
1042
|
+
containerRecipeArn?: string;
|
|
1043
|
+
|
|
1044
|
+
infrastructureConfigurationArn?: string;
|
|
1045
|
+
|
|
1046
|
+
distributionConfigurationArn?: string;
|
|
1047
|
+
|
|
1048
|
+
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
1049
|
+
|
|
1050
|
+
schedule?: Schedule;
|
|
1051
|
+
|
|
1052
|
+
status?: PipelineStatus | string;
|
|
1053
|
+
|
|
1054
|
+
dateCreated?: string;
|
|
1055
|
+
|
|
1056
|
+
dateUpdated?: string;
|
|
1057
|
+
|
|
1058
|
+
dateLastRun?: string;
|
|
1059
|
+
|
|
1060
|
+
dateNextRun?: string;
|
|
1061
|
+
|
|
1062
|
+
tags?: Record<string, string>;
|
|
1063
|
+
}
|
|
1064
|
+
export interface GetImagePipelineResponse {
|
|
1065
|
+
requestId?: string;
|
|
1066
|
+
|
|
1067
|
+
imagePipeline?: ImagePipeline;
|
|
1068
|
+
}
|
|
1069
|
+
export interface GetImagePolicyRequest {
|
|
1070
|
+
imageArn: string | undefined;
|
|
1071
|
+
}
|
|
1072
|
+
export interface GetImagePolicyResponse {
|
|
1073
|
+
requestId?: string;
|
|
1074
|
+
|
|
1075
|
+
policy?: string;
|
|
1076
|
+
}
|
|
1077
|
+
export interface GetImageRecipeRequest {
|
|
1078
|
+
imageRecipeArn: string | undefined;
|
|
1079
|
+
}
|
|
1080
|
+
export interface GetImageRecipeResponse {
|
|
1081
|
+
requestId?: string;
|
|
1082
|
+
|
|
1083
|
+
imageRecipe?: ImageRecipe;
|
|
1084
|
+
}
|
|
1085
|
+
export interface GetImageRecipePolicyRequest {
|
|
1086
|
+
imageRecipeArn: string | undefined;
|
|
1087
|
+
}
|
|
1088
|
+
export interface GetImageRecipePolicyResponse {
|
|
1089
|
+
requestId?: string;
|
|
1090
|
+
|
|
1091
|
+
policy?: string;
|
|
1092
|
+
}
|
|
1093
|
+
|
|
1094
|
+
export interface GetInfrastructureConfigurationRequest {
|
|
1095
|
+
infrastructureConfigurationArn: string | undefined;
|
|
1096
|
+
}
|
|
1097
|
+
|
|
1098
|
+
export interface GetInfrastructureConfigurationResponse {
|
|
1099
|
+
requestId?: string;
|
|
1100
|
+
|
|
1101
|
+
infrastructureConfiguration?: InfrastructureConfiguration;
|
|
1102
|
+
}
|
|
1103
|
+
export interface ImportComponentRequest {
|
|
1104
|
+
name: string | undefined;
|
|
1105
|
+
|
|
1106
|
+
semanticVersion: string | undefined;
|
|
1107
|
+
|
|
1108
|
+
description?: string;
|
|
1109
|
+
|
|
1110
|
+
changeDescription?: string;
|
|
1111
|
+
|
|
1112
|
+
type: ComponentType | string | undefined;
|
|
1113
|
+
|
|
1114
|
+
format: ComponentFormat | string | undefined;
|
|
1115
|
+
|
|
1116
|
+
platform: Platform | string | undefined;
|
|
1117
|
+
|
|
1118
|
+
data?: string;
|
|
1119
|
+
|
|
1120
|
+
uri?: string;
|
|
1121
|
+
|
|
1122
|
+
kmsKeyId?: string;
|
|
1123
|
+
|
|
1124
|
+
tags?: Record<string, string>;
|
|
1125
|
+
|
|
1126
|
+
clientToken?: string;
|
|
1127
|
+
}
|
|
1128
|
+
export interface ImportComponentResponse {
|
|
1129
|
+
requestId?: string;
|
|
1130
|
+
|
|
1131
|
+
clientToken?: string;
|
|
1132
|
+
|
|
1133
|
+
componentBuildVersionArn?: string;
|
|
1134
|
+
}
|
|
1135
|
+
export interface ImportVmImageRequest {
|
|
1136
|
+
name: string | undefined;
|
|
1137
|
+
|
|
1138
|
+
semanticVersion: string | undefined;
|
|
1139
|
+
|
|
1140
|
+
description?: string;
|
|
1141
|
+
|
|
1142
|
+
platform: Platform | string | undefined;
|
|
1143
|
+
|
|
1144
|
+
osVersion?: string;
|
|
1145
|
+
|
|
1146
|
+
vmImportTaskId: string | undefined;
|
|
1147
|
+
|
|
1148
|
+
tags?: Record<string, string>;
|
|
1149
|
+
|
|
1150
|
+
clientToken?: string;
|
|
1151
|
+
}
|
|
1152
|
+
export interface ImportVmImageResponse {
|
|
1153
|
+
requestId?: string;
|
|
1154
|
+
|
|
1155
|
+
imageArn?: string;
|
|
1156
|
+
|
|
1157
|
+
clientToken?: string;
|
|
1158
|
+
}
|
|
1159
|
+
|
|
1160
|
+
export declare class InvalidPaginationTokenException extends __BaseException {
|
|
1161
|
+
readonly name: "InvalidPaginationTokenException";
|
|
1162
|
+
readonly $fault: "client";
|
|
1163
|
+
|
|
1164
|
+
constructor(
|
|
1165
|
+
opts: __ExceptionOptionType<
|
|
1166
|
+
InvalidPaginationTokenException,
|
|
1167
|
+
__BaseException
|
|
1168
|
+
>
|
|
1169
|
+
);
|
|
1170
|
+
}
|
|
1171
|
+
export interface ListComponentBuildVersionsRequest {
|
|
1172
|
+
componentVersionArn: string | undefined;
|
|
1173
|
+
|
|
1174
|
+
maxResults?: number;
|
|
1175
|
+
|
|
1176
|
+
nextToken?: string;
|
|
1177
|
+
}
|
|
1178
|
+
export interface ListComponentBuildVersionsResponse {
|
|
1179
|
+
requestId?: string;
|
|
1180
|
+
|
|
1181
|
+
componentSummaryList?: ComponentSummary[];
|
|
1182
|
+
|
|
1183
|
+
nextToken?: string;
|
|
1184
|
+
}
|
|
1185
|
+
export declare enum Ownership {
|
|
1186
|
+
AMAZON = "Amazon",
|
|
1187
|
+
SELF = "Self",
|
|
1188
|
+
SHARED = "Shared",
|
|
1189
|
+
}
|
|
1190
|
+
export interface ListComponentsRequest {
|
|
1191
|
+
owner?: Ownership | string;
|
|
1192
|
+
|
|
1193
|
+
filters?: Filter[];
|
|
1194
|
+
|
|
1195
|
+
byName?: boolean;
|
|
1196
|
+
|
|
1197
|
+
maxResults?: number;
|
|
1198
|
+
|
|
1199
|
+
nextToken?: string;
|
|
1200
|
+
}
|
|
1201
|
+
export interface ListComponentsResponse {
|
|
1202
|
+
requestId?: string;
|
|
1203
|
+
|
|
1204
|
+
componentVersionList?: ComponentVersion[];
|
|
1205
|
+
|
|
1206
|
+
nextToken?: string;
|
|
1207
|
+
}
|
|
1208
|
+
export interface ListContainerRecipesRequest {
|
|
1209
|
+
owner?: Ownership | string;
|
|
1210
|
+
|
|
1211
|
+
filters?: Filter[];
|
|
1212
|
+
|
|
1213
|
+
maxResults?: number;
|
|
1214
|
+
|
|
1215
|
+
nextToken?: string;
|
|
1216
|
+
}
|
|
1217
|
+
export interface ListContainerRecipesResponse {
|
|
1218
|
+
requestId?: string;
|
|
1219
|
+
|
|
1220
|
+
containerRecipeSummaryList?: ContainerRecipeSummary[];
|
|
1221
|
+
|
|
1222
|
+
nextToken?: string;
|
|
1223
|
+
}
|
|
1224
|
+
export interface ListDistributionConfigurationsRequest {
|
|
1225
|
+
filters?: Filter[];
|
|
1226
|
+
|
|
1227
|
+
maxResults?: number;
|
|
1228
|
+
|
|
1229
|
+
nextToken?: string;
|
|
1230
|
+
}
|
|
1231
|
+
export interface ListDistributionConfigurationsResponse {
|
|
1232
|
+
requestId?: string;
|
|
1233
|
+
|
|
1234
|
+
distributionConfigurationSummaryList?: DistributionConfigurationSummary[];
|
|
1235
|
+
|
|
1236
|
+
nextToken?: string;
|
|
1237
|
+
}
|
|
1238
|
+
export interface ListImageBuildVersionsRequest {
|
|
1239
|
+
imageVersionArn: string | undefined;
|
|
1240
|
+
|
|
1241
|
+
filters?: Filter[];
|
|
1242
|
+
|
|
1243
|
+
maxResults?: number;
|
|
1244
|
+
|
|
1245
|
+
nextToken?: string;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
export interface ImageSummary {
|
|
1249
|
+
arn?: string;
|
|
1250
|
+
|
|
1251
|
+
name?: string;
|
|
1252
|
+
|
|
1253
|
+
type?: ImageType | string;
|
|
1254
|
+
|
|
1255
|
+
version?: string;
|
|
1256
|
+
|
|
1257
|
+
platform?: Platform | string;
|
|
1258
|
+
|
|
1259
|
+
osVersion?: string;
|
|
1260
|
+
|
|
1261
|
+
state?: ImageState;
|
|
1262
|
+
|
|
1263
|
+
owner?: string;
|
|
1264
|
+
|
|
1265
|
+
dateCreated?: string;
|
|
1266
|
+
|
|
1267
|
+
outputResources?: OutputResources;
|
|
1268
|
+
|
|
1269
|
+
tags?: Record<string, string>;
|
|
1270
|
+
|
|
1271
|
+
buildType?: BuildType | string;
|
|
1272
|
+
}
|
|
1273
|
+
export interface ListImageBuildVersionsResponse {
|
|
1274
|
+
requestId?: string;
|
|
1275
|
+
|
|
1276
|
+
imageSummaryList?: ImageSummary[];
|
|
1277
|
+
|
|
1278
|
+
nextToken?: string;
|
|
1279
|
+
}
|
|
1280
|
+
export interface ListImagePackagesRequest {
|
|
1281
|
+
imageBuildVersionArn: string | undefined;
|
|
1282
|
+
|
|
1283
|
+
maxResults?: number;
|
|
1284
|
+
|
|
1285
|
+
nextToken?: string;
|
|
1286
|
+
}
|
|
1287
|
+
|
|
1288
|
+
export interface ImagePackage {
|
|
1289
|
+
packageName?: string;
|
|
1290
|
+
|
|
1291
|
+
packageVersion?: string;
|
|
1292
|
+
}
|
|
1293
|
+
export interface ListImagePackagesResponse {
|
|
1294
|
+
requestId?: string;
|
|
1295
|
+
|
|
1296
|
+
imagePackageList?: ImagePackage[];
|
|
1297
|
+
|
|
1298
|
+
nextToken?: string;
|
|
1299
|
+
}
|
|
1300
|
+
export interface ListImagePipelineImagesRequest {
|
|
1301
|
+
imagePipelineArn: string | undefined;
|
|
1302
|
+
|
|
1303
|
+
filters?: Filter[];
|
|
1304
|
+
|
|
1305
|
+
maxResults?: number;
|
|
1306
|
+
|
|
1307
|
+
nextToken?: string;
|
|
1308
|
+
}
|
|
1309
|
+
export interface ListImagePipelineImagesResponse {
|
|
1310
|
+
requestId?: string;
|
|
1311
|
+
|
|
1312
|
+
imageSummaryList?: ImageSummary[];
|
|
1313
|
+
|
|
1314
|
+
nextToken?: string;
|
|
1315
|
+
}
|
|
1316
|
+
export interface ListImagePipelinesRequest {
|
|
1317
|
+
filters?: Filter[];
|
|
1318
|
+
|
|
1319
|
+
maxResults?: number;
|
|
1320
|
+
|
|
1321
|
+
nextToken?: string;
|
|
1322
|
+
}
|
|
1323
|
+
export interface ListImagePipelinesResponse {
|
|
1324
|
+
requestId?: string;
|
|
1325
|
+
|
|
1326
|
+
imagePipelineList?: ImagePipeline[];
|
|
1327
|
+
|
|
1328
|
+
nextToken?: string;
|
|
1329
|
+
}
|
|
1330
|
+
export interface ListImageRecipesRequest {
|
|
1331
|
+
owner?: Ownership | string;
|
|
1332
|
+
|
|
1333
|
+
filters?: Filter[];
|
|
1334
|
+
|
|
1335
|
+
maxResults?: number;
|
|
1336
|
+
|
|
1337
|
+
nextToken?: string;
|
|
1338
|
+
}
|
|
1339
|
+
|
|
1340
|
+
export interface ImageRecipeSummary {
|
|
1341
|
+
arn?: string;
|
|
1342
|
+
|
|
1343
|
+
name?: string;
|
|
1344
|
+
|
|
1345
|
+
platform?: Platform | string;
|
|
1346
|
+
|
|
1347
|
+
owner?: string;
|
|
1348
|
+
|
|
1349
|
+
parentImage?: string;
|
|
1350
|
+
|
|
1351
|
+
dateCreated?: string;
|
|
1352
|
+
|
|
1353
|
+
tags?: Record<string, string>;
|
|
1354
|
+
}
|
|
1355
|
+
export interface ListImageRecipesResponse {
|
|
1356
|
+
requestId?: string;
|
|
1357
|
+
|
|
1358
|
+
imageRecipeSummaryList?: ImageRecipeSummary[];
|
|
1359
|
+
|
|
1360
|
+
nextToken?: string;
|
|
1361
|
+
}
|
|
1362
|
+
export interface ListImagesRequest {
|
|
1363
|
+
owner?: Ownership | string;
|
|
1364
|
+
|
|
1365
|
+
filters?: Filter[];
|
|
1366
|
+
|
|
1367
|
+
byName?: boolean;
|
|
1368
|
+
|
|
1369
|
+
maxResults?: number;
|
|
1370
|
+
|
|
1371
|
+
nextToken?: string;
|
|
1372
|
+
|
|
1373
|
+
includeDeprecated?: boolean;
|
|
1374
|
+
}
|
|
1375
|
+
|
|
1376
|
+
export interface ImageVersion {
|
|
1377
|
+
arn?: string;
|
|
1378
|
+
|
|
1379
|
+
name?: string;
|
|
1380
|
+
|
|
1381
|
+
type?: ImageType | string;
|
|
1382
|
+
|
|
1383
|
+
version?: string;
|
|
1384
|
+
|
|
1385
|
+
platform?: Platform | string;
|
|
1386
|
+
|
|
1387
|
+
osVersion?: string;
|
|
1388
|
+
|
|
1389
|
+
owner?: string;
|
|
1390
|
+
|
|
1391
|
+
dateCreated?: string;
|
|
1392
|
+
|
|
1393
|
+
buildType?: BuildType | string;
|
|
1394
|
+
}
|
|
1395
|
+
export interface ListImagesResponse {
|
|
1396
|
+
requestId?: string;
|
|
1397
|
+
|
|
1398
|
+
imageVersionList?: ImageVersion[];
|
|
1399
|
+
|
|
1400
|
+
nextToken?: string;
|
|
1401
|
+
}
|
|
1402
|
+
export interface ListInfrastructureConfigurationsRequest {
|
|
1403
|
+
filters?: Filter[];
|
|
1404
|
+
|
|
1405
|
+
maxResults?: number;
|
|
1406
|
+
|
|
1407
|
+
nextToken?: string;
|
|
1408
|
+
}
|
|
1409
|
+
|
|
1410
|
+
export interface InfrastructureConfigurationSummary {
|
|
1411
|
+
arn?: string;
|
|
1412
|
+
|
|
1413
|
+
name?: string;
|
|
1414
|
+
|
|
1415
|
+
description?: string;
|
|
1416
|
+
|
|
1417
|
+
dateCreated?: string;
|
|
1418
|
+
|
|
1419
|
+
dateUpdated?: string;
|
|
1420
|
+
|
|
1421
|
+
resourceTags?: Record<string, string>;
|
|
1422
|
+
|
|
1423
|
+
tags?: Record<string, string>;
|
|
1424
|
+
|
|
1425
|
+
instanceTypes?: string[];
|
|
1426
|
+
|
|
1427
|
+
instanceProfileName?: string;
|
|
1428
|
+
}
|
|
1429
|
+
export interface ListInfrastructureConfigurationsResponse {
|
|
1430
|
+
requestId?: string;
|
|
1431
|
+
|
|
1432
|
+
infrastructureConfigurationSummaryList?: InfrastructureConfigurationSummary[];
|
|
1433
|
+
|
|
1434
|
+
nextToken?: string;
|
|
1435
|
+
}
|
|
1436
|
+
|
|
1437
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
1438
|
+
readonly name: "InvalidParameterException";
|
|
1439
|
+
readonly $fault: "client";
|
|
1440
|
+
|
|
1441
|
+
constructor(
|
|
1442
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
1443
|
+
);
|
|
1444
|
+
}
|
|
1445
|
+
export interface ListTagsForResourceRequest {
|
|
1446
|
+
resourceArn: string | undefined;
|
|
1447
|
+
}
|
|
1448
|
+
export interface ListTagsForResourceResponse {
|
|
1449
|
+
tags?: Record<string, string>;
|
|
1450
|
+
}
|
|
1451
|
+
|
|
1452
|
+
export declare class InvalidParameterValueException extends __BaseException {
|
|
1453
|
+
readonly name: "InvalidParameterValueException";
|
|
1454
|
+
readonly $fault: "client";
|
|
1455
|
+
|
|
1456
|
+
constructor(
|
|
1457
|
+
opts: __ExceptionOptionType<InvalidParameterValueException, __BaseException>
|
|
1458
|
+
);
|
|
1459
|
+
}
|
|
1460
|
+
export interface PutComponentPolicyRequest {
|
|
1461
|
+
componentArn: string | undefined;
|
|
1462
|
+
|
|
1463
|
+
policy: string | undefined;
|
|
1464
|
+
}
|
|
1465
|
+
export interface PutComponentPolicyResponse {
|
|
1466
|
+
requestId?: string;
|
|
1467
|
+
|
|
1468
|
+
componentArn?: string;
|
|
1469
|
+
}
|
|
1470
|
+
export interface PutContainerRecipePolicyRequest {
|
|
1471
|
+
containerRecipeArn: string | undefined;
|
|
1472
|
+
|
|
1473
|
+
policy: string | undefined;
|
|
1474
|
+
}
|
|
1475
|
+
export interface PutContainerRecipePolicyResponse {
|
|
1476
|
+
requestId?: string;
|
|
1477
|
+
|
|
1478
|
+
containerRecipeArn?: string;
|
|
1479
|
+
}
|
|
1480
|
+
export interface PutImagePolicyRequest {
|
|
1481
|
+
imageArn: string | undefined;
|
|
1482
|
+
|
|
1483
|
+
policy: string | undefined;
|
|
1484
|
+
}
|
|
1485
|
+
export interface PutImagePolicyResponse {
|
|
1486
|
+
requestId?: string;
|
|
1487
|
+
|
|
1488
|
+
imageArn?: string;
|
|
1489
|
+
}
|
|
1490
|
+
export interface PutImageRecipePolicyRequest {
|
|
1491
|
+
imageRecipeArn: string | undefined;
|
|
1492
|
+
|
|
1493
|
+
policy: string | undefined;
|
|
1494
|
+
}
|
|
1495
|
+
export interface PutImageRecipePolicyResponse {
|
|
1496
|
+
requestId?: string;
|
|
1497
|
+
|
|
1498
|
+
imageRecipeArn?: string;
|
|
1499
|
+
}
|
|
1500
|
+
export interface StartImagePipelineExecutionRequest {
|
|
1501
|
+
imagePipelineArn: string | undefined;
|
|
1502
|
+
|
|
1503
|
+
clientToken?: string;
|
|
1504
|
+
}
|
|
1505
|
+
export interface StartImagePipelineExecutionResponse {
|
|
1506
|
+
requestId?: string;
|
|
1507
|
+
|
|
1508
|
+
clientToken?: string;
|
|
1509
|
+
|
|
1510
|
+
imageBuildVersionArn?: string;
|
|
1511
|
+
}
|
|
1512
|
+
export interface TagResourceRequest {
|
|
1513
|
+
resourceArn: string | undefined;
|
|
1514
|
+
|
|
1515
|
+
tags: Record<string, string> | undefined;
|
|
1516
|
+
}
|
|
1517
|
+
export interface TagResourceResponse {}
|
|
1518
|
+
export interface UntagResourceRequest {
|
|
1519
|
+
resourceArn: string | undefined;
|
|
1520
|
+
|
|
1521
|
+
tagKeys: string[] | undefined;
|
|
1522
|
+
}
|
|
1523
|
+
export interface UntagResourceResponse {}
|
|
1524
|
+
export interface UpdateDistributionConfigurationRequest {
|
|
1525
|
+
distributionConfigurationArn: string | undefined;
|
|
1526
|
+
|
|
1527
|
+
description?: string;
|
|
1528
|
+
|
|
1529
|
+
distributions: Distribution[] | undefined;
|
|
1530
|
+
|
|
1531
|
+
clientToken?: string;
|
|
1532
|
+
}
|
|
1533
|
+
export interface UpdateDistributionConfigurationResponse {
|
|
1534
|
+
requestId?: string;
|
|
1535
|
+
|
|
1536
|
+
clientToken?: string;
|
|
1537
|
+
|
|
1538
|
+
distributionConfigurationArn?: string;
|
|
1539
|
+
}
|
|
1540
|
+
export interface UpdateImagePipelineRequest {
|
|
1541
|
+
imagePipelineArn: string | undefined;
|
|
1542
|
+
|
|
1543
|
+
description?: string;
|
|
1544
|
+
|
|
1545
|
+
imageRecipeArn?: string;
|
|
1546
|
+
|
|
1547
|
+
containerRecipeArn?: string;
|
|
1548
|
+
|
|
1549
|
+
infrastructureConfigurationArn: string | undefined;
|
|
1550
|
+
|
|
1551
|
+
distributionConfigurationArn?: string;
|
|
1552
|
+
|
|
1553
|
+
imageTestsConfiguration?: ImageTestsConfiguration;
|
|
1554
|
+
|
|
1555
|
+
enhancedImageMetadataEnabled?: boolean;
|
|
1556
|
+
|
|
1557
|
+
schedule?: Schedule;
|
|
1558
|
+
|
|
1559
|
+
status?: PipelineStatus | string;
|
|
1560
|
+
|
|
1561
|
+
clientToken?: string;
|
|
1562
|
+
}
|
|
1563
|
+
export interface UpdateImagePipelineResponse {
|
|
1564
|
+
requestId?: string;
|
|
1565
|
+
|
|
1566
|
+
clientToken?: string;
|
|
1567
|
+
|
|
1568
|
+
imagePipelineArn?: string;
|
|
1569
|
+
}
|
|
1570
|
+
export interface UpdateInfrastructureConfigurationRequest {
|
|
1571
|
+
infrastructureConfigurationArn: string | undefined;
|
|
1572
|
+
|
|
1573
|
+
description?: string;
|
|
1574
|
+
|
|
1575
|
+
instanceTypes?: string[];
|
|
1576
|
+
|
|
1577
|
+
instanceProfileName: string | undefined;
|
|
1578
|
+
|
|
1579
|
+
securityGroupIds?: string[];
|
|
1580
|
+
|
|
1581
|
+
subnetId?: string;
|
|
1582
|
+
|
|
1583
|
+
logging?: Logging;
|
|
1584
|
+
|
|
1585
|
+
keyPair?: string;
|
|
1586
|
+
|
|
1587
|
+
terminateInstanceOnFailure?: boolean;
|
|
1588
|
+
|
|
1589
|
+
snsTopicArn?: string;
|
|
1590
|
+
|
|
1591
|
+
clientToken?: string;
|
|
1592
|
+
|
|
1593
|
+
resourceTags?: Record<string, string>;
|
|
1594
|
+
|
|
1595
|
+
instanceMetadataOptions?: InstanceMetadataOptions;
|
|
1596
|
+
}
|
|
1597
|
+
export interface UpdateInfrastructureConfigurationResponse {
|
|
1598
|
+
requestId?: string;
|
|
1599
|
+
|
|
1600
|
+
clientToken?: string;
|
|
1601
|
+
|
|
1602
|
+
infrastructureConfigurationArn?: string;
|
|
1603
|
+
}
|
|
1604
|
+
|
|
1605
|
+
export declare const SystemsManagerAgentFilterSensitiveLog: (
|
|
1606
|
+
obj: SystemsManagerAgent
|
|
1607
|
+
) => any;
|
|
1608
|
+
|
|
1609
|
+
export declare const AdditionalInstanceConfigurationFilterSensitiveLog: (
|
|
1610
|
+
obj: AdditionalInstanceConfiguration
|
|
1611
|
+
) => any;
|
|
1612
|
+
|
|
1613
|
+
export declare const ImageStateFilterSensitiveLog: (obj: ImageState) => any;
|
|
1614
|
+
|
|
1615
|
+
export declare const AmiFilterSensitiveLog: (obj: Ami) => any;
|
|
1616
|
+
|
|
1617
|
+
export declare const LaunchPermissionConfigurationFilterSensitiveLog: (
|
|
1618
|
+
obj: LaunchPermissionConfiguration
|
|
1619
|
+
) => any;
|
|
1620
|
+
|
|
1621
|
+
export declare const AmiDistributionConfigurationFilterSensitiveLog: (
|
|
1622
|
+
obj: AmiDistributionConfiguration
|
|
1623
|
+
) => any;
|
|
1624
|
+
|
|
1625
|
+
export declare const CancelImageCreationRequestFilterSensitiveLog: (
|
|
1626
|
+
obj: CancelImageCreationRequest
|
|
1627
|
+
) => any;
|
|
1628
|
+
|
|
1629
|
+
export declare const CancelImageCreationResponseFilterSensitiveLog: (
|
|
1630
|
+
obj: CancelImageCreationResponse
|
|
1631
|
+
) => any;
|
|
1632
|
+
|
|
1633
|
+
export declare const ComponentParameterDetailFilterSensitiveLog: (
|
|
1634
|
+
obj: ComponentParameterDetail
|
|
1635
|
+
) => any;
|
|
1636
|
+
|
|
1637
|
+
export declare const ComponentStateFilterSensitiveLog: (
|
|
1638
|
+
obj: ComponentState
|
|
1639
|
+
) => any;
|
|
1640
|
+
|
|
1641
|
+
export declare const ComponentFilterSensitiveLog: (obj: Component) => any;
|
|
1642
|
+
|
|
1643
|
+
export declare const ComponentParameterFilterSensitiveLog: (
|
|
1644
|
+
obj: ComponentParameter
|
|
1645
|
+
) => any;
|
|
1646
|
+
|
|
1647
|
+
export declare const ComponentConfigurationFilterSensitiveLog: (
|
|
1648
|
+
obj: ComponentConfiguration
|
|
1649
|
+
) => any;
|
|
1650
|
+
|
|
1651
|
+
export declare const ComponentSummaryFilterSensitiveLog: (
|
|
1652
|
+
obj: ComponentSummary
|
|
1653
|
+
) => any;
|
|
1654
|
+
|
|
1655
|
+
export declare const ComponentVersionFilterSensitiveLog: (
|
|
1656
|
+
obj: ComponentVersion
|
|
1657
|
+
) => any;
|
|
1658
|
+
|
|
1659
|
+
export declare const ContainerFilterSensitiveLog: (obj: Container) => any;
|
|
1660
|
+
|
|
1661
|
+
export declare const TargetContainerRepositoryFilterSensitiveLog: (
|
|
1662
|
+
obj: TargetContainerRepository
|
|
1663
|
+
) => any;
|
|
1664
|
+
|
|
1665
|
+
export declare const ContainerDistributionConfigurationFilterSensitiveLog: (
|
|
1666
|
+
obj: ContainerDistributionConfiguration
|
|
1667
|
+
) => any;
|
|
1668
|
+
|
|
1669
|
+
export declare const EbsInstanceBlockDeviceSpecificationFilterSensitiveLog: (
|
|
1670
|
+
obj: EbsInstanceBlockDeviceSpecification
|
|
1671
|
+
) => any;
|
|
1672
|
+
|
|
1673
|
+
export declare const InstanceBlockDeviceMappingFilterSensitiveLog: (
|
|
1674
|
+
obj: InstanceBlockDeviceMapping
|
|
1675
|
+
) => any;
|
|
1676
|
+
|
|
1677
|
+
export declare const InstanceConfigurationFilterSensitiveLog: (
|
|
1678
|
+
obj: InstanceConfiguration
|
|
1679
|
+
) => any;
|
|
1680
|
+
|
|
1681
|
+
export declare const ContainerRecipeFilterSensitiveLog: (
|
|
1682
|
+
obj: ContainerRecipe
|
|
1683
|
+
) => any;
|
|
1684
|
+
|
|
1685
|
+
export declare const ContainerRecipeSummaryFilterSensitiveLog: (
|
|
1686
|
+
obj: ContainerRecipeSummary
|
|
1687
|
+
) => any;
|
|
1688
|
+
|
|
1689
|
+
export declare const CreateComponentRequestFilterSensitiveLog: (
|
|
1690
|
+
obj: CreateComponentRequest
|
|
1691
|
+
) => any;
|
|
1692
|
+
|
|
1693
|
+
export declare const CreateComponentResponseFilterSensitiveLog: (
|
|
1694
|
+
obj: CreateComponentResponse
|
|
1695
|
+
) => any;
|
|
1696
|
+
|
|
1697
|
+
export declare const CreateContainerRecipeRequestFilterSensitiveLog: (
|
|
1698
|
+
obj: CreateContainerRecipeRequest
|
|
1699
|
+
) => any;
|
|
1700
|
+
|
|
1701
|
+
export declare const CreateContainerRecipeResponseFilterSensitiveLog: (
|
|
1702
|
+
obj: CreateContainerRecipeResponse
|
|
1703
|
+
) => any;
|
|
1704
|
+
|
|
1705
|
+
export declare const FastLaunchLaunchTemplateSpecificationFilterSensitiveLog: (
|
|
1706
|
+
obj: FastLaunchLaunchTemplateSpecification
|
|
1707
|
+
) => any;
|
|
1708
|
+
|
|
1709
|
+
export declare const FastLaunchSnapshotConfigurationFilterSensitiveLog: (
|
|
1710
|
+
obj: FastLaunchSnapshotConfiguration
|
|
1711
|
+
) => any;
|
|
1712
|
+
|
|
1713
|
+
export declare const FastLaunchConfigurationFilterSensitiveLog: (
|
|
1714
|
+
obj: FastLaunchConfiguration
|
|
1715
|
+
) => any;
|
|
1716
|
+
|
|
1717
|
+
export declare const LaunchTemplateConfigurationFilterSensitiveLog: (
|
|
1718
|
+
obj: LaunchTemplateConfiguration
|
|
1719
|
+
) => any;
|
|
1720
|
+
|
|
1721
|
+
export declare const S3ExportConfigurationFilterSensitiveLog: (
|
|
1722
|
+
obj: S3ExportConfiguration
|
|
1723
|
+
) => any;
|
|
1724
|
+
|
|
1725
|
+
export declare const DistributionFilterSensitiveLog: (obj: Distribution) => any;
|
|
1726
|
+
|
|
1727
|
+
export declare const CreateDistributionConfigurationRequestFilterSensitiveLog: (
|
|
1728
|
+
obj: CreateDistributionConfigurationRequest
|
|
1729
|
+
) => any;
|
|
1730
|
+
|
|
1731
|
+
export declare const CreateDistributionConfigurationResponseFilterSensitiveLog: (
|
|
1732
|
+
obj: CreateDistributionConfigurationResponse
|
|
1733
|
+
) => any;
|
|
1734
|
+
|
|
1735
|
+
export declare const ImageTestsConfigurationFilterSensitiveLog: (
|
|
1736
|
+
obj: ImageTestsConfiguration
|
|
1737
|
+
) => any;
|
|
1738
|
+
|
|
1739
|
+
export declare const CreateImageRequestFilterSensitiveLog: (
|
|
1740
|
+
obj: CreateImageRequest
|
|
1741
|
+
) => any;
|
|
1742
|
+
|
|
1743
|
+
export declare const CreateImageResponseFilterSensitiveLog: (
|
|
1744
|
+
obj: CreateImageResponse
|
|
1745
|
+
) => any;
|
|
1746
|
+
|
|
1747
|
+
export declare const ScheduleFilterSensitiveLog: (obj: Schedule) => any;
|
|
1748
|
+
|
|
1749
|
+
export declare const CreateImagePipelineRequestFilterSensitiveLog: (
|
|
1750
|
+
obj: CreateImagePipelineRequest
|
|
1751
|
+
) => any;
|
|
1752
|
+
|
|
1753
|
+
export declare const CreateImagePipelineResponseFilterSensitiveLog: (
|
|
1754
|
+
obj: CreateImagePipelineResponse
|
|
1755
|
+
) => any;
|
|
1756
|
+
|
|
1757
|
+
export declare const CreateImageRecipeRequestFilterSensitiveLog: (
|
|
1758
|
+
obj: CreateImageRecipeRequest
|
|
1759
|
+
) => any;
|
|
1760
|
+
|
|
1761
|
+
export declare const CreateImageRecipeResponseFilterSensitiveLog: (
|
|
1762
|
+
obj: CreateImageRecipeResponse
|
|
1763
|
+
) => any;
|
|
1764
|
+
|
|
1765
|
+
export declare const InstanceMetadataOptionsFilterSensitiveLog: (
|
|
1766
|
+
obj: InstanceMetadataOptions
|
|
1767
|
+
) => any;
|
|
1768
|
+
|
|
1769
|
+
export declare const S3LogsFilterSensitiveLog: (obj: S3Logs) => any;
|
|
1770
|
+
|
|
1771
|
+
export declare const LoggingFilterSensitiveLog: (obj: Logging) => any;
|
|
1772
|
+
|
|
1773
|
+
export declare const CreateInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
1774
|
+
obj: CreateInfrastructureConfigurationRequest
|
|
1775
|
+
) => any;
|
|
1776
|
+
|
|
1777
|
+
export declare const CreateInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
1778
|
+
obj: CreateInfrastructureConfigurationResponse
|
|
1779
|
+
) => any;
|
|
1780
|
+
|
|
1781
|
+
export declare const DeleteComponentRequestFilterSensitiveLog: (
|
|
1782
|
+
obj: DeleteComponentRequest
|
|
1783
|
+
) => any;
|
|
1784
|
+
|
|
1785
|
+
export declare const DeleteComponentResponseFilterSensitiveLog: (
|
|
1786
|
+
obj: DeleteComponentResponse
|
|
1787
|
+
) => any;
|
|
1788
|
+
|
|
1789
|
+
export declare const DeleteContainerRecipeRequestFilterSensitiveLog: (
|
|
1790
|
+
obj: DeleteContainerRecipeRequest
|
|
1791
|
+
) => any;
|
|
1792
|
+
|
|
1793
|
+
export declare const DeleteContainerRecipeResponseFilterSensitiveLog: (
|
|
1794
|
+
obj: DeleteContainerRecipeResponse
|
|
1795
|
+
) => any;
|
|
1796
|
+
|
|
1797
|
+
export declare const DeleteDistributionConfigurationRequestFilterSensitiveLog: (
|
|
1798
|
+
obj: DeleteDistributionConfigurationRequest
|
|
1799
|
+
) => any;
|
|
1800
|
+
|
|
1801
|
+
export declare const DeleteDistributionConfigurationResponseFilterSensitiveLog: (
|
|
1802
|
+
obj: DeleteDistributionConfigurationResponse
|
|
1803
|
+
) => any;
|
|
1804
|
+
|
|
1805
|
+
export declare const DeleteImageRequestFilterSensitiveLog: (
|
|
1806
|
+
obj: DeleteImageRequest
|
|
1807
|
+
) => any;
|
|
1808
|
+
|
|
1809
|
+
export declare const DeleteImageResponseFilterSensitiveLog: (
|
|
1810
|
+
obj: DeleteImageResponse
|
|
1811
|
+
) => any;
|
|
1812
|
+
|
|
1813
|
+
export declare const DeleteImagePipelineRequestFilterSensitiveLog: (
|
|
1814
|
+
obj: DeleteImagePipelineRequest
|
|
1815
|
+
) => any;
|
|
1816
|
+
|
|
1817
|
+
export declare const DeleteImagePipelineResponseFilterSensitiveLog: (
|
|
1818
|
+
obj: DeleteImagePipelineResponse
|
|
1819
|
+
) => any;
|
|
1820
|
+
|
|
1821
|
+
export declare const DeleteImageRecipeRequestFilterSensitiveLog: (
|
|
1822
|
+
obj: DeleteImageRecipeRequest
|
|
1823
|
+
) => any;
|
|
1824
|
+
|
|
1825
|
+
export declare const DeleteImageRecipeResponseFilterSensitiveLog: (
|
|
1826
|
+
obj: DeleteImageRecipeResponse
|
|
1827
|
+
) => any;
|
|
1828
|
+
|
|
1829
|
+
export declare const DeleteInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
1830
|
+
obj: DeleteInfrastructureConfigurationRequest
|
|
1831
|
+
) => any;
|
|
1832
|
+
|
|
1833
|
+
export declare const DeleteInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
1834
|
+
obj: DeleteInfrastructureConfigurationResponse
|
|
1835
|
+
) => any;
|
|
1836
|
+
|
|
1837
|
+
export declare const DistributionConfigurationFilterSensitiveLog: (
|
|
1838
|
+
obj: DistributionConfiguration
|
|
1839
|
+
) => any;
|
|
1840
|
+
|
|
1841
|
+
export declare const DistributionConfigurationSummaryFilterSensitiveLog: (
|
|
1842
|
+
obj: DistributionConfigurationSummary
|
|
1843
|
+
) => any;
|
|
1844
|
+
|
|
1845
|
+
export declare const FilterFilterSensitiveLog: (obj: Filter) => any;
|
|
1846
|
+
|
|
1847
|
+
export declare const GetComponentRequestFilterSensitiveLog: (
|
|
1848
|
+
obj: GetComponentRequest
|
|
1849
|
+
) => any;
|
|
1850
|
+
|
|
1851
|
+
export declare const GetComponentResponseFilterSensitiveLog: (
|
|
1852
|
+
obj: GetComponentResponse
|
|
1853
|
+
) => any;
|
|
1854
|
+
|
|
1855
|
+
export declare const GetComponentPolicyRequestFilterSensitiveLog: (
|
|
1856
|
+
obj: GetComponentPolicyRequest
|
|
1857
|
+
) => any;
|
|
1858
|
+
|
|
1859
|
+
export declare const GetComponentPolicyResponseFilterSensitiveLog: (
|
|
1860
|
+
obj: GetComponentPolicyResponse
|
|
1861
|
+
) => any;
|
|
1862
|
+
|
|
1863
|
+
export declare const GetContainerRecipeRequestFilterSensitiveLog: (
|
|
1864
|
+
obj: GetContainerRecipeRequest
|
|
1865
|
+
) => any;
|
|
1866
|
+
|
|
1867
|
+
export declare const GetContainerRecipeResponseFilterSensitiveLog: (
|
|
1868
|
+
obj: GetContainerRecipeResponse
|
|
1869
|
+
) => any;
|
|
1870
|
+
|
|
1871
|
+
export declare const GetContainerRecipePolicyRequestFilterSensitiveLog: (
|
|
1872
|
+
obj: GetContainerRecipePolicyRequest
|
|
1873
|
+
) => any;
|
|
1874
|
+
|
|
1875
|
+
export declare const GetContainerRecipePolicyResponseFilterSensitiveLog: (
|
|
1876
|
+
obj: GetContainerRecipePolicyResponse
|
|
1877
|
+
) => any;
|
|
1878
|
+
|
|
1879
|
+
export declare const GetDistributionConfigurationRequestFilterSensitiveLog: (
|
|
1880
|
+
obj: GetDistributionConfigurationRequest
|
|
1881
|
+
) => any;
|
|
1882
|
+
|
|
1883
|
+
export declare const GetDistributionConfigurationResponseFilterSensitiveLog: (
|
|
1884
|
+
obj: GetDistributionConfigurationResponse
|
|
1885
|
+
) => any;
|
|
1886
|
+
|
|
1887
|
+
export declare const GetImageRequestFilterSensitiveLog: (
|
|
1888
|
+
obj: GetImageRequest
|
|
1889
|
+
) => any;
|
|
1890
|
+
|
|
1891
|
+
export declare const ImageRecipeFilterSensitiveLog: (obj: ImageRecipe) => any;
|
|
1892
|
+
|
|
1893
|
+
export declare const InfrastructureConfigurationFilterSensitiveLog: (
|
|
1894
|
+
obj: InfrastructureConfiguration
|
|
1895
|
+
) => any;
|
|
1896
|
+
|
|
1897
|
+
export declare const OutputResourcesFilterSensitiveLog: (
|
|
1898
|
+
obj: OutputResources
|
|
1899
|
+
) => any;
|
|
1900
|
+
|
|
1901
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
1902
|
+
|
|
1903
|
+
export declare const GetImageResponseFilterSensitiveLog: (
|
|
1904
|
+
obj: GetImageResponse
|
|
1905
|
+
) => any;
|
|
1906
|
+
|
|
1907
|
+
export declare const GetImagePipelineRequestFilterSensitiveLog: (
|
|
1908
|
+
obj: GetImagePipelineRequest
|
|
1909
|
+
) => any;
|
|
1910
|
+
|
|
1911
|
+
export declare const ImagePipelineFilterSensitiveLog: (
|
|
1912
|
+
obj: ImagePipeline
|
|
1913
|
+
) => any;
|
|
1914
|
+
|
|
1915
|
+
export declare const GetImagePipelineResponseFilterSensitiveLog: (
|
|
1916
|
+
obj: GetImagePipelineResponse
|
|
1917
|
+
) => any;
|
|
1918
|
+
|
|
1919
|
+
export declare const GetImagePolicyRequestFilterSensitiveLog: (
|
|
1920
|
+
obj: GetImagePolicyRequest
|
|
1921
|
+
) => any;
|
|
1922
|
+
|
|
1923
|
+
export declare const GetImagePolicyResponseFilterSensitiveLog: (
|
|
1924
|
+
obj: GetImagePolicyResponse
|
|
1925
|
+
) => any;
|
|
1926
|
+
|
|
1927
|
+
export declare const GetImageRecipeRequestFilterSensitiveLog: (
|
|
1928
|
+
obj: GetImageRecipeRequest
|
|
1929
|
+
) => any;
|
|
1930
|
+
|
|
1931
|
+
export declare const GetImageRecipeResponseFilterSensitiveLog: (
|
|
1932
|
+
obj: GetImageRecipeResponse
|
|
1933
|
+
) => any;
|
|
1934
|
+
|
|
1935
|
+
export declare const GetImageRecipePolicyRequestFilterSensitiveLog: (
|
|
1936
|
+
obj: GetImageRecipePolicyRequest
|
|
1937
|
+
) => any;
|
|
1938
|
+
|
|
1939
|
+
export declare const GetImageRecipePolicyResponseFilterSensitiveLog: (
|
|
1940
|
+
obj: GetImageRecipePolicyResponse
|
|
1941
|
+
) => any;
|
|
1942
|
+
|
|
1943
|
+
export declare const GetInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
1944
|
+
obj: GetInfrastructureConfigurationRequest
|
|
1945
|
+
) => any;
|
|
1946
|
+
|
|
1947
|
+
export declare const GetInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
1948
|
+
obj: GetInfrastructureConfigurationResponse
|
|
1949
|
+
) => any;
|
|
1950
|
+
|
|
1951
|
+
export declare const ImportComponentRequestFilterSensitiveLog: (
|
|
1952
|
+
obj: ImportComponentRequest
|
|
1953
|
+
) => any;
|
|
1954
|
+
|
|
1955
|
+
export declare const ImportComponentResponseFilterSensitiveLog: (
|
|
1956
|
+
obj: ImportComponentResponse
|
|
1957
|
+
) => any;
|
|
1958
|
+
|
|
1959
|
+
export declare const ImportVmImageRequestFilterSensitiveLog: (
|
|
1960
|
+
obj: ImportVmImageRequest
|
|
1961
|
+
) => any;
|
|
1962
|
+
|
|
1963
|
+
export declare const ImportVmImageResponseFilterSensitiveLog: (
|
|
1964
|
+
obj: ImportVmImageResponse
|
|
1965
|
+
) => any;
|
|
1966
|
+
|
|
1967
|
+
export declare const ListComponentBuildVersionsRequestFilterSensitiveLog: (
|
|
1968
|
+
obj: ListComponentBuildVersionsRequest
|
|
1969
|
+
) => any;
|
|
1970
|
+
|
|
1971
|
+
export declare const ListComponentBuildVersionsResponseFilterSensitiveLog: (
|
|
1972
|
+
obj: ListComponentBuildVersionsResponse
|
|
1973
|
+
) => any;
|
|
1974
|
+
|
|
1975
|
+
export declare const ListComponentsRequestFilterSensitiveLog: (
|
|
1976
|
+
obj: ListComponentsRequest
|
|
1977
|
+
) => any;
|
|
1978
|
+
|
|
1979
|
+
export declare const ListComponentsResponseFilterSensitiveLog: (
|
|
1980
|
+
obj: ListComponentsResponse
|
|
1981
|
+
) => any;
|
|
1982
|
+
|
|
1983
|
+
export declare const ListContainerRecipesRequestFilterSensitiveLog: (
|
|
1984
|
+
obj: ListContainerRecipesRequest
|
|
1985
|
+
) => any;
|
|
1986
|
+
|
|
1987
|
+
export declare const ListContainerRecipesResponseFilterSensitiveLog: (
|
|
1988
|
+
obj: ListContainerRecipesResponse
|
|
1989
|
+
) => any;
|
|
1990
|
+
|
|
1991
|
+
export declare const ListDistributionConfigurationsRequestFilterSensitiveLog: (
|
|
1992
|
+
obj: ListDistributionConfigurationsRequest
|
|
1993
|
+
) => any;
|
|
1994
|
+
|
|
1995
|
+
export declare const ListDistributionConfigurationsResponseFilterSensitiveLog: (
|
|
1996
|
+
obj: ListDistributionConfigurationsResponse
|
|
1997
|
+
) => any;
|
|
1998
|
+
|
|
1999
|
+
export declare const ListImageBuildVersionsRequestFilterSensitiveLog: (
|
|
2000
|
+
obj: ListImageBuildVersionsRequest
|
|
2001
|
+
) => any;
|
|
2002
|
+
|
|
2003
|
+
export declare const ImageSummaryFilterSensitiveLog: (obj: ImageSummary) => any;
|
|
2004
|
+
|
|
2005
|
+
export declare const ListImageBuildVersionsResponseFilterSensitiveLog: (
|
|
2006
|
+
obj: ListImageBuildVersionsResponse
|
|
2007
|
+
) => any;
|
|
2008
|
+
|
|
2009
|
+
export declare const ListImagePackagesRequestFilterSensitiveLog: (
|
|
2010
|
+
obj: ListImagePackagesRequest
|
|
2011
|
+
) => any;
|
|
2012
|
+
|
|
2013
|
+
export declare const ImagePackageFilterSensitiveLog: (obj: ImagePackage) => any;
|
|
2014
|
+
|
|
2015
|
+
export declare const ListImagePackagesResponseFilterSensitiveLog: (
|
|
2016
|
+
obj: ListImagePackagesResponse
|
|
2017
|
+
) => any;
|
|
2018
|
+
|
|
2019
|
+
export declare const ListImagePipelineImagesRequestFilterSensitiveLog: (
|
|
2020
|
+
obj: ListImagePipelineImagesRequest
|
|
2021
|
+
) => any;
|
|
2022
|
+
|
|
2023
|
+
export declare const ListImagePipelineImagesResponseFilterSensitiveLog: (
|
|
2024
|
+
obj: ListImagePipelineImagesResponse
|
|
2025
|
+
) => any;
|
|
2026
|
+
|
|
2027
|
+
export declare const ListImagePipelinesRequestFilterSensitiveLog: (
|
|
2028
|
+
obj: ListImagePipelinesRequest
|
|
2029
|
+
) => any;
|
|
2030
|
+
|
|
2031
|
+
export declare const ListImagePipelinesResponseFilterSensitiveLog: (
|
|
2032
|
+
obj: ListImagePipelinesResponse
|
|
2033
|
+
) => any;
|
|
2034
|
+
|
|
2035
|
+
export declare const ListImageRecipesRequestFilterSensitiveLog: (
|
|
2036
|
+
obj: ListImageRecipesRequest
|
|
2037
|
+
) => any;
|
|
2038
|
+
|
|
2039
|
+
export declare const ImageRecipeSummaryFilterSensitiveLog: (
|
|
2040
|
+
obj: ImageRecipeSummary
|
|
2041
|
+
) => any;
|
|
2042
|
+
|
|
2043
|
+
export declare const ListImageRecipesResponseFilterSensitiveLog: (
|
|
2044
|
+
obj: ListImageRecipesResponse
|
|
2045
|
+
) => any;
|
|
2046
|
+
|
|
2047
|
+
export declare const ListImagesRequestFilterSensitiveLog: (
|
|
2048
|
+
obj: ListImagesRequest
|
|
2049
|
+
) => any;
|
|
2050
|
+
|
|
2051
|
+
export declare const ImageVersionFilterSensitiveLog: (obj: ImageVersion) => any;
|
|
2052
|
+
|
|
2053
|
+
export declare const ListImagesResponseFilterSensitiveLog: (
|
|
2054
|
+
obj: ListImagesResponse
|
|
2055
|
+
) => any;
|
|
2056
|
+
|
|
2057
|
+
export declare const ListInfrastructureConfigurationsRequestFilterSensitiveLog: (
|
|
2058
|
+
obj: ListInfrastructureConfigurationsRequest
|
|
2059
|
+
) => any;
|
|
2060
|
+
|
|
2061
|
+
export declare const InfrastructureConfigurationSummaryFilterSensitiveLog: (
|
|
2062
|
+
obj: InfrastructureConfigurationSummary
|
|
2063
|
+
) => any;
|
|
2064
|
+
|
|
2065
|
+
export declare const ListInfrastructureConfigurationsResponseFilterSensitiveLog: (
|
|
2066
|
+
obj: ListInfrastructureConfigurationsResponse
|
|
2067
|
+
) => any;
|
|
2068
|
+
|
|
2069
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
2070
|
+
obj: ListTagsForResourceRequest
|
|
2071
|
+
) => any;
|
|
2072
|
+
|
|
2073
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
2074
|
+
obj: ListTagsForResourceResponse
|
|
2075
|
+
) => any;
|
|
2076
|
+
|
|
2077
|
+
export declare const PutComponentPolicyRequestFilterSensitiveLog: (
|
|
2078
|
+
obj: PutComponentPolicyRequest
|
|
2079
|
+
) => any;
|
|
2080
|
+
|
|
2081
|
+
export declare const PutComponentPolicyResponseFilterSensitiveLog: (
|
|
2082
|
+
obj: PutComponentPolicyResponse
|
|
2083
|
+
) => any;
|
|
2084
|
+
|
|
2085
|
+
export declare const PutContainerRecipePolicyRequestFilterSensitiveLog: (
|
|
2086
|
+
obj: PutContainerRecipePolicyRequest
|
|
2087
|
+
) => any;
|
|
2088
|
+
|
|
2089
|
+
export declare const PutContainerRecipePolicyResponseFilterSensitiveLog: (
|
|
2090
|
+
obj: PutContainerRecipePolicyResponse
|
|
2091
|
+
) => any;
|
|
2092
|
+
|
|
2093
|
+
export declare const PutImagePolicyRequestFilterSensitiveLog: (
|
|
2094
|
+
obj: PutImagePolicyRequest
|
|
2095
|
+
) => any;
|
|
2096
|
+
|
|
2097
|
+
export declare const PutImagePolicyResponseFilterSensitiveLog: (
|
|
2098
|
+
obj: PutImagePolicyResponse
|
|
2099
|
+
) => any;
|
|
2100
|
+
|
|
2101
|
+
export declare const PutImageRecipePolicyRequestFilterSensitiveLog: (
|
|
2102
|
+
obj: PutImageRecipePolicyRequest
|
|
2103
|
+
) => any;
|
|
2104
|
+
|
|
2105
|
+
export declare const PutImageRecipePolicyResponseFilterSensitiveLog: (
|
|
2106
|
+
obj: PutImageRecipePolicyResponse
|
|
2107
|
+
) => any;
|
|
2108
|
+
|
|
2109
|
+
export declare const StartImagePipelineExecutionRequestFilterSensitiveLog: (
|
|
2110
|
+
obj: StartImagePipelineExecutionRequest
|
|
2111
|
+
) => any;
|
|
2112
|
+
|
|
2113
|
+
export declare const StartImagePipelineExecutionResponseFilterSensitiveLog: (
|
|
2114
|
+
obj: StartImagePipelineExecutionResponse
|
|
2115
|
+
) => any;
|
|
2116
|
+
|
|
2117
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
2118
|
+
obj: TagResourceRequest
|
|
2119
|
+
) => any;
|
|
2120
|
+
|
|
2121
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
2122
|
+
obj: TagResourceResponse
|
|
2123
|
+
) => any;
|
|
2124
|
+
|
|
2125
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
2126
|
+
obj: UntagResourceRequest
|
|
2127
|
+
) => any;
|
|
2128
|
+
|
|
2129
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
2130
|
+
obj: UntagResourceResponse
|
|
2131
|
+
) => any;
|
|
2132
|
+
|
|
2133
|
+
export declare const UpdateDistributionConfigurationRequestFilterSensitiveLog: (
|
|
2134
|
+
obj: UpdateDistributionConfigurationRequest
|
|
2135
|
+
) => any;
|
|
2136
|
+
|
|
2137
|
+
export declare const UpdateDistributionConfigurationResponseFilterSensitiveLog: (
|
|
2138
|
+
obj: UpdateDistributionConfigurationResponse
|
|
2139
|
+
) => any;
|
|
2140
|
+
|
|
2141
|
+
export declare const UpdateImagePipelineRequestFilterSensitiveLog: (
|
|
2142
|
+
obj: UpdateImagePipelineRequest
|
|
2143
|
+
) => any;
|
|
2144
|
+
|
|
2145
|
+
export declare const UpdateImagePipelineResponseFilterSensitiveLog: (
|
|
2146
|
+
obj: UpdateImagePipelineResponse
|
|
2147
|
+
) => any;
|
|
2148
|
+
|
|
2149
|
+
export declare const UpdateInfrastructureConfigurationRequestFilterSensitiveLog: (
|
|
2150
|
+
obj: UpdateInfrastructureConfigurationRequest
|
|
2151
|
+
) => any;
|
|
2152
|
+
|
|
2153
|
+
export declare const UpdateInfrastructureConfigurationResponseFilterSensitiveLog: (
|
|
2154
|
+
obj: UpdateInfrastructureConfigurationResponse
|
|
2155
|
+
) => any;
|