amazonka-devicefarm-1.5.0: Amazon Device Farm SDK.

Copyright(c) 2013-2017 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 suites.

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 suites' ARNs.

data ListSuites Source #

Represents a request to the list suites operation.

See: listSuites smart constructor.

Instances

Eq ListSuites Source # 
Data ListSuites Source # 

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 # 
Show ListSuites Source # 
Generic ListSuites Source # 

Associated Types

type Rep ListSuites :: * -> * #

Hashable ListSuites Source # 
ToJSON ListSuites Source # 
NFData ListSuites Source # 

Methods

rnf :: ListSuites -> () #

AWSPager ListSuites Source # 
AWSRequest ListSuites Source # 
ToQuery ListSuites Source # 
ToPath ListSuites Source # 
ToHeaders ListSuites Source # 

Methods

toHeaders :: ListSuites -> [Header] #

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

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 suites' ARNs.

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 # 
Data ListSuitesResponse Source # 

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 # 
Show ListSuitesResponse Source # 
Generic ListSuitesResponse Source # 
NFData ListSuitesResponse Source # 

Methods

rnf :: ListSuitesResponse -> () #

type Rep ListSuitesResponse Source # 
type Rep ListSuitesResponse = D1 (MetaData "ListSuitesResponse" "Network.AWS.DeviceFarm.ListSuites" "amazonka-devicefarm-1.5.0-XwN0sn2YagFwkQSin1mYz" False) (C1 (MetaCons "ListSuitesResponse'" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "_lsrsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) ((:*:) (S1 (MetaSel (Just Symbol "_lsrsSuites") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Suite]))) (S1 (MetaSel (Just Symbol "_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.