Module Values.KeyPairIdsSource

A list of CloudFront key pair identifiers.

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

    The number of key pair identifiers in the list.

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

    A list of CloudFront key pair identifiers.

    *)
}
Sourceval make : ?quantity:??? -> ?items:??? -> 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