@aws-sdk/client-wafv2 3.194.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 +11 -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 +3 -1
- 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,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
|
|
2
|
+
import { EndpointInputConfig, EndpointResolvedConfig } from "@aws-sdk/middleware-endpoint";
|
|
2
3
|
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
3
4
|
import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
|
|
4
5
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
6
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
7
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
8
|
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
|
-
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider,
|
|
9
|
+
import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
10
|
import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
|
|
10
11
|
import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
|
|
11
12
|
import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
|
|
@@ -54,6 +55,7 @@ import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSet
|
|
|
54
55
|
import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
|
|
55
56
|
import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
|
|
56
57
|
import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
|
|
58
|
+
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
57
59
|
export declare type ServiceInputTypes = AssociateWebACLCommandInput | CheckCapacityCommandInput | CreateIPSetCommandInput | CreateRegexPatternSetCommandInput | CreateRuleGroupCommandInput | CreateWebACLCommandInput | DeleteFirewallManagerRuleGroupsCommandInput | DeleteIPSetCommandInput | DeleteLoggingConfigurationCommandInput | DeletePermissionPolicyCommandInput | DeleteRegexPatternSetCommandInput | DeleteRuleGroupCommandInput | DeleteWebACLCommandInput | DescribeManagedRuleGroupCommandInput | DisassociateWebACLCommandInput | GenerateMobileSdkReleaseUrlCommandInput | GetIPSetCommandInput | GetLoggingConfigurationCommandInput | GetManagedRuleSetCommandInput | GetMobileSdkReleaseCommandInput | GetPermissionPolicyCommandInput | GetRateBasedStatementManagedKeysCommandInput | GetRegexPatternSetCommandInput | GetRuleGroupCommandInput | GetSampledRequestsCommandInput | GetWebACLCommandInput | GetWebACLForResourceCommandInput | ListAvailableManagedRuleGroupVersionsCommandInput | ListAvailableManagedRuleGroupsCommandInput | ListIPSetsCommandInput | ListLoggingConfigurationsCommandInput | ListManagedRuleSetsCommandInput | ListMobileSdkReleasesCommandInput | ListRegexPatternSetsCommandInput | ListResourcesForWebACLCommandInput | ListRuleGroupsCommandInput | ListTagsForResourceCommandInput | ListWebACLsCommandInput | PutLoggingConfigurationCommandInput | PutManagedRuleSetVersionsCommandInput | PutPermissionPolicyCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateIPSetCommandInput | UpdateManagedRuleSetVersionExpiryDateCommandInput | UpdateRegexPatternSetCommandInput | UpdateRuleGroupCommandInput | UpdateWebACLCommandInput;
|
|
58
60
|
export declare type ServiceOutputTypes = AssociateWebACLCommandOutput | CheckCapacityCommandOutput | CreateIPSetCommandOutput | CreateRegexPatternSetCommandOutput | CreateRuleGroupCommandOutput | CreateWebACLCommandOutput | DeleteFirewallManagerRuleGroupsCommandOutput | DeleteIPSetCommandOutput | DeleteLoggingConfigurationCommandOutput | DeletePermissionPolicyCommandOutput | DeleteRegexPatternSetCommandOutput | DeleteRuleGroupCommandOutput | DeleteWebACLCommandOutput | DescribeManagedRuleGroupCommandOutput | DisassociateWebACLCommandOutput | GenerateMobileSdkReleaseUrlCommandOutput | GetIPSetCommandOutput | GetLoggingConfigurationCommandOutput | GetManagedRuleSetCommandOutput | GetMobileSdkReleaseCommandOutput | GetPermissionPolicyCommandOutput | GetRateBasedStatementManagedKeysCommandOutput | GetRegexPatternSetCommandOutput | GetRuleGroupCommandOutput | GetSampledRequestsCommandOutput | GetWebACLCommandOutput | GetWebACLForResourceCommandOutput | ListAvailableManagedRuleGroupVersionsCommandOutput | ListAvailableManagedRuleGroupsCommandOutput | ListIPSetsCommandOutput | ListLoggingConfigurationsCommandOutput | ListManagedRuleSetsCommandOutput | ListMobileSdkReleasesCommandOutput | ListRegexPatternSetsCommandOutput | ListResourcesForWebACLCommandOutput | ListRuleGroupsCommandOutput | ListTagsForResourceCommandOutput | ListWebACLsCommandOutput | PutLoggingConfigurationCommandOutput | PutManagedRuleSetVersionsCommandOutput | PutPermissionPolicyCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateIPSetCommandOutput | UpdateManagedRuleSetVersionExpiryDateCommandOutput | UpdateRegexPatternSetCommandOutput | UpdateRuleGroupCommandOutput | UpdateWebACLCommandOutput;
|
|
59
61
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
@@ -146,11 +148,6 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
146
148
|
* @internal
|
|
147
149
|
*/
|
|
148
150
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
149
|
-
/**
|
|
150
|
-
* Fetch related hostname, signing name or signing region with given region.
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
154
151
|
/**
|
|
155
152
|
* The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
|
|
156
153
|
* @internal
|
|
@@ -161,13 +158,13 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
161
158
|
*/
|
|
162
159
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
163
160
|
}
|
|
164
|
-
declare type WAFV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig &
|
|
161
|
+
declare type WAFV2ClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
|
|
165
162
|
/**
|
|
166
163
|
* The configuration interface of WAFV2Client class constructor that set the region, credentials and other options.
|
|
167
164
|
*/
|
|
168
165
|
export interface WAFV2ClientConfig extends WAFV2ClientConfigType {
|
|
169
166
|
}
|
|
170
|
-
declare type WAFV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig &
|
|
167
|
+
declare type WAFV2ClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
|
|
171
168
|
/**
|
|
172
169
|
* The resolved configuration interface of WAFV2Client class. This is resolved and normalized from the {@link WAFV2ClientConfig | constructor configuration interface}.
|
|
173
170
|
*/
|
|
@@ -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 { AssociateWebACLRequest, AssociateWebACLResponse } from "../models/models_0";
|
|
@@ -31,6 +32,7 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class AssociateWebACLCommand extends $Command<AssociateWebACLCommandInput, AssociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
33
34
|
readonly input: AssociateWebACLCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: AssociateWebACLCommandInput);
|
|
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 { CheckCapacityRequest, CheckCapacityResponse } from "../models/models_0";
|
|
@@ -36,6 +37,7 @@ export interface CheckCapacityCommandOutput extends CheckCapacityResponse, __Met
|
|
|
36
37
|
*/
|
|
37
38
|
export declare class CheckCapacityCommand extends $Command<CheckCapacityCommandInput, CheckCapacityCommandOutput, WAFV2ClientResolvedConfig> {
|
|
38
39
|
readonly input: CheckCapacityCommandInput;
|
|
40
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
41
|
constructor(input: CheckCapacityCommandInput);
|
|
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 { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
30
31
|
readonly input: CreateIPSetCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: CreateIPSetCommandInput);
|
|
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 { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateRegexPatternSetCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateRegexPatternSetCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateRuleGroupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateRuleGroupCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: CreateWebACLCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: CreateWebACLCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { DeleteFirewallManagerRuleGroupsRequest, DeleteFirewallManagerRuleGroupsResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFire
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
29
30
|
readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @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 { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteIPSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteIPSetCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteLoggingConfigurationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: DeletePermissionPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DeletePermissionPolicyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteRegexPatternSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteRegexPatternSetCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: DeleteRuleGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: DeleteRuleGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
|
|
@@ -57,6 +58,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
|
|
|
57
58
|
*/
|
|
58
59
|
export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
59
60
|
readonly input: DeleteWebACLCommandInput;
|
|
61
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
60
62
|
constructor(input: DeleteWebACLCommandInput);
|
|
61
63
|
/**
|
|
62
64
|
* @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 { DescribeManagedRuleGroupRequest, DescribeManagedRuleGroupResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface DescribeManagedRuleGroupCommandOutput extends DescribeManagedRu
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class DescribeManagedRuleGroupCommand extends $Command<DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: DescribeManagedRuleGroupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: DescribeManagedRuleGroupCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { DisassociateWebACLRequest, DisassociateWebACLResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class DisassociateWebACLCommand extends $Command<DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
31
32
|
readonly input: DisassociateWebACLCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: DisassociateWebACLCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @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 { GenerateMobileSdkReleaseUrlRequest, GenerateMobileSdkReleaseUrlResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface GenerateMobileSdkReleaseUrlCommandOutput extends GenerateMobile
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class GenerateMobileSdkReleaseUrlCommand extends $Command<GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput, WAFV2ClientResolvedConfig> {
|
|
29
30
|
readonly input: GenerateMobileSdkReleaseUrlCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: GenerateMobileSdkReleaseUrlCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @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 { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetIPSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetIPSetCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetLoggingConfigurationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetLoggingConfigurationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { GetManagedRuleSetRequest, GetManagedRuleSetResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface GetManagedRuleSetCommandOutput extends GetManagedRuleSetRespons
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class GetManagedRuleSetCommand extends $Command<GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
31
32
|
readonly input: GetManagedRuleSetCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: GetManagedRuleSetCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @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 { GetMobileSdkReleaseRequest, GetMobileSdkReleaseResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface GetMobileSdkReleaseCommandOutput extends GetMobileSdkReleaseRes
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class GetMobileSdkReleaseCommand extends $Command<GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput, WAFV2ClientResolvedConfig> {
|
|
30
31
|
readonly input: GetMobileSdkReleaseCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: GetMobileSdkReleaseCommandInput);
|
|
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 { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: GetPermissionPolicyCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: GetPermissionPolicyCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { GetRateBasedStatementManagedKeysRequest, GetRateBasedStatementManagedKeysResponse } from "../models/models_0";
|
|
@@ -38,6 +39,7 @@ export interface GetRateBasedStatementManagedKeysCommandOutput extends GetRateBa
|
|
|
38
39
|
*/
|
|
39
40
|
export declare class GetRateBasedStatementManagedKeysCommand extends $Command<GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput, WAFV2ClientResolvedConfig> {
|
|
40
41
|
readonly input: GetRateBasedStatementManagedKeysCommandInput;
|
|
42
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
41
43
|
constructor(input: GetRateBasedStatementManagedKeysCommandInput);
|
|
42
44
|
/**
|
|
43
45
|
* @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 { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetRegexPatternSetCommand extends $Command<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetRegexPatternSetCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetRegexPatternSetCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetRuleGroupCommand extends $Command<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetRuleGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetRuleGroupCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0";
|
|
@@ -34,6 +35,7 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo
|
|
|
34
35
|
*/
|
|
35
36
|
export declare class GetSampledRequestsCommand extends $Command<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
36
37
|
readonly input: GetSampledRequestsCommandInput;
|
|
38
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
37
39
|
constructor(input: GetSampledRequestsCommandInput);
|
|
38
40
|
/**
|
|
39
41
|
* @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 { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetWebACLCommand extends $Command<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetWebACLCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWebACLCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { GetWebACLForResourceRequest, GetWebACLForResourceResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class GetWebACLForResourceCommand extends $Command<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: GetWebACLForResourceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: GetWebACLForResourceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { ListAvailableManagedRuleGroupVersionsRequest, ListAvailableManagedRuleGroupVersionsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListAvailableManagedRuleGroupVersionsCommandOutput extends List
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListAvailableManagedRuleGroupVersionsCommand extends $Command<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: ListAvailableManagedRuleGroupVersionsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListAvailableManagedRuleGroupVersionsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { ListAvailableManagedRuleGroupsRequest, ListAvailableManagedRuleGroupsResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface ListAvailableManagedRuleGroupsCommandOutput extends ListAvailab
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListAvailableManagedRuleGroupsCommand extends $Command<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
29
30
|
readonly input: ListAvailableManagedRuleGroupsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListAvailableManagedRuleGroupsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @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 { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListIPSetsCommand extends $Command<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: ListIPSetsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListIPSetsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { ListLoggingConfigurationsRequest, ListLoggingConfigurationsResponse } from "../models/models_0";
|
|
@@ -25,6 +26,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class ListLoggingConfigurationsCommand extends $Command<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
27
28
|
readonly input: ListLoggingConfigurationsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: ListLoggingConfigurationsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @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 { ListManagedRuleSetsRequest, ListManagedRuleSetsResponse } from "../models/models_0";
|
|
@@ -29,6 +30,7 @@ export interface ListManagedRuleSetsCommandOutput extends ListManagedRuleSetsRes
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class ListManagedRuleSetsCommand extends $Command<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
31
32
|
readonly input: ListManagedRuleSetsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: ListManagedRuleSetsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @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 { ListMobileSdkReleasesRequest, ListMobileSdkReleasesResponse } from "../models/models_0";
|
|
@@ -28,6 +29,7 @@ export interface ListMobileSdkReleasesCommandOutput extends ListMobileSdkRelease
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ListMobileSdkReleasesCommand extends $Command<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig> {
|
|
30
31
|
readonly input: ListMobileSdkReleasesCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ListMobileSdkReleasesCommandInput);
|
|
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 { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListRegexPatternSetsCommand extends $Command<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: ListRegexPatternSetsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListRegexPatternSetsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { ListResourcesForWebACLRequest, ListResourcesForWebACLResponse } from "../models/models_0";
|
|
@@ -27,6 +28,7 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class ListResourcesForWebACLCommand extends $Command<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, WAFV2ClientResolvedConfig> {
|
|
29
30
|
readonly input: ListResourcesForWebACLCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: ListResourcesForWebACLCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @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 { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: ListRuleGroupsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListRuleGroupsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
|
|
@@ -32,6 +33,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig> {
|
|
34
35
|
readonly input: ListTagsForResourceCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: ListTagsForResourceCommandInput);
|
|
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 { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0";
|
|
@@ -26,6 +27,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class ListWebACLsCommand extends $Command<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFV2ClientResolvedConfig> {
|
|
28
29
|
readonly input: ListWebACLsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: ListWebACLsCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @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 { 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
|