aws-sdk-networkfirewall 1.86.0 → 1.87.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: 29d776b03c99d923b5adae95b0db28bf1283bfc63c7ae76b75f3f2e4c64045c6
4
- data.tar.gz: ad54155c00d41b50b466f827f8fe6d802f97968d28f68b3fb2f0a728378ca25c
3
+ metadata.gz: b893ba59c9601d3f0fea117fffd469359a137d9e270964ff24b699f91f40b4d5
4
+ data.tar.gz: 44de79aa2c2287364106fd190829f711670839dc1b0c0de81383361989de5642
5
5
  SHA512:
6
- metadata.gz: 289f3cc55666fc169217227aa4d6c818dbeebb566c5e2b5904ea6dab8de0aefb177f7b9139834d5bc6217292fd18b661db16b4df188d6365fe04efb80a8b3519
7
- data.tar.gz: 47b617cc18a796019d2fe8669354355a141ef74acd82e0df59157dfcae6ebc3b1e67d55a7cf06c7eac99f84b362fbb5bd0584ea3bf7ba70923179b0823e90e90
6
+ metadata.gz: f5305a95fc26d18e4a1c075d8dfa0299ccb5cd28b51b75e9b79f0ddff6f2b1021f60260273afa06a49933518e4d95993f8815533f52395a4f809cac02bf7fa95
7
+ data.tar.gz: 467a1b913414c0f9ebd9d759c1f85e710b19274fef80e208046a7046bc56d8b7f559d6ec4bab7165ebd5be77a2dee58c236e25549754d30e2bd9711053063a8d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2026-04-21)
5
+ ------------------
6
+
7
+ * Feature - Support for new types of partner managed rulegroups for Network Firewall Service
8
+
4
9
  1.86.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -1191,6 +1191,7 @@ module Aws::NetworkFirewall
1191
1191
  # resp.firewall_policy_response.tags[0].value #=> String
1192
1192
  # resp.firewall_policy_response.consumed_stateless_rule_capacity #=> Integer
1193
1193
  # resp.firewall_policy_response.consumed_stateful_rule_capacity #=> Integer
1194
+ # resp.firewall_policy_response.consumed_stateful_domain_capacity #=> Integer
1194
1195
  # resp.firewall_policy_response.number_of_associations #=> Integer
1195
1196
  # resp.firewall_policy_response.encryption_configuration.key_id #=> String
1196
1197
  # resp.firewall_policy_response.encryption_configuration.type #=> String, one of "CUSTOMER_KMS", "AWS_OWNED_KMS_KEY"
@@ -1918,7 +1919,7 @@ module Aws::NetworkFirewall
1918
1919
  # },
1919
1920
  # },
1920
1921
  # rules: "RulesString",
1921
- # type: "STATELESS", # required, accepts STATELESS, STATEFUL
1922
+ # type: "STATELESS", # required, accepts STATELESS, STATEFUL, STATEFUL_DOMAIN
1922
1923
  # description: "Description",
1923
1924
  # capacity: 1, # required
1924
1925
  # tags: [
@@ -1949,7 +1950,7 @@ module Aws::NetworkFirewall
1949
1950
  # resp.rule_group_response.rule_group_name #=> String
1950
1951
  # resp.rule_group_response.rule_group_id #=> String
1951
1952
  # resp.rule_group_response.description #=> String
1952
- # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL"
1953
+ # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL", "STATEFUL_DOMAIN"
1953
1954
  # resp.rule_group_response.capacity #=> Integer
1954
1955
  # resp.rule_group_response.rule_group_status #=> String, one of "ACTIVE", "DELETING", "ERROR"
1955
1956
  # resp.rule_group_response.tags #=> Array
@@ -2365,6 +2366,7 @@ module Aws::NetworkFirewall
2365
2366
  # resp.firewall_policy_response.tags[0].value #=> String
2366
2367
  # resp.firewall_policy_response.consumed_stateless_rule_capacity #=> Integer
