Module Awso_emr.ValuesSource

Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval serviceAbbreviation : string
Sourceval targetPrefix : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ActionOnFailure : sig ... end
Sourcemodule XmlStringMaxLen256 : sig ... end
Sourcemodule WholeNumber : sig ... end
Sourcemodule NonNegativeDouble : sig ... end
Sourcemodule InstanceType : sig ... end
Sourcemodule ThroughputVal : sig ... end
Sourcemodule String_ : sig ... end
Sourcemodule Integer : sig ... end
Sourcemodule VolumeSpecification : sig ... end

EBS volume specifications such as volume type, IOPS, size (GiB) and throughput (MiB/s) that are requested for the EBS volume attached to an Amazon EC2 instance in the cluster.

Sourcemodule EbsBlockDeviceConfig : sig ... end

Configuration of requested EBS block device associated with the instance group with count of volumes that are associated to every instance.

Sourcemodule EbsBlockDeviceConfigList : sig ... end
Sourcemodule BooleanObject : sig ... end
Sourcemodule EbsConfiguration : sig ... end

The Amazon EBS configuration of a cluster instance.

Sourcemodule StringMap : sig ... end
module Configuration : sig ... end

Amazon EMR releases 4.x or later. An optional configuration specification to be used when provisioning cluster instances, which can include configurations for applications and software bundled with Amazon EMR. A configuration consists of a classification, properties, and optional nested configurations. A classification refers to an application-specific configuration file. Properties are the settings you want to change in that file. For more information, see Configuring Applications.

module ConfigurationList : sig ... end
Sourcemodule InstanceTypeConfig : sig ... end

An instance type configuration for each instance type in an instance fleet, which determines the Amazon EC2 instances Amazon EMR attempts to provision to fulfill On-Demand and Spot target capacities. When you use an allocation strategy, you can include a maximum of 30 instance type configurations for a fleet. For more information about how to use an allocation strategy, see Configure Instance Fleets. Without an allocation strategy, you may specify a maximum of five instance type configurations for a fleet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule InstanceTypeConfigList : sig ... end
Sourcemodule InstanceFleetType : sig ... end
Sourcemodule SpotResizingSpecification : sig ... end

The resize specification for Spot Instances in the instance fleet, which contains the resize timeout period.

Describes the strategy for using unused Capacity Reservations for fulfilling On-Demand capacity.

The resize specification for On-Demand Instances in the instance fleet, which contains the resize timeout period.

The resize specification for On-Demand and Spot Instances in the fleet.

The launch specification for Spot Instances in the instance fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. Spot Instance allocation strategy is available in Amazon EMR releases 5.12.1 and later. Spot Instances with a defined duration (also known as Spot blocks) are no longer available to new customers from July 1, 2021. For customers who have previously used the feature, we will continue to support Spot Instances with a defined duration until December 31, 2022.

The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR releases 5.12.1 and later.

The launch specification for On-Demand and Spot Instances in the fleet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions. On-Demand and Spot instance allocation strategies are available in Amazon EMR releases 5.12.1 and later.

Sourcemodule InstanceFleetConfig : sig ... end

The configuration that defines an instance fleet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule AddInstanceFleetInput : sig ... end

Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x.

Sourcemodule ErrorMessage : sig ... end
Sourcemodule ErrorCode : sig ... end
Sourcemodule InvalidRequestException : sig ... end

This exception occurs when there is something wrong with user input.

Sourcemodule InternalServerException : sig ... end

This exception occurs when there is an internal failure in the Amazon EMR service.

Sourcemodule InstanceFleetId : sig ... end
Sourcemodule ArnType : sig ... end
Sourcemodule AddInstanceFleetOutput : sig ... end

Adds an instance fleet to a running cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x.

Sourcemodule MarketType : sig ... end
Sourcemodule InstanceRoleType : sig ... end
Sourcemodule Unit : sig ... end
Sourcemodule Statistic : sig ... end
Sourcemodule MetricDimension : sig ... end

A CloudWatch dimension, which is specified using a Key (known as a Name in CloudWatch), Value pair. By default, Amazon EMR uses one dimension whose Key is JobFlowID and Value is a variable representing the cluster ID, which is ${emr.clusterId}. This enables the rule to bootstrap when the cluster ID becomes available.

Sourcemodule MetricDimensionList : sig ... end
Sourcemodule ComparisonOperator : sig ... end
Sourcemodule CloudWatchAlarmDefinition : sig ... end

The definition of a CloudWatch metric alarm, which determines when an automatic scaling activity is triggered. When the defined alarm conditions are satisfied, scaling activity begins.

Sourcemodule ScalingTrigger : sig ... end

The conditions that trigger an automatic scaling activity.

Sourcemodule AdjustmentType : sig ... end

An automatic scaling configuration, which describes how the policy adds or removes instances, the cooldown period, and the number of Amazon EC2 instances that will be added each time the CloudWatch metric alarm condition is satisfied.

Sourcemodule ScalingAction : sig ... end

The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

Sourcemodule ScalingRule : sig ... end

A scale-in or scale-out rule that defines scaling activity, including the CloudWatch metric alarm that triggers activity, how Amazon EC2 instances are added or removed, and the periodicity of adjustments. The automatic scaling policy for an instance group can comprise one or more automatic scaling rules.

Sourcemodule ScalingRuleList : sig ... end
Sourcemodule ScalingConstraints : sig ... end

The upper and lower Amazon EC2 instance limits for an automatic scaling policy. Automatic scaling activities triggered by automatic scaling rules will not cause an instance group to grow above or below these limits.

Sourcemodule AutoScalingPolicy : sig ... end

An automatic scaling policy for a core instance group or task instance group in an Amazon EMR cluster. An automatic scaling policy defines how an instance group dynamically adds and terminates Amazon EC2 instances in response to the value of a CloudWatch metric. See PutAutoScalingPolicy.

Sourcemodule InstanceGroupConfig : sig ... end

Configuration defining a new instance group.

Sourcemodule InstanceGroupConfigList : sig ... end
Sourcemodule AddInstanceGroupsInput : sig ... end

Input to an AddInstanceGroups call.

Sourcemodule InternalServerError : sig ... end

Indicates that an error occurred while processing the request and that the request was not completed.

Sourcemodule InstanceGroupIdsList : sig ... end
Sourcemodule AddInstanceGroupsOutput : sig ... end

Output from an AddInstanceGroups call.

Sourcemodule XmlString : sig ... end
Sourcemodule S3MonitoringConfiguration : sig ... end

The Amazon S3 configuration for monitoring log publishing. You can configure your step to send log information to Amazon S3. When it's specified, it takes precedence over the cluster's logging configuration. If you don't specify this configuration entirely, or omit individual fields, EMR falls back to cluster-level logging behavior.

Object that holds configuration properties for logging.

Sourcemodule XmlStringList : sig ... end
Sourcemodule KeyValue : sig ... end

A key-value pair.

Sourcemodule KeyValueList : sig ... end
Sourcemodule HadoopJarStepConfig : sig ... end

A job flow step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail.

Sourcemodule StepConfig : sig ... end

Specification for a cluster (job flow) step.

Sourcemodule StepConfigList : sig ... end
Sourcemodule AddJobFlowStepsInput : sig ... end

The input argument to the AddJobFlowSteps operation.

Sourcemodule StepIdsList : sig ... end
Sourcemodule AddJobFlowStepsOutput : sig ... end

The output for the AddJobFlowSteps operation.

Sourcemodule Tag : sig ... end

A key-value pair containing user-defined metadata that you can associate with an Amazon EMR resource. Tags make it easier to associate clusters in various ways, such as grouping clusters to track your Amazon EMR resource allocation costs. For more information, see Tag Clusters.

Sourcemodule TagList : sig ... end
Sourcemodule ResourceId : sig ... end
Sourcemodule AddTagsInput : sig ... end

This input identifies an Amazon EMR resource and a list of tags to attach.

Sourcemodule AddTagsOutput : sig ... end

This output indicates the result of adding tags to a resource.

Sourcemodule StringList : sig ... end
Sourcemodule Application : sig ... end

With Amazon EMR release version 4.0 and later, the only accepted parameter is the application name. To pass arguments to applications, you use configuration classifications specified using configuration JSON objects. For more information, see Configuring Applications. With earlier Amazon EMR releases, the application is any Amazon or third-party software that you can add to the cluster. This structure contains a list of strings that indicates the software to use with the cluster and accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action argument.

