aws-sdk-networkfirewall 1.69.0 → 1.70.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cad30eb0730be43dba55f8f37ee7f37fa6154e60acc8b8169a6abf148b9166f2
4
- data.tar.gz: adeec5b752ae386788194748430a990bda96946b679ce8fdc85d430547d7946d
3
+ metadata.gz: 4f3134b43932c0f657c5b217006de08a84e1a85fd28458b4ef25bd21f652c51d
4
+ data.tar.gz: eeee993d3949f5a043bbff10c4aa56c20f5839e8cfc55692c9914c8ef010edb6
5
5
  SHA512:
6
- metadata.gz: 6af62b765cd8c67599e28c6ad31fc0094c86719a7b7c7b172f94eec21fc8a7448c35426174910fe03964c7b6b540994d397fa8f439b5795e4107684d2e0254c4
7
- data.tar.gz: 8e076917fc63035dc0ad614b042dd0b07e68005170f1f22d8b578111517a51e16cef815b77044aea543108d413d766ffeaf2ee0ae2aac5b264775e1c7b9b5f30
6
+ metadata.gz: dd89276d39b0fa979ad8013f054e614318b0f913a6029e3dbb7fd9944ce367faa96bf02d9c4b622f1b4d98b57c8f0218be07da41852d60558b52a58a00bba2b9
7
+ data.tar.gz: 33fa7422069b7380d5ec1500a0e95b64d2c7e95f44476094b0e0368ae4e5c5dc084014d891855f92db9950bb7ec2b4a6ab0db2145a122d71e3885ea8954d8de8
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.70.0 (2025-06-17)
5
+ ------------------
6
+
7
+ * Feature - Release of Active Threat Defense in Network Firewall
8
+
4
9
  1.69.0 (2025-06-16)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.69.0
1
+ 1.70.0
@@ -1054,6 +1054,7 @@ module Aws::NetworkFirewall
1054
1054
  # override: {
1055
1055
  # action: "DROP_TO_ALERT", # accepts DROP_TO_ALERT
1056
1056
  # },
1057
+ # deep_threat_inspection: false,
1057
1058
  # },
1058
1059
  # ],
1059
1060
  # stateful_default_actions: ["CollectionMember_String"],
@@ -1238,6 +1239,17 @@ module Aws::NetworkFirewall
1238
1239
  # the rule group for you. To run the stateless rule group analyzer
1239
1240
  # without creating the rule group, set `DryRun` to `TRUE`.
1240
1241
  #
1242
+ # @option params [Types::SummaryConfiguration] :summary_configuration
1243
+ # An object that contains a `RuleOptions` array of strings. You use
1244
+ # `RuleOptions` to determine which of the following RuleSummary values
1245
+ # are returned in response to `DescribeRuleGroupSummary`.
1246
+ #
1247
+ # * `Metadata` - returns
1248
+ #
1249
+ # * `Msg`
1250
+ #
1251
+ # * `SID`
1252
+ #
1241
1253
  # @return [Types::CreateRuleGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1242
1254
  #
1243
1255
  # * {Types::CreateRuleGroupResponse#update_token #update_token} => String
@@ -1373,6 +1385,9 @@ module Aws::NetworkFirewall
1373
1385
  # source_update_token: "UpdateToken",
1374
1386
  # },
1375
1387
  # analyze_rule_group: false,
1388
+ # summary_configuration: {
1389
+ # rule_options: ["SID"], # accepts SID, MSG, METADATA
1390
+ # },
1376
1391
  # })
1377
1392
  #
1378
1393
  # @example Response structure
@@ -1401,6 +1416,8 @@ module Aws::NetworkFirewall
1401
1416
  # resp.rule_group_response.analysis_results[0].identified_rule_ids[0] #=> String
1402
1417
  # resp.rule_group_response.analysis_results[0].identified_type #=> String, one of "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS"
1403
1418
  # resp.rule_group_response.analysis_results[0].analysis_detail #=> String
1419
+ # resp.rule_group_response.summary_configuration.rule_options #=> Array
1420
+ # resp.rule_group_response.summary_configuration.rule_options[0] #=> String, one of "SID", "MSG", "METADATA"
1404
1421
  #
1405
1422
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/CreateRuleGroup AWS API Documentation
1406
1423
  #
@@ -1814,7 +1831,7 @@ module Aws::NetworkFirewall
1814
1831
  # the firewall owner or the transit gateway owner can delete the
1815
1832
  # attachment.
1816
1833
  #
1817
- # After you delete a transit gateway attachment, traffic will no longer
1834
+ # After you delete a transit gateway attachment, raffic will no longer
1818
1835
  # flow through the firewall endpoints.
1819
1836
  #
1820
1837
  # After you initiate the delete operation, use DescribeFirewall to
@@ -1933,6 +1950,8 @@ module Aws::NetworkFirewall
1933
1950
  # resp.rule_group_response.analysis_results[0].identified_rule_ids[0] #=> String
1934
1951
  # resp.rule_group_response.analysis_results[0].identified_type #=> String, one of "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS"
1935
1952
  # resp.rule_group_response.analysis_results[0].analysis_detail #=> String
1953
+ # resp.rule_group_response.summary_configuration.rule_options #=> Array
1954
+ # resp.rule_group_response.summary_configuration.rule_options[0] #=> String, one of "SID", "MSG", "METADATA"
1936
1955
  #
1937
1956
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DeleteRuleGroup AWS API Documentation
1938
1957
  #
@@ -2232,6 +2251,7 @@ module Aws::NetworkFirewall
2232
2251
  # resp.firewall_policy.stateful_rule_group_references[0].resource_arn #=> String
2233
2252
  # resp.firewall_policy.stateful_rule_group_references[0].priority #=> Integer
2234
2253
  # resp.firewall_policy.stateful_rule_group_references[0].override.action #=> String, one of "DROP_TO_ALERT"
