Module Values.CreateAliasRequestSource

Contains the inputs for the CreateAlias operation.

Sourcetype nonrec t = {
  1. directoryId : DirectoryId.t;
    (*

    The identifier of the directory for which to create the alias.

    *)
  2. alias : AliasName.t;
    (*

    The requested alias. The alias must be unique amongst all aliases in Amazon Web Services. This operation throws an EntityAlreadyExistsException error if the alias already exists.

    *)
}
Sourceval context_ : string
Sourceval make : directoryId:DirectoryId.t -> alias:AliasName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DirectoryId.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