[][src]Trait rusoto_devicefarm::DeviceFarm

pub trait DeviceFarm {
#[must_use]    pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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
;
#[must_use] pub 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

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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:

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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).

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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.

#[must_use]pub 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...

Implementors

impl DeviceFarm for DeviceFarmClient[src]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

pub 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:

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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