@aws-sdk/client-ecr

DeleteRepositoryPolicyCommandOutput Interface

Members

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

The JSON repository policy that was deleted from the repository.

registryId string | undefined

The registry ID associated with the request.

repositoryName string | undefined

The repository name associated with the request.

Full Signature

export interface DeleteRepositoryPolicyCommandOutput extends DeleteRepositoryPolicyResponse, MetadataBearer