Smaws_Client_EMREMR client library built on EIO.
module Types : sig ... endval make_volume_specification :
?throughput:Types.throughput_val ->
?iops:Types.integer ->
size_in_g_b:Types.integer ->
volume_type:Types.string_ ->
unit ->
Types.volume_specificationval make_username_password :
?password:Types.xml_string_max_len256 ->
?username:Types.xml_string_max_len256 ->
unit ->
Types.username_passwordval make_update_studio_session_mapping_input :
?identity_name:Types.xml_string_max_len256 ->
?identity_id:Types.xml_string_max_len256 ->
session_policy_arn:Types.xml_string_max_len256 ->
identity_type:Types.identity_type ->
studio_id:Types.xml_string_max_len256 ->
unit ->
Types.update_studio_session_mapping_inputval make_update_studio_input :
?encryption_key_arn:Types.xml_string ->
?default_s3_location:Types.xml_string ->
?subnet_ids:Types.subnet_id_list ->
?description:Types.xml_string_max_len256 ->
?name:Types.xml_string_max_len256 ->
studio_id:Types.xml_string_max_len256 ->
unit ->
Types.update_studio_inputval make_terminate_session_output :
state:Types.session_state ->
session_id:Types.session_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.terminate_session_outputval make_terminate_session_input :
session_id:Types.session_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.terminate_session_inputval make_terminate_job_flows_input :
job_flow_ids:Types.xml_string_list ->
unit ->
Types.terminate_job_flows_inputval make_tag : ?value:Types.string_ -> ?key:Types.string_ -> unit -> Types.tagval make_supported_product_config :
?args:Types.xml_string_list ->
?name:Types.xml_string_max_len256 ->
unit ->
Types.supported_product_configval make_supported_instance_type :
?architecture:Types.string_ ->
?ebs_storage_only:Types.boolean_ ->
?number_of_disks:Types.integer ->
?ebs_optimized_by_default:Types.boolean_ ->
?ebs_optimized_available:Types.boolean_ ->
?instance_family_id:Types.string_ ->
?is64_bits_only:Types.boolean_ ->
?vcp_u:Types.integer ->
?storage_g_b:Types.integer ->
?memory_g_b:Types.float_ ->
?type_:Types.string_ ->
unit ->
Types.supported_instance_typeval make_studio_summary :
?creation_time:Types.date ->
?auth_mode:Types.auth_mode ->
?url:Types.xml_string_max_len256 ->
?description:Types.xml_string_max_len256 ->
?vpc_id:Types.xml_string_max_len256 ->
?name:Types.xml_string_max_len256 ->
?studio_id:Types.xml_string_max_len256 ->
unit ->
Types.studio_summaryval make_studio :
?encryption_key_arn:Types.xml_string ->
?idc_user_assignment:Types.idc_user_assignment ->
?trusted_identity_propagation_enabled:Types.boolean_object ->
?idc_instance_arn:Types.arn_type ->
?tags:Types.tag_list ->
?idp_relay_state_parameter_name:Types.xml_string_max_len256 ->
?idp_auth_url:Types.xml_string ->
?default_s3_location:Types.xml_string ->
?creation_time:Types.date ->
?url:Types.xml_string ->
?engine_security_group_id:Types.xml_string_max_len256 ->
?workspace_security_group_id:Types.xml_string_max_len256 ->
?user_role:Types.xml_string ->
?service_role:Types.xml_string ->
?subnet_ids:Types.subnet_id_list ->
?vpc_id:Types.xml_string_max_len256 ->
?auth_mode:Types.auth_mode ->
?description:Types.xml_string_max_len256 ->
?name:Types.xml_string_max_len256 ->
?studio_arn:Types.xml_string_max_len256 ->
?studio_id:Types.xml_string_max_len256 ->
unit ->
Types.studioval make_stop_notebook_execution_input :
notebook_execution_id:Types.xml_string_max_len256 ->
unit ->
Types.stop_notebook_execution_inputval make_step_timeline :
?end_date_time:Types.date ->
?start_date_time:Types.date ->
?creation_date_time:Types.date ->
unit ->
Types.step_timelineval make_hadoop_step_config :
?args:Types.string_list ->
?main_class:Types.string_ ->
?properties:Types.string_map ->
?jar:Types.string_ ->
unit ->
Types.hadoop_step_configval make_step_state_change_reason :
?message:Types.string_ ->
?code:Types.step_state_change_reason_code ->
unit ->
Types.step_state_change_reasonval make_failure_details :
?log_file:Types.string_ ->
?message:Types.string_ ->
?reason:Types.string_ ->
unit ->
Types.failure_detailsval make_step_status :
?timeline:Types.step_timeline ->
?failure_details:Types.failure_details ->
?state_change_reason:Types.step_state_change_reason ->
?state:Types.step_state ->
unit ->
Types.step_statusval make_step_summary :
?encryption_key_arn:Types.string_ ->
?log_uri:Types.string_ ->
?status:Types.step_status ->
?action_on_failure:Types.action_on_failure ->
?config:Types.hadoop_step_config ->
?name:Types.string_ ->
?id:Types.step_id ->
unit ->
Types.step_summaryval make_s3_monitoring_configuration :
?encryption_key_arn:Types.xml_string ->
?log_uri:Types.xml_string ->
unit ->
Types.s3_monitoring_configurationval make_step_monitoring_configuration :
?s3_monitoring_configuration:Types.s3_monitoring_configuration ->
unit ->
Types.step_monitoring_configurationval make_step_execution_status_detail :
?last_state_change_reason:Types.xml_string ->
?end_date_time:Types.date ->
?start_date_time:Types.date ->
creation_date_time:Types.date ->
state:Types.step_execution_state ->
unit ->
Types.step_execution_status_detailval make_key_value :
?value:Types.xml_string ->
?key:Types.xml_string ->
unit ->
Types.key_valueval make_hadoop_jar_step_config :
?args:Types.xml_string_list ->
?main_class:Types.xml_string ->
?properties:Types.key_value_list ->
jar:Types.xml_string ->
unit ->
Types.hadoop_jar_step_configval make_step_config :
?step_monitoring_configuration:Types.step_monitoring_configuration ->
?action_on_failure:Types.action_on_failure ->
hadoop_jar_step:Types.hadoop_jar_step_config ->
name:Types.xml_string_max_len256 ->
unit ->
Types.step_configval make_step_detail :
execution_status_detail:Types.step_execution_status_detail ->
step_config:Types.step_config ->
unit ->
Types.step_detailval make_step :
?encryption_key_arn:Types.string_ ->
?log_uri:Types.string_ ->
?execution_role_arn:Types.optional_arn_type ->
?status:Types.step_status ->
?action_on_failure:Types.action_on_failure ->
?config:Types.hadoop_step_config ->
?name:Types.string_ ->
?id:Types.step_id ->
unit ->
Types.stepval make_start_session_output :
?state:Types.session_state ->
?account_id:Types.xml_string_max_len256 ->
?arn:Types.arn_type ->
?cluster_id:Types.cluster_id ->
id:Types.session_id ->
unit ->
Types.start_session_outputval make_configuration :
?properties:Types.string_map ->
?configurations:Types.configuration_list ->
?classification:Types.string_ ->
unit ->
Types.configurationval make_session_cloud_watch_logging_configuration :
?log_types:Types.log_types_map ->
?encryption_key_arn:Types.xml_string ->
?log_stream_name_prefix:Types.xml_string ->
?log_group:Types.xml_string ->
?enabled:Types.boolean_ ->
unit ->
Types.session_cloud_watch_logging_configurationval make_session_managed_logging_configuration :
?encryption_key_arn:Types.xml_string ->
?enabled:Types.boolean_ ->
unit ->
Types.session_managed_logging_configurationval make_session_s3_logging_configuration :
?log_types:Types.log_types_map ->
?encryption_key_arn:Types.xml_string ->
?log_uri:Types.xml_string ->
?enabled:Types.boolean_ ->
unit ->
Types.session_s3_logging_configurationval make_session_monitoring_configuration :
?s3_logging_configuration:Types.session_s3_logging_configuration ->
?managed_logging_configuration:Types.session_managed_logging_configuration ->
?cloud_watch_logging_configuration:
Types.session_cloud_watch_logging_configuration ->
unit ->
Types.session_monitoring_configurationval make_start_session_input :
?tags:Types.tag_list ->
?client_request_token:Types.client_request_token ->
?session_idle_timeout_in_minutes:Types.long ->
?monitoring_configuration:Types.session_monitoring_configuration ->
?engine_configurations:Types.configuration_list ->
?execution_role_arn:Types.iam_role_arn ->
?name:Types.xml_string_max_len256 ->
cluster_id:Types.cluster_id ->
unit ->
Types.start_session_inputval make_start_notebook_execution_output :
?notebook_execution_id:Types.xml_string_max_len256 ->
unit ->
Types.start_notebook_execution_outputval make_execution_engine_config :
?execution_role_arn:Types.iam_role_arn ->
?master_instance_security_group_id:Types.xml_string_max_len256 ->
?type_:Types.execution_engine_type ->
id:Types.xml_string_max_len256 ->
unit ->
Types.execution_engine_configval make_notebook_s3_location_from_input :
?key:Types.uri_string ->
?bucket:Types.xml_string_max_len256 ->
unit ->
Types.notebook_s3_location_from_inputval make_output_notebook_s3_location_from_input :
?key:Types.uri_string ->
?bucket:Types.xml_string_max_len256 ->
unit ->
Types.output_notebook_s3_location_from_inputval make_start_notebook_execution_input :
?environment_variables:Types.environment_variables_map ->
?output_notebook_format:Types.output_notebook_format ->
?output_notebook_s3_location:Types.output_notebook_s3_location_from_input ->
?notebook_s3_location:Types.notebook_s3_location_from_input ->
?tags:Types.tag_list ->
?notebook_instance_security_group_id:Types.xml_string_max_len256 ->
?notebook_params:Types.xml_string ->
?notebook_execution_name:Types.xml_string_max_len256 ->
?relative_path:Types.xml_string ->
?editor_id:Types.xml_string_max_len256 ->
service_role:Types.xml_string ->
execution_engine:Types.execution_engine_config ->
unit ->
Types.start_notebook_execution_inputval make_spot_resizing_specification :
?allocation_strategy:Types.spot_provisioning_allocation_strategy ->
?timeout_duration_minutes:Types.whole_number ->
unit ->
Types.spot_resizing_specificationval make_spot_provisioning_specification :
?allocation_strategy:Types.spot_provisioning_allocation_strategy ->
?block_duration_minutes:Types.whole_number ->
timeout_action:Types.spot_provisioning_timeout_action ->
timeout_duration_minutes:Types.whole_number ->
unit ->
Types.spot_provisioning_specificationval make_simplified_application :
?version:Types.string_ ->
?name:Types.string_ ->
unit ->
Types.simplified_applicationval make_simple_scaling_policy_configuration :
?cool_down:Types.integer ->
?adjustment_type:Types.adjustment_type ->
scaling_adjustment:Types.integer ->
unit ->
Types.simple_scaling_policy_configurationval make_instance_resize_policy :
?instance_termination_timeout:Types.integer ->
?instances_to_protect:Types.ec2_instance_ids_list ->
?instances_to_terminate:Types.ec2_instance_ids_list ->
unit ->
Types.instance_resize_policyval make_shrink_policy :
?instance_resize_policy:Types.instance_resize_policy ->
?decommission_timeout:Types.integer ->
unit ->
Types.shrink_policyval make_set_visible_to_all_users_input :
visible_to_all_users:Types.boolean_ ->
job_flow_ids:Types.xml_string_list ->
unit ->
Types.set_visible_to_all_users_inputval make_set_unhealthy_node_replacement_input :
unhealthy_node_replacement:Types.boolean_object ->
job_flow_ids:Types.xml_string_list ->
unit ->
Types.set_unhealthy_node_replacement_inputval make_set_termination_protection_input :
termination_protected:Types.boolean_ ->
job_flow_ids:Types.xml_string_list ->
unit ->
Types.set_termination_protection_inputval make_set_keep_job_flow_alive_when_no_steps_input :
keep_job_flow_alive_when_no_steps:Types.boolean_ ->
job_flow_ids:Types.xml_string_list ->
unit ->
Types.set_keep_job_flow_alive_when_no_steps_inputval make_session_mapping_summary :
?creation_time:Types.date ->
?session_policy_arn:Types.xml_string_max_len256 ->
?identity_type:Types.identity_type ->
?identity_name:Types.xml_string_max_len256 ->
?identity_id:Types.xml_string_max_len256 ->
?studio_id:Types.xml_string_max_len256 ->
unit ->
Types.session_mapping_summaryval make_session_mapping_detail :
?last_modified_time:Types.date ->
?creation_time:Types.date ->
?session_policy_arn:Types.xml_string_max_len256 ->
?identity_type:Types.identity_type ->
?identity_name:Types.xml_string_max_len256 ->
?identity_id:Types.xml_string_max_len256 ->
?studio_id:Types.xml_string_max_len256 ->
unit ->
Types.session_mapping_detailval make_certificate_authority :
?certificate_data:Types.xml_string ->
?certificate_arn:Types.xml_string ->
unit ->
Types.certificate_authorityval make_session :
?tags:Types.tag_list ->
?server_url:Types.xml_string ->
?certificate_authority:Types.certificate_authority ->
?session_idle_timeout_in_minutes:Types.long ->
?monitoring_configuration:Types.session_monitoring_configuration ->
?engine_configurations:Types.configuration_list ->
?idle_since:Types.date ->
?ended_at:Types.date ->
?started_at:Types.date ->
?updated_at:Types.date ->
?created_at:Types.date ->
?account_id:Types.xml_string_max_len256 ->
?execution_role_arn:Types.iam_role_arn ->
?release_label:Types.xml_string_max_len256 ->
?state_change_reason:Types.xml_string ->
?name:Types.xml_string_max_len256 ->
state:Types.session_state ->
arn:Types.arn_type ->
cluster_id:Types.cluster_id ->
id:Types.session_id ->
unit ->
Types.sessionval make_security_configuration_summary :
?creation_date_time:Types.date ->
?name:Types.xml_string ->
unit ->
Types.security_configuration_summaryval make_script_bootstrap_action_config :
?args:Types.xml_string_list ->
path:Types.xml_string ->
unit ->
Types.script_bootstrap_action_configval make_metric_dimension :
?value:Types.string_ ->
?key:Types.string_ ->
unit ->
Types.metric_dimensionval make_cloud_watch_alarm_definition :
?dimensions:Types.metric_dimension_list ->
?unit_:Types.unit_ ->
?statistic:Types.statistic ->
?namespace:Types.string_ ->
?evaluation_periods:Types.integer ->
threshold:Types.non_negative_double ->
period:Types.integer ->
metric_name:Types.string_ ->
comparison_operator:Types.comparison_operator ->
unit ->
Types.cloud_watch_alarm_definitionval make_scaling_trigger :
cloud_watch_alarm_definition:Types.cloud_watch_alarm_definition ->
unit ->
Types.scaling_triggerval make_scaling_action :
?market:Types.market_type ->
simple_scaling_policy_configuration:Types.simple_scaling_policy_configuration ->
unit ->
Types.scaling_actionval make_scaling_rule :
?description:Types.string_ ->
trigger:Types.scaling_trigger ->
action:Types.scaling_action ->
name:Types.string_ ->
unit ->
Types.scaling_ruleval make_scaling_constraints :
max_capacity:Types.integer ->
min_capacity:Types.integer ->
unit ->
Types.scaling_constraintsval make_s3_logging_configuration :
?log_type_upload_policy:Types.log_type_map ->
unit ->
Types.s3_logging_configurationval make_run_job_flow_output :
?cluster_arn:Types.arn_type ->
?job_flow_id:Types.xml_string_max_len256 ->
unit ->
Types.run_job_flow_outputval make_ebs_block_device_config :
?volumes_per_instance:Types.integer ->
volume_specification:Types.volume_specification ->
unit ->
Types.ebs_block_device_configval make_ebs_configuration :
?ebs_optimized:Types.boolean_object ->
?ebs_block_device_configs:Types.ebs_block_device_config_list ->
unit ->
Types.ebs_configurationval make_auto_scaling_policy :
rules:Types.scaling_rule_list ->
constraints:Types.scaling_constraints ->
unit ->
Types.auto_scaling_policyval make_instance_group_config :
?custom_ami_id:Types.xml_string_max_len256 ->
?auto_scaling_policy:Types.auto_scaling_policy ->
?ebs_configuration:Types.ebs_configuration ->
?configurations:Types.configuration_list ->
?bid_price:Types.xml_string_max_len256 ->
?market:Types.market_type ->
?name:Types.xml_string_max_len256 ->
instance_count:Types.integer ->
instance_type:Types.instance_type ->
instance_role:Types.instance_role_type ->
unit ->
Types.instance_group_configval make_instance_type_config :
?priority:Types.non_negative_double ->
?custom_ami_id:Types.xml_string_max_len256 ->
?configurations:Types.configuration_list ->
?ebs_configuration:Types.ebs_configuration ->
?bid_price_as_percentage_of_on_demand_price:Types.non_negative_double ->
?bid_price:Types.xml_string_max_len256 ->
?weighted_capacity:Types.whole_number ->
instance_type:Types.instance_type ->
unit ->
Types.instance_type_configval make_on_demand_capacity_reservation_options :
?capacity_reservation_resource_group_arn:Types.xml_string_max_len256 ->
?capacity_reservation_preference:
Types.on_demand_capacity_reservation_preference ->
?usage_strategy:Types.on_demand_capacity_reservation_usage_strategy ->
unit ->
Types.on_demand_capacity_reservation_optionsval make_on_demand_provisioning_specification :
?capacity_reservation_options:Types.on_demand_capacity_reservation_options ->
allocation_strategy:Types.on_demand_provisioning_allocation_strategy ->
unit ->
Types.on_demand_provisioning_specificationval make_instance_fleet_provisioning_specifications :
?on_demand_specification:Types.on_demand_provisioning_specification ->
?spot_specification:Types.spot_provisioning_specification ->
unit ->
Types.instance_fleet_provisioning_specificationsval make_on_demand_resizing_specification :
?capacity_reservation_options:Types.on_demand_capacity_reservation_options ->
?allocation_strategy:Types.on_demand_provisioning_allocation_strategy ->
?timeout_duration_minutes:Types.whole_number ->
unit ->
Types.on_demand_resizing_specificationval make_instance_fleet_resizing_specifications :
?on_demand_resize_specification:Types.on_demand_resizing_specification ->
?spot_resize_specification:Types.spot_resizing_specification ->
unit ->
Types.instance_fleet_resizing_specificationsval make_instance_fleet_config :
?context:Types.xml_string_max_len256 ->
?resize_specifications:Types.instance_fleet_resizing_specifications ->
?launch_specifications:Types.instance_fleet_provisioning_specifications ->
?instance_type_configs:Types.instance_type_config_list ->
?target_spot_capacity:Types.whole_number ->
?target_on_demand_capacity:Types.whole_number ->
?name:Types.xml_string_max_len256 ->
instance_fleet_type:Types.instance_fleet_type ->
unit ->
Types.instance_fleet_configval make_placement_type :
?availability_zones:Types.xml_string_max_len256_list ->
?availability_zone:Types.xml_string ->
unit ->
Types.placement_typeval make_job_flow_instances_config :
?additional_slave_security_groups:Types.security_groups_list ->
?additional_master_security_groups:Types.security_groups_list ->
?service_access_security_group:Types.xml_string_max_len256 ->
?emr_managed_slave_security_group:Types.xml_string_max_len256 ->
?emr_managed_master_security_group:Types.xml_string_max_len256 ->
?ec2_subnet_ids:Types.xml_string_max_len256_list ->
?ec2_subnet_id:Types.xml_string_max_len256 ->
?hadoop_version:Types.xml_string_max_len256 ->
?unhealthy_node_replacement:Types.boolean_object ->
?termination_protected:Types.boolean_ ->
?keep_job_flow_alive_when_no_steps:Types.boolean_ ->
?placement:Types.placement_type ->
?ec2_key_name:Types.xml_string_max_len256 ->
?instance_fleets:Types.instance_fleet_config_list ->
?instance_groups:Types.instance_group_config_list ->
?instance_count:Types.integer ->
?slave_instance_type:Types.instance_type ->
?master_instance_type:Types.instance_type ->
unit ->
Types.job_flow_instances_configval make_bootstrap_action_config :
script_bootstrap_action:Types.script_bootstrap_action_config ->
name:Types.xml_string_max_len256 ->
unit ->
Types.bootstrap_action_configval make_application :
?additional_info:Types.string_map ->
?args:Types.string_list ->
?version:Types.string_ ->
?name:Types.string_ ->
unit ->
Types.applicationval make_kerberos_attributes :
?ad_domain_join_password:Types.xml_string_max_len256 ->
?ad_domain_join_user:Types.xml_string_max_len256 ->
?cross_realm_trust_principal_password:Types.xml_string_max_len256 ->
kdc_admin_password:Types.xml_string_max_len256 ->
realm:Types.xml_string_max_len256 ->
unit ->
Types.kerberos_attributesval make_compute_limits :
?maximum_core_capacity_units:Types.integer ->
?maximum_on_demand_capacity_units:Types.integer ->
maximum_capacity_units:Types.integer ->
minimum_capacity_units:Types.integer ->
unit_type:Types.compute_limits_unit_type ->
unit ->
Types.compute_limitsval make_managed_scaling_policy :
?scaling_strategy:Types.scaling_strategy ->
?utilization_performance_index:Types.utilization_performance_index_integer ->
?compute_limits:Types.compute_limits ->
unit ->
Types.managed_scaling_policyval make_placement_group_config :
?placement_strategy:Types.placement_group_strategy ->
instance_role:Types.instance_role_type ->
unit ->
Types.placement_group_configval make_auto_termination_policy :
?idle_timeout:Types.long ->
unit ->
Types.auto_termination_policyval make_cloud_watch_log_configuration :
?log_types:Types.log_types_map ->
?encryption_key_arn:Types.xml_string ->
?log_stream_name_prefix:Types.xml_string ->
?log_group_name:Types.xml_string ->
enabled:Types.boolean_ ->
unit ->
Types.cloud_watch_log_configurationval make_monitoring_configuration :
?s3_logging_configuration:Types.s3_logging_configuration ->
?cloud_watch_log_configuration:Types.cloud_watch_log_configuration ->
unit ->
Types.monitoring_configurationval make_run_job_flow_input :
?session_enabled:Types.boolean_object ->
?monitoring_configuration:Types.monitoring_configuration ->
?extended_support:Types.boolean_object ->
?ebs_root_volume_throughput:Types.integer ->
?ebs_root_volume_iops:Types.integer ->
?os_release_label:Types.xml_string_max_len256 ->
?auto_termination_policy:Types.auto_termination_policy ->
?placement_group_configs:Types.placement_group_config_list ->
?managed_scaling_policy:Types.managed_scaling_policy ->
?step_concurrency_level:Types.integer ->
?kerberos_attributes:Types.kerberos_attributes ->
?repo_upgrade_on_boot:Types.repo_upgrade_on_boot ->
?ebs_root_volume_size:Types.integer ->
?custom_ami_id:Types.xml_string_max_len256 ->
?scale_down_behavior:Types.scale_down_behavior ->
?auto_scaling_role:Types.xml_string ->
?security_configuration:Types.xml_string ->
?tags:Types.tag_list ->
?service_role:Types.xml_string ->
?job_flow_role:Types.xml_string ->
?visible_to_all_users:Types.boolean_ ->
?configurations:Types.configuration_list ->
?applications:Types.application_list ->
?new_supported_products:Types.new_supported_products_list ->
?supported_products:Types.supported_products_list ->
?bootstrap_actions:Types.bootstrap_action_config_list ->
?step_execution_role_arn:Types.arn_type ->
?steps:Types.step_config_list ->
?release_label:Types.xml_string_max_len256 ->
?ami_version:Types.xml_string_max_len256 ->
?additional_info:Types.xml_string ->
?log_encryption_kms_key_id:Types.xml_string ->
?log_uri:Types.xml_string ->
instances:Types.job_flow_instances_config ->
name:Types.xml_string_max_len256 ->
unit ->
Types.run_job_flow_inputval make_remove_tags_input :
?cluster_id:Types.cluster_id ->
tag_keys:Types.string_list ->
resource_id:Types.resource_id ->
unit ->
Types.remove_tags_inputval make_remove_managed_scaling_policy_input :
cluster_id:Types.cluster_id ->
unit ->
Types.remove_managed_scaling_policy_inputval make_remove_auto_termination_policy_input :
cluster_id:Types.cluster_id ->
unit ->
Types.remove_auto_termination_policy_inputval make_remove_auto_scaling_policy_input :
instance_group_id:Types.instance_group_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.remove_auto_scaling_policy_inputval make_release_label_filter :
?application:Types.string_ ->
?prefix:Types.string_ ->
unit ->
Types.release_label_filterval make_put_managed_scaling_policy_input :
managed_scaling_policy:Types.managed_scaling_policy ->
cluster_id:Types.cluster_id ->
unit ->
Types.put_managed_scaling_policy_inputval make_port_range :
?max_range:Types.port ->
min_range:Types.port ->
unit ->
Types.port_rangeval make_block_public_access_configuration :
?properties:Types.string_map ->
?configurations:Types.configuration_list ->
?classification:Types.string_ ->
?permitted_public_security_group_rule_ranges:Types.port_ranges ->
block_public_security_group_rules:Types.boolean_ ->
unit ->
Types.block_public_access_configurationval make_put_block_public_access_configuration_input :
block_public_access_configuration:Types.block_public_access_configuration ->
unit ->
Types.put_block_public_access_configuration_inputval make_put_auto_termination_policy_input :
?auto_termination_policy:Types.auto_termination_policy ->
cluster_id:Types.cluster_id ->
unit ->
Types.put_auto_termination_policy_inputval make_auto_scaling_policy_state_change_reason :
?message:Types.string_ ->
?code:Types.auto_scaling_policy_state_change_reason_code ->
unit ->
Types.auto_scaling_policy_state_change_reasonval make_auto_scaling_policy_status :
?state_change_reason:Types.auto_scaling_policy_state_change_reason ->
?state:Types.auto_scaling_policy_state ->
unit ->
Types.auto_scaling_policy_statusval make_auto_scaling_policy_description :
?rules:Types.scaling_rule_list ->
?constraints:Types.scaling_constraints ->
?status:Types.auto_scaling_policy_status ->
unit ->
Types.auto_scaling_policy_descriptionval make_put_auto_scaling_policy_output :
?cluster_arn:Types.arn_type ->
?auto_scaling_policy:Types.auto_scaling_policy_description ->
?instance_group_id:Types.instance_group_id ->
?cluster_id:Types.cluster_id ->
unit ->
Types.put_auto_scaling_policy_outputval make_put_auto_scaling_policy_input :
auto_scaling_policy:Types.auto_scaling_policy ->
instance_group_id:Types.instance_group_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.put_auto_scaling_policy_inputval make_persistent_app_u_i :
?tags:Types.tag_list ->
?last_state_change_reason:Types.xml_string ->
?last_modified_time:Types.date ->
?creation_time:Types.date ->
?author_id:Types.xml_string_max_len256 ->
?persistent_app_ui_status:Types.xml_string_max_len256 ->
?persistent_app_ui_type_list:Types.persistent_app_ui_type_list ->
?persistent_app_ui_id:Types.xml_string_max_len256 ->
unit ->
Types.persistent_app_u_ival make_output_notebook_s3_location_for_output :
?key:Types.uri_string ->
?bucket:Types.xml_string_max_len256 ->
unit ->
Types.output_notebook_s3_location_for_outputval make_os_release : ?label:Types.string_ -> unit -> Types.os_releaseval make_notebook_s3_location_for_output :
?key:Types.uri_string ->
?bucket:Types.xml_string_max_len256 ->
unit ->
Types.notebook_s3_location_for_outputval make_notebook_execution_summary :
?execution_engine_id:Types.xml_string ->
?notebook_s3_location:Types.notebook_s3_location_for_output ->
?end_time:Types.date ->
?start_time:Types.date ->
?status:Types.notebook_execution_status ->
?notebook_execution_name:Types.xml_string_max_len256 ->
?editor_id:Types.xml_string_max_len256 ->
?notebook_execution_id:Types.xml_string_max_len256 ->
unit ->
Types.notebook_execution_summaryval make_notebook_execution :
?environment_variables:Types.environment_variables_map ->
?output_notebook_format:Types.output_notebook_format ->
?output_notebook_s3_location:Types.output_notebook_s3_location_for_output ->
?notebook_s3_location:Types.notebook_s3_location_for_output ->
?tags:Types.tag_list ->
?notebook_instance_security_group_id:Types.xml_string_max_len256 ->
?last_state_change_reason:Types.xml_string ->
?output_notebook_ur_i:Types.xml_string ->
?arn:Types.xml_string_max_len256 ->
?end_time:Types.date ->
?start_time:Types.date ->
?status:Types.notebook_execution_status ->
?notebook_params:Types.xml_string ->
?notebook_execution_name:Types.xml_string_max_len256 ->
?execution_engine:Types.execution_engine_config ->
?editor_id:Types.xml_string_max_len256 ->
?notebook_execution_id:Types.xml_string_max_len256 ->
unit ->
Types.notebook_executionval make_instance_group_modify_config :
?configurations:Types.configuration_list ->
?reconfiguration_type:Types.reconfiguration_type ->
?shrink_policy:Types.shrink_policy ->
?ec2_instance_ids_to_terminate:Types.ec2_instance_ids_to_terminate_list ->
?instance_count:Types.integer ->
instance_group_id:Types.xml_string_max_len256 ->
unit ->
Types.instance_group_modify_configval make_modify_instance_groups_input :
?instance_groups:Types.instance_group_modify_config_list ->
?cluster_id:Types.cluster_id ->
unit ->
Types.modify_instance_groups_inputval make_instance_fleet_modify_config :
?context:Types.xml_string_max_len256 ->
?instance_type_configs:Types.instance_type_config_list ->
?resize_specifications:Types.instance_fleet_resizing_specifications ->
?target_spot_capacity:Types.whole_number ->
?target_on_demand_capacity:Types.whole_number ->
instance_fleet_id:Types.instance_fleet_id ->
unit ->
Types.instance_fleet_modify_configval make_modify_instance_fleet_input :
instance_fleet:Types.instance_fleet_modify_config ->
cluster_id:Types.cluster_id ->
unit ->
Types.modify_instance_fleet_inputval make_modify_cluster_output :
?extended_support:Types.boolean_object ->
?step_concurrency_level:Types.integer ->
unit ->
Types.modify_cluster_outputval make_modify_cluster_input :
?extended_support:Types.boolean_object ->
?step_concurrency_level:Types.integer ->
cluster_id:Types.string_ ->
unit ->
Types.modify_cluster_inputval make_list_supported_instance_types_output :
?marker:Types.string_ ->
?supported_instance_types:Types.supported_instance_types_list ->
unit ->
Types.list_supported_instance_types_outputval make_list_supported_instance_types_input :
?marker:Types.string_ ->
release_label:Types.string_ ->
unit ->
Types.list_supported_instance_types_inputval make_list_studios_output :
?marker:Types.marker ->
?studios:Types.studio_summary_list ->
unit ->
Types.list_studios_outputval make_list_studios_input :
?marker:Types.marker ->
unit ->
Types.list_studios_inputval make_list_studio_session_mappings_output :
?marker:Types.marker ->
?session_mappings:Types.session_mapping_summary_list ->
unit ->
Types.list_studio_session_mappings_outputval make_list_studio_session_mappings_input :
?marker:Types.marker ->
?identity_type:Types.identity_type ->
?studio_id:Types.xml_string_max_len256 ->
unit ->
Types.list_studio_session_mappings_inputval make_list_steps_output :
?marker:Types.marker ->
?steps:Types.step_summary_list ->
unit ->
Types.list_steps_outputval make_list_steps_input :
?marker:Types.marker ->
?step_ids:Types.xml_string_list ->
?step_states:Types.step_state_list ->
cluster_id:Types.cluster_id ->
unit ->
Types.list_steps_inputval make_list_sessions_output :
?next_token:Types.string_ ->
?sessions:Types.session_list ->
unit ->
Types.list_sessions_outputval make_list_sessions_input :
?max_results:Types.max_results_number ->
?next_token:Types.string_ ->
?session_states:Types.session_state_list ->
cluster_id:Types.cluster_id ->
unit ->
Types.list_sessions_inputval make_list_security_configurations_output :
?marker:Types.marker ->
?security_configurations:Types.security_configuration_list ->
unit ->
Types.list_security_configurations_outputval make_list_security_configurations_input :
?marker:Types.marker ->
unit ->
Types.list_security_configurations_inputval make_list_release_labels_output :
?next_token:Types.string_ ->
?release_labels:Types.string_list ->
unit ->
Types.list_release_labels_outputval make_list_release_labels_input :
?max_results:Types.max_results_number ->
?next_token:Types.string_ ->
?filters:Types.release_label_filter ->
unit ->
Types.list_release_labels_inputval make_list_notebook_executions_output :
?marker:Types.marker ->
?notebook_executions:Types.notebook_execution_summary_list ->
unit ->
Types.list_notebook_executions_outputval make_list_notebook_executions_input :
?execution_engine_id:Types.xml_string ->
?marker:Types.marker ->
?to_:Types.date ->
?from_:Types.date ->
?status:Types.notebook_execution_status ->
?editor_id:Types.xml_string_max_len256 ->
unit ->
Types.list_notebook_executions_inputval make_instance_state_change_reason :
?message:Types.string_ ->
?code:Types.instance_state_change_reason_code ->
unit ->
Types.instance_state_change_reasonval make_instance_timeline :
?end_date_time:Types.date ->
?ready_date_time:Types.date ->
?creation_date_time:Types.date ->
unit ->
Types.instance_timelineval make_instance_status :
?timeline:Types.instance_timeline ->
?state_change_reason:Types.instance_state_change_reason ->
?state:Types.instance_state ->
unit ->
Types.instance_statusval make_ebs_volume :
?volume_id:Types.string_ ->
?device:Types.string_ ->
unit ->
Types.ebs_volumeval make_instance :
?ebs_volumes:Types.ebs_volume_list ->
?instance_type:Types.instance_type ->
?market:Types.market_type ->
?instance_fleet_id:Types.instance_fleet_id ->
?instance_group_id:Types.string_ ->
?status:Types.instance_status ->
?private_ip_address:Types.string_ ->
?private_dns_name:Types.string_ ->
?public_ip_address:Types.string_ ->
?public_dns_name:Types.string_ ->
?ec2_instance_id:Types.instance_id ->
?id:Types.instance_id ->
unit ->
Types.instanceval make_list_instances_output :
?marker:Types.marker ->
?instances:Types.instance_list ->
unit ->
Types.list_instances_outputval make_list_instances_input :
?marker:Types.marker ->
?instance_states:Types.instance_state_list ->
?instance_fleet_type:Types.instance_fleet_type ->
?instance_fleet_id:Types.instance_fleet_id ->
?instance_group_types:Types.instance_group_type_list ->
?instance_group_id:Types.instance_group_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.list_instances_inputval make_instance_group_state_change_reason :
?message:Types.string_ ->
?code:Types.instance_group_state_change_reason_code ->
unit ->
Types.instance_group_state_change_reasonval make_instance_group_timeline :
?end_date_time:Types.date ->
?ready_date_time:Types.date ->
?creation_date_time:Types.date ->
unit ->
Types.instance_group_timelineval make_instance_group_status :
?timeline:Types.instance_group_timeline ->
?state_change_reason:Types.instance_group_state_change_reason ->
?state:Types.instance_group_state ->
unit ->
Types.instance_group_statusval make_ebs_block_device :
?device:Types.string_ ->
?volume_specification:Types.volume_specification ->
unit ->
Types.ebs_block_deviceval make_instance_group :
?custom_ami_id:Types.xml_string_max_len256 ->
?auto_scaling_policy:Types.auto_scaling_policy_description ->
?shrink_policy:Types.shrink_policy ->
?ebs_optimized:Types.boolean_object ->
?ebs_block_devices:Types.ebs_block_device_list ->
?last_successfully_applied_configurations_version:Types.long ->
?last_successfully_applied_configurations:Types.configuration_list ->
?configurations_version:Types.long ->
?configurations:Types.configuration_list ->
?status:Types.instance_group_status ->
?running_instance_count:Types.integer ->
?requested_instance_count:Types.integer ->
?instance_type:Types.instance_type ->
?bid_price:Types.string_ ->
?instance_group_type:Types.instance_group_type ->
?market:Types.market_type ->
?name:Types.string_ ->
?id:Types.instance_group_id ->
unit ->
Types.instance_groupval make_list_instance_groups_output :
?marker:Types.marker ->
?instance_groups:Types.instance_group_list ->
unit ->
Types.list_instance_groups_outputval make_list_instance_groups_input :
?marker:Types.marker ->
cluster_id:Types.cluster_id ->
unit ->
Types.list_instance_groups_inputval make_instance_fleet_state_change_reason :
?message:Types.string_ ->
?code:Types.instance_fleet_state_change_reason_code ->
unit ->
Types.instance_fleet_state_change_reasonval make_instance_fleet_timeline :
?end_date_time:Types.date ->
?ready_date_time:Types.date ->
?creation_date_time:Types.date ->
unit ->
Types.instance_fleet_timelineval make_instance_fleet_status :
?timeline:Types.instance_fleet_timeline ->
?state_change_reason:Types.instance_fleet_state_change_reason ->
?state:Types.instance_fleet_state ->
unit ->
Types.instance_fleet_statusval make_instance_type_specification :
?priority:Types.non_negative_double ->
?custom_ami_id:Types.xml_string_max_len256 ->
?ebs_optimized:Types.boolean_object ->
?ebs_block_devices:Types.ebs_block_device_list ->
?configurations:Types.configuration_list ->
?bid_price_as_percentage_of_on_demand_price:Types.non_negative_double ->
?bid_price:Types.xml_string_max_len256 ->
?weighted_capacity:Types.whole_number ->
?instance_type:Types.instance_type ->
unit ->
Types.instance_type_specificationval make_instance_fleet :
?context:Types.xml_string_max_len256 ->
?resize_specifications:Types.instance_fleet_resizing_specifications ->
?launch_specifications:Types.instance_fleet_provisioning_specifications ->
?instance_type_specifications:Types.instance_type_specification_list ->
?provisioned_spot_capacity:Types.whole_number ->
?provisioned_on_demand_capacity:Types.whole_number ->
?target_spot_capacity:Types.whole_number ->
?target_on_demand_capacity:Types.whole_number ->
?instance_fleet_type:Types.instance_fleet_type ->
?status:Types.instance_fleet_status ->
?name:Types.xml_string_max_len256 ->
?id:Types.instance_fleet_id ->
unit ->
Types.instance_fleetval make_list_instance_fleets_output :
?marker:Types.marker ->
?instance_fleets:Types.instance_fleet_list ->
unit ->
Types.list_instance_fleets_outputval make_list_instance_fleets_input :
?marker:Types.marker ->
cluster_id:Types.cluster_id ->
unit ->
Types.list_instance_fleets_inputval make_cluster_state_change_reason :
?message:Types.string_ ->
?code:Types.cluster_state_change_reason_code ->
unit ->
Types.cluster_state_change_reasonval make_cluster_timeline :
?end_date_time:Types.date ->
?ready_date_time:Types.date ->
?creation_date_time:Types.date ->
unit ->
Types.cluster_timelineval make_error_detail :
?error_message:Types.string_ ->
?error_data:Types.error_data ->
?error_code:Types.string_ ->
unit ->
Types.error_detailval make_cluster_status :
?error_details:Types.error_detail_list ->
?timeline:Types.cluster_timeline ->
?state_change_reason:Types.cluster_state_change_reason ->
?state:Types.cluster_state ->
unit ->
Types.cluster_statusval make_cluster_summary :
?outpost_arn:Types.optional_arn_type ->
?cluster_arn:Types.arn_type ->
?normalized_instance_hours:Types.integer ->
?status:Types.cluster_status ->
?name:Types.string_ ->
?id:Types.cluster_id ->
unit ->
Types.cluster_summaryval make_list_clusters_output :
?marker:Types.marker ->
?clusters:Types.cluster_summary_list ->
unit ->
Types.list_clusters_outputval make_list_clusters_input :
?marker:Types.marker ->
?cluster_states:Types.cluster_state_list ->
?created_before:Types.date ->
?created_after:Types.date ->
unit ->
Types.list_clusters_inputval make_command :
?args:Types.string_list ->
?script_path:Types.string_ ->
?name:Types.string_ ->
unit ->
Types.commandval make_list_bootstrap_actions_output :
?marker:Types.marker ->
?bootstrap_actions:Types.command_list ->
unit ->
Types.list_bootstrap_actions_outputval make_list_bootstrap_actions_input :
?marker:Types.marker ->
cluster_id:Types.cluster_id ->
unit ->
Types.list_bootstrap_actions_inputval make_instance_group_detail :
?custom_ami_id:Types.xml_string_max_len256 ->
?end_date_time:Types.date ->
?ready_date_time:Types.date ->
?start_date_time:Types.date ->
?last_state_change_reason:Types.xml_string ->
?bid_price:Types.xml_string_max_len256 ->
?name:Types.xml_string_max_len256 ->
?instance_group_id:Types.xml_string_max_len256 ->
creation_date_time:Types.date ->
state:Types.instance_group_state ->
instance_running_count:Types.integer ->
instance_request_count:Types.integer ->
instance_type:Types.instance_type ->
instance_role:Types.instance_role_type ->
market:Types.market_type ->
unit ->
Types.instance_group_detailval make_job_flow_instances_detail :
?hadoop_version:Types.xml_string_max_len256 ->
?unhealthy_node_replacement:Types.boolean_object ->
?termination_protected:Types.boolean_ ->
?keep_job_flow_alive_when_no_steps:Types.boolean_ ->
?placement:Types.placement_type ->
?ec2_subnet_id:Types.xml_string_max_len256 ->
?ec2_key_name:Types.xml_string_max_len256 ->
?normalized_instance_hours:Types.integer ->
?instance_groups:Types.instance_group_detail_list ->
?master_instance_id:Types.xml_string ->
?master_public_dns_name:Types.xml_string ->
instance_count:Types.integer ->
slave_instance_type:Types.instance_type ->
master_instance_type:Types.instance_type ->
unit ->
Types.job_flow_instances_detailval make_job_flow_execution_status_detail :
?last_state_change_reason:Types.xml_string ->
?end_date_time:Types.date ->
?ready_date_time:Types.date ->
?start_date_time:Types.date ->
creation_date_time:Types.date ->
state:Types.job_flow_execution_state ->
unit ->
Types.job_flow_execution_status_detailval make_bootstrap_action_detail :
?bootstrap_action_config:Types.bootstrap_action_config ->
unit ->
Types.bootstrap_action_detailval make_job_flow_detail :
?scale_down_behavior:Types.scale_down_behavior ->
?auto_scaling_role:Types.xml_string ->
?service_role:Types.xml_string ->
?job_flow_role:Types.xml_string ->
?visible_to_all_users:Types.boolean_ ->
?supported_products:Types.supported_products_list ->
?bootstrap_actions:Types.bootstrap_action_detail_list ->
?steps:Types.step_detail_list ->
?ami_version:Types.xml_string_max_len256 ->
?log_encryption_kms_key_id:Types.xml_string ->
?log_uri:Types.xml_string ->
instances:Types.job_flow_instances_detail ->
execution_status_detail:Types.job_flow_execution_status_detail ->
name:Types.xml_string_max_len256 ->
job_flow_id:Types.xml_string_max_len256 ->
unit ->
Types.job_flow_detailval make_get_studio_session_mapping_output :
?session_mapping:Types.session_mapping_detail ->
unit ->
Types.get_studio_session_mapping_outputval make_get_studio_session_mapping_input :
?identity_name:Types.xml_string_max_len256 ->
?identity_id:Types.xml_string_max_len256 ->
identity_type:Types.identity_type ->
studio_id:Types.xml_string_max_len256 ->
unit ->
Types.get_studio_session_mapping_inputval make_get_session_output :
session:Types.session ->
unit ->
Types.get_session_outputval make_get_session_input :
session_id:Types.session_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.get_session_inputval make_get_session_endpoint_output :
?credentials:Types.credentials ->
?auth_token_expiration_time:Types.date ->
?auth_token:Types.sensitive_string ->
endpoint:Types.xml_string ->
unit ->
Types.get_session_endpoint_outputval make_get_session_endpoint_input :
session_id:Types.session_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.get_session_endpoint_inputval make_get_persistent_app_ui_presigned_url_output :
?presigned_ur_l:Types.xml_string ->
?presigned_url_ready:Types.boolean_ ->
unit ->
Types.get_persistent_app_ui_presigned_url_outputval make_get_persistent_app_ui_presigned_url_input :
?execution_role_arn:Types.arn_type ->
?auth_proxy_call:Types.boolean_object ->
?application_id:Types.xml_string_max_len256 ->
?persistent_app_ui_type:Types.persistent_app_ui_type ->
persistent_app_ui_id:Types.xml_string_max_len256 ->
unit ->
Types.get_persistent_app_ui_presigned_url_inputval make_get_on_cluster_app_ui_presigned_url_output :
?presigned_ur_l:Types.xml_string ->
?presigned_url_ready:Types.boolean_ ->
unit ->
Types.get_on_cluster_app_ui_presigned_url_outputval make_get_on_cluster_app_ui_presigned_url_input :
?execution_role_arn:Types.arn_type ->
?dry_run:Types.boolean_object ->
?application_id:Types.xml_string_max_len256 ->
?on_cluster_app_ui_type:Types.on_cluster_app_ui_type ->
cluster_id:Types.xml_string_max_len256 ->
unit ->
Types.get_on_cluster_app_ui_presigned_url_inputval make_get_managed_scaling_policy_output :
?managed_scaling_policy:Types.managed_scaling_policy ->
unit ->
Types.get_managed_scaling_policy_outputval make_get_managed_scaling_policy_input :
cluster_id:Types.cluster_id ->
unit ->
Types.get_managed_scaling_policy_inputval make_get_cluster_session_credentials_output :
?expires_at:Types.date ->
?credentials:Types.credentials ->
unit ->
Types.get_cluster_session_credentials_outputval make_get_cluster_session_credentials_input :
?execution_role_arn:Types.arn_type ->
cluster_id:Types.xml_string_max_len256 ->
unit ->
Types.get_cluster_session_credentials_inputval make_block_public_access_configuration_metadata :
created_by_arn:Types.arn_type ->
creation_date_time:Types.date ->
unit ->
Types.block_public_access_configuration_metadataval make_get_block_public_access_configuration_output :
block_public_access_configuration_metadata:
Types.block_public_access_configuration_metadata ->
block_public_access_configuration:Types.block_public_access_configuration ->
unit ->
Types.get_block_public_access_configuration_outputval make_get_auto_termination_policy_output :
?auto_termination_policy:Types.auto_termination_policy ->
unit ->
Types.get_auto_termination_policy_outputval make_get_auto_termination_policy_input :
cluster_id:Types.cluster_id ->
unit ->
Types.get_auto_termination_policy_inputval make_describe_studio_output :
?studio:Types.studio ->
unit ->
Types.describe_studio_outputval make_describe_studio_input :
studio_id:Types.xml_string_max_len256 ->
unit ->
Types.describe_studio_inputval make_describe_step_output :
?step:Types.step ->
unit ->
Types.describe_step_outputval make_describe_step_input :
step_id:Types.step_id ->
cluster_id:Types.cluster_id ->
unit ->
Types.describe_step_inputval make_describe_security_configuration_output :
?creation_date_time:Types.date ->
?security_configuration:Types.string_ ->
?name:Types.xml_string ->
unit ->
Types.describe_security_configuration_outputval make_describe_security_configuration_input :
name:Types.xml_string ->
unit ->
Types.describe_security_configuration_inputval make_describe_release_label_output :
?available_os_releases:Types.os_release_list ->
?next_token:Types.string_ ->
?applications:Types.simplified_application_list ->
?release_label:Types.string_ ->
unit ->
Types.describe_release_label_outputval make_describe_release_label_input :
?max_results:Types.max_results_number ->
?next_token:Types.string_ ->
?release_label:Types.string_ ->
unit ->
Types.describe_release_label_inputval make_describe_persistent_app_ui_output :
?persistent_app_u_i:Types.persistent_app_u_i ->
unit ->
Types.describe_persistent_app_ui_outputval make_describe_persistent_app_ui_input :
persistent_app_ui_id:Types.xml_string_max_len256 ->
unit ->
Types.describe_persistent_app_ui_inputval make_describe_notebook_execution_output :
?notebook_execution:Types.notebook_execution ->
unit ->
Types.describe_notebook_execution_outputval make_describe_notebook_execution_input :
notebook_execution_id:Types.xml_string_max_len256 ->
unit ->
Types.describe_notebook_execution_inputval make_describe_job_flows_output :
?job_flows:Types.job_flow_detail_list ->
unit ->
Types.describe_job_flows_outputval make_describe_job_flows_input :
?job_flow_states:Types.job_flow_execution_state_list ->
?job_flow_ids:Types.xml_string_list ->
?created_before:Types.date ->
?created_after:Types.date ->
unit ->
Types.describe_job_flows_inputval make_ec2_instance_attributes :
?additional_slave_security_groups:Types.string_list ->
?additional_master_security_groups:Types.string_list ->
?service_access_security_group:Types.string_ ->
?emr_managed_slave_security_group:Types.string_ ->
?emr_managed_master_security_group:Types.string_ ->
?iam_instance_profile:Types.string_ ->
?requested_ec2_availability_zones:Types.xml_string_max_len256_list ->
?ec2_availability_zone:Types.string_ ->
?requested_ec2_subnet_ids:Types.xml_string_max_len256_list ->
?ec2_subnet_id:Types.string_ ->
?ec2_key_name:Types.string_ ->
unit ->
Types.ec2_instance_attributesval make_cluster :
?session_enabled:Types.boolean_object ->
?monitoring_configuration:Types.monitoring_configuration ->
?extended_support:Types.boolean_object ->
?ebs_root_volume_throughput:Types.integer ->
?ebs_root_volume_iops:Types.integer ->
?os_release_label:Types.string_ ->
?placement_groups:Types.placement_group_config_list ->
?step_concurrency_level:Types.integer ->
?outpost_arn:Types.optional_arn_type ->
?cluster_arn:Types.arn_type ->
?kerberos_attributes:Types.kerberos_attributes ->
?repo_upgrade_on_boot:Types.repo_upgrade_on_boot ->
?ebs_root_volume_size:Types.integer ->
?custom_ami_id:Types.xml_string_max_len256 ->
?scale_down_behavior:Types.scale_down_behavior ->
?auto_scaling_role:Types.xml_string ->
?security_configuration:Types.xml_string ->
?configurations:Types.configuration_list ->
?master_public_dns_name:Types.string_ ->
?normalized_instance_hours:Types.integer ->
?service_role:Types.string_ ->
?tags:Types.tag_list ->
?applications:Types.application_list ->
?visible_to_all_users:Types.boolean_ ->
?unhealthy_node_replacement:Types.boolean_object ->
?termination_protected:Types.boolean_ ->
?auto_terminate:Types.boolean_ ->
?release_label:Types.string_ ->
?running_ami_version:Types.string_ ->
?requested_ami_version:Types.string_ ->
?log_encryption_kms_key_id:Types.string_ ->
?log_uri:Types.string_ ->
?instance_collection_type:Types.instance_collection_type ->
?ec2_instance_attributes:Types.ec2_instance_attributes ->
?status:Types.cluster_status ->
?name:Types.string_ ->
?id:Types.cluster_id ->
unit ->
Types.clusterval make_describe_cluster_output :
?cluster:Types.cluster ->
unit ->
Types.describe_cluster_outputval make_describe_cluster_input :
cluster_id:Types.cluster_id ->
unit ->
Types.describe_cluster_inputval make_delete_studio_session_mapping_input :
?identity_name:Types.xml_string_max_len256 ->
?identity_id:Types.xml_string_max_len256 ->
identity_type:Types.identity_type ->
studio_id:Types.xml_string_max_len256 ->
unit ->
Types.delete_studio_session_mapping_inputval make_delete_studio_input :
studio_id:Types.xml_string_max_len256 ->
unit ->
Types.delete_studio_inputval make_delete_security_configuration_input :
name:Types.xml_string ->
unit ->
Types.delete_security_configuration_inputval make_create_studio_session_mapping_input :
?identity_name:Types.xml_string_max_len256 ->
?identity_id:Types.xml_string_max_len256 ->
session_policy_arn:Types.xml_string_max_len256 ->
identity_type:Types.identity_type ->
studio_id:Types.xml_string_max_len256 ->
unit ->
Types.create_studio_session_mapping_inputval make_create_studio_output :
?url:Types.xml_string ->
?studio_id:Types.xml_string_max_len256 ->
unit ->
Types.create_studio_outputval make_create_studio_input :
?encryption_key_arn:Types.xml_string ->
?idc_instance_arn:Types.arn_type ->
?idc_user_assignment:Types.idc_user_assignment ->
?trusted_identity_propagation_enabled:Types.boolean_object ->
?tags:Types.tag_list ->
?idp_relay_state_parameter_name:Types.xml_string_max_len256 ->
?idp_auth_url:Types.xml_string ->
?user_role:Types.xml_string ->
?description:Types.xml_string_max_len256 ->
default_s3_location:Types.xml_string ->
engine_security_group_id:Types.xml_string_max_len256 ->
workspace_security_group_id:Types.xml_string_max_len256 ->
service_role:Types.xml_string ->
subnet_ids:Types.subnet_id_list ->
vpc_id:Types.xml_string_max_len256 ->
auth_mode:Types.auth_mode ->
name:Types.xml_string_max_len256 ->
unit ->
Types.create_studio_inputval make_create_security_configuration_output :
creation_date_time:Types.date ->
name:Types.xml_string ->
unit ->
Types.create_security_configuration_outputval make_create_security_configuration_input :
security_configuration:Types.string_ ->
name:Types.xml_string ->
unit ->
Types.create_security_configuration_inputval make_create_persistent_app_ui_output :
?runtime_role_enabled_cluster:Types.boolean_ ->
?persistent_app_ui_id:Types.xml_string_max_len256 ->
unit ->
Types.create_persistent_app_ui_outputval make_emr_containers_config :
?job_run_id:Types.xml_string_max_len256 ->
unit ->
Types.emr_containers_configval make_create_persistent_app_ui_input :
?profiler_type:Types.profiler_type ->
?x_referer:Types.string_ ->
?tags:Types.tag_list ->
?emr_containers_config:Types.emr_containers_config ->
target_resource_arn:Types.arn_type ->
unit ->
Types.create_persistent_app_ui_inputval make_cancel_steps_info :
?reason:Types.string_ ->
?status:Types.cancel_steps_request_status ->
?step_id:Types.step_id ->
unit ->
Types.cancel_steps_infoval make_cancel_steps_output :
?cancel_steps_info_list:Types.cancel_steps_info_list ->
unit ->
Types.cancel_steps_outputval make_cancel_steps_input :
?step_cancellation_option:Types.step_cancellation_option ->
step_ids:Types.step_ids_list ->
cluster_id:Types.xml_string_max_len256 ->
unit ->
Types.cancel_steps_inputval make_add_tags_input :
?cluster_id:Types.cluster_id ->
tags:Types.tag_list ->
resource_id:Types.resource_id ->
unit ->
Types.add_tags_inputval make_add_job_flow_steps_output :
?step_ids:Types.step_ids_list ->
unit ->
Types.add_job_flow_steps_outputval make_add_job_flow_steps_input :
?execution_role_arn:Types.arn_type ->
steps:Types.step_config_list ->
job_flow_id:Types.xml_string_max_len256 ->
unit ->
Types.add_job_flow_steps_inputval make_add_instance_groups_output :
?cluster_arn:Types.arn_type ->
?instance_group_ids:Types.instance_group_ids_list ->
?job_flow_id:Types.xml_string_max_len256 ->
unit ->
Types.add_instance_groups_outputval make_add_instance_groups_input :
job_flow_id:Types.xml_string_max_len256 ->
instance_groups:Types.instance_group_config_list ->
unit ->
Types.add_instance_groups_inputval make_add_instance_fleet_output :
?cluster_arn:Types.arn_type ->
?instance_fleet_id:Types.instance_fleet_id ->
?cluster_id:Types.xml_string_max_len256 ->
unit ->
Types.add_instance_fleet_outputval make_add_instance_fleet_input :
instance_fleet:Types.instance_fleet_config ->
cluster_id:Types.xml_string_max_len256 ->
unit ->
Types.add_instance_fleet_inputOperations
module AddInstanceFleet : sig ... endAdds an instance fleet to a running cluster.
module AddInstanceGroups : sig ... endAdds one or more instance groups to a running cluster.
module AddJobFlowSteps : sig ... endAddJobFlowSteps adds new steps to a running cluster. A maximum of 256 steps are allowed in each job flow.
module AddTags : sig ... endAdds tags to an Amazon EMR resource, such as a cluster or an Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.
module CancelSteps : sig ... endCancels a pending step or steps in a running cluster. Available only in Amazon EMR versions 4.8.0 and later, excluding version 5.0.0. A maximum of 256 steps are allowed in each CancelSteps request. CancelSteps is idempotent but asynchronous; it does not guarantee that a step will be canceled, even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and later, you can cancel steps that are in a PENDING or RUNNING state. In earlier versions of Amazon EMR, you can only cancel steps that are in a PENDING state.
module CreatePersistentAppUI : sig ... endCreates a persistent application user interface.
module CreateSecurityConfiguration : sig ... endCreates a security configuration, which is stored in the service and can be specified when a cluster is created.
module CreateStudio : sig ... endCreates a new Amazon EMR Studio.
module CreateStudioSessionMapping : sig ... endMaps a user or group to the Amazon EMR Studio specified by StudioId, and applies a session policy to refine Studio permissions for that user or group. Use CreateStudioSessionMapping to assign users to a Studio when you use IAM Identity Center authentication. For instructions on how to assign users to a Studio when you use IAM authentication, see Assign a user or group to your EMR Studio.
module DeleteSecurityConfiguration : sig ... endDeletes a security configuration.
module DeleteStudio : sig ... endRemoves an Amazon EMR Studio from the Studio metadata store.
module DeleteStudioSessionMapping : sig ... endRemoves a user or group from an Amazon EMR Studio.
module DescribeCluster : sig ... endProvides cluster-level details including status, hardware and software configuration, VPC settings, and so on.
module DescribeJobFlows : sig ... endThis API is no longer supported and will eventually be removed. We recommend you use ListClusters, DescribeCluster, ListSteps, ListInstanceGroups and ListBootstrapActions instead.
module DescribeNotebookExecution : sig ... endProvides details of a notebook execution.
module DescribePersistentAppUI : sig ... endDescribes a persistent application user interface.
module DescribeReleaseLabel : sig ... endProvides Amazon EMR release label details, such as the releases available the Region where the API request is run, and the available applications for a specific Amazon EMR release label. Can also list Amazon EMR releases that support a specified version of Spark.
module DescribeSecurityConfiguration : sig ... endProvides the details of a security configuration by returning the configuration JSON.
module DescribeStep : sig ... endProvides more detail about the cluster step.
module DescribeStudio : sig ... endReturns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.
module GetAutoTerminationPolicy : sig ... endReturns the auto-termination policy for an Amazon EMR cluster.
module GetBlockPublicAccessConfiguration : sig ... endReturns the Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
module GetClusterSessionCredentials : sig ... endProvides temporary, HTTP basic credentials that are associated with a given runtime IAM role and used by a cluster with fine-grained access control activated. You can use these credentials to connect to cluster endpoints that support username and password authentication.
module GetManagedScalingPolicy : sig ... endFetches the attached managed scaling policy for an Amazon EMR cluster.
module GetOnClusterAppUIPresignedURL : sig ... endThe presigned URL properties for the cluster's application user interface.
module GetPersistentAppUIPresignedURL : sig ... endThe presigned URL properties for the cluster's application user interface.
module GetSession : sig ... endReturns detailed information about a session.
module GetSessionEndpoint : sig ... endReturns the Spark Connect endpoint URL and a time-limited authentication token for the specified session. Use the endpoint and token to connect a PySpark client to the session. Call this operation again when the token expires to obtain a new one.
module GetStudioSessionMapping : sig ... endFetches mapping details for the specified Amazon EMR Studio and identity (user or group).
module ListBootstrapActions : sig ... endProvides information about the bootstrap actions associated with a cluster.
module ListClusters : sig ... endProvides the status of all clusters visible to this Amazon Web Services account. Allows you to filter the list of clusters based on certain criteria; for example, filtering by cluster creation date and time or by status. This call returns a maximum of 50 clusters in unsorted order per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.
module ListInstanceFleets : sig ... endLists all available details about the instance fleets in a cluster.
module ListInstanceGroups : sig ... endProvides all available details about the instance groups in a cluster.
module ListInstances : sig ... endProvides information for all active Amazon EC2 instances and Amazon EC2 instances terminated in the last 30 days, up to a maximum of 2,000. Amazon EC2 instances in any of the following states are considered active: AWAITING_FULFILLMENT, PROVISIONING, BOOTSTRAPPING, RUNNING.
module ListNotebookExecutions : sig ... endProvides summaries of all notebook executions. You can filter the list based on multiple criteria such as status, time range, and editor id. Returns a maximum of 50 notebook executions and a marker to track the paging of a longer notebook execution list across multiple ListNotebookExecutions calls.
module ListReleaseLabels : sig ... endRetrieves release labels of Amazon EMR services in the Region where the API is called.
module ListSecurityConfigurations : sig ... endLists all the security configurations visible to this account, providing their creation dates and times, and their names. This call returns a maximum of 50 clusters per call, but returns a marker to track the paging of the cluster list across multiple ListSecurityConfigurations calls.
module ListSessions : sig ... endLists the sessions on a cluster. You can filter the results by session state. Newer sessions are returned first.
module ListSteps : sig ... endProvides a list of steps for the cluster in reverse order unless you specify stepIds with the request or filter by StepStates. You can specify a maximum of 10 stepIDs. The CLI automatically paginates results to return a list greater than 50 steps. To return more than 50 steps using the CLI, specify a Marker, which is a pagination token that indicates the next set of steps to retrieve.
module ListStudioSessionMappings : sig ... endReturns a list of all user or group session mappings for the Amazon EMR Studio specified by StudioId.
module ListStudios : sig ... endReturns a list of all Amazon EMR Studios associated with the Amazon Web Services account. The list includes details such as ID, Studio Access URL, and creation time for each Studio.
module ListSupportedInstanceTypes : sig ... endA list of the instance types that Amazon EMR supports. You can filter the list by Amazon Web Services Region and Amazon EMR release.
module ModifyCluster : sig ... endModifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.
module ModifyInstanceFleet : sig ... endModifies the target On-Demand and target Spot capacities for the instance fleet with the specified InstanceFleetID within the cluster specified using ClusterID. The call either succeeds or fails atomically.
module ModifyInstanceGroups : sig ... endModifyInstanceGroups modifies the number of nodes and configuration settings of an instance group. The input parameters include the new target instance count for the group and the instance group ID. The call will either succeed or fail atomically.
module PutAutoScalingPolicy : sig ... endCreates or updates an automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. The automatic scaling policy defines how an instance group dynamically adds and terminates Amazon EC2 instances in response to the value of a CloudWatch metric.
module PutAutoTerminationPolicy : sig ... endAuto-termination is supported in Amazon EMR releases 5.30.0 and 6.1.0 and later. For more information, see Using an auto-termination policy.
module PutBlockPublicAccessConfiguration : sig ... endCreates or updates an Amazon EMR block public access configuration for your Amazon Web Services account in the current Region. For more information see Configure Block Public Access for Amazon EMR in the Amazon EMR Management Guide.
module PutManagedScalingPolicy : sig ... endCreates or updates a managed scaling policy for an Amazon EMR cluster. The managed scaling policy defines the limits for resources, such as Amazon EC2 instances that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.
module RemoveAutoScalingPolicy : sig ... endRemoves an automatic scaling policy from a specified instance group within an Amazon EMR cluster.
module RemoveAutoTerminationPolicy : sig ... endRemoves an auto-termination policy from an Amazon EMR cluster.
module RemoveManagedScalingPolicy : sig ... endRemoves a managed scaling policy from a specified Amazon EMR cluster.
module RemoveTags : sig ... endRemoves tags from an Amazon EMR resource, such as a cluster or Amazon EMR Studio. Tags make it easier to associate resources in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.
module RunJobFlow : sig ... endRunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE, the cluster transitions to the WAITING state rather than shutting down after the steps have completed.
module SetKeepJobFlowAliveWhenNoSteps : sig ... endYou can use the SetKeepJobFlowAliveWhenNoSteps to configure a cluster (job flow) to terminate after the step execution, i.e., all your steps are executed. If you want a transient cluster that shuts down after the last of the current executing steps are completed, you can configure SetKeepJobFlowAliveWhenNoSteps to false. If you want a long running cluster, configure SetKeepJobFlowAliveWhenNoSteps to true.
module SetTerminationProtection : sig ... endSetTerminationProtection locks a cluster (job flow) so the Amazon EC2 instances in the cluster cannot be terminated by user intervention, an API call, or in the event of a job-flow error. The cluster still terminates upon successful completion of the job flow. Calling SetTerminationProtection on a cluster is similar to calling the Amazon EC2 DisableAPITermination API on all Amazon EC2 instances in a cluster.
module SetUnhealthyNodeReplacement : sig ... endSpecify whether to enable unhealthy node replacement, which lets Amazon EMR gracefully replace core nodes on a cluster if any nodes become unhealthy. For example, a node becomes unhealthy if disk usage is above 90%. If unhealthy node replacement is on and TerminationProtected are off, Amazon EMR immediately terminates the unhealthy core nodes. To use unhealthy node replacement and retain unhealthy core nodes, use to turn on termination protection. In such cases, Amazon EMR adds the unhealthy nodes to a denylist, reducing job interruptions and failures.
module SetVisibleToAllUsers : sig ... endThe SetVisibleToAllUsers parameter is no longer supported. Your cluster may be visible to all users in your account. To restrict cluster access using an IAM policy, see Identity and Access Management for Amazon EMR.
module StartNotebookExecution : sig ... endStarts a notebook execution.
module StartSession : sig ... endCreates and starts a new Spark Connect session on the specified cluster. The cluster must be in the RUNNING or WAITING state and have sessions enabled. This operation is supported in Amazon EMR Spark 8.0.0 and later.
module StopNotebookExecution : sig ... endStops a notebook execution.
module TerminateJobFlows : sig ... endTerminateJobFlows shuts a list of clusters (job flows) down. When a job flow is shut down, any step not yet completed is canceled and the Amazon EC2 instances on which the cluster is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the cluster was created.
module TerminateSession : sig ... endTerminates an active session. After you call this operation, the session enters the TERMINATING state and then transitions to TERMINATED.
module UpdateStudio : sig ... endUpdates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.
module UpdateStudioSessionMapping : sig ... endmodule Json_serializers : sig ... endmodule Json_deserializers : sig ... end