Module Values.DeleteCloudFrontOriginAccessIdentityRequestSource

Deletes a origin access identity.

Sourcetype nonrec t = {
  1. id : String_.t;
    (*

    The origin access identity's ID.

    *)
  2. ifMatch : String_.t option;
    (*

    The value of the ETag header you received from a previous GET or PUT request. For example: E2QWRUHAPOMQZL.

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