|
164 | 164 | 'input' => [ 'shape' => 'ModifyInstancesManagedRequestShape', ], |
165 | 165 | 'output' => [ 'shape' => 'ModifyInstancesManagedResponseShape', ], |
166 | 166 | ], |
| 167 | + 'ModifyInstancesProtected' => [ |
| 168 | + 'name' => 'ModifyInstancesProtected', |
| 169 | + 'http' => [ |
| 170 | + 'method' => 'POST', |
| 171 | + 'requestUri' => '/v1/regions/{regionId}/autoScaling/{agId}:modifyInstancesProtected', |
| 172 | + ], |
| 173 | + 'input' => [ 'shape' => 'ModifyInstancesProtectedRequestShape', ], |
| 174 | + 'output' => [ 'shape' => 'ModifyInstancesProtectedResponseShape', ], |
| 175 | + ], |
167 | 176 | 'DescribeAsRules' => [ |
168 | 177 | 'name' => 'DescribeAsRules', |
169 | 178 | 'http' => [ |
|
988 | 997 | 'agId' => [ 'type' => 'string', 'locationName' => 'agId', ], |
989 | 998 | ], |
990 | 999 | ], |
| 1000 | + 'ModifyInstancesProtectedRequestShape' => [ |
| 1001 | + 'type' => 'structure', |
| 1002 | + 'members' => [ |
| 1003 | + 'isProtected' => [ 'type' => 'boolean', 'locationName' => 'isProtected', ], |
| 1004 | + 'instanceIds' => [ 'type' => 'list', 'member' => [ 'type' => 'string', ], ], |
| 1005 | + 'regionId' => [ 'type' => 'string', 'locationName' => 'regionId', ], |
| 1006 | + 'agId' => [ 'type' => 'string', 'locationName' => 'agId', ], |
| 1007 | + ], |
| 1008 | + ], |
991 | 1009 | 'DisableAutoScalingRequestShape' => [ |
992 | 1010 | 'type' => 'structure', |
993 | 1011 | 'members' => [ |
|
1041 | 1059 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1042 | 1060 | ], |
1043 | 1061 | ], |
| 1062 | + 'ModifyInstancesProtectedResponseShape' => [ |
| 1063 | + 'type' => 'structure', |
| 1064 | + 'members' => [ |
| 1065 | + 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
| 1066 | + ], |
| 1067 | + ], |
1044 | 1068 | 'UpdateAutoScalingResponseShape' => [ |
1045 | 1069 | 'type' => 'structure', |
1046 | 1070 | 'members' => [ |
1047 | 1071 | 'requestId' => [ 'type' => 'string', 'locationName' => 'requestId', ], |
1048 | 1072 | ], |
1049 | 1073 | ], |
| 1074 | + 'ModifyInstancesProtectedResultShape' => [ |
| 1075 | + 'type' => 'structure', |
| 1076 | + 'members' => [ |
| 1077 | + ], |
| 1078 | + ], |
1050 | 1079 | 'EnableAutoScalingRequestShape' => [ |
1051 | 1080 | 'type' => 'structure', |
1052 | 1081 | 'members' => [ |
|
0 commit comments