Updates specified flow module for the specified Amazon Connect instance.
See https://www.paws-r-sdk.com/docs/connect_update_contact_flow_module_content/ for full documentation.
connect_update_contact_flow_module_content(
InstanceId,
ContactFlowModuleId,
Content
)
[required] The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
[required] The identifier of the flow module.
[required] The JSON string that represents the content of the flow. For an example, see Example flow in Amazon Connect Flow language.