aws-sdk-core 2.11.180 → 2.11.181

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 19fdaa04b3aaf257dc6447ef7638485fda160eaf
4
- data.tar.gz: 3d8e7c22a73650cb47775491d64410283c6da5f1
3
+ metadata.gz: 052d03edfed6ec935468f36d84b8447f4771c44c
4
+ data.tar.gz: 259e710b7132b8a6d8556dc507a8b8a3aabe2c9c
5
5
  SHA512:
6
- metadata.gz: 9f2120221ca77e8bc2f7caf22ffeb10e689602e8cf384ecfc35de4722758f32c1b099669e717b8628d909bf0ec11970e4b2f074410391cc6649144f27985a98e
7
- data.tar.gz: d772f324748958cf0b1c5d9dcec6d65928a155d5a97f76cf2e13c29cffe3974951a4a644c55fef8eb72f639f78582757d57059e90afe4bf4386fb027cea3a223
6
+ metadata.gz: 87e4d47150383f71a25004914e8795a2604f13bcbf95c18f4905df19a9abf6f8db1e3d504def5a79e47a8eeb962803309a3dc8f23a5c5b5c2759e0d4a56d0ff3
7
+ data.tar.gz: 3e99797e5084b9ba5c7678e55d347c1c2e4eb96743d95a59f530ac16618a4fbaee4edfe8c40ce19d451e1e958890f9f93936fcd2e025cc4926241c3bf923c137
@@ -0,0 +1,1956 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2018-10-01",
5
+ "endpointPrefix": "appmesh",
6
+ "jsonVersion": "1.1",
7
+ "protocol": "rest-json",
8
+ "serviceFullName": "AWS App Mesh",
9
+ "serviceId": "App Mesh",
10
+ "signatureVersion": "v4",
11
+ "signingName": "appmesh",
12
+ "uid": "appmesh-2018-10-01"
13
+ },
14
+ "operations": {
15
+ "CreateMesh": {
16
+ "name": "CreateMesh",
17
+ "http": {
18
+ "method": "PUT",
19
+ "requestUri": "/meshes",
20
+ "responseCode": 200
21
+ },
22
+ "input": {
23
+ "shape": "CreateMeshInput"
24
+ },
25
+ "output": {
26
+ "shape": "CreateMeshOutput"
27
+ },
28
+ "errors": [
29
+ {
30
+ "shape": "BadRequestException"
31
+ },
32
+ {
33
+ "shape": "ConflictException"
34
+ },
35
+ {
36
+ "shape": "ForbiddenException"
37
+ },
38
+ {
39
+ "shape": "InternalServerErrorException"
40
+ },
41
+ {
42
+ "shape": "LimitExceededException"
43
+ },
44
+ {
45
+ "shape": "NotFoundException"
46
+ },
47
+ {
48
+ "shape": "ServiceUnavailableException"
49
+ },
50
+ {
51
+ "shape": "TooManyRequestsException"
52
+ }
53
+ ],
54
+ "idempotent": true
55
+ },
56
+ "CreateRoute": {
57
+ "name": "CreateRoute",
58
+ "http": {
59
+ "method": "PUT",
60
+ "requestUri": "/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes",
61
+ "responseCode": 200
62
+ },
63
+ "input": {
64
+ "shape": "CreateRouteInput"
65
+ },
66
+ "output": {
67
+ "shape": "CreateRouteOutput"
68
+ },
69
+ "errors": [
70
+ {
71
+ "shape": "BadRequestException"
72
+ },
73
+ {
74
+ "shape": "ConflictException"
75
+ },
76
+ {
77
+ "shape": "ForbiddenException"
78
+ },
79
+ {
80
+ "shape": "InternalServerErrorException"
81
+ },
82
+ {
83
+ "shape": "LimitExceededException"
84
+ },
85
+ {
86
+ "shape": "NotFoundException"
87
+ },
88
+ {
89
+ "shape": "ServiceUnavailableException"
90
+ },
91
+ {
92
+ "shape": "TooManyRequestsException"
93
+ }
94
+ ],
95
+ "idempotent": true
96
+ },
97
+ "CreateVirtualNode": {
98
+ "name": "CreateVirtualNode",
99
+ "http": {
100
+ "method": "PUT",
101
+ "requestUri": "/meshes/{meshName}/virtualNodes",
102
+ "responseCode": 200
103
+ },
104
+ "input": {
105
+ "shape": "CreateVirtualNodeInput"
106
+ },
107
+ "output": {
108
+ "shape": "CreateVirtualNodeOutput"
109
+ },
110
+ "errors": [
111
+ {
112
+ "shape": "BadRequestException"
113
+ },
114
+ {
115
+ "shape": "ConflictException"
116
+ },
117
+ {
118
+ "shape": "ForbiddenException"
119
+ },
120
+ {
121
+ "shape": "InternalServerErrorException"
122
+ },
123
+ {
124
+ "shape": "LimitExceededException"
125
+ },
126
+ {
127
+ "shape": "NotFoundException"
128
+ },
129
+ {
130
+ "shape": "ServiceUnavailableException"
131
+ },
132
+ {
133
+ "shape": "TooManyRequestsException"
134
+ }
135
+ ],
136
+ "idempotent": true
137
+ },
138
+ "CreateVirtualRouter": {
139
+ "name": "CreateVirtualRouter",
140
+ "http": {
141
+ "method": "PUT",
142
+ "requestUri": "/meshes/{meshName}/virtualRouters",
143
+ "responseCode": 200
144
+ },
145
+ "input": {
146
+ "shape": "CreateVirtualRouterInput"
147
+ },
148
+ "output": {
149
+ "shape": "CreateVirtualRouterOutput"
150
+ },
151
+ "errors": [
152
+ {
153
+ "shape": "BadRequestException"
154
+ },
155
+ {
156
+ "shape": "ConflictException"
157
+ },
158
+ {
159
+ "shape": "ForbiddenException"
160
+ },
161
+ {
162
+ "shape": "InternalServerErrorException"
163
+ },
164
+ {
165
+ "shape": "LimitExceededException"
166
+ },
167
+ {
168
+ "shape": "NotFoundException"
169
+ },
170
+ {
171
+ "shape": "ServiceUnavailableException"
172
+ },
173
+ {
174
+ "shape": "TooManyRequestsException"
175
+ }
176
+ ],
177
+ "idempotent": true
178
+ },
179
+ "DeleteMesh": {
180
+ "name": "DeleteMesh",
181
+ "http": {
182
+ "method": "DELETE",
183
+ "requestUri": "/meshes/{meshName}",
184
+ "responseCode": 200
185
+ },
186
+ "input": {
187
+ "shape": "DeleteMeshInput"
188
+ },
189
+ "output": {
190
+ "shape": "DeleteMeshOutput"
191
+ },
192
+ "errors": [
193
+ {
194
+ "shape": "BadRequestException"
195
+ },
196
+ {
197
+ "shape": "ForbiddenException"
198
+ },
199
+ {
200
+ "shape": "InternalServerErrorException"
201
+ },
202
+ {
203
+ "shape": "NotFoundException"
204
+ },
205
+ {
206
+ "shape": "ResourceInUseException"
207
+ },
208
+ {
209
+ "shape": "ServiceUnavailableException"
210
+ },
211
+ {
212
+ "shape": "TooManyRequestsException"
213
+ }
214
+ ],
215
+ "idempotent": true
216
+ },
217
+ "DeleteRoute": {
218
+ "name": "DeleteRoute",
219
+ "http": {
220
+ "method": "DELETE",
221
+ "requestUri": "/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}",
222
+ "responseCode": 200
223
+ },
224
+ "input": {
225
+ "shape": "DeleteRouteInput"
226
+ },
227
+ "output": {
228
+ "shape": "DeleteRouteOutput"
229
+ },
230
+ "errors": [
231
+ {
232
+ "shape": "BadRequestException"
233
+ },
234
+ {
235
+ "shape": "ForbiddenException"
236
+ },
237
+ {
238
+ "shape": "InternalServerErrorException"
239
+ },
240
+ {
241
+ "shape": "NotFoundException"
242
+ },
243
+ {
244
+ "shape": "ResourceInUseException"
245
+ },
246
+ {
247
+ "shape": "ServiceUnavailableException"
248
+ },
249
+ {
250
+ "shape": "TooManyRequestsException"
251
+ }
252
+ ],
253
+ "idempotent": true
254
+ },
255
+ "DeleteVirtualNode": {
256
+ "name": "DeleteVirtualNode",
257
+ "http": {
258
+ "method": "DELETE",
259
+ "requestUri": "/meshes/{meshName}/virtualNodes/{virtualNodeName}",
260
+ "responseCode": 200
261
+ },
262
+ "input": {
263
+ "shape": "DeleteVirtualNodeInput"
264
+ },
265
+ "output": {
266
+ "shape": "DeleteVirtualNodeOutput"
267
+ },
268
+ "errors": [
269
+ {
270
+ "shape": "BadRequestException"
271
+ },
272
+ {
273
+ "shape": "ForbiddenException"
274
+ },
275
+ {
276
+ "shape": "InternalServerErrorException"
277
+ },
278
+ {
279
+ "shape": "NotFoundException"
280
+ },
281
+ {
282
+ "shape": "ResourceInUseException"
283
+ },
284
+ {
285
+ "shape": "ServiceUnavailableException"
286
+ },
287
+ {
288
+ "shape": "TooManyRequestsException"
289
+ }
290
+ ],
291
+ "idempotent": true
292
+ },
293
+ "DeleteVirtualRouter": {
294
+ "name": "DeleteVirtualRouter",
295
+ "http": {
296
+ "method": "DELETE",
297
+ "requestUri": "/meshes/{meshName}/virtualRouters/{virtualRouterName}",
298
+ "responseCode": 200
299
+ },
300
+ "input": {
301
+ "shape": "DeleteVirtualRouterInput"
302
+ },
303
+ "output": {
304
+ "shape": "DeleteVirtualRouterOutput"
305
+ },
306
+ "errors": [
307
+ {
308
+ "shape": "BadRequestException"
309
+ },
310
+ {
311
+ "shape": "ForbiddenException"
312
+ },
313
+ {
314
+ "shape": "InternalServerErrorException"
315
+ },
316
+ {
317
+ "shape": "NotFoundException"
318
+ },
319
+ {
320
+ "shape": "ResourceInUseException"
321
+ },
322
+ {
323
+ "shape": "ServiceUnavailableException"
324
+ },
325
+ {
326
+ "shape": "TooManyRequestsException"
327
+ }
328
+ ],
329
+ "idempotent": true
330
+ },
331
+ "DescribeMesh": {
332
+ "name": "DescribeMesh",
333
+ "http": {
334
+ "method": "GET",
335
+ "requestUri": "/meshes/{meshName}",
336
+ "responseCode": 200
337
+ },
338
+ "input": {
339
+ "shape": "DescribeMeshInput"
340
+ },
341
+ "output": {
342
+ "shape": "DescribeMeshOutput"
343
+ },
344
+ "errors": [
345
+ {
346
+ "shape": "BadRequestException"
347
+ },
348
+ {
349
+ "shape": "ForbiddenException"
350
+ },
351
+ {
352
+ "shape": "InternalServerErrorException"
353
+ },
354
+ {
355
+ "shape": "NotFoundException"
356
+ },
357
+ {
358
+ "shape": "ServiceUnavailableException"
359
+ },
360
+ {
361
+ "shape": "TooManyRequestsException"
362
+ }
363
+ ]
364
+ },
365
+ "DescribeRoute": {
366
+ "name": "DescribeRoute",
367
+ "http": {
368
+ "method": "GET",
369
+ "requestUri": "/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}",
370
+ "responseCode": 200
371
+ },
372
+ "input": {
373
+ "shape": "DescribeRouteInput"
374
+ },
375
+ "output": {
376
+ "shape": "DescribeRouteOutput"
377
+ },
378
+ "errors": [
379
+ {
380
+ "shape": "BadRequestException"
381
+ },
382
+ {
383
+ "shape": "ForbiddenException"
384
+ },
385
+ {
386
+ "shape": "InternalServerErrorException"
387
+ },
388
+ {
389
+ "shape": "NotFoundException"
390
+ },
391
+ {
392
+ "shape": "ServiceUnavailableException"
393
+ },
394
+ {
395
+ "shape": "TooManyRequestsException"
396
+ }
397
+ ]
398
+ },
399
+ "DescribeVirtualNode": {
400
+ "name": "DescribeVirtualNode",
401
+ "http": {
402
+ "method": "GET",
403
+ "requestUri": "/meshes/{meshName}/virtualNodes/{virtualNodeName}",
404
+ "responseCode": 200
405
+ },
406
+ "input": {
407
+ "shape": "DescribeVirtualNodeInput"
408
+ },
409
+ "output": {
410
+ "shape": "DescribeVirtualNodeOutput"
411
+ },
412
+ "errors": [
413
+ {
414
+ "shape": "BadRequestException"
415
+ },
416
+ {
417
+ "shape": "ForbiddenException"
418
+ },
419
+ {
420
+ "shape": "InternalServerErrorException"
421
+ },
422
+ {
423
+ "shape": "NotFoundException"
424
+ },
425
+ {
426
+ "shape": "ServiceUnavailableException"
427
+ },
428
+ {
429
+ "shape": "TooManyRequestsException"
430
+ }
431
+ ]
432
+ },
433
+ "DescribeVirtualRouter": {
434
+ "name": "DescribeVirtualRouter",
435
+ "http": {
436
+ "method": "GET",
437
+ "requestUri": "/meshes/{meshName}/virtualRouters/{virtualRouterName}",
438
+ "responseCode": 200
439
+ },
440
+ "input": {
441
+ "shape": "DescribeVirtualRouterInput"
442
+ },
443
+ "output": {
444
+ "shape": "DescribeVirtualRouterOutput"
445
+ },
446
+ "errors": [
447
+ {
448
+ "shape": "BadRequestException"
449
+ },
450
+ {
451
+ "shape": "ForbiddenException"
452
+ },
453
+ {
454
+ "shape": "InternalServerErrorException"
455
+ },
456
+ {
457
+ "shape": "NotFoundException"
458
+ },
459
+ {
460
+ "shape": "ServiceUnavailableException"
461
+ },
462
+ {
463
+ "shape": "TooManyRequestsException"
464
+ }
465
+ ]
466
+ },
467
+ "ListMeshes": {
468
+ "name": "ListMeshes",
469
+ "http": {
470
+ "method": "GET",
471
+ "requestUri": "/meshes",
472
+ "responseCode": 200
473
+ },
474
+ "input": {
475
+ "shape": "ListMeshesInput"
476
+ },
477
+ "output": {
478
+ "shape": "ListMeshesOutput"
479
+ },
480
+ "errors": [
481
+ {
482
+ "shape": "BadRequestException"
483
+ },
484
+ {
485
+ "shape": "ForbiddenException"
486
+ },
487
+ {
488
+ "shape": "InternalServerErrorException"
489
+ },
490
+ {
491
+ "shape": "NotFoundException"
492
+ },
493
+ {
494
+ "shape": "ServiceUnavailableException"
495
+ },
496
+ {
497
+ "shape": "TooManyRequestsException"
498
+ }
499
+ ]
500
+ },
501
+ "ListRoutes": {
502
+ "name": "ListRoutes",
503
+ "http": {
504
+ "method": "GET",
505
+ "requestUri": "/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes",
506
+ "responseCode": 200
507
+ },
508
+ "input": {
509
+ "shape": "ListRoutesInput"
510
+ },
511
+ "output": {
512
+ "shape": "ListRoutesOutput"
513
+ },
514
+ "errors": [
515
+ {
516
+ "shape": "BadRequestException"
517
+ },
518
+ {
519
+ "shape": "ForbiddenException"
520
+ },
521
+ {
522
+ "shape": "InternalServerErrorException"
523
+ },
524
+ {
525
+ "shape": "NotFoundException"
526
+ },
527
+ {
528
+ "shape": "ServiceUnavailableException"
529
+ },
530
+ {
531
+ "shape": "TooManyRequestsException"
532
+ }
533
+ ]
534
+ },
535
+ "ListVirtualNodes": {
536
+ "name": "ListVirtualNodes",
537
+ "http": {
538
+ "method": "GET",
539
+ "requestUri": "/meshes/{meshName}/virtualNodes",
540
+ "responseCode": 200
541
+ },
542
+ "input": {
543
+ "shape": "ListVirtualNodesInput"
544
+ },
545
+ "output": {
546
+ "shape": "ListVirtualNodesOutput"
547
+ },
548
+ "errors": [
549
+ {
550
+ "shape": "BadRequestException"
551
+ },
552
+ {
553
+ "shape": "ForbiddenException"
554
+ },
555
+ {
556
+ "shape": "InternalServerErrorException"
557
+ },
558
+ {
559
+ "shape": "NotFoundException"
560
+ },
561
+ {
562
+ "shape": "ServiceUnavailableException"
563
+ },
564
+ {
565
+ "shape": "TooManyRequestsException"
566
+ }
567
+ ]
568
+ },
569
+ "ListVirtualRouters": {
570
+ "name": "ListVirtualRouters",
571
+ "http": {
572
+ "method": "GET",
573
+ "requestUri": "/meshes/{meshName}/virtualRouters",
574
+ "responseCode": 200
575
+ },
576
+ "input": {
577
+ "shape": "ListVirtualRoutersInput"
578
+ },
579
+ "output": {
580
+ "shape": "ListVirtualRoutersOutput"
581
+ },
582
+ "errors": [
583
+ {
584
+ "shape": "BadRequestException"
585
+ },
586
+ {
587
+ "shape": "ForbiddenException"
588
+ },
589
+ {
590
+ "shape": "InternalServerErrorException"
591
+ },
592
+ {
593
+ "shape": "NotFoundException"
594
+ },
595
+ {
596
+ "shape": "ServiceUnavailableException"
597
+ },
598
+ {
599
+ "shape": "TooManyRequestsException"
600
+ }
601
+ ]
602
+ },
603
+ "UpdateRoute": {
604
+ "name": "UpdateRoute",
605
+ "http": {
606
+ "method": "PUT",
607
+ "requestUri": "/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}",
608
+ "responseCode": 200
609
+ },
610
+ "input": {
611
+ "shape": "UpdateRouteInput"
612
+ },
613
+ "output": {
614
+ "shape": "UpdateRouteOutput"
615
+ },
616
+ "errors": [
617
+ {
618
+ "shape": "BadRequestException"
619
+ },
620
+ {
621
+ "shape": "ConflictException"
622
+ },
623
+ {
624
+ "shape": "ForbiddenException"
625
+ },
626
+ {
627
+ "shape": "InternalServerErrorException"
628
+ },
629
+ {
630
+ "shape": "LimitExceededException"
631
+ },
632
+ {
633
+ "shape": "NotFoundException"
634
+ },
635
+ {
636
+ "shape": "ServiceUnavailableException"
637
+ },
638
+ {
639
+ "shape": "TooManyRequestsException"
640
+ }
641
+ ],
642
+ "idempotent": true
643
+ },
644
+ "UpdateVirtualNode": {
645
+ "name": "UpdateVirtualNode",
646
+ "http": {
647
+ "method": "PUT",
648
+ "requestUri": "/meshes/{meshName}/virtualNodes/{virtualNodeName}",
649
+ "responseCode": 200
650
+ },
651
+ "input": {
652
+ "shape": "UpdateVirtualNodeInput"
653
+ },
654
+ "output": {
655
+ "shape": "UpdateVirtualNodeOutput"
656
+ },
657
+ "errors": [
658
+ {
659
+ "shape": "BadRequestException"
660
+ },
661
+ {
662
+ "shape": "ConflictException"
663
+ },
664
+ {
665
+ "shape": "ForbiddenException"
666
+ },
667
+ {
668
+ "shape": "InternalServerErrorException"
669
+ },
670
+ {
671
+ "shape": "LimitExceededException"
672
+ },
673
+ {
674
+ "shape": "NotFoundException"
675
+ },
676
+ {
677
+ "shape": "ServiceUnavailableException"
678
+ },
679
+ {
680
+ "shape": "TooManyRequestsException"
681
+ }
682
+ ],
683
+ "idempotent": true
684
+ },
685
+ "UpdateVirtualRouter": {
686
+ "name": "UpdateVirtualRouter",
687
+ "http": {
688
+ "method": "PUT",
689
+ "requestUri": "/meshes/{meshName}/virtualRouters/{virtualRouterName}",
690
+ "responseCode": 200
691
+ },
692
+ "input": {
693
+ "shape": "UpdateVirtualRouterInput"
694
+ },
695
+ "output": {
696
+ "shape": "UpdateVirtualRouterOutput"
697
+ },
698
+ "errors": [
699
+ {
700
+ "shape": "BadRequestException"
701
+ },
702
+ {
703
+ "shape": "ConflictException"
704
+ },
705
+ {
706
+ "shape": "ForbiddenException"
707
+ },
708
+ {
709
+ "shape": "InternalServerErrorException"
710
+ },
711
+ {
712
+ "shape": "LimitExceededException"
713
+ },
714
+ {
715
+ "shape": "NotFoundException"
716
+ },
717
+ {
718
+ "shape": "ServiceUnavailableException"
719
+ },
720
+ {
721
+ "shape": "TooManyRequestsException"
722
+ }
723
+ ],
724
+ "idempotent": true
725
+ }
726
+ },
727
+ "shapes": {
728
+ "ServiceName": {
729
+ "type": "string"
730
+ },
731
+ "InternalServerErrorException": {
732
+ "type": "structure",
733
+ "members": {
734
+ "message": {
735
+ "shape": "String"
736
+ }
737
+ },
738
+ "exception": true,
739
+ "error": {
740
+ "code": "InternalServerErrorException",
741
+ "httpStatusCode": 500,
742
+ "fault": true
743
+ }
744
+ },
745
+ "DeleteMeshOutput": {
746
+ "type": "structure",
747
+ "members": {
748
+ "mesh": {
749
+ "shape": "MeshData"
750
+ }
751
+ },
752
+ "payload": "mesh"
753
+ },
754
+ "Long": {
755
+ "type": "long",
756
+ "box": true
757
+ },
758
+ "ForbiddenException": {
759
+ "type": "structure",
760
+ "members": {
761
+ "message": {
762
+ "shape": "String"
763
+ }
764
+ },
765
+ "exception": true,
766
+ "error": {
767
+ "code": "ForbiddenException",
768
+ "httpStatusCode": 403,
769
+ "senderFault": true
770
+ }
771
+ },
772
+ "UpdateVirtualRouterOutput": {
773
+ "type": "structure",
774
+ "members": {
775
+ "virtualRouter": {
776
+ "shape": "VirtualRouterData"
777
+ }
778
+ },
779
+ "payload": "virtualRouter"
780
+ },
781
+ "MeshStatusCode": {
782
+ "type": "string",
783
+ "enum": [
784
+ "ACTIVE",
785
+ "DELETED",
786
+ "INACTIVE"
787
+ ]
788
+ },
789
+ "PortNumber": {
790
+ "type": "integer",
791
+ "min": 1,
792
+ "max": 65535
793
+ },
794
+ "WeightedTarget": {
795
+ "type": "structure",
796
+ "members": {
797
+ "virtualNode": {
798
+ "shape": "ResourceName"
799
+ },
800
+ "weight": {
801
+ "shape": "PercentInt"
802
+ }
803
+ }
804
+ },
805
+ "VirtualNodeList": {
806
+ "type": "list",
807
+ "member": {
808
+ "shape": "VirtualNodeRef"
809
+ }
810
+ },
811
+ "CreateRouteOutput": {
812
+ "type": "structure",
813
+ "members": {
814
+ "route": {
815
+ "shape": "RouteData"
816
+ }
817
+ },
818
+ "payload": "route"
819
+ },
820
+ "RouteList": {
821
+ "type": "list",
822
+ "member": {
823
+ "shape": "RouteRef"
824
+ }
825
+ },
826
+ "DeleteVirtualNodeInput": {
827
+ "type": "structure",
828
+ "required": [
829
+ "meshName",
830
+ "virtualNodeName"
831
+ ],
832
+ "members": {
833
+ "meshName": {
834
+ "shape": "ResourceName",
835
+ "location": "uri",
836
+ "locationName": "meshName"
837
+ },
838
+ "virtualNodeName": {
839
+ "shape": "ResourceName",
840
+ "location": "uri",
841
+ "locationName": "virtualNodeName"
842
+ }
843
+ }
844
+ },
845
+ "ListVirtualRoutersLimit": {
846
+ "type": "integer",
847
+ "box": true,
848
+ "min": 1,
849
+ "max": 100
850
+ },
851
+ "DnsServiceDiscovery": {
852
+ "type": "structure",
853
+ "members": {
854
+ "serviceName": {
855
+ "shape": "ServiceName"
856
+ }
857
+ }
858
+ },
859
+ "ConflictException": {
860
+ "type": "structure",
861
+ "members": {
862
+ "message": {
863
+ "shape": "String"
864
+ }
865
+ },
866
+ "exception": true,
867
+ "error": {
868
+ "code": "ConflictException",
869
+ "httpStatusCode": 409,
870
+ "senderFault": true
871
+ }
872
+ },
873
+ "VirtualNodeRef": {
874
+ "type": "structure",
875
+ "members": {
876
+ "arn": {
877
+ "shape": "Arn"
878
+ },
879
+ "meshName": {
880
+ "shape": "ResourceName"
881
+ },
882
+ "virtualNodeName": {
883
+ "shape": "ResourceName"
884
+ }
885
+ }
886
+ },
887
+ "DescribeRouteOutput": {
888
+ "type": "structure",
889
+ "members": {
890
+ "route": {
891
+ "shape": "RouteData"
892
+ }
893
+ },
894
+ "payload": "route"
895
+ },
896
+ "ServiceDiscovery": {
897
+ "type": "structure",
898
+ "members": {
899
+ "dns": {
900
+ "shape": "DnsServiceDiscovery"
901
+ }
902
+ }
903
+ },
904
+ "MeshStatus": {
905
+ "type": "structure",
906
+ "members": {
907
+ "status": {
908
+ "shape": "MeshStatusCode"
909
+ }
910
+ }
911
+ },
912
+ "VirtualNodeData": {
913
+ "type": "structure",
914
+ "required": [
915
+ "meshName",
916
+ "virtualNodeName"
917
+ ],
918
+ "members": {
919
+ "meshName": {
920
+ "shape": "ResourceName"
921
+ },
922
+ "metadata": {
923
+ "shape": "ResourceMetadata"
924
+ },
925
+ "spec": {
926
+ "shape": "VirtualNodeSpec"
927
+ },
928
+ "status": {
929
+ "shape": "VirtualNodeStatus"
930
+ },
931
+ "virtualNodeName": {
932
+ "shape": "ResourceName"
933
+ }
934
+ }
935
+ },
936
+ "VirtualNodeSpec": {
937
+ "type": "structure",
938
+ "members": {
939
+ "backends": {
940
+ "shape": "Backends"
941
+ },
942
+ "listeners": {
943
+ "shape": "Listeners"
944
+ },
945
+ "serviceDiscovery": {
946
+ "shape": "ServiceDiscovery"
947
+ }
948
+ }
949
+ },
950
+ "ServiceNames": {
951
+ "type": "list",
952
+ "member": {
953
+ "shape": "ServiceName"
954
+ },
955
+ "max": 10
956
+ },
957
+ "DurationMillis": {
958
+ "type": "long",
959
+ "box": true
960
+ },
961
+ "NonNegativeInt": {
962
+ "type": "integer",
963
+ "min": 0
964
+ },
965
+ "MeshRef": {
966
+ "type": "structure",
967
+ "members": {
968
+ "arn": {
969
+ "shape": "Arn"
970
+ },
971
+ "meshName": {
972
+ "shape": "ResourceName"
973
+ }
974
+ }
975
+ },
976
+ "DescribeVirtualRouterInput": {
977
+ "type": "structure",
978
+ "required": [
979
+ "meshName",
980
+ "virtualRouterName"
981
+ ],
982
+ "members": {
983
+ "meshName": {
984
+ "shape": "ResourceName",
985
+ "location": "uri",
986
+ "locationName": "meshName"
987
+ },
988
+ "virtualRouterName": {
989
+ "shape": "ResourceName",
990
+ "location": "uri",
991
+ "locationName": "virtualRouterName"
992
+ }
993
+ }
994
+ },
995
+ "DescribeVirtualRouterOutput": {
996
+ "type": "structure",
997
+ "members": {
998
+ "virtualRouter": {
999
+ "shape": "VirtualRouterData"
1000
+ }
1001
+ },
1002
+ "payload": "virtualRouter"
1003
+ },
1004
+ "LimitExceededException": {
1005
+ "type": "structure",
1006
+ "members": {
1007
+ "message": {
1008
+ "shape": "String"
1009
+ }
1010
+ },
1011
+ "exception": true,
1012
+ "error": {
1013
+ "code": "LimitExceededException",
1014
+ "httpStatusCode": 400,
1015
+ "senderFault": true
1016
+ }
1017
+ },
1018
+ "UpdateRouteOutput": {
1019
+ "type": "structure",
1020
+ "members": {
1021
+ "route": {
1022
+ "shape": "RouteData"
1023
+ }
1024
+ },
1025
+ "payload": "route"
1026
+ },
1027
+ "HttpRouteAction": {
1028
+ "type": "structure",
1029
+ "members": {
1030
+ "weightedTargets": {
1031
+ "shape": "WeightedTargets"
1032
+ }
1033
+ }
1034
+ },
1035
+ "CreateVirtualRouterOutput": {
1036
+ "type": "structure",
1037
+ "members": {
1038
+ "virtualRouter": {
1039
+ "shape": "VirtualRouterData"
1040
+ }
1041
+ },
1042
+ "payload": "virtualRouter"
1043
+ },
1044
+ "CreateVirtualRouterInput": {
1045
+ "type": "structure",
1046
+ "required": [
1047
+ "meshName",
1048
+ "spec",
1049
+ "virtualRouterName"
1050
+ ],
1051
+ "members": {
1052
+ "clientToken": {
1053
+ "shape": "String",
1054
+ "idempotencyToken": true
1055
+ },
1056
+ "meshName": {
1057
+ "shape": "ResourceName",
1058
+ "location": "uri",
1059
+ "locationName": "meshName"
1060
+ },
1061
+ "spec": {
1062
+ "shape": "VirtualRouterSpec"
1063
+ },
1064
+ "virtualRouterName": {
1065
+ "shape": "ResourceName"
1066
+ }
1067
+ }
1068
+ },
1069
+ "RouteStatus": {
1070
+ "type": "structure",
1071
+ "members": {
1072
+ "status": {
1073
+ "shape": "RouteStatusCode"
1074
+ }
1075
+ }
1076
+ },
1077
+ "ListMeshesInput": {
1078
+ "type": "structure",
1079
+ "members": {
1080
+ "limit": {
1081
+ "shape": "ListMeshesLimit",
1082
+ "location": "querystring",
1083
+ "locationName": "limit"
1084
+ },
1085
+ "nextToken": {
1086
+ "shape": "String",
1087
+ "location": "querystring",
1088
+ "locationName": "nextToken"
1089
+ }
1090
+ }
1091
+ },
1092
+ "VirtualRouterStatus": {
1093
+ "type": "structure",
1094
+ "members": {
1095
+ "status": {
1096
+ "shape": "VirtualRouterStatusCode"
1097
+ }
1098
+ }
1099
+ },
1100
+ "TooManyRequestsException": {
1101
+ "type": "structure",
1102
+ "members": {
1103
+ "message": {
1104
+ "shape": "String"
1105
+ }
1106
+ },
1107
+ "exception": true,
1108
+ "error": {
1109
+ "code": "TooManyRequestsException",
1110
+ "httpStatusCode": 429,
1111
+ "senderFault": true
1112
+ }
1113
+ },
1114
+ "ListMeshesOutput": {
1115
+ "type": "structure",
1116
+ "required": [
1117
+ "meshes"
1118
+ ],
1119
+ "members": {
1120
+ "meshes": {
1121
+ "shape": "MeshList"
1122
+ },
1123
+ "nextToken": {
1124
+ "shape": "String"
1125
+ }
1126
+ }
1127
+ },
1128
+ "DescribeVirtualNodeOutput": {
1129
+ "type": "structure",
1130
+ "members": {
1131
+ "virtualNode": {
1132
+ "shape": "VirtualNodeData"
1133
+ }
1134
+ },
1135
+ "payload": "virtualNode"
1136
+ },
1137
+ "CreateMeshOutput": {
1138
+ "type": "structure",
1139
+ "members": {
1140
+ "mesh": {
1141
+ "shape": "MeshData"
1142
+ }
1143
+ },
1144
+ "payload": "mesh"
1145
+ },
1146
+ "ResourceName": {
1147
+ "type": "string",
1148
+ "min": 1,
1149
+ "max": 255
1150
+ },
1151
+ "RouteData": {
1152
+ "type": "structure",
1153
+ "required": [
1154
+ "meshName",
1155
+ "routeName",
1156
+ "virtualRouterName"
1157
+ ],
1158
+ "members": {
1159
+ "meshName": {
1160
+ "shape": "ResourceName"
1161
+ },
1162
+ "metadata": {
1163
+ "shape": "ResourceMetadata"
1164
+ },
1165
+ "routeName": {
1166
+ "shape": "ResourceName"
1167
+ },
1168
+ "spec": {
1169
+ "shape": "RouteSpec"
1170
+ },
1171
+ "status": {
1172
+ "shape": "RouteStatus"
1173
+ },
1174
+ "virtualRouterName": {
1175
+ "shape": "ResourceName"
1176
+ }
1177
+ }
1178
+ },
1179
+ "Arn": {
1180
+ "type": "string"
1181
+ },
1182
+ "NotFoundException": {
1183
+ "type": "structure",
1184
+ "members": {
1185
+ "message": {
1186
+ "shape": "String"
1187
+ }
1188
+ },
1189
+ "exception": true,
1190
+ "error": {
1191
+ "code": "NotFoundException",
1192
+ "httpStatusCode": 404,
1193
+ "senderFault": true
1194
+ }
1195
+ },
1196
+ "UpdateVirtualNodeInput": {
1197
+ "type": "structure",
1198
+ "required": [
1199
+ "meshName",
1200
+ "spec",
1201
+ "virtualNodeName"
1202
+ ],
1203
+ "members": {
1204
+ "clientToken": {
1205
+ "shape": "String",
1206
+ "idempotencyToken": true
1207
+ },
1208
+ "meshName": {
1209
+ "shape": "ResourceName",
1210
+ "location": "uri",
1211
+ "locationName": "meshName"
1212
+ },
1213
+ "spec": {
1214
+ "shape": "VirtualNodeSpec"
1215
+ },
1216
+ "virtualNodeName": {
1217
+ "shape": "ResourceName",
1218
+ "location": "uri",
1219
+ "locationName": "virtualNodeName"
1220
+ }
1221
+ }
1222
+ },
1223
+ "DeleteRouteInput": {
1224
+ "type": "structure",
1225
+ "required": [
1226
+ "meshName",
1227
+ "routeName",
1228
+ "virtualRouterName"
1229
+ ],
1230
+ "members": {
1231
+ "meshName": {
1232
+ "shape": "ResourceName",
1233
+ "location": "uri",
1234
+ "locationName": "meshName"
1235
+ },
1236
+ "routeName": {
1237
+ "shape": "ResourceName",
1238
+ "location": "uri",
1239
+ "locationName": "routeName"
1240
+ },
1241
+ "virtualRouterName": {
1242
+ "shape": "ResourceName",
1243
+ "location": "uri",
1244
+ "locationName": "virtualRouterName"
1245
+ }
1246
+ }
1247
+ },
1248
+ "ServiceUnavailableException": {
1249
+ "type": "structure",
1250
+ "members": {
1251
+ "message": {
1252
+ "shape": "String"
1253
+ }
1254
+ },
1255
+ "exception": true,
1256
+ "error": {
1257
+ "code": "ServiceUnavailableException",
1258
+ "httpStatusCode": 503,
1259
+ "fault": true
1260
+ }
1261
+ },
1262
+ "Listeners": {
1263
+ "type": "list",
1264
+ "member": {
1265
+ "shape": "Listener"
1266
+ }
1267
+ },
1268
+ "ListRoutesInput": {
1269
+ "type": "structure",
1270
+ "required": [
1271
+ "meshName",
1272
+ "virtualRouterName"
1273
+ ],
1274
+ "members": {
1275
+ "limit": {
1276
+ "shape": "ListRoutesLimit",
1277
+ "location": "querystring",
1278
+ "locationName": "limit"
1279
+ },
1280
+ "meshName": {
1281
+ "shape": "ResourceName",
1282
+ "location": "uri",
1283
+ "locationName": "meshName"
1284
+ },
1285
+ "nextToken": {
1286
+ "shape": "String",
1287
+ "location": "querystring",
1288
+ "locationName": "nextToken"
1289
+ },
1290
+ "virtualRouterName": {
1291
+ "shape": "ResourceName",
1292
+ "location": "uri",
1293
+ "locationName": "virtualRouterName"
1294
+ }
1295
+ }
1296
+ },
1297
+ "HttpRoute": {
1298
+ "type": "structure",
1299
+ "members": {
1300
+ "action": {
1301
+ "shape": "HttpRouteAction"
1302
+ },
1303
+ "match": {
1304
+ "shape": "HttpRouteMatch"
1305
+ }
1306
+ }
1307
+ },
1308
+ "Timestamp": {
1309
+ "type": "timestamp"
1310
+ },
1311
+ "ListRoutesOutput": {
1312
+ "type": "structure",
1313
+ "required": [
1314
+ "routes"
1315
+ ],
1316
+ "members": {
1317
+ "nextToken": {
1318
+ "shape": "String"
1319
+ },
1320
+ "routes": {
1321
+ "shape": "RouteList"
1322
+ }
1323
+ }
1324
+ },
1325
+ "RouteSpec": {
1326
+ "type": "structure",
1327
+ "members": {
1328
+ "httpRoute": {
1329
+ "shape": "HttpRoute"
1330
+ }
1331
+ }
1332
+ },
1333
+ "DescribeVirtualNodeInput": {
1334
+ "type": "structure",
1335
+ "required": [
1336
+ "meshName",
1337
+ "virtualNodeName"
1338
+ ],
1339
+ "members": {
1340
+ "meshName": {
1341
+ "shape": "ResourceName",
1342
+ "location": "uri",
1343
+ "locationName": "meshName"
1344
+ },
1345
+ "virtualNodeName": {
1346
+ "shape": "ResourceName",
1347
+ "location": "uri",
1348
+ "locationName": "virtualNodeName"
1349
+ }
1350
+ }
1351
+ },
1352
+ "VirtualRouterRef": {
1353
+ "type": "structure",
1354
+ "members": {
1355
+ "arn": {
1356
+ "shape": "Arn"
1357
+ },
1358
+ "meshName": {
1359
+ "shape": "ResourceName"
1360
+ },
1361
+ "virtualRouterName": {
1362
+ "shape": "ResourceName"
1363
+ }
1364
+ }
1365
+ },
1366
+ "VirtualRouterStatusCode": {
1367
+ "type": "string",
1368
+ "enum": [
1369
+ "ACTIVE",
1370
+ "DELETED",
1371
+ "INACTIVE"
1372
+ ]
1373
+ },
1374
+ "ListVirtualNodesOutput": {
1375
+ "type": "structure",
1376
+ "required": [
1377
+ "virtualNodes"
1378
+ ],
1379
+ "members": {
1380
+ "nextToken": {
1381
+ "shape": "String"
1382
+ },
1383
+ "virtualNodes": {
1384
+ "shape": "VirtualNodeList"
1385
+ }
1386
+ }
1387
+ },
1388
+ "DeleteVirtualNodeOutput": {
1389
+ "type": "structure",
1390
+ "members": {
1391
+ "virtualNode": {
1392
+ "shape": "VirtualNodeData"
1393
+ }
1394
+ },
1395
+ "payload": "virtualNode"
1396
+ },
1397
+ "UpdateVirtualRouterInput": {
1398
+ "type": "structure",
1399
+ "required": [
1400
+ "meshName",
1401
+ "spec",
1402
+ "virtualRouterName"
1403
+ ],
1404
+ "members": {
1405
+ "clientToken": {
1406
+ "shape": "String",
1407
+ "idempotencyToken": true
1408
+ },
1409
+ "meshName": {
1410
+ "shape": "ResourceName",
1411
+ "location": "uri",
1412
+ "locationName": "meshName"
1413
+ },
1414
+ "spec": {
1415
+ "shape": "VirtualRouterSpec"
1416
+ },
1417
+ "virtualRouterName": {
1418
+ "shape": "ResourceName",
1419
+ "location": "uri",
1420
+ "locationName": "virtualRouterName"
1421
+ }
1422
+ }
1423
+ },
1424
+ "ResourceInUseException": {
1425
+ "type": "structure",
1426
+ "members": {
1427
+ "message": {
1428
+ "shape": "String"
1429
+ }
1430
+ },
1431
+ "exception": true,
1432
+ "error": {
1433
+ "code": "ResourceInUseException",
1434
+ "httpStatusCode": 409,
1435
+ "senderFault": true
1436
+ }
1437
+ },
1438
+ "DescribeRouteInput": {
1439
+ "type": "structure",
1440
+ "required": [
1441
+ "meshName",
1442
+ "routeName",
1443
+ "virtualRouterName"
1444
+ ],
1445
+ "members": {
1446
+ "meshName": {
1447
+ "shape": "ResourceName",
1448
+ "location": "uri",
1449
+ "locationName": "meshName"
1450
+ },
1451
+ "routeName": {
1452
+ "shape": "ResourceName",
1453
+ "location": "uri",
1454
+ "locationName": "routeName"
1455
+ },
1456
+ "virtualRouterName": {
1457
+ "shape": "ResourceName",
1458
+ "location": "uri",
1459
+ "locationName": "virtualRouterName"
1460
+ }
1461
+ }
1462
+ },
1463
+ "ListVirtualRoutersOutput": {
1464
+ "type": "structure",
1465
+ "required": [
1466
+ "virtualRouters"
1467
+ ],
1468
+ "members": {
1469
+ "nextToken": {
1470
+ "shape": "String"
1471
+ },
1472
+ "virtualRouters": {
1473
+ "shape": "VirtualRouterList"
1474
+ }
1475
+ }
1476
+ },
1477
+ "CreateVirtualNodeOutput": {
1478
+ "type": "structure",
1479
+ "members": {
1480
+ "virtualNode": {
1481
+ "shape": "VirtualNodeData"
1482
+ }
1483
+ },
1484
+ "payload": "virtualNode"
1485
+ },
1486
+ "DeleteVirtualRouterOutput": {
1487
+ "type": "structure",
1488
+ "members": {
1489
+ "virtualRouter": {
1490
+ "shape": "VirtualRouterData"
1491
+ }
1492
+ },
1493
+ "payload": "virtualRouter"
1494
+ },
1495
+ "ListRoutesLimit": {
1496
+ "type": "integer",
1497
+ "box": true,
1498
+ "min": 1,
1499
+ "max": 100
1500
+ },
1501
+ "PortProtocol": {
1502
+ "type": "string",
1503
+ "enum": [
1504
+ "http",
1505
+ "tcp"
1506
+ ]
1507
+ },
1508
+ "MeshList": {
1509
+ "type": "list",
1510
+ "member": {
1511
+ "shape": "MeshRef"
1512
+ }
1513
+ },
1514
+ "ResourceMetadata": {
1515
+ "type": "structure",
1516
+ "members": {
1517
+ "arn": {
1518
+ "shape": "Arn"
1519
+ },
1520
+ "createdAt": {
1521
+ "shape": "Timestamp"
1522
+ },
1523
+ "lastUpdatedAt": {
1524
+ "shape": "Timestamp"
1525
+ },
1526
+ "uid": {
1527
+ "shape": "String"
1528
+ },
1529
+ "version": {
1530
+ "shape": "Long"
1531
+ }
1532
+ }
1533
+ },
1534
+ "CreateMeshInput": {
1535
+ "type": "structure",
1536
+ "required": [
1537
+ "meshName"
1538
+ ],
1539
+ "members": {
1540
+ "clientToken": {
1541
+ "shape": "String",
1542
+ "idempotencyToken": true
1543
+ },
1544
+ "meshName": {
1545
+ "shape": "ResourceName"
1546
+ }
1547
+ }
1548
+ },
1549
+ "PortMapping": {
1550
+ "type": "structure",
1551
+ "members": {
1552
+ "port": {
1553
+ "shape": "PortNumber"
1554
+ },
1555
+ "protocol": {
1556
+ "shape": "PortProtocol"
1557
+ }
1558
+ }
1559
+ },
1560
+ "VirtualNodeStatusCode": {
1561
+ "type": "string",
1562
+ "enum": [
1563
+ "ACTIVE",
1564
+ "DELETED",
1565
+ "INACTIVE"
1566
+ ]
1567
+ },
1568
+ "DeleteVirtualRouterInput": {
1569
+ "type": "structure",
1570
+ "required": [
1571
+ "meshName",
1572
+ "virtualRouterName"
1573
+ ],
1574
+ "members": {
1575
+ "meshName": {
1576
+ "shape": "ResourceName",
1577
+ "location": "uri",
1578
+ "locationName": "meshName"
1579
+ },
1580
+ "virtualRouterName": {
1581
+ "shape": "ResourceName",
1582
+ "location": "uri",
1583
+ "locationName": "virtualRouterName"
1584
+ }
1585
+ }
1586
+ },
1587
+ "VirtualRouterSpec": {
1588
+ "type": "structure",
1589
+ "members": {
1590
+ "serviceNames": {
1591
+ "shape": "ServiceNames"
1592
+ }
1593
+ }
1594
+ },
1595
+ "UpdateRouteInput": {
1596
+ "type": "structure",
1597
+ "required": [
1598
+ "meshName",
1599
+ "routeName",
1600
+ "spec",
1601
+ "virtualRouterName"
1602
+ ],
1603
+ "members": {
1604
+ "clientToken": {
1605
+ "shape": "String",
1606
+ "idempotencyToken": true
1607
+ },
1608
+ "meshName": {
1609
+ "shape": "ResourceName",
1610
+ "location": "uri",
1611
+ "locationName": "meshName"
1612
+ },
1613
+ "routeName": {
1614
+ "shape": "ResourceName",
1615
+ "location": "uri",
1616
+ "locationName": "routeName"
1617
+ },
1618
+ "spec": {
1619
+ "shape": "RouteSpec"
1620
+ },
1621
+ "virtualRouterName": {
1622
+ "shape": "ResourceName",
1623
+ "location": "uri",
1624
+ "locationName": "virtualRouterName"
1625
+ }
1626
+ }
1627
+ },
1628
+ "PercentInt": {
1629
+ "type": "integer",
1630
+ "min": 0,
1631
+ "max": 100
1632
+ },
1633
+ "ListMeshesLimit": {
1634
+ "type": "integer",
1635
+ "box": true,
1636
+ "min": 1,
1637
+ "max": 100
1638
+ },
1639
+ "DescribeMeshInput": {
1640
+ "type": "structure",
1641
+ "required": [
1642
+ "meshName"
1643
+ ],
1644
+ "members": {
1645
+ "meshName": {
1646
+ "shape": "ResourceName",
1647
+ "location": "uri",
1648
+ "locationName": "meshName"
1649
+ }
1650
+ }
1651
+ },
1652
+ "DescribeMeshOutput": {
1653
+ "type": "structure",
1654
+ "members": {
1655
+ "mesh": {
1656
+ "shape": "MeshData"
1657
+ }
1658
+ },
1659
+ "payload": "mesh"
1660
+ },
1661
+ "VirtualRouterData": {
1662
+ "type": "structure",
1663
+ "required": [
1664
+ "meshName",
1665
+ "virtualRouterName"
1666
+ ],
1667
+ "members": {
1668
+ "meshName": {
1669
+ "shape": "ResourceName"
1670
+ },
1671
+ "metadata": {
1672
+ "shape": "ResourceMetadata"
1673
+ },
1674
+ "spec": {
1675
+ "shape": "VirtualRouterSpec"
1676
+ },
1677
+ "status": {
1678
+ "shape": "VirtualRouterStatus"
1679
+ },
1680
+ "virtualRouterName": {
1681
+ "shape": "ResourceName"
1682
+ }
1683
+ }
1684
+ },
1685
+ "VirtualRouterList": {
1686
+ "type": "list",
1687
+ "member": {
1688
+ "shape": "VirtualRouterRef"
1689
+ }
1690
+ },
1691
+ "Listener": {
1692
+ "type": "structure",
1693
+ "members": {
1694
+ "healthCheck": {
1695
+ "shape": "HealthCheckPolicy"
1696
+ },
1697
+ "portMapping": {
1698
+ "shape": "PortMapping"
1699
+ }
1700
+ }
1701
+ },
1702
+ "String": {
1703
+ "type": "string"
1704
+ },
1705
+ "HealthCheckPolicy": {
1706
+ "type": "structure",
1707
+ "members": {
1708
+ "healthyThreshold": {
1709
+ "shape": "NonNegativeInt"
1710
+ },
1711
+ "intervalMillis": {
1712
+ "shape": "DurationMillis"
1713
+ },
1714
+ "path": {
1715
+ "shape": "String"
1716
+ },
1717
+ "port": {
1718
+ "shape": "PortNumber"
1719
+ },
1720
+ "protocol": {
1721
+ "shape": "PortProtocol"
1722
+ },
1723
+ "timeoutMillis": {
1724
+ "shape": "DurationMillis"
1725
+ },
1726
+ "unhealthyThreshold": {
1727
+ "shape": "NonNegativeInt"
1728
+ }
1729
+ }
1730
+ },
1731
+ "ListVirtualRoutersInput": {
1732
+ "type": "structure",
1733
+ "required": [
1734
+ "meshName"
1735
+ ],
1736
+ "members": {
1737
+ "limit": {
1738
+ "shape": "ListVirtualRoutersLimit",
1739
+ "location": "querystring",
1740
+ "locationName": "limit"
1741
+ },
1742
+ "meshName": {
1743
+ "shape": "ResourceName",
1744
+ "location": "uri",
1745
+ "locationName": "meshName"
1746
+ },
1747
+ "nextToken": {
1748
+ "shape": "String",
1749
+ "location": "querystring",
1750
+ "locationName": "nextToken"
1751
+ }
1752
+ }
1753
+ },
1754
+ "CreateVirtualNodeInput": {
1755
+ "type": "structure",
1756
+ "required": [
1757
+ "meshName",
1758
+ "spec",
1759
+ "virtualNodeName"
1760
+ ],
1761
+ "members": {
1762
+ "clientToken": {
1763
+ "shape": "String",
1764
+ "idempotencyToken": true
1765
+ },
1766
+ "meshName": {
1767
+ "shape": "ResourceName",
1768
+ "location": "uri",
1769
+ "locationName": "meshName"
1770
+ },
1771
+ "spec": {
1772
+ "shape": "VirtualNodeSpec"
1773
+ },
1774
+ "virtualNodeName": {
1775
+ "shape": "ResourceName"
1776
+ }
1777
+ }
1778
+ },
1779
+ "BadRequestException": {
1780
+ "type": "structure",
1781
+ "members": {
1782
+ "message": {
1783
+ "shape": "String"
1784
+ }
1785
+ },
1786
+ "exception": true,
1787
+ "error": {
1788
+ "code": "BadRequestException",
1789
+ "httpStatusCode": 400,
1790
+ "senderFault": true
1791
+ }
1792
+ },
1793
+ "MeshData": {
1794
+ "type": "structure",
1795
+ "required": [
1796
+ "meshName",
1797
+ "metadata"
1798
+ ],
1799
+ "members": {
1800
+ "meshName": {
1801
+ "shape": "ResourceName"
1802
+ },
1803
+ "metadata": {
1804
+ "shape": "ResourceMetadata"
1805
+ },
1806
+ "status": {
1807
+ "shape": "MeshStatus"
1808
+ }
1809
+ }
1810
+ },
1811
+ "ListVirtualNodesLimit": {
1812
+ "type": "integer",
1813
+ "box": true,
1814
+ "min": 1,
1815
+ "max": 100
1816
+ },
1817
+ "WeightedTargets": {
1818
+ "type": "list",
1819
+ "member": {
1820
+ "shape": "WeightedTarget"
1821
+ }
1822
+ },
1823
+ "DeleteMeshInput": {
1824
+ "type": "structure",
1825
+ "required": [
1826
+ "meshName"
1827
+ ],
1828
+ "members": {
1829
+ "meshName": {
1830
+ "shape": "ResourceName",
1831
+ "location": "uri",
1832
+ "locationName": "meshName"
1833
+ }
1834
+ }
1835
+ },
1836
+ "HttpRouteMatch": {
1837
+ "type": "structure",
1838
+ "members": {
1839
+ "prefix": {
1840
+ "shape": "String"
1841
+ }
1842
+ }
1843
+ },
1844
+ "DeleteRouteOutput": {
1845
+ "type": "structure",
1846
+ "members": {
1847
+ "route": {
1848
+ "shape": "RouteData"
1849
+ }
1850
+ },
1851
+ "payload": "route"
1852
+ },
1853
+ "Backends": {
1854
+ "type": "list",
1855
+ "member": {
1856
+ "shape": "ServiceName"
1857
+ }
1858
+ },
1859
+ "CreateRouteInput": {
1860
+ "type": "structure",
1861
+ "required": [
1862
+ "meshName",
1863
+ "routeName",
1864
+ "spec",
1865
+ "virtualRouterName"
1866
+ ],
1867
+ "members": {
1868
+ "clientToken": {
1869
+ "shape": "String",
1870
+ "idempotencyToken": true
1871
+ },
1872
+ "meshName": {
1873
+ "shape": "ResourceName",
1874
+ "location": "uri",
1875
+ "locationName": "meshName"
1876
+ },
1877
+ "routeName": {
1878
+ "shape": "ResourceName"
1879
+ },
1880
+ "spec": {
1881
+ "shape": "RouteSpec"
1882
+ },
1883
+ "virtualRouterName": {
1884
+ "shape": "ResourceName",
1885
+ "location": "uri",
1886
+ "locationName": "virtualRouterName"
1887
+ }
1888
+ }
1889
+ },
1890
+ "VirtualNodeStatus": {
1891
+ "type": "structure",
1892
+ "members": {
1893
+ "status": {
1894
+ "shape": "VirtualNodeStatusCode"
1895
+ }
1896
+ }
1897
+ },
1898
+ "ListVirtualNodesInput": {
1899
+ "type": "structure",
1900
+ "required": [
1901
+ "meshName"
1902
+ ],
1903
+ "members": {
1904
+ "limit": {
1905
+ "shape": "ListVirtualNodesLimit",
1906
+ "location": "querystring",
1907
+ "locationName": "limit"
1908
+ },
1909
+ "meshName": {
1910
+ "shape": "ResourceName",
1911
+ "location": "uri",
1912
+ "locationName": "meshName"
1913
+ },
1914
+ "nextToken": {
1915
+ "shape": "String",
1916
+ "location": "querystring",
1917
+ "locationName": "nextToken"
1918
+ }
1919
+ }
1920
+ },
1921
+ "RouteRef": {
1922
+ "type": "structure",
1923
+ "members": {
1924
+ "arn": {
1925
+ "shape": "Arn"
1926
+ },
1927
+ "meshName": {
1928
+ "shape": "ResourceName"
1929
+ },
1930
+ "routeName": {
1931
+ "shape": "ResourceName"
1932
+ },
1933
+ "virtualRouterName": {
1934
+ "shape": "ResourceName"
1935
+ }
1936
+ }
1937
+ },
1938
+ "RouteStatusCode": {
1939
+ "type": "string",
1940
+ "enum": [
1941
+ "ACTIVE",
1942
+ "DELETED",
1943
+ "INACTIVE"
1944
+ ]
1945
+ },
1946
+ "UpdateVirtualNodeOutput": {
1947
+ "type": "structure",
1948
+ "members": {
1949
+ "virtualNode": {
1950
+ "shape": "VirtualNodeData"
1951
+ }
1952
+ },
1953
+ "payload": "virtualNode"
1954
+ }
1955
+ }
1956
+ }