amazonka-pinpoint-1.6.1: Amazon Pinpoint 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.Pinpoint.GetEndpoint

Contents

Description

Returns information about an endpoint.

Synopsis

Creating a Request

getEndpoint Source #

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

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

data GetEndpoint Source #

See: getEndpoint smart constructor.

Instances
Eq GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Data GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Methods

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

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

toConstr :: GetEndpoint -> Constr #

dataTypeOf :: GetEndpoint -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Show GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Generic GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Associated Types

type Rep GetEndpoint :: Type -> Type #

Hashable GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

AWSRequest GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Associated Types

type Rs GetEndpoint :: Type #

ToHeaders GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Methods

toHeaders :: GetEndpoint -> [Header] #

ToPath GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

ToQuery GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

NFData GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Methods

rnf :: GetEndpoint -> () #

type Rep GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

type Rep GetEndpoint = D1 (MetaData "GetEndpoint" "Network.AWS.Pinpoint.GetEndpoint" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetEndpoint'" PrefixI True) (S1 (MetaSel (Just "_geApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_geEndpointId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs GetEndpoint Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Request Lenses

geApplicationId :: Lens' GetEndpoint Text Source #

Undocumented member.

geEndpointId :: Lens' GetEndpoint Text Source #

Undocumented member.

Destructuring the Response

getEndpointResponse Source #

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

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

data GetEndpointResponse Source #

See: getEndpointResponse smart constructor.

Instances
Eq GetEndpointResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Data GetEndpointResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Methods

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

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

toConstr :: GetEndpointResponse -> Constr #

dataTypeOf :: GetEndpointResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetEndpointResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Show GetEndpointResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Generic GetEndpointResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Associated Types

type Rep GetEndpointResponse :: Type -> Type #

NFData GetEndpointResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

Methods

rnf :: GetEndpointResponse -> () #

type Rep GetEndpointResponse Source # 
Instance details

Defined in Network.AWS.Pinpoint.GetEndpoint

type Rep GetEndpointResponse = D1 (MetaData "GetEndpointResponse" "Network.AWS.Pinpoint.GetEndpoint" "amazonka-pinpoint-1.6.1-4ftRHSGuITY77Rh0OQCFbU" False) (C1 (MetaCons "GetEndpointResponse'" PrefixI True) (S1 (MetaSel (Just "_gersResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int) :*: S1 (MetaSel (Just "_gersEndpointResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 EndpointResponse)))

Response Lenses

gersResponseStatus :: Lens' GetEndpointResponse Int Source #

  • - | The response status code.