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