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 |
Deletes the specified alias. To map an alias to a different key, call UpdateAlias.
See: AWS API Reference for DeleteAlias.
Creating a Request
Creates a value of DeleteAlias
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteAlias Source
See: deleteAlias
smart constructor.
Request Lenses
daAliasName :: Lens' DeleteAlias Text Source
The alias to be deleted. The name must start with the word "alias" followed by a forward slash (alias/). Aliases that begin with "alias/AWS" are reserved.
Destructuring the Response
deleteAliasResponse :: DeleteAliasResponse Source
Creates a value of DeleteAliasResponse
with the minimum fields required to make a request.