Values.GetFunctionScalingConfigResponseSourceRetrieves the scaling configuration for a Lambda Managed Instances function.
type nonrec t = {functionArn : FunctionArn.t option;The Amazon Resource Name (ARN) of the function.
*)appliedFunctionScalingConfig : FunctionScalingConfig.t option;The scaling configuration that is currently applied to the function. This represents the actual scaling settings in effect.
*)requestedFunctionScalingConfig : FunctionScalingConfig.t option;The scaling configuration that was requested for the function.
*)}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
* [> `String of FunctionArn.t
| `Structure of
(string
* [> `Integer of FunctionScalingConfigExecutionEnvironments.t ])
list ])
list ]