amazonka-greengrass-1.5.0: Amazon Greengrass SDK.

Copyright(c) 2013-2017 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.Greengrass.GetConnectivityInfo

Contents

Description

Retrieves the connectivity information for a core.

Synopsis

Creating a Request

getConnectivityInfo Source #

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

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

data GetConnectivityInfo Source #

See: getConnectivityInfo smart constructor.

Instances

Eq GetConnectivityInfo Source # 
Data GetConnectivityInfo Source # 

Methods

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

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

toConstr :: GetConnectivityInfo -> Constr #

dataTypeOf :: GetConnectivityInfo -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetConnectivityInfo Source # 
Show GetConnectivityInfo Source # 
Generic GetConnectivityInfo Source # 
Hashable GetConnectivityInfo Source # 
NFData GetConnectivityInfo Source # 

Methods

rnf :: GetConnectivityInfo -> () #

AWSRequest GetConnectivityInfo Source # 
ToQuery GetConnectivityInfo Source # 
ToPath GetConnectivityInfo Source # 
ToHeaders GetConnectivityInfo Source # 
type Rep GetConnectivityInfo Source # 
type Rep GetConnectivityInfo = D1 (MetaData "GetConnectivityInfo" "Network.AWS.Greengrass.GetConnectivityInfo" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" True) (C1 (MetaCons "GetConnectivityInfo'" PrefixI True) (S1 (MetaSel (Just Symbol "_gciThingName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetConnectivityInfo Source # 

Request Lenses

Destructuring the Response

getConnectivityInfoResponse Source #

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

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

data GetConnectivityInfoResponse Source #

See: getConnectivityInfoResponse smart constructor.

Instances

Eq GetConnectivityInfoResponse Source # 
Data GetConnectivityInfoResponse Source # 

Methods

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

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

toConstr :: GetConnectivityInfoResponse -> Constr #

dataTypeOf :: GetConnectivityInfoResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetConnectivityInfoResponse Source # 
Show GetConnectivityInfoResponse Source # 
Generic GetConnectivityInfoResponse Source # 
NFData GetConnectivityInfoResponse Source # 
type Rep GetConnectivityInfoResponse Source # 
type Rep GetConnectivityInfoResponse = D1 (MetaData "GetConnectivityInfoResponse" "Network.AWS.Greengrass.GetConnectivityInfo" "amazonka-greengrass-1.5.0-71LOjgHB2qBUcTjNYOmi4" False) (C1 (MetaCons "GetConnectivityInfoResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gcirsMessage") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_gcirsConnectivityInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [ConnectivityInfo]))) (S1 (MetaSel (Just Symbol "_gcirsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int)))))

Response Lenses