{ "version":"2.0", "metadata":{ "apiVersion":"2015-06-23", "endpointPrefix":"devicefarm", "jsonVersion":"1.1", "protocol":"json", "serviceFullName":"AWS Device Farm", "signatureVersion":"v4", "targetPrefix":"DeviceFarm_20150623", "uid":"devicefarm-2015-06-23" }, "operations":{ "CreateDevicePool":{ "name":"CreateDevicePool", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateDevicePoolRequest"}, "output":{"shape":"CreateDevicePoolResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Creates a device pool.

" }, "CreateNetworkProfile":{ "name":"CreateNetworkProfile", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateNetworkProfileRequest"}, "output":{"shape":"CreateNetworkProfileResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Creates a network profile.

" }, "CreateProject":{ "name":"CreateProject", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateProjectRequest"}, "output":{"shape":"CreateProjectResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Creates a new project.

" }, "CreateRemoteAccessSession":{ "name":"CreateRemoteAccessSession", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateRemoteAccessSessionRequest"}, "output":{"shape":"CreateRemoteAccessSessionResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Specifies and starts a remote access session.

" }, "CreateUpload":{ "name":"CreateUpload", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"CreateUploadRequest"}, "output":{"shape":"CreateUploadResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Uploads an app or test scripts.

" }, "DeleteDevicePool":{ "name":"DeleteDevicePool", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteDevicePoolRequest"}, "output":{"shape":"DeleteDevicePoolResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.

" }, "DeleteNetworkProfile":{ "name":"DeleteNetworkProfile", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteNetworkProfileRequest"}, "output":{"shape":"DeleteNetworkProfileResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Deletes a network profile.

" }, "DeleteProject":{ "name":"DeleteProject", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteProjectRequest"}, "output":{"shape":"DeleteProjectResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Deletes an AWS Device Farm project, given the project ARN.

Note Deleting this resource does not stop an in-progress run.

" }, "DeleteRemoteAccessSession":{ "name":"DeleteRemoteAccessSession", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteRemoteAccessSessionRequest"}, "output":{"shape":"DeleteRemoteAccessSessionResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Deletes a completed remote access session and its results.

" }, "DeleteRun":{ "name":"DeleteRun", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteRunRequest"}, "output":{"shape":"DeleteRunResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Deletes the run, given the run ARN.

Note Deleting this resource does not stop an in-progress run.

" }, "DeleteUpload":{ "name":"DeleteUpload", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"DeleteUploadRequest"}, "output":{"shape":"DeleteUploadResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Deletes an upload given the upload ARN.

" }, "GetAccountSettings":{ "name":"GetAccountSettings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetAccountSettingsRequest"}, "output":{"shape":"GetAccountSettingsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account.

" }, "GetDevice":{ "name":"GetDevice", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDeviceRequest"}, "output":{"shape":"GetDeviceResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about a unique device type.

" }, "GetDevicePool":{ "name":"GetDevicePool", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDevicePoolRequest"}, "output":{"shape":"GetDevicePoolResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about a device pool.

" }, "GetDevicePoolCompatibility":{ "name":"GetDevicePoolCompatibility", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetDevicePoolCompatibilityRequest"}, "output":{"shape":"GetDevicePoolCompatibilityResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about compatibility with a device pool.

" }, "GetJob":{ "name":"GetJob", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetJobRequest"}, "output":{"shape":"GetJobResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about a job.

" }, "GetNetworkProfile":{ "name":"GetNetworkProfile", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetNetworkProfileRequest"}, "output":{"shape":"GetNetworkProfileResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Returns information about a network profile.

" }, "GetOfferingStatus":{ "name":"GetOfferingStatus", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetOfferingStatusRequest"}, "output":{"shape":"GetOfferingStatusResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"NotEligibleException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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 aws-devicefarm-support@amazon.com if you believe that you should be able to invoke this operation.

" }, "GetProject":{ "name":"GetProject", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetProjectRequest"}, "output":{"shape":"GetProjectResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about a project.

" }, "GetRemoteAccessSession":{ "name":"GetRemoteAccessSession", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRemoteAccessSessionRequest"}, "output":{"shape":"GetRemoteAccessSessionResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Returns a link to a currently running remote access session.

" }, "GetRun":{ "name":"GetRun", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetRunRequest"}, "output":{"shape":"GetRunResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about a run.

" }, "GetSuite":{ "name":"GetSuite", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetSuiteRequest"}, "output":{"shape":"GetSuiteResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about a suite.

" }, "GetTest":{ "name":"GetTest", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetTestRequest"}, "output":{"shape":"GetTestResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about a test.

" }, "GetUpload":{ "name":"GetUpload", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"GetUploadRequest"}, "output":{"shape":"GetUploadResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about an upload.

" }, "InstallToRemoteAccessSession":{ "name":"InstallToRemoteAccessSession", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"InstallToRemoteAccessSessionRequest"}, "output":{"shape":"InstallToRemoteAccessSessionResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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":{ "name":"ListArtifacts", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListArtifactsRequest"}, "output":{"shape":"ListArtifactsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about artifacts.

" }, "ListDevicePools":{ "name":"ListDevicePools", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListDevicePoolsRequest"}, "output":{"shape":"ListDevicePoolsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about device pools.

" }, "ListDevices":{ "name":"ListDevices", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListDevicesRequest"}, "output":{"shape":"ListDevicesResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about unique device types.

" }, "ListJobs":{ "name":"ListJobs", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListJobsRequest"}, "output":{"shape":"ListJobsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about jobs for a given test run.

" }, "ListNetworkProfiles":{ "name":"ListNetworkProfiles", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListNetworkProfilesRequest"}, "output":{"shape":"ListNetworkProfilesResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Returns the list of available network profiles.

" }, "ListOfferingPromotions":{ "name":"ListOfferingPromotions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListOfferingPromotionsRequest"}, "output":{"shape":"ListOfferingPromotionsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"NotEligibleException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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 believe that you should be able to invoke this operation.

" }, "ListOfferingTransactions":{ "name":"ListOfferingTransactions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListOfferingTransactionsRequest"}, "output":{"shape":"ListOfferingTransactionsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"NotEligibleException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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 aws-devicefarm-support@amazon.com if you believe that you should be able to invoke this operation.

" }, "ListOfferings":{ "name":"ListOfferings", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListOfferingsRequest"}, "output":{"shape":"ListOfferingsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"NotEligibleException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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 aws-devicefarm-support@amazon.com if you believe that you should be able to invoke this operation.

" }, "ListProjects":{ "name":"ListProjects", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListProjectsRequest"}, "output":{"shape":"ListProjectsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about projects.

" }, "ListRemoteAccessSessions":{ "name":"ListRemoteAccessSessions", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListRemoteAccessSessionsRequest"}, "output":{"shape":"ListRemoteAccessSessionsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Returns a list of all currently running remote access sessions.

" }, "ListRuns":{ "name":"ListRuns", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListRunsRequest"}, "output":{"shape":"ListRunsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about runs, given an AWS Device Farm project ARN.

" }, "ListSamples":{ "name":"ListSamples", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListSamplesRequest"}, "output":{"shape":"ListSamplesResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about samples, given an AWS Device Farm project ARN

" }, "ListSuites":{ "name":"ListSuites", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListSuitesRequest"}, "output":{"shape":"ListSuitesResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about test suites for a given job.

" }, "ListTests":{ "name":"ListTests", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListTestsRequest"}, "output":{"shape":"ListTestsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about tests in a given test suite.

" }, "ListUniqueProblems":{ "name":"ListUniqueProblems", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListUniqueProblemsRequest"}, "output":{"shape":"ListUniqueProblemsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about unique problems.

" }, "ListUploads":{ "name":"ListUploads", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ListUploadsRequest"}, "output":{"shape":"ListUploadsResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Gets information about uploads, given an AWS Device Farm project ARN.

" }, "PurchaseOffering":{ "name":"PurchaseOffering", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"PurchaseOfferingRequest"}, "output":{"shape":"PurchaseOfferingResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"NotEligibleException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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 aws-devicefarm-support@amazon.com if you believe that you should be able to invoke this operation.

" }, "RenewOffering":{ "name":"RenewOffering", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"RenewOfferingRequest"}, "output":{"shape":"RenewOfferingResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"NotEligibleException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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 aws-devicefarm-support@amazon.com if you believe that you should be able to invoke this operation.

" }, "ScheduleRun":{ "name":"ScheduleRun", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"ScheduleRunRequest"}, "output":{"shape":"ScheduleRunResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"IdempotencyException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Schedules a run.

" }, "StopRemoteAccessSession":{ "name":"StopRemoteAccessSession", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StopRemoteAccessSessionRequest"}, "output":{"shape":"StopRemoteAccessSessionResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Ends a specified remote access session.

" }, "StopRun":{ "name":"StopRun", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"StopRunRequest"}, "output":{"shape":"StopRunResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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.

" }, "UpdateDevicePool":{ "name":"UpdateDevicePool", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateDevicePoolRequest"}, "output":{"shape":"UpdateDevicePoolResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

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).

" }, "UpdateNetworkProfile":{ "name":"UpdateNetworkProfile", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateNetworkProfileRequest"}, "output":{"shape":"UpdateNetworkProfileResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Updates the network profile with specific settings.

" }, "UpdateProject":{ "name":"UpdateProject", "http":{ "method":"POST", "requestUri":"/" }, "input":{"shape":"UpdateProjectRequest"}, "output":{"shape":"UpdateProjectResult"}, "errors":[ {"shape":"ArgumentException"}, {"shape":"NotFoundException"}, {"shape":"LimitExceededException"}, {"shape":"ServiceAccountException"} ], "documentation":"

Modifies the specified project name, given the project ARN and a new name.

" } }, "shapes":{ "AWSAccountNumber":{ "type":"string", "max":16, "min":2 }, "AccountSettings":{ "type":"structure", "members":{ "awsAccountNumber":{ "shape":"AWSAccountNumber", "documentation":"

The AWS account number specified in the AccountSettings container.

" }, "unmeteredDevices":{ "shape":"PurchasedDevicesMap", "documentation":"

Returns the unmetered devices you have purchased or want to purchase.

" }, "unmeteredRemoteAccessDevices":{ "shape":"PurchasedDevicesMap", "documentation":"

Returns the unmetered remote access devices you have purchased or want to purchase.

" }, "maxJobTimeoutMinutes":{ "shape":"JobTimeoutMinutes", "documentation":"

The maximum number of minutes a test run will execute before it times out.

" }, "trialMinutes":{ "shape":"TrialMinutes", "documentation":"

Information about an AWS account's usage of free trial device minutes.

" }, "maxSlots":{ "shape":"MaxSlotMap", "documentation":"

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.

" }, "defaultJobTimeoutMinutes":{ "shape":"JobTimeoutMinutes", "documentation":"

The default number of minutes (at the account level) a test run will execute before it times out. Default value is 60 minutes.

" } }, "documentation":"

A container for account-level settings within AWS Device Farm.

" }, "AccountsCleanup":{"type":"boolean"}, "AmazonResourceName":{ "type":"string", "min":32 }, "AmazonResourceNames":{ "type":"list", "member":{"shape":"AmazonResourceName"} }, "AndroidPaths":{ "type":"list", "member":{"shape":"String"} }, "AppPackagesCleanup":{"type":"boolean"}, "ArgumentException":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

Any additional information about the exception.

" } }, "documentation":"

An invalid argument was specified.

", "exception":true }, "Artifact":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The artifact's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The artifact's name.

" }, "type":{ "shape":"ArtifactType", "documentation":"

The artifact's type.

Allowed values include the following:

" }, "extension":{ "shape":"String", "documentation":"

The artifact's file extension.

" }, "url":{ "shape":"URL", "documentation":"

The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the artifact's file.

" } }, "documentation":"

Represents the output of a test. Examples of artifacts include logs and screenshots.

" }, "ArtifactCategory":{ "type":"string", "enum":[ "SCREENSHOT", "FILE", "LOG" ] }, "ArtifactType":{ "type":"string", "enum":[ "UNKNOWN", "SCREENSHOT", "DEVICE_LOG", "MESSAGE_LOG", "VIDEO_LOG", "RESULT_LOG", "SERVICE_LOG", "WEBKIT_LOG", "INSTRUMENTATION_OUTPUT", "EXERCISER_MONKEY_OUTPUT", "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" ] }, "Artifacts":{ "type":"list", "member":{"shape":"Artifact"} }, "BillingMethod":{ "type":"string", "enum":[ "METERED", "UNMETERED" ] }, "Boolean":{"type":"boolean"}, "CPU":{ "type":"structure", "members":{ "frequency":{ "shape":"String", "documentation":"

The CPU's frequency.

" }, "architecture":{ "shape":"String", "documentation":"

The CPU's architecture, for example x86 or ARM.

" }, "clock":{ "shape":"Double", "documentation":"

The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000.

" } }, "documentation":"

Represents the amount of CPU that an app is using on a physical device.

Note that this does not represent system-wide CPU usage.

" }, "ClientId":{ "type":"string", "max":64, "min":0 }, "ContentType":{ "type":"string", "max":64, "min":0 }, "Counters":{ "type":"structure", "members":{ "total":{ "shape":"Integer", "documentation":"

The total number of entities.

" }, "passed":{ "shape":"Integer", "documentation":"

The number of passed entities.

" }, "failed":{ "shape":"Integer", "documentation":"

The number of failed entities.

" }, "warned":{ "shape":"Integer", "documentation":"

The number of warned entities.

" }, "errored":{ "shape":"Integer", "documentation":"

The number of errored entities.

" }, "stopped":{ "shape":"Integer", "documentation":"

The number of stopped entities.

" }, "skipped":{ "shape":"Integer", "documentation":"

The number of skipped entities.

" } }, "documentation":"

Represents entity counters.

" }, "CreateDevicePoolRequest":{ "type":"structure", "required":[ "projectArn", "name", "rules" ], "members":{ "projectArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the project for the device pool.

" }, "name":{ "shape":"Name", "documentation":"

The device pool's name.

" }, "description":{ "shape":"Message", "documentation":"

The device pool's description.

" }, "rules":{ "shape":"Rules", "documentation":"

The device pool's rules.

" } }, "documentation":"

Represents a request to the create device pool operation.

" }, "CreateDevicePoolResult":{ "type":"structure", "members":{ "devicePool":{ "shape":"DevicePool", "documentation":"

The newly created device pool.

" } }, "documentation":"

Represents the result of a create device pool request.

" }, "CreateNetworkProfileRequest":{ "type":"structure", "required":[ "projectArn", "name" ], "members":{ "projectArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project for which you want to create a network profile.

" }, "name":{ "shape":"Name", "documentation":"

The name you wish to specify for the new network profile.

" }, "description":{ "shape":"Message", "documentation":"

The description of the network profile.

" }, "type":{ "shape":"NetworkProfileType", "documentation":"

The type of network profile you wish to create. Valid values are listed below.

" }, "uplinkBandwidthBits":{ "shape":"Long", "documentation":"

The data throughput rate in bits per second, as an integer from 0 to 104857600.

" }, "downlinkBandwidthBits":{ "shape":"Long", "documentation":"

The data throughput rate in bits per second, as an integer from 0 to 104857600.

" }, "uplinkDelayMs":{ "shape":"Long", "documentation":"

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

" }, "downlinkDelayMs":{ "shape":"Long", "documentation":"

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

" }, "uplinkJitterMs":{ "shape":"Long", "documentation":"

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

" }, "downlinkJitterMs":{ "shape":"Long", "documentation":"

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

" }, "uplinkLossPercent":{ "shape":"PercentInteger", "documentation":"

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

" }, "downlinkLossPercent":{ "shape":"PercentInteger", "documentation":"

Proportion of received packets that fail to arrive from 0 to 100 percent.

" } } }, "CreateNetworkProfileResult":{ "type":"structure", "members":{ "networkProfile":{ "shape":"NetworkProfile", "documentation":"

The network profile that is returned by the create network profile request.

" } } }, "CreateProjectRequest":{ "type":"structure", "required":["name"], "members":{ "name":{ "shape":"Name", "documentation":"

The project's name.

" }, "defaultJobTimeoutMinutes":{ "shape":"JobTimeoutMinutes", "documentation":"

Sets the execution timeout value (in minutes) for a project. All test runs in this project will use the specified execution timeout value unless overridden when scheduling a run.

" } }, "documentation":"

Represents a request to the create project operation.

" }, "CreateProjectResult":{ "type":"structure", "members":{ "project":{ "shape":"Project", "documentation":"

The newly created project.

" } }, "documentation":"

Represents the result of a create project request.

" }, "CreateRemoteAccessSessionConfiguration":{ "type":"structure", "members":{ "billingMethod":{ "shape":"BillingMethod", "documentation":"

Returns the billing method for purposes of configuring a remote access session.

" } }, "documentation":"

Creates the configuration settings for a remote access session, including the device model and type.

" }, "CreateRemoteAccessSessionRequest":{ "type":"structure", "required":[ "projectArn", "deviceArn" ], "members":{ "projectArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project for which you want to create a remote access session.

" }, "deviceArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the device for which you want to create a remote access session.

" }, "sshPublicKey":{ "shape":"SshPublicKey", "documentation":"

The public key of the ssh key pair you want to use for connecting to remote devices in your remote debugging session. This is only required if remoteDebugEnabled is set to true.

" }, "remoteDebugEnabled":{ "shape":"Boolean", "documentation":"

Set to true if you want to access devices remotely for debugging in your remote access session.

" }, "remoteRecordEnabled":{ "shape":"Boolean", "documentation":"

Set to true to enable remote recording for the remote access session.

" }, "remoteRecordAppArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) for the app to be recorded in the remote access session.

" }, "name":{ "shape":"Name", "documentation":"

The name of the remote access session that you wish to create.

" }, "clientId":{ "shape":"ClientId", "documentation":"

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 is required only if remoteDebugEnabled is set to true.

" }, "configuration":{ "shape":"CreateRemoteAccessSessionConfiguration", "documentation":"

The configuration information for the remote access session request.

" }, "interactionMode":{ "shape":"InteractionMode", "documentation":"

The interaction mode of the remote access session. Valid values are:

" } }, "documentation":"

Creates and submits a request to start a remote access session.

" }, "CreateRemoteAccessSessionResult":{ "type":"structure", "members":{ "remoteAccessSession":{ "shape":"RemoteAccessSession", "documentation":"

A container that describes the remote access session when the request to create a remote access session is sent.

" } }, "documentation":"

Represents the server response from a request to create a remote access session.

" }, "CreateUploadRequest":{ "type":"structure", "required":[ "projectArn", "name", "type" ], "members":{ "projectArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the project for the upload.

" }, "name":{ "shape":"Name", "documentation":"

The upload's file name. The name should not contain the '/' character. If uploading an iOS app, the file name needs to end with the .ipa extension. If uploading an Android app, the file name needs to end with the .apk extension. For all others, the file name must end with the .zip file extension.

" }, "type":{ "shape":"UploadType", "documentation":"

The upload's upload type.

Must be one of the following values:

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

" }, "contentType":{ "shape":"ContentType", "documentation":"

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

" } }, "documentation":"

Represents a request to the create upload operation.

" }, "CreateUploadResult":{ "type":"structure", "members":{ "upload":{ "shape":"Upload", "documentation":"

The newly created upload.

" } }, "documentation":"

Represents the result of a create upload request.

" }, "CurrencyCode":{ "type":"string", "enum":["USD"] }, "CustomerArtifactPaths":{ "type":"structure", "members":{ "iosPaths":{ "shape":"IosPaths", "documentation":"

Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests will be pulled from.

" }, "androidPaths":{ "shape":"AndroidPaths", "documentation":"

Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests will be pulled from.

" }, "deviceHostPaths":{ "shape":"DeviceHostPaths", "documentation":"

Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests will be pulled from.

" } }, "documentation":"

A JSON object specifying the paths where the artifacts generated by the customer's tests, on the device or in the test environment, will be pulled from.

Specify deviceHostPaths and optionally specify either iosPaths or androidPaths.

For web app tests, you can specify both iosPaths and androidPaths.

" }, "DateTime":{"type":"timestamp"}, "DeleteDevicePoolRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

Represents the Amazon Resource Name (ARN) of the Device Farm device pool you wish to delete.

" } }, "documentation":"

Represents a request to the delete device pool operation.

" }, "DeleteDevicePoolResult":{ "type":"structure", "members":{ }, "documentation":"

Represents the result of a delete device pool request.

" }, "DeleteNetworkProfileRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the network profile you want to delete.

" } } }, "DeleteNetworkProfileResult":{ "type":"structure", "members":{ } }, "DeleteProjectRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

Represents the Amazon Resource Name (ARN) of the Device Farm project you wish to delete.

" } }, "documentation":"

Represents a request to the delete project operation.

" }, "DeleteProjectResult":{ "type":"structure", "members":{ }, "documentation":"

Represents the result of a delete project request.

" }, "DeleteRemoteAccessSessionRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the sesssion for which you want to delete remote access.

" } }, "documentation":"

Represents the request to delete the specified remote access session.

" }, "DeleteRemoteAccessSessionResult":{ "type":"structure", "members":{ }, "documentation":"

The response from the server when a request is made to delete the remote access session.

" }, "DeleteRunRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) for the run you wish to delete.

