|
255 | 255 | "name": "ListDevEnvironments",
|
256 | 256 | "http": {
|
257 | 257 | "method": "POST",
|
258 |
| - "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments/", |
| 258 | + "requestUri": "/v1/spaces/{spaceName}/projects/{projectName}/devEnvironments", |
259 | 259 | "responseCode": 200
|
260 | 260 | },
|
261 | 261 | "input": { "shape": "ListDevEnvironmentsRequest" },
|
|
1092 | 1092 | "ListAccessTokensRequest": {
|
1093 | 1093 | "type": "structure",
|
1094 | 1094 | "members": {
|
1095 |
| - "maxResults": { |
1096 |
| - "shape": "ListAccessTokensRequestMaxResultsInteger", |
1097 |
| - "location": "querystring", |
1098 |
| - "locationName": "maxResults" |
1099 |
| - }, |
1100 |
| - "nextToken": { |
1101 |
| - "shape": "ListAccessTokensRequestNextTokenString", |
1102 |
| - "location": "querystring", |
1103 |
| - "locationName": "nextToken" |
1104 |
| - } |
| 1095 | + "maxResults": { "shape": "ListAccessTokensRequestMaxResultsInteger" }, |
| 1096 | + "nextToken": { "shape": "ListAccessTokensRequestNextTokenString" } |
1105 | 1097 | }
|
1106 | 1098 | },
|
1107 | 1099 | "ListAccessTokensRequestMaxResultsInteger": {
|
|
1111 | 1103 | },
|
1112 | 1104 | "ListAccessTokensRequestNextTokenString": {
|
1113 | 1105 | "type": "string",
|
1114 |
| - "max": 4000, |
| 1106 | + "max": 10000, |
1115 | 1107 | "min": 1
|
1116 | 1108 | },
|
1117 | 1109 | "ListAccessTokensResponse": {
|
1118 | 1110 | "type": "structure",
|
1119 | 1111 | "required": ["items"],
|
1120 | 1112 | "members": {
|
1121 | 1113 | "items": { "shape": "AccessTokenSummaries" },
|
1122 |
| - "nextToken": { "shape": "ListAccessTokensResponseNextTokenString" } |
| 1114 | + "nextToken": { "shape": "String" } |
1123 | 1115 | }
|
1124 | 1116 | },
|
1125 |
| - "ListAccessTokensResponseNextTokenString": { |
1126 |
| - "type": "string", |
1127 |
| - "max": 4000, |
1128 |
| - "min": 1 |
1129 |
| - }, |
1130 | 1117 | "ListDevEnvironmentsRequest": {
|
1131 | 1118 | "type": "structure",
|
1132 | 1119 | "required": ["spaceName", "projectName"],
|
|
1154 | 1141 | },
|
1155 | 1142 | "ListDevEnvironmentsRequestNextTokenString": {
|
1156 | 1143 | "type": "string",
|
1157 |
| - "max": 2048, |
| 1144 | + "max": 10000, |
1158 | 1145 | "min": 1
|
1159 | 1146 | },
|
1160 | 1147 | "ListDevEnvironmentsResponse": {
|
1161 | 1148 | "type": "structure",
|
1162 | 1149 | "required": ["items"],
|
1163 | 1150 | "members": {
|
1164 | 1151 | "items": { "shape": "DevEnvironmentSummaryList" },
|
1165 |
| - "nextToken": { "shape": "ListDevEnvironmentsResponseNextTokenString" } |
| 1152 | + "nextToken": { "shape": "String" } |
1166 | 1153 | }
|
1167 | 1154 | },
|
1168 |
| - "ListDevEnvironmentsResponseNextTokenString": { |
1169 |
| - "type": "string", |
1170 |
| - "max": 2048, |
1171 |
| - "min": 1 |
1172 |
| - }, |
1173 | 1155 | "ListEventLogsRequest": {
|
1174 | 1156 | "type": "structure",
|
1175 | 1157 | "required": ["spaceName", "startTime", "endTime"],
|
|
1179 | 1161 | "location": "uri",
|
1180 | 1162 | "locationName": "spaceName"
|
1181 | 1163 | },
|
1182 |
| - "startTime": { |
1183 |
| - "shape": "SyntheticTimestamp_date_time", |
1184 |
| - "location": "querystring", |
1185 |
| - "locationName": "startTime" |
1186 |
| - }, |
1187 |
| - "endTime": { |
1188 |
| - "shape": "SyntheticTimestamp_date_time", |
1189 |
| - "location": "querystring", |
1190 |
| - "locationName": "endTime" |
1191 |
| - }, |
1192 |
| - "eventName": { |
1193 |
| - "shape": "String", |
1194 |
| - "location": "querystring", |
1195 |
| - "locationName": "eventName" |
1196 |
| - }, |
1197 |
| - "nextToken": { |
1198 |
| - "shape": "ListEventLogsRequestNextTokenString", |
1199 |
| - "location": "querystring", |
1200 |
| - "locationName": "nextToken" |
1201 |
| - }, |
1202 |
| - "maxResults": { |
1203 |
| - "shape": "ListEventLogsRequestMaxResultsInteger", |
1204 |
| - "location": "querystring", |
1205 |
| - "locationName": "maxResults" |
1206 |
| - } |
| 1164 | + "startTime": { "shape": "SyntheticTimestamp_date_time" }, |
| 1165 | + "endTime": { "shape": "SyntheticTimestamp_date_time" }, |
| 1166 | + "eventName": { "shape": "String" }, |
| 1167 | + "nextToken": { "shape": "ListEventLogsRequestNextTokenString" }, |
| 1168 | + "maxResults": { "shape": "ListEventLogsRequestMaxResultsInteger" } |
1207 | 1169 | }
|
1208 | 1170 | },
|
1209 | 1171 | "ListEventLogsRequestMaxResultsInteger": {
|
|
1214 | 1176 | },
|
1215 | 1177 | "ListEventLogsRequestNextTokenString": {
|
1216 | 1178 | "type": "string",
|
1217 |
| - "max": 2048, |
| 1179 | + "max": 10000, |
1218 | 1180 | "min": 1
|
1219 | 1181 | },
|
1220 | 1182 | "ListEventLogsResponse": {
|
|
1234 | 1196 | "location": "uri",
|
1235 | 1197 | "locationName": "spaceName"
|
1236 | 1198 | },
|
1237 |
| - "nextToken": { |
1238 |
| - "shape": "ListProjectsRequestNextTokenString", |
1239 |
| - "location": "querystring", |
1240 |
| - "locationName": "nextToken" |
1241 |
| - }, |
1242 |
| - "maxResults": { |
1243 |
| - "shape": "ListProjectsRequestMaxResultsInteger", |
1244 |
| - "location": "querystring", |
1245 |
| - "locationName": "maxResults" |
1246 |
| - }, |
| 1199 | + "nextToken": { "shape": "ListProjectsRequestNextTokenString" }, |
| 1200 | + "maxResults": { "shape": "ListProjectsRequestMaxResultsInteger" }, |
1247 | 1201 | "filters": { "shape": "ProjectListFilters" }
|
1248 | 1202 | }
|
1249 | 1203 | },
|
|
1255 | 1209 | },
|
1256 | 1210 | "ListProjectsRequestNextTokenString": {
|
1257 | 1211 | "type": "string",
|
| 1212 | + "max": 10000, |
1258 | 1213 | "min": 1
|
1259 | 1214 | },
|
1260 | 1215 | "ListProjectsResponse": {
|
|
1293 | 1248 | "location": "uri",
|
1294 | 1249 | "locationName": "projectName"
|
1295 | 1250 | },
|
1296 |
| - "nextToken": { |
1297 |
| - "shape": "ListSourceRepositoriesRequestNextTokenString", |
1298 |
| - "location": "querystring", |
1299 |
| - "locationName": "nextToken" |
1300 |
| - }, |
1301 |
| - "maxResults": { |
1302 |
| - "shape": "ListSourceRepositoriesRequestMaxResultsInteger", |
1303 |
| - "location": "querystring", |
1304 |
| - "locationName": "maxResults" |
1305 |
| - } |
| 1251 | + "nextToken": { "shape": "ListSourceRepositoriesRequestNextTokenString" }, |
| 1252 | + "maxResults": { "shape": "ListSourceRepositoriesRequestMaxResultsInteger" } |
1306 | 1253 | }
|
1307 | 1254 | },
|
1308 | 1255 | "ListSourceRepositoriesRequestMaxResultsInteger": {
|
|
1313 | 1260 | },
|
1314 | 1261 | "ListSourceRepositoriesRequestNextTokenString": {
|
1315 | 1262 | "type": "string",
|
| 1263 | + "max": 10000, |
1316 | 1264 | "min": 1
|
1317 | 1265 | },
|
1318 | 1266 | "ListSourceRepositoriesResponse": {
|
|
1354 | 1302 | "location": "uri",
|
1355 | 1303 | "locationName": "sourceRepositoryName"
|
1356 | 1304 | },
|
1357 |
| - "nextToken": { |
1358 |
| - "shape": "ListSourceRepositoryBranchesRequestNextTokenString", |
1359 |
| - "location": "querystring", |
1360 |
| - "locationName": "nextToken" |
1361 |
| - }, |
1362 |
| - "maxResults": { |
1363 |
| - "shape": "ListSourceRepositoryBranchesRequestMaxResultsInteger", |
1364 |
| - "location": "querystring", |
1365 |
| - "locationName": "maxResults" |
1366 |
| - } |
| 1305 | + "nextToken": { "shape": "ListSourceRepositoryBranchesRequestNextTokenString" }, |
| 1306 | + "maxResults": { "shape": "ListSourceRepositoryBranchesRequestMaxResultsInteger" } |
1367 | 1307 | }
|
1368 | 1308 | },
|
1369 | 1309 | "ListSourceRepositoryBranchesRequestMaxResultsInteger": {
|
|
1374 | 1314 | },
|
1375 | 1315 | "ListSourceRepositoryBranchesRequestNextTokenString": {
|
1376 | 1316 | "type": "string",
|
| 1317 | + "max": 10000, |
1377 | 1318 | "min": 1
|
1378 | 1319 | },
|
1379 | 1320 | "ListSourceRepositoryBranchesResponse": {
|
|
1386 | 1327 | "ListSpacesRequest": {
|
1387 | 1328 | "type": "structure",
|
1388 | 1329 | "members": {
|
1389 |
| - "nextToken": { |
1390 |
| - "shape": "ListSpacesRequestNextTokenString", |
1391 |
| - "location": "querystring", |
1392 |
| - "locationName": "nextToken" |
1393 |
| - } |
| 1330 | + "nextToken": { "shape": "ListSpacesRequestNextTokenString" } |
1394 | 1331 | }
|
1395 | 1332 | },
|
1396 | 1333 | "ListSpacesRequestNextTokenString": {
|
1397 | 1334 | "type": "string",
|
| 1335 | + "max": 10000, |
1398 | 1336 | "min": 1
|
1399 | 1337 | },
|
1400 | 1338 | "ListSpacesResponse": {
|
|
0 commit comments