Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

WAFV2

import { WAFV2 } from "https://aws-api.deno.dev/v0.3/services/wafv2.ts?docs=full";
class WAFV2 {
constructor(apiFactory: client.ApiFactory);
async associateWebACL(params: AssociateWebACLRequest, opts?: client.RequestOptions): Promise<void>;
async checkCapacity(params: CheckCapacityRequest, opts?: client.RequestOptions): Promise<CheckCapacityResponse>;
async createIPSet(params: CreateIPSetRequest, opts?: client.RequestOptions): Promise<CreateIPSetResponse>;
async createRegexPatternSet(params: CreateRegexPatternSetRequest, opts?: client.RequestOptions): Promise<CreateRegexPatternSetResponse>;
async createRuleGroup(params: CreateRuleGroupRequest, opts?: client.RequestOptions): Promise<CreateRuleGroupResponse>;
async createWebACL(params: CreateWebACLRequest, opts?: client.RequestOptions): Promise<CreateWebACLResponse>;
async deleteFirewallManagerRuleGroups(params: DeleteFirewallManagerRuleGroupsRequest, opts?: client.RequestOptions): Promise<DeleteFirewallManagerRuleGroupsResponse>;
async deleteIPSet(params: DeleteIPSetRequest, opts?: client.RequestOptions): Promise<void>;
async deleteLoggingConfiguration(params: DeleteLoggingConfigurationRequest, opts?: client.RequestOptions): Promise<void>;
async deletePermissionPolicy(params: DeletePermissionPolicyRequest, opts?: client.RequestOptions): Promise<void>;
async deleteRegexPatternSet(params: DeleteRegexPatternSetRequest, opts?: client.RequestOptions): Promise<void>;
async deleteRuleGroup(params: DeleteRuleGroupRequest, opts?: client.RequestOptions): Promise<void>;
async deleteWebACL(params: DeleteWebACLRequest, opts?: client.RequestOptions): Promise<void>;
async describeManagedRuleGroup(params: DescribeManagedRuleGroupRequest, opts?: client.RequestOptions): Promise<DescribeManagedRuleGroupResponse>;
async disassociateWebACL(params: DisassociateWebACLRequest, opts?: client.RequestOptions): Promise<void>;
async getIPSet(params: GetIPSetRequest, opts?: client.RequestOptions): Promise<GetIPSetResponse>;
async getLoggingConfiguration(params: GetLoggingConfigurationRequest, opts?: client.RequestOptions): Promise<GetLoggingConfigurationResponse>;
async getManagedRuleSet(params: GetManagedRuleSetRequest, opts?: client.RequestOptions): Promise<GetManagedRuleSetResponse>;
async getPermissionPolicy(params: GetPermissionPolicyRequest, opts?: client.RequestOptions): Promise<GetPermissionPolicyResponse>;
async getRateBasedStatementManagedKeys(params: GetRateBasedStatementManagedKeysRequest, opts?: client.RequestOptions): Promise<GetRateBasedStatementManagedKeysResponse>;
async getRegexPatternSet(params: GetRegexPatternSetRequest, opts?: client.RequestOptions): Promise<GetRegexPatternSetResponse>;
async getRuleGroup(params?: GetRuleGroupRequest, opts?: client.RequestOptions): Promise<GetRuleGroupResponse>;
async getSampledRequests(params: GetSampledRequestsRequest, opts?: client.RequestOptions): Promise<GetSampledRequestsResponse>;
async getWebACL(params: GetWebACLRequest, opts?: client.RequestOptions): Promise<GetWebACLResponse>;
async getWebACLForResource(params: GetWebACLForResourceRequest, opts?: client.RequestOptions): Promise<GetWebACLForResourceResponse>;
async listAvailableManagedRuleGroups(params: ListAvailableManagedRuleGroupsRequest, opts?: client.RequestOptions): Promise<ListAvailableManagedRuleGroupsResponse>;
async listAvailableManagedRuleGroupVersions(params: ListAvailableManagedRuleGroupVersionsRequest, opts?: client.RequestOptions): Promise<ListAvailableManagedRuleGroupVersionsResponse>;
async listIPSets(params: ListIPSetsRequest, opts?: client.RequestOptions): Promise<ListIPSetsResponse>;
async listLoggingConfigurations(params: ListLoggingConfigurationsRequest, opts?: client.RequestOptions): Promise<ListLoggingConfigurationsResponse>;
async listManagedRuleSets(params: ListManagedRuleSetsRequest, opts?: client.RequestOptions): Promise<ListManagedRuleSetsResponse>;
async listRegexPatternSets(params: ListRegexPatternSetsRequest, opts?: client.RequestOptions): Promise<ListRegexPatternSetsResponse>;
async listResourcesForWebACL(params: ListResourcesForWebACLRequest, opts?: client.RequestOptions): Promise<ListResourcesForWebACLResponse>;
async listRuleGroups(params: ListRuleGroupsRequest, opts?: client.RequestOptions): Promise<ListRuleGroupsResponse>;
async listTagsForResource(params: ListTagsForResourceRequest, opts?: client.RequestOptions): Promise<ListTagsForResourceResponse>;
async listWebACLs(params: ListWebACLsRequest, opts?: client.RequestOptions): Promise<ListWebACLsResponse>;
async putLoggingConfiguration(params: PutLoggingConfigurationRequest, opts?: client.RequestOptions): Promise<PutLoggingConfigurationResponse>;
async putManagedRuleSetVersions(params: PutManagedRuleSetVersionsRequest, opts?: client.RequestOptions): Promise<PutManagedRuleSetVersionsResponse>;
async putPermissionPolicy(params: PutPermissionPolicyRequest, opts?: client.RequestOptions): Promise<void>;
async tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>;
async updateIPSet(params: UpdateIPSetRequest, opts?: client.RequestOptions): Promise<UpdateIPSetResponse>;
async updateManagedRuleSetVersionExpiryDate(params: UpdateManagedRuleSetVersionExpiryDateRequest, opts?: client.RequestOptions): Promise<UpdateManagedRuleSetVersionExpiryDateResponse>;
async updateRegexPatternSet(params: UpdateRegexPatternSetRequest, opts?: client.RequestOptions): Promise<UpdateRegexPatternSetResponse>;
async updateRuleGroup(params: UpdateRuleGroupRequest, opts?: client.RequestOptions): Promise<UpdateRuleGroupResponse>;
async updateWebACL(params: UpdateWebACLRequest, opts?: client.RequestOptions): Promise<UpdateWebACLResponse>;
 
static ApiMetadata: client.ApiMetadata;
}

