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