amazonka-emr-1.6.0: Amazon Elastic MapReduce SDK.

Copyright(c) 2013-2018 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.AWS.EMR.RunJobFlow

Contents

Description

RunJobFlow creates and starts running a new cluster (job flow). The cluster runs the steps specified. After the steps complete, the cluster stops and the HDFS partition is lost. To prevent loss of data, configure the last step of the job flow to store results in Amazon S3. If the JobFlowInstancesConfig KeepJobFlowAliveWhenNoSteps parameter is set to TRUE , the cluster transitions to the WAITING state rather than shutting down after the steps have completed.

For additional protection, you can set the JobFlowInstancesConfig TerminationProtected parameter to TRUE to lock the cluster and prevent it from being terminated by API call, user intervention, or in the event of a job flow error.

A maximum of 256 steps are allowed in each job flow.

If your cluster 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 Add More than 256 Steps to a Cluster in the Amazon EMR Management Guide .

For long running clusters, we recommend that you periodically store your results.

Synopsis

Creating a Request

runJobFlow Source #

Creates a value of RunJobFlow with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

  • rjfAMIVersion - For Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and later, the Linux AMI is determined by the ReleaseLabel specified or by CustomAmiID . The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. For details about the AMI versions currently supported in EMR version 3.x and 2.x, see AMI Versions Supported in EMR in the Amazon EMR Developer Guide . 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 JobFlowInstancesConfig HadoopVersion parameter to modify the version of Hadoop from the defaults shown above.
  • rjfEBSRootVolumeSize - The size, in GiB, of the EBS root device volume of the Linux AMI that is used for each EC2 instance. Available in Amazon EMR version 4.x and later.
  • rjfAdditionalInfo - A JSON string for selecting additional features.
  • rjfConfigurations - For Amazon EMR releases 4.0 and later. The list of configurations supplied for the EMR cluster you are creating.
  • rjfCustomAMIId - Available only in Amazon EMR version 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI. If specified, Amazon EMR uses this AMI when it launches cluster EC2 instances. For more information about custom AMIs in Amazon EMR, see Using a Custom AMI in the Amazon EMR Management Guide . If omitted, the cluster uses the base Linux AMI for the ReleaseLabel specified. For Amazon EMR versions 2.x and 3.x, use AmiVersion instead. For information about creating a custom AMI, see Creating an Amazon EBS-Backed Linux AMI in the Amazon Elastic Compute Cloud User Guide for Linux Instances . For information about finding an AMI ID, see Finding a Linux AMI .
  • rjfAutoScalingRole - An IAM role for automatic scaling policies. The default role is EMR_AutoScaling_DefaultRole . The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.
  • rjfSecurityConfiguration - The name of a security configuration to apply to the cluster.
  • rjfScaleDownBehavior - Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR 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. TERMINATE_AT_TASK_COMPLETION 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. TERMINATE_AT_TASK_COMPLETION 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.
  • rjfSteps - A list of steps to run.
  • rjfJobFlowRole - 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 EMR_EC2_DefaultRole . In order to use the default role, you must have already created it using the CLI or console.
  • rjfBootstrapActions - A list of bootstrap actions to run before Hadoop starts on the cluster nodes.
  • rjfReleaseLabel - The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use AmiVersion instead.
  • rjfRepoUpgradeOnBoot - Applies only when CustomAmiID is used. Specifies which updates from the Amazon Linux AMI package repositories to apply automatically when the instance boots using the AMI. If omitted, the default is SECURITY , which indicates that only security updates are applied. If NONE is specified, no updates are applied, and all updates must be applied manually.
  • rjfLogURI - The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.
  • rjfKerberosAttributes - Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see Use Kerberos Authentication in the EMR Management Guide .
  • rjfNewSupportedProducts - 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 "Launch a Job Flow on the MapR Distribution for Hadoop" in the Amazon EMR Developer Guide . Supported values are: * "mapr-m3" - launch the cluster using MapR M3 Edition. * "mapr-m5" - launch the cluster using MapR M5 Edition. * "mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition respectively. * "mapr-m7" - launch the cluster using MapR M7 Edition. * "hunk" - launch the cluster with the Hunk Big Data Analtics Platform. * "hue"- launch the cluster with Hue installed. * "spark" - launch the cluster with Apache Spark installed. * "ganglia" - launch the cluster with the Ganglia Monitoring System installed.
  • rjfVisibleToAllUsers - Whether the cluster is visible to all IAM users of the AWS account associated with the cluster. If this value is set to true , all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the cluster. If it is set to false , only the IAM user that created the cluster can view and manage it.
  • rjfSupportedProducts - A list of strings that indicates third-party software to use. For more information, see the Amazon EMR Developer Guide . Currently supported values are: * "mapr-m3" - launch the job flow using MapR M3 Edition. * "mapr-m5" - launch the job flow using MapR M5 Edition.
  • rjfApplications - For Amazon EMR releases 4.0 and later. A list of applications for the cluster. Valid values are: Hadoop, Hive, Mahout, Pig, and "Spark." They are case insensitive.
  • rjfTags - A list of tags to associate with a cluster and propagate to Amazon EC2 instances.
  • rjfServiceRole - The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.
  • rjfName - The name of the job flow.
  • rjfInstances - A specification of the number and type of Amazon EC2 instances.

