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

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@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 # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Data ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.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 # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Show ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Generic ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Associated Types

type Rep ImportServerCatalog :: Type -> Type #

Hashable ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

ToJSON ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

AWSRequest ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Associated Types

type Rs ImportServerCatalog :: Type #

ToHeaders ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

ToPath ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

ToQuery ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

NFData ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Methods

rnf :: ImportServerCatalog -> () #

type Rep ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

type Rep ImportServerCatalog = D1 (MetaData "ImportServerCatalog" "Network.AWS.SMS.ImportServerCatalog" "amazonka-sms-1.6.1-15wMBShb62D2k9aZF1x6SQ" False) (C1 (MetaCons "ImportServerCatalog'" PrefixI False) (U1 :: Type -> Type))
type Rs ImportServerCatalog # 
Instance details

Defined in Network.AWS.SMS.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 # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Data ImportServerCatalogResponse # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

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 # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Show ImportServerCatalogResponse # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Generic ImportServerCatalogResponse # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

Associated Types

type Rep ImportServerCatalogResponse :: Type -> Type #

NFData ImportServerCatalogResponse # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

type Rep ImportServerCatalogResponse # 
Instance details

Defined in Network.AWS.SMS.ImportServerCatalog

type Rep ImportServerCatalogResponse = D1 (MetaData "ImportServerCatalogResponse" "Network.AWS.SMS.ImportServerCatalog" "amazonka-sms-1.6.1-15wMBShb62D2k9aZF1x6SQ" True) (C1 (MetaCons "ImportServerCatalogResponse'" PrefixI True) (S1 (MetaSel (Just "_iscrsResponseStatus") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))

Response Lenses