@aws-sdk/client-ecr 3.131.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 (88) hide show
  1. package/CHANGELOG.md +11 -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-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -3
  45. package/dist-es/commands/BatchDeleteImageCommand.js +3 -3
  46. package/dist-es/commands/BatchGetImageCommand.js +3 -3
  47. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -3
  48. package/dist-es/commands/CompleteLayerUploadCommand.js +3 -3
  49. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -3
  50. package/dist-es/commands/CreateRepositoryCommand.js +3 -3
  51. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -3
  52. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -3
  53. package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -3
  54. package/dist-es/commands/DeleteRepositoryCommand.js +3 -3
  55. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -3
  56. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -3
  57. package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -3
  58. package/dist-es/commands/DescribeImagesCommand.js +3 -3
  59. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -3
  60. package/dist-es/commands/DescribeRegistryCommand.js +3 -3
  61. package/dist-es/commands/DescribeRepositoriesCommand.js +3 -3
  62. package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -3
  63. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -3
  64. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -3
  65. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -3
  66. package/dist-es/commands/GetRegistryPolicyCommand.js +3 -3
  67. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -3
  68. package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -3
  69. package/dist-es/commands/InitiateLayerUploadCommand.js +3 -3
  70. package/dist-es/commands/ListImagesCommand.js +3 -3
  71. package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
  72. package/dist-es/commands/PutImageCommand.js +3 -3
  73. package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -3
  74. package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -3
  75. package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -3
  76. package/dist-es/commands/PutRegistryPolicyCommand.js +3 -3
  77. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -3
  78. package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -3
  79. package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -3
  80. package/dist-es/commands/StartImageScanCommand.js +3 -3
  81. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -3
  82. package/dist-es/commands/TagResourceCommand.js +3 -3
  83. package/dist-es/commands/UntagResourceCommand.js +3 -3
  84. package/dist-es/commands/UploadLayerPartCommand.js +3 -3
  85. package/dist-es/models/models_0.js +127 -508
  86. package/dist-types/models/models_0.d.ts +508 -762
  87. package/dist-types/ts3.4/models/models_0.d.ts +254 -508
  88. package/package.json +6 -6
@@ -15,12 +15,6 @@ export interface BatchCheckLayerAvailabilityRequest {
15
15
  */
16
16
  layerDigests: string[] | undefined;
17
17
  }
18
- export declare namespace BatchCheckLayerAvailabilityRequest {
19
- /**
20
- * @internal
21
- */
22
- const filterSensitiveLog: (obj: BatchCheckLayerAvailabilityRequest) => any;
23
- }
24
18
  export declare enum LayerFailureCode {
25
19
  InvalidLayerDigest = "InvalidLayerDigest",
26
20
  MissingLayerDigest = "MissingLayerDigest"
@@ -42,12 +36,6 @@ export interface LayerFailure {
42
36
  */
43
37
  failureReason?: string;
44
38
  }
45
- export declare namespace LayerFailure {
46
- /**
47
- * @internal
48
- */
49
- const filterSensitiveLog: (obj: LayerFailure) => any;
50
- }
51
39
  export declare enum LayerAvailability {
52
40
  AVAILABLE = "AVAILABLE",
53
41
  UNAVAILABLE = "UNAVAILABLE"
@@ -75,12 +63,6 @@ export interface Layer {
75
63
  */
76
64
  mediaType?: string;
77
65
  }
78
- export declare namespace Layer {
79
- /**
80
- * @internal
81
- */
82
- const filterSensitiveLog: (obj: Layer) => any;
83
- }
84
66
  export interface BatchCheckLayerAvailabilityResponse {
85
67
  /**
86
68
  * <p>A list of image layer objects corresponding to the image layer references in the
@@ -92,12 +74,6 @@ export interface BatchCheckLayerAvailabilityResponse {
92
74
  */
93
75
  failures?: LayerFailure[];
94
76
  }
95
- export declare namespace BatchCheckLayerAvailabilityResponse {
96
- /**
97
- * @internal
98
- */
99
- const filterSensitiveLog: (obj: BatchCheckLayerAvailabilityResponse) => any;
100
- }
101
77
  /**
102
78
  * <p>The specified parameter is invalid. Review the available parameters for the API
103
79
  * request.</p>
@@ -146,12 +122,6 @@ export interface ImageIdentifier {
146
122
  */
147
123
  imageTag?: string;
148
124
  }
149
- export declare namespace ImageIdentifier {
150
- /**
151
- * @internal
152
- */
153
- const filterSensitiveLog: (obj: ImageIdentifier) => any;
154
- }
155
125
  /**
156
126
  * <p>Deletes specified images within a specified repository. Images are specified with
157
127
  * either the <code>imageTag</code> or <code>imageDigest</code>.</p>
@@ -173,12 +143,6 @@ export interface BatchDeleteImageRequest {
173
143
  */
174
144
  imageIds: ImageIdentifier[] | undefined;
175
145
  }
176
- export declare namespace BatchDeleteImageRequest {
177
- /**
178
- * @internal
179
- */
180
- const filterSensitiveLog: (obj: BatchDeleteImageRequest) => any;
181
- }
182
146
  export declare enum ImageFailureCode {
183
147
  ImageNotFound = "ImageNotFound",
184
148
  ImageReferencedByManifestList = "ImageReferencedByManifestList",
@@ -205,12 +169,6 @@ export interface ImageFailure {
205
169
  */
206
170
  failureReason?: string;
207
171
  }
208
- export declare namespace ImageFailure {
209
- /**
210
- * @internal
211
- */
212
- const filterSensitiveLog: (obj: ImageFailure) => any;
213
- }
214
172
  export interface BatchDeleteImageResponse {
215
173
  /**
216
174
  * <p>The image IDs of the deleted images.</p>
@@ -221,12 +179,6 @@ export interface BatchDeleteImageResponse {
221
179
  */
222
180
  failures?: ImageFailure[];
223
181
  }
224
- export declare namespace BatchDeleteImageResponse {
225
- /**
226
- * @internal
227
- */
228
- const filterSensitiveLog: (obj: BatchDeleteImageResponse) => any;
229
- }
230
182
  export interface BatchGetImageRequest {
231
183
  /**
232
184
  * <p>The Amazon Web Services account ID associated with the registry that contains the images to
@@ -252,12 +204,6 @@ export interface BatchGetImageRequest {
252
204
  */
253
205
  acceptedMediaTypes?: string[];
254
206
  }
255
- export declare namespace BatchGetImageRequest {
256
- /**
257
- * @internal
258
- */
259
- const filterSensitiveLog: (obj: BatchGetImageRequest) => any;
260
- }
261
207
  /**
262
208
  * <p>An object representing an Amazon ECR image.</p>
263
209
  */
@@ -283,12 +229,6 @@ export interface Image {
283
229
  */
284
230
  imageManifestMediaType?: string;
285
231
  }
286
- export declare namespace Image {
287
- /**
288
- * @internal
289
- */
290
- const filterSensitiveLog: (obj: Image) => any;
291
- }
292
232
  export interface BatchGetImageResponse {
293
233
  /**
294
234
  * <p>A list of image objects corresponding to the image references in the request.</p>
@@ -299,24 +239,12 @@ export interface BatchGetImageResponse {
299
239
  */
300
240
  failures?: ImageFailure[];
301
241
  }
302
- export declare namespace BatchGetImageResponse {
303
- /**
304
- * @internal
305
- */
306
- const filterSensitiveLog: (obj: BatchGetImageResponse) => any;
307
- }
308
242
  export interface BatchGetRepositoryScanningConfigurationRequest {
309
243
  /**
310
244
  * <p>One or more repository names to get the scanning configuration for.</p>
311
245
  */
312
246
  repositoryNames: string[] | undefined;
313
247
  }
314
- export declare namespace BatchGetRepositoryScanningConfigurationRequest {
315
- /**
316
- * @internal
317
- */
318
- const filterSensitiveLog: (obj: BatchGetRepositoryScanningConfigurationRequest) => any;
319
- }
320
248
  export declare enum ScanningConfigurationFailureCode {
321
249
  REPOSITORY_NOT_FOUND = "REPOSITORY_NOT_FOUND"
322
250
  }
@@ -338,12 +266,6 @@ export interface RepositoryScanningConfigurationFailure {
338
266
  */
339
267
  failureReason?: string;
340
268
  }
341
- export declare namespace RepositoryScanningConfigurationFailure {
342
- /**
343
- * @internal
344
- */
345
- const filterSensitiveLog: (obj: RepositoryScanningConfigurationFailure) => any;
346
- }
347
269
  export declare enum ScanningRepositoryFilterType {
348
270
  WILDCARD = "WILDCARD"
349
271
  }
@@ -362,12 +284,6 @@ export interface ScanningRepositoryFilter {
362
284
  */
363
285
  filterType: ScanningRepositoryFilterType | string | undefined;
364
286
  }
365
- export declare namespace ScanningRepositoryFilter {
366
- /**
367
- * @internal
368
- */
369
- const filterSensitiveLog: (obj: ScanningRepositoryFilter) => any;
370
- }
371
287
  export declare enum ScanFrequency {
372
288
  CONTINUOUS_SCAN = "CONTINUOUS_SCAN",
373
289
  MANUAL = "MANUAL",
@@ -398,12 +314,6 @@ export interface RepositoryScanningConfiguration {
398
314
  */
399
315
  appliedScanFilters?: ScanningRepositoryFilter[];
400
316
  }
401
- export declare namespace RepositoryScanningConfiguration {
402
- /**
403
- * @internal
404
- */
405
- const filterSensitiveLog: (obj: RepositoryScanningConfiguration) => any;
406
- }
407
317
  export interface BatchGetRepositoryScanningConfigurationResponse {
408
318
  /**
409
319
  * <p>The scanning configuration for the requested repositories.</p>
@@ -414,12 +324,6 @@ export interface BatchGetRepositoryScanningConfigurationResponse {
414
324
  */
415
325
  failures?: RepositoryScanningConfigurationFailure[];
416
326
  }
417
- export declare namespace BatchGetRepositoryScanningConfigurationResponse {
418
- /**
419
- * @internal
420
- */
421
- const filterSensitiveLog: (obj: BatchGetRepositoryScanningConfigurationResponse) => any;
422
- }
423
327
  /**
424
328
  * <p>There was an exception validating this request.</p>
425
329
  */
@@ -451,12 +355,6 @@ export interface CompleteLayerUploadRequest {
451
355
  */
452
356
  layerDigests: string[] | undefined;
453
357
  }
454
- export declare namespace CompleteLayerUploadRequest {
455
- /**
456
- * @internal
457
- */
458
- const filterSensitiveLog: (obj: CompleteLayerUploadRequest) => any;
459
- }
460
358
  export interface CompleteLayerUploadResponse {
461
359
  /**
462
360
  * <p>The registry ID associated with the request.</p>
@@ -475,12 +373,6 @@ export interface CompleteLayerUploadResponse {
475
373
  */
476
374
  layerDigest?: string;
477
375
  }
478
- export declare namespace CompleteLayerUploadResponse {
479
- /**
480
- * @internal
481
- */
482
- const filterSensitiveLog: (obj: CompleteLayerUploadResponse) => any;
483
- }
484
376
  /**
485
377
  * <p>The specified layer upload does not contain any layer parts.</p>
486
378
  */
@@ -569,12 +461,6 @@ export interface CreatePullThroughCacheRuleRequest {
569
461
  */
570
462
  registryId?: string;
571
463
  }
572
- export declare namespace CreatePullThroughCacheRuleRequest {
573
- /**
574
- * @internal
575
- */
576
- const filterSensitiveLog: (obj: CreatePullThroughCacheRuleRequest) => any;
577
- }
578
464
  export interface CreatePullThroughCacheRuleResponse {
579
465
  /**
580
466
  * <p>The Amazon ECR repository prefix associated with the pull through cache rule.</p>
@@ -594,12 +480,6 @@ export interface CreatePullThroughCacheRuleResponse {
594
480
  */
595
481
  registryId?: string;
596
482
  }
597
- export declare namespace CreatePullThroughCacheRuleResponse {
598
- /**
599
- * @internal
600
- */
601
- const filterSensitiveLog: (obj: CreatePullThroughCacheRuleResponse) => any;
602
- }
603
483
  /**
604
484
  * <p>The operation did not succeed because it would have exceeded a service limit for your
605
485
  * account. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/service-quotas.html">Amazon ECR service quotas</a> in
@@ -677,12 +557,6 @@ export interface EncryptionConfiguration {
677
557
  */
678
558
  kmsKey?: string;
679
559
  }
680
- export declare namespace EncryptionConfiguration {
681
- /**
682
- * @internal
683
- */
684
- const filterSensitiveLog: (obj: EncryptionConfiguration) => any;
685
- }
686
560
  /**
687
561
  * <p>The image scanning configuration for a repository.</p>
688
562
  */
@@ -695,12 +569,6 @@ export interface ImageScanningConfiguration {
695
569
  */
696
570
  scanOnPush?: boolean;
697
571
  }
698
- export declare namespace ImageScanningConfiguration {
699
- /**
700
- * @internal
701
- */
702
- const filterSensitiveLog: (obj: ImageScanningConfiguration) => any;
703
- }
704
572
  export declare enum ImageTagMutability {
705
573
  IMMUTABLE = "IMMUTABLE",
706
574
  MUTABLE = "MUTABLE"
@@ -721,12 +589,6 @@ export interface Tag {
721
589
  */
722
590
  Value?: string;
723
591
  }
724
- export declare namespace Tag {
725
- /**
726
- * @internal
727
- */
728
- const filterSensitiveLog: (obj: Tag) => any;
729
- }
730
592
  export interface CreateRepositoryRequest {
731
593
  /**
732
594
  * <p>The Amazon Web Services account ID associated with the registry to create the repository.
@@ -764,12 +626,6 @@ export interface CreateRepositoryRequest {
764
626
  */
765
627
  encryptionConfiguration?: EncryptionConfiguration;
766
628
  }
767
- export declare namespace CreateRepositoryRequest {
768
- /**
769
- * @internal
770
- */
771
- const filterSensitiveLog: (obj: CreateRepositoryRequest) => any;
772
- }
773
629
  /**
774
630
  * <p>An object representing a repository.</p>
775
631
  */
@@ -811,24 +667,12 @@ export interface Repository {
811
667
  */
812
668
  encryptionConfiguration?: EncryptionConfiguration;
813
669
  }
814
- export declare namespace Repository {
815
- /**
816
- * @internal
817
- */
818
- const filterSensitiveLog: (obj: Repository) => any;
819
- }
820
670
  export interface CreateRepositoryResponse {
821
671
  /**
822
672
  * <p>The repository that was created.</p>
823
673
  */
824
674
  repository?: Repository;
825
675
  }
826
- export declare namespace CreateRepositoryResponse {
827
- /**
828
- * @internal
829
- */
830
- const filterSensitiveLog: (obj: CreateRepositoryResponse) => any;
831
- }
832
676
  /**
833
677
  * <p>An invalid parameter has been specified. Tag keys can have a maximum character length of 128 characters, and tag values can have
834
678
  * a maximum length of 256 characters.</p>
@@ -875,12 +719,6 @@ export interface DeleteLifecyclePolicyRequest {
875
719
  */
876
720
  repositoryName: string | undefined;
877
721
  }
878
- export declare namespace DeleteLifecyclePolicyRequest {
879
- /**
880
- * @internal
881
- */
882
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
883
- }
884
722
  export interface DeleteLifecyclePolicyResponse {
885
723
  /**
886
724
  * <p>The registry ID associated with the request.</p>
@@ -899,12 +737,6 @@ export interface DeleteLifecyclePolicyResponse {
899
737
  */
900
738
  lastEvaluatedAt?: Date;
901
739
  }
902
- export declare namespace DeleteLifecyclePolicyResponse {
903
- /**
904
- * @internal
905
- */
906
- const filterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
907
- }
908
740
  /**
909
741
  * <p>The lifecycle policy could not be found, and no policy is set to the
910
742
  * repository.</p>
@@ -929,12 +761,6 @@ export interface DeletePullThroughCacheRuleRequest {
929
761
  */
930
762
  registryId?: string;
931
763
  }