data RunJobFlow Source #

Input to the RunJobFlow operation.

See: runJobFlow smart constructor.

Instances

Eq RunJobFlow Source # 
Data RunJobFlow Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RunJobFlow -> c RunJobFlow #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RunJobFlow #

toConstr :: RunJobFlow -> Constr #

dataTypeOf :: RunJobFlow -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RunJobFlow) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RunJobFlow) #

gmapT :: (forall b. Data b => b -> b) -> RunJobFlow -> RunJobFlow #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RunJobFlow -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RunJobFlow -> r #

gmapQ :: (forall d. Data d => d -> u) -> RunJobFlow -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RunJobFlow -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RunJobFlow -> m RunJobFlow #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RunJobFlow -> m RunJobFlow #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RunJobFlow -> m RunJobFlow #

Read RunJobFlow Source # 
Show RunJobFlow Source # 
Generic RunJobFlow Source # 

Associated Types

type Rep RunJobFlow :: * -> * #

Hashable RunJobFlow Source # 
ToJSON RunJobFlow Source # 
NFData RunJobFlow Source # 

Methods

rnf :: RunJobFlow -> () #

AWSRequest RunJobFlow Source # 
ToHeaders RunJobFlow Source # 

Methods

toHeaders :: RunJobFlow -> [Header] #

ToPath RunJobFlow Source # 
ToQuery RunJobFlow Source # 
type Rep RunJobFlow Source # 
type Rep RunJobFlow = D1 * (MetaData "RunJobFlow" "Network.AWS.EMR.RunJobFlow" "amazonka-emr-1.6.0-Gh02fq80On6JQmEHB2V13H" False) (C1 * (MetaCons "RunJobFlow'" PrefixI True) ((:*:) * ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfAMIVersion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rjfEBSRootVolumeSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Int)))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfAdditionalInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfConfigurations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Configuration]))) (S1 * (MetaSel (Just Symbol "_rjfCustomAMIId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfAutoScalingRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfSecurityConfiguration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rjfScaleDownBehavior") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe ScaleDownBehavior))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfSteps") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [StepConfig]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfJobFlowRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rjfBootstrapActions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [BootstrapActionConfig]))))))) ((:*:) * ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfReleaseLabel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfRepoUpgradeOnBoot") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe RepoUpgradeOnBoot))) (S1 * (MetaSel (Just Symbol "_rjfLogURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfKerberosAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe KerberosAttributes))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfNewSupportedProducts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [SupportedProductConfig]))) (S1 * (MetaSel (Just Symbol "_rjfVisibleToAllUsers") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Bool)))))) ((:*:) * ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfSupportedProducts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Text]))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfApplications") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Application]))) (S1 * (MetaSel (Just Symbol "_rjfTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe [Tag]))))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfServiceRole") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Text)) (S1 * (MetaSel (Just Symbol "_rjfInstances") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * JobFlowInstancesConfig))))))))
type Rs RunJobFlow Source # 

Request Lenses

