Module Smaws_Client_DeviceFarm

Device Farm client library built on EIO.

Types

module Types : sig ... end

Builders

val 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_config
val 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_configuration
val 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.upload
val 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_request
val 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_request
val 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_config
val 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_project
val 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_request
val 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.project
val 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_request
val 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_profile
val 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_request
val 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_profile
val 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_request
val make_rule : ?value:Types.string_ -> ?operator:Types.rule_operator -> ?attribute:Types.device_attribute -> unit -> Types.rule
val 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_pool
val 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_request
val 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_instance
val 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_request
val make_untag_resource_response : unit -> unit
val make_untag_resource_request : tag_keys:Types.tag_key_list -> resource_ar_n:Types.device_farm_arn -> unit -> Types.untag_resource_request
val make_problem_detail : ?name:Types.name -> ?arn:Types.amazon_resource_name -> unit -> Types.problem_detail
val make_cp_u : ?clock:Types.double -> ?architecture:Types.string_ -> ?frequency:Types.string_ -> unit -> Types.cp_u
val make_resolution : ?height:Types.integer -> ?width:Types.integer -> unit -> Types.resolution
val 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.device
val 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.problem
val make_unique_problem : ?problems:Types.problems -> ?message:Types.message -> unit -> Types.unique_problem
val make_trial_minutes : ?remaining:Types.double -> ?total:Types.double -> unit -> Types.trial_minutes
val 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.counters
val make_device_minutes : ?unmetered:Types.double -> ?metered:Types.double -> ?total:Types.double -> unit -> Types.device_minutes
val 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.test
val 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_session
val make_test_grid_session_artifact : ?url:Types.sensitive_string -> ?type_:Types.test_grid_session_artifact_type -> ?filename:Types.string_ -> unit -> Types.test_grid_session_artifact
val 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_action
val make_tag_resource_response : unit -> unit
val make_tag : value:Types.tag_value -> key:Types.tag_key -> unit -> Types.tag
val make_tag_resource_request : tags:Types.tag_list -> resource_ar_n:Types.device_farm_arn -> unit -> Types.tag_resource_request
val 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.suite
val make_device_proxy : port:Types.device_proxy_port -> host:Types.device_proxy_host -> unit -> Types.device_proxy
val make_radios : ?gps:Types.boolean_ -> ?nfc:Types.boolean_ -> ?bluetooth:Types.boolean_ -> ?wifi:Types.boolean_ -> unit -> Types.radios
val make_location : longitude:Types.double -> latitude:Types.double -> unit -> Types.location
val 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_paths
val make_device_filter : values:Types.device_filter_values -> operator:Types.rule_operator -> attribute:Types.device_filter_attribute -> unit -> Types.device_filter
val 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.run
val make_stop_run_request : arn:Types.amazon_resource_name -> unit -> Types.stop_run_request
val make_remote_access_endpoints : ?interactive_endpoint:Types.sensitive_ur_l -> ?remote_driver_endpoint:Types.sensitive_ur_l -> unit -> Types.remote_access_endpoints
val 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_session
val make_stop_remote_access_session_request : arn:Types.amazon_resource_name -> unit -> Types.stop_remote_access_session_request
val 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.job
val make_stop_job_request : arn:Types.amazon_resource_name -> unit -> Types.stop_job_request
val 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_test
val make_device_selection_configuration : max_devices:Types.integer -> filters:Types.device_filters -> unit -> Types.device_selection_configuration
val 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_configuration
val 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_configuration
val 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_request
val make_sample : ?url:Types.ur_l -> ?type_:Types.sample_type -> ?arn:Types.amazon_resource_name -> unit -> Types.sample
val make_monetary_amount : ?currency_code:Types.currency_code -> ?amount:Types.double -> unit -> Types.monetary_amount
val make_recurring_charge : ?frequency:Types.recurring_charge_frequency -> ?cost:Types.monetary_amount -> unit -> Types.recurring_charge
val make_offering : ?recurring_charges:Types.recurring_charges -> ?platform:Types.device_platform -> ?type_:Types.offering_type -> ?description:Types.message -> ?id:Types.offering_identifier -> unit -> Types.offering
val make_offering_status : ?effective_on:Types.date_time -> ?quantity:Types.integer -> ?offering:Types.offering -> ?type_:Types.offering_transaction_type -> unit -> Types.offering_status
val 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_transaction
val make_renew_offering_request : quantity:Types.integer -> offering_id:Types.offering_identifier -> unit -> Types.renew_offering_request
val make_purchase_offering_request : ?offering_promotion_id:Types.offering_promotion_identifier -> quantity:Types.integer -> offering_id:Types.offering_identifier -> unit -> Types.purchase_offering_request
val make_offering_promotion : ?description:Types.message -> ?id:Types.offering_promotion_identifier -> unit -> Types.offering_promotion
val make_list_vpce_configurations_request : ?next_token:Types.pagination_token -> ?max_results:Types.integer -> unit -> Types.list_vpce_configurations_request
val make_list_uploads_request : ?next_token:Types.pagination_token -> ?type_:Types.upload_type -> arn:Types.amazon_resource_name -> unit -> Types.list_uploads_request
val make_list_unique_problems_request : ?next_token:Types.pagination_token -> arn:Types.amazon_resource_name -> unit -> Types.list_unique_problems_request
val make_list_tests_request : ?next_token:Types.pagination_token -> arn:Types.amazon_resource_name -> unit -> Types.list_tests_request
val 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_request
val 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_request
val 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_request
val make_list_test_grid_projects_request : ?next_token:Types.pagination_token -> ?max_result:Types.max_page_size -> unit -> Types.list_test_grid_projects_request
val make_list_tags_for_resource_response : ?tags:Types.tag_list -> unit -> Types.list_tags_for_resource_response
val make_list_tags_for_resource_request : resource_ar_n:Types.device_farm_arn -> unit -> Types.list_tags_for_resource_request
val make_list_suites_request : ?next_token:Types.pagination_token -> arn:Types.amazon_resource_name -> unit -> Types.list_suites_request
val make_list_samples_request : ?next_token:Types.pagination_token -> arn:Types.amazon_resource_name -> unit -> Types.list_samples_request
val make_list_runs_request : ?next_token:Types.pagination_token -> arn:Types.amazon_resource_name -> unit -> Types.list_runs_request
val make_list_remote_access_sessions_request : ?next_token:Types.pagination_token -> arn:Types.amazon_resource_name -> unit -> Types.list_remote_access_sessions_request
val make_list_projects_request : ?next_token:Types.pagination_token -> ?arn:Types.amazon_resource_name -> unit -> Types.list_projects_request
val make_list_offerings_request : ?next_token:Types.pagination_token -> unit -> Types.list_offerings_request
val make_list_offering_transactions_request : ?next_token:Types.pagination_token -> unit -> Types.list_offering_transactions_request
val make_list_offering_promotions_request : ?next_token:Types.pagination_token -> unit -> Types.list_offering_promotions_request
val 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_request
val make_list_jobs_request : ?next_token:Types.pagination_token -> arn:Types.amazon_resource_name -> unit -> Types.list_jobs_request
val make_list_instance_profiles_request : ?next_token:Types.pagination_token -> ?max_results:Types.integer -> unit -> Types.list_instance_profiles_request
val make_list_devices_request : ?filters:Types.device_filters -> ?next_token:Types.pagination_token -> ?arn:Types.amazon_resource_name -> unit -> Types.list_devices_request
val 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_request
val make_list_device_instances_request : ?next_token:Types.pagination_token -> ?max_results:Types.integer -> unit -> Types.list_device_instances_request
val make_artifact : ?url:Types.ur_l -> ?extension:Types.string_ -> ?type_:Types.artifact_type -> ?name:Types.name -> ?arn:Types.amazon_resource_name -> unit -> Types.artifact
val make_list_artifacts_request : ?next_token:Types.pagination_token -> type_:Types.artifact_category -> arn:Types.amazon_resource_name -> unit -> Types.list_artifacts_request
val 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_request
val make_incompatibility_message : ?type_:Types.device_attribute -> ?message:Types.message -> unit -> Types.incompatibility_message
val make_get_vpce_configuration_request : arn:Types.amazon_resource_name -> unit -> Types.get_vpce_configuration_request
val make_get_upload_request : arn:Types.amazon_resource_name -> unit -> Types.get_upload_request
val make_get_test_request : arn:Types.amazon_resource_name -> unit -> Types.get_test_request
val 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_request
val make_get_test_grid_project_request : project_arn:Types.device_farm_arn -> unit -> Types.get_test_grid_project_request
val make_get_suite_request : arn:Types.amazon_resource_name -> unit -> Types.get_suite_request
val make_get_run_request : arn:Types.amazon_resource_name -> unit -> Types.get_run_request
val make_get_remote_access_session_request : arn:Types.amazon_resource_name -> unit -> Types.get_remote_access_session_request
val make_get_project_request : arn:Types.amazon_resource_name -> unit -> Types.get_project_request
val make_get_offering_status_request : ?next_token:Types.pagination_token -> unit -> Types.get_offering_status_request
val make_get_network_profile_request : arn:Types.amazon_resource_name -> unit -> Types.get_network_profile_request
val make_get_job_request : arn:Types.amazon_resource_name -> unit -> Types.get_job_request
val make_get_instance_profile_request : arn:Types.amazon_resource_name -> unit -> Types.get_instance_profile_request
val make_get_device_request : arn:Types.amazon_resource_name -> unit -> Types.get_device_request
val make_get_device_pool_request : arn:Types.amazon_resource_name -> unit -> Types.get_device_pool_request
val 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_request
val make_get_device_instance_request : arn:Types.amazon_resource_name -> unit -> Types.get_device_instance_request
val 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_settings
val make_get_account_settings_request : unit -> unit
val make_delete_vpce_configuration_request : arn:Types.amazon_resource_name -> unit -> Types.delete_vpce_configuration_request
val make_delete_upload_request : arn:Types.amazon_resource_name -> unit -> Types.delete_upload_request
val make_delete_test_grid_project_request : project_arn:Types.device_farm_arn -> unit -> Types.delete_test_grid_project_request
val make_delete_run_request : arn:Types.amazon_resource_name -> unit -> Types.delete_run_request
val make_delete_remote_access_session_request : arn:Types.amazon_resource_name -> unit -> Types.delete_remote_access_session_request
val make_delete_project_request : arn:Types.amazon_resource_name -> unit -> Types.delete_project_request
val make_delete_network_profile_request : arn:Types.amazon_resource_name -> unit -> Types.delete_network_profile_request
val make_delete_instance_profile_request : arn:Types.amazon_resource_name -> unit -> Types.delete_instance_profile_request
val make_delete_device_pool_request : arn:Types.amazon_resource_name -> unit -> Types.delete_device_pool_request
val 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_request
val 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_request
val 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_request
val 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_request
val 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_configuration
val 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_request
val 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_request
val 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_request
val 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_request
val 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_request

Operations

module CreateDevicePool : sig ... end

Creates a device pool.

module CreateInstanceProfile : sig ... end

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

module CreateNetworkProfile : sig ... end

Creates a network profile.

module CreateProject : sig ... end

Creates a project.

module CreateRemoteAccessSession : sig ... end

Specifies and starts a remote access session.

module CreateTestGridProject : sig ... end

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

module CreateTestGridUrl : sig ... end

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

module CreateUpload : sig ... end

Uploads an app or test scripts.

module CreateVPCEConfiguration : sig ... end

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

module DeleteDevicePool : sig ... end

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

module DeleteInstanceProfile : sig ... end

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

module DeleteNetworkProfile : sig ... end

Deletes a network profile.

module DeleteProject : sig ... end

Deletes 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 ... end

Deletes a completed remote access session and its results. You cannot delete a remote access session if it is still active.

module DeleteRun : sig ... end

Deletes the run, given the run ARN. You cannot delete a run if it is still active.

module DeleteTestGridProject : sig ... end

Deletes a Selenium testing project and all content generated under it. You cannot delete a project if it has active sessions.

module DeleteUpload : sig ... end

Deletes an upload given the upload ARN.

module DeleteVPCEConfiguration : sig ... end

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

module GetAccountSettings : sig ... end

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

