@aws-sdk/client-ecr 3.128.0 → 3.137.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 (90) hide show
  1. package/CHANGELOG.md +30 -0
  2. package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +2 -2
  3. package/dist-cjs/commands/BatchDeleteImageCommand.js +2 -2
  4. package/dist-cjs/commands/BatchGetImageCommand.js +2 -2
  5. package/dist-cjs/commands/BatchGetRepositoryScanningConfigurationCommand.js +2 -2
  6. package/dist-cjs/commands/CompleteLayerUploadCommand.js +2 -2
  7. package/dist-cjs/commands/CreatePullThroughCacheRuleCommand.js +2 -2
  8. package/dist-cjs/commands/CreateRepositoryCommand.js +2 -2
  9. package/dist-cjs/commands/DeleteLifecyclePolicyCommand.js +2 -2
  10. package/dist-cjs/commands/DeletePullThroughCacheRuleCommand.js +2 -2
  11. package/dist-cjs/commands/DeleteRegistryPolicyCommand.js +2 -2
  12. package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -2
  13. package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +2 -2
  14. package/dist-cjs/commands/DescribeImageReplicationStatusCommand.js +2 -2
  15. package/dist-cjs/commands/DescribeImageScanFindingsCommand.js +2 -2
  16. package/dist-cjs/commands/DescribeImagesCommand.js +2 -2
  17. package/dist-cjs/commands/DescribePullThroughCacheRulesCommand.js +2 -2
  18. package/dist-cjs/commands/DescribeRegistryCommand.js +2 -2
  19. package/dist-cjs/commands/DescribeRepositoriesCommand.js +2 -2
  20. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -2
  21. package/dist-cjs/commands/GetDownloadUrlForLayerCommand.js +2 -2
  22. package/dist-cjs/commands/GetLifecyclePolicyCommand.js +2 -2
  23. package/dist-cjs/commands/GetLifecyclePolicyPreviewCommand.js +2 -2
  24. package/dist-cjs/commands/GetRegistryPolicyCommand.js +2 -2
  25. package/dist-cjs/commands/GetRegistryScanningConfigurationCommand.js +2 -2
  26. package/dist-cjs/commands/GetRepositoryPolicyCommand.js +2 -2
  27. package/dist-cjs/commands/InitiateLayerUploadCommand.js +2 -2
  28. package/dist-cjs/commands/ListImagesCommand.js +2 -2
  29. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
  30. package/dist-cjs/commands/PutImageCommand.js +2 -2
  31. package/dist-cjs/commands/PutImageScanningConfigurationCommand.js +2 -2
  32. package/dist-cjs/commands/PutImageTagMutabilityCommand.js +2 -2
  33. package/dist-cjs/commands/PutLifecyclePolicyCommand.js +2 -2
  34. package/dist-cjs/commands/PutRegistryPolicyCommand.js +2 -2
  35. package/dist-cjs/commands/PutRegistryScanningConfigurationCommand.js +2 -2
  36. package/dist-cjs/commands/PutReplicationConfigurationCommand.js +2 -2
  37. package/dist-cjs/commands/SetRepositoryPolicyCommand.js +2 -2
  38. package/dist-cjs/commands/StartImageScanCommand.js +2 -2
  39. package/dist-cjs/commands/StartLifecyclePolicyPreviewCommand.js +2 -2
  40. package/dist-cjs/commands/TagResourceCommand.js +2 -2
  41. package/dist-cjs/commands/UntagResourceCommand.js +2 -2
  42. package/dist-cjs/commands/UploadLayerPartCommand.js +2 -2
  43. package/dist-cjs/models/models_0.js +512 -766
  44. package/dist-cjs/protocols/Aws_json1_1.js +3 -0
  45. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -3
  46. package/dist-es/commands/BatchDeleteImageCommand.js +3 -3
  47. package/dist-es/commands/BatchGetImageCommand.js +3 -3
  48. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -3
  49. package/dist-es/commands/CompleteLayerUploadCommand.js +3 -3
  50. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -3
  51. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  52. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -3
  53. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -3
  54. package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -3
  55. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  56. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -3
  57. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -3
  58. package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -3
  59. package/dist-es/commands/DescribeImagesCommand.js +3 -3
  60. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -3
  61. package/dist-es/commands/DescribeRegistryCommand.js +3 -3
  62. package/dist-es/commands/DescribeRepositoriesCommand.js +3 -3
  63. package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
  64. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -3
  65. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -3
  66. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -3
  67. package/dist-es/commands/GetRegistryPolicyCommand.js +3 -3
  68. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -3
  69. package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -3
  70. package/dist-es/commands/InitiateLayerUploadCommand.js +3 -3
  71. package/dist-es/commands/ListImagesCommand.js +3 -3
  72. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  73. package/dist-es/commands/PutImageCommand.js +3 -3
  74. package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -3
  75. package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -3
  76. package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -3
  77. package/dist-es/commands/PutRegistryPolicyCommand.js +3 -3
  78. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -3
  79. package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -3
  80. package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -3
  81. package/dist-es/commands/StartImageScanCommand.js +3 -3
  82. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -3
  83. package/dist-es/commands/TagResourceCommand.js +3 -3
  84. package/dist-es/commands/UntagResourceCommand.js +3 -3
  85. package/dist-es/commands/UploadLayerPartCommand.js +3 -3
  86. package/dist-es/models/models_0.js +127 -508
  87. package/dist-es/protocols/Aws_json1_1.js +3 -0
  88. package/dist-types/models/models_0.d.ts +508 -762
  89. package/dist-types/ts3.4/models/models_0.d.ts +254 -508
  90. package/package.json +9 -9
@@ -8,10 +8,6 @@ export interface BatchCheckLayerAvailabilityRequest {
8
8
 
9
9
  layerDigests: string[] | undefined;
10
10
  }
11
- export declare namespace BatchCheckLayerAvailabilityRequest {
12
-
13
- const filterSensitiveLog: (obj: BatchCheckLayerAvailabilityRequest) => any;
14
- }
15
11
  export declare enum LayerFailureCode {
16
12
  InvalidLayerDigest = "InvalidLayerDigest",
17
13
  MissingLayerDigest = "MissingLayerDigest"
@@ -25,10 +21,6 @@ export interface LayerFailure {
25
21
 
26
22
  failureReason?: string;
27
23
  }
28
- export declare namespace LayerFailure {
29
-
30
- const filterSensitiveLog: (obj: LayerFailure) => any;
31
- }
32
24
  export declare enum LayerAvailability {
33
25
  AVAILABLE = "AVAILABLE",
34
26
  UNAVAILABLE = "UNAVAILABLE"
@@ -44,20 +36,12 @@ export interface Layer {
44
36
 
45
37
  mediaType?: string;
46
38
  }
47
- export declare namespace Layer {
48
-
49
- const filterSensitiveLog: (obj: Layer) => any;
50
- }
51
39
  export interface BatchCheckLayerAvailabilityResponse {
52
40
 
53
41
  layers?: Layer[];
54
42
 
55
43
  failures?: LayerFailure[];
56
44
  }
57
- export declare namespace BatchCheckLayerAvailabilityResponse {
58
-
59
- const filterSensitiveLog: (obj: BatchCheckLayerAvailabilityResponse) => any;
60
- }
61
45
 
62
46
  export declare class InvalidParameterException extends __BaseException {
63
47
  readonly name: "InvalidParameterException";
@@ -86,10 +70,6 @@ export interface ImageIdentifier {
86
70
 
87
71
  imageTag?: string;
88
72
  }
89
- export declare namespace ImageIdentifier {
90
-
91
- const filterSensitiveLog: (obj: ImageIdentifier) => any;
92
- }
93
73
 
94
74
  export interface BatchDeleteImageRequest {
95
75
 
@@ -99,10 +79,6 @@ export interface BatchDeleteImageRequest {
99
79
 
100
80
  imageIds: ImageIdentifier[] | undefined;
101
81
  }
102
- export declare namespace BatchDeleteImageRequest {
103
-
104
- const filterSensitiveLog: (obj: BatchDeleteImageRequest) => any;
105
- }
106
82
  export declare enum ImageFailureCode {
107
83
  ImageNotFound = "ImageNotFound",
108
84
  ImageReferencedByManifestList = "ImageReferencedByManifestList",
@@ -121,20 +97,12 @@ export interface ImageFailure {
121
97
 
122
98
  failureReason?: string;
123
99
  }
124
- export declare namespace ImageFailure {
125
-
126
- const filterSensitiveLog: (obj: ImageFailure) => any;
127
- }
128
100
  export interface BatchDeleteImageResponse {
129
101
 
130
102
  imageIds?: ImageIdentifier[];
131
103
 
132
104
  failures?: ImageFailure[];
133
105
  }
134
- export declare namespace BatchDeleteImageResponse {
135
-
136
- const filterSensitiveLog: (obj: BatchDeleteImageResponse) => any;
137
- }
138
106
  export interface BatchGetImageRequest {
139
107
 
140
108
  registryId?: string;
@@ -145,10 +113,6 @@ export interface BatchGetImageRequest {
145
113
 
146
114
  acceptedMediaTypes?: string[];
147
115
  }
148
- export declare namespace BatchGetImageRequest {
149
-
150
- const filterSensitiveLog: (obj: BatchGetImageRequest) => any;
151
- }
152
116
 
153
117
  export interface Image {
154
118
 
@@ -162,28 +126,16 @@ export interface Image {
162
126
 
163
127
  imageManifestMediaType?: string;
164
128
  }
165
- export declare namespace Image {
166
-
167
- const filterSensitiveLog: (obj: Image) => any;
168
- }
169
129
  export interface BatchGetImageResponse {
170
130
 
171
131
  images?: Image[];
172
132
 
173
133
  failures?: ImageFailure[];
174
134
  }
175
- export declare namespace BatchGetImageResponse {
176
-
177
- const filterSensitiveLog: (obj: BatchGetImageResponse) => any;
178
- }
179
135
  export interface BatchGetRepositoryScanningConfigurationRequest {
180
136
 
181
137
  repositoryNames: string[] | undefined;
182
138
  }
183
- export declare namespace BatchGetRepositoryScanningConfigurationRequest {
184
-
185
- const filterSensitiveLog: (obj: BatchGetRepositoryScanningConfigurationRequest) => any;
186
- }
187
139
  export declare enum ScanningConfigurationFailureCode {
188
140
  REPOSITORY_NOT_FOUND = "REPOSITORY_NOT_FOUND"
189
141
  }
@@ -196,10 +148,6 @@ export interface RepositoryScanningConfigurationFailure {
196
148
 
197
149
  failureReason?: string;
198
150
  }
199
- export declare namespace RepositoryScanningConfigurationFailure {
200
-
201
- const filterSensitiveLog: (obj: RepositoryScanningConfigurationFailure) => any;
202
- }
203
151
  export declare enum ScanningRepositoryFilterType {
204
152
  WILDCARD = "WILDCARD"
205
153
  }
@@ -210,10 +158,6 @@ export interface ScanningRepositoryFilter {
210
158
 
211
159
  filterType: ScanningRepositoryFilterType | string | undefined;
212
160
  }
213
- export declare namespace ScanningRepositoryFilter {
214
-
215
- const filterSensitiveLog: (obj: ScanningRepositoryFilter) => any;
216
- }
217
161
  export declare enum ScanFrequency {
218
162
  CONTINUOUS_SCAN = "CONTINUOUS_SCAN",
219
163
  MANUAL = "MANUAL",
@@ -232,20 +176,12 @@ export interface RepositoryScanningConfiguration {
232
176
 
233
177
  appliedScanFilters?: ScanningRepositoryFilter[];
234
178
  }
235
- export declare namespace RepositoryScanningConfiguration {
236
-
237
- const filterSensitiveLog: (obj: RepositoryScanningConfiguration) => any;
238
- }
239
179
  export interface BatchGetRepositoryScanningConfigurationResponse {
240
180
 
241
181
  scanningConfigurations?: RepositoryScanningConfiguration[];
242
182
 
243
183
  failures?: RepositoryScanningConfigurationFailure[];
244
184
  }
245
- export declare namespace BatchGetRepositoryScanningConfigurationResponse {
246
-
247
- const filterSensitiveLog: (obj: BatchGetRepositoryScanningConfigurationResponse) => any;
248
- }
249
185
 
250
186
  export declare class ValidationException extends __BaseException {
251
187
  readonly name: "ValidationException";
@@ -263,10 +199,6 @@ export interface CompleteLayerUploadRequest {
263
199
 
264
200
  layerDigests: string[] | undefined;
265
201
  }
266
- export declare namespace CompleteLayerUploadRequest {
267
-
268
- const filterSensitiveLog: (obj: CompleteLayerUploadRequest) => any;
269
- }
270
202
  export interface CompleteLayerUploadResponse {
271
203
 
272
204
  registryId?: string;
@@ -277,10 +209,6 @@ export interface CompleteLayerUploadResponse {
277
209
 
278
210
  layerDigest?: string;
279
211
  }
280
- export declare namespace CompleteLayerUploadResponse {
281
-
282
- const filterSensitiveLog: (obj: CompleteLayerUploadResponse) => any;
283
- }
284
212
 
285
213
  export declare class EmptyUploadException extends __BaseException {
286
214
  readonly name: "EmptyUploadException";
@@ -333,10 +261,6 @@ export interface CreatePullThroughCacheRuleRequest {
333
261
 
334
262
  registryId?: string;
335
263
  }
336
- export declare namespace CreatePullThroughCacheRuleRequest {
337
-
338
- const filterSensitiveLog: (obj: CreatePullThroughCacheRuleRequest) => any;
339
- }
340
264
  export interface CreatePullThroughCacheRuleResponse {
341
265
 
342
266
  ecrRepositoryPrefix?: string;
@@ -347,10 +271,6 @@ export interface CreatePullThroughCacheRuleResponse {
347
271
 
348
272
  registryId?: string;
349
273
  }
350
- export declare namespace CreatePullThroughCacheRuleResponse {
351
-
352
- const filterSensitiveLog: (obj: CreatePullThroughCacheRuleResponse) => any;
353
- }
354
274
 
355
275
  export declare class LimitExceededException extends __BaseException {
356
276
  readonly name: "LimitExceededException";
@@ -383,19 +303,11 @@ export interface EncryptionConfiguration {
383
303
 
384
304
  kmsKey?: string;
385
305
  }
386
- export declare namespace EncryptionConfiguration {
387
-
388
- const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
389
- }
390
306
 
391
307
  export interface ImageScanningConfiguration {
392
308
 
393
309
  scanOnPush?: boolean;
394
310
  }
395
- export declare namespace ImageScanningConfiguration {
396
-
397
- const filterSensitiveLog: (obj: ImageScanningConfiguration) => any;
398
- }
399
311
  export declare enum ImageTagMutability {
400
312
  IMMUTABLE = "IMMUTABLE",
401
313
  MUTABLE = "MUTABLE"
@@ -407,10 +319,6 @@ export interface Tag {
407
319
 
408
320
  Value?: string;
409
321
  }
410
- export declare namespace Tag {
411
-
412
- const filterSensitiveLog: (obj: Tag) => any;
413
- }
414
322
  export interface CreateRepositoryRequest {
415
323
 
416
324
  registryId?: string;
@@ -425,10 +333,6 @@ export interface CreateRepositoryRequest {
425
333
 
426
334
  encryptionConfiguration?: EncryptionConfiguration;
427
335
  }
428
- export declare namespace CreateRepositoryRequest {
429
-
430
- const filterSensitiveLog: (obj: CreateRepositoryRequest) => any;
431
- }
432
336
 
433
337
  export interface Repository {
434
338
 
@@ -448,18 +352,10 @@ export interface Repository {
448
352
 
449
353
  encryptionConfiguration?: EncryptionConfiguration;
450
354
  }
451
- export declare namespace Repository {
452
-
453
- const filterSensitiveLog: (obj: Repository) => any;
454
- }
455
355
  export interface CreateRepositoryResponse {
456
356
 
457
357
  repository?: Repository;
458
358
  }
459
- export declare namespace CreateRepositoryResponse {
460
-
461
- const filterSensitiveLog: (obj: CreateRepositoryResponse) => any;
462
- }
463
359
 
464
360
  export declare class InvalidTagParameterException extends __BaseException {
465
361
  readonly name: "InvalidTagParameterException";
@@ -487,10 +383,6 @@ export interface DeleteLifecyclePolicyRequest {
487
383
 
488
384
  repositoryName: string | undefined;
489
385
  }
490
- export declare namespace DeleteLifecyclePolicyRequest {
491
-
492
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
493
- }
494
386
  export interface DeleteLifecyclePolicyResponse {
495
387
 
496
388
  registryId?: string;
@@ -501,10 +393,6 @@ export interface DeleteLifecyclePolicyResponse {
501
393
 
502
394
  lastEvaluatedAt?: Date;
503
395
  }
504
- export declare namespace DeleteLifecyclePolicyResponse {
505
-
506
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
507
- }
508
396
 
509
397
  export declare class LifecyclePolicyNotFoundException extends __BaseException {
510
398
  readonly name: "LifecyclePolicyNotFoundException";
@@ -518,10 +406,6 @@ export interface DeletePullThroughCacheRuleRequest {
518
406
 
519
407
  registryId?: string;
520
408
  }
521
- export declare namespace DeletePullThroughCacheRuleRequest {
522
-
523
- const filterSensitiveLog: (obj: DeletePullThroughCacheRuleRequest) => any;
524
- }
525
409
  export interface DeletePullThroughCacheRuleResponse {
526
410
 
527
411
  ecrRepositoryPrefix?: string;
@@ -532,10 +416,6 @@ export interface DeletePullThroughCacheRuleResponse {
532
416
 
533
417
  registryId?: string;
534
418
  }
535
- export declare namespace DeletePullThroughCacheRuleResponse {
536
-
537
- const filterSensitiveLog: (obj: DeletePullThroughCacheRuleResponse) => any;
538
- }
539
419
 
540
420
  export declare class PullThroughCacheRuleNotFoundException extends __BaseException {
541
421
  readonly name: "PullThroughCacheRuleNotFoundException";
@@ -545,20 +425,12 @@ export declare class PullThroughCacheRuleNotFoundException extends __BaseExcepti
545
425
  }
546
426
  export interface DeleteRegistryPolicyRequest {
547
427
  }
548
- export declare namespace DeleteRegistryPolicyRequest {
549
-
550
- const filterSensitiveLog: (obj: DeleteRegistryPolicyRequest) => any;
551
- }
552
428
  export interface DeleteRegistryPolicyResponse {
553
429
 
554
430
  registryId?: string;
555
431
 
556
432
  policyText?: string;
557
433
  }
558
- export declare namespace DeleteRegistryPolicyResponse {
559
-
560
- const filterSensitiveLog: (obj: DeleteRegistryPolicyResponse) => any;
561
- }
562
434
 
563
435
  export declare class RegistryPolicyNotFoundException extends __BaseException {
564
436
  readonly name: "RegistryPolicyNotFoundException";
@@ -574,18 +446,10 @@ export interface DeleteRepositoryRequest {
574
446
 
575
447
  force?: boolean;
576
448
  }
577
- export declare namespace DeleteRepositoryRequest {
578
-
579
- const filterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
580
- }
581
449
  export interface DeleteRepositoryResponse {
582
450
 
583
451
  repository?: Repository;
584
452
  }
585
- export declare namespace DeleteRepositoryResponse {
586
-
587
- const filterSensitiveLog: (obj: DeleteRepositoryResponse) => any;
588
- }
589
453
 
590
454
  export declare class RepositoryNotEmptyException extends __BaseException {
591
455
  readonly name: "RepositoryNotEmptyException";
@@ -599,10 +463,6 @@ export interface DeleteRepositoryPolicyRequest {
599
463
 
600
464
  repositoryName: string | undefined;
601
465
  }
602
- export declare namespace DeleteRepositoryPolicyRequest {
603
-
604
- const filterSensitiveLog: (obj: DeleteRepositoryPolicyRequest) => any;
605
- }
606
466
  export interface DeleteRepositoryPolicyResponse {
607
467
 
608
468
  registryId?: string;
@@ -611,10 +471,6 @@ export interface DeleteRepositoryPolicyResponse {
611
471
 
612
472
  policyText?: string;
613
473
  }
614
- export declare namespace DeleteRepositoryPolicyResponse {
615
-
616
- const filterSensitiveLog: (obj: DeleteRepositoryPolicyResponse) => any;
617
- }
618
474
 
619
475
  export declare class RepositoryPolicyNotFoundException extends __BaseException {
620
476
  readonly name: "RepositoryPolicyNotFoundException";
@@ -630,10 +486,6 @@ export interface DescribeImageReplicationStatusRequest {
630
486
 
631
487
  registryId?: string;
632
488
  }
633
- export declare namespace DescribeImageReplicationStatusRequest {
634
-
635
- const filterSensitiveLog: (obj: DescribeImageReplicationStatusRequest) => any;
636
- }
637
489
  export declare enum ReplicationStatus {
638
490
  COMPLETE = "COMPLETE",
639
491
  FAILED = "FAILED",
@@ -650,10 +502,6 @@ export interface ImageReplicationStatus {
650
502
 
651
503
  failureCode?: string;
652
504
  }
653
- export declare namespace ImageReplicationStatus {
654
-
655
- const filterSensitiveLog: (obj: ImageReplicationStatus) => any;
656
- }
657
505
  export interface DescribeImageReplicationStatusResponse {
658
506
 
659
507
  repositoryName?: string;
@@ -662,10 +510,6 @@ export interface DescribeImageReplicationStatusResponse {
662
510
 
663
511
  replicationStatuses?: ImageReplicationStatus[];
664
512
  }
665
- export declare namespace DescribeImageReplicationStatusResponse {
666
-
667
- const filterSensitiveLog: (obj: DescribeImageReplicationStatusResponse) => any;
668
- }
669
513
 
670
514
  export declare class ImageNotFoundException extends __BaseException {
671
515
  readonly name: "ImageNotFoundException";
@@ -683,10 +527,6 @@ export interface DescribeImagesFilter {
683
527
 
684
528
  tagStatus?: TagStatus | string;
685
529
  }
686
- export declare namespace DescribeImagesFilter {
687
-
688
- const filterSensitiveLog: (obj: DescribeImagesFilter) => any;
689
- }
690
530
  export interface DescribeImagesRequest {
691
531
 
692
532
  registryId?: string;
@@ -701,10 +541,6 @@ export interface DescribeImagesRequest {
701
541
 
702
542
  filter?: DescribeImagesFilter;
703
543
  }
704
- export declare namespace DescribeImagesRequest {
705
-
706
- const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
707
- }
708
544
  export declare enum FindingSeverity {
709
545
  CRITICAL = "CRITICAL",
710
546
  HIGH = "HIGH",
@@ -722,10 +558,6 @@ export interface ImageScanFindingsSummary {
722
558
 
723
559
  findingSeverityCounts?: Record<string, number>;
724
560
  }
725
- export declare namespace ImageScanFindingsSummary {
726
-
727
- const filterSensitiveLog: (obj: ImageScanFindingsSummary) => any;
728
- }
729
561
  export declare enum ScanStatus {
730
562
  ACTIVE = "ACTIVE",
731
563
  COMPLETE = "COMPLETE",
@@ -743,10 +575,6 @@ export interface ImageScanStatus {
743
575
 
744
576
  description?: string;
745
577
  }
746
- export declare namespace ImageScanStatus {
747
-
748
- const filterSensitiveLog: (obj: ImageScanStatus) => any;
749
- }
750
578
 
751
579
  export interface ImageDetail {
752
580
 
@@ -772,20 +600,12 @@ export interface ImageDetail {
772
600
 
773
601
  lastRecordedPullTime?: Date;
774
602
  }
775
- export declare namespace ImageDetail {
776
-
777
- const filterSensitiveLog: (obj: ImageDetail) => any;
778
- }
779
603
  export interface DescribeImagesResponse {
780
604
 
781
605
  imageDetails?: ImageDetail[];
782
606
 
783
607
  nextToken?: string;
784
608
  }
785
- export declare namespace DescribeImagesResponse {
786
-
787
- const filterSensitiveLog: (obj: DescribeImagesResponse) => any;
788
- }
789
609
  export interface DescribeImageScanFindingsRequest {
790
610
 
791
611
  registryId?: string;
@@ -798,10 +618,6 @@ export interface DescribeImageScanFindingsRequest {
798
618
 
799
619
  maxResults?: number;
800
620
  }
801
- export declare namespace DescribeImageScanFindingsRequest {
802
-
803
- const filterSensitiveLog: (obj: DescribeImageScanFindingsRequest) => any;
804
- }
805
621
 
806
622
  export interface CvssScore {
807
623
 
@@ -813,10 +629,6 @@ export interface CvssScore {
813
629
 
814
630
  version?: string;
815
631
  }
816
- export declare namespace CvssScore {
817
-
818
- const filterSensitiveLog: (obj: CvssScore) => any;
819
- }
820
632
 
821
633
  export interface VulnerablePackage {
822
634
 
@@ -836,10 +648,6 @@ export interface VulnerablePackage {
836
648
 
837
649
  version?: string;
838
650
  }
839
- export declare namespace VulnerablePackage {
840
-
841
- const filterSensitiveLog: (obj: VulnerablePackage) => any;
842
- }
843
651
 
844
652
  export interface PackageVulnerabilityDetails {
845
653
 
@@ -863,10 +671,6 @@ export interface PackageVulnerabilityDetails {
863
671
 
864
672
  vulnerablePackages?: VulnerablePackage[];
865
673
  }
866
- export declare namespace PackageVulnerabilityDetails {
867
-
868
- const filterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
869
- }
870
674
 
871
675
  export interface Recommendation {
872
676
 
@@ -874,19 +678,11 @@ export interface Recommendation {
874
678
 
875
679
  text?: string;
876
680
  }
877
- export declare namespace Recommendation {
878
-
879
- const filterSensitiveLog: (obj: Recommendation) => any;
880
- }
881
681
 
882
682
  export interface Remediation {
883
683
 
884
684
  recommendation?: Recommendation;
885
685
  }
886
- export declare namespace Remediation {
887
-
888
- const filterSensitiveLog: (obj: Remediation) => any;
889
- }
890
686
 
891
687
  export interface AwsEcrContainerImageDetails {
892
688
 
@@ -906,19 +702,11 @@ export interface AwsEcrContainerImageDetails {
906
702
 
907
703
  repositoryName?: string;
908
704
  }
909
- export declare namespace AwsEcrContainerImageDetails {
910
-
911
- const filterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
912
- }
913
705
 
914
706
  export interface ResourceDetails {
915
707
 
916
708
  awsEcrContainerImage?: AwsEcrContainerImageDetails;
917
709
  }
918
- export declare namespace ResourceDetails {
919
-
920
- const filterSensitiveLog: (obj: ResourceDetails) => any;
921
- }
922
710
 
923
711
  export interface Resource {
924
712
 
@@ -930,10 +718,6 @@ export interface Resource {
930
718
 
931
719
  type?: string;
932
720
  }
933
- export declare namespace Resource {
934
-
935
- const filterSensitiveLog: (obj: Resource) => any;
936
- }
937
721
 
938
722
  export interface CvssScoreAdjustment {
939
723
 
@@ -941,10 +725,6 @@ export interface CvssScoreAdjustment {
941
725
 
942
726
  reason?: string;
943
727
  }
944
- export declare namespace CvssScoreAdjustment {
945
-
946
- const filterSensitiveLog: (obj: CvssScoreAdjustment) => any;
947
- }
948
728
 
949
729
  export interface CvssScoreDetails {
950
730
 
@@ -958,19 +738,11 @@ export interface CvssScoreDetails {
958
738
 
959
739
  version?: string;
960
740
  }
961
- export declare namespace CvssScoreDetails {
962
-
963
- const filterSensitiveLog: (obj: CvssScoreDetails) => any;
964
- }
965
741
 
966
742
  export interface ScoreDetails {
967
743
 
968
744
  cvss?: CvssScoreDetails;
969
745
  }
970
- export declare namespace ScoreDetails {
971
-
972
- const filterSensitiveLog: (obj: ScoreDetails) => any;
973
- }
974
746
 
975
747
  export interface EnhancedImageScanFinding {
976
748
 
@@ -1004,10 +776,6 @@ export interface EnhancedImageScanFinding {
1004
776
 
1005
777
  updatedAt?: Date;
1006
778
  }
1007
- export declare namespace EnhancedImageScanFinding {
1008
-
1009
- const filterSensitiveLog: (obj: EnhancedImageScanFinding) => any;
1010
- }
1011
779
 
1012
780
  export interface Attribute {
1013
781
 
@@ -1015,10 +783,6 @@ export interface Attribute {
1015
783
 
1016
784
  value?: string;
1017
785
  }
1018
- export declare namespace Attribute {
1019
-
1020
- const filterSensitiveLog: (obj: Attribute) => any;
1021
- }
1022
786
 
1023
787
  export interface ImageScanFinding {
1024
788
 
@@ -1032,10 +796,6 @@ export interface ImageScanFinding {
1032
796
 
1033
797
  attributes?: Attribute[];
1034
798
  }
1035
- export declare namespace ImageScanFinding {
1036
-
1037
- const filterSensitiveLog: (obj: ImageScanFinding) => any;
1038
- }
1039
799
 
1040
800
  export interface ImageScanFindings {
1041
801
 
@@ -1049,10 +809,6 @@ export interface ImageScanFindings {
1049
809
 
1050
810
  enhancedFindings?: EnhancedImageScanFinding[];
1051
811
  }
1052
- export declare namespace ImageScanFindings {
1053
-
1054
- const filterSensitiveLog: (obj: ImageScanFindings) => any;
1055
- }
1056
812
  export interface DescribeImageScanFindingsResponse {
1057
813
 
1058
814
  registryId?: string;
@@ -1067,10 +823,6 @@ export interface DescribeImageScanFindingsResponse {
1067
823
 
1068
824
  nextToken?: string;
1069
825
  }
1070
- export declare namespace DescribeImageScanFindingsResponse {
1071
-
1072
- const filterSensitiveLog: (obj: DescribeImageScanFindingsResponse) => any;
1073
- }
1074
826
 
1075
827
  export declare class ScanNotFoundException extends __BaseException {
1076
828
  readonly name: "ScanNotFoundException";
@@ -1088,10 +840,6 @@ export interface DescribePullThroughCacheRulesRequest {
1088
840
 
1089
841
  maxResults?: number;
1090
842
  }
1091
- export declare namespace DescribePullThroughCacheRulesRequest {
1092
-
1093
- const filterSensitiveLog: (obj: DescribePullThroughCacheRulesRequest) => any;
1094
- }
1095
843
 
1096
844
  export interface PullThroughCacheRule {
1097
845
 
@@ -1103,26 +851,14 @@ export interface PullThroughCacheRule {
1103
851
 
1104
852
  registryId?: string;
1105
853
  }
1106
- export declare namespace PullThroughCacheRule {
1107
-
1108
- const filterSensitiveLog: (obj: PullThroughCacheRule) => any;
1109
- }
1110
854
  export interface DescribePullThroughCacheRulesResponse {
1111
855
 
1112
856
  pullThroughCacheRules?: PullThroughCacheRule[];
1113
857
 
1114
858
  nextToken?: string;
1115
859
  }
1116
- export declare namespace DescribePullThroughCacheRulesResponse {
1117
-
1118
- const filterSensitiveLog: (obj: DescribePullThroughCacheRulesResponse) => any;
1119
- }
1120
860
  export interface DescribeRegistryRequest {
1121
861
  }
1122
- export declare namespace DescribeRegistryRequest {
1123
-
1124
- const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
1125
- }
1126
862
 
1127
863
  export interface ReplicationDestination {
1128
864
 
@@ -1130,10 +866,6 @@ export interface ReplicationDestination {
1130
866
 
1131
867
  registryId: string | undefined;
1132
868
  }
1133
- export declare namespace ReplicationDestination {
1134
-
1135
- const filterSensitiveLog: (obj: ReplicationDestination) => any;
1136
- }
1137
869
  export declare enum RepositoryFilterType {
1138
870
  PREFIX_MATCH = "PREFIX_MATCH"
1139
871
  }
@@ -1144,10 +876,6 @@ export interface RepositoryFilter {
1144
876
 
1145
877
  filterType: RepositoryFilterType | string | undefined;
1146
878
  }
1147
- export declare namespace RepositoryFilter {
1148
-
1149
- const filterSensitiveLog: (obj: RepositoryFilter) => any;
1150
- }
1151
879
 
1152
880
  export interface ReplicationRule {
1153
881
 
@@ -1155,29 +883,17 @@ export interface ReplicationRule {
1155
883
 
1156
884
  repositoryFilters?: RepositoryFilter[];
1157
885
  }
1158
- export declare namespace ReplicationRule {
1159
-
1160
- const filterSensitiveLog: (obj: ReplicationRule) => any;
1161
- }
1162
886
 
1163
887
  export interface ReplicationConfiguration {
1164
888
 
1165
889
  rules: ReplicationRule[] | undefined;
1166
890
  }
1167
- export declare namespace ReplicationConfiguration {
1168
-
1169
- const filterSensitiveLog: (obj: ReplicationConfiguration) => any;
1170
- }
1171
891
  export interface DescribeRegistryResponse {
1172
892
 
1173
893
  registryId?: string;
1174
894
 
1175
895
  replicationConfiguration?: ReplicationConfiguration;
1176
896
  }
1177
- export declare namespace DescribeRegistryResponse {
1178
-
1179
- const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
1180
- }
1181
897
  export interface DescribeRepositoriesRequest {
1182
898
 
1183
899
  registryId?: string;
@@ -1188,28 +904,16 @@ export interface DescribeRepositoriesRequest {
1188
904
 
1189
905
  maxResults?: number;
1190
906
  }
1191
- export declare namespace DescribeRepositoriesRequest {
1192
-
1193
- const filterSensitiveLog: (obj: DescribeRepositoriesRequest) => any;
1194
- }
1195
907
  export interface DescribeRepositoriesResponse {
1196
908
 
1197
909
  repositories?: Repository[];
1198
910
 
1199
911
  nextToken?: string;
1200
912
  }
1201
- export declare namespace DescribeRepositoriesResponse {
1202
-
1203
- const filterSensitiveLog: (obj: DescribeRepositoriesResponse) => any;
1204
- }
1205
913
  export interface GetAuthorizationTokenRequest {
1206
914
 
1207
915
  registryIds?: string[];
1208
916
  }
1209
- export declare namespace GetAuthorizationTokenRequest {
1210
-
1211
- const filterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
1212
- }
1213
917
 
1214
918
  export interface AuthorizationData {
1215
919
 
@@ -1219,18 +923,10 @@ export interface AuthorizationData {
1219
923
 
1220
924
  proxyEndpoint?: string;
1221
925
  }
1222
- export declare namespace AuthorizationData {
1223
-
1224
- const filterSensitiveLog: (obj: AuthorizationData) => any;
1225
- }
1226
926
  export interface GetAuthorizationTokenResponse {
1227
927
 
1228
928
  authorizationData?: AuthorizationData[];
1229
929
  }
1230
- export declare namespace GetAuthorizationTokenResponse {
1231
-
1232
- const filterSensitiveLog: (obj: GetAuthorizationTokenResponse) => any;
1233
- }
1234
930
  export interface GetDownloadUrlForLayerRequest {
1235
931
 
1236
932
  registryId?: string;
@@ -1239,20 +935,12 @@ export interface GetDownloadUrlForLayerRequest {
1239
935
 
1240
936
  layerDigest: string | undefined;
1241
937
  }
1242
- export declare namespace GetDownloadUrlForLayerRequest {
1243
-
1244
- const filterSensitiveLog: (obj: GetDownloadUrlForLayerRequest) => any;
1245
- }
1246
938
  export interface GetDownloadUrlForLayerResponse {
1247
939
 
1248
940
  downloadUrl?: string;
1249
941
 
1250
942
  layerDigest?: string;
1251
943
  }
1252
- export declare namespace GetDownloadUrlForLayerResponse {
1253
-
1254
- const filterSensitiveLog: (obj: GetDownloadUrlForLayerResponse) => any;
1255
- }
1256
944
 
1257
945
  export declare class LayerInaccessibleException extends __BaseException {
1258
946
  readonly name: "LayerInaccessibleException";
@@ -1273,10 +961,6 @@ export interface GetLifecyclePolicyRequest {
1273
961
 
1274
962
  repositoryName: string | undefined;
1275
963
  }
1276
- export declare namespace GetLifecyclePolicyRequest {
1277
-
1278
- const filterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
1279
- }
1280
964
  export interface GetLifecyclePolicyResponse {
1281
965
 
1282
966
  registryId?: string;
@@ -1287,19 +971,11 @@ export interface GetLifecyclePolicyResponse {
1287
971
 
1288
972
  lastEvaluatedAt?: Date;
1289
973
  }
1290
- export declare namespace GetLifecyclePolicyResponse {
1291
-
1292
- const filterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
1293
- }
1294
974
 
1295
975
  export interface LifecyclePolicyPreviewFilter {
1296
976
 
1297
977
  tagStatus?: TagStatus | string;
1298
978
  }
1299
- export declare namespace LifecyclePolicyPreviewFilter {
1300
-
1301
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewFilter) => any;
1302
- }
1303
979
  export interface GetLifecyclePolicyPreviewRequest {
1304
980
 
1305
981
  registryId?: string;
@@ -1314,10 +990,6 @@ export interface GetLifecyclePolicyPreviewRequest {
1314
990
 
1315
991
  filter?: LifecyclePolicyPreviewFilter;
1316
992
  }
1317
- export declare namespace GetLifecyclePolicyPreviewRequest {
1318
-
1319
- const filterSensitiveLog: (obj: GetLifecyclePolicyPreviewRequest) => any;
1320
- }
1321
993
  export declare enum ImageActionType {
1322
994
  EXPIRE = "EXPIRE"
1323
995
  }
@@ -1326,10 +998,6 @@ export interface LifecyclePolicyRuleAction {
1326
998
 
1327
999
  type?: ImageActionType | string;
1328
1000
  }
1329
- export declare namespace LifecyclePolicyRuleAction {
1330
-
1331
- const filterSensitiveLog: (obj: LifecyclePolicyRuleAction) => any;
1332
- }
1333
1001
 
1334
1002
  export interface LifecyclePolicyPreviewResult {
1335
1003
 
@@ -1343,10 +1011,6 @@ export interface LifecyclePolicyPreviewResult {
1343
1011
 
1344
1012
  appliedRulePriority?: number;
1345
1013
  }
1346
- export declare namespace LifecyclePolicyPreviewResult {
1347
-
1348
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewResult) => any;
1349
- }
1350
1014
  export declare enum LifecyclePolicyPreviewStatus {
1351
1015
  COMPLETE = "COMPLETE",
1352
1016
  EXPIRED = "EXPIRED",
@@ -1358,10 +1022,6 @@ export interface LifecyclePolicyPreviewSummary {
1358
1022
 
1359
1023
  expiringImageTotalCount?: number;
1360
1024
  }
1361
- export declare namespace LifecyclePolicyPreviewSummary {
1362
-
1363
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewSummary) => any;
1364
- }
1365
1025
  export interface GetLifecyclePolicyPreviewResponse {
1366
1026
 
1367
1027
  registryId?: string;
@@ -1378,10 +1038,6 @@ export interface GetLifecyclePolicyPreviewResponse {
1378
1038
 
1379
1039
  summary?: LifecyclePolicyPreviewSummary;
1380
1040
  }
1381
- export declare namespace GetLifecyclePolicyPreviewResponse {
1382
-
1383
- const filterSensitiveLog: (obj: GetLifecyclePolicyPreviewResponse) => any;
1384
- }
1385
1041
 
1386
1042
  export declare class LifecyclePolicyPreviewNotFoundException extends __BaseException {
1387
1043
  readonly name: "LifecyclePolicyPreviewNotFoundException";
@@ -1391,26 +1047,14 @@ export declare class LifecyclePolicyPreviewNotFoundException extends __BaseExcep
1391
1047
  }
1392
1048
  export interface GetRegistryPolicyRequest {
1393
1049
  }
1394
- export declare namespace GetRegistryPolicyRequest {
1395
-
1396
- const filterSensitiveLog: (obj: GetRegistryPolicyRequest) => any;
1397
- }
1398
1050
  export interface GetRegistryPolicyResponse {
1399
1051
 
1400
1052
  registryId?: string;
1401
1053
 
1402
1054
  policyText?: string;
1403
1055
  }
1404
- export declare namespace GetRegistryPolicyResponse {
1405
-
1406
- const filterSensitiveLog: (obj: GetRegistryPolicyResponse) => any;
1407
- }
1408
1056
  export interface GetRegistryScanningConfigurationRequest {
1409
1057
  }
1410
- export declare namespace GetRegistryScanningConfigurationRequest {
1411
-
1412
- const filterSensitiveLog: (obj: GetRegistryScanningConfigurationRequest) => any;
1413
- }
1414
1058
 
1415
1059
  export interface RegistryScanningRule {
1416
1060
 
@@ -1418,10 +1062,6 @@ export interface RegistryScanningRule {
1418
1062
 
1419
1063
  repositoryFilters: ScanningRepositoryFilter[] | undefined;
1420
1064
  }
1421
- export declare namespace RegistryScanningRule {
1422
-
1423
- const filterSensitiveLog: (obj: RegistryScanningRule) => any;
1424
- }
1425
1065
  export declare enum ScanType {
1426
1066
  BASIC = "BASIC",
1427
1067
  ENHANCED = "ENHANCED"
@@ -1433,30 +1073,18 @@ export interface RegistryScanningConfiguration {
1433
1073
 
1434
1074
  rules?: RegistryScanningRule[];
1435
1075
  }
1436
- export declare namespace RegistryScanningConfiguration {
1437
-
1438
- const filterSensitiveLog: (obj: RegistryScanningConfiguration) => any;
1439
- }
1440
1076
  export interface GetRegistryScanningConfigurationResponse {
1441
1077
 
1442
1078
  registryId?: string;
1443
1079
 
1444
1080
  scanningConfiguration?: RegistryScanningConfiguration;
1445
1081
  }
1446
- export declare namespace GetRegistryScanningConfigurationResponse {
1447
-
1448
- const filterSensitiveLog: (obj: GetRegistryScanningConfigurationResponse) => any;
1449
- }
1450
1082
  export interface GetRepositoryPolicyRequest {
1451
1083
 
1452
1084
  registryId?: string;
1453
1085
 
1454
1086
  repositoryName: string | undefined;
1455
1087
  }
1456
- export declare namespace GetRepositoryPolicyRequest {
1457
-
1458
- const filterSensitiveLog: (obj: GetRepositoryPolicyRequest) => any;
1459
- }
1460
1088
  export interface GetRepositoryPolicyResponse {
1461
1089
 
1462
1090
  registryId?: string;
@@ -1465,39 +1093,23 @@ export interface GetRepositoryPolicyResponse {
1465
1093
 
1466
1094
  policyText?: string;
1467
1095
  }
1468
- export declare namespace GetRepositoryPolicyResponse {
1469
-
1470
- const filterSensitiveLog: (obj: GetRepositoryPolicyResponse) => any;
1471
- }
1472
1096
  export interface InitiateLayerUploadRequest {
1473
1097
 
1474
1098
  registryId?: string;
1475
1099
 
1476
1100
  repositoryName: string | undefined;
1477
1101
  }
1478
- export declare namespace InitiateLayerUploadRequest {
1479
-
1480
- const filterSensitiveLog: (obj: InitiateLayerUploadRequest) => any;
1481
- }
1482
1102
  export interface InitiateLayerUploadResponse {
1483
1103
 
1484
1104
  uploadId?: string;
1485
1105
 
1486
1106
  partSize?: number;
1487
1107
  }
1488
- export declare namespace InitiateLayerUploadResponse {
1489
-
1490
- const filterSensitiveLog: (obj: InitiateLayerUploadResponse) => any;
1491
- }
1492
1108
 
1493
1109
  export interface ListImagesFilter {
1494
1110
 
1495
1111
  tagStatus?: TagStatus | string;
1496
1112
  }
1497
- export declare namespace ListImagesFilter {
1498
-
1499
- const filterSensitiveLog: (obj: ListImagesFilter) => any;
1500
- }
1501
1113
  export interface ListImagesRequest {
1502
1114
 
1503
1115
  registryId?: string;
@@ -1510,36 +1122,20 @@ export interface ListImagesRequest {
1510
1122
 
1511
1123
  filter?: ListImagesFilter;
1512
1124
  }
1513
- export declare namespace ListImagesRequest {
1514
-
1515
- const filterSensitiveLog: (obj: ListImagesRequest) => any;
1516
- }
1517
1125
  export interface ListImagesResponse {
1518
1126
 
1519
1127
  imageIds?: ImageIdentifier[];
1520
1128
 
1521
1129
  nextToken?: string;
1522
1130
  }
1523
- export declare namespace ListImagesResponse {
1524
-
1525
- const filterSensitiveLog: (obj: ListImagesResponse) => any;
1526
- }
1527
1131
  export interface ListTagsForResourceRequest {
1528
1132
 
1529
1133
  resourceArn: string | undefined;
1530
1134
  }
1531
- export declare namespace ListTagsForResourceRequest {
1532
-
1533
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
1534
- }
1535
1135
  export interface ListTagsForResourceResponse {
1536
1136
 
1537
1137
  tags?: Tag[];
1538
1138
  }
1539
- export declare namespace ListTagsForResourceResponse {
1540
-
1541
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
1542
- }
1543
1139
 
1544
1140
  export declare class ImageAlreadyExistsException extends __BaseException {
1545
1141
  readonly name: "ImageAlreadyExistsException";
@@ -1575,18 +1171,10 @@ export interface PutImageRequest {
1575
1171
 
1576
1172
  imageDigest?: string;
1577
1173
  }
1578
- export declare namespace PutImageRequest {
1579
-
1580
- const filterSensitiveLog: (obj: PutImageRequest) => any;
1581
- }
1582
1174
  export interface PutImageResponse {
1583
1175
 
1584
1176
  image?: Image;
1585
1177
  }
1586
- export declare namespace PutImageResponse {
1587
-
1588
- const filterSensitiveLog: (obj: PutImageResponse) => any;
1589
- }
1590
1178
 
1591
1179
  export declare class ReferencedImagesNotFoundException extends __BaseException {
1592
1180
  readonly name: "ReferencedImagesNotFoundException";
@@ -1602,10 +1190,6 @@ export interface PutImageScanningConfigurationRequest {
1602
1190
 
1603
1191
  imageScanningConfiguration: ImageScanningConfiguration | undefined;
1604
1192
  }
1605
- export declare namespace PutImageScanningConfigurationRequest {
1606
-
1607
- const filterSensitiveLog: (obj: PutImageScanningConfigurationRequest) => any;
1608
- }
1609
1193
  export interface PutImageScanningConfigurationResponse {
1610
1194
 
1611
1195
  registryId?: string;
@@ -1614,10 +1198,6 @@ export interface PutImageScanningConfigurationResponse {
1614
1198
 
1615
1199
  imageScanningConfiguration?: ImageScanningConfiguration;
1616
1200
  }
1617
- export declare namespace PutImageScanningConfigurationResponse {
1618
-
1619
- const filterSensitiveLog: (obj: PutImageScanningConfigurationResponse) => any;
1620
- }
1621
1201
  export interface PutImageTagMutabilityRequest {
1622
1202
 
1623
1203
  registryId?: string;
@@ -1626,10 +1206,6 @@ export interface PutImageTagMutabilityRequest {
1626
1206
 
1627
1207
  imageTagMutability: ImageTagMutability | string | undefined;
1628
1208
  }
1629
- export declare namespace PutImageTagMutabilityRequest {
1630
-
1631
- const filterSensitiveLog: (obj: PutImageTagMutabilityRequest) => any;
1632
- }
1633
1209
  export interface PutImageTagMutabilityResponse {
1634
1210
 
1635
1211
  registryId?: string;
@@ -1638,10 +1214,6 @@ export interface PutImageTagMutabilityResponse {
1638
1214
 
1639
1215
  imageTagMutability?: ImageTagMutability | string;
1640
1216
  }
1641
- export declare namespace PutImageTagMutabilityResponse {
1642
-
1643
- const filterSensitiveLog: (obj: PutImageTagMutabilityResponse) => any;
1644
- }
1645
1217
  export interface PutLifecyclePolicyRequest {
1646
1218
 
1647
1219
  registryId?: string;
@@ -1650,10 +1222,6 @@ export interface PutLifecyclePolicyRequest {
1650
1222
 
1651
1223
  lifecyclePolicyText: string | undefined;
1652
1224
  }
1653
- export declare namespace PutLifecyclePolicyRequest {
1654
-
1655
- const filterSensitiveLog: (obj: PutLifecyclePolicyRequest) => any;
1656
- }
1657
1225
  export interface PutLifecyclePolicyResponse {
1658
1226
 
1659
1227
  registryId?: string;
@@ -1662,62 +1230,34 @@ export interface PutLifecyclePolicyResponse {
1662
1230
 
1663
1231
  lifecyclePolicyText?: string;
1664
1232
  }
1665
- export declare namespace PutLifecyclePolicyResponse {
1666
-
1667
- const filterSensitiveLog: (obj: PutLifecyclePolicyResponse) => any;
1668
- }
1669
1233
  export interface PutRegistryPolicyRequest {
1670
1234
 
1671
1235
  policyText: string | undefined;
1672
1236
  }
1673
- export declare namespace PutRegistryPolicyRequest {
1674
-
1675
- const filterSensitiveLog: (obj: PutRegistryPolicyRequest) => any;
1676
- }
1677
1237
  export interface PutRegistryPolicyResponse {
1678
1238
 
1679
1239
  registryId?: string;
1680
1240
 
1681
1241
  policyText?: string;
1682
1242
  }
1683
- export declare namespace PutRegistryPolicyResponse {
1684
-
1685
- const filterSensitiveLog: (obj: PutRegistryPolicyResponse) => any;
1686
- }
1687
1243
  export interface PutRegistryScanningConfigurationRequest {
1688
1244
 
1689
1245
  scanType?: ScanType | string;
1690
1246
 
1691
1247
  rules?: RegistryScanningRule[];
1692
1248
  }
1693
- export declare namespace PutRegistryScanningConfigurationRequest {
1694
-
1695
- const filterSensitiveLog: (obj: PutRegistryScanningConfigurationRequest) => any;
1696
- }
1697
1249
  export interface PutRegistryScanningConfigurationResponse {
1698
1250
 
1699
1251
  registryScanningConfiguration?: RegistryScanningConfiguration;
1700
1252
  }
1701
- export declare namespace PutRegistryScanningConfigurationResponse {
1702
-
1703
- const filterSensitiveLog: (obj: PutRegistryScanningConfigurationResponse) => any;
1704
- }
1705
1253
  export interface PutReplicationConfigurationRequest {
1706
1254
 
1707
1255
  replicationConfiguration: ReplicationConfiguration | undefined;
1708
1256
  }
1709
- export declare namespace PutReplicationConfigurationRequest {
1710
-
1711
- const filterSensitiveLog: (obj: PutReplicationConfigurationRequest) => any;
1712
- }
1713
1257
  export interface PutReplicationConfigurationResponse {
1714
1258
 
1715
1259
  replicationConfiguration?: ReplicationConfiguration;
1716
1260
  }
1717
- export declare namespace PutReplicationConfigurationResponse {
1718
-
1719
- const filterSensitiveLog: (obj: PutReplicationConfigurationResponse) => any;
1720
- }
1721
1261
  export interface SetRepositoryPolicyRequest {
1722
1262
 
1723
1263
  registryId?: string;
@@ -1728,10 +1268,6 @@ export interface SetRepositoryPolicyRequest {
1728
1268
 
1729
1269
  force?: boolean;
1730
1270
  }
1731
- export declare namespace SetRepositoryPolicyRequest {
1732
-
1733
- const filterSensitiveLog: (obj: SetRepositoryPolicyRequest) => any;
1734
- }
1735
1271
  export interface SetRepositoryPolicyResponse {
1736
1272
 
1737
1273
  registryId?: string;
@@ -1740,10 +1276,6 @@ export interface SetRepositoryPolicyResponse {
1740
1276
 
1741
1277
  policyText?: string;
1742
1278
  }
1743
- export declare namespace SetRepositoryPolicyResponse {
1744
-
1745
- const filterSensitiveLog: (obj: SetRepositoryPolicyResponse) => any;
1746
- }
1747
1279
  export interface StartImageScanRequest {
1748
1280
 
1749
1281
  registryId?: string;
@@ -1752,10 +1284,6 @@ export interface StartImageScanRequest {
1752
1284
 
1753
1285
  imageId: ImageIdentifier | undefined;
1754
1286
  }
1755
- export declare namespace StartImageScanRequest {
1756
-
1757
- const filterSensitiveLog: (obj: StartImageScanRequest) => any;
1758
- }
1759
1287
  export interface StartImageScanResponse {
1760
1288
 
1761
1289
  registryId?: string;
@@ -1766,10 +1294,6 @@ export interface StartImageScanResponse {
1766
1294
 
1767
1295
  imageScanStatus?: ImageScanStatus;
1768
1296
  }
1769
- export declare namespace StartImageScanResponse {
1770
-
1771
- const filterSensitiveLog: (obj: StartImageScanResponse) => any;
1772
- }
1773
1297
 
1774
1298
  export declare class UnsupportedImageTypeException extends __BaseException {
1775
1299
  readonly name: "UnsupportedImageTypeException";
@@ -1792,10 +1316,6 @@ export interface StartLifecyclePolicyPreviewRequest {
1792
1316
 
1793
1317
  lifecyclePolicyText?: string;
1794
1318
  }
1795
- export declare namespace StartLifecyclePolicyPreviewRequest {
1796
-
1797
- const filterSensitiveLog: (obj: StartLifecyclePolicyPreviewRequest) => any;
1798
- }
1799
1319
  export interface StartLifecyclePolicyPreviewResponse {
1800
1320
 
1801
1321
  registryId?: string;
@@ -1806,42 +1326,22 @@ export interface StartLifecyclePolicyPreviewResponse {
1806
1326
 
1807
1327
  status?: LifecyclePolicyPreviewStatus | string;
1808
1328
  }
1809
- export declare namespace StartLifecyclePolicyPreviewResponse {
1810
-
1811
- const filterSensitiveLog: (obj: StartLifecyclePolicyPreviewResponse) => any;
1812
- }
1813
1329
  export interface TagResourceRequest {
1814
1330
 
1815
1331
  resourceArn: string | undefined;
1816
1332
 
1817
1333
  tags: Tag[] | undefined;
1818
1334
  }
1819
- export declare namespace TagResourceRequest {
1820
-
1821
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
1822
- }
1823
1335
  export interface TagResourceResponse {
1824
1336
  }
1825
- export declare namespace TagResourceResponse {
1826
-
1827
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
1828
- }
1829
1337
  export interface UntagResourceRequest {
1830
1338
 
1831
1339
  resourceArn: string | undefined;
1832
1340
 
1833
1341
  tagKeys: string[] | undefined;
1834
1342
  }
1835
- export declare namespace UntagResourceRequest {
1836
-
1837
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
1838
- }
1839
1343
  export interface UntagResourceResponse {
1840
1344
  }
1841
- export declare namespace UntagResourceResponse {
1842
-
1843
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
1844
- }
1845
1345
 
1846
1346
  export declare class InvalidLayerPartException extends __BaseException {
1847
1347
  readonly name: "InvalidLayerPartException";
@@ -1871,10 +1371,6 @@ export interface UploadLayerPartRequest {
1871
1371
 
1872
1372
  layerPartBlob: Uint8Array | undefined;
1873
1373
  }
1874
- export declare namespace UploadLayerPartRequest {
1875
-
1876
- const filterSensitiveLog: (obj: UploadLayerPartRequest) => any;
1877
- }
1878
1374
  export interface UploadLayerPartResponse {
1879
1375
 
1880
1376
  registryId?: string;
@@ -1885,7 +1381,257 @@ export interface UploadLayerPartResponse {
1885
1381
 
1886
1382
  lastByteReceived?: number;
1887
1383
  }
1888
- export declare namespace UploadLayerPartResponse {
1889
-
1890
- const filterSensitiveLog: (obj: UploadLayerPartResponse) => any;
1891
- }
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;