@aws-sdk/client-m2 3.928.0 → 3.929.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 (58) hide show
  1. package/dist-cjs/index.js +1918 -1755
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/M2Client.js +2 -0
  4. package/dist-es/commands/CancelBatchJobExecutionCommand.js +3 -9
  5. package/dist-es/commands/CreateApplicationCommand.js +3 -9
  6. package/dist-es/commands/CreateDataSetExportTaskCommand.js +3 -9
  7. package/dist-es/commands/CreateDataSetImportTaskCommand.js +3 -9
  8. package/dist-es/commands/CreateDeploymentCommand.js +3 -9
  9. package/dist-es/commands/CreateEnvironmentCommand.js +3 -9
  10. package/dist-es/commands/DeleteApplicationCommand.js +3 -9
  11. package/dist-es/commands/DeleteApplicationFromEnvironmentCommand.js +3 -9
  12. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
  13. package/dist-es/commands/GetApplicationCommand.js +3 -9
  14. package/dist-es/commands/GetApplicationVersionCommand.js +3 -9
  15. package/dist-es/commands/GetBatchJobExecutionCommand.js +3 -9
  16. package/dist-es/commands/GetDataSetDetailsCommand.js +3 -9
  17. package/dist-es/commands/GetDataSetExportTaskCommand.js +3 -9
  18. package/dist-es/commands/GetDataSetImportTaskCommand.js +3 -9
  19. package/dist-es/commands/GetDeploymentCommand.js +3 -9
  20. package/dist-es/commands/GetEnvironmentCommand.js +3 -9
  21. package/dist-es/commands/GetSignedBluinsightsUrlCommand.js +3 -9
  22. package/dist-es/commands/ListApplicationVersionsCommand.js +3 -9
  23. package/dist-es/commands/ListApplicationsCommand.js +3 -9
  24. package/dist-es/commands/ListBatchJobDefinitionsCommand.js +3 -9
  25. package/dist-es/commands/ListBatchJobExecutionsCommand.js +3 -9
  26. package/dist-es/commands/ListBatchJobRestartPointsCommand.js +3 -9
  27. package/dist-es/commands/ListDataSetExportHistoryCommand.js +3 -9
  28. package/dist-es/commands/ListDataSetImportHistoryCommand.js +3 -9
  29. package/dist-es/commands/ListDataSetsCommand.js +3 -9
  30. package/dist-es/commands/ListDeploymentsCommand.js +3 -9
  31. package/dist-es/commands/ListEngineVersionsCommand.js +3 -9
  32. package/dist-es/commands/ListEnvironmentsCommand.js +3 -9
  33. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  34. package/dist-es/commands/StartApplicationCommand.js +3 -9
  35. package/dist-es/commands/StartBatchJobCommand.js +3 -9
  36. package/dist-es/commands/StopApplicationCommand.js +3 -9
  37. package/dist-es/commands/TagResourceCommand.js +3 -9
  38. package/dist-es/commands/UntagResourceCommand.js +3 -9
  39. package/dist-es/commands/UpdateApplicationCommand.js +3 -9
  40. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -9
  41. package/dist-es/runtimeConfig.shared.js +2 -0
  42. package/dist-es/schemas/schemas_0.js +1835 -0
  43. package/dist-types/M2Client.d.ts +10 -1
  44. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  45. package/dist-types/runtimeConfig.d.ts +1 -0
  46. package/dist-types/runtimeConfig.native.d.ts +1 -0
  47. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  48. package/dist-types/schemas/schemas_0.d.ts +199 -0
  49. package/dist-types/ts3.4/M2Client.d.ts +4 -0
  50. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  54. package/dist-types/ts3.4/schemas/schemas_0.d.ts +204 -0
  55. package/package.json +2 -3
  56. package/dist-es/protocols/Aws_restJson1.js +0 -1481
  57. package/dist-types/protocols/Aws_restJson1.d.ts +0 -335
  58. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -449
