Smaws_Client_DeviceFarmDevice Farm client library built on EIO.
module Types : sig ... endval make_vpc_config :
vpc_id:Types.non_empty_string ->
subnet_ids:Types.vpc_subnet_ids ->
security_group_ids:Types.vpc_security_group_ids ->
unit ->
Types.vpc_configval make_vpce_configuration :
?vpce_configuration_description:Types.vpce_configuration_description ->
?service_dns_name:Types.service_dns_name ->
?vpce_service_name:Types.vpce_service_name ->
?vpce_configuration_name:Types.vpce_configuration_name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.vpce_configurationval make_upload :
?category:Types.upload_category ->
?message:Types.message ->
?content_type:Types.content_type ->
?metadata:Types.metadata ->
?url:Types.sensitive_ur_l ->
?status:Types.upload_status ->
?type_:Types.upload_type ->
?created:Types.date_time ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.uploadval make_update_vpce_configuration_request :
?vpce_configuration_description:Types.vpce_configuration_description ->
?service_dns_name:Types.service_dns_name ->
?vpce_service_name:Types.vpce_service_name ->
?vpce_configuration_name:Types.vpce_configuration_name ->
arn:Types.amazon_resource_name ->
unit ->
Types.update_vpce_configuration_requestval make_update_upload_request :
?edit_content:Types.boolean_ ->
?content_type:Types.content_type ->
?name:Types.name ->
arn:Types.amazon_resource_name ->
unit ->
Types.update_upload_requestval make_test_grid_vpc_config :
vpc_id:Types.non_empty_string ->
subnet_ids:Types.subnet_ids ->
security_group_ids:Types.security_group_ids ->
unit ->
Types.test_grid_vpc_configval make_test_grid_project :
?created:Types.date_time ->
?vpc_config:Types.test_grid_vpc_config ->
?description:Types.string_ ->
?name:Types.string_ ->
?arn:Types.device_farm_arn ->
unit ->
Types.test_grid_projectval make_update_test_grid_project_request :
?vpc_config:Types.test_grid_vpc_config ->
?description:Types.resource_description ->
?name:Types.resource_name ->
project_arn:Types.device_farm_arn ->
unit ->
Types.update_test_grid_project_requestval make_environment_variable :
value:Types.environment_variable_value ->
name:Types.environment_variable_name ->
unit ->
Types.environment_variableval make_project :
?execution_role_arn:Types.amazon_role_resource_name ->
?environment_variables:Types.environment_variables ->
?vpc_config:Types.vpc_config ->
?created:Types.date_time ->
?default_job_timeout_minutes:Types.job_timeout_minutes ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.projectval make_update_project_request :
?execution_role_arn:Types.amazon_role_resource_name ->
?environment_variables:Types.environment_variables ->
?vpc_config:Types.vpc_config ->
?default_job_timeout_minutes:Types.job_timeout_minutes ->
?name:Types.name ->
arn:Types.amazon_resource_name ->
unit ->
Types.update_project_requestval make_network_profile :
?downlink_loss_percent:Types.percent_integer ->
?uplink_loss_percent:Types.percent_integer ->
?downlink_jitter_ms:Types.long ->
?uplink_jitter_ms:Types.long ->
?downlink_delay_ms:Types.long ->
?uplink_delay_ms:Types.long ->
?downlink_bandwidth_bits:Types.long ->
?uplink_bandwidth_bits:Types.long ->
?type_:Types.network_profile_type ->
?description:Types.message ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.network_profileval make_update_network_profile_request :
?downlink_loss_percent:Types.percent_integer ->
?uplink_loss_percent:Types.percent_integer ->
?downlink_jitter_ms:Types.long ->
?uplink_jitter_ms:Types.long ->
?downlink_delay_ms:Types.long ->
?uplink_delay_ms:Types.long ->
?downlink_bandwidth_bits:Types.long ->
?uplink_bandwidth_bits:Types.long ->
?type_:Types.network_profile_type ->
?description:Types.message ->
?name:Types.name ->
arn:Types.amazon_resource_name ->
unit ->
Types.update_network_profile_requestval make_instance_profile :
?description:Types.message ->
?name:Types.name ->
?reboot_after_use:Types.boolean_ ->
?exclude_app_packages_from_cleanup:Types.package_ids ->
?package_cleanup:Types.boolean_ ->
?arn:Types.amazon_resource_name ->
unit ->
Types.instance_profileval make_update_instance_profile_request :
?reboot_after_use:Types.boolean_ ->
?exclude_app_packages_from_cleanup:Types.package_ids ->
?package_cleanup:Types.boolean_ ->
?description:Types.message ->
?name:Types.name ->
arn:Types.amazon_resource_name ->
unit ->
Types.update_instance_profile_requestval make_rule :
?value:Types.string_ ->
?operator:Types.rule_operator ->
?attribute:Types.device_attribute ->
unit ->
Types.ruleval make_device_pool :
?max_devices:Types.integer ->
?rules:Types.rules ->
?type_:Types.device_pool_type ->
?description:Types.message ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.device_poolval make_update_device_pool_request :
?clear_max_devices:Types.boolean_ ->
?max_devices:Types.integer ->
?rules:Types.rules ->
?description:Types.message ->
?name:Types.name ->
arn:Types.amazon_resource_name ->
unit ->
Types.update_device_pool_requestval make_device_instance :
?instance_profile:Types.instance_profile ->
?udid:Types.string_ ->
?status:Types.instance_status ->
?labels:Types.instance_labels ->
?device_arn:Types.amazon_resource_name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.device_instanceval make_update_device_instance_request :
?labels:Types.instance_labels ->
?profile_arn:Types.amazon_resource_name ->
arn:Types.amazon_resource_name ->
unit ->
Types.update_device_instance_requestval make_untag_resource_request :
tag_keys:Types.tag_key_list ->
resource_ar_n:Types.device_farm_arn ->
unit ->
Types.untag_resource_requestval make_problem_detail :
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.problem_detailval make_cp_u :
?clock:Types.double ->
?architecture:Types.string_ ->
?frequency:Types.string_ ->
unit ->
Types.cp_uval make_resolution :
?height:Types.integer ->
?width:Types.integer ->
unit ->
Types.resolutionval make_device :
?availability:Types.device_availability ->
?instances:Types.device_instances ->
?fleet_name:Types.string_ ->
?fleet_type:Types.string_ ->
?remote_debug_enabled:Types.boolean_ ->
?remote_access_enabled:Types.boolean_ ->
?radio:Types.string_ ->
?carrier:Types.string_ ->
?image:Types.string_ ->
?memory:Types.long ->
?heap_size:Types.long ->
?resolution:Types.resolution ->
?cpu:Types.cp_u ->
?os:Types.string_ ->
?platform:Types.device_platform ->
?form_factor:Types.device_form_factor ->
?model_id:Types.string_ ->
?model:Types.string_ ->
?manufacturer:Types.string_ ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.deviceval make_problem :
?message:Types.message ->
?result_:Types.execution_result ->
?device:Types.device ->
?test:Types.problem_detail ->
?suite:Types.problem_detail ->
?job:Types.problem_detail ->
?run:Types.problem_detail ->
unit ->
Types.problemval make_unique_problem :
?problems:Types.problems ->
?message:Types.message ->
unit ->
Types.unique_problemval make_trial_minutes :
?remaining:Types.double ->
?total:Types.double ->
unit ->
Types.trial_minutesval make_counters :
?skipped:Types.integer ->
?stopped:Types.integer ->
?errored:Types.integer ->
?warned:Types.integer ->
?failed:Types.integer ->
?passed:Types.integer ->
?total:Types.integer ->
unit ->
Types.countersval make_device_minutes :
?unmetered:Types.double ->
?metered:Types.double ->
?total:Types.double ->
unit ->
Types.device_minutesval make_test :
?device_minutes:Types.device_minutes ->
?message:Types.message ->
?counters:Types.counters ->
?stopped:Types.date_time ->
?started:Types.date_time ->
?result_:Types.execution_result ->
?status:Types.execution_status ->
?created:Types.date_time ->
?type_:Types.test_type ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.testval make_test_grid_session :
?selenium_properties:Types.string_ ->
?billing_minutes:Types.double ->
?ended:Types.date_time ->
?created:Types.date_time ->
?status:Types.test_grid_session_status ->
?arn:Types.device_farm_arn ->
unit ->
Types.test_grid_sessionval make_test_grid_session_artifact :
?url:Types.sensitive_string ->
?type_:Types.test_grid_session_artifact_type ->
?filename:Types.string_ ->
unit ->
Types.test_grid_session_artifactval make_test_grid_session_action :
?request_method:Types.string_ ->
?status_code:Types.string_ ->
?duration:Types.long ->
?started:Types.date_time ->
?action:Types.string_ ->
unit ->
Types.test_grid_session_actionval make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tagval make_tag_resource_request :
tags:Types.tag_list ->
resource_ar_n:Types.device_farm_arn ->
unit ->
Types.tag_resource_requestval make_suite :
?device_minutes:Types.device_minutes ->
?message:Types.message ->
?counters:Types.counters ->
?stopped:Types.date_time ->
?started:Types.date_time ->
?result_:Types.execution_result ->
?status:Types.execution_status ->
?created:Types.date_time ->
?type_:Types.test_type ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.suiteval make_device_proxy :
port:Types.device_proxy_port ->
host:Types.device_proxy_host ->
unit ->
Types.device_proxyval make_radios :
?gps:Types.boolean_ ->
?nfc:Types.boolean_ ->
?bluetooth:Types.boolean_ ->
?wifi:Types.boolean_ ->
unit ->
Types.radiosval make_location :
longitude:Types.double ->
latitude:Types.double ->
unit ->
Types.locationval make_customer_artifact_paths :
?device_host_paths:Types.device_host_paths ->
?android_paths:Types.android_paths ->
?ios_paths:Types.ios_paths ->
unit ->
Types.customer_artifact_pathsval make_device_filter :
values:Types.device_filter_values ->
operator:Types.rule_operator ->
attribute:Types.device_filter_attribute ->
unit ->
Types.device_filterval make_run :
?environment_variables:Types.environment_variables ->
?execution_role_arn:Types.amazon_role_resource_name ->
?vpc_config:Types.vpc_config ->
?device_selection_result:Types.device_selection_result ->
?test_spec_arn:Types.amazon_resource_name ->
?skip_app_resign:Types.skip_app_resign ->
?web_url:Types.string_ ->
?customer_artifact_paths:Types.customer_artifact_paths ->
?location:Types.location ->
?radios:Types.radios ->
?locale:Types.string_ ->
?device_pool_arn:Types.amazon_resource_name ->
?job_timeout_minutes:Types.job_timeout_minutes ->
?event_count:Types.integer ->
?app_upload:Types.amazon_resource_name ->
?seed:Types.integer ->
?result_code:Types.execution_result_code ->
?parsing_result_url:Types.string_ ->
?device_proxy:Types.device_proxy ->
?network_profile:Types.network_profile ->
?device_minutes:Types.device_minutes ->
?billing_method:Types.billing_method ->
?completed_jobs:Types.integer ->
?total_jobs:Types.integer ->
?message:Types.message ->
?counters:Types.counters ->
?stopped:Types.date_time ->
?started:Types.date_time ->
?result_:Types.execution_result ->
?status:Types.execution_status ->
?created:Types.date_time ->
?platform:Types.device_platform ->
?type_:Types.test_type ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.runval make_stop_run_request :
arn:Types.amazon_resource_name ->
unit ->
Types.stop_run_requestval make_remote_access_endpoints :
?interactive_endpoint:Types.sensitive_ur_l ->
?remote_driver_endpoint:Types.sensitive_ur_l ->
unit ->
Types.remote_access_endpointsval make_remote_access_session :
?endpoints:Types.remote_access_endpoints ->
?app_upload:Types.amazon_resource_name ->
?device_proxy:Types.device_proxy ->
?vpc_config:Types.vpc_config ->
?skip_app_resign:Types.skip_app_resign ->
?interaction_mode:Types.interaction_mode ->
?device_udid:Types.string_ ->
?endpoint:Types.string_ ->
?device_minutes:Types.device_minutes ->
?billing_method:Types.billing_method ->
?instance_arn:Types.amazon_resource_name ->
?device:Types.device ->
?stopped:Types.date_time ->
?started:Types.date_time ->
?message:Types.message ->
?result_:Types.execution_result ->
?status:Types.execution_status ->
?created:Types.date_time ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.remote_access_sessionval make_stop_remote_access_session_request :
arn:Types.amazon_resource_name ->
unit ->
Types.stop_remote_access_session_requestval make_job :
?video_capture:Types.video_capture ->
?video_endpoint:Types.string_ ->
?device_minutes:Types.device_minutes ->
?instance_arn:Types.amazon_resource_name ->
?device:Types.device ->
?message:Types.message ->
?counters:Types.counters ->
?stopped:Types.date_time ->
?started:Types.date_time ->
?result_:Types.execution_result ->
?status:Types.execution_status ->
?created:Types.date_time ->
?type_:Types.test_type ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.jobval make_stop_job_request :
arn:Types.amazon_resource_name ->
unit ->
Types.stop_job_requestval make_schedule_run_test :
?parameters:Types.test_parameters ->
?filter:Types.filter ->
?test_spec_arn:Types.amazon_resource_name ->
?test_package_arn:Types.amazon_resource_name ->
type_:Types.test_type ->
unit ->
Types.schedule_run_testval make_device_selection_configuration :
max_devices:Types.integer ->
filters:Types.device_filters ->
unit ->
Types.device_selection_configurationval make_schedule_run_configuration :
?execution_role_arn:Types.amazon_role_resource_name ->
?environment_variables:Types.environment_variables ->
?billing_method:Types.billing_method ->
?auxiliary_apps:Types.amazon_resource_names ->
?radios:Types.radios ->
?customer_artifact_paths:Types.customer_artifact_paths ->
?device_proxy:Types.device_proxy ->
?vpce_configuration_arns:Types.amazon_resource_names ->
?location:Types.location ->
?locale:Types.string_ ->
?network_profile_arn:Types.amazon_resource_name ->
?extra_data_package_arn:Types.amazon_resource_name ->
unit ->
Types.schedule_run_configurationval make_execution_configuration :
?skip_app_resign:Types.skip_app_resign ->
?video_capture:Types.video_capture ->
?app_packages_cleanup:Types.app_packages_cleanup ->
?accounts_cleanup:Types.accounts_cleanup ->
?job_timeout_minutes:Types.job_timeout_minutes ->
unit ->
Types.execution_configurationval make_schedule_run_request :
?execution_configuration:Types.execution_configuration ->
?configuration:Types.schedule_run_configuration ->
?name:Types.name ->
?device_selection_configuration:Types.device_selection_configuration ->
?device_pool_arn:Types.amazon_resource_name ->
?app_arn:Types.amazon_resource_name ->
test:Types.schedule_run_test ->
project_arn:Types.amazon_resource_name ->
unit ->
Types.schedule_run_requestval make_sample :
?url:Types.ur_l ->
?type_:Types.sample_type ->
?arn:Types.amazon_resource_name ->
unit ->
Types.sampleval make_monetary_amount :
?currency_code:Types.currency_code ->
?amount:Types.double ->
unit ->
Types.monetary_amountval make_recurring_charge :
?frequency:Types.recurring_charge_frequency ->
?cost:Types.monetary_amount ->
unit ->
Types.recurring_chargeval make_offering :
?recurring_charges:Types.recurring_charges ->
?platform:Types.device_platform ->
?type_:Types.offering_type ->
?description:Types.message ->
?id:Types.offering_identifier ->
unit ->
Types.offeringval make_offering_status :
?effective_on:Types.date_time ->
?quantity:Types.integer ->
?offering:Types.offering ->
?type_:Types.offering_transaction_type ->
unit ->
Types.offering_statusval make_offering_transaction :
?cost:Types.monetary_amount ->
?created_on:Types.date_time ->
?offering_promotion_id:Types.offering_promotion_identifier ->
?transaction_id:Types.transaction_identifier ->
?offering_status:Types.offering_status ->
unit ->
Types.offering_transactionval make_renew_offering_request :
quantity:Types.integer ->
offering_id:Types.offering_identifier ->
unit ->
Types.renew_offering_requestval make_purchase_offering_request :
?offering_promotion_id:Types.offering_promotion_identifier ->
quantity:Types.integer ->
offering_id:Types.offering_identifier ->
unit ->
Types.purchase_offering_requestval make_offering_promotion :
?description:Types.message ->
?id:Types.offering_promotion_identifier ->
unit ->
Types.offering_promotionval make_list_vpce_configurations_request :
?next_token:Types.pagination_token ->
?max_results:Types.integer ->
unit ->
Types.list_vpce_configurations_requestval make_list_uploads_request :
?next_token:Types.pagination_token ->
?type_:Types.upload_type ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_uploads_requestval make_list_unique_problems_request :
?next_token:Types.pagination_token ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_unique_problems_requestval make_list_tests_request :
?next_token:Types.pagination_token ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_tests_requestval make_list_test_grid_sessions_request :
?next_token:Types.pagination_token ->
?max_result:Types.max_page_size ->
?end_time_before:Types.date_time ->
?end_time_after:Types.date_time ->
?creation_time_before:Types.date_time ->
?creation_time_after:Types.date_time ->
?status:Types.test_grid_session_status ->
project_arn:Types.device_farm_arn ->
unit ->
Types.list_test_grid_sessions_requestval make_list_test_grid_session_artifacts_request :
?next_token:Types.pagination_token ->
?max_result:Types.max_page_size ->
?type_:Types.test_grid_session_artifact_category ->
session_arn:Types.device_farm_arn ->
unit ->
Types.list_test_grid_session_artifacts_requestval make_list_test_grid_session_actions_request :
?next_token:Types.pagination_token ->
?max_result:Types.max_page_size ->
session_arn:Types.device_farm_arn ->
unit ->
Types.list_test_grid_session_actions_requestval make_list_test_grid_projects_request :
?next_token:Types.pagination_token ->
?max_result:Types.max_page_size ->
unit ->
Types.list_test_grid_projects_requestval make_list_tags_for_resource_response :
?tags:Types.tag_list ->
unit ->
Types.list_tags_for_resource_responseval make_list_tags_for_resource_request :
resource_ar_n:Types.device_farm_arn ->
unit ->
Types.list_tags_for_resource_requestval make_list_suites_request :
?next_token:Types.pagination_token ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_suites_requestval make_list_samples_request :
?next_token:Types.pagination_token ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_samples_requestval make_list_runs_request :
?next_token:Types.pagination_token ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_runs_requestval make_list_remote_access_sessions_request :
?next_token:Types.pagination_token ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_remote_access_sessions_requestval make_list_projects_request :
?next_token:Types.pagination_token ->
?arn:Types.amazon_resource_name ->
unit ->
Types.list_projects_requestval make_list_offerings_request :
?next_token:Types.pagination_token ->
unit ->
Types.list_offerings_requestval make_list_offering_transactions_request :
?next_token:Types.pagination_token ->
unit ->
Types.list_offering_transactions_requestval make_list_offering_promotions_request :
?next_token:Types.pagination_token ->
unit ->
Types.list_offering_promotions_requestval make_list_network_profiles_request :
?next_token:Types.pagination_token ->
?type_:Types.network_profile_type ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_network_profiles_requestval make_list_jobs_request :
?next_token:Types.pagination_token ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_jobs_requestval make_list_instance_profiles_request :
?next_token:Types.pagination_token ->
?max_results:Types.integer ->
unit ->
Types.list_instance_profiles_requestval make_list_devices_request :
?filters:Types.device_filters ->
?next_token:Types.pagination_token ->
?arn:Types.amazon_resource_name ->
unit ->
Types.list_devices_requestval make_list_device_pools_request :
?next_token:Types.pagination_token ->
?type_:Types.device_pool_type ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_device_pools_requestval make_list_device_instances_request :
?next_token:Types.pagination_token ->
?max_results:Types.integer ->
unit ->
Types.list_device_instances_requestval make_artifact :
?url:Types.ur_l ->
?extension:Types.string_ ->
?type_:Types.artifact_type ->
?name:Types.name ->
?arn:Types.amazon_resource_name ->
unit ->
Types.artifactval make_list_artifacts_request :
?next_token:Types.pagination_token ->
type_:Types.artifact_category ->
arn:Types.amazon_resource_name ->
unit ->
Types.list_artifacts_requestval make_install_to_remote_access_session_request :
app_arn:Types.amazon_resource_name ->
remote_access_session_arn:Types.amazon_resource_name ->
unit ->
Types.install_to_remote_access_session_requestval make_incompatibility_message :
?type_:Types.device_attribute ->
?message:Types.message ->
unit ->
Types.incompatibility_messageval make_get_vpce_configuration_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_vpce_configuration_requestval make_get_upload_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_upload_requestval make_get_test_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_test_requestval make_get_test_grid_session_request :
?session_arn:Types.device_farm_arn ->
?session_id:Types.resource_id ->
?project_arn:Types.device_farm_arn ->
unit ->
Types.get_test_grid_session_requestval make_get_test_grid_project_request :
project_arn:Types.device_farm_arn ->
unit ->
Types.get_test_grid_project_requestval make_get_suite_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_suite_requestval make_get_run_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_run_requestval make_get_remote_access_session_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_remote_access_session_requestval make_get_project_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_project_requestval make_get_offering_status_request :
?next_token:Types.pagination_token ->
unit ->
Types.get_offering_status_requestval make_get_network_profile_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_network_profile_requestval make_get_job_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_job_requestval make_get_instance_profile_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_instance_profile_requestval make_get_device_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_device_requestval make_get_device_pool_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_device_pool_requestval make_get_device_pool_compatibility_request :
?project_arn:Types.amazon_resource_name ->
?configuration:Types.schedule_run_configuration ->
?test:Types.schedule_run_test ->
?test_type:Types.test_type ->
?app_arn:Types.amazon_resource_name ->
device_pool_arn:Types.amazon_resource_name ->
unit ->
Types.get_device_pool_compatibility_requestval make_get_device_instance_request :
arn:Types.amazon_resource_name ->
unit ->
Types.get_device_instance_requestval make_account_settings :
?skip_app_resign:Types.skip_app_resign ->
?default_job_timeout_minutes:Types.job_timeout_minutes ->
?max_slots:Types.max_slot_map ->
?trial_minutes:Types.trial_minutes ->
?max_job_timeout_minutes:Types.job_timeout_minutes ->
?unmetered_remote_access_devices:Types.purchased_devices_map ->
?unmetered_devices:Types.purchased_devices_map ->
?aws_account_number:Types.aws_account_number ->
unit ->
Types.account_settingsval make_delete_vpce_configuration_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_vpce_configuration_requestval make_delete_upload_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_upload_requestval make_delete_test_grid_project_request :
project_arn:Types.device_farm_arn ->
unit ->
Types.delete_test_grid_project_requestval make_delete_run_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_run_requestval make_delete_remote_access_session_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_remote_access_session_requestval make_delete_project_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_project_requestval make_delete_network_profile_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_network_profile_requestval make_delete_instance_profile_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_instance_profile_requestval make_delete_device_pool_request :
arn:Types.amazon_resource_name ->
unit ->
Types.delete_device_pool_requestval make_create_vpce_configuration_request :
?vpce_configuration_description:Types.vpce_configuration_description ->
service_dns_name:Types.service_dns_name ->
vpce_service_name:Types.vpce_service_name ->
vpce_configuration_name:Types.vpce_configuration_name ->
unit ->
Types.create_vpce_configuration_requestval make_create_upload_request :
?content_type:Types.content_type ->
type_:Types.upload_type ->
name:Types.name ->
project_arn:Types.amazon_resource_name ->
unit ->
Types.create_upload_requestval make_create_test_grid_url_request :
expires_in_seconds:Types.test_grid_url_expires_in_seconds_input ->
project_arn:Types.device_farm_arn ->
unit ->
Types.create_test_grid_url_requestval make_create_test_grid_project_request :
?vpc_config:Types.test_grid_vpc_config ->
?description:Types.resource_description ->
name:Types.resource_name ->
unit ->
Types.create_test_grid_project_requestval make_create_remote_access_session_configuration :
?device_proxy:Types.device_proxy ->
?vpce_configuration_arns:Types.amazon_resource_names ->
?billing_method:Types.billing_method ->
?auxiliary_apps:Types.auxiliary_app_arn_list ->
unit ->
Types.create_remote_access_session_configurationval make_create_remote_access_session_request :
?skip_app_resign:Types.boolean_ ->
?interaction_mode:Types.interaction_mode ->
?configuration:Types.create_remote_access_session_configuration ->
?name:Types.name ->
?instance_arn:Types.amazon_resource_name ->
?app_arn:Types.amazon_resource_name ->
device_arn:Types.amazon_resource_name ->
project_arn:Types.amazon_resource_name ->
unit ->
Types.create_remote_access_session_requestval make_create_project_request :
?execution_role_arn:Types.amazon_role_resource_name ->
?environment_variables:Types.environment_variables ->
?vpc_config:Types.vpc_config ->
?default_job_timeout_minutes:Types.job_timeout_minutes ->
name:Types.name ->
unit ->
Types.create_project_requestval make_create_network_profile_request :
?downlink_loss_percent:Types.percent_integer ->
?uplink_loss_percent:Types.percent_integer ->
?downlink_jitter_ms:Types.long ->
?uplink_jitter_ms:Types.long ->
?downlink_delay_ms:Types.long ->
?uplink_delay_ms:Types.long ->
?downlink_bandwidth_bits:Types.long ->
?uplink_bandwidth_bits:Types.long ->
?type_:Types.network_profile_type ->
?description:Types.message ->
name:Types.name ->
project_arn:Types.amazon_resource_name ->
unit ->
Types.create_network_profile_requestval make_create_instance_profile_request :
?reboot_after_use:Types.boolean_ ->
?exclude_app_packages_from_cleanup:Types.package_ids ->
?package_cleanup:Types.boolean_ ->
?description:Types.message ->
name:Types.name ->
unit ->
Types.create_instance_profile_requestval make_create_device_pool_request :
?max_devices:Types.integer ->
?description:Types.message ->
rules:Types.rules ->
name:Types.name ->
project_arn:Types.amazon_resource_name ->
unit ->
Types.create_device_pool_requestOperations
module CreateDevicePool : sig ... endCreates a device pool.
module CreateInstanceProfile : sig ... endCreates a profile that can be applied to one or more private fleet device instances.
module CreateNetworkProfile : sig ... endCreates a network profile.
module CreateProject : sig ... endCreates a project.
module CreateRemoteAccessSession : sig ... endSpecifies and starts a remote access session.
module CreateTestGridProject : sig ... endCreates a Selenium testing project. Projects are used to track TestGridSession instances.
module CreateTestGridUrl : sig ... endCreates a signed, short-term URL that can be passed to a Selenium RemoteWebDriver constructor.
module CreateUpload : sig ... endUploads an app or test scripts.
module CreateVPCEConfiguration : sig ... endCreates a configuration record in Device Farm for your Amazon Virtual Private Cloud (VPC) endpoint.
module DeleteDevicePool : sig ... endDeletes a device pool given the pool ARN. Does not allow deletion of curated pools owned by the system.
module DeleteInstanceProfile : sig ... endDeletes a profile that can be applied to one or more private device instances.
module DeleteNetworkProfile : sig ... endDeletes a network profile.
module DeleteProject : sig ... endDeletes an AWS Device Farm project, given the project ARN. You cannot delete a project if it has an active run or session.
module DeleteRemoteAccessSession : sig ... endDeletes a completed remote access session and its results. You cannot delete a remote access session if it is still active.
module DeleteRun : sig ... endDeletes the run, given the run ARN. You cannot delete a run if it is still active.
module DeleteTestGridProject : sig ... endDeletes a Selenium testing project and all content generated under it. You cannot delete a project if it has active sessions.
module DeleteUpload : sig ... endDeletes an upload given the upload ARN.
module DeleteVPCEConfiguration : sig ... endDeletes a configuration for your Amazon Virtual Private Cloud (VPC) endpoint.
module GetAccountSettings : sig ... endReturns the number of unmetered iOS or unmetered Android devices that have been purchased by the account.
module GetDevice : sig ... endGets information about a unique device type.
module GetDeviceInstance : sig ... endReturns information about a device instance that belongs to a private device fleet.
module GetDevicePool : sig ... endGets information about a device pool.
module GetDevicePoolCompatibility : sig ... endGets information about compatibility with a device pool.
module GetInstanceProfile : sig ... endReturns information about the specified instance profile.
module GetJob : sig ... endGets information about a job.
module GetNetworkProfile : sig ... endReturns information about a network profile.
module GetOfferingStatus : sig ... endGets 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.
module GetProject : sig ... endGets information about a project.
module GetRemoteAccessSession : sig ... endReturns a link to a currently running remote access session.
module GetRun : sig ... endGets information about a run.
module GetSuite : sig ... endGets information about a suite.
module GetTest : sig ... endGets information about a test.
module GetTestGridProject : sig ... endRetrieves information about a Selenium testing project.
module GetTestGridSession : sig ... endA 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:
module GetUpload : sig ... endGets information about an upload.
module GetVPCEConfiguration : sig ... endReturns information about the configuration settings for your Amazon Virtual Private Cloud (VPC) endpoint.
module InstallToRemoteAccessSession : sig ... endInstalls 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.
module ListArtifacts : sig ... endGets information about artifacts.
module ListDeviceInstances : sig ... endReturns information about the private device instances associated with one or more AWS accounts.
module ListDevicePools : sig ... endGets information about device pools.
module ListDevices : sig ... endGets information about unique device types.
module ListInstanceProfiles : sig ... endReturns information about all the instance profiles in an AWS account.
module ListJobs : sig ... endGets information about jobs for a given test run.
module ListNetworkProfiles : sig ... endReturns the list of available network profiles.
module ListOfferingPromotions : sig ... endReturns 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.
module ListOfferingTransactions : sig ... endReturns 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.
module ListOfferings : sig ... endReturns 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.
module ListProjects : sig ... endGets information about projects.
module ListRemoteAccessSessions : sig ... endReturns a list of all currently running remote access sessions.
module ListRuns : sig ... endGets information about runs, given an AWS Device Farm project ARN.
module ListSamples : sig ... endGets information about samples, given an AWS Device Farm job ARN.
module ListSuites : sig ... endGets information about test suites for a given job.
module ListTagsForResource : sig ... endList the tags for an AWS Device Farm resource.
module ListTestGridProjects : sig ... endGets a list of all Selenium testing projects in your account.
module ListTestGridSessionActions : sig ... endReturns a list of the actions taken in a TestGridSession.
module ListTestGridSessionArtifacts : sig ... endRetrieves a list of artifacts created during the session.
module ListTestGridSessions : sig ... endRetrieves a list of sessions for a TestGridProject.
module ListTests : sig ... endGets information about tests in a given test suite.
module ListUniqueProblems : sig ... endGets information about unique problems, such as exceptions or crashes.
module ListUploads : sig ... endGets information about uploads, given an AWS Device Farm project ARN.
module ListVPCEConfigurations : sig ... endReturns information about all Amazon Virtual Private Cloud (VPC) endpoint configurations in the AWS account.
module PurchaseOffering : sig ... endImmediately 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.
module RenewOffering : sig ... endExplicitly 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.
module ScheduleRun : sig ... endSchedules a run.
module StopJob : sig ... endInitiates 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.
module StopRemoteAccessSession : sig ... endEnds a specified remote access session.
module StopRun : sig ... endInitiates 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.
module TagResource : sig ... endAssociates 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.
module UntagResource : sig ... endDeletes the specified tags from a resource.
module UpdateDeviceInstance : sig ... endUpdates information about a private device instance.
module UpdateDevicePool : sig ... endModifies 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).
module UpdateInstanceProfile : sig ... endUpdates information about an existing private device instance profile.
module UpdateNetworkProfile : sig ... endUpdates the network profile.
module UpdateProject : sig ... endModifies the specified project name, given the project ARN and a new name.
module UpdateTestGridProject : sig ... endChange details of a project.
module UpdateUpload : sig ... endUpdates an uploaded test spec.
module UpdateVPCEConfiguration : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end