|
56 | 56 | 'input' => [ 'shape' => 'DeleteFileSystemRequestShape', ], |
57 | 57 | 'output' => [ 'shape' => 'DeleteFileSystemResponseShape', ], |
58 | 58 | ], |
| 59 | + 'DescribeMountedClients' => [ |
| 60 | + 'name' => 'DescribeMountedClients', |
| 61 | + 'http' => [ |
| 62 | + 'method' => 'POST', |
| 63 | + 'requestUri' => '/v1/regions/{regionId}/describeMountedClients', |
| 64 | + ], |
| 65 | + 'input' => [ 'shape' => 'DescribeMountedClientsRequestShape', ], |
| 66 | + 'output' => [ 'shape' => 'DescribeMountedClientsResponseShape', ], |
| 67 | + ], |
59 | 68 | 'DescribeMountTargets' => [ |
60 | 69 | 'name' => 'DescribeMountTargets', |
61 | 70 | 'http' => [ |
|
172 | 181 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
173 | 182 | ], |
174 | 183 | ], |
| 184 | + 'DescribeMountedClientsResponseShape' => [ |
| 185 | + 'type' => 'structure', |
| 186 | + 'members' => [ |
| 187 | + 'result' => [ 'shape' => 'DescribeMountedClientsResultShape', ], |
| 188 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 189 | + ], |
| 190 | + ], |
175 | 191 | 'DeleteFileSystemResponseShape' => [ |
176 | 192 | 'type' => 'structure', |
177 | 193 | 'members' => [ |
|
197 | 213 | 'fileSystemId' => [ 'type' => 'string', 'locationName' => 'fileSystemId', ], |
198 | 214 | ], |
199 | 215 | ], |
| 216 | + 'DescribeMountedClientsRequestShape' => [ |
| 217 | + 'type' => 'structure', |
| 218 | + 'members' => [ |
| 219 | + 'pageNumber' => [ 'type' => 'integer', 'locationName' => 'pageNumber', ], |
| 220 | + 'pageSize' => [ 'type' => 'integer', 'locationName' => 'pageSize', ], |
| 221 | + 'fileSystemId' => [ 'type' => 'string', 'locationName' => 'fileSystemId', ], |
| 222 | + 'mountTargetId' => [ 'type' => 'string', 'locationName' => 'mountTargetId', ], |
| 223 | + 'clientIP' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 224 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 225 | + ], |
| 226 | + ], |
200 | 227 | 'Filter' => [ |
201 | 228 | 'type' => 'structure', |
202 | 229 | 'members' => [ |
|
247 | 274 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
248 | 275 | ], |
249 | 276 | ], |
| 277 | + 'DescribeMountedClientsResultShape' => [ |
| 278 | + 'type' => 'structure', |
| 279 | + 'members' => [ |
| 280 | + 'clientsIPs' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 281 | + 'totalCount' => [ 'type' => 'integer', 'locationName' => 'totalCount', ], |
| 282 | + ], |
| 283 | + ], |
250 | 284 | 'DescribeFileSystemsResultShape' => [ |
251 | 285 | 'type' => 'structure', |
252 | 286 | 'members' => [ |
|
0 commit comments