amazonka-iot-1.6.0: Amazon IoT 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.IoT.DescribeEndpoint

Contents

Description

Returns a unique endpoint specific to the AWS account making the call.

Synopsis

Creating a Request

describeEndpoint :: DescribeEndpoint Source #

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

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

data DescribeEndpoint Source #

The input for the DescribeEndpoint operation.

See: describeEndpoint smart constructor.

Instances

Eq DescribeEndpoint Source # 
Data DescribeEndpoint Source # 

Methods

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

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

toConstr :: DescribeEndpoint -> Constr #

dataTypeOf :: DescribeEndpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEndpoint Source # 
Show DescribeEndpoint Source # 
Generic DescribeEndpoint Source # 
Hashable DescribeEndpoint Source # 
NFData DescribeEndpoint Source # 

Methods

rnf :: DescribeEndpoint -> () #

AWSRequest DescribeEndpoint Source # 
ToHeaders DescribeEndpoint Source # 
ToPath DescribeEndpoint Source # 
ToQuery DescribeEndpoint Source # 
type Rep DescribeEndpoint Source # 
type Rep DescribeEndpoint = D1 * (MetaData "DescribeEndpoint" "Network.AWS.IoT.DescribeEndpoint" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" True) (C1 * (MetaCons "DescribeEndpoint'" PrefixI True) (S1 * (MetaSel (Just Symbol "_deEndpointType") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 * (Maybe Text))))
type Rs DescribeEndpoint Source # 

Request Lenses

Destructuring the Response

describeEndpointResponse Source #

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

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

data DescribeEndpointResponse Source #

The output from the DescribeEndpoint operation.

See: describeEndpointResponse smart constructor.

Instances

Eq DescribeEndpointResponse Source # 
Data DescribeEndpointResponse Source # 

Methods

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

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

toConstr :: DescribeEndpointResponse -> Constr #

dataTypeOf :: DescribeEndpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read DescribeEndpointResponse Source # 
Show DescribeEndpointResponse Source # 
Generic DescribeEndpointResponse Source # 
NFData DescribeEndpointResponse Source # 
type Rep DescribeEndpointResponse Source # 
type Rep DescribeEndpointResponse = D1 * (MetaData "DescribeEndpointResponse" "Network.AWS.IoT.DescribeEndpoint" "amazonka-iot-1.6.0-GZYdsKS1TEjHFZo6BqaYJk" False) (C1 * (MetaCons "DescribeEndpointResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_dersEndpointAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_dersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

dersEndpointAddress :: Lens' DescribeEndpointResponse (Maybe Text) Source #

The endpoint. The format of the endpoint is as follows: identifier .iot.region .amazonaws.com.