|
29 | 29 | 'input' => [ 'shape' => 'DescribeCaptureImageByFileIdRequestShape', ], |
30 | 30 | 'output' => [ 'shape' => 'DescribeCaptureImageByFileIdResponseShape', ], |
31 | 31 | ], |
| 32 | + 'DescribeDeviceInfo' => [ |
| 33 | + 'name' => 'DescribeDeviceInfo', |
| 34 | + 'http' => [ |
| 35 | + 'method' => 'GET', |
| 36 | + 'requestUri' => '/v1/describeDeviceInfo', |
| 37 | + ], |
| 38 | + 'input' => [ 'shape' => 'DescribeDeviceInfoRequestShape', ], |
| 39 | + 'output' => [ 'shape' => 'DescribeDeviceInfoResponseShape', ], |
| 40 | + ], |
| 41 | + 'DescribeDevicePageList' => [ |
| 42 | + 'name' => 'DescribeDevicePageList', |
| 43 | + 'http' => [ |
| 44 | + 'method' => 'GET', |
| 45 | + 'requestUri' => '/v1/describeDevicePageList', |
| 46 | + ], |
| 47 | + 'input' => [ 'shape' => 'DescribeDevicePageListRequestShape', ], |
| 48 | + 'output' => [ 'shape' => 'DescribeDevicePageListResponseShape', ], |
| 49 | + ], |
32 | 50 | 'StartRecord' => [ |
33 | 51 | 'name' => 'StartRecord', |
34 | 52 | 'http' => [ |
|
49 | 67 | ], |
50 | 68 | ], |
51 | 69 | 'shapes' => [ |
52 | | - 'DescribeRecordResultByTaskIdResultList' => [ |
53 | | - 'type' => 'structure', |
54 | | - 'members' => [ |
55 | | - 'resultList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DescribeRecordResultByTaskIdResult', ], ], |
56 | | - ], |
57 | | - ], |
58 | 70 | 'CaptureImageRequestShape' => [ |
59 | 71 | 'type' => 'structure', |
60 | 72 | 'members' => [ |
|
112 | 124 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
113 | 125 | ], |
114 | 126 | ], |
| 127 | + 'DescribeDevicePageListResponseShape' => [ |
| 128 | + 'type' => 'structure', |
| 129 | + 'members' => [ |
| 130 | + 'result' => [ 'shape' => 'DescribeDevicePageListResultShape', ], |
| 131 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 132 | + ], |
| 133 | + ], |
| 134 | + 'DescribeDeviceInfoResult' => [ |
| 135 | + 'type' => 'structure', |
| 136 | + 'members' => [ |
| 137 | + 'channelId' => [ 'type' => 'string', 'locationName' => 'channelId', ], |
| 138 | + 'deviceId' => [ 'type' => 'string', 'locationName' => 'deviceId', ], |
| 139 | + 'deviceName' => [ 'type' => 'string', 'locationName' => 'deviceName', ], |
| 140 | + 'localName' => [ 'type' => 'string', 'locationName' => 'localName', ], |
| 141 | + 'model' => [ 'type' => 'string', 'locationName' => 'model', ], |
| 142 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 143 | + 'defence' => [ 'type' => 'integer', 'locationName' => 'defence', ], |
| 144 | + 'category' => [ 'type' => 'string', 'locationName' => 'category', ], |
| 145 | + 'parentCategory' => [ 'type' => 'string', 'locationName' => 'parentCategory', ], |
| 146 | + 'createTime' => [ 'type' => 'string', 'locationName' => 'createTime', ], |
| 147 | + 'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ], |
| 148 | + 'netAddress' => [ 'type' => 'string', 'locationName' => 'netAddress', ], |
| 149 | + ], |
| 150 | + ], |
| 151 | + 'DescribeDevicePageListRequestShape' => [ |
| 152 | + 'type' => 'structure', |
| 153 | + 'members' => [ |
| 154 | + 'pageNumber' => [ 'type' => 'integer', 'locationName' => 'pageNumber', ], |
| 155 | + 'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ], |
| 156 | + ], |
| 157 | + ], |
| 158 | + 'DescribeDeviceInfoRequestShape' => [ |
| 159 | + 'type' => 'structure', |
| 160 | + 'members' => [ |
| 161 | + 'channelId' => [ 'type' => 'string', 'locationName' => 'channelId', ], |
| 162 | + 'deviceId' => [ 'type' => 'string', 'locationName' => 'deviceId', ], |
| 163 | + ], |
| 164 | + ], |
| 165 | + 'DescribeDeviceInfoResponseShape' => [ |
| 166 | + 'type' => 'structure', |
| 167 | + 'members' => [ |
| 168 | + 'result' => [ 'shape' => 'DescribeDeviceInfoResultShape', ], |
| 169 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 170 | + ], |
| 171 | + ], |
| 172 | + 'DescribeDevicePageListResultShape' => [ |
| 173 | + 'type' => 'structure', |
| 174 | + 'members' => [ |
| 175 | + 'pageNumber' => [ 'type' => 'integer', 'locationName' => 'pageNumber', ], |
| 176 | + 'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ], |
| 177 | + 'totalCount' => [ 'type' => 'long', 'locationName' => 'totalCount', ], |
| 178 | + 'resultList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DescribeDeviceInfoResult', ], ], |
| 179 | + ], |
| 180 | + ], |
| 181 | + 'DescribeDeviceInfoResultShape' => [ |
| 182 | + 'type' => 'structure', |
| 183 | + 'members' => [ |
| 184 | + 'channelId' => [ 'type' => 'string', 'locationName' => 'channelId', ], |
| 185 | + 'deviceId' => [ 'type' => 'string', 'locationName' => 'deviceId', ], |
| 186 | + 'deviceName' => [ 'type' => 'string', 'locationName' => 'deviceName', ], |
| 187 | + 'localName' => [ 'type' => 'string', 'locationName' => 'localName', ], |
| 188 | + 'model' => [ 'type' => 'string', 'locationName' => 'model', ], |
| 189 | + 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
| 190 | + 'defence' => [ 'type' => 'integer', 'locationName' => 'defence', ], |
| 191 | + 'isEncrypt' => [ 'type' => 'integer', 'locationName' => 'isEncrypt', ], |
| 192 | + 'alarmSoundMode' => [ 'type' => 'integer', 'locationName' => 'alarmSoundMode', ], |
| 193 | + 'offlineNotify' => [ 'type' => 'integer', 'locationName' => 'offlineNotify', ], |
| 194 | + 'category' => [ 'type' => 'string', 'locationName' => 'category', ], |
| 195 | + 'parentCategory' => [ 'type' => 'string', 'locationName' => 'parentCategory', ], |
| 196 | + 'updateTime' => [ 'type' => 'string', 'locationName' => 'updateTime', ], |
| 197 | + 'netType' => [ 'type' => 'string', 'locationName' => 'netType', ], |
| 198 | + 'signal' => [ 'type' => 'string', 'locationName' => 'signal', ], |
| 199 | + 'riskLevel' => [ 'type' => 'integer', 'locationName' => 'riskLevel', ], |
| 200 | + 'netAddress' => [ 'type' => 'string', 'locationName' => 'netAddress', ], |
| 201 | + 'gbId' => [ 'type' => 'string', 'locationName' => 'gbId', ], |
| 202 | + 'gbUsername' => [ 'type' => 'string', 'locationName' => 'gbUsername', ], |
| 203 | + 'gbCertifiable' => [ 'type' => 'string', 'locationName' => 'gbCertifiable', ], |
| 204 | + 'gbPassword' => [ 'type' => 'string', 'locationName' => 'gbPassword', ], |
| 205 | + 'gbCertNum' => [ 'type' => 'string', 'locationName' => 'gbCertNum', ], |
| 206 | + ], |
| 207 | + ], |
115 | 208 | 'DescribeRecordResultByTaskIdResultShape' => [ |
116 | 209 | 'type' => 'structure', |
117 | 210 | 'members' => [ |
118 | 211 | 'pageNumber' => [ 'type' => 'integer', 'locationName' => 'pageNumber', ], |
119 | 212 | 'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ], |
120 | | - 'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ], |
121 | | - 'domainDetails' => [ 'type' => 'list', 'member' => [ 'shape' => 'DescribeRecordResultByTaskIdResultList', ], ], |
| 213 | + 'totalCount' => [ 'type' => 'long', 'locationName' => 'totalCount', ], |
| 214 | + 'resultList' => [ 'type' => 'list', 'member' => [ 'shape' => 'DescribeRecordResult', ], ], |
122 | 215 | ], |
123 | 216 | ], |
124 | 217 | 'StartRecordResponseShape' => [ |
|
128 | 221 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
129 | 222 | ], |
130 | 223 | ], |
131 | | - 'DescribeRecordResultByTaskIdResult' => [ |
| 224 | + 'StartRecordRequest' => [ |
| 225 | + 'type' => 'structure', |
| 226 | + 'members' => [ |
| 227 | + 'deviceId' => [ 'type' => 'string', 'locationName' => 'deviceId', ], |
| 228 | + 'recordSeconds' => [ 'type' => 'integer', 'locationName' => 'recordSeconds', ], |
| 229 | + 'sliceDuration' => [ 'type' => 'integer', 'locationName' => 'sliceDuration', ], |
| 230 | + 'streamType' => [ 'type' => 'integer', 'locationName' => 'streamType', ], |
| 231 | + 'voiceSwitch' => [ 'type' => 'integer', 'locationName' => 'voiceSwitch', ], |
| 232 | + 'devProto' => [ 'type' => 'string', 'locationName' => 'devProto', ], |
| 233 | + ], |
| 234 | + ], |
| 235 | + 'DescribeRecordResult' => [ |
132 | 236 | 'type' => 'structure', |
133 | 237 | 'members' => [ |
134 | 238 | 'fileId' => [ 'type' => 'string', 'locationName' => 'fileId', ], |
|
147 | 251 | 'timePoint' => [ 'type' => 'string', 'locationName' => 'timePoint', ], |
148 | 252 | ], |
149 | 253 | ], |
150 | | - 'StartRecordRequest' => [ |
151 | | - 'type' => 'structure', |
152 | | - 'members' => [ |
153 | | - 'deviceId' => [ 'type' => 'string', 'locationName' => 'deviceId', ], |
154 | | - 'recordSeconds' => [ 'type' => 'integer', 'locationName' => 'recordSeconds', ], |
155 | | - 'sliceDuration' => [ 'type' => 'integer', 'locationName' => 'sliceDuration', ], |
156 | | - 'streamType' => [ 'type' => 'integer', 'locationName' => 'streamType', ], |
157 | | - 'voiceSwitch' => [ 'type' => 'integer', 'locationName' => 'voiceSwitch', ], |
158 | | - 'devProto' => [ 'type' => 'string', 'locationName' => 'devProto', ], |
159 | | - ], |
160 | | - ], |
161 | 254 | 'StartRecordRequestShape' => [ |
162 | 255 | 'type' => 'structure', |
163 | 256 | 'members' => [ |
|
0 commit comments