amazonka-devicefarm-1.4.2: Amazon Device Farm 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.DeviceFarm.GetSuite

Contents

Description

Gets information about a suite.

Synopsis

Creating a Request

getSuite Source #

Arguments

:: Text

gsArn

-> GetSuite 

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

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

data GetSuite Source #

Represents a request to the get suite operation.

See: getSuite smart constructor.

Instances

Eq GetSuite Source # 
Data GetSuite Source # 

Methods

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

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

toConstr :: GetSuite -> Constr #

dataTypeOf :: GetSuite -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSuite Source # 
Show GetSuite Source # 
Generic GetSuite Source # 

Associated Types

type Rep GetSuite :: * -> * #

Methods

from :: GetSuite -> Rep GetSuite x #

to :: Rep GetSuite x -> GetSuite #

Hashable GetSuite Source # 

Methods

hashWithSalt :: Int -> GetSuite -> Int #

hash :: GetSuite -> Int #

ToJSON GetSuite Source # 
NFData GetSuite Source # 

Methods

rnf :: GetSuite -> () #

AWSRequest GetSuite Source # 
ToQuery GetSuite Source # 
ToPath GetSuite Source # 
ToHeaders GetSuite Source # 

Methods

toHeaders :: GetSuite -> [Header] #

type Rep GetSuite Source # 
type Rep GetSuite = D1 (MetaData "GetSuite" "Network.AWS.DeviceFarm.GetSuite" "amazonka-devicefarm-1.4.2-C514uqWNmE7EGbDYyFC0kC" True) (C1 (MetaCons "GetSuite'" PrefixI True) (S1 (MetaSel (Just Symbol "_gsArn") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))
type Rs GetSuite Source # 

Request Lenses

gsArn :: Lens' GetSuite Text Source #

The suite's ARN.

Destructuring the Response

getSuiteResponse Source #

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

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

data GetSuiteResponse Source #

Represents the result of a get suite request.

See: getSuiteResponse smart constructor.

Instances

Eq GetSuiteResponse Source # 
Data GetSuiteResponse Source # 

Methods

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

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

toConstr :: GetSuiteResponse -> Constr #

dataTypeOf :: GetSuiteResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read GetSuiteResponse Source # 
Show GetSuiteResponse Source # 
Generic GetSuiteResponse Source # 
NFData GetSuiteResponse Source # 

Methods

rnf :: GetSuiteResponse -> () #

type Rep GetSuiteResponse Source # 
type Rep GetSuiteResponse = D1 (MetaData "GetSuiteResponse" "Network.AWS.DeviceFarm.GetSuite" "amazonka-devicefarm-1.4.2-C514uqWNmE7EGbDYyFC0kC" False) (C1 (MetaCons "GetSuiteResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_gsrsSuite") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Suite))) (S1 (MetaSel (Just Symbol "_gsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

gsrsResponseStatus :: Lens' GetSuiteResponse Int Source #

The response status code.