openapi: 3.0.0 info: version: 2015-06-23 x-release: v4 title: AWS Device Farm description:

Welcome to the AWS Device Farm API documentation, which contains APIs for:

x-logo: url: https://api.apis.guru/v2/cache/logo/https_twitter.com_awscloud_profile_image.png backgroundColor: "#FFFFFF" termsOfService: https://aws.amazon.com/service-terms/ contact: name: Mike Ralphson email: mike.ralphson@gmail.com url: https://github.com/mermade/aws2openapi x-twitter: PermittedSoc license: name: Apache 2.0 License url: http://www.apache.org/licenses/ x-providerName: amazonaws.com x-serviceName: devicefarm x-origin: - contentType: application/json url: https://raw.githubusercontent.com/aws/aws-sdk-js/master/apis/devicefarm-2015-06-23.normal.json converter: url: https://github.com/mermade/aws2openapi version: 1.0.0 x-apisguru-driver: external x-apiClientRegistration: url: https://portal.aws.amazon.com/gp/aws/developer/registration/index.html?nc2=h_ct x-apisguru-categories: - cloud x-preferred: true externalDocs: description: Amazon Web Services documentation url: https://docs.aws.amazon.com/devicefarm/ servers: - url: http://devicefarm.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS Device Farm multi-region endpoint - url: https://devicefarm.{region}.amazonaws.com variables: region: description: The AWS region enum: - us-east-1 - us-east-2 - us-west-1 - us-west-2 - us-gov-west-1 - us-gov-east-1 - ca-central-1 - eu-north-1 - eu-west-1 - eu-west-2 - eu-west-3 - eu-central-1 - eu-south-1 - af-south-1 - ap-northeast-1 - ap-northeast-2 - ap-northeast-3 - ap-southeast-1 - ap-southeast-2 - ap-east-1 - ap-south-1 - sa-east-1 - me-south-1 default: us-east-1 description: The AWS Device Farm multi-region endpoint - url: http://devicefarm.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS Device Farm endpoint for China (Beijing) and China (Ningxia) - url: https://devicefarm.{region}.amazonaws.com.cn variables: region: description: The AWS region enum: - cn-north-1 - cn-northwest-1 default: cn-north-1 description: The AWS Device Farm endpoint for China (Beijing) and China (Ningxia) x-hasEquivalentPaths: true paths: /#X-Amz-Target=DeviceFarm_20150623.CreateDevicePool: post: operationId: CreateDevicePool description: Creates a device pool. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateDevicePoolResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateDevicePoolRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateDevicePool parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateInstanceProfile: post: operationId: CreateInstanceProfile description: Creates a profile that can be applied to one or more private fleet device instances. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateInstanceProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateInstanceProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateInstanceProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateNetworkProfile: post: operationId: CreateNetworkProfile description: Creates a network profile. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateNetworkProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateNetworkProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateNetworkProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateProject: post: operationId: CreateProject description: Creates a project. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateProjectResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" "484": description: TagOperationException content: application/json: schema: $ref: "#/components/schemas/TagOperationException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateRemoteAccessSession: post: operationId: CreateRemoteAccessSession description: Specifies and starts a remote access session. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateRemoteAccessSessionResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateRemoteAccessSessionRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateRemoteAccessSession parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateTestGridProject: post: operationId: CreateTestGridProject description: Creates a Selenium testing project. Projects are used to track TestGridSession instances. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateTestGridProjectResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "482": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateTestGridProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateTestGridProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateTestGridUrl: post: operationId: CreateTestGridUrl description: Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateTestGridUrlResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateTestGridUrlRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateTestGridUrl parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateUpload: post: operationId: CreateUpload description: Uploads an app or test scripts. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateUploadResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateUploadRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateUpload parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.CreateVPCEConfiguration: post: operationId: CreateVPCEConfiguration description: Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/CreateVPCEConfigurationResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "482": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/CreateVPCEConfigurationRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.CreateVPCEConfiguration parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteDevicePool: post: operationId: DeleteDevicePool description: Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteDevicePoolResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteDevicePoolRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteDevicePool parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteInstanceProfile: post: operationId: DeleteInstanceProfile description: Deletes a profile that can be applied to one or more private device instances. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteInstanceProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteInstanceProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteInstanceProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteNetworkProfile: post: operationId: DeleteNetworkProfile description: Deletes a network profile. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteNetworkProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteNetworkProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteNetworkProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteProject: post: operationId: DeleteProject description:

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

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

responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteProjectResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteRemoteAccessSession: post: operationId: DeleteRemoteAccessSession description: Deletes a completed remote access session and its results. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteRemoteAccessSessionResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteRemoteAccessSessionRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteRemoteAccessSession parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteRun: post: operationId: DeleteRun description:

Deletes the run, given the run ARN.

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

responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteRunResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteRunRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteRun parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteTestGridProject: post: operationId: DeleteTestGridProject description:

Deletes a Selenium testing project and all content generated under it.

You cannot undo this operation.

You cannot delete a project if it has active sessions.

responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteTestGridProjectResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: CannotDeleteException content: application/json: schema: $ref: "#/components/schemas/CannotDeleteException" "483": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteTestGridProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteTestGridProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteUpload: post: operationId: DeleteUpload description: Deletes an upload given the upload ARN. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteUploadResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteUploadRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteUpload parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.DeleteVPCEConfiguration: post: operationId: DeleteVPCEConfiguration description: Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/DeleteVPCEConfigurationResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" "483": description: InvalidOperationException content: application/json: schema: $ref: "#/components/schemas/InvalidOperationException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/DeleteVPCEConfigurationRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.DeleteVPCEConfiguration parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetAccountSettings: post: operationId: GetAccountSettings description: Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetAccountSettingsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetAccountSettingsRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetAccountSettings parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetDevice: post: operationId: GetDevice description: Gets information about a unique device type. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetDeviceResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetDeviceRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetDevice parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetDeviceInstance: post: operationId: GetDeviceInstance description: Returns information about a device instance that belongs to a private device fleet. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetDeviceInstanceResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetDeviceInstanceRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetDeviceInstance parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetDevicePool: post: operationId: GetDevicePool description: Gets information about a device pool. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetDevicePoolResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetDevicePoolRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetDevicePool parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetDevicePoolCompatibility: post: operationId: GetDevicePoolCompatibility description: Gets information about compatibility with a device pool. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetDevicePoolCompatibilityResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetDevicePoolCompatibilityRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetDevicePoolCompatibility parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetInstanceProfile: post: operationId: GetInstanceProfile description: Returns information about the specified instance profile. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetInstanceProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetInstanceProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetInstanceProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetJob: post: operationId: GetJob description: Gets information about a job. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetJobResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetJobRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetJob parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetNetworkProfile: post: operationId: GetNetworkProfile description: Returns information about a network profile. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetNetworkProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetNetworkProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetNetworkProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetOfferingStatus: post: operationId: GetOfferingStatus description: Gets the current status and future status of all offerings purchased by an AWS account. The response indicates how many offerings are currently available and the offerings that will be available in the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetOfferingStatusResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: NotEligibleException content: application/json: schema: $ref: "#/components/schemas/NotEligibleException" "483": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "484": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetOfferingStatusRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetOfferingStatus parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetProject: post: operationId: GetProject description: Gets information about a project. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetProjectResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetRemoteAccessSession: post: operationId: GetRemoteAccessSession description: Returns a link to a currently running remote access session. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetRemoteAccessSessionResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetRemoteAccessSessionRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetRemoteAccessSession parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetRun: post: operationId: GetRun description: Gets information about a run. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetRunResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetRunRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetRun parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetSuite: post: operationId: GetSuite description: Gets information about a suite. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetSuiteResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetSuiteRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetSuite parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetTest: post: operationId: GetTest description: Gets information about a test. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetTestResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetTestRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetTest parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetTestGridProject: post: operationId: GetTestGridProject description: Retrieves information about a Selenium testing project. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetTestGridProjectResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetTestGridProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetTestGridProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetTestGridSession: post: operationId: GetTestGridSession description:

A session is an instance of a browser created through a RemoteWebDriver with the URL from CreateTestGridUrlResult$url. You can use the following to look up sessions:

responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetTestGridSessionResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetTestGridSessionRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetTestGridSession parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetUpload: post: operationId: GetUpload description: Gets information about an upload. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetUploadResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetUploadRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetUpload parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.GetVPCEConfiguration: post: operationId: GetVPCEConfiguration description: Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/GetVPCEConfigurationResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/GetVPCEConfigurationRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.GetVPCEConfiguration parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.InstallToRemoteAccessSession: post: operationId: InstallToRemoteAccessSession description: 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. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/InstallToRemoteAccessSessionResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/InstallToRemoteAccessSessionRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.InstallToRemoteAccessSession parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListArtifacts: post: operationId: ListArtifacts description: Gets information about artifacts. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListArtifactsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListArtifactsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListArtifacts parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListDeviceInstances: post: operationId: ListDeviceInstances description: Returns information about the private device instances associated with one or more AWS accounts. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListDeviceInstancesResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListDeviceInstancesRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListDeviceInstances parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListDevicePools: post: operationId: ListDevicePools description: Gets information about device pools. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListDevicePoolsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListDevicePoolsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListDevicePools parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListDevices: post: operationId: ListDevices description: Gets information about unique device types. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListDevicesResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListDevicesRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListDevices parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListInstanceProfiles: post: operationId: ListInstanceProfiles description: Returns information about all the instance profiles in an AWS account. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListInstanceProfilesResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListInstanceProfilesRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListInstanceProfiles parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListJobs: post: operationId: ListJobs description: Gets information about jobs for a given test run. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListJobsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListJobsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListJobs parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListNetworkProfiles: post: operationId: ListNetworkProfiles description: Returns the list of available network profiles. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListNetworkProfilesResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListNetworkProfilesRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListNetworkProfiles parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListOfferingPromotions: post: operationId: ListOfferingPromotions description: Returns a list of offering promotions. Each offering promotion record contains the ID and description of the promotion. The API returns a NotEligible error if the caller is not permitted to invoke the operation. Contact aws-devicefarm-support@amazon.com if you must be able to invoke this operation. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListOfferingPromotionsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: NotEligibleException content: application/json: schema: $ref: "#/components/schemas/NotEligibleException" "483": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "484": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListOfferingPromotionsRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListOfferingPromotions parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListOfferingTransactions: post: operationId: ListOfferingTransactions description: Returns a list of all historical purchases, renewals, and system renewal transactions for an AWS account. The list is paginated and ordered by a descending timestamp (most recent transactions are first). The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListOfferingTransactionsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: NotEligibleException content: application/json: schema: $ref: "#/components/schemas/NotEligibleException" "483": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "484": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListOfferingTransactionsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListOfferingTransactions parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListOfferings: post: operationId: ListOfferings description: Returns a list of products or offerings that the user can manage through the API. Each offering record indicates the recurring price per unit and the frequency for that offering. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListOfferingsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: NotEligibleException content: application/json: schema: $ref: "#/components/schemas/NotEligibleException" "483": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "484": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListOfferingsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListOfferings parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListProjects: post: operationId: ListProjects description: Gets information about projects. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListProjectsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListProjectsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListProjects parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListRemoteAccessSessions: post: operationId: ListRemoteAccessSessions description: Returns a list of all currently running remote access sessions. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListRemoteAccessSessionsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListRemoteAccessSessionsRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListRemoteAccessSessions parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListRuns: post: operationId: ListRuns description: Gets information about runs, given an AWS Device Farm project ARN. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListRunsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListRunsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListRuns parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListSamples: post: operationId: ListSamples description: Gets information about samples, given an AWS Device Farm job ARN. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListSamplesResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListSamplesRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListSamples parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListSuites: post: operationId: ListSuites description: Gets information about test suites for a given job. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListSuitesResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListSuitesRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListSuites parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListTagsForResource: post: operationId: ListTagsForResource description: List the tags for an AWS Device Farm resource. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListTagsForResourceResponse" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: TagOperationException content: application/json: schema: $ref: "#/components/schemas/TagOperationException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListTagsForResourceRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListTagsForResource parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListTestGridProjects: post: operationId: ListTestGridProjects description: Gets a list of all Selenium testing projects in your account. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListTestGridProjectsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListTestGridProjectsRequest" parameters: - name: maxResult in: query schema: type: string description: Pagination limit required: false - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListTestGridProjects parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListTestGridSessionActions: post: operationId: ListTestGridSessionActions description: Returns a list of the actions taken in a TestGridSession. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListTestGridSessionActionsResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListTestGridSessionActionsRequest" parameters: - name: maxResult in: query schema: type: string description: Pagination limit required: false - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListTestGridSessionActions parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListTestGridSessionArtifacts: post: operationId: ListTestGridSessionArtifacts description: Retrieves a list of artifacts created during the session. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListTestGridSessionArtifactsResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListTestGridSessionArtifactsRequest" parameters: - name: maxResult in: query schema: type: string description: Pagination limit required: false - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListTestGridSessionArtifacts parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListTestGridSessions: post: operationId: ListTestGridSessions description: Retrieves a list of sessions for a TestGridProject. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListTestGridSessionsResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListTestGridSessionsRequest" parameters: - name: maxResult in: query schema: type: string description: Pagination limit required: false - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListTestGridSessions parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListTests: post: operationId: ListTests description: Gets information about tests in a given test suite. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListTestsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListTestsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListTests parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListUniqueProblems: post: operationId: ListUniqueProblems description:

Gets information about unique problems, such as exceptions or crashes.

Unique problems are defined as a single instance of an error across a run, job, or suite. For example, if a call in your application consistently raises an exception (OutOfBoundsException in MyActivity.java:386), ListUniqueProblems returns a single entry instead of many individual entries for that exception.

responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListUniqueProblemsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListUniqueProblemsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListUniqueProblems parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListUploads: post: operationId: ListUploads description: Gets information about uploads, given an AWS Device Farm project ARN. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListUploadsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListUploadsRequest" parameters: - name: nextToken in: query schema: type: string description: Pagination token required: false - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListUploads parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ListVPCEConfigurations: post: operationId: ListVPCEConfigurations description: Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ListVPCEConfigurationsResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ListVPCEConfigurationsRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ListVPCEConfigurations parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.PurchaseOffering: post: operationId: PurchaseOffering description: Immediately purchases offerings for an AWS account. Offerings renew with the latest total purchased quantity for an offering, unless the renewal was overridden. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/PurchaseOfferingResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: NotEligibleException content: application/json: schema: $ref: "#/components/schemas/NotEligibleException" "483": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "484": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/PurchaseOfferingRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.PurchaseOffering parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.RenewOffering: post: operationId: RenewOffering description: Explicitly sets the quantity of devices to renew for an offering, starting from the effectiveDate of the next period. The API returns a NotEligible error if the user is not permitted to invoke the operation. If you must be able to invoke this operation, contact aws-devicefarm-support@amazon.com. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/RenewOfferingResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: NotEligibleException content: application/json: schema: $ref: "#/components/schemas/NotEligibleException" "483": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "484": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/RenewOfferingRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.RenewOffering parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.ScheduleRun: post: operationId: ScheduleRun description: Schedules a run. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/ScheduleRunResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: IdempotencyException content: application/json: schema: $ref: "#/components/schemas/IdempotencyException" "484": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/ScheduleRunRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.ScheduleRun parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.StopJob: post: operationId: StopJob description: Initiates a stop request for the current job. AWS Device Farm immediately stops the job on the device where tests have not started. You are not billed for this device. On the device where tests have started, setup suite and teardown suite tests run to completion on the device. You are billed for setup, teardown, and any tests that were in progress or already completed. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/StopJobResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/StopJobRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.StopJob parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.StopRemoteAccessSession: post: operationId: StopRemoteAccessSession description: Ends a specified remote access session. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/StopRemoteAccessSessionResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/StopRemoteAccessSessionRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.StopRemoteAccessSession parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.StopRun: post: operationId: StopRun description: Initiates a stop request for the current test run. AWS Device Farm immediately stops the run on devices where tests have not started. You are not billed for these devices. On devices where tests have started executing, setup suite and teardown suite tests run to completion on those devices. You are billed for setup, teardown, and any tests that were in progress or already completed. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/StopRunResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/StopRunRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.StopRun parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.TagResource: post: operationId: TagResource description: Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. When a resource is deleted, the tags associated with that resource are also deleted. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/TagResourceResponse" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: TagOperationException content: application/json: schema: $ref: "#/components/schemas/TagOperationException" "483": description: TooManyTagsException content: application/json: schema: $ref: "#/components/schemas/TooManyTagsException" "484": description: TagPolicyException content: application/json: schema: $ref: "#/components/schemas/TagPolicyException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/TagResourceRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.TagResource parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UntagResource: post: operationId: UntagResource description: Deletes the specified tags from a resource. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UntagResourceResponse" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: TagOperationException content: application/json: schema: $ref: "#/components/schemas/TagOperationException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UntagResourceRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UntagResource parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateDeviceInstance: post: operationId: UpdateDeviceInstance description: Updates information about a private device instance. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateDeviceInstanceResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateDeviceInstanceRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateDeviceInstance parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateDevicePool: post: operationId: UpdateDevicePool description: 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). responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateDevicePoolResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateDevicePoolRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateDevicePool parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateInstanceProfile: post: operationId: UpdateInstanceProfile description: Updates information about an existing private device instance profile. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateInstanceProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateInstanceProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateInstanceProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateNetworkProfile: post: operationId: UpdateNetworkProfile description: Updates the network profile. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateNetworkProfileResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateNetworkProfileRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateNetworkProfile parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateProject: post: operationId: UpdateProject description: Modifies the specified project name, given the project ARN and a new name. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateProjectResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateTestGridProject: post: operationId: UpdateTestGridProject description: Change details of a project. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateTestGridProjectResult" "480": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "481": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: InternalServiceException content: application/json: schema: $ref: "#/components/schemas/InternalServiceException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateTestGridProjectRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateTestGridProject parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateUpload: post: operationId: UpdateUpload description: Updates an uploaded test spec. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateUploadResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: LimitExceededException content: application/json: schema: $ref: "#/components/schemas/LimitExceededException" "483": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateUploadRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateUpload parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" /#X-Amz-Target=DeviceFarm_20150623.UpdateVPCEConfiguration: post: operationId: UpdateVPCEConfiguration description: Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration. responses: "200": description: Success content: application/json: schema: $ref: "#/components/schemas/UpdateVPCEConfigurationResult" "480": description: ArgumentException content: application/json: schema: $ref: "#/components/schemas/ArgumentException" "481": description: NotFoundException content: application/json: schema: $ref: "#/components/schemas/NotFoundException" "482": description: ServiceAccountException content: application/json: schema: $ref: "#/components/schemas/ServiceAccountException" "483": description: InvalidOperationException content: application/json: schema: $ref: "#/components/schemas/InvalidOperationException" requestBody: required: true content: application/json: schema: $ref: "#/components/schemas/UpdateVPCEConfigurationRequest" parameters: - name: X-Amz-Target in: header required: true schema: type: string enum: - DeviceFarm_20150623.UpdateVPCEConfiguration parameters: - $ref: "#/components/parameters/X-Amz-Content-Sha256" - $ref: "#/components/parameters/X-Amz-Date" - $ref: "#/components/parameters/X-Amz-Algorithm" - $ref: "#/components/parameters/X-Amz-Credential" - $ref: "#/components/parameters/X-Amz-Security-Token" - $ref: "#/components/parameters/X-Amz-Signature" - $ref: "#/components/parameters/X-Amz-SignedHeaders" components: parameters: X-Amz-Content-Sha256: name: X-Amz-Content-Sha256 in: header schema: type: string required: false X-Amz-Date: name: X-Amz-Date in: header schema: type: string required: false X-Amz-Algorithm: name: X-Amz-Algorithm in: header schema: type: string required: false X-Amz-Credential: name: X-Amz-Credential in: header schema: type: string required: false X-Amz-Security-Token: name: X-Amz-Security-Token in: header schema: type: string required: false X-Amz-Signature: name: X-Amz-Signature in: header schema: type: string required: false X-Amz-SignedHeaders: name: X-Amz-SignedHeaders in: header schema: type: string required: false securitySchemes: hmac: type: apiKey name: Authorization in: header description: Amazon Signature authorization v4 x-amazon-apigateway-authtype: awsSigv4 schemas: CreateDevicePoolResult: type: object example: devicePool: {} properties: devicePool: allOf: - $ref: "#/components/schemas/DevicePool" - description: The newly created device pool. description: Represents the result of a create device pool request. CreateDevicePoolRequest: type: object required: - projectArn - name - rules title: CreateDevicePoolRequest properties: projectArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the project for the device pool. name: allOf: - $ref: "#/components/schemas/Name" - description: The device pool's name. description: allOf: - $ref: "#/components/schemas/Message" - description: The device pool's description. rules: allOf: - $ref: "#/components/schemas/Rules" - description: The device pool's rules. maxDevices: allOf: - $ref: "#/components/schemas/Integer" - description:

The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.

By specifying the maximum number of devices, you can control the costs that you incur by running tests.

description: Represents a request to the create device pool operation. ArgumentException: {} NotFoundException: {} LimitExceededException: {} ServiceAccountException: {} CreateInstanceProfileResult: type: object properties: instanceProfile: allOf: - $ref: "#/components/schemas/InstanceProfile" - description: An object that contains information about your instance profile. CreateInstanceProfileRequest: type: object required: - name title: CreateInstanceProfileRequest properties: name: allOf: - $ref: "#/components/schemas/Name" - description: The name of your instance profile. description: allOf: - $ref: "#/components/schemas/Message" - description: The description of your instance profile. packageCleanup: allOf: - $ref: "#/components/schemas/Boolean" - description: When set to true, Device Farm removes app packages after a test run. The default value is false for private devices. excludeAppPackagesFromCleanup: allOf: - $ref: "#/components/schemas/PackageIds" - description:

An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run.

The list of packages is considered only if you set packageCleanup to true.

rebootAfterUse: allOf: - $ref: "#/components/schemas/Boolean" - description: When set to true, Device Farm reboots the instance after a test run. The default value is true. CreateNetworkProfileResult: type: object properties: networkProfile: allOf: - $ref: "#/components/schemas/NetworkProfile" - description: The network profile that is returned by the create network profile request. CreateNetworkProfileRequest: type: object required: - projectArn - name title: CreateNetworkProfileRequest properties: projectArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project for which you want to create a network profile. name: allOf: - $ref: "#/components/schemas/Name" - description: The name for the new network profile. description: allOf: - $ref: "#/components/schemas/Message" - description: The description of the network profile. type: allOf: - $ref: "#/components/schemas/NetworkProfileType" - description: The type of network profile to create. Valid values are listed here. uplinkBandwidthBits: allOf: - $ref: "#/components/schemas/Long" - description: The data throughput rate in bits per second, as an integer from 0 to 104857600. downlinkBandwidthBits: allOf: - $ref: "#/components/schemas/Long" - description: The data throughput rate in bits per second, as an integer from 0 to 104857600. uplinkDelayMs: allOf: - $ref: "#/components/schemas/Long" - description: Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. downlinkDelayMs: allOf: - $ref: "#/components/schemas/Long" - description: Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. uplinkJitterMs: allOf: - $ref: "#/components/schemas/Long" - description: Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. downlinkJitterMs: allOf: - $ref: "#/components/schemas/Long" - description: Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. uplinkLossPercent: allOf: - $ref: "#/components/schemas/PercentInteger" - description: Proportion of transmitted packets that fail to arrive from 0 to 100 percent. downlinkLossPercent: allOf: - $ref: "#/components/schemas/PercentInteger" - description: Proportion of received packets that fail to arrive from 0 to 100 percent. CreateProjectResult: type: object example: project: name: MyProject arn: arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE created: "1472660939.152" properties: project: allOf: - $ref: "#/components/schemas/Project" - description: The newly created project. description: Represents the result of a create project request. CreateProjectRequest: type: object required: - name title: CreateProjectRequest properties: name: allOf: - $ref: "#/components/schemas/Name" - description: The project's name. defaultJobTimeoutMinutes: allOf: - $ref: "#/components/schemas/JobTimeoutMinutes" - description: Sets the execution timeout value (in minutes) for a project. All test runs in this project use the specified execution timeout value unless overridden when scheduling a run. vpcConfig: allOf: - $ref: "#/components/schemas/VpcConfig" - description: The VPC security groups and subnets that are attached to a project. description: Represents a request to the create project operation. TagOperationException: {} CreateRemoteAccessSessionResult: type: object example: remoteAccessSession: {} properties: remoteAccessSession: allOf: - $ref: "#/components/schemas/RemoteAccessSession" - description: A container that describes the remote access session when the request to create a remote access session is sent. description: Represents the server response from a request to create a remote access session. CreateRemoteAccessSessionRequest: type: object required: - projectArn - deviceArn title: CreateRemoteAccessSessionRequest properties: projectArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project for which you want to create a remote access session. deviceArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the device for which you want to create a remote access session. instanceArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the device instance for which you want to create a remote access session. sshPublicKey: allOf: - $ref: "#/components/schemas/SshPublicKey" - description:

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

Remote debugging is no longer supported.

remoteDebugEnabled: allOf: - $ref: "#/components/schemas/Boolean" - description:

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

Remote debugging is no longer supported.

remoteRecordEnabled: allOf: - $ref: "#/components/schemas/Boolean" - description: Set to true to enable remote recording for the remote access session. remoteRecordAppArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) for the app to be recorded in the remote access session. name: allOf: - $ref: "#/components/schemas/Name" - description: The name of the remote access session to create. clientId: allOf: - $ref: "#/components/schemas/ClientId" - description:

Unique identifier for the client. If you want access to multiple devices on the same client, you should pass the same clientId value in each call to CreateRemoteAccessSession. This identifier is required only if remoteDebugEnabled is set to true.

Remote debugging is no longer supported.

configuration: allOf: - $ref: "#/components/schemas/CreateRemoteAccessSessionConfiguration" - description: The configuration information for the remote access session request. interactionMode: allOf: - $ref: "#/components/schemas/InteractionMode" - description: "

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

" skipAppResign: allOf: - $ref: "#/components/schemas/Boolean" - description:

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information on how Device Farm modifies your uploads during tests, see Do you modify my app?

description: Creates and submits a request to start a remote access session. CreateTestGridProjectResult: type: object properties: testGridProject: allOf: - $ref: "#/components/schemas/TestGridProject" - description: ARN of the Selenium testing project that was created. CreateTestGridProjectRequest: type: object required: - name title: CreateTestGridProjectRequest properties: name: allOf: - $ref: "#/components/schemas/ResourceName" - description: Human-readable name of the Selenium testing project. description: allOf: - $ref: "#/components/schemas/ResourceDescription" - description: Human-readable description of the project. vpcConfig: allOf: - $ref: "#/components/schemas/TestGridVpcConfig" - description: The VPC security groups and subnets that are attached to a project. InternalServiceException: {} CreateTestGridUrlResult: type: object properties: url: allOf: - $ref: "#/components/schemas/SensitiveString" - description: "A signed URL, expiring in CreateTestGridUrlRequest$expiresInSeconds seconds, to be passed to a RemoteWebDriver. " expires: allOf: - $ref: "#/components/schemas/DateTime" - description: The number of seconds the URL from CreateTestGridUrlResult$url stays active. CreateTestGridUrlRequest: type: object required: - projectArn - expiresInSeconds title: CreateTestGridUrlRequest properties: projectArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: "ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL. " expiresInSeconds: allOf: - $ref: "#/components/schemas/TestGridUrlExpiresInSecondsInput" - description: Lifetime, in seconds, of the URL. CreateUploadResult: type: object example: upload: name: MyAppiumPythonUpload type: APPIUM_PYTHON_TEST_PACKAGE arn: arn:aws:devicefarm:us-west-2:123456789101:upload:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE created: "1472661404.186" status: INITIALIZED url: https://prod-us-west-2-uploads.s3-us-west-2.amazonaws.com/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A123456789101%3Aproject%3A5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE/uploads/arn%3Aaws%3Adevicefarm%3Aus-west-2%3A123456789101%3Aupload%3A5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/b5340a65-3da7-4da6-a26e-12345EXAMPLE/MyAppiumPythonUpload?AWSAccessKeyId=1234567891011EXAMPLE&Expires=1472747804&Signature=1234567891011EXAMPLE properties: upload: allOf: - $ref: "#/components/schemas/Upload" - description: The newly created upload. description: Represents the result of a create upload request. CreateUploadRequest: type: object required: - projectArn - name - type title: CreateUploadRequest properties: projectArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the project for the upload. name: allOf: - $ref: "#/components/schemas/Name" - description: The upload's file name. The name should not contain any forward slashes (/). If you are uploading an iOS app, the file name must end with the .ipa extension. If you are uploading an Android app, the file name must end with the .apk extension. For all others, the file name must end with the .zip file extension. type: allOf: - $ref: "#/components/schemas/UploadType" - description:

The upload's upload type.

Must be one of the following values:

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

contentType: allOf: - $ref: "#/components/schemas/ContentType" - description: The upload's content type (for example, application/octet-stream). description: Represents a request to the create upload operation. CreateVPCEConfigurationResult: type: object properties: vpceConfiguration: allOf: - $ref: "#/components/schemas/VPCEConfiguration" - description: An object that contains information about your VPC endpoint configuration. CreateVPCEConfigurationRequest: type: object required: - vpceConfigurationName - vpceServiceName - serviceDnsName title: CreateVPCEConfigurationRequest properties: vpceConfigurationName: allOf: - $ref: "#/components/schemas/VPCEConfigurationName" - description: The friendly name you give to your VPC endpoint configuration, to manage your configurations more easily. vpceServiceName: allOf: - $ref: "#/components/schemas/VPCEServiceName" - description: The name of the VPC endpoint service running in your AWS account that you want Device Farm to test. serviceDnsName: allOf: - $ref: "#/components/schemas/ServiceDnsName" - description: The DNS name of the service running in your VPC that you want Device Farm to test. vpceConfigurationDescription: allOf: - $ref: "#/components/schemas/VPCEConfigurationDescription" - description: An optional description that provides details about your VPC endpoint configuration. DeleteDevicePoolResult: type: object example: {} properties: {} description: Represents the result of a delete device pool request. DeleteDevicePoolRequest: type: object required: - arn title: DeleteDevicePoolRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: Represents the Amazon Resource Name (ARN) of the Device Farm device pool to delete. description: Represents a request to the delete device pool operation. DeleteInstanceProfileResult: type: object properties: {} DeleteInstanceProfileRequest: type: object required: - arn title: DeleteInstanceProfileRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the instance profile you are requesting to delete. DeleteNetworkProfileResult: type: object properties: {} DeleteNetworkProfileRequest: type: object required: - arn title: DeleteNetworkProfileRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the network profile to delete. DeleteProjectResult: type: object example: {} properties: {} description: Represents the result of a delete project request. DeleteProjectRequest: type: object required: - arn title: DeleteProjectRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: Represents the Amazon Resource Name (ARN) of the Device Farm project to delete. description: Represents a request to the delete project operation. DeleteRemoteAccessSessionResult: type: object example: {} properties: {} description: The response from the server when a request is made to delete the remote access session. DeleteRemoteAccessSessionRequest: type: object required: - arn title: DeleteRemoteAccessSessionRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the session for which you want to delete remote access. description: Represents the request to delete the specified remote access session. DeleteRunResult: type: object example: {} properties: {} description: Represents the result of a delete run request. DeleteRunRequest: type: object required: - arn title: DeleteRunRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) for the run to delete. description: Represents a request to the delete run operation. DeleteTestGridProjectResult: type: object properties: {} DeleteTestGridProjectRequest: type: object required: - projectArn title: DeleteTestGridProjectRequest properties: projectArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: The ARN of the project to delete, from CreateTestGridProject or ListTestGridProjects. CannotDeleteException: {} DeleteUploadResult: type: object example: {} properties: {} description: Represents the result of a delete upload request. DeleteUploadRequest: type: object required: - arn title: DeleteUploadRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: Represents the Amazon Resource Name (ARN) of the Device Farm upload to delete. description: Represents a request to the delete upload operation. DeleteVPCEConfigurationResult: type: object properties: {} DeleteVPCEConfigurationRequest: type: object required: - arn title: DeleteVPCEConfigurationRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to delete. InvalidOperationException: {} GetAccountSettingsResult: type: object example: accountSettings: awsAccountNumber: "123456789101" unmeteredDevices: ANDROID: 1 IOS: 2 properties: accountSettings: allOf: - $ref: "#/components/schemas/AccountSettings" - description: The account settings. description: Represents the account settings return values from the GetAccountSettings request. GetAccountSettingsRequest: type: object title: GetAccountSettingsRequest properties: {} description: Represents the request sent to retrieve the account settings. GetDeviceResult: type: object example: device: name: LG G2 (Sprint) arn: arn:aws:devicefarm:us-west-2::device:A0E6E6E1059E45918208DF75B2B7EF6C cpu: architecture: armeabi-v7a clock: 2265.6 frequency: MHz formFactor: PHONE heapSize: 256000000 image: 75B2B7EF6C12345EXAMPLE manufacturer: LG memory: 16000000000 model: G2 (Sprint) os: 4.2.2 platform: ANDROID resolution: height: 1920 width: 1080 properties: device: allOf: - $ref: "#/components/schemas/Device" - description: An object that contains information about the requested device. description: Represents the result of a get device request. GetDeviceRequest: type: object required: - arn title: GetDeviceRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The device type's ARN. description: Represents a request to the get device request. GetDeviceInstanceResult: type: object properties: deviceInstance: allOf: - $ref: "#/components/schemas/DeviceInstance" - description: An object that contains information about your device instance. GetDeviceInstanceRequest: type: object required: - arn title: GetDeviceInstanceRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the instance you're requesting information about. GetDevicePoolResult: type: object example: devicePool: {} properties: devicePool: allOf: - $ref: "#/components/schemas/DevicePool" - description: An object that contains information about the requested device pool. description: Represents the result of a get device pool request. GetDevicePoolRequest: type: object required: - arn title: GetDevicePoolRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The device pool's ARN. description: Represents a request to the get device pool operation. GetDevicePoolCompatibilityResult: type: object example: compatibleDevices: [] incompatibleDevices: [] properties: compatibleDevices: allOf: - $ref: "#/components/schemas/DevicePoolCompatibilityResults" - description: Information about compatible devices. incompatibleDevices: allOf: - $ref: "#/components/schemas/DevicePoolCompatibilityResults" - description: Information about incompatible devices. description: Represents the result of describe device pool compatibility request. GetDevicePoolCompatibilityRequest: type: object required: - devicePoolArn title: GetDevicePoolCompatibilityRequest properties: devicePoolArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The device pool's ARN. appArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the app that is associated with the specified device pool. testType: allOf: - $ref: "#/components/schemas/TestType" - description:

The test type for the specified device pool.

Allowed values include the following:

test: allOf: - $ref: "#/components/schemas/ScheduleRunTest" - description: Information about the uploaded test to be run against the device pool. configuration: allOf: - $ref: "#/components/schemas/ScheduleRunConfiguration" - description: An object that contains information about the settings for a run. description: Represents a request to the get device pool compatibility operation. GetInstanceProfileResult: type: object properties: instanceProfile: allOf: - $ref: "#/components/schemas/InstanceProfile" - description: An object that contains information about an instance profile. GetInstanceProfileRequest: type: object required: - arn title: GetInstanceProfileRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of an instance profile. GetJobResult: type: object example: job: {} properties: job: allOf: - $ref: "#/components/schemas/Job" - description: An object that contains information about the requested job. description: Represents the result of a get job request. GetJobRequest: type: object required: - arn title: GetJobRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The job's ARN. description: Represents a request to the get job operation. GetNetworkProfileResult: type: object properties: networkProfile: allOf: - $ref: "#/components/schemas/NetworkProfile" - description: The network profile. GetNetworkProfileRequest: type: object required: - arn title: GetNetworkProfileRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the network profile to return information about. GetOfferingStatusResult: type: object example: current: D68B3C05-1BA6-4360-BC69-12345EXAMPLE: offering: type: RECURRING description: Android Remote Access Unmetered Device Slot id: D68B3C05-1BA6-4360-BC69-12345EXAMPLE platform: ANDROID quantity: 1 nextPeriod: D68B3C05-1BA6-4360-BC69-12345EXAMPLE: effectiveOn: "1472688000" offering: type: RECURRING description: Android Remote Access Unmetered Device Slot id: D68B3C05-1BA6-4360-BC69-12345EXAMPLE platform: ANDROID quantity: 1 properties: current: allOf: - $ref: "#/components/schemas/OfferingStatusMap" - description: When specified, gets the offering status for the current period. nextPeriod: allOf: - $ref: "#/components/schemas/OfferingStatusMap" - description: When specified, gets the offering status for the next period. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Returns the status result for a device offering. GetOfferingStatusRequest: type: object title: GetOfferingStatusRequest properties: nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents the request to retrieve the offering status for the specified customer or account. NotEligibleException: {} GetProjectResult: type: object example: project: name: My Project arn: arn:aws:devicefarm:us-west-2:123456789101:project:5e01a8c7-c861-4c0a-b1d5-12345EXAMPLE created: "1472660939.152" properties: project: allOf: - $ref: "#/components/schemas/Project" - description: The project to get information about. description: Represents the result of a get project request. GetProjectRequest: type: object required: - arn title: GetProjectRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The project's ARN. description: Represents a request to the get project operation. GetRemoteAccessSessionResult: type: object example: remoteAccessSession: {} properties: remoteAccessSession: allOf: - $ref: "#/components/schemas/RemoteAccessSession" - description: A container that lists detailed information about the remote access session. description: Represents the response from the server that lists detailed information about the remote access session. GetRemoteAccessSessionRequest: type: object required: - arn title: GetRemoteAccessSessionRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the remote access session about which you want to get session information. description: Represents the request to get information about the specified remote access session. GetRunResult: type: object example: run: name: My Test Run type: BUILTIN_EXPLORER arn: arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE billingMethod: METERED completedJobs: 0 counters: errored: 0 failed: 0 passed: 0 skipped: 0 stopped: 0 total: 0 warned: 0 created: "1472667509.852" deviceMinutes: metered: 0 total: 0 unmetered: 0 platform: ANDROID result: PENDING status: RUNNING totalJobs: 3 properties: run: allOf: - $ref: "#/components/schemas/Run" - description: The run to get results from. description: Represents the result of a get run request. GetRunRequest: type: object required: - arn title: GetRunRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The run's ARN. description: Represents a request to the get run operation. GetSuiteResult: type: object example: suite: {} properties: suite: allOf: - $ref: "#/components/schemas/Suite" - description: A collection of one or more tests. description: Represents the result of a get suite request. GetSuiteRequest: type: object required: - arn title: GetSuiteRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The suite's ARN. description: Represents a request to the get suite operation. GetTestResult: type: object example: test: {} properties: test: allOf: - $ref: "#/components/schemas/Test" - description: A test condition that is evaluated. description: Represents the result of a get test request. GetTestRequest: type: object required: - arn title: GetTestRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The test's ARN. description: Represents a request to the get test operation. GetTestGridProjectResult: type: object properties: testGridProject: allOf: - $ref: "#/components/schemas/TestGridProject" - description: A TestGridProject. GetTestGridProjectRequest: type: object required: - projectArn title: GetTestGridProjectRequest properties: projectArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: The ARN of the Selenium testing project, from either CreateTestGridProject or ListTestGridProjects. GetTestGridSessionResult: type: object properties: testGridSession: allOf: - $ref: "#/components/schemas/TestGridSession" - description: The TestGridSession that was requested. GetTestGridSessionRequest: type: object title: GetTestGridSessionRequest properties: projectArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: The ARN for the project that this session belongs to. See CreateTestGridProject and ListTestGridProjects. sessionId: allOf: - $ref: "#/components/schemas/ResourceId" - description: An ID associated with this session. sessionArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: An ARN that uniquely identifies a TestGridSession. GetUploadResult: type: object example: upload: {} properties: upload: allOf: - $ref: "#/components/schemas/Upload" - description: An app or a set of one or more tests to upload or that have been uploaded. description: Represents the result of a get upload request. GetUploadRequest: type: object required: - arn title: GetUploadRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The upload's ARN. description: Represents a request to the get upload operation. GetVPCEConfigurationResult: type: object properties: vpceConfiguration: allOf: - $ref: "#/components/schemas/VPCEConfiguration" - description: An object that contains information about your VPC endpoint configuration. GetVPCEConfigurationRequest: type: object required: - arn title: GetVPCEConfigurationRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to describe. InstallToRemoteAccessSessionResult: type: object example: appUpload: {} properties: appUpload: allOf: - $ref: "#/components/schemas/Upload" - description: An app to upload or that has been uploaded. description: Represents the response from the server after AWS Device Farm makes a request to install to a remote access session. InstallToRemoteAccessSessionRequest: type: object required: - remoteAccessSessionArn - appArn title: InstallToRemoteAccessSessionRequest properties: remoteAccessSessionArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the remote access session about which you are requesting information. appArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the app about which you are requesting information. description: 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. ListArtifactsResult: type: object properties: artifacts: allOf: - $ref: "#/components/schemas/Artifacts" - description: Information about the artifacts. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list artifacts operation. ListArtifactsRequest: type: object required: - arn - type title: ListArtifactsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The run, job, suite, or test ARN. type: allOf: - $ref: "#/components/schemas/ArtifactCategory" - description:

The artifacts' type.

Allowed values include:

nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list artifacts operation. ListDeviceInstancesResult: type: object properties: deviceInstances: allOf: - $ref: "#/components/schemas/DeviceInstances" - description: An object that contains information about your device instances. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: An identifier that can be used in the next call to this operation to return the next set of items in the list. ListDeviceInstancesRequest: type: object title: ListDeviceInstancesRequest properties: maxResults: allOf: - $ref: "#/components/schemas/Integer" - description: An integer that specifies the maximum number of items you want to return in the API response. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. ListDevicePoolsResult: type: object example: devicePools: - name: Top Devices arn: arn:aws:devicefarm:us-west-2::devicepool:082d10e5-d7d7-48a5-ba5c-12345EXAMPLE description: Top devices rules: - value: '["arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE"]' attribute: ARN operator: IN - name: My Android Device Pool arn: arn:aws:devicefarm:us-west-2:123456789101:devicepool:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/bf96e75a-28f6-4e61-b6a7-12345EXAMPLE description: Samsung Galaxy Android devices rules: - value: '["arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE","arn:aws:devicefarm:us-west-2::device:123456789EXAMPLE"]' attribute: ARN operator: IN properties: devicePools: allOf: - $ref: "#/components/schemas/DevicePools" - description: Information about the device pools. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list device pools request. ListDevicePoolsRequest: type: object required: - arn title: ListDevicePoolsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The project ARN. type: allOf: - $ref: "#/components/schemas/DevicePoolType" - description: "

The device pools' type.

Allowed values include:

" nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents the result of a list device pools request. ListDevicesResult: type: object example: {} properties: devices: allOf: - $ref: "#/components/schemas/Devices" - description: Information about the devices. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list devices operation. ListDevicesRequest: type: object title: ListDevicesRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. filters: allOf: - $ref: "#/components/schemas/DeviceFilters" - description: '

Used to select a set of devices. A filter is made up of an attribute, an operator, and one or more values.

