Module Values_2.LambdaStepMetadataSource

Metadata for a Lambda step.

Sourcetype nonrec t = {
  1. arn : Values_0.String256.t option;
    (*

    The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution.

    *)
  2. outputParameters : Values_0.OutputParameterList.t option;
    (*

    A list of the output parameters of the Lambda step.

    *)
}
Sourceval make : ?arn:??? -> ?outputParameters:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `String of Values_0.String256.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t