Module Values.FunctionSummarySource

Contains configuration information and metadata about a CloudFront function.

Sourcetype nonrec t = {
  1. name : FunctionName.t option;
    (*

    The name of the CloudFront function.

    *)
  2. status : String_.t option;
    (*

    The status of the CloudFront function.

    *)
  3. functionConfig : FunctionConfig.t option;
    (*

    Contains configuration information about a CloudFront function.

    *)
  4. functionMetadata : FunctionMetadata.t option;
    (*

    Contains metadata about a CloudFront function.

    *)
}
Sourceval make : ?name:??? -> ?status:??? -> ?functionConfig:??? -> ?functionMetadata:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of FunctionName.t | `Structure of (string * [> `Enum of string | `String of String_.t | `Structure of (string * [> `Integer of Integer.t | `List of [> `Structure of (string * [> `String of KeyValueStoreARN.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