@aws-sdk/client-ecr 3.934.0 → 3.935.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 (53) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +538 -154
  3. package/dist-es/ECR.js +10 -0
  4. package/dist-es/commands/DeregisterPullTimeUpdateExclusionCommand.js +16 -0
  5. package/dist-es/commands/ListImageReferrersCommand.js +16 -0
  6. package/dist-es/commands/ListPullTimeUpdateExclusionsCommand.js +16 -0
  7. package/dist-es/commands/RegisterPullTimeUpdateExclusionCommand.js +16 -0
  8. package/dist-es/commands/UpdateImageStorageClassCommand.js +16 -0
  9. package/dist-es/commands/index.js +5 -0
  10. package/dist-es/index.js +2 -1
  11. package/dist-es/models/enums.js +141 -0
  12. package/dist-es/models/errors.js +551 -0
  13. package/dist-es/models/models_0.js +1 -595
  14. package/dist-es/schemas/schemas_0.js +259 -52
  15. package/dist-types/ECR.d.ts +36 -0
  16. package/dist-types/ECRClient.d.ts +7 -2
  17. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +1 -1
  18. package/dist-types/commands/BatchDeleteImageCommand.d.ts +1 -1
  19. package/dist-types/commands/BatchGetImageCommand.d.ts +1 -1
  20. package/dist-types/commands/DeregisterPullTimeUpdateExclusionCommand.d.ts +107 -0
  21. package/dist-types/commands/DescribeImageScanFindingsCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeImagesCommand.d.ts +11 -8
  23. package/dist-types/commands/GetLifecyclePolicyPreviewCommand.d.ts +9 -1
  24. package/dist-types/commands/ListImageReferrersCommand.d.ts +224 -0
  25. package/dist-types/commands/ListImagesCommand.d.ts +1 -0
  26. package/dist-types/commands/ListPullTimeUpdateExclusionsCommand.d.ts +127 -0
  27. package/dist-types/commands/PutRegistryScanningConfigurationCommand.d.ts +3 -0
  28. package/dist-types/commands/RegisterPullTimeUpdateExclusionCommand.d.ts +93 -0
  29. package/dist-types/commands/StartImageScanCommand.d.ts +8 -6
  30. package/dist-types/commands/UpdateImageStorageClassCommand.d.ts +156 -0
  31. package/dist-types/commands/index.d.ts +5 -0
  32. package/dist-types/index.d.ts +3 -1
  33. package/dist-types/models/enums.d.ts +349 -0
  34. package/dist-types/models/errors.d.ts +597 -0
  35. package/dist-types/models/models_0.d.ts +372 -812
  36. package/dist-types/schemas/schemas_0.d.ts +29 -0
  37. package/dist-types/ts3.4/ECR.d.ts +92 -0
  38. package/dist-types/ts3.4/ECRClient.d.ts +30 -0
  39. package/dist-types/ts3.4/commands/DeregisterPullTimeUpdateExclusionCommand.d.ts +51 -0
  40. package/dist-types/ts3.4/commands/ListImageReferrersCommand.d.ts +51 -0
  41. package/dist-types/ts3.4/commands/ListPullTimeUpdateExclusionsCommand.d.ts +51 -0
  42. package/dist-types/ts3.4/commands/RegisterPullTimeUpdateExclusionCommand.d.ts +51 -0
  43. package/dist-types/ts3.4/commands/UpdateImageStorageClassCommand.d.ts +51 -0
  44. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  45. package/dist-types/ts3.4/index.d.ts +3 -1
  46. package/dist-types/ts3.4/models/enums.d.ts +187 -0
  47. package/dist-types/ts3.4/models/errors.d.ts +369 -0
  48. package/dist-types/ts3.4/models/models_0.d.ts +100 -461
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +29 -0
  50. package/package.json +12 -12
  51. package/dist-es/models/index.js +0 -1
  52. package/dist-types/models/index.d.ts +0 -1
  53. package/dist-types/ts3.4/models/index.d.ts +0 -1
@@ -3,6 +3,7 @@ const _AD = "AuthorizationData";
3
3
  const _ADL = "AuthorizationDataList";
4
4
  const _AECID = "AwsEcrContainerImageDetails";
5
5
  const _AL = "AttributeList";
6
+ const _BBOPE = "BlockedByOrganizationPolicyException";
6
7
  const _BCLA = "BatchCheckLayerAvailability";
7
8
  const _BCLAR = "BatchCheckLayerAvailabilityRequest";
8
9
  const _BCLARa = "BatchCheckLayerAvailabilityResponse";
@@ -51,6 +52,9 @@ const _DPTCRRe = "DeletePullThroughCacheRuleResponse";
51
52
  const _DPTCRRes = "DescribePullThroughCacheRulesRequest";
52
53
  const _DPTCRResc = "DescribePullThroughCacheRulesResponse";
53
54
  const _DPTCRe = "DescribePullThroughCacheRules";
55
+ const _DPTUE = "DeregisterPullTimeUpdateExclusion";
56
+ const _DPTUER = "DeregisterPullTimeUpdateExclusionRequest";
57
+ const _DPTUERe = "DeregisterPullTimeUpdateExclusionResponse";
54
58
  const _DR = "DeleteRepository";
55
59
  const _DRCT = "DeleteRepositoryCreationTemplate";
56
60
  const _DRCTR = "DeleteRepositoryCreationTemplateRequest";
@@ -72,10 +76,12 @@ const _DRRescr = "DescribeRepositoriesRequest";
72
76
  const _DRRescri = "DescribeRepositoriesResponse";
73
77
  const _DRe = "DescribeRegistry";
74
78
  const _DRes = "DescribeRepositories";
79
+ const _EAEE = "ExclusionAlreadyExistsException";
75
80
  const _EC = "EncryptionConfiguration";
76
81
  const _ECFRCT = "EncryptionConfigurationForRepositoryCreationTemplate";
77
82
  const _EISF = "EnhancedImageScanFinding";
78
83
  const _EISFL = "EnhancedImageScanFindingList";
84
+ const _ENFE = "ExclusionNotFoundException";
79
85
  const _EUE = "EmptyUploadException";
80
86
  const _GAS = "GetAccountSetting";
81
87
  const _GASR = "GetAccountSettingRequest";
@@ -102,6 +108,7 @@ const _GRSC = "GetRegistryScanningConfiguration";
102
108
  const _GRSCR = "GetRegistryScanningConfigurationRequest";
103
109
  const _GRSCRe = "GetRegistryScanningConfigurationResponse";
104
110
  const _I = "Image";
111
+ const _IAE = "ImageArchivedException";
105
112
  const _IAEE = "ImageAlreadyExistsException";
106
113
  const _ID = "ImageDetail";
107
114
  const _IDDNME = "ImageDigestDoesNotMatchException";
@@ -118,9 +125,12 @@ const _ILUR = "InitiateLayerUploadRequest";
118
125
  const _ILURn = "InitiateLayerUploadResponse";
119
126
  const _INFE = "ImageNotFoundException";
120
127
  const _IPE = "InvalidParameterException";