932
- export declare namespace DeletePullThroughCacheRuleRequest {
933
- /**
934
- * @internal
935
- */
936
- const filterSensitiveLog: (obj: DeletePullThroughCacheRuleRequest) => any;
937
- }
938
764
  export interface DeletePullThroughCacheRuleResponse {
939
765
  /**
940
766
  * <p>The Amazon ECR repository prefix associated with the request.</p>
@@ -953,12 +779,6 @@ export interface DeletePullThroughCacheRuleResponse {
953
779
  */
954
780
  registryId?: string;
955
781
  }
956
- export declare namespace DeletePullThroughCacheRuleResponse {
957
- /**
958
- * @internal
959
- */
960
- const filterSensitiveLog: (obj: DeletePullThroughCacheRuleResponse) => any;
961
- }
962
782
  /**
963
783
  * <p>The pull through cache rule was not found. Specify a valid pull through cache rule and
964
784
  * try again.</p>
@@ -973,12 +793,6 @@ export declare class PullThroughCacheRuleNotFoundException extends __BaseExcepti
973
793
  }
974
794
  export interface DeleteRegistryPolicyRequest {
975
795
  }
976
- export declare namespace DeleteRegistryPolicyRequest {
977
- /**
978
- * @internal
979
- */
980
- const filterSensitiveLog: (obj: DeleteRegistryPolicyRequest) => any;
981
- }
982
796
  export interface DeleteRegistryPolicyResponse {
983
797
  /**
984
798
  * <p>The registry ID associated with the request.</p>
@@ -989,12 +803,6 @@ export interface DeleteRegistryPolicyResponse {
989
803
  */
990
804
  policyText?: string;
991
805
  }
992
- export declare namespace DeleteRegistryPolicyResponse {
993
- /**
994
- * @internal
995
- */
996
- const filterSensitiveLog: (obj: DeleteRegistryPolicyResponse) => any;
997
- }
998
806
  /**
999
807
  * <p>The registry doesn't have an associated registry policy.</p>
1000
808
  */
@@ -1021,24 +829,12 @@ export interface DeleteRepositoryRequest {
1021
829
  */
1022
830
  force?: boolean;
1023
831
  }
1024
- export declare namespace DeleteRepositoryRequest {
1025
- /**
1026
- * @internal
1027
- */
1028
- const filterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
1029
- }
1030
832
  export interface DeleteRepositoryResponse {
1031
833
  /**
1032
834
  * <p>The repository that was deleted.</p>
1033
835
  */
1034
836
  repository?: Repository;
1035
837
  }
1036
- export declare namespace DeleteRepositoryResponse {
1037
- /**
1038
- * @internal
1039
- */
1040
- const filterSensitiveLog: (obj: DeleteRepositoryResponse) => any;
1041
- }
1042
838
  /**
1043
839
  * <p>The specified repository contains images. To delete a repository that contains images,
1044
840
  * you must force the deletion with the <code>force</code> parameter.</p>
@@ -1063,12 +859,6 @@ export interface DeleteRepositoryPolicyRequest {
1063
859
  */
1064
860
  repositoryName: string | undefined;
1065
861
  }
1066
- export declare namespace DeleteRepositoryPolicyRequest {
1067
- /**
1068
- * @internal
1069
- */
1070
- const filterSensitiveLog: (obj: DeleteRepositoryPolicyRequest) => any;
1071
- }
1072
862
  export interface DeleteRepositoryPolicyResponse {
1073
863
  /**
1074
864
  * <p>The registry ID associated with the request.</p>
@@ -1083,12 +873,6 @@ export interface DeleteRepositoryPolicyResponse {
1083
873
  */
1084
874
  policyText?: string;
1085
875
  }
1086
- export declare namespace DeleteRepositoryPolicyResponse {
1087
- /**
1088
- * @internal
1089
- */
1090
- const filterSensitiveLog: (obj: DeleteRepositoryPolicyResponse) => any;
1091
- }
1092
876
  /**
1093
877
  * <p>The specified repository and registry combination does not have an associated
1094
878
  * repository policy.</p>
@@ -1115,12 +899,6 @@ export interface DescribeImageReplicationStatusRequest {
1115
899
  */
1116
900
  registryId?: string;
1117
901
  }
