Module Values.DeregisterPullTimeUpdateExclusionRequestSource

Removes a principal from the pull time update exclusion list for a registry. Once removed, Amazon ECR will resume updating the pull time if the specified principal pulls an image.

Sourcetype nonrec t = {
  1. principalArn : PrincipalArn.t;
    (*

    The ARN of the IAM principal to remove from the pull time update exclusion list.

    *)
}
Sourceval context_ : string
Sourceval make : principalArn:PrincipalArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of PrincipalArn.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