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.ListSuites

Contents

Description

Gets information about test suites for a given job.

This operation returns paginated results.

Synopsis

Creating a Request

listSuites Source #

Arguments

:: Text

lArn

-> ListSuites 

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

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

  • lNextToken - An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
  • lArn - The job's Amazon Resource Name (ARN).

data ListSuites Source #

Represents a request to the list suites operation.

See: listSuites smart constructor.

Instances
Eq ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Data ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Methods

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

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

toConstr :: ListSuites -> Constr #

dataTypeOf :: ListSuites -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Show ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Generic ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Associated Types

type Rep ListSuites :: Type -> Type #

Hashable ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

ToJSON ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

AWSPager ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

AWSRequest ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Associated Types

type Rs ListSuites :: Type #

ToHeaders ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Methods

toHeaders :: ListSuites -> [Header] #

ToPath ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

ToQuery ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

NFData ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Methods

rnf :: ListSuites -> () #

type Rep ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

type Rep ListSuites = D1 (MetaData "ListSuites" "Network.AWS.DeviceFarm.ListSuites" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "ListSuites'" PrefixI True) (S1 (MetaSel (Just "_lNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_lArn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))
type Rs ListSuites Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Request Lenses

lNextToken :: Lens' ListSuites (Maybe Text) Source #

An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

lArn :: Lens' ListSuites Text Source #

The job's Amazon Resource Name (ARN).

Destructuring the Response

listSuitesResponse Source #

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

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

  • lsrsNextToken - If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.
  • lsrsSuites - Information about the suites.
  • lsrsResponseStatus - -- | The response status code.

data ListSuitesResponse Source #

Represents the result of a list suites request.

See: listSuitesResponse smart constructor.

Instances
Eq ListSuitesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Data ListSuitesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Methods

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

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

toConstr :: ListSuitesResponse -> Constr #

dataTypeOf :: ListSuitesResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListSuitesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Show ListSuitesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Generic ListSuitesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Associated Types

type Rep ListSuitesResponse :: Type -> Type #

NFData ListSuitesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

Methods

rnf :: ListSuitesResponse -> () #

type Rep ListSuitesResponse Source # 
Instance details

Defined in Network.AWS.DeviceFarm.ListSuites

type Rep ListSuitesResponse = D1 (MetaData "ListSuitesResponse" "Network.AWS.DeviceFarm.ListSuites" "amazonka-devicefarm-1.6.1-BUBE26oXCvH3OZbJddASoX" False) (C1 (MetaCons "ListSuitesResponse'" PrefixI True) (S1 (MetaSel (Just "_lsrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lsrsSuites") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Suite])) :*: S1 (MetaSel (Just "_lsrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Int))))

Response Lenses

lsrsNextToken :: Lens' ListSuitesResponse (Maybe Text) Source #

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

lsrsSuites :: Lens' ListSuitesResponse [Suite] Source #

Information about the suites.

lsrsResponseStatus :: Lens' ListSuitesResponse Int Source #

  • - | The response status code.