@aws-sdk/client-swf 3.169.0 → 3.171.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.
Files changed (61) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/SWF.d.ts +633 -98
  3. package/dist-types/ts3.4/SWFClient.d.ts +325 -110
  4. package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +39 -17
  5. package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +30 -17
  10. package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +34 -17
  11. package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +36 -17
  16. package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +32 -8
  19. package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +32 -17
  22. package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +33 -17
  23. package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +33 -17
  24. package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +39 -17
  25. package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +34 -17
  26. package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +30 -17
  27. package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +35 -17
  29. package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +35 -17
  32. package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +35 -17
  33. package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +35 -17
  34. package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +36 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +30 -17
  36. package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +35 -17
  37. package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +35 -17
  38. package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +30 -17
  39. package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +30 -17
  41. package/dist-types/ts3.4/commands/index.d.ts +37 -37
  42. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  43. package/dist-types/ts3.4/index.d.ts +6 -6
  44. package/dist-types/ts3.4/models/SWFServiceException.d.ts +7 -6
  45. package/dist-types/ts3.4/models/index.d.ts +1 -1
  46. package/dist-types/ts3.4/models/models_0.d.ts +1502 -1950
  47. package/dist-types/ts3.4/pagination/GetWorkflowExecutionHistoryPaginator.d.ts +11 -4
  48. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  49. package/dist-types/ts3.4/pagination/ListActivityTypesPaginator.d.ts +11 -4
  50. package/dist-types/ts3.4/pagination/ListClosedWorkflowExecutionsPaginator.d.ts +11 -4
  51. package/dist-types/ts3.4/pagination/ListDomainsPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListOpenWorkflowExecutionsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListWorkflowTypesPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/PollForDecisionTaskPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  56. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +449 -113
  57. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  58. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  59. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  60. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  61. package/package.json +34 -34
