@aws-sdk/client-ecr-public 3.477.0 → 3.481.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 (113) hide show
  1. package/dist-cjs/commands/BatchCheckLayerAvailabilityCommand.js +18 -41
  2. package/dist-cjs/commands/BatchDeleteImageCommand.js +18 -41
  3. package/dist-cjs/commands/CompleteLayerUploadCommand.js +18 -41
  4. package/dist-cjs/commands/CreateRepositoryCommand.js +18 -41
  5. package/dist-cjs/commands/DeleteRepositoryCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteRepositoryPolicyCommand.js +18 -41
  7. package/dist-cjs/commands/DescribeImageTagsCommand.js +18 -41
  8. package/dist-cjs/commands/DescribeImagesCommand.js +18 -41
  9. package/dist-cjs/commands/DescribeRegistriesCommand.js +18 -41
  10. package/dist-cjs/commands/DescribeRepositoriesCommand.js +18 -41
  11. package/dist-cjs/commands/GetAuthorizationTokenCommand.js +18 -41
  12. package/dist-cjs/commands/GetRegistryCatalogDataCommand.js +18 -41
  13. package/dist-cjs/commands/GetRepositoryCatalogDataCommand.js +18 -41
  14. package/dist-cjs/commands/GetRepositoryPolicyCommand.js +18 -41
  15. package/dist-cjs/commands/InitiateLayerUploadCommand.js +18 -41
  16. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  17. package/dist-cjs/commands/PutImageCommand.js +18 -41
  18. package/dist-cjs/commands/PutRegistryCatalogDataCommand.js +18 -41
  19. package/dist-cjs/commands/PutRepositoryCatalogDataCommand.js +18 -41
  20. package/dist-cjs/commands/SetRepositoryPolicyCommand.js +18 -41
  21. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  22. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  23. package/dist-cjs/commands/UploadLayerPartCommand.js +18 -41
  24. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  25. package/dist-cjs/pagination/DescribeImageTagsPaginator.js +2 -24
  26. package/dist-cjs/pagination/DescribeImagesPaginator.js +2 -24
  27. package/dist-cjs/pagination/DescribeRegistriesPaginator.js +2 -24
  28. package/dist-cjs/pagination/DescribeRepositoriesPaginator.js +2 -24
  29. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +18 -41
  30. package/dist-es/commands/BatchDeleteImageCommand.js +18 -41
  31. package/dist-es/commands/CompleteLayerUploadCommand.js +18 -41
  32. package/dist-es/commands/CreateRepositoryCommand.js +18 -41
  33. package/dist-es/commands/DeleteRepositoryCommand.js +18 -41
  34. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +18 -41
  35. package/dist-es/commands/DescribeImageTagsCommand.js +18 -41
  36. package/dist-es/commands/DescribeImagesCommand.js +18 -41
  37. package/dist-es/commands/DescribeRegistriesCommand.js +18 -41
  38. package/dist-es/commands/DescribeRepositoriesCommand.js +18 -41
  39. package/dist-es/commands/GetAuthorizationTokenCommand.js +18 -41
  40. package/dist-es/commands/GetRegistryCatalogDataCommand.js +18 -41
  41. package/dist-es/commands/GetRepositoryCatalogDataCommand.js +18 -41
  42. package/dist-es/commands/GetRepositoryPolicyCommand.js +18 -41
  43. package/dist-es/commands/InitiateLayerUploadCommand.js +18 -41
  44. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  45. package/dist-es/commands/PutImageCommand.js +18 -41
  46. package/dist-es/commands/PutRegistryCatalogDataCommand.js +18 -41
  47. package/dist-es/commands/PutRepositoryCatalogDataCommand.js +18 -41
  48. package/dist-es/commands/SetRepositoryPolicyCommand.js +18 -41
  49. package/dist-es/commands/TagResourceCommand.js +18 -41
  50. package/dist-es/commands/UntagResourceCommand.js +18 -41
  51. package/dist-es/commands/UploadLayerPartCommand.js +18 -41
  52. package/dist-es/endpoint/EndpointParameters.js +6 -0
  53. package/dist-es/pagination/DescribeImageTagsPaginator.js +2 -23
  54. package/dist-es/pagination/DescribeImagesPaginator.js +2 -23
  55. package/dist-es/pagination/DescribeRegistriesPaginator.js +2 -23
  56. package/dist-es/pagination/DescribeRepositoriesPaginator.js +2 -23
  57. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +6 -21
  58. package/dist-types/commands/BatchDeleteImageCommand.d.ts +6 -21
  59. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +6 -21
  60. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -21
  61. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -21
  62. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +6 -21
  63. package/dist-types/commands/DescribeImageTagsCommand.d.ts +6 -21
  64. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -21
  65. package/dist-types/commands/DescribeRegistriesCommand.d.ts +6 -21
  66. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +6 -21
  67. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -21
  68. package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +6 -21
  69. package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +6 -21
  70. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +6 -21
  71. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +6 -21
  72. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  73. package/dist-types/commands/PutImageCommand.d.ts +6 -21
  74. package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +6 -21
  75. package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +6 -21
  76. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +6 -21
  77. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  78. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  79. package/dist-types/commands/UploadLayerPartCommand.d.ts +6 -21
  80. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  81. package/dist-types/pagination/DescribeImageTagsPaginator.d.ts +1 -1
  82. package/dist-types/pagination/DescribeImagesPaginator.d.ts +1 -1
  83. package/dist-types/pagination/DescribeRegistriesPaginator.d.ts +1 -1
  84. package/dist-types/pagination/DescribeRepositoriesPaginator.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +14 -23
  92. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +12 -24
  95. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -24
  96. package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +12 -24
  97. package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +12 -24
  98. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +12 -24
  103. package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +12 -24
  104. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  107. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  109. package/dist-types/ts3.4/pagination/DescribeImageTagsPaginator.d.ts +3 -3
  110. package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +3 -3
  111. package/dist-types/ts3.4/pagination/DescribeRegistriesPaginator.d.ts +3 -3
  112. package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +3 -3
  113. package/package.json +11 -10
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetAuthorizationTokenCommandInput
21
15
  export interface GetAuthorizationTokenCommandOutput
22
16
  extends GetAuthorizationTokenResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetAuthorizationTokenCommand extends $Command<
25
- GetAuthorizationTokenCommandInput,
26
- GetAuthorizationTokenCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: GetAuthorizationTokenCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetAuthorizationTokenCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetAuthorizationTokenCommand_base: {
19
+ new (
20
+ input: GetAuthorizationTokenCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetAuthorizationTokenCommandInput,
38
- GetAuthorizationTokenCommandOutput
23
+ GetAuthorizationTokenCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetAuthorizationTokenCommand extends GetAuthorizationTokenCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetRegistryCatalogDataCommandInput
21
15
  export interface GetRegistryCatalogDataCommandOutput
22
16
  extends GetRegistryCatalogDataResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRegistryCatalogDataCommand extends $Command<
25
- GetRegistryCatalogDataCommandInput,
26
- GetRegistryCatalogDataCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: GetRegistryCatalogDataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRegistryCatalogDataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetRegistryCatalogDataCommand_base: {
19
+ new (
20
+ input: GetRegistryCatalogDataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetRegistryCatalogDataCommandInput,
38
- GetRegistryCatalogDataCommandOutput
23
+ GetRegistryCatalogDataCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRegistryCatalogDataCommand extends GetRegistryCatalogDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface GetRepositoryCatalogDataCommandInput
21
15
  export interface GetRepositoryCatalogDataCommandOutput
22
16
  extends GetRepositoryCatalogDataResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRepositoryCatalogDataCommand extends $Command<
25
- GetRepositoryCatalogDataCommandInput,
26
- GetRepositoryCatalogDataCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: GetRepositoryCatalogDataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRepositoryCatalogDataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const GetRepositoryCatalogDataCommand_base: {
19
+ new (
20
+ input: GetRepositoryCatalogDataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  GetRepositoryCatalogDataCommandInput,
38
- GetRepositoryCatalogDataCommandOutput
23
+ GetRepositoryCatalogDataCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRepositoryCatalogDataCommand extends GetRepositoryCatalogDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface GetRepositoryPolicyCommandInput
21
15
  export interface GetRepositoryPolicyCommandOutput
22
16
  extends GetRepositoryPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class GetRepositoryPolicyCommand extends $Command<
25
- GetRepositoryPolicyCommandInput,
26
- GetRepositoryPolicyCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: GetRepositoryPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: GetRepositoryPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const GetRepositoryPolicyCommand_base: {
19
+ new (
20
+ input: GetRepositoryPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ GetRepositoryPolicyCommandInput,
23
+ GetRepositoryPolicyCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class GetRepositoryPolicyCommand extends GetRepositoryPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface InitiateLayerUploadCommandInput
21
15
  export interface InitiateLayerUploadCommandOutput
22
16
  extends InitiateLayerUploadResponse,
23
17
  __MetadataBearer {}
24
- export declare class InitiateLayerUploadCommand extends $Command<
25
- InitiateLayerUploadCommandInput,
26
- InitiateLayerUploadCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: InitiateLayerUploadCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: InitiateLayerUploadCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const InitiateLayerUploadCommand_base: {
19
+ new (
20
+ input: InitiateLayerUploadCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ InitiateLayerUploadCommandInput,
23
+ InitiateLayerUploadCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class InitiateLayerUploadCommand extends InitiateLayerUploadCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface ListTagsForResourceCommandInput
21
15
  export interface ListTagsForResourceCommandOutput
22
16
  extends ListTagsForResourceResponse,
23
17
  __MetadataBearer {}
24
- export declare class ListTagsForResourceCommand extends $Command<
25
- ListTagsForResourceCommandInput,
26
- ListTagsForResourceCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: ListTagsForResourceCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: ListTagsForResourceCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const ListTagsForResourceCommand_base: {
19
+ new (
20
+ input: ListTagsForResourceCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ ListTagsForResourceCommandInput,
23
+ ListTagsForResourceCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface PutImageCommandInput extends PutImageRequest {}
17
11
  export interface PutImageCommandOutput
18
12
  extends PutImageResponse,
19
13
  __MetadataBearer {}
20
- export declare class PutImageCommand extends $Command<
21
- PutImageCommandInput,
22
- PutImageCommandOutput,
23
- ECRPUBLICClientResolvedConfig
24
- > {
25
- readonly input: PutImageCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: PutImageCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ECRPUBLICClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<PutImageCommandInput, PutImageCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const PutImageCommand_base: {
15
+ new (
16
+ input: PutImageCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ PutImageCommandInput,
19
+ PutImageCommandOutput,
20
+ ECRPUBLICClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class PutImageCommand extends PutImageCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface PutRegistryCatalogDataCommandInput
21
15
  export interface PutRegistryCatalogDataCommandOutput
22
16
  extends PutRegistryCatalogDataResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutRegistryCatalogDataCommand extends $Command<
25
- PutRegistryCatalogDataCommandInput,
26
- PutRegistryCatalogDataCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: PutRegistryCatalogDataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutRegistryCatalogDataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutRegistryCatalogDataCommand_base: {
19
+ new (
20
+ input: PutRegistryCatalogDataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutRegistryCatalogDataCommandInput,
38
- PutRegistryCatalogDataCommandOutput
23
+ PutRegistryCatalogDataCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutRegistryCatalogDataCommand extends PutRegistryCatalogDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,22 +15,16 @@ export interface PutRepositoryCatalogDataCommandInput
21
15
  export interface PutRepositoryCatalogDataCommandOutput
22
16
  extends PutRepositoryCatalogDataResponse,
23
17
  __MetadataBearer {}
24
- export declare class PutRepositoryCatalogDataCommand extends $Command<
25
- PutRepositoryCatalogDataCommandInput,
26
- PutRepositoryCatalogDataCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: PutRepositoryCatalogDataCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: PutRepositoryCatalogDataCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const PutRepositoryCatalogDataCommand_base: {
19
+ new (
20
+ input: PutRepositoryCatalogDataCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  PutRepositoryCatalogDataCommandInput,
38
- PutRepositoryCatalogDataCommandOutput
23
+ PutRepositoryCatalogDataCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
39
27
  >;
40
- private serialize;
41
- private deserialize;
42
- }
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class PutRepositoryCatalogDataCommand extends PutRepositoryCatalogDataCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface SetRepositoryPolicyCommandInput
21
15
  export interface SetRepositoryPolicyCommandOutput
22
16
  extends SetRepositoryPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class SetRepositoryPolicyCommand extends $Command<
25
- SetRepositoryPolicyCommandInput,
26
- SetRepositoryPolicyCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: SetRepositoryPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: SetRepositoryPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const SetRepositoryPolicyCommand_base: {
19
+ new (
20
+ input: SetRepositoryPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ SetRepositoryPolicyCommandInput,
23
+ SetRepositoryPolicyCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class SetRepositoryPolicyCommand extends SetRepositoryPolicyCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -17,19 +11,16 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
17
11
  export interface TagResourceCommandOutput
18
12
  extends TagResourceResponse,
19
13
  __MetadataBearer {}
20
- export declare class TagResourceCommand extends $Command<
21
- TagResourceCommandInput,
22
- TagResourceCommandOutput,
23
- ECRPUBLICClientResolvedConfig
24
- > {
25
- readonly input: TagResourceCommandInput;
26
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
27
- constructor(input: TagResourceCommandInput);
28
- resolveMiddleware(
29
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
- configuration: ECRPUBLICClientResolvedConfig,
31
- options?: __HttpHandlerOptions
32
- ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
33
- private serialize;
34
- private deserialize;
35
- }
14
+ declare const TagResourceCommand_base: {
15
+ new (
16
+ input: TagResourceCommandInput
17
+ ): import("@smithy/smithy-client").CommandImpl<
18
+ TagResourceCommandInput,
19
+ TagResourceCommandOutput,
20
+ ECRPUBLICClientResolvedConfig,
21
+ ServiceInputTypes,
22
+ ServiceOutputTypes
23
+ >;
24
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
+ };
26
+ export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
20
14
  export interface UntagResourceCommandOutput
21
15
  extends UntagResourceResponse,
22
16
  __MetadataBearer {}
23
- export declare class UntagResourceCommand extends $Command<
24
- UntagResourceCommandInput,
25
- UntagResourceCommandOutput,
26
- ECRPUBLICClientResolvedConfig
27
- > {
28
- readonly input: UntagResourceCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UntagResourceCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECRPUBLICClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UntagResourceCommand_base: {
18
+ new (
19
+ input: UntagResourceCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UntagResourceCommandInput,
22
+ UntagResourceCommandOutput,
23
+ ECRPUBLICClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  ECRPUBLICClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {}
20
14
  export interface UploadLayerPartCommandOutput
21
15
  extends UploadLayerPartResponse,
22
16
  __MetadataBearer {}
23
- export declare class UploadLayerPartCommand extends $Command<
24
- UploadLayerPartCommandInput,
25
- UploadLayerPartCommandOutput,
26
- ECRPUBLICClientResolvedConfig
27
- > {
28
- readonly input: UploadLayerPartCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: UploadLayerPartCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECRPUBLICClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<UploadLayerPartCommandInput, UploadLayerPartCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const UploadLayerPartCommand_base: {
18
+ new (
19
+ input: UploadLayerPartCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ UploadLayerPartCommandInput,
22
+ UploadLayerPartCommandOutput,
23
+ ECRPUBLICClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class UploadLayerPartCommand extends UploadLayerPartCommand_base {}
@@ -25,6 +25,24 @@ export declare const resolveClientEndpointParameters: <T>(
25
25
  ClientInputEndpointParameters & {
26
26
  defaultSigningName: string;
27
27
  };
28
+ export declare const commonParams: {
29
+ readonly UseFIPS: {
30
+ readonly type: "builtInParams";
31
+ readonly name: "useFipsEndpoint";
32
+ };
33
+ readonly Endpoint: {
34
+ readonly type: "builtInParams";
35
+ readonly name: "endpoint";
36
+ };
37
+ readonly Region: {
38
+ readonly type: "builtInParams";
39
+ readonly name: "region";
40
+ };
41
+ readonly UseDualStack: {
42
+ readonly type: "builtInParams";
43
+ readonly name: "useDualstackEndpoint";
44
+ };
45
+ };
28
46
  export interface EndpointParameters extends __EndpointParameters {
29
47
  Region?: string;
30
48
  UseDualStack?: boolean;
@@ -4,8 +4,8 @@ import {
4
4
  DescribeImageTagsCommandOutput,
5
5
  } from "../commands/DescribeImageTagsCommand";
6
6
  import { ECRPUBLICPaginationConfiguration } from "./Interfaces";
7
- export declare function paginateDescribeImageTags(
7
+ export declare const paginateDescribeImageTags: (
8
8
  config: ECRPUBLICPaginationConfiguration,
9
9
  input: DescribeImageTagsCommandInput,
10
- ...additionalArguments: any
11
- ): Paginator<DescribeImageTagsCommandOutput>;
10
+ ...rest: any[]
11
+ ) => Paginator<DescribeImageTagsCommandOutput>;