" } }, "documentation":"

Represents a request to the delete run operation.

" }, "DeleteRunResult":{ "type":"structure", "members":{ }, "documentation":"

Represents the result of a delete run request.

" }, "DeleteUploadRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

Represents the Amazon Resource Name (ARN) of the Device Farm upload you wish to delete.

" } }, "documentation":"

Represents a request to the delete upload operation.

" }, "DeleteUploadResult":{ "type":"structure", "members":{ }, "documentation":"

Represents the result of a delete upload request.

" }, "Device":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The device's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The device's display name.

" }, "manufacturer":{ "shape":"String", "documentation":"

The device's manufacturer name.

" }, "model":{ "shape":"String", "documentation":"

The device's model name.

" }, "modelId":{ "shape":"String", "documentation":"

The device's model ID.

" }, "formFactor":{ "shape":"DeviceFormFactor", "documentation":"

The device's form factor.

Allowed values include:

" }, "platform":{ "shape":"DevicePlatform", "documentation":"

The device's platform.

Allowed values include:

" }, "os":{ "shape":"String", "documentation":"

The device's operating system type.

" }, "cpu":{ "shape":"CPU", "documentation":"

Information about the device's CPU.

" }, "resolution":{ "shape":"Resolution", "documentation":"

The resolution of the device.

