@aws-sdk/client-ecr 3.169.0 → 3.171.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 +707 -210
  3. package/dist-types/ts3.4/ECRClient.d.ts +349 -114
  4. package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +35 -17
  7. package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +36 -17
  9. package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +39 -17
  10. package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +35 -17
  11. package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +39 -17
  16. package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +35 -17
  19. package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +35 -17
  21. package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +39 -17
  23. package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +39 -17
  24. package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +39 -17
  28. package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +36 -17
  30. package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +32 -17
  31. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  32. package/dist-types/ts3.4/commands/PutImageCommand.d.ts +32 -17
  33. package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +39 -17
  34. package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +36 -17
  37. package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +36 -17
  40. package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +35 -17
  41. package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +39 -17
  42. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  43. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  44. package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +35 -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 +7 -6
  49. package/dist-types/ts3.4/models/index.d.ts +1 -1
  50. package/dist-types/ts3.4/models/models_0.d.ts +1332 -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 +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  62. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  63. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  64. package/dist-types/ts3.4/waiters/index.d.ts +2 -2
  65. package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +11 -7
  66. package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +11 -7
  67. package/package.json +35 -35
@@ -1,17 +1,39 @@
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
+ export declare class BatchGetRepositoryScanningConfigurationCommand extends $Command<
23
+ BatchGetRepositoryScanningConfigurationCommandInput,
24
+ BatchGetRepositoryScanningConfigurationCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: BatchGetRepositoryScanningConfigurationCommandInput;
28
+ constructor(input: BatchGetRepositoryScanningConfigurationCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ BatchGetRepositoryScanningConfigurationCommandInput,
35
+ BatchGetRepositoryScanningConfigurationCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,36 @@
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
+ export declare class CompleteLayerUploadCommand extends $Command<
23
+ CompleteLayerUploadCommandInput,
24
+ CompleteLayerUploadCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: CompleteLayerUploadCommandInput;
28
+ constructor(input: CompleteLayerUploadCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput>;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,39 @@
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
+ export declare class CreatePullThroughCacheRuleCommand extends $Command<
23
+ CreatePullThroughCacheRuleCommandInput,
24
+ CreatePullThroughCacheRuleCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: CreatePullThroughCacheRuleCommandInput;
28
+ constructor(input: CreatePullThroughCacheRuleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ CreatePullThroughCacheRuleCommandInput,
35
+ CreatePullThroughCacheRuleCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class CreateRepositoryCommand extends $Command<
22
+ CreateRepositoryCommandInput,
23
+ CreateRepositoryCommandOutput,
24
+ ECRClientResolvedConfig
25
+ > {
26
+ readonly input: CreateRepositoryCommandInput;
27
+ constructor(input: CreateRepositoryCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ECRClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeleteLifecyclePolicyCommand extends $Command<
23
+ DeleteLifecyclePolicyCommandInput,
24
+ DeleteLifecyclePolicyCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteLifecyclePolicyCommandInput;
28
+ constructor(input: DeleteLifecyclePolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteLifecyclePolicyCommandInput,
35
+ DeleteLifecyclePolicyCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeletePullThroughCacheRuleCommand extends $Command<
23
+ DeletePullThroughCacheRuleCommandInput,
24
+ DeletePullThroughCacheRuleCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: DeletePullThroughCacheRuleCommandInput;
28
+ constructor(input: DeletePullThroughCacheRuleCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeletePullThroughCacheRuleCommandInput,
35
+ DeletePullThroughCacheRuleCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeleteRegistryPolicyCommand extends $Command<
23
+ DeleteRegistryPolicyCommandInput,
24
+ DeleteRegistryPolicyCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteRegistryPolicyCommandInput;
28
+ constructor(input: DeleteRegistryPolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteRegistryPolicyCommandInput,
35
+ DeleteRegistryPolicyCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,35 @@
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
+ export declare class DeleteRepositoryCommand extends $Command<
22
+ DeleteRepositoryCommandInput,
23
+ DeleteRepositoryCommandOutput,
24
+ ECRClientResolvedConfig
25
+ > {
26
+ readonly input: DeleteRepositoryCommandInput;
27
+ constructor(input: DeleteRepositoryCommandInput);
28
+ resolveMiddleware(
29
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
30
+ configuration: ECRClientResolvedConfig,
31
+ options?: __HttpHandlerOptions
32
+ ): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
33
+ private serialize;
34
+ private deserialize;
35
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DeleteRepositoryPolicyCommand extends $Command<
23
+ DeleteRepositoryPolicyCommandInput,
24
+ DeleteRepositoryPolicyCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteRepositoryPolicyCommandInput;
28
+ constructor(input: DeleteRepositoryPolicyCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DeleteRepositoryPolicyCommandInput,
35
+ DeleteRepositoryPolicyCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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
+ export declare class DescribeImageReplicationStatusCommand extends $Command<
23
+ DescribeImageReplicationStatusCommandInput,
24
+ DescribeImageReplicationStatusCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeImageReplicationStatusCommandInput;
28
+ constructor(input: DescribeImageReplicationStatusCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeImageReplicationStatusCommandInput,
35
+ DescribeImageReplicationStatusCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }
@@ -1,17 +1,39 @@
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 { DescribeImageScanFindingsRequest, DescribeImageScanFindingsResponse } from "../models/models_0";
5
- export interface DescribeImageScanFindingsCommandInput extends DescribeImageScanFindingsRequest {
6
- }
7
- export interface DescribeImageScanFindingsCommandOutput extends DescribeImageScanFindingsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeImageScanFindingsCommand extends $Command<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: DescribeImageScanFindingsCommandInput;
12
- constructor(input: DescribeImageScanFindingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput>;
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
+ DescribeImageScanFindingsRequest,
15
+ DescribeImageScanFindingsResponse,
16
+ } from "../models/models_0";
17
+ export interface DescribeImageScanFindingsCommandInput
18
+ extends DescribeImageScanFindingsRequest {}
19
+ export interface DescribeImageScanFindingsCommandOutput
20
+ extends DescribeImageScanFindingsResponse,
21
+ __MetadataBearer {}
22
+ export declare class DescribeImageScanFindingsCommand extends $Command<
23
+ DescribeImageScanFindingsCommandInput,
24
+ DescribeImageScanFindingsCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: DescribeImageScanFindingsCommandInput;
28
+ constructor(input: DescribeImageScanFindingsCommandInput);
29
+ resolveMiddleware(
30
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
31
+ configuration: ECRClientResolvedConfig,
32
+ options?: __HttpHandlerOptions
33
+ ): Handler<
34
+ DescribeImageScanFindingsCommandInput,
35
+ DescribeImageScanFindingsCommandOutput
36
+ >;
37
+ private serialize;
38
+ private deserialize;
39
+ }