Values_1.DeleteContactFlowModuleAliasRequestSourceRemoves an alias reference, breaking the named connection to the underlying module version without affecting the version itself.
type nonrec t = {instanceId : Values_0.InstanceIdOrArn.t;The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
*)contactFlowModuleId : Values_0.ResourceId.t;The identifier of the flow module.
*)aliasId : Values_0.ResourceId.t;The identifier of the alias.
*)}val make :
instanceId:Values_0.InstanceIdOrArn.t ->
contactFlowModuleId:Values_0.ResourceId.t ->
aliasId:Values_0.ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.InstanceIdOrArn.t ]) list ]