@aws-sdk/client-swf 3.650.0 → 3.654.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/dist-types/commands/CountClosedWorkflowExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/CountOpenWorkflowExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/CountPendingActivityTasksCommand.d.ts +11 -0
- package/dist-types/commands/CountPendingDecisionTasksCommand.d.ts +11 -0
- package/dist-types/commands/DeleteActivityTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeleteWorkflowTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeprecateActivityTypeCommand.d.ts +11 -0
- package/dist-types/commands/DeprecateDomainCommand.d.ts +11 -0
- package/dist-types/commands/DeprecateWorkflowTypeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeActivityTypeCommand.d.ts +11 -0
- package/dist-types/commands/DescribeDomainCommand.d.ts +11 -0
- package/dist-types/commands/DescribeWorkflowExecutionCommand.d.ts +11 -0
- package/dist-types/commands/DescribeWorkflowTypeCommand.d.ts +11 -0
- package/dist-types/commands/GetWorkflowExecutionHistoryCommand.d.ts +11 -0
- package/dist-types/commands/ListActivityTypesCommand.d.ts +11 -0
- package/dist-types/commands/ListClosedWorkflowExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListDomainsCommand.d.ts +11 -0
- package/dist-types/commands/ListOpenWorkflowExecutionsCommand.d.ts +11 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
- package/dist-types/commands/ListWorkflowTypesCommand.d.ts +11 -0
- package/dist-types/commands/PollForActivityTaskCommand.d.ts +11 -0
- package/dist-types/commands/PollForDecisionTaskCommand.d.ts +11 -0
- package/dist-types/commands/RecordActivityTaskHeartbeatCommand.d.ts +11 -0
- package/dist-types/commands/RegisterActivityTypeCommand.d.ts +11 -0
- package/dist-types/commands/RegisterDomainCommand.d.ts +11 -0
- package/dist-types/commands/RegisterWorkflowTypeCommand.d.ts +11 -0
- package/dist-types/commands/RequestCancelWorkflowExecutionCommand.d.ts +11 -0
- package/dist-types/commands/RespondActivityTaskCanceledCommand.d.ts +11 -0
- package/dist-types/commands/RespondActivityTaskCompletedCommand.d.ts +11 -0
- package/dist-types/commands/RespondActivityTaskFailedCommand.d.ts +11 -0
- package/dist-types/commands/RespondDecisionTaskCompletedCommand.d.ts +11 -0
- package/dist-types/commands/SignalWorkflowExecutionCommand.d.ts +11 -0
- package/dist-types/commands/StartWorkflowExecutionCommand.d.ts +11 -0
- package/dist-types/commands/TagResourceCommand.d.ts +11 -0
- package/dist-types/commands/TerminateWorkflowExecutionCommand.d.ts +11 -0
- package/dist-types/commands/UndeprecateActivityTypeCommand.d.ts +11 -0
- package/dist-types/commands/UndeprecateDomainCommand.d.ts +11 -0
- package/dist-types/commands/UndeprecateWorkflowTypeCommand.d.ts +11 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
- package/dist-types/ts3.4/commands/CountClosedWorkflowExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CountOpenWorkflowExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CountPendingActivityTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/CountPendingDecisionTasksCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteActivityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeleteWorkflowTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeprecateActivityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeprecateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DeprecateWorkflowTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeActivityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeWorkflowExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/DescribeWorkflowTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/GetWorkflowExecutionHistoryCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListActivityTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListClosedWorkflowExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListOpenWorkflowExecutionsCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/ListWorkflowTypesCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PollForActivityTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/PollForDecisionTaskCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RecordActivityTaskHeartbeatCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterActivityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RegisterWorkflowTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RequestCancelWorkflowExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RespondActivityTaskCanceledCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RespondActivityTaskCompletedCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RespondActivityTaskFailedCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/RespondDecisionTaskCompletedCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/SignalWorkflowExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/StartWorkflowExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/TerminateWorkflowExecutionCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UndeprecateActivityTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UndeprecateDomainCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UndeprecateWorkflowTypeCommand.d.ts +12 -1
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
- package/package.json +35 -35
|
@@ -131,4 +131,15 @@ declare const CountClosedWorkflowExecutionsCommand_base: {
|
|
|
131
131
|
* @public
|
|
132
132
|
*/
|
|
133
133
|
export declare class CountClosedWorkflowExecutionsCommand extends CountClosedWorkflowExecutionsCommand_base {
|
|
134
|
+
/** @internal type navigation helper, not in runtime. */
|
|
135
|
+
protected static __types: {
|
|
136
|
+
api: {
|
|
137
|
+
input: CountClosedWorkflowExecutionsInput;
|
|
138
|
+
output: WorkflowExecutionCount;
|
|
139
|
+
};
|
|
140
|
+
sdk: {
|
|
141
|
+
input: CountClosedWorkflowExecutionsCommandInput;
|
|
142
|
+
output: CountClosedWorkflowExecutionsCommandOutput;
|
|
143
|
+
};
|
|
144
|
+
};
|
|
134
145
|
}
|
|
@@ -124,4 +124,15 @@ declare const CountOpenWorkflowExecutionsCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class CountOpenWorkflowExecutionsCommand extends CountOpenWorkflowExecutionsCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: CountOpenWorkflowExecutionsInput;
|
|
131
|
+
output: WorkflowExecutionCount;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: CountOpenWorkflowExecutionsCommandInput;
|
|
135
|
+
output: CountOpenWorkflowExecutionsCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -94,4 +94,15 @@ declare const CountPendingActivityTasksCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class CountPendingActivityTasksCommand extends CountPendingActivityTasksCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: CountPendingActivityTasksInput;
|
|
101
|
+
output: PendingTaskCount;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: CountPendingActivityTasksCommandInput;
|
|
105
|
+
output: CountPendingActivityTasksCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -94,4 +94,15 @@ declare const CountPendingDecisionTasksCommand_base: {
|
|
|
94
94
|
* @public
|
|
95
95
|
*/
|
|
96
96
|
export declare class CountPendingDecisionTasksCommand extends CountPendingDecisionTasksCommand_base {
|
|
97
|
+
/** @internal type navigation helper, not in runtime. */
|
|
98
|
+
protected static __types: {
|
|
99
|
+
api: {
|
|
100
|
+
input: CountPendingDecisionTasksInput;
|
|
101
|
+
output: PendingTaskCount;
|
|
102
|
+
};
|
|
103
|
+
sdk: {
|
|
104
|
+
input: CountPendingDecisionTasksCommandInput;
|
|
105
|
+
output: CountPendingDecisionTasksCommandOutput;
|
|
106
|
+
};
|
|
107
|
+
};
|
|
97
108
|
}
|
|
@@ -107,4 +107,15 @@ declare const DeleteActivityTypeCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class DeleteActivityTypeCommand extends DeleteActivityTypeCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: DeleteActivityTypeInput;
|
|
114
|
+
output: {};
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: DeleteActivityTypeCommandInput;
|
|
118
|
+
output: DeleteActivityTypeCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -108,4 +108,15 @@ declare const DeleteWorkflowTypeCommand_base: {
|
|
|
108
108
|
* @public
|
|
109
109
|
*/
|
|
110
110
|
export declare class DeleteWorkflowTypeCommand extends DeleteWorkflowTypeCommand_base {
|
|
111
|
+
/** @internal type navigation helper, not in runtime. */
|
|
112
|
+
protected static __types: {
|
|
113
|
+
api: {
|
|
114
|
+
input: DeleteWorkflowTypeInput;
|
|
115
|
+
output: {};
|
|
116
|
+
};
|
|
117
|
+
sdk: {
|
|
118
|
+
input: DeleteWorkflowTypeCommandInput;
|
|
119
|
+
output: DeleteWorkflowTypeCommandOutput;
|
|
120
|
+
};
|
|
121
|
+
};
|
|
111
122
|
}
|
|
@@ -106,4 +106,15 @@ declare const DeprecateActivityTypeCommand_base: {
|
|
|
106
106
|
* @public
|
|
107
107
|
*/
|
|
108
108
|
export declare class DeprecateActivityTypeCommand extends DeprecateActivityTypeCommand_base {
|
|
109
|
+
/** @internal type navigation helper, not in runtime. */
|
|
110
|
+
protected static __types: {
|
|
111
|
+
api: {
|
|
112
|
+
input: DeprecateActivityTypeInput;
|
|
113
|
+
output: {};
|
|
114
|
+
};
|
|
115
|
+
sdk: {
|
|
116
|
+
input: DeprecateActivityTypeCommandInput;
|
|
117
|
+
output: DeprecateActivityTypeCommandOutput;
|
|
118
|
+
};
|
|
119
|
+
};
|
|
109
120
|
}
|
|
@@ -95,4 +95,15 @@ declare const DeprecateDomainCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DeprecateDomainCommand extends DeprecateDomainCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DeprecateDomainInput;
|
|
102
|
+
output: {};
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DeprecateDomainCommandInput;
|
|
106
|
+
output: DeprecateDomainCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -111,4 +111,15 @@ declare const DeprecateWorkflowTypeCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class DeprecateWorkflowTypeCommand extends DeprecateWorkflowTypeCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: DeprecateWorkflowTypeInput;
|
|
118
|
+
output: {};
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: DeprecateWorkflowTypeCommandInput;
|
|
122
|
+
output: DeprecateWorkflowTypeCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -124,4 +124,15 @@ declare const DescribeActivityTypeCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class DescribeActivityTypeCommand extends DescribeActivityTypeCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: DescribeActivityTypeInput;
|
|
131
|
+
output: ActivityTypeDetail;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: DescribeActivityTypeCommandInput;
|
|
135
|
+
output: DescribeActivityTypeCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -95,4 +95,15 @@ declare const DescribeDomainCommand_base: {
|
|
|
95
95
|
* @public
|
|
96
96
|
*/
|
|
97
97
|
export declare class DescribeDomainCommand extends DescribeDomainCommand_base {
|
|
98
|
+
/** @internal type navigation helper, not in runtime. */
|
|
99
|
+
protected static __types: {
|
|
100
|
+
api: {
|
|
101
|
+
input: DescribeDomainInput;
|
|
102
|
+
output: DomainDetail;
|
|
103
|
+
};
|
|
104
|
+
sdk: {
|
|
105
|
+
input: DescribeDomainCommandInput;
|
|
106
|
+
output: DescribeDomainCommandOutput;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
98
109
|
}
|
|
@@ -135,4 +135,15 @@ declare const DescribeWorkflowExecutionCommand_base: {
|
|
|
135
135
|
* @public
|
|
136
136
|
*/
|
|
137
137
|
export declare class DescribeWorkflowExecutionCommand extends DescribeWorkflowExecutionCommand_base {
|
|
138
|
+
/** @internal type navigation helper, not in runtime. */
|
|
139
|
+
protected static __types: {
|
|
140
|
+
api: {
|
|
141
|
+
input: DescribeWorkflowExecutionInput;
|
|
142
|
+
output: WorkflowExecutionDetail;
|
|
143
|
+
};
|
|
144
|
+
sdk: {
|
|
145
|
+
input: DescribeWorkflowExecutionCommandInput;
|
|
146
|
+
output: DescribeWorkflowExecutionCommandOutput;
|
|
147
|
+
};
|
|
148
|
+
};
|
|
138
149
|
}
|
|
@@ -124,4 +124,15 @@ declare const DescribeWorkflowTypeCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class DescribeWorkflowTypeCommand extends DescribeWorkflowTypeCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: DescribeWorkflowTypeInput;
|
|
131
|
+
output: WorkflowTypeDetail;
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: DescribeWorkflowTypeCommandInput;
|
|
135
|
+
output: DescribeWorkflowTypeCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -485,4 +485,15 @@ declare const GetWorkflowExecutionHistoryCommand_base: {
|
|
|
485
485
|
* @public
|
|
486
486
|
*/
|
|
487
487
|
export declare class GetWorkflowExecutionHistoryCommand extends GetWorkflowExecutionHistoryCommand_base {
|
|
488
|
+
/** @internal type navigation helper, not in runtime. */
|
|
489
|
+
protected static __types: {
|
|
490
|
+
api: {
|
|
491
|
+
input: GetWorkflowExecutionHistoryInput;
|
|
492
|
+
output: History;
|
|
493
|
+
};
|
|
494
|
+
sdk: {
|
|
495
|
+
input: GetWorkflowExecutionHistoryCommandInput;
|
|
496
|
+
output: GetWorkflowExecutionHistoryCommandOutput;
|
|
497
|
+
};
|
|
498
|
+
};
|
|
488
499
|
}
|
|
@@ -107,4 +107,15 @@ declare const ListActivityTypesCommand_base: {
|
|
|
107
107
|
* @public
|
|
108
108
|
*/
|
|
109
109
|
export declare class ListActivityTypesCommand extends ListActivityTypesCommand_base {
|
|
110
|
+
/** @internal type navigation helper, not in runtime. */
|
|
111
|
+
protected static __types: {
|
|
112
|
+
api: {
|
|
113
|
+
input: ListActivityTypesInput;
|
|
114
|
+
output: ActivityTypeInfos;
|
|
115
|
+
};
|
|
116
|
+
sdk: {
|
|
117
|
+
input: ListActivityTypesCommandInput;
|
|
118
|
+
output: ListActivityTypesCommandOutput;
|
|
119
|
+
};
|
|
120
|
+
};
|
|
110
121
|
}
|
|
@@ -158,4 +158,15 @@ declare const ListClosedWorkflowExecutionsCommand_base: {
|
|
|
158
158
|
* @public
|
|
159
159
|
*/
|
|
160
160
|
export declare class ListClosedWorkflowExecutionsCommand extends ListClosedWorkflowExecutionsCommand_base {
|
|
161
|
+
/** @internal type navigation helper, not in runtime. */
|
|
162
|
+
protected static __types: {
|
|
163
|
+
api: {
|
|
164
|
+
input: ListClosedWorkflowExecutionsInput;
|
|
165
|
+
output: WorkflowExecutionInfos;
|
|
166
|
+
};
|
|
167
|
+
sdk: {
|
|
168
|
+
input: ListClosedWorkflowExecutionsCommandInput;
|
|
169
|
+
output: ListClosedWorkflowExecutionsCommandOutput;
|
|
170
|
+
};
|
|
171
|
+
};
|
|
161
172
|
}
|
|
@@ -102,4 +102,15 @@ declare const ListDomainsCommand_base: {
|
|
|
102
102
|
* @public
|
|
103
103
|
*/
|
|
104
104
|
export declare class ListDomainsCommand extends ListDomainsCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: ListDomainsInput;
|
|
109
|
+
output: DomainInfos;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: ListDomainsCommandInput;
|
|
113
|
+
output: ListDomainsCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
105
116
|
}
|
|
@@ -151,4 +151,15 @@ declare const ListOpenWorkflowExecutionsCommand_base: {
|
|
|
151
151
|
* @public
|
|
152
152
|
*/
|
|
153
153
|
export declare class ListOpenWorkflowExecutionsCommand extends ListOpenWorkflowExecutionsCommand_base {
|
|
154
|
+
/** @internal type navigation helper, not in runtime. */
|
|
155
|
+
protected static __types: {
|
|
156
|
+
api: {
|
|
157
|
+
input: ListOpenWorkflowExecutionsInput;
|
|
158
|
+
output: WorkflowExecutionInfos;
|
|
159
|
+
};
|
|
160
|
+
sdk: {
|
|
161
|
+
input: ListOpenWorkflowExecutionsCommandInput;
|
|
162
|
+
output: ListOpenWorkflowExecutionsCommandOutput;
|
|
163
|
+
};
|
|
164
|
+
};
|
|
154
165
|
}
|
|
@@ -71,4 +71,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
71
71
|
* @public
|
|
72
72
|
*/
|
|
73
73
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
|
|
74
|
+
/** @internal type navigation helper, not in runtime. */
|
|
75
|
+
protected static __types: {
|
|
76
|
+
api: {
|
|
77
|
+
input: ListTagsForResourceInput;
|
|
78
|
+
output: ListTagsForResourceOutput;
|
|
79
|
+
};
|
|
80
|
+
sdk: {
|
|
81
|
+
input: ListTagsForResourceCommandInput;
|
|
82
|
+
output: ListTagsForResourceCommandOutput;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
74
85
|
}
|
|
@@ -104,4 +104,15 @@ declare const ListWorkflowTypesCommand_base: {
|
|
|
104
104
|
* @public
|
|
105
105
|
*/
|
|
106
106
|
export declare class ListWorkflowTypesCommand extends ListWorkflowTypesCommand_base {
|
|
107
|
+
/** @internal type navigation helper, not in runtime. */
|
|
108
|
+
protected static __types: {
|
|
109
|
+
api: {
|
|
110
|
+
input: ListWorkflowTypesInput;
|
|
111
|
+
output: WorkflowTypeInfos;
|
|
112
|
+
};
|
|
113
|
+
sdk: {
|
|
114
|
+
input: ListWorkflowTypesCommandInput;
|
|
115
|
+
output: ListWorkflowTypesCommandOutput;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
107
118
|
}
|
|
@@ -116,4 +116,15 @@ declare const PollForActivityTaskCommand_base: {
|
|
|
116
116
|
* @public
|
|
117
117
|
*/
|
|
118
118
|
export declare class PollForActivityTaskCommand extends PollForActivityTaskCommand_base {
|
|
119
|
+
/** @internal type navigation helper, not in runtime. */
|
|
120
|
+
protected static __types: {
|
|
121
|
+
api: {
|
|
122
|
+
input: PollForActivityTaskInput;
|
|
123
|
+
output: ActivityTask;
|
|
124
|
+
};
|
|
125
|
+
sdk: {
|
|
126
|
+
input: PollForActivityTaskCommandInput;
|
|
127
|
+
output: PollForActivityTaskCommandOutput;
|
|
128
|
+
};
|
|
129
|
+
};
|
|
119
130
|
}
|
|
@@ -512,4 +512,15 @@ declare const PollForDecisionTaskCommand_base: {
|
|
|
512
512
|
* @public
|
|
513
513
|
*/
|
|
514
514
|
export declare class PollForDecisionTaskCommand extends PollForDecisionTaskCommand_base {
|
|
515
|
+
/** @internal type navigation helper, not in runtime. */
|
|
516
|
+
protected static __types: {
|
|
517
|
+
api: {
|
|
518
|
+
input: PollForDecisionTaskInput;
|
|
519
|
+
output: DecisionTask;
|
|
520
|
+
};
|
|
521
|
+
sdk: {
|
|
522
|
+
input: PollForDecisionTaskCommandInput;
|
|
523
|
+
output: PollForDecisionTaskCommandOutput;
|
|
524
|
+
};
|
|
525
|
+
};
|
|
515
526
|
}
|
|
@@ -111,4 +111,15 @@ declare const RecordActivityTaskHeartbeatCommand_base: {
|
|
|
111
111
|
* @public
|
|
112
112
|
*/
|
|
113
113
|
export declare class RecordActivityTaskHeartbeatCommand extends RecordActivityTaskHeartbeatCommand_base {
|
|
114
|
+
/** @internal type navigation helper, not in runtime. */
|
|
115
|
+
protected static __types: {
|
|
116
|
+
api: {
|
|
117
|
+
input: RecordActivityTaskHeartbeatInput;
|
|
118
|
+
output: ActivityTaskStatus;
|
|
119
|
+
};
|
|
120
|
+
sdk: {
|
|
121
|
+
input: RecordActivityTaskHeartbeatCommandInput;
|
|
122
|
+
output: RecordActivityTaskHeartbeatCommandOutput;
|
|
123
|
+
};
|
|
124
|
+
};
|
|
114
125
|
}
|
|
@@ -124,4 +124,15 @@ declare const RegisterActivityTypeCommand_base: {
|
|
|
124
124
|
* @public
|
|
125
125
|
*/
|
|
126
126
|
export declare class RegisterActivityTypeCommand extends RegisterActivityTypeCommand_base {
|
|
127
|
+
/** @internal type navigation helper, not in runtime. */
|
|
128
|
+
protected static __types: {
|
|
129
|
+
api: {
|
|
130
|
+
input: RegisterActivityTypeInput;
|
|
131
|
+
output: {};
|
|
132
|
+
};
|
|
133
|
+
sdk: {
|
|
134
|
+
input: RegisterActivityTypeCommandInput;
|
|
135
|
+
output: RegisterActivityTypeCommandOutput;
|
|
136
|
+
};
|
|
137
|
+
};
|
|
127
138
|
}
|
|
@@ -98,4 +98,15 @@ declare const RegisterDomainCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class RegisterDomainCommand extends RegisterDomainCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: RegisterDomainInput;
|
|
105
|
+
output: {};
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: RegisterDomainCommandInput;
|
|
109
|
+
output: RegisterDomainCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -125,4 +125,15 @@ declare const RegisterWorkflowTypeCommand_base: {
|
|
|
125
125
|
* @public
|
|
126
126
|
*/
|
|
127
127
|
export declare class RegisterWorkflowTypeCommand extends RegisterWorkflowTypeCommand_base {
|
|
128
|
+
/** @internal type navigation helper, not in runtime. */
|
|
129
|
+
protected static __types: {
|
|
130
|
+
api: {
|
|
131
|
+
input: RegisterWorkflowTypeInput;
|
|
132
|
+
output: {};
|
|
133
|
+
};
|
|
134
|
+
sdk: {
|
|
135
|
+
input: RegisterWorkflowTypeCommandInput;
|
|
136
|
+
output: RegisterWorkflowTypeCommandOutput;
|
|
137
|
+
};
|
|
138
|
+
};
|
|
128
139
|
}
|
|
@@ -99,4 +99,15 @@ declare const RequestCancelWorkflowExecutionCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class RequestCancelWorkflowExecutionCommand extends RequestCancelWorkflowExecutionCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: RequestCancelWorkflowExecutionInput;
|
|
106
|
+
output: {};
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: RequestCancelWorkflowExecutionCommandInput;
|
|
110
|
+
output: RequestCancelWorkflowExecutionCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -99,4 +99,15 @@ declare const RespondActivityTaskCanceledCommand_base: {
|
|
|
99
99
|
* @public
|
|
100
100
|
*/
|
|
101
101
|
export declare class RespondActivityTaskCanceledCommand extends RespondActivityTaskCanceledCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: RespondActivityTaskCanceledInput;
|
|
106
|
+
output: {};
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: RespondActivityTaskCanceledCommandInput;
|
|
110
|
+
output: RespondActivityTaskCanceledCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
102
113
|
}
|
|
@@ -98,4 +98,15 @@ declare const RespondActivityTaskCompletedCommand_base: {
|
|
|
98
98
|
* @public
|
|
99
99
|
*/
|
|
100
100
|
export declare class RespondActivityTaskCompletedCommand extends RespondActivityTaskCompletedCommand_base {
|
|
101
|
+
/** @internal type navigation helper, not in runtime. */
|
|
102
|
+
protected static __types: {
|
|
103
|
+
api: {
|
|
104
|
+
input: RespondActivityTaskCompletedInput;
|
|
105
|
+
output: {};
|
|
106
|
+
};
|
|
107
|
+
sdk: {
|
|
108
|
+
input: RespondActivityTaskCompletedCommandInput;
|
|
109
|
+
output: RespondActivityTaskCompletedCommandOutput;
|
|
110
|
+
};
|
|
111
|
+
};
|
|
101
112
|
}
|
|
@@ -93,4 +93,15 @@ declare const RespondActivityTaskFailedCommand_base: {
|
|
|
93
93
|
* @public
|
|
94
94
|
*/
|
|
95
95
|
export declare class RespondActivityTaskFailedCommand extends RespondActivityTaskFailedCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: RespondActivityTaskFailedInput;
|
|
100
|
+
output: {};
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: RespondActivityTaskFailedCommandInput;
|
|
104
|
+
output: RespondActivityTaskFailedCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
96
107
|
}
|
|
@@ -183,4 +183,15 @@ declare const RespondDecisionTaskCompletedCommand_base: {
|
|
|
183
183
|
* @public
|
|
184
184
|
*/
|
|
185
185
|
export declare class RespondDecisionTaskCompletedCommand extends RespondDecisionTaskCompletedCommand_base {
|
|
186
|
+
/** @internal type navigation helper, not in runtime. */
|
|
187
|
+
protected static __types: {
|
|
188
|
+
api: {
|
|
189
|
+
input: RespondDecisionTaskCompletedInput;
|
|
190
|
+
output: {};
|
|
191
|
+
};
|
|
192
|
+
sdk: {
|
|
193
|
+
input: RespondDecisionTaskCompletedCommandInput;
|
|
194
|
+
output: RespondDecisionTaskCompletedCommandOutput;
|
|
195
|
+
};
|
|
196
|
+
};
|
|
186
197
|
}
|
|
@@ -100,4 +100,15 @@ declare const SignalWorkflowExecutionCommand_base: {
|
|
|
100
100
|
* @public
|
|
101
101
|
*/
|
|
102
102
|
export declare class SignalWorkflowExecutionCommand extends SignalWorkflowExecutionCommand_base {
|
|
103
|
+
/** @internal type navigation helper, not in runtime. */
|
|
104
|
+
protected static __types: {
|
|
105
|
+
api: {
|
|
106
|
+
input: SignalWorkflowExecutionInput;
|
|
107
|
+
output: {};
|
|
108
|
+
};
|
|
109
|
+
sdk: {
|
|
110
|
+
input: SignalWorkflowExecutionCommandInput;
|
|
111
|
+
output: SignalWorkflowExecutionCommandOutput;
|
|
112
|
+
};
|
|
113
|
+
};
|
|
103
114
|
}
|
|
@@ -166,4 +166,15 @@ declare const StartWorkflowExecutionCommand_base: {
|
|
|
166
166
|
* @public
|
|
167
167
|
*/
|
|
168
168
|
export declare class StartWorkflowExecutionCommand extends StartWorkflowExecutionCommand_base {
|
|
169
|
+
/** @internal type navigation helper, not in runtime. */
|
|
170
|
+
protected static __types: {
|
|
171
|
+
api: {
|
|
172
|
+
input: StartWorkflowExecutionInput;
|
|
173
|
+
output: Run;
|
|
174
|
+
};
|
|
175
|
+
sdk: {
|
|
176
|
+
input: StartWorkflowExecutionCommandInput;
|
|
177
|
+
output: StartWorkflowExecutionCommandOutput;
|
|
178
|
+
};
|
|
179
|
+
};
|
|
169
180
|
}
|
|
@@ -76,4 +76,15 @@ declare const TagResourceCommand_base: {
|
|
|
76
76
|
* @public
|
|
77
77
|
*/
|
|
78
78
|
export declare class TagResourceCommand extends TagResourceCommand_base {
|
|
79
|
+
/** @internal type navigation helper, not in runtime. */
|
|
80
|
+
protected static __types: {
|
|
81
|
+
api: {
|
|
82
|
+
input: TagResourceInput;
|
|
83
|
+
output: {};
|
|
84
|
+
};
|
|
85
|
+
sdk: {
|
|
86
|
+
input: TagResourceCommandInput;
|
|
87
|
+
output: TagResourceCommandOutput;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
79
90
|
}
|
|
@@ -105,4 +105,15 @@ declare const TerminateWorkflowExecutionCommand_base: {
|
|
|
105
105
|
* @public
|
|
106
106
|
*/
|
|
107
107
|
export declare class TerminateWorkflowExecutionCommand extends TerminateWorkflowExecutionCommand_base {
|
|
108
|
+
/** @internal type navigation helper, not in runtime. */
|
|
109
|
+
protected static __types: {
|
|
110
|
+
api: {
|
|
111
|
+
input: TerminateWorkflowExecutionInput;
|
|
112
|
+
output: {};
|
|
113
|
+
};
|
|
114
|
+
sdk: {
|
|
115
|
+
input: TerminateWorkflowExecutionCommandInput;
|
|
116
|
+
output: TerminateWorkflowExecutionCommandOutput;
|
|
117
|
+
};
|
|
118
|
+
};
|
|
108
119
|
}
|
|
@@ -109,4 +109,15 @@ declare const UndeprecateActivityTypeCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class UndeprecateActivityTypeCommand extends UndeprecateActivityTypeCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: UndeprecateActivityTypeInput;
|
|
116
|
+
output: {};
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: UndeprecateActivityTypeCommandInput;
|
|
120
|
+
output: UndeprecateActivityTypeCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -92,4 +92,15 @@ declare const UndeprecateDomainCommand_base: {
|
|
|
92
92
|
* @public
|
|
93
93
|
*/
|
|
94
94
|
export declare class UndeprecateDomainCommand extends UndeprecateDomainCommand_base {
|
|
95
|
+
/** @internal type navigation helper, not in runtime. */
|
|
96
|
+
protected static __types: {
|
|
97
|
+
api: {
|
|
98
|
+
input: UndeprecateDomainInput;
|
|
99
|
+
output: {};
|
|
100
|
+
};
|
|
101
|
+
sdk: {
|
|
102
|
+
input: UndeprecateDomainCommandInput;
|
|
103
|
+
output: UndeprecateDomainCommandOutput;
|
|
104
|
+
};
|
|
105
|
+
};
|
|
95
106
|
}
|
|
@@ -109,4 +109,15 @@ declare const UndeprecateWorkflowTypeCommand_base: {
|
|
|
109
109
|
* @public
|
|
110
110
|
*/
|
|
111
111
|
export declare class UndeprecateWorkflowTypeCommand extends UndeprecateWorkflowTypeCommand_base {
|
|
112
|
+
/** @internal type navigation helper, not in runtime. */
|
|
113
|
+
protected static __types: {
|
|
114
|
+
api: {
|
|
115
|
+
input: UndeprecateWorkflowTypeInput;
|
|
116
|
+
output: {};
|
|
117
|
+
};
|
|
118
|
+
sdk: {
|
|
119
|
+
input: UndeprecateWorkflowTypeCommandInput;
|
|
120
|
+
output: UndeprecateWorkflowTypeCommandOutput;
|
|
121
|
+
};
|
|
122
|
+
};
|
|
112
123
|
}
|
|
@@ -67,4 +67,15 @@ declare const UntagResourceCommand_base: {
|
|
|
67
67
|
* @public
|
|
68
68
|
*/
|
|
69
69
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: UntagResourceInput;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: UntagResourceCommandInput;
|
|
78
|
+
output: UntagResourceCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
70
81
|
}
|