amazonka-sms-1.4.5: Amazon Server Migration Service SDK.

Copyright(c) 2013-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.SMS.ImportServerCatalog

Contents

Description

The ImportServerCatalog API is used to gather the complete list of on-premises servers on your premises. This API call requires connectors to be installed and monitoring all servers you would like imported. This API call returns immediately, but may take some time to retrieve all of the servers.

Synopsis

Creating a Request

importServerCatalog :: ImportServerCatalog Source #

Creates a value of ImportServerCatalog with the minimum fields required to make a request.

data ImportServerCatalog Source #

See: importServerCatalog smart constructor.

Instances

Eq ImportServerCatalog Source # 
Data ImportServerCatalog Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ImportServerCatalog -> c ImportServerCatalog #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ImportServerCatalog #

toConstr :: ImportServerCatalog -> Constr #

dataTypeOf :: ImportServerCatalog -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ImportServerCatalog) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ImportServerCatalog) #

gmapT :: (forall b. Data b => b -> b) -> ImportServerCatalog -> ImportServerCatalog #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ImportServerCatalog -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ImportServerCatalog -> r #

gmapQ :: (forall d. Data d => d -> u) -> ImportServerCatalog -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ImportServerCatalog -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ImportServerCatalog -> m ImportServerCatalog #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ImportServerCatalog -> m ImportServerCatalog #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ImportServerCatalog -> m ImportServerCatalog #

Read ImportServerCatalog Source # 
Show ImportServerCatalog Source # 
Generic ImportServerCatalog Source # 
Hashable ImportServerCatalog Source # 
ToJSON ImportServerCatalog Source # 
NFData ImportServerCatalog Source # 

Methods

rnf :: ImportServerCatalog -> () #

AWSRequest ImportServerCatalog Source # 
ToPath ImportServerCatalog Source # 
ToHeaders ImportServerCatalog Source # 
ToQuery ImportServerCatalog Source # 
type Rep ImportServerCatalog Source # 
type Rep ImportServerCatalog = D1 (MetaData "ImportServerCatalog" "Network.AWS.SMS.ImportServerCatalog" "amazonka-sms-1.4.5-CPy9WWU2xgtJ4F5Sw0FyL" False) (C1 (MetaCons "ImportServerCatalog'" PrefixI False) U1)
type Rs ImportServerCatalog Source # 

Destructuring the Response

importServerCatalogResponse Source #

Creates a value of ImportServerCatalogResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data ImportServerCatalogResponse Source #

See: importServerCatalogResponse smart constructor.

Instances

Eq ImportServerCatalogResponse Source # 
Data ImportServerCatalogResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ImportServerCatalogResponse -> c ImportServerCatalogResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ImportServerCatalogResponse #

toConstr :: ImportServerCatalogResponse -> Constr #

dataTypeOf :: ImportServerCatalogResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c ImportServerCatalogResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ImportServerCatalogResponse) #

gmapT :: (forall b. Data b => b -> b) -> ImportServerCatalogResponse -> ImportServerCatalogResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ImportServerCatalogResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ImportServerCatalogResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ImportServerCatalogResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ImportServerCatalogResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ImportServerCatalogResponse -> m ImportServerCatalogResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ImportServerCatalogResponse -> m ImportServerCatalogResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ImportServerCatalogResponse -> m ImportServerCatalogResponse #

Read ImportServerCatalogResponse Source # 
Show ImportServerCatalogResponse Source # 
Generic ImportServerCatalogResponse Source # 
NFData ImportServerCatalogResponse Source # 
type Rep ImportServerCatalogResponse Source # 
type Rep ImportServerCatalogResponse = D1 (MetaData "ImportServerCatalogResponse" "Network.AWS.SMS.ImportServerCatalog" "amazonka-sms-1.4.5-CPy9WWU2xgtJ4F5Sw0FyL" True) (C1 (MetaCons "ImportServerCatalogResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_iscrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses