Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Amazonka.ApiGatewayV2.DeleteDomainName
Description
Deletes a domain name.
Creating a Request
data DeleteDomainName Source #
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:
$sel:domainName:DeleteDomainName'
, deleteDomainName_domainName
- The domain name.
Request Lenses
deleteDomainName_domainName :: Lens' DeleteDomainName Text Source #
The domain name.
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.