Module Values_0.BatchGetFlowAssociationRequestSource

Retrieve the flow associations for the given resources.

Sourcetype nonrec t = {
  1. instanceId : InstanceId.t;
    (*

    The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

    *)
  2. resourceIds : ResourceArnListMaxLimit100.t;
    (*

    A list of resource identifiers to retrieve flow associations. Amazon Web Services End User Messaging SMS phone number ARN when using SMS_PHONE_NUMBER Amazon Web Services End User Messaging Social phone number ARN when using WHATSAPP_MESSAGING_PHONE_NUMBER

    *)
  3. resourceType : ListFlowAssociationResourceType.t option;
    (*

    The type of resource association.

    *)
}
Sourceval context_ : string
Sourceval make : ?resourceType:??? -> instanceId:InstanceId.t -> resourceIds:ResourceArnListMaxLimit100.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `String of ARN.t ] list | `String of InstanceId.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