@aws-sdk/client-ecr-public 3.1077.0 → 3.1078.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/index.js +31 -233
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteImageCommand.js +2 -14
  5. package/dist-es/commands/CompleteLayerUploadCommand.js +2 -14
  6. package/dist-es/commands/CreateRepositoryCommand.js +2 -14
  7. package/dist-es/commands/DeleteRepositoryCommand.js +2 -14
  8. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +2 -14
  9. package/dist-es/commands/DescribeImageTagsCommand.js +2 -14
  10. package/dist-es/commands/DescribeImagesCommand.js +2 -14
  11. package/dist-es/commands/DescribeRegistriesCommand.js +2 -14
  12. package/dist-es/commands/DescribeRepositoriesCommand.js +2 -14
  13. package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -14
  14. package/dist-es/commands/GetRegistryCatalogDataCommand.js +2 -14
  15. package/dist-es/commands/GetRepositoryCatalogDataCommand.js +2 -14
  16. package/dist-es/commands/GetRepositoryPolicyCommand.js +2 -14
  17. package/dist-es/commands/InitiateLayerUploadCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/PutImageCommand.js +2 -14
  20. package/dist-es/commands/PutRegistryCatalogDataCommand.js +2 -14
  21. package/dist-es/commands/PutRepositoryCatalogDataCommand.js +2 -14
  22. package/dist-es/commands/SetRepositoryPolicyCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UploadLayerPartCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +3 -8
  29. package/dist-types/commands/BatchDeleteImageCommand.d.ts +3 -8
  30. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribeImageTagsCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeImagesCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeRegistriesCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +3 -8
  38. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +3 -8
  39. package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +3 -8
  40. package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +3 -8
  41. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +3 -8
  42. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +3 -8
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  44. package/dist-types/commands/PutImageCommand.d.ts +3 -8
  45. package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +3 -8
  46. package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +3 -8
  47. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +3 -8
  48. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UploadLayerPartCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +8 -8
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  DescribeImagesRequest,
10
4
  DescribeImagesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeImagesCommandInput extends DescribeImagesRequest {}
15
8
  export interface DescribeImagesCommandOutput
16
9
  extends DescribeImagesResponse,
@@ -21,22 +14,20 @@ declare const DescribeImagesCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DescribeImagesCommandInput,
23
16
  DescribeImagesCommandOutput,
24
- ECRPUBLICClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECRPUBLICClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DescribeImagesCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DescribeImagesCommandInput,
32
25
  DescribeImagesCommandOutput,
33
- ECRPUBLICClientResolvedConfig,
34
- ServiceInputTypes,
35
- ServiceOutputTypes
26
+ import("..").ECRPUBLICClientResolvedConfig,
27
+ import("..").ServiceInputTypes,
28
+ import("..").ServiceOutputTypes
36
29
  >;
37
- getEndpointParameterInstructions(): {
38
- [x: string]: unknown;
39
- };
30
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
40
31
  };
