@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,1059 +1,605 @@
|
|
|
1
1
|
import { __assign } from "tslib";
|
|
2
2
|
export var ActivityType;
|
|
3
3
|
(function (ActivityType) {
|
|
4
|
-
/**
|
|
5
|
-
* @internal
|
|
6
|
-
*/
|
|
7
4
|
ActivityType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
8
5
|
})(ActivityType || (ActivityType = {}));
|
|
9
6
|
export var WorkflowExecution;
|
|
10
7
|
(function (WorkflowExecution) {
|
|
11
|
-
/**
|
|
12
|
-
* @internal
|
|
13
|
-
*/
|
|
14
8
|
WorkflowExecution.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
15
9
|
})(WorkflowExecution || (WorkflowExecution = {}));
|
|
16
10
|
export var ActivityTask;
|
|
17
11
|
(function (ActivityTask) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
12
|
ActivityTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
22
13
|
})(ActivityTask || (ActivityTask = {}));
|
|
23
14
|
export var ActivityTaskCanceledEventAttributes;
|
|
24
15
|
(function (ActivityTaskCanceledEventAttributes) {
|
|
25
|
-
/**
|
|
26
|
-
* @internal
|
|
27
|
-
*/
|
|
28
16
|
ActivityTaskCanceledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
29
17
|
})(ActivityTaskCanceledEventAttributes || (ActivityTaskCanceledEventAttributes = {}));
|
|
30
18
|
export var ActivityTaskCancelRequestedEventAttributes;
|
|
31
19
|
(function (ActivityTaskCancelRequestedEventAttributes) {
|
|
32
|
-
/**
|
|
33
|
-
* @internal
|
|
34
|
-
*/
|
|
35
20
|
ActivityTaskCancelRequestedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
36
21
|
})(ActivityTaskCancelRequestedEventAttributes || (ActivityTaskCancelRequestedEventAttributes = {}));
|
|
37
22
|
export var ActivityTaskCompletedEventAttributes;
|
|
38
23
|
(function (ActivityTaskCompletedEventAttributes) {
|
|
39
|
-
/**
|
|
40
|
-
* @internal
|
|
41
|
-
*/
|
|
42
24
|
ActivityTaskCompletedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
43
25
|
})(ActivityTaskCompletedEventAttributes || (ActivityTaskCompletedEventAttributes = {}));
|
|
44
26
|
export var ActivityTaskFailedEventAttributes;
|
|
45
27
|
(function (ActivityTaskFailedEventAttributes) {
|
|
46
|
-
/**
|
|
47
|
-
* @internal
|
|
48
|
-
*/
|
|
49
28
|
ActivityTaskFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
50
29
|
})(ActivityTaskFailedEventAttributes || (ActivityTaskFailedEventAttributes = {}));
|
|
51
30
|
export var TaskList;
|
|
52
31
|
(function (TaskList) {
|
|
53
|
-
/**
|
|
54
|
-
* @internal
|
|
55
|
-
*/
|
|
56
32
|
TaskList.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
57
33
|
})(TaskList || (TaskList = {}));
|
|
58
34
|
export var ActivityTaskScheduledEventAttributes;
|
|
59
35
|
(function (ActivityTaskScheduledEventAttributes) {
|
|
60
|
-
/**
|
|
61
|
-
* @internal
|
|
62
|
-
*/
|
|
63
36
|
ActivityTaskScheduledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
64
37
|
})(ActivityTaskScheduledEventAttributes || (ActivityTaskScheduledEventAttributes = {}));
|
|
65
38
|
export var ActivityTaskStartedEventAttributes;
|
|
66
39
|
(function (ActivityTaskStartedEventAttributes) {
|
|
67
|
-
/**
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
70
40
|
ActivityTaskStartedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
41
|
})(ActivityTaskStartedEventAttributes || (ActivityTaskStartedEventAttributes = {}));
|
|
72
42
|
export var ActivityTaskStatus;
|
|
73
43
|
(function (ActivityTaskStatus) {
|
|
74
|
-
/**
|
|
75
|
-
* @internal
|
|
76
|
-
*/
|
|
77
44
|
ActivityTaskStatus.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
78
45
|
})(ActivityTaskStatus || (ActivityTaskStatus = {}));
|
|
79
46
|
export var ActivityTaskTimedOutEventAttributes;
|
|
80
47
|
(function (ActivityTaskTimedOutEventAttributes) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
48
|
ActivityTaskTimedOutEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
85
49
|
})(ActivityTaskTimedOutEventAttributes || (ActivityTaskTimedOutEventAttributes = {}));
|
|
86
50
|
export var ActivityTypeConfiguration;
|
|
87
51
|
(function (ActivityTypeConfiguration) {
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
52
|
ActivityTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
92
53
|
})(ActivityTypeConfiguration || (ActivityTypeConfiguration = {}));
|
|
93
54
|
export var ActivityTypeInfo;
|
|
94
55
|
(function (ActivityTypeInfo) {
|
|
95
|
-
/**
|
|
96
|
-
* @internal
|
|
97
|
-
*/
|
|
98
56
|
ActivityTypeInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
99
57
|
})(ActivityTypeInfo || (ActivityTypeInfo = {}));
|
|
100
58
|
export var ActivityTypeDetail;
|
|
101
59
|
(function (ActivityTypeDetail) {
|
|
102
|
-
/**
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
105
60
|
ActivityTypeDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
106
61
|
})(ActivityTypeDetail || (ActivityTypeDetail = {}));
|
|
107
62
|
export var ActivityTypeInfos;
|
|
108
63
|
(function (ActivityTypeInfos) {
|
|
109
|
-
/**
|
|
110
|
-
* @internal
|
|
111
|
-
*/
|
|
112
64
|
ActivityTypeInfos.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
113
65
|
})(ActivityTypeInfos || (ActivityTypeInfos = {}));
|
|
114
66
|
export var CancelTimerDecisionAttributes;
|
|
115
67
|
(function (CancelTimerDecisionAttributes) {
|
|
116
|
-
/**
|
|
117
|
-
* @internal
|
|
118
|
-
*/
|
|
119
68
|
CancelTimerDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
120
69
|
})(CancelTimerDecisionAttributes || (CancelTimerDecisionAttributes = {}));
|
|
121
70
|
export var CancelTimerFailedEventAttributes;
|
|
122
71
|
(function (CancelTimerFailedEventAttributes) {
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
72
|
CancelTimerFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
127
73
|
})(CancelTimerFailedEventAttributes || (CancelTimerFailedEventAttributes = {}));
|
|
128
74
|
export var CancelWorkflowExecutionDecisionAttributes;
|
|
129
75
|
(function (CancelWorkflowExecutionDecisionAttributes) {
|
|
130
|
-
/**
|
|
131
|
-
* @internal
|
|
132
|
-
*/
|
|
133
76
|
CancelWorkflowExecutionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
134
77
|
})(CancelWorkflowExecutionDecisionAttributes || (CancelWorkflowExecutionDecisionAttributes = {}));
|
|
135
78
|
export var CancelWorkflowExecutionFailedEventAttributes;
|
|
136
79
|
(function (CancelWorkflowExecutionFailedEventAttributes) {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
80
|
CancelWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
141
81
|
})(CancelWorkflowExecutionFailedEventAttributes || (CancelWorkflowExecutionFailedEventAttributes = {}));
|
|
142
82
|
export var WorkflowType;
|
|
143
83
|
(function (WorkflowType) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
84
|
WorkflowType.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
148
85
|
})(WorkflowType || (WorkflowType = {}));
|
|
149
86
|
export var ChildWorkflowExecutionCanceledEventAttributes;
|
|
150
87
|
(function (ChildWorkflowExecutionCanceledEventAttributes) {
|
|
151
|
-
/**
|
|
152
|
-
* @internal
|
|
153
|
-
*/
|
|
154
88
|
ChildWorkflowExecutionCanceledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
155
89
|
})(ChildWorkflowExecutionCanceledEventAttributes || (ChildWorkflowExecutionCanceledEventAttributes = {}));
|
|
156
90
|
export var ChildWorkflowExecutionCompletedEventAttributes;
|
|
157
91
|
(function (ChildWorkflowExecutionCompletedEventAttributes) {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
92
|
ChildWorkflowExecutionCompletedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
162
93
|
})(ChildWorkflowExecutionCompletedEventAttributes || (ChildWorkflowExecutionCompletedEventAttributes = {}));
|
|
163
94
|
export var ChildWorkflowExecutionFailedEventAttributes;
|
|
164
95
|
(function (ChildWorkflowExecutionFailedEventAttributes) {
|
|
165
|
-
/**
|
|
166
|
-
* @internal
|
|
167
|
-
*/
|
|
168
96
|
ChildWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
169
97
|
})(ChildWorkflowExecutionFailedEventAttributes || (ChildWorkflowExecutionFailedEventAttributes = {}));
|
|
170
98
|
export var ChildWorkflowExecutionStartedEventAttributes;
|
|
171
99
|
(function (ChildWorkflowExecutionStartedEventAttributes) {
|
|
172
|
-
/**
|
|
173
|
-
* @internal
|
|
174
|
-
*/
|
|
175
100
|
ChildWorkflowExecutionStartedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
101
|
})(ChildWorkflowExecutionStartedEventAttributes || (ChildWorkflowExecutionStartedEventAttributes = {}));
|
|
177
102
|
export var ChildWorkflowExecutionTerminatedEventAttributes;
|
|
178
103
|
(function (ChildWorkflowExecutionTerminatedEventAttributes) {
|
|
179
|
-
/**
|
|
180
|
-
* @internal
|
|
181
|
-
*/
|
|
182
104
|
ChildWorkflowExecutionTerminatedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
183
105
|
})(ChildWorkflowExecutionTerminatedEventAttributes || (ChildWorkflowExecutionTerminatedEventAttributes = {}));
|
|
184
106
|
export var ChildWorkflowExecutionTimedOutEventAttributes;
|
|
185
107
|
(function (ChildWorkflowExecutionTimedOutEventAttributes) {
|
|
186
|
-
/**
|
|
187
|
-
* @internal
|
|
188
|
-
*/
|
|
189
108
|
ChildWorkflowExecutionTimedOutEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
109
|
})(ChildWorkflowExecutionTimedOutEventAttributes || (ChildWorkflowExecutionTimedOutEventAttributes = {}));
|
|
191
110
|
export var CloseStatusFilter;
|
|
192
111
|
(function (CloseStatusFilter) {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
112
|
CloseStatusFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
113
|
})(CloseStatusFilter || (CloseStatusFilter = {}));
|
|
198
114
|
export var CompleteWorkflowExecutionDecisionAttributes;
|
|
199
115
|
(function (CompleteWorkflowExecutionDecisionAttributes) {
|
|
200
|
-
/**
|
|
201
|
-
* @internal
|
|
202
|
-
*/
|
|
203
116
|
CompleteWorkflowExecutionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
117
|
})(CompleteWorkflowExecutionDecisionAttributes || (CompleteWorkflowExecutionDecisionAttributes = {}));
|
|
205
118
|
export var CompleteWorkflowExecutionFailedEventAttributes;
|
|
206
119
|
(function (CompleteWorkflowExecutionFailedEventAttributes) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
120
|
CompleteWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
121
|
})(CompleteWorkflowExecutionFailedEventAttributes || (CompleteWorkflowExecutionFailedEventAttributes = {}));
|
|
212
122
|
export var ContinueAsNewWorkflowExecutionDecisionAttributes;
|
|
213
123
|
(function (ContinueAsNewWorkflowExecutionDecisionAttributes) {
|
|
214
|
-
/**
|
|
215
|
-
* @internal
|
|
216
|
-
*/
|
|
217
124
|
ContinueAsNewWorkflowExecutionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
125
|
})(ContinueAsNewWorkflowExecutionDecisionAttributes || (ContinueAsNewWorkflowExecutionDecisionAttributes = {}));
|
|
219
126
|
export var ContinueAsNewWorkflowExecutionFailedEventAttributes;
|
|
220
127
|
(function (ContinueAsNewWorkflowExecutionFailedEventAttributes) {
|
|
221
|
-
/**
|
|
222
|
-
* @internal
|
|
223
|
-
*/
|
|
224
128
|
ContinueAsNewWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
129
|
})(ContinueAsNewWorkflowExecutionFailedEventAttributes || (ContinueAsNewWorkflowExecutionFailedEventAttributes = {}));
|
|
226
130
|
export var ExecutionTimeFilter;
|
|
227
131
|
(function (ExecutionTimeFilter) {
|
|
228
|
-
/**
|
|
229
|
-
* @internal
|
|
230
|
-
*/
|
|
231
132
|
ExecutionTimeFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
133
|
})(ExecutionTimeFilter || (ExecutionTimeFilter = {}));
|
|
233
134
|
export var WorkflowExecutionFilter;
|
|
234
135
|
(function (WorkflowExecutionFilter) {
|
|
235
|
-
/**
|
|
236
|
-
* @internal
|
|
237
|
-
*/
|
|
238
136
|
WorkflowExecutionFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
137
|
})(WorkflowExecutionFilter || (WorkflowExecutionFilter = {}));
|
|
240
138
|
export var TagFilter;
|
|
241
139
|
(function (TagFilter) {
|
|
242
|
-
/**
|
|
243
|
-
* @internal
|
|
244
|
-
*/
|
|
245
140
|
TagFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
141
|
})(TagFilter || (TagFilter = {}));
|
|
247
142
|
export var WorkflowTypeFilter;
|
|
248
143
|
(function (WorkflowTypeFilter) {
|
|
249
|
-
/**
|
|
250
|
-
* @internal
|
|
251
|
-
*/
|
|
252
144
|
WorkflowTypeFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
145
|
})(WorkflowTypeFilter || (WorkflowTypeFilter = {}));
|
|
254
146
|
export var CountClosedWorkflowExecutionsInput;
|
|
255
147
|
(function (CountClosedWorkflowExecutionsInput) {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
148
|
CountClosedWorkflowExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
149
|
})(CountClosedWorkflowExecutionsInput || (CountClosedWorkflowExecutionsInput = {}));
|
|
261
150
|
export var OperationNotPermittedFault;
|
|
262
151
|
(function (OperationNotPermittedFault) {
|
|
263
|
-
/**
|
|
264
|
-
* @internal
|
|
265
|
-
*/
|
|
266
152
|
OperationNotPermittedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
153
|
})(OperationNotPermittedFault || (OperationNotPermittedFault = {}));
|
|
268
154
|
export var UnknownResourceFault;
|
|
269
155
|
(function (UnknownResourceFault) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
156
|
UnknownResourceFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
157
|
})(UnknownResourceFault || (UnknownResourceFault = {}));
|
|
275
158
|
export var WorkflowExecutionCount;
|
|
276
159
|
(function (WorkflowExecutionCount) {
|
|
277
|
-
/**
|
|
278
|
-
* @internal
|
|
279
|
-
*/
|
|
280
160
|
WorkflowExecutionCount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
161
|
})(WorkflowExecutionCount || (WorkflowExecutionCount = {}));
|
|
282
162
|
export var CountOpenWorkflowExecutionsInput;
|
|
283
163
|
(function (CountOpenWorkflowExecutionsInput) {
|
|
284
|
-
/**
|
|
285
|
-
* @internal
|
|
286
|
-
*/
|
|
287
164
|
CountOpenWorkflowExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
165
|
})(CountOpenWorkflowExecutionsInput || (CountOpenWorkflowExecutionsInput = {}));
|
|
289
166
|
export var CountPendingActivityTasksInput;
|
|
290
167
|
(function (CountPendingActivityTasksInput) {
|
|
291
|
-
/**
|
|
292
|
-
* @internal
|
|
293
|
-
*/
|
|
294
168
|
CountPendingActivityTasksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
169
|
})(CountPendingActivityTasksInput || (CountPendingActivityTasksInput = {}));
|
|
296
170
|
export var PendingTaskCount;
|
|
297
171
|
(function (PendingTaskCount) {
|
|
298
|
-
/**
|
|
299
|
-
* @internal
|
|
300
|
-
*/
|
|
301
172
|
PendingTaskCount.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
173
|
})(PendingTaskCount || (PendingTaskCount = {}));
|
|
303
174
|
export var CountPendingDecisionTasksInput;
|
|
304
175
|
(function (CountPendingDecisionTasksInput) {
|
|
305
|
-
/**
|
|
306
|
-
* @internal
|
|
307
|
-
*/
|
|
308
176
|
CountPendingDecisionTasksInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
309
177
|
})(CountPendingDecisionTasksInput || (CountPendingDecisionTasksInput = {}));
|
|
310
178
|
export var FailWorkflowExecutionDecisionAttributes;
|
|
311
179
|
(function (FailWorkflowExecutionDecisionAttributes) {
|
|
312
|
-
/**
|
|
313
|
-
* @internal
|
|
314
|
-
*/
|
|
315
180
|
FailWorkflowExecutionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
316
181
|
})(FailWorkflowExecutionDecisionAttributes || (FailWorkflowExecutionDecisionAttributes = {}));
|
|
317
182
|
export var RecordMarkerDecisionAttributes;
|
|
318
183
|
(function (RecordMarkerDecisionAttributes) {
|
|
319
|
-
/**
|
|
320
|
-
* @internal
|
|
321
|
-
*/
|
|
322
184
|
RecordMarkerDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
185
|
})(RecordMarkerDecisionAttributes || (RecordMarkerDecisionAttributes = {}));
|
|
324
186
|
export var RequestCancelActivityTaskDecisionAttributes;
|
|
325
187
|
(function (RequestCancelActivityTaskDecisionAttributes) {
|
|
326
|
-
/**
|
|
327
|
-
* @internal
|
|
328
|
-
*/
|
|
329
188
|
RequestCancelActivityTaskDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
330
189
|
})(RequestCancelActivityTaskDecisionAttributes || (RequestCancelActivityTaskDecisionAttributes = {}));
|
|
331
190
|
export var RequestCancelExternalWorkflowExecutionDecisionAttributes;
|
|
332
191
|
(function (RequestCancelExternalWorkflowExecutionDecisionAttributes) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
192
|
RequestCancelExternalWorkflowExecutionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
337
193
|
})(RequestCancelExternalWorkflowExecutionDecisionAttributes || (RequestCancelExternalWorkflowExecutionDecisionAttributes = {}));
|
|
338
194
|
export var ScheduleActivityTaskDecisionAttributes;
|
|
339
195
|
(function (ScheduleActivityTaskDecisionAttributes) {
|
|
340
|
-
/**
|
|
341
|
-
* @internal
|
|
342
|
-
*/
|
|
343
196
|
ScheduleActivityTaskDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
344
197
|
})(ScheduleActivityTaskDecisionAttributes || (ScheduleActivityTaskDecisionAttributes = {}));
|
|
345
198
|
export var ScheduleLambdaFunctionDecisionAttributes;
|
|
346
199
|
(function (ScheduleLambdaFunctionDecisionAttributes) {
|
|
347
|
-
/**
|
|
348
|
-
* @internal
|
|
349
|
-
*/
|
|
350
200
|
ScheduleLambdaFunctionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
201
|
})(ScheduleLambdaFunctionDecisionAttributes || (ScheduleLambdaFunctionDecisionAttributes = {}));
|
|
352
202
|
export var SignalExternalWorkflowExecutionDecisionAttributes;
|
|
353
203
|
(function (SignalExternalWorkflowExecutionDecisionAttributes) {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
204
|
SignalExternalWorkflowExecutionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
358
205
|
})(SignalExternalWorkflowExecutionDecisionAttributes || (SignalExternalWorkflowExecutionDecisionAttributes = {}));
|
|
359
206
|
export var StartChildWorkflowExecutionDecisionAttributes;
|
|
360
207
|
(function (StartChildWorkflowExecutionDecisionAttributes) {
|
|
361
|
-
/**
|
|
362
|
-
* @internal
|
|
363
|
-
*/
|
|
364
208
|
StartChildWorkflowExecutionDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
365
209
|
})(StartChildWorkflowExecutionDecisionAttributes || (StartChildWorkflowExecutionDecisionAttributes = {}));
|
|
366
210
|
export var StartTimerDecisionAttributes;
|
|
367
211
|
(function (StartTimerDecisionAttributes) {
|
|
368
|
-
/**
|
|
369
|
-
* @internal
|
|
370
|
-
*/
|
|
371
212
|
StartTimerDecisionAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
213
|
})(StartTimerDecisionAttributes || (StartTimerDecisionAttributes = {}));
|
|
373
214
|
export var Decision;
|
|
374
215
|
(function (Decision) {
|
|
375
|
-
/**
|
|
376
|
-
* @internal
|
|
377
|
-
*/
|
|
378
216
|
Decision.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
379
217
|
})(Decision || (Decision = {}));
|
|
380
218
|
export var DecisionTaskCompletedEventAttributes;
|
|
381
219
|
(function (DecisionTaskCompletedEventAttributes) {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
220
|
DecisionTaskCompletedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
386
221
|
})(DecisionTaskCompletedEventAttributes || (DecisionTaskCompletedEventAttributes = {}));
|
|
387
222
|
export var DecisionTaskScheduledEventAttributes;
|
|
388
223
|
(function (DecisionTaskScheduledEventAttributes) {
|
|
389
|
-
/**
|
|
390
|
-
* @internal
|
|
391
|
-
*/
|
|
392
224
|
DecisionTaskScheduledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
393
225
|
})(DecisionTaskScheduledEventAttributes || (DecisionTaskScheduledEventAttributes = {}));
|
|
394
226
|
export var DecisionTaskStartedEventAttributes;
|
|
395
227
|
(function (DecisionTaskStartedEventAttributes) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
228
|
DecisionTaskStartedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
400
229
|
})(DecisionTaskStartedEventAttributes || (DecisionTaskStartedEventAttributes = {}));
|
|
401
230
|
export var DecisionTaskTimedOutEventAttributes;
|
|
402
231
|
(function (DecisionTaskTimedOutEventAttributes) {
|
|
403
|
-
/**
|
|
404
|
-
* @internal
|
|
405
|
-
*/
|
|
406
232
|
DecisionTaskTimedOutEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
407
233
|
})(DecisionTaskTimedOutEventAttributes || (DecisionTaskTimedOutEventAttributes = {}));
|
|
408
234
|
export var ExternalWorkflowExecutionCancelRequestedEventAttributes;
|
|
409
235
|
(function (ExternalWorkflowExecutionCancelRequestedEventAttributes) {
|
|
410
|
-
/**
|
|
411
|
-
* @internal
|
|
412
|
-
*/
|
|
413
236
|
ExternalWorkflowExecutionCancelRequestedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
237
|
})(ExternalWorkflowExecutionCancelRequestedEventAttributes || (ExternalWorkflowExecutionCancelRequestedEventAttributes = {}));
|
|
415
238
|
export var ExternalWorkflowExecutionSignaledEventAttributes;
|
|
416
239
|
(function (ExternalWorkflowExecutionSignaledEventAttributes) {
|
|
417
|
-
/**
|
|
418
|
-
* @internal
|
|
419
|
-
*/
|
|
420
240
|
ExternalWorkflowExecutionSignaledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
421
241
|
})(ExternalWorkflowExecutionSignaledEventAttributes || (ExternalWorkflowExecutionSignaledEventAttributes = {}));
|
|
422
242
|
export var FailWorkflowExecutionFailedEventAttributes;
|
|
423
243
|
(function (FailWorkflowExecutionFailedEventAttributes) {
|
|
424
|
-
/**
|
|
425
|
-
* @internal
|
|
426
|
-
*/
|
|
427
244
|
FailWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
428
245
|
})(FailWorkflowExecutionFailedEventAttributes || (FailWorkflowExecutionFailedEventAttributes = {}));
|
|
429
246
|
export var LambdaFunctionCompletedEventAttributes;
|
|
430
247
|
(function (LambdaFunctionCompletedEventAttributes) {
|
|
431
|
-
/**
|
|
432
|
-
* @internal
|
|
433
|
-
*/
|
|
434
248
|
LambdaFunctionCompletedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
435
249
|
})(LambdaFunctionCompletedEventAttributes || (LambdaFunctionCompletedEventAttributes = {}));
|
|
436
250
|
export var LambdaFunctionFailedEventAttributes;
|
|
437
251
|
(function (LambdaFunctionFailedEventAttributes) {
|
|
438
|
-
/**
|
|
439
|
-
* @internal
|
|
440
|
-
*/
|
|
441
252
|
LambdaFunctionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
253
|
})(LambdaFunctionFailedEventAttributes || (LambdaFunctionFailedEventAttributes = {}));
|
|
443
254
|
export var LambdaFunctionScheduledEventAttributes;
|
|
444
255
|
(function (LambdaFunctionScheduledEventAttributes) {
|
|
445
|
-
/**
|
|
446
|
-
* @internal
|
|
447
|
-
*/
|
|
448
256
|
LambdaFunctionScheduledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
449
257
|
})(LambdaFunctionScheduledEventAttributes || (LambdaFunctionScheduledEventAttributes = {}));
|
|
450
258
|
export var LambdaFunctionStartedEventAttributes;
|
|
451
259
|
(function (LambdaFunctionStartedEventAttributes) {
|
|
452
|
-
/**
|
|
453
|
-
* @internal
|
|
454
|
-
*/
|
|
455
260
|
LambdaFunctionStartedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
456
261
|
})(LambdaFunctionStartedEventAttributes || (LambdaFunctionStartedEventAttributes = {}));
|
|
457
262
|
export var LambdaFunctionTimedOutEventAttributes;
|
|
458
263
|
(function (LambdaFunctionTimedOutEventAttributes) {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
264
|
LambdaFunctionTimedOutEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
463
265
|
})(LambdaFunctionTimedOutEventAttributes || (LambdaFunctionTimedOutEventAttributes = {}));
|
|
464
266
|
export var MarkerRecordedEventAttributes;
|
|
465
267
|
(function (MarkerRecordedEventAttributes) {
|
|
466
|
-
/**
|
|
467
|
-
* @internal
|
|
468
|
-
*/
|
|
469
268
|
MarkerRecordedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
470
269
|
})(MarkerRecordedEventAttributes || (MarkerRecordedEventAttributes = {}));
|
|
471
270
|
export var RecordMarkerFailedEventAttributes;
|
|
472
271
|
(function (RecordMarkerFailedEventAttributes) {
|
|
473
|
-
/**
|
|
474
|
-
* @internal
|
|
475
|
-
*/
|
|
476
272
|
RecordMarkerFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
477
273
|
})(RecordMarkerFailedEventAttributes || (RecordMarkerFailedEventAttributes = {}));
|
|
478
274
|
export var RequestCancelActivityTaskFailedEventAttributes;
|
|
479
275
|
(function (RequestCancelActivityTaskFailedEventAttributes) {
|
|
480
|
-
/**
|
|
481
|
-
* @internal
|
|
482
|
-
*/
|
|
483
276
|
RequestCancelActivityTaskFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
484
277
|
})(RequestCancelActivityTaskFailedEventAttributes || (RequestCancelActivityTaskFailedEventAttributes = {}));
|
|
485
278
|
export var RequestCancelExternalWorkflowExecutionFailedEventAttributes;
|
|
486
279
|
(function (RequestCancelExternalWorkflowExecutionFailedEventAttributes) {
|
|
487
|
-
/**
|
|
488
|
-
* @internal
|
|
489
|
-
*/
|
|
490
280
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
491
281
|
})(RequestCancelExternalWorkflowExecutionFailedEventAttributes || (RequestCancelExternalWorkflowExecutionFailedEventAttributes = {}));
|
|
492
282
|
export var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes;
|
|
493
283
|
(function (RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
284
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
498
285
|
})(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes || (RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = {}));
|
|
499
286
|
export var ScheduleActivityTaskFailedEventAttributes;
|
|
500
287
|
(function (ScheduleActivityTaskFailedEventAttributes) {
|
|
501
|
-
/**
|
|
502
|
-
* @internal
|
|
503
|
-
*/
|
|
504
288
|
ScheduleActivityTaskFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
505
289
|
})(ScheduleActivityTaskFailedEventAttributes || (ScheduleActivityTaskFailedEventAttributes = {}));
|
|
506
290
|
export var ScheduleLambdaFunctionFailedEventAttributes;
|
|
507
291
|
(function (ScheduleLambdaFunctionFailedEventAttributes) {
|
|
508
|
-
/**
|
|
509
|
-
* @internal
|
|
510
|
-
*/
|
|
511
292
|
ScheduleLambdaFunctionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
512
293
|
})(ScheduleLambdaFunctionFailedEventAttributes || (ScheduleLambdaFunctionFailedEventAttributes = {}));
|
|
513
294
|
export var SignalExternalWorkflowExecutionFailedEventAttributes;
|
|
514
295
|
(function (SignalExternalWorkflowExecutionFailedEventAttributes) {
|
|
515
|
-
/**
|
|
516
|
-
* @internal
|
|
517
|
-
*/
|
|
518
296
|
SignalExternalWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
519
297
|
})(SignalExternalWorkflowExecutionFailedEventAttributes || (SignalExternalWorkflowExecutionFailedEventAttributes = {}));
|
|
520
298
|
export var SignalExternalWorkflowExecutionInitiatedEventAttributes;
|
|
521
299
|
(function (SignalExternalWorkflowExecutionInitiatedEventAttributes) {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
300
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
526
301
|
})(SignalExternalWorkflowExecutionInitiatedEventAttributes || (SignalExternalWorkflowExecutionInitiatedEventAttributes = {}));
|
|
527
302
|
export var StartChildWorkflowExecutionFailedEventAttributes;
|
|
528
303
|
(function (StartChildWorkflowExecutionFailedEventAttributes) {
|
|
529
|
-
/**
|
|
530
|
-
* @internal
|
|
531
|
-
*/
|
|
532
304
|
StartChildWorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
305
|
})(StartChildWorkflowExecutionFailedEventAttributes || (StartChildWorkflowExecutionFailedEventAttributes = {}));
|
|
534
306
|
export var StartChildWorkflowExecutionInitiatedEventAttributes;
|
|
535
307
|
(function (StartChildWorkflowExecutionInitiatedEventAttributes) {
|
|
536
|
-
/**
|
|
537
|
-
* @internal
|
|
538
|
-
*/
|
|
539
308
|
StartChildWorkflowExecutionInitiatedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
309
|
})(StartChildWorkflowExecutionInitiatedEventAttributes || (StartChildWorkflowExecutionInitiatedEventAttributes = {}));
|
|
541
310
|
export var StartLambdaFunctionFailedEventAttributes;
|
|
542
311
|
(function (StartLambdaFunctionFailedEventAttributes) {
|
|
543
|
-
/**
|
|
544
|
-
* @internal
|
|
545
|
-
*/
|
|
546
312
|
StartLambdaFunctionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
313
|
})(StartLambdaFunctionFailedEventAttributes || (StartLambdaFunctionFailedEventAttributes = {}));
|
|
548
314
|
export var StartTimerFailedEventAttributes;
|
|
549
315
|
(function (StartTimerFailedEventAttributes) {
|
|
550
|
-
/**
|
|
551
|
-
* @internal
|
|
552
|
-
*/
|
|
553
316
|
StartTimerFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
317
|
})(StartTimerFailedEventAttributes || (StartTimerFailedEventAttributes = {}));
|
|
555
318
|
export var TimerCanceledEventAttributes;
|
|
556
319
|
(function (TimerCanceledEventAttributes) {
|
|
557
|
-
/**
|
|
558
|
-
* @internal
|
|
559
|
-
*/
|
|
560
320
|
TimerCanceledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
321
|
})(TimerCanceledEventAttributes || (TimerCanceledEventAttributes = {}));
|
|
562
322
|
export var TimerFiredEventAttributes;
|
|
563
323
|
(function (TimerFiredEventAttributes) {
|
|
564
|
-
/**
|
|
565
|
-
* @internal
|
|
566
|
-
*/
|
|
567
324
|
TimerFiredEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
325
|
})(TimerFiredEventAttributes || (TimerFiredEventAttributes = {}));
|
|
569
326
|
export var TimerStartedEventAttributes;
|
|
570
327
|
(function (TimerStartedEventAttributes) {
|
|
571
|
-
/**
|
|
572
|
-
* @internal
|
|
573
|
-
*/
|
|
574
328
|
TimerStartedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
329
|
})(TimerStartedEventAttributes || (TimerStartedEventAttributes = {}));
|
|
576
330
|
export var WorkflowExecutionCanceledEventAttributes;
|
|
577
331
|
(function (WorkflowExecutionCanceledEventAttributes) {
|
|
578
|
-
/**
|
|
579
|
-
* @internal
|
|
580
|
-
*/
|
|
581
332
|
WorkflowExecutionCanceledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
333
|
})(WorkflowExecutionCanceledEventAttributes || (WorkflowExecutionCanceledEventAttributes = {}));
|
|
583
334
|
export var WorkflowExecutionCancelRequestedEventAttributes;
|
|
584
335
|
(function (WorkflowExecutionCancelRequestedEventAttributes) {
|
|
585
|
-
/**
|
|
586
|
-
* @internal
|
|
587
|
-
*/
|
|
588
336
|
WorkflowExecutionCancelRequestedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
337
|
})(WorkflowExecutionCancelRequestedEventAttributes || (WorkflowExecutionCancelRequestedEventAttributes = {}));
|
|
590
338
|
export var WorkflowExecutionCompletedEventAttributes;
|
|
591
339
|
(function (WorkflowExecutionCompletedEventAttributes) {
|
|
592
|
-
/**
|
|
593
|
-
* @internal
|
|
594
|
-
*/
|
|
595
340
|
WorkflowExecutionCompletedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
341
|
})(WorkflowExecutionCompletedEventAttributes || (WorkflowExecutionCompletedEventAttributes = {}));
|
|
597
342
|
export var WorkflowExecutionContinuedAsNewEventAttributes;
|
|
598
343
|
(function (WorkflowExecutionContinuedAsNewEventAttributes) {
|
|
599
|
-
/**
|
|
600
|
-
* @internal
|
|
601
|
-
*/
|
|
602
344
|
WorkflowExecutionContinuedAsNewEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
345
|
})(WorkflowExecutionContinuedAsNewEventAttributes || (WorkflowExecutionContinuedAsNewEventAttributes = {}));
|
|
604
346
|
export var WorkflowExecutionFailedEventAttributes;
|
|
605
347
|
(function (WorkflowExecutionFailedEventAttributes) {
|
|
606
|
-
/**
|
|
607
|
-
* @internal
|
|
608
|
-
*/
|
|
609
348
|
WorkflowExecutionFailedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
349
|
})(WorkflowExecutionFailedEventAttributes || (WorkflowExecutionFailedEventAttributes = {}));
|
|
611
350
|
export var WorkflowExecutionSignaledEventAttributes;
|
|
612
351
|
(function (WorkflowExecutionSignaledEventAttributes) {
|
|
613
|
-
/**
|
|
614
|
-
* @internal
|
|
615
|
-
*/
|
|
616
352
|
WorkflowExecutionSignaledEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
353
|
})(WorkflowExecutionSignaledEventAttributes || (WorkflowExecutionSignaledEventAttributes = {}));
|
|
618
354
|
export var WorkflowExecutionStartedEventAttributes;
|
|
619
355
|
(function (WorkflowExecutionStartedEventAttributes) {
|
|
620
|
-
/**
|
|
621
|
-
* @internal
|
|
622
|
-
*/
|
|
623
356
|
WorkflowExecutionStartedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
357
|
})(WorkflowExecutionStartedEventAttributes || (WorkflowExecutionStartedEventAttributes = {}));
|
|
625
358
|
export var WorkflowExecutionTerminatedEventAttributes;
|
|
626
359
|
(function (WorkflowExecutionTerminatedEventAttributes) {
|
|
627
|
-
/**
|
|
628
|
-
* @internal
|
|
629
|
-
*/
|
|
630
360
|
WorkflowExecutionTerminatedEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
361
|
})(WorkflowExecutionTerminatedEventAttributes || (WorkflowExecutionTerminatedEventAttributes = {}));
|
|
632
362
|
export var WorkflowExecutionTimedOutEventAttributes;
|
|
633
363
|
(function (WorkflowExecutionTimedOutEventAttributes) {
|
|
634
|
-
/**
|
|
635
|
-
* @internal
|
|
636
|
-
*/
|
|
637
364
|
WorkflowExecutionTimedOutEventAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
365
|
})(WorkflowExecutionTimedOutEventAttributes || (WorkflowExecutionTimedOutEventAttributes = {}));
|
|
639
366
|
export var HistoryEvent;
|
|
640
367
|
(function (HistoryEvent) {
|
|
641
|
-
/**
|
|
642
|
-
* @internal
|
|
643
|
-
*/
|
|
644
368
|
HistoryEvent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
369
|
})(HistoryEvent || (HistoryEvent = {}));
|
|
646
370
|
export var DecisionTask;
|
|
647
371
|
(function (DecisionTask) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
372
|
DecisionTask.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
373
|
})(DecisionTask || (DecisionTask = {}));
|
|
653
374
|
export var DefaultUndefinedFault;
|
|
654
375
|
(function (DefaultUndefinedFault) {
|
|
655
|
-
/**
|
|
656
|
-
* @internal
|
|
657
|
-
*/
|
|
658
376
|
DefaultUndefinedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
377
|
})(DefaultUndefinedFault || (DefaultUndefinedFault = {}));
|
|
660
378
|
export var DeprecateActivityTypeInput;
|
|
661
379
|
(function (DeprecateActivityTypeInput) {
|
|
662
|
-
/**
|
|
663
|
-
* @internal
|
|
664
|
-
*/
|
|
665
380
|
DeprecateActivityTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
381
|
})(DeprecateActivityTypeInput || (DeprecateActivityTypeInput = {}));
|
|
667
382
|
export var TypeDeprecatedFault;
|
|
668
383
|
(function (TypeDeprecatedFault) {
|
|
669
|
-
/**
|
|
670
|
-
* @internal
|
|
671
|
-
*/
|
|
672
384
|
TypeDeprecatedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
385
|
})(TypeDeprecatedFault || (TypeDeprecatedFault = {}));
|
|
674
386
|
export var DeprecateDomainInput;
|
|
675
387
|
(function (DeprecateDomainInput) {
|
|
676
|
-
/**
|
|
677
|
-
* @internal
|
|
678
|
-
*/
|
|
679
388
|
DeprecateDomainInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
389
|
})(DeprecateDomainInput || (DeprecateDomainInput = {}));
|
|
681
390
|
export var DomainDeprecatedFault;
|
|
682
391
|
(function (DomainDeprecatedFault) {
|
|
683
|
-
/**
|
|
684
|
-
* @internal
|
|
685
|
-
*/
|
|
686
392
|
DomainDeprecatedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
393
|
})(DomainDeprecatedFault || (DomainDeprecatedFault = {}));
|
|
688
394
|
export var DeprecateWorkflowTypeInput;
|
|
689
395
|
(function (DeprecateWorkflowTypeInput) {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
396
|
DeprecateWorkflowTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
397
|
})(DeprecateWorkflowTypeInput || (DeprecateWorkflowTypeInput = {}));
|
|
695
398
|
export var DescribeActivityTypeInput;
|
|
696
399
|
(function (DescribeActivityTypeInput) {
|
|
697
|
-
/**
|
|
698
|
-
* @internal
|
|
699
|
-
*/
|
|
700
400
|
DescribeActivityTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
701
401
|
})(DescribeActivityTypeInput || (DescribeActivityTypeInput = {}));
|
|
702
402
|
export var DescribeDomainInput;
|
|
703
403
|
(function (DescribeDomainInput) {
|
|
704
|
-
/**
|
|
705
|
-
* @internal
|
|
706
|
-
*/
|
|
707
404
|
DescribeDomainInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
708
405
|
})(DescribeDomainInput || (DescribeDomainInput = {}));
|
|
709
406
|
export var DomainConfiguration;
|
|
710
407
|
(function (DomainConfiguration) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
408
|
DomainConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
715
409
|
})(DomainConfiguration || (DomainConfiguration = {}));
|
|
716
410
|
export var DomainInfo;
|
|
717
411
|
(function (DomainInfo) {
|
|
718
|
-
/**
|
|
719
|
-
* @internal
|
|
720
|
-
*/
|
|
721
412
|
DomainInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
722
413
|
})(DomainInfo || (DomainInfo = {}));
|
|
723
414
|
export var DomainDetail;
|
|
724
415
|
(function (DomainDetail) {
|
|
725
|
-
/**
|
|
726
|
-
* @internal
|
|
727
|
-
*/
|
|
728
416
|
DomainDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
729
417
|
})(DomainDetail || (DomainDetail = {}));
|
|
730
418
|
export var DescribeWorkflowExecutionInput;
|
|
731
419
|
(function (DescribeWorkflowExecutionInput) {
|
|
732
|
-
/**
|
|
733
|
-
* @internal
|
|
734
|
-
*/
|
|
735
420
|
DescribeWorkflowExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
736
421
|
})(DescribeWorkflowExecutionInput || (DescribeWorkflowExecutionInput = {}));
|
|
737
422
|
export var WorkflowExecutionConfiguration;
|
|
738
423
|
(function (WorkflowExecutionConfiguration) {
|
|
739
|
-
/**
|
|
740
|
-
* @internal
|
|
741
|
-
*/
|
|
742
424
|
WorkflowExecutionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
743
425
|
})(WorkflowExecutionConfiguration || (WorkflowExecutionConfiguration = {}));
|
|
744
426
|
export var WorkflowExecutionInfo;
|
|
745
427
|
(function (WorkflowExecutionInfo) {
|
|
746
|
-
/**
|
|
747
|
-
* @internal
|
|
748
|
-
*/
|
|
749
428
|
WorkflowExecutionInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
750
429
|
})(WorkflowExecutionInfo || (WorkflowExecutionInfo = {}));
|
|
751
430
|
export var WorkflowExecutionOpenCounts;
|
|
752
431
|
(function (WorkflowExecutionOpenCounts) {
|
|
753
|
-
/**
|
|
754
|
-
* @internal
|
|
755
|
-
*/
|
|
756
432
|
WorkflowExecutionOpenCounts.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
757
433
|
})(WorkflowExecutionOpenCounts || (WorkflowExecutionOpenCounts = {}));
|
|
758
434
|
export var WorkflowExecutionDetail;
|
|
759
435
|
(function (WorkflowExecutionDetail) {
|
|
760
|
-
/**
|
|
761
|
-
* @internal
|
|
762
|
-
*/
|
|
763
436
|
WorkflowExecutionDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
764
437
|
})(WorkflowExecutionDetail || (WorkflowExecutionDetail = {}));
|
|
765
438
|
export var DescribeWorkflowTypeInput;
|
|
766
439
|
(function (DescribeWorkflowTypeInput) {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
440
|
DescribeWorkflowTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
771
441
|
})(DescribeWorkflowTypeInput || (DescribeWorkflowTypeInput = {}));
|
|
772
442
|
export var WorkflowTypeConfiguration;
|
|
773
443
|
(function (WorkflowTypeConfiguration) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
444
|
WorkflowTypeConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
778
445
|
})(WorkflowTypeConfiguration || (WorkflowTypeConfiguration = {}));
|
|
779
446
|
export var WorkflowTypeInfo;
|
|
780
447
|
(function (WorkflowTypeInfo) {
|
|
781
|
-
/**
|
|
782
|
-
* @internal
|
|
783
|
-
*/
|
|
784
448
|
WorkflowTypeInfo.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
785
449
|
})(WorkflowTypeInfo || (WorkflowTypeInfo = {}));
|
|
786
450
|
export var WorkflowTypeDetail;
|
|
787
451
|
(function (WorkflowTypeDetail) {
|
|
788
|
-
/**
|
|
789
|
-
* @internal
|
|
790
|
-
*/
|
|
791
452
|
WorkflowTypeDetail.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
792
453
|
})(WorkflowTypeDetail || (WorkflowTypeDetail = {}));
|
|
793
454
|
export var DomainAlreadyExistsFault;
|
|
794
455
|
(function (DomainAlreadyExistsFault) {
|
|
795
|
-
/**
|
|
796
|
-
* @internal
|
|
797
|
-
*/
|
|
798
456
|
DomainAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
799
457
|
})(DomainAlreadyExistsFault || (DomainAlreadyExistsFault = {}));
|
|
800
458
|
export var DomainInfos;
|
|
801
459
|
(function (DomainInfos) {
|
|
802
|
-
/**
|
|
803
|
-
* @internal
|
|
804
|
-
*/
|
|
805
460
|
DomainInfos.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
806
461
|
})(DomainInfos || (DomainInfos = {}));
|
|
807
462
|
export var GetWorkflowExecutionHistoryInput;
|
|
808
463
|
(function (GetWorkflowExecutionHistoryInput) {
|
|
809
|
-
/**
|
|
810
|
-
* @internal
|
|
811
|
-
*/
|
|
812
464
|
GetWorkflowExecutionHistoryInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
813
465
|
})(GetWorkflowExecutionHistoryInput || (GetWorkflowExecutionHistoryInput = {}));
|
|
814
466
|
export var History;
|
|
815
467
|
(function (History) {
|
|
816
|
-
/**
|
|
817
|
-
* @internal
|
|
818
|
-
*/
|
|
819
468
|
History.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
820
469
|
})(History || (History = {}));
|
|
821
470
|
export var LimitExceededFault;
|
|
822
471
|
(function (LimitExceededFault) {
|
|
823
|
-
/**
|
|
824
|
-
* @internal
|
|
825
|
-
*/
|
|
826
472
|
LimitExceededFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
827
473
|
})(LimitExceededFault || (LimitExceededFault = {}));
|
|
828
474
|
export var ListActivityTypesInput;
|
|
829
475
|
(function (ListActivityTypesInput) {
|
|
830
|
-
/**
|
|
831
|
-
* @internal
|
|
832
|
-
*/
|
|
833
476
|
ListActivityTypesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
834
477
|
})(ListActivityTypesInput || (ListActivityTypesInput = {}));
|
|
835
478
|
export var ListClosedWorkflowExecutionsInput;
|
|
836
479
|
(function (ListClosedWorkflowExecutionsInput) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
480
|
ListClosedWorkflowExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
841
481
|
})(ListClosedWorkflowExecutionsInput || (ListClosedWorkflowExecutionsInput = {}));
|
|
842
482
|
export var WorkflowExecutionInfos;
|
|
843
483
|
(function (WorkflowExecutionInfos) {
|
|
844
|
-
/**
|
|
845
|
-
* @internal
|
|
846
|
-
*/
|
|
847
484
|
WorkflowExecutionInfos.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
848
485
|
})(WorkflowExecutionInfos || (WorkflowExecutionInfos = {}));
|
|
849
486
|
export var ListDomainsInput;
|
|
850
487
|
(function (ListDomainsInput) {
|
|
851
|
-
/**
|
|
852
|
-
* @internal
|
|
853
|
-
*/
|
|
854
488
|
ListDomainsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
855
489
|
})(ListDomainsInput || (ListDomainsInput = {}));
|
|
856
490
|
export var ListOpenWorkflowExecutionsInput;
|
|
857
491
|
(function (ListOpenWorkflowExecutionsInput) {
|
|
858
|
-
/**
|
|
859
|
-
* @internal
|
|
860
|
-
*/
|
|
861
492
|
ListOpenWorkflowExecutionsInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
862
493
|
})(ListOpenWorkflowExecutionsInput || (ListOpenWorkflowExecutionsInput = {}));
|
|
863
494
|
export var ListTagsForResourceInput;
|
|
864
495
|
(function (ListTagsForResourceInput) {
|
|
865
|
-
/**
|
|
866
|
-
* @internal
|
|
867
|
-
*/
|
|
868
496
|
ListTagsForResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
869
497
|
})(ListTagsForResourceInput || (ListTagsForResourceInput = {}));
|
|
870
498
|
export var ResourceTag;
|
|
871
499
|
(function (ResourceTag) {
|
|
872
|
-
/**
|
|
873
|
-
* @internal
|
|
874
|
-
*/
|
|
875
500
|
ResourceTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
876
501
|
})(ResourceTag || (ResourceTag = {}));
|
|
877
502
|
export var ListTagsForResourceOutput;
|
|
878
503
|
(function (ListTagsForResourceOutput) {
|
|
879
|
-
/**
|
|
880
|
-
* @internal
|
|
881
|
-
*/
|
|
882
504
|
ListTagsForResourceOutput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
883
505
|
})(ListTagsForResourceOutput || (ListTagsForResourceOutput = {}));
|
|
884
506
|
export var ListWorkflowTypesInput;
|
|
885
507
|
(function (ListWorkflowTypesInput) {
|
|
886
|
-
/**
|
|
887
|
-
* @internal
|
|
888
|
-
*/
|
|
889
508
|
ListWorkflowTypesInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
890
509
|
})(ListWorkflowTypesInput || (ListWorkflowTypesInput = {}));
|
|
891
510
|
export var WorkflowTypeInfos;
|
|
892
511
|
(function (WorkflowTypeInfos) {
|
|
893
|
-
/**
|
|
894
|
-
* @internal
|
|
895
|
-
*/
|
|
896
512
|
WorkflowTypeInfos.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
897
513
|
})(WorkflowTypeInfos || (WorkflowTypeInfos = {}));
|
|
898
514
|
export var PollForActivityTaskInput;
|
|
899
515
|
(function (PollForActivityTaskInput) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
516
|
PollForActivityTaskInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
904
517
|
})(PollForActivityTaskInput || (PollForActivityTaskInput = {}));
|
|
905
518
|
export var PollForDecisionTaskInput;
|
|
906
519
|
(function (PollForDecisionTaskInput) {
|
|
907
|
-
/**
|
|
908
|
-
* @internal
|
|
909
|
-
*/
|
|
910
520
|
PollForDecisionTaskInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
911
521
|
})(PollForDecisionTaskInput || (PollForDecisionTaskInput = {}));
|
|
912
522
|
export var RecordActivityTaskHeartbeatInput;
|
|
913
523
|
(function (RecordActivityTaskHeartbeatInput) {
|
|
914
|
-
/**
|
|
915
|
-
* @internal
|
|
916
|
-
*/
|
|
917
524
|
RecordActivityTaskHeartbeatInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
918
525
|
})(RecordActivityTaskHeartbeatInput || (RecordActivityTaskHeartbeatInput = {}));
|
|
919
526
|
export var RegisterActivityTypeInput;
|
|
920
527
|
(function (RegisterActivityTypeInput) {
|
|
921
|
-
/**
|
|
922
|
-
* @internal
|
|
923
|
-
*/
|
|
924
528
|
RegisterActivityTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
925
529
|
})(RegisterActivityTypeInput || (RegisterActivityTypeInput = {}));
|
|
926
530
|
export var TypeAlreadyExistsFault;
|
|
927
531
|
(function (TypeAlreadyExistsFault) {
|
|
928
|
-
/**
|
|
929
|
-
* @internal
|
|
930
|
-
*/
|
|
931
532
|
TypeAlreadyExistsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
932
533
|
})(TypeAlreadyExistsFault || (TypeAlreadyExistsFault = {}));
|
|
933
534
|
export var RegisterDomainInput;
|
|
934
535
|
(function (RegisterDomainInput) {
|
|
935
|
-
/**
|
|
936
|
-
* @internal
|
|
937
|
-
*/
|
|
938
536
|
RegisterDomainInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
939
537
|
})(RegisterDomainInput || (RegisterDomainInput = {}));
|
|
940
538
|
export var TooManyTagsFault;
|
|
941
539
|
(function (TooManyTagsFault) {
|
|
942
|
-
/**
|
|
943
|
-
* @internal
|
|
944
|
-
*/
|
|
945
540
|
TooManyTagsFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
946
541
|
})(TooManyTagsFault || (TooManyTagsFault = {}));
|
|
947
542
|
export var RegisterWorkflowTypeInput;
|
|
948
543
|
(function (RegisterWorkflowTypeInput) {
|
|
949
|
-
/**
|
|
950
|
-
* @internal
|
|
951
|
-
*/
|
|
952
544
|
RegisterWorkflowTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
953
545
|
})(RegisterWorkflowTypeInput || (RegisterWorkflowTypeInput = {}));
|
|
954
546
|
export var RequestCancelWorkflowExecutionInput;
|
|
955
547
|
(function (RequestCancelWorkflowExecutionInput) {
|
|
956
|
-
/**
|
|
957
|
-
* @internal
|
|
958
|
-
*/
|
|
959
548
|
RequestCancelWorkflowExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
960
549
|
})(RequestCancelWorkflowExecutionInput || (RequestCancelWorkflowExecutionInput = {}));
|
|
961
550
|
export var RespondActivityTaskCanceledInput;
|
|
962
551
|
(function (RespondActivityTaskCanceledInput) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
552
|
RespondActivityTaskCanceledInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
967
553
|
})(RespondActivityTaskCanceledInput || (RespondActivityTaskCanceledInput = {}));
|
|
968
554
|
export var RespondActivityTaskCompletedInput;
|
|
969
555
|
(function (RespondActivityTaskCompletedInput) {
|
|
970
|
-
/**
|
|
971
|
-
* @internal
|
|
972
|
-
*/
|
|
973
556
|
RespondActivityTaskCompletedInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
974
557
|
})(RespondActivityTaskCompletedInput || (RespondActivityTaskCompletedInput = {}));
|
|
975
558
|
export var RespondActivityTaskFailedInput;
|
|
976
559
|
(function (RespondActivityTaskFailedInput) {
|
|
977
|
-
/**
|
|
978
|
-
* @internal
|
|
979
|
-
*/
|
|
980
560
|
RespondActivityTaskFailedInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
981
561
|
})(RespondActivityTaskFailedInput || (RespondActivityTaskFailedInput = {}));
|
|
982
562
|
export var RespondDecisionTaskCompletedInput;
|
|
983
563
|
(function (RespondDecisionTaskCompletedInput) {
|
|
984
|
-
/**
|
|
985
|
-
* @internal
|
|
986
|
-
*/
|
|
987
564
|
RespondDecisionTaskCompletedInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
988
565
|
})(RespondDecisionTaskCompletedInput || (RespondDecisionTaskCompletedInput = {}));
|
|
989
566
|
export var Run;
|
|
990
567
|
(function (Run) {
|
|
991
|
-
/**
|
|
992
|
-
* @internal
|
|
993
|
-
*/
|
|
994
568
|
Run.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
995
569
|
})(Run || (Run = {}));
|
|
996
570
|
export var SignalWorkflowExecutionInput;
|
|
997
571
|
(function (SignalWorkflowExecutionInput) {
|
|
998
|
-
/**
|
|
999
|
-
* @internal
|
|
1000
|
-
*/
|
|
1001
572
|
SignalWorkflowExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1002
573
|
})(SignalWorkflowExecutionInput || (SignalWorkflowExecutionInput = {}));
|
|
1003
574
|
export var StartWorkflowExecutionInput;
|
|
1004
575
|
(function (StartWorkflowExecutionInput) {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
576
|
StartWorkflowExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1009
577
|
})(StartWorkflowExecutionInput || (StartWorkflowExecutionInput = {}));
|
|
1010
578
|
export var WorkflowExecutionAlreadyStartedFault;
|
|
1011
579
|
(function (WorkflowExecutionAlreadyStartedFault) {
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
580
|
WorkflowExecutionAlreadyStartedFault.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1016
581
|
})(WorkflowExecutionAlreadyStartedFault || (WorkflowExecutionAlreadyStartedFault = {}));
|
|
1017
582
|
export var TagResourceInput;
|
|
1018
583
|
(function (TagResourceInput) {
|
|
1019
|
-
/**
|
|
1020
|
-
* @internal
|
|
1021
|
-
*/
|
|
1022
584
|
TagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1023
585
|
})(TagResourceInput || (TagResourceInput = {}));
|
|
1024
586
|
export var TerminateWorkflowExecutionInput;
|
|
1025
587
|
(function (TerminateWorkflowExecutionInput) {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
588
|
TerminateWorkflowExecutionInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1030
589
|
})(TerminateWorkflowExecutionInput || (TerminateWorkflowExecutionInput = {}));
|
|
1031
590
|
export var UndeprecateActivityTypeInput;
|
|
1032
591
|
(function (UndeprecateActivityTypeInput) {
|
|
1033
|
-
/**
|
|
1034
|
-
* @internal
|
|
1035
|
-
*/
|
|
1036
592
|
UndeprecateActivityTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1037
593
|
})(UndeprecateActivityTypeInput || (UndeprecateActivityTypeInput = {}));
|
|
1038
594
|
export var UndeprecateDomainInput;
|
|
1039
595
|
(function (UndeprecateDomainInput) {
|
|
1040
|
-
/**
|
|
1041
|
-
* @internal
|
|
1042
|
-
*/
|
|
1043
596
|
UndeprecateDomainInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1044
597
|
})(UndeprecateDomainInput || (UndeprecateDomainInput = {}));
|
|
1045
598
|
export var UndeprecateWorkflowTypeInput;
|
|
1046
599
|
(function (UndeprecateWorkflowTypeInput) {
|
|
1047
|
-
/**
|
|
1048
|
-
* @internal
|
|
1049
|
-
*/
|
|
1050
600
|
UndeprecateWorkflowTypeInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1051
601
|
})(UndeprecateWorkflowTypeInput || (UndeprecateWorkflowTypeInput = {}));
|
|
1052
602
|
export var UntagResourceInput;
|
|
1053
603
|
(function (UntagResourceInput) {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
604
|
UntagResourceInput.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1058
605
|
})(UntagResourceInput || (UntagResourceInput = {}));
|
|
1059
|
-
//# sourceMappingURL=models_0.js.map
|