aws-sdk-core 2.11.235 → 2.11.236

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: 3b56b1fee229ce76fc8ea5de159b453cfbbec655
4
- data.tar.gz: 4b56cbd4ac4dbcd61bcf72bae307e5f22589ddad
3
+ metadata.gz: dc82d427e73c13c578e75918d4287db7e1f66ec7
4
+ data.tar.gz: 47755991c24fea7ae23e60dead10d7b081ae53c7
5
5
  SHA512:
6
- metadata.gz: ac150dfa78a12537703d2659c5760173b497f1aab8b568dd0f797fafc89ed7bff9196bb4baab4941b1844b0f1a951e6da5d0aa1a1a0cc1c45c445f8ad93f5a28
7
- data.tar.gz: 0cb97d9ad734b135e9eabf3ef8d254f12290b94f3ae82a7080c15ec92b55120b5fbb76e13a649b3d2f0e28dfd213955e87c982e88380ec5d9b4b7a314999e2a6
6
+ metadata.gz: 125ee42394d0c37158970ddec4797abfa4a40939f72f404ac6bf68d00720cadd08cabafe682dd1edd19197d2eba91de76a132972fdf937ab59c7a6d33540df43
7
+ data.tar.gz: 2eaf23949573feb9ca5b5fff957a6e4d0c91689a8cf6c4839f44334112d38d3489ea5952f94d6e9937d52d81ba5b86f1f65167ed0a12d5b9b989a81444e89ac9
@@ -0,0 +1,2600 @@
1
+ {
2
+ "version": "2.0",
3
+ "metadata": {
4
+ "apiVersion": "2019-01-25",
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-2019-01-25"
13
+ },
14
+ "operations": {
15
+ "CreateMesh": {
16
+ "name": "CreateMesh",
17
+ "http": {
18
+ "method": "PUT",
19
+ "requestUri": "/v20190125/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": "/v20190125/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": "/v20190125/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": "/v20190125/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
+ "CreateVirtualService": {
180
+ "name": "CreateVirtualService",
181
+ "http": {
182
+ "method": "PUT",
183
+ "requestUri": "/v20190125/meshes/{meshName}/virtualServices",
184
+ "responseCode": 200
185
+ },
186
+ "input": {
187
+ "shape": "CreateVirtualServiceInput"
188
+ },
189
+ "output": {
190
+ "shape": "CreateVirtualServiceOutput"
191
+ },
192
+ "errors": [
193
+ {
194
+ "shape": "BadRequestException"
195
+ },
196
+ {
197
+ "shape": "ConflictException"
198
+ },
199
+ {
200
+ "shape": "ForbiddenException"
201
+ },
202
+ {
203
+ "shape": "InternalServerErrorException"
204
+ },
205
+ {
206
+ "shape": "LimitExceededException"
207
+ },
208
+ {
209
+ "shape": "NotFoundException"
210
+ },
211
+ {
212
+ "shape": "ServiceUnavailableException"
213
+ },
214
+ {
215
+ "shape": "TooManyRequestsException"
216
+ }
217
+ ],
218
+ "idempotent": true
219
+ },
220
+ "DeleteMesh": {
221
+ "name": "DeleteMesh",
222
+ "http": {
223
+ "method": "DELETE",
224
+ "requestUri": "/v20190125/meshes/{meshName}",
225
+ "responseCode": 200
226
+ },
227
+ "input": {
228
+ "shape": "DeleteMeshInput"
229
+ },
230
+ "output": {
231
+ "shape": "DeleteMeshOutput"
232
+ },
233
+ "errors": [
234
+ {
235
+ "shape": "BadRequestException"
236
+ },
237
+ {
238
+ "shape": "ForbiddenException"
239
+ },
240
+ {
241
+ "shape": "InternalServerErrorException"
242
+ },
243
+ {
244
+ "shape": "NotFoundException"
245
+ },
246
+ {
247
+ "shape": "ResourceInUseException"
248
+ },
249
+ {
250
+ "shape": "ServiceUnavailableException"
251
+ },
252
+ {
253
+ "shape": "TooManyRequestsException"
254
+ }
255
+ ],
256
+ "idempotent": true
257
+ },
258
+ "DeleteRoute": {
259
+ "name": "DeleteRoute",
260
+ "http": {
261
+ "method": "DELETE",
262
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}",
263
+ "responseCode": 200
264
+ },
265
+ "input": {
266
+ "shape": "DeleteRouteInput"
267
+ },
268
+ "output": {
269
+ "shape": "DeleteRouteOutput"
270
+ },
271
+ "errors": [
272
+ {
273
+ "shape": "BadRequestException"
274
+ },
275
+ {
276
+ "shape": "ForbiddenException"
277
+ },
278
+ {
279
+ "shape": "InternalServerErrorException"
280
+ },
281
+ {
282
+ "shape": "NotFoundException"
283
+ },
284
+ {
285
+ "shape": "ResourceInUseException"
286
+ },
287
+ {
288
+ "shape": "ServiceUnavailableException"
289
+ },
290
+ {
291
+ "shape": "TooManyRequestsException"
292
+ }
293
+ ],
294
+ "idempotent": true
295
+ },
296
+ "DeleteVirtualNode": {
297
+ "name": "DeleteVirtualNode",
298
+ "http": {
299
+ "method": "DELETE",
300
+ "requestUri": "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}",
301
+ "responseCode": 200
302
+ },
303
+ "input": {
304
+ "shape": "DeleteVirtualNodeInput"
305
+ },
306
+ "output": {
307
+ "shape": "DeleteVirtualNodeOutput"
308
+ },
309
+ "errors": [
310
+ {
311
+ "shape": "BadRequestException"
312
+ },
313
+ {
314
+ "shape": "ForbiddenException"
315
+ },
316
+ {
317
+ "shape": "InternalServerErrorException"
318
+ },
319
+ {
320
+ "shape": "NotFoundException"
321
+ },
322
+ {
323
+ "shape": "ResourceInUseException"
324
+ },
325
+ {
326
+ "shape": "ServiceUnavailableException"
327
+ },
328
+ {
329
+ "shape": "TooManyRequestsException"
330
+ }
331
+ ],
332
+ "idempotent": true
333
+ },
334
+ "DeleteVirtualRouter": {
335
+ "name": "DeleteVirtualRouter",
336
+ "http": {
337
+ "method": "DELETE",
338
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}",
339
+ "responseCode": 200
340
+ },
341
+ "input": {
342
+ "shape": "DeleteVirtualRouterInput"
343
+ },
344
+ "output": {
345
+ "shape": "DeleteVirtualRouterOutput"
346
+ },
347
+ "errors": [
348
+ {
349
+ "shape": "BadRequestException"
350
+ },
351
+ {
352
+ "shape": "ForbiddenException"
353
+ },
354
+ {
355
+ "shape": "InternalServerErrorException"
356
+ },
357
+ {
358
+ "shape": "NotFoundException"
359
+ },
360
+ {
361
+ "shape": "ResourceInUseException"
362
+ },
363
+ {
364
+ "shape": "ServiceUnavailableException"
365
+ },
366
+ {
367
+ "shape": "TooManyRequestsException"
368
+ }
369
+ ],
370
+ "idempotent": true
371
+ },
372
+ "DeleteVirtualService": {
373
+ "name": "DeleteVirtualService",
374
+ "http": {
375
+ "method": "DELETE",
376
+ "requestUri": "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}",
377
+ "responseCode": 200
378
+ },
379
+ "input": {
380
+ "shape": "DeleteVirtualServiceInput"
381
+ },
382
+ "output": {
383
+ "shape": "DeleteVirtualServiceOutput"
384
+ },
385
+ "errors": [
386
+ {
387
+ "shape": "BadRequestException"
388
+ },
389
+ {
390
+ "shape": "ForbiddenException"
391
+ },
392
+ {
393
+ "shape": "InternalServerErrorException"
394
+ },
395
+ {
396
+ "shape": "NotFoundException"
397
+ },
398
+ {
399
+ "shape": "ServiceUnavailableException"
400
+ },
401
+ {
402
+ "shape": "TooManyRequestsException"
403
+ }
404
+ ],
405
+ "idempotent": true
406
+ },
407
+ "DescribeMesh": {
408
+ "name": "DescribeMesh",
409
+ "http": {
410
+ "method": "GET",
411
+ "requestUri": "/v20190125/meshes/{meshName}",
412
+ "responseCode": 200
413
+ },
414
+ "input": {
415
+ "shape": "DescribeMeshInput"
416
+ },
417
+ "output": {
418
+ "shape": "DescribeMeshOutput"
419
+ },
420
+ "errors": [
421
+ {
422
+ "shape": "BadRequestException"
423
+ },
424
+ {
425
+ "shape": "ForbiddenException"
426
+ },
427
+ {
428
+ "shape": "InternalServerErrorException"
429
+ },
430
+ {
431
+ "shape": "NotFoundException"
432
+ },
433
+ {
434
+ "shape": "ServiceUnavailableException"
435
+ },
436
+ {
437
+ "shape": "TooManyRequestsException"
438
+ }
439
+ ]
440
+ },
441
+ "DescribeRoute": {
442
+ "name": "DescribeRoute",
443
+ "http": {
444
+ "method": "GET",
445
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}",
446
+ "responseCode": 200
447
+ },
448
+ "input": {
449
+ "shape": "DescribeRouteInput"
450
+ },
451
+ "output": {
452
+ "shape": "DescribeRouteOutput"
453
+ },
454
+ "errors": [
455
+ {
456
+ "shape": "BadRequestException"
457
+ },
458
+ {
459
+ "shape": "ForbiddenException"
460
+ },
461
+ {
462
+ "shape": "InternalServerErrorException"
463
+ },
464
+ {
465
+ "shape": "NotFoundException"
466
+ },
467
+ {
468
+ "shape": "ServiceUnavailableException"
469
+ },
470
+ {
471
+ "shape": "TooManyRequestsException"
472
+ }
473
+ ]
474
+ },
475
+ "DescribeVirtualNode": {
476
+ "name": "DescribeVirtualNode",
477
+ "http": {
478
+ "method": "GET",
479
+ "requestUri": "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}",
480
+ "responseCode": 200
481
+ },
482
+ "input": {
483
+ "shape": "DescribeVirtualNodeInput"
484
+ },
485
+ "output": {
486
+ "shape": "DescribeVirtualNodeOutput"
487
+ },
488
+ "errors": [
489
+ {
490
+ "shape": "BadRequestException"
491
+ },
492
+ {
493
+ "shape": "ForbiddenException"
494
+ },
495
+ {
496
+ "shape": "InternalServerErrorException"
497
+ },
498
+ {
499
+ "shape": "NotFoundException"
500
+ },
501
+ {
502
+ "shape": "ServiceUnavailableException"
503
+ },
504
+ {
505
+ "shape": "TooManyRequestsException"
506
+ }
507
+ ]
508
+ },
509
+ "DescribeVirtualRouter": {
510
+ "name": "DescribeVirtualRouter",
511
+ "http": {
512
+ "method": "GET",
513
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}",
514
+ "responseCode": 200
515
+ },
516
+ "input": {
517
+ "shape": "DescribeVirtualRouterInput"
518
+ },
519
+ "output": {
520
+ "shape": "DescribeVirtualRouterOutput"
521
+ },
522
+ "errors": [
523
+ {
524
+ "shape": "BadRequestException"
525
+ },
526
+ {
527
+ "shape": "ForbiddenException"
528
+ },
529
+ {
530
+ "shape": "InternalServerErrorException"
531
+ },
532
+ {
533
+ "shape": "NotFoundException"
534
+ },
535
+ {
536
+ "shape": "ServiceUnavailableException"
537
+ },
538
+ {
539
+ "shape": "TooManyRequestsException"
540
+ }
541
+ ]
542
+ },
543
+ "DescribeVirtualService": {
544
+ "name": "DescribeVirtualService",
545
+ "http": {
546
+ "method": "GET",
547
+ "requestUri": "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}",
548
+ "responseCode": 200
549
+ },
550
+ "input": {
551
+ "shape": "DescribeVirtualServiceInput"
552
+ },
553
+ "output": {
554
+ "shape": "DescribeVirtualServiceOutput"
555
+ },
556
+ "errors": [
557
+ {
558
+ "shape": "BadRequestException"
559
+ },
560
+ {
561
+ "shape": "ForbiddenException"
562
+ },
563
+ {
564
+ "shape": "InternalServerErrorException"
565
+ },
566
+ {
567
+ "shape": "NotFoundException"
568
+ },
569
+ {
570
+ "shape": "ServiceUnavailableException"
571
+ },
572
+ {
573
+ "shape": "TooManyRequestsException"
574
+ }
575
+ ]
576
+ },
577
+ "ListMeshes": {
578
+ "name": "ListMeshes",
579
+ "http": {
580
+ "method": "GET",
581
+ "requestUri": "/v20190125/meshes",
582
+ "responseCode": 200
583
+ },
584
+ "input": {
585
+ "shape": "ListMeshesInput"
586
+ },
587
+ "output": {
588
+ "shape": "ListMeshesOutput"
589
+ },
590
+ "errors": [
591
+ {
592
+ "shape": "BadRequestException"
593
+ },
594
+ {
595
+ "shape": "ForbiddenException"
596
+ },
597
+ {
598
+ "shape": "InternalServerErrorException"
599
+ },
600
+ {
601
+ "shape": "NotFoundException"
602
+ },
603
+ {
604
+ "shape": "ServiceUnavailableException"
605
+ },
606
+ {
607
+ "shape": "TooManyRequestsException"
608
+ }
609
+ ]
610
+ },
611
+ "ListRoutes": {
612
+ "name": "ListRoutes",
613
+ "http": {
614
+ "method": "GET",
615
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes",
616
+ "responseCode": 200
617
+ },
618
+ "input": {
619
+ "shape": "ListRoutesInput"
620
+ },
621
+ "output": {
622
+ "shape": "ListRoutesOutput"
623
+ },
624
+ "errors": [
625
+ {
626
+ "shape": "BadRequestException"
627
+ },
628
+ {
629
+ "shape": "ForbiddenException"
630
+ },
631
+ {
632
+ "shape": "InternalServerErrorException"
633
+ },
634
+ {
635
+ "shape": "NotFoundException"
636
+ },
637
+ {
638
+ "shape": "ServiceUnavailableException"
639
+ },
640
+ {
641
+ "shape": "TooManyRequestsException"
642
+ }
643
+ ]
644
+ },
645
+ "ListVirtualNodes": {
646
+ "name": "ListVirtualNodes",
647
+ "http": {
648
+ "method": "GET",
649
+ "requestUri": "/v20190125/meshes/{meshName}/virtualNodes",
650
+ "responseCode": 200
651
+ },
652
+ "input": {
653
+ "shape": "ListVirtualNodesInput"
654
+ },
655
+ "output": {
656
+ "shape": "ListVirtualNodesOutput"
657
+ },
658
+ "errors": [
659
+ {
660
+ "shape": "BadRequestException"
661
+ },
662
+ {
663
+ "shape": "ForbiddenException"
664
+ },
665
+ {
666
+ "shape": "InternalServerErrorException"
667
+ },
668
+ {
669
+ "shape": "NotFoundException"
670
+ },
671
+ {
672
+ "shape": "ServiceUnavailableException"
673
+ },
674
+ {
675
+ "shape": "TooManyRequestsException"
676
+ }
677
+ ]
678
+ },
679
+ "ListVirtualRouters": {
680
+ "name": "ListVirtualRouters",
681
+ "http": {
682
+ "method": "GET",
683
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouters",
684
+ "responseCode": 200
685
+ },
686
+ "input": {
687
+ "shape": "ListVirtualRoutersInput"
688
+ },
689
+ "output": {
690
+ "shape": "ListVirtualRoutersOutput"
691
+ },
692
+ "errors": [
693
+ {
694
+ "shape": "BadRequestException"
695
+ },
696
+ {
697
+ "shape": "ForbiddenException"
698
+ },
699
+ {
700
+ "shape": "InternalServerErrorException"
701
+ },
702
+ {
703
+ "shape": "NotFoundException"
704
+ },
705
+ {
706
+ "shape": "ServiceUnavailableException"
707
+ },
708
+ {
709
+ "shape": "TooManyRequestsException"
710
+ }
711
+ ]
712
+ },
713
+ "ListVirtualServices": {
714
+ "name": "ListVirtualServices",
715
+ "http": {
716
+ "method": "GET",
717
+ "requestUri": "/v20190125/meshes/{meshName}/virtualServices",
718
+ "responseCode": 200
719
+ },
720
+ "input": {
721
+ "shape": "ListVirtualServicesInput"
722
+ },
723
+ "output": {
724
+ "shape": "ListVirtualServicesOutput"
725
+ },
726
+ "errors": [
727
+ {
728
+ "shape": "BadRequestException"
729
+ },
730
+ {
731
+ "shape": "ForbiddenException"
732
+ },
733
+ {
734
+ "shape": "InternalServerErrorException"
735
+ },
736
+ {
737
+ "shape": "NotFoundException"
738
+ },
739
+ {
740
+ "shape": "ServiceUnavailableException"
741
+ },
742
+ {
743
+ "shape": "TooManyRequestsException"
744
+ }
745
+ ]
746
+ },
747
+ "UpdateRoute": {
748
+ "name": "UpdateRoute",
749
+ "http": {
750
+ "method": "PUT",
751
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouter/{virtualRouterName}/routes/{routeName}",
752
+ "responseCode": 200
753
+ },
754
+ "input": {
755
+ "shape": "UpdateRouteInput"
756
+ },
757
+ "output": {
758
+ "shape": "UpdateRouteOutput"
759
+ },
760
+ "errors": [
761
+ {
762
+ "shape": "BadRequestException"
763
+ },
764
+ {
765
+ "shape": "ConflictException"
766
+ },
767
+ {
768
+ "shape": "ForbiddenException"
769
+ },
770
+ {
771
+ "shape": "InternalServerErrorException"
772
+ },
773
+ {
774
+ "shape": "LimitExceededException"
775
+ },
776
+ {
777
+ "shape": "NotFoundException"
778
+ },
779
+ {
780
+ "shape": "ServiceUnavailableException"
781
+ },
782
+ {
783
+ "shape": "TooManyRequestsException"
784
+ }
785
+ ],
786
+ "idempotent": true
787
+ },
788
+ "UpdateVirtualNode": {
789
+ "name": "UpdateVirtualNode",
790
+ "http": {
791
+ "method": "PUT",
792
+ "requestUri": "/v20190125/meshes/{meshName}/virtualNodes/{virtualNodeName}",
793
+ "responseCode": 200
794
+ },
795
+ "input": {
796
+ "shape": "UpdateVirtualNodeInput"
797
+ },
798
+ "output": {
799
+ "shape": "UpdateVirtualNodeOutput"
800
+ },
801
+ "errors": [
802
+ {
803
+ "shape": "BadRequestException"
804
+ },
805
+ {
806
+ "shape": "ConflictException"
807
+ },
808
+ {
809
+ "shape": "ForbiddenException"
810
+ },
811
+ {
812
+ "shape": "InternalServerErrorException"
813
+ },
814
+ {
815
+ "shape": "LimitExceededException"
816
+ },
817
+ {
818
+ "shape": "NotFoundException"
819
+ },
820
+ {
821
+ "shape": "ServiceUnavailableException"
822
+ },
823
+ {
824
+ "shape": "TooManyRequestsException"
825
+ }
826
+ ],
827
+ "idempotent": true
828
+ },
829
+ "UpdateVirtualRouter": {
830
+ "name": "UpdateVirtualRouter",
831
+ "http": {
832
+ "method": "PUT",
833
+ "requestUri": "/v20190125/meshes/{meshName}/virtualRouters/{virtualRouterName}",
834
+ "responseCode": 200
835
+ },
836
+ "input": {
837
+ "shape": "UpdateVirtualRouterInput"
838
+ },
839
+ "output": {
840
+ "shape": "UpdateVirtualRouterOutput"
841
+ },
842
+ "errors": [
843
+ {
844
+ "shape": "BadRequestException"
845
+ },
846
+ {
847
+ "shape": "ConflictException"
848
+ },
849
+ {
850
+ "shape": "ForbiddenException"
851
+ },
852
+ {
853
+ "shape": "InternalServerErrorException"
854
+ },
855
+ {
856
+ "shape": "LimitExceededException"
857
+ },
858
+ {
859
+ "shape": "NotFoundException"
860
+ },
861
+ {
862
+ "shape": "ServiceUnavailableException"
863
+ },
864
+ {
865
+ "shape": "TooManyRequestsException"
866
+ }
867
+ ],
868
+ "idempotent": true
869
+ },
870
+ "UpdateVirtualService": {
871
+ "name": "UpdateVirtualService",
872
+ "http": {
873
+ "method": "PUT",
874
+ "requestUri": "/v20190125/meshes/{meshName}/virtualServices/{virtualServiceName}",
875
+ "responseCode": 200
876
+ },
877
+ "input": {
878
+ "shape": "UpdateVirtualServiceInput"
879
+ },
880
+ "output": {
881
+ "shape": "UpdateVirtualServiceOutput"
882
+ },
883
+ "errors": [
884
+ {
885
+ "shape": "BadRequestException"
886
+ },
887
+ {
888
+ "shape": "ConflictException"
889
+ },
890
+ {
891
+ "shape": "ForbiddenException"
892
+ },
893
+ {
894
+ "shape": "InternalServerErrorException"
895
+ },
896
+ {
897
+ "shape": "LimitExceededException"
898
+ },
899
+ {
900
+ "shape": "NotFoundException"
901
+ },
902
+ {
903
+ "shape": "ServiceUnavailableException"
904
+ },
905
+ {
906
+ "shape": "TooManyRequestsException"
907
+ }
908
+ ],
909
+ "idempotent": true
910
+ }
911
+ },
912
+ "shapes": {
913
+ "VirtualRouterListener": {
914
+ "type": "structure",
915
+ "required": [
916
+ "portMapping"
917
+ ],
918
+ "members": {
919
+ "portMapping": {
920
+ "shape": "PortMapping"
921
+ }
922
+ }
923
+ },
924
+ "UpdateVirtualNodeInput": {
925
+ "type": "structure",
926
+ "required": [
927
+ "meshName",
928
+ "spec",
929
+ "virtualNodeName"
930
+ ],
931
+ "members": {
932
+ "clientToken": {
933
+ "shape": "String",
934
+ "idempotencyToken": true
935
+ },
936
+ "meshName": {
937
+ "shape": "ResourceName",
938
+ "location": "uri",
939
+ "locationName": "meshName"
940
+ },
941
+ "spec": {
942
+ "shape": "VirtualNodeSpec"
943
+ },
944
+ "virtualNodeName": {
945
+ "shape": "ResourceName",
946
+ "location": "uri",
947
+ "locationName": "virtualNodeName"
948
+ }
949
+ }
950
+ },
951
+ "DeleteMeshInput": {
952
+ "type": "structure",
953
+ "required": [
954
+ "meshName"
955
+ ],
956
+ "members": {
957
+ "meshName": {
958
+ "shape": "ResourceName",
959
+ "location": "uri",
960
+ "locationName": "meshName"
961
+ }
962
+ }
963
+ },
964
+ "CreateVirtualServiceInput": {
965
+ "type": "structure",
966
+ "required": [
967
+ "meshName",
968
+ "spec",
969
+ "virtualServiceName"
970
+ ],
971
+ "members": {
972
+ "clientToken": {
973
+ "shape": "String",
974
+ "idempotencyToken": true
975
+ },
976
+ "meshName": {
977
+ "shape": "ResourceName",
978
+ "location": "uri",
979
+ "locationName": "meshName"
980
+ },
981
+ "spec": {
982
+ "shape": "VirtualServiceSpec"
983
+ },
984
+ "virtualServiceName": {
985
+ "shape": "ServiceName"
986
+ }
987
+ }
988
+ },
989
+ "VirtualRouterStatusCode": {
990
+ "type": "string",
991
+ "enum": [
992
+ "ACTIVE",
993
+ "DELETED",
994
+ "INACTIVE"
995
+ ]
996
+ },
997
+ "UpdateVirtualRouterInput": {
998
+ "type": "structure",
999
+ "required": [
1000
+ "meshName",
1001
+ "spec",
1002
+ "virtualRouterName"
1003
+ ],
1004
+ "members": {
1005
+ "clientToken": {
1006
+ "shape": "String",
1007
+ "idempotencyToken": true
1008
+ },
1009
+ "meshName": {
1010
+ "shape": "ResourceName",
1011
+ "location": "uri",
1012
+ "locationName": "meshName"
1013
+ },
1014
+ "spec": {
1015
+ "shape": "VirtualRouterSpec"
1016
+ },
1017
+ "virtualRouterName": {
1018
+ "shape": "ResourceName",
1019
+ "location": "uri",
1020
+ "locationName": "virtualRouterName"
1021
+ }
1022
+ }
1023
+ },
1024
+ "CreateVirtualNodeOutput": {
1025
+ "type": "structure",
1026
+ "required": [
1027
+ "virtualNode"
1028
+ ],
1029
+ "members": {
1030
+ "virtualNode": {
1031
+ "shape": "VirtualNodeData"
1032
+ }
1033
+ },
1034
+ "payload": "virtualNode"
1035
+ },
1036
+ "ServiceUnavailableException": {
1037
+ "type": "structure",
1038
+ "members": {
1039
+ "message": {
1040
+ "shape": "String"
1041
+ }
1042
+ },
1043
+ "exception": true,
1044
+ "error": {
1045
+ "code": "ServiceUnavailableException",
1046
+ "httpStatusCode": 503,
1047
+ "fault": true
1048
+ }
1049
+ },
1050
+ "Long": {
1051
+ "type": "long",
1052
+ "box": true
1053
+ },
1054
+ "UpdateVirtualRouterOutput": {
1055
+ "type": "structure",
1056
+ "required": [
1057
+ "virtualRouter"
1058
+ ],
1059
+ "members": {
1060
+ "virtualRouter": {
1061
+ "shape": "VirtualRouterData"
1062
+ }
1063
+ },
1064
+ "payload": "virtualRouter"
1065
+ },
1066
+ "DescribeMeshOutput": {
1067
+ "type": "structure",
1068
+ "required": [
1069
+ "mesh"
1070
+ ],
1071
+ "members": {
1072
+ "mesh": {
1073
+ "shape": "MeshData"
1074
+ }
1075
+ },
1076
+ "payload": "mesh"
1077
+ },
1078
+ "DeleteVirtualRouterInput": {
1079
+ "type": "structure",
1080
+ "required": [
1081
+ "meshName",
1082
+ "virtualRouterName"
1083
+ ],
1084
+ "members": {
1085
+ "meshName": {
1086
+ "shape": "ResourceName",
1087
+ "location": "uri",
1088
+ "locationName": "meshName"
1089
+ },
1090
+ "virtualRouterName": {
1091
+ "shape": "ResourceName",
1092
+ "location": "uri",
1093
+ "locationName": "virtualRouterName"
1094
+ }
1095
+ }
1096
+ },
1097
+ "ListVirtualRoutersOutput": {
1098
+ "type": "structure",
1099
+ "required": [
1100
+ "virtualRouters"
1101
+ ],
1102
+ "members": {
1103
+ "nextToken": {
1104
+ "shape": "String"
1105
+ },
1106
+ "virtualRouters": {
1107
+ "shape": "VirtualRouterList"
1108
+ }
1109
+ }
1110
+ },
1111
+ "DescribeRouteInput": {
1112
+ "type": "structure",
1113
+ "required": [
1114
+ "meshName",
1115
+ "routeName",
1116
+ "virtualRouterName"
1117
+ ],
1118
+ "members": {
1119
+ "meshName": {
1120
+ "shape": "ResourceName",
1121
+ "location": "uri",
1122
+ "locationName": "meshName"
1123
+ },
1124
+ "routeName": {
1125
+ "shape": "ResourceName",
1126
+ "location": "uri",
1127
+ "locationName": "routeName"
1128
+ },
1129
+ "virtualRouterName": {
1130
+ "shape": "ResourceName",
1131
+ "location": "uri",
1132
+ "locationName": "virtualRouterName"
1133
+ }
1134
+ }
1135
+ },
1136
+ "DeleteRouteOutput": {
1137
+ "type": "structure",
1138
+ "required": [
1139
+ "route"
1140
+ ],
1141
+ "members": {
1142
+ "route": {
1143
+ "shape": "RouteData"
1144
+ }
1145
+ },
1146
+ "payload": "route"
1147
+ },
1148
+ "ResourceMetadata": {
1149
+ "type": "structure",
1150
+ "required": [
1151
+ "arn",
1152
+ "createdAt",
1153
+ "lastUpdatedAt",
1154
+ "uid",
1155
+ "version"
1156
+ ],
1157
+ "members": {
1158
+ "arn": {
1159
+ "shape": "Arn"
1160
+ },
1161
+ "createdAt": {
1162
+ "shape": "Timestamp"
1163
+ },
1164
+ "lastUpdatedAt": {
1165
+ "shape": "Timestamp"
1166
+ },
1167
+ "uid": {
1168
+ "shape": "String"
1169
+ },
1170
+ "version": {
1171
+ "shape": "Long"
1172
+ }
1173
+ }
1174
+ },
1175
+ "Listeners": {
1176
+ "type": "list",
1177
+ "member": {
1178
+ "shape": "Listener"
1179
+ }
1180
+ },
1181
+ "Backends": {
1182
+ "type": "list",
1183
+ "member": {
1184
+ "shape": "Backend"
1185
+ }
1186
+ },
1187
+ "ResourceInUseException": {
1188
+ "type": "structure",
1189
+ "members": {
1190
+ "message": {
1191
+ "shape": "String"
1192
+ }
1193
+ },
1194
+ "exception": true,
1195
+ "error": {
1196
+ "code": "ResourceInUseException",
1197
+ "httpStatusCode": 409,
1198
+ "senderFault": true
1199
+ }
1200
+ },
1201
+ "PortProtocol": {
1202
+ "type": "string",
1203
+ "enum": [
1204
+ "http",
1205
+ "tcp"
1206
+ ]
1207
+ },
1208
+ "UpdateVirtualNodeOutput": {
1209
+ "type": "structure",
1210
+ "required": [
1211
+ "virtualNode"
1212
+ ],
1213
+ "members": {
1214
+ "virtualNode": {
1215
+ "shape": "VirtualNodeData"
1216
+ }
1217
+ },
1218
+ "payload": "virtualNode"
1219
+ },
1220
+ "ListRoutesOutput": {
1221
+ "type": "structure",
1222
+ "required": [
1223
+ "routes"
1224
+ ],
1225
+ "members": {
1226
+ "nextToken": {
1227
+ "shape": "String"
1228
+ },
1229
+ "routes": {
1230
+ "shape": "RouteList"
1231
+ }
1232
+ }
1233
+ },
1234
+ "VirtualServiceBackend": {
1235
+ "type": "structure",
1236
+ "required": [
1237
+ "virtualServiceName"
1238
+ ],
1239
+ "members": {
1240
+ "virtualServiceName": {
1241
+ "shape": "ServiceName"
1242
+ }
1243
+ }
1244
+ },
1245
+ "VirtualNodeStatusCode": {
1246
+ "type": "string",
1247
+ "enum": [
1248
+ "ACTIVE",
1249
+ "DELETED",
1250
+ "INACTIVE"
1251
+ ]
1252
+ },
1253
+ "ServiceName": {
1254
+ "type": "string"
1255
+ },
1256
+ "BadRequestException": {
1257
+ "type": "structure",
1258
+ "members": {
1259
+ "message": {
1260
+ "shape": "String"
1261
+ }
1262
+ },
1263
+ "exception": true,
1264
+ "error": {
1265
+ "code": "BadRequestException",
1266
+ "httpStatusCode": 400,
1267
+ "senderFault": true
1268
+ }
1269
+ },
1270
+ "UpdateVirtualServiceInput": {
1271
+ "type": "structure",
1272
+ "required": [
1273
+ "meshName",
1274
+ "spec",
1275
+ "virtualServiceName"
1276
+ ],
1277
+ "members": {
1278
+ "clientToken": {
1279
+ "shape": "String",
1280
+ "idempotencyToken": true
1281
+ },
1282
+ "meshName": {
1283
+ "shape": "ResourceName",
1284
+ "location": "uri",
1285
+ "locationName": "meshName"
1286
+ },
1287
+ "spec": {
1288
+ "shape": "VirtualServiceSpec"
1289
+ },
1290
+ "virtualServiceName": {
1291
+ "shape": "ServiceName",
1292
+ "location": "uri",
1293
+ "locationName": "virtualServiceName"
1294
+ }
1295
+ }
1296
+ },
1297
+ "HealthCheckThreshold": {
1298
+ "type": "integer",
1299
+ "min": 2,
1300
+ "max": 10
1301
+ },
1302
+ "UpdateRouteOutput": {
1303
+ "type": "structure",
1304
+ "required": [
1305
+ "route"
1306
+ ],
1307
+ "members": {
1308
+ "route": {
1309
+ "shape": "RouteData"
1310
+ }
1311
+ },
1312
+ "payload": "route"
1313
+ },
1314
+ "PercentInt": {
1315
+ "type": "integer",
1316
+ "min": 0,
1317
+ "max": 100
1318
+ },
1319
+ "HttpRouteAction": {
1320
+ "type": "structure",
1321
+ "required": [
1322
+ "weightedTargets"
1323
+ ],
1324
+ "members": {
1325
+ "weightedTargets": {
1326
+ "shape": "WeightedTargets"
1327
+ }
1328
+ }
1329
+ },
1330
+ "ListRoutesInput": {
1331
+ "type": "structure",
1332
+ "required": [
1333
+ "meshName",
1334
+ "virtualRouterName"
1335
+ ],
1336
+ "members": {
1337
+ "limit": {
1338
+ "shape": "ListRoutesLimit",
1339
+ "location": "querystring",
1340
+ "locationName": "limit"
1341
+ },
1342
+ "meshName": {
1343
+ "shape": "ResourceName",
1344
+ "location": "uri",
1345
+ "locationName": "meshName"
1346
+ },
1347
+ "nextToken": {
1348
+ "shape": "String",
1349
+ "location": "querystring",
1350
+ "locationName": "nextToken"
1351
+ },
1352
+ "virtualRouterName": {
1353
+ "shape": "ResourceName",
1354
+ "location": "uri",
1355
+ "locationName": "virtualRouterName"
1356
+ }
1357
+ }
1358
+ },
1359
+ "HealthCheckPolicy": {
1360
+ "type": "structure",
1361
+ "required": [
1362
+ "healthyThreshold",
1363
+ "intervalMillis",
1364
+ "protocol",
1365
+ "timeoutMillis",
1366
+ "unhealthyThreshold"
1367
+ ],
1368
+ "members": {
1369
+ "healthyThreshold": {
1370
+ "shape": "HealthCheckThreshold"
1371
+ },
1372
+ "intervalMillis": {
1373
+ "shape": "HealthCheckIntervalMillis"
1374
+ },
1375
+ "path": {
1376
+ "shape": "String"
1377
+ },
1378
+ "port": {
1379
+ "shape": "PortNumber"
1380
+ },
1381
+ "protocol": {
1382
+ "shape": "PortProtocol"
1383
+ },
1384
+ "timeoutMillis": {
1385
+ "shape": "HealthCheckTimeoutMillis"
1386
+ },
1387
+ "unhealthyThreshold": {
1388
+ "shape": "HealthCheckThreshold"
1389
+ }
1390
+ }
1391
+ },
1392
+ "VirtualServiceRef": {
1393
+ "type": "structure",
1394
+ "required": [
1395
+ "arn",
1396
+ "meshName",
1397
+ "virtualServiceName"
1398
+ ],
1399
+ "members": {
1400
+ "arn": {
1401
+ "shape": "Arn"
1402
+ },
1403
+ "meshName": {
1404
+ "shape": "ResourceName"
1405
+ },
1406
+ "virtualServiceName": {
1407
+ "shape": "ServiceName"
1408
+ }
1409
+ }
1410
+ },
1411
+ "VirtualServiceList": {
1412
+ "type": "list",
1413
+ "member": {
1414
+ "shape": "VirtualServiceRef"
1415
+ }
1416
+ },
1417
+ "VirtualNodeStatus": {
1418
+ "type": "structure",
1419
+ "required": [
1420
+ "status"
1421
+ ],
1422
+ "members": {
1423
+ "status": {
1424
+ "shape": "VirtualNodeStatusCode"
1425
+ }
1426
+ }
1427
+ },
1428
+ "VirtualRouterRef": {
1429
+ "type": "structure",
1430
+ "required": [
1431
+ "arn",
1432
+ "meshName",
1433
+ "virtualRouterName"
1434
+ ],
1435
+ "members": {
1436
+ "arn": {
1437
+ "shape": "Arn"
1438
+ },
1439
+ "meshName": {
1440
+ "shape": "ResourceName"
1441
+ },
1442
+ "virtualRouterName": {
1443
+ "shape": "ResourceName"
1444
+ }
1445
+ }
1446
+ },
1447
+ "VirtualServiceData": {
1448
+ "type": "structure",
1449
+ "required": [
1450
+ "meshName",
1451
+ "metadata",
1452
+ "spec",
1453
+ "status",
1454
+ "virtualServiceName"
1455
+ ],
1456
+ "members": {
1457
+ "meshName": {
1458
+ "shape": "ResourceName"
1459
+ },
1460
+ "metadata": {
1461
+ "shape": "ResourceMetadata"
1462
+ },
1463
+ "spec": {
1464
+ "shape": "VirtualServiceSpec"
1465
+ },
1466
+ "status": {
1467
+ "shape": "VirtualServiceStatus"
1468
+ },
1469
+ "virtualServiceName": {
1470
+ "shape": "ServiceName"
1471
+ }
1472
+ }
1473
+ },
1474
+ "DescribeVirtualServiceOutput": {
1475
+ "type": "structure",
1476
+ "required": [
1477
+ "virtualService"
1478
+ ],
1479
+ "members": {
1480
+ "virtualService": {
1481
+ "shape": "VirtualServiceData"
1482
+ }
1483
+ },
1484
+ "payload": "virtualService"
1485
+ },
1486
+ "VirtualNodeRef": {
1487
+ "type": "structure",
1488
+ "required": [
1489
+ "arn",
1490
+ "meshName",
1491
+ "virtualNodeName"
1492
+ ],
1493
+ "members": {
1494
+ "arn": {
1495
+ "shape": "Arn"
1496
+ },
1497
+ "meshName": {
1498
+ "shape": "ResourceName"
1499
+ },
1500
+ "virtualNodeName": {
1501
+ "shape": "ResourceName"
1502
+ }
1503
+ }
1504
+ },
1505
+ "CreateMeshInput": {
1506
+ "type": "structure",
1507
+ "required": [
1508
+ "meshName"
1509
+ ],
1510
+ "members": {
1511
+ "clientToken": {
1512
+ "shape": "String",
1513
+ "idempotencyToken": true
1514
+ },
1515
+ "meshName": {
1516
+ "shape": "ResourceName"
1517
+ }
1518
+ }
1519
+ },
1520
+ "DescribeVirtualNodeOutput": {
1521
+ "type": "structure",
1522
+ "required": [
1523
+ "virtualNode"
1524
+ ],
1525
+ "members": {
1526
+ "virtualNode": {
1527
+ "shape": "VirtualNodeData"
1528
+ }
1529
+ },
1530
+ "payload": "virtualNode"
1531
+ },
1532
+ "LimitExceededException": {
1533
+ "type": "structure",
1534
+ "members": {
1535
+ "message": {
1536
+ "shape": "String"
1537
+ }
1538
+ },
1539
+ "exception": true,
1540
+ "error": {
1541
+ "code": "LimitExceededException",
1542
+ "httpStatusCode": 400,
1543
+ "senderFault": true
1544
+ }
1545
+ },
1546
+ "CreateRouteOutput": {
1547
+ "type": "structure",
1548
+ "required": [
1549
+ "route"
1550
+ ],
1551
+ "members": {
1552
+ "route": {
1553
+ "shape": "RouteData"
1554
+ }
1555
+ },
1556
+ "payload": "route"
1557
+ },
1558
+ "DnsServiceDiscovery": {
1559
+ "type": "structure",
1560
+ "required": [
1561
+ "hostname"
1562
+ ],
1563
+ "members": {
1564
+ "hostname": {
1565
+ "shape": "Hostname"
1566
+ }
1567
+ }
1568
+ },
1569
+ "DescribeVirtualServiceInput": {
1570
+ "type": "structure",
1571
+ "required": [
1572
+ "meshName",
1573
+ "virtualServiceName"
1574
+ ],
1575
+ "members": {
1576
+ "meshName": {
1577
+ "shape": "ResourceName",
1578
+ "location": "uri",
1579
+ "locationName": "meshName"
1580
+ },
1581
+ "virtualServiceName": {
1582
+ "shape": "ServiceName",
1583
+ "location": "uri",
1584
+ "locationName": "virtualServiceName"
1585
+ }
1586
+ }
1587
+ },
1588
+ "ListVirtualServicesLimit": {
1589
+ "type": "integer",
1590
+ "box": true,
1591
+ "min": 1,
1592
+ "max": 100
1593
+ },
1594
+ "DeleteRouteInput": {
1595
+ "type": "structure",
1596
+ "required": [
1597
+ "meshName",
1598
+ "routeName",
1599
+ "virtualRouterName"
1600
+ ],
1601
+ "members": {
1602
+ "meshName": {
1603
+ "shape": "ResourceName",
1604
+ "location": "uri",
1605
+ "locationName": "meshName"
1606
+ },
1607
+ "routeName": {
1608
+ "shape": "ResourceName",
1609
+ "location": "uri",
1610
+ "locationName": "routeName"
1611
+ },
1612
+ "virtualRouterName": {
1613
+ "shape": "ResourceName",
1614
+ "location": "uri",
1615
+ "locationName": "virtualRouterName"
1616
+ }
1617
+ }
1618
+ },
1619
+ "VirtualNodeData": {
1620
+ "type": "structure",
1621
+ "required": [
1622
+ "meshName",
1623
+ "metadata",
1624
+ "spec",
1625
+ "status",
1626
+ "virtualNodeName"
1627
+ ],
1628
+ "members": {
1629
+ "meshName": {
1630
+ "shape": "ResourceName"
1631
+ },
1632
+ "metadata": {
1633
+ "shape": "ResourceMetadata"
1634
+ },
1635
+ "spec": {
1636
+ "shape": "VirtualNodeSpec"
1637
+ },
1638
+ "status": {
1639
+ "shape": "VirtualNodeStatus"
1640
+ },
1641
+ "virtualNodeName": {
1642
+ "shape": "ResourceName"
1643
+ }
1644
+ }
1645
+ },
1646
+ "VirtualServiceSpec": {
1647
+ "type": "structure",
1648
+ "members": {
1649
+ "provider": {
1650
+ "shape": "VirtualServiceProvider"
1651
+ }
1652
+ }
1653
+ },
1654
+ "Backend": {
1655
+ "type": "structure",
1656
+ "members": {
1657
+ "virtualService": {
1658
+ "shape": "VirtualServiceBackend"
1659
+ }
1660
+ }
1661
+ },
1662
+ "ListVirtualRoutersLimit": {
1663
+ "type": "integer",
1664
+ "box": true,
1665
+ "min": 1,
1666
+ "max": 100
1667
+ },
1668
+ "HealthCheckIntervalMillis": {
1669
+ "type": "long",
1670
+ "box": true,
1671
+ "min": 5000,
1672
+ "max": 300000
1673
+ },
1674
+ "VirtualRouterList": {
1675
+ "type": "list",
1676
+ "member": {
1677
+ "shape": "VirtualRouterRef"
1678
+ }
1679
+ },
1680
+ "ListMeshesInput": {
1681
+ "type": "structure",
1682
+ "members": {
1683
+ "limit": {
1684
+ "shape": "ListMeshesLimit",
1685
+ "location": "querystring",
1686
+ "locationName": "limit"
1687
+ },
1688
+ "nextToken": {
1689
+ "shape": "String",
1690
+ "location": "querystring",
1691
+ "locationName": "nextToken"
1692
+ }
1693
+ }
1694
+ },
1695
+ "Arn": {
1696
+ "type": "string"
1697
+ },
1698
+ "VirtualNodeList": {
1699
+ "type": "list",
1700
+ "member": {
1701
+ "shape": "VirtualNodeRef"
1702
+ }
1703
+ },
1704
+ "ListVirtualRoutersInput": {
1705
+ "type": "structure",
1706
+ "required": [
1707
+ "meshName"
1708
+ ],
1709
+ "members": {
1710
+ "limit": {
1711
+ "shape": "ListVirtualRoutersLimit",
1712
+ "location": "querystring",
1713
+ "locationName": "limit"
1714
+ },
1715
+ "meshName": {
1716
+ "shape": "ResourceName",
1717
+ "location": "uri",
1718
+ "locationName": "meshName"
1719
+ },
1720
+ "nextToken": {
1721
+ "shape": "String",
1722
+ "location": "querystring",
1723
+ "locationName": "nextToken"
1724
+ }
1725
+ }
1726
+ },
1727
+ "VirtualRouterData": {
1728
+ "type": "structure",
1729
+ "required": [
1730
+ "meshName",
1731
+ "metadata",
1732
+ "spec",
1733
+ "status",
1734
+ "virtualRouterName"
1735
+ ],
1736
+ "members": {
1737
+ "meshName": {
1738
+ "shape": "ResourceName"
1739
+ },
1740
+ "metadata": {
1741
+ "shape": "ResourceMetadata"
1742
+ },
1743
+ "spec": {
1744
+ "shape": "VirtualRouterSpec"
1745
+ },
1746
+ "status": {
1747
+ "shape": "VirtualRouterStatus"
1748
+ },
1749
+ "virtualRouterName": {
1750
+ "shape": "ResourceName"
1751
+ }
1752
+ }
1753
+ },
1754
+ "ListVirtualServicesInput": {
1755
+ "type": "structure",
1756
+ "required": [
1757
+ "meshName"
1758
+ ],
1759
+ "members": {
1760
+ "limit": {
1761
+ "shape": "ListVirtualServicesLimit",
1762
+ "location": "querystring",
1763
+ "locationName": "limit"
1764
+ },
1765
+ "meshName": {
1766
+ "shape": "ResourceName",
1767
+ "location": "uri",
1768
+ "locationName": "meshName"
1769
+ },
1770
+ "nextToken": {
1771
+ "shape": "String",
1772
+ "location": "querystring",
1773
+ "locationName": "nextToken"
1774
+ }
1775
+ }
1776
+ },
1777
+ "CreateVirtualRouterInput": {
1778
+ "type": "structure",
1779
+ "required": [
1780
+ "meshName",
1781
+ "spec",
1782
+ "virtualRouterName"
1783
+ ],
1784
+ "members": {
1785
+ "clientToken": {
1786
+ "shape": "String",
1787
+ "idempotencyToken": true
1788
+ },
1789
+ "meshName": {
1790
+ "shape": "ResourceName",
1791
+ "location": "uri",
1792
+ "locationName": "meshName"
1793
+ },
1794
+ "spec": {
1795
+ "shape": "VirtualRouterSpec"
1796
+ },
1797
+ "virtualRouterName": {
1798
+ "shape": "ResourceName"
1799
+ }
1800
+ }
1801
+ },
1802
+ "ListVirtualNodesInput": {
1803
+ "type": "structure",
1804
+ "required": [
1805
+ "meshName"
1806
+ ],
1807
+ "members": {
1808
+ "limit": {
1809
+ "shape": "ListVirtualNodesLimit",
1810
+ "location": "querystring",
1811
+ "locationName": "limit"
1812
+ },
1813
+ "meshName": {
1814
+ "shape": "ResourceName",
1815
+ "location": "uri",
1816
+ "locationName": "meshName"
1817
+ },
1818
+ "nextToken": {
1819
+ "shape": "String",
1820
+ "location": "querystring",
1821
+ "locationName": "nextToken"
1822
+ }
1823
+ }
1824
+ },
1825
+ "DescribeVirtualRouterOutput": {
1826
+ "type": "structure",
1827
+ "required": [
1828
+ "virtualRouter"
1829
+ ],
1830
+ "members": {
1831
+ "virtualRouter": {
1832
+ "shape": "VirtualRouterData"
1833
+ }
1834
+ },
1835
+ "payload": "virtualRouter"
1836
+ },
1837
+ "CreateMeshOutput": {
1838
+ "type": "structure",
1839
+ "required": [
1840
+ "mesh"
1841
+ ],
1842
+ "members": {
1843
+ "mesh": {
1844
+ "shape": "MeshData"
1845
+ }
1846
+ },
1847
+ "payload": "mesh"
1848
+ },
1849
+ "CreateVirtualRouterOutput": {
1850
+ "type": "structure",
1851
+ "required": [
1852
+ "virtualRouter"
1853
+ ],
1854
+ "members": {
1855
+ "virtualRouter": {
1856
+ "shape": "VirtualRouterData"
1857
+ }
1858
+ },
1859
+ "payload": "virtualRouter"
1860
+ },
1861
+ "VirtualServiceStatus": {
1862
+ "type": "structure",
1863
+ "required": [
1864
+ "status"
1865
+ ],
1866
+ "members": {
1867
+ "status": {
1868
+ "shape": "VirtualServiceStatusCode"
1869
+ }
1870
+ }
1871
+ },
1872
+ "ListVirtualNodesLimit": {
1873
+ "type": "integer",
1874
+ "box": true,
1875
+ "min": 1,
1876
+ "max": 100
1877
+ },
1878
+ "HealthCheckTimeoutMillis": {
1879
+ "type": "long",
1880
+ "box": true,
1881
+ "min": 2000,
1882
+ "max": 60000
1883
+ },
1884
+ "ListMeshesLimit": {
1885
+ "type": "integer",
1886
+ "box": true,
1887
+ "min": 1,
1888
+ "max": 100
1889
+ },
1890
+ "ResourceName": {
1891
+ "type": "string",
1892
+ "min": 1,
1893
+ "max": 255
1894
+ },
1895
+ "VirtualRouterSpec": {
1896
+ "type": "structure",
1897
+ "required": [
1898
+ "listeners"
1899
+ ],
1900
+ "members": {
1901
+ "listeners": {
1902
+ "shape": "VirtualRouterListeners"
1903
+ }
1904
+ }
1905
+ },
1906
+ "TooManyRequestsException": {
1907
+ "type": "structure",
1908
+ "members": {
1909
+ "message": {
1910
+ "shape": "String"
1911
+ }
1912
+ },
1913
+ "exception": true,
1914
+ "error": {
1915
+ "code": "TooManyRequestsException",
1916
+ "httpStatusCode": 429,
1917
+ "senderFault": true
1918
+ }
1919
+ },
1920
+ "Timestamp": {
1921
+ "type": "timestamp"
1922
+ },
1923
+ "VirtualNodeSpec": {
1924
+ "type": "structure",
1925
+ "members": {
1926
+ "backends": {
1927
+ "shape": "Backends"
1928
+ },
1929
+ "listeners": {
1930
+ "shape": "Listeners"
1931
+ },
1932
+ "serviceDiscovery": {
1933
+ "shape": "ServiceDiscovery"
1934
+ }
1935
+ }
1936
+ },
1937
+ "ListMeshesOutput": {
1938
+ "type": "structure",
1939
+ "required": [
1940
+ "meshes"
1941
+ ],
1942
+ "members": {
1943
+ "meshes": {
1944
+ "shape": "MeshList"
1945
+ },
1946
+ "nextToken": {
1947
+ "shape": "String"
1948
+ }
1949
+ }
1950
+ },
1951
+ "VirtualRouterListeners": {
1952
+ "type": "list",
1953
+ "member": {
1954
+ "shape": "VirtualRouterListener"
1955
+ }
1956
+ },
1957
+ "ConflictException": {
1958
+ "type": "structure",
1959
+ "members": {
1960
+ "message": {
1961
+ "shape": "String"
1962
+ }
1963
+ },
1964
+ "exception": true,
1965
+ "error": {
1966
+ "code": "ConflictException",
1967
+ "httpStatusCode": 409,
1968
+ "senderFault": true
1969
+ }
1970
+ },
1971
+ "DescribeRouteOutput": {
1972
+ "type": "structure",
1973
+ "required": [
1974
+ "route"
1975
+ ],
1976
+ "members": {
1977
+ "route": {
1978
+ "shape": "RouteData"
1979
+ }
1980
+ },
1981
+ "payload": "route"
1982
+ },
1983
+ "HttpRouteMatch": {
1984
+ "type": "structure",
1985
+ "required": [
1986
+ "prefix"
1987
+ ],
1988
+ "members": {
1989
+ "prefix": {
1990
+ "shape": "String"
1991
+ }
1992
+ }
1993
+ },
1994
+ "MeshList": {
1995
+ "type": "list",
1996
+ "member": {
1997
+ "shape": "MeshRef"
1998
+ }
1999
+ },
2000
+ "MeshRef": {
2001
+ "type": "structure",
2002
+ "required": [
2003
+ "arn",
2004
+ "meshName"
2005
+ ],
2006
+ "members": {
2007
+ "arn": {
2008
+ "shape": "Arn"
2009
+ },
2010
+ "meshName": {
2011
+ "shape": "ResourceName"
2012
+ }
2013
+ }
2014
+ },
2015
+ "MeshStatusCode": {
2016
+ "type": "string",
2017
+ "enum": [
2018
+ "ACTIVE",
2019
+ "DELETED",
2020
+ "INACTIVE"
2021
+ ]
2022
+ },
2023
+ "PortMapping": {
2024
+ "type": "structure",
2025
+ "required": [
2026
+ "port",
2027
+ "protocol"
2028
+ ],
2029
+ "members": {
2030
+ "port": {
2031
+ "shape": "PortNumber"
2032
+ },
2033
+ "protocol": {
2034
+ "shape": "PortProtocol"
2035
+ }
2036
+ }
2037
+ },
2038
+ "MeshData": {
2039
+ "type": "structure",
2040
+ "required": [
2041
+ "meshName",
2042
+ "metadata",
2043
+ "status"
2044
+ ],
2045
+ "members": {
2046
+ "meshName": {
2047
+ "shape": "ResourceName"
2048
+ },
2049
+ "metadata": {
2050
+ "shape": "ResourceMetadata"
2051
+ },
2052
+ "status": {
2053
+ "shape": "MeshStatus"
2054
+ }
2055
+ }
2056
+ },
2057
+ "VirtualRouterStatus": {
2058
+ "type": "structure",
2059
+ "required": [
2060
+ "status"
2061
+ ],
2062
+ "members": {
2063
+ "status": {
2064
+ "shape": "VirtualRouterStatusCode"
2065
+ }
2066
+ }
2067
+ },
2068
+ "ListVirtualServicesOutput": {
2069
+ "type": "structure",
2070
+ "required": [
2071
+ "virtualServices"
2072
+ ],
2073
+ "members": {
2074
+ "nextToken": {
2075
+ "shape": "String"
2076
+ },
2077
+ "virtualServices": {
2078
+ "shape": "VirtualServiceList"
2079
+ }
2080
+ }
2081
+ },
2082
+ "WeightedTarget": {
2083
+ "type": "structure",
2084
+ "required": [
2085
+ "virtualNode",
2086
+ "weight"
2087
+ ],
2088
+ "members": {
2089
+ "virtualNode": {
2090
+ "shape": "ResourceName"
2091
+ },
2092
+ "weight": {
2093
+ "shape": "PercentInt"
2094
+ }
2095
+ }
2096
+ },
2097
+ "DescribeVirtualNodeInput": {
2098
+ "type": "structure",
2099
+ "required": [
2100
+ "meshName",
2101
+ "virtualNodeName"
2102
+ ],
2103
+ "members": {
2104
+ "meshName": {
2105
+ "shape": "ResourceName",
2106
+ "location": "uri",
2107
+ "locationName": "meshName"
2108
+ },
2109
+ "virtualNodeName": {
2110
+ "shape": "ResourceName",
2111
+ "location": "uri",
2112
+ "locationName": "virtualNodeName"
2113
+ }
2114
+ }
2115
+ },
2116
+ "RouteStatus": {
2117
+ "type": "structure",
2118
+ "required": [
2119
+ "status"
2120
+ ],
2121
+ "members": {
2122
+ "status": {
2123
+ "shape": "RouteStatusCode"
2124
+ }
2125
+ }
2126
+ },
2127
+ "RouteRef": {
2128
+ "type": "structure",
2129
+ "required": [
2130
+ "arn",
2131
+ "meshName",
2132
+ "routeName",
2133
+ "virtualRouterName"
2134
+ ],
2135
+ "members": {
2136
+ "arn": {
2137
+ "shape": "Arn"
2138
+ },
2139
+ "meshName": {
2140
+ "shape": "ResourceName"
2141
+ },
2142
+ "routeName": {
2143
+ "shape": "ResourceName"
2144
+ },
2145
+ "virtualRouterName": {
2146
+ "shape": "ResourceName"
2147
+ }
2148
+ }
2149
+ },
2150
+ "Listener": {
2151
+ "type": "structure",
2152
+ "required": [
2153
+ "portMapping"
2154
+ ],
2155
+ "members": {
2156
+ "healthCheck": {
2157
+ "shape": "HealthCheckPolicy"
2158
+ },
2159
+ "portMapping": {
2160
+ "shape": "PortMapping"
2161
+ }
2162
+ }
2163
+ },
2164
+ "DeleteVirtualNodeInput": {
2165
+ "type": "structure",
2166
+ "required": [
2167
+ "meshName",
2168
+ "virtualNodeName"
2169
+ ],
2170
+ "members": {
2171
+ "meshName": {
2172
+ "shape": "ResourceName",
2173
+ "location": "uri",
2174
+ "locationName": "meshName"
2175
+ },
2176
+ "virtualNodeName": {
2177
+ "shape": "ResourceName",
2178
+ "location": "uri",
2179
+ "locationName": "virtualNodeName"
2180
+ }
2181
+ }
2182
+ },
2183
+ "RouteData": {
2184
+ "type": "structure",
2185
+ "required": [
2186
+ "meshName",
2187
+ "metadata",
2188
+ "routeName",
2189
+ "spec",
2190
+ "status",
2191
+ "virtualRouterName"
2192
+ ],
2193
+ "members": {
2194
+ "meshName": {
2195
+ "shape": "ResourceName"
2196
+ },
2197
+ "metadata": {
2198
+ "shape": "ResourceMetadata"
2199
+ },
2200
+ "routeName": {
2201
+ "shape": "ResourceName"
2202
+ },
2203
+ "spec": {
2204
+ "shape": "RouteSpec"
2205
+ },
2206
+ "status": {
2207
+ "shape": "RouteStatus"
2208
+ },
2209
+ "virtualRouterName": {
2210
+ "shape": "ResourceName"
2211
+ }
2212
+ }
2213
+ },
2214
+ "RouteStatusCode": {
2215
+ "type": "string",
2216
+ "enum": [
2217
+ "ACTIVE",
2218
+ "DELETED",
2219
+ "INACTIVE"
2220
+ ]
2221
+ },
2222
+ "ListRoutesLimit": {
2223
+ "type": "integer",
2224
+ "box": true,
2225
+ "min": 1,
2226
+ "max": 100
2227
+ },
2228
+ "DeleteVirtualServiceOutput": {
2229
+ "type": "structure",
2230
+ "required": [
2231
+ "virtualService"
2232
+ ],
2233
+ "members": {
2234
+ "virtualService": {
2235
+ "shape": "VirtualServiceData"
2236
+ }
2237
+ },
2238
+ "payload": "virtualService"
2239
+ },
2240
+ "VirtualNodeServiceProvider": {
2241
+ "type": "structure",
2242
+ "required": [
2243
+ "virtualNodeName"
2244
+ ],
2245
+ "members": {
2246
+ "virtualNodeName": {
2247
+ "shape": "ResourceName"
2248
+ }
2249
+ }
2250
+ },
2251
+ "InternalServerErrorException": {
2252
+ "type": "structure",
2253
+ "members": {
2254
+ "message": {
2255
+ "shape": "String"
2256
+ }
2257
+ },
2258
+ "exception": true,
2259
+ "error": {
2260
+ "code": "InternalServerErrorException",
2261
+ "httpStatusCode": 500,
2262
+ "fault": true
2263
+ }
2264
+ },
2265
+ "DescribeVirtualRouterInput": {
2266
+ "type": "structure",
2267
+ "required": [
2268
+ "meshName",
2269
+ "virtualRouterName"
2270
+ ],
2271
+ "members": {
2272
+ "meshName": {
2273
+ "shape": "ResourceName",
2274
+ "location": "uri",
2275
+ "locationName": "meshName"
2276
+ },
2277
+ "virtualRouterName": {
2278
+ "shape": "ResourceName",
2279
+ "location": "uri",
2280
+ "locationName": "virtualRouterName"
2281
+ }
2282
+ }
2283
+ },
2284
+ "RouteList": {
2285
+ "type": "list",
2286
+ "member": {
2287
+ "shape": "RouteRef"
2288
+ }
2289
+ },
2290
+ "ForbiddenException": {
2291
+ "type": "structure",
2292
+ "members": {
2293
+ "message": {
2294
+ "shape": "String"
2295
+ }
2296
+ },
2297
+ "exception": true,
2298
+ "error": {
2299
+ "code": "ForbiddenException",
2300
+ "httpStatusCode": 403,
2301
+ "senderFault": true
2302
+ }
2303
+ },
2304
+ "DeleteMeshOutput": {
2305
+ "type": "structure",
2306
+ "required": [
2307
+ "mesh"
2308
+ ],
2309
+ "members": {
2310
+ "mesh": {
2311
+ "shape": "MeshData"
2312
+ }
2313
+ },
2314
+ "payload": "mesh"
2315
+ },
2316
+ "Hostname": {
2317
+ "type": "string"
2318
+ },
2319
+ "PortNumber": {
2320
+ "type": "integer",
2321
+ "min": 1,
2322
+ "max": 65535
2323
+ },
2324
+ "CreateRouteInput": {
2325
+ "type": "structure",
2326
+ "required": [
2327
+ "meshName",
2328
+ "routeName",
2329
+ "spec",
2330
+ "virtualRouterName"
2331
+ ],
2332
+ "members": {
2333
+ "clientToken": {
2334
+ "shape": "String",
2335
+ "idempotencyToken": true
2336
+ },
2337
+ "meshName": {
2338
+ "shape": "ResourceName",
2339
+ "location": "uri",
2340
+ "locationName": "meshName"
2341
+ },
2342
+ "routeName": {
2343
+ "shape": "ResourceName"
2344
+ },
2345
+ "spec": {
2346
+ "shape": "RouteSpec"
2347
+ },
2348
+ "virtualRouterName": {
2349
+ "shape": "ResourceName",
2350
+ "location": "uri",
2351
+ "locationName": "virtualRouterName"
2352
+ }
2353
+ }
2354
+ },
2355
+ "WeightedTargets": {
2356
+ "type": "list",
2357
+ "member": {
2358
+ "shape": "WeightedTarget"
2359
+ }
2360
+ },
2361
+ "VirtualServiceProvider": {
2362
+ "type": "structure",
2363
+ "members": {
2364
+ "virtualNode": {
2365
+ "shape": "VirtualNodeServiceProvider"
2366
+ },
2367
+ "virtualRouter": {
2368
+ "shape": "VirtualRouterServiceProvider"
2369
+ }
2370
+ }
2371
+ },
2372
+ "String": {
2373
+ "type": "string"
2374
+ },
2375
+ "UpdateVirtualServiceOutput": {
2376
+ "type": "structure",
2377
+ "required": [
2378
+ "virtualService"
2379
+ ],
2380
+ "members": {
2381
+ "virtualService": {
2382
+ "shape": "VirtualServiceData"
2383
+ }
2384
+ },
2385
+ "payload": "virtualService"
2386
+ },
2387
+ "UpdateRouteInput": {
2388
+ "type": "structure",
2389
+ "required": [
2390
+ "meshName",
2391
+ "routeName",
2392
+ "spec",
2393
+ "virtualRouterName"
2394
+ ],
2395
+ "members": {
2396
+ "clientToken": {
2397
+ "shape": "String",
2398
+ "idempotencyToken": true
2399
+ },
2400
+ "meshName": {
2401
+ "shape": "ResourceName",
2402
+ "location": "uri",
2403
+ "locationName": "meshName"
2404
+ },
2405
+ "routeName": {
2406
+ "shape": "ResourceName",
2407
+ "location": "uri",
2408
+ "locationName": "routeName"
2409
+ },
2410
+ "spec": {
2411
+ "shape": "RouteSpec"
2412
+ },
2413
+ "virtualRouterName": {
2414
+ "shape": "ResourceName",
2415
+ "location": "uri",
2416
+ "locationName": "virtualRouterName"
2417
+ }
2418
+ }
2419
+ },
2420
+ "MeshStatus": {
2421
+ "type": "structure",
2422
+ "members": {
2423
+ "status": {
2424
+ "shape": "MeshStatusCode"
2425
+ }
2426
+ }
2427
+ },
2428
+ "CreateVirtualNodeInput": {
2429
+ "type": "structure",
2430
+ "required": [
2431
+ "meshName",
2432
+ "spec",
2433
+ "virtualNodeName"
2434
+ ],
2435
+ "members": {
2436
+ "clientToken": {
2437
+ "shape": "String",
2438
+ "idempotencyToken": true
2439
+ },
2440
+ "meshName": {
2441
+ "shape": "ResourceName",
2442
+ "location": "uri",
2443
+ "locationName": "meshName"
2444
+ },
2445
+ "spec": {
2446
+ "shape": "VirtualNodeSpec"
2447
+ },
2448
+ "virtualNodeName": {
2449
+ "shape": "ResourceName"
2450
+ }
2451
+ }
2452
+ },
2453
+ "NotFoundException": {
2454
+ "type": "structure",
2455
+ "members": {
2456
+ "message": {
2457
+ "shape": "String"
2458
+ }
2459
+ },
2460
+ "exception": true,
2461
+ "error": {
2462
+ "code": "NotFoundException",
2463
+ "httpStatusCode": 404,
2464
+ "senderFault": true
2465
+ }
2466
+ },
2467
+ "RouteSpec": {
2468
+ "type": "structure",
2469
+ "members": {
2470
+ "httpRoute": {
2471
+ "shape": "HttpRoute"
2472
+ }
2473
+ }
2474
+ },
2475
+ "HttpRoute": {
2476
+ "type": "structure",
2477
+ "required": [
2478
+ "action",
2479
+ "match"
2480
+ ],
2481
+ "members": {
2482
+ "action": {
2483
+ "shape": "HttpRouteAction"
2484
+ },
2485
+ "match": {
2486
+ "shape": "HttpRouteMatch"
2487
+ }
2488
+ }
2489
+ },
2490
+ "DescribeMeshInput": {
2491
+ "type": "structure",
2492
+ "required": [
2493
+ "meshName"
2494
+ ],
2495
+ "members": {
2496
+ "meshName": {
2497
+ "shape": "ResourceName",
2498
+ "location": "uri",
2499
+ "locationName": "meshName"
2500
+ }
2501
+ }
2502
+ },
2503
+ "CreateVirtualServiceOutput": {
2504
+ "type": "structure",
2505
+ "required": [
2506
+ "virtualService"
2507
+ ],
2508
+ "members": {
2509
+ "virtualService": {
2510
+ "shape": "VirtualServiceData"
2511
+ }
2512
+ },
2513
+ "payload": "virtualService"
2514
+ },
2515
+ "VirtualRouterServiceProvider": {
2516
+ "type": "structure",
2517
+ "required": [
2518
+ "virtualRouterName"
2519
+ ],
2520
+ "members": {
2521
+ "virtualRouterName": {
2522
+ "shape": "ResourceName"
2523
+ }
2524
+ }
2525
+ },
2526
+ "DeleteVirtualServiceInput": {
2527
+ "type": "structure",
2528
+ "required": [
2529
+ "meshName",
2530
+ "virtualServiceName"
2531
+ ],
2532
+ "members": {
2533
+ "meshName": {
2534
+ "shape": "ResourceName",
2535
+ "location": "uri",
2536
+ "locationName": "meshName"
2537
+ },
2538
+ "virtualServiceName": {
2539
+ "shape": "ServiceName",
2540
+ "location": "uri",
2541
+ "locationName": "virtualServiceName"
2542
+ }
2543
+ }
2544
+ },
2545
+ "ServiceDiscovery": {
2546
+ "type": "structure",
2547
+ "members": {
2548
+ "dns": {
2549
+ "shape": "DnsServiceDiscovery"
2550
+ }
2551
+ }
2552
+ },
2553
+ "ListVirtualNodesOutput": {
2554
+ "type": "structure",
2555
+ "required": [
2556
+ "virtualNodes"
2557
+ ],
2558
+ "members": {
2559
+ "nextToken": {
2560
+ "shape": "String"
2561
+ },
2562
+ "virtualNodes": {
2563
+ "shape": "VirtualNodeList"
2564
+ }
2565
+ }
2566
+ },
2567
+ "DeleteVirtualRouterOutput": {
2568
+ "type": "structure",
2569
+ "required": [
2570
+ "virtualRouter"
2571
+ ],
2572
+ "members": {
2573
+ "virtualRouter": {
2574
+ "shape": "VirtualRouterData"
2575
+ }
2576
+ },
2577
+ "payload": "virtualRouter"
2578
+ },
2579
+ "VirtualServiceStatusCode": {
2580
+ "type": "string",
2581
+ "enum": [
2582
+ "ACTIVE",
2583
+ "DELETED",
2584
+ "INACTIVE"
2585
+ ]
2586
+ },
2587
+ "DeleteVirtualNodeOutput": {
2588
+ "type": "structure",
2589
+ "required": [
2590
+ "virtualNode"
2591
+ ],
2592
+ "members": {
2593
+ "virtualNode": {
2594
+ "shape": "VirtualNodeData"
2595
+ }
2596
+ },
2597
+ "payload": "virtualNode"
2598
+ }
2599
+ }
2600
+ }