Module Values.CachePolicySummarySource

Contains a cache policy.

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

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

    *)
  2. cachePolicy : CachePolicy.t option;
    (*

    The cache policy.

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