| 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.SMS.DeleteServerCatalog
Description
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.
Constructors
| DeleteServerCatalog' | |
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.
Constructors
| DeleteServerCatalogResponse' | |
Fields
| |
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.