Values.GetFunctionScalingConfigRequestSourceRetrieves the scaling configuration for a Lambda Managed Instances function.
type nonrec t = {functionName : UnqualifiedFunctionName.t;The name or ARN of the Lambda function.
*)qualifier : PublishedFunctionQualifier.t;Specify a version or alias to get the scaling configuration for a published version of the function.
*)}val make :
functionName:UnqualifiedFunctionName.t ->
qualifier:PublishedFunctionQualifier.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of UnqualifiedFunctionName.t ]) list ]