@aws-sdk/client-ecr-public 3.296.0 → 3.298.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/commands/BatchCheckLayerAvailabilityCommand.js +2 -3
- package/dist-cjs/commands/BatchDeleteImageCommand.js +2 -3
- package/dist-cjs/commands/CompleteLayerUploadCommand.js +2 -3
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -3
- package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +2 -3
- package/dist-cjs/commands/DescribeImageTagsCommand.js +2 -3
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -3
- package/dist-cjs/commands/DescribeRegistriesCommand.js +2 -3
- package/dist-cjs/commands/DescribeRepositoriesCommand.js +2 -3
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -3
- package/dist-cjs/commands/GetRegistryCatalogDataCommand.js +2 -3
- package/dist-cjs/commands/GetRepositoryCatalogDataCommand.js +2 -3
- package/dist-cjs/commands/GetRepositoryPolicyCommand.js +2 -3
- package/dist-cjs/commands/InitiateLayerUploadCommand.js +2 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-cjs/commands/PutImageCommand.js +2 -3
- package/dist-cjs/commands/PutRegistryCatalogDataCommand.js +2 -3
- package/dist-cjs/commands/PutRepositoryCatalogDataCommand.js +2 -3
- package/dist-cjs/commands/SetRepositoryPolicyCommand.js +2 -3
- package/dist-cjs/commands/TagResourceCommand.js +2 -3
- package/dist-cjs/commands/UntagResourceCommand.js +2 -3
- package/dist-cjs/commands/UploadLayerPartCommand.js +2 -3
- package/dist-cjs/models/models_0.js +1 -250
- package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +2 -3
- package/dist-es/commands/BatchDeleteImageCommand.js +2 -3
- package/dist-es/commands/CompleteLayerUploadCommand.js +2 -3
- package/dist-es/commands/CreateRepositoryCommand.js +2 -3
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -3
- package/dist-es/commands/DeleteRepositoryPolicyCommand.js +2 -3
- package/dist-es/commands/DescribeImageTagsCommand.js +2 -3
- package/dist-es/commands/DescribeImagesCommand.js +2 -3
- package/dist-es/commands/DescribeRegistriesCommand.js +2 -3
- package/dist-es/commands/DescribeRepositoriesCommand.js +2 -3
- package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -3
- package/dist-es/commands/GetRegistryCatalogDataCommand.js +2 -3
- package/dist-es/commands/GetRepositoryCatalogDataCommand.js +2 -3
- package/dist-es/commands/GetRepositoryPolicyCommand.js +2 -3
- package/dist-es/commands/InitiateLayerUploadCommand.js +2 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
- package/dist-es/commands/PutImageCommand.js +2 -3
- package/dist-es/commands/PutRegistryCatalogDataCommand.js +2 -3
- package/dist-es/commands/PutRepositoryCatalogDataCommand.js +2 -3
- package/dist-es/commands/SetRepositoryPolicyCommand.js +2 -3
- package/dist-es/commands/TagResourceCommand.js +2 -3
- package/dist-es/commands/UntagResourceCommand.js +2 -3
- package/dist-es/commands/UploadLayerPartCommand.js +2 -3
- package/dist-es/models/models_0.js +0 -186
- package/dist-types/ECRPUBLIC.d.ts +24 -0
- package/dist-types/ECRPUBLICClient.d.ts +24 -4
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +16 -0
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +16 -0
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +16 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +16 -0
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImageTagsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRegistriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +16 -0
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +16 -0
- package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +16 -0
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +16 -0
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/PutImageCommand.d.ts +16 -0
- package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +16 -0
- package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +16 -0
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +16 -0
- package/dist-types/commands/TagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
- package/dist-types/commands/UploadLayerPartCommand.d.ts +16 -0
- package/dist-types/models/ECRPUBLICServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +190 -248
- package/dist-types/pagination/DescribeImageTagsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeImagesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRegistriesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeRepositoriesPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -170
- package/package.json +4 -3
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeImageTagsCommandInput, DescribeImageTagsCommandOutput } from "../commands/DescribeImageTagsCommand";
|
|
3
3
|
import { ECRPUBLICPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeImageTags(config: ECRPUBLICPaginationConfiguration, input: DescribeImageTagsCommandInput, ...additionalArguments: any): Paginator<DescribeImageTagsCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
|
|
3
3
|
import { ECRPUBLICPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeImages(config: ECRPUBLICPaginationConfiguration, input: DescribeImagesCommandInput, ...additionalArguments: any): Paginator<DescribeImagesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeRegistriesCommandInput, DescribeRegistriesCommandOutput } from "../commands/DescribeRegistriesCommand";
|
|
3
3
|
import { ECRPUBLICPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeRegistries(config: ECRPUBLICPaginationConfiguration, input: DescribeRegistriesCommandInput, ...additionalArguments: any): Paginator<DescribeRegistriesCommandOutput>;
|
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import { Paginator } from "@aws-sdk/types";
|
|
2
2
|
import { DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput } from "../commands/DescribeRepositoriesCommand";
|
|
3
3
|
import { ECRPUBLICPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
4
7
|
export declare function paginateDescribeRepositories(config: ECRPUBLICPaginationConfiguration, input: DescribeRepositoriesCommandInput, ...additionalArguments: any): Paginator<DescribeRepositoriesCommandOutput>;
|
|
@@ -497,173 +497,3 @@ export interface UploadLayerPartResponse {
|
|
|
497
497
|
uploadId?: string;
|
|
498
498
|
lastByteReceived?: number;
|
|
499
499
|
}
|
|
500
|
-
export declare const AuthorizationDataFilterSensitiveLog: (
|
|
501
|
-
obj: AuthorizationData
|
|
502
|
-
) => any;
|
|
503
|
-
export declare const BatchCheckLayerAvailabilityRequestFilterSensitiveLog: (
|
|
504
|
-
obj: BatchCheckLayerAvailabilityRequest
|
|
505
|
-
) => any;
|
|
506
|
-
export declare const LayerFailureFilterSensitiveLog: (obj: LayerFailure) => any;
|
|
507
|
-
export declare const LayerFilterSensitiveLog: (obj: Layer) => any;
|
|
508
|
-
export declare const BatchCheckLayerAvailabilityResponseFilterSensitiveLog: (
|
|
509
|
-
obj: BatchCheckLayerAvailabilityResponse
|
|
510
|
-
) => any;
|
|
511
|
-
export declare const ImageIdentifierFilterSensitiveLog: (
|
|
512
|
-
obj: ImageIdentifier
|
|
513
|
-
) => any;
|
|
514
|
-
export declare const BatchDeleteImageRequestFilterSensitiveLog: (
|
|
515
|
-
obj: BatchDeleteImageRequest
|
|
516
|
-
) => any;
|
|
517
|
-
export declare const ImageFailureFilterSensitiveLog: (obj: ImageFailure) => any;
|
|
518
|
-
export declare const BatchDeleteImageResponseFilterSensitiveLog: (
|
|
519
|
-
obj: BatchDeleteImageResponse
|
|
520
|
-
) => any;
|
|
521
|
-
export declare const CompleteLayerUploadRequestFilterSensitiveLog: (
|
|
522
|
-
obj: CompleteLayerUploadRequest
|
|
523
|
-
) => any;
|
|
524
|
-
export declare const CompleteLayerUploadResponseFilterSensitiveLog: (
|
|
525
|
-
obj: CompleteLayerUploadResponse
|
|
526
|
-
) => any;
|
|
527
|
-
export declare const RepositoryCatalogDataInputFilterSensitiveLog: (
|
|
528
|
-
obj: RepositoryCatalogDataInput
|
|
529
|
-
) => any;
|
|
530
|
-
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
531
|
-
export declare const CreateRepositoryRequestFilterSensitiveLog: (
|
|
532
|
-
obj: CreateRepositoryRequest
|
|
533
|
-
) => any;
|
|
534
|
-
export declare const RepositoryCatalogDataFilterSensitiveLog: (
|
|
535
|
-
obj: RepositoryCatalogData
|
|
536
|
-
) => any;
|
|
537
|
-
export declare const RepositoryFilterSensitiveLog: (obj: Repository) => any;
|
|
538
|
-
export declare const CreateRepositoryResponseFilterSensitiveLog: (
|
|
539
|
-
obj: CreateRepositoryResponse
|
|
540
|
-
) => any;
|
|
541
|
-
export declare const DeleteRepositoryRequestFilterSensitiveLog: (
|
|
542
|
-
obj: DeleteRepositoryRequest
|
|
543
|
-
) => any;
|
|
544
|
-
export declare const DeleteRepositoryResponseFilterSensitiveLog: (
|
|
545
|
-
obj: DeleteRepositoryResponse
|
|
546
|
-
) => any;
|
|
547
|
-
export declare const DeleteRepositoryPolicyRequestFilterSensitiveLog: (
|
|
548
|
-
obj: DeleteRepositoryPolicyRequest
|
|
549
|
-
) => any;
|
|
550
|
-
export declare const DeleteRepositoryPolicyResponseFilterSensitiveLog: (
|
|
551
|
-
obj: DeleteRepositoryPolicyResponse
|
|
552
|
-
) => any;
|
|
553
|
-
export declare const DescribeImagesRequestFilterSensitiveLog: (
|
|
554
|
-
obj: DescribeImagesRequest
|
|
555
|
-
) => any;
|
|
556
|
-
export declare const ImageDetailFilterSensitiveLog: (obj: ImageDetail) => any;
|
|
557
|
-
export declare const DescribeImagesResponseFilterSensitiveLog: (
|
|
558
|
-
obj: DescribeImagesResponse
|
|
559
|
-
) => any;
|
|
560
|
-
export declare const DescribeImageTagsRequestFilterSensitiveLog: (
|
|
561
|
-
obj: DescribeImageTagsRequest
|
|
562
|
-
) => any;
|
|
563
|
-
export declare const ReferencedImageDetailFilterSensitiveLog: (
|
|
564
|
-
obj: ReferencedImageDetail
|
|
565
|
-
) => any;
|
|
566
|
-
export declare const ImageTagDetailFilterSensitiveLog: (
|
|
567
|
-
obj: ImageTagDetail
|
|
568
|
-
) => any;
|
|
569
|
-
export declare const DescribeImageTagsResponseFilterSensitiveLog: (
|
|
570
|
-
obj: DescribeImageTagsResponse
|
|
571
|
-
) => any;
|
|
572
|
-
export declare const DescribeRegistriesRequestFilterSensitiveLog: (
|
|
573
|
-
obj: DescribeRegistriesRequest
|
|
574
|
-
) => any;
|
|
575
|
-
export declare const RegistryAliasFilterSensitiveLog: (
|
|
576
|
-
obj: RegistryAlias
|
|
577
|
-
) => any;
|
|
578
|
-
export declare const RegistryFilterSensitiveLog: (obj: Registry) => any;
|
|
579
|
-
export declare const DescribeRegistriesResponseFilterSensitiveLog: (
|
|
580
|
-
obj: DescribeRegistriesResponse
|
|
581
|
-
) => any;
|
|
582
|
-
export declare const DescribeRepositoriesRequestFilterSensitiveLog: (
|
|
583
|
-
obj: DescribeRepositoriesRequest
|
|
584
|
-
) => any;
|
|
585
|
-
export declare const DescribeRepositoriesResponseFilterSensitiveLog: (
|
|
586
|
-
obj: DescribeRepositoriesResponse
|
|
587
|
-
) => any;
|
|
588
|
-
export declare const GetAuthorizationTokenRequestFilterSensitiveLog: (
|
|
589
|
-
obj: GetAuthorizationTokenRequest
|
|
590
|
-
) => any;
|
|
591
|
-
export declare const GetAuthorizationTokenResponseFilterSensitiveLog: (
|
|
592
|
-
obj: GetAuthorizationTokenResponse
|
|
593
|
-
) => any;
|
|
594
|
-
export declare const GetRegistryCatalogDataRequestFilterSensitiveLog: (
|
|
595
|
-
obj: GetRegistryCatalogDataRequest
|
|
596
|
-
) => any;
|
|
597
|
-
export declare const RegistryCatalogDataFilterSensitiveLog: (
|
|
598
|
-
obj: RegistryCatalogData
|
|
599
|
-
) => any;
|
|
600
|
-
export declare const GetRegistryCatalogDataResponseFilterSensitiveLog: (
|
|
601
|
-
obj: GetRegistryCatalogDataResponse
|
|
602
|
-
) => any;
|
|
603
|
-
export declare const GetRepositoryCatalogDataRequestFilterSensitiveLog: (
|
|
604
|
-
obj: GetRepositoryCatalogDataRequest
|
|
605
|
-
) => any;
|
|
606
|
-
export declare const GetRepositoryCatalogDataResponseFilterSensitiveLog: (
|
|
607
|
-
obj: GetRepositoryCatalogDataResponse
|
|
608
|
-
) => any;
|
|
609
|
-
export declare const GetRepositoryPolicyRequestFilterSensitiveLog: (
|
|
610
|
-
obj: GetRepositoryPolicyRequest
|
|
611
|
-
) => any;
|
|
612
|
-
export declare const GetRepositoryPolicyResponseFilterSensitiveLog: (
|
|
613
|
-
obj: GetRepositoryPolicyResponse
|
|
614
|
-
) => any;
|
|
615
|
-
export declare const ImageFilterSensitiveLog: (obj: Image) => any;
|
|
616
|
-
export declare const InitiateLayerUploadRequestFilterSensitiveLog: (
|
|
617
|
-
obj: InitiateLayerUploadRequest
|
|
618
|
-
) => any;
|
|
619
|
-
export declare const InitiateLayerUploadResponseFilterSensitiveLog: (
|
|
620
|
-
obj: InitiateLayerUploadResponse
|
|
621
|
-
) => any;
|
|
622
|
-
export declare const ListTagsForResourceRequestFilterSensitiveLog: (
|
|
623
|
-
obj: ListTagsForResourceRequest
|
|
624
|
-
) => any;
|
|
625
|
-
export declare const ListTagsForResourceResponseFilterSensitiveLog: (
|
|
626
|
-
obj: ListTagsForResourceResponse
|
|
627
|
-
) => any;
|
|
628
|
-
export declare const PutImageRequestFilterSensitiveLog: (
|
|
629
|
-
obj: PutImageRequest
|
|
630
|
-
) => any;
|
|
631
|
-
export declare const PutImageResponseFilterSensitiveLog: (
|
|
632
|
-
obj: PutImageResponse
|
|
633
|
-
) => any;
|
|
634
|
-
export declare const PutRegistryCatalogDataRequestFilterSensitiveLog: (
|
|
635
|
-
obj: PutRegistryCatalogDataRequest
|
|
636
|
-
) => any;
|
|
637
|
-
export declare const PutRegistryCatalogDataResponseFilterSensitiveLog: (
|
|
638
|
-
obj: PutRegistryCatalogDataResponse
|
|
639
|
-
) => any;
|
|
640
|
-
export declare const PutRepositoryCatalogDataRequestFilterSensitiveLog: (
|
|
641
|
-
obj: PutRepositoryCatalogDataRequest
|
|
642
|
-
) => any;
|
|
643
|
-
export declare const PutRepositoryCatalogDataResponseFilterSensitiveLog: (
|
|
644
|
-
obj: PutRepositoryCatalogDataResponse
|
|
645
|
-
) => any;
|
|
646
|
-
export declare const SetRepositoryPolicyRequestFilterSensitiveLog: (
|
|
647
|
-
obj: SetRepositoryPolicyRequest
|
|
648
|
-
) => any;
|
|
649
|
-
export declare const SetRepositoryPolicyResponseFilterSensitiveLog: (
|
|
650
|
-
obj: SetRepositoryPolicyResponse
|
|
651
|
-
) => any;
|
|
652
|
-
export declare const TagResourceRequestFilterSensitiveLog: (
|
|
653
|
-
obj: TagResourceRequest
|
|
654
|
-
) => any;
|
|
655
|
-
export declare const TagResourceResponseFilterSensitiveLog: (
|
|
656
|
-
obj: TagResourceResponse
|
|
657
|
-
) => any;
|
|
658
|
-
export declare const UntagResourceRequestFilterSensitiveLog: (
|
|
659
|
-
obj: UntagResourceRequest
|
|
660
|
-
) => any;
|
|
661
|
-
export declare const UntagResourceResponseFilterSensitiveLog: (
|
|
662
|
-
obj: UntagResourceResponse
|
|
663
|
-
) => any;
|
|
664
|
-
export declare const UploadLayerPartRequestFilterSensitiveLog: (
|
|
665
|
-
obj: UploadLayerPartRequest
|
|
666
|
-
) => any;
|
|
667
|
-
export declare const UploadLayerPartResponseFilterSensitiveLog: (
|
|
668
|
-
obj: UploadLayerPartResponse
|
|
669
|
-
) => any;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ecr-public",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ecr Public Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.298.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"build:types": "tsc -p tsconfig.types.json",
|
|
12
12
|
"build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
|
|
13
13
|
"clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
|
|
14
|
+
"extract:docs": "api-extractor run --local",
|
|
14
15
|
"generate:client": "node ../../scripts/generate-clients/single-service --solo ecr-public"
|
|
15
16
|
},
|
|
16
17
|
"main": "./dist-cjs/index.js",
|
|
@@ -20,9 +21,9 @@
|
|
|
20
21
|
"dependencies": {
|
|
21
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.298.0",
|
|
24
25
|
"@aws-sdk/config-resolver": "3.296.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.298.0",
|
|
26
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
27
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
28
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|