@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,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { Sha256 } from "@aws-crypto/sha256-browser";
|
|
4
4
|
import { FetchHttpHandler, streamCollector } from "@aws-sdk/fetch-http-handler";
|
|
5
5
|
import { invalidProvider } from "@aws-sdk/invalid-dependency";
|
|
@@ -9,12 +9,8 @@ import { calculateBodyLength } from "@aws-sdk/util-body-length-browser";
|
|
|
9
9
|
import { defaultUserAgent } from "@aws-sdk/util-user-agent-browser";
|
|
10
10
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-browser";
|
|
11
11
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
12
|
export var getRuntimeConfig = function (config) {
|
|
16
13
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
17
14
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
18
15
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "browser", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : (function (_) { return function () { return Promise.reject(new Error("Credential is missing")); }; }), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : DEFAULT_MAX_ATTEMPTS, region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : invalidProvider("Region is missing"), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new FetchHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : (function () { return Promise.resolve(DEFAULT_RETRY_MODE); }), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Sha256, streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
19
16
|
};
|
|
20
|
-
//# sourceMappingURL=runtimeConfig.browser.js.map
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
|
-
import packageInfo from "
|
|
2
|
+
import packageInfo from "../package.json";
|
|
3
3
|
import { decorateDefaultCredentialProvider } from "@aws-sdk/client-sts";
|
|
4
4
|
import { NODE_REGION_CONFIG_FILE_OPTIONS, NODE_REGION_CONFIG_OPTIONS } from "@aws-sdk/config-resolver";
|
|
5
5
|
import { defaultProvider as credentialDefaultProvider } from "@aws-sdk/credential-provider-node";
|
|
@@ -13,13 +13,9 @@ import { defaultUserAgent } from "@aws-sdk/util-user-agent-node";
|
|
|
13
13
|
import { fromUtf8, toUtf8 } from "@aws-sdk/util-utf8-node";
|
|
14
14
|
import { getRuntimeConfig as getSharedRuntimeConfig } from "./runtimeConfig.shared";
|
|
15
15
|
import { emitWarningIfUnsupportedVersion } from "@aws-sdk/smithy-client";
|
|
16
|
-
/**
|
|
17
|
-
* @internal
|
|
18
|
-
*/
|
|
19
16
|
export var getRuntimeConfig = function (config) {
|
|
20
17
|
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
21
18
|
emitWarningIfUnsupportedVersion(process.version);
|
|
22
19
|
var clientSharedValues = getSharedRuntimeConfig(config);
|
|
23
20
|
return __assign(__assign(__assign({}, clientSharedValues), config), { runtime: "node", base64Decoder: (_a = config === null || config === void 0 ? void 0 : config.base64Decoder) !== null && _a !== void 0 ? _a : fromBase64, base64Encoder: (_b = config === null || config === void 0 ? void 0 : config.base64Encoder) !== null && _b !== void 0 ? _b : toBase64, bodyLengthChecker: (_c = config === null || config === void 0 ? void 0 : config.bodyLengthChecker) !== null && _c !== void 0 ? _c : calculateBodyLength, credentialDefaultProvider: (_d = config === null || config === void 0 ? void 0 : config.credentialDefaultProvider) !== null && _d !== void 0 ? _d : decorateDefaultCredentialProvider(credentialDefaultProvider), defaultUserAgentProvider: (_e = config === null || config === void 0 ? void 0 : config.defaultUserAgentProvider) !== null && _e !== void 0 ? _e : defaultUserAgent({ serviceId: clientSharedValues.serviceId, clientVersion: packageInfo.version }), maxAttempts: (_f = config === null || config === void 0 ? void 0 : config.maxAttempts) !== null && _f !== void 0 ? _f : loadNodeConfig(NODE_MAX_ATTEMPT_CONFIG_OPTIONS), region: (_g = config === null || config === void 0 ? void 0 : config.region) !== null && _g !== void 0 ? _g : loadNodeConfig(NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS), requestHandler: (_h = config === null || config === void 0 ? void 0 : config.requestHandler) !== null && _h !== void 0 ? _h : new NodeHttpHandler(), retryMode: (_j = config === null || config === void 0 ? void 0 : config.retryMode) !== null && _j !== void 0 ? _j : loadNodeConfig(NODE_RETRY_MODE_CONFIG_OPTIONS), sha256: (_k = config === null || config === void 0 ? void 0 : config.sha256) !== null && _k !== void 0 ? _k : Hash.bind(null, "sha256"), streamCollector: (_l = config === null || config === void 0 ? void 0 : config.streamCollector) !== null && _l !== void 0 ? _l : streamCollector, utf8Decoder: (_m = config === null || config === void 0 ? void 0 : config.utf8Decoder) !== null && _m !== void 0 ? _m : fromUtf8, utf8Encoder: (_o = config === null || config === void 0 ? void 0 : config.utf8Encoder) !== null && _o !== void 0 ? _o : toUtf8 });
|
|
24
21
|
};
|
|
25
|
-
//# sourceMappingURL=runtimeConfig.js.map
|
|
@@ -1,12 +1,8 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
import { Sha256 } from "@aws-crypto/sha256-js";
|
|
3
3
|
import { getRuntimeConfig as getBrowserRuntimeConfig } from "./runtimeConfig.browser";
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
export var getRuntimeConfig = function (config) {
|
|
8
5
|
var _a;
|
|
9
6
|
var browserDefaults = getBrowserRuntimeConfig(config);
|
|
10
7
|
return __assign(__assign(__assign({}, browserDefaults), config), { runtime: "react-native", sha256: (_a = config === null || config === void 0 ? void 0 : config.sha256) !== null && _a !== void 0 ? _a : Sha256 });
|
|
11
8
|
};
|
|
12
|
-
//# sourceMappingURL=runtimeConfig.native.js.map
|
|
@@ -1,8 +1,5 @@
|
|
|
1
|
-
import { defaultRegionInfoProvider } from "./endpoints";
|
|
2
1
|
import { parseUrl } from "@aws-sdk/url-parser";
|
|
3
|
-
|
|
4
|
-
* @internal
|
|
5
|
-
*/
|
|
2
|
+
import { defaultRegionInfoProvider } from "./endpoints";
|
|
6
3
|
export var getRuntimeConfig = function (config) {
|
|
7
4
|
var _a, _b, _c, _d, _e;
|
|
8
5
|
return ({
|
|
@@ -14,4 +11,3 @@ export var getRuntimeConfig = function (config) {
|
|
|
14
11
|
urlParser: (_e = config === null || config === void 0 ? void 0 : config.urlParser) !== null && _e !== void 0 ? _e : parseUrl,
|
|
15
12
|
});
|
|
16
13
|
};
|
|
17
|
-
//# sourceMappingURL=runtimeConfig.shared.js.map
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
|
|
2
2
|
import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
|
|
3
3
|
import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
|
|
4
4
|
import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
|
|
@@ -36,7 +36,7 @@ import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutp
|
|
|
36
36
|
import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "./commands/UndeprecateDomainCommand";
|
|
37
37
|
import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "./commands/UndeprecateWorkflowTypeCommand";
|
|
38
38
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
39
|
-
import {
|
|
39
|
+
import { SWFClient } from "./SWFClient";
|
|
40
40
|
/**
|
|
41
41
|
* <fullname>Amazon Simple Workflow Service</fullname>
|
|
42
42
|
*
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
|
+
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
|
+
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
|
+
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
+
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
+
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
1
9
|
import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "./commands/CountClosedWorkflowExecutionsCommand";
|
|
2
10
|
import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "./commands/CountOpenWorkflowExecutionsCommand";
|
|
3
11
|
import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "./commands/CountPendingActivityTasksCommand";
|
|
@@ -35,14 +43,6 @@ import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutp
|
|
|
35
43
|
import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "./commands/UndeprecateDomainCommand";
|
|
36
44
|
import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "./commands/UndeprecateWorkflowTypeCommand";
|
|
37
45
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
38
|
-
import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
39
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
40
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
41
|
-
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
42
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
43
|
-
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
44
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
45
|
-
import { Provider, RegionInfoProvider, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
46
46
|
export declare type ServiceInputTypes = CountClosedWorkflowExecutionsCommandInput | CountOpenWorkflowExecutionsCommandInput | CountPendingActivityTasksCommandInput | CountPendingDecisionTasksCommandInput | DeprecateActivityTypeCommandInput | DeprecateDomainCommandInput | DeprecateWorkflowTypeCommandInput | DescribeActivityTypeCommandInput | DescribeDomainCommandInput | DescribeWorkflowExecutionCommandInput | DescribeWorkflowTypeCommandInput | GetWorkflowExecutionHistoryCommandInput | ListActivityTypesCommandInput | ListClosedWorkflowExecutionsCommandInput | ListDomainsCommandInput | ListOpenWorkflowExecutionsCommandInput | ListTagsForResourceCommandInput | ListWorkflowTypesCommandInput | PollForActivityTaskCommandInput | PollForDecisionTaskCommandInput | RecordActivityTaskHeartbeatCommandInput | RegisterActivityTypeCommandInput | RegisterDomainCommandInput | RegisterWorkflowTypeCommandInput | RequestCancelWorkflowExecutionCommandInput | RespondActivityTaskCanceledCommandInput | RespondActivityTaskCompletedCommandInput | RespondActivityTaskFailedCommandInput | RespondDecisionTaskCompletedCommandInput | SignalWorkflowExecutionCommandInput | StartWorkflowExecutionCommandInput | TagResourceCommandInput | TerminateWorkflowExecutionCommandInput | UndeprecateActivityTypeCommandInput | UndeprecateDomainCommandInput | UndeprecateWorkflowTypeCommandInput | UntagResourceCommandInput;
|
|
47
47
|
export declare type ServiceOutputTypes = CountClosedWorkflowExecutionsCommandOutput | CountOpenWorkflowExecutionsCommandOutput | CountPendingActivityTasksCommandOutput | CountPendingDecisionTasksCommandOutput | DeprecateActivityTypeCommandOutput | DeprecateDomainCommandOutput | DeprecateWorkflowTypeCommandOutput | DescribeActivityTypeCommandOutput | DescribeDomainCommandOutput | DescribeWorkflowExecutionCommandOutput | DescribeWorkflowTypeCommandOutput | GetWorkflowExecutionHistoryCommandOutput | ListActivityTypesCommandOutput | ListClosedWorkflowExecutionsCommandOutput | ListDomainsCommandOutput | ListOpenWorkflowExecutionsCommandOutput | ListTagsForResourceCommandOutput | ListWorkflowTypesCommandOutput | PollForActivityTaskCommandOutput | PollForDecisionTaskCommandOutput | RecordActivityTaskHeartbeatCommandOutput | RegisterActivityTypeCommandOutput | RegisterDomainCommandOutput | RegisterWorkflowTypeCommandOutput | RequestCancelWorkflowExecutionCommandOutput | RespondActivityTaskCanceledCommandOutput | RespondActivityTaskCompletedCommandOutput | RespondActivityTaskFailedCommandOutput | RespondDecisionTaskCompletedCommandOutput | SignalWorkflowExecutionCommandOutput | StartWorkflowExecutionCommandOutput | TagResourceCommandOutput | TerminateWorkflowExecutionCommandOutput | UndeprecateActivityTypeCommandOutput | UndeprecateDomainCommandOutput | UndeprecateWorkflowTypeCommandOutput | UntagResourceCommandOutput;
|
|
48
48
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CountClosedWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface CountClosedWorkflowExecutionsCommandInput extends CountClosedWorkflowExecutionsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CountOpenWorkflowExecutionsInput, WorkflowExecutionCount } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkflowExecutionsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CountPendingActivityTasksInput, PendingTaskCount } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface CountPendingActivityTasksCommandInput extends CountPendingActivityTasksInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { CountPendingDecisionTasksInput, PendingTaskCount } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface CountPendingDecisionTasksCommandInput extends CountPendingDecisionTasksInput {
|
|
6
6
|
}
|
|
7
7
|
export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DeprecateActivityTypeInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeprecateActivityTypeInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface DeprecateActivityTypeCommandInput extends DeprecateActivityTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DeprecateDomainInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeprecateDomainInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface DeprecateDomainCommandInput extends DeprecateDomainInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeprecateDomainCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DeprecateWorkflowTypeInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DeprecateWorkflowTypeInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface DeprecateWorkflowTypeCommandInput extends DeprecateWorkflowTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ActivityTypeDetail, DescribeActivityTypeInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface DescribeActivityTypeCommandInput extends DescribeActivityTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeActivityTypeCommandOutput extends ActivityTypeDetail, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DescribeDomainInput, DomainDetail } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeDomainInput, DomainDetail } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface DescribeDomainCommandInput extends DescribeDomainInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeDomainCommandOutput extends DomainDetail, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkflowExecutionInput, WorkflowExecutionDetail } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface DescribeWorkflowExecutionCommandInput extends DescribeWorkflowExecutionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeWorkflowExecutionCommandOutput extends WorkflowExecutionDetail, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DescribeWorkflowTypeInput, WorkflowTypeDetail } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface DescribeWorkflowTypeCommandInput extends DescribeWorkflowTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface DescribeWorkflowTypeCommandOutput extends WorkflowTypeDetail, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { GetWorkflowExecutionHistoryInput, History } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface GetWorkflowExecutionHistoryCommandInput extends GetWorkflowExecutionHistoryInput {
|
|
6
6
|
}
|
|
7
7
|
export interface GetWorkflowExecutionHistoryCommandOutput extends History, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ActivityTypeInfos, ListActivityTypesInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface ListActivityTypesCommandInput extends ListActivityTypesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListActivityTypesCommandOutput extends ActivityTypeInfos, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ListClosedWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListClosedWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface ListClosedWorkflowExecutionsCommandInput extends ListClosedWorkflowExecutionsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DomainInfos, ListDomainsInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DomainInfos, ListDomainsInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface ListDomainsCommandInput extends ListDomainsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListDomainsCommandOutput extends DomainInfos, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ListOpenWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListOpenWorkflowExecutionsInput, WorkflowExecutionInfos } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface ListOpenWorkflowExecutionsCommandInput extends ListOpenWorkflowExecutionsInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionInfos, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ListWorkflowTypesInput, WorkflowTypeInfos } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface ListWorkflowTypesCommandInput extends ListWorkflowTypesInput {
|
|
6
6
|
}
|
|
7
7
|
export interface ListWorkflowTypesCommandOutput extends WorkflowTypeInfos, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ActivityTask, PollForActivityTaskInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface PollForActivityTaskCommandInput extends PollForActivityTaskInput {
|
|
6
6
|
}
|
|
7
7
|
export interface PollForActivityTaskCommandOutput extends ActivityTask, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DecisionTask, PollForDecisionTaskInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface PollForDecisionTaskCommandInput extends PollForDecisionTaskInput {
|
|
6
6
|
}
|
|
7
7
|
export interface PollForDecisionTaskCommandOutput extends DecisionTask, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { ActivityTaskStatus, RecordActivityTaskHeartbeatInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ActivityTaskStatus, RecordActivityTaskHeartbeatInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RecordActivityTaskHeartbeatCommandInput extends RecordActivityTaskHeartbeatInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RecordActivityTaskHeartbeatCommandOutput extends ActivityTaskStatus, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RegisterActivityTypeInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RegisterActivityTypeInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RegisterActivityTypeCommandInput extends RegisterActivityTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterActivityTypeCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RegisterDomainInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RegisterDomainInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RegisterDomainCommandInput extends RegisterDomainInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterDomainCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RegisterWorkflowTypeInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RegisterWorkflowTypeInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RegisterWorkflowTypeCommandInput extends RegisterWorkflowTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RegisterWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RequestCancelWorkflowExecutionInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RequestCancelWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RequestCancelWorkflowExecutionCommandInput extends RequestCancelWorkflowExecutionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RequestCancelWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RespondActivityTaskCanceledInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RespondActivityTaskCanceledInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RespondActivityTaskCanceledCommandInput extends RespondActivityTaskCanceledInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RespondActivityTaskCanceledCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RespondActivityTaskCompletedInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RespondActivityTaskCompletedInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RespondActivityTaskCompletedCommandInput extends RespondActivityTaskCompletedInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RespondActivityTaskCompletedCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RespondActivityTaskFailedInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RespondActivityTaskFailedInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RespondActivityTaskFailedCommandInput extends RespondActivityTaskFailedInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RespondActivityTaskFailedCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { RespondDecisionTaskCompletedInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { RespondDecisionTaskCompletedInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface RespondDecisionTaskCompletedCommandInput extends RespondDecisionTaskCompletedInput {
|
|
6
6
|
}
|
|
7
7
|
export interface RespondDecisionTaskCompletedCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { SignalWorkflowExecutionInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { SignalWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface SignalWorkflowExecutionCommandInput extends SignalWorkflowExecutionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface SignalWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { Run, StartWorkflowExecutionInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { Run, StartWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface StartWorkflowExecutionCommandInput extends StartWorkflowExecutionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface StartWorkflowExecutionCommandOutput extends Run, __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { TagResourceInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { TagResourceInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface TagResourceCommandInput extends TagResourceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { TerminateWorkflowExecutionInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { TerminateWorkflowExecutionInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface TerminateWorkflowExecutionCommandInput extends TerminateWorkflowExecutionInput {
|
|
6
6
|
}
|
|
7
7
|
export interface TerminateWorkflowExecutionCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { UndeprecateActivityTypeInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UndeprecateActivityTypeInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface UndeprecateActivityTypeCommandInput extends UndeprecateActivityTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UndeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { UndeprecateDomainInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UndeprecateDomainInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface UndeprecateDomainCommandInput extends UndeprecateDomainInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UndeprecateDomainCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { UndeprecateWorkflowTypeInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UndeprecateWorkflowTypeInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface UndeprecateWorkflowTypeCommandInput extends UndeprecateWorkflowTypeInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UndeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { SWFClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SWFClient";
|
|
2
|
-
import { UntagResourceInput } from "../models/models_0";
|
|
3
1
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
4
|
-
import { Handler,
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { UntagResourceInput } from "../models/models_0";
|
|
4
|
+
import { ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig } from "../SWFClient";
|
|
5
5
|
export interface UntagResourceCommandInput extends UntagResourceInput {
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends __MetadataBearer {
|