1118
- export declare namespace DescribeImageReplicationStatusRequest {
1119
- /**
1120
- * @internal
1121
- */
1122
- const filterSensitiveLog: (obj: DescribeImageReplicationStatusRequest) => any;
1123
- }
1124
902
  export declare enum ReplicationStatus {
1125
903
  COMPLETE = "COMPLETE",
1126
904
  FAILED = "FAILED",
@@ -1147,12 +925,6 @@ export interface ImageReplicationStatus {
1147
925
  */
1148
926
  failureCode?: string;
1149
927
  }
1150
- export declare namespace ImageReplicationStatus {
1151
- /**
1152
- * @internal
1153
- */
1154
- const filterSensitiveLog: (obj: ImageReplicationStatus) => any;
1155
- }
1156
928
  export interface DescribeImageReplicationStatusResponse {
1157
929
  /**
1158
930
  * <p>The repository name associated with the request.</p>
@@ -1167,12 +939,6 @@ export interface DescribeImageReplicationStatusResponse {
1167
939
  */
1168
940
  replicationStatuses?: ImageReplicationStatus[];
1169
941
  }
1170
- export declare namespace DescribeImageReplicationStatusResponse {
1171
- /**
1172
- * @internal
1173
- */
1174
- const filterSensitiveLog: (obj: DescribeImageReplicationStatusResponse) => any;
1175
- }
1176
942
  /**
1177
943
  * <p>The image requested does not exist in the specified repository.</p>
1178
944
  */
@@ -1201,12 +967,6 @@ export interface DescribeImagesFilter {
1201
967
  */
1202
968
  tagStatus?: TagStatus | string;
1203
969
  }
1204
- export declare namespace DescribeImagesFilter {
1205
- /**
1206
- * @internal
1207
- */
1208
- const filterSensitiveLog: (obj: DescribeImagesFilter) => any;
1209
- }
1210
970
  export interface DescribeImagesRequest {
1211
971
  /**
1212
972
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
@@ -1248,12 +1008,6 @@ export interface DescribeImagesRequest {
1248
1008
  */
1249
1009
  filter?: DescribeImagesFilter;
1250
1010
  }
1251
- export declare namespace DescribeImagesRequest {
1252
- /**
1253
- * @internal
1254
- */
1255
- const filterSensitiveLog: (obj: DescribeImagesRequest) => any;
1256
- }
1257
1011
  export declare enum FindingSeverity {
1258
1012
  CRITICAL = "CRITICAL",
1259
1013
  HIGH = "HIGH",
@@ -1279,12 +1033,6 @@ export interface ImageScanFindingsSummary {
1279
1033
  */
1280
1034
  findingSeverityCounts?: Record<string, number>;
1281
1035
  }
1282
- export declare namespace ImageScanFindingsSummary {
1283
- /**
1284
- * @internal
1285
- */
1286
- const filterSensitiveLog: (obj: ImageScanFindingsSummary) => any;
1287
- }
1288
1036
  export declare enum ScanStatus {
1289
1037
  ACTIVE = "ACTIVE",
1290
1038
  COMPLETE = "COMPLETE",
@@ -1308,12 +1056,6 @@ export interface ImageScanStatus {
1308
1056
  */
1309
1057
  description?: string;
1310
1058
  }
1311
- export declare namespace ImageScanStatus {
1312
- /**
1313
- * @internal
1314
- */
1315
- const filterSensitiveLog: (obj: ImageScanStatus) => any;
1316
- }
1317
1059
  /**
1318
1060
  * <p>An object that describes an image returned by a <a>DescribeImages</a>
1319
1061
  * operation.</p>
@@ -1382,12 +1124,6 @@ export interface ImageDetail {
1382
1124
  */
1383
1125
  lastRecordedPullTime?: Date;
1384
1126
  }
1385
- export declare namespace ImageDetail {
1386
- /**
1387
- * @internal
1388
- */
1389
- const filterSensitiveLog: (obj: ImageDetail) => any;
1390
- }
1391
1127
  export interface DescribeImagesResponse {
1392
1128
  /**
1393
1129
  * <p>A list of <a>ImageDetail</a> objects that contain data about the
@@ -1403,12 +1139,6 @@ export interface DescribeImagesResponse {
1403
1139
  */
1404
1140
  nextToken?: string;
1405
1141
  }
1406
- export declare namespace DescribeImagesResponse {
1407
- /**
1408
- * @internal
1409
- */
1410
- const filterSensitiveLog: (obj: DescribeImagesResponse) => any;
1411
- }
1412
1142
  export interface DescribeImageScanFindingsRequest {
1413
1143
  /**
1414
1144
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
@@ -1444,12 +1174,6 @@ export interface DescribeImageScanFindingsRequest {
1444
1174
  */
1445
1175
  maxResults?: number;
1446
1176
  }
1447
- export declare namespace DescribeImageScanFindingsRequest {
1448
- /**
1449
- * @internal
1450
- */
1451
- const filterSensitiveLog: (obj: DescribeImageScanFindingsRequest) => any;
1452
- }
1453
1177
  /**
1454
1178
  * <p>The CVSS score for a finding.</p>
1455
1179
  */
@@ -1471,12 +1195,6 @@ export interface CvssScore {
1471
1195
  */
1472
1196
  version?: string;
1473
1197
  }
1474
- export declare namespace CvssScore {
1475
- /**
1476
- * @internal
1477
- */
1478
- const filterSensitiveLog: (obj: CvssScore) => any;
1479
- }
1480
1198
  /**
1481
1199
  * <p>Information on the vulnerable package identified by a finding.</p>
1482
1200
  */
@@ -1514,12 +1232,6 @@ export interface VulnerablePackage {
1514
1232
  */
1515
1233
  version?: string;
1516
1234
  }
1517
- export declare namespace VulnerablePackage {
1518
- /**
1519
- * @internal
1520
- */
1521
- const filterSensitiveLog: (obj: VulnerablePackage) => any;
1522
- }
1523
1235
  /**
1524
1236
  * <p>Information about a package vulnerability finding.</p>
1525
1237
  */
@@ -1566,12 +1278,6 @@ export interface PackageVulnerabilityDetails {
1566
1278
  */
1567
1279
  vulnerablePackages?: VulnerablePackage[];
1568
1280
  }
1569
- export declare namespace PackageVulnerabilityDetails {
1570
- /**
1571
- * @internal
1572
- */
1573
- const filterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
1574
- }
1575
1281
  /**
1576
1282
  * <p>Details about the recommended course of action to remediate the finding.</p>
1577
1283
  */
@@ -1585,12 +1291,6 @@ export interface Recommendation {
1585
1291
  */
1586
1292
  text?: string;
1587
1293
  }
1588
- export declare namespace Recommendation {
1589
- /**
1590
- * @internal
1591
- */
1592
- const filterSensitiveLog: (obj: Recommendation) => any;
1593
- }
1594
1294
  /**
1595
1295
  * <p>Information on how to remediate a finding.</p>
1596
1296
  */
@@ -1601,12 +1301,6 @@ export interface Remediation {
1601
1301
  */
1602
1302
  recommendation?: Recommendation;
1603
1303
  }
1604
- export declare namespace Remediation {
1605
- /**
1606
- * @internal
1607
- */
1608
- const filterSensitiveLog: (obj: Remediation) => any;
1609
- }
1610
1304
  /**
1611
1305
  * <p>The image details of the Amazon ECR container image.</p>
1612
1306
  */
@@ -1644,12 +1338,6 @@ export interface AwsEcrContainerImageDetails {
1644
1338
  */
1645
1339
  repositoryName?: string;
1646
1340
  }
1647
- export declare namespace AwsEcrContainerImageDetails {
1648
- /**
1649
- * @internal
1650
- */
1651
- const filterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
1652
- }
1653
1341
  /**
1654
1342
  * <p>Contains details about the resource involved in the finding.</p>
1655
1343
  */
@@ -1660,12 +1348,6 @@ export interface ResourceDetails {
1660
1348
  */
1661
1349
  awsEcrContainerImage?: AwsEcrContainerImageDetails;
1662
1350
  }
1663
- export declare namespace ResourceDetails {
1664
- /**
1665
- * @internal
1666
- */
1667
- const filterSensitiveLog: (obj: ResourceDetails) => any;
1668
- }
1669
1351
  /**
1670
1352
  * <p>Details about the resource involved in a finding.</p>
1671
1353
  */
@@ -1687,12 +1369,6 @@ export interface Resource {
1687
1369
  */
1688
1370
  type?: string;
1689
1371
  }
1690
- export declare namespace Resource {
1691
- /**
1692
- * @internal
1693
- */
1694
- const filterSensitiveLog: (obj: Resource) => any;
1695
- }
1696
1372
  /**
1697
1373
  * <p>Details on adjustments Amazon Inspector made to the CVSS score for a finding.</p>
1698
1374
  */
@@ -1706,12 +1382,6 @@ export interface CvssScoreAdjustment {
1706
1382
  */
1707
1383
  reason?: string;
1708
1384
  }
1709
- export declare namespace CvssScoreAdjustment {
1710
- /**
1711
- * @internal
1712
- */
1713
- const filterSensitiveLog: (obj: CvssScoreAdjustment) => any;
1714
- }
1715
1385
  /**
1716
1386
  * <p>Information about the CVSS score.</p>
1717
1387
  */
@@ -1737,12 +1407,6 @@ export interface CvssScoreDetails {
1737
1407
  */
1738
1408
  version?: string;
1739
1409
  }
1740
- export declare namespace CvssScoreDetails {
1741
- /**
1742
- * @internal
1743
- */
1744
- const filterSensitiveLog: (obj: CvssScoreDetails) => any;
1745
- }
1746
1410
  /**
1747
1411
  * <p>Information about the Amazon Inspector score given to a finding.</p>
1748
1412
  */
@@ -1752,12 +1416,6 @@ export interface ScoreDetails {
1752
1416
  */
1753
1417
  cvss?: CvssScoreDetails;
1754
1418
  }
1755
- export declare namespace ScoreDetails {
1756
- /**
1757
- * @internal
1758
- */
1759
- const filterSensitiveLog: (obj: ScoreDetails) => any;
1760
- }
1761
1419
  /**
1762
1420
  * <p>The details of an enhanced image scan. This is returned when enhanced scanning is
1763
1421
  * enabled for your private registry.</p>
@@ -1824,12 +1482,6 @@ export interface EnhancedImageScanFinding {
1824
1482
  */
1825
1483
  updatedAt?: Date;
1826
1484
  }
1827
- export declare namespace EnhancedImageScanFinding {
1828
- /**
1829
- * @internal
1830
- */
1831
- const filterSensitiveLog: (obj: EnhancedImageScanFinding) => any;
1832
- }
1833
1485
  /**
1834
1486
  * <p>This data type is used in the <a>ImageScanFinding</a> data type.</p>
1835
1487
  */
@@ -1843,12 +1495,6 @@ export interface Attribute {
1843
1495
  */
1844
1496
  value?: string;
1845
1497
  }
1846
- export declare namespace Attribute {
1847
- /**
1848
- * @internal
1849
- */
1850
- const filterSensitiveLog: (obj: Attribute) => any;
1851
- }
1852
1498
  /**
1853
1499
  * <p>Contains information about an image scan finding.</p>
1854
1500
  */
@@ -1874,12 +1520,6 @@ export interface ImageScanFinding {
1874
1520
  */
1875
1521
  attributes?: Attribute[];
1876
1522
  }
1877
- export declare namespace ImageScanFinding {
1878
- /**
1879
- * @internal
1880
- */
1881
- const filterSensitiveLog: (obj: ImageScanFinding) => any;
1882
- }
1883
1523
  /**
1884
1524
  * <p>The details of an image scan.</p>
1885
1525
  */
@@ -1905,12 +1545,6 @@ export interface ImageScanFindings {
1905
1545
  */
1906
1546
  enhancedFindings?: EnhancedImageScanFinding[];
1907
1547
  }
1908
- export declare namespace ImageScanFindings {
1909
- /**
1910
- * @internal
1911
- */
1912
- const filterSensitiveLog: (obj: ImageScanFindings) => any;
1913
- }
1914
1548
  export interface DescribeImageScanFindingsResponse {
1915
1549
  /**
1916
1550
  * <p>The registry ID associated with the request.</p>
@@ -1941,12 +1575,6 @@ export interface DescribeImageScanFindingsResponse {
1941
1575
  */
1942
1576
  nextToken?: string;
1943
1577
  }
1944
- export declare namespace DescribeImageScanFindingsResponse {
1945
- /**
1946
- * @internal
1947
- */
1948
- const filterSensitiveLog: (obj: DescribeImageScanFindingsResponse) => any;
1949
- }
1950
1578
  /**
1951
1579
  * <p>The specified image scan could not be found. Ensure that image scanning is enabled on
1952
1580
  * the repository and try again.</p>
@@ -1993,12 +1621,6 @@ export interface DescribePullThroughCacheRulesRequest {
1993
1621
  */
1994
1622
  maxResults?: number;
1995
1623
  }
1996
- export declare namespace DescribePullThroughCacheRulesRequest {
1997
- /**
1998
- * @internal
1999
- */
2000
- const filterSensitiveLog: (obj: DescribePullThroughCacheRulesRequest) => any;
2001
- }
2002
1624
  /**
2003
1625
  * <p>The details of a pull through cache rule.</p>
2004
1626
  */
@@ -2021,12 +1643,6 @@ export interface PullThroughCacheRule {
2021
1643
  */
2022
1644
  registryId?: string;
2023
1645
  }
