Values.DeletePullThroughCacheRuleRequestSourceDeletes a pull through cache rule.
type nonrec t = {ecrRepositoryPrefix : PullThroughCacheRuleRepositoryPrefix.t;The Amazon ECR repository prefix associated with the pull through cache rule to delete.
*)registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry that contains the pull through cache rule. If you do not specify a registry, the default registry is assumed.
*)}val make :
?registryId:??? ->
ecrRepositoryPrefix:PullThroughCacheRuleRepositoryPrefix.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of PullThroughCacheRuleRepositoryPrefix.t ]) list ]