§Constructors

§
new WAFV2(apiFactory: client.ApiFactory)
[src]

§Methods

§
associateWebACL(params: AssociateWebACLRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates a web ACL with a regional application resource, to protect the resource. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL API.

For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To associate a web ACL, in the CloudFront call UpdateDistribution, set the web ACL ID to the Amazon Resource Name (ARN) of the web ACL. For information, see UpdateDistribution.

§

Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules. You can use this to check the capacity requirements for the rules you want to use in a "RuleGroup" or "WebACL".

WAF uses WCUs to calculate and control the operating resources that are used to run your rules, rule groups, and web ACLs. WAF calculates capacity differently for each rule type, to reflect the relative cost of each rule. Simple rules that cost little to run use fewer WCUs than more complex rules that use more processing power. Rule group capacity is fixed at creation, which helps users plan their web ACL WCU usage when they use a rule group. The WCU limit for web ACLs is 1,500.

§

Creates an "IPSet", which you use to identify web requests that originate from specific IP addresses or ranges of IP addresses. For example, if you're receiving a lot of requests from a ranges of IP addresses, you can configure WAF to block them using an IPSet that lists those IP addresses.

§

Creates a "RegexPatternSet", which you reference in a "RegexPatternSetReferenceStatement", to have WAF inspect a web request component for the specified patterns.

§

Creates a "RuleGroup" per the specifications provided.

A rule group defines a collection of rules to inspect and control web requests that you can use in a "WebACL". When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.

§

Creates a "WebACL" per the specifications provided.

A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types "Rule", "RuleGroup", and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, or an AppSync GraphQL API.

§

Deletes all rule groups that are managed by Firewall Manager for the specified web ACL.

You can only use this if ManagedByFirewallManager is false in the specified "WebACL".

§
deleteIPSet(params: DeleteIPSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified "IPSet".

§
deleteLoggingConfiguration(params: DeleteLoggingConfigurationRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the "LoggingConfiguration" from the specified web ACL.

§
deletePermissionPolicy(params: DeletePermissionPolicyRequest, opts?: client.RequestOptions): Promise<void>
[src]

Permanently deletes an IAM policy from the specified rule group.

You must be the owner of the rule group to perform this operation.

§
deleteRegexPatternSet(params: DeleteRegexPatternSetRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified "RegexPatternSet".

§
deleteRuleGroup(params: DeleteRuleGroupRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified "RuleGroup".

§
deleteWebACL(params: DeleteWebACLRequest, opts?: client.RequestOptions): Promise<void>
[src]

Deletes the specified "WebACL".

You can only use this if ManagedByFirewallManager is false in the specified "WebACL".

§

Provides high-level information for a managed rule group, including descriptions of the rules.

§
disassociateWebACL(params: DisassociateWebACLRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates a web ACL from a regional application resource. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL API.

For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To disassociate a web ACL, provide an empty web ACL ID in the CloudFront call UpdateDistribution. For information, see UpdateDistribution.

§
getIPSet(params: GetIPSetRequest, opts?: client.RequestOptions): Promise<GetIPSetResponse>
[src]

Retrieves the specified "IPSet".

§

Returns the "LoggingConfiguration" for the specified web ACL.

§

Retrieves the specified managed rule set.

Note: This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers. Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group offerings for your customers. The APIs are ListManagedRuleSets, GetManagedRuleSet, PutManagedRuleSetVersions, and UpdateManagedRuleSetVersionExpiryDate.

§

Returns the IAM policy that is attached to the specified rule group.

You must be the owner of the rule group to perform this operation.

§

Retrieves the keys that are currently blocked by a rate-based rule instance. The maximum number of managed keys that can be blocked for a single rate-based rule instance is 10,000. If more than 10,000 addresses exceed the rate limit, those with the highest rates are blocked.

For a rate-based rule that you've defined inside a rule group, provide the name of the rule group reference statement in your request, in addition to the rate-based rule name and the web ACL name.

WAF monitors web requests and manages keys independently for each unique combination of web ACL, optional rule group, and rate-based rule. For example, if you define a rate-based rule inside a rule group, and then use the rule group in a web ACL, WAF monitors web requests and manages keys for that web ACL, rule group reference statement, and rate-based rule instance. If you use the same rule group in a second web ACL, WAF monitors web requests and manages keys for this second usage completely independent of your first.

§

Retrieves the specified "RegexPatternSet".

§

Retrieves the specified "RuleGroup".

§

Gets detailed information about a specified number of requests--a sample--that WAF randomly selects from among the first 5,000 requests that your Amazon Web Services resource received during a time range that you choose. You can specify a sample size of up to 500 requests, and you can specify any time range in the previous three hours.

GetSampledRequests returns a time range, which is usually the time range that you specified. However, if your resource (such as a CloudFront distribution) received 5,000 requests before the specified time range elapsed, GetSampledRequests returns an updated time range. This new time range indicates the actual period during which WAF selected the requests in the sample.

§

Retrieves the specified "WebACL".

§

Retrieves the "WebACL" for the specified resource.

§

Retrieves an array of managed rule groups that are available for you to use. This list includes all Amazon Web Services Managed Rules rule groups and all of the Amazon Web Services Marketplace managed rule groups that you're subscribed to.

§

Returns a list of the available versions for the specified managed rule group.

§

Retrieves an array of "IPSetSummary" objects for the IP sets that you manage.

§

Retrieves an array of your "LoggingConfiguration" objects.

§

Retrieves the managed rule sets that you own.

Note: This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers. Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group offerings for your customers. The APIs are ListManagedRuleSets, GetManagedRuleSet, PutManagedRuleSetVersions, and UpdateManagedRuleSetVersionExpiryDate.

§

Retrieves an array of "RegexPatternSetSummary" objects for the regex pattern sets that you manage.

§

Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that are associated with the specified web ACL. If you want the list of Amazon CloudFront resources, use the CloudFront call ListDistributionsByWebACLId.

§

Retrieves an array of "RuleGroupSummary" objects for the rule groups that you manage.

§

Retrieves the "TagInfoForResource" for 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 WAF: web ACLs, rule groups, IP sets, and regex pattern sets. You can't manage or view tags through the WAF console.

§

Retrieves an array of "WebACLSummary" objects for the web ACLs that you manage.

§

Enables the specified "LoggingConfiguration", to start logging from a web ACL, according to the configuration provided.

You can access information about all traffic that WAF inspects using the following steps:

  1. Create your logging destination. You can use an Amazon CloudWatch Logs log group, an Amazon Simple Storage Service (Amazon S3) bucket, or an Amazon Kinesis Data Firehose. For information about configuring logging destinations and the permissions that are required for each, see Logging web ACL traffic information in the WAF Developer Guide.
  2. Associate your logging destination to your web ACL using a PutLoggingConfiguration request.

When you successfully enable logging using a PutLoggingConfiguration request, WAF creates an additional role or policy that is required to write logs to the logging destination. For an Amazon CloudWatch Logs log group, WAF creates a resource policy on the log group. For an Amazon S3 bucket, WAF creates a bucket policy. For an Amazon Kinesis Data Firehose, WAF creates a service-linked role.

Note: This operation completely replaces the mutable specifications that you already have for the logging configuration with the ones that you provide to this call. To modify the logging configuration, retrieve it by calling "GetLoggingConfiguration", update the settings as needed, and then provide the complete logging configuration specification to this call.

§

Defines the versions of your managed rule set that you are offering to the customers. Customers see your offerings as managed rule groups with versioning.

Note: This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers. Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group offerings for your customers. The APIs are ListManagedRuleSets, GetManagedRuleSet, PutManagedRuleSetVersions, and UpdateManagedRuleSetVersionExpiryDate.

Customers retrieve their managed rule group list by calling "ListAvailableManagedRuleGroups". The name that you provide here for your managed rule set is the name the customer sees for the corresponding managed rule group. Customers can retrieve the available versions for a managed rule group by calling "ListAvailableManagedRuleGroupVersions". You provide a rule group specification for each version. For each managed rule set, you must specify a version that you recommend using.

To initiate the expiration of a managed rule group version, use "UpdateManagedRuleSetVersionExpiryDate".

§
putPermissionPolicy(params: PutPermissionPolicyRequest, opts?: client.RequestOptions): Promise<void>
[src]

Attaches an IAM policy to the specified resource. Use this to share a rule group across accounts.

You must be the owner of the rule group to perform this operation.

This action is subject to the following restrictions:

  • You can attach only one policy with each PutPermissionPolicy request.
  • The ARN in the request must be a valid WAF "RuleGroup" ARN and the rule group must exist in the same Region.
  • The user making the request must be the owner of the rule group.
§
tagResource(params: TagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Associates tags with the specified Amazon Web Services 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 WAF: web ACLs, rule groups, IP sets, and regex pattern sets. You can't manage or view tags through the WAF console.

§
untagResource(params: UntagResourceRequest, opts?: client.RequestOptions): Promise<void>
[src]

Disassociates tags from an Amazon Web Services resource. Tags are key:value pairs that you can associate with Amazon Web Services resources. For example, the tag key might be "customer" and the tag value might be "companyA." You can specify one or more tags to add to each container. You can add up to 50 tags to each Amazon Web Services resource.

§

Updates the specified "IPSet".

Note: This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call. To modify the IP set, retrieve it by calling "GetIPSet", update the settings as needed, and then provide the complete IP set specification to this call.

§

Updates the expiration information for your managed rule set. Use this to initiate the expiration of a managed rule group version. After you initiate expiration for a version, WAF excludes it from the reponse to "ListAvailableManagedRuleGroupVersions" for the managed rule group.

Note: This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers. Vendors, you can use the managed rule set APIs to provide controlled rollout of your versioned managed rule group offerings for your customers. The APIs are ListManagedRuleSets, GetManagedRuleSet, PutManagedRuleSetVersions, and UpdateManagedRuleSetVersionExpiryDate.

§

Updates the specified "RegexPatternSet".

Note: This operation completely replaces the mutable specifications that you already have for the regex pattern set with the ones that you provide to this call. To modify the regex pattern set, retrieve it by calling "GetRegexPatternSet", update the settings as needed, and then provide the complete regex pattern set specification to this call.

§

Updates the specified "RuleGroup".

Note: This operation completely replaces the mutable specifications that you already have for the rule group with the ones that you provide to this call. To modify the rule group, retrieve it by calling "GetRuleGroup", update the settings as needed, and then provide the complete rule group specification to this call.

A rule group defines a collection of rules to inspect and control web requests that you can use in a "WebACL". When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements.

§

Updates the specified "WebACL".

Note: This operation completely replaces the mutable specifications that you already have for the web ACL with the ones that you provide to this call. To modify the web ACL, retrieve it by calling "GetWebACL", update the settings as needed, and then provide the complete web ACL specification to this call.

A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types "Rule", "RuleGroup", and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, or an AppSync GraphQL API.

§Static Properties