@aws-sdk/client-waf 3.1076.0 → 3.1078.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/dist-cjs/index.js +88 -775
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateByteMatchSetCommand.js +2 -14
- package/dist-es/commands/CreateGeoMatchSetCommand.js +2 -14
- package/dist-es/commands/CreateIPSetCommand.js +2 -14
- package/dist-es/commands/CreateRateBasedRuleCommand.js +2 -14
- package/dist-es/commands/CreateRegexMatchSetCommand.js +2 -14
- package/dist-es/commands/CreateRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/CreateRuleCommand.js +2 -14
- package/dist-es/commands/CreateRuleGroupCommand.js +2 -14
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +2 -14
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +2 -14
- package/dist-es/commands/CreateWebACLCommand.js +2 -14
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +2 -14
- package/dist-es/commands/CreateXssMatchSetCommand.js +2 -14
- package/dist-es/commands/DeleteByteMatchSetCommand.js +2 -14
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +2 -14
- package/dist-es/commands/DeleteIPSetCommand.js +2 -14
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePermissionPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +2 -14
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +2 -14
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/DeleteRuleCommand.js +2 -14
- package/dist-es/commands/DeleteRuleGroupCommand.js +2 -14
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +2 -14
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +2 -14
- package/dist-es/commands/DeleteWebACLCommand.js +2 -14
- package/dist-es/commands/DeleteXssMatchSetCommand.js +2 -14
- package/dist-es/commands/GetByteMatchSetCommand.js +2 -14
- package/dist-es/commands/GetChangeTokenCommand.js +2 -14
- package/dist-es/commands/GetChangeTokenStatusCommand.js +2 -14
- package/dist-es/commands/GetGeoMatchSetCommand.js +2 -14
- package/dist-es/commands/GetIPSetCommand.js +2 -14
- package/dist-es/commands/GetLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/GetPermissionPolicyCommand.js +2 -14
- package/dist-es/commands/GetRateBasedRuleCommand.js +2 -14
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +2 -14
- package/dist-es/commands/GetRegexMatchSetCommand.js +2 -14
- package/dist-es/commands/GetRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/GetRuleCommand.js +2 -14
- package/dist-es/commands/GetRuleGroupCommand.js +2 -14
- package/dist-es/commands/GetSampledRequestsCommand.js +2 -14
- package/dist-es/commands/GetSizeConstraintSetCommand.js +2 -14
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +2 -14
- package/dist-es/commands/GetWebACLCommand.js +2 -14
- package/dist-es/commands/GetXssMatchSetCommand.js +2 -14
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +2 -14
- package/dist-es/commands/ListByteMatchSetsCommand.js +2 -14
- package/dist-es/commands/ListGeoMatchSetsCommand.js +2 -14
- package/dist-es/commands/ListIPSetsCommand.js +2 -14
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +2 -14
- package/dist-es/commands/ListRateBasedRulesCommand.js +2 -14
- package/dist-es/commands/ListRegexMatchSetsCommand.js +2 -14
- package/dist-es/commands/ListRegexPatternSetsCommand.js +2 -14
- package/dist-es/commands/ListRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListRulesCommand.js +2 -14
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +2 -14
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +2 -14
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListWebACLsCommand.js +2 -14
- package/dist-es/commands/ListXssMatchSetsCommand.js +2 -14
- package/dist-es/commands/PutLoggingConfigurationCommand.js +2 -14
- package/dist-es/commands/PutPermissionPolicyCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateByteMatchSetCommand.js +2 -14
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +2 -14
- package/dist-es/commands/UpdateIPSetCommand.js +2 -14
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +2 -14
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +2 -14
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +2 -14
- package/dist-es/commands/UpdateRuleCommand.js +2 -14
- package/dist-es/commands/UpdateRuleGroupCommand.js +2 -14
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +2 -14
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +2 -14
- package/dist-es/commands/UpdateWebACLCommand.js +2 -14
- package/dist-es/commands/UpdateXssMatchSetCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateByteMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateIPSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleCommand.d.ts +3 -8
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebACLCommand.d.ts +3 -8
- package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +3 -8
- package/dist-types/commands/CreateXssMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIPSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteWebACLCommand.d.ts +3 -8
- package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/GetByteMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/GetChangeTokenCommand.d.ts +3 -8
- package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +3 -8
- package/dist-types/commands/GetGeoMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/GetIPSetCommand.d.ts +3 -8
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetPermissionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetRateBasedRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +3 -8
- package/dist-types/commands/GetRegexMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/GetRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/GetRuleCommand.d.ts +3 -8
- package/dist-types/commands/GetRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/GetSampledRequestsCommand.d.ts +3 -8
- package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +3 -8
- package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/GetWebACLCommand.d.ts +3 -8
- package/dist-types/commands/GetXssMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/ListByteMatchSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListIPSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +3 -8
- package/dist-types/commands/ListRateBasedRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListRulesCommand.d.ts +3 -8
- package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +3 -8
- package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListWebACLsCommand.d.ts +3 -8
- package/dist-types/commands/ListXssMatchSetsCommand.d.ts +3 -8
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutPermissionPolicyCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateIPSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateWebACLCommand.d.ts +3 -8
- package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsJson1_1Protocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultWAFHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -2349,6 +2351,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
2349
2351
|
serviceTarget: "AWSWAF_20150824",
|
|
2350
2352
|
},
|
|
2351
2353
|
serviceId: config?.serviceId ?? "WAF",
|
|
2354
|
+
sha256: config?.sha256 ?? Sha256,
|
|
2352
2355
|
urlParser: config?.urlParser ?? parseUrl,
|
|
2353
2356
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
2354
2357
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -2382,7 +2385,6 @@ const getRuntimeConfig = (config) => {
|
|
|
2382
2385
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
2383
2386
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
2384
2387
|
}, config),
|
|
2385
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
2386
2388
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
2387
2389
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
2388
2390
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -2470,928 +2472,239 @@ class WAFClient extends Client {
|
|
|
2470
2472
|
}
|
|
2471
2473
|
}
|
|
2472
2474
|
|
|
2473
|
-
|
|
2474
|
-
|
|
2475
|
-
|
|
2476
|
-
|
|
2477
|
-
|
|
2478
|
-
})
|
|
2479
|
-
.s("AWSWAF_20150824", "CreateByteMatchSet", {})
|
|
2480
|
-
.n("WAFClient", "CreateByteMatchSetCommand")
|
|
2481
|
-
.sc(CreateByteMatchSet$)
|
|
2482
|
-
.build() {
|
|
2475
|
+
const command = makeBuilder(commonParams, "AWSWAF_20150824", "WAFClient", getEndpointPlugin);
|
|
2476
|
+
const _ep0 = {};
|
|
2477
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2478
|
+
|
|
2479
|
+
class CreateByteMatchSetCommand extends command(_ep0, _mw0, "CreateByteMatchSet", CreateByteMatchSet$) {
|
|
2483
2480
|
}
|
|
2484
2481
|
|
|
2485
|
-
class CreateGeoMatchSetCommand extends
|
|
2486
|
-
.classBuilder()
|
|
2487
|
-
.ep(commonParams)
|
|
2488
|
-
.m(function (Command, cs, config, o) {
|
|
2489
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2490
|
-
})
|
|
2491
|
-
.s("AWSWAF_20150824", "CreateGeoMatchSet", {})
|
|
2492
|
-
.n("WAFClient", "CreateGeoMatchSetCommand")
|
|
2493
|
-
.sc(CreateGeoMatchSet$)
|
|
2494
|
-
.build() {
|
|
2482
|
+
class CreateGeoMatchSetCommand extends command(_ep0, _mw0, "CreateGeoMatchSet", CreateGeoMatchSet$) {
|
|
2495
2483
|
}
|
|
2496
2484
|
|
|
2497
|
-
class CreateIPSetCommand extends
|
|
2498
|
-
.classBuilder()
|
|
2499
|
-
.ep(commonParams)
|
|
2500
|
-
.m(function (Command, cs, config, o) {
|
|
2501
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2502
|
-
})
|
|
2503
|
-
.s("AWSWAF_20150824", "CreateIPSet", {})
|
|
2504
|
-
.n("WAFClient", "CreateIPSetCommand")
|
|
2505
|
-
.sc(CreateIPSet$)
|
|
2506
|
-
.build() {
|
|
2485
|
+
class CreateIPSetCommand extends command(_ep0, _mw0, "CreateIPSet", CreateIPSet$) {
|
|
2507
2486
|
}
|
|
2508
2487
|
|
|
2509
|
-
class CreateRateBasedRuleCommand extends
|
|
2510
|
-
.classBuilder()
|
|
2511
|
-
.ep(commonParams)
|
|
2512
|
-
.m(function (Command, cs, config, o) {
|
|
2513
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2514
|
-
})
|
|
2515
|
-
.s("AWSWAF_20150824", "CreateRateBasedRule", {})
|
|
2516
|
-
.n("WAFClient", "CreateRateBasedRuleCommand")
|
|
2517
|
-
.sc(CreateRateBasedRule$)
|
|
2518
|
-
.build() {
|
|
2488
|
+
class CreateRateBasedRuleCommand extends command(_ep0, _mw0, "CreateRateBasedRule", CreateRateBasedRule$) {
|
|
2519
2489
|
}
|
|
2520
2490
|
|
|
2521
|
-
class CreateRegexMatchSetCommand extends
|
|
2522
|
-
.classBuilder()
|
|
2523
|
-
.ep(commonParams)
|
|
2524
|
-
.m(function (Command, cs, config, o) {
|
|
2525
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2526
|
-
})
|
|
2527
|
-
.s("AWSWAF_20150824", "CreateRegexMatchSet", {})
|
|
2528
|
-
.n("WAFClient", "CreateRegexMatchSetCommand")
|
|
2529
|
-
.sc(CreateRegexMatchSet$)
|
|
2530
|
-
.build() {
|
|
2491
|
+
class CreateRegexMatchSetCommand extends command(_ep0, _mw0, "CreateRegexMatchSet", CreateRegexMatchSet$) {
|
|
2531
2492
|
}
|
|
2532
2493
|
|
|
2533
|
-
class CreateRegexPatternSetCommand extends
|
|
2534
|
-
.classBuilder()
|
|
2535
|
-
.ep(commonParams)
|
|
2536
|
-
.m(function (Command, cs, config, o) {
|
|
2537
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2538
|
-
})
|
|
2539
|
-
.s("AWSWAF_20150824", "CreateRegexPatternSet", {})
|
|
2540
|
-
.n("WAFClient", "CreateRegexPatternSetCommand")
|
|
2541
|
-
.sc(CreateRegexPatternSet$)
|
|
2542
|
-
.build() {
|
|
2494
|
+
class CreateRegexPatternSetCommand extends command(_ep0, _mw0, "CreateRegexPatternSet", CreateRegexPatternSet$) {
|
|
2543
2495
|
}
|
|
2544
2496
|
|
|
2545
|
-
class CreateRuleCommand extends
|
|
2546
|
-
.classBuilder()
|
|
2547
|
-
.ep(commonParams)
|
|
2548
|
-
.m(function (Command, cs, config, o) {
|
|
2549
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2550
|
-
})
|
|
2551
|
-
.s("AWSWAF_20150824", "CreateRule", {})
|
|
2552
|
-
.n("WAFClient", "CreateRuleCommand")
|
|
2553
|
-
.sc(CreateRule$)
|
|
2554
|
-
.build() {
|
|
2497
|
+
class CreateRuleCommand extends command(_ep0, _mw0, "CreateRule", CreateRule$) {
|
|
2555
2498
|
}
|
|
2556
2499
|
|
|
2557
|
-
class CreateRuleGroupCommand extends
|
|
2558
|
-
.classBuilder()
|
|
2559
|
-
.ep(commonParams)
|
|
2560
|
-
.m(function (Command, cs, config, o) {
|
|
2561
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2562
|
-
})
|
|
2563
|
-
.s("AWSWAF_20150824", "CreateRuleGroup", {})
|
|
2564
|
-
.n("WAFClient", "CreateRuleGroupCommand")
|
|
2565
|
-
.sc(CreateRuleGroup$)
|
|
2566
|
-
.build() {
|
|
2500
|
+
class CreateRuleGroupCommand extends command(_ep0, _mw0, "CreateRuleGroup", CreateRuleGroup$) {
|
|
2567
2501
|
}
|
|
2568
2502
|
|
|
2569
|
-
class CreateSizeConstraintSetCommand extends
|
|
2570
|
-
.classBuilder()
|
|
2571
|
-
.ep(commonParams)
|
|
2572
|
-
.m(function (Command, cs, config, o) {
|
|
2573
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2574
|
-
})
|
|
2575
|
-
.s("AWSWAF_20150824", "CreateSizeConstraintSet", {})
|
|
2576
|
-
.n("WAFClient", "CreateSizeConstraintSetCommand")
|
|
2577
|
-
.sc(CreateSizeConstraintSet$)
|
|
2578
|
-
.build() {
|
|
2503
|
+
class CreateSizeConstraintSetCommand extends command(_ep0, _mw0, "CreateSizeConstraintSet", CreateSizeConstraintSet$) {
|
|
2579
2504
|
}
|
|
2580
2505
|
|
|
2581
|
-
class CreateSqlInjectionMatchSetCommand extends
|
|
2582
|
-
.classBuilder()
|
|
2583
|
-
.ep(commonParams)
|
|
2584
|
-
.m(function (Command, cs, config, o) {
|
|
2585
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2586
|
-
})
|
|
2587
|
-
.s("AWSWAF_20150824", "CreateSqlInjectionMatchSet", {})
|
|
2588
|
-
.n("WAFClient", "CreateSqlInjectionMatchSetCommand")
|
|
2589
|
-
.sc(CreateSqlInjectionMatchSet$)
|
|
2590
|
-
.build() {
|
|
2506
|
+
class CreateSqlInjectionMatchSetCommand extends command(_ep0, _mw0, "CreateSqlInjectionMatchSet", CreateSqlInjectionMatchSet$) {
|
|
2591
2507
|
}
|
|
2592
2508
|
|
|
2593
|
-
class CreateWebACLCommand extends
|
|
2594
|
-
.classBuilder()
|
|
2595
|
-
.ep(commonParams)
|
|
2596
|
-
.m(function (Command, cs, config, o) {
|
|
2597
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2598
|
-
})
|
|
2599
|
-
.s("AWSWAF_20150824", "CreateWebACL", {})
|
|
2600
|
-
.n("WAFClient", "CreateWebACLCommand")
|
|
2601
|
-
.sc(CreateWebACL$)
|
|
2602
|
-
.build() {
|
|
2509
|
+
class CreateWebACLCommand extends command(_ep0, _mw0, "CreateWebACL", CreateWebACL$) {
|
|
2603
2510
|
}
|
|
2604
2511
|
|
|
2605
|
-
class CreateWebACLMigrationStackCommand extends
|
|
2606
|
-
.classBuilder()
|
|
2607
|
-
.ep(commonParams)
|
|
2608
|
-
.m(function (Command, cs, config, o) {
|
|
2609
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2610
|
-
})
|
|
2611
|
-
.s("AWSWAF_20150824", "CreateWebACLMigrationStack", {})
|
|
2612
|
-
.n("WAFClient", "CreateWebACLMigrationStackCommand")
|
|
2613
|
-
.sc(CreateWebACLMigrationStack$)
|
|
2614
|
-
.build() {
|
|
2512
|
+
class CreateWebACLMigrationStackCommand extends command(_ep0, _mw0, "CreateWebACLMigrationStack", CreateWebACLMigrationStack$) {
|
|
2615
2513
|
}
|
|
2616
2514
|
|
|
2617
|
-
class CreateXssMatchSetCommand extends
|
|
2618
|
-
.classBuilder()
|
|
2619
|
-
.ep(commonParams)
|
|
2620
|
-
.m(function (Command, cs, config, o) {
|
|
2621
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2622
|
-
})
|
|
2623
|
-
.s("AWSWAF_20150824", "CreateXssMatchSet", {})
|
|
2624
|
-
.n("WAFClient", "CreateXssMatchSetCommand")
|
|
2625
|
-
.sc(CreateXssMatchSet$)
|
|
2626
|
-
.build() {
|
|
2515
|
+
class CreateXssMatchSetCommand extends command(_ep0, _mw0, "CreateXssMatchSet", CreateXssMatchSet$) {
|
|
2627
2516
|
}
|
|
2628
2517
|
|
|
2629
|
-
class DeleteByteMatchSetCommand extends
|
|
2630
|
-
.classBuilder()
|
|
2631
|
-
.ep(commonParams)
|
|
2632
|
-
.m(function (Command, cs, config, o) {
|
|
2633
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2634
|
-
})
|
|
2635
|
-
.s("AWSWAF_20150824", "DeleteByteMatchSet", {})
|
|
2636
|
-
.n("WAFClient", "DeleteByteMatchSetCommand")
|
|
2637
|
-
.sc(DeleteByteMatchSet$)
|
|
2638
|
-
.build() {
|
|
2518
|
+
class DeleteByteMatchSetCommand extends command(_ep0, _mw0, "DeleteByteMatchSet", DeleteByteMatchSet$) {
|
|
2639
2519
|
}
|
|
2640
2520
|
|
|
2641
|
-
class DeleteGeoMatchSetCommand extends
|
|
2642
|
-
.classBuilder()
|
|
2643
|
-
.ep(commonParams)
|
|
2644
|
-
.m(function (Command, cs, config, o) {
|
|
2645
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2646
|
-
})
|
|
2647
|
-
.s("AWSWAF_20150824", "DeleteGeoMatchSet", {})
|
|
2648
|
-
.n("WAFClient", "DeleteGeoMatchSetCommand")
|
|
2649
|
-
.sc(DeleteGeoMatchSet$)
|
|
2650
|
-
.build() {
|
|
2521
|
+
class DeleteGeoMatchSetCommand extends command(_ep0, _mw0, "DeleteGeoMatchSet", DeleteGeoMatchSet$) {
|
|
2651
2522
|
}
|
|
2652
2523
|
|
|
2653
|
-
class DeleteIPSetCommand extends
|
|
2654
|
-
.classBuilder()
|
|
2655
|
-
.ep(commonParams)
|
|
2656
|
-
.m(function (Command, cs, config, o) {
|
|
2657
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2658
|
-
})
|
|
2659
|
-
.s("AWSWAF_20150824", "DeleteIPSet", {})
|
|
2660
|
-
.n("WAFClient", "DeleteIPSetCommand")
|
|
2661
|
-
.sc(DeleteIPSet$)
|
|
2662
|
-
.build() {
|
|
2524
|
+
class DeleteIPSetCommand extends command(_ep0, _mw0, "DeleteIPSet", DeleteIPSet$) {
|
|
2663
2525
|
}
|
|
2664
2526
|
|
|
2665
|
-
class DeleteLoggingConfigurationCommand extends
|
|
2666
|
-
.classBuilder()
|
|
2667
|
-
.ep(commonParams)
|
|
2668
|
-
.m(function (Command, cs, config, o) {
|
|
2669
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2670
|
-
})
|
|
2671
|
-
.s("AWSWAF_20150824", "DeleteLoggingConfiguration", {})
|
|
2672
|
-
.n("WAFClient", "DeleteLoggingConfigurationCommand")
|
|
2673
|
-
.sc(DeleteLoggingConfiguration$)
|
|
2674
|
-
.build() {
|
|
2527
|
+
class DeleteLoggingConfigurationCommand extends command(_ep0, _mw0, "DeleteLoggingConfiguration", DeleteLoggingConfiguration$) {
|
|
2675
2528
|
}
|
|
2676
2529
|
|
|
2677
|
-
class DeletePermissionPolicyCommand extends
|
|
2678
|
-
.classBuilder()
|
|
2679
|
-
.ep(commonParams)
|
|
2680
|
-
.m(function (Command, cs, config, o) {
|
|
2681
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2682
|
-
})
|
|
2683
|
-
.s("AWSWAF_20150824", "DeletePermissionPolicy", {})
|
|
2684
|
-
.n("WAFClient", "DeletePermissionPolicyCommand")
|
|
2685
|
-
.sc(DeletePermissionPolicy$)
|
|
2686
|
-
.build() {
|
|
2530
|
+
class DeletePermissionPolicyCommand extends command(_ep0, _mw0, "DeletePermissionPolicy", DeletePermissionPolicy$) {
|
|
2687
2531
|
}
|
|
2688
2532
|
|
|
2689
|
-
class DeleteRateBasedRuleCommand extends
|
|
2690
|
-
.classBuilder()
|
|
2691
|
-
.ep(commonParams)
|
|
2692
|
-
.m(function (Command, cs, config, o) {
|
|
2693
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2694
|
-
})
|
|
2695
|
-
.s("AWSWAF_20150824", "DeleteRateBasedRule", {})
|
|
2696
|
-
.n("WAFClient", "DeleteRateBasedRuleCommand")
|
|
2697
|
-
.sc(DeleteRateBasedRule$)
|
|
2698
|
-
.build() {
|
|
2533
|
+
class DeleteRateBasedRuleCommand extends command(_ep0, _mw0, "DeleteRateBasedRule", DeleteRateBasedRule$) {
|
|
2699
2534
|
}
|
|
2700
2535
|
|
|
2701
|
-
class DeleteRegexMatchSetCommand extends
|
|
2702
|
-
.classBuilder()
|
|
2703
|
-
.ep(commonParams)
|
|
2704
|
-
.m(function (Command, cs, config, o) {
|
|
2705
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2706
|
-
})
|
|
2707
|
-
.s("AWSWAF_20150824", "DeleteRegexMatchSet", {})
|
|
2708
|
-
.n("WAFClient", "DeleteRegexMatchSetCommand")
|
|
2709
|
-
.sc(DeleteRegexMatchSet$)
|
|
2710
|
-
.build() {
|
|
2536
|
+
class DeleteRegexMatchSetCommand extends command(_ep0, _mw0, "DeleteRegexMatchSet", DeleteRegexMatchSet$) {
|
|
2711
2537
|
}
|
|
2712
2538
|
|
|
2713
|
-
class DeleteRegexPatternSetCommand extends
|
|
2714
|
-
.classBuilder()
|
|
2715
|
-
.ep(commonParams)
|
|
2716
|
-
.m(function (Command, cs, config, o) {
|
|
2717
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2718
|
-
})
|
|
2719
|
-
.s("AWSWAF_20150824", "DeleteRegexPatternSet", {})
|
|
2720
|
-
.n("WAFClient", "DeleteRegexPatternSetCommand")
|
|
2721
|
-
.sc(DeleteRegexPatternSet$)
|
|
2722
|
-
.build() {
|
|
2539
|
+
class DeleteRegexPatternSetCommand extends command(_ep0, _mw0, "DeleteRegexPatternSet", DeleteRegexPatternSet$) {
|
|
2723
2540
|
}
|
|
2724
2541
|
|
|
2725
|
-
class DeleteRuleCommand extends
|
|
2726
|
-
.classBuilder()
|
|
2727
|
-
.ep(commonParams)
|
|
2728
|
-
.m(function (Command, cs, config, o) {
|
|
2729
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2730
|
-
})
|
|
2731
|
-
.s("AWSWAF_20150824", "DeleteRule", {})
|
|
2732
|
-
.n("WAFClient", "DeleteRuleCommand")
|
|
2733
|
-
.sc(DeleteRule$)
|
|
2734
|
-
.build() {
|
|
2542
|
+
class DeleteRuleCommand extends command(_ep0, _mw0, "DeleteRule", DeleteRule$) {
|
|
2735
2543
|
}
|
|
2736
2544
|
|
|
2737
|
-
class DeleteRuleGroupCommand extends
|
|
2738
|
-
.classBuilder()
|
|
2739
|
-
.ep(commonParams)
|
|
2740
|
-
.m(function (Command, cs, config, o) {
|
|
2741
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2742
|
-
})
|
|
2743
|
-
.s("AWSWAF_20150824", "DeleteRuleGroup", {})
|
|
2744
|
-
.n("WAFClient", "DeleteRuleGroupCommand")
|
|
2745
|
-
.sc(DeleteRuleGroup$)
|
|
2746
|
-
.build() {
|
|
2545
|
+
class DeleteRuleGroupCommand extends command(_ep0, _mw0, "DeleteRuleGroup", DeleteRuleGroup$) {
|
|
2747
2546
|
}
|
|
2748
2547
|
|
|
2749
|
-
class DeleteSizeConstraintSetCommand extends
|
|
2750
|
-
.classBuilder()
|
|
2751
|
-
.ep(commonParams)
|
|
2752
|
-
.m(function (Command, cs, config, o) {
|
|
2753
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2754
|
-
})
|
|
2755
|
-
.s("AWSWAF_20150824", "DeleteSizeConstraintSet", {})
|
|
2756
|
-
.n("WAFClient", "DeleteSizeConstraintSetCommand")
|
|
2757
|
-
.sc(DeleteSizeConstraintSet$)
|
|
2758
|
-
.build() {
|
|
2548
|
+
class DeleteSizeConstraintSetCommand extends command(_ep0, _mw0, "DeleteSizeConstraintSet", DeleteSizeConstraintSet$) {
|
|
2759
2549
|
}
|
|
2760
2550
|
|
|
2761
|
-
class DeleteSqlInjectionMatchSetCommand extends
|
|
2762
|
-
.classBuilder()
|
|
2763
|
-
.ep(commonParams)
|
|
2764
|
-
.m(function (Command, cs, config, o) {
|
|
2765
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2766
|
-
})
|
|
2767
|
-
.s("AWSWAF_20150824", "DeleteSqlInjectionMatchSet", {})
|
|
2768
|
-
.n("WAFClient", "DeleteSqlInjectionMatchSetCommand")
|
|
2769
|
-
.sc(DeleteSqlInjectionMatchSet$)
|
|
2770
|
-
.build() {
|
|
2551
|
+
class DeleteSqlInjectionMatchSetCommand extends command(_ep0, _mw0, "DeleteSqlInjectionMatchSet", DeleteSqlInjectionMatchSet$) {
|
|
2771
2552
|
}
|
|
2772
2553
|
|
|
2773
|
-
class DeleteWebACLCommand extends
|
|
2774
|
-
.classBuilder()
|
|
2775
|
-
.ep(commonParams)
|
|
2776
|
-
.m(function (Command, cs, config, o) {
|
|
2777
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2778
|
-
})
|
|
2779
|
-
.s("AWSWAF_20150824", "DeleteWebACL", {})
|
|
2780
|
-
.n("WAFClient", "DeleteWebACLCommand")
|
|
2781
|
-
.sc(DeleteWebACL$)
|
|
2782
|
-
.build() {
|
|
2554
|
+
class DeleteWebACLCommand extends command(_ep0, _mw0, "DeleteWebACL", DeleteWebACL$) {
|
|
2783
2555
|
}
|
|
2784
2556
|
|
|
2785
|
-
class DeleteXssMatchSetCommand extends
|
|
2786
|
-
.classBuilder()
|
|
2787
|
-
.ep(commonParams)
|
|
2788
|
-
.m(function (Command, cs, config, o) {
|
|
2789
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2790
|
-
})
|
|
2791
|
-
.s("AWSWAF_20150824", "DeleteXssMatchSet", {})
|
|
2792
|
-
.n("WAFClient", "DeleteXssMatchSetCommand")
|
|
2793
|
-
.sc(DeleteXssMatchSet$)
|
|
2794
|
-
.build() {
|
|
2557
|
+
class DeleteXssMatchSetCommand extends command(_ep0, _mw0, "DeleteXssMatchSet", DeleteXssMatchSet$) {
|
|
2795
2558
|
}
|
|
2796
2559
|
|
|
2797
|
-
class GetByteMatchSetCommand extends
|
|
2798
|
-
.classBuilder()
|
|
2799
|
-
.ep(commonParams)
|
|
2800
|
-
.m(function (Command, cs, config, o) {
|
|
2801
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2802
|
-
})
|
|
2803
|
-
.s("AWSWAF_20150824", "GetByteMatchSet", {})
|
|
2804
|
-
.n("WAFClient", "GetByteMatchSetCommand")
|
|
2805
|
-
.sc(GetByteMatchSet$)
|
|
2806
|
-
.build() {
|
|
2560
|
+
class GetByteMatchSetCommand extends command(_ep0, _mw0, "GetByteMatchSet", GetByteMatchSet$) {
|
|
2807
2561
|
}
|
|
2808
2562
|
|
|
2809
|
-
class GetChangeTokenCommand extends
|
|
2810
|
-
.classBuilder()
|
|
2811
|
-
.ep(commonParams)
|
|
2812
|
-
.m(function (Command, cs, config, o) {
|
|
2813
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2814
|
-
})
|
|
2815
|
-
.s("AWSWAF_20150824", "GetChangeToken", {})
|
|
2816
|
-
.n("WAFClient", "GetChangeTokenCommand")
|
|
2817
|
-
.sc(GetChangeToken$)
|
|
2818
|
-
.build() {
|
|
2563
|
+
class GetChangeTokenCommand extends command(_ep0, _mw0, "GetChangeToken", GetChangeToken$) {
|
|
2819
2564
|
}
|
|
2820
2565
|
|
|
2821
|
-
class GetChangeTokenStatusCommand extends
|
|
2822
|
-
.classBuilder()
|
|
2823
|
-
.ep(commonParams)
|
|
2824
|
-
.m(function (Command, cs, config, o) {
|
|
2825
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2826
|
-
})
|
|
2827
|
-
.s("AWSWAF_20150824", "GetChangeTokenStatus", {})
|
|
2828
|
-
.n("WAFClient", "GetChangeTokenStatusCommand")
|
|
2829
|
-
.sc(GetChangeTokenStatus$)
|
|
2830
|
-
.build() {
|
|
2566
|
+
class GetChangeTokenStatusCommand extends command(_ep0, _mw0, "GetChangeTokenStatus", GetChangeTokenStatus$) {
|
|
2831
2567
|
}
|
|
2832
2568
|
|
|
2833
|
-
class GetGeoMatchSetCommand extends
|
|
2834
|
-
.classBuilder()
|
|
2835
|
-
.ep(commonParams)
|
|
2836
|
-
.m(function (Command, cs, config, o) {
|
|
2837
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2838
|
-
})
|
|
2839
|
-
.s("AWSWAF_20150824", "GetGeoMatchSet", {})
|
|
2840
|
-
.n("WAFClient", "GetGeoMatchSetCommand")
|
|
2841
|
-
.sc(GetGeoMatchSet$)
|
|
2842
|
-
.build() {
|
|
2569
|
+
class GetGeoMatchSetCommand extends command(_ep0, _mw0, "GetGeoMatchSet", GetGeoMatchSet$) {
|
|
2843
2570
|
}
|
|
2844
2571
|
|
|
2845
|
-
class GetIPSetCommand extends
|
|
2846
|
-
.classBuilder()
|
|
2847
|
-
.ep(commonParams)
|
|
2848
|
-
.m(function (Command, cs, config, o) {
|
|
2849
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2850
|
-
})
|
|
2851
|
-
.s("AWSWAF_20150824", "GetIPSet", {})
|
|
2852
|
-
.n("WAFClient", "GetIPSetCommand")
|
|
2853
|
-
.sc(GetIPSet$)
|
|
2854
|
-
.build() {
|
|
2572
|
+
class GetIPSetCommand extends command(_ep0, _mw0, "GetIPSet", GetIPSet$) {
|
|
2855
2573
|
}
|
|
2856
2574
|
|
|
2857
|
-
class GetLoggingConfigurationCommand extends
|
|
2858
|
-
.classBuilder()
|
|
2859
|
-
.ep(commonParams)
|
|
2860
|
-
.m(function (Command, cs, config, o) {
|
|
2861
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2862
|
-
})
|
|
2863
|
-
.s("AWSWAF_20150824", "GetLoggingConfiguration", {})
|
|
2864
|
-
.n("WAFClient", "GetLoggingConfigurationCommand")
|
|
2865
|
-
.sc(GetLoggingConfiguration$)
|
|
2866
|
-
.build() {
|
|
2575
|
+
class GetLoggingConfigurationCommand extends command(_ep0, _mw0, "GetLoggingConfiguration", GetLoggingConfiguration$) {
|
|
2867
2576
|
}
|
|
2868
2577
|
|
|
2869
|
-
class GetPermissionPolicyCommand extends
|
|
2870
|
-
.classBuilder()
|
|
2871
|
-
.ep(commonParams)
|
|
2872
|
-
.m(function (Command, cs, config, o) {
|
|
2873
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2874
|
-
})
|
|
2875
|
-
.s("AWSWAF_20150824", "GetPermissionPolicy", {})
|
|
2876
|
-
.n("WAFClient", "GetPermissionPolicyCommand")
|
|
2877
|
-
.sc(GetPermissionPolicy$)
|
|
2878
|
-
.build() {
|
|
2578
|
+
class GetPermissionPolicyCommand extends command(_ep0, _mw0, "GetPermissionPolicy", GetPermissionPolicy$) {
|
|
2879
2579
|
}
|
|
2880
2580
|
|
|
2881
|
-
class GetRateBasedRuleCommand extends
|
|
2882
|
-
.classBuilder()
|
|
2883
|
-
.ep(commonParams)
|
|
2884
|
-
.m(function (Command, cs, config, o) {
|
|
2885
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2886
|
-
})
|
|
2887
|
-
.s("AWSWAF_20150824", "GetRateBasedRule", {})
|
|
2888
|
-
.n("WAFClient", "GetRateBasedRuleCommand")
|
|
2889
|
-
.sc(GetRateBasedRule$)
|
|
2890
|
-
.build() {
|
|
2581
|
+
class GetRateBasedRuleCommand extends command(_ep0, _mw0, "GetRateBasedRule", GetRateBasedRule$) {
|
|
2891
2582
|
}
|
|
2892
2583
|
|
|
2893
|
-
class GetRateBasedRuleManagedKeysCommand extends
|
|
2894
|
-
.classBuilder()
|
|
2895
|
-
.ep(commonParams)
|
|
2896
|
-
.m(function (Command, cs, config, o) {
|
|
2897
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2898
|
-
})
|
|
2899
|
-
.s("AWSWAF_20150824", "GetRateBasedRuleManagedKeys", {})
|
|
2900
|
-
.n("WAFClient", "GetRateBasedRuleManagedKeysCommand")
|
|
2901
|
-
.sc(GetRateBasedRuleManagedKeys$)
|
|
2902
|
-
.build() {
|
|
2584
|
+
class GetRateBasedRuleManagedKeysCommand extends command(_ep0, _mw0, "GetRateBasedRuleManagedKeys", GetRateBasedRuleManagedKeys$) {
|
|
2903
2585
|
}
|
|
2904
2586
|
|
|
2905
|
-
class GetRegexMatchSetCommand extends
|
|
2906
|
-
.classBuilder()
|
|
2907
|
-
.ep(commonParams)
|
|
2908
|
-
.m(function (Command, cs, config, o) {
|
|
2909
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2910
|
-
})
|
|
2911
|
-
.s("AWSWAF_20150824", "GetRegexMatchSet", {})
|
|
2912
|
-
.n("WAFClient", "GetRegexMatchSetCommand")
|
|
2913
|
-
.sc(GetRegexMatchSet$)
|
|
2914
|
-
.build() {
|
|
2587
|
+
class GetRegexMatchSetCommand extends command(_ep0, _mw0, "GetRegexMatchSet", GetRegexMatchSet$) {
|
|
2915
2588
|
}
|
|
2916
2589
|
|
|
2917
|
-
class GetRegexPatternSetCommand extends
|
|
2918
|
-
.classBuilder()
|
|
2919
|
-
.ep(commonParams)
|
|
2920
|
-
.m(function (Command, cs, config, o) {
|
|
2921
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2922
|
-
})
|
|
2923
|
-
.s("AWSWAF_20150824", "GetRegexPatternSet", {})
|
|
2924
|
-
.n("WAFClient", "GetRegexPatternSetCommand")
|
|
2925
|
-
.sc(GetRegexPatternSet$)
|
|
2926
|
-
.build() {
|
|
2590
|
+
class GetRegexPatternSetCommand extends command(_ep0, _mw0, "GetRegexPatternSet", GetRegexPatternSet$) {
|
|
2927
2591
|
}
|
|
2928
2592
|
|
|
2929
|
-
class GetRuleCommand extends
|
|
2930
|
-
.classBuilder()
|
|
2931
|
-
.ep(commonParams)
|
|
2932
|
-
.m(function (Command, cs, config, o) {
|
|
2933
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2934
|
-
})
|
|
2935
|
-
.s("AWSWAF_20150824", "GetRule", {})
|
|
2936
|
-
.n("WAFClient", "GetRuleCommand")
|
|
2937
|
-
.sc(GetRule$)
|
|
2938
|
-
.build() {
|
|
2593
|
+
class GetRuleCommand extends command(_ep0, _mw0, "GetRule", GetRule$) {
|
|
2939
2594
|
}
|
|
2940
2595
|
|
|
2941
|
-
class GetRuleGroupCommand extends
|
|
2942
|
-
.classBuilder()
|
|
2943
|
-
.ep(commonParams)
|
|
2944
|
-
.m(function (Command, cs, config, o) {
|
|
2945
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2946
|
-
})
|
|
2947
|
-
.s("AWSWAF_20150824", "GetRuleGroup", {})
|
|
2948
|
-
.n("WAFClient", "GetRuleGroupCommand")
|
|
2949
|
-
.sc(GetRuleGroup$)
|
|
2950
|
-
.build() {
|
|
2596
|
+
class GetRuleGroupCommand extends command(_ep0, _mw0, "GetRuleGroup", GetRuleGroup$) {
|
|
2951
2597
|
}
|
|
2952
2598
|
|
|
2953
|
-
class GetSampledRequestsCommand extends
|
|
2954
|
-
.classBuilder()
|
|
2955
|
-
.ep(commonParams)
|
|
2956
|
-
.m(function (Command, cs, config, o) {
|
|
2957
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2958
|
-
})
|
|
2959
|
-
.s("AWSWAF_20150824", "GetSampledRequests", {})
|
|
2960
|
-
.n("WAFClient", "GetSampledRequestsCommand")
|
|
2961
|
-
.sc(GetSampledRequests$)
|
|
2962
|
-
.build() {
|
|
2599
|
+
class GetSampledRequestsCommand extends command(_ep0, _mw0, "GetSampledRequests", GetSampledRequests$) {
|
|
2963
2600
|
}
|
|
2964
2601
|
|
|
2965
|
-
class GetSizeConstraintSetCommand extends
|
|
2966
|
-
.classBuilder()
|
|
2967
|
-
.ep(commonParams)
|
|
2968
|
-
.m(function (Command, cs, config, o) {
|
|
2969
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2970
|
-
})
|
|
2971
|
-
.s("AWSWAF_20150824", "GetSizeConstraintSet", {})
|
|
2972
|
-
.n("WAFClient", "GetSizeConstraintSetCommand")
|
|
2973
|
-
.sc(GetSizeConstraintSet$)
|
|
2974
|
-
.build() {
|
|
2602
|
+
class GetSizeConstraintSetCommand extends command(_ep0, _mw0, "GetSizeConstraintSet", GetSizeConstraintSet$) {
|
|
2975
2603
|
}
|
|
2976
2604
|
|
|
2977
|
-
class GetSqlInjectionMatchSetCommand extends
|
|
2978
|
-
.classBuilder()
|
|
2979
|
-
.ep(commonParams)
|
|
2980
|
-
.m(function (Command, cs, config, o) {
|
|
2981
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2982
|
-
})
|
|
2983
|
-
.s("AWSWAF_20150824", "GetSqlInjectionMatchSet", {})
|
|
2984
|
-
.n("WAFClient", "GetSqlInjectionMatchSetCommand")
|
|
2985
|
-
.sc(GetSqlInjectionMatchSet$)
|
|
2986
|
-
.build() {
|
|
2605
|
+
class GetSqlInjectionMatchSetCommand extends command(_ep0, _mw0, "GetSqlInjectionMatchSet", GetSqlInjectionMatchSet$) {
|
|
2987
2606
|
}
|
|
2988
2607
|
|
|
2989
|
-
class GetWebACLCommand extends
|
|
2990
|
-
.classBuilder()
|
|
2991
|
-
.ep(commonParams)
|
|
2992
|
-
.m(function (Command, cs, config, o) {
|
|
2993
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2994
|
-
})
|
|
2995
|
-
.s("AWSWAF_20150824", "GetWebACL", {})
|
|
2996
|
-
.n("WAFClient", "GetWebACLCommand")
|
|
2997
|
-
.sc(GetWebACL$)
|
|
2998
|
-
.build() {
|
|
2608
|
+
class GetWebACLCommand extends command(_ep0, _mw0, "GetWebACL", GetWebACL$) {
|
|
2999
2609
|
}
|
|
3000
2610
|
|
|
3001
|
-
class GetXssMatchSetCommand extends
|
|
3002
|
-
.classBuilder()
|
|
3003
|
-
.ep(commonParams)
|
|
3004
|
-
.m(function (Command, cs, config, o) {
|
|
3005
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3006
|
-
})
|
|
3007
|
-
.s("AWSWAF_20150824", "GetXssMatchSet", {})
|
|
3008
|
-
.n("WAFClient", "GetXssMatchSetCommand")
|
|
3009
|
-
.sc(GetXssMatchSet$)
|
|
3010
|
-
.build() {
|
|
2611
|
+
class GetXssMatchSetCommand extends command(_ep0, _mw0, "GetXssMatchSet", GetXssMatchSet$) {
|
|
3011
2612
|
}
|
|
3012
2613
|
|
|
3013
|
-
class ListActivatedRulesInRuleGroupCommand extends
|
|
3014
|
-
.classBuilder()
|
|
3015
|
-
.ep(commonParams)
|
|
3016
|
-
.m(function (Command, cs, config, o) {
|
|
3017
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3018
|
-
})
|
|
3019
|
-
.s("AWSWAF_20150824", "ListActivatedRulesInRuleGroup", {})
|
|
3020
|
-
.n("WAFClient", "ListActivatedRulesInRuleGroupCommand")
|
|
3021
|
-
.sc(ListActivatedRulesInRuleGroup$)
|
|
3022
|
-
.build() {
|
|
2614
|
+
class ListActivatedRulesInRuleGroupCommand extends command(_ep0, _mw0, "ListActivatedRulesInRuleGroup", ListActivatedRulesInRuleGroup$) {
|
|
3023
2615
|
}
|
|
3024
2616
|
|
|
3025
|
-
class ListByteMatchSetsCommand extends
|
|
3026
|
-
.classBuilder()
|
|
3027
|
-
.ep(commonParams)
|
|
3028
|
-
.m(function (Command, cs, config, o) {
|
|
3029
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3030
|
-
})
|
|
3031
|
-
.s("AWSWAF_20150824", "ListByteMatchSets", {})
|
|
3032
|
-
.n("WAFClient", "ListByteMatchSetsCommand")
|
|
3033
|
-
.sc(ListByteMatchSets$)
|
|
3034
|
-
.build() {
|
|
2617
|
+
class ListByteMatchSetsCommand extends command(_ep0, _mw0, "ListByteMatchSets", ListByteMatchSets$) {
|
|
3035
2618
|
}
|
|
3036
2619
|
|
|
3037
|
-
class ListGeoMatchSetsCommand extends
|
|
3038
|
-
.classBuilder()
|
|
3039
|
-
.ep(commonParams)
|
|
3040
|
-
.m(function (Command, cs, config, o) {
|
|
3041
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3042
|
-
})
|
|
3043
|
-
.s("AWSWAF_20150824", "ListGeoMatchSets", {})
|
|
3044
|
-
.n("WAFClient", "ListGeoMatchSetsCommand")
|
|
3045
|
-
.sc(ListGeoMatchSets$)
|
|
3046
|
-
.build() {
|
|
2620
|
+
class ListGeoMatchSetsCommand extends command(_ep0, _mw0, "ListGeoMatchSets", ListGeoMatchSets$) {
|
|
3047
2621
|
}
|
|
3048
2622
|
|
|
3049
|
-
class ListIPSetsCommand extends
|
|
3050
|
-
.classBuilder()
|
|
3051
|
-
.ep(commonParams)
|
|
3052
|
-
.m(function (Command, cs, config, o) {
|
|
3053
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3054
|
-
})
|
|
3055
|
-
.s("AWSWAF_20150824", "ListIPSets", {})
|
|
3056
|
-
.n("WAFClient", "ListIPSetsCommand")
|
|
3057
|
-
.sc(ListIPSets$)
|
|
3058
|
-
.build() {
|
|
2623
|
+
class ListIPSetsCommand extends command(_ep0, _mw0, "ListIPSets", ListIPSets$) {
|
|
3059
2624
|
}
|
|
3060
2625
|
|
|
3061
|
-
class ListLoggingConfigurationsCommand extends
|
|
3062
|
-
.classBuilder()
|
|
3063
|
-
.ep(commonParams)
|
|
3064
|
-
.m(function (Command, cs, config, o) {
|
|
3065
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3066
|
-
})
|
|
3067
|
-
.s("AWSWAF_20150824", "ListLoggingConfigurations", {})
|
|
3068
|
-
.n("WAFClient", "ListLoggingConfigurationsCommand")
|
|
3069
|
-
.sc(ListLoggingConfigurations$)
|
|
3070
|
-
.build() {
|
|
2626
|
+
class ListLoggingConfigurationsCommand extends command(_ep0, _mw0, "ListLoggingConfigurations", ListLoggingConfigurations$) {
|
|
3071
2627
|
}
|
|
3072
2628
|
|
|
3073
|
-
class ListRateBasedRulesCommand extends
|
|
3074
|
-
.classBuilder()
|
|
3075
|
-
.ep(commonParams)
|
|
3076
|
-
.m(function (Command, cs, config, o) {
|
|
3077
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3078
|
-
})
|
|
3079
|
-
.s("AWSWAF_20150824", "ListRateBasedRules", {})
|
|
3080
|
-
.n("WAFClient", "ListRateBasedRulesCommand")
|
|
3081
|
-
.sc(ListRateBasedRules$)
|
|
3082
|
-
.build() {
|
|
2629
|
+
class ListRateBasedRulesCommand extends command(_ep0, _mw0, "ListRateBasedRules", ListRateBasedRules$) {
|
|
3083
2630
|
}
|
|
3084
2631
|
|
|
3085
|
-
class ListRegexMatchSetsCommand extends
|
|
3086
|
-
.classBuilder()
|
|
3087
|
-
.ep(commonParams)
|
|
3088
|
-
.m(function (Command, cs, config, o) {
|
|
3089
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3090
|
-
})
|
|
3091
|
-
.s("AWSWAF_20150824", "ListRegexMatchSets", {})
|
|
3092
|
-
.n("WAFClient", "ListRegexMatchSetsCommand")
|
|
3093
|
-
.sc(ListRegexMatchSets$)
|
|
3094
|
-
.build() {
|
|
2632
|
+
class ListRegexMatchSetsCommand extends command(_ep0, _mw0, "ListRegexMatchSets", ListRegexMatchSets$) {
|
|
3095
2633
|
}
|
|
3096
2634
|
|
|
3097
|
-
class ListRegexPatternSetsCommand extends
|
|
3098
|
-
.classBuilder()
|
|
3099
|
-
.ep(commonParams)
|
|
3100
|
-
.m(function (Command, cs, config, o) {
|
|
3101
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3102
|
-
})
|
|
3103
|
-
.s("AWSWAF_20150824", "ListRegexPatternSets", {})
|
|
3104
|
-
.n("WAFClient", "ListRegexPatternSetsCommand")
|
|
3105
|
-
.sc(ListRegexPatternSets$)
|
|
3106
|
-
.build() {
|
|
2635
|
+
class ListRegexPatternSetsCommand extends command(_ep0, _mw0, "ListRegexPatternSets", ListRegexPatternSets$) {
|
|
3107
2636
|
}
|
|
3108
2637
|
|
|
3109
|
-
class ListRuleGroupsCommand extends
|
|
3110
|
-
.classBuilder()
|
|
3111
|
-
.ep(commonParams)
|
|
3112
|
-
.m(function (Command, cs, config, o) {
|
|
3113
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3114
|
-
})
|
|
3115
|
-
.s("AWSWAF_20150824", "ListRuleGroups", {})
|
|
3116
|
-
.n("WAFClient", "ListRuleGroupsCommand")
|
|
3117
|
-
.sc(ListRuleGroups$)
|
|
3118
|
-
.build() {
|
|
2638
|
+
class ListRuleGroupsCommand extends command(_ep0, _mw0, "ListRuleGroups", ListRuleGroups$) {
|
|
3119
2639
|
}
|
|
3120
2640
|
|
|
3121
|
-
class ListRulesCommand extends
|
|
3122
|
-
.classBuilder()
|
|
3123
|
-
.ep(commonParams)
|
|
3124
|
-
.m(function (Command, cs, config, o) {
|
|
3125
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3126
|
-
})
|
|
3127
|
-
.s("AWSWAF_20150824", "ListRules", {})
|
|
3128
|
-
.n("WAFClient", "ListRulesCommand")
|
|
3129
|
-
.sc(ListRules$)
|
|
3130
|
-
.build() {
|
|
2641
|
+
class ListRulesCommand extends command(_ep0, _mw0, "ListRules", ListRules$) {
|
|
3131
2642
|
}
|
|
3132
2643
|
|
|
3133
|
-
class ListSizeConstraintSetsCommand extends
|
|
3134
|
-
.classBuilder()
|
|
3135
|
-
.ep(commonParams)
|
|
3136
|
-
.m(function (Command, cs, config, o) {
|
|
3137
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3138
|
-
})
|
|
3139
|
-
.s("AWSWAF_20150824", "ListSizeConstraintSets", {})
|
|
3140
|
-
.n("WAFClient", "ListSizeConstraintSetsCommand")
|
|
3141
|
-
.sc(ListSizeConstraintSets$)
|
|
3142
|
-
.build() {
|
|
2644
|
+
class ListSizeConstraintSetsCommand extends command(_ep0, _mw0, "ListSizeConstraintSets", ListSizeConstraintSets$) {
|
|
3143
2645
|
}
|
|
3144
2646
|
|
|
3145
|
-
class ListSqlInjectionMatchSetsCommand extends
|
|
3146
|
-
.classBuilder()
|
|
3147
|
-
.ep(commonParams)
|
|
3148
|
-
.m(function (Command, cs, config, o) {
|
|
3149
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3150
|
-
})
|
|
3151
|
-
.s("AWSWAF_20150824", "ListSqlInjectionMatchSets", {})
|
|
3152
|
-
.n("WAFClient", "ListSqlInjectionMatchSetsCommand")
|
|
3153
|
-
.sc(ListSqlInjectionMatchSets$)
|
|
3154
|
-
.build() {
|
|
2647
|
+
class ListSqlInjectionMatchSetsCommand extends command(_ep0, _mw0, "ListSqlInjectionMatchSets", ListSqlInjectionMatchSets$) {
|
|
3155
2648
|
}
|
|
3156
2649
|
|
|
3157
|
-
class ListSubscribedRuleGroupsCommand extends
|
|
3158
|
-
.classBuilder()
|
|
3159
|
-
.ep(commonParams)
|
|
3160
|
-
.m(function (Command, cs, config, o) {
|
|
3161
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3162
|
-
})
|
|
3163
|
-
.s("AWSWAF_20150824", "ListSubscribedRuleGroups", {})
|
|
3164
|
-
.n("WAFClient", "ListSubscribedRuleGroupsCommand")
|
|
3165
|
-
.sc(ListSubscribedRuleGroups$)
|
|
3166
|
-
.build() {
|
|
2650
|
+
class ListSubscribedRuleGroupsCommand extends command(_ep0, _mw0, "ListSubscribedRuleGroups", ListSubscribedRuleGroups$) {
|
|
3167
2651
|
}
|
|
3168
2652
|
|
|
3169
|
-
class ListTagsForResourceCommand extends
|
|
3170
|
-
.classBuilder()
|
|
3171
|
-
.ep(commonParams)
|
|
3172
|
-
.m(function (Command, cs, config, o) {
|
|
3173
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3174
|
-
})
|
|
3175
|
-
.s("AWSWAF_20150824", "ListTagsForResource", {})
|
|
3176
|
-
.n("WAFClient", "ListTagsForResourceCommand")
|
|
3177
|
-
.sc(ListTagsForResource$)
|
|
3178
|
-
.build() {
|
|
2653
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3179
2654
|
}
|
|
3180
2655
|
|
|
3181
|
-
class ListWebACLsCommand extends
|
|
3182
|
-
.classBuilder()
|
|
3183
|
-
.ep(commonParams)
|
|
3184
|
-
.m(function (Command, cs, config, o) {
|
|
3185
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3186
|
-
})
|
|
3187
|
-
.s("AWSWAF_20150824", "ListWebACLs", {})
|
|
3188
|
-
.n("WAFClient", "ListWebACLsCommand")
|
|
3189
|
-
.sc(ListWebACLs$)
|
|
3190
|
-
.build() {
|
|
2656
|
+
class ListWebACLsCommand extends command(_ep0, _mw0, "ListWebACLs", ListWebACLs$) {
|
|
3191
2657
|
}
|
|
3192
2658
|
|
|
3193
|
-
class ListXssMatchSetsCommand extends
|
|
3194
|
-
.classBuilder()
|
|
3195
|
-
.ep(commonParams)
|
|
3196
|
-
.m(function (Command, cs, config, o) {
|
|
3197
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3198
|
-
})
|
|
3199
|
-
.s("AWSWAF_20150824", "ListXssMatchSets", {})
|
|
3200
|
-
.n("WAFClient", "ListXssMatchSetsCommand")
|
|
3201
|
-
.sc(ListXssMatchSets$)
|
|
3202
|
-
.build() {
|
|
2659
|
+
class ListXssMatchSetsCommand extends command(_ep0, _mw0, "ListXssMatchSets", ListXssMatchSets$) {
|
|
3203
2660
|
}
|
|
3204
2661
|
|
|
3205
|
-
class PutLoggingConfigurationCommand extends
|
|
3206
|
-
.classBuilder()
|
|
3207
|
-
.ep(commonParams)
|
|
3208
|
-
.m(function (Command, cs, config, o) {
|
|
3209
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3210
|
-
})
|
|
3211
|
-
.s("AWSWAF_20150824", "PutLoggingConfiguration", {})
|
|
3212
|
-
.n("WAFClient", "PutLoggingConfigurationCommand")
|
|
3213
|
-
.sc(PutLoggingConfiguration$)
|
|
3214
|
-
.build() {
|
|
2662
|
+
class PutLoggingConfigurationCommand extends command(_ep0, _mw0, "PutLoggingConfiguration", PutLoggingConfiguration$) {
|
|
3215
2663
|
}
|
|
3216
2664
|
|
|
3217
|
-
class PutPermissionPolicyCommand extends
|
|
3218
|
-
.classBuilder()
|
|
3219
|
-
.ep(commonParams)
|
|
3220
|
-
.m(function (Command, cs, config, o) {
|
|
3221
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3222
|
-
})
|
|
3223
|
-
.s("AWSWAF_20150824", "PutPermissionPolicy", {})
|
|
3224
|
-
.n("WAFClient", "PutPermissionPolicyCommand")
|
|
3225
|
-
.sc(PutPermissionPolicy$)
|
|
3226
|
-
.build() {
|
|
2665
|
+
class PutPermissionPolicyCommand extends command(_ep0, _mw0, "PutPermissionPolicy", PutPermissionPolicy$) {
|
|
3227
2666
|
}
|
|
3228
2667
|
|
|
3229
|
-
class TagResourceCommand extends
|
|
3230
|
-
.classBuilder()
|
|
3231
|
-
.ep(commonParams)
|
|
3232
|
-
.m(function (Command, cs, config, o) {
|
|
3233
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3234
|
-
})
|
|
3235
|
-
.s("AWSWAF_20150824", "TagResource", {})
|
|
3236
|
-
.n("WAFClient", "TagResourceCommand")
|
|
3237
|
-
.sc(TagResource$)
|
|
3238
|
-
.build() {
|
|
2668
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3239
2669
|
}
|
|
3240
2670
|
|
|
3241
|
-
class UntagResourceCommand extends
|
|
3242
|
-
.classBuilder()
|
|
3243
|
-
.ep(commonParams)
|
|
3244
|
-
.m(function (Command, cs, config, o) {
|
|
3245
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3246
|
-
})
|
|
3247
|
-
.s("AWSWAF_20150824", "UntagResource", {})
|
|
3248
|
-
.n("WAFClient", "UntagResourceCommand")
|
|
3249
|
-
.sc(UntagResource$)
|
|
3250
|
-
.build() {
|
|
2671
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3251
2672
|
}
|
|
3252
2673
|
|
|
3253
|
-
class UpdateByteMatchSetCommand extends
|
|
3254
|
-
.classBuilder()
|
|
3255
|
-
.ep(commonParams)
|
|
3256
|
-
.m(function (Command, cs, config, o) {
|
|
3257
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3258
|
-
})
|
|
3259
|
-
.s("AWSWAF_20150824", "UpdateByteMatchSet", {})
|
|
3260
|
-
.n("WAFClient", "UpdateByteMatchSetCommand")
|
|
3261
|
-
.sc(UpdateByteMatchSet$)
|
|
3262
|
-
.build() {
|
|
2674
|
+
class UpdateByteMatchSetCommand extends command(_ep0, _mw0, "UpdateByteMatchSet", UpdateByteMatchSet$) {
|
|
3263
2675
|
}
|
|
3264
2676
|
|
|
3265
|
-
class UpdateGeoMatchSetCommand extends
|
|
3266
|
-
.classBuilder()
|
|
3267
|
-
.ep(commonParams)
|
|
3268
|
-
.m(function (Command, cs, config, o) {
|
|
3269
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3270
|
-
})
|
|
3271
|
-
.s("AWSWAF_20150824", "UpdateGeoMatchSet", {})
|
|
3272
|
-
.n("WAFClient", "UpdateGeoMatchSetCommand")
|
|
3273
|
-
.sc(UpdateGeoMatchSet$)
|
|
3274
|
-
.build() {
|
|
2677
|
+
class UpdateGeoMatchSetCommand extends command(_ep0, _mw0, "UpdateGeoMatchSet", UpdateGeoMatchSet$) {
|
|
3275
2678
|
}
|
|
3276
2679
|
|
|
3277
|
-
class UpdateIPSetCommand extends
|
|
3278
|
-
.classBuilder()
|
|
3279
|
-
.ep(commonParams)
|
|
3280
|
-
.m(function (Command, cs, config, o) {
|
|
3281
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3282
|
-
})
|
|
3283
|
-
.s("AWSWAF_20150824", "UpdateIPSet", {})
|
|
3284
|
-
.n("WAFClient", "UpdateIPSetCommand")
|
|
3285
|
-
.sc(UpdateIPSet$)
|
|
3286
|
-
.build() {
|
|
2680
|
+
class UpdateIPSetCommand extends command(_ep0, _mw0, "UpdateIPSet", UpdateIPSet$) {
|
|
3287
2681
|
}
|
|
3288
2682
|
|
|
3289
|
-
class UpdateRateBasedRuleCommand extends
|
|
3290
|
-
.classBuilder()
|
|
3291
|
-
.ep(commonParams)
|
|
3292
|
-
.m(function (Command, cs, config, o) {
|
|
3293
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3294
|
-
})
|
|
3295
|
-
.s("AWSWAF_20150824", "UpdateRateBasedRule", {})
|
|
3296
|
-
.n("WAFClient", "UpdateRateBasedRuleCommand")
|
|
3297
|
-
.sc(UpdateRateBasedRule$)
|
|
3298
|
-
.build() {
|
|
2683
|
+
class UpdateRateBasedRuleCommand extends command(_ep0, _mw0, "UpdateRateBasedRule", UpdateRateBasedRule$) {
|
|
3299
2684
|
}
|
|
3300
2685
|
|
|
3301
|
-
class UpdateRegexMatchSetCommand extends
|
|
3302
|
-
.classBuilder()
|
|
3303
|
-
.ep(commonParams)
|
|
3304
|
-
.m(function (Command, cs, config, o) {
|
|
3305
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3306
|
-
})
|
|
3307
|
-
.s("AWSWAF_20150824", "UpdateRegexMatchSet", {})
|
|
3308
|
-
.n("WAFClient", "UpdateRegexMatchSetCommand")
|
|
3309
|
-
.sc(UpdateRegexMatchSet$)
|
|
3310
|
-
.build() {
|
|
2686
|
+
class UpdateRegexMatchSetCommand extends command(_ep0, _mw0, "UpdateRegexMatchSet", UpdateRegexMatchSet$) {
|
|
3311
2687
|
}
|
|
3312
2688
|
|
|
3313
|
-
class UpdateRegexPatternSetCommand extends
|
|
3314
|
-
.classBuilder()
|
|
3315
|
-
.ep(commonParams)
|
|
3316
|
-
.m(function (Command, cs, config, o) {
|
|
3317
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3318
|
-
})
|
|
3319
|
-
.s("AWSWAF_20150824", "UpdateRegexPatternSet", {})
|
|
3320
|
-
.n("WAFClient", "UpdateRegexPatternSetCommand")
|
|
3321
|
-
.sc(UpdateRegexPatternSet$)
|
|
3322
|
-
.build() {
|
|
2689
|
+
class UpdateRegexPatternSetCommand extends command(_ep0, _mw0, "UpdateRegexPatternSet", UpdateRegexPatternSet$) {
|
|
3323
2690
|
}
|
|
3324
2691
|
|
|
3325
|
-
class UpdateRuleCommand extends
|
|
3326
|
-
.classBuilder()
|
|
3327
|
-
.ep(commonParams)
|
|
3328
|
-
.m(function (Command, cs, config, o) {
|
|
3329
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3330
|
-
})
|
|
3331
|
-
.s("AWSWAF_20150824", "UpdateRule", {})
|
|
3332
|
-
.n("WAFClient", "UpdateRuleCommand")
|
|
3333
|
-
.sc(UpdateRule$)
|
|
3334
|
-
.build() {
|
|
2692
|
+
class UpdateRuleCommand extends command(_ep0, _mw0, "UpdateRule", UpdateRule$) {
|
|
3335
2693
|
}
|
|
3336
2694
|
|
|
3337
|
-
class UpdateRuleGroupCommand extends
|
|
3338
|
-
.classBuilder()
|
|
3339
|
-
.ep(commonParams)
|
|
3340
|
-
.m(function (Command, cs, config, o) {
|
|
3341
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3342
|
-
})
|
|
3343
|
-
.s("AWSWAF_20150824", "UpdateRuleGroup", {})
|
|
3344
|
-
.n("WAFClient", "UpdateRuleGroupCommand")
|
|
3345
|
-
.sc(UpdateRuleGroup$)
|
|
3346
|
-
.build() {
|
|
2695
|
+
class UpdateRuleGroupCommand extends command(_ep0, _mw0, "UpdateRuleGroup", UpdateRuleGroup$) {
|
|
3347
2696
|
}
|
|
3348
2697
|
|
|
3349
|
-
class UpdateSizeConstraintSetCommand extends
|
|
3350
|
-
.classBuilder()
|
|
3351
|
-
.ep(commonParams)
|
|
3352
|
-
.m(function (Command, cs, config, o) {
|
|
3353
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3354
|
-
})
|
|
3355
|
-
.s("AWSWAF_20150824", "UpdateSizeConstraintSet", {})
|
|
3356
|
-
.n("WAFClient", "UpdateSizeConstraintSetCommand")
|
|
3357
|
-
.sc(UpdateSizeConstraintSet$)
|
|
3358
|
-
.build() {
|
|
2698
|
+
class UpdateSizeConstraintSetCommand extends command(_ep0, _mw0, "UpdateSizeConstraintSet", UpdateSizeConstraintSet$) {
|
|
3359
2699
|
}
|
|
3360
2700
|
|
|
3361
|
-
class UpdateSqlInjectionMatchSetCommand extends
|
|
3362
|
-
.classBuilder()
|
|
3363
|
-
.ep(commonParams)
|
|
3364
|
-
.m(function (Command, cs, config, o) {
|
|
3365
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3366
|
-
})
|
|
3367
|
-
.s("AWSWAF_20150824", "UpdateSqlInjectionMatchSet", {})
|
|
3368
|
-
.n("WAFClient", "UpdateSqlInjectionMatchSetCommand")
|
|
3369
|
-
.sc(UpdateSqlInjectionMatchSet$)
|
|
3370
|
-
.build() {
|
|
2701
|
+
class UpdateSqlInjectionMatchSetCommand extends command(_ep0, _mw0, "UpdateSqlInjectionMatchSet", UpdateSqlInjectionMatchSet$) {
|
|
3371
2702
|
}
|
|
3372
2703
|
|
|
3373
|
-
class UpdateWebACLCommand extends
|
|
3374
|
-
.classBuilder()
|
|
3375
|
-
.ep(commonParams)
|
|
3376
|
-
.m(function (Command, cs, config, o) {
|
|
3377
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3378
|
-
})
|
|
3379
|
-
.s("AWSWAF_20150824", "UpdateWebACL", {})
|
|
3380
|
-
.n("WAFClient", "UpdateWebACLCommand")
|
|
3381
|
-
.sc(UpdateWebACL$)
|
|
3382
|
-
.build() {
|
|
2704
|
+
class UpdateWebACLCommand extends command(_ep0, _mw0, "UpdateWebACL", UpdateWebACL$) {
|
|
3383
2705
|
}
|
|
3384
2706
|
|
|
3385
|
-
class UpdateXssMatchSetCommand extends
|
|
3386
|
-
.classBuilder()
|
|
3387
|
-
.ep(commonParams)
|
|
3388
|
-
.m(function (Command, cs, config, o) {
|
|
3389
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3390
|
-
})
|
|
3391
|
-
.s("AWSWAF_20150824", "UpdateXssMatchSet", {})
|
|
3392
|
-
.n("WAFClient", "UpdateXssMatchSetCommand")
|
|
3393
|
-
.sc(UpdateXssMatchSet$)
|
|
3394
|
-
.build() {
|
|
2707
|
+
class UpdateXssMatchSetCommand extends command(_ep0, _mw0, "UpdateXssMatchSet", UpdateXssMatchSet$) {
|
|
3395
2708
|
}
|
|
3396
2709
|
|
|
3397
2710
|
const commands = {
|