Module Values_0.ContactFlowModuleAliasInfoSource

Contains information about an alias.

Sourcetype nonrec t = {
  1. contactFlowModuleId : ResourceId.t option;
    (*

    The identifier of the flow module.

    *)
  2. contactFlowModuleArn : ARN.t option;
    (*

    The Amazon Resource Name (ARN) of the flow module.

    *)
  3. aliasId : ContactFlowModuleAlias.t option;
    (*

    The identifier of the alias.

    *)
  4. version : ResourceVersion.t option;
    (*

    The version of the flow module.

    *)
  5. name : ContactFlowModuleAlias.t option;
    (*

    The name of the alias.

    *)
  6. description : ContactFlowModuleDescription.t option;
    (*

    The description of the alias.

    *)
  7. lastModifiedRegion : RegionName.t option;
    (*

    The Amazon Web Services Region where this resource was last modified.

    *)
  8. lastModifiedTime : Timestamp.t option;
    (*

    The timestamp when this resource was last modified.

    *)
}
Sourceval make : ?contactFlowModuleId:??? -> ?contactFlowModuleArn:??? -> ?aliasId:??? -> ?version:??? -> ?name:??? -> ?description:??? -> ?lastModifiedRegion:??? -> ?lastModifiedTime:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of ResourceVersion.t | `String of ResourceId.t | `Timestamp of Timestamp.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t