Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeImageReplicationStatusResponse

import type { DescribeImageReplicationStatusResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface DescribeImageReplicationStatusResponse {
imageId?: ImageIdentifier | null;
replicationStatuses?: ImageReplicationStatus[] | null;
repositoryName?: string | null;
}

§Properties

§
imageId?: ImageIdentifier | null
[src]
§
replicationStatuses?: ImageReplicationStatus[] | null
[src]

The replication status details for the images in the specified repository.

§
repositoryName?: string | null
[src]

The repository name associated with the request.