Values_2.UpdateContactFlowModuleAliasRequestSourceUpdates a specific Aliases metadata, including the version it’s tied to, it’s name, and description.
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.
*)name : Values_0.ContactFlowModuleName.t option;The name of the alias.
*)description : Values_0.ContactFlowModuleDescription.t option;The description of the alias.
*)contactFlowModuleVersion : Values_0.ResourceVersion.t option;The version of the flow module.
*)}val make :
?name:??? ->
?description:??? ->
?contactFlowModuleVersion:??? ->
instanceId:Values_0.InstanceIdOrArn.t ->
contactFlowModuleId:Values_0.ContactFlowModuleId.t ->
aliasId:Values_0.ResourceId.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Long of Values_0.ResourceVersion.t
| `String of Values_0.InstanceIdOrArn.t ])
list ]