2024
- export declare namespace PullThroughCacheRule {
2025
- /**
2026
- * @internal
2027
- */
2028
- const filterSensitiveLog: (obj: PullThroughCacheRule) => any;
2029
- }
2030
1646
  export interface DescribePullThroughCacheRulesResponse {
2031
1647
  /**
2032
1648
  * <p>The details of the pull through cache rules.</p>
@@ -2041,20 +1657,8 @@ export interface DescribePullThroughCacheRulesResponse {
2041
1657
  */
2042
1658
  nextToken?: string;
2043
1659
  }
2044
- export declare namespace DescribePullThroughCacheRulesResponse {
2045
- /**
2046
- * @internal
2047
- */
2048
- const filterSensitiveLog: (obj: DescribePullThroughCacheRulesResponse) => any;
2049
- }
2050
1660
  export interface DescribeRegistryRequest {
2051
1661
  }
2052
- export declare namespace DescribeRegistryRequest {
2053
- /**
2054
- * @internal
2055
- */
2056
- const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
2057
- }
2058
1662
  /**
2059
1663
  * <p>An array of objects representing the destination for a replication rule.</p>
2060
1664
  */
@@ -2069,12 +1673,6 @@ export interface ReplicationDestination {
2069
1673
  */
2070
1674
  registryId: string | undefined;
2071
1675
  }
2072
- export declare namespace ReplicationDestination {
2073
- /**
2074
- * @internal
2075
- */
2076
- const filterSensitiveLog: (obj: ReplicationDestination) => any;
2077
- }
2078
1676
  export declare enum RepositoryFilterType {
2079
1677
  PREFIX_MATCH = "PREFIX_MATCH"
2080
1678
  }
@@ -2098,12 +1696,6 @@ export interface RepositoryFilter {
2098
1696
  */
2099
1697
  filterType: RepositoryFilterType | string | undefined;
2100
1698
  }
2101
- export declare namespace RepositoryFilter {
2102
- /**
2103
- * @internal
2104
- */
2105
- const filterSensitiveLog: (obj: RepositoryFilter) => any;
2106
- }
2107
1699
  /**
2108
1700
  * <p>An array of objects representing the replication destinations and repository filters
2109
1701
  * for a replication configuration.</p>
@@ -2120,12 +1712,6 @@ export interface ReplicationRule {
2120
1712
  */
2121
1713
  repositoryFilters?: RepositoryFilter[];
2122
1714
  }
2123
- export declare namespace ReplicationRule {
2124
- /**
2125
- * @internal
2126
- */
2127
- const filterSensitiveLog: (obj: ReplicationRule) => any;
2128
- }
2129
1715
  /**
2130
1716
  * <p>The replication configuration for a registry.</p>
2131
1717
  */
@@ -2136,12 +1722,6 @@ export interface ReplicationConfiguration {
2136
1722
  */
2137
1723
  rules: ReplicationRule[] | undefined;
2138
1724
  }
2139
- export declare namespace ReplicationConfiguration {
2140
- /**
2141
- * @internal
2142
- */
2143
- const filterSensitiveLog: (obj: ReplicationConfiguration) => any;
2144
- }
2145
1725
  export interface DescribeRegistryResponse {
2146
1726
  /**
2147
1727
  * <p>The ID of the registry.</p>
@@ -2152,12 +1732,6 @@ export interface DescribeRegistryResponse {
2152
1732
  */
2153
1733
  replicationConfiguration?: ReplicationConfiguration;
2154
1734
  }
2155
- export declare namespace DescribeRegistryResponse {
2156
- /**
2157
- * @internal
2158
- */
2159
- const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
2160
- }
2161
1735
  export interface DescribeRepositoriesRequest {
2162
1736
  /**
2163
1737
  * <p>The Amazon Web Services account ID associated with the registry that contains the repositories to be
@@ -2196,12 +1770,6 @@ export interface DescribeRepositoriesRequest {
2196
1770
  */
2197
1771
  maxResults?: number;
2198
1772
  }
2199
- export declare namespace DescribeRepositoriesRequest {
2200
- /**
2201
- * @internal
2202
- */
2203
- const filterSensitiveLog: (obj: DescribeRepositoriesRequest) => any;
2204
- }
2205
1773
  export interface DescribeRepositoriesResponse {
2206
1774
  /**
2207
1775
  * <p>A list of repository objects corresponding to valid repositories.</p>
@@ -2216,12 +1784,6 @@ export interface DescribeRepositoriesResponse {
2216
1784
  */
2217
1785
  nextToken?: string;
2218
1786
  }
2219
- export declare namespace DescribeRepositoriesResponse {
2220
- /**
2221
- * @internal
2222
- */
2223
- const filterSensitiveLog: (obj: DescribeRepositoriesResponse) => any;
2224
- }
2225
1787
  export interface GetAuthorizationTokenRequest {
2226
1788
  /**
2227
1789
  * @deprecated
@@ -2231,12 +1793,6 @@ export interface GetAuthorizationTokenRequest {
2231
1793
  */
2232
1794
  registryIds?: string[];
2233
1795
  }
2234
- export declare namespace GetAuthorizationTokenRequest {
2235
- /**
2236
- * @internal
2237
- */
2238
- const filterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
2239
- }
2240
1796
  /**
2241
1797
  * <p>An object representing authorization data for an Amazon ECR registry.</p>
2242
1798
  */
@@ -2261,12 +1817,6 @@ export interface AuthorizationData {
2261
1817
  */
2262
1818
  proxyEndpoint?: string;
2263
1819
  }
2264
- export declare namespace AuthorizationData {
2265
- /**
2266
- * @internal
2267
- */
2268
- const filterSensitiveLog: (obj: AuthorizationData) => any;
2269
- }
2270
1820
  export interface GetAuthorizationTokenResponse {
2271
1821
  /**
2272
1822
  * <p>A list of authorization token data objects that correspond to the
@@ -2274,12 +1824,6 @@ export interface GetAuthorizationTokenResponse {
2274
1824
  */
2275
1825
  authorizationData?: AuthorizationData[];
2276
1826
  }
2277
- export declare namespace GetAuthorizationTokenResponse {
2278
- /**
2279
- * @internal
2280
- */
2281
- const filterSensitiveLog: (obj: GetAuthorizationTokenResponse) => any;
2282
- }
2283
1827
  export interface GetDownloadUrlForLayerRequest {
2284
1828
  /**
2285
1829
  * <p>The Amazon Web Services account ID associated with the registry that contains the image layer to
@@ -2295,12 +1839,6 @@ export interface GetDownloadUrlForLayerRequest {
2295
1839
  */
2296
1840
  layerDigest: string | undefined;
2297
1841
  }
2298
- export declare namespace GetDownloadUrlForLayerRequest {
2299
- /**
2300
- * @internal
2301
- */
2302
- const filterSensitiveLog: (obj: GetDownloadUrlForLayerRequest) => any;
2303
- }
2304
1842
  export interface GetDownloadUrlForLayerResponse {
2305
1843
  /**
2306
1844
  * <p>The pre-signed Amazon S3 download URL for the requested layer.</p>
@@ -2311,12 +1849,6 @@ export interface GetDownloadUrlForLayerResponse {
2311
1849
  */
2312
1850
  layerDigest?: string;
2313
1851
  }
2314
- export declare namespace GetDownloadUrlForLayerResponse {
2315
- /**
2316
- * @internal
2317
- */
2318
- const filterSensitiveLog: (obj: GetDownloadUrlForLayerResponse) => any;
2319
- }
2320
1852
  /**
2321
1853
  * <p>The specified layer is not available because it is not associated with an image.
2322
1854
  * Unassociated image layers may be cleaned up at any time.</p>
@@ -2352,12 +1884,6 @@ export interface GetLifecyclePolicyRequest {
2352
1884
  */
2353
1885
  repositoryName: string | undefined;
2354
1886
  }
2355
- export declare namespace GetLifecyclePolicyRequest {
2356
- /**
2357
- * @internal
2358
- */
2359
- const filterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
2360
- }
2361
1887
  export interface GetLifecyclePolicyResponse {
2362
1888
  /**
2363
1889
  * <p>The registry ID associated with the request.</p>
@@ -2376,12 +1902,6 @@ export interface GetLifecyclePolicyResponse {
2376
1902
  */
2377
1903
  lastEvaluatedAt?: Date;
2378
1904
  }
2379
- export declare namespace GetLifecyclePolicyResponse {
2380
- /**
2381
- * @internal
2382
- */
2383
- const filterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
2384
- }
2385
1905
  /**
2386
1906
  * <p>The filter for the lifecycle policy preview.</p>
2387
1907
  */
@@ -2391,12 +1911,6 @@ export interface LifecyclePolicyPreviewFilter {
2391
1911
  */
2392
1912
  tagStatus?: TagStatus | string;
2393
1913
  }
2394
- export declare namespace LifecyclePolicyPreviewFilter {
2395
- /**
2396
- * @internal
2397
- */
2398
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewFilter) => any;
2399
- }
2400
1914
  export interface GetLifecyclePolicyPreviewRequest {
2401
1915
  /**
2402
1916
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
@@ -2450,12 +1964,6 @@ export interface GetLifecyclePolicyPreviewRequest {
2450
1964
  */
2451
1965
  filter?: LifecyclePolicyPreviewFilter;
2452
1966
  }
2453
- export declare namespace GetLifecyclePolicyPreviewRequest {
2454
- /**
2455
- * @internal
2456
- */
2457
- const filterSensitiveLog: (obj: GetLifecyclePolicyPreviewRequest) => any;
2458
- }
2459
1967
  export declare enum ImageActionType {
2460
1968
  EXPIRE = "EXPIRE"
2461
1969
  }
@@ -2468,12 +1976,6 @@ export interface LifecyclePolicyRuleAction {
2468
1976
  */
2469
1977
  type?: ImageActionType | string;
2470
1978
  }
2471
- export declare namespace LifecyclePolicyRuleAction {
2472
- /**
2473
- * @internal
2474
- */
2475
- const filterSensitiveLog: (obj: LifecyclePolicyRuleAction) => any;
2476
- }
2477
1979
  /**
2478
1980
  * <p>The result of the lifecycle policy preview.</p>
2479
1981
  */
@@ -2500,12 +2002,6 @@ export interface LifecyclePolicyPreviewResult {
2500
2002
  */
2501
2003
  appliedRulePriority?: number;
2502
2004
  }
2503
- export declare namespace LifecyclePolicyPreviewResult {
2504
- /**
2505
- * @internal
2506
- */
2507
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewResult) => any;
2508
- }
2509
2005
  export declare enum LifecyclePolicyPreviewStatus {
2510
2006
  COMPLETE = "COMPLETE",
2511
2007
  EXPIRED = "EXPIRED",
@@ -2521,12 +2017,6 @@ export interface LifecyclePolicyPreviewSummary {
2521
2017
  */
2522
2018
  expiringImageTotalCount?: number;
2523
2019
  }
2524
- export declare namespace LifecyclePolicyPreviewSummary {
2525
- /**
2526
- * @internal
2527
- */
2528
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewSummary) => any;
2529
- }
2530
2020
  export interface GetLifecyclePolicyPreviewResponse {
2531
2021
  /**
2532
2022
  * <p>The registry ID associated with the request.</p>
@@ -2561,12 +2051,6 @@ export interface GetLifecyclePolicyPreviewResponse {
2561
2051
  */
2562
2052
  summary?: LifecyclePolicyPreviewSummary;
2563
2053
  }
