@aws-sdk/client-ecr 3.169.0 → 3.170.0

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