Values_0.BatchGetFlowAssociationRequestSourceRetrieve the flow associations for the given resources.
type nonrec t = {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.
*)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
*)resourceType : ListFlowAssociationResourceType.t option;The type of resource association.
*)}val make :
?resourceType:??? ->
instanceId:InstanceId.t ->
resourceIds:ResourceArnListMaxLimit100.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `String of ARN.t ] list
| `String of InstanceId.t ])
list ]