|
113 | 113 | 'DescribeInstances' => [ |
114 | 114 | 'name' => 'DescribeInstances', |
115 | 115 | 'http' => [ |
116 | | - 'method' => 'POST', |
| 116 | + 'method' => 'GET', |
117 | 117 | 'requestUri' => '/v1/regions/{regionId}/instances:describeInstances', |
118 | 118 | ], |
119 | 119 | 'input' => [ 'shape' => 'DescribeInstancesRequestShape', ], |
|
128 | 128 | 'input' => [ 'shape' => 'DescribeInstanceClassesRequestShape', ], |
129 | 129 | 'output' => [ 'shape' => 'DescribeInstanceClassesResponseShape', ], |
130 | 130 | ], |
| 131 | + 'CreateInstanceByTime' => [ |
| 132 | + 'name' => 'CreateInstanceByTime', |
| 133 | + 'http' => [ |
| 134 | + 'method' => 'POST', |
| 135 | + 'requestUri' => '/v1/regions/{regionId}/instances/{instanceId}:createInstanceByTime', |
| 136 | + ], |
| 137 | + 'input' => [ 'shape' => 'CreateInstanceByTimeRequestShape', ], |
| 138 | + 'output' => [ 'shape' => 'CreateInstanceByTimeResponseShape', ], |
| 139 | + ], |
131 | 140 | 'CreateInstanceFromBackup' => [ |
132 | 141 | 'name' => 'CreateInstanceFromBackup', |
133 | 142 | 'http' => [ |
|
137 | 146 | 'input' => [ 'shape' => 'CreateInstanceFromBackupRequestShape', ], |
138 | 147 | 'output' => [ 'shape' => 'CreateInstanceFromBackupResponseShape', ], |
139 | 148 | ], |
| 149 | + 'DescribeRestoreTimeInterval' => [ |
| 150 | + 'name' => 'DescribeRestoreTimeInterval', |
| 151 | + 'http' => [ |
| 152 | + 'method' => 'GET', |
| 153 | + 'requestUri' => '/v1/regions/{regionId}/instances/{instanceId}:describeRestoreTimeInterval', |
| 154 | + ], |
| 155 | + 'input' => [ 'shape' => 'DescribeRestoreTimeIntervalRequestShape', ], |
| 156 | + 'output' => [ 'shape' => 'DescribeRestoreTimeIntervalResponseShape', ], |
| 157 | + ], |
140 | 158 | 'DescribeBackupPolicy' => [ |
141 | 159 | 'name' => 'DescribeBackupPolicy', |
142 | 160 | 'http' => [ |
|
290 | 308 | 'input' => [ 'shape' => 'DescribeSSLRequestShape', ], |
291 | 309 | 'output' => [ 'shape' => 'DescribeSSLResponseShape', ], |
292 | 310 | ], |
| 311 | + 'DescribeAvailableDBInfoInternel' => [ |
| 312 | + 'name' => 'DescribeAvailableDBInfoInternel', |
| 313 | + 'http' => [ |
| 314 | + 'method' => 'GET', |
| 315 | + 'requestUri' => '/v1/regions/{regionId}/instances:describeAvailableDBInfoInternel', |
| 316 | + ], |
| 317 | + 'input' => [ 'shape' => 'DescribeAvailableDBInfoInternelRequestShape', ], |
| 318 | + 'output' => [ 'shape' => 'DescribeAvailableDBInfoInternelResponseShape', ], |
| 319 | + ], |
293 | 320 | 'DescribeDataMigration' => [ |
294 | 321 | 'name' => 'DescribeDataMigration', |
295 | 322 | 'http' => [ |
|
486 | 513 | 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
487 | 514 | 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
488 | 515 | 'engineVersion' => [ 'type' => 'string', 'locationName' => 'engineVersion', ], |
| 516 | + 'architecture' => [ 'type' => 'string', 'locationName' => 'architecture', ], |
489 | 517 | 'minorVersion' => [ 'type' => 'string', 'locationName' => 'minorVersion', ], |
490 | 518 | 'totalNodeNum' => [ 'type' => 'integer', 'locationName' => 'totalNodeNum', ], |
491 | 519 | 'totalCPU' => [ 'type' => 'integer', 'locationName' => 'totalCPU', ], |
|
624 | 652 | 'orderableStorageTypes' => [ 'type' => 'list', 'member' => [ 'shape' => 'Disk', ], ], |
625 | 653 | ], |
626 | 654 | ], |
| 655 | + 'ArchitectureVersion' => [ |
| 656 | + 'type' => 'structure', |
| 657 | + 'members' => [ |
| 658 | + 'engineVersion' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 659 | + 'arch' => [ 'type' => 'string', 'locationName' => 'arch', ], |
| 660 | + 'version' => [ 'type' => 'string', 'locationName' => 'version', ], |
| 661 | + ], |
| 662 | + ], |
627 | 663 | 'TiDBNode' => [ |
628 | 664 | 'type' => 'structure', |
629 | 665 | 'members' => [ |
|
641 | 677 | 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
642 | 678 | 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
643 | 679 | 'engineVersion' => [ 'type' => 'string', 'locationName' => 'engineVersion', ], |
| 680 | + 'architecture' => [ 'type' => 'string', 'locationName' => 'architecture', ], |
644 | 681 | 'minorVersion' => [ 'type' => 'string', 'locationName' => 'minorVersion', ], |
645 | 682 | 'totalNodeNum' => [ 'type' => 'integer', 'locationName' => 'totalNodeNum', ], |
646 | 683 | 'tidbNodeSpec' => [ 'shape' => 'NodeSpec', ], |
|
691 | 728 | 'members' => [ |
692 | 729 | 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
693 | 730 | 'engineVersion' => [ 'type' => 'string', 'locationName' => 'engineVersion', ], |
| 731 | + 'architecture' => [ 'type' => 'string', 'locationName' => 'architecture', ], |
694 | 732 | 'tidbNodeSpec' => [ 'shape' => 'NodeSpec', ], |
695 | 733 | 'tikvNodeSpec' => [ 'shape' => 'NodeSpec', ], |
696 | 734 | 'pdNodeSpec' => [ 'shape' => 'NodeSpec', ], |
|
907 | 945 | 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
908 | 946 | ], |
909 | 947 | ], |
| 948 | + 'DescribeRestoreTimeIntervalRequestShape' => [ |
| 949 | + 'type' => 'structure', |
| 950 | + 'members' => [ |
| 951 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 952 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 953 | + ], |
| 954 | + ], |
910 | 955 | 'RebootPodResponseShape' => [ |
911 | 956 | 'type' => 'structure', |
912 | 957 | 'members' => [ |
|
950 | 995 | 'result' => [ 'shape' => 'DescribeUpgradePlanResultShape', ], |
951 | 996 | ], |
952 | 997 | ], |
| 998 | + 'DescribeAvailableDBInfoInternelRequestShape' => [ |
| 999 | + 'type' => 'structure', |
| 1000 | + 'members' => [ |
| 1001 | + 'azs' => [ 'type' => 'string', 'locationName' => 'azs', ], |
| 1002 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 1003 | + ], |
| 1004 | + ], |
953 | 1005 | 'ModifyBackupPolicyRequestShape' => [ |
954 | 1006 | 'type' => 'structure', |
955 | 1007 | 'members' => [ |
|
1109 | 1161 | 'direction' => [ 'type' => 'string', 'locationName' => 'direction', ], |
1110 | 1162 | ], |
1111 | 1163 | ], |
| 1164 | + 'DescribeRestoreTimeIntervalResponseShape' => [ |
| 1165 | + 'type' => 'structure', |
| 1166 | + 'members' => [ |
| 1167 | + 'result' => [ 'shape' => 'DescribeRestoreTimeIntervalResultShape', ], |
| 1168 | + ], |
| 1169 | + ], |
1112 | 1170 | 'ModifyParametersResponseShape' => [ |
1113 | 1171 | 'type' => 'structure', |
1114 | 1172 | 'members' => [ |
1115 | 1173 | ], |
1116 | 1174 | ], |
| 1175 | + 'DescribeRestoreTimeIntervalResultShape' => [ |
| 1176 | + 'type' => 'structure', |
| 1177 | + 'members' => [ |
| 1178 | + 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
| 1179 | + 'endTime' => [ 'type' => 'string', 'locationName' => 'endTime', ], |
| 1180 | + ], |
| 1181 | + ], |
1117 | 1182 | 'DescribeUpgradePlanResultShape' => [ |
1118 | 1183 | 'type' => 'structure', |
1119 | 1184 | 'members' => [ |
|
1179 | 1244 | 'versions' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
1180 | 1245 | ], |
1181 | 1246 | ], |
| 1247 | + 'CreateInstanceByTimeResultShape' => [ |
| 1248 | + 'type' => 'structure', |
| 1249 | + 'members' => [ |
| 1250 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 1251 | + 'orderId' => [ 'type' => 'string', 'locationName' => 'orderId', ], |
| 1252 | + ], |
| 1253 | + ], |
1182 | 1254 | 'DisableSSLResponseShape' => [ |
1183 | 1255 | 'type' => 'structure', |
1184 | 1256 | 'members' => [ |
|
1213 | 1285 | 'members' => [ |
1214 | 1286 | ], |
1215 | 1287 | ], |
| 1288 | + 'DescribeAvailableDBInfoInternelResponseShape' => [ |
| 1289 | + 'type' => 'structure', |
| 1290 | + 'members' => [ |
| 1291 | + 'result' => [ 'shape' => 'DescribeAvailableDBInfoInternelResultShape', ], |
| 1292 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1293 | + ], |
| 1294 | + ], |
| 1295 | + 'CreateInstanceByTimeRequestShape' => [ |
| 1296 | + 'type' => 'structure', |
| 1297 | + 'members' => [ |
| 1298 | + 'restoreTime' => [ 'type' => 'string', 'locationName' => 'restoreTime', ], |
| 1299 | + 'instanceSpec' => [ 'shape' => 'TidbInstanceSpec', ], |
| 1300 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 1301 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 1302 | + ], |
| 1303 | + ], |
1216 | 1304 | 'DescribeInstanceAttributesResultShape' => [ |
1217 | 1305 | 'type' => 'structure', |
1218 | 1306 | 'members' => [ |
|
1319 | 1407 | 'values' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
1320 | 1408 | ], |
1321 | 1409 | ], |
| 1410 | + 'CreateInstanceByTimeResponseShape' => [ |
| 1411 | + 'type' => 'structure', |
| 1412 | + 'members' => [ |
| 1413 | + 'result' => [ 'shape' => 'CreateInstanceByTimeResultShape', ], |
| 1414 | + ], |
| 1415 | + ], |
1322 | 1416 | 'DescribeNodesResponseShape' => [ |
1323 | 1417 | 'type' => 'structure', |
1324 | 1418 | 'members' => [ |
1325 | 1419 | 'result' => [ 'shape' => 'DescribeNodesResultShape', ], |
1326 | 1420 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1327 | 1421 | ], |
1328 | 1422 | ], |
| 1423 | + 'DescribeAvailableDBInfoInternelResultShape' => [ |
| 1424 | + 'type' => 'structure', |
| 1425 | + 'members' => [ |
| 1426 | + 'engineVersion' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1427 | + 'architectureType' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1428 | + 'architectureVersion' => [ 'type' => 'list', 'member' => [ 'shape' => 'ArchitectureVersion', ], ], |
| 1429 | + ], |
| 1430 | + ], |
1329 | 1431 | 'DescribeParametersRequestShape' => [ |
1330 | 1432 | 'type' => 'structure', |
1331 | 1433 | 'members' => [ |
|
0 commit comments