AWS.DeviceFarm — AWS SDK for JavaScript (original) (raw)
Property Details
endpoint ⇒ AWS.Endpoint
Returns an Endpoint object representing the endpoint URL for service requests.
Method Details
createDevicePool(params = {}, callback) ⇒ AWS.Request
createInstanceProfile(params = {}, callback) ⇒ AWS.Request
Creates a profile that can be applied to one or more private fleet device instances.
createNetworkProfile(params = {}, callback) ⇒ AWS.Request
Creates a network profile.
createProject(params = {}, callback) ⇒ AWS.Request
createRemoteAccessSession(params = {}, callback) ⇒ AWS.Request
Specifies and starts a remote access session.
createTestGridProject(params = {}, callback) ⇒ AWS.Request
Creates a Selenium testing project. Projects are used to track TestGridSession instances.
createTestGridUrl(params = {}, callback) ⇒ AWS.Request
Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver
constructor.
createUpload(params = {}, callback) ⇒ AWS.Request
Uploads an app or test scripts.
createVPCEConfiguration(params = {}, callback) ⇒ AWS.Request
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
deleteDevicePool(params = {}, callback) ⇒ AWS.Request
Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
deleteInstanceProfile(params = {}, callback) ⇒ AWS.Request
Deletes a profile that can be applied to one or more private device instances.
deleteNetworkProfile(params = {}, callback) ⇒ AWS.Request
Deletes a network profile.
deleteProject(params = {}, callback) ⇒ AWS.Request
Deletes an AWS Device Farm project, given the project ARN.
Deleting this resource does not stop an in-progress run.
deleteRemoteAccessSession(params = {}, callback) ⇒ AWS.Request
Deletes a completed remote access session and its results.
deleteRun(params = {}, callback) ⇒ AWS.Request
Deletes the run, given the run ARN.
Deleting this resource does not stop an in-progress run.
deleteTestGridProject(params = {}, callback) ⇒ AWS.Request
Deletes a Selenium testing project and all content generated under it.
You cannot undo this operation.
Note: You cannot delete a project if it has active sessions.
deleteUpload(params = {}, callback) ⇒ AWS.Request
Deletes an upload given the upload ARN.
deleteVPCEConfiguration(params = {}, callback) ⇒ AWS.Request
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
getAccountSettings(params = {}, callback) ⇒ AWS.Request
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
getDevice(params = {}, callback) ⇒ AWS.Request
Gets information about a unique device type.
getDeviceInstance(params = {}, callback) ⇒ AWS.Request
Returns information about a device instance that belongs to a private device fleet.
getDevicePool(params = {}, callback) ⇒ AWS.Request
Gets information about a device pool.
getDevicePoolCompatibility(params = {}, callback) ⇒ AWS.Request
Gets information about compatibility with a device pool.
getInstanceProfile(params = {}, callback) ⇒ AWS.Request
Returns information about the specified instance profile.
getJob(params = {}, callback) ⇒ AWS.Request
Gets information about a job.
getNetworkProfile(params = {}, callback) ⇒ AWS.Request
Returns information about a network profile.
getOfferingStatus(params = {}, callback) ⇒ AWS.Request
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.
getProject(params = {}, callback) ⇒ AWS.Request
Gets information about a project.
getRemoteAccessSession(params = {}, callback) ⇒ AWS.Request
Returns a link to a currently running remote access session.
getRun(params = {}, callback) ⇒ AWS.Request
Gets information about a run.
getSuite(params = {}, callback) ⇒ AWS.Request
Gets information about a suite.
getTest(params = {}, callback) ⇒ AWS.Request
Gets information about a test.
getTestGridProject(params = {}, callback) ⇒ AWS.Request
Retrieves information about a Selenium testing project.
getTestGridSession(params = {}, callback) ⇒ AWS.Request
getUpload(params = {}, callback) ⇒ AWS.Request
Gets information about an upload.
getVPCEConfiguration(params = {}, callback) ⇒ AWS.Request
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
installToRemoteAccessSession(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
Gets information about artifacts.
listDeviceInstances(params = {}, callback) ⇒ AWS.Request
Returns information about the private device instances associated with one or more AWS accounts.
listDevicePools(params = {}, callback) ⇒ AWS.Request
Gets information about device pools.
listDevices(params = {}, callback) ⇒ AWS.Request
Gets information about unique device types.
listInstanceProfiles(params = {}, callback) ⇒ AWS.Request
Returns information about all the instance profiles in an AWS account.
listJobs(params = {}, callback) ⇒ AWS.Request
Gets information about jobs for a given test run.
listNetworkProfiles(params = {}, callback) ⇒ AWS.Request
Returns the list of available network profiles.
listOfferingPromotions(params = {}, callback) ⇒ AWS.Request
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.
listOfferings(params = {}, callback) ⇒ AWS.Request
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.
listOfferingTransactions(params = {}, callback) ⇒ AWS.Request
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.
listProjects(params = {}, callback) ⇒ AWS.Request
Gets information about projects.
listRemoteAccessSessions(params = {}, callback) ⇒ AWS.Request
Returns a list of all currently running remote access sessions.
listRuns(params = {}, callback) ⇒ AWS.Request
Gets information about runs, given an AWS Device Farm project ARN.
listSamples(params = {}, callback) ⇒ AWS.Request
Gets information about samples, given an AWS Device Farm job ARN.
listSuites(params = {}, callback) ⇒ AWS.Request
Gets information about test suites for a given job.
listTagsForResource(params = {}, callback) ⇒ AWS.Request
List the tags for an AWS Device Farm resource.
listTestGridProjects(params = {}, callback) ⇒ AWS.Request
Gets a list of all Selenium testing projects in your account.
listTestGridSessionActions(params = {}, callback) ⇒ AWS.Request
listTestGridSessionArtifacts(params = {}, callback) ⇒ AWS.Request
Retrieves a list of artifacts created during the session.
listTestGridSessions(params = {}, callback) ⇒ AWS.Request
listTests(params = {}, callback) ⇒ AWS.Request
Gets information about tests in a given test suite.
listUniqueProblems(params = {}, callback) ⇒ AWS.Request
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.
listUploads(params = {}, callback) ⇒ AWS.Request
Gets information about uploads, given an AWS Device Farm project ARN.
listVPCEConfigurations(params = {}, callback) ⇒ AWS.Request
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
purchaseOffering(params = {}, callback) ⇒ AWS.Request
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.
renewOffering(params = {}, callback) ⇒ AWS.Request
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.
stopJob(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
Ends a specified remote access session.
stopRun(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
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.
untagResource(params = {}, callback) ⇒ AWS.Request
Deletes the specified tags from a resource.
updateDeviceInstance(params = {}, callback) ⇒ AWS.Request
Updates information about a private device instance.
updateDevicePool(params = {}, callback) ⇒ AWS.Request
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(params = {}, callback) ⇒ AWS.Request
Updates information about an existing private device instance profile.
updateNetworkProfile(params = {}, callback) ⇒ AWS.Request
Updates the network profile.
updateProject(params = {}, callback) ⇒ AWS.Request
Modifies the specified project name, given the project ARN and a new name.
updateTestGridProject(params = {}, callback) ⇒ AWS.Request
Change details of a project.
updateUpload(params = {}, callback) ⇒ AWS.Request
Updates an uploaded test spec.
updateVPCEConfiguration(params = {}, callback) ⇒ AWS.Request
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.