Module Values.DeregisterPullTimeUpdateExclusionResponseSource

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 option;
    (*

    The ARN of the IAM principal that was removed from the pull time update exclusion list.

    *)
}
Sourcetype nonrec error = [
  1. | `ExclusionNotFoundException of ExclusionNotFoundException.t
  2. | `InvalidParameterException of InvalidParameterException.t
  3. | `LimitExceededException of LimitExceededException.t
  4. | `ServerException of ServerException.t
  5. | `ValidationException of ValidationException.t
  6. | `Unknown_operation_error of string * string option
]
Sourceval make : ?principalArn:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ExclusionNotFoundException of ExclusionNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `LimitExceededException of LimitExceededException.t | `ServerException of ServerException.t | `Unknown_operation_error of string * string option | `ValidationException of ValidationException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ExclusionNotFoundException of ExclusionNotFoundException.t | `InvalidParameterException of InvalidParameterException.t | `LimitExceededException of LimitExceededException.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 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