@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
|
@@ -6,1361 +6,907 @@ exports.UndeprecateWorkflowTypeInput = exports.UndeprecateDomainInput = exports.
|
|
|
6
6
|
exports.UntagResourceInput = void 0;
|
|
7
7
|
var ActivityType;
|
|
8
8
|
(function (ActivityType) {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
9
|
ActivityType.filterSensitiveLog = (obj) => ({
|
|
13
10
|
...obj,
|
|
14
11
|
});
|
|
15
12
|
})(ActivityType = exports.ActivityType || (exports.ActivityType = {}));
|
|
16
13
|
var WorkflowExecution;
|
|
17
14
|
(function (WorkflowExecution) {
|
|
18
|
-
/**
|
|
19
|
-
* @internal
|
|
20
|
-
*/
|
|
21
15
|
WorkflowExecution.filterSensitiveLog = (obj) => ({
|
|
22
16
|
...obj,
|
|
23
17
|
});
|
|
24
18
|
})(WorkflowExecution = exports.WorkflowExecution || (exports.WorkflowExecution = {}));
|
|
25
19
|
var ActivityTask;
|
|
26
20
|
(function (ActivityTask) {
|
|
27
|
-
/**
|
|
28
|
-
* @internal
|
|
29
|
-
*/
|
|
30
21
|
ActivityTask.filterSensitiveLog = (obj) => ({
|
|
31
22
|
...obj,
|
|
32
23
|
});
|
|
33
24
|
})(ActivityTask = exports.ActivityTask || (exports.ActivityTask = {}));
|
|
34
25
|
var ActivityTaskCanceledEventAttributes;
|
|
35
26
|
(function (ActivityTaskCanceledEventAttributes) {
|
|
36
|
-
/**
|
|
37
|
-
* @internal
|
|
38
|
-
*/
|
|
39
27
|
ActivityTaskCanceledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
40
28
|
...obj,
|
|
41
29
|
});
|
|
42
30
|
})(ActivityTaskCanceledEventAttributes = exports.ActivityTaskCanceledEventAttributes || (exports.ActivityTaskCanceledEventAttributes = {}));
|
|
43
31
|
var ActivityTaskCancelRequestedEventAttributes;
|
|
44
32
|
(function (ActivityTaskCancelRequestedEventAttributes) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
33
|
ActivityTaskCancelRequestedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
49
34
|
...obj,
|
|
50
35
|
});
|
|
51
36
|
})(ActivityTaskCancelRequestedEventAttributes = exports.ActivityTaskCancelRequestedEventAttributes || (exports.ActivityTaskCancelRequestedEventAttributes = {}));
|
|
52
37
|
var ActivityTaskCompletedEventAttributes;
|
|
53
38
|
(function (ActivityTaskCompletedEventAttributes) {
|
|
54
|
-
/**
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
57
39
|
ActivityTaskCompletedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
58
40
|
...obj,
|
|
59
41
|
});
|
|
60
42
|
})(ActivityTaskCompletedEventAttributes = exports.ActivityTaskCompletedEventAttributes || (exports.ActivityTaskCompletedEventAttributes = {}));
|
|
61
43
|
var ActivityTaskFailedEventAttributes;
|
|
62
44
|
(function (ActivityTaskFailedEventAttributes) {
|
|
63
|
-
/**
|
|
64
|
-
* @internal
|
|
65
|
-
*/
|
|
66
45
|
ActivityTaskFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
67
46
|
...obj,
|
|
68
47
|
});
|
|
69
48
|
})(ActivityTaskFailedEventAttributes = exports.ActivityTaskFailedEventAttributes || (exports.ActivityTaskFailedEventAttributes = {}));
|
|
70
49
|
var TaskList;
|
|
71
50
|
(function (TaskList) {
|
|
72
|
-
/**
|
|
73
|
-
* @internal
|
|
74
|
-
*/
|
|
75
51
|
TaskList.filterSensitiveLog = (obj) => ({
|
|
76
52
|
...obj,
|
|
77
53
|
});
|
|
78
54
|
})(TaskList = exports.TaskList || (exports.TaskList = {}));
|
|
79
55
|
var ActivityTaskScheduledEventAttributes;
|
|
80
56
|
(function (ActivityTaskScheduledEventAttributes) {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
57
|
ActivityTaskScheduledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
85
58
|
...obj,
|
|
86
59
|
});
|
|
87
60
|
})(ActivityTaskScheduledEventAttributes = exports.ActivityTaskScheduledEventAttributes || (exports.ActivityTaskScheduledEventAttributes = {}));
|
|
88
61
|
var ActivityTaskStartedEventAttributes;
|
|
89
62
|
(function (ActivityTaskStartedEventAttributes) {
|
|
90
|
-
/**
|
|
91
|
-
* @internal
|
|
92
|
-
*/
|
|
93
63
|
ActivityTaskStartedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
94
64
|
...obj,
|
|
95
65
|
});
|
|
96
66
|
})(ActivityTaskStartedEventAttributes = exports.ActivityTaskStartedEventAttributes || (exports.ActivityTaskStartedEventAttributes = {}));
|
|
97
67
|
var ActivityTaskStatus;
|
|
98
68
|
(function (ActivityTaskStatus) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
69
|
ActivityTaskStatus.filterSensitiveLog = (obj) => ({
|
|
103
70
|
...obj,
|
|
104
71
|
});
|
|
105
72
|
})(ActivityTaskStatus = exports.ActivityTaskStatus || (exports.ActivityTaskStatus = {}));
|
|
106
73
|
var ActivityTaskTimedOutEventAttributes;
|
|
107
74
|
(function (ActivityTaskTimedOutEventAttributes) {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
75
|
ActivityTaskTimedOutEventAttributes.filterSensitiveLog = (obj) => ({
|
|
112
76
|
...obj,
|
|
113
77
|
});
|
|
114
78
|
})(ActivityTaskTimedOutEventAttributes = exports.ActivityTaskTimedOutEventAttributes || (exports.ActivityTaskTimedOutEventAttributes = {}));
|
|
115
79
|
var ActivityTypeConfiguration;
|
|
116
80
|
(function (ActivityTypeConfiguration) {
|
|
117
|
-
/**
|
|
118
|
-
* @internal
|
|
119
|
-
*/
|
|
120
81
|
ActivityTypeConfiguration.filterSensitiveLog = (obj) => ({
|
|
121
82
|
...obj,
|
|
122
83
|
});
|
|
123
84
|
})(ActivityTypeConfiguration = exports.ActivityTypeConfiguration || (exports.ActivityTypeConfiguration = {}));
|
|
124
85
|
var ActivityTypeInfo;
|
|
125
86
|
(function (ActivityTypeInfo) {
|
|
126
|
-
/**
|
|
127
|
-
* @internal
|
|
128
|
-
*/
|
|
129
87
|
ActivityTypeInfo.filterSensitiveLog = (obj) => ({
|
|
130
88
|
...obj,
|
|
131
89
|
});
|
|
132
90
|
})(ActivityTypeInfo = exports.ActivityTypeInfo || (exports.ActivityTypeInfo = {}));
|
|
133
91
|
var ActivityTypeDetail;
|
|
134
92
|
(function (ActivityTypeDetail) {
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
93
|
ActivityTypeDetail.filterSensitiveLog = (obj) => ({
|
|
139
94
|
...obj,
|
|
140
95
|
});
|
|
141
96
|
})(ActivityTypeDetail = exports.ActivityTypeDetail || (exports.ActivityTypeDetail = {}));
|
|
142
97
|
var ActivityTypeInfos;
|
|
143
98
|
(function (ActivityTypeInfos) {
|
|
144
|
-
/**
|
|
145
|
-
* @internal
|
|
146
|
-
*/
|
|
147
99
|
ActivityTypeInfos.filterSensitiveLog = (obj) => ({
|
|
148
100
|
...obj,
|
|
149
101
|
});
|
|
150
102
|
})(ActivityTypeInfos = exports.ActivityTypeInfos || (exports.ActivityTypeInfos = {}));
|
|
151
103
|
var CancelTimerDecisionAttributes;
|
|
152
104
|
(function (CancelTimerDecisionAttributes) {
|
|
153
|
-
/**
|
|
154
|
-
* @internal
|
|
155
|
-
*/
|
|
156
105
|
CancelTimerDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
157
106
|
...obj,
|
|
158
107
|
});
|
|
159
108
|
})(CancelTimerDecisionAttributes = exports.CancelTimerDecisionAttributes || (exports.CancelTimerDecisionAttributes = {}));
|
|
160
109
|
var CancelTimerFailedEventAttributes;
|
|
161
110
|
(function (CancelTimerFailedEventAttributes) {
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
111
|
CancelTimerFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
166
112
|
...obj,
|
|
167
113
|
});
|
|
168
114
|
})(CancelTimerFailedEventAttributes = exports.CancelTimerFailedEventAttributes || (exports.CancelTimerFailedEventAttributes = {}));
|
|
169
115
|
var CancelWorkflowExecutionDecisionAttributes;
|
|
170
116
|
(function (CancelWorkflowExecutionDecisionAttributes) {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
117
|
CancelWorkflowExecutionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
175
118
|
...obj,
|
|
176
119
|
});
|
|
177
120
|
})(CancelWorkflowExecutionDecisionAttributes = exports.CancelWorkflowExecutionDecisionAttributes || (exports.CancelWorkflowExecutionDecisionAttributes = {}));
|
|
178
121
|
var CancelWorkflowExecutionFailedEventAttributes;
|
|
179
122
|
(function (CancelWorkflowExecutionFailedEventAttributes) {
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
123
|
CancelWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
184
124
|
...obj,
|
|
185
125
|
});
|
|
186
126
|
})(CancelWorkflowExecutionFailedEventAttributes = exports.CancelWorkflowExecutionFailedEventAttributes || (exports.CancelWorkflowExecutionFailedEventAttributes = {}));
|
|
187
127
|
var WorkflowType;
|
|
188
128
|
(function (WorkflowType) {
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
129
|
WorkflowType.filterSensitiveLog = (obj) => ({
|
|
193
130
|
...obj,
|
|
194
131
|
});
|
|
195
132
|
})(WorkflowType = exports.WorkflowType || (exports.WorkflowType = {}));
|
|
196
133
|
var ChildWorkflowExecutionCanceledEventAttributes;
|
|
197
134
|
(function (ChildWorkflowExecutionCanceledEventAttributes) {
|
|
198
|
-
/**
|
|
199
|
-
* @internal
|
|
200
|
-
*/
|
|
201
135
|
ChildWorkflowExecutionCanceledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
202
136
|
...obj,
|
|
203
137
|
});
|
|
204
138
|
})(ChildWorkflowExecutionCanceledEventAttributes = exports.ChildWorkflowExecutionCanceledEventAttributes || (exports.ChildWorkflowExecutionCanceledEventAttributes = {}));
|
|
205
139
|
var ChildWorkflowExecutionCompletedEventAttributes;
|
|
206
140
|
(function (ChildWorkflowExecutionCompletedEventAttributes) {
|
|
207
|
-
/**
|
|
208
|
-
* @internal
|
|
209
|
-
*/
|
|
210
141
|
ChildWorkflowExecutionCompletedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
211
142
|
...obj,
|
|
212
143
|
});
|
|
213
144
|
})(ChildWorkflowExecutionCompletedEventAttributes = exports.ChildWorkflowExecutionCompletedEventAttributes || (exports.ChildWorkflowExecutionCompletedEventAttributes = {}));
|
|
214
145
|
var ChildWorkflowExecutionFailedEventAttributes;
|
|
215
146
|
(function (ChildWorkflowExecutionFailedEventAttributes) {
|
|
216
|
-
/**
|
|
217
|
-
* @internal
|
|
218
|
-
*/
|
|
219
147
|
ChildWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
220
148
|
...obj,
|
|
221
149
|
});
|
|
222
150
|
})(ChildWorkflowExecutionFailedEventAttributes = exports.ChildWorkflowExecutionFailedEventAttributes || (exports.ChildWorkflowExecutionFailedEventAttributes = {}));
|
|
223
151
|
var ChildWorkflowExecutionStartedEventAttributes;
|
|
224
152
|
(function (ChildWorkflowExecutionStartedEventAttributes) {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
153
|
ChildWorkflowExecutionStartedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
229
154
|
...obj,
|
|
230
155
|
});
|
|
231
156
|
})(ChildWorkflowExecutionStartedEventAttributes = exports.ChildWorkflowExecutionStartedEventAttributes || (exports.ChildWorkflowExecutionStartedEventAttributes = {}));
|
|
232
157
|
var ChildWorkflowExecutionTerminatedEventAttributes;
|
|
233
158
|
(function (ChildWorkflowExecutionTerminatedEventAttributes) {
|
|
234
|
-
/**
|
|
235
|
-
* @internal
|
|
236
|
-
*/
|
|
237
159
|
ChildWorkflowExecutionTerminatedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
238
160
|
...obj,
|
|
239
161
|
});
|
|
240
162
|
})(ChildWorkflowExecutionTerminatedEventAttributes = exports.ChildWorkflowExecutionTerminatedEventAttributes || (exports.ChildWorkflowExecutionTerminatedEventAttributes = {}));
|
|
241
163
|
var ChildWorkflowExecutionTimedOutEventAttributes;
|
|
242
164
|
(function (ChildWorkflowExecutionTimedOutEventAttributes) {
|
|
243
|
-
/**
|
|
244
|
-
* @internal
|
|
245
|
-
*/
|
|
246
165
|
ChildWorkflowExecutionTimedOutEventAttributes.filterSensitiveLog = (obj) => ({
|
|
247
166
|
...obj,
|
|
248
167
|
});
|
|
249
168
|
})(ChildWorkflowExecutionTimedOutEventAttributes = exports.ChildWorkflowExecutionTimedOutEventAttributes || (exports.ChildWorkflowExecutionTimedOutEventAttributes = {}));
|
|
250
169
|
var CloseStatusFilter;
|
|
251
170
|
(function (CloseStatusFilter) {
|
|
252
|
-
/**
|
|
253
|
-
* @internal
|
|
254
|
-
*/
|
|
255
171
|
CloseStatusFilter.filterSensitiveLog = (obj) => ({
|
|
256
172
|
...obj,
|
|
257
173
|
});
|
|
258
174
|
})(CloseStatusFilter = exports.CloseStatusFilter || (exports.CloseStatusFilter = {}));
|
|
259
175
|
var CompleteWorkflowExecutionDecisionAttributes;
|
|
260
176
|
(function (CompleteWorkflowExecutionDecisionAttributes) {
|
|
261
|
-
/**
|
|
262
|
-
* @internal
|
|
263
|
-
*/
|
|
264
177
|
CompleteWorkflowExecutionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
265
178
|
...obj,
|
|
266
179
|
});
|
|
267
180
|
})(CompleteWorkflowExecutionDecisionAttributes = exports.CompleteWorkflowExecutionDecisionAttributes || (exports.CompleteWorkflowExecutionDecisionAttributes = {}));
|
|
268
181
|
var CompleteWorkflowExecutionFailedEventAttributes;
|
|
269
182
|
(function (CompleteWorkflowExecutionFailedEventAttributes) {
|
|
270
|
-
/**
|
|
271
|
-
* @internal
|
|
272
|
-
*/
|
|
273
183
|
CompleteWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
274
184
|
...obj,
|
|
275
185
|
});
|
|
276
186
|
})(CompleteWorkflowExecutionFailedEventAttributes = exports.CompleteWorkflowExecutionFailedEventAttributes || (exports.CompleteWorkflowExecutionFailedEventAttributes = {}));
|
|
277
187
|
var ContinueAsNewWorkflowExecutionDecisionAttributes;
|
|
278
188
|
(function (ContinueAsNewWorkflowExecutionDecisionAttributes) {
|
|
279
|
-
/**
|
|
280
|
-
* @internal
|
|
281
|
-
*/
|
|
282
189
|
ContinueAsNewWorkflowExecutionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
283
190
|
...obj,
|
|
284
191
|
});
|
|
285
192
|
})(ContinueAsNewWorkflowExecutionDecisionAttributes = exports.ContinueAsNewWorkflowExecutionDecisionAttributes || (exports.ContinueAsNewWorkflowExecutionDecisionAttributes = {}));
|
|
286
193
|
var ContinueAsNewWorkflowExecutionFailedEventAttributes;
|
|
287
194
|
(function (ContinueAsNewWorkflowExecutionFailedEventAttributes) {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
195
|
ContinueAsNewWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
292
196
|
...obj,
|
|
293
197
|
});
|
|
294
198
|
})(ContinueAsNewWorkflowExecutionFailedEventAttributes = exports.ContinueAsNewWorkflowExecutionFailedEventAttributes || (exports.ContinueAsNewWorkflowExecutionFailedEventAttributes = {}));
|
|
295
199
|
var ExecutionTimeFilter;
|
|
296
200
|
(function (ExecutionTimeFilter) {
|
|
297
|
-
/**
|
|
298
|
-
* @internal
|
|
299
|
-
*/
|
|
300
201
|
ExecutionTimeFilter.filterSensitiveLog = (obj) => ({
|
|
301
202
|
...obj,
|
|
302
203
|
});
|
|
303
204
|
})(ExecutionTimeFilter = exports.ExecutionTimeFilter || (exports.ExecutionTimeFilter = {}));
|
|
304
205
|
var WorkflowExecutionFilter;
|
|
305
206
|
(function (WorkflowExecutionFilter) {
|
|
306
|
-
/**
|
|
307
|
-
* @internal
|
|
308
|
-
*/
|
|
309
207
|
WorkflowExecutionFilter.filterSensitiveLog = (obj) => ({
|
|
310
208
|
...obj,
|
|
311
209
|
});
|
|
312
210
|
})(WorkflowExecutionFilter = exports.WorkflowExecutionFilter || (exports.WorkflowExecutionFilter = {}));
|
|
313
211
|
var TagFilter;
|
|
314
212
|
(function (TagFilter) {
|
|
315
|
-
/**
|
|
316
|
-
* @internal
|
|
317
|
-
*/
|
|
318
213
|
TagFilter.filterSensitiveLog = (obj) => ({
|
|
319
214
|
...obj,
|
|
320
215
|
});
|
|
321
216
|
})(TagFilter = exports.TagFilter || (exports.TagFilter = {}));
|
|
322
217
|
var WorkflowTypeFilter;
|
|
323
218
|
(function (WorkflowTypeFilter) {
|
|
324
|
-
/**
|
|
325
|
-
* @internal
|
|
326
|
-
*/
|
|
327
219
|
WorkflowTypeFilter.filterSensitiveLog = (obj) => ({
|
|
328
220
|
...obj,
|
|
329
221
|
});
|
|
330
222
|
})(WorkflowTypeFilter = exports.WorkflowTypeFilter || (exports.WorkflowTypeFilter = {}));
|
|
331
223
|
var CountClosedWorkflowExecutionsInput;
|
|
332
224
|
(function (CountClosedWorkflowExecutionsInput) {
|
|
333
|
-
/**
|
|
334
|
-
* @internal
|
|
335
|
-
*/
|
|
336
225
|
CountClosedWorkflowExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
337
226
|
...obj,
|
|
338
227
|
});
|
|
339
228
|
})(CountClosedWorkflowExecutionsInput = exports.CountClosedWorkflowExecutionsInput || (exports.CountClosedWorkflowExecutionsInput = {}));
|
|
340
229
|
var OperationNotPermittedFault;
|
|
341
230
|
(function (OperationNotPermittedFault) {
|
|
342
|
-
/**
|
|
343
|
-
* @internal
|
|
344
|
-
*/
|
|
345
231
|
OperationNotPermittedFault.filterSensitiveLog = (obj) => ({
|
|
346
232
|
...obj,
|
|
347
233
|
});
|
|
348
234
|
})(OperationNotPermittedFault = exports.OperationNotPermittedFault || (exports.OperationNotPermittedFault = {}));
|
|
349
235
|
var UnknownResourceFault;
|
|
350
236
|
(function (UnknownResourceFault) {
|
|
351
|
-
/**
|
|
352
|
-
* @internal
|
|
353
|
-
*/
|
|
354
237
|
UnknownResourceFault.filterSensitiveLog = (obj) => ({
|
|
355
238
|
...obj,
|
|
356
239
|
});
|
|
357
240
|
})(UnknownResourceFault = exports.UnknownResourceFault || (exports.UnknownResourceFault = {}));
|
|
358
241
|
var WorkflowExecutionCount;
|
|
359
242
|
(function (WorkflowExecutionCount) {
|
|
360
|
-
/**
|
|
361
|
-
* @internal
|
|
362
|
-
*/
|
|
363
243
|
WorkflowExecutionCount.filterSensitiveLog = (obj) => ({
|
|
364
244
|
...obj,
|
|
365
245
|
});
|
|
366
246
|
})(WorkflowExecutionCount = exports.WorkflowExecutionCount || (exports.WorkflowExecutionCount = {}));
|
|
367
247
|
var CountOpenWorkflowExecutionsInput;
|
|
368
248
|
(function (CountOpenWorkflowExecutionsInput) {
|
|
369
|
-
/**
|
|
370
|
-
* @internal
|
|
371
|
-
*/
|
|
372
249
|
CountOpenWorkflowExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
373
250
|
...obj,
|
|
374
251
|
});
|
|
375
252
|
})(CountOpenWorkflowExecutionsInput = exports.CountOpenWorkflowExecutionsInput || (exports.CountOpenWorkflowExecutionsInput = {}));
|
|
376
253
|
var CountPendingActivityTasksInput;
|
|
377
254
|
(function (CountPendingActivityTasksInput) {
|
|
378
|
-
/**
|
|
379
|
-
* @internal
|
|
380
|
-
*/
|
|
381
255
|
CountPendingActivityTasksInput.filterSensitiveLog = (obj) => ({
|
|
382
256
|
...obj,
|
|
383
257
|
});
|
|
384
258
|
})(CountPendingActivityTasksInput = exports.CountPendingActivityTasksInput || (exports.CountPendingActivityTasksInput = {}));
|
|
385
259
|
var PendingTaskCount;
|
|
386
260
|
(function (PendingTaskCount) {
|
|
387
|
-
/**
|
|
388
|
-
* @internal
|
|
389
|
-
*/
|
|
390
261
|
PendingTaskCount.filterSensitiveLog = (obj) => ({
|
|
391
262
|
...obj,
|
|
392
263
|
});
|
|
393
264
|
})(PendingTaskCount = exports.PendingTaskCount || (exports.PendingTaskCount = {}));
|
|
394
265
|
var CountPendingDecisionTasksInput;
|
|
395
266
|
(function (CountPendingDecisionTasksInput) {
|
|
396
|
-
/**
|
|
397
|
-
* @internal
|
|
398
|
-
*/
|
|
399
267
|
CountPendingDecisionTasksInput.filterSensitiveLog = (obj) => ({
|
|
400
268
|
...obj,
|
|
401
269
|
});
|
|
402
270
|
})(CountPendingDecisionTasksInput = exports.CountPendingDecisionTasksInput || (exports.CountPendingDecisionTasksInput = {}));
|
|
403
271
|
var FailWorkflowExecutionDecisionAttributes;
|
|
404
272
|
(function (FailWorkflowExecutionDecisionAttributes) {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
273
|
FailWorkflowExecutionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
409
274
|
...obj,
|
|
410
275
|
});
|
|
411
276
|
})(FailWorkflowExecutionDecisionAttributes = exports.FailWorkflowExecutionDecisionAttributes || (exports.FailWorkflowExecutionDecisionAttributes = {}));
|
|
412
277
|
var RecordMarkerDecisionAttributes;
|
|
413
278
|
(function (RecordMarkerDecisionAttributes) {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
279
|
RecordMarkerDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
418
280
|
...obj,
|
|
419
281
|
});
|
|
420
282
|
})(RecordMarkerDecisionAttributes = exports.RecordMarkerDecisionAttributes || (exports.RecordMarkerDecisionAttributes = {}));
|
|
421
283
|
var RequestCancelActivityTaskDecisionAttributes;
|
|
422
284
|
(function (RequestCancelActivityTaskDecisionAttributes) {
|
|
423
|
-
/**
|
|
424
|
-
* @internal
|
|
425
|
-
*/
|
|
426
285
|
RequestCancelActivityTaskDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
427
286
|
...obj,
|
|
428
287
|
});
|
|
429
288
|
})(RequestCancelActivityTaskDecisionAttributes = exports.RequestCancelActivityTaskDecisionAttributes || (exports.RequestCancelActivityTaskDecisionAttributes = {}));
|
|
430
289
|
var RequestCancelExternalWorkflowExecutionDecisionAttributes;
|
|
431
290
|
(function (RequestCancelExternalWorkflowExecutionDecisionAttributes) {
|
|
432
|
-
/**
|
|
433
|
-
* @internal
|
|
434
|
-
*/
|
|
435
291
|
RequestCancelExternalWorkflowExecutionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
436
292
|
...obj,
|
|
437
293
|
});
|
|
438
294
|
})(RequestCancelExternalWorkflowExecutionDecisionAttributes = exports.RequestCancelExternalWorkflowExecutionDecisionAttributes || (exports.RequestCancelExternalWorkflowExecutionDecisionAttributes = {}));
|
|
439
295
|
var ScheduleActivityTaskDecisionAttributes;
|
|
440
296
|
(function (ScheduleActivityTaskDecisionAttributes) {
|
|
441
|
-
/**
|
|
442
|
-
* @internal
|
|
443
|
-
*/
|
|
444
297
|
ScheduleActivityTaskDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
445
298
|
...obj,
|
|
446
299
|
});
|
|
447
300
|
})(ScheduleActivityTaskDecisionAttributes = exports.ScheduleActivityTaskDecisionAttributes || (exports.ScheduleActivityTaskDecisionAttributes = {}));
|
|
448
301
|
var ScheduleLambdaFunctionDecisionAttributes;
|
|
449
302
|
(function (ScheduleLambdaFunctionDecisionAttributes) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
303
|
ScheduleLambdaFunctionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
454
304
|
...obj,
|
|
455
305
|
});
|
|
456
306
|
})(ScheduleLambdaFunctionDecisionAttributes = exports.ScheduleLambdaFunctionDecisionAttributes || (exports.ScheduleLambdaFunctionDecisionAttributes = {}));
|
|
457
307
|
var SignalExternalWorkflowExecutionDecisionAttributes;
|
|
458
308
|
(function (SignalExternalWorkflowExecutionDecisionAttributes) {
|
|
459
|
-
/**
|
|
460
|
-
* @internal
|
|
461
|
-
*/
|
|
462
309
|
SignalExternalWorkflowExecutionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
463
310
|
...obj,
|
|
464
311
|
});
|
|
465
312
|
})(SignalExternalWorkflowExecutionDecisionAttributes = exports.SignalExternalWorkflowExecutionDecisionAttributes || (exports.SignalExternalWorkflowExecutionDecisionAttributes = {}));
|
|
466
313
|
var StartChildWorkflowExecutionDecisionAttributes;
|
|
467
314
|
(function (StartChildWorkflowExecutionDecisionAttributes) {
|
|
468
|
-
/**
|
|
469
|
-
* @internal
|
|
470
|
-
*/
|
|
471
315
|
StartChildWorkflowExecutionDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
472
316
|
...obj,
|
|
473
317
|
});
|
|
474
318
|
})(StartChildWorkflowExecutionDecisionAttributes = exports.StartChildWorkflowExecutionDecisionAttributes || (exports.StartChildWorkflowExecutionDecisionAttributes = {}));
|
|
475
319
|
var StartTimerDecisionAttributes;
|
|
476
320
|
(function (StartTimerDecisionAttributes) {
|
|
477
|
-
/**
|
|
478
|
-
* @internal
|
|
479
|
-
*/
|
|
480
321
|
StartTimerDecisionAttributes.filterSensitiveLog = (obj) => ({
|
|
481
322
|
...obj,
|
|
482
323
|
});
|
|
483
324
|
})(StartTimerDecisionAttributes = exports.StartTimerDecisionAttributes || (exports.StartTimerDecisionAttributes = {}));
|
|
484
325
|
var Decision;
|
|
485
326
|
(function (Decision) {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
327
|
Decision.filterSensitiveLog = (obj) => ({
|
|
490
328
|
...obj,
|
|
491
329
|
});
|
|
492
330
|
})(Decision = exports.Decision || (exports.Decision = {}));
|
|
493
331
|
var DecisionTaskCompletedEventAttributes;
|
|
494
332
|
(function (DecisionTaskCompletedEventAttributes) {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
333
|
DecisionTaskCompletedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
499
334
|
...obj,
|
|
500
335
|
});
|
|
501
336
|
})(DecisionTaskCompletedEventAttributes = exports.DecisionTaskCompletedEventAttributes || (exports.DecisionTaskCompletedEventAttributes = {}));
|
|
502
337
|
var DecisionTaskScheduledEventAttributes;
|
|
503
338
|
(function (DecisionTaskScheduledEventAttributes) {
|
|
504
|
-
/**
|
|
505
|
-
* @internal
|
|
506
|
-
*/
|
|
507
339
|
DecisionTaskScheduledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
508
340
|
...obj,
|
|
509
341
|
});
|
|
510
342
|
})(DecisionTaskScheduledEventAttributes = exports.DecisionTaskScheduledEventAttributes || (exports.DecisionTaskScheduledEventAttributes = {}));
|
|
511
343
|
var DecisionTaskStartedEventAttributes;
|
|
512
344
|
(function (DecisionTaskStartedEventAttributes) {
|
|
513
|
-
/**
|
|
514
|
-
* @internal
|
|
515
|
-
*/
|
|
516
345
|
DecisionTaskStartedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
517
346
|
...obj,
|
|
518
347
|
});
|
|
519
348
|
})(DecisionTaskStartedEventAttributes = exports.DecisionTaskStartedEventAttributes || (exports.DecisionTaskStartedEventAttributes = {}));
|
|
520
349
|
var DecisionTaskTimedOutEventAttributes;
|
|
521
350
|
(function (DecisionTaskTimedOutEventAttributes) {
|
|
522
|
-
/**
|
|
523
|
-
* @internal
|
|
524
|
-
*/
|
|
525
351
|
DecisionTaskTimedOutEventAttributes.filterSensitiveLog = (obj) => ({
|
|
526
352
|
...obj,
|
|
527
353
|
});
|
|
528
354
|
})(DecisionTaskTimedOutEventAttributes = exports.DecisionTaskTimedOutEventAttributes || (exports.DecisionTaskTimedOutEventAttributes = {}));
|
|
529
355
|
var ExternalWorkflowExecutionCancelRequestedEventAttributes;
|
|
530
356
|
(function (ExternalWorkflowExecutionCancelRequestedEventAttributes) {
|
|
531
|
-
/**
|
|
532
|
-
* @internal
|
|
533
|
-
*/
|
|
534
357
|
ExternalWorkflowExecutionCancelRequestedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
535
358
|
...obj,
|
|
536
359
|
});
|
|
537
360
|
})(ExternalWorkflowExecutionCancelRequestedEventAttributes = exports.ExternalWorkflowExecutionCancelRequestedEventAttributes || (exports.ExternalWorkflowExecutionCancelRequestedEventAttributes = {}));
|
|
538
361
|
var ExternalWorkflowExecutionSignaledEventAttributes;
|
|
539
362
|
(function (ExternalWorkflowExecutionSignaledEventAttributes) {
|
|
540
|
-
/**
|
|
541
|
-
* @internal
|
|
542
|
-
*/
|
|
543
363
|
ExternalWorkflowExecutionSignaledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
544
364
|
...obj,
|
|
545
365
|
});
|
|
546
366
|
})(ExternalWorkflowExecutionSignaledEventAttributes = exports.ExternalWorkflowExecutionSignaledEventAttributes || (exports.ExternalWorkflowExecutionSignaledEventAttributes = {}));
|
|
547
367
|
var FailWorkflowExecutionFailedEventAttributes;
|
|
548
368
|
(function (FailWorkflowExecutionFailedEventAttributes) {
|
|
549
|
-
/**
|
|
550
|
-
* @internal
|
|
551
|
-
*/
|
|
552
369
|
FailWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
553
370
|
...obj,
|
|
554
371
|
});
|
|
555
372
|
})(FailWorkflowExecutionFailedEventAttributes = exports.FailWorkflowExecutionFailedEventAttributes || (exports.FailWorkflowExecutionFailedEventAttributes = {}));
|
|
556
373
|
var LambdaFunctionCompletedEventAttributes;
|
|
557
374
|
(function (LambdaFunctionCompletedEventAttributes) {
|
|
558
|
-
/**
|
|
559
|
-
* @internal
|
|
560
|
-
*/
|
|
561
375
|
LambdaFunctionCompletedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
562
376
|
...obj,
|
|
563
377
|
});
|
|
564
378
|
})(LambdaFunctionCompletedEventAttributes = exports.LambdaFunctionCompletedEventAttributes || (exports.LambdaFunctionCompletedEventAttributes = {}));
|
|
565
379
|
var LambdaFunctionFailedEventAttributes;
|
|
566
380
|
(function (LambdaFunctionFailedEventAttributes) {
|
|
567
|
-
/**
|
|
568
|
-
* @internal
|
|
569
|
-
*/
|
|
570
381
|
LambdaFunctionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
571
382
|
...obj,
|
|
572
383
|
});
|
|
573
384
|
})(LambdaFunctionFailedEventAttributes = exports.LambdaFunctionFailedEventAttributes || (exports.LambdaFunctionFailedEventAttributes = {}));
|
|
574
385
|
var LambdaFunctionScheduledEventAttributes;
|
|
575
386
|
(function (LambdaFunctionScheduledEventAttributes) {
|
|
576
|
-
/**
|
|
577
|
-
* @internal
|
|
578
|
-
*/
|
|
579
387
|
LambdaFunctionScheduledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
580
388
|
...obj,
|
|
581
389
|
});
|
|
582
390
|
})(LambdaFunctionScheduledEventAttributes = exports.LambdaFunctionScheduledEventAttributes || (exports.LambdaFunctionScheduledEventAttributes = {}));
|
|
583
391
|
var LambdaFunctionStartedEventAttributes;
|
|
584
392
|
(function (LambdaFunctionStartedEventAttributes) {
|
|
585
|
-
/**
|
|
586
|
-
* @internal
|
|
587
|
-
*/
|
|
588
393
|
LambdaFunctionStartedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
589
394
|
...obj,
|
|
590
395
|
});
|
|
591
396
|
})(LambdaFunctionStartedEventAttributes = exports.LambdaFunctionStartedEventAttributes || (exports.LambdaFunctionStartedEventAttributes = {}));
|
|
592
397
|
var LambdaFunctionTimedOutEventAttributes;
|
|
593
398
|
(function (LambdaFunctionTimedOutEventAttributes) {
|
|
594
|
-
/**
|
|
595
|
-
* @internal
|
|
596
|
-
*/
|
|
597
399
|
LambdaFunctionTimedOutEventAttributes.filterSensitiveLog = (obj) => ({
|
|
598
400
|
...obj,
|
|
599
401
|
});
|
|
600
402
|
})(LambdaFunctionTimedOutEventAttributes = exports.LambdaFunctionTimedOutEventAttributes || (exports.LambdaFunctionTimedOutEventAttributes = {}));
|
|
601
403
|
var MarkerRecordedEventAttributes;
|
|
602
404
|
(function (MarkerRecordedEventAttributes) {
|
|
603
|
-
/**
|
|
604
|
-
* @internal
|
|
605
|
-
*/
|
|
606
405
|
MarkerRecordedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
607
406
|
...obj,
|
|
608
407
|
});
|
|
609
408
|
})(MarkerRecordedEventAttributes = exports.MarkerRecordedEventAttributes || (exports.MarkerRecordedEventAttributes = {}));
|
|
610
409
|
var RecordMarkerFailedEventAttributes;
|
|
611
410
|
(function (RecordMarkerFailedEventAttributes) {
|
|
612
|
-
/**
|
|
613
|
-
* @internal
|
|
614
|
-
*/
|
|
615
411
|
RecordMarkerFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
616
412
|
...obj,
|
|
617
413
|
});
|
|
618
414
|
})(RecordMarkerFailedEventAttributes = exports.RecordMarkerFailedEventAttributes || (exports.RecordMarkerFailedEventAttributes = {}));
|
|
619
415
|
var RequestCancelActivityTaskFailedEventAttributes;
|
|
620
416
|
(function (RequestCancelActivityTaskFailedEventAttributes) {
|
|
621
|
-
/**
|
|
622
|
-
* @internal
|
|
623
|
-
*/
|
|
624
417
|
RequestCancelActivityTaskFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
625
418
|
...obj,
|
|
626
419
|
});
|
|
627
420
|
})(RequestCancelActivityTaskFailedEventAttributes = exports.RequestCancelActivityTaskFailedEventAttributes || (exports.RequestCancelActivityTaskFailedEventAttributes = {}));
|
|
628
421
|
var RequestCancelExternalWorkflowExecutionFailedEventAttributes;
|
|
629
422
|
(function (RequestCancelExternalWorkflowExecutionFailedEventAttributes) {
|
|
630
|
-
/**
|
|
631
|
-
* @internal
|
|
632
|
-
*/
|
|
633
423
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
634
424
|
...obj,
|
|
635
425
|
});
|
|
636
426
|
})(RequestCancelExternalWorkflowExecutionFailedEventAttributes = exports.RequestCancelExternalWorkflowExecutionFailedEventAttributes || (exports.RequestCancelExternalWorkflowExecutionFailedEventAttributes = {}));
|
|
637
427
|
var RequestCancelExternalWorkflowExecutionInitiatedEventAttributes;
|
|
638
428
|
(function (RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) {
|
|
639
|
-
/**
|
|
640
|
-
* @internal
|
|
641
|
-
*/
|
|
642
429
|
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
643
430
|
...obj,
|
|
644
431
|
});
|
|
645
432
|
})(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = exports.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes || (exports.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = {}));
|
|
646
433
|
var ScheduleActivityTaskFailedEventAttributes;
|
|
647
434
|
(function (ScheduleActivityTaskFailedEventAttributes) {
|
|
648
|
-
/**
|
|
649
|
-
* @internal
|
|
650
|
-
*/
|
|
651
435
|
ScheduleActivityTaskFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
652
436
|
...obj,
|
|
653
437
|
});
|
|
654
438
|
})(ScheduleActivityTaskFailedEventAttributes = exports.ScheduleActivityTaskFailedEventAttributes || (exports.ScheduleActivityTaskFailedEventAttributes = {}));
|
|
655
439
|
var ScheduleLambdaFunctionFailedEventAttributes;
|
|
656
440
|
(function (ScheduleLambdaFunctionFailedEventAttributes) {
|
|
657
|
-
/**
|
|
658
|
-
* @internal
|
|
659
|
-
*/
|
|
660
441
|
ScheduleLambdaFunctionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
661
442
|
...obj,
|
|
662
443
|
});
|
|
663
444
|
})(ScheduleLambdaFunctionFailedEventAttributes = exports.ScheduleLambdaFunctionFailedEventAttributes || (exports.ScheduleLambdaFunctionFailedEventAttributes = {}));
|
|
664
445
|
var SignalExternalWorkflowExecutionFailedEventAttributes;
|
|
665
446
|
(function (SignalExternalWorkflowExecutionFailedEventAttributes) {
|
|
666
|
-
/**
|
|
667
|
-
* @internal
|
|
668
|
-
*/
|
|
669
447
|
SignalExternalWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
670
448
|
...obj,
|
|
671
449
|
});
|
|
672
450
|
})(SignalExternalWorkflowExecutionFailedEventAttributes = exports.SignalExternalWorkflowExecutionFailedEventAttributes || (exports.SignalExternalWorkflowExecutionFailedEventAttributes = {}));
|
|
673
451
|
var SignalExternalWorkflowExecutionInitiatedEventAttributes;
|
|
674
452
|
(function (SignalExternalWorkflowExecutionInitiatedEventAttributes) {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
453
|
SignalExternalWorkflowExecutionInitiatedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
679
454
|
...obj,
|
|
680
455
|
});
|
|
681
456
|
})(SignalExternalWorkflowExecutionInitiatedEventAttributes = exports.SignalExternalWorkflowExecutionInitiatedEventAttributes || (exports.SignalExternalWorkflowExecutionInitiatedEventAttributes = {}));
|
|
682
457
|
var StartChildWorkflowExecutionFailedEventAttributes;
|
|
683
458
|
(function (StartChildWorkflowExecutionFailedEventAttributes) {
|
|
684
|
-
/**
|
|
685
|
-
* @internal
|
|
686
|
-
*/
|
|
687
459
|
StartChildWorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
688
460
|
...obj,
|
|
689
461
|
});
|
|
690
462
|
})(StartChildWorkflowExecutionFailedEventAttributes = exports.StartChildWorkflowExecutionFailedEventAttributes || (exports.StartChildWorkflowExecutionFailedEventAttributes = {}));
|
|
691
463
|
var StartChildWorkflowExecutionInitiatedEventAttributes;
|
|
692
464
|
(function (StartChildWorkflowExecutionInitiatedEventAttributes) {
|
|
693
|
-
/**
|
|
694
|
-
* @internal
|
|
695
|
-
*/
|
|
696
465
|
StartChildWorkflowExecutionInitiatedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
697
466
|
...obj,
|
|
698
467
|
});
|
|
699
468
|
})(StartChildWorkflowExecutionInitiatedEventAttributes = exports.StartChildWorkflowExecutionInitiatedEventAttributes || (exports.StartChildWorkflowExecutionInitiatedEventAttributes = {}));
|
|
700
469
|
var StartLambdaFunctionFailedEventAttributes;
|
|
701
470
|
(function (StartLambdaFunctionFailedEventAttributes) {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
471
|
StartLambdaFunctionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
706
472
|
...obj,
|
|
707
473
|
});
|
|
708
474
|
})(StartLambdaFunctionFailedEventAttributes = exports.StartLambdaFunctionFailedEventAttributes || (exports.StartLambdaFunctionFailedEventAttributes = {}));
|
|
709
475
|
var StartTimerFailedEventAttributes;
|
|
710
476
|
(function (StartTimerFailedEventAttributes) {
|
|
711
|
-
/**
|
|
712
|
-
* @internal
|
|
713
|
-
*/
|
|
714
477
|
StartTimerFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
715
478
|
...obj,
|
|
716
479
|
});
|
|
717
480
|
})(StartTimerFailedEventAttributes = exports.StartTimerFailedEventAttributes || (exports.StartTimerFailedEventAttributes = {}));
|
|
718
481
|
var TimerCanceledEventAttributes;
|
|
719
482
|
(function (TimerCanceledEventAttributes) {
|
|
720
|
-
/**
|
|
721
|
-
* @internal
|
|
722
|
-
*/
|
|
723
483
|
TimerCanceledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
724
484
|
...obj,
|
|
725
485
|
});
|
|
726
486
|
})(TimerCanceledEventAttributes = exports.TimerCanceledEventAttributes || (exports.TimerCanceledEventAttributes = {}));
|
|
727
487
|
var TimerFiredEventAttributes;
|
|
728
488
|
(function (TimerFiredEventAttributes) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
489
|
TimerFiredEventAttributes.filterSensitiveLog = (obj) => ({
|
|
733
490
|
...obj,
|
|
734
491
|
});
|
|
735
492
|
})(TimerFiredEventAttributes = exports.TimerFiredEventAttributes || (exports.TimerFiredEventAttributes = {}));
|
|
736
493
|
var TimerStartedEventAttributes;
|
|
737
494
|
(function (TimerStartedEventAttributes) {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
495
|
TimerStartedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
742
496
|
...obj,
|
|
743
497
|
});
|
|
744
498
|
})(TimerStartedEventAttributes = exports.TimerStartedEventAttributes || (exports.TimerStartedEventAttributes = {}));
|
|
745
499
|
var WorkflowExecutionCanceledEventAttributes;
|
|
746
500
|
(function (WorkflowExecutionCanceledEventAttributes) {
|
|
747
|
-
/**
|
|
748
|
-
* @internal
|
|
749
|
-
*/
|
|
750
501
|
WorkflowExecutionCanceledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
751
502
|
...obj,
|
|
752
503
|
});
|
|
753
504
|
})(WorkflowExecutionCanceledEventAttributes = exports.WorkflowExecutionCanceledEventAttributes || (exports.WorkflowExecutionCanceledEventAttributes = {}));
|
|
754
505
|
var WorkflowExecutionCancelRequestedEventAttributes;
|
|
755
506
|
(function (WorkflowExecutionCancelRequestedEventAttributes) {
|
|
756
|
-
/**
|
|
757
|
-
* @internal
|
|
758
|
-
*/
|
|
759
507
|
WorkflowExecutionCancelRequestedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
760
508
|
...obj,
|
|
761
509
|
});
|
|
762
510
|
})(WorkflowExecutionCancelRequestedEventAttributes = exports.WorkflowExecutionCancelRequestedEventAttributes || (exports.WorkflowExecutionCancelRequestedEventAttributes = {}));
|
|
763
511
|
var WorkflowExecutionCompletedEventAttributes;
|
|
764
512
|
(function (WorkflowExecutionCompletedEventAttributes) {
|
|
765
|
-
/**
|
|
766
|
-
* @internal
|
|
767
|
-
*/
|
|
768
513
|
WorkflowExecutionCompletedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
769
514
|
...obj,
|
|
770
515
|
});
|
|
771
516
|
})(WorkflowExecutionCompletedEventAttributes = exports.WorkflowExecutionCompletedEventAttributes || (exports.WorkflowExecutionCompletedEventAttributes = {}));
|
|
772
517
|
var WorkflowExecutionContinuedAsNewEventAttributes;
|
|
773
518
|
(function (WorkflowExecutionContinuedAsNewEventAttributes) {
|
|
774
|
-
/**
|
|
775
|
-
* @internal
|
|
776
|
-
*/
|
|
777
519
|
WorkflowExecutionContinuedAsNewEventAttributes.filterSensitiveLog = (obj) => ({
|
|
778
520
|
...obj,
|
|
779
521
|
});
|
|
780
522
|
})(WorkflowExecutionContinuedAsNewEventAttributes = exports.WorkflowExecutionContinuedAsNewEventAttributes || (exports.WorkflowExecutionContinuedAsNewEventAttributes = {}));
|
|
781
523
|
var WorkflowExecutionFailedEventAttributes;
|
|
782
524
|
(function (WorkflowExecutionFailedEventAttributes) {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
525
|
WorkflowExecutionFailedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
787
526
|
...obj,
|
|
788
527
|
});
|
|
789
528
|
})(WorkflowExecutionFailedEventAttributes = exports.WorkflowExecutionFailedEventAttributes || (exports.WorkflowExecutionFailedEventAttributes = {}));
|
|
790
529
|
var WorkflowExecutionSignaledEventAttributes;
|
|
791
530
|
(function (WorkflowExecutionSignaledEventAttributes) {
|
|
792
|
-
/**
|
|
793
|
-
* @internal
|
|
794
|
-
*/
|
|
795
531
|
WorkflowExecutionSignaledEventAttributes.filterSensitiveLog = (obj) => ({
|
|
796
532
|
...obj,
|
|
797
533
|
});
|
|
798
534
|
})(WorkflowExecutionSignaledEventAttributes = exports.WorkflowExecutionSignaledEventAttributes || (exports.WorkflowExecutionSignaledEventAttributes = {}));
|
|
799
535
|
var WorkflowExecutionStartedEventAttributes;
|
|
800
536
|
(function (WorkflowExecutionStartedEventAttributes) {
|
|
801
|
-
/**
|
|
802
|
-
* @internal
|
|
803
|
-
*/
|
|
804
537
|
WorkflowExecutionStartedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
805
538
|
...obj,
|
|
806
539
|
});
|
|
807
540
|
})(WorkflowExecutionStartedEventAttributes = exports.WorkflowExecutionStartedEventAttributes || (exports.WorkflowExecutionStartedEventAttributes = {}));
|
|
808
541
|
var WorkflowExecutionTerminatedEventAttributes;
|
|
809
542
|
(function (WorkflowExecutionTerminatedEventAttributes) {
|
|
810
|
-
/**
|
|
811
|
-
* @internal
|
|
812
|
-
*/
|
|
813
543
|
WorkflowExecutionTerminatedEventAttributes.filterSensitiveLog = (obj) => ({
|
|
814
544
|
...obj,
|
|
815
545
|
});
|
|
816
546
|
})(WorkflowExecutionTerminatedEventAttributes = exports.WorkflowExecutionTerminatedEventAttributes || (exports.WorkflowExecutionTerminatedEventAttributes = {}));
|
|
817
547
|
var WorkflowExecutionTimedOutEventAttributes;
|
|
818
548
|
(function (WorkflowExecutionTimedOutEventAttributes) {
|
|
819
|
-
/**
|
|
820
|
-
* @internal
|
|
821
|
-
*/
|
|
822
549
|
WorkflowExecutionTimedOutEventAttributes.filterSensitiveLog = (obj) => ({
|
|
823
550
|
...obj,
|
|
824
551
|
});
|
|
825
552
|
})(WorkflowExecutionTimedOutEventAttributes = exports.WorkflowExecutionTimedOutEventAttributes || (exports.WorkflowExecutionTimedOutEventAttributes = {}));
|
|
826
553
|
var HistoryEvent;
|
|
827
554
|
(function (HistoryEvent) {
|
|
828
|
-
/**
|
|
829
|
-
* @internal
|
|
830
|
-
*/
|
|
831
555
|
HistoryEvent.filterSensitiveLog = (obj) => ({
|
|
832
556
|
...obj,
|
|
833
557
|
});
|
|
834
558
|
})(HistoryEvent = exports.HistoryEvent || (exports.HistoryEvent = {}));
|
|
835
559
|
var DecisionTask;
|
|
836
560
|
(function (DecisionTask) {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
561
|
DecisionTask.filterSensitiveLog = (obj) => ({
|
|
841
562
|
...obj,
|
|
842
563
|
});
|
|
843
564
|
})(DecisionTask = exports.DecisionTask || (exports.DecisionTask = {}));
|
|
844
565
|
var DefaultUndefinedFault;
|
|
845
566
|
(function (DefaultUndefinedFault) {
|
|
846
|
-
/**
|
|
847
|
-
* @internal
|
|
848
|
-
*/
|
|
849
567
|
DefaultUndefinedFault.filterSensitiveLog = (obj) => ({
|
|
850
568
|
...obj,
|
|
851
569
|
});
|
|
852
570
|
})(DefaultUndefinedFault = exports.DefaultUndefinedFault || (exports.DefaultUndefinedFault = {}));
|
|
853
571
|
var DeprecateActivityTypeInput;
|
|
854
572
|
(function (DeprecateActivityTypeInput) {
|
|
855
|
-
/**
|
|
856
|
-
* @internal
|
|
857
|
-
*/
|
|
858
573
|
DeprecateActivityTypeInput.filterSensitiveLog = (obj) => ({
|
|
859
574
|
...obj,
|
|
860
575
|
});
|
|
861
576
|
})(DeprecateActivityTypeInput = exports.DeprecateActivityTypeInput || (exports.DeprecateActivityTypeInput = {}));
|
|
862
577
|
var TypeDeprecatedFault;
|
|
863
578
|
(function (TypeDeprecatedFault) {
|
|
864
|
-
/**
|
|
865
|
-
* @internal
|
|
866
|
-
*/
|
|
867
579
|
TypeDeprecatedFault.filterSensitiveLog = (obj) => ({
|
|
868
580
|
...obj,
|
|
869
581
|
});
|
|
870
582
|
})(TypeDeprecatedFault = exports.TypeDeprecatedFault || (exports.TypeDeprecatedFault = {}));
|
|
871
583
|
var DeprecateDomainInput;
|
|
872
584
|
(function (DeprecateDomainInput) {
|
|
873
|
-
/**
|
|
874
|
-
* @internal
|
|
875
|
-
*/
|
|
876
585
|
DeprecateDomainInput.filterSensitiveLog = (obj) => ({
|
|
877
586
|
...obj,
|
|
878
587
|
});
|
|
879
588
|
})(DeprecateDomainInput = exports.DeprecateDomainInput || (exports.DeprecateDomainInput = {}));
|
|
880
589
|
var DomainDeprecatedFault;
|
|
881
590
|
(function (DomainDeprecatedFault) {
|
|
882
|
-
/**
|
|
883
|
-
* @internal
|
|
884
|
-
*/
|
|
885
591
|
DomainDeprecatedFault.filterSensitiveLog = (obj) => ({
|
|
886
592
|
...obj,
|
|
887
593
|
});
|
|
888
594
|
})(DomainDeprecatedFault = exports.DomainDeprecatedFault || (exports.DomainDeprecatedFault = {}));
|
|
889
595
|
var DeprecateWorkflowTypeInput;
|
|
890
596
|
(function (DeprecateWorkflowTypeInput) {
|
|
891
|
-
/**
|
|
892
|
-
* @internal
|
|
893
|
-
*/
|
|
894
597
|
DeprecateWorkflowTypeInput.filterSensitiveLog = (obj) => ({
|
|
895
598
|
...obj,
|
|
896
599
|
});
|
|
897
600
|
})(DeprecateWorkflowTypeInput = exports.DeprecateWorkflowTypeInput || (exports.DeprecateWorkflowTypeInput = {}));
|
|
898
601
|
var DescribeActivityTypeInput;
|
|
899
602
|
(function (DescribeActivityTypeInput) {
|
|
900
|
-
/**
|
|
901
|
-
* @internal
|
|
902
|
-
*/
|
|
903
603
|
DescribeActivityTypeInput.filterSensitiveLog = (obj) => ({
|
|
904
604
|
...obj,
|
|
905
605
|
});
|
|
906
606
|
})(DescribeActivityTypeInput = exports.DescribeActivityTypeInput || (exports.DescribeActivityTypeInput = {}));
|
|
907
607
|
var DescribeDomainInput;
|
|
908
608
|
(function (DescribeDomainInput) {
|
|
909
|
-
/**
|
|
910
|
-
* @internal
|
|
911
|
-
*/
|
|
912
609
|
DescribeDomainInput.filterSensitiveLog = (obj) => ({
|
|
913
610
|
...obj,
|
|
914
611
|
});
|
|
915
612
|
})(DescribeDomainInput = exports.DescribeDomainInput || (exports.DescribeDomainInput = {}));
|
|
916
613
|
var DomainConfiguration;
|
|
917
614
|
(function (DomainConfiguration) {
|
|
918
|
-
/**
|
|
919
|
-
* @internal
|
|
920
|
-
*/
|
|
921
615
|
DomainConfiguration.filterSensitiveLog = (obj) => ({
|
|
922
616
|
...obj,
|
|
923
617
|
});
|
|
924
618
|
})(DomainConfiguration = exports.DomainConfiguration || (exports.DomainConfiguration = {}));
|
|
925
619
|
var DomainInfo;
|
|
926
620
|
(function (DomainInfo) {
|
|
927
|
-
/**
|
|
928
|
-
* @internal
|
|
929
|
-
*/
|
|
930
621
|
DomainInfo.filterSensitiveLog = (obj) => ({
|
|
931
622
|
...obj,
|
|
932
623
|
});
|
|
933
624
|
})(DomainInfo = exports.DomainInfo || (exports.DomainInfo = {}));
|
|
934
625
|
var DomainDetail;
|
|
935
626
|
(function (DomainDetail) {
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
627
|
DomainDetail.filterSensitiveLog = (obj) => ({
|
|
940
628
|
...obj,
|
|
941
629
|
});
|
|
942
630
|
})(DomainDetail = exports.DomainDetail || (exports.DomainDetail = {}));
|
|
943
631
|
var DescribeWorkflowExecutionInput;
|
|
944
632
|
(function (DescribeWorkflowExecutionInput) {
|
|
945
|
-
/**
|
|
946
|
-
* @internal
|
|
947
|
-
*/
|
|
948
633
|
DescribeWorkflowExecutionInput.filterSensitiveLog = (obj) => ({
|
|
949
634
|
...obj,
|
|
950
635
|
});
|
|
951
636
|
})(DescribeWorkflowExecutionInput = exports.DescribeWorkflowExecutionInput || (exports.DescribeWorkflowExecutionInput = {}));
|
|
952
637
|
var WorkflowExecutionConfiguration;
|
|
953
638
|
(function (WorkflowExecutionConfiguration) {
|
|
954
|
-
/**
|
|
955
|
-
* @internal
|
|
956
|
-
*/
|
|
957
639
|
WorkflowExecutionConfiguration.filterSensitiveLog = (obj) => ({
|
|
958
640
|
...obj,
|
|
959
641
|
});
|
|
960
642
|
})(WorkflowExecutionConfiguration = exports.WorkflowExecutionConfiguration || (exports.WorkflowExecutionConfiguration = {}));
|
|
961
643
|
var WorkflowExecutionInfo;
|
|
962
644
|
(function (WorkflowExecutionInfo) {
|
|
963
|
-
/**
|
|
964
|
-
* @internal
|
|
965
|
-
*/
|
|
966
645
|
WorkflowExecutionInfo.filterSensitiveLog = (obj) => ({
|
|
967
646
|
...obj,
|
|
968
647
|
});
|
|
969
648
|
})(WorkflowExecutionInfo = exports.WorkflowExecutionInfo || (exports.WorkflowExecutionInfo = {}));
|
|
970
649
|
var WorkflowExecutionOpenCounts;
|
|
971
650
|
(function (WorkflowExecutionOpenCounts) {
|
|
972
|
-
/**
|
|
973
|
-
* @internal
|
|
974
|
-
*/
|
|
975
651
|
WorkflowExecutionOpenCounts.filterSensitiveLog = (obj) => ({
|
|
976
652
|
...obj,
|
|
977
653
|
});
|
|
978
654
|
})(WorkflowExecutionOpenCounts = exports.WorkflowExecutionOpenCounts || (exports.WorkflowExecutionOpenCounts = {}));
|
|
979
655
|
var WorkflowExecutionDetail;
|
|
980
656
|
(function (WorkflowExecutionDetail) {
|
|
981
|
-
/**
|
|
982
|
-
* @internal
|
|
983
|
-
*/
|
|
984
657
|
WorkflowExecutionDetail.filterSensitiveLog = (obj) => ({
|
|
985
658
|
...obj,
|
|
986
659
|
});
|
|
987
660
|
})(WorkflowExecutionDetail = exports.WorkflowExecutionDetail || (exports.WorkflowExecutionDetail = {}));
|
|
988
661
|
var DescribeWorkflowTypeInput;
|
|
989
662
|
(function (DescribeWorkflowTypeInput) {
|
|
990
|
-
/**
|
|
991
|
-
* @internal
|
|
992
|
-
*/
|
|
993
663
|
DescribeWorkflowTypeInput.filterSensitiveLog = (obj) => ({
|
|
994
664
|
...obj,
|
|
995
665
|
});
|
|
996
666
|
})(DescribeWorkflowTypeInput = exports.DescribeWorkflowTypeInput || (exports.DescribeWorkflowTypeInput = {}));
|
|
997
667
|
var WorkflowTypeConfiguration;
|
|
998
668
|
(function (WorkflowTypeConfiguration) {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
669
|
WorkflowTypeConfiguration.filterSensitiveLog = (obj) => ({
|
|
1003
670
|
...obj,
|
|
1004
671
|
});
|
|
1005
672
|
})(WorkflowTypeConfiguration = exports.WorkflowTypeConfiguration || (exports.WorkflowTypeConfiguration = {}));
|
|
1006
673
|
var WorkflowTypeInfo;
|
|
1007
674
|
(function (WorkflowTypeInfo) {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
675
|
WorkflowTypeInfo.filterSensitiveLog = (obj) => ({
|
|
1012
676
|
...obj,
|
|
1013
677
|
});
|
|
1014
678
|
})(WorkflowTypeInfo = exports.WorkflowTypeInfo || (exports.WorkflowTypeInfo = {}));
|
|
1015
679
|
var WorkflowTypeDetail;
|
|
1016
680
|
(function (WorkflowTypeDetail) {
|
|
1017
|
-
/**
|
|
1018
|
-
* @internal
|
|
1019
|
-
*/
|
|
1020
681
|
WorkflowTypeDetail.filterSensitiveLog = (obj) => ({
|
|
1021
682
|
...obj,
|
|
1022
683
|
});
|
|
1023
684
|
})(WorkflowTypeDetail = exports.WorkflowTypeDetail || (exports.WorkflowTypeDetail = {}));
|
|
1024
685
|
var DomainAlreadyExistsFault;
|
|
1025
686
|
(function (DomainAlreadyExistsFault) {
|
|
1026
|
-
/**
|
|
1027
|
-
* @internal
|
|
1028
|
-
*/
|
|
1029
687
|
DomainAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
1030
688
|
...obj,
|
|
1031
689
|
});
|
|
1032
690
|
})(DomainAlreadyExistsFault = exports.DomainAlreadyExistsFault || (exports.DomainAlreadyExistsFault = {}));
|
|
1033
691
|
var DomainInfos;
|
|
1034
692
|
(function (DomainInfos) {
|
|
1035
|
-
/**
|
|
1036
|
-
* @internal
|
|
1037
|
-
*/
|
|
1038
693
|
DomainInfos.filterSensitiveLog = (obj) => ({
|
|
1039
694
|
...obj,
|
|
1040
695
|
});
|
|
1041
696
|
})(DomainInfos = exports.DomainInfos || (exports.DomainInfos = {}));
|
|
1042
697
|
var GetWorkflowExecutionHistoryInput;
|
|
1043
698
|
(function (GetWorkflowExecutionHistoryInput) {
|
|
1044
|
-
/**
|
|
1045
|
-
* @internal
|
|
1046
|
-
*/
|
|
1047
699
|
GetWorkflowExecutionHistoryInput.filterSensitiveLog = (obj) => ({
|
|
1048
700
|
...obj,
|
|
1049
701
|
});
|
|
1050
702
|
})(GetWorkflowExecutionHistoryInput = exports.GetWorkflowExecutionHistoryInput || (exports.GetWorkflowExecutionHistoryInput = {}));
|
|
1051
703
|
var History;
|
|
1052
704
|
(function (History) {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
705
|
History.filterSensitiveLog = (obj) => ({
|
|
1057
706
|
...obj,
|
|
1058
707
|
});
|
|
1059
708
|
})(History = exports.History || (exports.History = {}));
|
|
1060
709
|
var LimitExceededFault;
|
|
1061
710
|
(function (LimitExceededFault) {
|
|
1062
|
-
/**
|
|
1063
|
-
* @internal
|
|
1064
|
-
*/
|
|
1065
711
|
LimitExceededFault.filterSensitiveLog = (obj) => ({
|
|
1066
712
|
...obj,
|
|
1067
713
|
});
|
|
1068
714
|
})(LimitExceededFault = exports.LimitExceededFault || (exports.LimitExceededFault = {}));
|
|
1069
715
|
var ListActivityTypesInput;
|
|
1070
716
|
(function (ListActivityTypesInput) {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
717
|
ListActivityTypesInput.filterSensitiveLog = (obj) => ({
|
|
1075
718
|
...obj,
|
|
1076
719
|
});
|
|
1077
720
|
})(ListActivityTypesInput = exports.ListActivityTypesInput || (exports.ListActivityTypesInput = {}));
|
|
1078
721
|
var ListClosedWorkflowExecutionsInput;
|
|
1079
722
|
(function (ListClosedWorkflowExecutionsInput) {
|
|
1080
|
-
/**
|
|
1081
|
-
* @internal
|
|
1082
|
-
*/
|
|
1083
723
|
ListClosedWorkflowExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
1084
724
|
...obj,
|
|
1085
725
|
});
|
|
1086
726
|
})(ListClosedWorkflowExecutionsInput = exports.ListClosedWorkflowExecutionsInput || (exports.ListClosedWorkflowExecutionsInput = {}));
|
|
1087
727
|
var WorkflowExecutionInfos;
|
|
1088
728
|
(function (WorkflowExecutionInfos) {
|
|
1089
|
-
/**
|
|
1090
|
-
* @internal
|
|
1091
|
-
*/
|
|
1092
729
|
WorkflowExecutionInfos.filterSensitiveLog = (obj) => ({
|
|
1093
730
|
...obj,
|
|
1094
731
|
});
|
|
1095
732
|
})(WorkflowExecutionInfos = exports.WorkflowExecutionInfos || (exports.WorkflowExecutionInfos = {}));
|
|
1096
733
|
var ListDomainsInput;
|
|
1097
734
|
(function (ListDomainsInput) {
|
|
1098
|
-
/**
|
|
1099
|
-
* @internal
|
|
1100
|
-
*/
|
|
1101
735
|
ListDomainsInput.filterSensitiveLog = (obj) => ({
|
|
1102
736
|
...obj,
|
|
1103
737
|
});
|
|
1104
738
|
})(ListDomainsInput = exports.ListDomainsInput || (exports.ListDomainsInput = {}));
|
|
1105
739
|
var ListOpenWorkflowExecutionsInput;
|
|
1106
740
|
(function (ListOpenWorkflowExecutionsInput) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
741
|
ListOpenWorkflowExecutionsInput.filterSensitiveLog = (obj) => ({
|
|
1111
742
|
...obj,
|
|
1112
743
|
});
|
|
1113
744
|
})(ListOpenWorkflowExecutionsInput = exports.ListOpenWorkflowExecutionsInput || (exports.ListOpenWorkflowExecutionsInput = {}));
|
|
1114
745
|
var ListTagsForResourceInput;
|
|
1115
746
|
(function (ListTagsForResourceInput) {
|
|
1116
|
-
/**
|
|
1117
|
-
* @internal
|
|
1118
|
-
*/
|
|
1119
747
|
ListTagsForResourceInput.filterSensitiveLog = (obj) => ({
|
|
1120
748
|
...obj,
|
|
1121
749
|
});
|
|
1122
750
|
})(ListTagsForResourceInput = exports.ListTagsForResourceInput || (exports.ListTagsForResourceInput = {}));
|
|
1123
751
|
var ResourceTag;
|
|
1124
752
|
(function (ResourceTag) {
|
|
1125
|
-
/**
|
|
1126
|
-
* @internal
|
|
1127
|
-
*/
|
|
1128
753
|
ResourceTag.filterSensitiveLog = (obj) => ({
|
|
1129
754
|
...obj,
|
|
1130
755
|
});
|
|
1131
756
|
})(ResourceTag = exports.ResourceTag || (exports.ResourceTag = {}));
|
|
1132
757
|
var ListTagsForResourceOutput;
|
|
1133
758
|
(function (ListTagsForResourceOutput) {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
759
|
ListTagsForResourceOutput.filterSensitiveLog = (obj) => ({
|
|
1138
760
|
...obj,
|
|
1139
761
|
});
|
|
1140
762
|
})(ListTagsForResourceOutput = exports.ListTagsForResourceOutput || (exports.ListTagsForResourceOutput = {}));
|
|
1141
763
|
var ListWorkflowTypesInput;
|
|
1142
764
|
(function (ListWorkflowTypesInput) {
|
|
1143
|
-
/**
|
|
1144
|
-
* @internal
|
|
1145
|
-
*/
|
|
1146
765
|
ListWorkflowTypesInput.filterSensitiveLog = (obj) => ({
|
|
1147
766
|
...obj,
|
|
1148
767
|
});
|
|
1149
768
|
})(ListWorkflowTypesInput = exports.ListWorkflowTypesInput || (exports.ListWorkflowTypesInput = {}));
|
|
1150
769
|
var WorkflowTypeInfos;
|
|
1151
770
|
(function (WorkflowTypeInfos) {
|
|
1152
|
-
/**
|
|
1153
|
-
* @internal
|
|
1154
|
-
*/
|
|
1155
771
|
WorkflowTypeInfos.filterSensitiveLog = (obj) => ({
|
|
1156
772
|
...obj,
|
|
1157
773
|
});
|
|
1158
774
|
})(WorkflowTypeInfos = exports.WorkflowTypeInfos || (exports.WorkflowTypeInfos = {}));
|
|
1159
775
|
var PollForActivityTaskInput;
|
|
1160
776
|
(function (PollForActivityTaskInput) {
|
|
1161
|
-
/**
|
|
1162
|
-
* @internal
|
|
1163
|
-
*/
|
|
1164
777
|
PollForActivityTaskInput.filterSensitiveLog = (obj) => ({
|
|
1165
778
|
...obj,
|
|
1166
779
|
});
|
|
1167
780
|
})(PollForActivityTaskInput = exports.PollForActivityTaskInput || (exports.PollForActivityTaskInput = {}));
|
|
1168
781
|
var PollForDecisionTaskInput;
|
|
1169
782
|
(function (PollForDecisionTaskInput) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
783
|
PollForDecisionTaskInput.filterSensitiveLog = (obj) => ({
|
|
1174
784
|
...obj,
|
|
1175
785
|
});
|
|
1176
786
|
})(PollForDecisionTaskInput = exports.PollForDecisionTaskInput || (exports.PollForDecisionTaskInput = {}));
|
|
1177
787
|
var RecordActivityTaskHeartbeatInput;
|
|
1178
788
|
(function (RecordActivityTaskHeartbeatInput) {
|
|
1179
|
-
/**
|
|
1180
|
-
* @internal
|
|
1181
|
-
*/
|
|
1182
789
|
RecordActivityTaskHeartbeatInput.filterSensitiveLog = (obj) => ({
|
|
1183
790
|
...obj,
|
|
1184
791
|
});
|
|
1185
792
|
})(RecordActivityTaskHeartbeatInput = exports.RecordActivityTaskHeartbeatInput || (exports.RecordActivityTaskHeartbeatInput = {}));
|
|
1186
793
|
var RegisterActivityTypeInput;
|
|
1187
794
|
(function (RegisterActivityTypeInput) {
|
|
1188
|
-
/**
|
|
1189
|
-
* @internal
|
|
1190
|
-
*/
|
|
1191
795
|
RegisterActivityTypeInput.filterSensitiveLog = (obj) => ({
|
|
1192
796
|
...obj,
|
|
1193
797
|
});
|
|
1194
798
|
})(RegisterActivityTypeInput = exports.RegisterActivityTypeInput || (exports.RegisterActivityTypeInput = {}));
|
|
1195
799
|
var TypeAlreadyExistsFault;
|
|
1196
800
|
(function (TypeAlreadyExistsFault) {
|
|
1197
|
-
/**
|
|
1198
|
-
* @internal
|
|
1199
|
-
*/
|
|
1200
801
|
TypeAlreadyExistsFault.filterSensitiveLog = (obj) => ({
|
|
1201
802
|
...obj,
|
|
1202
803
|
});
|
|
1203
804
|
})(TypeAlreadyExistsFault = exports.TypeAlreadyExistsFault || (exports.TypeAlreadyExistsFault = {}));
|
|
1204
805
|
var RegisterDomainInput;
|
|
1205
806
|
(function (RegisterDomainInput) {
|
|
1206
|
-
/**
|
|
1207
|
-
* @internal
|
|
1208
|
-
*/
|
|
1209
807
|
RegisterDomainInput.filterSensitiveLog = (obj) => ({
|
|
1210
808
|
...obj,
|
|
1211
809
|
});
|
|
1212
810
|
})(RegisterDomainInput = exports.RegisterDomainInput || (exports.RegisterDomainInput = {}));
|
|
1213
811
|
var TooManyTagsFault;
|
|
1214
812
|
(function (TooManyTagsFault) {
|
|
1215
|
-
/**
|
|
1216
|
-
* @internal
|
|
1217
|
-
*/
|
|
1218
813
|
TooManyTagsFault.filterSensitiveLog = (obj) => ({
|
|
1219
814
|
...obj,
|
|
1220
815
|
});
|
|
1221
816
|
})(TooManyTagsFault = exports.TooManyTagsFault || (exports.TooManyTagsFault = {}));
|
|
1222
817
|
var RegisterWorkflowTypeInput;
|
|
1223
818
|
(function (RegisterWorkflowTypeInput) {
|
|
1224
|
-
/**
|
|
1225
|
-
* @internal
|
|
1226
|
-
*/
|
|
1227
819
|
RegisterWorkflowTypeInput.filterSensitiveLog = (obj) => ({
|
|
1228
820
|
...obj,
|
|
1229
821
|
});
|
|
1230
822
|
})(RegisterWorkflowTypeInput = exports.RegisterWorkflowTypeInput || (exports.RegisterWorkflowTypeInput = {}));
|
|
1231
823
|
var RequestCancelWorkflowExecutionInput;
|
|
1232
824
|
(function (RequestCancelWorkflowExecutionInput) {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
825
|
RequestCancelWorkflowExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1237
826
|
...obj,
|
|
1238
827
|
});
|
|
1239
828
|
})(RequestCancelWorkflowExecutionInput = exports.RequestCancelWorkflowExecutionInput || (exports.RequestCancelWorkflowExecutionInput = {}));
|
|
1240
829
|
var RespondActivityTaskCanceledInput;
|
|
1241
830
|
(function (RespondActivityTaskCanceledInput) {
|
|
1242
|
-
/**
|
|
1243
|
-
* @internal
|
|
1244
|
-
*/
|
|
1245
831
|
RespondActivityTaskCanceledInput.filterSensitiveLog = (obj) => ({
|
|
1246
832
|
...obj,
|
|
1247
833
|
});
|
|
1248
834
|
})(RespondActivityTaskCanceledInput = exports.RespondActivityTaskCanceledInput || (exports.RespondActivityTaskCanceledInput = {}));
|
|
1249
835
|
var RespondActivityTaskCompletedInput;
|
|
1250
836
|
(function (RespondActivityTaskCompletedInput) {
|
|
1251
|
-
/**
|
|
1252
|
-
* @internal
|
|
1253
|
-
*/
|
|
1254
837
|
RespondActivityTaskCompletedInput.filterSensitiveLog = (obj) => ({
|
|
1255
838
|
...obj,
|
|
1256
839
|
});
|
|
1257
840
|
})(RespondActivityTaskCompletedInput = exports.RespondActivityTaskCompletedInput || (exports.RespondActivityTaskCompletedInput = {}));
|
|
1258
841
|
var RespondActivityTaskFailedInput;
|
|
1259
842
|
(function (RespondActivityTaskFailedInput) {
|
|
1260
|
-
/**
|
|
1261
|
-
* @internal
|
|
1262
|
-
*/
|
|
1263
843
|
RespondActivityTaskFailedInput.filterSensitiveLog = (obj) => ({
|
|
1264
844
|
...obj,
|
|
1265
845
|
});
|
|
1266
846
|
})(RespondActivityTaskFailedInput = exports.RespondActivityTaskFailedInput || (exports.RespondActivityTaskFailedInput = {}));
|
|
1267
847
|
var RespondDecisionTaskCompletedInput;
|
|
1268
848
|
(function (RespondDecisionTaskCompletedInput) {
|
|
1269
|
-
/**
|
|
1270
|
-
* @internal
|
|
1271
|
-
*/
|
|
1272
849
|
RespondDecisionTaskCompletedInput.filterSensitiveLog = (obj) => ({
|
|
1273
850
|
...obj,
|
|
1274
851
|
});
|
|
1275
852
|
})(RespondDecisionTaskCompletedInput = exports.RespondDecisionTaskCompletedInput || (exports.RespondDecisionTaskCompletedInput = {}));
|
|
1276
853
|
var Run;
|
|
1277
854
|
(function (Run) {
|
|
1278
|
-
/**
|
|
1279
|
-
* @internal
|
|
1280
|
-
*/
|
|
1281
855
|
Run.filterSensitiveLog = (obj) => ({
|
|
1282
856
|
...obj,
|
|
1283
857
|
});
|
|
1284
858
|
})(Run = exports.Run || (exports.Run = {}));
|
|
1285
859
|
var SignalWorkflowExecutionInput;
|
|
1286
860
|
(function (SignalWorkflowExecutionInput) {
|
|
1287
|
-
/**
|
|
1288
|
-
* @internal
|
|
1289
|
-
*/
|
|
1290
861
|
SignalWorkflowExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1291
862
|
...obj,
|
|
1292
863
|
});
|
|
1293
864
|
})(SignalWorkflowExecutionInput = exports.SignalWorkflowExecutionInput || (exports.SignalWorkflowExecutionInput = {}));
|
|
1294
865
|
var StartWorkflowExecutionInput;
|
|
1295
866
|
(function (StartWorkflowExecutionInput) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
867
|
StartWorkflowExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1300
868
|
...obj,
|
|
1301
869
|
});
|
|
1302
870
|
})(StartWorkflowExecutionInput = exports.StartWorkflowExecutionInput || (exports.StartWorkflowExecutionInput = {}));
|
|
1303
871
|
var WorkflowExecutionAlreadyStartedFault;
|
|
1304
872
|
(function (WorkflowExecutionAlreadyStartedFault) {
|
|
1305
|
-
/**
|
|
1306
|
-
* @internal
|
|
1307
|
-
*/
|
|
1308
873
|
WorkflowExecutionAlreadyStartedFault.filterSensitiveLog = (obj) => ({
|
|
1309
874
|
...obj,
|
|
1310
875
|
});
|
|
1311
876
|
})(WorkflowExecutionAlreadyStartedFault = exports.WorkflowExecutionAlreadyStartedFault || (exports.WorkflowExecutionAlreadyStartedFault = {}));
|
|
1312
877
|
var TagResourceInput;
|
|
1313
878
|
(function (TagResourceInput) {
|
|
1314
|
-
/**
|
|
1315
|
-
* @internal
|
|
1316
|
-
*/
|
|
1317
879
|
TagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1318
880
|
...obj,
|
|
1319
881
|
});
|
|
1320
882
|
})(TagResourceInput = exports.TagResourceInput || (exports.TagResourceInput = {}));
|
|
1321
883
|
var TerminateWorkflowExecutionInput;
|
|
1322
884
|
(function (TerminateWorkflowExecutionInput) {
|
|
1323
|
-
/**
|
|
1324
|
-
* @internal
|
|
1325
|
-
*/
|
|
1326
885
|
TerminateWorkflowExecutionInput.filterSensitiveLog = (obj) => ({
|
|
1327
886
|
...obj,
|
|
1328
887
|
});
|
|
1329
888
|
})(TerminateWorkflowExecutionInput = exports.TerminateWorkflowExecutionInput || (exports.TerminateWorkflowExecutionInput = {}));
|
|
1330
889
|
var UndeprecateActivityTypeInput;
|
|
1331
890
|
(function (UndeprecateActivityTypeInput) {
|
|
1332
|
-
/**
|
|
1333
|
-
* @internal
|
|
1334
|
-
*/
|
|
1335
891
|
UndeprecateActivityTypeInput.filterSensitiveLog = (obj) => ({
|
|
1336
892
|
...obj,
|
|
1337
893
|
});
|
|
1338
894
|
})(UndeprecateActivityTypeInput = exports.UndeprecateActivityTypeInput || (exports.UndeprecateActivityTypeInput = {}));
|
|
1339
895
|
var UndeprecateDomainInput;
|
|
1340
896
|
(function (UndeprecateDomainInput) {
|
|
1341
|
-
/**
|
|
1342
|
-
* @internal
|
|
1343
|
-
*/
|
|
1344
897
|
UndeprecateDomainInput.filterSensitiveLog = (obj) => ({
|
|
1345
898
|
...obj,
|
|
1346
899
|
});
|
|
1347
900
|
})(UndeprecateDomainInput = exports.UndeprecateDomainInput || (exports.UndeprecateDomainInput = {}));
|
|
1348
901
|
var UndeprecateWorkflowTypeInput;
|
|
1349
902
|
(function (UndeprecateWorkflowTypeInput) {
|
|
1350
|
-
/**
|
|
1351
|
-
* @internal
|
|
1352
|
-
*/
|
|
1353
903
|
UndeprecateWorkflowTypeInput.filterSensitiveLog = (obj) => ({
|
|
1354
904
|
...obj,
|
|
1355
905
|
});
|
|
1356
906
|
})(UndeprecateWorkflowTypeInput = exports.UndeprecateWorkflowTypeInput || (exports.UndeprecateWorkflowTypeInput = {}));
|
|
1357
907
|
var UntagResourceInput;
|
|
1358
908
|
(function (UntagResourceInput) {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
909
|
UntagResourceInput.filterSensitiveLog = (obj) => ({
|
|
1363
910
|
...obj,
|
|
1364
911
|
});
|
|
1365
912
|
})(UntagResourceInput = exports.UntagResourceInput || (exports.UntagResourceInput = {}));
|
|
1366
|
-
//# sourceMappingURL=models_0.js.map
|