@aws-sdk/client-app-mesh 3.927.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 (59) hide show
  1. package/dist-cjs/index.js +2611 -1742
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/AppMeshClient.js +2 -0
  4. package/dist-es/commands/CreateGatewayRouteCommand.js +3 -9
  5. package/dist-es/commands/CreateMeshCommand.js +3 -9
  6. package/dist-es/commands/CreateRouteCommand.js +3 -9
  7. package/dist-es/commands/CreateVirtualGatewayCommand.js +3 -9
  8. package/dist-es/commands/CreateVirtualNodeCommand.js +3 -9
  9. package/dist-es/commands/CreateVirtualRouterCommand.js +3 -9
  10. package/dist-es/commands/CreateVirtualServiceCommand.js +3 -9
  11. package/dist-es/commands/DeleteGatewayRouteCommand.js +3 -9
  12. package/dist-es/commands/DeleteMeshCommand.js +3 -9
  13. package/dist-es/commands/DeleteRouteCommand.js +3 -9
  14. package/dist-es/commands/DeleteVirtualGatewayCommand.js +3 -9
  15. package/dist-es/commands/DeleteVirtualNodeCommand.js +3 -9
  16. package/dist-es/commands/DeleteVirtualRouterCommand.js +3 -9
  17. package/dist-es/commands/DeleteVirtualServiceCommand.js +3 -9
  18. package/dist-es/commands/DescribeGatewayRouteCommand.js +3 -9
  19. package/dist-es/commands/DescribeMeshCommand.js +3 -9
  20. package/dist-es/commands/DescribeRouteCommand.js +3 -9
  21. package/dist-es/commands/DescribeVirtualGatewayCommand.js +3 -9
  22. package/dist-es/commands/DescribeVirtualNodeCommand.js +3 -9
  23. package/dist-es/commands/DescribeVirtualRouterCommand.js +3 -9
  24. package/dist-es/commands/DescribeVirtualServiceCommand.js +3 -9
  25. package/dist-es/commands/ListGatewayRoutesCommand.js +3 -9
  26. package/dist-es/commands/ListMeshesCommand.js +3 -9
  27. package/dist-es/commands/ListRoutesCommand.js +3 -9
  28. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  29. package/dist-es/commands/ListVirtualGatewaysCommand.js +3 -9
  30. package/dist-es/commands/ListVirtualNodesCommand.js +3 -9
  31. package/dist-es/commands/ListVirtualRoutersCommand.js +3 -9
  32. package/dist-es/commands/ListVirtualServicesCommand.js +3 -9
  33. package/dist-es/commands/TagResourceCommand.js +3 -9
  34. package/dist-es/commands/UntagResourceCommand.js +3 -9
  35. package/dist-es/commands/UpdateGatewayRouteCommand.js +3 -9
  36. package/dist-es/commands/UpdateMeshCommand.js +3 -9
  37. package/dist-es/commands/UpdateRouteCommand.js +3 -9
  38. package/dist-es/commands/UpdateVirtualGatewayCommand.js +3 -9
  39. package/dist-es/commands/UpdateVirtualNodeCommand.js +3 -9
  40. package/dist-es/commands/UpdateVirtualRouterCommand.js +3 -9
  41. package/dist-es/commands/UpdateVirtualServiceCommand.js +3 -9
  42. package/dist-es/runtimeConfig.shared.js +2 -0
  43. package/dist-es/schemas/schemas_0.js +2515 -0
  44. package/dist-types/AppMeshClient.d.ts +10 -1
  45. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  46. package/dist-types/runtimeConfig.d.ts +1 -0
  47. package/dist-types/runtimeConfig.native.d.ts +1 -0
  48. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  49. package/dist-types/schemas/schemas_0.d.ts +296 -0
  50. package/dist-types/ts3.4/AppMeshClient.d.ts +4 -0
  51. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  52. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  53. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  54. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  55. package/dist-types/ts3.4/schemas/schemas_0.d.ts +301 -0
  56. package/package.json +5 -6
  57. package/dist-es/protocols/Aws_restJson1.js +0 -1451
  58. package/dist-types/protocols/Aws_restJson1.d.ts +0 -344
  59. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -461