' description: Represents the result of a list devices request. ListInstanceProfilesResult: type: object properties: instanceProfiles: allOf: - $ref: "#/components/schemas/InstanceProfiles" - description: An object that contains information about your instance profiles. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: An identifier that can be used in the next call to this operation to return the next set of items in the list. ListInstanceProfilesRequest: type: object title: ListInstanceProfilesRequest properties: maxResults: allOf: - $ref: "#/components/schemas/Integer" - description: An integer that specifies the maximum number of items you want to return in the API response. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. ListJobsResult: type: object properties: jobs: allOf: - $ref: "#/components/schemas/Jobs" - description: Information about the jobs. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list jobs request. ListJobsRequest: type: object required: - arn title: ListJobsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The run's Amazon Resource Name (ARN). nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list jobs operation. ListNetworkProfilesResult: type: object properties: networkProfiles: allOf: - $ref: "#/components/schemas/NetworkProfiles" - description: A list of the available network profiles. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. ListNetworkProfilesRequest: type: object required: - arn title: ListNetworkProfilesRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project for which you want to list network profiles. type: allOf: - $ref: "#/components/schemas/NetworkProfileType" - description: The type of network profile to return information about. Valid values are listed here. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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: object properties: offeringPromotions: allOf: - $ref: "#/components/schemas/OfferingPromotions" - description: Information about the offering promotions. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: An identifier to be used in the next call to this operation, to return the next set of items in the list. ListOfferingPromotionsRequest: type: object title: ListOfferingPromotionsRequest properties: nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list. ListOfferingTransactionsResult: type: object example: offeringTransactions: - cost: amount: 0 currencyCode: USD createdOn: "1470021420" offeringStatus: type: RENEW effectiveOn: "1472688000" offering: type: RECURRING description: Android Remote Access Unmetered Device Slot id: D68B3C05-1BA6-4360-BC69-12345EXAMPLE platform: ANDROID quantity: 0 transactionId: 03728003-d1ea-4851-abd6-12345EXAMPLE - cost: amount: 250 currencyCode: USD createdOn: "1470021420" offeringStatus: type: PURCHASE effectiveOn: "1470021420" offering: type: RECURRING description: Android Remote Access Unmetered Device Slot id: D68B3C05-1BA6-4360-BC69-12345EXAMPLE platform: ANDROID quantity: 1 transactionId: 56820b6e-06bd-473a-8ff8-12345EXAMPLE - cost: amount: 175 currencyCode: USD createdOn: "1465538520" offeringStatus: type: PURCHASE effectiveOn: "1465538520" offering: type: RECURRING description: Android Unmetered Device Slot id: 8980F81C-00D7-469D-8EC6-12345EXAMPLE platform: ANDROID quantity: 1 transactionId: 953ae2c6-d760-4a04-9597-12345EXAMPLE - cost: amount: 8.07 currencyCode: USD createdOn: "1459344300" offeringStatus: type: PURCHASE effectiveOn: "1459344300" offering: type: RECURRING description: iOS Unmetered Device Slot id: A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE platform: IOS quantity: 1 transactionId: 2baf9021-ae3e-47f5-ab52-12345EXAMPLE properties: offeringTransactions: allOf: - $ref: "#/components/schemas/OfferingTransactions" - description: The audit log of subscriptions you have purchased and modified through AWS Device Farm. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Returns the transaction log of the specified offerings. ListOfferingTransactionsRequest: type: object title: ListOfferingTransactionsRequest properties: nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents the request to list the offering transaction history. ListOfferingsResult: type: object example: offerings: - type: RECURRING description: iOS Unmetered Device Slot id: A53D4D73-A6F6-4B82-A0B0-12345EXAMPLE platform: IOS recurringCharges: - cost: amount: 250 currencyCode: USD frequency: MONTHLY - type: RECURRING description: Android Unmetered Device Slot id: 8980F81C-00D7-469D-8EC6-12345EXAMPLE platform: ANDROID recurringCharges: - cost: amount: 250 currencyCode: USD frequency: MONTHLY - type: RECURRING description: Android Remote Access Unmetered Device Slot id: D68B3C05-1BA6-4360-BC69-12345EXAMPLE platform: ANDROID recurringCharges: - cost: amount: 250 currencyCode: USD frequency: MONTHLY - type: RECURRING description: iOS Remote Access Unmetered Device Slot id: 552B4DAD-A6C9-45C4-94FB-12345EXAMPLE platform: IOS recurringCharges: - cost: amount: 250 currencyCode: USD frequency: MONTHLY properties: offerings: allOf: - $ref: "#/components/schemas/Offerings" - description: A value that represents the list offering results. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents the return values of the list of offerings. ListOfferingsRequest: type: object title: ListOfferingsRequest properties: nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents the request to list all offerings. ListProjectsResult: type: object example: projects: - name: My Test Project arn: arn:aws:devicefarm:us-west-2:123456789101:project:7ad300ed-8183-41a7-bf94-12345EXAMPLE created: "1453163262.105" - name: Hello World arn: arn:aws:devicefarm:us-west-2:123456789101:project:d6b087d9-56db-4e44-b9ec-12345EXAMPLE created: "1470350112.439" properties: projects: allOf: - $ref: "#/components/schemas/Projects" - description: Information about the projects. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list projects request. ListProjectsRequest: type: object title: ListProjectsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: 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: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list projects operation. ListRemoteAccessSessionsResult: type: object example: remoteAccessSessions: [] properties: remoteAccessSessions: allOf: - $ref: "#/components/schemas/RemoteAccessSessions" - description: A container that represents the metadata from the service about each remote access session you are requesting. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents the response from the server after AWS Device Farm makes a request to return information about the remote access session. ListRemoteAccessSessionsRequest: type: object required: - arn title: ListRemoteAccessSessionsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project about which you are requesting information. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents the request to return information about the remote access session. ListRunsResult: type: object example: runs: - name: My Test Run type: BUILTIN_EXPLORER arn: arn:aws:devicefarm:us-west-2:123456789101:run:5e01a8c7-c861-4c0a-b1d5-5ec6e6c6dd23/0fcac17b-6122-44d7-ae5a-12345EXAMPLE billingMethod: METERED completedJobs: 0 counters: errored: 0 failed: 0 passed: 0 skipped: 0 stopped: 0 total: 0 warned: 0 created: "1472667509.852" deviceMinutes: metered: 0 total: 0 unmetered: 0 platform: ANDROID result: PENDING status: RUNNING totalJobs: 3 properties: runs: allOf: - $ref: "#/components/schemas/Runs" - description: Information about the runs. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list runs request. ListRunsRequest: type: object required: - arn title: ListRunsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project for which you want to list runs. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list runs operation. ListSamplesResult: type: object example: samples: [] properties: samples: allOf: - $ref: "#/components/schemas/Samples" - description: Information about the samples. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list samples request. ListSamplesRequest: type: object required: - arn title: ListSamplesRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the job used to list samples. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list samples operation. ListSuitesResult: type: object example: suites: [] properties: suites: allOf: - $ref: "#/components/schemas/Suites" - description: Information about the suites. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list suites request. ListSuitesRequest: type: object required: - arn title: ListSuitesRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The job's Amazon Resource Name (ARN). nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list suites operation. ListTagsForResourceResponse: type: object properties: Tags: allOf: - $ref: "#/components/schemas/TagList" - description: The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters. ListTagsForResourceRequest: type: object required: - ResourceARN title: ListTagsForResourceRequest properties: ResourceARN: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: "The Amazon Resource Name (ARN) of the resource or resources for which to list tags. You can associate tags with the following Device Farm resources: PROJECT, RUN, NETWORK_PROFILE, INSTANCE_PROFILE, DEVICE_INSTANCE, SESSION, DEVICE_POOL, DEVICE, and VPCE_CONFIGURATION." ListTestGridProjectsResult: type: object properties: testGridProjects: allOf: - $ref: "#/components/schemas/TestGridProjects" - description: The list of TestGridProjects, based on a ListTestGridProjectsRequest. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: Used for pagination. Pass into ListTestGridProjects to get more results in a paginated request. ListTestGridProjectsRequest: type: object title: ListTestGridProjectsRequest properties: maxResult: allOf: - $ref: "#/components/schemas/MaxPageSize" - description: Return no more than this number of results. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: "From a response, used to continue a paginated listing. " ListTestGridSessionActionsResult: type: object properties: actions: allOf: - $ref: "#/components/schemas/TestGridSessionActions" - description: The action taken by the session. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: Pagination token. ListTestGridSessionActionsRequest: type: object required: - sessionArn title: ListTestGridSessionActionsRequest properties: sessionArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: The ARN of the session to retrieve. maxResult: allOf: - $ref: "#/components/schemas/MaxPageSize" - description: The maximum number of sessions to return per response. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: Pagination token. ListTestGridSessionArtifactsResult: type: object properties: artifacts: allOf: - $ref: "#/components/schemas/TestGridSessionArtifacts" - description: A list of test grid session artifacts for a TestGridSession. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: Pagination token. ListTestGridSessionArtifactsRequest: type: object required: - sessionArn title: ListTestGridSessionArtifactsRequest properties: sessionArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: "The ARN of a TestGridSession. " type: allOf: - $ref: "#/components/schemas/TestGridSessionArtifactCategory" - description: Limit results to a specified type of artifact. maxResult: allOf: - $ref: "#/components/schemas/MaxPageSize" - description: The maximum number of results to be returned by a request. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: Pagination token. ListTestGridSessionsResult: type: object properties: testGridSessions: allOf: - $ref: "#/components/schemas/TestGridSessions" - description: "The sessions that match the criteria in a ListTestGridSessionsRequest. " nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: Pagination token. ListTestGridSessionsRequest: type: object required: - projectArn title: ListTestGridSessionsRequest properties: projectArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: ARN of a TestGridProject. status: allOf: - $ref: "#/components/schemas/TestGridSessionStatus" - description: Return only sessions in this state. creationTimeAfter: allOf: - $ref: "#/components/schemas/DateTime" - description: Return only sessions created after this time. creationTimeBefore: allOf: - $ref: "#/components/schemas/DateTime" - description: Return only sessions created before this time. endTimeAfter: allOf: - $ref: "#/components/schemas/DateTime" - description: Return only sessions that ended after this time. endTimeBefore: allOf: - $ref: "#/components/schemas/DateTime" - description: Return only sessions that ended before this time. maxResult: allOf: - $ref: "#/components/schemas/MaxPageSize" - description: Return only this many results at a time. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: Pagination token. ListTestsResult: type: object example: tests: [] properties: tests: allOf: - $ref: "#/components/schemas/Tests" - description: Information about the tests. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list tests request. ListTestsRequest: type: object required: - arn title: ListTestsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The test suite's Amazon Resource Name (ARN). nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list tests operation. ListUniqueProblemsResult: type: object example: uniqueProblems: {} properties: uniqueProblems: allOf: - $ref: "#/components/schemas/UniqueProblemsByExecutionResultMap" - description:

Information about the unique problems.

Allowed values include:

nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list unique problems request. ListUniqueProblemsRequest: type: object required: - arn title: ListUniqueProblemsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The unique problems' ARNs. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list unique problems operation. ListUploadsResult: type: object example: uploads: [] properties: uploads: allOf: - $ref: "#/components/schemas/Uploads" - description: Information about the uploads. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: If the number of items that are returned is significantly large, this is an identifier that is also returned. It can be used in a subsequent call to this operation to return the next set of items in the list. description: Represents the result of a list uploads request. ListUploadsRequest: type: object required: - arn title: ListUploadsRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project for which you want to list uploads. type: allOf: - $ref: "#/components/schemas/UploadType" - description:

The type of upload.

Must be one of the following values:

nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. description: Represents a request to the list uploads operation. ListVPCEConfigurationsResult: type: object properties: vpceConfigurations: allOf: - $ref: "#/components/schemas/VPCEConfigurations" - description: An array of VPCEConfiguration objects that contain information about your VPC endpoint configuration. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. ListVPCEConfigurationsRequest: type: object title: ListVPCEConfigurationsRequest properties: maxResults: allOf: - $ref: "#/components/schemas/Integer" - description: An integer that specifies the maximum number of items you want to return in the API response. nextToken: allOf: - $ref: "#/components/schemas/PaginationToken" - description: 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. PurchaseOfferingResult: type: object example: offeringTransaction: cost: amount: 8.07 currencyCode: USD createdOn: "1472648340" offeringStatus: type: PURCHASE effectiveOn: "1472648340" offering: type: RECURRING description: Android Remote Access Unmetered Device Slot id: D68B3C05-1BA6-4360-BC69-12345EXAMPLE platform: ANDROID quantity: 1 transactionId: d30614ed-1b03-404c-9893-12345EXAMPLE properties: offeringTransaction: allOf: - $ref: "#/components/schemas/OfferingTransaction" - description: Represents the offering transaction for the purchase result. description: The result of the purchase offering (for example, success or failure). PurchaseOfferingRequest: type: object required: - offeringId - quantity title: PurchaseOfferingRequest properties: offeringId: allOf: - $ref: "#/components/schemas/OfferingIdentifier" - description: The ID of the offering. quantity: allOf: - $ref: "#/components/schemas/Integer" - description: The number of device slots to purchase in an offering request. offeringPromotionId: allOf: - $ref: "#/components/schemas/OfferingPromotionIdentifier" - description: The ID of the offering promotion to be applied to the purchase. description: Represents a request for a purchase offering. RenewOfferingResult: type: object example: offeringTransaction: cost: amount: 250 currencyCode: USD createdOn: "1472648880" offeringStatus: type: RENEW effectiveOn: "1472688000" offering: type: RECURRING description: Android Remote Access Unmetered Device Slot id: D68B3C05-1BA6-4360-BC69-12345EXAMPLE platform: ANDROID quantity: 1 transactionId: e90f1405-8c35-4561-be43-12345EXAMPLE properties: offeringTransaction: allOf: - $ref: "#/components/schemas/OfferingTransaction" - description: Represents the status of the offering transaction for the renewal. description: The result of a renewal offering. RenewOfferingRequest: type: object required: - offeringId - quantity title: RenewOfferingRequest properties: offeringId: allOf: - $ref: "#/components/schemas/OfferingIdentifier" - description: The ID of a request to renew an offering. quantity: allOf: - $ref: "#/components/schemas/Integer" - description: The quantity requested in an offering renewal. description: A request that represents an offering renewal. ScheduleRunResult: type: object example: run: {} properties: run: allOf: - $ref: "#/components/schemas/Run" - description: Information about the scheduled run. description: Represents the result of a schedule run request. ScheduleRunRequest: type: object required: - projectArn - test title: ScheduleRunRequest properties: projectArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the project for the run to be scheduled. appArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of an application package to run tests against, created with CreateUpload. See ListUploads. devicePoolArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the device pool for the run to be scheduled. deviceSelectionConfiguration: allOf: - $ref: "#/components/schemas/DeviceSelectionConfiguration" - description:

The filter criteria used to dynamically select a set of devices for a test run and the maximum number of devices to be included in the run.

Either devicePoolArn or deviceSelectionConfiguration is required in a request.

name: allOf: - $ref: "#/components/schemas/Name" - description: The name for the run to be scheduled. test: allOf: - $ref: "#/components/schemas/ScheduleRunTest" - description: Information about the test for the run to be scheduled. configuration: allOf: - $ref: "#/components/schemas/ScheduleRunConfiguration" - description: Information about the settings for the run to be scheduled. executionConfiguration: allOf: - $ref: "#/components/schemas/ExecutionConfiguration" - description: Specifies configuration information about a test run, such as the execution timeout (in minutes). description: Represents a request to the schedule run operation. IdempotencyException: {} StopJobResult: type: object properties: job: allOf: - $ref: "#/components/schemas/Job" - description: The job that was stopped. StopJobRequest: type: object required: - arn title: StopJobRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: Represents the Amazon Resource Name (ARN) of the Device Farm job to stop. StopRemoteAccessSessionResult: type: object properties: remoteAccessSession: allOf: - $ref: "#/components/schemas/RemoteAccessSession" - description: A container that represents the metadata from the service about the remote access session you are stopping. description: Represents the response from the server that describes the remote access session when AWS Device Farm stops the session. StopRemoteAccessSessionRequest: type: object required: - arn title: StopRemoteAccessSessionRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the remote access session to stop. description: Represents the request to stop the remote access session. StopRunResult: type: object example: run: {} properties: run: allOf: - $ref: "#/components/schemas/Run" - description: The run that was stopped. description: Represents the results of your stop run attempt. StopRunRequest: type: object required: - arn title: StopRunRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: Represents the Amazon Resource Name (ARN) of the Device Farm run to stop. description: Represents the request to stop a specific run. TagResourceResponse: type: object properties: {} TagResourceRequest: type: object required: - ResourceARN - Tags title: TagResourceRequest properties: ResourceARN: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: "The Amazon Resource Name (ARN) of the resource or resources to which to add tags. You can associate tags with the following Device Farm resources: PROJECT, RUN, NETWORK_PROFILE, INSTANCE_PROFILE, DEVICE_INSTANCE, SESSION, DEVICE_POOL, DEVICE, and VPCE_CONFIGURATION." Tags: allOf: - $ref: "#/components/schemas/TagList" - description: The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters. TooManyTagsException: {} TagPolicyException: {} UntagResourceResponse: type: object properties: {} UntagResourceRequest: type: object required: - ResourceARN - TagKeys title: UntagResourceRequest properties: ResourceARN: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: "The Amazon Resource Name (ARN) of the resource or resources from which to delete tags. You can associate tags with the following Device Farm resources: PROJECT, RUN, NETWORK_PROFILE, INSTANCE_PROFILE, DEVICE_INSTANCE, SESSION, DEVICE_POOL, DEVICE, and VPCE_CONFIGURATION." TagKeys: allOf: - $ref: "#/components/schemas/TagKeyList" - description: The keys of the tags to be removed. UpdateDeviceInstanceResult: type: object properties: deviceInstance: allOf: - $ref: "#/components/schemas/DeviceInstance" - description: An object that contains information about your device instance. UpdateDeviceInstanceRequest: type: object required: - arn title: UpdateDeviceInstanceRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the device instance. profileArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the profile that you want to associate with the device instance. labels: allOf: - $ref: "#/components/schemas/InstanceLabels" - description: An array of strings that you want to associate with the device instance. UpdateDevicePoolResult: type: object example: devicePool: {} properties: devicePool: allOf: - $ref: "#/components/schemas/DevicePool" - description: The device pool you just updated. description: Represents the result of an update device pool request. UpdateDevicePoolRequest: type: object required: - arn title: UpdateDevicePoolRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the Device Farm device pool to update. name: allOf: - $ref: "#/components/schemas/Name" - description: A string that represents the name of the device pool to update. description: allOf: - $ref: "#/components/schemas/Message" - description: A description of the device pool to update. rules: allOf: - $ref: "#/components/schemas/Rules" - description: Represents the rules to modify for the device pool. Updating rules is optional. If you update rules for your request, the update replaces the existing rules. maxDevices: allOf: - $ref: "#/components/schemas/Integer" - description:

The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and that meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.

By specifying the maximum number of devices, you can control the costs that you incur by running tests.

If you use this parameter in your request, you cannot use the clearMaxDevices parameter in the same request.

clearMaxDevices: allOf: - $ref: "#/components/schemas/Boolean" - description:

Sets whether the maxDevices parameter applies to your device pool. If you set this parameter to true, the maxDevices parameter does not apply, and Device Farm does not limit the number of devices that it adds to your device pool. In this case, Device Farm adds all available devices that meet the criteria specified in the rules parameter.

If you use this parameter in your request, you cannot use the maxDevices parameter in the same request.

description: Represents a request to the update device pool operation. UpdateInstanceProfileResult: type: object properties: instanceProfile: allOf: - $ref: "#/components/schemas/InstanceProfile" - description: An object that contains information about your instance profile. UpdateInstanceProfileRequest: type: object required: - arn title: UpdateInstanceProfileRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the instance profile. name: allOf: - $ref: "#/components/schemas/Name" - description: The updated name for your instance profile. description: allOf: - $ref: "#/components/schemas/Message" - description: The updated description for your instance profile. packageCleanup: allOf: - $ref: "#/components/schemas/Boolean" - description: The updated choice for whether you want to specify package cleanup. The default value is false for private devices. excludeAppPackagesFromCleanup: allOf: - $ref: "#/components/schemas/PackageIds" - description:

An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.

The list of packages is only considered if you set packageCleanup to true.

rebootAfterUse: allOf: - $ref: "#/components/schemas/Boolean" - description: The updated choice for whether you want to reboot the device after use. The default value is true. UpdateNetworkProfileResult: type: object properties: networkProfile: allOf: - $ref: "#/components/schemas/NetworkProfile" - description: A list of the available network profiles. UpdateNetworkProfileRequest: type: object required: - arn title: UpdateNetworkProfileRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project for which you want to update network profile settings. name: allOf: - $ref: "#/components/schemas/Name" - description: The name of the network profile about which you are returning information. description: allOf: - $ref: "#/components/schemas/Message" - description: The description of the network profile about which you are returning information. type: allOf: - $ref: "#/components/schemas/NetworkProfileType" - description: The type of network profile to return information about. Valid values are listed here. uplinkBandwidthBits: allOf: - $ref: "#/components/schemas/Long" - description: The data throughput rate in bits per second, as an integer from 0 to 104857600. downlinkBandwidthBits: allOf: - $ref: "#/components/schemas/Long" - description: The data throughput rate in bits per second, as an integer from 0 to 104857600. uplinkDelayMs: allOf: - $ref: "#/components/schemas/Long" - description: Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. downlinkDelayMs: allOf: - $ref: "#/components/schemas/Long" - description: Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. uplinkJitterMs: allOf: - $ref: "#/components/schemas/Long" - description: Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. downlinkJitterMs: allOf: - $ref: "#/components/schemas/Long" - description: Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. uplinkLossPercent: allOf: - $ref: "#/components/schemas/PercentInteger" - description: Proportion of transmitted packets that fail to arrive from 0 to 100 percent. downlinkLossPercent: allOf: - $ref: "#/components/schemas/PercentInteger" - description: Proportion of received packets that fail to arrive from 0 to 100 percent. UpdateProjectResult: type: object example: project: name: NewName arn: arn:aws:devicefarm:us-west-2:123456789101:project:8f75187d-101e-4625-accc-12345EXAMPLE created: "1448400709.927" properties: project: allOf: - $ref: "#/components/schemas/Project" - description: The project to update. description: Represents the result of an update project request. UpdateProjectRequest: type: object required: - arn title: UpdateProjectRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the project whose name to update. name: allOf: - $ref: "#/components/schemas/Name" - description: A string that represents the new name of the project that you are updating. defaultJobTimeoutMinutes: allOf: - $ref: "#/components/schemas/JobTimeoutMinutes" - description: The number of minutes a test run in the project executes before it times out. vpcConfig: allOf: - $ref: "#/components/schemas/VpcConfig" - description: The VPC security groups and subnets that are attached to a project. description: Represents a request to the update project operation. UpdateTestGridProjectResult: type: object properties: testGridProject: allOf: - $ref: "#/components/schemas/TestGridProject" - description: The project, including updated information. UpdateTestGridProjectRequest: type: object required: - projectArn title: UpdateTestGridProjectRequest properties: projectArn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: ARN of the project to update. name: allOf: - $ref: "#/components/schemas/ResourceName" - description: Human-readable name for the project. description: allOf: - $ref: "#/components/schemas/ResourceDescription" - description: Human-readable description for the project. vpcConfig: allOf: - $ref: "#/components/schemas/TestGridVpcConfig" - description: The VPC security groups and subnets that are attached to a project. UpdateUploadResult: type: object properties: upload: allOf: - $ref: "#/components/schemas/Upload" - description: A test spec uploaded to Device Farm. UpdateUploadRequest: type: object required: - arn title: UpdateUploadRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the uploaded test spec. name: allOf: - $ref: "#/components/schemas/Name" - description: The upload's test spec file name. The name must not contain any forward slashes (/). The test spec file name must end with the .yaml or .yml file extension. contentType: allOf: - $ref: "#/components/schemas/ContentType" - description: The upload's content type (for example, application/x-yaml). editContent: allOf: - $ref: "#/components/schemas/Boolean" - description: Set to true if the YAML file has changed and must be updated. Otherwise, set to false. UpdateVPCEConfigurationResult: type: object properties: vpceConfiguration: allOf: - $ref: "#/components/schemas/VPCEConfiguration" - description: An object that contains information about your VPC endpoint configuration. UpdateVPCEConfigurationRequest: type: object required: - arn title: UpdateVPCEConfigurationRequest properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the VPC endpoint configuration you want to update. vpceConfigurationName: allOf: - $ref: "#/components/schemas/VPCEConfigurationName" - description: The friendly name you give to your VPC endpoint configuration to manage your configurations more easily. vpceServiceName: allOf: - $ref: "#/components/schemas/VPCEServiceName" - description: The name of the VPC endpoint service running in your AWS account that you want Device Farm to test. serviceDnsName: allOf: - $ref: "#/components/schemas/ServiceDnsName" - description: The DNS (domain) name used to connect to your private service in your VPC. The DNS name must not already be in use on the internet. vpceConfigurationDescription: allOf: - $ref: "#/components/schemas/VPCEConfigurationDescription" - description: An optional description that provides details about your VPC endpoint configuration. AWSAccountNumber: type: string minLength: 2 maxLength: 16 PurchasedDevicesMap: type: object additionalProperties: $ref: "#/components/schemas/Integer" JobTimeoutMinutes: type: integer TrialMinutes: type: object properties: total: allOf: - $ref: "#/components/schemas/Double" - description: The total number of free trial minutes that the account started with. remaining: allOf: - $ref: "#/components/schemas/Double" - description: The number of free trial minutes remaining in the account. description: Represents information about free trial device minutes for an AWS account. MaxSlotMap: type: object additionalProperties: $ref: "#/components/schemas/Integer" SkipAppResign: type: boolean AccountSettings: type: object properties: awsAccountNumber: allOf: - $ref: "#/components/schemas/AWSAccountNumber" - description: The AWS account number specified in the AccountSettings container. unmeteredDevices: allOf: - $ref: "#/components/schemas/PurchasedDevicesMap" - description: Returns the unmetered devices you have purchased or want to purchase. unmeteredRemoteAccessDevices: allOf: - $ref: "#/components/schemas/PurchasedDevicesMap" - description: Returns the unmetered remote access devices you have purchased or want to purchase. maxJobTimeoutMinutes: allOf: - $ref: "#/components/schemas/JobTimeoutMinutes" - description: The maximum number of minutes a test run executes before it times out. trialMinutes: allOf: - $ref: "#/components/schemas/TrialMinutes" - description: Information about an AWS account's usage of free trial device minutes. maxSlots: allOf: - $ref: "#/components/schemas/MaxSlotMap" - description: 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: allOf: - $ref: "#/components/schemas/JobTimeoutMinutes" - description: The default number of minutes (at the account level) a test run executes before it times out. The default value is 150 minutes. skipAppResign: allOf: - $ref: "#/components/schemas/SkipAppResign" - description:

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

description: A container for account-level settings in AWS Device Farm. AccountsCleanup: type: boolean AmazonResourceName: type: string pattern: ^arn:.+ minLength: 32 maxLength: 1011 AmazonResourceNames: type: array items: $ref: "#/components/schemas/AmazonResourceName" String: type: string AndroidPaths: type: array items: $ref: "#/components/schemas/String" AppPackagesCleanup: type: boolean Name: type: string minLength: 0 maxLength: 256 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 - TESTSPEC_OUTPUT URL: type: string minLength: 0 maxLength: 2048 Artifact: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The artifact's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The artifact's name. type: allOf: - $ref: "#/components/schemas/ArtifactType" - description: "

The artifact's type.

Allowed values include the following:

" extension: allOf: - $ref: "#/components/schemas/String" - description: The artifact's file extension. url: allOf: - $ref: "#/components/schemas/URL" - description: The presigned Amazon S3 URL that can be used with a GET request to download the artifact's file. description: Represents the output of a test. Examples of artifacts include logs and screenshots. ArtifactCategory: type: string enum: - SCREENSHOT - FILE - LOG Artifacts: type: array items: $ref: "#/components/schemas/Artifact" BillingMethod: type: string enum: - METERED - UNMETERED Boolean: type: boolean Double: type: number format: double CPU: type: object properties: frequency: allOf: - $ref: "#/components/schemas/String" - description: The CPU's frequency. architecture: allOf: - $ref: "#/components/schemas/String" - description: The CPU's architecture (for example, x86 or ARM). clock: allOf: - $ref: "#/components/schemas/Double" - description: The clock speed of the device's CPU, expressed in hertz (Hz). For example, a 1.2 GHz CPU is expressed as 1200000000. description: Represents the amount of CPU that an app is using on a physical device. Does not represent system-wide CPU usage. ClientId: type: string minLength: 0 maxLength: 64 ContentType: type: string minLength: 0 maxLength: 64 Integer: type: integer Counters: type: object properties: total: allOf: - $ref: "#/components/schemas/Integer" - description: The total number of entities. passed: allOf: - $ref: "#/components/schemas/Integer" - description: The number of passed entities. failed: allOf: - $ref: "#/components/schemas/Integer" - description: The number of failed entities. warned: allOf: - $ref: "#/components/schemas/Integer" - description: The number of warned entities. errored: allOf: - $ref: "#/components/schemas/Integer" - description: The number of errored entities. stopped: allOf: - $ref: "#/components/schemas/Integer" - description: The number of stopped entities. skipped: allOf: - $ref: "#/components/schemas/Integer" - description: The number of skipped entities. description: Represents entity counters. Message: type: string minLength: 0 maxLength: 16384 Rules: type: array items: $ref: "#/components/schemas/Rule" DevicePool: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The device pool's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The device pool's name. description: allOf: - $ref: "#/components/schemas/Message" - description: The device pool's description. type: allOf: - $ref: "#/components/schemas/DevicePoolType" - description: "

The device pool's type.

Allowed values include:

" rules: allOf: - $ref: "#/components/schemas/Rules" - description: Information about the device pool's rules. maxDevices: allOf: - $ref: "#/components/schemas/Integer" - description:

The number of devices that Device Farm can add to your device pool. Device Farm adds devices that are available and meet the criteria that you assign for the rules parameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.

By specifying the maximum number of devices, you can control the costs that you incur by running tests.

description: Represents a collection of device types. PackageIds: type: array items: $ref: "#/components/schemas/String" InstanceProfile: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the instance profile. packageCleanup: allOf: - $ref: "#/components/schemas/Boolean" - description: When set to true, Device Farm removes app packages after a test run. The default value is false for private devices. excludeAppPackagesFromCleanup: allOf: - $ref: "#/components/schemas/PackageIds" - description:

An array of strings containing the list of app packages that should not be cleaned up from the device after a test run completes.

The list of packages is considered only if you set packageCleanup to true.

