Values.DeletePullThroughCacheRuleResponseSourceDeletes a pull through cache rule.
type nonrec t = {ecrRepositoryPrefix : PullThroughCacheRuleRepositoryPrefix.t option;The Amazon ECR repository prefix associated with the request.
*)upstreamRegistryUrl : Url.t option;The upstream registry URL associated with the pull through cache rule.
*)createdAt : CreationTimestamp.t option;The timestamp associated with the pull through cache rule.
*)registryId : RegistryId.t option;The registry ID associated with the request.
*)credentialArn : CredentialArn.t option;The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.
*)customRoleArn : CustomRoleArn.t option;The ARN of the IAM role associated with the pull through cache rule.
*)upstreamRepositoryPrefix : PullThroughCacheRuleRepositoryPrefix.t option;The upstream repository prefix associated with the pull through cache rule.
*)}type nonrec error = [ | `InvalidParameterException of InvalidParameterException.t| `PullThroughCacheRuleNotFoundException of
PullThroughCacheRuleNotFoundException.t| `ServerException of ServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `PullThroughCacheRuleNotFoundException of
PullThroughCacheRuleNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterException of InvalidParameterException.t
| `PullThroughCacheRuleNotFoundException of
PullThroughCacheRuleNotFoundException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `String of PullThroughCacheRuleRepositoryPrefix.t
| `Timestamp of CreationTimestamp.t ])
list ]