@aws-sdk/client-ecr 3.170.0 → 3.178.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 (56) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  3. package/dist-types/runtimeConfig.d.ts +1 -1
  4. package/dist-types/runtimeConfig.native.d.ts +1 -1
  5. package/dist-types/ts3.4/ECR.d.ts +0 -41
  6. package/dist-types/ts3.4/ECRClient.d.ts +0 -25
  7. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +0 -2
  8. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +0 -2
  9. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +0 -2
  10. package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +0 -2
  11. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +0 -2
  12. package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +0 -2
  13. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
  14. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +0 -2
  15. package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +0 -2
  16. package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +0 -2
  17. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
  18. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +0 -2
  19. package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +0 -2
  20. package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +0 -2
  21. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
  22. package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +0 -2
  23. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -2
  24. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +0 -2
  25. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -2
  26. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +0 -2
  27. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +0 -2
  28. package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +0 -2
  29. package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +0 -2
  30. package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +0 -2
  31. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +0 -2
  32. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +0 -2
  33. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +0 -2
  34. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
  35. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +0 -2
  36. package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +0 -2
  37. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +0 -2
  38. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +0 -2
  39. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +0 -2
  40. package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +0 -2
  41. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +0 -2
  42. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +0 -2
  43. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +0 -2
  44. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +0 -2
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
  47. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +0 -2
  48. package/dist-types/ts3.4/models/ECRServiceException.d.ts +0 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +0 -503
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +3 -2
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -2
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  54. package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +0 -2
  55. package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +0 -2
  56. package/package.json +27 -27
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.178.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.177.0...v3.178.0) (2022-09-23)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ecr
9
+
10
+
11
+
12
+
13
+
14
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-ecr
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-ecr
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -31,7 +31,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
31
31
  tls?: boolean | undefined;
32
32
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
33
33
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
34
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
34
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
35
35
  signingEscapePath?: boolean | undefined;
36
36
  systemClockOffset?: number | undefined;
37
37
  signingRegion?: string | undefined;
