@aws-sdk/client-wafv2 3.193.0 → 3.195.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/dist-cjs/WAFV2Client.js +11 -8
- package/dist-cjs/commands/AssociateWebACLCommand.js +10 -0
- package/dist-cjs/commands/CheckCapacityCommand.js +10 -0
- package/dist-cjs/commands/CreateIPSetCommand.js +10 -0
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/CreateRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/CreateWebACLCommand.js +10 -0
- package/dist-cjs/commands/DeleteFirewallManagerRuleGroupsCommand.js +10 -0
- package/dist-cjs/commands/DeleteIPSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +10 -0
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteWebACLCommand.js +10 -0
- package/dist-cjs/commands/DescribeManagedRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/DisassociateWebACLCommand.js +10 -0
- package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +10 -0
- package/dist-cjs/commands/GetIPSetCommand.js +10 -0
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetManagedRuleSetCommand.js +10 -0
- package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +10 -0
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +10 -0
- package/dist-cjs/commands/GetRateBasedStatementManagedKeysCommand.js +10 -0
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/GetRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/GetSampledRequestsCommand.js +10 -0
- package/dist-cjs/commands/GetWebACLCommand.js +10 -0
- package/dist-cjs/commands/GetWebACLForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListAvailableManagedRuleGroupVersionsCommand.js +10 -0
- package/dist-cjs/commands/ListAvailableManagedRuleGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListIPSetsCommand.js +10 -0
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/ListManagedRuleSetsCommand.js +10 -0
- package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +10 -0
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +10 -0
- package/dist-cjs/commands/ListResourcesForWebACLCommand.js +10 -0
- package/dist-cjs/commands/ListRuleGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListWebACLsCommand.js +10 -0
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutManagedRuleSetVersionsCommand.js +10 -0
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateIPSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +10 -0
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +10 -0
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +10 -0
- package/dist-cjs/commands/UpdateWebACLCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +318 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/WAFV2Client.js +12 -9
- package/dist-es/commands/AssociateWebACLCommand.js +10 -0
- package/dist-es/commands/CheckCapacityCommand.js +10 -0
- package/dist-es/commands/CreateIPSetCommand.js +10 -0
- package/dist-es/commands/CreateRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/CreateRuleGroupCommand.js +10 -0
- package/dist-es/commands/CreateWebACLCommand.js +10 -0
- package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +10 -0
- package/dist-es/commands/DeleteIPSetCommand.js +10 -0
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/DeletePermissionPolicyCommand.js +10 -0
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/DeleteRuleGroupCommand.js +10 -0
- package/dist-es/commands/DeleteWebACLCommand.js +10 -0
- package/dist-es/commands/DescribeManagedRuleGroupCommand.js +10 -0
- package/dist-es/commands/DisassociateWebACLCommand.js +10 -0
- package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +10 -0
- package/dist-es/commands/GetIPSetCommand.js +10 -0
- package/dist-es/commands/GetLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/GetManagedRuleSetCommand.js +10 -0
- package/dist-es/commands/GetMobileSdkReleaseCommand.js +10 -0
- package/dist-es/commands/GetPermissionPolicyCommand.js +10 -0
- package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +10 -0
- package/dist-es/commands/GetRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/GetRuleGroupCommand.js +10 -0
- package/dist-es/commands/GetSampledRequestsCommand.js +10 -0
- package/dist-es/commands/GetWebACLCommand.js +10 -0
- package/dist-es/commands/GetWebACLForResourceCommand.js +10 -0
- package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +10 -0
- package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +10 -0
- package/dist-es/commands/ListIPSetsCommand.js +10 -0
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +10 -0
- package/dist-es/commands/ListManagedRuleSetsCommand.js +10 -0
- package/dist-es/commands/ListMobileSdkReleasesCommand.js +10 -0
- package/dist-es/commands/ListRegexPatternSetsCommand.js +10 -0
- package/dist-es/commands/ListResourcesForWebACLCommand.js +10 -0
- package/dist-es/commands/ListRuleGroupsCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListWebACLsCommand.js +10 -0
- package/dist-es/commands/PutLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +10 -0
- package/dist-es/commands/PutPermissionPolicyCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateIPSetCommand.js +10 -0
- package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +10 -0
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +10 -0
- package/dist-es/commands/UpdateRuleGroupCommand.js +10 -0
- package/dist-es/commands/UpdateWebACLCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +315 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/WAFV2Client.d.ts +6 -9
- package/dist-types/commands/AssociateWebACLCommand.d.ts +2 -0
- package/dist-types/commands/CheckCapacityCommand.d.ts +2 -0
- package/dist-types/commands/CreateIPSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWebACLCommand.d.ts +2 -0
- package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateWebACLCommand.d.ts +2 -0
- package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +2 -0
- package/dist-types/commands/GetIPSetCommand.d.ts +2 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetManagedRuleSetCommand.d.ts +2 -0
- package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +2 -0
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +2 -0
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +2 -0
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +2 -0
- package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListIPSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +2 -0
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +2 -0
- package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +2 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListWebACLsCommand.d.ts +2 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +2 -0
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/WAFV2Client.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +4 -2
- package/dist-cjs/endpoints.js +0 -493
- package/dist-es/endpoints.js +0 -489
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0";
|
|
@@ -53,6 +54,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
|
|
|
53
54
|
*/
|
|
54
55
|
export declare class PutLoggingConfigurationCommand extends $Command<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
|
|
55
56
|
readonly input: PutLoggingConfigurationCommandInput;
|
|
57
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
56
58
|
constructor(input: PutLoggingConfigurationCommandInput);
|
|
57
59
|
/**
|
|
58
60
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutManagedRuleSetVersionsRequest, PutManagedRuleSetVersionsResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface PutManagedRuleSetVersionsCommandOutput extends PutManagedRuleSe
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class PutManagedRuleSetVersionsCommand extends $Command<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
38
39
|
readonly input: PutManagedRuleSetVersionsCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: PutManagedRuleSetVersionsCommandInput);
|
|
40
42
|
/**
|
|
41
43
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0";
|
|
@@ -41,6 +42,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
|
|
|
41
42
|
*/
|
|
42
43
|
export declare class PutPermissionPolicyCommand extends $Command<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
|
|
43
44
|
readonly input: PutPermissionPolicyCommandInput;
|
|
45
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
44
46
|
constructor(input: PutPermissionPolicyCommandInput);
|
|
45
47
|
/**
|
|
46
48
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WAFV2ClientResolvedConfig> {
|
|
34
35
|
readonly input: TagResourceCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: TagResourceCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WAFV2ClientResolvedConfig> {
|
|
30
31
|
readonly input: UntagResourceCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: UntagResourceCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
32
33
|
readonly input: UpdateIPSetCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: UpdateIPSetCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateManagedRuleSetVersionExpiryDateRequest, UpdateManagedRuleSetVersionExpiryDateResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface UpdateManagedRuleSetVersionExpiryDateCommandOutput extends Upda
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig> {
|
|
33
34
|
readonly input: UpdateManagedRuleSetVersionExpiryDateCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: UpdateManagedRuleSetVersionExpiryDateCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0";
|
|
@@ -30,6 +31,7 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
|
|
|
30
31
|
*/
|
|
31
32
|
export declare class UpdateRegexPatternSetCommand extends $Command<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
32
33
|
readonly input: UpdateRegexPatternSetCommandInput;
|
|
34
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
33
35
|
constructor(input: UpdateRegexPatternSetCommandInput);
|
|
34
36
|
/**
|
|
35
37
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
33
34
|
readonly input: UpdateRuleGroupCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: UpdateRuleGroupCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateWebACLCommand extends $Command<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateWebACLCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: UpdateWebACLCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { WAFV2ClientConfig } from "./WAFV2Client";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: WAFV2ClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -234,6 +235,11 @@ import {
|
|
|
234
235
|
UpdateWebACLCommandInput,
|
|
235
236
|
UpdateWebACLCommandOutput,
|
|
236
237
|
} from "./commands/UpdateWebACLCommand";
|
|
238
|
+
import {
|
|
239
|
+
ClientInputEndpointParameters,
|
|
240
|
+
ClientResolvedEndpointParameters,
|
|
241
|
+
EndpointParameters,
|
|
242
|
+
} from "./endpoint/EndpointParameters";
|
|
237
243
|
export declare type ServiceInputTypes =
|
|
238
244
|
| AssociateWebACLCommandInput
|
|
239
245
|
| CheckCapacityCommandInput
|
|
@@ -353,7 +359,6 @@ export interface ClientDefaults
|
|
|
353
359
|
serviceId?: string;
|
|
354
360
|
region?: string | __Provider<string>;
|
|
355
361
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
356
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
357
362
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
358
363
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
359
364
|
}
|
|
@@ -362,21 +367,23 @@ declare type WAFV2ClientConfigType = Partial<
|
|
|
362
367
|
> &
|
|
363
368
|
ClientDefaults &
|
|
364
369
|
RegionInputConfig &
|
|
365
|
-
|
|
370
|
+
EndpointInputConfig<EndpointParameters> &
|
|
366
371
|
RetryInputConfig &
|
|
367
372
|
HostHeaderInputConfig &
|
|
368
373
|
AwsAuthInputConfig &
|
|
369
|
-
UserAgentInputConfig
|
|
374
|
+
UserAgentInputConfig &
|
|
375
|
+
ClientInputEndpointParameters;
|
|
370
376
|
export interface WAFV2ClientConfig extends WAFV2ClientConfigType {}
|
|
371
377
|
declare type WAFV2ClientResolvedConfigType =
|
|
372
378
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
373
379
|
Required<ClientDefaults> &
|
|
374
380
|
RegionResolvedConfig &
|
|
375
|
-
|
|
381
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
376
382
|
RetryResolvedConfig &
|
|
377
383
|
HostHeaderResolvedConfig &
|
|
378
384
|
AwsAuthResolvedConfig &
|
|
379
|
-
UserAgentResolvedConfig
|
|
385
|
+
UserAgentResolvedConfig &
|
|
386
|
+
ClientResolvedEndpointParameters;
|
|
380
387
|
export interface WAFV2ClientResolvedConfig
|
|
381
388
|
extends WAFV2ClientResolvedConfigType {}
|
|
382
389
|
export declare class WAFV2Client extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class AssociateWebACLCommand extends $Command<
|
|
|
24
25
|
WAFV2ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: AssociateWebACLCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: AssociateWebACLCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CheckCapacityCommand extends $Command<
|
|
|
24
25
|
WAFV2ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CheckCapacityCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CheckCapacityCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateIPSetCommand extends $Command<
|
|
|
21
22
|
WAFV2ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateIPSetCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateIPSetCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class CreateRegexPatternSetCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: CreateRegexPatternSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: CreateRegexPatternSetCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class CreateRuleGroupCommand extends $Command<
|
|
|
24
25
|
WAFV2ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: CreateRuleGroupCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: CreateRuleGroupCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class CreateWebACLCommand extends $Command<
|
|
|
21
22
|
WAFV2ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: CreateWebACLCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: CreateWebACLCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteIPSetCommand extends $Command<
|
|
|
21
22
|
WAFV2ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteIPSetCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteIPSetCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteLoggingConfigurationCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteLoggingConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeletePermissionPolicyCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeletePermissionPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeletePermissionPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DeleteRegexPatternSetCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DeleteRegexPatternSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteRegexPatternSetCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class DeleteRuleGroupCommand extends $Command<
|
|
|
24
25
|
WAFV2ClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: DeleteRuleGroupCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: DeleteRuleGroupCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class DeleteWebACLCommand extends $Command<
|
|
|
21
22
|
WAFV2ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: DeleteWebACLCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: DeleteWebACLCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DescribeManagedRuleGroupCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DescribeManagedRuleGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DescribeManagedRuleGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class DisassociateWebACLCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: DisassociateWebACLCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DisassociateWebACLCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GenerateMobileSdkReleaseUrlCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GenerateMobileSdkReleaseUrlCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GenerateMobileSdkReleaseUrlCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetIPSetCommand extends $Command<
|
|
|
21
22
|
WAFV2ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetIPSetCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetIPSetCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetLoggingConfigurationCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLoggingConfigurationCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetManagedRuleSetCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetManagedRuleSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetManagedRuleSetCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetMobileSdkReleaseCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetMobileSdkReleaseCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetMobileSdkReleaseCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetPermissionPolicyCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetPermissionPolicyCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetPermissionPolicyCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetRateBasedStatementManagedKeysCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetRateBasedStatementManagedKeysCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetRateBasedStatementManagedKeysCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class GetRegexPatternSetCommand extends $Command<
|
|
|
25
26
|
WAFV2ClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: GetRegexPatternSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetRegexPatternSetCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -21,6 +22,7 @@ export declare class GetRuleGroupCommand extends $Command<
|
|
|
21
22
|
WAFV2ClientResolvedConfig
|
|
22
23
|
> {
|
|
23
24
|
readonly input: GetRuleGroupCommandInput;
|
|
25
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
24
26
|
constructor(input: GetRuleGroupCommandInput);
|
|
25
27
|
resolveMiddleware(
|
|
26
28
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|