@aws-sdk/client-ecr

PutImageTagMutabilityCommandOutput Interface

Members

Name
Type
Details
$metadata RequiredResponseMetadata
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