summaryrefslogtreecommitdiff
path: root/data/zh_cn/config/2019-01-08/api-docs.php
blob: 3dc5cfeef3a483e4c6dba12ac6aa9631c0556715 (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
<?php return [
    'version' => '1.0',
    'info' => ['style' => 'RPC', 'product' => 'Config', 'version' => '2019-01-08'],
    'directories' => [
        [
            'id' => 238069,
            'title' => '资源',
            'type' => 'directory',
            'children' => ['GetDiscoveredResourceCounts', 'ListDiscoveredResources', 'DescribeDiscoveredResource', 'GetResourceComplianceTimeline', 'GetResourceConfigurationTimeline', 'GetDiscoveredResourceSummary', 'GetSupportedResourceTypes'],
        ],
        [
            'id' => 238077,
            'title' => '规则',
            'type' => 'directory',
            'children' => ['DeleteConfigRules', 'StartConfigRuleEvaluation', 'StopConfigRules', 'ListConfigRules', 'DescribeEvaluationResults', 'DescribeCompliance', 'DescribeComplianceSummary', 'DescribeConfigRule', 'PutConfigRule', 'PutEvaluations', 'ActiveConfigRules'],
        ],
        [
            'id' => 238089,
            'title' => '资源监控范围',
            'type' => 'directory',
            'children' => ['StartConfigurationRecorder', 'DescribeConfigurationRecorder', 'PutConfigurationRecorder'],
        ],
        [
            'id' => 238093,
            'title' => '投递渠道',
            'type' => 'directory',
            'children' => ['DescribeDeliveryChannels', 'PutDeliveryChannel'],
        ],
        [
            'id' => 238096,
            'title' => '其他',
            'type' => 'directory',
            'children' => ['GetAggregateDiscoveredResource', 'ListAggregateDiscoveredResources'],
        ],
    ],
    'components' => [
        'schemas' => [],
    ],
    'apis' => [
        'GetDiscoveredResourceCounts' => [
            'summary' => '查询当前账号的资源数量。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig6XGW41'],
                'autoTest' => true,
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'GroupByKey',
                    'in' => 'query',
                    'schema' => ['description' => '资源数量统计的分组维度。取值:'."\n"
                        .'- ResourceType:资源类型。'."\n"
                        .'- Region:地域。', 'type' => 'string', 'required' => false, 'example' => 'ResourceType'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '120886317861****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'GroupedResourceCounts' => [
                                'description' => '资源数量查询结果。',
                                'type' => 'object',
                                'properties' => [
                                    'GroupByKey' => ['description' => '资源统计的分组维度。', 'type' => 'string', 'example' => 'ResourceType'],
                                    'GroupedResourceCountList' => [
                                        'description' => '资源数量列表。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'GroupName' => ['description' => '资源统计的分组名称。', 'type' => 'string', 'example' => 'ACS::ECS::SecurityGroup'],
                                                'ResourceCount' => ['description' => '分组下统计的资源数量。', 'type' => 'integer', 'format' => 'int64', 'example' => '10'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '54BFA4FB-6E08-4D58-9E83-1A8A3EC80247'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"GroupedResourceCounts\\": {\\n    \\"GroupByKey\\": \\"ResourceType\\",\\n    \\"GroupedResourceCountList\\": [\\n      {\\n        \\"GroupName\\": \\"ACS::ECS::SecurityGroup\\",\\n        \\"ResourceCount\\": 10\\n      }\\n    ]\\n  },\\n  \\"RequestId\\": \\"54BFA4FB-6E08-4D58-9E83-1A8A3EC80247\\"\\n}","errorExample":""},{"type":"xml","example":"<GetDiscoveredResourceCountsResponse>\\n\\t<RequestId>54BFA4FB-6E08-4D58-9E83-1A8A3EC80247</RequestId>\\n\\t<GroupedResourceCounts>\\n\\t\\t<GroupedResourceCountList>\\n\\t\\t\\t<GroupName>ACS::ECS::NetworkInterface</GroupName>\\n\\t\\t\\t<ResourceCount>13</ResourceCount>\\n\\t\\t</GroupedResourceCountList>\\n\\t\\t<GroupedResourceCountList>\\n\\t\\t\\t<GroupName>ACS::ECS::SecurityGroup</GroupName>\\n\\t\\t\\t<ResourceCount>10</ResourceCount>\\n\\t\\t</GroupedResourceCountList>\\n\\t\\t<GroupByKey>ResourceType</GroupByKey>\\n\\t</GroupedResourceCounts>\\n</GetDiscoveredResourceCountsResponse>","errorExample":""}]',
            'title' => '查询资源数量',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ListDiscoveredResources' => [
            'summary' => '查询当前账号资源列表。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig6XGW41'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。', 'type' => 'string', 'required' => false, 'example' => 'eni-hp31cqoba96jagtz****'],
                ],
                [
                    'name' => 'ResourceDeleted',
                    'in' => 'query',
                    'schema' => ['description' => '资源状态。取值:'."\n"
                        ."\n"
                        .'- 0:已删除。'."\n"
                        .'- 1(默认值):保有中。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '100', 'minimum' => '1', 'example' => '1'],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => '资源列表的页码。起始值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'minimum' => '1', 'example' => '10'],
                ],
                [
                    'name' => 'ResourceTypes',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。多个资源类型用半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'ACS::ECS::NetworkInterface'],
                ],
                [
                    'name' => 'Regions',
                    'in' => 'query',
                    'schema' => ['description' => '地域。多个地域用半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'cn-huhehaote'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '120886341261****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'DiscoveredResourceProfiles' => [
                                'description' => '资源列表结果。',
                                'type' => 'object',
                                'properties' => [
                                    'DiscoveredResourceProfileList' => [
                                        'description' => '资源列表。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'AccountId' => ['description' => '阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '120886317861****'],
                                                'Region' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-huhehaote'],
                                                'ResourceCreationTime' => ['description' => '资源创建时间戳。'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '1618675206000'],
                                                'ResourceDeleted' => ['description' => '资源删除状态。取值:'."\n"
                                                    .'- 1:未删除。'."\n"
                                                    .'- 0:已删除。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'ResourceId' => ['description' => '资源ID。', 'type' => 'string', 'example' => 'eni-hp31cqoba96jagtz****'],
                                                'ResourceName' => ['description' => '资源名称。', 'type' => 'string', 'example' => 'Cloud Firewall'],
                                                'ResourceStatus' => ['description' => '资源状态。资源的状态取决于各云服务对其的定义,该参数可能为空。'."\n"
                                                    .'例如:'."\n"
                                                    ."\n"
                                                    .'- 当资源类型为ACS::ECS::Instance时,由于ECS实例有状态,因此该参数为Running或Stopped。'."\n"
                                                    ."\n"
                                                    .'- 当资源类型为ACS::OSS::Bucket时,由于OSS Bucket无状态,因此该参数为空。', 'type' => 'string', 'example' => 'InUse'],
                                                'ResourceType' => ['description' => '资源类型。', 'type' => 'string', 'example' => 'ACS::ECS::NetworkInterface'],
                                                'Tags' => ['description' => '资源标签。'."\n", 'type' => 'string', 'example' => '{\\"key1\\":[\\"value2\\"]}'],
                                            ],
                                        ],
                                    ],
                                    'PageNumber' => ['description' => '资源列表的页码。起始值:1。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                    'PageSize' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'TotalCount' => ['description' => '资源总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '129'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'C7817373-78CB-4F9A-8AFA-E7A88E9D64A2'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"DiscoveredResourceProfiles\\": {\\n    \\"DiscoveredResourceProfileList\\": [\\n      {\\n        \\"AccountId\\": 0,\\n        \\"Region\\": \\"cn-huhehaote\\",\\n        \\"ResourceCreationTime\\": 1618675206000,\\n        \\"ResourceDeleted\\": 1,\\n        \\"ResourceId\\": \\"eni-hp31cqoba96jagtz****\\",\\n        \\"ResourceName\\": \\"Cloud Firewall\\",\\n        \\"ResourceStatus\\": \\"InUse\\",\\n        \\"ResourceType\\": \\"ACS::ECS::NetworkInterface\\",\\n        \\"Tags\\": \\"{\\\\\\\\\\\\\\"key1\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"value2\\\\\\\\\\\\\\"]}\\"\\n      }\\n    ],\\n    \\"PageNumber\\": 10,\\n    \\"PageSize\\": 1,\\n    \\"TotalCount\\": 129\\n  },\\n  \\"RequestId\\": \\"C7817373-78CB-4F9A-8AFA-E7A88E9D64A2\\"\\n}","errorExample":""},{"type":"xml","example":"<ListDiscoveredResourcesResponse>\\r\\n\\t<DiscoveredResourceProfiles>\\r\\n\\t\\t<TotalCount>129</TotalCount>\\r\\n\\t\\t<PageSize>1</PageSize>\\r\\n\\t\\t<PageNumber>10</PageNumber>\\r\\n\\t\\t<DiscoveredResourceProfileList>\\r\\n\\t\\t\\t<AccountId>120886317861****</AccountId>\\r\\n\\t\\t\\t<ResourceCreationTime>1618675206000</ResourceCreationTime>\\r\\n\\t\\t\\t<ResourceId>eni-hp31cqoba96jagtz****</ResourceId>\\r\\n\\t\\t\\t<ResourceName>Cloud Firewall</ResourceName>\\r\\n\\t\\t\\t<Region>cn-huhehaote</Region>\\r\\n\\t\\t\\t<ResourceStatus>InUse</ResourceStatus>\\r\\n\\t\\t\\t<ResourceType>ACS::ECS::NetworkInterface</ResourceType>\\r\\n\\t\\t\\t<ResourceDeleted>1</ResourceDeleted>\\r\\n\\t\\t\\t<Tags>{\\\\\\"key1\\\\\\":[\\\\\\"value2\\\\\\"]}</Tags>\\r\\n\\t\\t</DiscoveredResourceProfileList>\\r\\n\\t</DiscoveredResourceProfiles>\\r\\n\\t<RequestId>C7817373-78CB-4F9A-8AFA-E7A88E9D64A2</RequestId>\\r\\n</ListDiscoveredResourcesResponse>\\t","errorExample":""}]',
            'title' => '查询资源列表',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DescribeDiscoveredResource' => [
            'summary' => '查询指定资源的配置详情。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig6XGW41'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'adaf.zhilon****'],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。'."\n"
                        ."\n"
                        .'> 您可以通过GetSupportedResourceTypes接口获取配置审计支持的资源类型列表。更多信息,请参见[GetSupportedResourceTypes](~~169618~~)。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ACS::CDN::Domain'],
                ],
                [
                    'name' => 'Region',
                    'in' => 'query',
                    'schema' => ['description' => '地域ID。', 'type' => 'string', 'required' => false, 'docRequired' => true, 'example' => 'cn-hangzhou'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456789'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'DiscoveredResourceDetail' => [
                                'description' => '资源详情。',
                                'type' => 'object',
                                'properties' => [
                                    'AccountId' => ['description' => '阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '987654321'],
                                    'AvailabilityZone' => ['description' => '资源可用区。', 'type' => 'string', 'example' => 'cn-hangzhou-h'],
                                    'Configuration' => ['description' => '资源的完整配置信息。', 'type' => 'string', 'example' => '{\\"Description\\":\\"\\",\\"SslProtocol\\":\\"off\\",\\"DomainName\\":\\"adaf.zhilong****\\",\\"GmtModified\\":\\"2019-04-10T03:11Z\\",\\"CdnType\\":\\"web\\",\\"GmtCreated\\":\\"2016-03-03T01:31:35Z\\",\\"Cname\\":\\"adaf.zhilong.me.w.kun****.com\\",\\"Sources\\":{\\"Source\\":[{\\"Type\\":\\"oss\\",\\"Content\\":\\"test2-mh.oss-cn-hangzhou.aliyuncs.com\\",\\"Priority\\":\\"20\\",\\"Port\\":80,\\"Weight\\":\\"10\\"}]},\\"DomainStatus\\":\\"offline\\",\\"Sandbox\\":\\"\\"}'],
                                    'Region' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
                                    'ResourceCreationTime' => ['description' => '资源创建时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1456968695000'],
                                    'ResourceDeleted' => ['description' => '资源删除状态。取值:'."\n"
                                        .'- 1:未删除。'."\n"
                                        .'- 0:已删除。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'ResourceId' => ['description' => '资源ID。', 'type' => 'string', 'example' => 'adaf.zhilon****'],
                                    'ResourceName' => ['description' => '资源名称。', 'type' => 'string', 'example' => 'test-resource-name'],
                                    'ResourceStatus' => ['description' => '资源状态。资源的状态取决于各云服务对其的定义,该参数可能为空。例如:'."\n"
                                        ."\n"
                                        .'- 当资源类型为ACS::ECS::Instance时,由于ECS实例有状态,因此该参数为Running或Stopped。'."\n"
                                        ."\n"
                                        .'- 当资源类型为ACS::OSS::Bucket时,由于OSS Bucket无状态,因此该参数为空。'."\n"
                                        ."\n"
                                        .'- 当资源类型为ACS::CDN::Domain时,该参数取值为online、offline等。', 'type' => 'string', 'example' => 'offline'],
                                    'ResourceType' => ['description' => '资源类型。', 'type' => 'string', 'example' => 'ACS::CDN::Domain'],
                                    'Tags' => ['description' => '资源标签。', 'type' => 'string', 'example' => '{\\"\\"hc\\"\\":[\\"\\"value2\\"\\"]}'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'E4D71ACE-6B0A-46E0-8352-56952378CC7F'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"DiscoveredResourceDetail\\": {\\n    \\"AccountId\\": 987654321,\\n    \\"AvailabilityZone\\": \\"cn-hangzhou-h\\",\\n    \\"Configuration\\": \\"{\\\\\\\\\\\\\\"Description\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"SslProtocol\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"off\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"DomainName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"adaf.zhilong****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GmtModified\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2019-04-10T03:11Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"CdnType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"web\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"GmtCreated\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2016-03-03T01:31:35Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Cname\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"adaf.zhilong.me.w.kun****.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Sources\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"Source\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"Type\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"oss\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Content\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"test2-mh.oss-cn-hangzhou.aliyuncs.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Priority\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"20\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Port\\\\\\\\\\\\\\":80,\\\\\\\\\\\\\\"Weight\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"10\\\\\\\\\\\\\\"}]},\\\\\\\\\\\\\\"DomainStatus\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"offline\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Sandbox\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"}\\",\\n    \\"Region\\": \\"cn-hangzhou\\",\\n    \\"ResourceCreationTime\\": 1456968695000,\\n    \\"ResourceDeleted\\": 1,\\n    \\"ResourceId\\": \\"adaf.zhilon****\\",\\n    \\"ResourceName\\": \\"test-resource-name\\",\\n    \\"ResourceStatus\\": \\"offline\\",\\n    \\"ResourceType\\": \\"ACS::CDN::Domain\\",\\n    \\"Tags\\": \\"{\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"hc\\\\\\\\\\\\\\"\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"value2\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"]}\\"\\n  },\\n  \\"RequestId\\": \\"E4D71ACE-6B0A-46E0-8352-56952378CC7F\\"\\n}","errorExample":""},{"type":"xml","example":"<DescribeDiscoveredResourceResponse>\\r\\n\\t<RequestId>E4D71ACE-6B0A-46E0-8352-56952378CC7F</RequestId>\\r\\n\\t<DiscoveredResourceDetail>\\r\\n\\t\\t<accountId>987654321</accountId>\\r\\n\\t\\t<resourceId>adaf.zhilon****</resourceId>\\r\\n\\t\\t<resourceStatus>offline</resourceStatus>\\r\\n\\t\\t<configuration>{\\\\\\"Description\\\\\\":\\\\\\"\\\\\\",\\\\\\"SslProtocol\\\\\\":\\\\\\"off\\\\\\",\\\\\\"DomainName\\\\\\":\\\\\\"adaf.zhilong****\\\\\\",\\\\\\"GmtModified\\\\\\":\\\\\\"2019-04-10T03:11Z\\\\\\",\\\\\\"CdnType\\\\\\":\\\\\\"web\\\\\\",\\\\\\"GmtCreated\\\\\\":\\\\\\"2016-03-03T01:31:35Z\\\\\\",\\\\\\"Cname\\\\\\":\\\\\\"adaf.zhilong.me.w.kun****.com\\\\\\",\\\\\\"Sources\\\\\\":{\\\\\\"Source\\\\\\":[{\\\\\\"Type\\\\\\":\\\\\\"oss\\\\\\",\\\\\\"Content\\\\\\":\\\\\\"test2-mh.oss-cn-hangzhou.aliyuncs.com\\\\\\",\\\\\\"Priority\\\\\\":\\\\\\"20\\\\\\",\\\\\\"Port\\\\\\":80,\\\\\\"Weight\\\\\\":\\\\\\"10\\\\\\"}]},\\\\\\"DomainStatus\\\\\\":\\\\\\"offline\\\\\\",\\\\\\"Sandbox\\\\\\":\\\\\\"\\\\\\"}</configuration>\\r\\n\\t\\t<resourceDeleted>1</resourceDeleted>\\r\\n\\t\\t<resourceName>test-resource-name</resourceName>\\r\\n\\t\\t<region>cn-hangzhou</region>\\r\\n\\t\\t<availabilityZone>cn-hangzhou-h</availabilityZone>\\r\\n\\t\\t<resourceCreationTime>1456968695000</resourceCreationTime>\\r\\n\\t\\t<tags>{\\\\\\"\\\\\\"hc\\\\\\"\\\\\\":[\\\\\\"\\\\\\"value2\\\\\\"\\\\\\"]}</tags>\\r\\n\\t\\t<resourceType>ACS::CDN::Domain</resourceType>\\r\\n\\t</DiscoveredResourceDetail>\\r\\n</DescribeDiscoveredResourceResponse>\\t","errorExample":""}]',
            'title' => '查询资源配置详情',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'GetResourceComplianceTimeline' => [
            'summary' => '查询指定资源的合规检测历史。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig6XGW41'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ACS::ECS::Instance'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'i-uf6072y75i2cevjq****'],
                ],
                [
                    'name' => 'StartTime',
                    'in' => 'query',
                    'schema' => ['description' => '开始时间戳。默认为发起调用前的30天。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1593599340010'],
                ],
                [
                    'name' => 'EndTime',
                    'in' => 'query',
                    'schema' => ['description' => '结束时间戳。默认为发起调用时的时间。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1593599342230'],
                ],
                [
                    'name' => 'Limit',
                    'in' => 'query',
                    'schema' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。默认值:10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => false, 'maximum' => '100', 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'string', 'required' => false, 'example' => '123456789'],
                ],
                [
                    'name' => 'Region',
                    'in' => 'query',
                    'schema' => ['description' => '地域ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'],
                ],
                [
                    'name' => 'NextToken',
                    'in' => 'query',
                    'schema' => ['description' => '下一个查询开始的Token。', 'type' => 'string', 'required' => false, 'example' => 'caeba0bbb2be03f84eb48b699f0a****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'DE9FFFE5-FCAD-4B24-9546-BF49273C562B'],
                            'ResourceComplianceTimeline' => [
                                'description' => '资源合规检测历史。',
                                'type' => 'object',
                                'properties' => [
                                    'ComplianceList' => [
                                        'description' => '资源合规检测历史列表。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'AccountId' => ['description' => '阿里云账号ID。', 'type' => 'string', 'example' => '120390217529****'],
                                                'AvailabilityZone' => ['description' => '资源可用区。', 'type' => 'string', 'example' => 'cn-hangzhou-f'],
                                                'CaptureTime' => ['description' => '合规评估时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1203902175292305'],
                                                'Configuration' => ['description' => '资源关联的规则列表和规则合规详情。', 'type' => 'string', 'example' => '{\\"managetest-required-tags\\":[{},{\\"configRuleId\\":\\"cr-656d5180a8d1009c****\\",\\"configRuleArn\\":\\"acs:config::120390217529****:config-rule/cr-656d5180a8d1009c****\\",\\"configRuleName\\":\\"managetest-required-tags\\",\\"complianceType\\":\\"NON_COMPLIANT\\",\\"riskLevel\\":1,\\"annotation\\":\\"{\\\\\\"desiredValue\\\\\\":\\\\\\"key1\\\\\\",\\\\\\"reason\\\\\\":\\\\\\"No tag with name key1\\\\\\"}\\",\\"invokingEventMessageType\\":\\"ConfigurationItemChangeNotification\\"}]}'],
                                                'ConfigurationDiff' => ['description' => '合规状态发生变化的规则详情。', 'type' => 'string', 'example' => '{\\"Compliance\\":{\\"complianceType\\":\\"NON_COMPLIANT\\",\\"count\\":2},\\"ConfigRuleList\\":[{\\"configRuleId\\":\\"cr-7b6e5180a8d100cc****\\",\\"configRuleArn\\":\\"acs:config::120390217529****:config-rule/cr-7b6e5180a8d100cc****\\",\\"configRuleName\\":\\"required-tags\\",\\"complianceType\\":\\"COMPLIANT\\",\\"riskLevel\\":1,\\"invokingEventMessageType\\":\\"ConfigurationItemChangeNotification\\"}]}'],
                                                'Region' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
                                                'ResourceCreateTime' => ['description' => '资源创建时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1203902175293610'],
                                                'ResourceId' => ['description' => '资源ID。', 'type' => 'string', 'example' => 'i-uf6072y75i2cevjq****'],
                                                'ResourceName' => ['description' => '资源名称。', 'type' => 'string', 'example' => 'test-resource'],
                                                'ResourceStatus' => ['description' => '资源状态。资源状态取决于各云服务对其的定义,该参数可能为空。例如:'."\n"
                                                    ."\n"
                                                    .'- 当资源类型为ACS::ECS::Instance时,由于ECS实例有状态,因此该参数为Running或Stopped。'."\n"
                                                    ."\n"
                                                    .'- 当资源类型为ACS::OSS::Bucket时,由于OSS Bucket无状态,因此该参数为空。', 'type' => 'string', 'example' => 'Running'],
                                                'ResourceType' => ['description' => '资源类型。', 'type' => 'string', 'example' => 'ACS::ECS::Instance'],
                                                'Tags' => ['description' => '资源标签。', 'type' => 'string', 'example' => '{\\"project\\":[\\"efg\\"]}'],
                                            ],
                                        ],
                                    ],
                                    'Limit' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                    'NextToken' => ['description' => '下一个查询开始的Token。', 'type' => 'string', 'example' => 'caeba0bbb2be03f84eb48b699f0a****'],
                                    'TotalCount' => ['description' => '历史合规结果总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"DE9FFFE5-FCAD-4B24-9546-BF49273C562B\\",\\n  \\"ResourceComplianceTimeline\\": {\\n    \\"ComplianceList\\": [\\n      {\\n        \\"AccountId\\": \\"120390217529****\\",\\n        \\"AvailabilityZone\\": \\"cn-hangzhou-f\\",\\n        \\"CaptureTime\\": 1203902175292305,\\n        \\"Configuration\\": \\"{\\\\\\\\\\\\\\"managetest-required-tags\\\\\\\\\\\\\\":[{},{\\\\\\\\\\\\\\"configRuleId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cr-656d5180a8d1009c****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"configRuleArn\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"acs:config::120390217529****:config-rule/cr-656d5180a8d1009c****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"configRuleName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"managetest-required-tags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"complianceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NON_COMPLIANT\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"riskLevel\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"annotation\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"{\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"desiredValue\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"key1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"reason\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"No tag with name key1\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\"}\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"invokingEventMessageType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ConfigurationItemChangeNotification\\\\\\\\\\\\\\"}]}\\",\\n        \\"ConfigurationDiff\\": \\"{\\\\\\\\\\\\\\"Compliance\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"complianceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"NON_COMPLIANT\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"count\\\\\\\\\\\\\\":2},\\\\\\\\\\\\\\"ConfigRuleList\\\\\\\\\\\\\\":[{\\\\\\\\\\\\\\"configRuleId\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"cr-7b6e5180a8d100cc****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"configRuleArn\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"acs:config::120390217529****:config-rule/cr-7b6e5180a8d100cc****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"configRuleName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"required-tags\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"complianceType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"COMPLIANT\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"riskLevel\\\\\\\\\\\\\\":1,\\\\\\\\\\\\\\"invokingEventMessageType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"ConfigurationItemChangeNotification\\\\\\\\\\\\\\"}]}\\",\\n        \\"Region\\": \\"cn-hangzhou\\",\\n        \\"ResourceCreateTime\\": 1203902175293610,\\n        \\"ResourceId\\": \\"i-uf6072y75i2cevjq****\\",\\n        \\"ResourceName\\": \\"test-resource\\",\\n        \\"ResourceStatus\\": \\"Running\\",\\n        \\"ResourceType\\": \\"ACS::ECS::Instance\\",\\n        \\"Tags\\": \\"{\\\\\\\\\\\\\\"project\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"efg\\\\\\\\\\\\\\"]}\\"\\n      }\\n    ],\\n    \\"Limit\\": 10,\\n    \\"NextToken\\": \\"caeba0bbb2be03f84eb48b699f0a****\\",\\n    \\"TotalCount\\": 100\\n  }\\n}","errorExample":""},{"type":"xml","example":"<ResourceComplianceTimelineResponse>\\n    <NextToken>caeba0bbb2be03f84eb48b699f0a****</NextToken>\\n    <ComplianceList>\\n        <AccountId>120390217529****</AccountId>\\n        <CaptureTime>1203902175292305</CaptureTime>\\n        <ConfigurationDiff>{\\\\\\"Compliance\\\\\\":{\\\\\\"complianceType\\\\\\":\\\\\\"NON_COMPLIANT\\\\\\",\\\\\\"count\\\\\\":2},\\\\\\"ConfigRuleList\\\\\\":[{\\\\\\"configRuleId\\\\\\":\\\\\\"cr-7b6e5180a8d100cc****\\\\\\",\\\\\\"configRuleArn\\\\\\":\\\\\\"acs:config::120390217529****:config-rule/cr-7b6e5180a8d100cc****\\\\\\",\\\\\\"configRuleName\\\\\\":\\\\\\"required-tags\\\\\\",\\\\\\"complianceType\\\\\\":\\\\\\"COMPLIANT\\\\\\",\\\\\\"riskLevel\\\\\\":1,\\\\\\"invokingEventMessageType\\\\\\":\\\\\\"ConfigurationItemChangeNotification\\\\\\"}]}</ConfigurationDiff>\\n        <Configuration>{\\\\\\"managetest-required-tags\\\\\\":[{},{\\\\\\"configRuleId\\\\\\":\\\\\\"cr-656d5180a8d1009c****\\\\\\",\\\\\\"configRuleArn\\\\\\":\\\\\\"acs:config::120390217529****:config-rule/cr-656d5180a8d1009c****\\\\\\",\\\\\\"configRuleName\\\\\\":\\\\\\"managetest-required-tags\\\\\\",\\\\\\"complianceType\\\\\\":\\\\\\"NON_COMPLIANT\\\\\\",\\\\\\"riskLevel\\\\\\":1,\\\\\\"annotation\\\\\\":\\\\\\"{\\\\\\\\\\\\\\"desiredValue\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"key1\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"reason\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"No tag with name key1\\\\\\\\\\\\\\"}\\\\\\",\\\\\\"invokingEventMessageType\\\\\\":\\\\\\"ConfigurationItemChangeNotification\\\\\\"}]}</Configuration>\\n        <ResourceId>i-uf6072y75i2cevjq****</ResourceId>\\n        <ResourceName>test-resource</ResourceName>\\n        <AvailabilityZone>cn-hangzhou-f</AvailabilityZone>\\n        <Region>cn-hangzhou</Region>\\n        <ResourceStatus>Running</ResourceStatus>\\n        <ResourceType>ACS::ECS::Instance</ResourceType>\\n        <ResourceCreateTime>1203902175293610</ResourceCreateTime>\\n        <Tags>{\\\\\\"project\\\\\\":[\\\\\\"efg\\\\\\"]}</Tags>\\n    </ComplianceList>\\n    <Limit>10</Limit>\\n    <RequestId>DE9FFFE5-FCAD-4B24-9546-BF49273C562B</RequestId>\\n</ResourceComplianceTimelineResponse>","errorExample":""}]',
            'title' => '查询资源合规检测历史',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'GetResourceConfigurationTimeline' => [
            'summary' => '查询指定资源的配置变更历史。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig6XGW41'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'i-bp19xem7lt97h973****'],
                ],
                [
                    'name' => 'StartTime',
                    'in' => 'query',
                    'schema' => ['description' => '开始时间戳。默认为发起调用前的30天。'."\n"
                        ."\n\n"
                        ."\n", 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1605489195000'],
                ],
                [
                    'name' => 'EndTime',
                    'in' => 'query',
                    'schema' => ['description' => '结束时间戳。默认为发起调用时的时间。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '1605489235000'],
                ],
                [
                    'name' => 'Limit',
                    'in' => 'query',
                    'schema' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。默认值:10。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => false, 'maximum' => '100', 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ACS::ECS::Instance'],
                ],
                [
                    'name' => 'Region',
                    'in' => 'query',
                    'schema' => ['description' => '地域ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456789'],
                ],
                [
                    'name' => 'NextToken',
                    'in' => 'query',
                    'schema' => ['description' => '下一个查询开始的Token。', 'type' => 'string', 'required' => false, 'example' => 'caeba0bbb2be03f84eb48b699f0a****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'ED9CD1B3-286C-4E05-A765-5E1E0B9BC2AB'],
                            'ResourceConfigurationTimeline' => [
                                'description' => '资源配置变更历史。',
                                'type' => 'object',
                                'properties' => [
                                    'ConfigurationList' => [
                                        'description' => '资源配置变更历史列表。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'AccountId' => ['description' => '阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '987654321'],
                                                'AvailabilityZone' => ['description' => '可用区。', 'type' => 'string', 'example' => 'cn-hangzhou-h'],
                                                'CaptureTime' => ['description' => '配置变更时间戳。', 'type' => 'string', 'example' => '1605316711000'],
                                                'ConfigurationDiff' => ['description' => '配置资源关系变更信息。', 'type' => 'string', 'example' => '{\\"ExpiredTime\\":[\\"2020-10-26T16:00Z\\",\\"2020-11-26T16:00Z\\"]}'],
                                                'Region' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
                                                'ResourceCreateTime' => ['description' => '资源创建时间。', 'type' => 'string', 'example' => '1605237751000'],
                                                'ResourceEventType' => ['description' => '资源变更事件的类型。取值:'."\n"
                                                    ."\n"
                                                    .'- DISCOVERED:新增资源事件。'."\n"
                                                    ."\n"
                                                    .'- MODIFY:修改资源事件。'."\n"
                                                    ."\n"
                                                    .'- REMOVE:删除资源事件。', 'type' => 'string', 'example' => 'DISCOVERED'],
                                                'ResourceId' => ['description' => '资源ID。', 'type' => 'string', 'example' => 'i-bp19xem7lt97h973****'],
                                                'ResourceName' => ['description' => '资源名称。', 'type' => 'string', 'example' => 'ECS-test'],
                                                'ResourceType' => ['description' => '资源类型。', 'type' => 'string', 'example' => 'ACS::ECS::Instance'],
                                                'Tags' => ['description' => '资源标签。', 'type' => 'string', 'example' => '"{\\"\\"hc\\"\\":[\\"\\"value2\\"\\"]}"'],
                                            ],
                                        ],
                                    ],
                                    'Limit' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                    'NextToken' => ['description' => '下一个查询开始的Token。', 'type' => 'string', 'example' => 'caeba0bbb2be03f84eb48b699f0a****'],
                                    'TotalCount' => ['description' => '资源配置变更历史总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
                                ],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"ED9CD1B3-286C-4E05-A765-5E1E0B9BC2AB\\",\\n  \\"ResourceConfigurationTimeline\\": {\\n    \\"ConfigurationList\\": [\\n      {\\n        \\"AccountId\\": 987654321,\\n        \\"AvailabilityZone\\": \\"cn-hangzhou-h\\",\\n        \\"CaptureTime\\": \\"1605316711000\\",\\n        \\"ConfigurationDiff\\": \\"{\\\\\\\\\\\\\\"ExpiredTime\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"2020-10-26T16:00Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"2020-11-26T16:00Z\\\\\\\\\\\\\\"]}\\",\\n        \\"Region\\": \\"cn-hangzhou\\",\\n        \\"ResourceCreateTime\\": \\"1605237751000\\",\\n        \\"ResourceEventType\\": \\"DISCOVERED\\",\\n        \\"ResourceId\\": \\"i-bp19xem7lt97h973****\\",\\n        \\"ResourceName\\": \\"ECS-test\\",\\n        \\"ResourceType\\": \\"ACS::ECS::Instance\\",\\n        \\"Tags\\": \\"\\\\\\"{\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"hc\\\\\\\\\\\\\\"\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"value2\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"]}\\\\\\"\\"\\n      }\\n    ],\\n    \\"Limit\\": 10,\\n    \\"NextToken\\": \\"caeba0bbb2be03f84eb48b699f0a****\\",\\n    \\"TotalCount\\": 100\\n  }\\n}","errorExample":""},{"type":"xml","example":"<GetResourceConfigurationTimelineResponse>\\r\\n\\t\\t<RequestId>ED9CD1B3-286C-4E05-A765-5E1E0B9BC2AB</RequestId>\\r\\n\\t\\t<ResourceConfigurationTimeline>\\r\\n\\t\\t\\t<ConfigurationList>\\r\\n\\t\\t\\t\\t<AccountId>987654321</AccountId>\\r\\n\\t\\t\\t\\t<ResourceCreateTime>1605237751000</ResourceCreateTime>\\r\\n\\t\\t\\t\\t<resourceEventType>DISCOVERED</resourceEventType>\\r\\n                <CaptureTime>1605316711000</CaptureTime>\\r\\n\\t\\t\\t\\t<ConfigurationDiff>{\\\\\\"ExpiredTime\\\\\\":[\\\\\\"2020-10-26T16:00Z\\\\\\",\\\\\\"2020-11-26T16:00Z\\\\\\"]}</ConfigurationDiff>\\r\\n\\t\\t\\t\\t<ResourceId>i-bp19xem7lt97h973****</ResourceId>\\r\\n\\t\\t\\t\\t<ResourceName>ECS-test</ResourceName>\\r\\n\\t\\t\\t\\t<Region>cn-hangzhou</Region>\\r\\n\\t\\t\\t\\t<AvailabilityZone>cn-hangzhou-h</AvailabilityZone>\\r\\n\\t\\t\\t\\t<ResourceType>ACS::ECS::Instance</ResourceType>\\r\\n\\t\\t\\t\\t<Tags>{\\\\\\"\\\\\\"hc\\\\\\"\\\\\\":[\\\\\\"\\\\\\"value2\\\\\\"\\\\\\"]}</Tags>\\r\\n\\t\\t\\t</ConfigurationList>\\r\\n\\t\\t\\t<Limit>10</Limit>\\r\\n\\t\\t\\t<NextToken>caeba0bbb2be03f84eb48b699f0a****</NextToken>\\r\\n\\t\\t</ResourceConfigurationTimeline>\\r\\n</GetResourceConfigurationTimelineResponse>","errorExample":""}]',
            'title' => '查询资源配置变更历史',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'GetDiscoveredResourceSummary' => [
            'summary' => '查询监控中的资源概览。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig6XGW41'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456789'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'DiscoveredResourceSummary' => [
                                'description' => '资源概览。',
                                'type' => 'object',
                                'properties' => [
                                    'RegionCount' => ['description' => '覆盖地域数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '6'],
                                    'ResourceCount' => ['description' => '监控中的资源数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '7'],
                                    'ResourceTypeCount' => ['description' => '监控中的资源类型数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '45'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '2A8FA4FB-2E08-4D28-8F83-1A8A3EC80B1C'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"DiscoveredResourceSummary\\": {\\n    \\"RegionCount\\": 6,\\n    \\"ResourceCount\\": 7,\\n    \\"ResourceTypeCount\\": 45\\n  },\\n  \\"RequestId\\": \\"2A8FA4FB-2E08-4D28-8F83-1A8A3EC80B1C\\"\\n}","errorExample":""},{"type":"xml","example":"<GetDiscoveredResourceSummaryResponse>\\n    <DiscoveredResourceSummary>\\n        <ResourceTypeCount>45</ResourceTypeCount>\\n        <ResourceCount>7</ResourceCount>\\n        <RegionCount>6</RegionCount>\\n    </DiscoveredResourceSummary>\\n    <RequestId>2A8FA4FB-2E08-4D28-8F83-1A8A3EC80B1C</RequestId>\\n</GetDiscoveredResourceSummaryResponse>","errorExample":""}]',
            'title' => '查询资源概览',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'GetSupportedResourceTypes' => [
            'summary' => '查询配置审计支持的所有资源类型列表。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig56XT35'],
                'autoTest' => true,
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '6CE4ABA1-9A57-41A9-8EA9-E8B17D4671CE'],
                            'ResourceTypes' => [
                                'description' => '资源类型列表。',
                                'type' => 'array',
                                'items' => ['description' => '资源类型列表。', 'type' => 'string', 'example' => '["ACS::ECS::Instance","ACS::ECS::NetworkInterface"]'],
                            ],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => ['returnType' => 'synchronous'],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"6CE4ABA1-9A57-41A9-8EA9-E8B17D4671CE\\",\\n  \\"ResourceTypes\\": [\\n    \\"[\\\\\\"ACS::ECS::Instance\\\\\\",\\\\\\"ACS::ECS::NetworkInterface\\\\\\"]\\"\\n  ]\\n}","errorExample":""},{"type":"xml","example":"<GetSupportedResourceTypesResponse>\\r\\n\\t\\t<ResourceTypes>ACS::ECS::Instance</ResourceTypes>\\r\\n\\t\\t<ResourceTypes>ACS::ECS::NetworkInterface</ResourceTypes>\\r\\n\\t\\t<RequestId>3A0D65E8-D5C0-4664-B257-950F7A5E33C3</RequestId>\\r\\n</GetSupportedResourceTypesResponse>","errorExample":""}]',
            'title' => '查询配置审计支持的资源类型列表',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DeleteConfigRules' => [
            'summary' => '批量删除指定规则。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'delete'],
            'parameters' => [
                [
                    'name' => 'ConfigRuleIds',
                    'in' => 'query',
                    'schema' => ['description' => '规则ID。多个规则ID之间以英文逗号(,)分隔,且不能超过20个。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cr-2da35180a8d1008e****,cr-2da35180a8d1008e****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'OperateRuleResult' => [
                                'description' => '批量删除规则结果。',
                                'type' => 'object',
                                'properties' => [
                                    'OperateRuleItemList' => [
                                        'description' => '批量删除规则结果。',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'ConfigRuleId' => ['description' => '规则ID。', 'type' => 'string', 'example' => 'cr-2da35180a8d1008e****'],
                                                'ErrorCode' => ['description' => '错误码。'."\n"
                                                    ."\n"
                                                    .'- 当您删除规则成功时,该参数为空。'."\n"
                                                    ."\n"
                                                    .'- <props="china">当您删除规则失败时,该参数显示错误码。错误码详情,请参见[错误中心](https://error-center.aliyun.com/status/product/Config)。</props>'."\n"
                                                    ."\n"
                                                    .'- <props="intl">当您删除规则失败时,该参数显示错误码。错误码详情,请参见[错误中心](https://error-center.alibabacloud.com/status/product/Config)。</props>', 'type' => 'string', 'example' => 'ConfigRuleCanNotDelete'],
                                                'Success' => ['description' => '删除规则是否成功。取值:'."\n"
                                                    .'- true:成功'."\n"
                                                    .'- false: 失败', 'type' => 'boolean', 'example' => 'false'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '49C1A88F-D163-46DF-84A6-F300229F37AE'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'ConfigRuleCanNotDelete', 'errorMessage' => 'The config rule cannot be deleted.'],
                    ['errorCode' => 'Invalid.ConfigRuleIds.SizeExceed', 'errorMessage' => 'The maximum number of ConfigRuleIds cannot exceed 20.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"49C1A88F-D163-46DF-84A6-F300229F37AE\\",\\n  \\"OperateRuleResult\\": {\\n    \\"OperateRuleItemList\\": [\\n      {\\n        \\"ConfigRuleId\\": \\"cr-2da35180a8d1008e****\\",\\n        \\"ErrorCode\\": \\"ConfigRuleCanNotDelete\\",\\n        \\"Success\\": false\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<DeleteConfigRulesResponse>\\n    <OperateRuleResult>\\n        <OperateRuleItemList>\\n            <ConfigRuleId>cr-2da35180a8d1008e****</ConfigRuleId>\\n            <ErrorCode>ConfigRuleCanNotDelete</ErrorCode>\\n            <Success>false</Success>\\n        </OperateRuleItemList>\\n        <OperateRuleItemList>\\n            <ConfigRuleId>cr-2da351800131233a****</ConfigRuleId>\\n            <ErrorCode/>\\n            <Success>true</Success>\\n        </OperateRuleItemList>\\n        <RequestId>49C1A88F-D163-46DF-84A6-F300229F37AE</RequestId>\\n    </OperateRuleResult>\\n</DeleteConfigRulesResponse>","errorExample":""}]',
            'title' => '批量删除规则',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'StartConfigRuleEvaluation' => [
            'summary' => '使该规则执行一次评估。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'ConfigRuleId',
                    'in' => 'query',
                    'schema' => ['description' => '规则ID。'."\n"
                        ."\n"
                        .'关于如何获取规则ID,请参见[ListConfigRules](~~169607~~)。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'cr-bdb6626622af0012****'],
                ],
                [
                    'name' => 'RevertEvaluation',
                    'in' => 'query',
                    'schema' => ['description' => '是否恢复已忽略的评估结果。取值:'."\n"
                        ."\n"
                        .'- true:恢复已忽略的评估结果。'."\n"
                        ."\n"
                        .'- false:不恢复已忽略的评估结果。', 'type' => 'boolean', 'required' => false, 'example' => 'false'],
                ],
                [
                    'name' => 'CompliancePackId',
                    'in' => 'query',
                    'schema' => ['description' => '合规包ID。'."\n"
                        ."\n"
                        .'关于如何获取合规包ID,请参见[ListCompliancePacks](~~263332~~)。'."\n"
                        ."\n"
                        .'> 参数`CompliancePackId`和`ConfigRuleId`必须二选一。', 'type' => 'string', 'required' => false, 'example' => 'cp-ac16626622af0053****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'C32EEAD7-BF64-5927-977A-AFF9342B7275'],
                            'Result' => ['description' => '规则执行结果。取值:'."\n"
                                ."\n"
                                .'- true:成功。'."\n"
                                ."\n"
                                .'- false:失败。', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ConfigRuleNotExists', 'errorMessage' => 'The ConfigRule does not exist.'],
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"C32EEAD7-BF64-5927-977A-AFF9342B7275\\",\\n  \\"Result\\": true\\n}","errorExample":""},{"type":"xml","example":"<StartConfigRuleEvaluationResponse>\\n    <RequestId>C32EEAD7-BF64-5927-977A-AFF9342B7275</RequestId>\\n    <Result>true</Result>\\n</StartConfigRuleEvaluationResponse>","errorExample":""}]',
            'title' => '启用指定规则',
            'description' => '> 本接口仅用于触发规则执行一次评估。如果您需要查看规则的本次评估结果,请调用ListConfigRuleEvaluationResults接口。更多信息,请参见[ListConfigRuleEvaluationResults](~~267503~~)。'."\n"
                ."\n"
                .'本文将提供一个示例,使规则`cr-bdb6626622af0012****`执行一次评估。',
            'requestParamsDescription' => '关于公共请求参数的详情,请参见[公共参数](~~169575~~)。',
        ],
        'StopConfigRules' => [
            'summary' => '批量停用指定规则,使规则处于“已停用”状态。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'ConfigRuleIds',
                    'in' => 'query',
                    'schema' => ['description' => '规则ID。多个规则ID之间以英文逗号(,)分隔,且不能超过20个。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cr-2da35180a8d1008e****,cr-2da35180a8d1008e****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'OperateRuleResult' => [
                                'description' => '批量停用规则结果。',
                                'type' => 'object',
                                'properties' => [
                                    'OperateRuleItemList' => [
                                        'description' => '批量停用规则结果。',
                                        'type' => 'array',
                                        'items' => [
                                            'type' => 'object',
                                            'properties' => [
                                                'ConfigRuleId' => ['description' => '规则ID。', 'type' => 'string', 'example' => 'cr-2da35180a8d1008e****'],
                                                'ErrorCode' => ['description' => '错误码。'."\n"
                                                    ."\n"
                                                    .'- 当您停用规则成功时,该参数为空。'."\n"
                                                    ."\n"
                                                    .'- <props="china">当您停用规则失败时,该参数显示错误码。错误码详情,请参见[错误中心](https://error-center.aliyun.com/status/product/Config)。</props>'."\n"
                                                    ."\n"
                                                    .'- <props="intl">当您停用规则失败时,该参数显示错误码。错误码详情,请参见[错误中心](https://error-center.alibabacloud.com/status/product/Config)。</props>', 'type' => 'string', 'example' => 'ConfigRuleStatusNotActive'],
                                                'Success' => ['description' => '停用规则是否成功。取值:'."\n"
                                                    ."\n"
                                                    .'- true:成功'."\n"
                                                    ."\n"
                                                    .'- false: 失败', 'type' => 'boolean', 'example' => 'false'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '49C1A88F-D163-46DF-84A6-F300229F37AE'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'Invalid.ConfigRuleIds.SizeExceed', 'errorMessage' => 'The maximum number of ConfigRuleIds cannot exceed 20.'],
                    ['errorCode' => 'ConfigRuleStatusNotActive', 'errorMessage' => 'The status of the config rule is not active.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"49C1A88F-D163-46DF-84A6-F300229F37AE\\",\\n  \\"OperateRuleResult\\": {\\n    \\"OperateRuleItemList\\": [\\n      {\\n        \\"ConfigRuleId\\": \\"cr-2da35180a8d1008e****\\",\\n        \\"ErrorCode\\": \\"ConfigRuleStatusNotActive\\",\\n        \\"Success\\": false\\n      }\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<StopConfigRulesResponse>\\r\\n\\t\\t<OperateRuleResult>\\r\\n\\t\\t\\t<OperateRuleItemList>\\r\\n\\t\\t\\t\\t<ConfigRuleId>cr-2da35180a8d1008e****</ConfigRuleId>\\r\\n\\t\\t\\t\\t<ErrorCode>ConfigRuleStatusNotActive</ErrorCode>\\r\\n\\t\\t\\t\\t<Success>false</Success>\\r\\n\\t\\t\\t</OperateRuleItemList>\\r\\n\\t\\t\\t<OperateRuleItemList>\\r\\n\\t\\t\\t\\t<ConfigRuleId>cr-2da351800131233a****</ConfigRuleId>\\r\\n\\t\\t\\t\\t<ErrorCode></ErrorCode>\\r\\n\\t\\t\\t\\t<Success>true</Success>\\r\\n\\t\\t\\t</OperateRuleItemList>\\r\\n\\t\\t\\t<RequestId>49C1A88F-D163-46DF-84A6-F300229F37AE</RequestId>\\r\\n\\t\\t</OperateRuleResult>\\r\\n</StopConfigRulesResponse>","errorExample":""}]',
            'title' => '批量停用指定规则',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ListConfigRules' => [
            'summary' => '查询当前账号规则列表。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfigNPMEKB'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ConfigRuleState',
                    'in' => 'query',
                    'schema' => [
                        'description' => '规则的状态。取值:'."\n"
                            .'- ACTIVE:应用中。'."\n"
                            .'- EVALUATING:评估中。'."\n"
                            .'- INACTIVE:已停用。',
                        'type' => 'string',
                        'required' => false,
                        'docRequired' => false,
                        'example' => 'ACTIVE',
                        'enum' => ['ACTIVE', 'DELETING', 'EVALUATING', 'INACTIVE'],
                    ],
                ],
                [
                    'name' => 'ComplianceType',
                    'in' => 'query',
                    'schema' => [
                        'description' => '规则的合规类型。取值:'."\n"
                            .'- COMPLIANT:合规。'."\n"
                            .'- NON_COMPLIANT:不合规。'."\n"
                            .'- NOT_APPLICABLE:不适用。'."\n"
                            .'- INSUFFICIENT_DATA:数据不充分。',
                        'type' => 'string',
                        'required' => false,
                        'docRequired' => false,
                        'example' => 'COMPLIANT',
                        'enum' => ['COMPLIANT', 'NON_COMPLIANT', 'NOT_APPLICABLE', 'INSUFFICIENT_DATA', 'IGNORED'],
                    ],
                ],
                [
                    'name' => 'RiskLevel',
                    'in' => 'query',
                    'schema' => ['description' => '规则的风险等级。取值:'."\n"
                        .'- 1:高风险。'."\n"
                        .'- 2:中风险。'."\n"
                        .'- 3:低风险。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => '规则列表的页码。起始值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => true, 'maximum' => '100', 'minimum' => '1', 'example' => '20', 'default' => '10'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'true', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456789'],
                ],
                [
                    'name' => 'ConfigRuleName',
                    'in' => 'query',
                    'schema' => ['description' => '规则的名称。', 'type' => 'string', 'required' => false, 'example' => 'OSS合规管理最佳实践-OSS存储空间ACL禁止公共读访问'],
                ],
                [
                    'name' => 'CompliancePackId',
                    'in' => 'query',
                    'schema' => ['description' => '规则所属的合规包ID。', 'type' => 'string', 'required' => false, 'example' => 'cp-8d5c6457e0d9002a****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'ConfigRules' => [
                                'description' => '规则列表。',
                                'type' => 'object',
                                'properties' => [
                                    'ConfigRuleList' => [
                                        'description' => '规则列表。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'AccountId' => ['description' => '该规则归属的阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '987654321'],
                                                'AutomationType' => ['description' => '修正模板类型。取值:LC。'."\n"
                                                    ."\n"
                                                    .'> LC:逻辑编排(Logic Composer)。', 'type' => 'string', 'example' => 'LC'],
                                                'Compliance' => [
                                                    'description' => '规则合规情况统计。',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'ComplianceType' => ['description' => '规则合规类型。取值:'."\n"
                                                            ."\n"
                                                            .'- COMPLIANT:合规。'."\n"
                                                            ."\n"
                                                            .'- NON_COMPLIANT:不合规。'."\n"
                                                            ."\n"
                                                            .'- NOT_APPLICABLE:不适用。'."\n"
                                                            ."\n"
                                                            .'- INSUFFICIENT_DATA:数据不充分。', 'type' => 'string', 'example' => 'COMPLIANT'],
                                                        'Count' => ['description' => '该规则符合指定合规类型的资源数统计。', 'type' => 'integer', 'format' => 'int32', 'example' => '161'],
                                                    ],
                                                ],
                                                'CompliancePackId' => ['description' => '规则所属的合规包ID。', 'type' => 'string', 'example' => 'cp-8d5c6457e0d9002a****'],
                                                'ConfigRuleArn' => ['description' => '规则ARN。', 'type' => 'string', 'example' => 'acs:config::120886317861****:rule/cr-8d5c6457e0d9002a****'],
                                                'ConfigRuleId' => ['description' => '规则ID。', 'type' => 'string', 'example' => 'cr-8d5c6457e0d9002a****'],
                                                'ConfigRuleName' => ['description' => '规则名称。', 'type' => 'string', 'example' => 'OSS合规管理最佳实践-OSS存储空间ACL禁止公共读访问'],
                                                'ConfigRuleState' => ['description' => '当前规则运行状态。取值:'."\n"
                                                    ."\n"
                                                    .'- ACTIVE:应用中。'."\n"
                                                    ."\n"
                                                    .'- EVALUATING:评估中。'."\n"
                                                    ."\n"
                                                    .'- INACTIVE:已停用。', 'type' => 'string', 'example' => 'ACTIVE'],
                                                'CreateBy' => [
                                                    'description' => '规则的创建信息。',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'CompliancePackId' => ['description' => '合规包ID。', 'type' => 'string', 'example' => 'cp-8d5c6457e0d9002a****'],
                                                        'CompliancePackName' => ['description' => '合规包名称。', 'type' => 'string', 'example' => 'OSS合规管理最佳实践'],
                                                    ],
                                                ],
                                                'Description' => ['description' => '规则的描述信息。', 'type' => 'string', 'example' => 'OSS存储空间的ACL策略禁止公共读访问,视为“合规”。'],
                                                'RiskLevel' => ['description' => '规则的风险等级。取值:'."\n"
                                                    ."\n"
                                                    .'- 1:高风险。'."\n"
                                                    ."\n"
                                                    .'- 2:中风险。'."\n"
                                                    ."\n"
                                                    .'- 3:低风险。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'SourceIdentifier' => ['description' => '规则标识。'."\n"
                                                    ."\n"
                                                    .'- 如果规则使用了托管规则,则该参数为托管规则名称。'."\n"
                                                    ."\n"
                                                    .'- 如果规则使用了自定义函数,则该参数为函数ARN。', 'type' => 'string', 'example' => 'oss-bucket-public-read-prohibited'],
                                                'SourceOwner' => ['description' => '规则来源的归属。取值:'."\n"
                                                    ."\n"
                                                    .'- CUSTOM_FC:用户自定义函数。'."\n"
                                                    ."\n"
                                                    .'- ALIYUN:托管规则。', 'type' => 'string', 'example' => 'ALIYUN'],
                                                'Tags' => [
                                                    'description' => '标签。',
                                                    'type' => 'array',
                                                    'items' => [
                                                        'description' => '标签。',
                                                        'type' => 'object',
                                                        'properties' => [
                                                            'Key' => ['description' => '标签键。', 'type' => 'string', 'example' => 'Key1'],
                                                            'Value' => ['description' => '标签值。', 'type' => 'string', 'example' => 'Value1'],
                                                        ],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                    'PageNumber' => ['description' => '规则列表的页码。起始值:1。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'PageSize' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'example' => '20'],
                                    'TotalCount' => ['description' => '规则总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '8195B664-9565-4685-89AC-8B5F04B44B92'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"ConfigRules\\": {\\n    \\"ConfigRuleList\\": [\\n      {\\n        \\"AccountId\\": 987654321,\\n        \\"AutomationType\\": \\"LC\\",\\n        \\"Compliance\\": {\\n          \\"ComplianceType\\": \\"COMPLIANT\\",\\n          \\"Count\\": 161\\n        },\\n        \\"CompliancePackId\\": \\"cp-8d5c6457e0d9002a****\\",\\n        \\"ConfigRuleArn\\": \\"acs:config::120886317861****:rule/cr-8d5c6457e0d9002a****\\",\\n        \\"ConfigRuleId\\": \\"cr-8d5c6457e0d9002a****\\",\\n        \\"ConfigRuleName\\": \\"OSS合规管理最佳实践-OSS存储空间ACL禁止公共读访问\\",\\n        \\"ConfigRuleState\\": \\"ACTIVE\\",\\n        \\"CreateBy\\": {\\n          \\"CompliancePackId\\": \\"cp-8d5c6457e0d9002a****\\",\\n          \\"CompliancePackName\\": \\"OSS合规管理最佳实践\\"\\n        },\\n        \\"Description\\": \\"OSS存储空间的ACL策略禁止公共读访问,视为“合规”。\\",\\n        \\"RiskLevel\\": 1,\\n        \\"SourceIdentifier\\": \\"oss-bucket-public-read-prohibited\\",\\n        \\"SourceOwner\\": \\"ALIYUN\\",\\n        \\"Tags\\": [\\n          {\\n            \\"Key\\": \\"Key1\\",\\n            \\"Value\\": \\"Value1\\"\\n          }\\n        ]\\n      }\\n    ],\\n    \\"PageNumber\\": 1,\\n    \\"PageSize\\": 20,\\n    \\"TotalCount\\": 1\\n  },\\n  \\"RequestId\\": \\"8195B664-9565-4685-89AC-8B5F04B44B92\\"\\n}","errorExample":""},{"type":"xml","example":"<ListConfigRulesResponse>\\r\\n\\t<RequestId>8195B664-9565-4685-89AC-8B5F04B44B92</RequestId>\\r\\n\\t<ConfigRules>\\r\\n\\t\\t<TotalCount>1</TotalCount>\\r\\n\\t\\t<PageSize>20</PageSize>\\r\\n\\t\\t<PageNumber>1</PageNumber>\\r\\n\\t\\t<ConfigRuleList>\\r\\n\\t\\t\\t<CompliancePackId>cp-8d5c6457e0d9002a****</CompliancePackId>\\r\\n\\t\\t\\t<ConfigRuleId>cr-8d5c6457e0d9002a****</ConfigRuleId>\\r\\n\\t\\t\\t<AccountId>987654321</AccountId>\\r\\n\\t\\t\\t<Description>OSS存储空间的ACL策略禁止公共读访问,视为“合规”。</Description>\\r\\n\\t\\t\\t<Compliance>\\r\\n\\t\\t\\t\\t<ComplianceType>COMPLIANT</ComplianceType>\\r\\n\\t\\t\\t\\t<Count>161</Count>\\r\\n\\t\\t\\t</Compliance>\\r\\n\\t\\t\\t<ConfigRuleArn>acs:config::120886317861****:rule/cr-8d5c6457e0d9002a****</ConfigRuleArn>\\r\\n\\t\\t\\t<SourceOwner>ALIYUN</SourceOwner>\\r\\n\\t\\t\\t<SourceIdentifier>oss-bucket-public-read-prohibited</SourceIdentifier>\\r\\n\\t\\t\\t<CreateBy>\\r\\n\\t\\t\\t\\t<CompliancePackId>cp-8d5c6457e0d9002a628b</CompliancePackId>\\r\\n\\t\\t\\t\\t<CompliancePackName>OSS合规管理最佳实践</CompliancePackName>\\r\\n\\t\\t\\t\\t<CreatorId>1208863178612953</CreatorId>\\r\\n\\t\\t\\t</CreateBy>\\r\\n\\t\\t\\t<ConfigRuleName>OSS合规管理最佳实践-OSS存储空间ACL禁止公共读访问</ConfigRuleName>\\r\\n\\t\\t\\t<RiskLevel>1</RiskLevel>\\r\\n\\t\\t\\t<ConfigRuleState>ACTIVE</ConfigRuleState>\\r\\n\\t\\t</ConfigRuleList>\\r\\n\\t</ConfigRules>\\r\\n</ListConfigRulesResponse>\\t","errorExample":""}]',
            'title' => '查询规则列表',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DescribeEvaluationResults' => [
            'summary' => '查询规则的评估结果列表。',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。当您按资源类型查询资源评估结果时,必须配置该参数。'."\n"
                        ."\n"
                        .'您可以通过GetSupportedResourceTypes接口获取配置审计支持的资源类型列表。更多信息,请参见[GetSupportedResourceTypes](~~169618~~)。'."\n"
                        ."\n"
                        .'> 资源类型(ResourceType)和规则ID(ConfigRuleId)二选一。'."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'ACS::ECS::Instance'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。当您按资源类型查询资源评估结果时,必须配置该参数。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'i-bp151g9tpto890zr****'],
                ],
                [
                    'name' => 'ComplianceType',
                    'in' => 'query',
                    'schema' => ['description' => '合规类型。取值:'."\n"
                        .'- COMPLIANT:合规。'."\n"
                        .'- NON_COMPLIANT:不合规。'."\n"
                        .'- NOT_APPLICABLE:不适用。'."\n"
                        .'- INSUFFICIENT_DATA:数据不充分。', 'type' => 'string', 'required' => false, 'example' => 'COMPLIANT'],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => '资源评估结果列表的页码。起始值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => false, 'minimum' => '1', 'example' => '1', 'default' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'docRequired' => false, 'maximum' => '100', 'minimum' => '1', 'example' => '10', 'default' => '10'],
                ],
                [
                    'name' => 'ConfigRuleId',
                    'in' => 'query',
                    'schema' => ['description' => '规则ID。当您按规则查询资源评估结果时,必须配置该参数。'."\n"
                        ."\n"
                        .'> 资源类型(ResourceType)和规则ID(ConfigRuleId)二选一。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'cr-2da35180a8d1008e****'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456789'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'EvaluationResults' => [
                                'description' => '资源评估结果。',
                                'type' => 'object',
                                'properties' => [
                                    'EvaluationResultList' => [
                                        'description' => '资源评估结果列表。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'Annotation' => ['description' => '不合规资源的补充信息。', 'type' => 'string', 'example' => '{"operator": "StringEquals", "property": "$.SslProtocol", "desiredValue": "on", "configuration": "[\'off\']"}'],
                                                'ComplianceType' => ['description' => '合规类型。取值:'."\n"
                                                    .'- COMPLIANT:合规。'."\n"
                                                    .'- NON_COMPLIANT:不合规。'."\n"
                                                    .'- NOT_APPLICABLE:不适用。'."\n"
                                                    .'- INSUFFICIENT_DATA:数据不充分。'."\n"
                                                    ."\n", 'type' => 'string', 'example' => 'COMPLIANT'],
                                                'ConfigRuleInvokedTimestamp' => ['description' => '调用规则评估资源时的时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1589941923258'],
                                                'EvaluationResultIdentifier' => [
                                                    'description' => '资源评估结果标识符。',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'EvaluationResultQualifier' => [
                                                            'description' => '规则评估的资源范围。',
                                                            'type' => 'object',
                                                            'properties' => [
                                                                'ConfigRuleArn' => ['description' => '规则ARN。', 'type' => 'string', 'example' => 'acs:config::120390217529****:config-rule/cr-2da35180a8d1008e****'],
                                                                'ConfigRuleId' => ['description' => '规则ID。', 'type' => 'string', 'example' => 'cr-2da35180a8d1008e****'],
                                                                'ConfigRuleName' => ['description' => '规则名称。', 'type' => 'string', 'example' => 'ECS实例开启释放保护'],
                                                                'RegionId' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
                                                                'ResourceId' => ['description' => '规则评估的资源ID。', 'type' => 'string', 'example' => 'i-bp151g9tpto890zr****'],
                                                                'ResourceName' => ['description' => '规则评估的资源名称。', 'type' => 'string', 'example' => 'launch-advisor-20200330'],
                                                                'ResourceType' => ['description' => '规则评估的资源类型。', 'type' => 'string', 'example' => 'ACS::ECS::Instance'],
                                                            ],
                                                        ],
                                                        'OrderingTimestamp' => ['description' => '时间轴展示的时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1589941923117'],
                                                    ],
                                                ],
                                                'InvokingEventMessageType' => ['description' => '规则的触发机制。取值:'."\n"
                                                    .'- ConfigurationItemChangeNotification:配置变更。'."\n"
                                                    .'- ScheduledNotification:周期执行。', 'type' => 'string', 'example' => 'ConfigurationItemChangeNotification'],
                                                'RemediationEnabled' => ['description' => '修正设置是否启用。取值:'."\n"
                                                    ."\n"
                                                    .'- true'."\n"
                                                    ."\n"
                                                    .'- false', 'type' => 'boolean', 'example' => 'false'],
                                                'ResultRecordedTimestamp' => ['description' => '资源评估结果的时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1589941923432'],
                                                'RiskLevel' => ['description' => '风险等级。取值:'."\n"
                                                    .'- 1:高风险。'."\n"
                                                    .'- 2:中风险。'."\n"
                                                    .'- 3:低风险。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            ],
                                        ],
                                    ],
                                    'PageNumber' => ['description' => '资源评估结果列表的页码。起始值:1。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'PageSize' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                    'TotalCount' => ['description' => '资源评估结果的总记录数。'."\n", 'type' => 'integer', 'format' => 'int64', 'example' => '2'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'D296EE41-1143-4B13-83BB-909008100130'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'CloudConfigServiceRoleNotExisted', 'errorMessage' => 'The CloudConfigServiceRole does not exist.'],
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"EvaluationResults\\": {\\n    \\"EvaluationResultList\\": [\\n      {\\n        \\"Annotation\\": \\"{\\\\\\"operator\\\\\\": \\\\\\"StringEquals\\\\\\", \\\\\\"property\\\\\\": \\\\\\"$.SslProtocol\\\\\\", \\\\\\"desiredValue\\\\\\": \\\\\\"on\\\\\\", \\\\\\"configuration\\\\\\": \\\\\\"[\'off\']\\\\\\"}\\",\\n        \\"ComplianceType\\": \\"COMPLIANT\\",\\n        \\"ConfigRuleInvokedTimestamp\\": 1589941923258,\\n        \\"EvaluationResultIdentifier\\": {\\n          \\"EvaluationResultQualifier\\": {\\n            \\"ConfigRuleArn\\": \\"acs:config::120390217529****:config-rule/cr-2da35180a8d1008e****\\",\\n            \\"ConfigRuleId\\": \\"cr-2da35180a8d1008e****\\",\\n            \\"ConfigRuleName\\": \\"ECS实例开启释放保护\\",\\n            \\"RegionId\\": \\"cn-hangzhou\\",\\n            \\"ResourceId\\": \\"i-bp151g9tpto890zr****\\",\\n            \\"ResourceName\\": \\"launch-advisor-20200330\\",\\n            \\"ResourceType\\": \\"ACS::ECS::Instance\\"\\n          },\\n          \\"OrderingTimestamp\\": 1589941923117\\n        },\\n        \\"InvokingEventMessageType\\": \\"ConfigurationItemChangeNotification\\",\\n        \\"RemediationEnabled\\": false,\\n        \\"ResultRecordedTimestamp\\": 1589941923432,\\n        \\"RiskLevel\\": 1\\n      }\\n    ],\\n    \\"PageNumber\\": 1,\\n    \\"PageSize\\": 10,\\n    \\"TotalCount\\": 2\\n  },\\n  \\"RequestId\\": \\"D296EE41-1143-4B13-83BB-909008100130\\"\\n}","errorExample":""},{"type":"xml","example":"<DescribeEvaluationResultsResponse>\\r\\n\\t<RequestId>D296EE41-1143-4B13-83BB-909008100130</RequestId>\\r\\n\\t<EvaluationResults>\\r\\n\\t\\t<EvaluationResultList>\\r\\n\\t\\t\\t<ConfigRuleInvokedTimestamp>1608262263084</ConfigRuleInvokedTimestamp>\\r\\n\\t\\t\\t<ComplianceType>COMPLIANT</ComplianceType>\\r\\n\\t\\t\\t<ResultRecordedTimestamp>1608262263321</ResultRecordedTimestamp>\\r\\n\\t\\t\\t<InvokingEventMessageType>ConfigurationItemChangeNotification</InvokingEventMessageType>\\r\\n\\t\\t\\t<EvaluationResultIdentifier>\\r\\n\\t\\t\\t\\t<EvaluationResultQualifier>\\r\\n\\t\\t\\t\\t\\t<ConfigRuleId>cr-22726457e0d90078****</ConfigRuleId>\\r\\n\\t\\t\\t\\t\\t<ConfigRuleArn>acs:config::120886317861****:config-rule/cr-22726457e0d90078****</ConfigRuleArn>\\r\\n\\t\\t\\t\\t\\t<ResourceId>i-t4n0piq1mkfo1d27****</ResourceId>\\r\\n\\t\\t\\t\\t\\t<ConfigRuleName>ECS实例开启释放保护</ConfigRuleName>\\r\\n\\t\\t\\t\\t\\t<ResourceType>ACS::ECS::Instance</ResourceType>\\r\\n\\t\\t\\t\\t\\t<RegionId>cn-hangzhou</RegionId>\\r\\n\\t\\t\\t\\t</EvaluationResultQualifier>\\r\\n\\t\\t\\t\\t<OrderingTimestamp>1608262263084</OrderingTimestamp>\\r\\n\\t\\t\\t</EvaluationResultIdentifier>\\r\\n\\t\\t\\t<RiskLevel>3</RiskLevel>\\r\\n\\t\\t\\t<RemediationEnabled>true</RemediationEnabled>\\r\\n\\t\\t\\t<Annotation></Annotation>\\r\\n\\t\\t</EvaluationResultList>\\r\\n\\t\\t<EvaluationResultList>\\r\\n\\t\\t\\t<ConfigRuleInvokedTimestamp>1608262263084</ConfigRuleInvokedTimestamp>\\r\\n\\t\\t\\t<ComplianceType>COMPLIANT</ComplianceType>\\r\\n\\t\\t\\t<ResultRecordedTimestamp>1608262263326</ResultRecordedTimestamp>\\r\\n\\t\\t\\t<InvokingEventMessageType>ConfigurationItemChangeNotification</InvokingEventMessageType>\\r\\n\\t\\t\\t<EvaluationResultIdentifier>\\r\\n\\t\\t\\t\\t<EvaluationResultQualifier>\\r\\n\\t\\t\\t\\t\\t<ConfigRuleId>cr-22726457e0d90078****</ConfigRuleId>\\r\\n\\t\\t\\t\\t\\t<ConfigRuleArn>acs:config::120886317861****:config-rule/cr-22726457e0d90078****</ConfigRuleArn>\\r\\n\\t\\t\\t\\t\\t<ResourceId>i-2ze5o2beycwbvqnx****</ResourceId>\\r\\n\\t\\t\\t\\t\\t<ConfigRuleName>ECS实例开启释放保护</ConfigRuleName>\\r\\n\\t\\t\\t\\t\\t<ResourceType>ACS::ECS::Instance</ResourceType>\\r\\n\\t\\t\\t\\t\\t<RegionId>cn-hangzhou</RegionId>\\r\\n\\t\\t\\t\\t</EvaluationResultQualifier>\\r\\n\\t\\t\\t\\t<OrderingTimestamp>1608262263084</OrderingTimestamp>\\r\\n\\t\\t\\t</EvaluationResultIdentifier>\\r\\n\\t\\t\\t<RiskLevel>3</RiskLevel>\\r\\n\\t\\t\\t<RemediationEnabled>false</RemediationEnabled>\\r\\n\\t\\t\\t<Annotation></Annotation>\\r\\n\\t\\t</EvaluationResultList>\\r\\n\\t\\t<TotalCount>52</TotalCount>\\r\\n\\t\\t<PageSize>10</PageSize>\\r\\n\\t\\t<PageNumber>1</PageNumber>\\r\\n\\t</EvaluationResults>\\r\\n</DescribeEvaluationResultsResponse>\\t","errorExample":""}]',
            'title' => '查询规则评估结果',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DescribeCompliance' => [
            'summary' => '查询资源的合规结果统计。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。'."\n"
                        ."\n"
                        .'当您按资源维度查询资源评估结果时,必须配置参数ResourceType和ResourceId。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'ACS::ECS::Instance'],
                ],
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。'."\n"
                        ."\n"
                        .'当您按资源维度查询资源评估结果时,必须配置参数ResourceType和ResourceId。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'i-bp151g9tpto890zr****'],
                ],
                [
                    'name' => 'ComplianceType',
                    'in' => 'query',
                    'schema' => [
                        'description' => '合规类型。取值:'."\n"
                            .'- COMPLIANT:合规。'."\n"
                            .'- NON_COMPLIANT:不合规。'."\n"
                            .'- NOT_APPLICABLE:不适用。'."\n"
                            .'- INSUFFICIENT_DATA:数据不充分。',
                        'type' => 'string',
                        'required' => false,
                        'docRequired' => false,
                        'example' => 'COMPLIANT',
                        'enum' => ['COMPLIANT', 'NON_COMPLIANT', 'NOT_APPLICABLE', 'INSUFFICIENT_DATA'],
                    ],
                ],
                [
                    'name' => 'ConfigRuleId',
                    'in' => 'query',
                    'schema' => ['description' => '规则ID。'."\n"
                        ."\n"
                        .'当您按规则维度查询资源评估结果时,必须同时配置参数ConfigRuleId、ResourceType和ResourceId,否则ConfigRuleId无效。', 'type' => 'string', 'required' => false, 'example' => 'cr-12b398b633820012****'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '100931896542****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '合规统计结果。',
                        'type' => 'object',
                        'properties' => [
                            'ComplianceResult' => [
                                'description' => '合规结果统计。',
                                'type' => 'object',
                                'properties' => [
                                    'Compliances' => [
                                        'description' => '资源合规结果统计。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'ComplianceType' => ['description' => '合规类型。取值:'."\n"
                                                    ."\n"
                                                    .'- COMPLIANT:合规。'."\n"
                                                    ."\n"
                                                    .'- NON_COMPLIANT:不合规。'."\n"
                                                    ."\n"
                                                    .'- NOT_APPLICABLE:不适用。'."\n"
                                                    ."\n"
                                                    .'- INSUFFICIENT_DATA:无数据。', 'type' => 'string', 'example' => 'COMPLIANT'],
                                                'Count' => ['description' => '指定合规类型的数量统计。'."\n"
                                                    ."\n"
                                                    .'- 当入参指定ResourceId时,该参数为资源数统计值。'."\n"
                                                    ."\n"
                                                    .'- 当入参指定ConfigRuleId时,该参数为规则数统计值。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
                                            ],
                                        ],
                                    ],
                                    'TotalCount' => ['description' => '所有合规类型的数量统计。'."\n"
                                        ."\n"
                                        .'- 当入参指定ResourceId时,该参数为资源数量统计值。'."\n"
                                        ."\n"
                                        .'- 当入参指定ConfigRuleId时,该参数为规则数量统计值。', 'type' => 'integer', 'format' => 'int64', 'example' => '12'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '17306AB1-34E0-468F-BD7B-68D8AEAB754F'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"ComplianceResult\\": {\\n    \\"Compliances\\": [\\n      {\\n        \\"ComplianceType\\": \\"COMPLIANT\\",\\n        \\"Count\\": 12\\n      }\\n    ],\\n    \\"TotalCount\\": 12\\n  },\\n  \\"RequestId\\": \\"17306AB1-34E0-468F-BD7B-68D8AEAB754F\\"\\n}","errorExample":""},{"type":"xml","example":"<DescribeComplianceResponse>\\n    <RequestId>17306AB1-34E0-468F-BD7B-68D8AEAB754F</RequestId>\\n    <Compliances>\\n        <Compliances>\\n            <ComplianceType>NOT_APPLICABLE</ComplianceType>\\n            <Count>0</Count>\\n        </Compliances>\\n        <Compliances>\\n            <ComplianceType>NON_COMPLIANT</ComplianceType>\\n            <Count>5</Count>\\n        </Compliances>\\n        <Compliances>\\n            <ComplianceType>INSUFFICIENT_DATA</ComplianceType>\\n            <Count>0</Count>\\n        </Compliances>\\n        <Compliances>\\n            <ComplianceType>COMPLIANT</ComplianceType>\\n            <Count>13</Count>\\n        </Compliances>\\n    </CompliancesResponse>\\n</DescribeCompliance>","errorExample":""}]',
            'title' => '查询合规结果统计',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DescribeComplianceSummary' => [
            'summary' => '查询当前账号的合规结果统计概要。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '100931896542****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '合规统计结果。',
                        'type' => 'object',
                        'properties' => [
                            'ComplianceSummary' => [
                                'description' => '合规结果统计概要。',
                                'type' => 'object',
                                'properties' => [
                                    'ComplianceSummaryByConfigRule' => [
                                        'description' => '规则维度的合规结果统计概要。',
                                        'type' => 'object',
                                        'properties' => [
                                            'ComplianceSummaryTimestamp' => ['description' => '合规结果统计的时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1589853712165'],
                                            'CompliantCount' => ['description' => '合规的规则数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '101'],
                                            'NonCompliantCount' => ['description' => '不合规的规则数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
                                            'TotalCount' => ['description' => '规则总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '113'],
                                        ],
                                    ],
                                    'ComplianceSummaryByResource' => [
                                        'description' => '资源维度的合规结果统计概要。',
                                        'type' => 'object',
                                        'properties' => [
                                            'ComplianceSummaryTimestamp' => ['description' => '合规结果统计的时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1589853712165'],
                                            'CompliantCount' => ['description' => '合规的资源数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                            'NonCompliantCount' => ['description' => '不合规的资源数量。', 'type' => 'integer', 'format' => 'int32', 'example' => '12'],
                                            'TotalCount' => ['description' => '资源总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '13'],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'CAEE6F34-DEDC-4AAA-AA8C-946D5D008735'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"ComplianceSummary\\": {\\n    \\"ComplianceSummaryByConfigRule\\": {\\n      \\"ComplianceSummaryTimestamp\\": 1589853712165,\\n      \\"CompliantCount\\": 101,\\n      \\"NonCompliantCount\\": 12,\\n      \\"TotalCount\\": 113\\n    },\\n    \\"ComplianceSummaryByResource\\": {\\n      \\"ComplianceSummaryTimestamp\\": 1589853712165,\\n      \\"CompliantCount\\": 1,\\n      \\"NonCompliantCount\\": 12,\\n      \\"TotalCount\\": 13\\n    }\\n  },\\n  \\"RequestId\\": \\"CAEE6F34-DEDC-4AAA-AA8C-946D5D008735\\"\\n}","errorExample":""},{"type":"xml","example":"<DescribeComplianceSummaryResponse>\\n    <RequestId>CAEE6F34-DEDC-4AAA-AA8C-946D5D008735</RequestId>\\n    <ComplianceSummary>\\n        <ComplianceSummaryByResource>\\n            <CompliantCount>29</CompliantCount>\\n            <NonCompliantCount>581</NonCompliantCount>\\n            <ComplianceSummaryTimestamp>1589853712165</ComplianceSummaryTimestamp>\\n        </ComplianceSummaryByResource>\\n        <ComplianceSummaryByConfigRule>\\n            <TotalCount>79</TotalCount>\\n            <CompliantCount>1</CompliantCount>\\n            <NonCompliantCount>34</NonCompliantCount>\\n            <ComplianceSummaryTimestamp>1589853712128</ComplianceSummaryTimestamp>\\n        </ComplianceSummaryByConfigRule>\\n    </ComplianceSummary>\\n    <HttpStatusCode>200</HttpStatusCode>\\n    <Success>true</Success>\\n</DescribeComplianceSummaryResponse>","errorExample":""}]',
            'title' => '查询合规结果统计概要',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DescribeConfigRule' => [
            'summary' => '查询指定的规则详情。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => ['operationType' => 'get'],
            'parameters' => [
                [
                    'name' => 'ConfigRuleId',
                    'in' => 'query',
                    'schema' => ['description' => '规则ID。关于如何查询规则ID,请参见[ListConfigRules](~~169607~~)。   ', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cr-7bc06457e0d90041****'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456789'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'ConfigRule' => [
                                'description' => '规则详情。',
                                'type' => 'object',
                                'properties' => [
                                    'ConfigRuleArn' => ['description' => '规则ARN。', 'type' => 'string', 'example' => 'acs:config::120886317861****:rule/cr-7bc06457e0d90041****'],
                                    'ConfigRuleEvaluationStatus' => [
                                        'description' => '资源评估状态。',
                                        'type' => 'object',
                                        'properties' => [
                                            'FirstActivatedTimestamp' => ['description' => '首次激活时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1618901952341'],
                                            'FirstEvaluationStarted' => ['description' => '规则是否已执行过评估。取值:'."\n"
                                                .'- true(默认值)'."\n"
                                                .'- false  ', 'type' => 'boolean', 'example' => 'true'],
                                            'LastErrorCode' => ['description' => '规则最近一次执行的错误码。', 'type' => 'string', 'example' => 'FunctionNotFound'],
                                            'LastErrorMessage' => ['description' => '规则最近一次执行的错误信息。', 'type' => 'string', 'example' => 'function \'funtionName\' does not exist in service \'serviceName\''],
                                            'LastFailedEvaluationTimestamp' => ['description' => '规则最近一次调用失败的结束时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1602819143913'],
                                            'LastFailedInvocationTimestamp' => ['description' => '规则最近一次调用失败的开始时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1602819143910'],
                                            'LastSuccessfulEvaluationTimestamp' => ['description' => '规则最近一次调用成功的结束时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1618901957876'],
                                            'LastSuccessfulInvocationTimestamp' => ['description' => '规则最近一次调用成功的开始时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1618901957395'],
                                        ],
                                    ],
                                    'ConfigRuleId' => ['description' => '规则ID。', 'type' => 'string', 'example' => 'cr-7bc06457e0d90041****'],
                                    'ConfigRuleName' => ['description' => '规则名称。', 'type' => 'string', 'example' => 'RDS实例CPU核数满足最低要求'],
                                    'ConfigRuleState' => ['description' => '当前规则的运行状态。取值:'."\n"
                                        .'- ACTIVE:应用中。'."\n"
                                        .'- EVALUATING:评估中。'."\n"
                                        .'- INACTIVE:已停用。', 'type' => 'string', 'example' => 'ACTIVE'],
                                    'CreateTimestamp' => ['description' => '创建规则时的时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1602818964884'],
                                    'Description' => ['description' => '规则的描述信息。', 'type' => 'string', 'example' => 'RDS实例的CPU核数大于等于设置的阈值,视为“合规”。'],
                                    'InputParameters' => ['description' => '规则入参。', 'type' => 'object', 'example' => '{"cpuCount": "2" }'],
                                    'ManagedRule' => [
                                        'description' => '托管规则详情。',
                                        'type' => 'object',
                                        'properties' => [
                                            'CompulsoryInputParameterDetails' => ['description' => '托管规则必填参数的信息。', 'type' => 'object', 'example' => '{"cpuCount": {"defaultValue": "2","type": "integer"}'],
                                            'Description' => ['description' => '托管规则的描述信息。', 'type' => 'string', 'example' => 'RDS实例的CPU核数大于等于设置的阈值,视为“合规”。'],
                                            'Identifier' => ['description' => '托管规则的标识符。', 'type' => 'string', 'example' => 'rds-cpu-min-count-limit'],
                                            'Labels' => [
                                                'description' => '无。',
                                                'type' => 'array',
                                                'items' => ['description' => '托管规则的标签列表。', 'type' => 'string', 'example' => '["RDS","CPU"]'],
                                            ],
                                            'ManagedRuleName' => ['description' => '托管规则的名称。', 'type' => 'string', 'example' => 'rds-cpu-min-count-limit'],
                                            'OptionalInputParameterDetails' => ['description' => '托管规则可选参数的描述信息。', 'type' => 'object', 'example' => '{"tag1Value":{"type":"string","defaultValue":""},"tag2Key":{"type":"string","defaultValue":""}}'],
                                            'SourceDetails' => [
                                                'description' => '托管规则详情。',
                                                'type' => 'array',
                                                'items' => [
                                                    'description' => '无。',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'EventSource' => ['description' => '规则的事件来源。'."\n"
                                                            ."\n"
                                                            .'> 目前仅支持配置审计事件:aliyun.config。', 'type' => 'string', 'example' => 'aliyun.config'],
                                                        'MaximumExecutionFrequency' => ['description' => '规则的执行周期。取值:'."\n"
                                                            ."\n"
                                                            .'- One_Hour:1小时。'."\n"
                                                            ."\n"
                                                            .'- Three_Hours:3小时。'."\n"
                                                            ."\n"
                                                            .'- Six_Hours:6小时。'."\n"
                                                            ."\n"
                                                            .'- Twelve_Hours:12小时。'."\n"
                                                            ."\n"
                                                            .'- TwentyFour_Hours:24小时。', 'type' => 'string', 'example' => 'Six_Hours'],
                                                        'MessageType' => ['description' => '规则的触发机制。取值:'."\n"
                                                            .'- ConfigurationItemChangeNotification:配置变更。'."\n"
                                                            .'- ScheduledNotification:周期执行。', 'type' => 'string', 'example' => 'ConfigurationItemChangeNotification'],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                    'MaximumExecutionFrequency' => ['description' => '规则的执行周期。取值:'."\n"
                                        ."\n"
                                        .'- One_Hour:1小时。'."\n"
                                        ."\n"
                                        .'- Three_Hours:3小时。'."\n"
                                        ."\n"
                                        .'- Six_Hours:6小时。'."\n"
                                        ."\n"
                                        .'- Twelve_Hours:12小时。'."\n"
                                        ."\n"
                                        .'- TwentyFour_Hours:24小时。', 'type' => 'string', 'example' => 'Six_Hours'],
                                    'ModifiedTimestamp' => ['description' => '规则最近一次修改的时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1602992721000'],
                                    'RiskLevel' => ['description' => '规则的风险等级。取值:'."\n"
                                        .'- 1:高风险。'."\n"
                                        .'- 2:中风险。'."\n"
                                        .'- 3:低风险。', 'type' => 'integer', 'format' => 'int32', 'example' => '3'],
                                    'Scope' => [
                                        'description' => '规则的监控范围。',
                                        'type' => 'object',
                                        'properties' => [
                                            'ComplianceResourceId' => ['description' => '待评估资源ID。', 'type' => 'string', 'example' => 'vpc-6weoy5flv41pj4wvr****'],
                                            'ComplianceResourceTypes' => [
                                                'description' => '无。',
                                                'type' => 'array',
                                                'items' => ['description' => '待评估资源类型列表。'."\n", 'type' => 'string', 'example' => '["ACS::RDS::DBInstance"]'],
                                            ],
                                        ],
                                    ],
                                    'Source' => [
                                        'description' => '规则执行逻辑的来源信息。',
                                        'type' => 'object',
                                        'properties' => [
                                            'Identifier' => ['description' => '规则标识。'."\n"
                                                ."\n"
                                                .'- 如果规则使用了托管规则,则该参数为托管规则名称。'."\n"
                                                ."\n"
                                                .'- 如果规则使用了自定义函数,则该参数为函数ARN。'."\n"
                                                ."\n\n", 'type' => 'string', 'example' => 'rds-cpu-min-count-limit'],
                                            'Owner' => ['description' => '规则来源的归属。取值:'."\n"
                                                ."\n"
                                                .'- CUSTOM_FC:用户自定义函数。'."\n"
                                                ."\n"
                                                .'- ALIYUN:托管规则。', 'type' => 'string', 'example' => 'ALIYUN'],
                                            'SourceConditions' => [
                                                'description' => '规则的配置条件。',
                                                'type' => 'array',
                                                'items' => [
                                                    'description' => '无。',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'DesiredValue' => ['description' => '规则入参的期望值。', 'type' => 'string', 'example' => '2'],
                                                        'Name' => ['description' => '规则入参的名称。', 'type' => 'string', 'example' => 'cpuCount'],
                                                        'Operator' => ['description' => '规则入参的操作符。通过SelectPath获取到的不同数据类型,对应不同的操作符。  '."\n"
                                                            ."\n"
                                                            .'- 当数据类型为String时,取值:'."\n"
                                                            .'  - StringEquals:等于。'."\n"
                                                            .'  - NotStringEquals:不等于。'."\n"
                                                            .'  - StringIn:存在。'."\n"
                                                            .'  - NotStringIn:不存在。'."\n"
                                                            .'  - StringContains:包含。'."\n"
                                                            .'  - NotStringContains:不包含。'."\n"
                                                            ."\n"
                                                            .'- 当数据类型为Number时,取值:'."\n"
                                                            .'  - Equals:等于。'."\n"
                                                            .'  - NotEquals:不等于。'."\n"
                                                            .'  - Less:小于。'."\n"
                                                            .'  - LessOrEquals:小于等于。'."\n"
                                                            .'  - Greater:大于。'."\n"
                                                            .'  - GreaterOrEquals:大于等于。'."\n"
                                                            ."\n"
                                                            .'- 当数据类型为基于Base64进制编码的Base64 String时,取值:'."\n"
                                                            .'  - Base64Contains:包含。'."\n"
                                                            .'  - NotBase64Contains:不包含。'."\n"
                                                            .'  - Base64ContainsAll:包含全部。'."\n"
                                                            .'  - Base64ExcludeAll:排除全部。  '."\n"
                                                            ."\n"
                                                            .'- 当数据类型为Array时,取值:'."\n"
                                                            .'  - Contains:包含。'."\n"
                                                            .'  - NotContains:不包含。'."\n"
                                                            .'  - In:存在。'."\n"
                                                            .'  - NotIn:不存在。'."\n"
                                                            .'  - ContainsAll:包含全部。'."\n"
                                                            .'  - ExcludeAll:排除全部。  '."\n"
                                                            .'  - IsEmpty:为空。  ', 'type' => 'string', 'example' => 'GreaterOrEquals'],
                                                        'Tips' => ['description' => '参数的提示信息。', 'type' => 'string', 'example' => '实例的状态'],
                                                    ],
                                                ],
                                            ],
                                            'SourceDetails' => [
                                                'description' => '规则来源详情。',
                                                'type' => 'array',
                                                'items' => [
                                                    'description' => '无。',
                                                    'type' => 'object',
                                                    'properties' => [
                                                        'EventSource' => ['description' => '事件来源。'."\n"
                                                            ."\n"
                                                            .'> 目前仅支持配置审计事件:aliyun.config。', 'type' => 'string', 'example' => 'aliyun.config'],
                                                        'MaximumExecutionFrequency' => ['description' => '规则的执行周期。取值:'."\n"
                                                            ."\n"
                                                            .'- One_Hour:1小时。'."\n"
                                                            ."\n"
                                                            .'- Three_Hours:3小时。'."\n"
                                                            ."\n"
                                                            .'- Six_Hours:6小时。'."\n"
                                                            ."\n"
                                                            .'- Twelve_Hours:12小时。'."\n"
                                                            ."\n"
                                                            .'- TwentyFour_Hours:24小时。', 'type' => 'string', 'example' => 'Six_Hours'],
                                                        'MessageType' => ['description' => '规则的触发机制。取值:'."\n"
                                                            .'- ConfigurationItemChangeNotification:配置变更。'."\n"
                                                            .'- ScheduledNotification:周期执行。', 'type' => 'string', 'example' => 'ConfigurationItemChangeNotification'],
                                                    ],
                                                ],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'A68DD98C-DE65-46AC-B2D2-04A4A9AB5B99'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ConfigRuleNotExists', 'errorMessage' => 'The ConfigRule does not exist.'],
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"ConfigRule\\": {\\n    \\"ConfigRuleArn\\": \\"acs:config::120886317861****:rule/cr-7bc06457e0d90041****\\",\\n    \\"ConfigRuleEvaluationStatus\\": {\\n      \\"FirstActivatedTimestamp\\": 1618901952341,\\n      \\"FirstEvaluationStarted\\": true,\\n      \\"LastErrorCode\\": \\"FunctionNotFound\\",\\n      \\"LastErrorMessage\\": \\"function \'funtionName\' does not exist in service \'serviceName\'\\",\\n      \\"LastFailedEvaluationTimestamp\\": 1602819143913,\\n      \\"LastFailedInvocationTimestamp\\": 1602819143910,\\n      \\"LastSuccessfulEvaluationTimestamp\\": 1618901957876,\\n      \\"LastSuccessfulInvocationTimestamp\\": 1618901957395\\n    },\\n    \\"ConfigRuleId\\": \\"cr-7bc06457e0d90041****\\",\\n    \\"ConfigRuleName\\": \\"RDS实例CPU核数满足最低要求\\",\\n    \\"ConfigRuleState\\": \\"ACTIVE\\",\\n    \\"CreateTimestamp\\": 1602818964884,\\n    \\"Description\\": \\"RDS实例的CPU核数大于等于设置的阈值,视为“合规”。\\",\\n    \\"InputParameters\\": {\\n      \\"cpuCount\\": \\"2\\"\\n    },\\n    \\"ManagedRule\\": {\\n      \\"CompulsoryInputParameterDetails\\": {\\n        \\"test\\": \\"test\\",\\n        \\"test2\\": 1\\n      },\\n      \\"Description\\": \\"RDS实例的CPU核数大于等于设置的阈值,视为“合规”。\\",\\n      \\"Identifier\\": \\"rds-cpu-min-count-limit\\",\\n      \\"Labels\\": [\\n        \\"[\\\\\\"RDS\\\\\\",\\\\\\"CPU\\\\\\"]\\"\\n      ],\\n      \\"ManagedRuleName\\": \\"rds-cpu-min-count-limit\\",\\n      \\"OptionalInputParameterDetails\\": {\\n        \\"tag1Value\\": {\\n          \\"type\\": \\"string\\",\\n          \\"defaultValue\\": \\"\\"\\n        },\\n        \\"tag2Key\\": {\\n          \\"type\\": \\"string\\",\\n          \\"defaultValue\\": \\"\\"\\n        }\\n      },\\n      \\"SourceDetails\\": [\\n        {\\n          \\"EventSource\\": \\"aliyun.config\\",\\n          \\"MaximumExecutionFrequency\\": \\"Six_Hours\\",\\n          \\"MessageType\\": \\"ConfigurationItemChangeNotification\\"\\n        }\\n      ]\\n    },\\n    \\"MaximumExecutionFrequency\\": \\"Six_Hours\\",\\n    \\"ModifiedTimestamp\\": 1602992721000,\\n    \\"RiskLevel\\": 3,\\n    \\"Scope\\": {\\n      \\"ComplianceResourceId\\": \\"vpc-6weoy5flv41pj4wvr****\\",\\n      \\"ComplianceResourceTypes\\": [\\n        \\"[\\\\\\"ACS::RDS::DBInstance\\\\\\"]\\"\\n      ]\\n    },\\n    \\"Source\\": {\\n      \\"Identifier\\": \\"rds-cpu-min-count-limit\\",\\n      \\"Owner\\": \\"ALIYUN\\",\\n      \\"SourceConditions\\": [\\n        {\\n          \\"DesiredValue\\": \\"2\\",\\n          \\"Name\\": \\"cpuCount\\",\\n          \\"Operator\\": \\"GreaterOrEquals\\",\\n          \\"Tips\\": \\"实例的状态\\"\\n        }\\n      ],\\n      \\"SourceDetails\\": [\\n        {\\n          \\"EventSource\\": \\"aliyun.config\\",\\n          \\"MaximumExecutionFrequency\\": \\"Six_Hours\\",\\n          \\"MessageType\\": \\"ConfigurationItemChangeNotification\\"\\n        }\\n      ]\\n    }\\n  },\\n  \\"RequestId\\": \\"A68DD98C-DE65-46AC-B2D2-04A4A9AB5B99\\"\\n}","errorExample":""},{"type":"xml","example":"<DescribeConfigRuleResponse>\\r\\n\\t<RequestId>A68DD98C-DE65-46AC-B2D2-04A4A9AB5B99</RequestId>\\r\\n\\t<ConfigRule>\\r\\n\\t\\t<ManagedRule>\\r\\n\\t\\t\\t<ManagedRuleName>rds-cpu-min-count-limit</ManagedRuleName>\\r\\n\\t\\t\\t<OptionalInputParameterDetails />\\r\\n\\t\\t\\t<Description>RDS实例的CPU核数大于等于设置的阈值,视为“合规”。</Description>\\r\\n\\t\\t\\t<Identifier>rds-cpu-min-count-limit</Identifier>\\r\\n\\t\\t\\t<CompulsoryInputParameterDetails>\\r\\n\\t\\t\\t\\t<cpuCount>\\r\\n\\t\\t\\t\\t\\t<defaultValue>2</defaultValue>\\r\\n\\t\\t\\t\\t\\t<type>integer</type>\\r\\n\\t\\t\\t\\t</cpuCount>\\r\\n\\t\\t\\t</CompulsoryInputParameterDetails>\\r\\n\\t\\t\\t<Labels>RDS</Labels>\\r\\n\\t\\t\\t<Labels>CPU</Labels>\\r\\n\\t\\t\\t<SourceDetails>\\r\\n\\t\\t\\t\\t<EventSource>aliyun.config</EventSource>\\r\\n\\t\\t\\t\\t<MessageType>ConfigurationItemChangeNotification</MessageType>\\r\\n\\t\\t\\t</SourceDetails>\\r\\n\\t\\t</ManagedRule>\\r\\n\\t\\t<ConfigRuleEvaluationStatus>\\r\\n\\t\\t\\t<FirstActivatedTimestamp>1618901952341</FirstActivatedTimestamp>\\r\\n\\t\\t\\t<LastSuccessfulEvaluationTimestamp>1618901957876</LastSuccessfulEvaluationTimestamp>\\r\\n\\t\\t\\t<FirstEvaluationStarted>true</FirstEvaluationStarted>\\r\\n\\t\\t\\t<LastSuccessfulInvocationTimestamp>1618901957395</LastSuccessfulInvocationTimestamp>\\r\\n\\t\\t</ConfigRuleEvaluationStatus>\\r\\n\\t\\t<ConfigRuleState>ACTIVE</ConfigRuleState>\\r\\n\\t\\t<Source>\\r\\n\\t\\t\\t<Owner>ALIYUN</Owner>\\r\\n\\t\\t\\t<Identifier>rds-cpu-min-count-limit</Identifier>\\r\\n\\t\\t\\t<SourceConditions>\\r\\n\\t\\t\\t\\t<Operator>GreaterOrEquals</Operator>\\r\\n\\t\\t\\t\\t<DesiredValue>2</DesiredValue>\\r\\n\\t\\t\\t\\t<Required>true</Required>\\r\\n\\t\\t\\t\\t<SelectPath>$.DBInstanceCPU</SelectPath>\\r\\n\\t\\t\\t</SourceConditions>\\r\\n\\t\\t\\t<SourceDetails>\\r\\n\\t\\t\\t\\t<EventSource>aliyun.config</EventSource>\\r\\n\\t\\t\\t\\t<MessageType>ConfigurationItemChangeNotification</MessageType>\\r\\n\\t\\t\\t</SourceDetails>\\r\\n\\t\\t</Source>\\r\\n\\t\\t<OrganizationRule>false</OrganizationRule>\\r\\n\\t\\t<ConfigRuleId>cr-7bc06457e0d90041****</ConfigRuleId>\\r\\n\\t\\t<Scope>\\r\\n\\t\\t\\t<ComplianceResourceTypes>ACS::RDS::DBInstance</ComplianceResourceTypes>\\r\\n\\t\\t</Scope>\\r\\n\\t\\t<ConfigRuleArn>acs:config::120886317861****:rule/cr-7bc06457e0d90041****</ConfigRuleArn>\\r\\n\\t\\t<ConfigRuleName>RDS实例CPU核数满足最低要求</ConfigRuleName>\\r\\n\\t\\t<RiskLevel>3</RiskLevel>\\r\\n\\t\\t<InputParameters>\\r\\n\\t\\t\\t<cpuCount>2</cpuCount>\\r\\n\\t\\t</InputParameters>\\r\\n\\t</ConfigRule>\\r\\n</DescribeConfigRuleResponse>\\t","errorExample":""}]',
            'title' => '查询规则详情',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'PutConfigRule' => [
            'summary' => '为当前账号新建或修改规则。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => true,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'ConfigRuleId',
                    'in' => 'formData',
                    'schema' => ['description' => '规则ID。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'cr-2a914fcf617e00c9****'],
                ],
                [
                    'name' => 'ConfigRuleName',
                    'in' => 'formData',
                    'schema' => ['description' => '规则名称。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'RDS实例CPU核数满足最低要求'],
                ],
                [
                    'name' => 'Description',
                    'in' => 'formData',
                    'schema' => ['description' => '规则的描述信息。', 'type' => 'string', 'required' => false, 'example' => 'RDS实例的CPU核数大于等于设置的阈值,视为“合规”。'],
                ],
                [
                    'name' => 'InputParameters',
                    'in' => 'formData',
                    'schema' => ['description' => '规则入参。', 'type' => 'string', 'required' => false, 'example' => '{"cpuCount": "2"}'],
                ],
                [
                    'name' => 'SourceOwner',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '规则来源的归属。取值:'."\n"
                            .'- CUSTOM_FC:用户自定义函数。'."\n"
                            .'- ALIYUN:托管规则。',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'ALIYUN',
                        'enum' => ['ALIYUN', 'CUSTOM_FC'],
                    ],
                ],
                [
                    'name' => 'SourceIdentifier',
                    'in' => 'formData',
                    'schema' => ['description' => '规则标识。'."\n"
                        ."\n"
                        .'- 如果规则使用了托管规则,则该参数为规则标识。'."\n"
                        ."\n"
                        .'- 如果规则使用了自定义函数,则该参数为函数ARN。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'rds-cpu-min-count-limit'],
                ],
                [
                    'name' => 'SourceDetailMessageType',
                    'in' => 'formData',
                    'schema' => ['description' => '规则的触发机制。取值:'."\n"
                        .'- ConfigurationItemChangeNotification:配置变更。'."\n"
                        .'- ScheduledNotification:周期执行。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ConfigurationItemChangeNotification'],
                ],
                [
                    'name' => 'SourceMaximumExecutionFrequency',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '规则执行周期。取值:'."\n"
                            .'- One_Hour:1小时。'."\n"
                            .'- Three_Hours:3小时。'."\n"
                            .'- Six_Hours:6小时。'."\n"
                            .'- Twelve_Hours:12小时。'."\n"
                            .'- TwentyFour_Hours:24小时。',
                        'type' => 'string',
                        'required' => false,
                        'example' => 'Twelve_Hours',
                        'enum' => ['One_Hour', 'Three_Hours', 'Six_Hours', 'Twelve_Hours', 'TwentyFour_Hours'],
                    ],
                ],
                [
                    'name' => 'ScopeComplianceResourceId',
                    'in' => 'formData',
                    'schema' => ['description' => '待评估资源ID。'."\n"
                        ."\n"
                        .'- 如果为空,则该规则评估ScopeComplianceResourceTypes指定的所有资源类型。'."\n"
                        ."\n"
                        .'- 如果不为空,则该规则评估指定的资源。', 'type' => 'string', 'required' => false, 'example' => 'vpc-6weoy5flv41pj4wvr****'],
                ],
                [
                    'name' => 'ScopeComplianceResourceTypes',
                    'in' => 'formData',
                    'schema' => ['description' => '待评估的资源类型列表。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '["ACS::RDS::DBInstance"]'],
                ],
                [
                    'name' => 'RiskLevel',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '风险等级。取值:'."\n"
                            .'- 1:高风险。'."\n"
                            .'- 2:中风险。'."\n"
                            .'- 3:低风险。',
                        'type' => 'integer',
                        'format' => 'int32',
                        'required' => true,
                        'docRequired' => true,
                        'example' => '1',
                        'enum' => ['1', '2', '3'],
                    ],
                ],
                [
                    'name' => 'ClientToken',
                    'in' => 'formData',
                    'schema' => ['description' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。', 'type' => 'string', 'required' => false, 'example' => '1594295238-f9361358-5843-4294-8d30-b5183fac****'],
                ],
                [
                    'name' => 'MultiAccount',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
                [
                    'name' => 'MemberId',
                    'in' => 'query',
                    'schema' => ['description' => '该参数计划于2021年06月30日00时00分00秒前下线,其替代功能账号组的API将于2021年05月30日00时00分00秒前上线。如果您正在使用该参数,建议您在2021年05月30日00时00分00秒之后切换为账号组的API。关于账号组,请参见[账号组](~~211534~~)。 ', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '123456789'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'ConfigRuleId' => ['description' => '规则ID。', 'type' => 'string', 'example' => 'cr-76ac4fcfb57e00c9****'],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'A7A0FFF8-0B44-40C6-8BBF-3A185EFDF3F7'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'ExceedMaxRuleCount', 'errorMessage' => 'The maximum number of rules is exceeded.'],
                    ['errorCode' => 'ConfigRuleNotExists', 'errorMessage' => 'The ConfigRule does not exist.'],
                    ['errorCode' => 'ConfigRuleExists', 'errorMessage' => 'The ConfigRule already exists.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::CreateConfigRule', 'Config::2020-09-07::CreateAggregateConfigRule'],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"ConfigRuleId\\": \\"cr-76ac4fcfb57e00c9****\\",\\n  \\"RequestId\\": \\"A7A0FFF8-0B44-40C6-8BBF-3A185EFDF3F7\\"\\n}","errorExample":""},{"type":"xml","example":"<PutConfigRuleResponse>\\n\\t<ConfigRuleId>cr-76ac4fcfb57e00c9****</ConfigRuleId>\\n\\t<RequestId>A7A0FFF8-0B44-40C6-8BBF-3A185EFDF3F7</RequestId>\\n</PutConfigRuleResponse>","errorExample":""}]',
            'title' => '新建或修改规则',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'PutEvaluations' => [
            'summary' => '提交规则评估结果。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => true,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'ResultToken',
                    'in' => 'formData',
                    'schema' => ['description' => '回调令牌。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => '=lAUbfkWp7GL9AFoQEIStinqBMc4FC8sHvip/1F1npkWUDNS2GEm6xwL6Zl/fSr0bbkWY+aiCLjTJxnp4H/yp/8p/Q8VCAtqG5uhRii4sfnYRnTPnE****'],
                ],
                [
                    'name' => 'Evaluations',
                    'in' => 'formData',
                    'schema' => ['description' => '评估结果。', 'type' => 'string', 'required' => false, 'example' => '[{"annotation":"Resource type is ACS::CEN::Flowlog, not in ACS::ECS::Instance,ACS::ECS::NetworkInterface.","complianceResourceId":"flowlog-o6wdfo1yvgo4i8****","complianceResourceType":"ACS::CEN::Flowlog","complianceType":"NOT_APPLICABLE","orderingTimestamp":1588907220408}]'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'A7A0FFF8-0B44-40C6-8BBF-3A185EFDF3F7'],
                            'Result' => ['description' => '执行状态。取值:'."\n"
                                ."\n"
                                .'- true:成功'."\n"
                                ."\n"
                                .'- false:失败', 'type' => 'boolean', 'example' => 'true'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::PutEvaluations'],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"Result\\": true,\\n  \\"RequestId\\": \\"A7A0FFF8-0B44-40C6-8BBF-3A185EFDF3F7\\"\\n}","errorExample":""},{"type":"xml","example":"<PutEvaluationsResponse>\\n    <RequestId>A7A0FFF8-0B44-40C6-8BBF-3A185EFDF3F7</RequestId>\\n    <Result>true</Result>\\n</PutEvaluationsResponse>","errorExample":""}]',
            'title' => '提交评估结果',
            'description' => '****',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'ActiveConfigRules' => [
            'summary' => '批量启用指定的规则,使得规则状态处于“应用中”。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => true,
            'systemTags' => ['operationType' => 'update'],
            'parameters' => [
                [
                    'name' => 'ConfigRuleIds',
                    'in' => 'query',
                    'schema' => ['description' => '规则ID。'."\n"
                        ."\n"
                        .'多个规则ID之间以半角逗号(,)分隔,且不能超过20个。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cr-2da35180a8d1008e****,cr-2da35180a8d1008e****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'OperateRuleResult' => [
                                'description' => '批量启用规则结果。',
                                'type' => 'object',
                                'properties' => [
                                    'OperateRuleItemList' => [
                                        'description' => '批量启用规则结果。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '批量启用规则结果。',
                                            'type' => 'object',
                                            'properties' => [
                                                'ConfigRuleId' => ['description' => '规则ID。', 'type' => 'string', 'example' => 'cr-2da35180a8d1008e****'],
                                                'ErrorCode' => ['description' => '错误码。'."\n"
                                                    ."\n"
                                                    .'- 当您启用规则成功时,该参数为空。'."\n"
                                                    ."\n"
                                                    .'- 当您启用规则失败时,该参数显示错误码。错误码详情,请参见<props="china">[错误中心](https://error-center.aliyun.com/status/product/Config)</props><props="intl">[错误中心](https://error-center.alibabacloud.com/status/product/Config)</props>。', 'type' => 'string', 'example' => 'ConfigRuleStatusNotInActive'],
                                                'Success' => ['description' => '启用规则是否成功。取值:'."\n"
                                                    .'- true:成功。'."\n"
                                                    .'- false:失败。', 'type' => 'boolean', 'example' => 'false'],
                                            ],
                                        ],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '49C1A88F-D163-46DF-84A6-F300229F37AE'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'Invalid.ConfigRuleIds.SizeExceed', 'errorMessage' => 'The maximum number of ConfigRuleIds cannot exceed 20.'],
                    ['errorCode' => 'ConfigRuleStatusNotInActive', 'errorMessage' => 'The status of the config rule is not inactive.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::ActiveConfigRules'],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"OperateRuleResult\\": {\\n    \\"OperateRuleItemList\\": [\\n      {\\n        \\"ConfigRuleId\\": \\"cr-2da35180a8d1008e****\\",\\n        \\"ErrorCode\\": \\"ConfigRuleStatusNotInActive\\",\\n        \\"Success\\": false\\n      }\\n    ]\\n  },\\n  \\"RequestId\\": \\"49C1A88F-D163-46DF-84A6-F300229F37AE\\"\\n}","errorExample":""},{"type":"xml","example":"<ActiveConfigRulesResponse>\\n    <OperateRuleResult>\\n        <OperateRuleItemList>\\n            <ConfigRuleId>cr-2da35180a8d1008e****</ConfigRuleId>\\n            <ErrorCode>ConfigRuleStatusNotInActive</ErrorCode>\\n            <Success>false</Success>\\n        </OperateRuleItemList>\\n        <OperateRuleItemList>\\n            <ConfigRuleId>cr-2da351800131233a****</ConfigRuleId>\\n            <ErrorCode/>\\n            <Success>true</Success>\\n        </OperateRuleItemList>\\n        <RequestId>49C1A88F-D163-46DF-84A6-F300229F37AE</RequestId>\\n    </OperateRuleResult>\\n</ActiveConfigRulesResponse>","errorExample":""}]',
            'title' => '批量启用指定规则',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'StartConfigurationRecorder' => [
            'summary' => '设置当前账号的资源监控范围。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfigI0TIO6'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'EnterpriseEdition',
                    'in' => 'formData',
                    'schema' => ['description' => '是否升级企业版配置审计。取值:'."\n"
                        .'- true'."\n"
                        .'- false(默认值)'."\n"
                        ."\n"
                        .'> 企业版配置审计升级为账号组。更多信息,请参见[公告:企业版配置审计升级为账号组](~~213433~~)。', 'type' => 'boolean', 'required' => false, 'example' => 'false', 'default' => 'false'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'ConfigurationRecorder' => [
                                'description' => '资源监控信息。',
                                'type' => 'object',
                                'properties' => [
                                    'AccountId' => ['description' => '阿里云账号ID。'."\n"
                                        ."\n"
                                        .'> 仅当普通账号调用该接口时,返回该参数。', 'type' => 'integer', 'format' => 'int64', 'example' => '120886317861****'],
                                    'ConfigurationRecorderStatus' => ['description' => '资源监控状态。取值:'."\n"
                                        .'- REGISTRABLE:未注册。'."\n"
                                        .'- BUILDING:构建中。'."\n"
                                        .'- REGISTERED:已注册。'."\n"
                                        .'- REBUILDING:重新构建中。', 'type' => 'string', 'example' => 'REGISTRABLE'],
                                    'OrganizationEnableStatus' => ['description' => '企业版配置审计升级状态。取值:'."\n"
                                        .'- REGISTRABLE:未升级。'."\n"
                                        .'- BUILDING:升级中。'."\n"
                                        .'- REGISTERED:已升级。'."\n", 'type' => 'string', 'example' => 'REGISTRABLE'],
                                    'OrganizationMasterId' => ['description' => '企业管理账号ID。'."\n"
                                        ."\n"
                                        .'> 仅当企业管理账号调用该接口时,返回该参数。', 'type' => 'integer', 'format' => 'int64', 'example' => '100931896542****'],
                                    'ResourceTypes' => [
                                        'description' => '资源类型列表。',
                                        'type' => 'array',
                                        'items' => ['description' => '资源类型列表。'."\n"
                                            ."\n"
                                            .'> 配置审计默认返回全部资源类型,返回示例仅以资源类型`ACS::ECS::Instance`和`ACS::ECS::NetworkInterface`为例进行展示。'."\n"
                                            ."\n\n"
                                            ."\n", 'type' => 'string', 'example' => '["ACS::ECS::Instance","ACS::ECS::NetworkInterface"]'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'A3601178-A6A2-4636-BE56-1116F73C0B0C'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'ProcessIsRunning', 'errorMessage' => 'The process is running.'],
                    ['errorCode' => 'RDMemberNoPermission', 'errorMessage' => 'You are not authorized to perform the operation. The reasons include: 1. You have not enabled the resource directory service. 2. You are not using the administrator account of resource directory.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                500 => [
                    ['errorCode' => 'CreateSLRFail', 'errorMessage' => 'Failed to create SLR.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"RequestId\\": \\"A3601178-A6A2-4636-BE56-1116F73C0B0C\\",\\n  \\"ConfigurationRecorder\\": {\\n    \\"OrganizationEnableStatus\\": \\"REGISTRABLE\\",\\n    \\"ConfigurationRecorderStatus\\": \\"REGISTRABLE\\",\\n    \\"OrganizationMasterId\\": 0,\\n    \\"AccountId\\": 0,\\n    \\"ResourceTypes\\": [\\n      \\"[\\\\\\"ACS::ECS::Instance\\\\\\",\\\\\\"ACS::ECS::NetworkInterface\\\\\\"]\\"\\n    ]\\n  }\\n}","errorExample":""},{"type":"xml","example":"<StartConfigurationRecorderResponse>\\n    <RequestId>A3601178-A6A2-4636-BE56-1116F73C0B0C</RequestId>\\n    <ConfigurationRecorder>\\n        <ResourceTypes>ACS::ECS::Instance</ResourceTypes>\\n        <ResourceTypes>ACS::ECS::NetworkInterface</ResourceTypes>\\n        <AccountId>120886317861****</AccountId>\\n        <ConfigurationRecorderStatus>REGISTRABLE</ConfigurationRecorderStatus>\\n    </ConfigurationRecorder>\\n</StartConfigurationRecorderResponse>","errorExample":""}]',
            'title' => '设置资源监控范围',
            'description' => '使用普通账号或企业管理账号调用该接口的差异如下:'."\n"
                .'- 如果您是普通账号,可以调用该接口为当前账号开启配置审计服务。您可以查看当前账号的资源,并管理当前账号的合规规则。'."\n"
                .'- 如果您是资源目录的企业管理账号,在调用该接口时将参数`EnterpriseEdition`设置为`true`,可以为所有成员账号开启配置审计服务,且默认创建一个包含所有成员账号的全局账号组。您可以在账号组中查看所有成员账号的资源,并管理所有成员账号的合规规则。'."\n"
                ."\n"
                .'本文将提供一个示例,使用普通账号开启配置审计服务并监控当前账号的资源。'."\n"
                ."\n\n"
                ."\n\n"
                ."\n\n"
                ."\n",
            'requestParamsDescription' => '关于公共请求参数的详情,请参见[公共参数](~~169575~~)。',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DescribeConfigurationRecorder' => [
            'summary' => '查询设置的资源监控范围。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => false,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfigI0TIO6'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'ConfigurationRecorder' => [
                                'description' => '资源监控信息。'."\n",
                                'type' => 'object',
                                'properties' => [
                                    'AccountId' => ['description' => '当前阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '100931896542****'],
                                    'ConfigurationRecorderStatus' => ['description' => '资源监控状态。取值:'."\n"
                                        .'- REGISTRABLE:未注册。'."\n"
                                        .'- BUILDING:构建中。'."\n"
                                        .'- REGISTERED:已注册。'."\n"
                                        .'- REBUILDING:重新构建中。', 'type' => 'string', 'example' => 'REGISTERED'],
                                    'OrganizationEnableStatus' => ['description' => '企业版配置审计升级状态。取值:'."\n"
                                        ."\n"
                                        .'- REGISTRABLE:未升级。'."\n"
                                        .'- BUILDING:升级中。'."\n"
                                        .'- REGISTERED:已升级。', 'type' => 'string', 'example' => 'REGISTRABLE'],
                                    'OrganizationMasterId' => ['description' => '企业管理账号ID。'."\n"
                                        ."\n"
                                        .'> 仅当企业管理账号调用该接口时,返回该参数。', 'type' => 'integer', 'format' => 'int64', 'example' => '120886317861****'],
                                    'ResourceTypes' => [
                                        'description' => '资源类型列表。',
                                        'type' => 'array',
                                        'items' => ['description' => '资源类型列表。', 'type' => 'string', 'example' => '["ACS::ECS::Instance","ACS::ECS::NetworkInterface"]'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'A3601178-A6A2-4636-BE56-1116F73C0B0C'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"ConfigurationRecorder\\": {\\n    \\"AccountId\\": 0,\\n    \\"ConfigurationRecorderStatus\\": \\"REGISTERED\\",\\n    \\"OrganizationEnableStatus\\": \\"REGISTRABLE\\",\\n    \\"OrganizationMasterId\\": 0,\\n    \\"ResourceTypes\\": [\\n      \\"[\\\\\\"ACS::ECS::Instance\\\\\\",\\\\\\"ACS::ECS::NetworkInterface\\\\\\"]\\"\\n    ]\\n  },\\n  \\"RequestId\\": \\"A3601178-A6A2-4636-BE56-1116F73C0B0C\\"\\n}","errorExample":""},{"type":"xml","example":"<DescribeConfigurationRecorderResponse>\\n\\t\\t<RequestId>A3601178-A6A2-4636-BE56-1116F73C0B0C</RequestId>\\n\\t\\t<ConfigurationRecorder>\\n\\t\\t\\t<ResourceTypes>ACS::ECS::Instance</ResourceTypes>\\n\\t\\t\\t<ResourceTypes>ACS::ECS::NetworkInterface</ResourceTypes>\\n\\t\\t\\t<AccountId>100931896542****</AccountId>\\n\\t\\t\\t<ConfigurationRecorderStatus>REGISTERED</ConfigurationRecorderStatus>\\n\\t\\t</ConfigurationRecorder>\\n</DescribeConfigurationRecorderResponse>","errorExample":""}]',
            'title' => '查询资源监控范围',
            'description' => '本文将提供一个示例,查询当前阿里云账号`100931896542****`中资源的监控范围。返回结果显示,资源监控类型为`ACS::ECS::Instance`和`ACS::ECS::NetworkInterface`,资源监控状态为`REGISTERED`(已注册)。',
            'requestParamsDescription' => '关于公共请求参数的详情,请参见[公共参数](~~169575~~)。',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'PutConfigurationRecorder' => [
            'summary' => '新增或修改监控中的资源类型。',
            'methods' => ['post', 'get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'readAndWrite',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig56XT35'],
                'tenantRelevance' => 'publicInformation',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceTypes',
                    'in' => 'formData',
                    'schema' => ['description' => '资源类型。多个资源类型之间用半角逗号(,)分隔。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ACS::ECS::Instance,ACS::ECS::Disk'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'ConfigurationRecorder' => [
                                'description' => '资源监控信息。',
                                'type' => 'object',
                                'properties' => [
                                    'AccountId' => ['description' => '当前阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '123456789'],
                                    'ConfigurationRecorderStatus' => ['description' => '资源监控状态。取值:'."\n"
                                        .'- REGISTRABLE:未注册。'."\n"
                                        .'- BUILDING:构建中。'."\n"
                                        .'- REGISTERED:已注册。'."\n"
                                        .'- REBUILDING:重新构建中。', 'type' => 'string', 'example' => 'REGISTERED'],
                                    'ResourceTypes' => [
                                        'description' => '资源类型列表。',
                                        'type' => 'array',
                                        'items' => ['description' => '资源类型列表。', 'type' => 'string', 'example' => '["ACS::ECS::Instance","ACS::ECS::NetworkInterface"]'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '7C189ED2-30C1-492E-82B6-0D828B556ED9'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'Invalid.ResourceTypes.Value', 'errorMessage' => 'The specified resourceTypes is invalid.'],
                    ['errorCode' => 'ProcessIsRunning', 'errorMessage' => 'The process is running.'],
                    ['errorCode' => 'RDMemberNoPermission', 'errorMessage' => 'You are not authorized to perform the operation. The reasons include: 1. You have not enabled the resource directory service. 2. You are not using the administrator account of resource directory.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::UpdateConfigurationRecorder'],
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"ConfigurationRecorder\\": {\\n    \\"AccountId\\": 123456789,\\n    \\"ConfigurationRecorderStatus\\": \\"REGISTERED\\",\\n    \\"ResourceTypes\\": [\\n      \\"[\\\\\\"ACS::ECS::Instance\\\\\\",\\\\\\"ACS::ECS::NetworkInterface\\\\\\"]\\"\\n    ]\\n  },\\n  \\"RequestId\\": \\"7C189ED2-30C1-492E-82B6-0D828B556ED9\\"\\n}","errorExample":""},{"type":"xml","example":"<PutConfigurationRecorderResponse>\\r\\n\\t\\t<RequestId>7C189ED2-30C1-492E-82B6-0D828B556ED9</RequestId>\\r\\n\\t\\t<ConfigurationRecorder>\\r\\n\\t\\t\\t<ConfigurationRecorderStatus>REBUILDING</ConfigurationRecorderStatus>\\r\\n\\t\\t\\t<ResourceTypes>ACS::ECS::Instance</ResourceTypes>\\r\\n\\t\\t\\t<ResourceTypes>ACS::ECS::Disk</ResourceTypes>\\r\\n\\t\\t\\t<AccountId>123456789</AccountId>\\r\\n\\t\\t</ConfigurationRecorder>\\r\\n</PutConfigurationRecorderResponse>","errorExample":""}]',
            'title' => '修改监控中的资源类型',
            'description' => '该接口仅对当前请求的阿里云账号有效。关于配置审计支持的资源类型,请参见[支持配置审计的云服务](~~127411~~)。'."\n"
                ."\n\n"
                ."\n",
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'DescribeDeliveryChannels' => [
            'summary' => '查询设置的投递渠道信息。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'get',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfigRIQA8M'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'DeliveryChannelIds',
                    'in' => 'query',
                    'schema' => ['description' => '投递渠道ID。多个投递渠道ID之间用半角逗号(,)分隔。'."\n"
                        ."\n"
                        .'关于如何获取投递渠道ID,请参见[PutDeliveryChannel](~~174253~~)。', 'type' => 'string', 'required' => false, 'example' => 'cdc-d9106457e0d900b1****'],
                ],
            ],
            'responses' => [
                200 => [
                    'headers' => [],
                    'schema' => [
                        'description' => '投递渠道信息。',
                        'type' => 'object',
                        'properties' => [
                            'DeliveryChannels' => [
                                'description' => '投递渠道信息。',
                                'type' => 'array',
                                'items' => [
                                    'description' => '投递渠道信息。',
                                    'type' => 'object',
                                    'properties' => [
                                        'ConfigurationItemChangeNotification' => ['description' => '是否接收资源配置变更历史。当资源配置变更时,配置审计向对象存储OSS、日志服务SLS或轻量消息队列(原 MNS)投递资源配置变更历史。取值:'."\n"
                                            .'- true:接收资源配置变更历史。'."\n"
                                            .'- false:不接收资源配置变更历史。', 'type' => 'boolean', 'example' => 'true'],
                                        'ConfigurationSnapshot' => ['description' => '是否接收资源定时快照。每天00:00:00和12:00:00,配置审计定时向对象存储OSS投递资源定时快照。取值:'."\n"
                                            .'- true:接收资源定时快照。'."\n"
                                            .'- false:不接收资源定时快照。', 'type' => 'boolean', 'example' => 'false'],
                                        'DeliveryChannelAssumeRoleArn' => ['description' => '投递渠道扮演角色ARN。', 'type' => 'string', 'example' => 'acs:ram::120886317861****:role/aliyunserviceroleforconfig'],
                                        'DeliveryChannelCondition' => ['description' => '投递渠道附加规则。当前仅MNS类型的投递渠道支持该参数。'."\n"
                                            ."\n"
                                            .'您可以指定MNS订阅事件的最低风险等级和资源类型,具体如下:'."\n"
                                            ."\n"
                                            .'- 订阅事件的最低风险等级为:`{"filterType":"RuleRiskLevel","value":"1","multiple":false}`。'."\n"
                                            ."\n"
                                            .'   value表示您需要过滤的风险等级。取值:1表示高风险,2表示中风险,3表示低风险。'."\n"
                                            ."\n"
                                            .'- 订阅事件的资源类型为:`{"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}`。'."\n"
                                            .'  '."\n"
                                            .'  values表示您需要订阅事件的资源类型,是一个资源类型的JSON数组。'."\n"
                                            ."\n"
                                            .'  例如:`[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}]`'."\n", 'type' => 'string', 'example' => '[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}]'],
                                        'DeliveryChannelId' => ['description' => '投递渠道ID。', 'type' => 'string', 'example' => 'cdc-d9106457e0d900b1****'],
                                        'DeliveryChannelName' => ['description' => '投递渠道名称。', 'type' => 'string', 'example' => 'myDeliveryChannel'],
                                        'DeliveryChannelTargetArn' => ['description' => '投递渠道目标地址的ARN。'."\n"
                                            ."\n"
                                            .'- 当DeliveryChannelType为OSS时,该参数为Bucket的ARN。'."\n"
                                            ."\n"
                                            .'- 当DeliveryChannelType为MNS时,该参数为Topic的ARN。'."\n"
                                            ."\n"
                                            .'- 当DeliveryChannelType为SLS时,该参数为Logstore的ARN。', 'type' => 'string', 'example' => 'acs:oss:cn-shanghai:120886317861****:new-bucket'],
                                        'DeliveryChannelType' => ['description' => '投递渠道类型。取值:'."\n"
                                            .'- OSS:对象存储。 '."\n"
                                            .'- MNS:轻量消息队列(原 MNS)。'."\n"
                                            .'- SLS:日志服务。', 'type' => 'string', 'example' => 'OSS'],
                                        'Description' => ['description' => '投递渠道描述。', 'type' => 'string', 'example' => 'My OSS delivery.'],
                                        'NonCompliantNotification' => ['description' => '是否接收资源不合规事件。当资源不合规时,配置审计向日志服务SLS或轻量消息队列(原 MNS)投递资源不合规事件。取值: '."\n"
                                            .'- true:接收资源不合规事件。'."\n"
                                            .'- false:不接收资源不合规事件。', 'type' => 'boolean', 'example' => 'false'],
                                        'OversizedDataOSSTargetArn' => ['description' => '当投递数据超过投递渠道限制时,投递数据转存到对象存储OSS的目标存储空间。'."\n", 'type' => 'string', 'example' => 'acs:oss:cn-shanghai:100931896542****:new-bucket'],
                                        'Status' => ['description' => '投递设置状态。取值:'."\n"
                                            .'- 0:关闭。'."\n"
                                            .'- 1:开启。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    ],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'DC300244-FCE3-5061-8214-C27ECB668487'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'DeliveryChannelNotExists', 'errorMessage' => 'The delivery channel does not exist.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::ListConfigDeliveryChannels', 'Config::2020-09-07::ListAggregateConfigDeliveryChannels'],
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"DeliveryChannels\\": [\\n    {\\n      \\"ConfigurationItemChangeNotification\\": true,\\n      \\"ConfigurationSnapshot\\": false,\\n      \\"DeliveryChannelAssumeRoleArn\\": \\"acs:ram::120886317861****:role/aliyunserviceroleforconfig\\",\\n      \\"DeliveryChannelCondition\\": \\"[{\\\\\\"filterType\\\\\\":\\\\\\"ResourceType\\\\\\",\\\\\\"values\\\\\\":[\\\\\\"ACS::ActionTrail::Trail\\\\\\",\\\\\\"ACS::CBWP::CommonBandwidthPackage\\\\\\",\\\\\\"ACS::CDN::Domain\\\\\\",\\\\\\"ACS::CEN::CenBandwidthPackage\\\\\\",\\\\\\"ACS::CEN::CenInstance\\\\\\",\\\\\\"ACS::CEN::Flowlog\\\\\\",\\\\\\"ACS::DdosCoo::Instance\\\\\\"],\\\\\\"multiple\\\\\\":true}]\\",\\n      \\"DeliveryChannelId\\": \\"cdc-d9106457e0d900b1****\\",\\n      \\"DeliveryChannelName\\": \\"myDeliveryChannel\\",\\n      \\"DeliveryChannelTargetArn\\": \\"acs:oss:cn-shanghai:120886317861****:new-bucket\\",\\n      \\"DeliveryChannelType\\": \\"OSS\\",\\n      \\"Description\\": \\"My OSS delivery.\\",\\n      \\"NonCompliantNotification\\": false,\\n      \\"OversizedDataOSSTargetArn\\": \\"acs:oss:cn-shanghai:100931896542****:new-bucket\\",\\n      \\"Status\\": 1\\n    }\\n  ],\\n  \\"RequestId\\": \\"DC300244-FCE3-5061-8214-C27ECB668487\\"\\n}","errorExample":""},{"type":"xml","example":"<DescribeDeliveryChannelsResponse>\\n\\t<DeliveryChannels>\\n\\t\\t<Status>1</Status>\\n\\t\\t<ConfigurationSnapshot>false</ConfigurationSnapshot>\\n\\t\\t<OversizedDataOSSTargetArn></OversizedDataOSSTargetArn>\\n\\t\\t<Description>My OSS delivery.</Description>\\n\\t\\t<DeliveryChannelName>myDeliveryChannel</DeliveryChannelName>\\n\\t\\t<DeliveryChannelId>cdc-d9106457e0d900b1****</DeliveryChannelId>\\n\\t\\t<DeliveryChannelTargetArn>acs:oss:cn-shanghai:120886317861****:new-bucket</DeliveryChannelTargetArn>\\n\\t\\t<DeliveryChannelAssumeRoleArn>acs:ram::120886317861****:role/aliyunserviceroleforconfig</DeliveryChannelAssumeRoleArn>\\n\\t\\t<ConfigurationItemChangeNotification>true</ConfigurationItemChangeNotification>\\n\\t\\t<DeliveryChannelType>OSS</DeliveryChannelType>\\n\\t\\t<DeliveryChannelCondition></DeliveryChannelCondition>\\n\\t\\t<NonCompliantNotification>false</NonCompliantNotification>\\n\\t</DeliveryChannels>\\n\\t<RequestId>DC300244-FCE3-5061-8214-C27ECB668487</RequestId>\\n</DescribeDeliveryChannelsResponse>\\t","errorExample":""}]',
            'title' => '查询投递渠道信息',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'PutDeliveryChannel' => [
            'summary' => '为当前账号创建或更新投递渠道。',
            'methods' => ['post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'write',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'update',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfigL91U0A'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ClientToken',
                    'in' => 'formData',
                    'schema' => ['description' => '保证请求幂等性。从您的客户端生成一个参数值,确保不同请求间该参数值唯一。ClientToken只支持ASCII字符,且不能超过64个字符。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => '1594295238-f9361358-5843-4294-8d30-b5183fac****'],
                ],
                [
                    'name' => 'DeliveryChannelId',
                    'in' => 'formData',
                    'schema' => ['description' => '投递渠道ID。当您更新指定投递渠道时,必须填写。', 'type' => 'string', 'required' => false, 'example' => 'cdc-193f6457e0d90080****'],
                ],
                [
                    'name' => 'DeliveryChannelName',
                    'in' => 'formData',
                    'schema' => ['description' => '投递渠道名称。', 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => 'testoss'],
                ],
                [
                    'name' => 'DeliveryChannelType',
                    'in' => 'formData',
                    'schema' => [
                        'description' => '投递渠道类型。当您创建投递渠道时,必须填写。取值:'."\n"
                            ."\n"
                            .'- OSS:对象存储'."\n"
                            ."\n"
                            .'- MNS:轻量消息队列(原 MNS)'."\n"
                            ."\n"
                            .'- SLS:日志服务',
                        'type' => 'string',
                        'required' => true,
                        'docRequired' => true,
                        'example' => 'OSS',
                        'enum' => ['OSS', 'MNS', 'SLS'],
                    ],
                ],
                [
                    'name' => 'DeliveryChannelTargetArn',
                    'in' => 'formData',
                    'schema' => ['description' => '投递渠道目标地址的ARN。当您创建投递渠道时,必须填写。取值:'."\n"
                        ."\n"
                        .'- 当投递渠道为OSS时,格式为:`acs:oss:{RegionId}:{Aliuid}:{bucketName}`。'."\n"
                        ."\n"
                        .'- 当投递渠道为MNS时,格式为:`acs:mns:{RegionId}:{Aliuid}:/topics/{topicName}`。'."\n"
                        ."\n"
                        .'- 当投递渠道为SLS时,格式为:`acs:log:{RegionId}:{Aliuid}:project/{projectName}/logstore/{logstoreName}`'."\n", 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'acs:oss:cn-hangzhou:100931896542****:20171130--1'],
                ],
                [
                    'name' => 'DeliveryChannelAssumeRoleArn',
                    'in' => 'formData',
                    'schema' => ['description' => '投递角色ARN。当您创建投递渠道时,必须填写。'."\n"
                        ."\n"
                        .'> 如果您使用配置审计服务角色,则可按照示例值填写,将其中的账号ID替换为您的真实账号ID。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'acs:ram::100931896542****:role/aliyunserviceroleforconfig'],
                ],
                [
                    'name' => 'DeliveryChannelCondition',
                    'in' => 'formData',
                    'schema' => ['description' => '投递渠道附加规则。当前仅支持MNS类型的投递渠道。'."\n"
                        ."\n"
                        .'您可以指定MNS订阅事件的最低风险等级和资源类型,具体如下:'."\n"
                        ."\n"
                        .'- 订阅事件的最低风险等级为:`{"filterType":"RuleRiskLevel","value":"1","multiple":false}`。'."\n"
                        ."\n"
                        .'    value表示您需要过滤的风险等级。取值:1表示高风险,2表示中风险,3表示低风险。'."\n"
                        ."\n"
                        .'- 订阅事件的资源类型为:`{"filterType":"ResourceType","values":["ACS::ACK::Cluster","ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage"],"multiple":true}`。'."\n"
                        .'    '."\n"
                        .'    values表示您需要订阅事件的资源类型,是一个资源类型的JSON数组。'."\n"
                        .'    例如:'."\n"
                        .'`[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}]`'."\n"
                        ."\n", 'type' => 'string', 'required' => false, 'docRequired' => false, 'example' => '[{"filterType":"ResourceType","values":["ACS::ActionTrail::Trail","ACS::CBWP::CommonBandwidthPackage","ACS::CDN::Domain","ACS::CEN::CenBandwidthPackage","ACS::CEN::CenInstance","ACS::CEN::Flowlog","ACS::DdosCoo::Instance"],"multiple":true}]'],
                ],
                [
                    'name' => 'Description',
                    'in' => 'formData',
                    'schema' => ['description' => '投递渠道描述。', 'type' => 'string', 'required' => false, 'example' => 'My OSS delivery.'],
                ],
                [
                    'name' => 'Status',
                    'in' => 'formData',
                    'schema' => ['description' => '投递渠道状态。取值:'."\n"
                        ."\n"
                        .'- 0:停用'."\n"
                        ."\n"
                        .'- 1(默认值):启用', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'DeliveryChannelId' => ['description' => '创建或更新投递渠道成功后,返回的投递渠道ID。', 'type' => 'string', 'example' => 'cdc-ee0f626622af0069****'],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '0D6B9E0A-AD53-4732-922B-0F584ECA5FAB'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'DeliveryChannelNotExists', 'errorMessage' => 'The delivery channel does not exist.'],
                    ['errorCode' => 'Invalid.DeliveryChannelName.Empty', 'errorMessage' => 'You must specify DeliveryChannelName.'],
                    ['errorCode' => 'Invalid.DeliveryChannelType.Empty', 'errorMessage' => 'You must specify DeliveryChannelType.'],
                    ['errorCode' => 'Invalid.DeliveryChannelAssumeRoleArn.Empty', 'errorMessage' => 'You must specify DeliveryChannelAssumeRoleArn.'],
                    ['errorCode' => 'Invalid.DeliveryChannelAssumeRoleArn.Format', 'errorMessage' => 'The specified format of DeliveryChannelAssumeRoleArn is invalid.'],
                    ['errorCode' => 'Invalid.DeliveryChannelTargetArn.Empty', 'errorMessage' => 'You must specify DeliveryChannelTargetArn.'],
                    ['errorCode' => 'Invalid.DeliveryChannelTargetArn.Format', 'errorMessage' => 'The specified format of DeliveryChannelTargetArn is invalid.'],
                    ['errorCode' => 'Invalid.DeliveryChannelCondition.Format', 'errorMessage' => 'The specified format of DeliveryChannelCondition is invalid.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                    ['errorCode' => 'DeliveryChannelAccountNotSupport', 'errorMessage' => 'Cross-account delivery that is not in the RD is not supported.'],
                    ['errorCode' => 'DeliveryChannelMnsUnreachable', 'errorMessage' => 'The MNS topic is unreachable.'],
                    ['errorCode' => 'DeliveryChannelOssUnreachable', 'errorMessage' => 'The OSS bucket is unreachable.'],
                    ['errorCode' => 'DeliveryChannelSlsUnreachable', 'errorMessage' => 'SLS logstore is unreachable.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::CreateConfigDeliveryChannel', 'Config::2020-09-07::CreateAggregateConfigDeliveryChannel'],
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"DeliveryChannelId\\": \\"cdc-ee0f626622af0069****\\",\\n  \\"RequestId\\": \\"0D6B9E0A-AD53-4732-922B-0F584ECA5FAB\\"\\n}","errorExample":""},{"type":"xml","example":"<PutDeliveryChannelResponse>\\n    <RequestId>0D6B9E0A-AD53-4732-922B-0F584ECA5FAB</RequestId>\\n    <DeliveryChannelId>cdc-ee0f626622af0069****</DeliveryChannelId>\\n</PutDeliveryChannelResponse>","errorExample":""}]',
            'title' => '创建或更新投递渠道',
            'description' => '****',
            'requestParamsDescription' => ' ',
            'responseParamsDescription' => ' ',
            'extraInfo' => ' ',
        ],
        'GetAggregateDiscoveredResource' => [
            'summary' => '查询指定账号组内指定资源详情。',
            'methods' => ['get'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => true,
            'systemTags' => ['operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free'],
            'parameters' => [
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。'."\n"
                        ."\n"
                        .'关于如何获取资源ID,请参见[ListAggregateDiscoveredResources](~~265983~~)。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'new-bucket'],
                ],
                [
                    'name' => 'ResourceType',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。'."\n"
                        ."\n"
                        .'关于如何获取资源类型,请参见[ListAggregateDiscoveredResources](~~265983~~)。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ACS::OSS::Bucket'],
                ],
                [
                    'name' => 'Region',
                    'in' => 'query',
                    'schema' => ['description' => '资源所在地域ID。'."\n"
                        ."\n"
                        .'关于如何获取资源所在地域ID,请参见[ListAggregateDiscoveredResources](~~265983~~)。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'cn-hangzhou'],
                ],
                [
                    'name' => 'AggregatorId',
                    'in' => 'query',
                    'schema' => ['description' => '账号组ID。'."\n"
                        ."\n"
                        .'关于如何获取账号组ID,请参见[ListAggregators](~~255797~~)。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ca-5885626622af0008****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'type' => 'object',
                        'properties' => [
                            'DiscoveredResourceDetail' => [
                                'description' => '资源详情。',
                                'type' => 'object',
                                'properties' => [
                                    'AccountId' => ['description' => '资源拥有者的阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '100931896542****'],
                                    'AvailabilityZone' => ['description' => '资源可用区。', 'type' => 'string', 'example' => 'cn-hangzhou-h'],
                                    'Configuration' => ['description' => '资源的完整配置信息。', 'type' => 'string', 'example' => '{\\"AccessControlList\\":{\\"Grant\\":\\"private\\"},\\"ServerSideEncryptionRule\\":{\\"SSEAlgorithm\\":\\"None\\"},\\"Comment\\":\\"\\",\\"CreationDate\\":\\"2021-06-29T10:05:12.000Z\\",\\"Owner\\":{\\"DisplayName\\":\\"100931896542****\\",\\"ID\\":\\"100931896542****\\"},\\"StorageClass\\":\\"Standard\\",\\"DataRedundancyType\\":\\"LRS\\",\\"AllowEmptyReferer\\":\\"true\\",\\"Name\\":\\"new-bucket\\",\\"BucketPolicy\\":{\\"LogPrefix\\":\\"\\",\\"LogBucket\\":\\"\\"},\\"ExtranetEndpoint\\":\\"oss-cn-hangzhou.aliyuncs.com\\",\\"IntranetEndpoint\\":\\"oss-cn-hangzhou-internal.aliyuncs.com\\",\\"Location\\":\\"oss-cn-hangzhou\\"}'],
                                    'Region' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-hangzhou'],
                                    'ResourceCreationTime' => ['description' => '资源创建时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1624961112000'],
                                    'ResourceDeleted' => ['description' => '资源删除状态。取值:'."\n"
                                        .'- 1:未删除。'."\n"
                                        .'- 0:已删除。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'ResourceId' => ['description' => '资源ID。', 'type' => 'string', 'example' => 'new-bucket'],
                                    'ResourceName' => ['description' => '资源名称。', 'type' => 'string', 'example' => 'new-bucket'],
                                    'ResourceStatus' => ['description' => '资源状态。资源的状态取决于各云服务对其的定义,该参数可能为空。例如:'."\n"
                                        ."\n"
                                        .'- 当资源类型为ACS::ECS::Instance时,由于ECS实例有状态,因此该参数为Running或Stopped。'."\n"
                                        ."\n"
                                        .'- 当资源类型为ACS::OSS::Bucket时,由于OSS Bucket无状态,因此该参数为空。', 'type' => 'string', 'example' => 'offline'],
                                    'ResourceType' => ['description' => '资源类型。', 'type' => 'string', 'example' => 'ACS::OSS::BucketACS::CDN::Domain'],
                                    'Tags' => ['description' => '资源标签。', 'type' => 'string', 'example' => '{\\"\\"hc\\"\\":[\\"\\"value2\\"\\"]}'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'E4D71ACE-6B0A-46E0-8352-56952378CC7F'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::GetAggregateDiscoveredResource'],
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"DiscoveredResourceDetail\\": {\\n    \\"AccountId\\": 0,\\n    \\"AvailabilityZone\\": \\"cn-hangzhou-h\\",\\n    \\"Configuration\\": \\"{\\\\\\\\\\\\\\"AccessControlList\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"Grant\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"private\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"ServerSideEncryptionRule\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"SSEAlgorithm\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"None\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"Comment\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"CreationDate\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"2021-06-29T10:05:12.000Z\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Owner\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"DisplayName\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"100931896542****\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"ID\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"100931896542****\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"StorageClass\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"Standard\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"DataRedundancyType\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"LRS\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"AllowEmptyReferer\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"true\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Name\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"new-bucket\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"BucketPolicy\\\\\\\\\\\\\\":{\\\\\\\\\\\\\\"LogPrefix\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"LogBucket\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"},\\\\\\\\\\\\\\"ExtranetEndpoint\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"oss-cn-hangzhou.aliyuncs.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"IntranetEndpoint\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"oss-cn-hangzhou-internal.aliyuncs.com\\\\\\\\\\\\\\",\\\\\\\\\\\\\\"Location\\\\\\\\\\\\\\":\\\\\\\\\\\\\\"oss-cn-hangzhou\\\\\\\\\\\\\\"}\\",\\n    \\"Region\\": \\"cn-hangzhou\\",\\n    \\"ResourceCreationTime\\": 1624961112000,\\n    \\"ResourceDeleted\\": 1,\\n    \\"ResourceId\\": \\"new-bucket\\",\\n    \\"ResourceName\\": \\"new-bucket\\",\\n    \\"ResourceStatus\\": \\"offline\\",\\n    \\"ResourceType\\": \\"ACS::OSS::BucketACS::CDN::Domain\\",\\n    \\"Tags\\": \\"{\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"hc\\\\\\\\\\\\\\"\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"value2\\\\\\\\\\\\\\"\\\\\\\\\\\\\\"]}\\"\\n  },\\n  \\"RequestId\\": \\"E4D71ACE-6B0A-46E0-8352-56952378CC7F\\"\\n}","errorExample":""},{"type":"xml","example":"<GetAggregateDiscoveredResourceResponse>\\n\\t<RequestId>E4D71ACE-6B0A-46E0-8352-56952378CC7F</RequestId>\\n\\t<DiscoveredResourceDetail>\\n\\t\\t<AccountId>100931896542****</AccountId>\\n\\t\\t<ResourceCreationTime>1624961112000</ResourceCreationTime>\\n\\t\\t<Configuration>{\\\\\\"AccessControlList\\\\\\":{\\\\\\"Grant\\\\\\":\\\\\\"private\\\\\\"},\\\\\\"ServerSideEncryptionRule\\\\\\":{\\\\\\"SSEAlgorithm\\\\\\":\\\\\\"None\\\\\\"},\\\\\\"Comment\\\\\\":\\\\\\"\\\\\\",\\\\\\"CreationDate\\\\\\":\\\\\\"2021-06-29T10:05:12.000Z\\\\\\",\\\\\\"Owner\\\\\\":{\\\\\\"DisplayName\\\\\\":\\\\\\"100931896542****\\\\\\",\\\\\\"ID\\\\\\":\\\\\\"100931896542****\\\\\\"},\\\\\\"StorageClass\\\\\\":\\\\\\"Standard\\\\\\",\\\\\\"DataRedundancyType\\\\\\":\\\\\\"LRS\\\\\\",\\\\\\"AllowEmptyReferer\\\\\\":\\\\\\"true\\\\\\",\\\\\\"Name\\\\\\":\\\\\\"new-bucket\\\\\\",\\\\\\"BucketPolicy\\\\\\":{\\\\\\"LogPrefix\\\\\\":\\\\\\"\\\\\\",\\\\\\"LogBucket\\\\\\":\\\\\\"\\\\\\"},\\\\\\"ExtranetEndpoint\\\\\\":\\\\\\"oss-cn-hangzhou.aliyuncs.com\\\\\\",\\\\\\"IntranetEndpoint\\\\\\":\\\\\\"oss-cn-hangzhou-internal.aliyuncs.com\\\\\\",\\\\\\"Location\\\\\\":\\\\\\"oss-cn-hangzhou\\\\\\"}</Configuration>\\n\\t\\t<ResourceId>new-bucket</ResourceId>\\n\\t\\t<ResourceName>new-bucket</ResourceName>\\n\\t\\t<Region>cn-hangzhou</Region>\\n\\t\\t<AvailabilityZone>cn-hangzhou-h</AvailabilityZone>\\n\\t\\t<ResourceStatus></ResourceStatus>\\n\\t\\t<ResourceType>ACS::OSS::Bucket</ResourceType>\\n\\t\\t<ResourceDeleted>1</ResourceDeleted>\\n\\t\\t<Tags>{\\\\\\"\\\\\\"hc\\\\\\"\\\\\\":[\\\\\\"\\\\\\"value2\\\\\\"\\\\\\"]}</Tags>\\n\\t</DiscoveredResourceDetail>\\n</GetAggregateDiscoveredResourceResponse>\\t","errorExample":""}]',
            'title' => '查询资源详情',
            'description' => '本文将提供一个示例,查询账号组`ca-5885626622af0008****`内资源`new-bucket`的详情。',
            'requestParamsDescription' => '关于公共请求参数的详情,请参见[公共参数](~~169575~~)。',
        ],
        'ListAggregateDiscoveredResources' => [
            'summary' => '查询指定账号组内的资源列表。',
            'methods' => ['get', 'post'],
            'schemes' => ['http', 'https'],
            'security' => [
                [
                    'AK' => [],
                ],
            ],
            'operationType' => 'read',
            'deprecated' => true,
            'systemTags' => [
                'operationType' => 'list',
                'riskType' => 'none',
                'chargeType' => 'free',
                'abilityTreeNodes' => ['FEATUREconfig6XGW41'],
                'autoTest' => true,
                'tenantRelevance' => 'tenant',
            ],
            'parameters' => [
                [
                    'name' => 'ResourceId',
                    'in' => 'query',
                    'schema' => ['description' => '资源ID。', 'type' => 'string', 'required' => false, 'example' => 'eni-hp31cqoba96jagtz****'],
                ],
                [
                    'name' => 'ResourceDeleted',
                    'in' => 'query',
                    'schema' => ['description' => '资源状态。取值:'."\n"
                        ."\n"
                        .'- 0:已删除。'."\n"
                        .'- 1(默认值):保有中。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '1'],
                ],
                [
                    'name' => 'PageSize',
                    'in' => 'query',
                    'schema' => ['description' => '分页时每页显示的数据行数。'."\n"
                        ."\n"
                        .'取值范围:1~100。起始值:1。默认值:10。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '100', 'minimum' => '1', 'example' => '10'],
                ],
                [
                    'name' => 'PageNumber',
                    'in' => 'query',
                    'schema' => ['description' => '页码。'."\n"
                        ."\n"
                        .'起始值:1。默认值:1。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'docRequired' => true, 'maximum' => '100000', 'minimum' => '1', 'example' => '1'],
                ],
                [
                    'name' => 'ResourceTypes',
                    'in' => 'query',
                    'schema' => ['description' => '资源类型。多个资源类型之间用半角逗号(,)分隔。', 'type' => 'string', 'required' => false, 'example' => 'ACS::ECS::NetworkInterface'],
                ],
                [
                    'name' => 'Regions',
                    'in' => 'query',
                    'schema' => ['description' => '资源归属的地域ID。多个地域ID之间用半角逗号(,)分隔。'."\n"
                        ."\n"
                        .'关于如何获取资源所在地域ID,请参见[ListAggregateDiscoveredResources](~~265983~~)。', 'type' => 'string', 'required' => false, 'example' => 'cn-huhehaote'],
                ],
                [
                    'name' => 'AggregatorId',
                    'in' => 'query',
                    'schema' => ['description' => '账号组ID。'."\n"
                        ."\n"
                        .'关于如何获取账号组ID,请参见[ListAggregators](~~255797~~)。', 'type' => 'string', 'required' => true, 'docRequired' => true, 'example' => 'ca-c560626622af0005****'],
                ],
            ],
            'responses' => [
                200 => [
                    'schema' => [
                        'description' => '无。',
                        'type' => 'object',
                        'properties' => [
                            'DiscoveredResourceProfiles' => [
                                'description' => '资源列表。',
                                'type' => 'object',
                                'properties' => [
                                    'DiscoveredResourceProfileList' => [
                                        'description' => '资源列表详情。',
                                        'type' => 'array',
                                        'items' => [
                                            'description' => '无。',
                                            'type' => 'object',
                                            'properties' => [
                                                'AccountId' => ['description' => '资源拥有者的阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '161259599160****'],
                                                'Region' => ['description' => '地域ID。', 'type' => 'string', 'example' => 'cn-huhehaote'],
                                                'ResourceCreationTime' => ['description' => '资源创建时间戳。单位:毫秒。', 'type' => 'integer', 'format' => 'int64', 'example' => '1618675206000'],
                                                'ResourceDeleted' => ['description' => '资源状态。取值:'."\n"
                                                    .'- 0:已删除。'."\n"
                                                    .'- 1:保有中。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                                'ResourceId' => ['description' => '资源ID。', 'type' => 'string', 'example' => 'eni-hp31cqoba96jagtz****'],
                                                'ResourceName' => ['description' => '资源名称。', 'type' => 'string', 'example' => 'Cloud Firewall'],
                                                'ResourceOwnerId' => ['description' => '资源拥有者的阿里云账号ID。', 'type' => 'integer', 'format' => 'int64', 'example' => '161259599160****'],
                                                'ResourceStatus' => ['description' => '资源状态。资源的状态取决于各云服务对其的定义,该参数可能为空。例如:'."\n"
                                                    .'- 当资源类型为ACS::ECS::Instance时,由于ECS实例有状态,因此该参数为Running或Stopped。'."\n"
                                                    .'- 当资源类型为ACS::OSS::Bucket时,由于OSS Bucket无状态,因此该参数为空。', 'type' => 'string', 'example' => 'InUse'],
                                                'ResourceType' => ['description' => '资源类型。', 'type' => 'string', 'example' => 'ACS::ECS::NetworkInterface'],
                                                'Tags' => ['description' => '资源标签。', 'type' => 'string', 'example' => '{\\"key1\\":[\\"value2\\"]}'],
                                            ],
                                        ],
                                    ],
                                    'PageNumber' => ['description' => '资源列表的页码。起始值:1。', 'type' => 'integer', 'format' => 'int32', 'example' => '1'],
                                    'PageSize' => ['description' => '分页查询时设置的每页行数。取值范围:1~100。', 'type' => 'integer', 'format' => 'int32', 'example' => '10'],
                                    'TotalCount' => ['description' => '资源总数。', 'type' => 'integer', 'format' => 'int32', 'example' => '8'],
                                ],
                            ],
                            'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => 'C7817373-78CB-4F9A-8AFA-E7A88E9D64A2'],
                        ],
                    ],
                ],
            ],
            'errorCodes' => [
                400 => [
                    ['errorCode' => 'NoPermission', 'errorMessage' => 'You are not authorized to perform this operation.'],
                    ['errorCode' => 'MemberNotBelongToMaster', 'errorMessage' => 'The specified member does not belong to your organization.'],
                ],
                404 => [
                    ['errorCode' => 'AccountNotExisted', 'errorMessage' => 'Your account does not exist.'],
                ],
                503 => [
                    ['errorCode' => 'ServiceUnavailable', 'errorMessage' => 'The request has failed due to a temporary failure of the server.'],
                ],
            ],
            'staticInfo' => [
                'substitutions' => ['Config::2020-09-07::ListAggregateDiscoveredResources'],
                'returnType' => 'synchronous',
            ],
            'responseDemo' => '[{"type":"json","example":"{\\n  \\"DiscoveredResourceProfiles\\": {\\n    \\"DiscoveredResourceProfileList\\": [\\n      {\\n        \\"AccountId\\": 0,\\n        \\"Region\\": \\"cn-huhehaote\\",\\n        \\"ResourceCreationTime\\": 1618675206000,\\n        \\"ResourceDeleted\\": 1,\\n        \\"ResourceId\\": \\"eni-hp31cqoba96jagtz****\\",\\n        \\"ResourceName\\": \\"Cloud Firewall\\",\\n        \\"ResourceOwnerId\\": 0,\\n        \\"ResourceStatus\\": \\"InUse\\",\\n        \\"ResourceType\\": \\"ACS::ECS::NetworkInterface\\",\\n        \\"Tags\\": \\"{\\\\\\\\\\\\\\"key1\\\\\\\\\\\\\\":[\\\\\\\\\\\\\\"value2\\\\\\\\\\\\\\"]}\\"\\n      }\\n    ],\\n    \\"PageNumber\\": 1,\\n    \\"PageSize\\": 10,\\n    \\"TotalCount\\": 8\\n  },\\n  \\"RequestId\\": \\"C7817373-78CB-4F9A-8AFA-E7A88E9D64A2\\"\\n}","errorExample":""},{"type":"xml","example":"<ListAggregateDiscoveredResourcesResponse>\\n\\t<DiscoveredResourceProfiles>\\n\\t\\t<DiscoveredResourceProfileList>\\n\\t\\t\\t<ResourceType>ACS::ECS::NetworkInterface</ResourceType>\\n\\t\\t\\t<Region>cn-huhehaote</Region>\\n\\t\\t\\t<ResourceCreationTime>1618675206000</ResourceCreationTime>\\n\\t\\t\\t<Tags>{\\\\\\"key1\\\\\\":[\\\\\\"value2\\\\\\"]}</Tags>\\n\\t\\t\\t<ResourceId>eni-hp31cqoba96jagtz****</ResourceId>\\n\\t\\t\\t<ResourceName>Cloud Firewall</ResourceName>\\n\\t\\t\\t<ResourceDeleted>1</ResourceDeleted>\\n\\t\\t\\t<ResourceStatus>InUse</ResourceStatus>\\n\\t\\t</DiscoveredResourceProfileList>\\n\\t\\t<PageNumber>1</PageNumber>\\n\\t\\t<PageSize>10</PageSize>\\n\\t\\t<TotalCount>8</TotalCount>\\n\\t</DiscoveredResourceProfiles>\\n\\t<RequestId>C7817373-78CB-4F9A-8AFA-E7A88E9D64A2</RequestId>\\n</ListAggregateDiscoveredResourcesResponse>\\t","errorExample":""}]',
            'title' => '查询账号组资源列表',
            'description' => '本文将提供一个示例,查询账号组`ca-c560626622af0005****`内的资源列表。返回结果显示资源列表中的所有资源,共8个。',
            'requestParamsDescription' => '关于公共请求参数的详情,请参见[公共参数](~~169575~~)。',
        ],
    ],
    'endpoints' => [
        ['regionId' => 'cn-shanghai', 'endpoint' => 'config.cn-shanghai.aliyuncs.com'],
        ['regionId' => 'ap-southeast-1', 'endpoint' => 'config.ap-southeast-1.aliyuncs.com'],
    ],
];