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

Amazonka.DataPipeline

Description

Derived from API version 2012-10-29 of the AWS service descriptions, licensed under Apache 2.0.

AWS Data Pipeline configures and manages a data-driven workflow called a pipeline. AWS Data Pipeline handles the details of scheduling and ensuring that data dependencies are met so that your application can focus on processing the data.

AWS Data Pipeline provides a JAR implementation of a task runner called AWS Data Pipeline Task Runner. AWS Data Pipeline Task Runner provides logic for common data management scenarios, such as performing database queries and running data analysis using Amazon Elastic MapReduce (Amazon EMR). You can use AWS Data Pipeline Task Runner as your task runner, or you can write your own task runner to provide custom data management.

AWS Data Pipeline implements two main sets of functionality. Use the first set to create a pipeline and define data sources, schedules, dependencies, and the transforms to be performed on the data. Use the second set in your task runner application to receive the next task ready for processing. The logic for performing the task, such as querying the data, running data analysis, or converting the data from one format to another, is contained within the task runner. The task runner performs the task assigned to it by the web service, reporting progress to the web service as it does so. When the task is done, the task runner reports the final success or failure of the task to the web service.

Synopsis

Service Configuration

defaultService :: Service Source #

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

Errors

Error matchers are designed for use with the functions provided by Control.Exception.Lens. This allows catching (and rethrowing) service specific errors returned by DataPipeline.

InvalidRequestException

_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

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

An internal service error occurred.

PipelineDeletedException

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

The specified pipeline has been deleted.

PipelineNotFoundException

_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

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

The specified task was not found.

Waiters

Waiters poll by repeatedly sending a request until some remote success condition configured by the Wait specification is fulfilled. The Wait specification determines how many attempts should be made, in addition to delay and retry strategies.

Operations

Some AWS operations return results that are incomplete and require subsequent requests in order to obtain the entire result set. The process of sending subsequent requests to continue where a previous request left off is called pagination. For example, the ListObjects operation of Amazon S3 returns up to 1000 objects at a time, and you must send subsequent requests with the appropriate Marker in order to retrieve the next page of results.

Operations that have an AWSPager instance can transparently perform subsequent requests, correctly setting Markers and other request facets to iterate through the entire result set of a truncated API operation. Operations which support this have an additional note in the documentation.

Many operations have the ability to filter results on the server side. See the individual operation parameters for details.

DescribePipelines

data DescribePipelines Source #

Contains the parameters for DescribePipelines.

See: newDescribePipelines smart constructor.

Constructors

DescribePipelines' [Text] 

Instances

Instances details
Eq DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Read DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Show DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Generic DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Associated Types

type Rep DescribePipelines :: Type -> Type #

NFData DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Methods

rnf :: DescribePipelines -> () #

Hashable DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

ToJSON DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

AWSRequest DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Associated Types

type AWSResponse DescribePipelines #

ToHeaders DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

ToPath DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

ToQuery DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

type Rep DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

type Rep DescribePipelines = D1 ('MetaData "DescribePipelines" "Amazonka.DataPipeline.DescribePipelines" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DescribePipelines'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse DescribePipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

newDescribePipelines :: DescribePipelines Source #

Create a value of DescribePipelines 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:pipelineIds:DescribePipelines', describePipelines_pipelineIds - The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

data DescribePipelinesResponse Source #

Contains the output of DescribePipelines.

See: newDescribePipelinesResponse smart constructor.

Instances

Instances details
Eq DescribePipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Read DescribePipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Show DescribePipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Generic DescribePipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

Associated Types

type Rep DescribePipelinesResponse :: Type -> Type #

NFData DescribePipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

type Rep DescribePipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribePipelines

type Rep DescribePipelinesResponse = D1 ('MetaData "DescribePipelinesResponse" "Amazonka.DataPipeline.DescribePipelines" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DescribePipelinesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pipelineDescriptionList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PipelineDescription])))

newDescribePipelinesResponse Source #

Create a value of DescribePipelinesResponse 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:httpStatus:DescribePipelinesResponse', describePipelinesResponse_httpStatus - The response's http status code.

$sel:pipelineDescriptionList:DescribePipelinesResponse', describePipelinesResponse_pipelineDescriptionList - An array of descriptions for the specified pipelines.

QueryObjects (Paginated)

data QueryObjects Source #

Contains the parameters for QueryObjects.

See: newQueryObjects smart constructor.

Instances

Instances details
Eq QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Read QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Show QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Generic QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Associated Types

type Rep QueryObjects :: Type -> Type #

NFData QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Methods

rnf :: QueryObjects -> () #

Hashable QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

ToJSON QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

AWSPager QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

AWSRequest QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Associated Types

type AWSResponse QueryObjects #

ToHeaders QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

ToPath QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

ToQuery QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

type Rep QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

type Rep QueryObjects = D1 ('MetaData "QueryObjects" "Amazonka.DataPipeline.QueryObjects" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "QueryObjects'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "query") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Query)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "limit") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Int)) :*: (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "sphere") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))
type AWSResponse QueryObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

newQueryObjects Source #

Create a value of QueryObjects 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:query:QueryObjects', queryObjects_query - The query that defines the objects to be returned. The Query object can contain a maximum of ten selectors. The conditions in the query are limited to top-level String fields in the object. These filters can be applied to components, instances, and attempts.

$sel:marker:QueryObjects', queryObjects_marker - The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call QueryObjects with the marker value from the previous call to retrieve the next set of results.

$sel:limit:QueryObjects', queryObjects_limit - The maximum number of object names that QueryObjects will return in a single call. The default value is 100.

$sel:pipelineId:QueryObjects', queryObjects_pipelineId - The ID of the pipeline.

$sel:sphere:QueryObjects', queryObjects_sphere - Indicates whether the query applies to components or instances. The possible values are: COMPONENT, INSTANCE, and ATTEMPT.

data QueryObjectsResponse Source #

Contains the output of QueryObjects.

See: newQueryObjectsResponse smart constructor.

Instances

Instances details
Eq QueryObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Read QueryObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Show QueryObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Generic QueryObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Associated Types

type Rep QueryObjectsResponse :: Type -> Type #

NFData QueryObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

Methods

rnf :: QueryObjectsResponse -> () #

type Rep QueryObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.QueryObjects