41
32
  export declare class DescribeImagesCommand extends DescribeImagesCommand_base {
42
33
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  DescribeRegistriesRequest,
10
4
  DescribeRegistriesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeRegistriesCommandInput
15
8
  extends DescribeRegistriesRequest {}
16
9
  export interface DescribeRegistriesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeRegistriesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeRegistriesCommandInput,
24
17
  DescribeRegistriesCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeRegistriesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeRegistriesCommandInput,
33
26
  DescribeRegistriesCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeRegistriesCommand extends DescribeRegistriesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  DescribeRepositoriesRequest,
10
4
  DescribeRepositoriesResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeRepositoriesCommandInput
15
8
  extends DescribeRepositoriesRequest {}
16
9
  export interface DescribeRepositoriesCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeRepositoriesCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeRepositoriesCommandInput,
24
17
  DescribeRepositoriesCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [DescribeRepositoriesCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeRepositoriesCommandInput,
33
26
  DescribeRepositoriesCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class DescribeRepositoriesCommand extends DescribeRepositoriesCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  GetAuthorizationTokenRequest,
10
4
  GetAuthorizationTokenResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetAuthorizationTokenCommandInput
15
8
  extends GetAuthorizationTokenRequest {}
16
9
  export interface GetAuthorizationTokenCommandOutput
@@ -22,22 +15,20 @@ declare const GetAuthorizationTokenCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetAuthorizationTokenCommandInput,
24
17
  GetAuthorizationTokenCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetAuthorizationTokenCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetAuthorizationTokenCommandInput,
33
26
  GetAuthorizationTokenCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  GetRegistryCatalogDataRequest,
10
4
  GetRegistryCatalogDataResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetRegistryCatalogDataCommandInput
15
8
  extends GetRegistryCatalogDataRequest {}
16
9
  export interface GetRegistryCatalogDataCommandOutput
@@ -22,22 +15,20 @@ declare const GetRegistryCatalogDataCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetRegistryCatalogDataCommandInput,
24
17
  GetRegistryCatalogDataCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [GetRegistryCatalogDataCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetRegistryCatalogDataCommandInput,
33
26
  GetRegistryCatalogDataCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetRegistryCatalogDataCommand extends GetRegistryCatalogDataCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  GetRepositoryCatalogDataRequest,
10
4
  GetRepositoryCatalogDataResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetRepositoryCatalogDataCommandInput
15
8
  extends GetRepositoryCatalogDataRequest {}
16
9
  export interface GetRepositoryCatalogDataCommandOutput
@@ -22,22 +15,20 @@ declare const GetRepositoryCatalogDataCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetRepositoryCatalogDataCommandInput,
24
17
  GetRepositoryCatalogDataCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetRepositoryCatalogDataCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetRepositoryCatalogDataCommandInput,
33
26
  GetRepositoryCatalogDataCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetRepositoryCatalogDataCommand extends GetRepositoryCatalogDataCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  GetRepositoryPolicyRequest,
10
4
  GetRepositoryPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface GetRepositoryPolicyCommandInput
15
8
  extends GetRepositoryPolicyRequest {}
16
9
  export interface GetRepositoryPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const GetRepositoryPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  GetRepositoryPolicyCommandInput,
24
17
  GetRepositoryPolicyCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: GetRepositoryPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  GetRepositoryPolicyCommandInput,
33
26
  GetRepositoryPolicyCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class GetRepositoryPolicyCommand extends GetRepositoryPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  InitiateLayerUploadRequest,
10
4
  InitiateLayerUploadResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface InitiateLayerUploadCommandInput
15
8
  extends InitiateLayerUploadRequest {}
16
9
  export interface InitiateLayerUploadCommandOutput
@@ -22,22 +15,20 @@ declare const InitiateLayerUploadCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  InitiateLayerUploadCommandInput,
24
17
  InitiateLayerUploadCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: InitiateLayerUploadCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  InitiateLayerUploadCommandInput,
33
26
  InitiateLayerUploadCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class InitiateLayerUploadCommand extends InitiateLayerUploadCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  ListTagsForResourceRequest,
10
4
  ListTagsForResourceResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface ListTagsForResourceCommandInput
15
8
  extends ListTagsForResourceRequest {}
16
9
  export interface ListTagsForResourceCommandOutput
@@ -22,22 +15,20 @@ declare const ListTagsForResourceCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  ListTagsForResourceCommandInput,
24
17
  ListTagsForResourceCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: ListTagsForResourceCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  ListTagsForResourceCommandInput,
33
26
  ListTagsForResourceCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import { PutImageRequest, PutImageResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface PutImageCommandInput extends PutImageRequest {}
12
5
  export interface PutImageCommandOutput
13
6
  extends PutImageResponse,
@@ -16,20 +9,18 @@ declare const PutImageCommand_base: {
16
9
  new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<
17
10
  PutImageCommandInput,
18
11
  PutImageCommandOutput,
19
- ECRPUBLICClientResolvedConfig,
20
- ServiceInputTypes,
21
- ServiceOutputTypes
12
+ import("..").ECRPUBLICClientResolvedConfig,
13
+ import("..").ServiceInputTypes,
14
+ import("..").ServiceOutputTypes
22
15
  >;
23
16
  new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<
24
17
  PutImageCommandInput,
25
18
  PutImageCommandOutput,
26
- ECRPUBLICClientResolvedConfig,
27
- ServiceInputTypes,
28
- ServiceOutputTypes
19
+ import("..").ECRPUBLICClientResolvedConfig,
20
+ import("..").ServiceInputTypes,
21
+ import("..").ServiceOutputTypes
29
22
  >;
30
- getEndpointParameterInstructions(): {
31
- [x: string]: unknown;
32
- };
23
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
33
24
  };
34
25
  export declare class PutImageCommand extends PutImageCommand_base {
35
26
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  PutRegistryCatalogDataRequest,
10
4
  PutRegistryCatalogDataResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutRegistryCatalogDataCommandInput
15
8
  extends PutRegistryCatalogDataRequest {}
16
9
  export interface PutRegistryCatalogDataCommandOutput
@@ -22,22 +15,20 @@ declare const PutRegistryCatalogDataCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutRegistryCatalogDataCommandInput,
24
17
  PutRegistryCatalogDataCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  ...[input]: [] | [PutRegistryCatalogDataCommandInput]
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutRegistryCatalogDataCommandInput,
33
26
  PutRegistryCatalogDataCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutRegistryCatalogDataCommand extends PutRegistryCatalogDataCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  PutRepositoryCatalogDataRequest,
10
4
  PutRepositoryCatalogDataResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface PutRepositoryCatalogDataCommandInput
15
8
  extends PutRepositoryCatalogDataRequest {}
16
9
  export interface PutRepositoryCatalogDataCommandOutput
@@ -22,22 +15,20 @@ declare const PutRepositoryCatalogDataCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  PutRepositoryCatalogDataCommandInput,
24
17
  PutRepositoryCatalogDataCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: PutRepositoryCatalogDataCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  PutRepositoryCatalogDataCommandInput,
33
26
  PutRepositoryCatalogDataCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class PutRepositoryCatalogDataCommand extends PutRepositoryCatalogDataCommand_base {
43
34
  protected static __types: {
@@ -1,16 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import {
9
3
  SetRepositoryPolicyRequest,
10
4
  SetRepositoryPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface SetRepositoryPolicyCommandInput
15
8
  extends SetRepositoryPolicyRequest {}
16
9
  export interface SetRepositoryPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const SetRepositoryPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  SetRepositoryPolicyCommandInput,
24
17
  SetRepositoryPolicyCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: SetRepositoryPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  SetRepositoryPolicyCommandInput,
33
26
  SetRepositoryPolicyCommandOutput,
34
- ECRPUBLICClientResolvedConfig,
35
- ServiceInputTypes,
36
- ServiceOutputTypes
27
+ import("..").ECRPUBLICClientResolvedConfig,
28
+ import("..").ServiceInputTypes,
29
+ import("..").ServiceOutputTypes
37
30
  >;
38
- getEndpointParameterInstructions(): {
39
- [x: string]: unknown;
40
- };
31
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
41
32
  };
42
33
  export declare class SetRepositoryPolicyCommand extends SetRepositoryPolicyCommand_base {
43
34
  protected static __types: {
@@ -1,13 +1,6 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import {
4
- ECRPUBLICClientResolvedConfig,
5
- ServiceInputTypes,
6
- ServiceOutputTypes,
7
- } from "../ECRPUBLICClient";
8
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
3
  export { __MetadataBearer };
10
- export { $Command };
11
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
12
5
  export interface TagResourceCommandOutput
13
6
  extends TagResourceResponse,
@@ -18,22 +11,20 @@ declare const TagResourceCommand_base: {
18
11
  ): import("@smithy/core/client").CommandImpl<
19
12
  TagResourceCommandInput,
20
13
  TagResourceCommandOutput,
21
- ECRPUBLICClientResolvedConfig,
22
- ServiceInputTypes,
23
- ServiceOutputTypes
14
+ import("..").ECRPUBLICClientResolvedConfig,
15
+ import("..").ServiceInputTypes,
16
+ import("..").ServiceOutputTypes
24
17
  >;
25
18
  new (
26
19
  input: TagResourceCommandInput
27
20
  ): import("@smithy/core/client").CommandImpl<
28
21
  TagResourceCommandInput,
29
22
  TagResourceCommandOutput,
30
- ECRPUBLICClientResolvedConfig,
31
- ServiceInputTypes,
32
- ServiceOutputTypes
23
+ import("..").ECRPUBLICClientResolvedConfig,
24
+ import("..").ServiceInputTypes,
25
+ import("..").ServiceOutputTypes
33
26
  >;
34
- getEndpointParameterInstructions(): {
35
- [x: string]: unknown;
36
- };
27
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
37
28
  };
38
29
  export declare class TagResourceCommand extends TagResourceCommand_base {
39
30
  protected static __types: {