@aws-sdk/client-ecr 3.33.0 → 3.34.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 +12 -0
- package/ECR.ts +37 -0
- package/ECRClient.ts +6 -0
- package/commands/DescribeImageReplicationStatusCommand.ts +102 -0
- package/dist/cjs/ECR.js +15 -0
- package/dist/cjs/ECR.js.map +1 -1
- package/dist/cjs/ECRClient.js.map +1 -1
- package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js +61 -0
- package/dist/cjs/commands/DescribeImageReplicationStatusCommand.js.map +1 -0
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/models/models_0.js +67 -21
- package/dist/cjs/models/models_0.js.map +1 -1
- package/dist/cjs/package.json +39 -39
- package/dist/cjs/protocols/Aws_json1_1.js +193 -2
- package/dist/cjs/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/ECR.js +16 -12
- package/dist/es/ECR.js.map +1 -1
- package/dist/es/ECRClient.js +1 -17
- package/dist/es/ECRClient.js.map +1 -1
- package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js +2 -34
- package/dist/es/commands/BatchCheckLayerAvailabilityCommand.js.map +1 -1
- package/dist/es/commands/BatchDeleteImageCommand.js +2 -32
- package/dist/es/commands/BatchDeleteImageCommand.js.map +1 -1
- package/dist/es/commands/BatchGetImageCommand.js +2 -30
- package/dist/es/commands/BatchGetImageCommand.js.map +1 -1
- package/dist/es/commands/CompleteLayerUploadCommand.js +2 -35
- package/dist/es/commands/CompleteLayerUploadCommand.js.map +1 -1
- package/dist/es/commands/CreateRepositoryCommand.js +2 -28
- package/dist/es/commands/CreateRepositoryCommand.js.map +1 -1
- package/dist/es/commands/DeleteLifecyclePolicyCommand.js +2 -27
- package/dist/es/commands/DeleteLifecyclePolicyCommand.js.map +1 -1
- package/dist/es/commands/DeleteRegistryPolicyCommand.js +2 -27
- package/dist/es/commands/DeleteRegistryPolicyCommand.js.map +1 -1
- package/dist/es/commands/DeleteRepositoryCommand.js +2 -29
- package/dist/es/commands/DeleteRepositoryCommand.js.map +1 -1
- package/dist/es/commands/DeleteRepositoryPolicyCommand.js +2 -27
- package/dist/es/commands/DeleteRepositoryPolicyCommand.js.map +1 -1
- package/dist/es/commands/DescribeImageReplicationStatusCommand.js +40 -0
- package/dist/es/commands/DescribeImageReplicationStatusCommand.js.map +1 -0
- package/dist/es/commands/DescribeImageScanFindingsCommand.js +2 -27
- package/dist/es/commands/DescribeImageScanFindingsCommand.js.map +1 -1
- package/dist/es/commands/DescribeImagesCommand.js +2 -33
- package/dist/es/commands/DescribeImagesCommand.js.map +1 -1
- package/dist/es/commands/DescribeRegistryCommand.js +2 -29
- package/dist/es/commands/DescribeRegistryCommand.js.map +1 -1
- package/dist/es/commands/DescribeRepositoriesCommand.js +2 -27
- package/dist/es/commands/DescribeRepositoriesCommand.js.map +1 -1
- package/dist/es/commands/GetAuthorizationTokenCommand.js +2 -34
- package/dist/es/commands/GetAuthorizationTokenCommand.js.map +1 -1
- package/dist/es/commands/GetDownloadUrlForLayerCommand.js +2 -34
- package/dist/es/commands/GetDownloadUrlForLayerCommand.js.map +1 -1
- package/dist/es/commands/GetLifecyclePolicyCommand.js +2 -27
- package/dist/es/commands/GetLifecyclePolicyCommand.js.map +1 -1
- package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js +2 -28
- package/dist/es/commands/GetLifecyclePolicyPreviewCommand.js.map +1 -1
- package/dist/es/commands/GetRegistryPolicyCommand.js +2 -27
- package/dist/es/commands/GetRegistryPolicyCommand.js.map +1 -1
- package/dist/es/commands/GetRepositoryPolicyCommand.js +2 -27
- package/dist/es/commands/GetRepositoryPolicyCommand.js.map +1 -1
- package/dist/es/commands/InitiateLayerUploadCommand.js +2 -34
- package/dist/es/commands/InitiateLayerUploadCommand.js.map +1 -1
- package/dist/es/commands/ListImagesCommand.js +2 -33
- package/dist/es/commands/ListImagesCommand.js.map +1 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +2 -27
- package/dist/es/commands/ListTagsForResourceCommand.js.map +1 -1
- package/dist/es/commands/PutImageCommand.js +2 -35
- package/dist/es/commands/PutImageCommand.js.map +1 -1
- package/dist/es/commands/PutImageScanningConfigurationCommand.js +2 -27
- package/dist/es/commands/PutImageScanningConfigurationCommand.js.map +1 -1
- package/dist/es/commands/PutImageTagMutabilityCommand.js +2 -29
- package/dist/es/commands/PutImageTagMutabilityCommand.js.map +1 -1
- package/dist/es/commands/PutLifecyclePolicyCommand.js +2 -29
- package/dist/es/commands/PutLifecyclePolicyCommand.js.map +1 -1
- package/dist/es/commands/PutRegistryPolicyCommand.js +2 -29
- package/dist/es/commands/PutRegistryPolicyCommand.js.map +1 -1
- package/dist/es/commands/PutReplicationConfigurationCommand.js +2 -37
- package/dist/es/commands/PutReplicationConfigurationCommand.js.map +1 -1
- package/dist/es/commands/SetRepositoryPolicyCommand.js +2 -29
- package/dist/es/commands/SetRepositoryPolicyCommand.js.map +1 -1
- package/dist/es/commands/StartImageScanCommand.js +2 -30
- package/dist/es/commands/StartImageScanCommand.js.map +1 -1
- package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js +2 -28
- package/dist/es/commands/StartLifecyclePolicyPreviewCommand.js.map +1 -1
- package/dist/es/commands/TagResourceCommand.js +2 -28
- package/dist/es/commands/TagResourceCommand.js.map +1 -1
- package/dist/es/commands/UntagResourceCommand.js +2 -27
- package/dist/es/commands/UntagResourceCommand.js.map +1 -1
- package/dist/es/commands/UploadLayerPartCommand.js +2 -34
- package/dist/es/commands/UploadLayerPartCommand.js.map +1 -1
- package/dist/es/endpoints.js +1 -1
- package/dist/es/endpoints.js.map +1 -1
- package/dist/es/index.js +1 -0
- package/dist/es/index.js.map +1 -1
- package/dist/es/models/models_0.js +34 -377
- package/dist/es/models/models_0.js.map +1 -1
- package/dist/es/package.json +39 -39
- package/dist/es/pagination/DescribeImageScanFindingsPaginator.js +16 -28
- package/dist/es/pagination/DescribeImageScanFindingsPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeImagesPaginator.js +16 -28
- package/dist/es/pagination/DescribeImagesPaginator.js.map +1 -1
- package/dist/es/pagination/DescribeRepositoriesPaginator.js +16 -28
- package/dist/es/pagination/DescribeRepositoriesPaginator.js.map +1 -1
- package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js +16 -28
- package/dist/es/pagination/GetLifecyclePolicyPreviewPaginator.js.map +1 -1
- package/dist/es/pagination/ListImagesPaginator.js +16 -28
- package/dist/es/pagination/ListImagesPaginator.js.map +1 -1
- package/dist/es/protocols/Aws_json1_1.js +1069 -882
- package/dist/es/protocols/Aws_json1_1.js.map +1 -1
- package/dist/es/runtimeConfig.browser.js +0 -3
- package/dist/es/runtimeConfig.browser.js.map +1 -1
- package/dist/es/runtimeConfig.js +0 -3
- package/dist/es/runtimeConfig.js.map +1 -1
- package/dist/es/runtimeConfig.native.js +0 -3
- package/dist/es/runtimeConfig.native.js.map +1 -1
- package/dist/es/runtimeConfig.shared.js +0 -3
- package/dist/es/runtimeConfig.shared.js.map +1 -1
- package/dist/es/waiters/waitForImageScanComplete.js +9 -18
- package/dist/es/waiters/waitForImageScanComplete.js.map +1 -1
- package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js +9 -18
- package/dist/es/waiters/waitForLifecyclePolicyPreviewComplete.js.map +1 -1
- package/dist/types/ECR.d.ts +7 -0
- package/dist/types/ECRClient.d.ts +3 -2
- package/dist/types/commands/DescribeImageReplicationStatusCommand.d.ts +35 -0
- package/dist/types/index.d.ts +1 -0
- package/dist/types/models/models_0.d.ts +154 -43
- package/dist/types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist/types/ts3.4/ECR.d.ts +7 -0
- package/dist/types/ts3.4/ECRClient.d.ts +3 -2
- package/dist/types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +35 -0
- package/dist/types/ts3.4/index.d.ts +1 -0
- package/dist/types/ts3.4/models/models_0.d.ts +154 -43
- package/dist/types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
- package/index.ts +1 -0
- package/models/models_0.ts +190 -51
- package/package.json +39 -39
- package/protocols/Aws_json1_1.ts +229 -0
- package/tsconfig.es.json +0 -2
- package/tsconfig.json +4 -5
- package/tsconfig.types.json +8 -0
|
@@ -7,6 +7,7 @@ import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput }
|
|
|
7
7
|
import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "../commands/DeleteRegistryPolicyCommand";
|
|
8
8
|
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
|
|
9
9
|
import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "../commands/DeleteRepositoryPolicyCommand";
|
|
10
|
+
import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "../commands/DescribeImageReplicationStatusCommand";
|
|
10
11
|
import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "../commands/DescribeImageScanFindingsCommand";
|
|
11
12
|
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
|
|
12
13
|
import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "../commands/DescribeRegistryCommand";
|
|
@@ -43,6 +44,7 @@ export declare const serializeAws_json1_1DeleteLifecyclePolicyCommand: (input: D
|
|
|
43
44
|
export declare const serializeAws_json1_1DeleteRegistryPolicyCommand: (input: DeleteRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
45
|
export declare const serializeAws_json1_1DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
46
|
export declare const serializeAws_json1_1DeleteRepositoryPolicyCommand: (input: DeleteRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_json1_1DescribeImageReplicationStatusCommand: (input: DescribeImageReplicationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
48
|
export declare const serializeAws_json1_1DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
49
|
export declare const serializeAws_json1_1DescribeImageScanFindingsCommand: (input: DescribeImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
50
|
export declare const serializeAws_json1_1DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -77,6 +79,7 @@ export declare const deserializeAws_json1_1DeleteLifecyclePolicyCommand: (output
|
|
|
77
79
|
export declare const deserializeAws_json1_1DeleteRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryPolicyCommandOutput>;
|
|
78
80
|
export declare const deserializeAws_json1_1DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
|
|
79
81
|
export declare const deserializeAws_json1_1DeleteRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPolicyCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_json1_1DescribeImageReplicationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageReplicationStatusCommandOutput>;
|
|
80
83
|
export declare const deserializeAws_json1_1DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
|
|
81
84
|
export declare const deserializeAws_json1_1DescribeImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageScanFindingsCommandOutput>;
|
|
82
85
|
export declare const deserializeAws_json1_1DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;
|
|
@@ -8,6 +8,7 @@ import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput }
|
|
|
8
8
|
import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "./commands/DeleteRegistryPolicyCommand";
|
|
9
9
|
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
|
|
10
10
|
import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "./commands/DeleteRepositoryPolicyCommand";
|
|
11
|
+
import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "./commands/DescribeImageReplicationStatusCommand";
|
|
11
12
|
import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "./commands/DescribeImageScanFindingsCommand";
|
|
12
13
|
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
|
|
13
14
|
import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "./commands/DescribeRegistryCommand";
|
|
@@ -126,6 +127,12 @@ export declare class ECR extends ECRClient {
|
|
|
126
127
|
deleteRepositoryPolicy(args: DeleteRepositoryPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRepositoryPolicyCommandOutput>;
|
|
127
128
|
deleteRepositoryPolicy(args: DeleteRepositoryPolicyCommandInput, cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void): void;
|
|
128
129
|
deleteRepositoryPolicy(args: DeleteRepositoryPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRepositoryPolicyCommandOutput) => void): void;
|
|
130
|
+
/**
|
|
131
|
+
* <p>Returns the replication status for a specified image.</p>
|
|
132
|
+
*/
|
|
133
|
+
describeImageReplicationStatus(args: DescribeImageReplicationStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeImageReplicationStatusCommandOutput>;
|
|
134
|
+
describeImageReplicationStatus(args: DescribeImageReplicationStatusCommandInput, cb: (err: any, data?: DescribeImageReplicationStatusCommandOutput) => void): void;
|
|
135
|
+
describeImageReplicationStatus(args: DescribeImageReplicationStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeImageReplicationStatusCommandOutput) => void): void;
|
|
129
136
|
/**
|
|
130
137
|
* <p>Returns metadata about the images in a repository.</p>
|
|
131
138
|
* <note>
|
|
@@ -7,6 +7,7 @@ import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput }
|
|
|
7
7
|
import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "./commands/DeleteRegistryPolicyCommand";
|
|
8
8
|
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "./commands/DeleteRepositoryCommand";
|
|
9
9
|
import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "./commands/DeleteRepositoryPolicyCommand";
|
|
10
|
+
import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "./commands/DescribeImageReplicationStatusCommand";
|
|
10
11
|
import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "./commands/DescribeImageScanFindingsCommand";
|
|
11
12
|
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "./commands/DescribeImagesCommand";
|
|
12
13
|
import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "./commands/DescribeRegistryCommand";
|
|
@@ -40,8 +41,8 @@ import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middlewa
|
|
|
40
41
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
41
42
|
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
42
43
|
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
43
|
-
export declare type ServiceInputTypes = BatchCheckLayerAvailabilityCommandInput | BatchDeleteImageCommandInput | BatchGetImageCommandInput | CompleteLayerUploadCommandInput | CreateRepositoryCommandInput | DeleteLifecyclePolicyCommandInput | DeleteRegistryPolicyCommandInput | DeleteRepositoryCommandInput | DeleteRepositoryPolicyCommandInput | DescribeImageScanFindingsCommandInput | DescribeImagesCommandInput | DescribeRegistryCommandInput | DescribeRepositoriesCommandInput | GetAuthorizationTokenCommandInput | GetDownloadUrlForLayerCommandInput | GetLifecyclePolicyCommandInput | GetLifecyclePolicyPreviewCommandInput | GetRegistryPolicyCommandInput | GetRepositoryPolicyCommandInput | InitiateLayerUploadCommandInput | ListImagesCommandInput | ListTagsForResourceCommandInput | PutImageCommandInput | PutImageScanningConfigurationCommandInput | PutImageTagMutabilityCommandInput | PutLifecyclePolicyCommandInput | PutRegistryPolicyCommandInput | PutReplicationConfigurationCommandInput | SetRepositoryPolicyCommandInput | StartImageScanCommandInput | StartLifecyclePolicyPreviewCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UploadLayerPartCommandInput;
|
|
44
|
-
export declare type ServiceOutputTypes = BatchCheckLayerAvailabilityCommandOutput | BatchDeleteImageCommandOutput | BatchGetImageCommandOutput | CompleteLayerUploadCommandOutput | CreateRepositoryCommandOutput | DeleteLifecyclePolicyCommandOutput | DeleteRegistryPolicyCommandOutput | DeleteRepositoryCommandOutput | DeleteRepositoryPolicyCommandOutput | DescribeImageScanFindingsCommandOutput | DescribeImagesCommandOutput | DescribeRegistryCommandOutput | DescribeRepositoriesCommandOutput | GetAuthorizationTokenCommandOutput | GetDownloadUrlForLayerCommandOutput | GetLifecyclePolicyCommandOutput | GetLifecyclePolicyPreviewCommandOutput | GetRegistryPolicyCommandOutput | GetRepositoryPolicyCommandOutput | InitiateLayerUploadCommandOutput | ListImagesCommandOutput | ListTagsForResourceCommandOutput | PutImageCommandOutput | PutImageScanningConfigurationCommandOutput | PutImageTagMutabilityCommandOutput | PutLifecyclePolicyCommandOutput | PutRegistryPolicyCommandOutput | PutReplicationConfigurationCommandOutput | SetRepositoryPolicyCommandOutput | StartImageScanCommandOutput | StartLifecyclePolicyPreviewCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UploadLayerPartCommandOutput;
|
|
44
|
+
export declare type ServiceInputTypes = BatchCheckLayerAvailabilityCommandInput | BatchDeleteImageCommandInput | BatchGetImageCommandInput | CompleteLayerUploadCommandInput | CreateRepositoryCommandInput | DeleteLifecyclePolicyCommandInput | DeleteRegistryPolicyCommandInput | DeleteRepositoryCommandInput | DeleteRepositoryPolicyCommandInput | DescribeImageReplicationStatusCommandInput | DescribeImageScanFindingsCommandInput | DescribeImagesCommandInput | DescribeRegistryCommandInput | DescribeRepositoriesCommandInput | GetAuthorizationTokenCommandInput | GetDownloadUrlForLayerCommandInput | GetLifecyclePolicyCommandInput | GetLifecyclePolicyPreviewCommandInput | GetRegistryPolicyCommandInput | GetRepositoryPolicyCommandInput | InitiateLayerUploadCommandInput | ListImagesCommandInput | ListTagsForResourceCommandInput | PutImageCommandInput | PutImageScanningConfigurationCommandInput | PutImageTagMutabilityCommandInput | PutLifecyclePolicyCommandInput | PutRegistryPolicyCommandInput | PutReplicationConfigurationCommandInput | SetRepositoryPolicyCommandInput | StartImageScanCommandInput | StartLifecyclePolicyPreviewCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UploadLayerPartCommandInput;
|
|
45
|
+
export declare type ServiceOutputTypes = BatchCheckLayerAvailabilityCommandOutput | BatchDeleteImageCommandOutput | BatchGetImageCommandOutput | CompleteLayerUploadCommandOutput | CreateRepositoryCommandOutput | DeleteLifecyclePolicyCommandOutput | DeleteRegistryPolicyCommandOutput | DeleteRepositoryCommandOutput | DeleteRepositoryPolicyCommandOutput | DescribeImageReplicationStatusCommandOutput | DescribeImageScanFindingsCommandOutput | DescribeImagesCommandOutput | DescribeRegistryCommandOutput | DescribeRepositoriesCommandOutput | GetAuthorizationTokenCommandOutput | GetDownloadUrlForLayerCommandOutput | GetLifecyclePolicyCommandOutput | GetLifecyclePolicyPreviewCommandOutput | GetRegistryPolicyCommandOutput | GetRepositoryPolicyCommandOutput | InitiateLayerUploadCommandOutput | ListImagesCommandOutput | ListTagsForResourceCommandOutput | PutImageCommandOutput | PutImageScanningConfigurationCommandOutput | PutImageTagMutabilityCommandOutput | PutLifecyclePolicyCommandOutput | PutRegistryPolicyCommandOutput | PutReplicationConfigurationCommandOutput | SetRepositoryPolicyCommandOutput | StartImageScanCommandOutput | StartLifecyclePolicyPreviewCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UploadLayerPartCommandOutput;
|
|
45
46
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
46
47
|
/**
|
|
47
48
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ECRClient";
|
|
2
|
+
import { DescribeImageReplicationStatusRequest, DescribeImageReplicationStatusResponse } from "../models/models_0";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { Handler, MiddlewareStack, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer } from "@aws-sdk/types";
|
|
5
|
+
export interface DescribeImageReplicationStatusCommandInput extends DescribeImageReplicationStatusRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface DescribeImageReplicationStatusCommandOutput extends DescribeImageReplicationStatusResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Returns the replication status for a specified image.</p>
|
|
11
|
+
* @example
|
|
12
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
13
|
+
* ```javascript
|
|
14
|
+
* import { ECRClient, DescribeImageReplicationStatusCommand } from "@aws-sdk/client-ecr"; // ES Modules import
|
|
15
|
+
* // const { ECRClient, DescribeImageReplicationStatusCommand } = require("@aws-sdk/client-ecr"); // CommonJS import
|
|
16
|
+
* const client = new ECRClient(config);
|
|
17
|
+
* const command = new DescribeImageReplicationStatusCommand(input);
|
|
18
|
+
* const response = await client.send(command);
|
|
19
|
+
* ```
|
|
20
|
+
*
|
|
21
|
+
* @see {@link DescribeImageReplicationStatusCommandInput} for command's `input` shape.
|
|
22
|
+
* @see {@link DescribeImageReplicationStatusCommandOutput} for command's `response` shape.
|
|
23
|
+
* @see {@link ECRClientResolvedConfig | config} for command's `input` shape.
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
export declare class DescribeImageReplicationStatusCommand extends $Command<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput, ECRClientResolvedConfig> {
|
|
27
|
+
readonly input: DescribeImageReplicationStatusCommandInput;
|
|
28
|
+
constructor(input: DescribeImageReplicationStatusCommandInput);
|
|
29
|
+
/**
|
|
30
|
+
* @internal
|
|
31
|
+
*/
|
|
32
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ECRClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput>;
|
|
33
|
+
private serialize;
|
|
34
|
+
private deserialize;
|
|
35
|
+
}
|
|
@@ -9,6 +9,7 @@ export * from "./commands/DeleteLifecyclePolicyCommand";
|
|
|
9
9
|
export * from "./commands/DeleteRegistryPolicyCommand";
|
|
10
10
|
export * from "./commands/DeleteRepositoryCommand";
|
|
11
11
|
export * from "./commands/DeleteRepositoryPolicyCommand";
|
|
12
|
+
export * from "./commands/DescribeImageReplicationStatusCommand";
|
|
12
13
|
export * from "./commands/DescribeImagesCommand";
|
|
13
14
|
export * from "./pagination/DescribeImagesPaginator";
|
|
14
15
|
export * from "./commands/DescribeImageScanFindingsCommand";
|
|
@@ -151,7 +151,7 @@ export declare namespace ServerException {
|
|
|
151
151
|
const filterSensitiveLog: (obj: ServerException) => any;
|
|
152
152
|
}
|
|
153
153
|
/**
|
|
154
|
-
* <p>An object with identifying information for an Amazon ECR
|
|
154
|
+
* <p>An object with identifying information for an image in an Amazon ECR repository.</p>
|
|
155
155
|
*/
|
|
156
156
|
export interface ImageIdentifier {
|
|
157
157
|
/**
|
|
@@ -571,6 +571,11 @@ export declare namespace Tag {
|
|
|
571
571
|
const filterSensitiveLog: (obj: Tag) => any;
|
|
572
572
|
}
|
|
573
573
|
export interface CreateRepositoryRequest {
|
|
574
|
+
/**
|
|
575
|
+
* <p>The AWS account ID associated with the registry to create the repository.
|
|
576
|
+
* If you do not specify a registry, the default registry is assumed.</p>
|
|
577
|
+
*/
|
|
578
|
+
registryId?: string;
|
|
574
579
|
/**
|
|
575
580
|
* <p>The name to use for the repository. The repository name may be specified on its own
|
|
576
581
|
* (such as <code>nginx-web-app</code>) or it can be prepended with a namespace to group
|
|
@@ -827,6 +832,20 @@ export declare namespace RegistryPolicyNotFoundException {
|
|
|
827
832
|
*/
|
|
828
833
|
const filterSensitiveLog: (obj: RegistryPolicyNotFoundException) => any;
|
|
829
834
|
}
|
|
835
|
+
/**
|
|
836
|
+
* <p>There was an exception validating this request.</p>
|
|
837
|
+
*/
|
|
838
|
+
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
839
|
+
name: "ValidationException";
|
|
840
|
+
$fault: "client";
|
|
841
|
+
message?: string;
|
|
842
|
+
}
|
|
843
|
+
export declare namespace ValidationException {
|
|
844
|
+
/**
|
|
845
|
+
* @internal
|
|
846
|
+
*/
|
|
847
|
+
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
848
|
+
}
|
|
830
849
|
export interface DeleteRepositoryRequest {
|
|
831
850
|
/**
|
|
832
851
|
* <p>The Amazon Web Services account ID associated with the registry that contains the repository to
|
|
@@ -934,6 +953,92 @@ export declare namespace RepositoryPolicyNotFoundException {
|
|
|
934
953
|
*/
|
|
935
954
|
const filterSensitiveLog: (obj: RepositoryPolicyNotFoundException) => any;
|
|
936
955
|
}
|
|
956
|
+
export interface DescribeImageReplicationStatusRequest {
|
|
957
|
+
/**
|
|
958
|
+
* <p>The name of the repository that the image is in.</p>
|
|
959
|
+
*/
|
|
960
|
+
repositoryName: string | undefined;
|
|
961
|
+
/**
|
|
962
|
+
* <p>An object with identifying information for an image in an Amazon ECR repository.</p>
|
|
963
|
+
*/
|
|
964
|
+
imageId: ImageIdentifier | undefined;
|
|
965
|
+
/**
|
|
966
|
+
* <p>The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed.</p>
|
|
967
|
+
*/
|
|
968
|
+
registryId?: string;
|
|
969
|
+
}
|
|
970
|
+
export declare namespace DescribeImageReplicationStatusRequest {
|
|
971
|
+
/**
|
|
972
|
+
* @internal
|
|
973
|
+
*/
|
|
974
|
+
const filterSensitiveLog: (obj: DescribeImageReplicationStatusRequest) => any;
|
|
975
|
+
}
|
|
976
|
+
export declare enum ReplicationStatus {
|
|
977
|
+
COMPLETE = "COMPLETE",
|
|
978
|
+
FAILED = "FAILED",
|
|
979
|
+
IN_PROGRESS = "IN_PROGRESS"
|
|
980
|
+
}
|
|
981
|
+
/**
|
|
982
|
+
* <p>The status of the replication process for an image.</p>
|
|
983
|
+
*/
|
|
984
|
+
export interface ImageReplicationStatus {
|
|
985
|
+
/**
|
|
986
|
+
* <p>The destination Region for the image replication.</p>
|
|
987
|
+
*/
|
|
988
|
+
region?: string;
|
|
989
|
+
/**
|
|
990
|
+
* <p>The AWS account ID associated with the registry to which the image belongs.</p>
|
|
991
|
+
*/
|
|
992
|
+
registryId?: string;
|
|
993
|
+
/**
|
|
994
|
+
* <p>The image replication status.</p>
|
|
995
|
+
*/
|
|
996
|
+
status?: ReplicationStatus | string;
|
|
997
|
+
/**
|
|
998
|
+
* <p>The failure code for a replication that has failed.</p>
|
|
999
|
+
*/
|
|
1000
|
+
failureCode?: string;
|
|
1001
|
+
}
|
|
1002
|
+
export declare namespace ImageReplicationStatus {
|
|
1003
|
+
/**
|
|
1004
|
+
* @internal
|
|
1005
|
+
*/
|
|
1006
|
+
const filterSensitiveLog: (obj: ImageReplicationStatus) => any;
|
|
1007
|
+
}
|
|
1008
|
+
export interface DescribeImageReplicationStatusResponse {
|
|
1009
|
+
/**
|
|
1010
|
+
* <p>The repository name associated with the request.</p>
|
|
1011
|
+
*/
|
|
1012
|
+
repositoryName?: string;
|
|
1013
|
+
/**
|
|
1014
|
+
* <p>An object with identifying information for an image in an Amazon ECR repository.</p>
|
|
1015
|
+
*/
|
|
1016
|
+
imageId?: ImageIdentifier;
|
|
1017
|
+
/**
|
|
1018
|
+
* <p>The replication status details for the images in the specified repository.</p>
|
|
1019
|
+
*/
|
|
1020
|
+
replicationStatuses?: ImageReplicationStatus[];
|
|
1021
|
+
}
|
|
1022
|
+
export declare namespace DescribeImageReplicationStatusResponse {
|
|
1023
|
+
/**
|
|
1024
|
+
* @internal
|
|
1025
|
+
*/
|
|
1026
|
+
const filterSensitiveLog: (obj: DescribeImageReplicationStatusResponse) => any;
|
|
1027
|
+
}
|
|
1028
|
+
/**
|
|
1029
|
+
* <p>The image requested does not exist in the specified repository.</p>
|
|
1030
|
+
*/
|
|
1031
|
+
export interface ImageNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1032
|
+
name: "ImageNotFoundException";
|
|
1033
|
+
$fault: "client";
|
|
1034
|
+
message?: string;
|
|
1035
|
+
}
|
|
1036
|
+
export declare namespace ImageNotFoundException {
|
|
1037
|
+
/**
|
|
1038
|
+
* @internal
|
|
1039
|
+
*/
|
|
1040
|
+
const filterSensitiveLog: (obj: ImageNotFoundException) => any;
|
|
1041
|
+
}
|
|
937
1042
|
export declare enum TagStatus {
|
|
938
1043
|
ANY = "ANY",
|
|
939
1044
|
TAGGED = "TAGGED",
|
|
@@ -1143,20 +1248,6 @@ export declare namespace DescribeImagesResponse {
|
|
|
1143
1248
|
*/
|
|
1144
1249
|
const filterSensitiveLog: (obj: DescribeImagesResponse) => any;
|
|
1145
1250
|
}
|
|
1146
|
-
/**
|
|
1147
|
-
* <p>The image requested does not exist in the specified repository.</p>
|
|
1148
|
-
*/
|
|
1149
|
-
export interface ImageNotFoundException extends __SmithyException, $MetadataBearer {
|
|
1150
|
-
name: "ImageNotFoundException";
|
|
1151
|
-
$fault: "client";
|
|
1152
|
-
message?: string;
|
|
1153
|
-
}
|
|
1154
|
-
export declare namespace ImageNotFoundException {
|
|
1155
|
-
/**
|
|
1156
|
-
* @internal
|
|
1157
|
-
*/
|
|
1158
|
-
const filterSensitiveLog: (obj: ImageNotFoundException) => any;
|
|
1159
|
-
}
|
|
1160
1251
|
export interface DescribeImageScanFindingsRequest {
|
|
1161
1252
|
/**
|
|
1162
1253
|
* <p>The Amazon Web Services account ID associated with the registry that contains the repository in
|
|
@@ -1168,7 +1259,7 @@ export interface DescribeImageScanFindingsRequest {
|
|
|
1168
1259
|
*/
|
|
1169
1260
|
repositoryName: string | undefined;
|
|
1170
1261
|
/**
|
|
1171
|
-
* <p>An object with identifying information for an Amazon ECR
|
|
1262
|
+
* <p>An object with identifying information for an image in an Amazon ECR repository.</p>
|
|
1172
1263
|
*/
|
|
1173
1264
|
imageId: ImageIdentifier | undefined;
|
|
1174
1265
|
/**
|
|
@@ -1287,7 +1378,7 @@ export interface DescribeImageScanFindingsResponse {
|
|
|
1287
1378
|
*/
|
|
1288
1379
|
repositoryName?: string;
|
|
1289
1380
|
/**
|
|
1290
|
-
* <p>An object with identifying information for an Amazon ECR
|
|
1381
|
+
* <p>An object with identifying information for an image in an Amazon ECR repository.</p>
|
|
1291
1382
|
*/
|
|
1292
1383
|
imageId?: ImageIdentifier;
|
|
1293
1384
|
/**
|
|
@@ -1337,15 +1428,16 @@ export declare namespace DescribeRegistryRequest {
|
|
|
1337
1428
|
const filterSensitiveLog: (obj: DescribeRegistryRequest) => any;
|
|
1338
1429
|
}
|
|
1339
1430
|
/**
|
|
1340
|
-
* <p>An array of objects representing the
|
|
1431
|
+
* <p>An array of objects representing the destination for a replication rule.</p>
|
|
1341
1432
|
*/
|
|
1342
1433
|
export interface ReplicationDestination {
|
|
1343
1434
|
/**
|
|
1344
|
-
* <p>
|
|
1435
|
+
* <p>The Region to replicate to.</p>
|
|
1345
1436
|
*/
|
|
1346
1437
|
region: string | undefined;
|
|
1347
1438
|
/**
|
|
1348
|
-
* <p>The account ID of the
|
|
1439
|
+
* <p>The Amazon Web Services account ID of the Amazon ECR private registry to replicate to. When configuring
|
|
1440
|
+
* cross-Region replication within your own registry, specify your own account ID.</p>
|
|
1349
1441
|
*/
|
|
1350
1442
|
registryId: string | undefined;
|
|
1351
1443
|
}
|
|
@@ -1355,16 +1447,50 @@ export declare namespace ReplicationDestination {
|
|
|
1355
1447
|
*/
|
|
1356
1448
|
const filterSensitiveLog: (obj: ReplicationDestination) => any;
|
|
1357
1449
|
}
|
|
1450
|
+
export declare enum RepositoryFilterType {
|
|
1451
|
+
PREFIX_MATCH = "PREFIX_MATCH"
|
|
1452
|
+
}
|
|
1358
1453
|
/**
|
|
1359
|
-
* <p>
|
|
1360
|
-
*
|
|
1361
|
-
*
|
|
1454
|
+
* <p>The filter settings used with image replication. Specifying a repository filter to a
|
|
1455
|
+
* replication rule provides a method for controlling which repositories in a private
|
|
1456
|
+
* registry are replicated. If no repository filter is specified, all images in the
|
|
1457
|
+
* repository are replicated.</p>
|
|
1458
|
+
*/
|
|
1459
|
+
export interface RepositoryFilter {
|
|
1460
|
+
/**
|
|
1461
|
+
* <p>The repository filter details. When the <code>PREFIX_MATCH</code> filter type is
|
|
1462
|
+
* specified, this value is required and should be the repository name prefix to configure
|
|
1463
|
+
* replication for.</p>
|
|
1464
|
+
*/
|
|
1465
|
+
filter: string | undefined;
|
|
1466
|
+
/**
|
|
1467
|
+
* <p>The repository filter type. The only supported value is <code>PREFIX_MATCH</code>,
|
|
1468
|
+
* which is a repository name prefix specified with the <code>filter</code>
|
|
1469
|
+
* parameter.</p>
|
|
1470
|
+
*/
|
|
1471
|
+
filterType: RepositoryFilterType | string | undefined;
|
|
1472
|
+
}
|
|
1473
|
+
export declare namespace RepositoryFilter {
|
|
1474
|
+
/**
|
|
1475
|
+
* @internal
|
|
1476
|
+
*/
|
|
1477
|
+
const filterSensitiveLog: (obj: RepositoryFilter) => any;
|
|
1478
|
+
}
|
|
1479
|
+
/**
|
|
1480
|
+
* <p>An array of objects representing the replication destinations and repository filters
|
|
1481
|
+
* for a replication configuration.</p>
|
|
1362
1482
|
*/
|
|
1363
1483
|
export interface ReplicationRule {
|
|
1364
1484
|
/**
|
|
1365
|
-
* <p>An array of objects representing the
|
|
1485
|
+
* <p>An array of objects representing the destination for a replication rule.</p>
|
|
1366
1486
|
*/
|
|
1367
1487
|
destinations: ReplicationDestination[] | undefined;
|
|
1488
|
+
/**
|
|
1489
|
+
* <p>An array of objects representing the filters for a replication rule. Specifying a
|
|
1490
|
+
* repository filter for a replication rule provides a method for controlling which
|
|
1491
|
+
* repositories in a private registry are replicated.</p>
|
|
1492
|
+
*/
|
|
1493
|
+
repositoryFilters?: RepositoryFilter[];
|
|
1368
1494
|
}
|
|
1369
1495
|
export declare namespace ReplicationRule {
|
|
1370
1496
|
/**
|
|
@@ -1377,9 +1503,8 @@ export declare namespace ReplicationRule {
|
|
|
1377
1503
|
*/
|
|
1378
1504
|
export interface ReplicationConfiguration {
|
|
1379
1505
|
/**
|
|
1380
|
-
* <p>An array of objects representing the replication
|
|
1381
|
-
*
|
|
1382
|
-
* rule may contain one or more replication destinations.</p>
|
|
1506
|
+
* <p>An array of objects representing the replication destinations and repository filters
|
|
1507
|
+
* for a replication configuration.</p>
|
|
1383
1508
|
*/
|
|
1384
1509
|
rules: ReplicationRule[] | undefined;
|
|
1385
1510
|
}
|
|
@@ -1405,20 +1530,6 @@ export declare namespace DescribeRegistryResponse {
|
|
|
1405
1530
|
*/
|
|
1406
1531
|
const filterSensitiveLog: (obj: DescribeRegistryResponse) => any;
|
|
1407
1532
|
}
|
|
1408
|
-
/**
|
|
1409
|
-
* <p>There was an exception validating this request.</p>
|
|
1410
|
-
*/
|
|
1411
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
1412
|
-
name: "ValidationException";
|
|
1413
|
-
$fault: "client";
|
|
1414
|
-
message?: string;
|
|
1415
|
-
}
|
|
1416
|
-
export declare namespace ValidationException {
|
|
1417
|
-
/**
|
|
1418
|
-
* @internal
|
|
1419
|
-
*/
|
|
1420
|
-
const filterSensitiveLog: (obj: ValidationException) => any;
|
|
1421
|
-
}
|
|
1422
1533
|
export interface DescribeRepositoriesRequest {
|
|
1423
1534
|
/**
|
|
1424
1535
|
* <p>The Amazon Web Services account ID associated with the registry that contains the repositories to be
|
|
@@ -2412,7 +2523,7 @@ export interface StartImageScanRequest {
|
|
|
2412
2523
|
*/
|
|
2413
2524
|
repositoryName: string | undefined;
|
|
2414
2525
|
/**
|
|
2415
|
-
* <p>An object with identifying information for an Amazon ECR
|
|
2526
|
+
* <p>An object with identifying information for an image in an Amazon ECR repository.</p>
|
|
2416
2527
|
*/
|
|
2417
2528
|
imageId: ImageIdentifier | undefined;
|
|
2418
2529
|
}
|
|
@@ -2432,7 +2543,7 @@ export interface StartImageScanResponse {
|
|
|
2432
2543
|
*/
|
|
2433
2544
|
repositoryName?: string;
|
|
2434
2545
|
/**
|
|
2435
|
-
* <p>An object with identifying information for an Amazon ECR
|
|
2546
|
+
* <p>An object with identifying information for an image in an Amazon ECR repository.</p>
|
|
2436
2547
|
*/
|
|
2437
2548
|
imageId?: ImageIdentifier;
|
|
2438
2549
|
/**
|
|
@@ -7,6 +7,7 @@ import { DeleteLifecyclePolicyCommandInput, DeleteLifecyclePolicyCommandOutput }
|
|
|
7
7
|
import { DeleteRegistryPolicyCommandInput, DeleteRegistryPolicyCommandOutput } from "../commands/DeleteRegistryPolicyCommand";
|
|
8
8
|
import { DeleteRepositoryCommandInput, DeleteRepositoryCommandOutput } from "../commands/DeleteRepositoryCommand";
|
|
9
9
|
import { DeleteRepositoryPolicyCommandInput, DeleteRepositoryPolicyCommandOutput } from "../commands/DeleteRepositoryPolicyCommand";
|
|
10
|
+
import { DescribeImageReplicationStatusCommandInput, DescribeImageReplicationStatusCommandOutput } from "../commands/DescribeImageReplicationStatusCommand";
|
|
10
11
|
import { DescribeImageScanFindingsCommandInput, DescribeImageScanFindingsCommandOutput } from "../commands/DescribeImageScanFindingsCommand";
|
|
11
12
|
import { DescribeImagesCommandInput, DescribeImagesCommandOutput } from "../commands/DescribeImagesCommand";
|
|
12
13
|
import { DescribeRegistryCommandInput, DescribeRegistryCommandOutput } from "../commands/DescribeRegistryCommand";
|
|
@@ -43,6 +44,7 @@ export declare const serializeAws_json1_1DeleteLifecyclePolicyCommand: (input: D
|
|
|
43
44
|
export declare const serializeAws_json1_1DeleteRegistryPolicyCommand: (input: DeleteRegistryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
44
45
|
export declare const serializeAws_json1_1DeleteRepositoryCommand: (input: DeleteRepositoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
45
46
|
export declare const serializeAws_json1_1DeleteRepositoryPolicyCommand: (input: DeleteRepositoryPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
export declare const serializeAws_json1_1DescribeImageReplicationStatusCommand: (input: DescribeImageReplicationStatusCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
46
48
|
export declare const serializeAws_json1_1DescribeImagesCommand: (input: DescribeImagesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
49
|
export declare const serializeAws_json1_1DescribeImageScanFindingsCommand: (input: DescribeImageScanFindingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
48
50
|
export declare const serializeAws_json1_1DescribeRegistryCommand: (input: DescribeRegistryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -77,6 +79,7 @@ export declare const deserializeAws_json1_1DeleteLifecyclePolicyCommand: (output
|
|
|
77
79
|
export declare const deserializeAws_json1_1DeleteRegistryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRegistryPolicyCommandOutput>;
|
|
78
80
|
export declare const deserializeAws_json1_1DeleteRepositoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryCommandOutput>;
|
|
79
81
|
export declare const deserializeAws_json1_1DeleteRepositoryPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRepositoryPolicyCommandOutput>;
|
|
82
|
+
export declare const deserializeAws_json1_1DescribeImageReplicationStatusCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageReplicationStatusCommandOutput>;
|
|
80
83
|
export declare const deserializeAws_json1_1DescribeImagesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImagesCommandOutput>;
|
|
81
84
|
export declare const deserializeAws_json1_1DescribeImageScanFindingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeImageScanFindingsCommandOutput>;
|
|
82
85
|
export declare const deserializeAws_json1_1DescribeRegistryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRegistryCommandOutput>;
|
package/index.ts
CHANGED
|
@@ -9,6 +9,7 @@ export * from "./commands/DeleteLifecyclePolicyCommand";
|
|
|
9
9
|
export * from "./commands/DeleteRegistryPolicyCommand";
|
|
10
10
|
export * from "./commands/DeleteRepositoryCommand";
|
|
11
11
|
export * from "./commands/DeleteRepositoryPolicyCommand";
|
|
12
|
+
export * from "./commands/DescribeImageReplicationStatusCommand";
|
|
12
13
|
export * from "./commands/DescribeImagesCommand";
|
|
13
14
|
export * from "./pagination/DescribeImagesPaginator";
|
|
14
15
|
export * from "./commands/DescribeImageScanFindingsCommand";
|