|
58 | 58 | "errors":[
|
59 | 59 | {"shape":"InvalidParameterValueException"},
|
60 | 60 | {"shape":"DashboardNotFoundError"},
|
61 |
| - {"shape":"InternalServiceFault"} |
| 61 | + {"shape":"InternalServiceFault"}, |
| 62 | + {"shape":"ConflictException"} |
62 | 63 | ]
|
63 | 64 | },
|
64 | 65 | "DeleteInsightRules":{
|
|
443 | 444 | },
|
444 | 445 | "errors":[
|
445 | 446 | {"shape":"DashboardInvalidInputError"},
|
446 |
| - {"shape":"InternalServiceFault"} |
| 447 | + {"shape":"InternalServiceFault"}, |
| 448 | + {"shape":"ConflictException"} |
447 | 449 | ]
|
448 | 450 | },
|
449 | 451 | "PutInsightRule":{
|
|
585 | 587 | {"shape":"InvalidParameterValueException"},
|
586 | 588 | {"shape":"ResourceNotFoundException"},
|
587 | 589 | {"shape":"ConcurrentModificationException"},
|
588 |
| - {"shape":"InternalServiceFault"} |
| 590 | + {"shape":"InternalServiceFault"}, |
| 591 | + {"shape":"ConflictException"} |
589 | 592 | ]
|
590 | 593 | },
|
591 | 594 | "UntagResource":{
|
|
603 | 606 | {"shape":"InvalidParameterValueException"},
|
604 | 607 | {"shape":"ResourceNotFoundException"},
|
605 | 608 | {"shape":"ConcurrentModificationException"},
|
606 |
| - {"shape":"InternalServiceFault"} |
| 609 | + {"shape":"InternalServiceFault"}, |
| 610 | + {"shape":"ConflictException"} |
607 | 611 | ]
|
608 | 612 | }
|
609 | 613 | },
|
|
836 | 840 | },
|
837 | 841 | "ConcurrentModificationException":{
|
838 | 842 | "type":"structure",
|
839 |
| - "members":{ |
840 |
| - }, |
| 843 | + "members":{}, |
841 | 844 | "error":{
|
842 | 845 | "code":"ConcurrentModificationException",
|
843 | 846 | "httpStatusCode":429,
|
844 | 847 | "senderFault":true
|
845 | 848 | },
|
846 | 849 | "exception":true
|
847 | 850 | },
|
| 851 | + "ConflictException":{ |
| 852 | + "type":"structure", |
| 853 | + "members":{ |
| 854 | + "Message":{"shape":"ErrorMessage"} |
| 855 | + }, |
| 856 | + "exception":true |
| 857 | + }, |
848 | 858 | "Counts":{
|
849 | 859 | "type":"list",
|
850 | 860 | "member":{"shape":"DatapointValue"}
|
|
985 | 995 | },
|
986 | 996 | "DeleteAnomalyDetectorOutput":{
|
987 | 997 | "type":"structure",
|
988 |
| - "members":{ |
989 |
| - } |
| 998 | + "members":{} |
990 | 999 | },
|
991 | 1000 | "DeleteDashboardsInput":{
|
992 | 1001 | "type":"structure",
|
|
997 | 1006 | },
|
998 | 1007 | "DeleteDashboardsOutput":{
|
999 | 1008 | "type":"structure",
|
1000 |
| - "members":{ |
1001 |
| - } |
| 1009 | + "members":{} |
1002 | 1010 | },
|
1003 | 1011 | "DeleteInsightRulesInput":{
|
1004 | 1012 | "type":"structure",
|
|
1022 | 1030 | },
|
1023 | 1031 | "DeleteMetricStreamOutput":{
|
1024 | 1032 | "type":"structure",
|
1025 |
| - "members":{ |
1026 |
| - } |
| 1033 | + "members":{} |
1027 | 1034 | },
|
1028 | 1035 | "DescribeAlarmHistoryInput":{
|
1029 | 1036 | "type":"structure",
|
|
1456 | 1463 | "State":{"shape":"InsightRuleState"},
|
1457 | 1464 | "Schema":{"shape":"InsightRuleSchema"},
|
1458 | 1465 | "Definition":{"shape":"InsightRuleDefinition"},
|
1459 |
| - "ManagedRule":{"shape":"InsightRuleIsManaged"} |
| 1466 | + "ManagedRule":{"shape":"InsightRuleIsManaged"}, |
| 1467 | + "ApplyOnTransformedLogs":{"shape":"InsightRuleOnTransformedLogs"} |
1460 | 1468 | }
|
1461 | 1469 | },
|
1462 | 1470 | "InsightRuleAggregationStatistic":{"type":"string"},
|
|
1552 | 1560 | "type":"list",
|
1553 | 1561 | "member":{"shape":"InsightRuleName"}
|
1554 | 1562 | },
|
| 1563 | + "InsightRuleOnTransformedLogs":{"type":"boolean"}, |
1555 | 1564 | "InsightRuleOrderBy":{
|
1556 | 1565 | "type":"string",
|
1557 | 1566 | "max":32,
|
|
1643 | 1652 | "LastModified":{"type":"timestamp"},
|
1644 | 1653 | "LimitExceededException":{
|
1645 | 1654 | "type":"structure",
|
1646 |
| - "members":{ |
1647 |
| - }, |
| 1655 | + "members":{}, |
1648 | 1656 | "error":{
|
1649 | 1657 | "code":"LimitExceededException",
|
1650 | 1658 | "httpStatusCode":400,
|
|
2150 | 2158 | },
|
2151 | 2159 | "PutAnomalyDetectorOutput":{
|
2152 | 2160 | "type":"structure",
|
2153 |
| - "members":{ |
2154 |
| - } |
| 2161 | + "members":{} |
2155 | 2162 | },
|
2156 | 2163 | "PutCompositeAlarmInput":{
|
2157 | 2164 | "type":"structure",
|
|
2200 | 2207 | "RuleName":{"shape":"InsightRuleName"},
|
2201 | 2208 | "RuleState":{"shape":"InsightRuleState"},
|
2202 | 2209 | "RuleDefinition":{"shape":"InsightRuleDefinition"},
|
2203 |
| - "Tags":{"shape":"TagList"} |
| 2210 | + "Tags":{"shape":"TagList"}, |
| 2211 | + "ApplyOnTransformedLogs":{"shape":"InsightRuleOnTransformedLogs"} |
2204 | 2212 | }
|
2205 | 2213 | },
|
2206 | 2214 | "PutInsightRuleOutput":{
|
2207 | 2215 | "type":"structure",
|
2208 |
| - "members":{ |
2209 |
| - } |
| 2216 | + "members":{} |
2210 | 2217 | },
|
2211 | 2218 | "PutManagedInsightRulesInput":{
|
2212 | 2219 | "type":"structure",
|
|
2422 | 2429 | },
|
2423 | 2430 | "StartMetricStreamsOutput":{
|
2424 | 2431 | "type":"structure",
|
2425 |
| - "members":{ |
2426 |
| - } |
| 2432 | + "members":{} |
2427 | 2433 | },
|
2428 | 2434 | "Stat":{"type":"string"},
|
2429 | 2435 | "StateReason":{
|
|
2493 | 2499 | },
|
2494 | 2500 | "StopMetricStreamsOutput":{
|
2495 | 2501 | "type":"structure",
|
2496 |
| - "members":{ |
2497 |
| - } |
| 2502 | + "members":{} |
2498 | 2503 | },
|
2499 | 2504 | "StorageResolution":{
|
2500 | 2505 | "type":"integer",
|
|
2539 | 2544 | },
|
2540 | 2545 | "TagResourceOutput":{
|
2541 | 2546 | "type":"structure",
|
2542 |
| - "members":{ |
2543 |
| - } |
| 2547 | + "members":{} |
2544 | 2548 | },
|
2545 | 2549 | "TagValue":{
|
2546 | 2550 | "type":"string",
|
|
2577 | 2581 | },
|
2578 | 2582 | "UntagResourceOutput":{
|
2579 | 2583 | "type":"structure",
|
2580 |
| - "members":{ |
2581 |
| - } |
| 2584 | + "members":{} |
2582 | 2585 | },
|
2583 | 2586 | "Values":{
|
2584 | 2587 | "type":"list",
|
|
0 commit comments