Values_1.DescribeContactFlowModuleAliasRequestSourceRetrieves detailed information about a specific alias, including which version it currently points to and its metadata.
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.ContactFlowModuleId.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.ContactFlowModuleId.t ->
aliasId:Values_0.ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.InstanceIdOrArn.t ]) list ]