2367
2368
  # resp.firewall_policy_response.consumed_stateful_rule_capacity #=> Integer
2369
+ # resp.firewall_policy_response.consumed_stateful_domain_capacity #=> Integer
2368
2370
  # resp.firewall_policy_response.number_of_associations #=> Integer
2369
2371
  # resp.firewall_policy_response.encryption_configuration.key_id #=> String
2370
2372
  # resp.firewall_policy_response.encryption_configuration.type #=> String, one of "CUSTOMER_KMS", "AWS_OWNED_KMS_KEY"
@@ -2675,7 +2677,7 @@ module Aws::NetworkFirewall
2675
2677
  # resp = client.delete_rule_group({
2676
2678
  # rule_group_name: "ResourceName",
2677
2679
  # rule_group_arn: "ResourceArn",
2678
- # type: "STATELESS", # accepts STATELESS, STATEFUL
2680
+ # type: "STATELESS", # accepts STATELESS, STATEFUL, STATEFUL_DOMAIN
2679
2681
  # })
2680
2682
  #
2681
2683
  # @example Response structure
@@ -2684,7 +2686,7 @@ module Aws::NetworkFirewall
2684
2686
  # resp.rule_group_response.rule_group_name #=> String
2685
2687
  # resp.rule_group_response.rule_group_id #=> String
2686
2688
  # resp.rule_group_response.description #=> String
2687
- # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL"
2689
+ # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL", "STATEFUL_DOMAIN"
2688
2690
  # resp.rule_group_response.capacity #=> Integer
2689
2691
  # resp.rule_group_response.rule_group_status #=> String, one of "ACTIVE", "DELETING", "ERROR"
2690
2692
  # resp.rule_group_response.tags #=> Array
@@ -2985,6 +2987,7 @@ module Aws::NetworkFirewall
2985
2987
  # resp.firewall_policy_response.tags[0].value #=> String
2986
2988
  # resp.firewall_policy_response.consumed_stateless_rule_capacity #=> Integer
2987
2989
  # resp.firewall_policy_response.consumed_stateful_rule_capacity #=> Integer
2990
+ # resp.firewall_policy_response.consumed_stateful_domain_capacity #=> Integer
2988
2991
  # resp.firewall_policy_response.number_of_associations #=> Integer
2989
2992
  # resp.firewall_policy_response.encryption_configuration.key_id #=> String
2990
2993
  # resp.firewall_policy_response.encryption_configuration.type #=> String, one of "CUSTOMER_KMS", "AWS_OWNED_KMS_KEY"
@@ -3454,7 +3457,7 @@ module Aws::NetworkFirewall
3454
3457
  # resp = client.describe_rule_group({
3455
3458
  # rule_group_name: "ResourceName",
3456
3459
  # rule_group_arn: "ResourceArn",
3457
- # type: "STATELESS", # accepts STATELESS, STATEFUL
3460
+ # type: "STATELESS", # accepts STATELESS, STATEFUL, STATEFUL_DOMAIN
3458
3461
  # analyze_rule_group: false,
3459
3462
  # })
3460
3463
  #
@@ -3517,7 +3520,7 @@ module Aws::NetworkFirewall
3517
3520
  # resp.rule_group_response.rule_group_name #=> String
3518
3521
  # resp.rule_group_response.rule_group_id #=> String
3519
3522
  # resp.rule_group_response.description #=> String
3520
- # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL"
3523
+ # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL", "STATEFUL_DOMAIN"
3521
3524
  # resp.rule_group_response.capacity #=> Integer
3522
3525
  # resp.rule_group_response.rule_group_status #=> String, one of "ACTIVE", "DELETING", "ERROR"
3523
3526
  # resp.rule_group_response.tags #=> Array
@@ -3593,7 +3596,7 @@ module Aws::NetworkFirewall
3593
3596
  # resp = client.describe_rule_group_metadata({
3594
3597
  # rule_group_name: "ResourceName",
3595
3598
  # rule_group_arn: "ResourceArn",
