@aws-sdk/client-ecr 3.952.0 → 3.953.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 (78) hide show
  1. package/dist-cjs/index.js +1003 -718
  2. package/dist-cjs/runtimeConfig.shared.js +7 -6
  3. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +2 -2
  4. package/dist-es/commands/BatchDeleteImageCommand.js +2 -2
  5. package/dist-es/commands/BatchGetImageCommand.js +2 -2
  6. package/dist-es/commands/BatchGetRepositoryScanningConfigurationCommand.js +2 -2
  7. package/dist-es/commands/CompleteLayerUploadCommand.js +2 -2
  8. package/dist-es/commands/CreatePullThroughCacheRuleCommand.js +2 -2
  9. package/dist-es/commands/CreateRepositoryCommand.js +2 -2
  10. package/dist-es/commands/CreateRepositoryCreationTemplateCommand.js +2 -2
  11. package/dist-es/commands/DeleteLifecyclePolicyCommand.js +2 -2
  12. package/dist-es/commands/DeletePullThroughCacheRuleCommand.js +2 -2
  13. package/dist-es/commands/DeleteRegistryPolicyCommand.js +2 -2
  14. package/dist-es/commands/DeleteRepositoryCommand.js +2 -2
  15. package/dist-es/commands/DeleteRepositoryCreationTemplateCommand.js +2 -2
  16. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +2 -2
  17. package/dist-es/commands/DeleteSigningConfigurationCommand.js +2 -2
  18. package/dist-es/commands/DeregisterPullTimeUpdateExclusionCommand.js +2 -2
  19. package/dist-es/commands/DescribeImageReplicationStatusCommand.js +2 -2
  20. package/dist-es/commands/DescribeImageScanFindingsCommand.js +2 -2
  21. package/dist-es/commands/DescribeImageSigningStatusCommand.js +2 -2
  22. package/dist-es/commands/DescribeImagesCommand.js +2 -2
  23. package/dist-es/commands/DescribePullThroughCacheRulesCommand.js +2 -2
  24. package/dist-es/commands/DescribeRegistryCommand.js +2 -2
  25. package/dist-es/commands/DescribeRepositoriesCommand.js +2 -2
  26. package/dist-es/commands/DescribeRepositoryCreationTemplatesCommand.js +2 -2
  27. package/dist-es/commands/GetAccountSettingCommand.js +2 -2
  28. package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -2
  29. package/dist-es/commands/GetDownloadUrlForLayerCommand.js +2 -2
  30. package/dist-es/commands/GetLifecyclePolicyCommand.js +2 -2
  31. package/dist-es/commands/GetLifecyclePolicyPreviewCommand.js +2 -2
  32. package/dist-es/commands/GetRegistryPolicyCommand.js +2 -2
  33. package/dist-es/commands/GetRegistryScanningConfigurationCommand.js +2 -2
  34. package/dist-es/commands/GetRepositoryPolicyCommand.js +2 -2
  35. package/dist-es/commands/GetSigningConfigurationCommand.js +2 -2
  36. package/dist-es/commands/InitiateLayerUploadCommand.js +2 -2
  37. package/dist-es/commands/ListImageReferrersCommand.js +2 -2
  38. package/dist-es/commands/ListImagesCommand.js +2 -2
  39. package/dist-es/commands/ListPullTimeUpdateExclusionsCommand.js +2 -2
  40. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  41. package/dist-es/commands/PutAccountSettingCommand.js +2 -2
  42. package/dist-es/commands/PutImageCommand.js +2 -2
  43. package/dist-es/commands/PutImageScanningConfigurationCommand.js +2 -2
  44. package/dist-es/commands/PutImageTagMutabilityCommand.js +2 -2
  45. package/dist-es/commands/PutLifecyclePolicyCommand.js +2 -2
  46. package/dist-es/commands/PutRegistryPolicyCommand.js +2 -2
  47. package/dist-es/commands/PutRegistryScanningConfigurationCommand.js +2 -2
  48. package/dist-es/commands/PutReplicationConfigurationCommand.js +2 -2
  49. package/dist-es/commands/PutSigningConfigurationCommand.js +2 -2
  50. package/dist-es/commands/RegisterPullTimeUpdateExclusionCommand.js +2 -2
  51. package/dist-es/commands/SetRepositoryPolicyCommand.js +2 -2
  52. package/dist-es/commands/StartImageScanCommand.js +2 -2
  53. package/dist-es/commands/StartLifecyclePolicyPreviewCommand.js +2 -2
  54. package/dist-es/commands/TagResourceCommand.js +2 -2
  55. package/dist-es/commands/UntagResourceCommand.js +2 -2
  56. package/dist-es/commands/UpdateImageStorageClassCommand.js +2 -2
  57. package/dist-es/commands/UpdatePullThroughCacheRuleCommand.js +2 -2
  58. package/dist-es/commands/UpdateRepositoryCreationTemplateCommand.js +2 -2
  59. package/dist-es/commands/UploadLayerPartCommand.js +2 -2
  60. package/dist-es/commands/ValidatePullThroughCacheRuleCommand.js +2 -2
  61. package/dist-es/index.js +1 -0
  62. package/dist-es/runtimeConfig.shared.js +7 -6
  63. package/dist-es/schemas/schemas_0.js +550 -542
  64. package/dist-types/ECRClient.d.ts +1 -10
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  67. package/dist-types/runtimeConfig.d.ts +6 -2
  68. package/dist-types/runtimeConfig.native.d.ts +6 -2
  69. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  70. package/dist-types/schemas/schemas_0.d.ts +278 -330
  71. package/dist-types/ts3.4/ECRClient.d.ts +0 -4
  72. package/dist-types/ts3.4/index.d.ts +1 -0
  73. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  74. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  75. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  76. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  77. package/dist-types/ts3.4/schemas/schemas_0.d.ts +277 -330
  78. package/package.json +35 -35
package/dist-cjs/index.js CHANGED
@@ -111,14 +111,14 @@ class ECRClient extends smithyClient.Client {
111
111
  }
112
112
  }
113
113
 
114
- let ECRServiceException$1 = class ECRServiceException extends smithyClient.ServiceException {
114
+ class ECRServiceException extends smithyClient.ServiceException {
115
115
  constructor(options) {
116
116
  super(options);
117
117
  Object.setPrototypeOf(this, ECRServiceException.prototype);
118
118
  }
119
- };
119
+ }
120
120
 
121
- let InvalidParameterException$1 = class InvalidParameterException extends ECRServiceException$1 {
121
+ class InvalidParameterException extends ECRServiceException {
122
122
  name = "InvalidParameterException";
123
123
  $fault = "client";
124
124
  constructor(opts) {
@@ -129,8 +129,8 @@ let InvalidParameterException$1 = class InvalidParameterException extends ECRSer
129
129
  });
130
130
  Object.setPrototypeOf(this, InvalidParameterException.prototype);
131
131
  }
132
- };
133
- let RepositoryNotFoundException$1 = class RepositoryNotFoundException extends ECRServiceException$1 {
132
+ }
133
+ class RepositoryNotFoundException extends ECRServiceException {
134
134
  name = "RepositoryNotFoundException";
135
135
  $fault = "client";
136
136
  constructor(opts) {
@@ -141,8 +141,8 @@ let RepositoryNotFoundException$1 = class RepositoryNotFoundException extends EC
141
141
  });
142
142
  Object.setPrototypeOf(this, RepositoryNotFoundException.prototype);
143
143
  }
144
- };
145
- let ServerException$1 = class ServerException extends ECRServiceException$1 {
144
+ }
145
+ class ServerException extends ECRServiceException {
146
146
  name = "ServerException";
147
147
  $fault = "server";
148
148
  constructor(opts) {
@@ -153,8 +153,8 @@ let ServerException$1 = class ServerException extends ECRServiceException$1 {
153
153
  });
154
154
  Object.setPrototypeOf(this, ServerException.prototype);
155
155
  }
156
- };
157
- let LimitExceededException$1 = class LimitExceededException extends ECRServiceException$1 {
156
+ }
157
+ class LimitExceededException extends ECRServiceException {
158
158
  name = "LimitExceededException";
159
159
  $fault = "client";
160
160
  constructor(opts) {
@@ -165,8 +165,8 @@ let LimitExceededException$1 = class LimitExceededException extends ECRServiceEx
165
165
  });
166
166
  Object.setPrototypeOf(this, LimitExceededException.prototype);
167
167
  }
168
- };
169
- let UnableToGetUpstreamImageException$1 = class UnableToGetUpstreamImageException extends ECRServiceException$1 {
168
+ }
169
+ class UnableToGetUpstreamImageException extends ECRServiceException {
170
170
  name = "UnableToGetUpstreamImageException";
171
171
  $fault = "client";
172
172
  constructor(opts) {
@@ -177,8 +177,8 @@ let UnableToGetUpstreamImageException$1 = class UnableToGetUpstreamImageExceptio
177
177
  });
178
178
  Object.setPrototypeOf(this, UnableToGetUpstreamImageException.prototype);
179
179
  }
180
- };
181
- let ValidationException$1 = class ValidationException extends ECRServiceException$1 {
180
+ }
181
+ class ValidationException extends ECRServiceException {
182
182
  name = "ValidationException";
183
183
  $fault = "client";
184
184
  constructor(opts) {
@@ -189,8 +189,8 @@ let ValidationException$1 = class ValidationException extends ECRServiceExceptio
189
189
  });
190
190
  Object.setPrototypeOf(this, ValidationException.prototype);
191
191
  }
192
- };
193
- let EmptyUploadException$1 = class EmptyUploadException extends ECRServiceException$1 {
192
+ }
193
+ class EmptyUploadException extends ECRServiceException {
194
194
  name = "EmptyUploadException";
195
195
  $fault = "client";
196
196
  constructor(opts) {
@@ -201,8 +201,8 @@ let EmptyUploadException$1 = class EmptyUploadException extends ECRServiceExcept
201
201
  });
202
202
  Object.setPrototypeOf(this, EmptyUploadException.prototype);
203
203
  }
204
- };
205
- let InvalidLayerException$1 = class InvalidLayerException extends ECRServiceException$1 {
204
+ }
205
+ class InvalidLayerException extends ECRServiceException {
206
206
  name = "InvalidLayerException";
207
207
  $fault = "client";
208
208
  constructor(opts) {
@@ -213,8 +213,8 @@ let InvalidLayerException$1 = class InvalidLayerException extends ECRServiceExce
213
213
  });
214
214
  Object.setPrototypeOf(this, InvalidLayerException.prototype);
215
215
  }
216
- };
217
- let KmsException$1 = class KmsException extends ECRServiceException$1 {
216
+ }
217
+ class KmsException extends ECRServiceException {
218
218
  name = "KmsException";
219
219
  $fault = "client";
220
220
  kmsError;
@@ -227,8 +227,8 @@ let KmsException$1 = class KmsException extends ECRServiceException$1 {
227
227
  Object.setPrototypeOf(this, KmsException.prototype);
228
228
  this.kmsError = opts.kmsError;
229
229
  }
230
- };
231
- let LayerAlreadyExistsException$1 = class LayerAlreadyExistsException extends ECRServiceException$1 {
230
+ }
231
+ class LayerAlreadyExistsException extends ECRServiceException {
232
232
  name = "LayerAlreadyExistsException";
233
233
  $fault = "client";
234
234
  constructor(opts) {
@@ -239,8 +239,8 @@ let LayerAlreadyExistsException$1 = class LayerAlreadyExistsException extends EC
239
239
  });
240
240
  Object.setPrototypeOf(this, LayerAlreadyExistsException.prototype);
241
241
  }
242
- };
243
- let LayerPartTooSmallException$1 = class LayerPartTooSmallException extends ECRServiceException$1 {
242
+ }
243
+ class LayerPartTooSmallException extends ECRServiceException {
244
244
  name = "LayerPartTooSmallException";
245
245
  $fault = "client";
246
246
  constructor(opts) {
@@ -251,8 +251,8 @@ let LayerPartTooSmallException$1 = class LayerPartTooSmallException extends ECRS
251
251
  });
252
252
  Object.setPrototypeOf(this, LayerPartTooSmallException.prototype);
253
253
  }
254
- };
255
- let UploadNotFoundException$1 = class UploadNotFoundException extends ECRServiceException$1 {
254
+ }
255
+ class UploadNotFoundException extends ECRServiceException {
256
256
  name = "UploadNotFoundException";
257
257
  $fault = "client";
258
258
  constructor(opts) {
@@ -263,8 +263,8 @@ let UploadNotFoundException$1 = class UploadNotFoundException extends ECRService
263
263
  });
264
264
  Object.setPrototypeOf(this, UploadNotFoundException.prototype);
265
265
  }
266
- };
267
- let PullThroughCacheRuleAlreadyExistsException$1 = class PullThroughCacheRuleAlreadyExistsException extends ECRServiceException$1 {
266
+ }
267
+ class PullThroughCacheRuleAlreadyExistsException extends ECRServiceException {
268
268
  name = "PullThroughCacheRuleAlreadyExistsException";
269
269
  $fault = "client";
270
270
  constructor(opts) {
@@ -275,8 +275,8 @@ let PullThroughCacheRuleAlreadyExistsException$1 = class PullThroughCacheRuleAlr
275
275
  });
276
276
  Object.setPrototypeOf(this, PullThroughCacheRuleAlreadyExistsException.prototype);
277
277
  }
278
- };
279
- let SecretNotFoundException$1 = class SecretNotFoundException extends ECRServiceException$1 {
278
+ }
279
+ class SecretNotFoundException extends ECRServiceException {
280
280
  name = "SecretNotFoundException";
281
281
  $fault = "client";
282
282
  constructor(opts) {
@@ -287,8 +287,8 @@ let SecretNotFoundException$1 = class SecretNotFoundException extends ECRService
287
287
  });
288
288
  Object.setPrototypeOf(this, SecretNotFoundException.prototype);
289
289
  }
290
- };
291
- let UnableToAccessSecretException$1 = class UnableToAccessSecretException extends ECRServiceException$1 {
290
+ }
291
+ class UnableToAccessSecretException extends ECRServiceException {
292
292
  name = "UnableToAccessSecretException";
293
293
  $fault = "client";
294
294
  constructor(opts) {
@@ -299,8 +299,8 @@ let UnableToAccessSecretException$1 = class UnableToAccessSecretException extend
299
299
  });
300
300
  Object.setPrototypeOf(this, UnableToAccessSecretException.prototype);
301
301
  }
302
- };
303
- let UnableToDecryptSecretValueException$1 = class UnableToDecryptSecretValueException extends ECRServiceException$1 {
302
+ }
303
+ class UnableToDecryptSecretValueException extends ECRServiceException {
304
304
  name = "UnableToDecryptSecretValueException";
305
305
  $fault = "client";
306
306
  constructor(opts) {
@@ -311,8 +311,8 @@ let UnableToDecryptSecretValueException$1 = class UnableToDecryptSecretValueExce
311
311
  });
312
312
  Object.setPrototypeOf(this, UnableToDecryptSecretValueException.prototype);
313
313
  }
314
- };
315
- let UnsupportedUpstreamRegistryException$1 = class UnsupportedUpstreamRegistryException extends ECRServiceException$1 {
314
+ }
315
+ class UnsupportedUpstreamRegistryException extends ECRServiceException {
316
316
  name = "UnsupportedUpstreamRegistryException";
317
317
  $fault = "client";
318
318
  constructor(opts) {
@@ -323,8 +323,8 @@ let UnsupportedUpstreamRegistryException$1 = class UnsupportedUpstreamRegistryEx
323
323
  });
324
324
  Object.setPrototypeOf(this, UnsupportedUpstreamRegistryException.prototype);
325
325
  }
326
- };
327
- let InvalidTagParameterException$1 = class InvalidTagParameterException extends ECRServiceException$1 {
326
+ }
327
+ class InvalidTagParameterException extends ECRServiceException {
328
328
  name = "InvalidTagParameterException";
329
329
  $fault = "client";
330
330
  constructor(opts) {
@@ -335,8 +335,8 @@ let InvalidTagParameterException$1 = class InvalidTagParameterException extends
335
335
  });
336
336
  Object.setPrototypeOf(this, InvalidTagParameterException.prototype);
337
337
  }
338
- };
339
- let RepositoryAlreadyExistsException$1 = class RepositoryAlreadyExistsException extends ECRServiceException$1 {
338
+ }
339
+ class RepositoryAlreadyExistsException extends ECRServiceException {
340
340
  name = "RepositoryAlreadyExistsException";
341
341
  $fault = "client";
342
342
  constructor(opts) {
@@ -347,8 +347,8 @@ let RepositoryAlreadyExistsException$1 = class RepositoryAlreadyExistsException
347
347
  });
348
348
  Object.setPrototypeOf(this, RepositoryAlreadyExistsException.prototype);
349
349
  }
350
- };
351
- let TooManyTagsException$1 = class TooManyTagsException extends ECRServiceException$1 {
350
+ }
351
+ class TooManyTagsException extends ECRServiceException {
352
352
  name = "TooManyTagsException";
353
353
  $fault = "client";
354
354
  constructor(opts) {
@@ -359,8 +359,8 @@ let TooManyTagsException$1 = class TooManyTagsException extends ECRServiceExcept
359
359
  });
360
360
  Object.setPrototypeOf(this, TooManyTagsException.prototype);
361
361
  }
362
- };
363
- let TemplateAlreadyExistsException$1 = class TemplateAlreadyExistsException extends ECRServiceException$1 {
362
+ }
363
+ class TemplateAlreadyExistsException extends ECRServiceException {
364
364
  name = "TemplateAlreadyExistsException";
365
365
  $fault = "client";
366
366
  constructor(opts) {
@@ -371,8 +371,8 @@ let TemplateAlreadyExistsException$1 = class TemplateAlreadyExistsException exte
371
371
  });
372
372
  Object.setPrototypeOf(this, TemplateAlreadyExistsException.prototype);
373
373
  }
374
- };
375
- let LifecyclePolicyNotFoundException$1 = class LifecyclePolicyNotFoundException extends ECRServiceException$1 {
374
+ }
375
+ class LifecyclePolicyNotFoundException extends ECRServiceException {
376
376
  name = "LifecyclePolicyNotFoundException";
377
377
  $fault = "client";
378
378
  constructor(opts) {
@@ -383,8 +383,8 @@ let LifecyclePolicyNotFoundException$1 = class LifecyclePolicyNotFoundException
383
383
  });
384
384
  Object.setPrototypeOf(this, LifecyclePolicyNotFoundException.prototype);
385
385
  }
386
- };
387
- let PullThroughCacheRuleNotFoundException$1 = class PullThroughCacheRuleNotFoundException extends ECRServiceException$1 {
386
+ }
387
+ class PullThroughCacheRuleNotFoundException extends ECRServiceException {
388
388
  name = "PullThroughCacheRuleNotFoundException";
389
389
  $fault = "client";
390
390
  constructor(opts) {
@@ -395,8 +395,8 @@ let PullThroughCacheRuleNotFoundException$1 = class PullThroughCacheRuleNotFound
395
395
  });
396
396
  Object.setPrototypeOf(this, PullThroughCacheRuleNotFoundException.prototype);
397
397
  }
398
- };
399
- let RegistryPolicyNotFoundException$1 = class RegistryPolicyNotFoundException extends ECRServiceException$1 {
398
+ }
399
+ class RegistryPolicyNotFoundException extends ECRServiceException {
400
400
  name = "RegistryPolicyNotFoundException";
401
401
  $fault = "client";
402
402
  constructor(opts) {
@@ -407,8 +407,8 @@ let RegistryPolicyNotFoundException$1 = class RegistryPolicyNotFoundException ex
407
407
  });
408
408
  Object.setPrototypeOf(this, RegistryPolicyNotFoundException.prototype);
409
409
  }
410
- };
411
- let RepositoryNotEmptyException$1 = class RepositoryNotEmptyException extends ECRServiceException$1 {
410
+ }
411
+ class RepositoryNotEmptyException extends ECRServiceException {
412
412
  name = "RepositoryNotEmptyException";
413
413
  $fault = "client";
414
414
  constructor(opts) {
@@ -419,8 +419,8 @@ let RepositoryNotEmptyException$1 = class RepositoryNotEmptyException extends EC
419
419
  });
420
420
  Object.setPrototypeOf(this, RepositoryNotEmptyException.prototype);
421
421
  }
422
- };
423
- let TemplateNotFoundException$1 = class TemplateNotFoundException extends ECRServiceException$1 {
422
+ }
423
+ class TemplateNotFoundException extends ECRServiceException {
424
424
  name = "TemplateNotFoundException";
425
425
  $fault = "client";
426
426
  constructor(opts) {
@@ -431,8 +431,8 @@ let TemplateNotFoundException$1 = class TemplateNotFoundException extends ECRSer
431
431
  });
432
432
  Object.setPrototypeOf(this, TemplateNotFoundException.prototype);
433
433
  }
434
- };
435
- let RepositoryPolicyNotFoundException$1 = class RepositoryPolicyNotFoundException extends ECRServiceException$1 {
434
+ }
435
+ class RepositoryPolicyNotFoundException extends ECRServiceException {
436
436
  name = "RepositoryPolicyNotFoundException";
437
437
  $fault = "client";
438
438
  constructor(opts) {
@@ -443,8 +443,8 @@ let RepositoryPolicyNotFoundException$1 = class RepositoryPolicyNotFoundExceptio
443
443
  });
444
444
  Object.setPrototypeOf(this, RepositoryPolicyNotFoundException.prototype);
445
445
  }
446
- };
447
- let SigningConfigurationNotFoundException$1 = class SigningConfigurationNotFoundException extends ECRServiceException$1 {
446
+ }
447
+ class SigningConfigurationNotFoundException extends ECRServiceException {
448
448
  name = "SigningConfigurationNotFoundException";
449
449
  $fault = "client";
450
450
  constructor(opts) {
@@ -455,8 +455,8 @@ let SigningConfigurationNotFoundException$1 = class SigningConfigurationNotFound
455
455
  });
456
456
  Object.setPrototypeOf(this, SigningConfigurationNotFoundException.prototype);
457
457
  }
458
- };
459
- let ExclusionNotFoundException$1 = class ExclusionNotFoundException extends ECRServiceException$1 {
458
+ }
459
+ class ExclusionNotFoundException extends ECRServiceException {
460
460
  name = "ExclusionNotFoundException";
461
461
  $fault = "client";
462
462
  constructor(opts) {
@@ -467,8 +467,8 @@ let ExclusionNotFoundException$1 = class ExclusionNotFoundException extends ECRS
467
467
  });
468
468
  Object.setPrototypeOf(this, ExclusionNotFoundException.prototype);
469
469
  }
470
- };
471
- let ImageNotFoundException$1 = class ImageNotFoundException extends ECRServiceException$1 {
470
+ }
471
+ class ImageNotFoundException extends ECRServiceException {
472
472
  name = "ImageNotFoundException";
473
473
  $fault = "client";
474
474
  constructor(opts) {
@@ -479,8 +479,8 @@ let ImageNotFoundException$1 = class ImageNotFoundException extends ECRServiceEx
479
479
  });
480
480
  Object.setPrototypeOf(this, ImageNotFoundException.prototype);
481
481
  }
482
- };
483
- let ScanNotFoundException$1 = class ScanNotFoundException extends ECRServiceException$1 {
482
+ }
483
+ class ScanNotFoundException extends ECRServiceException {
484
484
  name = "ScanNotFoundException";
485
485
  $fault = "client";
486
486
  constructor(opts) {
@@ -491,8 +491,8 @@ let ScanNotFoundException$1 = class ScanNotFoundException extends ECRServiceExce
491
491
  });
492
492
  Object.setPrototypeOf(this, ScanNotFoundException.prototype);
493
493
  }
494
- };
495
- let LayerInaccessibleException$1 = class LayerInaccessibleException extends ECRServiceException$1 {
494
+ }
495
+ class LayerInaccessibleException extends ECRServiceException {
496
496
  name = "LayerInaccessibleException";
497
497
  $fault = "client";
498
498
  constructor(opts) {
@@ -503,8 +503,8 @@ let LayerInaccessibleException$1 = class LayerInaccessibleException extends ECRS
503
503
  });
504
504
  Object.setPrototypeOf(this, LayerInaccessibleException.prototype);
505
505
  }
506
- };
507
- let LayersNotFoundException$1 = class LayersNotFoundException extends ECRServiceException$1 {
506
+ }
507
+ class LayersNotFoundException extends ECRServiceException {
508
508
  name = "LayersNotFoundException";
509
509
  $fault = "client";
510
510
  constructor(opts) {
@@ -515,8 +515,8 @@ let LayersNotFoundException$1 = class LayersNotFoundException extends ECRService
515
515
  });
516
516
  Object.setPrototypeOf(this, LayersNotFoundException.prototype);
517
517
  }
518
- };
519
- let UnableToGetUpstreamLayerException$1 = class UnableToGetUpstreamLayerException extends ECRServiceException$1 {
518
+ }
519
+ class UnableToGetUpstreamLayerException extends ECRServiceException {
520
520
  name = "UnableToGetUpstreamLayerException";
521
521
  $fault = "client";
522
522
  constructor(opts) {
@@ -527,8 +527,8 @@ let UnableToGetUpstreamLayerException$1 = class UnableToGetUpstreamLayerExceptio
527
527
  });
528
528
  Object.setPrototypeOf(this, UnableToGetUpstreamLayerException.prototype);
529
529
  }
530
- };
531
- let LifecyclePolicyPreviewNotFoundException$1 = class LifecyclePolicyPreviewNotFoundException extends ECRServiceException$1 {
530
+ }
531
+ class LifecyclePolicyPreviewNotFoundException extends ECRServiceException {
532
532
  name = "LifecyclePolicyPreviewNotFoundException";
533
533
  $fault = "client";
534
534
  constructor(opts) {
@@ -539,8 +539,8 @@ let LifecyclePolicyPreviewNotFoundException$1 = class LifecyclePolicyPreviewNotF
539
539
  });
540
540
  Object.setPrototypeOf(this, LifecyclePolicyPreviewNotFoundException.prototype);
541
541
  }
542
- };
543
- let ImageAlreadyExistsException$1 = class ImageAlreadyExistsException extends ECRServiceException$1 {
542
+ }
543
+ class ImageAlreadyExistsException extends ECRServiceException {
544
544
  name = "ImageAlreadyExistsException";
545
545
  $fault = "client";
546
546
  constructor(opts) {
@@ -551,8 +551,8 @@ let ImageAlreadyExistsException$1 = class ImageAlreadyExistsException extends EC
551
551
  });
552
552
  Object.setPrototypeOf(this, ImageAlreadyExistsException.prototype);
553
553
  }
554
- };
555
- let ImageDigestDoesNotMatchException$1 = class ImageDigestDoesNotMatchException extends ECRServiceException$1 {
554
+ }
555
+ class ImageDigestDoesNotMatchException extends ECRServiceException {
556
556
  name = "ImageDigestDoesNotMatchException";
557
557
  $fault = "client";
558
558
  constructor(opts) {
@@ -563,8 +563,8 @@ let ImageDigestDoesNotMatchException$1 = class ImageDigestDoesNotMatchException
563
563
  });
564
564
  Object.setPrototypeOf(this, ImageDigestDoesNotMatchException.prototype);
565
565
  }
566
- };
567
- let ImageTagAlreadyExistsException$1 = class ImageTagAlreadyExistsException extends ECRServiceException$1 {
566
+ }
567
+ class ImageTagAlreadyExistsException extends ECRServiceException {
568
568
  name = "ImageTagAlreadyExistsException";
569
569
  $fault = "client";
570
570
  constructor(opts) {
@@ -575,8 +575,8 @@ let ImageTagAlreadyExistsException$1 = class ImageTagAlreadyExistsException exte
575
575
  });