2564
- export declare namespace GetLifecyclePolicyPreviewResponse {
2565
- /**
2566
- * @internal
2567
- */
2568
- const filterSensitiveLog: (obj: GetLifecyclePolicyPreviewResponse) => any;
2569
- }
2570
2054
  /**
2571
2055
  * <p>There is no dry run for this repository.</p>
2572
2056
  */
@@ -2580,12 +2064,6 @@ export declare class LifecyclePolicyPreviewNotFoundException extends __BaseExcep
2580
2064
  }
2581
2065
  export interface GetRegistryPolicyRequest {
2582
2066
  }
2583
- export declare namespace GetRegistryPolicyRequest {
2584
- /**
2585
- * @internal
2586
- */
2587
- const filterSensitiveLog: (obj: GetRegistryPolicyRequest) => any;
2588
- }
2589
2067
  export interface GetRegistryPolicyResponse {
2590
2068
  /**
2591
2069
  * <p>The ID of the registry.</p>
@@ -2596,20 +2074,8 @@ export interface GetRegistryPolicyResponse {
2596
2074
  */
2597
2075
  policyText?: string;
2598
2076
  }
2599
- export declare namespace GetRegistryPolicyResponse {
2600
- /**
2601
- * @internal
2602
- */
2603
- const filterSensitiveLog: (obj: GetRegistryPolicyResponse) => any;
2604
- }
2605
2077
  export interface GetRegistryScanningConfigurationRequest {
2606
2078
  }
2607
- export declare namespace GetRegistryScanningConfigurationRequest {
2608
- /**
2609
- * @internal
2610
- */
2611
- const filterSensitiveLog: (obj: GetRegistryScanningConfigurationRequest) => any;
2612
- }
2613
2079
  /**
2614
2080
  * <p>The details of a scanning rule for a private registry.</p>
2615
2081
  */
@@ -2628,12 +2094,6 @@ export interface RegistryScanningRule {
2628
2094
  */
2629
2095
  repositoryFilters: ScanningRepositoryFilter[] | undefined;
2630
2096
  }
2631
- export declare namespace RegistryScanningRule {
2632
- /**
2633
- * @internal
2634
- */
2635
- const filterSensitiveLog: (obj: RegistryScanningRule) => any;
2636
- }
2637
2097
  export declare enum ScanType {
2638
2098
  BASIC = "BASIC",
2639
2099
  ENHANCED = "ENHANCED"
@@ -2651,12 +2111,6 @@ export interface RegistryScanningConfiguration {
2651
2111
  */
2652
2112
  rules?: RegistryScanningRule[];
2653
2113
  }
2654
- export declare namespace RegistryScanningConfiguration {
2655
- /**
2656
- * @internal
2657
- */
2658
- const filterSensitiveLog: (obj: RegistryScanningConfiguration) => any;
2659
- }
2660
2114
  export interface GetRegistryScanningConfigurationResponse {
2661
2115
  /**
2662
2116
  * <p>The ID of the registry.</p>
@@ -2667,12 +2121,6 @@ export interface GetRegistryScanningConfigurationResponse {
2667
2121
  */
2668
2122
  scanningConfiguration?: RegistryScanningConfiguration;
2669
2123
  }
2670
- export declare namespace GetRegistryScanningConfigurationResponse {
2671
- /**
2672
- * @internal
2673
- */
2674
- const filterSensitiveLog: (obj: GetRegistryScanningConfigurationResponse) => any;
2675
- }
2676
2124
  export interface GetRepositoryPolicyRequest {
2677
2125
  /**
2678
2126
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
@@ -2684,12 +2132,6 @@ export interface GetRepositoryPolicyRequest {
2684
2132
  */
2685
2133
  repositoryName: string | undefined;
2686
2134
  }
2687
- export declare namespace GetRepositoryPolicyRequest {
2688
- /**
2689
- * @internal
2690
- */
2691
- const filterSensitiveLog: (obj: GetRepositoryPolicyRequest) => any;
2692
- }
2693
2135
  export interface GetRepositoryPolicyResponse {
2694
2136
  /**
2695
2137
  * <p>The registry ID associated with the request.</p>
@@ -2704,12 +2146,6 @@ export interface GetRepositoryPolicyResponse {
2704
2146
  */
2705
2147
  policyText?: string;
2706
2148
  }
2707
- export declare namespace GetRepositoryPolicyResponse {
2708
- /**
2709
- * @internal
2710
- */
2711
- const filterSensitiveLog: (obj: GetRepositoryPolicyResponse) => any;
2712
- }
2713
2149
  export interface InitiateLayerUploadRequest {
2714
2150
  /**
2715
2151
  * <p>The Amazon Web Services account ID associated with the registry to which you intend to upload
@@ -2721,12 +2157,6 @@ export interface InitiateLayerUploadRequest {
2721
2157
  */
2722
2158
  repositoryName: string | undefined;
2723
2159
  }
2724
- export declare namespace InitiateLayerUploadRequest {
2725
- /**
2726
- * @internal
2727
- */
2728
- const filterSensitiveLog: (obj: InitiateLayerUploadRequest) => any;
2729
- }
2730
2160
  export interface InitiateLayerUploadResponse {
2731
2161
  /**
2732
2162
  * <p>The upload ID for the layer upload. This parameter is passed to further <a>UploadLayerPart</a> and <a>CompleteLayerUpload</a>
@@ -2738,12 +2168,6 @@ export interface InitiateLayerUploadResponse {
2738
2168
  */
2739
2169
  partSize?: number;
2740
2170
  }
2741
- export declare namespace InitiateLayerUploadResponse {
2742
- /**
2743
- * @internal
2744
- */
2745
- const filterSensitiveLog: (obj: InitiateLayerUploadResponse) => any;
2746
- }
2747
2171
  /**
2748
2172
  * <p>An object representing a filter on a <a>ListImages</a> operation.</p>
2749
2173
  */
@@ -2755,12 +2179,6 @@ export interface ListImagesFilter {
2755
2179
  */
2756
2180
  tagStatus?: TagStatus | string;
2757
2181
  }
2758
- export declare namespace ListImagesFilter {
2759
- /**
2760
- * @internal
2761
- */
2762
- const filterSensitiveLog: (obj: ListImagesFilter) => any;
2763
- }
2764
2182
  export interface ListImagesRequest {
2765
2183
  /**
2766
2184
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
@@ -2800,12 +2218,6 @@ export interface ListImagesRequest {
2800
2218
  */
2801
2219
  filter?: ListImagesFilter;
2802
2220
  }
2803
- export declare namespace ListImagesRequest {
2804
- /**
2805
- * @internal
2806
- */
2807
- const filterSensitiveLog: (obj: ListImagesRequest) => any;
2808
- }
2809
2221
  export interface ListImagesResponse {
2810
2222
  /**
2811
2223
  * <p>The list of image IDs for the requested repository.</p>
@@ -2820,12 +2232,6 @@ export interface ListImagesResponse {
2820
2232
  */
2821
2233
  nextToken?: string;
2822
2234
  }
2823
- export declare namespace ListImagesResponse {
2824
- /**
2825
- * @internal
2826
- */
2827
- const filterSensitiveLog: (obj: ListImagesResponse) => any;
2828
- }
2829
2235
  export interface ListTagsForResourceRequest {
2830
2236
  /**
2831
2237
  * <p>The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the
@@ -2833,24 +2239,12 @@ export interface ListTagsForResourceRequest {
2833
2239
  */
2834
2240
  resourceArn: string | undefined;
2835
2241
  }
2836
- export declare namespace ListTagsForResourceRequest {
2837
- /**
2838
- * @internal
2839
- */
2840
- const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
2841
- }
2842
2242
  export interface ListTagsForResourceResponse {
2843
2243
  /**
2844
2244
  * <p>The tags for the resource.</p>
2845
2245
  */
2846
2246
  tags?: Tag[];
2847
2247
  }
2848
- export declare namespace ListTagsForResourceResponse {
2849
- /**
2850
- * @internal
2851
- */
2852
- const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
2853
- }
2854
2248
  /**
2855
2249
  * <p>The specified image has already been pushed, and there were no changes to the manifest
2856
2250
  * or image tag after the last push.</p>
@@ -2917,24 +2311,12 @@ export interface PutImageRequest {
2917
2311
  */
2918
2312
  imageDigest?: string;
2919
2313
  }
2920
- export declare namespace PutImageRequest {
2921
- /**
2922
- * @internal
2923
- */
2924
- const filterSensitiveLog: (obj: PutImageRequest) => any;
2925
- }
2926
2314
  export interface PutImageResponse {
2927
2315
  /**
2928
2316
  * <p>Details of the image uploaded.</p>
2929
2317
  */
2930
2318
  image?: Image;
2931
2319
  }
2932
- export declare namespace PutImageResponse {
2933
- /**
2934
- * @internal
2935
- */
2936
- const filterSensitiveLog: (obj: PutImageResponse) => any;
2937
- }
2938
2320
  /**
2939
2321
  * <p>The manifest list is referencing an image that does not exist.</p>
2940
2322
  */
@@ -2965,12 +2347,6 @@ export interface PutImageScanningConfigurationRequest {
2965
2347
  */
2966
2348
  imageScanningConfiguration: ImageScanningConfiguration | undefined;
2967
2349
  }
2968
- export declare namespace PutImageScanningConfigurationRequest {
2969
- /**
2970
- * @internal
2971
- */
2972
- const filterSensitiveLog: (obj: PutImageScanningConfigurationRequest) => any;
2973
- }
2974
2350
  export interface PutImageScanningConfigurationResponse {
2975
2351
  /**
2976
2352
  * <p>The registry ID associated with the request.</p>
@@ -2985,12 +2361,6 @@ export interface PutImageScanningConfigurationResponse {
2985
2361
  */
2986
2362
  imageScanningConfiguration?: ImageScanningConfiguration;
2987
2363
  }
2988
- export declare namespace PutImageScanningConfigurationResponse {
2989
- /**
2990
- * @internal
2991
- */
2992
- const filterSensitiveLog: (obj: PutImageScanningConfigurationResponse) => any;
2993
- }
2994
2364
  export interface PutImageTagMutabilityRequest {
2995
2365
  /**
2996
2366
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
@@ -3010,12 +2380,6 @@ export interface PutImageTagMutabilityRequest {
3010
2380
  */
3011
2381
  imageTagMutability: ImageTagMutability | string | undefined;
3012
2382
  }
3013
- export declare namespace PutImageTagMutabilityRequest {
3014
- /**
3015
- * @internal
3016
- */
3017
- const filterSensitiveLog: (obj: PutImageTagMutabilityRequest) => any;
3018
- }
3019
2383
  export interface PutImageTagMutabilityResponse {
3020
2384
  /**
3021
2385
  * <p>The registry ID associated with the request.</p>
@@ -3030,12 +2394,6 @@ export interface PutImageTagMutabilityResponse {
3030
2394
  */
3031
2395
  imageTagMutability?: ImageTagMutability | string;
3032
2396
  }
