|
627 | 627 | 'ipAddress' => [ 'type' => 'string', 'locationName' => 'ipAddress', ], |
628 | 628 | ], |
629 | 629 | ], |
630 | | - 'TargetUpdateSpec' => [ |
| 630 | + 'AgTargetUpdateSpec' => [ |
631 | 631 | 'type' => 'structure', |
632 | 632 | 'members' => [ |
633 | 633 | 'targetId' => [ 'type' => 'string', 'locationName' => 'targetId', ], |
|
1189 | 1189 | 'ipAddress' => [ 'type' => 'string', 'locationName' => 'ipAddress', ], |
1190 | 1190 | ], |
1191 | 1191 | ], |
| 1192 | + 'TargetUpdateSpec' => [ |
| 1193 | + 'type' => 'structure', |
| 1194 | + 'members' => [ |
| 1195 | + 'targetId' => [ 'type' => 'string', 'locationName' => 'targetId', ], |
| 1196 | + 'port' => [ 'type' => 'integer', 'locationName' => 'port', ], |
| 1197 | + 'weight' => [ 'type' => 'integer', 'locationName' => 'weight', ], |
| 1198 | + ], |
| 1199 | + ], |
1192 | 1200 | 'UpdateBackendSpec' => [ |
1193 | 1201 | 'type' => 'structure', |
1194 | 1202 | 'members' => [ |
|
1353 | 1361 | 'UpdateAgTargetsRequestShape' => [ |
1354 | 1362 | 'type' => 'structure', |
1355 | 1363 | 'members' => [ |
1356 | | - 'targetUpdateSpecs' => [ 'type' => 'list', 'member' => [ 'shape' => 'TargetUpdateSpec', ], ], |
| 1364 | + 'targetUpdateSpecs' => [ 'type' => 'list', 'member' => [ 'shape' => 'AgTargetUpdateSpec', ], ], |
1357 | 1365 | 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
1358 | 1366 | 'backendId' => [ 'type' => 'string', 'locationName' => 'backendId', ], |
1359 | 1367 | ], |
|
0 commit comments