amazonka-devicefarm-1.1.0: 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.ListArtifacts

Contents

Description

Gets information about artifacts.

See: AWS API Reference for ListArtifacts.

Synopsis

Creating a Request

listArtifacts Source

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

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

Request Lenses

laNextToken :: Lens' ListArtifacts (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.

laArn :: Lens' ListArtifacts Text Source

The artifacts' ARNs.

laType :: Lens' ListArtifacts ArtifactCategory Source

The artifacts' type.

Allowed values include:

  • FILE: The artifacts are files.
  • LOG: The artifacts are logs.
  • SCREENSHOT: The artifacts are screenshots.

Destructuring the Response

listArtifactsResponse Source

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

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

Response Lenses

larsArtifacts :: Lens' ListArtifactsResponse [Artifact] Source

Information about the artifacts.

larsNextToken :: Lens' ListArtifactsResponse (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.

larsStatus :: Lens' ListArtifactsResponse Int Source

The response status code.