packages feed

amazonka-swf 0.0.4 → 0.0.5

raw patch · 35 files changed

+70/−2 lines, 35 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
@@ -32,3 +32,5 @@ ## Licence  `amazonka-swf` 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-swf.cabal view
@@ -1,5 +1,5 @@ name:                  amazonka-swf-version:               0.0.4+version:               0.0.5 synopsis:              Amazon Simple Workflow Service SDK. homepage:              https://github.com/brendanhay/amazonka license:               OtherLicense@@ -77,5 +77,5 @@     other-modules:      build-depends:-          amazonka-core == 0.0.4.*+          amazonka-core == 0.0.5.*         , base          >= 4.7     && < 5
gen/Network/AWS/SWF.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.  -- | Amazon Simple Workflow Service (Amazon SWF) makes it easy to build -- applications that coordinate work across distributed components. In Amazon
gen/Network/AWS/SWF/CountClosedWorkflowExecutions.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 number of closed workflow executions within the given domain -- that meet the specified filtering criteria.
gen/Network/AWS/SWF/CountOpenWorkflowExecutions.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 number of open workflow executions within the given domain that -- meet the specified filtering criteria.
gen/Network/AWS/SWF/CountPendingActivityTasks.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 estimated number of activity tasks in the specified task list. -- The count returned is an approximation and is not guaranteed to be exact. If
gen/Network/AWS/SWF/CountPendingDecisionTasks.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 estimated number of decision tasks in the specified task list. -- The count returned is an approximation and is not guaranteed to be exact. If
gen/Network/AWS/SWF/DeprecateActivityType.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.  -- | Deprecates the specified /activity type/. After an activity type has been -- deprecated, you cannot create new tasks of that activity type. Tasks of this
gen/Network/AWS/SWF/DeprecateDomain.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.  -- | Deprecates the specified domain. After a domain has been deprecated it -- cannot be used to create new workflow executions or register new types.
gen/Network/AWS/SWF/DeprecateWorkflowType.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.  -- | Deprecates the specified /workflow type/. After a workflow type has been -- deprecated, you cannot create new executions of that type. Executions that
gen/Network/AWS/SWF/DescribeActivityType.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 information about the specified activity type. This includes -- configuration settings provided at registration time as well as other general
gen/Network/AWS/SWF/DescribeDomain.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 information about the specified domain including description and -- status.
gen/Network/AWS/SWF/DescribeWorkflowExecution.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 information about the specified workflow execution including its -- type and some statistics.
gen/Network/AWS/SWF/DescribeWorkflowType.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 information about the specified /workflow type/. This includes -- configuration settings specified when the type was registered and other
gen/Network/AWS/SWF/GetWorkflowExecutionHistory.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 history of the specified workflow execution. The results may be -- split into multiple pages. To retrieve subsequent pages, make the call again
gen/Network/AWS/SWF/ListActivityTypes.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 information about all activities registered in the specified domain -- that match the specified name and registration status. The result includes
gen/Network/AWS/SWF/ListClosedWorkflowExecutions.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 closed workflow executions in the specified domain that -- meet the filtering criteria. The results may be split into multiple pages. To
gen/Network/AWS/SWF/ListDomains.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 list of domains registered in the account. The results may be -- split into multiple pages. To retrieve subsequent pages, make the call again
gen/Network/AWS/SWF/ListOpenWorkflowExecutions.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 open workflow executions in the specified domain that meet -- the filtering criteria. The results may be split into multiple pages. To
gen/Network/AWS/SWF/ListWorkflowTypes.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 information about workflow types in the specified domain. The -- results may be split into multiple pages that can be retrieved by making the
gen/Network/AWS/SWF/PollForActivityTask.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.  -- | Used by workers to get an 'ActivityTask' from the specified activity 'taskList'. -- This initiates a long poll, where the service holds the HTTP connection open
gen/Network/AWS/SWF/PollForDecisionTask.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.  -- | Used by deciders to get a 'DecisionTask' from the specified decision 'taskList'. -- A decision task may be returned for any open workflow execution that is using
gen/Network/AWS/SWF/RecordActivityTaskHeartbeat.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.  -- | Used by activity workers to report to the service that the 'ActivityTask' -- represented by the specified 'taskToken' is still making progress. The worker
gen/Network/AWS/SWF/RegisterActivityType.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.  -- | Registers a new /activity type/ along with its configuration settings in the -- specified domain.
gen/Network/AWS/SWF/RegisterDomain.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.  -- | Registers a new domain. --
gen/Network/AWS/SWF/RegisterWorkflowType.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.  -- | Registers a new /workflow type/ and its configuration settings in the -- specified domain.
gen/Network/AWS/SWF/RequestCancelWorkflowExecution.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.  -- | Records a 'WorkflowExecutionCancelRequested' event in the currently running -- workflow execution identified by the given domain, workflowId, and runId.
gen/Network/AWS/SWF/RespondActivityTaskCanceled.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.  -- | Used by workers to tell the service that the 'ActivityTask' identified by the 'taskToken' was successfully canceled. Additional 'details' can be optionally provided -- using the 'details' argument.
gen/Network/AWS/SWF/RespondActivityTaskCompleted.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.  -- | Used by workers to tell the service that the 'ActivityTask' identified by the 'taskToken' completed successfully with a 'result' (if provided). The 'result' appears in -- the 'ActivityTaskCompleted' event in the workflow history.
gen/Network/AWS/SWF/RespondActivityTaskFailed.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.  -- | Used by workers to tell the service that the 'ActivityTask' identified by the 'taskToken' has failed with 'reason' (if specified). The 'reason' and 'details' appear in the 'ActivityTaskFailed' event added to the workflow history. --
gen/Network/AWS/SWF/RespondDecisionTaskCompleted.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.  -- | Used by deciders to tell the service that the 'DecisionTask' identified by the 'taskToken' has successfully completed. The 'decisions' argument specifies the -- list of decisions made while processing the task.
gen/Network/AWS/SWF/SignalWorkflowExecution.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.  -- | Records a 'WorkflowExecutionSignaled' event in the workflow execution history -- and creates a decision task for the workflow execution identified by the
gen/Network/AWS/SWF/StartWorkflowExecution.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.  -- | Starts an execution of the workflow type in the specified domain using the -- provided 'workflowId' and input data.
gen/Network/AWS/SWF/TerminateWorkflowExecution.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.  -- | Records a 'WorkflowExecutionTerminated' event and forces closure of the -- workflow execution identified by the given domain, runId, and workflowId. The
gen/Network/AWS/SWF/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.SWF.Types     (