128
+ const _IR = "ImageReferrer";
129
+ const _IRL = "ImageReferrerList";
121
130
  const _IRS = "ImageReplicationStatus";
122
131
  const _IRSL = "ImageReplicationStatusList";
123
132
  const _ISC = "ImageScanningConfiguration";
133
+ const _ISCUNSE = "ImageStorageClassUpdateNotSupportedException";
124
134
  const _ISF = "ImageScanFinding";
125
135
  const _ISFL = "ImageScanFindingList";
126
136
  const _ISFS = "ImageScanFindingsSummary";
@@ -141,7 +151,11 @@ const _LI = "ListImages";
141
151
  const _LIE = "LayerInaccessibleException";
142
152
  const _LIF = "ListImagesFilter";
143
153
  const _LIR = "ListImagesRequest";
154
+ const _LIRF = "ListImageReferrersFilter";
155
+ const _LIRR = "ListImageReferrersRequest";
156
+ const _LIRRi = "ListImageReferrersResponse";
144
157
  const _LIRi = "ListImagesResponse";
158
+ const _LIRis = "ListImageReferrers";
145
159
  const _LL = "LayerList";
146
160
  const _LNFE = "LayersNotFoundException";
147
161
  const _LPNFE = "LifecyclePolicyNotFoundException";
@@ -153,6 +167,9 @@ const _LPPRL = "LifecyclePolicyPreviewResultList";
153
167
  const _LPPS = "LifecyclePolicyPreviewSummary";
154
168
  const _LPRA = "LifecyclePolicyRuleAction";
155
169
  const _LPTSE = "LayerPartTooSmallException";
170
+ const _LPTUE = "ListPullTimeUpdateExclusions";
171
+ const _LPTUER = "ListPullTimeUpdateExclusionsRequest";
172
+ const _LPTUERi = "ListPullTimeUpdateExclusionsResponse";
156
173
  const _LTFR = "ListTagsForResource";
157
174
  const _LTFRR = "ListTagsForResourceRequest";
158
175
  const _LTFRRi = "ListTagsForResourceResponse";
@@ -202,6 +219,9 @@ const _RNEE = "RepositoryNotEmptyException";
202
219
  const _RNFE = "RepositoryNotFoundException";
203
220
  const _RPNFE = "RegistryPolicyNotFoundException";
204
221
  const _RPNFEe = "RepositoryPolicyNotFoundException";
222
+ const _RPTUE = "RegisterPullTimeUpdateExclusion";
223
+ const _RPTUER = "RegisterPullTimeUpdateExclusionRequest";
224
+ const _RPTUERe = "RegisterPullTimeUpdateExclusionResponse";
205
225
  const _RR = "ReplicationRule";
206
226
  const _RRL = "ReplicationRuleList";
207
227
  const _RSC = "RegistryScanningConfiguration";
@@ -216,6 +236,7 @@ const _Rep = "Repository";
216
236
  const _Res = "Resource";
217
237
  const _SD = "ScoreDetails";
218
238
  const _SE = "ServerException";
239
+ const _SI = "SubjectIdentifier";
219
240
  const _SIS = "StartImageScan";
220
241
  const _SISR = "StartImageScanRequest";
221
242
  const _SISRt = "StartImageScanResponse";
@@ -231,12 +252,17 @@ const _SRPR = "SetRepositoryPolicyRequest";
231
252
  const _SRPRe = "SetRepositoryPolicyResponse";
232
253
  const _T = "Tag";
233
254
  const _TAEE = "TemplateAlreadyExistsException";
255
+ const _TITC = "TransitioningImageTotalCount";
256
+ const _TITCr = "TransitioningImageTotalCounts";
234
257
  const _TL = "TagList";
235
258
  const _TMTE = "TooManyTagsException";
236
259
  const _TNFE = "TemplateNotFoundException";
237
260
  const _TR = "TagResource";
238
261
  const _TRR = "TagResourceRequest";
239
262
  const _TRRa = "TagResourceResponse";
263
+ const _UISC = "UpdateImageStorageClass";
264
+ const _UISCR = "UpdateImageStorageClassRequest";
265
+ const _UISCRp = "UpdateImageStorageClassResponse";
240
266
  const _UITE = "UnsupportedImageTypeException";
241
267
  const _ULP = "UploadLayerPart";
242
268
  const _ULPR = "UploadLayerPartRequest";
@@ -271,10 +297,14 @@ const _aF = "appliedFor";
271
297
  const _aMT = "acceptedMediaTypes";
272
298
  const _aMTr = "artifactMediaType";
273
299
  const _aRP = "appliedRulePriority";
300
+ const _aS = "artifactStatus";
274
301
  const _aSF = "appliedScanFilters";
275
302
  const _aT = "authorizationToken";
303
+ const _aTr = "artifactType";
304
+ const _aTrt = "artifactTypes";
276
305
  const _ac = "action";
277
306
  const _ad = "adjustments";
307
+ const _an = "annotations";
278
308
  const _ar = "arch";
279
309
  const _at = "attributes";
280
310
  const _au = "author";
@@ -288,6 +318,7 @@ const _d = "description";
288
318
  const _dU = "downloadUrl";
289
319
  const _de = "destinations";
290
320
  const _det = "details";
321
+ const _di = "digest";
291
322
  const _e = "error";
292
323
  const _eA = "expiresAt";
293
324
  const _eAx = "exploitAvailable";
@@ -322,6 +353,7 @@ const _iIm = "imageId";
322
353
  const _iM = "imageManifest";
323
354
  const _iMMT = "imageManifestMediaType";
324
355
  const _iPA = "imagePushedAt";
356
+ const _iS = "imageStatus";
325
357
  const _iSC = "imageScanningConfiguration";
326
358
  const _iSCA = "imageScanCompletedAt";
327
359
  const _iSF = "imageScanFindings";
@@ -329,6 +361,7 @@ const _iSFS = "imageScanFindingsSummary";
329
361
  const _iSIB = "imageSizeInBytes";
330
362
  const _iSS = "imageScanStatus";
331
363
  const _iT = "imageTags";
364
+ const _iTC = "imageTotalCount";
332
365
  const _iTM = "imageTagMutability";
333
366
  const _iTMEF = "imageTagMutabilityExclusionFilters";
334
367
  const _iTm = "imageTag";
@@ -341,6 +374,8 @@ const _kE = "kmsError";
341
374
  const _kK = "kmsKey";
342
375
  const _l = "layers";
343
376
  const _lA = "layerAvailability";
377
+ const _lAA = "lastArchivedAt";
378
+ const _lAAa = "lastActivatedAt";
344
379
  const _lBR = "lastByteReceived";
345
380
  const _lD = "layerDigests";
346
381
  const _lDa = "layerDigest";
@@ -353,14 +388,15 @@ const _lPT = "lifecyclePolicyText";
353
388
  const _lRPT = "lastRecordedPullTime";
354
389
  const _lS = "layerSize";
355
390
  const _lVBR = "lastValidByteReceived";
356
- const _m = "metric";
391
+ const _m = "message";
357
392
  const _mR = "maxResults";