Sourcemodule ApplicationList : sig ... end
Sourcemodule AuthMode : sig ... end

The reason for an AutoScalingPolicyStatus change.

Sourcemodule AutoScalingPolicyState : sig ... end
Sourcemodule AutoScalingPolicyStatus : sig ... end

The status of an automatic scaling policy.

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. See PutAutoScalingPolicy.

Sourcemodule Long : sig ... end
Sourcemodule AutoTerminationPolicy : sig ... end

An auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.

Sourcemodule Port : sig ... end
Sourcemodule PortRange : sig ... end

A list of port ranges that are permitted to allow inbound traffic from all public IP addresses. To specify a single port, use the same value for MinRange and MaxRange.

Sourcemodule PortRanges : sig ... end
Sourcemodule Boolean : sig ... end

A configuration for Amazon EMR block public access. When BlockPublicSecurityGroupRules is set to true, Amazon EMR prevents cluster creation if one of the cluster's security groups has a rule that allows inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using PermittedPublicSecurityGroupRuleRanges.

Sourcemodule Date : sig ... end

Properties that describe the Amazon Web Services principal that created the BlockPublicAccessConfiguration using the PutBlockPublicAccessConfiguration action as well as the date and time that the configuration was created. Each time a configuration for block public access is updated, Amazon EMR updates this metadata.

Configuration of the script to run during a bootstrap action.

Sourcemodule BootstrapActionConfig : sig ... end

Configuration of a bootstrap action.

Sourcemodule BootstrapActionConfigList : sig ... end
Sourcemodule BootstrapActionDetail : sig ... end

Reports the configuration of a bootstrap action in a cluster (job flow).

Sourcemodule BootstrapActionDetailList : sig ... end
Sourcemodule StepId : sig ... end
Sourcemodule CancelStepsRequestStatus : sig ... end
Sourcemodule CancelStepsInfo : sig ... end

Specification of the status of a CancelSteps request. Available only in Amazon EMR version 4.8.0 and later, excluding version 5.0.0.

Sourcemodule CancelStepsInfoList : sig ... end
Sourcemodule StepCancellationOption : sig ... end
Sourcemodule CancelStepsInput : sig ... end

The input argument to the CancelSteps operation.

Sourcemodule CancelStepsOutput : sig ... end

The output for the CancelSteps operation.

Sourcemodule LogTypesMap : sig ... end

Holds CloudWatch log configuration settings and metadata that specify settings like log files to monitor and where to send them.

Sourcemodule ScaleDownBehavior : sig ... end
Sourcemodule RepoUpgradeOnBoot : sig ... end
Sourcemodule PlacementGroupStrategy : sig ... end
Sourcemodule PlacementGroupConfig : sig ... end

Placement group configuration for an Amazon EMR cluster. The configuration specifies the placement strategy that can be applied to instance roles during cluster creation. To use this configuration, consider attaching managed policy AmazonElasticMapReducePlacementGroupPolicy to the Amazon EMR role.

Sourcemodule PlacementGroupConfigList : sig ... end
Sourcemodule OptionalArnType : sig ... end
Sourcemodule LogUploadPolicyValue : sig ... end
Sourcemodule LogType : sig ... end
Sourcemodule LogTypeMap : sig ... end
Sourcemodule S3LoggingConfiguration : sig ... end

Configuration for S3 logging behavior in EMR clusters. Defines how different types of logs are uploaded to S3 based on the specified upload policies for each log type.

Sourcemodule MonitoringConfiguration : sig ... end

Contains CloudWatch log configuration and S3 logging configuration metadata and settings.

Sourcemodule KerberosAttributes : sig ... end

Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see Use Kerberos Authentication in the Amazon EMR Management Guide.

Sourcemodule InstanceCollectionType : sig ... end
Sourcemodule XmlStringMaxLen256List : sig ... end
Sourcemodule Ec2InstanceAttributes : sig ... end

Provides information about the Amazon EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.

Sourcemodule ErrorData : sig ... end
Sourcemodule ErrorDetail : sig ... end

A tuple that provides information about an error that caused a cluster to terminate.

Sourcemodule ErrorDetailList : sig ... end
Sourcemodule ClusterTimeline : sig ... end

Represents the timeline of the cluster's lifecycle.

Sourcemodule ClusterStateChangeReason : sig ... end

The reason that the cluster changed to its current state.

Sourcemodule ClusterState : sig ... end
Sourcemodule ClusterStatus : sig ... end

The detailed status of the cluster.

Sourcemodule ClusterId : sig ... end
Sourcemodule Cluster : sig ... end

The detailed description of the cluster.

Sourcemodule ClusterStateList : sig ... end
Sourcemodule ClusterSummary : sig ... end

The summary description of the cluster.

Sourcemodule ClusterSummaryList : sig ... end
Sourcemodule Command : sig ... end

An entity describing an executable that runs on a cluster.

Sourcemodule CommandList : sig ... end
Sourcemodule ComputeLimitsUnitType : sig ... end
Sourcemodule ComputeLimits : sig ... end

The Amazon EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster can not be above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Sourcemodule ProfilerType : sig ... end
Sourcemodule EMRContainersConfig : sig ... end

The EMR container configuration.

Creates a persistent application user interface.

Creates a persistent application user interface.

Creates a security configuration, which is stored in the service and can be specified when a cluster is created.

Creates a security configuration, which is stored in the service and can be specified when a cluster is created.

Sourcemodule SubnetIdList : sig ... end
Sourcemodule IdcUserAssignment : sig ... end
Sourcemodule CreateStudioInput : sig ... end

Creates a new Amazon EMR Studio.

Sourcemodule CreateStudioOutput : sig ... end

Creates a new Amazon EMR Studio.

Sourcemodule IdentityType : sig ... end

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

Sourcemodule UsernamePassword : sig ... end

The username and password that you use to connect to cluster endpoints.

Sourcemodule Credentials : sig ... end

The credentials that you can use to connect to cluster endpoints. Credentials consist of a username and a password.

Deletes a security configuration.

Deletes a security configuration.

Sourcemodule DeleteStudioInput : sig ... end

Removes an Amazon EMR Studio from the Studio metadata store.

Removes a user or group from an Amazon EMR Studio.

Sourcemodule DescribeClusterInput : sig ... end

This input determines which cluster to describe.

Sourcemodule DescribeClusterOutput : sig ... end

This output contains the description of the cluster.

Sourcemodule JobFlowExecutionState : sig ... end
Sourcemodule JobFlowExecutionStateList : sig ... end
Sourcemodule DescribeJobFlowsInput : sig ... end

The input for the DescribeJobFlows operation.

Sourcemodule SupportedProductsList : sig ... end
Sourcemodule StepExecutionState : sig ... end
Sourcemodule StepExecutionStatusDetail : sig ... end

The execution state of a step.

Sourcemodule StepDetail : sig ... end

Combines the execution state and configuration of a step.

Sourcemodule StepDetailList : sig ... end
Sourcemodule PlacementType : sig ... end

The Amazon EC2 Availability Zone configuration of the cluster (job flow).

Sourcemodule InstanceGroupState : sig ... end
Sourcemodule InstanceGroupDetail : sig ... end

Detailed information about an instance group.

Sourcemodule InstanceGroupDetailList : sig ... end
Sourcemodule JobFlowInstancesDetail : sig ... end

Specify the type of Amazon EC2 instances that the cluster (job flow) runs on.

Describes the status of the cluster (job flow).

Sourcemodule JobFlowDetail : sig ... end

A description of a cluster (job flow).

Sourcemodule JobFlowDetailList : sig ... end
Sourcemodule DescribeJobFlowsOutput : sig ... end

The output for the DescribeJobFlows operation.

Provides details of a notebook execution.

Sourcemodule UriString : sig ... end

The Amazon S3 location that stores the notebook execution output.

Sourcemodule OutputNotebookFormat : sig ... end

The Amazon S3 location that stores the notebook execution input.

Sourcemodule NotebookExecutionStatus : sig ... end
Sourcemodule IAMRoleArn : sig ... end
Sourcemodule ExecutionEngineType : sig ... end
Sourcemodule ExecutionEngineConfig : sig ... end

Specifies the execution engine (cluster) to run the notebook and perform the notebook execution, for example, an Amazon EMR cluster.