3033
- export declare namespace PutImageTagMutabilityResponse {
3034
- /**
3035
- * @internal
3036
- */
3037
- const filterSensitiveLog: (obj: PutImageTagMutabilityResponse) => any;
3038
- }
3039
2397
  export interface PutLifecyclePolicyRequest {
3040
2398
  /**
3041
2399
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository. If you
@@ -3052,12 +2410,6 @@ export interface PutLifecyclePolicyRequest {
3052
2410
  */
3053
2411
  lifecyclePolicyText: string | undefined;
3054
2412
  }
3055
- export declare namespace PutLifecyclePolicyRequest {
3056
- /**
3057
- * @internal
3058
- */
3059
- const filterSensitiveLog: (obj: PutLifecyclePolicyRequest) => any;
3060
- }
3061
2413
  export interface PutLifecyclePolicyResponse {
3062
2414
  /**
3063
2415
  * <p>The registry ID associated with the request.</p>
@@ -3072,12 +2424,6 @@ export interface PutLifecyclePolicyResponse {
3072
2424
  */
3073
2425
  lifecyclePolicyText?: string;
3074
2426
  }
3075
- export declare namespace PutLifecyclePolicyResponse {
3076
- /**
3077
- * @internal
3078
- */
3079
- const filterSensitiveLog: (obj: PutLifecyclePolicyResponse) => any;
3080
- }
3081
2427
  export interface PutRegistryPolicyRequest {
3082
2428
  /**
3083
2429
  * <p>The JSON policy text to apply to your registry. The policy text follows the same
@@ -3086,12 +2432,6 @@ export interface PutRegistryPolicyRequest {
3086
2432
  */
3087
2433
  policyText: string | undefined;
3088
2434
  }
3089
- export declare namespace PutRegistryPolicyRequest {
3090
- /**
3091
- * @internal
3092
- */
3093
- const filterSensitiveLog: (obj: PutRegistryPolicyRequest) => any;
3094
- }
3095
2435
  export interface PutRegistryPolicyResponse {
3096
2436
  /**
3097
2437
  * <p>The registry ID.</p>
@@ -3102,12 +2442,6 @@ export interface PutRegistryPolicyResponse {
3102
2442
  */
3103
2443
  policyText?: string;
3104
2444
  }
3105
- export declare namespace PutRegistryPolicyResponse {
3106
- /**
3107
- * @internal
3108
- */
3109
- const filterSensitiveLog: (obj: PutRegistryPolicyResponse) => any;
3110
- }
3111
2445
  export interface PutRegistryScanningConfigurationRequest {
3112
2446
  /**
3113
2447
  * <p>The scanning type to set for the registry.</p>
@@ -3128,48 +2462,24 @@ export interface PutRegistryScanningConfigurationRequest {
3128
2462
  */
3129
2463
  rules?: RegistryScanningRule[];
3130
2464
  }
3131
- export declare namespace PutRegistryScanningConfigurationRequest {
3132
- /**
3133
- * @internal
3134
- */
3135
- const filterSensitiveLog: (obj: PutRegistryScanningConfigurationRequest) => any;
3136
- }
3137
2465
  export interface PutRegistryScanningConfigurationResponse {
3138
2466
  /**
3139
2467
  * <p>The scanning configuration for your registry.</p>
3140
2468
  */
3141
2469
  registryScanningConfiguration?: RegistryScanningConfiguration;
3142
2470
  }
3143
- export declare namespace PutRegistryScanningConfigurationResponse {
3144
- /**
3145
- * @internal
3146
- */
3147
- const filterSensitiveLog: (obj: PutRegistryScanningConfigurationResponse) => any;
3148
- }
3149
2471
  export interface PutReplicationConfigurationRequest {
3150
2472
  /**
3151
2473
  * <p>An object representing the replication configuration for a registry.</p>
3152
2474
  */
3153
2475
  replicationConfiguration: ReplicationConfiguration | undefined;
3154
2476
  }
3155
- export declare namespace PutReplicationConfigurationRequest {
3156
- /**
3157
- * @internal
3158
- */
3159
- const filterSensitiveLog: (obj: PutReplicationConfigurationRequest) => any;
3160
- }
3161
2477
  export interface PutReplicationConfigurationResponse {
3162
2478
  /**
3163
2479
  * <p>The contents of the replication configuration for the registry.</p>
3164
2480
  */
3165
2481
  replicationConfiguration?: ReplicationConfiguration;
3166
2482
  }
3167
- export declare namespace PutReplicationConfigurationResponse {
3168
- /**
3169
- * @internal
3170
- */
3171
- const filterSensitiveLog: (obj: PutReplicationConfigurationResponse) => any;
3172
- }
3173
2483
  export interface SetRepositoryPolicyRequest {
3174
2484
  /**
3175
2485
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
@@ -3193,12 +2503,6 @@ export interface SetRepositoryPolicyRequest {
3193
2503
  */
3194
2504
  force?: boolean;
3195
2505
  }
3196
- export declare namespace SetRepositoryPolicyRequest {
3197
- /**
3198
- * @internal
3199
- */
3200
- const filterSensitiveLog: (obj: SetRepositoryPolicyRequest) => any;
3201
- }
3202
2506
  export interface SetRepositoryPolicyResponse {
3203
2507
  /**
3204
2508
  * <p>The registry ID associated with the request.</p>
@@ -3213,12 +2517,6 @@ export interface SetRepositoryPolicyResponse {
3213
2517
  */
3214
2518
  policyText?: string;
3215
2519
  }
3216
- export declare namespace SetRepositoryPolicyResponse {
3217
- /**
3218
- * @internal
3219
- */
3220
- const filterSensitiveLog: (obj: SetRepositoryPolicyResponse) => any;
3221
- }
3222
2520
  export interface StartImageScanRequest {
3223
2521
  /**
3224
2522
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
@@ -3234,12 +2532,6 @@ export interface StartImageScanRequest {
3234
2532
  */
3235
2533
  imageId: ImageIdentifier | undefined;
3236
2534
  }
3237
- export declare namespace StartImageScanRequest {
3238
- /**
3239
- * @internal
3240
- */
3241
- const filterSensitiveLog: (obj: StartImageScanRequest) => any;
3242
- }
3243
2535
  export interface StartImageScanResponse {
3244
2536
  /**
3245
2537
  * <p>The registry ID associated with the request.</p>
@@ -3258,12 +2550,6 @@ export interface StartImageScanResponse {
3258
2550
  */
3259
2551
  imageScanStatus?: ImageScanStatus;
3260
2552
  }
3261
- export declare namespace StartImageScanResponse {
3262
- /**
3263
- * @internal
3264
- */
3265
- const filterSensitiveLog: (obj: StartImageScanResponse) => any;
3266
- }
3267
2553
  /**
3268
2554
  * <p>The image is of a type that cannot be scanned.</p>
3269
2555
  */
@@ -3303,12 +2589,6 @@ export interface StartLifecyclePolicyPreviewRequest {
3303
2589
  */
3304
2590
  lifecyclePolicyText?: string;
3305
2591
  }
3306
- export declare namespace StartLifecyclePolicyPreviewRequest {
3307
- /**
3308
- * @internal
3309
- */
3310
- const filterSensitiveLog: (obj: StartLifecyclePolicyPreviewRequest) => any;
3311
- }
3312
2592
  export interface StartLifecyclePolicyPreviewResponse {
3313
2593
  /**
3314
2594
  * <p>The registry ID associated with the request.</p>
@@ -3327,12 +2607,6 @@ export interface StartLifecyclePolicyPreviewResponse {
3327
2607
  */
3328
2608
  status?: LifecyclePolicyPreviewStatus | string;
3329
2609
  }
3330
- export declare namespace StartLifecyclePolicyPreviewResponse {
3331
- /**
3332
- * @internal
3333
- */
3334
- const filterSensitiveLog: (obj: StartLifecyclePolicyPreviewResponse) => any;
3335
- }
3336
2610
  export interface TagResourceRequest {
3337
2611
  /**
3338
2612
  * <p>The Amazon Resource Name (ARN) of the the resource to which to add tags. Currently, the only supported
@@ -3346,20 +2620,8 @@ export interface TagResourceRequest {
3346
2620
  */
3347
2621
  tags: Tag[] | undefined;
3348
2622
  }
3349
- export declare namespace TagResourceRequest {
3350
- /**
3351
- * @internal
3352
- */
3353
- const filterSensitiveLog: (obj: TagResourceRequest) => any;
3354
- }
3355
2623
  export interface TagResourceResponse {
3356
2624
  }
3357
- export declare namespace TagResourceResponse {
3358
- /**
3359
- * @internal
3360
- */
3361
- const filterSensitiveLog: (obj: TagResourceResponse) => any;
3362
- }
3363
2625
  export interface UntagResourceRequest {
3364
2626
  /**
3365
2627
  * <p>The Amazon Resource Name (ARN) of the resource from which to remove tags. Currently, the only supported
@@ -3371,20 +2633,8 @@ export interface UntagResourceRequest {
3371
2633
  */
3372
2634
  tagKeys: string[] | undefined;
3373
2635
  }
3374
- export declare namespace UntagResourceRequest {
3375
- /**
3376
- * @internal
3377
- */
3378
- const filterSensitiveLog: (obj: UntagResourceRequest) => any;
3379
- }
3380
2636
  export interface UntagResourceResponse {
3381
2637
  }
3382
- export declare namespace UntagResourceResponse {
3383
- /**
3384
- * @internal
3385
- */
3386
- const filterSensitiveLog: (obj: UntagResourceResponse) => any;
3387
- }
3388
2638
  /**
3389
2639
  * <p>The layer part size is not valid, or the first byte specified is not consecutive to
3390
2640
  * the last byte of a previous layer part upload.</p>
@@ -3442,12 +2692,6 @@ export interface UploadLayerPartRequest {
3442
2692
  */
3443
2693
  layerPartBlob: Uint8Array | undefined;
3444
2694
  }
3445
- export declare namespace UploadLayerPartRequest {
3446
- /**
3447
- * @internal
3448
- */
3449
- const filterSensitiveLog: (obj: UploadLayerPartRequest) => any;
3450
- }
3451
2695
  export interface UploadLayerPartResponse {
3452
2696
  /**
3453
2697
  * <p>The registry ID associated with the request.</p>
@@ -3466,9 +2710,511 @@ export interface UploadLayerPartResponse {
3466
2710
  */
3467
2711
  lastByteReceived?: number;
3468
2712
  }
