@aws-sdk/client-ecr 3.168.0 → 3.170.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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/ECR.d.ts +748 -210
  3. package/dist-types/ts3.4/ECRClient.d.ts +374 -114
  4. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +38 -17
  9. package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
  11. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
  12. package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +41 -17
  16. package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +41 -17
  17. package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
  19. package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +37 -17
  21. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
  23. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +41 -17
  24. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +41 -17
  28. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +38 -17
  30. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  32. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +34 -17
  33. package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +41 -17
  34. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +38 -17
  37. package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +38 -17
  40. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +37 -17
  41. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +41 -17
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  44. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +37 -17
  45. package/dist-types/ts3.4/commands/index.d.ts +41 -41
  46. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  47. package/dist-types/ts3.4/index.d.ts +7 -7
  48. package/dist-types/ts3.4/models/ECRServiceException.d.ts +8 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1835 -1637
  51. package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  57. package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/index.d.ts +7 -7
  59. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
  60. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  64. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +13 -7
  66. package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +13 -7
  67. package/package.json +35 -35
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { BatchGetImageRequest, BatchGetImageResponse } from "../models/models_0";
5
- export interface BatchGetImageCommandInput extends BatchGetImageRequest {
6
- }
7
- export interface BatchGetImageCommandOutput extends BatchGetImageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetImageCommand extends $Command<BatchGetImageCommandInput, BatchGetImageCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: BatchGetImageCommandInput;
12
- constructor(input: BatchGetImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetImageCommandInput, BatchGetImageCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ BatchGetImageRequest,
15
+ BatchGetImageResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetImageCommandInput extends BatchGetImageRequest {}
18
+ export interface BatchGetImageCommandOutput
19
+ extends BatchGetImageResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class BatchGetImageCommand extends $Command<
23
+ BatchGetImageCommandInput,
24
+ BatchGetImageCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetImageCommandInput;
28
+ constructor(input: BatchGetImageCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECRClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<BatchGetImageCommandInput, BatchGetImageCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { BatchGetRepositoryScanningConfigurationRequest, BatchGetRepositoryScanningConfigurationResponse } from "../models/models_0";
5
- export interface BatchGetRepositoryScanningConfigurationCommandInput extends BatchGetRepositoryScanningConfigurationRequest {
6
- }
7
- export interface BatchGetRepositoryScanningConfigurationCommandOutput extends BatchGetRepositoryScanningConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class BatchGetRepositoryScanningConfigurationCommand extends $Command<BatchGetRepositoryScanningConfigurationCommandInput, BatchGetRepositoryScanningConfigurationCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: BatchGetRepositoryScanningConfigurationCommandInput;
12
- constructor(input: BatchGetRepositoryScanningConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<BatchGetRepositoryScanningConfigurationCommandInput, BatchGetRepositoryScanningConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ BatchGetRepositoryScanningConfigurationRequest,
15
+ BatchGetRepositoryScanningConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface BatchGetRepositoryScanningConfigurationCommandInput
18
+ extends BatchGetRepositoryScanningConfigurationRequest {}
19
+ export interface BatchGetRepositoryScanningConfigurationCommandOutput
20
+ extends BatchGetRepositoryScanningConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class BatchGetRepositoryScanningConfigurationCommand extends $Command<
24
+ BatchGetRepositoryScanningConfigurationCommandInput,
25
+ BatchGetRepositoryScanningConfigurationCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: BatchGetRepositoryScanningConfigurationCommandInput;
29
+ constructor(input: BatchGetRepositoryScanningConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ BatchGetRepositoryScanningConfigurationCommandInput,
37
+ BatchGetRepositoryScanningConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { CompleteLayerUploadRequest, CompleteLayerUploadResponse } from "../models/models_0";
5
- export interface CompleteLayerUploadCommandInput extends CompleteLayerUploadRequest {
6
- }
7
- export interface CompleteLayerUploadCommandOutput extends CompleteLayerUploadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CompleteLayerUploadCommand extends $Command<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: CompleteLayerUploadCommandInput;
12
- constructor(input: CompleteLayerUploadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ CompleteLayerUploadRequest,
15
+ CompleteLayerUploadResponse,
16
+ } from "../models/models_0";
17
+ export interface CompleteLayerUploadCommandInput
18
+ extends CompleteLayerUploadRequest {}
19
+ export interface CompleteLayerUploadCommandOutput
20
+ extends CompleteLayerUploadResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CompleteLayerUploadCommand extends $Command<
24
+ CompleteLayerUploadCommandInput,
25
+ CompleteLayerUploadCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: CompleteLayerUploadCommandInput;
29
+ constructor(input: CompleteLayerUploadCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { CreatePullThroughCacheRuleRequest, CreatePullThroughCacheRuleResponse } from "../models/models_0";
5
- export interface CreatePullThroughCacheRuleCommandInput extends CreatePullThroughCacheRuleRequest {
6
- }
7
- export interface CreatePullThroughCacheRuleCommandOutput extends CreatePullThroughCacheRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreatePullThroughCacheRuleCommand extends $Command<CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: CreatePullThroughCacheRuleCommandInput;
12
- constructor(input: CreatePullThroughCacheRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreatePullThroughCacheRuleCommandInput, CreatePullThroughCacheRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ CreatePullThroughCacheRuleRequest,
15
+ CreatePullThroughCacheRuleResponse,
16
+ } from "../models/models_0";
17
+ export interface CreatePullThroughCacheRuleCommandInput
18
+ extends CreatePullThroughCacheRuleRequest {}
19
+ export interface CreatePullThroughCacheRuleCommandOutput
20
+ extends CreatePullThroughCacheRuleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreatePullThroughCacheRuleCommand extends $Command<
24
+ CreatePullThroughCacheRuleCommandInput,
25
+ CreatePullThroughCacheRuleCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: CreatePullThroughCacheRuleCommandInput;
29
+ constructor(input: CreatePullThroughCacheRuleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreatePullThroughCacheRuleCommandInput,
37
+ CreatePullThroughCacheRuleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { CreateRepositoryRequest, CreateRepositoryResponse } from "../models/models_0";
5
- export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {
6
- }
7
- export interface CreateRepositoryCommandOutput extends CreateRepositoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class CreateRepositoryCommand extends $Command<CreateRepositoryCommandInput, CreateRepositoryCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: CreateRepositoryCommandInput;
12
- constructor(input: CreateRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ CreateRepositoryRequest,
15
+ CreateRepositoryResponse,
16
+ } from "../models/models_0";
17
+ export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
18
+ export interface CreateRepositoryCommandOutput
19
+ extends CreateRepositoryResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateRepositoryCommand extends $Command<
23
+ CreateRepositoryCommandInput,
24
+ CreateRepositoryCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRepositoryCommandInput;
28
+ constructor(input: CreateRepositoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECRClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { DeleteLifecyclePolicyRequest, DeleteLifecyclePolicyResponse } from "../models/models_0";
5
- export interface DeleteLifecyclePolicyCommandInput extends DeleteLifecyclePolicyRequest {
6
- }
7
- export interface DeleteLifecyclePolicyCommandOutput extends DeleteLifecyclePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteLifecyclePolicyCommand extends $Command<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: DeleteLifecyclePolicyCommandInput;
12
- constructor(input: DeleteLifecyclePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ DeleteLifecyclePolicyRequest,
15
+ DeleteLifecyclePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteLifecyclePolicyCommandInput
18
+ extends DeleteLifecyclePolicyRequest {}
19
+ export interface DeleteLifecyclePolicyCommandOutput
20
+ extends DeleteLifecyclePolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteLifecyclePolicyCommand extends $Command<
24
+ DeleteLifecyclePolicyCommandInput,
25
+ DeleteLifecyclePolicyCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteLifecyclePolicyCommandInput;
29
+ constructor(input: DeleteLifecyclePolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteLifecyclePolicyCommandInput,
37
+ DeleteLifecyclePolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { DeletePullThroughCacheRuleRequest, DeletePullThroughCacheRuleResponse } from "../models/models_0";
5
- export interface DeletePullThroughCacheRuleCommandInput extends DeletePullThroughCacheRuleRequest {
6
- }
7
- export interface DeletePullThroughCacheRuleCommandOutput extends DeletePullThroughCacheRuleResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeletePullThroughCacheRuleCommand extends $Command<DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: DeletePullThroughCacheRuleCommandInput;
12
- constructor(input: DeletePullThroughCacheRuleCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePullThroughCacheRuleCommandInput, DeletePullThroughCacheRuleCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ DeletePullThroughCacheRuleRequest,
15
+ DeletePullThroughCacheRuleResponse,
16
+ } from "../models/models_0";
17
+ export interface DeletePullThroughCacheRuleCommandInput
18
+ extends DeletePullThroughCacheRuleRequest {}
19
+ export interface DeletePullThroughCacheRuleCommandOutput
20
+ extends DeletePullThroughCacheRuleResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeletePullThroughCacheRuleCommand extends $Command<
24
+ DeletePullThroughCacheRuleCommandInput,
25
+ DeletePullThroughCacheRuleCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: DeletePullThroughCacheRuleCommandInput;
29
+ constructor(input: DeletePullThroughCacheRuleCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeletePullThroughCacheRuleCommandInput,
37
+ DeletePullThroughCacheRuleCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { DeleteRegistryPolicyRequest, DeleteRegistryPolicyResponse } from "../models/models_0";
5
- export interface DeleteRegistryPolicyCommandInput extends DeleteRegistryPolicyRequest {
6
- }
7
- export interface DeleteRegistryPolicyCommandOutput extends DeleteRegistryPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRegistryPolicyCommand extends $Command<DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: DeleteRegistryPolicyCommandInput;
12
- constructor(input: DeleteRegistryPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ DeleteRegistryPolicyRequest,
15
+ DeleteRegistryPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteRegistryPolicyCommandInput
18
+ extends DeleteRegistryPolicyRequest {}
19
+ export interface DeleteRegistryPolicyCommandOutput
20
+ extends DeleteRegistryPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteRegistryPolicyCommand extends $Command<
24
+ DeleteRegistryPolicyCommandInput,
25
+ DeleteRegistryPolicyCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteRegistryPolicyCommandInput;
29
+ constructor(input: DeleteRegistryPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteRegistryPolicyCommandInput,
37
+ DeleteRegistryPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { DeleteRepositoryRequest, DeleteRepositoryResponse } from "../models/models_0";
5
- export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {
6
- }
7
- export interface DeleteRepositoryCommandOutput extends DeleteRepositoryResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRepositoryCommand extends $Command<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: DeleteRepositoryCommandInput;
12
- constructor(input: DeleteRepositoryCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ DeleteRepositoryRequest,
15
+ DeleteRepositoryResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
18
+ export interface DeleteRepositoryCommandOutput
19
+ extends DeleteRepositoryResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteRepositoryCommand extends $Command<
23
+ DeleteRepositoryCommandInput,
24
+ DeleteRepositoryCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteRepositoryCommandInput;
28
+ constructor(input: DeleteRepositoryCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECRClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { DeleteRepositoryPolicyRequest, DeleteRepositoryPolicyResponse } from "../models/models_0";
5
- export interface DeleteRepositoryPolicyCommandInput extends DeleteRepositoryPolicyRequest {
6
- }
7
- export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteRepositoryPolicyCommand extends $Command<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: DeleteRepositoryPolicyCommandInput;
12
- constructor(input: DeleteRepositoryPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ DeleteRepositoryPolicyRequest,
15
+ DeleteRepositoryPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface DeleteRepositoryPolicyCommandInput
18
+ extends DeleteRepositoryPolicyRequest {}
19
+ export interface DeleteRepositoryPolicyCommandOutput
20
+ extends DeleteRepositoryPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteRepositoryPolicyCommand extends $Command<
24
+ DeleteRepositoryPolicyCommandInput,
25
+ DeleteRepositoryPolicyCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteRepositoryPolicyCommandInput;
29
+ constructor(input: DeleteRepositoryPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteRepositoryPolicyCommandInput,
37
+ DeleteRepositoryPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
4
- import { DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResponse } from "../models/models_0";
5
- export interface DescribeImageReplicationStatusCommandInput extends DescribeImageReplicationStatusRequest {
6
- }
7
- export interface DescribeImageReplicationStatusCommandOutput extends DescribeImageReplicationStatusResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeImageReplicationStatusCommand extends $Command<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: DescribeImageReplicationStatusCommandInput;
12
- constructor(input: DescribeImageReplicationStatusCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ECRClientResolvedConfig,
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ } from "../ECRClient";
13
+ import {
14
+ DescribeImageReplicationStatusRequest,
15
+ DescribeImageReplicationStatusResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeImageReplicationStatusCommandInput
18
+ extends DescribeImageReplicationStatusRequest {}
19
+ export interface DescribeImageReplicationStatusCommandOutput
20
+ extends DescribeImageReplicationStatusResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DescribeImageReplicationStatusCommand extends $Command<
24
+ DescribeImageReplicationStatusCommandInput,
25
+ DescribeImageReplicationStatusCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: DescribeImageReplicationStatusCommandInput;
29
+ constructor(input: DescribeImageReplicationStatusCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DescribeImageReplicationStatusCommandInput,
37
+ DescribeImageReplicationStatusCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }