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 #

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

data ImportServerCatalog #

See: importServerCatalog smart constructor.

Instances

Eq ImportServerCatalog # 
Data ImportServerCatalog # 

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 # 
Show ImportServerCatalog # 
Generic ImportServerCatalog # 
Hashable ImportServerCatalog # 
ToJSON ImportServerCatalog # 
NFData ImportServerCatalog # 

Methods

rnf :: ImportServerCatalog -> () #

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

Destructuring the Response

importServerCatalogResponse #

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 #

See: importServerCatalogResponse smart constructor.

Instances

Eq ImportServerCatalogResponse # 
Data ImportServerCatalogResponse # 

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 # 
Show ImportServerCatalogResponse # 
Generic ImportServerCatalogResponse # 
NFData ImportServerCatalogResponse # 
type Rep ImportServerCatalogResponse # 
type Rep ImportServerCatalogResponse = D1 (MetaData "ImportServerCatalogResponse" "Network.AWS.SMS.ImportServerCatalog" "amazonka-sms-1.4.5-FVMcdm1tVG98XPxtz20F8q" True) (C1 (MetaCons "ImportServerCatalogResponse'" PrefixI True) (S1 (MetaSel (Just Symbol "_iscrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses