amazonka-devicefarm-1.2.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.ScheduleRun

Contents

Description

Schedules a run.

See: AWS API Reference for ScheduleRun.

Synopsis

Creating a Request

scheduleRun Source

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

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

Request Lenses

srName :: Lens' ScheduleRun (Maybe Text) Source

The name for the run to be scheduled.

srConfiguration :: Lens' ScheduleRun (Maybe ScheduleRunConfiguration) Source

Information about the settings for the run to be scheduled.

srProjectARN :: Lens' ScheduleRun Text Source

The ARN of the project for the run to be scheduled.

srAppARN :: Lens' ScheduleRun Text Source

The ARN of the app to schedule a run.

srDevicePoolARN :: Lens' ScheduleRun Text Source

The ARN of the device pool for the run to be scheduled.

srTest :: Lens' ScheduleRun ScheduleRunTest Source

Information about the test for the run to be scheduled.

Destructuring the Response

scheduleRunResponse Source

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

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

Response Lenses

srrsRun :: Lens' ScheduleRunResponse (Maybe Run) Source

Information about the scheduled run.

srrsStatus :: Lens' ScheduleRunResponse Int Source

The response status code.