@aws-sdk/client-waf-regional 3.926.0 → 3.928.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.
Files changed (102) hide show
  1. package/dist-cjs/index.js +2063 -2561
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WAFRegionalClient.js +2 -0
  4. package/dist-es/commands/AssociateWebACLCommand.js +3 -9
  5. package/dist-es/commands/CreateByteMatchSetCommand.js +3 -9
  6. package/dist-es/commands/CreateGeoMatchSetCommand.js +3 -9
  7. package/dist-es/commands/CreateIPSetCommand.js +3 -9
  8. package/dist-es/commands/CreateRateBasedRuleCommand.js +3 -9
  9. package/dist-es/commands/CreateRegexMatchSetCommand.js +3 -9
  10. package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
  11. package/dist-es/commands/CreateRuleCommand.js +3 -9
  12. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  13. package/dist-es/commands/CreateSizeConstraintSetCommand.js +3 -9
  14. package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +3 -9
  15. package/dist-es/commands/CreateWebACLCommand.js +3 -9
  16. package/dist-es/commands/CreateWebACLMigrationStackCommand.js +3 -9
  17. package/dist-es/commands/CreateXssMatchSetCommand.js +3 -9
  18. package/dist-es/commands/DeleteByteMatchSetCommand.js +3 -9
  19. package/dist-es/commands/DeleteGeoMatchSetCommand.js +3 -9
  20. package/dist-es/commands/DeleteIPSetCommand.js +3 -9
  21. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
  22. package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
  23. package/dist-es/commands/DeleteRateBasedRuleCommand.js +3 -9
  24. package/dist-es/commands/DeleteRegexMatchSetCommand.js +3 -9
  25. package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
  26. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  27. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  28. package/dist-es/commands/DeleteSizeConstraintSetCommand.js +3 -9
  29. package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +3 -9
  30. package/dist-es/commands/DeleteWebACLCommand.js +3 -9
  31. package/dist-es/commands/DeleteXssMatchSetCommand.js +3 -9
  32. package/dist-es/commands/DisassociateWebACLCommand.js +3 -9
  33. package/dist-es/commands/GetByteMatchSetCommand.js +3 -9
  34. package/dist-es/commands/GetChangeTokenCommand.js +3 -9
  35. package/dist-es/commands/GetChangeTokenStatusCommand.js +3 -9
  36. package/dist-es/commands/GetGeoMatchSetCommand.js +3 -9
  37. package/dist-es/commands/GetIPSetCommand.js +3 -9
  38. package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
  39. package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
  40. package/dist-es/commands/GetRateBasedRuleCommand.js +3 -9
  41. package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +3 -9
  42. package/dist-es/commands/GetRegexMatchSetCommand.js +3 -9
  43. package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
  44. package/dist-es/commands/GetRuleCommand.js +3 -9
  45. package/dist-es/commands/GetRuleGroupCommand.js +3 -9
  46. package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
  47. package/dist-es/commands/GetSizeConstraintSetCommand.js +3 -9
  48. package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +3 -9
  49. package/dist-es/commands/GetWebACLCommand.js +3 -9
  50. package/dist-es/commands/GetWebACLForResourceCommand.js +3 -9
  51. package/dist-es/commands/GetXssMatchSetCommand.js +3 -9
  52. package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +3 -9
  53. package/dist-es/commands/ListByteMatchSetsCommand.js +3 -9
  54. package/dist-es/commands/ListGeoMatchSetsCommand.js +3 -9
  55. package/dist-es/commands/ListIPSetsCommand.js +3 -9
  56. package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
  57. package/dist-es/commands/ListRateBasedRulesCommand.js +3 -9
  58. package/dist-es/commands/ListRegexMatchSetsCommand.js +3 -9
  59. package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
  60. package/dist-es/commands/ListResourcesForWebACLCommand.js +3 -9
  61. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  62. package/dist-es/commands/ListRulesCommand.js +3 -9
  63. package/dist-es/commands/ListSizeConstraintSetsCommand.js +3 -9
  64. package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +3 -9
  65. package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +3 -9
  66. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  67. package/dist-es/commands/ListWebACLsCommand.js +3 -9
  68. package/dist-es/commands/ListXssMatchSetsCommand.js +3 -9
  69. package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
  70. package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
  71. package/dist-es/commands/TagResourceCommand.js +3 -9
  72. package/dist-es/commands/UntagResourceCommand.js +3 -9
  73. package/dist-es/commands/UpdateByteMatchSetCommand.js +3 -9
  74. package/dist-es/commands/UpdateGeoMatchSetCommand.js +3 -9
  75. package/dist-es/commands/UpdateIPSetCommand.js +3 -9
  76. package/dist-es/commands/UpdateRateBasedRuleCommand.js +3 -9
  77. package/dist-es/commands/UpdateRegexMatchSetCommand.js +3 -9
  78. package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
  79. package/dist-es/commands/UpdateRuleCommand.js +3 -9
  80. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  81. package/dist-es/commands/UpdateSizeConstraintSetCommand.js +3 -9
  82. package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +3 -9
  83. package/dist-es/commands/UpdateWebACLCommand.js +3 -9
  84. package/dist-es/commands/UpdateXssMatchSetCommand.js +3 -9
  85. package/dist-es/runtimeConfig.shared.js +7 -0
  86. package/dist-es/schemas/schemas_0.js +1845 -0
  87. package/dist-types/WAFRegionalClient.d.ts +10 -1
  88. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  89. package/dist-types/runtimeConfig.d.ts +1 -0
  90. package/dist-types/runtimeConfig.native.d.ts +1 -0
  91. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  92. package/dist-types/schemas/schemas_0.d.ts +364 -0
  93. package/dist-types/ts3.4/WAFRegionalClient.d.ts +4 -0
  94. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  95. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  96. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  97. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  98. package/dist-types/ts3.4/schemas/schemas_0.d.ts +369 -0
  99. package/package.json +5 -5
  100. package/dist-es/protocols/Aws_json1_1.js +0 -1938
  101. package/dist-types/protocols/Aws_json1_1.d.ts +0 -731
  102. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -977
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,12 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ??
30
+ new protocols_1.AwsJson1_1Protocol({
31
+ defaultNamespace: "com.amazonaws.wafregional",
32
+ serviceTarget: "AWSWAF_Regional_20161128",
33
+ awsQueryCompatible: false,
34
+ }),
28
35
  serviceId: config?.serviceId ?? "WAF Regional",
