Copyright | (c) 2013-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Network.AWS.IAM.DeleteAccountAlias
Description
Deletes the specified AWS account alias. For information about using an AWS account alias, see Using an Alias for Your AWS Account ID in the IAM User Guide.
Creating a Request
Arguments
:: Text | |
-> DeleteAccountAlias |
Creates a value of DeleteAccountAlias
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteAccountAlias Source #
See: deleteAccountAlias
smart constructor.
Instances
Request Lenses
daaAccountAlias :: Lens' DeleteAccountAlias Text Source #
The name of the account alias to delete.
The regex pattern for this parameter is 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.
Destructuring the Response
deleteAccountAliasResponse :: DeleteAccountAliasResponse Source #
Creates a value of DeleteAccountAliasResponse
with the minimum fields required to make a request.