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