Values.PutLifecyclePolicyRequestSourceCreates or updates the lifecycle policy for the specified repository. For more information, see Lifecycle policy template.
type nonrec t = {registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry that contains the repository. If you do
 not specify a registry, the default registry is assumed.
*)repositoryName : RepositoryName.t;The name of the repository to receive the policy.
*)lifecyclePolicyText : LifecyclePolicyText.t;The JSON repository policy text to apply to the repository.
*)}val make :
?registryId:??? ->
repositoryName:RepositoryName.t ->
lifecyclePolicyText:LifecyclePolicyText.t ->
unit ->
t