|
202 | 202 | ], |
203 | 203 | ], |
204 | 204 | 'shapes' => [ |
| 205 | + 'AvailablityGroup' => [ |
| 206 | + 'type' => 'structure', |
| 207 | + 'members' => [ |
| 208 | + 'id' => [ 'type' => 'string', 'locationName' => 'id', ], |
| 209 | + ], |
| 210 | + ], |
205 | 211 | 'BindInfo' => [ |
206 | 212 | 'type' => 'structure', |
207 | 213 | 'members' => [ |
|
267 | 273 | 'name' => [ 'type' => 'string', 'locationName' => 'name', ], |
268 | 274 | 'hostAliases' => [ 'type' => 'list', 'member' => [ 'shape' => 'HostAlias', ], ], |
269 | 275 | 'hostname' => [ 'type' => 'string', 'locationName' => 'hostname', ], |
| 276 | + 'ag' => [ 'shape' => 'AvailablityGroup', ], |
270 | 277 | 'command' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
271 | 278 | 'args' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
272 | 279 | 'envs' => [ 'type' => 'list', 'member' => [ 'shape' => 'EnvVar', ], ], |
|
289 | 296 | 'launchTime' => [ 'type' => 'string', 'locationName' => 'launchTime', ], |
290 | 297 | 'reason' => [ 'type' => 'string', 'locationName' => 'reason', ], |
291 | 298 | 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
| 299 | + 'resourceGroupId' => [ 'type' => 'string', 'locationName' => 'resourceGroupId', ], |
292 | 300 | ], |
293 | 301 | ], |
294 | 302 | 'EnvVar' => [ |
|
429 | 437 | 'description' => [ 'type' => 'string', 'locationName' => 'description', ], |
430 | 438 | 'charge' => [ 'shape' => 'ChargeSpec', ], |
431 | 439 | 'userTags' => [ 'type' => 'list', 'member' => [ 'shape' => 'Tag', ], ], |
| 440 | + 'resourceGroupId' => [ 'type' => 'string', 'locationName' => 'resourceGroupId', ], |
432 | 441 | ], |
433 | 442 | ], |
434 | 443 | 'DiskSpec' => [ |
|
490 | 499 | 'nicLimit' => [ 'type' => 'integer', 'locationName' => 'nicLimit', ], |
491 | 500 | 'desc' => [ 'type' => 'string', 'locationName' => 'desc', ], |
492 | 501 | 'state' => [ 'type' => 'list', 'member' => [ 'shape' => 'InstanceTypeState', ], ], |
| 502 | + 'cloudDiskTypes' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
493 | 503 | ], |
494 | 504 | ], |
495 | 505 | 'LocalDiskSpec' => [ |
|
539 | 549 | 'status' => [ 'type' => 'integer', 'locationName' => 'status', ], |
540 | 550 | ], |
541 | 551 | ], |
| 552 | + 'Status' => [ |
| 553 | + 'type' => 'structure', |
| 554 | + 'members' => [ |
| 555 | + 'resourceId' => [ 'type' => 'string', 'locationName' => 'resourceId', ], |
| 556 | + 'validity' => [ 'type' => 'boolean', 'locationName' => 'validity', ], |
| 557 | + ], |
| 558 | + ], |
542 | 559 | 'DescribeContainersResultShape' => [ |
543 | 560 | 'type' => 'structure', |
544 | 561 | 'members' => [ |
|
0 commit comments