Values.GetFunctionResponseSourceReturns information about the function or function version, with a link to download the deployment package that's valid for 10 minutes. If you specify a function version, only details that are specific to that version are returned.
type nonrec t = {configuration : FunctionConfiguration.t option;The configuration of the function or version.
*)code : FunctionCodeLocation.t option;The deployment package of the function or version.
*)concurrency : Concurrency.t option;The function's reserved concurrency.
*)}type nonrec error = [ | `InvalidParameterValueException of InvalidParameterValueException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceException of ServiceException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InvalidParameterValueException of InvalidParameterValueException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceException of ServiceException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `Structure of
(string
* [> `Enum of string
| `Integer of Timeout.t
| `List of
[> `Enum of string
| `Structure of
(string
* [> `Long of Long.t | `String of LayerVersionArn.t ])
list ]
list
| `Long of Long.t
| `String of NamespacedFunctionName.t
| `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Enum of string
| `Integer of EphemeralStorageSize.t
| `List of [> `String of SubnetId.t ] list
| `Map of
([> `String of EnvironmentVariableName.t ]
* [> `String of EnvironmentVariableValue.t ])
list
| `String of VpcId.t
| `Structure of
(string
* [> `Double of ExecutionEnvironmentMemoryGiBPerVCpu.t
| `Integer of PerExecutionEnvironmentMaxConcurrency.t
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ])
list ]