| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.APIGateway.DeleteDomainName
Description
Deletes the DomainName resource.
Creating a Request
data DeleteDomainName Source #
A request to delete the DomainName resource.
See: newDeleteDomainName smart constructor.
Constructors
| DeleteDomainName' | |
Fields
| |
Instances
Arguments
| :: Text | |
| -> DeleteDomainName |
Create a value of DeleteDomainName with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
DeleteDomainName, deleteDomainName_domainName - The name of the DomainName resource to be deleted.
Request Lenses
deleteDomainName_domainName :: Lens' DeleteDomainName Text Source #
The name of the DomainName resource to be deleted.
Destructuring the Response
data DeleteDomainNameResponse Source #
See: newDeleteDomainNameResponse smart constructor.
Constructors
| DeleteDomainNameResponse' | |
Instances
newDeleteDomainNameResponse :: DeleteDomainNameResponse Source #
Create a value of DeleteDomainNameResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.