" }, "heapSize":{ "shape":"Long", "documentation":"

The device's heap size, expressed in bytes.

" }, "memory":{ "shape":"Long", "documentation":"

The device's total memory size, expressed in bytes.

" }, "image":{ "shape":"String", "documentation":"

The device's image name.

" }, "carrier":{ "shape":"String", "documentation":"

The device's carrier.

" }, "radio":{ "shape":"String", "documentation":"

The device's radio.

" }, "remoteAccessEnabled":{ "shape":"Boolean", "documentation":"

Specifies whether remote access has been enabled for the specified device.

" }, "remoteDebugEnabled":{ "shape":"Boolean", "documentation":"

This flag is set to true if remote debugging is enabled for the device.

" }, "fleetType":{ "shape":"String", "documentation":"

The type of fleet to which this device belongs. Possible values for fleet type are PRIVATE and PUBLIC.

" }, "fleetName":{ "shape":"String", "documentation":"

The name of the fleet to which this device belongs.

" } }, "documentation":"

Represents a device type that an app is tested against.

" }, "DeviceAttribute":{ "type":"string", "enum":[ "ARN", "PLATFORM", "FORM_FACTOR", "MANUFACTURER", "REMOTE_ACCESS_ENABLED", "REMOTE_DEBUG_ENABLED", "APPIUM_VERSION" ] }, "DeviceFormFactor":{ "type":"string", "enum":[ "PHONE", "TABLET" ] }, "DeviceHostPaths":{ "type":"list", "member":{"shape":"String"} }, "DeviceMinutes":{ "type":"structure", "members":{ "total":{ "shape":"Double", "documentation":"

When specified, represents the total minutes used by the resource to run tests.

" }, "metered":{ "shape":"Double", "documentation":"

When specified, represents only the sum of metered minutes used by the resource to run tests.

" }, "unmetered":{ "shape":"Double", "documentation":"

When specified, represents only the sum of unmetered minutes used by the resource to run tests.

" } }, "documentation":"

Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children.

" }, "DevicePlatform":{ "type":"string", "enum":[ "ANDROID", "IOS" ] }, "DevicePool":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The device pool's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The device pool's name.

" }, "description":{ "shape":"Message", "documentation":"

The device pool's description.

" }, "type":{ "shape":"DevicePoolType", "documentation":"

The device pool's type.

Allowed values include:

" }, "rules":{ "shape":"Rules", "documentation":"

Information about the device pool's rules.

" } }, "documentation":"

Represents a collection of device types.

" }, "DevicePoolCompatibilityResult":{ "type":"structure", "members":{ "device":{ "shape":"Device", "documentation":"

The device (phone or tablet) that you wish to return information about.

" }, "compatible":{ "shape":"Boolean", "documentation":"

Whether the result was compatible with the device pool.

" }, "incompatibilityMessages":{ "shape":"IncompatibilityMessages", "documentation":"

Information about the compatibility.

" } }, "documentation":"

Represents a device pool compatibility result.

" }, "DevicePoolCompatibilityResults":{ "type":"list", "member":{"shape":"DevicePoolCompatibilityResult"} }, "DevicePoolType":{ "type":"string", "enum":[ "CURATED", "PRIVATE" ] }, "DevicePools":{ "type":"list", "member":{"shape":"DevicePool"} }, "Devices":{ "type":"list", "member":{"shape":"Device"} }, "Double":{"type":"double"}, "ExecutionConfiguration":{ "type":"structure", "members":{ "jobTimeoutMinutes":{ "shape":"JobTimeoutMinutes", "documentation":"

The number of minutes a test run will execute before it times out.

" }, "accountsCleanup":{ "shape":"AccountsCleanup", "documentation":"

True if account cleanup is enabled at the beginning of the test; otherwise, false.

" }, "appPackagesCleanup":{ "shape":"AppPackagesCleanup", "documentation":"

True if app package cleanup is enabled at the beginning of the test; otherwise, false.

" } }, "documentation":"

Represents configuration information about a test run, such as the execution timeout (in minutes).

" }, "ExecutionResult":{ "type":"string", "enum":[ "PENDING", "PASSED", "WARNED", "FAILED", "SKIPPED", "ERRORED", "STOPPED" ] }, "ExecutionResultCode":{ "type":"string", "enum":["PARSING_FAILED"] }, "ExecutionStatus":{ "type":"string", "enum":[ "PENDING", "PENDING_CONCURRENCY", "PENDING_DEVICE", "PROCESSING", "SCHEDULING", "PREPARING", "RUNNING", "COMPLETED", "STOPPING" ] }, "Filter":{ "type":"string", "max":8192, "min":0 }, "GetAccountSettingsRequest":{ "type":"structure", "members":{ }, "documentation":"

Represents the request sent to retrieve the account settings.

" }, "GetAccountSettingsResult":{ "type":"structure", "members":{ "accountSettings":{ "shape":"AccountSettings", "documentation":"

The account settings.

" } }, "documentation":"

Represents the account settings return values from the GetAccountSettings request.

" }, "GetDevicePoolCompatibilityRequest":{ "type":"structure", "required":["devicePoolArn"], "members":{ "devicePoolArn":{ "shape":"AmazonResourceName", "documentation":"

The device pool's ARN.

" }, "appArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the app that is associated with the specified device pool.

" }, "testType":{ "shape":"TestType", "documentation":"

The test type for the specified device pool.

Allowed values include the following:

" }, "test":{ "shape":"ScheduleRunTest", "documentation":"

Information about the uploaded test to be run against the device pool.

" } }, "documentation":"

Represents a request to the get device pool compatibility operation.

" }, "GetDevicePoolCompatibilityResult":{ "type":"structure", "members":{ "compatibleDevices":{ "shape":"DevicePoolCompatibilityResults", "documentation":"

Information about compatible devices.

" }, "incompatibleDevices":{ "shape":"DevicePoolCompatibilityResults", "documentation":"

Information about incompatible devices.

" } }, "documentation":"

Represents the result of describe device pool compatibility request.

" }, "GetDevicePoolRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The device pool's ARN.

" } }, "documentation":"

Represents a request to the get device pool operation.

" }, "GetDevicePoolResult":{ "type":"structure", "members":{ "devicePool":{ "shape":"DevicePool", "documentation":"

An object containing information about the requested device pool.

" } }, "documentation":"

Represents the result of a get device pool request.

" }, "GetDeviceRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The device type's ARN.

" } }, "documentation":"

Represents a request to the get device request.

" }, "GetDeviceResult":{ "type":"structure", "members":{ "device":{ "shape":"Device", "documentation":"

An object containing information about the requested device.

" } }, "documentation":"

Represents the result of a get device request.

" }, "GetJobRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The job's ARN.

" } }, "documentation":"

Represents a request to the get job operation.

" }, "GetJobResult":{ "type":"structure", "members":{ "job":{ "shape":"Job", "documentation":"

An object containing information about the requested job.

" } }, "documentation":"

Represents the result of a get job request.

" }, "GetNetworkProfileRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the network profile you want to return information about.

" } } }, "GetNetworkProfileResult":{ "type":"structure", "members":{ "networkProfile":{ "shape":"NetworkProfile", "documentation":"

The network profile.

" } } }, "GetOfferingStatusRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the request to retrieve the offering status for the specified customer or account.

" }, "GetOfferingStatusResult":{ "type":"structure", "members":{ "current":{ "shape":"OfferingStatusMap", "documentation":"

When specified, gets the offering status for the current period.

" }, "nextPeriod":{ "shape":"OfferingStatusMap", "documentation":"

When specified, gets the offering status for the next period.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Returns the status result for a device offering.

" }, "GetProjectRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The project's ARN.

" } }, "documentation":"

Represents a request to the get project operation.

" }, "GetProjectResult":{ "type":"structure", "members":{ "project":{ "shape":"Project", "documentation":"

The project you wish to get information about.

" } }, "documentation":"

Represents the result of a get project request.

" }, "GetRemoteAccessSessionRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the remote access session about which you want to get session information.

" } }, "documentation":"

Represents the request to get information about the specified remote access session.

" }, "GetRemoteAccessSessionResult":{ "type":"structure", "members":{ "remoteAccessSession":{ "shape":"RemoteAccessSession", "documentation":"

A container that lists detailed information about the remote access session.

" } }, "documentation":"

Represents the response from the server that lists detailed information about the remote access session.

" }, "GetRunRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The run's ARN.

" } }, "documentation":"

Represents a request to the get run operation.

" }, "GetRunResult":{ "type":"structure", "members":{ "run":{ "shape":"Run", "documentation":"

The run you wish to get results from.

" } }, "documentation":"

Represents the result of a get run request.

" }, "GetSuiteRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The suite's ARN.

" } }, "documentation":"

Represents a request to the get suite operation.

" }, "GetSuiteResult":{ "type":"structure", "members":{ "suite":{ "shape":"Suite", "documentation":"

A collection of one or more tests.

" } }, "documentation":"

Represents the result of a get suite request.

" }, "GetTestRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The test's ARN.

" } }, "documentation":"

Represents a request to the get test operation.

" }, "GetTestResult":{ "type":"structure", "members":{ "test":{ "shape":"Test", "documentation":"

A test condition that is evaluated.

" } }, "documentation":"

Represents the result of a get test request.

" }, "GetUploadRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The upload's ARN.

" } }, "documentation":"

Represents a request to the get upload operation.

" }, "GetUploadResult":{ "type":"structure", "members":{ "upload":{ "shape":"Upload", "documentation":"

An app or a set of one or more tests to upload or that have been uploaded.

" } }, "documentation":"

Represents the result of a get upload request.

" }, "HostAddress":{ "type":"string", "max":1024 }, "IdempotencyException":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

Any additional information about the exception.

" } }, "documentation":"

An entity with the same name already exists.

", "exception":true }, "IncompatibilityMessage":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

A message about the incompatibility.

" }, "type":{ "shape":"DeviceAttribute", "documentation":"

The type of incompatibility.

Allowed values include:

" } }, "documentation":"

Represents information about incompatibility.

" }, "IncompatibilityMessages":{ "type":"list", "member":{"shape":"IncompatibilityMessage"} }, "InstallToRemoteAccessSessionRequest":{ "type":"structure", "required":[ "remoteAccessSessionArn", "appArn" ], "members":{ "remoteAccessSessionArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.

" }, "appArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the app about which you are requesting information.

" } }, "documentation":"

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.

" }, "InstallToRemoteAccessSessionResult":{ "type":"structure", "members":{ "appUpload":{ "shape":"Upload", "documentation":"

An app to upload or that has been uploaded.

" } }, "documentation":"

Represents the response from the server after AWS Device Farm makes a request to install to a remote access session.

" }, "Integer":{"type":"integer"}, "InteractionMode":{ "type":"string", "enum":[ "INTERACTIVE", "NO_VIDEO", "VIDEO_ONLY" ], "max":64, "min":0 }, "IosPaths":{ "type":"list", "member":{"shape":"String"} }, "Job":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The job's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The job's name.

" }, "type":{ "shape":"TestType", "documentation":"

The job's type.

Allowed values include the following:

" }, "created":{ "shape":"DateTime", "documentation":"

When the job was created.

" }, "status":{ "shape":"ExecutionStatus", "documentation":"

The job's status.

Allowed values include:

" }, "result":{ "shape":"ExecutionResult", "documentation":"

The job's result.

Allowed values include:

" }, "started":{ "shape":"DateTime", "documentation":"

The job's start time.

" }, "stopped":{ "shape":"DateTime", "documentation":"

The job's stop time.

" }, "counters":{ "shape":"Counters", "documentation":"

The job's result counters.

" }, "message":{ "shape":"Message", "documentation":"

A message about the job's result.

" }, "device":{ "shape":"Device", "documentation":"

The device (phone or tablet).

" }, "deviceMinutes":{ "shape":"DeviceMinutes", "documentation":"

Represents the total (metered or unmetered) minutes used by the job.

" } }, "documentation":"

Represents a device.

" }, "JobTimeoutMinutes":{"type":"integer"}, "Jobs":{ "type":"list", "member":{"shape":"Job"} }, "LimitExceededException":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

Any additional information about the exception.

" } }, "documentation":"

A limit was exceeded.

", "exception":true }, "ListArtifactsRequest":{ "type":"structure", "required":[ "arn", "type" ], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Run, Job, Suite, or Test ARN.

" }, "type":{ "shape":"ArtifactCategory", "documentation":"

The artifacts' type.

Allowed values include:

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list artifacts operation.

" }, "ListArtifactsResult":{ "type":"structure", "members":{ "artifacts":{ "shape":"Artifacts", "documentation":"

Information about the artifacts.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list artifacts operation.

" }, "ListDevicePoolsRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The project ARN.

" }, "type":{ "shape":"DevicePoolType", "documentation":"

The device pools' type.

Allowed values include:

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the result of a list device pools request.

" }, "ListDevicePoolsResult":{ "type":"structure", "members":{ "devicePools":{ "shape":"DevicePools", "documentation":"

Information about the device pools.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list device pools request.

" }, "ListDevicesRequest":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the result of a list devices request.

" }, "ListDevicesResult":{ "type":"structure", "members":{ "devices":{ "shape":"Devices", "documentation":"

Information about the devices.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list devices operation.

" }, "ListJobsRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The run's Amazon Resource Name (ARN).

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list jobs operation.

" }, "ListJobsResult":{ "type":"structure", "members":{ "jobs":{ "shape":"Jobs", "documentation":"

Information about the jobs.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list jobs request.

" }, "ListNetworkProfilesRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project for which you want to list network profiles.

" }, "type":{ "shape":"NetworkProfileType", "documentation":"

The type of network profile you wish to return information about. Valid values are listed below.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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":{ "type":"structure", "members":{ "networkProfiles":{ "shape":"NetworkProfiles", "documentation":"

A list of the available network profiles.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

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":{ "type":"structure", "members":{ "offeringPromotions":{ "shape":"OfferingPromotions", "documentation":"

Information about the offering promotions.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

An identifier to be used in the next call to this operation, to return the next set of items in the list.

" } } }, "ListOfferingTransactionsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the request to list the offering transaction history.

" }, "ListOfferingTransactionsResult":{ "type":"structure", "members":{ "offeringTransactions":{ "shape":"OfferingTransactions", "documentation":"

The audit log of subscriptions you have purchased and modified through AWS Device Farm.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Returns the transaction log of the specified offerings.

" }, "ListOfferingsRequest":{ "type":"structure", "members":{ "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the request to list all offerings.

" }, "ListOfferingsResult":{ "type":"structure", "members":{ "offerings":{ "shape":"Offerings", "documentation":"

A value representing the list offering results.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the return values of the list of offerings.

" }, "ListProjectsRequest":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

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.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list projects operation.

" }, "ListProjectsResult":{ "type":"structure", "members":{ "projects":{ "shape":"Projects", "documentation":"

Information about the projects.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list projects request.

" }, "ListRemoteAccessSessionsRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the remote access session about which you are requesting information.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the request to return information about the remote access session.

" }, "ListRemoteAccessSessionsResult":{ "type":"structure", "members":{ "remoteAccessSessions":{ "shape":"RemoteAccessSessions", "documentation":"

A container representing the metadata from the service about each remote access session you are requesting.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session.

" }, "ListRunsRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project for which you want to list runs.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list runs operation.

" }, "ListRunsResult":{ "type":"structure", "members":{ "runs":{ "shape":"Runs", "documentation":"

Information about the runs.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list runs request.

" }, "ListSamplesRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project for which you want to list samples.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list samples operation.

" }, "ListSamplesResult":{ "type":"structure", "members":{ "samples":{ "shape":"Samples", "documentation":"

Information about the samples.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list samples request.

" }, "ListSuitesRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The job's Amazon Resource Name (ARN).

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list suites operation.

" }, "ListSuitesResult":{ "type":"structure", "members":{ "suites":{ "shape":"Suites", "documentation":"

Information about the suites.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list suites request.

" }, "ListTestsRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The test suite's Amazon Resource Name (ARN).

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list tests operation.

" }, "ListTestsResult":{ "type":"structure", "members":{ "tests":{ "shape":"Tests", "documentation":"

Information about the tests.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list tests request.

" }, "ListUniqueProblemsRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The unique problems' ARNs.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list unique problems operation.

" }, "ListUniqueProblemsResult":{ "type":"structure", "members":{ "uniqueProblems":{ "shape":"UniqueProblemsByExecutionResultMap", "documentation":"

Information about the unique problems.

Allowed values include:

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list unique problems request.

" }, "ListUploadsRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project for which you want to list uploads.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

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.

" } }, "documentation":"

Represents a request to the list uploads operation.

" }, "ListUploadsResult":{ "type":"structure", "members":{ "uploads":{ "shape":"Uploads", "documentation":"

Information about the uploads.

" }, "nextToken":{ "shape":"PaginationToken", "documentation":"

If the number of items that are returned is significantly large, this is an identifier that is also returned, which can be used in a subsequent call to this operation to return the next set of items in the list.

" } }, "documentation":"

Represents the result of a list uploads request.

" }, "Location":{ "type":"structure", "required":[ "latitude", "longitude" ], "members":{ "latitude":{ "shape":"Double", "documentation":"

The latitude.

" }, "longitude":{ "shape":"Double", "documentation":"

The longitude.

" } }, "documentation":"

Represents a latitude and longitude pair, expressed in geographic coordinate system degrees (for example 47.6204, -122.3491).

Elevation is currently not supported.

" }, "Long":{"type":"long"}, "MaxSlotMap":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"Integer"} }, "Message":{ "type":"string", "max":16384, "min":0 }, "Metadata":{ "type":"string", "max":8192, "min":0 }, "MonetaryAmount":{ "type":"structure", "members":{ "amount":{ "shape":"Double", "documentation":"

The numerical amount of an offering or transaction.

" }, "currencyCode":{ "shape":"CurrencyCode", "documentation":"

The currency code of a monetary amount. For example, USD means \"U.S. dollars.\"

" } }, "documentation":"

A number representing the monetary amount for an offering or transaction.

" }, "Name":{ "type":"string", "max":256, "min":0 }, "NetworkProfile":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the network profile.

" }, "name":{ "shape":"Name", "documentation":"

The name of the network profile.

" }, "description":{ "shape":"Message", "documentation":"

The description of the network profile.

" }, "type":{ "shape":"NetworkProfileType", "documentation":"

The type of network profile. Valid values are listed below.

" }, "uplinkBandwidthBits":{ "shape":"Long", "documentation":"

The data throughput rate in bits per second, as an integer from 0 to 104857600.

" }, "downlinkBandwidthBits":{ "shape":"Long", "documentation":"

The data throughput rate in bits per second, as an integer from 0 to 104857600.

" }, "uplinkDelayMs":{ "shape":"Long", "documentation":"

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

" }, "downlinkDelayMs":{ "shape":"Long", "documentation":"

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

" }, "uplinkJitterMs":{ "shape":"Long", "documentation":"

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

" }, "downlinkJitterMs":{ "shape":"Long", "documentation":"

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

" }, "uplinkLossPercent":{ "shape":"PercentInteger", "documentation":"

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

" }, "downlinkLossPercent":{ "shape":"PercentInteger", "documentation":"

Proportion of received packets that fail to arrive from 0 to 100 percent.

" } }, "documentation":"

An array of settings that describes characteristics of a network profile.

" }, "NetworkProfileType":{ "type":"string", "enum":[ "CURATED", "PRIVATE" ] }, "NetworkProfiles":{ "type":"list", "member":{"shape":"NetworkProfile"} }, "NotEligibleException":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

The HTTP response code of a Not Eligible exception.

" } }, "documentation":"

Exception gets thrown when a user is not eligible to perform the specified transaction.

", "exception":true }, "NotFoundException":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

Any additional information about the exception.

" } }, "documentation":"

The specified entity was not found.

", "exception":true }, "Offering":{ "type":"structure", "members":{ "id":{ "shape":"OfferingIdentifier", "documentation":"

The ID that corresponds to a device offering.

" }, "description":{ "shape":"Message", "documentation":"

A string describing the offering.

" }, "type":{ "shape":"OfferingType", "documentation":"