3596
- # type: "STATELESS", # accepts STATELESS, STATEFUL
3599
+ # type: "STATELESS", # accepts STATELESS, STATEFUL, STATEFUL_DOMAIN
3597
3600
  # })
3598
3601
  #
3599
3602
  # @example Response structure
@@ -3601,7 +3604,7 @@ module Aws::NetworkFirewall
3601
3604
  # resp.rule_group_arn #=> String
3602
3605
  # resp.rule_group_name #=> String
3603
3606
  # resp.description #=> String
3604
- # resp.type #=> String, one of "STATELESS", "STATEFUL"
3607
+ # resp.type #=> String, one of "STATELESS", "STATEFUL", "STATEFUL_DOMAIN"
3605
3608
  # resp.capacity #=> Integer
3606
3609
  # resp.stateful_rule_options.rule_order #=> String, one of "DEFAULT_ACTION_ORDER", "STRICT_ORDER"
3607
3610
  # resp.last_modified_time #=> Time
@@ -3660,7 +3663,7 @@ module Aws::NetworkFirewall
3660
3663
  # resp = client.describe_rule_group_summary({
3661
3664
  # rule_group_name: "ResourceName",
3662
3665
  # rule_group_arn: "ResourceArn",
3663
- # type: "STATELESS", # accepts STATELESS, STATEFUL
3666
+ # type: "STATELESS", # accepts STATELESS, STATEFUL, STATEFUL_DOMAIN
3664
3667
  # })
3665
3668
  #
3666
3669
  # @example Response structure
@@ -4665,7 +4668,7 @@ module Aws::NetworkFirewall
4665
4668
  # scope: "MANAGED", # accepts MANAGED, ACCOUNT
4666
4669
  # managed_type: "AWS_MANAGED_THREAT_SIGNATURES", # accepts AWS_MANAGED_THREAT_SIGNATURES, AWS_MANAGED_DOMAIN_LISTS, ACTIVE_THREAT_DEFENSE, PARTNER_MANAGED
4667
4670
  # subscription_status: "NOT_SUBSCRIBED", # accepts NOT_SUBSCRIBED, SUBSCRIBED
4668
- # type: "STATELESS", # accepts STATELESS, STATEFUL
4671
+ # type: "STATELESS", # accepts STATELESS, STATEFUL, STATEFUL_DOMAIN
4669
4672
  # })
4670
4673
  #
4671
4674
  # @example Response structure
@@ -5786,6 +5789,7 @@ module Aws::NetworkFirewall
5786
5789
  # resp.firewall_policy_response.tags[0].value #=> String
5787
5790
  # resp.firewall_policy_response.consumed_stateless_rule_capacity #=> Integer
5788
5791
  # resp.firewall_policy_response.consumed_stateful_rule_capacity #=> Integer
5792
+ # resp.firewall_policy_response.consumed_stateful_domain_capacity #=> Integer
5789
5793
  # resp.firewall_policy_response.number_of_associations #=> Integer
5790
5794
  # resp.firewall_policy_response.encryption_configuration.key_id #=> String
5791
5795
  # resp.firewall_policy_response.encryption_configuration.type #=> String, one of "CUSTOMER_KMS", "AWS_OWNED_KMS_KEY"
@@ -6619,7 +6623,7 @@ module Aws::NetworkFirewall
6619
6623
  # },
6620
6624
  # },
6621
6625
  # rules: "RulesString",
6622
- # type: "STATELESS", # accepts STATELESS, STATEFUL
6626
+ # type: "STATELESS", # accepts STATELESS, STATEFUL, STATEFUL_DOMAIN
6623
6627
  # description: "Description",
6624
6628
  # dry_run: false,
6625
6629
  # encryption_configuration: {
@@ -6643,7 +6647,7 @@ module Aws::NetworkFirewall
6643
6647
  # resp.rule_group_response.rule_group_name #=> String
6644
6648
  # resp.rule_group_response.rule_group_id #=> String
6645
6649
  # resp.rule_group_response.description #=> String
6646
- # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL"
6650
+ # resp.rule_group_response.type #=> String, one of "STATELESS", "STATEFUL", "STATEFUL_DOMAIN"
6647
6651
  # resp.rule_group_response.capacity #=> Integer
6648
6652
  # resp.rule_group_response.rule_group_status #=> String, one of "ACTIVE", "DELETING", "ERROR"
6649
6653
  # resp.rule_group_response.tags #=> Array
@@ -6920,7 +6924,7 @@ module Aws::NetworkFirewall
6920
6924
  tracer: tracer
6921
6925
  )
6922
6926
  context[:gem_name] = 'aws-sdk-networkfirewall'
6923
- context[:gem_version] = '1.86.0'
6927
+ context[:gem_version] = '1.87.0'
6924
6928
  Seahorse::Client::Request.new(handlers, context)
6925
6929
  end
6926
6930
 
@@ -1084,6 +1084,7 @@ module Aws::NetworkFirewall
1084
1084
  FirewallPolicyResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
1085
1085
  FirewallPolicyResponse.add_member(:consumed_stateless_rule_capacity, Shapes::ShapeRef.new(shape: RuleCapacity, location_name: "ConsumedStatelessRuleCapacity"))
1086
1086
  FirewallPolicyResponse.add_member(:consumed_stateful_rule_capacity, Shapes::ShapeRef.new(shape: RuleCapacity, location_name: "ConsumedStatefulRuleCapacity"))
1087
+ FirewallPolicyResponse.add_member(:consumed_stateful_domain_capacity, Shapes::ShapeRef.new(shape: RuleCapacity, location_name: "ConsumedStatefulDomainCapacity"))
1087
1088
  FirewallPolicyResponse.add_member(:number_of_associations, Shapes::ShapeRef.new(shape: NumberOfAssociations, location_name: "NumberOfAssociations"))
1088
1089
  FirewallPolicyResponse.add_member(:encryption_configuration, Shapes::ShapeRef.new(shape: EncryptionConfiguration, location_name: "EncryptionConfiguration"))
1089
1090
  FirewallPolicyResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastUpdateTime, location_name: "LastModifiedTime"))
@@ -4033,6 +4033,12 @@ module Aws::NetworkFirewall
4033
4033
  # stateful rules.
4034
4034
  # @return [Integer]
4035
4035
  #
4036
+ # @!attribute [rw] consumed_stateful_domain_capacity
4037
+ # The total number of domain name specifications across all domain
4038
+ # list rule groups in the firewall policy that use the
4039
+ # `stateful-domain-rulegroup` resource type.
4040
+ # @return [Integer]
4041
+ #
4036
4042
  # @!attribute [rw] number_of_associations
4037
4043
  # The number of firewalls that are associated with this firewall
4038
4044
  # policy.
@@ -4058,6 +4064,7 @@ module Aws::NetworkFirewall
4058
4064
  :tags,
4059
4065
  :consumed_stateless_rule_capacity,
4060
4066
  :consumed_stateful_rule_capacity,
4067
+ :consumed_stateful_domain_capacity,
4061
4068
  :number_of_associations,
4062
4069
  :encryption_configuration,
4063
4070
  :last_modified_time)
@@ -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.86.0'
57
+ GEM_VERSION = '1.87.0'
58
58
 
59
59
  end
60
60
 
data/sig/client.rbs CHANGED
@@ -564,7 +564,7 @@ module Aws
564
564
  }?
565
565
  },
566
566
  ?rules: ::String,
567
- type: ("STATELESS" | "STATEFUL"),
567
+ type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN"),
568
568
  ?description: ::String,
569
569
  capacity: ::Integer,
570
570
  ?tags: Array[
@@ -778,7 +778,7 @@ module Aws
778
778
  def delete_rule_group: (
779
779
  ?rule_group_name: ::String,
780
780
  ?rule_group_arn: ::String,
781
- ?type: ("STATELESS" | "STATEFUL")
781
+ ?type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
782
782
  ) -> _DeleteRuleGroupResponseSuccess
783
783
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DeleteRuleGroupResponseSuccess
784
784
 
@@ -950,7 +950,7 @@ module Aws
950
950
  def describe_rule_group: (
951
951
  ?rule_group_name: ::String,
952
952
  ?rule_group_arn: ::String,
953
- ?type: ("STATELESS" | "STATEFUL"),
953
+ ?type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN"),
954
954
  ?analyze_rule_group: bool
955
955
  ) -> _DescribeRuleGroupResponseSuccess
956
956
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRuleGroupResponseSuccess
@@ -960,7 +960,7 @@ module Aws
960
960
  def rule_group_arn: () -> ::String
961
961
  def rule_group_name: () -> ::String
962
962
  def description: () -> ::String
963
- def type: () -> ("STATELESS" | "STATEFUL")
963
+ def type: () -> ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
964
964
  def capacity: () -> ::Integer
965
965
  def stateful_rule_options: () -> Types::StatefulRuleOptions
966
966
  def last_modified_time: () -> ::Time
@@ -972,7 +972,7 @@ module Aws
972
972
  def describe_rule_group_metadata: (
973
973
  ?rule_group_name: ::String,
974
974
  ?rule_group_arn: ::String,
975
- ?type: ("STATELESS" | "STATEFUL")
975
+ ?type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
976
976
  ) -> _DescribeRuleGroupMetadataResponseSuccess
977
977
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRuleGroupMetadataResponseSuccess
978
978
 
@@ -986,7 +986,7 @@ module Aws
986
986
  def describe_rule_group_summary: (
987
987
  ?rule_group_name: ::String,
988
988
  ?rule_group_arn: ::String,
989
- ?type: ("STATELESS" | "STATEFUL")
989
+ ?type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
990
990
  ) -> _DescribeRuleGroupSummaryResponseSuccess
991
991
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _DescribeRuleGroupSummaryResponseSuccess
992
992
 
@@ -1214,7 +1214,7 @@ module Aws
1214
1214
  ?scope: ("MANAGED" | "ACCOUNT"),
1215
1215
  ?managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE" | "PARTNER_MANAGED"),
1216
1216
  ?subscription_status: ("NOT_SUBSCRIBED" | "SUBSCRIBED"),
1217
- ?type: ("STATELESS" | "STATEFUL")
1217
+ ?type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
1218
1218
  ) -> _ListRuleGroupsResponseSuccess
1219
1219
  | (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRuleGroupsResponseSuccess
1220
1220
 
@@ -1795,7 +1795,7 @@ module Aws
1795
1795
  }?
1796
1796
  },
1797
1797
  ?rules: ::String,
1798
- ?type: ("STATELESS" | "STATEFUL"),
1798
+ ?type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN"),
1799
1799
  ?description: ::String,
1800
1800
  ?dry_run: bool,
