@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,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
|
+
BatchGetImageRequest,
|
|
15
|
+
BatchGetImageResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetImageCommandInput extends BatchGetImageRequest {}
|
|
18
|
+
export interface BatchGetImageCommandOutput
|
|
19
|
+
extends BatchGetImageResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class BatchGetImageCommand extends $Command<
|
|
23
|
+
BatchGetImageCommandInput,
|
|
24
|
+
BatchGetImageCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: BatchGetImageCommandInput;
|
|
28
|
+
constructor(input: BatchGetImageCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECRClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<BatchGetImageCommandInput, BatchGetImageCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
BatchGetRepositoryScanningConfigurationRequest,
|
|
15
|
+
BatchGetRepositoryScanningConfigurationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface BatchGetRepositoryScanningConfigurationCommandInput
|
|
18
|
+
extends BatchGetRepositoryScanningConfigurationRequest {}
|
|
19
|
+
export interface BatchGetRepositoryScanningConfigurationCommandOutput
|
|
20
|
+
extends BatchGetRepositoryScanningConfigurationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class BatchGetRepositoryScanningConfigurationCommand extends $Command<
|
|
24
|
+
BatchGetRepositoryScanningConfigurationCommandInput,
|
|
25
|
+
BatchGetRepositoryScanningConfigurationCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: BatchGetRepositoryScanningConfigurationCommandInput;
|
|
29
|
+
constructor(input: BatchGetRepositoryScanningConfigurationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
BatchGetRepositoryScanningConfigurationCommandInput,
|
|
37
|
+
BatchGetRepositoryScanningConfigurationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CompleteLayerUploadRequest,
|
|
15
|
+
CompleteLayerUploadResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CompleteLayerUploadCommandInput
|
|
18
|
+
extends CompleteLayerUploadRequest {}
|
|
19
|
+
export interface CompleteLayerUploadCommandOutput
|
|
20
|
+
extends CompleteLayerUploadResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CompleteLayerUploadCommand extends $Command<
|
|
24
|
+
CompleteLayerUploadCommandInput,
|
|
25
|
+
CompleteLayerUploadCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CompleteLayerUploadCommandInput;
|
|
29
|
+
constructor(input: CompleteLayerUploadCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<CompleteLayerUploadCommandInput, CompleteLayerUploadCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreatePullThroughCacheRuleRequest,
|
|
15
|
+
CreatePullThroughCacheRuleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreatePullThroughCacheRuleCommandInput
|
|
18
|
+
extends CreatePullThroughCacheRuleRequest {}
|
|
19
|
+
export interface CreatePullThroughCacheRuleCommandOutput
|
|
20
|
+
extends CreatePullThroughCacheRuleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class CreatePullThroughCacheRuleCommand extends $Command<
|
|
24
|
+
CreatePullThroughCacheRuleCommandInput,
|
|
25
|
+
CreatePullThroughCacheRuleCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: CreatePullThroughCacheRuleCommandInput;
|
|
29
|
+
constructor(input: CreatePullThroughCacheRuleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
CreatePullThroughCacheRuleCommandInput,
|
|
37
|
+
CreatePullThroughCacheRuleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
CreateRepositoryRequest,
|
|
15
|
+
CreateRepositoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface CreateRepositoryCommandInput extends CreateRepositoryRequest {}
|
|
18
|
+
export interface CreateRepositoryCommandOutput
|
|
19
|
+
extends CreateRepositoryResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class CreateRepositoryCommand extends $Command<
|
|
23
|
+
CreateRepositoryCommandInput,
|
|
24
|
+
CreateRepositoryCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: CreateRepositoryCommandInput;
|
|
28
|
+
constructor(input: CreateRepositoryCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECRClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<CreateRepositoryCommandInput, CreateRepositoryCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
DeleteLifecyclePolicyRequest,
|
|
15
|
+
DeleteLifecyclePolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteLifecyclePolicyCommandInput
|
|
18
|
+
extends DeleteLifecyclePolicyRequest {}
|
|
19
|
+
export interface DeleteLifecyclePolicyCommandOutput
|
|
20
|
+
extends DeleteLifecyclePolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteLifecyclePolicyCommand extends $Command<
|
|
24
|
+
DeleteLifecyclePolicyCommandInput,
|
|
25
|
+
DeleteLifecyclePolicyCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteLifecyclePolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteLifecyclePolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteLifecyclePolicyCommandInput,
|
|
37
|
+
DeleteLifecyclePolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
DeletePullThroughCacheRuleRequest,
|
|
15
|
+
DeletePullThroughCacheRuleResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeletePullThroughCacheRuleCommandInput
|
|
18
|
+
extends DeletePullThroughCacheRuleRequest {}
|
|
19
|
+
export interface DeletePullThroughCacheRuleCommandOutput
|
|
20
|
+
extends DeletePullThroughCacheRuleResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeletePullThroughCacheRuleCommand extends $Command<
|
|
24
|
+
DeletePullThroughCacheRuleCommandInput,
|
|
25
|
+
DeletePullThroughCacheRuleCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeletePullThroughCacheRuleCommandInput;
|
|
29
|
+
constructor(input: DeletePullThroughCacheRuleCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeletePullThroughCacheRuleCommandInput,
|
|
37
|
+
DeletePullThroughCacheRuleCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
DeleteRegistryPolicyRequest,
|
|
15
|
+
DeleteRegistryPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRegistryPolicyCommandInput
|
|
18
|
+
extends DeleteRegistryPolicyRequest {}
|
|
19
|
+
export interface DeleteRegistryPolicyCommandOutput
|
|
20
|
+
extends DeleteRegistryPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteRegistryPolicyCommand extends $Command<
|
|
24
|
+
DeleteRegistryPolicyCommandInput,
|
|
25
|
+
DeleteRegistryPolicyCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteRegistryPolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteRegistryPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteRegistryPolicyCommandInput,
|
|
37
|
+
DeleteRegistryPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,37 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
DeleteRepositoryRequest,
|
|
15
|
+
DeleteRepositoryResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRepositoryCommandInput extends DeleteRepositoryRequest {}
|
|
18
|
+
export interface DeleteRepositoryCommandOutput
|
|
19
|
+
extends DeleteRepositoryResponse,
|
|
20
|
+
__MetadataBearer {}
|
|
21
|
+
|
|
22
|
+
export declare class DeleteRepositoryCommand extends $Command<
|
|
23
|
+
DeleteRepositoryCommandInput,
|
|
24
|
+
DeleteRepositoryCommandOutput,
|
|
25
|
+
ECRClientResolvedConfig
|
|
26
|
+
> {
|
|
27
|
+
readonly input: DeleteRepositoryCommandInput;
|
|
28
|
+
constructor(input: DeleteRepositoryCommandInput);
|
|
29
|
+
|
|
30
|
+
resolveMiddleware(
|
|
31
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
|
+
configuration: ECRClientResolvedConfig,
|
|
33
|
+
options?: __HttpHandlerOptions
|
|
34
|
+
): Handler<DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput>;
|
|
35
|
+
private serialize;
|
|
36
|
+
private deserialize;
|
|
37
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
DeleteRepositoryPolicyRequest,
|
|
15
|
+
DeleteRepositoryPolicyResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DeleteRepositoryPolicyCommandInput
|
|
18
|
+
extends DeleteRepositoryPolicyRequest {}
|
|
19
|
+
export interface DeleteRepositoryPolicyCommandOutput
|
|
20
|
+
extends DeleteRepositoryPolicyResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DeleteRepositoryPolicyCommand extends $Command<
|
|
24
|
+
DeleteRepositoryPolicyCommandInput,
|
|
25
|
+
DeleteRepositoryPolicyCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DeleteRepositoryPolicyCommandInput;
|
|
29
|
+
constructor(input: DeleteRepositoryPolicyCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DeleteRepositoryPolicyCommandInput,
|
|
37
|
+
DeleteRepositoryPolicyCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
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
|
+
DescribeImageReplicationStatusRequest,
|
|
15
|
+
DescribeImageReplicationStatusResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeImageReplicationStatusCommandInput
|
|
18
|
+
extends DescribeImageReplicationStatusRequest {}
|
|
19
|
+
export interface DescribeImageReplicationStatusCommandOutput
|
|
20
|
+
extends DescribeImageReplicationStatusResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeImageReplicationStatusCommand extends $Command<
|
|
24
|
+
DescribeImageReplicationStatusCommandInput,
|
|
25
|
+
DescribeImageReplicationStatusCommandOutput,
|
|
26
|
+
ECRClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeImageReplicationStatusCommandInput;
|
|
29
|
+
constructor(input: DescribeImageReplicationStatusCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: ECRClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeImageReplicationStatusCommandInput,
|
|
37
|
+
DescribeImageReplicationStatusCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|