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

Amazonka.EMR.Types

Contents

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2009-03-31 of the Amazon EMR SDK configuration.

Errors

_InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InternalServerError :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

_InternalServerException :: AsError a => Getting (First ServiceError) a ServiceError Source #

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

ActionOnFailure

newtype ActionOnFailure Source #

Constructors

ActionOnFailure' 

Instances

Instances details
Eq ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

Ord ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

Read ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

Show ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

Generic ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

Associated Types

type Rep ActionOnFailure :: Type -> Type #

NFData ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

Methods

rnf :: ActionOnFailure -> () #

Hashable ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

ToJSON ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

ToJSONKey ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

FromJSON ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

FromJSONKey ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

ToLog ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

ToHeader ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

ToQuery ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

FromXML ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

ToXML ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

Methods

toXML :: ActionOnFailure -> XML #

ToByteString ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

FromText ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

ToText ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

type Rep ActionOnFailure Source # 
Instance details

Defined in Amazonka.EMR.Types.ActionOnFailure

type Rep ActionOnFailure = D1 ('MetaData "ActionOnFailure" "Amazonka.EMR.Types.ActionOnFailure" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "ActionOnFailure'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromActionOnFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AdjustmentType

newtype AdjustmentType Source #

Constructors

AdjustmentType' 

Instances

Instances details
Eq AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

Ord AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

Read AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

Show AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

Generic AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

Associated Types

type Rep AdjustmentType :: Type -> Type #

NFData AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

Methods

rnf :: AdjustmentType -> () #

Hashable AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

ToJSON AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

ToJSONKey AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

FromJSON AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

FromJSONKey AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

ToLog AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

ToHeader AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

ToQuery AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

FromXML AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

ToXML AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

Methods

toXML :: AdjustmentType -> XML #

ToByteString AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

FromText AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

ToText AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

type Rep AdjustmentType Source # 
Instance details

Defined in Amazonka.EMR.Types.AdjustmentType

type Rep AdjustmentType = D1 ('MetaData "AdjustmentType" "Amazonka.EMR.Types.AdjustmentType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "AdjustmentType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAdjustmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AuthMode

newtype AuthMode Source #

Constructors

AuthMode' 

Fields

Bundled Patterns

pattern AuthMode_IAM :: AuthMode 
pattern AuthMode_SSO :: AuthMode 

Instances

Instances details
Eq AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Ord AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Read AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Show AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Generic AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Associated Types

type Rep AuthMode :: Type -> Type #

Methods

from :: AuthMode -> Rep AuthMode x #

to :: Rep AuthMode x -> AuthMode #

NFData AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

rnf :: AuthMode -> () #

Hashable AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

hashWithSalt :: Int -> AuthMode -> Int #

hash :: AuthMode -> Int #

ToJSON AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

FromJSON AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

FromJSONKey AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToLog AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToHeader AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

toHeader :: HeaderName -> AuthMode -> [Header] #

ToQuery AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

FromXML AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToXML AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

toXML :: AuthMode -> XML #

ToByteString AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

toBS :: AuthMode -> ByteString #

FromText AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

ToText AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

Methods

toText :: AuthMode -> Text #

type Rep AuthMode Source # 
Instance details

Defined in Amazonka.EMR.Types.AuthMode

type Rep AuthMode = D1 ('MetaData "AuthMode" "Amazonka.EMR.Types.AuthMode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "AuthMode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAuthMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoScalingPolicyState

newtype AutoScalingPolicyState Source #

Instances

Instances details
Eq AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

Ord AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

Read AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

Show AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

Generic AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

Associated Types

type Rep AutoScalingPolicyState :: Type -> Type #

NFData AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

Methods

rnf :: AutoScalingPolicyState -> () #

Hashable AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToJSON AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToJSONKey AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

FromJSON AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

FromJSONKey AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToLog AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToHeader AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToQuery AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

FromXML AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToXML AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToByteString AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

FromText AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

ToText AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

type Rep AutoScalingPolicyState Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyState

type Rep AutoScalingPolicyState = D1 ('MetaData "AutoScalingPolicyState" "Amazonka.EMR.Types.AutoScalingPolicyState" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "AutoScalingPolicyState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoScalingPolicyState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

AutoScalingPolicyStateChangeReasonCode

newtype AutoScalingPolicyStateChangeReasonCode Source #

Instances

Instances details
Eq AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

Ord AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

Read AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

Show AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

Generic AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

NFData AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

Hashable AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToJSON AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToJSONKey AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

FromJSON AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

FromJSONKey AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToLog AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToHeader AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToQuery AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

FromXML AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToXML AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToByteString AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

FromText AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

ToText AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

type Rep AutoScalingPolicyStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode

type Rep AutoScalingPolicyStateChangeReasonCode = D1 ('MetaData "AutoScalingPolicyStateChangeReasonCode" "Amazonka.EMR.Types.AutoScalingPolicyStateChangeReasonCode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "AutoScalingPolicyStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromAutoScalingPolicyStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

CancelStepsRequestStatus

newtype CancelStepsRequestStatus Source #

Instances

Instances details
Eq CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

Ord CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

Read CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

Show CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

Generic CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

Associated Types

type Rep CancelStepsRequestStatus :: Type -> Type #

NFData CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

Hashable CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToJSON CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToJSONKey CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

FromJSON CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

FromJSONKey CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToLog CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToHeader CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToQuery CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

FromXML CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToXML CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToByteString CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

FromText CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

ToText CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

type Rep CancelStepsRequestStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsRequestStatus

type Rep CancelStepsRequestStatus = D1 ('MetaData "CancelStepsRequestStatus" "Amazonka.EMR.Types.CancelStepsRequestStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "CancelStepsRequestStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromCancelStepsRequestStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ClusterState

newtype ClusterState Source #

Constructors

ClusterState' 

Instances

Instances details
Eq ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Ord ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Read ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Show ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Generic ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Associated Types

type Rep ClusterState :: Type -> Type #

NFData ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Methods

rnf :: ClusterState -> () #

Hashable ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

ToJSON ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

ToJSONKey ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

FromJSON ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

FromJSONKey ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

ToLog ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

ToHeader ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

ToQuery ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

FromXML ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

ToXML ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Methods

toXML :: ClusterState -> XML #

ToByteString ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

FromText ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

ToText ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

Methods

toText :: ClusterState -> Text #

type Rep ClusterState Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterState

type Rep ClusterState = D1 ('MetaData "ClusterState" "Amazonka.EMR.Types.ClusterState" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "ClusterState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromClusterState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ClusterStateChangeReasonCode

newtype ClusterStateChangeReasonCode Source #

Instances

Instances details
Eq ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

Ord ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

Read ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

Show ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

Generic ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

Associated Types

type Rep ClusterStateChangeReasonCode :: Type -> Type #

NFData ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

Hashable ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToJSON ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToJSONKey ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

FromJSON ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

FromJSONKey ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToLog ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToHeader ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToQuery ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

FromXML ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToXML ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToByteString ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

FromText ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

ToText ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

type Rep ClusterStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReasonCode

type Rep ClusterStateChangeReasonCode = D1 ('MetaData "ClusterStateChangeReasonCode" "Amazonka.EMR.Types.ClusterStateChangeReasonCode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "ClusterStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromClusterStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComparisonOperator

newtype ComparisonOperator Source #

Instances

Instances details
Eq ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

Ord ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

Read ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

Show ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

Generic ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

Associated Types

type Rep ComparisonOperator :: Type -> Type #

NFData ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

Methods

rnf :: ComparisonOperator -> () #

Hashable ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToJSON ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToJSONKey ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

FromJSON ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

FromJSONKey ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToLog ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToHeader ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToQuery ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

FromXML ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToXML ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToByteString ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

FromText ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

ToText ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

type Rep ComparisonOperator Source # 
Instance details

Defined in Amazonka.EMR.Types.ComparisonOperator

type Rep ComparisonOperator = D1 ('MetaData "ComparisonOperator" "Amazonka.EMR.Types.ComparisonOperator" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "ComparisonOperator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComparisonOperator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ComputeLimitsUnitType

newtype ComputeLimitsUnitType Source #

Instances

Instances details
Eq ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

Ord ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

Read ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

Show ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

Generic ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

Associated Types

type Rep ComputeLimitsUnitType :: Type -> Type #

NFData ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

Methods

rnf :: ComputeLimitsUnitType -> () #

Hashable ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToJSON ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToJSONKey ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

FromJSON ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

FromJSONKey ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToLog ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToHeader ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToQuery ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

FromXML ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToXML ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToByteString ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

FromText ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

ToText ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

type Rep ComputeLimitsUnitType Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimitsUnitType

type Rep ComputeLimitsUnitType = D1 ('MetaData "ComputeLimitsUnitType" "Amazonka.EMR.Types.ComputeLimitsUnitType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "ComputeLimitsUnitType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromComputeLimitsUnitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ExecutionEngineType

newtype ExecutionEngineType Source #

Bundled Patterns

pattern ExecutionEngineType_EMR :: ExecutionEngineType 

Instances

Instances details
Eq ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

Ord ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

Read ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

Show ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

Generic ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

Associated Types

type Rep ExecutionEngineType :: Type -> Type #

NFData ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

Methods

rnf :: ExecutionEngineType -> () #

Hashable ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToJSON ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToJSONKey ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

FromJSON ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

FromJSONKey ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToLog ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToHeader ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToQuery ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

FromXML ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToXML ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToByteString ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

FromText ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

ToText ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

type Rep ExecutionEngineType Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineType

type Rep ExecutionEngineType = D1 ('MetaData "ExecutionEngineType" "Amazonka.EMR.Types.ExecutionEngineType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "ExecutionEngineType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromExecutionEngineType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

IdentityType

newtype IdentityType Source #

Constructors

IdentityType' 

Bundled Patterns

pattern IdentityType_GROUP :: IdentityType 
pattern IdentityType_USER :: IdentityType 

Instances

Instances details
Eq IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Ord IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Read IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Show IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Generic IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Associated Types

type Rep IdentityType :: Type -> Type #

NFData IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Methods

rnf :: IdentityType -> () #

Hashable IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

ToJSON IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

ToJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

FromJSON IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

FromJSONKey IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

ToLog IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

ToHeader IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

ToQuery IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

FromXML IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

ToXML IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Methods

toXML :: IdentityType -> XML #

ToByteString IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

FromText IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

ToText IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

Methods

toText :: IdentityType -> Text #

type Rep IdentityType Source # 
Instance details

Defined in Amazonka.EMR.Types.IdentityType

type Rep IdentityType = D1 ('MetaData "IdentityType" "Amazonka.EMR.Types.IdentityType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "IdentityType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromIdentityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceCollectionType

newtype InstanceCollectionType Source #

Instances

Instances details
Eq InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

Ord InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

Read InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

Show InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

Generic InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

Associated Types

type Rep InstanceCollectionType :: Type -> Type #

NFData InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

Methods

rnf :: InstanceCollectionType -> () #

Hashable InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToJSON InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToJSONKey InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

FromJSON InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

FromJSONKey InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToLog InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToHeader InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToQuery InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

FromXML InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToXML InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToByteString InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

FromText InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

ToText InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

type Rep InstanceCollectionType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceCollectionType

type Rep InstanceCollectionType = D1 ('MetaData "InstanceCollectionType" "Amazonka.EMR.Types.InstanceCollectionType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceCollectionType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceCollectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceFleetState

newtype InstanceFleetState Source #

Instances

Instances details
Eq InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

Ord InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

Read InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

Show InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

Generic InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

Associated Types

type Rep InstanceFleetState :: Type -> Type #

NFData InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

Methods

rnf :: InstanceFleetState -> () #

Hashable InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToJSON InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToJSONKey InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

FromJSON InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

FromJSONKey InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToLog InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToHeader InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToQuery InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

FromXML InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToXML InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToByteString InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

FromText InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

ToText InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

type Rep InstanceFleetState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetState

type Rep InstanceFleetState = D1 ('MetaData "InstanceFleetState" "Amazonka.EMR.Types.InstanceFleetState" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceFleetState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceFleetState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceFleetStateChangeReasonCode

newtype InstanceFleetStateChangeReasonCode Source #

Instances

Instances details
Eq InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

Ord InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

Read InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

Show InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

Generic InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

Associated Types

type Rep InstanceFleetStateChangeReasonCode :: Type -> Type #

NFData InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

Hashable InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToJSON InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToJSONKey InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

FromJSON InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

FromJSONKey InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToLog InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToHeader InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToQuery InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

FromXML InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToXML InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToByteString InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

FromText InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

ToText InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

type Rep InstanceFleetStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode

type Rep InstanceFleetStateChangeReasonCode = D1 ('MetaData "InstanceFleetStateChangeReasonCode" "Amazonka.EMR.Types.InstanceFleetStateChangeReasonCode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceFleetStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceFleetStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceFleetType

newtype InstanceFleetType Source #

Instances

Instances details
Eq InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

Ord InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

Read InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

Show InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

Generic InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

Associated Types

type Rep InstanceFleetType :: Type -> Type #

NFData InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

Methods

rnf :: InstanceFleetType -> () #

Hashable InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToJSON InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToJSONKey InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

FromJSON InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

FromJSONKey InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToLog InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToHeader InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToQuery InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

FromXML InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToXML InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToByteString InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

FromText InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

ToText InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

type Rep InstanceFleetType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetType

type Rep InstanceFleetType = D1 ('MetaData "InstanceFleetType" "Amazonka.EMR.Types.InstanceFleetType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceFleetType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceFleetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceGroupState

newtype InstanceGroupState Source #

Instances

Instances details
Eq InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

Ord InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

Read InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

Show InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

Generic InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

Associated Types

type Rep InstanceGroupState :: Type -> Type #

NFData InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

Methods

rnf :: InstanceGroupState -> () #

Hashable InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToJSON InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToJSONKey InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

FromJSON InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

FromJSONKey InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToLog InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToHeader InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToQuery InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

FromXML InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToXML InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToByteString InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

FromText InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

ToText InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

type Rep InstanceGroupState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupState

type Rep InstanceGroupState = D1 ('MetaData "InstanceGroupState" "Amazonka.EMR.Types.InstanceGroupState" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceGroupState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceGroupState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceGroupStateChangeReasonCode

newtype InstanceGroupStateChangeReasonCode Source #

Instances

Instances details
Eq InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

Ord InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

Read InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

Show InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

Generic InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

Associated Types

type Rep InstanceGroupStateChangeReasonCode :: Type -> Type #

NFData InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

Hashable InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToJSON InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToJSONKey InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

FromJSON InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

FromJSONKey InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToLog InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToHeader InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToQuery InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

FromXML InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToXML InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToByteString InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

FromText InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

ToText InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

type Rep InstanceGroupStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode

type Rep InstanceGroupStateChangeReasonCode = D1 ('MetaData "InstanceGroupStateChangeReasonCode" "Amazonka.EMR.Types.InstanceGroupStateChangeReasonCode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceGroupStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceGroupStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceGroupType

newtype InstanceGroupType Source #

Instances

Instances details
Eq InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

Ord InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

Read InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

Show InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

Generic InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

Associated Types

type Rep InstanceGroupType :: Type -> Type #

NFData InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

Methods

rnf :: InstanceGroupType -> () #

Hashable InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToJSON InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToJSONKey InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

FromJSON InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

FromJSONKey InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToLog InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToHeader InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToQuery InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

FromXML InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToXML InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToByteString InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

FromText InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

ToText InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

type Rep InstanceGroupType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupType

type Rep InstanceGroupType = D1 ('MetaData "InstanceGroupType" "Amazonka.EMR.Types.InstanceGroupType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceGroupType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceGroupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceRoleType

newtype InstanceRoleType Source #

Instances

Instances details
Eq InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

Ord InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

Read InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

Show InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

Generic InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

Associated Types

type Rep InstanceRoleType :: Type -> Type #

NFData InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

Methods

rnf :: InstanceRoleType -> () #

Hashable InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToJSON InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToJSONKey InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

FromJSON InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

FromJSONKey InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToLog InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToHeader InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToQuery InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

FromXML InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToXML InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToByteString InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

FromText InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

ToText InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

type Rep InstanceRoleType Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceRoleType

type Rep InstanceRoleType = D1 ('MetaData "InstanceRoleType" "Amazonka.EMR.Types.InstanceRoleType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceRoleType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceRoleType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceState

newtype InstanceState Source #

Constructors

InstanceState' 

Instances

Instances details
Eq InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Ord InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Read InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Show InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Generic InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Associated Types

type Rep InstanceState :: Type -> Type #

NFData InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Methods

rnf :: InstanceState -> () #

Hashable InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

ToJSON InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

ToJSONKey InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

FromJSON InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

FromJSONKey InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

ToLog InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

ToHeader InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

ToQuery InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

FromXML InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

ToXML InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Methods

toXML :: InstanceState -> XML #

ToByteString InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

FromText InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

ToText InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

Methods

toText :: InstanceState -> Text #

type Rep InstanceState Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceState

type Rep InstanceState = D1 ('MetaData "InstanceState" "Amazonka.EMR.Types.InstanceState" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

InstanceStateChangeReasonCode

newtype InstanceStateChangeReasonCode Source #

Instances

Instances details
Eq InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

Ord InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

Read InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

Show InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

Generic InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

Associated Types

type Rep InstanceStateChangeReasonCode :: Type -> Type #

NFData InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

Hashable InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToJSON InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToJSONKey InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

FromJSON InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

FromJSONKey InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToLog InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToHeader InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToQuery InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

FromXML InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToXML InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToByteString InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

FromText InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

ToText InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

type Rep InstanceStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReasonCode

type Rep InstanceStateChangeReasonCode = D1 ('MetaData "InstanceStateChangeReasonCode" "Amazonka.EMR.Types.InstanceStateChangeReasonCode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "InstanceStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromInstanceStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

MarketType

newtype MarketType Source #

Constructors

MarketType' 

Fields

Bundled Patterns

pattern MarketType_ON_DEMAND :: MarketType 
pattern MarketType_SPOT :: MarketType 

Instances

Instances details
Eq MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Ord MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Read MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Show MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Generic MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Associated Types

type Rep MarketType :: Type -> Type #

NFData MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Methods

rnf :: MarketType -> () #

Hashable MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

ToJSON MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

ToJSONKey MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

FromJSON MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

FromJSONKey MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

ToLog MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

ToHeader MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

ToQuery MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

FromXML MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

ToXML MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Methods

toXML :: MarketType -> XML #

ToByteString MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

FromText MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

ToText MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

Methods

toText :: MarketType -> Text #

type Rep MarketType Source # 
Instance details

Defined in Amazonka.EMR.Types.MarketType

type Rep MarketType = D1 ('MetaData "MarketType" "Amazonka.EMR.Types.MarketType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "MarketType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromMarketType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

NotebookExecutionStatus

newtype NotebookExecutionStatus Source #

Instances

Instances details
Eq NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

Ord NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

Read NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

Show NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

Generic NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

Associated Types

type Rep NotebookExecutionStatus :: Type -> Type #

NFData NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

Methods

rnf :: NotebookExecutionStatus -> () #

Hashable NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToJSON NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToJSONKey NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

FromJSON NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

FromJSONKey NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToLog NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToHeader NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToQuery NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

FromXML NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToXML NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToByteString NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

FromText NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

ToText NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

type Rep NotebookExecutionStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionStatus

type Rep NotebookExecutionStatus = D1 ('MetaData "NotebookExecutionStatus" "Amazonka.EMR.Types.NotebookExecutionStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "NotebookExecutionStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromNotebookExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OnDemandCapacityReservationPreference

newtype OnDemandCapacityReservationPreference Source #

Instances

Instances details
Eq OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

Ord OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

Read OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

Show OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

Generic OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

NFData OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

Hashable OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToJSON OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToJSONKey OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

FromJSON OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

FromJSONKey OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToLog OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToHeader OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToQuery OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

FromXML OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToXML OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToByteString OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

FromText OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

ToText OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

type Rep OnDemandCapacityReservationPreference Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationPreference

type Rep OnDemandCapacityReservationPreference = D1 ('MetaData "OnDemandCapacityReservationPreference" "Amazonka.EMR.Types.OnDemandCapacityReservationPreference" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "OnDemandCapacityReservationPreference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOnDemandCapacityReservationPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OnDemandCapacityReservationUsageStrategy

newtype OnDemandCapacityReservationUsageStrategy Source #

Instances

Instances details
Eq OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

Ord OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

Read OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

Show OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

Generic OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

NFData OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

Hashable OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToJSON OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToJSONKey OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

FromJSON OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

FromJSONKey OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToLog OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToHeader OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToQuery OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

FromXML OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToXML OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToByteString OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

FromText OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

ToText OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

type Rep OnDemandCapacityReservationUsageStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy

type Rep OnDemandCapacityReservationUsageStrategy = D1 ('MetaData "OnDemandCapacityReservationUsageStrategy" "Amazonka.EMR.Types.OnDemandCapacityReservationUsageStrategy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "OnDemandCapacityReservationUsageStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOnDemandCapacityReservationUsageStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

OnDemandProvisioningAllocationStrategy

newtype OnDemandProvisioningAllocationStrategy Source #

Instances

Instances details
Eq OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

Ord OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

Read OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

Show OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

Generic OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

NFData OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

Hashable OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToJSON OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToJSONKey OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

FromJSON OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

FromJSONKey OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToLog OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToHeader OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToQuery OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

FromXML OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToXML OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToByteString OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

FromText OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

ToText OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

type Rep OnDemandProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy

type Rep OnDemandProvisioningAllocationStrategy = D1 ('MetaData "OnDemandProvisioningAllocationStrategy" "Amazonka.EMR.Types.OnDemandProvisioningAllocationStrategy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "OnDemandProvisioningAllocationStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOnDemandProvisioningAllocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

PlacementGroupStrategy

newtype PlacementGroupStrategy Source #

Instances

Instances details
Eq PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

Ord PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

Read PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

Show PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

Generic PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

Associated Types

type Rep PlacementGroupStrategy :: Type -> Type #

NFData PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

Methods

rnf :: PlacementGroupStrategy -> () #

Hashable PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToJSON PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToJSONKey PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

FromJSON PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

FromJSONKey PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToLog PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToHeader PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToQuery PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

FromXML PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToXML PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToByteString PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

FromText PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

ToText PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

type Rep PlacementGroupStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupStrategy

type Rep PlacementGroupStrategy = D1 ('MetaData "PlacementGroupStrategy" "Amazonka.EMR.Types.PlacementGroupStrategy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "PlacementGroupStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromPlacementGroupStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

RepoUpgradeOnBoot

newtype RepoUpgradeOnBoot Source #

Instances

Instances details
Eq RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

Ord RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

Read RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

Show RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

Generic RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

Associated Types

type Rep RepoUpgradeOnBoot :: Type -> Type #

NFData RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

Methods

rnf :: RepoUpgradeOnBoot -> () #

Hashable RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToJSON RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToJSONKey RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

FromJSON RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

FromJSONKey RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToLog RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToHeader RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToQuery RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

FromXML RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToXML RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToByteString RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

FromText RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

ToText RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

type Rep RepoUpgradeOnBoot Source # 
Instance details

Defined in Amazonka.EMR.Types.RepoUpgradeOnBoot

type Rep RepoUpgradeOnBoot = D1 ('MetaData "RepoUpgradeOnBoot" "Amazonka.EMR.Types.RepoUpgradeOnBoot" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "RepoUpgradeOnBoot'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromRepoUpgradeOnBoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

ScaleDownBehavior

newtype ScaleDownBehavior Source #

Instances

Instances details
Eq ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

Ord ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

Read ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

Show ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

Generic ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

Associated Types

type Rep ScaleDownBehavior :: Type -> Type #

NFData ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

Methods

rnf :: ScaleDownBehavior -> () #

Hashable ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToJSON ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToJSONKey ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

FromJSON ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

FromJSONKey ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToLog ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToHeader ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToQuery ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

FromXML ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToXML ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToByteString ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

FromText ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

ToText ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

type Rep ScaleDownBehavior Source # 
Instance details

Defined in Amazonka.EMR.Types.ScaleDownBehavior

type Rep ScaleDownBehavior = D1 ('MetaData "ScaleDownBehavior" "Amazonka.EMR.Types.ScaleDownBehavior" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "ScaleDownBehavior'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromScaleDownBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SpotProvisioningAllocationStrategy

newtype SpotProvisioningAllocationStrategy Source #

Instances

Instances details
Eq SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

Ord SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

Read SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

Show SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

Generic SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

Associated Types

type Rep SpotProvisioningAllocationStrategy :: Type -> Type #

NFData SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

Hashable SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToJSON SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToJSONKey SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

FromJSON SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

FromJSONKey SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToLog SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToHeader SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToQuery SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

FromXML SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToXML SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToByteString SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

FromText SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

ToText SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

type Rep SpotProvisioningAllocationStrategy Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningAllocationStrategy

type Rep SpotProvisioningAllocationStrategy = D1 ('MetaData "SpotProvisioningAllocationStrategy" "Amazonka.EMR.Types.SpotProvisioningAllocationStrategy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "SpotProvisioningAllocationStrategy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSpotProvisioningAllocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

SpotProvisioningTimeoutAction

newtype SpotProvisioningTimeoutAction Source #

Instances

Instances details
Eq SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

Ord SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

Read SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

Show SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

Generic SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

Associated Types

type Rep SpotProvisioningTimeoutAction :: Type -> Type #

NFData SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

Hashable SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToJSON SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToJSONKey SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

FromJSON SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

FromJSONKey SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToLog SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToHeader SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToQuery SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

FromXML SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToXML SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToByteString SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

FromText SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

ToText SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

type Rep SpotProvisioningTimeoutAction Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningTimeoutAction

type Rep SpotProvisioningTimeoutAction = D1 ('MetaData "SpotProvisioningTimeoutAction" "Amazonka.EMR.Types.SpotProvisioningTimeoutAction" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "SpotProvisioningTimeoutAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromSpotProvisioningTimeoutAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Statistic

newtype Statistic Source #

Constructors

Statistic' 

Fields

Instances

Instances details
Eq Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Ord Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Read Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Show Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Generic Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Associated Types

type Rep Statistic :: Type -> Type #

NFData Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Methods

rnf :: Statistic -> () #

Hashable Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

ToJSON Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

ToJSONKey Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

FromJSON Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

FromJSONKey Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

ToLog Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

ToHeader Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

ToQuery Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

FromXML Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

ToXML Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Methods

toXML :: Statistic -> XML #

ToByteString Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Methods

toBS :: Statistic -> ByteString #

FromText Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

ToText Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

Methods

toText :: Statistic -> Text #

type Rep Statistic Source # 
Instance details

Defined in Amazonka.EMR.Types.Statistic

type Rep Statistic = D1 ('MetaData "Statistic" "Amazonka.EMR.Types.Statistic" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "Statistic'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStatistic") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepCancellationOption

newtype StepCancellationOption Source #

Instances

Instances details
Eq StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

Ord StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

Read StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

Show StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

Generic StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

Associated Types

type Rep StepCancellationOption :: Type -> Type #

NFData StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

Methods

rnf :: StepCancellationOption -> () #

Hashable StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToJSON StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToJSONKey StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

FromJSON StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

FromJSONKey StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToLog StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToHeader StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToQuery StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

FromXML StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToXML StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToByteString StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

FromText StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

ToText StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

type Rep StepCancellationOption Source # 
Instance details

Defined in Amazonka.EMR.Types.StepCancellationOption

type Rep StepCancellationOption = D1 ('MetaData "StepCancellationOption" "Amazonka.EMR.Types.StepCancellationOption" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "StepCancellationOption'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepCancellationOption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepState

newtype StepState Source #

Constructors

StepState' 

Fields

Instances

Instances details
Eq StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Ord StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Read StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Show StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Generic StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Associated Types

type Rep StepState :: Type -> Type #

NFData StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

rnf :: StepState -> () #

Hashable StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToJSON StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToJSONKey StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

FromJSON StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

FromJSONKey StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToLog StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToHeader StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToQuery StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

FromXML StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToXML StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

toXML :: StepState -> XML #

ToByteString StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

toBS :: StepState -> ByteString #

FromText StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

ToText StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

Methods

toText :: StepState -> Text #

type Rep StepState Source # 
Instance details

Defined in Amazonka.EMR.Types.StepState

type Rep StepState = D1 ('MetaData "StepState" "Amazonka.EMR.Types.StepState" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "StepState'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepState") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

StepStateChangeReasonCode

newtype StepStateChangeReasonCode Source #

Instances

Instances details
Eq StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

Ord StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

Read StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

Show StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

Generic StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

Associated Types

type Rep StepStateChangeReasonCode :: Type -> Type #

NFData StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

Hashable StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToJSON StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToJSONKey StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

FromJSON StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

FromJSONKey StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToLog StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToHeader StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToQuery StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

FromXML StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToXML StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToByteString StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

FromText StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

ToText StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

type Rep StepStateChangeReasonCode Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReasonCode

type Rep StepStateChangeReasonCode = D1 ('MetaData "StepStateChangeReasonCode" "Amazonka.EMR.Types.StepStateChangeReasonCode" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "StepStateChangeReasonCode'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromStepStateChangeReasonCode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Unit

newtype Unit Source #

Constructors

Unit' 

Fields

Bundled Patterns

pattern Unit_BITS :: Unit 
pattern Unit_BITS_PER_SECOND :: Unit 
pattern Unit_BYTES :: Unit 
pattern Unit_BYTES_PER_SECOND :: Unit 
pattern Unit_COUNT :: Unit 
pattern Unit_COUNT_PER_SECOND :: Unit 
pattern Unit_GIGA_BITS :: Unit 
pattern Unit_GIGA_BITS_PER_SECOND :: Unit 
pattern Unit_GIGA_BYTES :: Unit 
pattern Unit_GIGA_BYTES_PER_SECOND :: Unit 
pattern Unit_KILO_BITS :: Unit 
pattern Unit_KILO_BITS_PER_SECOND :: Unit 
pattern Unit_KILO_BYTES :: Unit 
pattern Unit_KILO_BYTES_PER_SECOND :: Unit 
pattern Unit_MEGA_BITS :: Unit 
pattern Unit_MEGA_BITS_PER_SECOND :: Unit 
pattern Unit_MEGA_BYTES :: Unit 
pattern Unit_MEGA_BYTES_PER_SECOND :: Unit 
pattern Unit_MICRO_SECONDS :: Unit 
pattern Unit_MILLI_SECONDS :: Unit 
pattern Unit_NONE :: Unit 
pattern Unit_PERCENT :: Unit 
pattern Unit_SECONDS :: Unit 
pattern Unit_TERA_BITS :: Unit 
pattern Unit_TERA_BITS_PER_SECOND :: Unit 
pattern Unit_TERA_BYTES :: Unit 
pattern Unit_TERA_BYTES_PER_SECOND :: Unit 

Instances

Instances details
Eq Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

(==) :: Unit -> Unit -> Bool #

(/=) :: Unit -> Unit -> Bool #

Ord Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

compare :: Unit -> Unit -> Ordering #

(<) :: Unit -> Unit -> Bool #

(<=) :: Unit -> Unit -> Bool #

(>) :: Unit -> Unit -> Bool #

(>=) :: Unit -> Unit -> Bool #

max :: Unit -> Unit -> Unit #

min :: Unit -> Unit -> Unit #

Read Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Show Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

showsPrec :: Int -> Unit -> ShowS #

show :: Unit -> String #

showList :: [Unit] -> ShowS #

Generic Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Associated Types

type Rep Unit :: Type -> Type #

Methods

from :: Unit -> Rep Unit x #

to :: Rep Unit x -> Unit #

NFData Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

rnf :: Unit -> () #

Hashable Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

hashWithSalt :: Int -> Unit -> Int #

hash :: Unit -> Int #

ToJSON Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

ToJSONKey Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

FromJSON Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

FromJSONKey Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

ToLog Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

ToHeader Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

toHeader :: HeaderName -> Unit -> [Header] #

ToQuery Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

toQuery :: Unit -> QueryString #

FromXML Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

parseXML :: [Node] -> Either String Unit #

ToXML Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

toXML :: Unit -> XML #

ToByteString Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

toBS :: Unit -> ByteString #

FromText Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

ToText Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

Methods

toText :: Unit -> Text #

type Rep Unit Source # 
Instance details

Defined in Amazonka.EMR.Types.Unit

type Rep Unit = D1 ('MetaData "Unit" "Amazonka.EMR.Types.Unit" "libZSservicesZSamazonka-emrZSamazonka-emr" 'True) (C1 ('MetaCons "Unit'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromUnit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

Application

data Application Source #

With Amazon EMR release version 4.0 and later, the only accepted parameter is the application name. To pass arguments to applications, you use configuration classifications specified using configuration JSON objects. For more information, see Configuring Applications.

With earlier Amazon EMR releases, the application is any Amazon or third-party software that you can add to the cluster. This structure contains a list of strings that indicates the software to use with the cluster and accepts a user argument list. Amazon EMR accepts and forwards the argument list to the corresponding installation script as bootstrap action argument.

See: newApplication smart constructor.

Constructors

Application' 

Fields

Instances

Instances details
Eq Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

Read Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

Show Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

Generic Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

Associated Types

type Rep Application :: Type -> Type #

NFData Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

Methods

rnf :: Application -> () #

Hashable Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

ToJSON Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

FromJSON Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

type Rep Application Source # 
Instance details

Defined in Amazonka.EMR.Types.Application

type Rep Application = D1 ('MetaData "Application" "Amazonka.EMR.Types.Application" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Application'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "additionalInfo") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text)))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newApplication :: Application Source #

Create a value of Application with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:args:Application', application_args - Arguments for Amazon EMR to pass to the application.

$sel:additionalInfo:Application', application_additionalInfo - This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.

$sel:name:Application', application_name - The name of the application.

$sel:version:Application', application_version - The version of the application.

application_args :: Lens' Application (Maybe [Text]) Source #

Arguments for Amazon EMR to pass to the application.

application_additionalInfo :: Lens' Application (Maybe (HashMap Text Text)) Source #

This option is for advanced users only. This is meta information about third-party applications that third-party vendors use for testing purposes.

application_name :: Lens' Application (Maybe Text) Source #

The name of the application.

application_version :: Lens' Application (Maybe Text) Source #

The version of the application.

AutoScalingPolicy

data AutoScalingPolicy Source #

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

See: newAutoScalingPolicy smart constructor.

Constructors

AutoScalingPolicy' 

Fields

  • constraints :: ScalingConstraints

    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.

  • rules :: [ScalingRule]

    The scale-in and scale-out rules that comprise the automatic scaling policy.

Instances

Instances details
Eq AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

Read AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

Show AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

Generic AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

Associated Types

type Rep AutoScalingPolicy :: Type -> Type #

NFData AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

Methods

rnf :: AutoScalingPolicy -> () #

Hashable AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

ToJSON AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

type Rep AutoScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicy

type Rep AutoScalingPolicy = D1 ('MetaData "AutoScalingPolicy" "Amazonka.EMR.Types.AutoScalingPolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "AutoScalingPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "constraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalingConstraints) :*: S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ScalingRule])))

newAutoScalingPolicy Source #

Create a value of AutoScalingPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:constraints:AutoScalingPolicy', autoScalingPolicy_constraints - 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.

$sel:rules:AutoScalingPolicy', autoScalingPolicy_rules - The scale-in and scale-out rules that comprise the automatic scaling policy.

autoScalingPolicy_constraints :: Lens' AutoScalingPolicy ScalingConstraints Source #

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.

autoScalingPolicy_rules :: Lens' AutoScalingPolicy [ScalingRule] Source #

The scale-in and scale-out rules that comprise the automatic scaling policy.

AutoScalingPolicyDescription

data AutoScalingPolicyDescription Source #

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.

See: newAutoScalingPolicyDescription smart constructor.

Constructors

AutoScalingPolicyDescription' 

Fields

Instances

Instances details
Eq AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

Read AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

Show AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

Generic AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

Associated Types

type Rep AutoScalingPolicyDescription :: Type -> Type #

NFData AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

Hashable AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

FromJSON AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

type Rep AutoScalingPolicyDescription Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyDescription

type Rep AutoScalingPolicyDescription = D1 ('MetaData "AutoScalingPolicyDescription" "Amazonka.EMR.Types.AutoScalingPolicyDescription" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "AutoScalingPolicyDescription'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingPolicyStatus)) :*: (S1 ('MetaSel ('Just "rules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ScalingRule])) :*: S1 ('MetaSel ('Just "constraints") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScalingConstraints)))))

newAutoScalingPolicyDescription :: AutoScalingPolicyDescription Source #

Create a value of AutoScalingPolicyDescription with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:AutoScalingPolicyDescription', autoScalingPolicyDescription_status - The status of an automatic scaling policy.

$sel:rules:AutoScalingPolicyDescription', autoScalingPolicyDescription_rules - The scale-in and scale-out rules that comprise the automatic scaling policy.

$sel:constraints:AutoScalingPolicyDescription', autoScalingPolicyDescription_constraints - 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.

autoScalingPolicyDescription_rules :: Lens' AutoScalingPolicyDescription (Maybe [ScalingRule]) Source #

The scale-in and scale-out rules that comprise the automatic scaling policy.

autoScalingPolicyDescription_constraints :: Lens' AutoScalingPolicyDescription (Maybe ScalingConstraints) Source #

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.

AutoScalingPolicyStateChangeReason

data AutoScalingPolicyStateChangeReason Source #

The reason for an AutoScalingPolicyStatus change.

See: newAutoScalingPolicyStateChangeReason smart constructor.

Constructors

AutoScalingPolicyStateChangeReason' 

Fields

  • code :: Maybe AutoScalingPolicyStateChangeReasonCode

    The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.

  • message :: Maybe Text

    A friendly, more verbose message that accompanies an automatic scaling policy state change.

Instances

Instances details
Eq AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

Read AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

Show AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

Generic AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

Associated Types

type Rep AutoScalingPolicyStateChangeReason :: Type -> Type #

NFData AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

Hashable AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

FromJSON AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

type Rep AutoScalingPolicyStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason

type Rep AutoScalingPolicyStateChangeReason = D1 ('MetaData "AutoScalingPolicyStateChangeReason" "Amazonka.EMR.Types.AutoScalingPolicyStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "AutoScalingPolicyStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingPolicyStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAutoScalingPolicyStateChangeReason :: AutoScalingPolicyStateChangeReason Source #

Create a value of AutoScalingPolicyStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:AutoScalingPolicyStateChangeReason', autoScalingPolicyStateChangeReason_code - The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.

$sel:message:AutoScalingPolicyStateChangeReason', autoScalingPolicyStateChangeReason_message - A friendly, more verbose message that accompanies an automatic scaling policy state change.

autoScalingPolicyStateChangeReason_code :: Lens' AutoScalingPolicyStateChangeReason (Maybe AutoScalingPolicyStateChangeReasonCode) Source #

The code indicating the reason for the change in status.USER_REQUEST indicates that the scaling policy status was changed by a user. PROVISION_FAILURE indicates that the status change was because the policy failed to provision. CLEANUP_FAILURE indicates an error.

autoScalingPolicyStateChangeReason_message :: Lens' AutoScalingPolicyStateChangeReason (Maybe Text) Source #

A friendly, more verbose message that accompanies an automatic scaling policy state change.

AutoScalingPolicyStatus

data AutoScalingPolicyStatus Source #

The status of an automatic scaling policy.

See: newAutoScalingPolicyStatus smart constructor.

Constructors

AutoScalingPolicyStatus' 

Fields

Instances

Instances details
Eq AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

Read AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

Show AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

Generic AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

Associated Types

type Rep AutoScalingPolicyStatus :: Type -> Type #

NFData AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

Methods

rnf :: AutoScalingPolicyStatus -> () #

Hashable AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

FromJSON AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

type Rep AutoScalingPolicyStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoScalingPolicyStatus

type Rep AutoScalingPolicyStatus = D1 ('MetaData "AutoScalingPolicyStatus" "Amazonka.EMR.Types.AutoScalingPolicyStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "AutoScalingPolicyStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingPolicyState)) :*: S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingPolicyStateChangeReason))))

newAutoScalingPolicyStatus :: AutoScalingPolicyStatus Source #

Create a value of AutoScalingPolicyStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:AutoScalingPolicyStatus', autoScalingPolicyStatus_state - Indicates the status of the automatic scaling policy.

$sel:stateChangeReason:AutoScalingPolicyStatus', autoScalingPolicyStatus_stateChangeReason - The reason for a change in status.

autoScalingPolicyStatus_state :: Lens' AutoScalingPolicyStatus (Maybe AutoScalingPolicyState) Source #

Indicates the status of the automatic scaling policy.

AutoTerminationPolicy

data AutoTerminationPolicy Source #

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

See: newAutoTerminationPolicy smart constructor.

Constructors

AutoTerminationPolicy' 

Fields

  • idleTimeout :: Maybe Integer

    Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).

Instances

Instances details
Eq AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

Read AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

Show AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

Generic AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

Associated Types

type Rep AutoTerminationPolicy :: Type -> Type #

NFData AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

Methods

rnf :: AutoTerminationPolicy -> () #

Hashable AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

ToJSON AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

FromJSON AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

type Rep AutoTerminationPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.AutoTerminationPolicy

type Rep AutoTerminationPolicy = D1 ('MetaData "AutoTerminationPolicy" "Amazonka.EMR.Types.AutoTerminationPolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "AutoTerminationPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "idleTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))))

newAutoTerminationPolicy :: AutoTerminationPolicy Source #

Create a value of AutoTerminationPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:idleTimeout:AutoTerminationPolicy', autoTerminationPolicy_idleTimeout - Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).

autoTerminationPolicy_idleTimeout :: Lens' AutoTerminationPolicy (Maybe Integer) Source #

Specifies the amount of idle time in seconds after which the cluster automatically terminates. You can specify a minimum of 60 seconds and a maximum of 604800 seconds (seven days).

BlockPublicAccessConfiguration

data BlockPublicAccessConfiguration Source #

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

See: newBlockPublicAccessConfiguration smart constructor.

Constructors

BlockPublicAccessConfiguration' 

Fields

  • permittedPublicSecurityGroupRuleRanges :: Maybe [PortRange]

    Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from all public sources. For example, if Port 23 (Telnet) is specified for PermittedPublicSecurityGroupRuleRanges, Amazon EMR allows cluster creation if a security group associated with the cluster has a rule that allows inbound traffic on Port 23 from IPv4 0.0.0.0/0 or IPv6 port ::/0 as the source.

    By default, Port 22, which is used for SSH access to the cluster EC2 instances, is in the list of PermittedPublicSecurityGroupRuleRanges.

  • blockPublicSecurityGroupRules :: Bool

    Indicates whether Amazon EMR block public access is enabled (true) or disabled (false). By default, the value is false for accounts that have created EMR clusters before July 2019. For accounts created after this, the default is true.

Instances

Instances details
Eq BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

Read BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

Show BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

Generic BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

Associated Types

type Rep BlockPublicAccessConfiguration :: Type -> Type #

NFData BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

Hashable BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

ToJSON BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

FromJSON BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

type Rep BlockPublicAccessConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfiguration

type Rep BlockPublicAccessConfiguration = D1 ('MetaData "BlockPublicAccessConfiguration" "Amazonka.EMR.Types.BlockPublicAccessConfiguration" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "BlockPublicAccessConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "permittedPublicSecurityGroupRuleRanges") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PortRange])) :*: S1 ('MetaSel ('Just "blockPublicSecurityGroupRules") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newBlockPublicAccessConfiguration Source #

Create a value of BlockPublicAccessConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:permittedPublicSecurityGroupRuleRanges:BlockPublicAccessConfiguration', blockPublicAccessConfiguration_permittedPublicSecurityGroupRuleRanges - Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from all public sources. For example, if Port 23 (Telnet) is specified for PermittedPublicSecurityGroupRuleRanges, Amazon EMR allows cluster creation if a security group associated with the cluster has a rule that allows inbound traffic on Port 23 from IPv4 0.0.0.0/0 or IPv6 port ::/0 as the source.

By default, Port 22, which is used for SSH access to the cluster EC2 instances, is in the list of PermittedPublicSecurityGroupRuleRanges.

$sel:blockPublicSecurityGroupRules:BlockPublicAccessConfiguration', blockPublicAccessConfiguration_blockPublicSecurityGroupRules - Indicates whether Amazon EMR block public access is enabled (true) or disabled (false). By default, the value is false for accounts that have created EMR clusters before July 2019. For accounts created after this, the default is true.

blockPublicAccessConfiguration_permittedPublicSecurityGroupRuleRanges :: Lens' BlockPublicAccessConfiguration (Maybe [PortRange]) Source #

Specifies ports and port ranges that are permitted to have security group rules that allow inbound traffic from all public sources. For example, if Port 23 (Telnet) is specified for PermittedPublicSecurityGroupRuleRanges, Amazon EMR allows cluster creation if a security group associated with the cluster has a rule that allows inbound traffic on Port 23 from IPv4 0.0.0.0/0 or IPv6 port ::/0 as the source.

By default, Port 22, which is used for SSH access to the cluster EC2 instances, is in the list of PermittedPublicSecurityGroupRuleRanges.

blockPublicAccessConfiguration_blockPublicSecurityGroupRules :: Lens' BlockPublicAccessConfiguration Bool Source #

Indicates whether Amazon EMR block public access is enabled (true) or disabled (false). By default, the value is false for accounts that have created EMR clusters before July 2019. For accounts created after this, the default is true.

BlockPublicAccessConfigurationMetadata

data BlockPublicAccessConfigurationMetadata Source #

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

See: newBlockPublicAccessConfigurationMetadata smart constructor.

Constructors

BlockPublicAccessConfigurationMetadata' 

Fields

Instances

Instances details
Eq BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

Read BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

Show BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

Generic BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

NFData BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

Hashable BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

FromJSON BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

type Rep BlockPublicAccessConfigurationMetadata Source # 
Instance details

Defined in Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata

type Rep BlockPublicAccessConfigurationMetadata = D1 ('MetaData "BlockPublicAccessConfigurationMetadata" "Amazonka.EMR.Types.BlockPublicAccessConfigurationMetadata" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "BlockPublicAccessConfigurationMetadata'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "createdByArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newBlockPublicAccessConfigurationMetadata Source #

Create a value of BlockPublicAccessConfigurationMetadata with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationDateTime:BlockPublicAccessConfigurationMetadata', blockPublicAccessConfigurationMetadata_creationDateTime - The date and time that the configuration was created.

$sel:createdByArn:BlockPublicAccessConfigurationMetadata', blockPublicAccessConfigurationMetadata_createdByArn - The Amazon Resource Name that created or last modified the configuration.

blockPublicAccessConfigurationMetadata_createdByArn :: Lens' BlockPublicAccessConfigurationMetadata Text Source #

The Amazon Resource Name that created or last modified the configuration.

BootstrapActionConfig

data BootstrapActionConfig Source #

Configuration of a bootstrap action.

See: newBootstrapActionConfig smart constructor.

Constructors

BootstrapActionConfig' 

Fields

Instances

Instances details
Eq BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Read BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Show BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Generic BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Associated Types

type Rep BootstrapActionConfig :: Type -> Type #

NFData BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

Methods

rnf :: BootstrapActionConfig -> () #

Hashable BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

ToJSON BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

type Rep BootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.BootstrapActionConfig

type Rep BootstrapActionConfig = D1 ('MetaData "BootstrapActionConfig" "Amazonka.EMR.Types.BootstrapActionConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "BootstrapActionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "scriptBootstrapAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScriptBootstrapActionConfig)))

newBootstrapActionConfig Source #

Create a value of BootstrapActionConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:BootstrapActionConfig', bootstrapActionConfig_name - The name of the bootstrap action.

$sel:scriptBootstrapAction:BootstrapActionConfig', bootstrapActionConfig_scriptBootstrapAction - The script run by the bootstrap action.

CancelStepsInfo

data CancelStepsInfo Source #

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

See: newCancelStepsInfo smart constructor.

Constructors

CancelStepsInfo' 

Fields

Instances

Instances details
Eq CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Read CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Show CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Generic CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Associated Types

type Rep CancelStepsInfo :: Type -> Type #

NFData CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

Methods

rnf :: CancelStepsInfo -> () #

Hashable CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

FromJSON CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

type Rep CancelStepsInfo Source # 
Instance details

Defined in Amazonka.EMR.Types.CancelStepsInfo

type Rep CancelStepsInfo = D1 ('MetaData "CancelStepsInfo" "Amazonka.EMR.Types.CancelStepsInfo" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "CancelStepsInfo'" 'PrefixI 'True) (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe CancelStepsRequestStatus)) :*: (S1 ('MetaSel ('Just "stepId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCancelStepsInfo :: CancelStepsInfo Source #

Create a value of CancelStepsInfo with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:CancelStepsInfo', cancelStepsInfo_status - The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

$sel:stepId:CancelStepsInfo', cancelStepsInfo_stepId - The encrypted StepId of a step.

$sel:reason:CancelStepsInfo', cancelStepsInfo_reason - The reason for the failure if the CancelSteps request fails.

cancelStepsInfo_status :: Lens' CancelStepsInfo (Maybe CancelStepsRequestStatus) Source #

The status of a CancelSteps Request. The value may be SUBMITTED or FAILED.

cancelStepsInfo_stepId :: Lens' CancelStepsInfo (Maybe Text) Source #

The encrypted StepId of a step.

cancelStepsInfo_reason :: Lens' CancelStepsInfo (Maybe Text) Source #

The reason for the failure if the CancelSteps request fails.

CloudWatchAlarmDefinition

data CloudWatchAlarmDefinition Source #

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.

See: newCloudWatchAlarmDefinition smart constructor.

Constructors

CloudWatchAlarmDefinition' 

Fields

  • evaluationPeriods :: Maybe Int

    The number of periods, in five-minute increments, during which the alarm condition must exist before the alarm triggers automatic scaling activity. The default value is 1.

  • namespace :: Maybe Text

    The namespace for the CloudWatch metric. The default is AWS/ElasticMapReduce.

  • dimensions :: Maybe [MetricDimension]

    A CloudWatch metric dimension.

  • unit :: Maybe Unit

    The unit of measure associated with the CloudWatch metric being watched. The value specified for Unit must correspond to the units specified in the CloudWatch metric.

  • statistic :: Maybe Statistic

    The statistic to apply to the metric associated with the alarm. The default is AVERAGE.

  • comparisonOperator :: ComparisonOperator

    Determines how the metric specified by MetricName is compared to the value specified by Threshold.

  • metricName :: Text

    The name of the CloudWatch metric that is watched to determine an alarm condition.

  • period :: Int

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

  • threshold :: Double

    The value against which the specified statistic is compared.

Instances

Instances details
Eq CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

Read CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

Show CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

Generic CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

Associated Types

type Rep CloudWatchAlarmDefinition :: Type -> Type #

NFData CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

Hashable CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

ToJSON CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

FromJSON CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

type Rep CloudWatchAlarmDefinition Source # 
Instance details

Defined in Amazonka.EMR.Types.CloudWatchAlarmDefinition

newCloudWatchAlarmDefinition Source #

Create a value of CloudWatchAlarmDefinition with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:evaluationPeriods:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_evaluationPeriods - The number of periods, in five-minute increments, during which the alarm condition must exist before the alarm triggers automatic scaling activity. The default value is 1.

$sel:namespace:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_namespace - The namespace for the CloudWatch metric. The default is AWS/ElasticMapReduce.

$sel:dimensions:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_dimensions - A CloudWatch metric dimension.

$sel:unit:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_unit - The unit of measure associated with the CloudWatch metric being watched. The value specified for Unit must correspond to the units specified in the CloudWatch metric.

$sel:statistic:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_statistic - The statistic to apply to the metric associated with the alarm. The default is AVERAGE.

$sel:comparisonOperator:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_comparisonOperator - Determines how the metric specified by MetricName is compared to the value specified by Threshold.

$sel:metricName:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_metricName - The name of the CloudWatch metric that is watched to determine an alarm condition.

$sel:period:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_period - 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 300.

$sel:threshold:CloudWatchAlarmDefinition', cloudWatchAlarmDefinition_threshold - The value against which the specified statistic is compared.

cloudWatchAlarmDefinition_evaluationPeriods :: Lens' CloudWatchAlarmDefinition (Maybe Int) Source #

The number of periods, in five-minute increments, during which the alarm condition must exist before the alarm triggers automatic scaling activity. The default value is 1.

cloudWatchAlarmDefinition_namespace :: Lens' CloudWatchAlarmDefinition (Maybe Text) Source #

The namespace for the CloudWatch metric. The default is AWS/ElasticMapReduce.

cloudWatchAlarmDefinition_unit :: Lens' CloudWatchAlarmDefinition (Maybe Unit) Source #

The unit of measure associated with the CloudWatch metric being watched. The value specified for Unit must correspond to the units specified in the CloudWatch metric.

cloudWatchAlarmDefinition_statistic :: Lens' CloudWatchAlarmDefinition (Maybe Statistic) Source #

The statistic to apply to the metric associated with the alarm. The default is AVERAGE.

cloudWatchAlarmDefinition_comparisonOperator :: Lens' CloudWatchAlarmDefinition ComparisonOperator Source #

Determines how the metric specified by MetricName is compared to the value specified by Threshold.

cloudWatchAlarmDefinition_metricName :: Lens' CloudWatchAlarmDefinition Text Source #

The name of the CloudWatch metric that is watched to determine an alarm condition.

cloudWatchAlarmDefinition_period :: Lens' CloudWatchAlarmDefinition Int Source #

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

cloudWatchAlarmDefinition_threshold :: Lens' CloudWatchAlarmDefinition Double Source #

The value against which the specified statistic is compared.

Cluster

data Cluster Source #

The detailed description of the cluster.

See: newCluster smart constructor.

Constructors

Cluster' 

Fields

  • logEncryptionKmsKeyId :: Maybe Text

    The KMS key used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.

  • clusterArn :: Maybe Text

    The Amazon Resource Name of the cluster.

  • requestedAmiVersion :: Maybe Text

    The AMI version requested for this cluster.

  • ebsRootVolumeSize :: Maybe Int

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

  • ec2InstanceAttributes :: Maybe Ec2InstanceAttributes

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

  • outpostArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

  • normalizedInstanceHours :: Maybe Int

    An approximation of the cost of the cluster, 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.

  • configurations :: Maybe [Configuration]

    Applies only to Amazon EMR releases 4.x and later. The list of Configurations supplied to the EMR cluster.

  • customAmiId :: Maybe Text

    Available only in Amazon EMR version 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.

  • autoScalingRole :: Maybe Text

    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.

  • securityConfiguration :: Maybe Text

    The name of the security configuration applied to the cluster.

  • scaleDownBehavior :: Maybe ScaleDownBehavior

    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 adds nodes to a deny list 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 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.

  • instanceCollectionType :: Maybe InstanceCollectionType

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

    The instance group configuration of the cluster. A value of INSTANCE_GROUP indicates a uniform instance group configuration. A value of INSTANCE_FLEET indicates an instance fleets configuration.

  • releaseLabel :: Maybe Text

    The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use AmiVersion.

  • repoUpgradeOnBoot :: Maybe RepoUpgradeOnBoot

    Applies only when CustomAmiID is used. Specifies the type of updates that are applied from the Amazon Linux AMI package repositories when an instance boots using the AMI.

  • logUri :: Maybe Text

    The path to the Amazon S3 location where logs for this cluster are stored.

  • kerberosAttributes :: Maybe KerberosAttributes

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

  • placementGroups :: Maybe [PlacementGroupConfig]

    Placement group configured for an Amazon EMR cluster.

  • runningAmiVersion :: Maybe Text

    The AMI version running on this cluster.

  • masterPublicDnsName :: Maybe Text

    The DNS name of the master node. If the cluster is on a private subnet, this is the private DNS name. On a public subnet, this is the public DNS name.

  • terminationProtected :: Maybe Bool

    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.

  • visibleToAllUsers :: Maybe Bool

    Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals.

    The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console. IAM principals that are allowed to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.

  • autoTerminate :: Maybe Bool

    Specifies whether the cluster should terminate after completing all steps.

  • stepConcurrencyLevel :: Maybe Int

    Specifies the number of steps that can be executed concurrently.

  • applications :: Maybe [Application]

    The applications installed on this cluster.

  • tags :: Maybe [Tag]

    A list of tags associated with a cluster.

  • serviceRole :: Maybe Text

    The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf.

  • id :: Text

    The unique identifier for the cluster.

  • name :: Text

    The name of the cluster.

  • status :: ClusterStatus

    The current status details about the cluster.

Instances

Instances details
Eq Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

Methods

(==) :: Cluster -> Cluster -> Bool #

(/=) :: Cluster -> Cluster -> Bool #

Read Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

Show Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

Generic Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

Associated Types

type Rep Cluster :: Type -> Type #

Methods

from :: Cluster -> Rep Cluster x #

to :: Rep Cluster x -> Cluster #

NFData Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

Methods

rnf :: Cluster -> () #

Hashable Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

Methods

hashWithSalt :: Int -> Cluster -> Int #

hash :: Cluster -> Int #

FromJSON Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

type Rep Cluster Source # 
Instance details

Defined in Amazonka.EMR.Types.Cluster

type Rep Cluster = D1 ('MetaData "Cluster" "Amazonka.EMR.Types.Cluster" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Cluster'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "logEncryptionKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requestedAmiVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ebsRootVolumeSize") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "ec2InstanceAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Ec2InstanceAttributes))) :*: (S1 ('MetaSel ('Just "outpostArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "normalizedInstanceHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))))) :*: (((S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration])) :*: S1 ('MetaSel ('Just "customAmiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "autoScalingRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "securityConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "scaleDownBehavior") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScaleDownBehavior)) :*: S1 ('MetaSel ('Just "instanceCollectionType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceCollectionType))) :*: (S1 ('MetaSel ('Just "releaseLabel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "repoUpgradeOnBoot") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe RepoUpgradeOnBoot)))))) :*: (((S1 ('MetaSel ('Just "logUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "kerberosAttributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe KerberosAttributes)) :*: S1 ('MetaSel ('Just "placementGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PlacementGroupConfig])))) :*: ((S1 ('MetaSel ('Just "runningAmiVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "masterPublicDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "terminationProtected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "visibleToAllUsers") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))) :*: (((S1 ('MetaSel ('Just "autoTerminate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "stepConcurrencyLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "applications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Application])) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))) :*: ((S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ClusterStatus)))))))

newCluster Source #

Create a value of Cluster with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logEncryptionKmsKeyId:Cluster', cluster_logEncryptionKmsKeyId - The KMS key used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.

$sel:clusterArn:Cluster', cluster_clusterArn - The Amazon Resource Name of the cluster.

$sel:requestedAmiVersion:Cluster', cluster_requestedAmiVersion - The AMI version requested for this cluster.

$sel:ebsRootVolumeSize:Cluster', cluster_ebsRootVolumeSize - The size, in GiB, of the Amazon EBS root device volume of the Linux AMI that is used for each EC2 instance. Available in Amazon EMR version 4.x and later.

$sel:ec2InstanceAttributes:Cluster', cluster_ec2InstanceAttributes - Provides information about the EC2 instances in a cluster grouped by category. For example, key name, subnet ID, IAM instance profile, and so on.

$sel:outpostArn:Cluster', cluster_outpostArn - The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

$sel:normalizedInstanceHours:Cluster', cluster_normalizedInstanceHours - An approximation of the cost of the cluster, 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.

$sel:configurations:Cluster', cluster_configurations - Applies only to Amazon EMR releases 4.x and later. The list of Configurations supplied to the EMR cluster.

$sel:customAmiId:Cluster', cluster_customAmiId - Available only in Amazon EMR version 5.7.0 and later. The ID of a custom Amazon EBS-backed Linux AMI if the cluster uses a custom AMI.

$sel:autoScalingRole:Cluster', cluster_autoScalingRole - 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.

$sel:securityConfiguration:Cluster', cluster_securityConfiguration - The name of the security configuration applied to the cluster.

$sel:scaleDownBehavior:Cluster', cluster_scaleDownBehavior - 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 adds nodes to a deny list 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 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.

$sel:instanceCollectionType:Cluster', cluster_instanceCollectionType - The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

The instance group configuration of the cluster. A value of INSTANCE_GROUP indicates a uniform instance group configuration. A value of INSTANCE_FLEET indicates an instance fleets configuration.

$sel:releaseLabel:Cluster', cluster_releaseLabel - The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use AmiVersion.

$sel:repoUpgradeOnBoot:Cluster', cluster_repoUpgradeOnBoot - Applies only when CustomAmiID is used. Specifies the type of updates that are applied from the Amazon Linux AMI package repositories when an instance boots using the AMI.

$sel:logUri:Cluster', cluster_logUri - The path to the Amazon S3 location where logs for this cluster are stored.

$sel:kerberosAttributes:Cluster', cluster_kerberosAttributes - Attributes for Kerberos configuration when Kerberos authentication is enabled using a security configuration. For more information see Use Kerberos Authentication in the Amazon EMR Management Guide.

$sel:placementGroups:Cluster', cluster_placementGroups - Placement group configured for an Amazon EMR cluster.

$sel:runningAmiVersion:Cluster', cluster_runningAmiVersion - The AMI version running on this cluster.

$sel:masterPublicDnsName:Cluster', cluster_masterPublicDnsName - The DNS name of the master node. If the cluster is on a private subnet, this is the private DNS name. On a public subnet, this is the public DNS name.

$sel:terminationProtected:Cluster', cluster_terminationProtected - 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.

$sel:visibleToAllUsers:Cluster', cluster_visibleToAllUsers - Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals.

The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console. IAM principals that are allowed to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.

$sel:autoTerminate:Cluster', cluster_autoTerminate - Specifies whether the cluster should terminate after completing all steps.

$sel:stepConcurrencyLevel:Cluster', cluster_stepConcurrencyLevel - Specifies the number of steps that can be executed concurrently.

$sel:applications:Cluster', cluster_applications - The applications installed on this cluster.

$sel:tags:Cluster', cluster_tags - A list of tags associated with a cluster.

$sel:serviceRole:Cluster', cluster_serviceRole - The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf.

$sel:id:Cluster', cluster_id - The unique identifier for the cluster.

$sel:name:Cluster', cluster_name - The name of the cluster.

$sel:status:Cluster', cluster_status - The current status details about the cluster.

cluster_logEncryptionKmsKeyId :: Lens' Cluster (Maybe Text) Source #

The KMS key used for encrypting log files. This attribute is only available with EMR version 5.30.0 and later, excluding EMR 6.0.0.

cluster_clusterArn :: Lens' Cluster (Maybe Text) Source #

The Amazon Resource Name of the cluster.

cluster_requestedAmiVersion :: Lens' Cluster (Maybe Text) Source #

The AMI version requested for this cluster.

cluster_ebsRootVolumeSize :: Lens' Cluster (Maybe Int) Source #

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

cluster_ec2InstanceAttributes :: Lens' Cluster (Maybe Ec2InstanceAttributes) Source #

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

cluster_outpostArn :: Lens' Cluster (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

cluster_normalizedInstanceHours :: Lens' Cluster (Maybe Int) Source #

An approximation of the cost of the cluster, 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.

cluster_configurations :: Lens' Cluster (Maybe [Configuration]) Source #

Applies only to Amazon EMR releases 4.x and later. The list of Configurations supplied to the EMR cluster.

cluster_customAmiId :: Lens' Cluster (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 the cluster uses a custom AMI.

cluster_autoScalingRole :: Lens' Cluster (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.

cluster_securityConfiguration :: Lens' Cluster (Maybe Text) Source #

The name of the security configuration applied to the cluster.

cluster_scaleDownBehavior :: Lens' Cluster (Maybe ScaleDownBehavior) Source #

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 adds nodes to a deny list 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 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.

cluster_instanceCollectionType :: Lens' Cluster (Maybe InstanceCollectionType) Source #

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

The instance group configuration of the cluster. A value of INSTANCE_GROUP indicates a uniform instance group configuration. A value of INSTANCE_FLEET indicates an instance fleets configuration.

cluster_releaseLabel :: Lens' Cluster (Maybe Text) Source #

The Amazon EMR release label, which determines the version of open-source application packages installed on the cluster. Release labels are in the form emr-x.x.x, where x.x.x is an Amazon EMR release version such as emr-5.14.0. For more information about Amazon EMR release versions and included application versions and features, see https://docs.aws.amazon.com/emr/latest/ReleaseGuide/. The release label applies only to Amazon EMR releases version 4.0 and later. Earlier versions use AmiVersion.

cluster_repoUpgradeOnBoot :: Lens' Cluster (Maybe RepoUpgradeOnBoot) Source #

Applies only when CustomAmiID is used. Specifies the type of updates that are applied from the Amazon Linux AMI package repositories when an instance boots using the AMI.

cluster_logUri :: Lens' Cluster (Maybe Text) Source #

The path to the Amazon S3 location where logs for this cluster are stored.

cluster_kerberosAttributes :: Lens' Cluster (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 Amazon EMR Management Guide.

cluster_placementGroups :: Lens' Cluster (Maybe [PlacementGroupConfig]) Source #

Placement group configured for an Amazon EMR cluster.

cluster_runningAmiVersion :: Lens' Cluster (Maybe Text) Source #

The AMI version running on this cluster.

cluster_masterPublicDnsName :: Lens' Cluster (Maybe Text) Source #

The DNS name of the master node. If the cluster is on a private subnet, this is the private DNS name. On a public subnet, this is the public DNS name.

cluster_terminationProtected :: Lens' Cluster (Maybe Bool) Source #

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.

cluster_visibleToAllUsers :: Lens' Cluster (Maybe Bool) Source #

Indicates whether the cluster is visible to IAM principals in the Amazon Web Services account associated with the cluster. When true, IAM principals in the Amazon Web Services account can perform EMR cluster actions on the cluster that their IAM policies allow. When false, only the IAM principal that created the cluster and the Amazon Web Services account root user can perform EMR actions, regardless of IAM permissions policies attached to other IAM principals.

The default value is true if a value is not provided when creating a cluster using the EMR API RunJobFlow command, the CLI create-cluster command, or the Amazon Web Services Management Console. IAM principals that are allowed to perform actions on the cluster can use the SetVisibleToAllUsers action to change the value on a running cluster. For more information, see Understanding the EMR Cluster VisibleToAllUsers Setting in the Amazon EMRManagement Guide.

cluster_autoTerminate :: Lens' Cluster (Maybe Bool) Source #

Specifies whether the cluster should terminate after completing all steps.

cluster_stepConcurrencyLevel :: Lens' Cluster (Maybe Int) Source #

Specifies the number of steps that can be executed concurrently.

cluster_applications :: Lens' Cluster (Maybe [Application]) Source #

The applications installed on this cluster.

cluster_tags :: Lens' Cluster (Maybe [Tag]) Source #

A list of tags associated with a cluster.

cluster_serviceRole :: Lens' Cluster (Maybe Text) Source #

The IAM role that Amazon EMR assumes in order to access Amazon Web Services resources on your behalf.

cluster_id :: Lens' Cluster Text Source #

The unique identifier for the cluster.

cluster_name :: Lens' Cluster Text Source #

The name of the cluster.

cluster_status :: Lens' Cluster ClusterStatus Source #

The current status details about the cluster.

ClusterStateChangeReason

data ClusterStateChangeReason Source #

The reason that the cluster changed to its current state.

See: newClusterStateChangeReason smart constructor.

Constructors

ClusterStateChangeReason' 

Fields

Instances

Instances details
Eq ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Read ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Show ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Generic ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Associated Types

type Rep ClusterStateChangeReason :: Type -> Type #

NFData ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

Hashable ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

FromJSON ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

type Rep ClusterStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStateChangeReason

type Rep ClusterStateChangeReason = D1 ('MetaData "ClusterStateChangeReason" "Amazonka.EMR.Types.ClusterStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ClusterStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newClusterStateChangeReason :: ClusterStateChangeReason Source #

Create a value of ClusterStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:ClusterStateChangeReason', clusterStateChangeReason_code - The programmatic code for the state change reason.

$sel:message:ClusterStateChangeReason', clusterStateChangeReason_message - The descriptive message for the state change reason.

clusterStateChangeReason_message :: Lens' ClusterStateChangeReason (Maybe Text) Source #

The descriptive message for the state change reason.

ClusterStatus

data ClusterStatus Source #

The detailed status of the cluster.

See: newClusterStatus smart constructor.

Constructors

ClusterStatus' 

Fields

Instances

Instances details
Eq ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

Read ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

Show ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

Generic ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

Associated Types

type Rep ClusterStatus :: Type -> Type #

NFData ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

Methods

rnf :: ClusterStatus -> () #

Hashable ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

FromJSON ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

type Rep ClusterStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterStatus

type Rep ClusterStatus = D1 ('MetaData "ClusterStatus" "Amazonka.EMR.Types.ClusterStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ClusterStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterState)) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterStateChangeReason)) :*: S1 ('MetaSel ('Just "timeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterTimeline)))))

newClusterStatus :: ClusterStatus Source #

Create a value of ClusterStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:ClusterStatus', clusterStatus_state - The current state of the cluster.

$sel:stateChangeReason:ClusterStatus', clusterStatus_stateChangeReason - The reason for the cluster status change.

$sel:timeline:ClusterStatus', clusterStatus_timeline - A timeline that represents the status of a cluster over the lifetime of the cluster.

clusterStatus_state :: Lens' ClusterStatus (Maybe ClusterState) Source #

The current state of the cluster.

clusterStatus_timeline :: Lens' ClusterStatus (Maybe ClusterTimeline) Source #

A timeline that represents the status of a cluster over the lifetime of the cluster.

ClusterSummary

data ClusterSummary Source #

The summary description of the cluster.

See: newClusterSummary smart constructor.

Constructors

ClusterSummary' 

Fields

  • status :: Maybe ClusterStatus

    The details about the current status of the cluster.

  • clusterArn :: Maybe Text

    The Amazon Resource Name of the cluster.

  • outpostArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

  • normalizedInstanceHours :: Maybe Int

    An approximation of the cost of the cluster, 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.

  • name :: Maybe Text

    The name of the cluster.

  • id :: Maybe Text

    The unique identifier for the cluster.

Instances

Instances details
Eq ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

Read ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

Show ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

Generic ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

Associated Types

type Rep ClusterSummary :: Type -> Type #

NFData ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

Methods

rnf :: ClusterSummary -> () #

Hashable ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

FromJSON ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

type Rep ClusterSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterSummary

type Rep ClusterSummary = D1 ('MetaData "ClusterSummary" "Amazonka.EMR.Types.ClusterSummary" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ClusterSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ClusterStatus)) :*: (S1 ('MetaSel ('Just "clusterArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "outpostArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "normalizedInstanceHours") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newClusterSummary :: ClusterSummary Source #

Create a value of ClusterSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:ClusterSummary', clusterSummary_status - The details about the current status of the cluster.

$sel:clusterArn:ClusterSummary', clusterSummary_clusterArn - The Amazon Resource Name of the cluster.

$sel:outpostArn:ClusterSummary', clusterSummary_outpostArn - The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

$sel:normalizedInstanceHours:ClusterSummary', clusterSummary_normalizedInstanceHours - An approximation of the cost of the cluster, 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.

$sel:name:ClusterSummary', clusterSummary_name - The name of the cluster.

$sel:id:ClusterSummary', clusterSummary_id - The unique identifier for the cluster.

clusterSummary_status :: Lens' ClusterSummary (Maybe ClusterStatus) Source #

The details about the current status of the cluster.

clusterSummary_clusterArn :: Lens' ClusterSummary (Maybe Text) Source #

The Amazon Resource Name of the cluster.

clusterSummary_outpostArn :: Lens' ClusterSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Outpost where the cluster is launched.

clusterSummary_normalizedInstanceHours :: Lens' ClusterSummary (Maybe Int) Source #

An approximation of the cost of the cluster, 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.

clusterSummary_id :: Lens' ClusterSummary (Maybe Text) Source #

The unique identifier for the cluster.

ClusterTimeline

data ClusterTimeline Source #

Represents the timeline of the cluster's lifecycle.

See: newClusterTimeline smart constructor.

Constructors

ClusterTimeline' 

Fields

Instances

Instances details
Eq ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Read ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Show ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Generic ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Associated Types

type Rep ClusterTimeline :: Type -> Type #

NFData ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

Methods

rnf :: ClusterTimeline -> () #

Hashable ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

FromJSON ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

type Rep ClusterTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.ClusterTimeline

type Rep ClusterTimeline = D1 ('MetaData "ClusterTimeline" "Amazonka.EMR.Types.ClusterTimeline" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ClusterTimeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "readyDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newClusterTimeline :: ClusterTimeline Source #

Create a value of ClusterTimeline with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:readyDateTime:ClusterTimeline', clusterTimeline_readyDateTime - The date and time when the cluster was ready to run steps.

$sel:creationDateTime:ClusterTimeline', clusterTimeline_creationDateTime - The creation date and time of the cluster.

$sel:endDateTime:ClusterTimeline', clusterTimeline_endDateTime - The date and time when the cluster was terminated.

clusterTimeline_readyDateTime :: Lens' ClusterTimeline (Maybe UTCTime) Source #

The date and time when the cluster was ready to run steps.

clusterTimeline_creationDateTime :: Lens' ClusterTimeline (Maybe UTCTime) Source #

The creation date and time of the cluster.

clusterTimeline_endDateTime :: Lens' ClusterTimeline (Maybe UTCTime) Source #

The date and time when the cluster was terminated.

Command

data Command Source #

An entity describing an executable that runs on a cluster.

See: newCommand smart constructor.

Constructors

Command' 

Fields

Instances

Instances details
Eq Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

Methods

(==) :: Command -> Command -> Bool #

(/=) :: Command -> Command -> Bool #

Read Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

Show Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

Generic Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

Associated Types

type Rep Command :: Type -> Type #

Methods

from :: Command -> Rep Command x #

to :: Rep Command x -> Command #

NFData Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

Methods

rnf :: Command -> () #

Hashable Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

Methods

hashWithSalt :: Int -> Command -> Int #

hash :: Command -> Int #

FromJSON Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

type Rep Command Source # 
Instance details

Defined in Amazonka.EMR.Types.Command

type Rep Command = D1 ('MetaData "Command" "Amazonka.EMR.Types.Command" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Command'" 'PrefixI 'True) (S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "scriptPath") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newCommand :: Command Source #

Create a value of Command with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:args:Command', command_args - Arguments for Amazon EMR to pass to the command for execution.

$sel:scriptPath:Command', command_scriptPath - The Amazon S3 location of the command script.

$sel:name:Command', command_name - The name of the command.

command_args :: Lens' Command (Maybe [Text]) Source #

Arguments for Amazon EMR to pass to the command for execution.

command_scriptPath :: Lens' Command (Maybe Text) Source #

The Amazon S3 location of the command script.

command_name :: Lens' Command (Maybe Text) Source #

The name of the command.

ComputeLimits

data ComputeLimits Source #

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

See: newComputeLimits smart constructor.

Constructors

ComputeLimits' 

Fields

  • maximumOnDemandCapacityUnits :: Maybe Int

    The upper boundary of On-Demand EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.

  • maximumCoreCapacityUnits :: Maybe Int

    The upper boundary of EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.

  • unitType :: ComputeLimitsUnitType

    The unit type used for specifying a managed scaling policy.

  • minimumCapacityUnits :: Int

    The lower boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

  • maximumCapacityUnits :: Int

    The upper boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Instances

Instances details
Eq ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

Read ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

Show ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

Generic ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

Associated Types

type Rep ComputeLimits :: Type -> Type #

NFData ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

Methods

rnf :: ComputeLimits -> () #

Hashable ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

ToJSON ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

FromJSON ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

type Rep ComputeLimits Source # 
Instance details

Defined in Amazonka.EMR.Types.ComputeLimits

type Rep ComputeLimits = D1 ('MetaData "ComputeLimits" "Amazonka.EMR.Types.ComputeLimits" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ComputeLimits'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "maximumOnDemandCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "maximumCoreCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int))) :*: (S1 ('MetaSel ('Just "unitType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ComputeLimitsUnitType) :*: (S1 ('MetaSel ('Just "minimumCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "maximumCapacityUnits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))))

newComputeLimits Source #

Create a value of ComputeLimits with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maximumOnDemandCapacityUnits:ComputeLimits', computeLimits_maximumOnDemandCapacityUnits - The upper boundary of On-Demand EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.

$sel:maximumCoreCapacityUnits:ComputeLimits', computeLimits_maximumCoreCapacityUnits - The upper boundary of EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.

$sel:unitType:ComputeLimits', computeLimits_unitType - The unit type used for specifying a managed scaling policy.

$sel:minimumCapacityUnits:ComputeLimits', computeLimits_minimumCapacityUnits - The lower boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

$sel:maximumCapacityUnits:ComputeLimits', computeLimits_maximumCapacityUnits - The upper boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

computeLimits_maximumOnDemandCapacityUnits :: Lens' ComputeLimits (Maybe Int) Source #

The upper boundary of On-Demand EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot Instances.

computeLimits_maximumCoreCapacityUnits :: Lens' ComputeLimits (Maybe Int) Source #

The upper boundary of EC2 units for core node type in a cluster. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.

computeLimits_unitType :: Lens' ComputeLimits ComputeLimitsUnitType Source #

The unit type used for specifying a managed scaling policy.

computeLimits_minimumCapacityUnits :: Lens' ComputeLimits Int Source #

The lower boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

computeLimits_maximumCapacityUnits :: Lens' ComputeLimits Int Source #

The upper boundary of EC2 units. It is measured through vCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Configuration

data Configuration Source #

Amazon EMR releases 4.x or later.

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

See: newConfiguration smart constructor.

Constructors

Configuration' 

Fields

Instances

Instances details
Eq Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

Read Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

Show Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

Generic Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

Associated Types

type Rep Configuration :: Type -> Type #

NFData Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

Methods

rnf :: Configuration -> () #

Hashable Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

ToJSON Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

FromJSON Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

type Rep Configuration Source # 
Instance details

Defined in Amazonka.EMR.Types.Configuration

type Rep Configuration = D1 ('MetaData "Configuration" "Amazonka.EMR.Types.Configuration" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Configuration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration])) :*: (S1 ('MetaSel ('Just "classification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newConfiguration :: Configuration Source #

Create a value of Configuration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:configurations:Configuration', configuration_configurations - A list of additional configurations to apply within a configuration object.

$sel:classification:Configuration', configuration_classification - The classification within a configuration.

$sel:properties:Configuration', configuration_properties - A set of properties specified within a configuration classification.

configuration_configurations :: Lens' Configuration (Maybe [Configuration]) Source #

A list of additional configurations to apply within a configuration object.

configuration_classification :: Lens' Configuration (Maybe Text) Source #

The classification within a configuration.

configuration_properties :: Lens' Configuration (Maybe (HashMap Text Text)) Source #

A set of properties specified within a configuration classification.

EbsBlockDevice

data EbsBlockDevice Source #

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

See: newEbsBlockDevice smart constructor.

Constructors

EbsBlockDevice' 

Fields

Instances

Instances details
Eq EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

Read EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

Show EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

Generic EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

Associated Types

type Rep EbsBlockDevice :: Type -> Type #

NFData EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

Methods

rnf :: EbsBlockDevice -> () #

Hashable EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

FromJSON EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

type Rep EbsBlockDevice Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDevice

type Rep EbsBlockDevice = D1 ('MetaData "EbsBlockDevice" "Amazonka.EMR.Types.EbsBlockDevice" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "EbsBlockDevice'" 'PrefixI 'True) (S1 ('MetaSel ('Just "device") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VolumeSpecification))))

newEbsBlockDevice :: EbsBlockDevice Source #

Create a value of EbsBlockDevice with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:device:EbsBlockDevice', ebsBlockDevice_device - The device name that is exposed to the instance, such as /dev/sdh.

$sel:volumeSpecification:EbsBlockDevice', ebsBlockDevice_volumeSpecification - 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.

ebsBlockDevice_device :: Lens' EbsBlockDevice (Maybe Text) Source #

The device name that is exposed to the instance, such as /dev/sdh.

ebsBlockDevice_volumeSpecification :: Lens' EbsBlockDevice (Maybe VolumeSpecification) Source #

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.

EbsBlockDeviceConfig

data EbsBlockDeviceConfig Source #

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

See: newEbsBlockDeviceConfig smart constructor.

Constructors

EbsBlockDeviceConfig' 

Fields

  • volumesPerInstance :: Maybe Int

    Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group

  • volumeSpecification :: VolumeSpecification

    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.

Instances

Instances details
Eq EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

Read EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

Show EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

Generic EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

Associated Types

type Rep EbsBlockDeviceConfig :: Type -> Type #

NFData EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

Methods

rnf :: EbsBlockDeviceConfig -> () #

Hashable EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

ToJSON EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

type Rep EbsBlockDeviceConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsBlockDeviceConfig

type Rep EbsBlockDeviceConfig = D1 ('MetaData "EbsBlockDeviceConfig" "Amazonka.EMR.Types.EbsBlockDeviceConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "EbsBlockDeviceConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "volumesPerInstance") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "volumeSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 VolumeSpecification)))

newEbsBlockDeviceConfig Source #

Create a value of EbsBlockDeviceConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:volumesPerInstance:EbsBlockDeviceConfig', ebsBlockDeviceConfig_volumesPerInstance - Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group

$sel:volumeSpecification:EbsBlockDeviceConfig', ebsBlockDeviceConfig_volumeSpecification - 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.

ebsBlockDeviceConfig_volumesPerInstance :: Lens' EbsBlockDeviceConfig (Maybe Int) Source #

Number of EBS volumes with a specific volume configuration that will be associated with every instance in the instance group

ebsBlockDeviceConfig_volumeSpecification :: Lens' EbsBlockDeviceConfig VolumeSpecification Source #

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.

EbsConfiguration

data EbsConfiguration Source #

The Amazon EBS configuration of a cluster instance.

See: newEbsConfiguration smart constructor.

Constructors

EbsConfiguration' 

Fields

Instances

Instances details
Eq EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

Read EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

Show EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

Generic EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

Associated Types

type Rep EbsConfiguration :: Type -> Type #

NFData EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

Methods

rnf :: EbsConfiguration -> () #

Hashable EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

ToJSON EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

type Rep EbsConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsConfiguration

type Rep EbsConfiguration = D1 ('MetaData "EbsConfiguration" "Amazonka.EMR.Types.EbsConfiguration" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "EbsConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "ebsOptimized") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "ebsBlockDeviceConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EbsBlockDeviceConfig]))))

newEbsConfiguration :: EbsConfiguration Source #

Create a value of EbsConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ebsOptimized:EbsConfiguration', ebsConfiguration_ebsOptimized - Indicates whether an Amazon EBS volume is EBS-optimized.

$sel:ebsBlockDeviceConfigs:EbsConfiguration', ebsConfiguration_ebsBlockDeviceConfigs - An array of Amazon EBS volume specifications attached to a cluster instance.

ebsConfiguration_ebsOptimized :: Lens' EbsConfiguration (Maybe Bool) Source #

Indicates whether an Amazon EBS volume is EBS-optimized.

ebsConfiguration_ebsBlockDeviceConfigs :: Lens' EbsConfiguration (Maybe [EbsBlockDeviceConfig]) Source #

An array of Amazon EBS volume specifications attached to a cluster instance.

EbsVolume

data EbsVolume Source #

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

See: newEbsVolume smart constructor.

Constructors

EbsVolume' 

Fields

Instances

Instances details
Eq EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Read EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Show EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Generic EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Associated Types

type Rep EbsVolume :: Type -> Type #

NFData EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

Methods

rnf :: EbsVolume -> () #

Hashable EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

FromJSON EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

type Rep EbsVolume Source # 
Instance details

Defined in Amazonka.EMR.Types.EbsVolume

type Rep EbsVolume = D1 ('MetaData "EbsVolume" "Amazonka.EMR.Types.EbsVolume" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "EbsVolume'" 'PrefixI 'True) (S1 ('MetaSel ('Just "device") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "volumeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newEbsVolume :: EbsVolume Source #

Create a value of EbsVolume with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:device:EbsVolume', ebsVolume_device - The device name that is exposed to the instance, such as /dev/sdh.

$sel:volumeId:EbsVolume', ebsVolume_volumeId - The volume identifier of the EBS volume.

ebsVolume_device :: Lens' EbsVolume (Maybe Text) Source #

The device name that is exposed to the instance, such as /dev/sdh.

ebsVolume_volumeId :: Lens' EbsVolume (Maybe Text) Source #

The volume identifier of the EBS volume.

Ec2InstanceAttributes

data Ec2InstanceAttributes Source #

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

See: newEc2InstanceAttributes smart constructor.

Constructors

Ec2InstanceAttributes' 

Fields

  • ec2KeyName :: Maybe Text

    The name of the Amazon EC2 key pair to use when connecting with SSH into the master node as a user named "hadoop".

  • emrManagedSlaveSecurityGroup :: Maybe Text

    The identifier of the Amazon EC2 security group for the core and task nodes.

  • additionalSlaveSecurityGroups :: Maybe [Text]

    A list of additional Amazon EC2 security group IDs for the core and task nodes.

  • requestedEc2SubnetIds :: Maybe [Text]

    Applies to clusters configured with the instance fleets option. Specifies the unique identifier of one or more Amazon EC2 subnets in which to launch EC2 cluster instances. Subnets must exist within the same VPC. Amazon EMR chooses the EC2 subnet with the best fit from among the list of RequestedEc2SubnetIds, and then launches all cluster instances within that Subnet. If this value is not specified, and the account and Region support EC2-Classic networks, the cluster launches instances in the EC2-Classic network and uses RequestedEc2AvailabilityZones instead of this setting. If EC2-Classic is not supported, and no Subnet is specified, Amazon EMR chooses the subnet for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.

  • additionalMasterSecurityGroups :: Maybe [Text]

    A list of additional Amazon EC2 security group IDs for the master node.

  • iamInstanceProfile :: Maybe Text

    The IAM role that was specified when the cluster was launched. The EC2 instances of the cluster assume this role.

  • emrManagedMasterSecurityGroup :: Maybe Text

    The identifier of the Amazon EC2 security group for the master node.

  • ec2SubnetId :: Maybe Text

    Set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value, and your account supports EC2-Classic, the cluster launches in EC2-Classic.

  • requestedEc2AvailabilityZones :: Maybe [Text]

    Applies to clusters configured with the instance fleets option. Specifies one or more Availability Zones in which to launch EC2 cluster instances when the EC2-Classic network configuration is supported. Amazon EMR chooses the Availability Zone with the best fit from among the list of RequestedEc2AvailabilityZones, and then launches all cluster instances within that Availability Zone. If you do not specify this value, Amazon EMR chooses the Availability Zone for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.

  • serviceAccessSecurityGroup :: Maybe Text

    The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.

  • ec2AvailabilityZone :: Maybe Text

    The Availability Zone in which the cluster will run.

Instances

Instances details
Eq Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

Read Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

Show Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

Generic Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

Associated Types

type Rep Ec2InstanceAttributes :: Type -> Type #

NFData Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

Methods

rnf :: Ec2InstanceAttributes -> () #

Hashable Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

FromJSON Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

type Rep Ec2InstanceAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.Ec2InstanceAttributes

type Rep Ec2InstanceAttributes = D1 ('MetaData "Ec2InstanceAttributes" "Amazonka.EMR.Types.Ec2InstanceAttributes" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Ec2InstanceAttributes'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "ec2KeyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "emrManagedSlaveSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "additionalSlaveSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "requestedEc2SubnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "additionalMasterSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))) :*: ((S1 ('MetaSel ('Just "iamInstanceProfile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "emrManagedMasterSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ec2SubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "requestedEc2AvailabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "serviceAccessSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ec2AvailabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newEc2InstanceAttributes :: Ec2InstanceAttributes Source #

Create a value of Ec2InstanceAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ec2KeyName:Ec2InstanceAttributes', ec2InstanceAttributes_ec2KeyName - The name of the Amazon EC2 key pair to use when connecting with SSH into the master node as a user named "hadoop".

$sel:emrManagedSlaveSecurityGroup:Ec2InstanceAttributes', ec2InstanceAttributes_emrManagedSlaveSecurityGroup - The identifier of the Amazon EC2 security group for the core and task nodes.

$sel:additionalSlaveSecurityGroups:Ec2InstanceAttributes', ec2InstanceAttributes_additionalSlaveSecurityGroups - A list of additional Amazon EC2 security group IDs for the core and task nodes.

$sel:requestedEc2SubnetIds:Ec2InstanceAttributes', ec2InstanceAttributes_requestedEc2SubnetIds - Applies to clusters configured with the instance fleets option. Specifies the unique identifier of one or more Amazon EC2 subnets in which to launch EC2 cluster instances. Subnets must exist within the same VPC. Amazon EMR chooses the EC2 subnet with the best fit from among the list of RequestedEc2SubnetIds, and then launches all cluster instances within that Subnet. If this value is not specified, and the account and Region support EC2-Classic networks, the cluster launches instances in the EC2-Classic network and uses RequestedEc2AvailabilityZones instead of this setting. If EC2-Classic is not supported, and no Subnet is specified, Amazon EMR chooses the subnet for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.

$sel:additionalMasterSecurityGroups:Ec2InstanceAttributes', ec2InstanceAttributes_additionalMasterSecurityGroups - A list of additional Amazon EC2 security group IDs for the master node.

$sel:iamInstanceProfile:Ec2InstanceAttributes', ec2InstanceAttributes_iamInstanceProfile - The IAM role that was specified when the cluster was launched. The EC2 instances of the cluster assume this role.

$sel:emrManagedMasterSecurityGroup:Ec2InstanceAttributes', ec2InstanceAttributes_emrManagedMasterSecurityGroup - The identifier of the Amazon EC2 security group for the master node.

$sel:ec2SubnetId:Ec2InstanceAttributes', ec2InstanceAttributes_ec2SubnetId - Set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value, and your account supports EC2-Classic, the cluster launches in EC2-Classic.

$sel:requestedEc2AvailabilityZones:Ec2InstanceAttributes', ec2InstanceAttributes_requestedEc2AvailabilityZones - Applies to clusters configured with the instance fleets option. Specifies one or more Availability Zones in which to launch EC2 cluster instances when the EC2-Classic network configuration is supported. Amazon EMR chooses the Availability Zone with the best fit from among the list of RequestedEc2AvailabilityZones, and then launches all cluster instances within that Availability Zone. If you do not specify this value, Amazon EMR chooses the Availability Zone for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.

$sel:serviceAccessSecurityGroup:Ec2InstanceAttributes', ec2InstanceAttributes_serviceAccessSecurityGroup - The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.

$sel:ec2AvailabilityZone:Ec2InstanceAttributes', ec2InstanceAttributes_ec2AvailabilityZone - The Availability Zone in which the cluster will run.

ec2InstanceAttributes_ec2KeyName :: Lens' Ec2InstanceAttributes (Maybe Text) Source #

The name of the Amazon EC2 key pair to use when connecting with SSH into the master node as a user named "hadoop".

ec2InstanceAttributes_emrManagedSlaveSecurityGroup :: Lens' Ec2InstanceAttributes (Maybe Text) Source #

The identifier of the Amazon EC2 security group for the core and task nodes.

ec2InstanceAttributes_additionalSlaveSecurityGroups :: Lens' Ec2InstanceAttributes (Maybe [Text]) Source #

A list of additional Amazon EC2 security group IDs for the core and task nodes.

ec2InstanceAttributes_requestedEc2SubnetIds :: Lens' Ec2InstanceAttributes (Maybe [Text]) Source #

Applies to clusters configured with the instance fleets option. Specifies the unique identifier of one or more Amazon EC2 subnets in which to launch EC2 cluster instances. Subnets must exist within the same VPC. Amazon EMR chooses the EC2 subnet with the best fit from among the list of RequestedEc2SubnetIds, and then launches all cluster instances within that Subnet. If this value is not specified, and the account and Region support EC2-Classic networks, the cluster launches instances in the EC2-Classic network and uses RequestedEc2AvailabilityZones instead of this setting. If EC2-Classic is not supported, and no Subnet is specified, Amazon EMR chooses the subnet for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.

ec2InstanceAttributes_additionalMasterSecurityGroups :: Lens' Ec2InstanceAttributes (Maybe [Text]) Source #

A list of additional Amazon EC2 security group IDs for the master node.

ec2InstanceAttributes_iamInstanceProfile :: Lens' Ec2InstanceAttributes (Maybe Text) Source #

The IAM role that was specified when the cluster was launched. The EC2 instances of the cluster assume this role.

ec2InstanceAttributes_emrManagedMasterSecurityGroup :: Lens' Ec2InstanceAttributes (Maybe Text) Source #

The identifier of the Amazon EC2 security group for the master node.

ec2InstanceAttributes_ec2SubnetId :: Lens' Ec2InstanceAttributes (Maybe Text) Source #

Set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value, and your account supports EC2-Classic, the cluster launches in EC2-Classic.

ec2InstanceAttributes_requestedEc2AvailabilityZones :: Lens' Ec2InstanceAttributes (Maybe [Text]) Source #

Applies to clusters configured with the instance fleets option. Specifies one or more Availability Zones in which to launch EC2 cluster instances when the EC2-Classic network configuration is supported. Amazon EMR chooses the Availability Zone with the best fit from among the list of RequestedEc2AvailabilityZones, and then launches all cluster instances within that Availability Zone. If you do not specify this value, Amazon EMR chooses the Availability Zone for you. RequestedEc2SubnetIDs and RequestedEc2AvailabilityZones cannot be specified together.

ec2InstanceAttributes_serviceAccessSecurityGroup :: Lens' Ec2InstanceAttributes (Maybe Text) Source #

The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.

ec2InstanceAttributes_ec2AvailabilityZone :: Lens' Ec2InstanceAttributes (Maybe Text) Source #

The Availability Zone in which the cluster will run.

ExecutionEngineConfig

data ExecutionEngineConfig Source #

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

See: newExecutionEngineConfig smart constructor.

Constructors

ExecutionEngineConfig' 

Fields

Instances

Instances details
Eq ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

Read ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

Show ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

Generic ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

Associated Types

type Rep ExecutionEngineConfig :: Type -> Type #

NFData ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

Methods

rnf :: ExecutionEngineConfig -> () #

Hashable ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

ToJSON ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

FromJSON ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

type Rep ExecutionEngineConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ExecutionEngineConfig

type Rep ExecutionEngineConfig = D1 ('MetaData "ExecutionEngineConfig" "Amazonka.EMR.Types.ExecutionEngineConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ExecutionEngineConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "masterInstanceSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionEngineType)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newExecutionEngineConfig Source #

Create a value of ExecutionEngineConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:masterInstanceSecurityGroupId:ExecutionEngineConfig', executionEngineConfig_masterInstanceSecurityGroupId - An optional unique ID of an EC2 security group to associate with the master instance of the EMR cluster for this notebook execution. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.

$sel:type':ExecutionEngineConfig', executionEngineConfig_type - The type of execution engine. A value of EMR specifies an EMR cluster.

$sel:id:ExecutionEngineConfig', executionEngineConfig_id - The unique identifier of the execution engine. For an EMR cluster, this is the cluster ID.

executionEngineConfig_masterInstanceSecurityGroupId :: Lens' ExecutionEngineConfig (Maybe Text) Source #

An optional unique ID of an EC2 security group to associate with the master instance of the EMR cluster for this notebook execution. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.

executionEngineConfig_type :: Lens' ExecutionEngineConfig (Maybe ExecutionEngineType) Source #

The type of execution engine. A value of EMR specifies an EMR cluster.

executionEngineConfig_id :: Lens' ExecutionEngineConfig Text Source #

The unique identifier of the execution engine. For an EMR cluster, this is the cluster ID.

FailureDetails

data FailureDetails Source #

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

See: newFailureDetails smart constructor.

Constructors

FailureDetails' 

Fields

  • logFile :: Maybe Text

    The path to the log file where the step failure root cause was originally recorded.

  • reason :: Maybe Text

    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.

  • message :: Maybe Text

    The descriptive message including the error the Amazon 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.

Instances

Instances details
Eq FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

Read FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

Show FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

Generic FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

Associated Types

type Rep FailureDetails :: Type -> Type #

NFData FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

Methods

rnf :: FailureDetails -> () #

Hashable FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

FromJSON FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

type Rep FailureDetails Source # 
Instance details

Defined in Amazonka.EMR.Types.FailureDetails

type Rep FailureDetails = D1 ('MetaData "FailureDetails" "Amazonka.EMR.Types.FailureDetails" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "FailureDetails'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logFile") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newFailureDetails :: FailureDetails Source #

Create a value of FailureDetails with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:logFile:FailureDetails', failureDetails_logFile - The path to the log file where the step failure root cause was originally recorded.

$sel:reason:FailureDetails', failureDetails_reason - 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.

$sel:message:FailureDetails', failureDetails_message - The descriptive message including the error the Amazon 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.

failureDetails_logFile :: Lens' FailureDetails (Maybe Text) Source #

The path to the log file where the step failure root cause was originally recorded.

failureDetails_reason :: Lens' FailureDetails (Maybe Text) Source #

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.

failureDetails_message :: Lens' FailureDetails (Maybe Text) Source #

The descriptive message including the error the Amazon 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.

HadoopJarStepConfig

data HadoopJarStepConfig Source #

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.

See: newHadoopJarStepConfig smart constructor.

Constructors

HadoopJarStepConfig' 

Fields

  • args :: Maybe [Text]

    A list of command line arguments passed to the JAR file's main function when executed.

  • mainClass :: Maybe Text

    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.

  • properties :: Maybe [KeyValue]

    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.

  • jar :: Text

    A path to a JAR file run during the step.

Instances

Instances details
Eq HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

Read HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

Show HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

Generic HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

Associated Types

type Rep HadoopJarStepConfig :: Type -> Type #

NFData HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

Methods

rnf :: HadoopJarStepConfig -> () #

Hashable HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

ToJSON HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

type Rep HadoopJarStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopJarStepConfig

type Rep HadoopJarStepConfig = D1 ('MetaData "HadoopJarStepConfig" "Amazonka.EMR.Types.HadoopJarStepConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "HadoopJarStepConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "mainClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [KeyValue])) :*: S1 ('MetaSel ('Just "jar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newHadoopJarStepConfig Source #

Create a value of HadoopJarStepConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:args:HadoopJarStepConfig', hadoopJarStepConfig_args - A list of command line arguments passed to the JAR file's main function when executed.

$sel:mainClass:HadoopJarStepConfig', hadoopJarStepConfig_mainClass - 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.

$sel:properties:HadoopJarStepConfig', hadoopJarStepConfig_properties - 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.

$sel:jar:HadoopJarStepConfig', hadoopJarStepConfig_jar - A path to a JAR file run during the step.

hadoopJarStepConfig_args :: Lens' HadoopJarStepConfig (Maybe [Text]) Source #

A list of command line arguments passed to the JAR file's main function when executed.

hadoopJarStepConfig_mainClass :: Lens' HadoopJarStepConfig (Maybe Text) Source #

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.

hadoopJarStepConfig_properties :: Lens' HadoopJarStepConfig (Maybe [KeyValue]) Source #

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.

hadoopJarStepConfig_jar :: Lens' HadoopJarStepConfig Text Source #

A path to a JAR file run during the step.

HadoopStepConfig

data HadoopStepConfig Source #

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.

See: newHadoopStepConfig smart constructor.

Constructors

HadoopStepConfig' 

Fields

  • args :: Maybe [Text]

    The list of command line arguments to pass to the JAR file's main function for execution.

  • jar :: Maybe Text

    The path to the JAR file that runs during the step.

  • mainClass :: Maybe Text

    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.

  • properties :: Maybe (HashMap Text Text)

    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.

Instances

Instances details
Eq HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

Read HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

Show HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

Generic HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

Associated Types

type Rep HadoopStepConfig :: Type -> Type #

NFData HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

Methods

rnf :: HadoopStepConfig -> () #

Hashable HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

FromJSON HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

type Rep HadoopStepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.HadoopStepConfig

type Rep HadoopStepConfig = D1 ('MetaData "HadoopStepConfig" "Amazonka.EMR.Types.HadoopStepConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "HadoopStepConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "jar") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "mainClass") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "properties") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text Text))))))

newHadoopStepConfig :: HadoopStepConfig Source #

Create a value of HadoopStepConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:args:HadoopStepConfig', hadoopStepConfig_args - The list of command line arguments to pass to the JAR file's main function for execution.

$sel:jar:HadoopStepConfig', hadoopStepConfig_jar - The path to the JAR file that runs during the step.

$sel:mainClass:HadoopStepConfig', hadoopStepConfig_mainClass - 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.

$sel:properties:HadoopStepConfig', hadoopStepConfig_properties - 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.

hadoopStepConfig_args :: Lens' HadoopStepConfig (Maybe [Text]) Source #

The list of command line arguments to pass to the JAR file's main function for execution.

hadoopStepConfig_jar :: Lens' HadoopStepConfig (Maybe Text) Source #

The path to the JAR file that runs during the step.

hadoopStepConfig_mainClass :: Lens' HadoopStepConfig (Maybe Text) Source #

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.

hadoopStepConfig_properties :: Lens' HadoopStepConfig (Maybe (HashMap Text Text)) Source #

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.

Instance

data Instance Source #

Represents an EC2 instance provisioned as part of cluster.

See: newInstance smart constructor.

Constructors

Instance' 

Fields

Instances

Instances details
Eq Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

Read Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

Show Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

Generic Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

Associated Types

type Rep Instance :: Type -> Type #

Methods

from :: Instance -> Rep Instance x #

to :: Rep Instance x -> Instance #

NFData Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

Methods

rnf :: Instance -> () #

Hashable Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

Methods

hashWithSalt :: Int -> Instance -> Int #

hash :: Instance -> Int #

FromJSON Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

type Rep Instance Source # 
Instance details

Defined in Amazonka.EMR.Types.Instance

type Rep Instance = D1 ('MetaData "Instance" "Amazonka.EMR.Types.Instance" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Instance'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceStatus)) :*: (S1 ('MetaSel ('Just "publicDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "ebsVolumes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EbsVolume])))) :*: (S1 ('MetaSel ('Just "ec2InstanceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "market") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketType))))) :*: ((S1 ('MetaSel ('Just "privateIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceFleetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "instanceGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "privateDnsName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "publicIpAddress") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))

newInstance :: Instance Source #

Create a value of Instance with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Instance', instance_status - The current status of the instance.

$sel:publicDnsName:Instance', instance_publicDnsName - The public DNS name of the instance.

$sel:ebsVolumes:Instance', instance_ebsVolumes - The list of Amazon EBS volumes that are attached to this instance.

$sel:ec2InstanceId:Instance', instance_ec2InstanceId - The unique identifier of the instance in Amazon EC2.

$sel:instanceType:Instance', instance_instanceType - The EC2 instance type, for example m3.xlarge.

$sel:market:Instance', instance_market - The instance purchasing option. Valid values are ON_DEMAND or SPOT.

$sel:privateIpAddress:Instance', instance_privateIpAddress - The private IP address of the instance.

$sel:instanceFleetId:Instance', instance_instanceFleetId - The unique identifier of the instance fleet to which an EC2 instance belongs.

$sel:id:Instance', instance_id - The unique identifier for the instance in Amazon EMR.

$sel:instanceGroupId:Instance', instance_instanceGroupId - The identifier of the instance group to which this instance belongs.

$sel:privateDnsName:Instance', instance_privateDnsName - The private DNS name of the instance.

$sel:publicIpAddress:Instance', instance_publicIpAddress - The public IP address of the instance.

instance_status :: Lens' Instance (Maybe InstanceStatus) Source #

The current status of the instance.

instance_publicDnsName :: Lens' Instance (Maybe Text) Source #

The public DNS name of the instance.

instance_ebsVolumes :: Lens' Instance (Maybe [EbsVolume]) Source #

The list of Amazon EBS volumes that are attached to this instance.

instance_ec2InstanceId :: Lens' Instance (Maybe Text) Source #

The unique identifier of the instance in Amazon EC2.

instance_instanceType :: Lens' Instance (Maybe Text) Source #

The EC2 instance type, for example m3.xlarge.

instance_market :: Lens' Instance (Maybe MarketType) Source #

The instance purchasing option. Valid values are ON_DEMAND or SPOT.

instance_privateIpAddress :: Lens' Instance (Maybe Text) Source #

The private IP address of the instance.

instance_instanceFleetId :: Lens' Instance (Maybe Text) Source #

The unique identifier of the instance fleet to which an EC2 instance belongs.

instance_id :: Lens' Instance (Maybe Text) Source #

The unique identifier for the instance in Amazon EMR.

instance_instanceGroupId :: Lens' Instance (Maybe Text) Source #

The identifier of the instance group to which this instance belongs.

instance_privateDnsName :: Lens' Instance (Maybe Text) Source #

The private DNS name of the instance.

instance_publicIpAddress :: Lens' Instance (Maybe Text) Source #

The public IP address of the instance.

InstanceFleet

data InstanceFleet Source #

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

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

See: newInstanceFleet smart constructor.

Constructors

InstanceFleet' 

Fields

  • provisionedSpotCapacity :: Maybe Natural

    The number of Spot units that have been provisioned for this instance fleet to fulfill TargetSpotCapacity. This provisioned capacity might be less than or greater than TargetSpotCapacity.

  • status :: Maybe InstanceFleetStatus

    The current status of the instance fleet.

  • targetOnDemandCapacity :: Maybe Natural

    The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand Instances to provision. When the instance fleet launches, Amazon EMR tries to provision On-Demand Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When an On-Demand Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units. You can use InstanceFleet$ProvisionedOnDemandCapacity to determine the Spot capacity units that have been provisioned for the instance fleet.

    If not specified or set to 0, only Spot Instances are provisioned for the instance fleet using TargetSpotCapacity. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

  • instanceFleetType :: Maybe InstanceFleetType

    The node type that the instance fleet hosts. Valid values are MASTER, CORE, or TASK.

  • instanceTypeSpecifications :: Maybe [InstanceTypeSpecification]

    An array of specifications for the instance types that comprise an instance fleet.

  • name :: Maybe Text

    A friendly name for the instance fleet.

  • provisionedOnDemandCapacity :: Maybe Natural

    The number of On-Demand units that have been provisioned for the instance fleet to fulfill TargetOnDemandCapacity. This provisioned capacity might be less than or greater than TargetOnDemandCapacity.

  • targetSpotCapacity :: Maybe Natural

    The target capacity of Spot units for the instance fleet, which determines how many Spot Instances to provision. When the instance fleet launches, Amazon EMR tries to provision Spot Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When a Spot instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units. You can use InstanceFleet$ProvisionedSpotCapacity to determine the Spot capacity units that have been provisioned for the instance fleet.

    If not specified or set to 0, only On-Demand Instances are provisioned for the instance fleet. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

  • id :: Maybe Text

    The unique identifier of the instance fleet.

  • launchSpecifications :: Maybe InstanceFleetProvisioningSpecifications

    Describes the launch specification for an instance fleet.

Instances

Instances details
Eq InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

Read InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

Show InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

Generic InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

Associated Types

type Rep InstanceFleet :: Type -> Type #

NFData InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

Methods

rnf :: InstanceFleet -> () #

Hashable InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

FromJSON InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

type Rep InstanceFleet Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleet

type Rep InstanceFleet = D1 ('MetaData "InstanceFleet" "Amazonka.EMR.Types.InstanceFleet" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceFleet'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "provisionedSpotCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetStatus))) :*: (S1 ('MetaSel ('Just "targetOnDemandCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "instanceFleetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetType)) :*: S1 ('MetaSel ('Just "instanceTypeSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceTypeSpecification]))))) :*: ((S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "provisionedOnDemandCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "targetSpotCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "launchSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetProvisioningSpecifications)))))))

newInstanceFleet :: InstanceFleet Source #

Create a value of InstanceFleet with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:provisionedSpotCapacity:InstanceFleet', instanceFleet_provisionedSpotCapacity - The number of Spot units that have been provisioned for this instance fleet to fulfill TargetSpotCapacity. This provisioned capacity might be less than or greater than TargetSpotCapacity.

$sel:status:InstanceFleet', instanceFleet_status - The current status of the instance fleet.

$sel:targetOnDemandCapacity:InstanceFleet', instanceFleet_targetOnDemandCapacity - The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand Instances to provision. When the instance fleet launches, Amazon EMR tries to provision On-Demand Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When an On-Demand Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units. You can use InstanceFleet$ProvisionedOnDemandCapacity to determine the Spot capacity units that have been provisioned for the instance fleet.

If not specified or set to 0, only Spot Instances are provisioned for the instance fleet using TargetSpotCapacity. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

$sel:instanceFleetType:InstanceFleet', instanceFleet_instanceFleetType - The node type that the instance fleet hosts. Valid values are MASTER, CORE, or TASK.

$sel:instanceTypeSpecifications:InstanceFleet', instanceFleet_instanceTypeSpecifications - An array of specifications for the instance types that comprise an instance fleet.

$sel:name:InstanceFleet', instanceFleet_name - A friendly name for the instance fleet.

$sel:provisionedOnDemandCapacity:InstanceFleet', instanceFleet_provisionedOnDemandCapacity - The number of On-Demand units that have been provisioned for the instance fleet to fulfill TargetOnDemandCapacity. This provisioned capacity might be less than or greater than TargetOnDemandCapacity.

$sel:targetSpotCapacity:InstanceFleet', instanceFleet_targetSpotCapacity - The target capacity of Spot units for the instance fleet, which determines how many Spot Instances to provision. When the instance fleet launches, Amazon EMR tries to provision Spot Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When a Spot instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units. You can use InstanceFleet$ProvisionedSpotCapacity to determine the Spot capacity units that have been provisioned for the instance fleet.

If not specified or set to 0, only On-Demand Instances are provisioned for the instance fleet. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

$sel:id:InstanceFleet', instanceFleet_id - The unique identifier of the instance fleet.

$sel:launchSpecifications:InstanceFleet', instanceFleet_launchSpecifications - Describes the launch specification for an instance fleet.

instanceFleet_provisionedSpotCapacity :: Lens' InstanceFleet (Maybe Natural) Source #

The number of Spot units that have been provisioned for this instance fleet to fulfill TargetSpotCapacity. This provisioned capacity might be less than or greater than TargetSpotCapacity.

instanceFleet_status :: Lens' InstanceFleet (Maybe InstanceFleetStatus) Source #

The current status of the instance fleet.

instanceFleet_targetOnDemandCapacity :: Lens' InstanceFleet (Maybe Natural) Source #

The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand Instances to provision. When the instance fleet launches, Amazon EMR tries to provision On-Demand Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When an On-Demand Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units. You can use InstanceFleet$ProvisionedOnDemandCapacity to determine the Spot capacity units that have been provisioned for the instance fleet.

If not specified or set to 0, only Spot Instances are provisioned for the instance fleet using TargetSpotCapacity. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

instanceFleet_instanceFleetType :: Lens' InstanceFleet (Maybe InstanceFleetType) Source #

The node type that the instance fleet hosts. Valid values are MASTER, CORE, or TASK.

instanceFleet_instanceTypeSpecifications :: Lens' InstanceFleet (Maybe [InstanceTypeSpecification]) Source #

An array of specifications for the instance types that comprise an instance fleet.

instanceFleet_name :: Lens' InstanceFleet (Maybe Text) Source #

A friendly name for the instance fleet.

instanceFleet_provisionedOnDemandCapacity :: Lens' InstanceFleet (Maybe Natural) Source #

The number of On-Demand units that have been provisioned for the instance fleet to fulfill TargetOnDemandCapacity. This provisioned capacity might be less than or greater than TargetOnDemandCapacity.

instanceFleet_targetSpotCapacity :: Lens' InstanceFleet (Maybe Natural) Source #

The target capacity of Spot units for the instance fleet, which determines how many Spot Instances to provision. When the instance fleet launches, Amazon EMR tries to provision Spot Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When a Spot instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units. You can use InstanceFleet$ProvisionedSpotCapacity to determine the Spot capacity units that have been provisioned for the instance fleet.

If not specified or set to 0, only On-Demand Instances are provisioned for the instance fleet. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

instanceFleet_id :: Lens' InstanceFleet (Maybe Text) Source #

The unique identifier of the instance fleet.

InstanceFleetConfig

data InstanceFleetConfig Source #

The configuration that defines an instance fleet.

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

See: newInstanceFleetConfig smart constructor.

Constructors

InstanceFleetConfig' 

Fields

  • instanceTypeConfigs :: Maybe [InstanceTypeConfig]

    The instance type configurations that define the EC2 instances in the instance fleet.

  • targetOnDemandCapacity :: Maybe Natural

    The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand Instances to provision. When the instance fleet launches, Amazon EMR tries to provision On-Demand Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When an On-Demand Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.

    If not specified or set to 0, only Spot Instances are provisioned for the instance fleet using TargetSpotCapacity. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

  • name :: Maybe Text

    The friendly name of the instance fleet.

  • targetSpotCapacity :: Maybe Natural

    The target capacity of Spot units for the instance fleet, which determines how many Spot Instances to provision. When the instance fleet launches, Amazon EMR tries to provision Spot Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When a Spot Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.

    If not specified or set to 0, only On-Demand Instances are provisioned for the instance fleet. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

  • launchSpecifications :: Maybe InstanceFleetProvisioningSpecifications

    The launch specification for the instance fleet.

  • instanceFleetType :: InstanceFleetType

    The node type that the instance fleet hosts. Valid values are MASTER, CORE, and TASK.

Instances

Instances details
Eq InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

Read InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

Show InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

Generic InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

Associated Types

type Rep InstanceFleetConfig :: Type -> Type #

NFData InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

Methods

rnf :: InstanceFleetConfig -> () #

Hashable InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

ToJSON InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

type Rep InstanceFleetConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetConfig

type Rep InstanceFleetConfig = D1 ('MetaData "InstanceFleetConfig" "Amazonka.EMR.Types.InstanceFleetConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceFleetConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceTypeConfigs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceTypeConfig])) :*: (S1 ('MetaSel ('Just "targetOnDemandCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "targetSpotCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "launchSpecifications") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetProvisioningSpecifications)) :*: S1 ('MetaSel ('Just "instanceFleetType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InstanceFleetType)))))

newInstanceFleetConfig Source #

Create a value of InstanceFleetConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceTypeConfigs:InstanceFleetConfig', instanceFleetConfig_instanceTypeConfigs - The instance type configurations that define the EC2 instances in the instance fleet.

$sel:targetOnDemandCapacity:InstanceFleetConfig', instanceFleetConfig_targetOnDemandCapacity - The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand Instances to provision. When the instance fleet launches, Amazon EMR tries to provision On-Demand Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When an On-Demand Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.

If not specified or set to 0, only Spot Instances are provisioned for the instance fleet using TargetSpotCapacity. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

$sel:name:InstanceFleetConfig', instanceFleetConfig_name - The friendly name of the instance fleet.

$sel:targetSpotCapacity:InstanceFleetConfig', instanceFleetConfig_targetSpotCapacity - The target capacity of Spot units for the instance fleet, which determines how many Spot Instances to provision. When the instance fleet launches, Amazon EMR tries to provision Spot Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When a Spot Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.

If not specified or set to 0, only On-Demand Instances are provisioned for the instance fleet. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

$sel:launchSpecifications:InstanceFleetConfig', instanceFleetConfig_launchSpecifications - The launch specification for the instance fleet.

$sel:instanceFleetType:InstanceFleetConfig', instanceFleetConfig_instanceFleetType - The node type that the instance fleet hosts. Valid values are MASTER, CORE, and TASK.

instanceFleetConfig_instanceTypeConfigs :: Lens' InstanceFleetConfig (Maybe [InstanceTypeConfig]) Source #

The instance type configurations that define the EC2 instances in the instance fleet.

instanceFleetConfig_targetOnDemandCapacity :: Lens' InstanceFleetConfig (Maybe Natural) Source #

The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand Instances to provision. When the instance fleet launches, Amazon EMR tries to provision On-Demand Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When an On-Demand Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.

If not specified or set to 0, only Spot Instances are provisioned for the instance fleet using TargetSpotCapacity. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

instanceFleetConfig_name :: Lens' InstanceFleetConfig (Maybe Text) Source #

The friendly name of the instance fleet.

instanceFleetConfig_targetSpotCapacity :: Lens' InstanceFleetConfig (Maybe Natural) Source #

The target capacity of Spot units for the instance fleet, which determines how many Spot Instances to provision. When the instance fleet launches, Amazon EMR tries to provision Spot Instances as specified by InstanceTypeConfig. Each instance configuration has a specified WeightedCapacity. When a Spot Instance is provisioned, the WeightedCapacity units count toward the target capacity. Amazon EMR provisions instances until the target capacity is totally fulfilled, even if this results in an overage. For example, if there are 2 units remaining to fulfill capacity, and Amazon EMR can only provision an instance with a WeightedCapacity of 5 units, the instance is provisioned, and the target capacity is exceeded by 3 units.

If not specified or set to 0, only On-Demand Instances are provisioned for the instance fleet. At least one of TargetSpotCapacity and TargetOnDemandCapacity should be greater than 0. For a master instance fleet, only one of TargetSpotCapacity and TargetOnDemandCapacity can be specified, and its value must be 1.

instanceFleetConfig_instanceFleetType :: Lens' InstanceFleetConfig InstanceFleetType Source #

The node type that the instance fleet hosts. Valid values are MASTER, CORE, and TASK.

InstanceFleetModifyConfig

data InstanceFleetModifyConfig Source #

Configuration parameters for an instance fleet modification request.

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

See: newInstanceFleetModifyConfig smart constructor.

Constructors

InstanceFleetModifyConfig' 

Fields

Instances

Instances details
Eq InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

Read InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

Show InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

Generic InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

Associated Types

type Rep InstanceFleetModifyConfig :: Type -> Type #

NFData InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

Hashable InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

ToJSON InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

type Rep InstanceFleetModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetModifyConfig

type Rep InstanceFleetModifyConfig = D1 ('MetaData "InstanceFleetModifyConfig" "Amazonka.EMR.Types.InstanceFleetModifyConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceFleetModifyConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "targetOnDemandCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "targetSpotCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "instanceFleetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newInstanceFleetModifyConfig Source #

Create a value of InstanceFleetModifyConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:targetOnDemandCapacity:InstanceFleetModifyConfig', instanceFleetModifyConfig_targetOnDemandCapacity - The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.

$sel:targetSpotCapacity:InstanceFleetModifyConfig', instanceFleetModifyConfig_targetSpotCapacity - The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.

$sel:instanceFleetId:InstanceFleetModifyConfig', instanceFleetModifyConfig_instanceFleetId - A unique identifier for the instance fleet.

instanceFleetModifyConfig_targetOnDemandCapacity :: Lens' InstanceFleetModifyConfig (Maybe Natural) Source #

The target capacity of On-Demand units for the instance fleet. For more information see InstanceFleetConfig$TargetOnDemandCapacity.

instanceFleetModifyConfig_targetSpotCapacity :: Lens' InstanceFleetModifyConfig (Maybe Natural) Source #

The target capacity of Spot units for the instance fleet. For more information, see InstanceFleetConfig$TargetSpotCapacity.

InstanceFleetProvisioningSpecifications

data InstanceFleetProvisioningSpecifications Source #

The launch specification for Spot Instances in the fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand and Spot Instance allocation strategies are available in Amazon EMR version 5.12.1 and later.

See: newInstanceFleetProvisioningSpecifications smart constructor.

Constructors

InstanceFleetProvisioningSpecifications' 

Fields

  • spotSpecification :: Maybe SpotProvisioningSpecification

    The launch specification for Spot Instances in the fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.

  • onDemandSpecification :: Maybe OnDemandProvisioningSpecification

    The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.

    The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR version 5.12.1 and later.

Instances

Instances details
Eq InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

Read InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

Show InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

Generic InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

NFData InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

Hashable InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

ToJSON InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

FromJSON InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

type Rep InstanceFleetProvisioningSpecifications Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications

type Rep InstanceFleetProvisioningSpecifications = D1 ('MetaData "InstanceFleetProvisioningSpecifications" "Amazonka.EMR.Types.InstanceFleetProvisioningSpecifications" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceFleetProvisioningSpecifications'" 'PrefixI 'True) (S1 ('MetaSel ('Just "spotSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpotProvisioningSpecification)) :*: S1 ('MetaSel ('Just "onDemandSpecification") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnDemandProvisioningSpecification))))

newInstanceFleetProvisioningSpecifications :: InstanceFleetProvisioningSpecifications Source #

Create a value of InstanceFleetProvisioningSpecifications with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:spotSpecification:InstanceFleetProvisioningSpecifications', instanceFleetProvisioningSpecifications_spotSpecification - The launch specification for Spot Instances in the fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.

$sel:onDemandSpecification:InstanceFleetProvisioningSpecifications', instanceFleetProvisioningSpecifications_onDemandSpecification - The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR version 5.12.1 and later.

instanceFleetProvisioningSpecifications_spotSpecification :: Lens' InstanceFleetProvisioningSpecifications (Maybe SpotProvisioningSpecification) Source #

The launch specification for Spot Instances in the fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.

instanceFleetProvisioningSpecifications_onDemandSpecification :: Lens' InstanceFleetProvisioningSpecifications (Maybe OnDemandProvisioningSpecification) Source #

The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR version 5.12.1 and later.

InstanceFleetStateChangeReason

data InstanceFleetStateChangeReason Source #

Provides status change reason details for the instance fleet.

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

See: newInstanceFleetStateChangeReason smart constructor.

Constructors

InstanceFleetStateChangeReason' 

Fields

Instances

Instances details
Eq InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

Read InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

Show InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

Generic InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

Associated Types

type Rep InstanceFleetStateChangeReason :: Type -> Type #

NFData InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

Hashable InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

FromJSON InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

type Rep InstanceFleetStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStateChangeReason

type Rep InstanceFleetStateChangeReason = D1 ('MetaData "InstanceFleetStateChangeReason" "Amazonka.EMR.Types.InstanceFleetStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceFleetStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceFleetStateChangeReason :: InstanceFleetStateChangeReason Source #

Create a value of InstanceFleetStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:InstanceFleetStateChangeReason', instanceFleetStateChangeReason_code - A code corresponding to the reason the state change occurred.

$sel:message:InstanceFleetStateChangeReason', instanceFleetStateChangeReason_message - An explanatory message.

InstanceFleetStatus

data InstanceFleetStatus Source #

The status of the instance fleet.

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

See: newInstanceFleetStatus smart constructor.

Constructors

InstanceFleetStatus' 

Fields

  • state :: Maybe InstanceFleetState

    A code representing the instance fleet status.

    • PROVISIONING—The instance fleet is provisioning EC2 resources and is not yet ready to run jobs.
    • BOOTSTRAPPING—EC2 instances and other resources have been provisioned and the bootstrap actions specified for the instances are underway.
    • RUNNING—EC2 instances and other resources are running. They are either executing jobs or waiting to execute jobs.
    • RESIZING—A resize operation is underway. EC2 instances are either being added or removed.
    • SUSPENDED—A resize operation could not complete. Existing EC2 instances are running, but instances can't be added or removed.
    • TERMINATING—The instance fleet is terminating EC2 instances.
    • TERMINATED—The instance fleet is no longer active, and all EC2 instances have been terminated.
  • stateChangeReason :: Maybe InstanceFleetStateChangeReason

    Provides status change reason details for the instance fleet.

  • timeline :: Maybe InstanceFleetTimeline

    Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.

Instances

Instances details
Eq InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

Read InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

Show InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

Generic InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

Associated Types

type Rep InstanceFleetStatus :: Type -> Type #

NFData InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

Methods

rnf :: InstanceFleetStatus -> () #

Hashable InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

FromJSON InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

type Rep InstanceFleetStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetStatus

type Rep InstanceFleetStatus = D1 ('MetaData "InstanceFleetStatus" "Amazonka.EMR.Types.InstanceFleetStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceFleetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetState)) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetStateChangeReason)) :*: S1 ('MetaSel ('Just "timeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceFleetTimeline)))))

newInstanceFleetStatus :: InstanceFleetStatus Source #

Create a value of InstanceFleetStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:InstanceFleetStatus', instanceFleetStatus_state - A code representing the instance fleet status.

  • PROVISIONING—The instance fleet is provisioning EC2 resources and is not yet ready to run jobs.
  • BOOTSTRAPPING—EC2 instances and other resources have been provisioned and the bootstrap actions specified for the instances are underway.
  • RUNNING—EC2 instances and other resources are running. They are either executing jobs or waiting to execute jobs.
  • RESIZING—A resize operation is underway. EC2 instances are either being added or removed.
  • SUSPENDED—A resize operation could not complete. Existing EC2 instances are running, but instances can't be added or removed.
  • TERMINATING—The instance fleet is terminating EC2 instances.
  • TERMINATED—The instance fleet is no longer active, and all EC2 instances have been terminated.

$sel:stateChangeReason:InstanceFleetStatus', instanceFleetStatus_stateChangeReason - Provides status change reason details for the instance fleet.

$sel:timeline:InstanceFleetStatus', instanceFleetStatus_timeline - Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.

instanceFleetStatus_state :: Lens' InstanceFleetStatus (Maybe InstanceFleetState) Source #

A code representing the instance fleet status.

  • PROVISIONING—The instance fleet is provisioning EC2 resources and is not yet ready to run jobs.
  • BOOTSTRAPPING—EC2 instances and other resources have been provisioned and the bootstrap actions specified for the instances are underway.
  • RUNNING—EC2 instances and other resources are running. They are either executing jobs or waiting to execute jobs.
  • RESIZING—A resize operation is underway. EC2 instances are either being added or removed.
  • SUSPENDED—A resize operation could not complete. Existing EC2 instances are running, but instances can't be added or removed.
  • TERMINATING—The instance fleet is terminating EC2 instances.
  • TERMINATED—The instance fleet is no longer active, and all EC2 instances have been terminated.

instanceFleetStatus_stateChangeReason :: Lens' InstanceFleetStatus (Maybe InstanceFleetStateChangeReason) Source #

Provides status change reason details for the instance fleet.

instanceFleetStatus_timeline :: Lens' InstanceFleetStatus (Maybe InstanceFleetTimeline) Source #

Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.

InstanceFleetTimeline

data InstanceFleetTimeline Source #

Provides historical timestamps for the instance fleet, including the time of creation, the time it became ready to run jobs, and the time of termination.

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

See: newInstanceFleetTimeline smart constructor.

Constructors

InstanceFleetTimeline' 

Fields

Instances

Instances details
Eq InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Read InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Show InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Generic InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Associated Types

type Rep InstanceFleetTimeline :: Type -> Type #

NFData InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

Methods

rnf :: InstanceFleetTimeline -> () #

Hashable InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

FromJSON InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

type Rep InstanceFleetTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceFleetTimeline

type Rep InstanceFleetTimeline = D1 ('MetaData "InstanceFleetTimeline" "Amazonka.EMR.Types.InstanceFleetTimeline" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceFleetTimeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "readyDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newInstanceFleetTimeline :: InstanceFleetTimeline Source #

Create a value of InstanceFleetTimeline with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:readyDateTime:InstanceFleetTimeline', instanceFleetTimeline_readyDateTime - The time and date the instance fleet was ready to run jobs.

$sel:creationDateTime:InstanceFleetTimeline', instanceFleetTimeline_creationDateTime - The time and date the instance fleet was created.

$sel:endDateTime:InstanceFleetTimeline', instanceFleetTimeline_endDateTime - The time and date the instance fleet terminated.

instanceFleetTimeline_readyDateTime :: Lens' InstanceFleetTimeline (Maybe UTCTime) Source #

The time and date the instance fleet was ready to run jobs.

instanceFleetTimeline_creationDateTime :: Lens' InstanceFleetTimeline (Maybe UTCTime) Source #

The time and date the instance fleet was created.

instanceFleetTimeline_endDateTime :: Lens' InstanceFleetTimeline (Maybe UTCTime) Source #

The time and date the instance fleet terminated.

InstanceGroup

data InstanceGroup Source #

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.

See: newInstanceGroup smart constructor.

Constructors

InstanceGroup' 

Fields

Instances

Instances details
Eq InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

Read InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

Show InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

Generic InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

Associated Types

type Rep InstanceGroup :: Type -> Type #

NFData InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

Methods

rnf :: InstanceGroup -> () #

Hashable InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

FromJSON InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

type Rep InstanceGroup Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroup

type Rep InstanceGroup = D1 ('MetaData "InstanceGroup" "Amazonka.EMR.Types.InstanceGroup" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceGroup'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceGroupStatus)) :*: S1 ('MetaSel ('Just "lastSuccessfullyAppliedConfigurationsVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer))) :*: (S1 ('MetaSel ('Just "bidPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "requestedInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "runningInstanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "lastSuccessfullyAppliedConfigurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration]))) :*: (S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration])) :*: (S1 ('MetaSel ('Just "customAmiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceGroupType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceGroupType)))))) :*: (((S1 ('MetaSel ('Just "ebsBlockDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EbsBlockDevice])) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "configurationsVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Integer)) :*: S1 ('MetaSel ('Just "ebsOptimized") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))) :*: ((S1 ('MetaSel ('Just "market") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketType)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "autoScalingPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AutoScalingPolicyDescription)) :*: (S1 ('MetaSel ('Just "shrinkPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShrinkPolicy)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newInstanceGroup :: InstanceGroup Source #

Create a value of InstanceGroup with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:InstanceGroup', instanceGroup_status - The current status of the instance group.

$sel:lastSuccessfullyAppliedConfigurationsVersion:InstanceGroup', instanceGroup_lastSuccessfullyAppliedConfigurationsVersion - The version number of a configuration specification that was successfully applied for an instance group last time.

$sel:bidPrice:InstanceGroup', instanceGroup_bidPrice - If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.

$sel:requestedInstanceCount:InstanceGroup', instanceGroup_requestedInstanceCount - The target number of instances for the instance group.

$sel:runningInstanceCount:InstanceGroup', instanceGroup_runningInstanceCount - The number of instances currently running in this instance group.

$sel:lastSuccessfullyAppliedConfigurations:InstanceGroup', instanceGroup_lastSuccessfullyAppliedConfigurations - A list of configurations that were successfully applied for an instance group last time.

$sel:configurations:InstanceGroup', instanceGroup_configurations - Amazon EMR releases 4.x or later.

The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).

$sel:customAmiId:InstanceGroup', instanceGroup_customAmiId - The custom AMI ID to use for the provisioned instance group.

$sel:instanceGroupType:InstanceGroup', instanceGroup_instanceGroupType - The type of the instance group. Valid values are MASTER, CORE or TASK.

$sel:ebsBlockDevices:InstanceGroup', instanceGroup_ebsBlockDevices - The EBS block devices that are mapped to this instance group.

$sel:instanceType:InstanceGroup', instanceGroup_instanceType - The EC2 instance type for all instances in the instance group.

$sel:configurationsVersion:InstanceGroup', instanceGroup_configurationsVersion - The version number of the requested configuration specification for this instance group.

$sel:ebsOptimized:InstanceGroup', instanceGroup_ebsOptimized - 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.

$sel:market:InstanceGroup', instanceGroup_market - The marketplace to provision instances for this group. Valid values are ON_DEMAND or SPOT.

$sel:name:InstanceGroup', instanceGroup_name - The name of the instance group.

$sel:autoScalingPolicy:InstanceGroup', instanceGroup_autoScalingPolicy - 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.

$sel:shrinkPolicy:InstanceGroup', instanceGroup_shrinkPolicy - Policy for customizing shrink operations.

$sel:id:InstanceGroup', instanceGroup_id - The identifier of the instance group.

instanceGroup_status :: Lens' InstanceGroup (Maybe InstanceGroupStatus) Source #

The current status of the instance group.

instanceGroup_lastSuccessfullyAppliedConfigurationsVersion :: Lens' InstanceGroup (Maybe Integer) Source #

The version number of a configuration specification that was successfully applied for an instance group last time.

instanceGroup_bidPrice :: Lens' InstanceGroup (Maybe Text) Source #

If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.

instanceGroup_requestedInstanceCount :: Lens' InstanceGroup (Maybe Int) Source #

The target number of instances for the instance group.

instanceGroup_runningInstanceCount :: Lens' InstanceGroup (Maybe Int) Source #

The number of instances currently running in this instance group.

instanceGroup_lastSuccessfullyAppliedConfigurations :: Lens' InstanceGroup (Maybe [Configuration]) Source #

A list of configurations that were successfully applied for an instance group last time.

instanceGroup_configurations :: Lens' InstanceGroup (Maybe [Configuration]) Source #

Amazon EMR releases 4.x or later.

The list of configurations supplied for an Amazon EMR cluster instance group. You can specify a separate configuration for each instance group (master, core, and task).

instanceGroup_customAmiId :: Lens' InstanceGroup (Maybe Text) Source #

The custom AMI ID to use for the provisioned instance group.

instanceGroup_instanceGroupType :: Lens' InstanceGroup (Maybe InstanceGroupType) Source #

The type of the instance group. Valid values are MASTER, CORE or TASK.

instanceGroup_ebsBlockDevices :: Lens' InstanceGroup (Maybe [EbsBlockDevice]) Source #

The EBS block devices that are mapped to this instance group.

instanceGroup_instanceType :: Lens' InstanceGroup (Maybe Text) Source #

The EC2 instance type for all instances in the instance group.

instanceGroup_configurationsVersion :: Lens' InstanceGroup (Maybe Integer) Source #

The version number of the requested configuration specification for this instance group.

instanceGroup_ebsOptimized :: Lens' InstanceGroup (Maybe Bool) Source #

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.

instanceGroup_market :: Lens' InstanceGroup (Maybe MarketType) Source #

The marketplace to provision instances for this group. Valid values are ON_DEMAND or SPOT.

instanceGroup_name :: Lens' InstanceGroup (Maybe Text) Source #

The name of the instance group.

instanceGroup_autoScalingPolicy :: Lens' InstanceGroup (Maybe AutoScalingPolicyDescription) Source #

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.

instanceGroup_shrinkPolicy :: Lens' InstanceGroup (Maybe ShrinkPolicy) Source #

Policy for customizing shrink operations.

instanceGroup_id :: Lens' InstanceGroup (Maybe Text) Source #

The identifier of the instance group.

InstanceGroupConfig

data InstanceGroupConfig Source #

Configuration defining a new instance group.

See: newInstanceGroupConfig smart constructor.

Constructors

InstanceGroupConfig' 

Fields

  • ebsConfiguration :: Maybe EbsConfiguration

    EBS configurations that will be attached to each EC2 instance in the instance group.

  • bidPrice :: Maybe Text

    If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.

  • configurations :: Maybe [Configuration]

    Amazon EMR releases 4.x or later.

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

  • customAmiId :: Maybe Text

    The custom AMI ID to use for the provisioned instance group.

  • market :: Maybe MarketType

    Market type of the EC2 instances used to create a cluster node.

  • name :: Maybe Text

    Friendly name given to the instance group.

  • autoScalingPolicy :: Maybe AutoScalingPolicy

    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.

  • instanceRole :: InstanceRoleType

    The role of the instance group in the cluster.

  • instanceType :: Text

    The EC2 instance type for all instances in the instance group.

  • instanceCount :: Int

    Target number of instances for the instance group.

Instances

Instances details
Eq InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

Read InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

Show InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

Generic InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

Associated Types

type Rep InstanceGroupConfig :: Type -> Type #

NFData InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

Methods

rnf :: InstanceGroupConfig -> () #

Hashable InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

ToJSON InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

type Rep InstanceGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupConfig

newInstanceGroupConfig Source #

Create a value of InstanceGroupConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ebsConfiguration:InstanceGroupConfig', instanceGroupConfig_ebsConfiguration - EBS configurations that will be attached to each EC2 instance in the instance group.

$sel:bidPrice:InstanceGroupConfig', instanceGroupConfig_bidPrice - If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.

$sel:configurations:InstanceGroupConfig', instanceGroupConfig_configurations - Amazon EMR releases 4.x or later.

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

$sel:customAmiId:InstanceGroupConfig', instanceGroupConfig_customAmiId - The custom AMI ID to use for the provisioned instance group.

$sel:market:InstanceGroupConfig', instanceGroupConfig_market - Market type of the EC2 instances used to create a cluster node.

$sel:name:InstanceGroupConfig', instanceGroupConfig_name - Friendly name given to the instance group.

$sel:autoScalingPolicy:InstanceGroupConfig', instanceGroupConfig_autoScalingPolicy - 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.

$sel:instanceRole:InstanceGroupConfig', instanceGroupConfig_instanceRole - The role of the instance group in the cluster.

$sel:instanceType:InstanceGroupConfig', instanceGroupConfig_instanceType - The EC2 instance type for all instances in the instance group.

$sel:instanceCount:InstanceGroupConfig', instanceGroupConfig_instanceCount - Target number of instances for the instance group.

instanceGroupConfig_ebsConfiguration :: Lens' InstanceGroupConfig (Maybe EbsConfiguration) Source #

EBS configurations that will be attached to each EC2 instance in the instance group.

instanceGroupConfig_bidPrice :: Lens' InstanceGroupConfig (Maybe Text) Source #

If specified, indicates that the instance group uses Spot Instances. This is the maximum price you are willing to pay for Spot Instances. Specify OnDemandPrice to set the amount equal to the On-Demand price, or specify an amount in USD.

instanceGroupConfig_configurations :: Lens' InstanceGroupConfig (Maybe [Configuration]) Source #

Amazon EMR releases 4.x or later.

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

instanceGroupConfig_customAmiId :: Lens' InstanceGroupConfig (Maybe Text) Source #

The custom AMI ID to use for the provisioned instance group.

instanceGroupConfig_market :: Lens' InstanceGroupConfig (Maybe MarketType) Source #

Market type of the EC2 instances used to create a cluster node.

instanceGroupConfig_name :: Lens' InstanceGroupConfig (Maybe Text) Source #

Friendly name given to the instance group.

instanceGroupConfig_autoScalingPolicy :: Lens' InstanceGroupConfig (Maybe AutoScalingPolicy) Source #

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.

instanceGroupConfig_instanceRole :: Lens' InstanceGroupConfig InstanceRoleType Source #

The role of the instance group in the cluster.

instanceGroupConfig_instanceType :: Lens' InstanceGroupConfig Text Source #

The EC2 instance type for all instances in the instance group.

instanceGroupConfig_instanceCount :: Lens' InstanceGroupConfig Int Source #

Target number of instances for the instance group.

InstanceGroupModifyConfig

data InstanceGroupModifyConfig Source #

Modify the size or configurations of an instance group.

See: newInstanceGroupModifyConfig smart constructor.

Constructors

InstanceGroupModifyConfig' 

Fields

Instances

Instances details
Eq InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

Read InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

Show InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

Generic InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

Associated Types

type Rep InstanceGroupModifyConfig :: Type -> Type #

NFData InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

Hashable InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

ToJSON InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

type Rep InstanceGroupModifyConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupModifyConfig

type Rep InstanceGroupModifyConfig = D1 ('MetaData "InstanceGroupModifyConfig" "Amazonka.EMR.Types.InstanceGroupModifyConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceGroupModifyConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration]))) :*: (S1 ('MetaSel ('Just "eC2InstanceIdsToTerminate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "shrinkPolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ShrinkPolicy)) :*: S1 ('MetaSel ('Just "instanceGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newInstanceGroupModifyConfig Source #

Create a value of InstanceGroupModifyConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceCount:InstanceGroupModifyConfig', instanceGroupModifyConfig_instanceCount - Target size for the instance group.

$sel:configurations:InstanceGroupModifyConfig', instanceGroupModifyConfig_configurations - A list of new or modified configurations to apply for an instance group.

$sel:eC2InstanceIdsToTerminate:InstanceGroupModifyConfig', instanceGroupModifyConfig_eC2InstanceIdsToTerminate - The EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size.

$sel:shrinkPolicy:InstanceGroupModifyConfig', instanceGroupModifyConfig_shrinkPolicy - Policy for customizing shrink operations.

$sel:instanceGroupId:InstanceGroupModifyConfig', instanceGroupModifyConfig_instanceGroupId - Unique ID of the instance group to modify.

instanceGroupModifyConfig_configurations :: Lens' InstanceGroupModifyConfig (Maybe [Configuration]) Source #

A list of new or modified configurations to apply for an instance group.

instanceGroupModifyConfig_eC2InstanceIdsToTerminate :: Lens' InstanceGroupModifyConfig (Maybe [Text]) Source #

The EC2 InstanceIds to terminate. After you terminate the instances, the instance group will not return to its original requested size.

InstanceGroupStateChangeReason

data InstanceGroupStateChangeReason Source #

The status change reason details for the instance group.

See: newInstanceGroupStateChangeReason smart constructor.

Constructors

InstanceGroupStateChangeReason' 

Fields

Instances

Instances details
Eq InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

Read InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

Show InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

Generic InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

Associated Types

type Rep InstanceGroupStateChangeReason :: Type -> Type #

NFData InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

Hashable InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

FromJSON InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

type Rep InstanceGroupStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStateChangeReason

type Rep InstanceGroupStateChangeReason = D1 ('MetaData "InstanceGroupStateChangeReason" "Amazonka.EMR.Types.InstanceGroupStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceGroupStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceGroupStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceGroupStateChangeReason :: InstanceGroupStateChangeReason Source #

Create a value of InstanceGroupStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:InstanceGroupStateChangeReason', instanceGroupStateChangeReason_code - The programmable code for the state change reason.

$sel:message:InstanceGroupStateChangeReason', instanceGroupStateChangeReason_message - The status change reason description.

InstanceGroupStatus

data InstanceGroupStatus Source #

The details of the instance group status.

See: newInstanceGroupStatus smart constructor.

Constructors

InstanceGroupStatus' 

Fields

Instances

Instances details
Eq InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

Read InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

Show InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

Generic InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

Associated Types

type Rep InstanceGroupStatus :: Type -> Type #

NFData InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

Methods

rnf :: InstanceGroupStatus -> () #

Hashable InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

FromJSON InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

type Rep InstanceGroupStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupStatus

type Rep InstanceGroupStatus = D1 ('MetaData "InstanceGroupStatus" "Amazonka.EMR.Types.InstanceGroupStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceGroupStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceGroupState)) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceGroupStateChangeReason)) :*: S1 ('MetaSel ('Just "timeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceGroupTimeline)))))

newInstanceGroupStatus :: InstanceGroupStatus Source #

Create a value of InstanceGroupStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:InstanceGroupStatus', instanceGroupStatus_state - The current state of the instance group.

$sel:stateChangeReason:InstanceGroupStatus', instanceGroupStatus_stateChangeReason - The status change reason details for the instance group.

$sel:timeline:InstanceGroupStatus', instanceGroupStatus_timeline - The timeline of the instance group status over time.

instanceGroupStatus_timeline :: Lens' InstanceGroupStatus (Maybe InstanceGroupTimeline) Source #

The timeline of the instance group status over time.

InstanceGroupTimeline

data InstanceGroupTimeline Source #

The timeline of the instance group lifecycle.

See: newInstanceGroupTimeline smart constructor.

Constructors

InstanceGroupTimeline' 

Fields

Instances

Instances details
Eq InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Read InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Show InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Generic InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Associated Types

type Rep InstanceGroupTimeline :: Type -> Type #

NFData InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

Methods

rnf :: InstanceGroupTimeline -> () #

Hashable InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

FromJSON InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

type Rep InstanceGroupTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceGroupTimeline

type Rep InstanceGroupTimeline = D1 ('MetaData "InstanceGroupTimeline" "Amazonka.EMR.Types.InstanceGroupTimeline" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceGroupTimeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "readyDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newInstanceGroupTimeline :: InstanceGroupTimeline Source #

Create a value of InstanceGroupTimeline with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:readyDateTime:InstanceGroupTimeline', instanceGroupTimeline_readyDateTime - The date and time when the instance group became ready to perform tasks.

$sel:creationDateTime:InstanceGroupTimeline', instanceGroupTimeline_creationDateTime - The creation date and time of the instance group.

$sel:endDateTime:InstanceGroupTimeline', instanceGroupTimeline_endDateTime - The date and time when the instance group terminated.

instanceGroupTimeline_readyDateTime :: Lens' InstanceGroupTimeline (Maybe UTCTime) Source #

The date and time when the instance group became ready to perform tasks.

instanceGroupTimeline_creationDateTime :: Lens' InstanceGroupTimeline (Maybe UTCTime) Source #

The creation date and time of the instance group.

instanceGroupTimeline_endDateTime :: Lens' InstanceGroupTimeline (Maybe UTCTime) Source #

The date and time when the instance group terminated.

InstanceResizePolicy

data InstanceResizePolicy Source #

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

See: newInstanceResizePolicy smart constructor.

Constructors

InstanceResizePolicy' 

Fields

Instances

Instances details
Eq InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

Read InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

Show InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

Generic InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

Associated Types

type Rep InstanceResizePolicy :: Type -> Type #

NFData InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

Methods

rnf :: InstanceResizePolicy -> () #

Hashable InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

ToJSON InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

FromJSON InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

type Rep InstanceResizePolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceResizePolicy

type Rep InstanceResizePolicy = D1 ('MetaData "InstanceResizePolicy" "Amazonka.EMR.Types.InstanceResizePolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceResizePolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "instancesToProtect") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "instancesToTerminate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "instanceTerminationTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))))

newInstanceResizePolicy :: InstanceResizePolicy Source #

Create a value of InstanceResizePolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instancesToProtect:InstanceResizePolicy', instanceResizePolicy_instancesToProtect - Specific list of instances to be protected when shrinking an instance group.

$sel:instancesToTerminate:InstanceResizePolicy', instanceResizePolicy_instancesToTerminate - Specific list of instances to be terminated when shrinking an instance group.

$sel:instanceTerminationTimeout:InstanceResizePolicy', instanceResizePolicy_instanceTerminationTimeout - Decommissioning timeout override for the specific list of instances to be terminated.

instanceResizePolicy_instancesToProtect :: Lens' InstanceResizePolicy (Maybe [Text]) Source #

Specific list of instances to be protected when shrinking an instance group.

instanceResizePolicy_instancesToTerminate :: Lens' InstanceResizePolicy (Maybe [Text]) Source #

Specific list of instances to be terminated when shrinking an instance group.

instanceResizePolicy_instanceTerminationTimeout :: Lens' InstanceResizePolicy (Maybe Int) Source #

Decommissioning timeout override for the specific list of instances to be terminated.

InstanceStateChangeReason

data InstanceStateChangeReason Source #

The details of the status change reason for the instance.

See: newInstanceStateChangeReason smart constructor.

Constructors

InstanceStateChangeReason' 

Fields

Instances

Instances details
Eq InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Read InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Show InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Generic InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Associated Types

type Rep InstanceStateChangeReason :: Type -> Type #

NFData InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

Hashable InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

FromJSON InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

type Rep InstanceStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStateChangeReason

type Rep InstanceStateChangeReason = D1 ('MetaData "InstanceStateChangeReason" "Amazonka.EMR.Types.InstanceStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newInstanceStateChangeReason :: InstanceStateChangeReason Source #

Create a value of InstanceStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:InstanceStateChangeReason', instanceStateChangeReason_code - The programmable code for the state change reason.

$sel:message:InstanceStateChangeReason', instanceStateChangeReason_message - The status change reason description.

InstanceStatus

data InstanceStatus Source #

The instance status details.

See: newInstanceStatus smart constructor.

Constructors

InstanceStatus' 

Fields

Instances

Instances details
Eq InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

Read InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

Show InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

Generic InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

Associated Types

type Rep InstanceStatus :: Type -> Type #

NFData InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

Methods

rnf :: InstanceStatus -> () #

Hashable InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

FromJSON InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

type Rep InstanceStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceStatus

type Rep InstanceStatus = D1 ('MetaData "InstanceStatus" "Amazonka.EMR.Types.InstanceStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceState)) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceStateChangeReason)) :*: S1 ('MetaSel ('Just "timeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceTimeline)))))

newInstanceStatus :: InstanceStatus Source #

Create a value of InstanceStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:InstanceStatus', instanceStatus_state - The current state of the instance.

$sel:stateChangeReason:InstanceStatus', instanceStatus_stateChangeReason - The details of the status change reason for the instance.

$sel:timeline:InstanceStatus', instanceStatus_timeline - The timeline of the instance status over time.

instanceStatus_state :: Lens' InstanceStatus (Maybe InstanceState) Source #

The current state of the instance.

instanceStatus_stateChangeReason :: Lens' InstanceStatus (Maybe InstanceStateChangeReason) Source #

The details of the status change reason for the instance.

instanceStatus_timeline :: Lens' InstanceStatus (Maybe InstanceTimeline) Source #

The timeline of the instance status over time.

InstanceTimeline

data InstanceTimeline Source #

The timeline of the instance lifecycle.

See: newInstanceTimeline smart constructor.

Constructors

InstanceTimeline' 

Fields

Instances

Instances details
Eq InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Read InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Show InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Generic InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Associated Types

type Rep InstanceTimeline :: Type -> Type #

NFData InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

Methods

rnf :: InstanceTimeline -> () #

Hashable InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

FromJSON InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

type Rep InstanceTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTimeline

type Rep InstanceTimeline = D1 ('MetaData "InstanceTimeline" "Amazonka.EMR.Types.InstanceTimeline" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceTimeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "readyDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newInstanceTimeline :: InstanceTimeline Source #

Create a value of InstanceTimeline with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:readyDateTime:InstanceTimeline', instanceTimeline_readyDateTime - The date and time when the instance was ready to perform tasks.

$sel:creationDateTime:InstanceTimeline', instanceTimeline_creationDateTime - The creation date and time of the instance.

$sel:endDateTime:InstanceTimeline', instanceTimeline_endDateTime - The date and time when the instance was terminated.

instanceTimeline_readyDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #

The date and time when the instance was ready to perform tasks.

instanceTimeline_creationDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #

The creation date and time of the instance.

instanceTimeline_endDateTime :: Lens' InstanceTimeline (Maybe UTCTime) Source #

The date and time when the instance was terminated.

InstanceTypeConfig

data InstanceTypeConfig Source #

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

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

See: newInstanceTypeConfig smart constructor.

Constructors

InstanceTypeConfig' 

Fields

  • ebsConfiguration :: Maybe EbsConfiguration

    The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.

  • bidPrice :: Maybe Text

    The bid price for each EC2 Spot Instance type as defined by InstanceType. Expressed in USD. If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

  • weightedCapacity :: Maybe Natural

    The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in InstanceFleetConfig. This value is 1 for a master instance fleet, and must be 1 or greater for core and task instance fleets. Defaults to 1 if not specified.

  • configurations :: Maybe [Configuration]

    A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster.

  • customAmiId :: Maybe Text

    The custom AMI ID to use for the instance type.

  • bidPriceAsPercentageOfOnDemandPrice :: Maybe Double

    The bid price, as a percentage of On-Demand price, for each EC2 Spot Instance as defined by InstanceType. Expressed as a number (for example, 20 specifies 20%). If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

  • instanceType :: Text

    An EC2 instance type, such as m3.xlarge.

Instances

Instances details
Eq InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

Read InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

Show InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

Generic InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

Associated Types

type Rep InstanceTypeConfig :: Type -> Type #

NFData InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

Methods

rnf :: InstanceTypeConfig -> () #

Hashable InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

ToJSON InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

type Rep InstanceTypeConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeConfig

type Rep InstanceTypeConfig = D1 ('MetaData "InstanceTypeConfig" "Amazonka.EMR.Types.InstanceTypeConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceTypeConfig'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "ebsConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe EbsConfiguration)) :*: (S1 ('MetaSel ('Just "bidPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "weightedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: ((S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration])) :*: S1 ('MetaSel ('Just "customAmiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "bidPriceAsPercentageOfOnDemandPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double)) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newInstanceTypeConfig Source #

Create a value of InstanceTypeConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:ebsConfiguration:InstanceTypeConfig', instanceTypeConfig_ebsConfiguration - The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.

$sel:bidPrice:InstanceTypeConfig', instanceTypeConfig_bidPrice - The bid price for each EC2 Spot Instance type as defined by InstanceType. Expressed in USD. If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

$sel:weightedCapacity:InstanceTypeConfig', instanceTypeConfig_weightedCapacity - The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in InstanceFleetConfig. This value is 1 for a master instance fleet, and must be 1 or greater for core and task instance fleets. Defaults to 1 if not specified.

$sel:configurations:InstanceTypeConfig', instanceTypeConfig_configurations - A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster.

$sel:customAmiId:InstanceTypeConfig', instanceTypeConfig_customAmiId - The custom AMI ID to use for the instance type.

$sel:bidPriceAsPercentageOfOnDemandPrice:InstanceTypeConfig', instanceTypeConfig_bidPriceAsPercentageOfOnDemandPrice - The bid price, as a percentage of On-Demand price, for each EC2 Spot Instance as defined by InstanceType. Expressed as a number (for example, 20 specifies 20%). If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

$sel:instanceType:InstanceTypeConfig', instanceTypeConfig_instanceType - An EC2 instance type, such as m3.xlarge.

instanceTypeConfig_ebsConfiguration :: Lens' InstanceTypeConfig (Maybe EbsConfiguration) Source #

The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.

instanceTypeConfig_bidPrice :: Lens' InstanceTypeConfig (Maybe Text) Source #

The bid price for each EC2 Spot Instance type as defined by InstanceType. Expressed in USD. If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

instanceTypeConfig_weightedCapacity :: Lens' InstanceTypeConfig (Maybe Natural) Source #

The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in InstanceFleetConfig. This value is 1 for a master instance fleet, and must be 1 or greater for core and task instance fleets. Defaults to 1 if not specified.

instanceTypeConfig_configurations :: Lens' InstanceTypeConfig (Maybe [Configuration]) Source #

A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software that run on the cluster.

instanceTypeConfig_customAmiId :: Lens' InstanceTypeConfig (Maybe Text) Source #

The custom AMI ID to use for the instance type.

instanceTypeConfig_bidPriceAsPercentageOfOnDemandPrice :: Lens' InstanceTypeConfig (Maybe Double) Source #

The bid price, as a percentage of On-Demand price, for each EC2 Spot Instance as defined by InstanceType. Expressed as a number (for example, 20 specifies 20%). If neither BidPrice nor BidPriceAsPercentageOfOnDemandPrice is provided, BidPriceAsPercentageOfOnDemandPrice defaults to 100%.

instanceTypeConfig_instanceType :: Lens' InstanceTypeConfig Text Source #

An EC2 instance type, such as m3.xlarge.

InstanceTypeSpecification

data InstanceTypeSpecification Source #

The configuration specification for each instance type in an instance fleet.

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

See: newInstanceTypeSpecification smart constructor.

Constructors

InstanceTypeSpecification' 

Fields

  • bidPrice :: Maybe Text

    The bid price for each EC2 Spot Instance type as defined by InstanceType. Expressed in USD.

  • weightedCapacity :: Maybe Natural

    The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in InstanceFleetConfig. Capacity values represent performance characteristics such as vCPUs, memory, or I/O. If not specified, the default value is 1.

  • configurations :: Maybe [Configuration]

    A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software bundled with Amazon EMR.

  • customAmiId :: Maybe Text

    The custom AMI ID to use for the instance type.

  • ebsBlockDevices :: Maybe [EbsBlockDevice]

    The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.

  • instanceType :: Maybe Text

    The EC2 instance type, for example m3.xlarge.

  • ebsOptimized :: Maybe Bool

    Evaluates to TRUE when the specified InstanceType is EBS-optimized.

  • bidPriceAsPercentageOfOnDemandPrice :: Maybe Double

    The bid price, as a percentage of On-Demand price, for each EC2 Spot Instance as defined by InstanceType. Expressed as a number (for example, 20 specifies 20%).

Instances

Instances details
Eq InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

Read InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

Show InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

Generic InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

Associated Types

type Rep InstanceTypeSpecification :: Type -> Type #

NFData InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

Hashable InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

FromJSON InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

type Rep InstanceTypeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.InstanceTypeSpecification

type Rep InstanceTypeSpecification = D1 ('MetaData "InstanceTypeSpecification" "Amazonka.EMR.Types.InstanceTypeSpecification" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "InstanceTypeSpecification'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "bidPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "weightedCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "configurations") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Configuration])) :*: S1 ('MetaSel ('Just "customAmiId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "ebsBlockDevices") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [EbsBlockDevice])) :*: S1 ('MetaSel ('Just "instanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ebsOptimized") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "bidPriceAsPercentageOfOnDemandPrice") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Double))))))

newInstanceTypeSpecification :: InstanceTypeSpecification Source #

Create a value of InstanceTypeSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:bidPrice:InstanceTypeSpecification', instanceTypeSpecification_bidPrice - The bid price for each EC2 Spot Instance type as defined by InstanceType. Expressed in USD.

$sel:weightedCapacity:InstanceTypeSpecification', instanceTypeSpecification_weightedCapacity - The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in InstanceFleetConfig. Capacity values represent performance characteristics such as vCPUs, memory, or I/O. If not specified, the default value is 1.

$sel:configurations:InstanceTypeSpecification', instanceTypeSpecification_configurations - A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software bundled with Amazon EMR.

$sel:customAmiId:InstanceTypeSpecification', instanceTypeSpecification_customAmiId - The custom AMI ID to use for the instance type.

$sel:ebsBlockDevices:InstanceTypeSpecification', instanceTypeSpecification_ebsBlockDevices - The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.

$sel:instanceType:InstanceTypeSpecification', instanceTypeSpecification_instanceType - The EC2 instance type, for example m3.xlarge.

$sel:ebsOptimized:InstanceTypeSpecification', instanceTypeSpecification_ebsOptimized - Evaluates to TRUE when the specified InstanceType is EBS-optimized.

$sel:bidPriceAsPercentageOfOnDemandPrice:InstanceTypeSpecification', instanceTypeSpecification_bidPriceAsPercentageOfOnDemandPrice - The bid price, as a percentage of On-Demand price, for each EC2 Spot Instance as defined by InstanceType. Expressed as a number (for example, 20 specifies 20%).

instanceTypeSpecification_bidPrice :: Lens' InstanceTypeSpecification (Maybe Text) Source #

The bid price for each EC2 Spot Instance type as defined by InstanceType. Expressed in USD.

instanceTypeSpecification_weightedCapacity :: Lens' InstanceTypeSpecification (Maybe Natural) Source #

The number of units that a provisioned instance of this type provides toward fulfilling the target capacities defined in InstanceFleetConfig. Capacity values represent performance characteristics such as vCPUs, memory, or I/O. If not specified, the default value is 1.

instanceTypeSpecification_configurations :: Lens' InstanceTypeSpecification (Maybe [Configuration]) Source #

A configuration classification that applies when provisioning cluster instances, which can include configurations for applications and software bundled with Amazon EMR.

instanceTypeSpecification_customAmiId :: Lens' InstanceTypeSpecification (Maybe Text) Source #

The custom AMI ID to use for the instance type.

instanceTypeSpecification_ebsBlockDevices :: Lens' InstanceTypeSpecification (Maybe [EbsBlockDevice]) Source #

The configuration of Amazon Elastic Block Store (Amazon EBS) attached to each instance as defined by InstanceType.

instanceTypeSpecification_instanceType :: Lens' InstanceTypeSpecification (Maybe Text) Source #

The EC2 instance type, for example m3.xlarge.

instanceTypeSpecification_ebsOptimized :: Lens' InstanceTypeSpecification (Maybe Bool) Source #

Evaluates to TRUE when the specified InstanceType is EBS-optimized.

instanceTypeSpecification_bidPriceAsPercentageOfOnDemandPrice :: Lens' InstanceTypeSpecification (Maybe Double) Source #

The bid price, as a percentage of On-Demand price, for each EC2 Spot Instance as defined by InstanceType. Expressed as a number (for example, 20 specifies 20%).

JobFlowInstancesConfig

data JobFlowInstancesConfig Source #

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

See: newJobFlowInstancesConfig smart constructor.

Constructors

JobFlowInstancesConfig' 

Fields

  • instanceFleets :: Maybe [InstanceFleetConfig]

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

    Describes the EC2 instances and instance configurations for clusters that use the instance fleet configuration.

  • ec2KeyName :: Maybe Text

    The name of the EC2 key pair that can be used to connect to the master node using SSH as the user called "hadoop."

  • slaveInstanceType :: Maybe Text

    The EC2 instance type of the core and task nodes.

  • instanceCount :: Maybe Int

    The number of EC2 instances in the cluster.

  • emrManagedSlaveSecurityGroup :: Maybe Text

    The identifier of the Amazon EC2 security group for the core and task nodes. If you specify EmrManagedSlaveSecurityGroup, you must also specify EmrManagedMasterSecurityGroup.

  • additionalSlaveSecurityGroups :: Maybe [Text]

    A list of additional Amazon EC2 security group IDs for the core and task nodes.

  • ec2SubnetIds :: Maybe [Text]

    Applies to clusters that use the instance fleet configuration. When multiple EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet.

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

  • hadoopVersion :: Maybe Text

    Applies only to Amazon EMR release versions earlier than 4.0. The Hadoop version for the cluster. Valid inputs are "0.18" (no longer maintained), "0.20" (no longer maintained), "0.20.205" (no longer maintained), "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.

  • additionalMasterSecurityGroups :: Maybe [Text]

    A list of additional Amazon EC2 security group IDs for the master node.

  • emrManagedMasterSecurityGroup :: Maybe Text

    The identifier of the Amazon EC2 security group for the master node. If you specify EmrManagedMasterSecurityGroup, you must also specify EmrManagedSlaveSecurityGroup.

  • ec2SubnetId :: Maybe Text

    Applies to clusters that use the uniform instance group configuration. To launch the cluster in Amazon Virtual Private Cloud (Amazon VPC), set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value and your account supports EC2-Classic, the cluster launches in EC2-Classic.

  • masterInstanceType :: Maybe Text

    The EC2 instance type of the master node.

  • instanceGroups :: Maybe [InstanceGroupConfig]

    Configuration for the instance groups in a cluster.

  • keepJobFlowAliveWhenNoSteps :: Maybe Bool

    Specifies whether the cluster should remain available after completing all steps. Defaults to true. For more information about configuring cluster termination, see Control Cluster Termination in the EMR Management Guide.

  • serviceAccessSecurityGroup :: Maybe Text

    The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.

  • terminationProtected :: Maybe Bool

    Specifies whether to lock the cluster to prevent the Amazon EC2 instances from being terminated by API call, user intervention, or in the event of a job-flow error.

  • placement :: Maybe PlacementType

    The Availability Zone in which the cluster runs.

Instances

Instances details
Eq JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

Read JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

Show JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

Generic JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

Associated Types

type Rep JobFlowInstancesConfig :: Type -> Type #

NFData JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

Methods

rnf :: JobFlowInstancesConfig -> () #

Hashable JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

ToJSON JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

type Rep JobFlowInstancesConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.JobFlowInstancesConfig

type Rep JobFlowInstancesConfig = D1 ('MetaData "JobFlowInstancesConfig" "Amazonka.EMR.Types.JobFlowInstancesConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "JobFlowInstancesConfig'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "instanceFleets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceFleetConfig])) :*: S1 ('MetaSel ('Just "ec2KeyName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "slaveInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "instanceCount") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)))) :*: ((S1 ('MetaSel ('Just "emrManagedSlaveSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "additionalSlaveSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "ec2SubnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "hadoopVersion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "additionalMasterSecurityGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "emrManagedMasterSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "ec2SubnetId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "masterInstanceType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "instanceGroups") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [InstanceGroupConfig])) :*: S1 ('MetaSel ('Just "keepJobFlowAliveWhenNoSteps") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 ('MetaSel ('Just "serviceAccessSecurityGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "terminationProtected") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "placement") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementType))))))))

newJobFlowInstancesConfig :: JobFlowInstancesConfig Source #

Create a value of JobFlowInstancesConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:instanceFleets:JobFlowInstancesConfig', jobFlowInstancesConfig_instanceFleets - The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions.

Describes the EC2 instances and instance configurations for clusters that use the instance fleet configuration.

$sel:ec2KeyName:JobFlowInstancesConfig', jobFlowInstancesConfig_ec2KeyName - The name of the EC2 key pair that can be used to connect to the master node using SSH as the user called "hadoop."

$sel:slaveInstanceType:JobFlowInstancesConfig', jobFlowInstancesConfig_slaveInstanceType - The EC2 instance type of the core and task nodes.

$sel:instanceCount:JobFlowInstancesConfig', jobFlowInstancesConfig_instanceCount - The number of EC2 instances in the cluster.

$sel:emrManagedSlaveSecurityGroup:JobFlowInstancesConfig', jobFlowInstancesConfig_emrManagedSlaveSecurityGroup - The identifier of the Amazon EC2 security group for the core and task nodes. If you specify EmrManagedSlaveSecurityGroup, you must also specify EmrManagedMasterSecurityGroup.

$sel:additionalSlaveSecurityGroups:JobFlowInstancesConfig', jobFlowInstancesConfig_additionalSlaveSecurityGroups - A list of additional Amazon EC2 security group IDs for the core and task nodes.

$sel:ec2SubnetIds:JobFlowInstancesConfig', jobFlowInstancesConfig_ec2SubnetIds - Applies to clusters that use the instance fleet configuration. When multiple EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet.

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

$sel:hadoopVersion:JobFlowInstancesConfig', jobFlowInstancesConfig_hadoopVersion - Applies only to Amazon EMR release versions earlier than 4.0. The Hadoop version for the cluster. Valid inputs are "0.18" (no longer maintained), "0.20" (no longer maintained), "0.20.205" (no longer maintained), "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.

$sel:additionalMasterSecurityGroups:JobFlowInstancesConfig', jobFlowInstancesConfig_additionalMasterSecurityGroups - A list of additional Amazon EC2 security group IDs for the master node.

$sel:emrManagedMasterSecurityGroup:JobFlowInstancesConfig', jobFlowInstancesConfig_emrManagedMasterSecurityGroup - The identifier of the Amazon EC2 security group for the master node. If you specify EmrManagedMasterSecurityGroup, you must also specify EmrManagedSlaveSecurityGroup.

$sel:ec2SubnetId:JobFlowInstancesConfig', jobFlowInstancesConfig_ec2SubnetId - Applies to clusters that use the uniform instance group configuration. To launch the cluster in Amazon Virtual Private Cloud (Amazon VPC), set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value and your account supports EC2-Classic, the cluster launches in EC2-Classic.

$sel:masterInstanceType:JobFlowInstancesConfig', jobFlowInstancesConfig_masterInstanceType - The EC2 instance type of the master node.

$sel:instanceGroups:JobFlowInstancesConfig', jobFlowInstancesConfig_instanceGroups - Configuration for the instance groups in a cluster.

$sel:keepJobFlowAliveWhenNoSteps:JobFlowInstancesConfig', jobFlowInstancesConfig_keepJobFlowAliveWhenNoSteps - Specifies whether the cluster should remain available after completing all steps. Defaults to true. For more information about configuring cluster termination, see Control Cluster Termination in the EMR Management Guide.

$sel:serviceAccessSecurityGroup:JobFlowInstancesConfig', jobFlowInstancesConfig_serviceAccessSecurityGroup - The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.

$sel:terminationProtected:JobFlowInstancesConfig', jobFlowInstancesConfig_terminationProtected - Specifies whether to lock the cluster to prevent the Amazon EC2 instances from being terminated by API call, user intervention, or in the event of a job-flow error.

$sel:placement:JobFlowInstancesConfig', jobFlowInstancesConfig_placement - The Availability Zone in which the cluster runs.

jobFlowInstancesConfig_instanceFleets :: Lens' JobFlowInstancesConfig (Maybe [InstanceFleetConfig]) Source #

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

Describes the EC2 instances and instance configurations for clusters that use the instance fleet configuration.

jobFlowInstancesConfig_ec2KeyName :: Lens' JobFlowInstancesConfig (Maybe Text) Source #

The name of the EC2 key pair that can be used to connect to the master node using SSH as the user called "hadoop."

jobFlowInstancesConfig_slaveInstanceType :: Lens' JobFlowInstancesConfig (Maybe Text) Source #

The EC2 instance type of the core and task nodes.

jobFlowInstancesConfig_instanceCount :: Lens' JobFlowInstancesConfig (Maybe Int) Source #

The number of EC2 instances in the cluster.

jobFlowInstancesConfig_emrManagedSlaveSecurityGroup :: Lens' JobFlowInstancesConfig (Maybe Text) Source #

The identifier of the Amazon EC2 security group for the core and task nodes. If you specify EmrManagedSlaveSecurityGroup, you must also specify EmrManagedMasterSecurityGroup.

jobFlowInstancesConfig_additionalSlaveSecurityGroups :: Lens' JobFlowInstancesConfig (Maybe [Text]) Source #

A list of additional Amazon EC2 security group IDs for the core and task nodes.

jobFlowInstancesConfig_ec2SubnetIds :: Lens' JobFlowInstancesConfig (Maybe [Text]) Source #

Applies to clusters that use the instance fleet configuration. When multiple EC2 subnet IDs are specified, Amazon EMR evaluates them and launches instances in the optimal subnet.

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

jobFlowInstancesConfig_hadoopVersion :: Lens' JobFlowInstancesConfig (Maybe Text) Source #

Applies only to Amazon EMR release versions earlier than 4.0. The Hadoop version for the cluster. Valid inputs are "0.18" (no longer maintained), "0.20" (no longer maintained), "0.20.205" (no longer maintained), "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.

jobFlowInstancesConfig_additionalMasterSecurityGroups :: Lens' JobFlowInstancesConfig (Maybe [Text]) Source #

A list of additional Amazon EC2 security group IDs for the master node.

jobFlowInstancesConfig_emrManagedMasterSecurityGroup :: Lens' JobFlowInstancesConfig (Maybe Text) Source #

The identifier of the Amazon EC2 security group for the master node. If you specify EmrManagedMasterSecurityGroup, you must also specify EmrManagedSlaveSecurityGroup.

jobFlowInstancesConfig_ec2SubnetId :: Lens' JobFlowInstancesConfig (Maybe Text) Source #

Applies to clusters that use the uniform instance group configuration. To launch the cluster in Amazon Virtual Private Cloud (Amazon VPC), set this parameter to the identifier of the Amazon VPC subnet where you want the cluster to launch. If you do not specify this value and your account supports EC2-Classic, the cluster launches in EC2-Classic.

jobFlowInstancesConfig_instanceGroups :: Lens' JobFlowInstancesConfig (Maybe [InstanceGroupConfig]) Source #

Configuration for the instance groups in a cluster.

jobFlowInstancesConfig_keepJobFlowAliveWhenNoSteps :: Lens' JobFlowInstancesConfig (Maybe Bool) Source #

Specifies whether the cluster should remain available after completing all steps. Defaults to true. For more information about configuring cluster termination, see Control Cluster Termination in the EMR Management Guide.

jobFlowInstancesConfig_serviceAccessSecurityGroup :: Lens' JobFlowInstancesConfig (Maybe Text) Source #

The identifier of the Amazon EC2 security group for the Amazon EMR service to access clusters in VPC private subnets.

jobFlowInstancesConfig_terminationProtected :: Lens' JobFlowInstancesConfig (Maybe Bool) Source #

Specifies whether to lock the cluster to prevent the Amazon EC2 instances from being terminated by API call, user intervention, or in the event of a job-flow error.

jobFlowInstancesConfig_placement :: Lens' JobFlowInstancesConfig (Maybe PlacementType) Source #

The Availability Zone in which the cluster runs.

KerberosAttributes

data KerberosAttributes Source #

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

See: newKerberosAttributes smart constructor.

Constructors

KerberosAttributes' 

Fields

  • kdcAdminPassword :: Maybe Text

    The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster.

  • realm :: Maybe Text

    The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL.

  • aDDomainJoinPassword :: Maybe Text

    The Active Directory password for ADDomainJoinUser.

  • crossRealmTrustPrincipalPassword :: Maybe Text

    Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms.

  • aDDomainJoinUser :: Maybe Text

    Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.

Instances

Instances details
Eq KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

Read KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

Show KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

Generic KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

Associated Types

type Rep KerberosAttributes :: Type -> Type #

NFData KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

Methods

rnf :: KerberosAttributes -> () #

Hashable KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

ToJSON KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

FromJSON KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

type Rep KerberosAttributes Source # 
Instance details

Defined in Amazonka.EMR.Types.KerberosAttributes

type Rep KerberosAttributes = D1 ('MetaData "KerberosAttributes" "Amazonka.EMR.Types.KerberosAttributes" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "KerberosAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "kdcAdminPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "realm") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "aDDomainJoinPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "crossRealmTrustPrincipalPassword") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "aDDomainJoinUser") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newKerberosAttributes :: KerberosAttributes Source #

Create a value of KerberosAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:kdcAdminPassword:KerberosAttributes', kerberosAttributes_kdcAdminPassword - The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster.

$sel:realm:KerberosAttributes', kerberosAttributes_realm - The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL.

$sel:aDDomainJoinPassword:KerberosAttributes', kerberosAttributes_aDDomainJoinPassword - The Active Directory password for ADDomainJoinUser.

$sel:crossRealmTrustPrincipalPassword:KerberosAttributes', kerberosAttributes_crossRealmTrustPrincipalPassword - Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms.

$sel:aDDomainJoinUser:KerberosAttributes', kerberosAttributes_aDDomainJoinUser - Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.

kerberosAttributes_kdcAdminPassword :: Lens' KerberosAttributes (Maybe Text) Source #

The password used within the cluster for the kadmin service on the cluster-dedicated KDC, which maintains Kerberos principals, password policies, and keytabs for the cluster.

kerberosAttributes_realm :: Lens' KerberosAttributes (Maybe Text) Source #

The name of the Kerberos realm to which all nodes in a cluster belong. For example, EC2.INTERNAL.

kerberosAttributes_aDDomainJoinPassword :: Lens' KerberosAttributes (Maybe Text) Source #

The Active Directory password for ADDomainJoinUser.

kerberosAttributes_crossRealmTrustPrincipalPassword :: Lens' KerberosAttributes (Maybe Text) Source #

Required only when establishing a cross-realm trust with a KDC in a different realm. The cross-realm principal password, which must be identical across realms.

kerberosAttributes_aDDomainJoinUser :: Lens' KerberosAttributes (Maybe Text) Source #

Required only when establishing a cross-realm trust with an Active Directory domain. A user with sufficient privileges to join resources to the domain.

KeyValue

data KeyValue Source #

A key-value pair.

See: newKeyValue smart constructor.

Constructors

KeyValue' 

Fields

Instances

Instances details
Eq KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

Read KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

Show KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

Generic KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

Associated Types

type Rep KeyValue :: Type -> Type #

Methods

from :: KeyValue -> Rep KeyValue x #

to :: Rep KeyValue x -> KeyValue #

NFData KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

Methods

rnf :: KeyValue -> () #

Hashable KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

Methods

hashWithSalt :: Int -> KeyValue -> Int #

hash :: KeyValue -> Int #

ToJSON KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

type Rep KeyValue Source # 
Instance details

Defined in Amazonka.EMR.Types.KeyValue

type Rep KeyValue = D1 ('MetaData "KeyValue" "Amazonka.EMR.Types.KeyValue" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "KeyValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newKeyValue :: KeyValue Source #

Create a value of KeyValue with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:KeyValue', keyValue_value - The value part of the identified key.

$sel:key:KeyValue', keyValue_key - The unique identifier of a key-value pair.

keyValue_value :: Lens' KeyValue (Maybe Text) Source #

The value part of the identified key.

keyValue_key :: Lens' KeyValue (Maybe Text) Source #

The unique identifier of a key-value pair.

ManagedScalingPolicy

data ManagedScalingPolicy Source #

Managed scaling policy for an Amazon EMR cluster. The policy specifies the limits for resources that can be added or terminated from a cluster. The policy only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

See: newManagedScalingPolicy smart constructor.

Constructors

ManagedScalingPolicy' 

Fields

  • computeLimits :: Maybe ComputeLimits

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

Instances

Instances details
Eq ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

Read ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

Show ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

Generic ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

Associated Types

type Rep ManagedScalingPolicy :: Type -> Type #

NFData ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

Methods

rnf :: ManagedScalingPolicy -> () #

Hashable ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

ToJSON ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

FromJSON ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

type Rep ManagedScalingPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ManagedScalingPolicy

type Rep ManagedScalingPolicy = D1 ('MetaData "ManagedScalingPolicy" "Amazonka.EMR.Types.ManagedScalingPolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ManagedScalingPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "computeLimits") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ComputeLimits))))

newManagedScalingPolicy :: ManagedScalingPolicy Source #

Create a value of ManagedScalingPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:computeLimits:ManagedScalingPolicy', managedScalingPolicy_computeLimits - The EC2 unit limits for a managed scaling policy. The managed scaling activity of a cluster is not allowed to go above or below these limits. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

managedScalingPolicy_computeLimits :: Lens' ManagedScalingPolicy (Maybe ComputeLimits) Source #

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

MetricDimension

data MetricDimension Source #

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

See: newMetricDimension smart constructor.

Constructors

MetricDimension' 

Fields

Instances

Instances details
Eq MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

Read MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

Show MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

Generic MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

Associated Types

type Rep MetricDimension :: Type -> Type #

NFData MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

Methods

rnf :: MetricDimension -> () #

Hashable MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

ToJSON MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

FromJSON MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

type Rep MetricDimension Source # 
Instance details

Defined in Amazonka.EMR.Types.MetricDimension

type Rep MetricDimension = D1 ('MetaData "MetricDimension" "Amazonka.EMR.Types.MetricDimension" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "MetricDimension'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newMetricDimension :: MetricDimension Source #

Create a value of MetricDimension with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:MetricDimension', metricDimension_value - The dimension value.

$sel:key:MetricDimension', metricDimension_key - The dimension name.

NotebookExecution

data NotebookExecution Source #

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

See: newNotebookExecution smart constructor.

Constructors

NotebookExecution' 

Fields

  • status :: Maybe NotebookExecutionStatus

    The status of the notebook execution.

    • START_PENDING indicates that the cluster has received the execution request but execution has not begun.
    • STARTING indicates that the execution is starting on the cluster.
    • RUNNING indicates that the execution is being processed by the cluster.
    • FINISHING indicates that execution processing is in the final stages.
    • FINISHED indicates that the execution has completed without error.
    • FAILING indicates that the execution is failing and will not finish successfully.
    • FAILED indicates that the execution failed.
    • STOP_PENDING indicates that the cluster has received a StopNotebookExecution request and the stop is pending.
    • STOPPING indicates that the cluster is in the process of stopping the execution as a result of a StopNotebookExecution request.
    • STOPPED indicates that the execution stopped because of a StopNotebookExecution request.
  • executionEngine :: Maybe ExecutionEngineConfig

    The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution.

  • notebookInstanceSecurityGroupId :: Maybe Text

    The unique identifier of the EC2 security group associated with the EMR Notebook instance. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.

  • editorId :: Maybe Text

    The unique identifier of the EMR Notebook that is used for the notebook execution.

  • startTime :: Maybe POSIX

    The timestamp when notebook execution started.

  • arn :: Maybe Text

    The Amazon Resource Name (ARN) of the notebook execution.

  • outputNotebookURI :: Maybe Text

    The location of the notebook execution's output file in Amazon S3.

  • notebookExecutionId :: Maybe Text

    The unique identifier of a notebook execution.

  • notebookExecutionName :: Maybe Text

    A name for the notebook execution.

  • lastStateChangeReason :: Maybe Text

    The reason for the latest status change of the notebook execution.

  • endTime :: Maybe POSIX

    The timestamp when notebook execution ended.

  • notebookParams :: Maybe Text

    Input parameters in JSON format passed to the EMR Notebook at runtime for execution.

  • tags :: Maybe [Tag]

    A list of tags associated with a notebook execution. 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.

Instances

Instances details
Eq NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

Read NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

Show NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

Generic NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

Associated Types

type Rep NotebookExecution :: Type -> Type #

NFData NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

Methods

rnf :: NotebookExecution -> () #

Hashable NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

FromJSON NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

type Rep NotebookExecution Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecution

type Rep NotebookExecution = D1 ('MetaData "NotebookExecution" "Amazonka.EMR.Types.NotebookExecution" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "NotebookExecution'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookExecutionStatus)) :*: (S1 ('MetaSel ('Just "executionEngine") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionEngineConfig)) :*: S1 ('MetaSel ('Just "notebookInstanceSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 ('MetaSel ('Just "editorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "arn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: ((S1 ('MetaSel ('Just "outputNotebookURI") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notebookExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "notebookExecutionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "lastStateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "notebookParams") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])))))))

newNotebookExecution :: NotebookExecution Source #

Create a value of NotebookExecution with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:NotebookExecution', notebookExecution_status - The status of the notebook execution.

  • START_PENDING indicates that the cluster has received the execution request but execution has not begun.
  • STARTING indicates that the execution is starting on the cluster.
  • RUNNING indicates that the execution is being processed by the cluster.
  • FINISHING indicates that execution processing is in the final stages.
  • FINISHED indicates that the execution has completed without error.
  • FAILING indicates that the execution is failing and will not finish successfully.
  • FAILED indicates that the execution failed.
  • STOP_PENDING indicates that the cluster has received a StopNotebookExecution request and the stop is pending.
  • STOPPING indicates that the cluster is in the process of stopping the execution as a result of a StopNotebookExecution request.
  • STOPPED indicates that the execution stopped because of a StopNotebookExecution request.

$sel:executionEngine:NotebookExecution', notebookExecution_executionEngine - The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution.

$sel:notebookInstanceSecurityGroupId:NotebookExecution', notebookExecution_notebookInstanceSecurityGroupId - The unique identifier of the EC2 security group associated with the EMR Notebook instance. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.

$sel:editorId:NotebookExecution', notebookExecution_editorId - The unique identifier of the EMR Notebook that is used for the notebook execution.

$sel:startTime:NotebookExecution', notebookExecution_startTime - The timestamp when notebook execution started.

$sel:arn:NotebookExecution', notebookExecution_arn - The Amazon Resource Name (ARN) of the notebook execution.

$sel:outputNotebookURI:NotebookExecution', notebookExecution_outputNotebookURI - The location of the notebook execution's output file in Amazon S3.

$sel:notebookExecutionId:NotebookExecution', notebookExecution_notebookExecutionId - The unique identifier of a notebook execution.

$sel:notebookExecutionName:NotebookExecution', notebookExecution_notebookExecutionName - A name for the notebook execution.

$sel:lastStateChangeReason:NotebookExecution', notebookExecution_lastStateChangeReason - The reason for the latest status change of the notebook execution.

$sel:endTime:NotebookExecution', notebookExecution_endTime - The timestamp when notebook execution ended.

$sel:notebookParams:NotebookExecution', notebookExecution_notebookParams - Input parameters in JSON format passed to the EMR Notebook at runtime for execution.

$sel:tags:NotebookExecution', notebookExecution_tags - A list of tags associated with a notebook execution. 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.

notebookExecution_status :: Lens' NotebookExecution (Maybe NotebookExecutionStatus) Source #

The status of the notebook execution.

  • START_PENDING indicates that the cluster has received the execution request but execution has not begun.
  • STARTING indicates that the execution is starting on the cluster.
  • RUNNING indicates that the execution is being processed by the cluster.
  • FINISHING indicates that execution processing is in the final stages.
  • FINISHED indicates that the execution has completed without error.
  • FAILING indicates that the execution is failing and will not finish successfully.
  • FAILED indicates that the execution failed.
  • STOP_PENDING indicates that the cluster has received a StopNotebookExecution request and the stop is pending.
  • STOPPING indicates that the cluster is in the process of stopping the execution as a result of a StopNotebookExecution request.
  • STOPPED indicates that the execution stopped because of a StopNotebookExecution request.

notebookExecution_executionEngine :: Lens' NotebookExecution (Maybe ExecutionEngineConfig) Source #

The execution engine, such as an EMR cluster, used to run the EMR notebook and perform the notebook execution.

notebookExecution_notebookInstanceSecurityGroupId :: Lens' NotebookExecution (Maybe Text) Source #

The unique identifier of the EC2 security group associated with the EMR Notebook instance. For more information see Specifying EC2 Security Groups for EMR Notebooks in the EMR Management Guide.

notebookExecution_editorId :: Lens' NotebookExecution (Maybe Text) Source #

The unique identifier of the EMR Notebook that is used for the notebook execution.

notebookExecution_startTime :: Lens' NotebookExecution (Maybe UTCTime) Source #

The timestamp when notebook execution started.

notebookExecution_arn :: Lens' NotebookExecution (Maybe Text) Source #

The Amazon Resource Name (ARN) of the notebook execution.

notebookExecution_outputNotebookURI :: Lens' NotebookExecution (Maybe Text) Source #

The location of the notebook execution's output file in Amazon S3.

notebookExecution_notebookExecutionId :: Lens' NotebookExecution (Maybe Text) Source #

The unique identifier of a notebook execution.

notebookExecution_lastStateChangeReason :: Lens' NotebookExecution (Maybe Text) Source #

The reason for the latest status change of the notebook execution.

notebookExecution_endTime :: Lens' NotebookExecution (Maybe UTCTime) Source #

The timestamp when notebook execution ended.

notebookExecution_notebookParams :: Lens' NotebookExecution (Maybe Text) Source #

Input parameters in JSON format passed to the EMR Notebook at runtime for execution.

notebookExecution_tags :: Lens' NotebookExecution (Maybe [Tag]) Source #

A list of tags associated with a notebook execution. 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.

NotebookExecutionSummary

data NotebookExecutionSummary Source #

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

See: newNotebookExecutionSummary smart constructor.

Constructors

NotebookExecutionSummary' 

Fields

  • status :: Maybe NotebookExecutionStatus

    The status of the notebook execution.

    • START_PENDING indicates that the cluster has received the execution request but execution has not begun.
    • STARTING indicates that the execution is starting on the cluster.
    • RUNNING indicates that the execution is being processed by the cluster.
    • FINISHING indicates that execution processing is in the final stages.
    • FINISHED indicates that the execution has completed without error.
    • FAILING indicates that the execution is failing and will not finish successfully.
    • FAILED indicates that the execution failed.
    • STOP_PENDING indicates that the cluster has received a StopNotebookExecution request and the stop is pending.
    • STOPPING indicates that the cluster is in the process of stopping the execution as a result of a StopNotebookExecution request.
    • STOPPED indicates that the execution stopped because of a StopNotebookExecution request.
  • editorId :: Maybe Text

    The unique identifier of the editor associated with the notebook execution.

  • startTime :: Maybe POSIX

    The timestamp when notebook execution started.

  • notebookExecutionId :: Maybe Text

    The unique identifier of the notebook execution.

  • notebookExecutionName :: Maybe Text

    The name of the notebook execution.

  • endTime :: Maybe POSIX

    The timestamp when notebook execution started.

Instances

Instances details
Eq NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

Read NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

Show NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

Generic NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

Associated Types

type Rep NotebookExecutionSummary :: Type -> Type #

NFData NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

Hashable NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

FromJSON NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

type Rep NotebookExecutionSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.NotebookExecutionSummary

type Rep NotebookExecutionSummary = D1 ('MetaData "NotebookExecutionSummary" "Amazonka.EMR.Types.NotebookExecutionSummary" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "NotebookExecutionSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe NotebookExecutionStatus)) :*: (S1 ('MetaSel ('Just "editorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "startTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: (S1 ('MetaSel ('Just "notebookExecutionId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "notebookExecutionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))))

newNotebookExecutionSummary :: NotebookExecutionSummary Source #

Create a value of NotebookExecutionSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:NotebookExecutionSummary', notebookExecutionSummary_status - The status of the notebook execution.

  • START_PENDING indicates that the cluster has received the execution request but execution has not begun.
  • STARTING indicates that the execution is starting on the cluster.
  • RUNNING indicates that the execution is being processed by the cluster.
  • FINISHING indicates that execution processing is in the final stages.
  • FINISHED indicates that the execution has completed without error.
  • FAILING indicates that the execution is failing and will not finish successfully.
  • FAILED indicates that the execution failed.
  • STOP_PENDING indicates that the cluster has received a StopNotebookExecution request and the stop is pending.
  • STOPPING indicates that the cluster is in the process of stopping the execution as a result of a StopNotebookExecution request.
  • STOPPED indicates that the execution stopped because of a StopNotebookExecution request.

$sel:editorId:NotebookExecutionSummary', notebookExecutionSummary_editorId - The unique identifier of the editor associated with the notebook execution.

$sel:startTime:NotebookExecutionSummary', notebookExecutionSummary_startTime - The timestamp when notebook execution started.

$sel:notebookExecutionId:NotebookExecutionSummary', notebookExecutionSummary_notebookExecutionId - The unique identifier of the notebook execution.

$sel:notebookExecutionName:NotebookExecutionSummary', notebookExecutionSummary_notebookExecutionName - The name of the notebook execution.

$sel:endTime:NotebookExecutionSummary', notebookExecutionSummary_endTime - The timestamp when notebook execution started.

notebookExecutionSummary_status :: Lens' NotebookExecutionSummary (Maybe NotebookExecutionStatus) Source #

The status of the notebook execution.

  • START_PENDING indicates that the cluster has received the execution request but execution has not begun.
  • STARTING indicates that the execution is starting on the cluster.
  • RUNNING indicates that the execution is being processed by the cluster.
  • FINISHING indicates that execution processing is in the final stages.
  • FINISHED indicates that the execution has completed without error.
  • FAILING indicates that the execution is failing and will not finish successfully.
  • FAILED indicates that the execution failed.
  • STOP_PENDING indicates that the cluster has received a StopNotebookExecution request and the stop is pending.
  • STOPPING indicates that the cluster is in the process of stopping the execution as a result of a StopNotebookExecution request.
  • STOPPED indicates that the execution stopped because of a StopNotebookExecution request.

notebookExecutionSummary_editorId :: Lens' NotebookExecutionSummary (Maybe Text) Source #

The unique identifier of the editor associated with the notebook execution.

notebookExecutionSummary_startTime :: Lens' NotebookExecutionSummary (Maybe UTCTime) Source #

The timestamp when notebook execution started.

notebookExecutionSummary_endTime :: Lens' NotebookExecutionSummary (Maybe UTCTime) Source #

The timestamp when notebook execution started.

OnDemandCapacityReservationOptions

data OnDemandCapacityReservationOptions Source #

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

See: newOnDemandCapacityReservationOptions smart constructor.

Constructors

OnDemandCapacityReservationOptions' 

Fields

  • usageStrategy :: Maybe OnDemandCapacityReservationUsageStrategy

    Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

    If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price).

    If you do not specify a value, the fleet fulfills the On-Demand capacity according to the chosen On-Demand allocation strategy.

  • capacityReservationResourceGroupArn :: Maybe Text

    The ARN of the Capacity Reservation resource group in which to run the instance.

  • capacityReservationPreference :: Maybe OnDemandCapacityReservationPreference

    Indicates the instance's Capacity Reservation preferences. Possible preferences include:

    • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
    • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.

Instances

Instances details
Eq OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

Read OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

Show OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

Generic OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

Associated Types

type Rep OnDemandCapacityReservationOptions :: Type -> Type #

NFData OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

Hashable OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

ToJSON OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

FromJSON OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

type Rep OnDemandCapacityReservationOptions Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandCapacityReservationOptions

type Rep OnDemandCapacityReservationOptions = D1 ('MetaData "OnDemandCapacityReservationOptions" "Amazonka.EMR.Types.OnDemandCapacityReservationOptions" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "OnDemandCapacityReservationOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "usageStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnDemandCapacityReservationUsageStrategy)) :*: (S1 ('MetaSel ('Just "capacityReservationResourceGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "capacityReservationPreference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnDemandCapacityReservationPreference)))))

newOnDemandCapacityReservationOptions :: OnDemandCapacityReservationOptions Source #

Create a value of OnDemandCapacityReservationOptions with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:usageStrategy:OnDemandCapacityReservationOptions', onDemandCapacityReservationOptions_usageStrategy - Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price).

If you do not specify a value, the fleet fulfills the On-Demand capacity according to the chosen On-Demand allocation strategy.

$sel:capacityReservationResourceGroupArn:OnDemandCapacityReservationOptions', onDemandCapacityReservationOptions_capacityReservationResourceGroupArn - The ARN of the Capacity Reservation resource group in which to run the instance.

$sel:capacityReservationPreference:OnDemandCapacityReservationOptions', onDemandCapacityReservationOptions_capacityReservationPreference - Indicates the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.

onDemandCapacityReservationOptions_usageStrategy :: Lens' OnDemandCapacityReservationOptions (Maybe OnDemandCapacityReservationUsageStrategy) Source #

Indicates whether to use unused Capacity Reservations for fulfilling On-Demand capacity.

If you specify use-capacity-reservations-first, the fleet uses unused Capacity Reservations to fulfill On-Demand capacity up to the target On-Demand capacity. If multiple instance pools have unused Capacity Reservations, the On-Demand allocation strategy (lowest-price) is applied. If the number of unused Capacity Reservations is less than the On-Demand target capacity, the remaining On-Demand target capacity is launched according to the On-Demand allocation strategy (lowest-price).

If you do not specify a value, the fleet fulfills the On-Demand capacity according to the chosen On-Demand allocation strategy.

onDemandCapacityReservationOptions_capacityReservationResourceGroupArn :: Lens' OnDemandCapacityReservationOptions (Maybe Text) Source #

The ARN of the Capacity Reservation resource group in which to run the instance.

onDemandCapacityReservationOptions_capacityReservationPreference :: Lens' OnDemandCapacityReservationOptions (Maybe OnDemandCapacityReservationPreference) Source #

Indicates the instance's Capacity Reservation preferences. Possible preferences include:

  • open - The instance can run in any open Capacity Reservation that has matching attributes (instance type, platform, Availability Zone).
  • none - The instance avoids running in a Capacity Reservation even if one is available. The instance runs as an On-Demand Instance.

OnDemandProvisioningSpecification

data OnDemandProvisioningSpecification Source #

The launch specification for On-Demand Instances in the instance fleet, which determines the allocation strategy.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. On-Demand Instances allocation strategy is available in Amazon EMR version 5.12.1 and later.

See: newOnDemandProvisioningSpecification smart constructor.

Constructors

OnDemandProvisioningSpecification' 

Fields

Instances

Instances details
Eq OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

Read OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

Show OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

Generic OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

Associated Types

type Rep OnDemandProvisioningSpecification :: Type -> Type #

NFData OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

Hashable OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

ToJSON OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

FromJSON OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

type Rep OnDemandProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.OnDemandProvisioningSpecification

type Rep OnDemandProvisioningSpecification = D1 ('MetaData "OnDemandProvisioningSpecification" "Amazonka.EMR.Types.OnDemandProvisioningSpecification" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "OnDemandProvisioningSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "capacityReservationOptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OnDemandCapacityReservationOptions)) :*: S1 ('MetaSel ('Just "allocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OnDemandProvisioningAllocationStrategy)))

newOnDemandProvisioningSpecification Source #

Create a value of OnDemandProvisioningSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:capacityReservationOptions:OnDemandProvisioningSpecification', onDemandProvisioningSpecification_capacityReservationOptions - The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.

$sel:allocationStrategy:OnDemandProvisioningSpecification', onDemandProvisioningSpecification_allocationStrategy - Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is lowest-price (the default), which launches the lowest price first.

onDemandProvisioningSpecification_capacityReservationOptions :: Lens' OnDemandProvisioningSpecification (Maybe OnDemandCapacityReservationOptions) Source #

The launch specification for On-Demand instances in the instance fleet, which determines the allocation strategy.

onDemandProvisioningSpecification_allocationStrategy :: Lens' OnDemandProvisioningSpecification OnDemandProvisioningAllocationStrategy Source #

Specifies the strategy to use in launching On-Demand instance fleets. Currently, the only option is lowest-price (the default), which launches the lowest price first.

PlacementGroupConfig

data PlacementGroupConfig Source #

Placement group configuration for an Amazon EMR cluster. The configuration specifies the placement strategy that can be applied to instance roles during cluster creation.

To use this configuration, consider attaching managed policy AmazonElasticMapReducePlacementGroupPolicy to the EMR role.

See: newPlacementGroupConfig smart constructor.

Constructors

PlacementGroupConfig' 

Fields

  • placementStrategy :: Maybe PlacementGroupStrategy

    EC2 Placement Group strategy associated with instance role.

    Starting with Amazon EMR version 5.23.0, the only supported placement strategy is SPREAD for the MASTER instance role.

  • instanceRole :: InstanceRoleType

    Role of the instance in the cluster.

    Starting with Amazon EMR version 5.23.0, the only supported instance role is MASTER.

Instances

Instances details
Eq PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

Read PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

Show PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

Generic PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

Associated Types

type Rep PlacementGroupConfig :: Type -> Type #

NFData PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

Methods

rnf :: PlacementGroupConfig -> () #

Hashable PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

ToJSON PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

FromJSON PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

type Rep PlacementGroupConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementGroupConfig

type Rep PlacementGroupConfig = D1 ('MetaData "PlacementGroupConfig" "Amazonka.EMR.Types.PlacementGroupConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "PlacementGroupConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "placementStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PlacementGroupStrategy)) :*: S1 ('MetaSel ('Just "instanceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 InstanceRoleType)))

newPlacementGroupConfig Source #

Create a value of PlacementGroupConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:placementStrategy:PlacementGroupConfig', placementGroupConfig_placementStrategy - EC2 Placement Group strategy associated with instance role.

Starting with Amazon EMR version 5.23.0, the only supported placement strategy is SPREAD for the MASTER instance role.

$sel:instanceRole:PlacementGroupConfig', placementGroupConfig_instanceRole - Role of the instance in the cluster.

Starting with Amazon EMR version 5.23.0, the only supported instance role is MASTER.

placementGroupConfig_placementStrategy :: Lens' PlacementGroupConfig (Maybe PlacementGroupStrategy) Source #

EC2 Placement Group strategy associated with instance role.

Starting with Amazon EMR version 5.23.0, the only supported placement strategy is SPREAD for the MASTER instance role.

placementGroupConfig_instanceRole :: Lens' PlacementGroupConfig InstanceRoleType Source #

Role of the instance in the cluster.

Starting with Amazon EMR version 5.23.0, the only supported instance role is MASTER.

PlacementType

data PlacementType Source #

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

See: newPlacementType smart constructor.

Constructors

PlacementType' 

Fields

  • availabilityZones :: Maybe [Text]

    When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone. AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups.

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

  • availabilityZone :: Maybe Text

    The Amazon EC2 Availability Zone for the cluster. AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.

Instances

Instances details
Eq PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

Read PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

Show PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

Generic PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

Associated Types

type Rep PlacementType :: Type -> Type #

NFData PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

Methods

rnf :: PlacementType -> () #

Hashable PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

ToJSON PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

type Rep PlacementType Source # 
Instance details

Defined in Amazonka.EMR.Types.PlacementType

type Rep PlacementType = D1 ('MetaData "PlacementType" "Amazonka.EMR.Types.PlacementType" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "PlacementType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "availabilityZones") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "availabilityZone") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newPlacementType :: PlacementType Source #

Create a value of PlacementType with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:availabilityZones:PlacementType', placementType_availabilityZones - When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone. AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups.

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

$sel:availabilityZone:PlacementType', placementType_availabilityZone - The Amazon EC2 Availability Zone for the cluster. AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.

placementType_availabilityZones :: Lens' PlacementType (Maybe [Text]) Source #

When multiple Availability Zones are specified, Amazon EMR evaluates them and launches instances in the optimal Availability Zone. AvailabilityZones is used for instance fleets, while AvailabilityZone (singular) is used for uniform instance groups.

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

placementType_availabilityZone :: Lens' PlacementType (Maybe Text) Source #

The Amazon EC2 Availability Zone for the cluster. AvailabilityZone is used for uniform instance groups, while AvailabilityZones (plural) is used for instance fleets.

PortRange

data PortRange Source #

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

See: newPortRange smart constructor.

Constructors

PortRange' 

Fields

  • maxRange :: Maybe Int

    The smallest port number in a specified range of port numbers.

  • minRange :: Int

    The smallest port number in a specified range of port numbers.

Instances

Instances details
Eq PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

Read PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

Show PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

Generic PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

Associated Types

type Rep PortRange :: Type -> Type #

NFData PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

Methods

rnf :: PortRange -> () #

Hashable PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

ToJSON PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

FromJSON PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

type Rep PortRange Source # 
Instance details

Defined in Amazonka.EMR.Types.PortRange

type Rep PortRange = D1 ('MetaData "PortRange" "Amazonka.EMR.Types.PortRange" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "PortRange'" 'PrefixI 'True) (S1 ('MetaSel ('Just "maxRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "minRange") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPortRange Source #

Create a value of PortRange with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:maxRange:PortRange', portRange_maxRange - The smallest port number in a specified range of port numbers.

$sel:minRange:PortRange', portRange_minRange - The smallest port number in a specified range of port numbers.

portRange_maxRange :: Lens' PortRange (Maybe Int) Source #

The smallest port number in a specified range of port numbers.

portRange_minRange :: Lens' PortRange Int Source #

The smallest port number in a specified range of port numbers.

ReleaseLabelFilter

data ReleaseLabelFilter Source #

The release label filters by application or version prefix.

See: newReleaseLabelFilter smart constructor.

Constructors

ReleaseLabelFilter' 

Fields

  • application :: Maybe Text

    Optional release label application filter. For example, spark@2.1.0.

  • prefix :: Maybe Text

    Optional release label version prefix filter. For example, emr-5.

Instances

Instances details
Eq ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

Read ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

Show ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

Generic ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

Associated Types

type Rep ReleaseLabelFilter :: Type -> Type #

NFData ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

Methods

rnf :: ReleaseLabelFilter -> () #

Hashable ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

ToJSON ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

type Rep ReleaseLabelFilter Source # 
Instance details

Defined in Amazonka.EMR.Types.ReleaseLabelFilter

type Rep ReleaseLabelFilter = D1 ('MetaData "ReleaseLabelFilter" "Amazonka.EMR.Types.ReleaseLabelFilter" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ReleaseLabelFilter'" 'PrefixI 'True) (S1 ('MetaSel ('Just "application") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "prefix") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newReleaseLabelFilter :: ReleaseLabelFilter Source #

Create a value of ReleaseLabelFilter with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:application:ReleaseLabelFilter', releaseLabelFilter_application - Optional release label application filter. For example, spark@2.1.0.

$sel:prefix:ReleaseLabelFilter', releaseLabelFilter_prefix - Optional release label version prefix filter. For example, emr-5.

releaseLabelFilter_application :: Lens' ReleaseLabelFilter (Maybe Text) Source #

Optional release label application filter. For example, spark@2.1.0.

releaseLabelFilter_prefix :: Lens' ReleaseLabelFilter (Maybe Text) Source #

Optional release label version prefix filter. For example, emr-5.

ScalingAction

data ScalingAction Source #

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

See: newScalingAction smart constructor.

Constructors

ScalingAction' 

Fields

Instances

Instances details
Eq ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Read ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Show ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Generic ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Associated Types

type Rep ScalingAction :: Type -> Type #

NFData ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

Methods

rnf :: ScalingAction -> () #

Hashable ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

ToJSON ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

FromJSON ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

type Rep ScalingAction Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingAction

type Rep ScalingAction = D1 ('MetaData "ScalingAction" "Amazonka.EMR.Types.ScalingAction" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ScalingAction'" 'PrefixI 'True) (S1 ('MetaSel ('Just "market") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MarketType)) :*: S1 ('MetaSel ('Just "simpleScalingPolicyConfiguration") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SimpleScalingPolicyConfiguration)))

newScalingAction Source #

Create a value of ScalingAction with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:market:ScalingAction', scalingAction_market - Not available for instance groups. Instance groups use the market type specified for the group.

$sel:simpleScalingPolicyConfiguration:ScalingAction', scalingAction_simpleScalingPolicyConfiguration - The type of adjustment the automatic scaling activity makes when triggered, and the periodicity of the adjustment.

scalingAction_market :: Lens' ScalingAction (Maybe MarketType) Source #

Not available for instance groups. Instance groups use the market type specified for the group.

scalingAction_simpleScalingPolicyConfiguration :: Lens' ScalingAction SimpleScalingPolicyConfiguration Source #

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

ScalingConstraints

data ScalingConstraints Source #

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.

See: newScalingConstraints smart constructor.

Constructors

ScalingConstraints' 

Fields

  • minCapacity :: Int

    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.

  • maxCapacity :: Int

    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.

Instances

Instances details
Eq ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

Read ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

Show ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

Generic ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

Associated Types

type Rep ScalingConstraints :: Type -> Type #

NFData ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

Methods

rnf :: ScalingConstraints -> () #

Hashable ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

ToJSON ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

FromJSON ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

type Rep ScalingConstraints Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingConstraints

type Rep ScalingConstraints = D1 ('MetaData "ScalingConstraints" "Amazonka.EMR.Types.ScalingConstraints" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ScalingConstraints'" 'PrefixI 'True) (S1 ('MetaSel ('Just "minCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "maxCapacity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newScalingConstraints Source #

Create a value of ScalingConstraints with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:minCapacity:ScalingConstraints', scalingConstraints_minCapacity - 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.

$sel:maxCapacity:ScalingConstraints', scalingConstraints_maxCapacity - 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.

scalingConstraints_minCapacity :: Lens' ScalingConstraints Int Source #

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.

scalingConstraints_maxCapacity :: Lens' ScalingConstraints Int Source #

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.

ScalingRule

data ScalingRule Source #

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.

See: newScalingRule smart constructor.

Constructors

ScalingRule' 

Fields

  • description :: Maybe Text

    A friendly, more verbose description of the automatic scaling rule.

  • name :: Text

    The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.

  • action :: ScalingAction

    The conditions that trigger an automatic scaling activity.

  • trigger :: ScalingTrigger

    The CloudWatch alarm definition that determines when automatic scaling activity is triggered.

Instances

Instances details
Eq ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

Read ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

Show ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

Generic ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

Associated Types

type Rep ScalingRule :: Type -> Type #

NFData ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

Methods

rnf :: ScalingRule -> () #

Hashable ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

ToJSON ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

FromJSON ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

type Rep ScalingRule Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingRule

type Rep ScalingRule = D1 ('MetaData "ScalingRule" "Amazonka.EMR.Types.ScalingRule" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ScalingRule'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "action") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalingAction) :*: S1 ('MetaSel ('Just "trigger") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScalingTrigger))))

newScalingRule Source #

Create a value of ScalingRule with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:description:ScalingRule', scalingRule_description - A friendly, more verbose description of the automatic scaling rule.

$sel:name:ScalingRule', scalingRule_name - The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.

$sel:action:ScalingRule', scalingRule_action - The conditions that trigger an automatic scaling activity.

$sel:trigger:ScalingRule', scalingRule_trigger - The CloudWatch alarm definition that determines when automatic scaling activity is triggered.

scalingRule_description :: Lens' ScalingRule (Maybe Text) Source #

A friendly, more verbose description of the automatic scaling rule.

scalingRule_name :: Lens' ScalingRule Text Source #

The name used to identify an automatic scaling rule. Rule names must be unique within a scaling policy.

scalingRule_action :: Lens' ScalingRule ScalingAction Source #

The conditions that trigger an automatic scaling activity.

scalingRule_trigger :: Lens' ScalingRule ScalingTrigger Source #

The CloudWatch alarm definition that determines when automatic scaling activity is triggered.

ScalingTrigger

data ScalingTrigger Source #

The conditions that trigger an automatic scaling activity.

See: newScalingTrigger smart constructor.

Constructors

ScalingTrigger' 

Fields

Instances

Instances details
Eq ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

Read ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

Show ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

Generic ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

Associated Types

type Rep ScalingTrigger :: Type -> Type #

NFData ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

Methods

rnf :: ScalingTrigger -> () #

Hashable ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

ToJSON ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

FromJSON ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

type Rep ScalingTrigger Source # 
Instance details

Defined in Amazonka.EMR.Types.ScalingTrigger

type Rep ScalingTrigger = D1 ('MetaData "ScalingTrigger" "Amazonka.EMR.Types.ScalingTrigger" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ScalingTrigger'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cloudWatchAlarmDefinition") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 CloudWatchAlarmDefinition)))

newScalingTrigger Source #

Create a value of ScalingTrigger with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cloudWatchAlarmDefinition:ScalingTrigger', scalingTrigger_cloudWatchAlarmDefinition - The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.

scalingTrigger_cloudWatchAlarmDefinition :: Lens' ScalingTrigger CloudWatchAlarmDefinition Source #

The definition of a CloudWatch metric alarm. When the defined alarm conditions are met along with other trigger parameters, scaling activity begins.

ScriptBootstrapActionConfig

data ScriptBootstrapActionConfig Source #

Configuration of the script to run during a bootstrap action.

See: newScriptBootstrapActionConfig smart constructor.

Constructors

ScriptBootstrapActionConfig' 

Fields

  • args :: Maybe [Text]

    A list of command line arguments to pass to the bootstrap action script.

  • path :: Text

    Location in Amazon S3 of the script to run during a bootstrap action.

Instances

Instances details
Eq ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Read ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Show ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Generic ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Associated Types

type Rep ScriptBootstrapActionConfig :: Type -> Type #

NFData ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

Hashable ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

ToJSON ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

type Rep ScriptBootstrapActionConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.ScriptBootstrapActionConfig

type Rep ScriptBootstrapActionConfig = D1 ('MetaData "ScriptBootstrapActionConfig" "Amazonka.EMR.Types.ScriptBootstrapActionConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ScriptBootstrapActionConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "path") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newScriptBootstrapActionConfig Source #

Create a value of ScriptBootstrapActionConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:args:ScriptBootstrapActionConfig', scriptBootstrapActionConfig_args - A list of command line arguments to pass to the bootstrap action script.

$sel:path:ScriptBootstrapActionConfig', scriptBootstrapActionConfig_path - Location in Amazon S3 of the script to run during a bootstrap action.

scriptBootstrapActionConfig_args :: Lens' ScriptBootstrapActionConfig (Maybe [Text]) Source #

A list of command line arguments to pass to the bootstrap action script.

scriptBootstrapActionConfig_path :: Lens' ScriptBootstrapActionConfig Text Source #

Location in Amazon S3 of the script to run during a bootstrap action.

SecurityConfigurationSummary

data SecurityConfigurationSummary Source #

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

See: newSecurityConfigurationSummary smart constructor.

Constructors

SecurityConfigurationSummary' 

Fields

Instances

Instances details
Eq SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

Read SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

Show SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

Generic SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

Associated Types

type Rep SecurityConfigurationSummary :: Type -> Type #

NFData SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

Hashable SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

FromJSON SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

type Rep SecurityConfigurationSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SecurityConfigurationSummary

type Rep SecurityConfigurationSummary = D1 ('MetaData "SecurityConfigurationSummary" "Amazonka.EMR.Types.SecurityConfigurationSummary" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SecurityConfigurationSummary'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))

newSecurityConfigurationSummary :: SecurityConfigurationSummary Source #

Create a value of SecurityConfigurationSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:SecurityConfigurationSummary', securityConfigurationSummary_name - The name of the security configuration.

$sel:creationDateTime:SecurityConfigurationSummary', securityConfigurationSummary_creationDateTime - The date and time the security configuration was created.

securityConfigurationSummary_creationDateTime :: Lens' SecurityConfigurationSummary (Maybe UTCTime) Source #

The date and time the security configuration was created.

SessionMappingDetail

data SessionMappingDetail Source #

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

See: newSessionMappingDetail smart constructor.

Constructors

SessionMappingDetail' 

Fields

Instances

Instances details
Eq SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

Read SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

Show SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

Generic SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

Associated Types

type Rep SessionMappingDetail :: Type -> Type #

NFData SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

Methods

rnf :: SessionMappingDetail -> () #

Hashable SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

FromJSON SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

type Rep SessionMappingDetail Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingDetail

type Rep SessionMappingDetail = D1 ('MetaData "SessionMappingDetail" "Amazonka.EMR.Types.SessionMappingDetail" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SessionMappingDetail'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType)) :*: S1 ('MetaSel ('Just "identityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sessionPolicyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSessionMappingDetail :: SessionMappingDetail Source #

Create a value of SessionMappingDetail with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:SessionMappingDetail', sessionMappingDetail_creationTime - The time the session mapping was created.

$sel:studioId:SessionMappingDetail', sessionMappingDetail_studioId - The ID of the Amazon EMR Studio.

$sel:lastModifiedTime:SessionMappingDetail', sessionMappingDetail_lastModifiedTime - The time the session mapping was last modified.

$sel:identityType:SessionMappingDetail', sessionMappingDetail_identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

$sel:identityId:SessionMappingDetail', sessionMappingDetail_identityId - The globally unique identifier (GUID) of the user or group.

$sel:sessionPolicyArn:SessionMappingDetail', sessionMappingDetail_sessionPolicyArn - The Amazon Resource Name (ARN) of the session policy associated with the user or group.

$sel:identityName:SessionMappingDetail', sessionMappingDetail_identityName - The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.

sessionMappingDetail_creationTime :: Lens' SessionMappingDetail (Maybe UTCTime) Source #

The time the session mapping was created.

sessionMappingDetail_lastModifiedTime :: Lens' SessionMappingDetail (Maybe UTCTime) Source #

The time the session mapping was last modified.

sessionMappingDetail_identityType :: Lens' SessionMappingDetail (Maybe IdentityType) Source #

Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

sessionMappingDetail_identityId :: Lens' SessionMappingDetail (Maybe Text) Source #

The globally unique identifier (GUID) of the user or group.

sessionMappingDetail_sessionPolicyArn :: Lens' SessionMappingDetail (Maybe Text) Source #

The Amazon Resource Name (ARN) of the session policy associated with the user or group.

sessionMappingDetail_identityName :: Lens' SessionMappingDetail (Maybe Text) Source #

The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.

SessionMappingSummary

data SessionMappingSummary Source #

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

See: newSessionMappingSummary smart constructor.

Constructors

SessionMappingSummary' 

Fields

Instances

Instances details
Eq SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

Read SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

Show SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

Generic SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

Associated Types

type Rep SessionMappingSummary :: Type -> Type #

NFData SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

Methods

rnf :: SessionMappingSummary -> () #

Hashable SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

FromJSON SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

type Rep SessionMappingSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.SessionMappingSummary

type Rep SessionMappingSummary = D1 ('MetaData "SessionMappingSummary" "Amazonka.EMR.Types.SessionMappingSummary" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SessionMappingSummary'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe IdentityType)))) :*: (S1 ('MetaSel ('Just "identityId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "sessionPolicyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "identityName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSessionMappingSummary :: SessionMappingSummary Source #

Create a value of SessionMappingSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:SessionMappingSummary', sessionMappingSummary_creationTime - The time the session mapping was created.

$sel:studioId:SessionMappingSummary', sessionMappingSummary_studioId - The ID of the Amazon EMR Studio.

$sel:identityType:SessionMappingSummary', sessionMappingSummary_identityType - Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

$sel:identityId:SessionMappingSummary', sessionMappingSummary_identityId - The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.

$sel:sessionPolicyArn:SessionMappingSummary', sessionMappingSummary_sessionPolicyArn - The Amazon Resource Name (ARN) of the session policy associated with the user or group.

$sel:identityName:SessionMappingSummary', sessionMappingSummary_identityName - The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.

sessionMappingSummary_identityType :: Lens' SessionMappingSummary (Maybe IdentityType) Source #

Specifies whether the identity mapped to the Amazon EMR Studio is a user or a group.

sessionMappingSummary_identityId :: Lens' SessionMappingSummary (Maybe Text) Source #

The globally unique identifier (GUID) of the user or group from the Amazon Web Services SSO Identity Store.

sessionMappingSummary_sessionPolicyArn :: Lens' SessionMappingSummary (Maybe Text) Source #

The Amazon Resource Name (ARN) of the session policy associated with the user or group.

sessionMappingSummary_identityName :: Lens' SessionMappingSummary (Maybe Text) Source #

The name of the user or group. For more information, see UserName and DisplayName in the Amazon Web Services SSO Identity Store API Reference.

ShrinkPolicy

data ShrinkPolicy Source #

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

See: newShrinkPolicy smart constructor.

Constructors

ShrinkPolicy' 

Fields

Instances

Instances details
Eq ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

Read ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

Show ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

Generic ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

Associated Types

type Rep ShrinkPolicy :: Type -> Type #

NFData ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

Methods

rnf :: ShrinkPolicy -> () #

Hashable ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

ToJSON ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

FromJSON ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

type Rep ShrinkPolicy Source # 
Instance details

Defined in Amazonka.EMR.Types.ShrinkPolicy

type Rep ShrinkPolicy = D1 ('MetaData "ShrinkPolicy" "Amazonka.EMR.Types.ShrinkPolicy" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "ShrinkPolicy'" 'PrefixI 'True) (S1 ('MetaSel ('Just "decommissionTimeout") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "instanceResizePolicy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceResizePolicy))))

newShrinkPolicy :: ShrinkPolicy Source #

Create a value of ShrinkPolicy with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:decommissionTimeout:ShrinkPolicy', shrinkPolicy_decommissionTimeout - The desired timeout for decommissioning an instance. Overrides the default YARN decommissioning timeout.

$sel:instanceResizePolicy:ShrinkPolicy', shrinkPolicy_instanceResizePolicy - Custom policy for requesting termination protection or termination of specific instances when shrinking an instance group.

shrinkPolicy_decommissionTimeout :: Lens' ShrinkPolicy (Maybe Int) Source #

The desired timeout for decommissioning an instance. Overrides the default YARN decommissioning timeout.

shrinkPolicy_instanceResizePolicy :: Lens' ShrinkPolicy (Maybe InstanceResizePolicy) Source #

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

SimpleScalingPolicyConfiguration

data SimpleScalingPolicyConfiguration Source #

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.

See: newSimpleScalingPolicyConfiguration smart constructor.

Constructors

SimpleScalingPolicyConfiguration' 

Fields

  • adjustmentType :: Maybe AdjustmentType

    The way in which EC2 instances are added (if ScalingAdjustment is a positive number) or terminated (if ScalingAdjustment is a negative number) each time the scaling activity is triggered. CHANGE_IN_CAPACITY is the default. CHANGE_IN_CAPACITY indicates that the EC2 instance count increments or decrements by ScalingAdjustment, which should be expressed as an integer. PERCENT_CHANGE_IN_CAPACITY indicates the instance count increments or decrements by the percentage specified by ScalingAdjustment, which should be expressed as an integer. For example, 20 indicates an increase in 20% increments of cluster capacity. EXACT_CAPACITY indicates the scaling activity results in an instance group with the number of EC2 instances specified by ScalingAdjustment, which should be expressed as a positive integer.

  • coolDown :: Maybe Int

    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.

  • scalingAdjustment :: Int

    The amount by which to scale in or scale out, based on the specified AdjustmentType. A positive value adds to the instance group's EC2 instance count while a negative number removes instances. If AdjustmentType is set to EXACT_CAPACITY, the number should only be a positive integer. If AdjustmentType is set to PERCENT_CHANGE_IN_CAPACITY, the value should express the percentage as an integer. For example, -20 indicates a decrease in 20% increments of cluster capacity.

Instances

Instances details
Eq SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

Read SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

Show SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

Generic SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

Associated Types

type Rep SimpleScalingPolicyConfiguration :: Type -> Type #

NFData SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

Hashable SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

ToJSON SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

FromJSON SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

type Rep SimpleScalingPolicyConfiguration Source # 
Instance details

Defined in Amazonka.EMR.Types.SimpleScalingPolicyConfiguration

type Rep SimpleScalingPolicyConfiguration = D1 ('MetaData "SimpleScalingPolicyConfiguration" "Amazonka.EMR.Types.SimpleScalingPolicyConfiguration" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SimpleScalingPolicyConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "adjustmentType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AdjustmentType)) :*: (S1 ('MetaSel ('Just "coolDown") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: S1 ('MetaSel ('Just "scalingAdjustment") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newSimpleScalingPolicyConfiguration Source #

Create a value of SimpleScalingPolicyConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:adjustmentType:SimpleScalingPolicyConfiguration', simpleScalingPolicyConfiguration_adjustmentType - The way in which EC2 instances are added (if ScalingAdjustment is a positive number) or terminated (if ScalingAdjustment is a negative number) each time the scaling activity is triggered. CHANGE_IN_CAPACITY is the default. CHANGE_IN_CAPACITY indicates that the EC2 instance count increments or decrements by ScalingAdjustment, which should be expressed as an integer. PERCENT_CHANGE_IN_CAPACITY indicates the instance count increments or decrements by the percentage specified by ScalingAdjustment, which should be expressed as an integer. For example, 20 indicates an increase in 20% increments of cluster capacity. EXACT_CAPACITY indicates the scaling activity results in an instance group with the number of EC2 instances specified by ScalingAdjustment, which should be expressed as a positive integer.

$sel:coolDown:SimpleScalingPolicyConfiguration', simpleScalingPolicyConfiguration_coolDown - 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.

$sel:scalingAdjustment:SimpleScalingPolicyConfiguration', simpleScalingPolicyConfiguration_scalingAdjustment - The amount by which to scale in or scale out, based on the specified AdjustmentType. A positive value adds to the instance group's EC2 instance count while a negative number removes instances. If AdjustmentType is set to EXACT_CAPACITY, the number should only be a positive integer. If AdjustmentType is set to PERCENT_CHANGE_IN_CAPACITY, the value should express the percentage as an integer. For example, -20 indicates a decrease in 20% increments of cluster capacity.

simpleScalingPolicyConfiguration_adjustmentType :: Lens' SimpleScalingPolicyConfiguration (Maybe AdjustmentType) Source #

The way in which EC2 instances are added (if ScalingAdjustment is a positive number) or terminated (if ScalingAdjustment is a negative number) each time the scaling activity is triggered. CHANGE_IN_CAPACITY is the default. CHANGE_IN_CAPACITY indicates that the EC2 instance count increments or decrements by ScalingAdjustment, which should be expressed as an integer. PERCENT_CHANGE_IN_CAPACITY indicates the instance count increments or decrements by the percentage specified by ScalingAdjustment, which should be expressed as an integer. For example, 20 indicates an increase in 20% increments of cluster capacity. EXACT_CAPACITY indicates the scaling activity results in an instance group with the number of EC2 instances specified by ScalingAdjustment, which should be expressed as a positive integer.

simpleScalingPolicyConfiguration_coolDown :: Lens' SimpleScalingPolicyConfiguration (Maybe Int) Source #

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.

simpleScalingPolicyConfiguration_scalingAdjustment :: Lens' SimpleScalingPolicyConfiguration Int Source #

The amount by which to scale in or scale out, based on the specified AdjustmentType. A positive value adds to the instance group's EC2 instance count while a negative number removes instances. If AdjustmentType is set to EXACT_CAPACITY, the number should only be a positive integer. If AdjustmentType is set to PERCENT_CHANGE_IN_CAPACITY, the value should express the percentage as an integer. For example, -20 indicates a decrease in 20% increments of cluster capacity.

SimplifiedApplication

data SimplifiedApplication Source #

The returned release label application names or versions.

See: newSimplifiedApplication smart constructor.

Constructors

SimplifiedApplication' 

Fields

  • name :: Maybe Text

    The returned release label application name. For example, hadoop.

  • version :: Maybe Text

    The returned release label application version. For example, 3.2.1.

Instances

Instances details
Eq SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Read SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Show SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Generic SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Associated Types

type Rep SimplifiedApplication :: Type -> Type #

NFData SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

Methods

rnf :: SimplifiedApplication -> () #

Hashable SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

FromJSON SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

type Rep SimplifiedApplication Source # 
Instance details

Defined in Amazonka.EMR.Types.SimplifiedApplication

type Rep SimplifiedApplication = D1 ('MetaData "SimplifiedApplication" "Amazonka.EMR.Types.SimplifiedApplication" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SimplifiedApplication'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSimplifiedApplication :: SimplifiedApplication Source #

Create a value of SimplifiedApplication with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:name:SimplifiedApplication', simplifiedApplication_name - The returned release label application name. For example, hadoop.

$sel:version:SimplifiedApplication', simplifiedApplication_version - The returned release label application version. For example, 3.2.1.

simplifiedApplication_name :: Lens' SimplifiedApplication (Maybe Text) Source #

The returned release label application name. For example, hadoop.

simplifiedApplication_version :: Lens' SimplifiedApplication (Maybe Text) Source #

The returned release label application version. For example, 3.2.1.

SpotProvisioningSpecification

data SpotProvisioningSpecification Source #

The launch specification for Spot Instances in the instance fleet, which determines the defined duration, provisioning timeout behavior, and allocation strategy.

The instance fleet configuration is available only in Amazon EMR versions 4.8.0 and later, excluding 5.0.x versions. Spot Instance allocation strategy is available in Amazon EMR version 5.12.1 and later.

See: newSpotProvisioningSpecification smart constructor.

Constructors

SpotProvisioningSpecification' 

Fields

  • blockDurationMinutes :: Maybe Natural

    The defined duration for Spot Instances (also known as Spot blocks) in minutes. When specified, the Spot Instance does not terminate before the defined duration expires, and defined duration pricing for Spot Instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot Instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates.

  • allocationStrategy :: Maybe SpotProvisioningAllocationStrategy

    Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

  • timeoutDurationMinutes :: Natural

    The spot provisioning timeout period in minutes. If Spot Instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.

  • timeoutAction :: SpotProvisioningTimeoutAction

    The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot Instances could not be provisioned within the Spot provisioning timeout. Valid values are TERMINATE_CLUSTER and SWITCH_TO_ON_DEMAND. SWITCH_TO_ON_DEMAND specifies that if no Spot Instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.

Instances

Instances details
Eq SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

Read SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

Show SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

Generic SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

Associated Types

type Rep SpotProvisioningSpecification :: Type -> Type #

NFData SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

Hashable SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

ToJSON SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

FromJSON SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

type Rep SpotProvisioningSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.SpotProvisioningSpecification

type Rep SpotProvisioningSpecification = D1 ('MetaData "SpotProvisioningSpecification" "Amazonka.EMR.Types.SpotProvisioningSpecification" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SpotProvisioningSpecification'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "blockDurationMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "allocationStrategy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SpotProvisioningAllocationStrategy))) :*: (S1 ('MetaSel ('Just "timeoutDurationMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "timeoutAction") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SpotProvisioningTimeoutAction))))

newSpotProvisioningSpecification Source #

Create a value of SpotProvisioningSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:blockDurationMinutes:SpotProvisioningSpecification', spotProvisioningSpecification_blockDurationMinutes - The defined duration for Spot Instances (also known as Spot blocks) in minutes. When specified, the Spot Instance does not terminate before the defined duration expires, and defined duration pricing for Spot Instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot Instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates.

$sel:allocationStrategy:SpotProvisioningSpecification', spotProvisioningSpecification_allocationStrategy - Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

$sel:timeoutDurationMinutes:SpotProvisioningSpecification', spotProvisioningSpecification_timeoutDurationMinutes - The spot provisioning timeout period in minutes. If Spot Instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.

$sel:timeoutAction:SpotProvisioningSpecification', spotProvisioningSpecification_timeoutAction - The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot Instances could not be provisioned within the Spot provisioning timeout. Valid values are TERMINATE_CLUSTER and SWITCH_TO_ON_DEMAND. SWITCH_TO_ON_DEMAND specifies that if no Spot Instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.

spotProvisioningSpecification_blockDurationMinutes :: Lens' SpotProvisioningSpecification (Maybe Natural) Source #

The defined duration for Spot Instances (also known as Spot blocks) in minutes. When specified, the Spot Instance does not terminate before the defined duration expires, and defined duration pricing for Spot Instances applies. Valid values are 60, 120, 180, 240, 300, or 360. The duration period starts as soon as a Spot Instance receives its instance ID. At the end of the duration, Amazon EC2 marks the Spot Instance for termination and provides a Spot Instance termination notice, which gives the instance a two-minute warning before it terminates.

spotProvisioningSpecification_allocationStrategy :: Lens' SpotProvisioningSpecification (Maybe SpotProvisioningAllocationStrategy) Source #

Specifies the strategy to use in launching Spot Instance fleets. Currently, the only option is capacity-optimized (the default), which launches instances from Spot Instance pools with optimal capacity for the number of instances that are launching.

spotProvisioningSpecification_timeoutDurationMinutes :: Lens' SpotProvisioningSpecification Natural Source #

The spot provisioning timeout period in minutes. If Spot Instances are not provisioned within this time period, the TimeOutAction is taken. Minimum value is 5 and maximum value is 1440. The timeout applies only during initial provisioning, when the cluster is first created.

spotProvisioningSpecification_timeoutAction :: Lens' SpotProvisioningSpecification SpotProvisioningTimeoutAction Source #

The action to take when TargetSpotCapacity has not been fulfilled when the TimeoutDurationMinutes has expired; that is, when all Spot Instances could not be provisioned within the Spot provisioning timeout. Valid values are TERMINATE_CLUSTER and SWITCH_TO_ON_DEMAND. SWITCH_TO_ON_DEMAND specifies that if no Spot Instances are available, On-Demand Instances should be provisioned to fulfill any remaining Spot capacity.

Step

data Step Source #

This represents a step in a cluster.

See: newStep smart constructor.

Constructors

Step' 

Fields

  • status :: Maybe StepStatus

    The current execution status details of the cluster step.

  • actionOnFailure :: Maybe ActionOnFailure

    The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.

    If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid.

    If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.

  • config :: Maybe HadoopStepConfig

    The Hadoop job configuration of the cluster step.

  • name :: Maybe Text

    The name of the cluster step.

  • id :: Maybe Text

    The identifier of the cluster step.

Instances

Instances details
Eq Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

Methods

(==) :: Step -> Step -> Bool #

(/=) :: Step -> Step -> Bool #

Read Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

Show Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

Methods

showsPrec :: Int -> Step -> ShowS #

show :: Step -> String #

showList :: [Step] -> ShowS #

Generic Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

Associated Types

type Rep Step :: Type -> Type #

Methods

from :: Step -> Rep Step x #

to :: Rep Step x -> Step #

NFData Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

Methods

rnf :: Step -> () #

Hashable Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

Methods

hashWithSalt :: Int -> Step -> Int #

hash :: Step -> Int #

FromJSON Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

type Rep Step Source # 
Instance details

Defined in Amazonka.EMR.Types.Step

newStep :: Step Source #

Create a value of Step with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:Step', step_status - The current execution status details of the cluster step.

$sel:actionOnFailure:Step', step_actionOnFailure - The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.

If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid.

If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.

$sel:config:Step', step_config - The Hadoop job configuration of the cluster step.

$sel:name:Step', step_name - The name of the cluster step.

$sel:id:Step', step_id - The identifier of the cluster step.

step_status :: Lens' Step (Maybe StepStatus) Source #

The current execution status details of the cluster step.

step_actionOnFailure :: Lens' Step (Maybe ActionOnFailure) Source #

The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.

If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid.

If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.

step_config :: Lens' Step (Maybe HadoopStepConfig) Source #

The Hadoop job configuration of the cluster step.

step_name :: Lens' Step (Maybe Text) Source #

The name of the cluster step.

step_id :: Lens' Step (Maybe Text) Source #

The identifier of the cluster step.

StepConfig

data StepConfig Source #

Specification for a cluster (job flow) step.

See: newStepConfig smart constructor.

Constructors

StepConfig' 

Fields

  • actionOnFailure :: Maybe ActionOnFailure

    The action to take when the step fails. Use one of the following values:

    • TERMINATE_CLUSTER - Shuts down the cluster.
    • CANCEL_AND_WAIT - Cancels any pending steps and returns the cluster to the WAITING state.
    • CONTINUE - Continues to the next step in the queue.
    • TERMINATE_JOB_FLOW - Shuts down the cluster. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.

    If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid.

    If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.

  • name :: Text

    The name of the step.

  • hadoopJarStep :: HadoopJarStepConfig

    The JAR file used for the step.

Instances

Instances details
Eq StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

Read StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

Show StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

Generic StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

Associated Types

type Rep StepConfig :: Type -> Type #

NFData StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

Methods

rnf :: StepConfig -> () #

Hashable StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

ToJSON StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

type Rep StepConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.StepConfig

type Rep StepConfig = D1 ('MetaData "StepConfig" "Amazonka.EMR.Types.StepConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StepConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "actionOnFailure") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ActionOnFailure)) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "hadoopJarStep") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 HadoopJarStepConfig))))

newStepConfig Source #

Create a value of StepConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:actionOnFailure:StepConfig', stepConfig_actionOnFailure - The action to take when the step fails. Use one of the following values:

  • TERMINATE_CLUSTER - Shuts down the cluster.
  • CANCEL_AND_WAIT - Cancels any pending steps and returns the cluster to the WAITING state.
  • CONTINUE - Continues to the next step in the queue.
  • TERMINATE_JOB_FLOW - Shuts down the cluster. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.

If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid.

If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.

$sel:name:StepConfig', stepConfig_name - The name of the step.

$sel:hadoopJarStep:StepConfig', stepConfig_hadoopJarStep - The JAR file used for the step.

stepConfig_actionOnFailure :: Lens' StepConfig (Maybe ActionOnFailure) Source #

The action to take when the step fails. Use one of the following values:

  • TERMINATE_CLUSTER - Shuts down the cluster.
  • CANCEL_AND_WAIT - Cancels any pending steps and returns the cluster to the WAITING state.
  • CONTINUE - Continues to the next step in the queue.
  • TERMINATE_JOB_FLOW - Shuts down the cluster. TERMINATE_JOB_FLOW is provided for backward compatibility. We recommend using TERMINATE_CLUSTER instead.

If a cluster's StepConcurrencyLevel is greater than 1, do not use AddJobFlowSteps to submit a step with this parameter set to CANCEL_AND_WAIT or TERMINATE_CLUSTER. The step is not submitted and the action fails with a message that the ActionOnFailure setting is not valid.

If you change a cluster's StepConcurrencyLevel to be greater than 1 while a step is running, the ActionOnFailure parameter may not behave as you expect. In this case, for a step that fails with this parameter set to CANCEL_AND_WAIT, pending steps and the running step are not canceled; for a step that fails with this parameter set to TERMINATE_CLUSTER, the cluster does not terminate.

stepConfig_name :: Lens' StepConfig Text Source #

The name of the step.

StepStateChangeReason

data StepStateChangeReason Source #

The details of the step state change reason.

See: newStepStateChangeReason smart constructor.

Constructors

StepStateChangeReason' 

Fields

Instances

Instances details
Eq StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Read StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Show StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Generic StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Associated Types

type Rep StepStateChangeReason :: Type -> Type #

NFData StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

Methods

rnf :: StepStateChangeReason -> () #

Hashable StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

FromJSON StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

type Rep StepStateChangeReason Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStateChangeReason

type Rep StepStateChangeReason = D1 ('MetaData "StepStateChangeReason" "Amazonka.EMR.Types.StepStateChangeReason" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StepStateChangeReason'" 'PrefixI 'True) (S1 ('MetaSel ('Just "code") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStateChangeReasonCode)) :*: S1 ('MetaSel ('Just "message") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newStepStateChangeReason :: StepStateChangeReason Source #

Create a value of StepStateChangeReason with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:code:StepStateChangeReason', stepStateChangeReason_code - The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.

$sel:message:StepStateChangeReason', stepStateChangeReason_message - The descriptive message for the state change reason.

stepStateChangeReason_code :: Lens' StepStateChangeReason (Maybe StepStateChangeReasonCode) Source #

The programmable code for the state change reason. Note: Currently, the service provides no code for the state change.

stepStateChangeReason_message :: Lens' StepStateChangeReason (Maybe Text) Source #

The descriptive message for the state change reason.

StepStatus

data StepStatus Source #

The execution status details of the cluster step.

See: newStepStatus smart constructor.

Constructors

StepStatus' 

Fields

Instances

Instances details
Eq StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Read StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Show StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Generic StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Associated Types

type Rep StepStatus :: Type -> Type #

NFData StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

Methods

rnf :: StepStatus -> () #

Hashable StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

FromJSON StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

type Rep StepStatus Source # 
Instance details

Defined in Amazonka.EMR.Types.StepStatus

type Rep StepStatus = D1 ('MetaData "StepStatus" "Amazonka.EMR.Types.StepStatus" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StepStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "state") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepState)) :*: S1 ('MetaSel ('Just "failureDetails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe FailureDetails))) :*: (S1 ('MetaSel ('Just "stateChangeReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepStateChangeReason)) :*: S1 ('MetaSel ('Just "timeline") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe StepTimeline)))))

newStepStatus :: StepStatus Source #

Create a value of StepStatus with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:state:StepStatus', stepStatus_state - The execution state of the cluster step.

$sel:failureDetails:StepStatus', stepStatus_failureDetails - The details for the step failure including reason, message, and log file path where the root cause was identified.

$sel:stateChangeReason:StepStatus', stepStatus_stateChangeReason - The reason for the step execution status change.

$sel:timeline:StepStatus', stepStatus_timeline - The timeline of the cluster step status over time.

stepStatus_state :: Lens' StepStatus (Maybe StepState) Source #

The execution state of the cluster step.

stepStatus_failureDetails :: Lens' StepStatus (Maybe FailureDetails) Source #

The details for the step failure including reason, message, and log file path where the root cause was identified.

stepStatus_stateChangeReason :: Lens' StepStatus (Maybe StepStateChangeReason) Source #

The reason for the step execution status change.

stepStatus_timeline :: Lens' StepStatus (Maybe StepTimeline) Source #

The timeline of the cluster step status over time.

StepSummary

data StepSummary Source #

The summary of the cluster step.

See: newStepSummary smart constructor.

Constructors

StepSummary' 

Fields

Instances

Instances details
Eq StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

Read StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

Show StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

Generic StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

Associated Types

type Rep StepSummary :: Type -> Type #

NFData StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

Methods

rnf :: StepSummary -> () #

Hashable StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

FromJSON StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

type Rep StepSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StepSummary

newStepSummary :: StepSummary Source #

Create a value of StepSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:status:StepSummary', stepSummary_status - The current execution status details of the cluster step.

$sel:actionOnFailure:StepSummary', stepSummary_actionOnFailure - The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

$sel:config:StepSummary', stepSummary_config - The Hadoop job configuration of the cluster step.

$sel:name:StepSummary', stepSummary_name - The name of the cluster step.

$sel:id:StepSummary', stepSummary_id - The identifier of the cluster step.

stepSummary_status :: Lens' StepSummary (Maybe StepStatus) Source #

The current execution status details of the cluster step.

stepSummary_actionOnFailure :: Lens' StepSummary (Maybe ActionOnFailure) Source #

The action to take when the cluster step fails. Possible values are TERMINATE_CLUSTER, CANCEL_AND_WAIT, and CONTINUE. TERMINATE_JOB_FLOW is available for backward compatibility.

stepSummary_config :: Lens' StepSummary (Maybe HadoopStepConfig) Source #

The Hadoop job configuration of the cluster step.

stepSummary_name :: Lens' StepSummary (Maybe Text) Source #

The name of the cluster step.

stepSummary_id :: Lens' StepSummary (Maybe Text) Source #

The identifier of the cluster step.

StepTimeline

data StepTimeline Source #

The timeline of the cluster step lifecycle.

See: newStepTimeline smart constructor.

Constructors

StepTimeline' 

Fields

Instances

Instances details
Eq StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Read StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Show StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Generic StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Associated Types

type Rep StepTimeline :: Type -> Type #

NFData StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

Methods

rnf :: StepTimeline -> () #

Hashable StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

FromJSON StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

type Rep StepTimeline Source # 
Instance details

Defined in Amazonka.EMR.Types.StepTimeline

type Rep StepTimeline = D1 ('MetaData "StepTimeline" "Amazonka.EMR.Types.StepTimeline" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "StepTimeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "creationDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "endDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "startDateTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newStepTimeline :: StepTimeline Source #

Create a value of StepTimeline with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationDateTime:StepTimeline', stepTimeline_creationDateTime - The date and time when the cluster step was created.

$sel:endDateTime:StepTimeline', stepTimeline_endDateTime - The date and time when the cluster step execution completed or failed.

$sel:startDateTime:StepTimeline', stepTimeline_startDateTime - The date and time when the cluster step execution started.

stepTimeline_creationDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #

The date and time when the cluster step was created.

stepTimeline_endDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #

The date and time when the cluster step execution completed or failed.

stepTimeline_startDateTime :: Lens' StepTimeline (Maybe UTCTime) Source #

The date and time when the cluster step execution started.

Studio

data Studio Source #

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

See: newStudio smart constructor.

Constructors

Studio' 

Fields

  • creationTime :: Maybe POSIX

    The time the Amazon EMR Studio was created.

  • engineSecurityGroupId :: Maybe Text

    The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

  • subnetIds :: Maybe [Text]

    The list of IDs of the subnets associated with the Amazon EMR Studio.

  • studioId :: Maybe Text

    The ID of the Amazon EMR Studio.

  • vpcId :: Maybe Text

    The ID of the VPC associated with the Amazon EMR Studio.

  • url :: Maybe Text

    The unique access URL of the Amazon EMR Studio.

  • authMode :: Maybe AuthMode

    Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.

  • defaultS3Location :: Maybe Text

    The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

  • idpAuthUrl :: Maybe Text

    Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.

  • workspaceSecurityGroupId :: Maybe Text

    The ID of the Workspace security group associated with the Amazon EMR Studio. The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.

  • name :: Maybe Text

    The name of the Amazon EMR Studio.

  • idpRelayStateParameterName :: Maybe Text

    The name of your identity provider's RelayState parameter.

  • studioArn :: Maybe Text

    The Amazon Resource Name (ARN) of the Amazon EMR Studio.

  • userRole :: Maybe Text

    The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

  • description :: Maybe Text

    The detailed description of the Amazon EMR Studio.

  • tags :: Maybe [Tag]

    A list of tags associated with the Amazon EMR Studio.

  • serviceRole :: Maybe Text

    The name of the IAM role assumed by the Amazon EMR Studio.

Instances

Instances details
Eq Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Methods

(==) :: Studio -> Studio -> Bool #

(/=) :: Studio -> Studio -> Bool #

Read Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Show Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Generic Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Associated Types

type Rep Studio :: Type -> Type #

Methods

from :: Studio -> Rep Studio x #

to :: Rep Studio x -> Studio #

NFData Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Methods

rnf :: Studio -> () #

Hashable Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

Methods

hashWithSalt :: Int -> Studio -> Int #

hash :: Studio -> Int #

FromJSON Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

type Rep Studio Source # 
Instance details

Defined in Amazonka.EMR.Types.Studio

type Rep Studio = D1 ('MetaData "Studio" "Amazonka.EMR.Types.Studio" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Studio'" 'PrefixI 'True) ((((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "engineSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "subnetIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "studioId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "vpcId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authMode") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AuthMode)) :*: S1 ('MetaSel ('Just "defaultS3Location") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))) :*: (((S1 ('MetaSel ('Just "idpAuthUrl") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "workspaceSecurityGroupId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "idpRelayStateParameterName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 ('MetaSel ('Just "studioArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "userRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: S1 ('MetaSel ('Just "serviceRole") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))))

newStudio :: Studio Source #

Create a value of Studio with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:Studio', studio_creationTime - The time the Amazon EMR Studio was created.

$sel:engineSecurityGroupId:Studio', studio_engineSecurityGroupId - The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

$sel:subnetIds:Studio', studio_subnetIds - The list of IDs of the subnets associated with the Amazon EMR Studio.

$sel:studioId:Studio', studio_studioId - The ID of the Amazon EMR Studio.

$sel:vpcId:Studio', studio_vpcId - The ID of the VPC associated with the Amazon EMR Studio.

$sel:url:Studio', studio_url - The unique access URL of the Amazon EMR Studio.

$sel:authMode:Studio', studio_authMode - Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.

$sel:defaultS3Location:Studio', studio_defaultS3Location - The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

$sel:idpAuthUrl:Studio', studio_idpAuthUrl - Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.

$sel:workspaceSecurityGroupId:Studio', studio_workspaceSecurityGroupId - The ID of the Workspace security group associated with the Amazon EMR Studio. The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.

$sel:name:Studio', studio_name - The name of the Amazon EMR Studio.

$sel:idpRelayStateParameterName:Studio', studio_idpRelayStateParameterName - The name of your identity provider's RelayState parameter.

$sel:studioArn:Studio', studio_studioArn - The Amazon Resource Name (ARN) of the Amazon EMR Studio.

$sel:userRole:Studio', studio_userRole - The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

$sel:description:Studio', studio_description - The detailed description of the Amazon EMR Studio.

$sel:tags:Studio', studio_tags - A list of tags associated with the Amazon EMR Studio.

$sel:serviceRole:Studio', studio_serviceRole - The name of the IAM role assumed by the Amazon EMR Studio.

studio_creationTime :: Lens' Studio (Maybe UTCTime) Source #

The time the Amazon EMR Studio was created.

studio_engineSecurityGroupId :: Lens' Studio (Maybe Text) Source #

The ID of the Engine security group associated with the Amazon EMR Studio. The Engine security group allows inbound network traffic from resources in the Workspace security group.

studio_subnetIds :: Lens' Studio (Maybe [Text]) Source #

The list of IDs of the subnets associated with the Amazon EMR Studio.

studio_studioId :: Lens' Studio (Maybe Text) Source #

The ID of the Amazon EMR Studio.

studio_vpcId :: Lens' Studio (Maybe Text) Source #

The ID of the VPC associated with the Amazon EMR Studio.

studio_url :: Lens' Studio (Maybe Text) Source #

The unique access URL of the Amazon EMR Studio.

studio_authMode :: Lens' Studio (Maybe AuthMode) Source #

Specifies whether the Amazon EMR Studio authenticates users using IAM or Amazon Web Services SSO.

studio_defaultS3Location :: Lens' Studio (Maybe Text) Source #

The Amazon S3 location to back up Amazon EMR Studio Workspaces and notebook files.

studio_idpAuthUrl :: Lens' Studio (Maybe Text) Source #

Your identity provider's authentication endpoint. Amazon EMR Studio redirects federated users to this endpoint for authentication when logging in to a Studio with the Studio URL.

studio_workspaceSecurityGroupId :: Lens' Studio (Maybe Text) Source #

The ID of the Workspace security group associated with the Amazon EMR Studio. The Workspace security group allows outbound network traffic to resources in the Engine security group and to the internet.

studio_name :: Lens' Studio (Maybe Text) Source #

The name of the Amazon EMR Studio.

studio_idpRelayStateParameterName :: Lens' Studio (Maybe Text) Source #

The name of your identity provider's RelayState parameter.

studio_studioArn :: Lens' Studio (Maybe Text) Source #

The Amazon Resource Name (ARN) of the Amazon EMR Studio.

studio_userRole :: Lens' Studio (Maybe Text) Source #

The name of the IAM role assumed by users logged in to the Amazon EMR Studio. A Studio only requires a UserRole when you use IAM authentication.

studio_description :: Lens' Studio (Maybe Text) Source #

The detailed description of the Amazon EMR Studio.

studio_tags :: Lens' Studio (Maybe [Tag]) Source #

A list of tags associated with the Amazon EMR Studio.

studio_serviceRole :: Lens' Studio (Maybe Text) Source #

The name of the IAM role assumed by the Amazon EMR Studio.

StudioSummary

data StudioSummary Source #

Details for an Amazon EMR Studio, including ID, Name, VPC, and Description. The details do not include subnets, IAM roles, security groups, or tags associated with the Studio.

See: newStudioSummary smart constructor.

Constructors

StudioSummary' 

Fields

Instances

Instances details
Eq StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Read StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Show StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Generic StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Associated Types

type Rep StudioSummary :: Type -> Type #

NFData StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

Methods

rnf :: StudioSummary -> () #

Hashable StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

FromJSON StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

type Rep StudioSummary Source # 
Instance details

Defined in Amazonka.EMR.Types.StudioSummary

newStudioSummary :: StudioSummary Source #

Create a value of StudioSummary with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:creationTime:StudioSummary', studioSummary_creationTime - The time when the Amazon EMR Studio was created.

$sel:studioId:StudioSummary', studioSummary_studioId - The ID of the Amazon EMR Studio.

$sel:vpcId:StudioSummary', studioSummary_vpcId - The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

$sel:url:StudioSummary', studioSummary_url - The unique access URL of the Amazon EMR Studio.

$sel:authMode:StudioSummary', studioSummary_authMode - Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.

$sel:name:StudioSummary', studioSummary_name - The name of the Amazon EMR Studio.

$sel:description:StudioSummary', studioSummary_description - The detailed description of the Amazon EMR Studio.

studioSummary_creationTime :: Lens' StudioSummary (Maybe UTCTime) Source #

The time when the Amazon EMR Studio was created.

studioSummary_studioId :: Lens' StudioSummary (Maybe Text) Source #

The ID of the Amazon EMR Studio.

studioSummary_vpcId :: Lens' StudioSummary (Maybe Text) Source #

The ID of the Virtual Private Cloud (Amazon VPC) associated with the Amazon EMR Studio.

studioSummary_url :: Lens' StudioSummary (Maybe Text) Source #

The unique access URL of the Amazon EMR Studio.

studioSummary_authMode :: Lens' StudioSummary (Maybe AuthMode) Source #

Specifies whether the Studio authenticates users using IAM or Amazon Web Services SSO.

studioSummary_name :: Lens' StudioSummary (Maybe Text) Source #

The name of the Amazon EMR Studio.

studioSummary_description :: Lens' StudioSummary (Maybe Text) Source #

The detailed description of the Amazon EMR Studio.

SupportedProductConfig

data SupportedProductConfig Source #

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

See: newSupportedProductConfig smart constructor.

Constructors

SupportedProductConfig' 

Fields

Instances

Instances details
Eq SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Read SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Show SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Generic SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Associated Types

type Rep SupportedProductConfig :: Type -> Type #

NFData SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

Methods

rnf :: SupportedProductConfig -> () #

Hashable SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

ToJSON SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

type Rep SupportedProductConfig Source # 
Instance details

Defined in Amazonka.EMR.Types.SupportedProductConfig

type Rep SupportedProductConfig = D1 ('MetaData "SupportedProductConfig" "Amazonka.EMR.Types.SupportedProductConfig" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "SupportedProductConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "args") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newSupportedProductConfig :: SupportedProductConfig Source #

Create a value of SupportedProductConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:args:SupportedProductConfig', supportedProductConfig_args - The list of user-supplied arguments.

$sel:name:SupportedProductConfig', supportedProductConfig_name - The name of the product configuration.

supportedProductConfig_args :: Lens' SupportedProductConfig (Maybe [Text]) Source #

The list of user-supplied arguments.

supportedProductConfig_name :: Lens' SupportedProductConfig (Maybe Text) Source #

The name of the product configuration.

Tag

data Tag Source #

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

See: newTag smart constructor.

Constructors

Tag' 

Fields

  • value :: Maybe Text

    A user-defined value, which is optional in a tag. For more information, see Tag Clusters.

  • key :: Maybe Text

    A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag .

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

Methods

(==) :: Tag -> Tag -> Bool #

(/=) :: Tag -> Tag -> Bool #

Read Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

type Rep Tag Source # 
Instance details

Defined in Amazonka.EMR.Types.Tag

type Rep Tag = D1 ('MetaData "Tag" "Amazonka.EMR.Types.Tag" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newTag :: Tag Source #

Create a value of Tag with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:value:Tag', tag_value - A user-defined value, which is optional in a tag. For more information, see Tag Clusters.

$sel:key:Tag', tag_key - A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag .

tag_value :: Lens' Tag (Maybe Text) Source #

A user-defined value, which is optional in a tag. For more information, see Tag Clusters.

tag_key :: Lens' Tag (Maybe Text) Source #

A user-defined key, which is the minimum required information for a valid tag. For more information, see Tag .

VolumeSpecification

data VolumeSpecification Source #

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.

See: newVolumeSpecification smart constructor.

Constructors

VolumeSpecification' 

Fields

  • iops :: Maybe Int

    The number of I/O operations per second (IOPS) that the volume supports.

  • volumeType :: Text

    The volume type. Volume types supported are gp2, io1, standard.

  • sizeInGB :: Int

    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.

Instances

Instances details
Eq VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

Read VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

Show VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

Generic VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

Associated Types

type Rep VolumeSpecification :: Type -> Type #

NFData VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

Methods

rnf :: VolumeSpecification -> () #

Hashable VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

ToJSON VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

FromJSON VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

type Rep VolumeSpecification Source # 
Instance details

Defined in Amazonka.EMR.Types.VolumeSpecification

type Rep VolumeSpecification = D1 ('MetaData "VolumeSpecification" "Amazonka.EMR.Types.VolumeSpecification" "libZSservicesZSamazonka-emrZSamazonka-emr" 'False) (C1 ('MetaCons "VolumeSpecification'" 'PrefixI 'True) (S1 ('MetaSel ('Just "iops") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "volumeType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sizeInGB") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newVolumeSpecification Source #

Create a value of VolumeSpecification with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:iops:VolumeSpecification', volumeSpecification_iops - The number of I/O operations per second (IOPS) that the volume supports.

$sel:volumeType:VolumeSpecification', volumeSpecification_volumeType - The volume type. Volume types supported are gp2, io1, standard.

$sel:sizeInGB:VolumeSpecification', volumeSpecification_sizeInGB - 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.

volumeSpecification_iops :: Lens' VolumeSpecification (Maybe Int) Source #

The number of I/O operations per second (IOPS) that the volume supports.

volumeSpecification_volumeType :: Lens' VolumeSpecification Text Source #

The volume type. Volume types supported are gp2, io1, standard.

volumeSpecification_sizeInGB :: Lens' VolumeSpecification Int Source #

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.