@aws-sdk/client-migrationhuborchestrator 3.306.0 → 3.310.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-cjs/commands/CreateWorkflowCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkflowStepCommand.js +2 -2
- package/dist-cjs/commands/CreateWorkflowStepGroupCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkflowCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkflowStepCommand.js +2 -2
- package/dist-cjs/commands/DeleteWorkflowStepGroupCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateStepCommand.js +2 -2
- package/dist-cjs/commands/GetTemplateStepGroupCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowStepCommand.js +2 -2
- package/dist-cjs/commands/GetWorkflowStepGroupCommand.js +2 -2
- package/dist-cjs/commands/ListPluginsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateStepGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplateStepsCommand.js +2 -2
- package/dist-cjs/commands/ListTemplatesCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowStepGroupsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowStepsCommand.js +2 -2
- package/dist-cjs/commands/ListWorkflowsCommand.js +2 -2
- package/dist-cjs/commands/RetryWorkflowStepCommand.js +2 -2
- package/dist-cjs/commands/StartWorkflowCommand.js +2 -2
- package/dist-cjs/commands/StopWorkflowCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkflowCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkflowStepCommand.js +2 -2
- package/dist-cjs/commands/UpdateWorkflowStepGroupCommand.js +2 -2
- package/dist-cjs/protocols/Aws_restJson1.js +432 -442
- package/dist-es/commands/CreateWorkflowCommand.js +3 -3
- package/dist-es/commands/CreateWorkflowStepCommand.js +3 -3
- package/dist-es/commands/CreateWorkflowStepGroupCommand.js +3 -3
- package/dist-es/commands/DeleteWorkflowCommand.js +3 -3
- package/dist-es/commands/DeleteWorkflowStepCommand.js +3 -3
- package/dist-es/commands/DeleteWorkflowStepGroupCommand.js +3 -3
- package/dist-es/commands/GetTemplateCommand.js +3 -3
- package/dist-es/commands/GetTemplateStepCommand.js +3 -3
- package/dist-es/commands/GetTemplateStepGroupCommand.js +3 -3
- package/dist-es/commands/GetWorkflowCommand.js +3 -3
- package/dist-es/commands/GetWorkflowStepCommand.js +3 -3
- package/dist-es/commands/GetWorkflowStepGroupCommand.js +3 -3
- package/dist-es/commands/ListPluginsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/ListTemplateStepGroupsCommand.js +3 -3
- package/dist-es/commands/ListTemplateStepsCommand.js +3 -3
- package/dist-es/commands/ListTemplatesCommand.js +3 -3
- package/dist-es/commands/ListWorkflowStepGroupsCommand.js +3 -3
- package/dist-es/commands/ListWorkflowStepsCommand.js +3 -3
- package/dist-es/commands/ListWorkflowsCommand.js +3 -3
- package/dist-es/commands/RetryWorkflowStepCommand.js +3 -3
- package/dist-es/commands/StartWorkflowCommand.js +3 -3
- package/dist-es/commands/StopWorkflowCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateWorkflowCommand.js +3 -3
- package/dist-es/commands/UpdateWorkflowStepCommand.js +3 -3
- package/dist-es/commands/UpdateWorkflowStepGroupCommand.js +3 -3
- package/dist-es/protocols/Aws_restJson1.js +374 -384
- package/dist-types/protocols/Aws_restJson1.d.ts +224 -56
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +56 -56
- package/package.json +35 -35
|
@@ -28,59 +28,227 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../comman
|
|
|
28
28
|
import { UpdateWorkflowCommandInput, UpdateWorkflowCommandOutput } from "../commands/UpdateWorkflowCommand";
|
|
29
29
|
import { UpdateWorkflowStepCommandInput, UpdateWorkflowStepCommandOutput } from "../commands/UpdateWorkflowStepCommand";
|
|
30
30
|
import { UpdateWorkflowStepGroupCommandInput, UpdateWorkflowStepGroupCommandOutput } from "../commands/UpdateWorkflowStepGroupCommand";
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
export declare const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
export declare const
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
export declare const
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
export declare const
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
export declare const
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
export declare const
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
export declare const
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
export declare const
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
export declare const
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
export declare const
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export declare const
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
export declare const
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
export declare const
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export declare const
|
|
31
|
+
/**
|
|
32
|
+
* serializeAws_restJson1CreateWorkflowCommand
|
|
33
|
+
*/
|
|
34
|
+
export declare const se_CreateWorkflowCommand: (input: CreateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
+
/**
|
|
36
|
+
* serializeAws_restJson1CreateWorkflowStepCommand
|
|
37
|
+
*/
|
|
38
|
+
export declare const se_CreateWorkflowStepCommand: (input: CreateWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
+
/**
|
|
40
|
+
* serializeAws_restJson1CreateWorkflowStepGroupCommand
|
|
41
|
+
*/
|
|
42
|
+
export declare const se_CreateWorkflowStepGroupCommand: (input: CreateWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
+
/**
|
|
44
|
+
* serializeAws_restJson1DeleteWorkflowCommand
|
|
45
|
+
*/
|
|
46
|
+
export declare const se_DeleteWorkflowCommand: (input: DeleteWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
47
|
+
/**
|
|
48
|
+
* serializeAws_restJson1DeleteWorkflowStepCommand
|
|
49
|
+
*/
|
|
50
|
+
export declare const se_DeleteWorkflowStepCommand: (input: DeleteWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
51
|
+
/**
|
|
52
|
+
* serializeAws_restJson1DeleteWorkflowStepGroupCommand
|
|
53
|
+
*/
|
|
54
|
+
export declare const se_DeleteWorkflowStepGroupCommand: (input: DeleteWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
55
|
+
/**
|
|
56
|
+
* serializeAws_restJson1GetTemplateCommand
|
|
57
|
+
*/
|
|
58
|
+
export declare const se_GetTemplateCommand: (input: GetTemplateCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
59
|
+
/**
|
|
60
|
+
* serializeAws_restJson1GetTemplateStepCommand
|
|
61
|
+
*/
|
|
62
|
+
export declare const se_GetTemplateStepCommand: (input: GetTemplateStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
63
|
+
/**
|
|
64
|
+
* serializeAws_restJson1GetTemplateStepGroupCommand
|
|
65
|
+
*/
|
|
66
|
+
export declare const se_GetTemplateStepGroupCommand: (input: GetTemplateStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
67
|
+
/**
|
|
68
|
+
* serializeAws_restJson1GetWorkflowCommand
|
|
69
|
+
*/
|
|
70
|
+
export declare const se_GetWorkflowCommand: (input: GetWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
71
|
+
/**
|
|
72
|
+
* serializeAws_restJson1GetWorkflowStepCommand
|
|
73
|
+
*/
|
|
74
|
+
export declare const se_GetWorkflowStepCommand: (input: GetWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
75
|
+
/**
|
|
76
|
+
* serializeAws_restJson1GetWorkflowStepGroupCommand
|
|
77
|
+
*/
|
|
78
|
+
export declare const se_GetWorkflowStepGroupCommand: (input: GetWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
79
|
+
/**
|
|
80
|
+
* serializeAws_restJson1ListPluginsCommand
|
|
81
|
+
*/
|
|
82
|
+
export declare const se_ListPluginsCommand: (input: ListPluginsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
83
|
+
/**
|
|
84
|
+
* serializeAws_restJson1ListTagsForResourceCommand
|
|
85
|
+
*/
|
|
86
|
+
export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
87
|
+
/**
|
|
88
|
+
* serializeAws_restJson1ListTemplatesCommand
|
|
89
|
+
*/
|
|
90
|
+
export declare const se_ListTemplatesCommand: (input: ListTemplatesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
91
|
+
/**
|
|
92
|
+
* serializeAws_restJson1ListTemplateStepGroupsCommand
|
|
93
|
+
*/
|
|
94
|
+
export declare const se_ListTemplateStepGroupsCommand: (input: ListTemplateStepGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
|
+
/**
|
|
96
|
+
* serializeAws_restJson1ListTemplateStepsCommand
|
|
97
|
+
*/
|
|
98
|
+
export declare const se_ListTemplateStepsCommand: (input: ListTemplateStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
99
|
+
/**
|
|
100
|
+
* serializeAws_restJson1ListWorkflowsCommand
|
|
101
|
+
*/
|
|
102
|
+
export declare const se_ListWorkflowsCommand: (input: ListWorkflowsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
103
|
+
/**
|
|
104
|
+
* serializeAws_restJson1ListWorkflowStepGroupsCommand
|
|
105
|
+
*/
|
|
106
|
+
export declare const se_ListWorkflowStepGroupsCommand: (input: ListWorkflowStepGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
107
|
+
/**
|
|
108
|
+
* serializeAws_restJson1ListWorkflowStepsCommand
|
|
109
|
+
*/
|
|
110
|
+
export declare const se_ListWorkflowStepsCommand: (input: ListWorkflowStepsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
111
|
+
/**
|
|
112
|
+
* serializeAws_restJson1RetryWorkflowStepCommand
|
|
113
|
+
*/
|
|
114
|
+
export declare const se_RetryWorkflowStepCommand: (input: RetryWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
115
|
+
/**
|
|
116
|
+
* serializeAws_restJson1StartWorkflowCommand
|
|
117
|
+
*/
|
|
118
|
+
export declare const se_StartWorkflowCommand: (input: StartWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
119
|
+
/**
|
|
120
|
+
* serializeAws_restJson1StopWorkflowCommand
|
|
121
|
+
*/
|
|
122
|
+
export declare const se_StopWorkflowCommand: (input: StopWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
123
|
+
/**
|
|
124
|
+
* serializeAws_restJson1TagResourceCommand
|
|
125
|
+
*/
|
|
126
|
+
export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
127
|
+
/**
|
|
128
|
+
* serializeAws_restJson1UntagResourceCommand
|
|
129
|
+
*/
|
|
130
|
+
export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
|
+
/**
|
|
132
|
+
* serializeAws_restJson1UpdateWorkflowCommand
|
|
133
|
+
*/
|
|
134
|
+
export declare const se_UpdateWorkflowCommand: (input: UpdateWorkflowCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
|
+
/**
|
|
136
|
+
* serializeAws_restJson1UpdateWorkflowStepCommand
|
|
137
|
+
*/
|
|
138
|
+
export declare const se_UpdateWorkflowStepCommand: (input: UpdateWorkflowStepCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
139
|
+
/**
|
|
140
|
+
* serializeAws_restJson1UpdateWorkflowStepGroupCommand
|
|
141
|
+
*/
|
|
142
|
+
export declare const se_UpdateWorkflowStepGroupCommand: (input: UpdateWorkflowStepGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
143
|
+
/**
|
|
144
|
+
* deserializeAws_restJson1CreateWorkflowCommand
|
|
145
|
+
*/
|
|
146
|
+
export declare const de_CreateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowCommandOutput>;
|
|
147
|
+
/**
|
|
148
|
+
* deserializeAws_restJson1CreateWorkflowStepCommand
|
|
149
|
+
*/
|
|
150
|
+
export declare const de_CreateWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowStepCommandOutput>;
|
|
151
|
+
/**
|
|
152
|
+
* deserializeAws_restJson1CreateWorkflowStepGroupCommand
|
|
153
|
+
*/
|
|
154
|
+
export declare const de_CreateWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateWorkflowStepGroupCommandOutput>;
|
|
155
|
+
/**
|
|
156
|
+
* deserializeAws_restJson1DeleteWorkflowCommand
|
|
157
|
+
*/
|
|
158
|
+
export declare const de_DeleteWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowCommandOutput>;
|
|
159
|
+
/**
|
|
160
|
+
* deserializeAws_restJson1DeleteWorkflowStepCommand
|
|
161
|
+
*/
|
|
162
|
+
export declare const de_DeleteWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowStepCommandOutput>;
|
|
163
|
+
/**
|
|
164
|
+
* deserializeAws_restJson1DeleteWorkflowStepGroupCommand
|
|
165
|
+
*/
|
|
166
|
+
export declare const de_DeleteWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteWorkflowStepGroupCommandOutput>;
|
|
167
|
+
/**
|
|
168
|
+
* deserializeAws_restJson1GetTemplateCommand
|
|
169
|
+
*/
|
|
170
|
+
export declare const de_GetTemplateCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateCommandOutput>;
|
|
171
|
+
/**
|
|
172
|
+
* deserializeAws_restJson1GetTemplateStepCommand
|
|
173
|
+
*/
|
|
174
|
+
export declare const de_GetTemplateStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateStepCommandOutput>;
|
|
175
|
+
/**
|
|
176
|
+
* deserializeAws_restJson1GetTemplateStepGroupCommand
|
|
177
|
+
*/
|
|
178
|
+
export declare const de_GetTemplateStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetTemplateStepGroupCommandOutput>;
|
|
179
|
+
/**
|
|
180
|
+
* deserializeAws_restJson1GetWorkflowCommand
|
|
181
|
+
*/
|
|
182
|
+
export declare const de_GetWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowCommandOutput>;
|
|
183
|
+
/**
|
|
184
|
+
* deserializeAws_restJson1GetWorkflowStepCommand
|
|
185
|
+
*/
|
|
186
|
+
export declare const de_GetWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepCommandOutput>;
|
|
187
|
+
/**
|
|
188
|
+
* deserializeAws_restJson1GetWorkflowStepGroupCommand
|
|
189
|
+
*/
|
|
190
|
+
export declare const de_GetWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetWorkflowStepGroupCommandOutput>;
|
|
191
|
+
/**
|
|
192
|
+
* deserializeAws_restJson1ListPluginsCommand
|
|
193
|
+
*/
|
|
194
|
+
export declare const de_ListPluginsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPluginsCommandOutput>;
|
|
195
|
+
/**
|
|
196
|
+
* deserializeAws_restJson1ListTagsForResourceCommand
|
|
197
|
+
*/
|
|
198
|
+
export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
199
|
+
/**
|
|
200
|
+
* deserializeAws_restJson1ListTemplatesCommand
|
|
201
|
+
*/
|
|
202
|
+
export declare const de_ListTemplatesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplatesCommandOutput>;
|
|
203
|
+
/**
|
|
204
|
+
* deserializeAws_restJson1ListTemplateStepGroupsCommand
|
|
205
|
+
*/
|
|
206
|
+
export declare const de_ListTemplateStepGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateStepGroupsCommandOutput>;
|
|
207
|
+
/**
|
|
208
|
+
* deserializeAws_restJson1ListTemplateStepsCommand
|
|
209
|
+
*/
|
|
210
|
+
export declare const de_ListTemplateStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTemplateStepsCommandOutput>;
|
|
211
|
+
/**
|
|
212
|
+
* deserializeAws_restJson1ListWorkflowsCommand
|
|
213
|
+
*/
|
|
214
|
+
export declare const de_ListWorkflowsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowsCommandOutput>;
|
|
215
|
+
/**
|
|
216
|
+
* deserializeAws_restJson1ListWorkflowStepGroupsCommand
|
|
217
|
+
*/
|
|
218
|
+
export declare const de_ListWorkflowStepGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepGroupsCommandOutput>;
|
|
219
|
+
/**
|
|
220
|
+
* deserializeAws_restJson1ListWorkflowStepsCommand
|
|
221
|
+
*/
|
|
222
|
+
export declare const de_ListWorkflowStepsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListWorkflowStepsCommandOutput>;
|
|
223
|
+
/**
|
|
224
|
+
* deserializeAws_restJson1RetryWorkflowStepCommand
|
|
225
|
+
*/
|
|
226
|
+
export declare const de_RetryWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RetryWorkflowStepCommandOutput>;
|
|
227
|
+
/**
|
|
228
|
+
* deserializeAws_restJson1StartWorkflowCommand
|
|
229
|
+
*/
|
|
230
|
+
export declare const de_StartWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartWorkflowCommandOutput>;
|
|
231
|
+
/**
|
|
232
|
+
* deserializeAws_restJson1StopWorkflowCommand
|
|
233
|
+
*/
|
|
234
|
+
export declare const de_StopWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopWorkflowCommandOutput>;
|
|
235
|
+
/**
|
|
236
|
+
* deserializeAws_restJson1TagResourceCommand
|
|
237
|
+
*/
|
|
238
|
+
export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
239
|
+
/**
|
|
240
|
+
* deserializeAws_restJson1UntagResourceCommand
|
|
241
|
+
*/
|
|
242
|
+
export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
243
|
+
/**
|
|
244
|
+
* deserializeAws_restJson1UpdateWorkflowCommand
|
|
245
|
+
*/
|
|
246
|
+
export declare const de_UpdateWorkflowCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowCommandOutput>;
|
|
247
|
+
/**
|
|
248
|
+
* deserializeAws_restJson1UpdateWorkflowStepCommand
|
|
249
|
+
*/
|
|
250
|
+
export declare const de_UpdateWorkflowStepCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowStepCommandOutput>;
|
|
251
|
+
/**
|
|
252
|
+
* deserializeAws_restJson1UpdateWorkflowStepGroupCommand
|
|
253
|
+
*/
|
|
254
|
+
export declare const de_UpdateWorkflowStepGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateWorkflowStepGroupCommandOutput>;
|
|
@@ -115,227 +115,227 @@ import {
|
|
|
115
115
|
UpdateWorkflowStepGroupCommandInput,
|
|
116
116
|
UpdateWorkflowStepGroupCommandOutput,
|
|
117
117
|
} from "../commands/UpdateWorkflowStepGroupCommand";
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const se_CreateWorkflowCommand: (
|
|
119
119
|
input: CreateWorkflowCommandInput,
|
|
120
120
|
context: __SerdeContext
|
|
121
121
|
) => Promise<__HttpRequest>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const se_CreateWorkflowStepCommand: (
|
|
123
123
|
input: CreateWorkflowStepCommandInput,
|
|
124
124
|
context: __SerdeContext
|
|
125
125
|
) => Promise<__HttpRequest>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const se_CreateWorkflowStepGroupCommand: (
|
|
127
127
|
input: CreateWorkflowStepGroupCommandInput,
|
|
128
128
|
context: __SerdeContext
|
|
129
129
|
) => Promise<__HttpRequest>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const se_DeleteWorkflowCommand: (
|
|
131
131
|
input: DeleteWorkflowCommandInput,
|
|
132
132
|
context: __SerdeContext
|
|
133
133
|
) => Promise<__HttpRequest>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const se_DeleteWorkflowStepCommand: (
|
|
135
135
|
input: DeleteWorkflowStepCommandInput,
|
|
136
136
|
context: __SerdeContext
|
|
137
137
|
) => Promise<__HttpRequest>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const se_DeleteWorkflowStepGroupCommand: (
|
|
139
139
|
input: DeleteWorkflowStepGroupCommandInput,
|
|
140
140
|
context: __SerdeContext
|
|
141
141
|
) => Promise<__HttpRequest>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const se_GetTemplateCommand: (
|
|
143
143
|
input: GetTemplateCommandInput,
|
|
144
144
|
context: __SerdeContext
|
|
145
145
|
) => Promise<__HttpRequest>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const se_GetTemplateStepCommand: (
|
|
147
147
|
input: GetTemplateStepCommandInput,
|
|
148
148
|
context: __SerdeContext
|
|
149
149
|
) => Promise<__HttpRequest>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const se_GetTemplateStepGroupCommand: (
|
|
151
151
|
input: GetTemplateStepGroupCommandInput,
|
|
152
152
|
context: __SerdeContext
|
|
153
153
|
) => Promise<__HttpRequest>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const se_GetWorkflowCommand: (
|
|
155
155
|
input: GetWorkflowCommandInput,
|
|
156
156
|
context: __SerdeContext
|
|
157
157
|
) => Promise<__HttpRequest>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const se_GetWorkflowStepCommand: (
|
|
159
159
|
input: GetWorkflowStepCommandInput,
|
|
160
160
|
context: __SerdeContext
|
|
161
161
|
) => Promise<__HttpRequest>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const se_GetWorkflowStepGroupCommand: (
|
|
163
163
|
input: GetWorkflowStepGroupCommandInput,
|
|
164
164
|
context: __SerdeContext
|
|
165
165
|
) => Promise<__HttpRequest>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const se_ListPluginsCommand: (
|
|
167
167
|
input: ListPluginsCommandInput,
|
|
168
168
|
context: __SerdeContext
|
|
169
169
|
) => Promise<__HttpRequest>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const se_ListTagsForResourceCommand: (
|
|
171
171
|
input: ListTagsForResourceCommandInput,
|
|
172
172
|
context: __SerdeContext
|
|
173
173
|
) => Promise<__HttpRequest>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const se_ListTemplatesCommand: (
|
|
175
175
|
input: ListTemplatesCommandInput,
|
|
176
176
|
context: __SerdeContext
|
|
177
177
|
) => Promise<__HttpRequest>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const se_ListTemplateStepGroupsCommand: (
|
|
179
179
|
input: ListTemplateStepGroupsCommandInput,
|
|
180
180
|
context: __SerdeContext
|
|
181
181
|
) => Promise<__HttpRequest>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const se_ListTemplateStepsCommand: (
|
|
183
183
|
input: ListTemplateStepsCommandInput,
|
|
184
184
|
context: __SerdeContext
|
|
185
185
|
) => Promise<__HttpRequest>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const se_ListWorkflowsCommand: (
|
|
187
187
|
input: ListWorkflowsCommandInput,
|
|
188
188
|
context: __SerdeContext
|
|
189
189
|
) => Promise<__HttpRequest>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const se_ListWorkflowStepGroupsCommand: (
|
|
191
191
|
input: ListWorkflowStepGroupsCommandInput,
|
|
192
192
|
context: __SerdeContext
|
|
193
193
|
) => Promise<__HttpRequest>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const se_ListWorkflowStepsCommand: (
|
|
195
195
|
input: ListWorkflowStepsCommandInput,
|
|
196
196
|
context: __SerdeContext
|
|
197
197
|
) => Promise<__HttpRequest>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const se_RetryWorkflowStepCommand: (
|
|
199
199
|
input: RetryWorkflowStepCommandInput,
|
|
200
200
|
context: __SerdeContext
|
|
201
201
|
) => Promise<__HttpRequest>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const se_StartWorkflowCommand: (
|
|
203
203
|
input: StartWorkflowCommandInput,
|
|
204
204
|
context: __SerdeContext
|
|
205
205
|
) => Promise<__HttpRequest>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const se_StopWorkflowCommand: (
|
|
207
207
|
input: StopWorkflowCommandInput,
|
|
208
208
|
context: __SerdeContext
|
|
209
209
|
) => Promise<__HttpRequest>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const se_TagResourceCommand: (
|
|
211
211
|
input: TagResourceCommandInput,
|
|
212
212
|
context: __SerdeContext
|
|
213
213
|
) => Promise<__HttpRequest>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const se_UntagResourceCommand: (
|
|
215
215
|
input: UntagResourceCommandInput,
|
|
216
216
|
context: __SerdeContext
|
|
217
217
|
) => Promise<__HttpRequest>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const se_UpdateWorkflowCommand: (
|
|
219
219
|
input: UpdateWorkflowCommandInput,
|
|
220
220
|
context: __SerdeContext
|
|
221
221
|
) => Promise<__HttpRequest>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const se_UpdateWorkflowStepCommand: (
|
|
223
223
|
input: UpdateWorkflowStepCommandInput,
|
|
224
224
|
context: __SerdeContext
|
|
225
225
|
) => Promise<__HttpRequest>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const se_UpdateWorkflowStepGroupCommand: (
|
|
227
227
|
input: UpdateWorkflowStepGroupCommandInput,
|
|
228
228
|
context: __SerdeContext
|
|
229
229
|
) => Promise<__HttpRequest>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const de_CreateWorkflowCommand: (
|
|
231
231
|
output: __HttpResponse,
|
|
232
232
|
context: __SerdeContext
|
|
233
233
|
) => Promise<CreateWorkflowCommandOutput>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const de_CreateWorkflowStepCommand: (
|
|
235
235
|
output: __HttpResponse,
|
|
236
236
|
context: __SerdeContext
|
|
237
237
|
) => Promise<CreateWorkflowStepCommandOutput>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const de_CreateWorkflowStepGroupCommand: (
|
|
239
239
|
output: __HttpResponse,
|
|
240
240
|
context: __SerdeContext
|
|
241
241
|
) => Promise<CreateWorkflowStepGroupCommandOutput>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const de_DeleteWorkflowCommand: (
|
|
243
243
|
output: __HttpResponse,
|
|
244
244
|
context: __SerdeContext
|
|
245
245
|
) => Promise<DeleteWorkflowCommandOutput>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const de_DeleteWorkflowStepCommand: (
|
|
247
247
|
output: __HttpResponse,
|
|
248
248
|
context: __SerdeContext
|
|
249
249
|
) => Promise<DeleteWorkflowStepCommandOutput>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const de_DeleteWorkflowStepGroupCommand: (
|
|
251
251
|
output: __HttpResponse,
|
|
252
252
|
context: __SerdeContext
|
|
253
253
|
) => Promise<DeleteWorkflowStepGroupCommandOutput>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const de_GetTemplateCommand: (
|
|
255
255
|
output: __HttpResponse,
|
|
256
256
|
context: __SerdeContext
|
|
257
257
|
) => Promise<GetTemplateCommandOutput>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const de_GetTemplateStepCommand: (
|
|
259
259
|
output: __HttpResponse,
|
|
260
260
|
context: __SerdeContext
|
|
261
261
|
) => Promise<GetTemplateStepCommandOutput>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const de_GetTemplateStepGroupCommand: (
|
|
263
263
|
output: __HttpResponse,
|
|
264
264
|
context: __SerdeContext
|
|
265
265
|
) => Promise<GetTemplateStepGroupCommandOutput>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const de_GetWorkflowCommand: (
|
|
267
267
|
output: __HttpResponse,
|
|
268
268
|
context: __SerdeContext
|
|
269
269
|
) => Promise<GetWorkflowCommandOutput>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const de_GetWorkflowStepCommand: (
|
|
271
271
|
output: __HttpResponse,
|
|
272
272
|
context: __SerdeContext
|
|
273
273
|
) => Promise<GetWorkflowStepCommandOutput>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const de_GetWorkflowStepGroupCommand: (
|
|
275
275
|
output: __HttpResponse,
|
|
276
276
|
context: __SerdeContext
|
|
277
277
|
) => Promise<GetWorkflowStepGroupCommandOutput>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const de_ListPluginsCommand: (
|
|
279
279
|
output: __HttpResponse,
|
|
280
280
|
context: __SerdeContext
|
|
281
281
|
) => Promise<ListPluginsCommandOutput>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const de_ListTagsForResourceCommand: (
|
|
283
283
|
output: __HttpResponse,
|
|
284
284
|
context: __SerdeContext
|
|
285
285
|
) => Promise<ListTagsForResourceCommandOutput>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const de_ListTemplatesCommand: (
|
|
287
287
|
output: __HttpResponse,
|
|
288
288
|
context: __SerdeContext
|
|
289
289
|
) => Promise<ListTemplatesCommandOutput>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const de_ListTemplateStepGroupsCommand: (
|
|
291
291
|
output: __HttpResponse,
|
|
292
292
|
context: __SerdeContext
|
|
293
293
|
) => Promise<ListTemplateStepGroupsCommandOutput>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const de_ListTemplateStepsCommand: (
|
|
295
295
|
output: __HttpResponse,
|
|
296
296
|
context: __SerdeContext
|
|
297
297
|
) => Promise<ListTemplateStepsCommandOutput>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const de_ListWorkflowsCommand: (
|
|
299
299
|
output: __HttpResponse,
|
|
300
300
|
context: __SerdeContext
|
|
301
301
|
) => Promise<ListWorkflowsCommandOutput>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const de_ListWorkflowStepGroupsCommand: (
|
|
303
303
|
output: __HttpResponse,
|
|
304
304
|
context: __SerdeContext
|
|
305
305
|
) => Promise<ListWorkflowStepGroupsCommandOutput>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const de_ListWorkflowStepsCommand: (
|
|
307
307
|
output: __HttpResponse,
|
|
308
308
|
context: __SerdeContext
|
|
309
309
|
) => Promise<ListWorkflowStepsCommandOutput>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const de_RetryWorkflowStepCommand: (
|
|
311
311
|
output: __HttpResponse,
|
|
312
312
|
context: __SerdeContext
|
|
313
313
|
) => Promise<RetryWorkflowStepCommandOutput>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const de_StartWorkflowCommand: (
|
|
315
315
|
output: __HttpResponse,
|
|
316
316
|
context: __SerdeContext
|
|
317
317
|
) => Promise<StartWorkflowCommandOutput>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const de_StopWorkflowCommand: (
|
|
319
319
|
output: __HttpResponse,
|
|
320
320
|
context: __SerdeContext
|
|
321
321
|
) => Promise<StopWorkflowCommandOutput>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const de_TagResourceCommand: (
|
|
323
323
|
output: __HttpResponse,
|
|
324
324
|
context: __SerdeContext
|
|
325
325
|
) => Promise<TagResourceCommandOutput>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const de_UntagResourceCommand: (
|
|
327
327
|
output: __HttpResponse,
|
|
328
328
|
context: __SerdeContext
|
|
329
329
|
) => Promise<UntagResourceCommandOutput>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const de_UpdateWorkflowCommand: (
|
|
331
331
|
output: __HttpResponse,
|
|
332
332
|
context: __SerdeContext
|
|
333
333
|
) => Promise<UpdateWorkflowCommandOutput>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const de_UpdateWorkflowStepCommand: (
|
|
335
335
|
output: __HttpResponse,
|
|
336
336
|
context: __SerdeContext
|
|
337
337
|
) => Promise<UpdateWorkflowStepCommandOutput>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const de_UpdateWorkflowStepGroupCommand: (
|
|
339
339
|
output: __HttpResponse,
|
|
340
340
|
context: __SerdeContext
|
|
341
341
|
) => Promise<UpdateWorkflowStepGroupCommandOutput>;
|