Sourcemodule EnvironmentVariablesMap : sig ... end
Sourcemodule NotebookExecution : sig ... end

A notebook execution. An execution is a specific instance that an Amazon EMR Notebook is run using the StartNotebookExecution action.

Provides details of a notebook execution.

Describes a persistent application user interface.

Sourcemodule PersistentAppUIType : sig ... end
Sourcemodule PersistentAppUITypeList : sig ... end
Sourcemodule PersistentAppUI : sig ... end

Holds persistent application user interface information. Applications installed on the Amazon EMR cluster publish user interfaces as web sites to monitor cluster activity.

Describes a persistent application user interface.

Sourcemodule MaxResultsNumber : sig ... end
Sourcemodule DescribeReleaseLabelInput : sig ... end

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

Sourcemodule SimplifiedApplication : sig ... end

The returned release label application names or versions.

Sourcemodule SimplifiedApplicationList : sig ... end
Sourcemodule OSRelease : sig ... end

The Amazon Linux release specified for a cluster in the RunJobFlow request.

Sourcemodule OSReleaseList : sig ... end

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

Provides the details of a security configuration by returning the configuration JSON.

Provides the details of a security configuration by returning the configuration JSON.

Sourcemodule DescribeStepInput : sig ... end

This input determines which step to describe.

Sourcemodule StepTimeline : sig ... end

The timeline of the cluster step lifecycle.

Sourcemodule StepStateChangeReasonCode : sig ... end
Sourcemodule StepStateChangeReason : sig ... end

The details of the step state change reason.

Sourcemodule StepState : sig ... end
Sourcemodule FailureDetails : sig ... end

The details of the step failure. The service attempts to detect the root cause for many common failures.

Sourcemodule StepStatus : sig ... end

The execution status details of the cluster step.

Sourcemodule HadoopStepConfig : sig ... end

A cluster step consisting of a JAR file whose main function will be executed. The main function submits a job for Hadoop to execute and waits for the job to finish or fail.

Sourcemodule Step : sig ... end

This represents a step in a cluster.

Sourcemodule DescribeStepOutput : sig ... end

This output contains the description of the cluster step.

Sourcemodule DescribeStudioInput : sig ... end

Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.

Sourcemodule Studio : sig ... end

Details for an Amazon EMR Studio including ID, creation time, name, and so on.

Sourcemodule DescribeStudioOutput : sig ... end

Returns details for the specified Amazon EMR Studio including ID, Name, VPC, Studio access URL, and so on.

Sourcemodule InstanceId : sig ... end
Sourcemodule EC2InstanceIdsList : sig ... end
Sourcemodule EbsBlockDevice : sig ... end

Configuration of requested EBS block device associated with the instance group.

Sourcemodule EbsBlockDeviceList : sig ... end
Sourcemodule EbsVolume : sig ... end

EBS block device that's attached to an Amazon EC2 instance.

Sourcemodule EbsVolumeList : sig ... end
Sourcemodule Float_ : sig ... end

Returns the auto-termination policy for an Amazon EMR cluster.

Returns the auto-termination policy for an Amazon EMR cluster.

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

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

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

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

Fetches the attached managed scaling policy for an Amazon EMR cluster.

Sourcemodule ScalingStrategy : sig ... end
Sourcemodule ManagedScalingPolicy : sig ... end

Managed scaling policy for an Amazon EMR cluster. The policy specifies the limits for resources 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.

Fetches the attached managed scaling policy for an Amazon EMR cluster.

Sourcemodule OnClusterAppUIType : sig ... end

The presigned URL properties for the cluster's application user interface.

The presigned URL properties for the cluster's application user interface.

The presigned URL properties for the cluster's application user interface.

The presigned URL properties for the cluster's application user interface.

Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).

Sourcemodule SessionMappingDetail : sig ... end

Details for an Amazon EMR Studio session mapping including creation time, user or group ID, Studio ID, and so on.

Fetches mapping details for the specified Amazon EMR Studio and identity (user or group).

Sourcemodule InstanceTimeline : sig ... end

The timeline of the instance lifecycle.

Sourcemodule InstanceStateChangeReason : sig ... end

The details of the status change reason for the instance.

