Amazon.DeviceFarm.Model.Internal |
Name | Description |
---|---|
AccountSettings | A container for account-level settings within AWS Device Farm. |
ArgumentException | |
Artifact | Represents the output of a test. Examples of artifacts include logs and screenshots. |
CreateRemoteAccessSessionConfiguration | Creates the configuration settings for a remote access session, including the device model and type. |
CreateRemoteAccessSessionRequest | Container for the parameters to the CreateRemoteAccessSession operation. Specifies and starts a remote access session. |
CreateRemoteAccessSessionResponse | Represents the server response from a request to create a remote access session. |
CreateUploadRequest | Container for the parameters to the CreateUpload operation. Uploads an app or test scripts. |
DeleteProjectRequest | Container for the parameters to the DeleteProject operation. Deletes an AWS Device Farm project, given the project ARN. Note Deleting this resource does not stop an in-progress run. |
DeleteRemoteAccessSessionRequest | Container for the parameters to the DeleteRemoteAccessSession operation. Deletes a completed remote access session and its results. |
DeleteRunRequest | Container for the parameters to the DeleteRun operation. Deletes the run, given the run ARN. Note Deleting this resource does not stop an in-progress run. |
Device | Represents a device type that an app is tested against. |
GetAccountSettingsResponse | Represents the account settings return values from the GetAccountSettings request. |
GetDevicePoolCompatibilityRequest | Container for the parameters to the GetDevicePoolCompatibility operation. Gets information about compatibility with a device pool. |
GetOfferingStatusRequest | Container for the parameters to the GetOfferingStatus operation. 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. Please contact [email protected] if you believe that you should be able to invoke this operation. |
GetOfferingStatusResponse | Returns the status result for a device offering. |
GetRemoteAccessSessionRequest | Container for the parameters to the GetRemoteAccessSession operation. Returns a link to a currently running remote access session. |
GetRemoteAccessSessionResponse | Represents the response from the server that lists detailed information about the remote access session. |
IdempotencyException | |
IncompatibilityMessage | Represents information about incompatibility. |
InstallToRemoteAccessSessionRequest | Container for the parameters to the InstallToRemoteAccessSession operation. 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. |
InstallToRemoteAccessSessionResponse | Represents the response from the server after AWS Device Farm makes a request to install to a remote access session. |
Job | Represents a device. |
LimitExceededException | |
ListArtifactsRequest | Container for the parameters to the ListArtifacts operation. Gets information about artifacts. |
ListDevicePoolsRequest | Container for the parameters to the ListDevicePools operation. Gets information about device pools. |
ListDevicesRequest | Container for the parameters to the ListDevices operation. Gets information about unique device types. |
ListOfferingTransactionsRequest | Container for the parameters to the ListOfferingTransactions 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. Please contact [email protected] if you believe that you should be able to invoke this operation. |
ListOfferingTransactionsResponse | Returns the transaction log of the specified offerings. |
ListOfferingsRequest | Container for the parameters to the ListOfferings operation. 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. Please contact [email protected] if you believe that you should be able to invoke this operation. |
ListOfferingsResponse | Represents the return values of the list of offerings. |
ListProjectsRequest | Container for the parameters to the ListProjects operation. Gets information about projects. |
ListRemoteAccessSessionsRequest | Container for the parameters to the ListRemoteAccessSessions operation. Returns a list of all currently running remote access sessions. |
ListRemoteAccessSessionsResponse | Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session. |
ListRunsRequest | Container for the parameters to the ListRuns operation. Gets information about runs, given an AWS Device Farm project ARN. |
ListSamplesRequest | Container for the parameters to the ListSamples operation. Gets information about samples, given an AWS Device Farm project ARN |
ListUniqueProblemsResponse | Represents the result of a list unique problems request. |
ListUploadsRequest | Container for the parameters to the ListUploads operation. Gets information about uploads, given an AWS Device Farm project ARN. |
MonetaryAmount | A number representing the monetary amount for an offering or transaction. |
NotEligibleException | |
NotFoundException | |
Offering | Represents the metadata of a device offering. |
OfferingStatus | The status of the offering. |
OfferingTransaction | Represents the metadata of an offering transaction. |
Problem | Represents a specific warning or failure. |
PurchaseOfferingRequest | Container for the parameters to the PurchaseOffering operation. 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. Please contact [email protected] if you believe that you should be able to invoke this operation. |
PurchaseOfferingResponse | The result of the purchase offering (e.g., success or failure). |
RecurringCharge | Specifies whether charges for devices will be recurring. |
RemoteAccessSession | Represents information about the remote access session. |
RenewOfferingRequest | Container for the parameters to the RenewOffering operation. 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. Please contact [email protected] if you believe that you should be able to invoke this operation. |
RenewOfferingResponse | The result of a renewal offering. |
Rule | Represents a condition for a device pool. |
Run | Represents an app on a set of devices with a specific test and configuration. |
Sample | Represents a sample of performance data. |
ScheduleRunConfiguration | Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles. |
ScheduleRunTest | Represents additional test settings. |
ServiceAccountException | |
StopRemoteAccessSessionRequest | Container for the parameters to the StopRemoteAccessSession operation. Ends a specified remote access session. |
StopRemoteAccessSessionResponse | Represents the response from the server that describes the remote access session when AWS Device Farm stops the session. |
StopRunRequest | Container for the parameters to the StopRun operation. Initiates a stop request for the current test run. AWS Device Farm will immediately stop the run on devices where tests have not started executing, and you will not be billed for these devices. On devices where tests have started executing, Setup Suite and Teardown Suite tests will run to completion before stopping execution on those devices. You will be billed for Setup, Teardown, and any tests that were in progress or already completed. |
StopRunResponse | Represents the results of your stop run attempt. |
Suite | Represents a collection of one or more tests. |
Test | Represents a condition that is evaluated. |
Upload | An app or a set of one or more tests to upload or that have been uploaded. |