@aws-sdk/client-swf 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +44 -0
- package/{dist/cjs → dist-cjs}/SWF.js +1 -2
- package/{dist/cjs → dist-cjs}/SWFClient.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/CountClosedWorkflowExecutionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CountOpenWorkflowExecutionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CountPendingActivityTasksCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CountPendingDecisionTasksCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeprecateActivityTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeprecateDomainCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeprecateWorkflowTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeActivityTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeDomainCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeWorkflowExecutionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeWorkflowTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWorkflowExecutionHistoryCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListActivityTypesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListClosedWorkflowExecutionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListDomainsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListOpenWorkflowExecutionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListWorkflowTypesCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PollForActivityTaskCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PollForDecisionTaskCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RecordActivityTaskHeartbeatCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterActivityTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterDomainCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RegisterWorkflowTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RequestCancelWorkflowExecutionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RespondActivityTaskCanceledCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RespondActivityTaskCompletedCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RespondActivityTaskFailedCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/RespondDecisionTaskCompletedCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/SignalWorkflowExecutionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/StartWorkflowExecutionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TerminateWorkflowExecutionCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UndeprecateActivityTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UndeprecateDomainCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UndeprecateWorkflowTypeCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/GetWorkflowExecutionHistoryPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -1
- package/{dist/cjs → dist-cjs}/pagination/ListActivityTypesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListClosedWorkflowExecutionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListDomainsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListOpenWorkflowExecutionsPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/ListWorkflowTypesPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/pagination/PollForDecisionTaskPaginator.js +1 -2
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_0.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/SWF.js +2 -21
- package/{dist/es → dist-es}/SWFClient.js +2 -26
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +39 -0
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +39 -0
- package/dist-es/commands/CountPendingActivityTasksCommand.js +39 -0
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +39 -0
- package/dist-es/commands/DeprecateActivityTypeCommand.js +39 -0
- package/dist-es/commands/DeprecateDomainCommand.js +39 -0
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +39 -0
- package/dist-es/commands/DescribeActivityTypeCommand.js +39 -0
- package/dist-es/commands/DescribeDomainCommand.js +39 -0
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +39 -0
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +39 -0
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +39 -0
- package/dist-es/commands/ListActivityTypesCommand.js +39 -0
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +39 -0
- package/dist-es/commands/ListDomainsCommand.js +39 -0
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -30
- package/dist-es/commands/ListWorkflowTypesCommand.js +39 -0
- package/dist-es/commands/PollForActivityTaskCommand.js +39 -0
- package/dist-es/commands/PollForDecisionTaskCommand.js +39 -0
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +39 -0
- package/dist-es/commands/RegisterActivityTypeCommand.js +39 -0
- package/dist-es/commands/RegisterDomainCommand.js +39 -0
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +39 -0
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +39 -0
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +39 -0
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +39 -0
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +39 -0
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +39 -0
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +39 -0
- package/dist-es/commands/StartWorkflowExecutionCommand.js +39 -0
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -33
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +39 -0
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +39 -0
- package/dist-es/commands/UndeprecateDomainCommand.js +39 -0
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +39 -0
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -30
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -454
- package/{dist/es → dist-es}/pagination/GetWorkflowExecutionHistoryPaginator.js +17 -30
- package/dist-es/pagination/Interfaces.js +1 -0
- package/{dist/es → dist-es}/pagination/ListActivityTypesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListClosedWorkflowExecutionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListDomainsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListOpenWorkflowExecutionsPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/ListWorkflowTypesPaginator.js +17 -30
- package/{dist/es → dist-es}/pagination/PollForDecisionTaskPaginator.js +17 -30
- package/{dist/es → dist-es}/protocols/Aws_json1_0.js +651 -657
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/SWF.d.ts +2 -2
- package/{dist/types → dist-types}/SWFClient.d.ts +8 -8
- package/{dist/types → dist-types}/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CountPendingActivityTasksCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CountPendingDecisionTasksCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeprecateActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeprecateDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeprecateWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListActivityTypesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListDomainsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListWorkflowTypesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PollForActivityTaskCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PollForDecisionTaskCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RegisterActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RegisterDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RegisterWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RespondActivityTaskCanceledCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RespondActivityTaskCompletedCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RespondActivityTaskFailedCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/SignalWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/StartWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TerminateWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UndeprecateActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UndeprecateDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListActivityTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListDomainsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/ListWorkflowTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/pagination/PollForDecisionTaskPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.d.ts +37 -36
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/SWF.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/SWFClient.d.ts +8 -8
- package/{dist/types → dist-types}/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeprecateDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListActivityTypesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListDomainsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListWorkflowTypesCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PollForActivityTaskCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PollForDecisionTaskCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RegisterActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RegisterDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UndeprecateDomainCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/Interfaces.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListActivityTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListDomainsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +1 -1
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_0.d.ts +2 -2
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.d.ts +37 -36
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/SWF.ts +0 -2639
- package/SWFClient.ts +0 -445
- package/commands/CountClosedWorkflowExecutionsCommand.ts +0 -143
- package/commands/CountOpenWorkflowExecutionsCommand.ts +0 -143
- package/commands/CountPendingActivityTasksCommand.ts +0 -124
- package/commands/CountPendingDecisionTasksCommand.ts +0 -124
- package/commands/DeprecateActivityTypeCommand.ts +0 -136
- package/commands/DeprecateDomainCommand.ts +0 -125
- package/commands/DeprecateWorkflowTypeCommand.ts +0 -137
- package/commands/DescribeActivityTypeCommand.ts +0 -132
- package/commands/DescribeDomainCommand.ts +0 -118
- package/commands/DescribeWorkflowExecutionCommand.ts +0 -125
- package/commands/DescribeWorkflowTypeCommand.ts +0 -132
- package/commands/GetWorkflowExecutionHistoryCommand.ts +0 -126
- package/commands/ListActivityTypesCommand.ts +0 -121
- package/commands/ListClosedWorkflowExecutionsCommand.ts +0 -144
- package/commands/ListDomainsCommand.ts +0 -125
- package/commands/ListOpenWorkflowExecutionsCommand.ts +0 -144
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListWorkflowTypesCommand.ts +0 -118
- package/commands/PollForActivityTaskCommand.ts +0 -129
- package/commands/PollForDecisionTaskCommand.ts +0 -141
- package/commands/RecordActivityTaskHeartbeatCommand.ts +0 -144
- package/commands/RegisterActivityTypeCommand.ts +0 -140
- package/commands/RegisterDomainCommand.ts +0 -117
- package/commands/RegisterWorkflowTypeCommand.ts +0 -141
- package/commands/RequestCancelWorkflowExecutionCommand.ts +0 -138
- package/commands/RespondActivityTaskCanceledCommand.ts +0 -138
- package/commands/RespondActivityTaskCompletedCommand.ts +0 -136
- package/commands/RespondActivityTaskFailedCommand.ts +0 -129
- package/commands/RespondDecisionTaskCompletedCommand.ts +0 -116
- package/commands/SignalWorkflowExecutionCommand.ts +0 -132
- package/commands/StartWorkflowExecutionCommand.ts +0 -159
- package/commands/TagResourceCommand.ts +0 -97
- package/commands/TerminateWorkflowExecutionCommand.ts +0 -140
- package/commands/UndeprecateActivityTypeCommand.ts +0 -135
- package/commands/UndeprecateDomainCommand.ts +0 -122
- package/commands/UndeprecateWorkflowTypeCommand.ts +0 -135
- package/commands/UntagResourceCommand.ts +0 -94
- package/dist/cjs/SWF.js.map +0 -1
- package/dist/cjs/SWFClient.js.map +0 -1
- package/dist/cjs/commands/CountClosedWorkflowExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/CountOpenWorkflowExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/CountPendingActivityTasksCommand.js.map +0 -1
- package/dist/cjs/commands/CountPendingDecisionTasksCommand.js.map +0 -1
- package/dist/cjs/commands/DeprecateActivityTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DeprecateDomainCommand.js.map +0 -1
- package/dist/cjs/commands/DeprecateWorkflowTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeActivityTypeCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeDomainCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkflowExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeWorkflowTypeCommand.js.map +0 -1
- package/dist/cjs/commands/GetWorkflowExecutionHistoryCommand.js.map +0 -1
- package/dist/cjs/commands/ListActivityTypesCommand.js.map +0 -1
- package/dist/cjs/commands/ListClosedWorkflowExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListDomainsCommand.js.map +0 -1
- package/dist/cjs/commands/ListOpenWorkflowExecutionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListWorkflowTypesCommand.js.map +0 -1
- package/dist/cjs/commands/PollForActivityTaskCommand.js.map +0 -1
- package/dist/cjs/commands/PollForDecisionTaskCommand.js.map +0 -1
- package/dist/cjs/commands/RecordActivityTaskHeartbeatCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterActivityTypeCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterDomainCommand.js.map +0 -1
- package/dist/cjs/commands/RegisterWorkflowTypeCommand.js.map +0 -1
- package/dist/cjs/commands/RequestCancelWorkflowExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/RespondActivityTaskCanceledCommand.js.map +0 -1
- package/dist/cjs/commands/RespondActivityTaskCompletedCommand.js.map +0 -1
- package/dist/cjs/commands/RespondActivityTaskFailedCommand.js.map +0 -1
- package/dist/cjs/commands/RespondDecisionTaskCompletedCommand.js.map +0 -1
- package/dist/cjs/commands/SignalWorkflowExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/StartWorkflowExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/TerminateWorkflowExecutionCommand.js.map +0 -1
- package/dist/cjs/commands/UndeprecateActivityTypeCommand.js.map +0 -1
- package/dist/cjs/commands/UndeprecateDomainCommand.js.map +0 -1
- package/dist/cjs/commands/UndeprecateWorkflowTypeCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/pagination/GetWorkflowExecutionHistoryPaginator.js.map +0 -1
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListActivityTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListClosedWorkflowExecutionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListDomainsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListOpenWorkflowExecutionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListWorkflowTypesPaginator.js.map +0 -1
- package/dist/cjs/pagination/PollForDecisionTaskPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_json1_0.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/SWF.js.map +0 -1
- package/dist/es/SWFClient.js.map +0 -1
- package/dist/es/commands/CountClosedWorkflowExecutionsCommand.js +0 -111
- package/dist/es/commands/CountClosedWorkflowExecutionsCommand.js.map +0 -1
- package/dist/es/commands/CountOpenWorkflowExecutionsCommand.js +0 -111
- package/dist/es/commands/CountOpenWorkflowExecutionsCommand.js.map +0 -1
- package/dist/es/commands/CountPendingActivityTasksCommand.js +0 -92
- package/dist/es/commands/CountPendingActivityTasksCommand.js.map +0 -1
- package/dist/es/commands/CountPendingDecisionTasksCommand.js +0 -92
- package/dist/es/commands/CountPendingDecisionTasksCommand.js.map +0 -1
- package/dist/es/commands/DeprecateActivityTypeCommand.js +0 -107
- package/dist/es/commands/DeprecateActivityTypeCommand.js.map +0 -1
- package/dist/es/commands/DeprecateDomainCommand.js +0 -96
- package/dist/es/commands/DeprecateDomainCommand.js.map +0 -1
- package/dist/es/commands/DeprecateWorkflowTypeCommand.js +0 -108
- package/dist/es/commands/DeprecateWorkflowTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeActivityTypeCommand.js +0 -103
- package/dist/es/commands/DescribeActivityTypeCommand.js.map +0 -1
- package/dist/es/commands/DescribeDomainCommand.js +0 -89
- package/dist/es/commands/DescribeDomainCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkflowExecutionCommand.js +0 -93
- package/dist/es/commands/DescribeWorkflowExecutionCommand.js.map +0 -1
- package/dist/es/commands/DescribeWorkflowTypeCommand.js +0 -103
- package/dist/es/commands/DescribeWorkflowTypeCommand.js.map +0 -1
- package/dist/es/commands/GetWorkflowExecutionHistoryCommand.js +0 -94
- package/dist/es/commands/GetWorkflowExecutionHistoryCommand.js.map +0 -1
- package/dist/es/commands/ListActivityTypesCommand.js +0 -92
- package/dist/es/commands/ListActivityTypesCommand.js.map +0 -1
- package/dist/es/commands/ListClosedWorkflowExecutionsCommand.js +0 -112
- package/dist/es/commands/ListClosedWorkflowExecutionsCommand.js.map +0 -1
- package/dist/es/commands/ListDomainsCommand.js +0 -96
- package/dist/es/commands/ListDomainsCommand.js.map +0 -1
- package/dist/es/commands/ListOpenWorkflowExecutionsCommand.js +0 -112
- package/dist/es/commands/ListOpenWorkflowExecutionsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListWorkflowTypesCommand.js +0 -89
- package/dist/es/commands/ListWorkflowTypesCommand.js.map +0 -1
- package/dist/es/commands/PollForActivityTaskCommand.js +0 -100
- package/dist/es/commands/PollForActivityTaskCommand.js.map +0 -1
- package/dist/es/commands/PollForDecisionTaskCommand.js +0 -112
- package/dist/es/commands/PollForDecisionTaskCommand.js.map +0 -1
- package/dist/es/commands/RecordActivityTaskHeartbeatCommand.js +0 -112
- package/dist/es/commands/RecordActivityTaskHeartbeatCommand.js.map +0 -1
- package/dist/es/commands/RegisterActivityTypeCommand.js +0 -111
- package/dist/es/commands/RegisterActivityTypeCommand.js.map +0 -1
- package/dist/es/commands/RegisterDomainCommand.js +0 -88
- package/dist/es/commands/RegisterDomainCommand.js.map +0 -1
- package/dist/es/commands/RegisterWorkflowTypeCommand.js +0 -112
- package/dist/es/commands/RegisterWorkflowTypeCommand.js.map +0 -1
- package/dist/es/commands/RequestCancelWorkflowExecutionCommand.js +0 -103
- package/dist/es/commands/RequestCancelWorkflowExecutionCommand.js.map +0 -1
- package/dist/es/commands/RespondActivityTaskCanceledCommand.js +0 -106
- package/dist/es/commands/RespondActivityTaskCanceledCommand.js.map +0 -1
- package/dist/es/commands/RespondActivityTaskCompletedCommand.js +0 -104
- package/dist/es/commands/RespondActivityTaskCompletedCommand.js.map +0 -1
- package/dist/es/commands/RespondActivityTaskFailedCommand.js +0 -97
- package/dist/es/commands/RespondActivityTaskFailedCommand.js.map +0 -1
- package/dist/es/commands/RespondDecisionTaskCompletedCommand.js +0 -84
- package/dist/es/commands/RespondDecisionTaskCompletedCommand.js.map +0 -1
- package/dist/es/commands/SignalWorkflowExecutionCommand.js +0 -103
- package/dist/es/commands/SignalWorkflowExecutionCommand.js.map +0 -1
- package/dist/es/commands/StartWorkflowExecutionCommand.js +0 -130
- package/dist/es/commands/StartWorkflowExecutionCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/TerminateWorkflowExecutionCommand.js +0 -108
- package/dist/es/commands/TerminateWorkflowExecutionCommand.js.map +0 -1
- package/dist/es/commands/UndeprecateActivityTypeCommand.js +0 -106
- package/dist/es/commands/UndeprecateActivityTypeCommand.js.map +0 -1
- package/dist/es/commands/UndeprecateDomainCommand.js +0 -93
- package/dist/es/commands/UndeprecateDomainCommand.js.map +0 -1
- package/dist/es/commands/UndeprecateWorkflowTypeCommand.js +0 -106
- package/dist/es/commands/UndeprecateWorkflowTypeCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -49
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/pagination/GetWorkflowExecutionHistoryPaginator.js.map +0 -1
- package/dist/es/pagination/Interfaces.js +0 -2
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListActivityTypesPaginator.js.map +0 -1
- package/dist/es/pagination/ListClosedWorkflowExecutionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListDomainsPaginator.js.map +0 -1
- package/dist/es/pagination/ListOpenWorkflowExecutionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListWorkflowTypesPaginator.js.map +0 -1
- package/dist/es/pagination/PollForDecisionTaskPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_json1_0.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -86
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -7233
- package/pagination/GetWorkflowExecutionHistoryPaginator.ts +0 -58
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListActivityTypesPaginator.ts +0 -58
- package/pagination/ListClosedWorkflowExecutionsPaginator.ts +0 -58
- package/pagination/ListDomainsPaginator.ts +0 -54
- package/pagination/ListOpenWorkflowExecutionsPaginator.ts +0 -58
- package/pagination/ListWorkflowTypesPaginator.ts +0 -58
- package/pagination/PollForDecisionTaskPaginator.ts +0 -58
- package/protocols/Aws_json1_0.ts +0 -5977
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.RespondDecisionTaskCompletedCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Used by deciders to tell the service that the <a>DecisionTask</a> identified
|
|
10
10
|
* by the <code>taskToken</code> has successfully completed. The <code>decisions</code> argument
|
|
@@ -77,4 +77,3 @@ class RespondDecisionTaskCompletedCommand extends smithy_client_1.Command {
|
|
|
77
77
|
}
|
|
78
78
|
}
|
|
79
79
|
exports.RespondDecisionTaskCompletedCommand = RespondDecisionTaskCompletedCommand;
|
|
80
|
-
//# sourceMappingURL=RespondDecisionTaskCompletedCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.SignalWorkflowExecutionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Records a <code>WorkflowExecutionSignaled</code> event in the workflow execution
|
|
10
10
|
* history and creates a decision task for the workflow execution identified by the given domain,
|
|
@@ -96,4 +96,3 @@ class SignalWorkflowExecutionCommand extends smithy_client_1.Command {
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
exports.SignalWorkflowExecutionCommand = SignalWorkflowExecutionCommand;
|
|
99
|
-
//# sourceMappingURL=SignalWorkflowExecutionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.StartWorkflowExecutionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Starts an execution of the workflow type in the specified domain using the provided
|
|
10
10
|
* <code>workflowId</code> and input data.</p>
|
|
@@ -123,4 +123,3 @@ class StartWorkflowExecutionCommand extends smithy_client_1.Command {
|
|
|
123
123
|
}
|
|
124
124
|
}
|
|
125
125
|
exports.StartWorkflowExecutionCommand = StartWorkflowExecutionCommand;
|
|
126
|
-
//# sourceMappingURL=StartWorkflowExecutionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Add a tag to a Amazon SWF domain.</p>
|
|
10
10
|
* <note>
|
|
@@ -61,4 +61,3 @@ class TagResourceCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.TagResourceCommand = TagResourceCommand;
|
|
64
|
-
//# sourceMappingURL=TagResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.TerminateWorkflowExecutionCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Records a <code>WorkflowExecutionTerminated</code> event and forces closure of the
|
|
10
10
|
* workflow execution identified by the given domain, runId, and workflowId. The child policy,
|
|
@@ -101,4 +101,3 @@ class TerminateWorkflowExecutionCommand extends smithy_client_1.Command {
|
|
|
101
101
|
}
|
|
102
102
|
}
|
|
103
103
|
exports.TerminateWorkflowExecutionCommand = TerminateWorkflowExecutionCommand;
|
|
104
|
-
//# sourceMappingURL=TerminateWorkflowExecutionCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UndeprecateActivityTypeCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Undeprecates a previously deprecated <i>activity type</i>. After an activity type has
|
|
10
10
|
* been undeprecated, you can create new tasks of that activity type.</p>
|
|
@@ -99,4 +99,3 @@ class UndeprecateActivityTypeCommand extends smithy_client_1.Command {
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
exports.UndeprecateActivityTypeCommand = UndeprecateActivityTypeCommand;
|
|
102
|
-
//# sourceMappingURL=UndeprecateActivityTypeCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UndeprecateDomainCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Undeprecates a previously deprecated domain. After a domain has been undeprecated it can be used
|
|
10
10
|
* to create new workflow executions or register new types.</p>
|
|
@@ -86,4 +86,3 @@ class UndeprecateDomainCommand extends smithy_client_1.Command {
|
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
88
|
exports.UndeprecateDomainCommand = UndeprecateDomainCommand;
|
|
89
|
-
//# sourceMappingURL=UndeprecateDomainCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UndeprecateWorkflowTypeCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Undeprecates a previously deprecated <i>workflow type</i>. After a workflow type has
|
|
10
10
|
* been undeprecated, you can create new executions of that type. </p>
|
|
@@ -99,4 +99,3 @@ class UndeprecateWorkflowTypeCommand extends smithy_client_1.Command {
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
exports.UndeprecateWorkflowTypeCommand = UndeprecateWorkflowTypeCommand;
|
|
102
|
-
//# sourceMappingURL=UndeprecateWorkflowTypeCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.UntagResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_0_1 = require("../protocols/Aws_json1_0");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Remove a tag from a Amazon SWF domain.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class UntagResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
61
|
-
//# sourceMappingURL=UntagResourceCommand.js.map
|
|
@@ -49,4 +49,3 @@ tslib_1.__exportStar(require("./commands/UndeprecateWorkflowTypeCommand"), expor
|
|
|
49
49
|
tslib_1.__exportStar(require("./commands/UntagResourceCommand"), exports);
|
|
50
50
|
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
51
51
|
tslib_1.__exportStar(require("./models/index"), exports);
|
|
52
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateGetWorkflowExecutionHistory = void 0;
|
|
4
|
+
const GetWorkflowExecutionHistoryCommand_1 = require("../commands/GetWorkflowExecutionHistoryCommand");
|
|
4
5
|
const SWF_1 = require("../SWF");
|
|
5
6
|
const SWFClient_1 = require("../SWFClient");
|
|
6
|
-
const GetWorkflowExecutionHistoryCommand_1 = require("../commands/GetWorkflowExecutionHistoryCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateGetWorkflowExecutionHistory(config, input, ...additional
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateGetWorkflowExecutionHistory = paginateGetWorkflowExecutionHistory;
|
|
46
|
-
//# sourceMappingURL=GetWorkflowExecutionHistoryPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListActivityTypes = void 0;
|
|
4
|
+
const ListActivityTypesCommand_1 = require("../commands/ListActivityTypesCommand");
|
|
4
5
|
const SWF_1 = require("../SWF");
|
|
5
6
|
const SWFClient_1 = require("../SWFClient");
|
|
6
|
-
const ListActivityTypesCommand_1 = require("../commands/ListActivityTypesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListActivityTypes(config, input, ...additionalArguments)
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListActivityTypes = paginateListActivityTypes;
|
|
46
|
-
//# sourceMappingURL=ListActivityTypesPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListClosedWorkflowExecutions = void 0;
|
|
4
|
+
const ListClosedWorkflowExecutionsCommand_1 = require("../commands/ListClosedWorkflowExecutionsCommand");
|
|
4
5
|
const SWF_1 = require("../SWF");
|
|
5
6
|
const SWFClient_1 = require("../SWFClient");
|
|
6
|
-
const ListClosedWorkflowExecutionsCommand_1 = require("../commands/ListClosedWorkflowExecutionsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListClosedWorkflowExecutions(config, input, ...additiona
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListClosedWorkflowExecutions = paginateListClosedWorkflowExecutions;
|
|
46
|
-
//# sourceMappingURL=ListClosedWorkflowExecutionsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListDomains = void 0;
|
|
4
|
+
const ListDomainsCommand_1 = require("../commands/ListDomainsCommand");
|
|
4
5
|
const SWF_1 = require("../SWF");
|
|
5
6
|
const SWFClient_1 = require("../SWFClient");
|
|
6
|
-
const ListDomainsCommand_1 = require("../commands/ListDomainsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListDomains(config, input, ...additionalArguments) {
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListDomains = paginateListDomains;
|
|
46
|
-
//# sourceMappingURL=ListDomainsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListOpenWorkflowExecutions = void 0;
|
|
4
|
+
const ListOpenWorkflowExecutionsCommand_1 = require("../commands/ListOpenWorkflowExecutionsCommand");
|
|
4
5
|
const SWF_1 = require("../SWF");
|
|
5
6
|
const SWFClient_1 = require("../SWFClient");
|
|
6
|
-
const ListOpenWorkflowExecutionsCommand_1 = require("../commands/ListOpenWorkflowExecutionsCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListOpenWorkflowExecutions(config, input, ...additionalA
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListOpenWorkflowExecutions = paginateListOpenWorkflowExecutions;
|
|
46
|
-
//# sourceMappingURL=ListOpenWorkflowExecutionsPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginateListWorkflowTypes = void 0;
|
|
4
|
+
const ListWorkflowTypesCommand_1 = require("../commands/ListWorkflowTypesCommand");
|
|
4
5
|
const SWF_1 = require("../SWF");
|
|
5
6
|
const SWFClient_1 = require("../SWFClient");
|
|
6
|
-
const ListWorkflowTypesCommand_1 = require("../commands/ListWorkflowTypesCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginateListWorkflowTypes(config, input, ...additionalArguments)
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginateListWorkflowTypes = paginateListWorkflowTypes;
|
|
46
|
-
//# sourceMappingURL=ListWorkflowTypesPaginator.js.map
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.paginatePollForDecisionTask = void 0;
|
|
4
|
+
const PollForDecisionTaskCommand_1 = require("../commands/PollForDecisionTaskCommand");
|
|
4
5
|
const SWF_1 = require("../SWF");
|
|
5
6
|
const SWFClient_1 = require("../SWFClient");
|
|
6
|
-
const PollForDecisionTaskCommand_1 = require("../commands/PollForDecisionTaskCommand");
|
|
7
7
|
/**
|
|
8
8
|
* @private
|
|
9
9
|
*/
|
|
@@ -43,4 +43,3 @@ async function* paginatePollForDecisionTask(config, input, ...additionalArgument
|
|
|
43
43
|
return undefined;
|
|
44
44
|
}
|
|
45
45
|
exports.paginatePollForDecisionTask = paginatePollForDecisionTask;
|
|
46
|
-
//# sourceMappingURL=PollForDecisionTaskPaginator.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const sha256_browser_1 = require("@aws-crypto/sha256-browser");
|
|
7
8
|
const fetch_http_handler_1 = require("@aws-sdk/fetch-http-handler");
|
|
8
9
|
const invalid_dependency_1 = require("@aws-sdk/invalid-dependency");
|
|
@@ -38,4 +39,3 @@ const getRuntimeConfig = (config) => {
|
|
|
38
39
|
};
|
|
39
40
|
};
|
|
40
41
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
41
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -2,7 +2,8 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
4
|
const tslib_1 = require("tslib");
|
|
5
|
-
|
|
5
|
+
// @ts-ignore: package.json will be imported from dist folders
|
|
6
|
+
const package_json_1 = tslib_1.__importDefault(require("../package.json")); // eslint-disable-line
|
|
6
7
|
const client_sts_1 = require("@aws-sdk/client-sts");
|
|
7
8
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
8
9
|
const credential_provider_node_1 = require("@aws-sdk/credential-provider-node");
|
|
@@ -43,4 +44,3 @@ const getRuntimeConfig = (config) => {
|
|
|
43
44
|
};
|
|
44
45
|
};
|
|
45
46
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
46
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getRuntimeConfig = void 0;
|
|
4
|
-
const endpoints_1 = require("./endpoints");
|
|
5
4
|
const url_parser_1 = require("@aws-sdk/url-parser");
|
|
5
|
+
const endpoints_1 = require("./endpoints");
|
|
6
6
|
/**
|
|
7
7
|
* @internal
|
|
8
8
|
*/
|
|
@@ -18,4 +18,3 @@ const getRuntimeConfig = (config) => {
|
|
|
18
18
|
});
|
|
19
19
|
};
|
|
20
20
|
exports.getRuntimeConfig = getRuntimeConfig;
|
|
21
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { SWFClient } from "./SWFClient";
|
|
3
2
|
import { CountClosedWorkflowExecutionsCommand, } from "./commands/CountClosedWorkflowExecutionsCommand";
|
|
4
3
|
import { CountOpenWorkflowExecutionsCommand, } from "./commands/CountOpenWorkflowExecutionsCommand";
|
|
5
4
|
import { CountPendingActivityTasksCommand, } from "./commands/CountPendingActivityTasksCommand";
|
|
@@ -37,25 +36,8 @@ import { UndeprecateActivityTypeCommand, } from "./commands/UndeprecateActivityT
|
|
|
37
36
|
import { UndeprecateDomainCommand, } from "./commands/UndeprecateDomainCommand";
|
|
38
37
|
import { UndeprecateWorkflowTypeCommand, } from "./commands/UndeprecateWorkflowTypeCommand";
|
|
39
38
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
*
|
|
43
|
-
* <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to
|
|
44
|
-
* coordinate work across distributed components. In Amazon SWF, a <i>task</i>
|
|
45
|
-
* represents a logical unit of work that is performed by a component of your workflow.
|
|
46
|
-
* Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and
|
|
47
|
-
* concurrency in accordance with the logical flow of the application.</p>
|
|
48
|
-
*
|
|
49
|
-
* <p>Amazon SWF gives you full control over implementing tasks and coordinating them without
|
|
50
|
-
* worrying about underlying complexities such as tracking their progress and maintaining their
|
|
51
|
-
* state.</p>
|
|
52
|
-
*
|
|
53
|
-
* <p>This documentation serves as reference only. For a broader overview of the Amazon SWF
|
|
54
|
-
* programming model, see the <i>
|
|
55
|
-
* <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>
|
|
56
|
-
* </i>.</p>
|
|
57
|
-
*/
|
|
58
|
-
var SWF = /** @class */ (function (_super) {
|
|
39
|
+
import { SWFClient } from "./SWFClient";
|
|
40
|
+
var SWF = (function (_super) {
|
|
59
41
|
__extends(SWF, _super);
|
|
60
42
|
function SWF() {
|
|
61
43
|
return _super !== null && _super.apply(this, arguments) || this;
|
|
@@ -581,4 +563,3 @@ var SWF = /** @class */ (function (_super) {
|
|
|
581
563
|
return SWF;
|
|
582
564
|
}(SWFClient));
|
|
583
565
|
export { SWF };
|
|
584
|
-
//# sourceMappingURL=SWF.js.map
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { __extends } from "tslib";
|
|
2
|
-
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
3
2
|
import { resolveEndpointsConfig, resolveRegionConfig, } from "@aws-sdk/config-resolver";
|
|
4
3
|
import { getContentLengthPlugin } from "@aws-sdk/middleware-content-length";
|
|
5
4
|
import { getHostHeaderPlugin, resolveHostHeaderConfig, } from "@aws-sdk/middleware-host-header";
|
|
@@ -8,25 +7,8 @@ import { getRetryPlugin, resolveRetryConfig } from "@aws-sdk/middleware-retry";
|
|
|
8
7
|
import { getAwsAuthPlugin, resolveAwsAuthConfig, } from "@aws-sdk/middleware-signing";
|
|
9
8
|
import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
|
|
10
9
|
import { Client as __Client, } from "@aws-sdk/smithy-client";
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*
|
|
14
|
-
* <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to
|
|
15
|
-
* coordinate work across distributed components. In Amazon SWF, a <i>task</i>
|
|
16
|
-
* represents a logical unit of work that is performed by a component of your workflow.
|
|
17
|
-
* Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and
|
|
18
|
-
* concurrency in accordance with the logical flow of the application.</p>
|
|
19
|
-
*
|
|
20
|
-
* <p>Amazon SWF gives you full control over implementing tasks and coordinating them without
|
|
21
|
-
* worrying about underlying complexities such as tracking their progress and maintaining their
|
|
22
|
-
* state.</p>
|
|
23
|
-
*
|
|
24
|
-
* <p>This documentation serves as reference only. For a broader overview of the Amazon SWF
|
|
25
|
-
* programming model, see the <i>
|
|
26
|
-
* <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>
|
|
27
|
-
* </i>.</p>
|
|
28
|
-
*/
|
|
29
|
-
var SWFClient = /** @class */ (function (_super) {
|
|
10
|
+
import { getRuntimeConfig as __getRuntimeConfig } from "./runtimeConfig";
|
|
11
|
+
var SWFClient = (function (_super) {
|
|
30
12
|
__extends(SWFClient, _super);
|
|
31
13
|
function SWFClient(configuration) {
|
|
32
14
|
var _this = this;
|
|
@@ -47,15 +29,9 @@ var SWFClient = /** @class */ (function (_super) {
|
|
|
47
29
|
_this.middlewareStack.use(getUserAgentPlugin(_this.config));
|
|
48
30
|
return _this;
|
|
49
31
|
}
|
|
50
|
-
/**
|
|
51
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
52
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
53
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
54
|
-
*/
|
|
55
32
|
SWFClient.prototype.destroy = function () {
|
|
56
33
|
_super.prototype.destroy.call(this);
|
|
57
34
|
};
|
|
58
35
|
return SWFClient;
|
|
59
36
|
}(__Client));
|
|
60
37
|
export { SWFClient };
|
|
61
|
-
//# sourceMappingURL=SWFClient.js.map
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0CountClosedWorkflowExecutionsCommand, serializeAws_json1_0CountClosedWorkflowExecutionsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var CountClosedWorkflowExecutionsCommand = (function (_super) {
|
|
7
|
+
__extends(CountClosedWorkflowExecutionsCommand, _super);
|
|
8
|
+
function CountClosedWorkflowExecutionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CountClosedWorkflowExecutionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SWFClient";
|
|
18
|
+
var commandName = "CountClosedWorkflowExecutionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CountClosedWorkflowExecutionsInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: WorkflowExecutionCount.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CountClosedWorkflowExecutionsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0CountClosedWorkflowExecutionsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CountClosedWorkflowExecutionsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0CountClosedWorkflowExecutionsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CountClosedWorkflowExecutionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CountClosedWorkflowExecutionsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0CountOpenWorkflowExecutionsCommand, serializeAws_json1_0CountOpenWorkflowExecutionsCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var CountOpenWorkflowExecutionsCommand = (function (_super) {
|
|
7
|
+
__extends(CountOpenWorkflowExecutionsCommand, _super);
|
|
8
|
+
function CountOpenWorkflowExecutionsCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CountOpenWorkflowExecutionsCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SWFClient";
|
|
18
|
+
var commandName = "CountOpenWorkflowExecutionsCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CountOpenWorkflowExecutionsInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: WorkflowExecutionCount.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CountOpenWorkflowExecutionsCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0CountOpenWorkflowExecutionsCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CountOpenWorkflowExecutionsCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0CountOpenWorkflowExecutionsCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CountOpenWorkflowExecutionsCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CountOpenWorkflowExecutionsCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0CountPendingActivityTasksCommand, serializeAws_json1_0CountPendingActivityTasksCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var CountPendingActivityTasksCommand = (function (_super) {
|
|
7
|
+
__extends(CountPendingActivityTasksCommand, _super);
|
|
8
|
+
function CountPendingActivityTasksCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CountPendingActivityTasksCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SWFClient";
|
|
18
|
+
var commandName = "CountPendingActivityTasksCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CountPendingActivityTasksInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PendingTaskCount.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CountPendingActivityTasksCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0CountPendingActivityTasksCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CountPendingActivityTasksCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0CountPendingActivityTasksCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CountPendingActivityTasksCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CountPendingActivityTasksCommand };
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { __extends } from "tslib";
|
|
2
|
+
import { getSerdePlugin } from "@aws-sdk/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
+
import { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
|
|
5
|
+
import { deserializeAws_json1_0CountPendingDecisionTasksCommand, serializeAws_json1_0CountPendingDecisionTasksCommand, } from "../protocols/Aws_json1_0";
|
|
6
|
+
var CountPendingDecisionTasksCommand = (function (_super) {
|
|
7
|
+
__extends(CountPendingDecisionTasksCommand, _super);
|
|
8
|
+
function CountPendingDecisionTasksCommand(input) {
|
|
9
|
+
var _this = _super.call(this) || this;
|
|
10
|
+
_this.input = input;
|
|
11
|
+
return _this;
|
|
12
|
+
}
|
|
13
|
+
CountPendingDecisionTasksCommand.prototype.resolveMiddleware = function (clientStack, configuration, options) {
|
|
14
|
+
this.middlewareStack.use(getSerdePlugin(configuration, this.serialize, this.deserialize));
|
|
15
|
+
var stack = clientStack.concat(this.middlewareStack);
|
|
16
|
+
var logger = configuration.logger;
|
|
17
|
+
var clientName = "SWFClient";
|
|
18
|
+
var commandName = "CountPendingDecisionTasksCommand";
|
|
19
|
+
var handlerExecutionContext = {
|
|
20
|
+
logger: logger,
|
|
21
|
+
clientName: clientName,
|
|
22
|
+
commandName: commandName,
|
|
23
|
+
inputFilterSensitiveLog: CountPendingDecisionTasksInput.filterSensitiveLog,
|
|
24
|
+
outputFilterSensitiveLog: PendingTaskCount.filterSensitiveLog,
|
|
25
|
+
};
|
|
26
|
+
var requestHandler = configuration.requestHandler;
|
|
27
|
+
return stack.resolve(function (request) {
|
|
28
|
+
return requestHandler.handle(request.request, options || {});
|
|
29
|
+
}, handlerExecutionContext);
|
|
30
|
+
};
|
|
31
|
+
CountPendingDecisionTasksCommand.prototype.serialize = function (input, context) {
|
|
32
|
+
return serializeAws_json1_0CountPendingDecisionTasksCommand(input, context);
|
|
33
|
+
};
|
|
34
|
+
CountPendingDecisionTasksCommand.prototype.deserialize = function (output, context) {
|
|
35
|
+
return deserializeAws_json1_0CountPendingDecisionTasksCommand(output, context);
|
|
36
|
+
};
|
|
37
|
+
return CountPendingDecisionTasksCommand;
|
|
38
|
+
}($Command));
|
|
39
|
+
export { CountPendingDecisionTasksCommand };
|