|
58 | 58 | ], |
59 | 59 | ], |
60 | 60 | 'shapes' => [ |
| 61 | + 'Apply' => [ |
| 62 | + 'type' => 'structure', |
| 63 | + 'members' => [ |
| 64 | + 'developerPin' => [ 'type' => 'string', 'locationName' => 'developerPin', ], |
| 65 | + 'developerName' => [ 'type' => 'string', 'locationName' => 'developerName', ], |
| 66 | + 'appKey' => [ 'type' => 'string', 'locationName' => 'appKey', ], |
| 67 | + 'appName' => [ 'type' => 'string', 'locationName' => 'appName', ], |
| 68 | + 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 69 | + 'applicant' => [ 'type' => 'string', 'locationName' => 'applicant', ], |
| 70 | + 'telephone' => [ 'type' => 'string', 'locationName' => 'telephone', ], |
| 71 | + 'reason' => [ 'type' => 'string', 'locationName' => 'reason', ], |
| 72 | + 'applyTime' => [ 'type' => 'string', 'locationName' => 'applyTime', ], |
| 73 | + 'auditor' => [ 'type' => 'string', 'locationName' => 'auditor', ], |
| 74 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 75 | + 'statusName' => [ 'type' => 'string', 'locationName' => 'statusName', ], |
| 76 | + 'opinion' => [ 'type' => 'string', 'locationName' => 'opinion', ], |
| 77 | + 'checkTime' => [ 'type' => 'string', 'locationName' => 'checkTime', ], |
| 78 | + 'modified' => [ 'type' => 'string', 'locationName' => 'modified', ], |
| 79 | + 'instanceId' => [ 'type' => 'string', 'locationName' => 'instanceId', ], |
| 80 | + 'instanceName' => [ 'type' => 'string', 'locationName' => 'instanceName', ], |
| 81 | + ], |
| 82 | + ], |
61 | 83 | 'OrderSyncSpec' => [ |
62 | 84 | 'type' => 'structure', |
63 | 85 | 'members' => [ |
64 | 86 | 'appKey' => [ 'type' => 'string', 'locationName' => 'appKey', ], |
65 | 87 | 'venderId' => [ 'type' => 'string', 'locationName' => 'venderId', ], |
| 88 | + 'venderType' => [ 'type' => 'string', 'locationName' => 'venderType', ], |
66 | 89 | 'days' => [ 'type' => 'integer', 'locationName' => 'days', ], |
67 | 90 | ], |
68 | 91 | ], |
|
91 | 114 | 'appkey' => [ 'type' => 'string', 'locationName' => 'appkey', ], |
92 | 115 | 'ydRdsInstanceId' => [ 'type' => 'string', 'locationName' => 'ydRdsInstanceId', ], |
93 | 116 | 'venderId' => [ 'type' => 'string', 'locationName' => 'venderId', ], |
| 117 | + 'venderType' => [ 'type' => 'string', 'locationName' => 'venderType', ], |
94 | 118 | ], |
95 | 119 | ], |
96 | 120 | 'VenderShow' => [ |
|
199 | 223 | 'orderSyncSpec' => [ 'shape' => 'OrderSyncSpec', ], |
200 | 224 | ], |
201 | 225 | ], |
| 226 | + 'Filter' => [ |
| 227 | + 'type' => 'structure', |
| 228 | + 'members' => [ |
| 229 | + 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
| 230 | + 'operator' => [ 'type' => 'string', 'locationName' => 'operator', ], |
| 231 | + 'values' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 232 | + ], |
| 233 | + ], |
202 | 234 | 'DeleteDatapushVenderResultShape' => [ |
203 | 235 | 'type' => 'structure', |
204 | 236 | 'members' => [ |
|
0 commit comments