ECR
import { ECR } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/ecr.ts";class ECR { }
constructor(apiFactory: client.ApiFactory);
async batchCheckLayerAvailability(params: BatchCheckLayerAvailabilityRequest, opts?: client.RequestOptions): Promise<BatchCheckLayerAvailabilityResponse>;
async batchDeleteImage(params: BatchDeleteImageRequest, opts?: client.RequestOptions): Promise<BatchDeleteImageResponse>;
async batchGetImage(params: BatchGetImageRequest, opts?: client.RequestOptions): Promise<BatchGetImageResponse>;
async completeLayerUpload(params: CompleteLayerUploadRequest, opts?: client.RequestOptions): Promise<CompleteLayerUploadResponse>;
async createRepository(params: CreateRepositoryRequest, opts?: client.RequestOptions): Promise<CreateRepositoryResponse>;
async deleteLifecyclePolicy(params: DeleteLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<DeleteLifecyclePolicyResponse>;
async deleteRepository(params: DeleteRepositoryRequest, opts?: client.RequestOptions): Promise<DeleteRepositoryResponse>;
async deleteRepositoryPolicy(params: DeleteRepositoryPolicyRequest, opts?: client.RequestOptions): Promise<DeleteRepositoryPolicyResponse>;
async describeImages(params: DescribeImagesRequest, opts?: client.RequestOptions): Promise<DescribeImagesResponse>;
async describeImageScanFindings(params: DescribeImageScanFindingsRequest, opts?: client.RequestOptions): Promise<DescribeImageScanFindingsResponse>;
async describeRepositories(params?: DescribeRepositoriesRequest, opts?: client.RequestOptions): Promise<DescribeRepositoriesResponse>;
async getAuthorizationToken(params?: GetAuthorizationTokenRequest, opts?: client.RequestOptions): Promise<GetAuthorizationTokenResponse>;
async getDownloadUrlForLayer(params: GetDownloadUrlForLayerRequest, opts?: client.RequestOptions): Promise<GetDownloadUrlForLayerResponse>;
async getLifecyclePolicy(params: GetLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyResponse>;
async getLifecyclePolicyPreview(params: GetLifecyclePolicyPreviewRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyPreviewResponse>;
async getRepositoryPolicy(params: GetRepositoryPolicyRequest, opts?: client.RequestOptions): Promise<GetRepositoryPolicyResponse>;
async initiateLayerUpload(params: InitiateLayerUploadRequest, opts?: client.RequestOptions): Promise<InitiateLayerUploadResponse>;
async listImages(params: ListImagesRequest, opts?: client.RequestOptions): Promise<ListImagesResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async putImageScanningConfiguration(params: PutImageScanningConfigurationRequest, opts?: client.RequestOptions): Promise<PutImageScanningConfigurationResponse>;
async putImageTagMutability(params: PutImageTagMutabilityRequest, opts?: client.RequestOptions): Promise<PutImageTagMutabilityResponse>;
async putLifecyclePolicy(params: PutLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<PutLifecyclePolicyResponse>;
async putRegistryPolicy(params: PutRegistryPolicyRequest, opts?: client.RequestOptions): Promise<PutRegistryPolicyResponse>;
async putReplicationConfiguration(params: PutReplicationConfigurationRequest, opts?: client.RequestOptions): Promise<PutReplicationConfigurationResponse>;
async setRepositoryPolicy(params: SetRepositoryPolicyRequest, opts?: client.RequestOptions): Promise<SetRepositoryPolicyResponse>;
async startImageScan(params: StartImageScanRequest, opts?: client.RequestOptions): Promise<StartImageScanResponse>;
async startLifecyclePolicyPreview(params: StartLifecyclePolicyPreviewRequest, opts?: client.RequestOptions): Promise<StartLifecyclePolicyPreviewResponse>;
async uploadLayerPart(params: UploadLayerPartRequest, opts?: client.RequestOptions): Promise<UploadLayerPartResponse>;
async waitForImageScanComplete(params: DescribeImageScanFindingsRequest, opts?: client.RequestOptions): Promise<DescribeImageScanFindingsResponse>;
async waitForLifecyclePolicyPreviewComplete(params: GetLifecyclePolicyPreviewRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyPreviewResponse>;
§Constructors
§
new ECR(apiFactory: client.ApiFactory)
[src]§Methods
§
batchCheckLayerAvailability(params: BatchCheckLayerAvailabilityRequest, opts?: client.RequestOptions): Promise<BatchCheckLayerAvailabilityResponse>
[src]§
batchDeleteImage(params: BatchDeleteImageRequest, opts?: client.RequestOptions): Promise<BatchDeleteImageResponse>
[src]§
batchGetImage(params: BatchGetImageRequest, opts?: client.RequestOptions): Promise<BatchGetImageResponse>
[src]§
completeLayerUpload(params: CompleteLayerUploadRequest, opts?: client.RequestOptions): Promise<CompleteLayerUploadResponse>
[src]§
createRepository(params: CreateRepositoryRequest, opts?: client.RequestOptions): Promise<CreateRepositoryResponse>
[src]§
deleteLifecyclePolicy(params: DeleteLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<DeleteLifecyclePolicyResponse>
[src]§
deleteRegistryPolicy(opts?: client.RequestOptions): Promise<DeleteRegistryPolicyResponse>
[src]§
deleteRepository(params: DeleteRepositoryRequest, opts?: client.RequestOptions): Promise<DeleteRepositoryResponse>
[src]§
deleteRepositoryPolicy(params: DeleteRepositoryPolicyRequest, opts?: client.RequestOptions): Promise<DeleteRepositoryPolicyResponse>
[src]§
describeImages(params: DescribeImagesRequest, opts?: client.RequestOptions): Promise<DescribeImagesResponse>
[src]§
describeImageScanFindings(params: DescribeImageScanFindingsRequest, opts?: client.RequestOptions): Promise<DescribeImageScanFindingsResponse>
[src]§
describeRegistry(opts?: client.RequestOptions): Promise<DescribeRegistryResponse>
[src]§
describeRepositories(params?: DescribeRepositoriesRequest, opts?: client.RequestOptions): Promise<DescribeRepositoriesResponse>
[src]§
getAuthorizationToken(params?: GetAuthorizationTokenRequest, opts?: client.RequestOptions): Promise<GetAuthorizationTokenResponse>
[src]§
getDownloadUrlForLayer(params: GetDownloadUrlForLayerRequest, opts?: client.RequestOptions): Promise<GetDownloadUrlForLayerResponse>
[src]§
getLifecyclePolicy(params: GetLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyResponse>
[src]§
getLifecyclePolicyPreview(params: GetLifecyclePolicyPreviewRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyPreviewResponse>
[src]§
getRegistryPolicy(opts?: client.RequestOptions): Promise<GetRegistryPolicyResponse>
[src]§
getRepositoryPolicy(params: GetRepositoryPolicyRequest, opts?: client.RequestOptions): Promise<GetRepositoryPolicyResponse>
[src]§
initiateLayerUpload(params: InitiateLayerUploadRequest, opts?: client.RequestOptions): Promise<InitiateLayerUploadResponse>
[src]§
listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>
[src]§
putImageScanningConfiguration(params: PutImageScanningConfigurationRequest, opts?: client.RequestOptions): Promise<PutImageScanningConfigurationResponse>
[src]§
putImageTagMutability(params: PutImageTagMutabilityRequest, opts?: client.RequestOptions): Promise<PutImageTagMutabilityResponse>
[src]§
putLifecyclePolicy(params: PutLifecyclePolicyRequest, opts?: client.RequestOptions): Promise<PutLifecyclePolicyResponse>
[src]§
putRegistryPolicy(params: PutRegistryPolicyRequest, opts?: client.RequestOptions): Promise<PutRegistryPolicyResponse>
[src]§
putReplicationConfiguration(params: PutReplicationConfigurationRequest, opts?: client.RequestOptions): Promise<PutReplicationConfigurationResponse>
[src]§
setRepositoryPolicy(params: SetRepositoryPolicyRequest, opts?: client.RequestOptions): Promise<SetRepositoryPolicyResponse>
[src]§
startImageScan(params: StartImageScanRequest, opts?: client.RequestOptions): Promise<StartImageScanResponse>
[src]§
startLifecyclePolicyPreview(params: StartLifecyclePolicyPreviewRequest, opts?: client.RequestOptions): Promise<StartLifecyclePolicyPreviewResponse>
[src]§
uploadLayerPart(params: UploadLayerPartRequest, opts?: client.RequestOptions): Promise<UploadLayerPartResponse>
[src]§
waitForImageScanComplete(params: DescribeImageScanFindingsRequest, opts?: client.RequestOptions): Promise<DescribeImageScanFindingsResponse>
[src]Wait until an image scan is complete and findings can be accessed Checks state up to 60 times, 5 seconds apart (about 5 minutes max wait time).
§
waitForLifecyclePolicyPreviewComplete(params: GetLifecyclePolicyPreviewRequest, opts?: client.RequestOptions): Promise<GetLifecyclePolicyPreviewResponse>
[src]Wait until a lifecycle policy preview request is complete and results can be accessed Checks state up to 20 times, 5 seconds apart (about 2 minutes max wait time).
§Static Properties
§
ApiMetadata: client.ApiMetadata
[src]