- Navigation Guide
@aws-sdk/client-ecr
PutImageTagMutabilityCommandOutput Interface
The output of PutImageTagMutabilityCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
imageTagMutability | ImageTagMutability | undefined | The image tag mutability setting for 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 PutImageTagMutabilityCommandOutput extends PutImageTagMutabilityResponse, MetadataBearer