Module Values.ResponseHeadersPolicyAccessControlExposeHeadersSource

A list of HTTP headers that CloudFront includes as values for the Access-Control-Expose-Headers HTTP response header. For more information about the Access-Control-Expose-Headers HTTP response header, see Access-Control-Expose-Headers in the MDN Web Docs.

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

    The number of HTTP headers in the list.

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

    The list of HTTP headers. You can specify * to expose all headers.

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