PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` package Paws::NetworkFirewall; use Moose; sub service { 'network-firewall' } sub signing_name { 'network-firewall' } sub version { '2020-11-12' } sub target_prefix { 'NetworkFirewall_20201112' } sub json_version { "1.0" } has max_attempts => (is => 'ro', isa => 'Int', default => 5); has retry => (is => 'ro', isa => 'HashRef', default => sub { { base => 'rand', type => 'exponential', growth_factor => 2 } }); has retriables => (is => 'ro', isa => 'ArrayRef', default => sub { [ ] }); with 'Paws::API::Caller', 'Paws::API::EndpointResolver', 'Paws::Net::V4Signature', 'Paws::Net::JsonCaller'; sub AssociateFirewallPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::AssociateFirewallPolicy', @_); return $self->caller->do_call($self, $call_object); } sub AssociateSubnets { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::AssociateSubnets', @_); return $self->caller->do_call($self, $call_object); } sub CreateFirewall { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::CreateFirewall', @_); return $self->caller->do_call($self, $call_object); } sub CreateFirewallPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::CreateFirewallPolicy', @_); return $self->caller->do_call($self, $call_object); } sub CreateRuleGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::CreateRuleGroup', @_); return $self->caller->do_call($self, $call_object); } sub DeleteFirewall { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DeleteFirewall', @_); return $self->caller->do_call($self, $call_object); } sub DeleteFirewallPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DeleteFirewallPolicy', @_); return $self->caller->do_call($self, $call_object); } sub DeleteResourcePolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DeleteResourcePolicy', @_); return $self->caller->do_call($self, $call_object); } sub DeleteRuleGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DeleteRuleGroup', @_); return $self->caller->do_call($self, $call_object); } sub DescribeFirewall { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DescribeFirewall', @_); return $self->caller->do_call($self, $call_object); } sub DescribeFirewallPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DescribeFirewallPolicy', @_); return $self->caller->do_call($self, $call_object); } sub DescribeLoggingConfiguration { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DescribeLoggingConfiguration', @_); return $self->caller->do_call($self, $call_object); } sub DescribeResourcePolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DescribeResourcePolicy', @_); return $self->caller->do_call($self, $call_object); } sub DescribeRuleGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DescribeRuleGroup', @_); return $self->caller->do_call($self, $call_object); } sub DisassociateSubnets { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::DisassociateSubnets', @_); return $self->caller->do_call($self, $call_object); } sub ListFirewallPolicies { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::ListFirewallPolicies', @_); return $self->caller->do_call($self, $call_object); } sub ListFirewalls { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::ListFirewalls', @_); return $self->caller->do_call($self, $call_object); } sub ListRuleGroups { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::ListRuleGroups', @_); return $self->caller->do_call($self, $call_object); } sub ListTagsForResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::ListTagsForResource', @_); return $self->caller->do_call($self, $call_object); } sub PutResourcePolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::PutResourcePolicy', @_); return $self->caller->do_call($self, $call_object); } sub TagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::TagResource', @_); return $self->caller->do_call($self, $call_object); } sub UntagResource { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UntagResource', @_); return $self->caller->do_call($self, $call_object); } sub UpdateFirewallDeleteProtection { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UpdateFirewallDeleteProtection', @_); return $self->caller->do_call($self, $call_object); } sub UpdateFirewallDescription { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UpdateFirewallDescription', @_); return $self->caller->do_call($self, $call_object); } sub UpdateFirewallPolicy { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UpdateFirewallPolicy', @_); return $self->caller->do_call($self, $call_object); } sub UpdateFirewallPolicyChangeProtection { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UpdateFirewallPolicyChangeProtection', @_); return $self->caller->do_call($self, $call_object); } sub UpdateLoggingConfiguration { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UpdateLoggingConfiguration', @_); return $self->caller->do_call($self, $call_object); } sub UpdateRuleGroup { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UpdateRuleGroup', @_); return $self->caller->do_call($self, $call_object); } sub UpdateSubnetChangeProtection { my $self = shift; my $call_object = $self->new_with_coercions('Paws::NetworkFirewall::UpdateSubnetChangeProtection', @_); return $self->caller->do_call($self, $call_object); } sub ListAllFirewallPolicies { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListFirewallPolicies(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListFirewallPolicies(@_, NextToken => $next_result->NextToken); push @{ $result->FirewallPolicies }, @{ $next_result->FirewallPolicies }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'FirewallPolicies') foreach (@{ $result->FirewallPolicies }); $result = $self->ListFirewallPolicies(@_, NextToken => $result->NextToken); } $callback->($_ => 'FirewallPolicies') foreach (@{ $result->FirewallPolicies }); } return undef } sub ListAllFirewalls { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListFirewalls(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListFirewalls(@_, NextToken => $next_result->NextToken); push @{ $result->Firewalls }, @{ $next_result->Firewalls }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Firewalls') foreach (@{ $result->Firewalls }); $result = $self->ListFirewalls(@_, NextToken => $result->NextToken); } $callback->($_ => 'Firewalls') foreach (@{ $result->Firewalls }); } return undef } sub ListAllRuleGroups { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListRuleGroups(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListRuleGroups(@_, NextToken => $next_result->NextToken); push @{ $result->RuleGroups }, @{ $next_result->RuleGroups }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'RuleGroups') foreach (@{ $result->RuleGroups }); $result = $self->ListRuleGroups(@_, NextToken => $result->NextToken); } $callback->($_ => 'RuleGroups') foreach (@{ $result->RuleGroups }); } return undef } sub ListAllTagsForResource { my $self = shift; my $callback = shift @_ if (ref($_[0]) eq 'CODE'); my $result = $self->ListTagsForResource(@_); my $next_result = $result; if (not defined $callback) { while ($next_result->NextToken) { $next_result = $self->ListTagsForResource(@_, NextToken => $next_result->NextToken); push @{ $result->Tags }, @{ $next_result->Tags }; } return $result; } else { while ($result->NextToken) { $callback->($_ => 'Tags') foreach (@{ $result->Tags }); $result = $self->ListTagsForResource(@_, NextToken => $result->NextToken); } $callback->($_ => 'Tags') foreach (@{ $result->Tags }); } return undef } sub operations { qw/AssociateFirewallPolicy AssociateSubnets CreateFirewall CreateFirewallPolicy CreateRuleGroup DeleteFirewall DeleteFirewallPolicy DeleteResourcePolicy DeleteRuleGroup DescribeFirewall DescribeFirewallPolicy DescribeLoggingConfiguration DescribeResourcePolicy DescribeRuleGroup DisassociateSubnets ListFirewallPolicies ListFirewalls ListRuleGroups ListTagsForResource PutResourcePolicy TagResource UntagResource UpdateFirewallDeleteProtection UpdateFirewallDescription UpdateFirewallPolicy UpdateFirewallPolicyChangeProtection UpdateLoggingConfiguration UpdateRuleGroup UpdateSubnetChangeProtection / } 1; ### main pod documentation begin ### =head1 NAME Paws::NetworkFirewall - Perl Interface to AWS AWS Network Firewall =head1 SYNOPSIS use Paws; my $obj = Paws->service('NetworkFirewall'); my $res = $obj->Method( Arg1 => $val1, Arg2 => [ 'V1', 'V2' ], # if Arg3 is an object, the HashRef will be used as arguments to the constructor # of the arguments type Arg3 => { Att1 => 'Val1' }, # if Arg4 is an array of objects, the HashRefs will be passed as arguments to # the constructor of the arguments type Arg4 => [ { Att1 => 'Val1' }, { Att1 => 'Val2' } ], ); =head1 DESCRIPTION This is the API Reference for AWS Network Firewall. This guide is for developers who need detailed information about the Network Firewall API actions, data types, and errors. =over =item * The REST API requires you to handle connection details, such as calculating signatures, handling request retries, and error handling. For general information about using the AWS REST APIs, see AWS APIs (https://docs.aws.amazon.com/general/latest/gr/aws-apis.html). To access Network Firewall using the REST API endpoint: CregionE.amazonaws.com> =item * Alternatively, you can use one of the AWS SDKs to access an API that's tailored to the programming language or platform that you're using. For more information, see AWS SDKs (http://aws.amazon.com/tools/#SDKs). =item * For descriptions of Network Firewall features, including and step-by-step instructions on how to use them through the Network Firewall console, see the Network Firewall Developer Guide (https://docs.aws.amazon.com/network-firewall/latest/developerguide/). =back Network Firewall is a stateful, managed, network firewall and intrusion detection and prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the perimeter of your VPC. This includes filtering traffic going to and coming from an internet gateway, NAT gateway, or over VPN or AWS Direct Connect. Network Firewall uses rules that are compatible with Suricata, a free, open source intrusion detection system (IDS) engine. For information about Suricata, see the Suricata website (https://suricata-ids.org/). You can use Network Firewall to monitor and protect your VPC traffic in a number of ways. The following are just a few examples: =over =item * Allow domains or IP addresses for known AWS service endpoints, such as Amazon S3, and block all other forms of traffic. =item * Use custom lists of known bad domains to limit the types of domain names that your applications can access. =item * Perform deep packet inspection on traffic entering or leaving your VPC. =item * Use stateful protocol detection to filter protocols like HTTPS, regardless of the port used. =back To enable Network Firewall for your VPCs, you perform steps in both Amazon VPC and in Network Firewall. For information about using Amazon VPC, see Amazon VPC User Guide (https://docs.aws.amazon.com/vpc/latest/userguide/). To start using Network Firewall, do the following: =over =item 1. (Optional) If you don't already have a VPC that you want to protect, create it in Amazon VPC. =item 2. In Amazon VPC, in each Availability Zone where you want to have a firewall endpoint, create a subnet for the sole use of Network Firewall. =item 3. In Network Firewall, create stateless and stateful rule groups, to define the components of the network traffic filtering behavior that you want your firewall to have. =item 4. In Network Firewall, create a firewall policy that uses your rule groups and specifies additional default traffic filtering behavior. =item 5. In Network Firewall, create a firewall and specify your new firewall policy and VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you specify, with the behavior that's defined in the firewall policy. =item 6. In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall endpoints. =back For the AWS API documentation, see L =head1 METHODS =head2 AssociateFirewallPolicy =over =item FirewallPolicyArn => Str =item [FirewallArn => Str] =item [FirewallName => Str] =item [UpdateToken => Str] =back Each argument is described in detail in: L Returns: a L instance Associates a FirewallPolicy to a Firewall. A firewall policy defines how to monitor and manage your VPC network traffic, using a collection of inspection rule groups and other settings. Each firewall requires one firewall policy association, and you can use the same firewall policy for multiple firewalls. =head2 AssociateSubnets =over =item SubnetMappings => ArrayRef[L] =item [FirewallArn => Str] =item [FirewallName => Str] =item [UpdateToken => Str] =back Each argument is described in detail in: L Returns: a L instance Associates the specified subnets in the Amazon VPC to the firewall. You can specify one subnet for each of the Availability Zones that the VPC spans. This request creates an AWS Network Firewall firewall endpoint in each of the subnets. To enable the firewall's protections, you must also modify the VPC's route tables for each subnet's Availability Zone, to redirect the traffic that's coming into and going out of the zone through the firewall endpoint. =head2 CreateFirewall =over =item FirewallName => Str =item FirewallPolicyArn => Str =item SubnetMappings => ArrayRef[L] =item VpcId => Str =item [DeleteProtection => Bool] =item [Description => Str] =item [FirewallPolicyChangeProtection => Bool] =item [SubnetChangeProtection => Bool] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates an AWS Network Firewall Firewall and accompanying FirewallStatus for a VPC. The firewall defines the configuration settings for an AWS Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall AWS resource. After you create a firewall, you can provide additional settings, like the logging configuration. To update the settings for a firewall, you use the operations that apply to the settings themselves, for example UpdateLoggingConfiguration, AssociateSubnets, and UpdateFirewallDeleteProtection. To manage a firewall's tags, use the standard AWS resource tagging operations, ListTagsForResource, TagResource, and UntagResource. To retrieve information about firewalls, use ListFirewalls and DescribeFirewall. =head2 CreateFirewallPolicy =over =item FirewallPolicy => L =item FirewallPolicyName => Str =item [Description => Str] =item [DryRun => Bool] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates the firewall policy for the firewall according to the specifications. An AWS Network Firewall firewall policy defines the behavior of a firewall, in a collection of stateless and stateful rule groups and other settings. You can use one firewall policy for multiple firewalls. =head2 CreateRuleGroup =over =item Capacity => Int =item RuleGroupName => Str =item Type => Str =item [Description => Str] =item [DryRun => Bool] =item [RuleGroup => L] =item [Rules => Str] =item [Tags => ArrayRef[L]] =back Each argument is described in detail in: L Returns: a L instance Creates the specified stateless or stateful rule group, which includes the rules for network traffic inspection, a capacity setting, and tags. You provide your rule group specification in your request using either C or C. =head2 DeleteFirewall =over =item [FirewallArn => Str] =item [FirewallName => Str] =back Each argument is described in detail in: L Returns: a L instance Deletes the specified Firewall and its FirewallStatus. This operation requires the firewall's C flag to be C. You can't revert this operation. You can check whether a firewall is in use by reviewing the route tables for the Availability Zones where you have firewall subnet mappings. Retrieve the subnet mappings by calling DescribeFirewall. You define and update the route tables through Amazon VPC. As needed, update the route tables for the zones to remove the firewall endpoints. When the route tables no longer use the firewall endpoints, you can remove the firewall safely. To delete a firewall, remove the delete protection if you need to using UpdateFirewallDeleteProtection, then delete the firewall by calling DeleteFirewall. =head2 DeleteFirewallPolicy =over =item [FirewallPolicyArn => Str] =item [FirewallPolicyName => Str] =back Each argument is described in detail in: L Returns: a L instance Deletes the specified FirewallPolicy. =head2 DeleteResourcePolicy =over =item ResourceArn => Str =back Each argument is described in detail in: L Returns: a L instance Deletes a resource policy that you created in a PutResourcePolicy request. =head2 DeleteRuleGroup =over =item [RuleGroupArn => Str] =item [RuleGroupName => Str] =item [Type => Str] =back Each argument is described in detail in: L Returns: a L instance Deletes the specified RuleGroup. =head2 DescribeFirewall =over =item [FirewallArn => Str] =item [FirewallName => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the data objects for the specified firewall. =head2 DescribeFirewallPolicy =over =item [FirewallPolicyArn => Str] =item [FirewallPolicyName => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the data objects for the specified firewall policy. =head2 DescribeLoggingConfiguration =over =item [FirewallArn => Str] =item [FirewallName => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the logging configuration for the specified firewall. =head2 DescribeResourcePolicy =over =item ResourceArn => Str =back Each argument is described in detail in: L Returns: a L instance Retrieves a resource policy that you created in a PutResourcePolicy request. =head2 DescribeRuleGroup =over =item [RuleGroupArn => Str] =item [RuleGroupName => Str] =item [Type => Str] =back Each argument is described in detail in: L Returns: a L instance Returns the data objects for the specified rule group. =head2 DisassociateSubnets =over =item SubnetIds => ArrayRef[Str|Undef] =item [FirewallArn => Str] =item [FirewallName => Str] =item [UpdateToken => Str] =back Each argument is described in detail in: L Returns: a L instance Removes the specified subnet associations from the firewall. This removes the firewall endpoints from the subnets and removes any network filtering protections that the endpoints were providing. =head2 ListFirewallPolicies =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the metadata for the firewall policies that you have defined. Depending on your setting for max results and the number of firewall policies, a single call might not return the full list. =head2 ListFirewalls =over =item [MaxResults => Int] =item [NextToken => Str] =item [VpcIds => ArrayRef[Str|Undef]] =back Each argument is described in detail in: L Returns: a L instance Retrieves the metadata for the firewalls that you have defined. If you provide VPC identifiers in your request, this returns only the firewalls for those VPCs. Depending on your setting for max results and the number of firewalls, a single call might not return the full list. =head2 ListRuleGroups =over =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the metadata for the rule groups that you have defined. Depending on your setting for max results and the number of rule groups, a single call might not return the full list. =head2 ListTagsForResource =over =item ResourceArn => Str =item [MaxResults => Int] =item [NextToken => Str] =back Each argument is described in detail in: L Returns: a L instance Retrieves the tags associated with the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource. You can tag the AWS resources that you manage through AWS Network Firewall: firewalls, firewall policies, and rule groups. =head2 PutResourcePolicy =over =item Policy => Str =item ResourceArn => Str =back Each argument is described in detail in: L Returns: a L instance Creates or updates an AWS Identity and Access Management policy for your rule group or firewall policy. Use this to share rule groups and firewall policies between accounts. This operation works in conjunction with the AWS Resource Access Manager (RAM) service to manage resource sharing for Network Firewall. Use this operation to create or update a resource policy for your rule group or firewall policy. In the policy, you specify the accounts that you want to share the resource with and the operations that you want the accounts to be able to perform. When you add an account in the resource policy, you then run the following Resource Access Manager (RAM) operations to access and accept the shared rule group or firewall policy. =over =item * GetResourceShareInvitations (https://docs.aws.amazon.com/ram/latest/APIReference/API_GetResourceShareInvitations.html) - Returns the Amazon Resource Names (ARNs) of the resource share invitations. =item * AcceptResourceShareInvitation (https://docs.aws.amazon.com/ram/latest/APIReference/API_AcceptResourceShareInvitation.html) - Accepts the share invitation for a specified resource share. =back For additional information about resource sharing using RAM, see AWS Resource Access Manager User Guide (https://docs.aws.amazon.com/ram/latest/userguide/what-is.html). =head2 TagResource =over =item ResourceArn => Str =item Tags => ArrayRef[L] =back Each argument is described in detail in: L Returns: a L instance Adds the specified tags to the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource. You can tag the AWS resources that you manage through AWS Network Firewall: firewalls, firewall policies, and rule groups. =head2 UntagResource =over =item ResourceArn => Str =item TagKeys => ArrayRef[Str|Undef] =back Each argument is described in detail in: L Returns: a L instance Removes the tags with the specified keys from the specified resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource. You can manage tags for the AWS resources that you manage through AWS Network Firewall: firewalls, firewall policies, and rule groups. =head2 UpdateFirewallDeleteProtection =over =item DeleteProtection => Bool =item [FirewallArn => Str] =item [FirewallName => Str] =item [UpdateToken => Str] =back Each argument is described in detail in: L Returns: a L instance Modifies the flag, C, which indicates whether it is possible to delete the firewall. If the flag is set to C, the firewall is protected against deletion. This setting helps protect against accidentally deleting a firewall that's in use. =head2 UpdateFirewallDescription =over =item [Description => Str] =item [FirewallArn => Str] =item [FirewallName => Str] =item [UpdateToken => Str] =back Each argument is described in detail in: L Returns: a L instance Modifies the description for the specified firewall. Use the description to help you identify the firewall when you're working with it. =head2 UpdateFirewallPolicy =over =item FirewallPolicy => L =item UpdateToken => Str =item [Description => Str] =item [DryRun => Bool] =item [FirewallPolicyArn => Str] =item [FirewallPolicyName => Str] =back Each argument is described in detail in: L Returns: a L instance Updates the properties of the specified firewall policy. =head2 UpdateFirewallPolicyChangeProtection =over =item FirewallPolicyChangeProtection => Bool =item [FirewallArn => Str] =item [FirewallName => Str] =item [UpdateToken => Str] =back Each argument is described in detail in: L Returns: a L instance =head2 UpdateLoggingConfiguration =over =item [FirewallArn => Str] =item [FirewallName => Str] =item [LoggingConfiguration => L] =back Each argument is described in detail in: L Returns: a L instance Sets the logging configuration for the specified firewall. To change the logging configuration, retrieve the LoggingConfiguration by calling DescribeLoggingConfiguration, then change it and provide the modified object to this update call. You must change the logging configuration one LogDestinationConfig at a time inside the retrieved LoggingConfiguration object. You can perform only one of the following actions in any call to C: =over =item * Create a new log destination object by adding a single C array element to C. =item * Delete a log destination object by removing a single C array element from C. =item * Change the C setting in a single C array element. =back You can't change the C or C in a C. To change these settings, delete the existing C object and create a new one, using two separate calls to this update operation. =head2 UpdateRuleGroup =over =item UpdateToken => Str =item [Description => Str] =item [DryRun => Bool] =item [RuleGroup => L] =item [RuleGroupArn => Str] =item [RuleGroupName => Str] =item [Rules => Str] =item [Type => Str] =back Each argument is described in detail in: L Returns: a L instance Updates the rule settings for the specified rule group. You use a rule group by reference in one or more firewall policies. When you modify a rule group, you modify all firewall policies that use the rule group. To update a rule group, first call DescribeRuleGroup to retrieve the current RuleGroup object, update the object as needed, and then provide the updated object to this call. =head2 UpdateSubnetChangeProtection =over =item SubnetChangeProtection => Bool =item [FirewallArn => Str] =item [FirewallName => Str] =item [UpdateToken => Str] =back Each argument is described in detail in: L Returns: a L instance =head1 PAGINATORS Paginator methods are helpers that repetively call methods that return partial results =head2 ListAllFirewallPolicies(sub { },[MaxResults => Int, NextToken => Str]) =head2 ListAllFirewallPolicies([MaxResults => Int, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - FirewallPolicies, passing the object as the first parameter, and the string 'FirewallPolicies' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllFirewalls(sub { },[MaxResults => Int, NextToken => Str, VpcIds => ArrayRef[Str|Undef]]) =head2 ListAllFirewalls([MaxResults => Int, NextToken => Str, VpcIds => ArrayRef[Str|Undef]]) If passed a sub as first parameter, it will call the sub for each element found in : - Firewalls, passing the object as the first parameter, and the string 'Firewalls' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllRuleGroups(sub { },[MaxResults => Int, NextToken => Str]) =head2 ListAllRuleGroups([MaxResults => Int, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - RuleGroups, passing the object as the first parameter, and the string 'RuleGroups' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head2 ListAllTagsForResource(sub { },ResourceArn => Str, [MaxResults => Int, NextToken => Str]) =head2 ListAllTagsForResource(ResourceArn => Str, [MaxResults => Int, NextToken => Str]) If passed a sub as first parameter, it will call the sub for each element found in : - Tags, passing the object as the first parameter, and the string 'Tags' as the second parameter If not, it will return a a L instance with all the Cs; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory. =head1 SEE ALSO This service class forms part of L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut