- Navigation Guide
@aws-sdk/client-ecr
DescribeImageReplicationStatusCommandOutput Interface
The output of DescribeImageReplicationStatusCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | 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