Values.DescribeFunctionResultSourceGets configuration information and metadata about a CloudFront function, but not the function's code. To get a function's code, use GetFunction. To get configuration information and metadata about a function, you must provide the function's name and stage. To get these values, you can use ListFunctions.
type nonrec t = {functionSummary : FunctionSummary.t option;Contains configuration information and metadata about a CloudFront function.
*)eTag : String_.t option;The version identifier for the current version of the CloudFront function.
*)}type nonrec error = [ | `NoSuchFunctionExists of NoSuchFunctionExists.t| `UnsupportedOperation of UnsupportedOperation.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `NoSuchFunctionExists of NoSuchFunctionExists.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `NoSuchFunctionExists of NoSuchFunctionExists.t
| `Unknown_operation_error of string * string option
| `UnsupportedOperation of UnsupportedOperation.t ]val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * FunctionSummary.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of String_.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 ])
list ]