Module Values.DeleteAccountAliasRequestSource

Deletes the specified Amazon Web Services account alias. For information about using an Amazon Web Services account alias, see Creating, deleting, and listing an Amazon Web Services account alias in the Amazon Web Services Sign-In User Guide.

Sourcetype nonrec t = {
  1. accountAlias : AccountAliasType.t;
    (*

    The name of the account alias to delete. This parameter allows (through its regex pattern) a string of characters consisting of lowercase letters, digits, and dashes. You cannot start or finish with a dash, nor can you have two dashes in a row.

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