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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist-cjs/index.js +31 -233
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/BatchCheckLayerAvailabilityCommand.js +2 -14
  4. package/dist-es/commands/BatchDeleteImageCommand.js +2 -14
  5. package/dist-es/commands/CompleteLayerUploadCommand.js +2 -14
  6. package/dist-es/commands/CreateRepositoryCommand.js +2 -14
  7. package/dist-es/commands/DeleteRepositoryCommand.js +2 -14
  8. package/dist-es/commands/DeleteRepositoryPolicyCommand.js +2 -14
  9. package/dist-es/commands/DescribeImageTagsCommand.js +2 -14
  10. package/dist-es/commands/DescribeImagesCommand.js +2 -14
  11. package/dist-es/commands/DescribeRegistriesCommand.js +2 -14
  12. package/dist-es/commands/DescribeRepositoriesCommand.js +2 -14
  13. package/dist-es/commands/GetAuthorizationTokenCommand.js +2 -14
  14. package/dist-es/commands/GetRegistryCatalogDataCommand.js +2 -14
  15. package/dist-es/commands/GetRepositoryCatalogDataCommand.js +2 -14
  16. package/dist-es/commands/GetRepositoryPolicyCommand.js +2 -14
  17. package/dist-es/commands/InitiateLayerUploadCommand.js +2 -14
  18. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  19. package/dist-es/commands/PutImageCommand.js +2 -14
  20. package/dist-es/commands/PutRegistryCatalogDataCommand.js +2 -14
  21. package/dist-es/commands/PutRepositoryCatalogDataCommand.js +2 -14
  22. package/dist-es/commands/SetRepositoryPolicyCommand.js +2 -14
  23. package/dist-es/commands/TagResourceCommand.js +2 -14
  24. package/dist-es/commands/UntagResourceCommand.js +2 -14
  25. package/dist-es/commands/UploadLayerPartCommand.js +2 -14
  26. package/dist-es/index.js +1 -0
  27. package/dist-types/commandBuilder.d.ts +18 -0
  28. package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +3 -8
  29. package/dist-types/commands/BatchDeleteImageCommand.d.ts +3 -8
  30. package/dist-types/commands/CompleteLayerUploadCommand.d.ts +3 -8
  31. package/dist-types/commands/CreateRepositoryCommand.d.ts +3 -8
  32. package/dist-types/commands/DeleteRepositoryCommand.d.ts +3 -8
  33. package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +3 -8
  34. package/dist-types/commands/DescribeImageTagsCommand.d.ts +3 -8
  35. package/dist-types/commands/DescribeImagesCommand.d.ts +3 -8
  36. package/dist-types/commands/DescribeRegistriesCommand.d.ts +3 -8
  37. package/dist-types/commands/DescribeRepositoriesCommand.d.ts +3 -8
  38. package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +3 -8
  39. package/dist-types/commands/GetRegistryCatalogDataCommand.d.ts +3 -8
  40. package/dist-types/commands/GetRepositoryCatalogDataCommand.d.ts +3 -8
  41. package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +3 -8
  42. package/dist-types/commands/InitiateLayerUploadCommand.d.ts +3 -8
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  44. package/dist-types/commands/PutImageCommand.d.ts +3 -8
  45. package/dist-types/commands/PutRegistryCatalogDataCommand.d.ts +3 -8
  46. package/dist-types/commands/PutRepositoryCatalogDataCommand.d.ts +3 -8
  47. package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +3 -8
  48. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  49. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  50. package/dist-types/commands/UploadLayerPartCommand.d.ts +3 -8
  51. package/dist-types/index.d.ts +1 -0
  52. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  53. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +7 -16
  54. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +7 -16
  55. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +7 -16
  56. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +7 -16
  57. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +7 -16
  58. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +7 -16
  59. package/dist-types/ts3.4/commands/DescribeImageTagsCommand.d.ts +7 -16
  60. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +7 -16
  61. package/dist-types/ts3.4/commands/DescribeRegistriesCommand.d.ts +7 -16
  62. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +7 -16
  63. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +7 -16
  64. package/dist-types/ts3.4/commands/GetRegistryCatalogDataCommand.d.ts +7 -16
  65. package/dist-types/ts3.4/commands/GetRepositoryCatalogDataCommand.d.ts +7 -16
  66. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +7 -16
  67. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/PutRegistryCatalogDataCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/PutRepositoryCatalogDataCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/index.d.ts +1 -0
  77. package/package.json +8 -8
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutImage$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutImageCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SpencerFrontendService", "PutImage", {})
13
- .n("ECRPUBLICClient", "PutImageCommand")
14
- .sc(PutImage$)
15
- .build() {
3
+ export class PutImageCommand extends command(_ep0, _mw0, "PutImage", PutImage$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutRegistryCatalogData$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutRegistryCatalogDataCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SpencerFrontendService", "PutRegistryCatalogData", {})
13
- .n("ECRPUBLICClient", "PutRegistryCatalogDataCommand")
14
- .sc(PutRegistryCatalogData$)
15
- .build() {
3
+ export class PutRegistryCatalogDataCommand extends command(_ep0, _mw0, "PutRegistryCatalogData", PutRegistryCatalogData$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { PutRepositoryCatalogData$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class PutRepositoryCatalogDataCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SpencerFrontendService", "PutRepositoryCatalogData", {})
13
- .n("ECRPUBLICClient", "PutRepositoryCatalogDataCommand")
14
- .sc(PutRepositoryCatalogData$)
15
- .build() {
3
+ export class PutRepositoryCatalogDataCommand extends command(_ep0, _mw0, "PutRepositoryCatalogData", PutRepositoryCatalogData$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { SetRepositoryPolicy$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class SetRepositoryPolicyCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SpencerFrontendService", "SetRepositoryPolicy", {})
13
- .n("ECRPUBLICClient", "SetRepositoryPolicyCommand")
14
- .sc(SetRepositoryPolicy$)
15
- .build() {
3
+ export class SetRepositoryPolicyCommand extends command(_ep0, _mw0, "SetRepositoryPolicy", SetRepositoryPolicy$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { TagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class TagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SpencerFrontendService", "TagResource", {})
13
- .n("ECRPUBLICClient", "TagResourceCommand")
14
- .sc(TagResource$)
15
- .build() {
3
+ export class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UntagResource$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UntagResourceCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SpencerFrontendService", "UntagResource", {})
13
- .n("ECRPUBLICClient", "UntagResourceCommand")
14
- .sc(UntagResource$)
15
- .build() {
3
+ export class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { UploadLayerPart$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class UploadLayerPartCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("SpencerFrontendService", "UploadLayerPart", {})
13
- .n("ECRPUBLICClient", "UploadLayerPartCommand")
14
- .sc(UploadLayerPart$)
15
- .build() {
3
+ export class UploadLayerPartCommand extends command(_ep0, _mw0, "UploadLayerPart", UploadLayerPart$) {
16
4
  }
package/dist-es/index.js CHANGED
@@ -1,6 +1,7 @@
1
1
  export * from "./ECRPUBLICClient";
2
2
  export * from "./ECRPUBLIC";
3
3
  export * from "./commands";
4
+ export { Command as $Command } from "@smithy/core/client";
4
5
  export * from "./schemas/schemas_0";
5
6
  export * from "./pagination";
6
7
  export * from "./models/enums";
@@ -0,0 +1,18 @@
1
+ import type { EndpointParameterInstructions } from "@smithy/types";
2
+ import type { ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "./ECRPUBLICClient";
3
+ /**
4
+ * @internal
5
+ */
6
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(added: EndpointParameterInstructions, plugins: (CommandCtor: any, clientStack: any, config: any, options: any) => import("@smithy/types").Pluggable<any, any>[], op: string, $: import("@smithy/types").StaticOperationSchema, smithyContext?: Record<string, unknown>) => {
7
+ new (input: I): import("@smithy/core/client").CommandImpl<I, O, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
8
+ new (...[input]: import("@smithy/types").OptionalParameter<I>): import("@smithy/core/client").CommandImpl<I, O, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
9
+ getEndpointParameterInstructions(): EndpointParameterInstructions;
10
+ };
11
+ /**
12
+ * @internal
13
+ */
14
+ export declare const _ep0: EndpointParameterInstructions;
15
+ /**
16
+ * @internal
17
+ */
18
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -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 { BatchCheckLayerAvailabilityRequest, BatchCheckLayerAvailabilityResponse } 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 BatchCheckLayerAvailabilityCommandInput extends BatchCheckLayer
22
19
  export interface BatchCheckLayerAvailabilityCommandOutput extends BatchCheckLayerAvailabilityResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchCheckLayerAvailabilityCommand_base: {
25
- new (input: BatchCheckLayerAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchCheckLayerAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchCheckLayerAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchCheckLayerAvailabilityCommandInput): import("@smithy/core/client").CommandImpl<BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Checks the availability of one or more image layers that are within a repository in a
@@ -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 { BatchDeleteImageRequest, BatchDeleteImageResponse } 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 BatchDeleteImageCommandInput extends BatchDeleteImageRequest {
22
19
  export interface BatchDeleteImageCommandOutput extends BatchDeleteImageResponse, __MetadataBearer {
23
20
  }
24
21
  declare const BatchDeleteImageCommand_base: {
25
- new (input: BatchDeleteImageCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: BatchDeleteImageCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: BatchDeleteImageCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: BatchDeleteImageCommandInput): import("@smithy/core/client").CommandImpl<BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a list of specified images that are within a repository in a public registry.
@@ -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 { CompleteLayerUploadRequest, CompleteLayerUploadResponse } 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 CompleteLayerUploadCommandInput extends CompleteLayerUploadRequ
22
19
  export interface CompleteLayerUploadCommandOutput extends CompleteLayerUploadResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CompleteLayerUploadCommand_base: {
25
- new (input: CompleteLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CompleteLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CompleteLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CompleteLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Informs Amazon ECR that the image layer upload is complete for a specified public registry,
@@ -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 { CreateRepositoryRequest, CreateRepositoryResponse } 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 CreateRepositoryCommandInput extends CreateRepositoryRequest {
22
19
  export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const CreateRepositoryCommand_base: {
25
- new (input: CreateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: CreateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: CreateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: CreateRepositoryCommandInput): import("@smithy/core/client").CommandImpl<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Creates a repository in a public registry. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/Repositories.html">Amazon ECR
@@ -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 { DeleteRepositoryRequest, DeleteRepositoryResponse } 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 DeleteRepositoryCommandInput extends DeleteRepositoryRequest {
22
19
  export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRepositoryCommand_base: {
25
- new (input: DeleteRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRepositoryCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes a repository in a public registry. If the repository contains images, you must
@@ -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 { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } 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 DeleteRepositoryPolicyCommandInput extends DeleteRepositoryPoli
22
19
  export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DeleteRepositoryPolicyCommand_base: {
25
- new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DeleteRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Deletes the repository policy that's associated with the specified repository.</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 { DescribeImageTagsRequest, DescribeImageTagsResponse } 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 DescribeImageTagsCommandInput extends DescribeImageTagsRequest
22
19
  export interface DescribeImageTagsCommandOutput extends DescribeImageTagsResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeImageTagsCommand_base: {
25
- new (input: DescribeImageTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageTagsCommandInput, DescribeImageTagsCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeImageTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageTagsCommandInput, DescribeImageTagsCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeImageTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageTagsCommandInput, DescribeImageTagsCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeImageTagsCommandInput): import("@smithy/core/client").CommandImpl<DescribeImageTagsCommandInput, DescribeImageTagsCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns the image tag details 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 { DescribeImagesRequest, DescribeImagesResponse } 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 DescribeImagesCommandInput extends DescribeImagesRequest {
22
19
  export interface DescribeImagesCommandOutput extends DescribeImagesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeImagesCommand_base: {
25
- new (input: DescribeImagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: DescribeImagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeImagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: DescribeImagesCommandInput): import("@smithy/core/client").CommandImpl<DescribeImagesCommandInput, DescribeImagesCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns metadata that's related to the images in a repository in a public
@@ -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 { DescribeRegistriesRequest, DescribeRegistriesResponse } 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 DescribeRegistriesCommandInput extends DescribeRegistriesReques
22
19
  export interface DescribeRegistriesCommandOutput extends DescribeRegistriesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRegistriesCommand_base: {
25
- new (input: DescribeRegistriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRegistriesCommandInput, DescribeRegistriesCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRegistriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRegistriesCommandInput, DescribeRegistriesCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRegistriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRegistriesCommandInput, DescribeRegistriesCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeRegistriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRegistriesCommandInput, DescribeRegistriesCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Returns details 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 { DescribeRepositoriesRequest, DescribeRepositoriesResponse } 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 DescribeRepositoriesCommandInput extends DescribeRepositoriesRe
22
19
  export interface DescribeRepositoriesCommandOutput extends DescribeRepositoriesResponse, __MetadataBearer {
23
20
  }
24
21
  declare const DescribeRepositoriesCommand_base: {
25
- new (input: DescribeRepositoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [DescribeRepositoriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: DescribeRepositoriesCommandInput): import("@smithy/core/client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [DescribeRepositoriesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeRepositoriesCommandInput, DescribeRepositoriesCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Describes repositories that are 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 { GetAuthorizationTokenRequest, GetAuthorizationTokenResponse } 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 GetAuthorizationTokenCommandInput extends GetAuthorizationToken
22
19
  export interface GetAuthorizationTokenCommandOutput extends GetAuthorizationTokenResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetAuthorizationTokenCommand_base: {
25
- new (input: GetAuthorizationTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetAuthorizationTokenCommandInput]): import("@smithy/core/client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetAuthorizationTokenCommandInput): import("@smithy/core/client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetAuthorizationTokenCommandInput]): import("@smithy/core/client").CommandImpl<GetAuthorizationTokenCommandInput, GetAuthorizationTokenCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves an authorization token. An authorization token represents your IAM
@@ -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 { GetRegistryCatalogDataRequest, GetRegistryCatalogDataResponse } 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 GetRegistryCatalogDataCommandInput extends GetRegistryCatalogDa
22
19
  export interface GetRegistryCatalogDataCommandOutput extends GetRegistryCatalogDataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRegistryCatalogDataCommand_base: {
25
- new (input: GetRegistryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<GetRegistryCatalogDataCommandInput, GetRegistryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (...[input]: [] | [GetRegistryCatalogDataCommandInput]): import("@smithy/core/client").CommandImpl<GetRegistryCatalogDataCommandInput, GetRegistryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRegistryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<GetRegistryCatalogDataCommandInput, GetRegistryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (...[input]: [] | [GetRegistryCatalogDataCommandInput]): import("@smithy/core/client").CommandImpl<GetRegistryCatalogDataCommandInput, GetRegistryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves catalog metadata 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 { GetRepositoryCatalogDataRequest, GetRepositoryCatalogDataResponse } 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 GetRepositoryCatalogDataCommandInput extends GetRepositoryCatal
22
19
  export interface GetRepositoryCatalogDataCommandOutput extends GetRepositoryCatalogDataResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRepositoryCatalogDataCommand_base: {
25
- new (input: GetRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryCatalogDataCommandInput, GetRepositoryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryCatalogDataCommandInput, GetRepositoryCatalogDataCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryCatalogDataCommandInput, GetRepositoryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRepositoryCatalogDataCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryCatalogDataCommandInput, GetRepositoryCatalogDataCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieve catalog metadata for a repository in a public registry. This metadata is
@@ -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 { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } 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 GetRepositoryPolicyCommandInput extends GetRepositoryPolicyRequ
22
19
  export interface GetRepositoryPolicyCommandOutput extends GetRepositoryPolicyResponse, __MetadataBearer {
23
20
  }
24
21
  declare const GetRepositoryPolicyCommand_base: {
25
- new (input: GetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: GetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: GetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: GetRepositoryPolicyCommandInput): import("@smithy/core/client").CommandImpl<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Retrieves the repository policy for the specified repository.</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 { InitiateLayerUploadRequest, InitiateLayerUploadResponse } 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 InitiateLayerUploadCommandInput extends InitiateLayerUploadRequ
22
19
  export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadResponse, __MetadataBearer {
23
20
  }
24
21
  declare const InitiateLayerUploadCommand_base: {
25
- new (input: InitiateLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (input: InitiateLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, ECRPUBLICClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
- getEndpointParameterInstructions(): {
28
- [x: string]: unknown;
29
- };
22
+ new (input: InitiateLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
23
+ new (input: InitiateLayerUploadCommandInput): import("@smithy/core/client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, import("..").ECRPUBLICClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
24
+ getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
30
25
  };
31
26
  /**
32
27
  * <p>Notifies Amazon ECR that you intend to upload an image layer.</p>