aws-sdk-networkfirewall 1.79.0 → 1.80.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-networkfirewall/client.rb +18 -5
- data/lib/aws-sdk-networkfirewall/client_api.rb +10 -0
- data/lib/aws-sdk-networkfirewall/types.rb +32 -2
- data/lib/aws-sdk-networkfirewall.rb +1 -1
- data/sig/client.rbs +5 -1
- data/sig/types.rbs +7 -2
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5f33f837d29ea5e36c8675fd42ff17efa2401491cfe87af37fcc3b84012c3a40
|
|
4
|
+
data.tar.gz: 52803306193980752cb0dfe3647eb15c9bce6eb74498edb9a84667abf3e94e6d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7abadb79856a9f961b81522ef26aa25d03254ebcd3b8e5d5f51bdc890a598c714509b99bb88d4ed9640c9374ea37d1cff2b6d44b80e13064dfc47c7e5c3aab80
|
|
7
|
+
data.tar.gz: 860e6bbf63253e11fdde7982d380b779f409265f701ab3ca652a441054241960be3da82732a705d1788097d05a194e4ceb926592323e702627dc0e11aba0d49b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.80.0
|
|
@@ -963,7 +963,7 @@ module Aws::NetworkFirewall
|
|
|
963
963
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY"
|
|
964
964
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status_message #=> String
|
|
965
965
|
# resp.firewall_status.sync_states["AvailabilityZone"].config #=> Hash
|
|
966
|
-
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
|
|
966
|
+
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED", "NOT_SUBSCRIBED", "DEPRECATED"
|
|
967
967
|
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].update_token #=> String
|
|
968
968
|
# resp.firewall_status.capacity_usage_summary.cid_rs.available_cidr_count #=> Integer
|
|
969
969
|
# resp.firewall_status.capacity_usage_summary.cid_rs.utilized_cidr_count #=> Integer
|
|
@@ -1766,7 +1766,7 @@ module Aws::NetworkFirewall
|
|
|
1766
1766
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY"
|
|
1767
1767
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status_message #=> String
|
|
1768
1768
|
# resp.firewall_status.sync_states["AvailabilityZone"].config #=> Hash
|
|
1769
|
-
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
|
|
1769
|
+
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED", "NOT_SUBSCRIBED", "DEPRECATED"
|
|
1770
1770
|
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].update_token #=> String
|
|
1771
1771
|
# resp.firewall_status.capacity_usage_summary.cid_rs.available_cidr_count #=> Integer
|
|
1772
1772
|
# resp.firewall_status.capacity_usage_summary.cid_rs.utilized_cidr_count #=> Integer
|
|
@@ -2142,7 +2142,7 @@ module Aws::NetworkFirewall
|
|
|
2142
2142
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status #=> String, one of "CREATING", "DELETING", "FAILED", "ERROR", "SCALING", "READY"
|
|
2143
2143
|
# resp.firewall_status.sync_states["AvailabilityZone"].attachment.status_message #=> String
|
|
2144
2144
|
# resp.firewall_status.sync_states["AvailabilityZone"].config #=> Hash
|
|
2145
|
-
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED"
|
|
2145
|
+
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].sync_status #=> String, one of "PENDING", "IN_SYNC", "CAPACITY_CONSTRAINED", "NOT_SUBSCRIBED", "DEPRECATED"
|
|
2146
2146
|
# resp.firewall_status.sync_states["AvailabilityZone"].config["ResourceName"].update_token #=> String
|
|
2147
2147
|
# resp.firewall_status.capacity_usage_summary.cid_rs.available_cidr_count #=> Integer
|
|
2148
2148
|
# resp.firewall_status.capacity_usage_summary.cid_rs.utilized_cidr_count #=> Integer
|
|
@@ -2600,6 +2600,9 @@ module Aws::NetworkFirewall
|
|
|
2600
2600
|
# * {Types::DescribeRuleGroupMetadataResponse#capacity #capacity} => Integer
|
|
2601
2601
|
# * {Types::DescribeRuleGroupMetadataResponse#stateful_rule_options #stateful_rule_options} => Types::StatefulRuleOptions
|
|
2602
2602
|
# * {Types::DescribeRuleGroupMetadataResponse#last_modified_time #last_modified_time} => Time
|
|
2603
|
+
# * {Types::DescribeRuleGroupMetadataResponse#vendor_name #vendor_name} => String
|
|
2604
|
+
# * {Types::DescribeRuleGroupMetadataResponse#product_id #product_id} => String
|
|
2605
|
+
# * {Types::DescribeRuleGroupMetadataResponse#listing_name #listing_name} => String
|
|
2603
2606
|
#
|
|
2604
2607
|
# @example Request syntax with placeholder values
|
|
2605
2608
|
#
|
|
@@ -2618,6 +2621,9 @@ module Aws::NetworkFirewall
|
|
|
2618
2621
|
# resp.capacity #=> Integer
|
|
2619
2622
|
# resp.stateful_rule_options.rule_order #=> String, one of "DEFAULT_ACTION_ORDER", "STRICT_ORDER"
|
|
2620
2623
|
# resp.last_modified_time #=> Time
|
|
2624
|
+
# resp.vendor_name #=> String
|
|
2625
|
+
# resp.product_id #=> String
|
|
2626
|
+
# resp.listing_name #=> String
|
|
2621
2627
|
#
|
|
2622
2628
|
# @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DescribeRuleGroupMetadata AWS API Documentation
|
|
2623
2629
|
#
|
|
@@ -3428,6 +3434,11 @@ module Aws::NetworkFirewall
|
|
|
3428
3434
|
# Indicates the general category of the Amazon Web Services managed rule
|
|
3429
3435
|
# group.
|
|
3430
3436
|
#
|
|
3437
|
+
# @option params [String] :subscription_status
|
|
3438
|
+
# Filters the results to show only rule groups with the specified
|
|
3439
|
+
# subscription status. Use this to find subscribed or unsubscribed rule
|
|
3440
|
+
# groups.
|
|
3441
|
+
#
|
|
3431
3442
|
# @option params [String] :type
|
|
3432
3443
|
# Indicates whether the rule group is stateless or stateful. If the rule
|
|
3433
3444
|
# group is stateless, it contains stateless rules. If it is stateful, it
|
|
@@ -3446,7 +3457,8 @@ module Aws::NetworkFirewall
|
|
|
3446
3457
|
# next_token: "PaginationToken",
|
|
3447
3458
|
# max_results: 1,
|
|
3448
3459
|
# scope: "MANAGED", # accepts MANAGED, ACCOUNT
|
|
3449
|
-
# managed_type: "AWS_MANAGED_THREAT_SIGNATURES", # accepts AWS_MANAGED_THREAT_SIGNATURES, AWS_MANAGED_DOMAIN_LISTS, ACTIVE_THREAT_DEFENSE
|
|
3460
|
+
# managed_type: "AWS_MANAGED_THREAT_SIGNATURES", # accepts AWS_MANAGED_THREAT_SIGNATURES, AWS_MANAGED_DOMAIN_LISTS, ACTIVE_THREAT_DEFENSE, PARTNER_MANAGED
|
|
3461
|
+
# subscription_status: "NOT_SUBSCRIBED", # accepts NOT_SUBSCRIBED, SUBSCRIBED
|
|
3450
3462
|
# type: "STATELESS", # accepts STATELESS, STATEFUL
|
|
3451
3463
|
# })
|
|
3452
3464
|
#
|
|
@@ -3456,6 +3468,7 @@ module Aws::NetworkFirewall
|
|
|
3456
3468
|
# resp.rule_groups #=> Array
|
|
3457
3469
|
# resp.rule_groups[0].name #=> String
|
|
3458
3470
|
# resp.rule_groups[0].arn #=> String
|
|
3471
|
+
# resp.rule_groups[0].vendor_name #=> String
|
|
3459
3472
|
#
|
|
3460
3473
|
# @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/ListRuleGroups AWS API Documentation
|
|
3461
3474
|
#
|
|
@@ -5277,7 +5290,7 @@ module Aws::NetworkFirewall
|
|
|
5277
5290
|
tracer: tracer
|
|
5278
5291
|
)
|
|
5279
5292
|
context[:gem_name] = 'aws-sdk-networkfirewall'
|
|
5280
|
-
context[:gem_version] = '1.
|
|
5293
|
+
context[:gem_version] = '1.80.0'
|
|
5281
5294
|
Seahorse::Client::Request.new(handlers, context)
|
|
5282
5295
|
end
|
|
5283
5296
|
|
|
@@ -196,6 +196,7 @@ module Aws::NetworkFirewall
|
|
|
196
196
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
|
197
197
|
ListVpcEndpointAssociationsRequest = Shapes::StructureShape.new(name: 'ListVpcEndpointAssociationsRequest')
|
|
198
198
|
ListVpcEndpointAssociationsResponse = Shapes::StructureShape.new(name: 'ListVpcEndpointAssociationsResponse')
|
|
199
|
+
ListingName = Shapes::StringShape.new(name: 'ListingName')
|
|
199
200
|
LogDestinationConfig = Shapes::StructureShape.new(name: 'LogDestinationConfig')
|
|
200
201
|
LogDestinationConfigs = Shapes::ListShape.new(name: 'LogDestinationConfigs')
|
|
201
202
|
LogDestinationMap = Shapes::MapShape.new(name: 'LogDestinationMap')
|
|
@@ -220,6 +221,7 @@ module Aws::NetworkFirewall
|
|
|
220
221
|
PortSet = Shapes::StructureShape.new(name: 'PortSet')
|
|
221
222
|
PortSets = Shapes::MapShape.new(name: 'PortSets')
|
|
222
223
|
Priority = Shapes::IntegerShape.new(name: 'Priority')
|
|
224
|
+
ProductId = Shapes::StringShape.new(name: 'ProductId')
|
|
223
225
|
ProtocolNumber = Shapes::IntegerShape.new(name: 'ProtocolNumber')
|
|
224
226
|
ProtocolNumbers = Shapes::ListShape.new(name: 'ProtocolNumbers')
|
|
225
227
|
ProtocolString = Shapes::StringShape.new(name: 'ProtocolString')
|
|
@@ -299,6 +301,7 @@ module Aws::NetworkFirewall
|
|
|
299
301
|
StreamExceptionPolicy = Shapes::StringShape.new(name: 'StreamExceptionPolicy')
|
|
300
302
|
SubnetMapping = Shapes::StructureShape.new(name: 'SubnetMapping')
|
|
301
303
|
SubnetMappings = Shapes::ListShape.new(name: 'SubnetMappings')
|
|
304
|
+
SubscriptionStatus = Shapes::StringShape.new(name: 'SubscriptionStatus')
|
|
302
305
|
Summary = Shapes::StructureShape.new(name: 'Summary')
|
|
303
306
|
SummaryConfiguration = Shapes::StructureShape.new(name: 'SummaryConfiguration')
|
|
304
307
|
SummaryRuleOption = Shapes::StringShape.new(name: 'SummaryRuleOption')
|
|
@@ -361,6 +364,7 @@ module Aws::NetworkFirewall
|
|
|
361
364
|
UpdateToken = Shapes::StringShape.new(name: 'UpdateToken')
|
|
362
365
|
VariableDefinition = Shapes::StringShape.new(name: 'VariableDefinition')
|
|
363
366
|
VariableDefinitionList = Shapes::ListShape.new(name: 'VariableDefinitionList')
|
|
367
|
+
VendorName = Shapes::StringShape.new(name: 'VendorName')
|
|
364
368
|
VpcEndpointAssociation = Shapes::StructureShape.new(name: 'VpcEndpointAssociation')
|
|
365
369
|
VpcEndpointAssociationMetadata = Shapes::StructureShape.new(name: 'VpcEndpointAssociationMetadata')
|
|
366
370
|
VpcEndpointAssociationStatus = Shapes::StructureShape.new(name: 'VpcEndpointAssociationStatus')
|
|
@@ -683,6 +687,9 @@ module Aws::NetworkFirewall
|
|
|
683
687
|
DescribeRuleGroupMetadataResponse.add_member(:capacity, Shapes::ShapeRef.new(shape: RuleCapacity, location_name: "Capacity"))
|
|
684
688
|
DescribeRuleGroupMetadataResponse.add_member(:stateful_rule_options, Shapes::ShapeRef.new(shape: StatefulRuleOptions, location_name: "StatefulRuleOptions"))
|
|
685
689
|
DescribeRuleGroupMetadataResponse.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: LastUpdateTime, location_name: "LastModifiedTime"))
|
|
690
|
+
DescribeRuleGroupMetadataResponse.add_member(:vendor_name, Shapes::ShapeRef.new(shape: VendorName, location_name: "VendorName"))
|
|
691
|
+
DescribeRuleGroupMetadataResponse.add_member(:product_id, Shapes::ShapeRef.new(shape: ProductId, location_name: "ProductId"))
|
|
692
|
+
DescribeRuleGroupMetadataResponse.add_member(:listing_name, Shapes::ShapeRef.new(shape: ListingName, location_name: "ListingName"))
|
|
686
693
|
DescribeRuleGroupMetadataResponse.struct_class = Types::DescribeRuleGroupMetadataResponse
|
|
687
694
|
|
|
688
695
|
DescribeRuleGroupRequest.add_member(:rule_group_name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "RuleGroupName"))
|
|
@@ -991,6 +998,7 @@ module Aws::NetworkFirewall
|
|
|
991
998
|
ListRuleGroupsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: PaginationMaxResults, location_name: "MaxResults"))
|
|
992
999
|
ListRuleGroupsRequest.add_member(:scope, Shapes::ShapeRef.new(shape: ResourceManagedStatus, location_name: "Scope"))
|
|
993
1000
|
ListRuleGroupsRequest.add_member(:managed_type, Shapes::ShapeRef.new(shape: ResourceManagedType, location_name: "ManagedType"))
|
|
1001
|
+
ListRuleGroupsRequest.add_member(:subscription_status, Shapes::ShapeRef.new(shape: SubscriptionStatus, location_name: "SubscriptionStatus"))
|
|
994
1002
|
ListRuleGroupsRequest.add_member(:type, Shapes::ShapeRef.new(shape: RuleGroupType, location_name: "Type"))
|
|
995
1003
|
ListRuleGroupsRequest.struct_class = Types::ListRuleGroupsRequest
|
|
996
1004
|
|
|
@@ -1108,6 +1116,7 @@ module Aws::NetworkFirewall
|
|
|
1108
1116
|
|
|
1109
1117
|
RuleGroupMetadata.add_member(:name, Shapes::ShapeRef.new(shape: ResourceName, location_name: "Name"))
|
|
1110
1118
|
RuleGroupMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: ResourceArn, location_name: "Arn"))
|
|
1119
|
+
RuleGroupMetadata.add_member(:vendor_name, Shapes::ShapeRef.new(shape: VendorName, location_name: "VendorName"))
|
|
1111
1120
|
RuleGroupMetadata.struct_class = Types::RuleGroupMetadata
|
|
1112
1121
|
|
|
1113
1122
|
RuleGroupResponse.add_member(:rule_group_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "RuleGroupArn"))
|
|
@@ -2211,6 +2220,7 @@ module Aws::NetworkFirewall
|
|
|
2211
2220
|
o.errors << Shapes::ShapeRef.new(shape: InternalServerError)
|
|
2212
2221
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
|
2213
2222
|
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
|
2223
|
+
o.errors << Shapes::ShapeRef.new(shape: InvalidTokenException)
|
|
2214
2224
|
end)
|
|
2215
2225
|
|
|
2216
2226
|
api.add_operation(:update_firewall_delete_protection, Seahorse::Model::Operation.new.tap do |o|
|
|
@@ -2145,6 +2145,20 @@ module Aws::NetworkFirewall
|
|
|
2145
2145
|
# A timestamp indicating when the rule group was last modified.
|
|
2146
2146
|
# @return [Time]
|
|
2147
2147
|
#
|
|
2148
|
+
# @!attribute [rw] vendor_name
|
|
2149
|
+
# The name of the Amazon Web Services Marketplace vendor that provides
|
|
2150
|
+
# this rule group.
|
|
2151
|
+
# @return [String]
|
|
2152
|
+
#
|
|
2153
|
+
# @!attribute [rw] product_id
|
|
2154
|
+
# The unique identifier for the product listing associated with this
|
|
2155
|
+
# rule group.
|
|
2156
|
+
# @return [String]
|
|
2157
|
+
#
|
|
2158
|
+
# @!attribute [rw] listing_name
|
|
2159
|
+
# The display name of the product listing for this rule group.
|
|
2160
|
+
# @return [String]
|
|
2161
|
+
#
|
|
2148
2162
|
# @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/DescribeRuleGroupMetadataResponse AWS API Documentation
|
|
2149
2163
|
#
|
|
2150
2164
|
class DescribeRuleGroupMetadataResponse < Struct.new(
|
|
@@ -2154,7 +2168,10 @@ module Aws::NetworkFirewall
|
|
|
2154
2168
|
:type,
|
|
2155
2169
|
:capacity,
|
|
2156
2170
|
:stateful_rule_options,
|
|
2157
|
-
:last_modified_time
|
|
2171
|
+
:last_modified_time,
|
|
2172
|
+
:vendor_name,
|
|
2173
|
+
:product_id,
|
|
2174
|
+
:listing_name)
|
|
2158
2175
|
SENSITIVE = []
|
|
2159
2176
|
include Aws::Structure
|
|
2160
2177
|
end
|
|
@@ -4156,6 +4173,12 @@ module Aws::NetworkFirewall
|
|
|
4156
4173
|
# rule group.
|
|
4157
4174
|
# @return [String]
|
|
4158
4175
|
#
|
|
4176
|
+
# @!attribute [rw] subscription_status
|
|
4177
|
+
# Filters the results to show only rule groups with the specified
|
|
4178
|
+
# subscription status. Use this to find subscribed or unsubscribed
|
|
4179
|
+
# rule groups.
|
|
4180
|
+
# @return [String]
|
|
4181
|
+
#
|
|
4159
4182
|
# @!attribute [rw] type
|
|
4160
4183
|
# Indicates whether the rule group is stateless or stateful. If the
|
|
4161
4184
|
# rule group is stateless, it contains stateless rules. If it is
|
|
@@ -4169,6 +4192,7 @@ module Aws::NetworkFirewall
|
|
|
4169
4192
|
:max_results,
|
|
4170
4193
|
:scope,
|
|
4171
4194
|
:managed_type,
|
|
4195
|
+
:subscription_status,
|
|
4172
4196
|
:type)
|
|
4173
4197
|
SENSITIVE = []
|
|
4174
4198
|
include Aws::Structure
|
|
@@ -4888,11 +4912,17 @@ module Aws::NetworkFirewall
|
|
|
4888
4912
|
# The Amazon Resource Name (ARN) of the rule group.
|
|
4889
4913
|
# @return [String]
|
|
4890
4914
|
#
|
|
4915
|
+
# @!attribute [rw] vendor_name
|
|
4916
|
+
# The name of the Amazon Web Services Marketplace seller that provides
|
|
4917
|
+
# this rule group.
|
|
4918
|
+
# @return [String]
|
|
4919
|
+
#
|
|
4891
4920
|
# @see http://docs.aws.amazon.com/goto/WebAPI/network-firewall-2020-11-12/RuleGroupMetadata AWS API Documentation
|
|
4892
4921
|
#
|
|
4893
4922
|
class RuleGroupMetadata < Struct.new(
|
|
4894
4923
|
:name,
|
|
4895
|
-
:arn
|
|
4924
|
+
:arn,
|
|
4925
|
+
:vendor_name)
|
|
4896
4926
|
SENSITIVE = []
|
|
4897
4927
|
include Aws::Structure
|
|
4898
4928
|
end
|
data/sig/client.rbs
CHANGED
|
@@ -670,6 +670,9 @@ module Aws
|
|
|
670
670
|
def capacity: () -> ::Integer
|
|
671
671
|
def stateful_rule_options: () -> Types::StatefulRuleOptions
|
|
672
672
|
def last_modified_time: () -> ::Time
|
|
673
|
+
def vendor_name: () -> ::String
|
|
674
|
+
def product_id: () -> ::String
|
|
675
|
+
def listing_name: () -> ::String
|
|
673
676
|
end
|
|
674
677
|
# https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/NetworkFirewall/Client.html#describe_rule_group_metadata-instance_method
|
|
675
678
|
def describe_rule_group_metadata: (
|
|
@@ -864,7 +867,8 @@ module Aws
|
|
|
864
867
|
?next_token: ::String,
|
|
865
868
|
?max_results: ::Integer,
|
|
866
869
|
?scope: ("MANAGED" | "ACCOUNT"),
|
|
867
|
-
?managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE"),
|
|
870
|
+
?managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE" | "PARTNER_MANAGED"),
|
|
871
|
+
?subscription_status: ("NOT_SUBSCRIBED" | "SUBSCRIBED"),
|
|
868
872
|
?type: ("STATELESS" | "STATEFUL")
|
|
869
873
|
) -> _ListRuleGroupsResponseSuccess
|
|
870
874
|
| (?Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _ListRuleGroupsResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -419,6 +419,9 @@ module Aws::NetworkFirewall
|
|
|
419
419
|
attr_accessor capacity: ::Integer
|
|
420
420
|
attr_accessor stateful_rule_options: Types::StatefulRuleOptions
|
|
421
421
|
attr_accessor last_modified_time: ::Time
|
|
422
|
+
attr_accessor vendor_name: ::String
|
|
423
|
+
attr_accessor product_id: ::String
|
|
424
|
+
attr_accessor listing_name: ::String
|
|
422
425
|
SENSITIVE: []
|
|
423
426
|
end
|
|
424
427
|
|
|
@@ -801,7 +804,8 @@ module Aws::NetworkFirewall
|
|
|
801
804
|
attr_accessor next_token: ::String
|
|
802
805
|
attr_accessor max_results: ::Integer
|
|
803
806
|
attr_accessor scope: ("MANAGED" | "ACCOUNT")
|
|
804
|
-
attr_accessor managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE")
|
|
807
|
+
attr_accessor managed_type: ("AWS_MANAGED_THREAT_SIGNATURES" | "AWS_MANAGED_DOMAIN_LISTS" | "ACTIVE_THREAT_DEFENSE" | "PARTNER_MANAGED")
|
|
808
|
+
attr_accessor subscription_status: ("NOT_SUBSCRIBED" | "SUBSCRIBED")
|
|
805
809
|
attr_accessor type: ("STATELESS" | "STATEFUL")
|
|
806
810
|
SENSITIVE: []
|
|
807
811
|
end
|
|
@@ -878,7 +882,7 @@ module Aws::NetworkFirewall
|
|
|
878
882
|
end
|
|
879
883
|
|
|
880
884
|
class PerObjectStatus
|
|
881
|
-
attr_accessor sync_status: ("PENDING" | "IN_SYNC" | "CAPACITY_CONSTRAINED")
|
|
885
|
+
attr_accessor sync_status: ("PENDING" | "IN_SYNC" | "CAPACITY_CONSTRAINED" | "NOT_SUBSCRIBED" | "DEPRECATED")
|
|
882
886
|
attr_accessor update_token: ::String
|
|
883
887
|
SENSITIVE: []
|
|
884
888
|
end
|
|
@@ -956,6 +960,7 @@ module Aws::NetworkFirewall
|
|
|
956
960
|
class RuleGroupMetadata
|
|
957
961
|
attr_accessor name: ::String
|
|
958
962
|
attr_accessor arn: ::String
|
|
963
|
+
attr_accessor vendor_name: ::String
|
|
959
964
|
SENSITIVE: []
|
|
960
965
|
end
|
|
961
966
|
|