The type of offering (e.g., \"RECURRING\") for a device.

" }, "platform":{ "shape":"DevicePlatform", "documentation":"

The platform of the device (e.g., ANDROID or IOS).

" }, "recurringCharges":{ "shape":"RecurringCharges", "documentation":"

Specifies whether there are recurring charges for the offering.

" } }, "documentation":"

Represents the metadata of a device offering.

" }, "OfferingIdentifier":{ "type":"string", "min":32 }, "OfferingPromotion":{ "type":"structure", "members":{ "id":{ "shape":"OfferingPromotionIdentifier", "documentation":"

The ID of the offering promotion.

" }, "description":{ "shape":"Message", "documentation":"

A string describing the offering promotion.

" } }, "documentation":"

Represents information about an offering promotion.

" }, "OfferingPromotionIdentifier":{ "type":"string", "min":4 }, "OfferingPromotions":{ "type":"list", "member":{"shape":"OfferingPromotion"} }, "OfferingStatus":{ "type":"structure", "members":{ "type":{ "shape":"OfferingTransactionType", "documentation":"

The type specified for the offering status.

" }, "offering":{ "shape":"Offering", "documentation":"

Represents the metadata of an offering status.

" }, "quantity":{ "shape":"Integer", "documentation":"

The number of available devices in the offering.

" }, "effectiveOn":{ "shape":"DateTime", "documentation":"

The date on which the offering is effective.

" } }, "documentation":"

The status of the offering.

" }, "OfferingStatusMap":{ "type":"map", "key":{"shape":"OfferingIdentifier"}, "value":{"shape":"OfferingStatus"} }, "OfferingTransaction":{ "type":"structure", "members":{ "offeringStatus":{ "shape":"OfferingStatus", "documentation":"

The status of an offering transaction.

" }, "transactionId":{ "shape":"TransactionIdentifier", "documentation":"

The transaction ID of the offering transaction.

" }, "offeringPromotionId":{ "shape":"OfferingPromotionIdentifier", "documentation":"

The ID that corresponds to a device offering promotion.

" }, "createdOn":{ "shape":"DateTime", "documentation":"

The date on which an offering transaction was created.

" }, "cost":{ "shape":"MonetaryAmount", "documentation":"

The cost of an offering transaction.

" } }, "documentation":"

Represents the metadata of an offering transaction.

" }, "OfferingTransactionType":{ "type":"string", "enum":[ "PURCHASE", "RENEW", "SYSTEM" ] }, "OfferingTransactions":{ "type":"list", "member":{"shape":"OfferingTransaction"} }, "OfferingType":{ "type":"string", "enum":["RECURRING"] }, "Offerings":{ "type":"list", "member":{"shape":"Offering"} }, "PaginationToken":{ "type":"string", "max":1024, "min":4 }, "PercentInteger":{ "type":"integer", "max":100, "min":0 }, "Problem":{ "type":"structure", "members":{ "run":{ "shape":"ProblemDetail", "documentation":"

Information about the associated run.

" }, "job":{ "shape":"ProblemDetail", "documentation":"

Information about the associated job.

" }, "suite":{ "shape":"ProblemDetail", "documentation":"

Information about the associated suite.

" }, "test":{ "shape":"ProblemDetail", "documentation":"

Information about the associated test.

" }, "device":{ "shape":"Device", "documentation":"

Information about the associated device.

" }, "result":{ "shape":"ExecutionResult", "documentation":"

The problem's result.

Allowed values include:

" }, "message":{ "shape":"Message", "documentation":"

A message about the problem's result.

" } }, "documentation":"

Represents a specific warning or failure.

" }, "ProblemDetail":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The problem detail's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The problem detail's name.

" } }, "documentation":"

Information about a problem detail.

" }, "Problems":{ "type":"list", "member":{"shape":"Problem"} }, "Project":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The project's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The project's name.

" }, "defaultJobTimeoutMinutes":{ "shape":"JobTimeoutMinutes", "documentation":"

The default number of minutes (at the project level) a test run will execute before it times out. Default value is 60 minutes.

" }, "created":{ "shape":"DateTime", "documentation":"

When the project was created.

" } }, "documentation":"

Represents an operating-system neutral workspace for running and managing tests.

" }, "Projects":{ "type":"list", "member":{"shape":"Project"} }, "PurchaseOfferingRequest":{ "type":"structure", "members":{ "offeringId":{ "shape":"OfferingIdentifier", "documentation":"

The ID of the offering.

" }, "quantity":{ "shape":"Integer", "documentation":"

The number of device slots you wish to purchase in an offering request.

" }, "offeringPromotionId":{ "shape":"OfferingPromotionIdentifier", "documentation":"

The ID of the offering promotion to be applied to the purchase.

" } }, "documentation":"

Represents a request for a purchase offering.

" }, "PurchaseOfferingResult":{ "type":"structure", "members":{ "offeringTransaction":{ "shape":"OfferingTransaction", "documentation":"

Represents the offering transaction for the purchase result.

" } }, "documentation":"

The result of the purchase offering (e.g., success or failure).

" }, "PurchasedDevicesMap":{ "type":"map", "key":{"shape":"DevicePlatform"}, "value":{"shape":"Integer"} }, "Radios":{ "type":"structure", "members":{ "wifi":{ "shape":"Boolean", "documentation":"

True if Wi-Fi is enabled at the beginning of the test; otherwise, false.

" }, "bluetooth":{ "shape":"Boolean", "documentation":"

True if Bluetooth is enabled at the beginning of the test; otherwise, false.

" }, "nfc":{ "shape":"Boolean", "documentation":"

True if NFC is enabled at the beginning of the test; otherwise, false.

" }, "gps":{ "shape":"Boolean", "documentation":"

True if GPS is enabled at the beginning of the test; otherwise, false.

" } }, "documentation":"

Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC.

" }, "RecurringCharge":{ "type":"structure", "members":{ "cost":{ "shape":"MonetaryAmount", "documentation":"

The cost of the recurring charge.

" }, "frequency":{ "shape":"RecurringChargeFrequency", "documentation":"

The frequency in which charges will recur.

" } }, "documentation":"

Specifies whether charges for devices will be recurring.

" }, "RecurringChargeFrequency":{ "type":"string", "enum":["MONTHLY"] }, "RecurringCharges":{ "type":"list", "member":{"shape":"RecurringCharge"} }, "RemoteAccessSession":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the remote access session.

" }, "name":{ "shape":"Name", "documentation":"

The name of the remote access session.

" }, "created":{ "shape":"DateTime", "documentation":"

The date and time the remote access session was created.

" }, "status":{ "shape":"ExecutionStatus", "documentation":"

The status of the remote access session. Can be any of the following:

" }, "result":{ "shape":"ExecutionResult", "documentation":"

The result of the remote access session. Can be any of the following:

" }, "message":{ "shape":"Message", "documentation":"

A message about the remote access session.

" }, "started":{ "shape":"DateTime", "documentation":"

The date and time the remote access session was started.

" }, "stopped":{ "shape":"DateTime", "documentation":"

The date and time the remote access session was stopped.

" }, "device":{ "shape":"Device", "documentation":"

The device (phone or tablet) used in the remote access session.

" }, "remoteDebugEnabled":{ "shape":"Boolean", "documentation":"

This flag is set to true if remote debugging is enabled for the remote access session.

" }, "remoteRecordEnabled":{ "shape":"Boolean", "documentation":"

This flag is set to true if remote recording is enabled for the remote access session.

" }, "remoteRecordAppArn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) for the app to be recorded in the remote access session.

" }, "hostAddress":{ "shape":"HostAddress", "documentation":"

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.

" }, "clientId":{ "shape":"ClientId", "documentation":"

Unique identifier of your client for the remote access session. Only returned if remote debugging is enabled for the remote access session.

" }, "billingMethod":{ "shape":"BillingMethod", "documentation":"

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.\"

" }, "deviceMinutes":{ "shape":"DeviceMinutes", "documentation":"

The number of minutes a device is used in a remote access sesssion (including setup and teardown minutes).

" }, "endpoint":{ "shape":"String", "documentation":"

The endpoint for the remote access sesssion.

" }, "deviceUdid":{ "shape":"String", "documentation":"

Unique device identifier for the remote device. Only returned if remote debugging is enabled for the remote access session.

" }, "interactionMode":{ "shape":"InteractionMode", "documentation":"

The interaction mode of the remote access session. Valid values are:

" } }, "documentation":"

Represents information about the remote access session.

" }, "RemoteAccessSessions":{ "type":"list", "member":{"shape":"RemoteAccessSession"} }, "RenewOfferingRequest":{ "type":"structure", "members":{ "offeringId":{ "shape":"OfferingIdentifier", "documentation":"

The ID of a request to renew an offering.

" }, "quantity":{ "shape":"Integer", "documentation":"

The quantity requested in an offering renewal.

" } }, "documentation":"

A request representing an offering renewal.

" }, "RenewOfferingResult":{ "type":"structure", "members":{ "offeringTransaction":{ "shape":"OfferingTransaction", "documentation":"

Represents the status of the offering transaction for the renewal.

" } }, "documentation":"

The result of a renewal offering.

" }, "Resolution":{ "type":"structure", "members":{ "width":{ "shape":"Integer", "documentation":"

The screen resolution's width, expressed in pixels.

" }, "height":{ "shape":"Integer", "documentation":"

The screen resolution's height, expressed in pixels.

" } }, "documentation":"