2254
+ # resp.firewall_policy.stateful_rule_group_references[0].deep_threat_inspection #=> Boolean
2235
2255
  # resp.firewall_policy.stateful_default_actions #=> Array
2236
2256
  # resp.firewall_policy.stateful_default_actions[0] #=> String
2237
2257
  # resp.firewall_policy.stateful_engine_options.rule_order #=> String, one of "DEFAULT_ACTION_ORDER", "STRICT_ORDER"
@@ -2523,6 +2543,8 @@ module Aws::NetworkFirewall
2523
2543
  # resp.rule_group_response.analysis_results[0].identified_rule_ids[0] #=> String
2524
2544
  # resp.rule_group_response.analysis_results[0].identified_type #=> String, one of "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS"
2525
2545
  # resp.rule_group_response.analysis_results[0].analysis_detail #=> String
2546
+ # resp.rule_group_response.summary_configuration.rule_options #=> Array
2547
+ # resp.rule_group_response.summary_configuration.rule_options[0] #=> String, one of "SID", "MSG", "METADATA"
2526
2548
  #
2527
2549
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DescribeRuleGroup AWS API Documentation
2528
2550
  #
@@ -2597,6 +2619,69 @@ module Aws::NetworkFirewall
2597
2619
  req.send_request(options)
2598
2620
  end
2599
2621
 
2622
+ # Returns detailed information for a stateful rule group.
2623
+ #
2624
+ # For active threat defense Amazon Web Services managed rule groups,
2625
+ # this operation provides insight into the protections enabled by the
2626
+ # rule group, based on Suricata rule metadata fields. Summaries are
2627
+ # available for rule groups you manage and for active threat defense
2628
+ # Amazon Web Services managed rule groups.
2629
+ #
2630
+ # To modify how threat information appears in summaries, use the
2631
+ # `SummaryConfiguration` parameter in UpdateRuleGroup.
2632
+ #
2633
+ # @option params [String] :rule_group_name
2634
+ # The descriptive name of the rule group. You can't change the name of
2635
+ # a rule group after you create it.
2636
+ #
2637
+ # You must specify the ARN or the name, and you can specify both.
2638
+ #
2639
+ # @option params [String] :rule_group_arn
2640
+ # Required. The Amazon Resource Name (ARN) of the rule group.
2641
+ #
2642
+ # You must specify the ARN or the name, and you can specify both.
2643
+ #
2644
+ # @option params [String] :type
2645
+ # The type of rule group you want a summary for. This is a required
2646
+ # field.
2647
+ #
2648
+ # Valid value: `STATEFUL`
2649
+ #
2650
+ # Note that `STATELESS` exists but is not currently supported. If you
2651
+ # provide `STATELESS`, an exception is returned.
2652
+ #
2653
+ # @return [Types::DescribeRuleGroupSummaryResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2654
+ #
2655
+ # * {Types::DescribeRuleGroupSummaryResponse#rule_group_name #rule_group_name} => String
2656
+ # * {Types::DescribeRuleGroupSummaryResponse#description #description} => String
2657
+ # * {Types::DescribeRuleGroupSummaryResponse#summary #summary} => Types::Summary
2658
+ #
2659
+ # @example Request syntax with placeholder values
2660
+ #
2661
+ # resp = client.describe_rule_group_summary({
2662
+ # rule_group_name: "ResourceName",
2663
+ # rule_group_arn: "ResourceArn",
2664
+ # type: "STATELESS", # accepts STATELESS, STATEFUL
2665
+ # })
2666
+ #
2667
+ # @example Response structure
2668
+ #
2669
+ # resp.rule_group_name #=> String
2670
+ # resp.description #=> String
2671
+ # resp.summary.rule_summaries #=> Array
2672
+ # resp.summary.rule_summaries[0].sid #=> String
2673
+ # resp.summary.rule_summaries[0].msg #=> String
2674
+ # resp.summary.rule_summaries[0].metadata #=> String
2675
+ #
2676
+ # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DescribeRuleGroupSummary AWS API Documentation
2677
+ #
2678
+ # @overload describe_rule_group_summary(params = {})
2679
+ # @param [Hash] params ({})
2680
+ def describe_rule_group_summary(params = {}, options = {})
2681
+ req = build_request(:describe_rule_group_summary, params)
2682
+ req.send_request(options)
2683
+ end
2684
+
2600
2685
  # Returns the data objects for the specified TLS inspection
2601
2686
  # configuration.
2602
2687
  #
@@ -3352,7 +3437,7 @@ module Aws::NetworkFirewall
3352
3437
  # next_token: "PaginationToken",
3353
3438
  # max_results: 1,
3354
3439
  # scope: "MANAGED", # accepts MANAGED, ACCOUNT
3355
- # managed_type: "AWS_MANAGED_THREAT_SIGNATURES", # accepts AWS_MANAGED_THREAT_SIGNATURES, AWS_MANAGED_DOMAIN_LISTS
3440
+ # managed_type: "AWS_MANAGED_THREAT_SIGNATURES", # accepts AWS_MANAGED_THREAT_SIGNATURES, AWS_MANAGED_DOMAIN_LISTS, ACTIVE_THREAT_DEFENSE
3356
3441
  # type: "STATELESS", # accepts STATELESS, STATEFUL
3357
3442
  # })
3358
3443
  #
@@ -3630,9 +3715,8 @@ module Aws::NetworkFirewall
3630
3715
  # creation of routing components between the transit gateway and
3631
3716
  # firewall endpoints.
3632
3717
  #
3633
- # Only the transit gateway owner can reject the attachment. After
3634
- # rejection, no traffic will flow through the firewall endpoints for
3635
- # this attachment.
3718
+ # Only the firewall owner can reject the attachment. After rejection, no
3719
+ # traffic will flow through the firewall endpoints for this attachment.
3636
3720
  #
3637
3721
  # Use DescribeFirewall to monitor the rejection status. To accept the
3638
3722
  # attachment instead of rejecting it, use
@@ -4431,6 +4515,7 @@ module Aws::NetworkFirewall
4431
4515
  # override: {
4432
4516
  # action: "DROP_TO_ALERT", # accepts DROP_TO_ALERT
4433
4517
  # },
4518
+ # deep_threat_inspection: false,
4434
4519
  # },
4435
4520
  # ],
4436
4521
  # stateful_default_actions: ["CollectionMember_String"],
@@ -4757,6 +4842,11 @@ module Aws::NetworkFirewall
4757
4842
  # the rule group for you. To run the stateless rule group analyzer
4758
4843
  # without updating the rule group, set `DryRun` to `TRUE`.
4759
4844
  #
4845
+ # @option params [Types::SummaryConfiguration] :summary_configuration
4846
+ # Updates the selected summary configuration for a rule group.
4847
+ #
4848
+ # Changes affect subsequent responses from DescribeRuleGroupSummary.
4849
+ #
4760
4850
  # @return [Types::UpdateRuleGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4761
4851
  #
4762
4852
  # * {Types::UpdateRuleGroupResponse#update_token #update_token} => String
@@ -4887,6 +4977,9 @@ module Aws::NetworkFirewall
4887
4977
  # source_update_token: "UpdateToken",
4888
4978
  # },
4889
4979
  # analyze_rule_group: false,
4980
+ # summary_configuration: {
4981
+ # rule_options: ["SID"], # accepts SID, MSG, METADATA
4982
+ # },
4890
4983
  # })
4891
4984
  #
4892
4985
  # @example Response structure
@@ -4915,6 +5008,8 @@ module Aws::NetworkFirewall
4915
5008
  # resp.rule_group_response.analysis_results[0].identified_rule_ids[0] #=> String
4916
5009
  # resp.rule_group_response.analysis_results[0].identified_type #=> String, one of "STATELESS_RULE_FORWARDING_ASYMMETRICALLY", "STATELESS_RULE_CONTAINS_TCP_FLAGS"
4917
5010
  # resp.rule_group_response.analysis_results[0].analysis_detail #=> String
5011
+ # resp.rule_group_response.summary_configuration.rule_options #=> Array
5012
+ # resp.rule_group_response.summary_configuration.rule_options[0] #=> String, one of "SID", "MSG", "METADATA"
4918
5013
  #
4919
5014
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/UpdateRuleGroup AWS API Documentation
4920
5015
  #
@@ -5171,7 +5266,7 @@ module Aws::NetworkFirewall
5171
5266
  tracer: tracer
5172
5267
  )
5173
5268
  context[:gem_name] = 'aws-sdk-networkfirewall'
5174
- context[:gem_version] = '1.69.0'
5269
+ context[:gem_version] = '1.70.0'
5175
5270
  Seahorse::Client::Request.new(handlers, context)
5176
5271
  end
5177
5272
 
@@ -71,6 +71,7 @@ module Aws::NetworkFirewall
71
71
  CreateVpcEndpointAssociationResponse = Shapes::StructureShape.new(name: 'CreateVpcEndpointAssociationResponse')
72
72
  CustomAction = Shapes::StructureShape.new(name: 'CustomAction')
73
73
  CustomActions = Shapes::ListShape.new(name: 'CustomActions')
74
+ DeepThreatInspection = Shapes::BooleanShape.new(name: 'DeepThreatInspection')
74
75
  DeleteFirewallPolicyRequest = Shapes::StructureShape.new(name: 'DeleteFirewallPolicyRequest')
75
76
  DeleteFirewallPolicyResponse = Shapes::StructureShape.new(name: 'DeleteFirewallPolicyResponse')
76
77
  DeleteFirewallRequest = Shapes::StructureShape.new(name: 'DeleteFirewallRequest')
@@ -101,6 +102,8 @@ module Aws::NetworkFirewall
101
102
  DescribeRuleGroupMetadataResponse = Shapes::StructureShape.new(name: 'DescribeRuleGroupMetadataResponse')
102
103
  DescribeRuleGroupRequest = Shapes::StructureShape.new(name: 'DescribeRuleGroupRequest')
103
104
  DescribeRuleGroupResponse = Shapes::StructureShape.new(name: 'DescribeRuleGroupResponse')
105
+ DescribeRuleGroupSummaryRequest = Shapes::StructureShape.new(name: 'DescribeRuleGroupSummaryRequest')
106
+ DescribeRuleGroupSummaryResponse = Shapes::StructureShape.new(name: 'DescribeRuleGroupSummaryResponse')
104
107
  DescribeTLSInspectionConfigurationRequest = Shapes::StructureShape.new(name: 'DescribeTLSInspectionConfigurationRequest')
105
108
  DescribeTLSInspectionConfigurationResponse = Shapes::StructureShape.new(name: 'DescribeTLSInspectionConfigurationResponse')
106
109
  DescribeVpcEndpointAssociationRequest = Shapes::StructureShape.new(name: 'DescribeVpcEndpointAssociationRequest')
@@ -247,6 +250,8 @@ module Aws::NetworkFirewall
247
250
  RuleOption = Shapes::StructureShape.new(name: 'RuleOption')
248
251
  RuleOptions = Shapes::ListShape.new(name: 'RuleOptions')
249
252
  RuleOrder = Shapes::StringShape.new(name: 'RuleOrder')
253
+ RuleSummaries = Shapes::ListShape.new(name: 'RuleSummaries')
254
+ RuleSummary = Shapes::StructureShape.new(name: 'RuleSummary')
250
255
  RuleTargets = Shapes::ListShape.new(name: 'RuleTargets')
251
256
  RuleVariableName = Shapes::StringShape.new(name: 'RuleVariableName')
252
257
  RuleVariables = Shapes::StructureShape.new(name: 'RuleVariables')
@@ -293,6 +298,10 @@ module Aws::NetworkFirewall
293
298
  StreamExceptionPolicy = Shapes::StringShape.new(name: 'StreamExceptionPolicy')
