Module Values.DeletePullThroughCacheRuleResponseSource

Deletes a pull through cache rule.

Sourcetype nonrec t = {
  1. ecrRepositoryPrefix : PullThroughCacheRuleRepositoryPrefix.t option;
    (*

    The Amazon ECR repository prefix associated with the request.

    *)
  2. upstreamRegistryUrl : Url.t option;
    (*

    The upstream registry URL associated with the pull through cache rule.

    *)
  3. createdAt : CreationTimestamp.t option;
    (*

    The timestamp associated with the pull through cache rule.

    *)
  4. registryId : RegistryId.t option;
    (*

    The registry ID associated with the request.

    *)
  5. credentialArn : CredentialArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret associated with the pull through cache rule.

    *)
  6. customRoleArn : CustomRoleArn.t option;
    (*

    The ARN of the IAM role associated with the pull through cache rule.

    *)
  7. upstreamRepositoryPrefix : PullThroughCacheRuleRepositoryPrefix.t option;
    (*

    The upstream repository prefix associated with the pull through cache rule.

    *)
}
Sourcetype nonrec error = [
  1. | `InvalidParameterException of InvalidParameterException.t
  2. | `PullThroughCacheRuleNotFoundException of PullThroughCacheRuleNotFoundException.t
  3. | `ServerException of ServerException.t
  4. | `ValidationException of ValidationException.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?ecrRepositoryPrefix:??? -> ?upstreamRegistryUrl:??? -> ?createdAt:??? -> ?registryId:??? -> ?credentialArn:??? -> ?customRoleArn:??? -> ?upstreamRepositoryPrefix:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PullThroughCacheRuleRepositoryPrefix.t | `Timestamp of CreationTimestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t