|
NAMEPaws::DeviceFarm - Perl Interface to AWS AWS Device FarmSYNOPSISuse Paws; my $obj = Paws->service('DeviceFarm')->new; my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); DESCRIPTIONAWS Device Farm is a service that enables mobile app developers to test Android, iOS, and Fire OS apps on physical phones, tablets, and other devices in the cloud.METHODSCreateDevicePool(name => Str, projectArn => Str, rules => ArrayRef[Paws::DeviceFarm::Rule], [description => Str])Each argument is described in detail in: Paws::DeviceFarm::CreateDevicePoolReturns: a Paws::DeviceFarm::CreateDevicePoolResult instance Creates a device pool. CreateProject(name => Str)Each argument is described in detail in: Paws::DeviceFarm::CreateProjectReturns: a Paws::DeviceFarm::CreateProjectResult instance Creates a new project. CreateUpload(name => Str, projectArn => Str, type => Str, [contentType => Str])Each argument is described in detail in: Paws::DeviceFarm::CreateUploadReturns: a Paws::DeviceFarm::CreateUploadResult instance Uploads an app or test scripts. GetAccountSettings( => )Each argument is described in detail in: Paws::DeviceFarm::GetAccountSettingsReturns: a Paws::DeviceFarm::GetAccountSettingsResult instance Returns the number of unmetered iOS and/or unmetered Android devices that have been purchased by the account. GetDevice(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetDeviceReturns: a Paws::DeviceFarm::GetDeviceResult instance Gets information about a unique device type. GetDevicePool(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetDevicePoolReturns: a Paws::DeviceFarm::GetDevicePoolResult instance Gets information about a device pool. GetDevicePoolCompatibility(appArn => Str, devicePoolArn => Str, [testType => Str])Each argument is described in detail in: Paws::DeviceFarm::GetDevicePoolCompatibilityReturns: a Paws::DeviceFarm::GetDevicePoolCompatibilityResult instance Gets information about compatibility with a device pool. GetJob(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetJobReturns: a Paws::DeviceFarm::GetJobResult instance Gets information about a job. GetProject(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetProjectReturns: a Paws::DeviceFarm::GetProjectResult instance Gets information about a project. GetRun(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetRunReturns: a Paws::DeviceFarm::GetRunResult instance Gets information about a run. GetSuite(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetSuiteReturns: a Paws::DeviceFarm::GetSuiteResult instance Gets information about a suite. GetTest(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetTestReturns: a Paws::DeviceFarm::GetTestResult instance Gets information about a test. GetUpload(arn => Str)Each argument is described in detail in: Paws::DeviceFarm::GetUploadReturns: a Paws::DeviceFarm::GetUploadResult instance Gets information about an upload. ListArtifacts(arn => Str, type => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListArtifactsReturns: a Paws::DeviceFarm::ListArtifactsResult instance Gets information about artifacts. ListDevicePools(arn => Str, [nextToken => Str, type => Str])Each argument is described in detail in: Paws::DeviceFarm::ListDevicePoolsReturns: a Paws::DeviceFarm::ListDevicePoolsResult instance Gets information about device pools. ListDevices([arn => Str, nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListDevicesReturns: a Paws::DeviceFarm::ListDevicesResult instance Gets information about unique device types. ListJobs(arn => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListJobsReturns: a Paws::DeviceFarm::ListJobsResult instance Gets information about jobs. ListProjects([arn => Str, nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListProjectsReturns: a Paws::DeviceFarm::ListProjectsResult instance Gets information about projects. ListRuns(arn => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListRunsReturns: a Paws::DeviceFarm::ListRunsResult instance Gets information about runs. ListSamples(arn => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListSamplesReturns: a Paws::DeviceFarm::ListSamplesResult instance Gets information about samples. ListSuites(arn => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListSuitesReturns: a Paws::DeviceFarm::ListSuitesResult instance Gets information about suites. ListTests(arn => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListTestsReturns: a Paws::DeviceFarm::ListTestsResult instance Gets information about tests. ListUniqueProblems(arn => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListUniqueProblemsReturns: a Paws::DeviceFarm::ListUniqueProblemsResult instance Gets information about unique problems. ListUploads(arn => Str, [nextToken => Str])Each argument is described in detail in: Paws::DeviceFarm::ListUploadsReturns: a Paws::DeviceFarm::ListUploadsResult instance Gets information about uploads. ScheduleRun(appArn => Str, devicePoolArn => Str, projectArn => Str, test => Paws::DeviceFarm::ScheduleRunTest, [configuration => Paws::DeviceFarm::ScheduleRunConfiguration, name => Str])Each argument is described in detail in: Paws::DeviceFarm::ScheduleRunReturns: a Paws::DeviceFarm::ScheduleRunResult instance Schedules a run. SEE ALSOThis service class forms part of PawsBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |