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.GetConnectors

Contents

Description

The GetConnectors API returns a list of connectors that are registered with the Server Migration Service.

Synopsis

Creating a Request

getConnectors :: GetConnectors #

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

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

data GetConnectors #

See: getConnectors smart constructor.

Instances

Eq GetConnectors # 
Data GetConnectors # 

Methods

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

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

toConstr :: GetConnectors -> Constr #

dataTypeOf :: GetConnectors -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetConnectors # 
Show GetConnectors # 
Generic GetConnectors # 

Associated Types

type Rep GetConnectors :: * -> * #

Hashable GetConnectors # 
ToJSON GetConnectors # 
NFData GetConnectors # 

Methods

rnf :: GetConnectors -> () #

AWSRequest GetConnectors # 
ToQuery GetConnectors # 
ToPath GetConnectors # 
ToHeaders GetConnectors # 
type Rep GetConnectors # 
type Rep GetConnectors = D1 (MetaData "GetConnectors" "Network.AWS.SMS.GetConnectors" "amazonka-sms-1.4.5-FVMcdm1tVG98XPxtz20F8q" False) (C1 (MetaCons "GetConnectors'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gcNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gcMaxResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int)))))
type Rs GetConnectors # 

Request Lenses

gcNextToken :: Lens' GetConnectors (Maybe Text) #

Undocumented member.

gcMaxResults :: Lens' GetConnectors (Maybe Int) #

Undocumented member.

Destructuring the Response

getConnectorsResponse #

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

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

data GetConnectorsResponse #

See: getConnectorsResponse smart constructor.

Instances

Eq GetConnectorsResponse # 
Data GetConnectorsResponse # 

Methods

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

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

toConstr :: GetConnectorsResponse -> Constr #

dataTypeOf :: GetConnectorsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetConnectorsResponse # 
Show GetConnectorsResponse # 
Generic GetConnectorsResponse # 
NFData GetConnectorsResponse # 

Methods

rnf :: GetConnectorsResponse -> () #

type Rep GetConnectorsResponse # 
type Rep GetConnectorsResponse = D1 (MetaData "GetConnectorsResponse" "Network.AWS.SMS.GetConnectors" "amazonka-sms-1.4.5-FVMcdm1tVG98XPxtz20F8q" False) (C1 (MetaCons "GetConnectorsResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gcrsConnectorList") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Connector]))) ((:*:) (S1 (MetaSel (Just Symbol "_gcrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) (S1 (MetaSel (Just Symbol "_gcrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)))))

Response Lenses

gcrsResponseStatus :: Lens' GetConnectorsResponse Int #

  • - | The response status code.