rebootAfterUse: allOf: - $ref: "#/components/schemas/Boolean" - description: When set to true, Device Farm reboots the instance after a test run. The default value is true. name: allOf: - $ref: "#/components/schemas/Name" - description: The name of the instance profile. description: allOf: - $ref: "#/components/schemas/Message" - description: The description of the instance profile. description: Represents the instance profile. NetworkProfileType: type: string enum: - CURATED - PRIVATE Long: type: integer PercentInteger: type: integer minimum: 0 maximum: 100 NetworkProfile: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the network profile. name: allOf: - $ref: "#/components/schemas/Name" - description: The name of the network profile. description: allOf: - $ref: "#/components/schemas/Message" - description: The description of the network profile. type: allOf: - $ref: "#/components/schemas/NetworkProfileType" - description: The type of network profile. Valid values are listed here. uplinkBandwidthBits: allOf: - $ref: "#/components/schemas/Long" - description: The data throughput rate in bits per second, as an integer from 0 to 104857600. downlinkBandwidthBits: allOf: - $ref: "#/components/schemas/Long" - description: The data throughput rate in bits per second, as an integer from 0 to 104857600. uplinkDelayMs: allOf: - $ref: "#/components/schemas/Long" - description: Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. downlinkDelayMs: allOf: - $ref: "#/components/schemas/Long" - description: Delay time for all packets to destination in milliseconds as an integer from 0 to 2000. uplinkJitterMs: allOf: - $ref: "#/components/schemas/Long" - description: Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. downlinkJitterMs: allOf: - $ref: "#/components/schemas/Long" - description: Time variation in the delay of received packets in milliseconds as an integer from 0 to 2000. uplinkLossPercent: allOf: - $ref: "#/components/schemas/PercentInteger" - description: Proportion of transmitted packets that fail to arrive from 0 to 100 percent. downlinkLossPercent: allOf: - $ref: "#/components/schemas/PercentInteger" - description: Proportion of received packets that fail to arrive from 0 to 100 percent. description: An array of settings that describes characteristics of a network profile. VpcConfig: type: object required: - securityGroupIds - subnetIds - vpcId properties: securityGroupIds: allOf: - $ref: "#/components/schemas/VpcSecurityGroupIds" - description: An array of one or more security groups IDs in your Amazon VPC. subnetIds: allOf: - $ref: "#/components/schemas/VpcSubnetIds" - description: An array of one or more subnet IDs in your Amazon VPC. vpcId: allOf: - $ref: "#/components/schemas/NonEmptyString" - description: The ID of the Amazon VPC. description: Contains the VPC configuration data necessary to interface with AWS Device Farm's services. Project: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The project's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The project's name. defaultJobTimeoutMinutes: allOf: - $ref: "#/components/schemas/JobTimeoutMinutes" - description: The default number of minutes (at the project level) a test run executes before it times out. The default value is 150 minutes. created: allOf: - $ref: "#/components/schemas/DateTime" - description: When the project was created. vpcConfig: allOf: - $ref: "#/components/schemas/VpcConfig" - description: The VPC security groups and subnets that are attached to a project. description: Represents an operating-system neutral workspace for running and managing tests. CreateRemoteAccessSessionConfiguration: type: object properties: billingMethod: allOf: - $ref: "#/components/schemas/BillingMethod" - description: The billing method for the remote access session. vpceConfigurationArns: allOf: - $ref: "#/components/schemas/AmazonResourceNames" - description: An array of ARNs included in the VPC endpoint configuration. description: Configuration settings for a remote access session, including billing method. SshPublicKey: type: string minLength: 0 maxLength: 8192 InteractionMode: type: string enum: - INTERACTIVE - NO_VIDEO - VIDEO_ONLY minLength: 0 maxLength: 64 RemoteAccessSession: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the remote access session. name: allOf: - $ref: "#/components/schemas/Name" - description: The name of the remote access session. created: allOf: - $ref: "#/components/schemas/DateTime" - description: The date and time the remote access session was created. status: allOf: - $ref: "#/components/schemas/ExecutionStatus" - description:

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

result: allOf: - $ref: "#/components/schemas/ExecutionResult" - description:

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

message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the remote access session. started: allOf: - $ref: "#/components/schemas/DateTime" - description: The date and time the remote access session was started. stopped: allOf: - $ref: "#/components/schemas/DateTime" - description: The date and time the remote access session was stopped. device: allOf: - $ref: "#/components/schemas/Device" - description: The device (phone or tablet) used in the remote access session. instanceArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the instance. remoteDebugEnabled: allOf: - $ref: "#/components/schemas/Boolean" - description:

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

Remote debugging is no longer supported.

remoteRecordEnabled: allOf: - $ref: "#/components/schemas/Boolean" - description: This flag is set to true if remote recording is enabled for the remote access session. remoteRecordAppArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN for the app to be recorded in the remote access session. hostAddress: allOf: - $ref: "#/components/schemas/HostAddress" - description:

IP address of the EC2 host where you need to connect to remotely debug devices. Only returned if remote debugging is enabled for the remote access session.

Remote debugging is no longer supported.

clientId: allOf: - $ref: "#/components/schemas/ClientId" - description:

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

Remote debugging is no longer supported.

billingMethod: allOf: - $ref: "#/components/schemas/BillingMethod" - description: 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: allOf: - $ref: "#/components/schemas/DeviceMinutes" - description: The number of minutes a device is used in a remote access session (including setup and teardown minutes). endpoint: allOf: - $ref: "#/components/schemas/String" - description: The endpoint for the remote access sesssion. deviceUdid: allOf: - $ref: "#/components/schemas/String" - description:

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

Remote debugging is no longer supported.

interactionMode: allOf: - $ref: "#/components/schemas/InteractionMode" - description: "

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

" skipAppResign: allOf: - $ref: "#/components/schemas/SkipAppResign" - description:

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

vpcConfig: allOf: - $ref: "#/components/schemas/VpcConfig" - description: The VPC security groups and subnets that are attached to a project. description: Represents information about the remote access session. ResourceName: type: string pattern: .*\S.* minLength: 1 maxLength: 64 ResourceDescription: type: string pattern: .*\S.* minLength: 1 maxLength: 2048 TestGridVpcConfig: type: object required: - securityGroupIds - subnetIds - vpcId properties: securityGroupIds: allOf: - $ref: "#/components/schemas/SecurityGroupIds" - description: A list of VPC security group IDs in your Amazon VPC. subnetIds: allOf: - $ref: "#/components/schemas/SubnetIds" - description: A list of VPC subnet IDs in your Amazon VPC. vpcId: allOf: - $ref: "#/components/schemas/NonEmptyString" - description: The ID of the Amazon VPC. description: The VPC security groups and subnets that are attached to a project. TestGridProject: type: object properties: arn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: The ARN for the project. name: allOf: - $ref: "#/components/schemas/String" - description: A human-readable name for the project. description: allOf: - $ref: "#/components/schemas/String" - description: A human-readable description for the project. vpcConfig: allOf: - $ref: "#/components/schemas/TestGridVpcConfig" - description: The VPC security groups and subnets that are attached to a project. created: allOf: - $ref: "#/components/schemas/DateTime" - description: When the project was created. description: A Selenium testing project. Projects are used to collect and collate sessions. DeviceFarmArn: type: string pattern: ^arn:aws:devicefarm:.+ minLength: 32 maxLength: 1011 TestGridUrlExpiresInSecondsInput: type: integer minimum: 60 maximum: 86400 SensitiveString: type: string format: password DateTime: type: string format: date-time 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_NODE_TEST_PACKAGE - APPIUM_RUBY_TEST_PACKAGE - APPIUM_WEB_JAVA_JUNIT_TEST_PACKAGE - APPIUM_WEB_JAVA_TESTNG_TEST_PACKAGE - APPIUM_WEB_PYTHON_TEST_PACKAGE - APPIUM_WEB_NODE_TEST_PACKAGE - APPIUM_WEB_RUBY_TEST_PACKAGE - CALABASH_TEST_PACKAGE - INSTRUMENTATION_TEST_PACKAGE - UIAUTOMATION_TEST_PACKAGE - UIAUTOMATOR_TEST_PACKAGE - XCTEST_TEST_PACKAGE - XCTEST_UI_TEST_PACKAGE - APPIUM_JAVA_JUNIT_TEST_SPEC - APPIUM_JAVA_TESTNG_TEST_SPEC - APPIUM_PYTHON_TEST_SPEC - APPIUM_NODE_TEST_SPEC - APPIUM_RUBY_TEST_SPEC - APPIUM_WEB_JAVA_JUNIT_TEST_SPEC - APPIUM_WEB_JAVA_TESTNG_TEST_SPEC - APPIUM_WEB_PYTHON_TEST_SPEC - APPIUM_WEB_NODE_TEST_SPEC - APPIUM_WEB_RUBY_TEST_SPEC - INSTRUMENTATION_TEST_SPEC - XCTEST_UI_TEST_SPEC Upload: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The upload's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The upload's file name. created: allOf: - $ref: "#/components/schemas/DateTime" - description: When the upload was created. type: allOf: - $ref: "#/components/schemas/UploadType" - description:

The upload's type.

Must be one of the following values:

status: allOf: - $ref: "#/components/schemas/UploadStatus" - description:

The upload's status.

Must be one of the following values:

url: allOf: - $ref: "#/components/schemas/SensitiveURL" - description: The presigned Amazon S3 URL that was used to store a file using a PUT request. metadata: allOf: - $ref: "#/components/schemas/Metadata" - description: 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: allOf: - $ref: "#/components/schemas/ContentType" - description: The upload's content type (for example, application/octet-stream). message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the upload's result. category: allOf: - $ref: "#/components/schemas/UploadCategory" - description: "

The upload's category. Allowed values include:

" description: An app or a set of one or more tests to upload or that have been uploaded. VPCEConfigurationName: type: string minLength: 0 maxLength: 1024 VPCEServiceName: type: string minLength: 0 maxLength: 2048 ServiceDnsName: type: string minLength: 0 maxLength: 2048 VPCEConfigurationDescription: type: string minLength: 0 maxLength: 2048 VPCEConfiguration: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the VPC endpoint configuration. vpceConfigurationName: allOf: - $ref: "#/components/schemas/VPCEConfigurationName" - description: The friendly name you give to your VPC endpoint configuration to manage your configurations more easily. vpceServiceName: allOf: - $ref: "#/components/schemas/VPCEServiceName" - description: The name of the VPC endpoint service running in your AWS account that you want Device Farm to test. serviceDnsName: allOf: - $ref: "#/components/schemas/ServiceDnsName" - description: The DNS name that maps to the private IP address of the service you want to access. vpceConfigurationDescription: allOf: - $ref: "#/components/schemas/VPCEConfigurationDescription" - description: An optional description that provides details about your VPC endpoint configuration. description: Represents an Amazon Virtual Private Cloud (VPC) endpoint configuration. CurrencyCode: type: string enum: - USD IosPaths: type: array items: $ref: "#/components/schemas/String" DeviceHostPaths: type: array items: $ref: "#/components/schemas/String" CustomerArtifactPaths: type: object properties: iosPaths: allOf: - $ref: "#/components/schemas/IosPaths" - description: Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from. androidPaths: allOf: - $ref: "#/components/schemas/AndroidPaths" - description: Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from. deviceHostPaths: allOf: - $ref: "#/components/schemas/DeviceHostPaths" - description: Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from. description:

A JSON object that specifies the paths where the artifacts generated by the customer's tests, on the device or in the test environment, are pulled from.

Specify deviceHostPaths and optionally specify either iosPaths or androidPaths.

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

DeviceFormFactor: type: string enum: - PHONE - TABLET DevicePlatform: type: string enum: - ANDROID - IOS Resolution: type: object properties: width: allOf: - $ref: "#/components/schemas/Integer" - description: The screen resolution's width, expressed in pixels. height: allOf: - $ref: "#/components/schemas/Integer" - description: The screen resolution's height, expressed in pixels. description: Represents the screen resolution of a device in height and width, expressed in pixels. DeviceInstances: type: array items: $ref: "#/components/schemas/DeviceInstance" DeviceAvailability: type: string enum: - TEMPORARY_NOT_AVAILABLE - BUSY - AVAILABLE - HIGHLY_AVAILABLE Device: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The device's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The device's display name. manufacturer: allOf: - $ref: "#/components/schemas/String" - description: The device's manufacturer name. model: allOf: - $ref: "#/components/schemas/String" - description: The device's model name. modelId: allOf: - $ref: "#/components/schemas/String" - description: The device's model ID. formFactor: allOf: - $ref: "#/components/schemas/DeviceFormFactor" - description:

The device's form factor.

Allowed values include:

platform: allOf: - $ref: "#/components/schemas/DevicePlatform" - description:

The device's platform.

Allowed values include:

os: allOf: - $ref: "#/components/schemas/String" - description: The device's operating system type. cpu: allOf: - $ref: "#/components/schemas/CPU" - description: Information about the device's CPU. resolution: allOf: - $ref: "#/components/schemas/Resolution" - description: The resolution of the device. heapSize: allOf: - $ref: "#/components/schemas/Long" - description: The device's heap size, expressed in bytes. memory: allOf: - $ref: "#/components/schemas/Long" - description: The device's total memory size, expressed in bytes. image: allOf: - $ref: "#/components/schemas/String" - description: The device's image name. carrier: allOf: - $ref: "#/components/schemas/String" - description: The device's carrier. radio: allOf: - $ref: "#/components/schemas/String" - description: The device's radio. remoteAccessEnabled: allOf: - $ref: "#/components/schemas/Boolean" - description: Specifies whether remote access has been enabled for the specified device. remoteDebugEnabled: allOf: - $ref: "#/components/schemas/Boolean" - description:

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

Remote debugging is no longer supported.

fleetType: allOf: - $ref: "#/components/schemas/String" - description: The type of fleet to which this device belongs. Possible values are PRIVATE and PUBLIC. fleetName: allOf: - $ref: "#/components/schemas/String" - description: The name of the fleet to which this device belongs. instances: allOf: - $ref: "#/components/schemas/DeviceInstances" - description: The instances that belong to this device. availability: allOf: - $ref: "#/components/schemas/DeviceAvailability" - description: Indicates how likely a device is available for a test run. Currently available in the ListDevices and GetDevice API methods. description: 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 - INSTANCE_ARN - INSTANCE_LABELS - FLEET_TYPE - OS_VERSION - MODEL - AVAILABILITY DeviceFilterAttribute: type: string enum: - ARN - PLATFORM - OS_VERSION - MODEL - AVAILABILITY - FORM_FACTOR - MANUFACTURER - REMOTE_ACCESS_ENABLED - REMOTE_DEBUG_ENABLED - INSTANCE_ARN - INSTANCE_LABELS - FLEET_TYPE RuleOperator: type: string enum: - EQUALS - LESS_THAN - LESS_THAN_OR_EQUALS - GREATER_THAN - GREATER_THAN_OR_EQUALS - IN - NOT_IN - CONTAINS DeviceFilterValues: type: array items: $ref: "#/components/schemas/String" DeviceFilter: type: object required: - attribute - operator - values properties: attribute: allOf: - $ref: "#/components/schemas/DeviceFilterAttribute" - description: '

The aspect of a device such as platform or model used as the selection criteria in a device filter.

The supported operators for each attribute are provided in the following list.

ARN

The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example).

