amazonka-pinpoint-1.4.5: Amazon Pinpoint 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.Pinpoint.GetSegmentVersion

Contents

Description

Returns information about a segment version.

Synopsis

Creating a Request

getSegmentVersion Source #

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

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

data GetSegmentVersion Source #

See: getSegmentVersion smart constructor.

Instances

Eq GetSegmentVersion Source # 
Data GetSegmentVersion Source # 

Methods

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

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

toConstr :: GetSegmentVersion -> Constr #

dataTypeOf :: GetSegmentVersion -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSegmentVersion Source # 
Show GetSegmentVersion Source # 
Generic GetSegmentVersion Source # 
Hashable GetSegmentVersion Source # 
NFData GetSegmentVersion Source # 

Methods

rnf :: GetSegmentVersion -> () #

AWSRequest GetSegmentVersion Source # 
ToPath GetSegmentVersion Source # 
ToHeaders GetSegmentVersion Source # 
ToQuery GetSegmentVersion Source # 
type Rep GetSegmentVersion Source # 
type Rep GetSegmentVersion = D1 (MetaData "GetSegmentVersion" "Network.AWS.Pinpoint.GetSegmentVersion" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "GetSegmentVersion'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gSegmentId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) ((:*:) (S1 (MetaSel (Just Symbol "_gVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)) (S1 (MetaSel (Just Symbol "_gApplicationId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))))
type Rs GetSegmentVersion Source # 

Request Lenses

gVersion :: Lens' GetSegmentVersion Text Source #

Undocumented member.

Destructuring the Response

getSegmentVersionResponse Source #

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

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

data GetSegmentVersionResponse Source #

See: getSegmentVersionResponse smart constructor.

Instances

Eq GetSegmentVersionResponse Source # 
Data GetSegmentVersionResponse Source # 

Methods

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

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

toConstr :: GetSegmentVersionResponse -> Constr #

dataTypeOf :: GetSegmentVersionResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSegmentVersionResponse Source # 
Show GetSegmentVersionResponse Source # 
Generic GetSegmentVersionResponse Source # 
NFData GetSegmentVersionResponse Source # 
type Rep GetSegmentVersionResponse Source # 
type Rep GetSegmentVersionResponse = D1 (MetaData "GetSegmentVersionResponse" "Network.AWS.Pinpoint.GetSegmentVersion" "amazonka-pinpoint-1.4.5-HRFryQyBdxcJKvn2qKzTo3" False) (C1 (MetaCons "GetSegmentVersionResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gsvrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedUnpack) (Rec0 Int)) (S1 (MetaSel (Just Symbol "_gsvrsSegmentResponse") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 SegmentResponse))))

Response Lenses