Values_1.GetFlowAssociationRequestSourceRetrieves the flow associated for a given resource.
type nonrec t = {instanceId : Values_0.InstanceId.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)resourceId : Values_0.ARN.t;The identifier of the resource. 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 : Values_0.FlowAssociationResourceType.t;A valid resource type.
*)}val make :
instanceId:Values_0.InstanceId.t ->
resourceId:Values_0.ARN.t ->
resourceType:Values_0.FlowAssociationResourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.InstanceId.t ]) list ]