294
299
  SubnetMapping = Shapes::StructureShape.new(name: 'SubnetMapping')
295
300
  SubnetMappings = Shapes::ListShape.new(name: 'SubnetMappings')
301
+ Summary = Shapes::StructureShape.new(name: 'Summary')
302
+ SummaryConfiguration = Shapes::StructureShape.new(name: 'SummaryConfiguration')
303
+ SummaryRuleOption = Shapes::StringShape.new(name: 'SummaryRuleOption')
304
+ SummaryRuleOptions = Shapes::ListShape.new(name: 'SummaryRuleOptions')
296
305
  SupportedAvailabilityZones = Shapes::MapShape.new(name: 'SupportedAvailabilityZones')
297
306
  SyncState = Shapes::StructureShape.new(name: 'SyncState')
298
307
  SyncStateConfig = Shapes::MapShape.new(name: 'SyncStateConfig')
@@ -514,6 +523,7 @@ module Aws::NetworkFirewall
514
523
  CreateRuleGroupRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
515
524
  CreateRuleGroupRequest.add_member(:source_metadata, Shapes::ShapeRef.new(shape: SourceMetadata, location_name: "SourceMetadata"))
516
525
  CreateRuleGroupRequest.add_member(:analyze_rule_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnalyzeRuleGroup"))
526
+ CreateRuleGroupRequest.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, location_name: "SummaryConfiguration"))
517
527
  CreateRuleGroupRequest.struct_class = Types::CreateRuleGroupRequest
518
528
 
519
529
  CreateRuleGroupResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
@@ -685,6 +695,16 @@ module Aws::NetworkFirewall
685
695
  DescribeRuleGroupResponse.add_member(:rule_group_response, Shapes::ShapeRef.new(shape: RuleGroupResponse, required: true, location_name: "RuleGroupResponse"))
686
696
  DescribeRuleGroupResponse.struct_class = Types::DescribeRuleGroupResponse
687
697
 
698
+ DescribeRuleGroupSummaryRequest.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RuleGroupName"))
699
+ DescribeRuleGroupSummaryRequest.add_member(:rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "RuleGroupArn"))
700
+ DescribeRuleGroupSummaryRequest.add_member(:type, Shapes::ShapeRef.new(shape: RuleGroupType, location_name: "Type"))
701
+ DescribeRuleGroupSummaryRequest.struct_class = Types::DescribeRuleGroupSummaryRequest
702
+
703
+ DescribeRuleGroupSummaryResponse.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, required: true, location_name: "RuleGroupName"))
704
+ DescribeRuleGroupSummaryResponse.add_member(:description, Shapes::ShapeRef.new(shape: Description, location_name: "Description"))
705
+ DescribeRuleGroupSummaryResponse.add_member(:summary, Shapes::ShapeRef.new(shape: Summary, location_name: "Summary"))
706
+ DescribeRuleGroupSummaryResponse.struct_class = Types::DescribeRuleGroupSummaryResponse
707
+
688
708
  DescribeTLSInspectionConfigurationRequest.add_member(:tls_inspection_configuration_arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "TLSInspectionConfigurationArn"))
689
709
  DescribeTLSInspectionConfigurationRequest.add_member(:tls_inspection_configuration_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "TLSInspectionConfigurationName"))
690
710
  DescribeTLSInspectionConfigurationRequest.struct_class = Types::DescribeTLSInspectionConfigurationRequest
@@ -1103,6 +1123,7 @@ module Aws::NetworkFirewall
1103
1123
  RuleGroupResponse.add_member(:sns_topic, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "SnsTopic"))
1104
1124
  RuleGroupResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastUpdateTime, location_name: "LastModifiedTime"))
1105
1125
  RuleGroupResponse.add_member(:analysis_results, Shapes::ShapeRef.new(shape: AnalysisResultList, location_name: "AnalysisResults"))
1126
+ RuleGroupResponse.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, location_name: "SummaryConfiguration"))
1106
1127
  RuleGroupResponse.struct_class = Types::RuleGroupResponse
1107
1128
 
1108
1129
  RuleGroups.member = Shapes::ShapeRef.new(shape: RuleGroupMetadata)
@@ -1115,6 +1136,13 @@ module Aws::NetworkFirewall
1115
1136
 
1116
1137
  RuleOptions.member = Shapes::ShapeRef.new(shape: RuleOption)
1117
1138
 
1139
+ RuleSummaries.member = Shapes::ShapeRef.new(shape: RuleSummary)
1140
+
1141
+ RuleSummary.add_member(:sid, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "SID"))
1142
+ RuleSummary.add_member(:msg, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "Msg"))
1143
+ RuleSummary.add_member(:metadata, Shapes::ShapeRef.new(shape: CollectionMember_String, location_name: "Metadata"))
1144
+ RuleSummary.struct_class = Types::RuleSummary
1145
+
1118
1146
  RuleTargets.member = Shapes::ShapeRef.new(shape: CollectionMember_String)
1119
1147
 
1120
1148
  RuleVariables.add_member(:ip_sets, Shapes::ShapeRef.new(shape: IPSets, location_name: "IPSets"))
@@ -1212,6 +1240,7 @@ module Aws::NetworkFirewall
1212
1240
  StatefulRuleGroupReference.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
1213
1241
  StatefulRuleGroupReference.add_member(:priority, Shapes::ShapeRef.new(shape: Priority, location_name: "Priority", metadata: {"box" => true}))
1214
1242
  StatefulRuleGroupReference.add_member(:override, Shapes::ShapeRef.new(shape: StatefulRuleGroupOverride, location_name: "Override"))
1243
+ StatefulRuleGroupReference.add_member(:deep_threat_inspection, Shapes::ShapeRef.new(shape: DeepThreatInspection, location_name: "DeepThreatInspection"))
1215
1244
  StatefulRuleGroupReference.struct_class = Types::StatefulRuleGroupReference
