| 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.APIGateway.DeleteDomainName
Description
Deletes the DomainName resource.
Creating a Request
Arguments
| :: Text | |
| -> DeleteDomainName |
Creates a value of DeleteDomainName with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data DeleteDomainName Source
A request to delete the DomainName resource.
See: deleteDomainName smart constructor.
Instances
Request Lenses
ddnDomainName :: Lens' DeleteDomainName Text Source
The name of the DomainName resource to be deleted.
Destructuring the Response
deleteDomainNameResponse :: DeleteDomainNameResponse Source
Creates a value of DeleteDomainNameResponse with the minimum fields required to make a request.
data DeleteDomainNameResponse Source
See: deleteDomainNameResponse smart constructor.