@aws-sdk/client-ecr

StartLifecyclePolicyPreviewCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
lifecyclePolicyText string | undefined

The JSON repository policy text.

registryId string | undefined

The registry ID associated with the request.

repositoryName string | undefined

The repository name associated with the request.

status LifecyclePolicyPreviewStatus | undefined

The status of the lifecycle policy preview request.

Full Signature

export interface StartLifecyclePolicyPreviewCommandOutput extends StartLifecyclePolicyPreviewResponse, MetadataBearer