Supported operators: EQUALS, IN, NOT_IN

PLATFORM

The device platform. Valid values are ANDROID or IOS.

Supported operators: EQUALS

OS_VERSION

The operating system version (for example, 10.3.2).

Supported operators: EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, LESS_THAN, LESS_THAN_OR_EQUALS, NOT_IN

MODEL

The device model (for example, iPad 5th Gen).

Supported operators: CONTAINS, EQUALS, IN, NOT_IN

AVAILABILITY

The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.

Supported operators: EQUALS

FORM_FACTOR

The device form factor. Valid values are PHONE or TABLET.

Supported operators: EQUALS

MANUFACTURER

The device manufacturer (for example, Apple).

Supported operators: EQUALS, IN, NOT_IN

REMOTE_ACCESS_ENABLED

Whether the device is enabled for remote access. Valid values are TRUE or FALSE.

Supported operators: EQUALS

REMOTE_DEBUG_ENABLED

Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE.

Supported operators: EQUALS

Because remote debugging is no longer supported, this filter is ignored.

INSTANCE_ARN

The Amazon Resource Name (ARN) of the device instance.

Supported operators: EQUALS, IN, NOT_IN

INSTANCE_LABELS

The label of the device instance.

Supported operators: CONTAINS

FLEET_TYPE

The fleet type. Valid values are PUBLIC or PRIVATE.

Supported operators: EQUALS

' operator: allOf: - $ref: "#/components/schemas/RuleOperator" - description: Specifies how Device Farm compares the filter's attribute to the value. See the attribute descriptions. values: allOf: - $ref: "#/components/schemas/DeviceFilterValues" - description:

An array of one or more filter values used in a device filter.

Operator Values

Attribute Values

description:

Represents a device filter used to select a set of devices to be included in a test run. This data structure is passed in as the deviceSelectionConfiguration parameter to ScheduleRun. For an example of the JSON request syntax, see ScheduleRun.

It is also passed in as the filters parameter to ListDevices. For an example of the JSON request syntax, see ListDevices.

DeviceFilters: type: array items: $ref: "#/components/schemas/DeviceFilter" InstanceLabels: type: array items: $ref: "#/components/schemas/String" InstanceStatus: type: string enum: - IN_USE - PREPARING - AVAILABLE - NOT_AVAILABLE DeviceInstance: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The Amazon Resource Name (ARN) of the device instance. deviceArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the device. labels: allOf: - $ref: "#/components/schemas/InstanceLabels" - description: An array of strings that describe the device instance. status: allOf: - $ref: "#/components/schemas/InstanceStatus" - description: The status of the device instance. Valid values are listed here. udid: allOf: - $ref: "#/components/schemas/String" - description: Unique device identifier for the device instance. instanceProfile: allOf: - $ref: "#/components/schemas/InstanceProfile" - description: A object that contains information about the instance profile. description: Represents the device instance. DeviceMinutes: type: object properties: total: allOf: - $ref: "#/components/schemas/Double" - description: When specified, represents the total minutes used by the resource to run tests. metered: allOf: - $ref: "#/components/schemas/Double" - description: When specified, represents only the sum of metered minutes used by the resource to run tests. unmetered: allOf: - $ref: "#/components/schemas/Double" - description: When specified, represents only the sum of unmetered minutes used by the resource to run tests. description: Represents the total (metered or unmetered) minutes used by the resource to run tests. Contains the sum of minutes consumed by all children. DevicePoolType: type: string enum: - CURATED - PRIVATE IncompatibilityMessages: type: array items: $ref: "#/components/schemas/IncompatibilityMessage" DevicePoolCompatibilityResult: type: object properties: device: allOf: - $ref: "#/components/schemas/Device" - description: The device (phone or tablet) to return information about. compatible: allOf: - $ref: "#/components/schemas/Boolean" - description: Whether the result was compatible with the device pool. incompatibilityMessages: allOf: - $ref: "#/components/schemas/IncompatibilityMessages" - description: Information about the compatibility. description: Represents a device pool compatibility result. DevicePoolCompatibilityResults: type: array items: $ref: "#/components/schemas/DevicePoolCompatibilityResult" DevicePools: type: array items: $ref: "#/components/schemas/DevicePool" DeviceSelectionConfiguration: type: object required: - filters - maxDevices properties: filters: allOf: - $ref: "#/components/schemas/DeviceFilters" - description: '

Used to dynamically select a set of devices for a test run. A filter is made up of an attribute, an operator, and one or more values.

' maxDevices: allOf: - $ref: "#/components/schemas/Integer" - description: The maximum number of devices to be included in a test run. description: Represents the device filters used in a test run and the maximum number of devices to be included in the run. It is passed in as the deviceSelectionConfiguration request parameter in ScheduleRun. DeviceSelectionResult: type: object properties: filters: allOf: - $ref: "#/components/schemas/DeviceFilters" - description: The filters in a device selection result. matchedDevicesCount: allOf: - $ref: "#/components/schemas/Integer" - description: The number of devices that matched the device filter selection criteria. maxDevices: allOf: - $ref: "#/components/schemas/Integer" - description: The maximum number of devices to be selected by a device filter and included in a test run. description: Contains the run results requested by the device selection configuration and how many devices were returned. For an example of the JSON response syntax, see ScheduleRun. Devices: type: array items: $ref: "#/components/schemas/Device" VideoCapture: type: boolean ExecutionConfiguration: type: object properties: jobTimeoutMinutes: allOf: - $ref: "#/components/schemas/JobTimeoutMinutes" - description: The number of minutes a test run executes before it times out. accountsCleanup: allOf: - $ref: "#/components/schemas/AccountsCleanup" - description: True if account cleanup is enabled at the beginning of the test. Otherwise, false. appPackagesCleanup: allOf: - $ref: "#/components/schemas/AppPackagesCleanup" - description: True if app package cleanup is enabled at the beginning of the test. Otherwise, false. videoCapture: allOf: - $ref: "#/components/schemas/VideoCapture" - description: Set to true to enable video capture. Otherwise, set to false. The default is true. skipAppResign: allOf: - $ref: "#/components/schemas/SkipAppResign" - description:

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

description: 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 - VPC_ENDPOINT_SETUP_FAILED ExecutionStatus: type: string enum: - PENDING - PENDING_CONCURRENCY - PENDING_DEVICE - PROCESSING - SCHEDULING - PREPARING - RUNNING - COMPLETED - STOPPING Filter: type: string minLength: 0 maxLength: 8192 TestType: type: string enum: - BUILTIN_FUZZ - BUILTIN_EXPLORER - WEB_PERFORMANCE_PROFILE - APPIUM_JAVA_JUNIT - APPIUM_JAVA_TESTNG - APPIUM_PYTHON - APPIUM_NODE - APPIUM_RUBY - APPIUM_WEB_JAVA_JUNIT - APPIUM_WEB_JAVA_TESTNG - APPIUM_WEB_PYTHON - APPIUM_WEB_NODE - APPIUM_WEB_RUBY - CALABASH - INSTRUMENTATION - UIAUTOMATION - UIAUTOMATOR - XCTEST - XCTEST_UI - REMOTE_ACCESS_RECORD - REMOTE_ACCESS_REPLAY ScheduleRunTest: type: object required: - type properties: type: allOf: - $ref: "#/components/schemas/TestType" - description:

The test's type.

Must be one of the following values:

testPackageArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the uploaded test to be run. testSpecArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the YAML-formatted test specification. filter: allOf: - $ref: "#/components/schemas/Filter" - description: The test's filter. parameters: allOf: - $ref: "#/components/schemas/TestParameters" - description: "

The test's parameters, such as test framework parameters and fixture settings. Parameters are represented by name-value pairs of strings.

For all tests:

For Calabash tests:

For Appium tests (all types):

For fuzz tests (Android only):

For Explorer tests:

For Instrumentation:

For XCTest and XCTestUI:

For UIAutomator:

" description: Represents test settings. This data structure is passed in as the test parameter to ScheduleRun. For an example of the JSON request syntax, see ScheduleRun. ScheduleRunConfiguration: type: object properties: extraDataPackageArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the extra data for the run. The extra data is a .zip file that AWS Device Farm extracts to external data for Android or the app's sandbox for iOS. networkProfileArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: Reserved for internal use. locale: allOf: - $ref: "#/components/schemas/String" - description: Information about the locale that is used for the run. location: allOf: - $ref: "#/components/schemas/Location" - description: Information about the location that is used for the run. vpceConfigurationArns: allOf: - $ref: "#/components/schemas/AmazonResourceNames" - description: An array of ARNs for your VPC endpoint configurations. customerArtifactPaths: allOf: - $ref: "#/components/schemas/CustomerArtifactPaths" - description: Input CustomerArtifactPaths object for the scheduled run configuration. radios: allOf: - $ref: "#/components/schemas/Radios" - description: Information about the radio states for the run. auxiliaryApps: allOf: - $ref: "#/components/schemas/AmazonResourceNames" - description: A list of upload ARNs for app packages to be installed with your app. billingMethod: allOf: - $ref: "#/components/schemas/BillingMethod" - description: "

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

If you have purchased unmetered device slots, you must set this parameter to unmetered to make use of them. Otherwise, your run counts against your metered time.

" description: Represents the settings for a run. Includes things like location, radio states, auxiliary apps, and network profiles. Job: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The job's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The job's name. type: allOf: - $ref: "#/components/schemas/TestType" - description:

The job's type.

Allowed values include the following:

created: allOf: - $ref: "#/components/schemas/DateTime" - description: When the job was created. status: allOf: - $ref: "#/components/schemas/ExecutionStatus" - description:

The job's status.

Allowed values include:

result: allOf: - $ref: "#/components/schemas/ExecutionResult" - description:

The job's result.

Allowed values include:

started: allOf: - $ref: "#/components/schemas/DateTime" - description: The job's start time. stopped: allOf: - $ref: "#/components/schemas/DateTime" - description: The job's stop time. counters: allOf: - $ref: "#/components/schemas/Counters" - description: The job's result counters. message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the job's result. device: allOf: - $ref: "#/components/schemas/Device" - description: The device (phone or tablet). instanceArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the instance. deviceMinutes: allOf: - $ref: "#/components/schemas/DeviceMinutes" - description: Represents the total (metered or unmetered) minutes used by the job. videoEndpoint: allOf: - $ref: "#/components/schemas/String" - description: The endpoint for streaming device video. videoCapture: allOf: - $ref: "#/components/schemas/VideoCapture" - description: This value is set to true if video capture is enabled. Otherwise, it is set to false. description: Represents a device. PaginationToken: type: string minLength: 4 maxLength: 1024 OfferingStatusMap: type: object additionalProperties: $ref: "#/components/schemas/OfferingStatus" Run: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The run's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The run's name. type: allOf: - $ref: "#/components/schemas/TestType" - description:

The run's type.

Must be one of the following values:

platform: allOf: - $ref: "#/components/schemas/DevicePlatform" - description:

The run's platform.

Allowed values include:

created: allOf: - $ref: "#/components/schemas/DateTime" - description: When the run was created. status: allOf: - $ref: "#/components/schemas/ExecutionStatus" - description:

The run's status.

Allowed values include:

result: allOf: - $ref: "#/components/schemas/ExecutionResult" - description:

The run's result.

Allowed values include:

started: allOf: - $ref: "#/components/schemas/DateTime" - description: The run's start time. stopped: allOf: - $ref: "#/components/schemas/DateTime" - description: The run's stop time. counters: allOf: - $ref: "#/components/schemas/Counters" - description: The run's result counters. message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the run's result. totalJobs: allOf: - $ref: "#/components/schemas/Integer" - description: The total number of jobs for the run. completedJobs: allOf: - $ref: "#/components/schemas/Integer" - description: The total number of completed jobs. billingMethod: allOf: - $ref: "#/components/schemas/BillingMethod" - description: "

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

If you have unmetered device slots, you must set this to unmetered to use them. Otherwise, the run is counted toward metered device minutes.

" deviceMinutes: allOf: - $ref: "#/components/schemas/DeviceMinutes" - description: Represents the total (metered or unmetered) minutes used by the test run. networkProfile: allOf: - $ref: "#/components/schemas/NetworkProfile" - description: The network profile being used for a test run. parsingResultUrl: allOf: - $ref: "#/components/schemas/String" - description: Read-only URL for an object in an S3 bucket where you can get the parsing results of the test package. If the test package doesn't parse, the reason why it doesn't parse appears in the file that this URL points to. resultCode: allOf: - $ref: "#/components/schemas/ExecutionResultCode" - description: 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: allOf: - $ref: "#/components/schemas/Integer" - description: 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: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: An app to upload or that has been uploaded. eventCount: allOf: - $ref: "#/components/schemas/Integer" - description: For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform. jobTimeoutMinutes: allOf: - $ref: "#/components/schemas/JobTimeoutMinutes" - description: The number of minutes the job executes before it times out. devicePoolArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the device pool for the run. locale: allOf: - $ref: "#/components/schemas/String" - description: Information about the locale that is used for the run. radios: allOf: - $ref: "#/components/schemas/Radios" - description: Information about the radio states for the run. location: allOf: - $ref: "#/components/schemas/Location" - description: Information about the location that is used for the run. customerArtifactPaths: allOf: - $ref: "#/components/schemas/CustomerArtifactPaths" - description: Output CustomerArtifactPaths object for the test run. webUrl: allOf: - $ref: "#/components/schemas/String" - description: The Device Farm console URL for the recording of the run. skipAppResign: allOf: - $ref: "#/components/schemas/SkipAppResign" - description:

When set to true, for private devices, Device Farm does not sign your app again. For public devices, Device Farm always signs your apps again.

For more information about how Device Farm re-signs your apps, see Do you modify my app? in the AWS Device Farm FAQs.

testSpecArn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The ARN of the YAML-formatted test specification for the run. deviceSelectionResult: allOf: - $ref: "#/components/schemas/DeviceSelectionResult" - description: The results of a device filter used to select the devices for a test run. vpcConfig: allOf: - $ref: "#/components/schemas/VpcConfig" - description: The VPC security groups and subnets that are attached to a project. description: Represents a test run on a set of devices with a given app package, test parameters, and so on. Suite: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The suite's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The suite's name. type: allOf: - $ref: "#/components/schemas/TestType" - description:

The suite's type.

Must be one of the following values:

created: allOf: - $ref: "#/components/schemas/DateTime" - description: When the suite was created. status: allOf: - $ref: "#/components/schemas/ExecutionStatus" - description:

The suite's status.

Allowed values include:

result: allOf: - $ref: "#/components/schemas/ExecutionResult" - description:

The suite's result.

Allowed values include:

started: allOf: - $ref: "#/components/schemas/DateTime" - description: The suite's start time. stopped: allOf: - $ref: "#/components/schemas/DateTime" - description: The suite's stop time. counters: allOf: - $ref: "#/components/schemas/Counters" - description: The suite's result counters. message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the suite's result. deviceMinutes: allOf: - $ref: "#/components/schemas/DeviceMinutes" - description: Represents the total (metered or unmetered) minutes used by the test suite. description: Represents a collection of one or more tests. ResourceId: type: string pattern: .*\S.* minLength: 1 maxLength: 128 TestGridSession: type: object properties: arn: allOf: - $ref: "#/components/schemas/DeviceFarmArn" - description: The ARN of the session. status: allOf: - $ref: "#/components/schemas/TestGridSessionStatus" - description: The state of the session. created: allOf: - $ref: "#/components/schemas/DateTime" - description: The time that the session was started. ended: allOf: - $ref: "#/components/schemas/DateTime" - description: The time the session ended. billingMinutes: allOf: - $ref: "#/components/schemas/Double" - description: "The number of billed minutes that were used for this session. " seleniumProperties: allOf: - $ref: "#/components/schemas/String" - description: A JSON object of options and parameters passed to the Selenium WebDriver. description: A TestGridSession is a single instance of a browser launched from the URL provided by a call to CreateTestGridUrl. Test: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The test's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The test's name. type: allOf: - $ref: "#/components/schemas/TestType" - description:

The test's type.

Must be one of the following values:

created: allOf: - $ref: "#/components/schemas/DateTime" - description: When the test was created. status: allOf: - $ref: "#/components/schemas/ExecutionStatus" - description:

The test's status.

Allowed values include:

result: allOf: - $ref: "#/components/schemas/ExecutionResult" - description:

The test's result.

Allowed values include:

started: allOf: - $ref: "#/components/schemas/DateTime" - description: The test's start time. stopped: allOf: - $ref: "#/components/schemas/DateTime" - description: The test's stop time. counters: allOf: - $ref: "#/components/schemas/Counters" - description: The test's result counters. message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the test's result. deviceMinutes: allOf: - $ref: "#/components/schemas/DeviceMinutes" - description: Represents the total (metered or unmetered) minutes used by the test. description: Represents a condition that is evaluated. HostAddress: type: string maxLength: 1024 IncompatibilityMessage: type: object properties: message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the incompatibility. type: allOf: - $ref: "#/components/schemas/DeviceAttribute" - description:

The type of incompatibility.

Allowed values include:

description: Represents information about incompatibility. InstanceProfiles: type: array items: $ref: "#/components/schemas/InstanceProfile" Jobs: type: array items: $ref: "#/components/schemas/Job" NetworkProfiles: type: array items: $ref: "#/components/schemas/NetworkProfile" OfferingPromotions: type: array items: $ref: "#/components/schemas/OfferingPromotion" OfferingTransactions: type: array items: $ref: "#/components/schemas/OfferingTransaction" Offerings: type: array items: $ref: "#/components/schemas/Offering" Projects: type: array items: $ref: "#/components/schemas/Project" RemoteAccessSessions: type: array items: $ref: "#/components/schemas/RemoteAccessSession" Runs: type: array items: $ref: "#/components/schemas/Run" Samples: type: array items: $ref: "#/components/schemas/Sample" Suites: type: array items: $ref: "#/components/schemas/Suite" TagList: type: array items: $ref: "#/components/schemas/Tag" maxItems: 150 MaxPageSize: type: integer minimum: 1 maximum: 1000 TestGridProjects: type: array items: $ref: "#/components/schemas/TestGridProject" TestGridSessionActions: type: array items: $ref: "#/components/schemas/TestGridSessionAction" TestGridSessionArtifactCategory: type: string enum: - VIDEO - LOG TestGridSessionArtifacts: type: array items: $ref: "#/components/schemas/TestGridSessionArtifact" TestGridSessionStatus: type: string enum: - ACTIVE - CLOSED - ERRORED TestGridSessions: type: array items: $ref: "#/components/schemas/TestGridSession" Tests: type: array items: $ref: "#/components/schemas/Test" UniqueProblemsByExecutionResultMap: type: object additionalProperties: $ref: "#/components/schemas/UniqueProblems" Uploads: type: array items: $ref: "#/components/schemas/Upload" VPCEConfigurations: type: array items: $ref: "#/components/schemas/VPCEConfiguration" Location: type: object required: - latitude - longitude properties: latitude: allOf: - $ref: "#/components/schemas/Double" - description: The latitude. longitude: allOf: - $ref: "#/components/schemas/Double" - description: The longitude. description:

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

Elevation is currently not supported.

Metadata: type: string minLength: 0 maxLength: 8192 MonetaryAmount: type: object properties: amount: allOf: - $ref: "#/components/schemas/Double" - description: The numerical amount of an offering or transaction. currencyCode: allOf: - $ref: "#/components/schemas/CurrencyCode" - description: The currency code of a monetary amount. For example, USD means U.S. dollars. description: A number that represents the monetary amount for an offering or transaction. NonEmptyString: type: string pattern: .*\S.* minLength: 1 maxLength: 4096 OfferingIdentifier: type: string minLength: 32 OfferingType: type: string enum: - RECURRING RecurringCharges: type: array items: $ref: "#/components/schemas/RecurringCharge" Offering: type: object properties: id: allOf: - $ref: "#/components/schemas/OfferingIdentifier" - description: The ID that corresponds to a device offering. description: allOf: - $ref: "#/components/schemas/Message" - description: A string that describes the offering. type: allOf: - $ref: "#/components/schemas/OfferingType" - description: The type of offering (for example, RECURRING) for a device. platform: allOf: - $ref: "#/components/schemas/DevicePlatform" - description: The platform of the device (for example, ANDROID or IOS). recurringCharges: allOf: - $ref: "#/components/schemas/RecurringCharges" - description: Specifies whether there are recurring charges for the offering. description: Represents the metadata of a device offering. OfferingPromotionIdentifier: type: string minLength: 4 OfferingPromotion: type: object properties: id: allOf: - $ref: "#/components/schemas/OfferingPromotionIdentifier" - description: The ID of the offering promotion. description: allOf: - $ref: "#/components/schemas/Message" - description: A string that describes the offering promotion. description: Represents information about an offering promotion. OfferingTransactionType: type: string enum: - PURCHASE - RENEW - SYSTEM OfferingStatus: type: object properties: type: allOf: - $ref: "#/components/schemas/OfferingTransactionType" - description: The type specified for the offering status. offering: allOf: - $ref: "#/components/schemas/Offering" - description: Represents the metadata of an offering status. quantity: allOf: - $ref: "#/components/schemas/Integer" - description: The number of available devices in the offering. effectiveOn: allOf: - $ref: "#/components/schemas/DateTime" - description: The date on which the offering is effective. description: The status of the offering. TransactionIdentifier: type: string minLength: 32 OfferingTransaction: type: object properties: offeringStatus: allOf: - $ref: "#/components/schemas/OfferingStatus" - description: The status of an offering transaction. transactionId: allOf: - $ref: "#/components/schemas/TransactionIdentifier" - description: The transaction ID of the offering transaction. offeringPromotionId: allOf: - $ref: "#/components/schemas/OfferingPromotionIdentifier" - description: The ID that corresponds to a device offering promotion. createdOn: allOf: - $ref: "#/components/schemas/DateTime" - description: The date on which an offering transaction was created. cost: allOf: - $ref: "#/components/schemas/MonetaryAmount" - description: The cost of an offering transaction. description: Represents the metadata of an offering transaction. ProblemDetail: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The problem detail's ARN. name: allOf: - $ref: "#/components/schemas/Name" - description: The problem detail's name. description: Information about a problem detail. Problem: type: object properties: run: allOf: - $ref: "#/components/schemas/ProblemDetail" - description: Information about the associated run. job: allOf: - $ref: "#/components/schemas/ProblemDetail" - description: Information about the associated job. suite: allOf: - $ref: "#/components/schemas/ProblemDetail" - description: Information about the associated suite. test: allOf: - $ref: "#/components/schemas/ProblemDetail" - description: Information about the associated test. device: allOf: - $ref: "#/components/schemas/Device" - description: Information about the associated device. result: allOf: - $ref: "#/components/schemas/ExecutionResult" - description:

The problem's result.

Allowed values include:

message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the problem's result. description: Represents a specific warning or failure. Problems: type: array items: $ref: "#/components/schemas/Problem" Radios: type: object properties: wifi: allOf: - $ref: "#/components/schemas/Boolean" - description: True if Wi-Fi is enabled at the beginning of the test. Otherwise, false. bluetooth: allOf: - $ref: "#/components/schemas/Boolean" - description: True if Bluetooth is enabled at the beginning of the test. Otherwise, false. nfc: allOf: - $ref: "#/components/schemas/Boolean" - description: True if NFC is enabled at the beginning of the test. Otherwise, false. gps: allOf: - $ref: "#/components/schemas/Boolean" - description: True if GPS is enabled at the beginning of the test. Otherwise, false. description: Represents the set of radios and their states on a device. Examples of radios include Wi-Fi, GPS, Bluetooth, and NFC. RecurringChargeFrequency: type: string enum: - MONTHLY RecurringCharge: type: object properties: cost: allOf: - $ref: "#/components/schemas/MonetaryAmount" - description: The cost of the recurring charge. frequency: allOf: - $ref: "#/components/schemas/RecurringChargeFrequency" - description: The frequency in which charges recur. description: Specifies whether charges for devices are recurring. Rule: type: object properties: attribute: allOf: - $ref: "#/components/schemas/DeviceAttribute" - description: "

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

The supported operators for each attribute are provided in the following list.

APPIUM_VERSION

The Appium version for the test.

Supported operators: CONTAINS

ARN

The Amazon Resource Name (ARN) of the device (for example, arn:aws:devicefarm:us-west-2::device:12345Example.

Supported operators: EQUALS, IN, NOT_IN

AVAILABILITY

The current availability of the device. Valid values are AVAILABLE, HIGHLY_AVAILABLE, BUSY, or TEMPORARY_NOT_AVAILABLE.

Supported operators: EQUALS

FLEET_TYPE

The fleet type. Valid values are PUBLIC or PRIVATE.

Supported operators: EQUALS

FORM_FACTOR

The device form factor. Valid values are PHONE or TABLET.

Supported operators: EQUALS, IN, NOT_IN

INSTANCE_ARN

The Amazon Resource Name (ARN) of the device instance.

Supported operators: IN, NOT_IN

INSTANCE_LABELS

The label of the device instance.

Supported operators: CONTAINS

MANUFACTURER

The device manufacturer (for example, Apple).

Supported operators: EQUALS, IN, NOT_IN

MODEL

The device model, such as Apple iPad Air 2 or Google Pixel.

Supported operators: CONTAINS, EQUALS, IN, NOT_IN

OS_VERSION

The operating system version (for example, 10.3.2).

Supported operators: EQUALS, GREATER_THAN, GREATER_THAN_OR_EQUALS, IN, LESS_THAN, LESS_THAN_OR_EQUALS, NOT_IN

PLATFORM

The device platform. Valid values are ANDROID or IOS.

Supported operators: EQUALS, IN, NOT_IN

REMOTE_ACCESS_ENABLED

Whether the device is enabled for remote access. Valid values are TRUE or FALSE.

Supported operators: EQUALS

REMOTE_DEBUG_ENABLED

Whether the device is enabled for remote debugging. Valid values are TRUE or FALSE.

Supported operators: EQUALS

Because remote debugging is no longer supported, this filter is ignored.

" operator: allOf: - $ref: "#/components/schemas/RuleOperator" - description: Specifies how Device Farm compares the rule's attribute to the value. For the operators that are supported by each attribute, see the attribute descriptions. value: allOf: - $ref: "#/components/schemas/String" - description: The rule's value. description: Represents a condition for a device pool. 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 Sample: type: object properties: arn: allOf: - $ref: "#/components/schemas/AmazonResourceName" - description: The sample's ARN. type: allOf: - $ref: "#/components/schemas/SampleType" - description: "

The sample's type.

Must be one of the following values:

" url: allOf: - $ref: "#/components/schemas/URL" - description: The presigned Amazon S3 URL that can be used with a GET request to download the sample's file. description: Represents a sample of performance data. TestParameters: type: object additionalProperties: $ref: "#/components/schemas/String" SecurityGroupId: type: string pattern: ^sg-[0-9a-fA-F]{8,}$ minLength: 1 maxLength: 4096 SecurityGroupIds: type: array items: $ref: "#/components/schemas/NonEmptyString" minItems: 1 maxItems: 5 SensitiveURL: type: string minLength: 0 maxLength: 2048 format: password SubnetId: type: string pattern: ^subnet-[0-9a-fA-F]{8,}$ minLength: 1 maxLength: 4096 SubnetIds: type: array items: $ref: "#/components/schemas/NonEmptyString" minItems: 1 maxItems: 8 TagKey: type: string minLength: 1 maxLength: 128 TagValue: type: string minLength: 0 maxLength: 256 Tag: type: object required: - Key - Value properties: Key: allOf: - $ref: "#/components/schemas/TagKey" - description: One part of a key-value pair that makes up a tag. A key is a general label that acts like a category for more specific tag values. Value: allOf: - $ref: "#/components/schemas/TagValue" - description: The optional part of a key-value pair that makes up a tag. A value acts as a descriptor in a tag category (key). description: "The metadata that you apply to a resource to help you categorize and organize it. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters. Tag values can have a maximum length of 256 characters. " TagKeyList: type: array items: $ref: "#/components/schemas/TagKey" maxItems: 150 TestGridSessionAction: type: object properties: action: allOf: - $ref: "#/components/schemas/String" - description: The action taken by the session. started: allOf: - $ref: "#/components/schemas/DateTime" - description: The time that the session invoked the action. duration: allOf: - $ref: "#/components/schemas/Long" - description: The time, in milliseconds, that the action took to complete in the browser. statusCode: allOf: - $ref: "#/components/schemas/String" - description: HTTP status code returned to the browser when the action was taken. requestMethod: allOf: - $ref: "#/components/schemas/String" - description: HTTP method that the browser used to make the request. description: An action taken by a TestGridSession browser instance. TestGridSessionArtifactType: type: string enum: - UNKNOWN - VIDEO - SELENIUM_LOG TestGridSessionArtifact: type: object properties: filename: allOf: - $ref: "#/components/schemas/String" - description: The file name of the artifact. type: allOf: - $ref: "#/components/schemas/TestGridSessionArtifactType" - description: The kind of artifact. url: allOf: - $ref: "#/components/schemas/SensitiveString" - description: A semi-stable URL to the content of the object. description:

Artifacts are video and other files that are produced in the process of running a browser in an automated context.

Video elements might be broken up into multiple artifacts as they grow in size during creation.

UniqueProblem: type: object properties: message: allOf: - $ref: "#/components/schemas/Message" - description: A message about the unique problems' result. problems: allOf: - $ref: "#/components/schemas/Problems" - description: Information about the problems. description: A collection of one or more problems, grouped by their result. UniqueProblems: type: array items: $ref: "#/components/schemas/UniqueProblem" UploadStatus: type: string enum: - INITIALIZED - PROCESSING - SUCCEEDED - FAILED UploadCategory: type: string enum: - CURATED - PRIVATE VpcSecurityGroupIds: type: array items: $ref: "#/components/schemas/SecurityGroupId" minItems: 1 maxItems: 5 VpcSubnetIds: type: array items: $ref: "#/components/schemas/SubnetId" minItems: 1 maxItems: 8 security: - hmac: []