1216
1245
 
1217
1246
  StatefulRuleGroupReferences.member = Shapes::ShapeRef.new(shape: StatefulRuleGroupReference)
@@ -1245,6 +1274,14 @@ module Aws::NetworkFirewall
1245
1274
 
1246
1275
  SubnetMappings.member = Shapes::ShapeRef.new(shape: SubnetMapping)
1247
1276
 
1277
+ Summary.add_member(:rule_summaries, Shapes::ShapeRef.new(shape: RuleSummaries, location_name: "RuleSummaries"))
1278
+ Summary.struct_class = Types::Summary
1279
+
1280
+ SummaryConfiguration.add_member(:rule_options, Shapes::ShapeRef.new(shape: SummaryRuleOptions, location_name: "RuleOptions"))
1281
+ SummaryConfiguration.struct_class = Types::SummaryConfiguration
1282
+
1283
+ SummaryRuleOptions.member = Shapes::ShapeRef.new(shape: SummaryRuleOption)
1284
+
1248
1285
  SupportedAvailabilityZones.key = Shapes::ShapeRef.new(shape: AvailabilityZone)
1249
1286
  SupportedAvailabilityZones.value = Shapes::ShapeRef.new(shape: AvailabilityZoneMetadata)
1250
1287
 
@@ -1436,6 +1473,7 @@ module Aws::NetworkFirewall
1436
1473
  UpdateRuleGroupRequest.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
1437
1474
  UpdateRuleGroupRequest.add_member(:source_metadata, Shapes::ShapeRef.new(shape: SourceMetadata, location_name: "SourceMetadata"))
1438
1475
  UpdateRuleGroupRequest.add_member(:analyze_rule_group, Shapes::ShapeRef.new(shape: Boolean, location_name: "AnalyzeRuleGroup"))
1476
+ UpdateRuleGroupRequest.add_member(:summary_configuration, Shapes::ShapeRef.new(shape: SummaryConfiguration, location_name: "SummaryConfiguration"))
1439
1477
  UpdateRuleGroupRequest.struct_class = Types::UpdateRuleGroupRequest
1440
1478
 
1441
1479
  UpdateRuleGroupResponse.add_member(:update_token, Shapes::ShapeRef.new(shape: UpdateToken, required: true, location_name: "UpdateToken"))
@@ -1823,6 +1861,18 @@ module Aws::NetworkFirewall
1823
1861
  o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1824
1862
  end)
1825
1863
 
1864
+ api.add_operation(:describe_rule_group_summary, Seahorse::Model::Operation.new.tap do |o|
1865
+ o.name = "DescribeRuleGroupSummary"
1866
+ o.http_method = "POST"
1867
+ o.http_request_uri = "/"
1868
+ o.input = Shapes::ShapeRef.new(shape: DescribeRuleGroupSummaryRequest)
1869
+ o.output = Shapes::ShapeRef.new(shape: DescribeRuleGroupSummaryResponse)
1870
+ o.errors << Shapes::ShapeRef.new(shape: InvalidRequestException)
1871
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1872
+ o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
1873
+ o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
1874
+ end)
1875
+
1826
1876
  api.add_operation(:describe_tls_inspection_configuration, Seahorse::Model::Operation.new.tap do |o|
1827
1877
  o.name = "DescribeTLSInspectionConfiguration"
1828
1878
  o.http_method = "POST"
@@ -1146,6 +1146,18 @@ module Aws::NetworkFirewall
1146
1146
  # analyzer without creating the rule group, set `DryRun` to `TRUE`.
1147
1147
  # @return [Boolean]
1148
1148
  #
1149
+ # @!attribute [rw] summary_configuration
1150
+ # An object that contains a `RuleOptions` array of strings. You use
1151
+ # `RuleOptions` to determine which of the following RuleSummary values
1152
+ # are returned in response to `DescribeRuleGroupSummary`.
1153
+ #
1154
+ # * `Metadata` - returns
1155
+ #
1156
+ # * `Msg`
1157
+ #
1158
+ # * `SID`
1159
+ # @return [Types::SummaryConfiguration]
1160
+ #
1149
1161
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/CreateRuleGroupRequest AWS API Documentation
1150
1162
  #
1151
1163
  class CreateRuleGroupRequest < Struct.new(
@@ -1159,7 +1171,8 @@ module Aws::NetworkFirewall
1159
1171
  :dry_run,
1160
1172
  :encryption_configuration,
1161
1173
  :source_metadata,
1162
- :analyze_rule_group)
1174
+ :analyze_rule_group,
1175
+ :summary_configuration)
1163
1176
  SENSITIVE = []
1164
1177
  include Aws::Structure
1165
1178
  end
@@ -2233,6 +2246,73 @@ module Aws::NetworkFirewall
2233
2246
  include Aws::Structure
2234
2247
  end
2235
2248
 
