Module Values.PipeTargetStateMachineParametersSource

The parameters for using a Step Functions state machine as a target.

Sourcetype nonrec t = {
  1. invocationType : PipeTargetInvocationType.t option;
    (*

    Specify whether to invoke the Step Functions state machine synchronously or asynchronously. REQUEST_RESPONSE (default) - Invoke synchronously. For more information, see StartSyncExecution in the Step Functions API Reference. REQUEST_RESPONSE is not supported for STANDARD state machine workflows. FIRE_AND_FORGET - Invoke asynchronously. For more information, see StartExecution in the Step Functions API Reference. For more information, see Invocation types in the Amazon EventBridge User Guide.

    *)
}
Sourceval make : ?invocationType:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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