|
106 | 106 | {"shape":"CodeValidationException"}, |
107 | 107 | {"shape":"ResourceInUseException"}, |
108 | 108 | {"shape":"LimitExceededException"}, |
109 | | - {"shape":"InvalidArgumentException"} |
| 109 | + {"shape":"InvalidArgumentException"}, |
| 110 | + {"shape":"TooManyTagsException"}, |
| 111 | + {"shape":"ConcurrentModificationException"} |
110 | 112 | ] |
111 | 113 | }, |
112 | 114 | "DeleteApplication":{ |
|
225 | 227 | "input":{"shape":"ListApplicationsRequest"}, |
226 | 228 | "output":{"shape":"ListApplicationsResponse"} |
227 | 229 | }, |
| 230 | + "ListTagsForResource":{ |
| 231 | + "name":"ListTagsForResource", |
| 232 | + "http":{ |
| 233 | + "method":"POST", |
| 234 | + "requestUri":"/" |
| 235 | + }, |
| 236 | + "input":{"shape":"ListTagsForResourceRequest"}, |
| 237 | + "output":{"shape":"ListTagsForResourceResponse"}, |
| 238 | + "errors":[ |
| 239 | + {"shape":"ResourceNotFoundException"}, |
| 240 | + {"shape":"InvalidArgumentException"}, |
| 241 | + {"shape":"ConcurrentModificationException"} |
| 242 | + ] |
| 243 | + }, |
228 | 244 | "StartApplication":{ |
229 | 245 | "name":"StartApplication", |
230 | 246 | "http":{ |
|
255 | 271 | {"shape":"UnsupportedOperationException"} |
256 | 272 | ] |
257 | 273 | }, |
| 274 | + "TagResource":{ |
| 275 | + "name":"TagResource", |
| 276 | + "http":{ |
| 277 | + "method":"POST", |
| 278 | + "requestUri":"/" |
| 279 | + }, |
| 280 | + "input":{"shape":"TagResourceRequest"}, |
| 281 | + "output":{"shape":"TagResourceResponse"}, |
| 282 | + "errors":[ |
| 283 | + {"shape":"ResourceNotFoundException"}, |
| 284 | + {"shape":"ResourceInUseException"}, |
| 285 | + {"shape":"TooManyTagsException"}, |
| 286 | + {"shape":"InvalidArgumentException"}, |
| 287 | + {"shape":"ConcurrentModificationException"} |
| 288 | + ] |
| 289 | + }, |
| 290 | + "UntagResource":{ |
| 291 | + "name":"UntagResource", |
| 292 | + "http":{ |
| 293 | + "method":"POST", |
| 294 | + "requestUri":"/" |
| 295 | + }, |
| 296 | + "input":{"shape":"UntagResourceRequest"}, |
| 297 | + "output":{"shape":"UntagResourceResponse"}, |
| 298 | + "errors":[ |
| 299 | + {"shape":"ResourceNotFoundException"}, |
| 300 | + {"shape":"ResourceInUseException"}, |
| 301 | + {"shape":"TooManyTagsException"}, |
| 302 | + {"shape":"InvalidArgumentException"}, |
| 303 | + {"shape":"ConcurrentModificationException"} |
| 304 | + ] |
| 305 | + }, |
258 | 306 | "UpdateApplication":{ |
259 | 307 | "name":"UpdateApplication", |
260 | 308 | "http":{ |
|
533 | 581 | "Inputs":{"shape":"Inputs"}, |
534 | 582 | "Outputs":{"shape":"Outputs"}, |
535 | 583 | "CloudWatchLoggingOptions":{"shape":"CloudWatchLoggingOptions"}, |
536 | | - "ApplicationCode":{"shape":"ApplicationCode"} |
| 584 | + "ApplicationCode":{"shape":"ApplicationCode"}, |
| 585 | + "Tags":{"shape":"Tags"} |
537 | 586 | } |
538 | 587 | }, |
539 | 588 | "CreateApplicationResponse":{ |
|
686 | 735 | "InAppStreamName":{ |
687 | 736 | "type":"string", |
688 | 737 | "max":32, |
689 | | - "min":1, |
690 | | - "pattern":"[a-zA-Z][a-zA-Z0-9_]+" |
| 738 | + "min":1 |
691 | 739 | }, |
692 | 740 | "InAppStreamNames":{ |
693 | 741 | "type":"list", |
|
696 | 744 | "InAppTableName":{ |
697 | 745 | "type":"string", |
698 | 746 | "max":32, |
699 | | - "min":1, |
700 | | - "pattern":"[a-zA-Z][a-zA-Z0-9_]+" |
| 747 | + "min":1 |
701 | 748 | }, |
702 | 749 | "Input":{ |
703 | 750 | "type":"structure", |
|
873 | 920 | "RecordRowPath":{"shape":"RecordRowPath"} |
874 | 921 | } |
875 | 922 | }, |
| 923 | + "KinesisAnalyticsARN":{ |
| 924 | + "type":"string", |
| 925 | + "max":2048, |
| 926 | + "min":1, |
| 927 | + "pattern":"arn:aws:kinesisanalytics:[a-z]{2}-[a-z]+-\\d{1}+:\\d{12}+:application/[a-zA-Z0-9_.-]{1,128}" |
| 928 | + }, |
876 | 929 | "KinesisFirehoseInput":{ |
877 | 930 | "type":"structure", |
878 | 931 | "required":[ |
|
1028 | 1081 | "HasMoreApplications":{"shape":"BooleanObject"} |
1029 | 1082 | } |
1030 | 1083 | }, |
| 1084 | + "ListTagsForResourceRequest":{ |
| 1085 | + "type":"structure", |
| 1086 | + "required":["ResourceARN"], |
| 1087 | + "members":{ |
| 1088 | + "ResourceARN":{"shape":"KinesisAnalyticsARN"} |
| 1089 | + } |
| 1090 | + }, |
| 1091 | + "ListTagsForResourceResponse":{ |
| 1092 | + "type":"structure", |
| 1093 | + "members":{ |
| 1094 | + "Tags":{"shape":"Tags"} |
| 1095 | + } |
| 1096 | + }, |
1031 | 1097 | "LogStreamARN":{ |
1032 | 1098 | "type":"string", |
1033 | 1099 | "max":2048, |
|
1126 | 1192 | "min":1 |
1127 | 1193 | }, |
1128 | 1194 | "RecordColumnMapping":{"type":"string"}, |
1129 | | - "RecordColumnName":{ |
1130 | | - "type":"string", |
1131 | | - "pattern":"[a-zA-Z_][a-zA-Z0-9_]*" |
1132 | | - }, |
| 1195 | + "RecordColumnName":{"type":"string"}, |
1133 | 1196 | "RecordColumnSqlType":{ |
1134 | 1197 | "type":"string", |
1135 | 1198 | "min":1 |
|
1339 | 1402 | "members":{ |
1340 | 1403 | } |
1341 | 1404 | }, |
| 1405 | + "Tag":{ |
| 1406 | + "type":"structure", |
| 1407 | + "required":["Key"], |
| 1408 | + "members":{ |
| 1409 | + "Key":{"shape":"TagKey"}, |
| 1410 | + "Value":{"shape":"TagValue"} |
| 1411 | + } |
| 1412 | + }, |
| 1413 | + "TagKey":{ |
| 1414 | + "type":"string", |
| 1415 | + "max":128, |
| 1416 | + "min":1 |
| 1417 | + }, |
| 1418 | + "TagKeys":{ |
| 1419 | + "type":"list", |
| 1420 | + "member":{"shape":"TagKey"}, |
| 1421 | + "max":200, |
| 1422 | + "min":1 |
| 1423 | + }, |
| 1424 | + "TagResourceRequest":{ |
| 1425 | + "type":"structure", |
| 1426 | + "required":[ |
| 1427 | + "ResourceARN", |
| 1428 | + "Tags" |
| 1429 | + ], |
| 1430 | + "members":{ |
| 1431 | + "ResourceARN":{"shape":"KinesisAnalyticsARN"}, |
| 1432 | + "Tags":{"shape":"Tags"} |
| 1433 | + } |
| 1434 | + }, |
| 1435 | + "TagResourceResponse":{ |
| 1436 | + "type":"structure", |
| 1437 | + "members":{ |
| 1438 | + } |
| 1439 | + }, |
| 1440 | + "TagValue":{ |
| 1441 | + "type":"string", |
| 1442 | + "max":256, |
| 1443 | + "min":0 |
| 1444 | + }, |
| 1445 | + "Tags":{ |
| 1446 | + "type":"list", |
| 1447 | + "member":{"shape":"Tag"}, |
| 1448 | + "max":200, |
| 1449 | + "min":1 |
| 1450 | + }, |
1342 | 1451 | "Timestamp":{"type":"timestamp"}, |
| 1452 | + "TooManyTagsException":{ |
| 1453 | + "type":"structure", |
| 1454 | + "members":{ |
| 1455 | + "message":{"shape":"ErrorMessage"} |
| 1456 | + }, |
| 1457 | + "exception":true |
| 1458 | + }, |
1343 | 1459 | "UnableToDetectSchemaException":{ |
1344 | 1460 | "type":"structure", |
1345 | 1461 | "members":{ |
|
1356 | 1472 | }, |
1357 | 1473 | "exception":true |
1358 | 1474 | }, |
| 1475 | + "UntagResourceRequest":{ |
| 1476 | + "type":"structure", |
| 1477 | + "required":[ |
| 1478 | + "ResourceARN", |
| 1479 | + "TagKeys" |
| 1480 | + ], |
| 1481 | + "members":{ |
| 1482 | + "ResourceARN":{"shape":"KinesisAnalyticsARN"}, |
| 1483 | + "TagKeys":{"shape":"TagKeys"} |
| 1484 | + } |
| 1485 | + }, |
| 1486 | + "UntagResourceResponse":{ |
| 1487 | + "type":"structure", |
| 1488 | + "members":{ |
| 1489 | + } |
| 1490 | + }, |
1359 | 1491 | "UpdateApplicationRequest":{ |
1360 | 1492 | "type":"structure", |
1361 | 1493 | "required":[ |
|
0 commit comments