@aws-sdk/client-ecr 3.170.0 → 3.171.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 +8 -0
- package/dist-types/ts3.4/ECR.d.ts +0 -41
- package/dist-types/ts3.4/ECRClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/ECRServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -503
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/dist-types/ts3.4/waiters/waitForImageScanComplete.d.ts +0 -2
- package/dist-types/ts3.4/waiters/waitForLifecyclePolicyPreviewComplete.d.ts +0 -2
- package/package.json +27 -27
|
@@ -18,7 +18,6 @@ export interface DescribeRegistryCommandInput extends DescribeRegistryRequest {}
|
|
|
18
18
|
export interface DescribeRegistryCommandOutput
|
|
19
19
|
extends DescribeRegistryResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DescribeRegistryCommand extends $Command<
|
|
23
22
|
DescribeRegistryCommandInput,
|
|
24
23
|
DescribeRegistryCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DescribeRegistryCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DescribeRegistryCommandInput;
|
|
28
27
|
constructor(input: DescribeRegistryCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeRepositoriesCommandInput
|
|
|
19
19
|
export interface DescribeRepositoriesCommandOutput
|
|
20
20
|
extends DescribeRepositoriesResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeRepositoriesCommand extends $Command<
|
|
24
23
|
DescribeRepositoriesCommandInput,
|
|
25
24
|
DescribeRepositoriesCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeRepositoriesCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeRepositoriesCommandInput;
|
|
29
28
|
constructor(input: DescribeRepositoriesCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetAuthorizationTokenCommandInput
|
|
|
19
19
|
export interface GetAuthorizationTokenCommandOutput
|
|
20
20
|
extends GetAuthorizationTokenResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetAuthorizationTokenCommand extends $Command<
|
|
24
23
|
GetAuthorizationTokenCommandInput,
|
|
25
24
|
GetAuthorizationTokenCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetAuthorizationTokenCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetAuthorizationTokenCommandInput;
|
|
29
28
|
constructor(input: GetAuthorizationTokenCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetDownloadUrlForLayerCommandInput
|
|
|
19
19
|
export interface GetDownloadUrlForLayerCommandOutput
|
|
20
20
|
extends GetDownloadUrlForLayerResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetDownloadUrlForLayerCommand extends $Command<
|
|
24
23
|
GetDownloadUrlForLayerCommandInput,
|
|
25
24
|
GetDownloadUrlForLayerCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetDownloadUrlForLayerCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetDownloadUrlForLayerCommandInput;
|
|
29
28
|
constructor(input: GetDownloadUrlForLayerCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetLifecyclePolicyCommandInput
|
|
|
19
19
|
export interface GetLifecyclePolicyCommandOutput
|
|
20
20
|
extends GetLifecyclePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetLifecyclePolicyCommand extends $Command<
|
|
24
23
|
GetLifecyclePolicyCommandInput,
|
|
25
24
|
GetLifecyclePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetLifecyclePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetLifecyclePolicyCommandInput;
|
|
29
28
|
constructor(input: GetLifecyclePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetLifecyclePolicyPreviewCommandInput
|
|
|
19
19
|
export interface GetLifecyclePolicyPreviewCommandOutput
|
|
20
20
|
extends GetLifecyclePolicyPreviewResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetLifecyclePolicyPreviewCommand extends $Command<
|
|
24
23
|
GetLifecyclePolicyPreviewCommandInput,
|
|
25
24
|
GetLifecyclePolicyPreviewCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetLifecyclePolicyPreviewCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetLifecyclePolicyPreviewCommandInput;
|
|
29
28
|
constructor(input: GetLifecyclePolicyPreviewCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRegistryPolicyCommandInput
|
|
|
19
19
|
export interface GetRegistryPolicyCommandOutput
|
|
20
20
|
extends GetRegistryPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRegistryPolicyCommand extends $Command<
|
|
24
23
|
GetRegistryPolicyCommandInput,
|
|
25
24
|
GetRegistryPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRegistryPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRegistryPolicyCommandInput;
|
|
29
28
|
constructor(input: GetRegistryPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRegistryScanningConfigurationCommandInput
|
|
|
19
19
|
export interface GetRegistryScanningConfigurationCommandOutput
|
|
20
20
|
extends GetRegistryScanningConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRegistryScanningConfigurationCommand extends $Command<
|
|
24
23
|
GetRegistryScanningConfigurationCommandInput,
|
|
25
24
|
GetRegistryScanningConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRegistryScanningConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRegistryScanningConfigurationCommandInput;
|
|
29
28
|
constructor(input: GetRegistryScanningConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface GetRepositoryPolicyCommandInput
|
|
|
19
19
|
export interface GetRepositoryPolicyCommandOutput
|
|
20
20
|
extends GetRepositoryPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class GetRepositoryPolicyCommand extends $Command<
|
|
24
23
|
GetRepositoryPolicyCommandInput,
|
|
25
24
|
GetRepositoryPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class GetRepositoryPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: GetRepositoryPolicyCommandInput;
|
|
29
28
|
constructor(input: GetRepositoryPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface InitiateLayerUploadCommandInput
|
|
|
19
19
|
export interface InitiateLayerUploadCommandOutput
|
|
20
20
|
extends InitiateLayerUploadResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class InitiateLayerUploadCommand extends $Command<
|
|
24
23
|
InitiateLayerUploadCommandInput,
|
|
25
24
|
InitiateLayerUploadCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class InitiateLayerUploadCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: InitiateLayerUploadCommandInput;
|
|
29
28
|
constructor(input: InitiateLayerUploadCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface ListImagesCommandInput extends ListImagesRequest {}
|
|
|
15
15
|
export interface ListImagesCommandOutput
|
|
16
16
|
extends ListImagesResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class ListImagesCommand extends $Command<
|
|
20
19
|
ListImagesCommandInput,
|
|
21
20
|
ListImagesCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class ListImagesCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: ListImagesCommandInput;
|
|
25
24
|
constructor(input: ListImagesCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface ListTagsForResourceCommandInput
|
|
|
19
19
|
export interface ListTagsForResourceCommandOutput
|
|
20
20
|
extends ListTagsForResourceResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class ListTagsForResourceCommand extends $Command<
|
|
24
23
|
ListTagsForResourceCommandInput,
|
|
25
24
|
ListTagsForResourceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class ListTagsForResourceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: ListTagsForResourceCommandInput;
|
|
29
28
|
constructor(input: ListTagsForResourceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface PutImageCommandInput extends PutImageRequest {}
|
|
|
15
15
|
export interface PutImageCommandOutput
|
|
16
16
|
extends PutImageResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class PutImageCommand extends $Command<
|
|
20
19
|
PutImageCommandInput,
|
|
21
20
|
PutImageCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class PutImageCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: PutImageCommandInput;
|
|
25
24
|
constructor(input: PutImageCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutImageScanningConfigurationCommandInput
|
|
|
19
19
|
export interface PutImageScanningConfigurationCommandOutput
|
|
20
20
|
extends PutImageScanningConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutImageScanningConfigurationCommand extends $Command<
|
|
24
23
|
PutImageScanningConfigurationCommandInput,
|
|
25
24
|
PutImageScanningConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutImageScanningConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutImageScanningConfigurationCommandInput;
|
|
29
28
|
constructor(input: PutImageScanningConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutImageTagMutabilityCommandInput
|
|
|
19
19
|
export interface PutImageTagMutabilityCommandOutput
|
|
20
20
|
extends PutImageTagMutabilityResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutImageTagMutabilityCommand extends $Command<
|
|
24
23
|
PutImageTagMutabilityCommandInput,
|
|
25
24
|
PutImageTagMutabilityCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutImageTagMutabilityCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutImageTagMutabilityCommandInput;
|
|
29
28
|
constructor(input: PutImageTagMutabilityCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutLifecyclePolicyCommandInput
|
|
|
19
19
|
export interface PutLifecyclePolicyCommandOutput
|
|
20
20
|
extends PutLifecyclePolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutLifecyclePolicyCommand extends $Command<
|
|
24
23
|
PutLifecyclePolicyCommandInput,
|
|
25
24
|
PutLifecyclePolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutLifecyclePolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutLifecyclePolicyCommandInput;
|
|
29
28
|
constructor(input: PutLifecyclePolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutRegistryPolicyCommandInput
|
|
|
19
19
|
export interface PutRegistryPolicyCommandOutput
|
|
20
20
|
extends PutRegistryPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutRegistryPolicyCommand extends $Command<
|
|
24
23
|
PutRegistryPolicyCommandInput,
|
|
25
24
|
PutRegistryPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutRegistryPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutRegistryPolicyCommandInput;
|
|
29
28
|
constructor(input: PutRegistryPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutRegistryScanningConfigurationCommandInput
|
|
|
19
19
|
export interface PutRegistryScanningConfigurationCommandOutput
|
|
20
20
|
extends PutRegistryScanningConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutRegistryScanningConfigurationCommand extends $Command<
|
|
24
23
|
PutRegistryScanningConfigurationCommandInput,
|
|
25
24
|
PutRegistryScanningConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutRegistryScanningConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutRegistryScanningConfigurationCommandInput;
|
|
29
28
|
constructor(input: PutRegistryScanningConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface PutReplicationConfigurationCommandInput
|
|
|
19
19
|
export interface PutReplicationConfigurationCommandOutput
|
|
20
20
|
extends PutReplicationConfigurationResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class PutReplicationConfigurationCommand extends $Command<
|
|
24
23
|
PutReplicationConfigurationCommandInput,
|
|
25
24
|
PutReplicationConfigurationCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class PutReplicationConfigurationCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: PutReplicationConfigurationCommandInput;
|
|
29
28
|
constructor(input: PutReplicationConfigurationCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface SetRepositoryPolicyCommandInput
|
|
|
19
19
|
export interface SetRepositoryPolicyCommandOutput
|
|
20
20
|
extends SetRepositoryPolicyResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class SetRepositoryPolicyCommand extends $Command<
|
|
24
23
|
SetRepositoryPolicyCommandInput,
|
|
25
24
|
SetRepositoryPolicyCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class SetRepositoryPolicyCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: SetRepositoryPolicyCommandInput;
|
|
29
28
|
constructor(input: SetRepositoryPolicyCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface StartImageScanCommandInput extends StartImageScanRequest {}
|
|
|
18
18
|
export interface StartImageScanCommandOutput
|
|
19
19
|
extends StartImageScanResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class StartImageScanCommand extends $Command<
|
|
23
22
|
StartImageScanCommandInput,
|
|
24
23
|
StartImageScanCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class StartImageScanCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: StartImageScanCommandInput;
|
|
28
27
|
constructor(input: StartImageScanCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ECRClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface StartLifecyclePolicyPreviewCommandInput
|
|
|
19
19
|
export interface StartLifecyclePolicyPreviewCommandOutput
|
|
20
20
|
extends StartLifecyclePolicyPreviewResponse,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class StartLifecyclePolicyPreviewCommand extends $Command<
|
|
24
23
|
StartLifecyclePolicyPreviewCommandInput,
|
|
25
24
|
StartLifecyclePolicyPreviewCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class StartLifecyclePolicyPreviewCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: StartLifecyclePolicyPreviewCommandInput;
|
|
29
28
|
constructor(input: StartLifecyclePolicyPreviewCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: ECRClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
|
15
15
|
export interface TagResourceCommandOutput
|
|
16
16
|
extends TagResourceResponse,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class TagResourceCommand extends $Command<
|
|
20
19
|
TagResourceCommandInput,
|
|
21
20
|
TagResourceCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class TagResourceCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: TagResourceCommandInput;
|
|
25
24
|
constructor(input: TagResourceCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: ECRClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
|
18
18
|
export interface UntagResourceCommandOutput
|
|
19
19
|
extends UntagResourceResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UntagResourceCommand extends $Command<
|
|
23
22
|
UntagResourceCommandInput,
|
|
24
23
|
UntagResourceCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UntagResourceCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UntagResourceCommandInput;
|
|
28
27
|
constructor(input: UntagResourceCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ECRClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface UploadLayerPartCommandInput extends UploadLayerPartRequest {}
|
|
|
18
18
|
export interface UploadLayerPartCommandOutput
|
|
19
19
|
extends UploadLayerPartResponse,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class UploadLayerPartCommand extends $Command<
|
|
23
22
|
UploadLayerPartCommandInput,
|
|
24
23
|
UploadLayerPartCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class UploadLayerPartCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: UploadLayerPartCommandInput;
|
|
28
27
|
constructor(input: UploadLayerPartCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: ECRClientResolvedConfig,
|
|
@@ -2,7 +2,6 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
-
|
|
6
5
|
export declare class ECRServiceException extends __ServiceException {
|
|
7
6
|
constructor(options: __ServiceExceptionOptions);
|
|
8
7
|
}
|