Values_0.ContactFlowModuleAliasInfoSourceContains information about an alias.
type nonrec t = {contactFlowModuleId : ResourceId.t option;The identifier of the flow module.
*)contactFlowModuleArn : ARN.t option;The Amazon Resource Name (ARN) of the flow module.
*)aliasId : ContactFlowModuleAlias.t option;The identifier of the alias.
*)version : ResourceVersion.t option;The version of the flow module.
*)name : ContactFlowModuleAlias.t option;The name of the alias.
*)description : ContactFlowModuleDescription.t option;The description of the alias.
*)lastModifiedRegion : RegionName.t option;The Amazon Web Services Region where this resource was last modified.
*)lastModifiedTime : Timestamp.t option;The timestamp when this resource was last modified.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of ResourceVersion.t
| `String of ResourceId.t
| `Timestamp of Timestamp.t ])
list ]