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 the DomainName resource.
Creating a Request
data DeleteDomainName Source #
A request to delete the DomainName resource.
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
- [Required] The name of the DomainName resource to be deleted.
Request Lenses
deleteDomainName_domainName :: Lens' DeleteDomainName Text Source #
- Required
- The name of the DomainName resource to be deleted.
Destructuring the Response
data DeleteDomainNameResponse Source #
See: newDeleteDomainNameResponse
smart constructor.
Instances
Eq DeleteDomainNameResponse Source # | |
Defined in Amazonka.APIGateway.DeleteDomainName | |
Read DeleteDomainNameResponse Source # | |
Show DeleteDomainNameResponse Source # | |
Defined in Amazonka.APIGateway.DeleteDomainName showsPrec :: Int -> DeleteDomainNameResponse -> ShowS # show :: DeleteDomainNameResponse -> String # showList :: [DeleteDomainNameResponse] -> ShowS # | |
Generic DeleteDomainNameResponse Source # | |
Defined in Amazonka.APIGateway.DeleteDomainName type Rep DeleteDomainNameResponse :: Type -> Type # | |
NFData DeleteDomainNameResponse Source # | |
Defined in Amazonka.APIGateway.DeleteDomainName rnf :: DeleteDomainNameResponse -> () # | |
type Rep DeleteDomainNameResponse Source # | |
Defined in Amazonka.APIGateway.DeleteDomainName |
newDeleteDomainNameResponse :: DeleteDomainNameResponse Source #
Create a value of DeleteDomainNameResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.