Versions in this module Expand all Collapse all v0 v0.7.3 Aug 6, 2015 v0.7.2 Aug 4, 2015 Changes in this version + const ArtifactCategoryFile + const ArtifactCategoryLog + const ArtifactCategoryScreenshot + const ArtifactTypeAppiumJavaOutput + const ArtifactTypeAppiumJavaXmlOutput + const ArtifactTypeAppiumServerOutput + const ArtifactTypeAutomationOutput + const ArtifactTypeCalabashJavaXmlOutput + const ArtifactTypeCalabashJsonOutput + const ArtifactTypeCalabashPrettyOutput + const ArtifactTypeCalabashStandardOutput + const ArtifactTypeDeviceLog + const ArtifactTypeExerciserMonkeyOutput + const ArtifactTypeInstrumentationOutput + const ArtifactTypeMessageLog + const ArtifactTypeResultLog + const ArtifactTypeScreenshot + const ArtifactTypeServiceLog + const ArtifactTypeUnknown + const BillingMethodMetered + const BillingMethodUnmetered + const DeviceAttributeArn + const DeviceAttributeFormFactor + const DeviceAttributeManufacturer + const DeviceAttributePlatform + const DeviceFormFactorPhone + const DeviceFormFactorTablet + const DevicePlatformAndroid + const DevicePlatformIos + const DevicePoolTypeCurated + const DevicePoolTypePrivate + const ExecutionResultErrored + const ExecutionResultFailed + const ExecutionResultPassed + const ExecutionResultPending + const ExecutionResultSkipped + const ExecutionResultStopped + const ExecutionResultWarned + const ExecutionStatusCompleted + const ExecutionStatusPending + const ExecutionStatusProcessing + const ExecutionStatusRunning + const ExecutionStatusScheduling + const RuleOperatorEquals + const RuleOperatorGreaterThan + const RuleOperatorIn + const RuleOperatorLessThan + const RuleOperatorNotIn + const SampleTypeCpu + const SampleTypeMemory + const SampleTypeNativeAvgDrawtime + const SampleTypeNativeFps + const SampleTypeNativeFrames + const SampleTypeNativeMaxDrawtime + const SampleTypeNativeMinDrawtime + const SampleTypeOpenglAvgDrawtime + const SampleTypeOpenglFps + const SampleTypeOpenglFrames + const SampleTypeOpenglMaxDrawtime + const SampleTypeOpenglMinDrawtime + const SampleTypeRx + const SampleTypeRxRate + const SampleTypeThreads + const SampleTypeTx + const SampleTypeTxRate + const TestTypeAppiumJavaJunit + const TestTypeAppiumJavaTestng + const TestTypeBuiltinExplorer + const TestTypeBuiltinFuzz + const TestTypeCalabash + const TestTypeInstrumentation + const TestTypeUiautomation + const TestTypeUiautomator + const TestTypeXctest + const UploadStatusFailed + const UploadStatusInitialized + const UploadStatusProcessing + const UploadStatusSucceeded + const UploadTypeAndroidApp + const UploadTypeAppiumJavaJunitTestPackage + const UploadTypeAppiumJavaTestngTestPackage + const UploadTypeCalabashTestPackage + const UploadTypeExternalData + const UploadTypeInstrumentationTestPackage + const UploadTypeIosApp + const UploadTypeUiautomationTestPackage + const UploadTypeUiautomatorTestPackage + const UploadTypeXctestTestPackage + type AccountSettings struct + AWSAccountNumber *string + UnmeteredDevices map[string]*int64 + func (s AccountSettings) GoString() string + func (s AccountSettings) String() string + type Artifact struct + ARN *string + Extension *string + Name *string + Type *string + URL *string + func (s Artifact) GoString() string + func (s Artifact) String() string + type CPU struct + Architecture *string + Clock *float64 + Frequency *string + func (s CPU) GoString() string + func (s CPU) String() string + type Counters struct + Errored *int64 + Failed *int64 + Passed *int64 + Skipped *int64 + Stopped *int64 + Total *int64 + Warned *int64 + func (s Counters) GoString() string + func (s Counters) String() string + type CreateDevicePoolInput struct + Description *string + Name *string + ProjectARN *string + Rules []*Rule + func (s CreateDevicePoolInput) GoString() string + func (s CreateDevicePoolInput) String() string + type CreateDevicePoolOutput struct + DevicePool *DevicePool + func (s CreateDevicePoolOutput) GoString() string + func (s CreateDevicePoolOutput) String() string + type CreateProjectInput struct + Name *string + func (s CreateProjectInput) GoString() string + func (s CreateProjectInput) String() string + type CreateProjectOutput struct + Project *Project + func (s CreateProjectOutput) GoString() string + func (s CreateProjectOutput) String() string + type CreateUploadInput struct + ContentType *string + Name *string + ProjectARN *string + Type *string + func (s CreateUploadInput) GoString() string + func (s CreateUploadInput) String() string + type CreateUploadOutput struct + Upload *Upload + func (s CreateUploadOutput) GoString() string + func (s CreateUploadOutput) String() string + type Device struct + ARN *string + CPU *CPU + Carrier *string + FormFactor *string + HeapSize *int64 + Image *string + Manufacturer *string + Memory *int64 + Model *string + Name *string + Os *string + Platform *string + Radio *string + Resolution *Resolution + func (s Device) GoString() string + func (s Device) String() string + type DeviceFarm struct + func New(config *aws.Config) *DeviceFarm + func (c *DeviceFarm) CreateDevicePool(input *CreateDevicePoolInput) (*CreateDevicePoolOutput, error) + func (c *DeviceFarm) CreateDevicePoolRequest(input *CreateDevicePoolInput) (req *aws.Request, output *CreateDevicePoolOutput) + func (c *DeviceFarm) CreateProject(input *CreateProjectInput) (*CreateProjectOutput, error) + func (c *DeviceFarm) CreateProjectRequest(input *CreateProjectInput) (req *aws.Request, output *CreateProjectOutput) + func (c *DeviceFarm) CreateUpload(input *CreateUploadInput) (*CreateUploadOutput, error) + func (c *DeviceFarm) CreateUploadRequest(input *CreateUploadInput) (req *aws.Request, output *CreateUploadOutput) + func (c *DeviceFarm) GetAccountSettings(input *GetAccountSettingsInput) (*GetAccountSettingsOutput, error) + func (c *DeviceFarm) GetAccountSettingsRequest(input *GetAccountSettingsInput) (req *aws.Request, output *GetAccountSettingsOutput) + func (c *DeviceFarm) GetDevice(input *GetDeviceInput) (*GetDeviceOutput, error) + func (c *DeviceFarm) GetDevicePool(input *GetDevicePoolInput) (*GetDevicePoolOutput, error) + func (c *DeviceFarm) GetDevicePoolCompatibility(input *GetDevicePoolCompatibilityInput) (*GetDevicePoolCompatibilityOutput, error) + func (c *DeviceFarm) GetDevicePoolCompatibilityRequest(input *GetDevicePoolCompatibilityInput) (req *aws.Request, output *GetDevicePoolCompatibilityOutput) + func (c *DeviceFarm) GetDevicePoolRequest(input *GetDevicePoolInput) (req *aws.Request, output *GetDevicePoolOutput) + func (c *DeviceFarm) GetDeviceRequest(input *GetDeviceInput) (req *aws.Request, output *GetDeviceOutput) + func (c *DeviceFarm) GetJob(input *GetJobInput) (*GetJobOutput, error) + func (c *DeviceFarm) GetJobRequest(input *GetJobInput) (req *aws.Request, output *GetJobOutput) + func (c *DeviceFarm) GetProject(input *GetProjectInput) (*GetProjectOutput, error) + func (c *DeviceFarm) GetProjectRequest(input *GetProjectInput) (req *aws.Request, output *GetProjectOutput) + func (c *DeviceFarm) GetRun(input *GetRunInput) (*GetRunOutput, error) + func (c *DeviceFarm) GetRunRequest(input *GetRunInput) (req *aws.Request, output *GetRunOutput) + func (c *DeviceFarm) GetSuite(input *GetSuiteInput) (*GetSuiteOutput, error) + func (c *DeviceFarm) GetSuiteRequest(input *GetSuiteInput) (req *aws.Request, output *GetSuiteOutput) + func (c *DeviceFarm) GetTest(input *GetTestInput) (*GetTestOutput, error) + func (c *DeviceFarm) GetTestRequest(input *GetTestInput) (req *aws.Request, output *GetTestOutput) + func (c *DeviceFarm) GetUpload(input *GetUploadInput) (*GetUploadOutput, error) + func (c *DeviceFarm) GetUploadRequest(input *GetUploadInput) (req *aws.Request, output *GetUploadOutput) + func (c *DeviceFarm) ListArtifacts(input *ListArtifactsInput) (*ListArtifactsOutput, error) + func (c *DeviceFarm) ListArtifactsPages(input *ListArtifactsInput, ...) error + func (c *DeviceFarm) ListArtifactsRequest(input *ListArtifactsInput) (req *aws.Request, output *ListArtifactsOutput) + func (c *DeviceFarm) ListDevicePools(input *ListDevicePoolsInput) (*ListDevicePoolsOutput, error) + func (c *DeviceFarm) ListDevicePoolsPages(input *ListDevicePoolsInput, ...) error + func (c *DeviceFarm) ListDevicePoolsRequest(input *ListDevicePoolsInput) (req *aws.Request, output *ListDevicePoolsOutput) + func (c *DeviceFarm) ListDevices(input *ListDevicesInput) (*ListDevicesOutput, error) + func (c *DeviceFarm) ListDevicesPages(input *ListDevicesInput, ...) error + func (c *DeviceFarm) ListDevicesRequest(input *ListDevicesInput) (req *aws.Request, output *ListDevicesOutput) + func (c *DeviceFarm) ListJobs(input *ListJobsInput) (*ListJobsOutput, error) + func (c *DeviceFarm) ListJobsPages(input *ListJobsInput, ...) error + func (c *DeviceFarm) ListJobsRequest(input *ListJobsInput) (req *aws.Request, output *ListJobsOutput) + func (c *DeviceFarm) ListProjects(input *ListProjectsInput) (*ListProjectsOutput, error) + func (c *DeviceFarm) ListProjectsPages(input *ListProjectsInput, ...) error + func (c *DeviceFarm) ListProjectsRequest(input *ListProjectsInput) (req *aws.Request, output *ListProjectsOutput) + func (c *DeviceFarm) ListRuns(input *ListRunsInput) (*ListRunsOutput, error) + func (c *DeviceFarm) ListRunsPages(input *ListRunsInput, ...) error + func (c *DeviceFarm) ListRunsRequest(input *ListRunsInput) (req *aws.Request, output *ListRunsOutput) + func (c *DeviceFarm) ListSamples(input *ListSamplesInput) (*ListSamplesOutput, error) + func (c *DeviceFarm) ListSamplesPages(input *ListSamplesInput, ...) error + func (c *DeviceFarm) ListSamplesRequest(input *ListSamplesInput) (req *aws.Request, output *ListSamplesOutput) + func (c *DeviceFarm) ListSuites(input *ListSuitesInput) (*ListSuitesOutput, error) + func (c *DeviceFarm) ListSuitesPages(input *ListSuitesInput, ...) error + func (c *DeviceFarm) ListSuitesRequest(input *ListSuitesInput) (req *aws.Request, output *ListSuitesOutput) + func (c *DeviceFarm) ListTests(input *ListTestsInput) (*ListTestsOutput, error) + func (c *DeviceFarm) ListTestsPages(input *ListTestsInput, ...) error + func (c *DeviceFarm) ListTestsRequest(input *ListTestsInput) (req *aws.Request, output *ListTestsOutput) + func (c *DeviceFarm) ListUniqueProblems(input *ListUniqueProblemsInput) (*ListUniqueProblemsOutput, error) + func (c *DeviceFarm) ListUniqueProblemsPages(input *ListUniqueProblemsInput, ...) error + func (c *DeviceFarm) ListUniqueProblemsRequest(input *ListUniqueProblemsInput) (req *aws.Request, output *ListUniqueProblemsOutput) + func (c *DeviceFarm) ListUploads(input *ListUploadsInput) (*ListUploadsOutput, error) + func (c *DeviceFarm) ListUploadsPages(input *ListUploadsInput, ...) error + func (c *DeviceFarm) ListUploadsRequest(input *ListUploadsInput) (req *aws.Request, output *ListUploadsOutput) + func (c *DeviceFarm) ScheduleRun(input *ScheduleRunInput) (*ScheduleRunOutput, error) + func (c *DeviceFarm) ScheduleRunRequest(input *ScheduleRunInput) (req *aws.Request, output *ScheduleRunOutput) + type DevicePool struct + ARN *string + Description *string + Name *string + Rules []*Rule + Type *string + func (s DevicePool) GoString() string + func (s DevicePool) String() string + type DevicePoolCompatibilityResult struct + Compatible *bool + Device *Device + IncompatibilityMessages []*IncompatibilityMessage + func (s DevicePoolCompatibilityResult) GoString() string + func (s DevicePoolCompatibilityResult) String() string + type GetAccountSettingsInput struct + func (s GetAccountSettingsInput) GoString() string + func (s GetAccountSettingsInput) String() string + type GetAccountSettingsOutput struct + AccountSettings *AccountSettings + func (s GetAccountSettingsOutput) GoString() string + func (s GetAccountSettingsOutput) String() string + type GetDeviceInput struct + ARN *string + func (s GetDeviceInput) GoString() string + func (s GetDeviceInput) String() string + type GetDeviceOutput struct + Device *Device + func (s GetDeviceOutput) GoString() string + func (s GetDeviceOutput) String() string + type GetDevicePoolCompatibilityInput struct + AppARN *string + DevicePoolARN *string + TestType *string + func (s GetDevicePoolCompatibilityInput) GoString() string + func (s GetDevicePoolCompatibilityInput) String() string + type GetDevicePoolCompatibilityOutput struct + CompatibleDevices []*DevicePoolCompatibilityResult + IncompatibleDevices []*DevicePoolCompatibilityResult + func (s GetDevicePoolCompatibilityOutput) GoString() string + func (s GetDevicePoolCompatibilityOutput) String() string + type GetDevicePoolInput struct + ARN *string + func (s GetDevicePoolInput) GoString() string + func (s GetDevicePoolInput) String() string + type GetDevicePoolOutput struct + DevicePool *DevicePool + func (s GetDevicePoolOutput) GoString() string + func (s GetDevicePoolOutput) String() string + type GetJobInput struct + ARN *string + func (s GetJobInput) GoString() string + func (s GetJobInput) String() string + type GetJobOutput struct + Job *Job + func (s GetJobOutput) GoString() string + func (s GetJobOutput) String() string + type GetProjectInput struct + ARN *string + func (s GetProjectInput) GoString() string + func (s GetProjectInput) String() string + type GetProjectOutput struct + Project *Project + func (s GetProjectOutput) GoString() string + func (s GetProjectOutput) String() string + type GetRunInput struct + ARN *string + func (s GetRunInput) GoString() string + func (s GetRunInput) String() string + type GetRunOutput struct + Run *Run + func (s GetRunOutput) GoString() string + func (s GetRunOutput) String() string + type GetSuiteInput struct + ARN *string + func (s GetSuiteInput) GoString() string + func (s GetSuiteInput) String() string + type GetSuiteOutput struct + Suite *Suite + func (s GetSuiteOutput) GoString() string + func (s GetSuiteOutput) String() string + type GetTestInput struct + ARN *string + func (s GetTestInput) GoString() string + func (s GetTestInput) String() string + type GetTestOutput struct + Test *Test + func (s GetTestOutput) GoString() string + func (s GetTestOutput) String() string + type GetUploadInput struct + ARN *string + func (s GetUploadInput) GoString() string + func (s GetUploadInput) String() string + type GetUploadOutput struct + Upload *Upload + func (s GetUploadOutput) GoString() string + func (s GetUploadOutput) String() string + type IncompatibilityMessage struct + Message *string + Type *string + func (s IncompatibilityMessage) GoString() string + func (s IncompatibilityMessage) String() string + type Job struct + ARN *string + Counters *Counters + Created *time.Time + Device *Device + Message *string + Name *string + Result *string + Started *time.Time + Status *string + Stopped *time.Time + Type *string + func (s Job) GoString() string + func (s Job) String() string + type ListArtifactsInput struct + ARN *string + NextToken *string + Type *string + func (s ListArtifactsInput) GoString() string + func (s ListArtifactsInput) String() string + type ListArtifactsOutput struct + Artifacts []*Artifact + NextToken *string + func (s ListArtifactsOutput) GoString() string + func (s ListArtifactsOutput) String() string + type ListDevicePoolsInput struct + ARN *string + NextToken *string + Type *string + func (s ListDevicePoolsInput) GoString() string + func (s ListDevicePoolsInput) String() string + type ListDevicePoolsOutput struct + DevicePools []*DevicePool + NextToken *string + func (s ListDevicePoolsOutput) GoString() string + func (s ListDevicePoolsOutput) String() string + type ListDevicesInput struct + ARN *string + NextToken *string + func (s ListDevicesInput) GoString() string + func (s ListDevicesInput) String() string + type ListDevicesOutput struct + Devices []*Device + NextToken *string + func (s ListDevicesOutput) GoString() string + func (s ListDevicesOutput) String() string + type ListJobsInput struct + ARN *string + NextToken *string + func (s ListJobsInput) GoString() string + func (s ListJobsInput) String() string + type ListJobsOutput struct + Jobs []*Job + NextToken *string + func (s ListJobsOutput) GoString() string + func (s ListJobsOutput) String() string + type ListProjectsInput struct + ARN *string + NextToken *string + func (s ListProjectsInput) GoString() string + func (s ListProjectsInput) String() string + type ListProjectsOutput struct + NextToken *string + Projects []*Project + func (s ListProjectsOutput) GoString() string + func (s ListProjectsOutput) String() string + type ListRunsInput struct + ARN *string + NextToken *string + func (s ListRunsInput) GoString() string + func (s ListRunsInput) String() string + type ListRunsOutput struct + NextToken *string + Runs []*Run + func (s ListRunsOutput) GoString() string + func (s ListRunsOutput) String() string + type ListSamplesInput struct + ARN *string + NextToken *string + func (s ListSamplesInput) GoString() string + func (s ListSamplesInput) String() string + type ListSamplesOutput struct + NextToken *string + Samples []*Sample + func (s ListSamplesOutput) GoString() string + func (s ListSamplesOutput) String() string + type ListSuitesInput struct + ARN *string + NextToken *string + func (s ListSuitesInput) GoString() string + func (s ListSuitesInput) String() string + type ListSuitesOutput struct + NextToken *string + Suites []*Suite + func (s ListSuitesOutput) GoString() string + func (s ListSuitesOutput) String() string + type ListTestsInput struct + ARN *string + NextToken *string + func (s ListTestsInput) GoString() string + func (s ListTestsInput) String() string + type ListTestsOutput struct + NextToken *string + Tests []*Test + func (s ListTestsOutput) GoString() string + func (s ListTestsOutput) String() string + type ListUniqueProblemsInput struct + ARN *string + NextToken *string + func (s ListUniqueProblemsInput) GoString() string + func (s ListUniqueProblemsInput) String() string + type ListUniqueProblemsOutput struct + NextToken *string + UniqueProblems map[string][]*UniqueProblem + func (s ListUniqueProblemsOutput) GoString() string + func (s ListUniqueProblemsOutput) String() string + type ListUploadsInput struct + ARN *string + NextToken *string + func (s ListUploadsInput) GoString() string + func (s ListUploadsInput) String() string + type ListUploadsOutput struct + NextToken *string + Uploads []*Upload + func (s ListUploadsOutput) GoString() string + func (s ListUploadsOutput) String() string + type Location struct + Latitude *float64 + Longitude *float64 + func (s Location) GoString() string + func (s Location) String() string + type Problem struct + Device *Device + Job *ProblemDetail + Message *string + Result *string + Run *ProblemDetail + Suite *ProblemDetail + Test *ProblemDetail + func (s Problem) GoString() string + func (s Problem) String() string + type ProblemDetail struct + ARN *string + Name *string + func (s ProblemDetail) GoString() string + func (s ProblemDetail) String() string + type Project struct + ARN *string + Created *time.Time + Name *string + func (s Project) GoString() string + func (s Project) String() string + type Radios struct + Bluetooth *bool + Gps *bool + Nfc *bool + Wifi *bool + func (s Radios) GoString() string + func (s Radios) String() string + type Resolution struct + Height *int64 + Width *int64 + func (s Resolution) GoString() string + func (s Resolution) String() string + type Rule struct + Attribute *string + Operator *string + Value *string + func (s Rule) GoString() string + func (s Rule) String() string + type Run struct + ARN *string + BillingMethod *string + CompletedJobs *int64 + Counters *Counters + Created *time.Time + Message *string + Name *string + Platform *string + Result *string + Started *time.Time + Status *string + Stopped *time.Time + TotalJobs *int64 + Type *string + func (s Run) GoString() string + func (s Run) String() string + type Sample struct + ARN *string + Type *string + URL *string + func (s Sample) GoString() string + func (s Sample) String() string + type ScheduleRunConfiguration struct + AuxiliaryApps []*string + BillingMethod *string + ExtraDataPackageARN *string + Locale *string + Location *Location + NetworkProfileARN *string + Radios *Radios + func (s ScheduleRunConfiguration) GoString() string + func (s ScheduleRunConfiguration) String() string + type ScheduleRunInput struct + AppARN *string + Configuration *ScheduleRunConfiguration + DevicePoolARN *string + Name *string + ProjectARN *string + Test *ScheduleRunTest + func (s ScheduleRunInput) GoString() string + func (s ScheduleRunInput) String() string + type ScheduleRunOutput struct + Run *Run + func (s ScheduleRunOutput) GoString() string + func (s ScheduleRunOutput) String() string + type ScheduleRunTest struct + Filter *string + Parameters map[string]*string + TestPackageARN *string + Type *string + func (s ScheduleRunTest) GoString() string + func (s ScheduleRunTest) String() string + type Suite struct + ARN *string + Counters *Counters + Created *time.Time + Message *string + Name *string + Result *string + Started *time.Time + Status *string + Stopped *time.Time + Type *string + func (s Suite) GoString() string + func (s Suite) String() string + type Test struct + ARN *string + Counters *Counters + Created *time.Time + Message *string + Name *string + Result *string + Started *time.Time + Status *string + Stopped *time.Time + Type *string + func (s Test) GoString() string + func (s Test) String() string + type UniqueProblem struct + Message *string + Problems []*Problem + func (s UniqueProblem) GoString() string + func (s UniqueProblem) String() string + type Upload struct + ARN *string + ContentType *string + Created *time.Time + Message *string + Metadata *string + Name *string + Status *string + Type *string + URL *string + func (s Upload) GoString() string + func (s Upload) String() string