2249
+ # @!attribute [rw] rule_group_name
2250
+ # The descriptive name of the rule group. You can't change the name
2251
+ # of a rule group after you create it.
2252
+ #
2253
+ # You must specify the ARN or the name, and you can specify both.
2254
+ # @return [String]
2255
+ #
2256
+ # @!attribute [rw] rule_group_arn
2257
+ # Required. The Amazon Resource Name (ARN) of the rule group.
2258
+ #
2259
+ # You must specify the ARN or the name, and you can specify both.
2260
+ # @return [String]
2261
+ #
2262
+ # @!attribute [rw] type
2263
+ # The type of rule group you want a summary for. This is a required
2264
+ # field.
2265
+ #
2266
+ # Valid value: `STATEFUL`
2267
+ #
2268
+ # Note that `STATELESS` exists but is not currently supported. If you
2269
+ # provide `STATELESS`, an exception is returned.
2270
+ # @return [String]
2271
+ #
2272
+ # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DescribeRuleGroupSummaryRequest AWS API Documentation
2273
+ #
2274
+ class DescribeRuleGroupSummaryRequest < Struct.new(
2275
+ :rule_group_name,
2276
+ :rule_group_arn,
2277
+ :type)
2278
+ SENSITIVE = []
2279
+ include Aws::Structure
2280
+ end
2281
+
2282
+ # @!attribute [rw] rule_group_name
2283
+ # The descriptive name of the rule group. You can't change the name
2284
+ # of a rule group after you create it.
2285
+ # @return [String]
2286
+ #
2287
+ # @!attribute [rw] description
2288
+ # A description of the rule group.
2289
+ # @return [String]
2290
+ #
2291
+ # @!attribute [rw] summary
2292
+ # A complex type that contains rule information based on the rule
2293
+ # group's configured summary settings. The content varies depending
2294
+ # on the fields that you specified to extract in your
2295
+ # SummaryConfiguration. When you haven't configured any summary
2296
+ # settings, this returns an empty array. The response might include:
2297
+ #
2298
+ # * Rule identifiers
2299
+ #
2300
+ # * Rule descriptions
2301
+ #
2302
+ # * Any metadata fields that you specified in your
2303
+ # SummaryConfiguration
2304
+ # @return [Types::Summary]
2305
+ #
2306
+ # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DescribeRuleGroupSummaryResponse AWS API Documentation
2307
+ #
2308
+ class DescribeRuleGroupSummaryResponse < Struct.new(
2309
+ :rule_group_name,
2310
+ :description,
2311
+ :summary)
2312
+ SENSITIVE = []
2313
+ include Aws::Structure
2314
+ end
2315
+
2236
2316
  # @!attribute [rw] tls_inspection_configuration_arn
2237
2317
  # The Amazon Resource Name (ARN) of the TLS inspection configuration.
2238
2318
  #
@@ -4911,6 +4991,16 @@ module Aws::NetworkFirewall
4911
4991
  # in the list of analysis results.
4912
4992
  # @return [Array<Types::AnalysisResult>]
4913
4993
  #
4994
+ # @!attribute [rw] summary_configuration
4995
+ # A complex type containing the currently selected rule option fields
4996
+ # that will be displayed for rule summarization returned by
4997
+ # DescribeRuleGroupSummary.
4998
+ #
4999
+ # * The `RuleOptions` specified in SummaryConfiguration
5000
+ #
5001
+ # * Rule metadata organization preferences
5002
+ # @return [Types::SummaryConfiguration]
5003
+ #
4914
5004
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/RuleGroupResponse AWS API Documentation
4915
5005
  #
4916
5006
  class RuleGroupResponse < Struct.new(
@@ -4928,7 +5018,8 @@ module Aws::NetworkFirewall
4928
5018
  :source_metadata,
4929
5019
  :sns_topic,
4930
5020
  :last_modified_time,
4931
- :analysis_results)
5021
+ :analysis_results,
5022
+ :summary_configuration)
4932
5023
  SENSITIVE = []
4933
5024
  include Aws::Structure
4934
5025
  end
@@ -4967,6 +5058,39 @@ module Aws::NetworkFirewall
4967
5058
  include Aws::Structure
4968
5059
  end
4969
5060
 
5061
+ # A complex type containing details about a Suricata rule. Contains:
5062
+ #
5063
+ # * `SID`
5064
+ #
5065
+ # * `Msg`
5066
+ #
5067
+ # * `Metadata`
5068
+ #
5069
+ # Summaries are available for rule groups you manage and for active
5070
+ # threat defense Amazon Web Services managed rule groups.
5071
+ #
5072
+ # @!attribute [rw] sid
5073
+ # The unique identifier (Signature ID) of the Suricata rule.
5074
+ # @return [String]
5075
+ #
5076
+ # @!attribute [rw] msg
5077
+ # The contents taken from the rule's msg field.
5078
+ # @return [String]
5079
+ #
5080
+ # @!attribute [rw] metadata
5081
+ # The contents of the rule's metadata.
5082
+ # @return [String]
5083
+ #
5084
+ # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/RuleSummary AWS API Documentation
5085
+ #
5086
+ class RuleSummary < Struct.new(
5087
+ :sid,
5088
+ :msg,
5089
+ :metadata)
5090
+ SENSITIVE = []
5091
+ include Aws::Structure
5092
+ end
5093
+
4970
5094
  # Settings that are available for use in the rules in the RuleGroup
4971
5095
  # where this is defined. See CreateRuleGroup or UpdateRuleGroup for
4972
5096
  # usage.
@@ -5644,12 +5768,32 @@ module Aws::NetworkFirewall
5644
5768
  # the rule group within a policy.
5645
5769
  # @return [Types::StatefulRuleGroupOverride]
5646
5770
  #
5771
+ # @!attribute [rw] deep_threat_inspection
5772
+ # Network Firewall plans to augment the active threat defense managed
5773
+ # rule group with an additional deep threat inspection capability.
5774
+ # When this capability is released, Amazon Web Services will analyze
5775
+ # service logs of network traffic processed by these rule groups to
5776
+ # identify threat indicators across customers. Amazon Web Services
5777
+ # will use these threat indicators to improve the active threat
5778
+ # defense managed rule groups and protect the security of Amazon Web
5779
+ # Services customers and services.
5780
+ #
5781
+ # <note markdown="1"> Customers can opt-out of deep threat inspection at any time through
5782
+ # the Network Firewall console or API. When customers opt out, Network
5783
+ # Firewall will not use the network traffic processed by those
5784
+ # customers' active threat defense rule groups for rule group
5785
+ # improvement.
5786
+ #
5787
+ # </note>
5788
+ # @return [Boolean]
5789
+ #
5647
5790
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/StatefulRuleGroupReference AWS API Documentation
5648
5791
  #
