@aws-sdk/client-ecr 3.529.1 → 3.535.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/dist-types/ECR.d.ts +9 -1
- package/dist-types/ECRClient.d.ts +1 -1
- package/dist-types/commands/BatchCheckLayerAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/BatchDeleteImageCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetImageCommand.d.ts +2 -1
- package/dist-types/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/CompleteLayerUploadCommand.d.ts +2 -1
- package/dist-types/commands/CreatePullThroughCacheRuleCommand.d.ts +2 -1
- package/dist-types/commands/CreateRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeletePullThroughCacheRuleCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRegistryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRepositoryCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImageReplicationStatusCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImageScanFindingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeImagesCommand.d.ts +2 -1
- package/dist-types/commands/DescribePullThroughCacheRulesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRegistryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRepositoriesCommand.d.ts +2 -1
- package/dist-types/commands/GetAuthorizationTokenCommand.d.ts +2 -1
- package/dist-types/commands/GetDownloadUrlForLayerCommand.d.ts +2 -1
- package/dist-types/commands/GetLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetLifecyclePolicyPreviewCommand.d.ts +2 -1
- package/dist-types/commands/GetRegistryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/GetRegistryScanningConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/GetRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/InitiateLayerUploadCommand.d.ts +2 -1
- package/dist-types/commands/ListImagesCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutImageCommand.d.ts +2 -1
- package/dist-types/commands/PutImageScanningConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutImageTagMutabilityCommand.d.ts +2 -1
- package/dist-types/commands/PutLifecyclePolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutRegistryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/PutRegistryScanningConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/PutReplicationConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/SetRepositoryPolicyCommand.d.ts +2 -1
- package/dist-types/commands/StartImageScanCommand.d.ts +2 -1
- package/dist-types/commands/StartLifecyclePolicyPreviewCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePullThroughCacheRuleCommand.d.ts +2 -1
- package/dist-types/commands/UploadLayerPartCommand.d.ts +3 -2
- package/dist-types/commands/ValidatePullThroughCacheRuleCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +492 -492
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/ECR.d.ts +8 -0
- package/dist-types/ts3.4/commands/BatchCheckLayerAvailabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchDeleteImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/BatchGetRepositoryScanningConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CompleteLayerUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePullThroughCacheRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePullThroughCacheRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRegistryPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRepositoryPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImageReplicationStatusCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImageScanFindingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePullThroughCacheRulesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRegistryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRepositoriesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAuthorizationTokenCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDownloadUrlForLayerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetLifecyclePolicyPreviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRegistryPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRegistryScanningConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetRepositoryPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/InitiateLayerUploadCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListImagesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutImageCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutImageScanningConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutImageTagMutabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutLifecyclePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRegistryPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutRegistryScanningConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutReplicationConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SetRepositoryPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartImageScanCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StartLifecyclePolicyPreviewCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdatePullThroughCacheRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UploadLayerPartCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ValidatePullThroughCacheRuleCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface InitiateLayerUploadCommandOutput extends InitiateLayerUploadRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const InitiateLayerUploadCommand_base: {
|
|
24
24
|
new (input: InitiateLayerUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: InitiateLayerUploadCommandInput): import("@smithy/smithy-client").CommandImpl<InitiateLayerUploadCommandInput, InitiateLayerUploadCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Notifies Amazon ECR that you intend to upload an image layer.</p>
|
|
30
30
|
* <p>When an image is pushed, the InitiateLayerUpload API is called once per image layer
|
|
31
31
|
* that has not already been uploaded. Whether or not an image layer has been uploaded is
|
|
@@ -76,6 +76,7 @@ declare const InitiateLayerUploadCommand_base: {
|
|
|
76
76
|
* @throws {@link ECRServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class InitiateLayerUploadCommand extends InitiateLayerUploadCommand_base {
|
|
81
82
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListImagesCommandOutput extends ListImagesResponse, __MetadataB
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListImagesCommand_base: {
|
|
24
24
|
new (input: ListImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListImagesCommandInput): import("@smithy/smithy-client").CommandImpl<ListImagesCommandInput, ListImagesCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Lists all the image IDs for the specified repository.</p>
|
|
30
30
|
* <p>You can filter images based on whether or not they are tagged by using the
|
|
31
31
|
* <code>tagStatus</code> filter and specifying either <code>TAGGED</code>,
|
|
@@ -82,6 +82,7 @@ declare const ListImagesCommand_base: {
|
|
|
82
82
|
* @throws {@link ECRServiceException}
|
|
83
83
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
84
84
|
*
|
|
85
|
+
* @public
|
|
85
86
|
* @example To list all images in a repository
|
|
86
87
|
* ```javascript
|
|
87
88
|
* // This example lists all of the images in the repository named ubuntu in the default registry in the current account.
|
|
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListTagsForResourceCommand_base: {
|
|
24
24
|
new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>List the tags for an Amazon ECR resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -69,6 +69,7 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
69
69
|
* @throws {@link ECRServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
71
71
|
*
|
|
72
|
+
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
74
75
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutImageCommandOutput extends PutImageResponse, __MetadataBeare
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutImageCommand_base: {
|
|
24
24
|
new (input: PutImageCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageCommandInput, PutImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutImageCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageCommandInput, PutImageCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the image manifest and tags associated with an image.</p>
|
|
30
30
|
* <p>When an image is pushed and all new image layers have been uploaded, the PutImage API
|
|
31
31
|
* is called once to create or update the image manifest and the tags associated with the
|
|
@@ -112,6 +112,7 @@ declare const PutImageCommand_base: {
|
|
|
112
112
|
* @throws {@link ECRServiceException}
|
|
113
113
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
114
114
|
*
|
|
115
|
+
* @public
|
|
115
116
|
*/
|
|
116
117
|
export declare class PutImageCommand extends PutImageCommand_base {
|
|
117
118
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutImageScanningConfigurationCommandOutput extends PutImageScan
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutImageScanningConfigurationCommand_base: {
|
|
24
24
|
new (input: PutImageScanningConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageScanningConfigurationCommandInput, PutImageScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutImageScanningConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageScanningConfigurationCommandInput, PutImageScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <important>
|
|
30
30
|
* <p>The <code>PutImageScanningConfiguration</code> API is being deprecated, in favor
|
|
31
31
|
* of specifying the image scanning configuration at the registry level. For more
|
|
@@ -80,6 +80,7 @@ declare const PutImageScanningConfigurationCommand_base: {
|
|
|
80
80
|
* @throws {@link ECRServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class PutImageScanningConfigurationCommand extends PutImageScanningConfigurationCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutImageTagMutabilityCommandOutput extends PutImageTagMutabilit
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutImageTagMutabilityCommand_base: {
|
|
24
24
|
new (input: PutImageTagMutabilityCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageTagMutabilityCommandInput, PutImageTagMutabilityCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutImageTagMutabilityCommandInput): import("@smithy/smithy-client").CommandImpl<PutImageTagMutabilityCommandInput, PutImageTagMutabilityCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the image tag mutability settings for the specified repository. For more
|
|
30
30
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-tag-mutability.html">Image tag
|
|
31
31
|
* mutability</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
|
|
@@ -70,6 +70,7 @@ declare const PutImageTagMutabilityCommand_base: {
|
|
|
70
70
|
* @throws {@link ECRServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class PutImageTagMutabilityCommand extends PutImageTagMutabilityCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutLifecyclePolicyCommandOutput extends PutLifecyclePolicyRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutLifecyclePolicyCommand_base: {
|
|
24
24
|
new (input: PutLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutLifecyclePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutLifecyclePolicyCommandInput, PutLifecyclePolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the lifecycle policy for the specified repository. For more
|
|
30
30
|
* information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/LifecyclePolicies.html">Lifecycle policy
|
|
31
31
|
* template</a>.</p>
|
|
@@ -73,6 +73,7 @@ declare const PutLifecyclePolicyCommand_base: {
|
|
|
73
73
|
* @throws {@link ECRServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class PutLifecyclePolicyCommand extends PutLifecyclePolicyCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutRegistryPolicyCommandOutput extends PutRegistryPolicyRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutRegistryPolicyCommand_base: {
|
|
24
24
|
new (input: PutRegistryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutRegistryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutRegistryPolicyCommandInput, PutRegistryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the permissions policy for your registry.</p>
|
|
30
30
|
* <p>A registry policy is used to specify permissions for another Amazon Web Services account and is used
|
|
31
31
|
* when configuring cross-account replication. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/registry-permissions.html">Registry permissions</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
|
|
@@ -66,6 +66,7 @@ declare const PutRegistryPolicyCommand_base: {
|
|
|
66
66
|
* @throws {@link ECRServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class PutRegistryPolicyCommand extends PutRegistryPolicyCommand_base {
|
|
71
72
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutRegistryScanningConfigurationCommandOutput extends PutRegist
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutRegistryScanningConfigurationCommand_base: {
|
|
24
24
|
new (input: PutRegistryScanningConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutRegistryScanningConfigurationCommandInput, PutRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [PutRegistryScanningConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<PutRegistryScanningConfigurationCommandInput, PutRegistryScanningConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the scanning configuration for your private registry.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -87,6 +87,7 @@ declare const PutRegistryScanningConfigurationCommand_base: {
|
|
|
87
87
|
* @throws {@link ECRServiceException}
|
|
88
88
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
89
89
|
*
|
|
90
|
+
* @public
|
|
90
91
|
*/
|
|
91
92
|
export declare class PutRegistryScanningConfigurationCommand extends PutRegistryScanningConfigurationCommand_base {
|
|
92
93
|
}
|
|
@@ -22,10 +22,10 @@ export interface PutReplicationConfigurationCommandOutput extends PutReplication
|
|
|
22
22
|
}
|
|
23
23
|
declare const PutReplicationConfigurationCommand_base: {
|
|
24
24
|
new (input: PutReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutReplicationConfigurationCommandInput, PutReplicationConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: PutReplicationConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutReplicationConfigurationCommandInput, PutReplicationConfigurationCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates or updates the replication configuration for a registry. The existing
|
|
30
30
|
* replication configuration for a repository can be retrieved with the <a>DescribeRegistry</a> API action. The first time the
|
|
31
31
|
* PutReplicationConfiguration API is called, a service-linked IAM role is created in
|
|
@@ -107,6 +107,7 @@ declare const PutReplicationConfigurationCommand_base: {
|
|
|
107
107
|
* @throws {@link ECRServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class PutReplicationConfigurationCommand extends PutReplicationConfigurationCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface SetRepositoryPolicyCommandOutput extends SetRepositoryPolicyRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const SetRepositoryPolicyCommand_base: {
|
|
24
24
|
new (input: SetRepositoryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: SetRepositoryPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<SetRepositoryPolicyCommandInput, SetRepositoryPolicyCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Applies a repository policy to the specified repository to control access permissions.
|
|
30
30
|
* For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/repository-policies.html">Amazon ECR Repository
|
|
31
31
|
* policies</a> in the <i>Amazon Elastic Container Registry User Guide</i>.</p>
|
|
@@ -71,6 +71,7 @@ declare const SetRepositoryPolicyCommand_base: {
|
|
|
71
71
|
* @throws {@link ECRServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
73
73
|
*
|
|
74
|
+
* @public
|
|
74
75
|
*/
|
|
75
76
|
export declare class SetRepositoryPolicyCommand extends SetRepositoryPolicyCommand_base {
|
|
76
77
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartImageScanCommandOutput extends StartImageScanResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartImageScanCommand_base: {
|
|
24
24
|
new (input: StartImageScanCommandInput): import("@smithy/smithy-client").CommandImpl<StartImageScanCommandInput, StartImageScanCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartImageScanCommandInput): import("@smithy/smithy-client").CommandImpl<StartImageScanCommandInput, StartImageScanCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts an image vulnerability scan. An image scan can only be started once per 24
|
|
30
30
|
* hours on an individual image. This limit includes if an image was scanned on initial
|
|
31
31
|
* push. For more information, see <a href="https://docs.aws.amazon.com/AmazonECR/latest/userguide/image-scanning.html">Image scanning</a> in the
|
|
@@ -95,6 +95,7 @@ declare const StartImageScanCommand_base: {
|
|
|
95
95
|
* @throws {@link ECRServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class StartImageScanCommand extends StartImageScanCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface StartLifecyclePolicyPreviewCommandOutput extends StartLifecycle
|
|
|
22
22
|
}
|
|
23
23
|
declare const StartLifecyclePolicyPreviewCommand_base: {
|
|
24
24
|
new (input: StartLifecyclePolicyPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: StartLifecyclePolicyPreviewCommandInput): import("@smithy/smithy-client").CommandImpl<StartLifecyclePolicyPreviewCommandInput, StartLifecyclePolicyPreviewCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Starts a preview of a lifecycle policy for the specified repository. This allows you
|
|
30
30
|
* to see the results before associating the lifecycle policy with the repository.</p>
|
|
31
31
|
* @example
|
|
@@ -81,6 +81,7 @@ declare const StartLifecyclePolicyPreviewCommand_base: {
|
|
|
81
81
|
* @throws {@link ECRServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
83
83
|
*
|
|
84
|
+
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class StartLifecyclePolicyPreviewCommand extends StartLifecyclePolicyPreviewCommand_base {
|
|
86
87
|
}
|
|
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
22
22
|
}
|
|
23
23
|
declare const TagResourceCommand_base: {
|
|
24
24
|
new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Adds specified tags to a resource with the specified ARN. Existing tags on a resource
|
|
30
30
|
* are not changed if they are not specified in the request parameters.</p>
|
|
31
31
|
* @example
|
|
@@ -77,6 +77,7 @@ declare const TagResourceCommand_base: {
|
|
|
77
77
|
* @throws {@link ECRServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
79
79
|
*
|
|
80
|
+
* @public
|
|
80
81
|
*/
|
|
81
82
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
82
83
|
}
|
|
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
22
22
|
}
|
|
23
23
|
declare const UntagResourceCommand_base: {
|
|
24
24
|
new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes specified tags from a resource.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -73,6 +73,7 @@ declare const UntagResourceCommand_base: {
|
|
|
73
73
|
* @throws {@link ECRServiceException}
|
|
74
74
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
75
75
|
*
|
|
76
|
+
* @public
|
|
76
77
|
*/
|
|
77
78
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
78
79
|
}
|
|
@@ -22,10 +22,10 @@ export interface UpdatePullThroughCacheRuleCommandOutput extends UpdatePullThrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdatePullThroughCacheRuleCommand_base: {
|
|
24
24
|
new (input: UpdatePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullThroughCacheRuleCommandInput, UpdatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdatePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdatePullThroughCacheRuleCommandInput, UpdatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates an existing pull through cache rule.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -84,6 +84,7 @@ declare const UpdatePullThroughCacheRuleCommand_base: {
|
|
|
84
84
|
* @throws {@link ECRServiceException}
|
|
85
85
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
86
86
|
*
|
|
87
|
+
* @public
|
|
87
88
|
*/
|
|
88
89
|
export declare class UpdatePullThroughCacheRuleCommand extends UpdatePullThroughCacheRuleCommand_base {
|
|
89
90
|
}
|
|
@@ -22,10 +22,10 @@ export interface UploadLayerPartCommandOutput extends UploadLayerPartResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const UploadLayerPartCommand_base: {
|
|
24
24
|
new (input: UploadLayerPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UploadLayerPartCommandInput): import("@smithy/smithy-client").CommandImpl<UploadLayerPartCommandInput, UploadLayerPartCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Uploads an image layer part to Amazon ECR.</p>
|
|
30
30
|
* <p>When an image is pushed, each new image layer is uploaded in parts. The maximum size
|
|
31
31
|
* of each image layer part can be 20971520 bytes (or about 20MB). The UploadLayerPart API
|
|
@@ -46,7 +46,7 @@ declare const UploadLayerPartCommand_base: {
|
|
|
46
46
|
* uploadId: "STRING_VALUE", // required
|
|
47
47
|
* partFirstByte: Number("long"), // required
|
|
48
48
|
* partLastByte: Number("long"), // required
|
|
49
|
-
* layerPartBlob: "
|
|
49
|
+
* layerPartBlob: new Uint8Array(), // e.g. Buffer.from("") or new TextEncoder().encode("") // required
|
|
50
50
|
* };
|
|
51
51
|
* const command = new UploadLayerPartCommand(input);
|
|
52
52
|
* const response = await client.send(command);
|
|
@@ -95,6 +95,7 @@ declare const UploadLayerPartCommand_base: {
|
|
|
95
95
|
* @throws {@link ECRServiceException}
|
|
96
96
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
97
97
|
*
|
|
98
|
+
* @public
|
|
98
99
|
*/
|
|
99
100
|
export declare class UploadLayerPartCommand extends UploadLayerPartCommand_base {
|
|
100
101
|
}
|
|
@@ -22,10 +22,10 @@ export interface ValidatePullThroughCacheRuleCommandOutput extends ValidatePullT
|
|
|
22
22
|
}
|
|
23
23
|
declare const ValidatePullThroughCacheRuleCommand_base: {
|
|
24
24
|
new (input: ValidatePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ValidatePullThroughCacheRuleCommandInput, ValidatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ValidatePullThroughCacheRuleCommandInput): import("@smithy/smithy-client").CommandImpl<ValidatePullThroughCacheRuleCommandInput, ValidatePullThroughCacheRuleCommandOutput, ECRClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Validates an existing pull through cache rule for an upstream registry that requires
|
|
30
30
|
* authentication. This will retrieve the contents of the Amazon Web Services Secrets Manager secret, verify the
|
|
31
31
|
* syntax, and then validate that authentication to the upstream registry is
|
|
@@ -76,6 +76,7 @@ declare const ValidatePullThroughCacheRuleCommand_base: {
|
|
|
76
76
|
* @throws {@link ECRServiceException}
|
|
77
77
|
* <p>Base exception class for all service exceptions from ECR service.</p>
|
|
78
78
|
*
|
|
79
|
+
* @public
|
|
79
80
|
*/
|
|
80
81
|
export declare class ValidatePullThroughCacheRuleCommand extends ValidatePullThroughCacheRuleCommand_base {
|
|
81
82
|
}
|