@aws-sdk/client-app-mesh 3.650.0 → 3.654.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 (77) hide show
  1. package/dist-types/commands/CreateGatewayRouteCommand.d.ts +11 -0
  2. package/dist-types/commands/CreateMeshCommand.d.ts +11 -0
  3. package/dist-types/commands/CreateRouteCommand.d.ts +11 -0
  4. package/dist-types/commands/CreateVirtualGatewayCommand.d.ts +11 -0
  5. package/dist-types/commands/CreateVirtualNodeCommand.d.ts +11 -0
  6. package/dist-types/commands/CreateVirtualRouterCommand.d.ts +11 -0
  7. package/dist-types/commands/CreateVirtualServiceCommand.d.ts +11 -0
  8. package/dist-types/commands/DeleteGatewayRouteCommand.d.ts +11 -0
  9. package/dist-types/commands/DeleteMeshCommand.d.ts +11 -0
  10. package/dist-types/commands/DeleteRouteCommand.d.ts +11 -0
  11. package/dist-types/commands/DeleteVirtualGatewayCommand.d.ts +11 -0
  12. package/dist-types/commands/DeleteVirtualNodeCommand.d.ts +11 -0
  13. package/dist-types/commands/DeleteVirtualRouterCommand.d.ts +11 -0
  14. package/dist-types/commands/DeleteVirtualServiceCommand.d.ts +11 -0
  15. package/dist-types/commands/DescribeGatewayRouteCommand.d.ts +11 -0
  16. package/dist-types/commands/DescribeMeshCommand.d.ts +11 -0
  17. package/dist-types/commands/DescribeRouteCommand.d.ts +11 -0
  18. package/dist-types/commands/DescribeVirtualGatewayCommand.d.ts +11 -0
  19. package/dist-types/commands/DescribeVirtualNodeCommand.d.ts +11 -0
  20. package/dist-types/commands/DescribeVirtualRouterCommand.d.ts +11 -0
  21. package/dist-types/commands/DescribeVirtualServiceCommand.d.ts +11 -0
  22. package/dist-types/commands/ListGatewayRoutesCommand.d.ts +11 -0
  23. package/dist-types/commands/ListMeshesCommand.d.ts +11 -0
  24. package/dist-types/commands/ListRoutesCommand.d.ts +11 -0
  25. package/dist-types/commands/ListTagsForResourceCommand.d.ts +11 -0
  26. package/dist-types/commands/ListVirtualGatewaysCommand.d.ts +11 -0
  27. package/dist-types/commands/ListVirtualNodesCommand.d.ts +11 -0
  28. package/dist-types/commands/ListVirtualRoutersCommand.d.ts +11 -0
  29. package/dist-types/commands/ListVirtualServicesCommand.d.ts +11 -0
  30. package/dist-types/commands/TagResourceCommand.d.ts +11 -0
  31. package/dist-types/commands/UntagResourceCommand.d.ts +11 -0
  32. package/dist-types/commands/UpdateGatewayRouteCommand.d.ts +11 -0
  33. package/dist-types/commands/UpdateMeshCommand.d.ts +11 -0
  34. package/dist-types/commands/UpdateRouteCommand.d.ts +11 -0
  35. package/dist-types/commands/UpdateVirtualGatewayCommand.d.ts +11 -0
  36. package/dist-types/commands/UpdateVirtualNodeCommand.d.ts +11 -0
  37. package/dist-types/commands/UpdateVirtualRouterCommand.d.ts +11 -0
  38. package/dist-types/commands/UpdateVirtualServiceCommand.d.ts +11 -0
  39. package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +12 -1
  40. package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +12 -1
  41. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +12 -1
  42. package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +12 -1
  43. package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +12 -1
  44. package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +12 -1
  45. package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +12 -1
  46. package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +12 -1
  47. package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +12 -1
  48. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +12 -1
  49. package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +12 -1
  50. package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +12 -1
  51. package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +12 -1
  52. package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +12 -1
  53. package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +12 -1
  54. package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +12 -1
  55. package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +12 -1
  56. package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +12 -1
  57. package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +12 -1
  58. package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +12 -1
  59. package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +12 -1
  60. package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +12 -1
  61. package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +12 -1
  62. package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +12 -1
  63. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +12 -1
  64. package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +12 -1
  65. package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +12 -1
  66. package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +12 -1
  67. package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +12 -1
  68. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +12 -1
  69. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +12 -1
  70. package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +12 -1
  71. package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +12 -1
  72. package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +12 -1
  73. package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +12 -1
  74. package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +12 -1
  75. package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +12 -1
  76. package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +12 -1
  77. package/package.json +35 -35
