python-botocore/botocore/data/emr/2009-03-31/service-2.json

3021 lines
128 KiB
JSON
Raw Normal View History

2015-10-08 20:16:07 +02:00
{
"version":"2.0",
2015-10-08 20:16:07 +02:00
"metadata":{
2017-02-02 09:27:08 +01:00
"uid":"elasticmapreduce-2009-03-31",
2015-10-08 20:16:07 +02:00
"apiVersion":"2009-03-31",
"endpointPrefix":"elasticmapreduce",
"jsonVersion":"1.1",
"protocol":"json",
2015-10-08 20:16:07 +02:00
"serviceAbbreviation":"Amazon EMR",
"serviceFullName":"Amazon Elastic MapReduce",
"signatureVersion":"v4",
"targetPrefix":"ElasticMapReduce",
"timestampFormat":"unixTimestamp"
2015-10-08 20:16:07 +02:00
},
"operations":{
"AddInstanceGroups":{
"name":"AddInstanceGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddInstanceGroupsInput"},
"output":{"shape":"AddInstanceGroupsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>Adds one or more instance groups to a running cluster.</p>"
2015-10-08 20:16:07 +02:00
},
"AddJobFlowSteps":{
"name":"AddJobFlowSteps",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddJobFlowStepsInput"},
"output":{"shape":"AddJobFlowStepsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>AddJobFlowSteps adds new steps to a running job flow. A maximum of 256 steps are allowed in each job flow.</p> <p>If your job flow is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/AddMoreThan256Steps.html\">Add More than 256 Steps to a Job Flow</a> in the <i>Amazon EMR Developer's Guide</i>.</p> <p>A step specifies the location of a JAR file stored either on the master node of the job flow or in Amazon S3. Each step is performed by the main function of the main class of the JAR file. The main class can be specified either in the manifest of the JAR or by using the MainFunction parameter of the step.</p> <p>Amazon EMR executes each step in the order listed. For a step to be considered complete, the main function must exit with a zero exit code and all Hadoop jobs started while the step was running must have completed and run successfully.</p> <p>You can only add steps to a job flow that is in one of the following states: STARTING, BOOTSTRAPPING, RUNNING, or WAITING.</p>"
2015-10-08 20:16:07 +02:00
},
"AddTags":{
"name":"AddTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"AddTagsInput"},
"output":{"shape":"AddTagsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Adds tags to 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 <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html\">Tagging Amazon EMR Resources</a>. </p>"
},
2017-02-02 09:27:08 +01:00
"CancelSteps":{
"name":"CancelSteps",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CancelStepsInput"},
"output":{"shape":"CancelStepsOutput"},
"errors":[
{"shape":"InternalServerError"},
{"shape":"InvalidRequestException"}
],
"documentation":"<p>Cancels 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 a step will be canceled, even if the request is successfully submitted. You can only cancel steps that are in a <code>PENDING</code> state.</p>"
},
"CreateSecurityConfiguration":{
"name":"CreateSecurityConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"CreateSecurityConfigurationInput"},
"output":{"shape":"CreateSecurityConfigurationOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>Creates a security configuration, which is stored in the service and can be specified when a cluster is created.</p>"
},
"DeleteSecurityConfiguration":{
"name":"DeleteSecurityConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DeleteSecurityConfigurationInput"},
"output":{"shape":"DeleteSecurityConfigurationOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
],
"documentation":"<p>Deletes a security configuration.</p>"
},
2015-10-08 20:16:07 +02:00
"DescribeCluster":{
"name":"DescribeCluster",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeClusterInput"},
"output":{"shape":"DescribeClusterOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Provides cluster-level details including status, hardware and software configuration, VPC settings, and so on. For information about the cluster steps, see <a>ListSteps</a>.</p>"
},
"DescribeJobFlows":{
"name":"DescribeJobFlows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeJobFlowsInput"},
"output":{"shape":"DescribeJobFlowsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>This API is deprecated and will eventually be removed. We recommend you use <a>ListClusters</a>, <a>DescribeCluster</a>, <a>ListSteps</a>, <a>ListInstanceGroups</a> and <a>ListBootstrapActions</a> instead.</p> <p>DescribeJobFlows returns a list of job flows that match all of the supplied parameters. The parameters can include a list of job flow IDs, job flow states, and restrictions on job flow creation date and time.</p> <p>Regardless of supplied parameters, only job flows created within the last two months are returned.</p> <p>If no parameters are supplied, then job flows matching either of the following criteria are returned:</p> <ul> <li> <p>Job flows created and completed in the last two weeks</p> </li> <li> <p> Job flows created within the last two months that are in one of the following states: <code>RUNNING</code>, <code>WAITING</code>, <code>SHUTTING_DOWN</code>, <code>STARTING</code> </p> </li> </ul> <p>Amazon EMR can return a maximum of 512 job flow descriptions.</p>",
"deprecated":true
2015-10-08 20:16:07 +02:00
},
"DescribeSecurityConfiguration":{
"name":"DescribeSecurityConfiguration",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeSecurityConfigurationInput"},
"output":{"shape":"DescribeSecurityConfigurationOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
],
"documentation":"<p>Provides the details of a security configuration by returning the configuration JSON.</p>"
},
2015-10-08 20:16:07 +02:00
"DescribeStep":{
"name":"DescribeStep",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"DescribeStepInput"},
"output":{"shape":"DescribeStepOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Provides more detail about the cluster step.</p>"
},
"ListBootstrapActions":{
"name":"ListBootstrapActions",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListBootstrapActionsInput"},
"output":{"shape":"ListBootstrapActionsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Provides information about the bootstrap actions associated with a cluster.</p>"
},
"ListClusters":{
"name":"ListClusters",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListClustersInput"},
"output":{"shape":"ListClustersOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Provides the status of all clusters visible to this AWS 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 per call, but returns a marker to track the paging of the cluster list across multiple ListClusters calls.</p>"
2015-10-08 20:16:07 +02:00
},
"ListInstanceGroups":{
"name":"ListInstanceGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListInstanceGroupsInput"},
"output":{"shape":"ListInstanceGroupsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Provides all available details about the instance groups in a cluster.</p>"
},
"ListInstances":{
"name":"ListInstances",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListInstancesInput"},
"output":{"shape":"ListInstancesOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Provides information about the cluster instances that Amazon EMR provisions on behalf of a user when it creates the cluster. For example, this operation indicates when the EC2 instances reach the Ready state, when instances become available to Amazon EMR to use for jobs, and the IP addresses for cluster instances, etc.</p>"
},
"ListSecurityConfigurations":{
"name":"ListSecurityConfigurations",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListSecurityConfigurationsInput"},
"output":{"shape":"ListSecurityConfigurationsOutput"},
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
],
"documentation":"<p>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.</p>"
2015-10-08 20:16:07 +02:00
},
"ListSteps":{
"name":"ListSteps",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ListStepsInput"},
"output":{"shape":"ListStepsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>Provides a list of steps for the cluster in reverse order unless you specify stepIds with the request.</p>"
2015-10-08 20:16:07 +02:00
},
"ModifyInstanceGroups":{
"name":"ModifyInstanceGroups",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"ModifyInstanceGroupsInput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>ModifyInstanceGroups 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.</p>"
},
2017-02-02 09:27:08 +01:00
"PutAutoScalingPolicy":{
"name":"PutAutoScalingPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"PutAutoScalingPolicyInput"},
"output":{"shape":"PutAutoScalingPolicyOutput"},
"documentation":"<p>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 EC2 instances in response to the value of a CloudWatch metric.</p>"
},
"RemoveAutoScalingPolicy":{
"name":"RemoveAutoScalingPolicy",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveAutoScalingPolicyInput"},
"output":{"shape":"RemoveAutoScalingPolicyOutput"},
"documentation":"<p>Removes an automatic scaling policy from a specified instance group within an EMR cluster.</p>"
},
2015-10-08 20:16:07 +02:00
"RemoveTags":{
"name":"RemoveTags",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RemoveTagsInput"},
"output":{"shape":"RemoveTagsOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerException"},
{"shape":"InvalidRequestException"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Removes tags from 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 <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html\">Tagging Amazon EMR Resources</a>. </p> <p>The following example removes the stack tag with value Prod from a cluster:</p>"
},
"RunJobFlow":{
"name":"RunJobFlow",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"RunJobFlowInput"},
"output":{"shape":"RunJobFlowOutput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>RunJobFlow creates and starts running a new job flow. The job flow will run the steps specified. After the job flow completes, the cluster is stopped 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 <a>JobFlowInstancesConfig</a> <code>KeepJobFlowAliveWhenNoSteps</code> parameter is set to <code>TRUE</code>, the job flow will transition to the WAITING state rather than shutting down after the steps have completed. </p> <p>For additional protection, you can set the <a>JobFlowInstancesConfig</a> <code>TerminationProtected</code> parameter to <code>TRUE</code> to lock the job flow and prevent it from being terminated by API call, user intervention, or in the event of a job flow error.</p> <p>A maximum of 256 steps are allowed in each job flow.</p> <p>If your job flow is long-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to process your data. You can bypass the 256-step limitation in various ways, including using the SSH shell to connect to the master node and submitting queries directly to the software running on the master node, such as Hive and Hadoop. For more information on how to do this, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/Management/Guide/AddMoreThan256Steps.html\">Add More than 256 Steps to a Job Flow</a> in the <i>Amazon EMR Management Guide</i>.</p> <p>For long running job flows, we recommend that you periodically store your results.</p>"
2015-10-08 20:16:07 +02:00
},
"SetTerminationProtection":{
"name":"SetTerminationProtection",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetTerminationProtectionInput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>SetTerminationProtection locks a job flow so the 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 job flow is analogous to calling the Amazon EC2 DisableAPITermination API on all of the EC2 instances in a cluster.</p> <p>SetTerminationProtection is used to prevent accidental termination of a job flow and to ensure that in the event of an error, the instances will persist so you can recover any data stored in their ephemeral instance storage.</p> <p> To terminate a job flow that has been locked by setting SetTerminationProtection to <code>true</code>, you must first unlock the job flow by a subsequent call to SetTerminationProtection in which you set the value to <code>false</code>. </p> <p> For more information, see<a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/UsingEMR_TerminationProtection.html\">Protecting a Job Flow from Termination</a> in the <i>Amazon EMR Guide.</i> </p>"
2015-10-08 20:16:07 +02:00
},
"SetVisibleToAllUsers":{
"name":"SetVisibleToAllUsers",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"SetVisibleToAllUsersInput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
"documentation":"<p>Sets whether all AWS Identity and Access Management (IAM) users under your account can access the specified job flows. This action works on running job flows. You can also set the visibility of a job flow when you launch it using the <code>VisibleToAllUsers</code> parameter of <a>RunJobFlow</a>. The SetVisibleToAllUsers action can be called only by an IAM user who created the job flow or the AWS account that owns the job flow.</p>"
},
"TerminateJobFlows":{
"name":"TerminateJobFlows",
"http":{
"method":"POST",
"requestUri":"/"
},
"input":{"shape":"TerminateJobFlowsInput"},
2015-10-08 20:16:07 +02:00
"errors":[
{"shape":"InternalServerError"}
2015-10-08 20:16:07 +02:00
],
2017-02-02 09:27:08 +01:00
"documentation":"<p>TerminateJobFlows shuts a list of job flows down. When a job flow is shut down, any step not yet completed is canceled and the EC2 instances on which the job flow is running are stopped. Any log files not already saved are uploaded to Amazon S3 if a LogUri was specified when the job flow was created.</p> <p>The maximum number of JobFlows allowed is 10. The call to TerminateJobFlows is asynchronous. Depending on the configuration of the job flow, it may take up to 1-5 minutes for the job flow to completely terminate and release allocated resources, such as Amazon EC2 instances.</p>"
2015-10-08 20:16:07 +02:00
}
},
"shapes":{
"ActionOnFailure":{
"type":"string",
"enum":[
"TERMINATE_JOB_FLOW",
"TERMINATE_CLUSTER",
"CANCEL_AND_WAIT",
"CONTINUE"
]
},
"AddInstanceGroupsInput":{
"type":"structure",
"required":[
"InstanceGroups",
"JobFlowId"
],
"members":{
"InstanceGroups":{
"shape":"InstanceGroupConfigList",
2017-02-02 09:27:08 +01:00
"documentation":"<p>Instance groups to add.</p>"
2015-10-08 20:16:07 +02:00
},
"JobFlowId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>Job flow in which to add the instance groups.</p>"
}
},
"documentation":"<p>Input to an AddInstanceGroups call.</p>"
},
"AddInstanceGroupsOutput":{
"type":"structure",
"members":{
"JobFlowId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The job flow ID in which the instance groups are added.</p>"
},
"InstanceGroupIds":{
"shape":"InstanceGroupIdsList",
"documentation":"<p>Instance group IDs of the newly created instance groups.</p>"
}
},
"documentation":"<p>Output from an AddInstanceGroups call.</p>"
},
"AddJobFlowStepsInput":{
"type":"structure",
"required":[
"JobFlowId",
"Steps"
],
"members":{
"JobFlowId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>A string that uniquely identifies the job flow. This identifier is returned by <a>RunJobFlow</a> and can also be obtained from <a>ListClusters</a>. </p>"
},
"Steps":{
"shape":"StepConfigList",
"documentation":"<p> A list of <a>StepConfig</a> to be executed by the job flow. </p>"
}
},
"documentation":"<p> The input argument to the <a>AddJobFlowSteps</a> operation. </p>"
},
"AddJobFlowStepsOutput":{
"type":"structure",
"members":{
"StepIds":{
"shape":"StepIdsList",
"documentation":"<p>The identifiers of the list of steps added to the job flow.</p>"
}
},
"documentation":"<p> The output for the <a>AddJobFlowSteps</a> operation. </p>"
},
"AddTagsInput":{
"type":"structure",
"required":[
"ResourceId",
"Tags"
],
"members":{
"ResourceId":{
"shape":"ResourceId",
"documentation":"<p>The Amazon EMR resource identifier to which tags will be added. This value must be a cluster identifier.</p>"
},
"Tags":{
"shape":"TagList",
2017-02-02 09:27:08 +01:00
"documentation":"<p>A list of tags to associate with a cluster and propagate to EC2 instances. Tags are user-defined key/value pairs that consist of a required key string with a maximum of 128 characters, and an optional value string with a maximum of 256 characters.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>This input identifies a cluster and a list of tags to attach.</p>"
2015-10-08 20:16:07 +02:00
},
"AddTagsOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>This output indicates the result of adding tags to a resource.</p>"
2015-10-08 20:16:07 +02:00
},
2017-02-02 09:27:08 +01:00
"AdjustmentType":{
"type":"string",
"enum":[
"CHANGE_IN_CAPACITY",
"PERCENT_CHANGE_IN_CAPACITY",
"EXACT_CAPACITY"
]
},
2015-10-08 20:16:07 +02:00
"Application":{
"type":"structure",
"members":{
"Name":{
"shape":"String",
"documentation":"<p>The name of the application.</p>"
},
"Version":{
"shape":"String",
"documentation":"<p>The version of the application.</p>"
},
"Args":{
"shape":"StringList",
"documentation":"<p>Arguments for Amazon EMR to pass to the application.</p>"
},
"AdditionalInfo":{
"shape":"StringMap",
"documentation":"<p>This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.</p>"
}
},
"documentation":"<p>An 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. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-mapr.html\">Launch a Job Flow on the MapR Distribution for Hadoop</a>. Currently supported values are:</p> <ul> <li> <p>\"mapr-m3\" - launch the job flow using MapR M3 Edition.</p> </li> <li> <p>\"mapr-m5\" - launch the job flow using MapR M5 Edition.</p> </li> <li> <p>\"mapr\" with the user arguments specifying \"--edition,m3\" or \"--edition,m5\" - launch the job flow using MapR M3 or M5 Edition, respectively.</p> </li> </ul> <note> <p>In Amazon EMR releases 4.0 and greater, the only accepted parameter is the application name. To pass arguments to applications, you supply a configuration for each application.</p> </note>"
2015-10-08 20:16:07 +02:00
},
"ApplicationList":{
"type":"list",
"member":{"shape":"Application"}
},
2017-02-02 09:27:08 +01:00
"AutoScalingPolicy":{
"type":"structure",
"required":[
"Constraints",
"Rules"
],
"members":{
"Constraints":{
"shape":"ScalingConstraints",
"documentation":"<p>The upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activity will not cause an instance group to grow above or below these limits.</p>"
},
"Rules":{
"shape":"ScalingRuleList",
"documentation":"<p>The scale-in and scale-out rules that comprise the automatic scaling policy.</p>"
}
},
"documentation":"<p>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 EC2 instances in response to the value of a CloudWatch metric. See <a>PutAutoScalingPolicy</a>.</p>"
},
"AutoScalingPolicyDescription":{
"type":"structure",
"members":{
"Status":{
"shape":"AutoScalingPolicyStatus",
"documentation":"<p>The status of an automatic scaling policy. </p>"
},
"Constraints":{
"shape":"ScalingConstraints",
"documentation":"<p>The upper and lower EC2 instance limits for an automatic scaling policy. Automatic scaling activity will not cause an instance group to grow above or below these limits.</p>"
},
"Rules":{
"shape":"ScalingRuleList",
"documentation":"<p>The scale-in and scale-out rules that comprise the automatic scaling policy.</p>"
}
},
"documentation":"<p>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 EC2 instances in response to the value of a CloudWatch metric. See <a>PutAutoScalingPolicy</a>.</p>"
},
"AutoScalingPolicyState":{
"type":"string",
"enum":[
"PENDING",
"ATTACHING",
"ATTACHED",
"DETACHING",
"DETACHED",
"FAILED"
]
},
"AutoScalingPolicyStateChangeReason":{
"type":"structure",
"members":{
"Code":{
"shape":"AutoScalingPolicyStateChangeReasonCode",
"documentation":"<p>The code indicating the reason for the change in status.<code>USER_REQUEST</code> indicates that the scaling policy status was changed by a user. <code>PROVISION_FAILURE</code> indicates that the status change was because the policy failed to provision. <code>CLEANUP_FAILURE</code> indicates something unclean happened.--&gt;</p>"
},
"Message":{
"shape":"String",
"documentation":"<p>A friendly, more verbose message that accompanies an automatic scaling policy state change.</p>"
}
},
"documentation":"<p>The reason for an <a>AutoScalingPolicyStatus</a> change.</p>"
},
"AutoScalingPolicyStateChangeReasonCode":{
"type":"string",
"enum":[
"USER_REQUEST",
"PROVISION_FAILURE",
"CLEANUP_FAILURE"
]
},
"AutoScalingPolicyStatus":{
"type":"structure",
"members":{
"State":{
"shape":"AutoScalingPolicyState",
"documentation":"<p></p>"
},
"StateChangeReason":{
"shape":"AutoScalingPolicyStateChangeReason",
"documentation":"<p>The reason for a change in status.</p>"
}
},
"documentation":"<p>The status of an automatic scaling policy. </p>"
},
2015-10-08 20:16:07 +02:00
"Boolean":{"type":"boolean"},
"BooleanObject":{"type":"boolean"},
2015-10-08 20:16:07 +02:00
"BootstrapActionConfig":{
"type":"structure",
"required":[
"Name",
"ScriptBootstrapAction"
],
"members":{
2017-02-02 09:27:08 +01:00
"Name":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The name of the bootstrap action.</p>"
},
"ScriptBootstrapAction":{
"shape":"ScriptBootstrapActionConfig",
"documentation":"<p>The script run by the bootstrap action.</p>"
}
},
"documentation":"<p>Configuration of a bootstrap action.</p>"
2015-10-08 20:16:07 +02:00
},
"BootstrapActionConfigList":{
"type":"list",
"member":{"shape":"BootstrapActionConfig"}
},
"BootstrapActionDetail":{
"type":"structure",
"members":{
"BootstrapActionConfig":{
"shape":"BootstrapActionConfig",
"documentation":"<p>A description of the bootstrap action.</p>"
}
},
"documentation":"<p>Reports the configuration of a bootstrap action in a job flow.</p>"
},
"BootstrapActionDetailList":{
"type":"list",
"member":{"shape":"BootstrapActionDetail"}
},
2017-02-02 09:27:08 +01:00
"CancelStepsInfo":{
"type":"structure",
"members":{
"StepId":{"shape":"StepId"},
"Status":{"shape":"CancelStepsRequestStatus"},
"Reason":{"shape":"String"}
}
},
"CancelStepsInfoList":{
"type":"list",
"member":{"shape":"CancelStepsInfo"}
},
"CancelStepsInput":{
"type":"structure",
"members":{
"ClusterId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The <code>ClusterID</code> for which specified steps will be canceled. Use <a>RunJobFlow</a> and <a>ListClusters</a> to get ClusterIDs. </p>"
},
"StepIds":{
"shape":"StepIdsList",
"documentation":"<p>The list of <code>StepIDs</code> to cancel. Use <a>ListSteps</a> to get steps and their states for the specified cluster.</p>"
}
},
"documentation":"<p>The input argument to the <a>CancelSteps</a> operation.</p>"
},
"CancelStepsOutput":{
"type":"structure",
"members":{
"CancelStepsInfoList":{
"shape":"CancelStepsInfoList",
"documentation":"<p>A list of <a>CancelStepsInfo</a>, which shows the status of specified cancel requests for each <code>StepID</code> specified.</p>"
}
},
"documentation":"<p> The output for the <a>CancelSteps</a> operation. </p>"
},
"CancelStepsRequestStatus":{
"type":"string",
"enum":[
"SUBMITTED",
"FAILED"
]
},
"CloudWatchAlarmDefinition":{
"type":"structure",
"required":[
"ComparisonOperator",
"MetricName",
"Period",
"Threshold"
],
"members":{
"ComparisonOperator":{
"shape":"ComparisonOperator",
"documentation":"<p>Determines how the metric specified by <code>MetricName</code> is compared to the value specified by <code>Threshold</code>.</p>"
},
"EvaluationPeriods":{
"shape":"Integer",
"documentation":"<p>The number of periods, expressed in seconds using <code>Period</code>, during which the alarm condition must exist before the alarm triggers automatic scaling activity. The default value is <code>1</code>.</p>"
},
"MetricName":{
"shape":"String",
"documentation":"<p>The name of the CloudWatch metric that is watched to determine an alarm condition.</p>"
},
"Namespace":{
"shape":"String",
"documentation":"<p>The namespace for the CloudWatch metric. The default is <code>AWS/ElasticMapReduce</code>.</p>"
},
"Period":{
"shape":"Integer",
"documentation":"<p>The period, in seconds, over which the statistic is applied. EMR CloudWatch metrics are emitted every five minutes (300 seconds), so if an EMR CloudWatch metric is specified, specify <code>300</code>.</p>"
},
"Statistic":{
"shape":"Statistic",
"documentation":"<p>The statistic to apply to the metric associated with the alarm. The default is <code>AVERAGE</code>.</p>"
},
"Threshold":{
"shape":"NonNegativeDouble",
"documentation":"<p>The value against which the specified statistic is compared.</p>"
},
"Unit":{
"shape":"Unit",
"documentation":"<p>The unit of measure associated with the CloudWatch metric being watched. The value specified for <code>Unit</code> must correspond to the units specified in the CloudWatch metric.</p>"
},
"Dimensions":{
"shape":"MetricDimensionList",
"documentation":"<p>A CloudWatch metric dimension.</p>"
}
},
"documentation":"<p>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.</p>"
},
2015-10-08 20:16:07 +02:00
"Cluster":{
"type":"structure",
"members":{
"Id":{
"shape":"ClusterId",
"documentation":"<p>The unique identifier for the cluster.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>The name of the cluster.</p>"
},
"Status":{
"shape":"ClusterStatus",
"documentation":"<p>The current status details about the cluster.</p>"
},
2017-02-02 09:27:08 +01:00
"Ec2InstanceAttributes":{
"shape":"Ec2InstanceAttributes",
"documentation":"<p>Provides information about the EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.</p>"
},
2015-10-08 20:16:07 +02:00
"LogUri":{
"shape":"String",
"documentation":"<p>The path to the Amazon S3 location where logs for this cluster are stored.</p>"
},
"RequestedAmiVersion":{
"shape":"String",
"documentation":"<p>The AMI version requested for this cluster.</p>"
},
"RunningAmiVersion":{
"shape":"String",
"documentation":"<p>The AMI version running on this cluster.</p>"
},
"ReleaseLabel":{
"shape":"String",
"documentation":"<p>The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel.</p>"
2015-10-08 20:16:07 +02:00
},
"AutoTerminate":{
"shape":"Boolean",
"documentation":"<p>Specifies whether the cluster should terminate after completing all steps.</p>"
},
"TerminationProtected":{
"shape":"Boolean",
"documentation":"<p>Indicates whether Amazon EMR will lock the cluster to prevent the EC2 instances from being terminated by an API call or user intervention, or in the event of a cluster error.</p>"
},
"VisibleToAllUsers":{
"shape":"Boolean",
"documentation":"<p>Indicates whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to <code>true</code>, all IAM users of that AWS account can view and manage the job flow if they have the proper policy permissions set. If this value is <code>false</code>, only the IAM user that created the cluster can view and manage it. This value can be changed using the <a>SetVisibleToAllUsers</a> action.</p>"
},
"Applications":{
"shape":"ApplicationList",
"documentation":"<p>The applications installed on this cluster.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>A list of tags associated with a cluster.</p>"
},
"ServiceRole":{
"shape":"String",
"documentation":"<p>The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.</p>"
2015-10-08 20:16:11 +02:00
},
"NormalizedInstanceHours":{
"shape":"Integer",
"documentation":"<p>An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.</p>"
},
"MasterPublicDnsName":{
"shape":"String",
"documentation":"<p>The public DNS name of the master EC2 instance.</p>"
},
"Configurations":{
"shape":"ConfigurationList",
"documentation":"<note> <p>Amazon EMR releases 4.x or later.</p> </note> <p>The list of Configurations supplied to the EMR cluster.</p>"
},
"SecurityConfiguration":{
"shape":"XmlString",
"documentation":"<p>The name of the security configuration applied to the cluster.</p>"
2017-02-02 09:27:08 +01:00
},
"AutoScalingRole":{
"shape":"XmlString",
"documentation":"<p>An IAM role for automatic scaling policies. The default role is <code>EMR_AutoScaling_DefaultRole</code>. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.</p>"
},
"ScaleDownBehavior":{
"shape":"ScaleDownBehavior",
"documentation":"<p>The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. <code>TERMINATE_AT_INSTANCE_HOUR</code> indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. <code>TERMINATE_AT_TASK_COMPLETION</code> indicates that Amazon EMR blacklists and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> is available only in Amazon EMR version 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>The detailed description of the cluster.</p>"
},
"ClusterId":{"type":"string"},
"ClusterState":{
"type":"string",
"enum":[
"STARTING",
"BOOTSTRAPPING",
"RUNNING",
"WAITING",
"TERMINATING",
"TERMINATED",
"TERMINATED_WITH_ERRORS"
]
},
"ClusterStateChangeReason":{
"type":"structure",
"members":{
"Code":{
"shape":"ClusterStateChangeReasonCode",
"documentation":"<p>The programmatic code for the state change reason.</p>"
},
"Message":{
"shape":"String",
"documentation":"<p>The descriptive message for the state change reason.</p>"
}
},
"documentation":"<p>The reason that the cluster changed to its current state.</p>"
},
"ClusterStateChangeReasonCode":{
"type":"string",
"enum":[
"INTERNAL_ERROR",
"VALIDATION_ERROR",
"INSTANCE_FAILURE",
"BOOTSTRAP_FAILURE",
"USER_REQUEST",
"STEP_FAILURE",
"ALL_STEPS_COMPLETED"
]
},
"ClusterStateList":{
"type":"list",
"member":{"shape":"ClusterState"}
},
"ClusterStatus":{
"type":"structure",
"members":{
"State":{
"shape":"ClusterState",
"documentation":"<p>The current state of the cluster.</p>"
},
"StateChangeReason":{
"shape":"ClusterStateChangeReason",
"documentation":"<p>The reason for the cluster status change.</p>"
},
"Timeline":{
"shape":"ClusterTimeline",
"documentation":"<p>A timeline that represents the status of a cluster over the lifetime of the cluster.</p>"
}
},
"documentation":"<p>The detailed status of the cluster.</p>"
},
"ClusterSummary":{
"type":"structure",
"members":{
"Id":{
"shape":"ClusterId",
"documentation":"<p>The unique identifier for the cluster.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>The name of the cluster.</p>"
},
"Status":{
"shape":"ClusterStatus",
"documentation":"<p>The details about the current status of the cluster.</p>"
2015-10-08 20:16:11 +02:00
},
"NormalizedInstanceHours":{
"shape":"Integer",
"documentation":"<p>An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented one time for every hour an m1.small instance runs. Larger instances are weighted more, so an EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>The summary description of the cluster.</p>"
},
"ClusterSummaryList":{
"type":"list",
"member":{"shape":"ClusterSummary"}
},
"ClusterTimeline":{
"type":"structure",
"members":{
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The creation date and time of the cluster.</p>"
},
"ReadyDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the cluster was ready to execute steps.</p>"
},
"EndDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the cluster was terminated.</p>"
}
},
"documentation":"<p>Represents the timeline of the cluster's lifecycle.</p>"
},
"Command":{
"type":"structure",
"members":{
"Name":{
"shape":"String",
"documentation":"<p>The name of the command.</p>"
},
"ScriptPath":{
"shape":"String",
"documentation":"<p>The Amazon S3 location of the command script.</p>"
},
"Args":{
"shape":"StringList",
"documentation":"<p>Arguments for Amazon EMR to pass to the command for execution.</p>"
}
},
"documentation":"<p>An entity describing an executable that runs on a cluster.</p>"
},
"CommandList":{
"type":"list",
"member":{"shape":"Command"}
},
2017-02-02 09:27:08 +01:00
"ComparisonOperator":{
"type":"string",
"enum":[
"GREATER_THAN_OR_EQUAL",
"GREATER_THAN",
"LESS_THAN",
"LESS_THAN_OR_EQUAL"
]
},
"Configuration":{
"type":"structure",
"members":{
"Classification":{
"shape":"String",
"documentation":"<p>The classification of a configuration. For more information see, <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/API/EmrConfigurations.html\">Amazon EMR Configurations</a>. </p>"
},
"Configurations":{
"shape":"ConfigurationList",
"documentation":"<p>A list of configurations you apply to this configuration object.</p>"
},
"Properties":{
"shape":"StringMap",
"documentation":"<p>A set of properties supplied to the Configuration object.</p>"
}
},
"documentation":"<note> <p>Amazon EMR releases 4.x or later.</p> </note> <p>Specifies a hardware and software configuration of the EMR cluster. This includes configurations for applications and software bundled with Amazon EMR. The Configuration object is a JSON object which is defined by a classification and a set of properties. Configurations can be nested, so a configuration may have its own Configuration objects listed.</p>"
},
"ConfigurationList":{
"type":"list",
"member":{"shape":"Configuration"}
},
"CreateSecurityConfigurationInput":{
"type":"structure",
"required":[
"Name",
"SecurityConfiguration"
],
"members":{
"Name":{
"shape":"XmlString",
"documentation":"<p>The name of the security configuration.</p>"
},
"SecurityConfiguration":{
"shape":"String",
"documentation":"<p>The security configuration details in JSON format.</p>"
}
}
},
"CreateSecurityConfigurationOutput":{
"type":"structure",
"required":[
"Name",
"CreationDateTime"
],
"members":{
"Name":{
"shape":"XmlString",
"documentation":"<p>The name of the security configuration.</p>"
},
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The date and time the security configuration was created.</p>"
}
}
},
2015-10-08 20:16:07 +02:00
"Date":{"type":"timestamp"},
"DeleteSecurityConfigurationInput":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{
"shape":"XmlString",
"documentation":"<p>The name of the security configuration.</p>"
}
}
},
"DeleteSecurityConfigurationOutput":{
"type":"structure",
"members":{
}
},
2015-10-08 20:16:07 +02:00
"DescribeClusterInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>The identifier of the cluster to describe.</p>"
}
},
"documentation":"<p>This input determines which cluster to describe.</p>"
},
"DescribeClusterOutput":{
"type":"structure",
"members":{
"Cluster":{
"shape":"Cluster",
"documentation":"<p>This output contains the details for the requested cluster.</p>"
}
},
"documentation":"<p>This output contains the description of the cluster.</p>"
},
"DescribeJobFlowsInput":{
"type":"structure",
"members":{
"CreatedAfter":{
"shape":"Date",
"documentation":"<p>Return only job flows created after this date and time.</p>"
},
"CreatedBefore":{
"shape":"Date",
"documentation":"<p>Return only job flows created before this date and time.</p>"
},
"JobFlowIds":{
"shape":"XmlStringList",
"documentation":"<p>Return only job flows whose job flow ID is contained in this list.</p>"
2015-10-08 20:16:07 +02:00
},
"JobFlowStates":{
"shape":"JobFlowExecutionStateList",
"documentation":"<p>Return only job flows whose state is contained in this list.</p>"
}
},
"documentation":"<p> The input for the <a>DescribeJobFlows</a> operation. </p>"
},
"DescribeJobFlowsOutput":{
"type":"structure",
"members":{
"JobFlows":{
"shape":"JobFlowDetailList",
"documentation":"<p>A list of job flows matching the parameters supplied.</p>"
}
},
"documentation":"<p> The output for the <a>DescribeJobFlows</a> operation. </p>"
},
"DescribeSecurityConfigurationInput":{
"type":"structure",
"required":["Name"],
"members":{
"Name":{
"shape":"XmlString",
"documentation":"<p>The name of the security configuration.</p>"
}
}
},
"DescribeSecurityConfigurationOutput":{
"type":"structure",
"members":{
"Name":{
"shape":"XmlString",
"documentation":"<p>The name of the security configuration.</p>"
},
"SecurityConfiguration":{
"shape":"String",
"documentation":"<p>The security configuration details in JSON format.</p>"
},
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The date and time the security configuration was created</p>"
}
}
},
2015-10-08 20:16:07 +02:00
"DescribeStepInput":{
"type":"structure",
"required":[
"ClusterId",
"StepId"
],
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>The identifier of the cluster with steps to describe.</p>"
},
"StepId":{
"shape":"StepId",
"documentation":"<p>The identifier of the step to describe.</p>"
}
},
"documentation":"<p>This input determines which step to describe.</p>"
},
"DescribeStepOutput":{
"type":"structure",
"members":{
"Step":{
"shape":"Step",
"documentation":"<p>The step details for the requested step identifier.</p>"
}
},
"documentation":"<p>This output contains the description of the cluster step.</p>"
},
"EC2InstanceIdsList":{
"type":"list",
"member":{"shape":"InstanceId"}
},
2015-10-08 20:16:07 +02:00
"EC2InstanceIdsToTerminateList":{
"type":"list",
"member":{"shape":"InstanceId"}
},
"EbsBlockDevice":{
"type":"structure",
"members":{
"VolumeSpecification":{
"shape":"VolumeSpecification",
2017-02-02 09:27:08 +01:00
"documentation":"<p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.</p>"
},
"Device":{
"shape":"String",
"documentation":"<p>The device name that is exposed to the instance, such as /dev/sdh.</p>"
}
},
"documentation":"<p>Configuration of requested EBS block device associated with the instance group.</p>"
},
"EbsBlockDeviceConfig":{
"type":"structure",
"required":["VolumeSpecification"],
"members":{
"VolumeSpecification":{
"shape":"VolumeSpecification",
2017-02-02 09:27:08 +01:00
"documentation":"<p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.</p>"
},
"VolumesPerInstance":{
"shape":"Integer",
2017-02-02 09:27:08 +01:00
"documentation":"<p>Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group</p>"
}
},
"documentation":"<p>Configuration of requested EBS block device associated with the instance group with count of volumes that will be associated to every instance.</p>"
},
"EbsBlockDeviceConfigList":{
"type":"list",
"member":{"shape":"EbsBlockDeviceConfig"}
},
"EbsBlockDeviceList":{
"type":"list",
"member":{"shape":"EbsBlockDevice"}
},
"EbsConfiguration":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"EbsBlockDeviceConfigs":{
"shape":"EbsBlockDeviceConfigList",
"documentation":"<p>An array of Amazon EBS volume specifications attached to a cluster instance.</p>"
},
"EbsOptimized":{
"shape":"BooleanObject",
"documentation":"<p>Indicates whether an Amazon EBS volume is EBS-optimized.</p>"
}
},
"documentation":"<p>The Amazon EBS configuration of a cluster instance.</p>"
},
"EbsVolume":{
"type":"structure",
"members":{
"Device":{
"shape":"String",
"documentation":"<p>The device name that is exposed to the instance, such as /dev/sdh.</p>"
},
"VolumeId":{
"shape":"String",
"documentation":"<p>The volume identifier of the EBS volume.</p>"
}
},
"documentation":"<p>EBS block device that's attached to an EC2 instance.</p>"
},
"EbsVolumeList":{
"type":"list",
"member":{"shape":"EbsVolume"}
},
2015-10-08 20:16:07 +02:00
"Ec2InstanceAttributes":{
"type":"structure",
"members":{
"Ec2KeyName":{
"shape":"String",
"documentation":"<p>The name of the Amazon EC2 key pair to use when connecting with SSH into the master node as a user named \"hadoop\".</p>"
},
"Ec2SubnetId":{
"shape":"String",
"documentation":"<p>To launch the job flow in Amazon VPC, set this parameter to the identifier of the Amazon VPC subnet where you want the job flow to launch. If you do not specify this value, the job flow is launched in the normal AWS cloud, outside of a VPC.</p> <p>Amazon VPC currently does not support cluster compute quadruple extra large (cc1.4xlarge) instances. Thus, you cannot specify the cc1.4xlarge instance type for nodes of a job flow launched in a VPC.</p>"
2015-10-08 20:16:07 +02:00
},
"Ec2AvailabilityZone":{
"shape":"String",
"documentation":"<p>The Availability Zone in which the cluster will run.</p>"
},
"IamInstanceProfile":{
"shape":"String",
"documentation":"<p>The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.</p>"
},
"EmrManagedMasterSecurityGroup":{
"shape":"String",
"documentation":"<p>The identifier of the Amazon EC2 security group for the master node.</p>"
},
"EmrManagedSlaveSecurityGroup":{
"shape":"String",
"documentation":"<p>The identifier of the Amazon EC2 security group for the slave nodes.</p>"
},
"ServiceAccessSecurityGroup":{
"shape":"String",
"documentation":"<p>The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.</p>"
},
"AdditionalMasterSecurityGroups":{
"shape":"StringList",
"documentation":"<p>A list of additional Amazon EC2 security group IDs for the master node.</p>"
},
"AdditionalSlaveSecurityGroups":{
"shape":"StringList",
"documentation":"<p>A list of additional Amazon EC2 security group IDs for the slave nodes.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>Provides information about the EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.</p>"
},
"ErrorCode":{
"type":"string",
"max":256,
"min":1
2015-10-08 20:16:07 +02:00
},
"ErrorMessage":{"type":"string"},
"FailureDetails":{
"type":"structure",
"members":{
"Reason":{
"shape":"String",
"documentation":"<p>The reason for the step failure. In the case where the service cannot successfully determine the root cause of the failure, it returns \"Unknown Error\" as a reason.</p>"
},
"Message":{
"shape":"String",
"documentation":"<p>The descriptive message including the error the EMR service has identified as the cause of step failure. This is text from an error log that describes the root cause of the failure.</p>"
},
"LogFile":{
"shape":"String",
"documentation":"<p>The path to the log file where the step failure root cause was originally recorded.</p>"
}
},
"documentation":"<p>The details of the step failure. The service attempts to detect the root cause for many common failures.</p>"
},
2015-10-08 20:16:07 +02:00
"HadoopJarStepConfig":{
"type":"structure",
"required":["Jar"],
"members":{
"Properties":{
"shape":"KeyValueList",
"documentation":"<p>A list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.</p>"
},
"Jar":{
"shape":"XmlString",
"documentation":"<p>A path to a JAR file run during the step.</p>"
},
"MainClass":{
"shape":"XmlString",
"documentation":"<p>The name of the main class in the specified Java file. If not specified, the JAR file should specify a Main-Class in its manifest file.</p>"
},
"Args":{
"shape":"XmlStringList",
"documentation":"<p>A list of command line arguments passed to the JAR file's main function when executed.</p>"
}
},
"documentation":"<p>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.</p>"
2015-10-08 20:16:07 +02:00
},
"HadoopStepConfig":{
"type":"structure",
"members":{
"Jar":{
"shape":"String",
"documentation":"<p>The path to the JAR file that runs during the step.</p>"
},
"Properties":{
"shape":"StringMap",
"documentation":"<p>The list of Java properties that are set when the step runs. You can use these properties to pass key value pairs to your main function.</p>"
},
"MainClass":{
"shape":"String",
"documentation":"<p>The name of the main class in the specified Java file. If not specified, the JAR file should specify a main class in its manifest file.</p>"
},
"Args":{
"shape":"StringList",
"documentation":"<p>The list of command line arguments to pass to the JAR file's main function for execution.</p>"
}
},
"documentation":"<p>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.</p>"
2015-10-08 20:16:07 +02:00
},
"Instance":{
"type":"structure",
"members":{
"Id":{
"shape":"InstanceId",
"documentation":"<p>The unique identifier for the instance in Amazon EMR.</p>"
},
"Ec2InstanceId":{
"shape":"InstanceId",
"documentation":"<p>The unique identifier of the instance in Amazon EC2.</p>"
},
"PublicDnsName":{
"shape":"String",
"documentation":"<p>The public DNS name of the instance.</p>"
},
"PublicIpAddress":{
"shape":"String",
"documentation":"<p>The public IP address of the instance.</p>"
},
"PrivateDnsName":{
"shape":"String",
"documentation":"<p>The private DNS name of the instance.</p>"
},
"PrivateIpAddress":{
"shape":"String",
"documentation":"<p>The private IP address of the instance.</p>"
},
"Status":{
"shape":"InstanceStatus",
"documentation":"<p>The current status of the instance.</p>"
},
"InstanceGroupId":{
"shape":"String",
"documentation":"<p>The identifier of the instance group to which this instance belongs.</p>"
},
"EbsVolumes":{
"shape":"EbsVolumeList",
"documentation":"<p>The list of EBS volumes that are attached to this instance.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>Represents an EC2 instance provisioned as part of cluster.</p>"
},
"InstanceGroup":{
"type":"structure",
"members":{
"Id":{
"shape":"InstanceGroupId",
"documentation":"<p>The identifier of the instance group.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>The name of the instance group.</p>"
},
"Market":{
"shape":"MarketType",
"documentation":"<p>The marketplace to provision instances for this group. Valid values are ON_DEMAND or SPOT.</p>"
},
"InstanceGroupType":{
"shape":"InstanceGroupType",
"documentation":"<p>The type of the instance group. Valid values are MASTER, CORE or TASK.</p>"
},
"BidPrice":{
"shape":"String",
"documentation":"<p>The bid price for each EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.</p>"
},
"InstanceType":{
"shape":"InstanceType",
"documentation":"<p>The EC2 instance type for all instances in the instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"RequestedInstanceCount":{
"shape":"Integer",
"documentation":"<p>The target number of instances for the instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"RunningInstanceCount":{
"shape":"Integer",
"documentation":"<p>The number of instances currently running in this instance group.</p>"
},
"Status":{
"shape":"InstanceGroupStatus",
"documentation":"<p>The current status of the instance group.</p>"
},
"Configurations":{
"shape":"ConfigurationList",
"documentation":"<note> <p>Amazon EMR releases 4.x or later.</p> </note> <p>The list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).</p>"
},
"EbsBlockDevices":{
"shape":"EbsBlockDeviceList",
"documentation":"<p>The EBS block devices that are mapped to this instance group.</p>"
},
"EbsOptimized":{
"shape":"BooleanObject",
"documentation":"<p>If the instance group is EBS-optimized. An Amazon EBS-optimized instance uses an optimized configuration stack and provides additional, dedicated capacity for Amazon EBS I/O.</p>"
},
"ShrinkPolicy":{
"shape":"ShrinkPolicy",
"documentation":"<p>Policy for customizing shrink operations.</p>"
2017-02-02 09:27:08 +01:00
},
"AutoScalingPolicy":{
"shape":"AutoScalingPolicyDescription",
"documentation":"<p>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 EC2 instances in response to the value of a CloudWatch metric. See PutAutoScalingPolicy.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>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.</p>"
},
"InstanceGroupConfig":{
"type":"structure",
"required":[
"InstanceRole",
"InstanceType",
"InstanceCount"
],
"members":{
"Name":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>Friendly name given to the instance group.</p>"
},
"Market":{
"shape":"MarketType",
2017-02-02 09:27:08 +01:00
"documentation":"<p>Market type of the EC2 instances used to create a cluster node.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceRole":{
"shape":"InstanceRoleType",
"documentation":"<p>The role of the instance group in the cluster.</p>"
},
"BidPrice":{
"shape":"XmlStringMaxLen256",
2017-02-02 09:27:08 +01:00
"documentation":"<p>Bid price for each EC2 instance in the instance group when launching nodes as Spot Instances, expressed in USD.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceType":{
"shape":"InstanceType",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The EC2 instance type for all instances in the instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceCount":{
"shape":"Integer",
"documentation":"<p>Target number of instances for the instance group.</p>"
},
"Configurations":{
"shape":"ConfigurationList",
"documentation":"<note> <p>Amazon EMR releases 4.x or later.</p> </note> <p>The list of configurations supplied for an EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).</p>"
},
"EbsConfiguration":{
"shape":"EbsConfiguration",
2017-02-02 09:27:08 +01:00
"documentation":"<p>EBS configurations that will be attached to each EC2 instance in the instance group.</p>"
},
"AutoScalingPolicy":{
"shape":"AutoScalingPolicy",
"documentation":"<p>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 EC2 instances in response to the value of a CloudWatch metric. See <a>PutAutoScalingPolicy</a>.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>Configuration defining a new instance group.</p>"
},
"InstanceGroupConfigList":{
"type":"list",
"member":{"shape":"InstanceGroupConfig"}
},
"InstanceGroupDetail":{
"type":"structure",
"required":[
"Market",
"InstanceRole",
"InstanceType",
"InstanceRequestCount",
"InstanceRunningCount",
"State",
"CreationDateTime"
],
"members":{
"InstanceGroupId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>Unique identifier for the instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"Name":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>Friendly name for the instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"Market":{
"shape":"MarketType",
2017-02-02 09:27:08 +01:00
"documentation":"<p>Market type of the EC2 instances used to create a cluster node.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceRole":{
"shape":"InstanceRoleType",
"documentation":"<p>Instance group role in the cluster</p>"
2015-10-08 20:16:07 +02:00
},
"BidPrice":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>Bid price for EC2 Instances when launching nodes as Spot Instances, expressed in USD.</p>"
},
"InstanceType":{
"shape":"InstanceType",
2017-02-02 09:27:08 +01:00
"documentation":"<p>EC2 instance type.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceRequestCount":{
"shape":"Integer",
"documentation":"<p>Target number of instances to run in the instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceRunningCount":{
"shape":"Integer",
"documentation":"<p>Actual count of running instances.</p>"
2015-10-08 20:16:07 +02:00
},
"State":{
"shape":"InstanceGroupState",
"documentation":"<p>State of instance group. The following values are deprecated: STARTING, TERMINATED, and FAILED.</p>"
},
"LastStateChangeReason":{
"shape":"XmlString",
"documentation":"<p>Details regarding the state of the instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The date/time the instance group was created.</p>"
2015-10-08 20:16:07 +02:00
},
"StartDateTime":{
"shape":"Date",
"documentation":"<p>The date/time the instance group was started.</p>"
},
"ReadyDateTime":{
"shape":"Date",
"documentation":"<p>The date/time the instance group was available to the cluster.</p>"
2015-10-08 20:16:07 +02:00
},
"EndDateTime":{
"shape":"Date",
"documentation":"<p>The date/time the instance group was terminated.</p>"
}
},
"documentation":"<p>Detailed information about an instance group.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceGroupDetailList":{
"type":"list",
"member":{"shape":"InstanceGroupDetail"}
},
"InstanceGroupId":{"type":"string"},
"InstanceGroupIdsList":{
"type":"list",
"member":{"shape":"XmlStringMaxLen256"}
},
"InstanceGroupList":{
"type":"list",
"member":{"shape":"InstanceGroup"}
},
"InstanceGroupModifyConfig":{
"type":"structure",
"required":["InstanceGroupId"],
"members":{
"InstanceGroupId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>Unique ID of the instance group to expand or shrink.</p>"
},
"InstanceCount":{
"shape":"Integer",
"documentation":"<p>Target size for the instance group.</p>"
},
"EC2InstanceIdsToTerminate":{
"shape":"EC2InstanceIdsToTerminateList",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size.</p>"
},
"ShrinkPolicy":{
"shape":"ShrinkPolicy",
"documentation":"<p>Policy for customizing shrink operations.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>Modify an instance group size.</p>"
},
"InstanceGroupModifyConfigList":{
"type":"list",
"member":{"shape":"InstanceGroupModifyConfig"}
},
"InstanceGroupState":{
"type":"string",
"enum":[
"PROVISIONING",
"BOOTSTRAPPING",
"RUNNING",
"RESIZING",
"SUSPENDED",
"TERMINATING",
"TERMINATED",
"ARRESTED",
"SHUTTING_DOWN",
"ENDED"
]
},
"InstanceGroupStateChangeReason":{
"type":"structure",
"members":{
"Code":{
"shape":"InstanceGroupStateChangeReasonCode",
"documentation":"<p>The programmable code for the state change reason.</p>"
},
"Message":{
"shape":"String",
"documentation":"<p>The status change reason description.</p>"
}
},
"documentation":"<p>The status change reason details for the instance group.</p>"
},
"InstanceGroupStateChangeReasonCode":{
"type":"string",
"enum":[
"INTERNAL_ERROR",
"VALIDATION_ERROR",
"INSTANCE_FAILURE",
"CLUSTER_TERMINATED"
]
},
"InstanceGroupStatus":{
"type":"structure",
"members":{
"State":{
"shape":"InstanceGroupState",
"documentation":"<p>The current state of the instance group.</p>"
},
"StateChangeReason":{
"shape":"InstanceGroupStateChangeReason",
"documentation":"<p>The status change reason details for the instance group.</p>"
},
"Timeline":{
"shape":"InstanceGroupTimeline",
"documentation":"<p>The timeline of the instance group status over time.</p>"
}
},
"documentation":"<p>The details of the instance group status.</p>"
},
"InstanceGroupTimeline":{
"type":"structure",
"members":{
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The creation date and time of the instance group.</p>"
},
"ReadyDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the instance group became ready to perform tasks.</p>"
},
"EndDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the instance group terminated.</p>"
}
},
"documentation":"<p>The timeline of the instance group lifecycle.</p>"
},
"InstanceGroupType":{
"type":"string",
"enum":[
"MASTER",
"CORE",
"TASK"
]
},
"InstanceGroupTypeList":{
"type":"list",
"member":{"shape":"InstanceGroupType"}
},
"InstanceId":{"type":"string"},
"InstanceList":{
"type":"list",
"member":{"shape":"Instance"}
},
"InstanceResizePolicy":{
"type":"structure",
"members":{
"InstancesToTerminate":{
"shape":"EC2InstanceIdsList",
"documentation":"<p>Specific list of instances to be terminated when shrinking an instance group.</p>"
},
"InstancesToProtect":{
"shape":"EC2InstanceIdsList",
"documentation":"<p>Specific list of instances to be protected when shrinking an instance group.</p>"
},
"InstanceTerminationTimeout":{
"shape":"Integer",
"documentation":"<p>Decommissioning timeout override for the specific list of instances to be terminated.</p>"
}
},
"documentation":"<p>Custom policy for requesting termination protection or termination of specific instances when shrinking an instance group.</p>"
},
2015-10-08 20:16:07 +02:00
"InstanceRoleType":{
"type":"string",
"enum":[
"MASTER",
"CORE",
"TASK"
]
},
"InstanceState":{
"type":"string",
"enum":[
"AWAITING_FULFILLMENT",
"PROVISIONING",
"BOOTSTRAPPING",
"RUNNING",
"TERMINATED"
]
},
"InstanceStateChangeReason":{
"type":"structure",
"members":{
"Code":{
"shape":"InstanceStateChangeReasonCode",
"documentation":"<p>The programmable code for the state change reason.</p>"
},
"Message":{
"shape":"String",
"documentation":"<p>The status change reason description.</p>"
}
},
"documentation":"<p>The details of the status change reason for the instance.</p>"
},
"InstanceStateChangeReasonCode":{
"type":"string",
"enum":[
"INTERNAL_ERROR",
"VALIDATION_ERROR",
"INSTANCE_FAILURE",
"BOOTSTRAP_FAILURE",
"CLUSTER_TERMINATED"
]
},
"InstanceStateList":{
"type":"list",
"member":{"shape":"InstanceState"}
},
2015-10-08 20:16:07 +02:00
"InstanceStatus":{
"type":"structure",
"members":{
"State":{
"shape":"InstanceState",
"documentation":"<p>The current state of the instance.</p>"
},
"StateChangeReason":{
"shape":"InstanceStateChangeReason",
"documentation":"<p>The details of the status change reason for the instance.</p>"
},
"Timeline":{
"shape":"InstanceTimeline",
"documentation":"<p>The timeline of the instance status over time.</p>"
}
},
"documentation":"<p>The instance status details.</p>"
},
"InstanceTimeline":{
"type":"structure",
"members":{
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The creation date and time of the instance.</p>"
},
"ReadyDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the instance was ready to perform tasks.</p>"
},
"EndDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the instance was terminated.</p>"
}
},
"documentation":"<p>The timeline of the instance lifecycle.</p>"
},
"InstanceType":{
"type":"string",
"max":256,
"min":1,
2015-10-08 20:16:07 +02:00
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"Integer":{"type":"integer"},
"InternalServerError":{
"type":"structure",
"members":{
},
"documentation":"<p>Indicates that an error occurred while processing the request and that the request was not completed.</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"InternalServerException":{
"type":"structure",
"members":{
"Message":{
"shape":"ErrorMessage",
"documentation":"<p>The message associated with the exception.</p>"
}
},
"documentation":"<p>This exception occurs when there is an internal failure in the EMR service.</p>",
2015-10-08 20:16:07 +02:00
"exception":true,
"fault":true
2015-10-08 20:16:07 +02:00
},
"InvalidRequestException":{
"type":"structure",
"members":{
"ErrorCode":{
"shape":"ErrorCode",
"documentation":"<p>The error code associated with the exception.</p>"
},
"Message":{
"shape":"ErrorMessage",
"documentation":"<p>The message associated with the exception.</p>"
}
},
"documentation":"<p>This exception occurs when there is something wrong with user input.</p>",
"exception":true
2015-10-08 20:16:07 +02:00
},
"JobFlowDetail":{
"type":"structure",
"required":[
"JobFlowId",
"Name",
"ExecutionStatusDetail",
"Instances"
],
"members":{
"JobFlowId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The job flow identifier.</p>"
},
"Name":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The name of the job flow.</p>"
},
"LogUri":{
"shape":"XmlString",
"documentation":"<p>The location in Amazon S3 where log files for the job are stored.</p>"
2015-10-08 20:16:07 +02:00
},
"AmiVersion":{
"shape":"XmlStringMaxLen256",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The version of the AMI used to initialize Amazon EC2 instances in the job flow. For a list of AMI versions currently supported by Amazon EMR, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/EnvironmentConfig_AMIVersion.html#ami-versions-supported\">AMI Versions Supported in EMR</a> in the <i>Amazon EMR Developer Guide.</i> </p>"
2015-10-08 20:16:07 +02:00
},
"ExecutionStatusDetail":{
"shape":"JobFlowExecutionStatusDetail",
"documentation":"<p>Describes the execution status of the job flow.</p>"
},
"Instances":{
"shape":"JobFlowInstancesDetail",
"documentation":"<p>Describes the Amazon EC2 instances of the job flow.</p>"
},
"Steps":{
"shape":"StepDetailList",
"documentation":"<p>A list of steps run by the job flow.</p>"
},
"BootstrapActions":{
"shape":"BootstrapActionDetailList",
"documentation":"<p>A list of the bootstrap actions run by the job flow.</p>"
},
"SupportedProducts":{
"shape":"SupportedProductsList",
"documentation":"<p>A list of strings set by third party software when the job flow is launched. If you are not using third party software to manage the job flow this value is empty.</p>"
},
"VisibleToAllUsers":{
"shape":"Boolean",
"documentation":"<p>Specifies whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to <code>true</code>, all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the job flow. If it is set to <code>false</code>, only the IAM user that created the job flow can view and manage it. This value can be changed using the <a>SetVisibleToAllUsers</a> action.</p>"
},
"JobFlowRole":{
"shape":"XmlString",
"documentation":"<p>The IAM role that was specified when the job flow was launched. The EC2 instances of the job flow assume this role.</p>"
},
"ServiceRole":{
"shape":"XmlString",
"documentation":"<p>The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.</p>"
2017-02-02 09:27:08 +01:00
},
"AutoScalingRole":{
"shape":"XmlString",
"documentation":"<p>An IAM role for automatic scaling policies. The default role is <code>EMR_AutoScaling_DefaultRole</code>. The IAM role provides a way for the automatic scaling feature to get the required permissions it needs to launch and terminate EC2 instances in an instance group.</p>"
},
"ScaleDownBehavior":{
"shape":"ScaleDownBehavior",
"documentation":"<p>The way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. <code>TERMINATE_AT_INSTANCE_HOUR</code> indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. <code>TERMINATE_AT_TASK_COMPLETION</code> indicates that Amazon EMR blacklists and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> available only in Amazon EMR version 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>A description of a job flow.</p>"
2015-10-08 20:16:07 +02:00
},
"JobFlowDetailList":{
"type":"list",
"member":{"shape":"JobFlowDetail"}
},
"JobFlowExecutionState":{
"type":"string",
"documentation":"<p>The type of instance.</p>",
2015-10-08 20:16:07 +02:00
"enum":[
"STARTING",
"BOOTSTRAPPING",
"RUNNING",
"WAITING",
"SHUTTING_DOWN",
"TERMINATED",
"COMPLETED",
"FAILED"
]
2015-10-08 20:16:07 +02:00
},
"JobFlowExecutionStateList":{
"type":"list",
"member":{"shape":"JobFlowExecutionState"}
},
"JobFlowExecutionStatusDetail":{
"type":"structure",
"required":[
"State",
"CreationDateTime"
],
"members":{
"State":{
"shape":"JobFlowExecutionState",
"documentation":"<p>The state of the job flow.</p>"
},
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The creation date and time of the job flow.</p>"
},
"StartDateTime":{
"shape":"Date",
"documentation":"<p>The start date and time of the job flow.</p>"
},
"ReadyDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the job flow was ready to start running bootstrap actions.</p>"
},
"EndDateTime":{
"shape":"Date",
"documentation":"<p>The completion date and time of the job flow.</p>"
},
"LastStateChangeReason":{
"shape":"XmlString",
"documentation":"<p>Description of the job flow last changed state.</p>"
}
},
"documentation":"<p>Describes the status of the job flow.</p>"
},
"JobFlowInstancesConfig":{
"type":"structure",
"members":{
"MasterInstanceType":{
"shape":"InstanceType",
"documentation":"<p>The EC2 instance type of the master node.</p>"
},
"SlaveInstanceType":{
"shape":"InstanceType",
"documentation":"<p>The EC2 instance type of the slave nodes.</p>"
},
"InstanceCount":{
"shape":"Integer",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The number of EC2 instances used to execute the job flow.</p>"
2015-10-08 20:16:07 +02:00
},
"InstanceGroups":{
"shape":"InstanceGroupConfigList",
"documentation":"<p>Configuration for the job flow's instance groups.</p>"
},
"Ec2KeyName":{
"shape":"XmlStringMaxLen256",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The name of the EC2 key pair that can be used to ssh to the master node as the user called \"hadoop.\"</p>"
2015-10-08 20:16:07 +02:00
},
"Placement":{
"shape":"PlacementType",
"documentation":"<p>The Availability Zone the job flow will run in.</p>"
},
"KeepJobFlowAliveWhenNoSteps":{
"shape":"Boolean",
"documentation":"<p>Specifies whether the job flow should be kept alive after completing all steps.</p>"
2015-10-08 20:16:07 +02:00
},
"TerminationProtected":{
"shape":"Boolean",
"documentation":"<p>Specifies whether to lock the job flow to prevent the Amazon EC2 instances from being terminated by API call, user intervention, or in the event of a job flow error.</p>"
},
"HadoopVersion":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The Hadoop version for the job flow. Valid inputs are \"0.18\" (deprecated), \"0.20\" (deprecated), \"0.20.205\" (deprecated), \"1.0.3\", \"2.2.0\", or \"2.4.0\". If you do not set this value, the default of 0.18 is used, unless the AmiVersion parameter is set in the RunJobFlow call, in which case the default version of Hadoop for that AMI version is used.</p>"
2015-10-08 20:16:07 +02:00
},
"Ec2SubnetId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>To launch the job flow in Amazon Virtual Private Cloud (Amazon VPC), set this parameter to the identifier of the Amazon VPC subnet where you want the job flow to launch. If you do not specify this value, the job flow is launched in the normal Amazon Web Services cloud, outside of an Amazon VPC.</p> <p>Amazon VPC currently does not support cluster compute quadruple extra large (cc1.4xlarge) instances. Thus you cannot specify the cc1.4xlarge instance type for nodes of a job flow launched in a Amazon VPC.</p>"
},
"EmrManagedMasterSecurityGroup":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The identifier of the Amazon EC2 security group for the master node.</p>"
},
"EmrManagedSlaveSecurityGroup":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The identifier of the Amazon EC2 security group for the slave nodes.</p>"
},
"ServiceAccessSecurityGroup":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.</p>"
},
"AdditionalMasterSecurityGroups":{
"shape":"SecurityGroupsList",
"documentation":"<p>A list of additional Amazon EC2 security group IDs for the master node.</p>"
},
"AdditionalSlaveSecurityGroups":{
"shape":"SecurityGroupsList",
"documentation":"<p>A list of additional Amazon EC2 security group IDs for the slave nodes.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>A description of the Amazon EC2 instance running the job flow. A valid JobFlowInstancesConfig must contain at least InstanceGroups, which is the recommended configuration. However, a valid alternative is to have MasterInstanceType, SlaveInstanceType, and InstanceCount (all three must be present).</p>"
},
"JobFlowInstancesDetail":{
"type":"structure",
"required":[
"MasterInstanceType",
"SlaveInstanceType",
"InstanceCount"
],
"members":{
"MasterInstanceType":{
"shape":"InstanceType",
"documentation":"<p>The Amazon EC2 master node instance type.</p>"
},
"MasterPublicDnsName":{
"shape":"XmlString",
"documentation":"<p>The DNS name of the master node.</p>"
},
"MasterInstanceId":{
"shape":"XmlString",
"documentation":"<p>The Amazon EC2 instance identifier of the master node.</p>"
},
"SlaveInstanceType":{
"shape":"InstanceType",
"documentation":"<p>The Amazon EC2 slave node instance type.</p>"
},
"InstanceCount":{
"shape":"Integer",
"documentation":"<p>The number of Amazon EC2 instances in the cluster. If the value is 1, the same instance serves as both the master and slave node. If the value is greater than 1, one instance is the master node and all others are slave nodes.</p>"
},
"InstanceGroups":{
"shape":"InstanceGroupDetailList",
"documentation":"<p>Details about the job flow's instance groups.</p>"
2015-10-08 20:16:07 +02:00
},
"NormalizedInstanceHours":{
"shape":"Integer",
2017-02-02 09:27:08 +01:00
"documentation":"<p>An approximation of the cost of the job flow, represented in m1.small/hours. This value is incremented one time for every hour that an m1.small runs. Larger instances are weighted more, so an Amazon EC2 instance that is roughly four times more expensive would result in the normalized instance hours being incremented by four. This result is only an approximation and does not reflect the actual billing rate.</p>"
2015-10-08 20:16:07 +02:00
},
"Ec2KeyName":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The name of an Amazon EC2 key pair that can be used to ssh to the master node of job flow.</p>"
},
"Ec2SubnetId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>For job flows launched within Amazon Virtual Private Cloud, this value specifies the identifier of the subnet where the job flow was launched.</p>"
},
"Placement":{
"shape":"PlacementType",
"documentation":"<p>The Amazon EC2 Availability Zone for the job flow.</p>"
},
"KeepJobFlowAliveWhenNoSteps":{
"shape":"Boolean",
"documentation":"<p>Specifies whether the job flow should terminate after completing all steps.</p>"
},
"TerminationProtected":{
"shape":"Boolean",
"documentation":"<p>Specifies whether the Amazon EC2 instances in the cluster are protected from termination by API calls, user intervention, or in the event of a job flow error.</p>"
2015-10-08 20:16:07 +02:00
},
"HadoopVersion":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The Hadoop version for the job flow.</p>"
}
},
"documentation":"<p>Specify the type of Amazon EC2 instances to run the job flow on.</p>"
},
"KeyValue":{
"type":"structure",
"members":{
"Key":{
"shape":"XmlString",
"documentation":"<p>The unique identifier of a key value pair.</p>"
},
"Value":{
"shape":"XmlString",
"documentation":"<p>The value part of the identified key.</p>"
}
},
"documentation":"<p>A key value pair.</p>"
},
"KeyValueList":{
"type":"list",
"member":{"shape":"KeyValue"}
},
"ListBootstrapActionsInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{
"shape":"ClusterId",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The cluster identifier for the bootstrap actions to list.</p>"
2015-10-08 20:16:07 +02:00
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>This input determines which bootstrap actions to retrieve.</p>"
},
"ListBootstrapActionsOutput":{
"type":"structure",
"members":{
"BootstrapActions":{
"shape":"CommandList",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The bootstrap actions associated with the cluster.</p>"
2015-10-08 20:16:07 +02:00
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
2015-10-08 20:16:07 +02:00
}
},
2017-02-02 09:27:08 +01:00
"documentation":"<p>This output contains the bootstrap actions detail.</p>"
2015-10-08 20:16:07 +02:00
},
"ListClustersInput":{
"type":"structure",
"members":{
"CreatedAfter":{
"shape":"Date",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The creation date and time beginning value filter for listing clusters.</p>"
2015-10-08 20:16:07 +02:00
},
"CreatedBefore":{
"shape":"Date",
2017-02-02 09:27:08 +01:00
"documentation":"<p>The creation date and time end value filter for listing clusters.</p>"
2015-10-08 20:16:07 +02:00
},
"ClusterStates":{
"shape":"ClusterStateList",
"documentation":"<p>The cluster state filters to apply when listing clusters.</p>"
2015-10-08 20:16:07 +02:00
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>This input determines how the ListClusters action filters the list of clusters that it returns.</p>"
},
"ListClustersOutput":{
"type":"structure",
"members":{
"Clusters":{
"shape":"ClusterSummaryList",
"documentation":"<p>The list of clusters for the account based on the given filters.</p>"
2015-10-08 20:16:07 +02:00
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>This contains a ClusterSummaryList with the cluster details; for example, the cluster IDs, names, and status.</p>"
},
"ListInstanceGroupsInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>The identifier of the cluster for which to list the instance groups.</p>"
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
}
},
"documentation":"<p>This input determines which instance groups to retrieve.</p>"
},
"ListInstanceGroupsOutput":{
"type":"structure",
"members":{
"InstanceGroups":{
"shape":"InstanceGroupList",
"documentation":"<p>The list of instance groups for the cluster and given filters.</p>"
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
}
},
"documentation":"<p>This input determines which instance groups to retrieve.</p>"
},
"ListInstancesInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>The identifier of the cluster for which to list the instances.</p>"
},
"InstanceGroupId":{
"shape":"InstanceGroupId",
"documentation":"<p>The identifier of the instance group for which to list the instances.</p>"
},
"InstanceGroupTypes":{
"shape":"InstanceGroupTypeList",
"documentation":"<p>The type of instance group for which to list the instances.</p>"
},
"InstanceStates":{
"shape":"InstanceStateList",
"documentation":"<p>A list of instance states that will filter the instances returned with this request.</p>"
},
2015-10-08 20:16:07 +02:00
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
}
},
"documentation":"<p>This input determines which instances to list.</p>"
},
"ListInstancesOutput":{
"type":"structure",
"members":{
"Instances":{
"shape":"InstanceList",
"documentation":"<p>The list of instances for the cluster and given filters.</p>"
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
}
},
"documentation":"<p>This output contains the list of instances.</p>"
},
"ListSecurityConfigurationsInput":{
"type":"structure",
"members":{
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the set of results to retrieve.</p>"
}
}
},
"ListSecurityConfigurationsOutput":{
"type":"structure",
"members":{
"SecurityConfigurations":{
"shape":"SecurityConfigurationList",
"documentation":"<p>The creation date and time, and name, of each security configuration.</p>"
},
"Marker":{
"shape":"Marker",
"documentation":"<p>A pagination token that indicates the next set of results to retrieve. Include the marker in the next ListSecurityConfiguration call to retrieve the next page of results, if required.</p>"
}
}
},
2015-10-08 20:16:07 +02:00
"ListStepsInput":{
"type":"structure",
"required":["ClusterId"],
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>The identifier of the cluster for which to list the steps.</p>"
},
"StepStates":{
"shape":"StepStateList",
"documentation":"<p>The filter to limit the step list based on certain states.</p>"
},
2015-10-08 20:16:11 +02:00
"StepIds":{
"shape":"XmlStringList",
"documentation":"<p>The filter to limit the step list based on the identifier of the steps.</p>"
},
2015-10-08 20:16:07 +02:00
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
}
},
"documentation":"<p>This input determines which steps to list.</p>"
},
"ListStepsOutput":{
"type":"structure",
"members":{
"Steps":{
"shape":"StepSummaryList",
"documentation":"<p>The filtered list of steps for the cluster.</p>"
},
"Marker":{
"shape":"Marker",
"documentation":"<p>The pagination token that indicates the next set of results to retrieve.</p>"
}
},
"documentation":"<p>This output contains the list of steps returned in reverse order. This means that the last step is the first element in the list.</p>"
2015-10-08 20:16:07 +02:00
},
"Marker":{"type":"string"},
"MarketType":{
"type":"string",
"enum":[
"ON_DEMAND",
"SPOT"
]
},
2017-02-02 09:27:08 +01:00
"MetricDimension":{
"type":"structure",
"members":{
"Key":{
"shape":"String",
"documentation":"<p>The dimension name.</p>"
},
"Value":{
"shape":"String",
"documentation":"<p>The dimension value.</p>"
}
},
"documentation":"<p>A CloudWatch dimension, which is specified using a <code>Key</code> (known as a <code>Name</code> in CloudWatch), Value pair. By default, Amazon EMR uses one dimension whose <code>Key</code> is <code>JobFlowID</code> and <code>Value</code> is a variable representing the cluster ID, which is <code>${emr:cluster_id}</code>. This enables the rule to bootstrap when the cluster ID becomes available, and also enables a single automatic scaling policy to be reused for multiple clusters and instance groups.</p>"
},
"MetricDimensionList":{
"type":"list",
"member":{"shape":"MetricDimension"}
},
2015-10-08 20:16:07 +02:00
"ModifyInstanceGroupsInput":{
"type":"structure",
"members":{
2017-02-02 09:27:08 +01:00
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>The ID of the cluster to which the instance group belongs.</p>"
},
2015-10-08 20:16:07 +02:00
"InstanceGroups":{
"shape":"InstanceGroupModifyConfigList",
"documentation":"<p>Instance groups to change.</p>"
}
},
"documentation":"<p>Change the size of some instance groups.</p>"
},
"NewSupportedProductsList":{
"type":"list",
"member":{"shape":"SupportedProductConfig"}
},
2017-02-02 09:27:08 +01:00
"NonNegativeDouble":{
"type":"double",
"min":0.0
},
2015-10-08 20:16:07 +02:00
"PlacementType":{
"type":"structure",
"required":["AvailabilityZone"],
"members":{
"AvailabilityZone":{
"shape":"XmlString",
"documentation":"<p>The Amazon EC2 Availability Zone for the job flow.</p>"
}
},
"documentation":"<p>The Amazon EC2 location for the job flow.</p>"
},
2017-02-02 09:27:08 +01:00
"PutAutoScalingPolicyInput":{
"type":"structure",
"required":[
"ClusterId",
"InstanceGroupId",
"AutoScalingPolicy"
],
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.</p>"
},
"InstanceGroupId":{
"shape":"InstanceGroupId",
"documentation":"<p>Specifies the ID of the instance group to which the automatic scaling policy is applied.</p>"
},
"AutoScalingPolicy":{
"shape":"AutoScalingPolicy",
"documentation":"<p>Specifies the definition of the automatic scaling policy.</p>"
}
}
},
"PutAutoScalingPolicyOutput":{
"type":"structure",
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.</p>"
},
"InstanceGroupId":{
"shape":"InstanceGroupId",
"documentation":"<p>Specifies the ID of the instance group to which the scaling policy is applied.</p>"
},
"AutoScalingPolicy":{
"shape":"AutoScalingPolicyDescription",
"documentation":"<p>The automatic scaling policy definition.</p>"
}
}
},
"RemoveAutoScalingPolicyInput":{
"type":"structure",
"required":[
"ClusterId",
"InstanceGroupId"
],
"members":{
"ClusterId":{
"shape":"ClusterId",
"documentation":"<p>Specifies the ID of a cluster. The instance group to which the automatic scaling policy is applied is within this cluster.</p>"
},
"InstanceGroupId":{
"shape":"InstanceGroupId",
"documentation":"<p>Specifies the ID of the instance group to which the scaling policy is applied.</p>"
}
}
},
"RemoveAutoScalingPolicyOutput":{
"type":"structure",
"members":{
}
},
2015-10-08 20:16:07 +02:00
"RemoveTagsInput":{
"type":"structure",
"required":[
"ResourceId",
"TagKeys"
],
"members":{
"ResourceId":{
"shape":"ResourceId",
"documentation":"<p>The Amazon EMR resource identifier from which tags will be removed. This value must be a cluster identifier.</p>"
},
"TagKeys":{
"shape":"StringList",
"documentation":"<p>A list of tag keys to remove from a resource.</p>"
}
},
"documentation":"<p>This input identifies a cluster and a list of tags to remove.</p>"
2015-10-08 20:16:07 +02:00
},
"RemoveTagsOutput":{
"type":"structure",
"members":{
},
"documentation":"<p>This output indicates the result of removing tags from a resource.</p>"
2015-10-08 20:16:07 +02:00
},
"ResourceId":{"type":"string"},
"RunJobFlowInput":{
"type":"structure",
"required":[
"Name",
"Instances"
],
"members":{
"Name":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The name of the job flow.</p>"
},
"LogUri":{
"shape":"XmlString",
"documentation":"<p>The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.</p>"
},
"AdditionalInfo":{
"shape":"XmlString",
"documentation":"<p>A JSON string for selecting additional features.</p>"
},
"AmiVersion":{
"shape":"XmlStringMaxLen256",
2017-02-02 09:27:08 +01:00
"documentation":"<note> <p>For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use ReleaseLabel.</p> </note> <p>The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. The following values are valid:</p> <ul> <li> <p>The version number of the AMI to use, for example, \"2.0.\"</p> </li> </ul> <p>If the AMI supports multiple versions of Hadoop (for example, AMI 1.0 supports both Hadoop 0.18 and 0.20) you can use the <a>JobFlowInstancesConfig</a> <code>HadoopVersion</code> parameter to modify the version of Hadoop from the defaults shown above.</p> <p>For details about the AMI versions currently supported by Amazon Elastic MapReduce, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/EnvironmentConfig_AMIVersion.html#ami-versions-supported\">AMI Versions Supported in Elastic MapReduce</a> in the <i>Amazon Elastic MapReduce Developer Guide.</i> </p> <note> <p>Previously, the EMR AMI version API parameter options allowed you to use latest for the latest AMI version rather than specify a numerical value. Some regions no longer support this deprecated option as they only have a newer release label version of EMR, which requires you to specify an EMR release label release (EMR 4.x or later).</p> </note>"
},
"ReleaseLabel":{
"shape":"XmlStringMaxLen256",
"documentation":"<note> <p>Amazon EMR releases 4.x or later.</p> </note> <p>The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use amiVersion instead instead of ReleaseLabel.</p>"
2015-10-08 20:16:07 +02:00
},
"Instances":{
"shape":"JobFlowInstancesConfig",
"documentation":"<p>A specification of the number and type of Amazon EC2 instances on which to run the job flow.</p>"
2015-10-08 20:16:07 +02:00
},
"Steps":{
"shape":"StepConfigList",
"documentation":"<p>A list of steps to be executed by the job flow.</p>"
},
"BootstrapActions":{
"shape":"BootstrapActionConfigList",
"documentation":"<p>A list of bootstrap actions that will be run before Hadoop is started on the cluster nodes.</p>"
2015-10-08 20:16:07 +02:00
},
"SupportedProducts":{
"shape":"SupportedProductsList",
2017-02-02 09:27:08 +01:00
"documentation":"<note> <p>For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.</p> </note> <p>A list of strings that indicates third-party software to use with the job flow. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-supported-products.html\">Use Third Party Applications with Amazon EMR</a>. Currently supported values are:</p> <ul> <li> <p>\"mapr-m3\" - launch the job flow using MapR M3 Edition.</p> </li> <li> <p>\"mapr-m5\" - launch the job flow using MapR M5 Edition.</p> </li> </ul>"
2015-10-08 20:16:07 +02:00
},
"NewSupportedProducts":{
"shape":"NewSupportedProductsList",
"documentation":"<note> <p>For Amazon EMR releases 3.x and 2.x. For Amazon EMR releases 4.x and greater, use Applications.</p> </note> <p>A list of strings that indicates third-party software to use with the job flow that accepts a user argument list. EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action arguments. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-mapr.html\">Launch a Job Flow on the MapR Distribution for Hadoop</a>. Currently supported values are:</p> <ul> <li> <p>\"mapr-m3\" - launch the cluster using MapR M3 Edition.</p> </li> <li> <p>\"mapr-m5\" - launch the cluster using MapR M5 Edition.</p> </li> <li> <p>\"mapr\" with the user arguments specifying \"--edition,m3\" or \"--edition,m5\" - launch the job flow using MapR M3 or M5 Edition respectively.</p> </li> <li> <p>\"mapr-m7\" - launch the cluster using MapR M7 Edition.</p> </li> <li> <p>\"hunk\" - launch the cluster with the Hunk Big Data Analtics Platform.</p> </li> <li> <p>\"hue\"- launch the cluster with Hue installed.</p> </li> <li> <p>\"spark\" - launch the cluster with Apache Spark installed.</p> </li> <li> <p>\"ganglia\" - launch the cluster with the Ganglia Monitoring System installed.</p> </li> </ul>"
},
"Applications":{
"shape":"ApplicationList",
"documentation":"<note> <p>Amazon EMR releases 4.x or later.</p> </note> <p>A list of applications for the cluster. Valid values are: \"Hadoop\", \"Hive\", \"Mahout\", \"Pig\", and \"Spark.\" They are case insensitive.</p>"
},
"Configurations":{
"shape":"ConfigurationList",
"documentation":"<note> <p>Amazon EMR releases 4.x or later.</p> </note> <p>The list of configurations supplied for the EMR cluster you are creating.</p>"
2015-10-08 20:16:07 +02:00
},
"VisibleToAllUsers":{
"shape":"Boolean",
"documentation":"<p>Whether the job flow is visible to all IAM users of the AWS account associated with the job flow. If this value is set to <code>true</code>, all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the job flow. If it is set to <code>false</code>, only the IAM user that created the job flow can view and manage it.</p>"
},
"JobFlowRole":{
"shape":"XmlString",
"documentation":"<p>Also called instance profile and EC2 role. An IAM role for an EMR cluster. The EC2 instances of the cluster assume this role. The default role is <code>EMR_EC2_DefaultRole</code>. In order to use the default role, you must have already created it using the CLI or console.</p>"
2015-10-08 20:16:07 +02:00
},
"ServiceRole":{
"shape":"XmlString",
"documentation":"<p>The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.</p>"
},
"Tags":{
"shape":"TagList",
"documentation":"<p>A list of tags to associate with a cluster and propagate to Amazon EC2 instances.</p>"
},
"SecurityConfiguration":{
"shape":"XmlString",
"documentation":"<p>The name of a security configuration to apply to the cluster.</p>"
2017-02-02 09:27:08 +01:00
},
"AutoScalingRole":{
"shape":"XmlString",
"documentation":"<p>An IAM role for automatic scaling policies. The default role is <code>EMR_AutoScaling_DefaultRole</code>. The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.</p>"
},
"ScaleDownBehavior":{
"shape":"ScaleDownBehavior",
"documentation":"<p>Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. <code>TERMINATE_AT_INSTANCE_HOUR</code> indicates that Amazon EMR terminates nodes at the instance-hour boundary, regardless of when the request to terminate the instance was submitted. This option is only available with Amazon EMR 5.1.0 and later and is the default for clusters created using that version. <code>TERMINATE_AT_TASK_COMPLETION</code> indicates that Amazon EMR blacklists and drains tasks from nodes before terminating the Amazon EC2 instances, regardless of the instance-hour boundary. With either behavior, Amazon EMR removes the least active nodes first and blocks instance termination if it could lead to HDFS corruption. <code>TERMINATE_AT_TASK_COMPLETION</code> available only in Amazon EMR version 4.1.0 and later, and is the default for versions of Amazon EMR earlier than 5.1.0.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p> Input to the <a>RunJobFlow</a> operation. </p>"
},
"RunJobFlowOutput":{
"type":"structure",
"members":{
"JobFlowId":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>An unique identifier for the job flow.</p>"
}
},
"documentation":"<p> The result of the <a>RunJobFlow</a> operation. </p>"
},
2017-02-02 09:27:08 +01:00
"ScaleDownBehavior":{
"type":"string",
"enum":[
"TERMINATE_AT_INSTANCE_HOUR",
"TERMINATE_AT_TASK_COMPLETION"
]
},
"ScalingAction":{
"type":"structure",
"required":["SimpleScalingPolicyConfiguration"],
"members":{
"Market":{
"shape":"MarketType",
"documentation":"<p>Not available for instance groups. Instance groups use the market type specified for the group.</p>"
},
"SimpleScalingPolicyConfiguration":{
"shape":"SimpleScalingPolicyConfiguration",
"documentation":"<p>The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.</p>"
}
},
"documentation":"<p>The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.</p>"
},
"ScalingConstraints":{
"type":"structure",
"required":[
"MinCapacity",
"MaxCapacity"
],
"members":{
"MinCapacity":{
"shape":"Integer",
"documentation":"<p>The lower boundary of EC2 instances in an instance group below which scaling activities are not allowed to shrink. Scale-in activities will not terminate instances below this boundary.</p>"
},
"MaxCapacity":{
"shape":"Integer",
"documentation":"<p>The upper boundary of EC2 instances in an instance group beyond which scaling activities are not allowed to grow. Scale-out activities will not add instances beyond this boundary.</p>"
}
},
"documentation":"<p>The upper and lower 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.</p>"
},
"ScalingRule":{
"type":"structure",
"required":[
"Name",
"Action",
"Trigger"
],
"members":{
"Name":{
"shape":"String",
"documentation":"<p>The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.</p>"
},
"Description":{
"shape":"String",
"documentation":"<p>A friendly, more verbose description of the automatic scaling rule.</p>"
},
"Action":{
"shape":"ScalingAction",
"documentation":"<p>The conditions that trigger an automatic scaling activity.</p>"
},
"Trigger":{
"shape":"ScalingTrigger",
"documentation":"<p>The CloudWatch alarm definition that determines when automatic scaling activity is triggered.</p>"
}
},
"documentation":"<p>A scale-in or scale-out rule that defines scaling activity, including the CloudWatch metric alarm that triggers activity, how 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.</p>"
},
"ScalingRuleList":{
"type":"list",
"member":{"shape":"ScalingRule"}
},
"ScalingTrigger":{
"type":"structure",
"required":["CloudWatchAlarmDefinition"],
"members":{
"CloudWatchAlarmDefinition":{
"shape":"CloudWatchAlarmDefinition",
"documentation":"<p>The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.</p>"
}
},
"documentation":"<p>The conditions that trigger an automatic scaling activity.</p>"
},
2015-10-08 20:16:07 +02:00
"ScriptBootstrapActionConfig":{
"type":"structure",
"required":["Path"],
"members":{
2017-02-02 09:27:08 +01:00
"Path":{
"shape":"XmlString",
"documentation":"<p>Location of the script to run during a bootstrap action. Can be either a location in Amazon S3 or on a local file system.</p>"
},
"Args":{
"shape":"XmlStringList",
"documentation":"<p>A list of command line arguments to pass to the bootstrap action script.</p>"
}
},
"documentation":"<p>Configuration of the script to run during a bootstrap action.</p>"
},
"SecurityConfigurationList":{
"type":"list",
"member":{"shape":"SecurityConfigurationSummary"}
},
"SecurityConfigurationSummary":{
"type":"structure",
"members":{
"Name":{
2015-10-08 20:16:07 +02:00
"shape":"XmlString",
"documentation":"<p>The name of the security configuration.</p>"
2015-10-08 20:16:07 +02:00
},
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The date and time the security configuration was created.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>The creation date and time, and name, of a security configuration.</p>"
2015-10-08 20:16:07 +02:00
},
"SecurityGroupsList":{
"type":"list",
"member":{"shape":"XmlStringMaxLen256"}
},
2015-10-08 20:16:07 +02:00
"SetTerminationProtectionInput":{
"type":"structure",
"required":[
"JobFlowIds",
"TerminationProtected"
],
"members":{
"JobFlowIds":{
"shape":"XmlStringList",
"documentation":"<p> A list of strings that uniquely identify the job flows to protect. This identifier is returned by <a>RunJobFlow</a> and can also be obtained from <a>DescribeJobFlows</a> . </p>"
},
"TerminationProtected":{
"shape":"Boolean",
"documentation":"<p>A Boolean that indicates whether to protect the job flow and prevent the Amazon EC2 instances in the cluster from shutting down due to API calls, user intervention, or job-flow error.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p> The input argument to the <a>TerminationProtection</a> operation. </p>"
},
"SetVisibleToAllUsersInput":{
"type":"structure",
"required":[
"JobFlowIds",
"VisibleToAllUsers"
],
"members":{
"JobFlowIds":{
"shape":"XmlStringList",
"documentation":"<p>Identifiers of the job flows to receive the new visibility setting.</p>"
},
"VisibleToAllUsers":{
"shape":"Boolean",
"documentation":"<p>Whether the specified job flows are visible to all IAM users of the AWS account associated with the job flow. If this value is set to True, all IAM users of that AWS account can view and, if they have the proper IAM policy permissions set, manage the job flows. If it is set to False, only the IAM user that created a job flow can view and manage it.</p>"
}
},
"documentation":"<p>The input to the SetVisibleToAllUsers action.</p>"
},
"ShrinkPolicy":{
"type":"structure",
"members":{
"DecommissionTimeout":{
"shape":"Integer",
"documentation":"<p>The desired timeout for decommissioning an instance. Overrides the default YARN decommissioning timeout.</p>"
},
"InstanceResizePolicy":{
"shape":"InstanceResizePolicy",
"documentation":"<p>Custom policy for requesting termination protection or termination of specific instances when shrinking an instance group.</p>"
}
},
"documentation":"<p>Policy for customizing shrink operations. Allows configuration of decommissioning timeout and targeted instance shrinking.</p>"
},
2017-02-02 09:27:08 +01:00
"SimpleScalingPolicyConfiguration":{
"type":"structure",
"required":["ScalingAdjustment"],
"members":{
"AdjustmentType":{
"shape":"AdjustmentType",
"documentation":"<p>The way in which EC2 instances are added (if <code>ScalingAdjustment</code> is a positive number) or terminated (if <code>ScalingAdjustment</code> is a negative number) each time the scaling activity is triggered. <code>CHANGE_IN_CAPACITY</code> is the default. <code>CHANGE_IN_CAPACITY</code> indicates that the EC2 instance count increments or decrements by <code>ScalingAdjustment</code>, which should be expressed as an integer. <code>PERCENT_CHANGE_IN_CAPACITY</code> indicates the instance count increments or decrements by the percentage specified by <code>ScalingAdjustment</code>, which should be expressed as a decimal, for example, 0.20 indicates an increase in 20% increments of cluster capacity. <code>EXACT_CAPACITY</code> indicates the scaling activity results in an instance group with the number of EC2 instances specified by <code>ScalingAdjustment</code>, which should be expressed as a positive integer.</p>"
},
"ScalingAdjustment":{
"shape":"Integer",
"documentation":"<p>The amount by which to scale in or scale out, based on the specified <code>AdjustmentType</code>. A positive value adds to the instance group's EC2 instance count while a negative number removes instances. If <code>AdjustmentType</code> is set to <code>EXACT_CAPACITY</code>, the number should only be a positive integer. If <code>AdjustmentType</code> is set to <code>PERCENT_CHANGE_IN_CAPACITY</code>, the value should express the percentage as a decimal. For example, -0.20 indicates a decrease in 20% increments of cluster capacity.</p>"
},
"CoolDown":{
"shape":"Integer",
"documentation":"<p>The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start. The default value is 0.</p>"
}
},
"documentation":"<p>An automatic scaling configuration, which describes how the policy adds or removes instances, the cooldown period, and the number of EC2 instances that will be added each time the CloudWatch metric alarm condition is satisfied.</p>"
},
"Statistic":{
"type":"string",
"enum":[
"SAMPLE_COUNT",
"AVERAGE",
"SUM",
"MINIMUM",
"MAXIMUM"
]
},
2015-10-08 20:16:07 +02:00
"Step":{
"type":"structure",
"members":{
"Id":{
"shape":"StepId",
"documentation":"<p>The identifier of the cluster step.</p>"
},
"Name":{
"shape":"String",
"documentation":"<p>The name of the cluster step.</p>"
},
"Config":{
"shape":"HadoopStepConfig",
"documentation":"<p>The Hadoop job configuration of the cluster step.</p>"
2015-10-08 20:16:07 +02:00
},
"ActionOnFailure":{
"shape":"ActionOnFailure",
"documentation":"<p>This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.</p>"
2015-10-08 20:16:07 +02:00
},
"Status":{
"shape":"StepStatus",
"documentation":"<p>The current execution status details of the cluster step.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>This represents a step in a cluster.</p>"
},
"StepConfig":{
"type":"structure",
"required":[
"Name",
"HadoopJarStep"
],
"members":{
"Name":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The name of the job flow step.</p>"
},
"ActionOnFailure":{
"shape":"ActionOnFailure",
"documentation":"<p>The action to take if the job flow step fails.</p>"
},
"HadoopJarStep":{
"shape":"HadoopJarStepConfig",
"documentation":"<p>The JAR file used for the job flow step.</p>"
}
},
"documentation":"<p>Specification of a job flow step.</p>"
},
"StepConfigList":{
"type":"list",
"member":{"shape":"StepConfig"}
},
"StepDetail":{
"type":"structure",
"required":[
"StepConfig",
"ExecutionStatusDetail"
],
"members":{
"StepConfig":{
"shape":"StepConfig",
"documentation":"<p>The step configuration.</p>"
},
"ExecutionStatusDetail":{
"shape":"StepExecutionStatusDetail",
"documentation":"<p>The description of the step status.</p>"
}
},
"documentation":"<p>Combines the execution state and configuration of a step.</p>"
},
"StepDetailList":{
"type":"list",
"member":{"shape":"StepDetail"}
},
"StepExecutionState":{
"type":"string",
"enum":[
"PENDING",
"RUNNING",
"CONTINUE",
"COMPLETED",
"CANCELLED",
"FAILED",
"INTERRUPTED"
]
},
"StepExecutionStatusDetail":{
"type":"structure",
"required":[
"State",
"CreationDateTime"
],
"members":{
"State":{
"shape":"StepExecutionState",
"documentation":"<p>The state of the job flow step.</p>"
},
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The creation date and time of the step.</p>"
},
"StartDateTime":{
"shape":"Date",
"documentation":"<p>The start date and time of the step.</p>"
},
"EndDateTime":{
"shape":"Date",
"documentation":"<p>The completion date and time of the step.</p>"
},
"LastStateChangeReason":{
"shape":"XmlString",
"documentation":"<p>A description of the step's current state.</p>"
}
},
"documentation":"<p>The execution state of a step.</p>"
},
"StepId":{"type":"string"},
"StepIdsList":{
"type":"list",
"member":{"shape":"XmlStringMaxLen256"}
},
"StepState":{
"type":"string",
"enum":[
"PENDING",
2017-02-02 09:27:08 +01:00
"CANCEL_PENDING",
2015-10-08 20:16:07 +02:00
"RUNNING",
"COMPLETED",
"CANCELLED",
"FAILED",
"INTERRUPTED"
]
},
"StepStateChangeReason":{
"type":"structure",
"members":{
"Code":{
"shape":"StepStateChangeReasonCode",
"documentation":"<p>The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.</p>"
2015-10-08 20:16:07 +02:00
},
"Message":{
"shape":"String",
"documentation":"<p>The descriptive message for the state change reason.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>The details of the step state change reason.</p>"
2015-10-08 20:16:07 +02:00
},
"StepStateChangeReasonCode":{
"type":"string",
"enum":["NONE"]
},
"StepStateList":{
"type":"list",
"member":{"shape":"StepState"}
},
"StepStatus":{
"type":"structure",
"members":{
"State":{
"shape":"StepState",
"documentation":"<p>The execution state of the cluster step.</p>"
2015-10-08 20:16:07 +02:00
},
"StateChangeReason":{
"shape":"StepStateChangeReason",
"documentation":"<p>The reason for the step execution status change.</p>"
},
"FailureDetails":{
"shape":"FailureDetails",
"documentation":"<p>The details for the step failure including reason, message, and log file path where the root cause was identified.</p>"
2015-10-08 20:16:07 +02:00
},
"Timeline":{
"shape":"StepTimeline",
"documentation":"<p>The timeline of the cluster step status over time.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>The execution status details of the cluster step.</p>"
2015-10-08 20:16:07 +02:00
},
"StepSummary":{
"type":"structure",
"members":{
"Id":{
"shape":"StepId",
"documentation":"<p>The identifier of the cluster step.</p>"
2015-10-08 20:16:07 +02:00
},
"Name":{
"shape":"String",
"documentation":"<p>The name of the cluster step.</p>"
2015-10-08 20:16:07 +02:00
},
2015-10-08 20:16:11 +02:00
"Config":{
"shape":"HadoopStepConfig",
"documentation":"<p>The Hadoop job configuration of the cluster step.</p>"
2015-10-08 20:16:11 +02:00
},
"ActionOnFailure":{
"shape":"ActionOnFailure",
"documentation":"<p>This specifies what action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE.</p>"
2015-10-08 20:16:11 +02:00
},
2015-10-08 20:16:07 +02:00
"Status":{
"shape":"StepStatus",
"documentation":"<p>The current execution status details of the cluster step.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>The summary of the cluster step.</p>"
},
"StepSummaryList":{
"type":"list",
"member":{"shape":"StepSummary"}
},
"StepTimeline":{
"type":"structure",
"members":{
"CreationDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the cluster step was created.</p>"
2015-10-08 20:16:07 +02:00
},
"StartDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the cluster step execution started.</p>"
2015-10-08 20:16:07 +02:00
},
"EndDateTime":{
"shape":"Date",
"documentation":"<p>The date and time when the cluster step execution completed or failed.</p>"
2015-10-08 20:16:07 +02:00
}
},
"documentation":"<p>The timeline of the cluster step lifecycle.</p>"
2015-10-08 20:16:07 +02:00
},
"String":{"type":"string"},
"StringList":{
"type":"list",
"member":{"shape":"String"}
},
"StringMap":{
"type":"map",
"key":{"shape":"String"},
"value":{"shape":"String"}
},
"SupportedProductConfig":{
"type":"structure",
"members":{
"Name":{
"shape":"XmlStringMaxLen256",
"documentation":"<p>The name of the product configuration.</p>"
},
"Args":{
"shape":"XmlStringList",
"documentation":"<p>The list of user-supplied arguments.</p>"
}
},
"documentation":"<p>The list of supported product configurations which allow user-supplied arguments. EMR accepts these arguments and forwards them to the corresponding installation script as bootstrap action arguments.</p>"
2015-10-08 20:16:07 +02:00
},
"SupportedProductsList":{
"type":"list",
"member":{"shape":"XmlStringMaxLen256"}
},
"Tag":{
"type":"structure",
"members":{
"Key":{
"shape":"String",
"documentation":"<p>A user-defined key, which is the minimum required information for a valid tag. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html\">Tagging Amazon EMR Resources</a>. </p>"
},
"Value":{
"shape":"String",
"documentation":"<p>A user-defined value, which is optional in a tag. For more information, see <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html\">Tagging Amazon EMR Resources</a>. </p>"
}
},
2017-02-02 09:27:08 +01:00
"documentation":"<p>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 <a href=\"http://docs.aws.amazon.com/ElasticMapReduce/latest/DeveloperGuide/emr-plan-tags.html\">Tagging Amazon EMR Resources</a>. </p>"
2015-10-08 20:16:07 +02:00
},
"TagList":{
"type":"list",
"member":{"shape":"Tag"}
},
"TerminateJobFlowsInput":{
"type":"structure",
"required":["JobFlowIds"],
"members":{
"JobFlowIds":{
"shape":"XmlStringList",
"documentation":"<p>A list of job flows to be shutdown.</p>"
}
},
"documentation":"<p> Input to the <a>TerminateJobFlows</a> operation. </p>"
},
2017-02-02 09:27:08 +01:00
"Unit":{
"type":"string",
"enum":[
"NONE",
"SECONDS",
"MICRO_SECONDS",
"MILLI_SECONDS",
"BYTES",
"KILO_BYTES",
"MEGA_BYTES",
"GIGA_BYTES",
"TERA_BYTES",
"BITS",
"KILO_BITS",
"MEGA_BITS",
"GIGA_BITS",
"TERA_BITS",
"PERCENT",
"COUNT",
"BYTES_PER_SECOND",
"KILO_BYTES_PER_SECOND",
"MEGA_BYTES_PER_SECOND",
"GIGA_BYTES_PER_SECOND",
"TERA_BYTES_PER_SECOND",
"BITS_PER_SECOND",
"KILO_BITS_PER_SECOND",
"MEGA_BITS_PER_SECOND",
"GIGA_BITS_PER_SECOND",
"TERA_BITS_PER_SECOND",
"COUNT_PER_SECOND"
]
},
"VolumeSpecification":{
"type":"structure",
"required":[
"VolumeType",
"SizeInGB"
],
"members":{
"VolumeType":{
"shape":"String",
"documentation":"<p>The volume type. Volume types supported are gp2, io1, standard.</p>"
},
"Iops":{
"shape":"Integer",
"documentation":"<p>The number of I/O operations per second (IOPS) that the volume supports.</p>"
},
"SizeInGB":{
"shape":"Integer",
"documentation":"<p>The volume size, in gibibytes (GiB). This can be a number from 1 - 1024. If the volume type is EBS-optimized, the minimum value is 10.</p>"
}
},
2017-02-02 09:27:08 +01:00
"documentation":"<p>EBS volume specifications such as volume type, IOPS, and size (GiB) that will be requested for the EBS volume attached to an EC2 instance in the cluster.</p>"
},
2015-10-08 20:16:07 +02:00
"XmlString":{
"type":"string",
"max":10280,
"min":0,
2015-10-08 20:16:07 +02:00
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
},
"XmlStringList":{
"type":"list",
"member":{"shape":"XmlString"}
},
"XmlStringMaxLen256":{
"type":"string",
"max":256,
"min":0,
2015-10-08 20:16:07 +02:00
"pattern":"[\\u0020-\\uD7FF\\uE000-\\uFFFD\\uD800\\uDC00-\\uDBFF\\uDFFF\\r\\n\\t]*"
}
},
2017-02-02 09:27:08 +01:00
"documentation":"<p>Amazon EMR is a web service that makes it easy to process large amounts of data efficiently. Amazon EMR uses Hadoop processing combined with several AWS products to do tasks such as web indexing, data mining, log file analysis, machine learning, scientific simulation, and data warehousing.</p>"
2015-10-08 20:16:07 +02:00
}