[][src]Trait rusoto_devicefarm::DeviceFarm

pub trait DeviceFarm {
    fn create_device_pool<'life0, 'async_trait>(
        &'life0 self,
        input: CreateDevicePoolRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateDevicePoolResult, RusotoError<CreateDevicePoolError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_instance_profile<'life0, 'async_trait>(
        &'life0 self,
        input: CreateInstanceProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateInstanceProfileResult, RusotoError<CreateInstanceProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_network_profile<'life0, 'async_trait>(
        &'life0 self,
        input: CreateNetworkProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateNetworkProfileResult, RusotoError<CreateNetworkProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_project<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateProjectResult, RusotoError<CreateProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_remote_access_session<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRemoteAccessSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRemoteAccessSessionResult, RusotoError<CreateRemoteAccessSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_test_grid_project<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTestGridProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTestGridProjectResult, RusotoError<CreateTestGridProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_test_grid_url<'life0, 'async_trait>(
        &'life0 self,
        input: CreateTestGridUrlRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateTestGridUrlResult, RusotoError<CreateTestGridUrlError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_upload<'life0, 'async_trait>(
        &'life0 self,
        input: CreateUploadRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateUploadResult, RusotoError<CreateUploadError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn create_vpce_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: CreateVPCEConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateVPCEConfigurationResult, RusotoError<CreateVPCEConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_device_pool<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteDevicePoolRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteDevicePoolResult, RusotoError<DeleteDevicePoolError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_instance_profile<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteInstanceProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteInstanceProfileResult, RusotoError<DeleteInstanceProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_network_profile<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteNetworkProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteNetworkProfileResult, RusotoError<DeleteNetworkProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_project<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteProjectResult, RusotoError<DeleteProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_remote_access_session<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRemoteAccessSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRemoteAccessSessionResult, RusotoError<DeleteRemoteAccessSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_run<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteRunResult, RusotoError<DeleteRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_test_grid_project<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteTestGridProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteTestGridProjectResult, RusotoError<DeleteTestGridProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_upload<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteUploadRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteUploadResult, RusotoError<DeleteUploadError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn delete_vpce_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVPCEConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteVPCEConfigurationResult, RusotoError<DeleteVPCEConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_account_settings<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetAccountSettingsResult, RusotoError<GetAccountSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_device<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeviceRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDeviceResult, RusotoError<GetDeviceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_device_instance<'life0, 'async_trait>(
        &'life0 self,
        input: GetDeviceInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDeviceInstanceResult, RusotoError<GetDeviceInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_device_pool<'life0, 'async_trait>(
        &'life0 self,
        input: GetDevicePoolRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDevicePoolResult, RusotoError<GetDevicePoolError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_device_pool_compatibility<'life0, 'async_trait>(
        &'life0 self,
        input: GetDevicePoolCompatibilityRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetDevicePoolCompatibilityResult, RusotoError<GetDevicePoolCompatibilityError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_instance_profile<'life0, 'async_trait>(
        &'life0 self,
        input: GetInstanceProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetInstanceProfileResult, RusotoError<GetInstanceProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_job<'life0, 'async_trait>(
        &'life0 self,
        input: GetJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetJobResult, RusotoError<GetJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_network_profile<'life0, 'async_trait>(
        &'life0 self,
        input: GetNetworkProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetNetworkProfileResult, RusotoError<GetNetworkProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_offering_status<'life0, 'async_trait>(
        &'life0 self,
        input: GetOfferingStatusRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetOfferingStatusResult, RusotoError<GetOfferingStatusError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_project<'life0, 'async_trait>(
        &'life0 self,
        input: GetProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetProjectResult, RusotoError<GetProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_remote_access_session<'life0, 'async_trait>(
        &'life0 self,
        input: GetRemoteAccessSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRemoteAccessSessionResult, RusotoError<GetRemoteAccessSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_run<'life0, 'async_trait>(
        &'life0 self,
        input: GetRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRunResult, RusotoError<GetRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_suite<'life0, 'async_trait>(
        &'life0 self,
        input: GetSuiteRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetSuiteResult, RusotoError<GetSuiteError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_test<'life0, 'async_trait>(
        &'life0 self,
        input: GetTestRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTestResult, RusotoError<GetTestError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_test_grid_project<'life0, 'async_trait>(
        &'life0 self,
        input: GetTestGridProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTestGridProjectResult, RusotoError<GetTestGridProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_test_grid_session<'life0, 'async_trait>(
        &'life0 self,
        input: GetTestGridSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetTestGridSessionResult, RusotoError<GetTestGridSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_upload<'life0, 'async_trait>(
        &'life0 self,
        input: GetUploadRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetUploadResult, RusotoError<GetUploadError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn get_vpce_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetVPCEConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVPCEConfigurationResult, RusotoError<GetVPCEConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn install_to_remote_access_session<'life0, 'async_trait>(
        &'life0 self,
        input: InstallToRemoteAccessSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<InstallToRemoteAccessSessionResult, RusotoError<InstallToRemoteAccessSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_artifacts<'life0, 'async_trait>(
        &'life0 self,
        input: ListArtifactsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListArtifactsResult, RusotoError<ListArtifactsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_device_instances<'life0, 'async_trait>(
        &'life0 self,
        input: ListDeviceInstancesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDeviceInstancesResult, RusotoError<ListDeviceInstancesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_device_pools<'life0, 'async_trait>(
        &'life0 self,
        input: ListDevicePoolsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDevicePoolsResult, RusotoError<ListDevicePoolsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_devices<'life0, 'async_trait>(
        &'life0 self,
        input: ListDevicesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListDevicesResult, RusotoError<ListDevicesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_instance_profiles<'life0, 'async_trait>(
        &'life0 self,
        input: ListInstanceProfilesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListInstanceProfilesResult, RusotoError<ListInstanceProfilesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_jobs<'life0, 'async_trait>(
        &'life0 self,
        input: ListJobsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListJobsResult, RusotoError<ListJobsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_network_profiles<'life0, 'async_trait>(
        &'life0 self,
        input: ListNetworkProfilesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListNetworkProfilesResult, RusotoError<ListNetworkProfilesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_offering_promotions<'life0, 'async_trait>(
        &'life0 self,
        input: ListOfferingPromotionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOfferingPromotionsResult, RusotoError<ListOfferingPromotionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_offering_transactions<'life0, 'async_trait>(
        &'life0 self,
        input: ListOfferingTransactionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOfferingTransactionsResult, RusotoError<ListOfferingTransactionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_offerings<'life0, 'async_trait>(
        &'life0 self,
        input: ListOfferingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListOfferingsResult, RusotoError<ListOfferingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_projects<'life0, 'async_trait>(
        &'life0 self,
        input: ListProjectsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListProjectsResult, RusotoError<ListProjectsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_remote_access_sessions<'life0, 'async_trait>(
        &'life0 self,
        input: ListRemoteAccessSessionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRemoteAccessSessionsResult, RusotoError<ListRemoteAccessSessionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_runs<'life0, 'async_trait>(
        &'life0 self,
        input: ListRunsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRunsResult, RusotoError<ListRunsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_samples<'life0, 'async_trait>(
        &'life0 self,
        input: ListSamplesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSamplesResult, RusotoError<ListSamplesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_suites<'life0, 'async_trait>(
        &'life0 self,
        input: ListSuitesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListSuitesResult, RusotoError<ListSuitesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_test_grid_projects<'life0, 'async_trait>(
        &'life0 self,
        input: ListTestGridProjectsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTestGridProjectsResult, RusotoError<ListTestGridProjectsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_test_grid_session_actions<'life0, 'async_trait>(
        &'life0 self,
        input: ListTestGridSessionActionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionActionsResult, RusotoError<ListTestGridSessionActionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_test_grid_session_artifacts<'life0, 'async_trait>(
        &'life0 self,
        input: ListTestGridSessionArtifactsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionArtifactsResult, RusotoError<ListTestGridSessionArtifactsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_test_grid_sessions<'life0, 'async_trait>(
        &'life0 self,
        input: ListTestGridSessionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionsResult, RusotoError<ListTestGridSessionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_tests<'life0, 'async_trait>(
        &'life0 self,
        input: ListTestsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTestsResult, RusotoError<ListTestsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_unique_problems<'life0, 'async_trait>(
        &'life0 self,
        input: ListUniqueProblemsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListUniqueProblemsResult, RusotoError<ListUniqueProblemsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_uploads<'life0, 'async_trait>(
        &'life0 self,
        input: ListUploadsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListUploadsResult, RusotoError<ListUploadsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn list_vpce_configurations<'life0, 'async_trait>(
        &'life0 self,
        input: ListVPCEConfigurationsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListVPCEConfigurationsResult, RusotoError<ListVPCEConfigurationsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn purchase_offering<'life0, 'async_trait>(
        &'life0 self,
        input: PurchaseOfferingRequest
    ) -> Pin<Box<dyn Future<Output = Result<PurchaseOfferingResult, RusotoError<PurchaseOfferingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn renew_offering<'life0, 'async_trait>(
        &'life0 self,
        input: RenewOfferingRequest
    ) -> Pin<Box<dyn Future<Output = Result<RenewOfferingResult, RusotoError<RenewOfferingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn schedule_run<'life0, 'async_trait>(
        &'life0 self,
        input: ScheduleRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<ScheduleRunResult, RusotoError<ScheduleRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn stop_job<'life0, 'async_trait>(
        &'life0 self,
        input: StopJobRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopJobResult, RusotoError<StopJobError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn stop_remote_access_session<'life0, 'async_trait>(
        &'life0 self,
        input: StopRemoteAccessSessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopRemoteAccessSessionResult, RusotoError<StopRemoteAccessSessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn stop_run<'life0, 'async_trait>(
        &'life0 self,
        input: StopRunRequest
    ) -> Pin<Box<dyn Future<Output = Result<StopRunResult, RusotoError<StopRunError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_device_instance<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDeviceInstanceRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDeviceInstanceResult, RusotoError<UpdateDeviceInstanceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_device_pool<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateDevicePoolRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateDevicePoolResult, RusotoError<UpdateDevicePoolError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_instance_profile<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateInstanceProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateInstanceProfileResult, RusotoError<UpdateInstanceProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_network_profile<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateNetworkProfileRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateNetworkProfileResult, RusotoError<UpdateNetworkProfileError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_project<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateProjectResult, RusotoError<UpdateProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_test_grid_project<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateTestGridProjectRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateTestGridProjectResult, RusotoError<UpdateTestGridProjectError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_upload<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateUploadRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateUploadResult, RusotoError<UpdateUploadError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
fn update_vpce_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVPCEConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateVPCEConfigurationResult, RusotoError<UpdateVPCEConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the AWS Device Farm API. AWS Device Farm clients implement this trait.

Required methods

fn create_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDevicePoolResult, RusotoError<CreateDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a device pool.

fn create_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInstanceProfileResult, RusotoError<CreateInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a profile that can be applied to one or more private fleet device instances.

fn create_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateNetworkProfileResult, RusotoError<CreateNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a network profile.

fn create_project<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProjectRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProjectResult, RusotoError<CreateProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a project.

fn create_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRemoteAccessSessionResult, RusotoError<CreateRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Specifies and starts a remote access session.

fn create_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTestGridProjectResult, RusotoError<CreateTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a Selenium testing project. Projects are used to track TestGridSession instances.

fn create_test_grid_url<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTestGridUrlRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTestGridUrlResult, RusotoError<CreateTestGridUrlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.

fn create_upload<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUploadRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUploadResult, RusotoError<CreateUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Uploads an app or test scripts.

fn create_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVPCEConfigurationResult, RusotoError<CreateVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.

fn delete_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDevicePoolResult, RusotoError<DeleteDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.

fn delete_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInstanceProfileResult, RusotoError<DeleteInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a profile that can be applied to one or more private device instances.

fn delete_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteNetworkProfileResult, RusotoError<DeleteNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a network profile.

fn delete_project<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProjectRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProjectResult, RusotoError<DeleteProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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

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

fn delete_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRemoteAccessSessionResult, RusotoError<DeleteRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a completed remote access session and its results.

fn delete_run<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRunRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRunResult, RusotoError<DeleteRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the run, given the run ARN.

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

fn delete_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTestGridProjectResult, RusotoError<DeleteTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn delete_upload<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUploadRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUploadResult, RusotoError<DeleteUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes an upload given the upload ARN.

fn delete_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteVPCEConfigurationResult, RusotoError<DeleteVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.

fn get_account_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetAccountSettingsResult, RusotoError<GetAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.

fn get_device<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeviceRequest
) -> Pin<Box<dyn Future<Output = Result<GetDeviceResult, RusotoError<GetDeviceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a unique device type.

fn get_device_instance<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeviceInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<GetDeviceInstanceResult, RusotoError<GetDeviceInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about a device instance that belongs to a private device fleet.

fn get_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevicePoolResult, RusotoError<GetDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a device pool.

fn get_device_pool_compatibility<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevicePoolCompatibilityRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevicePoolCompatibilityResult, RusotoError<GetDevicePoolCompatibilityError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about compatibility with a device pool.

fn get_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceProfileResult, RusotoError<GetInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about the specified instance profile.

fn get_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobResult, RusotoError<GetJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a job.

fn get_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: GetNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<GetNetworkProfileResult, RusotoError<GetNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about a network profile.

fn get_offering_status<'life0, 'async_trait>(
    &'life0 self,
    input: GetOfferingStatusRequest
) -> Pin<Box<dyn Future<Output = Result<GetOfferingStatusResult, RusotoError<GetOfferingStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn get_project<'life0, 'async_trait>(
    &'life0 self,
    input: GetProjectRequest
) -> Pin<Box<dyn Future<Output = Result<GetProjectResult, RusotoError<GetProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a project.

fn get_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: GetRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<GetRemoteAccessSessionResult, RusotoError<GetRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns a link to a currently running remote access session.

fn get_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetRunResult, RusotoError<GetRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a run.

fn get_suite<'life0, 'async_trait>(
    &'life0 self,
    input: GetSuiteRequest
) -> Pin<Box<dyn Future<Output = Result<GetSuiteResult, RusotoError<GetSuiteError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a suite.

fn get_test<'life0, 'async_trait>(
    &'life0 self,
    input: GetTestRequest
) -> Pin<Box<dyn Future<Output = Result<GetTestResult, RusotoError<GetTestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about a test.

fn get_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: GetTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<GetTestGridProjectResult, RusotoError<GetTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Retrieves information about a Selenium testing project.

fn get_test_grid_session<'life0, 'async_trait>(
    &'life0 self,
    input: GetTestGridSessionRequest
) -> Pin<Box<dyn Future<Output = Result<GetTestGridSessionResult, RusotoError<GetTestGridSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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:

fn get_upload<'life0, 'async_trait>(
    &'life0 self,
    input: GetUploadRequest
) -> Pin<Box<dyn Future<Output = Result<GetUploadResult, RusotoError<GetUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about an upload.

fn get_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVPCEConfigurationResult, RusotoError<GetVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.

fn install_to_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: InstallToRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<InstallToRemoteAccessSessionResult, RusotoError<InstallToRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn list_artifacts<'life0, 'async_trait>(
    &'life0 self,
    input: ListArtifactsRequest
) -> Pin<Box<dyn Future<Output = Result<ListArtifactsResult, RusotoError<ListArtifactsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about artifacts.

fn list_device_instances<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeviceInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDeviceInstancesResult, RusotoError<ListDeviceInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about the private device instances associated with one or more AWS accounts.

fn list_device_pools<'life0, 'async_trait>(
    &'life0 self,
    input: ListDevicePoolsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDevicePoolsResult, RusotoError<ListDevicePoolsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about device pools.

fn list_devices<'life0, 'async_trait>(
    &'life0 self,
    input: ListDevicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDevicesResult, RusotoError<ListDevicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about unique device types.

fn list_instance_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: ListInstanceProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<ListInstanceProfilesResult, RusotoError<ListInstanceProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about all the instance profiles in an AWS account.

fn list_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobsResult, RusotoError<ListJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about jobs for a given test run.

fn list_network_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: ListNetworkProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<ListNetworkProfilesResult, RusotoError<ListNetworkProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns the list of available network profiles.

fn list_offering_promotions<'life0, 'async_trait>(
    &'life0 self,
    input: ListOfferingPromotionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListOfferingPromotionsResult, RusotoError<ListOfferingPromotionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn list_offering_transactions<'life0, 'async_trait>(
    &'life0 self,
    input: ListOfferingTransactionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListOfferingTransactionsResult, RusotoError<ListOfferingTransactionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn list_offerings<'life0, 'async_trait>(
    &'life0 self,
    input: ListOfferingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListOfferingsResult, RusotoError<ListOfferingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn list_projects<'life0, 'async_trait>(
    &'life0 self,
    input: ListProjectsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProjectsResult, RusotoError<ListProjectsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about projects.

fn list_remote_access_sessions<'life0, 'async_trait>(
    &'life0 self,
    input: ListRemoteAccessSessionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRemoteAccessSessionsResult, RusotoError<ListRemoteAccessSessionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns a list of all currently running remote access sessions.

fn list_runs<'life0, 'async_trait>(
    &'life0 self,
    input: ListRunsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRunsResult, RusotoError<ListRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about runs, given an AWS Device Farm project ARN.

fn list_samples<'life0, 'async_trait>(
    &'life0 self,
    input: ListSamplesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSamplesResult, RusotoError<ListSamplesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about samples, given an AWS Device Farm job ARN.

fn list_suites<'life0, 'async_trait>(
    &'life0 self,
    input: ListSuitesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSuitesResult, RusotoError<ListSuitesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about test suites for a given job.

fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

List the tags for an AWS Device Farm resource.

fn list_test_grid_projects<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridProjectsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridProjectsResult, RusotoError<ListTestGridProjectsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets a list of all Selenium testing projects in your account.

fn list_test_grid_session_actions<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridSessionActionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionActionsResult, RusotoError<ListTestGridSessionActionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns a list of the actions taken in a TestGridSession.

fn list_test_grid_session_artifacts<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridSessionArtifactsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionArtifactsResult, RusotoError<ListTestGridSessionArtifactsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Retrieves a list of artifacts created during the session.

fn list_test_grid_sessions<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridSessionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionsResult, RusotoError<ListTestGridSessionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Retrieves a list of sessions for a TestGridProject.

fn list_tests<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestsResult, RusotoError<ListTestsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about tests in a given test suite.

fn list_unique_problems<'life0, 'async_trait>(
    &'life0 self,
    input: ListUniqueProblemsRequest
) -> Pin<Box<dyn Future<Output = Result<ListUniqueProblemsResult, RusotoError<ListUniqueProblemsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn list_uploads<'life0, 'async_trait>(
    &'life0 self,
    input: ListUploadsRequest
) -> Pin<Box<dyn Future<Output = Result<ListUploadsResult, RusotoError<ListUploadsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Gets information about uploads, given an AWS Device Farm project ARN.

fn list_vpce_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: ListVPCEConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVPCEConfigurationsResult, RusotoError<ListVPCEConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.

fn purchase_offering<'life0, 'async_trait>(
    &'life0 self,
    input: PurchaseOfferingRequest
) -> Pin<Box<dyn Future<Output = Result<PurchaseOfferingResult, RusotoError<PurchaseOfferingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn renew_offering<'life0, 'async_trait>(
    &'life0 self,
    input: RenewOfferingRequest
) -> Pin<Box<dyn Future<Output = Result<RenewOfferingResult, RusotoError<RenewOfferingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn schedule_run<'life0, 'async_trait>(
    &'life0 self,
    input: ScheduleRunRequest
) -> Pin<Box<dyn Future<Output = Result<ScheduleRunResult, RusotoError<ScheduleRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Schedules a run.

fn stop_job<'life0, 'async_trait>(
    &'life0 self,
    input: StopJobRequest
) -> Pin<Box<dyn Future<Output = Result<StopJobResult, RusotoError<StopJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn stop_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: StopRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<StopRemoteAccessSessionResult, RusotoError<StopRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Ends a specified remote access session.

fn stop_run<'life0, 'async_trait>(
    &'life0 self,
    input: StopRunRequest
) -> Pin<Box<dyn Future<Output = Result<StopRunResult, RusotoError<StopRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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.

fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Deletes the specified tags from a resource.

fn update_device_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDeviceInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDeviceInstanceResult, RusotoError<UpdateDeviceInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates information about a private device instance.

fn update_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDevicePoolResult, RusotoError<UpdateDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

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).

fn update_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateInstanceProfileResult, RusotoError<UpdateInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates information about an existing private device instance profile.

fn update_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateNetworkProfileResult, RusotoError<UpdateNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates the network profile.

fn update_project<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProjectRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateProjectResult, RusotoError<UpdateProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Modifies the specified project name, given the project ARN and a new name.

fn update_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTestGridProjectResult, RusotoError<UpdateTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Change details of a project.

fn update_upload<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUploadRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUploadResult, RusotoError<UpdateUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates an uploaded test spec.

fn update_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVPCEConfigurationResult, RusotoError<UpdateVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 

Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.

Loading content...

Implementors

impl DeviceFarm for DeviceFarmClient[src]

fn create_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: CreateDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<CreateDevicePoolResult, RusotoError<CreateDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a device pool.

fn create_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateInstanceProfileResult, RusotoError<CreateInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a profile that can be applied to one or more private fleet device instances.

fn create_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: CreateNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<CreateNetworkProfileResult, RusotoError<CreateNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a network profile.

fn create_project<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProjectRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProjectResult, RusotoError<CreateProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a project.

fn create_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRemoteAccessSessionResult, RusotoError<CreateRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Specifies and starts a remote access session.

fn create_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTestGridProjectResult, RusotoError<CreateTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a Selenium testing project. Projects are used to track TestGridSession instances.

fn create_test_grid_url<'life0, 'async_trait>(
    &'life0 self,
    input: CreateTestGridUrlRequest
) -> Pin<Box<dyn Future<Output = Result<CreateTestGridUrlResult, RusotoError<CreateTestGridUrlError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.

fn create_upload<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUploadRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUploadResult, RusotoError<CreateUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Uploads an app or test scripts.

fn create_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVPCEConfigurationResult, RusotoError<CreateVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.

fn delete_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteDevicePoolResult, RusotoError<DeleteDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.

fn delete_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteInstanceProfileResult, RusotoError<DeleteInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a profile that can be applied to one or more private device instances.

fn delete_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteNetworkProfileResult, RusotoError<DeleteNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a network profile.

fn delete_project<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProjectRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteProjectResult, RusotoError<DeleteProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

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

fn delete_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRemoteAccessSessionResult, RusotoError<DeleteRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a completed remote access session and its results.

fn delete_run<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRunRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteRunResult, RusotoError<DeleteRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the run, given the run ARN.

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

fn delete_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteTestGridProjectResult, RusotoError<DeleteTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn delete_upload<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteUploadRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteUploadResult, RusotoError<DeleteUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an upload given the upload ARN.

fn delete_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteVPCEConfigurationResult, RusotoError<DeleteVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.

fn get_account_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetAccountSettingsResult, RusotoError<GetAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.

fn get_device<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeviceRequest
) -> Pin<Box<dyn Future<Output = Result<GetDeviceResult, RusotoError<GetDeviceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a unique device type.

fn get_device_instance<'life0, 'async_trait>(
    &'life0 self,
    input: GetDeviceInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<GetDeviceInstanceResult, RusotoError<GetDeviceInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a device instance that belongs to a private device fleet.

fn get_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevicePoolResult, RusotoError<GetDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a device pool.

fn get_device_pool_compatibility<'life0, 'async_trait>(
    &'life0 self,
    input: GetDevicePoolCompatibilityRequest
) -> Pin<Box<dyn Future<Output = Result<GetDevicePoolCompatibilityResult, RusotoError<GetDevicePoolCompatibilityError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about compatibility with a device pool.

fn get_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: GetInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<GetInstanceProfileResult, RusotoError<GetInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the specified instance profile.

fn get_job<'life0, 'async_trait>(
    &'life0 self,
    input: GetJobRequest
) -> Pin<Box<dyn Future<Output = Result<GetJobResult, RusotoError<GetJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a job.

fn get_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: GetNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<GetNetworkProfileResult, RusotoError<GetNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about a network profile.

fn get_offering_status<'life0, 'async_trait>(
    &'life0 self,
    input: GetOfferingStatusRequest
) -> Pin<Box<dyn Future<Output = Result<GetOfferingStatusResult, RusotoError<GetOfferingStatusError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn get_project<'life0, 'async_trait>(
    &'life0 self,
    input: GetProjectRequest
) -> Pin<Box<dyn Future<Output = Result<GetProjectResult, RusotoError<GetProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a project.

fn get_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: GetRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<GetRemoteAccessSessionResult, RusotoError<GetRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a link to a currently running remote access session.

fn get_run<'life0, 'async_trait>(
    &'life0 self,
    input: GetRunRequest
) -> Pin<Box<dyn Future<Output = Result<GetRunResult, RusotoError<GetRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a run.

fn get_suite<'life0, 'async_trait>(
    &'life0 self,
    input: GetSuiteRequest
) -> Pin<Box<dyn Future<Output = Result<GetSuiteResult, RusotoError<GetSuiteError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a suite.

fn get_test<'life0, 'async_trait>(
    &'life0 self,
    input: GetTestRequest
) -> Pin<Box<dyn Future<Output = Result<GetTestResult, RusotoError<GetTestError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about a test.

fn get_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: GetTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<GetTestGridProjectResult, RusotoError<GetTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about a Selenium testing project.

fn get_test_grid_session<'life0, 'async_trait>(
    &'life0 self,
    input: GetTestGridSessionRequest
) -> Pin<Box<dyn Future<Output = Result<GetTestGridSessionResult, RusotoError<GetTestGridSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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:

fn get_upload<'life0, 'async_trait>(
    &'life0 self,
    input: GetUploadRequest
) -> Pin<Box<dyn Future<Output = Result<GetUploadResult, RusotoError<GetUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about an upload.

fn get_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVPCEConfigurationResult, RusotoError<GetVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.

fn install_to_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: InstallToRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<InstallToRemoteAccessSessionResult, RusotoError<InstallToRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn list_artifacts<'life0, 'async_trait>(
    &'life0 self,
    input: ListArtifactsRequest
) -> Pin<Box<dyn Future<Output = Result<ListArtifactsResult, RusotoError<ListArtifactsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about artifacts.

fn list_device_instances<'life0, 'async_trait>(
    &'life0 self,
    input: ListDeviceInstancesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDeviceInstancesResult, RusotoError<ListDeviceInstancesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about the private device instances associated with one or more AWS accounts.

fn list_device_pools<'life0, 'async_trait>(
    &'life0 self,
    input: ListDevicePoolsRequest
) -> Pin<Box<dyn Future<Output = Result<ListDevicePoolsResult, RusotoError<ListDevicePoolsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about device pools.

fn list_devices<'life0, 'async_trait>(
    &'life0 self,
    input: ListDevicesRequest
) -> Pin<Box<dyn Future<Output = Result<ListDevicesResult, RusotoError<ListDevicesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about unique device types.

fn list_instance_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: ListInstanceProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<ListInstanceProfilesResult, RusotoError<ListInstanceProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all the instance profiles in an AWS account.

fn list_jobs<'life0, 'async_trait>(
    &'life0 self,
    input: ListJobsRequest
) -> Pin<Box<dyn Future<Output = Result<ListJobsResult, RusotoError<ListJobsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about jobs for a given test run.

fn list_network_profiles<'life0, 'async_trait>(
    &'life0 self,
    input: ListNetworkProfilesRequest
) -> Pin<Box<dyn Future<Output = Result<ListNetworkProfilesResult, RusotoError<ListNetworkProfilesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns the list of available network profiles.

fn list_offering_promotions<'life0, 'async_trait>(
    &'life0 self,
    input: ListOfferingPromotionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListOfferingPromotionsResult, RusotoError<ListOfferingPromotionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn list_offering_transactions<'life0, 'async_trait>(
    &'life0 self,
    input: ListOfferingTransactionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListOfferingTransactionsResult, RusotoError<ListOfferingTransactionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn list_offerings<'life0, 'async_trait>(
    &'life0 self,
    input: ListOfferingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListOfferingsResult, RusotoError<ListOfferingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn list_projects<'life0, 'async_trait>(
    &'life0 self,
    input: ListProjectsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProjectsResult, RusotoError<ListProjectsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about projects.

fn list_remote_access_sessions<'life0, 'async_trait>(
    &'life0 self,
    input: ListRemoteAccessSessionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRemoteAccessSessionsResult, RusotoError<ListRemoteAccessSessionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of all currently running remote access sessions.

fn list_runs<'life0, 'async_trait>(
    &'life0 self,
    input: ListRunsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRunsResult, RusotoError<ListRunsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about runs, given an AWS Device Farm project ARN.

fn list_samples<'life0, 'async_trait>(
    &'life0 self,
    input: ListSamplesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSamplesResult, RusotoError<ListSamplesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about samples, given an AWS Device Farm job ARN.

fn list_suites<'life0, 'async_trait>(
    &'life0 self,
    input: ListSuitesRequest
) -> Pin<Box<dyn Future<Output = Result<ListSuitesResult, RusotoError<ListSuitesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about test suites for a given job.

fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

List the tags for an AWS Device Farm resource.

fn list_test_grid_projects<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridProjectsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridProjectsResult, RusotoError<ListTestGridProjectsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets a list of all Selenium testing projects in your account.

fn list_test_grid_session_actions<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridSessionActionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionActionsResult, RusotoError<ListTestGridSessionActionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns a list of the actions taken in a TestGridSession.

fn list_test_grid_session_artifacts<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridSessionArtifactsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionArtifactsResult, RusotoError<ListTestGridSessionArtifactsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of artifacts created during the session.

fn list_test_grid_sessions<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestGridSessionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestGridSessionsResult, RusotoError<ListTestGridSessionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves a list of sessions for a TestGridProject.

fn list_tests<'life0, 'async_trait>(
    &'life0 self,
    input: ListTestsRequest
) -> Pin<Box<dyn Future<Output = Result<ListTestsResult, RusotoError<ListTestsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about tests in a given test suite.

fn list_unique_problems<'life0, 'async_trait>(
    &'life0 self,
    input: ListUniqueProblemsRequest
) -> Pin<Box<dyn Future<Output = Result<ListUniqueProblemsResult, RusotoError<ListUniqueProblemsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn list_uploads<'life0, 'async_trait>(
    &'life0 self,
    input: ListUploadsRequest
) -> Pin<Box<dyn Future<Output = Result<ListUploadsResult, RusotoError<ListUploadsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets information about uploads, given an AWS Device Farm project ARN.

fn list_vpce_configurations<'life0, 'async_trait>(
    &'life0 self,
    input: ListVPCEConfigurationsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVPCEConfigurationsResult, RusotoError<ListVPCEConfigurationsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Returns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.

fn purchase_offering<'life0, 'async_trait>(
    &'life0 self,
    input: PurchaseOfferingRequest
) -> Pin<Box<dyn Future<Output = Result<PurchaseOfferingResult, RusotoError<PurchaseOfferingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn renew_offering<'life0, 'async_trait>(
    &'life0 self,
    input: RenewOfferingRequest
) -> Pin<Box<dyn Future<Output = Result<RenewOfferingResult, RusotoError<RenewOfferingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn schedule_run<'life0, 'async_trait>(
    &'life0 self,
    input: ScheduleRunRequest
) -> Pin<Box<dyn Future<Output = Result<ScheduleRunResult, RusotoError<ScheduleRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Schedules a run.

fn stop_job<'life0, 'async_trait>(
    &'life0 self,
    input: StopJobRequest
) -> Pin<Box<dyn Future<Output = Result<StopJobResult, RusotoError<StopJobError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn stop_remote_access_session<'life0, 'async_trait>(
    &'life0 self,
    input: StopRemoteAccessSessionRequest
) -> Pin<Box<dyn Future<Output = Result<StopRemoteAccessSessionResult, RusotoError<StopRemoteAccessSessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Ends a specified remote access session.

fn stop_run<'life0, 'async_trait>(
    &'life0 self,
    input: StopRunRequest
) -> Pin<Box<dyn Future<Output = Result<StopRunResult, RusotoError<StopRunError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<TagResourceResponse, RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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.

fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<UntagResourceResponse, RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified tags from a resource.

fn update_device_instance<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDeviceInstanceRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDeviceInstanceResult, RusotoError<UpdateDeviceInstanceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates information about a private device instance.

fn update_device_pool<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateDevicePoolRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateDevicePoolResult, RusotoError<UpdateDevicePoolError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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).

fn update_instance_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateInstanceProfileRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateInstanceProfileResult, RusotoError<UpdateInstanceProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates information about an existing private device instance profile.

fn update_network_profile<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateNetworkProfileRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateNetworkProfileResult, RusotoError<UpdateNetworkProfileError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the network profile.

fn update_project<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProjectRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateProjectResult, RusotoError<UpdateProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Modifies the specified project name, given the project ARN and a new name.

fn update_test_grid_project<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateTestGridProjectRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateTestGridProjectResult, RusotoError<UpdateTestGridProjectError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Change details of a project.

fn update_upload<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUploadRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUploadResult, RusotoError<UpdateUploadError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates an uploaded test spec.

fn update_vpce_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVPCEConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVPCEConfigurationResult, RusotoError<UpdateVPCEConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates information about an Amazon Virtual Private Cloud (VPC) endpoint configuration.

Loading content...