lib/aws-sdk-fms/client.rb in aws-sdk-fms-1.23.0 vs lib/aws-sdk-fms/client.rb in aws-sdk-fms-1.24.0

- old
+ new

@@ -891,19 +891,22 @@ # Firewall Manager provides the following types of policies: # # * A Shield Advanced policy, which applies Shield Advanced protection # to specified accounts and resources # - # * An AWS WAF policy, which contains a rule group and defines which - # resources are to be protected by that rule group + # * An AWS WAF policy (type WAFV2), which defines rule groups to run + # first in the corresponding AWS WAF web ACL and rule groups to run + # last in the web ACL. # + # * An AWS WAF Classic policy (type WAF), which defines a rule group. + # # * A security group policy, which manages VPC security groups across # your AWS organization. # - # Each policy is specific to one of the three types. If you want to - # enforce more than one policy type across accounts, you can create - # multiple policies. You can create multiple policies for each type. + # Each policy is specific to one of the types. If you want to enforce + # more than one policy type across accounts, create multiple policies. + # You can create multiple policies for each type. # # You must be subscribed to Shield Advanced to create a Shield Advanced # policy. For more information about subscribing to Shield Advanced, see # [CreateSubscription][1]. # @@ -1062,10 +1065,10 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-fms' - context[:gem_version] = '1.23.0' + context[:gem_version] = '1.24.0' Seahorse::Client::Request.new(handlers, context) end # @api private # @deprecated