'2.0', 'service' => '
Welcome to the AWS Device Farm API documentation, which contains APIs for:
Testing on desktop browsers
Device Farm makes it possible for you to test your web applications on desktop browsers using Selenium. The APIs for desktop browser testing contain TestGrid
in their names. For more information, see Testing Web Applications on Selenium with Device Farm.
Testing on real mobile devices
Device Farm makes it possible for you to test apps on physical phones, tablets, and other devices in the cloud. For more information, see the Device Farm Developer Guide.
Creates a device pool.
', 'CreateInstanceProfile' => 'Creates a profile that can be applied to one or more private fleet device instances.
', 'CreateNetworkProfile' => 'Creates a network profile.
', 'CreateProject' => 'Creates a project.
', 'CreateRemoteAccessSession' => 'Specifies and starts a remote access session.
', 'CreateTestGridProject' => 'Creates a Selenium testing project. Projects are used to track TestGridSession instances.
', 'CreateTestGridUrl' => 'Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver
constructor.
Uploads an app or test scripts.
', 'CreateVPCEConfiguration' => 'Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
', 'DeleteDevicePool' => 'Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
', 'DeleteInstanceProfile' => 'Deletes a profile that can be applied to one or more private device instances.
', 'DeleteNetworkProfile' => 'Deletes a network profile.
', 'DeleteProject' => 'Deletes an AWS Device Farm project, given the project ARN.
Deleting this resource does not stop an in-progress run.
', 'DeleteRemoteAccessSession' => 'Deletes a completed remote access session and its results.
', 'DeleteRun' => 'Deletes the run, given the run ARN.
Deleting this resource does not stop an in-progress run.
', 'DeleteTestGridProject' => 'Deletes a Selenium testing project and all content generated under it.
You cannot undo this operation.
You cannot delete a project if it has active sessions.
Deletes an upload given the upload ARN.
', 'DeleteVPCEConfiguration' => 'Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
', 'GetAccountSettings' => 'Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
', 'GetDevice' => 'Gets information about a unique device type.
', 'GetDeviceInstance' => 'Returns information about a device instance that belongs to a private device fleet.
', 'GetDevicePool' => 'Gets information about a device pool.
', 'GetDevicePoolCompatibility' => 'Gets information about compatibility with a device pool.
', 'GetInstanceProfile' => 'Returns information about the specified instance profile.
', 'GetJob' => 'Gets information about a job.
', 'GetNetworkProfile' => 'Returns information about a network profile.
', 'GetOfferingStatus' => 'Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.
Gets information about a project.
', 'GetRemoteAccessSession' => 'Returns a link to a currently running remote access session.
', 'GetRun' => 'Gets information about a run.
', 'GetSuite' => 'Gets information about a suite.
', 'GetTest' => 'Gets information about a test.
', 'GetTestGridProject' => 'Retrieves information about a Selenium testing project.
', 'GetTestGridSession' => 'A session is an instance of a browser created through a RemoteWebDriver
with the URL from CreateTestGridUrlResult$url. You can use the following to look up sessions:
The session ARN (GetTestGridSessionRequest$sessionArn).
The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).
Gets information about an upload.
', 'GetVPCEConfiguration' => 'Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
', 'InstallToRemoteAccessSession' => 'Installs an application to the device in a remote access session. For Android applications, the file must be in .apk format. For iOS applications, the file must be in .ipa format.
', 'ListArtifacts' => 'Gets information about artifacts.
', 'ListDeviceInstances' => 'Returns information about the private device instances associated with one or more AWS accounts.
', 'ListDevicePools' => 'Gets information about device pools.
', 'ListDevices' => 'Gets information about unique device types.
', 'ListInstanceProfiles' => 'Returns information about all the instance profiles in an AWS account.
', 'ListJobs' => 'Gets information about jobs for a given test run.
', 'ListNetworkProfiles' => 'Returns the list of available network profiles.
', 'ListOfferingPromotions' => 'Returns a list of offering promotions. Each offering promotion record contains the ID and description of the promotion. The API returns a NotEligible
error if the caller is not permitted to invoke the operation. Contact aws-devicefarm-support@amazon.com if you must be able to invoke this operation.
Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.
Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. The API returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.
Gets information about projects.
', 'ListRemoteAccessSessions' => 'Returns a list of all currently running remote access sessions.
', 'ListRuns' => 'Gets information about runs, given an AWS Device Farm project ARN.
', 'ListSamples' => 'Gets information about samples, given an AWS Device Farm job ARN.
', 'ListSuites' => 'Gets information about test suites for a given job.
', 'ListTagsForResource' => 'List the tags for an AWS Device Farm resource.
', 'ListTestGridProjects' => 'Gets a list of all Selenium testing projects in your account.
', 'ListTestGridSessionActions' => 'Returns a list of the actions taken in a TestGridSession.
', 'ListTestGridSessionArtifacts' => 'Retrieves a list of artifacts created during the session.
', 'ListTestGridSessions' => 'Retrieves a list of sessions for a TestGridProject.
', 'ListTests' => 'Gets information about tests in a given test suite.
', 'ListUniqueProblems' => 'Gets information about unique problems, such as exceptions or crashes.
Unique problems are defined as a single instance of an error across a run, job, or suite. For example, if a call in your application consistently raises an exception (OutOfBoundsException in MyActivity.java:386
), ListUniqueProblems
returns a single entry instead of many individual entries for that exception.
Gets information about uploads, given an AWS Device Farm project ARN.
', 'ListVPCEConfigurations' => 'Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
', 'PurchaseOffering' => 'Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for an offering, unless the renewal was overridden. The API returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.
Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate
of the next period. The API returns a NotEligible
error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com.
Schedules a run.
', 'StopJob' => 'Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device where tests have not started. You are not billed for this device. On the device where tests have started, setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown, and any tests that were in progress or already completed.
', 'StopRemoteAccessSession' => 'Ends a specified remote access session.
', 'StopRun' => 'Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices where tests have not started. You are not billed for these devices. On devices where tests have started executing, setup suite and teardown suite tests run to completion on those devices. You are billed for setup, teardown, and any tests that were in progress or already completed.
', 'TagResource' => 'Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted.
Deletes the specified tags from a resource.
', 'UpdateDeviceInstance' => 'Updates information about a private device instance.
', 'UpdateDevicePool' => 'Modifies the name, description, and rules in a device pool given the attributes and the pool ARN. Rule updates are all-or-nothing, meaning they can only be updated as a whole (or not at all).
', 'UpdateInstanceProfile' => 'Updates information about an existing private device instance profile.
', 'UpdateNetworkProfile' => 'Updates the network profile.
', 'UpdateProject' => 'Modifies the specified project name, given the project ARN and a new name.
', 'UpdateTestGridProject' => 'Change details of a project.
', 'UpdateUpload' => 'Updates an uploaded test spec.
', 'UpdateVPCEConfiguration' => 'Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
', ], 'shapes' => [ 'AWSAccountNumber' => [ 'base' => NULL, 'refs' => [ 'AccountSettings$awsAccountNumber' => 'The AWS account number specified in the AccountSettings
container.
A container for account-level settings in AWS Device Farm.
', 'refs' => [ 'GetAccountSettingsResult$accountSettings' => 'The account settings.
', ], ], 'AccountsCleanup' => [ 'base' => NULL, 'refs' => [ 'ExecutionConfiguration$accountsCleanup' => 'True if account cleanup is enabled at the beginning of the test. Otherwise, false.
', ], ], 'AmazonResourceName' => [ 'base' => NULL, 'refs' => [ 'AmazonResourceNames$member' => NULL, 'Artifact$arn' => 'The artifact\'s ARN.
', 'CreateDevicePoolRequest$projectArn' => 'The ARN of the project for the device pool.
', 'CreateNetworkProfileRequest$projectArn' => 'The Amazon Resource Name (ARN) of the project for which you want to create a network profile.
', 'CreateRemoteAccessSessionRequest$projectArn' => 'The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.
', 'CreateRemoteAccessSessionRequest$deviceArn' => 'The ARN of the device for which you want to create a remote access session.
', 'CreateRemoteAccessSessionRequest$instanceArn' => 'The Amazon Resource Name (ARN) of the device instance for which you want to create a remote access session.
', 'CreateRemoteAccessSessionRequest$remoteRecordAppArn' => 'The Amazon Resource Name (ARN) for the app to be recorded in the remote access session.
', 'CreateUploadRequest$projectArn' => 'The ARN of the project for the upload.
', 'DeleteDevicePoolRequest$arn' => 'Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete.
', 'DeleteInstanceProfileRequest$arn' => 'The Amazon Resource Name (ARN) of the instance profile you are requesting to delete.
', 'DeleteNetworkProfileRequest$arn' => 'The ARN of the network profile to delete.
', 'DeleteProjectRequest$arn' => 'Represents the Amazon Resource Name (ARN) of the Device Farm project to delete.
', 'DeleteRemoteAccessSessionRequest$arn' => 'The Amazon Resource Name (ARN) of the session for which you want to delete remote access.
', 'DeleteRunRequest$arn' => 'The Amazon Resource Name (ARN) for the run to delete.
', 'DeleteUploadRequest$arn' => 'Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete.
', 'DeleteVPCEConfigurationRequest$arn' => 'The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete.
', 'Device$arn' => 'The device\'s ARN.
', 'DeviceInstance$arn' => 'The Amazon Resource Name (ARN) of the device instance.
', 'DeviceInstance$deviceArn' => 'The ARN of the device.
', 'DevicePool$arn' => 'The device pool\'s ARN.
', 'GetDeviceInstanceRequest$arn' => 'The Amazon Resource Name (ARN) of the instance you\'re requesting information about.
', 'GetDevicePoolCompatibilityRequest$devicePoolArn' => 'The device pool\'s ARN.
', 'GetDevicePoolCompatibilityRequest$appArn' => 'The ARN of the app that is associated with the specified device pool.
', 'GetDevicePoolRequest$arn' => 'The device pool\'s ARN.
', 'GetDeviceRequest$arn' => 'The device type\'s ARN.
', 'GetInstanceProfileRequest$arn' => 'The Amazon Resource Name (ARN) of an instance profile.
', 'GetJobRequest$arn' => 'The job\'s ARN.
', 'GetNetworkProfileRequest$arn' => 'The ARN of the network profile to return information about.
', 'GetProjectRequest$arn' => 'The project\'s ARN.
', 'GetRemoteAccessSessionRequest$arn' => 'The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.
', 'GetRunRequest$arn' => 'The run\'s ARN.
', 'GetSuiteRequest$arn' => 'The suite\'s ARN.
', 'GetTestRequest$arn' => 'The test\'s ARN.
', 'GetUploadRequest$arn' => 'The upload\'s ARN.
', 'GetVPCEConfigurationRequest$arn' => 'The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe.
', 'InstallToRemoteAccessSessionRequest$remoteAccessSessionArn' => 'The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.
', 'InstallToRemoteAccessSessionRequest$appArn' => 'The ARN of the app about which you are requesting information.
', 'InstanceProfile$arn' => 'The Amazon Resource Name (ARN) of the instance profile.
', 'Job$arn' => 'The job\'s ARN.
', 'Job$instanceArn' => 'The ARN of the instance.
', 'ListArtifactsRequest$arn' => 'The run, job, suite, or test ARN.
', 'ListDevicePoolsRequest$arn' => 'The project ARN.
', 'ListDevicesRequest$arn' => 'The Amazon Resource Name (ARN) of the project.
', 'ListJobsRequest$arn' => 'The run\'s Amazon Resource Name (ARN).
', 'ListNetworkProfilesRequest$arn' => 'The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
', 'ListProjectsRequest$arn' => 'Optional. If no Amazon Resource Name (ARN) is specified, then AWS Device Farm returns a list of all projects for the AWS account. You can also specify a project ARN.
', 'ListRemoteAccessSessionsRequest$arn' => 'The Amazon Resource Name (ARN) of the project about which you are requesting information.
', 'ListRunsRequest$arn' => 'The Amazon Resource Name (ARN) of the project for which you want to list runs.
', 'ListSamplesRequest$arn' => 'The Amazon Resource Name (ARN) of the job used to list samples.
', 'ListSuitesRequest$arn' => 'The job\'s Amazon Resource Name (ARN).
', 'ListTestsRequest$arn' => 'The test suite\'s Amazon Resource Name (ARN).
', 'ListUniqueProblemsRequest$arn' => 'The unique problems\' ARNs.
', 'ListUploadsRequest$arn' => 'The Amazon Resource Name (ARN) of the project for which you want to list uploads.
', 'NetworkProfile$arn' => 'The Amazon Resource Name (ARN) of the network profile.
', 'ProblemDetail$arn' => 'The problem detail\'s ARN.
', 'Project$arn' => 'The project\'s ARN.
', 'RemoteAccessSession$arn' => 'The Amazon Resource Name (ARN) of the remote access session.
', 'RemoteAccessSession$instanceArn' => 'The ARN of the instance.
', 'RemoteAccessSession$remoteRecordAppArn' => 'The ARN for the app to be recorded in the remote access session.
', 'Run$arn' => 'The run\'s ARN.
', 'Run$appUpload' => 'An app to upload or that has been uploaded.
', 'Run$devicePoolArn' => 'The ARN of the device pool for the run.
', 'Run$testSpecArn' => 'The ARN of the YAML-formatted test specification for the run.
', 'Sample$arn' => 'The sample\'s ARN.
', 'ScheduleRunConfiguration$extraDataPackageArn' => 'The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to external data for Android or the app\'s sandbox for iOS.
', 'ScheduleRunConfiguration$networkProfileArn' => 'Reserved for internal use.
', 'ScheduleRunRequest$projectArn' => 'The ARN of the project for the run to be scheduled.
', 'ScheduleRunRequest$appArn' => 'The ARN of an application package to run tests against, created with CreateUpload. See ListUploads.
', 'ScheduleRunRequest$devicePoolArn' => 'The ARN of the device pool for the run to be scheduled.
', 'ScheduleRunTest$testPackageArn' => 'The ARN of the uploaded test to be run.
', 'ScheduleRunTest$testSpecArn' => 'The ARN of the YAML-formatted test specification.
', 'StopJobRequest$arn' => 'Represents the Amazon Resource Name (ARN) of the Device Farm job to stop.
', 'StopRemoteAccessSessionRequest$arn' => 'The Amazon Resource Name (ARN) of the remote access session to stop.
', 'StopRunRequest$arn' => 'Represents the Amazon Resource Name (ARN) of the Device Farm run to stop.
', 'Suite$arn' => 'The suite\'s ARN.
', 'TagOperationException$resourceName' => NULL, 'TagPolicyException$resourceName' => NULL, 'Test$arn' => 'The test\'s ARN.
', 'TooManyTagsException$resourceName' => NULL, 'UpdateDeviceInstanceRequest$arn' => 'The Amazon Resource Name (ARN) of the device instance.
', 'UpdateDeviceInstanceRequest$profileArn' => 'The ARN of the profile that you want to associate with the device instance.
', 'UpdateDevicePoolRequest$arn' => 'The Amazon Resource Name (ARN) of the Device Farm device pool to update.
', 'UpdateInstanceProfileRequest$arn' => 'The Amazon Resource Name (ARN) of the instance profile.
', 'UpdateNetworkProfileRequest$arn' => 'The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.
', 'UpdateProjectRequest$arn' => 'The Amazon Resource Name (ARN) of the project whose name to update.
', 'UpdateUploadRequest$arn' => 'The Amazon Resource Name (ARN) of the uploaded test spec.
', 'UpdateVPCEConfigurationRequest$arn' => 'The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update.
', 'Upload$arn' => 'The upload\'s ARN.
', 'VPCEConfiguration$arn' => 'The Amazon Resource Name (ARN) of the VPC endpoint configuration.
', ], ], 'AmazonResourceNames' => [ 'base' => NULL, 'refs' => [ 'CreateRemoteAccessSessionConfiguration$vpceConfigurationArns' => 'An array of ARNs included in the VPC endpoint configuration.
', 'ScheduleRunConfiguration$vpceConfigurationArns' => 'An array of ARNs for your VPC endpoint configurations.
', 'ScheduleRunConfiguration$auxiliaryApps' => 'A list of upload ARNs for app packages to be installed with your app.
', ], ], 'AndroidPaths' => [ 'base' => NULL, 'refs' => [ 'CustomerArtifactPaths$androidPaths' => 'Comma-separated list of paths on the Android device where the artifacts generated by the customer\'s tests are pulled from.
', ], ], 'AppPackagesCleanup' => [ 'base' => NULL, 'refs' => [ 'ExecutionConfiguration$appPackagesCleanup' => 'True if app package cleanup is enabled at the beginning of the test. Otherwise, false.
', ], ], 'ArgumentException' => [ 'base' => 'An invalid argument was specified.
', 'refs' => [], ], 'Artifact' => [ 'base' => 'Represents the output of a test. Examples of artifacts include logs and screenshots.
', 'refs' => [ 'Artifacts$member' => NULL, ], ], 'ArtifactCategory' => [ 'base' => NULL, 'refs' => [ 'ListArtifactsRequest$type' => 'The artifacts\' type.
Allowed values include:
FILE
LOG
SCREENSHOT
The artifact\'s type.
Allowed values include the following:
UNKNOWN
SCREENSHOT
DEVICE_LOG
MESSAGE_LOG
VIDEO_LOG
RESULT_LOG
SERVICE_LOG
WEBKIT_LOG
INSTRUMENTATION_OUTPUT
EXERCISER_MONKEY_OUTPUT: the artifact (log) generated by an Android fuzz test.
CALABASH_JSON_OUTPUT
CALABASH_PRETTY_OUTPUT
CALABASH_STANDARD_OUTPUT
CALABASH_JAVA_XML_OUTPUT
AUTOMATION_OUTPUT
APPIUM_SERVER_OUTPUT
APPIUM_JAVA_OUTPUT
APPIUM_JAVA_XML_OUTPUT
APPIUM_PYTHON_OUTPUT
APPIUM_PYTHON_XML_OUTPUT
EXPLORER_EVENT_LOG
EXPLORER_SUMMARY_LOG
APPLICATION_CRASH_REPORT
XCTEST_LOG
VIDEO
CUSTOMER_ARTIFACT
CUSTOMER_ARTIFACT_LOG
TESTSPEC_OUTPUT
Information about the artifacts.
', ], ], 'BillingMethod' => [ 'base' => NULL, 'refs' => [ 'CreateRemoteAccessSessionConfiguration$billingMethod' => 'The billing method for the remote access session.
', 'RemoteAccessSession$billingMethod' => 'The billing method of the remote access session. Possible values include METERED
or UNMETERED
. For more information about metered devices, see AWS Device Farm terminology.
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is not specified, the default value is metered
.
If you have unmetered device slots, you must set this to unmetered
to use them. Otherwise, the run is counted toward metered device minutes.
Specifies the billing method for a test run: metered
or unmetered
. If the parameter is not specified, the default value is metered
.
If you have purchased unmetered device slots, you must set this parameter to unmetered
to make use of them. Otherwise, your run counts against your metered time.
When set to true
, Device Farm removes app packages after a test run. The default value is false
for private devices.
When set to true
, Device Farm reboots the instance after a test run. The default value is true
.
Set to true
if you want to access devices remotely for debugging in your remote access session.
Remote debugging is no longer supported.
', 'CreateRemoteAccessSessionRequest$remoteRecordEnabled' => 'Set to true
to enable remote recording for the remote access session.
When set to true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.
For more information on how Device Farm modifies your uploads during tests, see Do you modify my app?
', 'Device$remoteAccessEnabled' => 'Specifies whether remote access has been enabled for the specified device.
', 'Device$remoteDebugEnabled' => 'This flag is set to true
if remote debugging is enabled for the device.
Remote debugging is no longer supported.
', 'DevicePoolCompatibilityResult$compatible' => 'Whether the result was compatible with the device pool.
', 'InstanceProfile$packageCleanup' => 'When set to true
, Device Farm removes app packages after a test run. The default value is false
for private devices.
When set to true
, Device Farm reboots the instance after a test run. The default value is true
.
True if Wi-Fi is enabled at the beginning of the test. Otherwise, false.
', 'Radios$bluetooth' => 'True if Bluetooth is enabled at the beginning of the test. Otherwise, false.
', 'Radios$nfc' => 'True if NFC is enabled at the beginning of the test. Otherwise, false.
', 'Radios$gps' => 'True if GPS is enabled at the beginning of the test. Otherwise, false.
', 'RemoteAccessSession$remoteDebugEnabled' => 'This flag is set to true
if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported.
', 'RemoteAccessSession$remoteRecordEnabled' => 'This flag is set to true
if remote recording is enabled for the remote access session.
Sets whether the maxDevices
parameter applies to your device pool. If you set this parameter to true
, the maxDevices
parameter does not apply, and Device Farm does not limit the number of devices that it adds to your device pool. In this case, Device Farm adds all available devices that meet the criteria specified in the rules
parameter.
If you use this parameter in your request, you cannot use the maxDevices
parameter in the same request.
The updated choice for whether you want to specify package cleanup. The default value is false
for private devices.
The updated choice for whether you want to reboot the device after use. The default value is true
.
Set to true if the YAML file has changed and must be updated. Otherwise, set to false.
', ], ], 'CPU' => [ 'base' => 'Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage.
', 'refs' => [ 'Device$cpu' => 'Information about the device\'s CPU.
', ], ], 'CannotDeleteException' => [ 'base' => 'The requested object could not be deleted.
', 'refs' => [], ], 'ClientId' => [ 'base' => NULL, 'refs' => [ 'CreateRemoteAccessSessionRequest$clientId' => 'Unique identifier for the client. If you want access to multiple devices on the same client, you should pass the same clientId
value in each call to CreateRemoteAccessSession
. This identifier is required only if remoteDebugEnabled
is set to true
.
Remote debugging is no longer supported.
', 'RemoteAccessSession$clientId' => 'Unique identifier of your client for the remote access session. Only returned if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported.
', ], ], 'ContentType' => [ 'base' => NULL, 'refs' => [ 'CreateUploadRequest$contentType' => 'The upload\'s content type (for example, application/octet-stream
).
The upload\'s content type (for example, application/x-yaml
).
The upload\'s content type (for example, application/octet-stream
).
Represents entity counters.
', 'refs' => [ 'Job$counters' => 'The job\'s result counters.
', 'Run$counters' => 'The run\'s result counters.
', 'Suite$counters' => 'The suite\'s result counters.
', 'Test$counters' => 'The test\'s result counters.
', ], ], 'CreateDevicePoolRequest' => [ 'base' => 'Represents a request to the create device pool operation.
', 'refs' => [], ], 'CreateDevicePoolResult' => [ 'base' => 'Represents the result of a create device pool request.
', 'refs' => [], ], 'CreateInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateNetworkProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateProjectRequest' => [ 'base' => 'Represents a request to the create project operation.
', 'refs' => [], ], 'CreateProjectResult' => [ 'base' => 'Represents the result of a create project request.
', 'refs' => [], ], 'CreateRemoteAccessSessionConfiguration' => [ 'base' => 'Configuration settings for a remote access session, including billing method.
', 'refs' => [ 'CreateRemoteAccessSessionRequest$configuration' => 'The configuration information for the remote access session request.
', ], ], 'CreateRemoteAccessSessionRequest' => [ 'base' => 'Creates and submits a request to start a remote access session.
', 'refs' => [], ], 'CreateRemoteAccessSessionResult' => [ 'base' => 'Represents the server response from a request to create a remote access session.
', 'refs' => [], ], 'CreateTestGridProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTestGridProjectResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateTestGridUrlRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateTestGridUrlResult' => [ 'base' => NULL, 'refs' => [], ], 'CreateUploadRequest' => [ 'base' => 'Represents a request to the create upload operation.
', 'refs' => [], ], 'CreateUploadResult' => [ 'base' => 'Represents the result of a create upload request.
', 'refs' => [], ], 'CreateVPCEConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'CreateVPCEConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'CurrencyCode' => [ 'base' => NULL, 'refs' => [ 'MonetaryAmount$currencyCode' => 'The currency code of a monetary amount. For example, USD
means U.S. dollars.
A JSON object that specifies the paths where the artifacts generated by the customer\'s tests, on the device or in the test environment, are pulled from.
Specify deviceHostPaths
and optionally specify either iosPaths
or androidPaths
.
For web app tests, you can specify both iosPaths
and androidPaths
.
Output CustomerArtifactPaths
object for the test run.
Input CustomerArtifactPaths
object for the scheduled run configuration.
The number of seconds the URL from CreateTestGridUrlResult$url stays active.
', 'Job$created' => 'When the job was created.
', 'Job$started' => 'The job\'s start time.
', 'Job$stopped' => 'The job\'s stop time.
', 'ListTestGridSessionsRequest$creationTimeAfter' => 'Return only sessions created after this time.
', 'ListTestGridSessionsRequest$creationTimeBefore' => 'Return only sessions created before this time.
', 'ListTestGridSessionsRequest$endTimeAfter' => 'Return only sessions that ended after this time.
', 'ListTestGridSessionsRequest$endTimeBefore' => 'Return only sessions that ended before this time.
', 'OfferingStatus$effectiveOn' => 'The date on which the offering is effective.
', 'OfferingTransaction$createdOn' => 'The date on which an offering transaction was created.
', 'Project$created' => 'When the project was created.
', 'RemoteAccessSession$created' => 'The date and time the remote access session was created.
', 'RemoteAccessSession$started' => 'The date and time the remote access session was started.
', 'RemoteAccessSession$stopped' => 'The date and time the remote access session was stopped.
', 'Run$created' => 'When the run was created.
', 'Run$started' => 'The run\'s start time.
', 'Run$stopped' => 'The run\'s stop time.
', 'Suite$created' => 'When the suite was created.
', 'Suite$started' => 'The suite\'s start time.
', 'Suite$stopped' => 'The suite\'s stop time.
', 'Test$created' => 'When the test was created.
', 'Test$started' => 'The test\'s start time.
', 'Test$stopped' => 'The test\'s stop time.
', 'TestGridProject$created' => 'When the project was created.
', 'TestGridSession$created' => 'The time that the session was started.
', 'TestGridSession$ended' => 'The time the session ended.
', 'TestGridSessionAction$started' => 'The time that the session invoked the action.
', 'Upload$created' => 'When the upload was created.
', ], ], 'DeleteDevicePoolRequest' => [ 'base' => 'Represents a request to the delete device pool operation.
', 'refs' => [], ], 'DeleteDevicePoolResult' => [ 'base' => 'Represents the result of a delete device pool request.
', 'refs' => [], ], 'DeleteInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteNetworkProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteProjectRequest' => [ 'base' => 'Represents a request to the delete project operation.
', 'refs' => [], ], 'DeleteProjectResult' => [ 'base' => 'Represents the result of a delete project request.
', 'refs' => [], ], 'DeleteRemoteAccessSessionRequest' => [ 'base' => 'Represents the request to delete the specified remote access session.
', 'refs' => [], ], 'DeleteRemoteAccessSessionResult' => [ 'base' => 'The response from the server when a request is made to delete the remote access session.
', 'refs' => [], ], 'DeleteRunRequest' => [ 'base' => 'Represents a request to the delete run operation.
', 'refs' => [], ], 'DeleteRunResult' => [ 'base' => 'Represents the result of a delete run request.
', 'refs' => [], ], 'DeleteTestGridProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteTestGridProjectResult' => [ 'base' => NULL, 'refs' => [], ], 'DeleteUploadRequest' => [ 'base' => 'Represents a request to the delete upload operation.
', 'refs' => [], ], 'DeleteUploadResult' => [ 'base' => 'Represents the result of a delete upload request.
', 'refs' => [], ], 'DeleteVPCEConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'DeleteVPCEConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'Device' => [ 'base' => 'Represents a device type that an app is tested against.
', 'refs' => [ 'DevicePoolCompatibilityResult$device' => 'The device (phone or tablet) to return information about.
', 'Devices$member' => NULL, 'GetDeviceResult$device' => 'An object that contains information about the requested device.
', 'Job$device' => 'The device (phone or tablet).
', 'Problem$device' => 'Information about the associated device.
', 'RemoteAccessSession$device' => 'The device (phone or tablet) used in the remote access session.
', ], ], 'DeviceAttribute' => [ 'base' => NULL, 'refs' => [ 'IncompatibilityMessage$type' => 'The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
The rule\'s stringified attribute. For example, specify the value as "\\"abc\\""
.
The supported operators for each attribute are provided in the following list.
The Appium version for the test.
Supported operators: CONTAINS
The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example
.
Supported operators: EQUALS
, IN
, NOT_IN
The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.
Supported operators: EQUALS
The fleet type. Valid values are PUBLIC or PRIVATE.
Supported operators: EQUALS
The device form factor. Valid values are PHONE or TABLET.
Supported operators: EQUALS
, IN
, NOT_IN
The Amazon Resource Name (ARN) of the device instance.
Supported operators: IN
, NOT_IN
The label of the device instance.
Supported operators: CONTAINS
The device manufacturer (for example, Apple).
Supported operators: EQUALS
, IN
, NOT_IN
The device model, such as Apple iPad Air 2 or Google Pixel.
Supported operators: CONTAINS
, EQUALS
, IN
, NOT_IN
The operating system version (for example, 10.3.2).
Supported operators: EQUALS
, GREATER_THAN
, GREATER_THAN_OR_EQUALS
, IN
, LESS_THAN
, LESS_THAN_OR_EQUALS
, NOT_IN
The device platform. Valid values are ANDROID or IOS.
Supported operators: EQUALS
, IN
, NOT_IN
Whether the device is enabled for remote access. Valid values are TRUE or FALSE.
Supported operators: EQUALS
Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE.
Supported operators: EQUALS
Because remote debugging is no longer supported, this filter is ignored.
Indicates how likely a device is available for a test run. Currently available in the ListDevices and GetDevice API methods.
', ], ], 'DeviceFarmArn' => [ 'base' => NULL, 'refs' => [ 'CreateTestGridUrlRequest$projectArn' => 'ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.
', 'DeleteTestGridProjectRequest$projectArn' => 'The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects.
', 'GetTestGridProjectRequest$projectArn' => 'The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects.
', 'GetTestGridSessionRequest$projectArn' => 'The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects.
', 'GetTestGridSessionRequest$sessionArn' => 'An ARN that uniquely identifies a TestGridSession.
', 'ListTagsForResourceRequest$ResourceARN' => 'The Amazon Resource Name (ARN) of the resource or resources for which to list tags. You can associate tags with the following Device Farm resources: PROJECT
, RUN
, NETWORK_PROFILE
, INSTANCE_PROFILE
, DEVICE_INSTANCE
, SESSION
, DEVICE_POOL
, DEVICE
, and VPCE_CONFIGURATION
.
The ARN of the session to retrieve.
', 'ListTestGridSessionArtifactsRequest$sessionArn' => 'The ARN of a TestGridSession.
', 'ListTestGridSessionsRequest$projectArn' => 'ARN of a TestGridProject.
', 'TagResourceRequest$ResourceARN' => 'The Amazon Resource Name (ARN) of the resource or resources to which to add tags. You can associate tags with the following Device Farm resources: PROJECT
, RUN
, NETWORK_PROFILE
, INSTANCE_PROFILE
, DEVICE_INSTANCE
, SESSION
, DEVICE_POOL
, DEVICE
, and VPCE_CONFIGURATION
.
The ARN for the project.
', 'TestGridSession$arn' => 'The ARN of the session.
', 'UntagResourceRequest$ResourceARN' => 'The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate tags with the following Device Farm resources: PROJECT
, RUN
, NETWORK_PROFILE
, INSTANCE_PROFILE
, DEVICE_INSTANCE
, SESSION
, DEVICE_POOL
, DEVICE
, and VPCE_CONFIGURATION
.
ARN of the project to update.
', ], ], 'DeviceFilter' => [ 'base' => 'Represents a device filter used to select a set of devices to be included in a test run. This data structure is passed in as the deviceSelectionConfiguration
parameter to ScheduleRun
. For an example of the JSON request syntax, see ScheduleRun.
It is also passed in as the filters
parameter to ListDevices
. For an example of the JSON request syntax, see ListDevices.
The aspect of a device such as platform or model used as the selection criteria in a device filter.
The supported operators for each attribute are provided in the following list.
The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example
).
Supported operators: EQUALS
, IN
, NOT_IN
The device platform. Valid values are ANDROID or IOS.
Supported operators: EQUALS
The operating system version (for example, 10.3.2).
Supported operators: EQUALS
, GREATER_THAN
, GREATER_THAN_OR_EQUALS
, IN
, LESS_THAN
, LESS_THAN_OR_EQUALS
, NOT_IN
The device model (for example, iPad 5th Gen).
Supported operators: CONTAINS
, EQUALS
, IN
, NOT_IN
The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.
Supported operators: EQUALS
The device form factor. Valid values are PHONE or TABLET.
Supported operators: EQUALS
The device manufacturer (for example, Apple).
Supported operators: EQUALS
, IN
, NOT_IN
Whether the device is enabled for remote access. Valid values are TRUE or FALSE.
Supported operators: EQUALS
Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE.
Supported operators: EQUALS
Because remote debugging is no longer supported, this filter is ignored.
The Amazon Resource Name (ARN) of the device instance.
Supported operators: EQUALS
, IN
, NOT_IN
The label of the device instance.
Supported operators: CONTAINS
The fleet type. Valid values are PUBLIC or PRIVATE.
Supported operators: EQUALS
An array of one or more filter values used in a device filter.
Operator Values
The IN and NOT_IN operators can take a values array that has more than one element.
The other operators require an array with a single element.
Attribute Values
The PLATFORM attribute can be set to ANDROID or IOS.
The AVAILABILITY attribute can be set to AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.
The FORM_FACTOR attribute can be set to PHONE or TABLET.
The FLEET_TYPE attribute can be set to PUBLIC or PRIVATE.
Used to dynamically select a set of devices for a test run. A filter is made up of an attribute, an operator, and one or more values.
Attribute
The aspect of a device such as platform or model used as the selection criteria in a device filter.
Allowed values include:
ARN: The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example
).
PLATFORM: The device platform. Valid values are ANDROID or IOS.
OS_VERSION: The operating system version (for example, 10.3.2).
MODEL: The device model (for example, iPad 5th Gen).
AVAILABILITY: The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.
FORM_FACTOR: The device form factor. Valid values are PHONE or TABLET.
MANUFACTURER: The device manufacturer (for example, Apple).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access. Valid values are TRUE or FALSE.
REMOTE_DEBUG_ENABLED: Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE. Because remote debugging is no longer supported, this filter is ignored.
INSTANCE_ARN: The Amazon Resource Name (ARN) of the device instance.
INSTANCE_LABELS: The label of the device instance.
FLEET_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE.
Operator
The filter operator.
The EQUALS operator is available for every attribute except INSTANCE_LABELS.
The CONTAINS operator is available for the INSTANCE_LABELS and MODEL attributes.
The IN and NOT_IN operators are available for the ARN, OS_VERSION, MODEL, MANUFACTURER, and INSTANCE_ARN attributes.
The LESS_THAN, GREATER_THAN, LESS_THAN_OR_EQUALS, and GREATER_THAN_OR_EQUALS operators are also available for the OS_VERSION attribute.
Values
An array of one or more filter values.
Operator Values
The IN and NOT_IN operators can take a values array that has more than one element.
The other operators require an array with a single element.
Attribute Values
The PLATFORM attribute can be set to ANDROID or IOS.
The AVAILABILITY attribute can be set to AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.
The FORM_FACTOR attribute can be set to PHONE or TABLET.
The FLEET_TYPE attribute can be set to PUBLIC or PRIVATE.
The filters in a device selection result.
', 'ListDevicesRequest$filters' => 'Used to select a set of devices. A filter is made up of an attribute, an operator, and one or more values.
Attribute: The aspect of a device such as platform or model used as the selection criteria in a device filter.
Allowed values include:
ARN: The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example
).
PLATFORM: The device platform. Valid values are ANDROID or IOS.
OS_VERSION: The operating system version (for example, 10.3.2).
MODEL: The device model (for example, iPad 5th Gen).
AVAILABILITY: The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.
FORM_FACTOR: The device form factor. Valid values are PHONE or TABLET.
MANUFACTURER: The device manufacturer (for example, Apple).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access. Valid values are TRUE or FALSE.
REMOTE_DEBUG_ENABLED: Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE. Because remote debugging is no longer supported, this attribute is ignored.
INSTANCE_ARN: The Amazon Resource Name (ARN) of the device instance.
INSTANCE_LABELS: The label of the device instance.
FLEET_TYPE: The fleet type. Valid values are PUBLIC or PRIVATE.
Operator: The filter operator.
The EQUALS operator is available for every attribute except INSTANCE_LABELS.
The CONTAINS operator is available for the INSTANCE_LABELS and MODEL attributes.
The IN and NOT_IN operators are available for the ARN, OS_VERSION, MODEL, MANUFACTURER, and INSTANCE_ARN attributes.
The LESS_THAN, GREATER_THAN, LESS_THAN_OR_EQUALS, and GREATER_THAN_OR_EQUALS operators are also available for the OS_VERSION attribute.
Values: An array of one or more filter values.
The IN and NOT_IN operators take a values array that has one or more elements.
The other operators require an array with a single element.
In a request, the AVAILABILITY attribute takes the following values: AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.
The device\'s form factor.
Allowed values include:
PHONE
TABLET
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer\'s tests are pulled from.
', ], ], 'DeviceInstance' => [ 'base' => 'Represents the device instance.
', 'refs' => [ 'DeviceInstances$member' => NULL, 'GetDeviceInstanceResult$deviceInstance' => 'An object that contains information about your device instance.
', 'UpdateDeviceInstanceResult$deviceInstance' => 'An object that contains information about your device instance.
', ], ], 'DeviceInstances' => [ 'base' => NULL, 'refs' => [ 'Device$instances' => 'The instances that belong to this device.
', 'ListDeviceInstancesResult$deviceInstances' => 'An object that contains information about your device instances.
', ], ], 'DeviceMinutes' => [ 'base' => 'Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.
', 'refs' => [ 'Job$deviceMinutes' => 'Represents the total (metered or unmetered) minutes used by the job.
', 'RemoteAccessSession$deviceMinutes' => 'The number of minutes a device is used in a remote access session (including setup and teardown minutes).
', 'Run$deviceMinutes' => 'Represents the total (metered or unmetered) minutes used by the test run.
', 'Suite$deviceMinutes' => 'Represents the total (metered or unmetered) minutes used by the test suite.
', 'Test$deviceMinutes' => 'Represents the total (metered or unmetered) minutes used by the test.
', ], ], 'DevicePlatform' => [ 'base' => NULL, 'refs' => [ 'Device$platform' => 'The device\'s platform.
Allowed values include:
ANDROID
IOS
The platform of the device (for example, ANDROID
or IOS
).
The run\'s platform.
Allowed values include:
ANDROID
IOS
Represents a collection of device types.
', 'refs' => [ 'CreateDevicePoolResult$devicePool' => 'The newly created device pool.
', 'DevicePools$member' => NULL, 'GetDevicePoolResult$devicePool' => 'An object that contains information about the requested device pool.
', 'UpdateDevicePoolResult$devicePool' => 'The device pool you just updated.
', ], ], 'DevicePoolCompatibilityResult' => [ 'base' => 'Represents a device pool compatibility result.
', 'refs' => [ 'DevicePoolCompatibilityResults$member' => NULL, ], ], 'DevicePoolCompatibilityResults' => [ 'base' => NULL, 'refs' => [ 'GetDevicePoolCompatibilityResult$compatibleDevices' => 'Information about compatible devices.
', 'GetDevicePoolCompatibilityResult$incompatibleDevices' => 'Information about incompatible devices.
', ], ], 'DevicePoolType' => [ 'base' => NULL, 'refs' => [ 'DevicePool$type' => 'The device pool\'s type.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
The device pools\' type.
Allowed values include:
CURATED: A device pool that is created and managed by AWS Device Farm.
PRIVATE: A device pool that is created and managed by the device pool developer.
Information about the device pools.
', ], ], 'DeviceSelectionConfiguration' => [ 'base' => 'Represents the device filters used in a test run and the maximum number of devices to be included in the run. It is passed in as the deviceSelectionConfiguration
request parameter in ScheduleRun.
The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run.
Either devicePoolArn
or deviceSelectionConfiguration
is required in a request.
Contains the run results requested by the device selection configuration and how many devices were returned. For an example of the JSON response syntax, see ScheduleRun.
', 'refs' => [ 'Run$deviceSelectionResult' => 'The results of a device filter used to select the devices for a test run.
', ], ], 'Devices' => [ 'base' => NULL, 'refs' => [ 'ListDevicesResult$devices' => 'Information about the devices.
', ], ], 'Double' => [ 'base' => NULL, 'refs' => [ 'CPU$clock' => 'The clock speed of the device\'s CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.
', 'DeviceMinutes$total' => 'When specified, represents the total minutes used by the resource to run tests.
', 'DeviceMinutes$metered' => 'When specified, represents only the sum of metered minutes used by the resource to run tests.
', 'DeviceMinutes$unmetered' => 'When specified, represents only the sum of unmetered minutes used by the resource to run tests.
', 'Location$latitude' => 'The latitude.
', 'Location$longitude' => 'The longitude.
', 'MonetaryAmount$amount' => 'The numerical amount of an offering or transaction.
', 'TestGridSession$billingMinutes' => 'The number of billed minutes that were used for this session.
', 'TrialMinutes$total' => 'The total number of free trial minutes that the account started with.
', 'TrialMinutes$remaining' => 'The number of free trial minutes remaining in the account.
', ], ], 'ExceptionMessage' => [ 'base' => NULL, 'refs' => [ 'TagOperationException$message' => NULL, 'TagPolicyException$message' => NULL, 'TooManyTagsException$message' => NULL, ], ], 'ExecutionConfiguration' => [ 'base' => 'Represents configuration information about a test run, such as the execution timeout (in minutes).
', 'refs' => [ 'ScheduleRunRequest$executionConfiguration' => 'Specifies configuration information about a test run, such as the execution timeout (in minutes).
', ], ], 'ExecutionResult' => [ 'base' => NULL, 'refs' => [ 'Job$result' => 'The job\'s result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
The problem\'s result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
The result of the remote access session. Can be any of the following:
PENDING.
PASSED.
WARNED.
FAILED.
SKIPPED.
ERRORED.
STOPPED.
The run\'s result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
The suite\'s result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
The test\'s result.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
Supporting field for the result field. Set only if result
is SKIPPED
. PARSING_FAILED
if the result is skipped because of test package parsing failure.
The job\'s status.
Allowed values include:
PENDING
PENDING_CONCURRENCY
PENDING_DEVICE
PROCESSING
SCHEDULING
PREPARING
RUNNING
COMPLETED
STOPPING
The status of the remote access session. Can be any of the following:
PENDING.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
The run\'s status.
Allowed values include:
PENDING
PENDING_CONCURRENCY
PENDING_DEVICE
PROCESSING
SCHEDULING
PREPARING
RUNNING
COMPLETED
STOPPING
The suite\'s status.
Allowed values include:
PENDING
PENDING_CONCURRENCY
PENDING_DEVICE
PROCESSING
SCHEDULING
PREPARING
RUNNING
COMPLETED
STOPPING
The test\'s status.
Allowed values include:
PENDING
PENDING_CONCURRENCY
PENDING_DEVICE
PROCESSING
SCHEDULING
PREPARING
RUNNING
COMPLETED
STOPPING
The test\'s filter.
', ], ], 'GetAccountSettingsRequest' => [ 'base' => 'Represents the request sent to retrieve the account settings.
', 'refs' => [], ], 'GetAccountSettingsResult' => [ 'base' => 'Represents the account settings return values from the GetAccountSettings
request.
Represents a request to the get device pool compatibility operation.
', 'refs' => [], ], 'GetDevicePoolCompatibilityResult' => [ 'base' => 'Represents the result of describe device pool compatibility request.
', 'refs' => [], ], 'GetDevicePoolRequest' => [ 'base' => 'Represents a request to the get device pool operation.
', 'refs' => [], ], 'GetDevicePoolResult' => [ 'base' => 'Represents the result of a get device pool request.
', 'refs' => [], ], 'GetDeviceRequest' => [ 'base' => 'Represents a request to the get device request.
', 'refs' => [], ], 'GetDeviceResult' => [ 'base' => 'Represents the result of a get device request.
', 'refs' => [], ], 'GetInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'GetJobRequest' => [ 'base' => 'Represents a request to the get job operation.
', 'refs' => [], ], 'GetJobResult' => [ 'base' => 'Represents the result of a get job request.
', 'refs' => [], ], 'GetNetworkProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetNetworkProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'GetOfferingStatusRequest' => [ 'base' => 'Represents the request to retrieve the offering status for the specified customer or account.
', 'refs' => [], ], 'GetOfferingStatusResult' => [ 'base' => 'Returns the status result for a device offering.
', 'refs' => [], ], 'GetProjectRequest' => [ 'base' => 'Represents a request to the get project operation.
', 'refs' => [], ], 'GetProjectResult' => [ 'base' => 'Represents the result of a get project request.
', 'refs' => [], ], 'GetRemoteAccessSessionRequest' => [ 'base' => 'Represents the request to get information about the specified remote access session.
', 'refs' => [], ], 'GetRemoteAccessSessionResult' => [ 'base' => 'Represents the response from the server that lists detailed information about the remote access session.
', 'refs' => [], ], 'GetRunRequest' => [ 'base' => 'Represents a request to the get run operation.
', 'refs' => [], ], 'GetRunResult' => [ 'base' => 'Represents the result of a get run request.
', 'refs' => [], ], 'GetSuiteRequest' => [ 'base' => 'Represents a request to the get suite operation.
', 'refs' => [], ], 'GetSuiteResult' => [ 'base' => 'Represents the result of a get suite request.
', 'refs' => [], ], 'GetTestGridProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTestGridProjectResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTestGridSessionRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetTestGridSessionResult' => [ 'base' => NULL, 'refs' => [], ], 'GetTestRequest' => [ 'base' => 'Represents a request to the get test operation.
', 'refs' => [], ], 'GetTestResult' => [ 'base' => 'Represents the result of a get test request.
', 'refs' => [], ], 'GetUploadRequest' => [ 'base' => 'Represents a request to the get upload operation.
', 'refs' => [], ], 'GetUploadResult' => [ 'base' => 'Represents the result of a get upload request.
', 'refs' => [], ], 'GetVPCEConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'GetVPCEConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'HostAddress' => [ 'base' => NULL, 'refs' => [ 'RemoteAccessSession$hostAddress' => 'IP address of the EC2 host where you need to connect to remotely debug devices. Only returned if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported.
', ], ], 'IdempotencyException' => [ 'base' => 'An entity with the same name already exists.
', 'refs' => [], ], 'IncompatibilityMessage' => [ 'base' => 'Represents information about incompatibility.
', 'refs' => [ 'IncompatibilityMessages$member' => NULL, ], ], 'IncompatibilityMessages' => [ 'base' => NULL, 'refs' => [ 'DevicePoolCompatibilityResult$incompatibilityMessages' => 'Information about the compatibility.
', ], ], 'InstallToRemoteAccessSessionRequest' => [ 'base' => 'Represents the request to install an Android application (in .apk format) or an iOS application (in .ipa format) as part of a remote access session.
', 'refs' => [], ], 'InstallToRemoteAccessSessionResult' => [ 'base' => 'Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.
', 'refs' => [], ], 'InstanceLabels' => [ 'base' => NULL, 'refs' => [ 'DeviceInstance$labels' => 'An array of strings that describe the device instance.
', 'UpdateDeviceInstanceRequest$labels' => 'An array of strings that you want to associate with the device instance.
', ], ], 'InstanceProfile' => [ 'base' => 'Represents the instance profile.
', 'refs' => [ 'CreateInstanceProfileResult$instanceProfile' => 'An object that contains information about your instance profile.
', 'DeviceInstance$instanceProfile' => 'A object that contains information about the instance profile.
', 'GetInstanceProfileResult$instanceProfile' => 'An object that contains information about an instance profile.
', 'InstanceProfiles$member' => NULL, 'UpdateInstanceProfileResult$instanceProfile' => 'An object that contains information about your instance profile.
', ], ], 'InstanceProfiles' => [ 'base' => NULL, 'refs' => [ 'ListInstanceProfilesResult$instanceProfiles' => 'An object that contains information about your instance profiles.
', ], ], 'InstanceStatus' => [ 'base' => NULL, 'refs' => [ 'DeviceInstance$status' => 'The status of the device instance. Valid values are listed here.
', ], ], 'Integer' => [ 'base' => NULL, 'refs' => [ 'Counters$total' => 'The total number of entities.
', 'Counters$passed' => 'The number of passed entities.
', 'Counters$failed' => 'The number of failed entities.
', 'Counters$warned' => 'The number of warned entities.
', 'Counters$errored' => 'The number of errored entities.
', 'Counters$stopped' => 'The number of stopped entities.
', 'Counters$skipped' => 'The number of skipped entities.
', 'CreateDevicePoolRequest$maxDevices' => 'The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules
parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.
By specifying the maximum number of devices, you can control the costs that you incur by running tests.
', 'DevicePool$maxDevices' => 'The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules
parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.
By specifying the maximum number of devices, you can control the costs that you incur by running tests.
', 'DeviceSelectionConfiguration$maxDevices' => 'The maximum number of devices to be included in a test run.
', 'DeviceSelectionResult$matchedDevicesCount' => 'The number of devices that matched the device filter selection criteria.
', 'DeviceSelectionResult$maxDevices' => 'The maximum number of devices to be selected by a device filter and included in a test run.
', 'ListDeviceInstancesRequest$maxResults' => 'An integer that specifies the maximum number of items you want to return in the API response.
', 'ListInstanceProfilesRequest$maxResults' => 'An integer that specifies the maximum number of items you want to return in the API response.
', 'ListVPCEConfigurationsRequest$maxResults' => 'An integer that specifies the maximum number of items you want to return in the API response.
', 'MaxSlotMap$value' => NULL, 'OfferingStatus$quantity' => 'The number of available devices in the offering.
', 'PurchaseOfferingRequest$quantity' => 'The number of device slots to purchase in an offering request.
', 'PurchasedDevicesMap$value' => NULL, 'RenewOfferingRequest$quantity' => 'The quantity requested in an offering renewal.
', 'Resolution$width' => 'The screen resolution\'s width, expressed in pixels.
', 'Resolution$height' => 'The screen resolution\'s height, expressed in pixels.
', 'Run$totalJobs' => 'The total number of jobs for the run.
', 'Run$completedJobs' => 'The total number of completed jobs.
', 'Run$seed' => 'For fuzz tests, this is a seed to use for randomizing the UI fuzz test. Using the same seed value between tests ensures identical event sequences.
', 'Run$eventCount' => 'For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.
', 'UpdateDevicePoolRequest$maxDevices' => 'The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and that meet the criteria that you assign for the rules
parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.
By specifying the maximum number of devices, you can control the costs that you incur by running tests.
If you use this parameter in your request, you cannot use the clearMaxDevices
parameter in the same request.
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, and rotating the screen. You cannot run XCUITest framework-based tests in this mode.
NO_VIDEO: You are connected to the device, but cannot interact with it or view the screen. This mode has the fastest test execution speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can run XCUITest framework-based tests and watch the screen in this mode.
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, and rotating the screen. You cannot run XCUITest framework-based tests in this mode.
NO_VIDEO: You are connected to the device, but cannot interact with it or view the screen. This mode has the fastest test execution speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can run XCUITest framework-based tests and watch the screen in this mode.
An internal exception was raised in the service. Contact aws-devicefarm-support@amazon.com if you see this error.
', 'refs' => [], ], 'InvalidOperationException' => [ 'base' => 'There was an error with the update request, or you do not have sufficient permissions to update this VPC endpoint configuration.
', 'refs' => [], ], 'IosPaths' => [ 'base' => NULL, 'refs' => [ 'CustomerArtifactPaths$iosPaths' => 'Comma-separated list of paths on the iOS device where the artifacts generated by the customer\'s tests are pulled from.
', ], ], 'Job' => [ 'base' => 'Represents a device.
', 'refs' => [ 'GetJobResult$job' => 'An object that contains information about the requested job.
', 'Jobs$member' => NULL, 'StopJobResult$job' => 'The job that was stopped.
', ], ], 'JobTimeoutMinutes' => [ 'base' => NULL, 'refs' => [ 'AccountSettings$maxJobTimeoutMinutes' => 'The maximum number of minutes a test run executes before it times out.
', 'AccountSettings$defaultJobTimeoutMinutes' => 'The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes.
', 'CreateProjectRequest$defaultJobTimeoutMinutes' => 'Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run.
', 'ExecutionConfiguration$jobTimeoutMinutes' => 'The number of minutes a test run executes before it times out.
', 'Project$defaultJobTimeoutMinutes' => 'The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes.
', 'Run$jobTimeoutMinutes' => 'The number of minutes the job executes before it times out.
', 'UpdateProjectRequest$defaultJobTimeoutMinutes' => 'The number of minutes a test run in the project executes before it times out.
', ], ], 'Jobs' => [ 'base' => NULL, 'refs' => [ 'ListJobsResult$jobs' => 'Information about the jobs.
', ], ], 'LimitExceededException' => [ 'base' => 'A limit was exceeded.
', 'refs' => [], ], 'ListArtifactsRequest' => [ 'base' => 'Represents a request to the list artifacts operation.
', 'refs' => [], ], 'ListArtifactsResult' => [ 'base' => 'Represents the result of a list artifacts operation.
', 'refs' => [], ], 'ListDeviceInstancesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListDeviceInstancesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListDevicePoolsRequest' => [ 'base' => 'Represents the result of a list device pools request.
', 'refs' => [], ], 'ListDevicePoolsResult' => [ 'base' => 'Represents the result of a list device pools request.
', 'refs' => [], ], 'ListDevicesRequest' => [ 'base' => 'Represents the result of a list devices request.
', 'refs' => [], ], 'ListDevicesResult' => [ 'base' => 'Represents the result of a list devices operation.
', 'refs' => [], ], 'ListInstanceProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListInstanceProfilesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListJobsRequest' => [ 'base' => 'Represents a request to the list jobs operation.
', 'refs' => [], ], 'ListJobsResult' => [ 'base' => 'Represents the result of a list jobs request.
', 'refs' => [], ], 'ListNetworkProfilesRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListNetworkProfilesResult' => [ 'base' => NULL, 'refs' => [], ], 'ListOfferingPromotionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListOfferingPromotionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListOfferingTransactionsRequest' => [ 'base' => 'Represents the request to list the offering transaction history.
', 'refs' => [], ], 'ListOfferingTransactionsResult' => [ 'base' => 'Returns the transaction log of the specified offerings.
', 'refs' => [], ], 'ListOfferingsRequest' => [ 'base' => 'Represents the request to list all offerings.
', 'refs' => [], ], 'ListOfferingsResult' => [ 'base' => 'Represents the return values of the list of offerings.
', 'refs' => [], ], 'ListProjectsRequest' => [ 'base' => 'Represents a request to the list projects operation.
', 'refs' => [], ], 'ListProjectsResult' => [ 'base' => 'Represents the result of a list projects request.
', 'refs' => [], ], 'ListRemoteAccessSessionsRequest' => [ 'base' => 'Represents the request to return information about the remote access session.
', 'refs' => [], ], 'ListRemoteAccessSessionsResult' => [ 'base' => 'Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session.
', 'refs' => [], ], 'ListRunsRequest' => [ 'base' => 'Represents a request to the list runs operation.
', 'refs' => [], ], 'ListRunsResult' => [ 'base' => 'Represents the result of a list runs request.
', 'refs' => [], ], 'ListSamplesRequest' => [ 'base' => 'Represents a request to the list samples operation.
', 'refs' => [], ], 'ListSamplesResult' => [ 'base' => 'Represents the result of a list samples request.
', 'refs' => [], ], 'ListSuitesRequest' => [ 'base' => 'Represents a request to the list suites operation.
', 'refs' => [], ], 'ListSuitesResult' => [ 'base' => 'Represents the result of a list suites request.
', 'refs' => [], ], 'ListTagsForResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTagsForResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridProjectsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridProjectsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridSessionActionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridSessionActionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridSessionArtifactsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridSessionArtifactsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridSessionsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListTestGridSessionsResult' => [ 'base' => NULL, 'refs' => [], ], 'ListTestsRequest' => [ 'base' => 'Represents a request to the list tests operation.
', 'refs' => [], ], 'ListTestsResult' => [ 'base' => 'Represents the result of a list tests request.
', 'refs' => [], ], 'ListUniqueProblemsRequest' => [ 'base' => 'Represents a request to the list unique problems operation.
', 'refs' => [], ], 'ListUniqueProblemsResult' => [ 'base' => 'Represents the result of a list unique problems request.
', 'refs' => [], ], 'ListUploadsRequest' => [ 'base' => 'Represents a request to the list uploads operation.
', 'refs' => [], ], 'ListUploadsResult' => [ 'base' => 'Represents the result of a list uploads request.
', 'refs' => [], ], 'ListVPCEConfigurationsRequest' => [ 'base' => NULL, 'refs' => [], ], 'ListVPCEConfigurationsResult' => [ 'base' => NULL, 'refs' => [], ], 'Location' => [ 'base' => 'Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for example, 47.6204, -122.3491).
Elevation is currently not supported.
', 'refs' => [ 'Run$location' => 'Information about the location that is used for the run.
', 'ScheduleRunConfiguration$location' => 'Information about the location that is used for the run.
', ], ], 'Long' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkProfileRequest$uplinkBandwidthBits' => 'The data throughput rate in bits per second, as an integer from 0 to 104857600.
', 'CreateNetworkProfileRequest$downlinkBandwidthBits' => 'The data throughput rate in bits per second, as an integer from 0 to 104857600.
', 'CreateNetworkProfileRequest$uplinkDelayMs' => 'Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
', 'CreateNetworkProfileRequest$downlinkDelayMs' => 'Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
', 'CreateNetworkProfileRequest$uplinkJitterMs' => 'Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
', 'CreateNetworkProfileRequest$downlinkJitterMs' => 'Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
', 'Device$heapSize' => 'The device\'s heap size, expressed in bytes.
', 'Device$memory' => 'The device\'s total memory size, expressed in bytes.
', 'NetworkProfile$uplinkBandwidthBits' => 'The data throughput rate in bits per second, as an integer from 0 to 104857600.
', 'NetworkProfile$downlinkBandwidthBits' => 'The data throughput rate in bits per second, as an integer from 0 to 104857600.
', 'NetworkProfile$uplinkDelayMs' => 'Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
', 'NetworkProfile$downlinkDelayMs' => 'Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
', 'NetworkProfile$uplinkJitterMs' => 'Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
', 'NetworkProfile$downlinkJitterMs' => 'Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
', 'TestGridSessionAction$duration' => 'The time, in milliseconds, that the action took to complete in the browser.
', 'UpdateNetworkProfileRequest$uplinkBandwidthBits' => 'The data throughput rate in bits per second, as an integer from 0 to 104857600.
', 'UpdateNetworkProfileRequest$downlinkBandwidthBits' => 'The data throughput rate in bits per second, as an integer from 0 to 104857600.
', 'UpdateNetworkProfileRequest$uplinkDelayMs' => 'Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
', 'UpdateNetworkProfileRequest$downlinkDelayMs' => 'Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.
', 'UpdateNetworkProfileRequest$uplinkJitterMs' => 'Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
', 'UpdateNetworkProfileRequest$downlinkJitterMs' => 'Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.
', ], ], 'MaxPageSize' => [ 'base' => NULL, 'refs' => [ 'ListTestGridProjectsRequest$maxResult' => 'Return no more than this number of results.
', 'ListTestGridSessionActionsRequest$maxResult' => 'The maximum number of sessions to return per response.
', 'ListTestGridSessionArtifactsRequest$maxResult' => 'The maximum number of results to be returned by a request.
', 'ListTestGridSessionsRequest$maxResult' => 'Return only this many results at a time.
', ], ], 'MaxSlotMap' => [ 'base' => NULL, 'refs' => [ 'AccountSettings$maxSlots' => 'The maximum number of device slots that the AWS account can purchase. Each maximum is expressed as an offering-id:number
pair, where the offering-id
represents one of the IDs returned by the ListOfferings
command.
Any additional information about the exception.
', 'CannotDeleteException$message' => NULL, 'CreateDevicePoolRequest$description' => 'The device pool\'s description.
', 'CreateInstanceProfileRequest$description' => 'The description of your instance profile.
', 'CreateNetworkProfileRequest$description' => 'The description of the network profile.
', 'DevicePool$description' => 'The device pool\'s description.
', 'IdempotencyException$message' => 'Any additional information about the exception.
', 'IncompatibilityMessage$message' => 'A message about the incompatibility.
', 'InstanceProfile$description' => 'The description of the instance profile.
', 'InternalServiceException$message' => NULL, 'InvalidOperationException$message' => NULL, 'Job$message' => 'A message about the job\'s result.
', 'LimitExceededException$message' => 'Any additional information about the exception.
', 'NetworkProfile$description' => 'The description of the network profile.
', 'NotEligibleException$message' => 'The HTTP response code of a Not Eligible exception.
', 'NotFoundException$message' => 'Any additional information about the exception.
', 'Offering$description' => 'A string that describes the offering.
', 'OfferingPromotion$description' => 'A string that describes the offering promotion.
', 'Problem$message' => 'A message about the problem\'s result.
', 'RemoteAccessSession$message' => 'A message about the remote access session.
', 'Run$message' => 'A message about the run\'s result.
', 'ServiceAccountException$message' => 'Any additional information about the exception.
', 'Suite$message' => 'A message about the suite\'s result.
', 'Test$message' => 'A message about the test\'s result.
', 'UniqueProblem$message' => 'A message about the unique problems\' result.
', 'UpdateDevicePoolRequest$description' => 'A description of the device pool to update.
', 'UpdateInstanceProfileRequest$description' => 'The updated description for your instance profile.
', 'UpdateNetworkProfileRequest$description' => 'The description of the network profile about which you are returning information.
', 'Upload$message' => 'A message about the upload\'s result.
', ], ], 'Metadata' => [ 'base' => NULL, 'refs' => [ 'Upload$metadata' => 'The upload\'s metadata. For example, for Android, this contains information that is parsed from the manifest and is displayed in the AWS Device Farm console after the associated app is uploaded.
', ], ], 'MonetaryAmount' => [ 'base' => 'A number that represents the monetary amount for an offering or transaction.
', 'refs' => [ 'OfferingTransaction$cost' => 'The cost of an offering transaction.
', 'RecurringCharge$cost' => 'The cost of the recurring charge.
', ], ], 'Name' => [ 'base' => NULL, 'refs' => [ 'Artifact$name' => 'The artifact\'s name.
', 'CreateDevicePoolRequest$name' => 'The device pool\'s name.
', 'CreateInstanceProfileRequest$name' => 'The name of your instance profile.
', 'CreateNetworkProfileRequest$name' => 'The name for the new network profile.
', 'CreateProjectRequest$name' => 'The project\'s name.
', 'CreateRemoteAccessSessionRequest$name' => 'The name of the remote access session to create.
', 'CreateUploadRequest$name' => 'The upload\'s file name. The name should not contain any forward slashes (/
). If you are uploading an iOS app, the file name must end with the .ipa
extension. If you are uploading an Android app, the file name must end with the .apk
extension. For all others, the file name must end with the .zip
file extension.
The device\'s display name.
', 'DevicePool$name' => 'The device pool\'s name.
', 'InstanceProfile$name' => 'The name of the instance profile.
', 'Job$name' => 'The job\'s name.
', 'NetworkProfile$name' => 'The name of the network profile.
', 'ProblemDetail$name' => 'The problem detail\'s name.
', 'Project$name' => 'The project\'s name.
', 'RemoteAccessSession$name' => 'The name of the remote access session.
', 'Run$name' => 'The run\'s name.
', 'ScheduleRunRequest$name' => 'The name for the run to be scheduled.
', 'Suite$name' => 'The suite\'s name.
', 'Test$name' => 'The test\'s name.
', 'UpdateDevicePoolRequest$name' => 'A string that represents the name of the device pool to update.
', 'UpdateInstanceProfileRequest$name' => 'The updated name for your instance profile.
', 'UpdateNetworkProfileRequest$name' => 'The name of the network profile about which you are returning information.
', 'UpdateProjectRequest$name' => 'A string that represents the new name of the project that you are updating.
', 'UpdateUploadRequest$name' => 'The upload\'s test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml
or .yml
file extension.
The upload\'s file name.
', ], ], 'NetworkProfile' => [ 'base' => 'An array of settings that describes characteristics of a network profile.
', 'refs' => [ 'CreateNetworkProfileResult$networkProfile' => 'The network profile that is returned by the create network profile request.
', 'GetNetworkProfileResult$networkProfile' => 'The network profile.
', 'NetworkProfiles$member' => NULL, 'Run$networkProfile' => 'The network profile being used for a test run.
', 'UpdateNetworkProfileResult$networkProfile' => 'A list of the available network profiles.
', ], ], 'NetworkProfileType' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkProfileRequest$type' => 'The type of network profile to create. Valid values are listed here.
', 'ListNetworkProfilesRequest$type' => 'The type of network profile to return information about. Valid values are listed here.
', 'NetworkProfile$type' => 'The type of network profile. Valid values are listed here.
', 'UpdateNetworkProfileRequest$type' => 'The type of network profile to return information about. Valid values are listed here.
', ], ], 'NetworkProfiles' => [ 'base' => NULL, 'refs' => [ 'ListNetworkProfilesResult$networkProfiles' => 'A list of the available network profiles.
', ], ], 'NonEmptyString' => [ 'base' => NULL, 'refs' => [ 'SecurityGroupIds$member' => NULL, 'SubnetIds$member' => NULL, 'TestGridVpcConfig$vpcId' => 'The ID of the Amazon VPC.
', 'VpcConfig$vpcId' => 'The ID of the Amazon VPC.
', ], ], 'NotEligibleException' => [ 'base' => 'Exception gets thrown when a user is not eligible to perform the specified transaction.
', 'refs' => [], ], 'NotFoundException' => [ 'base' => 'The specified entity was not found.
', 'refs' => [], ], 'Offering' => [ 'base' => 'Represents the metadata of a device offering.
', 'refs' => [ 'OfferingStatus$offering' => 'Represents the metadata of an offering status.
', 'Offerings$member' => NULL, ], ], 'OfferingIdentifier' => [ 'base' => NULL, 'refs' => [ 'Offering$id' => 'The ID that corresponds to a device offering.
', 'OfferingStatusMap$key' => NULL, 'PurchaseOfferingRequest$offeringId' => 'The ID of the offering.
', 'RenewOfferingRequest$offeringId' => 'The ID of a request to renew an offering.
', ], ], 'OfferingPromotion' => [ 'base' => 'Represents information about an offering promotion.
', 'refs' => [ 'OfferingPromotions$member' => NULL, ], ], 'OfferingPromotionIdentifier' => [ 'base' => NULL, 'refs' => [ 'OfferingPromotion$id' => 'The ID of the offering promotion.
', 'OfferingTransaction$offeringPromotionId' => 'The ID that corresponds to a device offering promotion.
', 'PurchaseOfferingRequest$offeringPromotionId' => 'The ID of the offering promotion to be applied to the purchase.
', ], ], 'OfferingPromotions' => [ 'base' => NULL, 'refs' => [ 'ListOfferingPromotionsResult$offeringPromotions' => 'Information about the offering promotions.
', ], ], 'OfferingStatus' => [ 'base' => 'The status of the offering.
', 'refs' => [ 'OfferingStatusMap$value' => NULL, 'OfferingTransaction$offeringStatus' => 'The status of an offering transaction.
', ], ], 'OfferingStatusMap' => [ 'base' => NULL, 'refs' => [ 'GetOfferingStatusResult$current' => 'When specified, gets the offering status for the current period.
', 'GetOfferingStatusResult$nextPeriod' => 'When specified, gets the offering status for the next period.
', ], ], 'OfferingTransaction' => [ 'base' => 'Represents the metadata of an offering transaction.
', 'refs' => [ 'OfferingTransactions$member' => NULL, 'PurchaseOfferingResult$offeringTransaction' => 'Represents the offering transaction for the purchase result.
', 'RenewOfferingResult$offeringTransaction' => 'Represents the status of the offering transaction for the renewal.
', ], ], 'OfferingTransactionType' => [ 'base' => NULL, 'refs' => [ 'OfferingStatus$type' => 'The type specified for the offering status.
', ], ], 'OfferingTransactions' => [ 'base' => NULL, 'refs' => [ 'ListOfferingTransactionsResult$offeringTransactions' => 'The audit log of subscriptions you have purchased and modified through AWS Device Farm.
', ], ], 'OfferingType' => [ 'base' => NULL, 'refs' => [ 'Offering$type' => 'The type of offering (for example, RECURRING
) for a device.
A value that represents the list offering results.
', ], ], 'PackageIds' => [ 'base' => NULL, 'refs' => [ 'CreateInstanceProfileRequest$excludeAppPackagesFromCleanup' => 'An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.
The list of packages is considered only if you set packageCleanup
to true
.
An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes.
The list of packages is considered only if you set packageCleanup
to true
.
An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.
The list of packages is only considered if you set packageCleanup
to true
.
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.
', 'GetOfferingStatusResult$nextToken' => '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.
', 'ListArtifactsRequest$nextToken' => '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.
', 'ListArtifactsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListDeviceInstancesRequest$nextToken' => '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.
', 'ListDeviceInstancesResult$nextToken' => 'An identifier that can be used in the next call to this operation to return the next set of items in the list.
', 'ListDevicePoolsRequest$nextToken' => '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.
', 'ListDevicePoolsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListDevicesRequest$nextToken' => '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.
', 'ListDevicesResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListInstanceProfilesRequest$nextToken' => '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.
', 'ListInstanceProfilesResult$nextToken' => 'An identifier that can be used in the next call to this operation to return the next set of items in the list.
', 'ListJobsRequest$nextToken' => '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.
', 'ListJobsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListNetworkProfilesRequest$nextToken' => '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.
', 'ListNetworkProfilesResult$nextToken' => '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.
', 'ListOfferingPromotionsRequest$nextToken' => '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.
', 'ListOfferingPromotionsResult$nextToken' => 'An identifier to be used in the next call to this operation, to return the next set of items in the list.
', 'ListOfferingTransactionsRequest$nextToken' => '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.
', 'ListOfferingTransactionsResult$nextToken' => '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.
', 'ListOfferingsRequest$nextToken' => '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.
', 'ListOfferingsResult$nextToken' => '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.
', 'ListProjectsRequest$nextToken' => '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.
', 'ListProjectsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListRemoteAccessSessionsRequest$nextToken' => '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.
', 'ListRemoteAccessSessionsResult$nextToken' => '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.
', 'ListRunsRequest$nextToken' => '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.
', 'ListRunsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListSamplesRequest$nextToken' => '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.
', 'ListSamplesResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListSuitesRequest$nextToken' => '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.
', 'ListSuitesResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListTestGridProjectsRequest$nextToken' => 'From a response, used to continue a paginated listing.
', 'ListTestGridProjectsResult$nextToken' => 'Used for pagination. Pass into ListTestGridProjects to get more results in a paginated request.
', 'ListTestGridSessionActionsRequest$nextToken' => 'Pagination token.
', 'ListTestGridSessionActionsResult$nextToken' => 'Pagination token.
', 'ListTestGridSessionArtifactsRequest$nextToken' => 'Pagination token.
', 'ListTestGridSessionArtifactsResult$nextToken' => 'Pagination token.
', 'ListTestGridSessionsRequest$nextToken' => 'Pagination token.
', 'ListTestGridSessionsResult$nextToken' => 'Pagination token.
', 'ListTestsRequest$nextToken' => '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.
', 'ListTestsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListUniqueProblemsRequest$nextToken' => '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.
', 'ListUniqueProblemsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListUploadsRequest$nextToken' => '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.
', 'ListUploadsResult$nextToken' => 'If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list.
', 'ListVPCEConfigurationsRequest$nextToken' => '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.
', 'ListVPCEConfigurationsResult$nextToken' => '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.
', ], ], 'PercentInteger' => [ 'base' => NULL, 'refs' => [ 'CreateNetworkProfileRequest$uplinkLossPercent' => 'Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
', 'CreateNetworkProfileRequest$downlinkLossPercent' => 'Proportion of received packets that fail to arrive from 0 to 100 percent.
', 'NetworkProfile$uplinkLossPercent' => 'Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
', 'NetworkProfile$downlinkLossPercent' => 'Proportion of received packets that fail to arrive from 0 to 100 percent.
', 'UpdateNetworkProfileRequest$uplinkLossPercent' => 'Proportion of transmitted packets that fail to arrive from 0 to 100 percent.
', 'UpdateNetworkProfileRequest$downlinkLossPercent' => 'Proportion of received packets that fail to arrive from 0 to 100 percent.
', ], ], 'Problem' => [ 'base' => 'Represents a specific warning or failure.
', 'refs' => [ 'Problems$member' => NULL, ], ], 'ProblemDetail' => [ 'base' => 'Information about a problem detail.
', 'refs' => [ 'Problem$run' => 'Information about the associated run.
', 'Problem$job' => 'Information about the associated job.
', 'Problem$suite' => 'Information about the associated suite.
', 'Problem$test' => 'Information about the associated test.
', ], ], 'Problems' => [ 'base' => NULL, 'refs' => [ 'UniqueProblem$problems' => 'Information about the problems.
', ], ], 'Project' => [ 'base' => 'Represents an operating-system neutral workspace for running and managing tests.
', 'refs' => [ 'CreateProjectResult$project' => 'The newly created project.
', 'GetProjectResult$project' => 'The project to get information about.
', 'Projects$member' => NULL, 'UpdateProjectResult$project' => 'The project to update.
', ], ], 'Projects' => [ 'base' => NULL, 'refs' => [ 'ListProjectsResult$projects' => 'Information about the projects.
', ], ], 'PurchaseOfferingRequest' => [ 'base' => 'Represents a request for a purchase offering.
', 'refs' => [], ], 'PurchaseOfferingResult' => [ 'base' => 'The result of the purchase offering (for example, success or failure).
', 'refs' => [], ], 'PurchasedDevicesMap' => [ 'base' => NULL, 'refs' => [ 'AccountSettings$unmeteredDevices' => 'Returns the unmetered devices you have purchased or want to purchase.
', 'AccountSettings$unmeteredRemoteAccessDevices' => 'Returns the unmetered remote access devices you have purchased or want to purchase.
', ], ], 'Radios' => [ 'base' => 'Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.
', 'refs' => [ 'Run$radios' => 'Information about the radio states for the run.
', 'ScheduleRunConfiguration$radios' => 'Information about the radio states for the run.
', ], ], 'RecurringCharge' => [ 'base' => 'Specifies whether charges for devices are recurring.
', 'refs' => [ 'RecurringCharges$member' => NULL, ], ], 'RecurringChargeFrequency' => [ 'base' => NULL, 'refs' => [ 'RecurringCharge$frequency' => 'The frequency in which charges recur.
', ], ], 'RecurringCharges' => [ 'base' => NULL, 'refs' => [ 'Offering$recurringCharges' => 'Specifies whether there are recurring charges for the offering.
', ], ], 'RemoteAccessSession' => [ 'base' => 'Represents information about the remote access session.
', 'refs' => [ 'CreateRemoteAccessSessionResult$remoteAccessSession' => 'A container that describes the remote access session when the request to create a remote access session is sent.
', 'GetRemoteAccessSessionResult$remoteAccessSession' => 'A container that lists detailed information about the remote access session.
', 'RemoteAccessSessions$member' => NULL, 'StopRemoteAccessSessionResult$remoteAccessSession' => 'A container that represents the metadata from the service about the remote access session you are stopping.
', ], ], 'RemoteAccessSessions' => [ 'base' => NULL, 'refs' => [ 'ListRemoteAccessSessionsResult$remoteAccessSessions' => 'A container that represents the metadata from the service about each remote access session you are requesting.
', ], ], 'RenewOfferingRequest' => [ 'base' => 'A request that represents an offering renewal.
', 'refs' => [], ], 'RenewOfferingResult' => [ 'base' => 'The result of a renewal offering.
', 'refs' => [], ], 'Resolution' => [ 'base' => 'Represents the screen resolution of a device in height and width, expressed in pixels.
', 'refs' => [ 'Device$resolution' => 'The resolution of the device.
', ], ], 'ResourceDescription' => [ 'base' => NULL, 'refs' => [ 'CreateTestGridProjectRequest$description' => 'Human-readable description of the project.
', 'UpdateTestGridProjectRequest$description' => 'Human-readable description for the project.
', ], ], 'ResourceId' => [ 'base' => NULL, 'refs' => [ 'GetTestGridSessionRequest$sessionId' => 'An ID associated with this session.
', ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'CreateTestGridProjectRequest$name' => 'Human-readable name of the Selenium testing project.
', 'UpdateTestGridProjectRequest$name' => 'Human-readable name for the project.
', ], ], 'Rule' => [ 'base' => 'Represents a condition for a device pool.
', 'refs' => [ 'Rules$member' => NULL, ], ], 'RuleOperator' => [ 'base' => NULL, 'refs' => [ 'DeviceFilter$operator' => 'Specifies how Device Farm compares the filter\'s attribute to the value. See the attribute descriptions.
', 'Rule$operator' => 'Specifies how Device Farm compares the rule\'s attribute to the value. For the operators that are supported by each attribute, see the attribute descriptions.
', ], ], 'Rules' => [ 'base' => NULL, 'refs' => [ 'CreateDevicePoolRequest$rules' => 'The device pool\'s rules.
', 'DevicePool$rules' => 'Information about the device pool\'s rules.
', 'UpdateDevicePoolRequest$rules' => 'Represents the rules to modify for the device pool. Updating rules is optional. If you update rules for your request, the update replaces the existing rules.
', ], ], 'Run' => [ 'base' => 'Represents a test run on a set of devices with a given app package, test parameters, and so on.
', 'refs' => [ 'GetRunResult$run' => 'The run to get results from.
', 'Runs$member' => NULL, 'ScheduleRunResult$run' => 'Information about the scheduled run.
', 'StopRunResult$run' => 'The run that was stopped.
', ], ], 'Runs' => [ 'base' => NULL, 'refs' => [ 'ListRunsResult$runs' => 'Information about the runs.
', ], ], 'Sample' => [ 'base' => 'Represents a sample of performance data.
', 'refs' => [ 'Samples$member' => NULL, ], ], 'SampleType' => [ 'base' => NULL, 'refs' => [ 'Sample$type' => 'The sample\'s type.
Must be one of the following values:
CPU: A CPU sample type. This is expressed as the app processing CPU time (including child processes) as reported by process, as a percentage.
MEMORY: A memory usage sample type. This is expressed as the total proportional set size of an app process, in kilobytes.
NATIVE_AVG_DRAWTIME
NATIVE_FPS
NATIVE_FRAMES
NATIVE_MAX_DRAWTIME
NATIVE_MIN_DRAWTIME
OPENGL_AVG_DRAWTIME
OPENGL_FPS
OPENGL_FRAMES
OPENGL_MAX_DRAWTIME
OPENGL_MIN_DRAWTIME
RX
RX_RATE: The total number of bytes per second (TCP and UDP) that are sent, by app process.
THREADS: A threads sample type. This is expressed as the total number of threads per app process.
TX
TX_RATE: The total number of bytes per second (TCP and UDP) that are received, by app process.
Information about the samples.
', ], ], 'ScheduleRunConfiguration' => [ 'base' => 'Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.
', 'refs' => [ 'GetDevicePoolCompatibilityRequest$configuration' => 'An object that contains information about the settings for a run.
', 'ScheduleRunRequest$configuration' => 'Information about the settings for the run to be scheduled.
', ], ], 'ScheduleRunRequest' => [ 'base' => 'Represents a request to the schedule run operation.
', 'refs' => [], ], 'ScheduleRunResult' => [ 'base' => 'Represents the result of a schedule run request.
', 'refs' => [], ], 'ScheduleRunTest' => [ 'base' => 'Represents test settings. This data structure is passed in as the test parameter to ScheduleRun. For an example of the JSON request syntax, see ScheduleRun.
', 'refs' => [ 'GetDevicePoolCompatibilityRequest$test' => 'Information about the uploaded test to be run against the device pool.
', 'ScheduleRunRequest$test' => 'Information about the test for the run to be scheduled.
', ], ], 'SecurityGroupId' => [ 'base' => NULL, 'refs' => [ 'VpcSecurityGroupIds$member' => NULL, ], ], 'SecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'TestGridVpcConfig$securityGroupIds' => 'A list of VPC security group IDs in your Amazon VPC.
', ], ], 'SensitiveString' => [ 'base' => NULL, 'refs' => [ 'CreateTestGridUrlResult$url' => 'A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver
.
A semi-stable URL to the content of the object.
', ], ], 'SensitiveURL' => [ 'base' => NULL, 'refs' => [ 'Upload$url' => 'The presigned Amazon S3 URL that was used to store a file using a PUT request.
', ], ], 'ServiceAccountException' => [ 'base' => 'There was a problem with the service account.
', 'refs' => [], ], 'ServiceDnsName' => [ 'base' => NULL, 'refs' => [ 'CreateVPCEConfigurationRequest$serviceDnsName' => 'The DNS name of the service running in your VPC that you want Device Farm to test.
', 'UpdateVPCEConfigurationRequest$serviceDnsName' => 'The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet.
', 'VPCEConfiguration$serviceDnsName' => 'The DNS name that maps to the private IP address of the service you want to access.
', ], ], 'SkipAppResign' => [ 'base' => NULL, 'refs' => [ 'AccountSettings$skipAppResign' => 'When set to true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
', 'ExecutionConfiguration$skipAppResign' => 'When set to true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
', 'RemoteAccessSession$skipAppResign' => 'When set to true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
', 'Run$skipAppResign' => 'When set to true
, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.
For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.
', ], ], 'SshPublicKey' => [ 'base' => NULL, 'refs' => [ 'CreateRemoteAccessSessionRequest$sshPublicKey' => 'Ignored. The public key of the ssh
key pair you want to use for connecting to remote devices in your remote debugging session. This key is required only if remoteDebugEnabled
is set to true
.
Remote debugging is no longer supported.
', ], ], 'StopJobRequest' => [ 'base' => NULL, 'refs' => [], ], 'StopJobResult' => [ 'base' => NULL, 'refs' => [], ], 'StopRemoteAccessSessionRequest' => [ 'base' => 'Represents the request to stop the remote access session.
', 'refs' => [], ], 'StopRemoteAccessSessionResult' => [ 'base' => 'Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.
', 'refs' => [], ], 'StopRunRequest' => [ 'base' => 'Represents the request to stop a specific run.
', 'refs' => [], ], 'StopRunResult' => [ 'base' => 'Represents the results of your stop run attempt.
', 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'AndroidPaths$member' => NULL, 'Artifact$extension' => 'The artifact\'s file extension.
', 'CPU$frequency' => 'The CPU\'s frequency.
', 'CPU$architecture' => 'The CPU\'s architecture (for example, x86 or ARM).
', 'Device$manufacturer' => 'The device\'s manufacturer name.
', 'Device$model' => 'The device\'s model name.
', 'Device$modelId' => 'The device\'s model ID.
', 'Device$os' => 'The device\'s operating system type.
', 'Device$image' => 'The device\'s image name.
', 'Device$carrier' => 'The device\'s carrier.
', 'Device$radio' => 'The device\'s radio.
', 'Device$fleetType' => 'The type of fleet to which this device belongs. Possible values are PRIVATE and PUBLIC.
', 'Device$fleetName' => 'The name of the fleet to which this device belongs.
', 'DeviceFilterValues$member' => NULL, 'DeviceHostPaths$member' => NULL, 'DeviceInstance$udid' => 'Unique device identifier for the device instance.
', 'InstanceLabels$member' => NULL, 'IosPaths$member' => NULL, 'Job$videoEndpoint' => 'The endpoint for streaming device video.
', 'MaxSlotMap$key' => NULL, 'PackageIds$member' => NULL, 'RemoteAccessSession$endpoint' => 'The endpoint for the remote access sesssion.
', 'RemoteAccessSession$deviceUdid' => 'Unique device identifier for the remote device. Only returned if remote debugging is enabled for the remote access session.
Remote debugging is no longer supported.
', 'Rule$value' => 'The rule\'s value.
', 'Run$parsingResultUrl' => 'Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package. If the test package doesn\'t parse, the reason why it doesn\'t parse appears in the file that this URL points to.
', 'Run$locale' => 'Information about the locale that is used for the run.
', 'Run$webUrl' => 'The Device Farm console URL for the recording of the run.
', 'ScheduleRunConfiguration$locale' => 'Information about the locale that is used for the run.
', 'TestGridProject$name' => 'A human-readable name for the project.
', 'TestGridProject$description' => 'A human-readable description for the project.
', 'TestGridSession$seleniumProperties' => 'A JSON object of options and parameters passed to the Selenium WebDriver.
', 'TestGridSessionAction$action' => 'The action taken by the session.
', 'TestGridSessionAction$statusCode' => 'HTTP status code returned to the browser when the action was taken.
', 'TestGridSessionAction$requestMethod' => 'HTTP method that the browser used to make the request.
', 'TestGridSessionArtifact$filename' => 'The file name of the artifact.
', 'TestParameters$key' => NULL, 'TestParameters$value' => NULL, ], ], 'SubnetId' => [ 'base' => NULL, 'refs' => [ 'VpcSubnetIds$member' => NULL, ], ], 'SubnetIds' => [ 'base' => NULL, 'refs' => [ 'TestGridVpcConfig$subnetIds' => 'A list of VPC subnet IDs in your Amazon VPC.
', ], ], 'Suite' => [ 'base' => 'Represents a collection of one or more tests.
', 'refs' => [ 'GetSuiteResult$suite' => 'A collection of one or more tests.
', 'Suites$member' => NULL, ], ], 'Suites' => [ 'base' => NULL, 'refs' => [ 'ListSuitesResult$suites' => 'Information about the suites.
', ], ], 'Tag' => [ 'base' => 'The metadata that you apply to a resource to help you categorize and organize it. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters.
', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'Tag$Key' => 'One part of a key-value pair that makes up a tag. A key
is a general label that acts like a category for more specific tag values.
The keys of the tags to be removed.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'ListTagsForResourceResponse$Tags' => 'The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters.
', 'TagResourceRequest$Tags' => 'The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters.
', ], ], 'TagOperationException' => [ 'base' => 'The operation was not successful. Try again.
', 'refs' => [], ], 'TagPolicyException' => [ 'base' => 'The request doesn\'t comply with the AWS Identity and Access Management (IAM) tag policy. Correct your request and then retry it.
', 'refs' => [], ], 'TagResourceRequest' => [ 'base' => NULL, 'refs' => [], ], 'TagResourceResponse' => [ 'base' => NULL, 'refs' => [], ], 'TagValue' => [ 'base' => NULL, 'refs' => [ 'Tag$Value' => 'The optional part of a key-value pair that makes up a tag. A value
acts as a descriptor in a tag category (key).
Represents a condition that is evaluated.
', 'refs' => [ 'GetTestResult$test' => 'A test condition that is evaluated.
', 'Tests$member' => NULL, ], ], 'TestGridProject' => [ 'base' => 'A Selenium testing project. Projects are used to collect and collate sessions.
', 'refs' => [ 'CreateTestGridProjectResult$testGridProject' => 'ARN of the Selenium testing project that was created.
', 'GetTestGridProjectResult$testGridProject' => '', 'TestGridProjects$member' => NULL, 'UpdateTestGridProjectResult$testGridProject' => 'The project, including updated information.
', ], ], 'TestGridProjects' => [ 'base' => NULL, 'refs' => [ 'ListTestGridProjectsResult$testGridProjects' => 'The list of TestGridProjects, based on a ListTestGridProjectsRequest.
', ], ], 'TestGridSession' => [ 'base' => 'A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl.
', 'refs' => [ 'GetTestGridSessionResult$testGridSession' => 'The TestGridSession that was requested.
', 'TestGridSessions$member' => NULL, ], ], 'TestGridSessionAction' => [ 'base' => 'An action taken by a TestGridSession browser instance.
', 'refs' => [ 'TestGridSessionActions$member' => NULL, ], ], 'TestGridSessionActions' => [ 'base' => NULL, 'refs' => [ 'ListTestGridSessionActionsResult$actions' => 'The action taken by the session.
', ], ], 'TestGridSessionArtifact' => [ 'base' => 'Artifacts are video and other files that are produced in the process of running a browser in an automated context.
Video elements might be broken up into multiple artifacts as they grow in size during creation.
Limit results to a specified type of artifact.
', ], ], 'TestGridSessionArtifactType' => [ 'base' => NULL, 'refs' => [ 'TestGridSessionArtifact$type' => 'The kind of artifact.
', ], ], 'TestGridSessionArtifacts' => [ 'base' => NULL, 'refs' => [ 'ListTestGridSessionArtifactsResult$artifacts' => 'A list of test grid session artifacts for a TestGridSession.
', ], ], 'TestGridSessionStatus' => [ 'base' => NULL, 'refs' => [ 'ListTestGridSessionsRequest$status' => 'Return only sessions in this state.
', 'TestGridSession$status' => 'The state of the session.
', ], ], 'TestGridSessions' => [ 'base' => NULL, 'refs' => [ 'ListTestGridSessionsResult$testGridSessions' => 'The sessions that match the criteria in a ListTestGridSessionsRequest.
', ], ], 'TestGridUrlExpiresInSecondsInput' => [ 'base' => NULL, 'refs' => [ 'CreateTestGridUrlRequest$expiresInSeconds' => 'Lifetime, in seconds, of the URL.
', ], ], 'TestGridVpcConfig' => [ 'base' => 'The VPC security groups and subnets that are attached to a project.
', 'refs' => [ 'CreateTestGridProjectRequest$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', 'TestGridProject$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', 'UpdateTestGridProjectRequest$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', ], ], 'TestParameters' => [ 'base' => NULL, 'refs' => [ 'ScheduleRunTest$parameters' => 'The test\'s parameters, such as test framework parameters and fixture settings. Parameters are represented by name-value pairs of strings.
For all tests:
app_performance_monitoring
: Performance monitoring is enabled by default. Set this parameter to false to disable it.
For Calabash tests:
profile: A cucumber profile (for example, my_profile_name
).
tags: You can limit execution to features or scenarios that have (or don\'t have) certain tags (for example, @smoke or @smoke,~@wip).
For Appium tests (all types):
appium_version: The Appium version. Currently supported values are 1.6.5 (and later), latest, and default.
latest runs the latest Appium version supported by Device Farm (1.9.1).
For default, Device Farm selects a compatible version of Appium for the device. The current behavior is to run 1.7.2 on Android devices and iOS 9 and earlier and 1.7.2 for iOS 10 and later.
This behavior is subject to change.
For fuzz tests (Android only):
event_count: The number of events, between 1 and 10000, that the UI fuzz test should perform.
throttle: The time, in ms, between 0 and 1000, that the UI fuzz test should wait between events.
seed: A seed to use for randomizing the UI fuzz test. Using the same seed value between tests ensures identical event sequences.
For Explorer tests:
username: A user name to use if the Explorer encounters a login form. If not supplied, no user name is inserted.
password: A password to use if the Explorer encounters a login form. If not supplied, no password is inserted.
For Instrumentation:
filter: A test filter string. Examples:
Running a single test case: com.android.abc.Test1
Running a single test: com.android.abc.Test1#smoke
Running multiple tests: com.android.abc.Test1,com.android.abc.Test2
For XCTest and XCTestUI:
filter: A test filter string. Examples:
Running a single test class: LoginTests
Running a multiple test classes: LoginTests,SmokeTests
Running a single test: LoginTests/testValid
Running multiple tests: LoginTests/testValid,LoginTests/testInvalid
For UIAutomator:
filter: A test filter string. Examples:
Running a single test case: com.android.abc.Test1
Running a single test: com.android.abc.Test1#smoke
Running multiple tests: com.android.abc.Test1,com.android.abc.Test2
The test type for the specified device pool.
Allowed values include the following:
BUILTIN_FUZZ.
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT.
APPIUM_JAVA_TESTNG.
APPIUM_PYTHON.
APPIUM_NODE.
APPIUM_RUBY.
APPIUM_WEB_JAVA_JUNIT.
APPIUM_WEB_JAVA_TESTNG.
APPIUM_WEB_PYTHON.
APPIUM_WEB_NODE.
APPIUM_WEB_RUBY.
CALABASH.
INSTRUMENTATION.
UIAUTOMATION.
UIAUTOMATOR.
XCTEST.
XCTEST_UI.
The job\'s type.
Allowed values include the following:
BUILTIN_FUZZ
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT
APPIUM_JAVA_TESTNG
APPIUM_PYTHON
APPIUM_NODE
APPIUM_RUBY
APPIUM_WEB_JAVA_JUNIT
APPIUM_WEB_JAVA_TESTNG
APPIUM_WEB_PYTHON
APPIUM_WEB_NODE
APPIUM_WEB_RUBY
CALABASH
INSTRUMENTATION
UIAUTOMATION
UIAUTOMATOR
XCTEST
XCTEST_UI
The run\'s type.
Must be one of the following values:
BUILTIN_FUZZ
BUILTIN_EXPLORER
For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT
APPIUM_JAVA_TESTNG
APPIUM_PYTHON
APPIUM_NODE
APPIUM_RUBY
APPIUM_WEB_JAVA_JUNIT
APPIUM_WEB_JAVA_TESTNG
APPIUM_WEB_PYTHON
APPIUM_WEB_NODE
APPIUM_WEB_RUBY
CALABASH
INSTRUMENTATION
UIAUTOMATION
UIAUTOMATOR
XCTEST
XCTEST_UI
The test\'s type.
Must be one of the following values:
BUILTIN_FUZZ
BUILTIN_EXPLORER. For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT
APPIUM_JAVA_TESTNG
APPIUM_PYTHON
APPIUM_NODE
APPIUM_RUBY
APPIUM_WEB_JAVA_JUNIT
APPIUM_WEB_JAVA_TESTNG
APPIUM_WEB_PYTHON
APPIUM_WEB_NODE
APPIUM_WEB_RUBY
CALABASH
INSTRUMENTATION
UIAUTOMATION
UIAUTOMATOR
XCTEST
XCTEST_UI
The suite\'s type.
Must be one of the following values:
BUILTIN_FUZZ
BUILTIN_EXPLORER
Only available for Android; an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT
APPIUM_JAVA_TESTNG
APPIUM_PYTHON
APPIUM_NODE
APPIUM_RUBY
APPIUM_WEB_JAVA_JUNIT
APPIUM_WEB_JAVA_TESTNG
APPIUM_WEB_PYTHON
APPIUM_WEB_NODE
APPIUM_WEB_RUBY
CALABASH
INSTRUMENTATION
UIAUTOMATION
UIAUTOMATOR
XCTEST
XCTEST_UI
The test\'s type.
Must be one of the following values:
BUILTIN_FUZZ
BUILTIN_EXPLORER
For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time.
APPIUM_JAVA_JUNIT
APPIUM_JAVA_TESTNG
APPIUM_PYTHON
APPIUM_NODE
APPIUM_RUBY
APPIUM_WEB_JAVA_JUNIT
APPIUM_WEB_JAVA_TESTNG
APPIUM_WEB_PYTHON
APPIUM_WEB_NODE
APPIUM_WEB_RUBY
CALABASH
INSTRUMENTATION
UIAUTOMATION
UIAUTOMATOR
XCTEST
XCTEST_UI
Information about the tests.
', ], ], 'TooManyTagsException' => [ 'base' => 'The list of tags on the repository is over the limit. The maximum number of tags that can be applied to a repository is 50.
', 'refs' => [], ], 'TransactionIdentifier' => [ 'base' => NULL, 'refs' => [ 'OfferingTransaction$transactionId' => 'The transaction ID of the offering transaction.
', ], ], 'TrialMinutes' => [ 'base' => 'Represents information about free trial device minutes for an AWS account.
', 'refs' => [ 'AccountSettings$trialMinutes' => 'Information about an AWS account\'s usage of free trial device minutes.
', ], ], 'URL' => [ 'base' => NULL, 'refs' => [ 'Artifact$url' => 'The presigned Amazon S3 URL that can be used with a GET request to download the artifact\'s file.
', 'Sample$url' => 'The presigned Amazon S3 URL that can be used with a GET request to download the sample\'s file.
', ], ], 'UniqueProblem' => [ 'base' => 'A collection of one or more problems, grouped by their result.
', 'refs' => [ 'UniqueProblems$member' => NULL, ], ], 'UniqueProblems' => [ 'base' => NULL, 'refs' => [ 'UniqueProblemsByExecutionResultMap$value' => NULL, ], ], 'UniqueProblemsByExecutionResultMap' => [ 'base' => NULL, 'refs' => [ 'ListUniqueProblemsResult$uniqueProblems' => 'Information about the unique problems.
Allowed values include:
PENDING
PASSED
WARNED
FAILED
SKIPPED
ERRORED
STOPPED
Represents a request to the update device pool operation.
', 'refs' => [], ], 'UpdateDevicePoolResult' => [ 'base' => 'Represents the result of an update device pool request.
', 'refs' => [], ], 'UpdateInstanceProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateInstanceProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNetworkProfileRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateNetworkProfileResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateProjectRequest' => [ 'base' => 'Represents a request to the update project operation.
', 'refs' => [], ], 'UpdateProjectResult' => [ 'base' => 'Represents the result of an update project request.
', 'refs' => [], ], 'UpdateTestGridProjectRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateTestGridProjectResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUploadRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateUploadResult' => [ 'base' => NULL, 'refs' => [], ], 'UpdateVPCEConfigurationRequest' => [ 'base' => NULL, 'refs' => [], ], 'UpdateVPCEConfigurationResult' => [ 'base' => NULL, 'refs' => [], ], 'Upload' => [ 'base' => 'An app or a set of one or more tests to upload or that have been uploaded.
', 'refs' => [ 'CreateUploadResult$upload' => 'The newly created upload.
', 'GetUploadResult$upload' => 'An app or a set of one or more tests to upload or that have been uploaded.
', 'InstallToRemoteAccessSessionResult$appUpload' => 'An app to upload or that has been uploaded.
', 'UpdateUploadResult$upload' => 'A test spec uploaded to Device Farm.
', 'Uploads$member' => NULL, ], ], 'UploadCategory' => [ 'base' => NULL, 'refs' => [ 'Upload$category' => 'The upload\'s category. Allowed values include:
CURATED: An upload managed by AWS Device Farm.
PRIVATE: An upload managed by the AWS Device Farm customer.
The upload\'s status.
Must be one of the following values:
FAILED
INITIALIZED
PROCESSING
SUCCEEDED
The upload\'s upload type.
Must be one of the following values:
ANDROID_APP
IOS_APP
WEB_APP
EXTERNAL_DATA
APPIUM_JAVA_JUNIT_TEST_PACKAGE
APPIUM_JAVA_TESTNG_TEST_PACKAGE
APPIUM_PYTHON_TEST_PACKAGE
APPIUM_NODE_TEST_PACKAGE
APPIUM_RUBY_TEST_PACKAGE
APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
APPIUM_WEB_PYTHON_TEST_PACKAGE
APPIUM_WEB_NODE_TEST_PACKAGE
APPIUM_WEB_RUBY_TEST_PACKAGE
CALABASH_TEST_PACKAGE
INSTRUMENTATION_TEST_PACKAGE
UIAUTOMATION_TEST_PACKAGE
UIAUTOMATOR_TEST_PACKAGE
XCTEST_TEST_PACKAGE
XCTEST_UI_TEST_PACKAGE
APPIUM_JAVA_JUNIT_TEST_SPEC
APPIUM_JAVA_TESTNG_TEST_SPEC
APPIUM_PYTHON_TEST_SPEC
APPIUM_NODE_TEST_SPEC
APPIUM_RUBY_TEST_SPEC
APPIUM_WEB_JAVA_JUNIT_TEST_SPEC
APPIUM_WEB_JAVA_TESTNG_TEST_SPEC
APPIUM_WEB_PYTHON_TEST_SPEC
APPIUM_WEB_NODE_TEST_SPEC
APPIUM_WEB_RUBY_TEST_SPEC
INSTRUMENTATION_TEST_SPEC
XCTEST_UI_TEST_SPEC
If you call CreateUpload
with WEB_APP
specified, AWS Device Farm throws an ArgumentException
error.
The type of upload.
Must be one of the following values:
ANDROID_APP
IOS_APP
WEB_APP
EXTERNAL_DATA
APPIUM_JAVA_JUNIT_TEST_PACKAGE
APPIUM_JAVA_TESTNG_TEST_PACKAGE
APPIUM_PYTHON_TEST_PACKAGE
APPIUM_NODE_TEST_PACKAGE
APPIUM_RUBY_TEST_PACKAGE
APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
APPIUM_WEB_PYTHON_TEST_PACKAGE
APPIUM_WEB_NODE_TEST_PACKAGE
APPIUM_WEB_RUBY_TEST_PACKAGE
CALABASH_TEST_PACKAGE
INSTRUMENTATION_TEST_PACKAGE
UIAUTOMATION_TEST_PACKAGE
UIAUTOMATOR_TEST_PACKAGE
XCTEST_TEST_PACKAGE
XCTEST_UI_TEST_PACKAGE
APPIUM_JAVA_JUNIT_TEST_SPEC
APPIUM_JAVA_TESTNG_TEST_SPEC
APPIUM_PYTHON_TEST_SPEC
APPIUM_NODE_TEST_SPEC
APPIUM_RUBY_TEST_SPEC
APPIUM_WEB_JAVA_JUNIT_TEST_SPEC
APPIUM_WEB_JAVA_TESTNG_TEST_SPEC
APPIUM_WEB_PYTHON_TEST_SPEC
APPIUM_WEB_NODE_TEST_SPEC
APPIUM_WEB_RUBY_TEST_SPEC
INSTRUMENTATION_TEST_SPEC
XCTEST_UI_TEST_SPEC
The upload\'s type.
Must be one of the following values:
ANDROID_APP
IOS_APP
WEB_APP
EXTERNAL_DATA
APPIUM_JAVA_JUNIT_TEST_PACKAGE
APPIUM_JAVA_TESTNG_TEST_PACKAGE
APPIUM_PYTHON_TEST_PACKAGE
APPIUM_NODE_TEST_PACKAGE
APPIUM_RUBY_TEST_PACKAGE
APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE
APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE
APPIUM_WEB_PYTHON_TEST_PACKAGE
APPIUM_WEB_NODE_TEST_PACKAGE
APPIUM_WEB_RUBY_TEST_PACKAGE
CALABASH_TEST_PACKAGE
INSTRUMENTATION_TEST_PACKAGE
UIAUTOMATION_TEST_PACKAGE
UIAUTOMATOR_TEST_PACKAGE
XCTEST_TEST_PACKAGE
XCTEST_UI_TEST_PACKAGE
APPIUM_JAVA_JUNIT_TEST_SPEC
APPIUM_JAVA_TESTNG_TEST_SPEC
APPIUM_PYTHON_TEST_SPEC
APPIUM_NODE_TEST_SPEC
APPIUM_RUBY_TEST_SPEC
APPIUM_WEB_JAVA_JUNIT_TEST_SPEC
APPIUM_WEB_JAVA_TESTNG_TEST_SPEC
APPIUM_WEB_PYTHON_TEST_SPEC
APPIUM_WEB_NODE_TEST_SPEC
APPIUM_WEB_RUBY_TEST_SPEC
INSTRUMENTATION_TEST_SPEC
XCTEST_UI_TEST_SPEC
Information about the uploads.
', ], ], 'VPCEConfiguration' => [ 'base' => 'Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration.
', 'refs' => [ 'CreateVPCEConfigurationResult$vpceConfiguration' => 'An object that contains information about your VPC endpoint configuration.
', 'GetVPCEConfigurationResult$vpceConfiguration' => 'An object that contains information about your VPC endpoint configuration.
', 'UpdateVPCEConfigurationResult$vpceConfiguration' => 'An object that contains information about your VPC endpoint configuration.
', 'VPCEConfigurations$member' => NULL, ], ], 'VPCEConfigurationDescription' => [ 'base' => NULL, 'refs' => [ 'CreateVPCEConfigurationRequest$vpceConfigurationDescription' => 'An optional description that provides details about your VPC endpoint configuration.
', 'UpdateVPCEConfigurationRequest$vpceConfigurationDescription' => 'An optional description that provides details about your VPC endpoint configuration.
', 'VPCEConfiguration$vpceConfigurationDescription' => 'An optional description that provides details about your VPC endpoint configuration.
', ], ], 'VPCEConfigurationName' => [ 'base' => NULL, 'refs' => [ 'CreateVPCEConfigurationRequest$vpceConfigurationName' => 'The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily.
', 'UpdateVPCEConfigurationRequest$vpceConfigurationName' => 'The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
', 'VPCEConfiguration$vpceConfigurationName' => 'The friendly name you give to your VPC endpoint configuration to manage your configurations more easily.
', ], ], 'VPCEConfigurations' => [ 'base' => NULL, 'refs' => [ 'ListVPCEConfigurationsResult$vpceConfigurations' => 'An array of VPCEConfiguration
objects that contain information about your VPC endpoint configuration.
The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
', 'UpdateVPCEConfigurationRequest$vpceServiceName' => 'The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
', 'VPCEConfiguration$vpceServiceName' => 'The name of the VPC endpoint service running in your AWS account that you want Device Farm to test.
', ], ], 'VideoCapture' => [ 'base' => NULL, 'refs' => [ 'ExecutionConfiguration$videoCapture' => 'Set to true to enable video capture. Otherwise, set to false. The default is true.
', 'Job$videoCapture' => 'This value is set to true if video capture is enabled. Otherwise, it is set to false.
', ], ], 'VpcConfig' => [ 'base' => 'Contains the VPC configuration data necessary to interface with AWS Device Farm\'s services.
', 'refs' => [ 'CreateProjectRequest$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', 'Project$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', 'RemoteAccessSession$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', 'Run$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', 'UpdateProjectRequest$vpcConfig' => 'The VPC security groups and subnets that are attached to a project.
', ], ], 'VpcSecurityGroupIds' => [ 'base' => NULL, 'refs' => [ 'VpcConfig$securityGroupIds' => 'An array of one or more security groups IDs in your Amazon VPC.
', ], ], 'VpcSubnetIds' => [ 'base' => NULL, 'refs' => [ 'VpcConfig$subnetIds' => 'An array of one or more subnet IDs in your Amazon VPC.
', ], ], ],];