summaryrefslogtreecommitdiff
path: root/data/zh_cn/eais/2019-06-24/api-docs.php
blob: 8229c9b5bf13b2bd5699d5ce4df8404d3885bbff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
2416
2417
2418
2419
2420
2421
2422
2423
2424
2425
2426
2427
2428
2429
2430
2431
2432
2433
2434
2435
2436
2437
2438
2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
2451
2452
2453
2454
2455
2456
2457
2458
2459
2460
2461
2462
2463
2464
2465
2466
2467
2468
2469
2470
2471
2472
2473
2474
2475
2476
2477
2478
2479
2480
2481
2482
2483
2484
2485
2486
2487
2488
2489
2490
2491
2492
2493
2494
2495
2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
2529
2530
2531
2532
2533
2534
2535
2536
2537
2538
2539
2540
2541
2542
2543
2544
2545
2546
2547
2548
2549
2550
2551
2552
2553
2554
2555
2556
2557
2558
2559
2560
2561
2562
2563
2564
2565
2566
2567
2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
2580
2581
2582
2583
2584
2585
2586
2587
2588
2589
2590
2591
2592
2593
2594
2595
2596
2597
2598
2599
2600
2601
2602
2603
2604
2605
2606
2607
2608
2609
2610
2611
2612
2613
2614
2615
2616
2617
2618
2619
2620
2621
2622
2623
2624
2625
2626
2627
2628
2629
2630
2631
2632
2633
2634
2635
2636
2637
2638
2639
2640
2641
2642
2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
2654
2655
2656
2657
2658
2659
2660
2661
2662
2663
2664
2665
2666
2667
2668
2669
2670
2671
2672
2673
2674
2675
2676
2677
2678
2679
2680
2681
2682
2683
2684
2685
2686
2687
2688
2689
2690
2691
2692
2693
2694
2695
2696
2697
2698
2699
2700
2701
2702
2703
2704
2705
2706
2707
2708
2709
2710
2711
2712
2713
2714
2715
2716
2717
2718
2719
2720
2721
2722
2723
2724
2725
2726
2727
2728
2729
2730
2731
2732
2733
2734
2735
2736
2737
2738
2739
2740
2741
2742
2743
2744
2745
2746
2747
2748
2749
2750
2751
2752
2753
2754
2755
2756
2757
2758
2759
2760
2761
2762
2763
2764
2765
2766
2767
2768
2769
2770
2771
2772
2773
2774
2775
2776
2777
2778
2779
2780
2781
2782
2783
2784
2785
2786
2787
2788
2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
2802
2803
2804
2805
2806
2807
2808
2809
2810
2811
2812
2813
2814
2815
2816
2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
2828
2829
2830
2831
2832
2833
2834
2835
2836
2837
2838
2839
2840
2841
2842
2843
2844
2845
2846
2847
2848
2849
2850
2851
2852
2853
2854
2855
2856
2857
2858
2859
2860
2861
2862
2863
2864
2865
2866
2867
2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
2878
2879
2880
2881
2882
2883
2884
2885
2886
2887
2888
2889
2890
2891
2892
2893
2894
2895
2896
2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
2910
2911
2912
2913
2914
2915
2916
2917
2918
2919
2920
2921
2922
2923
2924
2925
2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
2937
2938
2939
2940
2941
2942
2943
2944
2945
2946
2947
2948
2949
2950
2951
2952
2953
2954
2955
2956
2957
2958
2959
2960
2961
2962
2963
2964
2965
2966
2967
2968
2969
2970
2971
2972
2973
2974
2975
2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
2987
2988
2989
2990
2991
2992
2993
2994
2995
2996
2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
3019
3020
3021
3022
3023
3024
3025
3026
3027
3028
3029
3030
3031
3032
3033
3034
3035
3036
3037
3038
3039
3040
3041
3042
3043
3044
3045
3046
3047
3048
3049
3050
3051
3052
3053
3054
3055
3056
3057
3058
3059
3060
3061
3062
3063
3064
3065
3066
3067
3068
3069
3070
3071
3072
3073
3074
3075
3076
3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
3088
3089
3090
3091
3092
3093
3094
3095
3096
3097
3098
3099
3100
3101
3102
3103
3104
3105
3106
3107
3108
3109
3110
3111
3112
3113
3114
3115
3116
3117
3118
3119
3120
3121
3122
3123
3124
3125
3126
3127
3128
3129
3130
3131
3132
3133
3134
3135
3136
3137
3138
3139
3140
3141
3142
3143
3144
3145
3146
3147
3148
3149
3150
3151
3152
3153
3154
3155
3156
3157
3158
3159
3160
3161
3162
3163
3164
3165
3166
3167
3168
3169
3170
3171
3172
3173
3174
3175
3176
3177
3178
3179
3180
3181
3182
3183
3184
3185
3186
3187
3188
3189
3190
3191
3192
3193
3194
3195
3196
3197
3198
3199
3200
3201
3202
3203
3204
3205
3206
3207
3208
3209
3210
3211
3212
3213
3214
3215
3216
3217
3218
3219
3220
3221
3222
3223
3224
3225
3226
3227
3228
3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
3245
3246
3247
3248
3249
3250
3251
3252
3253
3254
3255
3256
3257
3258
3259
3260
3261
3262
3263
3264
3265
3266
3267
3268
3269
3270
3271
3272
3273
3274
3275
3276
3277
3278
3279
3280
3281
3282
3283
3284
3285
3286
3287
3288
3289
3290
3291
3292
3293
3294
3295
3296
3297
3298
3299
3300
3301
3302
3303
3304
3305
3306
3307
3308
3309
3310
3311
3312
3313
3314
3315
3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
3333
3334
3335
3336
3337
3338
3339
3340
3341
3342
3343
3344
3345
3346
3347
3348
3349
3350
3351
3352
3353
3354
3355
3356
3357
3358
3359
3360
3361
3362
3363
3364
3365
3366
3367
3368
3369
3370
3371
3372
3373
3374
3375
3376
3377
3378
3379
3380
3381
3382
3383
3384
3385
3386
3387
3388
3389
3390
3391
3392
3393
3394
3395
3396
3397
3398
3399
3400
3401
3402
3403
3404
3405
3406
3407
3408
3409
3410
3411
3412
3413
3414
3415
3416
3417
3418
3419
3420
3421
3422
3423
3424
3425
3426
3427
3428
3429
3430
3431
3432
3433
3434
3435
3436
3437
3438
3439
3440
3441
3442
3443
3444
3445
3446
3447
3448
3449
3450
3451
3452
3453
3454
3455
3456
3457
3458
3459
3460
3461
3462
3463
3464
3465
3466
3467
3468
3469
3470
3471
3472
3473
3474
3475
3476
3477
3478
3479
3480
3481
3482
3483
3484
3485
3486
3487
3488
3489
3490
3491
3492
3493
3494
3495
3496
3497
3498
3499
3500
3501
3502
3503
3504
3505
3506
3507
3508
3509
3510
3511
3512
3513
3514
3515
3516
3517
3518
3519
3520
3521
3522
3523
3524
3525
3526
3527
3528
3529
3530
3531
3532
3533
3534
3535
3536
3537
3538
3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
3549
3550
3551
3552
3553
3554
3555
3556
3557
3558
3559
3560
3561
3562
3563
3564
3565
3566
3567
3568
3569
3570
3571
3572
3573
3574
3575
3576
3577
3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
3596
3597
3598
3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
3609
3610
3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
3626
3627
3628
3629
3630
3631
3632
3633
3634
3635
3636
3637
3638
3639
3640
3641
3642
3643
3644
3645
3646
3647
3648
3649
3650
3651
3652
3653
3654
3655
3656
3657
3658
3659
3660
3661
3662
3663
3664
3665
3666
3667
3668
3669
3670
3671
3672
3673
3674
3675
3676
3677
3678
3679
3680
3681
3682
3683
3684
3685
3686
3687
3688
3689
3690
3691
3692
3693
3694
3695
3696
3697
3698
3699
3700
3701
3702
3703
3704
3705
3706
3707
3708
3709
3710
3711
3712
3713
3714
3715
3716
3717
3718
3719
3720
3721
3722
3723
3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
3738
3739
3740
3741
3742
3743
3744
3745
3746
3747
3748
3749
3750
3751
3752
3753
3754
3755
3756
3757
3758
3759
3760
3761
3762
3763
3764
3765
3766
3767
3768
3769
3770
3771
3772
3773
3774
3775
3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
3788
3789
3790
3791
3792
3793
3794
3795
3796
3797
3798
3799
3800
3801
3802
3803
3804
3805
3806
3807
3808
3809
3810
3811
3812
3813
3814
3815
3816
3817
3818
3819
3820
3821
3822
3823
3824
3825
3826
3827
3828
3829
3830
3831
3832
3833
3834
3835
3836
3837
3838
3839
3840
3841
3842
3843
3844
3845
3846
3847
3848
3849
3850
3851
3852
3853
3854
3855
3856
<?php return [
    'version' => '1.0',
    'info' => [
        'style' => 'RPC',
        'product' => 'eais',
        'version' => '2019-06-24',
    ],
    'directories' => [
        [
            'id' => 186392,
            'title' => '地域',
            'type' => 'directory',
            'children' => [
                'DescribeRegions',
            ],
        ],
        [
            'id' => 186394,
            'title' => '实例',
            'type' => 'directory',
            'children' => [
                'CreateEaisEi',
                'AttachEaisEi',
                'StartEaisEi',
                'StopEaisEi',
                'DetachEaisEi',
                'DeleteEaisEi',
                'DescribeEais',
                'CreateEaiJupyter',
                'StopEaiJupyter',
                'StartEaiJupyter',
                'GetInstanceMetrics',
                'CreateEai',
                'AttachEai',
                'DetachEai',
                'DeleteEai',
                'CreateEaiEci',
                'CreateEaiEcs',
                'DeleteEaiAll',
                'ChangeResourceGroup',
            ],
        ],
        [
            'id' => 194869,
            'title' => '标签',
            'type' => 'directory',
            'children' => [
                'TagResources',
                'UntagResources',
                'ListTagResources',
            ],
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'DescribeRegions' => [
            'summary' => '查询您可以使用的阿里云地域。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F5FEB9AA-C108-577C-AB3D-D13524AF****',
                            ],
                            'Regions' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'Region' => [
                                        'description' => '地域信息集合。',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'RegionEndpoint' => [
                                                    'description' => '地域对应的接入地址(Endpoint)。',
                                                    'type' => 'string',
                                                    'example' => 'eais.cn-shenzhen.aliyuncs.com',
                                                ],
                                                'LocalName' => [
                                                    'description' => '地域名称。',
                                                    'type' => 'string',
                                                    'example' => '华南1(深圳)',
                                                ],
                                                'RegionId' => [
                                                    'description' => '地域ID。',
                                                    'type' => 'string',
                                                    'example' => 'cn-shenzhen',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'CheckTimeout',
                        'errorMessage' => 'Check timed out.',
                    ],
                    [
                        'errorCode' => 'InconsistentSignature',
                        'errorMessage' => 'The signatures are inconsistent.',
                    ],
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'Operation timed out.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'CallRamApiFailed',
                        'errorMessage' => 'Failed to call the Alibaba Cloud RAM service.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"F5FEB9AA-C108-577C-AB3D-D13524AF****\\",\\n  \\"Regions\\": {\\n    \\"Region\\": [\\n      {\\n        \\"RegionEndpoint\\": \\"eais.cn-shenzhen.aliyuncs.com\\",\\n        \\"LocalName\\": \\"华南1(深圳)\\",\\n        \\"RegionId\\": \\"cn-shenzhen\\"\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<DescribeRegionsResponse>\\n    <RequestId>F5FEB9AA-C108-577C-AB3D-D13524AF****</RequestId>\\n    <Regions>\\n        <RegionEndpoint>eais.cn-shenzhen.aliyuncs.com</RegionEndpoint>\\n        <LocalName>华南1(深圳)</LocalName>\\n        <RegionId>cn-shenzhen</RegionId>\\n    </Regions>\\n</DescribeRegionsResponse>","errorExample":""}]',
            'title' => '查询地域',
        ],
        'CreateEaisEi' => [
            'summary' => '您可以调用API CreateEaisEi创建一个EAIS,并将EAIS实例绑定到客户端实例(ECS实例或ECI实例)上来灵活地为客户端实例提供业务所需的GPU资源并节省成本。以ECS实例为例,您可以通过在ECS实例(非GPU实例)上绑定一个弹性加速计算实例EAIS,即可生成一款新规格的GPU实例,且使用该方式相比直接购买GPU实例,可以实现GPU资源的弹性使用(您可以根据实际需要绑定、解绑或释放EAIS实例),有效为您降低部署成本和使用成本。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'high',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'InstanceType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的规格。取值范围:'."\n"
                            ."\n"
                            .'- eais.ei-a6.4xlarge'."\n"
                            .'- eais.ei-a6.2xlarge'."\n"
                            .'- eais.ei-a6.xlarge'."\n"
                            .'- eais.ei-a6.large',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais.ei-a6.2xlarge',
                    ],
                ],
                [
                    'name' => 'VSwitchId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的虚拟交换机ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'vsw-bp17wmd1wb6fwlimk****',
                    ],
                ],
                [
                    'name' => 'SecurityGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的安全组ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'sg-bp16jgp51ttnkbdr****',
                    ],
                ],
                [
                    'name' => 'InstanceName',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的名称。长度为2~128个字符,支持Unicode中letter分类下的字符(其中包括英文、中文和数字等)。可以包含半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'test_ei',
                    ],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的资源组ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'rg-acfmvpuy4a5****',
                    ],
                ],
                [
                    'name' => 'ClientToken',
                    'in' => 'query',
                    'schema' => [
                        'description' => '幂等参数,保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。`ClientToken`只支持ASCII字符,且不能超过64个字符。更多信息,请参见[如何保证幂等性](~~25693~~)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '123e4567-e89b-12d3-a456-426655440000',
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签信息。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'description' => '标签键。限制:'."\n"
                                        ."\n"
                                        .'- 不能为空。'."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'description' => '标签值。限制:'."\n"
                                        ."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F5FEB9AA-C108-577C-AB3D-D13524AF****',
                            ],
                            'EiInstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-hzu00xufs1c8j5nn****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'InvalidRegionId',
                        'errorMessage' => 'The service does not support the region. You can call the DescribeRegions API to view the supported regions.',
                    ],
                    [
                        'errorCode' => 'CheckTimeout',
                        'errorMessage' => 'Check timed out.',
                    ],
                    [
                        'errorCode' => 'InconsistentSignature',
                        'errorMessage' => 'The signatures are inconsistent.',
                    ],
                    [
                        'errorCode' => 'Duplicate.TagKey',
                        'errorMessage' => 'The Tag.N.Key contains a duplicated key.',
                    ],
                    [
                        'errorCode' => 'CustomTag.NumberExceed',
                        'errorMessage' => 'The maximum number of system tags for each resource is 20.',
                    ],
                    [
                        'errorCode' => 'InvalidInstanceType',
                        'errorMessage' => 'The instance type is invalid.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.Tags',
                        'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.',
                    ],
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'Operation timed out.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'CallRamApiFailed',
                        'errorMessage' => 'Failed to call the Alibaba Cloud RAM service.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                    [
                        'errorCode' => 'NoResources',
                        'errorMessage' => 'The current regional resources are insufficient.',
                    ],
                    [
                        'errorCode' => 'CreateOrderFailed',
                        'errorMessage' => 'Create order failed: %s.',
                    ],
                    [
                        'errorCode' => 'InDebt',
                        'errorMessage' => 'The current user has an overdue payment. Please top up first.',
                    ],
                    [
                        'errorCode' => 'OperationDenied.KeyValueNotNull',
                        'errorMessage' => 'The key value cannot be null.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'asynchronous',
                'callback' => 'eais::2019-06-24::DescribeEais',
                'callbackInterval' => 10000,
                'maxCallbackTimes' => 60,
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"F5FEB9AA-C108-577C-AB3D-D13524AF****\\",\\n  \\"EiInstanceId\\": \\"eais-hzu00xufs1c8j5nn****\\"\\n}","type":"json"}]',
            'title' => '(推荐)创建EAIS实例',
        ],
        'AttachEaisEi' => [
            'summary' => '创建弹性加速计算实例EAIS实例后,您需要调用API AttachEaisEi将该EAIS实例绑定到客户端实例(ECS实例或ECI实例)上,才能为客户端实例提供GPU资源。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'ClientInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '待绑定的ECS或ECI实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'i-bp14ws9hbt1oe0u9****',
                    ],
                ],
                [
                    'name' => 'EiInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。不设置该参数时,会自动查询用户账号下符合条件的可绑定实例,并选择查询出的第一个实例进行绑定。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'eais-hzu00xufs1c8j5nn****',
                    ],
                ],
                [
                    'name' => 'EiInstanceType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的规格。当未指定`EiInstanceId`参数时,可以设置该参数来限制绑定的EAIS实例规格;指定了`EiInstanceId`参数时,该参数不生效。取值范围:'."\n"
                            ."\n"
                            .'- eais.ei-a6.4xlarge'."\n"
                            .'- eais.ei-a6.2xlarge'."\n"
                            .'- eais.ei-a6.xlarge'."\n"
                            .'- eais.ei-a6.large',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'eais.ei-a6.2xlarge',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'C3BCB7DA-BEB6-4982-A765-6EA61EC8****',
                            ],
                            'EiInstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-hzu00xufs1c8j5nn****',
                            ],
                            'ClientInstanceId' => [
                                'description' => 'ECS或ECI实例ID。',
                                'type' => 'string',
                                'example' => 'i-bp14ws9hbt1oe0u9****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'InvalidClientInstanceId.NotBound',
                        'errorMessage' => 'The client instance is not bound.',
                    ],
                    [
                        'errorCode' => 'InvalidClientInstanceId.NotFound',
                        'errorMessage' => 'The client instance does not exist or is not bound.',
                    ],
                    [
                        'errorCode' => 'InvalidClientInstanceId.TypeError',
                        'errorMessage' => 'The client instance ID is invalid. Currently, only ECS or ECI instances can be bound.',
                    ],
                    [
                        'errorCode' => 'InvalidClientInstanceId.VpcIdError',
                        'errorMessage' => 'The client instance is invalid. Please make sure that the VpcId of the client instance and the VpcId of the EAIS instance are the same.',
                    ],
                    [
                        'errorCode' => 'InvalidClientInstanceId.VSwitchIdError',
                        'errorMessage' => 'The client instance is invalid. Please make sure that the VSwitchId of the client instance and the VSwitchId of the EAIS instance are the same.',
                    ],
                ],
                404 => [
                    [
                        'errorCode' => 'InvalidClientInstanceId.Forbidden',
                        'errorMessage' => 'Please make sure the ClientInstanceId exists and belongs to you.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"C3BCB7DA-BEB6-4982-A765-6EA61EC8****\\",\\n  \\"EiInstanceId\\": \\"eais-hzu00xufs1c8j5nn****\\",\\n  \\"ClientInstanceId\\": \\"i-bp14ws9hbt1oe0u9****\\"\\n}","errorExample":""},{"type":"xml","example":"<AttachEaisEiResponse>\\n    <RequestId>C3BCB7DA-BEB6-4982-A765-6EA61EC8****</RequestId>\\n    <EiInstanceId>eais-hzu00xufs1c8j5nn****</EiInstanceId>\\n    <ClientInstanceId>i-bp14ws9hbt1oe0u9****</ClientInstanceId>\\n</AttachEaisEiResponse>","errorExample":""}]',
            'title' => '绑定EAIS实例',
        ],
        'StartEaisEi' => [
            'summary' => '当您创建好EAIS实例并挂载到目标客户端实例后,您可以调用API StartEaisEi启动一个弹性加速计算实例EAIS来为您的客户端提供GPU资源,以实现GPU资源的灵活扩展。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'high',
                'chargeType' => 'paid',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'EiInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hzu00xufs1c8j5nn****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F23AEEC7-4D98-4657-A104-02692701****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                403 => [
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"F23AEEC7-4D98-4657-A104-02692701****\\"\\n}","errorExample":""},{"type":"xml","example":"<StartEaisEiResponse>\\n    <RequestId>F23AEEC7-4D98-4657-A104-02692701****</RequestId>\\n</StartEaisEiResponse>","errorExample":""}]',
            'title' => '启动EAIS实例',
            'description' => '**请确保在使用该接口前,已充分了解EAIS产品的[计费说明](~~191197~~)。**',
        ],
        'StopEaisEi' => [
            'summary' => '如果您不再需要使用弹性加速计算实例为您的客户端实例提供GPU资源时,可以调用API StopEaisEi停止该EAIS实例,从而避免资源浪费,节约成本。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'EiInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hzu00xufs1c8j5nn****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F23AEEC7-4D98-4657-A104-02692701****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                403 => [
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"F23AEEC7-4D98-4657-A104-02692701****\\"\\n}","errorExample":""},{"type":"xml","example":"<StopEaisEiResponse>\\n    <RequestId>F23AEEC7-4D98-4657-A104-02692701****</RequestId>\\n</StopEaisEiResponse>","errorExample":""}]',
            'title' => '停止EAIS实例',
        ],
        'DetachEaisEi' => [
            'summary' => '为满足您业务的灵活性,您可以根据业务需要,调用API DetachEaisEi从客户端实例(即ECS实例或ECI实例)上解绑目标弹性加速计算实例EAIS。解绑ECS实例后,您的客户端实例将失去EAIS实例提供的加速效果。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'EiInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hzu00xufs1c8j5nn****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => '04DEB304-2436-4CB9-BB63-468BCEA0****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                403 => [
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"04DEB304-2436-4CB9-BB63-468BCEA0****\\"\\n}","errorExample":""},{"type":"xml","example":"<DetachEaisEiResponse>\\n    <RequestId>04DEB304-2436-4CB9-BB63-468BCEA0****</RequestId>\\n</DetachEaisEiResponse>","errorExample":""}]',
            'title' => '解绑EAIS实例',
        ],
        'DeleteEaisEi' => [
            'summary' => '如果您不再需要使用弹性加速计算实例EAIS,您可以调用API DeleteEaisEi释放该EAIS实例。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'high',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'EiInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hzu00xufs1c8j5nn****',
                    ],
                ],
                [
                    'name' => 'Force',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例状态不符合删除条件时,是否强制删除。取值范围:'."\n"
                            .'- true:强制删除。'."\n"
                            .'- false:不强制删除。'."\n"
                            ."\n"
                            .'默认值:false。'."\n"
                            ."\n"
                            .'实例状态与本参数说明如下:'."\n"
                            ."\n"
                            .'- 当实例状态为**可绑定**时,无需设置本参数,实例会正常释放。'."\n"
                            .'- 当实例不是**可绑定**状态时,可以设置本参数值为true来强制释放实例。',
                        'type' => 'boolean',
                        'required' => false,
                        'example' => 'false',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F23AEEC7-4D98-4657-A104-02692701****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'InvalidInstanceId',
                        'errorMessage' => 'The InstanceId is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidRegionId',
                        'errorMessage' => 'The service does not support the region. You can call the DescribeRegions API to view the supported regions.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                ],
                [
                    [
                        'errorCode' => 'InvalidParameter.InstanceId.NotFound',
                        'errorMessage' => 'The specified InstanceId does not exist.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"F23AEEC7-4D98-4657-A104-02692701****\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteEaisEiResponse>\\n    <RequestId>F23AEEC7-4D98-4657-A104-02692701****</RequestId>\\n</DeleteEaisEiResponse>","errorExample":""}]',
            'title' => '释放EAIS实例',
        ],
        'DescribeEais' => [
            'summary' => '调用此API查询一个或多个已创建的弹性加速计算实例EAIS的详细信息,例如EAIS的实例ID、实例状态、实例规格、EAIS实例绑定的客户端实例(ECS实例或ECI实例)等信息。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'enumValueTitles' => [],
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'ElasticAcceleratedInstanceIds',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。取值可以由多个实例ID组成一个JSON数组,ID之间用半角逗号(,)隔开。最多支持200个ID。',
                        'type' => 'string',
                        'required' => false,
                        'docRequired' => false,
                        'example' => '["eais-id1", "eais-id2"]',
                    ],
                ],
                [
                    'name' => 'InstanceName',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例名称,支持使用通配符*进行模糊搜索。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'eais*',
                    ],
                ],
                [
                    'name' => 'Status',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例状态。具体状态与创建EAIS实例的方式有关,说明如下:'."\n"
                            .'- 调用[CreateEaisEi](~~2618548~~)创建EAIS实例:	'."\n"
                            .'  - Pending:准备中'."\n"
                            .'  - Creating:创建中'."\n"
                            .'  - Bindable:可绑定'."\n"
                            .'  - Bound:已绑定'."\n"
                            .'  - InUse:使用中'."\n"
                            .'- 调用[CreateEai](~~2618555~~)创建EAIS实例:'."\n"
                            .'  - Starting:创建中'."\n"
                            .'  - Available:可绑定'."\n"
                            .'  - Attaching:绑定中'."\n"
                            .'  - InUse:已绑定'."\n"
                            .'  - Detaching:解绑中',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'InUse',
                    ],
                ],
                [
                    'name' => 'InstanceType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例规格。取值范围:'."\n"
                            ."\n"
                            .'- eais.ei-a6.4xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.2xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.large'."\n",
                        'type' => 'string',
                        'required' => false,
                        'example' => 'eais.ei-a6.2xlarge',
                    ],
                ],
                [
                    'name' => 'ClientInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '绑定的ECS或ECI实例ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'i-wz96zm231cua8hbv****',
                    ],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的资源组ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'rg-acfmvpuy4a5****',
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签列表',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'description' => '实例的标签键。N的取值范围为1~20。'."\n"
                                        ."\n"
                                        .'使用一个标签过滤资源,查询到该标签下的资源数量不能超过1000个;使用多个标签过滤资源,查询到同时绑定了多个标签的资源数量不能超过1000个。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'description' => '实例的标签值。N的取值范围:1~20。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => [
                        'description' => '查询接口返回信息列表的页码。'."\n"
                            ."\n"
                            .'起始值:1。'."\n"
                            ."\n"
                            .'默认值:1。',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => false,
                        'example' => '1',
                    ],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => [
                        'description' => '分页展示响应信息时设置的每页行数,单位:行。'."\n"
                            ."\n"
                            .'最大值:200。'."\n"
                            ."\n"
                            .'默认值:20。',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => false,
                        'example' => '20',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => '1E23D585-BBD8-436F-9615-54CACD67****',
                            ],
                            'PageNumber' => [
                                'description' => 'EAIS实例列表的页码。',
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '1',
                            ],
                            'PageSize' => [
                                'description' => '输入时设置的每页行数。',
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '10',
                            ],
                            'TotalCount' => [
                                'description' => '查询到的EAIS实例总数。',
                                'type' => 'integer',
                                'format' => 'int32',
                                'example' => '1',
                            ],
                            'Instances' => [
                                'type' => 'object',
                                'itemNode' => true,
                                'properties' => [
                                    'Instance' => [
                                        'description' => '由Instances组成的数组格式,返回实例的信息。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '实例列表信息。',
                                            'type' => 'object',
                                            'properties' => [
                                                'Status' => [
                                                    'description' => 'EAIS实例状态。',
                                                    'type' => 'string',
                                                    'example' => 'InUse',
                                                ],
                                                'CreationTime' => [
                                                    'description' => 'EAIS实例创建时间。格式为毫秒级的时间戳。',
                                                    'type' => 'string',
                                                    'example' => '1669945859000',
                                                ],
                                                'ClientInstanceName' => [
                                                    'description' => '与EAIS实例绑定的ECS或ECI实例名称。',
                                                    'type' => 'string',
                                                    'example' => 'test1',
                                                ],
                                                'Description' => [
                                                    'description' => 'EAIS实例描述。',
                                                    'type' => 'string',
                                                    'example' => 'testDescription',
                                                ],
                                                'ElasticAcceleratedInstanceId' => [
                                                    'description' => 'EAIS实例ID。',
                                                    'type' => 'string',
                                                    'example' => 'eais-sz8t15a7gt7****',
                                                ],
                                                'InstanceName' => [
                                                    'description' => 'EAIS实例名称。',
                                                    'type' => 'string',
                                                    'example' => 'testName',
                                                ],
                                                'ClientInstanceType' => [
                                                    'description' => '与EAIS实例绑定的ECS或ECI实例规格。',
                                                    'type' => 'string',
                                                    'example' => 'ecs.g5ne.large',
                                                ],
                                                'ClientInstanceId' => [
                                                    'description' => '与EAIS实例绑定的ECS或ECI实例ID。',
                                                    'type' => 'string',
                                                    'example' => 'i-wz93g6pyat2g****',
                                                ],
                                                'ZoneId' => [
                                                    'description' => 'EAIS实例所属可用区。',
                                                    'type' => 'string',
                                                    'example' => 'cn-shenzhen-e',
                                                ],
                                                'InstanceType' => [
                                                    'description' => 'EAIS实例规格。可能值:'."\n"
                                                        ."\n"
                                                        .'- eais.ei-a6.4xlarge'."\n"
                                                        ."\n"
                                                        .'- eais.ei-a6.2xlarge'."\n"
                                                        ."\n"
                                                        .'- eais.ei-a6.xlarge'."\n"
                                                        ."\n"
                                                        .'- eais.ei-a6.large',
                                                    'type' => 'string',
                                                    'example' => 'eais.ei-a6.2xlarge',
                                                ],
                                                'RegionId' => [
                                                    'description' => '实例所属地域ID。',
                                                    'type' => 'string',
                                                    'example' => 'cn-shenzhen',
                                                ],
                                                'Tags' => [
                                                    'type' => 'object',
                                                    'itemNode' => true,
                                                    'properties' => [
                                                        'Tag' => [
                                                            'description' => 'EAIS实例的标签集合。',
                                                            'type' => 'array',
                                                            'items' => [
                                                                'description' => '实例的标签集合。',
                                                                'type' => 'object',
                                                                'properties' => [
                                                                    'TagKey' => [
                                                                        'description' => 'EAIS实例的标签键。',
                                                                        'type' => 'string',
                                                                        'example' => 'TestKey',
                                                                    ],
                                                                    'TagValue' => [
                                                                        'description' => 'EAIS实例的标签值。',
                                                                        'type' => 'string',
                                                                        'example' => 'TestValue',
                                                                    ],
                                                                ],
                                                            ],
                                                        ],
                                                    ],
                                                ],
                                                'Category' => [
                                                    'description' => 'EAIS实例的类别。可能值:'."\n"
                                                        ."\n"
                                                        .'- eais:普通的弹性加速计算实例'."\n"
                                                        ."\n"
                                                        .'- jupyter:部署了特定的modelscope镜像并支持Jupyter Notebook功能的弹性加速计算实例',
                                                    'type' => 'string',
                                                    'enumValueTitles' => [],
                                                    'example' => 'jupyter',
                                                ],
                                                'JupyterUrl' => [
                                                    'description' => 'Jupyter Notebook的访问地址。仅当返回参数`Category`的值为`jupyter`时有值,当返回参数`Category`的值为`eais`时,值为空字符串。',
                                                    'type' => 'string',
                                                    'example' => 'http://121.41.**.24:8888',
                                                ],
                                                'VSwitchId' => [
                                                    'description' => '虚拟交换机ID。',
                                                    'type' => 'string',
                                                    'example' => 'vsw-bp1sd131hfmd76r******',
                                                ],
                                                'SecurityGroupId' => [
                                                    'description' => '安全组ID。',
                                                    'type' => 'string',
                                                    'example' => 'sg-bp1gppir818lx4******',
                                                ],
                                                'StartTime' => [
                                                    'description' => 'EAIS实例启动完成时间。格式为毫秒级的时间戳。',
                                                    'type' => 'string',
                                                    'example' => '1669945889000',
                                                ],
                                                'ResourceGroupId' => [
                                                    'description' => '实例所属的资源组ID。',
                                                    'type' => 'string',
                                                    'example' => 'rg-acfmvpuy4a5****',
                                                ],
                                                'PaymentType' => [
                                                    'description' => '支付类型,取值目前仅支持`PayAsYouGo`:后付费(后付费/按量付费)。',
                                                    'type' => 'string',
                                                    'example' => 'PayAsYouGo',
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                404 => [
                    [
                        'errorCode' => 'InvalidParameter.InstanceId.NotFound',
                        'errorMessage' => 'The specified InstanceId does not exist.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1E23D585-BBD8-436F-9615-54CACD67****\\",\\n  \\"PageNumber\\": 1,\\n  \\"PageSize\\": 10,\\n  \\"TotalCount\\": 1,\\n  \\"Instances\\": {\\n    \\"Instance\\": [\\n      {\\n        \\"Status\\": \\"InUse\\",\\n        \\"CreationTime\\": \\"1669945859000\\",\\n        \\"ClientInstanceName\\": \\"test1\\",\\n        \\"Description\\": \\"testDescription\\",\\n        \\"ElasticAcceleratedInstanceId\\": \\"eais-sz8t15a7gt7****\\",\\n        \\"InstanceName\\": \\"testName\\",\\n        \\"ClientInstanceType\\": \\"ecs.g5ne.large\\",\\n        \\"ClientInstanceId\\": \\"i-wz93g6pyat2g****\\",\\n        \\"ZoneId\\": \\"cn-shenzhen-e\\",\\n        \\"InstanceType\\": \\"eais.ei-a6.2xlarge\\",\\n        \\"RegionId\\": \\"cn-shenzhen\\",\\n        \\"Tags\\": {\\n          \\"Tag\\": [\\n            {\\n              \\"TagKey\\": \\"TestKey\\",\\n              \\"TagValue\\": \\"TestValue\\"\\n            }\\n          ]\\n        },\\n        \\"Category\\": \\"jupyter\\",\\n        \\"JupyterUrl\\": \\"http://121.41.**.24:8888\\",\\n        \\"VSwitchId\\": \\"vsw-bp1sd131hfmd76r******\\",\\n        \\"SecurityGroupId\\": \\"sg-bp1gppir818lx4******\\",\\n        \\"StartTime\\": \\"1669945889000\\",\\n        \\"ResourceGroupId\\": \\"rg-acfmvpuy4a5****\\",\\n        \\"PaymentType\\": \\"PayAsYouGo\\"\\n      }\\n    ]\\n  }\\n}","type":"json"}]',
            'title' => '查询EAIS实例列表',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'CreateEaiJupyter' => [
            'summary' => '创建一个部署了notebook的弹性加速计算实例。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'high',
                'chargeType' => 'paid',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'enumValueTitles' => [
                            'cn-hangzhou' => 'cn-hangzhou',
                        ],
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'EaisType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的规格,仅支持设置为**eais.ei-a6.2xlarge**。',
                        'type' => 'string',
                        'required' => true,
                        'enumValueTitles' => [
                            'eais.ei-a6.2xlarge' => 'eais.ei-a6.2xlarge',
                        ],
                        'example' => 'eais.ei-a6.2xlarge',
                    ],
                ],
                [
                    'name' => 'VSwitchId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的虚拟交换机ID。'."\n"
                            ."\n"
                            .'> 交换机网段内IP的个数决定了该交换机最大可支持创建的EAIS实例个数,请务必提前规划好网段设置。'."\n",
                        'type' => 'string',
                        'required' => true,
                        'example' => 'vsw-uf6h3rbwbm90urjwa****',
                    ],
                ],
                [
                    'name' => 'SecurityGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的安全组ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'sg-uf66jeqopgqa9hdn****',
                    ],
                ],
                [
                    'name' => 'ClientToken',
                    'in' => 'query',
                    'schema' => [
                        'description' => '幂等参数,保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。更多信息,请参见[如何保证幂等性](~~25693~~)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '123e4567-e89b-12d3-a456-426655440000',
                    ],
                ],
                [
                    'name' => 'EnvironmentVar',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => '在EAIS实例初始化时设置一个或多个环境变量。',
                        'type' => 'array',
                        'items' => [
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'description' => '环境变量名。长度为1~128位。格式要求:[0-9a-zA-Z],以及下划线(_),不能以数字开头。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'MY_USER_NAME',
                                ],
                                'Value' => [
                                    'description' => '环境变量值。长度为0~256位。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'test123',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例所属的资源组ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'rg-acfmvpuy4a5****',
                    ],
                ],
                [
                    'name' => 'EaisName',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的名称。长度为2~128个英文或中文字符。必须以大小字母或中文开头,不能以http://或https://开头。可以包含数字、半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'test',
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签信息。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'description' => '标签键。限制:'."\n"
                                        ."\n"
                                        .'- 不能为空。'."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'description' => '标签值。限制:'."\n"
                                        ."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'A655AB0E-31BB-45AD-9255-FCE93F65****',
                            ],
                            'ElasticAcceleratedInstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-hz8t15a7gt7z7j7i****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'Operation timed out.',
                    ],
                    [
                        'errorCode' => 'CheckTimeout',
                        'errorMessage' => 'Check timed out.',
                    ],
                    [
                        'errorCode' => 'InconsistentSignature',
                        'errorMessage' => 'The signatures are inconsistent.',
                    ],
                    [
                        'errorCode' => 'InvalidInstanceType',
                        'errorMessage' => 'The instance type is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagKey',
                        'errorMessage' => 'The specified Tag.n.Key is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagValue',
                        'errorMessage' => 'The specified Tag.n.Value is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidRegionId',
                        'errorMessage' => 'The service does not support the region. You can call the DescribeRegions API to view the supported regions.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.Tags',
                        'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'CallRamApiFailed',
                        'errorMessage' => 'Failed to call the Alibaba Cloud RAM service.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'CreateOrderFailed',
                        'errorMessage' => 'Create order failed: %s.',
                    ],
                    [
                        'errorCode' => 'InDebt',
                        'errorMessage' => 'The current user has an overdue payment. Please top up first.',
                    ],
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                    [
                        'errorCode' => 'NoResources',
                        'errorMessage' => 'The current regional resources are insufficient.',
                    ],
                    [
                        'errorCode' => 'OperationDenied.KeyValueNotNull',
                        'errorMessage' => 'The key value cannot be null.',
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"A655AB0E-31BB-45AD-9255-FCE93F65****\\",\\n  \\"ElasticAcceleratedInstanceId\\": \\"eais-hz8t15a7gt7z7j7i****\\"\\n}","type":"json"}]',
            'title' => '创建Jupyter EAIS实例',
        ],
        'StopEaiJupyter' => [
            'summary' => '停止一个部署了notebook的弹性加速计算实例。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hze3x2gv9wimdj0k****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F5FEB9AA-C108-577C-AB3D-D13524AF****',
                            ],
                            'AccessDeniedDetail' => [
                                'description' => '访问被拒绝详细信息.'."\n"
                                    .'> 只有RAM校验失败才会返回此字段。',
                                'type' => 'object',
                                'properties' => [
                                    'AuthAction' => [
                                        'description' => '需要鉴权的权限点。',
                                        'type' => 'string',
                                        'example' => 'eais:StopEaiJupyter',
                                    ],
                                    'AuthPrincipalDisplayName' => [
                                        'description' => '授权主体显示名称。',
                                        'type' => 'string',
                                        'example' => '20560152949032****',
                                    ],
                                    'AuthPrincipalOwnerId' => [
                                        'description' => '授权主体所有者ID。',
                                        'type' => 'string',
                                        'example' => '170718266783****',
                                    ],
                                    'AuthPrincipalType' => [
                                        'description' => '授权主体类型。',
                                        'type' => 'string',
                                        'enumValueTitles' => [
                                            'SubUser' => 'SubUser',
                                            'AssumedRoleUser' => 'AssumedRoleUser',
                                        ],
                                        'example' => 'SubUser',
                                    ],
                                    'EncodedDiagnosticMessage' => [
                                        'description' => '编码诊断信息。',
                                        'type' => 'string',
                                        'example' => 'AQFmj0FOZo9BTjMyQTFDRkIzLUE5MTItNUIwNC1BQzkxLTcyMUFFQTUyQjhGQQ==',
                                    ],
                                    'NoPermissionType' => [
                                        'description' => '无权限类型。',
                                        'type' => 'string',
                                        'example' => 'ExplicitDeny',
                                    ],
                                    'PolicyType' => [
                                        'description' => '策略类型。',
                                        'type' => 'string',
                                        'example' => 'AccountLevelIdentityBasedPolicy',
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'InvalidInstanceId',
                        'errorMessage' => 'The InstanceId is invalid.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'asynchronous',
                'callback' => 'eais::2019-06-24::DescribeEais',
                'callbackInterval' => 3000,
                'maxCallbackTimes' => 5,
            ],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"F5FEB9AA-C108-577C-AB3D-D13524AF****\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"AuthAction\\": \\"eais:StopEaiJupyter\\",\\n    \\"AuthPrincipalDisplayName\\": \\"20560152949032****\\",\\n    \\"AuthPrincipalOwnerId\\": \\"170718266783****\\",\\n    \\"AuthPrincipalType\\": \\"SubUser\\",\\n    \\"EncodedDiagnosticMessage\\": \\"AQFmj0FOZo9BTjMyQTFDRkIzLUE5MTItNUIwNC1BQzkxLTcyMUFFQTUyQjhGQQ==\\",\\n    \\"NoPermissionType\\": \\"ExplicitDeny\\",\\n    \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\"\\n  }\\n}","type":"json"}]',
            'title' => '停止Jupyter EAIS实例',
        ],
        'StartEaiJupyter' => [
            'summary' => '启动一个部署了notebook的弹性加速计算实例。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'high',
                'chargeType' => 'paid',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hze3x2gv9wimdj0k****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => '04DEB304-2436-4CB9-BB63-468BCEA0****',
                            ],
                            'AccessDeniedDetail' => [
                                'description' => '访问被拒绝详细信息.'."\n"
                                    .'> 只有RAM校验失败才会返回此字段。',
                                'type' => 'object',
                                'properties' => [
                                    'AuthAction' => [
                                        'description' => '需要鉴权的权限点。',
                                        'type' => 'string',
                                        'example' => 'eais:StartEaiJupyter',
                                    ],
                                    'AuthPrincipalDisplayName' => [
                                        'description' => '授权主体显示名称。',
                                        'type' => 'string',
                                        'example' => '20560152949032****',
                                    ],
                                    'AuthPrincipalOwnerId' => [
                                        'description' => '授权主体所有者ID。',
                                        'type' => 'string',
                                        'example' => '170718266783****',
                                    ],
                                    'AuthPrincipalType' => [
                                        'description' => '授权主体类型。',
                                        'type' => 'string',
                                        'enumValueTitles' => [
                                            'SubUser' => 'SubUser',
                                            'AssumedRoleUser' => 'AssumedRoleUser',
                                        ],
                                        'example' => 'SubUser',
                                    ],
                                    'EncodedDiagnosticMessage' => [
                                        'description' => '编码诊断信息。',
                                        'type' => 'string',
                                        'example' => 'AQFmfh3BZn4dwUQyNzY4MDVELTgzQkUtNTBEOC04QjQyLTNGM0U1QUI5MjhBRA==',
                                    ],
                                    'NoPermissionType' => [
                                        'description' => '无权限类型。',
                                        'type' => 'string',
                                        'example' => 'ExplicitDeny',
                                    ],
                                    'PolicyType' => [
                                        'description' => '策略类型。',
                                        'type' => 'string',
                                        'example' => 'AccountLevelIdentityBasedPolicy',
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'InvalidInstanceId',
                        'errorMessage' => 'The InstanceId is invalid.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'asynchronous',
                'callback' => 'eais::2019-06-24::DescribeEais',
                'callbackInterval' => 10000,
                'maxCallbackTimes' => 60,
            ],
            'eventInfo' => [
                'enable' => false,
                'eventNames' => [],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"04DEB304-2436-4CB9-BB63-468BCEA0****\\",\\n  \\"AccessDeniedDetail\\": {\\n    \\"AuthAction\\": \\"eais:StartEaiJupyter\\",\\n    \\"AuthPrincipalDisplayName\\": \\"20560152949032****\\",\\n    \\"AuthPrincipalOwnerId\\": \\"170718266783****\\",\\n    \\"AuthPrincipalType\\": \\"SubUser\\",\\n    \\"EncodedDiagnosticMessage\\": \\"AQFmfh3BZn4dwUQyNzY4MDVELTgzQkUtNTBEOC04QjQyLTNGM0U1QUI5MjhBRA==\\",\\n    \\"NoPermissionType\\": \\"ExplicitDeny\\",\\n    \\"PolicyType\\": \\"AccountLevelIdentityBasedPolicy\\"\\n  }\\n}","type":"json"}]',
            'title' => '启动Jupyter EAIS实例',
        ],
        'GetInstanceMetrics' => [
            'summary' => '查询EAIS Jupyter实例的监控数据,包括GPU使用率、GPU Memory使用率、CPU使用率、Memory使用率。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'cn-beijing',
                    ],
                ],
                [
                    'name' => 'InstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hznzre6ffmz9num4****',
                    ],
                ],
                [
                    'name' => 'MetricType',
                    'in' => 'query',
                    'schema' => [
                        'description' => '指标类型。取值范围:'."\n"
                            ."\n"
                            .'- GpuCoreUsage:GPU使用率'."\n"
                            ."\n"
                            .'- GpuMemoryUsage:GPU Memory使用率'."\n"
                            ."\n"
                            .'- CpuCoreUsage:CPU使用率'."\n"
                            ."\n"
                            .'- MemoryUsage:Memory使用率',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'MemoryUsage',
                    ],
                ],
                [
                    'name' => 'StartTime',
                    'in' => 'query',
                    'schema' => [
                        'description' => '开始时间,默认取值为当前时间减1小时。支持时间戳和时间字符串,时间字符串格式为:yyyy-MM-ddTHH:mm:SSZ,采用UTC +0时区。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '2022-11-22T16:00:00Z',
                    ],
                ],
                [
                    'name' => 'EndTime',
                    'in' => 'query',
                    'schema' => [
                        'description' => '结束时间,默认取值为当前时间。支持时间戳和时间字符串,时间字符串格式为:yyyy-MM-ddTHH:mm:SSZ,采用UTC +0时区。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '2022-11-22T16:30:00Z',
                    ],
                ],
                [
                    'name' => 'TimeStep',
                    'in' => 'query',
                    'schema' => [
                        'description' => '时间步长,默认值:5m。支持的时长单位的取值范围:'."\n"
                            ."\n"
                            .'- h:小时。'."\n"
                            ."\n"
                            .'- m:分钟。'."\n"
                            ."\n"
                            .'- s:秒。'."\n"
                            ."\n"
                            .'当值不带单位时,默认使用单位:s(秒)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '5m',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3****',
                            ],
                            'InstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-bj8b53it29hfhj******',
                            ],
                            'PodMetrics' => [
                                'description' => 'Pod指标列表。',
                                'type' => 'array',
                                'items' => [
                                    'description' => 'Pod指标。',
                                    'type' => 'object',
                                    'properties' => [
                                        'PodId' => [
                                            'description' => 'Pod ID。',
                                            'type' => 'string',
                                            'example' => 'eais-hznzre6ffmz9num4****-579b587ddf-9txr6',
                                        ],
                                        'Metrics' => [
                                            'description' => '指标数据列表。',
                                            'type' => 'array',
                                            'items' => [
                                                'description' => '指标数据。',
                                                'type' => 'object',
                                                'properties' => [
                                                    'Time' => [
                                                        'description' => '时间戳。单位:毫秒。',
                                                        'type' => 'string',
                                                        'example' => '1669107528450',
                                                    ],
                                                    'Value' => [
                                                        'description' => '利用率百分比。取值在0~100之间。',
                                                        'type' => 'string',
                                                        'example' => '4.536552540058814',
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3****\\",\\n  \\"InstanceId\\": \\"eais-bj8b53it29hfhj******\\",\\n  \\"PodMetrics\\": [\\n    {\\n      \\"PodId\\": \\"eais-hznzre6ffmz9num4****-579b587ddf-9txr6\\",\\n      \\"Metrics\\": [\\n        {\\n          \\"Time\\": \\"1669107528450\\",\\n          \\"Value\\": \\"4.536552540058814\\"\\n        }\\n      ]\\n    }\\n  ]\\n}","errorExample":""},{"type":"xml","example":"<GetInstanceMetricsResponse>\\n    <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3****</RequestId>\\n    <InstanceId>eais-bj8b53it29hfhj******</InstanceId>\\n    <PodMetrics>\\n        <PodId>eais-hznzre6ffmz9num4****-579b587ddf-9txr6</PodId>\\n        <Metrics>\\n            <Time>1669107528450</Time>\\n            <Value>4.536552540058814</Value>\\n        </Metrics>\\n    </PodMetrics>\\n</GetInstanceMetricsResponse>","errorExample":""}]',
            'title' => '查询EAIS Jupyter实例监控数据',
        ],
        'CreateEai' => [
            'summary' => '您可以调用API CreateEai创建一个EAIS,并将EAIS实例绑定到客户端实例(ECS实例或ECI实例)上来灵活地为客户端实例提供业务所需的GPU资源并节省成本。以ECS实例为例,您可以通过在ECS实例(非GPU实例)上绑定一个弹性加速计算实例EAIS,即可生成一款新规格的GPU实例,且使用该方式相比直接购买GPU实例,可以实现GPU资源的弹性使用(您可以根据实际需要绑定、解绑或释放EAIS实例),有效为您降低部署成本和使用成本。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'high',
                'chargeType' => 'paid',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'InstanceType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的规格。取值范围:'."\n"
                            ."\n"
                            .'- eais.ei-a6.4xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.2xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.large',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'eais.ei-a6.2xlarge',
                    ],
                ],
                [
                    'name' => 'ClientToken',
                    'in' => 'query',
                    'schema' => [
                        'description' => '幂等参数,保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。更多信息,请参见[如何保证幂等性](~~25693~~)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '123e4567-e89b-12d3-a456-426655440000',
                    ],
                ],
                [
                    'name' => 'InstanceName',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS 实例的名称。长度为2~128个字符,支持Unicode中letter分类下的字符(其中包括英文、中文和数字等)。可以包含半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'eais-test01',
                    ],
                ],
                [
                    'name' => 'SecurityGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的安全组ID。',
                        'type' => 'string',
                        'required' => false,
                        'docRequired' => true,
                        'example' => 'sg-uf66jeqopgqa9hdn****',
                    ],
                ],
                [
                    'name' => 'VSwitchId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的虚拟交换机ID。'."\n"
                            ."\n"
                            .'> 交换机网段内IP的个数决定了该交换机最大可支持创建的EAIS实例个数,请务必提前规划好网段设置。',
                        'type' => 'string',
                        'required' => false,
                        'docRequired' => true,
                        'example' => 'vsw-uf6h3rbwbm90urjwa****',
                    ],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的资源组ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'rg-acfmvpuy4a5****',
                    ],
                ],
                [
                    'name' => 'Image',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例镜像。默认使用EAIS内部镜像提供服务,用户也可以通过指定Image参数使用自己的镜像。自定义镜像使用限制如下:'."\n"
                            ."\n"
                            .'- 必须是公网可下载的镜像。'."\n"
                            ."\n"
                            .'- 只能选择使用1688、42000、50000端口。'."\n"
                            ."\n"
                            .'- 建议镜像文件大小小于5 GB。'."\n"
                            ."\n"
                            .'> 镜像太大可能会导致下载镜像的过程太长,造成创建超时失败。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'ubuntu:20.04',
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签信息。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'description' => '标签键。限制:'."\n"
                                        ."\n"
                                        .'- 不能为空。'."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'description' => '标签值。限制:'."\n"
                                        ."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'ElasticAcceleratedInstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-sz8t15a7gt7z7j7i****',
                            ],
                            'RequestId' => [
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F5FEB9AA-C108-577C-AB3D-D13524AF****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'CheckTimeout',
                        'errorMessage' => 'Check timed out.',
                    ],
                    [
                        'errorCode' => 'CustomTag.NumberExceed',
                        'errorMessage' => 'The maximum number of system tags for each resource is 20.',
                    ],
                    [
                        'errorCode' => 'Duplicate.TagKey',
                        'errorMessage' => 'The Tag.N.Key contains a duplicated key.',
                    ],
                    [
                        'errorCode' => 'InvalidInstanceType',
                        'errorMessage' => 'The instance type is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagKey',
                        'errorMessage' => 'The specified Tag.n.Key is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagValue',
                        'errorMessage' => 'The specified Tag.n.Value is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidRegionId',
                        'errorMessage' => 'The service does not support the region. You can call the DescribeRegions API to view the supported regions.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.Tags',
                        'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.',
                    ],
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'Operation timed out.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'CallRamApiFailed',
                        'errorMessage' => 'Failed to call the Alibaba Cloud RAM service.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'CreateOrderFailed',
                        'errorMessage' => 'Create order failed: %s.',
                    ],
                    [
                        'errorCode' => 'InDebt',
                        'errorMessage' => 'The current user has an overdue payment. Please top up first.',
                    ],
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                    [
                        'errorCode' => 'NoResources',
                        'errorMessage' => 'The current regional resources are insufficient.',
                    ],
                    [
                        'errorCode' => 'OperationDenied.KeyValueNotNull',
                        'errorMessage' => 'The key value cannot be null.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'asynchronous',
                'callback' => 'eais::2019-06-24::DescribeEais',
                'callbackInterval' => 20000,
                'maxCallbackTimes' => 30,
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"ElasticAcceleratedInstanceId\\": \\"eais-sz8t15a7gt7z7j7i****\\",\\n  \\"RequestId\\": \\"F5FEB9AA-C108-577C-AB3D-D13524AF****\\"\\n}","type":"json"}]',
            'title' => '创建EAIS实例',
            'description' => '**请确保在使用该接口前,已充分了解EAIS产品的[计费说明](~~191197~~)。**',
        ],
        'AttachEai' => [
            'summary' => '创建弹性加速计算实例EAIS实例后,您需要调用API AttachEai将该EAIS实例绑定到客户端实例(ECS实例或ECI实例)上,才能为客户端实例提供GPU资源。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'ElasticAcceleratedInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'eais-sz8t15a7gt7z7j7i****',
                    ],
                ],
                [
                    'name' => 'ClientInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '待绑定的ECS或ECI实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'i-wz93g6pyat2g7t7o****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'C3BCB7DA-BEB6-4982-A765-6EA61EC8****',
                            ],
                            'ElasticAcceleratedInstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-sz8t15a7gt7z7j7i****',
                            ],
                            'ClientInstanceId' => [
                                'description' => 'ECS或ECI实例ID。',
                                'type' => 'string',
                                'example' => 'i-wz93g6pyat2g7t7o****',
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"C3BCB7DA-BEB6-4982-A765-6EA61EC8****\\",\\n  \\"ElasticAcceleratedInstanceId\\": \\"eais-sz8t15a7gt7z7j7i****\\",\\n  \\"ClientInstanceId\\": \\"i-wz93g6pyat2g7t7o****\\"\\n}","errorExample":""},{"type":"xml","example":"<AttachEaiResponse>\\n    <RequestId>C3BCB7DA-BEB6-4982-A765-6EA61EC8****</RequestId>\\n    <ElasticAcceleratedInstanceId>eais-sz8t15a7gt7z7j7i****</ElasticAcceleratedInstanceId>\\n    <ClientInstanceId>i-wz93g6pyat2g7t7o****</ClientInstanceId>\\n</AttachEaiResponse>","errorExample":""}]',
            'title' => '绑定EAIS实例',
        ],
        'DetachEai' => [
            'summary' => '为满足您业务的灵活性,您可以根据业务需要,调用API DetachEai从客户端实例(即ECS实例或ECI实例)上解绑目标弹性加速计算实例EAIS。解绑ECS实例后,您的客户端实例将失去EAIS实例提供的加速效果。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'ElasticAcceleratedInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'eais-sz8t15a7gt7z7j7i****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => '04DEB304-2436-4CB9-BB63-468BCEA0****',
                            ],
                        ],
                    ],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"04DEB304-2436-4CB9-BB63-468BCEA0****\\"\\n}","errorExample":""},{"type":"xml","example":"<DetachEaiResponse>\\n    <RequestId>04DEB304-2436-4CB9-BB63-468BCEA0****</RequestId>\\n</DetachEaiResponse>","errorExample":""}]',
            'title' => '解绑EAIS实例',
        ],
        'DeleteEai' => [
            'summary' => '如果您不再需要使用弹性加速计算实例EAIS,您可以调用API DeleteEai释放该EAIS实例。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'high',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'ElasticAcceleratedInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'eais-sz8t15a7gt7z7j7i****',
                    ],
                ],
                [
                    'name' => 'Force',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例状态不符合删除条件时,是否强制删除。取值范围:'."\n"
                            ."\n"
                            .'- true:强制删除。'."\n"
                            .'- false:不强制删除。'."\n"
                            ."\n"
                            .'默认值:false。'."\n"
                            ."\n"
                            .'实例状态与本参数说明如下:'."\n"
                            ."\n"
                            .'- 当实例状态为**可绑定**或**已绑定**时,无需设置本参数,实例会正常释放。'."\n"
                            .'- 当实例状态为**创建中**、**绑定中**或**解绑中**时,可以设置本参数值为`true`来强制释放实例。',
                        'type' => 'boolean',
                        'required' => false,
                        'example' => 'false',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F23AEEC7-4D98-4657-A104-02692701****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'InvalidEaiStatus',
                        'errorMessage' => 'The current state of the EAIS instance does not support the operation.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                ],
                [
                    [
                        'errorCode' => 'InvalidParameter.InstanceId.NotFound',
                        'errorMessage' => 'The specified InstanceId does not exist.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"F23AEEC7-4D98-4657-A104-02692701****\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteEaiResponse>\\n    <RequestId>F23AEEC7-4D98-4657-A104-02692701****</RequestId>\\n</DeleteEaiResponse>","errorExample":""}]',
            'title' => '释放EAIS实例',
        ],
        'CreateEaiEci' => [
            'summary' => '创建一个弹性加速计算实例和一个客户端ECI实例,并将弹性加速计算实例绑定到ECI实例上。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'high',
                'chargeType' => 'paid',
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ClientToken',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'schema' => [
                        'title' => '幂等参数',
                        'description' => '幂等参数,保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。更多信息,请参见[如何保证幂等性](~~25693~~)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '123e4567-e89b-12d3-a456-426655440000',
                    ],
                ],
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'EaisName',
                    'in' => 'query',
                    'schema' => [
                        'description' => '弹性加速计算实例的名称。长度为2~128个英文或中文字符。必须以大小字母或中文开头,不能以http://或https://开头。可以包含数字、半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'eais-test01',
                    ],
                ],
                [
                    'name' => 'EaisType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的规格。取值范围:'."\n"
                            ."\n"
                            .'- eais.ei-a6.4xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.2xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.large',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais.ei-a6.2xlarge',
                    ],
                ],
                [
                    'name' => 'VSwitchId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的虚拟交换机ID。'."\n"
                            ."\n"
                            .'> 交换机网段内IP的个数决定了该交换机最大可支持创建的EAIS实例个数,请务必提前规划好网段设置。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'vsw-uf6h3rbwbm90urjwa****',
                    ],
                ],
                [
                    'name' => 'SecurityGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的安全组ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'sg-uf66jeqopgqa9hdn****',
                    ],
                ],
                [
                    'name' => 'Eci',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'ECI实例参数对象。',
                        'type' => 'object',
                        'properties' => [
                            'Container' => [
                                'description' => '容器参数对象。',
                                'type' => 'object',
                                'properties' => [
                                    'Arg' => [
                                        'description' => '容器启动命令对应的参数。最多10个。',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => '100',
                                    ],
                                    'Command' => [
                                        'description' => '容器启动命令。最多20个。每个命令最多包含256个字符。',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => 'sleep',
                                    ],
                                    'Image' => [
                                        'description' => '容器使用的镜像。',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => 'nginx',
                                    ],
                                    'Name' => [
                                        'description' => '容器名称。',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => 'test1',
                                    ],
                                    'Volumes' => [
                                        'description' => '容器挂载的数据卷。',
                                        'type' => 'string',
                                        'required' => false,
                                        'example' => '/mnt/eais=eais,/models=eais/models',
                                    ],
                                ],
                                'required' => false,
                            ],
                            'EipId' => [
                                'description' => 'ECI实例使用的弹性公网ID。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'eip-uf66jeqopgqa9hdn****',
                            ],
                            'Name' => [
                                'description' => 'ECI实例名称。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'test-nginx',
                            ],
                            'Type' => [
                                'description' => 'ECI实例规格。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'ecs.c5.xlarge',
                            ],
                            'Volume' => [
                                'description' => 'ECI实例挂载的数据卷。',
                                'type' => 'string',
                                'required' => false,
                                'example' => '00c7****-rivj.cn-hangzhou.extreme.nas.aliyuncs.com:/share',
                            ],
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例所属的资源组ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'rg-acfmvpuy4a5****',
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签信息。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'description' => '标签键。限制:'."\n"
                                        ."\n"
                                        .'- 不能为空。'."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'description' => '标签值。限制:'."\n"
                                        ."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F5FEB9AA-C108-577C-AB3D-D13524AF****',
                            ],
                            'ElasticAcceleratedInstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-sz8t15a7gt7z7j7i****',
                            ],
                            'ClientInstanceId' => [
                                'description' => 'ECI实例ID。',
                                'type' => 'string',
                                'example' => 'eci-2zeh03ygxlrzmfi6****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'CheckTimeout',
                        'errorMessage' => 'Check timed out.',
                    ],
                    [
                        'errorCode' => 'CustomTag.NumberExceed',
                        'errorMessage' => 'The maximum number of system tags for each resource is 20.',
                    ],
                    [
                        'errorCode' => 'Duplicate.TagKey',
                        'errorMessage' => 'The Tag.N.Key contains a duplicated key.',
                    ],
                    [
                        'errorCode' => 'InvalidInstanceType',
                        'errorMessage' => 'The instance type is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagKey',
                        'errorMessage' => 'The specified Tag.n.Key is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagValue',
                        'errorMessage' => 'The specified Tag.n.Value is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidRegionId',
                        'errorMessage' => 'The service does not support the region. You can call the DescribeRegions API to view the supported regions.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.Tags',
                        'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.',
                    ],
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'Operation timed out.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'CallRamApiFailed',
                        'errorMessage' => 'Failed to call the Alibaba Cloud RAM service.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'CreateOrderFailed',
                        'errorMessage' => 'Create order failed: %s.',
                    ],
                    [
                        'errorCode' => 'InDebt',
                        'errorMessage' => 'The current user has an overdue payment. Please top up first.',
                    ],
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                    [
                        'errorCode' => 'NoResources',
                        'errorMessage' => 'The current regional resources are insufficient.',
                    ],
                    [
                        'errorCode' => 'OperationDenied.KeyValueNotNull',
                        'errorMessage' => 'The key value cannot be null.',
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"F5FEB9AA-C108-577C-AB3D-D13524AF****\\",\\n  \\"ElasticAcceleratedInstanceId\\": \\"eais-sz8t15a7gt7z7j7i****\\",\\n  \\"ClientInstanceId\\": \\"eci-2zeh03ygxlrzmfi6****\\"\\n}","type":"json"}]',
            'title' => '创建EAIS实例并绑定至客户端实例',
        ],
        'CreateEaiEcs' => [
            'summary' => '创建一个弹性加速计算实例和一个客户端ECS实例,并将弹性加速计算实例绑定到ECS实例上。',
            'methods' => [
                'post',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'create',
                'riskType' => 'high',
                'chargeType' => 'paid',
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ClientToken',
                    'in' => 'query',
                    'allowEmptyValue' => false,
                    'schema' => [
                        'title' => '幂等参数',
                        'description' => '幂等参数,保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。更多信息,请参见[如何保证幂等性](~~25693~~)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => '123e4567-e89b-12d3-a456-426655440000',
                    ],
                ],
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'EaisName',
                    'in' => 'query',
                    'schema' => [
                        'description' => '弹性加速计算实例的名称。长度为2~128个英文或中文字符。必须以大小字母或中文开头,不能以http://或https://开头。可以包含数字、半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'eais-test01',
                    ],
                ],
                [
                    'name' => 'Ecs',
                    'in' => 'query',
                    'style' => 'json',
                    'schema' => [
                        'description' => 'ECS实例参数对象。',
                        'type' => 'object',
                        'properties' => [
                            'ImageId' => [
                                'description' => 'ECS实例使用的镜像ID。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'aliyun_2_1903_x64_20G_alibase_20200324.vhd',
                            ],
                            'InternetMaxBandwidthIn' => [
                                'description' => 'ECS实例公网入带宽最大值,单位为Mbit/s。取值范围:'."\n"
                                    ."\n"
                                    .'- 当所购公网出带宽小于等于10 Mbit/s时:1~10,默认为10。'."\n"
                                    .'- 当所购公网出带宽大于10 Mbit/s时:1~`InternetMaxBandwidthOut`的取值,默认为`InternetMaxBandwidthOut`的取值。',
                                'type' => 'string',
                                'required' => false,
                                'example' => '10',
                            ],
                            'InternetMaxBandwidthOut' => [
                                'description' => 'ECS实例公网出带宽最大值,单位为Mbit/s。取值范围:0~100。'."\n"
                                    .'默认值:0。',
                                'type' => 'string',
                                'required' => false,
                                'example' => '10',
                            ],
                            'Name' => [
                                'description' => 'ECS实例名称。长度为2~128个字符,必须以大小字母或中文开头,不能以http://或https://开头。可以包含中文、英文、数字、半角冒号(:)、下划线(_)、半角句号(.)或者短划线(-)。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'test1',
                            ],
                            'Password' => [
                                'description' => 'ECS实例密码。长度为8~30个字符,必须同时包含大小写英文字母、数字和特殊符号中的三类字符。特殊符号可以是:`()~!@#$%^&*-_+=|{}[]:;\'<>,.?/`。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'EcsV587!',
                            ],
                            'SystemDiskCategory' => [
                                'description' => 'ECS实例系统盘的云盘种类。取值范围:'."\n"
                                    ."\n"
                                    .'- cloud_efficiency:高效云盘。'."\n"
                                    .'- cloud_ssd:SSD云盘。'."\n"
                                    .'- cloud_essd:ESSD云盘。'."\n"
                                    .'- cloud:普通云盘。'."\n"
                                    .'- cloud_auto:ESSD AutoPL云盘。'."\n"
                                    ."\n"
                                    .'已停售的实例规格且非I/O优化实例默认值为cloud,否则默认值为cloud_efficiency。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'cloud_ssd',
                            ],
                            'SystemDiskSize' => [
                                'description' => 'ECS实例系统盘大小,单位为GiB。取值范围:20~500。'."\n"
                                    ."\n"
                                    .'该参数的取值必须大于或者等于max{20, `ImageSize`}。'."\n"
                                    ."\n"
                                    .'默认值:max{40, `ImageId`对应的镜像大小}。',
                                'type' => 'integer',
                                'format' => 'int64',
                                'required' => false,
                                'example' => '40',
                            ],
                            'Type' => [
                                'description' => 'ECS实例的资源规格。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'ecs.g7.4xlarge',
                            ],
                            'ZoneId' => [
                                'description' => 'ECS实例所属的可用区ID。',
                                'type' => 'string',
                                'required' => false,
                                'example' => 'cn-shenzhen-e',
                            ],
                        ],
                        'required' => false,
                    ],
                ],
                [
                    'name' => 'EaisType',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例的规格。取值范围:'."\n"
                            ."\n"
                            .'- eais.ei-a6.4xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.2xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.xlarge'."\n"
                            ."\n"
                            .'- eais.ei-a6.large',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais.ei-a6.2xlarge',
                    ],
                ],
                [
                    'name' => 'VSwitchId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的虚拟交换机ID。'."\n"
                            ."\n"
                            .'> 交换机网段内IP的个数决定了该交换机最大可支持创建的EAIS实例个数,请务必提前规划好网段设置。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'vsw-uf6h3rbwbm90urjwa****',
                    ],
                ],
                [
                    'name' => 'SecurityGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的安全组ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'sg-uf66jeqopgqa9hdn****',
                    ],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例所属的资源组ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'rg-acfmvpuy4a5****',
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'description' => '标签列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签信息。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'description' => '标签键。限制:'."\n"
                                        ."\n"
                                        .'- 不能为空。'."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'description' => '标签值。限制:'."\n"
                                        ."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'F5FEB9AA-C108-577C-AB3D-D13524AF****',
                            ],
                            'ElasticAcceleratedInstanceId' => [
                                'description' => 'EAIS实例ID。',
                                'type' => 'string',
                                'example' => 'eais-sz8t15a7gt7z7j7i****',
                            ],
                            'ClientInstanceId' => [
                                'description' => 'ECS实例ID。',
                                'type' => 'string',
                                'example' => 'i-bp1hjrvleawl4ogb****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'CheckTimeout',
                        'errorMessage' => 'Check timed out.',
                    ],
                    [
                        'errorCode' => 'CustomTag.NumberExceed',
                        'errorMessage' => 'The maximum number of system tags for each resource is 20.',
                    ],
                    [
                        'errorCode' => 'Duplicate.TagKey',
                        'errorMessage' => 'The Tag.N.Key contains a duplicated key.',
                    ],
                    [
                        'errorCode' => 'InvalidInstanceType',
                        'errorMessage' => 'The instance type is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagKey',
                        'errorMessage' => 'The specified Tag.n.Key is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagValue',
                        'errorMessage' => 'The specified Tag.n.Value is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidRegionId',
                        'errorMessage' => 'The service does not support the region. You can call the DescribeRegions API to view the supported regions.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.Tags',
                        'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.',
                    ],
                    [
                        'errorCode' => 'Timeout',
                        'errorMessage' => 'Operation timed out.',
                    ],
                ],
                [
                    [
                        'errorCode' => 'CallRamApiFailed',
                        'errorMessage' => 'Failed to call the Alibaba Cloud RAM service.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'CreateOrderFailed',
                        'errorMessage' => 'Create order failed: %s.',
                    ],
                    [
                        'errorCode' => 'InDebt',
                        'errorMessage' => 'The current user has an overdue payment. Please top up first.',
                    ],
                    [
                        'errorCode' => 'NoPermission',
                        'errorMessage' => 'You are not authorized to perform this operation. %s',
                    ],
                    [
                        'errorCode' => 'NoResources',
                        'errorMessage' => 'The current regional resources are insufficient.',
                    ],
                    [
                        'errorCode' => 'OperationDenied.KeyValueNotNull',
                        'errorMessage' => 'The key value cannot be null.',
                    ],
                ],
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"F5FEB9AA-C108-577C-AB3D-D13524AF****\\",\\n  \\"ElasticAcceleratedInstanceId\\": \\"eais-sz8t15a7gt7z7j7i****\\",\\n  \\"ClientInstanceId\\": \\"i-bp1hjrvleawl4ogb****\\"\\n}","type":"json"}]',
            'title' => '创建EAIS实例并绑定至客户端实例',
        ],
        'DeleteEaiAll' => [
            'summary' => '释放一个弹性加速计算实例和与其绑定的客户端实例(即ECS实例或ECI实例)。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'delete',
                'riskType' => 'high',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '实例所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'cn-shenzhen',
                    ],
                ],
                [
                    'name' => 'ElasticAcceleratedInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => 'EAIS实例ID。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'eais-hza1ahi0uuw0re33****',
                    ],
                ],
                [
                    'name' => 'ClientInstanceId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '与EAIS实例绑定的ECS或ECI实例ID。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'i-bp1fvhi60e1zizsp****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'AD4EA714-A35B-4710-BF92-8275BCDD****',
                            ],
                        ],
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"AD4EA714-A35B-4710-BF92-8275BCDD****\\"\\n}","errorExample":""},{"type":"xml","example":"<DeleteEaiAllResponse>\\n    <RequestId>AD4EA714-A35B-4710-BF92-8275BCDD****</RequestId>\\n</DeleteEaiAllResponse>","errorExample":""}]',
            'title' => '释放EAIS实例及绑定的客户端实例',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ChangeResourceGroup' => [
            'summary' => '修改弹性加速计算实例所在的资源组。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'http',
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => [
                        'title' => '资源Id',
                        'description' => '资源ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'eais-hzs4h26yyt5xkcke****',
                    ],
                ],
                [
                    'name' => 'ResourceRegionId',
                    'in' => 'query',
                    'schema' => [
                        'title' => '地域Id',
                        'description' => '资源所属的地域ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'ResourceGroupId',
                    'in' => 'query',
                    'schema' => [
                        'title' => '目标资源组',
                        'description' => '目标资源组ID。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'rg-acfmvpuy4a5****',
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。',
                                'type' => 'string',
                                'example' => 'C3BCB7DA-BEB6-4982-A765-6EA61EC8****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'NoPermission.ChangeResourceGroup',
                        'errorMessage' => 'You are not authorized to change resourcegroup',
                    ],
                    [
                        'errorCode' => 'MissingParameter.ResourceRegionId',
                        'errorMessage' => 'The ResourceRegionId parameters that are required for processing this request are missing',
                    ],
                    [
                        'errorCode' => 'MissingParameter.ResourceId',
                        'errorMessage' => 'The ResourceId parameters that are required for processing this request are missing',
                    ],
                    [
                        'errorCode' => 'MissingParameter.ResourceGroupId',
                        'errorMessage' => 'The ResourceGroupId parameters that are required for processing this request are missing',
                    ],
                    [
                        'errorCode' => 'InvalidResourceGroup',
                        'errorMessage' => 'The specified ResourceGroupId is invalid',
                    ],
                    [
                        'errorCode' => 'SystemError',
                        'errorMessage' => 'A system error occurred while processing your request',
                    ],
                    [
                        'errorCode' => 'ResourceNotFound',
                        'errorMessage' => ' The specified resource is not found',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"C3BCB7DA-BEB6-4982-A765-6EA61EC8****\\"\\n}","errorExample":""},{"type":"xml","example":"<ChangeResourceGroupResponse>\\n    <RequestId>C3BCB7DA-BEB6-4982-A765-6EA61EC8****</RequestId>\\n</ChangeResourceGroupResponse>","errorExample":""}]',
            'title' => '改变资源组',
        ],
        'TagResources' => [
            'summary' => '为指定的EAIS资源列表统一创建并绑定标签。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '资源所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '资源类型',
                        'description' => '资源类型定义。目前取值仅支持`instance`。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'instance',
                    ],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'title' => '资源ID,最多 50个子项',
                        'description' => '资源ID,最多 50个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '资源ID。',
                            'type' => 'string',
                            'required' => false,
                            'example' => 'eais-hzgv8uxixkho5b3w****',
                        ],
                        'required' => true,
                        'maxItems' => 51,
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'title' => '标签列表,最多包含20个子项',
                        'description' => '标签列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签对象。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'title' => '标签键',
                                    'description' => '标签键。限制:'."\n"
                                        ."\n"
                                        .'- 不能为空。'."\n"
                                        ."\n"
                                        .'- 最多支持128个字符。'."\n"
                                        ."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        ."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'title' => '标签值',
                                    'description' => '标签值。限制:'."\n"
                                        ."\n"
                                        .'- 最多支持128个字符。'."\n"
                                        ."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        ."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => true,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求ID。'."\n",
                                'type' => 'string',
                                'example' => '473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'NumberExceed.ResourceIds',
                        'errorMessage' => 'The maximum number of ResourceIds is exceeded. The maximum is 50.',
                    ],
                    [
                        'errorCode' => 'MissingParameter.ResourceIds',
                        'errorMessage' => 'You must specify ResourceIds.',
                    ],
                    [
                        'errorCode' => 'Duplicate.ResourceId',
                        'errorMessage' => 'The request contains duplicated ResourceId.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.Tags',
                        'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.',
                    ],
                    [
                        'errorCode' => 'Duplicate.TagKey',
                        'errorMessage' => 'The Tag.N.Key contains a duplicated key.',
                    ],
                    [
                        'errorCode' => 'InvalidResourceId.NotFound',
                        'errorMessage' => 'The ResourceId does not exist.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagKey',
                        'errorMessage' => 'The specified Tag.n.Key is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagValue',
                        'errorMessage' => 'The specified Tag.n.Value is invalid.',
                    ],
                    [
                        'errorCode' => 'CustomTag.NumberExceed',
                        'errorMessage' => 'The maximum number of system tags for each resource is 20.',
                    ],
                ],
                403 => [
                    [
                        'errorCode' => 'OperationDenied.KeyValueNotNull',
                        'errorMessage' => 'The key value cannot be null.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E\\"\\n}","errorExample":""},{"type":"xml","example":"<TagResourcesResponse>\\n    <RequestId>473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E</RequestId>\\n</TagResourcesResponse>","errorExample":""}]',
            'title' => '创建并绑定标签',
        ],
        'UntagResources' => [
            'summary' => '为指定的EAIS资源列表统一解绑标签。解绑后,如果该标签没有绑定其他任何资源,会被自动删除。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '资源所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '资源类型',
                        'description' => '资源类型定义。目前取值仅支持`instance`。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'instance',
                    ],
                ],
                [
                    'name' => 'All',
                    'in' => 'query',
                    'schema' => [
                        'title' => '是否全部删除,只针对TagKey.N为空时有效。 取值范围: true  false True False  默认是 false',
                        'description' => '是否解绑资源上的所有标签。'."\n"
                            ."\n"
                            .'当请求中未设置 TagKey.N 时,该参数才有效。'."\n"
                            ."\n"
                            .'取值范围:'."\n"
                            ."\n"
                            .'- true:解绑目标资源的所有标签。没有标签的资源则不处理,直接返回成功。'."\n"
                            .'- false(默认值):不执行标签操作,直接返回成功。',
                        'type' => 'boolean',
                        'required' => false,
                        'example' => 'false',
                    ],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'title' => '资源ID,最多50个子项',
                        'description' => '资源ID,最多 50个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '资源ID。',
                            'type' => 'string',
                            'required' => false,
                            'example' => 'eais-hzs4h26yyt5xkcke****',
                        ],
                        'required' => true,
                        'maxItems' => 51,
                    ],
                ],
                [
                    'name' => 'TagKey',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'title' => '标签键,最多20个子项',
                        'description' => '标签键列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '资源的标签键。',
                            'type' => 'string',
                            'required' => false,
                            'example' => 'TestKey',
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求 ID。',
                                'type' => 'string',
                                'example' => '1E23D585-BBD8-436F-9615-54CACD67****',
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'NumberExceed.ResourceIds',
                        'errorMessage' => 'The maximum number of ResourceIds is exceeded. The maximum is 50.',
                    ],
                    [
                        'errorCode' => 'Duplicate.ResourceId',
                        'errorMessage' => 'The request contains duplicated ResourceId.',
                    ],
                    [
                        'errorCode' => 'MissingParameter.ResourceIds',
                        'errorMessage' => 'You must specify ResourceIds.',
                    ],
                    [
                        'errorCode' => 'Duplicate.TagKey',
                        'errorMessage' => 'The Tag.N.Key contains a duplicated key.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagKey',
                        'errorMessage' => 'The specified Tag.n.Key is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagValue',
                        'errorMessage' => 'The specified Tag.n.Value is invalid.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"1E23D585-BBD8-436F-9615-54CACD67****\\"\\n}","type":"json"}]',
            'title' => '解绑并删除标签',
        ],
        'ListTagResources' => [
            'summary' => '查询一个或多个EAIS资源已经绑定的标签列表。',
            'methods' => [
                'post',
                'get',
            ],
            'schemes' => [
                'https',
            ],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'none',
                'riskType' => 'none',
                'chargeType' => 'free',
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'RegionId',
                    'in' => 'query',
                    'schema' => [
                        'description' => '资源所属的地域ID。您可以调用[DescribeRegions](~~364379~~)查看最新的阿里云地域列表。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'cn-hangzhou',
                    ],
                ],
                [
                    'name' => 'NextToken',
                    'in' => 'query',
                    'schema' => [
                        'title' => '下一个查询开始Token',
                        'description' => '下一个查询开始Token。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'caeba0bbb2be03f84eb48b699f0a4884',
                    ],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => [
                        'title' => '资源类型',
                        'description' => '资源类型定义。目前取值仅支持`instance`。',
                        'type' => 'string',
                        'required' => true,
                        'example' => 'instance',
                    ],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'title' => '资源ID,最多 50个子项',
                        'description' => '资源ID,最多 50个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '资源ID。',
                            'type' => 'string',
                            'required' => false,
                            'example' => 'eais-hzs4h26yyt5xkcke****',
                        ],
                        'required' => false,
                        'maxItems' => 51,
                    ],
                ],
                [
                    'name' => 'Tag',
                    'in' => 'query',
                    'style' => 'repeatList',
                    'schema' => [
                        'title' => '标签列表,最多包含20个子项',
                        'description' => '标签列表,最多包含20个子项。',
                        'type' => 'array',
                        'items' => [
                            'description' => '标签对象。',
                            'type' => 'object',
                            'properties' => [
                                'Key' => [
                                    'title' => '标签键',
                                    'description' => '标签键。限制:'."\n"
                                        ."\n"
                                        .'- 不能为空。'."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestKey',
                                ],
                                'Value' => [
                                    'title' => '标签值',
                                    'description' => '标签值。限制:'."\n"
                                        ."\n"
                                        .'- 最多支持 128 个字符。'."\n"
                                        .'- 不能以aliyun或acs:开头。'."\n"
                                        .'- 不能包含http://和https://。',
                                    'type' => 'string',
                                    'required' => false,
                                    'example' => 'TestValue',
                                ],
                            ],
                            'required' => false,
                        ],
                        'required' => false,
                        'maxItems' => 21,
                    ],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'title' => 'Schema of Response',
                        'description' => 'Schema of Response',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => [
                                'title' => 'Id of the request',
                                'description' => '请求 ID。',
                                'type' => 'string',
                                'example' => 'F23AEEC7-4D98-4657-A104-02692701****',
                            ],
                            'NextToken' => [
                                'description' => '下一个查询开始 Token。NextToken 为空说明为最后一个。',
                                'type' => 'string',
                                'example' => 'caeba0bbb2be03f84eb48b699f0a4885',
                            ],
                            'TagResources' => [
                                'description' => '由资源及其标签组成的集合,包含了资源ID、资源类型和标签键值等信息。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '资源及标签信息对象。',
                                    'type' => 'object',
                                    'properties' => [
                                        'TagKey' => [
                                            'description' => '标签键。',
                                            'type' => 'string',
                                            'example' => 'TestKey',
                                        ],
                                        'TagValue' => [
                                            'description' => '标签值。',
                                            'type' => 'string',
                                            'example' => 'TestValue',
                                        ],
                                        'ResourceId' => [
                                            'description' => '资源ID。',
                                            'type' => 'string',
                                            'example' => 'eais-hzs4h26yyt5xkcke****',
                                        ],
                                        'ResourceType' => [
                                            'description' => '资源类型。',
                                            'type' => 'string',
                                            'example' => 'instance',
                                        ],
                                    ],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    [
                        'errorCode' => 'MissingParameter.ResourceIdOrTag',
                        'errorMessage' => 'Either ResourceId or Tag must be specified.',
                    ],
                    [
                        'errorCode' => 'InvalidNextToken',
                        'errorMessage' => 'The NextToken is invalid.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.ResourceIds',
                        'errorMessage' => 'The maximum number of ResourceIds is exceeded. The maximum is 50.',
                    ],
                    [
                        'errorCode' => 'MissingParameter.ResourceIds',
                        'errorMessage' => 'You must specify ResourceIds.',
                    ],
                    [
                        'errorCode' => 'Duplicate.ResourceId',
                        'errorMessage' => 'The request contains duplicated ResourceId.',
                    ],
                    [
                        'errorCode' => 'NumberExceed.Tags',
                        'errorMessage' => 'The maximum number of Tags is exceeded. The maximum is 20.',
                    ],
                    [
                        'errorCode' => 'Duplicate.TagKey',
                        'errorMessage' => 'The Tag.N.Key contains a duplicated key.',
                    ],
                    [
                        'errorCode' => 'InvalidResourceId.NotFound',
                        'errorMessage' => 'The ResourceId does not exist.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagKey',
                        'errorMessage' => 'The specified Tag.n.Key is invalid.',
                    ],
                    [
                        'errorCode' => 'InvalidParameter.TagValue',
                        'errorMessage' => 'The specified Tag.n.Value is invalid.',
                    ],
                ],
            ],
            'staticInfo' => [
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"errorExample":"","example":"{\\n  \\"RequestId\\": \\"F23AEEC7-4D98-4657-A104-02692701****\\",\\n  \\"NextToken\\": \\"caeba0bbb2be03f84eb48b699f0a4885\\",\\n  \\"TagResources\\": [\\n    {\\n      \\"TagKey\\": \\"TestKey\\",\\n      \\"TagValue\\": \\"TestValue\\",\\n      \\"ResourceId\\": \\"eais-hzs4h26yyt5xkcke****\\",\\n      \\"ResourceType\\": \\"instance\\"\\n    }\\n  ]\\n}","type":"json"}]',
            'title' => '查询标签列表',
            'description' => '请求中至少指定以下任一参数,以确定查询对象。'."\n"
                ."\n"
                .'- ResourceId.N'."\n"
                .'- Tag.N(Tag.N.Key与Tag.N.Value)'."\n"
                ."\n"
                .'同时指定Tag.N和ResourceId.N参数时,返回结果中仅包含同时满足这两个条件的 EAIS 资源。',
        ],
    ],
    'endpoints' => [
        [
            'regionId' => 'cn-beijing',
            'endpoint' => 'eais.cn-beijing.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-hangzhou',
            'endpoint' => 'eais.cn-hangzhou.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shanghai',
            'endpoint' => 'eais.cn-shanghai.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-shenzhen',
            'endpoint' => 'eais.cn-shenzhen.aliyuncs.com',
        ],
        [
            'regionId' => 'cn-chengdu',
            'endpoint' => 'eais.cn-chengdu.aliyuncs.com',
        ],
    ],
];