|
401 | 401 | {"shape":"InternalServerError"}
|
402 | 402 | ]
|
403 | 403 | },
|
| 404 | + "DescribeRuleGroupSummary":{ |
| 405 | + "name":"DescribeRuleGroupSummary", |
| 406 | + "http":{ |
| 407 | + "method":"POST", |
| 408 | + "requestUri":"/" |
| 409 | + }, |
| 410 | + "input":{"shape":"DescribeRuleGroupSummaryRequest"}, |
| 411 | + "output":{"shape":"DescribeRuleGroupSummaryResponse"}, |
| 412 | + "errors":[ |
| 413 | + {"shape":"InvalidRequestException"}, |
| 414 | + {"shape":"ResourceNotFoundException"}, |
| 415 | + {"shape":"ThrottlingException"}, |
| 416 | + {"shape":"InternalServerError"} |
| 417 | + ] |
| 418 | + }, |
404 | 419 | "DescribeTLSInspectionConfiguration":{
|
405 | 420 | "name":"DescribeTLSInspectionConfiguration",
|
406 | 421 | "http":{
|
|
1243 | 1258 | "DryRun":{"shape":"Boolean"},
|
1244 | 1259 | "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
|
1245 | 1260 | "SourceMetadata":{"shape":"SourceMetadata"},
|
1246 |
| - "AnalyzeRuleGroup":{"shape":"Boolean"} |
| 1261 | + "AnalyzeRuleGroup":{"shape":"Boolean"}, |
| 1262 | + "SummaryConfiguration":{"shape":"SummaryConfiguration"} |
1247 | 1263 | }
|
1248 | 1264 | },
|
1249 | 1265 | "CreateRuleGroupResponse":{
|
|
1319 | 1335 | "type":"list",
|
1320 | 1336 | "member":{"shape":"CustomAction"}
|
1321 | 1337 | },
|
| 1338 | + "DeepThreatInspection":{"type":"boolean"}, |
1322 | 1339 | "DeleteFirewallPolicyRequest":{
|
1323 | 1340 | "type":"structure",
|
1324 | 1341 | "members":{
|
|
1572 | 1589 | "RuleGroupResponse":{"shape":"RuleGroupResponse"}
|
1573 | 1590 | }
|
1574 | 1591 | },
|
| 1592 | + "DescribeRuleGroupSummaryRequest":{ |
| 1593 | + "type":"structure", |
| 1594 | + "members":{ |
| 1595 | + "RuleGroupName":{"shape":"ResourceName"}, |
| 1596 | + "RuleGroupArn":{"shape":"ResourceArn"}, |
| 1597 | + "Type":{"shape":"RuleGroupType"} |
| 1598 | + } |
| 1599 | + }, |
| 1600 | + "DescribeRuleGroupSummaryResponse":{ |
| 1601 | + "type":"structure", |
| 1602 | + "required":["RuleGroupName"], |
| 1603 | + "members":{ |
| 1604 | + "RuleGroupName":{"shape":"ResourceName"}, |
| 1605 | + "Description":{"shape":"Description"}, |
| 1606 | + "Summary":{"shape":"Summary"} |
| 1607 | + } |
| 1608 | + }, |
1575 | 1609 | "DescribeTLSInspectionConfigurationRequest":{
|
1576 | 1610 | "type":"structure",
|
1577 | 1611 | "members":{
|
|
2489 | 2523 | "type":"string",
|
2490 | 2524 | "enum":[
|
2491 | 2525 | "AWS_MANAGED_THREAT_SIGNATURES",
|
2492 |
| - "AWS_MANAGED_DOMAIN_LISTS" |
| 2526 | + "AWS_MANAGED_DOMAIN_LISTS", |
| 2527 | + "ACTIVE_THREAT_DEFENSE" |
2493 | 2528 | ]
|
2494 | 2529 | },
|
2495 | 2530 | "ResourceName":{
|
|
2579 | 2614 | "SourceMetadata":{"shape":"SourceMetadata"},
|
2580 | 2615 | "SnsTopic":{"shape":"ResourceArn"},
|
2581 | 2616 | "LastModifiedTime":{"shape":"LastUpdateTime"},
|
2582 |
| - "AnalysisResults":{"shape":"AnalysisResultList"} |
| 2617 | + "AnalysisResults":{"shape":"AnalysisResultList"}, |
| 2618 | + "SummaryConfiguration":{"shape":"SummaryConfiguration"} |
2583 | 2619 | }
|
2584 | 2620 | },
|
2585 | 2621 | "RuleGroupType":{
|
|
2616 | 2652 | "STRICT_ORDER"
|
2617 | 2653 | ]
|
2618 | 2654 | },
|
| 2655 | + "RuleSummaries":{ |
| 2656 | + "type":"list", |
| 2657 | + "member":{"shape":"RuleSummary"} |
| 2658 | + }, |
| 2659 | + "RuleSummary":{ |
| 2660 | + "type":"structure", |
| 2661 | + "members":{ |
| 2662 | + "SID":{"shape":"CollectionMember_String"}, |
| 2663 | + "Msg":{"shape":"CollectionMember_String"}, |
| 2664 | + "Metadata":{"shape":"CollectionMember_String"} |
| 2665 | + } |
| 2666 | + }, |
2619 | 2667 | "RuleTargets":{
|
2620 | 2668 | "type":"list",
|
2621 | 2669 | "member":{"shape":"CollectionMember_String"}
|
|
2839 | 2887 | "shape":"Priority",
|
2840 | 2888 | "box":true
|
2841 | 2889 | },
|
2842 |
| - "Override":{"shape":"StatefulRuleGroupOverride"} |
| 2890 | + "Override":{"shape":"StatefulRuleGroupOverride"}, |
| 2891 | + "DeepThreatInspection":{"shape":"DeepThreatInspection"} |
2843 | 2892 | }
|
2844 | 2893 | },
|
2845 | 2894 | "StatefulRuleGroupReferences":{
|
|
2952 | 3001 | "type":"list",
|
2953 | 3002 | "member":{"shape":"SubnetMapping"}
|
2954 | 3003 | },
|
| 3004 | + "Summary":{ |
| 3005 | + "type":"structure", |
| 3006 | + "members":{ |
| 3007 | + "RuleSummaries":{"shape":"RuleSummaries"} |
| 3008 | + } |
| 3009 | + }, |
| 3010 | + "SummaryConfiguration":{ |
| 3011 | + "type":"structure", |
| 3012 | + "members":{ |
| 3013 | + "RuleOptions":{"shape":"SummaryRuleOptions"} |
| 3014 | + } |
| 3015 | + }, |
| 3016 | + "SummaryRuleOption":{ |
| 3017 | + "type":"string", |
| 3018 | + "enum":[ |
| 3019 | + "SID", |
| 3020 | + "MSG", |
| 3021 | + "METADATA" |
| 3022 | + ] |
| 3023 | + }, |
| 3024 | + "SummaryRuleOptions":{ |
| 3025 | + "type":"list", |
| 3026 | + "member":{"shape":"SummaryRuleOption"} |
| 3027 | + }, |
2955 | 3028 | "SupportedAvailabilityZones":{
|
2956 | 3029 | "type":"map",
|
2957 | 3030 | "key":{"shape":"AvailabilityZone"},
|
|
3353 | 3426 | "DryRun":{"shape":"Boolean"},
|
3354 | 3427 | "EncryptionConfiguration":{"shape":"EncryptionConfiguration"},
|
3355 | 3428 | "SourceMetadata":{"shape":"SourceMetadata"},
|
3356 |
| - "AnalyzeRuleGroup":{"shape":"Boolean"} |
| 3429 | + "AnalyzeRuleGroup":{"shape":"Boolean"}, |
| 3430 | + "SummaryConfiguration":{"shape":"SummaryConfiguration"} |
3357 | 3431 | }
|
3358 | 3432 | },
|
3359 | 3433 | "UpdateRuleGroupResponse":{
|
|
0 commit comments