@aws-sdk/client-ecr-public 3.169.0 → 3.171.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ECRPUBLIC.d.ts +395 -120
- package/dist-types/ts3.4/ECRPUBLICClient.d.ts +242 -96
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +39 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +35 -17
- package/dist-types/ts3.4/commands/index.d.ts +23 -23
- 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/ECRPUBLICServiceException.d.ts +7 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +659 -797
- package/dist-types/ts3.4/pagination/DescribeImageTagsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRegistriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/index.d.ts +5 -5
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +281 -71
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
- package/package.json +34 -34
|
@@ -1,797 +1,659 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
-
import { ECRPUBLICServiceException as __BaseException } from "./ECRPUBLICServiceException";
|
|
3
|
-
|
|
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
|
-
export
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
export
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
export
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
export
|
|
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
|
-
export
|
|
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 interface
|
|
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
|
-
export interface
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
export
|
|
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
|
-
export interface
|
|
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
|
-
export interface
|
|
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
|
-
export
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
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
|
-
export declare
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
export
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
export
|
|
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
|
-
export
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
export
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
partLastByte: number | undefined;
|
|
661
|
-
|
|
662
|
-
layerPartBlob: Uint8Array | undefined;
|
|
663
|
-
}
|
|
664
|
-
export interface UploadLayerPartResponse {
|
|
665
|
-
|
|
666
|
-
registryId?: string;
|
|
667
|
-
|
|
668
|
-
repositoryName?: string;
|
|
669
|
-
|
|
670
|
-
uploadId?: string;
|
|
671
|
-
|
|
672
|
-
lastByteReceived?: number;
|
|
673
|
-
}
|
|
674
|
-
|
|
675
|
-
export declare const AuthorizationDataFilterSensitiveLog: (obj: AuthorizationData) => any;
|
|
676
|
-
|
|
677
|
-
export declare const BatchCheckLayerAvailabilityRequestFilterSensitiveLog: (obj: BatchCheckLayerAvailabilityRequest) => any;
|
|
678
|
-
|
|
679
|
-
export declare const LayerFailureFilterSensitiveLog: (obj: LayerFailure) => any;
|
|
680
|
-
|
|
681
|
-
export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
|
|
682
|
-
|
|
683
|
-
export declare const BatchCheckLayerAvailabilityResponseFilterSensitiveLog: (obj: BatchCheckLayerAvailabilityResponse) => any;
|
|
684
|
-
|
|
685
|
-
export declare const ImageIdentifierFilterSensitiveLog: (obj: ImageIdentifier) => any;
|
|
686
|
-
|
|
687
|
-
export declare const BatchDeleteImageRequestFilterSensitiveLog: (obj: BatchDeleteImageRequest) => any;
|
|
688
|
-
|
|
689
|
-
export declare const ImageFailureFilterSensitiveLog: (obj: ImageFailure) => any;
|
|
690
|
-
|
|
691
|
-
export declare const BatchDeleteImageResponseFilterSensitiveLog: (obj: BatchDeleteImageResponse) => any;
|
|
692
|
-
|
|
693
|
-
export declare const CompleteLayerUploadRequestFilterSensitiveLog: (obj: CompleteLayerUploadRequest) => any;
|
|
694
|
-
|
|
695
|
-
export declare const CompleteLayerUploadResponseFilterSensitiveLog: (obj: CompleteLayerUploadResponse) => any;
|
|
696
|
-
|
|
697
|
-
export declare const RepositoryCatalogDataInputFilterSensitiveLog: (obj: RepositoryCatalogDataInput) => any;
|
|
698
|
-
|
|
699
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
700
|
-
|
|
701
|
-
export declare const CreateRepositoryRequestFilterSensitiveLog: (obj: CreateRepositoryRequest) => any;
|
|
702
|
-
|
|
703
|
-
export declare const RepositoryCatalogDataFilterSensitiveLog: (obj: RepositoryCatalogData) => any;
|
|
704
|
-
|
|
705
|
-
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
706
|
-
|
|
707
|
-
export declare const CreateRepositoryResponseFilterSensitiveLog: (obj: CreateRepositoryResponse) => any;
|
|
708
|
-
|
|
709
|
-
export declare const DeleteRepositoryRequestFilterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
|
|
710
|
-
|
|
711
|
-
export declare const DeleteRepositoryResponseFilterSensitiveLog: (obj: DeleteRepositoryResponse) => any;
|
|
712
|
-
|
|
713
|
-
export declare const DeleteRepositoryPolicyRequestFilterSensitiveLog: (obj: DeleteRepositoryPolicyRequest) => any;
|
|
714
|
-
|
|
715
|
-
export declare const DeleteRepositoryPolicyResponseFilterSensitiveLog: (obj: DeleteRepositoryPolicyResponse) => any;
|
|
716
|
-
|
|
717
|
-
export declare const DescribeImagesRequestFilterSensitiveLog: (obj: DescribeImagesRequest) => any;
|
|
718
|
-
|
|
719
|
-
export declare const ImageDetailFilterSensitiveLog: (obj: ImageDetail) => any;
|
|
720
|
-
|
|
721
|
-
export declare const DescribeImagesResponseFilterSensitiveLog: (obj: DescribeImagesResponse) => any;
|
|
722
|
-
|
|
723
|
-
export declare const DescribeImageTagsRequestFilterSensitiveLog: (obj: DescribeImageTagsRequest) => any;
|
|
724
|
-
|
|
725
|
-
export declare const ReferencedImageDetailFilterSensitiveLog: (obj: ReferencedImageDetail) => any;
|
|
726
|
-
|
|
727
|
-
export declare const ImageTagDetailFilterSensitiveLog: (obj: ImageTagDetail) => any;
|
|
728
|
-
|
|
729
|
-
export declare const DescribeImageTagsResponseFilterSensitiveLog: (obj: DescribeImageTagsResponse) => any;
|
|
730
|
-
|
|
731
|
-
export declare const DescribeRegistriesRequestFilterSensitiveLog: (obj: DescribeRegistriesRequest) => any;
|
|
732
|
-
|
|
733
|
-
export declare const RegistryAliasFilterSensitiveLog: (obj: RegistryAlias) => any;
|
|
734
|
-
|
|
735
|
-
export declare const RegistryFilterSensitiveLog: (obj: Registry) => any;
|
|
736
|
-
|
|
737
|
-
export declare const DescribeRegistriesResponseFilterSensitiveLog: (obj: DescribeRegistriesResponse) => any;
|
|
738
|
-
|
|
739
|
-
export declare const DescribeRepositoriesRequestFilterSensitiveLog: (obj: DescribeRepositoriesRequest) => any;
|
|
740
|
-
|
|
741
|
-
export declare const DescribeRepositoriesResponseFilterSensitiveLog: (obj: DescribeRepositoriesResponse) => any;
|
|
742
|
-
|
|
743
|
-
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
|
|
744
|
-
|
|
745
|
-
export declare const GetAuthorizationTokenResponseFilterSensitiveLog: (obj: GetAuthorizationTokenResponse) => any;
|
|
746
|
-
|
|
747
|
-
export declare const GetRegistryCatalogDataRequestFilterSensitiveLog: (obj: GetRegistryCatalogDataRequest) => any;
|
|
748
|
-
|
|
749
|
-
export declare const RegistryCatalogDataFilterSensitiveLog: (obj: RegistryCatalogData) => any;
|
|
750
|
-
|
|
751
|
-
export declare const GetRegistryCatalogDataResponseFilterSensitiveLog: (obj: GetRegistryCatalogDataResponse) => any;
|
|
752
|
-
|
|
753
|
-
export declare const GetRepositoryCatalogDataRequestFilterSensitiveLog: (obj: GetRepositoryCatalogDataRequest) => any;
|
|
754
|
-
|
|
755
|
-
export declare const GetRepositoryCatalogDataResponseFilterSensitiveLog: (obj: GetRepositoryCatalogDataResponse) => any;
|
|
756
|
-
|
|
757
|
-
export declare const GetRepositoryPolicyRequestFilterSensitiveLog: (obj: GetRepositoryPolicyRequest) => any;
|
|
758
|
-
|
|
759
|
-
export declare const GetRepositoryPolicyResponseFilterSensitiveLog: (obj: GetRepositoryPolicyResponse) => any;
|
|
760
|
-
|
|
761
|
-
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
762
|
-
|
|
763
|
-
export declare const InitiateLayerUploadRequestFilterSensitiveLog: (obj: InitiateLayerUploadRequest) => any;
|
|
764
|
-
|
|
765
|
-
export declare const InitiateLayerUploadResponseFilterSensitiveLog: (obj: InitiateLayerUploadResponse) => any;
|
|
766
|
-
|
|
767
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
768
|
-
|
|
769
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
770
|
-
|
|
771
|
-
export declare const PutImageRequestFilterSensitiveLog: (obj: PutImageRequest) => any;
|
|
772
|
-
|
|
773
|
-
export declare const PutImageResponseFilterSensitiveLog: (obj: PutImageResponse) => any;
|
|
774
|
-
|
|
775
|
-
export declare const PutRegistryCatalogDataRequestFilterSensitiveLog: (obj: PutRegistryCatalogDataRequest) => any;
|
|
776
|
-
|
|
777
|
-
export declare const PutRegistryCatalogDataResponseFilterSensitiveLog: (obj: PutRegistryCatalogDataResponse) => any;
|
|
778
|
-
|
|
779
|
-
export declare const PutRepositoryCatalogDataRequestFilterSensitiveLog: (obj: PutRepositoryCatalogDataRequest) => any;
|
|
780
|
-
|
|
781
|
-
export declare const PutRepositoryCatalogDataResponseFilterSensitiveLog: (obj: PutRepositoryCatalogDataResponse) => any;
|
|
782
|
-
|
|
783
|
-
export declare const SetRepositoryPolicyRequestFilterSensitiveLog: (obj: SetRepositoryPolicyRequest) => any;
|
|
784
|
-
|
|
785
|
-
export declare const SetRepositoryPolicyResponseFilterSensitiveLog: (obj: SetRepositoryPolicyResponse) => any;
|
|
786
|
-
|
|
787
|
-
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
788
|
-
|
|
789
|
-
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
790
|
-
|
|
791
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
792
|
-
|
|
793
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
794
|
-
|
|
795
|
-
export declare const UploadLayerPartRequestFilterSensitiveLog: (obj: UploadLayerPartRequest) => any;
|
|
796
|
-
|
|
797
|
-
export declare const UploadLayerPartResponseFilterSensitiveLog: (obj: UploadLayerPartResponse) => any;
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { ECRPUBLICServiceException as __BaseException } from "./ECRPUBLICServiceException";
|
|
3
|
+
export interface AuthorizationData {
|
|
4
|
+
authorizationToken?: string;
|
|
5
|
+
expiresAt?: Date;
|
|
6
|
+
}
|
|
7
|
+
export interface BatchCheckLayerAvailabilityRequest {
|
|
8
|
+
registryId?: string;
|
|
9
|
+
repositoryName: string | undefined;
|
|
10
|
+
layerDigests: string[] | undefined;
|
|
11
|
+
}
|
|
12
|
+
export declare enum LayerFailureCode {
|
|
13
|
+
InvalidLayerDigest = "InvalidLayerDigest",
|
|
14
|
+
MissingLayerDigest = "MissingLayerDigest",
|
|
15
|
+
}
|
|
16
|
+
export interface LayerFailure {
|
|
17
|
+
layerDigest?: string;
|
|
18
|
+
failureCode?: LayerFailureCode | string;
|
|
19
|
+
failureReason?: string;
|
|
20
|
+
}
|
|
21
|
+
export declare enum LayerAvailability {
|
|
22
|
+
AVAILABLE = "AVAILABLE",
|
|
23
|
+
UNAVAILABLE = "UNAVAILABLE",
|
|
24
|
+
}
|
|
25
|
+
export interface Layer {
|
|
26
|
+
layerDigest?: string;
|
|
27
|
+
layerAvailability?: LayerAvailability | string;
|
|
28
|
+
layerSize?: number;
|
|
29
|
+
mediaType?: string;
|
|
30
|
+
}
|
|
31
|
+
export interface BatchCheckLayerAvailabilityResponse {
|
|
32
|
+
layers?: Layer[];
|
|
33
|
+
failures?: LayerFailure[];
|
|
34
|
+
}
|
|
35
|
+
export declare class InvalidParameterException extends __BaseException {
|
|
36
|
+
readonly name: "InvalidParameterException";
|
|
37
|
+
readonly $fault: "client";
|
|
38
|
+
constructor(
|
|
39
|
+
opts: __ExceptionOptionType<InvalidParameterException, __BaseException>
|
|
40
|
+
);
|
|
41
|
+
}
|
|
42
|
+
export declare class RegistryNotFoundException extends __BaseException {
|
|
43
|
+
readonly name: "RegistryNotFoundException";
|
|
44
|
+
readonly $fault: "client";
|
|
45
|
+
constructor(
|
|
46
|
+
opts: __ExceptionOptionType<RegistryNotFoundException, __BaseException>
|
|
47
|
+
);
|
|
48
|
+
}
|
|
49
|
+
export declare class RepositoryNotFoundException extends __BaseException {
|
|
50
|
+
readonly name: "RepositoryNotFoundException";
|
|
51
|
+
readonly $fault: "client";
|
|
52
|
+
constructor(
|
|
53
|
+
opts: __ExceptionOptionType<RepositoryNotFoundException, __BaseException>
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
export declare class ServerException extends __BaseException {
|
|
57
|
+
readonly name: "ServerException";
|
|
58
|
+
readonly $fault: "server";
|
|
59
|
+
constructor(opts: __ExceptionOptionType<ServerException, __BaseException>);
|
|
60
|
+
}
|
|
61
|
+
export interface ImageIdentifier {
|
|
62
|
+
imageDigest?: string;
|
|
63
|
+
imageTag?: string;
|
|
64
|
+
}
|
|
65
|
+
export interface BatchDeleteImageRequest {
|
|
66
|
+
registryId?: string;
|
|
67
|
+
repositoryName: string | undefined;
|
|
68
|
+
imageIds: ImageIdentifier[] | undefined;
|
|
69
|
+
}
|
|
70
|
+
export declare enum ImageFailureCode {
|
|
71
|
+
ImageNotFound = "ImageNotFound",
|
|
72
|
+
ImageReferencedByManifestList = "ImageReferencedByManifestList",
|
|
73
|
+
ImageTagDoesNotMatchDigest = "ImageTagDoesNotMatchDigest",
|
|
74
|
+
InvalidImageDigest = "InvalidImageDigest",
|
|
75
|
+
InvalidImageTag = "InvalidImageTag",
|
|
76
|
+
KmsError = "KmsError",
|
|
77
|
+
MissingDigestAndTag = "MissingDigestAndTag",
|
|
78
|
+
}
|
|
79
|
+
export interface ImageFailure {
|
|
80
|
+
imageId?: ImageIdentifier;
|
|
81
|
+
failureCode?: ImageFailureCode | string;
|
|
82
|
+
failureReason?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface BatchDeleteImageResponse {
|
|
85
|
+
imageIds?: ImageIdentifier[];
|
|
86
|
+
failures?: ImageFailure[];
|
|
87
|
+
}
|
|
88
|
+
export interface CompleteLayerUploadRequest {
|
|
89
|
+
registryId?: string;
|
|
90
|
+
repositoryName: string | undefined;
|
|
91
|
+
uploadId: string | undefined;
|
|
92
|
+
layerDigests: string[] | undefined;
|
|
93
|
+
}
|
|
94
|
+
export interface CompleteLayerUploadResponse {
|
|
95
|
+
registryId?: string;
|
|
96
|
+
repositoryName?: string;
|
|
97
|
+
uploadId?: string;
|
|
98
|
+
layerDigest?: string;
|
|
99
|
+
}
|
|
100
|
+
export declare class EmptyUploadException extends __BaseException {
|
|
101
|
+
readonly name: "EmptyUploadException";
|
|
102
|
+
readonly $fault: "client";
|
|
103
|
+
constructor(
|
|
104
|
+
opts: __ExceptionOptionType<EmptyUploadException, __BaseException>
|
|
105
|
+
);
|
|
106
|
+
}
|
|
107
|
+
export declare class InvalidLayerException extends __BaseException {
|
|
108
|
+
readonly name: "InvalidLayerException";
|
|
109
|
+
readonly $fault: "client";
|
|
110
|
+
constructor(
|
|
111
|
+
opts: __ExceptionOptionType<InvalidLayerException, __BaseException>
|
|
112
|
+
);
|
|
113
|
+
}
|
|
114
|
+
export declare class LayerAlreadyExistsException extends __BaseException {
|
|
115
|
+
readonly name: "LayerAlreadyExistsException";
|
|
116
|
+
readonly $fault: "client";
|
|
117
|
+
constructor(
|
|
118
|
+
opts: __ExceptionOptionType<LayerAlreadyExistsException, __BaseException>
|
|
119
|
+
);
|
|
120
|
+
}
|
|
121
|
+
export declare class LayerPartTooSmallException extends __BaseException {
|
|
122
|
+
readonly name: "LayerPartTooSmallException";
|
|
123
|
+
readonly $fault: "client";
|
|
124
|
+
constructor(
|
|
125
|
+
opts: __ExceptionOptionType<LayerPartTooSmallException, __BaseException>
|
|
126
|
+
);
|
|
127
|
+
}
|
|
128
|
+
export declare class UnsupportedCommandException extends __BaseException {
|
|
129
|
+
readonly name: "UnsupportedCommandException";
|
|
130
|
+
readonly $fault: "client";
|
|
131
|
+
constructor(
|
|
132
|
+
opts: __ExceptionOptionType<UnsupportedCommandException, __BaseException>
|
|
133
|
+
);
|
|
134
|
+
}
|
|
135
|
+
export declare class UploadNotFoundException extends __BaseException {
|
|
136
|
+
readonly name: "UploadNotFoundException";
|
|
137
|
+
readonly $fault: "client";
|
|
138
|
+
constructor(
|
|
139
|
+
opts: __ExceptionOptionType<UploadNotFoundException, __BaseException>
|
|
140
|
+
);
|
|
141
|
+
}
|
|
142
|
+
export interface RepositoryCatalogDataInput {
|
|
143
|
+
description?: string;
|
|
144
|
+
architectures?: string[];
|
|
145
|
+
operatingSystems?: string[];
|
|
146
|
+
logoImageBlob?: Uint8Array;
|
|
147
|
+
aboutText?: string;
|
|
148
|
+
usageText?: string;
|
|
149
|
+
}
|
|
150
|
+
export interface Tag {
|
|
151
|
+
Key?: string;
|
|
152
|
+
Value?: string;
|
|
153
|
+
}
|
|
154
|
+
export interface CreateRepositoryRequest {
|
|
155
|
+
repositoryName: string | undefined;
|
|
156
|
+
catalogData?: RepositoryCatalogDataInput;
|
|
157
|
+
tags?: Tag[];
|
|
158
|
+
}
|
|
159
|
+
export interface RepositoryCatalogData {
|
|
160
|
+
description?: string;
|
|
161
|
+
architectures?: string[];
|
|
162
|
+
operatingSystems?: string[];
|
|
163
|
+
logoUrl?: string;
|
|
164
|
+
aboutText?: string;
|
|
165
|
+
usageText?: string;
|
|
166
|
+
marketplaceCertified?: boolean;
|
|
167
|
+
}
|
|
168
|
+
export interface Repository {
|
|
169
|
+
repositoryArn?: string;
|
|
170
|
+
registryId?: string;
|
|
171
|
+
repositoryName?: string;
|
|
172
|
+
repositoryUri?: string;
|
|
173
|
+
createdAt?: Date;
|
|
174
|
+
}
|
|
175
|
+
export interface CreateRepositoryResponse {
|
|
176
|
+
repository?: Repository;
|
|
177
|
+
catalogData?: RepositoryCatalogData;
|
|
178
|
+
}
|
|
179
|
+
export declare class InvalidTagParameterException extends __BaseException {
|
|
180
|
+
readonly name: "InvalidTagParameterException";
|
|
181
|
+
readonly $fault: "client";
|
|
182
|
+
constructor(
|
|
183
|
+
opts: __ExceptionOptionType<InvalidTagParameterException, __BaseException>
|
|
184
|
+
);
|
|
185
|
+
}
|
|
186
|
+
export declare class LimitExceededException extends __BaseException {
|
|
187
|
+
readonly name: "LimitExceededException";
|
|
188
|
+
readonly $fault: "client";
|
|
189
|
+
constructor(
|
|
190
|
+
opts: __ExceptionOptionType<LimitExceededException, __BaseException>
|
|
191
|
+
);
|
|
192
|
+
}
|
|
193
|
+
export declare class RepositoryAlreadyExistsException extends __BaseException {
|
|
194
|
+
readonly name: "RepositoryAlreadyExistsException";
|
|
195
|
+
readonly $fault: "client";
|
|
196
|
+
constructor(
|
|
197
|
+
opts: __ExceptionOptionType<
|
|
198
|
+
RepositoryAlreadyExistsException,
|
|
199
|
+
__BaseException
|
|
200
|
+
>
|
|
201
|
+
);
|
|
202
|
+
}
|
|
203
|
+
export declare class TooManyTagsException extends __BaseException {
|
|
204
|
+
readonly name: "TooManyTagsException";
|
|
205
|
+
readonly $fault: "client";
|
|
206
|
+
constructor(
|
|
207
|
+
opts: __ExceptionOptionType<TooManyTagsException, __BaseException>
|
|
208
|
+
);
|
|
209
|
+
}
|
|
210
|
+
export interface DeleteRepositoryRequest {
|
|
211
|
+
registryId?: string;
|
|
212
|
+
repositoryName: string | undefined;
|
|
213
|
+
force?: boolean;
|
|
214
|
+
}
|
|
215
|
+
export interface DeleteRepositoryResponse {
|
|
216
|
+
repository?: Repository;
|
|
217
|
+
}
|
|
218
|
+
export declare class RepositoryNotEmptyException extends __BaseException {
|
|
219
|
+
readonly name: "RepositoryNotEmptyException";
|
|
220
|
+
readonly $fault: "client";
|
|
221
|
+
constructor(
|
|
222
|
+
opts: __ExceptionOptionType<RepositoryNotEmptyException, __BaseException>
|
|
223
|
+
);
|
|
224
|
+
}
|
|
225
|
+
export interface DeleteRepositoryPolicyRequest {
|
|
226
|
+
registryId?: string;
|
|
227
|
+
repositoryName: string | undefined;
|
|
228
|
+
}
|
|
229
|
+
export interface DeleteRepositoryPolicyResponse {
|
|
230
|
+
registryId?: string;
|
|
231
|
+
repositoryName?: string;
|
|
232
|
+
policyText?: string;
|
|
233
|
+
}
|
|
234
|
+
export declare class RepositoryPolicyNotFoundException extends __BaseException {
|
|
235
|
+
readonly name: "RepositoryPolicyNotFoundException";
|
|
236
|
+
readonly $fault: "client";
|
|
237
|
+
constructor(
|
|
238
|
+
opts: __ExceptionOptionType<
|
|
239
|
+
RepositoryPolicyNotFoundException,
|
|
240
|
+
__BaseException
|
|
241
|
+
>
|
|
242
|
+
);
|
|
243
|
+
}
|
|
244
|
+
export interface DescribeImagesRequest {
|
|
245
|
+
registryId?: string;
|
|
246
|
+
repositoryName: string | undefined;
|
|
247
|
+
imageIds?: ImageIdentifier[];
|
|
248
|
+
nextToken?: string;
|
|
249
|
+
maxResults?: number;
|
|
250
|
+
}
|
|
251
|
+
export interface ImageDetail {
|
|
252
|
+
registryId?: string;
|
|
253
|
+
repositoryName?: string;
|
|
254
|
+
imageDigest?: string;
|
|
255
|
+
imageTags?: string[];
|
|
256
|
+
imageSizeInBytes?: number;
|
|
257
|
+
imagePushedAt?: Date;
|
|
258
|
+
imageManifestMediaType?: string;
|
|
259
|
+
artifactMediaType?: string;
|
|
260
|
+
}
|
|
261
|
+
export interface DescribeImagesResponse {
|
|
262
|
+
imageDetails?: ImageDetail[];
|
|
263
|
+
nextToken?: string;
|
|
264
|
+
}
|
|
265
|
+
export declare class ImageNotFoundException extends __BaseException {
|
|
266
|
+
readonly name: "ImageNotFoundException";
|
|
267
|
+
readonly $fault: "client";
|
|
268
|
+
constructor(
|
|
269
|
+
opts: __ExceptionOptionType<ImageNotFoundException, __BaseException>
|
|
270
|
+
);
|
|
271
|
+
}
|
|
272
|
+
export interface DescribeImageTagsRequest {
|
|
273
|
+
registryId?: string;
|
|
274
|
+
repositoryName: string | undefined;
|
|
275
|
+
nextToken?: string;
|
|
276
|
+
maxResults?: number;
|
|
277
|
+
}
|
|
278
|
+
export interface ReferencedImageDetail {
|
|
279
|
+
imageDigest?: string;
|
|
280
|
+
imageSizeInBytes?: number;
|
|
281
|
+
imagePushedAt?: Date;
|
|
282
|
+
imageManifestMediaType?: string;
|
|
283
|
+
artifactMediaType?: string;
|
|
284
|
+
}
|
|
285
|
+
export interface ImageTagDetail {
|
|
286
|
+
imageTag?: string;
|
|
287
|
+
createdAt?: Date;
|
|
288
|
+
imageDetail?: ReferencedImageDetail;
|
|
289
|
+
}
|
|
290
|
+
export interface DescribeImageTagsResponse {
|
|
291
|
+
imageTagDetails?: ImageTagDetail[];
|
|
292
|
+
nextToken?: string;
|
|
293
|
+
}
|
|
294
|
+
export interface DescribeRegistriesRequest {
|
|
295
|
+
nextToken?: string;
|
|
296
|
+
maxResults?: number;
|
|
297
|
+
}
|
|
298
|
+
export declare enum RegistryAliasStatus {
|
|
299
|
+
ACTIVE = "ACTIVE",
|
|
300
|
+
PENDING = "PENDING",
|
|
301
|
+
REJECTED = "REJECTED",
|
|
302
|
+
}
|
|
303
|
+
export interface RegistryAlias {
|
|
304
|
+
name: string | undefined;
|
|
305
|
+
status: RegistryAliasStatus | string | undefined;
|
|
306
|
+
primaryRegistryAlias: boolean | undefined;
|
|
307
|
+
defaultRegistryAlias: boolean | undefined;
|
|
308
|
+
}
|
|
309
|
+
export interface Registry {
|
|
310
|
+
registryId: string | undefined;
|
|
311
|
+
registryArn: string | undefined;
|
|
312
|
+
registryUri: string | undefined;
|
|
313
|
+
verified: boolean | undefined;
|
|
314
|
+
aliases: RegistryAlias[] | undefined;
|
|
315
|
+
}
|
|
316
|
+
export interface DescribeRegistriesResponse {
|
|
317
|
+
registries: Registry[] | undefined;
|
|
318
|
+
nextToken?: string;
|
|
319
|
+
}
|
|
320
|
+
export interface DescribeRepositoriesRequest {
|
|
321
|
+
registryId?: string;
|
|
322
|
+
repositoryNames?: string[];
|
|
323
|
+
nextToken?: string;
|
|
324
|
+
maxResults?: number;
|
|
325
|
+
}
|
|
326
|
+
export interface DescribeRepositoriesResponse {
|
|
327
|
+
repositories?: Repository[];
|
|
328
|
+
nextToken?: string;
|
|
329
|
+
}
|
|
330
|
+
export interface GetAuthorizationTokenRequest {}
|
|
331
|
+
export interface GetAuthorizationTokenResponse {
|
|
332
|
+
authorizationData?: AuthorizationData;
|
|
333
|
+
}
|
|
334
|
+
export interface GetRegistryCatalogDataRequest {}
|
|
335
|
+
export interface RegistryCatalogData {
|
|
336
|
+
displayName?: string;
|
|
337
|
+
}
|
|
338
|
+
export interface GetRegistryCatalogDataResponse {
|
|
339
|
+
registryCatalogData: RegistryCatalogData | undefined;
|
|
340
|
+
}
|
|
341
|
+
export interface GetRepositoryCatalogDataRequest {
|
|
342
|
+
registryId?: string;
|
|
343
|
+
repositoryName: string | undefined;
|
|
344
|
+
}
|
|
345
|
+
export interface GetRepositoryCatalogDataResponse {
|
|
346
|
+
catalogData?: RepositoryCatalogData;
|
|
347
|
+
}
|
|
348
|
+
export interface GetRepositoryPolicyRequest {
|
|
349
|
+
registryId?: string;
|
|
350
|
+
repositoryName: string | undefined;
|
|
351
|
+
}
|
|
352
|
+
export interface GetRepositoryPolicyResponse {
|
|
353
|
+
registryId?: string;
|
|
354
|
+
repositoryName?: string;
|
|
355
|
+
policyText?: string;
|
|
356
|
+
}
|
|
357
|
+
export interface Image {
|
|
358
|
+
registryId?: string;
|
|
359
|
+
repositoryName?: string;
|
|
360
|
+
imageId?: ImageIdentifier;
|
|
361
|
+
imageManifest?: string;
|
|
362
|
+
imageManifestMediaType?: string;
|
|
363
|
+
}
|
|
364
|
+
export declare class ImageAlreadyExistsException extends __BaseException {
|
|
365
|
+
readonly name: "ImageAlreadyExistsException";
|
|
366
|
+
readonly $fault: "client";
|
|
367
|
+
constructor(
|
|
368
|
+
opts: __ExceptionOptionType<ImageAlreadyExistsException, __BaseException>
|
|
369
|
+
);
|
|
370
|
+
}
|
|
371
|
+
export declare class ImageDigestDoesNotMatchException extends __BaseException {
|
|
372
|
+
readonly name: "ImageDigestDoesNotMatchException";
|
|
373
|
+
readonly $fault: "client";
|
|
374
|
+
constructor(
|
|
375
|
+
opts: __ExceptionOptionType<
|
|
376
|
+
ImageDigestDoesNotMatchException,
|
|
377
|
+
__BaseException
|
|
378
|
+
>
|
|
379
|
+
);
|
|
380
|
+
}
|
|
381
|
+
export declare class ImageTagAlreadyExistsException extends __BaseException {
|
|
382
|
+
readonly name: "ImageTagAlreadyExistsException";
|
|
383
|
+
readonly $fault: "client";
|
|
384
|
+
constructor(
|
|
385
|
+
opts: __ExceptionOptionType<ImageTagAlreadyExistsException, __BaseException>
|
|
386
|
+
);
|
|
387
|
+
}
|
|
388
|
+
export interface InitiateLayerUploadRequest {
|
|
389
|
+
registryId?: string;
|
|
390
|
+
repositoryName: string | undefined;
|
|
391
|
+
}
|
|
392
|
+
export interface InitiateLayerUploadResponse {
|
|
393
|
+
uploadId?: string;
|
|
394
|
+
partSize?: number;
|
|
395
|
+
}
|
|
396
|
+
export declare class InvalidLayerPartException extends __BaseException {
|
|
397
|
+
readonly name: "InvalidLayerPartException";
|
|
398
|
+
readonly $fault: "client";
|
|
399
|
+
registryId?: string;
|
|
400
|
+
repositoryName?: string;
|
|
401
|
+
uploadId?: string;
|
|
402
|
+
lastValidByteReceived?: number;
|
|
403
|
+
constructor(
|
|
404
|
+
opts: __ExceptionOptionType<InvalidLayerPartException, __BaseException>
|
|
405
|
+
);
|
|
406
|
+
}
|
|
407
|
+
export declare class LayersNotFoundException extends __BaseException {
|
|
408
|
+
readonly name: "LayersNotFoundException";
|
|
409
|
+
readonly $fault: "client";
|
|
410
|
+
constructor(
|
|
411
|
+
opts: __ExceptionOptionType<LayersNotFoundException, __BaseException>
|
|
412
|
+
);
|
|
413
|
+
}
|
|
414
|
+
export interface ListTagsForResourceRequest {
|
|
415
|
+
resourceArn: string | undefined;
|
|
416
|
+
}
|
|
417
|
+
export interface ListTagsForResourceResponse {
|
|
418
|
+
tags?: Tag[];
|
|
419
|
+
}
|
|
420
|
+
export interface PutImageRequest {
|
|
421
|
+
registryId?: string;
|
|
422
|
+
repositoryName: string | undefined;
|
|
423
|
+
imageManifest: string | undefined;
|
|
424
|
+
imageManifestMediaType?: string;
|
|
425
|
+
imageTag?: string;
|
|
426
|
+
imageDigest?: string;
|
|
427
|
+
}
|
|
428
|
+
export interface PutImageResponse {
|
|
429
|
+
image?: Image;
|
|
430
|
+
}
|
|
431
|
+
export declare class ReferencedImagesNotFoundException extends __BaseException {
|
|
432
|
+
readonly name: "ReferencedImagesNotFoundException";
|
|
433
|
+
readonly $fault: "client";
|
|
434
|
+
constructor(
|
|
435
|
+
opts: __ExceptionOptionType<
|
|
436
|
+
ReferencedImagesNotFoundException,
|
|
437
|
+
__BaseException
|
|
438
|
+
>
|
|
439
|
+
);
|
|
440
|
+
}
|
|
441
|
+
export interface PutRegistryCatalogDataRequest {
|
|
442
|
+
displayName?: string;
|
|
443
|
+
}
|
|
444
|
+
export interface PutRegistryCatalogDataResponse {
|
|
445
|
+
registryCatalogData: RegistryCatalogData | undefined;
|
|
446
|
+
}
|
|
447
|
+
export interface PutRepositoryCatalogDataRequest {
|
|
448
|
+
registryId?: string;
|
|
449
|
+
repositoryName: string | undefined;
|
|
450
|
+
catalogData: RepositoryCatalogDataInput | undefined;
|
|
451
|
+
}
|
|
452
|
+
export interface PutRepositoryCatalogDataResponse {
|
|
453
|
+
catalogData?: RepositoryCatalogData;
|
|
454
|
+
}
|
|
455
|
+
export interface SetRepositoryPolicyRequest {
|
|
456
|
+
registryId?: string;
|
|
457
|
+
repositoryName: string | undefined;
|
|
458
|
+
policyText: string | undefined;
|
|
459
|
+
force?: boolean;
|
|
460
|
+
}
|
|
461
|
+
export interface SetRepositoryPolicyResponse {
|
|
462
|
+
registryId?: string;
|
|
463
|
+
repositoryName?: string;
|
|
464
|
+
policyText?: string;
|
|
465
|
+
}
|
|
466
|
+
export interface TagResourceRequest {
|
|
467
|
+
resourceArn: string | undefined;
|
|
468
|
+
tags: Tag[] | undefined;
|
|
469
|
+
}
|
|
470
|
+
export interface TagResourceResponse {}
|
|
471
|
+
export interface UntagResourceRequest {
|
|
472
|
+
resourceArn: string | undefined;
|
|
473
|
+
tagKeys: string[] | undefined;
|
|
474
|
+
}
|
|
475
|
+
export interface UntagResourceResponse {}
|
|
476
|
+
export interface UploadLayerPartRequest {
|
|
477
|
+
registryId?: string;
|
|
478
|
+
repositoryName: string | undefined;
|
|
479
|
+
uploadId: string | undefined;
|
|
480
|
+
partFirstByte: number | undefined;
|
|
481
|
+
partLastByte: number | undefined;
|
|
482
|
+
layerPartBlob: Uint8Array | undefined;
|
|
483
|
+
}
|
|
484
|
+
export interface UploadLayerPartResponse {
|
|
485
|
+
registryId?: string;
|
|
486
|
+
repositoryName?: string;
|
|
487
|
+
uploadId?: string;
|
|
488
|
+
lastByteReceived?: number;
|
|
489
|
+
}
|
|
490
|
+
export declare const AuthorizationDataFilterSensitiveLog: (
|
|
491
|
+
obj: AuthorizationData
|
|
492
|
+
) => any;
|
|
493
|
+
export declare const BatchCheckLayerAvailabilityRequestFilterSensitiveLog: (
|
|
494
|
+
obj: BatchCheckLayerAvailabilityRequest
|
|
495
|
+
) => any;
|
|
496
|
+
export declare const LayerFailureFilterSensitiveLog: (obj: LayerFailure) => any;
|
|
497
|
+
export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
|
|
498
|
+
export declare const BatchCheckLayerAvailabilityResponseFilterSensitiveLog: (
|
|
499
|
+
obj: BatchCheckLayerAvailabilityResponse
|
|
500
|
+
) => any;
|
|
501
|
+
export declare const ImageIdentifierFilterSensitiveLog: (
|
|
502
|
+
obj: ImageIdentifier
|
|
503
|
+
) => any;
|
|
504
|
+
export declare const BatchDeleteImageRequestFilterSensitiveLog: (
|
|
505
|
+
obj: BatchDeleteImageRequest
|
|
506
|
+
) => any;
|
|
507
|
+
export declare const ImageFailureFilterSensitiveLog: (obj: ImageFailure) => any;
|
|
508
|
+
export declare const BatchDeleteImageResponseFilterSensitiveLog: (
|
|
509
|
+
obj: BatchDeleteImageResponse
|
|
510
|
+
) => any;
|
|
511
|
+
export declare const CompleteLayerUploadRequestFilterSensitiveLog: (
|
|
512
|
+
obj: CompleteLayerUploadRequest
|
|
513
|
+
) => any;
|
|
514
|
+
export declare const CompleteLayerUploadResponseFilterSensitiveLog: (
|
|
515
|
+
obj: CompleteLayerUploadResponse
|
|
516
|
+
) => any;
|
|
517
|
+
export declare const RepositoryCatalogDataInputFilterSensitiveLog: (
|
|
518
|
+
obj: RepositoryCatalogDataInput
|
|
519
|
+
) => any;
|
|
520
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
521
|
+
export declare const CreateRepositoryRequestFilterSensitiveLog: (
|
|
522
|
+
obj: CreateRepositoryRequest
|
|
523
|
+
) => any;
|
|
524
|
+
export declare const RepositoryCatalogDataFilterSensitiveLog: (
|
|
525
|
+
obj: RepositoryCatalogData
|
|
526
|
+
) => any;
|
|
527
|
+
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
528
|
+
export declare const CreateRepositoryResponseFilterSensitiveLog: (
|
|
529
|
+
obj: CreateRepositoryResponse
|
|
530
|
+
) => any;
|
|
531
|
+
export declare const DeleteRepositoryRequestFilterSensitiveLog: (
|
|
532
|
+
obj: DeleteRepositoryRequest
|
|
533
|
+
) => any;
|
|
534
|
+
export declare const DeleteRepositoryResponseFilterSensitiveLog: (
|
|
535
|
+
obj: DeleteRepositoryResponse
|
|
536
|
+
) => any;
|
|
537
|
+
export declare const DeleteRepositoryPolicyRequestFilterSensitiveLog: (
|
|
538
|
+
obj: DeleteRepositoryPolicyRequest
|
|
539
|
+
) => any;
|
|
540
|
+
export declare const DeleteRepositoryPolicyResponseFilterSensitiveLog: (
|
|
541
|
+
obj: DeleteRepositoryPolicyResponse
|
|
542
|
+
) => any;
|
|
543
|
+
export declare const DescribeImagesRequestFilterSensitiveLog: (
|
|
544
|
+
obj: DescribeImagesRequest
|
|
545
|
+
) => any;
|
|
546
|
+
export declare const ImageDetailFilterSensitiveLog: (obj: ImageDetail) => any;
|
|
547
|
+
export declare const DescribeImagesResponseFilterSensitiveLog: (
|
|
548
|
+
obj: DescribeImagesResponse
|
|
549
|
+
) => any;
|
|
550
|
+
export declare const DescribeImageTagsRequestFilterSensitiveLog: (
|
|
551
|
+
obj: DescribeImageTagsRequest
|
|
552
|
+
) => any;
|
|
553
|
+
export declare const ReferencedImageDetailFilterSensitiveLog: (
|
|
554
|
+
obj: ReferencedImageDetail
|
|
555
|
+
) => any;
|
|
556
|
+
export declare const ImageTagDetailFilterSensitiveLog: (
|
|
557
|
+
obj: ImageTagDetail
|
|
558
|
+
) => any;
|
|
559
|
+
export declare const DescribeImageTagsResponseFilterSensitiveLog: (
|
|
560
|
+
obj: DescribeImageTagsResponse
|
|
561
|
+
) => any;
|
|
562
|
+
export declare const DescribeRegistriesRequestFilterSensitiveLog: (
|
|
563
|
+
obj: DescribeRegistriesRequest
|
|
564
|
+
) => any;
|
|
565
|
+
export declare const RegistryAliasFilterSensitiveLog: (
|
|
566
|
+
obj: RegistryAlias
|
|
567
|
+
) => any;
|
|
568
|
+
export declare const RegistryFilterSensitiveLog: (obj: Registry) => any;
|
|
569
|
+
export declare const DescribeRegistriesResponseFilterSensitiveLog: (
|
|
570
|
+
obj: DescribeRegistriesResponse
|
|
571
|
+
) => any;
|
|
572
|
+
export declare const DescribeRepositoriesRequestFilterSensitiveLog: (
|
|
573
|
+
obj: DescribeRepositoriesRequest
|
|
574
|
+
) => any;
|
|
575
|
+
export declare const DescribeRepositoriesResponseFilterSensitiveLog: (
|
|
576
|
+
obj: DescribeRepositoriesResponse
|
|
577
|
+
) => any;
|
|
578
|
+
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (
|
|
579
|
+
obj: GetAuthorizationTokenRequest
|
|
580
|
+
) => any;
|
|
581
|
+
export declare const GetAuthorizationTokenResponseFilterSensitiveLog: (
|
|
582
|
+
obj: GetAuthorizationTokenResponse
|
|
583
|
+
) => any;
|
|
584
|
+
export declare const GetRegistryCatalogDataRequestFilterSensitiveLog: (
|
|
585
|
+
obj: GetRegistryCatalogDataRequest
|
|
586
|
+
) => any;
|
|
587
|
+
export declare const RegistryCatalogDataFilterSensitiveLog: (
|
|
588
|
+
obj: RegistryCatalogData
|
|
589
|
+
) => any;
|
|
590
|
+
export declare const GetRegistryCatalogDataResponseFilterSensitiveLog: (
|
|
591
|
+
obj: GetRegistryCatalogDataResponse
|
|
592
|
+
) => any;
|
|
593
|
+
export declare const GetRepositoryCatalogDataRequestFilterSensitiveLog: (
|
|
594
|
+
obj: GetRepositoryCatalogDataRequest
|
|
595
|
+
) => any;
|
|
596
|
+
export declare const GetRepositoryCatalogDataResponseFilterSensitiveLog: (
|
|
597
|
+
obj: GetRepositoryCatalogDataResponse
|
|
598
|
+
) => any;
|
|
599
|
+
export declare const GetRepositoryPolicyRequestFilterSensitiveLog: (
|
|
600
|
+
obj: GetRepositoryPolicyRequest
|
|
601
|
+
) => any;
|
|
602
|
+
export declare const GetRepositoryPolicyResponseFilterSensitiveLog: (
|
|
603
|
+
obj: GetRepositoryPolicyResponse
|
|
604
|
+
) => any;
|
|
605
|
+
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
606
|
+
export declare const InitiateLayerUploadRequestFilterSensitiveLog: (
|
|
607
|
+
obj: InitiateLayerUploadRequest
|
|
608
|
+
) => any;
|
|
609
|
+
export declare const InitiateLayerUploadResponseFilterSensitiveLog: (
|
|
610
|
+
obj: InitiateLayerUploadResponse
|
|
611
|
+
) => any;
|
|
612
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
613
|
+
obj: ListTagsForResourceRequest
|
|
614
|
+
) => any;
|
|
615
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
616
|
+
obj: ListTagsForResourceResponse
|
|
617
|
+
) => any;
|
|
618
|
+
export declare const PutImageRequestFilterSensitiveLog: (
|
|
619
|
+
obj: PutImageRequest
|
|
620
|
+
) => any;
|
|
621
|
+
export declare const PutImageResponseFilterSensitiveLog: (
|
|
622
|
+
obj: PutImageResponse
|
|
623
|
+
) => any;
|
|
624
|
+
export declare const PutRegistryCatalogDataRequestFilterSensitiveLog: (
|
|
625
|
+
obj: PutRegistryCatalogDataRequest
|
|
626
|
+
) => any;
|
|
627
|
+
export declare const PutRegistryCatalogDataResponseFilterSensitiveLog: (
|
|
628
|
+
obj: PutRegistryCatalogDataResponse
|
|
629
|
+
) => any;
|
|
630
|
+
export declare const PutRepositoryCatalogDataRequestFilterSensitiveLog: (
|
|
631
|
+
obj: PutRepositoryCatalogDataRequest
|
|
632
|
+
) => any;
|
|
633
|
+
export declare const PutRepositoryCatalogDataResponseFilterSensitiveLog: (
|
|
634
|
+
obj: PutRepositoryCatalogDataResponse
|
|
635
|
+
) => any;
|
|
636
|
+
export declare const SetRepositoryPolicyRequestFilterSensitiveLog: (
|
|
637
|
+
obj: SetRepositoryPolicyRequest
|
|
638
|
+
) => any;
|
|
639
|
+
export declare const SetRepositoryPolicyResponseFilterSensitiveLog: (
|
|
640
|
+
obj: SetRepositoryPolicyResponse
|
|
641
|
+
) => any;
|
|
642
|
+
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
643
|
+
obj: TagResourceRequest
|
|
644
|
+
) => any;
|
|
645
|
+
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
646
|
+
obj: TagResourceResponse
|
|
647
|
+
) => any;
|
|
648
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
649
|
+
obj: UntagResourceRequest
|
|
650
|
+
) => any;
|
|
651
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
652
|
+
obj: UntagResourceResponse
|
|
653
|
+
) => any;
|
|
654
|
+
export declare const UploadLayerPartRequestFilterSensitiveLog: (
|
|
655
|
+
obj: UploadLayerPartRequest
|
|
656
|
+
) => any;
|
|
657
|
+
export declare const UploadLayerPartResponseFilterSensitiveLog: (
|
|
658
|
+
obj: UploadLayerPartResponse
|
|
659
|
+
) => any;
|