@aws-sdk/client-swf 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/SWF.js +0 -19
- package/dist-cjs/SWFClient.js +0 -24
- package/dist-cjs/commands/CountClosedWorkflowExecutionsCommand.js +0 -71
- package/dist-cjs/commands/CountOpenWorkflowExecutionsCommand.js +0 -71
- package/dist-cjs/commands/CountPendingActivityTasksCommand.js +0 -52
- package/dist-cjs/commands/CountPendingDecisionTasksCommand.js +0 -52
- package/dist-cjs/commands/DeprecateActivityTypeCommand.js +0 -67
- package/dist-cjs/commands/DeprecateDomainCommand.js +0 -56
- package/dist-cjs/commands/DeprecateWorkflowTypeCommand.js +0 -68
- package/dist-cjs/commands/DescribeActivityTypeCommand.js +0 -63
- package/dist-cjs/commands/DescribeDomainCommand.js +0 -49
- package/dist-cjs/commands/DescribeWorkflowExecutionCommand.js +0 -53
- package/dist-cjs/commands/DescribeWorkflowTypeCommand.js +0 -63
- package/dist-cjs/commands/GetWorkflowExecutionHistoryCommand.js +0 -54
- package/dist-cjs/commands/ListActivityTypesCommand.js +0 -52
- package/dist-cjs/commands/ListClosedWorkflowExecutionsCommand.js +0 -72
- package/dist-cjs/commands/ListDomainsCommand.js +0 -56
- package/dist-cjs/commands/ListOpenWorkflowExecutionsCommand.js +0 -72
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -25
- package/dist-cjs/commands/ListWorkflowTypesCommand.js +0 -49
- package/dist-cjs/commands/PollForActivityTaskCommand.js +0 -60
- package/dist-cjs/commands/PollForDecisionTaskCommand.js +0 -72
- package/dist-cjs/commands/RecordActivityTaskHeartbeatCommand.js +0 -72
- package/dist-cjs/commands/RegisterActivityTypeCommand.js +0 -71
- package/dist-cjs/commands/RegisterDomainCommand.js +0 -48
- package/dist-cjs/commands/RegisterWorkflowTypeCommand.js +0 -72
- package/dist-cjs/commands/RequestCancelWorkflowExecutionCommand.js +0 -63
- package/dist-cjs/commands/RespondActivityTaskCanceledCommand.js +0 -66
- package/dist-cjs/commands/RespondActivityTaskCompletedCommand.js +0 -64
- package/dist-cjs/commands/RespondActivityTaskFailedCommand.js +0 -57
- package/dist-cjs/commands/RespondDecisionTaskCompletedCommand.js +0 -44
- package/dist-cjs/commands/SignalWorkflowExecutionCommand.js +0 -63
- package/dist-cjs/commands/StartWorkflowExecutionCommand.js +0 -90
- package/dist-cjs/commands/TagResourceCommand.js +0 -28
- package/dist-cjs/commands/TerminateWorkflowExecutionCommand.js +0 -68
- package/dist-cjs/commands/UndeprecateActivityTypeCommand.js +0 -66
- package/dist-cjs/commands/UndeprecateDomainCommand.js +0 -53
- package/dist-cjs/commands/UndeprecateWorkflowTypeCommand.js +0 -66
- package/dist-cjs/commands/UntagResourceCommand.js +0 -25
- package/dist-cjs/commands/index.js +40 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +4 -48
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -454
- package/dist-cjs/pagination/GetWorkflowExecutionHistoryPaginator.js +0 -11
- package/dist-cjs/pagination/Interfaces.js +0 -1
- package/dist-cjs/pagination/ListActivityTypesPaginator.js +0 -11
- package/dist-cjs/pagination/ListClosedWorkflowExecutionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListDomainsPaginator.js +0 -11
- package/dist-cjs/pagination/ListOpenWorkflowExecutionsPaginator.js +0 -11
- package/dist-cjs/pagination/ListWorkflowTypesPaginator.js +0 -11
- package/dist-cjs/pagination/PollForDecisionTaskPaginator.js +0 -11
- package/dist-cjs/pagination/index.js +11 -0
- package/dist-cjs/protocols/Aws_json1_0.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/SWF.js +0 -1
- package/dist-es/SWFClient.js +0 -1
- package/dist-es/commands/CountClosedWorkflowExecutionsCommand.js +0 -1
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js +0 -1
- package/dist-es/commands/CountPendingActivityTasksCommand.js +0 -1
- package/dist-es/commands/CountPendingDecisionTasksCommand.js +0 -1
- package/dist-es/commands/DeprecateActivityTypeCommand.js +0 -1
- package/dist-es/commands/DeprecateDomainCommand.js +0 -1
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js +0 -1
- package/dist-es/commands/DescribeActivityTypeCommand.js +0 -1
- package/dist-es/commands/DescribeDomainCommand.js +0 -1
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js +0 -1
- package/dist-es/commands/DescribeWorkflowTypeCommand.js +0 -1
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js +0 -1
- package/dist-es/commands/ListActivityTypesCommand.js +0 -1
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js +0 -1
- package/dist-es/commands/ListDomainsCommand.js +0 -1
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListWorkflowTypesCommand.js +0 -1
- package/dist-es/commands/PollForActivityTaskCommand.js +0 -1
- package/dist-es/commands/PollForDecisionTaskCommand.js +0 -1
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js +0 -1
- package/dist-es/commands/RegisterActivityTypeCommand.js +0 -1
- package/dist-es/commands/RegisterDomainCommand.js +0 -1
- package/dist-es/commands/RegisterWorkflowTypeCommand.js +0 -1
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js +0 -1
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js +0 -1
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js +0 -1
- package/dist-es/commands/RespondActivityTaskFailedCommand.js +0 -1
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js +0 -1
- package/dist-es/commands/SignalWorkflowExecutionCommand.js +0 -1
- package/dist-es/commands/StartWorkflowExecutionCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js +0 -1
- package/dist-es/commands/UndeprecateActivityTypeCommand.js +0 -1
- package/dist-es/commands/UndeprecateDomainCommand.js +0 -1
- package/dist-es/commands/UndeprecateWorkflowTypeCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/index.js +37 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +4 -48
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/pagination/GetWorkflowExecutionHistoryPaginator.js +0 -1
- package/dist-es/pagination/Interfaces.js +0 -1
- package/dist-es/pagination/ListActivityTypesPaginator.js +0 -1
- package/dist-es/pagination/ListClosedWorkflowExecutionsPaginator.js +0 -1
- package/dist-es/pagination/ListDomainsPaginator.js +0 -1
- package/dist-es/pagination/ListOpenWorkflowExecutionsPaginator.js +0 -1
- package/dist-es/pagination/ListWorkflowTypesPaginator.js +0 -1
- package/dist-es/pagination/PollForDecisionTaskPaginator.js +0 -1
- package/dist-es/pagination/index.js +8 -0
- package/dist-es/protocols/Aws_json1_0.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +37 -0
- package/dist-types/index.d.ts +4 -47
- package/dist-types/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/SWF.d.ts +16 -1467
- package/dist-types/ts3.4/SWFClient.d.ts +24 -104
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +2 -62
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +2 -63
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +2 -44
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +2 -48
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +2 -67
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +0 -58
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +2 -67
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +2 -44
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +2 -55
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +2 -67
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +2 -67
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +2 -67
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +2 -61
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +2 -59
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +2 -52
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +2 -39
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +2 -85
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -23
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +2 -63
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +2 -61
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +2 -48
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +2 -61
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -20
- package/dist-types/ts3.4/commands/index.d.ts +37 -0
- package/dist-types/ts3.4/index.d.ts +4 -47
- package/dist-types/ts3.4/models/models_0.d.ts +865 -4636
- package/dist-types/ts3.4/pagination/index.d.ts +8 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- 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/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.map +0 -1
- package/dist-es/commands/CountOpenWorkflowExecutionsCommand.js.map +0 -1
- package/dist-es/commands/CountPendingActivityTasksCommand.js.map +0 -1
- package/dist-es/commands/CountPendingDecisionTasksCommand.js.map +0 -1
- package/dist-es/commands/DeprecateActivityTypeCommand.js.map +0 -1
- package/dist-es/commands/DeprecateDomainCommand.js.map +0 -1
- package/dist-es/commands/DeprecateWorkflowTypeCommand.js.map +0 -1
- package/dist-es/commands/DescribeActivityTypeCommand.js.map +0 -1
- package/dist-es/commands/DescribeDomainCommand.js.map +0 -1
- package/dist-es/commands/DescribeWorkflowExecutionCommand.js.map +0 -1
- package/dist-es/commands/DescribeWorkflowTypeCommand.js.map +0 -1
- package/dist-es/commands/GetWorkflowExecutionHistoryCommand.js.map +0 -1
- package/dist-es/commands/ListActivityTypesCommand.js.map +0 -1
- package/dist-es/commands/ListClosedWorkflowExecutionsCommand.js.map +0 -1
- package/dist-es/commands/ListDomainsCommand.js.map +0 -1
- package/dist-es/commands/ListOpenWorkflowExecutionsCommand.js.map +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist-es/commands/ListWorkflowTypesCommand.js.map +0 -1
- package/dist-es/commands/PollForActivityTaskCommand.js.map +0 -1
- package/dist-es/commands/PollForDecisionTaskCommand.js.map +0 -1
- package/dist-es/commands/RecordActivityTaskHeartbeatCommand.js.map +0 -1
- package/dist-es/commands/RegisterActivityTypeCommand.js.map +0 -1
- package/dist-es/commands/RegisterDomainCommand.js.map +0 -1
- package/dist-es/commands/RegisterWorkflowTypeCommand.js.map +0 -1
- package/dist-es/commands/RequestCancelWorkflowExecutionCommand.js.map +0 -1
- package/dist-es/commands/RespondActivityTaskCanceledCommand.js.map +0 -1
- package/dist-es/commands/RespondActivityTaskCompletedCommand.js.map +0 -1
- package/dist-es/commands/RespondActivityTaskFailedCommand.js.map +0 -1
- package/dist-es/commands/RespondDecisionTaskCompletedCommand.js.map +0 -1
- package/dist-es/commands/SignalWorkflowExecutionCommand.js.map +0 -1
- package/dist-es/commands/StartWorkflowExecutionCommand.js.map +0 -1
- package/dist-es/commands/TagResourceCommand.js.map +0 -1
- package/dist-es/commands/TerminateWorkflowExecutionCommand.js.map +0 -1
- package/dist-es/commands/UndeprecateActivityTypeCommand.js.map +0 -1
- package/dist-es/commands/UndeprecateDomainCommand.js.map +0 -1
- 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.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- package/dist-es/pagination/GetWorkflowExecutionHistoryPaginator.js.map +0 -1
- 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/jest.config.js +0 -4
- package/src/SWF.ts +0 -2640
- package/src/SWFClient.ts +0 -446
- package/src/commands/CountClosedWorkflowExecutionsCommand.ts +0 -144
- package/src/commands/CountOpenWorkflowExecutionsCommand.ts +0 -144
- package/src/commands/CountPendingActivityTasksCommand.ts +0 -125
- package/src/commands/CountPendingDecisionTasksCommand.ts +0 -125
- package/src/commands/DeprecateActivityTypeCommand.ts +0 -137
- package/src/commands/DeprecateDomainCommand.ts +0 -126
- package/src/commands/DeprecateWorkflowTypeCommand.ts +0 -138
- package/src/commands/DescribeActivityTypeCommand.ts +0 -133
- package/src/commands/DescribeDomainCommand.ts +0 -119
- package/src/commands/DescribeWorkflowExecutionCommand.ts +0 -126
- package/src/commands/DescribeWorkflowTypeCommand.ts +0 -133
- package/src/commands/GetWorkflowExecutionHistoryCommand.ts +0 -127
- package/src/commands/ListActivityTypesCommand.ts +0 -122
- package/src/commands/ListClosedWorkflowExecutionsCommand.ts +0 -145
- package/src/commands/ListDomainsCommand.ts +0 -126
- package/src/commands/ListOpenWorkflowExecutionsCommand.ts +0 -145
- package/src/commands/ListTagsForResourceCommand.ts +0 -95
- package/src/commands/ListWorkflowTypesCommand.ts +0 -119
- package/src/commands/PollForActivityTaskCommand.ts +0 -130
- package/src/commands/PollForDecisionTaskCommand.ts +0 -142
- package/src/commands/RecordActivityTaskHeartbeatCommand.ts +0 -145
- package/src/commands/RegisterActivityTypeCommand.ts +0 -141
- package/src/commands/RegisterDomainCommand.ts +0 -118
- package/src/commands/RegisterWorkflowTypeCommand.ts +0 -142
- package/src/commands/RequestCancelWorkflowExecutionCommand.ts +0 -139
- package/src/commands/RespondActivityTaskCanceledCommand.ts +0 -139
- package/src/commands/RespondActivityTaskCompletedCommand.ts +0 -137
- package/src/commands/RespondActivityTaskFailedCommand.ts +0 -130
- package/src/commands/RespondDecisionTaskCompletedCommand.ts +0 -117
- package/src/commands/SignalWorkflowExecutionCommand.ts +0 -133
- package/src/commands/StartWorkflowExecutionCommand.ts +0 -160
- package/src/commands/TagResourceCommand.ts +0 -98
- package/src/commands/TerminateWorkflowExecutionCommand.ts +0 -141
- package/src/commands/UndeprecateActivityTypeCommand.ts +0 -136
- package/src/commands/UndeprecateDomainCommand.ts +0 -123
- package/src/commands/UndeprecateWorkflowTypeCommand.ts +0 -136
- package/src/commands/UntagResourceCommand.ts +0 -95
- package/src/endpoints.ts +0 -86
- package/src/index.ts +0 -48
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -7233
- package/src/pagination/GetWorkflowExecutionHistoryPaginator.ts +0 -59
- package/src/pagination/Interfaces.ts +0 -8
- package/src/pagination/ListActivityTypesPaginator.ts +0 -59
- package/src/pagination/ListClosedWorkflowExecutionsPaginator.ts +0 -59
- package/src/pagination/ListDomainsPaginator.ts +0 -55
- package/src/pagination/ListOpenWorkflowExecutionsPaginator.ts +0 -59
- package/src/pagination/ListWorkflowTypesPaginator.ts +0 -59
- package/src/pagination/PollForDecisionTaskPaginator.ts +0 -59
- package/src/protocols/Aws_json1_0.ts +0 -5978
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -46,139 +46,59 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
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>> {
|
|
49
|
-
|
|
50
|
-
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
51
|
-
*/
|
|
49
|
+
|
|
52
50
|
requestHandler?: __HttpHandler;
|
|
53
|
-
|
|
54
|
-
* A constructor for a class implementing the {@link __Hash} interface
|
|
55
|
-
* that computes the SHA-256 HMAC or checksum of a string or binary buffer.
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
51
|
+
|
|
58
52
|
sha256?: __HashConstructor;
|
|
59
|
-
|
|
60
|
-
* The function that will be used to convert strings into HTTP endpoints.
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
53
|
+
|
|
63
54
|
urlParser?: __UrlParser;
|
|
64
|
-
|
|
65
|
-
* A function that can calculate the length of a request body.
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
55
|
+
|
|
68
56
|
bodyLengthChecker?: (body: any) => number | undefined;
|
|
69
|
-
|
|
70
|
-
* A function that converts a stream into an array of bytes.
|
|
71
|
-
* @internal
|
|
72
|
-
*/
|
|
57
|
+
|
|
73
58
|
streamCollector?: __StreamCollector;
|
|
74
|
-
|
|
75
|
-
* The function that will be used to convert a base64-encoded string to a byte array.
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
59
|
+
|
|
78
60
|
base64Decoder?: __Decoder;
|
|
79
|
-
|
|
80
|
-
* The function that will be used to convert binary data to a base64-encoded string.
|
|
81
|
-
* @internal
|
|
82
|
-
*/
|
|
61
|
+
|
|
83
62
|
base64Encoder?: __Encoder;
|
|
84
|
-
|
|
85
|
-
* The function that will be used to convert a UTF8-encoded string to a byte array.
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
63
|
+
|
|
88
64
|
utf8Decoder?: __Decoder;
|
|
89
|
-
|
|
90
|
-
* The function that will be used to convert binary data to a UTF-8 encoded string.
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
65
|
+
|
|
93
66
|
utf8Encoder?: __Encoder;
|
|
94
|
-
|
|
95
|
-
* The runtime environment.
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
67
|
+
|
|
98
68
|
runtime?: string;
|
|
99
|
-
|
|
100
|
-
* Disable dyanamically changing the endpoint of the client based on the hostPrefix
|
|
101
|
-
* trait of an operation.
|
|
102
|
-
*/
|
|
69
|
+
|
|
103
70
|
disableHostPrefix?: boolean;
|
|
104
|
-
|
|
105
|
-
* Value for how many times a request will be made at most in case of retry.
|
|
106
|
-
*/
|
|
71
|
+
|
|
107
72
|
maxAttempts?: number | __Provider<number>;
|
|
108
|
-
|
|
109
|
-
* Specifies which retry algorithm to use.
|
|
110
|
-
*/
|
|
73
|
+
|
|
111
74
|
retryMode?: string | __Provider<string>;
|
|
112
|
-
|
|
113
|
-
* Optional logger for logging debug/info/warn/error.
|
|
114
|
-
*/
|
|
75
|
+
|
|
115
76
|
logger?: __Logger;
|
|
116
|
-
|
|
117
|
-
* Unique service identifier.
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
77
|
+
|
|
120
78
|
serviceId?: string;
|
|
121
|
-
|
|
122
|
-
* The AWS region to which this client will send requests
|
|
123
|
-
*/
|
|
79
|
+
|
|
124
80
|
region?: string | __Provider<string>;
|
|
125
|
-
|
|
126
|
-
* Default credentials provider; Not available in browser runtime.
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
81
|
+
|
|
129
82
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
130
|
-
|
|
131
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
83
|
+
|
|
134
84
|
regionInfoProvider?: RegionInfoProvider;
|
|
135
|
-
|
|
136
|
-
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
137
|
-
* @internal
|
|
138
|
-
*/
|
|
85
|
+
|
|
139
86
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
140
87
|
}
|
|
141
88
|
declare type SWFClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
142
|
-
|
|
143
|
-
* The configuration interface of SWFClient class constructor that set the region, credentials and other options.
|
|
144
|
-
*/
|
|
89
|
+
|
|
145
90
|
export interface SWFClientConfig extends SWFClientConfigType {
|
|
146
91
|
}
|
|
147
92
|
declare type SWFClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
|
|
148
|
-
|
|
149
|
-
* The resolved configuration interface of SWFClient class. This is resolved and normalized from the {@link SWFClientConfig | constructor configuration interface}.
|
|
150
|
-
*/
|
|
93
|
+
|
|
151
94
|
export interface SWFClientResolvedConfig extends SWFClientResolvedConfigType {
|
|
152
95
|
}
|
|
153
|
-
|
|
154
|
-
* <fullname>Amazon Simple Workflow Service</fullname>
|
|
155
|
-
*
|
|
156
|
-
* <p>The Amazon Simple Workflow Service (Amazon SWF) makes it easy to build applications that use Amazon's cloud to
|
|
157
|
-
* coordinate work across distributed components. In Amazon SWF, a <i>task</i>
|
|
158
|
-
* represents a logical unit of work that is performed by a component of your workflow.
|
|
159
|
-
* Coordinating tasks in a workflow involves managing intertask dependencies, scheduling, and
|
|
160
|
-
* concurrency in accordance with the logical flow of the application.</p>
|
|
161
|
-
*
|
|
162
|
-
* <p>Amazon SWF gives you full control over implementing tasks and coordinating them without
|
|
163
|
-
* worrying about underlying complexities such as tracking their progress and maintaining their
|
|
164
|
-
* state.</p>
|
|
165
|
-
*
|
|
166
|
-
* <p>This documentation serves as reference only. For a broader overview of the Amazon SWF
|
|
167
|
-
* programming model, see the <i>
|
|
168
|
-
* <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/">Amazon SWF Developer Guide</a>
|
|
169
|
-
* </i>.</p>
|
|
170
|
-
*/
|
|
96
|
+
|
|
171
97
|
export declare class SWFClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, SWFClientResolvedConfig> {
|
|
172
|
-
|
|
173
|
-
* The resolved configuration of SWFClient class. This is resolved and normalized from the {@link SWFClientConfig | constructor configuration interface}.
|
|
174
|
-
*/
|
|
98
|
+
|
|
175
99
|
readonly config: SWFClientResolvedConfig;
|
|
176
100
|
constructor(configuration: SWFClientConfig);
|
|
177
|
-
|
|
178
|
-
* Destroy underlying resources, like sockets. It's usually not necessary to do this.
|
|
179
|
-
* However in Node.js, it's best to explicitly shut down the client's agent when it is no longer needed.
|
|
180
|
-
* Otherwise, sockets might stay open for quite a long time before the server terminates them.
|
|
181
|
-
*/
|
|
101
|
+
|
|
182
102
|
destroy(): void;
|
|
183
103
|
}
|
|
184
104
|
export {};
|
|
@@ -6,75 +6,11 @@ export interface CountClosedWorkflowExecutionsCommandInput extends CountClosedWo
|
|
|
6
6
|
}
|
|
7
7
|
export interface CountClosedWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the number of closed workflow executions within the given domain that meet the
|
|
11
|
-
* specified filtering criteria.</p>
|
|
12
|
-
* <note>
|
|
13
|
-
* <p>This operation is eventually consistent. The results are best effort and may not
|
|
14
|
-
* exactly reflect recent updates and changes.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p>
|
|
17
|
-
* <b>Access Control</b>
|
|
18
|
-
* </p>
|
|
19
|
-
* <p>You can use IAM policies to control this action's access to Amazon SWF resources as
|
|
20
|
-
* follows:</p>
|
|
21
|
-
* <ul>
|
|
22
|
-
* <li>
|
|
23
|
-
* <p>Use a <code>Resource</code> element with the domain name to limit the action to
|
|
24
|
-
* only specified domains.</p>
|
|
25
|
-
* </li>
|
|
26
|
-
* <li>
|
|
27
|
-
* <p>Use an <code>Action</code> element to allow or deny permission to call this
|
|
28
|
-
* action.</p>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>Constrain the following parameters by using a <code>Condition</code> element with
|
|
32
|
-
* the appropriate keys.</p>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>
|
|
36
|
-
* <code>tagFilter.tag</code>: String constraint. The key is
|
|
37
|
-
* <code>swf:tagFilter.tag</code>.</p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>
|
|
41
|
-
* <code>typeFilter.name</code>: String constraint. The key is
|
|
42
|
-
* <code>swf:typeFilter.name</code>.</p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>
|
|
46
|
-
* <code>typeFilter.version</code>: String constraint. The key is
|
|
47
|
-
* <code>swf:typeFilter.version</code>.</p>
|
|
48
|
-
* </li>
|
|
49
|
-
* </ul>
|
|
50
|
-
* </li>
|
|
51
|
-
* </ul>
|
|
52
|
-
* <p>If the caller doesn't have sufficient permissions to invoke the action, or the
|
|
53
|
-
* parameter values fall outside the specified constraints, the action fails. The associated
|
|
54
|
-
* event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>.
|
|
55
|
-
* For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF
|
|
56
|
-
* Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
|
|
57
|
-
* @example
|
|
58
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
59
|
-
* ```javascript
|
|
60
|
-
* import { SWFClient, CountClosedWorkflowExecutionsCommand } from "@aws-sdk/client-swf"; // ES Modules import
|
|
61
|
-
* // const { SWFClient, CountClosedWorkflowExecutionsCommand } = require("@aws-sdk/client-swf"); // CommonJS import
|
|
62
|
-
* const client = new SWFClient(config);
|
|
63
|
-
* const command = new CountClosedWorkflowExecutionsCommand(input);
|
|
64
|
-
* const response = await client.send(command);
|
|
65
|
-
* ```
|
|
66
|
-
*
|
|
67
|
-
* @see {@link CountClosedWorkflowExecutionsCommandInput} for command's `input` shape.
|
|
68
|
-
* @see {@link CountClosedWorkflowExecutionsCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
|
|
70
|
-
*
|
|
71
|
-
*/
|
|
9
|
+
|
|
72
10
|
export declare class CountClosedWorkflowExecutionsCommand extends $Command<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
|
|
73
11
|
readonly input: CountClosedWorkflowExecutionsCommandInput;
|
|
74
12
|
constructor(input: CountClosedWorkflowExecutionsCommandInput);
|
|
75
|
-
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
13
|
+
|
|
78
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput>;
|
|
79
15
|
private serialize;
|
|
80
16
|
private deserialize;
|
|
@@ -6,75 +6,11 @@ export interface CountOpenWorkflowExecutionsCommandInput extends CountOpenWorkfl
|
|
|
6
6
|
}
|
|
7
7
|
export interface CountOpenWorkflowExecutionsCommandOutput extends WorkflowExecutionCount, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the number of open workflow executions within the given domain that meet the
|
|
11
|
-
* specified filtering criteria.</p>
|
|
12
|
-
* <note>
|
|
13
|
-
* <p>This operation is eventually consistent. The results are best effort and may not
|
|
14
|
-
* exactly reflect recent updates and changes.</p>
|
|
15
|
-
* </note>
|
|
16
|
-
* <p>
|
|
17
|
-
* <b>Access Control</b>
|
|
18
|
-
* </p>
|
|
19
|
-
* <p>You can use IAM policies to control this action's access to Amazon SWF resources as
|
|
20
|
-
* follows:</p>
|
|
21
|
-
* <ul>
|
|
22
|
-
* <li>
|
|
23
|
-
* <p>Use a <code>Resource</code> element with the domain name to limit the action to
|
|
24
|
-
* only specified domains.</p>
|
|
25
|
-
* </li>
|
|
26
|
-
* <li>
|
|
27
|
-
* <p>Use an <code>Action</code> element to allow or deny permission to call this
|
|
28
|
-
* action.</p>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>Constrain the following parameters by using a <code>Condition</code> element with
|
|
32
|
-
* the appropriate keys.</p>
|
|
33
|
-
* <ul>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>
|
|
36
|
-
* <code>tagFilter.tag</code>: String constraint. The key is
|
|
37
|
-
* <code>swf:tagFilter.tag</code>.</p>
|
|
38
|
-
* </li>
|
|
39
|
-
* <li>
|
|
40
|
-
* <p>
|
|
41
|
-
* <code>typeFilter.name</code>: String constraint. The key is
|
|
42
|
-
* <code>swf:typeFilter.name</code>.</p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>
|
|
46
|
-
* <code>typeFilter.version</code>: String constraint. The key is
|
|
47
|
-
* <code>swf:typeFilter.version</code>.</p>
|
|
48
|
-
* </li>
|
|
49
|
-
* </ul>
|
|
50
|
-
* </li>
|
|
51
|
-
* </ul>
|
|
52
|
-
* <p>If the caller doesn't have sufficient permissions to invoke the action, or the
|
|
53
|
-
* parameter values fall outside the specified constraints, the action fails. The associated
|
|
54
|
-
* event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>.
|
|
55
|
-
* For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF
|
|
56
|
-
* Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
|
|
57
|
-
* @example
|
|
58
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
59
|
-
* ```javascript
|
|
60
|
-
* import { SWFClient, CountOpenWorkflowExecutionsCommand } from "@aws-sdk/client-swf"; // ES Modules import
|
|
61
|
-
* // const { SWFClient, CountOpenWorkflowExecutionsCommand } = require("@aws-sdk/client-swf"); // CommonJS import
|
|
62
|
-
* const client = new SWFClient(config);
|
|
63
|
-
* const command = new CountOpenWorkflowExecutionsCommand(input);
|
|
64
|
-
* const response = await client.send(command);
|
|
65
|
-
* ```
|
|
66
|
-
*
|
|
67
|
-
* @see {@link CountOpenWorkflowExecutionsCommandInput} for command's `input` shape.
|
|
68
|
-
* @see {@link CountOpenWorkflowExecutionsCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
|
|
70
|
-
*
|
|
71
|
-
*/
|
|
9
|
+
|
|
72
10
|
export declare class CountOpenWorkflowExecutionsCommand extends $Command<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput, SWFClientResolvedConfig> {
|
|
73
11
|
readonly input: CountOpenWorkflowExecutionsCommandInput;
|
|
74
12
|
constructor(input: CountOpenWorkflowExecutionsCommandInput);
|
|
75
|
-
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
13
|
+
|
|
78
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput>;
|
|
79
15
|
private serialize;
|
|
80
16
|
private deserialize;
|
|
@@ -6,56 +6,11 @@ export interface CountPendingActivityTasksCommandInput extends CountPendingActiv
|
|
|
6
6
|
}
|
|
7
7
|
export interface CountPendingActivityTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the estimated number of activity tasks in the specified task list. The count
|
|
11
|
-
* returned is an approximation and isn't guaranteed to be exact. If you specify a task list that
|
|
12
|
-
* no activity task was ever scheduled in then <code>0</code> is returned.</p>
|
|
13
|
-
* <p>
|
|
14
|
-
* <b>Access Control</b>
|
|
15
|
-
* </p>
|
|
16
|
-
* <p>You can use IAM policies to control this action's access to Amazon SWF resources as
|
|
17
|
-
* follows:</p>
|
|
18
|
-
* <ul>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>Use a <code>Resource</code> element with the domain name to limit the action to
|
|
21
|
-
* only specified domains.</p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>Use an <code>Action</code> element to allow or deny permission to call this
|
|
25
|
-
* action.</p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>Constrain the <code>taskList.name</code> parameter by using a
|
|
29
|
-
* <code>Condition</code> element with the <code>swf:taskList.name</code> key to allow the
|
|
30
|
-
* action to access only certain task lists.</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* </ul>
|
|
33
|
-
* <p>If the caller doesn't have sufficient permissions to invoke the action, or the
|
|
34
|
-
* parameter values fall outside the specified constraints, the action fails. The associated
|
|
35
|
-
* event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>.
|
|
36
|
-
* For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF
|
|
37
|
-
* Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
|
|
38
|
-
* @example
|
|
39
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
-
* ```javascript
|
|
41
|
-
* import { SWFClient, CountPendingActivityTasksCommand } from "@aws-sdk/client-swf"; // ES Modules import
|
|
42
|
-
* // const { SWFClient, CountPendingActivityTasksCommand } = require("@aws-sdk/client-swf"); // CommonJS import
|
|
43
|
-
* const client = new SWFClient(config);
|
|
44
|
-
* const command = new CountPendingActivityTasksCommand(input);
|
|
45
|
-
* const response = await client.send(command);
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
|
-
* @see {@link CountPendingActivityTasksCommandInput} for command's `input` shape.
|
|
49
|
-
* @see {@link CountPendingActivityTasksCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
9
|
+
|
|
53
10
|
export declare class CountPendingActivityTasksCommand extends $Command<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput, SWFClientResolvedConfig> {
|
|
54
11
|
readonly input: CountPendingActivityTasksCommandInput;
|
|
55
12
|
constructor(input: CountPendingActivityTasksCommandInput);
|
|
56
|
-
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
13
|
+
|
|
59
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput>;
|
|
60
15
|
private serialize;
|
|
61
16
|
private deserialize;
|
|
@@ -6,56 +6,11 @@ export interface CountPendingDecisionTasksCommandInput extends CountPendingDecis
|
|
|
6
6
|
}
|
|
7
7
|
export interface CountPendingDecisionTasksCommandOutput extends PendingTaskCount, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Returns the estimated number of decision tasks in the specified task list. The count
|
|
11
|
-
* returned is an approximation and isn't guaranteed to be exact. If you specify a task list that
|
|
12
|
-
* no decision task was ever scheduled in then <code>0</code> is returned.</p>
|
|
13
|
-
* <p>
|
|
14
|
-
* <b>Access Control</b>
|
|
15
|
-
* </p>
|
|
16
|
-
* <p>You can use IAM policies to control this action's access to Amazon SWF resources as
|
|
17
|
-
* follows:</p>
|
|
18
|
-
* <ul>
|
|
19
|
-
* <li>
|
|
20
|
-
* <p>Use a <code>Resource</code> element with the domain name to limit the action to
|
|
21
|
-
* only specified domains.</p>
|
|
22
|
-
* </li>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>Use an <code>Action</code> element to allow or deny permission to call this
|
|
25
|
-
* action.</p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>Constrain the <code>taskList.name</code> parameter by using a
|
|
29
|
-
* <code>Condition</code> element with the <code>swf:taskList.name</code> key to allow the
|
|
30
|
-
* action to access only certain task lists.</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* </ul>
|
|
33
|
-
* <p>If the caller doesn't have sufficient permissions to invoke the action, or the
|
|
34
|
-
* parameter values fall outside the specified constraints, the action fails. The associated
|
|
35
|
-
* event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>.
|
|
36
|
-
* For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF
|
|
37
|
-
* Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
|
|
38
|
-
* @example
|
|
39
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
40
|
-
* ```javascript
|
|
41
|
-
* import { SWFClient, CountPendingDecisionTasksCommand } from "@aws-sdk/client-swf"; // ES Modules import
|
|
42
|
-
* // const { SWFClient, CountPendingDecisionTasksCommand } = require("@aws-sdk/client-swf"); // CommonJS import
|
|
43
|
-
* const client = new SWFClient(config);
|
|
44
|
-
* const command = new CountPendingDecisionTasksCommand(input);
|
|
45
|
-
* const response = await client.send(command);
|
|
46
|
-
* ```
|
|
47
|
-
*
|
|
48
|
-
* @see {@link CountPendingDecisionTasksCommandInput} for command's `input` shape.
|
|
49
|
-
* @see {@link CountPendingDecisionTasksCommandOutput} for command's `response` shape.
|
|
50
|
-
* @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
|
|
51
|
-
*
|
|
52
|
-
*/
|
|
9
|
+
|
|
53
10
|
export declare class CountPendingDecisionTasksCommand extends $Command<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput, SWFClientResolvedConfig> {
|
|
54
11
|
readonly input: CountPendingDecisionTasksCommandInput;
|
|
55
12
|
constructor(input: CountPendingDecisionTasksCommandInput);
|
|
56
|
-
|
|
57
|
-
* @internal
|
|
58
|
-
*/
|
|
13
|
+
|
|
59
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput>;
|
|
60
15
|
private serialize;
|
|
61
16
|
private deserialize;
|
|
@@ -6,71 +6,11 @@ export interface DeprecateActivityTypeCommandInput extends DeprecateActivityType
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeprecateActivityTypeCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deprecates the specified <i>activity type</i>. After an activity type has
|
|
11
|
-
* been deprecated, you cannot create new tasks of that activity type. Tasks of this type that
|
|
12
|
-
* were scheduled before the type was deprecated continue to run.</p>
|
|
13
|
-
* <note>
|
|
14
|
-
* <p>This operation is eventually consistent. The results are best effort and may not
|
|
15
|
-
* exactly reflect recent updates and changes.</p>
|
|
16
|
-
* </note>
|
|
17
|
-
* <p>
|
|
18
|
-
* <b>Access Control</b>
|
|
19
|
-
* </p>
|
|
20
|
-
* <p>You can use IAM policies to control this action's access to Amazon SWF resources as
|
|
21
|
-
* follows:</p>
|
|
22
|
-
* <ul>
|
|
23
|
-
* <li>
|
|
24
|
-
* <p>Use a <code>Resource</code> element with the domain name to limit the action to
|
|
25
|
-
* only specified domains.</p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>Use an <code>Action</code> element to allow or deny permission to call this
|
|
29
|
-
* action.</p>
|
|
30
|
-
* </li>
|
|
31
|
-
* <li>
|
|
32
|
-
* <p>Constrain the following parameters by using a <code>Condition</code> element with
|
|
33
|
-
* the appropriate keys.</p>
|
|
34
|
-
* <ul>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>
|
|
37
|
-
* <code>activityType.name</code>: String constraint. The key is
|
|
38
|
-
* <code>swf:activityType.name</code>.</p>
|
|
39
|
-
* </li>
|
|
40
|
-
* <li>
|
|
41
|
-
* <p>
|
|
42
|
-
* <code>activityType.version</code>: String constraint. The key is
|
|
43
|
-
* <code>swf:activityType.version</code>.</p>
|
|
44
|
-
* </li>
|
|
45
|
-
* </ul>
|
|
46
|
-
* </li>
|
|
47
|
-
* </ul>
|
|
48
|
-
* <p>If the caller doesn't have sufficient permissions to invoke the action, or the
|
|
49
|
-
* parameter values fall outside the specified constraints, the action fails. The associated
|
|
50
|
-
* event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>.
|
|
51
|
-
* For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF
|
|
52
|
-
* Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
|
|
53
|
-
* @example
|
|
54
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
55
|
-
* ```javascript
|
|
56
|
-
* import { SWFClient, DeprecateActivityTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import
|
|
57
|
-
* // const { SWFClient, DeprecateActivityTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import
|
|
58
|
-
* const client = new SWFClient(config);
|
|
59
|
-
* const command = new DeprecateActivityTypeCommand(input);
|
|
60
|
-
* const response = await client.send(command);
|
|
61
|
-
* ```
|
|
62
|
-
*
|
|
63
|
-
* @see {@link DeprecateActivityTypeCommandInput} for command's `input` shape.
|
|
64
|
-
* @see {@link DeprecateActivityTypeCommandOutput} for command's `response` shape.
|
|
65
|
-
* @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
|
|
66
|
-
*
|
|
67
|
-
*/
|
|
9
|
+
|
|
68
10
|
export declare class DeprecateActivityTypeCommand extends $Command<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput, SWFClientResolvedConfig> {
|
|
69
11
|
readonly input: DeprecateActivityTypeCommandInput;
|
|
70
12
|
constructor(input: DeprecateActivityTypeCommandInput);
|
|
71
|
-
|
|
72
|
-
* @internal
|
|
73
|
-
*/
|
|
13
|
+
|
|
74
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput>;
|
|
75
15
|
private serialize;
|
|
76
16
|
private deserialize;
|
|
@@ -6,60 +6,11 @@ export interface DeprecateDomainCommandInput extends DeprecateDomainInput {
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeprecateDomainCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deprecates the specified domain. After a domain has been deprecated it cannot be used
|
|
11
|
-
* to create new workflow executions or register new types. However, you can still use visibility
|
|
12
|
-
* actions on this domain. Deprecating a domain also deprecates all activity and workflow types
|
|
13
|
-
* registered in the domain. Executions that were started before the domain was deprecated
|
|
14
|
-
* continues to run.</p>
|
|
15
|
-
* <note>
|
|
16
|
-
* <p>This operation is eventually consistent. The results are best effort and may not
|
|
17
|
-
* exactly reflect recent updates and changes.</p>
|
|
18
|
-
* </note>
|
|
19
|
-
* <p>
|
|
20
|
-
* <b>Access Control</b>
|
|
21
|
-
* </p>
|
|
22
|
-
* <p>You can use IAM policies to control this action's access to Amazon SWF resources as
|
|
23
|
-
* follows:</p>
|
|
24
|
-
* <ul>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>Use a <code>Resource</code> element with the domain name to limit the action to
|
|
27
|
-
* only specified domains.</p>
|
|
28
|
-
* </li>
|
|
29
|
-
* <li>
|
|
30
|
-
* <p>Use an <code>Action</code> element to allow or deny permission to call this
|
|
31
|
-
* action.</p>
|
|
32
|
-
* </li>
|
|
33
|
-
* <li>
|
|
34
|
-
* <p>You cannot use an IAM policy to constrain this action's parameters.</p>
|
|
35
|
-
* </li>
|
|
36
|
-
* </ul>
|
|
37
|
-
* <p>If the caller doesn't have sufficient permissions to invoke the action, or the
|
|
38
|
-
* parameter values fall outside the specified constraints, the action fails. The associated
|
|
39
|
-
* event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>.
|
|
40
|
-
* For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF
|
|
41
|
-
* Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
|
|
42
|
-
* @example
|
|
43
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
44
|
-
* ```javascript
|
|
45
|
-
* import { SWFClient, DeprecateDomainCommand } from "@aws-sdk/client-swf"; // ES Modules import
|
|
46
|
-
* // const { SWFClient, DeprecateDomainCommand } = require("@aws-sdk/client-swf"); // CommonJS import
|
|
47
|
-
* const client = new SWFClient(config);
|
|
48
|
-
* const command = new DeprecateDomainCommand(input);
|
|
49
|
-
* const response = await client.send(command);
|
|
50
|
-
* ```
|
|
51
|
-
*
|
|
52
|
-
* @see {@link DeprecateDomainCommandInput} for command's `input` shape.
|
|
53
|
-
* @see {@link DeprecateDomainCommandOutput} for command's `response` shape.
|
|
54
|
-
* @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
|
|
55
|
-
*
|
|
56
|
-
*/
|
|
9
|
+
|
|
57
10
|
export declare class DeprecateDomainCommand extends $Command<DeprecateDomainCommandInput, DeprecateDomainCommandOutput, SWFClientResolvedConfig> {
|
|
58
11
|
readonly input: DeprecateDomainCommandInput;
|
|
59
12
|
constructor(input: DeprecateDomainCommandInput);
|
|
60
|
-
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
13
|
+
|
|
63
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateDomainCommandInput, DeprecateDomainCommandOutput>;
|
|
64
15
|
private serialize;
|
|
65
16
|
private deserialize;
|
|
@@ -6,72 +6,11 @@ export interface DeprecateWorkflowTypeCommandInput extends DeprecateWorkflowType
|
|
|
6
6
|
}
|
|
7
7
|
export interface DeprecateWorkflowTypeCommandOutput extends __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <p>Deprecates the specified <i>workflow type</i>. After a workflow type has
|
|
11
|
-
* been deprecated, you cannot create new executions of that type. Executions that were started
|
|
12
|
-
* before the type was deprecated continues to run. A deprecated workflow type may still be used
|
|
13
|
-
* when calling visibility actions.</p>
|
|
14
|
-
* <note>
|
|
15
|
-
* <p>This operation is eventually consistent. The results are best effort and may not
|
|
16
|
-
* exactly reflect recent updates and changes.</p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>
|
|
19
|
-
* <b>Access Control</b>
|
|
20
|
-
* </p>
|
|
21
|
-
* <p>You can use IAM policies to control this action's access to Amazon SWF resources as
|
|
22
|
-
* follows:</p>
|
|
23
|
-
* <ul>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>Use a <code>Resource</code> element with the domain name to limit the action to
|
|
26
|
-
* only specified domains.</p>
|
|
27
|
-
* </li>
|
|
28
|
-
* <li>
|
|
29
|
-
* <p>Use an <code>Action</code> element to allow or deny permission to call this
|
|
30
|
-
* action.</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>Constrain the following parameters by using a <code>Condition</code> element with
|
|
34
|
-
* the appropriate keys.</p>
|
|
35
|
-
* <ul>
|
|
36
|
-
* <li>
|
|
37
|
-
* <p>
|
|
38
|
-
* <code>workflowType.name</code>: String constraint. The key is
|
|
39
|
-
* <code>swf:workflowType.name</code>.</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* <li>
|
|
42
|
-
* <p>
|
|
43
|
-
* <code>workflowType.version</code>: String constraint. The key is
|
|
44
|
-
* <code>swf:workflowType.version</code>.</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* </ul>
|
|
47
|
-
* </li>
|
|
48
|
-
* </ul>
|
|
49
|
-
* <p>If the caller doesn't have sufficient permissions to invoke the action, or the
|
|
50
|
-
* parameter values fall outside the specified constraints, the action fails. The associated
|
|
51
|
-
* event attribute's <code>cause</code> parameter is set to <code>OPERATION_NOT_PERMITTED</code>.
|
|
52
|
-
* For details and example IAM policies, see <a href="https://docs.aws.amazon.com/amazonswf/latest/developerguide/swf-dev-iam.html">Using IAM to Manage Access to Amazon SWF
|
|
53
|
-
* Workflows</a> in the <i>Amazon SWF Developer Guide</i>.</p>
|
|
54
|
-
* @example
|
|
55
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
56
|
-
* ```javascript
|
|
57
|
-
* import { SWFClient, DeprecateWorkflowTypeCommand } from "@aws-sdk/client-swf"; // ES Modules import
|
|
58
|
-
* // const { SWFClient, DeprecateWorkflowTypeCommand } = require("@aws-sdk/client-swf"); // CommonJS import
|
|
59
|
-
* const client = new SWFClient(config);
|
|
60
|
-
* const command = new DeprecateWorkflowTypeCommand(input);
|
|
61
|
-
* const response = await client.send(command);
|
|
62
|
-
* ```
|
|
63
|
-
*
|
|
64
|
-
* @see {@link DeprecateWorkflowTypeCommandInput} for command's `input` shape.
|
|
65
|
-
* @see {@link DeprecateWorkflowTypeCommandOutput} for command's `response` shape.
|
|
66
|
-
* @see {@link SWFClientResolvedConfig | config} for command's `input` shape.
|
|
67
|
-
*
|
|
68
|
-
*/
|
|
9
|
+
|
|
69
10
|
export declare class DeprecateWorkflowTypeCommand extends $Command<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput, SWFClientResolvedConfig> {
|
|
70
11
|
readonly input: DeprecateWorkflowTypeCommandInput;
|
|
71
12
|
constructor(input: DeprecateWorkflowTypeCommandInput);
|
|
72
|
-
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
13
|
+
|
|
75
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: SWFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput>;
|
|
76
15
|
private serialize;
|
|
77
16
|
private deserialize;
|