@aws-sdk/client-codecatalyst 3.928.0 → 3.930.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 (62) hide show
  1. package/dist-cjs/index.js +1472 -1749
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/CodeCatalystClient.js +2 -0
  4. package/dist-es/commands/CreateAccessTokenCommand.js +3 -10
  5. package/dist-es/commands/CreateDevEnvironmentCommand.js +3 -9
  6. package/dist-es/commands/CreateProjectCommand.js +3 -9
  7. package/dist-es/commands/CreateSourceRepositoryBranchCommand.js +3 -9
  8. package/dist-es/commands/CreateSourceRepositoryCommand.js +3 -9
  9. package/dist-es/commands/DeleteAccessTokenCommand.js +3 -9
  10. package/dist-es/commands/DeleteDevEnvironmentCommand.js +3 -9
  11. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  12. package/dist-es/commands/DeleteSourceRepositoryCommand.js +3 -9
  13. package/dist-es/commands/DeleteSpaceCommand.js +3 -9
  14. package/dist-es/commands/GetDevEnvironmentCommand.js +3 -9
  15. package/dist-es/commands/GetProjectCommand.js +3 -9
  16. package/dist-es/commands/GetSourceRepositoryCloneUrlsCommand.js +3 -9
  17. package/dist-es/commands/GetSourceRepositoryCommand.js +3 -9
  18. package/dist-es/commands/GetSpaceCommand.js +3 -9
  19. package/dist-es/commands/GetSubscriptionCommand.js +3 -9
  20. package/dist-es/commands/GetUserDetailsCommand.js +3 -9
  21. package/dist-es/commands/GetWorkflowCommand.js +3 -9
  22. package/dist-es/commands/GetWorkflowRunCommand.js +3 -9
  23. package/dist-es/commands/ListAccessTokensCommand.js +3 -9
  24. package/dist-es/commands/ListDevEnvironmentSessionsCommand.js +3 -9
  25. package/dist-es/commands/ListDevEnvironmentsCommand.js +3 -9
  26. package/dist-es/commands/ListEventLogsCommand.js +3 -9
  27. package/dist-es/commands/ListProjectsCommand.js +3 -9
  28. package/dist-es/commands/ListSourceRepositoriesCommand.js +3 -9
  29. package/dist-es/commands/ListSourceRepositoryBranchesCommand.js +3 -9
  30. package/dist-es/commands/ListSpacesCommand.js +3 -9
  31. package/dist-es/commands/ListWorkflowRunsCommand.js +3 -9
  32. package/dist-es/commands/ListWorkflowsCommand.js +3 -9
  33. package/dist-es/commands/StartDevEnvironmentCommand.js +3 -9
  34. package/dist-es/commands/StartDevEnvironmentSessionCommand.js +3 -10
  35. package/dist-es/commands/StartWorkflowRunCommand.js +3 -9
  36. package/dist-es/commands/StopDevEnvironmentCommand.js +3 -9
  37. package/dist-es/commands/StopDevEnvironmentSessionCommand.js +3 -9
  38. package/dist-es/commands/UpdateDevEnvironmentCommand.js +3 -9
  39. package/dist-es/commands/UpdateProjectCommand.js +3 -9
  40. package/dist-es/commands/UpdateSpaceCommand.js +3 -9
  41. package/dist-es/commands/VerifySessionCommand.js +3 -9
  42. package/dist-es/models/models_0.js +0 -14
  43. package/dist-es/runtimeConfig.shared.js +2 -0
  44. package/dist-es/schemas/schemas_0.js +1383 -0
  45. package/dist-types/CodeCatalystClient.d.ts +10 -1
  46. package/dist-types/models/models_0.d.ts +0 -12
  47. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  48. package/dist-types/runtimeConfig.d.ts +1 -0
  49. package/dist-types/runtimeConfig.native.d.ts +1 -0
  50. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  51. package/dist-types/schemas/schemas_0.d.ts +175 -0
  52. package/dist-types/ts3.4/CodeCatalystClient.d.ts +4 -0
  53. package/dist-types/ts3.4/models/models_0.d.ts +0 -9
  54. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  55. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  57. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  58. package/dist-types/ts3.4/schemas/schemas_0.d.ts +181 -0
  59. package/package.json +33 -34
  60. package/dist-es/protocols/Aws_restJson1.js +0 -1455
  61. package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
