@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.
- package/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/ECR.d.ts +748 -210
- package/dist-types/ts3.4/ECRClient.d.ts +374 -114
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/index.d.ts +41 -41
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +7 -7
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1835 -1637
- package/dist-types/ts3.4/pagination/DescribeImageScanFindingsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribePullThroughCacheRulesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeRepositoriesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/GetLifecyclePolicyPreviewPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/ListImagesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +7 -7
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +497 -125
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/dist-types/ts3.4/waiters/index.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +13 -7
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +13 -7
- package/package.json +35 -35
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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";
|