Values.RegisterPullTimeUpdateExclusionResponseSourceAdds an IAM principal to the pull time update exclusion list for a registry. Amazon ECR will not record the pull time if an excluded principal pulls an image.
type nonrec t = {principalArn : PrincipalArn.t option;The ARN of the IAM principal that was added to the pull time update exclusion list.
*)createdAt : CreationTimestamp.t option;The date and time, expressed in standard JavaScript date format, when the exclusion was created.
*)}type nonrec error = [ | `ExclusionAlreadyExistsException of ExclusionAlreadyExistsException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `ServerException of ServerException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ExclusionAlreadyExistsException of ExclusionAlreadyExistsException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.t
| `ServerException of ServerException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ExclusionAlreadyExistsException of ExclusionAlreadyExistsException.t
| `InvalidParameterException of InvalidParameterException.t
| `LimitExceededException of LimitExceededException.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 PrincipalArn.t | `Timestamp of CreationTimestamp.t ])
list ]