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 |
The DeleteDomain
operation deletes a domain. Any items (and their attributes) in the domain are deleted as well. The DeleteDomain
operation might take 10 or more seconds to complete.
Creating a Request
Creates a value of DeleteDomain
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
ddDomainName
- The name of the domain to delete.
data DeleteDomain Source #
See: deleteDomain
smart constructor.
Request Lenses
ddDomainName :: Lens' DeleteDomain Text Source #
The name of the domain to delete.
Destructuring the Response
deleteDomainResponse :: DeleteDomainResponse Source #
Creates a value of DeleteDomainResponse
with the minimum fields required to make a request.
data DeleteDomainResponse Source #
See: deleteDomainResponse
smart constructor.