module GetDevice : sig ... end

Gets information about a unique device type.

module GetDeviceInstance : sig ... end

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

module GetDevicePool : sig ... end

Gets information about a device pool.

module GetDevicePoolCompatibility : sig ... end

Gets information about compatibility with a device pool.

module GetInstanceProfile : sig ... end

Returns information about the specified instance profile.

module GetJob : sig ... end

Gets information about a job.

module GetNetworkProfile : sig ... end

Returns information about a network profile.

module GetOfferingStatus : sig ... end

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.

module GetProject : sig ... end

Gets information about a project.

module GetRemoteAccessSession : sig ... end

Returns a link to a currently running remote access session.

module GetRun : sig ... end

Gets information about a run.

module GetSuite : sig ... end

Gets information about a suite.

module GetTest : sig ... end

Gets information about a test.

module GetTestGridProject : sig ... end

Retrieves information about a Selenium testing project.

module GetTestGridSession : sig ... end

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:

module GetUpload : sig ... end

Gets information about an upload.

module GetVPCEConfiguration : sig ... end

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

module InstallToRemoteAccessSession : sig ... end

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.

module ListArtifacts : sig ... end

Gets information about artifacts.

module ListDeviceInstances : sig ... end

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

module ListDevicePools : sig ... end

Gets information about device pools.