1801
1801
  ?encryption_configuration: {
data/sig/types.rbs CHANGED
@@ -277,7 +277,7 @@ module Aws::NetworkFirewall
277
277
  attr_accessor rule_group_name: ::String
278
278
  attr_accessor rule_group: Types::RuleGroup
279
279
  attr_accessor rules: ::String
280
- attr_accessor type: ("STATELESS" | "STATEFUL")
280
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
281
281
  attr_accessor description: ::String
282
282
  attr_accessor capacity: ::Integer
283
283
  attr_accessor tags: ::Array[Types::Tag]
@@ -426,7 +426,7 @@ module Aws::NetworkFirewall
426
426
  class DeleteRuleGroupRequest
427
427
  attr_accessor rule_group_name: ::String
428
428
  attr_accessor rule_group_arn: ::String
429
- attr_accessor type: ("STATELESS" | "STATEFUL")
429
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
430
430
  SENSITIVE: []
431
431
  end
432
432
 
@@ -617,7 +617,7 @@ module Aws::NetworkFirewall
617
617
  class DescribeRuleGroupMetadataRequest
618
618
  attr_accessor rule_group_name: ::String
619
619
  attr_accessor rule_group_arn: ::String
620
- attr_accessor type: ("STATELESS" | "STATEFUL")
620
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
621
621
  SENSITIVE: []
622
622
  end
623
623
 
@@ -625,7 +625,7 @@ module Aws::NetworkFirewall
625
625
  attr_accessor rule_group_arn: ::String
626
626
  attr_accessor rule_group_name: ::String
627
627
  attr_accessor description: ::String
628
- attr_accessor type: ("STATELESS" | "STATEFUL")
628
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
629
629
  attr_accessor capacity: ::Integer
630
630
  attr_accessor stateful_rule_options: Types::StatefulRuleOptions
631
631
  attr_accessor last_modified_time: ::Time
@@ -638,7 +638,7 @@ module Aws::NetworkFirewall
638
638
  class DescribeRuleGroupRequest
639
639
  attr_accessor rule_group_name: ::String
640
640
  attr_accessor rule_group_arn: ::String
641
- attr_accessor type: ("STATELESS" | "STATEFUL")
641
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
642
642
  attr_accessor analyze_rule_group: bool
643
643
  SENSITIVE: []
644
644
  end
@@ -653,7 +653,7 @@ module Aws::NetworkFirewall
653
653
  class DescribeRuleGroupSummaryRequest
654
654
  attr_accessor rule_group_name: ::String
655
655
  attr_accessor rule_group_arn: ::String
656
- attr_accessor type: ("STATELESS" | "STATEFUL")
656
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
657
657
  SENSITIVE: []
658
658
  end
659
659
 
@@ -804,6 +804,7 @@ module Aws::NetworkFirewall
804
804
  attr_accessor tags: ::Array[Types::Tag]
805
805
  attr_accessor consumed_stateless_rule_capacity: ::Integer
806
806
  attr_accessor consumed_stateful_rule_capacity: ::Integer
807
+ attr_accessor consumed_stateful_domain_capacity: ::Integer
807
808
  attr_accessor number_of_associations: ::Integer
808
809
  attr_accessor encryption_configuration: Types::EncryptionConfiguration
809
810
  attr_accessor last_modified_time: ::Time
@@ -1067,7 +1068,7 @@ module Aws::NetworkFirewall
1067
1068
  attr_accessor scope: ("MANAGED" | "ACCOUNT")
1068
1069
  attr_accessor managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE" | "PARTNER_MANAGED")
1069
1070
  attr_accessor subscription_status: ("NOT_SUBSCRIBED" | "SUBSCRIBED")
1070
- attr_accessor type: ("STATELESS" | "STATEFUL")
1071
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
1071
1072
  SENSITIVE: []
1072
1073
  end
1073
1074
 
@@ -1363,7 +1364,7 @@ module Aws::NetworkFirewall
1363
1364
  attr_accessor rule_group_name: ::String
1364
1365
  attr_accessor rule_group_id: ::String
1365
1366
  attr_accessor description: ::String
1366
- attr_accessor type: ("STATELESS" | "STATEFUL")
1367
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
1367
1368
  attr_accessor capacity: ::Integer
1368
1369
  attr_accessor rule_group_status: ("ACTIVE" | "DELETING" | "ERROR")
1369
1370
  attr_accessor tags: ::Array[Types::Tag]
@@ -1873,7 +1874,7 @@ module Aws::NetworkFirewall
1873
1874
  attr_accessor rule_group_name: ::String
1874
1875
  attr_accessor rule_group: Types::RuleGroup
1875
1876
  attr_accessor rules: ::String
1876
- attr_accessor type: ("STATELESS" | "STATEFUL")
1877
+ attr_accessor type: ("STATELESS" | "STATEFUL" | "STATEFUL_DOMAIN")
1877
1878
  attr_accessor description: ::String
1878
1879
  attr_accessor dry_run: bool
1879
1880
  attr_accessor encryption_configuration: Types::EncryptionConfiguration
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.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services