29
36
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
37
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class WAFRegionalClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateWebACLCommand, se_AssociateWebACLCommand } from "../protocols/Aws_json1_1";
4
+ import { AssociateWebACL } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateWebACLCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "AssociateWebACL", {})
17
13
  .n("WAFRegionalClient", "AssociateWebACLCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateWebACLCommand)
20
- .de(de_AssociateWebACLCommand)
14
+ .sc(AssociateWebACL)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateByteMatchSetCommand, se_CreateByteMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateByteMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateByteMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateByteMatchSet", {})
17
13
  .n("WAFRegionalClient", "CreateByteMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateByteMatchSetCommand)
20
- .de(de_CreateByteMatchSetCommand)
14
+ .sc(CreateByteMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateGeoMatchSetCommand, se_CreateGeoMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateGeoMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateGeoMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateGeoMatchSet", {})
17
13
  .n("WAFRegionalClient", "CreateGeoMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateGeoMatchSetCommand)
20
- .de(de_CreateGeoMatchSetCommand)
14
+ .sc(CreateGeoMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateIPSetCommand, se_CreateIPSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateIPSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateIPSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateIPSet", {})
17
13
  .n("WAFRegionalClient", "CreateIPSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateIPSetCommand)
20
- .de(de_CreateIPSetCommand)
14
+ .sc(CreateIPSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRateBasedRuleCommand, se_CreateRateBasedRuleCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateRateBasedRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRateBasedRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateRateBasedRule", {})
17
13
  .n("WAFRegionalClient", "CreateRateBasedRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRateBasedRuleCommand)
20
- .de(de_CreateRateBasedRuleCommand)
14
+ .sc(CreateRateBasedRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRegexMatchSetCommand, se_CreateRegexMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateRegexMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRegexMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateRegexMatchSet", {})
17
13
  .n("WAFRegionalClient", "CreateRegexMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRegexMatchSetCommand)
20
- .de(de_CreateRegexMatchSetCommand)
14
+ .sc(CreateRegexMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRegexPatternSetCommand, se_CreateRegexPatternSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateRegexPatternSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRegexPatternSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateRegexPatternSet", {})
17
13
  .n("WAFRegionalClient", "CreateRegexPatternSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRegexPatternSetCommand)
20
- .de(de_CreateRegexPatternSetCommand)
14
+ .sc(CreateRegexPatternSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRuleCommand, se_CreateRuleCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateRule", {})
17
13
  .n("WAFRegionalClient", "CreateRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRuleCommand)
20
- .de(de_CreateRuleCommand)
14
+ .sc(CreateRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateRuleGroupCommand, se_CreateRuleGroupCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateRuleGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateRuleGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateRuleGroup", {})
17
13
  .n("WAFRegionalClient", "CreateRuleGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateRuleGroupCommand)
20
- .de(de_CreateRuleGroupCommand)
14
+ .sc(CreateRuleGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateSizeConstraintSetCommand, se_CreateSizeConstraintSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateSizeConstraintSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateSizeConstraintSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateSizeConstraintSet", {})
17
13
  .n("WAFRegionalClient", "CreateSizeConstraintSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateSizeConstraintSetCommand)
20
- .de(de_CreateSizeConstraintSetCommand)
14
+ .sc(CreateSizeConstraintSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateSqlInjectionMatchSetCommand, se_CreateSqlInjectionMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateSqlInjectionMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateSqlInjectionMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateSqlInjectionMatchSet", {})
17
13
  .n("WAFRegionalClient", "CreateSqlInjectionMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateSqlInjectionMatchSetCommand)
20
- .de(de_CreateSqlInjectionMatchSetCommand)
14
+ .sc(CreateSqlInjectionMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWebACLCommand, se_CreateWebACLCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateWebACL } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWebACLCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateWebACL", {})
17
13
  .n("WAFRegionalClient", "CreateWebACLCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWebACLCommand)
20
- .de(de_CreateWebACLCommand)
14
+ .sc(CreateWebACL)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWebACLMigrationStackCommand, se_CreateWebACLMigrationStackCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateWebACLMigrationStack } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWebACLMigrationStackCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateWebACLMigrationStack", {})
17
13
  .n("WAFRegionalClient", "CreateWebACLMigrationStackCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWebACLMigrationStackCommand)
20
- .de(de_CreateWebACLMigrationStackCommand)
14
+ .sc(CreateWebACLMigrationStack)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateXssMatchSetCommand, se_CreateXssMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { CreateXssMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateXssMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "CreateXssMatchSet", {})
17
13
  .n("WAFRegionalClient", "CreateXssMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateXssMatchSetCommand)
20
- .de(de_CreateXssMatchSetCommand)
14
+ .sc(CreateXssMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteByteMatchSetCommand, se_DeleteByteMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteByteMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteByteMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeleteByteMatchSet", {})
17
13
  .n("WAFRegionalClient", "DeleteByteMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteByteMatchSetCommand)
20
- .de(de_DeleteByteMatchSetCommand)
14
+ .sc(DeleteByteMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteGeoMatchSetCommand, se_DeleteGeoMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteGeoMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteGeoMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeleteGeoMatchSet", {})
17
13
  .n("WAFRegionalClient", "DeleteGeoMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteGeoMatchSetCommand)
20
- .de(de_DeleteGeoMatchSetCommand)
14
+ .sc(DeleteGeoMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteIPSetCommand, se_DeleteIPSetCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteIPSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteIPSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeleteIPSet", {})
17
13
  .n("WAFRegionalClient", "DeleteIPSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteIPSetCommand)
20
- .de(de_DeleteIPSetCommand)
14
+ .sc(DeleteIPSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteLoggingConfigurationCommand, se_DeleteLoggingConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteLoggingConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteLoggingConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeleteLoggingConfiguration", {})
17
13
  .n("WAFRegionalClient", "DeleteLoggingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteLoggingConfigurationCommand)
20
- .de(de_DeleteLoggingConfigurationCommand)
14
+ .sc(DeleteLoggingConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeletePermissionPolicyCommand, se_DeletePermissionPolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { DeletePermissionPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeletePermissionPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeletePermissionPolicy", {})
17
13
  .n("WAFRegionalClient", "DeletePermissionPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeletePermissionPolicyCommand)
20
- .de(de_DeletePermissionPolicyCommand)
14
+ .sc(DeletePermissionPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRateBasedRuleCommand, se_DeleteRateBasedRuleCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteRateBasedRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRateBasedRuleCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeleteRateBasedRule", {})
17
13
  .n("WAFRegionalClient", "DeleteRateBasedRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRateBasedRuleCommand)
20
- .de(de_DeleteRateBasedRuleCommand)
14
+ .sc(DeleteRateBasedRule)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRegexMatchSetCommand, se_DeleteRegexMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteRegexMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRegexMatchSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeleteRegexMatchSet", {})
17
13
  .n("WAFRegionalClient", "DeleteRegexMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRegexMatchSetCommand)
20
- .de(de_DeleteRegexMatchSetCommand)
14
+ .sc(DeleteRegexMatchSet)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteRegexPatternSetCommand, se_DeleteRegexPatternSetCommand } from "../protocols/Aws_json1_1";
4
+ import { DeleteRegexPatternSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteRegexPatternSetCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("AWSWAF_Regional_20161128", "DeleteRegexPatternSet", {})
17
13
  .n("WAFRegionalClient", "DeleteRegexPatternSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteRegexPatternSetCommand)
20
- .de(de_DeleteRegexPatternSetCommand)
14
+ .sc(DeleteRegexPatternSet)
21
15
  .build() {
22
16
  }