@aws-sdk/client-ecr-public 3.940.0 → 3.946.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.
- package/dist-cjs/index.js +24 -233
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/ECRPUBLICClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +24 -233
- package/dist-types/ECRPUBLIC.d.ts +1 -1
- package/dist-types/ECRPUBLICClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +3 -3
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +3 -3
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +3 -3
- package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -3
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +3 -3
- package/dist-types/commands/DescribeImageTagsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeImagesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRegistriesCommand.d.ts +3 -3
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +3 -3
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +3 -3
- package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +3 -3
- package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +3 -3
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +3 -3
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutImageCommand.d.ts +3 -3
- package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +3 -3
- package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +3 -3
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UploadLayerPartCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/ECRPUBLICServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/DescribeImageTagsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeImagesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRegistriesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/ECRPUBLICClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ECRPUBLICServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -294,16 +294,7 @@ export var DescribeRepositoriesResponse = [
|
|
|
294
294
|
[_rep, _nT],
|
|
295
295
|
[() => RepositoryList, 0],
|
|
296
296
|
];
|
|
297
|
-
export var EmptyUploadException = [
|
|
298
|
-
-3,
|
|
299
|
-
n0,
|
|
300
|
-
_EUE,
|
|
301
|
-
{
|
|
302
|
-
[_e]: _c,
|
|
303
|
-
},
|
|
304
|
-
[_m],
|
|
305
|
-
[0],
|
|
306
|
-
];
|
|
297
|
+
export var EmptyUploadException = [-3, n0, _EUE, { [_e]: _c }, [_m], [0]];
|
|
307
298
|
TypeRegistry.for(n0).registerError(EmptyUploadException, __EmptyUploadException);
|
|
308
299
|
export var GetAuthorizationTokenRequest = [3, n0, _GATR, 0, [], []];
|
|
309
300
|
export var GetAuthorizationTokenResponse = [3, n0, _GATRe, 0, [_aD], [() => AuthorizationData]];
|
|
@@ -335,16 +326,7 @@ export var Image = [
|
|
|
335
326
|
[_rI, _rN, _iIm, _iM, _iMMT],
|
|
336
327
|
[0, 0, () => ImageIdentifier, 0, 0],
|
|
337
328
|
];
|
|
338
|
-
export var ImageAlreadyExistsException = [
|
|
339
|
-
-3,
|
|
340
|
-
n0,
|
|
341
|
-
_IAEE,
|
|
342
|
-
{
|
|
343
|
-
[_e]: _c,
|
|
344
|
-
},
|
|
345
|
-
[_m],
|
|
346
|
-
[0],
|
|
347
|
-
];
|
|
329
|
+
export var ImageAlreadyExistsException = [-3, n0, _IAEE, { [_e]: _c }, [_m], [0]];
|
|
348
330
|
TypeRegistry.for(n0).registerError(ImageAlreadyExistsException, __ImageAlreadyExistsException);
|
|
349
331
|
export var ImageDetail = [
|
|
350
332
|
3,
|
|
@@ -354,40 +336,13 @@ export var ImageDetail = [
|
|
|
354
336
|
[_rI, _rN, _iDm, _iT, _iSIB, _iPA, _iMMT, _aMT],
|
|
355
337
|
[0, 0, 0, 64 | 0, 1, 4, 0, 0],
|
|
356
338
|
];
|
|
357
|
-
export var ImageDigestDoesNotMatchException = [
|
|
358
|
-
-3,
|
|
359
|
-
n0,
|
|
360
|
-
_IDDNME,
|
|
361
|
-
{
|
|
362
|
-
[_e]: _c,
|
|
363
|
-
},
|
|
364
|
-
[_m],
|
|
365
|
-
[0],
|
|
366
|
-
];
|
|
339
|
+
export var ImageDigestDoesNotMatchException = [-3, n0, _IDDNME, { [_e]: _c }, [_m], [0]];
|
|
367
340
|
TypeRegistry.for(n0).registerError(ImageDigestDoesNotMatchException, __ImageDigestDoesNotMatchException);
|
|
368
341
|
export var ImageFailure = [3, n0, _IF, 0, [_iIm, _fC, _fR], [() => ImageIdentifier, 0, 0]];
|
|
369
342
|
export var ImageIdentifier = [3, n0, _II, 0, [_iDm, _iTm], [0, 0]];
|
|
370
|
-
export var ImageNotFoundException = [
|
|
371
|
-
-3,
|
|
372
|
-
n0,
|
|
373
|
-
_INFE,
|
|
374
|
-
{
|
|
375
|
-
[_e]: _c,
|
|
376
|
-
},
|
|
377
|
-
[_m],
|
|
378
|
-
[0],
|
|
379
|
-
];
|
|
343
|
+
export var ImageNotFoundException = [-3, n0, _INFE, { [_e]: _c }, [_m], [0]];
|
|
380
344
|
TypeRegistry.for(n0).registerError(ImageNotFoundException, __ImageNotFoundException);
|
|
381
|
-
export var ImageTagAlreadyExistsException = [
|
|
382
|
-
-3,
|
|
383
|
-
n0,
|
|
384
|
-
_ITAEE,
|
|
385
|
-
{
|
|
386
|
-
[_e]: _c,
|
|
387
|
-
},
|
|
388
|
-
[_m],
|
|
389
|
-
[0],
|
|
390
|
-
];
|
|
345
|
+
export var ImageTagAlreadyExistsException = [-3, n0, _ITAEE, { [_e]: _c }, [_m], [0]];
|
|
391
346
|
TypeRegistry.for(n0).registerError(ImageTagAlreadyExistsException, __ImageTagAlreadyExistsException);
|
|
392
347
|
export var ImageTagDetail = [
|
|
393
348
|
3,
|
|
@@ -399,95 +354,30 @@ export var ImageTagDetail = [
|
|
|
399
354
|
];
|
|
400
355
|
export var InitiateLayerUploadRequest = [3, n0, _ILUR, 0, [_rI, _rN], [0, 0]];
|
|
401
356
|
export var InitiateLayerUploadResponse = [3, n0, _ILURn, 0, [_uI, _pS], [0, 1]];
|
|
402
|
-
export var InvalidLayerException = [
|
|
403
|
-
-3,
|
|
404
|
-
n0,
|
|
405
|
-
_ILE,
|
|
406
|
-
{
|
|
407
|
-
[_e]: _c,
|
|
408
|
-
},
|
|
409
|
-
[_m],
|
|
410
|
-
[0],
|
|
411
|
-
];
|
|
357
|
+
export var InvalidLayerException = [-3, n0, _ILE, { [_e]: _c }, [_m], [0]];
|
|
412
358
|
TypeRegistry.for(n0).registerError(InvalidLayerException, __InvalidLayerException);
|
|
413
359
|
export var InvalidLayerPartException = [
|
|
414
360
|
-3,
|
|
415
361
|
n0,
|
|
416
362
|
_ILPE,
|
|
417
|
-
{
|
|
418
|
-
[_e]: _c,
|
|
419
|
-
},
|
|
363
|
+
{ [_e]: _c },
|
|
420
364
|
[_rI, _rN, _uI, _lVBR, _m],
|
|
421
365
|
[0, 0, 0, 1, 0],
|
|
422
366
|
];
|
|
423
367
|
TypeRegistry.for(n0).registerError(InvalidLayerPartException, __InvalidLayerPartException);
|
|
424
|
-
export var InvalidParameterException = [
|
|
425
|
-
-3,
|
|
426
|
-
n0,
|
|
427
|
-
_IPE,
|
|
428
|
-
{
|
|
429
|
-
[_e]: _c,
|
|
430
|
-
},
|
|
431
|
-
[_m],
|
|
432
|
-
[0],
|
|
433
|
-
];
|
|
368
|
+
export var InvalidParameterException = [-3, n0, _IPE, { [_e]: _c }, [_m], [0]];
|
|
434
369
|
TypeRegistry.for(n0).registerError(InvalidParameterException, __InvalidParameterException);
|
|
435
|
-
export var InvalidTagParameterException = [
|
|
436
|
-
-3,
|
|
437
|
-
n0,
|
|
438
|
-
_ITPE,
|
|
439
|
-
{
|
|
440
|
-
[_e]: _c,
|
|
441
|
-
},
|
|
442
|
-
[_m],
|
|
443
|
-
[0],
|
|
444
|
-
];
|
|
370
|
+
export var InvalidTagParameterException = [-3, n0, _ITPE, { [_e]: _c }, [_m], [0]];
|
|
445
371
|
TypeRegistry.for(n0).registerError(InvalidTagParameterException, __InvalidTagParameterException);
|
|
446
372
|
export var Layer = [3, n0, _L, 0, [_lDa, _lA, _lS, _mT], [0, 0, 1, 0]];
|
|
447
|
-
export var LayerAlreadyExistsException = [
|
|
448
|
-
-3,
|
|
449
|
-
n0,
|
|
450
|
-
_LAEE,
|
|
451
|
-
{
|
|
452
|
-
[_e]: _c,
|
|
453
|
-
},
|
|
454
|
-
[_m],
|
|
455
|
-
[0],
|
|
456
|
-
];
|
|
373
|
+
export var LayerAlreadyExistsException = [-3, n0, _LAEE, { [_e]: _c }, [_m], [0]];
|
|
457
374
|
TypeRegistry.for(n0).registerError(LayerAlreadyExistsException, __LayerAlreadyExistsException);
|
|
458
375
|
export var LayerFailure = [3, n0, _LF, 0, [_lDa, _fC, _fR], [0, 0, 0]];
|
|
459
|
-
export var LayerPartTooSmallException = [
|
|
460
|
-
-3,
|
|
461
|
-
n0,
|
|
462
|
-
_LPTSE,
|
|
463
|
-
{
|
|
464
|
-
[_e]: _c,
|
|
465
|
-
},
|
|
466
|
-
[_m],
|
|
467
|
-
[0],
|
|
468
|
-
];
|
|
376
|
+
export var LayerPartTooSmallException = [-3, n0, _LPTSE, { [_e]: _c }, [_m], [0]];
|
|
469
377
|
TypeRegistry.for(n0).registerError(LayerPartTooSmallException, __LayerPartTooSmallException);
|
|
470
|
-
export var LayersNotFoundException = [
|
|
471
|
-
-3,
|
|
472
|
-
n0,
|
|
473
|
-
_LNFE,
|
|
474
|
-
{
|
|
475
|
-
[_e]: _c,
|
|
476
|
-
},
|
|
477
|
-
[_m],
|
|
478
|
-
[0],
|
|
479
|
-
];
|
|
378
|
+
export var LayersNotFoundException = [-3, n0, _LNFE, { [_e]: _c }, [_m], [0]];
|
|
480
379
|
TypeRegistry.for(n0).registerError(LayersNotFoundException, __LayersNotFoundException);
|
|
481
|
-
export var LimitExceededException = [
|
|
482
|
-
-3,
|
|
483
|
-
n0,
|
|
484
|
-
_LEE,
|
|
485
|
-
{
|
|
486
|
-
[_e]: _c,
|
|
487
|
-
},
|
|
488
|
-
[_m],
|
|
489
|
-
[0],
|
|
490
|
-
];
|
|
380
|
+
export var LimitExceededException = [-3, n0, _LEE, { [_e]: _c }, [_m], [0]];
|
|
491
381
|
TypeRegistry.for(n0).registerError(LimitExceededException, __LimitExceededException);
|
|
492
382
|
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [0]];
|
|
493
383
|
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [() => TagList]];
|
|
@@ -533,16 +423,7 @@ export var ReferencedImageDetail = [
|
|
|
533
423
|
[_iDm, _iSIB, _iPA, _iMMT, _aMT],
|
|
534
424
|
[0, 1, 4, 0, 0],
|
|
535
425
|
];
|
|
536
|
-
export var ReferencedImagesNotFoundException = [
|
|
537
|
-
-3,
|
|
538
|
-
n0,
|
|
539
|
-
_RINFE,
|
|
540
|
-
{
|
|
541
|
-
[_e]: _c,
|
|
542
|
-
},
|
|
543
|
-
[_m],
|
|
544
|
-
[0],
|
|
545
|
-
];
|
|
426
|
+
export var ReferencedImagesNotFoundException = [-3, n0, _RINFE, { [_e]: _c }, [_m], [0]];
|
|
546
427
|
TypeRegistry.for(n0).registerError(ReferencedImagesNotFoundException, __ReferencedImagesNotFoundException);
|
|
547
428
|
export var Registry = [
|
|
548
429
|
3,
|
|
@@ -554,28 +435,10 @@ export var Registry = [
|
|
|
554
435
|
];
|
|
555
436
|
export var RegistryAlias = [3, n0, _RA, 0, [_n, _s, _pRA, _dRA], [0, 0, 2, 2]];
|
|
556
437
|
export var RegistryCatalogData = [3, n0, _RCD, 0, [_dN], [0]];
|
|
557
|
-
export var RegistryNotFoundException = [
|
|
558
|
-
-3,
|
|
559
|
-
n0,
|
|
560
|
-
_RNFE,
|
|
561
|
-
{
|
|
562
|
-
[_e]: _c,
|
|
563
|
-
},
|
|
564
|
-
[_m],
|
|
565
|
-
[0],
|
|
566
|
-
];
|
|
438
|
+
export var RegistryNotFoundException = [-3, n0, _RNFE, { [_e]: _c }, [_m], [0]];
|
|
567
439
|
TypeRegistry.for(n0).registerError(RegistryNotFoundException, __RegistryNotFoundException);
|
|
568
440
|
export var Repository = [3, n0, _Re, 0, [_rAep, _rI, _rN, _rUe, _cA], [0, 0, 0, 0, 4]];
|
|
569
|
-
export var RepositoryAlreadyExistsException = [
|
|
570
|
-
-3,
|
|
571
|
-
n0,
|
|
572
|
-
_RAEE,
|
|
573
|
-
{
|
|
574
|
-
[_e]: _c,
|
|
575
|
-
},
|
|
576
|
-
[_m],
|
|
577
|
-
[0],
|
|
578
|
-
];
|
|
441
|
+
export var RepositoryAlreadyExistsException = [-3, n0, _RAEE, { [_e]: _c }, [_m], [0]];
|
|
579
442
|
TypeRegistry.for(n0).registerError(RepositoryAlreadyExistsException, __RepositoryAlreadyExistsException);
|
|
580
443
|
export var RepositoryCatalogData = [
|
|
581
444
|
3,
|
|
@@ -593,87 +456,24 @@ export var RepositoryCatalogDataInput = [
|
|
|
593
456
|
[_d, _ar, _oS, _lIB, _aTb, _uT],
|
|
594
457
|
[0, 64 | 0, 64 | 0, 21, 0, 0],
|
|
595
458
|
];
|
|
596
|
-
export var RepositoryCatalogDataNotFoundException = [
|
|
597
|
-
-3,
|
|
598
|
-
n0,
|
|
599
|
-
_RCDNFE,
|
|
600
|
-
{
|
|
601
|
-
[_e]: _c,
|
|
602
|
-
},
|
|
603
|
-
[_m],
|
|
604
|
-
[0],
|
|
605
|
-
];
|
|
459
|
+
export var RepositoryCatalogDataNotFoundException = [-3, n0, _RCDNFE, { [_e]: _c }, [_m], [0]];
|
|
606
460
|
TypeRegistry.for(n0).registerError(RepositoryCatalogDataNotFoundException, __RepositoryCatalogDataNotFoundException);
|
|
607
|
-
export var RepositoryNotEmptyException = [
|
|
608
|
-
-3,
|
|
609
|
-
n0,
|
|
610
|
-
_RNEE,
|
|
611
|
-
{
|
|
612
|
-
[_e]: _c,
|
|
613
|
-
},
|
|
614
|
-
[_m],
|
|
615
|
-
[0],
|
|
616
|
-
];
|
|
461
|
+
export var RepositoryNotEmptyException = [-3, n0, _RNEE, { [_e]: _c }, [_m], [0]];
|
|
617
462
|
TypeRegistry.for(n0).registerError(RepositoryNotEmptyException, __RepositoryNotEmptyException);
|
|
618
|
-
export var RepositoryNotFoundException = [
|
|
619
|
-
-3,
|
|
620
|
-
n0,
|
|
621
|
-
_RNFEe,
|
|
622
|
-
{
|
|
623
|
-
[_e]: _c,
|
|
624
|
-
},
|
|
625
|
-
[_m],
|
|
626
|
-
[0],
|
|
627
|
-
];
|
|
463
|
+
export var RepositoryNotFoundException = [-3, n0, _RNFEe, { [_e]: _c }, [_m], [0]];
|
|
628
464
|
TypeRegistry.for(n0).registerError(RepositoryNotFoundException, __RepositoryNotFoundException);
|
|
629
|
-
export var RepositoryPolicyNotFoundException = [
|
|
630
|
-
-3,
|
|
631
|
-
n0,
|
|
632
|
-
_RPNFE,
|
|
633
|
-
{
|
|
634
|
-
[_e]: _c,
|
|
635
|
-
},
|
|
636
|
-
[_m],
|
|
637
|
-
[0],
|
|
638
|
-
];
|
|
465
|
+
export var RepositoryPolicyNotFoundException = [-3, n0, _RPNFE, { [_e]: _c }, [_m], [0]];
|
|
639
466
|
TypeRegistry.for(n0).registerError(RepositoryPolicyNotFoundException, __RepositoryPolicyNotFoundException);
|
|
640
|
-
export var ServerException = [
|
|
641
|
-
-3,
|
|
642
|
-
n0,
|
|
643
|
-
_SE,
|
|
644
|
-
{
|
|
645
|
-
[_e]: _se,
|
|
646
|
-
},
|
|
647
|
-
[_m],
|
|
648
|
-
[0],
|
|
649
|
-
];
|
|
467
|
+
export var ServerException = [-3, n0, _SE, { [_e]: _se }, [_m], [0]];
|
|
650
468
|
TypeRegistry.for(n0).registerError(ServerException, __ServerException);
|
|
651
469
|
export var SetRepositoryPolicyRequest = [3, n0, _SRPR, 0, [_rI, _rN, _pT, _fo], [0, 0, 0, 2]];
|
|
652
470
|
export var SetRepositoryPolicyResponse = [3, n0, _SRPRe, 0, [_rI, _rN, _pT], [0, 0, 0]];
|
|
653
471
|
export var Tag = [3, n0, _T, 0, [_K, _V], [0, 0]];
|
|
654
472
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [0, () => TagList]];
|
|
655
473
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
656
|
-
export var TooManyTagsException = [
|
|
657
|
-
-3,
|
|
658
|
-
n0,
|
|
659
|
-
_TMTE,
|
|
660
|
-
{
|
|
661
|
-
[_e]: _c,
|
|
662
|
-
},
|
|
663
|
-
[_m],
|
|
664
|
-
[0],
|
|
665
|
-
];
|
|
474
|
+
export var TooManyTagsException = [-3, n0, _TMTE, { [_e]: _c }, [_m], [0]];
|
|
666
475
|
TypeRegistry.for(n0).registerError(TooManyTagsException, __TooManyTagsException);
|
|
667
|
-
export var UnsupportedCommandException = [
|
|
668
|
-
-3,
|
|
669
|
-
n0,
|
|
670
|
-
_UCE,
|
|
671
|
-
{
|
|
672
|
-
[_e]: _c,
|
|
673
|
-
},
|
|
674
|
-
[_m],
|
|
675
|
-
[0],
|
|
676
|
-
];
|
|
476
|
+
export var UnsupportedCommandException = [-3, n0, _UCE, { [_e]: _c }, [_m], [0]];
|
|
677
477
|
TypeRegistry.for(n0).registerError(UnsupportedCommandException, __UnsupportedCommandException);
|
|
678
478
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [0, 64 | 0]];
|
|
679
479
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -686,16 +486,7 @@ export var UploadLayerPartRequest = [
|
|
|
686
486
|
[0, 0, 0, 1, 1, 21],
|
|
687
487
|
];
|
|
688
488
|
export var UploadLayerPartResponse = [3, n0, _ULPRp, 0, [_rI, _rN, _uI, _lBR], [0, 0, 0, 1]];
|
|
689
|
-
export var UploadNotFoundException = [
|
|
690
|
-
-3,
|
|
691
|
-
n0,
|
|
692
|
-
_UNFE,
|
|
693
|
-
{
|
|
694
|
-
[_e]: _c,
|
|
695
|
-
},
|
|
696
|
-
[_m],
|
|
697
|
-
[0],
|
|
698
|
-
];
|
|
489
|
+
export var UploadNotFoundException = [-3, n0, _UNFE, { [_e]: _c }, [_m], [0]];
|
|
699
490
|
TypeRegistry.for(n0).registerError(UploadNotFoundException, __UploadNotFoundException);
|
|
700
491
|
export var __Unit = "unit";
|
|
701
492
|
export var ECRPUBLICServiceException = [-3, _sm, "ECRPUBLICServiceException", 0, [], []];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
3
3
|
import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
|
|
4
4
|
import { CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput } from "./commands/CompleteLayerUploadCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
|
|
11
11
|
import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
|
|
12
12
|
import { CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput } from "./commands/CompleteLayerUploadCommand";
|
|
@@ -31,7 +31,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
31
31
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
32
32
|
import { UploadLayerPartCommandInput, UploadLayerPartCommandOutput } from "./commands/UploadLayerPartCommand";
|
|
33
33
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
34
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
34
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
35
35
|
export { __Client };
|
|
36
36
|
/**
|
|
37
37
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { ECRPUBLICHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { ECRPUBLICHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig } from "../ECRPUBLICClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type ECRPUBLICClientResolvedConfig } from "../ECRPUBLICClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { DescribeImageTagsRequest, DescribeImageTagsResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { DescribeImageTagsRequest, DescribeImageTagsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { DescribeRegistriesRequest, DescribeRegistriesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { DescribeRegistriesRequest, DescribeRegistriesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { GetRegistryCatalogDataRequest, GetRegistryCatalogDataResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { GetRegistryCatalogDataRequest, GetRegistryCatalogDataResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { GetRepositoryCatalogDataRequest, GetRepositoryCatalogDataResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { GetRepositoryCatalogDataRequest, GetRepositoryCatalogDataResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { PutImageRequest, PutImageResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { PutImageRequest, PutImageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
-
import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
4
|
+
import type { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|