@aws-sdk/client-ecr 3.927.0 → 3.928.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 (70) hide show
  1. package/dist-cjs/index.js +2244 -2306
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/ECRClient.js +2 -0
  4. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +3 -9
  5. package/dist-es/commands/BatchDeleteImageCommand.js +3 -9
  6. package/dist-es/commands/BatchGetImageCommand.js +3 -9
  7. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +3 -9
  8. package/dist-es/commands/CompleteLayerUploadCommand.js +3 -9
  9. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +3 -9
  10. package/dist-es/commands/CreateRepositoryCommand.js +3 -9
  11. package/dist-es/commands/CreateRepositoryCreationTemplateCommand.js +3 -9
  12. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +3 -9
  13. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +3 -9
  14. package/dist-es/commands/DeleteRegistryPolicyCommand.js +3 -9
  15. package/dist-es/commands/DeleteRepositoryCommand.js +3 -9
  16. package/dist-es/commands/DeleteRepositoryCreationTemplateCommand.js +3 -9
  17. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +3 -9
  18. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +3 -9
  19. package/dist-es/commands/DescribeImageScanFindingsCommand.js +3 -9
  20. package/dist-es/commands/DescribeImagesCommand.js +3 -9
  21. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +3 -9
  22. package/dist-es/commands/DescribeRegistryCommand.js +3 -9
  23. package/dist-es/commands/DescribeRepositoriesCommand.js +3 -9
  24. package/dist-es/commands/DescribeRepositoryCreationTemplatesCommand.js +3 -9
  25. package/dist-es/commands/GetAccountSettingCommand.js +3 -9
  26. package/dist-es/commands/GetAuthorizationTokenCommand.js +3 -9
  27. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +3 -9
  28. package/dist-es/commands/GetLifecyclePolicyCommand.js +3 -9
  29. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +3 -9
  30. package/dist-es/commands/GetRegistryPolicyCommand.js +3 -9
  31. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +3 -9
  32. package/dist-es/commands/GetRepositoryPolicyCommand.js +3 -9
  33. package/dist-es/commands/InitiateLayerUploadCommand.js +3 -9
  34. package/dist-es/commands/ListImagesCommand.js +3 -9
  35. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  36. package/dist-es/commands/PutAccountSettingCommand.js +3 -9
  37. package/dist-es/commands/PutImageCommand.js +3 -9
  38. package/dist-es/commands/PutImageScanningConfigurationCommand.js +3 -9
  39. package/dist-es/commands/PutImageTagMutabilityCommand.js +3 -9
  40. package/dist-es/commands/PutLifecyclePolicyCommand.js +3 -9
  41. package/dist-es/commands/PutRegistryPolicyCommand.js +3 -9
  42. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +3 -9
  43. package/dist-es/commands/PutReplicationConfigurationCommand.js +3 -9
  44. package/dist-es/commands/SetRepositoryPolicyCommand.js +3 -9
  45. package/dist-es/commands/StartImageScanCommand.js +3 -9
  46. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +3 -9
  47. package/dist-es/commands/TagResourceCommand.js +3 -9
  48. package/dist-es/commands/UntagResourceCommand.js +3 -9
  49. package/dist-es/commands/UpdatePullThroughCacheRuleCommand.js +3 -9
  50. package/dist-es/commands/UpdateRepositoryCreationTemplateCommand.js +3 -9
  51. package/dist-es/commands/UploadLayerPartCommand.js +3 -9
  52. package/dist-es/commands/ValidatePullThroughCacheRuleCommand.js +3 -9
  53. package/dist-es/runtimeConfig.shared.js +7 -0
  54. package/dist-es/schemas/schemas_0.js +2041 -0
  55. package/dist-types/ECRClient.d.ts +10 -1
  56. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  57. package/dist-types/runtimeConfig.d.ts +1 -0
  58. package/dist-types/runtimeConfig.native.d.ts +1 -0
  59. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  60. package/dist-types/schemas/schemas_0.d.ts +282 -0
  61. package/dist-types/ts3.4/ECRClient.d.ts +4 -0
  62. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  63. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  64. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  65. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  66. package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
  67. package/package.json +5 -5
  68. package/dist-es/protocols/Aws_json1_1.js +0 -1847
  69. package/dist-types/protocols/Aws_json1_1.d.ts +0 -443
  70. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -593
@@ -0,0 +1,2041 @@
1
+ const _A = "Attribute";
2
+ const _AD = "AuthorizationData";
3
+ const _ADL = "AuthorizationDataList";
4
+ const _AECID = "AwsEcrContainerImageDetails";
5
+ const _AL = "AttributeList";
6
+ const _BCLA = "BatchCheckLayerAvailability";
7
+ const _BCLAR = "BatchCheckLayerAvailabilityRequest";
8
+ const _BCLARa = "BatchCheckLayerAvailabilityResponse";
9
+ const _BDI = "BatchDeleteImage";
10
+ const _BDIR = "BatchDeleteImageRequest";
11
+ const _BDIRa = "BatchDeleteImageResponse";
12
+ const _BGI = "BatchGetImage";
13
+ const _BGIR = "BatchGetImageRequest";
14
+ const _BGIRa = "BatchGetImageResponse";
15
+ const _BGRSC = "BatchGetRepositoryScanningConfiguration";
16
+ const _BGRSCR = "BatchGetRepositoryScanningConfigurationRequest";
17
+ const _BGRSCRa = "BatchGetRepositoryScanningConfigurationResponse";
18
+ const _CLU = "CompleteLayerUpload";
19
+ const _CLUR = "CompleteLayerUploadRequest";
20
+ const _CLURo = "CompleteLayerUploadResponse";
21
+ const _CPTCR = "CreatePullThroughCacheRule";
22
+ const _CPTCRR = "CreatePullThroughCacheRuleRequest";
23
+ const _CPTCRRr = "CreatePullThroughCacheRuleResponse";
24
+ const _CR = "CreateRepository";
25
+ const _CRCT = "CreateRepositoryCreationTemplate";
26
+ const _CRCTR = "CreateRepositoryCreationTemplateRequest";
27
+ const _CRCTRr = "CreateRepositoryCreationTemplateResponse";
28
+ const _CRR = "CreateRepositoryRequest";
29
+ const _CRRr = "CreateRepositoryResponse";
30
+ const _CS = "CvssScore";
31
+ const _CSA = "CvssScoreAdjustment";
32
+ const _CSAL = "CvssScoreAdjustmentList";
33
+ const _CSD = "CvssScoreDetails";
34
+ const _CSL = "CvssScoreList";
35
+ const _DI = "DescribeImages";
36
+ const _DIF = "DescribeImagesFilter";
37
+ const _DIR = "DescribeImagesRequest";
38
+ const _DIRS = "DescribeImageReplicationStatus";
39
+ const _DIRSR = "DescribeImageReplicationStatusRequest";
40
+ const _DIRSRe = "DescribeImageReplicationStatusResponse";
41
+ const _DIRe = "DescribeImagesResponse";
42
+ const _DISF = "DescribeImageScanFindings";
43
+ const _DISFR = "DescribeImageScanFindingsRequest";
44
+ const _DISFRe = "DescribeImageScanFindingsResponse";
45
+ const _DLP = "DeleteLifecyclePolicy";
46
+ const _DLPR = "DeleteLifecyclePolicyRequest";
47
+ const _DLPRe = "DeleteLifecyclePolicyResponse";
48
+ const _DPTCR = "DeletePullThroughCacheRule";
49
+ const _DPTCRR = "DeletePullThroughCacheRuleRequest";
50
+ const _DPTCRRe = "DeletePullThroughCacheRuleResponse";
51
+ const _DPTCRRes = "DescribePullThroughCacheRulesRequest";
52
+ const _DPTCRResc = "DescribePullThroughCacheRulesResponse";
53
+ const _DPTCRe = "DescribePullThroughCacheRules";
54
+ const _DR = "DeleteRepository";
55
+ const _DRCT = "DeleteRepositoryCreationTemplate";
56
+ const _DRCTR = "DeleteRepositoryCreationTemplateRequest";
57
+ const _DRCTRe = "DeleteRepositoryCreationTemplateResponse";
58
+ const _DRCTRes = "DescribeRepositoryCreationTemplatesRequest";
59
+ const _DRCTResc = "DescribeRepositoryCreationTemplatesResponse";
60
+ const _DRCTe = "DescribeRepositoryCreationTemplates";
61
+ const _DRP = "DeleteRegistryPolicy";
62
+ const _DRPR = "DeleteRegistryPolicyRequest";
63
+ const _DRPRe = "DeleteRegistryPolicyResponse";
64
+ const _DRPRel = "DeleteRepositoryPolicyRequest";
65
+ const _DRPRele = "DeleteRepositoryPolicyResponse";
66
+ const _DRPe = "DeleteRepositoryPolicy";
67
+ const _DRR = "DeleteRepositoryRequest";
68
+ const _DRRe = "DeleteRepositoryResponse";
69
+ const _DRRes = "DescribeRegistryRequest";
70
+ const _DRResc = "DescribeRegistryResponse";
71
+ const _DRRescr = "DescribeRepositoriesRequest";
72
+ const _DRRescri = "DescribeRepositoriesResponse";
73
+ const _DRe = "DescribeRegistry";
74
+ const _DRes = "DescribeRepositories";
75
+ const _EC = "EncryptionConfiguration";
76
+ const _ECFRCT = "EncryptionConfigurationForRepositoryCreationTemplate";
77
+ const _EISF = "EnhancedImageScanFinding";
78
+ const _EISFL = "EnhancedImageScanFindingList";
79
+ const _EUE = "EmptyUploadException";
80
+ const _GAS = "GetAccountSetting";
81
+ const _GASR = "GetAccountSettingRequest";
82
+ const _GASRe = "GetAccountSettingResponse";
83
+ const _GAT = "GetAuthorizationToken";
84
+ const _GATR = "GetAuthorizationTokenRequest";
85
+ const _GATRe = "GetAuthorizationTokenResponse";
86
+ const _GDUFL = "GetDownloadUrlForLayer";
87
+ const _GDUFLR = "GetDownloadUrlForLayerRequest";
88
+ const _GDUFLRe = "GetDownloadUrlForLayerResponse";
89
+ const _GLP = "GetLifecyclePolicy";
90
+ const _GLPP = "GetLifecyclePolicyPreview";
91
+ const _GLPPR = "GetLifecyclePolicyPreviewRequest";
92
+ const _GLPPRe = "GetLifecyclePolicyPreviewResponse";
93
+ const _GLPR = "GetLifecyclePolicyRequest";
94
+ const _GLPRe = "GetLifecyclePolicyResponse";
95
+ const _GRP = "GetRegistryPolicy";
96
+ const _GRPR = "GetRegistryPolicyRequest";
97
+ const _GRPRe = "GetRegistryPolicyResponse";
98
+ const _GRPRet = "GetRepositoryPolicyRequest";
99
+ const _GRPRete = "GetRepositoryPolicyResponse";
100
+ const _GRPe = "GetRepositoryPolicy";
101
+ const _GRSC = "GetRegistryScanningConfiguration";
102
+ const _GRSCR = "GetRegistryScanningConfigurationRequest";
103
+ const _GRSCRe = "GetRegistryScanningConfigurationResponse";
104
+ const _I = "Image";
105
+ const _IAEE = "ImageAlreadyExistsException";
106
+ const _ID = "ImageDetail";
107
+ const _IDDNME = "ImageDigestDoesNotMatchException";
108
+ const _IDL = "ImageDetailList";
109
+ const _IF = "ImageFailure";
110
+ const _IFL = "ImageFailureList";
111
+ const _II = "ImageIdentifier";
112
+ const _IIL = "ImageIdentifierList";
113
+ const _IL = "ImageList";
114
+ const _ILE = "InvalidLayerException";
115
+ const _ILPE = "InvalidLayerPartException";
116
+ const _ILU = "InitiateLayerUpload";
117
+ const _ILUR = "InitiateLayerUploadRequest";
118
+ const _ILURn = "InitiateLayerUploadResponse";
119
+ const _INFE = "ImageNotFoundException";
120
+ const _IPE = "InvalidParameterException";
121
+ const _IRS = "ImageReplicationStatus";
122
+ const _IRSL = "ImageReplicationStatusList";
123
+ const _ISC = "ImageScanningConfiguration";
124
+ const _ISF = "ImageScanFinding";
125
+ const _ISFL = "ImageScanFindingList";
126
+ const _ISFS = "ImageScanFindingsSummary";
127
+ const _ISFm = "ImageScanFindings";
128
+ const _ISS = "ImageScanStatus";
129
+ const _ITAEE = "ImageTagAlreadyExistsException";
130
+ const _ITMEF = "ImageTagMutabilityExclusionFilter";
131
+ const _ITMEFm = "ImageTagMutabilityExclusionFilters";
132
+ const _ITPE = "InvalidTagParameterException";
133
+ const _K = "Key";
134
+ const _KE = "KmsException";
135
+ const _L = "Layer";
136
+ const _LAEE = "LayerAlreadyExistsException";
137
+ const _LEE = "LimitExceededException";
138
+ const _LF = "LayerFailure";
139
+ const _LFL = "LayerFailureList";
140
+ const _LI = "ListImages";
141
+ const _LIE = "LayerInaccessibleException";
142
+ const _LIF = "ListImagesFilter";
143
+ const _LIR = "ListImagesRequest";
144
+ const _LIRi = "ListImagesResponse";
145
+ const _LL = "LayerList";
146
+ const _LNFE = "LayersNotFoundException";
147
+ const _LPNFE = "LifecyclePolicyNotFoundException";
148
+ const _LPPF = "LifecyclePolicyPreviewFilter";
149
+ const _LPPIPE = "LifecyclePolicyPreviewInProgressException";
150
+ const _LPPNFE = "LifecyclePolicyPreviewNotFoundException";
151
+ const _LPPR = "LifecyclePolicyPreviewResult";
152
+ const _LPPRL = "LifecyclePolicyPreviewResultList";
153
+ const _LPPS = "LifecyclePolicyPreviewSummary";
154
+ const _LPRA = "LifecyclePolicyRuleAction";
155
+ const _LPTSE = "LayerPartTooSmallException";
156
+ const _LTFR = "ListTagsForResource";
157
+ const _LTFRR = "ListTagsForResourceRequest";
158
+ const _LTFRRi = "ListTagsForResourceResponse";
159
+ const _PAS = "PutAccountSetting";
160
+ const _PASR = "PutAccountSettingRequest";
161
+ const _PASRu = "PutAccountSettingResponse";
162
+ const _PI = "PutImage";
163
+ const _PIR = "PutImageRequest";
164
+ const _PIRu = "PutImageResponse";
165
+ const _PISC = "PutImageScanningConfiguration";
166
+ const _PISCR = "PutImageScanningConfigurationRequest";
167
+ const _PISCRu = "PutImageScanningConfigurationResponse";
168
+ const _PITM = "PutImageTagMutability";
169
+ const _PITMR = "PutImageTagMutabilityRequest";
170
+ const _PITMRu = "PutImageTagMutabilityResponse";
171
+ const _PLP = "PutLifecyclePolicy";
172
+ const _PLPR = "PutLifecyclePolicyRequest";
173
+ const _PLPRu = "PutLifecyclePolicyResponse";
174
+ const _PRC = "PutReplicationConfiguration";
175
+ const _PRCR = "PutReplicationConfigurationRequest";
176
+ const _PRCRu = "PutReplicationConfigurationResponse";
177
+ const _PRP = "PutRegistryPolicy";
178
+ const _PRPR = "PutRegistryPolicyRequest";
179
+ const _PRPRu = "PutRegistryPolicyResponse";
180
+ const _PRSC = "PutRegistryScanningConfiguration";
181
+ const _PRSCR = "PutRegistryScanningConfigurationRequest";
182
+ const _PRSCRu = "PutRegistryScanningConfigurationResponse";
183
+ const _PTCR = "PullThroughCacheRule";
184
+ const _PTCRAEE = "PullThroughCacheRuleAlreadyExistsException";
185
+ const _PTCRL = "PullThroughCacheRuleList";
186
+ const _PTCRNFE = "PullThroughCacheRuleNotFoundException";
187
+ const _PVD = "PackageVulnerabilityDetails";
188
+ const _R = "Recommendation";
189
+ const _RAEE = "RepositoryAlreadyExistsException";
190
+ const _RC = "ReplicationConfiguration";
191
+ const _RCT = "RepositoryCreationTemplate";
192
+ const _RCTL = "RepositoryCreationTemplateList";
193
+ const _RD = "ReplicationDestination";
194
+ const _RDL = "ReplicationDestinationList";
195
+ const _RDe = "ResourceDetails";
196
+ const _RF = "RepositoryFilter";
197
+ const _RFL = "RepositoryFilterList";
198
+ const _RINFE = "ReferencedImagesNotFoundException";
199
+ const _RL = "RepositoryList";
200
+ const _RLe = "ResourceList";
201
+ const _RNEE = "RepositoryNotEmptyException";
202
+ const _RNFE = "RepositoryNotFoundException";
203
+ const _RPNFE = "RegistryPolicyNotFoundException";
204
+ const _RPNFEe = "RepositoryPolicyNotFoundException";
205
+ const _RR = "ReplicationRule";
206
+ const _RRL = "ReplicationRuleList";
207
+ const _RSC = "RegistryScanningConfiguration";
208
+ const _RSCF = "RepositoryScanningConfigurationFailure";
209
+ const _RSCFL = "RepositoryScanningConfigurationFailureList";
210
+ const _RSCL = "RepositoryScanningConfigurationList";
211
+ const _RSCe = "RepositoryScanningConfiguration";
212
+ const _RSR = "RegistryScanningRule";
213
+ const _RSRL = "RegistryScanningRuleList";
214
+ const _Re = "Remediation";
215
+ const _Rep = "Repository";
216
+ const _Res = "Resource";
217
+ const _SD = "ScoreDetails";
218
+ const _SE = "ServerException";
219
+ const _SIS = "StartImageScan";
220
+ const _SISR = "StartImageScanRequest";
221
+ const _SISRt = "StartImageScanResponse";
222
+ const _SLPP = "StartLifecyclePolicyPreview";
223
+ const _SLPPR = "StartLifecyclePolicyPreviewRequest";
224
+ const _SLPPRt = "StartLifecyclePolicyPreviewResponse";
225
+ const _SNFE = "ScanNotFoundException";
226
+ const _SNFEe = "SecretNotFoundException";
227
+ const _SRF = "ScanningRepositoryFilter";
228
+ const _SRFL = "ScanningRepositoryFilterList";
229
+ const _SRP = "SetRepositoryPolicy";
230
+ const _SRPR = "SetRepositoryPolicyRequest";
231
+ const _SRPRe = "SetRepositoryPolicyResponse";
232
+ const _T = "Tag";
233
+ const _TAEE = "TemplateAlreadyExistsException";
234
+ const _TL = "TagList";
235
+ const _TMTE = "TooManyTagsException";
236
+ const _TNFE = "TemplateNotFoundException";
237
+ const _TR = "TagResource";
238
+ const _TRR = "TagResourceRequest";
239
+ const _TRRa = "TagResourceResponse";
240
+ const _UITE = "UnsupportedImageTypeException";
241
+ const _ULP = "UploadLayerPart";
242
+ const _ULPR = "UploadLayerPartRequest";
243
+ const _ULPRp = "UploadLayerPartResponse";
244
+ const _UNFE = "UploadNotFoundException";
245
+ const _UPTCR = "UpdatePullThroughCacheRule";
246
+ const _UPTCRR = "UpdatePullThroughCacheRuleRequest";
247
+ const _UPTCRRp = "UpdatePullThroughCacheRuleResponse";
248
+ const _UR = "UntagResource";
249
+ const _URCT = "UpdateRepositoryCreationTemplate";
250
+ const _URCTR = "UpdateRepositoryCreationTemplateRequest";
251
+ const _URCTRp = "UpdateRepositoryCreationTemplateResponse";
252
+ const _URR = "UntagResourceRequest";
253
+ const _URRn = "UntagResourceResponse";
254
+ const _UTASE = "UnableToAccessSecretException";
255
+ const _UTDSVE = "UnableToDecryptSecretValueException";
256
+ const _UTGUIE = "UnableToGetUpstreamImageException";
257
+ const _UTGULE = "UnableToGetUpstreamLayerException";
258
+ const _UURE = "UnsupportedUpstreamRegistryException";
259
+ const _V = "Value";
260
+ const _VE = "ValidationException";
261
+ const _VP = "VulnerablePackage";
262
+ const _VPL = "VulnerablePackagesList";
263
+ const _VPTCR = "ValidatePullThroughCacheRule";
264
+ const _VPTCRR = "ValidatePullThroughCacheRuleRequest";
265
+ const _VPTCRRa = "ValidatePullThroughCacheRuleResponse";
266
+ const _a = "architecture";
267
+ const _aAI = "awsAccountId";
268
+ const _aD = "authorizationData";
269
+ const _aECI = "awsEcrContainerImage";
270
+ const _aF = "appliedFor";
271
+ const _aMT = "acceptedMediaTypes";
272
+ const _aMTr = "artifactMediaType";
273
+ const _aRP = "appliedRulePriority";
274
+ const _aSF = "appliedScanFilters";
275
+ const _aT = "authorizationToken";
276
+ const _ac = "action";
277
+ const _ad = "adjustments";
278
+ const _ar = "arch";
279
+ const _at = "attributes";
280
+ const _au = "author";
281
+ const _bS = "baseScore";
282
+ const _c = "client";
283
+ const _cA = "credentialArn";
284
+ const _cAr = "createdAt";
285
+ const _cRA = "customRoleArn";
286
+ const _cv = "cvss";
287
+ const _d = "description";
288
+ const _dU = "downloadUrl";
289
+ const _de = "destinations";
290
+ const _det = "details";
291
+ const _e = "error";
292
+ const _eA = "expiresAt";
293
+ const _eAx = "exploitAvailable";
294
+ const _eC = "encryptionConfiguration";
295
+ const _eF = "enhancedFindings";
296
+ const _eITC = "expiringImageTotalCount";
297
+ const _eRP = "ecrRepositoryPrefix";
298
+ const _eRPc = "ecrRepositoryPrefixes";
299
+ const _eT = "encryptionType";
300
+ const _ep = "epoch";
301
+ const _f = "failures";
302
+ const _fA = "findingArn";
303
+ const _fAi = "fixAvailable";
304
+ const _fC = "failureCode";
305
+ const _fIV = "fixedInVersion";
306
+ const _fOA = "firstObservedAt";
307
+ const _fP = "filePath";
308
+ const _fR = "failureReason";
309
+ const _fSC = "findingSeverityCounts";
310
+ const _fT = "filterType";
311
+ const _fa = "failure";
312
+ const _fi = "filter";
313
+ const _fin = "findings";
314
+ const _fo = "force";
315
+ const _hE = "httpError";
316
+ const _i = "images";
317
+ const _iD = "imageDetails";
318
+ const _iDm = "imageDigest";
319
+ const _iH = "imageHash";
320
+ const _iI = "imageIds";
321
+ const _iIm = "imageId";
322
+ const _iM = "imageManifest";
323
+ const _iMMT = "imageManifestMediaType";
324
+ const _iPA = "imagePushedAt";
325
+ const _iSC = "imageScanningConfiguration";
326
+ const _iSCA = "imageScanCompletedAt";
327
+ const _iSF = "imageScanFindings";
328
+ const _iSFS = "imageScanFindingsSummary";
329
+ const _iSIB = "imageSizeInBytes";
330
+ const _iSS = "imageScanStatus";
331
+ const _iT = "imageTags";
332
+ const _iTM = "imageTagMutability";
333
+ const _iTMEF = "imageTagMutabilityExclusionFilters";
334
+ const _iTm = "imageTag";
335
+ const _iUC = "inUseCount";
336
+ const _iV = "isValid";
337
+ const _id = "id";
338
+ const _im = "image";
339
+ const _k = "key";
340
+ const _kE = "kmsError";
341
+ const _kK = "kmsKey";
342
+ const _l = "layers";
343
+ const _lA = "layerAvailability";
344
+ const _lBR = "lastByteReceived";
345
+ const _lD = "layerDigests";
346
+ const _lDa = "layerDigest";
347
+ const _lEA = "lastEvaluatedAt";
348
+ const _lIUA = "lastInUseAt";
349
+ const _lOA = "lastObservedAt";
350
+ const _lP = "lifecyclePolicy";
351
+ const _lPB = "layerPartBlob";
352
+ const _lPT = "lifecyclePolicyText";
353
+ const _lRPT = "lastRecordedPullTime";
354
+ const _lS = "layerSize";
355
+ const _lVBR = "lastValidByteReceived";
356
+ const _m = "metric";
357
+ const _mR = "maxResults";
358
+ const _mT = "mediaType";
359
+ const _me = "message";
360
+ const _n = "name";
361
+ const _nT = "nextToken";
362
+ const _p = "platform";
363
+ const _pA = "pushedAt";
364
+ const _pE = "proxyEndpoint";
365
+ const _pFB = "partFirstByte";
366
+ const _pLB = "partLastByte";
367
+ const _pM = "packageManager";
368
+ const _pR = "previewResults";
369
+ const _pS = "partSize";
370
+ const _pT = "policyText";
371
+ const _pTCR = "pullThroughCacheRules";
372
+ const _pVD = "packageVulnerabilityDetails";
373
+ const _pr = "prefix";
374
+ const _pre = "prefixes";
375
+ const _r = "registry";
376
+ const _rA = "resourceArn";
377
+ const _rAe = "repositoryArn";
378
+ const _rC = "replicationConfiguration";
379
+ const _rCT = "repositoryCreationTemplate";
380
+ const _rCTe = "repositoryCreationTemplates";
381
+ const _rF = "repositoryFilters";
382
+ const _rI = "registryId";
383
+ const _rIe = "registryIds";
384
+ const _rN = "repositoryName";
385
+ const _rNe = "repositoryNames";
386
+ const _rP = "repositoryPolicy";
387
+ const _rS = "replicationStatuses";
388
+ const _rSC = "registryScanningConfiguration";
389
+ const _rT = "resourceTags";
390
+ const _rU = "referenceUrls";
391
+ const _rUe = "repositoryUri";
392
+ const _rV = "relatedVulnerabilities";
393
+ const _re = "repository";
394
+ const _rea = "reason";
395
+ const _rec = "recommendation";
396
+ const _reg = "region";
397
+ const _rel = "release";
398
+ const _rem = "remediation";
399
+ const _rep = "repositories";
400
+ const _res = "resources";
401
+ const _ru = "rules";
402
+ const _s = "source";
403
+ const _sC = "scanningConfigurations";
404
+ const _sCc = "scanningConfiguration";
405
+ const _sD = "scoreDetails";
406
+ const _sF = "scanFrequency";
407
+ const _sLH = "sourceLayerHash";
408
+ const _sOP = "scanOnPush";
409
+ const _sS = "scoreSource";
410
+ const _sT = "scanType";
411
+ const _sU = "sourceUrl";
412
+ const _sV = "scoringVector";
413
+ const _sc = "score";
414
+ const _se = "severity";
415
+ const _ser = "server";
416
+ const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.ecr";
417
+ const _st = "status";
418
+ const _su = "summary";
419
+ const _t = "tags";
420
+ const _tK = "tagKeys";
421
+ const _tS = "tagStatus";
422
+ const _te = "text";
423
+ const _ti = "title";
424
+ const _ty = "type";
425
+ const _u = "uri";
426
+ const _uA = "updatedAt";
427
+ const _uI = "uploadId";
428
+ const _uR = "upstreamRegistry";
429
+ const _uRP = "upstreamRepositoryPrefix";
430
+ const _uRU = "upstreamRegistryUrl";
431
+ const _ur = "url";
432
+ const _v = "value";
433
+ const _vCA = "vendorCreatedAt";
434
+ const _vI = "vulnerabilityId";
435
+ const _vP = "vulnerablePackages";
436
+ const _vS = "vendorSeverity";
437
+ const _vSUA = "vulnerabilitySourceUpdatedAt";
438
+ const _vUA = "vendorUpdatedAt";
439
+ const _ve = "version";
440
+ const n0 = "com.amazonaws.ecr";
441
+ import { TypeRegistry } from "@smithy/core/schema";
442
+ 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";
444
+ export var Attribute = [3, n0, _A, 0, [_k, _v], [0, 0]];
445
+ export var AuthorizationData = [3, n0, _AD, 0, [_aT, _eA, _pE], [0, 4, 0]];
446
+ export var AwsEcrContainerImageDetails = [
447
+ 3,
448
+ n0,
449
+ _AECID,
450
+ 0,
451
+ [_a, _au, _iH, _iT, _p, _pA, _lIUA, _iUC, _r, _rN],
452
+ [0, 0, 0, 64 | 0, 0, 4, 4, 1, 0, 0],
453
+ ];
454
+ export var BatchCheckLayerAvailabilityRequest = [
455
+ 3,
456
+ n0,
457
+ _BCLAR,
458
+ 0,
459
+ [_rI, _rN, _lD],
460
+ [0, 0, 64 | 0],
461
+ ];
462
+ export var BatchCheckLayerAvailabilityResponse = [
463
+ 3,
464
+ n0,
465
+ _BCLARa,
466
+ 0,
467
+ [_l, _f],
468
+ [() => LayerList, () => LayerFailureList],
469
+ ];
470
+ export var BatchDeleteImageRequest = [
471
+ 3,
472
+ n0,
473
+ _BDIR,
474
+ 0,
475
+ [_rI, _rN, _iI],
476
+ [0, 0, () => ImageIdentifierList],
477
+ ];
478
+ export var BatchDeleteImageResponse = [
479
+ 3,
480
+ n0,
481
+ _BDIRa,
482
+ 0,
483
+ [_iI, _f],
484
+ [() => ImageIdentifierList, () => ImageFailureList],
485
+ ];
486
+ export var BatchGetImageRequest = [
487
+ 3,
488
+ n0,
489
+ _BGIR,
490
+ 0,
491
+ [_rI, _rN, _iI, _aMT],
492
+ [0, 0, () => ImageIdentifierList, 64 | 0],
493
+ ];
494
+ export var BatchGetImageResponse = [
495
+ 3,
496
+ n0,
497
+ _BGIRa,
498
+ 0,
499
+ [_i, _f],
500
+ [() => ImageList, () => ImageFailureList],
501
+ ];
502
+ export var BatchGetRepositoryScanningConfigurationRequest = [
503
+ 3,
504
+ n0,
505
+ _BGRSCR,
506
+ 0,
507
+ [_rNe],
508
+ [64 | 0],
509
+ ];
510
+ export var BatchGetRepositoryScanningConfigurationResponse = [
511
+ 3,
512
+ n0,
513
+ _BGRSCRa,
514
+ 0,
515
+ [_sC, _f],
516
+ [() => RepositoryScanningConfigurationList, () => RepositoryScanningConfigurationFailureList],
517
+ ];
518
+ export var CompleteLayerUploadRequest = [
519
+ 3,
520
+ n0,
521
+ _CLUR,
522
+ 0,
523
+ [_rI, _rN, _uI, _lD],
524
+ [0, 0, 0, 64 | 0],
525
+ ];
526
+ export var CompleteLayerUploadResponse = [3, n0, _CLURo, 0, [_rI, _rN, _uI, _lDa], [0, 0, 0, 0]];
527
+ export var CreatePullThroughCacheRuleRequest = [
528
+ 3,
529
+ n0,
530
+ _CPTCRR,
531
+ 0,
532
+ [_eRP, _uRU, _rI, _uR, _cA, _cRA, _uRP],
533
+ [0, 0, 0, 0, 0, 0, 0],
534
+ ];
535
+ export var CreatePullThroughCacheRuleResponse = [
536
+ 3,
537
+ n0,
538
+ _CPTCRRr,
539
+ 0,
540
+ [_eRP, _uRU, _cAr, _rI, _uR, _cA, _cRA, _uRP],
541
+ [0, 0, 4, 0, 0, 0, 0, 0],
542
+ ];
543
+ export var CreateRepositoryCreationTemplateRequest = [
544
+ 3,
545
+ n0,
546
+ _CRCTR,
547
+ 0,
548
+ [_pr, _d, _eC, _rT, _iTM, _iTMEF, _rP, _lP, _aF, _cRA],
549
+ [
550
+ 0,
551
+ 0,
552
+ () => EncryptionConfigurationForRepositoryCreationTemplate,
553
+ () => TagList,
554
+ 0,
555
+ () => ImageTagMutabilityExclusionFilters,
556
+ 0,
557
+ 0,
558
+ 64 | 0,
559
+ 0,
560
+ ],
561
+ ];
562
+ export var CreateRepositoryCreationTemplateResponse = [
563
+ 3,
564
+ n0,
565
+ _CRCTRr,
566
+ 0,
567
+ [_rI, _rCT],
568
+ [0, () => RepositoryCreationTemplate],
569
+ ];
570
+ export var CreateRepositoryRequest = [
571
+ 3,
572
+ n0,
573
+ _CRR,
574
+ 0,
575
+ [_rI, _rN, _t, _iTM, _iTMEF, _iSC, _eC],
576
+ [
577
+ 0,
578
+ 0,
579
+ () => TagList,
580
+ 0,
581
+ () => ImageTagMutabilityExclusionFilters,
582
+ () => ImageScanningConfiguration,
583
+ () => EncryptionConfiguration,
584
+ ],
585
+ ];
586
+ export var CreateRepositoryResponse = [3, n0, _CRRr, 0, [_re], [() => Repository]];
587
+ 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]];
589
+ export var CvssScoreDetails = [
590
+ 3,
591
+ n0,
592
+ _CSD,
593
+ 0,
594
+ [_ad, _sc, _sS, _sV, _ve],
595
+ [() => CvssScoreAdjustmentList, 1, 0, 0, 0],
596
+ ];
597
+ export var DeleteLifecyclePolicyRequest = [3, n0, _DLPR, 0, [_rI, _rN], [0, 0]];
598
+ export var DeleteLifecyclePolicyResponse = [
599
+ 3,
600
+ n0,
601
+ _DLPRe,
602
+ 0,
603
+ [_rI, _rN, _lPT, _lEA],
604
+ [0, 0, 0, 4],
605
+ ];
606
+ export var DeletePullThroughCacheRuleRequest = [3, n0, _DPTCRR, 0, [_eRP, _rI], [0, 0]];
607
+ export var DeletePullThroughCacheRuleResponse = [
608
+ 3,
609
+ n0,
610
+ _DPTCRRe,
611
+ 0,
612
+ [_eRP, _uRU, _cAr, _rI, _cA, _cRA, _uRP],
613
+ [0, 0, 4, 0, 0, 0, 0],
614
+ ];
615
+ export var DeleteRegistryPolicyRequest = [3, n0, _DRPR, 0, [], []];
616
+ export var DeleteRegistryPolicyResponse = [3, n0, _DRPRe, 0, [_rI, _pT], [0, 0]];
617
+ export var DeleteRepositoryCreationTemplateRequest = [3, n0, _DRCTR, 0, [_pr], [0]];
618
+ export var DeleteRepositoryCreationTemplateResponse = [
619
+ 3,
620
+ n0,
621
+ _DRCTRe,
622
+ 0,
623
+ [_rI, _rCT],
624
+ [0, () => RepositoryCreationTemplate],
625
+ ];
626
+ export var DeleteRepositoryPolicyRequest = [3, n0, _DRPRel, 0, [_rI, _rN], [0, 0]];
627
+ export var DeleteRepositoryPolicyResponse = [3, n0, _DRPRele, 0, [_rI, _rN, _pT], [0, 0, 0]];
628
+ export var DeleteRepositoryRequest = [3, n0, _DRR, 0, [_rI, _rN, _fo], [0, 0, 2]];
629
+ export var DeleteRepositoryResponse = [3, n0, _DRRe, 0, [_re], [() => Repository]];
630
+ export var DescribeImageReplicationStatusRequest = [
631
+ 3,
632
+ n0,
633
+ _DIRSR,
634
+ 0,
635
+ [_rN, _iIm, _rI],
636
+ [0, () => ImageIdentifier, 0],
637
+ ];
638
+ export var DescribeImageReplicationStatusResponse = [
639
+ 3,
640
+ n0,
641
+ _DIRSRe,
642
+ 0,
643
+ [_rN, _iIm, _rS],
644
+ [0, () => ImageIdentifier, () => ImageReplicationStatusList],
645
+ ];
646
+ export var DescribeImageScanFindingsRequest = [
647
+ 3,
648
+ n0,
649
+ _DISFR,
650
+ 0,
651
+ [_rI, _rN, _iIm, _nT, _mR],
652
+ [0, 0, () => ImageIdentifier, 0, 1],
653
+ ];
654
+ export var DescribeImageScanFindingsResponse = [
655
+ 3,
656
+ n0,
657
+ _DISFRe,
658
+ 0,
659
+ [_rI, _rN, _iIm, _iSS, _iSF, _nT],
660
+ [0, 0, () => ImageIdentifier, () => ImageScanStatus, () => ImageScanFindings, 0],
661
+ ];
662
+ export var DescribeImagesFilter = [3, n0, _DIF, 0, [_tS], [0]];
663
+ export var DescribeImagesRequest = [
664
+ 3,
665
+ n0,
666
+ _DIR,
667
+ 0,
668
+ [_rI, _rN, _iI, _nT, _mR, _fi],
669
+ [0, 0, () => ImageIdentifierList, 0, 1, () => DescribeImagesFilter],
670
+ ];
671
+ export var DescribeImagesResponse = [3, n0, _DIRe, 0, [_iD, _nT], [() => ImageDetailList, 0]];
672
+ export var DescribePullThroughCacheRulesRequest = [
673
+ 3,
674
+ n0,
675
+ _DPTCRRes,
676
+ 0,
677
+ [_rI, _eRPc, _nT, _mR],
678
+ [0, 64 | 0, 0, 1],
679
+ ];
680
+ export var DescribePullThroughCacheRulesResponse = [
681
+ 3,
682
+ n0,
683
+ _DPTCRResc,
684
+ 0,
685
+ [_pTCR, _nT],
686
+ [() => PullThroughCacheRuleList, 0],
687
+ ];
688
+ export var DescribeRegistryRequest = [3, n0, _DRRes, 0, [], []];
689
+ export var DescribeRegistryResponse = [
690
+ 3,
691
+ n0,
692
+ _DRResc,
693
+ 0,
694
+ [_rI, _rC],
695
+ [0, () => ReplicationConfiguration],
696
+ ];
697
+ export var DescribeRepositoriesRequest = [
698
+ 3,
699
+ n0,
700
+ _DRRescr,
701
+ 0,
702
+ [_rI, _rNe, _nT, _mR],
703
+ [0, 64 | 0, 0, 1],
704
+ ];
705
+ export var DescribeRepositoriesResponse = [
706
+ 3,
707
+ n0,
708
+ _DRRescri,
709
+ 0,
710
+ [_rep, _nT],
711
+ [() => RepositoryList, 0],
712
+ ];
713
+ export var DescribeRepositoryCreationTemplatesRequest = [
714
+ 3,
715
+ n0,
716
+ _DRCTRes,
717
+ 0,
718
+ [_pre, _nT, _mR],
719
+ [64 | 0, 0, 1],
720
+ ];
721
+ export var DescribeRepositoryCreationTemplatesResponse = [
722
+ 3,
723
+ n0,
724
+ _DRCTResc,
725
+ 0,
726
+ [_rI, _rCTe, _nT],
727
+ [0, () => RepositoryCreationTemplateList, 0],
728
+ ];
729
+ export var EmptyUploadException = [
730
+ -3,
731
+ n0,
732
+ _EUE,
733
+ {
734
+ [_e]: _c,
735
+ },
736
+ [_me],
737
+ [0],
738
+ ];
739
+ TypeRegistry.for(n0).registerError(EmptyUploadException, __EmptyUploadException);
740
+ export var EncryptionConfiguration = [3, n0, _EC, 0, [_eT, _kK], [0, 0]];
741
+ export var EncryptionConfigurationForRepositoryCreationTemplate = [
742
+ 3,
743
+ n0,
744
+ _ECFRCT,
745
+ 0,
746
+ [_eT, _kK],
747
+ [0, 0],
748
+ ];
749
+ export var EnhancedImageScanFinding = [
750
+ 3,
751
+ n0,
752
+ _EISF,
753
+ 0,
754
+ [_aAI, _d, _fA, _fOA, _lOA, _pVD, _rem, _res, _sc, _sD, _se, _st, _ti, _ty, _uA, _fAi, _eAx],
755
+ [
756
+ 0,
757
+ 0,
758
+ 0,
759
+ 4,
760
+ 4,
761
+ () => PackageVulnerabilityDetails,
762
+ () => Remediation,
763
+ () => ResourceList,
764
+ 1,
765
+ () => ScoreDetails,
766
+ 0,
767
+ 0,
768
+ 0,
769
+ 0,
770
+ 4,
771
+ 0,
772
+ 0,
773
+ ],
774
+ ];
775
+ export var GetAccountSettingRequest = [3, n0, _GASR, 0, [_n], [0]];
776
+ export var GetAccountSettingResponse = [3, n0, _GASRe, 0, [_n, _v], [0, 0]];
777
+ export var GetAuthorizationTokenRequest = [3, n0, _GATR, 0, [_rIe], [64 | 0]];
778
+ export var GetAuthorizationTokenResponse = [
779
+ 3,
780
+ n0,
781
+ _GATRe,
782
+ 0,
783
+ [_aD],
784
+ [() => AuthorizationDataList],
785
+ ];
786
+ export var GetDownloadUrlForLayerRequest = [3, n0, _GDUFLR, 0, [_rI, _rN, _lDa], [0, 0, 0]];
787
+ export var GetDownloadUrlForLayerResponse = [3, n0, _GDUFLRe, 0, [_dU, _lDa], [0, 0]];
788
+ export var GetLifecyclePolicyPreviewRequest = [
789
+ 3,
790
+ n0,
791
+ _GLPPR,
792
+ 0,
793
+ [_rI, _rN, _iI, _nT, _mR, _fi],
794
+ [0, 0, () => ImageIdentifierList, 0, 1, () => LifecyclePolicyPreviewFilter],
795
+ ];
796
+ export var GetLifecyclePolicyPreviewResponse = [
797
+ 3,
798
+ n0,
799
+ _GLPPRe,
800
+ 0,
801
+ [_rI, _rN, _lPT, _st, _nT, _pR, _su],
802
+ [0, 0, 0, 0, 0, () => LifecyclePolicyPreviewResultList, () => LifecyclePolicyPreviewSummary],
803
+ ];
804
+ export var GetLifecyclePolicyRequest = [3, n0, _GLPR, 0, [_rI, _rN], [0, 0]];
805
+ export var GetLifecyclePolicyResponse = [3, n0, _GLPRe, 0, [_rI, _rN, _lPT, _lEA], [0, 0, 0, 4]];
806
+ export var GetRegistryPolicyRequest = [3, n0, _GRPR, 0, [], []];
807
+ export var GetRegistryPolicyResponse = [3, n0, _GRPRe, 0, [_rI, _pT], [0, 0]];
808
+ export var GetRegistryScanningConfigurationRequest = [3, n0, _GRSCR, 0, [], []];
809
+ export var GetRegistryScanningConfigurationResponse = [
810
+ 3,
811
+ n0,
812
+ _GRSCRe,
813
+ 0,
814
+ [_rI, _sCc],
815
+ [0, () => RegistryScanningConfiguration],
816
+ ];
817
+ export var GetRepositoryPolicyRequest = [3, n0, _GRPRet, 0, [_rI, _rN], [0, 0]];
818
+ export var GetRepositoryPolicyResponse = [3, n0, _GRPRete, 0, [_rI, _rN, _pT], [0, 0, 0]];
819
+ export var Image = [
820
+ 3,
821
+ n0,
822
+ _I,
823
+ 0,
824
+ [_rI, _rN, _iIm, _iM, _iMMT],
825
+ [0, 0, () => ImageIdentifier, 0, 0],
826
+ ];
827
+ export var ImageAlreadyExistsException = [
828
+ -3,
829
+ n0,
830
+ _IAEE,
831
+ {
832
+ [_e]: _c,
833
+ },
834
+ [_me],
835
+ [0],
836
+ ];
837
+ TypeRegistry.for(n0).registerError(ImageAlreadyExistsException, __ImageAlreadyExistsException);
838
+ export var ImageDetail = [
839
+ 3,
840
+ n0,
841
+ _ID,
842
+ 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],
845
+ ];
846
+ export var ImageDigestDoesNotMatchException = [
847
+ -3,
848
+ n0,
849
+ _IDDNME,
850
+ {
851
+ [_e]: _c,
852
+ },
853
+ [_me],
854
+ [0],
855
+ ];
856
+ TypeRegistry.for(n0).registerError(ImageDigestDoesNotMatchException, __ImageDigestDoesNotMatchException);
857
+ export var ImageFailure = [3, n0, _IF, 0, [_iIm, _fC, _fR], [() => ImageIdentifier, 0, 0]];
858
+ export var ImageIdentifier = [3, n0, _II, 0, [_iDm, _iTm], [0, 0]];
859
+ export var ImageNotFoundException = [
860
+ -3,
861
+ n0,
862
+ _INFE,
863
+ {
864
+ [_e]: _c,
865
+ },
866
+ [_me],
867
+ [0],
868
+ ];
869
+ TypeRegistry.for(n0).registerError(ImageNotFoundException, __ImageNotFoundException);
870
+ export var ImageReplicationStatus = [3, n0, _IRS, 0, [_reg, _rI, _st, _fC], [0, 0, 0, 0]];
871
+ export var ImageScanFinding = [
872
+ 3,
873
+ n0,
874
+ _ISF,
875
+ 0,
876
+ [_n, _d, _u, _se, _at],
877
+ [0, 0, 0, 0, () => AttributeList],
878
+ ];
879
+ export var ImageScanFindings = [
880
+ 3,
881
+ n0,
882
+ _ISFm,
883
+ 0,
884
+ [_iSCA, _vSUA, _fSC, _fin, _eF],
885
+ [4, 4, 128 | 1, () => ImageScanFindingList, () => EnhancedImageScanFindingList],
886
+ ];
887
+ export var ImageScanFindingsSummary = [3, n0, _ISFS, 0, [_iSCA, _vSUA, _fSC], [4, 4, 128 | 1]];
888
+ export var ImageScanningConfiguration = [3, n0, _ISC, 0, [_sOP], [2]];
889
+ export var ImageScanStatus = [3, n0, _ISS, 0, [_st, _d], [0, 0]];
890
+ export var ImageTagAlreadyExistsException = [
891
+ -3,
892
+ n0,
893
+ _ITAEE,
894
+ {
895
+ [_e]: _c,
896
+ },
897
+ [_me],
898
+ [0],
899
+ ];
900
+ TypeRegistry.for(n0).registerError(ImageTagAlreadyExistsException, __ImageTagAlreadyExistsException);
901
+ export var ImageTagMutabilityExclusionFilter = [3, n0, _ITMEF, 0, [_fT, _fi], [0, 0]];
902
+ export var InitiateLayerUploadRequest = [3, n0, _ILUR, 0, [_rI, _rN], [0, 0]];
903
+ export var InitiateLayerUploadResponse = [3, n0, _ILURn, 0, [_uI, _pS], [0, 1]];
904
+ export var InvalidLayerException = [
905
+ -3,
906
+ n0,
907
+ _ILE,
908
+ {
909
+ [_e]: _c,
910
+ },
911
+ [_me],
912
+ [0],
913
+ ];
914
+ TypeRegistry.for(n0).registerError(InvalidLayerException, __InvalidLayerException);
915
+ export var InvalidLayerPartException = [
916
+ -3,
917
+ n0,
918
+ _ILPE,
919
+ {
920
+ [_e]: _c,
921
+ },
922
+ [_rI, _rN, _uI, _lVBR, _me],
923
+ [0, 0, 0, 1, 0],
924
+ ];
925
+ TypeRegistry.for(n0).registerError(InvalidLayerPartException, __InvalidLayerPartException);
926
+ export var InvalidParameterException = [
927
+ -3,
928
+ n0,
929
+ _IPE,
930
+ {
931
+ [_e]: _c,
932
+ },
933
+ [_me],
934
+ [0],
935
+ ];
936
+ TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
937
+ export var InvalidTagParameterException = [
938
+ -3,
939
+ n0,
940
+ _ITPE,
941
+ {
942
+ [_e]: _c,
943
+ },
944
+ [_me],
945
+ [0],
946
+ ];
947
+ TypeRegistry.for(n0).registerError(InvalidTagParameterException, __InvalidTagParameterException);
948
+ export var KmsException = [
949
+ -3,
950
+ n0,
951
+ _KE,
952
+ {
953
+ [_e]: _c,
954
+ },
955
+ [_me, _kE],
956
+ [0, 0],
957
+ ];
958
+ TypeRegistry.for(n0).registerError(KmsException, __KmsException);
959
+ export var Layer = [3, n0, _L, 0, [_lDa, _lA, _lS, _mT], [0, 0, 1, 0]];
960
+ export var LayerAlreadyExistsException = [
961
+ -3,
962
+ n0,
963
+ _LAEE,
964
+ {
965
+ [_e]: _c,
966
+ },
967
+ [_me],
968
+ [0],
969
+ ];
970
+ TypeRegistry.for(n0).registerError(LayerAlreadyExistsException, __LayerAlreadyExistsException);
971
+ export var LayerFailure = [3, n0, _LF, 0, [_lDa, _fC, _fR], [0, 0, 0]];
972
+ export var LayerInaccessibleException = [
973
+ -3,
974
+ n0,
975
+ _LIE,
976
+ {
977
+ [_e]: _c,
978
+ },
979
+ [_me],
980
+ [0],
981
+ ];
982
+ TypeRegistry.for(n0).registerError(LayerInaccessibleException, __LayerInaccessibleException);
983
+ export var LayerPartTooSmallException = [
984
+ -3,
985
+ n0,
986
+ _LPTSE,
987
+ {
988
+ [_e]: _c,
989
+ },
990
+ [_me],
991
+ [0],
992
+ ];
993
+ TypeRegistry.for(n0).registerError(LayerPartTooSmallException, __LayerPartTooSmallException);
994
+ export var LayersNotFoundException = [
995
+ -3,
996
+ n0,
997
+ _LNFE,
998
+ {
999
+ [_e]: _c,
1000
+ },
1001
+ [_me],
1002
+ [0],
1003
+ ];
1004
+ TypeRegistry.for(n0).registerError(LayersNotFoundException, __LayersNotFoundException);
1005
+ export var LifecyclePolicyNotFoundException = [
1006
+ -3,
1007
+ n0,
1008
+ _LPNFE,
1009
+ {
1010
+ [_e]: _c,
1011
+ },
1012
+ [_me],
1013
+ [0],
1014
+ ];
1015
+ TypeRegistry.for(n0).registerError(LifecyclePolicyNotFoundException, __LifecyclePolicyNotFoundException);
1016
+ export var LifecyclePolicyPreviewFilter = [3, n0, _LPPF, 0, [_tS], [0]];
1017
+ export var LifecyclePolicyPreviewInProgressException = [
1018
+ -3,
1019
+ n0,
1020
+ _LPPIPE,
1021
+ {
1022
+ [_e]: _c,
1023
+ },
1024
+ [_me],
1025
+ [0],
1026
+ ];
1027
+ TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewInProgressException, __LifecyclePolicyPreviewInProgressException);
1028
+ export var LifecyclePolicyPreviewNotFoundException = [
1029
+ -3,
1030
+ n0,
1031
+ _LPPNFE,
1032
+ {
1033
+ [_e]: _c,
1034
+ },
1035
+ [_me],
1036
+ [0],
1037
+ ];
1038
+ TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewNotFoundException, __LifecyclePolicyPreviewNotFoundException);
1039
+ export var LifecyclePolicyPreviewResult = [
1040
+ 3,
1041
+ n0,
1042
+ _LPPR,
1043
+ 0,
1044
+ [_iT, _iDm, _iPA, _ac, _aRP],
1045
+ [64 | 0, 0, 4, () => LifecyclePolicyRuleAction, 1],
1046
+ ];
1047
+ export var LifecyclePolicyPreviewSummary = [3, n0, _LPPS, 0, [_eITC], [1]];
1048
+ export var LifecyclePolicyRuleAction = [3, n0, _LPRA, 0, [_ty], [0]];
1049
+ export var LimitExceededException = [
1050
+ -3,
1051
+ n0,
1052
+ _LEE,
1053
+ {
1054
+ [_e]: _c,
1055
+ },
1056
+ [_me],
1057
+ [0],
1058
+ ];
1059
+ TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
1060
+ export var ListImagesFilter = [3, n0, _LIF, 0, [_tS], [0]];
1061
+ export var ListImagesRequest = [
1062
+ 3,
1063
+ n0,
1064
+ _LIR,
1065
+ 0,
1066
+ [_rI, _rN, _nT, _mR, _fi],
1067
+ [0, 0, 0, 1, () => ListImagesFilter],
1068
+ ];
1069
+ export var ListImagesResponse = [3, n0, _LIRi, 0, [_iI, _nT], [() => ImageIdentifierList, 0]];
1070
+ export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
1071
+ export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
1072
+ export var PackageVulnerabilityDetails = [
1073
+ 3,
1074
+ n0,
1075
+ _PVD,
1076
+ 0,
1077
+ [_cv, _rU, _rV, _s, _sU, _vCA, _vS, _vUA, _vI, _vP],
1078
+ [() => CvssScoreList, 64 | 0, 64 | 0, 0, 0, 4, 0, 4, 0, () => VulnerablePackagesList],
1079
+ ];
1080
+ export var PullThroughCacheRule = [
1081
+ 3,
1082
+ n0,
1083
+ _PTCR,
1084
+ 0,
1085
+ [_eRP, _uRU, _cAr, _rI, _cA, _cRA, _uRP, _uR, _uA],
1086
+ [0, 0, 4, 0, 0, 0, 0, 0, 4],
1087
+ ];
1088
+ export var PullThroughCacheRuleAlreadyExistsException = [
1089
+ -3,
1090
+ n0,
1091
+ _PTCRAEE,
1092
+ {
1093
+ [_e]: _c,
1094
+ },
1095
+ [_me],
1096
+ [0],
1097
+ ];
1098
+ TypeRegistry.for(n0).registerError(PullThroughCacheRuleAlreadyExistsException, __PullThroughCacheRuleAlreadyExistsException);
1099
+ export var PullThroughCacheRuleNotFoundException = [
1100
+ -3,
1101
+ n0,
1102
+ _PTCRNFE,
1103
+ {
1104
+ [_e]: _c,
1105
+ },
1106
+ [_me],
1107
+ [0],
1108
+ ];
1109
+ TypeRegistry.for(n0).registerError(PullThroughCacheRuleNotFoundException, __PullThroughCacheRuleNotFoundException);
1110
+ export var PutAccountSettingRequest = [3, n0, _PASR, 0, [_n, _v], [0, 0]];
1111
+ export var PutAccountSettingResponse = [3, n0, _PASRu, 0, [_n, _v], [0, 0]];
1112
+ export var PutImageRequest = [
1113
+ 3,
1114
+ n0,
1115
+ _PIR,
1116
+ 0,
1117
+ [_rI, _rN, _iM, _iMMT, _iTm, _iDm],
1118
+ [0, 0, 0, 0, 0, 0],
1119
+ ];
1120
+ export var PutImageResponse = [3, n0, _PIRu, 0, [_im], [() => Image]];
1121
+ export var PutImageScanningConfigurationRequest = [
1122
+ 3,
1123
+ n0,
1124
+ _PISCR,
1125
+ 0,
1126
+ [_rI, _rN, _iSC],
1127
+ [0, 0, () => ImageScanningConfiguration],
1128
+ ];
1129
+ export var PutImageScanningConfigurationResponse = [
1130
+ 3,
1131
+ n0,
1132
+ _PISCRu,
1133
+ 0,
1134
+ [_rI, _rN, _iSC],
1135
+ [0, 0, () => ImageScanningConfiguration],
1136
+ ];
1137
+ export var PutImageTagMutabilityRequest = [
1138
+ 3,
1139
+ n0,
1140
+ _PITMR,
1141
+ 0,
1142
+ [_rI, _rN, _iTM, _iTMEF],
1143
+ [0, 0, 0, () => ImageTagMutabilityExclusionFilters],
1144
+ ];
1145
+ export var PutImageTagMutabilityResponse = [
1146
+ 3,
1147
+ n0,
1148
+ _PITMRu,
1149
+ 0,
1150
+ [_rI, _rN, _iTM, _iTMEF],
1151
+ [0, 0, 0, () => ImageTagMutabilityExclusionFilters],
1152
+ ];
1153
+ export var PutLifecyclePolicyRequest = [3, n0, _PLPR, 0, [_rI, _rN, _lPT], [0, 0, 0]];
1154
+ export var PutLifecyclePolicyResponse = [3, n0, _PLPRu, 0, [_rI, _rN, _lPT], [0, 0, 0]];
1155
+ export var PutRegistryPolicyRequest = [3, n0, _PRPR, 0, [_pT], [0]];
1156
+ export var PutRegistryPolicyResponse = [3, n0, _PRPRu, 0, [_rI, _pT], [0, 0]];
1157
+ export var PutRegistryScanningConfigurationRequest = [
1158
+ 3,
1159
+ n0,
1160
+ _PRSCR,
1161
+ 0,
1162
+ [_sT, _ru],
1163
+ [0, () => RegistryScanningRuleList],
1164
+ ];
1165
+ export var PutRegistryScanningConfigurationResponse = [
1166
+ 3,
1167
+ n0,
1168
+ _PRSCRu,
1169
+ 0,
1170
+ [_rSC],
1171
+ [() => RegistryScanningConfiguration],
1172
+ ];
1173
+ export var PutReplicationConfigurationRequest = [
1174
+ 3,
1175
+ n0,
1176
+ _PRCR,
1177
+ 0,
1178
+ [_rC],
1179
+ [() => ReplicationConfiguration],
1180
+ ];
1181
+ export var PutReplicationConfigurationResponse = [
1182
+ 3,
1183
+ n0,
1184
+ _PRCRu,
1185
+ 0,
1186
+ [_rC],
1187
+ [() => ReplicationConfiguration],
1188
+ ];
1189
+ export var Recommendation = [3, n0, _R, 0, [_ur, _te], [0, 0]];
1190
+ export var ReferencedImagesNotFoundException = [
1191
+ -3,
1192
+ n0,
1193
+ _RINFE,
1194
+ {
1195
+ [_e]: _c,
1196
+ },
1197
+ [_me],
1198
+ [0],
1199
+ ];
1200
+ TypeRegistry.for(n0).registerError(ReferencedImagesNotFoundException, __ReferencedImagesNotFoundException);
1201
+ export var RegistryPolicyNotFoundException = [
1202
+ -3,
1203
+ n0,
1204
+ _RPNFE,
1205
+ {
1206
+ [_e]: _c,
1207
+ },
1208
+ [_me],
1209
+ [0],
1210
+ ];
1211
+ TypeRegistry.for(n0).registerError(RegistryPolicyNotFoundException, __RegistryPolicyNotFoundException);
1212
+ export var RegistryScanningConfiguration = [
1213
+ 3,
1214
+ n0,
1215
+ _RSC,
1216
+ 0,
1217
+ [_sT, _ru],
1218
+ [0, () => RegistryScanningRuleList],
1219
+ ];
1220
+ export var RegistryScanningRule = [
1221
+ 3,
1222
+ n0,
1223
+ _RSR,
1224
+ 0,
1225
+ [_sF, _rF],
1226
+ [0, () => ScanningRepositoryFilterList],
1227
+ ];
1228
+ export var Remediation = [3, n0, _Re, 0, [_rec], [() => Recommendation]];
1229
+ export var ReplicationConfiguration = [3, n0, _RC, 0, [_ru], [() => ReplicationRuleList]];
1230
+ export var ReplicationDestination = [3, n0, _RD, 0, [_reg, _rI], [0, 0]];
1231
+ export var ReplicationRule = [
1232
+ 3,
1233
+ n0,
1234
+ _RR,
1235
+ 0,
1236
+ [_de, _rF],
1237
+ [() => ReplicationDestinationList, () => RepositoryFilterList],
1238
+ ];
1239
+ export var Repository = [
1240
+ 3,
1241
+ n0,
1242
+ _Rep,
1243
+ 0,
1244
+ [_rAe, _rI, _rN, _rUe, _cAr, _iTM, _iTMEF, _iSC, _eC],
1245
+ [
1246
+ 0,
1247
+ 0,
1248
+ 0,
1249
+ 0,
1250
+ 4,
1251
+ 0,
1252
+ () => ImageTagMutabilityExclusionFilters,
1253
+ () => ImageScanningConfiguration,
1254
+ () => EncryptionConfiguration,
1255
+ ],
1256
+ ];
1257
+ export var RepositoryAlreadyExistsException = [
1258
+ -3,
1259
+ n0,
1260
+ _RAEE,
1261
+ {
1262
+ [_e]: _c,
1263
+ },
1264
+ [_me],
1265
+ [0],
1266
+ ];
1267
+ TypeRegistry.for(n0).registerError(RepositoryAlreadyExistsException, __RepositoryAlreadyExistsException);
1268
+ export var RepositoryCreationTemplate = [
1269
+ 3,
1270
+ n0,
1271
+ _RCT,
1272
+ 0,
1273
+ [_pr, _d, _eC, _rT, _iTM, _iTMEF, _rP, _lP, _aF, _cRA, _cAr, _uA],
1274
+ [
1275
+ 0,
1276
+ 0,
1277
+ () => EncryptionConfigurationForRepositoryCreationTemplate,
1278
+ () => TagList,
1279
+ 0,
1280
+ () => ImageTagMutabilityExclusionFilters,
1281
+ 0,
1282
+ 0,
1283
+ 64 | 0,
1284
+ 0,
1285
+ 4,
1286
+ 4,
1287
+ ],
1288
+ ];
1289
+ export var RepositoryFilter = [3, n0, _RF, 0, [_fi, _fT], [0, 0]];
1290
+ export var RepositoryNotEmptyException = [
1291
+ -3,
1292
+ n0,
1293
+ _RNEE,
1294
+ {
1295
+ [_e]: _c,
1296
+ },
1297
+ [_me],
1298
+ [0],
1299
+ ];
1300
+ TypeRegistry.for(n0).registerError(RepositoryNotEmptyException, __RepositoryNotEmptyException);
1301
+ export var RepositoryNotFoundException = [
1302
+ -3,
1303
+ n0,
1304
+ _RNFE,
1305
+ {
1306
+ [_e]: _c,
1307
+ },
1308
+ [_me],
1309
+ [0],
1310
+ ];
1311
+ TypeRegistry.for(n0).registerError(RepositoryNotFoundException, __RepositoryNotFoundException);
1312
+ export var RepositoryPolicyNotFoundException = [
1313
+ -3,
1314
+ n0,
1315
+ _RPNFEe,
1316
+ {
1317
+ [_e]: _c,
1318
+ },
1319
+ [_me],
1320
+ [0],
1321
+ ];
1322
+ TypeRegistry.for(n0).registerError(RepositoryPolicyNotFoundException, __RepositoryPolicyNotFoundException);
1323
+ export var RepositoryScanningConfiguration = [
1324
+ 3,
1325
+ n0,
1326
+ _RSCe,
1327
+ 0,
1328
+ [_rAe, _rN, _sOP, _sF, _aSF],
1329
+ [0, 0, 2, 0, () => ScanningRepositoryFilterList],
1330
+ ];
1331
+ export var RepositoryScanningConfigurationFailure = [
1332
+ 3,
1333
+ n0,
1334
+ _RSCF,
1335
+ 0,
1336
+ [_rN, _fC, _fR],
1337
+ [0, 0, 0],
1338
+ ];
1339
+ export var Resource = [
1340
+ 3,
1341
+ n0,
1342
+ _Res,
1343
+ 0,
1344
+ [_det, _id, _t, _ty],
1345
+ [() => ResourceDetails, 0, 128 | 0, 0],
1346
+ ];
1347
+ export var ResourceDetails = [3, n0, _RDe, 0, [_aECI], [() => AwsEcrContainerImageDetails]];
1348
+ export var ScanningRepositoryFilter = [3, n0, _SRF, 0, [_fi, _fT], [0, 0]];
1349
+ export var ScanNotFoundException = [
1350
+ -3,
1351
+ n0,
1352
+ _SNFE,
1353
+ {
1354
+ [_e]: _c,
1355
+ },
1356
+ [_me],
1357
+ [0],
1358
+ ];
1359
+ TypeRegistry.for(n0).registerError(ScanNotFoundException, __ScanNotFoundException);
1360
+ export var ScoreDetails = [3, n0, _SD, 0, [_cv], [() => CvssScoreDetails]];
1361
+ export var SecretNotFoundException = [
1362
+ -3,
1363
+ n0,
1364
+ _SNFEe,
1365
+ {
1366
+ [_e]: _c,
1367
+ },
1368
+ [_me],
1369
+ [0],
1370
+ ];
1371
+ TypeRegistry.for(n0).registerError(SecretNotFoundException, __SecretNotFoundException);
1372
+ export var ServerException = [
1373
+ -3,
1374
+ n0,
1375
+ _SE,
1376
+ {
1377
+ [_e]: _ser,
1378
+ },
1379
+ [_me],
1380
+ [0],
1381
+ ];
1382
+ TypeRegistry.for(n0).registerError(ServerException, __ServerException);
1383
+ export var SetRepositoryPolicyRequest = [3, n0, _SRPR, 0, [_rI, _rN, _pT, _fo], [0, 0, 0, 2]];
1384
+ export var SetRepositoryPolicyResponse = [3, n0, _SRPRe, 0, [_rI, _rN, _pT], [0, 0, 0]];
1385
+ export var StartImageScanRequest = [
1386
+ 3,
1387
+ n0,
1388
+ _SISR,
1389
+ 0,
1390
+ [_rI, _rN, _iIm],
1391
+ [0, 0, () => ImageIdentifier],
1392
+ ];
1393
+ export var StartImageScanResponse = [
1394
+ 3,
1395
+ n0,
1396
+ _SISRt,
1397
+ 0,
1398
+ [_rI, _rN, _iIm, _iSS],
1399
+ [0, 0, () => ImageIdentifier, () => ImageScanStatus],
1400
+ ];
1401
+ export var StartLifecyclePolicyPreviewRequest = [3, n0, _SLPPR, 0, [_rI, _rN, _lPT], [0, 0, 0]];
1402
+ export var StartLifecyclePolicyPreviewResponse = [
1403
+ 3,
1404
+ n0,
1405
+ _SLPPRt,
1406
+ 0,
1407
+ [_rI, _rN, _lPT, _st],
1408
+ [0, 0, 0, 0],
1409
+ ];
1410
+ export var Tag = [3, n0, _T, 0, [_K, _V], [0, 0]];
1411
+ export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
1412
+ export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
1413
+ export var TemplateAlreadyExistsException = [
1414
+ -3,
1415
+ n0,
1416
+ _TAEE,
1417
+ {
1418
+ [_e]: _c,
1419
+ },
1420
+ [_me],
1421
+ [0],
1422
+ ];
1423
+ TypeRegistry.for(n0).registerError(TemplateAlreadyExistsException, __TemplateAlreadyExistsException);
1424
+ export var TemplateNotFoundException = [
1425
+ -3,
1426
+ n0,
1427
+ _TNFE,
1428
+ {
1429
+ [_e]: _c,
1430
+ },
1431
+ [_me],
1432
+ [0],
1433
+ ];
1434
+ TypeRegistry.for(n0).registerError(TemplateNotFoundException, __TemplateNotFoundException);
1435
+ export var TooManyTagsException = [
1436
+ -3,
1437
+ n0,
1438
+ _TMTE,
1439
+ {
1440
+ [_e]: _c,
1441
+ },
1442
+ [_me],
1443
+ [0],
1444
+ ];
1445
+ TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
1446
+ export var UnableToAccessSecretException = [
1447
+ -3,
1448
+ n0,
1449
+ _UTASE,
1450
+ {
1451
+ [_e]: _c,
1452
+ },
1453
+ [_me],
1454
+ [0],
1455
+ ];
1456
+ TypeRegistry.for(n0).registerError(UnableToAccessSecretException, __UnableToAccessSecretException);
1457
+ export var UnableToDecryptSecretValueException = [
1458
+ -3,
1459
+ n0,
1460
+ _UTDSVE,
1461
+ {
1462
+ [_e]: _c,
1463
+ },
1464
+ [_me],
1465
+ [0],
1466
+ ];
1467
+ TypeRegistry.for(n0).registerError(UnableToDecryptSecretValueException, __UnableToDecryptSecretValueException);
1468
+ export var UnableToGetUpstreamImageException = [
1469
+ -3,
1470
+ n0,
1471
+ _UTGUIE,
1472
+ {
1473
+ [_e]: _c,
1474
+ },
1475
+ [_me],
1476
+ [0],
1477
+ ];
1478
+ TypeRegistry.for(n0).registerError(UnableToGetUpstreamImageException, __UnableToGetUpstreamImageException);
1479
+ export var UnableToGetUpstreamLayerException = [
1480
+ -3,
1481
+ n0,
1482
+ _UTGULE,
1483
+ {
1484
+ [_e]: _c,
1485
+ },
1486
+ [_me],
1487
+ [0],
1488
+ ];
1489
+ TypeRegistry.for(n0).registerError(UnableToGetUpstreamLayerException, __UnableToGetUpstreamLayerException);
1490
+ export var UnsupportedImageTypeException = [
1491
+ -3,
1492
+ n0,
1493
+ _UITE,
1494
+ {
1495
+ [_e]: _c,
1496
+ },
1497
+ [_me],
1498
+ [0],
1499
+ ];
1500
+ TypeRegistry.for(n0).registerError(UnsupportedImageTypeException, __UnsupportedImageTypeException);
1501
+ export var UnsupportedUpstreamRegistryException = [
1502
+ -3,
1503
+ n0,
1504
+ _UURE,
1505
+ {
1506
+ [_e]: _c,
1507
+ },
1508
+ [_me],
1509
+ [0],
1510
+ ];
1511
+ TypeRegistry.for(n0).registerError(UnsupportedUpstreamRegistryException, __UnsupportedUpstreamRegistryException);
1512
+ export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
1513
+ export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
1514
+ export var UpdatePullThroughCacheRuleRequest = [
1515
+ 3,
1516
+ n0,
1517
+ _UPTCRR,
1518
+ 0,
1519
+ [_rI, _eRP, _cA, _cRA],
1520
+ [0, 0, 0, 0],
1521
+ ];
1522
+ export var UpdatePullThroughCacheRuleResponse = [
1523
+ 3,
1524
+ n0,
1525
+ _UPTCRRp,
1526
+ 0,
1527
+ [_eRP, _rI, _uA, _cA, _cRA, _uRP],
1528
+ [0, 0, 4, 0, 0, 0],
1529
+ ];
1530
+ export var UpdateRepositoryCreationTemplateRequest = [
1531
+ 3,
1532
+ n0,
1533
+ _URCTR,
1534
+ 0,
1535
+ [_pr, _d, _eC, _rT, _iTM, _iTMEF, _rP, _lP, _aF, _cRA],
1536
+ [
1537
+ 0,
1538
+ 0,
1539
+ () => EncryptionConfigurationForRepositoryCreationTemplate,
1540
+ () => TagList,
1541
+ 0,
1542
+ () => ImageTagMutabilityExclusionFilters,
1543
+ 0,
1544
+ 0,
1545
+ 64 | 0,
1546
+ 0,
1547
+ ],
1548
+ ];
1549
+ export var UpdateRepositoryCreationTemplateResponse = [
1550
+ 3,
1551
+ n0,
1552
+ _URCTRp,
1553
+ 0,
1554
+ [_rI, _rCT],
1555
+ [0, () => RepositoryCreationTemplate],
1556
+ ];
1557
+ export var UploadLayerPartRequest = [
1558
+ 3,
1559
+ n0,
1560
+ _ULPR,
1561
+ 0,
1562
+ [_rI, _rN, _uI, _pFB, _pLB, _lPB],
1563
+ [0, 0, 0, 1, 1, 21],
1564
+ ];
1565
+ export var UploadLayerPartResponse = [3, n0, _ULPRp, 0, [_rI, _rN, _uI, _lBR], [0, 0, 0, 1]];
1566
+ export var UploadNotFoundException = [
1567
+ -3,
1568
+ n0,
1569
+ _UNFE,
1570
+ {
1571
+ [_e]: _c,
1572
+ },
1573
+ [_me],
1574
+ [0],
1575
+ ];
1576
+ TypeRegistry.for(n0).registerError(UploadNotFoundException, __UploadNotFoundException);
1577
+ export var ValidatePullThroughCacheRuleRequest = [3, n0, _VPTCRR, 0, [_eRP, _rI], [0, 0]];
1578
+ export var ValidatePullThroughCacheRuleResponse = [
1579
+ 3,
1580
+ n0,
1581
+ _VPTCRRa,
1582
+ 0,
1583
+ [_eRP, _rI, _uRU, _cA, _cRA, _uRP, _iV, _fa],
1584
+ [0, 0, 0, 0, 0, 0, 2, 0],
1585
+ ];
1586
+ export var ValidationException = [
1587
+ -3,
1588
+ n0,
1589
+ _VE,
1590
+ {
1591
+ [_e]: _c,
1592
+ [_hE]: 400,
1593
+ },
1594
+ [_me],
1595
+ [0],
1596
+ ];
1597
+ TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
1598
+ export var VulnerablePackage = [
1599
+ 3,
1600
+ n0,
1601
+ _VP,
1602
+ 0,
1603
+ [_ar, _ep, _fP, _n, _pM, _rel, _sLH, _ve, _fIV],
1604
+ [0, 1, 0, 0, 0, 0, 0, 0, 0],
1605
+ ];
1606
+ export var __Unit = "unit";
1607
+ export var ECRServiceException = [-3, _sm, "ECRServiceException", 0, [], []];
1608
+ TypeRegistry.for(_sm).registerError(ECRServiceException, __ECRServiceException);
1609
+ export var AttributeList = [1, n0, _AL, 0, () => Attribute];
1610
+ export var AuthorizationDataList = [1, n0, _ADL, 0, () => AuthorizationData];
1611
+ export var BatchedOperationLayerDigestList = 64 | 0;
1612
+ export var CvssScoreAdjustmentList = [1, n0, _CSAL, 0, () => CvssScoreAdjustment];
1613
+ export var CvssScoreList = [1, n0, _CSL, 0, () => CvssScore];
1614
+ export var EnhancedImageScanFindingList = [1, n0, _EISFL, 0, () => EnhancedImageScanFinding];
1615
+ export var GetAuthorizationTokenRegistryIdList = 64 | 0;
1616
+ export var ImageDetailList = [1, n0, _IDL, 0, () => ImageDetail];
1617
+ export var ImageFailureList = [1, n0, _IFL, 0, () => ImageFailure];
1618
+ export var ImageIdentifierList = [1, n0, _IIL, 0, () => ImageIdentifier];
1619
+ export var ImageList = [1, n0, _IL, 0, () => Image];
1620
+ export var ImageReplicationStatusList = [1, n0, _IRSL, 0, () => ImageReplicationStatus];
1621
+ export var ImageScanFindingList = [1, n0, _ISFL, 0, () => ImageScanFinding];
1622
+ export var ImageTagList = 64 | 0;
1623
+ export var ImageTagMutabilityExclusionFilters = [
1624
+ 1,
1625
+ n0,
1626
+ _ITMEFm,
1627
+ 0,
1628
+ () => ImageTagMutabilityExclusionFilter,
1629
+ ];
1630
+ export var ImageTagsList = 64 | 0;
1631
+ export var LayerDigestList = 64 | 0;
1632
+ export var LayerFailureList = [1, n0, _LFL, 0, () => LayerFailure];
1633
+ export var LayerList = [1, n0, _LL, 0, () => Layer];
1634
+ export var LifecyclePolicyPreviewResultList = [1, n0, _LPPRL, 0, () => LifecyclePolicyPreviewResult];
1635
+ export var MediaTypeList = 64 | 0;
1636
+ export var PrefixList = 64 | 0;
1637
+ export var PullThroughCacheRuleList = [1, n0, _PTCRL, 0, () => PullThroughCacheRule];
1638
+ export var PullThroughCacheRuleRepositoryPrefixList = 64 | 0;
1639
+ export var RCTAppliedForList = 64 | 0;
1640
+ export var ReferenceUrlsList = 64 | 0;
1641
+ export var RegistryScanningRuleList = [1, n0, _RSRL, 0, () => RegistryScanningRule];
1642
+ export var RelatedVulnerabilitiesList = 64 | 0;
1643
+ export var ReplicationDestinationList = [1, n0, _RDL, 0, () => ReplicationDestination];
1644
+ export var ReplicationRuleList = [1, n0, _RRL, 0, () => ReplicationRule];
1645
+ export var RepositoryCreationTemplateList = [1, n0, _RCTL, 0, () => RepositoryCreationTemplate];
1646
+ export var RepositoryFilterList = [1, n0, _RFL, 0, () => RepositoryFilter];
1647
+ export var RepositoryList = [1, n0, _RL, 0, () => Repository];
1648
+ export var RepositoryNameList = 64 | 0;
1649
+ export var RepositoryScanningConfigurationFailureList = [
1650
+ 1,
1651
+ n0,
1652
+ _RSCFL,
1653
+ 0,
1654
+ () => RepositoryScanningConfigurationFailure,
1655
+ ];
1656
+ export var RepositoryScanningConfigurationList = [
1657
+ 1,
1658
+ n0,
1659
+ _RSCL,
1660
+ 0,
1661
+ () => RepositoryScanningConfiguration,
1662
+ ];
1663
+ export var ResourceList = [1, n0, _RLe, 0, () => Resource];
1664
+ export var ScanningConfigurationRepositoryNameList = 64 | 0;
1665
+ export var ScanningRepositoryFilterList = [1, n0, _SRFL, 0, () => ScanningRepositoryFilter];
1666
+ export var TagKeyList = 64 | 0;
1667
+ export var TagList = [1, n0, _TL, 0, () => Tag];
1668
+ export var VulnerablePackagesList = [1, n0, _VPL, 0, () => VulnerablePackage];
1669
+ export var FindingSeverityCounts = 128 | 1;
1670
+ export var Tags = 128 | 0;
1671
+ export var BatchCheckLayerAvailability = [
1672
+ 9,
1673
+ n0,
1674
+ _BCLA,
1675
+ 0,
1676
+ () => BatchCheckLayerAvailabilityRequest,
1677
+ () => BatchCheckLayerAvailabilityResponse,
1678
+ ];
1679
+ export var BatchDeleteImage = [
1680
+ 9,
1681
+ n0,
1682
+ _BDI,
1683
+ 0,
1684
+ () => BatchDeleteImageRequest,
1685
+ () => BatchDeleteImageResponse,
1686
+ ];
1687
+ export var BatchGetImage = [
1688
+ 9,
1689
+ n0,
1690
+ _BGI,
1691
+ 0,
1692
+ () => BatchGetImageRequest,
1693
+ () => BatchGetImageResponse,
1694
+ ];
1695
+ export var BatchGetRepositoryScanningConfiguration = [
1696
+ 9,
1697
+ n0,
1698
+ _BGRSC,
1699
+ 0,
1700
+ () => BatchGetRepositoryScanningConfigurationRequest,
1701
+ () => BatchGetRepositoryScanningConfigurationResponse,
1702
+ ];
1703
+ export var CompleteLayerUpload = [
1704
+ 9,
1705
+ n0,
1706
+ _CLU,
1707
+ 0,
1708
+ () => CompleteLayerUploadRequest,
1709
+ () => CompleteLayerUploadResponse,
1710
+ ];
1711
+ export var CreatePullThroughCacheRule = [
1712
+ 9,
1713
+ n0,
1714
+ _CPTCR,
1715
+ 0,
1716
+ () => CreatePullThroughCacheRuleRequest,
1717
+ () => CreatePullThroughCacheRuleResponse,
1718
+ ];
1719
+ export var CreateRepository = [
1720
+ 9,
1721
+ n0,
1722
+ _CR,
1723
+ 0,
1724
+ () => CreateRepositoryRequest,
1725
+ () => CreateRepositoryResponse,
1726
+ ];
1727
+ export var CreateRepositoryCreationTemplate = [
1728
+ 9,
1729
+ n0,
1730
+ _CRCT,
1731
+ 0,
1732
+ () => CreateRepositoryCreationTemplateRequest,
1733
+ () => CreateRepositoryCreationTemplateResponse,
1734
+ ];
1735
+ export var DeleteLifecyclePolicy = [
1736
+ 9,
1737
+ n0,
1738
+ _DLP,
1739
+ 0,
1740
+ () => DeleteLifecyclePolicyRequest,
1741
+ () => DeleteLifecyclePolicyResponse,
1742
+ ];
1743
+ export var DeletePullThroughCacheRule = [
1744
+ 9,
1745
+ n0,
1746
+ _DPTCR,
1747
+ 0,
1748
+ () => DeletePullThroughCacheRuleRequest,
1749
+ () => DeletePullThroughCacheRuleResponse,
1750
+ ];
1751
+ export var DeleteRegistryPolicy = [
1752
+ 9,
1753
+ n0,
1754
+ _DRP,
1755
+ 0,
1756
+ () => DeleteRegistryPolicyRequest,
1757
+ () => DeleteRegistryPolicyResponse,
1758
+ ];
1759
+ export var DeleteRepository = [
1760
+ 9,
1761
+ n0,
1762
+ _DR,
1763
+ 0,
1764
+ () => DeleteRepositoryRequest,
1765
+ () => DeleteRepositoryResponse,
1766
+ ];
1767
+ export var DeleteRepositoryCreationTemplate = [
1768
+ 9,
1769
+ n0,
1770
+ _DRCT,
1771
+ 0,
1772
+ () => DeleteRepositoryCreationTemplateRequest,
1773
+ () => DeleteRepositoryCreationTemplateResponse,
1774
+ ];
1775
+ export var DeleteRepositoryPolicy = [
1776
+ 9,
1777
+ n0,
1778
+ _DRPe,
1779
+ 0,
1780
+ () => DeleteRepositoryPolicyRequest,
1781
+ () => DeleteRepositoryPolicyResponse,
1782
+ ];
1783
+ export var DescribeImageReplicationStatus = [
1784
+ 9,
1785
+ n0,
1786
+ _DIRS,
1787
+ 0,
1788
+ () => DescribeImageReplicationStatusRequest,
1789
+ () => DescribeImageReplicationStatusResponse,
1790
+ ];
1791
+ export var DescribeImages = [
1792
+ 9,
1793
+ n0,
1794
+ _DI,
1795
+ 0,
1796
+ () => DescribeImagesRequest,
1797
+ () => DescribeImagesResponse,
1798
+ ];
1799
+ export var DescribeImageScanFindings = [
1800
+ 9,
1801
+ n0,
1802
+ _DISF,
1803
+ 0,
1804
+ () => DescribeImageScanFindingsRequest,
1805
+ () => DescribeImageScanFindingsResponse,
1806
+ ];
1807
+ export var DescribePullThroughCacheRules = [
1808
+ 9,
1809
+ n0,
1810
+ _DPTCRe,
1811
+ 0,
1812
+ () => DescribePullThroughCacheRulesRequest,
1813
+ () => DescribePullThroughCacheRulesResponse,
1814
+ ];
1815
+ export var DescribeRegistry = [
1816
+ 9,
1817
+ n0,
1818
+ _DRe,
1819
+ 0,
1820
+ () => DescribeRegistryRequest,
1821
+ () => DescribeRegistryResponse,
1822
+ ];
1823
+ export var DescribeRepositories = [
1824
+ 9,
1825
+ n0,
1826
+ _DRes,
1827
+ 0,
1828
+ () => DescribeRepositoriesRequest,
1829
+ () => DescribeRepositoriesResponse,
1830
+ ];
1831
+ export var DescribeRepositoryCreationTemplates = [
1832
+ 9,
1833
+ n0,
1834
+ _DRCTe,
1835
+ 0,
1836
+ () => DescribeRepositoryCreationTemplatesRequest,
1837
+ () => DescribeRepositoryCreationTemplatesResponse,
1838
+ ];
1839
+ export var GetAccountSetting = [
1840
+ 9,
1841
+ n0,
1842
+ _GAS,
1843
+ 0,
1844
+ () => GetAccountSettingRequest,
1845
+ () => GetAccountSettingResponse,
1846
+ ];
1847
+ export var GetAuthorizationToken = [
1848
+ 9,
1849
+ n0,
1850
+ _GAT,
1851
+ 0,
1852
+ () => GetAuthorizationTokenRequest,
1853
+ () => GetAuthorizationTokenResponse,
1854
+ ];
1855
+ export var GetDownloadUrlForLayer = [
1856
+ 9,
1857
+ n0,
1858
+ _GDUFL,
1859
+ 0,
1860
+ () => GetDownloadUrlForLayerRequest,
1861
+ () => GetDownloadUrlForLayerResponse,
1862
+ ];
1863
+ export var GetLifecyclePolicy = [
1864
+ 9,
1865
+ n0,
1866
+ _GLP,
1867
+ 0,
1868
+ () => GetLifecyclePolicyRequest,
1869
+ () => GetLifecyclePolicyResponse,
1870
+ ];
1871
+ export var GetLifecyclePolicyPreview = [
1872
+ 9,
1873
+ n0,
1874
+ _GLPP,
1875
+ 0,
1876
+ () => GetLifecyclePolicyPreviewRequest,
1877
+ () => GetLifecyclePolicyPreviewResponse,
1878
+ ];
1879
+ export var GetRegistryPolicy = [
1880
+ 9,
1881
+ n0,
1882
+ _GRP,
1883
+ 0,
1884
+ () => GetRegistryPolicyRequest,
1885
+ () => GetRegistryPolicyResponse,
1886
+ ];
1887
+ export var GetRegistryScanningConfiguration = [
1888
+ 9,
1889
+ n0,
1890
+ _GRSC,
1891
+ 0,
1892
+ () => GetRegistryScanningConfigurationRequest,
1893
+ () => GetRegistryScanningConfigurationResponse,
1894
+ ];
1895
+ export var GetRepositoryPolicy = [
1896
+ 9,
1897
+ n0,
1898
+ _GRPe,
1899
+ 0,
1900
+ () => GetRepositoryPolicyRequest,
1901
+ () => GetRepositoryPolicyResponse,
1902
+ ];
1903
+ export var InitiateLayerUpload = [
1904
+ 9,
1905
+ n0,
1906
+ _ILU,
1907
+ 0,
1908
+ () => InitiateLayerUploadRequest,
1909
+ () => InitiateLayerUploadResponse,
1910
+ ];
1911
+ export var ListImages = [9, n0, _LI, 0, () => ListImagesRequest, () => ListImagesResponse];
1912
+ export var ListTagsForResource = [
1913
+ 9,
1914
+ n0,
1915
+ _LTFR,
1916
+ 0,
1917
+ () => ListTagsForResourceRequest,
1918
+ () => ListTagsForResourceResponse,
1919
+ ];
1920
+ export var PutAccountSetting = [
1921
+ 9,
1922
+ n0,
1923
+ _PAS,
1924
+ 0,
1925
+ () => PutAccountSettingRequest,
1926
+ () => PutAccountSettingResponse,
1927
+ ];
1928
+ export var PutImage = [9, n0, _PI, 0, () => PutImageRequest, () => PutImageResponse];
1929
+ export var PutImageScanningConfiguration = [
1930
+ 9,
1931
+ n0,
1932
+ _PISC,
1933
+ 0,
1934
+ () => PutImageScanningConfigurationRequest,
1935
+ () => PutImageScanningConfigurationResponse,
1936
+ ];
1937
+ export var PutImageTagMutability = [
1938
+ 9,
1939
+ n0,
1940
+ _PITM,
1941
+ 0,
1942
+ () => PutImageTagMutabilityRequest,
1943
+ () => PutImageTagMutabilityResponse,
1944
+ ];
1945
+ export var PutLifecyclePolicy = [
1946
+ 9,
1947
+ n0,
1948
+ _PLP,
1949
+ 0,
1950
+ () => PutLifecyclePolicyRequest,
1951
+ () => PutLifecyclePolicyResponse,
1952
+ ];
1953
+ export var PutRegistryPolicy = [
1954
+ 9,
1955
+ n0,
1956
+ _PRP,
1957
+ 0,
1958
+ () => PutRegistryPolicyRequest,
1959
+ () => PutRegistryPolicyResponse,
1960
+ ];
1961
+ export var PutRegistryScanningConfiguration = [
1962
+ 9,
1963
+ n0,
1964
+ _PRSC,
1965
+ 0,
1966
+ () => PutRegistryScanningConfigurationRequest,
1967
+ () => PutRegistryScanningConfigurationResponse,
1968
+ ];
1969
+ export var PutReplicationConfiguration = [
1970
+ 9,
1971
+ n0,
1972
+ _PRC,
1973
+ 0,
1974
+ () => PutReplicationConfigurationRequest,
1975
+ () => PutReplicationConfigurationResponse,
1976
+ ];
1977
+ export var SetRepositoryPolicy = [
1978
+ 9,
1979
+ n0,
1980
+ _SRP,
1981
+ 0,
1982
+ () => SetRepositoryPolicyRequest,
1983
+ () => SetRepositoryPolicyResponse,
1984
+ ];
1985
+ export var StartImageScan = [
1986
+ 9,
1987
+ n0,
1988
+ _SIS,
1989
+ 0,
1990
+ () => StartImageScanRequest,
1991
+ () => StartImageScanResponse,
1992
+ ];
1993
+ export var StartLifecyclePolicyPreview = [
1994
+ 9,
1995
+ n0,
1996
+ _SLPP,
1997
+ 0,
1998
+ () => StartLifecyclePolicyPreviewRequest,
1999
+ () => StartLifecyclePolicyPreviewResponse,
2000
+ ];
2001
+ export var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
2002
+ export var UntagResource = [
2003
+ 9,
2004
+ n0,
2005
+ _UR,
2006
+ 0,
2007
+ () => UntagResourceRequest,
2008
+ () => UntagResourceResponse,
2009
+ ];
2010
+ export var UpdatePullThroughCacheRule = [
2011
+ 9,
2012
+ n0,
2013
+ _UPTCR,
2014
+ 0,
2015
+ () => UpdatePullThroughCacheRuleRequest,
2016
+ () => UpdatePullThroughCacheRuleResponse,
2017
+ ];
2018
+ export var UpdateRepositoryCreationTemplate = [
2019
+ 9,
2020
+ n0,
2021
+ _URCT,
2022
+ 0,
2023
+ () => UpdateRepositoryCreationTemplateRequest,
2024
+ () => UpdateRepositoryCreationTemplateResponse,
2025
+ ];
2026
+ export var UploadLayerPart = [
2027
+ 9,
2028
+ n0,
2029
+ _ULP,
2030
+ 0,
2031
+ () => UploadLayerPartRequest,
2032
+ () => UploadLayerPartResponse,
2033
+ ];
2034
+ export var ValidatePullThroughCacheRule = [
2035
+ 9,
2036
+ n0,
2037
+ _VPTCR,
2038
+ 0,
2039
+ () => ValidatePullThroughCacheRuleRequest,
2040
+ () => ValidatePullThroughCacheRuleResponse,
2041
+ ];