Module Values.UpdateOriginAccessControlRequestSource

Updates a CloudFront origin access control.

Sourcetype nonrec t = {
  1. originAccessControlConfig : OriginAccessControlConfig.t;
    (*

    An origin access control.

    *)
  2. id : String_.t;
    (*

    The unique identifier of the origin access control that you are updating.

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

    The current version (ETag value) of the origin access control that you are updating.

    *)
}
Sourceval context_ : string
Sourceval make : ?ifMatch:??? -> originAccessControlConfig:OriginAccessControlConfig.t -> id:String_.t -> unit -> t
Sourceval of_header_and_body : ((string, String_.t) Awso.Import.List.Assoc.t * OriginAccessControlConfig.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Enum of string | `String of String_.t ]) list ]) 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