5649
5792
  class StatefulRuleGroupReference < Struct.new(
5650
5793
  :resource_arn,
5651
5794
  :priority,
5652
- :override)
5795
+ :override,
5796
+ :deep_threat_inspection)
5653
5797
  SENSITIVE = []
5654
5798
  include Aws::Structure
5655
5799
  end
@@ -5787,6 +5931,52 @@ module Aws::NetworkFirewall
5787
5931
  include Aws::Structure
5788
5932
  end
5789
5933
 
5934
+ # A complex type containing summaries of security protections provided
5935
+ # by a rule group.
5936
+ #
5937
+ # Network Firewall extracts this information from selected fields in the
5938
+ # rule group's Suricata rules, based on your SummaryConfiguration
5939
+ # settings.
5940
+ #
5941
+ # @!attribute [rw] rule_summaries
5942
+ # An array of RuleSummary objects containing individual rule details
5943
+ # that had been configured by the rulegroup's SummaryConfiguration.
5944
+ # @return [Array<Types::RuleSummary>]
5945
+ #
5946
+ # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/Summary AWS API Documentation
5947
+ #
5948
+ class Summary < Struct.new(
5949
+ :rule_summaries)
5950
+ SENSITIVE = []
5951
+ include Aws::Structure
5952
+ end
5953
+
5954
+ # A complex type that specifies which Suricata rule metadata fields to
5955
+ # use when displaying threat information. Contains:
5956
+ #
5957
+ # * `RuleOptions` - The Suricata rule options fields to extract and
5958
+ # display
5959
+ #
5960
+ # ^
5961
+ #
5962
+ # These settings affect how threat information appears in both the
5963
+ # console and API responses. Summaries are available for rule groups you
5964
+ # manage and for active threat defense Amazon Web Services managed rule
5965
+ # groups.
5966
+ #
5967
+ # @!attribute [rw] rule_options
5968
+ # Specifies the selected rule options returned by
5969
+ # DescribeRuleGroupSummary.
5970
+ # @return [Array<String>]
5971
+ #
5972
+ # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/SummaryConfiguration AWS API Documentation
5973
+ #
5974
+ class SummaryConfiguration < Struct.new(
5975
+ :rule_options)
5976
+ SENSITIVE = []
5977
+ include Aws::Structure
5978
+ end
5979
+
5790
5980
  # The status of the firewall endpoint and firewall policy configuration
5791
5981
  # for a single VPC subnet. This is part of the FirewallStatus.
5792
5982
  #
@@ -7102,6 +7292,12 @@ module Aws::NetworkFirewall
7102
7292
  # analyzer without updating the rule group, set `DryRun` to `TRUE`.
7103
7293
  # @return [Boolean]
7104
7294
  #
7295
+ # @!attribute [rw] summary_configuration
7296
+ # Updates the selected summary configuration for a rule group.
7297
+ #
7298
+ # Changes affect subsequent responses from DescribeRuleGroupSummary.
7299
+ # @return [Types::SummaryConfiguration]
7300
+ #
7105
7301
  # @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/UpdateRuleGroupRequest AWS API Documentation
7106
7302
  #
7107
7303
  class UpdateRuleGroupRequest < Struct.new(
@@ -7115,7 +7311,8 @@ module Aws::NetworkFirewall
7115
7311
  :dry_run,
7116
7312
  :encryption_configuration,
7117
7313
  :source_metadata,
7118
- :analyze_rule_group)
7314
+ :analyze_rule_group,
7315
+ :summary_configuration)
7119
7316
  SENSITIVE = []
7120
7317
  include Aws::Structure
7121
7318
  end
@@ -54,7 +54,7 @@ module Aws::NetworkFirewall
54
54
  autoload :EndpointProvider, 'aws-sdk-networkfirewall/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-networkfirewall/endpoints'
56
56
 
57
- GEM_VERSION = '1.69.0'
57
+ GEM_VERSION = '1.70.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -224,7 +224,8 @@ module Aws
224
224
  priority: ::Integer?,
225
225
  override: {
226
226
  action: ("DROP_TO_ALERT")?
227
- }?
227
+ }?,
228
+ deep_threat_inspection: bool?
228
229
  },
229
230
  ]?,
230
231
  stateful_default_actions: Array[::String]?,
@@ -384,7 +385,10 @@ module Aws
384
385
  source_arn: ::String?,
385
386
  source_update_token: ::String?
386
387
  },
387
- ?analyze_rule_group: bool
388
+ ?analyze_rule_group: bool,
389
+ ?summary_configuration: {
390
+ rule_options: Array[("SID" | "MSG" | "METADATA")]?
391
+ }
388
392
  ) -> _CreateRuleGroupResponseSuccess
389
393
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateRuleGroupResponseSuccess
390
394
 
@@ -673,6 +677,20 @@ module Aws
673
677
  ) -> _DescribeRuleGroupMetadataResponseSuccess
674
678
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRuleGroupMetadataResponseSuccess
675
679
 
680
+ interface _DescribeRuleGroupSummaryResponseSuccess
681
+ include ::Seahorse::Client::_ResponseSuccess[Types::DescribeRuleGroupSummaryResponse]
682
+ def rule_group_name: () -> ::String
683
+ def description: () -> ::String
684
+ def summary: () -> Types::Summary
685
+ end
686
+ # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/NetworkFirewall/Client.html#describe_rule_group_summary-instance_method
687
+ def describe_rule_group_summary: (
688
+ ?rule_group_name: ::String,
689
+ ?rule_group_arn: ::String,
690
+ ?type: ("STATELESS" | "STATEFUL")
691
+ ) -> _DescribeRuleGroupSummaryResponseSuccess
692
+ | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRuleGroupSummaryResponseSuccess
693
+
676
694
  interface _DescribeTLSInspectionConfigurationResponseSuccess
677
695
  include ::Seahorse::Client::_ResponseSuccess[Types::DescribeTLSInspectionConfigurationResponse]
678
696
  def update_token: () -> ::String
@@ -844,7 +862,7 @@ module Aws
844
862
  ?next_token: ::String,
