@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,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 { GetRepositoryPolicyRequest, GetRepositoryPolicyResponse } from "../models/models_0";
5
- export interface GetRepositoryPolicyCommandInput extends GetRepositoryPolicyRequest {
6
- }
7
- export interface GetRepositoryPolicyCommandOutput extends GetRepositoryPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class GetRepositoryPolicyCommand extends $Command<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: GetRepositoryPolicyCommandInput;
12
- constructor(input: GetRepositoryPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput>;
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
+ GetRepositoryPolicyRequest,
15
+ GetRepositoryPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface GetRepositoryPolicyCommandInput
18
+ extends GetRepositoryPolicyRequest {}
19
+ export interface GetRepositoryPolicyCommandOutput
20
+ extends GetRepositoryPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class GetRepositoryPolicyCommand extends $Command<
24
+ GetRepositoryPolicyCommandInput,
25
+ GetRepositoryPolicyCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: GetRepositoryPolicyCommandInput;
29
+ constructor(input: GetRepositoryPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<GetRepositoryPolicyCommandInput, GetRepositoryPolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { InitiateLayerUploadRequest, InitiateLayerUploadResponse } from "../models/models_0";
5
- export interface InitiateLayerUploadCommandInput extends InitiateLayerUploadRequest {
6
- }
7
- export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class InitiateLayerUploadCommand extends $Command<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: InitiateLayerUploadCommandInput;
12
- constructor(input: InitiateLayerUploadCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput>;
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
+ InitiateLayerUploadRequest,
15
+ InitiateLayerUploadResponse,
16
+ } from "../models/models_0";
17
+ export interface InitiateLayerUploadCommandInput
18
+ extends InitiateLayerUploadRequest {}
19
+ export interface InitiateLayerUploadCommandOutput
20
+ extends InitiateLayerUploadResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class InitiateLayerUploadCommand extends $Command<
24
+ InitiateLayerUploadCommandInput,
25
+ InitiateLayerUploadCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: InitiateLayerUploadCommandInput;
29
+ constructor(input: InitiateLayerUploadCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { ListImagesRequest, ListImagesResponse } from "../models/models_0";
5
- export interface ListImagesCommandInput extends ListImagesRequest {
6
- }
7
- export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListImagesCommand extends $Command<ListImagesCommandInput, ListImagesCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: ListImagesCommandInput;
12
- constructor(input: ListImagesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListImagesCommandInput, ListImagesCommandOutput>;
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 { ListImagesRequest, ListImagesResponse } from "../models/models_0";
14
+ export interface ListImagesCommandInput extends ListImagesRequest {}
15
+ export interface ListImagesCommandOutput
16
+ extends ListImagesResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListImagesCommand extends $Command<
20
+ ListImagesCommandInput,
21
+ ListImagesCommandOutput,
22
+ ECRClientResolvedConfig
23
+ > {
24
+ readonly input: ListImagesCommandInput;
25
+ constructor(input: ListImagesCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ECRClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListImagesCommandInput, ListImagesCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
15
+ ListTagsForResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
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 { PutImageRequest, PutImageResponse } from "../models/models_0";
5
- export interface PutImageCommandInput extends PutImageRequest {
6
- }
7
- export interface PutImageCommandOutput extends PutImageResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutImageCommand extends $Command<PutImageCommandInput, PutImageCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: PutImageCommandInput;
12
- constructor(input: PutImageCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImageCommandInput, PutImageCommandOutput>;
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 { PutImageRequest, PutImageResponse } from "../models/models_0";
14
+ export interface PutImageCommandInput extends PutImageRequest {}
15
+ export interface PutImageCommandOutput
16
+ extends PutImageResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class PutImageCommand extends $Command<
20
+ PutImageCommandInput,
21
+ PutImageCommandOutput,
22
+ ECRClientResolvedConfig
23
+ > {
24
+ readonly input: PutImageCommandInput;
25
+ constructor(input: PutImageCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ECRClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<PutImageCommandInput, PutImageCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { PutImageScanningConfigurationRequest, PutImageScanningConfigurationResponse } from "../models/models_0";
5
- export interface PutImageScanningConfigurationCommandInput extends PutImageScanningConfigurationRequest {
6
- }
7
- export interface PutImageScanningConfigurationCommandOutput extends PutImageScanningConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutImageScanningConfigurationCommand extends $Command<PutImageScanningConfigurationCommandInput, PutImageScanningConfigurationCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: PutImageScanningConfigurationCommandInput;
12
- constructor(input: PutImageScanningConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImageScanningConfigurationCommandInput, PutImageScanningConfigurationCommandOutput>;
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
+ PutImageScanningConfigurationRequest,
15
+ PutImageScanningConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface PutImageScanningConfigurationCommandInput
18
+ extends PutImageScanningConfigurationRequest {}
19
+ export interface PutImageScanningConfigurationCommandOutput
20
+ extends PutImageScanningConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutImageScanningConfigurationCommand extends $Command<
24
+ PutImageScanningConfigurationCommandInput,
25
+ PutImageScanningConfigurationCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: PutImageScanningConfigurationCommandInput;
29
+ constructor(input: PutImageScanningConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutImageScanningConfigurationCommandInput,
37
+ PutImageScanningConfigurationCommandOutput
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 { PutImageTagMutabilityRequest, PutImageTagMutabilityResponse } from "../models/models_0";
5
- export interface PutImageTagMutabilityCommandInput extends PutImageTagMutabilityRequest {
6
- }
7
- export interface PutImageTagMutabilityCommandOutput extends PutImageTagMutabilityResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutImageTagMutabilityCommand extends $Command<PutImageTagMutabilityCommandInput, PutImageTagMutabilityCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: PutImageTagMutabilityCommandInput;
12
- constructor(input: PutImageTagMutabilityCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutImageTagMutabilityCommandInput, PutImageTagMutabilityCommandOutput>;
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
+ PutImageTagMutabilityRequest,
15
+ PutImageTagMutabilityResponse,
16
+ } from "../models/models_0";
17
+ export interface PutImageTagMutabilityCommandInput
18
+ extends PutImageTagMutabilityRequest {}
19
+ export interface PutImageTagMutabilityCommandOutput
20
+ extends PutImageTagMutabilityResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutImageTagMutabilityCommand extends $Command<
24
+ PutImageTagMutabilityCommandInput,
25
+ PutImageTagMutabilityCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: PutImageTagMutabilityCommandInput;
29
+ constructor(input: PutImageTagMutabilityCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutImageTagMutabilityCommandInput,
37
+ PutImageTagMutabilityCommandOutput
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 { PutLifecyclePolicyRequest, PutLifecyclePolicyResponse } from "../models/models_0";
5
- export interface PutLifecyclePolicyCommandInput extends PutLifecyclePolicyRequest {
6
- }
7
- export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutLifecyclePolicyCommand extends $Command<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: PutLifecyclePolicyCommandInput;
12
- constructor(input: PutLifecyclePolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput>;
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
+ PutLifecyclePolicyRequest,
15
+ PutLifecyclePolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutLifecyclePolicyCommandInput
18
+ extends PutLifecyclePolicyRequest {}
19
+ export interface PutLifecyclePolicyCommandOutput
20
+ extends PutLifecyclePolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutLifecyclePolicyCommand extends $Command<
24
+ PutLifecyclePolicyCommandInput,
25
+ PutLifecyclePolicyCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: PutLifecyclePolicyCommandInput;
29
+ constructor(input: PutLifecyclePolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { PutRegistryPolicyRequest, PutRegistryPolicyResponse } from "../models/models_0";
5
- export interface PutRegistryPolicyCommandInput extends PutRegistryPolicyRequest {
6
- }
7
- export interface PutRegistryPolicyCommandOutput extends PutRegistryPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutRegistryPolicyCommand extends $Command<PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: PutRegistryPolicyCommandInput;
12
- constructor(input: PutRegistryPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput>;
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
+ PutRegistryPolicyRequest,
15
+ PutRegistryPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface PutRegistryPolicyCommandInput
18
+ extends PutRegistryPolicyRequest {}
19
+ export interface PutRegistryPolicyCommandOutput
20
+ extends PutRegistryPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutRegistryPolicyCommand extends $Command<
24
+ PutRegistryPolicyCommandInput,
25
+ PutRegistryPolicyCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: PutRegistryPolicyCommandInput;
29
+ constructor(input: PutRegistryPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput>;
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 { PutRegistryScanningConfigurationRequest, PutRegistryScanningConfigurationResponse } from "../models/models_0";
5
- export interface PutRegistryScanningConfigurationCommandInput extends PutRegistryScanningConfigurationRequest {
6
- }
7
- export interface PutRegistryScanningConfigurationCommandOutput extends PutRegistryScanningConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutRegistryScanningConfigurationCommand extends $Command<PutRegistryScanningConfigurationCommandInput, PutRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: PutRegistryScanningConfigurationCommandInput;
12
- constructor(input: PutRegistryScanningConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutRegistryScanningConfigurationCommandInput, PutRegistryScanningConfigurationCommandOutput>;
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
+ PutRegistryScanningConfigurationRequest,
15
+ PutRegistryScanningConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface PutRegistryScanningConfigurationCommandInput
18
+ extends PutRegistryScanningConfigurationRequest {}
19
+ export interface PutRegistryScanningConfigurationCommandOutput
20
+ extends PutRegistryScanningConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutRegistryScanningConfigurationCommand extends $Command<
24
+ PutRegistryScanningConfigurationCommandInput,
25
+ PutRegistryScanningConfigurationCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: PutRegistryScanningConfigurationCommandInput;
29
+ constructor(input: PutRegistryScanningConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutRegistryScanningConfigurationCommandInput,
37
+ PutRegistryScanningConfigurationCommandOutput
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 { PutReplicationConfigurationRequest, PutReplicationConfigurationResponse } from "../models/models_0";
5
- export interface PutReplicationConfigurationCommandInput extends PutReplicationConfigurationRequest {
6
- }
7
- export interface PutReplicationConfigurationCommandOutput extends PutReplicationConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutReplicationConfigurationCommand extends $Command<PutReplicationConfigurationCommandInput, PutReplicationConfigurationCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: PutReplicationConfigurationCommandInput;
12
- constructor(input: PutReplicationConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutReplicationConfigurationCommandInput, PutReplicationConfigurationCommandOutput>;
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
+ PutReplicationConfigurationRequest,
15
+ PutReplicationConfigurationResponse,
16
+ } from "../models/models_0";
17
+ export interface PutReplicationConfigurationCommandInput
18
+ extends PutReplicationConfigurationRequest {}
19
+ export interface PutReplicationConfigurationCommandOutput
20
+ extends PutReplicationConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutReplicationConfigurationCommand extends $Command<
24
+ PutReplicationConfigurationCommandInput,
25
+ PutReplicationConfigurationCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: PutReplicationConfigurationCommandInput;
29
+ constructor(input: PutReplicationConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutReplicationConfigurationCommandInput,
37
+ PutReplicationConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }