amazonka-swf 1.2.0.1 → 1.2.0.2
raw patch · 65 files changed
+131/−68 lines, 65 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +1/−1
- amazonka-swf.cabal +6/−5
- fixture/CountClosedWorkflowExecutions.yaml +0/−0
- fixture/CountClosedWorkflowExecutionsResponse.proto +0/−0
- fixture/CountOpenWorkflowExecutions.yaml +0/−0
- fixture/CountOpenWorkflowExecutionsResponse.proto +0/−0
- fixture/CountPendingActivityTasks.yaml +0/−0
- fixture/CountPendingActivityTasksResponse.proto +0/−0
- fixture/CountPendingDecisionTasks.yaml +0/−0
- fixture/CountPendingDecisionTasksResponse.proto +0/−0
- fixture/DeprecateActivityType.yaml +0/−0
- fixture/DeprecateActivityTypeResponse.proto +0/−0
- fixture/DeprecateDomain.yaml +0/−0
- fixture/DeprecateDomainResponse.proto +0/−0
- fixture/DeprecateWorkflowType.yaml +0/−0
- fixture/DeprecateWorkflowTypeResponse.proto +0/−0
- fixture/DescribeActivityType.yaml +0/−0
- fixture/DescribeActivityTypeResponse.proto +0/−0
- fixture/DescribeDomain.yaml +0/−0
- fixture/DescribeDomainResponse.proto +0/−0
- fixture/DescribeWorkflowExecution.yaml +0/−0
- fixture/DescribeWorkflowExecutionResponse.proto +0/−0
- fixture/DescribeWorkflowType.yaml +0/−0
- fixture/DescribeWorkflowTypeResponse.proto +0/−0
- fixture/GetWorkflowExecutionHistory.yaml +0/−0
- fixture/GetWorkflowExecutionHistoryResponse.proto +0/−0
- fixture/ListActivityTypes.yaml +0/−0
- fixture/ListActivityTypesResponse.proto +0/−0
- fixture/ListClosedWorkflowExecutions.yaml +0/−0
- fixture/ListClosedWorkflowExecutionsResponse.proto +0/−0
- fixture/ListDomains.yaml +0/−0
- fixture/ListDomainsResponse.proto +0/−0
- fixture/ListOpenWorkflowExecutions.yaml +0/−0
- fixture/ListOpenWorkflowExecutionsResponse.proto +0/−0
- fixture/ListWorkflowTypes.yaml +0/−0
- fixture/ListWorkflowTypesResponse.proto +0/−0
- fixture/PollForActivityTask.yaml +0/−0
- fixture/PollForActivityTaskResponse.proto +14/−0
- fixture/PollForDecisionTask.yaml +0/−0
- fixture/PollForDecisionTaskResponse.proto +48/−0
- fixture/RecordActivityTaskHeartbeat.yaml +0/−0
- fixture/RecordActivityTaskHeartbeatResponse.proto +0/−0
- fixture/RegisterActivityType.yaml +0/−0
- fixture/RegisterActivityTypeResponse.proto +0/−0
- fixture/RegisterDomain.yaml +0/−0
- fixture/RegisterDomainResponse.proto +0/−0
- fixture/RegisterWorkflowType.yaml +0/−0
- fixture/RegisterWorkflowTypeResponse.proto +0/−0
- fixture/RequestCancelWorkflowExecution.yaml +0/−0
- fixture/RequestCancelWorkflowExecutionResponse.proto +0/−0
- fixture/RespondActivityTaskCanceled.yaml +0/−0
- fixture/RespondActivityTaskCanceledResponse.proto +0/−0
- fixture/RespondActivityTaskCompleted.yaml +0/−0
- fixture/RespondActivityTaskCompletedResponse.proto +0/−0
- fixture/RespondActivityTaskFailed.yaml +0/−0
- fixture/RespondActivityTaskFailedResponse.proto +0/−0
- fixture/RespondDecisionTaskCompleted.yaml +0/−0
- fixture/RespondDecisionTaskCompletedResponse.proto +0/−0
- fixture/SignalWorkflowExecution.yaml +0/−0
- fixture/SignalWorkflowExecutionResponse.proto +0/−0
- fixture/StartWorkflowExecution.yaml +0/−0
- fixture/StartWorkflowExecutionResponse.proto +0/−0
- fixture/TerminateWorkflowExecution.yaml +0/−0
- fixture/TerminateWorkflowExecutionResponse.proto +0/−0
- test/Test/AWS/Gen/SWF.hs +62/−62
README.md view
@@ -8,7 +8,7 @@ ## Version -`1.2.0.1`+`1.2.0.2` ## Description
amazonka-swf.cabal view
@@ -1,7 +1,8 @@ name: amazonka-swf-version: 1.2.0.1+version: 1.2.0.2 synopsis: Amazon Simple Workflow Service SDK. homepage: https://github.com/brendanhay/amazonka+bug-reports: https://github.com/brendanhay/amazonka/issues license: OtherLicense license-file: LICENSE author: Brendan Hay@@ -9,9 +10,8 @@ copyright: Copyright (c) 2013-2015 Brendan Hay category: Network, AWS, Cloud, Distributed Computing build-type: Simple-extra-source-files: README.md cabal-version: >= 1.10-+extra-source-files: README.md fixture/*.yaml fixture/*.proto description: Amazon Simple Workflow Service @@ -107,8 +107,9 @@ ghc-options: -Wall -threaded - -- This is not comprehensive if modules have manually been added.- -- It exists to ensure cabal 'somewhat' detects test module changes.+ -- This section is encoded by the template and any modules added by+ -- hand outside these namespaces will not correctly be added to the+ -- distribution package. other-modules: Test.AWS.SWF , Test.AWS.Gen.SWF
+ fixture/CountClosedWorkflowExecutions.yaml view
+ fixture/CountClosedWorkflowExecutionsResponse.proto view
+ fixture/CountOpenWorkflowExecutions.yaml view
+ fixture/CountOpenWorkflowExecutionsResponse.proto view
+ fixture/CountPendingActivityTasks.yaml view
+ fixture/CountPendingActivityTasksResponse.proto view
+ fixture/CountPendingDecisionTasks.yaml view
+ fixture/CountPendingDecisionTasksResponse.proto view
+ fixture/DeprecateActivityType.yaml view
+ fixture/DeprecateActivityTypeResponse.proto view
+ fixture/DeprecateDomain.yaml view
+ fixture/DeprecateDomainResponse.proto view
+ fixture/DeprecateWorkflowType.yaml view
+ fixture/DeprecateWorkflowTypeResponse.proto view
+ fixture/DescribeActivityType.yaml view
+ fixture/DescribeActivityTypeResponse.proto view
+ fixture/DescribeDomain.yaml view
+ fixture/DescribeDomainResponse.proto view
+ fixture/DescribeWorkflowExecution.yaml view
+ fixture/DescribeWorkflowExecutionResponse.proto view
+ fixture/DescribeWorkflowType.yaml view
+ fixture/DescribeWorkflowTypeResponse.proto view
+ fixture/GetWorkflowExecutionHistory.yaml view
+ fixture/GetWorkflowExecutionHistoryResponse.proto view
+ fixture/ListActivityTypes.yaml view
+ fixture/ListActivityTypesResponse.proto view
+ fixture/ListClosedWorkflowExecutions.yaml view
+ fixture/ListClosedWorkflowExecutionsResponse.proto view
+ fixture/ListDomains.yaml view
+ fixture/ListDomainsResponse.proto view
+ fixture/ListOpenWorkflowExecutions.yaml view
+ fixture/ListOpenWorkflowExecutionsResponse.proto view
+ fixture/ListWorkflowTypes.yaml view
+ fixture/ListWorkflowTypesResponse.proto view
+ fixture/PollForActivityTask.yaml view
+ fixture/PollForActivityTaskResponse.proto view
@@ -0,0 +1,14 @@+{+ "workflowExecution": {+ "workflowId": "20110927-T-1",+ "runId": "cfa2bd33-31b0-4b75-b131-255bb0d97b3f"+ },+ "taskToken": "AAAAKgAAAAEAAAAAAAAAATZDvCYwk/hP/X1ZGdJhb+T6OWzcBx2DPhsIi5HF4aGQI4OXrDE7Ny3uM+aiAhGrmeNyVAa4yNIBQuoZuJA5G+BoaB0JuHFBOynHDTnm7ayNH43KhMkfdrDG4elfHSz3m/EtbLnFGueAr7+3NKDG6x4sTKg3cZpOtSguSx05yI1X3AtscS8ATcLB2Y3Aub1YonN/i/k67voca/GFsSiwSz3AAnJj1IPvrujgIj9KUvckwRPC5ET7d33XJcRp+gHYzZsBLVBaRmV3gEYAnp2ICslFn4YSjGy+dFXCNpOa4G1O8pczCbFUGbQ3+5wf0RSaa/xMq2pfdBKnuFp0wp8kw1k+5ZsbtDZeZn8g5GyKCLiLms/xD0OxugGGUe5ZlAoHEkTWGxZj/G32P7cMoCgrcACfFPdx1LNYYEre7YiGiyjGnfW2t5mW7VK9Np28vcXVbdpH4JNEB9OuB1xqL8N8ifPVtc72uxB1i9XEdq/8rkXasSEw4TubB2FwgqnuJstmfEhpOdb5HfhR6OwmnHuk9eszO/fUkGucTUXQP2hhB+Gz",+ "startedEventId": 11,+ "input": "5634-0056-4367-0923,12/12,437",+ "activityType": {+ "version": "1.0",+ "name": "activityVerify"+ },+ "activityId": "verification-27"+}
+ fixture/PollForDecisionTask.yaml view
+ fixture/PollForDecisionTaskResponse.proto view
@@ -0,0 +1,48 @@+{+ "previousStartedEventId": 0,+ "workflowExecution": {+ "workflowId": "20110927-T-1",+ "runId": "06b8f87a-24b3-40b6-9ceb-9676f28e9493"+ },+ "startedEventId": 3,+ "workflowType": {+ "version": "1.0",+ "name": "customerOrderWorkflow"+ },+ "events": [+ {+ "eventId": 3,+ "decisionTaskStartedEventAttributes": {+ "scheduledEventId": 2,+ "identity": "Decider01"+ },+ "eventTimestamp": 1326593394.566,+ "eventType": "DecisionTaskStarted"+ },+ {+ "eventId": 1,+ "eventType": "WorkflowExecutionStarted",+ "workflowExecutionStartedEventAttributes": {+ "taskList": {+ "name": "specialTaskList"+ },+ "parentInitiatedEventId": 0,+ "taskStartToCloseTimeout": "600",+ "childPolicy": "TERMINATE",+ "executionStartToCloseTimeout": "3600",+ "input": "arbitrary-string-that-is-meaningful-to-the-workflow",+ "workflowType": {+ "version": "1.0",+ "name": "customerOrderWorkflow"+ },+ "tagList": [+ "music purchase",+ "digital",+ "ricoh-the-dog"+ ]+ },+ "eventTimestamp": 1326592619.474+ }+ ],+ "taskToken": "AAAAKgAAAAEAAAAAAAAAATZDvCYwk\/hP\/X1ZGdJhb+T6OWzcBx2DPhsIi5HF4aGQI4OXrDE7Ny3uM+aiAhGrmeNyVAa4yNIBQuoZuJA5G+BoaB0JuHFBOynHDTnm7ayNH43KhMkfdrDG4elfHSz3m\/EtbLnFGueAr7+3NKDG6x4sTKg3cZpOtSguSx05yI1X3AtscS8ATcLB2Y3Aub1YonN\/i\/k67voca\/GFsSiwSz3AAnJj1IPvrujgIj9KUvckwRPC5ET7d33XJcRp+gHYzZsBLVBaRmV3gEYAnp2ICslFn4YSjGy+dFXCNpOa4G1O8pczCbFUGbQ3+5wf0RSaa\/xMq2pfdBKnuFp0wp8kw1k+5ZsbtDZeZn8g5GyKCLiLms\/xD0OxugGGUe5ZlAoHEkTWGxZj\/G32P7cMoCgrcACfFPdx1LNYYEre7YiGiyjGnfW2t5mW7VK9Np28vcXVbdpH4JNEB9OuB1xqL8N8ifPVtc72uxB1i9XEdq\/8rkXasSEw4TubB2FwgqnuJstmfEhpOdb5HfhR6OwmnHuk9eszO\/fUkGucTUXQP2hhB+Gz"+}
+ fixture/RecordActivityTaskHeartbeat.yaml view
+ fixture/RecordActivityTaskHeartbeatResponse.proto view
+ fixture/RegisterActivityType.yaml view
+ fixture/RegisterActivityTypeResponse.proto view
+ fixture/RegisterDomain.yaml view
+ fixture/RegisterDomainResponse.proto view
+ fixture/RegisterWorkflowType.yaml view
+ fixture/RegisterWorkflowTypeResponse.proto view
+ fixture/RequestCancelWorkflowExecution.yaml view
+ fixture/RequestCancelWorkflowExecutionResponse.proto view
+ fixture/RespondActivityTaskCanceled.yaml view
+ fixture/RespondActivityTaskCanceledResponse.proto view
+ fixture/RespondActivityTaskCompleted.yaml view
+ fixture/RespondActivityTaskCompletedResponse.proto view
+ fixture/RespondActivityTaskFailed.yaml view
+ fixture/RespondActivityTaskFailedResponse.proto view
+ fixture/RespondDecisionTaskCompleted.yaml view
+ fixture/RespondDecisionTaskCompletedResponse.proto view
+ fixture/SignalWorkflowExecution.yaml view
+ fixture/SignalWorkflowExecutionResponse.proto view
+ fixture/StartWorkflowExecution.yaml view
+ fixture/StartWorkflowExecutionResponse.proto view
+ fixture/TerminateWorkflowExecution.yaml view
+ fixture/TerminateWorkflowExecutionResponse.proto view
test/Test/AWS/Gen/SWF.hs view
@@ -225,373 +225,373 @@ testListActivityTypes :: ListActivityTypes -> TestTree testListActivityTypes = req "ListActivityTypes"- "fixture/ListActivityTypes"+ "fixture/ListActivityTypes.yaml" testListOpenWorkflowExecutions :: ListOpenWorkflowExecutions -> TestTree testListOpenWorkflowExecutions = req "ListOpenWorkflowExecutions"- "fixture/ListOpenWorkflowExecutions"+ "fixture/ListOpenWorkflowExecutions.yaml" testRegisterActivityType :: RegisterActivityType -> TestTree testRegisterActivityType = req "RegisterActivityType"- "fixture/RegisterActivityType"+ "fixture/RegisterActivityType.yaml" testCountPendingActivityTasks :: CountPendingActivityTasks -> TestTree testCountPendingActivityTasks = req "CountPendingActivityTasks"- "fixture/CountPendingActivityTasks"+ "fixture/CountPendingActivityTasks.yaml" testRegisterWorkflowType :: RegisterWorkflowType -> TestTree testRegisterWorkflowType = req "RegisterWorkflowType"- "fixture/RegisterWorkflowType"+ "fixture/RegisterWorkflowType.yaml" testRespondActivityTaskFailed :: RespondActivityTaskFailed -> TestTree testRespondActivityTaskFailed = req "RespondActivityTaskFailed"- "fixture/RespondActivityTaskFailed"+ "fixture/RespondActivityTaskFailed.yaml" testListWorkflowTypes :: ListWorkflowTypes -> TestTree testListWorkflowTypes = req "ListWorkflowTypes"- "fixture/ListWorkflowTypes"+ "fixture/ListWorkflowTypes.yaml" testCountOpenWorkflowExecutions :: CountOpenWorkflowExecutions -> TestTree testCountOpenWorkflowExecutions = req "CountOpenWorkflowExecutions"- "fixture/CountOpenWorkflowExecutions"+ "fixture/CountOpenWorkflowExecutions.yaml" testDescribeWorkflowType :: DescribeWorkflowType -> TestTree testDescribeWorkflowType = req "DescribeWorkflowType"- "fixture/DescribeWorkflowType"+ "fixture/DescribeWorkflowType.yaml" testRequestCancelWorkflowExecution :: RequestCancelWorkflowExecution -> TestTree testRequestCancelWorkflowExecution = req "RequestCancelWorkflowExecution"- "fixture/RequestCancelWorkflowExecution"+ "fixture/RequestCancelWorkflowExecution.yaml" testDeprecateWorkflowType :: DeprecateWorkflowType -> TestTree testDeprecateWorkflowType = req "DeprecateWorkflowType"- "fixture/DeprecateWorkflowType"+ "fixture/DeprecateWorkflowType.yaml" testRespondDecisionTaskCompleted :: RespondDecisionTaskCompleted -> TestTree testRespondDecisionTaskCompleted = req "RespondDecisionTaskCompleted"- "fixture/RespondDecisionTaskCompleted"+ "fixture/RespondDecisionTaskCompleted.yaml" testRegisterDomain :: RegisterDomain -> TestTree testRegisterDomain = req "RegisterDomain"- "fixture/RegisterDomain"+ "fixture/RegisterDomain.yaml" testDescribeWorkflowExecution :: DescribeWorkflowExecution -> TestTree testDescribeWorkflowExecution = req "DescribeWorkflowExecution"- "fixture/DescribeWorkflowExecution"+ "fixture/DescribeWorkflowExecution.yaml" testPollForActivityTask :: PollForActivityTask -> TestTree testPollForActivityTask = req "PollForActivityTask"- "fixture/PollForActivityTask"+ "fixture/PollForActivityTask.yaml" testRespondActivityTaskCompleted :: RespondActivityTaskCompleted -> TestTree testRespondActivityTaskCompleted = req "RespondActivityTaskCompleted"- "fixture/RespondActivityTaskCompleted"+ "fixture/RespondActivityTaskCompleted.yaml" testSignalWorkflowExecution :: SignalWorkflowExecution -> TestTree testSignalWorkflowExecution = req "SignalWorkflowExecution"- "fixture/SignalWorkflowExecution"+ "fixture/SignalWorkflowExecution.yaml" testCountPendingDecisionTasks :: CountPendingDecisionTasks -> TestTree testCountPendingDecisionTasks = req "CountPendingDecisionTasks"- "fixture/CountPendingDecisionTasks"+ "fixture/CountPendingDecisionTasks.yaml" testListClosedWorkflowExecutions :: ListClosedWorkflowExecutions -> TestTree testListClosedWorkflowExecutions = req "ListClosedWorkflowExecutions"- "fixture/ListClosedWorkflowExecutions"+ "fixture/ListClosedWorkflowExecutions.yaml" testRecordActivityTaskHeartbeat :: RecordActivityTaskHeartbeat -> TestTree testRecordActivityTaskHeartbeat = req "RecordActivityTaskHeartbeat"- "fixture/RecordActivityTaskHeartbeat"+ "fixture/RecordActivityTaskHeartbeat.yaml" testDescribeDomain :: DescribeDomain -> TestTree testDescribeDomain = req "DescribeDomain"- "fixture/DescribeDomain"+ "fixture/DescribeDomain.yaml" testDeprecateDomain :: DeprecateDomain -> TestTree testDeprecateDomain = req "DeprecateDomain"- "fixture/DeprecateDomain"+ "fixture/DeprecateDomain.yaml" testGetWorkflowExecutionHistory :: GetWorkflowExecutionHistory -> TestTree testGetWorkflowExecutionHistory = req "GetWorkflowExecutionHistory"- "fixture/GetWorkflowExecutionHistory"+ "fixture/GetWorkflowExecutionHistory.yaml" testDescribeActivityType :: DescribeActivityType -> TestTree testDescribeActivityType = req "DescribeActivityType"- "fixture/DescribeActivityType"+ "fixture/DescribeActivityType.yaml" testDeprecateActivityType :: DeprecateActivityType -> TestTree testDeprecateActivityType = req "DeprecateActivityType"- "fixture/DeprecateActivityType"+ "fixture/DeprecateActivityType.yaml" testTerminateWorkflowExecution :: TerminateWorkflowExecution -> TestTree testTerminateWorkflowExecution = req "TerminateWorkflowExecution"- "fixture/TerminateWorkflowExecution"+ "fixture/TerminateWorkflowExecution.yaml" testCountClosedWorkflowExecutions :: CountClosedWorkflowExecutions -> TestTree testCountClosedWorkflowExecutions = req "CountClosedWorkflowExecutions"- "fixture/CountClosedWorkflowExecutions"+ "fixture/CountClosedWorkflowExecutions.yaml" testRespondActivityTaskCanceled :: RespondActivityTaskCanceled -> TestTree testRespondActivityTaskCanceled = req "RespondActivityTaskCanceled"- "fixture/RespondActivityTaskCanceled"+ "fixture/RespondActivityTaskCanceled.yaml" testListDomains :: ListDomains -> TestTree testListDomains = req "ListDomains"- "fixture/ListDomains"+ "fixture/ListDomains.yaml" testStartWorkflowExecution :: StartWorkflowExecution -> TestTree testStartWorkflowExecution = req "StartWorkflowExecution"- "fixture/StartWorkflowExecution"+ "fixture/StartWorkflowExecution.yaml" testPollForDecisionTask :: PollForDecisionTask -> TestTree testPollForDecisionTask = req "PollForDecisionTask"- "fixture/PollForDecisionTask"+ "fixture/PollForDecisionTask.yaml" -- Responses testListActivityTypesResponse :: ListActivityTypesResponse -> TestTree testListActivityTypesResponse = res "ListActivityTypesResponse"- "fixture/ListActivityTypesResponse"+ "fixture/ListActivityTypesResponse.proto" sWF (Proxy :: Proxy ListActivityTypes) testListOpenWorkflowExecutionsResponse :: WorkflowExecutionInfos -> TestTree testListOpenWorkflowExecutionsResponse = res "ListOpenWorkflowExecutionsResponse"- "fixture/ListOpenWorkflowExecutionsResponse"+ "fixture/ListOpenWorkflowExecutionsResponse.proto" sWF (Proxy :: Proxy ListOpenWorkflowExecutions) testRegisterActivityTypeResponse :: RegisterActivityTypeResponse -> TestTree testRegisterActivityTypeResponse = res "RegisterActivityTypeResponse"- "fixture/RegisterActivityTypeResponse"+ "fixture/RegisterActivityTypeResponse.proto" sWF (Proxy :: Proxy RegisterActivityType) testCountPendingActivityTasksResponse :: PendingTaskCount -> TestTree testCountPendingActivityTasksResponse = res "CountPendingActivityTasksResponse"- "fixture/CountPendingActivityTasksResponse"+ "fixture/CountPendingActivityTasksResponse.proto" sWF (Proxy :: Proxy CountPendingActivityTasks) testRegisterWorkflowTypeResponse :: RegisterWorkflowTypeResponse -> TestTree testRegisterWorkflowTypeResponse = res "RegisterWorkflowTypeResponse"- "fixture/RegisterWorkflowTypeResponse"+ "fixture/RegisterWorkflowTypeResponse.proto" sWF (Proxy :: Proxy RegisterWorkflowType) testRespondActivityTaskFailedResponse :: RespondActivityTaskFailedResponse -> TestTree testRespondActivityTaskFailedResponse = res "RespondActivityTaskFailedResponse"- "fixture/RespondActivityTaskFailedResponse"+ "fixture/RespondActivityTaskFailedResponse.proto" sWF (Proxy :: Proxy RespondActivityTaskFailed) testListWorkflowTypesResponse :: ListWorkflowTypesResponse -> TestTree testListWorkflowTypesResponse = res "ListWorkflowTypesResponse"- "fixture/ListWorkflowTypesResponse"+ "fixture/ListWorkflowTypesResponse.proto" sWF (Proxy :: Proxy ListWorkflowTypes) testCountOpenWorkflowExecutionsResponse :: WorkflowExecutionCount -> TestTree testCountOpenWorkflowExecutionsResponse = res "CountOpenWorkflowExecutionsResponse"- "fixture/CountOpenWorkflowExecutionsResponse"+ "fixture/CountOpenWorkflowExecutionsResponse.proto" sWF (Proxy :: Proxy CountOpenWorkflowExecutions) testDescribeWorkflowTypeResponse :: DescribeWorkflowTypeResponse -> TestTree testDescribeWorkflowTypeResponse = res "DescribeWorkflowTypeResponse"- "fixture/DescribeWorkflowTypeResponse"+ "fixture/DescribeWorkflowTypeResponse.proto" sWF (Proxy :: Proxy DescribeWorkflowType) testRequestCancelWorkflowExecutionResponse :: RequestCancelWorkflowExecutionResponse -> TestTree testRequestCancelWorkflowExecutionResponse = res "RequestCancelWorkflowExecutionResponse"- "fixture/RequestCancelWorkflowExecutionResponse"+ "fixture/RequestCancelWorkflowExecutionResponse.proto" sWF (Proxy :: Proxy RequestCancelWorkflowExecution) testDeprecateWorkflowTypeResponse :: DeprecateWorkflowTypeResponse -> TestTree testDeprecateWorkflowTypeResponse = res "DeprecateWorkflowTypeResponse"- "fixture/DeprecateWorkflowTypeResponse"+ "fixture/DeprecateWorkflowTypeResponse.proto" sWF (Proxy :: Proxy DeprecateWorkflowType) testRespondDecisionTaskCompletedResponse :: RespondDecisionTaskCompletedResponse -> TestTree testRespondDecisionTaskCompletedResponse = res "RespondDecisionTaskCompletedResponse"- "fixture/RespondDecisionTaskCompletedResponse"+ "fixture/RespondDecisionTaskCompletedResponse.proto" sWF (Proxy :: Proxy RespondDecisionTaskCompleted) testRegisterDomainResponse :: RegisterDomainResponse -> TestTree testRegisterDomainResponse = res "RegisterDomainResponse"- "fixture/RegisterDomainResponse"+ "fixture/RegisterDomainResponse.proto" sWF (Proxy :: Proxy RegisterDomain) testDescribeWorkflowExecutionResponse :: DescribeWorkflowExecutionResponse -> TestTree testDescribeWorkflowExecutionResponse = res "DescribeWorkflowExecutionResponse"- "fixture/DescribeWorkflowExecutionResponse"+ "fixture/DescribeWorkflowExecutionResponse.proto" sWF (Proxy :: Proxy DescribeWorkflowExecution) testPollForActivityTaskResponse :: PollForActivityTaskResponse -> TestTree testPollForActivityTaskResponse = res "PollForActivityTaskResponse"- "fixture/PollForActivityTaskResponse"+ "fixture/PollForActivityTaskResponse.proto" sWF (Proxy :: Proxy PollForActivityTask) testRespondActivityTaskCompletedResponse :: RespondActivityTaskCompletedResponse -> TestTree testRespondActivityTaskCompletedResponse = res "RespondActivityTaskCompletedResponse"- "fixture/RespondActivityTaskCompletedResponse"+ "fixture/RespondActivityTaskCompletedResponse.proto" sWF (Proxy :: Proxy RespondActivityTaskCompleted) testSignalWorkflowExecutionResponse :: SignalWorkflowExecutionResponse -> TestTree testSignalWorkflowExecutionResponse = res "SignalWorkflowExecutionResponse"- "fixture/SignalWorkflowExecutionResponse"+ "fixture/SignalWorkflowExecutionResponse.proto" sWF (Proxy :: Proxy SignalWorkflowExecution) testCountPendingDecisionTasksResponse :: PendingTaskCount -> TestTree testCountPendingDecisionTasksResponse = res "CountPendingDecisionTasksResponse"- "fixture/CountPendingDecisionTasksResponse"+ "fixture/CountPendingDecisionTasksResponse.proto" sWF (Proxy :: Proxy CountPendingDecisionTasks) testListClosedWorkflowExecutionsResponse :: WorkflowExecutionInfos -> TestTree testListClosedWorkflowExecutionsResponse = res "ListClosedWorkflowExecutionsResponse"- "fixture/ListClosedWorkflowExecutionsResponse"+ "fixture/ListClosedWorkflowExecutionsResponse.proto" sWF (Proxy :: Proxy ListClosedWorkflowExecutions) testRecordActivityTaskHeartbeatResponse :: RecordActivityTaskHeartbeatResponse -> TestTree testRecordActivityTaskHeartbeatResponse = res "RecordActivityTaskHeartbeatResponse"- "fixture/RecordActivityTaskHeartbeatResponse"+ "fixture/RecordActivityTaskHeartbeatResponse.proto" sWF (Proxy :: Proxy RecordActivityTaskHeartbeat) testDescribeDomainResponse :: DescribeDomainResponse -> TestTree testDescribeDomainResponse = res "DescribeDomainResponse"- "fixture/DescribeDomainResponse"+ "fixture/DescribeDomainResponse.proto" sWF (Proxy :: Proxy DescribeDomain) testDeprecateDomainResponse :: DeprecateDomainResponse -> TestTree testDeprecateDomainResponse = res "DeprecateDomainResponse"- "fixture/DeprecateDomainResponse"+ "fixture/DeprecateDomainResponse.proto" sWF (Proxy :: Proxy DeprecateDomain) testGetWorkflowExecutionHistoryResponse :: GetWorkflowExecutionHistoryResponse -> TestTree testGetWorkflowExecutionHistoryResponse = res "GetWorkflowExecutionHistoryResponse"- "fixture/GetWorkflowExecutionHistoryResponse"+ "fixture/GetWorkflowExecutionHistoryResponse.proto" sWF (Proxy :: Proxy GetWorkflowExecutionHistory) testDescribeActivityTypeResponse :: DescribeActivityTypeResponse -> TestTree testDescribeActivityTypeResponse = res "DescribeActivityTypeResponse"- "fixture/DescribeActivityTypeResponse"+ "fixture/DescribeActivityTypeResponse.proto" sWF (Proxy :: Proxy DescribeActivityType) testDeprecateActivityTypeResponse :: DeprecateActivityTypeResponse -> TestTree testDeprecateActivityTypeResponse = res "DeprecateActivityTypeResponse"- "fixture/DeprecateActivityTypeResponse"+ "fixture/DeprecateActivityTypeResponse.proto" sWF (Proxy :: Proxy DeprecateActivityType) testTerminateWorkflowExecutionResponse :: TerminateWorkflowExecutionResponse -> TestTree testTerminateWorkflowExecutionResponse = res "TerminateWorkflowExecutionResponse"- "fixture/TerminateWorkflowExecutionResponse"+ "fixture/TerminateWorkflowExecutionResponse.proto" sWF (Proxy :: Proxy TerminateWorkflowExecution) testCountClosedWorkflowExecutionsResponse :: WorkflowExecutionCount -> TestTree testCountClosedWorkflowExecutionsResponse = res "CountClosedWorkflowExecutionsResponse"- "fixture/CountClosedWorkflowExecutionsResponse"+ "fixture/CountClosedWorkflowExecutionsResponse.proto" sWF (Proxy :: Proxy CountClosedWorkflowExecutions) testRespondActivityTaskCanceledResponse :: RespondActivityTaskCanceledResponse -> TestTree testRespondActivityTaskCanceledResponse = res "RespondActivityTaskCanceledResponse"- "fixture/RespondActivityTaskCanceledResponse"+ "fixture/RespondActivityTaskCanceledResponse.proto" sWF (Proxy :: Proxy RespondActivityTaskCanceled) testListDomainsResponse :: ListDomainsResponse -> TestTree testListDomainsResponse = res "ListDomainsResponse"- "fixture/ListDomainsResponse"+ "fixture/ListDomainsResponse.proto" sWF (Proxy :: Proxy ListDomains) testStartWorkflowExecutionResponse :: StartWorkflowExecutionResponse -> TestTree testStartWorkflowExecutionResponse = res "StartWorkflowExecutionResponse"- "fixture/StartWorkflowExecutionResponse"+ "fixture/StartWorkflowExecutionResponse.proto" sWF (Proxy :: Proxy StartWorkflowExecution) testPollForDecisionTaskResponse :: PollForDecisionTaskResponse -> TestTree testPollForDecisionTaskResponse = res "PollForDecisionTaskResponse"- "fixture/PollForDecisionTaskResponse"+ "fixture/PollForDecisionTaskResponse.proto" sWF (Proxy :: Proxy PollForDecisionTask)