845
863
  ?max_results: ::Integer,
846
864
  ?scope: ("MANAGED" | "ACCOUNT"),
847
- ?managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS"),
865
+ ?managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE"),
848
866
  ?type: ("STATELESS" | "STATEFUL")
849
867
  ) -> _ListRuleGroupsResponseSuccess
850
868
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRuleGroupsResponseSuccess
@@ -1125,7 +1143,8 @@ module Aws
1125
1143
  priority: ::Integer?,
1126
1144
  override: {
1127
1145
  action: ("DROP_TO_ALERT")?
1128
- }?
1146
+ }?,
1147
+ deep_threat_inspection: bool?
1129
1148
  },
1130
1149
  ]?,
1131
1150
  stateful_default_actions: Array[::String]?,
@@ -1314,7 +1333,10 @@ module Aws
1314
1333
  source_arn: ::String?,
1315
1334
  source_update_token: ::String?
1316
1335
  },
1317
- ?analyze_rule_group: bool
1336
+ ?analyze_rule_group: bool,
1337
+ ?summary_configuration: {
1338
+ rule_options: Array[("SID" | "MSG" | "METADATA")]?
1339
+ }
1318
1340
  ) -> _UpdateRuleGroupResponseSuccess
1319
1341
  | (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _UpdateRuleGroupResponseSuccess
1320
1342
 
data/sig/types.rbs CHANGED
@@ -195,6 +195,7 @@ module Aws::NetworkFirewall
195
195
  attr_accessor encryption_configuration: Types::EncryptionConfiguration
196
196
  attr_accessor source_metadata: Types::SourceMetadata
197
197
  attr_accessor analyze_rule_group: bool
198
+ attr_accessor summary_configuration: Types::SummaryConfiguration
198
199
  SENSITIVE: []
199
200
  end
200
201
 
@@ -436,6 +437,20 @@ module Aws::NetworkFirewall
436
437
  SENSITIVE: []
437
438
  end
438
439
 
440
+ class DescribeRuleGroupSummaryRequest
441
+ attr_accessor rule_group_name: ::String
442
+ attr_accessor rule_group_arn: ::String
443
+ attr_accessor type: ("STATELESS" | "STATEFUL")
444
+ SENSITIVE: []
445
+ end
446
+
447
+ class DescribeRuleGroupSummaryResponse
448
+ attr_accessor rule_group_name: ::String
449
+ attr_accessor description: ::String
450
+ attr_accessor summary: Types::Summary
451
+ SENSITIVE: []
452
+ end
453
+
439
454
  class DescribeTLSInspectionConfigurationRequest
440
455
  attr_accessor tls_inspection_configuration_arn: ::String
441
456
  attr_accessor tls_inspection_configuration_name: ::String
@@ -785,7 +800,7 @@ module Aws::NetworkFirewall
785
800
  attr_accessor next_token: ::String
786
801
  attr_accessor max_results: ::Integer
787
802
  attr_accessor scope: ("MANAGED" | "ACCOUNT")
788
- attr_accessor managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS")
803
+ attr_accessor managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE")
789
804
  attr_accessor type: ("STATELESS" | "STATEFUL")
790
805
  SENSITIVE: []
791
806
  end
@@ -959,6 +974,7 @@ module Aws::NetworkFirewall
959
974
  attr_accessor sns_topic: ::String
960
975
  attr_accessor last_modified_time: ::Time
961
976
  attr_accessor analysis_results: ::Array[Types::AnalysisResult]
977
+ attr_accessor summary_configuration: Types::SummaryConfiguration
962
978
  SENSITIVE: []
963
979
  end
964
980
 
@@ -968,6 +984,13 @@ module Aws::NetworkFirewall
968
984
  SENSITIVE: []
969
985
  end
970
986
 
987
+ class RuleSummary
988
+ attr_accessor sid: ::String
989
+ attr_accessor msg: ::String
990
+ attr_accessor metadata: ::String
991
+ SENSITIVE: []
992
+ end
993
+
971
994
  class RuleVariables
972
995
  attr_accessor ip_sets: ::Hash[::String, Types::IPSet]
973
996
  attr_accessor port_sets: ::Hash[::String, Types::PortSet]
@@ -1086,6 +1109,7 @@ module Aws::NetworkFirewall
1086
1109
  attr_accessor resource_arn: ::String
1087
1110
  attr_accessor priority: ::Integer
1088
1111
  attr_accessor override: Types::StatefulRuleGroupOverride
1112
+ attr_accessor deep_threat_inspection: bool
1089
1113
  SENSITIVE: []
1090
1114
  end
1091
1115
 
@@ -1118,6 +1142,16 @@ module Aws::NetworkFirewall
1118
1142
  SENSITIVE: []
1119
1143
  end
1120
1144
 
1145
+ class Summary
1146
+ attr_accessor rule_summaries: ::Array[Types::RuleSummary]
1147
+ SENSITIVE: []
1148
+ end
1149
+
1150
+ class SummaryConfiguration
1151
+ attr_accessor rule_options: ::Array[("SID" | "MSG" | "METADATA")]
1152
+ SENSITIVE: []
1153
+ end
1154
+
1121
1155
  class SyncState
1122
1156
  attr_accessor attachment: Types::Attachment
1123
1157
  attr_accessor config: ::Hash[::String, Types::PerObjectStatus]
@@ -1351,6 +1385,7 @@ module Aws::NetworkFirewall
1351
1385
  attr_accessor encryption_configuration: Types::EncryptionConfiguration
1352
1386
  attr_accessor source_metadata: Types::SourceMetadata
1353
1387
  attr_accessor analyze_rule_group: bool
1388
+ attr_accessor summary_configuration: Types::SummaryConfiguration
1354
1389
  SENSITIVE: []
1355
1390
  end
1356
1391
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-networkfirewall
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.69.0
4
+ version: 1.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services