Module Values.ChainedInvokeOptionsSource

Configuration options for chained function invocations in durable executions, including retry settings and timeout configuration.

Sourcetype nonrec t = {
  1. functionName : NamespacedFunctionName.t;
    (*

    The name or ARN of the Lambda function to invoke.

    *)
  2. tenantId : TenantId.t option;
    (*

    The tenant identifier for the chained invocation.

    *)
}
Sourceval context_ : string
Sourceval make : ?tenantId:??? -> functionName:NamespacedFunctionName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NamespacedFunctionName.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