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