@aws-sdk/client-ecr-public 3.478.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 (97) 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-es/commands/BatchCheckLayerAvailabilityCommand.js +18 -41
  26. package/dist-es/commands/BatchDeleteImageCommand.js +18 -41
  27. package/dist-es/commands/CompleteLayerUploadCommand.js +18 -41
  28. package/dist-es/commands/CreateRepositoryCommand.js +18 -41
  29. package/dist-es/commands/DeleteRepositoryCommand.js +18 -41
  30. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +18 -41
  31. package/dist-es/commands/DescribeImageTagsCommand.js +18 -41
  32. package/dist-es/commands/DescribeImagesCommand.js +18 -41
  33. package/dist-es/commands/DescribeRegistriesCommand.js +18 -41
  34. package/dist-es/commands/DescribeRepositoriesCommand.js +18 -41
  35. package/dist-es/commands/GetAuthorizationTokenCommand.js +18 -41
  36. package/dist-es/commands/GetRegistryCatalogDataCommand.js +18 -41
  37. package/dist-es/commands/GetRepositoryCatalogDataCommand.js +18 -41
  38. package/dist-es/commands/GetRepositoryPolicyCommand.js +18 -41
  39. package/dist-es/commands/InitiateLayerUploadCommand.js +18 -41
  40. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  41. package/dist-es/commands/PutImageCommand.js +18 -41
  42. package/dist-es/commands/PutRegistryCatalogDataCommand.js +18 -41
  43. package/dist-es/commands/PutRepositoryCatalogDataCommand.js +18 -41
  44. package/dist-es/commands/SetRepositoryPolicyCommand.js +18 -41
  45. package/dist-es/commands/TagResourceCommand.js +18 -41
  46. package/dist-es/commands/UntagResourceCommand.js +18 -41
  47. package/dist-es/commands/UploadLayerPartCommand.js +18 -41
  48. package/dist-es/endpoint/EndpointParameters.js +6 -0
  49. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +6 -21
  50. package/dist-types/commands/BatchDeleteImageCommand.d.ts +6 -21
  51. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +6 -21
  52. package/dist-types/commands/CreateRepositoryCommand.d.ts +6 -21
  53. package/dist-types/commands/DeleteRepositoryCommand.d.ts +6 -21
  54. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +6 -21
  55. package/dist-types/commands/DescribeImageTagsCommand.d.ts +6 -21
  56. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -21
  57. package/dist-types/commands/DescribeRegistriesCommand.d.ts +6 -21
  58. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +6 -21
  59. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +6 -21
  60. package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +6 -21
  61. package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +6 -21
  62. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +6 -21
  63. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +6 -21
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  65. package/dist-types/commands/PutImageCommand.d.ts +6 -21
  66. package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +6 -21
  67. package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +6 -21
  68. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +6 -21
  69. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  70. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  71. package/dist-types/commands/UploadLayerPartCommand.d.ts +6 -21
  72. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  73. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +12 -24
  74. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +14 -23
  75. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +14 -23
  76. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +14 -23
  77. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +14 -23
  78. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +12 -24
  79. package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +14 -23
  80. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +14 -23
  81. package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +14 -23
  82. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +12 -24
  83. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +12 -24
  84. package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +12 -24
  85. package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +12 -24
  86. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +14 -23
  87. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +14 -23
  88. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  89. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +14 -23
  90. package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +12 -24
  91. package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +12 -24
  92. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +14 -23
  93. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  94. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  97. package/package.json +9 -9
@@ -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 DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
20
14
  export interface DeleteRepositoryCommandOutput
21
15
  extends DeleteRepositoryResponse,
22
16
  __MetadataBearer {}
