Module Values.AmazonConnectGuideAssociationDataSource

Content association data for a step-by-step guide.

Sourcetype nonrec t = {
  1. flowId : GenericArn.t option;
    (*

    The Amazon Resource Name (ARN) of an Amazon Connect flow. Step-by-step guides are a type of flow.

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