3469
- export declare namespace UploadLayerPartResponse {
3470
- /**
3471
- * @internal
3472
- */
3473
- const filterSensitiveLog: (obj: UploadLayerPartResponse) => any;
3474
- }
2713
+ /**
2714
+ * @internal
2715
+ */
2716
+ export declare const BatchCheckLayerAvailabilityRequestFilterSensitiveLog: (obj: BatchCheckLayerAvailabilityRequest) => any;
2717
+ /**
2718
+ * @internal
2719
+ */
2720
+ export declare const LayerFailureFilterSensitiveLog: (obj: LayerFailure) => any;
2721
+ /**
2722
+ * @internal
2723
+ */
2724
+ export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
2725
+ /**
2726
+ * @internal
2727
+ */
2728
+ export declare const BatchCheckLayerAvailabilityResponseFilterSensitiveLog: (obj: BatchCheckLayerAvailabilityResponse) => any;
2729
+ /**
2730
+ * @internal
2731
+ */
2732
+ export declare const ImageIdentifierFilterSensitiveLog: (obj: ImageIdentifier) => any;
2733
+ /**
2734
+ * @internal
2735
+ */
2736
+ export declare const BatchDeleteImageRequestFilterSensitiveLog: (obj: BatchDeleteImageRequest) => any;
2737
+ /**
2738
+ * @internal
2739
+ */
2740
+ export declare const ImageFailureFilterSensitiveLog: (obj: ImageFailure) => any;
2741
+ /**
2742
+ * @internal
2743
+ */
2744
+ export declare const BatchDeleteImageResponseFilterSensitiveLog: (obj: BatchDeleteImageResponse) => any;
2745
+ /**
2746
+ * @internal
2747
+ */
2748
+ export declare const BatchGetImageRequestFilterSensitiveLog: (obj: BatchGetImageRequest) => any;
2749
+ /**
2750
+ * @internal
2751
+ */
2752
+ export declare const ImageFilterSensitiveLog: (obj: Image) => any;
2753
+ /**
2754
+ * @internal
2755
+ */
2756
+ export declare const BatchGetImageResponseFilterSensitiveLog: (obj: BatchGetImageResponse) => any;
2757
+ /**
2758
+ * @internal
2759
+ */
2760
+ export declare const BatchGetRepositoryScanningConfigurationRequestFilterSensitiveLog: (obj: BatchGetRepositoryScanningConfigurationRequest) => any;
2761
+ /**
2762
+ * @internal
2763
+ */
2764
+ export declare const RepositoryScanningConfigurationFailureFilterSensitiveLog: (obj: RepositoryScanningConfigurationFailure) => any;
2765
+ /**
2766
+ * @internal
2767
+ */
2768
+ export declare const ScanningRepositoryFilterFilterSensitiveLog: (obj: ScanningRepositoryFilter) => any;
2769
+ /**
2770
+ * @internal
2771
+ */
2772
+ export declare const RepositoryScanningConfigurationFilterSensitiveLog: (obj: RepositoryScanningConfiguration) => any;
2773
+ /**
2774
+ * @internal
2775
+ */
2776
+ export declare const BatchGetRepositoryScanningConfigurationResponseFilterSensitiveLog: (obj: BatchGetRepositoryScanningConfigurationResponse) => any;
2777
+ /**
2778
+ * @internal
2779
+ */
2780
+ export declare const CompleteLayerUploadRequestFilterSensitiveLog: (obj: CompleteLayerUploadRequest) => any;
2781
+ /**
2782
+ * @internal
2783
+ */
2784
+ export declare const CompleteLayerUploadResponseFilterSensitiveLog: (obj: CompleteLayerUploadResponse) => any;
2785
+ /**
2786
+ * @internal
2787
+ */
2788
+ export declare const CreatePullThroughCacheRuleRequestFilterSensitiveLog: (obj: CreatePullThroughCacheRuleRequest) => any;
2789
+ /**
2790
+ * @internal
2791
+ */
2792
+ export declare const CreatePullThroughCacheRuleResponseFilterSensitiveLog: (obj: CreatePullThroughCacheRuleResponse) => any;
2793
+ /**
2794
+ * @internal
2795
+ */
2796
+ export declare const EncryptionConfigurationFilterSensitiveLog: (obj: EncryptionConfiguration) => any;
2797
+ /**
2798
+ * @internal
2799
+ */
2800
+ export declare const ImageScanningConfigurationFilterSensitiveLog: (obj: ImageScanningConfiguration) => any;
2801
+ /**
2802
+ * @internal
2803
+ */
2804
+ export declare const TagFilterSensitiveLog: (obj: Tag) => any;
2805
+ /**
2806
+ * @internal
2807
+ */
2808
+ export declare const CreateRepositoryRequestFilterSensitiveLog: (obj: CreateRepositoryRequest) => any;
2809
+ /**
2810
+ * @internal
2811
+ */
2812
+ export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
2813
+ /**
2814
+ * @internal
2815
+ */
2816
+ export declare const CreateRepositoryResponseFilterSensitiveLog: (obj: CreateRepositoryResponse) => any;
2817
+ /**
2818
+ * @internal
2819
+ */
2820
+ export declare const DeleteLifecyclePolicyRequestFilterSensitiveLog: (obj: DeleteLifecyclePolicyRequest) => any;
2821
+ /**
2822
+ * @internal
2823
+ */
2824
+ export declare const DeleteLifecyclePolicyResponseFilterSensitiveLog: (obj: DeleteLifecyclePolicyResponse) => any;
2825
+ /**
2826
+ * @internal
2827
+ */
2828
+ export declare const DeletePullThroughCacheRuleRequestFilterSensitiveLog: (obj: DeletePullThroughCacheRuleRequest) => any;
2829
+ /**
2830
+ * @internal
2831
+ */
2832
+ export declare const DeletePullThroughCacheRuleResponseFilterSensitiveLog: (obj: DeletePullThroughCacheRuleResponse) => any;
2833
+ /**
2834
+ * @internal
2835
+ */
2836
+ export declare const DeleteRegistryPolicyRequestFilterSensitiveLog: (obj: DeleteRegistryPolicyRequest) => any;
2837
+ /**
2838
+ * @internal
2839
+ */
2840
+ export declare const DeleteRegistryPolicyResponseFilterSensitiveLog: (obj: DeleteRegistryPolicyResponse) => any;
2841
+ /**
2842
+ * @internal
2843
+ */
2844
+ export declare const DeleteRepositoryRequestFilterSensitiveLog: (obj: DeleteRepositoryRequest) => any;
2845
+ /**
2846
+ * @internal
2847
+ */
2848
+ export declare const DeleteRepositoryResponseFilterSensitiveLog: (obj: DeleteRepositoryResponse) => any;
2849
+ /**
2850
+ * @internal
2851
+ */
2852
+ export declare const DeleteRepositoryPolicyRequestFilterSensitiveLog: (obj: DeleteRepositoryPolicyRequest) => any;
2853
+ /**
2854
+ * @internal
2855
+ */
2856
+ export declare const DeleteRepositoryPolicyResponseFilterSensitiveLog: (obj: DeleteRepositoryPolicyResponse) => any;
2857
+ /**
2858
+ * @internal
2859
+ */
2860
+ export declare const DescribeImageReplicationStatusRequestFilterSensitiveLog: (obj: DescribeImageReplicationStatusRequest) => any;
2861
+ /**
2862
+ * @internal
2863
+ */
2864
+ export declare const ImageReplicationStatusFilterSensitiveLog: (obj: ImageReplicationStatus) => any;
2865
+ /**
2866
+ * @internal
2867
+ */
2868
+ export declare const DescribeImageReplicationStatusResponseFilterSensitiveLog: (obj: DescribeImageReplicationStatusResponse) => any;
2869
+ /**
2870
+ * @internal
2871
+ */
2872
+ export declare const DescribeImagesFilterFilterSensitiveLog: (obj: DescribeImagesFilter) => any;
2873
+ /**
2874
+ * @internal
2875
+ */
2876
+ export declare const DescribeImagesRequestFilterSensitiveLog: (obj: DescribeImagesRequest) => any;
2877
+ /**
2878
+ * @internal
2879
+ */
2880
+ export declare const ImageScanFindingsSummaryFilterSensitiveLog: (obj: ImageScanFindingsSummary) => any;
2881
+ /**
2882
+ * @internal
2883
+ */
2884
+ export declare const ImageScanStatusFilterSensitiveLog: (obj: ImageScanStatus) => any;
2885
+ /**
2886
+ * @internal
2887
+ */
2888
+ export declare const ImageDetailFilterSensitiveLog: (obj: ImageDetail) => any;
2889
+ /**
2890
+ * @internal
2891
+ */
2892
+ export declare const DescribeImagesResponseFilterSensitiveLog: (obj: DescribeImagesResponse) => any;
2893
+ /**
2894
+ * @internal
2895
+ */
2896
+ export declare const DescribeImageScanFindingsRequestFilterSensitiveLog: (obj: DescribeImageScanFindingsRequest) => any;
2897
+ /**
2898
+ * @internal
2899
+ */
2900
+ export declare const CvssScoreFilterSensitiveLog: (obj: CvssScore) => any;
2901
+ /**
2902
+ * @internal
2903
+ */
2904
+ export declare const VulnerablePackageFilterSensitiveLog: (obj: VulnerablePackage) => any;
2905
+ /**
2906
+ * @internal
2907
+ */
2908
+ export declare const PackageVulnerabilityDetailsFilterSensitiveLog: (obj: PackageVulnerabilityDetails) => any;
2909
+ /**
2910
+ * @internal
2911
+ */
2912
+ export declare const RecommendationFilterSensitiveLog: (obj: Recommendation) => any;
2913
+ /**
2914
+ * @internal
2915
+ */
2916
+ export declare const RemediationFilterSensitiveLog: (obj: Remediation) => any;
2917
+ /**
2918
+ * @internal
2919
+ */
2920
+ export declare const AwsEcrContainerImageDetailsFilterSensitiveLog: (obj: AwsEcrContainerImageDetails) => any;
2921
+ /**
2922
+ * @internal
2923
+ */
2924
+ export declare const ResourceDetailsFilterSensitiveLog: (obj: ResourceDetails) => any;
2925
+ /**
2926
+ * @internal
2927
+ */
2928
+ export declare const ResourceFilterSensitiveLog: (obj: Resource) => any;
2929
+ /**
2930
+ * @internal
2931
+ */
2932
+ export declare const CvssScoreAdjustmentFilterSensitiveLog: (obj: CvssScoreAdjustment) => any;
2933
+ /**
2934
+ * @internal
2935
+ */
2936
+ export declare const CvssScoreDetailsFilterSensitiveLog: (obj: CvssScoreDetails) => any;
2937
+ /**
2938
+ * @internal
2939
+ */
2940
+ export declare const ScoreDetailsFilterSensitiveLog: (obj: ScoreDetails) => any;
2941
+ /**
2942
+ * @internal
2943
+ */
2944
+ export declare const EnhancedImageScanFindingFilterSensitiveLog: (obj: EnhancedImageScanFinding) => any;
2945
+ /**
2946
+ * @internal
2947
+ */
2948
+ export declare const AttributeFilterSensitiveLog: (obj: Attribute) => any;
2949
+ /**
2950
+ * @internal
2951
+ */
2952
+ export declare const ImageScanFindingFilterSensitiveLog: (obj: ImageScanFinding) => any;
2953
+ /**
2954
+ * @internal
2955
+ */
2956
+ export declare const ImageScanFindingsFilterSensitiveLog: (obj: ImageScanFindings) => any;
2957
+ /**
2958
+ * @internal
2959
+ */
2960
+ export declare const DescribeImageScanFindingsResponseFilterSensitiveLog: (obj: DescribeImageScanFindingsResponse) => any;
2961
+ /**
2962
+ * @internal
2963
+ */
2964
+ export declare const DescribePullThroughCacheRulesRequestFilterSensitiveLog: (obj: DescribePullThroughCacheRulesRequest) => any;
2965
+ /**
2966
+ * @internal
2967
+ */
2968
+ export declare const PullThroughCacheRuleFilterSensitiveLog: (obj: PullThroughCacheRule) => any;
2969
+ /**
2970
+ * @internal
2971
+ */
2972
+ export declare const DescribePullThroughCacheRulesResponseFilterSensitiveLog: (obj: DescribePullThroughCacheRulesResponse) => any;
2973
+ /**
2974
+ * @internal
2975
+ */
2976
+ export declare const DescribeRegistryRequestFilterSensitiveLog: (obj: DescribeRegistryRequest) => any;
2977
+ /**
2978
+ * @internal
2979
+ */
2980
+ export declare const ReplicationDestinationFilterSensitiveLog: (obj: ReplicationDestination) => any;
2981
+ /**
2982
+ * @internal
2983
+ */
2984
+ export declare const RepositoryFilterFilterSensitiveLog: (obj: RepositoryFilter) => any;
2985
+ /**
2986
+ * @internal
2987
+ */
2988
+ export declare const ReplicationRuleFilterSensitiveLog: (obj: ReplicationRule) => any;
2989
+ /**
2990
+ * @internal
2991
+ */
2992
+ export declare const ReplicationConfigurationFilterSensitiveLog: (obj: ReplicationConfiguration) => any;
2993
+ /**
2994
+ * @internal
2995
+ */
2996
+ export declare const DescribeRegistryResponseFilterSensitiveLog: (obj: DescribeRegistryResponse) => any;
2997
+ /**
2998
+ * @internal
2999
+ */
3000
+ export declare const DescribeRepositoriesRequestFilterSensitiveLog: (obj: DescribeRepositoriesRequest) => any;
3001
+ /**
3002
+ * @internal
3003
+ */
3004
+ export declare const DescribeRepositoriesResponseFilterSensitiveLog: (obj: DescribeRepositoriesResponse) => any;
3005
+ /**
3006
+ * @internal
3007
+ */
3008
+ export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (obj: GetAuthorizationTokenRequest) => any;
3009
+ /**
3010
+ * @internal
3011
+ */
3012
+ export declare const AuthorizationDataFilterSensitiveLog: (obj: AuthorizationData) => any;
3013
+ /**
3014
+ * @internal
3015
+ */
3016
+ export declare const GetAuthorizationTokenResponseFilterSensitiveLog: (obj: GetAuthorizationTokenResponse) => any;
3017
+ /**
3018
+ * @internal
3019
+ */
3020
+ export declare const GetDownloadUrlForLayerRequestFilterSensitiveLog: (obj: GetDownloadUrlForLayerRequest) => any;
3021
+ /**
3022
+ * @internal
3023
+ */
3024
+ export declare const GetDownloadUrlForLayerResponseFilterSensitiveLog: (obj: GetDownloadUrlForLayerResponse) => any;
3025
+ /**
3026
+ * @internal
3027
+ */
3028
+ export declare const GetLifecyclePolicyRequestFilterSensitiveLog: (obj: GetLifecyclePolicyRequest) => any;
3029
+ /**
3030
+ * @internal
3031
+ */
3032
+ export declare const GetLifecyclePolicyResponseFilterSensitiveLog: (obj: GetLifecyclePolicyResponse) => any;
3033
+ /**
3034
+ * @internal
3035
+ */
3036
+ export declare const LifecyclePolicyPreviewFilterFilterSensitiveLog: (obj: LifecyclePolicyPreviewFilter) => any;
3037
+ /**
3038
+ * @internal
3039
+ */
3040
+ export declare const GetLifecyclePolicyPreviewRequestFilterSensitiveLog: (obj: GetLifecyclePolicyPreviewRequest) => any;
3041
+ /**
3042
+ * @internal
3043
+ */
3044
+ export declare const LifecyclePolicyRuleActionFilterSensitiveLog: (obj: LifecyclePolicyRuleAction) => any;
3045
+ /**
3046
+ * @internal
3047
+ */
3048
+ export declare const LifecyclePolicyPreviewResultFilterSensitiveLog: (obj: LifecyclePolicyPreviewResult) => any;
3049
+ /**
3050
+ * @internal
3051
+ */
3052
+ export declare const LifecyclePolicyPreviewSummaryFilterSensitiveLog: (obj: LifecyclePolicyPreviewSummary) => any;
3053
+ /**
3054
+ * @internal
3055
+ */
3056
+ export declare const GetLifecyclePolicyPreviewResponseFilterSensitiveLog: (obj: GetLifecyclePolicyPreviewResponse) => any;
3057
+ /**
3058
+ * @internal
3059
+ */
3060
+ export declare const GetRegistryPolicyRequestFilterSensitiveLog: (obj: GetRegistryPolicyRequest) => any;
3061
+ /**
3062
+ * @internal
3063
+ */
3064
+ export declare const GetRegistryPolicyResponseFilterSensitiveLog: (obj: GetRegistryPolicyResponse) => any;
3065
+ /**
3066
+ * @internal
3067
+ */
3068
+ export declare const GetRegistryScanningConfigurationRequestFilterSensitiveLog: (obj: GetRegistryScanningConfigurationRequest) => any;
3069
+ /**
3070
+ * @internal
3071
+ */
3072
+ export declare const RegistryScanningRuleFilterSensitiveLog: (obj: RegistryScanningRule) => any;
3073
+ /**
3074
+ * @internal
3075
+ */
3076
+ export declare const RegistryScanningConfigurationFilterSensitiveLog: (obj: RegistryScanningConfiguration) => any;
3077
+ /**
3078
+ * @internal
3079
+ */
3080
+ export declare const GetRegistryScanningConfigurationResponseFilterSensitiveLog: (obj: GetRegistryScanningConfigurationResponse) => any;
3081
+ /**
3082
+ * @internal
3083
+ */
3084
+ export declare const GetRepositoryPolicyRequestFilterSensitiveLog: (obj: GetRepositoryPolicyRequest) => any;
3085
+ /**
3086
+ * @internal
3087
+ */
3088
+ export declare const GetRepositoryPolicyResponseFilterSensitiveLog: (obj: GetRepositoryPolicyResponse) => any;
3089
+ /**
3090
+ * @internal
3091
+ */
3092
+ export declare const InitiateLayerUploadRequestFilterSensitiveLog: (obj: InitiateLayerUploadRequest) => any;
3093
+ /**
3094
+ * @internal
3095
+ */
3096
+ export declare const InitiateLayerUploadResponseFilterSensitiveLog: (obj: InitiateLayerUploadResponse) => any;
3097
+ /**
3098
+ * @internal
3099
+ */
3100
+ export declare const ListImagesFilterFilterSensitiveLog: (obj: ListImagesFilter) => any;
3101
+ /**
3102
+ * @internal
3103
+ */
3104
+ export declare const ListImagesRequestFilterSensitiveLog: (obj: ListImagesRequest) => any;
3105
+ /**
3106
+ * @internal
3107
+ */
3108
+ export declare const ListImagesResponseFilterSensitiveLog: (obj: ListImagesResponse) => any;
3109
+ /**
3110
+ * @internal
3111
+ */
3112
+ export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
3113
+ /**
3114
+ * @internal
3115
+ */
3116
+ export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
3117
+ /**
3118
+ * @internal
3119
+ */
3120
+ export declare const PutImageRequestFilterSensitiveLog: (obj: PutImageRequest) => any;
3121
+ /**
3122
+ * @internal
3123
+ */
3124
+ export declare const PutImageResponseFilterSensitiveLog: (obj: PutImageResponse) => any;
3125
+ /**
3126
+ * @internal
3127
+ */
3128
+ export declare const PutImageScanningConfigurationRequestFilterSensitiveLog: (obj: PutImageScanningConfigurationRequest) => any;
3129
+ /**
3130
+ * @internal
3131
+ */
3132
+ export declare const PutImageScanningConfigurationResponseFilterSensitiveLog: (obj: PutImageScanningConfigurationResponse) => any;
3133
+ /**
3134
+ * @internal
3135
+ */
3136
+ export declare const PutImageTagMutabilityRequestFilterSensitiveLog: (obj: PutImageTagMutabilityRequest) => any;
3137
+ /**
3138
+ * @internal
3139
+ */
3140
+ export declare const PutImageTagMutabilityResponseFilterSensitiveLog: (obj: PutImageTagMutabilityResponse) => any;
3141
+ /**
3142
+ * @internal
3143
+ */
3144
+ export declare const PutLifecyclePolicyRequestFilterSensitiveLog: (obj: PutLifecyclePolicyRequest) => any;
3145
+ /**
3146
+ * @internal
3147
+ */
3148
+ export declare const PutLifecyclePolicyResponseFilterSensitiveLog: (obj: PutLifecyclePolicyResponse) => any;
3149
+ /**
3150
+ * @internal
3151
+ */
3152
+ export declare const PutRegistryPolicyRequestFilterSensitiveLog: (obj: PutRegistryPolicyRequest) => any;
3153
+ /**
3154
+ * @internal
3155
+ */
3156
+ export declare const PutRegistryPolicyResponseFilterSensitiveLog: (obj: PutRegistryPolicyResponse) => any;
3157
+ /**
3158
+ * @internal
3159
+ */
3160
+ export declare const PutRegistryScanningConfigurationRequestFilterSensitiveLog: (obj: PutRegistryScanningConfigurationRequest) => any;
3161
+ /**
3162
+ * @internal
3163
+ */
3164
+ export declare const PutRegistryScanningConfigurationResponseFilterSensitiveLog: (obj: PutRegistryScanningConfigurationResponse) => any;
3165
+ /**
3166
+ * @internal
3167
+ */
3168
+ export declare const PutReplicationConfigurationRequestFilterSensitiveLog: (obj: PutReplicationConfigurationRequest) => any;
3169
+ /**
3170
+ * @internal
3171
+ */
3172
+ export declare const PutReplicationConfigurationResponseFilterSensitiveLog: (obj: PutReplicationConfigurationResponse) => any;
3173
+ /**
3174
+ * @internal
3175
+ */
3176
+ export declare const SetRepositoryPolicyRequestFilterSensitiveLog: (obj: SetRepositoryPolicyRequest) => any;
3177
+ /**
3178
+ * @internal
3179
+ */
3180
+ export declare const SetRepositoryPolicyResponseFilterSensitiveLog: (obj: SetRepositoryPolicyResponse) => any;
3181
+ /**
3182
+ * @internal
3183
+ */
3184
+ export declare const StartImageScanRequestFilterSensitiveLog: (obj: StartImageScanRequest) => any;
3185
+ /**
3186
+ * @internal
3187
+ */
3188
+ export declare const StartImageScanResponseFilterSensitiveLog: (obj: StartImageScanResponse) => any;
3189
+ /**
3190
+ * @internal
3191
+ */
3192
+ export declare const StartLifecyclePolicyPreviewRequestFilterSensitiveLog: (obj: StartLifecyclePolicyPreviewRequest) => any;
3193
+ /**
3194
+ * @internal
3195
+ */
3196
+ export declare const StartLifecyclePolicyPreviewResponseFilterSensitiveLog: (obj: StartLifecyclePolicyPreviewResponse) => any;
3197
+ /**
3198
+ * @internal
3199
+ */
3200
+ export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
3201
+ /**
3202
+ * @internal
3203
+ */
3204
+ export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
3205
+ /**
3206
+ * @internal
3207
+ */
3208
+ export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
3209
+ /**
3210
+ * @internal
3211
+ */
3212
+ export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
3213
+ /**
3214
+ * @internal
3215
+ */
3216
+ export declare const UploadLayerPartRequestFilterSensitiveLog: (obj: UploadLayerPartRequest) => any;
3217
+ /**
3218
+ * @internal
3219
+ */
3220
+ export declare const UploadLayerPartResponseFilterSensitiveLog: (obj: UploadLayerPartResponse) => any;