@aws-sdk/client-ecr-public 3.337.0 → 3.341.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/ECRPUBLICClient.js +2 -1
- package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +2 -1
- package/dist-cjs/commands/BatchDeleteImageCommand.js +2 -1
- package/dist-cjs/commands/CompleteLayerUploadCommand.js +2 -1
- package/dist-cjs/commands/CreateRepositoryCommand.js +2 -1
- package/dist-cjs/commands/DeleteRepositoryCommand.js +2 -1
- package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeImageTagsCommand.js +2 -1
- package/dist-cjs/commands/DescribeImagesCommand.js +2 -1
- package/dist-cjs/commands/DescribeRegistriesCommand.js +2 -1
- package/dist-cjs/commands/DescribeRepositoriesCommand.js +2 -1
- package/dist-cjs/commands/GetAuthorizationTokenCommand.js +2 -1
- package/dist-cjs/commands/GetRegistryCatalogDataCommand.js +2 -1
- package/dist-cjs/commands/GetRepositoryCatalogDataCommand.js +2 -1
- package/dist-cjs/commands/GetRepositoryPolicyCommand.js +2 -1
- package/dist-cjs/commands/InitiateLayerUploadCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutImageCommand.js +2 -1
- package/dist-cjs/commands/PutRegistryCatalogDataCommand.js +2 -1
- package/dist-cjs/commands/PutRepositoryCatalogDataCommand.js +2 -1
- package/dist-cjs/commands/SetRepositoryPolicyCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UploadLayerPartCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/ECRPUBLICServiceException.js +2 -1
- package/dist-es/ECRPUBLICClient.js +1 -0
- package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +1 -0
- package/dist-es/commands/BatchDeleteImageCommand.js +1 -0
- package/dist-es/commands/CompleteLayerUploadCommand.js +1 -0
- package/dist-es/commands/CreateRepositoryCommand.js +1 -0
- package/dist-es/commands/DeleteRepositoryCommand.js +1 -0
- package/dist-es/commands/DeleteRepositoryPolicyCommand.js +1 -0
- package/dist-es/commands/DescribeImageTagsCommand.js +1 -0
- package/dist-es/commands/DescribeImagesCommand.js +1 -0
- package/dist-es/commands/DescribeRegistriesCommand.js +1 -0
- package/dist-es/commands/DescribeRepositoriesCommand.js +1 -0
- package/dist-es/commands/GetAuthorizationTokenCommand.js +1 -0
- package/dist-es/commands/GetRegistryCatalogDataCommand.js +1 -0
- package/dist-es/commands/GetRepositoryCatalogDataCommand.js +1 -0
- package/dist-es/commands/GetRepositoryPolicyCommand.js +1 -0
- package/dist-es/commands/InitiateLayerUploadCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutImageCommand.js +1 -0
- package/dist-es/commands/PutRegistryCatalogDataCommand.js +1 -0
- package/dist-es/commands/PutRepositoryCatalogDataCommand.js +1 -0
- package/dist-es/commands/SetRepositoryPolicyCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UploadLayerPartCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/ECRPUBLICServiceException.js +1 -0
- package/dist-types/ECRPUBLICClient.d.ts +3 -3
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +4 -0
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +4 -0
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +4 -0
- package/dist-types/commands/CreateRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeImageTagsCommand.d.ts +4 -0
- package/dist-types/commands/DescribeImagesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRegistriesCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +4 -0
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +4 -0
- package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +4 -0
- package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +4 -0
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +4 -0
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutImageCommand.d.ts +4 -0
- package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +4 -0
- package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +4 -0
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UploadLayerPartCommand.d.ts +4 -0
- package/dist-types/index.d.ts +13 -2
- package/dist-types/models/ECRPUBLICServiceException.d.ts +1 -0
- package/dist-types/ts3.4/ECRPUBLICClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/ECRPUBLICServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -32,6 +32,7 @@ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/Ta
|
|
|
32
32
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
33
33
|
import { UploadLayerPartCommandInput, UploadLayerPartCommandOutput } from "./commands/UploadLayerPartCommand";
|
|
34
34
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
35
|
+
export { __Client };
|
|
35
36
|
/**
|
|
36
37
|
* @public
|
|
37
38
|
*/
|
|
@@ -146,7 +147,7 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
146
147
|
/**
|
|
147
148
|
* @public
|
|
148
149
|
*/
|
|
149
|
-
type ECRPUBLICClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
150
|
+
export type ECRPUBLICClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
150
151
|
/**
|
|
151
152
|
* @public
|
|
152
153
|
*
|
|
@@ -157,7 +158,7 @@ export interface ECRPUBLICClientConfig extends ECRPUBLICClientConfigType {
|
|
|
157
158
|
/**
|
|
158
159
|
* @public
|
|
159
160
|
*/
|
|
160
|
-
type ECRPUBLICClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
161
|
+
export type ECRPUBLICClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
161
162
|
/**
|
|
162
163
|
* @public
|
|
163
164
|
*
|
|
@@ -188,4 +189,3 @@ export declare class ECRPUBLICClient extends __Client<__HttpHandlerOptions, Serv
|
|
|
188
189
|
*/
|
|
189
190
|
destroy(): void;
|
|
190
191
|
}
|
|
191
|
-
export {};
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { BatchDeleteImageRequest, BatchDeleteImageResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { DescribeImageTagsRequest, DescribeImageTagsResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { DescribeImagesRequest, DescribeImagesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { DescribeRegistriesRequest, DescribeRegistriesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { DescribeRepositoriesRequest, DescribeRepositoriesResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { GetRegistryCatalogDataRequest, GetRegistryCatalogDataResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { GetRepositoryCatalogDataRequest, GetRepositoryCatalogDataResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { PutImageRequest, PutImageResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
|
|
5
5
|
import { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,17 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <fullname>Amazon Elastic Container Registry Public</fullname>
|
|
3
|
+
* <p>Amazon Elastic Container Registry Public (Amazon ECR Public) is a managed container image registry service. Amazon ECR provides both
|
|
4
|
+
* public and private registries to host your container images. You can use the Docker CLI or
|
|
5
|
+
* your preferred client to push, pull, and manage images. Amazon ECR provides a secure, scalable,
|
|
6
|
+
* and reliable registry for your Docker or Open Container Initiative (OCI) images. Amazon ECR
|
|
7
|
+
* supports public repositories with this API. For information about the Amazon ECR API for private
|
|
8
|
+
* repositories, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/APIReference/Welcome.html">Amazon Elastic Container Registry API Reference</a>.</p>
|
|
9
|
+
*
|
|
10
|
+
* @packageDocumentation
|
|
11
|
+
*/
|
|
2
12
|
export * from "./ECRPUBLICClient";
|
|
13
|
+
export * from "./ECRPUBLIC";
|
|
3
14
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
15
|
export * from "./pagination";
|
|
16
|
+
export * from "./models";
|
|
6
17
|
export { ECRPUBLICServiceException } from "./models/ECRPUBLICServiceException";
|
|
@@ -143,6 +143,7 @@ import {
|
|
|
143
143
|
ClientResolvedEndpointParameters,
|
|
144
144
|
EndpointParameters,
|
|
145
145
|
} from "./endpoint/EndpointParameters";
|
|
146
|
+
export { __Client };
|
|
146
147
|
export type ServiceInputTypes =
|
|
147
148
|
| BatchCheckLayerAvailabilityCommandInput
|
|
148
149
|
| BatchDeleteImageCommandInput
|
|
@@ -215,7 +216,7 @@ export interface ClientDefaults
|
|
|
215
216
|
logger?: __Logger;
|
|
216
217
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
217
218
|
}
|
|
218
|
-
type ECRPUBLICClientConfigType = Partial<
|
|
219
|
+
export type ECRPUBLICClientConfigType = Partial<
|
|
219
220
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
220
221
|
> &
|
|
221
222
|
ClientDefaults &
|
|
@@ -227,7 +228,7 @@ type ECRPUBLICClientConfigType = Partial<
|
|
|
227
228
|
UserAgentInputConfig &
|
|
228
229
|
ClientInputEndpointParameters;
|
|
229
230
|
export interface ECRPUBLICClientConfig extends ECRPUBLICClientConfigType {}
|
|
230
|
-
type ECRPUBLICClientResolvedConfigType =
|
|
231
|
+
export type ECRPUBLICClientResolvedConfigType =
|
|
231
232
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
232
233
|
Required<ClientDefaults> &
|
|
233
234
|
RegionResolvedConfig &
|
|
@@ -249,4 +250,3 @@ export declare class ECRPUBLICClient extends __Client<
|
|
|
249
250
|
constructor(configuration: ECRPUBLICClientConfig);
|
|
250
251
|
destroy(): void;
|
|
251
252
|
}
|
|
252
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchCheckLayerAvailabilityRequest,
|
|
16
16
|
BatchCheckLayerAvailabilityResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchCheckLayerAvailabilityCommandInput
|
|
19
20
|
extends BatchCheckLayerAvailabilityRequest {}
|
|
20
21
|
export interface BatchCheckLayerAvailabilityCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
BatchDeleteImageRequest,
|
|
16
16
|
BatchDeleteImageResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {}
|
|
19
20
|
export interface BatchDeleteImageCommandOutput
|
|
20
21
|
extends BatchDeleteImageResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CompleteLayerUploadRequest,
|
|
16
16
|
CompleteLayerUploadResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CompleteLayerUploadCommandInput
|
|
19
20
|
extends CompleteLayerUploadRequest {}
|
|
20
21
|
export interface CompleteLayerUploadCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
CreateRepositoryRequest,
|
|
16
16
|
CreateRepositoryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
|
|
19
20
|
export interface CreateRepositoryCommandOutput
|
|
20
21
|
extends CreateRepositoryResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteRepositoryRequest,
|
|
16
16
|
DeleteRepositoryResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
|
|
19
20
|
export interface DeleteRepositoryCommandOutput
|
|
20
21
|
extends DeleteRepositoryResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DeleteRepositoryPolicyRequest,
|
|
16
16
|
DeleteRepositoryPolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteRepositoryPolicyCommandInput
|
|
19
20
|
extends DeleteRepositoryPolicyRequest {}
|
|
20
21
|
export interface DeleteRepositoryPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeImageTagsRequest,
|
|
16
16
|
DescribeImageTagsResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeImageTagsCommandInput
|
|
19
20
|
extends DescribeImageTagsRequest {}
|
|
20
21
|
export interface DescribeImageTagsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeImagesRequest,
|
|
16
16
|
DescribeImagesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeImagesCommandInput extends DescribeImagesRequest {}
|
|
19
20
|
export interface DescribeImagesCommandOutput
|
|
20
21
|
extends DescribeImagesResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeRegistriesRequest,
|
|
16
16
|
DescribeRegistriesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRegistriesCommandInput
|
|
19
20
|
extends DescribeRegistriesRequest {}
|
|
20
21
|
export interface DescribeRegistriesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
DescribeRepositoriesRequest,
|
|
16
16
|
DescribeRepositoriesResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRepositoriesCommandInput
|
|
19
20
|
extends DescribeRepositoriesRequest {}
|
|
20
21
|
export interface DescribeRepositoriesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetAuthorizationTokenRequest,
|
|
16
16
|
GetAuthorizationTokenResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetAuthorizationTokenCommandInput
|
|
19
20
|
extends GetAuthorizationTokenRequest {}
|
|
20
21
|
export interface GetAuthorizationTokenCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetRegistryCatalogDataRequest,
|
|
16
16
|
GetRegistryCatalogDataResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetRegistryCatalogDataCommandInput
|
|
19
20
|
extends GetRegistryCatalogDataRequest {}
|
|
20
21
|
export interface GetRegistryCatalogDataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetRepositoryCatalogDataRequest,
|
|
16
16
|
GetRepositoryCatalogDataResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetRepositoryCatalogDataCommandInput
|
|
19
20
|
extends GetRepositoryCatalogDataRequest {}
|
|
20
21
|
export interface GetRepositoryCatalogDataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
GetRepositoryPolicyRequest,
|
|
16
16
|
GetRepositoryPolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface GetRepositoryPolicyCommandInput
|
|
19
20
|
extends GetRepositoryPolicyRequest {}
|
|
20
21
|
export interface GetRepositoryPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
InitiateLayerUploadRequest,
|
|
16
16
|
InitiateLayerUploadResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface InitiateLayerUploadCommandInput
|
|
19
20
|
extends InitiateLayerUploadRequest {}
|
|
20
21
|
export interface InitiateLayerUploadCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ListTagsForResourceRequest,
|
|
16
16
|
ListTagsForResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ECRPUBLICClient";
|
|
14
14
|
import { PutImageRequest, PutImageResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface PutImageCommandInput extends PutImageRequest {}
|
|
16
17
|
export interface PutImageCommandOutput
|
|
17
18
|
extends PutImageResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutRegistryCatalogDataRequest,
|
|
16
16
|
PutRegistryCatalogDataResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutRegistryCatalogDataCommandInput
|
|
19
20
|
extends PutRegistryCatalogDataRequest {}
|
|
20
21
|
export interface PutRegistryCatalogDataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
PutRepositoryCatalogDataRequest,
|
|
16
16
|
PutRepositoryCatalogDataResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutRepositoryCatalogDataCommandInput
|
|
19
20
|
extends PutRepositoryCatalogDataRequest {}
|
|
20
21
|
export interface PutRepositoryCatalogDataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
SetRepositoryPolicyRequest,
|
|
16
16
|
SetRepositoryPolicyResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface SetRepositoryPolicyCommandInput
|
|
19
20
|
extends SetRepositoryPolicyRequest {}
|
|
20
21
|
export interface SetRepositoryPolicyCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceOutputTypes,
|
|
13
13
|
} from "../ECRPUBLICClient";
|
|
14
14
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UntagResourceRequest,
|
|
16
16
|
UntagResourceResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
UploadLayerPartRequest,
|
|
16
16
|
UploadLayerPartResponse,
|
|
17
17
|
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {}
|
|
19
20
|
export interface UploadLayerPartCommandOutput
|
|
20
21
|
extends UploadLayerPartResponse,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./ECRPUBLIC";
|
|
2
1
|
export * from "./ECRPUBLICClient";
|
|
2
|
+
export * from "./ECRPUBLIC";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { ECRPUBLICServiceException } from "./models/ECRPUBLICServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class ECRPUBLICServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|