@@ -1,449 +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
- CancelBatchJobExecutionCommandInput,
8
- CancelBatchJobExecutionCommandOutput,
9
- } from "../commands/CancelBatchJobExecutionCommand";
10
- import {
11
- CreateApplicationCommandInput,
12
- CreateApplicationCommandOutput,
13
- } from "../commands/CreateApplicationCommand";
14
- import {
15
- CreateDataSetExportTaskCommandInput,
16
- CreateDataSetExportTaskCommandOutput,
17
- } from "../commands/CreateDataSetExportTaskCommand";
18
- import {
19
- CreateDataSetImportTaskCommandInput,
20
- CreateDataSetImportTaskCommandOutput,
21
- } from "../commands/CreateDataSetImportTaskCommand";
22
- import {
23
- CreateDeploymentCommandInput,
24
- CreateDeploymentCommandOutput,
25
- } from "../commands/CreateDeploymentCommand";
26
- import {
27
- CreateEnvironmentCommandInput,
28
- CreateEnvironmentCommandOutput,
29
- } from "../commands/CreateEnvironmentCommand";
30
- import {
31
- DeleteApplicationCommandInput,
32
- DeleteApplicationCommandOutput,
33
- } from "../commands/DeleteApplicationCommand";
34
- import {
35
- DeleteApplicationFromEnvironmentCommandInput,
36
- DeleteApplicationFromEnvironmentCommandOutput,
37
- } from "../commands/DeleteApplicationFromEnvironmentCommand";
38
- import {
39
- DeleteEnvironmentCommandInput,
40
- DeleteEnvironmentCommandOutput,
41
- } from "../commands/DeleteEnvironmentCommand";
42
- import {
43
- GetApplicationCommandInput,
44
- GetApplicationCommandOutput,
45
- } from "../commands/GetApplicationCommand";
46
- import {
47
- GetApplicationVersionCommandInput,
48
- GetApplicationVersionCommandOutput,
49
- } from "../commands/GetApplicationVersionCommand";
50
- import {
51
- GetBatchJobExecutionCommandInput,
52
- GetBatchJobExecutionCommandOutput,
53
- } from "../commands/GetBatchJobExecutionCommand";
54
- import {
55
- GetDataSetDetailsCommandInput,
56
- GetDataSetDetailsCommandOutput,
57
- } from "../commands/GetDataSetDetailsCommand";
58
- import {
59
- GetDataSetExportTaskCommandInput,
60
- GetDataSetExportTaskCommandOutput,
61
- } from "../commands/GetDataSetExportTaskCommand";
62
- import {
63
- GetDataSetImportTaskCommandInput,
64
- GetDataSetImportTaskCommandOutput,
65
- } from "../commands/GetDataSetImportTaskCommand";
66
- import {
67
- GetDeploymentCommandInput,
68
- GetDeploymentCommandOutput,
69
- } from "../commands/GetDeploymentCommand";
70
- import {
71
- GetEnvironmentCommandInput,
72
- GetEnvironmentCommandOutput,
73
- } from "../commands/GetEnvironmentCommand";
74
- import {
75
- GetSignedBluinsightsUrlCommandInput,
76
- GetSignedBluinsightsUrlCommandOutput,
77
- } from "../commands/GetSignedBluinsightsUrlCommand";
78
- import {
79
- ListApplicationsCommandInput,
80
- ListApplicationsCommandOutput,
81
- } from "../commands/ListApplicationsCommand";
82
- import {
83
- ListApplicationVersionsCommandInput,
84
- ListApplicationVersionsCommandOutput,
85
- } from "../commands/ListApplicationVersionsCommand";
86
- import {
87
- ListBatchJobDefinitionsCommandInput,
88
- ListBatchJobDefinitionsCommandOutput,
89
- } from "../commands/ListBatchJobDefinitionsCommand";
90
- import {
91
- ListBatchJobExecutionsCommandInput,
92
- ListBatchJobExecutionsCommandOutput,
93
- } from "../commands/ListBatchJobExecutionsCommand";
94
- import {
95
- ListBatchJobRestartPointsCommandInput,
96
- ListBatchJobRestartPointsCommandOutput,
97
- } from "../commands/ListBatchJobRestartPointsCommand";
98
- import {
99
- ListDataSetExportHistoryCommandInput,
100
- ListDataSetExportHistoryCommandOutput,
101
- } from "../commands/ListDataSetExportHistoryCommand";
102
- import {
103
- ListDataSetImportHistoryCommandInput,
104
- ListDataSetImportHistoryCommandOutput,
105
- } from "../commands/ListDataSetImportHistoryCommand";
106
- import {
107
- ListDataSetsCommandInput,
108
- ListDataSetsCommandOutput,
109
- } from "../commands/ListDataSetsCommand";
110
- import {
111
- ListDeploymentsCommandInput,
112
- ListDeploymentsCommandOutput,
113
- } from "../commands/ListDeploymentsCommand";
114
- import {
115
- ListEngineVersionsCommandInput,
116
- ListEngineVersionsCommandOutput,
117
- } from "../commands/ListEngineVersionsCommand";
118
- import {
119
- ListEnvironmentsCommandInput,
120
- ListEnvironmentsCommandOutput,
121
- } from "../commands/ListEnvironmentsCommand";
122
- import {
123
- ListTagsForResourceCommandInput,
124
- ListTagsForResourceCommandOutput,
125
- } from "../commands/ListTagsForResourceCommand";
126
- import {
127
- StartApplicationCommandInput,
128
- StartApplicationCommandOutput,
129
- } from "../commands/StartApplicationCommand";
130
- import {
131
- StartBatchJobCommandInput,
132
- StartBatchJobCommandOutput,
133
- } from "../commands/StartBatchJobCommand";
134
- import {
135
- StopApplicationCommandInput,
136
- StopApplicationCommandOutput,
137
- } from "../commands/StopApplicationCommand";
138
- import {
139
- TagResourceCommandInput,
140
- TagResourceCommandOutput,
141
- } from "../commands/TagResourceCommand";
142
- import {
143
- UntagResourceCommandInput,
144
- UntagResourceCommandOutput,
145
- } from "../commands/UntagResourceCommand";
146
- import {
147
- UpdateApplicationCommandInput,
148
- UpdateApplicationCommandOutput,
149
- } from "../commands/UpdateApplicationCommand";
150
- import {
151
- UpdateEnvironmentCommandInput,
152
- UpdateEnvironmentCommandOutput,
153
- } from "../commands/UpdateEnvironmentCommand";
154
- export declare const se_CancelBatchJobExecutionCommand: (
155
- input: CancelBatchJobExecutionCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_CreateApplicationCommand: (
159
- input: CreateApplicationCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_CreateDataSetExportTaskCommand: (
163
- input: CreateDataSetExportTaskCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_CreateDataSetImportTaskCommand: (
167
- input: CreateDataSetImportTaskCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_CreateDeploymentCommand: (
171
- input: CreateDeploymentCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_CreateEnvironmentCommand: (
175
- input: CreateEnvironmentCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DeleteApplicationCommand: (
179
- input: DeleteApplicationCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DeleteApplicationFromEnvironmentCommand: (
183
- input: DeleteApplicationFromEnvironmentCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DeleteEnvironmentCommand: (
187
- input: DeleteEnvironmentCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_GetApplicationCommand: (
191
- input: GetApplicationCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetApplicationVersionCommand: (
195
- input: GetApplicationVersionCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetBatchJobExecutionCommand: (
199
- input: GetBatchJobExecutionCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetDataSetDetailsCommand: (
203
- input: GetDataSetDetailsCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetDataSetExportTaskCommand: (
207
- input: GetDataSetExportTaskCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_GetDataSetImportTaskCommand: (
211
- input: GetDataSetImportTaskCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_GetDeploymentCommand: (
215
- input: GetDeploymentCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_GetEnvironmentCommand: (
219
- input: GetEnvironmentCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_GetSignedBluinsightsUrlCommand: (
223
- input: GetSignedBluinsightsUrlCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_ListApplicationsCommand: (
227
- input: ListApplicationsCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const se_ListApplicationVersionsCommand: (
231
- input: ListApplicationVersionsCommandInput,
232
- context: __SerdeContext
233
- ) => Promise<__HttpRequest>;
234
- export declare const se_ListBatchJobDefinitionsCommand: (
235
- input: ListBatchJobDefinitionsCommandInput,
236
- context: __SerdeContext
237
- ) => Promise<__HttpRequest>;
238
- export declare const se_ListBatchJobExecutionsCommand: (
239
- input: ListBatchJobExecutionsCommandInput,
240
- context: __SerdeContext
241
- ) => Promise<__HttpRequest>;
242
- export declare const se_ListBatchJobRestartPointsCommand: (
243
- input: ListBatchJobRestartPointsCommandInput,
244
- context: __SerdeContext
245
- ) => Promise<__HttpRequest>;
246
- export declare const se_ListDataSetExportHistoryCommand: (
247
- input: ListDataSetExportHistoryCommandInput,
248
- context: __SerdeContext
249
- ) => Promise<__HttpRequest>;
250
- export declare const se_ListDataSetImportHistoryCommand: (
251
- input: ListDataSetImportHistoryCommandInput,
252
- context: __SerdeContext
253
- ) => Promise<__HttpRequest>;
254
- export declare const se_ListDataSetsCommand: (
255
- input: ListDataSetsCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_ListDeploymentsCommand: (
259
- input: ListDeploymentsCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_ListEngineVersionsCommand: (
263
- input: ListEngineVersionsCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_ListEnvironmentsCommand: (
267
- input: ListEnvironmentsCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_ListTagsForResourceCommand: (
271
- input: ListTagsForResourceCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_StartApplicationCommand: (
275
- input: StartApplicationCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_StartBatchJobCommand: (
279
- input: StartBatchJobCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_StopApplicationCommand: (
283
- input: StopApplicationCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_TagResourceCommand: (
287
- input: TagResourceCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_UntagResourceCommand: (
291
- input: UntagResourceCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_UpdateApplicationCommand: (
295
- input: UpdateApplicationCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_UpdateEnvironmentCommand: (
299
- input: UpdateEnvironmentCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const de_CancelBatchJobExecutionCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<CancelBatchJobExecutionCommandOutput>;
306
- export declare const de_CreateApplicationCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<CreateApplicationCommandOutput>;
310
- export declare const de_CreateDataSetExportTaskCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<CreateDataSetExportTaskCommandOutput>;
314
- export declare const de_CreateDataSetImportTaskCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<CreateDataSetImportTaskCommandOutput>;
318
- export declare const de_CreateDeploymentCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<CreateDeploymentCommandOutput>;
322
- export declare const de_CreateEnvironmentCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<CreateEnvironmentCommandOutput>;
326
- export declare const de_DeleteApplicationCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<DeleteApplicationCommandOutput>;
330
- export declare const de_DeleteApplicationFromEnvironmentCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<DeleteApplicationFromEnvironmentCommandOutput>;
334
- export declare const de_DeleteEnvironmentCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<DeleteEnvironmentCommandOutput>;
338
- export declare const de_GetApplicationCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<GetApplicationCommandOutput>;
342
- export declare const de_GetApplicationVersionCommand: (
343
- output: __HttpResponse,
344
- context: __SerdeContext
345
- ) => Promise<GetApplicationVersionCommandOutput>;
346
- export declare const de_GetBatchJobExecutionCommand: (
347
- output: __HttpResponse,
348
- context: __SerdeContext
349
- ) => Promise<GetBatchJobExecutionCommandOutput>;
350
- export declare const de_GetDataSetDetailsCommand: (
351
- output: __HttpResponse,
352
- context: __SerdeContext
353
- ) => Promise<GetDataSetDetailsCommandOutput>;
354
- export declare const de_GetDataSetExportTaskCommand: (
355
- output: __HttpResponse,
356
- context: __SerdeContext
357
- ) => Promise<GetDataSetExportTaskCommandOutput>;
358
- export declare const de_GetDataSetImportTaskCommand: (
359
- output: __HttpResponse,
360
- context: __SerdeContext
361
- ) => Promise<GetDataSetImportTaskCommandOutput>;
362
- export declare const de_GetDeploymentCommand: (
363
- output: __HttpResponse,
364
- context: __SerdeContext
365
- ) => Promise<GetDeploymentCommandOutput>;
366
- export declare const de_GetEnvironmentCommand: (
367
- output: __HttpResponse,
368
- context: __SerdeContext
369
- ) => Promise<GetEnvironmentCommandOutput>;
370
- export declare const de_GetSignedBluinsightsUrlCommand: (
371
- output: __HttpResponse,
372
- context: __SerdeContext
373
- ) => Promise<GetSignedBluinsightsUrlCommandOutput>;
374
- export declare const de_ListApplicationsCommand: (
375
- output: __HttpResponse,
376
- context: __SerdeContext
377
- ) => Promise<ListApplicationsCommandOutput>;
378
- export declare const de_ListApplicationVersionsCommand: (
379
- output: __HttpResponse,
380
- context: __SerdeContext
381
- ) => Promise<ListApplicationVersionsCommandOutput>;
382
- export declare const de_ListBatchJobDefinitionsCommand: (
383
- output: __HttpResponse,
384
- context: __SerdeContext
385
- ) => Promise<ListBatchJobDefinitionsCommandOutput>;
386
- export declare const de_ListBatchJobExecutionsCommand: (
387
- output: __HttpResponse,
388
- context: __SerdeContext
389
- ) => Promise<ListBatchJobExecutionsCommandOutput>;
390
- export declare const de_ListBatchJobRestartPointsCommand: (
391
- output: __HttpResponse,
392
- context: __SerdeContext
393
- ) => Promise<ListBatchJobRestartPointsCommandOutput>;
394
- export declare const de_ListDataSetExportHistoryCommand: (
395
- output: __HttpResponse,
396
- context: __SerdeContext
397
- ) => Promise<ListDataSetExportHistoryCommandOutput>;
398
- export declare const de_ListDataSetImportHistoryCommand: (
399
- output: __HttpResponse,
400
- context: __SerdeContext
401
- ) => Promise<ListDataSetImportHistoryCommandOutput>;
402
- export declare const de_ListDataSetsCommand: (
403
- output: __HttpResponse,
404
- context: __SerdeContext
405
- ) => Promise<ListDataSetsCommandOutput>;
406
- export declare const de_ListDeploymentsCommand: (
407
- output: __HttpResponse,
408
- context: __SerdeContext
409
- ) => Promise<ListDeploymentsCommandOutput>;
410
- export declare const de_ListEngineVersionsCommand: (
411
- output: __HttpResponse,
412
- context: __SerdeContext
413
- ) => Promise<ListEngineVersionsCommandOutput>;
414
- export declare const de_ListEnvironmentsCommand: (
415
- output: __HttpResponse,
416
- context: __SerdeContext
417
- ) => Promise<ListEnvironmentsCommandOutput>;
418
- export declare const de_ListTagsForResourceCommand: (
419
- output: __HttpResponse,
420
- context: __SerdeContext
421
- ) => Promise<ListTagsForResourceCommandOutput>;
422
- export declare const de_StartApplicationCommand: (
423
- output: __HttpResponse,
424
- context: __SerdeContext
425
- ) => Promise<StartApplicationCommandOutput>;
426
- export declare const de_StartBatchJobCommand: (
427
- output: __HttpResponse,
428
- context: __SerdeContext
429
- ) => Promise<StartBatchJobCommandOutput>;
430
- export declare const de_StopApplicationCommand: (
431
- output: __HttpResponse,
432
- context: __SerdeContext
433
- ) => Promise<StopApplicationCommandOutput>;
434
- export declare const de_TagResourceCommand: (
435
- output: __HttpResponse,
436
- context: __SerdeContext
437
- ) => Promise<TagResourceCommandOutput>;
438
- export declare const de_UntagResourceCommand: (
439
- output: __HttpResponse,
440
- context: __SerdeContext
441
- ) => Promise<UntagResourceCommandOutput>;
442
- export declare const de_UpdateApplicationCommand: (
443
- output: __HttpResponse,
444
- context: __SerdeContext
445
- ) => Promise<UpdateApplicationCommandOutput>;
446
- export declare const de_UpdateEnvironmentCommand: (
447
- output: __HttpResponse,
448
- context: __SerdeContext
449
- ) => Promise<UpdateEnvironmentCommandOutput>;