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 all servers from your server catalog.
Synopsis
- data DeleteServerCatalog = DeleteServerCatalog' {
- newDeleteServerCatalog :: DeleteServerCatalog
- data DeleteServerCatalogResponse = DeleteServerCatalogResponse' {
- httpStatus :: Int
- newDeleteServerCatalogResponse :: Int -> DeleteServerCatalogResponse
- deleteServerCatalogResponse_httpStatus :: Lens' DeleteServerCatalogResponse Int
Creating a Request
data DeleteServerCatalog Source #
See: newDeleteServerCatalog
smart constructor.
Instances
newDeleteServerCatalog :: DeleteServerCatalog Source #
Create a value of DeleteServerCatalog
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data DeleteServerCatalogResponse Source #
See: newDeleteServerCatalogResponse
smart constructor.
DeleteServerCatalogResponse' | |
|
Instances
newDeleteServerCatalogResponse Source #
Create a value of DeleteServerCatalogResponse
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:DeleteServerCatalogResponse'
, deleteServerCatalogResponse_httpStatus
- The response's http status code.
Response Lenses
deleteServerCatalogResponse_httpStatus :: Lens' DeleteServerCatalogResponse Int Source #
The response's http status code.