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 |
Gathers a complete list of on-premises servers. Connectors must be installed and monitoring all servers to import.
This call returns immediately, but might take additional time to retrieve all the servers.
Synopsis
- data ImportServerCatalog = ImportServerCatalog' {
- newImportServerCatalog :: ImportServerCatalog
- data ImportServerCatalogResponse = ImportServerCatalogResponse' {
- httpStatus :: Int
- newImportServerCatalogResponse :: Int -> ImportServerCatalogResponse
- importServerCatalogResponse_httpStatus :: Lens' ImportServerCatalogResponse Int
Creating a Request
data ImportServerCatalog Source #
See: newImportServerCatalog
smart constructor.
Instances
newImportServerCatalog :: ImportServerCatalog Source #
Create a value of ImportServerCatalog
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
Destructuring the Response
data ImportServerCatalogResponse Source #
See: newImportServerCatalogResponse
smart constructor.
ImportServerCatalogResponse' | |
|
Instances
newImportServerCatalogResponse Source #
Create a value of ImportServerCatalogResponse
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:ImportServerCatalogResponse'
, importServerCatalogResponse_httpStatus
- The response's http status code.
Response Lenses
importServerCatalogResponse_httpStatus :: Lens' ImportServerCatalogResponse Int Source #
The response's http status code.