packages feed

amazonka-datapipeline 0.0.4 → 0.0.5

raw patch · 20 files changed

+40/−2 lines, 20 filesdep ~amazonka-corePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: amazonka-core

API changes (from Hackage documentation)

Files

README.md view
@@ -27,3 +27,5 @@ ## Licence  `amazonka-datapipeline` is released under the [Mozilla Public License Version 2.0](http://www.mozilla.org/MPL/).++Parts of the code are derived from AWS service descriptions, licensed under Apache 2.0.
amazonka-datapipeline.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-datapipeline-version:               0.0.4+version:               0.0.5 synopsis:              Amazon Data Pipeline SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -57,5 +57,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.4.*+          amazonka-core == 0.0.5.*         , base          >= 4.7     && < 5
gen/Network/AWS/DataPipeline.hs view
@@ -7,6 +7,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | AWS Data Pipeline is a web service that you can use to automate the movement -- and transformation of data. With AWS Data Pipeline, you can define
gen/Network/AWS/DataPipeline/ActivatePipeline.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Validates a pipeline and initiates processing. If the pipeline does not pass -- validation, activation fails.
gen/Network/AWS/DataPipeline/CreatePipeline.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Creates a new empty pipeline. When this action succeeds, you can then use the 'PutPipelineDefinition' action to populate the pipeline. --
gen/Network/AWS/DataPipeline/DeletePipeline.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Permanently deletes a pipeline, its pipeline definition and its run history. -- You cannot query or restore a deleted pipeline. AWS Data Pipeline will
gen/Network/AWS/DataPipeline/DescribeObjects.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns the object definitions for a set of objects associated with the -- pipeline. Object definitions are composed of a set of fields that define the
gen/Network/AWS/DataPipeline/DescribePipelines.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Retrieve metadata about one or more pipelines. The information retrieved -- includes the name of the pipeline, the pipeline identifier, its current
gen/Network/AWS/DataPipeline/EvaluateExpression.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Evaluates a string in the context of a specified object. A task runner can -- use this action to evaluate SQL queries stored in Amazon S3.
gen/Network/AWS/DataPipeline/GetPipelineDefinition.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns the definition of the specified pipeline. You can call 'GetPipelineDefinition' to retrieve the pipeline definition you provided using 'PutPipelineDefinition'. --
gen/Network/AWS/DataPipeline/ListPipelines.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Returns a list of pipeline identifiers for all active pipelines. Identifiers -- are returned only for pipelines you have permission to access.
gen/Network/AWS/DataPipeline/PollForTask.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Task runners call this action to receive a task to perform from AWS Data -- Pipeline. The task runner specifies which tasks it can perform by setting a
gen/Network/AWS/DataPipeline/PutPipelineDefinition.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Adds tasks, schedules, and preconditions that control the behavior of the -- pipeline. You can use PutPipelineDefinition to populate a new pipeline.
gen/Network/AWS/DataPipeline/QueryObjects.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Queries a pipeline for the names of objects that match a specified set of -- conditions.
gen/Network/AWS/DataPipeline/ReportTaskProgress.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Updates the AWS Data Pipeline service on the progress of the calling task -- runner. When the task runner is assigned a task, it should call
gen/Network/AWS/DataPipeline/ReportTaskRunnerHeartbeat.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Task runners call 'ReportTaskRunnerHeartbeat' every 15 minutes to indicate that -- they are operational. In the case of AWS Data Pipeline Task Runner launched
gen/Network/AWS/DataPipeline/SetStatus.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Requests that the status of an array of physical or logical pipeline objects -- be updated in the pipeline. This update may not occur immediately, but is
gen/Network/AWS/DataPipeline/SetTaskStatus.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Notifies AWS Data Pipeline that a task is completed and provides information -- about the final status. The task runner calls this action regardless of
gen/Network/AWS/DataPipeline/Types.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  module Network.AWS.DataPipeline.Types     (
gen/Network/AWS/DataPipeline/ValidatePipelineDefinition.hs view
@@ -19,6 +19,8 @@ -- Maintainer  : Brendan Hay <brendan.g.hay@gmail.com> -- Stability   : experimental -- Portability : non-portable (GHC extensions)+--+-- Derived from AWS service descriptions, licensed under Apache 2.0.  -- | Tests the pipeline definition with a set of validation checks to ensure that -- it is well formed and can run without error.