Represents the screen resolution of a device in height and width, expressed in pixels.

" }, "Rule":{ "type":"structure", "members":{ "attribute":{ "shape":"DeviceAttribute", "documentation":"

The rule's stringified attribute. For example, specify the value as \"\\\"abc\\\"\".

Allowed values include:

" }, "operator":{ "shape":"RuleOperator", "documentation":"

The rule's operator.

" }, "value":{ "shape":"String", "documentation":"

The rule's value.

" } }, "documentation":"

Represents a condition for a device pool.

" }, "RuleOperator":{ "type":"string", "enum":[ "EQUALS", "LESS_THAN", "GREATER_THAN", "IN", "NOT_IN", "CONTAINS" ] }, "Rules":{ "type":"list", "member":{"shape":"Rule"} }, "Run":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The run's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The run's name.

" }, "type":{ "shape":"TestType", "documentation":"

The run's type.

Must be one of the following values:

" }, "platform":{ "shape":"DevicePlatform", "documentation":"

The run's platform.

Allowed values include:

" }, "created":{ "shape":"DateTime", "documentation":"

When the run was created.

" }, "status":{ "shape":"ExecutionStatus", "documentation":"

The run's status.

Allowed values include:

" }, "result":{ "shape":"ExecutionResult", "documentation":"

The run's result.

Allowed values include:

" }, "started":{ "shape":"DateTime", "documentation":"

The run's start time.

" }, "stopped":{ "shape":"DateTime", "documentation":"

The run's stop time.

" }, "counters":{ "shape":"Counters", "documentation":"

The run's result counters.

" }, "message":{ "shape":"Message", "documentation":"

A message about the run's result.

" }, "totalJobs":{ "shape":"Integer", "documentation":"

The total number of jobs for the run.

" }, "completedJobs":{ "shape":"Integer", "documentation":"

The total number of completed jobs.

" }, "billingMethod":{ "shape":"BillingMethod", "documentation":"

Specifies the billing method for a test run: metered or unmetered. If the parameter is not specified, the default value is metered.

" }, "deviceMinutes":{ "shape":"DeviceMinutes", "documentation":"

Represents the total (metered or unmetered) minutes used by the test run.

" }, "networkProfile":{ "shape":"NetworkProfile", "documentation":"

The network profile being used for a test run.

" }, "parsingResultUrl":{ "shape":"String", "documentation":"

Read-only URL for an object in 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.

" }, "resultCode":{ "shape":"ExecutionResultCode", "documentation":"

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.

" }, "seed":{ "shape":"Integer", "documentation":"

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.

" }, "appUpload":{ "shape":"AmazonResourceName", "documentation":"

An app to upload or that has been uploaded.

" }, "eventCount":{ "shape":"Integer", "documentation":"

For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.

" }, "jobTimeoutMinutes":{ "shape":"JobTimeoutMinutes", "documentation":"

The number of minutes the job will execute before it times out.

" }, "devicePoolArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the device pool for the run.

" }, "locale":{ "shape":"String", "documentation":"

Information about the locale that is used for the run.

" }, "radios":{ "shape":"Radios", "documentation":"

Information about the radio states for the run.

" }, "location":{ "shape":"Location", "documentation":"

Information about the location that is used for the run.

" }, "customerArtifactPaths":{ "shape":"CustomerArtifactPaths", "documentation":"

Output CustomerArtifactPaths object for the test run.

" }, "webUrl":{ "shape":"String", "documentation":"

A pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the symbol file for the run.

" } }, "documentation":"

Represents a test run on a set of devices with a given app package, test parameters, etc.

" }, "Runs":{ "type":"list", "member":{"shape":"Run"} }, "Sample":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The sample's ARN.

" }, "type":{ "shape":"SampleType", "documentation":"

The sample's type.

Must be one of the following values:

" }, "url":{ "shape":"URL", "documentation":"

The pre-signed Amazon S3 URL that can be used with a corresponding GET request to download the sample's file.

" } }, "documentation":"

Represents a sample of performance data.

" }, "SampleType":{ "type":"string", "enum":[ "CPU", "MEMORY", "THREADS", "RX_RATE", "TX_RATE", "RX", "TX", "NATIVE_FRAMES", "NATIVE_FPS", "NATIVE_MIN_DRAWTIME", "NATIVE_AVG_DRAWTIME", "NATIVE_MAX_DRAWTIME", "OPENGL_FRAMES", "OPENGL_FPS", "OPENGL_MIN_DRAWTIME", "OPENGL_AVG_DRAWTIME", "OPENGL_MAX_DRAWTIME" ] }, "Samples":{ "type":"list", "member":{"shape":"Sample"} }, "ScheduleRunConfiguration":{ "type":"structure", "members":{ "extraDataPackageArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm will extract to external data for Android or the app's sandbox for iOS.

" }, "networkProfileArn":{ "shape":"AmazonResourceName", "documentation":"

Reserved for internal use.

" }, "locale":{ "shape":"String", "documentation":"

Information about the locale that is used for the run.

" }, "location":{ "shape":"Location", "documentation":"

Information about the location that is used for the run.

" }, "customerArtifactPaths":{ "shape":"CustomerArtifactPaths", "documentation":"

Input CustomerArtifactPaths object for the scheduled run configuration.

" }, "radios":{ "shape":"Radios", "documentation":"

Information about the radio states for the run.

" }, "auxiliaryApps":{ "shape":"AmazonResourceNames", "documentation":"

A list of auxiliary apps for the run.

" }, "billingMethod":{ "shape":"BillingMethod", "documentation":"

Specifies the billing method for a test run: metered or unmetered. If the parameter is not specified, the default value is metered.

" } }, "documentation":"

Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles.

" }, "ScheduleRunRequest":{ "type":"structure", "required":[ "projectArn", "devicePoolArn", "test" ], "members":{ "projectArn":{ "shape":"AmazonResourceName", "documentation":"

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

" }, "appArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the app to schedule a run.

" }, "devicePoolArn":{ "shape":"AmazonResourceName", "documentation":"

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

" }, "name":{ "shape":"Name", "documentation":"

The name for the run to be scheduled.

" }, "test":{ "shape":"ScheduleRunTest", "documentation":"

Information about the test for the run to be scheduled.

" }, "configuration":{ "shape":"ScheduleRunConfiguration", "documentation":"

Information about the settings for the run to be scheduled.

" }, "executionConfiguration":{ "shape":"ExecutionConfiguration", "documentation":"

Specifies configuration information about a test run, such as the execution timeout (in minutes).

" } }, "documentation":"

Represents a request to the schedule run operation.

" }, "ScheduleRunResult":{ "type":"structure", "members":{ "run":{ "shape":"Run", "documentation":"

Information about the scheduled run.

" } }, "documentation":"

Represents the result of a schedule run request.

" }, "ScheduleRunTest":{ "type":"structure", "required":["type"], "members":{ "type":{ "shape":"TestType", "documentation":"

The test's type.

Must be one of the following values:

" }, "testPackageArn":{ "shape":"AmazonResourceName", "documentation":"

The ARN of the uploaded test that will be run.

" }, "filter":{ "shape":"Filter", "documentation":"

The test's filter.

" }, "parameters":{ "shape":"TestParameters", "documentation":"

The test's parameters, such as the following test framework parameters and fixture settings:

For Calabash tests:

For Appium tests (all types):

For Fuzz tests (Android only):

For Explorer tests:

For Instrumentation:

For XCTest and XCTestUI:

For UIAutomator:

" } }, "documentation":"

Represents additional test settings.

" }, "ServiceAccountException":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

Any additional information about the exception.

" } }, "documentation":"

There was a problem with the service account.

", "exception":true }, "SshPublicKey":{ "type":"string", "max":8192, "min":0 }, "StopRemoteAccessSessionRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the remote access session you wish to stop.

" } }, "documentation":"

Represents the request to stop the remote access session.

" }, "StopRemoteAccessSessionResult":{ "type":"structure", "members":{ "remoteAccessSession":{ "shape":"RemoteAccessSession", "documentation":"

A container representing the metadata from the service about the remote access session you are stopping.

" } }, "documentation":"

Represents the response from the server that describes the remote access session when AWS Device Farm stops the session.

" }, "StopRunRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

Represents the Amazon Resource Name (ARN) of the Device Farm run you wish to stop.

" } }, "documentation":"

Represents the request to stop a specific run.

" }, "StopRunResult":{ "type":"structure", "members":{ "run":{ "shape":"Run", "documentation":"

The run that was stopped.

" } }, "documentation":"

Represents the results of your stop run attempt.

" }, "String":{"type":"string"}, "Suite":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The suite's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The suite's name.

" }, "type":{ "shape":"TestType", "documentation":"

The suite's type.

Must be one of the following values:

" }, "created":{ "shape":"DateTime", "documentation":"

When the suite was created.

" }, "status":{ "shape":"ExecutionStatus", "documentation":"

The suite's status.

Allowed values include:

" }, "result":{ "shape":"ExecutionResult", "documentation":"

The suite's result.

Allowed values include:

" }, "started":{ "shape":"DateTime", "documentation":"

The suite's start time.

" }, "stopped":{ "shape":"DateTime", "documentation":"

The suite's stop time.

" }, "counters":{ "shape":"Counters", "documentation":"

The suite's result counters.

" }, "message":{ "shape":"Message", "documentation":"

A message about the suite's result.

" }, "deviceMinutes":{ "shape":"DeviceMinutes", "documentation":"

Represents the total (metered or unmetered) minutes used by the test suite.

" } }, "documentation":"

Represents a collection of one or more tests.

" }, "Suites":{ "type":"list", "member":{"shape":"Suite"} }, "Test":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The test's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The test's name.

" }, "type":{ "shape":"TestType", "documentation":"

The test's type.

Must be one of the following values:

" }, "created":{ "shape":"DateTime", "documentation":"

When the test was created.

" }, "status":{ "shape":"ExecutionStatus", "documentation":"

The test's status.

Allowed values include:

" }, "result":{ "shape":"ExecutionResult", "documentation":"

The test's result.

Allowed values include:

" }, "started":{ "shape":"DateTime", "documentation":"

The test's start time.

" }, "stopped":{ "shape":"DateTime", "documentation":"

The test's stop time.

" }, "counters":{ "shape":"Counters", "documentation":"

The test's result counters.

" }, "message":{ "shape":"Message", "documentation":"

A message about the test's result.

" }, "deviceMinutes":{ "shape":"DeviceMinutes", "documentation":"

Represents the total (metered or unmetered) minutes used by the test.

" } }, "documentation":"

Represents a condition that is evaluated.

" }, "TestParameters":{ "type":"map", "key":{"shape":"String"}, "value":{"shape":"String"} }, "TestType":{ "type":"string", "enum":[ "BUILTIN_FUZZ", "BUILTIN_EXPLORER", "WEB_PERFORMANCE_PROFILE", "APPIUM_JAVA_JUNIT", "APPIUM_JAVA_TESTNG", "APPIUM_PYTHON", "APPIUM_WEB_JAVA_JUNIT", "APPIUM_WEB_JAVA_TESTNG", "APPIUM_WEB_PYTHON", "CALABASH", "INSTRUMENTATION", "UIAUTOMATION", "UIAUTOMATOR", "XCTEST", "XCTEST_UI", "REMOTE_ACCESS_RECORD", "REMOTE_ACCESS_REPLAY" ] }, "Tests":{ "type":"list", "member":{"shape":"Test"} }, "TransactionIdentifier":{ "type":"string", "min":32 }, "TrialMinutes":{ "type":"structure", "members":{ "total":{ "shape":"Double", "documentation":"

The total number of free trial minutes that the account started with.

" }, "remaining":{ "shape":"Double", "documentation":"

The number of free trial minutes remaining in the account.

" } }, "documentation":"

Represents information about free trial device minutes for an AWS account.

" }, "URL":{ "type":"string", "max":2048, "min":0 }, "UniqueProblem":{ "type":"structure", "members":{ "message":{ "shape":"Message", "documentation":"

A message about the unique problems' result.

" }, "problems":{ "shape":"Problems", "documentation":"

Information about the problems.

" } }, "documentation":"

A collection of one or more problems, grouped by their result.

" }, "UniqueProblems":{ "type":"list", "member":{"shape":"UniqueProblem"} }, "UniqueProblemsByExecutionResultMap":{ "type":"map", "key":{"shape":"ExecutionResult"}, "value":{"shape":"UniqueProblems"} }, "UpdateDevicePoolRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resourc Name (ARN) of the Device Farm device pool you wish to update.

" }, "name":{ "shape":"Name", "documentation":"

A string representing the name of the device pool you wish to update.

" }, "description":{ "shape":"Message", "documentation":"

A description of the device pool you wish to update.

" }, "rules":{ "shape":"Rules", "documentation":"

Represents the rules you wish to modify for the device pool. Updating rules is optional; however, if you choose to update rules for your request, the update will replace the existing rules.

" } }, "documentation":"

Represents a request to the update device pool operation.

" }, "UpdateDevicePoolResult":{ "type":"structure", "members":{ "devicePool":{ "shape":"DevicePool", "documentation":"

The device pool you just updated.

" } }, "documentation":"

Represents the result of an update device pool request.

" }, "UpdateNetworkProfileRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project for which you want to update network profile settings.

" }, "name":{ "shape":"Name", "documentation":"

The name of the network profile about which you are returning information.

" }, "description":{ "shape":"Message", "documentation":"

The descriptoin of the network profile about which you are returning information.

" }, "type":{ "shape":"NetworkProfileType", "documentation":"

The type of network profile you wish to return information about. Valid values are listed below.

" }, "uplinkBandwidthBits":{ "shape":"Long", "documentation":"

The data throughput rate in bits per second, as an integer from 0 to 104857600.

" }, "downlinkBandwidthBits":{ "shape":"Long", "documentation":"

The data throughput rate in bits per second, as an integer from 0 to 104857600.

" }, "uplinkDelayMs":{ "shape":"Long", "documentation":"

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

" }, "downlinkDelayMs":{ "shape":"Long", "documentation":"

Delay time for all packets to destination in milliseconds as an integer from 0 to 2000.

" }, "uplinkJitterMs":{ "shape":"Long", "documentation":"

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

" }, "downlinkJitterMs":{ "shape":"Long", "documentation":"

Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000.

" }, "uplinkLossPercent":{ "shape":"PercentInteger", "documentation":"

Proportion of transmitted packets that fail to arrive from 0 to 100 percent.

" }, "downlinkLossPercent":{ "shape":"PercentInteger", "documentation":"

Proportion of received packets that fail to arrive from 0 to 100 percent.

" } } }, "UpdateNetworkProfileResult":{ "type":"structure", "members":{ "networkProfile":{ "shape":"NetworkProfile", "documentation":"

A list of the available network profiles.

" } } }, "UpdateProjectRequest":{ "type":"structure", "required":["arn"], "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The Amazon Resource Name (ARN) of the project whose name you wish to update.

" }, "name":{ "shape":"Name", "documentation":"

A string representing the new name of the project that you are updating.

" }, "defaultJobTimeoutMinutes":{ "shape":"JobTimeoutMinutes", "documentation":"

The number of minutes a test run in the project will execute before it times out.

" } }, "documentation":"

Represents a request to the update project operation.

" }, "UpdateProjectResult":{ "type":"structure", "members":{ "project":{ "shape":"Project", "documentation":"

The project you wish to update.

" } }, "documentation":"

Represents the result of an update project request.

" }, "Upload":{ "type":"structure", "members":{ "arn":{ "shape":"AmazonResourceName", "documentation":"

The upload's ARN.

" }, "name":{ "shape":"Name", "documentation":"

The upload's file name.

" }, "created":{ "shape":"DateTime", "documentation":"

When the upload was created.

" }, "type":{ "shape":"UploadType", "documentation":"

The upload's type.

Must be one of the following values:

" }, "status":{ "shape":"UploadStatus", "documentation":"

The upload's status.

Must be one of the following values:

" }, "url":{ "shape":"URL", "documentation":"

The pre-signed Amazon S3 URL that was used to store a file through a corresponding PUT request.

" }, "metadata":{ "shape":"Metadata", "documentation":"

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.

" }, "contentType":{ "shape":"ContentType", "documentation":"

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

" }, "message":{ "shape":"Message", "documentation":"

A message about the upload's result.

" } }, "documentation":"

An app or a set of one or more tests to upload or that have been uploaded.

" }, "UploadStatus":{ "type":"string", "enum":[ "INITIALIZED", "PROCESSING", "SUCCEEDED", "FAILED" ] }, "UploadType":{ "type":"string", "enum":[ "ANDROID_APP", "IOS_APP", "WEB_APP", "EXTERNAL_DATA", "APPIUM_JAVA_JUNIT_TEST_PACKAGE", "APPIUM_JAVA_TESTNG_TEST_PACKAGE", "APPIUM_PYTHON_TEST_PACKAGE", "APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE", "APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE", "APPIUM_WEB_PYTHON_TEST_PACKAGE", "CALABASH_TEST_PACKAGE", "INSTRUMENTATION_TEST_PACKAGE", "UIAUTOMATION_TEST_PACKAGE", "UIAUTOMATOR_TEST_PACKAGE", "XCTEST_TEST_PACKAGE", "XCTEST_UI_TEST_PACKAGE" ] }, "Uploads":{ "type":"list", "member":{"shape":"Upload"} } }, "documentation":"

AWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical phones, tablets, and other devices in the cloud.

" }