amazonka-sms-1.6.0: 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.GetConnectors

Contents

Description

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

This operation returns paginated results.

Synopsis

Creating a Request

getConnectors :: GetConnectors Source #

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 Source #

See: getConnectors smart constructor.

Instances

Eq GetConnectors Source # 
Data GetConnectors Source # 

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 Source # 
Show GetConnectors Source # 
Generic GetConnectors Source # 

Associated Types

type Rep GetConnectors :: * -> * #

Hashable GetConnectors Source # 
ToJSON GetConnectors Source # 
NFData GetConnectors Source # 

Methods

rnf :: GetConnectors -> () #

AWSPager GetConnectors Source # 
AWSRequest GetConnectors Source # 
ToHeaders GetConnectors Source # 
ToPath GetConnectors Source # 
ToQuery GetConnectors Source # 
type Rep GetConnectors Source # 
type Rep GetConnectors = D1 * (MetaData "GetConnectors" "Network.AWS.SMS.GetConnectors" "amazonka-sms-1.6.0-9ai2eMEksFPLGdkoni1LUk" 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 Source # 

Request Lenses

gcNextToken :: Lens' GetConnectors (Maybe Text) Source #

Undocumented member.

gcMaxResults :: Lens' GetConnectors (Maybe Int) Source #

Undocumented member.

Destructuring the Response

getConnectorsResponse Source #

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 Source #

See: getConnectorsResponse smart constructor.

Instances

Eq GetConnectorsResponse Source # 
Data GetConnectorsResponse Source # 

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 Source # 
Show GetConnectorsResponse Source # 
Generic GetConnectorsResponse Source # 
NFData GetConnectorsResponse Source # 

Methods

rnf :: GetConnectorsResponse -> () #

type Rep GetConnectorsResponse Source # 
type Rep GetConnectorsResponse = D1 * (MetaData "GetConnectorsResponse" "Network.AWS.SMS.GetConnectors" "amazonka-sms-1.6.0-9ai2eMEksFPLGdkoni1LUk" 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 DecidedStrict) (Rec0 * Int)))))

Response Lenses

gcrsResponseStatus :: Lens' GetConnectorsResponse Int Source #

  • - | The response status code.