@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,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
22
19
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const ListTagsForResourceCommand_base: {
25
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: ListTagsForResourceCommandInput): import("@smithy/core/client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>List the tags for an Amazon ECR Public resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { PutImageRequest, PutImageResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutImageCommandInput extends PutImageRequest {
22
19
  export interface PutImageCommandOutput extends PutImageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutImageCommand_base: {
25
- new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<PutImageCommandInput, PutImageCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<PutImageCommandInput, PutImageCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<PutImageCommandInput, PutImageCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutImageCommandInput): import("@smithy/core/client").CommandImpl<PutImageCommandInput, PutImageCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the image manifest and tags that are associated with an image.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { PutRegistryCatalogDataRequest, PutRegistryCatalogDataResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutRegistryCatalogDataCommandInput extends PutRegistryCatalogDa
22
19
  export interface PutRegistryCatalogDataCommandOutput extends PutRegistryCatalogDataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutRegistryCatalogDataCommand_base: {
25
- new (input: PutRegistryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<PutRegistryCatalogDataCommandInput, PutRegistryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [PutRegistryCatalogDataCommandInput]): import("@smithy/core/client").CommandImpl<PutRegistryCatalogDataCommandInput, PutRegistryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutRegistryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<PutRegistryCatalogDataCommandInput, PutRegistryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [PutRegistryCatalogDataCommandInput]): import("@smithy/core/client").CommandImpl<PutRegistryCatalogDataCommandInput, PutRegistryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Create or update the catalog data for a public registry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { PutRepositoryCatalogDataRequest, PutRepositoryCatalogDataResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface PutRepositoryCatalogDataCommandInput extends PutRepositoryCatal
22
19
  export interface PutRepositoryCatalogDataCommandOutput extends PutRepositoryCatalogDataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const PutRepositoryCatalogDataCommand_base: {
25
- new (input: PutRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryCatalogDataCommandInput, PutRepositoryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: PutRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryCatalogDataCommandInput, PutRepositoryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: PutRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryCatalogDataCommandInput, PutRepositoryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: PutRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<PutRepositoryCatalogDataCommandInput, PutRepositoryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates or updates the catalog data for a repository in a public registry.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface SetRepositoryPolicyCommandInput extends SetRepositoryPolicyRequ
22
19
  export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const SetRepositoryPolicyCommand_base: {
25
- new (input: SetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: SetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: SetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: SetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Applies a repository policy to the specified public repository to control access
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface TagResourceCommandInput extends TagResourceRequest {
22
19
  export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const TagResourceCommand_base: {
25
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: TagResourceCommandInput): import("@smithy/core/client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Associates the specified tags to a resource with the specified <code>resourceArn</code>.
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
22
19
  export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UntagResourceCommand_base: {
25
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UntagResourceCommandInput): import("@smithy/core/client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes specified tags from a resource.</p>
@@ -1,12 +1,9 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
1
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRPUBLICClient";
4
2
  import type { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0";
5
3
  /**
6
4
  * @public
7
5
  */
8
6
  export type { __MetadataBearer };
9
- export { $Command };
10
7
  /**
11
8
  * @public
12
9
  *
@@ -22,11 +19,9 @@ export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {
22
19
  export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, __MetadataBearer {
23
20
  }
24
21
  declare const UploadLayerPartCommand_base: {
25
- new (input: UploadLayerPartCommandInput): import("@smithy/core/client").CommandImpl<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: UploadLayerPartCommandInput): import("@smithy/core/client").CommandImpl<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: UploadLayerPartCommandInput): import("@smithy/core/client").CommandImpl<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: UploadLayerPartCommandInput): import("@smithy/core/client").CommandImpl<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Uploads an image layer part to Amazon ECR.</p>
@@ -15,6 +15,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
15
15
  export type { RuntimeExtension } from "./runtimeExtensions";
16
16
  export type { ECRPUBLICExtensionConfiguration } from "./extensionConfiguration";
17
17
  export * from "./commands";
18
+ export { Command as $Command } from "@smithy/core/client";
18
19
  export * from "./schemas/schemas_0";
19
20
  export * from "./pagination";
20
21
  export * from "./models/enums";
@@ -0,0 +1,46 @@
1
+ import { EndpointParameterInstructions } from "@smithy/types";
2
+ import {
3
+ ECRPUBLICClientResolvedConfig,
4
+ ServiceInputTypes,
5
+ ServiceOutputTypes,
6
+ } from "./ECRPUBLICClient";
7
+ export declare const command: <
8
+ I extends ServiceInputTypes,
9
+ O extends ServiceOutputTypes
10
+ >(
11
+ added: EndpointParameterInstructions,
12
+ plugins: (
13
+ CommandCtor: any,
14
+ clientStack: any,
15
+ config: any,
16
+ options: any
17
+ ) => import("@smithy/types").Pluggable<any, any>[],
18
+ op: string,
19
+ $: import("@smithy/types").StaticOperationSchema,
20
+ smithyContext?: Record<string, unknown>
21
+ ) => {
22
+ new (input: I): import("@smithy/core/client").CommandImpl<
23
+ I,
24
+ O,
25
+ ECRPUBLICClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: import("@smithy/types").OptionalParameter<I>
31
+ ): import("@smithy/core/client").CommandImpl<
32
+ I,
33
+ O,
34
+ ECRPUBLICClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
39
+ };
40
+ export declare const _ep0: EndpointParameterInstructions;
41
+ export declare const _mw0: (
42
+ Command: any,
43
+ cs: any,
44
+ config: any,
45
+ o: any
46
+ ) => never[];
@@ -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
  BatchCheckLayerAvailabilityRequest,
10
4
  BatchCheckLayerAvailabilityResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchCheckLayerAvailabilityCommandInput
15
8
  extends BatchCheckLayerAvailabilityRequest {}
16
9
  export interface BatchCheckLayerAvailabilityCommandOutput
@@ -22,22 +15,20 @@ declare const BatchCheckLayerAvailabilityCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  BatchCheckLayerAvailabilityCommandInput,
24
17
  BatchCheckLayerAvailabilityCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: BatchCheckLayerAvailabilityCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  BatchCheckLayerAvailabilityCommandInput,
33
26
  BatchCheckLayerAvailabilityCommandOutput,
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 BatchCheckLayerAvailabilityCommand extends BatchCheckLayerAvailabilityCommand_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
  BatchDeleteImageRequest,
10
4
  BatchDeleteImageResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface BatchDeleteImageCommandInput extends BatchDeleteImageRequest {}
15
8
  export interface BatchDeleteImageCommandOutput
16
9
  extends BatchDeleteImageResponse,
@@ -21,22 +14,20 @@ declare const BatchDeleteImageCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  BatchDeleteImageCommandInput,
23
16
  BatchDeleteImageCommandOutput,
24
- ECRPUBLICClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECRPUBLICClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: BatchDeleteImageCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  BatchDeleteImageCommandInput,
32
25
  BatchDeleteImageCommandOutput,
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 BatchDeleteImageCommand extends BatchDeleteImageCommand_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
  CompleteLayerUploadRequest,
10
4
  CompleteLayerUploadResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CompleteLayerUploadCommandInput
15
8
  extends CompleteLayerUploadRequest {}
16
9
  export interface CompleteLayerUploadCommandOutput
@@ -22,22 +15,20 @@ declare const CompleteLayerUploadCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  CompleteLayerUploadCommandInput,
24
17
  CompleteLayerUploadCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: CompleteLayerUploadCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  CompleteLayerUploadCommandInput,
33
26
  CompleteLayerUploadCommandOutput,
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 CompleteLayerUploadCommand extends CompleteLayerUploadCommand_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
  CreateRepositoryRequest,
10
4
  CreateRepositoryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
15
8
  export interface CreateRepositoryCommandOutput
16
9
  extends CreateRepositoryResponse,
@@ -21,22 +14,20 @@ declare const CreateRepositoryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  CreateRepositoryCommandInput,
23
16
  CreateRepositoryCommandOutput,
24
- ECRPUBLICClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECRPUBLICClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: CreateRepositoryCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  CreateRepositoryCommandInput,
32
25
  CreateRepositoryCommandOutput,
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 CreateRepositoryCommand extends CreateRepositoryCommand_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
  DeleteRepositoryRequest,
10
4
  DeleteRepositoryResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
15
8
  export interface DeleteRepositoryCommandOutput
16
9
  extends DeleteRepositoryResponse,
@@ -21,22 +14,20 @@ declare const DeleteRepositoryCommand_base: {
21
14
  ): import("@smithy/core/client").CommandImpl<
22
15
  DeleteRepositoryCommandInput,
23
16
  DeleteRepositoryCommandOutput,
24
- ECRPUBLICClientResolvedConfig,
25
- ServiceInputTypes,
26
- ServiceOutputTypes
17
+ import("..").ECRPUBLICClientResolvedConfig,
18
+ import("..").ServiceInputTypes,
19
+ import("..").ServiceOutputTypes
27
20
  >;
28
21
  new (
29
22
  input: DeleteRepositoryCommandInput
30
23
  ): import("@smithy/core/client").CommandImpl<
31
24
  DeleteRepositoryCommandInput,
32
25
  DeleteRepositoryCommandOutput,
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 DeleteRepositoryCommand extends DeleteRepositoryCommand_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
  DeleteRepositoryPolicyRequest,
10
4
  DeleteRepositoryPolicyResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DeleteRepositoryPolicyCommandInput
15
8
  extends DeleteRepositoryPolicyRequest {}
16
9
  export interface DeleteRepositoryPolicyCommandOutput
@@ -22,22 +15,20 @@ declare const DeleteRepositoryPolicyCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DeleteRepositoryPolicyCommandInput,
24
17
  DeleteRepositoryPolicyCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DeleteRepositoryPolicyCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DeleteRepositoryPolicyCommandInput,
33
26
  DeleteRepositoryPolicyCommandOutput,
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 DeleteRepositoryPolicyCommand extends DeleteRepositoryPolicyCommand_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
  DescribeImageTagsRequest,
10
4
  DescribeImageTagsResponse,
11
5
  } from "../models/models_0";
12
6
  export { __MetadataBearer };
13
- export { $Command };
14
7
  export interface DescribeImageTagsCommandInput
15
8
  extends DescribeImageTagsRequest {}
16
9
  export interface DescribeImageTagsCommandOutput
@@ -22,22 +15,20 @@ declare const DescribeImageTagsCommand_base: {
22
15
  ): import("@smithy/core/client").CommandImpl<
23
16
  DescribeImageTagsCommandInput,
24
17
  DescribeImageTagsCommandOutput,
25
- ECRPUBLICClientResolvedConfig,
26
- ServiceInputTypes,
27
- ServiceOutputTypes
18
+ import("..").ECRPUBLICClientResolvedConfig,
19
+ import("..").ServiceInputTypes,
20
+ import("..").ServiceOutputTypes
28
21
  >;
29
22
  new (
30
23
  input: DescribeImageTagsCommandInput
31
24
  ): import("@smithy/core/client").CommandImpl<
32
25
  DescribeImageTagsCommandInput,
33
26
  DescribeImageTagsCommandOutput,
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 DescribeImageTagsCommand extends DescribeImageTagsCommand_base {
43
34
  protected static __types: {