Values.FunctionSummarySourceContains configuration information and metadata about a CloudFront function.
type nonrec t = {name : FunctionName.t option;The name of the CloudFront function.
*)status : String_.t option;The status of the CloudFront function.
*)functionConfig : FunctionConfig.t option;Contains configuration information about a CloudFront function.
*)functionMetadata : FunctionMetadata.t option;Contains metadata about a CloudFront function.
*)}val 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 ]