rjfAMIVersion :: Lens' RunJobFlow (Maybe Text) Source #

For Amazon EMR AMI versions 3.x and 2.x. For Amazon EMR releases 4.0 and later, the Linux AMI is determined by the ReleaseLabel specified or by CustomAmiID . The version of the Amazon Machine Image (AMI) to use when launching Amazon EC2 instances in the job flow. For details about the AMI versions currently supported in EMR version 3.x and 2.x, see AMI Versions Supported in EMR in the Amazon EMR Developer Guide . 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 JobFlowInstancesConfig HadoopVersion parameter to modify the version of Hadoop from the defaults shown above.

rjfEBSRootVolumeSize :: Lens' RunJobFlow (Maybe Int) Source #

The size, in GiB, of the EBS root device volume of the Linux AMI that is used for each EC2 instance. Available in Amazon EMR version 4.x and later.

rjfAdditionalInfo :: Lens' RunJobFlow (Maybe Text) Source #

A JSON string for selecting additional features.

rjfConfigurations :: Lens' RunJobFlow [Configuration] Source #

For Amazon EMR releases 4.0 and later. The list of configurations supplied for the EMR cluster you are creating.

rjfCustomAMIId :: Lens' RunJobFlow (Maybe Text) Source #

Available only in Amazon EMR version 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI. If specified, Amazon EMR uses this AMI when it launches cluster EC2 instances. For more information about custom AMIs in Amazon EMR, see Using a Custom AMI in the Amazon EMR Management Guide . If omitted, the cluster uses the base Linux AMI for the ReleaseLabel specified. For Amazon EMR versions 2.x and 3.x, use AmiVersion instead. For information about creating a custom AMI, see Creating an Amazon EBS-Backed Linux AMI in the Amazon Elastic Compute Cloud User Guide for Linux Instances . For information about finding an AMI ID, see Finding a Linux AMI .

rjfAutoScalingRole :: Lens' RunJobFlow (Maybe Text) Source #

An IAM role for automatic scaling policies. The default role is EMR_AutoScaling_DefaultRole . The IAM role provides permissions that the automatic scaling feature requires to launch and terminate EC2 instances in an instance group.

rjfSecurityConfiguration :: Lens' RunJobFlow (Maybe Text) Source #

The name of a security configuration to apply to the cluster.

rjfScaleDownBehavior :: Lens' RunJobFlow (Maybe ScaleDownBehavior) Source #

Specifies the way that individual Amazon EC2 instances terminate when an automatic scale-in activity occurs or an instance group is resized. TERMINATE_AT_INSTANCE_HOUR 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. TERMINATE_AT_TASK_COMPLETION 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. TERMINATE_AT_TASK_COMPLETION 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.

rjfSteps :: Lens' RunJobFlow [StepConfig] Source #

A list of steps to run.

rjfJobFlowRole :: Lens' RunJobFlow (Maybe Text) Source #

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 EMR_EC2_DefaultRole . In order to use the default role, you must have already created it using the CLI or console.

rjfBootstrapActions :: Lens' RunJobFlow [BootstrapActionConfig] Source #

A list of bootstrap actions to run before Hadoop starts on the cluster nodes.

rjfReleaseLabel :: Lens' RunJobFlow (Maybe Text) Source #

The release label for the Amazon EMR release. For Amazon EMR 3.x and 2.x AMIs, use AmiVersion instead.

rjfRepoUpgradeOnBoot :: Lens' RunJobFlow (Maybe RepoUpgradeOnBoot) Source #

Applies only when CustomAmiID is used. Specifies which updates from the Amazon Linux AMI package repositories to apply automatically when the instance boots using the AMI. If omitted, the default is SECURITY , which indicates that only security updates are applied. If NONE is specified, no updates are applied, and all updates must be applied manually.

rjfLogURI :: Lens' RunJobFlow (Maybe Text) Source #

The location in Amazon S3 to write the log files of the job flow. If a value is not provided, logs are not created.

rjfKerberosAttributes :: Lens' RunJobFlow (Maybe KerberosAttributes) Source #

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