23
- export declare class DeleteRepositoryCommand extends $Command<
24
- DeleteRepositoryCommandInput,
25
- DeleteRepositoryCommandOutput,
26
- ECRPUBLICClientResolvedConfig
27
- > {
28
- readonly input: DeleteRepositoryCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DeleteRepositoryCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECRPUBLICClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DeleteRepositoryCommand_base: {
18
+ new (
19
+ input: DeleteRepositoryCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DeleteRepositoryCommandInput,
22
+ DeleteRepositoryCommandOutput,
23
+ ECRPUBLICClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DeleteRepositoryCommand extends DeleteRepositoryCommand_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 DeleteRepositoryPolicyCommandInput
21
15
  export interface DeleteRepositoryPolicyCommandOutput
22
16
  extends DeleteRepositoryPolicyResponse,
23
17
  __MetadataBearer {}
24
- export declare class DeleteRepositoryPolicyCommand extends $Command<
25
- DeleteRepositoryPolicyCommandInput,
26
- DeleteRepositoryPolicyCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: DeleteRepositoryPolicyCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DeleteRepositoryPolicyCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DeleteRepositoryPolicyCommand_base: {
19
+ new (
20
+ input: DeleteRepositoryPolicyCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DeleteRepositoryPolicyCommandInput,
38
- DeleteRepositoryPolicyCommandOutput
23
+ DeleteRepositoryPolicyCommandOutput,
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 DeleteRepositoryPolicyCommand extends DeleteRepositoryPolicyCommand_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 DescribeImageTagsCommandInput
21
15
  export interface DescribeImageTagsCommandOutput
22
16
  extends DescribeImageTagsResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeImageTagsCommand extends $Command<
25
- DescribeImageTagsCommandInput,
26
- DescribeImageTagsCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: DescribeImageTagsCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeImageTagsCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeImageTagsCommandInput, DescribeImageTagsCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeImageTagsCommand_base: {
19
+ new (
20
+ input: DescribeImageTagsCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeImageTagsCommandInput,
23
+ DescribeImageTagsCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeImageTagsCommand extends DescribeImageTagsCommand_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 DescribeImagesCommandInput extends DescribeImagesRequest {}
20
14
  export interface DescribeImagesCommandOutput
21
15
  extends DescribeImagesResponse,
22
16
  __MetadataBearer {}
23
- export declare class DescribeImagesCommand extends $Command<
24
- DescribeImagesCommandInput,
25
- DescribeImagesCommandOutput,
26
- ECRPUBLICClientResolvedConfig
27
- > {
28
- readonly input: DescribeImagesCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: DescribeImagesCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: ECRPUBLICClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<DescribeImagesCommandInput, DescribeImagesCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const DescribeImagesCommand_base: {
18
+ new (
19
+ input: DescribeImagesCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ DescribeImagesCommandInput,
22
+ DescribeImagesCommandOutput,
23
+ ECRPUBLICClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class DescribeImagesCommand extends DescribeImagesCommand_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 DescribeRegistriesCommandInput
21
15
  export interface DescribeRegistriesCommandOutput
22
16
  extends DescribeRegistriesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeRegistriesCommand extends $Command<
25
- DescribeRegistriesCommandInput,
26
- DescribeRegistriesCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: DescribeRegistriesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeRegistriesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<DescribeRegistriesCommandInput, DescribeRegistriesCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const DescribeRegistriesCommand_base: {
19
+ new (
20
+ input: DescribeRegistriesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ DescribeRegistriesCommandInput,
23
+ DescribeRegistriesCommandOutput,
24
+ ECRPUBLICClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class DescribeRegistriesCommand extends DescribeRegistriesCommand_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 DescribeRepositoriesCommandInput
21
15
  export interface DescribeRepositoriesCommandOutput
22
16
  extends DescribeRepositoriesResponse,
23
17
  __MetadataBearer {}
24
- export declare class DescribeRepositoriesCommand extends $Command<
25
- DescribeRepositoriesCommandInput,
26
- DescribeRepositoriesCommandOutput,
27
- ECRPUBLICClientResolvedConfig
28
- > {
29
- readonly input: DescribeRepositoriesCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: DescribeRepositoriesCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: ECRPUBLICClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<
18
+ declare const DescribeRepositoriesCommand_base: {
19
+ new (
20
+ input: DescribeRepositoriesCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
37
22
  DescribeRepositoriesCommandInput,
38
- DescribeRepositoriesCommandOutput
23
+ DescribeRepositoriesCommandOutput,
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 DescribeRepositoriesCommand extends DescribeRepositoriesCommand_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 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 {}