module ListDevices : sig ... end

Gets information about unique device types.

module ListInstanceProfiles : sig ... end

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

module ListJobs : sig ... end

Gets information about jobs for a given test run.

module ListNetworkProfiles : sig ... end

Returns the list of available network profiles.

module ListOfferingPromotions : sig ... end

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.

module ListOfferingTransactions : sig ... end

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.

module ListOfferings : sig ... end

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.

module ListProjects : sig ... end

Gets information about projects.

module ListRemoteAccessSessions : sig ... end

Returns a list of all currently running remote access sessions.

module ListRuns : sig ... end

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

module ListSamples : sig ... end

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

module ListSuites : sig ... end

Gets information about test suites for a given job.

module ListTagsForResource : sig ... end

List the tags for an AWS Device Farm resource.

module ListTestGridProjects : sig ... end

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

module ListTestGridSessionActions : sig ... end

Returns a list of the actions taken in a TestGridSession.

module ListTestGridSessionArtifacts : sig ... end

Retrieves a list of artifacts created during the session.

module ListTestGridSessions : sig ... end

Retrieves a list of sessions for a TestGridProject.

module ListTests : sig ... end

Gets information about tests in a given test suite.

module ListUniqueProblems : sig ... end

Gets information about unique problems, such as exceptions or crashes.

module ListUploads : sig ... end

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

module ListVPCEConfigurations : sig ... end

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

module PurchaseOffering : sig ... end

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.

module RenewOffering : sig ... end

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.

module ScheduleRun : sig ... end

Schedules a run.

module StopJob : sig ... end

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.

module StopRemoteAccessSession : sig ... end

Ends a specified remote access session.

module StopRun : sig ... end

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.

module TagResource : sig ... end

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.

module UntagResource : sig ... end

Deletes the specified tags from a resource.

module UpdateDeviceInstance : sig ... end

Updates information about a private device instance.

module UpdateDevicePool : sig ... end

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

module UpdateInstanceProfile : sig ... end

Updates information about an existing private device instance profile.

module UpdateNetworkProfile : sig ... end

Updates the network profile.

module UpdateProject : sig ... end

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

module UpdateTestGridProject : sig ... end

Change details of a project.

module UpdateUpload : sig ... end

Updates an uploaded test spec.

module UpdateVPCEConfiguration : sig ... end
module Json_serializers : sig ... end
module Json_deserializers : sig ... end