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 |
Deletes a domain name.
Creating a Request
data DeleteDomainName Source #
See: newDeleteDomainName
smart constructor.
DeleteDomainName' | |
|
Instances
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.
Instances
Eq DeleteDomainNameResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDomainName | |
Read DeleteDomainNameResponse Source # | |
Show DeleteDomainNameResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDomainName showsPrec :: Int -> DeleteDomainNameResponse -> ShowS # show :: DeleteDomainNameResponse -> String # showList :: [DeleteDomainNameResponse] -> ShowS # | |
Generic DeleteDomainNameResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDomainName type Rep DeleteDomainNameResponse :: Type -> Type # | |
NFData DeleteDomainNameResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDomainName rnf :: DeleteDomainNameResponse -> () # | |
type Rep DeleteDomainNameResponse Source # | |
Defined in Amazonka.ApiGatewayV2.DeleteDomainName |
newDeleteDomainNameResponse :: DeleteDomainNameResponse Source #
Create a value of DeleteDomainNameResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.