Values.UpdatePullThroughCacheRuleResponseSourceUpdates an existing pull through cache rule.
type nonrec t = {ecrRepositoryPrefix : PullThroughCacheRuleRepositoryPrefix.t option;The Amazon ECR repository prefix associated with the pull through cache rule.
*)registryId : RegistryId.t option;The registry ID associated with the request.
*)updatedAt : UpdatedTimestamp.t option;The date and time, in JavaScript date format, when the pull through cache rule was updated.
*)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| `SecretNotFoundException of SecretNotFoundException.t| `ServerException of ServerException.t| `UnableToAccessSecretException of UnableToAccessSecretException.t| `UnableToDecryptSecretValueException of UnableToDecryptSecretValueException.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
| `SecretNotFoundException of SecretNotFoundException.t
| `ServerException of ServerException.t
| `UnableToAccessSecretException of UnableToAccessSecretException.t
| `UnableToDecryptSecretValueException of
UnableToDecryptSecretValueException.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
| `SecretNotFoundException of SecretNotFoundException.t
| `ServerException of ServerException.t
| `UnableToAccessSecretException of UnableToAccessSecretException.t
| `UnableToDecryptSecretValueException of
UnableToDecryptSecretValueException.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 UpdatedTimestamp.t ])
list ]