@aws-sdk/client-ecr 3.168.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 +16 -0
- package/dist-types/ts3.4/ECR.d.ts +748 -210
- package/dist-types/ts3.4/ECRClient.d.ts +374 -114
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.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/UploadLayerPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECRServiceException.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 +1835 -1637
- package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
- 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/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,1637 +1,1835 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ECRServiceException as __BaseException } from "./ECRServiceException";
|
|
3
|
-
export interface BatchCheckLayerAvailabilityRequest {
|
|
4
|
-
|
|
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
|
-
export declare class ServerException extends __BaseException {
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
export interface ImageIdentifier {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
export interface
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
}
|
|
151
|
-
export declare enum
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
export interface
|
|
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
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
}
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
export interface
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
}
|
|
812
|
-
export interface DescribeImageScanFindingsResponse {
|
|
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
|
-
export interface PullThroughCacheRule {
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
export interface
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
export
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
export interface
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
}
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
export
|
|
931
|
-
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
export
|
|
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
|
-
export
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
|
|
1015
|
-
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
}
|
|
1041
|
-
|
|
1042
|
-
export
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
}
|
|
1088
|
-
export interface
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1112
|
-
|
|
1113
|
-
|
|
1114
|
-
|
|
1115
|
-
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
}
|
|
1131
|
-
|
|
1132
|
-
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
export
|
|
1141
|
-
|
|
1142
|
-
|
|
1143
|
-
|
|
1144
|
-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
}
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
|
|
1257
|
-
|
|
1258
|
-
|
|
1259
|
-
|
|
1260
|
-
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
|
|
1293
|
-
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
}
|
|
1343
|
-
export interface
|
|
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
|
-
export declare const
|
|
1386
|
-
|
|
1387
|
-
|
|
1388
|
-
|
|
1389
|
-
export declare const
|
|
1390
|
-
|
|
1391
|
-
|
|
1392
|
-
|
|
1393
|
-
export declare const
|
|
1394
|
-
|
|
1395
|
-
|
|
1396
|
-
|
|
1397
|
-
export declare const
|
|
1398
|
-
|
|
1399
|
-
|
|
1400
|
-
|
|
1401
|
-
export declare const
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
export declare const
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
export declare const
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
export declare const
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
export declare const
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
export declare const
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
|
|
1429
|
-
export declare const
|
|
1430
|
-
|
|
1431
|
-
|
|
1432
|
-
|
|
1433
|
-
export declare const
|
|
1434
|
-
|
|
1435
|
-
export declare const
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
export declare const
|
|
1440
|
-
|
|
1441
|
-
export declare const
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
export declare const
|
|
1446
|
-
|
|
1447
|
-
|
|
1448
|
-
|
|
1449
|
-
export declare const
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
export declare const
|
|
1454
|
-
|
|
1455
|
-
|
|
1456
|
-
|
|
1457
|
-
export declare const
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
export declare const
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
export declare const
|
|
1466
|
-
|
|
1467
|
-
|
|
1468
|
-
|
|
1469
|
-
export declare const
|
|
1470
|
-
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
export declare const
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
export declare const
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
export declare const
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
export declare const
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
|
|
1489
|
-
export declare const
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
export declare const
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
export declare const
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
export declare const
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
export declare const
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
export declare const
|
|
1510
|
-
|
|
1511
|
-
|
|
1512
|
-
|
|
1513
|
-
export declare const
|
|
1514
|
-
|
|
1515
|
-
export declare const
|
|
1516
|
-
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
export declare const
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
export declare const
|
|
1524
|
-
|
|
1525
|
-
export declare const
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
export declare const
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
export declare const
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
export declare const
|
|
1538
|
-
|
|
1539
|
-
export declare const
|
|
1540
|
-
|
|
1541
|
-
|
|
1542
|
-
|
|
1543
|
-
export declare const
|
|
1544
|
-
|
|
1545
|
-
|
|
1546
|
-
|
|
1547
|
-
export declare const
|
|
1548
|
-
|
|
1549
|
-
export declare const
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
export declare const
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
export declare const
|
|
1558
|
-
|
|
1559
|
-
export declare const
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
export declare const
|
|
1564
|
-
|
|
1565
|
-
export declare const
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
export declare const
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
export declare const
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
export declare const
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
export declare const
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
export declare const
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
export declare const
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
export declare const
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
export declare const
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
export declare const
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
export declare const
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
export declare const
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
export declare const
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
export declare const
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
export declare const
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
export declare const
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
export declare const
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
export declare const
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
export declare const
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ECRServiceException as __BaseException } from "./ECRServiceException";
|
|
3
|
+
export interface BatchCheckLayerAvailabilityRequest {
|
|
4
|
+
registryId?: string;
|
|
5
|
+
|
|
6
|
+
repositoryName: string | undefined;
|
|
7
|
+
|
|
8
|
+
layerDigests: string[] | undefined;
|
|
9
|
+
}
|
|
10
|
+
export declare enum LayerFailureCode {
|
|
11
|
+
InvalidLayerDigest = "InvalidLayerDigest",
|
|
12
|
+
MissingLayerDigest = "MissingLayerDigest",
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export interface LayerFailure {
|
|
16
|
+
layerDigest?: string;
|
|
17
|
+
|
|
18
|
+
failureCode?: LayerFailureCode | string;
|
|
19
|
+
|
|
20
|
+
failureReason?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare enum LayerAvailability {
|
|
23
|
+
AVAILABLE = "AVAILABLE",
|
|
24
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export interface Layer {
|
|
28
|
+
layerDigest?: string;
|
|
29
|
+
|
|
30
|
+
layerAvailability?: LayerAvailability | string;
|
|
31
|
+
|
|
32
|
+
layerSize?: number;
|
|
33
|
+
|
|
34
|
+
mediaType?: string;
|
|
35
|
+
}
|
|
36
|
+
export interface BatchCheckLayerAvailabilityResponse {
|
|
37
|
+
layers?: Layer[];
|
|
38
|
+
|
|
39
|
+
failures?: LayerFailure[];
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
43
|
+
readonly name: "InvalidParameterException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
|
|
46
|
+
constructor(
|
|
47
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
48
|
+
);
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
export declare class RepositoryNotFoundException extends __BaseException {
|
|
52
|
+
readonly name: "RepositoryNotFoundException";
|
|
53
|
+
readonly $fault: "client";
|
|
54
|
+
|
|
55
|
+
constructor(
|
|
56
|
+
opts: __ExceptionOptionType<RepositoryNotFoundException, __BaseException>
|
|
57
|
+
);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
export declare class ServerException extends __BaseException {
|
|
61
|
+
readonly name: "ServerException";
|
|
62
|
+
readonly $fault: "server";
|
|
63
|
+
|
|
64
|
+
constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface ImageIdentifier {
|
|
68
|
+
imageDigest?: string;
|
|
69
|
+
|
|
70
|
+
imageTag?: string;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export interface BatchDeleteImageRequest {
|
|
74
|
+
registryId?: string;
|
|
75
|
+
|
|
76
|
+
repositoryName: string | undefined;
|
|
77
|
+
|
|
78
|
+
imageIds: ImageIdentifier[] | undefined;
|
|
79
|
+
}
|
|
80
|
+
export declare enum ImageFailureCode {
|
|
81
|
+
ImageNotFound = "ImageNotFound",
|
|
82
|
+
ImageReferencedByManifestList = "ImageReferencedByManifestList",
|
|
83
|
+
ImageTagDoesNotMatchDigest = "ImageTagDoesNotMatchDigest",
|
|
84
|
+
InvalidImageDigest = "InvalidImageDigest",
|
|
85
|
+
InvalidImageTag = "InvalidImageTag",
|
|
86
|
+
KmsError = "KmsError",
|
|
87
|
+
MissingDigestAndTag = "MissingDigestAndTag",
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
export interface ImageFailure {
|
|
91
|
+
imageId?: ImageIdentifier;
|
|
92
|
+
|
|
93
|
+
failureCode?: ImageFailureCode | string;
|
|
94
|
+
|
|
95
|
+
failureReason?: string;
|
|
96
|
+
}
|
|
97
|
+
export interface BatchDeleteImageResponse {
|
|
98
|
+
imageIds?: ImageIdentifier[];
|
|
99
|
+
|
|
100
|
+
failures?: ImageFailure[];
|
|
101
|
+
}
|
|
102
|
+
export interface BatchGetImageRequest {
|
|
103
|
+
registryId?: string;
|
|
104
|
+
|
|
105
|
+
repositoryName: string | undefined;
|
|
106
|
+
|
|
107
|
+
imageIds: ImageIdentifier[] | undefined;
|
|
108
|
+
|
|
109
|
+
acceptedMediaTypes?: string[];
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
export interface Image {
|
|
113
|
+
registryId?: string;
|
|
114
|
+
|
|
115
|
+
repositoryName?: string;
|
|
116
|
+
|
|
117
|
+
imageId?: ImageIdentifier;
|
|
118
|
+
|
|
119
|
+
imageManifest?: string;
|
|
120
|
+
|
|
121
|
+
imageManifestMediaType?: string;
|
|
122
|
+
}
|
|
123
|
+
export interface BatchGetImageResponse {
|
|
124
|
+
images?: Image[];
|
|
125
|
+
|
|
126
|
+
failures?: ImageFailure[];
|
|
127
|
+
}
|
|
128
|
+
export interface BatchGetRepositoryScanningConfigurationRequest {
|
|
129
|
+
repositoryNames: string[] | undefined;
|
|
130
|
+
}
|
|
131
|
+
export declare enum ScanningConfigurationFailureCode {
|
|
132
|
+
REPOSITORY_NOT_FOUND = "REPOSITORY_NOT_FOUND",
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
export interface RepositoryScanningConfigurationFailure {
|
|
136
|
+
repositoryName?: string;
|
|
137
|
+
|
|
138
|
+
failureCode?: ScanningConfigurationFailureCode | string;
|
|
139
|
+
|
|
140
|
+
failureReason?: string;
|
|
141
|
+
}
|
|
142
|
+
export declare enum ScanningRepositoryFilterType {
|
|
143
|
+
WILDCARD = "WILDCARD",
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export interface ScanningRepositoryFilter {
|
|
147
|
+
filter: string | undefined;
|
|
148
|
+
|
|
149
|
+
filterType: ScanningRepositoryFilterType | string | undefined;
|
|
150
|
+
}
|
|
151
|
+
export declare enum ScanFrequency {
|
|
152
|
+
CONTINUOUS_SCAN = "CONTINUOUS_SCAN",
|
|
153
|
+
MANUAL = "MANUAL",
|
|
154
|
+
SCAN_ON_PUSH = "SCAN_ON_PUSH",
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export interface RepositoryScanningConfiguration {
|
|
158
|
+
repositoryArn?: string;
|
|
159
|
+
|
|
160
|
+
repositoryName?: string;
|
|
161
|
+
|
|
162
|
+
scanOnPush?: boolean;
|
|
163
|
+
|
|
164
|
+
scanFrequency?: ScanFrequency | string;
|
|
165
|
+
|
|
166
|
+
appliedScanFilters?: ScanningRepositoryFilter[];
|
|
167
|
+
}
|
|
168
|
+
export interface BatchGetRepositoryScanningConfigurationResponse {
|
|
169
|
+
scanningConfigurations?: RepositoryScanningConfiguration[];
|
|
170
|
+
|
|
171
|
+
failures?: RepositoryScanningConfigurationFailure[];
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
export declare class ValidationException extends __BaseException {
|
|
175
|
+
readonly name: "ValidationException";
|
|
176
|
+
readonly $fault: "client";
|
|
177
|
+
|
|
178
|
+
constructor(
|
|
179
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
180
|
+
);
|
|
181
|
+
}
|
|
182
|
+
export interface CompleteLayerUploadRequest {
|
|
183
|
+
registryId?: string;
|
|
184
|
+
|
|
185
|
+
repositoryName: string | undefined;
|
|
186
|
+
|
|
187
|
+
uploadId: string | undefined;
|
|
188
|
+
|
|
189
|
+
layerDigests: string[] | undefined;
|
|
190
|
+
}
|
|
191
|
+
export interface CompleteLayerUploadResponse {
|
|
192
|
+
registryId?: string;
|
|
193
|
+
|
|
194
|
+
repositoryName?: string;
|
|
195
|
+
|
|
196
|
+
uploadId?: string;
|
|
197
|
+
|
|
198
|
+
layerDigest?: string;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
export declare class EmptyUploadException extends __BaseException {
|
|
202
|
+
readonly name: "EmptyUploadException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
|
|
205
|
+
constructor(
|
|
206
|
+
opts: __ExceptionOptionType<EmptyUploadException, __BaseException>
|
|
207
|
+
);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
export declare class InvalidLayerException extends __BaseException {
|
|
211
|
+
readonly name: "InvalidLayerException";
|
|
212
|
+
readonly $fault: "client";
|
|
213
|
+
|
|
214
|
+
constructor(
|
|
215
|
+
opts: __ExceptionOptionType<InvalidLayerException, __BaseException>
|
|
216
|
+
);
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
export declare class KmsException extends __BaseException {
|
|
220
|
+
readonly name: "KmsException";
|
|
221
|
+
readonly $fault: "client";
|
|
222
|
+
|
|
223
|
+
kmsError?: string;
|
|
224
|
+
|
|
225
|
+
constructor(opts: __ExceptionOptionType<KmsException, __BaseException>);
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
export declare class LayerAlreadyExistsException extends __BaseException {
|
|
229
|
+
readonly name: "LayerAlreadyExistsException";
|
|
230
|
+
readonly $fault: "client";
|
|
231
|
+
|
|
232
|
+
constructor(
|
|
233
|
+
opts: __ExceptionOptionType<LayerAlreadyExistsException, __BaseException>
|
|
234
|
+
);
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
export declare class LayerPartTooSmallException extends __BaseException {
|
|
238
|
+
readonly name: "LayerPartTooSmallException";
|
|
239
|
+
readonly $fault: "client";
|
|
240
|
+
|
|
241
|
+
constructor(
|
|
242
|
+
opts: __ExceptionOptionType<LayerPartTooSmallException, __BaseException>
|
|
243
|
+
);
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
export declare class UploadNotFoundException extends __BaseException {
|
|
247
|
+
readonly name: "UploadNotFoundException";
|
|
248
|
+
readonly $fault: "client";
|
|
249
|
+
|
|
250
|
+
constructor(
|
|
251
|
+
opts: __ExceptionOptionType<UploadNotFoundException, __BaseException>
|
|
252
|
+
);
|
|
253
|
+
}
|
|
254
|
+
export interface CreatePullThroughCacheRuleRequest {
|
|
255
|
+
ecrRepositoryPrefix: string | undefined;
|
|
256
|
+
|
|
257
|
+
upstreamRegistryUrl: string | undefined;
|
|
258
|
+
|
|
259
|
+
registryId?: string;
|
|
260
|
+
}
|
|
261
|
+
export interface CreatePullThroughCacheRuleResponse {
|
|
262
|
+
ecrRepositoryPrefix?: string;
|
|
263
|
+
|
|
264
|
+
upstreamRegistryUrl?: string;
|
|
265
|
+
|
|
266
|
+
createdAt?: Date;
|
|
267
|
+
|
|
268
|
+
registryId?: string;
|
|
269
|
+
}
|
|
270
|
+
|
|
271
|
+
export declare class LimitExceededException extends __BaseException {
|
|
272
|
+
readonly name: "LimitExceededException";
|
|
273
|
+
readonly $fault: "client";
|
|
274
|
+
|
|
275
|
+
constructor(
|
|
276
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
277
|
+
);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
export declare class PullThroughCacheRuleAlreadyExistsException extends __BaseException {
|
|
281
|
+
readonly name: "PullThroughCacheRuleAlreadyExistsException";
|
|
282
|
+
readonly $fault: "client";
|
|
283
|
+
|
|
284
|
+
constructor(
|
|
285
|
+
opts: __ExceptionOptionType<
|
|
286
|
+
PullThroughCacheRuleAlreadyExistsException,
|
|
287
|
+
__BaseException
|
|
288
|
+
>
|
|
289
|
+
);
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
export declare class UnsupportedUpstreamRegistryException extends __BaseException {
|
|
293
|
+
readonly name: "UnsupportedUpstreamRegistryException";
|
|
294
|
+
readonly $fault: "client";
|
|
295
|
+
|
|
296
|
+
constructor(
|
|
297
|
+
opts: __ExceptionOptionType<
|
|
298
|
+
UnsupportedUpstreamRegistryException,
|
|
299
|
+
__BaseException
|
|
300
|
+
>
|
|
301
|
+
);
|
|
302
|
+
}
|
|
303
|
+
export declare enum EncryptionType {
|
|
304
|
+
AES256 = "AES256",
|
|
305
|
+
KMS = "KMS",
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
export interface EncryptionConfiguration {
|
|
309
|
+
encryptionType: EncryptionType | string | undefined;
|
|
310
|
+
|
|
311
|
+
kmsKey?: string;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
export interface ImageScanningConfiguration {
|
|
315
|
+
scanOnPush?: boolean;
|
|
316
|
+
}
|
|
317
|
+
export declare enum ImageTagMutability {
|
|
318
|
+
IMMUTABLE = "IMMUTABLE",
|
|
319
|
+
MUTABLE = "MUTABLE",
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
export interface Tag {
|
|
323
|
+
Key?: string;
|
|
324
|
+
|
|
325
|
+
Value?: string;
|
|
326
|
+
}
|
|
327
|
+
export interface CreateRepositoryRequest {
|
|
328
|
+
registryId?: string;
|
|
329
|
+
|
|
330
|
+
repositoryName: string | undefined;
|
|
331
|
+
|
|
332
|
+
tags?: Tag[];
|
|
333
|
+
|
|
334
|
+
imageTagMutability?: ImageTagMutability | string;
|
|
335
|
+
|
|
336
|
+
imageScanningConfiguration?: ImageScanningConfiguration;
|
|
337
|
+
|
|
338
|
+
encryptionConfiguration?: EncryptionConfiguration;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export interface Repository {
|
|
342
|
+
repositoryArn?: string;
|
|
343
|
+
|
|
344
|
+
registryId?: string;
|
|
345
|
+
|
|
346
|
+
repositoryName?: string;
|
|
347
|
+
|
|
348
|
+
repositoryUri?: string;
|
|
349
|
+
|
|
350
|
+
createdAt?: Date;
|
|
351
|
+
|
|
352
|
+
imageTagMutability?: ImageTagMutability | string;
|
|
353
|
+
|
|
354
|
+
imageScanningConfiguration?: ImageScanningConfiguration;
|
|
355
|
+
|
|
356
|
+
encryptionConfiguration?: EncryptionConfiguration;
|
|
357
|
+
}
|
|
358
|
+
export interface CreateRepositoryResponse {
|
|
359
|
+
repository?: Repository;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
export declare class InvalidTagParameterException extends __BaseException {
|
|
363
|
+
readonly name: "InvalidTagParameterException";
|
|
364
|
+
readonly $fault: "client";
|
|
365
|
+
|
|
366
|
+
constructor(
|
|
367
|
+
opts: __ExceptionOptionType<InvalidTagParameterException, __BaseException>
|
|
368
|
+
);
|
|
369
|
+
}
|
|
370
|
+
|
|
371
|
+
export declare class RepositoryAlreadyExistsException extends __BaseException {
|
|
372
|
+
readonly name: "RepositoryAlreadyExistsException";
|
|
373
|
+
readonly $fault: "client";
|
|
374
|
+
|
|
375
|
+
constructor(
|
|
376
|
+
opts: __ExceptionOptionType<
|
|
377
|
+
RepositoryAlreadyExistsException,
|
|
378
|
+
__BaseException
|
|
379
|
+
>
|
|
380
|
+
);
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
384
|
+
readonly name: "TooManyTagsException";
|
|
385
|
+
readonly $fault: "client";
|
|
386
|
+
|
|
387
|
+
constructor(
|
|
388
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
389
|
+
);
|
|
390
|
+
}
|
|
391
|
+
export interface DeleteLifecyclePolicyRequest {
|
|
392
|
+
registryId?: string;
|
|
393
|
+
|
|
394
|
+
repositoryName: string | undefined;
|
|
395
|
+
}
|
|
396
|
+
export interface DeleteLifecyclePolicyResponse {
|
|
397
|
+
registryId?: string;
|
|
398
|
+
|
|
399
|
+
repositoryName?: string;
|
|
400
|
+
|
|
401
|
+
lifecyclePolicyText?: string;
|
|
402
|
+
|
|
403
|
+
lastEvaluatedAt?: Date;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
export declare class LifecyclePolicyNotFoundException extends __BaseException {
|
|
407
|
+
readonly name: "LifecyclePolicyNotFoundException";
|
|
408
|
+
readonly $fault: "client";
|
|
409
|
+
|
|
410
|
+
constructor(
|
|
411
|
+
opts: __ExceptionOptionType<
|
|
412
|
+
LifecyclePolicyNotFoundException,
|
|
413
|
+
__BaseException
|
|
414
|
+
>
|
|
415
|
+
);
|
|
416
|
+
}
|
|
417
|
+
export interface DeletePullThroughCacheRuleRequest {
|
|
418
|
+
ecrRepositoryPrefix: string | undefined;
|
|
419
|
+
|
|
420
|
+
registryId?: string;
|
|
421
|
+
}
|
|
422
|
+
export interface DeletePullThroughCacheRuleResponse {
|
|
423
|
+
ecrRepositoryPrefix?: string;
|
|
424
|
+
|
|
425
|
+
upstreamRegistryUrl?: string;
|
|
426
|
+
|
|
427
|
+
createdAt?: Date;
|
|
428
|
+
|
|
429
|
+
registryId?: string;
|
|
430
|
+
}
|
|
431
|
+
|
|
432
|
+
export declare class PullThroughCacheRuleNotFoundException extends __BaseException {
|
|
433
|
+
readonly name: "PullThroughCacheRuleNotFoundException";
|
|
434
|
+
readonly $fault: "client";
|
|
435
|
+
|
|
436
|
+
constructor(
|
|
437
|
+
opts: __ExceptionOptionType<
|
|
438
|
+
PullThroughCacheRuleNotFoundException,
|
|
439
|
+
__BaseException
|
|
440
|
+
>
|
|
441
|
+
);
|
|
442
|
+
}
|
|
443
|
+
export interface DeleteRegistryPolicyRequest {}
|
|
444
|
+
export interface DeleteRegistryPolicyResponse {
|
|
445
|
+
registryId?: string;
|
|
446
|
+
|
|
447
|
+
policyText?: string;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
export declare class RegistryPolicyNotFoundException extends __BaseException {
|
|
451
|
+
readonly name: "RegistryPolicyNotFoundException";
|
|
452
|
+
readonly $fault: "client";
|
|
453
|
+
|
|
454
|
+
constructor(
|
|
455
|
+
opts: __ExceptionOptionType<
|
|
456
|
+
RegistryPolicyNotFoundException,
|
|
457
|
+
__BaseException
|
|
458
|
+
>
|
|
459
|
+
);
|
|
460
|
+
}
|
|
461
|
+
export interface DeleteRepositoryRequest {
|
|
462
|
+
registryId?: string;
|
|
463
|
+
|
|
464
|
+
repositoryName: string | undefined;
|
|
465
|
+
|
|
466
|
+
force?: boolean;
|
|
467
|
+
}
|
|
468
|
+
export interface DeleteRepositoryResponse {
|
|
469
|
+
repository?: Repository;
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
export declare class RepositoryNotEmptyException extends __BaseException {
|
|
473
|
+
readonly name: "RepositoryNotEmptyException";
|
|
474
|
+
readonly $fault: "client";
|
|
475
|
+
|
|
476
|
+
constructor(
|
|
477
|
+
opts: __ExceptionOptionType<RepositoryNotEmptyException, __BaseException>
|
|
478
|
+
);
|
|
479
|
+
}
|
|
480
|
+
export interface DeleteRepositoryPolicyRequest {
|
|
481
|
+
registryId?: string;
|
|
482
|
+
|
|
483
|
+
repositoryName: string | undefined;
|
|
484
|
+
}
|
|
485
|
+
export interface DeleteRepositoryPolicyResponse {
|
|
486
|
+
registryId?: string;
|
|
487
|
+
|
|
488
|
+
repositoryName?: string;
|
|
489
|
+
|
|
490
|
+
policyText?: string;
|
|
491
|
+
}
|
|
492
|
+
|
|
493
|
+
export declare class RepositoryPolicyNotFoundException extends __BaseException {
|
|
494
|
+
readonly name: "RepositoryPolicyNotFoundException";
|
|
495
|
+
readonly $fault: "client";
|
|
496
|
+
|
|
497
|
+
constructor(
|
|
498
|
+
opts: __ExceptionOptionType<
|
|
499
|
+
RepositoryPolicyNotFoundException,
|
|
500
|
+
__BaseException
|
|
501
|
+
>
|
|
502
|
+
);
|
|
503
|
+
}
|
|
504
|
+
export interface DescribeImageReplicationStatusRequest {
|
|
505
|
+
repositoryName: string | undefined;
|
|
506
|
+
|
|
507
|
+
imageId: ImageIdentifier | undefined;
|
|
508
|
+
|
|
509
|
+
registryId?: string;
|
|
510
|
+
}
|
|
511
|
+
export declare enum ReplicationStatus {
|
|
512
|
+
COMPLETE = "COMPLETE",
|
|
513
|
+
FAILED = "FAILED",
|
|
514
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
515
|
+
}
|
|
516
|
+
|
|
517
|
+
export interface ImageReplicationStatus {
|
|
518
|
+
region?: string;
|
|
519
|
+
|
|
520
|
+
registryId?: string;
|
|
521
|
+
|
|
522
|
+
status?: ReplicationStatus | string;
|
|
523
|
+
|
|
524
|
+
failureCode?: string;
|
|
525
|
+
}
|
|
526
|
+
export interface DescribeImageReplicationStatusResponse {
|
|
527
|
+
repositoryName?: string;
|
|
528
|
+
|
|
529
|
+
imageId?: ImageIdentifier;
|
|
530
|
+
|
|
531
|
+
replicationStatuses?: ImageReplicationStatus[];
|
|
532
|
+
}
|
|
533
|
+
|
|
534
|
+
export declare class ImageNotFoundException extends __BaseException {
|
|
535
|
+
readonly name: "ImageNotFoundException";
|
|
536
|
+
readonly $fault: "client";
|
|
537
|
+
|
|
538
|
+
constructor(
|
|
539
|
+
opts: __ExceptionOptionType<ImageNotFoundException, __BaseException>
|
|
540
|
+
);
|
|
541
|
+
}
|
|
542
|
+
export declare enum TagStatus {
|
|
543
|
+
ANY = "ANY",
|
|
544
|
+
TAGGED = "TAGGED",
|
|
545
|
+
UNTAGGED = "UNTAGGED",
|
|
546
|
+
}
|
|
547
|
+
|
|
548
|
+
export interface DescribeImagesFilter {
|
|
549
|
+
tagStatus?: TagStatus | string;
|
|
550
|
+
}
|
|
551
|
+
export interface DescribeImagesRequest {
|
|
552
|
+
registryId?: string;
|
|
553
|
+
|
|
554
|
+
repositoryName: string | undefined;
|
|
555
|
+
|
|
556
|
+
imageIds?: ImageIdentifier[];
|
|
557
|
+
|
|
558
|
+
nextToken?: string;
|
|
559
|
+
|
|
560
|
+
maxResults?: number;
|
|
561
|
+
|
|
562
|
+
filter?: DescribeImagesFilter;
|
|
563
|
+
}
|
|
564
|
+
export declare enum FindingSeverity {
|
|
565
|
+
CRITICAL = "CRITICAL",
|
|
566
|
+
HIGH = "HIGH",
|
|
567
|
+
INFORMATIONAL = "INFORMATIONAL",
|
|
568
|
+
LOW = "LOW",
|
|
569
|
+
MEDIUM = "MEDIUM",
|
|
570
|
+
UNDEFINED = "UNDEFINED",
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
export interface ImageScanFindingsSummary {
|
|
574
|
+
imageScanCompletedAt?: Date;
|
|
575
|
+
|
|
576
|
+
vulnerabilitySourceUpdatedAt?: Date;
|
|
577
|
+
|
|
578
|
+
findingSeverityCounts?: Record<string, number>;
|
|
579
|
+
}
|
|
580
|
+
export declare enum ScanStatus {
|
|
581
|
+
ACTIVE = "ACTIVE",
|
|
582
|
+
COMPLETE = "COMPLETE",
|
|
583
|
+
FAILED = "FAILED",
|
|
584
|
+
FINDINGS_UNAVAILABLE = "FINDINGS_UNAVAILABLE",
|
|
585
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
586
|
+
PENDING = "PENDING",
|
|
587
|
+
SCAN_ELIGIBILITY_EXPIRED = "SCAN_ELIGIBILITY_EXPIRED",
|
|
588
|
+
UNSUPPORTED_IMAGE = "UNSUPPORTED_IMAGE",
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
export interface ImageScanStatus {
|
|
592
|
+
status?: ScanStatus | string;
|
|
593
|
+
|
|
594
|
+
description?: string;
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
export interface ImageDetail {
|
|
598
|
+
registryId?: string;
|
|
599
|
+
|
|
600
|
+
repositoryName?: string;
|
|
601
|
+
|
|
602
|
+
imageDigest?: string;
|
|
603
|
+
|
|
604
|
+
imageTags?: string[];
|
|
605
|
+
|
|
606
|
+
imageSizeInBytes?: number;
|
|
607
|
+
|
|
608
|
+
imagePushedAt?: Date;
|
|
609
|
+
|
|
610
|
+
imageScanStatus?: ImageScanStatus;
|
|
611
|
+
|
|
612
|
+
imageScanFindingsSummary?: ImageScanFindingsSummary;
|
|
613
|
+
|
|
614
|
+
imageManifestMediaType?: string;
|
|
615
|
+
|
|
616
|
+
artifactMediaType?: string;
|
|
617
|
+
|
|
618
|
+
lastRecordedPullTime?: Date;
|
|
619
|
+
}
|
|
620
|
+
export interface DescribeImagesResponse {
|
|
621
|
+
imageDetails?: ImageDetail[];
|
|
622
|
+
|
|
623
|
+
nextToken?: string;
|
|
624
|
+
}
|
|
625
|
+
export interface DescribeImageScanFindingsRequest {
|
|
626
|
+
registryId?: string;
|
|
627
|
+
|
|
628
|
+
repositoryName: string | undefined;
|
|
629
|
+
|
|
630
|
+
imageId: ImageIdentifier | undefined;
|
|
631
|
+
|
|
632
|
+
nextToken?: string;
|
|
633
|
+
|
|
634
|
+
maxResults?: number;
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
export interface CvssScore {
|
|
638
|
+
baseScore?: number;
|
|
639
|
+
|
|
640
|
+
scoringVector?: string;
|
|
641
|
+
|
|
642
|
+
source?: string;
|
|
643
|
+
|
|
644
|
+
version?: string;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
export interface VulnerablePackage {
|
|
648
|
+
arch?: string;
|
|
649
|
+
|
|
650
|
+
epoch?: number;
|
|
651
|
+
|
|
652
|
+
filePath?: string;
|
|
653
|
+
|
|
654
|
+
name?: string;
|
|
655
|
+
|
|
656
|
+
packageManager?: string;
|
|
657
|
+
|
|
658
|
+
release?: string;
|
|
659
|
+
|
|
660
|
+
sourceLayerHash?: string;
|
|
661
|
+
|
|
662
|
+
version?: string;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
export interface PackageVulnerabilityDetails {
|
|
666
|
+
cvss?: CvssScore[];
|
|
667
|
+
|
|
668
|
+
referenceUrls?: string[];
|
|
669
|
+
|
|
670
|
+
relatedVulnerabilities?: string[];
|
|
671
|
+
|
|
672
|
+
source?: string;
|
|
673
|
+
|
|
674
|
+
sourceUrl?: string;
|
|
675
|
+
|
|
676
|
+
vendorCreatedAt?: Date;
|
|
677
|
+
|
|
678
|
+
vendorSeverity?: string;
|
|
679
|
+
|
|
680
|
+
vendorUpdatedAt?: Date;
|
|
681
|
+
|
|
682
|
+
vulnerabilityId?: string;
|
|
683
|
+
|
|
684
|
+
vulnerablePackages?: VulnerablePackage[];
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
export interface Recommendation {
|
|
688
|
+
url?: string;
|
|
689
|
+
|
|
690
|
+
text?: string;
|
|
691
|
+
}
|
|
692
|
+
|
|
693
|
+
export interface Remediation {
|
|
694
|
+
recommendation?: Recommendation;
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
export interface AwsEcrContainerImageDetails {
|
|
698
|
+
architecture?: string;
|
|
699
|
+
|
|
700
|
+
author?: string;
|
|
701
|
+
|
|
702
|
+
imageHash?: string;
|
|
703
|
+
|
|
704
|
+
imageTags?: string[];
|
|
705
|
+
|
|
706
|
+
platform?: string;
|
|
707
|
+
|
|
708
|
+
pushedAt?: Date;
|
|
709
|
+
|
|
710
|
+
registry?: string;
|
|
711
|
+
|
|
712
|
+
repositoryName?: string;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
export interface ResourceDetails {
|
|
716
|
+
awsEcrContainerImage?: AwsEcrContainerImageDetails;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
export interface Resource {
|
|
720
|
+
details?: ResourceDetails;
|
|
721
|
+
|
|
722
|
+
id?: string;
|
|
723
|
+
|
|
724
|
+
tags?: Record<string, string>;
|
|
725
|
+
|
|
726
|
+
type?: string;
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
export interface CvssScoreAdjustment {
|
|
730
|
+
metric?: string;
|
|
731
|
+
|
|
732
|
+
reason?: string;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
export interface CvssScoreDetails {
|
|
736
|
+
adjustments?: CvssScoreAdjustment[];
|
|
737
|
+
|
|
738
|
+
score?: number;
|
|
739
|
+
|
|
740
|
+
scoreSource?: string;
|
|
741
|
+
|
|
742
|
+
scoringVector?: string;
|
|
743
|
+
|
|
744
|
+
version?: string;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
export interface ScoreDetails {
|
|
748
|
+
cvss?: CvssScoreDetails;
|
|
749
|
+
}
|
|
750
|
+
|
|
751
|
+
export interface EnhancedImageScanFinding {
|
|
752
|
+
awsAccountId?: string;
|
|
753
|
+
|
|
754
|
+
description?: string;
|
|
755
|
+
|
|
756
|
+
findingArn?: string;
|
|
757
|
+
|
|
758
|
+
firstObservedAt?: Date;
|
|
759
|
+
|
|
760
|
+
lastObservedAt?: Date;
|
|
761
|
+
|
|
762
|
+
packageVulnerabilityDetails?: PackageVulnerabilityDetails;
|
|
763
|
+
|
|
764
|
+
remediation?: Remediation;
|
|
765
|
+
|
|
766
|
+
resources?: Resource[];
|
|
767
|
+
|
|
768
|
+
score?: number;
|
|
769
|
+
|
|
770
|
+
scoreDetails?: ScoreDetails;
|
|
771
|
+
|
|
772
|
+
severity?: string;
|
|
773
|
+
|
|
774
|
+
status?: string;
|
|
775
|
+
|
|
776
|
+
title?: string;
|
|
777
|
+
|
|
778
|
+
type?: string;
|
|
779
|
+
|
|
780
|
+
updatedAt?: Date;
|
|
781
|
+
}
|
|
782
|
+
|
|
783
|
+
export interface Attribute {
|
|
784
|
+
key: string | undefined;
|
|
785
|
+
|
|
786
|
+
value?: string;
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
export interface ImageScanFinding {
|
|
790
|
+
name?: string;
|
|
791
|
+
|
|
792
|
+
description?: string;
|
|
793
|
+
|
|
794
|
+
uri?: string;
|
|
795
|
+
|
|
796
|
+
severity?: FindingSeverity | string;
|
|
797
|
+
|
|
798
|
+
attributes?: Attribute[];
|
|
799
|
+
}
|
|
800
|
+
|
|
801
|
+
export interface ImageScanFindings {
|
|
802
|
+
imageScanCompletedAt?: Date;
|
|
803
|
+
|
|
804
|
+
vulnerabilitySourceUpdatedAt?: Date;
|
|
805
|
+
|
|
806
|
+
findingSeverityCounts?: Record<string, number>;
|
|
807
|
+
|
|
808
|
+
findings?: ImageScanFinding[];
|
|
809
|
+
|
|
810
|
+
enhancedFindings?: EnhancedImageScanFinding[];
|
|
811
|
+
}
|
|
812
|
+
export interface DescribeImageScanFindingsResponse {
|
|
813
|
+
registryId?: string;
|
|
814
|
+
|
|
815
|
+
repositoryName?: string;
|
|
816
|
+
|
|
817
|
+
imageId?: ImageIdentifier;
|
|
818
|
+
|
|
819
|
+
imageScanStatus?: ImageScanStatus;
|
|
820
|
+
|
|
821
|
+
imageScanFindings?: ImageScanFindings;
|
|
822
|
+
|
|
823
|
+
nextToken?: string;
|
|
824
|
+
}
|
|
825
|
+
|
|
826
|
+
export declare class ScanNotFoundException extends __BaseException {
|
|
827
|
+
readonly name: "ScanNotFoundException";
|
|
828
|
+
readonly $fault: "client";
|
|
829
|
+
|
|
830
|
+
constructor(
|
|
831
|
+
opts: __ExceptionOptionType<ScanNotFoundException, __BaseException>
|
|
832
|
+
);
|
|
833
|
+
}
|
|
834
|
+
export interface DescribePullThroughCacheRulesRequest {
|
|
835
|
+
registryId?: string;
|
|
836
|
+
|
|
837
|
+
ecrRepositoryPrefixes?: string[];
|
|
838
|
+
|
|
839
|
+
nextToken?: string;
|
|
840
|
+
|
|
841
|
+
maxResults?: number;
|
|
842
|
+
}
|
|
843
|
+
|
|
844
|
+
export interface PullThroughCacheRule {
|
|
845
|
+
ecrRepositoryPrefix?: string;
|
|
846
|
+
|
|
847
|
+
upstreamRegistryUrl?: string;
|
|
848
|
+
|
|
849
|
+
createdAt?: Date;
|
|
850
|
+
|
|
851
|
+
registryId?: string;
|
|
852
|
+
}
|
|
853
|
+
export interface DescribePullThroughCacheRulesResponse {
|
|
854
|
+
pullThroughCacheRules?: PullThroughCacheRule[];
|
|
855
|
+
|
|
856
|
+
nextToken?: string;
|
|
857
|
+
}
|
|
858
|
+
export interface DescribeRegistryRequest {}
|
|
859
|
+
|
|
860
|
+
export interface ReplicationDestination {
|
|
861
|
+
region: string | undefined;
|
|
862
|
+
|
|
863
|
+
registryId: string | undefined;
|
|
864
|
+
}
|
|
865
|
+
export declare enum RepositoryFilterType {
|
|
866
|
+
PREFIX_MATCH = "PREFIX_MATCH",
|
|
867
|
+
}
|
|
868
|
+
|
|
869
|
+
export interface RepositoryFilter {
|
|
870
|
+
filter: string | undefined;
|
|
871
|
+
|
|
872
|
+
filterType: RepositoryFilterType | string | undefined;
|
|
873
|
+
}
|
|
874
|
+
|
|
875
|
+
export interface ReplicationRule {
|
|
876
|
+
destinations: ReplicationDestination[] | undefined;
|
|
877
|
+
|
|
878
|
+
repositoryFilters?: RepositoryFilter[];
|
|
879
|
+
}
|
|
880
|
+
|
|
881
|
+
export interface ReplicationConfiguration {
|
|
882
|
+
rules: ReplicationRule[] | undefined;
|
|
883
|
+
}
|
|
884
|
+
export interface DescribeRegistryResponse {
|
|
885
|
+
registryId?: string;
|
|
886
|
+
|
|
887
|
+
replicationConfiguration?: ReplicationConfiguration;
|
|
888
|
+
}
|
|
889
|
+
export interface DescribeRepositoriesRequest {
|
|
890
|
+
registryId?: string;
|
|
891
|
+
|
|
892
|
+
repositoryNames?: string[];
|
|
893
|
+
|
|
894
|
+
nextToken?: string;
|
|
895
|
+
|
|
896
|
+
maxResults?: number;
|
|
897
|
+
}
|
|
898
|
+
export interface DescribeRepositoriesResponse {
|
|
899
|
+
repositories?: Repository[];
|
|
900
|
+
|
|
901
|
+
nextToken?: string;
|
|
902
|
+
}
|
|
903
|
+
export interface GetAuthorizationTokenRequest {
|
|
904
|
+
registryIds?: string[];
|
|
905
|
+
}
|
|
906
|
+
|
|
907
|
+
export interface AuthorizationData {
|
|
908
|
+
authorizationToken?: string;
|
|
909
|
+
|
|
910
|
+
expiresAt?: Date;
|
|
911
|
+
|
|
912
|
+
proxyEndpoint?: string;
|
|
913
|
+
}
|
|
914
|
+
export interface GetAuthorizationTokenResponse {
|
|
915
|
+
authorizationData?: AuthorizationData[];
|
|
916
|
+
}
|
|
917
|
+
export interface GetDownloadUrlForLayerRequest {
|
|
918
|
+
registryId?: string;
|
|
919
|
+
|
|
920
|
+
repositoryName: string | undefined;
|
|
921
|
+
|
|
922
|
+
layerDigest: string | undefined;
|
|
923
|
+
}
|
|
924
|
+
export interface GetDownloadUrlForLayerResponse {
|
|
925
|
+
downloadUrl?: string;
|
|
926
|
+
|
|
927
|
+
layerDigest?: string;
|
|
928
|
+
}
|
|
929
|
+
|
|
930
|
+
export declare class LayerInaccessibleException extends __BaseException {
|
|
931
|
+
readonly name: "LayerInaccessibleException";
|
|
932
|
+
readonly $fault: "client";
|
|
933
|
+
|
|
934
|
+
constructor(
|
|
935
|
+
opts: __ExceptionOptionType<LayerInaccessibleException, __BaseException>
|
|
936
|
+
);
|
|
937
|
+
}
|
|
938
|
+
|
|
939
|
+
export declare class LayersNotFoundException extends __BaseException {
|
|
940
|
+
readonly name: "LayersNotFoundException";
|
|
941
|
+
readonly $fault: "client";
|
|
942
|
+
|
|
943
|
+
constructor(
|
|
944
|
+
opts: __ExceptionOptionType<LayersNotFoundException, __BaseException>
|
|
945
|
+
);
|
|
946
|
+
}
|
|
947
|
+
export interface GetLifecyclePolicyRequest {
|
|
948
|
+
registryId?: string;
|
|
949
|
+
|
|
950
|
+
repositoryName: string | undefined;
|
|
951
|
+
}
|
|
952
|
+
export interface GetLifecyclePolicyResponse {
|
|
953
|
+
registryId?: string;
|
|
954
|
+
|
|
955
|
+
repositoryName?: string;
|
|
956
|
+
|
|
957
|
+
lifecyclePolicyText?: string;
|
|
958
|
+
|
|
959
|
+
lastEvaluatedAt?: Date;
|
|
960
|
+
}
|
|
961
|
+
|
|
962
|
+
export interface LifecyclePolicyPreviewFilter {
|
|
963
|
+
tagStatus?: TagStatus | string;
|
|
964
|
+
}
|
|
965
|
+
export interface GetLifecyclePolicyPreviewRequest {
|
|
966
|
+
registryId?: string;
|
|
967
|
+
|
|
968
|
+
repositoryName: string | undefined;
|
|
969
|
+
|
|
970
|
+
imageIds?: ImageIdentifier[];
|
|
971
|
+
|
|
972
|
+
nextToken?: string;
|
|
973
|
+
|
|
974
|
+
maxResults?: number;
|
|
975
|
+
|
|
976
|
+
filter?: LifecyclePolicyPreviewFilter;
|
|
977
|
+
}
|
|
978
|
+
export declare enum ImageActionType {
|
|
979
|
+
EXPIRE = "EXPIRE",
|
|
980
|
+
}
|
|
981
|
+
|
|
982
|
+
export interface LifecyclePolicyRuleAction {
|
|
983
|
+
type?: ImageActionType | string;
|
|
984
|
+
}
|
|
985
|
+
|
|
986
|
+
export interface LifecyclePolicyPreviewResult {
|
|
987
|
+
imageTags?: string[];
|
|
988
|
+
|
|
989
|
+
imageDigest?: string;
|
|
990
|
+
|
|
991
|
+
imagePushedAt?: Date;
|
|
992
|
+
|
|
993
|
+
action?: LifecyclePolicyRuleAction;
|
|
994
|
+
|
|
995
|
+
appliedRulePriority?: number;
|
|
996
|
+
}
|
|
997
|
+
export declare enum LifecyclePolicyPreviewStatus {
|
|
998
|
+
COMPLETE = "COMPLETE",
|
|
999
|
+
EXPIRED = "EXPIRED",
|
|
1000
|
+
FAILED = "FAILED",
|
|
1001
|
+
IN_PROGRESS = "IN_PROGRESS",
|
|
1002
|
+
}
|
|
1003
|
+
|
|
1004
|
+
export interface LifecyclePolicyPreviewSummary {
|
|
1005
|
+
expiringImageTotalCount?: number;
|
|
1006
|
+
}
|
|
1007
|
+
export interface GetLifecyclePolicyPreviewResponse {
|
|
1008
|
+
registryId?: string;
|
|
1009
|
+
|
|
1010
|
+
repositoryName?: string;
|
|
1011
|
+
|
|
1012
|
+
lifecyclePolicyText?: string;
|
|
1013
|
+
|
|
1014
|
+
status?: LifecyclePolicyPreviewStatus | string;
|
|
1015
|
+
|
|
1016
|
+
nextToken?: string;
|
|
1017
|
+
|
|
1018
|
+
previewResults?: LifecyclePolicyPreviewResult[];
|
|
1019
|
+
|
|
1020
|
+
summary?: LifecyclePolicyPreviewSummary;
|
|
1021
|
+
}
|
|
1022
|
+
|
|
1023
|
+
export declare class LifecyclePolicyPreviewNotFoundException extends __BaseException {
|
|
1024
|
+
readonly name: "LifecyclePolicyPreviewNotFoundException";
|
|
1025
|
+
readonly $fault: "client";
|
|
1026
|
+
|
|
1027
|
+
constructor(
|
|
1028
|
+
opts: __ExceptionOptionType<
|
|
1029
|
+
LifecyclePolicyPreviewNotFoundException,
|
|
1030
|
+
__BaseException
|
|
1031
|
+
>
|
|
1032
|
+
);
|
|
1033
|
+
}
|
|
1034
|
+
export interface GetRegistryPolicyRequest {}
|
|
1035
|
+
export interface GetRegistryPolicyResponse {
|
|
1036
|
+
registryId?: string;
|
|
1037
|
+
|
|
1038
|
+
policyText?: string;
|
|
1039
|
+
}
|
|
1040
|
+
export interface GetRegistryScanningConfigurationRequest {}
|
|
1041
|
+
|
|
1042
|
+
export interface RegistryScanningRule {
|
|
1043
|
+
scanFrequency: ScanFrequency | string | undefined;
|
|
1044
|
+
|
|
1045
|
+
repositoryFilters: ScanningRepositoryFilter[] | undefined;
|
|
1046
|
+
}
|
|
1047
|
+
export declare enum ScanType {
|
|
1048
|
+
BASIC = "BASIC",
|
|
1049
|
+
ENHANCED = "ENHANCED",
|
|
1050
|
+
}
|
|
1051
|
+
|
|
1052
|
+
export interface RegistryScanningConfiguration {
|
|
1053
|
+
scanType?: ScanType | string;
|
|
1054
|
+
|
|
1055
|
+
rules?: RegistryScanningRule[];
|
|
1056
|
+
}
|
|
1057
|
+
export interface GetRegistryScanningConfigurationResponse {
|
|
1058
|
+
registryId?: string;
|
|
1059
|
+
|
|
1060
|
+
scanningConfiguration?: RegistryScanningConfiguration;
|
|
1061
|
+
}
|
|
1062
|
+
export interface GetRepositoryPolicyRequest {
|
|
1063
|
+
registryId?: string;
|
|
1064
|
+
|
|
1065
|
+
repositoryName: string | undefined;
|
|
1066
|
+
}
|
|
1067
|
+
export interface GetRepositoryPolicyResponse {
|
|
1068
|
+
registryId?: string;
|
|
1069
|
+
|
|
1070
|
+
repositoryName?: string;
|
|
1071
|
+
|
|
1072
|
+
policyText?: string;
|
|
1073
|
+
}
|
|
1074
|
+
export interface InitiateLayerUploadRequest {
|
|
1075
|
+
registryId?: string;
|
|
1076
|
+
|
|
1077
|
+
repositoryName: string | undefined;
|
|
1078
|
+
}
|
|
1079
|
+
export interface InitiateLayerUploadResponse {
|
|
1080
|
+
uploadId?: string;
|
|
1081
|
+
|
|
1082
|
+
partSize?: number;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
export interface ListImagesFilter {
|
|
1086
|
+
tagStatus?: TagStatus | string;
|
|
1087
|
+
}
|
|
1088
|
+
export interface ListImagesRequest {
|
|
1089
|
+
registryId?: string;
|
|
1090
|
+
|
|
1091
|
+
repositoryName: string | undefined;
|
|
1092
|
+
|
|
1093
|
+
nextToken?: string;
|
|
1094
|
+
|
|
1095
|
+
maxResults?: number;
|
|
1096
|
+
|
|
1097
|
+
filter?: ListImagesFilter;
|
|
1098
|
+
}
|
|
1099
|
+
export interface ListImagesResponse {
|
|
1100
|
+
imageIds?: ImageIdentifier[];
|
|
1101
|
+
|
|
1102
|
+
nextToken?: string;
|
|
1103
|
+
}
|
|
1104
|
+
export interface ListTagsForResourceRequest {
|
|
1105
|
+
resourceArn: string | undefined;
|
|
1106
|
+
}
|
|
1107
|
+
export interface ListTagsForResourceResponse {
|
|
1108
|
+
tags?: Tag[];
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
export declare class ImageAlreadyExistsException extends __BaseException {
|
|
1112
|
+
readonly name: "ImageAlreadyExistsException";
|
|
1113
|
+
readonly $fault: "client";
|
|
1114
|
+
|
|
1115
|
+
constructor(
|
|
1116
|
+
opts: __ExceptionOptionType<ImageAlreadyExistsException, __BaseException>
|
|
1117
|
+
);
|
|
1118
|
+
}
|
|
1119
|
+
|
|
1120
|
+
export declare class ImageDigestDoesNotMatchException extends __BaseException {
|
|
1121
|
+
readonly name: "ImageDigestDoesNotMatchException";
|
|
1122
|
+
readonly $fault: "client";
|
|
1123
|
+
|
|
1124
|
+
constructor(
|
|
1125
|
+
opts: __ExceptionOptionType<
|
|
1126
|
+
ImageDigestDoesNotMatchException,
|
|
1127
|
+
__BaseException
|
|
1128
|
+
>
|
|
1129
|
+
);
|
|
1130
|
+
}
|
|
1131
|
+
|
|
1132
|
+
export declare class ImageTagAlreadyExistsException extends __BaseException {
|
|
1133
|
+
readonly name: "ImageTagAlreadyExistsException";
|
|
1134
|
+
readonly $fault: "client";
|
|
1135
|
+
|
|
1136
|
+
constructor(
|
|
1137
|
+
opts: __ExceptionOptionType<ImageTagAlreadyExistsException, __BaseException>
|
|
1138
|
+
);
|
|
1139
|
+
}
|
|
1140
|
+
export interface PutImageRequest {
|
|
1141
|
+
registryId?: string;
|
|
1142
|
+
|
|
1143
|
+
repositoryName: string | undefined;
|
|
1144
|
+
|
|
1145
|
+
imageManifest: string | undefined;
|
|
1146
|
+
|
|
1147
|
+
imageManifestMediaType?: string;
|
|
1148
|
+
|
|
1149
|
+
imageTag?: string;
|
|
1150
|
+
|
|
1151
|
+
imageDigest?: string;
|
|
1152
|
+
}
|
|
1153
|
+
export interface PutImageResponse {
|
|
1154
|
+
image?: Image;
|
|
1155
|
+
}
|
|
1156
|
+
|
|
1157
|
+
export declare class ReferencedImagesNotFoundException extends __BaseException {
|
|
1158
|
+
readonly name: "ReferencedImagesNotFoundException";
|
|
1159
|
+
readonly $fault: "client";
|
|
1160
|
+
|
|
1161
|
+
constructor(
|
|
1162
|
+
opts: __ExceptionOptionType<
|
|
1163
|
+
ReferencedImagesNotFoundException,
|
|
1164
|
+
__BaseException
|
|
1165
|
+
>
|
|
1166
|
+
);
|
|
1167
|
+
}
|
|
1168
|
+
export interface PutImageScanningConfigurationRequest {
|
|
1169
|
+
registryId?: string;
|
|
1170
|
+
|
|
1171
|
+
repositoryName: string | undefined;
|
|
1172
|
+
|
|
1173
|
+
imageScanningConfiguration: ImageScanningConfiguration | undefined;
|
|
1174
|
+
}
|
|
1175
|
+
export interface PutImageScanningConfigurationResponse {
|
|
1176
|
+
registryId?: string;
|
|
1177
|
+
|
|
1178
|
+
repositoryName?: string;
|
|
1179
|
+
|
|
1180
|
+
imageScanningConfiguration?: ImageScanningConfiguration;
|
|
1181
|
+
}
|
|
1182
|
+
export interface PutImageTagMutabilityRequest {
|
|
1183
|
+
registryId?: string;
|
|
1184
|
+
|
|
1185
|
+
repositoryName: string | undefined;
|
|
1186
|
+
|
|
1187
|
+
imageTagMutability: ImageTagMutability | string | undefined;
|
|
1188
|
+
}
|
|
1189
|
+
export interface PutImageTagMutabilityResponse {
|
|
1190
|
+
registryId?: string;
|
|
1191
|
+
|
|
1192
|
+
repositoryName?: string;
|
|
1193
|
+
|
|
1194
|
+
imageTagMutability?: ImageTagMutability | string;
|
|
1195
|
+
}
|
|
1196
|
+
export interface PutLifecyclePolicyRequest {
|
|
1197
|
+
registryId?: string;
|
|
1198
|
+
|
|
1199
|
+
repositoryName: string | undefined;
|
|
1200
|
+
|
|
1201
|
+
lifecyclePolicyText: string | undefined;
|
|
1202
|
+
}
|
|
1203
|
+
export interface PutLifecyclePolicyResponse {
|
|
1204
|
+
registryId?: string;
|
|
1205
|
+
|
|
1206
|
+
repositoryName?: string;
|
|
1207
|
+
|
|
1208
|
+
lifecyclePolicyText?: string;
|
|
1209
|
+
}
|
|
1210
|
+
export interface PutRegistryPolicyRequest {
|
|
1211
|
+
policyText: string | undefined;
|
|
1212
|
+
}
|
|
1213
|
+
export interface PutRegistryPolicyResponse {
|
|
1214
|
+
registryId?: string;
|
|
1215
|
+
|
|
1216
|
+
policyText?: string;
|
|
1217
|
+
}
|
|
1218
|
+
export interface PutRegistryScanningConfigurationRequest {
|
|
1219
|
+
scanType?: ScanType | string;
|
|
1220
|
+
|
|
1221
|
+
rules?: RegistryScanningRule[];
|
|
1222
|
+
}
|
|
1223
|
+
export interface PutRegistryScanningConfigurationResponse {
|
|
1224
|
+
registryScanningConfiguration?: RegistryScanningConfiguration;
|
|
1225
|
+
}
|
|
1226
|
+
export interface PutReplicationConfigurationRequest {
|
|
1227
|
+
replicationConfiguration: ReplicationConfiguration | undefined;
|
|
1228
|
+
}
|
|
1229
|
+
export interface PutReplicationConfigurationResponse {
|
|
1230
|
+
replicationConfiguration?: ReplicationConfiguration;
|
|
1231
|
+
}
|
|
1232
|
+
export interface SetRepositoryPolicyRequest {
|
|
1233
|
+
registryId?: string;
|
|
1234
|
+
|
|
1235
|
+
repositoryName: string | undefined;
|
|
1236
|
+
|
|
1237
|
+
policyText: string | undefined;
|
|
1238
|
+
|
|
1239
|
+
force?: boolean;
|
|
1240
|
+
}
|
|
1241
|
+
export interface SetRepositoryPolicyResponse {
|
|
1242
|
+
registryId?: string;
|
|
1243
|
+
|
|
1244
|
+
repositoryName?: string;
|
|
1245
|
+
|
|
1246
|
+
policyText?: string;
|
|
1247
|
+
}
|
|
1248
|
+
export interface StartImageScanRequest {
|
|
1249
|
+
registryId?: string;
|
|
1250
|
+
|
|
1251
|
+
repositoryName: string | undefined;
|
|
1252
|
+
|
|
1253
|
+
imageId: ImageIdentifier | undefined;
|
|
1254
|
+
}
|
|
1255
|
+
export interface StartImageScanResponse {
|
|
1256
|
+
registryId?: string;
|
|
1257
|
+
|
|
1258
|
+
repositoryName?: string;
|
|
1259
|
+
|
|
1260
|
+
imageId?: ImageIdentifier;
|
|
1261
|
+
|
|
1262
|
+
imageScanStatus?: ImageScanStatus;
|
|
1263
|
+
}
|
|
1264
|
+
|
|
1265
|
+
export declare class UnsupportedImageTypeException extends __BaseException {
|
|
1266
|
+
readonly name: "UnsupportedImageTypeException";
|
|
1267
|
+
readonly $fault: "client";
|
|
1268
|
+
|
|
1269
|
+
constructor(
|
|
1270
|
+
opts: __ExceptionOptionType<UnsupportedImageTypeException, __BaseException>
|
|
1271
|
+
);
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
export declare class LifecyclePolicyPreviewInProgressException extends __BaseException {
|
|
1275
|
+
readonly name: "LifecyclePolicyPreviewInProgressException";
|
|
1276
|
+
readonly $fault: "client";
|
|
1277
|
+
|
|
1278
|
+
constructor(
|
|
1279
|
+
opts: __ExceptionOptionType<
|
|
1280
|
+
LifecyclePolicyPreviewInProgressException,
|
|
1281
|
+
__BaseException
|
|
1282
|
+
>
|
|
1283
|
+
);
|
|
1284
|
+
}
|
|
1285
|
+
export interface StartLifecyclePolicyPreviewRequest {
|
|
1286
|
+
registryId?: string;
|
|
1287
|
+
|
|
1288
|
+
repositoryName: string | undefined;
|
|
1289
|
+
|
|
1290
|
+
lifecyclePolicyText?: string;
|
|
1291
|
+
}
|
|
1292
|
+
export interface StartLifecyclePolicyPreviewResponse {
|
|
1293
|
+
registryId?: string;
|
|
1294
|
+
|
|
1295
|
+
repositoryName?: string;
|
|
1296
|
+
|
|
1297
|
+
lifecyclePolicyText?: string;
|
|
1298
|
+
|
|
1299
|
+
status?: LifecyclePolicyPreviewStatus | string;
|
|
1300
|
+
}
|
|
1301
|
+
export interface TagResourceRequest {
|
|
1302
|
+
resourceArn: string | undefined;
|
|
1303
|
+
|
|
1304
|
+
tags: Tag[] | undefined;
|
|
1305
|
+
}
|
|
1306
|
+
export interface TagResourceResponse {}
|
|
1307
|
+
export interface UntagResourceRequest {
|
|
1308
|
+
resourceArn: string | undefined;
|
|
1309
|
+
|
|
1310
|
+
tagKeys: string[] | undefined;
|
|
1311
|
+
}
|
|
1312
|
+
export interface UntagResourceResponse {}
|
|
1313
|
+
|
|
1314
|
+
export declare class InvalidLayerPartException extends __BaseException {
|
|
1315
|
+
readonly name: "InvalidLayerPartException";
|
|
1316
|
+
readonly $fault: "client";
|
|
1317
|
+
|
|
1318
|
+
registryId?: string;
|
|
1319
|
+
|
|
1320
|
+
repositoryName?: string;
|
|
1321
|
+
|
|
1322
|
+
uploadId?: string;
|
|
1323
|
+
|
|
1324
|
+
lastValidByteReceived?: number;
|
|
1325
|
+
|
|
1326
|
+
constructor(
|
|
1327
|
+
opts: __ExceptionOptionType<InvalidLayerPartException, __BaseException>
|
|
1328
|
+
);
|
|
1329
|
+
}
|
|
1330
|
+
export interface UploadLayerPartRequest {
|
|
1331
|
+
registryId?: string;
|
|
1332
|
+
|
|
1333
|
+
repositoryName: string | undefined;
|
|
1334
|
+
|
|
1335
|
+
uploadId: string | undefined;
|
|
1336
|
+
|
|
1337
|
+
partFirstByte: number | undefined;
|
|
1338
|
+
|
|
1339
|
+
partLastByte: number | undefined;
|
|
1340
|
+
|
|
1341
|
+
layerPartBlob: Uint8Array | undefined;
|
|
1342
|
+
}
|
|
1343
|
+
export interface UploadLayerPartResponse {
|
|
1344
|
+
registryId?: string;
|
|
1345
|
+
|
|
1346
|
+
repositoryName?: string;
|
|
1347
|
+
|
|
1348
|
+
uploadId?: string;
|
|
1349
|
+
|
|
1350
|
+
lastByteReceived?: number;
|
|
1351
|
+
}
|
|
1352
|
+
|
|
1353
|
+
export declare const BatchCheckLayerAvailabilityRequestFilterSensitiveLog: (
|
|
1354
|
+
obj: BatchCheckLayerAvailabilityRequest
|
|
1355
|
+
) => any;
|
|
1356
|
+
|
|
1357
|
+
export declare const LayerFailureFilterSensitiveLog: (obj: LayerFailure) => any;
|
|
1358
|
+
|
|
1359
|
+
export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
|
|
1360
|
+
|
|
1361
|
+
export declare const BatchCheckLayerAvailabilityResponseFilterSensitiveLog: (
|
|
1362
|
+
obj: BatchCheckLayerAvailabilityResponse
|
|
1363
|
+
) => any;
|
|
1364
|
+
|
|
1365
|
+
export declare const ImageIdentifierFilterSensitiveLog: (
|
|
1366
|
+
obj: ImageIdentifier
|
|
1367
|
+
) => any;
|
|
1368
|
+
|
|
1369
|
+
export declare const BatchDeleteImageRequestFilterSensitiveLog: (
|
|
1370
|
+
obj: BatchDeleteImageRequest
|
|
1371
|
+
) => any;
|
|
1372
|
+
|
|
1373
|
+
export declare const ImageFailureFilterSensitiveLog: (obj: ImageFailure) => any;
|
|
1374
|
+
|
|
1375
|
+
export declare const BatchDeleteImageResponseFilterSensitiveLog: (
|
|
1376
|
+
obj: BatchDeleteImageResponse
|
|
1377
|
+
) => any;
|
|
1378
|
+
|
|
1379
|
+
export declare const BatchGetImageRequestFilterSensitiveLog: (
|
|
1380
|
+
obj: BatchGetImageRequest
|
|
1381
|
+
) => any;
|
|
1382
|
+
|
|
1383
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
1384
|
+
|
|
1385
|
+
export declare const BatchGetImageResponseFilterSensitiveLog: (
|
|
1386
|
+
obj: BatchGetImageResponse
|
|
1387
|
+
) => any;
|
|
1388
|
+
|
|
1389
|
+
export declare const BatchGetRepositoryScanningConfigurationRequestFilterSensitiveLog: (
|
|
1390
|
+
obj: BatchGetRepositoryScanningConfigurationRequest
|
|
1391
|
+
) => any;
|
|
1392
|
+
|
|
1393
|
+
export declare const RepositoryScanningConfigurationFailureFilterSensitiveLog: (
|
|
1394
|
+
obj: RepositoryScanningConfigurationFailure
|
|
1395
|
+
) => any;
|
|
1396
|
+
|
|
1397
|
+
export declare const ScanningRepositoryFilterFilterSensitiveLog: (
|
|
1398
|
+
obj: ScanningRepositoryFilter
|
|
1399
|
+
) => any;
|
|
1400
|
+
|
|
1401
|
+
export declare const RepositoryScanningConfigurationFilterSensitiveLog: (
|
|
1402
|
+
obj: RepositoryScanningConfiguration
|
|
1403
|
+
) => any;
|
|
1404
|
+
|
|
1405
|
+
export declare const BatchGetRepositoryScanningConfigurationResponseFilterSensitiveLog: (
|
|
1406
|
+
obj: BatchGetRepositoryScanningConfigurationResponse
|
|
1407
|
+
) => any;
|
|
1408
|
+
|
|
1409
|
+
export declare const CompleteLayerUploadRequestFilterSensitiveLog: (
|
|
1410
|
+
obj: CompleteLayerUploadRequest
|
|
1411
|
+
) => any;
|
|
1412
|
+
|
|
1413
|
+
export declare const CompleteLayerUploadResponseFilterSensitiveLog: (
|
|
1414
|
+
obj: CompleteLayerUploadResponse
|
|
1415
|
+
) => any;
|
|
1416
|
+
|
|
1417
|
+
export declare const CreatePullThroughCacheRuleRequestFilterSensitiveLog: (
|
|
1418
|
+
obj: CreatePullThroughCacheRuleRequest
|
|
1419
|
+
) => any;
|
|
1420
|
+
|
|
1421
|
+
export declare const CreatePullThroughCacheRuleResponseFilterSensitiveLog: (
|
|
1422
|
+
obj: CreatePullThroughCacheRuleResponse
|
|
1423
|
+
) => any;
|
|
1424
|
+
|
|
1425
|
+
export declare const EncryptionConfigurationFilterSensitiveLog: (
|
|
1426
|
+
obj: EncryptionConfiguration
|
|
1427
|
+
) => any;
|
|
1428
|
+
|
|
1429
|
+
export declare const ImageScanningConfigurationFilterSensitiveLog: (
|
|
1430
|
+
obj: ImageScanningConfiguration
|
|
1431
|
+
) => any;
|
|
1432
|
+
|
|
1433
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
1434
|
+
|
|
1435
|
+
export declare const CreateRepositoryRequestFilterSensitiveLog: (
|
|
1436
|
+
obj: CreateRepositoryRequest
|
|
1437
|
+
) => any;
|
|
1438
|
+
|
|
1439
|
+
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
1440
|
+
|
|
1441
|
+
export declare const CreateRepositoryResponseFilterSensitiveLog: (
|
|
1442
|
+
obj: CreateRepositoryResponse
|
|
1443
|
+
) => any;
|
|
1444
|
+
|
|
1445
|
+
export declare const DeleteLifecyclePolicyRequestFilterSensitiveLog: (
|
|
1446
|
+
obj: DeleteLifecyclePolicyRequest
|
|
1447
|
+
) => any;
|
|
1448
|
+
|
|
1449
|
+
export declare const DeleteLifecyclePolicyResponseFilterSensitiveLog: (
|
|
1450
|
+
obj: DeleteLifecyclePolicyResponse
|
|
1451
|
+
) => any;
|
|
1452
|
+
|
|
1453
|
+
export declare const DeletePullThroughCacheRuleRequestFilterSensitiveLog: (
|
|
1454
|
+
obj: DeletePullThroughCacheRuleRequest
|
|
1455
|
+
) => any;
|
|
1456
|
+
|
|
1457
|
+
export declare const DeletePullThroughCacheRuleResponseFilterSensitiveLog: (
|
|
1458
|
+
obj: DeletePullThroughCacheRuleResponse
|
|
1459
|
+
) => any;
|
|
1460
|
+
|
|
1461
|
+
export declare const DeleteRegistryPolicyRequestFilterSensitiveLog: (
|
|
1462
|
+
obj: DeleteRegistryPolicyRequest
|
|
1463
|
+
) => any;
|
|
1464
|
+
|
|
1465
|
+
export declare const DeleteRegistryPolicyResponseFilterSensitiveLog: (
|
|
1466
|
+
obj: DeleteRegistryPolicyResponse
|
|
1467
|
+
) => any;
|
|
1468
|
+
|
|
1469
|
+
export declare const DeleteRepositoryRequestFilterSensitiveLog: (
|
|
1470
|
+
obj: DeleteRepositoryRequest
|
|
1471
|
+
) => any;
|
|
1472
|
+
|
|
1473
|
+
export declare const DeleteRepositoryResponseFilterSensitiveLog: (
|
|
1474
|
+
obj: DeleteRepositoryResponse
|
|
1475
|
+
) => any;
|
|
1476
|
+
|
|
1477
|
+
export declare const DeleteRepositoryPolicyRequestFilterSensitiveLog: (
|
|
1478
|
+
obj: DeleteRepositoryPolicyRequest
|
|
1479
|
+
) => any;
|
|
1480
|
+
|
|
1481
|
+
export declare const DeleteRepositoryPolicyResponseFilterSensitiveLog: (
|
|
1482
|
+
obj: DeleteRepositoryPolicyResponse
|
|
1483
|
+
) => any;
|
|
1484
|
+
|
|
1485
|
+
export declare const DescribeImageReplicationStatusRequestFilterSensitiveLog: (
|
|
1486
|
+
obj: DescribeImageReplicationStatusRequest
|
|
1487
|
+
) => any;
|
|
1488
|
+
|
|
1489
|
+
export declare const ImageReplicationStatusFilterSensitiveLog: (
|
|
1490
|
+
obj: ImageReplicationStatus
|
|
1491
|
+
) => any;
|
|
1492
|
+
|
|
1493
|
+
export declare const DescribeImageReplicationStatusResponseFilterSensitiveLog: (
|
|
1494
|
+
obj: DescribeImageReplicationStatusResponse
|
|
1495
|
+
) => any;
|
|
1496
|
+
|
|
1497
|
+
export declare const DescribeImagesFilterFilterSensitiveLog: (
|
|
1498
|
+
obj: DescribeImagesFilter
|
|
1499
|
+
) => any;
|
|
1500
|
+
|
|
1501
|
+
export declare const DescribeImagesRequestFilterSensitiveLog: (
|
|
1502
|
+
obj: DescribeImagesRequest
|
|
1503
|
+
) => any;
|
|
1504
|
+
|
|
1505
|
+
export declare const ImageScanFindingsSummaryFilterSensitiveLog: (
|
|
1506
|
+
obj: ImageScanFindingsSummary
|
|
1507
|
+
) => any;
|
|
1508
|
+
|
|
1509
|
+
export declare const ImageScanStatusFilterSensitiveLog: (
|
|
1510
|
+
obj: ImageScanStatus
|
|
1511
|
+
) => any;
|
|
1512
|
+
|
|
1513
|
+
export declare const ImageDetailFilterSensitiveLog: (obj: ImageDetail) => any;
|
|
1514
|
+
|
|
1515
|
+
export declare const DescribeImagesResponseFilterSensitiveLog: (
|
|
1516
|
+
obj: DescribeImagesResponse
|
|
1517
|
+
) => any;
|
|
1518
|
+
|
|
1519
|
+
export declare const DescribeImageScanFindingsRequestFilterSensitiveLog: (
|
|
1520
|
+
obj: DescribeImageScanFindingsRequest
|
|
1521
|
+
) => any;
|
|
1522
|
+
|
|
1523
|
+
export declare const CvssScoreFilterSensitiveLog: (obj: CvssScore) => any;
|
|
1524
|
+
|
|
1525
|
+
export declare const VulnerablePackageFilterSensitiveLog: (
|
|
1526
|
+
obj: VulnerablePackage
|
|
1527
|
+
) => any;
|
|
1528
|
+
|
|
1529
|
+
export declare const PackageVulnerabilityDetailsFilterSensitiveLog: (
|
|
1530
|
+
obj: PackageVulnerabilityDetails
|
|
1531
|
+
) => any;
|
|
1532
|
+
|
|
1533
|
+
export declare const RecommendationFilterSensitiveLog: (
|
|
1534
|
+
obj: Recommendation
|
|
1535
|
+
) => any;
|
|
1536
|
+
|
|
1537
|
+
export declare const RemediationFilterSensitiveLog: (obj: Remediation) => any;
|
|
1538
|
+
|
|
1539
|
+
export declare const AwsEcrContainerImageDetailsFilterSensitiveLog: (
|
|
1540
|
+
obj: AwsEcrContainerImageDetails
|
|
1541
|
+
) => any;
|
|
1542
|
+
|
|
1543
|
+
export declare const ResourceDetailsFilterSensitiveLog: (
|
|
1544
|
+
obj: ResourceDetails
|
|
1545
|
+
) => any;
|
|
1546
|
+
|
|
1547
|
+
export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
|
|
1548
|
+
|
|
1549
|
+
export declare const CvssScoreAdjustmentFilterSensitiveLog: (
|
|
1550
|
+
obj: CvssScoreAdjustment
|
|
1551
|
+
) => any;
|
|
1552
|
+
|
|
1553
|
+
export declare const CvssScoreDetailsFilterSensitiveLog: (
|
|
1554
|
+
obj: CvssScoreDetails
|
|
1555
|
+
) => any;
|
|
1556
|
+
|
|
1557
|
+
export declare const ScoreDetailsFilterSensitiveLog: (obj: ScoreDetails) => any;
|
|
1558
|
+
|
|
1559
|
+
export declare const EnhancedImageScanFindingFilterSensitiveLog: (
|
|
1560
|
+
obj: EnhancedImageScanFinding
|
|
1561
|
+
) => any;
|
|
1562
|
+
|
|
1563
|
+
export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
|
|
1564
|
+
|
|
1565
|
+
export declare const ImageScanFindingFilterSensitiveLog: (
|
|
1566
|
+
obj: ImageScanFinding
|
|
1567
|
+
) => any;
|
|
1568
|
+
|
|
1569
|
+
export declare const ImageScanFindingsFilterSensitiveLog: (
|
|
1570
|
+
obj: ImageScanFindings
|
|
1571
|
+
) => any;
|
|
1572
|
+
|
|
1573
|
+
export declare const DescribeImageScanFindingsResponseFilterSensitiveLog: (
|
|
1574
|
+
obj: DescribeImageScanFindingsResponse
|
|
1575
|
+
) => any;
|
|
1576
|
+
|
|
1577
|
+
export declare const DescribePullThroughCacheRulesRequestFilterSensitiveLog: (
|
|
1578
|
+
obj: DescribePullThroughCacheRulesRequest
|
|
1579
|
+
) => any;
|
|
1580
|
+
|
|
1581
|
+
export declare const PullThroughCacheRuleFilterSensitiveLog: (
|
|
1582
|
+
obj: PullThroughCacheRule
|
|
1583
|
+
) => any;
|
|
1584
|
+
|
|
1585
|
+
export declare const DescribePullThroughCacheRulesResponseFilterSensitiveLog: (
|
|
1586
|
+
obj: DescribePullThroughCacheRulesResponse
|
|
1587
|
+
) => any;
|
|
1588
|
+
|
|
1589
|
+
export declare const DescribeRegistryRequestFilterSensitiveLog: (
|
|
1590
|
+
obj: DescribeRegistryRequest
|
|
1591
|
+
) => any;
|
|
1592
|
+
|
|
1593
|
+
export declare const ReplicationDestinationFilterSensitiveLog: (
|
|
1594
|
+
obj: ReplicationDestination
|
|
1595
|
+
) => any;
|
|
1596
|
+
|
|
1597
|
+
export declare const RepositoryFilterFilterSensitiveLog: (
|
|
1598
|
+
obj: RepositoryFilter
|
|
1599
|
+
) => any;
|
|
1600
|
+
|
|
1601
|
+
export declare const ReplicationRuleFilterSensitiveLog: (
|
|
1602
|
+
obj: ReplicationRule
|
|
1603
|
+
) => any;
|
|
1604
|
+
|
|
1605
|
+
export declare const ReplicationConfigurationFilterSensitiveLog: (
|
|
1606
|
+
obj: ReplicationConfiguration
|
|
1607
|
+
) => any;
|
|
1608
|
+
|
|
1609
|
+
export declare const DescribeRegistryResponseFilterSensitiveLog: (
|
|
1610
|
+
obj: DescribeRegistryResponse
|
|
1611
|
+
) => any;
|
|
1612
|
+
|
|
1613
|
+
export declare const DescribeRepositoriesRequestFilterSensitiveLog: (
|
|
1614
|
+
obj: DescribeRepositoriesRequest
|
|
1615
|
+
) => any;
|
|
1616
|
+
|
|
1617
|
+
export declare const DescribeRepositoriesResponseFilterSensitiveLog: (
|
|
1618
|
+
obj: DescribeRepositoriesResponse
|
|
1619
|
+
) => any;
|
|
1620
|
+
|
|
1621
|
+
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (
|
|
1622
|
+
obj: GetAuthorizationTokenRequest
|
|
1623
|
+
) => any;
|
|
1624
|
+
|
|
1625
|
+
export declare const AuthorizationDataFilterSensitiveLog: (
|
|
1626
|
+
obj: AuthorizationData
|
|
1627
|
+
) => any;
|
|
1628
|
+
|
|
1629
|
+
export declare const GetAuthorizationTokenResponseFilterSensitiveLog: (
|
|
1630
|
+
obj: GetAuthorizationTokenResponse
|
|
1631
|
+
) => any;
|
|
1632
|
+
|
|
1633
|
+
export declare const GetDownloadUrlForLayerRequestFilterSensitiveLog: (
|
|
1634
|
+
obj: GetDownloadUrlForLayerRequest
|
|
1635
|
+
) => any;
|
|
1636
|
+
|
|
1637
|
+
export declare const GetDownloadUrlForLayerResponseFilterSensitiveLog: (
|
|
1638
|
+
obj: GetDownloadUrlForLayerResponse
|
|
1639
|
+
) => any;
|
|
1640
|
+
|
|
1641
|
+
export declare const GetLifecyclePolicyRequestFilterSensitiveLog: (
|
|
1642
|
+
obj: GetLifecyclePolicyRequest
|
|
1643
|
+
) => any;
|
|
1644
|
+
|
|
1645
|
+
export declare const GetLifecyclePolicyResponseFilterSensitiveLog: (
|
|
1646
|
+
obj: GetLifecyclePolicyResponse
|
|
1647
|
+
) => any;
|
|
1648
|
+
|
|
1649
|
+
export declare const LifecyclePolicyPreviewFilterFilterSensitiveLog: (
|
|
1650
|
+
obj: LifecyclePolicyPreviewFilter
|
|
1651
|
+
) => any;
|
|
1652
|
+
|
|
1653
|
+
export declare const GetLifecyclePolicyPreviewRequestFilterSensitiveLog: (
|
|
1654
|
+
obj: GetLifecyclePolicyPreviewRequest
|
|
1655
|
+
) => any;
|
|
1656
|
+
|
|
1657
|
+
export declare const LifecyclePolicyRuleActionFilterSensitiveLog: (
|
|
1658
|
+
obj: LifecyclePolicyRuleAction
|
|
1659
|
+
) => any;
|
|
1660
|
+
|
|
1661
|
+
export declare const LifecyclePolicyPreviewResultFilterSensitiveLog: (
|
|
1662
|
+
obj: LifecyclePolicyPreviewResult
|
|
1663
|
+
) => any;
|
|
1664
|
+
|
|
1665
|
+
export declare const LifecyclePolicyPreviewSummaryFilterSensitiveLog: (
|
|
1666
|
+
obj: LifecyclePolicyPreviewSummary
|
|
1667
|
+
) => any;
|
|
1668
|
+
|
|
1669
|
+
export declare const GetLifecyclePolicyPreviewResponseFilterSensitiveLog: (
|
|
1670
|
+
obj: GetLifecyclePolicyPreviewResponse
|
|
1671
|
+
) => any;
|
|
1672
|
+
|
|
1673
|
+
export declare const GetRegistryPolicyRequestFilterSensitiveLog: (
|
|
1674
|
+
obj: GetRegistryPolicyRequest
|
|
1675
|
+
) => any;
|
|
1676
|
+
|
|
1677
|
+
export declare const GetRegistryPolicyResponseFilterSensitiveLog: (
|
|
1678
|
+
obj: GetRegistryPolicyResponse
|
|
1679
|
+
) => any;
|
|
1680
|
+
|
|
1681
|
+
export declare const GetRegistryScanningConfigurationRequestFilterSensitiveLog: (
|
|
1682
|
+
obj: GetRegistryScanningConfigurationRequest
|
|
1683
|
+
) => any;
|
|
1684
|
+
|
|
1685
|
+
export declare const RegistryScanningRuleFilterSensitiveLog: (
|
|
1686
|
+
obj: RegistryScanningRule
|
|
1687
|
+
) => any;
|
|
1688
|
+
|
|
1689
|
+
export declare const RegistryScanningConfigurationFilterSensitiveLog: (
|
|
1690
|
+
obj: RegistryScanningConfiguration
|
|
1691
|
+
) => any;
|
|
1692
|
+
|
|
1693
|
+
export declare const GetRegistryScanningConfigurationResponseFilterSensitiveLog: (
|
|
1694
|
+
obj: GetRegistryScanningConfigurationResponse
|
|
1695
|
+
) => any;
|
|
1696
|
+
|
|
1697
|
+
export declare const GetRepositoryPolicyRequestFilterSensitiveLog: (
|
|
1698
|
+
obj: GetRepositoryPolicyRequest
|
|
1699
|
+
) => any;
|
|
1700
|
+
|
|
1701
|
+
export declare const GetRepositoryPolicyResponseFilterSensitiveLog: (
|
|
1702
|
+
obj: GetRepositoryPolicyResponse
|
|
1703
|
+
) => any;
|
|
1704
|
+
|
|
1705
|
+
export declare const InitiateLayerUploadRequestFilterSensitiveLog: (
|
|
1706
|
+
obj: InitiateLayerUploadRequest
|
|
1707
|
+
) => any;
|
|
1708
|
+
|
|
1709
|
+
export declare const InitiateLayerUploadResponseFilterSensitiveLog: (
|
|
1710
|
+
obj: InitiateLayerUploadResponse
|
|
1711
|
+
) => any;
|
|
1712
|
+
|
|
1713
|
+
export declare const ListImagesFilterFilterSensitiveLog: (
|
|
1714
|
+
obj: ListImagesFilter
|
|
1715
|
+
) => any;
|
|
1716
|
+
|
|
1717
|
+
export declare const ListImagesRequestFilterSensitiveLog: (
|
|
1718
|
+
obj: ListImagesRequest
|
|
1719
|
+
) => any;
|
|
1720
|
+
|
|
1721
|
+
export declare const ListImagesResponseFilterSensitiveLog: (
|
|
1722
|
+
obj: ListImagesResponse
|
|
1723
|
+
) => any;
|
|
1724
|
+
|
|
1725
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
1726
|
+
obj: ListTagsForResourceRequest
|
|
1727
|
+
) => any;
|
|
1728
|
+
|
|
1729
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
1730
|
+
obj: ListTagsForResourceResponse
|
|
1731
|
+
) => any;
|
|
1732
|
+
|
|
1733
|
+
export declare const PutImageRequestFilterSensitiveLog: (
|
|
1734
|
+
obj: PutImageRequest
|
|
1735
|
+
) => any;
|
|
1736
|
+
|
|
1737
|
+
export declare const PutImageResponseFilterSensitiveLog: (
|
|
1738
|
+
obj: PutImageResponse
|
|
1739
|
+
) => any;
|
|
1740
|
+
|
|
1741
|
+
export declare const PutImageScanningConfigurationRequestFilterSensitiveLog: (
|
|
1742
|
+
obj: PutImageScanningConfigurationRequest
|
|
1743
|
+
) => any;
|
|
1744
|
+
|
|
1745
|
+
export declare const PutImageScanningConfigurationResponseFilterSensitiveLog: (
|
|
1746
|
+
obj: PutImageScanningConfigurationResponse
|
|
1747
|
+
) => any;
|
|
1748
|
+
|
|
1749
|
+
export declare const PutImageTagMutabilityRequestFilterSensitiveLog: (
|
|
1750
|
+
obj: PutImageTagMutabilityRequest
|
|
1751
|
+
) => any;
|
|
1752
|
+
|
|
1753
|
+
export declare const PutImageTagMutabilityResponseFilterSensitiveLog: (
|
|
1754
|
+
obj: PutImageTagMutabilityResponse
|
|
1755
|
+
) => any;
|
|
1756
|
+
|
|
1757
|
+
export declare const PutLifecyclePolicyRequestFilterSensitiveLog: (
|
|
1758
|
+
obj: PutLifecyclePolicyRequest
|
|
1759
|
+
) => any;
|
|
1760
|
+
|
|
1761
|
+
export declare const PutLifecyclePolicyResponseFilterSensitiveLog: (
|
|
1762
|
+
obj: PutLifecyclePolicyResponse
|
|
1763
|
+
) => any;
|
|
1764
|
+
|
|
1765
|
+
export declare const PutRegistryPolicyRequestFilterSensitiveLog: (
|
|
1766
|
+
obj: PutRegistryPolicyRequest
|
|
1767
|
+
) => any;
|
|
1768
|
+
|
|
1769
|
+
export declare const PutRegistryPolicyResponseFilterSensitiveLog: (
|
|
1770
|
+
obj: PutRegistryPolicyResponse
|
|
1771
|
+
) => any;
|
|
1772
|
+
|
|
1773
|
+
export declare const PutRegistryScanningConfigurationRequestFilterSensitiveLog: (
|
|
1774
|
+
obj: PutRegistryScanningConfigurationRequest
|
|
1775
|
+
) => any;
|
|
1776
|
+
|
|
1777
|
+
export declare const PutRegistryScanningConfigurationResponseFilterSensitiveLog: (
|
|
1778
|
+
obj: PutRegistryScanningConfigurationResponse
|
|
1779
|
+
) => any;
|
|
1780
|
+
|
|
1781
|
+
export declare const PutReplicationConfigurationRequestFilterSensitiveLog: (
|
|
1782
|
+
obj: PutReplicationConfigurationRequest
|
|
1783
|
+
) => any;
|
|
1784
|
+
|
|
1785
|
+
export declare const PutReplicationConfigurationResponseFilterSensitiveLog: (
|
|
1786
|
+
obj: PutReplicationConfigurationResponse
|
|
1787
|
+
) => any;
|
|
1788
|
+
|
|
1789
|
+
export declare const SetRepositoryPolicyRequestFilterSensitiveLog: (
|
|
1790
|
+
obj: SetRepositoryPolicyRequest
|
|
1791
|
+
) => any;
|
|
1792
|
+
|
|
1793
|
+
export declare const SetRepositoryPolicyResponseFilterSensitiveLog: (
|
|
1794
|
+
obj: SetRepositoryPolicyResponse
|
|
1795
|
+
) => any;
|
|
1796
|
+
|
|
1797
|
+
export declare const StartImageScanRequestFilterSensitiveLog: (
|
|
1798
|
+
obj: StartImageScanRequest
|
|
1799
|
+
) => any;
|
|
1800
|
+
|
|
1801
|
+
export declare const StartImageScanResponseFilterSensitiveLog: (
|
|
1802
|
+
obj: StartImageScanResponse
|
|
1803
|
+
) => any;
|
|
1804
|
+
|
|
1805
|
+
export declare const StartLifecyclePolicyPreviewRequestFilterSensitiveLog: (
|
|
1806
|
+
obj: StartLifecyclePolicyPreviewRequest
|
|
1807
|
+
) => any;
|
|
1808
|
+
|
|
1809
|
+
export declare const StartLifecyclePolicyPreviewResponseFilterSensitiveLog: (
|
|
1810
|
+
obj: StartLifecyclePolicyPreviewResponse
|
|
1811
|
+
) => any;
|
|
1812
|
+
|
|
1813
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
1814
|
+
obj: TagResourceRequest
|
|
1815
|
+
) => any;
|
|
1816
|
+
|
|
1817
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
1818
|
+
obj: TagResourceResponse
|
|
1819
|
+
) => any;
|
|
1820
|
+
|
|
1821
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
1822
|
+
obj: UntagResourceRequest
|
|
1823
|
+
) => any;
|
|
1824
|
+
|
|
1825
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
1826
|
+
obj: UntagResourceResponse
|
|
1827
|
+
) => any;
|
|
1828
|
+
|
|
1829
|
+
export declare const UploadLayerPartRequestFilterSensitiveLog: (
|
|
1830
|
+
obj: UploadLayerPartRequest
|
|
1831
|
+
) => any;
|
|
1832
|
+
|
|
1833
|
+
export declare const UploadLayerPartResponseFilterSensitiveLog: (
|
|
1834
|
+
obj: UploadLayerPartResponse
|
|
1835
|
+
) => any;
|