|
155 | 155 | 'input' => [ 'shape' => 'UpdateAutoScalingRequestShape', ], |
156 | 156 | 'output' => [ 'shape' => 'UpdateAutoScalingResponseShape', ], |
157 | 157 | ], |
| 158 | + 'ModifyInstancesManaged' => [ |
| 159 | + 'name' => 'ModifyInstancesManaged', |
| 160 | + 'http' => [ |
| 161 | + 'method' => 'POST', |
| 162 | + 'requestUri' => '/v1/regions/{regionId}/autoScaling/{agId}:modifyInstancesManaged', |
| 163 | + ], |
| 164 | + 'input' => [ 'shape' => 'ModifyInstancesManagedRequestShape', ], |
| 165 | + 'output' => [ 'shape' => 'ModifyInstancesManagedResponseShape', ], |
| 166 | + ], |
158 | 167 | 'DescribeAsRules' => [ |
159 | 168 | 'name' => 'DescribeAsRules', |
160 | 169 | 'http' => [ |
|
970 | 979 | 'asCronId' => [ 'type' => 'string', 'locationName' => 'asCronId', ], |
971 | 980 | ], |
972 | 981 | ], |
973 | | - 'DisableAutoScalingResultShape' => [ |
| 982 | + 'ModifyInstancesManagedRequestShape' => [ |
974 | 983 | 'type' => 'structure', |
975 | 984 | 'members' => [ |
| 985 | + 'isManaged' => [ 'type' => 'boolean', 'locationName' => 'isManaged', ], |
| 986 | + 'instanceIds' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 987 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 988 | + 'agId' => [ 'type' => 'string', 'locationName' => 'agId', ], |
976 | 989 | ], |
977 | 990 | ], |
978 | 991 | 'DisableAutoScalingRequestShape' => [ |
|
1000 | 1013 | 'members' => [ |
1001 | 1014 | ], |
1002 | 1015 | ], |
1003 | | - 'EnableAutoScalingResponseShape' => [ |
| 1016 | + 'DisableAutoScalingResponseShape' => [ |
1004 | 1017 | 'type' => 'structure', |
1005 | 1018 | 'members' => [ |
1006 | 1019 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1007 | 1020 | ], |
1008 | 1021 | ], |
1009 | | - 'DisableAutoScalingResponseShape' => [ |
| 1022 | + 'ModifyInstancesManagedResponseShape' => [ |
| 1023 | + 'type' => 'structure', |
| 1024 | + 'members' => [ |
| 1025 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1026 | + ], |
| 1027 | + ], |
| 1028 | + 'DisableAutoScalingResultShape' => [ |
| 1029 | + 'type' => 'structure', |
| 1030 | + 'members' => [ |
| 1031 | + ], |
| 1032 | + ], |
| 1033 | + 'ModifyInstancesManagedResultShape' => [ |
| 1034 | + 'type' => 'structure', |
| 1035 | + 'members' => [ |
| 1036 | + ], |
| 1037 | + ], |
| 1038 | + 'EnableAutoScalingResponseShape' => [ |
1010 | 1039 | 'type' => 'structure', |
1011 | 1040 | 'members' => [ |
1012 | 1041 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
|
0 commit comments