Sourcemodule InstanceState : sig ... end
Sourcemodule InstanceStatus : sig ... end

The instance status details.

Sourcemodule Instance : sig ... end

Represents an Amazon EC2 instance provisioned as part of cluster.

Sourcemodule InstanceTypeSpecification : sig ... end

The configuration specification for each instance type in an instance fleet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule InstanceFleetTimeline : sig ... end

Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Provides status change reason details for the instance fleet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule InstanceFleetState : sig ... end
Sourcemodule InstanceFleetStatus : sig ... end

The status of the instance fleet. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule InstanceFleet : sig ... end

Describes an instance fleet, which is a group of Amazon EC2 instances that host a particular node type (master, core, or task) in an Amazon EMR cluster. Instance fleets can consist of a mix of instance types and On-Demand and Spot Instances, which are provisioned to meet a defined target capacity. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule InstanceFleetConfigList : sig ... end
Sourcemodule InstanceFleetList : sig ... end
Sourcemodule InstanceFleetModifyConfig : sig ... end

Configuration parameters for an instance fleet modification request. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule InstanceResizePolicy : sig ... end

Custom policy for requesting termination protection or termination of specific instances when shrinking an instance group.

Sourcemodule ShrinkPolicy : sig ... end

Policy for customizing shrink operations. Allows configuration of decommissioning timeout and targeted instance shrinking.

Sourcemodule InstanceGroupType : sig ... end
Sourcemodule InstanceGroupTimeline : sig ... end

The timeline of the instance group lifecycle.

The status change reason details for the instance group.

Sourcemodule InstanceGroupStatus : sig ... end

The details of the instance group status.

Sourcemodule InstanceGroupId : sig ... end
Sourcemodule InstanceGroup : sig ... end

This entity represents an instance group, which is a group of instances that have common purpose. For example, CORE instance group is used for HDFS.

Sourcemodule InstanceGroupList : sig ... end
Sourcemodule ReconfigurationType : sig ... end
Sourcemodule InstanceGroupModifyConfig : sig ... end

Modify the size or configurations of an instance group.

Sourcemodule InstanceGroupTypeList : sig ... end
Sourcemodule InstanceList : sig ... end
Sourcemodule InstanceStateList : sig ... end
Sourcemodule SecurityGroupsList : sig ... end
Sourcemodule JobFlowInstancesConfig : sig ... end

A description of the Amazon EC2 instance on which the cluster (job flow) runs. A valid JobFlowInstancesConfig must contain either InstanceGroups or InstanceFleets. They cannot be used together. You may also have MasterInstanceType, SlaveInstanceType, and InstanceCount (all three must be present), but we don't recommend this configuration.

Sourcemodule Marker : sig ... end
Sourcemodule ListBootstrapActionsInput : sig ... end

This input determines which bootstrap actions to retrieve.

This output contains the bootstrap actions detail.

Sourcemodule ListClustersInput : sig ... end

This input determines how the ListClusters action filters the list of clusters that it returns.

Sourcemodule ListClustersOutput : sig ... end

This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.

Sourcemodule ListInstanceFleetsInput : sig ... end

Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule ListInstanceFleetsOutput : sig ... end

Lists all available details about the instance fleets in a cluster. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule ListInstanceGroupsInput : sig ... end

This input determines which instance groups to retrieve.

Sourcemodule ListInstanceGroupsOutput : sig ... end

This input determines which instance groups to retrieve.

Sourcemodule ListInstancesInput : sig ... end

This input determines which instances to list.

Sourcemodule ListInstancesOutput : sig ... end

This output contains the list of instances.

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

Sourcemodule NotebookExecutionSummary : sig ... end

Details for a notebook execution. The details include information such as the unique ID and status of the notebook execution.

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

Sourcemodule ReleaseLabelFilter : sig ... end

The release label filters by application or version prefix.

Sourcemodule ListReleaseLabelsInput : sig ... end

Retrieves release labels of Amazon EMR services in the Region where the API is called.

Sourcemodule ListReleaseLabelsOutput : sig ... end

Retrieves release labels of Amazon EMR services in the Region where the API is called.

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

The creation date and time, and name, of a security configuration.

Sourcemodule SecurityConfigurationList : sig ... end

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

Sourcemodule StepStateList : sig ... end
Sourcemodule ListStepsInput : sig ... end

This input determines which steps to list.

Sourcemodule StepSummary : sig ... end

The summary of the cluster step.

Sourcemodule StepSummaryList : sig ... end
Sourcemodule ListStepsOutput : sig ... end

This output contains the list of steps returned in reverse order. This means that the last step is the first element in the list.

Returns a list of all user or group session mappings for the Amazon EMR Studio specified by StudioId.

Sourcemodule SessionMappingSummary : sig ... end

Details for an Amazon EMR Studio session mapping. The details do not include the time the session mapping was last modified.

Sourcemodule SessionMappingSummaryList : sig ... end

Returns a list of all user or group session mappings for the Amazon EMR Studio specified by StudioId.

Sourcemodule ListStudiosInput : sig ... end

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

Sourcemodule StudioSummary : sig ... end

Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. To fetch additional details such as subnets, IAM roles, security groups, and tags for the Studio, use the DescribeStudio API.

Sourcemodule StudioSummaryList : sig ... end
Sourcemodule ListStudiosOutput : sig ... end

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

A list of the instance types that Amazon EMR supports. You can filter the list by Amazon Web Services Region and Amazon EMR release.

Sourcemodule SupportedInstanceType : sig ... end

An instance type that the specified Amazon EMR release supports.

A list of the instance types that Amazon EMR supports. You can filter the list by Amazon Web Services Region and Amazon EMR release.

Sourcemodule ModifyClusterInput : sig ... end

Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.

Sourcemodule ModifyClusterOutput : sig ... end

Modifies the number of steps that can be executed concurrently for the cluster specified using ClusterID.

Sourcemodule ModifyInstanceFleetInput : sig ... end

Modifies 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. The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, excluding 5.0.x versions.

Sourcemodule ModifyInstanceGroupsInput : sig ... end

Change the size of some instance groups.

Sourcemodule SupportedProductConfig : sig ... end

The list of supported product configurations that allow user-supplied arguments. Amazon EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.

Sourcemodule NewSupportedProductsList : sig ... end

The Amazon S3 location that stores the notebook execution input.

The Amazon S3 location that stores the notebook execution output.

Sourcemodule PutAutoScalingPolicyInput : sig ... end

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

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

Auto-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. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.

Auto-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. Creates or updates an auto-termination policy for an Amazon EMR cluster. An auto-termination policy defines the amount of idle time in seconds after which a cluster automatically terminates. For alternative cluster termination options, see Control cluster termination.

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

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

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

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

Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.

Removes an automatic scaling policy from a specified instance group within an Amazon EMR cluster.

Removes an auto-termination policy from an Amazon EMR cluster.

Removes an auto-termination policy from an Amazon EMR cluster.

Removes a managed scaling policy from a specified Amazon EMR cluster.

Removes a managed scaling policy from a specified Amazon EMR cluster.

Sourcemodule RemoveTagsInput : sig ... end

This input identifies an Amazon EMR resource and a list of tags to remove.

Sourcemodule RemoveTagsOutput : sig ... end

This output indicates the result of removing tags from the resource.

Sourcemodule RunJobFlowInput : sig ... end

Input to the RunJobFlow operation.

Sourcemodule RunJobFlowOutput : sig ... end

The result of the RunJobFlow operation.

You 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. For more information, see Managing Cluster Termination in the Amazon EMR Management Guide.

The input argument to the TerminationProtection operation.

Specify 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. If unhealthy node replacement is on, Amazon EMR notifies YARN and other applications on the cluster to stop scheduling tasks with these nodes, moves the data, and then terminates the nodes. For more information, see graceful node replacement in the Amazon EMR Management Guide.

Sourcemodule SetVisibleToAllUsersInput : sig ... end

The input to the SetVisibleToAllUsers action.

Starts a notebook execution.

Starts a notebook execution.

Stops a notebook execution.

Sourcemodule TerminateJobFlowsInput : sig ... end

Input to the TerminateJobFlows operation.

Sourcemodule UpdateStudioInput : sig ... end

Updates an Amazon EMR Studio configuration, including attributes such as name, description, and subnets.

Updates the session policy attached to the user or group for the specified Amazon EMR Studio.