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 |
Deletes the specified site.
Synopsis
Creating a Request
data DeleteSite Source #
See: newDeleteSite
smart constructor.
Instances
:: Text | |
-> DeleteSite |
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:
DeleteSite
, deleteSite_siteId
- The ID or the Amazon Resource Name (ARN) of the site.
Request Lenses
deleteSite_siteId :: Lens' DeleteSite Text Source #
The ID or the Amazon Resource Name (ARN) of the site.
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.