| 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.AppSync.DeleteDomainName
Description
Deletes a custom DomainName object.
Synopsis
- data DeleteDomainName = DeleteDomainName' {
- domainName :: Text
- newDeleteDomainName :: Text -> DeleteDomainName
- deleteDomainName_domainName :: Lens' DeleteDomainName Text
- data DeleteDomainNameResponse = DeleteDomainNameResponse' {
- httpStatus :: Int
- newDeleteDomainNameResponse :: Int -> DeleteDomainNameResponse
- deleteDomainNameResponse_httpStatus :: Lens' DeleteDomainNameResponse Int
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:
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' | |
Fields
| |
Instances
newDeleteDomainNameResponse Source #
Create a value of DeleteDomainNameResponse 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:httpStatus:DeleteDomainNameResponse', deleteDomainNameResponse_httpStatus - The response's http status code.
Response Lenses
deleteDomainNameResponse_httpStatus :: Lens' DeleteDomainNameResponse Int Source #
The response's http status code.