Module Values.ResponseHeadersPolicySummarySource

Contains a response headers policy.

Sourcetype nonrec t = {
  1. type_ : ResponseHeadersPolicyType.t option;
    (*

    The type of response headers policy, either managed (created by Amazon Web Services) or custom (created in this Amazon Web Services account).

    *)
  2. responseHeadersPolicy : ResponseHeadersPolicy.t option;
    (*

    The response headers policy.

    *)
}
Sourceval make : ?type_:??? -> ?responseHeadersPolicy:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Double of SamplingRate.t | `Integer of Integer.t | `List of [> `Structure of (string * [> `Boolean of Boolean.t | `String of String_.t ]) list ] list | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `Enum of string | `String of String_.t ] list | `String of String_.t ]) list ]) list ]) list | `Timestamp of Timestamp.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