Values.CreateAliasRequestSourceContains the inputs for the CreateAlias operation.
type nonrec t = {directoryId : DirectoryId.t;The identifier of the directory for which to create the alias.
*)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.
*)}