amazonka-devicefarm-1.4.0: Amazon Device Farm SDK.

Copyright(c) 2013-2016 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.CreateUpload

Contents

Description

Uploads an app or test scripts.

Synopsis

Creating a Request

createUpload Source

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

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

Request Lenses

cuContentType :: Lens' CreateUpload (Maybe Text) Source

The upload's content type (for example, "application/octet-stream").

cuProjectARN :: Lens' CreateUpload Text Source

The ARN of the project for the upload.

cuName :: Lens' CreateUpload Text Source

The upload's file name.

cuType :: Lens' CreateUpload UploadType Source

The upload's upload type.

Must be one of the following values:

  • ANDROID_APP: An Android upload.
  • IOS_APP: An iOS upload.
  • WEB_APP: A web appliction upload.
  • EXTERNAL_DATA: An external data upload.
  • APPIUM_JAVA_JUNIT_TEST_PACKAGE: An Appium Java JUnit test package upload.
  • APPIUM_JAVA_TESTNG_TEST_PACKAGE: An Appium Java TestNG test package upload.
  • APPIUM_PYTHON_TEST_PACKAGE: An Appium Python test package upload.
  • APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE: An Appium Java JUnit test package upload.
  • APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE: An Appium Java TestNG test package upload.
  • APPIUM_WEB_PYTHON_TEST_PACKAGE: An Appium Python test package upload.
  • CALABASH_TEST_PACKAGE: A Calabash test package upload.
  • INSTRUMENTATION_TEST_PACKAGE: An instrumentation upload.
  • UIAUTOMATION_TEST_PACKAGE: A uiautomation test package upload.
  • UIAUTOMATOR_TEST_PACKAGE: A uiautomator test package upload.
  • XCTEST_TEST_PACKAGE: An XCode test package upload.
  • XCTEST_UI_TEST_PACKAGE: An XCode UI test package upload.

Note If you call CreateUpload with WEB_APP specified, AWS Device Farm throws an ArgumentException error.

Destructuring the Response

createUploadResponse Source

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

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

Response Lenses

cursUpload :: Lens' CreateUploadResponse (Maybe Upload) Source

The newly created upload.