358
393
  const _mT = "mediaType";
359
- const _me = "message";
394
+ const _me = "metric";
360
395
  const _n = "name";
361
396
  const _nT = "nextToken";
362
397
  const _p = "platform";
363
398
  const _pA = "pushedAt";
399
+ const _pAr = "principalArn";
364
400
  const _pE = "proxyEndpoint";
365
401
  const _pFB = "partFirstByte";
366
402
  const _pLB = "partLastByte";
@@ -369,6 +405,7 @@ const _pR = "previewResults";
369
405
  const _pS = "partSize";
370
406
  const _pT = "policyText";
371
407
  const _pTCR = "pullThroughCacheRules";
408
+ const _pTUE = "pullTimeUpdateExclusions";
372
409
  const _pVD = "packageVulnerabilityDetails";
373
410
  const _pr = "prefix";
374
411
  const _pre = "prefixes";
@@ -393,6 +430,7 @@ const _rV = "relatedVulnerabilities";
393
430
  const _re = "repository";
394
431
  const _rea = "reason";
395
432
  const _rec = "recommendation";
433
+ const _ref = "referrers";
396
434
  const _reg = "region";
397
435
  const _rel = "release";
398
436
  const _rem = "remediation";
@@ -402,9 +440,12 @@ const _ru = "rules";
402
440
  const _s = "source";
403
441
  const _sC = "scanningConfigurations";
404
442
  const _sCc = "scanningConfiguration";
443
+ const _sCt = "storageClass";
405
444
  const _sD = "scoreDetails";
406
445
  const _sF = "scanFrequency";
446
+ const _sI = "subjectId";
407
447
  const _sLH = "sourceLayerHash";
448
+ const _sMD = "subjectManifestDigest";
408
449
  const _sOP = "scanOnPush";
409
450
  const _sS = "scoreSource";
410
451
  const _sT = "scanType";
@@ -413,12 +454,15 @@ const _sV = "scoringVector";
413
454
  const _sc = "score";
414
455
  const _se = "severity";
415
456
  const _ser = "server";
457
+ const _si = "size";
416
458
  const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ecr";
417
459
  const _st = "status";
418
460
  const _su = "summary";
419
461
  const _t = "tags";
462
+ const _tITC = "transitioningImageTotalCounts";
420
463
  const _tK = "tagKeys";
421
464
  const _tS = "tagStatus";
465
+ const _tSC = "targetStorageClass";
422
466
  const _te = "text";
423
467
  const _ti = "title";
424
468
  const _ty = "type";
@@ -440,7 +484,7 @@ const _ve = "version";
440
484
  const n0 = "com.amazonaws.ecr";
441
485
  import { TypeRegistry } from "@smithy/core/schema";
442
486
  import { ECRServiceException as __ECRServiceException } from "../models/ECRServiceException";
443
- import { EmptyUploadException as __EmptyUploadException, ImageAlreadyExistsException as __ImageAlreadyExistsException, ImageDigestDoesNotMatchException as __ImageDigestDoesNotMatchException, ImageNotFoundException as __ImageNotFoundException, ImageTagAlreadyExistsException as __ImageTagAlreadyExistsException, InvalidLayerException as __InvalidLayerException, InvalidLayerPartException as __InvalidLayerPartException, InvalidParameterException as __InvalidParameterException, InvalidTagParameterException as __InvalidTagParameterException, KmsException as __KmsException, LayerAlreadyExistsException as __LayerAlreadyExistsException, LayerInaccessibleException as __LayerInaccessibleException, LayerPartTooSmallException as __LayerPartTooSmallException, LayersNotFoundException as __LayersNotFoundException, LifecyclePolicyNotFoundException as __LifecyclePolicyNotFoundException, LifecyclePolicyPreviewInProgressException as __LifecyclePolicyPreviewInProgressException, LifecyclePolicyPreviewNotFoundException as __LifecyclePolicyPreviewNotFoundException, LimitExceededException as __LimitExceededException, PullThroughCacheRuleAlreadyExistsException as __PullThroughCacheRuleAlreadyExistsException, PullThroughCacheRuleNotFoundException as __PullThroughCacheRuleNotFoundException, ReferencedImagesNotFoundException as __ReferencedImagesNotFoundException, RegistryPolicyNotFoundException as __RegistryPolicyNotFoundException, RepositoryAlreadyExistsException as __RepositoryAlreadyExistsException, RepositoryNotEmptyException as __RepositoryNotEmptyException, RepositoryNotFoundException as __RepositoryNotFoundException, RepositoryPolicyNotFoundException as __RepositoryPolicyNotFoundException, ScanNotFoundException as __ScanNotFoundException, SecretNotFoundException as __SecretNotFoundException, ServerException as __ServerException, TemplateAlreadyExistsException as __TemplateAlreadyExistsException, TemplateNotFoundException as __TemplateNotFoundException, TooManyTagsException as __TooManyTagsException, UnableToAccessSecretException as __UnableToAccessSecretException, UnableToDecryptSecretValueException as __UnableToDecryptSecretValueException, UnableToGetUpstreamImageException as __UnableToGetUpstreamImageException, UnableToGetUpstreamLayerException as __UnableToGetUpstreamLayerException, UnsupportedImageTypeException as __UnsupportedImageTypeException, UnsupportedUpstreamRegistryException as __UnsupportedUpstreamRegistryException, UploadNotFoundException as __UploadNotFoundException, ValidationException as __ValidationException, } from "../models/index";
487
+ import { BlockedByOrganizationPolicyException as __BlockedByOrganizationPolicyException, EmptyUploadException as __EmptyUploadException, ExclusionAlreadyExistsException as __ExclusionAlreadyExistsException, ExclusionNotFoundException as __ExclusionNotFoundException, ImageAlreadyExistsException as __ImageAlreadyExistsException, ImageArchivedException as __ImageArchivedException, ImageDigestDoesNotMatchException as __ImageDigestDoesNotMatchException, ImageNotFoundException as __ImageNotFoundException, ImageStorageClassUpdateNotSupportedException as __ImageStorageClassUpdateNotSupportedException, ImageTagAlreadyExistsException as __ImageTagAlreadyExistsException, InvalidLayerException as __InvalidLayerException, InvalidLayerPartException as __InvalidLayerPartException, InvalidParameterException as __InvalidParameterException, InvalidTagParameterException as __InvalidTagParameterException, KmsException as __KmsException, LayerAlreadyExistsException as __LayerAlreadyExistsException, LayerInaccessibleException as __LayerInaccessibleException, LayerPartTooSmallException as __LayerPartTooSmallException, LayersNotFoundException as __LayersNotFoundException, LifecyclePolicyNotFoundException as __LifecyclePolicyNotFoundException, LifecyclePolicyPreviewInProgressException as __LifecyclePolicyPreviewInProgressException, LifecyclePolicyPreviewNotFoundException as __LifecyclePolicyPreviewNotFoundException, LimitExceededException as __LimitExceededException, PullThroughCacheRuleAlreadyExistsException as __PullThroughCacheRuleAlreadyExistsException, PullThroughCacheRuleNotFoundException as __PullThroughCacheRuleNotFoundException, ReferencedImagesNotFoundException as __ReferencedImagesNotFoundException, RegistryPolicyNotFoundException as __RegistryPolicyNotFoundException, RepositoryAlreadyExistsException as __RepositoryAlreadyExistsException, RepositoryNotEmptyException as __RepositoryNotEmptyException, RepositoryNotFoundException as __RepositoryNotFoundException, RepositoryPolicyNotFoundException as __RepositoryPolicyNotFoundException, ScanNotFoundException as __ScanNotFoundException, SecretNotFoundException as __SecretNotFoundException, ServerException as __ServerException, TemplateAlreadyExistsException as __TemplateAlreadyExistsException, TemplateNotFoundException as __TemplateNotFoundException, TooManyTagsException as __TooManyTagsException, UnableToAccessSecretException as __UnableToAccessSecretException, UnableToDecryptSecretValueException as __UnableToDecryptSecretValueException, UnableToGetUpstreamImageException as __UnableToGetUpstreamImageException, UnableToGetUpstreamLayerException as __UnableToGetUpstreamLayerException, UnsupportedImageTypeException as __UnsupportedImageTypeException, UnsupportedUpstreamRegistryException as __UnsupportedUpstreamRegistryException, UploadNotFoundException as __UploadNotFoundException, ValidationException as __ValidationException, } from "../models/errors";
444
488
  export var Attribute = [3, n0, _A, 0, [_k, _v], [0, 0]];
445
489
  export var AuthorizationData = [3, n0, _AD, 0, [_aT, _eA, _pE], [0, 4, 0]];
446
490
  export var AwsEcrContainerImageDetails = [
@@ -515,6 +559,17 @@ export var BatchGetRepositoryScanningConfigurationResponse = [
515
559
  [_sC, _f],
516
560
  [() => RepositoryScanningConfigurationList, () => RepositoryScanningConfigurationFailureList],
517
561
  ];
562
+ export var BlockedByOrganizationPolicyException = [
563
+ -3,
564
+ n0,
565
+ _BBOPE,
566
+ {
567
+ [_e]: _c,
568
+ },
569
+ [_m],
570
+ [0],
571
+ ];
572
+ TypeRegistry.for(n0).registerError(BlockedByOrganizationPolicyException, __BlockedByOrganizationPolicyException);
518
573
  export var CompleteLayerUploadRequest = [
519
574
  3,
520
575
  n0,
@@ -585,7 +640,7 @@ export var CreateRepositoryRequest = [
585
640
  ];
586
641
  export var CreateRepositoryResponse = [3, n0, _CRRr, 0, [_re], [() => Repository]];
587
642
  export var CvssScore = [3, n0, _CS, 0, [_bS, _sV, _s, _ve], [1, 0, 0, 0]];
588
- export var CvssScoreAdjustment = [3, n0, _CSA, 0, [_m, _rea], [0, 0]];
643
+ export var CvssScoreAdjustment = [3, n0, _CSA, 0, [_me, _rea], [0, 0]];
589
644
  export var CvssScoreDetails = [
590
645
  3,
591
646
  n0,
@@ -627,6 +682,8 @@ export var DeleteRepositoryPolicyRequest = [3, n0, _DRPRel, 0, [_rI, _rN], [0, 0
627
682
  export var DeleteRepositoryPolicyResponse = [3, n0, _DRPRele, 0, [_rI, _rN, _pT], [0, 0, 0]];
628
683
  export var DeleteRepositoryRequest = [3, n0, _DRR, 0, [_rI, _rN, _fo], [0, 0, 2]];
629
684
  export var DeleteRepositoryResponse = [3, n0, _DRRe, 0, [_re], [() => Repository]];
685
+ export var DeregisterPullTimeUpdateExclusionRequest = [3, n0, _DPTUER, 0, [_pAr], [0]];
686
+ export var DeregisterPullTimeUpdateExclusionResponse = [3, n0, _DPTUERe, 0, [_pAr], [0]];
630
687
  export var DescribeImageReplicationStatusRequest = [
631
688
  3,
632
689
  n0,
@@ -659,7 +716,7 @@ export var DescribeImageScanFindingsResponse = [
659
716
  [_rI, _rN, _iIm, _iSS, _iSF, _nT],
660
717
  [0, 0, () => ImageIdentifier, () => ImageScanStatus, () => ImageScanFindings, 0],
661
718
  ];
662
- export var DescribeImagesFilter = [3, n0, _DIF, 0, [_tS], [0]];
719
+ export var DescribeImagesFilter = [3, n0, _DIF, 0, [_tS, _iS], [0, 0]];
663
720
  export var DescribeImagesRequest = [
664
721
  3,
665
722
  n0,
@@ -733,7 +790,7 @@ export var EmptyUploadException = [
733
790
  {
734
791
  [_e]: _c,
735
792
  },
736
- [_me],
793
+ [_m],
737
794
  [0],
738
795
  ];
739
796
  TypeRegistry.for(n0).registerError(EmptyUploadException, __EmptyUploadException);
@@ -772,6 +829,28 @@ export var EnhancedImageScanFinding = [
772
829
  0,
773
830
  ],
774
831
  ];
832
+ export var ExclusionAlreadyExistsException = [
833
+ -3,
834
+ n0,
835
+ _EAEE,
836
+ {
837
+ [_e]: _c,
838
+ },
839
+ [_m],
840
+ [0],
841
+ ];
842
+ TypeRegistry.for(n0).registerError(ExclusionAlreadyExistsException, __ExclusionAlreadyExistsException);
843
+ export var ExclusionNotFoundException = [
844
+ -3,
845
+ n0,
846
+ _ENFE,
847
+ {
848
+ [_e]: _c,
849
+ },
850
+ [_m],
851
+ [0],
852
+ ];
853
+ TypeRegistry.for(n0).registerError(ExclusionNotFoundException, __ExclusionNotFoundException);
775
854
  export var GetAccountSettingRequest = [3, n0, _GASR, 0, [_n], [0]];
776
855
  export var GetAccountSettingResponse = [3, n0, _GASRe, 0, [_n, _v], [0, 0]];
777
856
  export var GetAuthorizationTokenRequest = [3, n0, _GATR, 0, [_rIe], [64 | 0]];
@@ -831,17 +910,28 @@ export var ImageAlreadyExistsException = [
831
910
  {
832
911
  [_e]: _c,
833
912
  },
834
- [_me],
913
+ [_m],
835
914
  [0],
836
915
  ];
837
916
  TypeRegistry.for(n0).registerError(ImageAlreadyExistsException, __ImageAlreadyExistsException);
917
+ export var ImageArchivedException = [
918
+ -3,
919
+ n0,
920
+ _IAE,
921
+ {
922
+ [_e]: _c,
923
+ },
924
+ [_m],
925
+ [0],
926
+ ];
927
+ TypeRegistry.for(n0).registerError(ImageArchivedException, __ImageArchivedException);
838
928
  export var ImageDetail = [
839
929
  3,
840
930
  n0,
841
931
  _ID,
842
932
  0,
843
- [_rI, _rN, _iDm, _iT, _iSIB, _iPA, _iSS, _iSFS, _iMMT, _aMTr, _lRPT],
844
- [0, 0, 0, 64 | 0, 1, 4, () => ImageScanStatus, () => ImageScanFindingsSummary, 0, 0, 4],
933
+ [_rI, _rN, _iDm, _iT, _iSIB, _iPA, _iSS, _iSFS, _iMMT, _aMTr, _lRPT, _sMD, _iS, _lAA, _lAAa],
934
+ [0, 0, 0, 64 | 0, 1, 4, () => ImageScanStatus, () => ImageScanFindingsSummary, 0, 0, 4, 0, 0, 4, 4],
845
935
  ];
846
936
  export var ImageDigestDoesNotMatchException = [
847
937
  -3,
@@ -850,7 +940,7 @@ export var ImageDigestDoesNotMatchException = [
850
940
  {
851
941
  [_e]: _c,
852
942
  },
853
- [_me],
943
+ [_m],
854
944
  [0],
855
945
  ];
856
946
  TypeRegistry.for(n0).registerError(ImageDigestDoesNotMatchException, __ImageDigestDoesNotMatchException);
@@ -863,10 +953,18 @@ export var ImageNotFoundException = [
863
953
  {
864
954
  [_e]: _c,
865
955
  },
866
- [_me],
956
+ [_m],
867
957
  [0],
868
958
  ];
869
959
  TypeRegistry.for(n0).registerError(ImageNotFoundException, __ImageNotFoundException);
960
+ export var ImageReferrer = [
961
+ 3,
962
+ n0,
963
+ _IR,
964
+ 0,
965
+ [_di, _mT, _aTr, _si, _an, _aS],
966
+ [0, 0, 0, 1, 128 | 0, 0],
967
+ ];
870
968
  export var ImageReplicationStatus = [3, n0, _IRS, 0, [_reg, _rI, _st, _fC], [0, 0, 0, 0]];
871
969
  export var ImageScanFinding = [
872
970
  3,
@@ -887,6 +985,17 @@ export var ImageScanFindings = [
887
985
  export var ImageScanFindingsSummary = [3, n0, _ISFS, 0, [_iSCA, _vSUA, _fSC], [4, 4, 128 | 1]];
888
986
  export var ImageScanningConfiguration = [3, n0, _ISC, 0, [_sOP], [2]];
889
987
  export var ImageScanStatus = [3, n0, _ISS, 0, [_st, _d], [0, 0]];
988
+ export var ImageStorageClassUpdateNotSupportedException = [
989
+ -3,
990
+ n0,
991
+ _ISCUNSE,
992
+ {
993
+ [_e]: _c,
994
+ },
995
+ [_m],
996
+ [0],
997
+ ];
998
+ TypeRegistry.for(n0).registerError(ImageStorageClassUpdateNotSupportedException, __ImageStorageClassUpdateNotSupportedException);
890
999
  export var ImageTagAlreadyExistsException = [
891
1000
  -3,
892
1001
  n0,
@@ -894,7 +1003,7 @@ export var ImageTagAlreadyExistsException = [
894
1003
  {
895
1004
  [_e]: _c,
896
1005
  },
897
- [_me],
1006
+ [_m],
898
1007
  [0],
899
1008
  ];
900
1009
  TypeRegistry.for(n0).registerError(ImageTagAlreadyExistsException, __ImageTagAlreadyExistsException);
@@ -908,7 +1017,7 @@ export var InvalidLayerException = [
908
1017
  {
909
1018
  [_e]: _c,
910
1019
  },
911
- [_me],
1020
+ [_m],
912
1021
  [0],
913
1022
  ];
914
1023
  TypeRegistry.for(n0).registerError(InvalidLayerException, __InvalidLayerException);
@@ -919,7 +1028,7 @@ export var InvalidLayerPartException = [
919
1028
  {
920
1029
  [_e]: _c,
921
1030
  },
922
- [_rI, _rN, _uI, _lVBR, _me],
1031
+ [_rI, _rN, _uI, _lVBR, _m],
923
1032
  [0, 0, 0, 1, 0],
924
1033
  ];
925
1034
  TypeRegistry.for(n0).registerError(InvalidLayerPartException, __InvalidLayerPartException);
@@ -930,7 +1039,7 @@ export var InvalidParameterException = [
930
1039
  {
931
1040
  [_e]: _c,
932
1041
  },
933
- [_me],
1042
+ [_m],
934
1043
  [0],
935
1044
  ];
936
1045
  TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
@@ -941,7 +1050,7 @@ export var InvalidTagParameterException = [
941
1050
  {
942
1051
  [_e]: _c,
943
1052
  },
944
- [_me],
1053
+ [_m],
945
1054
  [0],
946
1055
  ];
947
1056
  TypeRegistry.for(n0).registerError(InvalidTagParameterException, __InvalidTagParameterException);
@@ -952,7 +1061,7 @@ export var KmsException = [
952
1061
  {
953
1062
  [_e]: _c,
954
1063
  },
955
- [_me, _kE],
1064
+ [_m, _kE],
956
1065
  [0, 0],
957
1066
  ];
958
1067
  TypeRegistry.for(n0).registerError(KmsException, __KmsException);
@@ -964,7 +1073,7 @@ export var LayerAlreadyExistsException = [
964
1073
  {
965
1074
  [_e]: _c,
966
1075
  },
967
- [_me],
1076
+ [_m],
968
1077
  [0],
969
1078
  ];
970
1079
  TypeRegistry.for(n0).registerError(LayerAlreadyExistsException, __LayerAlreadyExistsException);
@@ -976,7 +1085,7 @@ export var LayerInaccessibleException = [
976
1085
  {
977
1086
  [_e]: _c,
978
1087
  },
979
- [_me],
1088
+ [_m],
980
1089
  [0],
981
1090
  ];
982
1091
  TypeRegistry.for(n0).registerError(LayerInaccessibleException, __LayerInaccessibleException);
@@ -987,7 +1096,7 @@ export var LayerPartTooSmallException = [
987
1096
  {
988
1097
  [_e]: _c,
989
1098
  },
990
- [_me],
1099
+ [_m],
991
1100
  [0],
992
1101
  ];
993
1102
  TypeRegistry.for(n0).registerError(LayerPartTooSmallException, __LayerPartTooSmallException);
@@ -998,7 +1107,7 @@ export var LayersNotFoundException = [
998
1107
  {
999
1108
  [_e]: _c,
1000
1109
  },
1001
- [_me],
1110
+ [_m],
1002
1111
  [0],
1003
1112
  ];
1004
1113
  TypeRegistry.for(n0).registerError(LayersNotFoundException, __LayersNotFoundException);
@@ -1009,7 +1118,7 @@ export var LifecyclePolicyNotFoundException = [
1009
1118
  {
1010
1119
  [_e]: _c,
1011
1120
  },
1012
- [_me],
1121
+ [_m],
1013
1122
  [0],
1014
1123
  ];
1015
1124
  TypeRegistry.for(n0).registerError(LifecyclePolicyNotFoundException, __LifecyclePolicyNotFoundException);
@@ -1021,7 +1130,7 @@ export var LifecyclePolicyPreviewInProgressException = [
1021
1130
  {
1022
1131
  [_e]: _c,
1023
1132
  },
1024
- [_me],
1133
+ [_m],
1025
1134
  [0],
1026
1135
  ];
1027
1136
  TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewInProgressException, __LifecyclePolicyPreviewInProgressException);
@@ -1032,7 +1141,7 @@ export var LifecyclePolicyPreviewNotFoundException = [
1032
1141
  {
1033
1142
  [_e]: _c,
1034
1143
  },
1035
- [_me],
1144
+ [_m],
1036
1145
  [0],
1037
1146
  ];
1038
1147
  TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewNotFoundException, __LifecyclePolicyPreviewNotFoundException);
@@ -1041,11 +1150,18 @@ export var LifecyclePolicyPreviewResult = [
1041
1150
  n0,
1042
1151
  _LPPR,
1043
1152
  0,
1044
- [_iT, _iDm, _iPA, _ac, _aRP],
1045
- [64 | 0, 0, 4, () => LifecyclePolicyRuleAction, 1],
1153
+ [_iT, _iDm, _iPA, _ac, _aRP, _sCt],
1154
+ [64 | 0, 0, 4, () => LifecyclePolicyRuleAction, 1, 0],
1046
1155
  ];
1047
- export var LifecyclePolicyPreviewSummary = [3, n0, _LPPS, 0, [_eITC], [1]];
1048
- export var LifecyclePolicyRuleAction = [3, n0, _LPRA, 0, [_ty], [0]];
1156
+ export var LifecyclePolicyPreviewSummary = [
1157
+ 3,
1158
+ n0,
1159
+ _LPPS,
1160
+ 0,
1161
+ [_eITC, _tITC],
1162
+ [1, () => TransitioningImageTotalCounts],
1163
+ ];
1164
+ export var LifecyclePolicyRuleAction = [3, n0, _LPRA, 0, [_ty, _tSC], [0, 0]];
1049
1165
  export var LimitExceededException = [
1050
1166
  -3,
1051
1167
  n0,
@@ -1053,11 +1169,28 @@ export var LimitExceededException = [
1053
1169
  {
1054
1170
  [_e]: _c,
1055
1171
  },
1056
- [_me],
1172
+ [_m],
1057
1173
  [0],
1058
1174
  ];
1059
1175
  TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1060
- export var ListImagesFilter = [3, n0, _LIF, 0, [_tS], [0]];
1176
+ export var ListImageReferrersFilter = [3, n0, _LIRF, 0, [_aTrt, _aS], [64 | 0, 0]];
1177
+ export var ListImageReferrersRequest = [
1178
+ 3,
1179
+ n0,
1180
+ _LIRR,
1181
+ 0,
1182
+ [_rI, _rN, _sI, _fi, _nT, _mR],
1183
+ [0, 0, () => SubjectIdentifier, () => ListImageReferrersFilter, 0, 1],
1184
+ ];
1185
+ export var ListImageReferrersResponse = [
1186
+ 3,
1187
+ n0,
1188
+ _LIRRi,
1189
+ 0,
1190
+ [_ref, _nT],
1191
+ [() => ImageReferrerList, 0],
1192
+ ];
1193
+ export var ListImagesFilter = [3, n0, _LIF, 0, [_tS, _iS], [0, 0]];
1061
1194
  export var ListImagesRequest = [
1062
1195
  3,
1063
1196
  n0,
@@ -1067,6 +1200,15 @@ export var ListImagesRequest = [
1067
1200
  [0, 0, 0, 1, () => ListImagesFilter],
1068
1201
  ];
1069
1202
  export var ListImagesResponse = [3, n0, _LIRi, 0, [_iI, _nT], [() => ImageIdentifierList, 0]];
1203
+ export var ListPullTimeUpdateExclusionsRequest = [3, n0, _LPTUER, 0, [_mR, _nT], [1, 0]];
1204
+ export var ListPullTimeUpdateExclusionsResponse = [
1205
+ 3,
1206
+ n0,
1207
+ _LPTUERi,
1208
+ 0,
1209
+ [_pTUE, _nT],
1210
+ [64 | 0, 0],
1211
+ ];
1070
1212
  export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
1071
1213
  export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
1072
1214
  export var PackageVulnerabilityDetails = [
@@ -1092,7 +1234,7 @@ export var PullThroughCacheRuleAlreadyExistsException = [
1092
1234
  {
1093
1235
  [_e]: _c,
1094
1236
  },
1095
- [_me],
1237
+ [_m],
1096
1238
  [0],
1097
1239
  ];
1098
1240
  TypeRegistry.for(n0).registerError(PullThroughCacheRuleAlreadyExistsException, __PullThroughCacheRuleAlreadyExistsException);
@@ -1103,7 +1245,7 @@ export var PullThroughCacheRuleNotFoundException = [
1103
1245
  {
1104
1246
  [_e]: _c,
1105
1247
  },
1106
- [_me],
1248
+ [_m],
1107
1249
  [0],
1108
1250
  ];
1109
1251
  TypeRegistry.for(n0).registerError(PullThroughCacheRuleNotFoundException, __PullThroughCacheRuleNotFoundException);
@@ -1194,10 +1336,12 @@ export var ReferencedImagesNotFoundException = [
1194
1336
  {
1195
1337
  [_e]: _c,
1196
1338
  },
1197
- [_me],
1339
+ [_m],
1198
1340
  [0],
1199
1341
  ];
1200
1342
  TypeRegistry.for(n0).registerError(ReferencedImagesNotFoundException, __ReferencedImagesNotFoundException);
1343
+ export var RegisterPullTimeUpdateExclusionRequest = [3, n0, _RPTUER, 0, [_pAr], [0]];
1344
+ export var RegisterPullTimeUpdateExclusionResponse = [3, n0, _RPTUERe, 0, [_pAr, _cAr], [0, 4]];
1201
1345
  export var RegistryPolicyNotFoundException = [
1202
1346
  -3,
1203
1347
  n0,
@@ -1205,7 +1349,7 @@ export var RegistryPolicyNotFoundException = [
1205
1349
  {
1206
1350
  [_e]: _c,
1207
1351
  },
1208
- [_me],
1352
+ [_m],
1209
1353
  [0],
1210
1354
  ];
1211
1355
  TypeRegistry.for(n0).registerError(RegistryPolicyNotFoundException, __RegistryPolicyNotFoundException);
@@ -1261,7 +1405,7 @@ export var RepositoryAlreadyExistsException = [
1261
1405
  {
1262
1406
  [_e]: _c,
1263
1407
  },
1264
- [_me],
1408
+ [_m],
1265
1409
  [0],
1266
1410
  ];
1267
1411
  TypeRegistry.for(n0).registerError(RepositoryAlreadyExistsException, __RepositoryAlreadyExistsException);
@@ -1294,7 +1438,7 @@ export var RepositoryNotEmptyException = [
1294
1438
  {
1295
1439
  [_e]: _c,
1296
1440
  },
1297
- [_me],
1441
+ [_m],
1298
1442
  [0],
1299
1443
  ];
1300
1444
  TypeRegistry.for(n0).registerError(RepositoryNotEmptyException, __RepositoryNotEmptyException);
@@ -1305,7 +1449,7 @@ export var RepositoryNotFoundException = [
1305
1449
  {
1306
1450
  [_e]: _c,
1307
1451
  },
1308
- [_me],
1452
+ [_m],
1309
1453
  [0],
1310
1454
  ];
1311
1455
  TypeRegistry.for(n0).registerError(RepositoryNotFoundException, __RepositoryNotFoundException);
@@ -1316,7 +1460,7 @@ export var RepositoryPolicyNotFoundException = [
1316
1460
  {
1317
1461
  [_e]: _c,
1318
1462
  },
1319
- [_me],
1463
+ [_m],
1320
1464
  [0],
1321
1465
  ];
1322
1466
  TypeRegistry.for(n0).registerError(RepositoryPolicyNotFoundException, __RepositoryPolicyNotFoundException);
@@ -1353,7 +1497,7 @@ export var ScanNotFoundException = [
1353
1497
  {
1354
1498
  [_e]: _c,
1355
1499
  },
1356
- [_me],
1500
+ [_m],
1357
1501
  [0],
1358
1502
  ];
1359
1503
  TypeRegistry.for(n0).registerError(ScanNotFoundException, __ScanNotFoundException);
@@ -1365,7 +1509,7 @@ export var SecretNotFoundException = [
1365
1509
  {
1366
1510
  [_e]: _c,
1367
1511
  },
1368
- [_me],
1512
+ [_m],
1369
1513
  [0],
1370
1514
  ];
1371
1515
  TypeRegistry.for(n0).registerError(SecretNotFoundException, __SecretNotFoundException);
@@ -1376,7 +1520,7 @@ export var ServerException = [
1376
1520
  {
1377
1521
  [_e]: _ser,
1378
1522
  },
1379
- [_me],
1523
+ [_m],
1380
1524
  [0],
1381
1525
  ];
1382
1526
  TypeRegistry.for(n0).registerError(ServerException, __ServerException);
@@ -1407,6 +1551,7 @@ export var StartLifecyclePolicyPreviewResponse = [
1407
1551
  [_rI, _rN, _lPT, _st],
1408
1552
  [0, 0, 0, 0],
1409
1553
  ];
1554
+ export var SubjectIdentifier = [3, n0, _SI, 0, [_iDm], [0]];
1410
1555
  export var Tag = [3, n0, _T, 0, [_K, _V], [0, 0]];
1411
1556
  export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
1412
1557
  export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
@@ -1417,7 +1562,7 @@ export var TemplateAlreadyExistsException = [
1417
1562
  {
1418
1563
  [_e]: _c,
1419
1564
  },
1420
- [_me],
1565
+ [_m],
1421
1566
  [0],
1422
1567
  ];
1423
1568
  TypeRegistry.for(n0).registerError(TemplateAlreadyExistsException, __TemplateAlreadyExistsException);
@@ -1428,7 +1573,7 @@ export var TemplateNotFoundException = [
1428
1573
  {
1429
1574
  [_e]: _c,
1430
1575
  },
1431
- [_me],
1576
+ [_m],
1432
1577
  [0],
1433
1578
  ];
1434
1579
  TypeRegistry.for(n0).registerError(TemplateNotFoundException, __TemplateNotFoundException);
@@ -1439,10 +1584,11 @@ export var TooManyTagsException = [
1439
1584
  {
1440
1585
  [_e]: _c,
1441
1586
  },
1442
- [_me],
1587
+ [_m],
1443
1588
  [0],
1444
1589
  ];
1445
1590
  TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1591
+ export var TransitioningImageTotalCount = [3, n0, _TITC, 0, [_tSC, _iTC], [0, 1]];
1446
1592
  export var UnableToAccessSecretException = [
1447
1593
  -3,
1448
1594
  n0,
@@ -1450,7 +1596,7 @@ export var UnableToAccessSecretException = [
1450
1596
  {
1451
1597
  [_e]: _c,
1452
1598
  },
1453
- [_me],
1599
+ [_m],
1454
1600
  [0],
1455
1601
  ];
1456
1602
  TypeRegistry.for(n0).registerError(UnableToAccessSecretException, __UnableToAccessSecretException);
@@ -1461,7 +1607,7 @@ export var UnableToDecryptSecretValueException = [
1461
1607
  {
1462
1608
  [_e]: _c,
1463
1609
  },
1464
- [_me],
1610
+ [_m],
1465
1611
  [0],
1466
1612
  ];
1467
1613
  TypeRegistry.for(n0).registerError(UnableToDecryptSecretValueException, __UnableToDecryptSecretValueException);
@@ -1472,7 +1618,7 @@ export var UnableToGetUpstreamImageException = [
1472
1618
  {
1473
1619
  [_e]: _c,
1474
1620
  },
1475
- [_me],
1621
+ [_m],
1476
1622
  [0],
1477
1623
  ];
1478
1624
  TypeRegistry.for(n0).registerError(UnableToGetUpstreamImageException, __UnableToGetUpstreamImageException);
@@ -1483,7 +1629,7 @@ export var UnableToGetUpstreamLayerException = [
1483
1629
  {
1484
1630
  [_e]: _c,
1485
1631
  },
1486
- [_me],
1632
+ [_m],
1487
1633
  [0],
1488
1634
  ];
1489
1635
  TypeRegistry.for(n0).registerError(UnableToGetUpstreamLayerException, __UnableToGetUpstreamLayerException);
@@ -1494,7 +1640,7 @@ export var UnsupportedImageTypeException = [
1494
1640
  {
1495
1641
  [_e]: _c,
1496
1642
  },
1497
- [_me],
1643
+ [_m],
1498
1644
  [0],
1499
1645
  ];
1500
1646
  TypeRegistry.for(n0).registerError(UnsupportedImageTypeException, __UnsupportedImageTypeException);
@@ -1505,12 +1651,28 @@ export var UnsupportedUpstreamRegistryException = [
1505
1651
  {
1506
1652
  [_e]: _c,
1507
1653
  },
1508
- [_me],
1654
+ [_m],
1509
1655
  [0],
1510
1656
  ];
1511
1657
  TypeRegistry.for(n0).registerError(UnsupportedUpstreamRegistryException, __UnsupportedUpstreamRegistryException);
1512
1658
  export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
1513
1659
  export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1660
+ export var UpdateImageStorageClassRequest = [
1661
+ 3,
1662
+ n0,
1663
+ _UISCR,
1664
+ 0,
1665
+ [_rI, _rN, _iIm, _tSC],
1666
+ [0, 0, () => ImageIdentifier, 0],
1667
+ ];
1668
+ export var UpdateImageStorageClassResponse = [
1669
+ 3,
1670
+ n0,
1671
+ _UISCRp,
1672
+ 0,
1673
+ [_rI, _rN, _iIm, _iS],
1674
+ [0, 0, () => ImageIdentifier, 0],
1675
+ ];
1514
1676
  export var UpdatePullThroughCacheRuleRequest = [
1515
1677
  3,
1516
1678
  n0,
@@ -1570,7 +1732,7 @@ export var UploadNotFoundException = [
1570
1732
  {
1571
1733
  [_e]: _c,
1572
1734
  },
1573
- [_me],
1735
+ [_m],
1574
1736
  [0],
1575
1737
  ];
1576
1738
  TypeRegistry.for(n0).registerError(UploadNotFoundException, __UploadNotFoundException);
@@ -1591,7 +1753,7 @@ export var ValidationException = [
1591
1753
  [_e]: _c,
1592
1754
  [_hE]: 400,
1593
1755
  },
1594
- [_me],
1756
+ [_m],
1595
1757
  [0],
1596
1758
  ];
1597
1759
  TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
@@ -1606,6 +1768,7 @@ export var VulnerablePackage = [
1606
1768
  export var __Unit = "unit";
1607
1769
  export var ECRServiceException = [-3, _sm, "ECRServiceException", 0, [], []];
1608
1770
  TypeRegistry.for(_sm).registerError(ECRServiceException, __ECRServiceException);
1771
+ export var ArtifactTypeList = 64 | 0;
1609
1772
  export var AttributeList = [1, n0, _AL, 0, () => Attribute];
1610
1773
  export var AuthorizationDataList = [1, n0, _ADL, 0, () => AuthorizationData];
1611
1774
  export var BatchedOperationLayerDigestList = 64 | 0;
@@ -1617,6 +1780,7 @@ export var ImageDetailList = [1, n0, _IDL, 0, () => ImageDetail];
1617
1780
  export var ImageFailureList = [1, n0, _IFL, 0, () => ImageFailure];
1618
1781
  export var ImageIdentifierList = [1, n0, _IIL, 0, () => ImageIdentifier];
1619
1782
  export var ImageList = [1, n0, _IL, 0, () => Image];
1783
+ export var ImageReferrerList = [1, n0, _IRL, 0, () => ImageReferrer];
1620
1784
  export var ImageReplicationStatusList = [1, n0, _IRSL, 0, () => ImageReplicationStatus];
1621
1785
  export var ImageScanFindingList = [1, n0, _ISFL, 0, () => ImageScanFinding];
1622
1786
  export var ImageTagList = 64 | 0;
@@ -1636,6 +1800,7 @@ export var MediaTypeList = 64 | 0;
1636
1800
  export var PrefixList = 64 | 0;
1637
1801
  export var PullThroughCacheRuleList = [1, n0, _PTCRL, 0, () => PullThroughCacheRule];
1638
1802
  export var PullThroughCacheRuleRepositoryPrefixList = 64 | 0;
1803
+ export var PullTimeUpdateExclusionList = 64 | 0;
1639
1804
  export var RCTAppliedForList = 64 | 0;
1640
1805
  export var ReferenceUrlsList = 64 | 0;
1641
1806
  export var RegistryScanningRuleList = [1, n0, _RSRL, 0, () => RegistryScanningRule];
@@ -1665,7 +1830,9 @@ export var ScanningConfigurationRepositoryNameList = 64 | 0;
1665
1830
  export var ScanningRepositoryFilterList = [1, n0, _SRFL, 0, () => ScanningRepositoryFilter];
1666
1831
  export var TagKeyList = 64 | 0;
1667
1832
  export var TagList = [1, n0, _TL, 0, () => Tag];
1833
+ export var TransitioningImageTotalCounts = [1, n0, _TITCr, 0, () => TransitioningImageTotalCount];
1668
1834
  export var VulnerablePackagesList = [1, n0, _VPL, 0, () => VulnerablePackage];
1835
+ export var Annotations = 128 | 0;
1669
1836
  export var FindingSeverityCounts = 128 | 1;
1670
1837
  export var Tags = 128 | 0;
1671
1838
  export var BatchCheckLayerAvailability = [
@@ -1780,6 +1947,14 @@ export var DeleteRepositoryPolicy = [
1780
1947
  () => DeleteRepositoryPolicyRequest,
1781
1948
  () => DeleteRepositoryPolicyResponse,
1782
1949
  ];
1950
+ export var DeregisterPullTimeUpdateExclusion = [
1951
+ 9,
1952
+ n0,
1953
+ _DPTUE,
1954
+ 0,
1955
+ () => DeregisterPullTimeUpdateExclusionRequest,
1956
+ () => DeregisterPullTimeUpdateExclusionResponse,
1957
+ ];
1783
1958
  export var DescribeImageReplicationStatus = [
1784
1959
  9,
1785
1960
  n0,
@@ -1908,7 +2083,23 @@ export var InitiateLayerUpload = [
1908
2083
  () => InitiateLayerUploadRequest,
1909
2084
  () => InitiateLayerUploadResponse,
1910
2085
  ];
2086
+ export var ListImageReferrers = [
2087
+ 9,
2088
+ n0,
2089
+ _LIRis,
2090
+ 0,
2091
+ () => ListImageReferrersRequest,
2092
+ () => ListImageReferrersResponse,
2093
+ ];
1911
2094
  export var ListImages = [9, n0, _LI, 0, () => ListImagesRequest, () => ListImagesResponse];
2095
+ export var ListPullTimeUpdateExclusions = [
2096
+ 9,
2097
+ n0,
2098
+ _LPTUE,
2099
+ 0,
2100
+ () => ListPullTimeUpdateExclusionsRequest,
2101
+ () => ListPullTimeUpdateExclusionsResponse,
2102
+ ];
1912
2103
  export var ListTagsForResource = [
1913
2104
  9,
1914
2105
  n0,
@@ -1974,6 +2165,14 @@ export var PutReplicationConfiguration = [
1974
2165
  () => PutReplicationConfigurationRequest,
1975
2166
  () => PutReplicationConfigurationResponse,
1976
2167
  ];
2168
+ export var RegisterPullTimeUpdateExclusion = [
2169
+ 9,
2170
+ n0,
2171
+ _RPTUE,
2172
+ 0,
2173
+ () => RegisterPullTimeUpdateExclusionRequest,
2174
+ () => RegisterPullTimeUpdateExclusionResponse,
2175
+ ];
1977
2176
  export var SetRepositoryPolicy = [
1978
2177
  9,
1979
2178
  n0,
@@ -2007,6 +2206,14 @@ export var UntagResource = [
2007
2206
  () => UntagResourceRequest,
2008
2207
  () => UntagResourceResponse,
2009
2208
  ];
2209
+ export var UpdateImageStorageClass = [
2210
+ 9,
2211
+ n0,
2212
+ _UISC,
2213
+ 0,
2214
+ () => UpdateImageStorageClassRequest,
2215
+ () => UpdateImageStorageClassResponse,
2216
+ ];
2010
2217
  export var UpdatePullThroughCacheRule = [
2011
2218
  9,
2012
2219
  n0,