@aws-sdk/client-app-mesh 3.170.0 → 3.171.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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/AppMesh.d.ts +0 -38
- package/dist-types/ts3.4/AppMeshClient.d.ts +0 -25
- package/dist-types/ts3.4/commands/CreateGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/CreateVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DeleteVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/DescribeVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListGatewayRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListMeshesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListRoutesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualGatewaysCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualNodesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualRoutersCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/ListVirtualServicesCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateGatewayRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateMeshCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateRouteCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualGatewayCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualNodeCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualRouterCommand.d.ts +0 -2
- package/dist-types/ts3.4/commands/UpdateVirtualServiceCommand.d.ts +0 -2
- package/dist-types/ts3.4/models/AppMeshServiceException.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -807
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
- package/package.json +26 -26
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @aws-sdk/client-app-mesh
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
# [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @aws-sdk/client-app-mesh
|
|
@@ -152,7 +152,6 @@ import {
|
|
|
152
152
|
UpdateVirtualServiceCommandInput,
|
|
153
153
|
UpdateVirtualServiceCommandOutput,
|
|
154
154
|
} from "./commands/UpdateVirtualServiceCommand";
|
|
155
|
-
|
|
156
155
|
export declare class AppMesh extends AppMeshClient {
|
|
157
156
|
createGatewayRoute(
|
|
158
157
|
args: CreateGatewayRouteCommandInput,
|
|
@@ -167,7 +166,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
167
166
|
options: __HttpHandlerOptions,
|
|
168
167
|
cb: (err: any, data?: CreateGatewayRouteCommandOutput) => void
|
|
169
168
|
): void;
|
|
170
|
-
|
|
171
169
|
createMesh(
|
|
172
170
|
args: CreateMeshCommandInput,
|
|
173
171
|
options?: __HttpHandlerOptions
|
|
@@ -181,7 +179,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
181
179
|
options: __HttpHandlerOptions,
|
|
182
180
|
cb: (err: any, data?: CreateMeshCommandOutput) => void
|
|
183
181
|
): void;
|
|
184
|
-
|
|
185
182
|
createRoute(
|
|
186
183
|
args: CreateRouteCommandInput,
|
|
187
184
|
options?: __HttpHandlerOptions
|
|
@@ -195,7 +192,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
195
192
|
options: __HttpHandlerOptions,
|
|
196
193
|
cb: (err: any, data?: CreateRouteCommandOutput) => void
|
|
197
194
|
): void;
|
|
198
|
-
|
|
199
195
|
createVirtualGateway(
|
|
200
196
|
args: CreateVirtualGatewayCommandInput,
|
|
201
197
|
options?: __HttpHandlerOptions
|
|
@@ -209,7 +205,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
209
205
|
options: __HttpHandlerOptions,
|
|
210
206
|
cb: (err: any, data?: CreateVirtualGatewayCommandOutput) => void
|
|
211
207
|
): void;
|
|
212
|
-
|
|
213
208
|
createVirtualNode(
|
|
214
209
|
args: CreateVirtualNodeCommandInput,
|
|
215
210
|
options?: __HttpHandlerOptions
|
|
@@ -223,7 +218,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
223
218
|
options: __HttpHandlerOptions,
|
|
224
219
|
cb: (err: any, data?: CreateVirtualNodeCommandOutput) => void
|
|
225
220
|
): void;
|
|
226
|
-
|
|
227
221
|
createVirtualRouter(
|
|
228
222
|
args: CreateVirtualRouterCommandInput,
|
|
229
223
|
options?: __HttpHandlerOptions
|
|
@@ -237,7 +231,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
237
231
|
options: __HttpHandlerOptions,
|
|
238
232
|
cb: (err: any, data?: CreateVirtualRouterCommandOutput) => void
|
|
239
233
|
): void;
|
|
240
|
-
|
|
241
234
|
createVirtualService(
|
|
242
235
|
args: CreateVirtualServiceCommandInput,
|
|
243
236
|
options?: __HttpHandlerOptions
|
|
@@ -251,7 +244,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
251
244
|
options: __HttpHandlerOptions,
|
|
252
245
|
cb: (err: any, data?: CreateVirtualServiceCommandOutput) => void
|
|
253
246
|
): void;
|
|
254
|
-
|
|
255
247
|
deleteGatewayRoute(
|
|
256
248
|
args: DeleteGatewayRouteCommandInput,
|
|
257
249
|
options?: __HttpHandlerOptions
|
|
@@ -265,7 +257,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
265
257
|
options: __HttpHandlerOptions,
|
|
266
258
|
cb: (err: any, data?: DeleteGatewayRouteCommandOutput) => void
|
|
267
259
|
): void;
|
|
268
|
-
|
|
269
260
|
deleteMesh(
|
|
270
261
|
args: DeleteMeshCommandInput,
|
|
271
262
|
options?: __HttpHandlerOptions
|
|
@@ -279,7 +270,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
279
270
|
options: __HttpHandlerOptions,
|
|
280
271
|
cb: (err: any, data?: DeleteMeshCommandOutput) => void
|
|
281
272
|
): void;
|
|
282
|
-
|
|
283
273
|
deleteRoute(
|
|
284
274
|
args: DeleteRouteCommandInput,
|
|
285
275
|
options?: __HttpHandlerOptions
|
|
@@ -293,7 +283,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
293
283
|
options: __HttpHandlerOptions,
|
|
294
284
|
cb: (err: any, data?: DeleteRouteCommandOutput) => void
|
|
295
285
|
): void;
|
|
296
|
-
|
|
297
286
|
deleteVirtualGateway(
|
|
298
287
|
args: DeleteVirtualGatewayCommandInput,
|
|
299
288
|
options?: __HttpHandlerOptions
|
|
@@ -307,7 +296,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
307
296
|
options: __HttpHandlerOptions,
|
|
308
297
|
cb: (err: any, data?: DeleteVirtualGatewayCommandOutput) => void
|
|
309
298
|
): void;
|
|
310
|
-
|
|
311
299
|
deleteVirtualNode(
|
|
312
300
|
args: DeleteVirtualNodeCommandInput,
|
|
313
301
|
options?: __HttpHandlerOptions
|
|
@@ -321,7 +309,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
321
309
|
options: __HttpHandlerOptions,
|
|
322
310
|
cb: (err: any, data?: DeleteVirtualNodeCommandOutput) => void
|
|
323
311
|
): void;
|
|
324
|
-
|
|
325
312
|
deleteVirtualRouter(
|
|
326
313
|
args: DeleteVirtualRouterCommandInput,
|
|
327
314
|
options?: __HttpHandlerOptions
|
|
@@ -335,7 +322,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
335
322
|
options: __HttpHandlerOptions,
|
|
336
323
|
cb: (err: any, data?: DeleteVirtualRouterCommandOutput) => void
|
|
337
324
|
): void;
|
|
338
|
-
|
|
339
325
|
deleteVirtualService(
|
|
340
326
|
args: DeleteVirtualServiceCommandInput,
|
|
341
327
|
options?: __HttpHandlerOptions
|
|
@@ -349,7 +335,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
349
335
|
options: __HttpHandlerOptions,
|
|
350
336
|
cb: (err: any, data?: DeleteVirtualServiceCommandOutput) => void
|
|
351
337
|
): void;
|
|
352
|
-
|
|
353
338
|
describeGatewayRoute(
|
|
354
339
|
args: DescribeGatewayRouteCommandInput,
|
|
355
340
|
options?: __HttpHandlerOptions
|
|
@@ -363,7 +348,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
363
348
|
options: __HttpHandlerOptions,
|
|
364
349
|
cb: (err: any, data?: DescribeGatewayRouteCommandOutput) => void
|
|
365
350
|
): void;
|
|
366
|
-
|
|
367
351
|
describeMesh(
|
|
368
352
|
args: DescribeMeshCommandInput,
|
|
369
353
|
options?: __HttpHandlerOptions
|
|
@@ -377,7 +361,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
377
361
|
options: __HttpHandlerOptions,
|
|
378
362
|
cb: (err: any, data?: DescribeMeshCommandOutput) => void
|
|
379
363
|
): void;
|
|
380
|
-
|
|
381
364
|
describeRoute(
|
|
382
365
|
args: DescribeRouteCommandInput,
|
|
383
366
|
options?: __HttpHandlerOptions
|
|
@@ -391,7 +374,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
391
374
|
options: __HttpHandlerOptions,
|
|
392
375
|
cb: (err: any, data?: DescribeRouteCommandOutput) => void
|
|
393
376
|
): void;
|
|
394
|
-
|
|
395
377
|
describeVirtualGateway(
|
|
396
378
|
args: DescribeVirtualGatewayCommandInput,
|
|
397
379
|
options?: __HttpHandlerOptions
|
|
@@ -405,7 +387,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
405
387
|
options: __HttpHandlerOptions,
|
|
406
388
|
cb: (err: any, data?: DescribeVirtualGatewayCommandOutput) => void
|
|
407
389
|
): void;
|
|
408
|
-
|
|
409
390
|
describeVirtualNode(
|
|
410
391
|
args: DescribeVirtualNodeCommandInput,
|
|
411
392
|
options?: __HttpHandlerOptions
|
|
@@ -419,7 +400,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
419
400
|
options: __HttpHandlerOptions,
|
|
420
401
|
cb: (err: any, data?: DescribeVirtualNodeCommandOutput) => void
|
|
421
402
|
): void;
|
|
422
|
-
|
|
423
403
|
describeVirtualRouter(
|
|
424
404
|
args: DescribeVirtualRouterCommandInput,
|
|
425
405
|
options?: __HttpHandlerOptions
|
|
@@ -433,7 +413,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
433
413
|
options: __HttpHandlerOptions,
|
|
434
414
|
cb: (err: any, data?: DescribeVirtualRouterCommandOutput) => void
|
|
435
415
|
): void;
|
|
436
|
-
|
|
437
416
|
describeVirtualService(
|
|
438
417
|
args: DescribeVirtualServiceCommandInput,
|
|
439
418
|
options?: __HttpHandlerOptions
|
|
@@ -447,7 +426,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
447
426
|
options: __HttpHandlerOptions,
|
|
448
427
|
cb: (err: any, data?: DescribeVirtualServiceCommandOutput) => void
|
|
449
428
|
): void;
|
|
450
|
-
|
|
451
429
|
listGatewayRoutes(
|
|
452
430
|
args: ListGatewayRoutesCommandInput,
|
|
453
431
|
options?: __HttpHandlerOptions
|
|
@@ -461,7 +439,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
461
439
|
options: __HttpHandlerOptions,
|
|
462
440
|
cb: (err: any, data?: ListGatewayRoutesCommandOutput) => void
|
|
463
441
|
): void;
|
|
464
|
-
|
|
465
442
|
listMeshes(
|
|
466
443
|
args: ListMeshesCommandInput,
|
|
467
444
|
options?: __HttpHandlerOptions
|
|
@@ -475,7 +452,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
475
452
|
options: __HttpHandlerOptions,
|
|
476
453
|
cb: (err: any, data?: ListMeshesCommandOutput) => void
|
|
477
454
|
): void;
|
|
478
|
-
|
|
479
455
|
listRoutes(
|
|
480
456
|
args: ListRoutesCommandInput,
|
|
481
457
|
options?: __HttpHandlerOptions
|
|
@@ -489,7 +465,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
489
465
|
options: __HttpHandlerOptions,
|
|
490
466
|
cb: (err: any, data?: ListRoutesCommandOutput) => void
|
|
491
467
|
): void;
|
|
492
|
-
|
|
493
468
|
listTagsForResource(
|
|
494
469
|
args: ListTagsForResourceCommandInput,
|
|
495
470
|
options?: __HttpHandlerOptions
|
|
@@ -503,7 +478,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
503
478
|
options: __HttpHandlerOptions,
|
|
504
479
|
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
505
480
|
): void;
|
|
506
|
-
|
|
507
481
|
listVirtualGateways(
|
|
508
482
|
args: ListVirtualGatewaysCommandInput,
|
|
509
483
|
options?: __HttpHandlerOptions
|
|
@@ -517,7 +491,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
517
491
|
options: __HttpHandlerOptions,
|
|
518
492
|
cb: (err: any, data?: ListVirtualGatewaysCommandOutput) => void
|
|
519
493
|
): void;
|
|
520
|
-
|
|
521
494
|
listVirtualNodes(
|
|
522
495
|
args: ListVirtualNodesCommandInput,
|
|
523
496
|
options?: __HttpHandlerOptions
|
|
@@ -531,7 +504,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
531
504
|
options: __HttpHandlerOptions,
|
|
532
505
|
cb: (err: any, data?: ListVirtualNodesCommandOutput) => void
|
|
533
506
|
): void;
|
|
534
|
-
|
|
535
507
|
listVirtualRouters(
|
|
536
508
|
args: ListVirtualRoutersCommandInput,
|
|
537
509
|
options?: __HttpHandlerOptions
|
|
@@ -545,7 +517,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
545
517
|
options: __HttpHandlerOptions,
|
|
546
518
|
cb: (err: any, data?: ListVirtualRoutersCommandOutput) => void
|
|
547
519
|
): void;
|
|
548
|
-
|
|
549
520
|
listVirtualServices(
|
|
550
521
|
args: ListVirtualServicesCommandInput,
|
|
551
522
|
options?: __HttpHandlerOptions
|
|
@@ -559,7 +530,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
559
530
|
options: __HttpHandlerOptions,
|
|
560
531
|
cb: (err: any, data?: ListVirtualServicesCommandOutput) => void
|
|
561
532
|
): void;
|
|
562
|
-
|
|
563
533
|
tagResource(
|
|
564
534
|
args: TagResourceCommandInput,
|
|
565
535
|
options?: __HttpHandlerOptions
|
|
@@ -573,7 +543,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
573
543
|
options: __HttpHandlerOptions,
|
|
574
544
|
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
575
545
|
): void;
|
|
576
|
-
|
|
577
546
|
untagResource(
|
|
578
547
|
args: UntagResourceCommandInput,
|
|
579
548
|
options?: __HttpHandlerOptions
|
|
@@ -587,7 +556,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
587
556
|
options: __HttpHandlerOptions,
|
|
588
557
|
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
589
558
|
): void;
|
|
590
|
-
|
|
591
559
|
updateGatewayRoute(
|
|
592
560
|
args: UpdateGatewayRouteCommandInput,
|
|
593
561
|
options?: __HttpHandlerOptions
|
|
@@ -601,7 +569,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
601
569
|
options: __HttpHandlerOptions,
|
|
602
570
|
cb: (err: any, data?: UpdateGatewayRouteCommandOutput) => void
|
|
603
571
|
): void;
|
|
604
|
-
|
|
605
572
|
updateMesh(
|
|
606
573
|
args: UpdateMeshCommandInput,
|
|
607
574
|
options?: __HttpHandlerOptions
|
|
@@ -615,7 +582,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
615
582
|
options: __HttpHandlerOptions,
|
|
616
583
|
cb: (err: any, data?: UpdateMeshCommandOutput) => void
|
|
617
584
|
): void;
|
|
618
|
-
|
|
619
585
|
updateRoute(
|
|
620
586
|
args: UpdateRouteCommandInput,
|
|
621
587
|
options?: __HttpHandlerOptions
|
|
@@ -629,7 +595,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
629
595
|
options: __HttpHandlerOptions,
|
|
630
596
|
cb: (err: any, data?: UpdateRouteCommandOutput) => void
|
|
631
597
|
): void;
|
|
632
|
-
|
|
633
598
|
updateVirtualGateway(
|
|
634
599
|
args: UpdateVirtualGatewayCommandInput,
|
|
635
600
|
options?: __HttpHandlerOptions
|
|
@@ -643,7 +608,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
643
608
|
options: __HttpHandlerOptions,
|
|
644
609
|
cb: (err: any, data?: UpdateVirtualGatewayCommandOutput) => void
|
|
645
610
|
): void;
|
|
646
|
-
|
|
647
611
|
updateVirtualNode(
|
|
648
612
|
args: UpdateVirtualNodeCommandInput,
|
|
649
613
|
options?: __HttpHandlerOptions
|
|
@@ -657,7 +621,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
657
621
|
options: __HttpHandlerOptions,
|
|
658
622
|
cb: (err: any, data?: UpdateVirtualNodeCommandOutput) => void
|
|
659
623
|
): void;
|
|
660
|
-
|
|
661
624
|
updateVirtualRouter(
|
|
662
625
|
args: UpdateVirtualRouterCommandInput,
|
|
663
626
|
options?: __HttpHandlerOptions
|
|
@@ -671,7 +634,6 @@ export declare class AppMesh extends AppMeshClient {
|
|
|
671
634
|
options: __HttpHandlerOptions,
|
|
672
635
|
cb: (err: any, data?: UpdateVirtualRouterCommandOutput) => void
|
|
673
636
|
): void;
|
|
674
|
-
|
|
675
637
|
updateVirtualService(
|
|
676
638
|
args: UpdateVirtualServiceCommandInput,
|
|
677
639
|
options?: __HttpHandlerOptions
|
|
@@ -275,47 +275,26 @@ export declare type ServiceOutputTypes =
|
|
|
275
275
|
export interface ClientDefaults
|
|
276
276
|
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
277
277
|
requestHandler?: __HttpHandler;
|
|
278
|
-
|
|
279
278
|
sha256?: __HashConstructor;
|
|
280
|
-
|
|
281
279
|
urlParser?: __UrlParser;
|
|
282
|
-
|
|
283
280
|
bodyLengthChecker?: __BodyLengthCalculator;
|
|
284
|
-
|
|
285
281
|
streamCollector?: __StreamCollector;
|
|
286
|
-
|
|
287
282
|
base64Decoder?: __Decoder;
|
|
288
|
-
|
|
289
283
|
base64Encoder?: __Encoder;
|
|
290
|
-
|
|
291
284
|
utf8Decoder?: __Decoder;
|
|
292
|
-
|
|
293
285
|
utf8Encoder?: __Encoder;
|
|
294
|
-
|
|
295
286
|
runtime?: string;
|
|
296
|
-
|
|
297
287
|
disableHostPrefix?: boolean;
|
|
298
|
-
|
|
299
288
|
maxAttempts?: number | __Provider<number>;
|
|
300
|
-
|
|
301
289
|
retryMode?: string | __Provider<string>;
|
|
302
|
-
|
|
303
290
|
logger?: __Logger;
|
|
304
|
-
|
|
305
291
|
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
306
|
-
|
|
307
292
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
308
|
-
|
|
309
293
|
serviceId?: string;
|
|
310
|
-
|
|
311
294
|
region?: string | __Provider<string>;
|
|
312
|
-
|
|
313
295
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
314
|
-
|
|
315
296
|
regionInfoProvider?: RegionInfoProvider;
|
|
316
|
-
|
|
317
297
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
318
|
-
|
|
319
298
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
320
299
|
}
|
|
321
300
|
declare type AppMeshClientConfigType = Partial<
|
|
@@ -328,7 +307,6 @@ declare type AppMeshClientConfigType = Partial<
|
|
|
328
307
|
HostHeaderInputConfig &
|
|
329
308
|
AwsAuthInputConfig &
|
|
330
309
|
UserAgentInputConfig;
|
|
331
|
-
|
|
332
310
|
export interface AppMeshClientConfig extends AppMeshClientConfigType {}
|
|
333
311
|
declare type AppMeshClientResolvedConfigType =
|
|
334
312
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
@@ -339,10 +317,8 @@ declare type AppMeshClientResolvedConfigType =
|
|
|
339
317
|
HostHeaderResolvedConfig &
|
|
340
318
|
AwsAuthResolvedConfig &
|
|
341
319
|
UserAgentResolvedConfig;
|
|
342
|
-
|
|
343
320
|
export interface AppMeshClientResolvedConfig
|
|
344
321
|
extends AppMeshClientResolvedConfigType {}
|
|
345
|
-
|
|
346
322
|
export declare class AppMeshClient extends __Client<
|
|
347
323
|
__HttpHandlerOptions,
|
|
348
324
|
ServiceInputTypes,
|
|
@@ -351,7 +327,6 @@ export declare class AppMeshClient extends __Client<
|
|
|
351
327
|
> {
|
|
352
328
|
readonly config: AppMeshClientResolvedConfig;
|
|
353
329
|
constructor(configuration: AppMeshClientConfig);
|
|
354
|
-
|
|
355
330
|
destroy(): void;
|
|
356
331
|
}
|
|
357
332
|
export {};
|
|
@@ -19,7 +19,6 @@ export interface CreateGatewayRouteCommandInput
|
|
|
19
19
|
export interface CreateGatewayRouteCommandOutput
|
|
20
20
|
extends CreateGatewayRouteOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateGatewayRouteCommand extends $Command<
|
|
24
23
|
CreateGatewayRouteCommandInput,
|
|
25
24
|
CreateGatewayRouteCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateGatewayRouteCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateGatewayRouteCommandInput;
|
|
29
28
|
constructor(input: CreateGatewayRouteCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateMeshCommandInput extends CreateMeshInput {}
|
|
|
15
15
|
export interface CreateMeshCommandOutput
|
|
16
16
|
extends CreateMeshOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateMeshCommand extends $Command<
|
|
20
19
|
CreateMeshCommandInput,
|
|
21
20
|
CreateMeshCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateMeshCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateMeshCommandInput;
|
|
25
24
|
constructor(input: CreateMeshCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface CreateRouteCommandInput extends CreateRouteInput {}
|
|
|
15
15
|
export interface CreateRouteCommandOutput
|
|
16
16
|
extends CreateRouteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class CreateRouteCommand extends $Command<
|
|
20
19
|
CreateRouteCommandInput,
|
|
21
20
|
CreateRouteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class CreateRouteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: CreateRouteCommandInput;
|
|
25
24
|
constructor(input: CreateRouteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateVirtualGatewayCommandInput
|
|
|
19
19
|
export interface CreateVirtualGatewayCommandOutput
|
|
20
20
|
extends CreateVirtualGatewayOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateVirtualGatewayCommand extends $Command<
|
|
24
23
|
CreateVirtualGatewayCommandInput,
|
|
25
24
|
CreateVirtualGatewayCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateVirtualGatewayCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateVirtualGatewayCommandInput;
|
|
29
28
|
constructor(input: CreateVirtualGatewayCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface CreateVirtualNodeCommandInput extends CreateVirtualNodeInput {}
|
|
|
18
18
|
export interface CreateVirtualNodeCommandOutput
|
|
19
19
|
extends CreateVirtualNodeOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class CreateVirtualNodeCommand extends $Command<
|
|
23
22
|
CreateVirtualNodeCommandInput,
|
|
24
23
|
CreateVirtualNodeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class CreateVirtualNodeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: CreateVirtualNodeCommandInput;
|
|
28
27
|
constructor(input: CreateVirtualNodeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateVirtualRouterCommandInput
|
|
|
19
19
|
export interface CreateVirtualRouterCommandOutput
|
|
20
20
|
extends CreateVirtualRouterOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateVirtualRouterCommand extends $Command<
|
|
24
23
|
CreateVirtualRouterCommandInput,
|
|
25
24
|
CreateVirtualRouterCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateVirtualRouterCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateVirtualRouterCommandInput;
|
|
29
28
|
constructor(input: CreateVirtualRouterCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface CreateVirtualServiceCommandInput
|
|
|
19
19
|
export interface CreateVirtualServiceCommandOutput
|
|
20
20
|
extends CreateVirtualServiceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class CreateVirtualServiceCommand extends $Command<
|
|
24
23
|
CreateVirtualServiceCommandInput,
|
|
25
24
|
CreateVirtualServiceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class CreateVirtualServiceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: CreateVirtualServiceCommandInput;
|
|
29
28
|
constructor(input: CreateVirtualServiceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteGatewayRouteCommandInput
|
|
|
19
19
|
export interface DeleteGatewayRouteCommandOutput
|
|
20
20
|
extends DeleteGatewayRouteOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteGatewayRouteCommand extends $Command<
|
|
24
23
|
DeleteGatewayRouteCommandInput,
|
|
25
24
|
DeleteGatewayRouteCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteGatewayRouteCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteGatewayRouteCommandInput;
|
|
29
28
|
constructor(input: DeleteGatewayRouteCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteMeshCommandInput extends DeleteMeshInput {}
|
|
|
15
15
|
export interface DeleteMeshCommandOutput
|
|
16
16
|
extends DeleteMeshOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteMeshCommand extends $Command<
|
|
20
19
|
DeleteMeshCommandInput,
|
|
21
20
|
DeleteMeshCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteMeshCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteMeshCommandInput;
|
|
25
24
|
constructor(input: DeleteMeshCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DeleteRouteCommandInput extends DeleteRouteInput {}
|
|
|
15
15
|
export interface DeleteRouteCommandOutput
|
|
16
16
|
extends DeleteRouteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DeleteRouteCommand extends $Command<
|
|
20
19
|
DeleteRouteCommandInput,
|
|
21
20
|
DeleteRouteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DeleteRouteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DeleteRouteCommandInput;
|
|
25
24
|
constructor(input: DeleteRouteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteVirtualGatewayCommandInput
|
|
|
19
19
|
export interface DeleteVirtualGatewayCommandOutput
|
|
20
20
|
extends DeleteVirtualGatewayOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteVirtualGatewayCommand extends $Command<
|
|
24
23
|
DeleteVirtualGatewayCommandInput,
|
|
25
24
|
DeleteVirtualGatewayCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteVirtualGatewayCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteVirtualGatewayCommandInput;
|
|
29
28
|
constructor(input: DeleteVirtualGatewayCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -18,7 +18,6 @@ export interface DeleteVirtualNodeCommandInput extends DeleteVirtualNodeInput {}
|
|
|
18
18
|
export interface DeleteVirtualNodeCommandOutput
|
|
19
19
|
extends DeleteVirtualNodeOutput,
|
|
20
20
|
__MetadataBearer {}
|
|
21
|
-
|
|
22
21
|
export declare class DeleteVirtualNodeCommand extends $Command<
|
|
23
22
|
DeleteVirtualNodeCommandInput,
|
|
24
23
|
DeleteVirtualNodeCommandOutput,
|
|
@@ -26,7 +25,6 @@ export declare class DeleteVirtualNodeCommand extends $Command<
|
|
|
26
25
|
> {
|
|
27
26
|
readonly input: DeleteVirtualNodeCommandInput;
|
|
28
27
|
constructor(input: DeleteVirtualNodeCommandInput);
|
|
29
|
-
|
|
30
28
|
resolveMiddleware(
|
|
31
29
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
32
30
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteVirtualRouterCommandInput
|
|
|
19
19
|
export interface DeleteVirtualRouterCommandOutput
|
|
20
20
|
extends DeleteVirtualRouterOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteVirtualRouterCommand extends $Command<
|
|
24
23
|
DeleteVirtualRouterCommandInput,
|
|
25
24
|
DeleteVirtualRouterCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteVirtualRouterCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteVirtualRouterCommandInput;
|
|
29
28
|
constructor(input: DeleteVirtualRouterCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DeleteVirtualServiceCommandInput
|
|
|
19
19
|
export interface DeleteVirtualServiceCommandOutput
|
|
20
20
|
extends DeleteVirtualServiceOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DeleteVirtualServiceCommand extends $Command<
|
|
24
23
|
DeleteVirtualServiceCommandInput,
|
|
25
24
|
DeleteVirtualServiceCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DeleteVirtualServiceCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DeleteVirtualServiceCommandInput;
|
|
29
28
|
constructor(input: DeleteVirtualServiceCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeGatewayRouteCommandInput
|
|
|
19
19
|
export interface DescribeGatewayRouteCommandOutput
|
|
20
20
|
extends DescribeGatewayRouteOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeGatewayRouteCommand extends $Command<
|
|
24
23
|
DescribeGatewayRouteCommandInput,
|
|
25
24
|
DescribeGatewayRouteCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeGatewayRouteCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeGatewayRouteCommandInput;
|
|
29
28
|
constructor(input: DescribeGatewayRouteCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeMeshCommandInput extends DescribeMeshInput {}
|
|
|
15
15
|
export interface DescribeMeshCommandOutput
|
|
16
16
|
extends DescribeMeshOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeMeshCommand extends $Command<
|
|
20
19
|
DescribeMeshCommandInput,
|
|
21
20
|
DescribeMeshCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeMeshCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeMeshCommandInput;
|
|
25
24
|
constructor(input: DescribeMeshCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -15,7 +15,6 @@ export interface DescribeRouteCommandInput extends DescribeRouteInput {}
|
|
|
15
15
|
export interface DescribeRouteCommandOutput
|
|
16
16
|
extends DescribeRouteOutput,
|
|
17
17
|
__MetadataBearer {}
|
|
18
|
-
|
|
19
18
|
export declare class DescribeRouteCommand extends $Command<
|
|
20
19
|
DescribeRouteCommandInput,
|
|
21
20
|
DescribeRouteCommandOutput,
|
|
@@ -23,7 +22,6 @@ export declare class DescribeRouteCommand extends $Command<
|
|
|
23
22
|
> {
|
|
24
23
|
readonly input: DescribeRouteCommandInput;
|
|
25
24
|
constructor(input: DescribeRouteCommandInput);
|
|
26
|
-
|
|
27
25
|
resolveMiddleware(
|
|
28
26
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
27
|
configuration: AppMeshClientResolvedConfig,
|
|
@@ -19,7 +19,6 @@ export interface DescribeVirtualGatewayCommandInput
|
|
|
19
19
|
export interface DescribeVirtualGatewayCommandOutput
|
|
20
20
|
extends DescribeVirtualGatewayOutput,
|
|
21
21
|
__MetadataBearer {}
|
|
22
|
-
|
|
23
22
|
export declare class DescribeVirtualGatewayCommand extends $Command<
|
|
24
23
|
DescribeVirtualGatewayCommandInput,
|
|
25
24
|
DescribeVirtualGatewayCommandOutput,
|
|
@@ -27,7 +26,6 @@ export declare class DescribeVirtualGatewayCommand extends $Command<
|
|
|
27
26
|
> {
|
|
28
27
|
readonly input: DescribeVirtualGatewayCommandInput;
|
|
29
28
|
constructor(input: DescribeVirtualGatewayCommandInput);
|
|
30
|
-
|
|
31
29
|
resolveMiddleware(
|
|
32
30
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
31
|
configuration: AppMeshClientResolvedConfig,
|