@aws-sdk/client-ecr-public 3.1045.0 → 3.1047.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/auth/httpAuthSchemeProvider.js +4 -4
- package/dist-cjs/endpoint/bdd.js +2 -2
- package/dist-cjs/endpoint/endpointResolver.js +4 -4
- package/dist-cjs/index.js +62 -63
- package/dist-cjs/models/ECRPUBLICServiceException.js +3 -3
- package/dist-cjs/runtimeConfig.browser.js +12 -14
- package/dist-cjs/runtimeConfig.js +18 -22
- package/dist-cjs/runtimeConfig.shared.js +9 -10
- package/dist-es/ECRPUBLIC.js +1 -1
- package/dist-es/ECRPUBLICClient.js +5 -5
- package/dist-es/auth/httpAuthSchemeProvider.js +1 -1
- package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +2 -2
- package/dist-es/commands/BatchDeleteImageCommand.js +2 -2
- package/dist-es/commands/CompleteLayerUploadCommand.js +2 -2
- package/dist-es/commands/CreateRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryCommand.js +2 -2
- package/dist-es/commands/DeleteRepositoryPolicyCommand.js +2 -2
- package/dist-es/commands/DescribeImageTagsCommand.js +2 -2
- package/dist-es/commands/DescribeImagesCommand.js +2 -2
- package/dist-es/commands/DescribeRegistriesCommand.js +2 -2
- package/dist-es/commands/DescribeRepositoriesCommand.js +2 -2
- package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -2
- package/dist-es/commands/GetRegistryCatalogDataCommand.js +2 -2
- package/dist-es/commands/GetRepositoryCatalogDataCommand.js +2 -2
- package/dist-es/commands/GetRepositoryPolicyCommand.js +2 -2
- package/dist-es/commands/InitiateLayerUploadCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/PutImageCommand.js +2 -2
- package/dist-es/commands/PutRegistryCatalogDataCommand.js +2 -2
- package/dist-es/commands/PutRepositoryCatalogDataCommand.js +2 -2
- package/dist-es/commands/SetRepositoryPolicyCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UploadLayerPartCommand.js +2 -2
- package/dist-es/endpoint/bdd.js +1 -1
- package/dist-es/endpoint/endpointResolver.js +1 -1
- package/dist-es/models/ECRPUBLICServiceException.js +1 -1
- package/dist-es/runtimeConfig.browser.js +4 -6
- package/dist-es/runtimeConfig.js +4 -8
- package/dist-es/runtimeConfig.shared.js +3 -4
- package/dist-es/runtimeExtensions.js +2 -2
- package/dist-types/ECRPUBLICClient.d.ts +5 -5
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +6 -4
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +6 -4
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +6 -4
- package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -4
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImageTagsCommand.d.ts +6 -4
- package/dist-types/commands/DescribeImagesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRegistriesCommand.d.ts +6 -4
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +6 -4
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -4
- package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +6 -4
- package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +6 -4
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +6 -4
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/commands/PutImageCommand.d.ts +6 -4
- package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +6 -4
- package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +6 -4
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/commands/UploadLayerPartCommand.d.ts +6 -4
- package/dist-types/endpoint/bdd.d.ts +1 -1
- package/dist-types/extensionConfiguration.d.ts +1 -1
- package/dist-types/models/ECRPUBLICServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/ECRPUBLICClient.d.ts +8 -14
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +6 -8
- package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +6 -4
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +6 -4
- package/dist-types/ts3.4/endpoint/bdd.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ECRPUBLICServiceException.d.ts +1 -1
- package/dist-types/ts3.4/models/errors.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +3 -3
- package/package.json +13 -34
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeImageTagsCommandOutput
|
|
|
19
19
|
declare const DescribeImageTagsCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeImageTagsCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeImageTagsCommandInput,
|
|
24
24
|
DescribeImageTagsCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeImageTagsCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: DescribeImageTagsCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeImageTagsCommandInput,
|
|
33
33
|
DescribeImageTagsCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeImageTagsCommand extends DescribeImageTagsCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface DescribeImagesCommandOutput
|
|
|
18
18
|
declare const DescribeImagesCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: DescribeImagesCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
DescribeImagesCommandInput,
|
|
23
23
|
DescribeImagesCommandOutput,
|
|
24
24
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const DescribeImagesCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: DescribeImagesCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
DescribeImagesCommandInput,
|
|
32
32
|
DescribeImagesCommandOutput,
|
|
33
33
|
ECRPUBLICClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class DescribeImagesCommand extends DescribeImagesCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeRegistriesCommandOutput
|
|
|
19
19
|
declare const DescribeRegistriesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeRegistriesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeRegistriesCommandInput,
|
|
24
24
|
DescribeRegistriesCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeRegistriesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeRegistriesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeRegistriesCommandInput,
|
|
33
33
|
DescribeRegistriesCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeRegistriesCommand extends DescribeRegistriesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface DescribeRepositoriesCommandOutput
|
|
|
19
19
|
declare const DescribeRepositoriesCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: DescribeRepositoriesCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
DescribeRepositoriesCommandInput,
|
|
24
24
|
DescribeRepositoriesCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const DescribeRepositoriesCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [DescribeRepositoriesCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
DescribeRepositoriesCommandInput,
|
|
33
33
|
DescribeRepositoriesCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class DescribeRepositoriesCommand extends DescribeRepositoriesCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetAuthorizationTokenCommandOutput
|
|
|
19
19
|
declare const GetAuthorizationTokenCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetAuthorizationTokenCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetAuthorizationTokenCommandInput,
|
|
24
24
|
GetAuthorizationTokenCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetAuthorizationTokenCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetAuthorizationTokenCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetAuthorizationTokenCommandInput,
|
|
33
33
|
GetAuthorizationTokenCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetRegistryCatalogDataCommandOutput
|
|
|
19
19
|
declare const GetRegistryCatalogDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetRegistryCatalogDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetRegistryCatalogDataCommandInput,
|
|
24
24
|
GetRegistryCatalogDataCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetRegistryCatalogDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [GetRegistryCatalogDataCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetRegistryCatalogDataCommandInput,
|
|
33
33
|
GetRegistryCatalogDataCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetRegistryCatalogDataCommand extends GetRegistryCatalogDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetRepositoryCatalogDataCommandOutput
|
|
|
19
19
|
declare const GetRepositoryCatalogDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetRepositoryCatalogDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetRepositoryCatalogDataCommandInput,
|
|
24
24
|
GetRepositoryCatalogDataCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetRepositoryCatalogDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetRepositoryCatalogDataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetRepositoryCatalogDataCommandInput,
|
|
33
33
|
GetRepositoryCatalogDataCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetRepositoryCatalogDataCommand extends GetRepositoryCatalogDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface GetRepositoryPolicyCommandOutput
|
|
|
19
19
|
declare const GetRepositoryPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: GetRepositoryPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
GetRepositoryPolicyCommandInput,
|
|
24
24
|
GetRepositoryPolicyCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const GetRepositoryPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: GetRepositoryPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
GetRepositoryPolicyCommandInput,
|
|
33
33
|
GetRepositoryPolicyCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class GetRepositoryPolicyCommand extends GetRepositoryPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface InitiateLayerUploadCommandOutput
|
|
|
19
19
|
declare const InitiateLayerUploadCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: InitiateLayerUploadCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
InitiateLayerUploadCommandInput,
|
|
24
24
|
InitiateLayerUploadCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const InitiateLayerUploadCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: InitiateLayerUploadCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
InitiateLayerUploadCommandInput,
|
|
33
33
|
InitiateLayerUploadCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class InitiateLayerUploadCommand extends InitiateLayerUploadCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface ListTagsForResourceCommandOutput
|
|
|
19
19
|
declare const ListTagsForResourceCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: ListTagsForResourceCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
ListTagsForResourceCommandInput,
|
|
24
24
|
ListTagsForResourceCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: ListTagsForResourceCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
ListTagsForResourceCommandInput,
|
|
33
33
|
ListTagsForResourceCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -13,25 +13,23 @@ export interface PutImageCommandOutput
|
|
|
13
13
|
extends PutImageResponse,
|
|
14
14
|
__MetadataBearer {}
|
|
15
15
|
declare const PutImageCommand_base: {
|
|
16
|
-
new (
|
|
17
|
-
input: PutImageCommandInput
|
|
18
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
16
|
+
new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<
|
|
19
17
|
PutImageCommandInput,
|
|
20
18
|
PutImageCommandOutput,
|
|
21
19
|
ECRPUBLICClientResolvedConfig,
|
|
22
20
|
ServiceInputTypes,
|
|
23
21
|
ServiceOutputTypes
|
|
24
22
|
>;
|
|
25
|
-
new (
|
|
26
|
-
input: PutImageCommandInput
|
|
27
|
-
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<
|
|
28
24
|
PutImageCommandInput,
|
|
29
25
|
PutImageCommandOutput,
|
|
30
26
|
ECRPUBLICClientResolvedConfig,
|
|
31
27
|
ServiceInputTypes,
|
|
32
28
|
ServiceOutputTypes
|
|
33
29
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
30
|
+
getEndpointParameterInstructions(): {
|
|
31
|
+
[x: string]: unknown;
|
|
32
|
+
};
|
|
35
33
|
};
|
|
36
34
|
export declare class PutImageCommand extends PutImageCommand_base {
|
|
37
35
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutRegistryCatalogDataCommandOutput
|
|
|
19
19
|
declare const PutRegistryCatalogDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutRegistryCatalogDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutRegistryCatalogDataCommandInput,
|
|
24
24
|
PutRegistryCatalogDataCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutRegistryCatalogDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
...[input]: [] | [PutRegistryCatalogDataCommandInput]
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutRegistryCatalogDataCommandInput,
|
|
33
33
|
PutRegistryCatalogDataCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutRegistryCatalogDataCommand extends PutRegistryCatalogDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface PutRepositoryCatalogDataCommandOutput
|
|
|
19
19
|
declare const PutRepositoryCatalogDataCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: PutRepositoryCatalogDataCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
PutRepositoryCatalogDataCommandInput,
|
|
24
24
|
PutRepositoryCatalogDataCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const PutRepositoryCatalogDataCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: PutRepositoryCatalogDataCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
PutRepositoryCatalogDataCommandInput,
|
|
33
33
|
PutRepositoryCatalogDataCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class PutRepositoryCatalogDataCommand extends PutRepositoryCatalogDataCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -19,7 +19,7 @@ export interface SetRepositoryPolicyCommandOutput
|
|
|
19
19
|
declare const SetRepositoryPolicyCommand_base: {
|
|
20
20
|
new (
|
|
21
21
|
input: SetRepositoryPolicyCommandInput
|
|
22
|
-
): import("@smithy/
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
23
|
SetRepositoryPolicyCommandInput,
|
|
24
24
|
SetRepositoryPolicyCommandOutput,
|
|
25
25
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -28,14 +28,16 @@ declare const SetRepositoryPolicyCommand_base: {
|
|
|
28
28
|
>;
|
|
29
29
|
new (
|
|
30
30
|
input: SetRepositoryPolicyCommandInput
|
|
31
|
-
): import("@smithy/
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
32
|
SetRepositoryPolicyCommandInput,
|
|
33
33
|
SetRepositoryPolicyCommandOutput,
|
|
34
34
|
ECRPUBLICClientResolvedConfig,
|
|
35
35
|
ServiceInputTypes,
|
|
36
36
|
ServiceOutputTypes
|
|
37
37
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
39
41
|
};
|
|
40
42
|
export declare class SetRepositoryPolicyCommand extends SetRepositoryPolicyCommand_base {
|
|
41
43
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -15,7 +15,7 @@ export interface TagResourceCommandOutput
|
|
|
15
15
|
declare const TagResourceCommand_base: {
|
|
16
16
|
new (
|
|
17
17
|
input: TagResourceCommandInput
|
|
18
|
-
): import("@smithy/
|
|
18
|
+
): import("@smithy/core/client").CommandImpl<
|
|
19
19
|
TagResourceCommandInput,
|
|
20
20
|
TagResourceCommandOutput,
|
|
21
21
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -24,14 +24,16 @@ declare const TagResourceCommand_base: {
|
|
|
24
24
|
>;
|
|
25
25
|
new (
|
|
26
26
|
input: TagResourceCommandInput
|
|
27
|
-
): import("@smithy/
|
|
27
|
+
): import("@smithy/core/client").CommandImpl<
|
|
28
28
|
TagResourceCommandInput,
|
|
29
29
|
TagResourceCommandOutput,
|
|
30
30
|
ECRPUBLICClientResolvedConfig,
|
|
31
31
|
ServiceInputTypes,
|
|
32
32
|
ServiceOutputTypes
|
|
33
33
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
34
|
+
getEndpointParameterInstructions(): {
|
|
35
|
+
[x: string]: unknown;
|
|
36
|
+
};
|
|
35
37
|
};
|
|
36
38
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
37
39
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UntagResourceCommandOutput
|
|
|
18
18
|
declare const UntagResourceCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UntagResourceCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UntagResourceCommandInput,
|
|
23
23
|
UntagResourceCommandOutput,
|
|
24
24
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UntagResourceCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UntagResourceCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UntagResourceCommandInput,
|
|
32
32
|
UntagResourceCommandOutput,
|
|
33
33
|
ECRPUBLICClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import {
|
|
4
4
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -18,7 +18,7 @@ export interface UploadLayerPartCommandOutput
|
|
|
18
18
|
declare const UploadLayerPartCommand_base: {
|
|
19
19
|
new (
|
|
20
20
|
input: UploadLayerPartCommandInput
|
|
21
|
-
): import("@smithy/
|
|
21
|
+
): import("@smithy/core/client").CommandImpl<
|
|
22
22
|
UploadLayerPartCommandInput,
|
|
23
23
|
UploadLayerPartCommandOutput,
|
|
24
24
|
ECRPUBLICClientResolvedConfig,
|
|
@@ -27,14 +27,16 @@ declare const UploadLayerPartCommand_base: {
|
|
|
27
27
|
>;
|
|
28
28
|
new (
|
|
29
29
|
input: UploadLayerPartCommandInput
|
|
30
|
-
): import("@smithy/
|
|
30
|
+
): import("@smithy/core/client").CommandImpl<
|
|
31
31
|
UploadLayerPartCommandInput,
|
|
32
32
|
UploadLayerPartCommandOutput,
|
|
33
33
|
ECRPUBLICClientResolvedConfig,
|
|
34
34
|
ServiceInputTypes,
|
|
35
35
|
ServiceOutputTypes
|
|
36
36
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
37
|
+
getEndpointParameterInstructions(): {
|
|
38
|
+
[x: string]: unknown;
|
|
39
|
+
};
|
|
38
40
|
};
|
|
39
41
|
export declare class UploadLayerPartCommand extends UploadLayerPartCommand_base {
|
|
40
42
|
protected static __types: {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { BinaryDecisionDiagram } from "@smithy/
|
|
1
|
+
import { BinaryDecisionDiagram } from "@smithy/core/endpoints";
|
|
2
2
|
export declare const bdd: BinaryDecisionDiagram;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { AwsRegionExtensionConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { HttpHandlerExtensionConfiguration } from "@smithy/
|
|
2
|
+
import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
|
|
3
3
|
import { DefaultExtensionConfiguration } from "@smithy/types";
|
|
4
4
|
import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
|
|
5
5
|
export interface ECRPUBLICExtensionConfiguration
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
3
3
|
ServiceException as __ServiceException,
|
|
4
|
-
} from "@smithy/
|
|
4
|
+
} from "@smithy/core/client";
|
|
5
5
|
export { __ServiceExceptionOptions };
|
|
6
6
|
export { __ServiceException };
|
|
7
7
|
export declare class ECRPUBLICServiceException extends __ServiceException {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client";
|
|
2
2
|
import { ECRPUBLICServiceException as __BaseException } from "./ECRPUBLICServiceException";
|
|
3
3
|
export declare class InvalidParameterException extends __BaseException {
|
|
4
4
|
readonly name: "InvalidParameterException";
|
|
@@ -3,7 +3,7 @@ import { ECRPUBLICClientConfig } from "./ECRPUBLICClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
9
9
|
credentialDefaultProvider:
|
|
@@ -17,7 +17,7 @@ export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
|
17
17
|
maxAttempts: number | import("@smithy/types").Provider<number>;
|
|
18
18
|
region: string | import("@smithy/types").Provider<any>;
|
|
19
19
|
requestHandler:
|
|
20
|
-
| import("@smithy/
|
|
20
|
+
| import("@smithy/core/protocols").HttpHandler<any>
|
|
21
21
|
| RequestHandler;
|
|
22
22
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
23
23
|
sha256: import("@smithy/types").HashConstructor;
|
|
@@ -3,7 +3,7 @@ import { ECRPUBLICClientConfig } from "./ECRPUBLICClient";
|
|
|
3
3
|
export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
4
4
|
runtime: string;
|
|
5
5
|
defaultsMode: import("@smithy/types").Provider<
|
|
6
|
-
import("@smithy/
|
|
6
|
+
import("@smithy/core/client").ResolvedDefaultsMode
|
|
7
7
|
>;
|
|
8
8
|
authSchemePreference: string[] | import("@smithy/types").Provider<string[]>;
|
|
9
9
|
bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
|
|
@@ -19,7 +19,7 @@ export declare const getRuntimeConfig: (config: ECRPUBLICClientConfig) => {
|
|
|
19
19
|
region: string | import("@smithy/types").Provider<string>;
|
|
20
20
|
requestHandler:
|
|
21
21
|
| RequestHandler
|
|
22
|
-
| import("@smithy/
|
|
22
|
+
| import("@smithy/core/protocols").HttpHandler<any>;
|
|
23
23
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
24
24
|
sha256: import("@smithy/types").HashConstructor;
|
|
25
25
|
streamCollector: import("@smithy/types").StreamCollector;
|