@@ -1,461 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- CreateAccessTokenCommandInput,
8
- CreateAccessTokenCommandOutput,
9
- } from "../commands/CreateAccessTokenCommand";
10
- import {
11
- CreateDevEnvironmentCommandInput,
12
- CreateDevEnvironmentCommandOutput,
13
- } from "../commands/CreateDevEnvironmentCommand";
14
- import {
15
- CreateProjectCommandInput,
16
- CreateProjectCommandOutput,
17
- } from "../commands/CreateProjectCommand";
18
- import {
19
- CreateSourceRepositoryBranchCommandInput,
20
- CreateSourceRepositoryBranchCommandOutput,
21
- } from "../commands/CreateSourceRepositoryBranchCommand";
22
- import {
23
- CreateSourceRepositoryCommandInput,
24
- CreateSourceRepositoryCommandOutput,
25
- } from "../commands/CreateSourceRepositoryCommand";
26
- import {
27
- DeleteAccessTokenCommandInput,
28
- DeleteAccessTokenCommandOutput,
29
- } from "../commands/DeleteAccessTokenCommand";
30
- import {
31
- DeleteDevEnvironmentCommandInput,
32
- DeleteDevEnvironmentCommandOutput,
33
- } from "../commands/DeleteDevEnvironmentCommand";
34
- import {
35
- DeleteProjectCommandInput,
36
- DeleteProjectCommandOutput,
37
- } from "../commands/DeleteProjectCommand";
38
- import {
39
- DeleteSourceRepositoryCommandInput,
40
- DeleteSourceRepositoryCommandOutput,
41
- } from "../commands/DeleteSourceRepositoryCommand";
42
- import {
43
- DeleteSpaceCommandInput,
44
- DeleteSpaceCommandOutput,
45
- } from "../commands/DeleteSpaceCommand";
46
- import {
47
- GetDevEnvironmentCommandInput,
48
- GetDevEnvironmentCommandOutput,
49
- } from "../commands/GetDevEnvironmentCommand";
50
- import {
51
- GetProjectCommandInput,
52
- GetProjectCommandOutput,
53
- } from "../commands/GetProjectCommand";
54
- import {
55
- GetSourceRepositoryCloneUrlsCommandInput,
56
- GetSourceRepositoryCloneUrlsCommandOutput,
57
- } from "../commands/GetSourceRepositoryCloneUrlsCommand";
58
- import {
59
- GetSourceRepositoryCommandInput,
60
- GetSourceRepositoryCommandOutput,
61
- } from "../commands/GetSourceRepositoryCommand";
62
- import {
63
- GetSpaceCommandInput,
64
- GetSpaceCommandOutput,
65
- } from "../commands/GetSpaceCommand";
66
- import {
67
- GetSubscriptionCommandInput,
68
- GetSubscriptionCommandOutput,
69
- } from "../commands/GetSubscriptionCommand";
70
- import {
71
- GetUserDetailsCommandInput,
72
- GetUserDetailsCommandOutput,
73
- } from "../commands/GetUserDetailsCommand";
74
- import {
75
- GetWorkflowCommandInput,
76
- GetWorkflowCommandOutput,
77
- } from "../commands/GetWorkflowCommand";
78
- import {
79
- GetWorkflowRunCommandInput,
80
- GetWorkflowRunCommandOutput,
81
- } from "../commands/GetWorkflowRunCommand";
82
- import {
83
- ListAccessTokensCommandInput,
84
- ListAccessTokensCommandOutput,
85
- } from "../commands/ListAccessTokensCommand";
86
- import {
87
- ListDevEnvironmentsCommandInput,
88
- ListDevEnvironmentsCommandOutput,
89
- } from "../commands/ListDevEnvironmentsCommand";
90
- import {
91
- ListDevEnvironmentSessionsCommandInput,
92
- ListDevEnvironmentSessionsCommandOutput,
93
- } from "../commands/ListDevEnvironmentSessionsCommand";
94
- import {
95
- ListEventLogsCommandInput,
96
- ListEventLogsCommandOutput,
97
- } from "../commands/ListEventLogsCommand";
98
- import {
99
- ListProjectsCommandInput,
100
- ListProjectsCommandOutput,
101
- } from "../commands/ListProjectsCommand";
102
- import {
103
- ListSourceRepositoriesCommandInput,
104
- ListSourceRepositoriesCommandOutput,
105
- } from "../commands/ListSourceRepositoriesCommand";
106
- import {
107
- ListSourceRepositoryBranchesCommandInput,
108
- ListSourceRepositoryBranchesCommandOutput,
109
- } from "../commands/ListSourceRepositoryBranchesCommand";
110
- import {
111
- ListSpacesCommandInput,
112
- ListSpacesCommandOutput,
113
- } from "../commands/ListSpacesCommand";
114
- import {
115
- ListWorkflowRunsCommandInput,
116
- ListWorkflowRunsCommandOutput,
117
- } from "../commands/ListWorkflowRunsCommand";
118
- import {
119
- ListWorkflowsCommandInput,
120
- ListWorkflowsCommandOutput,
121
- } from "../commands/ListWorkflowsCommand";
122
- import {
123
- StartDevEnvironmentCommandInput,
124
- StartDevEnvironmentCommandOutput,
125
- } from "../commands/StartDevEnvironmentCommand";
126
- import {
127
- StartDevEnvironmentSessionCommandInput,
128
- StartDevEnvironmentSessionCommandOutput,
129
- } from "../commands/StartDevEnvironmentSessionCommand";
130
- import {
131
- StartWorkflowRunCommandInput,
132
- StartWorkflowRunCommandOutput,
133
- } from "../commands/StartWorkflowRunCommand";
134
- import {
135
- StopDevEnvironmentCommandInput,
136
- StopDevEnvironmentCommandOutput,
137
- } from "../commands/StopDevEnvironmentCommand";
138
- import {
139
- StopDevEnvironmentSessionCommandInput,
140
- StopDevEnvironmentSessionCommandOutput,
141
- } from "../commands/StopDevEnvironmentSessionCommand";
142
- import {
143
- UpdateDevEnvironmentCommandInput,
144
- UpdateDevEnvironmentCommandOutput,
145
- } from "../commands/UpdateDevEnvironmentCommand";
146
- import {
147
- UpdateProjectCommandInput,
148
- UpdateProjectCommandOutput,
149
- } from "../commands/UpdateProjectCommand";
150
- import {
151
- UpdateSpaceCommandInput,
152
- UpdateSpaceCommandOutput,
153
- } from "../commands/UpdateSpaceCommand";
154
- import {
155
- VerifySessionCommandInput,
156
- VerifySessionCommandOutput,
157
- } from "../commands/VerifySessionCommand";
158
- export declare const se_CreateAccessTokenCommand: (
159
- input: CreateAccessTokenCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateDevEnvironmentCommand: (
163
- input: CreateDevEnvironmentCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateProjectCommand: (
167
- input: CreateProjectCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateSourceRepositoryCommand: (
171
- input: CreateSourceRepositoryCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateSourceRepositoryBranchCommand: (
175
- input: CreateSourceRepositoryBranchCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteAccessTokenCommand: (
179
- input: DeleteAccessTokenCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteDevEnvironmentCommand: (
183
- input: DeleteDevEnvironmentCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteProjectCommand: (
187
- input: DeleteProjectCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DeleteSourceRepositoryCommand: (
191
- input: DeleteSourceRepositoryCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_DeleteSpaceCommand: (
195
- input: DeleteSpaceCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetDevEnvironmentCommand: (
199
- input: GetDevEnvironmentCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetProjectCommand: (
203
- input: GetProjectCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetSourceRepositoryCommand: (
207
- input: GetSourceRepositoryCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetSourceRepositoryCloneUrlsCommand: (
211
- input: GetSourceRepositoryCloneUrlsCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetSpaceCommand: (
215
- input: GetSpaceCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetSubscriptionCommand: (
219
- input: GetSubscriptionCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetUserDetailsCommand: (
223
- input: GetUserDetailsCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_GetWorkflowCommand: (
227
- input: GetWorkflowCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_GetWorkflowRunCommand: (
231
- input: GetWorkflowRunCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListAccessTokensCommand: (
235
- input: ListAccessTokensCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListDevEnvironmentsCommand: (
239
- input: ListDevEnvironmentsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListDevEnvironmentSessionsCommand: (
243
- input: ListDevEnvironmentSessionsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListEventLogsCommand: (
247
- input: ListEventLogsCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListProjectsCommand: (
251
- input: ListProjectsCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListSourceRepositoriesCommand: (
255
- input: ListSourceRepositoriesCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListSourceRepositoryBranchesCommand: (
259
- input: ListSourceRepositoryBranchesCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListSpacesCommand: (
263
- input: ListSpacesCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListWorkflowRunsCommand: (
267
- input: ListWorkflowRunsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListWorkflowsCommand: (
271
- input: ListWorkflowsCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_StartDevEnvironmentCommand: (
275
- input: StartDevEnvironmentCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_StartDevEnvironmentSessionCommand: (
279
- input: StartDevEnvironmentSessionCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_StartWorkflowRunCommand: (
283
- input: StartWorkflowRunCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_StopDevEnvironmentCommand: (
287
- input: StopDevEnvironmentCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_StopDevEnvironmentSessionCommand: (
291
- input: StopDevEnvironmentSessionCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UpdateDevEnvironmentCommand: (
295
- input: UpdateDevEnvironmentCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_UpdateProjectCommand: (
299
- input: UpdateProjectCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_UpdateSpaceCommand: (
303
- input: UpdateSpaceCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_VerifySessionCommand: (
307
- input: VerifySessionCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const de_CreateAccessTokenCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CreateAccessTokenCommandOutput>;
314
- export declare const de_CreateDevEnvironmentCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<CreateDevEnvironmentCommandOutput>;
318
- export declare const de_CreateProjectCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CreateProjectCommandOutput>;
322
- export declare const de_CreateSourceRepositoryCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateSourceRepositoryCommandOutput>;
326
- export declare const de_CreateSourceRepositoryBranchCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<CreateSourceRepositoryBranchCommandOutput>;
330
- export declare const de_DeleteAccessTokenCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DeleteAccessTokenCommandOutput>;
334
- export declare const de_DeleteDevEnvironmentCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteDevEnvironmentCommandOutput>;
338
- export declare const de_DeleteProjectCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<DeleteProjectCommandOutput>;
342
- export declare const de_DeleteSourceRepositoryCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<DeleteSourceRepositoryCommandOutput>;
346
- export declare const de_DeleteSpaceCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<DeleteSpaceCommandOutput>;
350
- export declare const de_GetDevEnvironmentCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetDevEnvironmentCommandOutput>;
354
- export declare const de_GetProjectCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetProjectCommandOutput>;
358
- export declare const de_GetSourceRepositoryCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetSourceRepositoryCommandOutput>;
362
- export declare const de_GetSourceRepositoryCloneUrlsCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<GetSourceRepositoryCloneUrlsCommandOutput>;
366
- export declare const de_GetSpaceCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<GetSpaceCommandOutput>;
370
- export declare const de_GetSubscriptionCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetSubscriptionCommandOutput>;
374
- export declare const de_GetUserDetailsCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<GetUserDetailsCommandOutput>;
378
- export declare const de_GetWorkflowCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<GetWorkflowCommandOutput>;
382
- export declare const de_GetWorkflowRunCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<GetWorkflowRunCommandOutput>;
386
- export declare const de_ListAccessTokensCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListAccessTokensCommandOutput>;
390
- export declare const de_ListDevEnvironmentsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListDevEnvironmentsCommandOutput>;
394
- export declare const de_ListDevEnvironmentSessionsCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListDevEnvironmentSessionsCommandOutput>;
398
- export declare const de_ListEventLogsCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListEventLogsCommandOutput>;
402
- export declare const de_ListProjectsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListProjectsCommandOutput>;
406
- export declare const de_ListSourceRepositoriesCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListSourceRepositoriesCommandOutput>;
410
- export declare const de_ListSourceRepositoryBranchesCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListSourceRepositoryBranchesCommandOutput>;
414
- export declare const de_ListSpacesCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListSpacesCommandOutput>;
418
- export declare const de_ListWorkflowRunsCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListWorkflowRunsCommandOutput>;
422
- export declare const de_ListWorkflowsCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<ListWorkflowsCommandOutput>;
426
- export declare const de_StartDevEnvironmentCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<StartDevEnvironmentCommandOutput>;
430
- export declare const de_StartDevEnvironmentSessionCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<StartDevEnvironmentSessionCommandOutput>;
434
- export declare const de_StartWorkflowRunCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<StartWorkflowRunCommandOutput>;
438
- export declare const de_StopDevEnvironmentCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<StopDevEnvironmentCommandOutput>;
442
- export declare const de_StopDevEnvironmentSessionCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<StopDevEnvironmentSessionCommandOutput>;
446
- export declare const de_UpdateDevEnvironmentCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<UpdateDevEnvironmentCommandOutput>;
450
- export declare const de_UpdateProjectCommand: (
451
- output: __HttpResponse,
452
- context: __SerdeContext
453
- ) => Promise<UpdateProjectCommandOutput>;
454
- export declare const de_UpdateSpaceCommand: (
455
- output: __HttpResponse,
456
- context: __SerdeContext
457
- ) => Promise<UpdateSpaceCommandOutput>;
458
- export declare const de_VerifySessionCommand: (
459
- output: __HttpResponse,
460
- context: __SerdeContext
461
- ) => Promise<VerifySessionCommandOutput>;