@aws-sdk/client-ecr

DescribeImageReplicationStatusCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
imageId ImageIdentifier | undefined

An object with identifying information for an image in an Amazon ECR repository.

replicationStatuses ImageReplicationStatus[] | undefined

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

repositoryName string | undefined

The repository name associated with the request.

Full Signature

export interface DescribeImageReplicationStatusCommandOutput extends DescribeImageReplicationStatusResponse, MetadataBearer