576
576
  Object.setPrototypeOf(this, ImageTagAlreadyExistsException.prototype);
577
577
  }
578
- };
579
- let ReferencedImagesNotFoundException$1 = class ReferencedImagesNotFoundException extends ECRServiceException$1 {
578
+ }
579
+ class ReferencedImagesNotFoundException extends ECRServiceException {
580
580
  name = "ReferencedImagesNotFoundException";
581
581
  $fault = "client";
582
582
  constructor(opts) {
@@ -587,8 +587,8 @@ let ReferencedImagesNotFoundException$1 = class ReferencedImagesNotFoundExceptio
587
587
  });
588
588
  Object.setPrototypeOf(this, ReferencedImagesNotFoundException.prototype);
589
589
  }
590
- };
591
- let BlockedByOrganizationPolicyException$1 = class BlockedByOrganizationPolicyException extends ECRServiceException$1 {
590
+ }
591
+ class BlockedByOrganizationPolicyException extends ECRServiceException {
592
592
  name = "BlockedByOrganizationPolicyException";
593
593
  $fault = "client";
594
594
  constructor(opts) {
@@ -599,8 +599,8 @@ let BlockedByOrganizationPolicyException$1 = class BlockedByOrganizationPolicyEx
599
599
  });
600
600
  Object.setPrototypeOf(this, BlockedByOrganizationPolicyException.prototype);
601
601
  }
602
- };
603
- let ExclusionAlreadyExistsException$1 = class ExclusionAlreadyExistsException extends ECRServiceException$1 {
602
+ }
603
+ class ExclusionAlreadyExistsException extends ECRServiceException {
604
604
  name = "ExclusionAlreadyExistsException";
605
605
  $fault = "client";
606
606
  constructor(opts) {
@@ -611,8 +611,8 @@ let ExclusionAlreadyExistsException$1 = class ExclusionAlreadyExistsException ex
611
611
  });
612
612
  Object.setPrototypeOf(this, ExclusionAlreadyExistsException.prototype);
613
613
  }
614
- };
615
- let ImageArchivedException$1 = class ImageArchivedException extends ECRServiceException$1 {
614
+ }
615
+ class ImageArchivedException extends ECRServiceException {
616
616
  name = "ImageArchivedException";
617
617
  $fault = "client";
618
618
  constructor(opts) {
@@ -623,8 +623,8 @@ let ImageArchivedException$1 = class ImageArchivedException extends ECRServiceEx
623
623
  });
624
624
  Object.setPrototypeOf(this, ImageArchivedException.prototype);
625
625
  }
626
- };
627
- let UnsupportedImageTypeException$1 = class UnsupportedImageTypeException extends ECRServiceException$1 {
626
+ }
627
+ class UnsupportedImageTypeException extends ECRServiceException {
628
628
  name = "UnsupportedImageTypeException";
629
629
  $fault = "client";
630
630
  constructor(opts) {
@@ -635,8 +635,8 @@ let UnsupportedImageTypeException$1 = class UnsupportedImageTypeException extend
635
635
  });
636
636
  Object.setPrototypeOf(this, UnsupportedImageTypeException.prototype);
637
637
  }
638
- };
639
- let LifecyclePolicyPreviewInProgressException$1 = class LifecyclePolicyPreviewInProgressException extends ECRServiceException$1 {
638
+ }
639
+ class LifecyclePolicyPreviewInProgressException extends ECRServiceException {
640
640
  name = "LifecyclePolicyPreviewInProgressException";
641
641
  $fault = "client";
642
642
  constructor(opts) {
@@ -647,8 +647,8 @@ let LifecyclePolicyPreviewInProgressException$1 = class LifecyclePolicyPreviewIn
647
647
  });
648
648
  Object.setPrototypeOf(this, LifecyclePolicyPreviewInProgressException.prototype);
649
649
  }
650
- };
651
- let ImageStorageClassUpdateNotSupportedException$1 = class ImageStorageClassUpdateNotSupportedException extends ECRServiceException$1 {
650
+ }
651
+ class ImageStorageClassUpdateNotSupportedException extends ECRServiceException {
652
652
  name = "ImageStorageClassUpdateNotSupportedException";
653
653
  $fault = "client";
654
654
  constructor(opts) {
@@ -659,8 +659,8 @@ let ImageStorageClassUpdateNotSupportedException$1 = class ImageStorageClassUpda
659
659
  });
660
660
  Object.setPrototypeOf(this, ImageStorageClassUpdateNotSupportedException.prototype);
661
661
  }
662
- };
663
- let InvalidLayerPartException$1 = class InvalidLayerPartException extends ECRServiceException$1 {
662
+ }
663
+ class InvalidLayerPartException extends ECRServiceException {
664
664
  name = "InvalidLayerPartException";
665
665
  $fault = "client";
666
666
  registryId;
@@ -679,7 +679,7 @@ let InvalidLayerPartException$1 = class InvalidLayerPartException extends ECRSer
679
679
  this.uploadId = opts.uploadId;
680
680
  this.lastValidByteReceived = opts.lastValidByteReceived;
681
681
  }
682
- };
682
+ }
683
683
 
684
684
  const _A = "Attribute";
685
685
  const _AD = "AuthorizationData";
@@ -1188,9 +1188,9 @@ const _vSUA = "vulnerabilitySourceUpdatedAt";
1188
1188
  const _vUA = "vendorUpdatedAt";
1189
1189
  const _ve = "version";
1190
1190
  const n0 = "com.amazonaws.ecr";
