Run

public struct Run : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • An app to upload or that has been uploaded.

    Declaration

    Swift

    public let appUpload: String?
  • arn

    The run’s ARN.

    Declaration

    Swift

    public let arn: String?
  • 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.

    Declaration

    Swift

    public let billingMethod: BillingMethod?
  • The total number of completed jobs.

    Declaration

    Swift

    public let completedJobs: Int?
  • The run’s result counters.

    Declaration

    Swift

    public let counters: Counters?
  • When the run was created.

    Declaration

    Swift

    public let created: TimeStamp?
  • Output CustomerArtifactPaths object for the test run.

    Declaration

    Swift

    public let customerArtifactPaths: CustomerArtifactPaths?
  • Represents the total (metered or unmetered) minutes used by the test run.

    Declaration

    Swift

    public let deviceMinutes: DeviceMinutes?
  • The ARN of the device pool for the run.

    Declaration

    Swift

    public let devicePoolArn: String?
  • The results of a device filter used to select the devices for a test run.

    Declaration

    Swift

    public let deviceSelectionResult: DeviceSelectionResult?
  • For fuzz tests, this is the number of events, between 1 and 10000, that the UI fuzz test should perform.

    Declaration

    Swift

    public let eventCount: Int?
  • The number of minutes the job executes before it times out.

    Declaration

    Swift

    public let jobTimeoutMinutes: Int?
  • Information about the locale that is used for the run.

    Declaration

    Swift

    public let locale: String?
  • Information about the location that is used for the run.

    Declaration

    Swift

    public let location: Location?
  • A message about the run’s result.

    Declaration

    Swift

    public let message: String?
  • The run’s name.

    Declaration

    Swift

    public let name: String?
  • The network profile being used for a test run.

    Declaration

    Swift

    public let networkProfile: NetworkProfile?
  • 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.

    Declaration

    Swift

    public let parsingResultUrl: String?
  • The run’s platform. Allowed values include: ANDROID IOS

    Declaration

    Swift

    public let platform: DevicePlatform?
  • Information about the radio states for the run.

    Declaration

    Swift

    public let radios: Radios?
  • The run’s result. Allowed values include: PENDING PASSED WARNED FAILED SKIPPED ERRORED STOPPED

    Declaration

    Swift

    public let result: ExecutionResult?
  • 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.

    Declaration

    Swift

    public let resultCode: ExecutionResultCode?
  • 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.

    Declaration

    Swift

    public let seed: Int?
  • 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.

    Declaration

    Swift

    public let skipAppResign: Bool?
  • The run’s start time.

    Declaration

    Swift

    public let started: TimeStamp?
  • The run’s status. Allowed values include: PENDING PENDING_CONCURRENCY PENDING_DEVICE PROCESSING SCHEDULING PREPARING RUNNING COMPLETED STOPPING

    Declaration

    Swift

    public let status: ExecutionStatus?
  • The run’s stop time.

    Declaration

    Swift

    public let stopped: TimeStamp?
  • The ARN of the YAML-formatted test specification for the run.

    Declaration

    Swift

    public let testSpecArn: String?
  • The total number of jobs for the run.

    Declaration

    Swift

    public let totalJobs: Int?
  • The run’s type. Must be one of the following values: BUILTIN_FUZZ BUILTIN_EXPLORER For Android, an app explorer that traverses an Android app, interacting with it and capturing screenshots at the same time. 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

    Declaration

    Swift

    public let type: TestType?
  • The Device Farm console URL for the recording of the run.

    Declaration

    Swift

    public let webUrl: String?
  • Undocumented

    Declaration

    Swift

    public init(appUpload: String? = nil, arn: String? = nil, billingMethod: BillingMethod? = nil, completedJobs: Int? = nil, counters: Counters? = nil, created: TimeStamp? = nil, customerArtifactPaths: CustomerArtifactPaths? = nil, deviceMinutes: DeviceMinutes? = nil, devicePoolArn: String? = nil, deviceSelectionResult: DeviceSelectionResult? = nil, eventCount: Int? = nil, jobTimeoutMinutes: Int? = nil, locale: String? = nil, location: Location? = nil, message: String? = nil, name: String? = nil, networkProfile: NetworkProfile? = nil, parsingResultUrl: String? = nil, platform: DevicePlatform? = nil, radios: Radios? = nil, result: ExecutionResult? = nil, resultCode: ExecutionResultCode? = nil, seed: Int? = nil, skipAppResign: Bool? = nil, started: TimeStamp? = nil, status: ExecutionStatus? = nil, stopped: TimeStamp? = nil, testSpecArn: String? = nil, totalJobs: Int? = nil, type: TestType? = nil, webUrl: String? = nil)