@@ -1,113 +1,449 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
3
- import { CountClosedWorkflowExecutionsCommandInput, CountClosedWorkflowExecutionsCommandOutput } from "../commands/CountClosedWorkflowExecutionsCommand";
4
- import { CountOpenWorkflowExecutionsCommandInput, CountOpenWorkflowExecutionsCommandOutput } from "../commands/CountOpenWorkflowExecutionsCommand";
5
- import { CountPendingActivityTasksCommandInput, CountPendingActivityTasksCommandOutput } from "../commands/CountPendingActivityTasksCommand";
6
- import { CountPendingDecisionTasksCommandInput, CountPendingDecisionTasksCommandOutput } from "../commands/CountPendingDecisionTasksCommand";
7
- import { DeprecateActivityTypeCommandInput, DeprecateActivityTypeCommandOutput } from "../commands/DeprecateActivityTypeCommand";
8
- import { DeprecateDomainCommandInput, DeprecateDomainCommandOutput } from "../commands/DeprecateDomainCommand";
9
- import { DeprecateWorkflowTypeCommandInput, DeprecateWorkflowTypeCommandOutput } from "../commands/DeprecateWorkflowTypeCommand";
10
- import { DescribeActivityTypeCommandInput, DescribeActivityTypeCommandOutput } from "../commands/DescribeActivityTypeCommand";
11
- import { DescribeDomainCommandInput, DescribeDomainCommandOutput } from "../commands/DescribeDomainCommand";
12
- import { DescribeWorkflowExecutionCommandInput, DescribeWorkflowExecutionCommandOutput } from "../commands/DescribeWorkflowExecutionCommand";
13
- import { DescribeWorkflowTypeCommandInput, DescribeWorkflowTypeCommandOutput } from "../commands/DescribeWorkflowTypeCommand";
14
- import { GetWorkflowExecutionHistoryCommandInput, GetWorkflowExecutionHistoryCommandOutput } from "../commands/GetWorkflowExecutionHistoryCommand";
15
- import { ListActivityTypesCommandInput, ListActivityTypesCommandOutput } from "../commands/ListActivityTypesCommand";
16
- import { ListClosedWorkflowExecutionsCommandInput, ListClosedWorkflowExecutionsCommandOutput } from "../commands/ListClosedWorkflowExecutionsCommand";
17
- import { ListDomainsCommandInput, ListDomainsCommandOutput } from "../commands/ListDomainsCommand";
18
- import { ListOpenWorkflowExecutionsCommandInput, ListOpenWorkflowExecutionsCommandOutput } from "../commands/ListOpenWorkflowExecutionsCommand";
19
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
20
- import { ListWorkflowTypesCommandInput, ListWorkflowTypesCommandOutput } from "../commands/ListWorkflowTypesCommand";
21
- import { PollForActivityTaskCommandInput, PollForActivityTaskCommandOutput } from "../commands/PollForActivityTaskCommand";
22
- import { PollForDecisionTaskCommandInput, PollForDecisionTaskCommandOutput } from "../commands/PollForDecisionTaskCommand";
23
- import { RecordActivityTaskHeartbeatCommandInput, RecordActivityTaskHeartbeatCommandOutput } from "../commands/RecordActivityTaskHeartbeatCommand";
24
- import { RegisterActivityTypeCommandInput, RegisterActivityTypeCommandOutput } from "../commands/RegisterActivityTypeCommand";
25
- import { RegisterDomainCommandInput, RegisterDomainCommandOutput } from "../commands/RegisterDomainCommand";
26
- import { RegisterWorkflowTypeCommandInput, RegisterWorkflowTypeCommandOutput } from "../commands/RegisterWorkflowTypeCommand";
27
- import { RequestCancelWorkflowExecutionCommandInput, RequestCancelWorkflowExecutionCommandOutput } from "../commands/RequestCancelWorkflowExecutionCommand";
28
- import { RespondActivityTaskCanceledCommandInput, RespondActivityTaskCanceledCommandOutput } from "../commands/RespondActivityTaskCanceledCommand";
29
- import { RespondActivityTaskCompletedCommandInput, RespondActivityTaskCompletedCommandOutput } from "../commands/RespondActivityTaskCompletedCommand";
30
- import { RespondActivityTaskFailedCommandInput, RespondActivityTaskFailedCommandOutput } from "../commands/RespondActivityTaskFailedCommand";
31
- import { RespondDecisionTaskCompletedCommandInput, RespondDecisionTaskCompletedCommandOutput } from "../commands/RespondDecisionTaskCompletedCommand";
32
- import { SignalWorkflowExecutionCommandInput, SignalWorkflowExecutionCommandOutput } from "../commands/SignalWorkflowExecutionCommand";
33
- import { StartWorkflowExecutionCommandInput, StartWorkflowExecutionCommandOutput } from "../commands/StartWorkflowExecutionCommand";
34
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
35
- import { TerminateWorkflowExecutionCommandInput, TerminateWorkflowExecutionCommandOutput } from "../commands/TerminateWorkflowExecutionCommand";
36
- import { UndeprecateActivityTypeCommandInput, UndeprecateActivityTypeCommandOutput } from "../commands/UndeprecateActivityTypeCommand";
37
- import { UndeprecateDomainCommandInput, UndeprecateDomainCommandOutput } from "../commands/UndeprecateDomainCommand";
38
- import { UndeprecateWorkflowTypeCommandInput, UndeprecateWorkflowTypeCommandOutput } from "../commands/UndeprecateWorkflowTypeCommand";
39
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
40
- export declare const serializeAws_json1_0CountClosedWorkflowExecutionsCommand: (input: CountClosedWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
41
- export declare const serializeAws_json1_0CountOpenWorkflowExecutionsCommand: (input: CountOpenWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
42
- export declare const serializeAws_json1_0CountPendingActivityTasksCommand: (input: CountPendingActivityTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- export declare const serializeAws_json1_0CountPendingDecisionTasksCommand: (input: CountPendingDecisionTasksCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
44
- export declare const serializeAws_json1_0DeprecateActivityTypeCommand: (input: DeprecateActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- export declare const serializeAws_json1_0DeprecateDomainCommand: (input: DeprecateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
46
- export declare const serializeAws_json1_0DeprecateWorkflowTypeCommand: (input: DeprecateWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- export declare const serializeAws_json1_0DescribeActivityTypeCommand: (input: DescribeActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
48
- export declare const serializeAws_json1_0DescribeDomainCommand: (input: DescribeDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- export declare const serializeAws_json1_0DescribeWorkflowExecutionCommand: (input: DescribeWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
50
- export declare const serializeAws_json1_0DescribeWorkflowTypeCommand: (input: DescribeWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- export declare const serializeAws_json1_0GetWorkflowExecutionHistoryCommand: (input: GetWorkflowExecutionHistoryCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
52
- export declare const serializeAws_json1_0ListActivityTypesCommand: (input: ListActivityTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- export declare const serializeAws_json1_0ListClosedWorkflowExecutionsCommand: (input: ListClosedWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
54
- export declare const serializeAws_json1_0ListDomainsCommand: (input: ListDomainsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- export declare const serializeAws_json1_0ListOpenWorkflowExecutionsCommand: (input: ListOpenWorkflowExecutionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
56
- export declare const serializeAws_json1_0ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- export declare const serializeAws_json1_0ListWorkflowTypesCommand: (input: ListWorkflowTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
58
- export declare const serializeAws_json1_0PollForActivityTaskCommand: (input: PollForActivityTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- export declare const serializeAws_json1_0PollForDecisionTaskCommand: (input: PollForDecisionTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
60
- export declare const serializeAws_json1_0RecordActivityTaskHeartbeatCommand: (input: RecordActivityTaskHeartbeatCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- export declare const serializeAws_json1_0RegisterActivityTypeCommand: (input: RegisterActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
62
- export declare const serializeAws_json1_0RegisterDomainCommand: (input: RegisterDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- export declare const serializeAws_json1_0RegisterWorkflowTypeCommand: (input: RegisterWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
64
- export declare const serializeAws_json1_0RequestCancelWorkflowExecutionCommand: (input: RequestCancelWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- export declare const serializeAws_json1_0RespondActivityTaskCanceledCommand: (input: RespondActivityTaskCanceledCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
66
- export declare const serializeAws_json1_0RespondActivityTaskCompletedCommand: (input: RespondActivityTaskCompletedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- export declare const serializeAws_json1_0RespondActivityTaskFailedCommand: (input: RespondActivityTaskFailedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
68
- export declare const serializeAws_json1_0RespondDecisionTaskCompletedCommand: (input: RespondDecisionTaskCompletedCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- export declare const serializeAws_json1_0SignalWorkflowExecutionCommand: (input: SignalWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
70
- export declare const serializeAws_json1_0StartWorkflowExecutionCommand: (input: StartWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- export declare const serializeAws_json1_0TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
72
- export declare const serializeAws_json1_0TerminateWorkflowExecutionCommand: (input: TerminateWorkflowExecutionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- export declare const serializeAws_json1_0UndeprecateActivityTypeCommand: (input: UndeprecateActivityTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
74
- export declare const serializeAws_json1_0UndeprecateDomainCommand: (input: UndeprecateDomainCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- export declare const serializeAws_json1_0UndeprecateWorkflowTypeCommand: (input: UndeprecateWorkflowTypeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
76
- export declare const serializeAws_json1_0UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- export declare const deserializeAws_json1_0CountClosedWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountClosedWorkflowExecutionsCommandOutput>;
78
- export declare const deserializeAws_json1_0CountOpenWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountOpenWorkflowExecutionsCommandOutput>;
79
- export declare const deserializeAws_json1_0CountPendingActivityTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountPendingActivityTasksCommandOutput>;
80
- export declare const deserializeAws_json1_0CountPendingDecisionTasksCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CountPendingDecisionTasksCommandOutput>;
81
- export declare const deserializeAws_json1_0DeprecateActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateActivityTypeCommandOutput>;
82
- export declare const deserializeAws_json1_0DeprecateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateDomainCommandOutput>;
83
- export declare const deserializeAws_json1_0DeprecateWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeprecateWorkflowTypeCommandOutput>;
84
- export declare const deserializeAws_json1_0DescribeActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeActivityTypeCommandOutput>;
85
- export declare const deserializeAws_json1_0DescribeDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDomainCommandOutput>;
86
- export declare const deserializeAws_json1_0DescribeWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowExecutionCommandOutput>;
87
- export declare const deserializeAws_json1_0DescribeWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeWorkflowTypeCommandOutput>;
88
- export declare const deserializeAws_json1_0GetWorkflowExecutionHistoryCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowExecutionHistoryCommandOutput>;
89
- export declare const deserializeAws_json1_0ListActivityTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListActivityTypesCommandOutput>;
90
- export declare const deserializeAws_json1_0ListClosedWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListClosedWorkflowExecutionsCommandOutput>;
91
- export declare const deserializeAws_json1_0ListDomainsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListDomainsCommandOutput>;
92
- export declare const deserializeAws_json1_0ListOpenWorkflowExecutionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOpenWorkflowExecutionsCommandOutput>;
93
- export declare const deserializeAws_json1_0ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
94
- export declare const deserializeAws_json1_0ListWorkflowTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowTypesCommandOutput>;
95
- export declare const deserializeAws_json1_0PollForActivityTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForActivityTaskCommandOutput>;
96
- export declare const deserializeAws_json1_0PollForDecisionTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PollForDecisionTaskCommandOutput>;
97
- export declare const deserializeAws_json1_0RecordActivityTaskHeartbeatCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RecordActivityTaskHeartbeatCommandOutput>;
98
- export declare const deserializeAws_json1_0RegisterActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterActivityTypeCommandOutput>;
99
- export declare const deserializeAws_json1_0RegisterDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterDomainCommandOutput>;
100
- export declare const deserializeAws_json1_0RegisterWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegisterWorkflowTypeCommandOutput>;
101
- export declare const deserializeAws_json1_0RequestCancelWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RequestCancelWorkflowExecutionCommandOutput>;
102
- export declare const deserializeAws_json1_0RespondActivityTaskCanceledCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondActivityTaskCanceledCommandOutput>;
103
- export declare const deserializeAws_json1_0RespondActivityTaskCompletedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondActivityTaskCompletedCommandOutput>;
104
- export declare const deserializeAws_json1_0RespondActivityTaskFailedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondActivityTaskFailedCommandOutput>;
105
- export declare const deserializeAws_json1_0RespondDecisionTaskCompletedCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RespondDecisionTaskCompletedCommandOutput>;
106
- export declare const deserializeAws_json1_0SignalWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SignalWorkflowExecutionCommandOutput>;
107
- export declare const deserializeAws_json1_0StartWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowExecutionCommandOutput>;
108
- export declare const deserializeAws_json1_0TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
109
- export declare const deserializeAws_json1_0TerminateWorkflowExecutionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TerminateWorkflowExecutionCommandOutput>;
110
- export declare const deserializeAws_json1_0UndeprecateActivityTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UndeprecateActivityTypeCommandOutput>;
111
- export declare const deserializeAws_json1_0UndeprecateDomainCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UndeprecateDomainCommandOutput>;
112
- export declare const deserializeAws_json1_0UndeprecateWorkflowTypeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UndeprecateWorkflowTypeCommandOutput>;
113
- export declare const deserializeAws_json1_0UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
1
+ import {
2
+ HttpRequest as __HttpRequest,
3
+ HttpResponse as __HttpResponse,
4
+ } from "@aws-sdk/protocol-http";
5
+ import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
6
+ import {
7
+ CountClosedWorkflowExecutionsCommandInput,
8
+ CountClosedWorkflowExecutionsCommandOutput,
9
+ } from "../commands/CountClosedWorkflowExecutionsCommand";
10
+ import {
11
+ CountOpenWorkflowExecutionsCommandInput,
12
+ CountOpenWorkflowExecutionsCommandOutput,
13
+ } from "../commands/CountOpenWorkflowExecutionsCommand";
14
+ import {
15
+ CountPendingActivityTasksCommandInput,
16
+ CountPendingActivityTasksCommandOutput,
17
+ } from "../commands/CountPendingActivityTasksCommand";
18
+ import {
19
+ CountPendingDecisionTasksCommandInput,
20
+ CountPendingDecisionTasksCommandOutput,
21
+ } from "../commands/CountPendingDecisionTasksCommand";
22
+ import {
23
+ DeprecateActivityTypeCommandInput,
24
+ DeprecateActivityTypeCommandOutput,
25
+ } from "../commands/DeprecateActivityTypeCommand";
26
+ import {
27
+ DeprecateDomainCommandInput,
28
+ DeprecateDomainCommandOutput,
29
+ } from "../commands/DeprecateDomainCommand";
30
+ import {
31
+ DeprecateWorkflowTypeCommandInput,
32
+ DeprecateWorkflowTypeCommandOutput,
33
+ } from "../commands/DeprecateWorkflowTypeCommand";
34
+ import {
35
+ DescribeActivityTypeCommandInput,
36
+ DescribeActivityTypeCommandOutput,
37
+ } from "../commands/DescribeActivityTypeCommand";
38
+ import {
39
+ DescribeDomainCommandInput,
40
+ DescribeDomainCommandOutput,
41
+ } from "../commands/DescribeDomainCommand";
42
+ import {
43
+ DescribeWorkflowExecutionCommandInput,
44
+ DescribeWorkflowExecutionCommandOutput,
45
+ } from "../commands/DescribeWorkflowExecutionCommand";
46
+ import {
47
+ DescribeWorkflowTypeCommandInput,
48
+ DescribeWorkflowTypeCommandOutput,
49
+ } from "../commands/DescribeWorkflowTypeCommand";
50
+ import {
51
+ GetWorkflowExecutionHistoryCommandInput,
52
+ GetWorkflowExecutionHistoryCommandOutput,
53
+ } from "../commands/GetWorkflowExecutionHistoryCommand";
54
+ import {
55
+ ListActivityTypesCommandInput,
56
+ ListActivityTypesCommandOutput,
57
+ } from "../commands/ListActivityTypesCommand";
58
+ import {
59
+ ListClosedWorkflowExecutionsCommandInput,
60
+ ListClosedWorkflowExecutionsCommandOutput,
61
+ } from "../commands/ListClosedWorkflowExecutionsCommand";
62
+ import {
63
+ ListDomainsCommandInput,
64
+ ListDomainsCommandOutput,
65
+ } from "../commands/ListDomainsCommand";
66
+ import {
67
+ ListOpenWorkflowExecutionsCommandInput,
68
+ ListOpenWorkflowExecutionsCommandOutput,
69
+ } from "../commands/ListOpenWorkflowExecutionsCommand";
70
+ import {
71
+ ListTagsForResourceCommandInput,
72
+ ListTagsForResourceCommandOutput,
73
+ } from "../commands/ListTagsForResourceCommand";
74
+ import {
75
+ ListWorkflowTypesCommandInput,
76
+ ListWorkflowTypesCommandOutput,
77
+ } from "../commands/ListWorkflowTypesCommand";
78
+ import {
79
+ PollForActivityTaskCommandInput,
80
+ PollForActivityTaskCommandOutput,
81
+ } from "../commands/PollForActivityTaskCommand";
82
+ import {
83
+ PollForDecisionTaskCommandInput,
84
+ PollForDecisionTaskCommandOutput,
85
+ } from "../commands/PollForDecisionTaskCommand";
86
+ import {
87
+ RecordActivityTaskHeartbeatCommandInput,
88
+ RecordActivityTaskHeartbeatCommandOutput,
89
+ } from "../commands/RecordActivityTaskHeartbeatCommand";
90
+ import {
91
+ RegisterActivityTypeCommandInput,
92
+ RegisterActivityTypeCommandOutput,
93
+ } from "../commands/RegisterActivityTypeCommand";
94
+ import {
95
+ RegisterDomainCommandInput,
96
+ RegisterDomainCommandOutput,
97
+ } from "../commands/RegisterDomainCommand";
98
+ import {
99
+ RegisterWorkflowTypeCommandInput,
100
+ RegisterWorkflowTypeCommandOutput,
101
+ } from "../commands/RegisterWorkflowTypeCommand";
102
+ import {
103
+ RequestCancelWorkflowExecutionCommandInput,
104
+ RequestCancelWorkflowExecutionCommandOutput,
105
+ } from "../commands/RequestCancelWorkflowExecutionCommand";
106
+ import {
107
+ RespondActivityTaskCanceledCommandInput,
108
+ RespondActivityTaskCanceledCommandOutput,
109
+ } from "../commands/RespondActivityTaskCanceledCommand";
110
+ import {
111
+ RespondActivityTaskCompletedCommandInput,
112
+ RespondActivityTaskCompletedCommandOutput,
113
+ } from "../commands/RespondActivityTaskCompletedCommand";
114
+ import {
115
+ RespondActivityTaskFailedCommandInput,
116
+ RespondActivityTaskFailedCommandOutput,
117
+ } from "../commands/RespondActivityTaskFailedCommand";
118
+ import {
119
+ RespondDecisionTaskCompletedCommandInput,
120
+ RespondDecisionTaskCompletedCommandOutput,
121
+ } from "../commands/RespondDecisionTaskCompletedCommand";
122
+ import {
123
+ SignalWorkflowExecutionCommandInput,
124
+ SignalWorkflowExecutionCommandOutput,
125
+ } from "../commands/SignalWorkflowExecutionCommand";
126
+ import {
127
+ StartWorkflowExecutionCommandInput,
128
+ StartWorkflowExecutionCommandOutput,
129
+ } from "../commands/StartWorkflowExecutionCommand";
130
+ import {
131
+ TagResourceCommandInput,
132
+ TagResourceCommandOutput,
133
+ } from "../commands/TagResourceCommand";
134
+ import {
135
+ TerminateWorkflowExecutionCommandInput,
136
+ TerminateWorkflowExecutionCommandOutput,
137
+ } from "../commands/TerminateWorkflowExecutionCommand";
138
+ import {
139
+ UndeprecateActivityTypeCommandInput,
140
+ UndeprecateActivityTypeCommandOutput,
141
+ } from "../commands/UndeprecateActivityTypeCommand";
142
+ import {
143
+ UndeprecateDomainCommandInput,
144
+ UndeprecateDomainCommandOutput,
145
+ } from "../commands/UndeprecateDomainCommand";
146
+ import {
147
+ UndeprecateWorkflowTypeCommandInput,
148
+ UndeprecateWorkflowTypeCommandOutput,
149
+ } from "../commands/UndeprecateWorkflowTypeCommand";
150
+ import {
151
+ UntagResourceCommandInput,
152
+ UntagResourceCommandOutput,
153
+ } from "../commands/UntagResourceCommand";
154
+ export declare const serializeAws_json1_0CountClosedWorkflowExecutionsCommand: (
155
+ input: CountClosedWorkflowExecutionsCommandInput,
156
+ context: __SerdeContext
157
+ ) => Promise<__HttpRequest>;
158
+ export declare const serializeAws_json1_0CountOpenWorkflowExecutionsCommand: (
159
+ input: CountOpenWorkflowExecutionsCommandInput,
160
+ context: __SerdeContext
161
+ ) => Promise<__HttpRequest>;
162
+ export declare const serializeAws_json1_0CountPendingActivityTasksCommand: (
163
+ input: CountPendingActivityTasksCommandInput,
164
+ context: __SerdeContext
165
+ ) => Promise<__HttpRequest>;
166
+ export declare const serializeAws_json1_0CountPendingDecisionTasksCommand: (
167
+ input: CountPendingDecisionTasksCommandInput,
168
+ context: __SerdeContext
169
+ ) => Promise<__HttpRequest>;
170
+ export declare const serializeAws_json1_0DeprecateActivityTypeCommand: (
171
+ input: DeprecateActivityTypeCommandInput,
172
+ context: __SerdeContext
173
+ ) => Promise<__HttpRequest>;
174
+ export declare const serializeAws_json1_0DeprecateDomainCommand: (
175
+ input: DeprecateDomainCommandInput,
176
+ context: __SerdeContext
177
+ ) => Promise<__HttpRequest>;
178
+ export declare const serializeAws_json1_0DeprecateWorkflowTypeCommand: (
179
+ input: DeprecateWorkflowTypeCommandInput,
180
+ context: __SerdeContext
181
+ ) => Promise<__HttpRequest>;
182
+ export declare const serializeAws_json1_0DescribeActivityTypeCommand: (
183
+ input: DescribeActivityTypeCommandInput,
184
+ context: __SerdeContext
185
+ ) => Promise<__HttpRequest>;
186
+ export declare const serializeAws_json1_0DescribeDomainCommand: (
187
+ input: DescribeDomainCommandInput,
188
+ context: __SerdeContext
189
+ ) => Promise<__HttpRequest>;
190
+ export declare const serializeAws_json1_0DescribeWorkflowExecutionCommand: (
191
+ input: DescribeWorkflowExecutionCommandInput,
192
+ context: __SerdeContext
193
+ ) => Promise<__HttpRequest>;
194
+ export declare const serializeAws_json1_0DescribeWorkflowTypeCommand: (
195
+ input: DescribeWorkflowTypeCommandInput,
196
+ context: __SerdeContext
197
+ ) => Promise<__HttpRequest>;
198
+ export declare const serializeAws_json1_0GetWorkflowExecutionHistoryCommand: (
199
+ input: GetWorkflowExecutionHistoryCommandInput,
200
+ context: __SerdeContext
201
+ ) => Promise<__HttpRequest>;
202
+ export declare const serializeAws_json1_0ListActivityTypesCommand: (
203
+ input: ListActivityTypesCommandInput,
204
+ context: __SerdeContext
205
+ ) => Promise<__HttpRequest>;
206
+ export declare const serializeAws_json1_0ListClosedWorkflowExecutionsCommand: (
207
+ input: ListClosedWorkflowExecutionsCommandInput,
208
+ context: __SerdeContext
209
+ ) => Promise<__HttpRequest>;
210
+ export declare const serializeAws_json1_0ListDomainsCommand: (
211
+ input: ListDomainsCommandInput,
212
+ context: __SerdeContext
213
+ ) => Promise<__HttpRequest>;
214
+ export declare const serializeAws_json1_0ListOpenWorkflowExecutionsCommand: (
215
+ input: ListOpenWorkflowExecutionsCommandInput,
216
+ context: __SerdeContext
217
+ ) => Promise<__HttpRequest>;
218
+ export declare const serializeAws_json1_0ListTagsForResourceCommand: (
219
+ input: ListTagsForResourceCommandInput,
220
+ context: __SerdeContext
221
+ ) => Promise<__HttpRequest>;
222
+ export declare const serializeAws_json1_0ListWorkflowTypesCommand: (
223
+ input: ListWorkflowTypesCommandInput,
224
+ context: __SerdeContext
225
+ ) => Promise<__HttpRequest>;
226
+ export declare const serializeAws_json1_0PollForActivityTaskCommand: (
227
+ input: PollForActivityTaskCommandInput,
228
+ context: __SerdeContext
229
+ ) => Promise<__HttpRequest>;
230
+ export declare const serializeAws_json1_0PollForDecisionTaskCommand: (
231
+ input: PollForDecisionTaskCommandInput,
232
+ context: __SerdeContext
233
+ ) => Promise<__HttpRequest>;
234
+ export declare const serializeAws_json1_0RecordActivityTaskHeartbeatCommand: (
235
+ input: RecordActivityTaskHeartbeatCommandInput,
236
+ context: __SerdeContext
237
+ ) => Promise<__HttpRequest>;
238
+ export declare const serializeAws_json1_0RegisterActivityTypeCommand: (
239
+ input: RegisterActivityTypeCommandInput,
240
+ context: __SerdeContext
241
+ ) => Promise<__HttpRequest>;
242
+ export declare const serializeAws_json1_0RegisterDomainCommand: (
243
+ input: RegisterDomainCommandInput,
244
+ context: __SerdeContext
245
+ ) => Promise<__HttpRequest>;
246
+ export declare const serializeAws_json1_0RegisterWorkflowTypeCommand: (
247
+ input: RegisterWorkflowTypeCommandInput,
248
+ context: __SerdeContext
249
+ ) => Promise<__HttpRequest>;
250
+ export declare const serializeAws_json1_0RequestCancelWorkflowExecutionCommand: (
251
+ input: RequestCancelWorkflowExecutionCommandInput,
252
+ context: __SerdeContext
253
+ ) => Promise<__HttpRequest>;
254
+ export declare const serializeAws_json1_0RespondActivityTaskCanceledCommand: (
255
+ input: RespondActivityTaskCanceledCommandInput,
256
+ context: __SerdeContext
257
+ ) => Promise<__HttpRequest>;
258
+ export declare const serializeAws_json1_0RespondActivityTaskCompletedCommand: (
259
+ input: RespondActivityTaskCompletedCommandInput,
260
+ context: __SerdeContext
261
+ ) => Promise<__HttpRequest>;
262
+ export declare const serializeAws_json1_0RespondActivityTaskFailedCommand: (
263
+ input: RespondActivityTaskFailedCommandInput,
264
+ context: __SerdeContext
265
+ ) => Promise<__HttpRequest>;
266
+ export declare const serializeAws_json1_0RespondDecisionTaskCompletedCommand: (
267
+ input: RespondDecisionTaskCompletedCommandInput,
268
+ context: __SerdeContext
269
+ ) => Promise<__HttpRequest>;
270
+ export declare const serializeAws_json1_0SignalWorkflowExecutionCommand: (
271
+ input: SignalWorkflowExecutionCommandInput,
272
+ context: __SerdeContext
273
+ ) => Promise<__HttpRequest>;
274
+ export declare const serializeAws_json1_0StartWorkflowExecutionCommand: (
275
+ input: StartWorkflowExecutionCommandInput,
276
+ context: __SerdeContext
277
+ ) => Promise<__HttpRequest>;
278
+ export declare const serializeAws_json1_0TagResourceCommand: (
279
+ input: TagResourceCommandInput,
280
+ context: __SerdeContext
281
+ ) => Promise<__HttpRequest>;
282
+ export declare const serializeAws_json1_0TerminateWorkflowExecutionCommand: (
283
+ input: TerminateWorkflowExecutionCommandInput,
284
+ context: __SerdeContext
285
+ ) => Promise<__HttpRequest>;
286
+ export declare const serializeAws_json1_0UndeprecateActivityTypeCommand: (
287
+ input: UndeprecateActivityTypeCommandInput,
288
+ context: __SerdeContext
289
+ ) => Promise<__HttpRequest>;
290
+ export declare const serializeAws_json1_0UndeprecateDomainCommand: (
291
+ input: UndeprecateDomainCommandInput,
292
+ context: __SerdeContext
293
+ ) => Promise<__HttpRequest>;
294
+ export declare const serializeAws_json1_0UndeprecateWorkflowTypeCommand: (
295
+ input: UndeprecateWorkflowTypeCommandInput,
296
+ context: __SerdeContext
297
+ ) => Promise<__HttpRequest>;
298
+ export declare const serializeAws_json1_0UntagResourceCommand: (
299
+ input: UntagResourceCommandInput,
300
+ context: __SerdeContext
301
+ ) => Promise<__HttpRequest>;
302
+ export declare const deserializeAws_json1_0CountClosedWorkflowExecutionsCommand: (
303
+ output: __HttpResponse,
304
+ context: __SerdeContext
305
+ ) => Promise<CountClosedWorkflowExecutionsCommandOutput>;
306
+ export declare const deserializeAws_json1_0CountOpenWorkflowExecutionsCommand: (
307
+ output: __HttpResponse,
308
+ context: __SerdeContext
309
+ ) => Promise<CountOpenWorkflowExecutionsCommandOutput>;
310
+ export declare const deserializeAws_json1_0CountPendingActivityTasksCommand: (
311
+ output: __HttpResponse,
312
+ context: __SerdeContext
313
+ ) => Promise<CountPendingActivityTasksCommandOutput>;
314
+ export declare const deserializeAws_json1_0CountPendingDecisionTasksCommand: (
315
+ output: __HttpResponse,
316
+ context: __SerdeContext
317
+ ) => Promise<CountPendingDecisionTasksCommandOutput>;
318
+ export declare const deserializeAws_json1_0DeprecateActivityTypeCommand: (
319
+ output: __HttpResponse,
320
+ context: __SerdeContext
321
+ ) => Promise<DeprecateActivityTypeCommandOutput>;
322
+ export declare const deserializeAws_json1_0DeprecateDomainCommand: (
323
+ output: __HttpResponse,
324
+ context: __SerdeContext
325
+ ) => Promise<DeprecateDomainCommandOutput>;
326
+ export declare const deserializeAws_json1_0DeprecateWorkflowTypeCommand: (
327
+ output: __HttpResponse,
328
+ context: __SerdeContext
329
+ ) => Promise<DeprecateWorkflowTypeCommandOutput>;
330
+ export declare const deserializeAws_json1_0DescribeActivityTypeCommand: (
331
+ output: __HttpResponse,
332
+ context: __SerdeContext
333
+ ) => Promise<DescribeActivityTypeCommandOutput>;
334
+ export declare const deserializeAws_json1_0DescribeDomainCommand: (
335
+ output: __HttpResponse,
336
+ context: __SerdeContext
337
+ ) => Promise<DescribeDomainCommandOutput>;
338
+ export declare const deserializeAws_json1_0DescribeWorkflowExecutionCommand: (
339
+ output: __HttpResponse,
340
+ context: __SerdeContext
341
+ ) => Promise<DescribeWorkflowExecutionCommandOutput>;
342
+ export declare const deserializeAws_json1_0DescribeWorkflowTypeCommand: (
343
+ output: __HttpResponse,
344
+ context: __SerdeContext
345
+ ) => Promise<DescribeWorkflowTypeCommandOutput>;
346
+ export declare const deserializeAws_json1_0GetWorkflowExecutionHistoryCommand: (
347
+ output: __HttpResponse,
348
+ context: __SerdeContext
349
+ ) => Promise<GetWorkflowExecutionHistoryCommandOutput>;
350
+ export declare const deserializeAws_json1_0ListActivityTypesCommand: (
351
+ output: __HttpResponse,
352
+ context: __SerdeContext
353
+ ) => Promise<ListActivityTypesCommandOutput>;
354
+ export declare const deserializeAws_json1_0ListClosedWorkflowExecutionsCommand: (
355
+ output: __HttpResponse,
356
+ context: __SerdeContext
357
+ ) => Promise<ListClosedWorkflowExecutionsCommandOutput>;
358
+ export declare const deserializeAws_json1_0ListDomainsCommand: (
359
+ output: __HttpResponse,
360
+ context: __SerdeContext
361
+ ) => Promise<ListDomainsCommandOutput>;
362
+ export declare const deserializeAws_json1_0ListOpenWorkflowExecutionsCommand: (
363
+ output: __HttpResponse,
364
+ context: __SerdeContext
365
+ ) => Promise<ListOpenWorkflowExecutionsCommandOutput>;
366
+ export declare const deserializeAws_json1_0ListTagsForResourceCommand: (
367
+ output: __HttpResponse,
368
+ context: __SerdeContext
369
+ ) => Promise<ListTagsForResourceCommandOutput>;
370
+ export declare const deserializeAws_json1_0ListWorkflowTypesCommand: (
371
+ output: __HttpResponse,
372
+ context: __SerdeContext
373
+ ) => Promise<ListWorkflowTypesCommandOutput>;
374
+ export declare const deserializeAws_json1_0PollForActivityTaskCommand: (
375
+ output: __HttpResponse,
376
+ context: __SerdeContext
377
+ ) => Promise<PollForActivityTaskCommandOutput>;
378
+ export declare const deserializeAws_json1_0PollForDecisionTaskCommand: (
379
+ output: __HttpResponse,
380
+ context: __SerdeContext
381
+ ) => Promise<PollForDecisionTaskCommandOutput>;
382
+ export declare const deserializeAws_json1_0RecordActivityTaskHeartbeatCommand: (
383
+ output: __HttpResponse,
384
+ context: __SerdeContext
385
+ ) => Promise<RecordActivityTaskHeartbeatCommandOutput>;
386
+ export declare const deserializeAws_json1_0RegisterActivityTypeCommand: (
387
+ output: __HttpResponse,
388
+ context: __SerdeContext
389
+ ) => Promise<RegisterActivityTypeCommandOutput>;
390
+ export declare const deserializeAws_json1_0RegisterDomainCommand: (
391
+ output: __HttpResponse,
392
+ context: __SerdeContext
393
+ ) => Promise<RegisterDomainCommandOutput>;
394
+ export declare const deserializeAws_json1_0RegisterWorkflowTypeCommand: (
395
+ output: __HttpResponse,
396
+ context: __SerdeContext
397
+ ) => Promise<RegisterWorkflowTypeCommandOutput>;
398
+ export declare const deserializeAws_json1_0RequestCancelWorkflowExecutionCommand: (
399
+ output: __HttpResponse,
400
+ context: __SerdeContext
401
+ ) => Promise<RequestCancelWorkflowExecutionCommandOutput>;
402
+ export declare const deserializeAws_json1_0RespondActivityTaskCanceledCommand: (
403
+ output: __HttpResponse,
404
+ context: __SerdeContext
405
+ ) => Promise<RespondActivityTaskCanceledCommandOutput>;
406
+ export declare const deserializeAws_json1_0RespondActivityTaskCompletedCommand: (
407
+ output: __HttpResponse,
408
+ context: __SerdeContext
409
+ ) => Promise<RespondActivityTaskCompletedCommandOutput>;
410
+ export declare const deserializeAws_json1_0RespondActivityTaskFailedCommand: (
411
+ output: __HttpResponse,
412
+ context: __SerdeContext
413
+ ) => Promise<RespondActivityTaskFailedCommandOutput>;
414
+ export declare const deserializeAws_json1_0RespondDecisionTaskCompletedCommand: (
415
+ output: __HttpResponse,
416
+ context: __SerdeContext
417
+ ) => Promise<RespondDecisionTaskCompletedCommandOutput>;
418
+ export declare const deserializeAws_json1_0SignalWorkflowExecutionCommand: (
419
+ output: __HttpResponse,
420
+ context: __SerdeContext
421
+ ) => Promise<SignalWorkflowExecutionCommandOutput>;
422
+ export declare const deserializeAws_json1_0StartWorkflowExecutionCommand: (
423
+ output: __HttpResponse,
424
+ context: __SerdeContext
425
+ ) => Promise<StartWorkflowExecutionCommandOutput>;
426
+ export declare const deserializeAws_json1_0TagResourceCommand: (
427
+ output: __HttpResponse,
428
+ context: __SerdeContext
429
+ ) => Promise<TagResourceCommandOutput>;
430
+ export declare const deserializeAws_json1_0TerminateWorkflowExecutionCommand: (
431
+ output: __HttpResponse,
432
+ context: __SerdeContext
433
+ ) => Promise<TerminateWorkflowExecutionCommandOutput>;
434
+ export declare const deserializeAws_json1_0UndeprecateActivityTypeCommand: (
435
+ output: __HttpResponse,
436
+ context: __SerdeContext
437
+ ) => Promise<UndeprecateActivityTypeCommandOutput>;
438
+ export declare const deserializeAws_json1_0UndeprecateDomainCommand: (
439
+ output: __HttpResponse,
440
+ context: __SerdeContext
441
+ ) => Promise<UndeprecateDomainCommandOutput>;
442
+ export declare const deserializeAws_json1_0UndeprecateWorkflowTypeCommand: (
443
+ output: __HttpResponse,
444
+ context: __SerdeContext
445
+ ) => Promise<UndeprecateWorkflowTypeCommandOutput>;
446
+ export declare const deserializeAws_json1_0UntagResourceCommand: (
447
+ output: __HttpResponse,
448
+ context: __SerdeContext
449
+ ) => Promise<UntagResourceCommandOutput>;