amazonka-devicefarm-1.2.0.1: Amazon Device Farm SDK.

Copyright(c) 2013-2015 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.ListUniqueProblems

Contents

Description

Gets information about unique problems.

See: AWS API Reference for ListUniqueProblems.

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:

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:

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:

  • ERRORED: An error condition.
  • FAILED: A failed condition.
  • SKIPPED: A skipped condition.
  • STOPPED: A stopped condition.
  • PASSED: A passing condition.
  • PENDING: A pending condition.
  • WARNED: A warning condition.