@@ -1,344 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { CreateGatewayRouteCommandInput, CreateGatewayRouteCommandOutput } from "../commands/CreateGatewayRouteCommand";
4
- import { CreateMeshCommandInput, CreateMeshCommandOutput } from "../commands/CreateMeshCommand";
5
- import { CreateRouteCommandInput, CreateRouteCommandOutput } from "../commands/CreateRouteCommand";
6
- import { CreateVirtualGatewayCommandInput, CreateVirtualGatewayCommandOutput } from "../commands/CreateVirtualGatewayCommand";
7
- import { CreateVirtualNodeCommandInput, CreateVirtualNodeCommandOutput } from "../commands/CreateVirtualNodeCommand";
8
- import { CreateVirtualRouterCommandInput, CreateVirtualRouterCommandOutput } from "../commands/CreateVirtualRouterCommand";
9
- import { CreateVirtualServiceCommandInput, CreateVirtualServiceCommandOutput } from "../commands/CreateVirtualServiceCommand";
10
- import { DeleteGatewayRouteCommandInput, DeleteGatewayRouteCommandOutput } from "../commands/DeleteGatewayRouteCommand";
11
- import { DeleteMeshCommandInput, DeleteMeshCommandOutput } from "../commands/DeleteMeshCommand";
12
- import { DeleteRouteCommandInput, DeleteRouteCommandOutput } from "../commands/DeleteRouteCommand";
13
- import { DeleteVirtualGatewayCommandInput, DeleteVirtualGatewayCommandOutput } from "../commands/DeleteVirtualGatewayCommand";
14
- import { DeleteVirtualNodeCommandInput, DeleteVirtualNodeCommandOutput } from "../commands/DeleteVirtualNodeCommand";
15
- import { DeleteVirtualRouterCommandInput, DeleteVirtualRouterCommandOutput } from "../commands/DeleteVirtualRouterCommand";
16
- import { DeleteVirtualServiceCommandInput, DeleteVirtualServiceCommandOutput } from "../commands/DeleteVirtualServiceCommand";
17
- import { DescribeGatewayRouteCommandInput, DescribeGatewayRouteCommandOutput } from "../commands/DescribeGatewayRouteCommand";
18
- import { DescribeMeshCommandInput, DescribeMeshCommandOutput } from "../commands/DescribeMeshCommand";
19
- import { DescribeRouteCommandInput, DescribeRouteCommandOutput } from "../commands/DescribeRouteCommand";
20
- import { DescribeVirtualGatewayCommandInput, DescribeVirtualGatewayCommandOutput } from "../commands/DescribeVirtualGatewayCommand";
21
- import { DescribeVirtualNodeCommandInput, DescribeVirtualNodeCommandOutput } from "../commands/DescribeVirtualNodeCommand";
22
- import { DescribeVirtualRouterCommandInput, DescribeVirtualRouterCommandOutput } from "../commands/DescribeVirtualRouterCommand";
23
- import { DescribeVirtualServiceCommandInput, DescribeVirtualServiceCommandOutput } from "../commands/DescribeVirtualServiceCommand";
24
- import { ListGatewayRoutesCommandInput, ListGatewayRoutesCommandOutput } from "../commands/ListGatewayRoutesCommand";
25
- import { ListMeshesCommandInput, ListMeshesCommandOutput } from "../commands/ListMeshesCommand";
26
- import { ListRoutesCommandInput, ListRoutesCommandOutput } from "../commands/ListRoutesCommand";
27
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
28
- import { ListVirtualGatewaysCommandInput, ListVirtualGatewaysCommandOutput } from "../commands/ListVirtualGatewaysCommand";
29
- import { ListVirtualNodesCommandInput, ListVirtualNodesCommandOutput } from "../commands/ListVirtualNodesCommand";
30
- import { ListVirtualRoutersCommandInput, ListVirtualRoutersCommandOutput } from "../commands/ListVirtualRoutersCommand";
31
- import { ListVirtualServicesCommandInput, ListVirtualServicesCommandOutput } from "../commands/ListVirtualServicesCommand";
32
- import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
33
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
34
- import { UpdateGatewayRouteCommandInput, UpdateGatewayRouteCommandOutput } from "../commands/UpdateGatewayRouteCommand";
35
- import { UpdateMeshCommandInput, UpdateMeshCommandOutput } from "../commands/UpdateMeshCommand";
36
- import { UpdateRouteCommandInput, UpdateRouteCommandOutput } from "../commands/UpdateRouteCommand";
37
- import { UpdateVirtualGatewayCommandInput, UpdateVirtualGatewayCommandOutput } from "../commands/UpdateVirtualGatewayCommand";
38
- import { UpdateVirtualNodeCommandInput, UpdateVirtualNodeCommandOutput } from "../commands/UpdateVirtualNodeCommand";
39
- import { UpdateVirtualRouterCommandInput, UpdateVirtualRouterCommandOutput } from "../commands/UpdateVirtualRouterCommand";
40
- import { UpdateVirtualServiceCommandInput, UpdateVirtualServiceCommandOutput } from "../commands/UpdateVirtualServiceCommand";
41
- /**
42
- * serializeAws_restJson1CreateGatewayRouteCommand
43
- */
44
- export declare const se_CreateGatewayRouteCommand: (input: CreateGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
45
- /**
46
- * serializeAws_restJson1CreateMeshCommand
47
- */
48
- export declare const se_CreateMeshCommand: (input: CreateMeshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
49
- /**
50
- * serializeAws_restJson1CreateRouteCommand
51
- */
52
- export declare const se_CreateRouteCommand: (input: CreateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
53
- /**
54
- * serializeAws_restJson1CreateVirtualGatewayCommand
55
- */
56
- export declare const se_CreateVirtualGatewayCommand: (input: CreateVirtualGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
57
- /**
58
- * serializeAws_restJson1CreateVirtualNodeCommand
59
- */
60
- export declare const se_CreateVirtualNodeCommand: (input: CreateVirtualNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
61
- /**
62
- * serializeAws_restJson1CreateVirtualRouterCommand
63
- */
64
- export declare const se_CreateVirtualRouterCommand: (input: CreateVirtualRouterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
65
- /**
66
- * serializeAws_restJson1CreateVirtualServiceCommand
67
- */
68
- export declare const se_CreateVirtualServiceCommand: (input: CreateVirtualServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1DeleteGatewayRouteCommand
71
- */
72
- export declare const se_DeleteGatewayRouteCommand: (input: DeleteGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1DeleteMeshCommand
75
- */
76
- export declare const se_DeleteMeshCommand: (input: DeleteMeshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1DeleteRouteCommand
79
- */
80
- export declare const se_DeleteRouteCommand: (input: DeleteRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1DeleteVirtualGatewayCommand
83
- */
84
- export declare const se_DeleteVirtualGatewayCommand: (input: DeleteVirtualGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1DeleteVirtualNodeCommand
87
- */
88
- export declare const se_DeleteVirtualNodeCommand: (input: DeleteVirtualNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1DeleteVirtualRouterCommand
91
- */
92
- export declare const se_DeleteVirtualRouterCommand: (input: DeleteVirtualRouterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1DeleteVirtualServiceCommand
95
- */
96
- export declare const se_DeleteVirtualServiceCommand: (input: DeleteVirtualServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1DescribeGatewayRouteCommand
99
- */
100
- export declare const se_DescribeGatewayRouteCommand: (input: DescribeGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1DescribeMeshCommand
103
- */
104
- export declare const se_DescribeMeshCommand: (input: DescribeMeshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1DescribeRouteCommand
107
- */
108
- export declare const se_DescribeRouteCommand: (input: DescribeRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1DescribeVirtualGatewayCommand
111
- */
112
- export declare const se_DescribeVirtualGatewayCommand: (input: DescribeVirtualGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1DescribeVirtualNodeCommand
115
- */
116
- export declare const se_DescribeVirtualNodeCommand: (input: DescribeVirtualNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1DescribeVirtualRouterCommand
119
- */
120
- export declare const se_DescribeVirtualRouterCommand: (input: DescribeVirtualRouterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1DescribeVirtualServiceCommand
123
- */
124
- export declare const se_DescribeVirtualServiceCommand: (input: DescribeVirtualServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1ListGatewayRoutesCommand
127
- */
128
- export declare const se_ListGatewayRoutesCommand: (input: ListGatewayRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1ListMeshesCommand
131
- */
132
- export declare const se_ListMeshesCommand: (input: ListMeshesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1ListRoutesCommand
135
- */
136
- export declare const se_ListRoutesCommand: (input: ListRoutesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1ListTagsForResourceCommand
139
- */
140
- export declare const se_ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1ListVirtualGatewaysCommand
143
- */
144
- export declare const se_ListVirtualGatewaysCommand: (input: ListVirtualGatewaysCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1ListVirtualNodesCommand
147
- */
148
- export declare const se_ListVirtualNodesCommand: (input: ListVirtualNodesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1ListVirtualRoutersCommand
151
- */
152
- export declare const se_ListVirtualRoutersCommand: (input: ListVirtualRoutersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1ListVirtualServicesCommand
155
- */
156
- export declare const se_ListVirtualServicesCommand: (input: ListVirtualServicesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1TagResourceCommand
159
- */
160
- export declare const se_TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1UntagResourceCommand
163
- */
164
- export declare const se_UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1UpdateGatewayRouteCommand
167
- */
168
- export declare const se_UpdateGatewayRouteCommand: (input: UpdateGatewayRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1UpdateMeshCommand
171
- */
172
- export declare const se_UpdateMeshCommand: (input: UpdateMeshCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_restJson1UpdateRouteCommand
175
- */
176
- export declare const se_UpdateRouteCommand: (input: UpdateRouteCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_restJson1UpdateVirtualGatewayCommand
179
- */
180
- export declare const se_UpdateVirtualGatewayCommand: (input: UpdateVirtualGatewayCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_restJson1UpdateVirtualNodeCommand
183
- */
184
- export declare const se_UpdateVirtualNodeCommand: (input: UpdateVirtualNodeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_restJson1UpdateVirtualRouterCommand
187
- */
188
- export declare const se_UpdateVirtualRouterCommand: (input: UpdateVirtualRouterCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_restJson1UpdateVirtualServiceCommand
191
- */
192
- export declare const se_UpdateVirtualServiceCommand: (input: UpdateVirtualServiceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * deserializeAws_restJson1CreateGatewayRouteCommand
195
- */
196
- export declare const de_CreateGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGatewayRouteCommandOutput>;
197
- /**
198
- * deserializeAws_restJson1CreateMeshCommand
199
- */
200
- export declare const de_CreateMeshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeshCommandOutput>;
201
- /**
202
- * deserializeAws_restJson1CreateRouteCommand
203
- */
204
- export declare const de_CreateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRouteCommandOutput>;
205
- /**
206
- * deserializeAws_restJson1CreateVirtualGatewayCommand
207
- */
208
- export declare const de_CreateVirtualGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVirtualGatewayCommandOutput>;
209
- /**
210
- * deserializeAws_restJson1CreateVirtualNodeCommand
211
- */
212
- export declare const de_CreateVirtualNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVirtualNodeCommandOutput>;
213
- /**
214
- * deserializeAws_restJson1CreateVirtualRouterCommand
215
- */
216
- export declare const de_CreateVirtualRouterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVirtualRouterCommandOutput>;
217
- /**
218
- * deserializeAws_restJson1CreateVirtualServiceCommand
219
- */
220
- export declare const de_CreateVirtualServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateVirtualServiceCommandOutput>;
221
- /**
222
- * deserializeAws_restJson1DeleteGatewayRouteCommand
223
- */
224
- export declare const de_DeleteGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGatewayRouteCommandOutput>;
225
- /**
226
- * deserializeAws_restJson1DeleteMeshCommand
227
- */
228
- export declare const de_DeleteMeshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMeshCommandOutput>;
229
- /**
230
- * deserializeAws_restJson1DeleteRouteCommand
231
- */
232
- export declare const de_DeleteRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRouteCommandOutput>;
233
- /**
234
- * deserializeAws_restJson1DeleteVirtualGatewayCommand
235
- */
236
- export declare const de_DeleteVirtualGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVirtualGatewayCommandOutput>;
237
- /**
238
- * deserializeAws_restJson1DeleteVirtualNodeCommand
239
- */
240
- export declare const de_DeleteVirtualNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVirtualNodeCommandOutput>;
241
- /**
242
- * deserializeAws_restJson1DeleteVirtualRouterCommand
243
- */
244
- export declare const de_DeleteVirtualRouterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVirtualRouterCommandOutput>;
245
- /**
246
- * deserializeAws_restJson1DeleteVirtualServiceCommand
247
- */
248
- export declare const de_DeleteVirtualServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteVirtualServiceCommandOutput>;
249
- /**
250
- * deserializeAws_restJson1DescribeGatewayRouteCommand
251
- */
252
- export declare const de_DescribeGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeGatewayRouteCommandOutput>;
253
- /**
254
- * deserializeAws_restJson1DescribeMeshCommand
255
- */
256
- export declare const de_DescribeMeshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMeshCommandOutput>;
257
- /**
258
- * deserializeAws_restJson1DescribeRouteCommand
259
- */
260
- export declare const de_DescribeRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeRouteCommandOutput>;
261
- /**
262
- * deserializeAws_restJson1DescribeVirtualGatewayCommand
263
- */
264
- export declare const de_DescribeVirtualGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualGatewayCommandOutput>;
265
- /**
266
- * deserializeAws_restJson1DescribeVirtualNodeCommand
267
- */
268
- export declare const de_DescribeVirtualNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualNodeCommandOutput>;
269
- /**
270
- * deserializeAws_restJson1DescribeVirtualRouterCommand
271
- */
272
- export declare const de_DescribeVirtualRouterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualRouterCommandOutput>;
273
- /**
274
- * deserializeAws_restJson1DescribeVirtualServiceCommand
275
- */
276
- export declare const de_DescribeVirtualServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeVirtualServiceCommandOutput>;
277
- /**
278
- * deserializeAws_restJson1ListGatewayRoutesCommand
279
- */
280
- export declare const de_ListGatewayRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGatewayRoutesCommandOutput>;
281
- /**
282
- * deserializeAws_restJson1ListMeshesCommand
283
- */
284
- export declare const de_ListMeshesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMeshesCommandOutput>;
285
- /**
286
- * deserializeAws_restJson1ListRoutesCommand
287
- */
288
- export declare const de_ListRoutesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoutesCommandOutput>;
289
- /**
290
- * deserializeAws_restJson1ListTagsForResourceCommand
291
- */
292
- export declare const de_ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
293
- /**
294
- * deserializeAws_restJson1ListVirtualGatewaysCommand
295
- */
296
- export declare const de_ListVirtualGatewaysCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualGatewaysCommandOutput>;
297
- /**
298
- * deserializeAws_restJson1ListVirtualNodesCommand
299
- */
300
- export declare const de_ListVirtualNodesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualNodesCommandOutput>;
301
- /**
302
- * deserializeAws_restJson1ListVirtualRoutersCommand
303
- */
304
- export declare const de_ListVirtualRoutersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualRoutersCommandOutput>;
305
- /**
306
- * deserializeAws_restJson1ListVirtualServicesCommand
307
- */
308
- export declare const de_ListVirtualServicesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListVirtualServicesCommandOutput>;
309
- /**
310
- * deserializeAws_restJson1TagResourceCommand
311
- */
312
- export declare const de_TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
313
- /**
314
- * deserializeAws_restJson1UntagResourceCommand
315
- */
316
- export declare const de_UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
317
- /**
318
- * deserializeAws_restJson1UpdateGatewayRouteCommand
319
- */
320
- export declare const de_UpdateGatewayRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGatewayRouteCommandOutput>;
321
- /**
322
- * deserializeAws_restJson1UpdateMeshCommand
323
- */
324
- export declare const de_UpdateMeshCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMeshCommandOutput>;
325
- /**
326
- * deserializeAws_restJson1UpdateRouteCommand
327
- */
328
- export declare const de_UpdateRouteCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRouteCommandOutput>;
329
- /**
330
- * deserializeAws_restJson1UpdateVirtualGatewayCommand
331
- */
332
- export declare const de_UpdateVirtualGatewayCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVirtualGatewayCommandOutput>;
333
- /**
334
- * deserializeAws_restJson1UpdateVirtualNodeCommand
335
- */
336
- export declare const de_UpdateVirtualNodeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVirtualNodeCommandOutput>;
337
- /**
338
- * deserializeAws_restJson1UpdateVirtualRouterCommand
339
- */
340
- export declare const de_UpdateVirtualRouterCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVirtualRouterCommandOutput>;
341
- /**
342
- * deserializeAws_restJson1UpdateVirtualServiceCommand
343
- */
344
- export declare const de_UpdateVirtualServiceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateVirtualServiceCommandOutput>;