Values_0.ContactFlowModuleAliasSummarySourceContains information about an alias.
type nonrec t = {arn : ARN.t option;The Amazon Resource Name (ARN) of the flow module alias.
*)aliasId : ResourceId.t option;The identifier of the alias.
*)version : ResourceVersion.t option;The version of the flow module.
*)aliasName : ContactFlowModuleName.t option;The name of the alias.
*)aliasDescription : ContactFlowModuleDescription.t option;The description of the alias.
*)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 ARN.t
| `Timestamp of Timestamp.t ])
list ]