packages feed

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