@@ -436,4 +436,15 @@ declare const CreateGatewayRouteCommand_base: {
436
436
  * @public
437
437
  */
438
438
  export declare class CreateGatewayRouteCommand extends CreateGatewayRouteCommand_base {
439
+ /** @internal type navigation helper, not in runtime. */
440
+ protected static __types: {
441
+ api: {
442
+ input: CreateGatewayRouteInput;
443
+ output: CreateGatewayRouteOutput;
444
+ };
445
+ sdk: {
446
+ input: CreateGatewayRouteCommandInput;
447
+ output: CreateGatewayRouteCommandOutput;
448
+ };
449
+ };
439
450
  }
@@ -128,4 +128,15 @@ declare const CreateMeshCommand_base: {
128
128
  * @public
129
129
  */
130
130
  export declare class CreateMeshCommand extends CreateMeshCommand_base {
131
+ /** @internal type navigation helper, not in runtime. */
132
+ protected static __types: {
133
+ api: {
134
+ input: CreateMeshInput;
135
+ output: CreateMeshOutput;
136
+ };
137
+ sdk: {
138
+ input: CreateMeshCommandInput;
139
+ output: CreateMeshCommandOutput;
140
+ };
141
+ };
131
142
  }
@@ -519,4 +519,15 @@ declare const CreateRouteCommand_base: {
519
519
  * @public
520
520
  */
521
521
  export declare class CreateRouteCommand extends CreateRouteCommand_base {
522
+ /** @internal type navigation helper, not in runtime. */
523
+ protected static __types: {
524
+ api: {
525
+ input: CreateRouteInput;
526
+ output: CreateRouteOutput;
527
+ };
528
+ sdk: {
529
+ input: CreateRouteCommandInput;
530
+ output: CreateRouteCommandOutput;
531
+ };
532
+ };
522
533
  }
@@ -355,4 +355,15 @@ declare const CreateVirtualGatewayCommand_base: {
355
355
  * @public
356
356
  */
357
357
  export declare class CreateVirtualGatewayCommand extends CreateVirtualGatewayCommand_base {
358
+ /** @internal type navigation helper, not in runtime. */
359
+ protected static __types: {
360
+ api: {
361
+ input: CreateVirtualGatewayInput;
362
+ output: CreateVirtualGatewayOutput;
363
+ };
364
+ sdk: {
365
+ input: CreateVirtualGatewayCommandInput;
366
+ output: CreateVirtualGatewayCommandOutput;
367
+ };
368
+ };
358
369
  }
@@ -583,4 +583,15 @@ declare const CreateVirtualNodeCommand_base: {
583
583
  * @public
584
584
  */
585
585
  export declare class CreateVirtualNodeCommand extends CreateVirtualNodeCommand_base {
586
+ /** @internal type navigation helper, not in runtime. */
587
+ protected static __types: {
588
+ api: {
589
+ input: CreateVirtualNodeInput;
590
+ output: CreateVirtualNodeOutput;
591
+ };
592
+ sdk: {
593
+ input: CreateVirtualNodeCommandInput;
594
+ output: CreateVirtualNodeCommandOutput;
595
+ };
596
+ };
586
597
  }
@@ -136,4 +136,15 @@ declare const CreateVirtualRouterCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class CreateVirtualRouterCommand extends CreateVirtualRouterCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: CreateVirtualRouterInput;
143
+ output: CreateVirtualRouterOutput;
144
+ };
145
+ sdk: {
146
+ input: CreateVirtualRouterCommandInput;
147
+ output: CreateVirtualRouterCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -136,4 +136,15 @@ declare const CreateVirtualServiceCommand_base: {
136
136
  * @public
137
137
  */
138
138
  export declare class CreateVirtualServiceCommand extends CreateVirtualServiceCommand_base {
139
+ /** @internal type navigation helper, not in runtime. */
140
+ protected static __types: {
141
+ api: {
142
+ input: CreateVirtualServiceInput;
143
+ output: CreateVirtualServiceOutput;
144
+ };
145
+ sdk: {
146
+ input: CreateVirtualServiceCommandInput;
147
+ output: CreateVirtualServiceCommandOutput;
148
+ };
149
+ };
139
150
  }
@@ -261,4 +261,15 @@ declare const DeleteGatewayRouteCommand_base: {
261
261
  * @public
262
262
  */
263
263
  export declare class DeleteGatewayRouteCommand extends DeleteGatewayRouteCommand_base {
264
+ /** @internal type navigation helper, not in runtime. */
265
+ protected static __types: {
266
+ api: {
267
+ input: DeleteGatewayRouteInput;
268
+ output: DeleteGatewayRouteOutput;
269
+ };
270
+ sdk: {
271
+ input: DeleteGatewayRouteCommandInput;
272
+ output: DeleteGatewayRouteCommandOutput;
273
+ };
274
+ };
264
275
  }
@@ -106,4 +106,15 @@ declare const DeleteMeshCommand_base: {
106
106
  * @public
107
107
  */
108
108
  export declare class DeleteMeshCommand extends DeleteMeshCommand_base {
109
+ /** @internal type navigation helper, not in runtime. */
110
+ protected static __types: {
111
+ api: {
112
+ input: DeleteMeshInput;
113
+ output: DeleteMeshOutput;
114
+ };
115
+ sdk: {
116
+ input: DeleteMeshCommandInput;
117
+ output: DeleteMeshCommandOutput;
118
+ };
119
+ };
109
120
  }
@@ -303,4 +303,15 @@ declare const DeleteRouteCommand_base: {
303
303
  * @public
304
304
  */
305
305
  export declare class DeleteRouteCommand extends DeleteRouteCommand_base {
306
+ /** @internal type navigation helper, not in runtime. */
307
+ protected static __types: {
308
+ api: {
309
+ input: DeleteRouteInput;
310
+ output: DeleteRouteOutput;
311
+ };
312
+ sdk: {
313
+ input: DeleteRouteCommandInput;
314
+ output: DeleteRouteCommandOutput;
315
+ };
316
+ };
306
317
  }
@@ -220,4 +220,15 @@ declare const DeleteVirtualGatewayCommand_base: {
220
220
  * @public
221
221
  */
222
222
  export declare class DeleteVirtualGatewayCommand extends DeleteVirtualGatewayCommand_base {
223
+ /** @internal type navigation helper, not in runtime. */
224
+ protected static __types: {
225
+ api: {
226
+ input: DeleteVirtualGatewayInput;
227
+ output: DeleteVirtualGatewayOutput;
228
+ };
229
+ sdk: {
230
+ input: DeleteVirtualGatewayCommandInput;
231
+ output: DeleteVirtualGatewayCommandOutput;
232
+ };
233
+ };
223
234
  }
@@ -326,4 +326,15 @@ declare const DeleteVirtualNodeCommand_base: {
326
326
  * @public
327
327
  */
328
328
  export declare class DeleteVirtualNodeCommand extends DeleteVirtualNodeCommand_base {
329
+ /** @internal type navigation helper, not in runtime. */
330
+ protected static __types: {
331
+ api: {
332
+ input: DeleteVirtualNodeInput;
333
+ output: DeleteVirtualNodeOutput;
334
+ };
335
+ sdk: {
336
+ input: DeleteVirtualNodeCommandInput;
337
+ output: DeleteVirtualNodeCommandOutput;
338
+ };
339
+ };
329
340
  }
@@ -111,4 +111,15 @@ declare const DeleteVirtualRouterCommand_base: {
111
111
  * @public
112
112
  */
113
113
  export declare class DeleteVirtualRouterCommand extends DeleteVirtualRouterCommand_base {
114
+ /** @internal type navigation helper, not in runtime. */
115
+ protected static __types: {
116
+ api: {
117
+ input: DeleteVirtualRouterInput;
118
+ output: DeleteVirtualRouterOutput;
119
+ };
120
+ sdk: {
121
+ input: DeleteVirtualRouterCommandInput;
122
+ output: DeleteVirtualRouterCommandOutput;
123
+ };
124
+ };
114
125
  }
@@ -109,4 +109,15 @@ declare const DeleteVirtualServiceCommand_base: {
109
109
  * @public
110
110
  */
111
111
  export declare class DeleteVirtualServiceCommand extends DeleteVirtualServiceCommand_base {
112
+ /** @internal type navigation helper, not in runtime. */
113
+ protected static __types: {
114
+ api: {
115
+ input: DeleteVirtualServiceInput;
116
+ output: DeleteVirtualServiceOutput;
117
+ };
118
+ sdk: {
119
+ input: DeleteVirtualServiceCommandInput;
120
+ output: DeleteVirtualServiceCommandOutput;
121
+ };
122
+ };
112
123
  }
@@ -257,4 +257,15 @@ declare const DescribeGatewayRouteCommand_base: {
257
257
  * @public
258
258
  */
259
259
  export declare class DescribeGatewayRouteCommand extends DescribeGatewayRouteCommand_base {
260
+ /** @internal type navigation helper, not in runtime. */
261
+ protected static __types: {
262
+ api: {
263
+ input: DescribeGatewayRouteInput;
264
+ output: DescribeGatewayRouteOutput;
265
+ };
266
+ sdk: {
267
+ input: DescribeGatewayRouteCommandInput;
268
+ output: DescribeGatewayRouteCommandOutput;
269
+ };
270
+ };
260
271
  }
@@ -101,4 +101,15 @@ declare const DescribeMeshCommand_base: {
101
101
  * @public
102
102
  */
103
103
  export declare class DescribeMeshCommand extends DescribeMeshCommand_base {
104
+ /** @internal type navigation helper, not in runtime. */
105
+ protected static __types: {
106
+ api: {
107
+ input: DescribeMeshInput;
108
+ output: DescribeMeshOutput;
109
+ };
110
+ sdk: {
111
+ input: DescribeMeshCommandInput;
112
+ output: DescribeMeshCommandOutput;
113
+ };
114
+ };
104
115
  }
@@ -299,4 +299,15 @@ declare const DescribeRouteCommand_base: {
299
299
  * @public
300
300
  */
301
301
  export declare class DescribeRouteCommand extends DescribeRouteCommand_base {
302
+ /** @internal type navigation helper, not in runtime. */
303
+ protected static __types: {
304
+ api: {
305
+ input: DescribeRouteInput;
306
+ output: DescribeRouteOutput;
307
+ };
308
+ sdk: {
309
+ input: DescribeRouteCommandInput;
310
+ output: DescribeRouteCommandOutput;
311
+ };
312
+ };
302
313
  }
@@ -215,4 +215,15 @@ declare const DescribeVirtualGatewayCommand_base: {
215
215
  * @public
216
216
  */
217
217
  export declare class DescribeVirtualGatewayCommand extends DescribeVirtualGatewayCommand_base {
218
+ /** @internal type navigation helper, not in runtime. */
219
+ protected static __types: {
220
+ api: {
221
+ input: DescribeVirtualGatewayInput;
222
+ output: DescribeVirtualGatewayOutput;
223
+ };
224
+ sdk: {
225
+ input: DescribeVirtualGatewayCommandInput;
226
+ output: DescribeVirtualGatewayCommandOutput;
227
+ };
228
+ };
218
229
  }
@@ -320,4 +320,15 @@ declare const DescribeVirtualNodeCommand_base: {
320
320
  * @public
321
321
  */
322
322
  export declare class DescribeVirtualNodeCommand extends DescribeVirtualNodeCommand_base {
323
+ /** @internal type navigation helper, not in runtime. */
324
+ protected static __types: {
325
+ api: {
326
+ input: DescribeVirtualNodeInput;
327
+ output: DescribeVirtualNodeOutput;
328
+ };
329
+ sdk: {
330
+ input: DescribeVirtualNodeCommandInput;
331
+ output: DescribeVirtualNodeCommandOutput;
332
+ };
333
+ };
323
334
  }
@@ -105,4 +105,15 @@ declare const DescribeVirtualRouterCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class DescribeVirtualRouterCommand extends DescribeVirtualRouterCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: DescribeVirtualRouterInput;
112
+ output: DescribeVirtualRouterOutput;
113
+ };
114
+ sdk: {
115
+ input: DescribeVirtualRouterCommandInput;
116
+ output: DescribeVirtualRouterCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -105,4 +105,15 @@ declare const DescribeVirtualServiceCommand_base: {
105
105
  * @public
106
106
  */
107
107
  export declare class DescribeVirtualServiceCommand extends DescribeVirtualServiceCommand_base {
108
+ /** @internal type navigation helper, not in runtime. */
109
+ protected static __types: {
110
+ api: {
111
+ input: DescribeVirtualServiceInput;
112
+ output: DescribeVirtualServiceOutput;
113
+ };
114
+ sdk: {
115
+ input: DescribeVirtualServiceCommandInput;
116
+ output: DescribeVirtualServiceCommandOutput;
117
+ };
118
+ };
108
119
  }
@@ -96,4 +96,15 @@ declare const ListGatewayRoutesCommand_base: {
96
96
  * @public
97
97
  */
98
98
  export declare class ListGatewayRoutesCommand extends ListGatewayRoutesCommand_base {
99
+ /** @internal type navigation helper, not in runtime. */
100
+ protected static __types: {
101
+ api: {
102
+ input: ListGatewayRoutesInput;
103
+ output: ListGatewayRoutesOutput;
104
+ };
105
+ sdk: {
106
+ input: ListGatewayRoutesCommandInput;
107
+ output: ListGatewayRoutesCommandOutput;
108
+ };
109
+ };
99
110
  }
@@ -90,4 +90,15 @@ declare const ListMeshesCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class ListMeshesCommand extends ListMeshesCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: ListMeshesInput;
97
+ output: ListMeshesOutput;
98
+ };
99
+ sdk: {
100
+ input: ListMeshesCommandInput;
101
+ output: ListMeshesCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -95,4 +95,15 @@ declare const ListRoutesCommand_base: {
95
95
  * @public
96
96
  */
97
97
  export declare class ListRoutesCommand extends ListRoutesCommand_base {
98
+ /** @internal type navigation helper, not in runtime. */
99
+ protected static __types: {
100
+ api: {
101
+ input: ListRoutesInput;
102
+ output: ListRoutesOutput;
103
+ };
104
+ sdk: {
105
+ input: ListRoutesCommandInput;
106
+ output: ListRoutesCommandOutput;
107
+ };
108
+ };
98
109
  }
@@ -86,4 +86,15 @@ declare const ListTagsForResourceCommand_base: {
86
86
  * @public
87
87
  */
88
88
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
89
+ /** @internal type navigation helper, not in runtime. */
90
+ protected static __types: {
91
+ api: {
92
+ input: ListTagsForResourceInput;
93
+ output: ListTagsForResourceOutput;
94
+ };
95
+ sdk: {
96
+ input: ListTagsForResourceCommandInput;
97
+ output: ListTagsForResourceCommandOutput;
98
+ };
99
+ };
89
100
  }
@@ -93,4 +93,15 @@ declare const ListVirtualGatewaysCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListVirtualGatewaysCommand extends ListVirtualGatewaysCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListVirtualGatewaysInput;
100
+ output: ListVirtualGatewaysOutput;
101
+ };
102
+ sdk: {
103
+ input: ListVirtualGatewaysCommandInput;
104
+ output: ListVirtualGatewaysCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -93,4 +93,15 @@ declare const ListVirtualNodesCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListVirtualNodesCommand extends ListVirtualNodesCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListVirtualNodesInput;
100
+ output: ListVirtualNodesOutput;
101
+ };
102
+ sdk: {
103
+ input: ListVirtualNodesCommandInput;
104
+ output: ListVirtualNodesCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -93,4 +93,15 @@ declare const ListVirtualRoutersCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListVirtualRoutersCommand extends ListVirtualRoutersCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListVirtualRoutersInput;
100
+ output: ListVirtualRoutersOutput;
101
+ };
102
+ sdk: {
103
+ input: ListVirtualRoutersCommandInput;
104
+ output: ListVirtualRoutersCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -93,4 +93,15 @@ declare const ListVirtualServicesCommand_base: {
93
93
  * @public
94
94
  */
95
95
  export declare class ListVirtualServicesCommand extends ListVirtualServicesCommand_base {
96
+ /** @internal type navigation helper, not in runtime. */
97
+ protected static __types: {
98
+ api: {
99
+ input: ListVirtualServicesInput;
100
+ output: ListVirtualServicesOutput;
101
+ };
102
+ sdk: {
103
+ input: ListVirtualServicesCommandInput;
104
+ output: ListVirtualServicesCommandOutput;
105
+ };
106
+ };
96
107
  }
@@ -90,4 +90,15 @@ declare const TagResourceCommand_base: {
90
90
  * @public
91
91
  */
92
92
  export declare class TagResourceCommand extends TagResourceCommand_base {
93
+ /** @internal type navigation helper, not in runtime. */
94
+ protected static __types: {
95
+ api: {
96
+ input: TagResourceInput;
97
+ output: {};
98
+ };
99
+ sdk: {
100
+ input: TagResourceCommandInput;
101
+ output: TagResourceCommandOutput;
102
+ };
103
+ };
93
104
  }
@@ -79,4 +79,15 @@ declare const UntagResourceCommand_base: {
79
79
  * @public
80
80
  */
81
81
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: UntagResourceInput;
86
+ output: {};
87
+ };
88
+ sdk: {
89
+ input: UntagResourceCommandInput;
90
+ output: UntagResourceCommandOutput;
91
+ };
92
+ };
82
93
  }
@@ -427,4 +427,15 @@ declare const UpdateGatewayRouteCommand_base: {
427
427
  * @public
428
428
  */
429
429
  export declare class UpdateGatewayRouteCommand extends UpdateGatewayRouteCommand_base {
430
+ /** @internal type navigation helper, not in runtime. */
431
+ protected static __types: {
432
+ api: {
433
+ input: UpdateGatewayRouteInput;
434
+ output: UpdateGatewayRouteOutput;
435
+ };
436
+ sdk: {
437
+ input: UpdateGatewayRouteCommandInput;
438
+ output: UpdateGatewayRouteCommandOutput;
439
+ };
440
+ };
430
441
  }
@@ -113,4 +113,15 @@ declare const UpdateMeshCommand_base: {
113
113
  * @public
114
114
  */
115
115
  export declare class UpdateMeshCommand extends UpdateMeshCommand_base {
116
+ /** @internal type navigation helper, not in runtime. */
117
+ protected static __types: {
118
+ api: {
119
+ input: UpdateMeshInput;
120
+ output: UpdateMeshOutput;
121
+ };
122
+ sdk: {
123
+ input: UpdateMeshCommandInput;
124
+ output: UpdateMeshCommandOutput;
125
+ };
126
+ };
116
127
  }
@@ -510,4 +510,15 @@ declare const UpdateRouteCommand_base: {
510
510
  * @public
511
511
  */
512
512
  export declare class UpdateRouteCommand extends UpdateRouteCommand_base {
513
+ /** @internal type navigation helper, not in runtime. */
514
+ protected static __types: {
515
+ api: {
516
+ input: UpdateRouteInput;
517
+ output: UpdateRouteOutput;
518
+ };
519
+ sdk: {
520
+ input: UpdateRouteCommandInput;
521
+ output: UpdateRouteCommandOutput;
522
+ };
523
+ };
513
524
  }
@@ -344,4 +344,15 @@ declare const UpdateVirtualGatewayCommand_base: {
344
344
  * @public
345
345
  */
346
346
  export declare class UpdateVirtualGatewayCommand extends UpdateVirtualGatewayCommand_base {
347
+ /** @internal type navigation helper, not in runtime. */
348
+ protected static __types: {
349
+ api: {
350
+ input: UpdateVirtualGatewayInput;
351
+ output: UpdateVirtualGatewayOutput;
352
+ };
353
+ sdk: {
354
+ input: UpdateVirtualGatewayCommandInput;
355
+ output: UpdateVirtualGatewayCommandOutput;
356
+ };
357
+ };
347
358
  }
@@ -554,4 +554,15 @@ declare const UpdateVirtualNodeCommand_base: {
554
554
  * @public
555
555
  */
556
556
  export declare class UpdateVirtualNodeCommand extends UpdateVirtualNodeCommand_base {
557
+ /** @internal type navigation helper, not in runtime. */
558
+ protected static __types: {
559
+ api: {
560
+ input: UpdateVirtualNodeInput;
561
+ output: UpdateVirtualNodeOutput;
562
+ };
563
+ sdk: {
564
+ input: UpdateVirtualNodeCommandInput;
565
+ output: UpdateVirtualNodeCommandOutput;
566
+ };
567
+ };
557
568
  }
@@ -124,4 +124,15 @@ declare const UpdateVirtualRouterCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class UpdateVirtualRouterCommand extends UpdateVirtualRouterCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: UpdateVirtualRouterInput;
131
+ output: UpdateVirtualRouterOutput;
132
+ };
133
+ sdk: {
134
+ input: UpdateVirtualRouterCommandInput;
135
+ output: UpdateVirtualRouterCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -124,4 +124,15 @@ declare const UpdateVirtualServiceCommand_base: {
124
124
  * @public
125
125
  */
126
126
  export declare class UpdateVirtualServiceCommand extends UpdateVirtualServiceCommand_base {
127
+ /** @internal type navigation helper, not in runtime. */
128
+ protected static __types: {
129
+ api: {
130
+ input: UpdateVirtualServiceInput;
131
+ output: UpdateVirtualServiceOutput;
132
+ };
133
+ sdk: {
134
+ input: UpdateVirtualServiceCommandInput;
135
+ output: UpdateVirtualServiceCommandOutput;
136
+ };
137
+ };
127
138
  }
@@ -37,4 +37,15 @@ declare const CreateGatewayRouteCommand_base: {
37
37
  >;
38
38
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
39
  };
40
- export declare class CreateGatewayRouteCommand extends CreateGatewayRouteCommand_base {}
40
+ export declare class CreateGatewayRouteCommand extends CreateGatewayRouteCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateGatewayRouteInput;
44
+ output: CreateGatewayRouteOutput;
45
+ };
46
+ sdk: {
47
+ input: CreateGatewayRouteCommandInput;
48
+ output: CreateGatewayRouteCommandOutput;
49
+ };
50
+ };
51
+ }