Copyright | (c) 2013-2015 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 Using IAM guide.
See: AWS API Reference for DeleteAccountAlias.
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.
Destructuring the Response
deleteAccountAliasResponse :: DeleteAccountAliasResponse Source
Creates a value of DeleteAccountAliasResponse
with the minimum fields required to make a request.
data DeleteAccountAliasResponse Source
See: deleteAccountAliasResponse
smart constructor.