amazonka-devicefarm-1.6.1: Amazon Device Farm 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.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 # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Data GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Show GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Generic GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Associated Types

type Rep GetSuite :: Type -> Type #

Methods

from :: GetSuite -> Rep GetSuite x #

to :: Rep GetSuite x -> GetSuite #

Hashable GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Methods

hashWithSalt :: Int -> GetSuite -> Int #

hash :: GetSuite -> Int #

ToJSON GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

AWSRequest GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Associated Types

type Rs GetSuite :: Type #

ToHeaders GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Methods

toHeaders :: GetSuite -> [Header] #

ToPath GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

ToQuery GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

NFData GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Methods

rnf :: GetSuite -> () #

type Rep GetSuite Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

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

Defined in Network.AWS.DeviceFarm.GetSuite

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Data GetSuiteResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

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 # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Show GetSuiteResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Generic GetSuiteResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Associated Types

type Rep GetSuiteResponse :: Type -> Type #

NFData GetSuiteResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

Methods

rnf :: GetSuiteResponse -> () #

type Rep GetSuiteResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.GetSuite

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

Response Lenses

gsrsSuite :: Lens' GetSuiteResponse (Maybe Suite) Source #

A collection of one or more tests.

gsrsResponseStatus :: Lens' GetSuiteResponse Int Source #

  • - | The response status code.