rjfNewSupportedProducts :: Lens' RunJobFlow [SupportedProductConfig] Source #

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 "Launch a Job Flow on the MapR Distribution for Hadoop" in the Amazon EMR Developer Guide . Supported values are: * "mapr-m3" - launch the cluster using MapR M3 Edition. * "mapr-m5" - launch the cluster using MapR M5 Edition. * "mapr" with the user arguments specifying "--edition,m3" or "--edition,m5" - launch the job flow using MapR M3 or M5 Edition respectively. * "mapr-m7" - launch the cluster using MapR M7 Edition. * "hunk" - launch the cluster with the Hunk Big Data Analtics Platform. * "hue"- launch the cluster with Hue installed. * "spark" - launch the cluster with Apache Spark installed. * "ganglia" - launch the cluster with the Ganglia Monitoring System installed.

rjfVisibleToAllUsers :: Lens' RunJobFlow (Maybe Bool) Source #

Whether the cluster is visible to all IAM users of the AWS account associated with the cluster. If this value is set to true , all IAM users of that AWS account can view and (if they have the proper policy permissions set) manage the cluster. If it is set to false , only the IAM user that created the cluster can view and manage it.

rjfSupportedProducts :: Lens' RunJobFlow [Text] Source #

A list of strings that indicates third-party software to use. For more information, see the Amazon EMR Developer Guide . Currently supported values are: * "mapr-m3" - launch the job flow using MapR M3 Edition. * "mapr-m5" - launch the job flow using MapR M5 Edition.

rjfApplications :: Lens' RunJobFlow [Application] Source #

For Amazon EMR releases 4.0 and later. A list of applications for the cluster. Valid values are: Hadoop, Hive, Mahout, Pig, and "Spark." They are case insensitive.

rjfTags :: Lens' RunJobFlow [Tag] Source #

A list of tags to associate with a cluster and propagate to Amazon EC2 instances.

rjfServiceRole :: Lens' RunJobFlow (Maybe Text) Source #

The IAM role that will be assumed by the Amazon EMR service to access AWS resources on your behalf.

rjfName :: Lens' RunJobFlow Text Source #

The name of the job flow.

rjfInstances :: Lens' RunJobFlow JobFlowInstancesConfig Source #

A specification of the number and type of Amazon EC2 instances.

Destructuring the Response

runJobFlowResponse Source #

Creates a value of RunJobFlowResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

data RunJobFlowResponse Source #

The result of the RunJobFlow operation.

See: runJobFlowResponse smart constructor.

Instances

Eq RunJobFlowResponse Source # 
Data RunJobFlowResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RunJobFlowResponse -> c RunJobFlowResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RunJobFlowResponse #

toConstr :: RunJobFlowResponse -> Constr #

dataTypeOf :: RunJobFlowResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c RunJobFlowResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RunJobFlowResponse) #

gmapT :: (forall b. Data b => b -> b) -> RunJobFlowResponse -> RunJobFlowResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RunJobFlowResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RunJobFlowResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> RunJobFlowResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RunJobFlowResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RunJobFlowResponse -> m RunJobFlowResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RunJobFlowResponse -> m RunJobFlowResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RunJobFlowResponse -> m RunJobFlowResponse #

Read RunJobFlowResponse Source # 
Show RunJobFlowResponse Source # 
Generic RunJobFlowResponse Source # 
NFData RunJobFlowResponse Source # 

Methods

rnf :: RunJobFlowResponse -> () #

type Rep RunJobFlowResponse Source # 
type Rep RunJobFlowResponse = D1 * (MetaData "RunJobFlowResponse" "Network.AWS.EMR.RunJobFlow" "amazonka-emr-1.6.0-Gh02fq80On6JQmEHB2V13H" False) (C1 * (MetaCons "RunJobFlowResponse'" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "_rjfrsJobFlowId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * (Maybe Text))) (S1 * (MetaSel (Just Symbol "_rjfrsResponseStatus") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * Int))))

Response Lenses

rjfrsJobFlowId :: Lens' RunJobFlowResponse (Maybe Text) Source #

An unique identifier for the job flow.

rjfrsResponseStatus :: Lens' RunJobFlowResponse Int Source #

  • - | The response status code.