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 site.
Synopsis
Creating a Request
data DeleteSite Source #
See: newDeleteSite
smart constructor.
Instances
Create a value of DeleteSite
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:siteId:DeleteSite'
, deleteSite_siteId
- Undocumented member.
Request Lenses
deleteSite_siteId :: Lens' DeleteSite Text Source #
Undocumented member.
Destructuring the Response
data DeleteSiteResponse Source #
See: newDeleteSiteResponse
smart constructor.
DeleteSiteResponse' | |
|
Instances
newDeleteSiteResponse Source #
Create a value of DeleteSiteResponse
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:DeleteSiteResponse'
, deleteSiteResponse_httpStatus
- The response's http status code.
Response Lenses
deleteSiteResponse_httpStatus :: Lens' DeleteSiteResponse Int Source #
The response's http status code.