amazonka-devicefarm-1.6.0: 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.ListUniqueProblems

Contents

Description

Gets information about unique problems.

This operation returns paginated results.

Synopsis

Creating a Request

listUniqueProblems Source #

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

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

  • lupNextToken - 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.
  • lupArn - The unique problems' ARNs.

data ListUniqueProblems Source #

Represents a request to the list unique problems operation.

See: listUniqueProblems smart constructor.

Instances

Eq ListUniqueProblems Source # 
Data ListUniqueProblems Source # 

Methods

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

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

toConstr :: ListUniqueProblems -> Constr #

dataTypeOf :: ListUniqueProblems -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListUniqueProblems Source # 
Show ListUniqueProblems Source # 
Generic ListUniqueProblems Source # 
Hashable ListUniqueProblems Source # 
ToJSON ListUniqueProblems Source # 
NFData ListUniqueProblems Source # 

Methods

rnf :: ListUniqueProblems -> () #

AWSPager ListUniqueProblems Source # 
AWSRequest ListUniqueProblems Source # 
ToHeaders ListUniqueProblems Source # 
ToPath ListUniqueProblems Source # 
ToQuery ListUniqueProblems Source # 
type Rep ListUniqueProblems Source # 
type Rep ListUniqueProblems = D1 * (MetaData "ListUniqueProblems" "Network.AWS.DeviceFarm.ListUniqueProblems" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListUniqueProblems'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_lupNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_lupArn") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text))))
type Rs ListUniqueProblems Source # 

Request Lenses

lupNextToken :: Lens' ListUniqueProblems (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.

lupArn :: Lens' ListUniqueProblems Text Source #

The unique problems' ARNs.

Destructuring the Response

listUniqueProblemsResponse Source #

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

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

  • luprsNextToken - 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.
  • luprsUniqueProblems - Information about the unique problems. Allowed values include: * PENDING: A pending condition. * PASSED: A passing condition. * WARNED: A warning condition. * FAILED: A failed condition. * SKIPPED: A skipped condition. * ERRORED: An error condition. * STOPPED: A stopped condition.
  • luprsResponseStatus - -- | The response status code.

data ListUniqueProblemsResponse Source #

Represents the result of a list unique problems request.

See: listUniqueProblemsResponse smart constructor.

Instances

Eq ListUniqueProblemsResponse Source # 
Data ListUniqueProblemsResponse Source # 

Methods

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

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

toConstr :: ListUniqueProblemsResponse -> Constr #

dataTypeOf :: ListUniqueProblemsResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ListUniqueProblemsResponse Source # 
Show ListUniqueProblemsResponse Source # 
Generic ListUniqueProblemsResponse Source # 
NFData ListUniqueProblemsResponse Source # 
type Rep ListUniqueProblemsResponse Source # 
type Rep ListUniqueProblemsResponse = D1 * (MetaData "ListUniqueProblemsResponse" "Network.AWS.DeviceFarm.ListUniqueProblems" "amazonka-devicefarm-1.6.0-LqJtWXKo19D7xA5rnFdJ7y" False) (C1 * (MetaCons "ListUniqueProblemsResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_luprsNextToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_luprsUniqueProblems") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe (Map ExecutionResult [UniqueProblem])))) (S1 * (MetaSel (Just Symbol "_luprsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int)))))

Response Lenses

luprsNextToken :: Lens' ListUniqueProblemsResponse (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.

luprsUniqueProblems :: Lens' ListUniqueProblemsResponse (HashMap ExecutionResult [UniqueProblem]) Source #

Information about the unique problems. Allowed values include: * PENDING: A pending condition. * PASSED: A passing condition. * WARNED: A warning condition. * FAILED: A failed condition. * SKIPPED: A skipped condition. * ERRORED: An error condition. * STOPPED: A stopped condition.