amazonka-datapipeline-0.3.0: Amazon Data Pipeline SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.DataPipeline.Types

Contents

Synopsis

Service

data DataPipeline Source

Version 2012-10-29 of the Amazon Data Pipeline service.

Instances

AWSService DataPipeline 
type Sg DataPipeline = V4 
type Er DataPipeline = JSONError 

Error

data JSONError :: *

Instances

Eq JSONError 
Show JSONError 
Generic JSONError 
FromJSON JSONError 
AWSErrorCode JSONError 
type Rep JSONError = D1 D1JSONError (C1 C1_0JSONError ((:*:) (S1 S1_0_0JSONError (Rec0 (Maybe Text))) ((:*:) (S1 S1_0_1JSONError (Rec0 ErrorCode)) (S1 S1_0_2JSONError (Rec0 Text))))) 

ParameterObject

parameterObject Source

Arguments

:: Text

poId

-> ParameterObject 

ParameterObject constructor.

The fields accessible through corresponding lenses are:

poAttributes :: Lens' ParameterObject [ParameterAttribute] Source

The attributes of the parameter object.

poId :: Lens' ParameterObject Text Source

Identifier of the parameter object.

PipelineObject

pipelineObject Source

PipelineObject constructor.

The fields accessible through corresponding lenses are:

po1Fields :: Lens' PipelineObject [Field] Source

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

po1Id :: Lens' PipelineObject Text Source

Identifier of the object.

po1Name :: Lens' PipelineObject Text Source

Name of the object.

Field

field Source

Arguments

:: Text

fKey

-> Field 

Field constructor.

The fields accessible through corresponding lenses are:

fKey :: Lens' Field Text Source

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.

ParameterValue

parameterValue Source

ParameterValue constructor.

The fields accessible through corresponding lenses are:

pvId :: Lens' ParameterValue Text Source

Identifier of the parameter value.

pvStringValue :: Lens' ParameterValue Text Source

The field value, expressed as a String.

Selector

selector :: Selector Source

Selector constructor.

The fields accessible through corresponding lenses are:

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.

ParameterAttribute

parameterAttribute Source

ParameterAttribute constructor.

The fields accessible through corresponding lenses are:

paKey :: Lens' ParameterAttribute Text Source

The field identifier.

paStringValue :: Lens' ParameterAttribute Text Source

The field value, expressed as a String.

Operator

operator :: Operator Source

Operator constructor.

The fields accessible through corresponding lenses are:

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

oValues :: Lens' Operator [Text] Source

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

TaskObject

taskObject :: TaskObject Source

TaskObject constructor.

The fields accessible through corresponding lenses are:

toAttemptId :: Lens' TaskObject (Maybe Text) Source

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

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

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

toPipelineId :: Lens' TaskObject (Maybe Text) Source

Identifier of the pipeline that provided the task.

toTaskId :: Lens' TaskObject (Maybe Text) Source

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

ValidationError

validationError :: ValidationError Source

ValidationError constructor.

The fields accessible through corresponding lenses are:

veErrors :: Lens' ValidationError [Text] Source

A description of the validation error.

veId :: Lens' ValidationError (Maybe Text) Source

The identifier of the object that contains the validation error.

PipelineDescription

pipelineDescription Source

PipelineDescription constructor.

The fields accessible through corresponding lenses are:

pdDescription :: Lens' PipelineDescription (Maybe Text) Source

Description of the pipeline.

pdFields :: Lens' PipelineDescription [Field] Source

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

pdName :: Lens' PipelineDescription Text Source

Name of the pipeline.

pdPipelineId :: Lens' PipelineDescription Text Source

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

InstanceIdentity

instanceIdentity :: InstanceIdentity Source

InstanceIdentity constructor.

The fields accessible through corresponding lenses are:

iiDocument :: Lens' InstanceIdentity (Maybe Text) Source

A description of an Amazon 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.

Query

query :: Query Source

Query constructor.

The fields accessible through corresponding lenses are:

qSelectors :: Lens' Query [Selector] Source

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

OperatorType

PipelineIdName

pipelineIdName :: PipelineIdName Source

PipelineIdName constructor.

The fields accessible through corresponding lenses are:

pinId :: Lens' PipelineIdName (Maybe Text) Source

Identifier 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

Name of the pipeline.

TaskStatus

ValidationWarning

validationWarning :: ValidationWarning Source

ValidationWarning constructor.

The fields accessible through corresponding lenses are:

vwId :: Lens' ValidationWarning (Maybe Text) Source

The identifier of the object that contains the validation warning.

vwWarnings :: Lens' ValidationWarning [Text] Source

A description of the validation warning.