Module Values_0.AssociateFlowRequestSource

Associates a connect resource to a flow.

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. 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

    *)
  3. flowId : ARN.t;
    (*

    The identifier of the flow.

    *)
  4. resourceType : FlowAssociationResourceType.t;
    (*

    A valid resource type.

    *)
}
Sourceval context_ : string
Sourceval make : instanceId:InstanceId.t -> resourceId:ARN.t -> flowId:ARN.t -> resourceType:FlowAssociationResourceType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `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