Module Values.CustomHeadersSource

A complex type that contains the list of Custom Headers for each origin.

Sourcetype nonrec t = {
  1. quantity : Integer.t;
    (*

    The number of custom headers, if any, for this distribution.

    *)
  2. items : OriginCustomHeadersList.t option;
    (*

    Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

    *)
}
Sourceval context_ : string
Sourceval make : ?items:??? -> quantity:Integer.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `String of String_.t ]) list ] 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