type Rep QueryObjectsResponse = D1 ('MetaData "QueryObjectsResponse" "Amazonka.DataPipeline.QueryObjects" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "QueryObjectsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hasMoreResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "ids") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newQueryObjectsResponse Source #

Create a value of QueryObjectsResponse 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:hasMoreResults:QueryObjectsResponse', queryObjectsResponse_hasMoreResults - Indicates whether there are more results that can be obtained by a subsequent call.

$sel:ids:QueryObjectsResponse', queryObjectsResponse_ids - The identifiers that match the query selectors.

$sel:marker:QueryObjects', queryObjectsResponse_marker - The starting point for the next page of results. To view the next page of results, call QueryObjects again with this marker value. If the value is null, there are no more results.

$sel:httpStatus:QueryObjectsResponse', queryObjectsResponse_httpStatus - The response's http status code.

RemoveTags

data RemoveTags Source #

Contains the parameters for RemoveTags.

See: newRemoveTags smart constructor.

Constructors

RemoveTags' Text [Text] 

Instances

Instances details
Eq RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Read RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Show RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Generic RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type Rep RemoveTags :: Type -> Type #

NFData RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

rnf :: RemoveTags -> () #

Hashable RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

ToJSON RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

AWSRequest RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type AWSResponse RemoveTags #

ToHeaders RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

toHeaders :: RemoveTags -> [Header] #

ToPath RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

ToQuery RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTags = D1 ('MetaData "RemoveTags" "Amazonka.DataPipeline.RemoveTags" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "RemoveTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tagKeys") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))
type AWSResponse RemoveTags Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

newRemoveTags Source #

Create a value of RemoveTags 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:RemoveTags', removeTags_pipelineId - The ID of the pipeline.

$sel:tagKeys:RemoveTags', removeTags_tagKeys - The keys of the tags to remove.

data RemoveTagsResponse Source #

Contains the output of RemoveTags.

See: newRemoveTagsResponse smart constructor.

Constructors

RemoveTagsResponse' Int 

Instances

Instances details
Eq RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Read RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Show RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Generic RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Associated Types

type Rep RemoveTagsResponse :: Type -> Type #

NFData RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

Methods

rnf :: RemoveTagsResponse -> () #

type Rep RemoveTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.RemoveTags

type Rep RemoveTagsResponse = D1 ('MetaData "RemoveTagsResponse" "Amazonka.DataPipeline.RemoveTags" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "RemoveTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newRemoveTagsResponse Source #

Create a value of RemoveTagsResponse 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:httpStatus:RemoveTagsResponse', removeTagsResponse_httpStatus - The response's http status code.

DeletePipeline

data DeletePipeline Source #

Contains the parameters for DeletePipeline.

See: newDeletePipeline smart constructor.

Constructors

DeletePipeline' Text 

Instances

Instances details
Eq DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Read DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Show DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Generic DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Associated Types

type Rep DeletePipeline :: Type -> Type #

NFData DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Methods

rnf :: DeletePipeline -> () #

Hashable DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

ToJSON DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

AWSRequest DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Associated Types

type AWSResponse DeletePipeline #

ToHeaders DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

ToPath DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

ToQuery DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

type Rep DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

type Rep DeletePipeline = D1 ('MetaData "DeletePipeline" "Amazonka.DataPipeline.DeletePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DeletePipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeletePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

newDeletePipeline Source #

Create a value of DeletePipeline 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:DeletePipeline', deletePipeline_pipelineId - The ID of the pipeline.

data DeletePipelineResponse Source #

See: newDeletePipelineResponse smart constructor.

Instances

Instances details
Eq DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Read DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Show DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Generic DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Associated Types

type Rep DeletePipelineResponse :: Type -> Type #

NFData DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

Methods

rnf :: DeletePipelineResponse -> () #

type Rep DeletePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeletePipeline

type Rep DeletePipelineResponse = D1 ('MetaData "DeletePipelineResponse" "Amazonka.DataPipeline.DeletePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DeletePipelineResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newDeletePipelineResponse :: DeletePipelineResponse Source #

Create a value of DeletePipelineResponse with all optional fields omitted.

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

ListPipelines (Paginated)

data ListPipelines Source #

Contains the parameters for ListPipelines.

See: newListPipelines smart constructor.

Constructors

ListPipelines' (Maybe Text) 

Instances

Instances details
Eq ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Read ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Show ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Generic ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Associated Types

type Rep ListPipelines :: Type -> Type #

NFData ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Methods

rnf :: ListPipelines -> () #

Hashable ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

ToJSON ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

AWSPager ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

AWSRequest ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Associated Types

type AWSResponse ListPipelines #

ToHeaders ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

ToPath ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

ToQuery ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

type Rep ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

type Rep ListPipelines = D1 ('MetaData "ListPipelines" "Amazonka.DataPipeline.ListPipelines" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ListPipelines'" 'PrefixI 'True) (S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))
type AWSResponse ListPipelines Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

newListPipelines :: ListPipelines Source #

Create a value of ListPipelines 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:marker:ListPipelines', listPipelines_marker - The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call ListPipelines with the marker value from the previous call to retrieve the next set of results.

data ListPipelinesResponse Source #

Contains the output of ListPipelines.

See: newListPipelinesResponse smart constructor.

Instances

Instances details
Eq ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Read ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Show ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Generic ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Associated Types

type Rep ListPipelinesResponse :: Type -> Type #

NFData ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

Methods

rnf :: ListPipelinesResponse -> () #

type Rep ListPipelinesResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ListPipelines

type Rep ListPipelinesResponse = D1 ('MetaData "ListPipelinesResponse" "Amazonka.DataPipeline.ListPipelines" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ListPipelinesResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hasMoreResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pipelineIdList") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PipelineIdName]))))

newListPipelinesResponse Source #

Create a value of ListPipelinesResponse 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:hasMoreResults:ListPipelinesResponse', listPipelinesResponse_hasMoreResults - Indicates whether there are more results that can be obtained by a subsequent call.

$sel:marker:ListPipelines', listPipelinesResponse_marker - The starting point for the next page of results. To view the next page of results, call ListPipelinesOutput again with this marker value. If the value is null, there are no more results.

$sel:httpStatus:ListPipelinesResponse', listPipelinesResponse_httpStatus - The response's http status code.

$sel:pipelineIdList:ListPipelinesResponse', listPipelinesResponse_pipelineIdList - The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

EvaluateExpression

data EvaluateExpression Source #

Contains the parameters for EvaluateExpression.

See: newEvaluateExpression smart constructor.

Instances

Instances details
Eq EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Read EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Show EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Generic EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Associated Types

type Rep EvaluateExpression :: Type -> Type #

NFData EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Methods

rnf :: EvaluateExpression -> () #

Hashable EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

ToJSON EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

AWSRequest EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Associated Types

type AWSResponse EvaluateExpression #

ToHeaders EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

ToPath EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

ToQuery EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

type Rep EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

type Rep EvaluateExpression = D1 ('MetaData "EvaluateExpression" "Amazonka.DataPipeline.EvaluateExpression" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "EvaluateExpression'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "objectId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "expression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse EvaluateExpression Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

newEvaluateExpression Source #

Create a value of EvaluateExpression 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:EvaluateExpression', evaluateExpression_pipelineId - The ID of the pipeline.

$sel:objectId:EvaluateExpression', evaluateExpression_objectId - The ID of the object.

$sel:expression:EvaluateExpression', evaluateExpression_expression - The expression to evaluate.

data EvaluateExpressionResponse Source #

Contains the output of EvaluateExpression.

See: newEvaluateExpressionResponse smart constructor.

Instances

Instances details
Eq EvaluateExpressionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Read EvaluateExpressionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Show EvaluateExpressionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Generic EvaluateExpressionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

Associated Types

type Rep EvaluateExpressionResponse :: Type -> Type #

NFData EvaluateExpressionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

type Rep EvaluateExpressionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.EvaluateExpression

type Rep EvaluateExpressionResponse = D1 ('MetaData "EvaluateExpressionResponse" "Amazonka.DataPipeline.EvaluateExpression" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "EvaluateExpressionResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "evaluatedExpression") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newEvaluateExpressionResponse Source #

Create a value of EvaluateExpressionResponse 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:httpStatus:EvaluateExpressionResponse', evaluateExpressionResponse_httpStatus - The response's http status code.

$sel:evaluatedExpression:EvaluateExpressionResponse', evaluateExpressionResponse_evaluatedExpression - The evaluated expression.

GetPipelineDefinition

data GetPipelineDefinition Source #

Contains the parameters for GetPipelineDefinition.

See: newGetPipelineDefinition smart constructor.

Instances

Instances details
Eq GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Read GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Show GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Generic GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Associated Types

type Rep GetPipelineDefinition :: Type -> Type #

NFData GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Methods

rnf :: GetPipelineDefinition -> () #

Hashable GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

ToJSON GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

AWSRequest GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Associated Types

type AWSResponse GetPipelineDefinition #

ToHeaders GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

ToPath GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

ToQuery GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

type Rep GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

type Rep GetPipelineDefinition = D1 ('MetaData "GetPipelineDefinition" "Amazonka.DataPipeline.GetPipelineDefinition" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "GetPipelineDefinition'" 'PrefixI 'True) (S1 ('MetaSel ('Just "version") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse GetPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

newGetPipelineDefinition Source #

Create a value of GetPipelineDefinition 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:version:GetPipelineDefinition', getPipelineDefinition_version - The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

$sel:pipelineId:GetPipelineDefinition', getPipelineDefinition_pipelineId - The ID of the pipeline.

data GetPipelineDefinitionResponse Source #

Contains the output of GetPipelineDefinition.

See: newGetPipelineDefinitionResponse smart constructor.

Instances

Instances details
Eq GetPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Read GetPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Show GetPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Generic GetPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

Associated Types

type Rep GetPipelineDefinitionResponse :: Type -> Type #

NFData GetPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

type Rep GetPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.GetPipelineDefinition

type Rep GetPipelineDefinitionResponse = D1 ('MetaData "GetPipelineDefinitionResponse" "Amazonka.DataPipeline.GetPipelineDefinition" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "GetPipelineDefinitionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [PipelineObject])) :*: S1 ('MetaSel ('Just "parameterObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterObject]))) :*: (S1 ('MetaSel ('Just "parameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterValue])) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newGetPipelineDefinitionResponse Source #

Create a value of GetPipelineDefinitionResponse 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:pipelineObjects:GetPipelineDefinitionResponse', getPipelineDefinitionResponse_pipelineObjects - The objects defined in the pipeline.

$sel:parameterObjects:GetPipelineDefinitionResponse', getPipelineDefinitionResponse_parameterObjects - The parameter objects used in the pipeline definition.

$sel:parameterValues:GetPipelineDefinitionResponse', getPipelineDefinitionResponse_parameterValues - The parameter values used in the pipeline definition.

$sel:httpStatus:GetPipelineDefinitionResponse', getPipelineDefinitionResponse_httpStatus - The response's http status code.

PollForTask

data PollForTask Source #

Contains the parameters for PollForTask.

See: newPollForTask smart constructor.

Instances

Instances details
Eq PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Read PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Show PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Generic PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Associated Types

type Rep PollForTask :: Type -> Type #

NFData PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Methods

rnf :: PollForTask -> () #

Hashable PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

ToJSON PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

AWSRequest PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Associated Types

type AWSResponse PollForTask #

ToHeaders PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Methods

toHeaders :: PollForTask -> [Header] #

ToPath PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

ToQuery PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

type Rep PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

type Rep PollForTask = D1 ('MetaData "PollForTask" "Amazonka.DataPipeline.PollForTask" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PollForTask'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "instanceIdentity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe InstanceIdentity)) :*: S1 ('MetaSel ('Just "workerGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse PollForTask Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

newPollForTask Source #

Create a value of PollForTask 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:hostname:PollForTask', pollForTask_hostname - The public DNS name of the calling task runner.

$sel:instanceIdentity:PollForTask', pollForTask_instanceIdentity - Identity information for the EC2 instance that is hosting the task runner. You can get this value from the instance using http://169.254.169.254/latest/meta-data/instance-id. 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.

$sel:workerGroup:PollForTask', pollForTask_workerGroup - The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup in the call to PollForTask. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

data PollForTaskResponse Source #

Contains the output of PollForTask.

See: newPollForTaskResponse smart constructor.

Instances

Instances details
Eq PollForTaskResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Read PollForTaskResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Show PollForTaskResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Generic PollForTaskResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Associated Types

type Rep PollForTaskResponse :: Type -> Type #

NFData PollForTaskResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

Methods

rnf :: PollForTaskResponse -> () #

type Rep PollForTaskResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PollForTask

type Rep PollForTaskResponse = D1 ('MetaData "PollForTaskResponse" "Amazonka.DataPipeline.PollForTask" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PollForTaskResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "taskObject") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe TaskObject)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newPollForTaskResponse Source #

Create a value of PollForTaskResponse 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:taskObject:PollForTaskResponse', pollForTaskResponse_taskObject - The information needed to complete the task that is being assigned to the task runner. One of the fields returned in this object is taskId, which contains an identifier for the task being assigned. The calling task runner uses taskId in subsequent calls to ReportTaskProgress and SetTaskStatus.

$sel:httpStatus:PollForTaskResponse', pollForTaskResponse_httpStatus - The response's http status code.

DeactivatePipeline

data DeactivatePipeline Source #

Contains the parameters for DeactivatePipeline.

See: newDeactivatePipeline smart constructor.

Instances

Instances details
Eq DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Read DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Show DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Generic DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Associated Types

type Rep DeactivatePipeline :: Type -> Type #

NFData DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Methods

rnf :: DeactivatePipeline -> () #

Hashable DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

ToJSON DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

AWSRequest DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Associated Types

type AWSResponse DeactivatePipeline #

ToHeaders DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

ToPath DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

ToQuery DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

type Rep DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

type Rep DeactivatePipeline = D1 ('MetaData "DeactivatePipeline" "Amazonka.DataPipeline.DeactivatePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DeactivatePipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cancelActive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeactivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

newDeactivatePipeline Source #

Create a value of DeactivatePipeline 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:cancelActive:DeactivatePipeline', deactivatePipeline_cancelActive - Indicates whether to cancel any running objects. The default is true, which sets the state of any running objects to CANCELED. If this value is false, the pipeline is deactivated after all running objects finish.

$sel:pipelineId:DeactivatePipeline', deactivatePipeline_pipelineId - The ID of the pipeline.

data DeactivatePipelineResponse Source #

Contains the output of DeactivatePipeline.

See: newDeactivatePipelineResponse smart constructor.

Instances

Instances details
Eq DeactivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Read DeactivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Show DeactivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Generic DeactivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

Associated Types

type Rep DeactivatePipelineResponse :: Type -> Type #

NFData DeactivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

type Rep DeactivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DeactivatePipeline

type Rep DeactivatePipelineResponse = D1 ('MetaData "DeactivatePipelineResponse" "Amazonka.DataPipeline.DeactivatePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DeactivatePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeactivatePipelineResponse Source #

Create a value of DeactivatePipelineResponse 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:httpStatus:DeactivatePipelineResponse', deactivatePipelineResponse_httpStatus - The response's http status code.

AddTags

data AddTags Source #

Contains the parameters for AddTags.

See: newAddTags smart constructor.

Constructors

AddTags' Text [Tag] 

Instances

Instances details
Eq AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

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

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

Read AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Show AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Generic AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Associated Types

type Rep AddTags :: Type -> Type #

Methods

from :: AddTags -> Rep AddTags x #

to :: Rep AddTags x -> AddTags #

NFData AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

rnf :: AddTags -> () #

Hashable AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

hashWithSalt :: Int -> AddTags -> Int #

hash :: AddTags -> Int #

ToJSON AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

AWSRequest AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Associated Types

type AWSResponse AddTags #

ToHeaders AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

toHeaders :: AddTags -> [Header] #

ToPath AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

toPath :: AddTags -> ByteString #

ToQuery AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

type Rep AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

type Rep AddTags = D1 ('MetaData "AddTags" "Amazonka.DataPipeline.AddTags" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "AddTags'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Tag])))
type AWSResponse AddTags Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

newAddTags Source #

Create a value of AddTags 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:AddTags', addTags_pipelineId - The ID of the pipeline.

$sel:tags:AddTags', addTags_tags - The tags to add, as key/value pairs.

data AddTagsResponse Source #

Contains the output of AddTags.

See: newAddTagsResponse smart constructor.

Constructors

AddTagsResponse' Int 

Instances

Instances details
Eq AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Read AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Show AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Generic AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Associated Types

type Rep AddTagsResponse :: Type -> Type #

NFData AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

Methods

rnf :: AddTagsResponse -> () #

type Rep AddTagsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.AddTags

type Rep AddTagsResponse = D1 ('MetaData "AddTagsResponse" "Amazonka.DataPipeline.AddTags" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "AddTagsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newAddTagsResponse Source #

Create a value of AddTagsResponse 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:httpStatus:AddTagsResponse', addTagsResponse_httpStatus - The response's http status code.

DescribeObjects (Paginated)

data DescribeObjects Source #

Contains the parameters for DescribeObjects.

See: newDescribeObjects smart constructor.

Instances

Instances details
Eq DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Read DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Show DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Generic DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Associated Types

type Rep DescribeObjects :: Type -> Type #

NFData DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Methods

rnf :: DescribeObjects -> () #

Hashable DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

ToJSON DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

AWSPager DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

AWSRequest DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Associated Types

type AWSResponse DescribeObjects #

ToHeaders DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

ToPath DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

ToQuery DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type Rep DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type Rep DescribeObjects = D1 ('MetaData "DescribeObjects" "Amazonka.DataPipeline.DescribeObjects" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DescribeObjects'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "evaluateExpressions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]))))
type AWSResponse DescribeObjects Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

newDescribeObjects Source #

Create a value of DescribeObjects 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:evaluateExpressions:DescribeObjects', describeObjects_evaluateExpressions - Indicates whether any expressions in the object should be evaluated when the object descriptions are returned.

$sel:marker:DescribeObjects', describeObjects_marker - The starting point for the results to be returned. For the first call, this value should be empty. As long as there are more results, continue to call DescribeObjects with the marker value from the previous call to retrieve the next set of results.

$sel:pipelineId:DescribeObjects', describeObjects_pipelineId - The ID of the pipeline that contains the object definitions.

$sel:objectIds:DescribeObjects', describeObjects_objectIds - The IDs of the pipeline objects that contain the definitions to be described. You can pass as many as 25 identifiers in a single call to DescribeObjects.

data DescribeObjectsResponse Source #

Contains the output of DescribeObjects.

See: newDescribeObjectsResponse smart constructor.

Instances

Instances details
Eq DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Read DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Show DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Generic DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Associated Types

type Rep DescribeObjectsResponse :: Type -> Type #

NFData DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

Methods

rnf :: DescribeObjectsResponse -> () #

type Rep DescribeObjectsResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.DescribeObjects

type Rep DescribeObjectsResponse = D1 ('MetaData "DescribeObjectsResponse" "Amazonka.DataPipeline.DescribeObjects" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "DescribeObjectsResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "hasMoreResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "marker") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pipelineObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PipelineObject]))))

newDescribeObjectsResponse Source #

Create a value of DescribeObjectsResponse 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:hasMoreResults:DescribeObjectsResponse', describeObjectsResponse_hasMoreResults - Indicates whether there are more results to return.

$sel:marker:DescribeObjects', describeObjectsResponse_marker - The starting point for the next page of results. To view the next page of results, call DescribeObjects again with this marker value. If the value is null, there are no more results.

$sel:httpStatus:DescribeObjectsResponse', describeObjectsResponse_httpStatus - The response's http status code.

$sel:pipelineObjects:DescribeObjectsResponse', describeObjectsResponse_pipelineObjects - An array of object definitions.

ReportTaskRunnerHeartbeat

data ReportTaskRunnerHeartbeat Source #

Contains the parameters for ReportTaskRunnerHeartbeat.

See: newReportTaskRunnerHeartbeat smart constructor.

Instances

Instances details
Eq ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Read ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Show ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Generic ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Associated Types

type Rep ReportTaskRunnerHeartbeat :: Type -> Type #

NFData ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Hashable ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

ToJSON ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

AWSRequest ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

ToHeaders ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

ToPath ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

ToQuery ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

type Rep ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

type Rep ReportTaskRunnerHeartbeat = D1 ('MetaData "ReportTaskRunnerHeartbeat" "Amazonka.DataPipeline.ReportTaskRunnerHeartbeat" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ReportTaskRunnerHeartbeat'" 'PrefixI 'True) (S1 ('MetaSel ('Just "hostname") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "workerGroup") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "taskrunnerId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ReportTaskRunnerHeartbeat Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

newReportTaskRunnerHeartbeat Source #

Create a value of ReportTaskRunnerHeartbeat 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:hostname:ReportTaskRunnerHeartbeat', reportTaskRunnerHeartbeat_hostname - The public DNS name of the task runner.

$sel:workerGroup:ReportTaskRunnerHeartbeat', reportTaskRunnerHeartbeat_workerGroup - The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for workerGroup. There are no wildcard values permitted in workerGroup; the string must be an exact, case-sensitive, match.

$sel:taskrunnerId:ReportTaskRunnerHeartbeat', reportTaskRunnerHeartbeat_taskrunnerId - The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.

data ReportTaskRunnerHeartbeatResponse Source #

Contains the output of ReportTaskRunnerHeartbeat.

See: newReportTaskRunnerHeartbeatResponse smart constructor.

Instances

Instances details
Eq ReportTaskRunnerHeartbeatResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Read ReportTaskRunnerHeartbeatResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Show ReportTaskRunnerHeartbeatResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Generic ReportTaskRunnerHeartbeatResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

Associated Types

type Rep ReportTaskRunnerHeartbeatResponse :: Type -> Type #

NFData ReportTaskRunnerHeartbeatResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

type Rep ReportTaskRunnerHeartbeatResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskRunnerHeartbeat

type Rep ReportTaskRunnerHeartbeatResponse = D1 ('MetaData "ReportTaskRunnerHeartbeatResponse" "Amazonka.DataPipeline.ReportTaskRunnerHeartbeat" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ReportTaskRunnerHeartbeatResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "terminate") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newReportTaskRunnerHeartbeatResponse Source #

Create a value of ReportTaskRunnerHeartbeatResponse 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:httpStatus:ReportTaskRunnerHeartbeatResponse', reportTaskRunnerHeartbeatResponse_httpStatus - The response's http status code.

$sel:terminate:ReportTaskRunnerHeartbeatResponse', reportTaskRunnerHeartbeatResponse_terminate - Indicates whether the calling task runner should terminate.

ActivatePipeline

data ActivatePipeline Source #

Contains the parameters for ActivatePipeline.

See: newActivatePipeline smart constructor.

Instances

Instances details
Eq ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Read ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Show ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Generic ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Associated Types

type Rep ActivatePipeline :: Type -> Type #

NFData ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Methods

rnf :: ActivatePipeline -> () #

Hashable ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

ToJSON ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

AWSRequest ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Associated Types

type AWSResponse ActivatePipeline #

ToHeaders ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

ToPath ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

ToQuery ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

type Rep ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

type Rep ActivatePipeline = D1 ('MetaData "ActivatePipeline" "Amazonka.DataPipeline.ActivatePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ActivatePipeline'" 'PrefixI 'True) (S1 ('MetaSel ('Just "startTimestamp") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: (S1 ('MetaSel ('Just "parameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterValue])) :*: S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse ActivatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

newActivatePipeline Source #

Create a value of ActivatePipeline 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:startTimestamp:ActivatePipeline', activatePipeline_startTimestamp - The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution.

$sel:parameterValues:ActivatePipeline', activatePipeline_parameterValues - A list of parameter values to pass to the pipeline at activation.

$sel:pipelineId:ActivatePipeline', activatePipeline_pipelineId - The ID of the pipeline.

data ActivatePipelineResponse Source #

Contains the output of ActivatePipeline.

See: newActivatePipelineResponse smart constructor.

Instances

Instances details
Eq ActivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Read ActivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Show ActivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Generic ActivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

Associated Types

type Rep ActivatePipelineResponse :: Type -> Type #

NFData ActivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

type Rep ActivatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ActivatePipeline

type Rep ActivatePipelineResponse = D1 ('MetaData "ActivatePipelineResponse" "Amazonka.DataPipeline.ActivatePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ActivatePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newActivatePipelineResponse Source #

Create a value of ActivatePipelineResponse 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:httpStatus:ActivatePipelineResponse', activatePipelineResponse_httpStatus - The response's http status code.

SetTaskStatus

data SetTaskStatus Source #

Contains the parameters for SetTaskStatus.

See: newSetTaskStatus smart constructor.

Instances

Instances details
Eq SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Read SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Show SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Generic SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Associated Types

type Rep SetTaskStatus :: Type -> Type #

NFData SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Methods

rnf :: SetTaskStatus -> () #

Hashable SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

ToJSON SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

AWSRequest SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Associated Types

type AWSResponse SetTaskStatus #

ToHeaders SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

ToPath SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

ToQuery SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

type Rep SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

type Rep SetTaskStatus = D1 ('MetaData "SetTaskStatus" "Amazonka.DataPipeline.SetTaskStatus" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "SetTaskStatus'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "errorStackTrace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errorId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "errorMessage") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "taskStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 TaskStatus)))))
type AWSResponse SetTaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

newSetTaskStatus Source #

Create a value of SetTaskStatus 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:errorStackTrace:SetTaskStatus', setTaskStatus_errorStackTrace - If an error occurred during the task, this value specifies the stack trace associated with the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

$sel:errorId:SetTaskStatus', setTaskStatus_errorId - If an error occurred during the task, this value specifies the error code. This value is set on the physical attempt object. It is used to display error information to the user. It should not start with string "Service_" which is reserved by the system.

$sel:errorMessage:SetTaskStatus', setTaskStatus_errorMessage - If an error occurred during the task, this value specifies a text description of the error. This value is set on the physical attempt object. It is used to display error information to the user. The web service does not parse this value.

$sel:taskId:SetTaskStatus', setTaskStatus_taskId - The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

$sel:taskStatus:SetTaskStatus', setTaskStatus_taskStatus - If FINISHED, the task successfully completed. If FAILED, the task ended unsuccessfully. Preconditions use false.

data SetTaskStatusResponse Source #

Contains the output of SetTaskStatus.

See: newSetTaskStatusResponse smart constructor.

Instances

Instances details
Eq SetTaskStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Read SetTaskStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Show SetTaskStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Generic SetTaskStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Associated Types

type Rep SetTaskStatusResponse :: Type -> Type #

NFData SetTaskStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

Methods

rnf :: SetTaskStatusResponse -> () #

type Rep SetTaskStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetTaskStatus

type Rep SetTaskStatusResponse = D1 ('MetaData "SetTaskStatusResponse" "Amazonka.DataPipeline.SetTaskStatus" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "SetTaskStatusResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newSetTaskStatusResponse Source #

Create a value of SetTaskStatusResponse 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:httpStatus:SetTaskStatusResponse', setTaskStatusResponse_httpStatus - The response's http status code.

SetStatus

data SetStatus Source #

Contains the parameters for SetStatus.

See: newSetStatus smart constructor.

Constructors

SetStatus' Text [Text] Text 

Instances

Instances details
Eq SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Read SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Show SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Generic SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Associated Types

type Rep SetStatus :: Type -> Type #

NFData SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Methods

rnf :: SetStatus -> () #

Hashable SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

ToJSON SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

AWSRequest SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Associated Types

type AWSResponse SetStatus #

ToHeaders SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Methods

toHeaders :: SetStatus -> [Header] #

ToPath SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

ToQuery SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

type Rep SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

type Rep SetStatus = D1 ('MetaData "SetStatus" "Amazonka.DataPipeline.SetStatus" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "SetStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "objectIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text]) :*: S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse SetStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

newSetStatus Source #

Create a value of SetStatus 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:SetStatus', setStatus_pipelineId - The ID of the pipeline that contains the objects.

$sel:objectIds:SetStatus', setStatus_objectIds - The IDs of the objects. The corresponding objects can be either physical or components, but not a mix of both types.

$sel:status:SetStatus', setStatus_status - The status to be set on all the objects specified in objectIds. For components, use PAUSE or RESUME. For instances, use TRY_CANCEL, RERUN, or MARK_FINISHED.

data SetStatusResponse Source #

See: newSetStatusResponse smart constructor.

Constructors

SetStatusResponse' 

Instances

Instances details
Eq SetStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Read SetStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Show SetStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Generic SetStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Associated Types

type Rep SetStatusResponse :: Type -> Type #

NFData SetStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

Methods

rnf :: SetStatusResponse -> () #

type Rep SetStatusResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.SetStatus

type Rep SetStatusResponse = D1 ('MetaData "SetStatusResponse" "Amazonka.DataPipeline.SetStatus" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "SetStatusResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newSetStatusResponse :: SetStatusResponse Source #

Create a value of SetStatusResponse with all optional fields omitted.

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

ReportTaskProgress

data ReportTaskProgress Source #

Contains the parameters for ReportTaskProgress.

See: newReportTaskProgress smart constructor.

Instances

Instances details
Eq ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Read ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Show ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Generic ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Associated Types

type Rep ReportTaskProgress :: Type -> Type #

NFData ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Methods

rnf :: ReportTaskProgress -> () #

Hashable ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

ToJSON ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

AWSRequest ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Associated Types

type AWSResponse ReportTaskProgress #

ToHeaders ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

ToPath ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

ToQuery ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

type Rep ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

type Rep ReportTaskProgress = D1 ('MetaData "ReportTaskProgress" "Amazonka.DataPipeline.ReportTaskProgress" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ReportTaskProgress'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Field])) :*: S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse ReportTaskProgress Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

newReportTaskProgress Source #

Create a value of ReportTaskProgress 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:fields:ReportTaskProgress', reportTaskProgress_fields - Key-value pairs that define the properties of the ReportTaskProgressInput object.

$sel:taskId:ReportTaskProgress', reportTaskProgress_taskId - The ID of the task assigned to the task runner. This value is provided in the response for PollForTask.

data ReportTaskProgressResponse Source #

Contains the output of ReportTaskProgress.

See: newReportTaskProgressResponse smart constructor.

Instances

Instances details
Eq ReportTaskProgressResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Read ReportTaskProgressResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Show ReportTaskProgressResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Generic ReportTaskProgressResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

Associated Types

type Rep ReportTaskProgressResponse :: Type -> Type #

NFData ReportTaskProgressResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

type Rep ReportTaskProgressResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ReportTaskProgress

type Rep ReportTaskProgressResponse = D1 ('MetaData "ReportTaskProgressResponse" "Amazonka.DataPipeline.ReportTaskProgress" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ReportTaskProgressResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "canceled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool)))

newReportTaskProgressResponse Source #

Create a value of ReportTaskProgressResponse 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:httpStatus:ReportTaskProgressResponse', reportTaskProgressResponse_httpStatus - The response's http status code.

$sel:canceled:ReportTaskProgressResponse', reportTaskProgressResponse_canceled - If true, the calling task runner should cancel processing of the task. The task runner does not need to call SetTaskStatus for canceled tasks.

CreatePipeline

data CreatePipeline Source #

Contains the parameters for CreatePipeline.

See: newCreatePipeline smart constructor.

Instances

Instances details
Eq CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Read CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Show CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Generic CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Associated Types

type Rep CreatePipeline :: Type -> Type #

NFData CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Methods

rnf :: CreatePipeline -> () #

Hashable CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

ToJSON CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

AWSRequest CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Associated Types

type AWSResponse CreatePipeline #

ToHeaders CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

ToPath CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

ToQuery CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

type Rep CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

type Rep CreatePipeline = D1 ('MetaData "CreatePipeline" "Amazonka.DataPipeline.CreatePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "CreatePipeline'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "uniqueId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))
type AWSResponse CreatePipeline Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

newCreatePipeline Source #

Create a value of CreatePipeline 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:CreatePipeline', createPipeline_description - The description for the pipeline.

$sel:tags:CreatePipeline', createPipeline_tags - A list of tags to associate with the pipeline at creation. Tags let you control access to pipelines. For more information, see Controlling User Access to Pipelines in the AWS Data Pipeline Developer Guide.

$sel:name:CreatePipeline', createPipeline_name - The name for the pipeline. You can use the same name for multiple pipelines associated with your AWS account, because AWS Data Pipeline assigns each pipeline a unique pipeline identifier.

$sel:uniqueId:CreatePipeline', createPipeline_uniqueId - A unique identifier. This identifier is not the same as the pipeline identifier assigned by AWS Data Pipeline. You are responsible for defining the format and ensuring the uniqueness of this identifier. You use this parameter to ensure idempotency during repeated calls to CreatePipeline. For example, if the first call to CreatePipeline does not succeed, you can pass in the same unique identifier and pipeline name combination on a subsequent call to CreatePipeline. CreatePipeline ensures that if a pipeline already exists with the same name and unique identifier, a new pipeline is not created. Instead, you'll receive the pipeline identifier from the previous attempt. The uniqueness of the name and unique identifier combination is scoped to the AWS account or IAM user credentials.

data CreatePipelineResponse Source #

Contains the output of CreatePipeline.

See: newCreatePipelineResponse smart constructor.

Instances

Instances details
Eq CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Read CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Show CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Generic CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Associated Types

type Rep CreatePipelineResponse :: Type -> Type #

NFData CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

Methods

rnf :: CreatePipelineResponse -> () #

type Rep CreatePipelineResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.CreatePipeline

type Rep CreatePipelineResponse = D1 ('MetaData "CreatePipelineResponse" "Amazonka.DataPipeline.CreatePipeline" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "CreatePipelineResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreatePipelineResponse Source #

Create a value of CreatePipelineResponse 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:httpStatus:CreatePipelineResponse', createPipelineResponse_httpStatus - The response's http status code.

$sel:pipelineId:CreatePipelineResponse', createPipelineResponse_pipelineId - The ID that AWS Data Pipeline assigns the newly created pipeline. For example, df-06372391ZG65EXAMPLE.

PutPipelineDefinition

data PutPipelineDefinition Source #

Contains the parameters for PutPipelineDefinition.

See: newPutPipelineDefinition smart constructor.

Instances

Instances details
Eq PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Read PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Show PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Generic PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Associated Types

type Rep PutPipelineDefinition :: Type -> Type #

NFData PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Methods

rnf :: PutPipelineDefinition -> () #

Hashable PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

ToJSON PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

AWSRequest PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Associated Types

type AWSResponse PutPipelineDefinition #

ToHeaders PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

ToPath PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

ToQuery PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

type Rep PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

type Rep PutPipelineDefinition = D1 ('MetaData "PutPipelineDefinition" "Amazonka.DataPipeline.PutPipelineDefinition" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PutPipelineDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterObject])) :*: S1 ('MetaSel ('Just "parameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterValue]))) :*: (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "pipelineObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PipelineObject]))))
type AWSResponse PutPipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

newPutPipelineDefinition Source #

Create a value of PutPipelineDefinition 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:parameterObjects:PutPipelineDefinition', putPipelineDefinition_parameterObjects - The parameter objects used with the pipeline.

$sel:parameterValues:PutPipelineDefinition', putPipelineDefinition_parameterValues - The parameter values used with the pipeline.

$sel:pipelineId:PutPipelineDefinition', putPipelineDefinition_pipelineId - The ID of the pipeline.

$sel:pipelineObjects:PutPipelineDefinition', putPipelineDefinition_pipelineObjects - The objects that define the pipeline. These objects overwrite the existing pipeline definition.

data PutPipelineDefinitionResponse Source #

Contains the output of PutPipelineDefinition.

See: newPutPipelineDefinitionResponse smart constructor.

Instances

Instances details
Eq PutPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Read PutPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Show PutPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Generic PutPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

Associated Types

type Rep PutPipelineDefinitionResponse :: Type -> Type #

NFData PutPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

type Rep PutPipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.PutPipelineDefinition

type Rep PutPipelineDefinitionResponse = D1 ('MetaData "PutPipelineDefinitionResponse" "Amazonka.DataPipeline.PutPipelineDefinition" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PutPipelineDefinitionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "validationErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidationError])) :*: S1 ('MetaSel ('Just "validationWarnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidationWarning]))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "errored") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

newPutPipelineDefinitionResponse Source #

Create a value of PutPipelineDefinitionResponse 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:validationErrors:PutPipelineDefinitionResponse', putPipelineDefinitionResponse_validationErrors - The validation errors that are associated with the objects defined in pipelineObjects.

$sel:validationWarnings:PutPipelineDefinitionResponse', putPipelineDefinitionResponse_validationWarnings - The validation warnings that are associated with the objects defined in pipelineObjects.

$sel:httpStatus:PutPipelineDefinitionResponse', putPipelineDefinitionResponse_httpStatus - The response's http status code.

$sel:errored:PutPipelineDefinitionResponse', putPipelineDefinitionResponse_errored - Indicates whether there were validation errors, and the pipeline definition is stored but cannot be activated until you correct the pipeline and call PutPipelineDefinition to commit the corrected pipeline.

ValidatePipelineDefinition

data ValidatePipelineDefinition Source #

Contains the parameters for ValidatePipelineDefinition.

See: newValidatePipelineDefinition smart constructor.

Instances

Instances details
Eq ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Read ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Show ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Generic ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Associated Types

type Rep ValidatePipelineDefinition :: Type -> Type #

NFData ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Hashable ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

ToJSON ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

AWSRequest ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

ToHeaders ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

ToPath ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

ToQuery ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

type Rep ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

type Rep ValidatePipelineDefinition = D1 ('MetaData "ValidatePipelineDefinition" "Amazonka.DataPipeline.ValidatePipelineDefinition" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ValidatePipelineDefinition'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "parameterObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterObject])) :*: S1 ('MetaSel ('Just "parameterValues") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ParameterValue]))) :*: (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "pipelineObjects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [PipelineObject]))))
type AWSResponse ValidatePipelineDefinition Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

newValidatePipelineDefinition Source #

Create a value of ValidatePipelineDefinition 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:parameterObjects:ValidatePipelineDefinition', validatePipelineDefinition_parameterObjects - The parameter objects used with the pipeline.

$sel:parameterValues:ValidatePipelineDefinition', validatePipelineDefinition_parameterValues - The parameter values used with the pipeline.

$sel:pipelineId:ValidatePipelineDefinition', validatePipelineDefinition_pipelineId - The ID of the pipeline.

$sel:pipelineObjects:ValidatePipelineDefinition', validatePipelineDefinition_pipelineObjects - The objects that define the pipeline changes to validate against the pipeline.

data ValidatePipelineDefinitionResponse Source #

Contains the output of ValidatePipelineDefinition.

See: newValidatePipelineDefinitionResponse smart constructor.

Instances

Instances details
Eq ValidatePipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Read ValidatePipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Show ValidatePipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Generic ValidatePipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

Associated Types

type Rep ValidatePipelineDefinitionResponse :: Type -> Type #

NFData ValidatePipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

type Rep ValidatePipelineDefinitionResponse Source # 
Instance details

Defined in Amazonka.DataPipeline.ValidatePipelineDefinition

type Rep ValidatePipelineDefinitionResponse = D1 ('MetaData "ValidatePipelineDefinitionResponse" "Amazonka.DataPipeline.ValidatePipelineDefinition" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ValidatePipelineDefinitionResponse'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "validationErrors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidationError])) :*: S1 ('MetaSel ('Just "validationWarnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ValidationWarning]))) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "errored") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Bool))))

Types

OperatorType

newtype OperatorType Source #

Constructors

OperatorType' 

Instances

Instances details
Eq OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Ord OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Read OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Show OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Generic OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Associated Types

type Rep OperatorType :: Type -> Type #

NFData OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Methods

rnf :: OperatorType -> () #

Hashable OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

ToJSON OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

ToJSONKey OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

FromJSON OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

FromJSONKey OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

ToLog OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

ToHeader OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

ToQuery OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

FromXML OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

ToXML OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Methods

toXML :: OperatorType -> XML #

ToByteString OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

FromText OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

ToText OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

Methods

toText :: OperatorType -> Text #

type Rep OperatorType Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.OperatorType

type Rep OperatorType = D1 ('MetaData "OperatorType" "Amazonka.DataPipeline.Types.OperatorType" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'True) (C1 ('MetaCons "OperatorType'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromOperatorType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

TaskStatus

newtype TaskStatus Source #

Constructors

TaskStatus' 

Fields

Bundled Patterns

pattern TaskStatus_FAILED :: TaskStatus 
pattern TaskStatus_FALSE :: TaskStatus 
pattern TaskStatus_FINISHED :: TaskStatus 

Instances

Instances details
Eq TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Ord TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Read TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Show TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Generic TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Associated Types

type Rep TaskStatus :: Type -> Type #

NFData TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Methods

rnf :: TaskStatus -> () #

Hashable TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

ToJSON TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

ToJSONKey TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

FromJSON TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

FromJSONKey TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

ToLog TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

ToHeader TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

ToQuery TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

FromXML TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

ToXML TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Methods

toXML :: TaskStatus -> XML #

ToByteString TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

FromText TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

ToText TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

Methods

toText :: TaskStatus -> Text #

type Rep TaskStatus Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskStatus

type Rep TaskStatus = D1 ('MetaData "TaskStatus" "Amazonka.DataPipeline.Types.TaskStatus" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'True) (C1 ('MetaCons "TaskStatus'" 'PrefixI 'True) (S1 ('MetaSel ('Just "fromTaskStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedLazy) (Rec0 Text)))

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: newField smart constructor.

Constructors

Field' (Maybe Text) (Maybe Text) Text 

Instances

Instances details
Eq Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

Methods

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

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

Read Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

Show Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

Methods

showsPrec :: Int -> Field -> ShowS #

show :: Field -> String #

showList :: [Field] -> ShowS #

Generic Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

Associated Types

type Rep Field :: Type -> Type #

Methods

from :: Field -> Rep Field x #

to :: Rep Field x -> Field #

NFData Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

Methods

rnf :: Field -> () #

Hashable Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

Methods

hashWithSalt :: Int -> Field -> Int #

hash :: Field -> Int #

ToJSON Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

FromJSON Field Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Field

type Rep Field Source # 
Instance details

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

newField Source #

Arguments

:: Text

$sel:key:Field'

-> Field 

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.

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.

Instances

Instances details
Eq InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

Read InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

Show InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

Generic InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

Associated Types

type Rep InstanceIdentity :: Type -> Type #

NFData InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

Methods

rnf :: InstanceIdentity -> () #

Hashable InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

ToJSON InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

type Rep InstanceIdentity Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.InstanceIdentity

type Rep InstanceIdentity = D1 ('MetaData "InstanceIdentity" "Amazonka.DataPipeline.Types.InstanceIdentity" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "InstanceIdentity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "signature") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "document") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

Operator

data Operator Source #

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

See: newOperator smart constructor.

Constructors

Operator' (Maybe [Text]) (Maybe OperatorType) 

Instances

Instances details
Eq Operator Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Operator

Read Operator Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Operator

Show Operator Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Operator

Generic Operator Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Operator

Associated Types

type Rep Operator :: Type -> Type #

Methods

from :: Operator -> Rep Operator x #

to :: Rep Operator x -> Operator #

NFData Operator Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Operator

Methods

rnf :: Operator -> () #

Hashable Operator Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Operator

Methods

hashWithSalt :: Int -> Operator -> Int #

hash :: Operator -> Int #

ToJSON Operator Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Operator

type Rep Operator Source # 
Instance details

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

ParameterAttribute

data ParameterAttribute Source #

The attributes allowed or specified with a parameter object.

See: newParameterAttribute smart constructor.

Instances

Instances details
Eq ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Read ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Show ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Generic ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Associated Types

type Rep ParameterAttribute :: Type -> Type #

NFData ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

Methods

rnf :: ParameterAttribute -> () #

Hashable ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

ToJSON ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

FromJSON ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

type Rep ParameterAttribute Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterAttribute

type Rep ParameterAttribute = D1 ('MetaData "ParameterAttribute" "Amazonka.DataPipeline.Types.ParameterAttribute" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ParameterAttribute'" 'PrefixI 'True) (S1 ('MetaSel ('Just "key") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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.

ParameterObject

data ParameterObject Source #

Contains information about a parameter object.

See: newParameterObject smart constructor.

Instances

Instances details
Eq ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Read ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Show ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Generic ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Associated Types

type Rep ParameterObject :: Type -> Type #

NFData ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

Methods

rnf :: ParameterObject -> () #

Hashable ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

ToJSON ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

FromJSON ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

type Rep ParameterObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterObject

type Rep ParameterObject = D1 ('MetaData "ParameterObject" "Amazonka.DataPipeline.Types.ParameterObject" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ParameterObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [ParameterAttribute])))

newParameterObject Source #

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.

ParameterValue

data ParameterValue Source #

A value or list of parameter values.

See: newParameterValue smart constructor.

Constructors

ParameterValue' Text Text 

Instances

Instances details
Eq ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Read ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Show ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Generic ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Associated Types

type Rep ParameterValue :: Type -> Type #

NFData ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

Methods

rnf :: ParameterValue -> () #

Hashable ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

ToJSON ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

FromJSON ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

type Rep ParameterValue Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ParameterValue

type Rep ParameterValue = D1 ('MetaData "ParameterValue" "Amazonka.DataPipeline.Types.ParameterValue" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ParameterValue'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "stringValue") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newParameterValue Source #

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.

PipelineDescription

data PipelineDescription Source #

Contains pipeline metadata.

See: newPipelineDescription smart constructor.

Instances

Instances details
Eq PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

Read PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

Show PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

Generic PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

Associated Types

type Rep PipelineDescription :: Type -> Type #

NFData PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

Methods

rnf :: PipelineDescription -> () #

Hashable PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

FromJSON PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

type Rep PipelineDescription Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineDescription

type Rep PipelineDescription = D1 ('MetaData "PipelineDescription" "Amazonka.DataPipeline.Types.PipelineDescription" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PipelineDescription'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "description") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag]))) :*: (S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Field])))))

newPipelineDescription Source #

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.

PipelineIdName

data PipelineIdName Source #

Contains the name and identifier of a pipeline.

See: newPipelineIdName smart constructor.

Constructors

PipelineIdName' (Maybe Text) (Maybe Text) 

Instances

Instances details
Eq PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Read PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Show PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Generic PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Associated Types

type Rep PipelineIdName :: Type -> Type #

NFData PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

Methods

rnf :: PipelineIdName -> () #

Hashable PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

FromJSON PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

type Rep PipelineIdName Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineIdName

type Rep PipelineIdName = D1 ('MetaData "PipelineIdName" "Amazonka.DataPipeline.Types.PipelineIdName" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PipelineIdName'" 'PrefixI 'True) (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.

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.

Constructors

PipelineObject' Text Text [Field] 

Instances

Instances details
Eq PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Read PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Show PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Generic PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Associated Types

type Rep PipelineObject :: Type -> Type #

NFData PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

Methods

rnf :: PipelineObject -> () #

Hashable PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

ToJSON PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

FromJSON PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

type Rep PipelineObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.PipelineObject

type Rep PipelineObject = D1 ('MetaData "PipelineObject" "Amazonka.DataPipeline.Types.PipelineObject" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "PipelineObject'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "fields") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Field]))))

newPipelineObject Source #

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.

Query

data Query Source #

Defines the query to run against an object.

See: newQuery smart constructor.

Constructors

Query' (Maybe [Selector]) 

Instances

Instances details
Eq Query Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Query

Methods

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

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

Read Query Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Query

Show Query Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Query

Methods

showsPrec :: Int -> Query -> ShowS #

show :: Query -> String #

showList :: [Query] -> ShowS #

Generic Query Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Query

Associated Types

type Rep Query :: Type -> Type #

Methods

from :: Query -> Rep Query x #

to :: Rep Query x -> Query #

NFData Query Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Query

Methods

rnf :: Query -> () #

Hashable Query Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Query

Methods

hashWithSalt :: Int -> Query -> Int #

hash :: Query -> Int #

ToJSON Query Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Query

type Rep Query Source # 
Instance details

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

newQuery :: Query Source #

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.

Selector

data Selector Source #

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

See: newSelector smart constructor.

Constructors

Selector' (Maybe Operator) (Maybe Text) 

Instances

Instances details
Eq Selector Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Selector

Read Selector Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Selector

Show Selector Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Selector

Generic Selector Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Selector

Associated Types

type Rep Selector :: Type -> Type #

Methods

from :: Selector -> Rep Selector x #

to :: Rep Selector x -> Selector #

NFData Selector Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Selector

Methods

rnf :: Selector -> () #

Hashable Selector Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Selector

Methods

hashWithSalt :: Int -> Selector -> Int #

hash :: Selector -> Int #

ToJSON Selector Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Selector

type Rep Selector Source # 
Instance details

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.

Tag

data Tag Source #

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.

Constructors

Tag' Text Text 

Instances

Instances details
Eq Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

Methods

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

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

Read Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

Show Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

Methods

showsPrec :: Int -> Tag -> ShowS #

show :: Tag -> String #

showList :: [Tag] -> ShowS #

Generic Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

Associated Types

type Rep Tag :: Type -> Type #

Methods

from :: Tag -> Rep Tag x #

to :: Rep Tag x -> Tag #

NFData Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

Methods

rnf :: Tag -> () #

Hashable Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

Methods

hashWithSalt :: Int -> Tag -> Int #

hash :: Tag -> Int #

ToJSON Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

FromJSON Tag Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.Tag

type Rep Tag Source # 
Instance details

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

newTag Source #

Create a value of Tag with all optional fields omitted.

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

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

$sel: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.

TaskObject

data TaskObject Source #

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

See: newTaskObject smart constructor.

Instances

Instances details
Eq TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

Read TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

Show TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

Generic TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

Associated Types

type Rep TaskObject :: Type -> Type #

NFData TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

Methods

rnf :: TaskObject -> () #

Hashable TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

FromJSON TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

type Rep TaskObject Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.TaskObject

type Rep TaskObject = D1 ('MetaData "TaskObject" "Amazonka.DataPipeline.Types.TaskObject" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "TaskObject'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "pipelineId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "attemptId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "taskId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "objects") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (HashMap Text PipelineObject))))))

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.

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.

Constructors

ValidationError' (Maybe Text) (Maybe [Text]) 

Instances

Instances details
Eq ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

Read ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

Show ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

Generic ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

Associated Types

type Rep ValidationError :: Type -> Type #

NFData ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

Methods

rnf :: ValidationError -> () #

Hashable ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

FromJSON ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

type Rep ValidationError Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationError

type Rep ValidationError = D1 ('MetaData "ValidationError" "Amazonka.DataPipeline.Types.ValidationError" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ValidationError'" 'PrefixI 'True) (S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "errors") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text]))))

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.

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.

Constructors

ValidationWarning' (Maybe [Text]) (Maybe Text) 

Instances

Instances details
Eq ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Read ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Show ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Generic ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Associated Types

type Rep ValidationWarning :: Type -> Type #

NFData ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

Methods

rnf :: ValidationWarning -> () #

Hashable ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

FromJSON ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

type Rep ValidationWarning Source # 
Instance details

Defined in Amazonka.DataPipeline.Types.ValidationWarning

type Rep ValidationWarning = D1 ('MetaData "ValidationWarning" "Amazonka.DataPipeline.Types.ValidationWarning" "libZSservicesZSamazonka-datapipelineZSamazonka-datapipeline" 'False) (C1 ('MetaCons "ValidationWarning'" 'PrefixI 'True) (S1 ('MetaSel ('Just "warnings") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 ('MetaSel ('Just "id") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

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.