|
92 | 92 | 'input' => [ 'shape' => 'CalculateTotalPriceRequestShape', ], |
93 | 93 | 'output' => [ 'shape' => 'CalculateTotalPriceResponseShape', ], |
94 | 94 | ], |
| 95 | + 'DescribeSplitBillItems' => [ |
| 96 | + 'name' => 'DescribeSplitBillItems', |
| 97 | + 'http' => [ |
| 98 | + 'method' => 'POST', |
| 99 | + 'requestUri' => '/v1/regions/{regionId}/describeSplitBillItems', |
| 100 | + ], |
| 101 | + 'input' => [ 'shape' => 'DescribeSplitBillItemsRequestShape', ], |
| 102 | + 'output' => [ 'shape' => 'DescribeSplitBillItemsResponseShape', ], |
| 103 | + ], |
95 | 104 | ], |
96 | 105 | 'shapes' => [ |
97 | 106 | 'BillQueryCondition' => [ |
|
135 | 144 | 'outAccountType' => [ 'type' => 'integer', 'locationName' => 'outAccountType', ], |
136 | 145 | 'outAccountDay' => [ 'type' => 'integer', 'locationName' => 'outAccountDay', ], |
137 | 146 | 'timeCron' => [ 'type' => 'string', 'locationName' => 'timeCron', ], |
| 147 | + 'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ], |
| 148 | + 'targetType' => [ 'type' => 'integer', 'locationName' => 'targetType', ], |
| 149 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
138 | 150 | ], |
139 | 151 | ], |
140 | 152 | 'AccountingRuleVo' => [ |
|
1199 | 1211 | 'members' => [ |
1200 | 1212 | 'resourceIdList' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
1201 | 1213 | 'processTypes' => [ 'type' => 'list', 'member' => [ 'type' => 'integer', ], ], |
| 1214 | + 'operatorType' => [ 'type' => 'integer', 'locationName' => 'operatorType', ], |
| 1215 | + 'opType' => [ 'type' => 'integer', 'locationName' => 'opType', ], |
| 1216 | + 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
| 1217 | + 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
1202 | 1218 | ], |
1203 | 1219 | ], |
1204 | 1220 | 'ResourceOrderSnapshotVo' => [ |
|
1405 | 1421 | 'clientType' => [ 'type' => 'integer', 'locationName' => 'clientType', ], |
1406 | 1422 | ], |
1407 | 1423 | ], |
| 1424 | + 'ResourceTag' => [ |
| 1425 | + 'type' => 'structure', |
| 1426 | + 'members' => [ |
| 1427 | + 'tagKey' => [ 'type' => 'string', 'locationName' => 'tagKey', ], |
| 1428 | + 'tagValue' => [ 'type' => 'string', 'locationName' => 'tagValue', ], |
| 1429 | + ], |
| 1430 | + ], |
1408 | 1431 | 'ResourceUsageReq' => [ |
1409 | 1432 | 'type' => 'structure', |
1410 | 1433 | 'members' => [ |
1411 | 1434 | 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
1412 | 1435 | 'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ], |
1413 | 1436 | 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
1414 | 1437 | 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 1438 | + 'az' => [ 'type' => 'string', 'locationName' => 'az', ], |
1415 | 1439 | 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
1416 | 1440 | 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
1417 | 1441 | 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
1418 | 1442 | 'site' => [ 'type' => 'integer', 'locationName' => 'site', ], |
1419 | 1443 | 'formula' => [ 'type' => 'list', 'member' => [ 'shape' => 'Formula', ], ], |
| 1444 | + 'subList' => [ 'type' => 'list', 'member' => [ 'shape' => 'SubFormula', ], ], |
| 1445 | + ], |
| 1446 | + ], |
| 1447 | + 'SubFormula' => [ |
| 1448 | + 'type' => 'structure', |
| 1449 | + 'members' => [ |
| 1450 | + 'subId' => [ 'type' => 'string', 'locationName' => 'subId', ], |
| 1451 | + 'subName' => [ 'type' => 'string', 'locationName' => 'subName', ], |
| 1452 | + 'formula' => [ 'type' => 'list', 'member' => [ 'shape' => 'Formula', ], ], |
1420 | 1453 | ], |
1421 | 1454 | ], |
1422 | 1455 | 'ServiceBillAdjust' => [ |
|
1463 | 1496 | 'tagDetails' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceTagVo', ], ], |
1464 | 1497 | ], |
1465 | 1498 | ], |
| 1499 | + 'TidbPostpaidPinServiceMonthSummaryVo' => [ |
| 1500 | + 'type' => 'structure', |
| 1501 | + 'members' => [ |
| 1502 | + 'id' => [ 'type' => 'integer', 'locationName' => 'id', ], |
| 1503 | + 'billDate' => [ 'type' => 'string', 'locationName' => 'billDate', ], |
| 1504 | + 'billId' => [ 'type' => 'string', 'locationName' => 'billId', ], |
| 1505 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 1506 | + 'payerPin' => [ 'type' => 'string', 'locationName' => 'payerPin', ], |
| 1507 | + 'site' => [ 'type' => 'integer', 'locationName' => 'site', ], |
| 1508 | + 'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ], |
| 1509 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
| 1510 | + 'serviceCodeName' => [ 'type' => 'string', 'locationName' => 'serviceCodeName', ], |
| 1511 | + 'org' => [ 'type' => 'string', 'locationName' => 'org', ], |
| 1512 | + 'actualFee' => [ 'type' => 'double', 'locationName' => 'actualFee', ], |
| 1513 | + 'currency' => [ 'type' => 'string', 'locationName' => 'currency', ], |
| 1514 | + 'consumeType' => [ 'type' => 'integer', 'locationName' => 'consumeType', ], |
| 1515 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 1516 | + 'createTime' => [ 'type' => 'string', 'locationName' => 'createTime', ], |
| 1517 | + 'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ], |
| 1518 | + 'version' => [ 'type' => 'integer', 'locationName' => 'version', ], |
| 1519 | + ], |
| 1520 | + ], |
1466 | 1521 | 'UnreleasedSc' => [ |
1467 | 1522 | 'type' => 'structure', |
1468 | 1523 | 'members' => [ |
|
1834 | 1889 | 'operateTime' => [ 'type' => 'string', 'locationName' => 'operateTime', ], |
1835 | 1890 | ], |
1836 | 1891 | ], |
| 1892 | + 'DescribeSplitBillItemsResultShape' => [ |
| 1893 | + 'type' => 'structure', |
| 1894 | + 'members' => [ |
| 1895 | + 'current' => [ 'type' => 'integer', 'locationName' => 'current', ], |
| 1896 | + 'size' => [ 'type' => 'integer', 'locationName' => 'size', ], |
| 1897 | + 'total' => [ 'type' => 'integer', 'locationName' => 'total', ], |
| 1898 | + 'pages' => [ 'type' => 'integer', 'locationName' => 'pages', ], |
| 1899 | + 'records' => [ 'type' => 'list', 'member' => [ 'shape' => 'SplitItemBillItemVO', ], ], |
| 1900 | + ], |
| 1901 | + ], |
| 1902 | + 'SplitItemBillItemCondition' => [ |
| 1903 | + 'type' => 'structure', |
| 1904 | + 'members' => [ |
| 1905 | + 'queryType' => [ 'type' => 'integer', 'locationName' => 'queryType', ], |
| 1906 | + 'billStartDate' => [ 'type' => 'string', 'locationName' => 'billStartDate', ], |
| 1907 | + 'billEndDate' => [ 'type' => 'string', 'locationName' => 'billEndDate', ], |
| 1908 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
| 1909 | + 'serviceCodes' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1910 | + 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 1911 | + 'az' => [ 'type' => 'string', 'locationName' => 'az', ], |
| 1912 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 1913 | + 'subId' => [ 'type' => 'string', 'locationName' => 'subId', ], |
| 1914 | + 'subName' => [ 'type' => 'string', 'locationName' => 'subName', ], |
| 1915 | + 'subIds' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1916 | + 'billItem' => [ 'type' => 'string', 'locationName' => 'billItem', ], |
| 1917 | + 'tags' => [ 'type' => 'list', 'member' => [ 'type' => 'object', ], ], |
| 1918 | + ], |
| 1919 | + ], |
| 1920 | + 'DescribeSplitBillItemsRequestShape' => [ |
| 1921 | + 'type' => 'structure', |
| 1922 | + 'members' => [ |
| 1923 | + 'pageIndex' => [ 'type' => 'integer', 'locationName' => 'pageIndex', ], |
| 1924 | + 'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ], |
| 1925 | + 'queryType' => [ 'type' => 'integer', 'locationName' => 'queryType', ], |
| 1926 | + 'billStartDate' => [ 'type' => 'string', 'locationName' => 'billStartDate', ], |
| 1927 | + 'billEndDate' => [ 'type' => 'string', 'locationName' => 'billEndDate', ], |
| 1928 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
| 1929 | + 'serviceCodes' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1930 | + 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 1931 | + 'az' => [ 'type' => 'string', 'locationName' => 'az', ], |
| 1932 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 1933 | + 'subId' => [ 'type' => 'string', 'locationName' => 'subId', ], |
| 1934 | + 'subName' => [ 'type' => 'string', 'locationName' => 'subName', ], |
| 1935 | + 'subIds' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1936 | + 'billItem' => [ 'type' => 'string', 'locationName' => 'billItem', ], |
| 1937 | + 'tags' => [ 'type' => 'list', 'member' => [ 'type' => 'object', ], ], |
| 1938 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 1939 | + ], |
| 1940 | + ], |
| 1941 | + 'DescribeSplitBillItemsResponseShape' => [ |
| 1942 | + 'type' => 'structure', |
| 1943 | + 'members' => [ |
| 1944 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1945 | + 'result' => [ 'shape' => 'DescribeSplitBillItemsResultShape', ], |
| 1946 | + ], |
| 1947 | + ], |
| 1948 | + 'SplitItemBillItemVO' => [ |
| 1949 | + 'type' => 'structure', |
| 1950 | + 'members' => [ |
| 1951 | + 'billDate' => [ 'type' => 'string', 'locationName' => 'billDate', ], |
| 1952 | + 'billTime' => [ 'type' => 'string', 'locationName' => 'billTime', ], |
| 1953 | + 'pin' => [ 'type' => 'string', 'locationName' => 'pin', ], |
| 1954 | + 'userId' => [ 'type' => 'string', 'locationName' => 'userId', ], |
| 1955 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 1956 | + 'appCode' => [ 'type' => 'string', 'locationName' => 'appCode', ], |
| 1957 | + 'appCodeName' => [ 'type' => 'string', 'locationName' => 'appCodeName', ], |
| 1958 | + 'serviceCode' => [ 'type' => 'string', 'locationName' => 'serviceCode', ], |
| 1959 | + 'serviceCodeName' => [ 'type' => 'string', 'locationName' => 'serviceCodeName', ], |
| 1960 | + 'region' => [ 'type' => 'string', 'locationName' => 'region', ], |
| 1961 | + 'regionName' => [ 'type' => 'string', 'locationName' => 'regionName', ], |
| 1962 | + 'az' => [ 'type' => 'string', 'locationName' => 'az', ], |
| 1963 | + 'azName' => [ 'type' => 'string', 'locationName' => 'azName', ], |
| 1964 | + 'billingType' => [ 'type' => 'string', 'locationName' => 'billingType', ], |
| 1965 | + 'billId' => [ 'type' => 'string', 'locationName' => 'billId', ], |
| 1966 | + 'startTime' => [ 'type' => 'date', 'locationName' => 'startTime', ], |
| 1967 | + 'endTime' => [ 'type' => 'date', 'locationName' => 'endTime', ], |
| 1968 | + 'subId' => [ 'type' => 'string', 'locationName' => 'subId', ], |
| 1969 | + 'subName' => [ 'type' => 'string', 'locationName' => 'subName', ], |
| 1970 | + 'billItem' => [ 'type' => 'string', 'locationName' => 'billItem', ], |
| 1971 | + 'billItemName' => [ 'type' => 'string', 'locationName' => 'billItemName', ], |
| 1972 | + 'billItemUnit' => [ 'type' => 'string', 'locationName' => 'billItemUnit', ], |
| 1973 | + 'unitPrice' => [ 'type' => 'string', 'locationName' => 'unitPrice', ], |
| 1974 | + 'usageValue' => [ 'type' => 'double', 'locationName' => 'usageValue', ], |
| 1975 | + 'deductValue' => [ 'type' => 'double', 'locationName' => 'deductValue', ], |
| 1976 | + 'billFee' => [ 'type' => 'double', 'locationName' => 'billFee', ], |
| 1977 | + 'actualFee' => [ 'type' => 'double', 'locationName' => 'actualFee', ], |
| 1978 | + 'tags' => [ 'type' => 'list', 'member' => [ 'shape' => 'ResourceTag', ], ], |
| 1979 | + ], |
| 1980 | + ], |
1837 | 1981 | ], |
1838 | 1982 | ]; |
0 commit comments