amazonka-datapipeline-1.6.1: Amazon Data Pipeline SDK.

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

Network.AWS.DataPipeline.Types

Contents

Description

 
Synopsis

Service Configuration

dataPipeline :: Service Source #

API version 2012-10-29 of the Amazon Data Pipeline SDK configuration.

Errors

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

The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.

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

An internal service error occurred.

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

The specified pipeline has been deleted.

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

The specified pipeline was not found. Verify that you used the correct user and account identifiers.

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

The specified task was not found.

OperatorType

data OperatorType Source #

Instances
Bounded OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Enum OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Eq OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Data OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Methods

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

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

toConstr :: OperatorType -> Constr #

dataTypeOf :: OperatorType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Read OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Show OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Generic OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Associated Types

type Rep OperatorType :: Type -> Type #

Hashable OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToJSON OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToHeader OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToQuery OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToByteString OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

FromText OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToText OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Methods

toText :: OperatorType -> Text #

NFData OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Methods

rnf :: OperatorType -> () #

type Rep OperatorType Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

type Rep OperatorType = D1 (MetaData "OperatorType" "Network.AWS.DataPipeline.Types.Sum" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) ((C1 (MetaCons "OperatorBetween" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OperatorEQ'" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "OperatorGE" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "OperatorLE" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OperatorRefEQ" PrefixI False) (U1 :: Type -> Type))))

TaskStatus

data TaskStatus Source #

Constructors

Failed 
False' 
Finished 
Instances
Bounded TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Enum TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Eq TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Data TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Methods

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

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

toConstr :: TaskStatus -> Constr #

dataTypeOf :: TaskStatus -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Read TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Show TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Generic TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Associated Types

type Rep TaskStatus :: Type -> Type #

Hashable TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToJSON TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToHeader TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToQuery TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToByteString TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

FromText TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

ToText TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Methods

toText :: TaskStatus -> Text #

NFData TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

Methods

rnf :: TaskStatus -> () #

type Rep TaskStatus Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Sum

type Rep TaskStatus = D1 (MetaData "TaskStatus" "Network.AWS.DataPipeline.Types.Sum" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "Failed" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "False'" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Finished" PrefixI False) (U1 :: Type -> Type)))

Field

data Field Source #

A key-value pair that describes a property of a pipeline object. The value is specified as either a string value (StringValue ) or a reference to another object (RefValue ) but not as both.

See: field smart constructor.

Instances
Eq Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

Data Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: Field -> Constr #

dataTypeOf :: Field -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

Generic Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep Field :: Type -> Type #

Methods

from :: Field -> Rep Field x #

to :: Rep Field x -> Field #

Hashable Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

hashWithSalt :: Int -> Field -> Int #

hash :: Field -> Int #

ToJSON Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: Field -> () #

type Rep Field Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep Field = D1 (MetaData "Field" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "Field'" PrefixI True) (S1 (MetaSel (Just "_fRefValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_fStringValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_fKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text))))

field Source #

Arguments

:: Text

fKey

-> Field 

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

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

  • fRefValue - The field value, expressed as the identifier of another object.
  • fStringValue - The field value, expressed as a String.
  • fKey - The field identifier.

fRefValue :: Lens' Field (Maybe Text) Source #

The field value, expressed as the identifier of another object.

fStringValue :: Lens' Field (Maybe Text) Source #

The field value, expressed as a String.

fKey :: Lens' Field Text Source #

The field identifier.

InstanceIdentity

data InstanceIdentity Source #

Identity information for the EC2 instance that is hosting the task runner. You can get this value by calling a metadata URI from the EC2 instance. For more information, see Instance Metadata in the Amazon Elastic Compute Cloud User Guide. Passing in this value proves that your task runner is running on an EC2 instance, and ensures the proper AWS Data Pipeline service charges are applied to your pipeline.

See: instanceIdentity smart constructor.

Instances
Eq InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: InstanceIdentity -> Constr #

dataTypeOf :: InstanceIdentity -> DataType #

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

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

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

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

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

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

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

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

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

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

Read InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep InstanceIdentity :: Type -> Type #

Hashable InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

ToJSON InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: InstanceIdentity -> () #

type Rep InstanceIdentity Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep InstanceIdentity = D1 (MetaData "InstanceIdentity" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "InstanceIdentity'" PrefixI True) (S1 (MetaSel (Just "_iiSignature") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_iiDocument") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

instanceIdentity :: InstanceIdentity Source #

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

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

  • iiSignature - A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.
  • iiDocument - A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

iiSignature :: Lens' InstanceIdentity (Maybe Text) Source #

A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.

iiDocument :: Lens' InstanceIdentity (Maybe Text) Source #

A description of an EC2 instance that is generated when the instance is launched and exposed to the instance via the instance metadata service in the form of a JSON representation of an object.

Operator

data Operator Source #

Contains a logical operation for comparing the value of a field with a specified value.

See: operator smart constructor.

Instances
Eq Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: Operator -> Constr #

dataTypeOf :: Operator -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

Hashable Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

ToJSON Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: Operator -> () #

type Rep Operator Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep Operator = D1 (MetaData "Operator" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "Operator'" PrefixI True) (S1 (MetaSel (Just "_oValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_oType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe OperatorType))))

operator :: Operator Source #

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

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

  • oValues - The value that the actual field value will be compared with.
  • oType - The logical operation to be performed: equal (EQ ), equal reference (REF_EQ ), less than or equal (LE ), greater than or equal (GE ), or between (BETWEEN ). Equal reference (REF_EQ ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below. The comparison operators EQ and REF_EQ act on the following fields: * name * sphere * parent * componentParent * instanceParent * status * scheduledStartTime * scheduledEndTime * actualStartTime * actualEndTime The comparison operators GE , LE , and BETWEEN act on the following fields: * scheduledStartTime * scheduledEndTime * actualStartTime * actualEndTime Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string "my".

oValues :: Lens' Operator [Text] Source #

The value that the actual field value will be compared with.

oType :: Lens' Operator (Maybe OperatorType) Source #

The logical operation to be performed: equal (EQ ), equal reference (REF_EQ ), less than or equal (LE ), greater than or equal (GE ), or between (BETWEEN ). Equal reference (REF_EQ ) can be used only with reference fields. The other comparison types can be used only with String fields. The comparison types you can use apply only to certain object fields, as detailed below. The comparison operators EQ and REF_EQ act on the following fields: * name * sphere * parent * componentParent * instanceParent * status * scheduledStartTime * scheduledEndTime * actualStartTime * actualEndTime The comparison operators GE , LE , and BETWEEN act on the following fields: * scheduledStartTime * scheduledEndTime * actualStartTime * actualEndTime Note that fields beginning with the at sign (@) are read-only and set by the web service. When you name fields, you should choose names containing only alpha-numeric values, as symbols may be reserved by AWS Data Pipeline. User-defined fields that you add to a pipeline should prefix their name with the string "my".

ParameterAttribute

data ParameterAttribute Source #

The attributes allowed or specified with a parameter object.

See: parameterAttribute smart constructor.

Instances
Eq ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: ParameterAttribute -> Constr #

dataTypeOf :: ParameterAttribute -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep ParameterAttribute :: Type -> Type #

Hashable ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

ToJSON ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: ParameterAttribute -> () #

type Rep ParameterAttribute Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep ParameterAttribute = D1 (MetaData "ParameterAttribute" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "ParameterAttribute'" PrefixI True) (S1 (MetaSel (Just "_paKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_paStringValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

parameterAttribute Source #

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

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

paKey :: Lens' ParameterAttribute Text Source #

The field identifier.

paStringValue :: Lens' ParameterAttribute Text Source #

The field value, expressed as a String.

ParameterObject

data ParameterObject Source #

Contains information about a parameter object.

See: parameterObject smart constructor.

Instances
Eq ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: ParameterObject -> Constr #

dataTypeOf :: ParameterObject -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep ParameterObject :: Type -> Type #

Hashable ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

ToJSON ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: ParameterObject -> () #

type Rep ParameterObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep ParameterObject = D1 (MetaData "ParameterObject" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "ParameterObject'" PrefixI True) (S1 (MetaSel (Just "_poId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_poAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [ParameterAttribute])))

parameterObject Source #

Arguments

:: Text

poId

-> ParameterObject 

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

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

  • poId - The ID of the parameter object.
  • poAttributes - The attributes of the parameter object.

poId :: Lens' ParameterObject Text Source #

The ID of the parameter object.

poAttributes :: Lens' ParameterObject [ParameterAttribute] Source #

The attributes of the parameter object.

ParameterValue

data ParameterValue Source #

A value or list of parameter values.

See: parameterValue smart constructor.

Instances
Eq ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: ParameterValue -> Constr #

dataTypeOf :: ParameterValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep ParameterValue :: Type -> Type #

Hashable ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

ToJSON ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: ParameterValue -> () #

type Rep ParameterValue Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep ParameterValue = D1 (MetaData "ParameterValue" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "ParameterValue'" PrefixI True) (S1 (MetaSel (Just "_pvId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pvStringValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

parameterValue Source #

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

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

  • pvId - The ID of the parameter value.
  • pvStringValue - The field value, expressed as a String.

pvId :: Lens' ParameterValue Text Source #

The ID of the parameter value.

pvStringValue :: Lens' ParameterValue Text Source #

The field value, expressed as a String.

PipelineDescription

data PipelineDescription Source #

Contains pipeline metadata.

See: pipelineDescription smart constructor.

Instances
Eq PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: PipelineDescription -> Constr #

dataTypeOf :: PipelineDescription -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep PipelineDescription :: Type -> Type #

Hashable PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: PipelineDescription -> () #

type Rep PipelineDescription Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep PipelineDescription = D1 (MetaData "PipelineDescription" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "PipelineDescription'" PrefixI True) ((S1 (MetaSel (Just "_pdDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pdTags") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 (MetaSel (Just "_pdPipelineId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pdName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pdFields") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Field])))))

pipelineDescription Source #

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

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

  • pdDescription - Description of the pipeline.
  • pdTags - A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide .
  • pdPipelineId - The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE .
  • pdName - The name of the pipeline.
  • pdFields - A list of read-only fields that contain metadata about the pipeline: userId, accountId, and @pipelineState.

pdDescription :: Lens' PipelineDescription (Maybe Text) Source #

Description of the pipeline.

pdTags :: Lens' PipelineDescription [Tag] Source #

A list of tags to associated with a pipeline. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide .

pdPipelineId :: Lens' PipelineDescription Text Source #

The pipeline identifier that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE .

pdName :: Lens' PipelineDescription Text Source #

The name of the pipeline.

pdFields :: Lens' PipelineDescription [Field] Source #

A list of read-only fields that contain metadata about the pipeline: userId, accountId, and @pipelineState.

PipelineIdName

data PipelineIdName Source #

Contains the name and identifier of a pipeline.

See: pipelineIdName smart constructor.

Instances
Eq PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: PipelineIdName -> Constr #

dataTypeOf :: PipelineIdName -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep PipelineIdName :: Type -> Type #

Hashable PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: PipelineIdName -> () #

type Rep PipelineIdName Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep PipelineIdName = D1 (MetaData "PipelineIdName" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "PipelineIdName'" PrefixI True) (S1 (MetaSel (Just "_pinName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_pinId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

pipelineIdName :: PipelineIdName Source #

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

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

  • pinName - The name of the pipeline.
  • pinId - The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE .

pinName :: Lens' PipelineIdName (Maybe Text) Source #

The name of the pipeline.

pinId :: Lens' PipelineIdName (Maybe Text) Source #

The ID of the pipeline that was assigned by AWS Data Pipeline. This is a string of the form df-297EG78HU43EEXAMPLE .

PipelineObject

data PipelineObject Source #

Contains information about a pipeline object. This can be a logical, physical, or physical attempt pipeline object. The complete set of components of a pipeline defines the pipeline.

See: pipelineObject smart constructor.

Instances
Eq PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: PipelineObject -> Constr #

dataTypeOf :: PipelineObject -> DataType #

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

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

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

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

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

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

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

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

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

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

Read PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep PipelineObject :: Type -> Type #

Hashable PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

ToJSON PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: PipelineObject -> () #

type Rep PipelineObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep PipelineObject = D1 (MetaData "PipelineObject" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "PipelineObject'" PrefixI True) (S1 (MetaSel (Just "_pId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: (S1 (MetaSel (Just "_pName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_pFields") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 [Field]))))

pipelineObject Source #

Arguments

:: Text

pId

-> Text

pName

-> PipelineObject 

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

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

  • pId - The ID of the object.
  • pName - The name of the object.
  • pFields - Key-value pairs that define the properties of the object.

pId :: Lens' PipelineObject Text Source #

The ID of the object.

pName :: Lens' PipelineObject Text Source #

The name of the object.

pFields :: Lens' PipelineObject [Field] Source #

Key-value pairs that define the properties of the object.

Query

data Query Source #

Defines the query to run against an object.

See: query smart constructor.

Instances
Eq Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

Data Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: Query -> Constr #

dataTypeOf :: Query -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

showsPrec :: Int -> Query -> ShowS #

show :: Query -> String #

showList :: [Query] -> ShowS #

Generic Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep Query :: Type -> Type #

Methods

from :: Query -> Rep Query x #

to :: Rep Query x -> Query #

Hashable Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

hashWithSalt :: Int -> Query -> Int #

hash :: Query -> Int #

ToJSON Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: Query -> () #

type Rep Query Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep Query = D1 (MetaData "Query" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" True) (C1 (MetaCons "Query'" PrefixI True) (S1 (MetaSel (Just "_qSelectors") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe [Selector]))))

query :: Query Source #

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

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

  • qSelectors - List of selectors that define the query. An object must satisfy all of the selectors to match the query.

qSelectors :: Lens' Query [Selector] Source #

List of selectors that define the query. An object must satisfy all of the selectors to match the query.

Selector

data Selector Source #

A comparision that is used to determine whether a query should return this object.

See: selector smart constructor.

Instances
Eq Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: Selector -> Constr #

dataTypeOf :: Selector -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep Selector :: Type -> Type #

Methods

from :: Selector -> Rep Selector x #

to :: Rep Selector x -> Selector #

Hashable Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

hashWithSalt :: Int -> Selector -> Int #

hash :: Selector -> Int #

ToJSON Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: Selector -> () #

type Rep Selector Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep Selector = D1 (MetaData "Selector" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "Selector'" PrefixI True) (S1 (MetaSel (Just "_sOperator") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Operator)) :*: S1 (MetaSel (Just "_sFieldName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

selector :: Selector Source #

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

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

  • sOperator - Undocumented member.
  • sFieldName - The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

sOperator :: Lens' Selector (Maybe Operator) Source #

Undocumented member.

sFieldName :: Lens' Selector (Maybe Text) Source #

The name of the field that the operator will be applied to. The field name is the "key" portion of the field definition in the pipeline definition syntax that is used by the AWS Data Pipeline API. If the field is not set on the object, the condition fails.

Tag

data Tag Source #

Tags are keyvalue pairs defined by a user and associated with a pipeline to control access. AWS Data Pipeline allows you to associate ten tags per pipeline. For more information, see <http:docs.aws.amazon.comdatapipelinelatestDeveloperGuidedp-control-access.html Controlling User Access to Pipelines> in the AWS Data Pipeline Developer Guide/ .

See: tag smart constructor.

Instances
Eq Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

Data Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: Tag -> Constr #

dataTypeOf :: Tag -> DataType #

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

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

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

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

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

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

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

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

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

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

Read Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

Hashable Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: Tag -> () #

type Rep Tag Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep Tag = D1 (MetaData "Tag" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "Tag'" PrefixI True) (S1 (MetaSel (Just "_tagKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text) :*: S1 (MetaSel (Just "_tagValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 Text)))

tag Source #

Arguments

:: Text

tagKey

-> Text

tagValue

-> Tag 

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

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

tagKey :: Lens' Tag Text Source #

The key name of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide .

tagValue :: Lens' Tag Text Source #

The optional value portion of a tag defined by a user. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide .

TaskObject

data TaskObject Source #

Contains information about a pipeline task that is assigned to a task runner.

See: taskObject smart constructor.

Instances
Eq TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: TaskObject -> Constr #

dataTypeOf :: TaskObject -> DataType #

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

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

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

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

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

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

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

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

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

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

Read TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep TaskObject :: Type -> Type #

Hashable TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: TaskObject -> () #

type Rep TaskObject Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep TaskObject = D1 (MetaData "TaskObject" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "TaskObject'" PrefixI True) ((S1 (MetaSel (Just "_toPipelineId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_toAttemptId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_toTaskId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_toObjects") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Map Text PipelineObject))))))

taskObject :: TaskObject Source #

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

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

  • toPipelineId - The ID of the pipeline that provided the task.
  • toAttemptId - The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
  • toTaskId - An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.
  • toObjects - Connection information for the location where the task runner will publish the output of the task.

toPipelineId :: Lens' TaskObject (Maybe Text) Source #

The ID of the pipeline that provided the task.

toAttemptId :: Lens' TaskObject (Maybe Text) Source #

The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.

toTaskId :: Lens' TaskObject (Maybe Text) Source #

An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.

toObjects :: Lens' TaskObject (HashMap Text PipelineObject) Source #

Connection information for the location where the task runner will publish the output of the task.

ValidationError

data ValidationError Source #

Defines a validation error. Validation errors prevent pipeline activation. The set of validation errors that can be returned are defined by AWS Data Pipeline.

See: validationError smart constructor.

Instances
Eq ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: ValidationError -> Constr #

dataTypeOf :: ValidationError -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep ValidationError :: Type -> Type #

Hashable ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: ValidationError -> () #

type Rep ValidationError Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep ValidationError = D1 (MetaData "ValidationError" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "ValidationError'" PrefixI True) (S1 (MetaSel (Just "_veId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_veErrors") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))))

validationError :: ValidationError Source #

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

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

  • veId - The identifier of the object that contains the validation error.
  • veErrors - A description of the validation error.

veId :: Lens' ValidationError (Maybe Text) Source #

The identifier of the object that contains the validation error.

veErrors :: Lens' ValidationError [Text] Source #

A description of the validation error.

ValidationWarning

data ValidationWarning Source #

Defines a validation warning. Validation warnings do not prevent pipeline activation. The set of validation warnings that can be returned are defined by AWS Data Pipeline.

See: validationWarning smart constructor.

Instances
Eq ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Data ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

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

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

toConstr :: ValidationWarning -> Constr #

dataTypeOf :: ValidationWarning -> DataType #

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

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

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

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

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

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

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

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

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

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

Read ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Show ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Generic ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Associated Types

type Rep ValidationWarning :: Type -> Type #

Hashable ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

FromJSON ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

NFData ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

Methods

rnf :: ValidationWarning -> () #

type Rep ValidationWarning Source # 
Instance details

Defined in Network.AWS.DataPipeline.Types.Product

type Rep ValidationWarning = D1 (MetaData "ValidationWarning" "Network.AWS.DataPipeline.Types.Product" "amazonka-datapipeline-1.6.1-3JyTLPZzwy0KRZE2VQaeKm" False) (C1 (MetaCons "ValidationWarning'" PrefixI True) (S1 (MetaSel (Just "_vwWarnings") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_vwId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

validationWarning :: ValidationWarning Source #

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

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

  • vwWarnings - A description of the validation warning.
  • vwId - The identifier of the object that contains the validation warning.

vwWarnings :: Lens' ValidationWarning [Text] Source #

A description of the validation warning.

vwId :: Lens' ValidationWarning (Maybe Text) Source #

The identifier of the object that contains the validation warning.