Values_2.LambdaStepMetadataSourceMetadata for a Lambda step.
type nonrec t = {arn : Values_0.String256.t option;The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.
*)outputParameters : Values_0.OutputParameterList.t option;A list of the output parameters of the Lambda step.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ] list
| `String of Values_0.String256.t ])
list ]