Values_0.AssociateFlowRequestSourceAssociates a connect resource to a flow.
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.
*)resourceId : 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
*)flowId : ARN.t;The identifier of the flow.
*)resourceType : FlowAssociationResourceType.t;A valid resource type.
*)}val make :
instanceId:InstanceId.t ->
resourceId:ARN.t ->
flowId:ARN.t ->
resourceType:FlowAssociationResourceType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of InstanceId.t ]) list ]