|
11 | 11 | // 'serviceId' => 'iotlink', |
12 | 12 | ], |
13 | 13 | 'operations' => [ |
| 14 | + 'OrdinaryRealNameClear' => [ |
| 15 | + 'name' => 'OrdinaryRealNameClear', |
| 16 | + 'http' => [ |
| 17 | + 'method' => 'POST', |
| 18 | + 'requestUri' => '/v1/regions/{regionId}/ordinaryRealNameClear', |
| 19 | + ], |
| 20 | + 'input' => [ 'shape' => 'OrdinaryRealNameClearRequestShape', ], |
| 21 | + 'output' => [ 'shape' => 'OrdinaryRealNameClearResponseShape', ], |
| 22 | + ], |
| 23 | + 'CardBindStatus' => [ |
| 24 | + 'name' => 'CardBindStatus', |
| 25 | + 'http' => [ |
| 26 | + 'method' => 'GET', |
| 27 | + 'requestUri' => '/v1/regions/{regionId}/cardBindStatus', |
| 28 | + ], |
| 29 | + 'input' => [ 'shape' => 'CardBindStatusRequestShape', ], |
| 30 | + 'output' => [ 'shape' => 'CardBindStatusResponseShape', ], |
| 31 | + ], |
| 32 | + 'GetOnlineStatus' => [ |
| 33 | + 'name' => 'GetOnlineStatus', |
| 34 | + 'http' => [ |
| 35 | + 'method' => 'GET', |
| 36 | + 'requestUri' => '/v1/regions/{regionId}/getOnlineStatus', |
| 37 | + ], |
| 38 | + 'input' => [ 'shape' => 'GetOnlineStatusRequestShape', ], |
| 39 | + 'output' => [ 'shape' => 'GetOnlineStatusResponseShape', ], |
| 40 | + ], |
14 | 41 | 'QueryValidPeriodForNB' => [ |
15 | 42 | 'name' => 'QueryValidPeriodForNB', |
16 | 43 | 'http' => [ |
|
219 | 246 | 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
220 | 247 | ], |
221 | 248 | ], |
| 249 | + 'RequestServActiveResp' => [ |
| 250 | + 'type' => 'structure', |
| 251 | + 'members' => [ |
| 252 | + 'iccid' => [ 'type' => 'string', 'locationName' => 'iccid', ], |
| 253 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 254 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 255 | + 'data' => [ 'type' => 'string', 'locationName' => 'data', ], |
| 256 | + ], |
| 257 | + ], |
222 | 258 | 'RealNameQueryIotResp' => [ |
223 | 259 | 'type' => 'structure', |
224 | 260 | 'members' => [ |
|
263 | 299 | 'onlinestatus' => [ 'type' => 'string', 'locationName' => 'onlinestatus', ], |
264 | 300 | ], |
265 | 301 | ], |
| 302 | + 'CardBindStatusResp' => [ |
| 303 | + 'type' => 'structure', |
| 304 | + 'members' => [ |
| 305 | + 'result' => [ 'type' => 'string', 'locationName' => 'result', ], |
| 306 | + 'errorCode' => [ 'type' => 'string', 'locationName' => 'errorCode', ], |
| 307 | + 'errorDes' => [ 'type' => 'string', 'locationName' => 'errorDes', ], |
| 308 | + 'sepTime' => [ 'type' => 'string', 'locationName' => 'sepTime', ], |
| 309 | + ], |
| 310 | + ], |
266 | 311 | 'CardInfoResp' => [ |
267 | 312 | 'type' => 'structure', |
268 | 313 | 'members' => [ |
|
279 | 324 | 'url' => [ 'type' => 'string', 'locationName' => 'url', ], |
280 | 325 | ], |
281 | 326 | ], |
| 327 | + 'GetOnlineStatusResp' => [ |
| 328 | + 'type' => 'structure', |
| 329 | + 'members' => [ |
| 330 | + 'result' => [ 'type' => 'string', 'locationName' => 'result', ], |
| 331 | + 'msisdn' => [ 'type' => 'string', 'locationName' => 'msisdn', ], |
| 332 | + 'eventTimeStamp' => [ 'type' => 'string', 'locationName' => 'eventTimeStamp', ], |
| 333 | + 'provname' => [ 'type' => 'string', 'locationName' => 'provname', ], |
| 334 | + 'stopTime' => [ 'type' => 'string', 'locationName' => 'stopTime', ], |
| 335 | + 'startTime' => [ 'type' => 'string', 'locationName' => 'startTime', ], |
| 336 | + ], |
| 337 | + ], |
282 | 338 | 'QueryDayHistoryTrafficResultShape' => [ |
283 | 339 | 'type' => 'structure', |
284 | 340 | 'members' => [ |
|
383 | 439 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
384 | 440 | ], |
385 | 441 | ], |
| 442 | + 'GetOnlineStatusResponseShape' => [ |
| 443 | + 'type' => 'structure', |
| 444 | + 'members' => [ |
| 445 | + 'result' => [ 'shape' => 'GetOnlineStatusResultShape', ], |
| 446 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 447 | + ], |
| 448 | + ], |
386 | 449 | 'CardInfoRequestShape' => [ |
387 | 450 | 'type' => 'structure', |
388 | 451 | 'members' => [ |
|
398 | 461 | 'result' => [ 'shape' => 'OnOffStatusResp', ], |
399 | 462 | ], |
400 | 463 | ], |
| 464 | + 'GetOnlineStatusResultShape' => [ |
| 465 | + 'type' => 'structure', |
| 466 | + 'members' => [ |
| 467 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 468 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 469 | + 'result' => [ 'shape' => 'GetOnlineStatusResp', ], |
| 470 | + ], |
| 471 | + ], |
401 | 472 | 'SearchRequestShape' => [ |
402 | 473 | 'type' => 'structure', |
403 | 474 | 'members' => [ |
|
406 | 477 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
407 | 478 | ], |
408 | 479 | ], |
| 480 | + 'CardBindStatusResponseShape' => [ |
| 481 | + 'type' => 'structure', |
| 482 | + 'members' => [ |
| 483 | + 'result' => [ 'shape' => 'CardBindStatusResultShape', ], |
| 484 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 485 | + ], |
| 486 | + ], |
409 | 487 | 'QueryTrafficByDateResultShape' => [ |
410 | 488 | 'type' => 'structure', |
411 | 489 | 'members' => [ |
|
531 | 609 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
532 | 610 | ], |
533 | 611 | ], |
| 612 | + 'OrdinaryRealNameClearRequestShape' => [ |
| 613 | + 'type' => 'structure', |
| 614 | + 'members' => [ |
| 615 | + 'requestParam' => [ 'type' => 'string', 'locationName' => 'requestParam', ], |
| 616 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 617 | + ], |
| 618 | + ], |
| 619 | + 'CardBindStatusRequestShape' => [ |
| 620 | + 'type' => 'structure', |
| 621 | + 'members' => [ |
| 622 | + 'iccid' => [ 'type' => 'string', 'locationName' => 'iccid', ], |
| 623 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 624 | + ], |
| 625 | + ], |
534 | 626 | 'SimRealNameRegRequestShape' => [ |
535 | 627 | 'type' => 'structure', |
536 | 628 | 'members' => [ |
|
576 | 668 | 'result' => [ 'shape' => 'SimRealNameRegResp', ], |
577 | 669 | ], |
578 | 670 | ], |
| 671 | + 'CardBindStatusResultShape' => [ |
| 672 | + 'type' => 'structure', |
| 673 | + 'members' => [ |
| 674 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 675 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 676 | + 'result' => [ 'shape' => 'CardBindStatusResp', ], |
| 677 | + ], |
| 678 | + ], |
579 | 679 | 'RealNameQueryIotResponseShape' => [ |
580 | 680 | 'type' => 'structure', |
581 | 681 | 'members' => [ |
|
620 | 720 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
621 | 721 | ], |
622 | 722 | ], |
| 723 | + 'OrdinaryRealNameClearResponseShape' => [ |
| 724 | + 'type' => 'structure', |
| 725 | + 'members' => [ |
| 726 | + 'result' => [ 'shape' => 'OrdinaryRealNameClearResultShape', ], |
| 727 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 728 | + ], |
| 729 | + ], |
623 | 730 | 'OpenIotCardResponseShape' => [ |
624 | 731 | 'type' => 'structure', |
625 | 732 | 'members' => [ |
|
714 | 821 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
715 | 822 | ], |
716 | 823 | ], |
| 824 | + 'GetOnlineStatusRequestShape' => [ |
| 825 | + 'type' => 'structure', |
| 826 | + 'members' => [ |
| 827 | + 'iccid' => [ 'type' => 'string', 'locationName' => 'iccid', ], |
| 828 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 829 | + ], |
| 830 | + ], |
717 | 831 | 'GprsRealtimeInfoRequestShape' => [ |
718 | 832 | 'type' => 'structure', |
719 | 833 | 'members' => [ |
|
743 | 857 | 'result' => [ 'shape' => 'GprsStatusResp', ], |
744 | 858 | ], |
745 | 859 | ], |
| 860 | + 'OrdinaryRealNameClearResultShape' => [ |
| 861 | + 'type' => 'structure', |
| 862 | + 'members' => [ |
| 863 | + 'status' => [ 'type' => 'string', 'locationName' => 'status', ], |
| 864 | + 'message' => [ 'type' => 'string', 'locationName' => 'message', ], |
| 865 | + 'result' => [ 'type' => 'boolean', 'locationName' => 'result', ], |
| 866 | + ], |
| 867 | + ], |
746 | 868 | ], |
747 | 869 | ]; |
0 commit comments