DeviceFarm
public struct DeviceFarm
Client object for interacting with AWS DeviceFarm service.
Welcome to the AWS Device Farm API documentation, which contains APIs for: Testing on desktop browsers Device Farm makes it possible for you to test your web applications on desktop browsers using Selenium. The APIs for desktop browser testing contain TestGrid in their names. For more information, see Testing Web Applications on Selenium with Device Farm. Testing on real mobile devices Device Farm makes it possible for you to test apps on physical phones, tablets, and other devices in the cloud. For more information, see the Device Farm Developer Guide.
-
Undocumented
Declaration
Swift
public let client: AWSClient
-
Initialize the DeviceFarm client
Declaration
Swift
public init(accessKeyId: String? = nil, secretAccessKey: String? = nil, sessionToken: String? = nil, region: AWSSDKSwiftCore.Region? = nil, endpoint: String? = nil, middlewares: [AWSServiceMiddleware] = [], eventLoopGroupProvider: AWSClient.EventLoopGroupProvider = .useAWSClientShared)
Parameters
accessKeyId
Public access key provided by AWS
secretAccessKey
Private access key provided by AWS
sessionToken
Token provided by STS.AssumeRole() which allows access to another AWS account
region
Region of server you want to communicate with
endpoint
Custom endpoint URL to use instead of standard AWS servers
middlewares
Array of middlewares to apply to requests and responses
eventLoopGroupProvider
EventLoopGroup to use. Use
useAWSClientShared
if the client shall manage its own EventLoopGroup.
-
Creates a device pool.
Declaration
Swift
public func createDevicePool(_ input: CreateDevicePoolRequest) -> EventLoopFuture<CreateDevicePoolResult>
-
Creates a profile that can be applied to one or more private fleet device instances.
Declaration
Swift
public func createInstanceProfile(_ input: CreateInstanceProfileRequest) -> EventLoopFuture<CreateInstanceProfileResult>
-
Creates a network profile.
Declaration
Swift
public func createNetworkProfile(_ input: CreateNetworkProfileRequest) -> EventLoopFuture<CreateNetworkProfileResult>
-
Creates a project.
Declaration
Swift
public func createProject(_ input: CreateProjectRequest) -> EventLoopFuture<CreateProjectResult>
-
Specifies and starts a remote access session.
Declaration
Swift
public func createRemoteAccessSession(_ input: CreateRemoteAccessSessionRequest) -> EventLoopFuture<CreateRemoteAccessSessionResult>
-
Creates a Selenium testing project. Projects are used to track TestGridSession instances.
Declaration
Swift
public func createTestGridProject(_ input: CreateTestGridProjectRequest) -> EventLoopFuture<CreateTestGridProjectResult>
-
Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.
Declaration
Swift
public func createTestGridUrl(_ input: CreateTestGridUrlRequest) -> EventLoopFuture<CreateTestGridUrlResult>
-
Uploads an app or test scripts.
Declaration
Swift
public func createUpload(_ input: CreateUploadRequest) -> EventLoopFuture<CreateUploadResult>
-
Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
Declaration
Swift
public func createVPCEConfiguration(_ input: CreateVPCEConfigurationRequest) -> EventLoopFuture<CreateVPCEConfigurationResult>
-
Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
Declaration
Swift
public func deleteDevicePool(_ input: DeleteDevicePoolRequest) -> EventLoopFuture<DeleteDevicePoolResult>
-
Deletes a profile that can be applied to one or more private device instances.
Declaration
Swift
public func deleteInstanceProfile(_ input: DeleteInstanceProfileRequest) -> EventLoopFuture<DeleteInstanceProfileResult>
-
Deletes a network profile.
Declaration
Swift
public func deleteNetworkProfile(_ input: DeleteNetworkProfileRequest) -> EventLoopFuture<DeleteNetworkProfileResult>
-
Deletes an AWS Device Farm project, given the project ARN. Deleting this resource does not stop an in-progress run.
Declaration
Swift
public func deleteProject(_ input: DeleteProjectRequest) -> EventLoopFuture<DeleteProjectResult>
-
Deletes a completed remote access session and its results.
Declaration
Swift
public func deleteRemoteAccessSession(_ input: DeleteRemoteAccessSessionRequest) -> EventLoopFuture<DeleteRemoteAccessSessionResult>
-
Deletes the run, given the run ARN. Deleting this resource does not stop an in-progress run.
Declaration
Swift
public func deleteRun(_ input: DeleteRunRequest) -> EventLoopFuture<DeleteRunResult>
-
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.
Declaration
Swift
public func deleteTestGridProject(_ input: DeleteTestGridProjectRequest) -> EventLoopFuture<DeleteTestGridProjectResult>
-
Deletes an upload given the upload ARN.
Declaration
Swift
public func deleteUpload(_ input: DeleteUploadRequest) -> EventLoopFuture<DeleteUploadResult>
-
Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
Declaration
Swift
public func deleteVPCEConfiguration(_ input: DeleteVPCEConfigurationRequest) -> EventLoopFuture<DeleteVPCEConfigurationResult>
-
Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
Declaration
Swift
public func getAccountSettings(_ input: GetAccountSettingsRequest) -> EventLoopFuture<GetAccountSettingsResult>
-
Gets information about a unique device type.
Declaration
Swift
public func getDevice(_ input: GetDeviceRequest) -> EventLoopFuture<GetDeviceResult>
-
Returns information about a device instance that belongs to a private device fleet.
Declaration
Swift
public func getDeviceInstance(_ input: GetDeviceInstanceRequest) -> EventLoopFuture<GetDeviceInstanceResult>
-
Gets information about a device pool.
Declaration
Swift
public func getDevicePool(_ input: GetDevicePoolRequest) -> EventLoopFuture<GetDevicePoolResult>
-
Gets information about compatibility with a device pool.
Declaration
Swift
public func getDevicePoolCompatibility(_ input: GetDevicePoolCompatibilityRequest) -> EventLoopFuture<GetDevicePoolCompatibilityResult>
-
Returns information about the specified instance profile.
Declaration
Swift
public func getInstanceProfile(_ input: GetInstanceProfileRequest) -> EventLoopFuture<GetInstanceProfileResult>
-
Gets information about a job.
Declaration
Swift
public func getJob(_ input: GetJobRequest) -> EventLoopFuture<GetJobResult>
-
Returns information about a network profile.
Declaration
Swift
public func getNetworkProfile(_ input: GetNetworkProfileRequest) -> EventLoopFuture<GetNetworkProfileResult>
-
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.
Declaration
Swift
public func getOfferingStatus(_ input: GetOfferingStatusRequest) -> EventLoopFuture<GetOfferingStatusResult>
-
Gets information about a project.
Declaration
Swift
public func getProject(_ input: GetProjectRequest) -> EventLoopFuture<GetProjectResult>
-
Returns a link to a currently running remote access session.
Declaration
Swift
public func getRemoteAccessSession(_ input: GetRemoteAccessSessionRequest) -> EventLoopFuture<GetRemoteAccessSessionResult>
-
Gets information about a run.
Declaration
Swift
public func getRun(_ input: GetRunRequest) -> EventLoopFuture<GetRunResult>
-
Gets information about a suite.
Declaration
Swift
public func getSuite(_ input: GetSuiteRequest) -> EventLoopFuture<GetSuiteResult>
-
Gets information about a test.
Declaration
Swift
public func getTest(_ input: GetTestRequest) -> EventLoopFuture<GetTestResult>
-
Retrieves information about a Selenium testing project.
Declaration
Swift
public func getTestGridProject(_ input: GetTestGridProjectRequest) -> EventLoopFuture<GetTestGridProjectResult>
-
A session is an instance of a browser created through a RemoteWebDriver with the URL from CreateTestGridUrlResult$url. You can use the following to look up sessions: The session ARN (GetTestGridSessionRequest$sessionArn). The project ARN and a session ID (GetTestGridSessionRequest$projectArn and GetTestGridSessionRequest$sessionId).
Declaration
Swift
public func getTestGridSession(_ input: GetTestGridSessionRequest) -> EventLoopFuture<GetTestGridSessionResult>
-
Gets information about an upload.
Declaration
Swift
public func getUpload(_ input: GetUploadRequest) -> EventLoopFuture<GetUploadResult>
-
Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
Declaration
Swift
public func getVPCEConfiguration(_ input: GetVPCEConfigurationRequest) -> EventLoopFuture<GetVPCEConfigurationResult>
-
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.
Declaration
Swift
public func installToRemoteAccessSession(_ input: InstallToRemoteAccessSessionRequest) -> EventLoopFuture<InstallToRemoteAccessSessionResult>
-
Gets information about artifacts.
Declaration
Swift
public func listArtifacts(_ input: ListArtifactsRequest) -> EventLoopFuture<ListArtifactsResult>
-
Returns information about the private device instances associated with one or more AWS accounts.
Declaration
Swift
public func listDeviceInstances(_ input: ListDeviceInstancesRequest) -> EventLoopFuture<ListDeviceInstancesResult>
-
Gets information about device pools.
Declaration
Swift
public func listDevicePools(_ input: ListDevicePoolsRequest) -> EventLoopFuture<ListDevicePoolsResult>
-
Gets information about unique device types.
Declaration
Swift
public func listDevices(_ input: ListDevicesRequest) -> EventLoopFuture<ListDevicesResult>
-
Returns information about all the instance profiles in an AWS account.
Declaration
Swift
public func listInstanceProfiles(_ input: ListInstanceProfilesRequest) -> EventLoopFuture<ListInstanceProfilesResult>
-
Gets information about jobs for a given test run.
Declaration
Swift
public func listJobs(_ input: ListJobsRequest) -> EventLoopFuture<ListJobsResult>
-
Returns the list of available network profiles.
Declaration
Swift
public func listNetworkProfiles(_ input: ListNetworkProfilesRequest) -> EventLoopFuture<ListNetworkProfilesResult>
-
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.
Declaration
Swift
public func listOfferingPromotions(_ input: ListOfferingPromotionsRequest) -> EventLoopFuture<ListOfferingPromotionsResult>
-
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.
Declaration
Swift
public func listOfferingTransactions(_ input: ListOfferingTransactionsRequest) -> EventLoopFuture<ListOfferingTransactionsResult>
-
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.
Declaration
Swift
public func listOfferings(_ input: ListOfferingsRequest) -> EventLoopFuture<ListOfferingsResult>
-
Gets information about projects.
Declaration
Swift
public func listProjects(_ input: ListProjectsRequest) -> EventLoopFuture<ListProjectsResult>
-
Returns a list of all currently running remote access sessions.
Declaration
Swift
public func listRemoteAccessSessions(_ input: ListRemoteAccessSessionsRequest) -> EventLoopFuture<ListRemoteAccessSessionsResult>
-
Gets information about runs, given an AWS Device Farm project ARN.
Declaration
Swift
public func listRuns(_ input: ListRunsRequest) -> EventLoopFuture<ListRunsResult>
-
Gets information about samples, given an AWS Device Farm job ARN.
Declaration
Swift
public func listSamples(_ input: ListSamplesRequest) -> EventLoopFuture<ListSamplesResult>
-
Gets information about test suites for a given job.
Declaration
Swift
public func listSuites(_ input: ListSuitesRequest) -> EventLoopFuture<ListSuitesResult>
-
List the tags for an AWS Device Farm resource.
Declaration
Swift
public func listTagsForResource(_ input: ListTagsForResourceRequest) -> EventLoopFuture<ListTagsForResourceResponse>
-
Gets a list of all Selenium testing projects in your account.
Declaration
Swift
public func listTestGridProjects(_ input: ListTestGridProjectsRequest) -> EventLoopFuture<ListTestGridProjectsResult>
-
Returns a list of the actions taken in a TestGridSession.
Declaration
Swift
public func listTestGridSessionActions(_ input: ListTestGridSessionActionsRequest) -> EventLoopFuture<ListTestGridSessionActionsResult>
-
Retrieves a list of artifacts created during the session.
Declaration
Swift
public func listTestGridSessionArtifacts(_ input: ListTestGridSessionArtifactsRequest) -> EventLoopFuture<ListTestGridSessionArtifactsResult>
-
Retrieves a list of sessions for a TestGridProject.
Declaration
Swift
public func listTestGridSessions(_ input: ListTestGridSessionsRequest) -> EventLoopFuture<ListTestGridSessionsResult>
-
Gets information about tests in a given test suite.
Declaration
Swift
public func listTests(_ input: ListTestsRequest) -> EventLoopFuture<ListTestsResult>
-
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.
Declaration
Swift
public func listUniqueProblems(_ input: ListUniqueProblemsRequest) -> EventLoopFuture<ListUniqueProblemsResult>
-
Gets information about uploads, given an AWS Device Farm project ARN.
Declaration
Swift
public func listUploads(_ input: ListUploadsRequest) -> EventLoopFuture<ListUploadsResult>
-
Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
Declaration
Swift
public func listVPCEConfigurations(_ input: ListVPCEConfigurationsRequest) -> EventLoopFuture<ListVPCEConfigurationsResult>
-
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.
Declaration
Swift
public func purchaseOffering(_ input: PurchaseOfferingRequest) -> EventLoopFuture<PurchaseOfferingResult>
-
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.
Declaration
Swift
public func renewOffering(_ input: RenewOfferingRequest) -> EventLoopFuture<RenewOfferingResult>
-
Schedules a run.
Declaration
Swift
public func scheduleRun(_ input: ScheduleRunRequest) -> EventLoopFuture<ScheduleRunResult>
-
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.
Declaration
Swift
public func stopJob(_ input: StopJobRequest) -> EventLoopFuture<StopJobResult>
-
Ends a specified remote access session.
Declaration
Swift
public func stopRemoteAccessSession(_ input: StopRemoteAccessSessionRequest) -> EventLoopFuture<StopRemoteAccessSessionResult>
-
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.
Declaration
Swift
public func stopRun(_ input: StopRunRequest) -> EventLoopFuture<StopRunResult>
-
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.
Declaration
Swift
public func tagResource(_ input: TagResourceRequest) -> EventLoopFuture<TagResourceResponse>
-
Deletes the specified tags from a resource.
Declaration
Swift
public func untagResource(_ input: UntagResourceRequest) -> EventLoopFuture<UntagResourceResponse>
-
Updates information about a private device instance.
Declaration
Swift
public func updateDeviceInstance(_ input: UpdateDeviceInstanceRequest) -> EventLoopFuture<UpdateDeviceInstanceResult>
-
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).
Declaration
Swift
public func updateDevicePool(_ input: UpdateDevicePoolRequest) -> EventLoopFuture<UpdateDevicePoolResult>
-
Updates information about an existing private device instance profile.
Declaration
Swift
public func updateInstanceProfile(_ input: UpdateInstanceProfileRequest) -> EventLoopFuture<UpdateInstanceProfileResult>
-
Updates the network profile.
Declaration
Swift
public func updateNetworkProfile(_ input: UpdateNetworkProfileRequest) -> EventLoopFuture<UpdateNetworkProfileResult>
-
Modifies the specified project name, given the project ARN and a new name.
Declaration
Swift
public func updateProject(_ input: UpdateProjectRequest) -> EventLoopFuture<UpdateProjectResult>
-
Change details of a project.
Declaration
Swift
public func updateTestGridProject(_ input: UpdateTestGridProjectRequest) -> EventLoopFuture<UpdateTestGridProjectResult>
-
Updates an uploaded test spec.
Declaration
Swift
public func updateUpload(_ input: UpdateUploadRequest) -> EventLoopFuture<UpdateUploadResult>
-
Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.
Declaration
Swift
public func updateVPCEConfiguration(_ input: UpdateVPCEConfigurationRequest) -> EventLoopFuture<UpdateVPCEConfigurationResult>
-
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.
Declaration
Swift
public func getOfferingStatusPaginator(_ input: GetOfferingStatusRequest, onPage: @escaping (GetOfferingStatusResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about artifacts.
Declaration
Swift
public func listArtifactsPaginator(_ input: ListArtifactsRequest, onPage: @escaping (ListArtifactsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about device pools.
Declaration
Swift
public func listDevicePoolsPaginator(_ input: ListDevicePoolsRequest, onPage: @escaping (ListDevicePoolsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about unique device types.
Declaration
Swift
public func listDevicesPaginator(_ input: ListDevicesRequest, onPage: @escaping (ListDevicesResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about jobs for a given test run.
Declaration
Swift
public func listJobsPaginator(_ input: ListJobsRequest, onPage: @escaping (ListJobsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listOfferingTransactionsPaginator(_ input: ListOfferingTransactionsRequest, onPage: @escaping (ListOfferingTransactionsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listOfferingsPaginator(_ input: ListOfferingsRequest, onPage: @escaping (ListOfferingsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about projects.
Declaration
Swift
public func listProjectsPaginator(_ input: ListProjectsRequest, onPage: @escaping (ListProjectsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about runs, given an AWS Device Farm project ARN.
Declaration
Swift
public func listRunsPaginator(_ input: ListRunsRequest, onPage: @escaping (ListRunsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about samples, given an AWS Device Farm job ARN.
Declaration
Swift
public func listSamplesPaginator(_ input: ListSamplesRequest, onPage: @escaping (ListSamplesResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about test suites for a given job.
Declaration
Swift
public func listSuitesPaginator(_ input: ListSuitesRequest, onPage: @escaping (ListSuitesResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets a list of all Selenium testing projects in your account.
Declaration
Swift
public func listTestGridProjectsPaginator(_ input: ListTestGridProjectsRequest, onPage: @escaping (ListTestGridProjectsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Returns a list of the actions taken in a TestGridSession.
Declaration
Swift
public func listTestGridSessionActionsPaginator(_ input: ListTestGridSessionActionsRequest, onPage: @escaping (ListTestGridSessionActionsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves a list of artifacts created during the session.
Declaration
Swift
public func listTestGridSessionArtifactsPaginator(_ input: ListTestGridSessionArtifactsRequest, onPage: @escaping (ListTestGridSessionArtifactsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Retrieves a list of sessions for a TestGridProject.
Declaration
Swift
public func listTestGridSessionsPaginator(_ input: ListTestGridSessionsRequest, onPage: @escaping (ListTestGridSessionsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about tests in a given test suite.
Declaration
Swift
public func listTestsPaginator(_ input: ListTestsRequest, onPage: @escaping (ListTestsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
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.
Declaration
Swift
public func listUniqueProblemsPaginator(_ input: ListUniqueProblemsRequest, onPage: @escaping (ListUniqueProblemsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Gets information about uploads, given an AWS Device Farm project ARN.
Declaration
Swift
public func listUploadsPaginator(_ input: ListUploadsRequest, onPage: @escaping (ListUploadsResult, EventLoop) -> EventLoopFuture<Bool>) -> EventLoopFuture<Void>
-
Undocumented
See moreDeclaration
Swift
public struct GetOfferingStatusRequest : AWSShape
extension DeviceFarm.GetOfferingStatusRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListArtifactsRequest : AWSShape
extension DeviceFarm.ListArtifactsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListDevicePoolsRequest : AWSShape
extension DeviceFarm.ListDevicePoolsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListDevicesRequest : AWSShape
extension DeviceFarm.ListDevicesRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListJobsRequest : AWSShape
extension DeviceFarm.ListJobsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListOfferingTransactionsRequest : AWSShape
extension DeviceFarm.ListOfferingTransactionsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListOfferingsRequest : AWSShape
extension DeviceFarm.ListOfferingsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListProjectsRequest : AWSShape
extension DeviceFarm.ListProjectsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListRunsRequest : AWSShape
extension DeviceFarm.ListRunsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListSamplesRequest : AWSShape
extension DeviceFarm.ListSamplesRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListSuitesRequest : AWSShape
extension DeviceFarm.ListSuitesRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListTestGridProjectsRequest : AWSShape
extension DeviceFarm.ListTestGridProjectsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListTestGridSessionActionsRequest : AWSShape
extension DeviceFarm.ListTestGridSessionActionsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListTestGridSessionArtifactsRequest : AWSShape
extension DeviceFarm.ListTestGridSessionArtifactsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListTestGridSessionsRequest : AWSShape
extension DeviceFarm.ListTestGridSessionsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListTestsRequest : AWSShape
extension DeviceFarm.ListTestsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListUniqueProblemsRequest : AWSShape
extension DeviceFarm.ListUniqueProblemsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public struct ListUploadsRequest : AWSShape
extension DeviceFarm.ListUploadsRequest: AWSPaginateStringToken
-
Undocumented
See moreDeclaration
Swift
public enum ArtifactCategory : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ArtifactType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum BillingMethod : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum CurrencyCode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DeviceAttribute : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DeviceAvailability : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DeviceFilterAttribute : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DeviceFormFactor : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DevicePlatform : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum DevicePoolType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ExecutionResult : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ExecutionResultCode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum ExecutionStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum InstanceStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum InteractionMode : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum NetworkProfileType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum OfferingTransactionType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum OfferingType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum RecurringChargeFrequency : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum RuleOperator : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum SampleType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TestGridSessionArtifactCategory : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TestGridSessionArtifactType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TestGridSessionStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum TestType : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum UploadCategory : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum UploadStatus : String, CustomStringConvertible, Codable
-
Undocumented
See moreDeclaration
Swift
public enum UploadType : String, CustomStringConvertible, Codable