@@ -30,7 +30,7 @@ export declare const getRuntimeConfig: (config: ECRClientConfig) => {
30
30
  tls?: boolean | undefined;
31
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
32
32
  credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
33
- signer?: import("@aws-sdk/types").RequestSigner | import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner> | undefined;
33
+ signer?: import("@aws-sdk/types").RequestSigner | ((authScheme?: import("@aws-sdk/types").AuthScheme | undefined) => Promise<import("@aws-sdk/types").RequestSigner>) | undefined;
34
34
  signingEscapePath?: boolean | undefined;
35
35
  systemClockOffset?: number | undefined;
36
36
  signingRegion?: string | undefined;
@@ -164,7 +164,6 @@ import {
164
164
  UploadLayerPartCommandOutput,
165
165
  } from "./commands/UploadLayerPartCommand";
166
166
  import { ECRClient } from "./ECRClient";
167
-
168
167
  export declare class ECR extends ECRClient {
169
168
  batchCheckLayerAvailability(
170
169
  args: BatchCheckLayerAvailabilityCommandInput,
@@ -179,7 +178,6 @@ export declare class ECR extends ECRClient {
179
178
  options: __HttpHandlerOptions,
180
179
  cb: (err: any, data?: BatchCheckLayerAvailabilityCommandOutput) => void
181
180
  ): void;
182
-
183
181
  batchDeleteImage(
184
182
  args: BatchDeleteImageCommandInput,
185
183
  options?: __HttpHandlerOptions
@@ -193,7 +191,6 @@ export declare class ECR extends ECRClient {
193
191
  options: __HttpHandlerOptions,
194
192
  cb: (err: any, data?: BatchDeleteImageCommandOutput) => void
195
193
  ): void;
196
-
197
194
  batchGetImage(
198
195
  args: BatchGetImageCommandInput,
199
196
  options?: __HttpHandlerOptions
@@ -207,7 +204,6 @@ export declare class ECR extends ECRClient {
207
204
  options: __HttpHandlerOptions,
208
205
  cb: (err: any, data?: BatchGetImageCommandOutput) => void
209
206
  ): void;
210
-
211
207
  batchGetRepositoryScanningConfiguration(
212
208
  args: BatchGetRepositoryScanningConfigurationCommandInput,
213
209
  options?: __HttpHandlerOptions
@@ -227,7 +223,6 @@ export declare class ECR extends ECRClient {
227
223
  data?: BatchGetRepositoryScanningConfigurationCommandOutput
228
224
  ) => void
229
225
  ): void;
230
-
231
226
  completeLayerUpload(
232
227
  args: CompleteLayerUploadCommandInput,
233
228
  options?: __HttpHandlerOptions
@@ -241,7 +236,6 @@ export declare class ECR extends ECRClient {
241
236
  options: __HttpHandlerOptions,
242
237
  cb: (err: any, data?: CompleteLayerUploadCommandOutput) => void
243
238
  ): void;
244
-
245
239
  createPullThroughCacheRule(
246
240
  args: CreatePullThroughCacheRuleCommandInput,
247
241
  options?: __HttpHandlerOptions
@@ -255,7 +249,6 @@ export declare class ECR extends ECRClient {
255
249
  options: __HttpHandlerOptions,
256
250
  cb: (err: any, data?: CreatePullThroughCacheRuleCommandOutput) => void
257
251
  ): void;
258
-
259
252
  createRepository(
260
253
  args: CreateRepositoryCommandInput,
261
254
  options?: __HttpHandlerOptions
@@ -269,7 +262,6 @@ export declare class ECR extends ECRClient {
269
262
  options: __HttpHandlerOptions,
270
263
  cb: (err: any, data?: CreateRepositoryCommandOutput) => void
271
264
  ): void;
272
-
273
265
  deleteLifecyclePolicy(
274
266
  args: DeleteLifecyclePolicyCommandInput,
275
267
  options?: __HttpHandlerOptions
@@ -283,7 +275,6 @@ export declare class ECR extends ECRClient {
283
275
  options: __HttpHandlerOptions,
284
276
  cb: (err: any, data?: DeleteLifecyclePolicyCommandOutput) => void
285
277
  ): void;
286
-
287
278
  deletePullThroughCacheRule(
288
279
  args: DeletePullThroughCacheRuleCommandInput,
289
280
  options?: __HttpHandlerOptions
@@ -297,7 +288,6 @@ export declare class ECR extends ECRClient {
297
288
  options: __HttpHandlerOptions,
298
289
  cb: (err: any, data?: DeletePullThroughCacheRuleCommandOutput) => void
299
290
  ): void;
300
-
301
291
  deleteRegistryPolicy(
302
292
  args: DeleteRegistryPolicyCommandInput,
303
293
  options?: __HttpHandlerOptions
@@ -311,7 +301,6 @@ export declare class ECR extends ECRClient {
311
301
  options: __HttpHandlerOptions,
312
302
  cb: (err: any, data?: DeleteRegistryPolicyCommandOutput) => void
313
303
  ): void;
314
-
315
304
  deleteRepository(
316
305
  args: DeleteRepositoryCommandInput,
317
306
  options?: __HttpHandlerOptions
@@ -325,7 +314,6 @@ export declare class ECR extends ECRClient {
325
314
  options: __HttpHandlerOptions,
326
315
  cb: (err: any, data?: DeleteRepositoryCommandOutput) => void
327
316
  ): void;
328
-
329
317
  deleteRepositoryPolicy(
330
318
  args: DeleteRepositoryPolicyCommandInput,
331
319
  options?: __HttpHandlerOptions
@@ -339,7 +327,6 @@ export declare class ECR extends ECRClient {
339
327
  options: __HttpHandlerOptions,
340
328
  cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void
341
329
  ): void;
342
-
343
330
  describeImageReplicationStatus(
344
331
  args: DescribeImageReplicationStatusCommandInput,
345
332
  options?: __HttpHandlerOptions
@@ -353,7 +340,6 @@ export declare class ECR extends ECRClient {
353
340
  options: __HttpHandlerOptions,
354
341
  cb: (err: any, data?: DescribeImageReplicationStatusCommandOutput) => void
355
342
  ): void;
356
-
357
343
  describeImages(
358
344
  args: DescribeImagesCommandInput,
359
345
  options?: __HttpHandlerOptions
@@ -367,7 +353,6 @@ export declare class ECR extends ECRClient {
367
353
  options: __HttpHandlerOptions,
368
354
  cb: (err: any, data?: DescribeImagesCommandOutput) => void
369
355
  ): void;
370
-
371
356
  describeImageScanFindings(
372
357
  args: DescribeImageScanFindingsCommandInput,
373
358
  options?: __HttpHandlerOptions
@@ -381,7 +366,6 @@ export declare class ECR extends ECRClient {
381
366
  options: __HttpHandlerOptions,
382
367
  cb: (err: any, data?: DescribeImageScanFindingsCommandOutput) => void
383
368
  ): void;
384
-
385
369
  describePullThroughCacheRules(
386
370
  args: DescribePullThroughCacheRulesCommandInput,
387
371
  options?: __HttpHandlerOptions
@@ -395,7 +379,6 @@ export declare class ECR extends ECRClient {
395
379
  options: __HttpHandlerOptions,
396
380
  cb: (err: any, data?: DescribePullThroughCacheRulesCommandOutput) => void
397
381
  ): void;
398
-
399
382
  describeRegistry(
400
383
  args: DescribeRegistryCommandInput,
401
384
  options?: __HttpHandlerOptions
@@ -409,7 +392,6 @@ export declare class ECR extends ECRClient {
409
392
  options: __HttpHandlerOptions,
410
393
  cb: (err: any, data?: DescribeRegistryCommandOutput) => void
411
394
  ): void;
412
-
413
395
  describeRepositories(
414
396
  args: DescribeRepositoriesCommandInput,
415
397
  options?: __HttpHandlerOptions
@@ -423,7 +405,6 @@ export declare class ECR extends ECRClient {
423
405
  options: __HttpHandlerOptions,
424
406
  cb: (err: any, data?: DescribeRepositoriesCommandOutput) => void
425
407
  ): void;
426
-
427
408
  getAuthorizationToken(
428
409
  args: GetAuthorizationTokenCommandInput,
429
410
  options?: __HttpHandlerOptions
@@ -437,7 +418,6 @@ export declare class ECR extends ECRClient {
437
418
  options: __HttpHandlerOptions,
438
419
  cb: (err: any, data?: GetAuthorizationTokenCommandOutput) => void
439
420
  ): void;
440
-
441
421
  getDownloadUrlForLayer(
442
422
  args: GetDownloadUrlForLayerCommandInput,
443
423
  options?: __HttpHandlerOptions
@@ -451,7 +431,6 @@ export declare class ECR extends ECRClient {
451
431
  options: __HttpHandlerOptions,
452
432
  cb: (err: any, data?: GetDownloadUrlForLayerCommandOutput) => void
453
433
  ): void;
454
-
455
434
  getLifecyclePolicy(
456
435
  args: GetLifecyclePolicyCommandInput,
457
436
  options?: __HttpHandlerOptions
@@ -465,7 +444,6 @@ export declare class ECR extends ECRClient {
465
444
  options: __HttpHandlerOptions,
466
445
  cb: (err: any, data?: GetLifecyclePolicyCommandOutput) => void
467
446
  ): void;
468
-
469
447
  getLifecyclePolicyPreview(
470
448
  args: GetLifecyclePolicyPreviewCommandInput,
471
449
  options?: __HttpHandlerOptions
@@ -479,7 +457,6 @@ export declare class ECR extends ECRClient {
479
457
  options: __HttpHandlerOptions,
480
458
  cb: (err: any, data?: GetLifecyclePolicyPreviewCommandOutput) => void
481
459
  ): void;
482
-
483
460
  getRegistryPolicy(
484
461
  args: GetRegistryPolicyCommandInput,
485
462
  options?: __HttpHandlerOptions
@@ -493,7 +470,6 @@ export declare class ECR extends ECRClient {
493
470
  options: __HttpHandlerOptions,
494
471
  cb: (err: any, data?: GetRegistryPolicyCommandOutput) => void
495
472
  ): void;
496
-
497
473
  getRegistryScanningConfiguration(
498
474
  args: GetRegistryScanningConfigurationCommandInput,
499
475
  options?: __HttpHandlerOptions
@@ -507,7 +483,6 @@ export declare class ECR extends ECRClient {
507
483
  options: __HttpHandlerOptions,
508
484
  cb: (err: any, data?: GetRegistryScanningConfigurationCommandOutput) => void
509
485
  ): void;
510
-
511
486
  getRepositoryPolicy(
512
487
  args: GetRepositoryPolicyCommandInput,
513
488
  options?: __HttpHandlerOptions
@@ -521,7 +496,6 @@ export declare class ECR extends ECRClient {
521
496
  options: __HttpHandlerOptions,
522
497
  cb: (err: any, data?: GetRepositoryPolicyCommandOutput) => void
523
498
  ): void;
524
-
525
499
  initiateLayerUpload(
526
500
  args: InitiateLayerUploadCommandInput,
527
501
  options?: __HttpHandlerOptions
@@ -535,7 +509,6 @@ export declare class ECR extends ECRClient {
535
509
  options: __HttpHandlerOptions,
536
510
  cb: (err: any, data?: InitiateLayerUploadCommandOutput) => void
537
511
  ): void;
538
-
539
512
  listImages(
540
513
  args: ListImagesCommandInput,
541
514
  options?: __HttpHandlerOptions
@@ -549,7 +522,6 @@ export declare class ECR extends ECRClient {
549
522
  options: __HttpHandlerOptions,
550
523
  cb: (err: any, data?: ListImagesCommandOutput) => void
551
524
  ): void;
552
-
553
525
  listTagsForResource(
554
526
  args: ListTagsForResourceCommandInput,
555
527
  options?: __HttpHandlerOptions
@@ -563,7 +535,6 @@ export declare class ECR extends ECRClient {
563
535
  options: __HttpHandlerOptions,
564
536
  cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
565
537
  ): void;
566
-
567
538
  putImage(
568
539
  args: PutImageCommandInput,
569
540
  options?: __HttpHandlerOptions
@@ -577,7 +548,6 @@ export declare class ECR extends ECRClient {
577
548
  options: __HttpHandlerOptions,
578
549
  cb: (err: any, data?: PutImageCommandOutput) => void
579
550
  ): void;
580
-
581
551
  putImageScanningConfiguration(
582
552
  args: PutImageScanningConfigurationCommandInput,
583
553
  options?: __HttpHandlerOptions
@@ -591,7 +561,6 @@ export declare class ECR extends ECRClient {
591
561
  options: __HttpHandlerOptions,
592
562
  cb: (err: any, data?: PutImageScanningConfigurationCommandOutput) => void
593
563
  ): void;
594
-
595
564
  putImageTagMutability(
596
565
  args: PutImageTagMutabilityCommandInput,
597
566
  options?: __HttpHandlerOptions
@@ -605,7 +574,6 @@ export declare class ECR extends ECRClient {
605
574
  options: __HttpHandlerOptions,
606
575
  cb: (err: any, data?: PutImageTagMutabilityCommandOutput) => void
607
576
  ): void;
608
-
609
577
  putLifecyclePolicy(
610
578
  args: PutLifecyclePolicyCommandInput,
611
579
  options?: __HttpHandlerOptions
@@ -619,7 +587,6 @@ export declare class ECR extends ECRClient {
619
587
  options: __HttpHandlerOptions,
620
588
  cb: (err: any, data?: PutLifecyclePolicyCommandOutput) => void
621
589
  ): void;
622
-
623
590
  putRegistryPolicy(
624
591
  args: PutRegistryPolicyCommandInput,
625
592
  options?: __HttpHandlerOptions
@@ -633,7 +600,6 @@ export declare class ECR extends ECRClient {
633
600
  options: __HttpHandlerOptions,
634
601
  cb: (err: any, data?: PutRegistryPolicyCommandOutput) => void
635
602
  ): void;
636
-
637
603
  putRegistryScanningConfiguration(
638
604
  args: PutRegistryScanningConfigurationCommandInput,
639
605
  options?: __HttpHandlerOptions
@@ -647,7 +613,6 @@ export declare class ECR extends ECRClient {
647
613
  options: __HttpHandlerOptions,
648
614
  cb: (err: any, data?: PutRegistryScanningConfigurationCommandOutput) => void
649
615
  ): void;
650
-
651
616
  putReplicationConfiguration(
652
617
  args: PutReplicationConfigurationCommandInput,
653
618
  options?: __HttpHandlerOptions
@@ -661,7 +626,6 @@ export declare class ECR extends ECRClient {
661
626
  options: __HttpHandlerOptions,
662
627
  cb: (err: any, data?: PutReplicationConfigurationCommandOutput) => void
663
628
  ): void;
664
-
665
629
  setRepositoryPolicy(
666
630
  args: SetRepositoryPolicyCommandInput,
667
631
  options?: __HttpHandlerOptions
@@ -675,7 +639,6 @@ export declare class ECR extends ECRClient {
675
639
  options: __HttpHandlerOptions,
676
640
  cb: (err: any, data?: SetRepositoryPolicyCommandOutput) => void
677
641
  ): void;
678
-
679
642
  startImageScan(
680
643
  args: StartImageScanCommandInput,
681
644
  options?: __HttpHandlerOptions
@@ -689,7 +652,6 @@ export declare class ECR extends ECRClient {
689
652
  options: __HttpHandlerOptions,
690
653
  cb: (err: any, data?: StartImageScanCommandOutput) => void
691
654
  ): void;
692
-
693
655
  startLifecyclePolicyPreview(
694
656
  args: StartLifecyclePolicyPreviewCommandInput,
695
657
  options?: __HttpHandlerOptions
@@ -703,7 +665,6 @@ export declare class ECR extends ECRClient {
703
665
  options: __HttpHandlerOptions,
704
666
  cb: (err: any, data?: StartLifecyclePolicyPreviewCommandOutput) => void
705
667
  ): void;
706
-
707
668
  tagResource(
708
669
  args: TagResourceCommandInput,
709
670
  options?: __HttpHandlerOptions
@@ -717,7 +678,6 @@ export declare class ECR extends ECRClient {
717
678
  options: __HttpHandlerOptions,
718
679
  cb: (err: any, data?: TagResourceCommandOutput) => void
719
680
  ): void;
720
-
721
681
  untagResource(
722
682
  args: UntagResourceCommandInput,
723
683
  options?: __HttpHandlerOptions
@@ -731,7 +691,6 @@ export declare class ECR extends ECRClient {
731
691
  options: __HttpHandlerOptions,
732
692
  cb: (err: any, data?: UntagResourceCommandOutput) => void
733
693
  ): void;
734
-
735
694
  uploadLayerPart(
736
695
  args: UploadLayerPartCommandInput,
737
696
  options?: __HttpHandlerOptions
@@ -293,47 +293,26 @@ export declare type ServiceOutputTypes =
293
293
  export interface ClientDefaults
294
294
  extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
295
295
  requestHandler?: __HttpHandler;
296
-
297
296
  sha256?: __HashConstructor;
298
-
299
297
  urlParser?: __UrlParser;
300
-
301
298
  bodyLengthChecker?: __BodyLengthCalculator;
302
-
303
299
  streamCollector?: __StreamCollector;
304
-
305
300
  base64Decoder?: __Decoder;
306
-
307
301
  base64Encoder?: __Encoder;
308
-
309
302
  utf8Decoder?: __Decoder;
310
-
311
303
  utf8Encoder?: __Encoder;
312
-
313
304
  runtime?: string;
314
-
315
305
  disableHostPrefix?: boolean;
316
-
317
306
  maxAttempts?: number | __Provider<number>;
318
-
319
307
  retryMode?: string | __Provider<string>;
320
-
321
308
  logger?: __Logger;
322
-
323
309
  useDualstackEndpoint?: boolean | __Provider<boolean>;
324
-
325
310
  useFipsEndpoint?: boolean | __Provider<boolean>;
326
-
327
311
  serviceId?: string;
328
-
329
312
  region?: string | __Provider<string>;
330
-
331
313
  credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
332
-
333
314
  regionInfoProvider?: RegionInfoProvider;
334
-
335
315
  defaultUserAgentProvider?: Provider<__UserAgent>;
336
-
337
316
  defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
338
317
  }
339
318
  declare type ECRClientConfigType = Partial<
@@ -346,7 +325,6 @@ declare type ECRClientConfigType = Partial<
346
325
  HostHeaderInputConfig &
347
326
  AwsAuthInputConfig &
348
327
  UserAgentInputConfig;
349
-
350
328
  export interface ECRClientConfig extends ECRClientConfigType {}
351
329
  declare type ECRClientResolvedConfigType =
352
330
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
@@ -357,9 +335,7 @@ declare type ECRClientResolvedConfigType =
357
335
  HostHeaderResolvedConfig &
358
336
  AwsAuthResolvedConfig &
359
337
  UserAgentResolvedConfig;
360
-
361
338
  export interface ECRClientResolvedConfig extends ECRClientResolvedConfigType {}
362
-
363
339
  export declare class ECRClient extends __Client<
364
340
  __HttpHandlerOptions,
365
341
  ServiceInputTypes,
@@ -368,7 +344,6 @@ export declare class ECRClient extends __Client<
368
344
  > {
369
345
  readonly config: ECRClientResolvedConfig;
370
346
  constructor(configuration: ECRClientConfig);
371
-
372
347
  destroy(): void;
373
348
  }
374
349
  export {};
@@ -19,7 +19,6 @@ export interface BatchCheckLayerAvailabilityCommandInput
19
19
  export interface BatchCheckLayerAvailabilityCommandOutput
20
20
  extends BatchCheckLayerAvailabilityResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchCheckLayerAvailabilityCommand extends $Command<
24
23
  BatchCheckLayerAvailabilityCommandInput,
25
24
  BatchCheckLayerAvailabilityCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchCheckLayerAvailabilityCommand extends $Command<
27
26
  > {
28
27
  readonly input: BatchCheckLayerAvailabilityCommandInput;
29
28
  constructor(input: BatchCheckLayerAvailabilityCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {}
18
18
  export interface BatchDeleteImageCommandOutput
19
19
  extends BatchDeleteImageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class BatchDeleteImageCommand extends $Command<
23
22
  BatchDeleteImageCommandInput,
24
23
  BatchDeleteImageCommandOutput,
@@ -26,7 +25,6 @@ export declare class BatchDeleteImageCommand extends $Command<
26
25
  > {
27
26
  readonly input: BatchDeleteImageCommandInput;
28
27
  constructor(input: BatchDeleteImageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface BatchGetImageCommandInput extends BatchGetImageRequest {}
18
18
  export interface BatchGetImageCommandOutput
19
19
  extends BatchGetImageResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class BatchGetImageCommand extends $Command<
23
22
  BatchGetImageCommandInput,
24
23
  BatchGetImageCommandOutput,
@@ -26,7 +25,6 @@ export declare class BatchGetImageCommand extends $Command<
26
25
  > {
27
26
  readonly input: BatchGetImageCommandInput;
28
27
  constructor(input: BatchGetImageCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface BatchGetRepositoryScanningConfigurationCommandInput
19
19
  export interface BatchGetRepositoryScanningConfigurationCommandOutput
20
20
  extends BatchGetRepositoryScanningConfigurationResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class BatchGetRepositoryScanningConfigurationCommand extends $Command<
24
23
  BatchGetRepositoryScanningConfigurationCommandInput,
25
24
  BatchGetRepositoryScanningConfigurationCommandOutput,
@@ -27,7 +26,6 @@ export declare class BatchGetRepositoryScanningConfigurationCommand extends $Com
27
26
  > {
28
27
  readonly input: BatchGetRepositoryScanningConfigurationCommandInput;
29
28
  constructor(input: BatchGetRepositoryScanningConfigurationCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CompleteLayerUploadCommandInput
19
19
  export interface CompleteLayerUploadCommandOutput
20
20
  extends CompleteLayerUploadResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CompleteLayerUploadCommand extends $Command<
24
23
  CompleteLayerUploadCommandInput,
25
24
  CompleteLayerUploadCommandOutput,
@@ -27,7 +26,6 @@ export declare class CompleteLayerUploadCommand extends $Command<
27
26
  > {
28
27
  readonly input: CompleteLayerUploadCommandInput;
29
28
  constructor(input: CompleteLayerUploadCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface CreatePullThroughCacheRuleCommandInput
19
19
  export interface CreatePullThroughCacheRuleCommandOutput
20
20
  extends CreatePullThroughCacheRuleResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class CreatePullThroughCacheRuleCommand extends $Command<
24
23
  CreatePullThroughCacheRuleCommandInput,
25
24
  CreatePullThroughCacheRuleCommandOutput,
@@ -27,7 +26,6 @@ export declare class CreatePullThroughCacheRuleCommand extends $Command<
27
26
  > {
28
27
  readonly input: CreatePullThroughCacheRuleCommandInput;
29
28
  constructor(input: CreatePullThroughCacheRuleCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
18
18
  export interface CreateRepositoryCommandOutput
19
19
  extends CreateRepositoryResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class CreateRepositoryCommand extends $Command<
23
22
  CreateRepositoryCommandInput,
24
23
  CreateRepositoryCommandOutput,
@@ -26,7 +25,6 @@ export declare class CreateRepositoryCommand extends $Command<
26
25
  > {
27
26
  readonly input: CreateRepositoryCommandInput;
28
27
  constructor(input: CreateRepositoryCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteLifecyclePolicyCommandInput
19
19
  export interface DeleteLifecyclePolicyCommandOutput
20
20
  extends DeleteLifecyclePolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteLifecyclePolicyCommand extends $Command<
24
23
  DeleteLifecyclePolicyCommandInput,
25
24
  DeleteLifecyclePolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteLifecyclePolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteLifecyclePolicyCommandInput;
29
28
  constructor(input: DeleteLifecyclePolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeletePullThroughCacheRuleCommandInput
19
19
  export interface DeletePullThroughCacheRuleCommandOutput
20
20
  extends DeletePullThroughCacheRuleResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeletePullThroughCacheRuleCommand extends $Command<
24
23
  DeletePullThroughCacheRuleCommandInput,
25
24
  DeletePullThroughCacheRuleCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeletePullThroughCacheRuleCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeletePullThroughCacheRuleCommandInput;
29
28
  constructor(input: DeletePullThroughCacheRuleCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteRegistryPolicyCommandInput
19
19
  export interface DeleteRegistryPolicyCommandOutput
20
20
  extends DeleteRegistryPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteRegistryPolicyCommand extends $Command<
24
23
  DeleteRegistryPolicyCommandInput,
25
24
  DeleteRegistryPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteRegistryPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteRegistryPolicyCommandInput;
29
28
  constructor(input: DeleteRegistryPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -18,7 +18,6 @@ export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
18
18
  export interface DeleteRepositoryCommandOutput
19
19
  extends DeleteRepositoryResponse,
20
20
  __MetadataBearer {}
21
-
22
21
  export declare class DeleteRepositoryCommand extends $Command<
23
22
  DeleteRepositoryCommandInput,
24
23
  DeleteRepositoryCommandOutput,
@@ -26,7 +25,6 @@ export declare class DeleteRepositoryCommand extends $Command<
26
25
  > {
27
26
  readonly input: DeleteRepositoryCommandInput;
28
27
  constructor(input: DeleteRepositoryCommandInput);
29
-
30
28
  resolveMiddleware(
31
29
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
30
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DeleteRepositoryPolicyCommandInput
19
19
  export interface DeleteRepositoryPolicyCommandOutput
20
20
  extends DeleteRepositoryPolicyResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DeleteRepositoryPolicyCommand extends $Command<
24
23
  DeleteRepositoryPolicyCommandInput,
25
24
  DeleteRepositoryPolicyCommandOutput,
@@ -27,7 +26,6 @@ export declare class DeleteRepositoryPolicyCommand extends $Command<
27
26
  > {
28
27
  readonly input: DeleteRepositoryPolicyCommandInput;
29
28
  constructor(input: DeleteRepositoryPolicyCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeImageReplicationStatusCommandInput
19
19
  export interface DescribeImageReplicationStatusCommandOutput
20
20
  extends DescribeImageReplicationStatusResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeImageReplicationStatusCommand extends $Command<
24
23
  DescribeImageReplicationStatusCommandInput,
25
24
  DescribeImageReplicationStatusCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeImageReplicationStatusCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeImageReplicationStatusCommandInput;
29
28
  constructor(input: DescribeImageReplicationStatusCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,
@@ -19,7 +19,6 @@ export interface DescribeImageScanFindingsCommandInput
19
19
  export interface DescribeImageScanFindingsCommandOutput
20
20
  extends DescribeImageScanFindingsResponse,
21
21
  __MetadataBearer {}
22
-
23
22
  export declare class DescribeImageScanFindingsCommand extends $Command<
24
23
  DescribeImageScanFindingsCommandInput,
25
24
  DescribeImageScanFindingsCommandOutput,
@@ -27,7 +26,6 @@ export declare class DescribeImageScanFindingsCommand extends $Command<
27
26
  > {
28
27
  readonly input: DescribeImageScanFindingsCommandInput;
29
28
  constructor(input: DescribeImageScanFindingsCommandInput);
30
-
31
29
  resolveMiddleware(
32
30
  clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
31
  configuration: ECRClientResolvedConfig,