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

DescribeImageReplicationStatusRequest

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

§Properties

§
registryId?: string | null
[src]

The Amazon Web Services account ID associated with the registry. If you do not specify a registry, the default registry is assumed.

§
repositoryName: string
[src]

The name of the repository that the image is in.