/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "license" file accompanying this file. This file is distributed
* on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
* express or implied. See the License for the specific language governing
* permissions and limitations under the License.
*/
/*
* Do not modify this file. This file is generated from the network-firewall-2020-11-12.normal.json service model.
*/
using System;
using System.Collections.Generic;
using Amazon.Runtime;
using Amazon.NetworkFirewall.Model;
namespace Amazon.NetworkFirewall
{
///
/// Interface for accessing NetworkFirewall
///
/// This is the API Reference for Network Firewall. This guide is for developers who need
/// detailed information about the Network Firewall API actions, data types, and errors.
///
///
/// -
///
/// 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 Amazon Web Services REST APIs, see Amazon
/// Web Services APIs.
///
///
///
/// To access Network Firewall using the REST API endpoint:
https://network-firewall.<region>.amazonaws.com
///
///
/// -
///
/// Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's
/// tailored to the programming language or platform that you're using. For more information,
/// see Amazon Web Services SDKs.
///
///
-
///
/// 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.
///
///
///
/// 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
/// Direct Connect. Network Firewall uses rules that are compatible with Suricata, a free,
/// open source network analysis and threat detection engine. Network Firewall supports
/// Suricata version 6.0.9. For information about Suricata, see the Suricata
/// website.
///
///
///
/// You can use Network Firewall to monitor and protect your VPC traffic in a number of
/// ways. The following are just a few examples:
///
/// -
///
/// Allow domains or IP addresses for known Amazon Web Services service endpoints, such
/// as Amazon S3, and block all other forms of traffic.
///
///
-
///
/// Use custom lists of known bad domains to limit the types of domain names that your
/// applications can access.
///
///
-
///
/// Perform deep packet inspection on traffic entering or leaving your VPC.
///
///
-
///
/// Use stateful protocol detection to filter protocols like HTTPS, regardless of the
/// port used.
///
///
///
/// 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.
///
///
///
/// To start using Network Firewall, do the following:
///
/// -
///
/// (Optional) If you don't already have a VPC that you want to protect, create it in
/// Amazon VPC.
///
///
-
///
/// 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.
///
///
-
///
/// 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.
///
///
-
///
/// In Network Firewall, create a firewall policy that uses your rule groups and specifies
/// additional default traffic filtering behavior.
///
///
-
///
/// 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.
///
///
-
///
/// In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall
/// endpoints.
///
///
///
public partial interface IAmazonNetworkFirewall : IAmazonService, IDisposable
{
#if BCL45 || AWS_ASYNC_ENUMERABLES_API
///
/// Paginators for the service
///
INetworkFirewallPaginatorFactory Paginators { get; }
#endif
#region AssociateFirewallPolicy
///
/// 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.
///
///
/// Container for the necessary parameters to execute the AssociateFirewallPolicy service method.
///
/// The response from the AssociateFirewallPolicy service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for AssociateFirewallPolicy Operation
AssociateFirewallPolicyResponse AssociateFirewallPolicy(AssociateFirewallPolicyRequest request);
///
/// Initiates the asynchronous execution of the AssociateFirewallPolicy operation.
///
///
/// Container for the necessary parameters to execute the AssociateFirewallPolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAssociateFirewallPolicy
/// operation.
/// REST API Reference for AssociateFirewallPolicy Operation
IAsyncResult BeginAssociateFirewallPolicy(AssociateFirewallPolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the AssociateFirewallPolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginAssociateFirewallPolicy.
///
/// Returns a AssociateFirewallPolicyResult from NetworkFirewall.
/// REST API Reference for AssociateFirewallPolicy Operation
AssociateFirewallPolicyResponse EndAssociateFirewallPolicy(IAsyncResult asyncResult);
#endregion
#region AssociateSubnets
///
/// 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 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.
///
///
/// Container for the necessary parameters to execute the AssociateSubnets service method.
///
/// The response from the AssociateSubnets service method, as returned by NetworkFirewall.
///
/// Amazon Web Services doesn't currently have enough available capacity to fulfill your
/// request. Try your request later.
///
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for AssociateSubnets Operation
AssociateSubnetsResponse AssociateSubnets(AssociateSubnetsRequest request);
///
/// Initiates the asynchronous execution of the AssociateSubnets operation.
///
///
/// Container for the necessary parameters to execute the AssociateSubnets operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndAssociateSubnets
/// operation.
/// REST API Reference for AssociateSubnets Operation
IAsyncResult BeginAssociateSubnets(AssociateSubnetsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the AssociateSubnets operation.
///
///
/// The IAsyncResult returned by the call to BeginAssociateSubnets.
///
/// Returns a AssociateSubnetsResult from NetworkFirewall.
/// REST API Reference for AssociateSubnets Operation
AssociateSubnetsResponse EndAssociateSubnets(IAsyncResult asyncResult);
#endregion
#region CreateFirewall
///
/// Creates an Network Firewall Firewall and accompanying FirewallStatus
/// for a VPC.
///
///
///
/// The firewall defines the configuration settings for an 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 Amazon Web Services 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 Amazon Web Services resource tagging
/// operations, ListTagsForResource, TagResource, and UntagResource.
///
///
///
/// To retrieve information about firewalls, use ListFirewalls and DescribeFirewall.
///
///
/// Container for the necessary parameters to execute the CreateFirewall service method.
///
/// The response from the CreateFirewall service method, as returned by NetworkFirewall.
///
/// Amazon Web Services doesn't currently have enough available capacity to fulfill your
/// request. Try your request later.
///
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to perform the operation because doing so would violate a limit setting.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for CreateFirewall Operation
CreateFirewallResponse CreateFirewall(CreateFirewallRequest request);
///
/// Initiates the asynchronous execution of the CreateFirewall operation.
///
///
/// Container for the necessary parameters to execute the CreateFirewall operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateFirewall
/// operation.
/// REST API Reference for CreateFirewall Operation
IAsyncResult BeginCreateFirewall(CreateFirewallRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateFirewall operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateFirewall.
///
/// Returns a CreateFirewallResult from NetworkFirewall.
/// REST API Reference for CreateFirewall Operation
CreateFirewallResponse EndCreateFirewall(IAsyncResult asyncResult);
#endregion
#region CreateFirewallPolicy
///
/// Creates the firewall policy for the firewall according to the specifications.
///
///
///
/// An 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.
///
///
/// Container for the necessary parameters to execute the CreateFirewallPolicy service method.
///
/// The response from the CreateFirewallPolicy service method, as returned by NetworkFirewall.
///
/// Amazon Web Services doesn't currently have enough available capacity to fulfill your
/// request. Try your request later.
///
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to perform the operation because doing so would violate a limit setting.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for CreateFirewallPolicy Operation
CreateFirewallPolicyResponse CreateFirewallPolicy(CreateFirewallPolicyRequest request);
///
/// Initiates the asynchronous execution of the CreateFirewallPolicy operation.
///
///
/// Container for the necessary parameters to execute the CreateFirewallPolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateFirewallPolicy
/// operation.
/// REST API Reference for CreateFirewallPolicy Operation
IAsyncResult BeginCreateFirewallPolicy(CreateFirewallPolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateFirewallPolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateFirewallPolicy.
///
/// Returns a CreateFirewallPolicyResult from NetworkFirewall.
/// REST API Reference for CreateFirewallPolicy Operation
CreateFirewallPolicyResponse EndCreateFirewallPolicy(IAsyncResult asyncResult);
#endregion
#region CreateRuleGroup
///
/// 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 RuleGroup
/// or Rules
.
///
///
/// Container for the necessary parameters to execute the CreateRuleGroup service method.
///
/// The response from the CreateRuleGroup service method, as returned by NetworkFirewall.
///
/// Amazon Web Services doesn't currently have enough available capacity to fulfill your
/// request. Try your request later.
///
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to perform the operation because doing so would violate a limit setting.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for CreateRuleGroup Operation
CreateRuleGroupResponse CreateRuleGroup(CreateRuleGroupRequest request);
///
/// Initiates the asynchronous execution of the CreateRuleGroup operation.
///
///
/// Container for the necessary parameters to execute the CreateRuleGroup operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateRuleGroup
/// operation.
/// REST API Reference for CreateRuleGroup Operation
IAsyncResult BeginCreateRuleGroup(CreateRuleGroupRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateRuleGroup operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateRuleGroup.
///
/// Returns a CreateRuleGroupResult from NetworkFirewall.
/// REST API Reference for CreateRuleGroup Operation
CreateRuleGroupResponse EndCreateRuleGroup(IAsyncResult asyncResult);
#endregion
#region CreateTLSInspectionConfiguration
///
/// Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration
/// contains the Certificate Manager certificate references that Network Firewall uses
/// to decrypt and re-encrypt inbound traffic.
///
///
///
/// After you create a TLS inspection configuration, you associate it with a firewall
/// policy.
///
///
///
/// To update the settings for a TLS inspection configuration, use UpdateTLSInspectionConfiguration.
///
///
///
/// To manage a TLS inspection configuration's tags, use the standard Amazon Web Services
/// resource tagging operations, ListTagsForResource, TagResource, and UntagResource.
///
///
///
/// To retrieve information about TLS inspection configurations, use ListTLSInspectionConfigurations
/// and DescribeTLSInspectionConfiguration.
///
///
///
/// For more information about TLS inspection configurations, see Decrypting
/// SSL/TLS traffic with TLS inspection configurations in the Network Firewall
/// Developer Guide.
///
///
/// Container for the necessary parameters to execute the CreateTLSInspectionConfiguration service method.
///
/// The response from the CreateTLSInspectionConfiguration service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for CreateTLSInspectionConfiguration Operation
CreateTLSInspectionConfigurationResponse CreateTLSInspectionConfiguration(CreateTLSInspectionConfigurationRequest request);
///
/// Initiates the asynchronous execution of the CreateTLSInspectionConfiguration operation.
///
///
/// Container for the necessary parameters to execute the CreateTLSInspectionConfiguration operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndCreateTLSInspectionConfiguration
/// operation.
/// REST API Reference for CreateTLSInspectionConfiguration Operation
IAsyncResult BeginCreateTLSInspectionConfiguration(CreateTLSInspectionConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the CreateTLSInspectionConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginCreateTLSInspectionConfiguration.
///
/// Returns a CreateTLSInspectionConfigurationResult from NetworkFirewall.
/// REST API Reference for CreateTLSInspectionConfiguration Operation
CreateTLSInspectionConfigurationResponse EndCreateTLSInspectionConfiguration(IAsyncResult asyncResult);
#endregion
#region DeleteFirewall
///
/// Deletes the specified Firewall and its FirewallStatus. This operation
/// requires the firewall's DeleteProtection
flag to be FALSE
.
/// 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.
///
///
/// Container for the necessary parameters to execute the DeleteFirewall service method.
///
/// The response from the DeleteFirewall service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
///
/// The operation you requested isn't supported by Network Firewall.
///
/// REST API Reference for DeleteFirewall Operation
DeleteFirewallResponse DeleteFirewall(DeleteFirewallRequest request);
///
/// Initiates the asynchronous execution of the DeleteFirewall operation.
///
///
/// Container for the necessary parameters to execute the DeleteFirewall operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteFirewall
/// operation.
/// REST API Reference for DeleteFirewall Operation
IAsyncResult BeginDeleteFirewall(DeleteFirewallRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteFirewall operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteFirewall.
///
/// Returns a DeleteFirewallResult from NetworkFirewall.
/// REST API Reference for DeleteFirewall Operation
DeleteFirewallResponse EndDeleteFirewall(IAsyncResult asyncResult);
#endregion
#region DeleteFirewallPolicy
///
/// Deletes the specified FirewallPolicy.
///
/// Container for the necessary parameters to execute the DeleteFirewallPolicy service method.
///
/// The response from the DeleteFirewallPolicy service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
///
/// The operation you requested isn't supported by Network Firewall.
///
/// REST API Reference for DeleteFirewallPolicy Operation
DeleteFirewallPolicyResponse DeleteFirewallPolicy(DeleteFirewallPolicyRequest request);
///
/// Initiates the asynchronous execution of the DeleteFirewallPolicy operation.
///
///
/// Container for the necessary parameters to execute the DeleteFirewallPolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteFirewallPolicy
/// operation.
/// REST API Reference for DeleteFirewallPolicy Operation
IAsyncResult BeginDeleteFirewallPolicy(DeleteFirewallPolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteFirewallPolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteFirewallPolicy.
///
/// Returns a DeleteFirewallPolicyResult from NetworkFirewall.
/// REST API Reference for DeleteFirewallPolicy Operation
DeleteFirewallPolicyResponse EndDeleteFirewallPolicy(IAsyncResult asyncResult);
#endregion
#region DeleteResourcePolicy
///
/// Deletes a resource policy that you created in a PutResourcePolicy request.
///
/// Container for the necessary parameters to execute the DeleteResourcePolicy service method.
///
/// The response from the DeleteResourcePolicy service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The policy statement failed validation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DeleteResourcePolicy Operation
DeleteResourcePolicyResponse DeleteResourcePolicy(DeleteResourcePolicyRequest request);
///
/// Initiates the asynchronous execution of the DeleteResourcePolicy operation.
///
///
/// Container for the necessary parameters to execute the DeleteResourcePolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteResourcePolicy
/// operation.
/// REST API Reference for DeleteResourcePolicy Operation
IAsyncResult BeginDeleteResourcePolicy(DeleteResourcePolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteResourcePolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteResourcePolicy.
///
/// Returns a DeleteResourcePolicyResult from NetworkFirewall.
/// REST API Reference for DeleteResourcePolicy Operation
DeleteResourcePolicyResponse EndDeleteResourcePolicy(IAsyncResult asyncResult);
#endregion
#region DeleteRuleGroup
///
/// Deletes the specified RuleGroup.
///
/// Container for the necessary parameters to execute the DeleteRuleGroup service method.
///
/// The response from the DeleteRuleGroup service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
///
/// The operation you requested isn't supported by Network Firewall.
///
/// REST API Reference for DeleteRuleGroup Operation
DeleteRuleGroupResponse DeleteRuleGroup(DeleteRuleGroupRequest request);
///
/// Initiates the asynchronous execution of the DeleteRuleGroup operation.
///
///
/// Container for the necessary parameters to execute the DeleteRuleGroup operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteRuleGroup
/// operation.
/// REST API Reference for DeleteRuleGroup Operation
IAsyncResult BeginDeleteRuleGroup(DeleteRuleGroupRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteRuleGroup operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteRuleGroup.
///
/// Returns a DeleteRuleGroupResult from NetworkFirewall.
/// REST API Reference for DeleteRuleGroup Operation
DeleteRuleGroupResponse EndDeleteRuleGroup(IAsyncResult asyncResult);
#endregion
#region DeleteTLSInspectionConfiguration
///
/// Deletes the specified TLSInspectionConfiguration.
///
/// Container for the necessary parameters to execute the DeleteTLSInspectionConfiguration service method.
///
/// The response from the DeleteTLSInspectionConfiguration service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DeleteTLSInspectionConfiguration Operation
DeleteTLSInspectionConfigurationResponse DeleteTLSInspectionConfiguration(DeleteTLSInspectionConfigurationRequest request);
///
/// Initiates the asynchronous execution of the DeleteTLSInspectionConfiguration operation.
///
///
/// Container for the necessary parameters to execute the DeleteTLSInspectionConfiguration operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDeleteTLSInspectionConfiguration
/// operation.
/// REST API Reference for DeleteTLSInspectionConfiguration Operation
IAsyncResult BeginDeleteTLSInspectionConfiguration(DeleteTLSInspectionConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DeleteTLSInspectionConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginDeleteTLSInspectionConfiguration.
///
/// Returns a DeleteTLSInspectionConfigurationResult from NetworkFirewall.
/// REST API Reference for DeleteTLSInspectionConfiguration Operation
DeleteTLSInspectionConfigurationResponse EndDeleteTLSInspectionConfiguration(IAsyncResult asyncResult);
#endregion
#region DescribeFirewall
///
/// Returns the data objects for the specified firewall.
///
/// Container for the necessary parameters to execute the DescribeFirewall service method.
///
/// The response from the DescribeFirewall service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DescribeFirewall Operation
DescribeFirewallResponse DescribeFirewall(DescribeFirewallRequest request);
///
/// Initiates the asynchronous execution of the DescribeFirewall operation.
///
///
/// Container for the necessary parameters to execute the DescribeFirewall operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeFirewall
/// operation.
/// REST API Reference for DescribeFirewall Operation
IAsyncResult BeginDescribeFirewall(DescribeFirewallRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeFirewall operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeFirewall.
///
/// Returns a DescribeFirewallResult from NetworkFirewall.
/// REST API Reference for DescribeFirewall Operation
DescribeFirewallResponse EndDescribeFirewall(IAsyncResult asyncResult);
#endregion
#region DescribeFirewallPolicy
///
/// Returns the data objects for the specified firewall policy.
///
/// Container for the necessary parameters to execute the DescribeFirewallPolicy service method.
///
/// The response from the DescribeFirewallPolicy service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DescribeFirewallPolicy Operation
DescribeFirewallPolicyResponse DescribeFirewallPolicy(DescribeFirewallPolicyRequest request);
///
/// Initiates the asynchronous execution of the DescribeFirewallPolicy operation.
///
///
/// Container for the necessary parameters to execute the DescribeFirewallPolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeFirewallPolicy
/// operation.
/// REST API Reference for DescribeFirewallPolicy Operation
IAsyncResult BeginDescribeFirewallPolicy(DescribeFirewallPolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeFirewallPolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeFirewallPolicy.
///
/// Returns a DescribeFirewallPolicyResult from NetworkFirewall.
/// REST API Reference for DescribeFirewallPolicy Operation
DescribeFirewallPolicyResponse EndDescribeFirewallPolicy(IAsyncResult asyncResult);
#endregion
#region DescribeLoggingConfiguration
///
/// Returns the logging configuration for the specified firewall.
///
/// Container for the necessary parameters to execute the DescribeLoggingConfiguration service method.
///
/// The response from the DescribeLoggingConfiguration service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DescribeLoggingConfiguration Operation
DescribeLoggingConfigurationResponse DescribeLoggingConfiguration(DescribeLoggingConfigurationRequest request);
///
/// Initiates the asynchronous execution of the DescribeLoggingConfiguration operation.
///
///
/// Container for the necessary parameters to execute the DescribeLoggingConfiguration operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeLoggingConfiguration
/// operation.
/// REST API Reference for DescribeLoggingConfiguration Operation
IAsyncResult BeginDescribeLoggingConfiguration(DescribeLoggingConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeLoggingConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeLoggingConfiguration.
///
/// Returns a DescribeLoggingConfigurationResult from NetworkFirewall.
/// REST API Reference for DescribeLoggingConfiguration Operation
DescribeLoggingConfigurationResponse EndDescribeLoggingConfiguration(IAsyncResult asyncResult);
#endregion
#region DescribeResourcePolicy
///
/// Retrieves a resource policy that you created in a PutResourcePolicy request.
///
/// Container for the necessary parameters to execute the DescribeResourcePolicy service method.
///
/// The response from the DescribeResourcePolicy service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DescribeResourcePolicy Operation
DescribeResourcePolicyResponse DescribeResourcePolicy(DescribeResourcePolicyRequest request);
///
/// Initiates the asynchronous execution of the DescribeResourcePolicy operation.
///
///
/// Container for the necessary parameters to execute the DescribeResourcePolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeResourcePolicy
/// operation.
/// REST API Reference for DescribeResourcePolicy Operation
IAsyncResult BeginDescribeResourcePolicy(DescribeResourcePolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeResourcePolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeResourcePolicy.
///
/// Returns a DescribeResourcePolicyResult from NetworkFirewall.
/// REST API Reference for DescribeResourcePolicy Operation
DescribeResourcePolicyResponse EndDescribeResourcePolicy(IAsyncResult asyncResult);
#endregion
#region DescribeRuleGroup
///
/// Returns the data objects for the specified rule group.
///
/// Container for the necessary parameters to execute the DescribeRuleGroup service method.
///
/// The response from the DescribeRuleGroup service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DescribeRuleGroup Operation
DescribeRuleGroupResponse DescribeRuleGroup(DescribeRuleGroupRequest request);
///
/// Initiates the asynchronous execution of the DescribeRuleGroup operation.
///
///
/// Container for the necessary parameters to execute the DescribeRuleGroup operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeRuleGroup
/// operation.
/// REST API Reference for DescribeRuleGroup Operation
IAsyncResult BeginDescribeRuleGroup(DescribeRuleGroupRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeRuleGroup operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeRuleGroup.
///
/// Returns a DescribeRuleGroupResult from NetworkFirewall.
/// REST API Reference for DescribeRuleGroup Operation
DescribeRuleGroupResponse EndDescribeRuleGroup(IAsyncResult asyncResult);
#endregion
#region DescribeRuleGroupMetadata
///
/// High-level information about a rule group, returned by operations like create and
/// describe. You can use the information provided in the metadata to retrieve and manage
/// a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
///
/// Container for the necessary parameters to execute the DescribeRuleGroupMetadata service method.
///
/// The response from the DescribeRuleGroupMetadata service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DescribeRuleGroupMetadata Operation
DescribeRuleGroupMetadataResponse DescribeRuleGroupMetadata(DescribeRuleGroupMetadataRequest request);
///
/// Initiates the asynchronous execution of the DescribeRuleGroupMetadata operation.
///
///
/// Container for the necessary parameters to execute the DescribeRuleGroupMetadata operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeRuleGroupMetadata
/// operation.
/// REST API Reference for DescribeRuleGroupMetadata Operation
IAsyncResult BeginDescribeRuleGroupMetadata(DescribeRuleGroupMetadataRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeRuleGroupMetadata operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeRuleGroupMetadata.
///
/// Returns a DescribeRuleGroupMetadataResult from NetworkFirewall.
/// REST API Reference for DescribeRuleGroupMetadata Operation
DescribeRuleGroupMetadataResponse EndDescribeRuleGroupMetadata(IAsyncResult asyncResult);
#endregion
#region DescribeTLSInspectionConfiguration
///
/// Returns the data objects for the specified TLS inspection configuration.
///
/// Container for the necessary parameters to execute the DescribeTLSInspectionConfiguration service method.
///
/// The response from the DescribeTLSInspectionConfiguration service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DescribeTLSInspectionConfiguration Operation
DescribeTLSInspectionConfigurationResponse DescribeTLSInspectionConfiguration(DescribeTLSInspectionConfigurationRequest request);
///
/// Initiates the asynchronous execution of the DescribeTLSInspectionConfiguration operation.
///
///
/// Container for the necessary parameters to execute the DescribeTLSInspectionConfiguration operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDescribeTLSInspectionConfiguration
/// operation.
/// REST API Reference for DescribeTLSInspectionConfiguration Operation
IAsyncResult BeginDescribeTLSInspectionConfiguration(DescribeTLSInspectionConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DescribeTLSInspectionConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginDescribeTLSInspectionConfiguration.
///
/// Returns a DescribeTLSInspectionConfigurationResult from NetworkFirewall.
/// REST API Reference for DescribeTLSInspectionConfiguration Operation
DescribeTLSInspectionConfigurationResponse EndDescribeTLSInspectionConfiguration(IAsyncResult asyncResult);
#endregion
#region DisassociateSubnets
///
/// 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.
///
/// Container for the necessary parameters to execute the DisassociateSubnets service method.
///
/// The response from the DisassociateSubnets service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because it's not valid. For example, you might have tried to
/// delete a rule group or firewall policy that's in use.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for DisassociateSubnets Operation
DisassociateSubnetsResponse DisassociateSubnets(DisassociateSubnetsRequest request);
///
/// Initiates the asynchronous execution of the DisassociateSubnets operation.
///
///
/// Container for the necessary parameters to execute the DisassociateSubnets operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndDisassociateSubnets
/// operation.
/// REST API Reference for DisassociateSubnets Operation
IAsyncResult BeginDisassociateSubnets(DisassociateSubnetsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the DisassociateSubnets operation.
///
///
/// The IAsyncResult returned by the call to BeginDisassociateSubnets.
///
/// Returns a DisassociateSubnetsResult from NetworkFirewall.
/// REST API Reference for DisassociateSubnets Operation
DisassociateSubnetsResponse EndDisassociateSubnets(IAsyncResult asyncResult);
#endregion
#region ListFirewallPolicies
///
/// 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.
///
/// Container for the necessary parameters to execute the ListFirewallPolicies service method.
///
/// The response from the ListFirewallPolicies service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for ListFirewallPolicies Operation
ListFirewallPoliciesResponse ListFirewallPolicies(ListFirewallPoliciesRequest request);
///
/// Initiates the asynchronous execution of the ListFirewallPolicies operation.
///
///
/// Container for the necessary parameters to execute the ListFirewallPolicies operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListFirewallPolicies
/// operation.
/// REST API Reference for ListFirewallPolicies Operation
IAsyncResult BeginListFirewallPolicies(ListFirewallPoliciesRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListFirewallPolicies operation.
///
///
/// The IAsyncResult returned by the call to BeginListFirewallPolicies.
///
/// Returns a ListFirewallPoliciesResult from NetworkFirewall.
/// REST API Reference for ListFirewallPolicies Operation
ListFirewallPoliciesResponse EndListFirewallPolicies(IAsyncResult asyncResult);
#endregion
#region ListFirewalls
///
/// 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.
///
///
/// Container for the necessary parameters to execute the ListFirewalls service method.
///
/// The response from the ListFirewalls service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for ListFirewalls Operation
ListFirewallsResponse ListFirewalls(ListFirewallsRequest request);
///
/// Initiates the asynchronous execution of the ListFirewalls operation.
///
///
/// Container for the necessary parameters to execute the ListFirewalls operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListFirewalls
/// operation.
/// REST API Reference for ListFirewalls Operation
IAsyncResult BeginListFirewalls(ListFirewallsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListFirewalls operation.
///
///
/// The IAsyncResult returned by the call to BeginListFirewalls.
///
/// Returns a ListFirewallsResult from NetworkFirewall.
/// REST API Reference for ListFirewalls Operation
ListFirewallsResponse EndListFirewalls(IAsyncResult asyncResult);
#endregion
#region ListRuleGroups
///
/// 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.
///
/// Container for the necessary parameters to execute the ListRuleGroups service method.
///
/// The response from the ListRuleGroups service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for ListRuleGroups Operation
ListRuleGroupsResponse ListRuleGroups(ListRuleGroupsRequest request);
///
/// Initiates the asynchronous execution of the ListRuleGroups operation.
///
///
/// Container for the necessary parameters to execute the ListRuleGroups operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListRuleGroups
/// operation.
/// REST API Reference for ListRuleGroups Operation
IAsyncResult BeginListRuleGroups(ListRuleGroupsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListRuleGroups operation.
///
///
/// The IAsyncResult returned by the call to BeginListRuleGroups.
///
/// Returns a ListRuleGroupsResult from NetworkFirewall.
/// REST API Reference for ListRuleGroups Operation
ListRuleGroupsResponse EndListRuleGroups(IAsyncResult asyncResult);
#endregion
#region ListTagsForResource
///
/// 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 Amazon Web Services resource,
/// up to 50 tags for a resource.
///
///
///
/// You can tag the Amazon Web Services resources that you manage through Network Firewall:
/// firewalls, firewall policies, and rule groups.
///
///
/// Container for the necessary parameters to execute the ListTagsForResource service method.
///
/// The response from the ListTagsForResource service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for ListTagsForResource Operation
ListTagsForResourceResponse ListTagsForResource(ListTagsForResourceRequest request);
///
/// Initiates the asynchronous execution of the ListTagsForResource operation.
///
///
/// Container for the necessary parameters to execute the ListTagsForResource operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTagsForResource
/// operation.
/// REST API Reference for ListTagsForResource Operation
IAsyncResult BeginListTagsForResource(ListTagsForResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListTagsForResource operation.
///
///
/// The IAsyncResult returned by the call to BeginListTagsForResource.
///
/// Returns a ListTagsForResourceResult from NetworkFirewall.
/// REST API Reference for ListTagsForResource Operation
ListTagsForResourceResponse EndListTagsForResource(IAsyncResult asyncResult);
#endregion
#region ListTLSInspectionConfigurations
///
/// Retrieves the metadata for the TLS inspection configurations that you have defined.
/// Depending on your setting for max results and the number of TLS inspection configurations,
/// a single call might not return the full list.
///
/// Container for the necessary parameters to execute the ListTLSInspectionConfigurations service method.
///
/// The response from the ListTLSInspectionConfigurations service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for ListTLSInspectionConfigurations Operation
ListTLSInspectionConfigurationsResponse ListTLSInspectionConfigurations(ListTLSInspectionConfigurationsRequest request);
///
/// Initiates the asynchronous execution of the ListTLSInspectionConfigurations operation.
///
///
/// Container for the necessary parameters to execute the ListTLSInspectionConfigurations operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndListTLSInspectionConfigurations
/// operation.
/// REST API Reference for ListTLSInspectionConfigurations Operation
IAsyncResult BeginListTLSInspectionConfigurations(ListTLSInspectionConfigurationsRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the ListTLSInspectionConfigurations operation.
///
///
/// The IAsyncResult returned by the call to BeginListTLSInspectionConfigurations.
///
/// Returns a ListTLSInspectionConfigurationsResult from NetworkFirewall.
/// REST API Reference for ListTLSInspectionConfigurations Operation
ListTLSInspectionConfigurationsResponse EndListTLSInspectionConfigurations(IAsyncResult asyncResult);
#endregion
#region PutResourcePolicy
///
/// Creates or updates an IAM 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 Amazon Web Services 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.
///
///
///
/// For additional information about resource sharing using RAM, see Resource
/// Access Manager User Guide.
///
///
/// Container for the necessary parameters to execute the PutResourcePolicy service method.
///
/// The response from the PutResourcePolicy service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The policy statement failed validation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for PutResourcePolicy Operation
PutResourcePolicyResponse PutResourcePolicy(PutResourcePolicyRequest request);
///
/// Initiates the asynchronous execution of the PutResourcePolicy operation.
///
///
/// Container for the necessary parameters to execute the PutResourcePolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndPutResourcePolicy
/// operation.
/// REST API Reference for PutResourcePolicy Operation
IAsyncResult BeginPutResourcePolicy(PutResourcePolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the PutResourcePolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginPutResourcePolicy.
///
/// Returns a PutResourcePolicyResult from NetworkFirewall.
/// REST API Reference for PutResourcePolicy Operation
PutResourcePolicyResponse EndPutResourcePolicy(IAsyncResult asyncResult);
#endregion
#region TagResource
///
/// 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 Amazon Web Services resource, up to
/// 50 tags for a resource.
///
///
///
/// You can tag the Amazon Web Services resources that you manage through Network Firewall:
/// firewalls, firewall policies, and rule groups.
///
///
/// Container for the necessary parameters to execute the TagResource service method.
///
/// The response from the TagResource service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for TagResource Operation
TagResourceResponse TagResource(TagResourceRequest request);
///
/// Initiates the asynchronous execution of the TagResource operation.
///
///
/// Container for the necessary parameters to execute the TagResource operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndTagResource
/// operation.
/// REST API Reference for TagResource Operation
IAsyncResult BeginTagResource(TagResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the TagResource operation.
///
///
/// The IAsyncResult returned by the call to BeginTagResource.
///
/// Returns a TagResourceResult from NetworkFirewall.
/// REST API Reference for TagResource Operation
TagResourceResponse EndTagResource(IAsyncResult asyncResult);
#endregion
#region UntagResource
///
/// 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 Amazon Web Services
/// resource, up to 50 tags for a resource.
///
///
///
/// You can manage tags for the Amazon Web Services resources that you manage through
/// Network Firewall: firewalls, firewall policies, and rule groups.
///
///
/// Container for the necessary parameters to execute the UntagResource service method.
///
/// The response from the UntagResource service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UntagResource Operation
UntagResourceResponse UntagResource(UntagResourceRequest request);
///
/// Initiates the asynchronous execution of the UntagResource operation.
///
///
/// Container for the necessary parameters to execute the UntagResource operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUntagResource
/// operation.
/// REST API Reference for UntagResource Operation
IAsyncResult BeginUntagResource(UntagResourceRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UntagResource operation.
///
///
/// The IAsyncResult returned by the call to BeginUntagResource.
///
/// Returns a UntagResourceResult from NetworkFirewall.
/// REST API Reference for UntagResource Operation
UntagResourceResponse EndUntagResource(IAsyncResult asyncResult);
#endregion
#region UpdateFirewallDeleteProtection
///
/// Modifies the flag, DeleteProtection
, which indicates whether it is possible
/// to delete the firewall. If the flag is set to TRUE
, the firewall is protected
/// against deletion. This setting helps protect against accidentally deleting a firewall
/// that's in use.
///
/// Container for the necessary parameters to execute the UpdateFirewallDeleteProtection service method.
///
/// The response from the UpdateFirewallDeleteProtection service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to change the resource because your account doesn't own it.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateFirewallDeleteProtection Operation
UpdateFirewallDeleteProtectionResponse UpdateFirewallDeleteProtection(UpdateFirewallDeleteProtectionRequest request);
///
/// Initiates the asynchronous execution of the UpdateFirewallDeleteProtection operation.
///
///
/// Container for the necessary parameters to execute the UpdateFirewallDeleteProtection operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFirewallDeleteProtection
/// operation.
/// REST API Reference for UpdateFirewallDeleteProtection Operation
IAsyncResult BeginUpdateFirewallDeleteProtection(UpdateFirewallDeleteProtectionRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateFirewallDeleteProtection operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateFirewallDeleteProtection.
///
/// Returns a UpdateFirewallDeleteProtectionResult from NetworkFirewall.
/// REST API Reference for UpdateFirewallDeleteProtection Operation
UpdateFirewallDeleteProtectionResponse EndUpdateFirewallDeleteProtection(IAsyncResult asyncResult);
#endregion
#region UpdateFirewallDescription
///
/// Modifies the description for the specified firewall. Use the description to help you
/// identify the firewall when you're working with it.
///
/// Container for the necessary parameters to execute the UpdateFirewallDescription service method.
///
/// The response from the UpdateFirewallDescription service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateFirewallDescription Operation
UpdateFirewallDescriptionResponse UpdateFirewallDescription(UpdateFirewallDescriptionRequest request);
///
/// Initiates the asynchronous execution of the UpdateFirewallDescription operation.
///
///
/// Container for the necessary parameters to execute the UpdateFirewallDescription operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFirewallDescription
/// operation.
/// REST API Reference for UpdateFirewallDescription Operation
IAsyncResult BeginUpdateFirewallDescription(UpdateFirewallDescriptionRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateFirewallDescription operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateFirewallDescription.
///
/// Returns a UpdateFirewallDescriptionResult from NetworkFirewall.
/// REST API Reference for UpdateFirewallDescription Operation
UpdateFirewallDescriptionResponse EndUpdateFirewallDescription(IAsyncResult asyncResult);
#endregion
#region UpdateFirewallEncryptionConfiguration
///
/// A complex type that contains settings for encryption of your firewall resources.
///
/// Container for the necessary parameters to execute the UpdateFirewallEncryptionConfiguration service method.
///
/// The response from the UpdateFirewallEncryptionConfiguration service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to change the resource because your account doesn't own it.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateFirewallEncryptionConfiguration Operation
UpdateFirewallEncryptionConfigurationResponse UpdateFirewallEncryptionConfiguration(UpdateFirewallEncryptionConfigurationRequest request);
///
/// Initiates the asynchronous execution of the UpdateFirewallEncryptionConfiguration operation.
///
///
/// Container for the necessary parameters to execute the UpdateFirewallEncryptionConfiguration operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFirewallEncryptionConfiguration
/// operation.
/// REST API Reference for UpdateFirewallEncryptionConfiguration Operation
IAsyncResult BeginUpdateFirewallEncryptionConfiguration(UpdateFirewallEncryptionConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateFirewallEncryptionConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateFirewallEncryptionConfiguration.
///
/// Returns a UpdateFirewallEncryptionConfigurationResult from NetworkFirewall.
/// REST API Reference for UpdateFirewallEncryptionConfiguration Operation
UpdateFirewallEncryptionConfigurationResponse EndUpdateFirewallEncryptionConfiguration(IAsyncResult asyncResult);
#endregion
#region UpdateFirewallPolicy
///
/// Updates the properties of the specified firewall policy.
///
/// Container for the necessary parameters to execute the UpdateFirewallPolicy service method.
///
/// The response from the UpdateFirewallPolicy service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateFirewallPolicy Operation
UpdateFirewallPolicyResponse UpdateFirewallPolicy(UpdateFirewallPolicyRequest request);
///
/// Initiates the asynchronous execution of the UpdateFirewallPolicy operation.
///
///
/// Container for the necessary parameters to execute the UpdateFirewallPolicy operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFirewallPolicy
/// operation.
/// REST API Reference for UpdateFirewallPolicy Operation
IAsyncResult BeginUpdateFirewallPolicy(UpdateFirewallPolicyRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateFirewallPolicy operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateFirewallPolicy.
///
/// Returns a UpdateFirewallPolicyResult from NetworkFirewall.
/// REST API Reference for UpdateFirewallPolicy Operation
UpdateFirewallPolicyResponse EndUpdateFirewallPolicy(IAsyncResult asyncResult);
#endregion
#region UpdateFirewallPolicyChangeProtection
///
/// Modifies the flag, ChangeProtection
, which indicates whether it is possible
/// to change the firewall. If the flag is set to TRUE
, the firewall is protected
/// from changes. This setting helps protect against accidentally changing a firewall
/// that's in use.
///
/// Container for the necessary parameters to execute the UpdateFirewallPolicyChangeProtection service method.
///
/// The response from the UpdateFirewallPolicyChangeProtection service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to change the resource because your account doesn't own it.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateFirewallPolicyChangeProtection Operation
UpdateFirewallPolicyChangeProtectionResponse UpdateFirewallPolicyChangeProtection(UpdateFirewallPolicyChangeProtectionRequest request);
///
/// Initiates the asynchronous execution of the UpdateFirewallPolicyChangeProtection operation.
///
///
/// Container for the necessary parameters to execute the UpdateFirewallPolicyChangeProtection operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateFirewallPolicyChangeProtection
/// operation.
/// REST API Reference for UpdateFirewallPolicyChangeProtection Operation
IAsyncResult BeginUpdateFirewallPolicyChangeProtection(UpdateFirewallPolicyChangeProtectionRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateFirewallPolicyChangeProtection operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateFirewallPolicyChangeProtection.
///
/// Returns a UpdateFirewallPolicyChangeProtectionResult from NetworkFirewall.
/// REST API Reference for UpdateFirewallPolicyChangeProtection Operation
UpdateFirewallPolicyChangeProtectionResponse EndUpdateFirewallPolicyChangeProtection(IAsyncResult asyncResult);
#endregion
#region UpdateLoggingConfiguration
///
/// 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 UpdateLoggingConfiguration
:
///
///
/// -
///
/// Create a new log destination object by adding a single
LogDestinationConfig
/// array element to LogDestinationConfigs
.
///
/// -
///
/// Delete a log destination object by removing a single
LogDestinationConfig
/// array element from LogDestinationConfigs
.
///
/// -
///
/// Change the
LogDestination
setting in a single LogDestinationConfig
/// array element.
///
///
///
/// You can't change the LogDestinationType
or LogType
in a
/// LogDestinationConfig
. To change these settings, delete the existing LogDestinationConfig
/// object and create a new one, using two separate calls to this update operation.
///
///
/// Container for the necessary parameters to execute the UpdateLoggingConfiguration service method.
///
/// The response from the UpdateLoggingConfiguration service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to send logs to a configured logging destination.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateLoggingConfiguration Operation
UpdateLoggingConfigurationResponse UpdateLoggingConfiguration(UpdateLoggingConfigurationRequest request);
///
/// Initiates the asynchronous execution of the UpdateLoggingConfiguration operation.
///
///
/// Container for the necessary parameters to execute the UpdateLoggingConfiguration operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateLoggingConfiguration
/// operation.
/// REST API Reference for UpdateLoggingConfiguration Operation
IAsyncResult BeginUpdateLoggingConfiguration(UpdateLoggingConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateLoggingConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateLoggingConfiguration.
///
/// Returns a UpdateLoggingConfigurationResult from NetworkFirewall.
/// REST API Reference for UpdateLoggingConfiguration Operation
UpdateLoggingConfigurationResponse EndUpdateLoggingConfiguration(IAsyncResult asyncResult);
#endregion
#region UpdateRuleGroup
///
/// 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.
///
///
/// Container for the necessary parameters to execute the UpdateRuleGroup service method.
///
/// The response from the UpdateRuleGroup service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateRuleGroup Operation
UpdateRuleGroupResponse UpdateRuleGroup(UpdateRuleGroupRequest request);
///
/// Initiates the asynchronous execution of the UpdateRuleGroup operation.
///
///
/// Container for the necessary parameters to execute the UpdateRuleGroup operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateRuleGroup
/// operation.
/// REST API Reference for UpdateRuleGroup Operation
IAsyncResult BeginUpdateRuleGroup(UpdateRuleGroupRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateRuleGroup operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateRuleGroup.
///
/// Returns a UpdateRuleGroupResult from NetworkFirewall.
/// REST API Reference for UpdateRuleGroup Operation
UpdateRuleGroupResponse EndUpdateRuleGroup(IAsyncResult asyncResult);
#endregion
#region UpdateSubnetChangeProtection
///
///
///
/// Container for the necessary parameters to execute the UpdateSubnetChangeProtection service method.
///
/// The response from the UpdateSubnetChangeProtection service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to change the resource because your account doesn't own it.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateSubnetChangeProtection Operation
UpdateSubnetChangeProtectionResponse UpdateSubnetChangeProtection(UpdateSubnetChangeProtectionRequest request);
///
/// Initiates the asynchronous execution of the UpdateSubnetChangeProtection operation.
///
///
/// Container for the necessary parameters to execute the UpdateSubnetChangeProtection operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateSubnetChangeProtection
/// operation.
/// REST API Reference for UpdateSubnetChangeProtection Operation
IAsyncResult BeginUpdateSubnetChangeProtection(UpdateSubnetChangeProtectionRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateSubnetChangeProtection operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateSubnetChangeProtection.
///
/// Returns a UpdateSubnetChangeProtectionResult from NetworkFirewall.
/// REST API Reference for UpdateSubnetChangeProtection Operation
UpdateSubnetChangeProtectionResponse EndUpdateSubnetChangeProtection(IAsyncResult asyncResult);
#endregion
#region UpdateTLSInspectionConfiguration
///
/// Updates the TLS inspection configuration settings for the specified TLS inspection
/// configuration. You use a TLS inspection configuration by reference in one or more
/// firewall policies. When you modify a TLS inspection configuration, you modify all
/// firewall policies that use the TLS inspection configuration.
///
///
///
/// To update a TLS inspection configuration, first call DescribeTLSInspectionConfiguration
/// to retrieve the current TLSInspectionConfiguration object, update the object
/// as needed, and then provide the updated object to this call.
///
///
/// Container for the necessary parameters to execute the UpdateTLSInspectionConfiguration service method.
///
/// The response from the UpdateTLSInspectionConfiguration service method, as returned by NetworkFirewall.
///
/// Your request is valid, but Network Firewall couldn’t perform the operation because
/// of a system problem. Retry your request.
///
///
/// The operation failed because of a problem with your request. Examples include:
///
/// -
///
/// You specified an unsupported parameter name or value.
///
///
-
///
/// You tried to update a property with a value that isn't among the available types.
///
///
-
///
/// Your request references an ARN that is malformed, or corresponds to a resource that
/// isn't valid in the context of the request.
///
///
///
///
/// The token you provided is stale or isn't valid for the operation.
///
///
/// Unable to locate a resource using the parameters that you provided.
///
///
/// Unable to process the request due to throttling limitations.
///
/// REST API Reference for UpdateTLSInspectionConfiguration Operation
UpdateTLSInspectionConfigurationResponse UpdateTLSInspectionConfiguration(UpdateTLSInspectionConfigurationRequest request);
///
/// Initiates the asynchronous execution of the UpdateTLSInspectionConfiguration operation.
///
///
/// Container for the necessary parameters to execute the UpdateTLSInspectionConfiguration operation on AmazonNetworkFirewallClient.
/// An AsyncCallback delegate that is invoked when the operation completes.
/// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback
/// procedure using the AsyncState property.
///
/// An IAsyncResult that can be used to poll or wait for results, or both; this value is also needed when invoking EndUpdateTLSInspectionConfiguration
/// operation.
/// REST API Reference for UpdateTLSInspectionConfiguration Operation
IAsyncResult BeginUpdateTLSInspectionConfiguration(UpdateTLSInspectionConfigurationRequest request, AsyncCallback callback, object state);
///
/// Finishes the asynchronous execution of the UpdateTLSInspectionConfiguration operation.
///
///
/// The IAsyncResult returned by the call to BeginUpdateTLSInspectionConfiguration.
///
/// Returns a UpdateTLSInspectionConfigurationResult from NetworkFirewall.
/// REST API Reference for UpdateTLSInspectionConfiguration Operation
UpdateTLSInspectionConfigurationResponse EndUpdateTLSInspectionConfiguration(IAsyncResult asyncResult);
#endregion
}
}