Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- defaultService :: Service
- _InvalidRequestException :: AsError a => Getting (First ServiceError) a ServiceError
- _InternalServiceError :: AsError a => Getting (First ServiceError) a ServiceError
- _PipelineDeletedException :: AsError a => Getting (First ServiceError) a ServiceError
- _PipelineNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- _TaskNotFoundException :: AsError a => Getting (First ServiceError) a ServiceError
- newtype OperatorType where
- OperatorType' { }
- pattern OperatorType_BETWEEN :: OperatorType
- pattern OperatorType_EQ :: OperatorType
- pattern OperatorType_GE :: OperatorType
- pattern OperatorType_LE :: OperatorType
- pattern OperatorType_REF_EQ :: OperatorType
- newtype TaskStatus where
- TaskStatus' { }
- pattern TaskStatus_FAILED :: TaskStatus
- pattern TaskStatus_FALSE :: TaskStatus
- pattern TaskStatus_FINISHED :: TaskStatus
- data Field = Field' {}
- newField :: Text -> Field
- field_refValue :: Lens' Field (Maybe Text)
- field_stringValue :: Lens' Field (Maybe Text)
- field_key :: Lens' Field Text
- data InstanceIdentity = InstanceIdentity' {}
- newInstanceIdentity :: InstanceIdentity
- instanceIdentity_signature :: Lens' InstanceIdentity (Maybe Text)
- instanceIdentity_document :: Lens' InstanceIdentity (Maybe Text)
- data Operator = Operator' {}
- newOperator :: Operator
- operator_values :: Lens' Operator (Maybe [Text])
- operator_type :: Lens' Operator (Maybe OperatorType)
- data ParameterAttribute = ParameterAttribute' {
- key :: Text
- stringValue :: Text
- newParameterAttribute :: Text -> Text -> ParameterAttribute
- parameterAttribute_key :: Lens' ParameterAttribute Text
- parameterAttribute_stringValue :: Lens' ParameterAttribute Text
- data ParameterObject = ParameterObject' {
- id :: Text
- attributes :: [ParameterAttribute]
- newParameterObject :: Text -> ParameterObject
- parameterObject_id :: Lens' ParameterObject Text
- parameterObject_attributes :: Lens' ParameterObject [ParameterAttribute]
- data ParameterValue = ParameterValue' {
- id :: Text
- stringValue :: Text
- newParameterValue :: Text -> Text -> ParameterValue
- parameterValue_id :: Lens' ParameterValue Text
- parameterValue_stringValue :: Lens' ParameterValue Text
- data PipelineDescription = PipelineDescription' {}
- newPipelineDescription :: Text -> Text -> PipelineDescription
- pipelineDescription_description :: Lens' PipelineDescription (Maybe Text)
- pipelineDescription_tags :: Lens' PipelineDescription (Maybe [Tag])
- pipelineDescription_pipelineId :: Lens' PipelineDescription Text
- pipelineDescription_name :: Lens' PipelineDescription Text
- pipelineDescription_fields :: Lens' PipelineDescription [Field]
- data PipelineIdName = PipelineIdName' {}
- newPipelineIdName :: PipelineIdName
- pipelineIdName_name :: Lens' PipelineIdName (Maybe Text)
- pipelineIdName_id :: Lens' PipelineIdName (Maybe Text)
- data PipelineObject = PipelineObject' {}
- newPipelineObject :: Text -> Text -> PipelineObject
- pipelineObject_id :: Lens' PipelineObject Text
- pipelineObject_name :: Lens' PipelineObject Text
- pipelineObject_fields :: Lens' PipelineObject [Field]
- data Query = Query' {}
- newQuery :: Query
- query_selectors :: Lens' Query (Maybe [Selector])
- data Selector = Selector' {}
- newSelector :: Selector
- selector_operator :: Lens' Selector (Maybe Operator)
- selector_fieldName :: Lens' Selector (Maybe Text)
- data Tag = Tag' {}
- newTag :: Text -> Text -> Tag
- tag_key :: Lens' Tag Text
- tag_value :: Lens' Tag Text
- data TaskObject = TaskObject' {}
- newTaskObject :: TaskObject
- taskObject_pipelineId :: Lens' TaskObject (Maybe Text)
- taskObject_attemptId :: Lens' TaskObject (Maybe Text)
- taskObject_taskId :: Lens' TaskObject (Maybe Text)
- taskObject_objects :: Lens' TaskObject (Maybe (HashMap Text PipelineObject))
- data ValidationError = ValidationError' {}
- newValidationError :: ValidationError
- validationError_id :: Lens' ValidationError (Maybe Text)
- validationError_errors :: Lens' ValidationError (Maybe [Text])
- data ValidationWarning = ValidationWarning' {}
- newValidationWarning :: ValidationWarning
- validationWarning_warnings :: Lens' ValidationWarning (Maybe [Text])
- validationWarning_id :: Lens' ValidationWarning (Maybe Text)
Service Configuration
defaultService :: 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
newtype OperatorType Source #
pattern OperatorType_BETWEEN :: OperatorType | |
pattern OperatorType_EQ :: OperatorType | |
pattern OperatorType_GE :: OperatorType | |
pattern OperatorType_LE :: OperatorType | |
pattern OperatorType_REF_EQ :: OperatorType |
Instances
TaskStatus
newtype TaskStatus Source #
pattern TaskStatus_FAILED :: TaskStatus | |
pattern TaskStatus_FALSE :: TaskStatus | |
pattern TaskStatus_FINISHED :: TaskStatus |
Instances
Field
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: newField
smart constructor.
Instances
Eq Field Source # | |
Read Field Source # | |
Show Field Source # | |
Generic Field Source # | |
NFData Field Source # | |
Defined in Amazonka.DataPipeline.Types.Field | |
Hashable Field Source # | |
Defined in Amazonka.DataPipeline.Types.Field | |
ToJSON Field Source # | |
Defined in Amazonka.DataPipeline.Types.Field | |
FromJSON Field Source # | |
type Rep Field Source # | |
Defined in Amazonka.DataPipeline.Types.Field type Rep Field = D1 ('MetaData "Field" "Amazonka.DataPipeline.Types.Field" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "Field'" 'PrefixI 'True) (S1 ('MetaSel ('Just "refValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))) |
Create a value of Field
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:refValue:Field'
, field_refValue
- The field value, expressed as the identifier of another object.
$sel:stringValue:Field'
, field_stringValue
- The field value, expressed as a String.
$sel:key:Field'
, field_key
- The field identifier.
field_refValue :: Lens' Field (Maybe Text) Source #
The field value, expressed as the identifier of another object.
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: newInstanceIdentity
smart constructor.
InstanceIdentity' | |
|
Instances
newInstanceIdentity :: InstanceIdentity Source #
Create a value of InstanceIdentity
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:signature:InstanceIdentity'
, instanceIdentity_signature
- A signature which can be used to verify the accuracy and authenticity of
the information provided in the instance identity document.
$sel:document:InstanceIdentity'
, instanceIdentity_document
- 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.
instanceIdentity_signature :: 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.
instanceIdentity_document :: 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
Contains a logical operation for comparing the value of a field with a specified value.
See: newOperator
smart constructor.
Operator' | |
|
Instances
Eq Operator Source # | |
Read Operator Source # | |
Show Operator Source # | |
Generic Operator Source # | |
NFData Operator Source # | |
Defined in Amazonka.DataPipeline.Types.Operator | |
Hashable Operator Source # | |
Defined in Amazonka.DataPipeline.Types.Operator | |
ToJSON Operator Source # | |
Defined in Amazonka.DataPipeline.Types.Operator | |
type Rep Operator Source # | |
Defined in Amazonka.DataPipeline.Types.Operator type Rep Operator = D1 ('MetaData "Operator" "Amazonka.DataPipeline.Types.Operator" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "Operator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "values") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe OperatorType)))) |
newOperator :: Operator Source #
Create a value of Operator
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:values:Operator'
, operator_values
- The value that the actual field value will be compared with.
$sel:type':Operator'
, operator_type
- 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".
operator_values :: Lens' Operator (Maybe [Text]) Source #
The value that the actual field value will be compared with.
operator_type :: 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: newParameterAttribute
smart constructor.
ParameterAttribute' | |
|
Instances
newParameterAttribute Source #
Create a value of ParameterAttribute
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:key:ParameterAttribute'
, parameterAttribute_key
- The field identifier.
$sel:stringValue:ParameterAttribute'
, parameterAttribute_stringValue
- The field value, expressed as a String.
parameterAttribute_key :: Lens' ParameterAttribute Text Source #
The field identifier.
parameterAttribute_stringValue :: Lens' ParameterAttribute Text Source #
The field value, expressed as a String.
ParameterObject
data ParameterObject Source #
Contains information about a parameter object.
See: newParameterObject
smart constructor.
ParameterObject' | |
|
Instances
Create a value of ParameterObject
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:id:ParameterObject'
, parameterObject_id
- The ID of the parameter object.
$sel:attributes:ParameterObject'
, parameterObject_attributes
- The attributes of the parameter object.
parameterObject_id :: Lens' ParameterObject Text Source #
The ID of the parameter object.
parameterObject_attributes :: Lens' ParameterObject [ParameterAttribute] Source #
The attributes of the parameter object.
ParameterValue
data ParameterValue Source #
A value or list of parameter values.
See: newParameterValue
smart constructor.
ParameterValue' | |
|
Instances
Create a value of ParameterValue
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:id:ParameterValue'
, parameterValue_id
- The ID of the parameter value.
$sel:stringValue:ParameterValue'
, parameterValue_stringValue
- The field value, expressed as a String.
parameterValue_id :: Lens' ParameterValue Text Source #
The ID of the parameter value.
parameterValue_stringValue :: Lens' ParameterValue Text Source #
The field value, expressed as a String.
PipelineDescription
data PipelineDescription Source #
Contains pipeline metadata.
See: newPipelineDescription
smart constructor.
PipelineDescription' | |
|
Instances
newPipelineDescription Source #
:: Text | |
-> Text | |
-> PipelineDescription |
Create a value of PipelineDescription
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:PipelineDescription'
, pipelineDescription_description
- Description of the pipeline.
$sel:tags:PipelineDescription'
, pipelineDescription_tags
- 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.
$sel:pipelineId:PipelineDescription'
, pipelineDescription_pipelineId
- The pipeline identifier that was assigned by AWS Data Pipeline. This is
a string of the form df-297EG78HU43EEXAMPLE
.
$sel:name:PipelineDescription'
, pipelineDescription_name
- The name of the pipeline.
$sel:fields:PipelineDescription'
, pipelineDescription_fields
- A list of read-only fields that contain metadata about the pipeline:
@userId, @accountId, and @pipelineState.
pipelineDescription_description :: Lens' PipelineDescription (Maybe Text) Source #
Description of the pipeline.
pipelineDescription_tags :: Lens' PipelineDescription (Maybe [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.
pipelineDescription_pipelineId :: Lens' PipelineDescription Text Source #
The pipeline identifier that was assigned by AWS Data Pipeline. This is
a string of the form df-297EG78HU43EEXAMPLE
.
pipelineDescription_name :: Lens' PipelineDescription Text Source #
The name of the pipeline.
pipelineDescription_fields :: 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: newPipelineIdName
smart constructor.
Instances
newPipelineIdName :: PipelineIdName Source #
Create a value of PipelineIdName
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:PipelineIdName'
, pipelineIdName_name
- The name of the pipeline.
$sel:id:PipelineIdName'
, pipelineIdName_id
- The ID of the pipeline that was assigned by AWS Data Pipeline. This is a
string of the form df-297EG78HU43EEXAMPLE
.
pipelineIdName_name :: Lens' PipelineIdName (Maybe Text) Source #
The name of the pipeline.
pipelineIdName_id :: 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: newPipelineObject
smart constructor.
Instances
Create a value of PipelineObject
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:id:PipelineObject'
, pipelineObject_id
- The ID of the object.
$sel:name:PipelineObject'
, pipelineObject_name
- The name of the object.
$sel:fields:PipelineObject'
, pipelineObject_fields
- Key-value pairs that define the properties of the object.
pipelineObject_id :: Lens' PipelineObject Text Source #
The ID of the object.
pipelineObject_name :: Lens' PipelineObject Text Source #
The name of the object.
pipelineObject_fields :: Lens' PipelineObject [Field] Source #
Key-value pairs that define the properties of the object.
Query
Defines the query to run against an object.
See: newQuery
smart constructor.
Instances
Eq Query Source # | |
Read Query Source # | |
Show Query Source # | |
Generic Query Source # | |
NFData Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
Hashable Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
ToJSON Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query | |
type Rep Query Source # | |
Defined in Amazonka.DataPipeline.Types.Query type Rep Query = D1 ('MetaData "Query" "Amazonka.DataPipeline.Types.Query" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "Query'" 'PrefixI 'True) (S1 ('MetaSel ('Just "selectors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Selector])))) |
Create a value of Query
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:selectors:Query'
, query_selectors
- List of selectors that define the query. An object must satisfy all of
the selectors to match the query.
query_selectors :: Lens' Query (Maybe [Selector]) Source #
List of selectors that define the query. An object must satisfy all of the selectors to match the query.
Selector
A comparision that is used to determine whether a query should return this object.
See: newSelector
smart constructor.
Selector' | |
|
Instances
Eq Selector Source # | |
Read Selector Source # | |
Show Selector Source # | |
Generic Selector Source # | |
NFData Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
Hashable Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
ToJSON Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector | |
type Rep Selector Source # | |
Defined in Amazonka.DataPipeline.Types.Selector type Rep Selector = D1 ('MetaData "Selector" "Amazonka.DataPipeline.Types.Selector" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "Selector'" 'PrefixI 'True) (S1 ('MetaSel ('Just "operator") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Operator)) :*: S1 ('MetaSel ('Just "fieldName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newSelector :: Selector Source #
Create a value of Selector
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:operator:Selector'
, selector_operator
- Undocumented member.
$sel:fieldName:Selector'
, selector_fieldName
- 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.
selector_fieldName :: 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
Tags are key/value 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 Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.
See: newTag
smart constructor.
Tag' | |
|
Instances
Eq Tag Source # | |
Read Tag Source # | |
Show Tag Source # | |
Generic Tag Source # | |
NFData Tag Source # | |
Defined in Amazonka.DataPipeline.Types.Tag | |
Hashable Tag Source # | |
Defined in Amazonka.DataPipeline.Types.Tag | |
ToJSON Tag Source # | |
Defined in Amazonka.DataPipeline.Types.Tag | |
FromJSON Tag Source # | |
type Rep Tag Source # | |
Defined in Amazonka.DataPipeline.Types.Tag type Rep Tag = D1 ('MetaData "Tag" "Amazonka.DataPipeline.Types.Tag" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "Tag'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "value") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) |
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:key:Tag'
, tag_key
- 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.
$sel:value:Tag'
, tag_value
- 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.
tag_key :: 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.
tag_value :: 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: newTaskObject
smart constructor.
TaskObject' | |
|
Instances
newTaskObject :: TaskObject Source #
Create a value of TaskObject
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:pipelineId:TaskObject'
, taskObject_pipelineId
- The ID of the pipeline that provided the task.
$sel:attemptId:TaskObject'
, taskObject_attemptId
- The ID of the pipeline task attempt object. AWS Data Pipeline uses this
value to track how many times a task is attempted.
$sel:taskId:TaskObject'
, taskObject_taskId
- An internal identifier for the task. This ID is passed to the
SetTaskStatus and ReportTaskProgress actions.
$sel:objects:TaskObject'
, taskObject_objects
- Connection information for the location where the task runner will
publish the output of the task.
taskObject_pipelineId :: Lens' TaskObject (Maybe Text) Source #
The ID of the pipeline that provided the task.
taskObject_attemptId :: 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.
taskObject_taskId :: Lens' TaskObject (Maybe Text) Source #
An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.
taskObject_objects :: Lens' TaskObject (Maybe (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: newValidationError
smart constructor.
Instances
newValidationError :: ValidationError Source #
Create a value of ValidationError
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:id:ValidationError'
, validationError_id
- The identifier of the object that contains the validation error.
$sel:errors:ValidationError'
, validationError_errors
- A description of the validation error.
validationError_id :: Lens' ValidationError (Maybe Text) Source #
The identifier of the object that contains the validation error.
validationError_errors :: Lens' ValidationError (Maybe [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: newValidationWarning
smart constructor.
Instances
newValidationWarning :: ValidationWarning Source #
Create a value of ValidationWarning
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:warnings:ValidationWarning'
, validationWarning_warnings
- A description of the validation warning.
$sel:id:ValidationWarning'
, validationWarning_id
- The identifier of the object that contains the validation warning.
validationWarning_warnings :: Lens' ValidationWarning (Maybe [Text]) Source #
A description of the validation warning.
validationWarning_id :: Lens' ValidationWarning (Maybe Text) Source #
The identifier of the object that contains the validation warning.