@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 { SetRepositoryPolicyRequest, SetRepositoryPolicyResponse } from "../models/models_0";
5
- export interface SetRepositoryPolicyCommandInput extends SetRepositoryPolicyRequest {
6
- }
7
- export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class SetRepositoryPolicyCommand extends $Command<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: SetRepositoryPolicyCommandInput;
12
- constructor(input: SetRepositoryPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput>;
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
+ SetRepositoryPolicyRequest,
15
+ SetRepositoryPolicyResponse,
16
+ } from "../models/models_0";
17
+ export interface SetRepositoryPolicyCommandInput
18
+ extends SetRepositoryPolicyRequest {}
19
+ export interface SetRepositoryPolicyCommandOutput
20
+ extends SetRepositoryPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class SetRepositoryPolicyCommand extends $Command<
24
+ SetRepositoryPolicyCommandInput,
25
+ SetRepositoryPolicyCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: SetRepositoryPolicyCommandInput;
29
+ constructor(input: SetRepositoryPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { StartImageScanRequest, StartImageScanResponse } from "../models/models_0";
5
- export interface StartImageScanCommandInput extends StartImageScanRequest {
6
- }
7
- export interface StartImageScanCommandOutput extends StartImageScanResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartImageScanCommand extends $Command<StartImageScanCommandInput, StartImageScanCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: StartImageScanCommandInput;
12
- constructor(input: StartImageScanCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartImageScanCommandInput, StartImageScanCommandOutput>;
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
+ StartImageScanRequest,
15
+ StartImageScanResponse,
16
+ } from "../models/models_0";
17
+ export interface StartImageScanCommandInput extends StartImageScanRequest {}
18
+ export interface StartImageScanCommandOutput
19
+ extends StartImageScanResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class StartImageScanCommand extends $Command<
23
+ StartImageScanCommandInput,
24
+ StartImageScanCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: StartImageScanCommandInput;
28
+ constructor(input: StartImageScanCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECRClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<StartImageScanCommandInput, StartImageScanCommandOutput>;
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 { StartLifecyclePolicyPreviewRequest, StartLifecyclePolicyPreviewResponse } from "../models/models_0";
5
- export interface StartLifecyclePolicyPreviewCommandInput extends StartLifecyclePolicyPreviewRequest {
6
- }
7
- export interface StartLifecyclePolicyPreviewCommandOutput extends StartLifecyclePolicyPreviewResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class StartLifecyclePolicyPreviewCommand extends $Command<StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: StartLifecyclePolicyPreviewCommandInput;
12
- constructor(input: StartLifecyclePolicyPreviewCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCommandOutput>;
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
+ StartLifecyclePolicyPreviewRequest,
15
+ StartLifecyclePolicyPreviewResponse,
16
+ } from "../models/models_0";
17
+ export interface StartLifecyclePolicyPreviewCommandInput
18
+ extends StartLifecyclePolicyPreviewRequest {}
19
+ export interface StartLifecyclePolicyPreviewCommandOutput
20
+ extends StartLifecyclePolicyPreviewResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class StartLifecyclePolicyPreviewCommand extends $Command<
24
+ StartLifecyclePolicyPreviewCommandInput,
25
+ StartLifecyclePolicyPreviewCommandOutput,
26
+ ECRClientResolvedConfig
27
+ > {
28
+ readonly input: StartLifecyclePolicyPreviewCommandInput;
29
+ constructor(input: StartLifecyclePolicyPreviewCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: ECRClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ StartLifecyclePolicyPreviewCommandInput,
37
+ StartLifecyclePolicyPreviewCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ ECRClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: ECRClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
15
+ UntagResourceResponse,
16
+ } from "../models/models_0";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECRClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -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 { UploadLayerPartRequest, UploadLayerPartResponse } from "../models/models_0";
5
- export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {
6
- }
7
- export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UploadLayerPartCommand extends $Command<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, ECRClientResolvedConfig> {
11
- readonly input: UploadLayerPartCommandInput;
12
- constructor(input: UploadLayerPartCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UploadLayerPartCommandInput, UploadLayerPartCommandOutput>;
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
+ UploadLayerPartRequest,
15
+ UploadLayerPartResponse,
16
+ } from "../models/models_0";
17
+ export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {}
18
+ export interface UploadLayerPartCommandOutput
19
+ extends UploadLayerPartResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UploadLayerPartCommand extends $Command<
23
+ UploadLayerPartCommandInput,
24
+ UploadLayerPartCommandOutput,
25
+ ECRClientResolvedConfig
26
+ > {
27
+ readonly input: UploadLayerPartCommandInput;
28
+ constructor(input: UploadLayerPartCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: ECRClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UploadLayerPartCommandInput, UploadLayerPartCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,41 +1,41 @@
1
- export * from "./BatchCheckLayerAvailabilityCommand";
2
- export * from "./BatchDeleteImageCommand";
3
- export * from "./BatchGetImageCommand";
4
- export * from "./BatchGetRepositoryScanningConfigurationCommand";
5
- export * from "./CompleteLayerUploadCommand";
6
- export * from "./CreatePullThroughCacheRuleCommand";
7
- export * from "./CreateRepositoryCommand";
8
- export * from "./DeleteLifecyclePolicyCommand";
9
- export * from "./DeletePullThroughCacheRuleCommand";
10
- export * from "./DeleteRegistryPolicyCommand";
11
- export * from "./DeleteRepositoryCommand";
12
- export * from "./DeleteRepositoryPolicyCommand";
13
- export * from "./DescribeImageReplicationStatusCommand";
14
- export * from "./DescribeImageScanFindingsCommand";
15
- export * from "./DescribeImagesCommand";
16
- export * from "./DescribePullThroughCacheRulesCommand";
17
- export * from "./DescribeRegistryCommand";
18
- export * from "./DescribeRepositoriesCommand";
19
- export * from "./GetAuthorizationTokenCommand";
20
- export * from "./GetDownloadUrlForLayerCommand";
21
- export * from "./GetLifecyclePolicyCommand";
22
- export * from "./GetLifecyclePolicyPreviewCommand";
23
- export * from "./GetRegistryPolicyCommand";
24
- export * from "./GetRegistryScanningConfigurationCommand";
25
- export * from "./GetRepositoryPolicyCommand";
26
- export * from "./InitiateLayerUploadCommand";
27
- export * from "./ListImagesCommand";
28
- export * from "./ListTagsForResourceCommand";
29
- export * from "./PutImageCommand";
30
- export * from "./PutImageScanningConfigurationCommand";
31
- export * from "./PutImageTagMutabilityCommand";
32
- export * from "./PutLifecyclePolicyCommand";
33
- export * from "./PutRegistryPolicyCommand";
34
- export * from "./PutRegistryScanningConfigurationCommand";
35
- export * from "./PutReplicationConfigurationCommand";
36
- export * from "./SetRepositoryPolicyCommand";
37
- export * from "./StartImageScanCommand";
38
- export * from "./StartLifecyclePolicyPreviewCommand";
39
- export * from "./TagResourceCommand";
40
- export * from "./UntagResourceCommand";
41
- export * from "./UploadLayerPartCommand";
1
+ export * from "./BatchCheckLayerAvailabilityCommand";
2
+ export * from "./BatchDeleteImageCommand";
3
+ export * from "./BatchGetImageCommand";
4
+ export * from "./BatchGetRepositoryScanningConfigurationCommand";
5
+ export * from "./CompleteLayerUploadCommand";
6
+ export * from "./CreatePullThroughCacheRuleCommand";
7
+ export * from "./CreateRepositoryCommand";
8
+ export * from "./DeleteLifecyclePolicyCommand";
9
+ export * from "./DeletePullThroughCacheRuleCommand";
10
+ export * from "./DeleteRegistryPolicyCommand";
11
+ export * from "./DeleteRepositoryCommand";
12
+ export * from "./DeleteRepositoryPolicyCommand";
13
+ export * from "./DescribeImageReplicationStatusCommand";
14
+ export * from "./DescribeImageScanFindingsCommand";
15
+ export * from "./DescribeImagesCommand";
16
+ export * from "./DescribePullThroughCacheRulesCommand";
17
+ export * from "./DescribeRegistryCommand";
18
+ export * from "./DescribeRepositoriesCommand";
19
+ export * from "./GetAuthorizationTokenCommand";
20
+ export * from "./GetDownloadUrlForLayerCommand";
21
+ export * from "./GetLifecyclePolicyCommand";
22
+ export * from "./GetLifecyclePolicyPreviewCommand";
23
+ export * from "./GetRegistryPolicyCommand";
24
+ export * from "./GetRegistryScanningConfigurationCommand";
25
+ export * from "./GetRepositoryPolicyCommand";
26
+ export * from "./InitiateLayerUploadCommand";
27
+ export * from "./ListImagesCommand";
28
+ export * from "./ListTagsForResourceCommand";
29
+ export * from "./PutImageCommand";
30
+ export * from "./PutImageScanningConfigurationCommand";
31
+ export * from "./PutImageTagMutabilityCommand";
32
+ export * from "./PutLifecyclePolicyCommand";
33
+ export * from "./PutRegistryPolicyCommand";
34
+ export * from "./PutRegistryScanningConfigurationCommand";
35
+ export * from "./PutReplicationConfigurationCommand";
36
+ export * from "./SetRepositoryPolicyCommand";
37
+ export * from "./StartImageScanCommand";
38
+ export * from "./StartLifecyclePolicyPreviewCommand";
39
+ export * from "./TagResourceCommand";
40
+ export * from "./UntagResourceCommand";
41
+ export * from "./UploadLayerPartCommand";
@@ -1,2 +1,2 @@
1
- import { RegionInfoProvider } from "@aws-sdk/types";
2
- export declare const defaultRegionInfoProvider: RegionInfoProvider;
1
+ import { RegionInfoProvider } from "@aws-sdk/types";
2
+ export declare const defaultRegionInfoProvider: RegionInfoProvider;
@@ -1,7 +1,7 @@
1
- export * from "./ECR";
2
- export * from "./ECRClient";
3
- export * from "./commands";
4
- export * from "./models";
5
- export * from "./pagination";
6
- export * from "./waiters";
7
- export { ECRServiceException } from "./models/ECRServiceException";
1
+ export * from "./ECR";
2
+ export * from "./ECRClient";
3
+ export * from "./commands";
4
+ export * from "./models";
5
+ export * from "./pagination";
6
+ export * from "./waiters";
7
+ export { ECRServiceException } from "./models/ECRServiceException";
@@ -1,6 +1,8 @@
1
- import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
-
3
- export declare class ECRServiceException extends __ServiceException {
4
-
5
- constructor(options: __ServiceExceptionOptions);
6
- }
1
+ import {
2
+ ServiceException as __ServiceException,
3
+ ServiceExceptionOptions as __ServiceExceptionOptions,
4
+ } from "@aws-sdk/smithy-client";
5
+
6
+ export declare class ECRServiceException extends __ServiceException {
7
+ constructor(options: __ServiceExceptionOptions);
8
+ }
@@ -1 +1 @@
1
- export * from "./models_0";
1
+ export * from "./models_0";