1191
- var Attribute = [3, n0, _A, 0, [_k, _v], [0, 0]];
1192
- var AuthorizationData = [3, n0, _AD, 0, [_aT, _eA, _pE], [0, 4, 0]];
1193
- var AwsEcrContainerImageDetails = [
1191
+ var Attribute$ = [3, n0, _A, 0, [_k, _v], [0, 0]];
1192
+ var AuthorizationData$ = [3, n0, _AD, 0, [_aT, _eA, _pE], [0, 4, 0]];
1193
+ var AwsEcrContainerImageDetails$ = [
1194
1194
  3,
1195
1195
  n0,
1196
1196
  _AECID,
@@ -1198,7 +1198,7 @@ var AwsEcrContainerImageDetails = [
1198
1198
  [_a, _au, _iH, _iT, _p, _pA, _lIUA, _iUC, _r, _rN],
1199
1199
  [0, 0, 0, 64 | 0, 0, 4, 4, 1, 0, 0],
1200
1200
  ];
1201
- var BatchCheckLayerAvailabilityRequest = [
1201
+ var BatchCheckLayerAvailabilityRequest$ = [
1202
1202
  3,
1203
1203
  n0,
1204
1204
  _BCLAR,
@@ -1206,7 +1206,7 @@ var BatchCheckLayerAvailabilityRequest = [
1206
1206
  [_rI, _rN, _lD],
1207
1207
  [0, 0, 64 | 0],
1208
1208
  ];
1209
- var BatchCheckLayerAvailabilityResponse = [
1209
+ var BatchCheckLayerAvailabilityResponse$ = [
1210
1210
  3,
1211
1211
  n0,
1212
1212
  _BCLARa,
@@ -1214,7 +1214,7 @@ var BatchCheckLayerAvailabilityResponse = [
1214
1214
  [_l, _f],
1215
1215
  [() => LayerList, () => LayerFailureList],
1216
1216
  ];
1217
- var BatchDeleteImageRequest = [
1217
+ var BatchDeleteImageRequest$ = [
1218
1218
  3,
1219
1219
  n0,
1220
1220
  _BDIR,
@@ -1222,7 +1222,7 @@ var BatchDeleteImageRequest = [
1222
1222
  [_rI, _rN, _iI],
1223
1223
  [0, 0, () => ImageIdentifierList],
1224
1224
  ];
1225
- var BatchDeleteImageResponse = [
1225
+ var BatchDeleteImageResponse$ = [
1226
1226
  3,
1227
1227
  n0,
1228
1228
  _BDIRa,
@@ -1230,7 +1230,7 @@ var BatchDeleteImageResponse = [
1230
1230
  [_iI, _f],
1231
1231
  [() => ImageIdentifierList, () => ImageFailureList],
1232
1232
  ];
1233
- var BatchGetImageRequest = [
1233
+ var BatchGetImageRequest$ = [
1234
1234
  3,
1235
1235
  n0,
1236
1236
  _BGIR,
@@ -1238,7 +1238,7 @@ var BatchGetImageRequest = [
1238
1238
  [_rI, _rN, _iI, _aMT],
1239
1239
  [0, 0, () => ImageIdentifierList, 64 | 0],
1240
1240
  ];
1241
- var BatchGetImageResponse = [
1241
+ var BatchGetImageResponse$ = [
1242
1242
  3,
1243
1243
  n0,
1244
1244
  _BGIRa,
@@ -1246,7 +1246,7 @@ var BatchGetImageResponse = [
1246
1246
  [_i, _f],
1247
1247
  [() => ImageList, () => ImageFailureList],
1248
1248
  ];
1249
- var BatchGetRepositoryScanningConfigurationRequest = [
1249
+ var BatchGetRepositoryScanningConfigurationRequest$ = [
1250
1250
  3,
1251
1251
  n0,
1252
1252
  _BGRSCR,
@@ -1254,7 +1254,7 @@ var BatchGetRepositoryScanningConfigurationRequest = [
1254
1254
  [_rNe],
1255
1255
  [64 | 0],
1256
1256
  ];
1257
- var BatchGetRepositoryScanningConfigurationResponse = [
1257
+ var BatchGetRepositoryScanningConfigurationResponse$ = [
1258
1258
  3,
1259
1259
  n0,
1260
1260
  _BGRSCRa,
@@ -1262,9 +1262,9 @@ var BatchGetRepositoryScanningConfigurationResponse = [
1262
1262
  [_sC, _f],
1263
1263
  [() => RepositoryScanningConfigurationList, () => RepositoryScanningConfigurationFailureList],
1264
1264
  ];
1265
- var BlockedByOrganizationPolicyException = [-3, n0, _BBOPE, { [_e]: _c }, [_m], [0]];
1266
- schema.TypeRegistry.for(n0).registerError(BlockedByOrganizationPolicyException, BlockedByOrganizationPolicyException$1);
1267
- var CompleteLayerUploadRequest = [
1265
+ var BlockedByOrganizationPolicyException$ = [-3, n0, _BBOPE, { [_e]: _c }, [_m], [0]];
1266
+ schema.TypeRegistry.for(n0).registerError(BlockedByOrganizationPolicyException$, BlockedByOrganizationPolicyException);
1267
+ var CompleteLayerUploadRequest$ = [
1268
1268
  3,
1269
1269
  n0,
1270
1270
  _CLUR,
@@ -1272,8 +1272,15 @@ var CompleteLayerUploadRequest = [
1272
1272
  [_rI, _rN, _uI, _lD],
1273
1273
  [0, 0, 0, 64 | 0],
1274
1274
  ];
1275
- var CompleteLayerUploadResponse = [3, n0, _CLURo, 0, [_rI, _rN, _uI, _lDa], [0, 0, 0, 0]];
1276
- var CreatePullThroughCacheRuleRequest = [
1275
+ var CompleteLayerUploadResponse$ = [
1276
+ 3,
1277
+ n0,
1278
+ _CLURo,
1279
+ 0,
1280
+ [_rI, _rN, _uI, _lDa],
1281
+ [0, 0, 0, 0],
1282
+ ];
1283
+ var CreatePullThroughCacheRuleRequest$ = [
1277
1284
  3,
1278
1285
  n0,
1279
1286
  _CPTCRR,
@@ -1281,7 +1288,7 @@ var CreatePullThroughCacheRuleRequest = [
1281
1288
  [_eRP, _uRU, _rI, _uR, _cA, _cRA, _uRP],
1282
1289
  [0, 0, 0, 0, 0, 0, 0],
1283
1290
  ];
1284
- var CreatePullThroughCacheRuleResponse = [
1291
+ var CreatePullThroughCacheRuleResponse$ = [
1285
1292
  3,
1286
1293
  n0,
1287
1294
  _CPTCRRr,
@@ -1289,7 +1296,7 @@ var CreatePullThroughCacheRuleResponse = [
1289
1296
  [_eRP, _uRU, _cAr, _rI, _uR, _cA, _cRA, _uRP],
1290
1297
  [0, 0, 4, 0, 0, 0, 0, 0],
1291
1298
  ];
1292
- var CreateRepositoryCreationTemplateRequest = [
1299
+ var CreateRepositoryCreationTemplateRequest$ = [
1293
1300
  3,
1294
1301
  n0,
1295
1302
  _CRCTR,
@@ -1298,7 +1305,7 @@ var CreateRepositoryCreationTemplateRequest = [
1298
1305
  [
1299
1306
  0,
1300
1307
  0,
1301
- () => EncryptionConfigurationForRepositoryCreationTemplate,
1308
+ () => EncryptionConfigurationForRepositoryCreationTemplate$,
1302
1309
  () => TagList,
1303
1310
  0,
1304
1311
  () => ImageTagMutabilityExclusionFilters,
@@ -1308,15 +1315,15 @@ var CreateRepositoryCreationTemplateRequest = [
1308
1315
  0,
1309
1316
  ],
1310
1317
  ];
1311
- var CreateRepositoryCreationTemplateResponse = [
1318
+ var CreateRepositoryCreationTemplateResponse$ = [
1312
1319
  3,
1313
1320
  n0,
1314
1321
  _CRCTRr,
1315
1322
  0,
1316
1323
  [_rI, _rCT],
1317
- [0, () => RepositoryCreationTemplate],
1324
+ [0, () => RepositoryCreationTemplate$],
1318
1325
  ];
1319
- var CreateRepositoryRequest = [
1326
+ var CreateRepositoryRequest$ = [
1320
1327
  3,
1321
1328
  n0,
1322
1329
  _CRR,
@@ -1328,14 +1335,14 @@ var CreateRepositoryRequest = [
1328
1335
  () => TagList,
1329
1336
  0,
1330
1337
  () => ImageTagMutabilityExclusionFilters,
1331
- () => ImageScanningConfiguration,
1332
- () => EncryptionConfiguration,
1338
+ () => ImageScanningConfiguration$,
1339
+ () => EncryptionConfiguration$,
1333
1340
  ],
1334
1341
  ];
1335
- var CreateRepositoryResponse = [3, n0, _CRRr, 0, [_re], [() => Repository]];
1336
- var CvssScore = [3, n0, _CS, 0, [_bS, _sV, _s, _ve], [1, 0, 0, 0]];
1337
- var CvssScoreAdjustment = [3, n0, _CSA, 0, [_me, _rea], [0, 0]];
1338
- var CvssScoreDetails = [
1342
+ var CreateRepositoryResponse$ = [3, n0, _CRRr, 0, [_re], [() => Repository$]];
1343
+ var CvssScore$ = [3, n0, _CS, 0, [_bS, _sV, _s, _ve], [1, 0, 0, 0]];
1344
+ var CvssScoreAdjustment$ = [3, n0, _CSA, 0, [_me, _rea], [0, 0]];
1345
+ var CvssScoreDetails$ = [
1339
1346
  3,
1340
1347
  n0,
1341
1348
  _CSD,
@@ -1343,8 +1350,8 @@ var CvssScoreDetails = [
1343
1350
  [_ad, _sc, _sS, _sV, _ve],
1344
1351
  [() => CvssScoreAdjustmentList, 1, 0, 0, 0],
1345
1352
  ];
1346
- var DeleteLifecyclePolicyRequest = [3, n0, _DLPR, 0, [_rI, _rN], [0, 0]];
1347
- var DeleteLifecyclePolicyResponse = [
1353
+ var DeleteLifecyclePolicyRequest$ = [3, n0, _DLPR, 0, [_rI, _rN], [0, 0]];
1354
+ var DeleteLifecyclePolicyResponse$ = [
1348
1355
  3,
1349
1356
  n0,
1350
1357
  _DLPRe,
@@ -1352,8 +1359,8 @@ var DeleteLifecyclePolicyResponse = [
1352
1359
  [_rI, _rN, _lPT, _lEA],
1353
1360
  [0, 0, 0, 4],
1354
1361
  ];
1355
- var DeletePullThroughCacheRuleRequest = [3, n0, _DPTCRR, 0, [_eRP, _rI], [0, 0]];
1356
- var DeletePullThroughCacheRuleResponse = [
1362
+ var DeletePullThroughCacheRuleRequest$ = [3, n0, _DPTCRR, 0, [_eRP, _rI], [0, 0]];
1363
+ var DeletePullThroughCacheRuleResponse$ = [
1357
1364
  3,
1358
1365
  n0,
1359
1366
  _DPTCRRe,
@@ -1361,91 +1368,91 @@ var DeletePullThroughCacheRuleResponse = [
1361
1368
  [_eRP, _uRU, _cAr, _rI, _cA, _cRA, _uRP],
1362
1369
  [0, 0, 4, 0, 0, 0, 0],
1363
1370
  ];
1364
- var DeleteRegistryPolicyRequest = [3, n0, _DRPR, 0, [], []];
1365
- var DeleteRegistryPolicyResponse = [3, n0, _DRPRe, 0, [_rI, _pT], [0, 0]];
1366
- var DeleteRepositoryCreationTemplateRequest = [3, n0, _DRCTR, 0, [_pr], [0]];
1367
- var DeleteRepositoryCreationTemplateResponse = [
1371
+ var DeleteRegistryPolicyRequest$ = [3, n0, _DRPR, 0, [], []];
1372
+ var DeleteRegistryPolicyResponse$ = [3, n0, _DRPRe, 0, [_rI, _pT], [0, 0]];
1373
+ var DeleteRepositoryCreationTemplateRequest$ = [3, n0, _DRCTR, 0, [_pr], [0]];
1374
+ var DeleteRepositoryCreationTemplateResponse$ = [
1368
1375
  3,
1369
1376
  n0,
1370
1377
  _DRCTRe,
1371
1378
  0,
1372
1379
  [_rI, _rCT],
1373
- [0, () => RepositoryCreationTemplate],
1380
+ [0, () => RepositoryCreationTemplate$],
1374
1381
  ];
1375
- var DeleteRepositoryPolicyRequest = [3, n0, _DRPRel, 0, [_rI, _rN], [0, 0]];
1376
- var DeleteRepositoryPolicyResponse = [3, n0, _DRPRele, 0, [_rI, _rN, _pT], [0, 0, 0]];
1377
- var DeleteRepositoryRequest = [3, n0, _DRR, 0, [_rI, _rN, _fo], [0, 0, 2]];
1378
- var DeleteRepositoryResponse = [3, n0, _DRRe, 0, [_re], [() => Repository]];
1379
- var DeleteSigningConfigurationRequest = [3, n0, _DSCR, 0, [], []];
1380
- var DeleteSigningConfigurationResponse = [
1382
+ var DeleteRepositoryPolicyRequest$ = [3, n0, _DRPRel, 0, [_rI, _rN], [0, 0]];
1383
+ var DeleteRepositoryPolicyResponse$ = [3, n0, _DRPRele, 0, [_rI, _rN, _pT], [0, 0, 0]];
1384
+ var DeleteRepositoryRequest$ = [3, n0, _DRR, 0, [_rI, _rN, _fo], [0, 0, 2]];
1385
+ var DeleteRepositoryResponse$ = [3, n0, _DRRe, 0, [_re], [() => Repository$]];
1386
+ var DeleteSigningConfigurationRequest$ = [3, n0, _DSCR, 0, [], []];
1387
+ var DeleteSigningConfigurationResponse$ = [
1381
1388
  3,
1382
1389
  n0,
1383
1390
  _DSCRe,
1384
1391
  0,
1385
1392
  [_rI, _sCi],
1386
- [0, () => SigningConfiguration],
1393
+ [0, () => SigningConfiguration$],
1387
1394
  ];
1388
- var DeregisterPullTimeUpdateExclusionRequest = [3, n0, _DPTUER, 0, [_pAr], [0]];
1389
- var DeregisterPullTimeUpdateExclusionResponse = [3, n0, _DPTUERe, 0, [_pAr], [0]];
1390
- var DescribeImageReplicationStatusRequest = [
1395
+ var DeregisterPullTimeUpdateExclusionRequest$ = [3, n0, _DPTUER, 0, [_pAr], [0]];
1396
+ var DeregisterPullTimeUpdateExclusionResponse$ = [3, n0, _DPTUERe, 0, [_pAr], [0]];
1397
+ var DescribeImageReplicationStatusRequest$ = [
1391
1398
  3,
1392
1399
  n0,
1393
1400
  _DIRSR,
1394
1401
  0,
1395
1402
  [_rN, _iIm, _rI],
1396
- [0, () => ImageIdentifier, 0],
1403
+ [0, () => ImageIdentifier$, 0],
1397
1404
  ];
1398
- var DescribeImageReplicationStatusResponse = [
1405
+ var DescribeImageReplicationStatusResponse$ = [
1399
1406
  3,
1400
1407
  n0,
1401
1408
  _DIRSRe,
1402
1409
  0,
1403
1410
  [_rN, _iIm, _rS],
1404
- [0, () => ImageIdentifier, () => ImageReplicationStatusList],
1411
+ [0, () => ImageIdentifier$, () => ImageReplicationStatusList],
1405
1412
  ];
1406
- var DescribeImageScanFindingsRequest = [
1413
+ var DescribeImageScanFindingsRequest$ = [
1407
1414
  3,
1408
1415
  n0,
1409
1416
  _DISFR,
1410
1417
  0,
1411
1418
  [_rI, _rN, _iIm, _nT, _mR],
1412
- [0, 0, () => ImageIdentifier, 0, 1],
1419
+ [0, 0, () => ImageIdentifier$, 0, 1],
1413
1420
  ];
1414
- var DescribeImageScanFindingsResponse = [
1421
+ var DescribeImageScanFindingsResponse$ = [
1415
1422
  3,
1416
1423
  n0,
1417
1424
  _DISFRe,
1418
1425
  0,
1419
1426
  [_rI, _rN, _iIm, _iSS, _iSF, _nT],
1420
- [0, 0, () => ImageIdentifier, () => ImageScanStatus, () => ImageScanFindings, 0],
1427
+ [0, 0, () => ImageIdentifier$, () => ImageScanStatus$, () => ImageScanFindings$, 0],
1421
1428
  ];
1422
- var DescribeImagesFilter = [3, n0, _DIF, 0, [_tS, _iS], [0, 0]];
1423
- var DescribeImageSigningStatusRequest = [
1429
+ var DescribeImagesFilter$ = [3, n0, _DIF, 0, [_tS, _iS], [0, 0]];
1430
+ var DescribeImageSigningStatusRequest$ = [
1424
1431
  3,
1425
1432
  n0,
1426
1433
  _DISSR,
1427
1434
  0,
1428
1435
  [_rN, _iIm, _rI],
1429
- [0, () => ImageIdentifier, 0],
1436
+ [0, () => ImageIdentifier$, 0],
1430
1437
  ];
1431
- var DescribeImageSigningStatusResponse = [
1438
+ var DescribeImageSigningStatusResponse$ = [
1432
1439
  3,
1433
1440
  n0,
1434
1441
  _DISSRe,
1435
1442
  0,
1436
1443
  [_rN, _iIm, _rI, _sSi],
1437
- [0, () => ImageIdentifier, 0, () => ImageSigningStatusList],
1444
+ [0, () => ImageIdentifier$, 0, () => ImageSigningStatusList],
1438
1445
  ];
1439
- var DescribeImagesRequest = [
1446
+ var DescribeImagesRequest$ = [
1440
1447
  3,
1441
1448
  n0,
1442
1449
  _DIR,
1443
1450
  0,
1444
1451
  [_rI, _rN, _iI, _nT, _mR, _fi],
1445
- [0, 0, () => ImageIdentifierList, 0, 1, () => DescribeImagesFilter],
1452
+ [0, 0, () => ImageIdentifierList, 0, 1, () => DescribeImagesFilter$],
1446
1453
  ];
1447
- var DescribeImagesResponse = [3, n0, _DIRe, 0, [_iD, _nT], [() => ImageDetailList, 0]];
1448
- var DescribePullThroughCacheRulesRequest = [
1454
+ var DescribeImagesResponse$ = [3, n0, _DIRe, 0, [_iD, _nT], [() => ImageDetailList, 0]];
1455
+ var DescribePullThroughCacheRulesRequest$ = [
1449
1456
  3,
1450
1457
  n0,
1451
1458
  _DPTCRRes,
@@ -1453,7 +1460,7 @@ var DescribePullThroughCacheRulesRequest = [
1453
1460
  [_rI, _eRPc, _nT, _mR],
1454
1461
  [0, 64 | 0, 0, 1],
1455
1462
  ];
1456
- var DescribePullThroughCacheRulesResponse = [
1463
+ var DescribePullThroughCacheRulesResponse$ = [
1457
1464
  3,
1458
1465
  n0,
1459
1466
  _DPTCRResc,
@@ -1461,16 +1468,16 @@ var DescribePullThroughCacheRulesResponse = [
1461
1468
  [_pTCR, _nT],
1462
1469
  [() => PullThroughCacheRuleList, 0],
1463
1470
  ];
1464
- var DescribeRegistryRequest = [3, n0, _DRRes, 0, [], []];
1465
- var DescribeRegistryResponse = [
1471
+ var DescribeRegistryRequest$ = [3, n0, _DRRes, 0, [], []];
1472
+ var DescribeRegistryResponse$ = [
1466
1473
  3,
1467
1474
  n0,
1468
1475
  _DRResc,
1469
1476
  0,
1470
1477
  [_rI, _rC],
1471
- [0, () => ReplicationConfiguration],
1478
+ [0, () => ReplicationConfiguration$],
1472
1479
  ];
1473
- var DescribeRepositoriesRequest = [
1480
+ var DescribeRepositoriesRequest$ = [
1474
1481
  3,
1475
1482
  n0,
1476
1483
  _DRRescr,
@@ -1478,7 +1485,7 @@ var DescribeRepositoriesRequest = [
1478
1485
  [_rI, _rNe, _nT, _mR],
1479
1486
  [0, 64 | 0, 0, 1],
1480
1487
  ];
1481
- var DescribeRepositoriesResponse = [
1488
+ var DescribeRepositoriesResponse$ = [
1482
1489
  3,
1483
1490
  n0,
1484
1491
  _DRRescri,
@@ -1486,7 +1493,7 @@ var DescribeRepositoriesResponse = [
1486
1493
  [_rep, _nT],
1487
1494
  [() => RepositoryList, 0],
1488
1495
  ];
1489
- var DescribeRepositoryCreationTemplatesRequest = [
1496
+ var DescribeRepositoryCreationTemplatesRequest$ = [
1490
1497
  3,
1491
1498
  n0,
1492
1499
  _DRCTRes,
@@ -1494,7 +1501,7 @@ var DescribeRepositoryCreationTemplatesRequest = [
1494
1501
  [_pre, _nT, _mR],
1495
1502
  [64 | 0, 0, 1],
1496
1503
  ];
1497
- var DescribeRepositoryCreationTemplatesResponse = [
1504
+ var DescribeRepositoryCreationTemplatesResponse$ = [
1498
1505
  3,
1499
1506
  n0,
1500
1507
  _DRCTResc,
@@ -1502,10 +1509,10 @@ var DescribeRepositoryCreationTemplatesResponse = [
1502
1509
  [_rI, _rCTe, _nT],
1503
1510
  [0, () => RepositoryCreationTemplateList, 0],
1504
1511
  ];
1505
- var EmptyUploadException = [-3, n0, _EUE, { [_e]: _c }, [_m], [0]];
1506
- schema.TypeRegistry.for(n0).registerError(EmptyUploadException, EmptyUploadException$1);
1507
- var EncryptionConfiguration = [3, n0, _EC, 0, [_eT, _kK], [0, 0]];
1508
- var EncryptionConfigurationForRepositoryCreationTemplate = [
1512
+ var EmptyUploadException$ = [-3, n0, _EUE, { [_e]: _c }, [_m], [0]];
1513
+ schema.TypeRegistry.for(n0).registerError(EmptyUploadException$, EmptyUploadException);
1514
+ var EncryptionConfiguration$ = [3, n0, _EC, 0, [_eT, _kK], [0, 0]];
1515
+ var EncryptionConfigurationForRepositoryCreationTemplate$ = [
1509
1516
  3,
1510
1517
  n0,
1511
1518
  _ECFRCT,
@@ -1513,7 +1520,7 @@ var EncryptionConfigurationForRepositoryCreationTemplate = [
1513
1520
  [_eT, _kK],
1514
1521
  [0, 0],
1515
1522
  ];
1516
- var EnhancedImageScanFinding = [
1523
+ var EnhancedImageScanFinding$ = [
1517
1524
  3,
1518
1525
  n0,
1519
1526
  _EISF,
@@ -1525,11 +1532,11 @@ var EnhancedImageScanFinding = [
1525
1532
  0,
1526
1533
  4,
1527
1534
  4,
1528
- () => PackageVulnerabilityDetails,
1529
- () => Remediation,
1535
+ () => PackageVulnerabilityDetails$,
1536
+ () => Remediation$,
1530
1537
  () => ResourceList,
1531
1538
  1,
1532
- () => ScoreDetails,
1539
+ () => ScoreDetails$,
1533
1540
  0,
1534
1541
  0,
1535
1542
  0,
@@ -1539,14 +1546,14 @@ var EnhancedImageScanFinding = [
1539
1546
  0,
1540
1547
  ],
1541
1548
  ];
1542
- var ExclusionAlreadyExistsException = [-3, n0, _EAEE, { [_e]: _c }, [_m], [0]];
1543
- schema.TypeRegistry.for(n0).registerError(ExclusionAlreadyExistsException, ExclusionAlreadyExistsException$1);
1544
- var ExclusionNotFoundException = [-3, n0, _ENFE, { [_e]: _c }, [_m], [0]];
1545
- schema.TypeRegistry.for(n0).registerError(ExclusionNotFoundException, ExclusionNotFoundException$1);
1546
- var GetAccountSettingRequest = [3, n0, _GASR, 0, [_n], [0]];
1547
- var GetAccountSettingResponse = [3, n0, _GASRe, 0, [_n, _v], [0, 0]];
1548
- var GetAuthorizationTokenRequest = [3, n0, _GATR, 0, [_rIe], [64 | 0]];
1549
- var GetAuthorizationTokenResponse = [
1549
+ var ExclusionAlreadyExistsException$ = [-3, n0, _EAEE, { [_e]: _c }, [_m], [0]];
1550
+ schema.TypeRegistry.for(n0).registerError(ExclusionAlreadyExistsException$, ExclusionAlreadyExistsException);
1551
+ var ExclusionNotFoundException$ = [-3, n0, _ENFE, { [_e]: _c }, [_m], [0]];
1552
+ schema.TypeRegistry.for(n0).registerError(ExclusionNotFoundException$, ExclusionNotFoundException);
1553
+ var GetAccountSettingRequest$ = [3, n0, _GASR, 0, [_n], [0]];
1554
+ var GetAccountSettingResponse$ = [3, n0, _GASRe, 0, [_n, _v], [0, 0]];
1555
+ var GetAuthorizationTokenRequest$ = [3, n0, _GATR, 0, [_rIe], [64 | 0]];
1556
+ var GetAuthorizationTokenResponse$ = [
1550
1557
  3,
1551
1558
  n0,
1552
1559
  _GATRe,
@@ -1554,75 +1561,82 @@ var GetAuthorizationTokenResponse = [
1554
1561
  [_aD],
1555
1562
  [() => AuthorizationDataList],
1556
1563
  ];
1557
- var GetDownloadUrlForLayerRequest = [3, n0, _GDUFLR, 0, [_rI, _rN, _lDa], [0, 0, 0]];
1558
- var GetDownloadUrlForLayerResponse = [3, n0, _GDUFLRe, 0, [_dU, _lDa], [0, 0]];
1559
- var GetLifecyclePolicyPreviewRequest = [
1564
+ var GetDownloadUrlForLayerRequest$ = [3, n0, _GDUFLR, 0, [_rI, _rN, _lDa], [0, 0, 0]];
1565
+ var GetDownloadUrlForLayerResponse$ = [3, n0, _GDUFLRe, 0, [_dU, _lDa], [0, 0]];
1566
+ var GetLifecyclePolicyPreviewRequest$ = [
1560
1567
  3,
1561
1568
  n0,
1562
1569
  _GLPPR,
1563
1570
  0,
1564
1571
  [_rI, _rN, _iI, _nT, _mR, _fi],
1565
- [0, 0, () => ImageIdentifierList, 0, 1, () => LifecyclePolicyPreviewFilter],
1572
+ [0, 0, () => ImageIdentifierList, 0, 1, () => LifecyclePolicyPreviewFilter$],
1566
1573
  ];
1567
- var GetLifecyclePolicyPreviewResponse = [
1574
+ var GetLifecyclePolicyPreviewResponse$ = [
1568
1575
  3,
1569
1576
  n0,
1570
1577
  _GLPPRe,
1571
1578
  0,
1572
1579
  [_rI, _rN, _lPT, _st, _nT, _pR, _su],
1573
- [0, 0, 0, 0, 0, () => LifecyclePolicyPreviewResultList, () => LifecyclePolicyPreviewSummary],
1580
+ [0, 0, 0, 0, 0, () => LifecyclePolicyPreviewResultList, () => LifecyclePolicyPreviewSummary$],
1574
1581
  ];
1575
- var GetLifecyclePolicyRequest = [3, n0, _GLPR, 0, [_rI, _rN], [0, 0]];
1576
- var GetLifecyclePolicyResponse = [3, n0, _GLPRe, 0, [_rI, _rN, _lPT, _lEA], [0, 0, 0, 4]];
1577
- var GetRegistryPolicyRequest = [3, n0, _GRPR, 0, [], []];
1578
- var GetRegistryPolicyResponse = [3, n0, _GRPRe, 0, [_rI, _pT], [0, 0]];
1579
- var GetRegistryScanningConfigurationRequest = [3, n0, _GRSCR, 0, [], []];
1580
- var GetRegistryScanningConfigurationResponse = [
1582
+ var GetLifecyclePolicyRequest$ = [3, n0, _GLPR, 0, [_rI, _rN], [0, 0]];
1583
+ var GetLifecyclePolicyResponse$ = [
1584
+ 3,
1585
+ n0,
1586
+ _GLPRe,
1587
+ 0,
1588
+ [_rI, _rN, _lPT, _lEA],
1589
+ [0, 0, 0, 4],
1590
+ ];
1591
+ var GetRegistryPolicyRequest$ = [3, n0, _GRPR, 0, [], []];
1592
+ var GetRegistryPolicyResponse$ = [3, n0, _GRPRe, 0, [_rI, _pT], [0, 0]];
1593
+ var GetRegistryScanningConfigurationRequest$ = [3, n0, _GRSCR, 0, [], []];
1594
+ var GetRegistryScanningConfigurationResponse$ = [
1581
1595
  3,
1582
1596
  n0,
1583
1597
  _GRSCRe,
1584
1598
  0,
1585
1599
  [_rI, _sCc],
1586
- [0, () => RegistryScanningConfiguration],
1600
+ [0, () => RegistryScanningConfiguration$],
1587
1601
  ];
1588
- var GetRepositoryPolicyRequest = [3, n0, _GRPRet, 0, [_rI, _rN], [0, 0]];
1589
- var GetRepositoryPolicyResponse = [3, n0, _GRPRete, 0, [_rI, _rN, _pT], [0, 0, 0]];
1590
- var GetSigningConfigurationRequest = [3, n0, _GSCR, 0, [], []];
1591
- var GetSigningConfigurationResponse = [
1602
+ var GetRepositoryPolicyRequest$ = [3, n0, _GRPRet, 0, [_rI, _rN], [0, 0]];
1603
+ var GetRepositoryPolicyResponse$ = [3, n0, _GRPRete, 0, [_rI, _rN, _pT], [0, 0, 0]];
1604
+ var GetSigningConfigurationRequest$ = [3, n0, _GSCR, 0, [], []];
1605
+ var GetSigningConfigurationResponse$ = [
1592
1606
  3,
1593
1607
  n0,
1594
1608
  _GSCRe,
1595
1609
  0,
1596
1610
  [_rI, _sCi],
1597
- [0, () => SigningConfiguration],
1611
+ [0, () => SigningConfiguration$],
1598
1612
  ];
1599
- var Image = [
1613
+ var Image$ = [
1600
1614
  3,
1601
1615
  n0,
1602
1616
  _I,
1603
1617
  0,
1604
1618
  [_rI, _rN, _iIm, _iM, _iMMT],
1605
- [0, 0, () => ImageIdentifier, 0, 0],
1619
+ [0, 0, () => ImageIdentifier$, 0, 0],
1606
1620
  ];
1607
- var ImageAlreadyExistsException = [-3, n0, _IAEE, { [_e]: _c }, [_m], [0]];
1608
- schema.TypeRegistry.for(n0).registerError(ImageAlreadyExistsException, ImageAlreadyExistsException$1);
1609
- var ImageArchivedException = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
1610
- schema.TypeRegistry.for(n0).registerError(ImageArchivedException, ImageArchivedException$1);
1611
- var ImageDetail = [
1621
+ var ImageAlreadyExistsException$ = [-3, n0, _IAEE, { [_e]: _c }, [_m], [0]];
1622
+ schema.TypeRegistry.for(n0).registerError(ImageAlreadyExistsException$, ImageAlreadyExistsException);
1623
+ var ImageArchivedException$ = [-3, n0, _IAE, { [_e]: _c }, [_m], [0]];
1624
+ schema.TypeRegistry.for(n0).registerError(ImageArchivedException$, ImageArchivedException);
1625
+ var ImageDetail$ = [
1612
1626
  3,
1613
1627
  n0,
1614
1628
  _ID,
1615
1629
  0,
1616
1630
  [_rI, _rN, _iDm, _iT, _iSIB, _iPA, _iSS, _iSFS, _iMMT, _aMTr, _lRPT, _sMD, _iS, _lAA, _lAAa],
1617
- [0, 0, 0, 64 | 0, 1, 4, () => ImageScanStatus, () => ImageScanFindingsSummary, 0, 0, 4, 0, 0, 4, 4],
1631
+ [0, 0, 0, 64 | 0, 1, 4, () => ImageScanStatus$, () => ImageScanFindingsSummary$, 0, 0, 4, 0, 0, 4, 4],
1618
1632
  ];
1619
- var ImageDigestDoesNotMatchException = [-3, n0, _IDDNME, { [_e]: _c }, [_m], [0]];
1620
- schema.TypeRegistry.for(n0).registerError(ImageDigestDoesNotMatchException, ImageDigestDoesNotMatchException$1);
1621
- var ImageFailure = [3, n0, _IF, 0, [_iIm, _fC, _fR], [() => ImageIdentifier, 0, 0]];
1622
- var ImageIdentifier = [3, n0, _II, 0, [_iDm, _iTm], [0, 0]];
1623
- var ImageNotFoundException = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
1624
- schema.TypeRegistry.for(n0).registerError(ImageNotFoundException, ImageNotFoundException$1);
1625
- var ImageReferrer = [
1633
+ var ImageDigestDoesNotMatchException$ = [-3, n0, _IDDNME, { [_e]: _c }, [_m], [0]];
1634
+ schema.TypeRegistry.for(n0).registerError(ImageDigestDoesNotMatchException$, ImageDigestDoesNotMatchException);
1635
+ var ImageFailure$ = [3, n0, _IF, 0, [_iIm, _fC, _fR], [() => ImageIdentifier$, 0, 0]];
1636
+ var ImageIdentifier$ = [3, n0, _II, 0, [_iDm, _iTm], [0, 0]];
1637
+ var ImageNotFoundException$ = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
1638
+ schema.TypeRegistry.for(n0).registerError(ImageNotFoundException$, ImageNotFoundException);
1639
+ var ImageReferrer$ = [
1626
1640
  3,
1627
1641
  n0,
1628
1642
  _IR,
@@ -1630,8 +1644,8 @@ var ImageReferrer = [
1630
1644
  [_di, _mT, _aTr, _si, _an, _aS],
1631
1645
  [0, 0, 0, 1, 128 | 0, 0],
1632
1646
  ];
1633
- var ImageReplicationStatus = [3, n0, _IRS, 0, [_reg, _rI, _st, _fC], [0, 0, 0, 0]];
1634
- var ImageScanFinding = [
1647
+ var ImageReplicationStatus$ = [3, n0, _IRS, 0, [_reg, _rI, _st, _fC], [0, 0, 0, 0]];
1648
+ var ImageScanFinding$ = [
1635
1649
  3,
1636
1650
  n0,
1637
1651
  _ISF,
@@ -1639,7 +1653,7 @@ var ImageScanFinding = [
1639
1653
  [_n, _d, _u, _se, _at],
1640
1654
  [0, 0, 0, 0, () => AttributeList],
1641
1655
  ];
1642
- var ImageScanFindings = [
1656
+ var ImageScanFindings$ = [
1643
1657
  3,
1644
1658
  n0,
1645
1659
  _ISFm,
@@ -1647,11 +1661,11 @@ var ImageScanFindings = [
1647
1661
  [_iSCA, _vSUA, _fSC, _fin, _eF],
1648
1662
  [4, 4, 128 | 1, () => ImageScanFindingList, () => EnhancedImageScanFindingList],
1649
1663
  ];
1650
- var ImageScanFindingsSummary = [3, n0, _ISFS, 0, [_iSCA, _vSUA, _fSC], [4, 4, 128 | 1]];
1651
- var ImageScanningConfiguration = [3, n0, _ISC, 0, [_sOP], [2]];
1652
- var ImageScanStatus = [3, n0, _ISS, 0, [_st, _d], [0, 0]];
1653
- var ImageSigningStatus = [3, n0, _ISSm, 0, [_sPA, _fC, _fR, _st], [0, 0, 0, 0]];
1654
- var ImageStorageClassUpdateNotSupportedException = [
1664
+ var ImageScanFindingsSummary$ = [3, n0, _ISFS, 0, [_iSCA, _vSUA, _fSC], [4, 4, 128 | 1]];
1665
+ var ImageScanningConfiguration$ = [3, n0, _ISC, 0, [_sOP], [2]];
1666
+ var ImageScanStatus$ = [3, n0, _ISS, 0, [_st, _d], [0, 0]];
1667
+ var ImageSigningStatus$ = [3, n0, _ISSm, 0, [_sPA, _fC, _fR, _st], [0, 0, 0, 0]];
1668
+ var ImageStorageClassUpdateNotSupportedException$ = [
1655
1669
  -3,
1656
1670
  n0,
1657
1671
  _ISCUNSE,
@@ -1659,15 +1673,15 @@ var ImageStorageClassUpdateNotSupportedException = [
1659
1673
  [_m],
1660
1674
  [0],
1661
1675
  ];
1662
- schema.TypeRegistry.for(n0).registerError(ImageStorageClassUpdateNotSupportedException, ImageStorageClassUpdateNotSupportedException$1);
1663
- var ImageTagAlreadyExistsException = [-3, n0, _ITAEE, { [_e]: _c }, [_m], [0]];
1664
- schema.TypeRegistry.for(n0).registerError(ImageTagAlreadyExistsException, ImageTagAlreadyExistsException$1);
1665
- var ImageTagMutabilityExclusionFilter = [3, n0, _ITMEF, 0, [_fT, _fi], [0, 0]];
1666
- var InitiateLayerUploadRequest = [3, n0, _ILUR, 0, [_rI, _rN], [0, 0]];
1667
- var InitiateLayerUploadResponse = [3, n0, _ILURn, 0, [_uI, _pS], [0, 1]];
1668
- var InvalidLayerException = [-3, n0, _ILE, { [_e]: _c }, [_m], [0]];
1669
- schema.TypeRegistry.for(n0).registerError(InvalidLayerException, InvalidLayerException$1);
1670
- var InvalidLayerPartException = [
1676
+ schema.TypeRegistry.for(n0).registerError(ImageStorageClassUpdateNotSupportedException$, ImageStorageClassUpdateNotSupportedException);
1677
+ var ImageTagAlreadyExistsException$ = [-3, n0, _ITAEE, { [_e]: _c }, [_m], [0]];
1678
+ schema.TypeRegistry.for(n0).registerError(ImageTagAlreadyExistsException$, ImageTagAlreadyExistsException);
1679
+ var ImageTagMutabilityExclusionFilter$ = [3, n0, _ITMEF, 0, [_fT, _fi], [0, 0]];
1680
+ var InitiateLayerUploadRequest$ = [3, n0, _ILUR, 0, [_rI, _rN], [0, 0]];
1681
+ var InitiateLayerUploadResponse$ = [3, n0, _ILURn, 0, [_uI, _pS], [0, 1]];
1682
+ var InvalidLayerException$ = [-3, n0, _ILE, { [_e]: _c }, [_m], [0]];
1683
+ schema.TypeRegistry.for(n0).registerError(InvalidLayerException$, InvalidLayerException);
1684
+ var InvalidLayerPartException$ = [
1671
1685
  -3,
1672
1686
  n0,
1673
1687
  _ILPE,
@@ -1675,39 +1689,39 @@ var InvalidLayerPartException = [
1675
1689
  [_rI, _rN, _uI, _lVBR, _m],
1676
1690
  [0, 0, 0, 1, 0],
1677
1691
  ];
1678
- schema.TypeRegistry.for(n0).registerError(InvalidLayerPartException, InvalidLayerPartException$1);
1679
- var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
1680
- schema.TypeRegistry.for(n0).registerError(InvalidParameterException, InvalidParameterException$1);
1681
- var InvalidTagParameterException = [-3, n0, _ITPE, { [_e]: _c }, [_m], [0]];
1682
- schema.TypeRegistry.for(n0).registerError(InvalidTagParameterException, InvalidTagParameterException$1);
1683
- var KmsException = [-3, n0, _KE, { [_e]: _c }, [_m, _kE], [0, 0]];
1684
- schema.TypeRegistry.for(n0).registerError(KmsException, KmsException$1);
1685
- var Layer = [3, n0, _L, 0, [_lDa, _lA, _lS, _mT], [0, 0, 1, 0]];
1686
- var LayerAlreadyExistsException = [-3, n0, _LAEE, { [_e]: _c }, [_m], [0]];
1687
- schema.TypeRegistry.for(n0).registerError(LayerAlreadyExistsException, LayerAlreadyExistsException$1);
1688
- var LayerFailure = [3, n0, _LF, 0, [_lDa, _fC, _fR], [0, 0, 0]];
1689
- var LayerInaccessibleException = [-3, n0, _LIE, { [_e]: _c }, [_m], [0]];
1690
- schema.TypeRegistry.for(n0).registerError(LayerInaccessibleException, LayerInaccessibleException$1);
1691
- var LayerPartTooSmallException = [-3, n0, _LPTSE, { [_e]: _c }, [_m], [0]];
1692
- schema.TypeRegistry.for(n0).registerError(LayerPartTooSmallException, LayerPartTooSmallException$1);
1693
- var LayersNotFoundException = [-3, n0, _LNFE, { [_e]: _c }, [_m], [0]];
1694
- schema.TypeRegistry.for(n0).registerError(LayersNotFoundException, LayersNotFoundException$1);
1695
- var LifecyclePolicyNotFoundException = [-3, n0, _LPNFE, { [_e]: _c }, [_m], [0]];
1696
- schema.TypeRegistry.for(n0).registerError(LifecyclePolicyNotFoundException, LifecyclePolicyNotFoundException$1);
1697
- var LifecyclePolicyPreviewFilter = [3, n0, _LPPF, 0, [_tS], [0]];
1698
- var LifecyclePolicyPreviewInProgressException = [-3, n0, _LPPIPE, { [_e]: _c }, [_m], [0]];
1699
- schema.TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewInProgressException, LifecyclePolicyPreviewInProgressException$1);
1700
- var LifecyclePolicyPreviewNotFoundException = [-3, n0, _LPPNFE, { [_e]: _c }, [_m], [0]];
1701
- schema.TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewNotFoundException, LifecyclePolicyPreviewNotFoundException$1);
1702
- var LifecyclePolicyPreviewResult = [
1692
+ schema.TypeRegistry.for(n0).registerError(InvalidLayerPartException$, InvalidLayerPartException);
1693
+ var InvalidParameterException$ = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
1694
+ schema.TypeRegistry.for(n0).registerError(InvalidParameterException$, InvalidParameterException);
1695
+ var InvalidTagParameterException$ = [-3, n0, _ITPE, { [_e]: _c }, [_m], [0]];
1696
+ schema.TypeRegistry.for(n0).registerError(InvalidTagParameterException$, InvalidTagParameterException);
1697
+ var KmsException$ = [-3, n0, _KE, { [_e]: _c }, [_m, _kE], [0, 0]];
1698
+ schema.TypeRegistry.for(n0).registerError(KmsException$, KmsException);
1699
+ var Layer$ = [3, n0, _L, 0, [_lDa, _lA, _lS, _mT], [0, 0, 1, 0]];
1700
+ var LayerAlreadyExistsException$ = [-3, n0, _LAEE, { [_e]: _c }, [_m], [0]];
1701
+ schema.TypeRegistry.for(n0).registerError(LayerAlreadyExistsException$, LayerAlreadyExistsException);
1702
+ var LayerFailure$ = [3, n0, _LF, 0, [_lDa, _fC, _fR], [0, 0, 0]];
1703
+ var LayerInaccessibleException$ = [-3, n0, _LIE, { [_e]: _c }, [_m], [0]];
1704
+ schema.TypeRegistry.for(n0).registerError(LayerInaccessibleException$, LayerInaccessibleException);
1705
+ var LayerPartTooSmallException$ = [-3, n0, _LPTSE, { [_e]: _c }, [_m], [0]];
1706
+ schema.TypeRegistry.for(n0).registerError(LayerPartTooSmallException$, LayerPartTooSmallException);
1707
+ var LayersNotFoundException$ = [-3, n0, _LNFE, { [_e]: _c }, [_m], [0]];
1708
+ schema.TypeRegistry.for(n0).registerError(LayersNotFoundException$, LayersNotFoundException);
1709
+ var LifecyclePolicyNotFoundException$ = [-3, n0, _LPNFE, { [_e]: _c }, [_m], [0]];
1710
+ schema.TypeRegistry.for(n0).registerError(LifecyclePolicyNotFoundException$, LifecyclePolicyNotFoundException);
1711
+ var LifecyclePolicyPreviewFilter$ = [3, n0, _LPPF, 0, [_tS], [0]];
1712
+ var LifecyclePolicyPreviewInProgressException$ = [-3, n0, _LPPIPE, { [_e]: _c }, [_m], [0]];
1713
+ schema.TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewInProgressException$, LifecyclePolicyPreviewInProgressException);
1714
+ var LifecyclePolicyPreviewNotFoundException$ = [-3, n0, _LPPNFE, { [_e]: _c }, [_m], [0]];
1715
+ schema.TypeRegistry.for(n0).registerError(LifecyclePolicyPreviewNotFoundException$, LifecyclePolicyPreviewNotFoundException);
1716
+ var LifecyclePolicyPreviewResult$ = [
1703
1717
  3,
1704
1718
  n0,
1705
1719
  _LPPR,
1706
1720
  0,
1707
1721
  [_iT, _iDm, _iPA, _ac, _aRP, _sCt],
1708
- [64 | 0, 0, 4, () => LifecyclePolicyRuleAction, 1, 0],
1722
+ [64 | 0, 0, 4, () => LifecyclePolicyRuleAction$, 1, 0],
1709
1723
  ];
1710
- var LifecyclePolicyPreviewSummary = [
1724
+ var LifecyclePolicyPreviewSummary$ = [
1711
1725
  3,
1712
1726
  n0,
1713
1727
  _LPPS,
@@ -1715,19 +1729,19 @@ var LifecyclePolicyPreviewSummary = [
1715
1729
  [_eITC, _tITC],
1716
1730
  [1, () => TransitioningImageTotalCounts],
1717
1731
  ];
1718
- var LifecyclePolicyRuleAction = [3, n0, _LPRA, 0, [_ty, _tSC], [0, 0]];
1719
- var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1720
- schema.TypeRegistry.for(n0).registerError(LimitExceededException, LimitExceededException$1);
1721
- var ListImageReferrersFilter = [3, n0, _LIRF, 0, [_aTrt, _aS], [64 | 0, 0]];
1722
- var ListImageReferrersRequest = [
1732
+ var LifecyclePolicyRuleAction$ = [3, n0, _LPRA, 0, [_ty, _tSC], [0, 0]];
1733
+ var LimitExceededException$ = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
1734
+ schema.TypeRegistry.for(n0).registerError(LimitExceededException$, LimitExceededException);
1735
+ var ListImageReferrersFilter$ = [3, n0, _LIRF, 0, [_aTrt, _aS], [64 | 0, 0]];
1736
+ var ListImageReferrersRequest$ = [
1723
1737
  3,
1724
1738
  n0,
1725
1739
  _LIRR,
1726
1740
  0,
1727
1741
  [_rI, _rN, _sI, _fi, _nT, _mR],
1728
- [0, 0, () => SubjectIdentifier, () => ListImageReferrersFilter, 0, 1],
1742
+ [0, 0, () => SubjectIdentifier$, () => ListImageReferrersFilter$, 0, 1],
1729
1743
  ];
1730
- var ListImageReferrersResponse = [
1744
+ var ListImageReferrersResponse$ = [
1731
1745
  3,
1732
1746
  n0,
1733
1747
  _LIRRi,
@@ -1735,18 +1749,18 @@ var ListImageReferrersResponse = [
1735
1749
  [_ref, _nT],
1736
1750
  [() => ImageReferrerList, 0],
1737
1751
  ];
1738
- var ListImagesFilter = [3, n0, _LIF, 0, [_tS, _iS], [0, 0]];
1739
- var ListImagesRequest = [
1752
+ var ListImagesFilter$ = [3, n0, _LIF, 0, [_tS, _iS], [0, 0]];
1753
+ var ListImagesRequest$ = [
1740
1754
  3,
1741
1755
  n0,
1742
1756
  _LIR,
1743
1757
  0,
1744
1758
  [_rI, _rN, _nT, _mR, _fi],
1745
- [0, 0, 0, 1, () => ListImagesFilter],
1759
+ [0, 0, 0, 1, () => ListImagesFilter$],
1746
1760
  ];
1747
- var ListImagesResponse = [3, n0, _LIRi, 0, [_iI, _nT], [() => ImageIdentifierList, 0]];
1748
- var ListPullTimeUpdateExclusionsRequest = [3, n0, _LPTUER, 0, [_mR, _nT], [1, 0]];
1749
- var ListPullTimeUpdateExclusionsResponse = [
1761
+ var ListImagesResponse$ = [3, n0, _LIRi, 0, [_iI, _nT], [() => ImageIdentifierList, 0]];
1762
+ var ListPullTimeUpdateExclusionsRequest$ = [3, n0, _LPTUER, 0, [_mR, _nT], [1, 0]];
1763
+ var ListPullTimeUpdateExclusionsResponse$ = [
1750
1764
  3,
1751
1765
  n0,
1752
1766
  _LPTUERi,
@@ -1754,9 +1768,9 @@ var ListPullTimeUpdateExclusionsResponse = [
1754
1768
  [_pTUE, _nT],
1755
1769
  [64 | 0, 0],
1756
1770
  ];
1757
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
1758
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
1759
- var PackageVulnerabilityDetails = [
1771
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [0]];
1772
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
1773
+ var PackageVulnerabilityDetails$ = [
1760
1774
  3,
1761
1775
  n0,
1762
1776
  _PVD,
@@ -1764,7 +1778,7 @@ var PackageVulnerabilityDetails = [
1764
1778
  [_cv, _rU, _rV, _s, _sU, _vCA, _vS, _vUA, _vI, _vP],
1765
1779
  [() => CvssScoreList, 64 | 0, 64 | 0, 0, 0, 4, 0, 4, 0, () => VulnerablePackagesList],
1766
1780
  ];
1767
- var PullThroughCacheRule = [
1781
+ var PullThroughCacheRule$ = [
1768
1782
  3,
1769
1783
  n0,
1770
1784
  _PTCR,
@@ -1772,13 +1786,13 @@ var PullThroughCacheRule = [
1772
1786
  [_eRP, _uRU, _cAr, _rI, _cA, _cRA, _uRP, _uR, _uA],
1773
1787
  [0, 0, 4, 0, 0, 0, 0, 0, 4],
1774
1788
  ];
1775
- var PullThroughCacheRuleAlreadyExistsException = [-3, n0, _PTCRAEE, { [_e]: _c }, [_m], [0]];
1776
- schema.TypeRegistry.for(n0).registerError(PullThroughCacheRuleAlreadyExistsException, PullThroughCacheRuleAlreadyExistsException$1);
1777
- var PullThroughCacheRuleNotFoundException = [-3, n0, _PTCRNFE, { [_e]: _c }, [_m], [0]];
1778
- schema.TypeRegistry.for(n0).registerError(PullThroughCacheRuleNotFoundException, PullThroughCacheRuleNotFoundException$1);
1779
- var PutAccountSettingRequest = [3, n0, _PASR, 0, [_n, _v], [0, 0]];
1780
- var PutAccountSettingResponse = [3, n0, _PASRu, 0, [_n, _v], [0, 0]];
1781
- var PutImageRequest = [
1789
+ var PullThroughCacheRuleAlreadyExistsException$ = [-3, n0, _PTCRAEE, { [_e]: _c }, [_m], [0]];
1790
+ schema.TypeRegistry.for(n0).registerError(PullThroughCacheRuleAlreadyExistsException$, PullThroughCacheRuleAlreadyExistsException);
1791
+ var PullThroughCacheRuleNotFoundException$ = [-3, n0, _PTCRNFE, { [_e]: _c }, [_m], [0]];
1792
+ schema.TypeRegistry.for(n0).registerError(PullThroughCacheRuleNotFoundException$, PullThroughCacheRuleNotFoundException);
1793
+ var PutAccountSettingRequest$ = [3, n0, _PASR, 0, [_n, _v], [0, 0]];
1794
+ var PutAccountSettingResponse$ = [3, n0, _PASRu, 0, [_n, _v], [0, 0]];
1795
+ var PutImageRequest$ = [
1782
1796
  3,
1783
1797
  n0,
1784
1798
  _PIR,
@@ -1786,24 +1800,24 @@ var PutImageRequest = [
1786
1800
  [_rI, _rN, _iM, _iMMT, _iTm, _iDm],
1787
1801
  [0, 0, 0, 0, 0, 0],
1788
1802
  ];
1789
- var PutImageResponse = [3, n0, _PIRu, 0, [_im], [() => Image]];
1790
- var PutImageScanningConfigurationRequest = [
1803
+ var PutImageResponse$ = [3, n0, _PIRu, 0, [_im], [() => Image$]];
1804
+ var PutImageScanningConfigurationRequest$ = [
1791
1805
  3,
1792
1806
  n0,
1793
1807
  _PISCR,
1794
1808
  0,
1795
1809
  [_rI, _rN, _iSC],
1796
- [0, 0, () => ImageScanningConfiguration],
1810
+ [0, 0, () => ImageScanningConfiguration$],
1797
1811
  ];
1798
- var PutImageScanningConfigurationResponse = [
1812
+ var PutImageScanningConfigurationResponse$ = [
1799
1813
  3,
1800
1814
  n0,
1801
1815
  _PISCRu,
1802
1816
  0,
1803
1817
  [_rI, _rN, _iSC],
1804
- [0, 0, () => ImageScanningConfiguration],
1818
+ [0, 0, () => ImageScanningConfiguration$],
1805
1819
  ];
1806
- var PutImageTagMutabilityRequest = [
1820
+ var PutImageTagMutabilityRequest$ = [
1807
1821
  3,
1808
1822
  n0,
1809
1823
  _PITMR,
@@ -1811,7 +1825,7 @@ var PutImageTagMutabilityRequest = [
1811
1825
  [_rI, _rN, _iTM, _iTMEF],
1812
1826
  [0, 0, 0, () => ImageTagMutabilityExclusionFilters],
1813
1827
  ];
1814
- var PutImageTagMutabilityResponse = [
1828
+ var PutImageTagMutabilityResponse$ = [
1815
1829
  3,
1816
1830
  n0,
1817
1831
  _PITMRu,
@@ -1819,11 +1833,11 @@ var PutImageTagMutabilityResponse = [
1819
1833
  [_rI, _rN, _iTM, _iTMEF],
1820
1834
  [0, 0, 0, () => ImageTagMutabilityExclusionFilters],
1821
1835
  ];
1822
- var PutLifecyclePolicyRequest = [3, n0, _PLPR, 0, [_rI, _rN, _lPT], [0, 0, 0]];
1823
- var PutLifecyclePolicyResponse = [3, n0, _PLPRu, 0, [_rI, _rN, _lPT], [0, 0, 0]];
1824
- var PutRegistryPolicyRequest = [3, n0, _PRPR, 0, [_pT], [0]];
1825
- var PutRegistryPolicyResponse = [3, n0, _PRPRu, 0, [_rI, _pT], [0, 0]];
1826
- var PutRegistryScanningConfigurationRequest = [
1836
+ var PutLifecyclePolicyRequest$ = [3, n0, _PLPR, 0, [_rI, _rN, _lPT], [0, 0, 0]];
1837
+ var PutLifecyclePolicyResponse$ = [3, n0, _PLPRu, 0, [_rI, _rN, _lPT], [0, 0, 0]];
1838
+ var PutRegistryPolicyRequest$ = [3, n0, _PRPR, 0, [_pT], [0]];
1839
+ var PutRegistryPolicyResponse$ = [3, n0, _PRPRu, 0, [_rI, _pT], [0, 0]];
1840
+ var PutRegistryScanningConfigurationRequest$ = [
1827
1841
  3,
1828
1842
  n0,
1829
1843
  _PRSCR,
@@ -1831,54 +1845,54 @@ var PutRegistryScanningConfigurationRequest = [
1831
1845
  [_sT, _ru],
1832
1846
  [0, () => RegistryScanningRuleList],
1833
1847
  ];
1834
- var PutRegistryScanningConfigurationResponse = [
1848
+ var PutRegistryScanningConfigurationResponse$ = [
1835
1849
  3,
1836
1850
  n0,
1837
1851
  _PRSCRu,
1838
1852
  0,
1839
1853
  [_rSC],
1840
- [() => RegistryScanningConfiguration],
1854
+ [() => RegistryScanningConfiguration$],
1841
1855
  ];
1842
- var PutReplicationConfigurationRequest = [
1856
+ var PutReplicationConfigurationRequest$ = [
1843
1857
  3,
1844
1858
  n0,
1845
1859
  _PRCR,
1846
1860
  0,
1847
1861
  [_rC],
1848
- [() => ReplicationConfiguration],
1862
+ [() => ReplicationConfiguration$],
1849
1863
  ];
1850
- var PutReplicationConfigurationResponse = [
1864
+ var PutReplicationConfigurationResponse$ = [
1851
1865
  3,
1852
1866
  n0,
1853
1867
  _PRCRu,
1854
1868
  0,
1855
1869
  [_rC],
1856
- [() => ReplicationConfiguration],
1870
+ [() => ReplicationConfiguration$],
1857
1871
  ];
1858
- var PutSigningConfigurationRequest = [
1872
+ var PutSigningConfigurationRequest$ = [
1859
1873
  3,
1860
1874
  n0,
1861
1875
  _PSCR,
1862
1876
  0,
1863
1877
  [_sCi],
1864
- [() => SigningConfiguration],
1878
+ [() => SigningConfiguration$],
1865
1879
  ];
1866
- var PutSigningConfigurationResponse = [
1880
+ var PutSigningConfigurationResponse$ = [
1867
1881
  3,
1868
1882
  n0,
1869
1883
  _PSCRu,
1870
1884
  0,
1871
1885
  [_sCi],
1872
- [() => SigningConfiguration],
1886
+ [() => SigningConfiguration$],
1873
1887
  ];
1874
- var Recommendation = [3, n0, _R, 0, [_ur, _te], [0, 0]];
1875
- var ReferencedImagesNotFoundException = [-3, n0, _RINFE, { [_e]: _c }, [_m], [0]];
1876
- schema.TypeRegistry.for(n0).registerError(ReferencedImagesNotFoundException, ReferencedImagesNotFoundException$1);
1877
- var RegisterPullTimeUpdateExclusionRequest = [3, n0, _RPTUER, 0, [_pAr], [0]];
1878
- var RegisterPullTimeUpdateExclusionResponse = [3, n0, _RPTUERe, 0, [_pAr, _cAr], [0, 4]];
1879
- var RegistryPolicyNotFoundException = [-3, n0, _RPNFE, { [_e]: _c }, [_m], [0]];
1880
- schema.TypeRegistry.for(n0).registerError(RegistryPolicyNotFoundException, RegistryPolicyNotFoundException$1);
1881
- var RegistryScanningConfiguration = [
1888
+ var Recommendation$ = [3, n0, _R, 0, [_ur, _te], [0, 0]];
1889
+ var ReferencedImagesNotFoundException$ = [-3, n0, _RINFE, { [_e]: _c }, [_m], [0]];
1890
+ schema.TypeRegistry.for(n0).registerError(ReferencedImagesNotFoundException$, ReferencedImagesNotFoundException);
1891
+ var RegisterPullTimeUpdateExclusionRequest$ = [3, n0, _RPTUER, 0, [_pAr], [0]];
1892
+ var RegisterPullTimeUpdateExclusionResponse$ = [3, n0, _RPTUERe, 0, [_pAr, _cAr], [0, 4]];
1893
+ var RegistryPolicyNotFoundException$ = [-3, n0, _RPNFE, { [_e]: _c }, [_m], [0]];
1894
+ schema.TypeRegistry.for(n0).registerError(RegistryPolicyNotFoundException$, RegistryPolicyNotFoundException);
1895
+ var RegistryScanningConfiguration$ = [
1882
1896
  3,
1883
1897
  n0,
1884
1898
  _RSC,
@@ -1886,7 +1900,7 @@ var RegistryScanningConfiguration = [
1886
1900
  [_sT, _ru],
1887
1901
  [0, () => RegistryScanningRuleList],
1888
1902
  ];
1889
- var RegistryScanningRule = [
1903
+ var RegistryScanningRule$ = [
1890
1904
  3,
1891
1905
  n0,
1892
1906
  _RSR,
@@ -1894,10 +1908,10 @@ var RegistryScanningRule = [
1894
1908
  [_sF, _rF],
1895
1909
  [0, () => ScanningRepositoryFilterList],
1896
1910
  ];
1897
- var Remediation = [3, n0, _Re, 0, [_rec], [() => Recommendation]];
1898
- var ReplicationConfiguration = [3, n0, _RC, 0, [_ru], [() => ReplicationRuleList]];
1899
- var ReplicationDestination = [3, n0, _RD, 0, [_reg, _rI], [0, 0]];
1900
- var ReplicationRule = [
1911
+ var Remediation$ = [3, n0, _Re, 0, [_rec], [() => Recommendation$]];
1912
+ var ReplicationConfiguration$ = [3, n0, _RC, 0, [_ru], [() => ReplicationRuleList]];
1913
+ var ReplicationDestination$ = [3, n0, _RD, 0, [_reg, _rI], [0, 0]];
1914
+ var ReplicationRule$ = [
1901
1915
  3,
1902
1916
  n0,
1903
1917
  _RR,
@@ -1905,7 +1919,7 @@ var ReplicationRule = [
1905
1919
  [_de, _rF],
1906
1920
  [() => ReplicationDestinationList, () => RepositoryFilterList],
1907
1921
  ];
1908
- var Repository = [
1922
+ var Repository$ = [
1909
1923
  3,
1910
1924
  n0,
1911
1925
  _Rep,
@@ -1919,13 +1933,13 @@ var Repository = [
1919
1933
  4,
1920
1934
  0,
1921
1935
  () => ImageTagMutabilityExclusionFilters,
1922
- () => ImageScanningConfiguration,
1923
- () => EncryptionConfiguration,
1936
+ () => ImageScanningConfiguration$,
1937
+ () => EncryptionConfiguration$,
1924
1938
  ],
1925
1939
  ];
1926
- var RepositoryAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1927
- schema.TypeRegistry.for(n0).registerError(RepositoryAlreadyExistsException, RepositoryAlreadyExistsException$1);
1928
- var RepositoryCreationTemplate = [
1940
+ var RepositoryAlreadyExistsException$ = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
1941
+ schema.TypeRegistry.for(n0).registerError(RepositoryAlreadyExistsException$, RepositoryAlreadyExistsException);
1942
+ var RepositoryCreationTemplate$ = [
1929
1943
  3,
1930
1944
  n0,
1931
1945
  _RCT,
@@ -1934,7 +1948,7 @@ var RepositoryCreationTemplate = [
1934
1948
  [
1935
1949
  0,
1936
1950
  0,
1937
- () => EncryptionConfigurationForRepositoryCreationTemplate,
1951
+ () => EncryptionConfigurationForRepositoryCreationTemplate$,
1938
1952
  () => TagList,
1939
1953
  0,
1940
1954
  () => ImageTagMutabilityExclusionFilters,
@@ -1946,14 +1960,14 @@ var RepositoryCreationTemplate = [
1946
1960
  4,
1947
1961
  ],
1948
1962
  ];
1949
- var RepositoryFilter = [3, n0, _RF, 0, [_fi, _fT], [0, 0]];
1950
- var RepositoryNotEmptyException = [-3, n0, _RNEE, { [_e]: _c }, [_m], [0]];
1951
- schema.TypeRegistry.for(n0).registerError(RepositoryNotEmptyException, RepositoryNotEmptyException$1);
1952
- var RepositoryNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1953
- schema.TypeRegistry.for(n0).registerError(RepositoryNotFoundException, RepositoryNotFoundException$1);
1954
- var RepositoryPolicyNotFoundException = [-3, n0, _RPNFEe, { [_e]: _c }, [_m], [0]];
1955
- schema.TypeRegistry.for(n0).registerError(RepositoryPolicyNotFoundException, RepositoryPolicyNotFoundException$1);
1956
- var RepositoryScanningConfiguration = [
1963
+ var RepositoryFilter$ = [3, n0, _RF, 0, [_fi, _fT], [0, 0]];
1964
+ var RepositoryNotEmptyException$ = [-3, n0, _RNEE, { [_e]: _c }, [_m], [0]];
1965
+ schema.TypeRegistry.for(n0).registerError(RepositoryNotEmptyException$, RepositoryNotEmptyException);
1966
+ var RepositoryNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
1967
+ schema.TypeRegistry.for(n0).registerError(RepositoryNotFoundException$, RepositoryNotFoundException);
1968
+ var RepositoryPolicyNotFoundException$ = [-3, n0, _RPNFEe, { [_e]: _c }, [_m], [0]];
1969
+ schema.TypeRegistry.for(n0).registerError(RepositoryPolicyNotFoundException$, RepositoryPolicyNotFoundException);
1970
+ var RepositoryScanningConfiguration$ = [
1957
1971
  3,
1958
1972
  n0,
1959
1973
  _RSCe,
@@ -1961,7 +1975,7 @@ var RepositoryScanningConfiguration = [
1961
1975
  [_rAe, _rN, _sOP, _sF, _aSF],
1962
1976
  [0, 0, 2, 0, () => ScanningRepositoryFilterList],
1963
1977
  ];
1964
- var RepositoryScanningConfigurationFailure = [
1978
+ var RepositoryScanningConfigurationFailure$ = [
1965
1979
  3,
1966
1980
  n0,
1967
1981
  _RSCF,
@@ -1969,48 +1983,48 @@ var RepositoryScanningConfigurationFailure = [
1969
1983
  [_rN, _fC, _fR],
1970
1984
  [0, 0, 0],
1971
1985
  ];
1972
- var Resource = [
1986
+ var Resource$ = [
1973
1987
  3,
1974
1988
  n0,
1975
1989
  _Res,
1976
1990
  0,
1977
1991
  [_det, _id, _t, _ty],
1978
- [() => ResourceDetails, 0, 128 | 0, 0],
1979
- ];
1980
- var ResourceDetails = [3, n0, _RDe, 0, [_aECI], [() => AwsEcrContainerImageDetails]];
1981
- var ScanningRepositoryFilter = [3, n0, _SRF, 0, [_fi, _fT], [0, 0]];
1982
- var ScanNotFoundException = [-3, n0, _SNFE, { [_e]: _c }, [_m], [0]];
1983
- schema.TypeRegistry.for(n0).registerError(ScanNotFoundException, ScanNotFoundException$1);
1984
- var ScoreDetails = [3, n0, _SD, 0, [_cv], [() => CvssScoreDetails]];
1985
- var SecretNotFoundException = [-3, n0, _SNFEe, { [_e]: _c }, [_m], [0]];
1986
- schema.TypeRegistry.for(n0).registerError(SecretNotFoundException, SecretNotFoundException$1);
1987
- var ServerException = [-3, n0, _SE, { [_e]: _ser }, [_m], [0]];
1988
- schema.TypeRegistry.for(n0).registerError(ServerException, ServerException$1);
1989
- var SetRepositoryPolicyRequest = [3, n0, _SRPR, 0, [_rI, _rN, _pT, _fo], [0, 0, 0, 2]];
1990
- var SetRepositoryPolicyResponse = [3, n0, _SRPRe, 0, [_rI, _rN, _pT], [0, 0, 0]];
1991
- var SigningConfiguration = [3, n0, _SC, 0, [_ru], [() => SigningRuleList]];
1992
- var SigningConfigurationNotFoundException = [-3, n0, _SCNFE, { [_e]: _c }, [_m], [0]];
1993
- schema.TypeRegistry.for(n0).registerError(SigningConfigurationNotFoundException, SigningConfigurationNotFoundException$1);
1994
- var SigningRepositoryFilter = [3, n0, _SRFi, 0, [_fi, _fT], [0, 0]];
1995
- var SigningRule = [3, n0, _SR, 0, [_sPA, _rF], [0, () => SigningRepositoryFilterList]];
1996
- var StartImageScanRequest = [
1992
+ [() => ResourceDetails$, 0, 128 | 0, 0],
1993
+ ];
1994
+ var ResourceDetails$ = [3, n0, _RDe, 0, [_aECI], [() => AwsEcrContainerImageDetails$]];
1995
+ var ScanningRepositoryFilter$ = [3, n0, _SRF, 0, [_fi, _fT], [0, 0]];
1996
+ var ScanNotFoundException$ = [-3, n0, _SNFE, { [_e]: _c }, [_m], [0]];
1997
+ schema.TypeRegistry.for(n0).registerError(ScanNotFoundException$, ScanNotFoundException);
1998
+ var ScoreDetails$ = [3, n0, _SD, 0, [_cv], [() => CvssScoreDetails$]];
1999
+ var SecretNotFoundException$ = [-3, n0, _SNFEe, { [_e]: _c }, [_m], [0]];
2000
+ schema.TypeRegistry.for(n0).registerError(SecretNotFoundException$, SecretNotFoundException);
2001
+ var ServerException$ = [-3, n0, _SE, { [_e]: _ser }, [_m], [0]];
2002
+ schema.TypeRegistry.for(n0).registerError(ServerException$, ServerException);
2003
+ var SetRepositoryPolicyRequest$ = [3, n0, _SRPR, 0, [_rI, _rN, _pT, _fo], [0, 0, 0, 2]];
2004
+ var SetRepositoryPolicyResponse$ = [3, n0, _SRPRe, 0, [_rI, _rN, _pT], [0, 0, 0]];
2005
+ var SigningConfiguration$ = [3, n0, _SC, 0, [_ru], [() => SigningRuleList]];
2006
+ var SigningConfigurationNotFoundException$ = [-3, n0, _SCNFE, { [_e]: _c }, [_m], [0]];
2007
+ schema.TypeRegistry.for(n0).registerError(SigningConfigurationNotFoundException$, SigningConfigurationNotFoundException);
2008
+ var SigningRepositoryFilter$ = [3, n0, _SRFi, 0, [_fi, _fT], [0, 0]];
2009
+ var SigningRule$ = [3, n0, _SR, 0, [_sPA, _rF], [0, () => SigningRepositoryFilterList]];
2010
+ var StartImageScanRequest$ = [
1997
2011
  3,
1998
2012
  n0,
1999
2013
  _SISR,
2000
2014
  0,
2001
2015
  [_rI, _rN, _iIm],
2002
- [0, 0, () => ImageIdentifier],
2016
+ [0, 0, () => ImageIdentifier$],
2003
2017
  ];
2004
- var StartImageScanResponse = [
2018
+ var StartImageScanResponse$ = [
2005
2019
  3,
2006
2020
  n0,
2007
2021
  _SISRt,
2008
2022
  0,
2009
2023
  [_rI, _rN, _iIm, _iSS],
2010
- [0, 0, () => ImageIdentifier, () => ImageScanStatus],
2024
+ [0, 0, () => ImageIdentifier$, () => ImageScanStatus$],
2011
2025
  ];
2012
- var StartLifecyclePolicyPreviewRequest = [3, n0, _SLPPR, 0, [_rI, _rN, _lPT], [0, 0, 0]];
2013
- var StartLifecyclePolicyPreviewResponse = [
2026
+ var StartLifecyclePolicyPreviewRequest$ = [3, n0, _SLPPR, 0, [_rI, _rN, _lPT], [0, 0, 0]];
2027
+ var StartLifecyclePolicyPreviewResponse$ = [
2014
2028
  3,
2015
2029
  n0,
2016
2030
  _SLPPRt,
@@ -2018,48 +2032,48 @@ var StartLifecyclePolicyPreviewResponse = [
2018
2032
  [_rI, _rN, _lPT, _st],
2019
2033
  [0, 0, 0, 0],
2020
2034
  ];
2021
- var SubjectIdentifier = [3, n0, _SI, 0, [_iDm], [0]];
2022
- var Tag = [3, n0, _T, 0, [_K, _V], [0, 0]];
2023
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
2024
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
2025
- var TemplateAlreadyExistsException = [-3, n0, _TAEE, { [_e]: _c }, [_m], [0]];
2026
- schema.TypeRegistry.for(n0).registerError(TemplateAlreadyExistsException, TemplateAlreadyExistsException$1);
2027
- var TemplateNotFoundException = [-3, n0, _TNFE, { [_e]: _c }, [_m], [0]];
2028
- schema.TypeRegistry.for(n0).registerError(TemplateNotFoundException, TemplateNotFoundException$1);
2029
- var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
2030
- schema.TypeRegistry.for(n0).registerError(TooManyTagsException, TooManyTagsException$1);
2031
- var TransitioningImageTotalCount = [3, n0, _TITC, 0, [_tSC, _iTC], [0, 1]];
2032
- var UnableToAccessSecretException = [-3, n0, _UTASE, { [_e]: _c }, [_m], [0]];
2033
- schema.TypeRegistry.for(n0).registerError(UnableToAccessSecretException, UnableToAccessSecretException$1);
2034
- var UnableToDecryptSecretValueException = [-3, n0, _UTDSVE, { [_e]: _c }, [_m], [0]];
2035
- schema.TypeRegistry.for(n0).registerError(UnableToDecryptSecretValueException, UnableToDecryptSecretValueException$1);
2036
- var UnableToGetUpstreamImageException = [-3, n0, _UTGUIE, { [_e]: _c }, [_m], [0]];
2037
- schema.TypeRegistry.for(n0).registerError(UnableToGetUpstreamImageException, UnableToGetUpstreamImageException$1);
2038
- var UnableToGetUpstreamLayerException = [-3, n0, _UTGULE, { [_e]: _c }, [_m], [0]];
2039
- schema.TypeRegistry.for(n0).registerError(UnableToGetUpstreamLayerException, UnableToGetUpstreamLayerException$1);
2040
- var UnsupportedImageTypeException = [-3, n0, _UITE, { [_e]: _c }, [_m], [0]];
2041
- schema.TypeRegistry.for(n0).registerError(UnsupportedImageTypeException, UnsupportedImageTypeException$1);
2042
- var UnsupportedUpstreamRegistryException = [-3, n0, _UURE, { [_e]: _c }, [_m], [0]];
2043
- schema.TypeRegistry.for(n0).registerError(UnsupportedUpstreamRegistryException, UnsupportedUpstreamRegistryException$1);
2044
- var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
2045
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
2046
- var UpdateImageStorageClassRequest = [
2035
+ var SubjectIdentifier$ = [3, n0, _SI, 0, [_iDm], [0]];
2036
+ var Tag$ = [3, n0, _T, 0, [_K, _V], [0, 0]];
2037
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
2038
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
2039
+ var TemplateAlreadyExistsException$ = [-3, n0, _TAEE, { [_e]: _c }, [_m], [0]];
2040
+ schema.TypeRegistry.for(n0).registerError(TemplateAlreadyExistsException$, TemplateAlreadyExistsException);
2041
+ var TemplateNotFoundException$ = [-3, n0, _TNFE, { [_e]: _c }, [_m], [0]];
2042
+ schema.TypeRegistry.for(n0).registerError(TemplateNotFoundException$, TemplateNotFoundException);
2043
+ var TooManyTagsException$ = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
2044
+ schema.TypeRegistry.for(n0).registerError(TooManyTagsException$, TooManyTagsException);
2045
+ var TransitioningImageTotalCount$ = [3, n0, _TITC, 0, [_tSC, _iTC], [0, 1]];
2046
+ var UnableToAccessSecretException$ = [-3, n0, _UTASE, { [_e]: _c }, [_m], [0]];
2047
+ schema.TypeRegistry.for(n0).registerError(UnableToAccessSecretException$, UnableToAccessSecretException);
2048
+ var UnableToDecryptSecretValueException$ = [-3, n0, _UTDSVE, { [_e]: _c }, [_m], [0]];
2049
+ schema.TypeRegistry.for(n0).registerError(UnableToDecryptSecretValueException$, UnableToDecryptSecretValueException);
2050
+ var UnableToGetUpstreamImageException$ = [-3, n0, _UTGUIE, { [_e]: _c }, [_m], [0]];
2051
+ schema.TypeRegistry.for(n0).registerError(UnableToGetUpstreamImageException$, UnableToGetUpstreamImageException);
2052
+ var UnableToGetUpstreamLayerException$ = [-3, n0, _UTGULE, { [_e]: _c }, [_m], [0]];
2053
+ schema.TypeRegistry.for(n0).registerError(UnableToGetUpstreamLayerException$, UnableToGetUpstreamLayerException);
2054
+ var UnsupportedImageTypeException$ = [-3, n0, _UITE, { [_e]: _c }, [_m], [0]];
2055
+ schema.TypeRegistry.for(n0).registerError(UnsupportedImageTypeException$, UnsupportedImageTypeException);
2056
+ var UnsupportedUpstreamRegistryException$ = [-3, n0, _UURE, { [_e]: _c }, [_m], [0]];
2057
+ schema.TypeRegistry.for(n0).registerError(UnsupportedUpstreamRegistryException$, UnsupportedUpstreamRegistryException);
2058
+ var UntagResourceRequest$ = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
2059
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
2060
+ var UpdateImageStorageClassRequest$ = [
2047
2061
  3,
2048
2062
  n0,
2049
2063
  _UISCR,
2050
2064
  0,
2051
2065
  [_rI, _rN, _iIm, _tSC],
2052
- [0, 0, () => ImageIdentifier, 0],
2066
+ [0, 0, () => ImageIdentifier$, 0],
2053
2067
  ];
2054
- var UpdateImageStorageClassResponse = [
2068
+ var UpdateImageStorageClassResponse$ = [
2055
2069
  3,
2056
2070
  n0,
2057
2071
  _UISCRp,
2058
2072
  0,
2059
2073
  [_rI, _rN, _iIm, _iS],
2060
- [0, 0, () => ImageIdentifier, 0],
2074
+ [0, 0, () => ImageIdentifier$, 0],
2061
2075
  ];
2062
- var UpdatePullThroughCacheRuleRequest = [
2076
+ var UpdatePullThroughCacheRuleRequest$ = [
2063
2077
  3,
2064
2078
  n0,
2065
2079
  _UPTCRR,
@@ -2067,7 +2081,7 @@ var UpdatePullThroughCacheRuleRequest = [
2067
2081
  [_rI, _eRP, _cA, _cRA],
2068
2082
  [0, 0, 0, 0],
2069
2083
  ];
2070
- var UpdatePullThroughCacheRuleResponse = [
2084
+ var UpdatePullThroughCacheRuleResponse$ = [
2071
2085
  3,
2072
2086
  n0,
2073
2087
  _UPTCRRp,
@@ -2075,7 +2089,7 @@ var UpdatePullThroughCacheRuleResponse = [
2075
2089
  [_eRP, _rI, _uA, _cA, _cRA, _uRP],
2076
2090
  [0, 0, 4, 0, 0, 0],
2077
2091
  ];
2078
- var UpdateRepositoryCreationTemplateRequest = [
2092
+ var UpdateRepositoryCreationTemplateRequest$ = [
2079
2093
  3,
2080
2094
  n0,
2081
2095
  _URCTR,
@@ -2084,7 +2098,7 @@ var UpdateRepositoryCreationTemplateRequest = [
2084
2098
  [
2085
2099
  0,
2086
2100
  0,
2087
- () => EncryptionConfigurationForRepositoryCreationTemplate,
2101
+ () => EncryptionConfigurationForRepositoryCreationTemplate$,
2088
2102
  () => TagList,
2089
2103
  0,
2090
2104
  () => ImageTagMutabilityExclusionFilters,
@@ -2094,15 +2108,15 @@ var UpdateRepositoryCreationTemplateRequest = [
2094
2108
  0,
2095
2109
  ],
2096
2110
  ];
2097
- var UpdateRepositoryCreationTemplateResponse = [
2111
+ var UpdateRepositoryCreationTemplateResponse$ = [
2098
2112
  3,
2099
2113
  n0,
2100
2114
  _URCTRp,
2101
2115
  0,
2102
2116
  [_rI, _rCT],
2103
- [0, () => RepositoryCreationTemplate],
2117
+ [0, () => RepositoryCreationTemplate$],
2104
2118
  ];
2105
- var UploadLayerPartRequest = [
2119
+ var UploadLayerPartRequest$ = [
2106
2120
  3,
2107
2121
  n0,
2108
2122
  _ULPR,
@@ -2110,11 +2124,11 @@ var UploadLayerPartRequest = [
2110
2124
  [_rI, _rN, _uI, _pFB, _pLB, _lPB],
2111
2125
  [0, 0, 0, 1, 1, 21],
2112
2126
  ];
2113
- var UploadLayerPartResponse = [3, n0, _ULPRp, 0, [_rI, _rN, _uI, _lBR], [0, 0, 0, 1]];
2114
- var UploadNotFoundException = [-3, n0, _UNFE, { [_e]: _c }, [_m], [0]];
2115
- schema.TypeRegistry.for(n0).registerError(UploadNotFoundException, UploadNotFoundException$1);
2116
- var ValidatePullThroughCacheRuleRequest = [3, n0, _VPTCRR, 0, [_eRP, _rI], [0, 0]];
2117
- var ValidatePullThroughCacheRuleResponse = [
2127
+ var UploadLayerPartResponse$ = [3, n0, _ULPRp, 0, [_rI, _rN, _uI, _lBR], [0, 0, 0, 1]];
2128
+ var UploadNotFoundException$ = [-3, n0, _UNFE, { [_e]: _c }, [_m], [0]];
2129
+ schema.TypeRegistry.for(n0).registerError(UploadNotFoundException$, UploadNotFoundException);
2130
+ var ValidatePullThroughCacheRuleRequest$ = [3, n0, _VPTCRR, 0, [_eRP, _rI], [0, 0]];
2131
+ var ValidatePullThroughCacheRuleResponse$ = [
2118
2132
  3,
2119
2133
  n0,
2120
2134
  _VPTCRRa,
@@ -2122,9 +2136,9 @@ var ValidatePullThroughCacheRuleResponse = [
2122
2136
  [_eRP, _rI, _uRU, _cA, _cRA, _uRP, _iV, _fa],
2123
2137
  [0, 0, 0, 0, 0, 0, 2, 0],
2124
2138
  ];
2125
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2126
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
2127
- var VulnerablePackage = [
2139
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
2140
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
2141
+ var VulnerablePackage$ = [
2128
2142
  3,
2129
2143
  n0,
2130
2144
  _VP,
@@ -2132,501 +2146,495 @@ var VulnerablePackage = [
2132
2146
  [_ar, _ep, _fP, _n, _pM, _rel, _sLH, _ve, _fIV],
2133
2147
  [0, 1, 0, 0, 0, 0, 0, 0, 0],
2134
2148
  ];
2135
- var ECRServiceException = [-3, _sm, "ECRServiceException", 0, [], []];
2136
- schema.TypeRegistry.for(_sm).registerError(ECRServiceException, ECRServiceException$1);
2137
- var AttributeList = [1, n0, _AL, 0, () => Attribute];
2138
- var AuthorizationDataList = [1, n0, _ADL, 0, () => AuthorizationData];
2139
- var CvssScoreAdjustmentList = [1, n0, _CSAL, 0, () => CvssScoreAdjustment];
2140
- var CvssScoreList = [1, n0, _CSL, 0, () => CvssScore];
2141
- var EnhancedImageScanFindingList = [1, n0, _EISFL, 0, () => EnhancedImageScanFinding];
2142
- var ImageDetailList = [1, n0, _IDL, 0, () => ImageDetail];
2143
- var ImageFailureList = [1, n0, _IFL, 0, () => ImageFailure];
2144
- var ImageIdentifierList = [1, n0, _IIL, 0, () => ImageIdentifier];
2145
- var ImageList = [1, n0, _IL, 0, () => Image];
2146
- var ImageReferrerList = [1, n0, _IRL, 0, () => ImageReferrer];
2147
- var ImageReplicationStatusList = [1, n0, _IRSL, 0, () => ImageReplicationStatus];
2148
- var ImageScanFindingList = [1, n0, _ISFL, 0, () => ImageScanFinding];
2149
- var ImageSigningStatusList = [1, n0, _ISSL, 0, () => ImageSigningStatus];
2149
+ var ECRServiceException$ = [-3, _sm, "ECRServiceException", 0, [], []];
2150
+ schema.TypeRegistry.for(_sm).registerError(ECRServiceException$, ECRServiceException);
2151
+ var AttributeList = [1, n0, _AL, 0, () => Attribute$];
2152
+ var AuthorizationDataList = [1, n0, _ADL, 0, () => AuthorizationData$];
2153
+ var CvssScoreAdjustmentList = [1, n0, _CSAL, 0, () => CvssScoreAdjustment$];
2154
+ var CvssScoreList = [1, n0, _CSL, 0, () => CvssScore$];
2155
+ var EnhancedImageScanFindingList = [1, n0, _EISFL, 0, () => EnhancedImageScanFinding$];
2156
+ var ImageDetailList = [1, n0, _IDL, 0, () => ImageDetail$];
2157
+ var ImageFailureList = [1, n0, _IFL, 0, () => ImageFailure$];
2158
+ var ImageIdentifierList = [1, n0, _IIL, 0, () => ImageIdentifier$];
2159
+ var ImageList = [1, n0, _IL, 0, () => Image$];
2160
+ var ImageReferrerList = [1, n0, _IRL, 0, () => ImageReferrer$];
2161
+ var ImageReplicationStatusList = [1, n0, _IRSL, 0, () => ImageReplicationStatus$];
2162
+ var ImageScanFindingList = [1, n0, _ISFL, 0, () => ImageScanFinding$];
2163
+ var ImageSigningStatusList = [1, n0, _ISSL, 0, () => ImageSigningStatus$];
2150
2164
  var ImageTagMutabilityExclusionFilters = [
2151
2165
  1,
2152
2166
  n0,
2153
2167
  _ITMEFm,
2154
2168
  0,
2155
- () => ImageTagMutabilityExclusionFilter,
2156
- ];
2157
- var LayerFailureList = [1, n0, _LFL, 0, () => LayerFailure];
2158
- var LayerList = [1, n0, _LL, 0, () => Layer];
2159
- var LifecyclePolicyPreviewResultList = [1, n0, _LPPRL, 0, () => LifecyclePolicyPreviewResult];
2160
- var PullThroughCacheRuleList = [1, n0, _PTCRL, 0, () => PullThroughCacheRule];
2161
- var RegistryScanningRuleList = [1, n0, _RSRL, 0, () => RegistryScanningRule];
2162
- var ReplicationDestinationList = [1, n0, _RDL, 0, () => ReplicationDestination];
2163
- var ReplicationRuleList = [1, n0, _RRL, 0, () => ReplicationRule];
2164
- var RepositoryCreationTemplateList = [1, n0, _RCTL, 0, () => RepositoryCreationTemplate];
2165
- var RepositoryFilterList = [1, n0, _RFL, 0, () => RepositoryFilter];
2166
- var RepositoryList = [1, n0, _RL, 0, () => Repository];
2169
+ () => ImageTagMutabilityExclusionFilter$,
2170
+ ];
2171
+ var LayerFailureList = [1, n0, _LFL, 0, () => LayerFailure$];
2172
+ var LayerList = [1, n0, _LL, 0, () => Layer$];
2173
+ var LifecyclePolicyPreviewResultList = [1, n0, _LPPRL, 0, () => LifecyclePolicyPreviewResult$];
2174
+ var PullThroughCacheRuleList = [1, n0, _PTCRL, 0, () => PullThroughCacheRule$];
2175
+ var RegistryScanningRuleList = [1, n0, _RSRL, 0, () => RegistryScanningRule$];
2176
+ var ReplicationDestinationList = [1, n0, _RDL, 0, () => ReplicationDestination$];
2177
+ var ReplicationRuleList = [1, n0, _RRL, 0, () => ReplicationRule$];
2178
+ var RepositoryCreationTemplateList = [1, n0, _RCTL, 0, () => RepositoryCreationTemplate$];
2179
+ var RepositoryFilterList = [1, n0, _RFL, 0, () => RepositoryFilter$];
2180
+ var RepositoryList = [1, n0, _RL, 0, () => Repository$];
2167
2181
  var RepositoryScanningConfigurationFailureList = [
2168
2182
  1,
2169
2183
  n0,
2170
2184
  _RSCFL,
2171
2185
  0,
2172
- () => RepositoryScanningConfigurationFailure,
2173
- ];
2174
- var RepositoryScanningConfigurationList = [
2175
- 1,
2176
- n0,
2177
- _RSCL,
2178
- 0,
2179
- () => RepositoryScanningConfiguration,
2180
- ];
2181
- var ResourceList = [1, n0, _RLe, 0, () => Resource];
2182
- var ScanningRepositoryFilterList = [1, n0, _SRFL, 0, () => ScanningRepositoryFilter];
2183
- var SigningRepositoryFilterList = [1, n0, _SRFLi, 0, () => SigningRepositoryFilter];
2184
- var SigningRuleList = [1, n0, _SRL, 0, () => SigningRule];
2185
- var TagList = [1, n0, _TL, 0, () => Tag];
2186
- var TransitioningImageTotalCounts = [1, n0, _TITCr, 0, () => TransitioningImageTotalCount];
2187
- var VulnerablePackagesList = [1, n0, _VPL, 0, () => VulnerablePackage];
2188
- var BatchCheckLayerAvailability = [
2186
+ () => RepositoryScanningConfigurationFailure$,
2187
+ ];
2188
+ var RepositoryScanningConfigurationList = [1, n0, _RSCL, 0, () => RepositoryScanningConfiguration$];
2189
+ var ResourceList = [1, n0, _RLe, 0, () => Resource$];
2190
+ var ScanningRepositoryFilterList = [1, n0, _SRFL, 0, () => ScanningRepositoryFilter$];
2191
+ var SigningRepositoryFilterList = [1, n0, _SRFLi, 0, () => SigningRepositoryFilter$];
2192
+ var SigningRuleList = [1, n0, _SRL, 0, () => SigningRule$];
2193
+ var TagList = [1, n0, _TL, 0, () => Tag$];
2194
+ var TransitioningImageTotalCounts = [1, n0, _TITCr, 0, () => TransitioningImageTotalCount$];
2195
+ var VulnerablePackagesList = [1, n0, _VPL, 0, () => VulnerablePackage$];
2196
+ var BatchCheckLayerAvailability$ = [
2189
2197
  9,
2190
2198
  n0,
2191
2199
  _BCLA,
2192
2200
  0,
2193
- () => BatchCheckLayerAvailabilityRequest,
2194
- () => BatchCheckLayerAvailabilityResponse,
2201
+ () => BatchCheckLayerAvailabilityRequest$,
2202
+ () => BatchCheckLayerAvailabilityResponse$,
2195
2203
  ];
2196
- var BatchDeleteImage = [
2204
+ var BatchDeleteImage$ = [
2197
2205
  9,
2198
2206
  n0,
2199
2207
  _BDI,
2200
2208
  0,
2201
- () => BatchDeleteImageRequest,
2202
- () => BatchDeleteImageResponse,
2209
+ () => BatchDeleteImageRequest$,
2210
+ () => BatchDeleteImageResponse$,
2203
2211
  ];
2204
- var BatchGetImage = [
2212
+ var BatchGetImage$ = [
2205
2213
  9,
2206
2214
  n0,
2207
2215
  _BGI,
2208
2216
  0,
2209
- () => BatchGetImageRequest,
2210
- () => BatchGetImageResponse,
2217
+ () => BatchGetImageRequest$,
2218
+ () => BatchGetImageResponse$,
2211
2219
  ];
2212
- var BatchGetRepositoryScanningConfiguration = [
2220
+ var BatchGetRepositoryScanningConfiguration$ = [
2213
2221
  9,
2214
2222
  n0,
2215
2223
  _BGRSC,
2216
2224
  0,
2217
- () => BatchGetRepositoryScanningConfigurationRequest,
2218
- () => BatchGetRepositoryScanningConfigurationResponse,
2225
+ () => BatchGetRepositoryScanningConfigurationRequest$,
2226
+ () => BatchGetRepositoryScanningConfigurationResponse$,
2219
2227
  ];
2220
- var CompleteLayerUpload = [
2228
+ var CompleteLayerUpload$ = [
2221
2229
  9,
2222
2230
  n0,
2223
2231
  _CLU,
2224
2232
  0,
2225
- () => CompleteLayerUploadRequest,
2226
- () => CompleteLayerUploadResponse,
2233
+ () => CompleteLayerUploadRequest$,
2234
+ () => CompleteLayerUploadResponse$,
2227
2235
  ];
2228
- var CreatePullThroughCacheRule = [
2236
+ var CreatePullThroughCacheRule$ = [
2229
2237
  9,
2230
2238
  n0,
2231
2239
  _CPTCR,
2232
2240
  0,
2233
- () => CreatePullThroughCacheRuleRequest,
2234
- () => CreatePullThroughCacheRuleResponse,
2241
+ () => CreatePullThroughCacheRuleRequest$,
2242
+ () => CreatePullThroughCacheRuleResponse$,
2235
2243
  ];
2236
- var CreateRepository = [
2244
+ var CreateRepository$ = [
2237
2245
  9,
2238
2246
  n0,
2239
2247
  _CR,
2240
2248
  0,
2241
- () => CreateRepositoryRequest,
2242
- () => CreateRepositoryResponse,
2249
+ () => CreateRepositoryRequest$,
2250
+ () => CreateRepositoryResponse$,
2243
2251
  ];
2244
- var CreateRepositoryCreationTemplate = [
2252
+ var CreateRepositoryCreationTemplate$ = [
2245
2253
  9,
2246
2254
  n0,
2247
2255
  _CRCT,
2248
2256
  0,
2249
- () => CreateRepositoryCreationTemplateRequest,
2250
- () => CreateRepositoryCreationTemplateResponse,
2257
+ () => CreateRepositoryCreationTemplateRequest$,
2258
+ () => CreateRepositoryCreationTemplateResponse$,
2251
2259
  ];
2252
- var DeleteLifecyclePolicy = [
2260
+ var DeleteLifecyclePolicy$ = [
2253
2261
  9,
2254
2262
  n0,
2255
2263
  _DLP,
2256
2264
  0,
2257
- () => DeleteLifecyclePolicyRequest,
2258
- () => DeleteLifecyclePolicyResponse,
2265
+ () => DeleteLifecyclePolicyRequest$,
2266
+ () => DeleteLifecyclePolicyResponse$,
2259
2267
  ];
2260
- var DeletePullThroughCacheRule = [
2268
+ var DeletePullThroughCacheRule$ = [
2261
2269
  9,
2262
2270
  n0,
2263
2271
  _DPTCR,
2264
2272
  0,
2265
- () => DeletePullThroughCacheRuleRequest,
2266
- () => DeletePullThroughCacheRuleResponse,
2273
+ () => DeletePullThroughCacheRuleRequest$,
2274
+ () => DeletePullThroughCacheRuleResponse$,
2267
2275
  ];
2268
- var DeleteRegistryPolicy = [
2276
+ var DeleteRegistryPolicy$ = [
2269
2277
  9,
2270
2278
  n0,
2271
2279
  _DRP,
2272
2280
  0,
2273
- () => DeleteRegistryPolicyRequest,
2274
- () => DeleteRegistryPolicyResponse,
2281
+ () => DeleteRegistryPolicyRequest$,
2282
+ () => DeleteRegistryPolicyResponse$,
2275
2283
  ];
2276
- var DeleteRepository = [
2284
+ var DeleteRepository$ = [
2277
2285
  9,
2278
2286
  n0,
2279
2287
  _DR,
2280
2288
  0,
2281
- () => DeleteRepositoryRequest,
2282
- () => DeleteRepositoryResponse,
2289
+ () => DeleteRepositoryRequest$,
2290
+ () => DeleteRepositoryResponse$,
2283
2291
  ];
2284
- var DeleteRepositoryCreationTemplate = [
2292
+ var DeleteRepositoryCreationTemplate$ = [
2285
2293
  9,
2286
2294
  n0,
2287
2295
  _DRCT,
2288
2296
  0,
2289
- () => DeleteRepositoryCreationTemplateRequest,
2290
- () => DeleteRepositoryCreationTemplateResponse,
2297
+ () => DeleteRepositoryCreationTemplateRequest$,
2298
+ () => DeleteRepositoryCreationTemplateResponse$,
2291
2299
  ];
2292
- var DeleteRepositoryPolicy = [
2300
+ var DeleteRepositoryPolicy$ = [
2293
2301
  9,
2294
2302
  n0,
2295
2303
  _DRPe,
2296
2304
  0,
2297
- () => DeleteRepositoryPolicyRequest,
2298
- () => DeleteRepositoryPolicyResponse,
2305
+ () => DeleteRepositoryPolicyRequest$,
2306
+ () => DeleteRepositoryPolicyResponse$,
2299
2307
  ];
2300
- var DeleteSigningConfiguration = [
2308
+ var DeleteSigningConfiguration$ = [
2301
2309
  9,
2302
2310
  n0,
2303
2311
  _DSC,
2304
2312
  0,
2305
- () => DeleteSigningConfigurationRequest,
2306
- () => DeleteSigningConfigurationResponse,
2313
+ () => DeleteSigningConfigurationRequest$,
2314
+ () => DeleteSigningConfigurationResponse$,
2307
2315
  ];
2308
- var DeregisterPullTimeUpdateExclusion = [
2316
+ var DeregisterPullTimeUpdateExclusion$ = [
2309
2317
  9,
2310
2318
  n0,
2311
2319
  _DPTUE,
2312
2320
  0,
2313
- () => DeregisterPullTimeUpdateExclusionRequest,
2314
- () => DeregisterPullTimeUpdateExclusionResponse,
2321
+ () => DeregisterPullTimeUpdateExclusionRequest$,
2322
+ () => DeregisterPullTimeUpdateExclusionResponse$,
2315
2323
  ];
2316
- var DescribeImageReplicationStatus = [
2324
+ var DescribeImageReplicationStatus$ = [
2317
2325
  9,
2318
2326
  n0,
2319
2327
  _DIRS,
2320
2328
  0,
2321
- () => DescribeImageReplicationStatusRequest,
2322
- () => DescribeImageReplicationStatusResponse,
2329
+ () => DescribeImageReplicationStatusRequest$,
2330
+ () => DescribeImageReplicationStatusResponse$,
2323
2331
  ];
2324
- var DescribeImages = [
2332
+ var DescribeImages$ = [
2325
2333
  9,
2326
2334
  n0,
2327
2335
  _DI,
2328
2336
  0,
2329
- () => DescribeImagesRequest,
2330
- () => DescribeImagesResponse,
2337
+ () => DescribeImagesRequest$,
2338
+ () => DescribeImagesResponse$,
2331
2339
  ];
2332
- var DescribeImageScanFindings = [
2340
+ var DescribeImageScanFindings$ = [
2333
2341
  9,
2334
2342
  n0,
2335
2343
  _DISF,
2336
2344
  0,
2337
- () => DescribeImageScanFindingsRequest,
2338
- () => DescribeImageScanFindingsResponse,
2345
+ () => DescribeImageScanFindingsRequest$,
2346
+ () => DescribeImageScanFindingsResponse$,
2339
2347
  ];
2340
- var DescribeImageSigningStatus = [
2348
+ var DescribeImageSigningStatus$ = [
2341
2349
  9,
2342
2350
  n0,
2343
2351
  _DISS,
2344
2352
  0,
2345
- () => DescribeImageSigningStatusRequest,
2346
- () => DescribeImageSigningStatusResponse,
2353
+ () => DescribeImageSigningStatusRequest$,
2354
+ () => DescribeImageSigningStatusResponse$,
2347
2355
  ];
2348
- var DescribePullThroughCacheRules = [
2356
+ var DescribePullThroughCacheRules$ = [
2349
2357
  9,
2350
2358
  n0,
2351
2359
  _DPTCRe,
2352
2360
  0,
2353
- () => DescribePullThroughCacheRulesRequest,
2354
- () => DescribePullThroughCacheRulesResponse,
2361
+ () => DescribePullThroughCacheRulesRequest$,
2362
+ () => DescribePullThroughCacheRulesResponse$,
2355
2363
  ];
2356
- var DescribeRegistry = [
2364
+ var DescribeRegistry$ = [
2357
2365
  9,
2358
2366
  n0,
2359
2367
  _DRe,
2360
2368
  0,
2361
- () => DescribeRegistryRequest,
2362
- () => DescribeRegistryResponse,
2369
+ () => DescribeRegistryRequest$,
2370
+ () => DescribeRegistryResponse$,
2363
2371
  ];
2364
- var DescribeRepositories = [
2372
+ var DescribeRepositories$ = [
2365
2373
  9,
2366
2374
  n0,
2367
2375
  _DRes,
2368
2376
  0,
2369
- () => DescribeRepositoriesRequest,
2370
- () => DescribeRepositoriesResponse,
2377
+ () => DescribeRepositoriesRequest$,
2378
+ () => DescribeRepositoriesResponse$,
2371
2379
  ];
2372
- var DescribeRepositoryCreationTemplates = [
2380
+ var DescribeRepositoryCreationTemplates$ = [
2373
2381
  9,
2374
2382
  n0,
2375
2383
  _DRCTe,
2376
2384
  0,
2377
- () => DescribeRepositoryCreationTemplatesRequest,
2378
- () => DescribeRepositoryCreationTemplatesResponse,
2385
+ () => DescribeRepositoryCreationTemplatesRequest$,
2386
+ () => DescribeRepositoryCreationTemplatesResponse$,
2379
2387
  ];
2380
- var GetAccountSetting = [
2388
+ var GetAccountSetting$ = [
2381
2389
  9,
2382
2390
  n0,
2383
2391
  _GAS,
2384
2392
  0,
2385
- () => GetAccountSettingRequest,
2386
- () => GetAccountSettingResponse,
2393
+ () => GetAccountSettingRequest$,
2394
+ () => GetAccountSettingResponse$,
2387
2395
  ];
2388
- var GetAuthorizationToken = [
2396
+ var GetAuthorizationToken$ = [
2389
2397
  9,
2390
2398
  n0,
2391
2399
  _GAT,
2392
2400
  0,
2393
- () => GetAuthorizationTokenRequest,
2394
- () => GetAuthorizationTokenResponse,
2401
+ () => GetAuthorizationTokenRequest$,
2402
+ () => GetAuthorizationTokenResponse$,
2395
2403
  ];
2396
- var GetDownloadUrlForLayer = [
2404
+ var GetDownloadUrlForLayer$ = [
2397
2405
  9,
2398
2406
  n0,
2399
2407
  _GDUFL,
2400
2408
  0,
2401
- () => GetDownloadUrlForLayerRequest,
2402
- () => GetDownloadUrlForLayerResponse,
2409
+ () => GetDownloadUrlForLayerRequest$,
2410
+ () => GetDownloadUrlForLayerResponse$,
2403
2411
  ];
2404
- var GetLifecyclePolicy = [
2412
+ var GetLifecyclePolicy$ = [
2405
2413
  9,
2406
2414
  n0,
2407
2415
  _GLP,
2408
2416
  0,
2409
- () => GetLifecyclePolicyRequest,
2410
- () => GetLifecyclePolicyResponse,
2417
+ () => GetLifecyclePolicyRequest$,
2418
+ () => GetLifecyclePolicyResponse$,
2411
2419
  ];
2412
- var GetLifecyclePolicyPreview = [
2420
+ var GetLifecyclePolicyPreview$ = [
2413
2421
  9,
2414
2422
  n0,
2415
2423
  _GLPP,
2416
2424
  0,
2417
- () => GetLifecyclePolicyPreviewRequest,
2418
- () => GetLifecyclePolicyPreviewResponse,
2425
+ () => GetLifecyclePolicyPreviewRequest$,
2426
+ () => GetLifecyclePolicyPreviewResponse$,
2419
2427
  ];
2420
- var GetRegistryPolicy = [
2428
+ var GetRegistryPolicy$ = [
2421
2429
  9,
2422
2430
  n0,
2423
2431
  _GRP,
2424
2432
  0,
2425
- () => GetRegistryPolicyRequest,
2426
- () => GetRegistryPolicyResponse,
2433
+ () => GetRegistryPolicyRequest$,
2434
+ () => GetRegistryPolicyResponse$,
2427
2435
  ];
2428
- var GetRegistryScanningConfiguration = [
2436
+ var GetRegistryScanningConfiguration$ = [
2429
2437
  9,
2430
2438
  n0,
2431
2439
  _GRSC,
2432
2440
  0,
2433
- () => GetRegistryScanningConfigurationRequest,
2434
- () => GetRegistryScanningConfigurationResponse,
2441
+ () => GetRegistryScanningConfigurationRequest$,
2442
+ () => GetRegistryScanningConfigurationResponse$,
2435
2443
  ];
2436
- var GetRepositoryPolicy = [
2444
+ var GetRepositoryPolicy$ = [
2437
2445
  9,
2438
2446
  n0,
2439
2447
  _GRPe,
2440
2448
  0,
2441
- () => GetRepositoryPolicyRequest,
2442
- () => GetRepositoryPolicyResponse,
2449
+ () => GetRepositoryPolicyRequest$,
2450
+ () => GetRepositoryPolicyResponse$,
2443
2451
  ];
2444
- var GetSigningConfiguration = [
2452
+ var GetSigningConfiguration$ = [
2445
2453
  9,
2446
2454
  n0,
2447
2455
  _GSC,
2448
2456
  0,
2449
- () => GetSigningConfigurationRequest,
2450
- () => GetSigningConfigurationResponse,
2457
+ () => GetSigningConfigurationRequest$,
2458
+ () => GetSigningConfigurationResponse$,
2451
2459
  ];
2452
- var InitiateLayerUpload = [
2460
+ var InitiateLayerUpload$ = [
2453
2461
  9,
2454
2462
  n0,
2455
2463
  _ILU,
2456
2464
  0,
2457
- () => InitiateLayerUploadRequest,
2458
- () => InitiateLayerUploadResponse,
2465
+ () => InitiateLayerUploadRequest$,
2466
+ () => InitiateLayerUploadResponse$,
2459
2467
  ];
2460
- var ListImageReferrers = [
2468
+ var ListImageReferrers$ = [
2461
2469
  9,
2462
2470
  n0,
2463
2471
  _LIRis,
2464
2472
  0,
2465
- () => ListImageReferrersRequest,
2466
- () => ListImageReferrersResponse,
2473
+ () => ListImageReferrersRequest$,
2474
+ () => ListImageReferrersResponse$,
2467
2475
  ];
2468
- var ListImages = [9, n0, _LI, 0, () => ListImagesRequest, () => ListImagesResponse];
2469
- var ListPullTimeUpdateExclusions = [
2476
+ var ListImages$ = [9, n0, _LI, 0, () => ListImagesRequest$, () => ListImagesResponse$];
2477
+ var ListPullTimeUpdateExclusions$ = [
2470
2478
  9,
2471
2479
  n0,
2472
2480
  _LPTUE,
2473
2481
  0,
2474
- () => ListPullTimeUpdateExclusionsRequest,
2475
- () => ListPullTimeUpdateExclusionsResponse,
2482
+ () => ListPullTimeUpdateExclusionsRequest$,
2483
+ () => ListPullTimeUpdateExclusionsResponse$,
2476
2484
  ];
2477
- var ListTagsForResource = [
2485
+ var ListTagsForResource$ = [
2478
2486
  9,
2479
2487
  n0,
2480
2488
  _LTFR,
2481
2489
  0,
2482
- () => ListTagsForResourceRequest,
2483
- () => ListTagsForResourceResponse,
2490
+ () => ListTagsForResourceRequest$,
2491
+ () => ListTagsForResourceResponse$,
2484
2492
  ];
2485
- var PutAccountSetting = [
2493
+ var PutAccountSetting$ = [
2486
2494
  9,
2487
2495
  n0,
2488
2496
  _PAS,
2489
2497
  0,
2490
- () => PutAccountSettingRequest,
2491
- () => PutAccountSettingResponse,
2498
+ () => PutAccountSettingRequest$,
2499
+ () => PutAccountSettingResponse$,
2492
2500
  ];
2493
- var PutImage = [9, n0, _PI, 0, () => PutImageRequest, () => PutImageResponse];
2494
- var PutImageScanningConfiguration = [
2501
+ var PutImage$ = [9, n0, _PI, 0, () => PutImageRequest$, () => PutImageResponse$];
2502
+ var PutImageScanningConfiguration$ = [
2495
2503
  9,
2496
2504
  n0,
2497
2505
  _PISC,
2498
2506
  0,
2499
- () => PutImageScanningConfigurationRequest,
2500
- () => PutImageScanningConfigurationResponse,
2507
+ () => PutImageScanningConfigurationRequest$,
2508
+ () => PutImageScanningConfigurationResponse$,
2501
2509
  ];
2502
- var PutImageTagMutability = [
2510
+ var PutImageTagMutability$ = [
2503
2511
  9,
2504
2512
  n0,
2505
2513
  _PITM,
2506
2514
  0,
2507
- () => PutImageTagMutabilityRequest,
2508
- () => PutImageTagMutabilityResponse,
2515
+ () => PutImageTagMutabilityRequest$,
2516
+ () => PutImageTagMutabilityResponse$,
2509
2517
  ];
2510
- var PutLifecyclePolicy = [
2518
+ var PutLifecyclePolicy$ = [
2511
2519
  9,
2512
2520
  n0,
2513
2521
  _PLP,
2514
2522
  0,
2515
- () => PutLifecyclePolicyRequest,
2516
- () => PutLifecyclePolicyResponse,
2523
+ () => PutLifecyclePolicyRequest$,
2524
+ () => PutLifecyclePolicyResponse$,
2517
2525
  ];
2518
- var PutRegistryPolicy = [
2526
+ var PutRegistryPolicy$ = [
2519
2527
  9,
2520
2528
  n0,
2521
2529
  _PRP,
2522
2530
  0,
2523
- () => PutRegistryPolicyRequest,
2524
- () => PutRegistryPolicyResponse,
2531
+ () => PutRegistryPolicyRequest$,
2532
+ () => PutRegistryPolicyResponse$,
2525
2533
  ];
2526
- var PutRegistryScanningConfiguration = [
2534
+ var PutRegistryScanningConfiguration$ = [
2527
2535
  9,
2528
2536
  n0,
2529
2537
  _PRSC,
2530
2538
  0,
2531
- () => PutRegistryScanningConfigurationRequest,
2532
- () => PutRegistryScanningConfigurationResponse,
2539
+ () => PutRegistryScanningConfigurationRequest$,
2540
+ () => PutRegistryScanningConfigurationResponse$,
2533
2541
  ];
2534
- var PutReplicationConfiguration = [
2542
+ var PutReplicationConfiguration$ = [
2535
2543
  9,
2536
2544
  n0,
2537
2545
  _PRC,
2538
2546
  0,
2539
- () => PutReplicationConfigurationRequest,
2540
- () => PutReplicationConfigurationResponse,
2547
+ () => PutReplicationConfigurationRequest$,
2548
+ () => PutReplicationConfigurationResponse$,
2541
2549
  ];
2542
- var PutSigningConfiguration = [
2550
+ var PutSigningConfiguration$ = [
2543
2551
  9,
2544
2552
  n0,
2545
2553
  _PSC,
2546
2554
  0,
2547
- () => PutSigningConfigurationRequest,
2548
- () => PutSigningConfigurationResponse,
2555
+ () => PutSigningConfigurationRequest$,
2556
+ () => PutSigningConfigurationResponse$,
2549
2557
  ];
2550
- var RegisterPullTimeUpdateExclusion = [
2558
+ var RegisterPullTimeUpdateExclusion$ = [
2551
2559
  9,
2552
2560
  n0,
2553
2561
  _RPTUE,
2554
2562
  0,
2555
- () => RegisterPullTimeUpdateExclusionRequest,
2556
- () => RegisterPullTimeUpdateExclusionResponse,
2563
+ () => RegisterPullTimeUpdateExclusionRequest$,
2564
+ () => RegisterPullTimeUpdateExclusionResponse$,
2557
2565
  ];
2558
- var SetRepositoryPolicy = [
2566
+ var SetRepositoryPolicy$ = [
2559
2567
  9,
2560
2568
  n0,
2561
2569
  _SRP,
2562
2570
  0,
2563
- () => SetRepositoryPolicyRequest,
2564
- () => SetRepositoryPolicyResponse,
2571
+ () => SetRepositoryPolicyRequest$,
2572
+ () => SetRepositoryPolicyResponse$,
2565
2573
  ];
2566
- var StartImageScan = [
2574
+ var StartImageScan$ = [
2567
2575
  9,
2568
2576
  n0,
2569
2577
  _SIS,
2570
2578
  0,
2571
- () => StartImageScanRequest,
2572
- () => StartImageScanResponse,
2579
+ () => StartImageScanRequest$,
2580
+ () => StartImageScanResponse$,
2573
2581
  ];
2574
- var StartLifecyclePolicyPreview = [
2582
+ var StartLifecyclePolicyPreview$ = [
2575
2583
  9,
2576
2584
  n0,
2577
2585
  _SLPP,
2578
2586
  0,
2579
- () => StartLifecyclePolicyPreviewRequest,
2580
- () => StartLifecyclePolicyPreviewResponse,
2587
+ () => StartLifecyclePolicyPreviewRequest$,
2588
+ () => StartLifecyclePolicyPreviewResponse$,
2581
2589
  ];
2582
- var TagResource = [9, n0, _TR, 0, () => TagResourceRequest, () => TagResourceResponse];
2583
- var UntagResource = [
2590
+ var TagResource$ = [9, n0, _TR, 0, () => TagResourceRequest$, () => TagResourceResponse$];
2591
+ var UntagResource$ = [
2584
2592
  9,
2585
2593
  n0,
2586
2594
  _UR,
2587
2595
  0,
2588
- () => UntagResourceRequest,
2589
- () => UntagResourceResponse,
2596
+ () => UntagResourceRequest$,
2597
+ () => UntagResourceResponse$,
2590
2598
  ];
2591
- var UpdateImageStorageClass = [
2599
+ var UpdateImageStorageClass$ = [
2592
2600
  9,
2593
2601
  n0,
2594
2602
  _UISC,
2595
2603
  0,
2596
- () => UpdateImageStorageClassRequest,
2597
- () => UpdateImageStorageClassResponse,
2604
+ () => UpdateImageStorageClassRequest$,
2605
+ () => UpdateImageStorageClassResponse$,
2598
2606
  ];
2599
- var UpdatePullThroughCacheRule = [
2607
+ var UpdatePullThroughCacheRule$ = [
2600
2608
  9,
2601
2609
  n0,
2602
2610
  _UPTCR,
2603
2611
  0,
2604
- () => UpdatePullThroughCacheRuleRequest,
2605
- () => UpdatePullThroughCacheRuleResponse,
2612
+ () => UpdatePullThroughCacheRuleRequest$,
2613
+ () => UpdatePullThroughCacheRuleResponse$,
2606
2614
  ];
2607
- var UpdateRepositoryCreationTemplate = [
2615
+ var UpdateRepositoryCreationTemplate$ = [
2608
2616
  9,
2609
2617
  n0,
2610
2618
  _URCT,
2611
2619
  0,
2612
- () => UpdateRepositoryCreationTemplateRequest,
2613
- () => UpdateRepositoryCreationTemplateResponse,
2620
+ () => UpdateRepositoryCreationTemplateRequest$,
2621
+ () => UpdateRepositoryCreationTemplateResponse$,
2614
2622
  ];
2615
- var UploadLayerPart = [
2623
+ var UploadLayerPart$ = [
2616
2624
  9,
2617
2625
  n0,
2618
2626
  _ULP,
2619
2627
  0,
2620
- () => UploadLayerPartRequest,
2621
- () => UploadLayerPartResponse,
2628
+ () => UploadLayerPartRequest$,
2629
+ () => UploadLayerPartResponse$,
2622
2630
  ];
2623
- var ValidatePullThroughCacheRule = [
2631
+ var ValidatePullThroughCacheRule$ = [
2624
2632
  9,
2625
2633
  n0,
2626
2634
  _VPTCR,
2627
2635
  0,
2628
- () => ValidatePullThroughCacheRuleRequest,
2629
- () => ValidatePullThroughCacheRuleResponse,
2636
+ () => ValidatePullThroughCacheRuleRequest$,
2637
+ () => ValidatePullThroughCacheRuleResponse$,
2630
2638
  ];
2631
2639
 
2632
2640
  class BatchCheckLayerAvailabilityCommand extends smithyClient.Command
@@ -2637,7 +2645,7 @@ class BatchCheckLayerAvailabilityCommand extends smithyClient.Command
2637
2645
  })
2638
2646
  .s("AmazonEC2ContainerRegistry_V20150921", "BatchCheckLayerAvailability", {})
2639
2647
  .n("ECRClient", "BatchCheckLayerAvailabilityCommand")
2640
- .sc(BatchCheckLayerAvailability)
2648
+ .sc(BatchCheckLayerAvailability$)
2641
2649
  .build() {
2642
2650
  }
2643
2651
 
@@ -2649,7 +2657,7 @@ class BatchDeleteImageCommand extends smithyClient.Command
2649
2657
  })
2650
2658
  .s("AmazonEC2ContainerRegistry_V20150921", "BatchDeleteImage", {})
2651
2659
  .n("ECRClient", "BatchDeleteImageCommand")
2652
- .sc(BatchDeleteImage)
2660
+ .sc(BatchDeleteImage$)
2653
2661
  .build() {
2654
2662
  }
2655
2663
 
@@ -2661,7 +2669,7 @@ class BatchGetImageCommand extends smithyClient.Command
2661
2669
  })
2662
2670
  .s("AmazonEC2ContainerRegistry_V20150921", "BatchGetImage", {})
2663
2671
  .n("ECRClient", "BatchGetImageCommand")
2664
- .sc(BatchGetImage)
2672
+ .sc(BatchGetImage$)
2665
2673
  .build() {
2666
2674
  }
2667
2675
 
@@ -2673,7 +2681,7 @@ class BatchGetRepositoryScanningConfigurationCommand extends smithyClient.Comman
2673
2681
  })
2674
2682
  .s("AmazonEC2ContainerRegistry_V20150921", "BatchGetRepositoryScanningConfiguration", {})
2675
2683
  .n("ECRClient", "BatchGetRepositoryScanningConfigurationCommand")
2676
- .sc(BatchGetRepositoryScanningConfiguration)
2684
+ .sc(BatchGetRepositoryScanningConfiguration$)
2677
2685
  .build() {
2678
2686
  }
2679
2687
 
@@ -2685,7 +2693,7 @@ class CompleteLayerUploadCommand extends smithyClient.Command
2685
2693
  })
2686
2694
  .s("AmazonEC2ContainerRegistry_V20150921", "CompleteLayerUpload", {})
2687
2695
  .n("ECRClient", "CompleteLayerUploadCommand")
2688
- .sc(CompleteLayerUpload)
2696
+ .sc(CompleteLayerUpload$)
2689
2697
  .build() {
2690
2698
  }
2691
2699
 
@@ -2697,7 +2705,7 @@ class CreatePullThroughCacheRuleCommand extends smithyClient.Command
2697
2705
  })
2698
2706
  .s("AmazonEC2ContainerRegistry_V20150921", "CreatePullThroughCacheRule", {})
2699
2707
  .n("ECRClient", "CreatePullThroughCacheRuleCommand")
2700
- .sc(CreatePullThroughCacheRule)
2708
+ .sc(CreatePullThroughCacheRule$)
2701
2709
  .build() {
2702
2710
  }
2703
2711
 
@@ -2709,7 +2717,7 @@ class CreateRepositoryCommand extends smithyClient.Command
2709
2717
  })
2710
2718
  .s("AmazonEC2ContainerRegistry_V20150921", "CreateRepository", {})
2711
2719
  .n("ECRClient", "CreateRepositoryCommand")
2712
- .sc(CreateRepository)
2720
+ .sc(CreateRepository$)
2713
2721
  .build() {
2714
2722
  }
2715
2723
 
@@ -2721,7 +2729,7 @@ class CreateRepositoryCreationTemplateCommand extends smithyClient.Command
2721
2729
  })
2722
2730
  .s("AmazonEC2ContainerRegistry_V20150921", "CreateRepositoryCreationTemplate", {})
2723
2731
  .n("ECRClient", "CreateRepositoryCreationTemplateCommand")
2724
- .sc(CreateRepositoryCreationTemplate)
2732
+ .sc(CreateRepositoryCreationTemplate$)
2725
2733
  .build() {
2726
2734
  }
2727
2735
 
@@ -2733,7 +2741,7 @@ class DeleteLifecyclePolicyCommand extends smithyClient.Command
2733
2741
  })
2734
2742
  .s("AmazonEC2ContainerRegistry_V20150921", "DeleteLifecyclePolicy", {})
2735
2743
  .n("ECRClient", "DeleteLifecyclePolicyCommand")
2736
- .sc(DeleteLifecyclePolicy)
2744
+ .sc(DeleteLifecyclePolicy$)
2737
2745
  .build() {
2738
2746
  }
2739
2747
 
@@ -2745,7 +2753,7 @@ class DeletePullThroughCacheRuleCommand extends smithyClient.Command
2745
2753
  })
2746
2754
  .s("AmazonEC2ContainerRegistry_V20150921", "DeletePullThroughCacheRule", {})
2747
2755
  .n("ECRClient", "DeletePullThroughCacheRuleCommand")
2748
- .sc(DeletePullThroughCacheRule)
2756
+ .sc(DeletePullThroughCacheRule$)
2749
2757
  .build() {
2750
2758
  }
2751
2759
 
@@ -2757,7 +2765,7 @@ class DeleteRegistryPolicyCommand extends smithyClient.Command
2757
2765
  })
2758
2766
  .s("AmazonEC2ContainerRegistry_V20150921", "DeleteRegistryPolicy", {})
2759
2767
  .n("ECRClient", "DeleteRegistryPolicyCommand")
2760
- .sc(DeleteRegistryPolicy)
2768
+ .sc(DeleteRegistryPolicy$)
2761
2769
  .build() {
2762
2770
  }
2763
2771
 
@@ -2769,7 +2777,7 @@ class DeleteRepositoryCommand extends smithyClient.Command
2769
2777
  })
2770
2778
  .s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepository", {})
2771
2779
  .n("ECRClient", "DeleteRepositoryCommand")
2772
- .sc(DeleteRepository)
2780
+ .sc(DeleteRepository$)
2773
2781
  .build() {
2774
2782
  }
2775
2783
 
@@ -2781,7 +2789,7 @@ class DeleteRepositoryCreationTemplateCommand extends smithyClient.Command
2781
2789
  })
2782
2790
  .s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepositoryCreationTemplate", {})
2783
2791
  .n("ECRClient", "DeleteRepositoryCreationTemplateCommand")
2784
- .sc(DeleteRepositoryCreationTemplate)
2792
+ .sc(DeleteRepositoryCreationTemplate$)
2785
2793
  .build() {
2786
2794
  }
2787
2795
 
@@ -2793,7 +2801,7 @@ class DeleteRepositoryPolicyCommand extends smithyClient.Command
2793
2801
  })
2794
2802
  .s("AmazonEC2ContainerRegistry_V20150921", "DeleteRepositoryPolicy", {})
2795
2803
  .n("ECRClient", "DeleteRepositoryPolicyCommand")
2796
- .sc(DeleteRepositoryPolicy)
2804
+ .sc(DeleteRepositoryPolicy$)
2797
2805
  .build() {
2798
2806
  }
2799
2807
 
@@ -2805,7 +2813,7 @@ class DeleteSigningConfigurationCommand extends smithyClient.Command
2805
2813
  })
2806
2814
  .s("AmazonEC2ContainerRegistry_V20150921", "DeleteSigningConfiguration", {})
2807
2815
  .n("ECRClient", "DeleteSigningConfigurationCommand")
2808
- .sc(DeleteSigningConfiguration)
2816
+ .sc(DeleteSigningConfiguration$)
2809
2817
  .build() {
2810
2818
  }
2811
2819
 
@@ -2817,7 +2825,7 @@ class DeregisterPullTimeUpdateExclusionCommand extends smithyClient.Command
2817
2825
  })
2818
2826
  .s("AmazonEC2ContainerRegistry_V20150921", "DeregisterPullTimeUpdateExclusion", {})
2819
2827
  .n("ECRClient", "DeregisterPullTimeUpdateExclusionCommand")
2820
- .sc(DeregisterPullTimeUpdateExclusion)
2828
+ .sc(DeregisterPullTimeUpdateExclusion$)
2821
2829
  .build() {
2822
2830
  }
2823
2831
 
@@ -2829,7 +2837,7 @@ class DescribeImageReplicationStatusCommand extends smithyClient.Command
2829
2837
  })
2830
2838
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageReplicationStatus", {})
2831
2839
  .n("ECRClient", "DescribeImageReplicationStatusCommand")
2832
- .sc(DescribeImageReplicationStatus)
2840
+ .sc(DescribeImageReplicationStatus$)
2833
2841
  .build() {
2834
2842
  }
2835
2843
 
@@ -2841,7 +2849,7 @@ class DescribeImageScanFindingsCommand extends smithyClient.Command
2841
2849
  })
2842
2850
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageScanFindings", {})
2843
2851
  .n("ECRClient", "DescribeImageScanFindingsCommand")
2844
- .sc(DescribeImageScanFindings)
2852
+ .sc(DescribeImageScanFindings$)
2845
2853
  .build() {
2846
2854
  }
2847
2855
 
@@ -2853,7 +2861,7 @@ class DescribeImagesCommand extends smithyClient.Command
2853
2861
  })
2854
2862
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribeImages", {})
2855
2863
  .n("ECRClient", "DescribeImagesCommand")
2856
- .sc(DescribeImages)
2864
+ .sc(DescribeImages$)
2857
2865
  .build() {
2858
2866
  }
2859
2867
 
@@ -2865,7 +2873,7 @@ class DescribeImageSigningStatusCommand extends smithyClient.Command
2865
2873
  })
2866
2874
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribeImageSigningStatus", {})
2867
2875
  .n("ECRClient", "DescribeImageSigningStatusCommand")
2868
- .sc(DescribeImageSigningStatus)
2876
+ .sc(DescribeImageSigningStatus$)
2869
2877
  .build() {
2870
2878
  }
2871
2879
 
@@ -2877,7 +2885,7 @@ class DescribePullThroughCacheRulesCommand extends smithyClient.Command
2877
2885
  })
2878
2886
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribePullThroughCacheRules", {})
2879
2887
  .n("ECRClient", "DescribePullThroughCacheRulesCommand")
2880
- .sc(DescribePullThroughCacheRules)
2888
+ .sc(DescribePullThroughCacheRules$)
2881
2889
  .build() {
2882
2890
  }
2883
2891
 
@@ -2889,7 +2897,7 @@ class DescribeRegistryCommand extends smithyClient.Command
2889
2897
  })
2890
2898
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribeRegistry", {})
2891
2899
  .n("ECRClient", "DescribeRegistryCommand")
2892
- .sc(DescribeRegistry)
2900
+ .sc(DescribeRegistry$)
2893
2901
  .build() {
2894
2902
  }
2895
2903
 
@@ -2901,7 +2909,7 @@ class DescribeRepositoriesCommand extends smithyClient.Command
2901
2909
  })
2902
2910
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribeRepositories", {})
2903
2911
  .n("ECRClient", "DescribeRepositoriesCommand")
2904
- .sc(DescribeRepositories)
2912
+ .sc(DescribeRepositories$)
2905
2913
  .build() {
2906
2914
  }
2907
2915
 
@@ -2913,7 +2921,7 @@ class DescribeRepositoryCreationTemplatesCommand extends smithyClient.Command
2913
2921
  })
2914
2922
  .s("AmazonEC2ContainerRegistry_V20150921", "DescribeRepositoryCreationTemplates", {})
2915
2923
  .n("ECRClient", "DescribeRepositoryCreationTemplatesCommand")
2916
- .sc(DescribeRepositoryCreationTemplates)
2924
+ .sc(DescribeRepositoryCreationTemplates$)
2917
2925
  .build() {
2918
2926
  }
2919
2927
 
@@ -2925,7 +2933,7 @@ class GetAccountSettingCommand extends smithyClient.Command
2925
2933
  })
2926
2934
  .s("AmazonEC2ContainerRegistry_V20150921", "GetAccountSetting", {})
2927
2935
  .n("ECRClient", "GetAccountSettingCommand")
2928
- .sc(GetAccountSetting)
2936
+ .sc(GetAccountSetting$)
2929
2937
  .build() {
2930
2938
  }
2931
2939
 
@@ -2937,7 +2945,7 @@ class GetAuthorizationTokenCommand extends smithyClient.Command
2937
2945
  })
2938
2946
  .s("AmazonEC2ContainerRegistry_V20150921", "GetAuthorizationToken", {})
2939
2947
  .n("ECRClient", "GetAuthorizationTokenCommand")
2940
- .sc(GetAuthorizationToken)
2948
+ .sc(GetAuthorizationToken$)
2941
2949
  .build() {
2942
2950
  }
2943
2951
 
@@ -2949,7 +2957,7 @@ class GetDownloadUrlForLayerCommand extends smithyClient.Command
2949
2957
  })
2950
2958
  .s("AmazonEC2ContainerRegistry_V20150921", "GetDownloadUrlForLayer", {})
2951
2959
  .n("ECRClient", "GetDownloadUrlForLayerCommand")
2952
- .sc(GetDownloadUrlForLayer)
2960
+ .sc(GetDownloadUrlForLayer$)
2953
2961
  .build() {
2954
2962
  }
2955
2963
 
@@ -2961,7 +2969,7 @@ class GetLifecyclePolicyCommand extends smithyClient.Command
2961
2969
  })
2962
2970
  .s("AmazonEC2ContainerRegistry_V20150921", "GetLifecyclePolicy", {})
2963
2971
  .n("ECRClient", "GetLifecyclePolicyCommand")
2964
- .sc(GetLifecyclePolicy)
2972
+ .sc(GetLifecyclePolicy$)
2965
2973
  .build() {
2966
2974
  }
2967
2975
 
@@ -2973,7 +2981,7 @@ class GetLifecyclePolicyPreviewCommand extends smithyClient.Command
2973
2981
  })
2974
2982
  .s("AmazonEC2ContainerRegistry_V20150921", "GetLifecyclePolicyPreview", {})
2975
2983
  .n("ECRClient", "GetLifecyclePolicyPreviewCommand")
2976
- .sc(GetLifecyclePolicyPreview)
2984
+ .sc(GetLifecyclePolicyPreview$)
2977
2985
  .build() {
2978
2986
  }
2979
2987
 
@@ -2985,7 +2993,7 @@ class GetRegistryPolicyCommand extends smithyClient.Command
2985
2993
  })
2986
2994
  .s("AmazonEC2ContainerRegistry_V20150921", "GetRegistryPolicy", {})
2987
2995
  .n("ECRClient", "GetRegistryPolicyCommand")
2988
- .sc(GetRegistryPolicy)
2996
+ .sc(GetRegistryPolicy$)
2989
2997
  .build() {
2990
2998
  }
2991
2999
 
@@ -2997,7 +3005,7 @@ class GetRegistryScanningConfigurationCommand extends smithyClient.Command
2997
3005
  })
2998
3006
  .s("AmazonEC2ContainerRegistry_V20150921", "GetRegistryScanningConfiguration", {})
2999
3007
  .n("ECRClient", "GetRegistryScanningConfigurationCommand")
3000
- .sc(GetRegistryScanningConfiguration)
3008
+ .sc(GetRegistryScanningConfiguration$)
3001
3009
  .build() {
3002
3010
  }
3003
3011
 
@@ -3009,7 +3017,7 @@ class GetRepositoryPolicyCommand extends smithyClient.Command
3009
3017
  })
3010
3018
  .s("AmazonEC2ContainerRegistry_V20150921", "GetRepositoryPolicy", {})
3011
3019
  .n("ECRClient", "GetRepositoryPolicyCommand")
3012
- .sc(GetRepositoryPolicy)
3020
+ .sc(GetRepositoryPolicy$)
3013
3021
  .build() {
3014
3022
  }
3015
3023
 
@@ -3021,7 +3029,7 @@ class GetSigningConfigurationCommand extends smithyClient.Command
3021
3029
  })
3022
3030
  .s("AmazonEC2ContainerRegistry_V20150921", "GetSigningConfiguration", {})
3023
3031
  .n("ECRClient", "GetSigningConfigurationCommand")
3024
- .sc(GetSigningConfiguration)
3032
+ .sc(GetSigningConfiguration$)
3025
3033
  .build() {
3026
3034
  }
3027
3035
 
@@ -3033,7 +3041,7 @@ class InitiateLayerUploadCommand extends smithyClient.Command
3033
3041
  })
3034
3042
  .s("AmazonEC2ContainerRegistry_V20150921", "InitiateLayerUpload", {})
3035
3043
  .n("ECRClient", "InitiateLayerUploadCommand")
3036
- .sc(InitiateLayerUpload)
3044
+ .sc(InitiateLayerUpload$)
3037
3045
  .build() {
3038
3046
  }
3039
3047
 
@@ -3045,7 +3053,7 @@ class ListImageReferrersCommand extends smithyClient.Command
3045
3053
  })
3046
3054
  .s("AmazonEC2ContainerRegistry_V20150921", "ListImageReferrers", {})
3047
3055
  .n("ECRClient", "ListImageReferrersCommand")
3048
- .sc(ListImageReferrers)
3056
+ .sc(ListImageReferrers$)
3049
3057
  .build() {
3050
3058
  }
3051
3059
 
@@ -3057,7 +3065,7 @@ class ListImagesCommand extends smithyClient.Command
3057
3065
  })
3058
3066
  .s("AmazonEC2ContainerRegistry_V20150921", "ListImages", {})
3059
3067
  .n("ECRClient", "ListImagesCommand")
3060
- .sc(ListImages)
3068
+ .sc(ListImages$)
3061
3069
  .build() {
3062
3070
  }
3063
3071
 
@@ -3069,7 +3077,7 @@ class ListPullTimeUpdateExclusionsCommand extends smithyClient.Command
3069
3077
  })
3070
3078
  .s("AmazonEC2ContainerRegistry_V20150921", "ListPullTimeUpdateExclusions", {})
3071
3079
  .n("ECRClient", "ListPullTimeUpdateExclusionsCommand")
3072
- .sc(ListPullTimeUpdateExclusions)
3080
+ .sc(ListPullTimeUpdateExclusions$)
3073
3081
  .build() {
3074
3082
  }
3075
3083
 
@@ -3081,7 +3089,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
3081
3089
  })
3082
3090
  .s("AmazonEC2ContainerRegistry_V20150921", "ListTagsForResource", {})
3083
3091
  .n("ECRClient", "ListTagsForResourceCommand")
3084
- .sc(ListTagsForResource)
3092
+ .sc(ListTagsForResource$)
3085
3093
  .build() {
3086
3094
  }
3087
3095
 
@@ -3093,7 +3101,7 @@ class PutAccountSettingCommand extends smithyClient.Command
3093
3101
  })
3094
3102
  .s("AmazonEC2ContainerRegistry_V20150921", "PutAccountSetting", {})
3095
3103
  .n("ECRClient", "PutAccountSettingCommand")
3096
- .sc(PutAccountSetting)
3104
+ .sc(PutAccountSetting$)
3097
3105
  .build() {
3098
3106
  }
3099
3107
 
@@ -3105,7 +3113,7 @@ class PutImageCommand extends smithyClient.Command
3105
3113
  })
3106
3114
  .s("AmazonEC2ContainerRegistry_V20150921", "PutImage", {})
3107
3115
  .n("ECRClient", "PutImageCommand")
3108
- .sc(PutImage)
3116
+ .sc(PutImage$)
3109
3117
  .build() {
3110
3118
  }
3111
3119
 
@@ -3117,7 +3125,7 @@ class PutImageScanningConfigurationCommand extends smithyClient.Command
3117
3125
  })
3118
3126
  .s("AmazonEC2ContainerRegistry_V20150921", "PutImageScanningConfiguration", {})
3119
3127
  .n("ECRClient", "PutImageScanningConfigurationCommand")
3120
- .sc(PutImageScanningConfiguration)
3128
+ .sc(PutImageScanningConfiguration$)
3121
3129
  .build() {
3122
3130
  }
3123
3131
 
@@ -3129,7 +3137,7 @@ class PutImageTagMutabilityCommand extends smithyClient.Command
3129
3137
  })
3130
3138
  .s("AmazonEC2ContainerRegistry_V20150921", "PutImageTagMutability", {})
3131
3139
  .n("ECRClient", "PutImageTagMutabilityCommand")
3132
- .sc(PutImageTagMutability)
3140
+ .sc(PutImageTagMutability$)
3133
3141
  .build() {
3134
3142
  }
3135
3143
 
@@ -3141,7 +3149,7 @@ class PutLifecyclePolicyCommand extends smithyClient.Command
3141
3149
  })
3142
3150
  .s("AmazonEC2ContainerRegistry_V20150921", "PutLifecyclePolicy", {})
3143
3151
  .n("ECRClient", "PutLifecyclePolicyCommand")
3144
- .sc(PutLifecyclePolicy)
3152
+ .sc(PutLifecyclePolicy$)
3145
3153
  .build() {
3146
3154
  }
3147
3155
 
@@ -3153,7 +3161,7 @@ class PutRegistryPolicyCommand extends smithyClient.Command
3153
3161
  })
3154
3162
  .s("AmazonEC2ContainerRegistry_V20150921", "PutRegistryPolicy", {})
3155
3163
  .n("ECRClient", "PutRegistryPolicyCommand")
3156
- .sc(PutRegistryPolicy)
3164
+ .sc(PutRegistryPolicy$)
3157
3165
  .build() {
3158
3166
  }
3159
3167
 
@@ -3165,7 +3173,7 @@ class PutRegistryScanningConfigurationCommand extends smithyClient.Command
3165
3173
  })
3166
3174
  .s("AmazonEC2ContainerRegistry_V20150921", "PutRegistryScanningConfiguration", {})
3167
3175
  .n("ECRClient", "PutRegistryScanningConfigurationCommand")
3168
- .sc(PutRegistryScanningConfiguration)
3176
+ .sc(PutRegistryScanningConfiguration$)
3169
3177
  .build() {
3170
3178
  }
3171
3179
 
@@ -3177,7 +3185,7 @@ class PutReplicationConfigurationCommand extends smithyClient.Command
3177
3185
  })
3178
3186
  .s("AmazonEC2ContainerRegistry_V20150921", "PutReplicationConfiguration", {})
3179
3187
  .n("ECRClient", "PutReplicationConfigurationCommand")
3180
- .sc(PutReplicationConfiguration)
3188
+ .sc(PutReplicationConfiguration$)
3181
3189
  .build() {
3182
3190
  }
3183
3191
 
@@ -3189,7 +3197,7 @@ class PutSigningConfigurationCommand extends smithyClient.Command
3189
3197
  })
3190
3198
  .s("AmazonEC2ContainerRegistry_V20150921", "PutSigningConfiguration", {})
3191
3199
  .n("ECRClient", "PutSigningConfigurationCommand")
3192
- .sc(PutSigningConfiguration)
3200
+ .sc(PutSigningConfiguration$)
3193
3201
  .build() {
3194
3202
  }
3195
3203
 
@@ -3201,7 +3209,7 @@ class RegisterPullTimeUpdateExclusionCommand extends smithyClient.Command
3201
3209
  })
3202
3210
  .s("AmazonEC2ContainerRegistry_V20150921", "RegisterPullTimeUpdateExclusion", {})
3203
3211
  .n("ECRClient", "RegisterPullTimeUpdateExclusionCommand")
3204
- .sc(RegisterPullTimeUpdateExclusion)
3212
+ .sc(RegisterPullTimeUpdateExclusion$)
3205
3213
  .build() {
3206
3214
  }
3207
3215
 
@@ -3213,7 +3221,7 @@ class SetRepositoryPolicyCommand extends smithyClient.Command
3213
3221
  })
3214
3222
  .s("AmazonEC2ContainerRegistry_V20150921", "SetRepositoryPolicy", {})
3215
3223
  .n("ECRClient", "SetRepositoryPolicyCommand")
3216
- .sc(SetRepositoryPolicy)
3224
+ .sc(SetRepositoryPolicy$)
3217
3225
  .build() {
3218
3226
  }
3219
3227
 
@@ -3225,7 +3233,7 @@ class StartImageScanCommand extends smithyClient.Command
3225
3233
  })
3226
3234
  .s("AmazonEC2ContainerRegistry_V20150921", "StartImageScan", {})
3227
3235
  .n("ECRClient", "StartImageScanCommand")
3228
- .sc(StartImageScan)
3236
+ .sc(StartImageScan$)
3229
3237
  .build() {
3230
3238
  }
3231
3239
 
@@ -3237,7 +3245,7 @@ class StartLifecyclePolicyPreviewCommand extends smithyClient.Command
3237
3245
  })
3238
3246
  .s("AmazonEC2ContainerRegistry_V20150921", "StartLifecyclePolicyPreview", {})
3239
3247
  .n("ECRClient", "StartLifecyclePolicyPreviewCommand")
3240
- .sc(StartLifecyclePolicyPreview)
3248
+ .sc(StartLifecyclePolicyPreview$)
3241
3249
  .build() {
3242
3250
  }
3243
3251
 
@@ -3249,7 +3257,7 @@ class TagResourceCommand extends smithyClient.Command
3249
3257
  })
3250
3258
  .s("AmazonEC2ContainerRegistry_V20150921", "TagResource", {})
3251
3259
  .n("ECRClient", "TagResourceCommand")
3252
- .sc(TagResource)
3260
+ .sc(TagResource$)
3253
3261
  .build() {
3254
3262
  }
3255
3263
 
@@ -3261,7 +3269,7 @@ class UntagResourceCommand extends smithyClient.Command
3261
3269
  })
3262
3270
  .s("AmazonEC2ContainerRegistry_V20150921", "UntagResource", {})
3263
3271
  .n("ECRClient", "UntagResourceCommand")
3264
- .sc(UntagResource)
3272
+ .sc(UntagResource$)
3265
3273
  .build() {
3266
3274
  }
3267
3275
 
@@ -3273,7 +3281,7 @@ class UpdateImageStorageClassCommand extends smithyClient.Command
3273
3281
  })
3274
3282
  .s("AmazonEC2ContainerRegistry_V20150921", "UpdateImageStorageClass", {})
3275
3283
  .n("ECRClient", "UpdateImageStorageClassCommand")
3276
- .sc(UpdateImageStorageClass)
3284
+ .sc(UpdateImageStorageClass$)
3277
3285
  .build() {
3278
3286
  }
3279
3287
 
@@ -3285,7 +3293,7 @@ class UpdatePullThroughCacheRuleCommand extends smithyClient.Command
3285
3293
  })
3286
3294
  .s("AmazonEC2ContainerRegistry_V20150921", "UpdatePullThroughCacheRule", {})
3287
3295
  .n("ECRClient", "UpdatePullThroughCacheRuleCommand")
3288
- .sc(UpdatePullThroughCacheRule)
3296
+ .sc(UpdatePullThroughCacheRule$)
3289
3297
  .build() {
3290
3298
  }
3291
3299
 
@@ -3297,7 +3305,7 @@ class UpdateRepositoryCreationTemplateCommand extends smithyClient.Command
3297
3305
  })
3298
3306
  .s("AmazonEC2ContainerRegistry_V20150921", "UpdateRepositoryCreationTemplate", {})
3299
3307
  .n("ECRClient", "UpdateRepositoryCreationTemplateCommand")
3300
- .sc(UpdateRepositoryCreationTemplate)
3308
+ .sc(UpdateRepositoryCreationTemplate$)
3301
3309
  .build() {
3302
3310
  }
3303
3311
 
@@ -3309,7 +3317,7 @@ class UploadLayerPartCommand extends smithyClient.Command
3309
3317
  })
3310
3318
  .s("AmazonEC2ContainerRegistry_V20150921", "UploadLayerPart", {})
3311
3319
  .n("ECRClient", "UploadLayerPartCommand")
3312
- .sc(UploadLayerPart)
3320
+ .sc(UploadLayerPart$)
3313
3321
  .build() {
3314
3322
  }
3315
3323
 
@@ -3321,7 +3329,7 @@ class ValidatePullThroughCacheRuleCommand extends smithyClient.Command
3321
3329
  })
3322
3330
  .s("AmazonEC2ContainerRegistry_V20150921", "ValidatePullThroughCacheRule", {})
3323
3331
  .n("ECRClient", "ValidatePullThroughCacheRuleCommand")
3324
- .sc(ValidatePullThroughCacheRule)
3332
+ .sc(ValidatePullThroughCacheRule$)
3325
3333
  .build() {
3326
3334
  }
3327
3335
 
@@ -3641,139 +3649,416 @@ Object.defineProperty(exports, "__Client", {
3641
3649
  });
3642
3650
  exports.ArtifactStatus = ArtifactStatus;
3643
3651
  exports.ArtifactStatusFilter = ArtifactStatusFilter;
3652
+ exports.Attribute$ = Attribute$;
3653
+ exports.AuthorizationData$ = AuthorizationData$;
3654
+ exports.AwsEcrContainerImageDetails$ = AwsEcrContainerImageDetails$;
3655
+ exports.BatchCheckLayerAvailability$ = BatchCheckLayerAvailability$;
3644
3656
  exports.BatchCheckLayerAvailabilityCommand = BatchCheckLayerAvailabilityCommand;
3657
+ exports.BatchCheckLayerAvailabilityRequest$ = BatchCheckLayerAvailabilityRequest$;
3658
+ exports.BatchCheckLayerAvailabilityResponse$ = BatchCheckLayerAvailabilityResponse$;
3659
+ exports.BatchDeleteImage$ = BatchDeleteImage$;
3645
3660
  exports.BatchDeleteImageCommand = BatchDeleteImageCommand;
3661
+ exports.BatchDeleteImageRequest$ = BatchDeleteImageRequest$;
3662
+ exports.BatchDeleteImageResponse$ = BatchDeleteImageResponse$;
3663
+ exports.BatchGetImage$ = BatchGetImage$;
3646
3664
  exports.BatchGetImageCommand = BatchGetImageCommand;
3665
+ exports.BatchGetImageRequest$ = BatchGetImageRequest$;
3666
+ exports.BatchGetImageResponse$ = BatchGetImageResponse$;
3667
+ exports.BatchGetRepositoryScanningConfiguration$ = BatchGetRepositoryScanningConfiguration$;
3647
3668
  exports.BatchGetRepositoryScanningConfigurationCommand = BatchGetRepositoryScanningConfigurationCommand;
3648
- exports.BlockedByOrganizationPolicyException = BlockedByOrganizationPolicyException$1;
3669
+ exports.BatchGetRepositoryScanningConfigurationRequest$ = BatchGetRepositoryScanningConfigurationRequest$;
3670
+ exports.BatchGetRepositoryScanningConfigurationResponse$ = BatchGetRepositoryScanningConfigurationResponse$;
3671
+ exports.BlockedByOrganizationPolicyException = BlockedByOrganizationPolicyException;
3672
+ exports.BlockedByOrganizationPolicyException$ = BlockedByOrganizationPolicyException$;
3673
+ exports.CompleteLayerUpload$ = CompleteLayerUpload$;
3649
3674
  exports.CompleteLayerUploadCommand = CompleteLayerUploadCommand;
3675
+ exports.CompleteLayerUploadRequest$ = CompleteLayerUploadRequest$;
3676
+ exports.CompleteLayerUploadResponse$ = CompleteLayerUploadResponse$;
3677
+ exports.CreatePullThroughCacheRule$ = CreatePullThroughCacheRule$;
3650
3678
  exports.CreatePullThroughCacheRuleCommand = CreatePullThroughCacheRuleCommand;
3679
+ exports.CreatePullThroughCacheRuleRequest$ = CreatePullThroughCacheRuleRequest$;
3680
+ exports.CreatePullThroughCacheRuleResponse$ = CreatePullThroughCacheRuleResponse$;
3681
+ exports.CreateRepository$ = CreateRepository$;
3651
3682
  exports.CreateRepositoryCommand = CreateRepositoryCommand;
3683
+ exports.CreateRepositoryCreationTemplate$ = CreateRepositoryCreationTemplate$;
3652
3684
  exports.CreateRepositoryCreationTemplateCommand = CreateRepositoryCreationTemplateCommand;
3685
+ exports.CreateRepositoryCreationTemplateRequest$ = CreateRepositoryCreationTemplateRequest$;
3686
+ exports.CreateRepositoryCreationTemplateResponse$ = CreateRepositoryCreationTemplateResponse$;
3687
+ exports.CreateRepositoryRequest$ = CreateRepositoryRequest$;
3688
+ exports.CreateRepositoryResponse$ = CreateRepositoryResponse$;
3689
+ exports.CvssScore$ = CvssScore$;
3690
+ exports.CvssScoreAdjustment$ = CvssScoreAdjustment$;
3691
+ exports.CvssScoreDetails$ = CvssScoreDetails$;
3692
+ exports.DeleteLifecyclePolicy$ = DeleteLifecyclePolicy$;
3653
3693
  exports.DeleteLifecyclePolicyCommand = DeleteLifecyclePolicyCommand;
3694
+ exports.DeleteLifecyclePolicyRequest$ = DeleteLifecyclePolicyRequest$;
3695
+ exports.DeleteLifecyclePolicyResponse$ = DeleteLifecyclePolicyResponse$;
3696
+ exports.DeletePullThroughCacheRule$ = DeletePullThroughCacheRule$;
3654
3697
  exports.DeletePullThroughCacheRuleCommand = DeletePullThroughCacheRuleCommand;
3698
+ exports.DeletePullThroughCacheRuleRequest$ = DeletePullThroughCacheRuleRequest$;
3699
+ exports.DeletePullThroughCacheRuleResponse$ = DeletePullThroughCacheRuleResponse$;
3700
+ exports.DeleteRegistryPolicy$ = DeleteRegistryPolicy$;
3655
3701
  exports.DeleteRegistryPolicyCommand = DeleteRegistryPolicyCommand;
3702
+ exports.DeleteRegistryPolicyRequest$ = DeleteRegistryPolicyRequest$;
3703
+ exports.DeleteRegistryPolicyResponse$ = DeleteRegistryPolicyResponse$;
3704
+ exports.DeleteRepository$ = DeleteRepository$;
3656
3705
  exports.DeleteRepositoryCommand = DeleteRepositoryCommand;
3706
+ exports.DeleteRepositoryCreationTemplate$ = DeleteRepositoryCreationTemplate$;
3657
3707
  exports.DeleteRepositoryCreationTemplateCommand = DeleteRepositoryCreationTemplateCommand;
3708
+ exports.DeleteRepositoryCreationTemplateRequest$ = DeleteRepositoryCreationTemplateRequest$;
3709
+ exports.DeleteRepositoryCreationTemplateResponse$ = DeleteRepositoryCreationTemplateResponse$;
3710
+ exports.DeleteRepositoryPolicy$ = DeleteRepositoryPolicy$;
3658
3711
  exports.DeleteRepositoryPolicyCommand = DeleteRepositoryPolicyCommand;
3712
+ exports.DeleteRepositoryPolicyRequest$ = DeleteRepositoryPolicyRequest$;
3713
+ exports.DeleteRepositoryPolicyResponse$ = DeleteRepositoryPolicyResponse$;
3714
+ exports.DeleteRepositoryRequest$ = DeleteRepositoryRequest$;
3715
+ exports.DeleteRepositoryResponse$ = DeleteRepositoryResponse$;
3716
+ exports.DeleteSigningConfiguration$ = DeleteSigningConfiguration$;
3659
3717
  exports.DeleteSigningConfigurationCommand = DeleteSigningConfigurationCommand;
3718
+ exports.DeleteSigningConfigurationRequest$ = DeleteSigningConfigurationRequest$;
3719
+ exports.DeleteSigningConfigurationResponse$ = DeleteSigningConfigurationResponse$;
3720
+ exports.DeregisterPullTimeUpdateExclusion$ = DeregisterPullTimeUpdateExclusion$;
3660
3721
  exports.DeregisterPullTimeUpdateExclusionCommand = DeregisterPullTimeUpdateExclusionCommand;
3722
+ exports.DeregisterPullTimeUpdateExclusionRequest$ = DeregisterPullTimeUpdateExclusionRequest$;
3723
+ exports.DeregisterPullTimeUpdateExclusionResponse$ = DeregisterPullTimeUpdateExclusionResponse$;
3724
+ exports.DescribeImageReplicationStatus$ = DescribeImageReplicationStatus$;
3661
3725
  exports.DescribeImageReplicationStatusCommand = DescribeImageReplicationStatusCommand;
3726
+ exports.DescribeImageReplicationStatusRequest$ = DescribeImageReplicationStatusRequest$;
3727
+ exports.DescribeImageReplicationStatusResponse$ = DescribeImageReplicationStatusResponse$;
3728
+ exports.DescribeImageScanFindings$ = DescribeImageScanFindings$;
3662
3729
  exports.DescribeImageScanFindingsCommand = DescribeImageScanFindingsCommand;
3730
+ exports.DescribeImageScanFindingsRequest$ = DescribeImageScanFindingsRequest$;
3731
+ exports.DescribeImageScanFindingsResponse$ = DescribeImageScanFindingsResponse$;
3732
+ exports.DescribeImageSigningStatus$ = DescribeImageSigningStatus$;
3663
3733
  exports.DescribeImageSigningStatusCommand = DescribeImageSigningStatusCommand;
3734
+ exports.DescribeImageSigningStatusRequest$ = DescribeImageSigningStatusRequest$;
3735
+ exports.DescribeImageSigningStatusResponse$ = DescribeImageSigningStatusResponse$;
3736
+ exports.DescribeImages$ = DescribeImages$;
3664
3737
  exports.DescribeImagesCommand = DescribeImagesCommand;
3738
+ exports.DescribeImagesFilter$ = DescribeImagesFilter$;
3739
+ exports.DescribeImagesRequest$ = DescribeImagesRequest$;
3740
+ exports.DescribeImagesResponse$ = DescribeImagesResponse$;
3741
+ exports.DescribePullThroughCacheRules$ = DescribePullThroughCacheRules$;
3665
3742
  exports.DescribePullThroughCacheRulesCommand = DescribePullThroughCacheRulesCommand;
3743
+ exports.DescribePullThroughCacheRulesRequest$ = DescribePullThroughCacheRulesRequest$;
3744
+ exports.DescribePullThroughCacheRulesResponse$ = DescribePullThroughCacheRulesResponse$;
3745
+ exports.DescribeRegistry$ = DescribeRegistry$;
3666
3746
  exports.DescribeRegistryCommand = DescribeRegistryCommand;
3747
+ exports.DescribeRegistryRequest$ = DescribeRegistryRequest$;
3748
+ exports.DescribeRegistryResponse$ = DescribeRegistryResponse$;
3749
+ exports.DescribeRepositories$ = DescribeRepositories$;
3667
3750
  exports.DescribeRepositoriesCommand = DescribeRepositoriesCommand;
3751
+ exports.DescribeRepositoriesRequest$ = DescribeRepositoriesRequest$;
3752
+ exports.DescribeRepositoriesResponse$ = DescribeRepositoriesResponse$;
3753
+ exports.DescribeRepositoryCreationTemplates$ = DescribeRepositoryCreationTemplates$;
3668
3754
  exports.DescribeRepositoryCreationTemplatesCommand = DescribeRepositoryCreationTemplatesCommand;
3755
+ exports.DescribeRepositoryCreationTemplatesRequest$ = DescribeRepositoryCreationTemplatesRequest$;
3756
+ exports.DescribeRepositoryCreationTemplatesResponse$ = DescribeRepositoryCreationTemplatesResponse$;
3669
3757
  exports.ECR = ECR;
3670
3758
  exports.ECRClient = ECRClient;
3671
- exports.ECRServiceException = ECRServiceException$1;
3672
- exports.EmptyUploadException = EmptyUploadException$1;
3759
+ exports.ECRServiceException = ECRServiceException;
3760
+ exports.ECRServiceException$ = ECRServiceException$;
3761
+ exports.EmptyUploadException = EmptyUploadException;
3762
+ exports.EmptyUploadException$ = EmptyUploadException$;
3763
+ exports.EncryptionConfiguration$ = EncryptionConfiguration$;
3764
+ exports.EncryptionConfigurationForRepositoryCreationTemplate$ = EncryptionConfigurationForRepositoryCreationTemplate$;
3673
3765
  exports.EncryptionType = EncryptionType;
3674
- exports.ExclusionAlreadyExistsException = ExclusionAlreadyExistsException$1;
3675
- exports.ExclusionNotFoundException = ExclusionNotFoundException$1;
3766
+ exports.EnhancedImageScanFinding$ = EnhancedImageScanFinding$;
3767
+ exports.ExclusionAlreadyExistsException = ExclusionAlreadyExistsException;
3768
+ exports.ExclusionAlreadyExistsException$ = ExclusionAlreadyExistsException$;
3769
+ exports.ExclusionNotFoundException = ExclusionNotFoundException;
3770
+ exports.ExclusionNotFoundException$ = ExclusionNotFoundException$;
3676
3771
  exports.FindingSeverity = FindingSeverity;
3772
+ exports.GetAccountSetting$ = GetAccountSetting$;
3677
3773
  exports.GetAccountSettingCommand = GetAccountSettingCommand;
3774
+ exports.GetAccountSettingRequest$ = GetAccountSettingRequest$;
3775
+ exports.GetAccountSettingResponse$ = GetAccountSettingResponse$;
3776
+ exports.GetAuthorizationToken$ = GetAuthorizationToken$;
3678
3777
  exports.GetAuthorizationTokenCommand = GetAuthorizationTokenCommand;
3778
+ exports.GetAuthorizationTokenRequest$ = GetAuthorizationTokenRequest$;
3779
+ exports.GetAuthorizationTokenResponse$ = GetAuthorizationTokenResponse$;
3780
+ exports.GetDownloadUrlForLayer$ = GetDownloadUrlForLayer$;
3679
3781
  exports.GetDownloadUrlForLayerCommand = GetDownloadUrlForLayerCommand;
3782
+ exports.GetDownloadUrlForLayerRequest$ = GetDownloadUrlForLayerRequest$;
3783
+ exports.GetDownloadUrlForLayerResponse$ = GetDownloadUrlForLayerResponse$;
3784
+ exports.GetLifecyclePolicy$ = GetLifecyclePolicy$;
3680
3785
  exports.GetLifecyclePolicyCommand = GetLifecyclePolicyCommand;
3786
+ exports.GetLifecyclePolicyPreview$ = GetLifecyclePolicyPreview$;
3681
3787
  exports.GetLifecyclePolicyPreviewCommand = GetLifecyclePolicyPreviewCommand;
3788
+ exports.GetLifecyclePolicyPreviewRequest$ = GetLifecyclePolicyPreviewRequest$;
3789
+ exports.GetLifecyclePolicyPreviewResponse$ = GetLifecyclePolicyPreviewResponse$;
3790
+ exports.GetLifecyclePolicyRequest$ = GetLifecyclePolicyRequest$;
3791
+ exports.GetLifecyclePolicyResponse$ = GetLifecyclePolicyResponse$;
3792
+ exports.GetRegistryPolicy$ = GetRegistryPolicy$;
3682
3793
  exports.GetRegistryPolicyCommand = GetRegistryPolicyCommand;
3794
+ exports.GetRegistryPolicyRequest$ = GetRegistryPolicyRequest$;
3795
+ exports.GetRegistryPolicyResponse$ = GetRegistryPolicyResponse$;
3796
+ exports.GetRegistryScanningConfiguration$ = GetRegistryScanningConfiguration$;
3683
3797
  exports.GetRegistryScanningConfigurationCommand = GetRegistryScanningConfigurationCommand;
3798
+ exports.GetRegistryScanningConfigurationRequest$ = GetRegistryScanningConfigurationRequest$;
3799
+ exports.GetRegistryScanningConfigurationResponse$ = GetRegistryScanningConfigurationResponse$;
3800
+ exports.GetRepositoryPolicy$ = GetRepositoryPolicy$;
3684
3801
  exports.GetRepositoryPolicyCommand = GetRepositoryPolicyCommand;
3802
+ exports.GetRepositoryPolicyRequest$ = GetRepositoryPolicyRequest$;
3803
+ exports.GetRepositoryPolicyResponse$ = GetRepositoryPolicyResponse$;
3804
+ exports.GetSigningConfiguration$ = GetSigningConfiguration$;
3685
3805
  exports.GetSigningConfigurationCommand = GetSigningConfigurationCommand;
3806
+ exports.GetSigningConfigurationRequest$ = GetSigningConfigurationRequest$;
3807
+ exports.GetSigningConfigurationResponse$ = GetSigningConfigurationResponse$;
3808
+ exports.Image$ = Image$;
3686
3809
  exports.ImageActionType = ImageActionType;
3687
- exports.ImageAlreadyExistsException = ImageAlreadyExistsException$1;
3688
- exports.ImageArchivedException = ImageArchivedException$1;
3689
- exports.ImageDigestDoesNotMatchException = ImageDigestDoesNotMatchException$1;
3810
+ exports.ImageAlreadyExistsException = ImageAlreadyExistsException;
3811
+ exports.ImageAlreadyExistsException$ = ImageAlreadyExistsException$;
3812
+ exports.ImageArchivedException = ImageArchivedException;
3813
+ exports.ImageArchivedException$ = ImageArchivedException$;
3814
+ exports.ImageDetail$ = ImageDetail$;
3815
+ exports.ImageDigestDoesNotMatchException = ImageDigestDoesNotMatchException;
3816
+ exports.ImageDigestDoesNotMatchException$ = ImageDigestDoesNotMatchException$;
3817
+ exports.ImageFailure$ = ImageFailure$;
3690
3818
  exports.ImageFailureCode = ImageFailureCode;
3691
- exports.ImageNotFoundException = ImageNotFoundException$1;
3819
+ exports.ImageIdentifier$ = ImageIdentifier$;
3820
+ exports.ImageNotFoundException = ImageNotFoundException;
3821
+ exports.ImageNotFoundException$ = ImageNotFoundException$;
3822
+ exports.ImageReferrer$ = ImageReferrer$;
3823
+ exports.ImageReplicationStatus$ = ImageReplicationStatus$;
3824
+ exports.ImageScanFinding$ = ImageScanFinding$;
3825
+ exports.ImageScanFindings$ = ImageScanFindings$;
3826
+ exports.ImageScanFindingsSummary$ = ImageScanFindingsSummary$;
3827
+ exports.ImageScanStatus$ = ImageScanStatus$;
3828
+ exports.ImageScanningConfiguration$ = ImageScanningConfiguration$;
3829
+ exports.ImageSigningStatus$ = ImageSigningStatus$;
3692
3830
  exports.ImageStatus = ImageStatus;
3693
3831
  exports.ImageStatusFilter = ImageStatusFilter;
3694
- exports.ImageStorageClassUpdateNotSupportedException = ImageStorageClassUpdateNotSupportedException$1;
3695
- exports.ImageTagAlreadyExistsException = ImageTagAlreadyExistsException$1;
3832
+ exports.ImageStorageClassUpdateNotSupportedException = ImageStorageClassUpdateNotSupportedException;
3833
+ exports.ImageStorageClassUpdateNotSupportedException$ = ImageStorageClassUpdateNotSupportedException$;
3834
+ exports.ImageTagAlreadyExistsException = ImageTagAlreadyExistsException;
3835
+ exports.ImageTagAlreadyExistsException$ = ImageTagAlreadyExistsException$;
3696
3836
  exports.ImageTagMutability = ImageTagMutability;
3837
+ exports.ImageTagMutabilityExclusionFilter$ = ImageTagMutabilityExclusionFilter$;
3697
3838
  exports.ImageTagMutabilityExclusionFilterType = ImageTagMutabilityExclusionFilterType;
3839
+ exports.InitiateLayerUpload$ = InitiateLayerUpload$;
3698
3840
  exports.InitiateLayerUploadCommand = InitiateLayerUploadCommand;
3699
- exports.InvalidLayerException = InvalidLayerException$1;
3700
- exports.InvalidLayerPartException = InvalidLayerPartException$1;
3701
- exports.InvalidParameterException = InvalidParameterException$1;
3702
- exports.InvalidTagParameterException = InvalidTagParameterException$1;
3703
- exports.KmsException = KmsException$1;
3704
- exports.LayerAlreadyExistsException = LayerAlreadyExistsException$1;
3841
+ exports.InitiateLayerUploadRequest$ = InitiateLayerUploadRequest$;
3842
+ exports.InitiateLayerUploadResponse$ = InitiateLayerUploadResponse$;
3843
+ exports.InvalidLayerException = InvalidLayerException;
3844
+ exports.InvalidLayerException$ = InvalidLayerException$;
3845
+ exports.InvalidLayerPartException = InvalidLayerPartException;
3846
+ exports.InvalidLayerPartException$ = InvalidLayerPartException$;
3847
+ exports.InvalidParameterException = InvalidParameterException;
3848
+ exports.InvalidParameterException$ = InvalidParameterException$;
3849
+ exports.InvalidTagParameterException = InvalidTagParameterException;
3850
+ exports.InvalidTagParameterException$ = InvalidTagParameterException$;
3851
+ exports.KmsException = KmsException;
3852
+ exports.KmsException$ = KmsException$;
3853
+ exports.Layer$ = Layer$;
3854
+ exports.LayerAlreadyExistsException = LayerAlreadyExistsException;
3855
+ exports.LayerAlreadyExistsException$ = LayerAlreadyExistsException$;
3705
3856
  exports.LayerAvailability = LayerAvailability;
3857
+ exports.LayerFailure$ = LayerFailure$;
3706
3858
  exports.LayerFailureCode = LayerFailureCode;
3707
- exports.LayerInaccessibleException = LayerInaccessibleException$1;
3708
- exports.LayerPartTooSmallException = LayerPartTooSmallException$1;
3709
- exports.LayersNotFoundException = LayersNotFoundException$1;
3710
- exports.LifecyclePolicyNotFoundException = LifecyclePolicyNotFoundException$1;
3711
- exports.LifecyclePolicyPreviewInProgressException = LifecyclePolicyPreviewInProgressException$1;
3712
- exports.LifecyclePolicyPreviewNotFoundException = LifecyclePolicyPreviewNotFoundException$1;
3859
+ exports.LayerInaccessibleException = LayerInaccessibleException;
3860
+ exports.LayerInaccessibleException$ = LayerInaccessibleException$;
3861
+ exports.LayerPartTooSmallException = LayerPartTooSmallException;
3862
+ exports.LayerPartTooSmallException$ = LayerPartTooSmallException$;
3863
+ exports.LayersNotFoundException = LayersNotFoundException;
3864
+ exports.LayersNotFoundException$ = LayersNotFoundException$;
3865
+ exports.LifecyclePolicyNotFoundException = LifecyclePolicyNotFoundException;
3866
+ exports.LifecyclePolicyNotFoundException$ = LifecyclePolicyNotFoundException$;
3867
+ exports.LifecyclePolicyPreviewFilter$ = LifecyclePolicyPreviewFilter$;
3868
+ exports.LifecyclePolicyPreviewInProgressException = LifecyclePolicyPreviewInProgressException;
3869
+ exports.LifecyclePolicyPreviewInProgressException$ = LifecyclePolicyPreviewInProgressException$;
3870
+ exports.LifecyclePolicyPreviewNotFoundException = LifecyclePolicyPreviewNotFoundException;
3871
+ exports.LifecyclePolicyPreviewNotFoundException$ = LifecyclePolicyPreviewNotFoundException$;
3872
+ exports.LifecyclePolicyPreviewResult$ = LifecyclePolicyPreviewResult$;
3713
3873
  exports.LifecyclePolicyPreviewStatus = LifecyclePolicyPreviewStatus;
3874
+ exports.LifecyclePolicyPreviewSummary$ = LifecyclePolicyPreviewSummary$;
3875
+ exports.LifecyclePolicyRuleAction$ = LifecyclePolicyRuleAction$;
3714
3876
  exports.LifecyclePolicyStorageClass = LifecyclePolicyStorageClass;
3715
3877
  exports.LifecyclePolicyTargetStorageClass = LifecyclePolicyTargetStorageClass;
3716
- exports.LimitExceededException = LimitExceededException$1;
3878
+ exports.LimitExceededException = LimitExceededException;
3879
+ exports.LimitExceededException$ = LimitExceededException$;
3880
+ exports.ListImageReferrers$ = ListImageReferrers$;
3717
3881
  exports.ListImageReferrersCommand = ListImageReferrersCommand;
3882
+ exports.ListImageReferrersFilter$ = ListImageReferrersFilter$;
3883
+ exports.ListImageReferrersRequest$ = ListImageReferrersRequest$;
3884
+ exports.ListImageReferrersResponse$ = ListImageReferrersResponse$;
3885
+ exports.ListImages$ = ListImages$;
3718
3886
  exports.ListImagesCommand = ListImagesCommand;
3887
+ exports.ListImagesFilter$ = ListImagesFilter$;
3888
+ exports.ListImagesRequest$ = ListImagesRequest$;
3889
+ exports.ListImagesResponse$ = ListImagesResponse$;
3890
+ exports.ListPullTimeUpdateExclusions$ = ListPullTimeUpdateExclusions$;
3719
3891
  exports.ListPullTimeUpdateExclusionsCommand = ListPullTimeUpdateExclusionsCommand;
3892
+ exports.ListPullTimeUpdateExclusionsRequest$ = ListPullTimeUpdateExclusionsRequest$;
3893
+ exports.ListPullTimeUpdateExclusionsResponse$ = ListPullTimeUpdateExclusionsResponse$;
3894
+ exports.ListTagsForResource$ = ListTagsForResource$;
3720
3895
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
3721
- exports.PullThroughCacheRuleAlreadyExistsException = PullThroughCacheRuleAlreadyExistsException$1;
3722
- exports.PullThroughCacheRuleNotFoundException = PullThroughCacheRuleNotFoundException$1;
3896
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
3897
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
3898
+ exports.PackageVulnerabilityDetails$ = PackageVulnerabilityDetails$;
3899
+ exports.PullThroughCacheRule$ = PullThroughCacheRule$;
3900
+ exports.PullThroughCacheRuleAlreadyExistsException = PullThroughCacheRuleAlreadyExistsException;
3901
+ exports.PullThroughCacheRuleAlreadyExistsException$ = PullThroughCacheRuleAlreadyExistsException$;
3902
+ exports.PullThroughCacheRuleNotFoundException = PullThroughCacheRuleNotFoundException;
3903
+ exports.PullThroughCacheRuleNotFoundException$ = PullThroughCacheRuleNotFoundException$;
3904
+ exports.PutAccountSetting$ = PutAccountSetting$;
3723
3905
  exports.PutAccountSettingCommand = PutAccountSettingCommand;
3906
+ exports.PutAccountSettingRequest$ = PutAccountSettingRequest$;
3907
+ exports.PutAccountSettingResponse$ = PutAccountSettingResponse$;
3908
+ exports.PutImage$ = PutImage$;
3724
3909
  exports.PutImageCommand = PutImageCommand;
3910
+ exports.PutImageRequest$ = PutImageRequest$;
3911
+ exports.PutImageResponse$ = PutImageResponse$;
3912
+ exports.PutImageScanningConfiguration$ = PutImageScanningConfiguration$;
3725
3913
  exports.PutImageScanningConfigurationCommand = PutImageScanningConfigurationCommand;
3914
+ exports.PutImageScanningConfigurationRequest$ = PutImageScanningConfigurationRequest$;
3915
+ exports.PutImageScanningConfigurationResponse$ = PutImageScanningConfigurationResponse$;
3916
+ exports.PutImageTagMutability$ = PutImageTagMutability$;
3726
3917
  exports.PutImageTagMutabilityCommand = PutImageTagMutabilityCommand;
3918
+ exports.PutImageTagMutabilityRequest$ = PutImageTagMutabilityRequest$;
3919
+ exports.PutImageTagMutabilityResponse$ = PutImageTagMutabilityResponse$;
3920
+ exports.PutLifecyclePolicy$ = PutLifecyclePolicy$;
3727
3921
  exports.PutLifecyclePolicyCommand = PutLifecyclePolicyCommand;
3922
+ exports.PutLifecyclePolicyRequest$ = PutLifecyclePolicyRequest$;
3923
+ exports.PutLifecyclePolicyResponse$ = PutLifecyclePolicyResponse$;
3924
+ exports.PutRegistryPolicy$ = PutRegistryPolicy$;
3728
3925
  exports.PutRegistryPolicyCommand = PutRegistryPolicyCommand;
3926
+ exports.PutRegistryPolicyRequest$ = PutRegistryPolicyRequest$;
3927
+ exports.PutRegistryPolicyResponse$ = PutRegistryPolicyResponse$;
3928
+ exports.PutRegistryScanningConfiguration$ = PutRegistryScanningConfiguration$;
3729
3929
  exports.PutRegistryScanningConfigurationCommand = PutRegistryScanningConfigurationCommand;
3930
+ exports.PutRegistryScanningConfigurationRequest$ = PutRegistryScanningConfigurationRequest$;
3931
+ exports.PutRegistryScanningConfigurationResponse$ = PutRegistryScanningConfigurationResponse$;
3932
+ exports.PutReplicationConfiguration$ = PutReplicationConfiguration$;
3730
3933
  exports.PutReplicationConfigurationCommand = PutReplicationConfigurationCommand;
3934
+ exports.PutReplicationConfigurationRequest$ = PutReplicationConfigurationRequest$;
3935
+ exports.PutReplicationConfigurationResponse$ = PutReplicationConfigurationResponse$;
3936
+ exports.PutSigningConfiguration$ = PutSigningConfiguration$;
3731
3937
  exports.PutSigningConfigurationCommand = PutSigningConfigurationCommand;
3938
+ exports.PutSigningConfigurationRequest$ = PutSigningConfigurationRequest$;
3939
+ exports.PutSigningConfigurationResponse$ = PutSigningConfigurationResponse$;
3732
3940
  exports.RCTAppliedFor = RCTAppliedFor;
3733
- exports.ReferencedImagesNotFoundException = ReferencedImagesNotFoundException$1;
3941
+ exports.Recommendation$ = Recommendation$;
3942
+ exports.ReferencedImagesNotFoundException = ReferencedImagesNotFoundException;
3943
+ exports.ReferencedImagesNotFoundException$ = ReferencedImagesNotFoundException$;
3944
+ exports.RegisterPullTimeUpdateExclusion$ = RegisterPullTimeUpdateExclusion$;
3734
3945
  exports.RegisterPullTimeUpdateExclusionCommand = RegisterPullTimeUpdateExclusionCommand;
3735
- exports.RegistryPolicyNotFoundException = RegistryPolicyNotFoundException$1;
3946
+ exports.RegisterPullTimeUpdateExclusionRequest$ = RegisterPullTimeUpdateExclusionRequest$;
3947
+ exports.RegisterPullTimeUpdateExclusionResponse$ = RegisterPullTimeUpdateExclusionResponse$;
3948
+ exports.RegistryPolicyNotFoundException = RegistryPolicyNotFoundException;
3949
+ exports.RegistryPolicyNotFoundException$ = RegistryPolicyNotFoundException$;
3950
+ exports.RegistryScanningConfiguration$ = RegistryScanningConfiguration$;
3951
+ exports.RegistryScanningRule$ = RegistryScanningRule$;
3952
+ exports.Remediation$ = Remediation$;
3953
+ exports.ReplicationConfiguration$ = ReplicationConfiguration$;
3954
+ exports.ReplicationDestination$ = ReplicationDestination$;
3955
+ exports.ReplicationRule$ = ReplicationRule$;
3736
3956
  exports.ReplicationStatus = ReplicationStatus;
3737
- exports.RepositoryAlreadyExistsException = RepositoryAlreadyExistsException$1;
3957
+ exports.Repository$ = Repository$;
3958
+ exports.RepositoryAlreadyExistsException = RepositoryAlreadyExistsException;
3959
+ exports.RepositoryAlreadyExistsException$ = RepositoryAlreadyExistsException$;
3960
+ exports.RepositoryCreationTemplate$ = RepositoryCreationTemplate$;
3961
+ exports.RepositoryFilter$ = RepositoryFilter$;
3738
3962
  exports.RepositoryFilterType = RepositoryFilterType;
3739
- exports.RepositoryNotEmptyException = RepositoryNotEmptyException$1;
3740
- exports.RepositoryNotFoundException = RepositoryNotFoundException$1;
3741
- exports.RepositoryPolicyNotFoundException = RepositoryPolicyNotFoundException$1;
3963
+ exports.RepositoryNotEmptyException = RepositoryNotEmptyException;
3964
+ exports.RepositoryNotEmptyException$ = RepositoryNotEmptyException$;
3965
+ exports.RepositoryNotFoundException = RepositoryNotFoundException;
3966
+ exports.RepositoryNotFoundException$ = RepositoryNotFoundException$;
3967
+ exports.RepositoryPolicyNotFoundException = RepositoryPolicyNotFoundException;
3968
+ exports.RepositoryPolicyNotFoundException$ = RepositoryPolicyNotFoundException$;
3969
+ exports.RepositoryScanningConfiguration$ = RepositoryScanningConfiguration$;
3970
+ exports.RepositoryScanningConfigurationFailure$ = RepositoryScanningConfigurationFailure$;
3971
+ exports.Resource$ = Resource$;
3972
+ exports.ResourceDetails$ = ResourceDetails$;
3742
3973
  exports.ScanFrequency = ScanFrequency;
3743
- exports.ScanNotFoundException = ScanNotFoundException$1;
3974
+ exports.ScanNotFoundException = ScanNotFoundException;
3975
+ exports.ScanNotFoundException$ = ScanNotFoundException$;
3744
3976
  exports.ScanStatus = ScanStatus;
3745
3977
  exports.ScanType = ScanType;
3746
3978
  exports.ScanningConfigurationFailureCode = ScanningConfigurationFailureCode;
3979
+ exports.ScanningRepositoryFilter$ = ScanningRepositoryFilter$;
3747
3980
  exports.ScanningRepositoryFilterType = ScanningRepositoryFilterType;
3748
- exports.SecretNotFoundException = SecretNotFoundException$1;
3749
- exports.ServerException = ServerException$1;
3981
+ exports.ScoreDetails$ = ScoreDetails$;
3982
+ exports.SecretNotFoundException = SecretNotFoundException;
3983
+ exports.SecretNotFoundException$ = SecretNotFoundException$;
3984
+ exports.ServerException = ServerException;
3985
+ exports.ServerException$ = ServerException$;
3986
+ exports.SetRepositoryPolicy$ = SetRepositoryPolicy$;
3750
3987
  exports.SetRepositoryPolicyCommand = SetRepositoryPolicyCommand;
3751
- exports.SigningConfigurationNotFoundException = SigningConfigurationNotFoundException$1;
3988
+ exports.SetRepositoryPolicyRequest$ = SetRepositoryPolicyRequest$;
3989
+ exports.SetRepositoryPolicyResponse$ = SetRepositoryPolicyResponse$;
3990
+ exports.SigningConfiguration$ = SigningConfiguration$;
3991
+ exports.SigningConfigurationNotFoundException = SigningConfigurationNotFoundException;
3992
+ exports.SigningConfigurationNotFoundException$ = SigningConfigurationNotFoundException$;
3993
+ exports.SigningRepositoryFilter$ = SigningRepositoryFilter$;
3752
3994
  exports.SigningRepositoryFilterType = SigningRepositoryFilterType;
3995
+ exports.SigningRule$ = SigningRule$;
3753
3996
  exports.SigningStatus = SigningStatus;
3997
+ exports.StartImageScan$ = StartImageScan$;
3754
3998
  exports.StartImageScanCommand = StartImageScanCommand;
3999
+ exports.StartImageScanRequest$ = StartImageScanRequest$;
4000
+ exports.StartImageScanResponse$ = StartImageScanResponse$;
4001
+ exports.StartLifecyclePolicyPreview$ = StartLifecyclePolicyPreview$;
3755
4002
  exports.StartLifecyclePolicyPreviewCommand = StartLifecyclePolicyPreviewCommand;
4003
+ exports.StartLifecyclePolicyPreviewRequest$ = StartLifecyclePolicyPreviewRequest$;
4004
+ exports.StartLifecyclePolicyPreviewResponse$ = StartLifecyclePolicyPreviewResponse$;
4005
+ exports.SubjectIdentifier$ = SubjectIdentifier$;
4006
+ exports.Tag$ = Tag$;
4007
+ exports.TagResource$ = TagResource$;
3756
4008
  exports.TagResourceCommand = TagResourceCommand;
4009
+ exports.TagResourceRequest$ = TagResourceRequest$;
4010
+ exports.TagResourceResponse$ = TagResourceResponse$;
3757
4011
  exports.TagStatus = TagStatus;
3758
4012
  exports.TargetStorageClass = TargetStorageClass;
3759
- exports.TemplateAlreadyExistsException = TemplateAlreadyExistsException$1;
3760
- exports.TemplateNotFoundException = TemplateNotFoundException$1;
3761
- exports.TooManyTagsException = TooManyTagsException$1;
3762
- exports.UnableToAccessSecretException = UnableToAccessSecretException$1;
3763
- exports.UnableToDecryptSecretValueException = UnableToDecryptSecretValueException$1;
3764
- exports.UnableToGetUpstreamImageException = UnableToGetUpstreamImageException$1;
3765
- exports.UnableToGetUpstreamLayerException = UnableToGetUpstreamLayerException$1;
3766
- exports.UnsupportedImageTypeException = UnsupportedImageTypeException$1;
3767
- exports.UnsupportedUpstreamRegistryException = UnsupportedUpstreamRegistryException$1;
4013
+ exports.TemplateAlreadyExistsException = TemplateAlreadyExistsException;
4014
+ exports.TemplateAlreadyExistsException$ = TemplateAlreadyExistsException$;
4015
+ exports.TemplateNotFoundException = TemplateNotFoundException;
4016
+ exports.TemplateNotFoundException$ = TemplateNotFoundException$;
4017
+ exports.TooManyTagsException = TooManyTagsException;
4018
+ exports.TooManyTagsException$ = TooManyTagsException$;
4019
+ exports.TransitioningImageTotalCount$ = TransitioningImageTotalCount$;
4020
+ exports.UnableToAccessSecretException = UnableToAccessSecretException;
4021
+ exports.UnableToAccessSecretException$ = UnableToAccessSecretException$;
4022
+ exports.UnableToDecryptSecretValueException = UnableToDecryptSecretValueException;
4023
+ exports.UnableToDecryptSecretValueException$ = UnableToDecryptSecretValueException$;
4024
+ exports.UnableToGetUpstreamImageException = UnableToGetUpstreamImageException;
4025
+ exports.UnableToGetUpstreamImageException$ = UnableToGetUpstreamImageException$;
4026
+ exports.UnableToGetUpstreamLayerException = UnableToGetUpstreamLayerException;
4027
+ exports.UnableToGetUpstreamLayerException$ = UnableToGetUpstreamLayerException$;
4028
+ exports.UnsupportedImageTypeException = UnsupportedImageTypeException;
4029
+ exports.UnsupportedImageTypeException$ = UnsupportedImageTypeException$;
4030
+ exports.UnsupportedUpstreamRegistryException = UnsupportedUpstreamRegistryException;
4031
+ exports.UnsupportedUpstreamRegistryException$ = UnsupportedUpstreamRegistryException$;
4032
+ exports.UntagResource$ = UntagResource$;
3768
4033
  exports.UntagResourceCommand = UntagResourceCommand;
4034
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
4035
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
4036
+ exports.UpdateImageStorageClass$ = UpdateImageStorageClass$;
3769
4037
  exports.UpdateImageStorageClassCommand = UpdateImageStorageClassCommand;
4038
+ exports.UpdateImageStorageClassRequest$ = UpdateImageStorageClassRequest$;
4039
+ exports.UpdateImageStorageClassResponse$ = UpdateImageStorageClassResponse$;
4040
+ exports.UpdatePullThroughCacheRule$ = UpdatePullThroughCacheRule$;
3770
4041
  exports.UpdatePullThroughCacheRuleCommand = UpdatePullThroughCacheRuleCommand;
4042
+ exports.UpdatePullThroughCacheRuleRequest$ = UpdatePullThroughCacheRuleRequest$;
4043
+ exports.UpdatePullThroughCacheRuleResponse$ = UpdatePullThroughCacheRuleResponse$;
4044
+ exports.UpdateRepositoryCreationTemplate$ = UpdateRepositoryCreationTemplate$;
3771
4045
  exports.UpdateRepositoryCreationTemplateCommand = UpdateRepositoryCreationTemplateCommand;
4046
+ exports.UpdateRepositoryCreationTemplateRequest$ = UpdateRepositoryCreationTemplateRequest$;
4047
+ exports.UpdateRepositoryCreationTemplateResponse$ = UpdateRepositoryCreationTemplateResponse$;
4048
+ exports.UploadLayerPart$ = UploadLayerPart$;
3772
4049
  exports.UploadLayerPartCommand = UploadLayerPartCommand;
3773
- exports.UploadNotFoundException = UploadNotFoundException$1;
4050
+ exports.UploadLayerPartRequest$ = UploadLayerPartRequest$;
4051
+ exports.UploadLayerPartResponse$ = UploadLayerPartResponse$;
4052
+ exports.UploadNotFoundException = UploadNotFoundException;
4053
+ exports.UploadNotFoundException$ = UploadNotFoundException$;
3774
4054
  exports.UpstreamRegistry = UpstreamRegistry;
4055
+ exports.ValidatePullThroughCacheRule$ = ValidatePullThroughCacheRule$;
3775
4056
  exports.ValidatePullThroughCacheRuleCommand = ValidatePullThroughCacheRuleCommand;
3776
- exports.ValidationException = ValidationException$1;
4057
+ exports.ValidatePullThroughCacheRuleRequest$ = ValidatePullThroughCacheRuleRequest$;
4058
+ exports.ValidatePullThroughCacheRuleResponse$ = ValidatePullThroughCacheRuleResponse$;
4059
+ exports.ValidationException = ValidationException;
4060
+ exports.ValidationException$ = ValidationException$;
4061
+ exports.VulnerablePackage$ = VulnerablePackage$;
3777
4062
  exports.paginateDescribeImageScanFindings = paginateDescribeImageScanFindings;
3778
4063
  exports.paginateDescribeImages = paginateDescribeImages;
3779
4064
  exports.paginateDescribePullThroughCacheRules = paginateDescribePullThroughCacheRules;