@aws-sdk/client-waf-regional 3.927.0 → 3.929.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
@@ -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_GetWebACLForResourceCommand, se_GetWebACLForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { GetWebACLForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWebACLForResourceCommand 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", "GetWebACLForResource", {})
17
13
  .n("WAFRegionalClient", "GetWebACLForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWebACLForResourceCommand)
20
- .de(de_GetWebACLForResourceCommand)
14
+ .sc(GetWebACLForResource)
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_GetXssMatchSetCommand, se_GetXssMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { GetXssMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetXssMatchSetCommand 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", "GetXssMatchSet", {})
17
13
  .n("WAFRegionalClient", "GetXssMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetXssMatchSetCommand)
20
- .de(de_GetXssMatchSetCommand)
14
+ .sc(GetXssMatchSet)
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_ListActivatedRulesInRuleGroupCommand, se_ListActivatedRulesInRuleGroupCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListActivatedRulesInRuleGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListActivatedRulesInRuleGroupCommand 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", "ListActivatedRulesInRuleGroup", {})
17
13
  .n("WAFRegionalClient", "ListActivatedRulesInRuleGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListActivatedRulesInRuleGroupCommand)
20
- .de(de_ListActivatedRulesInRuleGroupCommand)
14
+ .sc(ListActivatedRulesInRuleGroup)
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_ListByteMatchSetsCommand, se_ListByteMatchSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListByteMatchSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListByteMatchSetsCommand 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", "ListByteMatchSets", {})
17
13
  .n("WAFRegionalClient", "ListByteMatchSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListByteMatchSetsCommand)
20
- .de(de_ListByteMatchSetsCommand)
14
+ .sc(ListByteMatchSets)
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_ListGeoMatchSetsCommand, se_ListGeoMatchSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListGeoMatchSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListGeoMatchSetsCommand 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", "ListGeoMatchSets", {})
17
13
  .n("WAFRegionalClient", "ListGeoMatchSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListGeoMatchSetsCommand)
20
- .de(de_ListGeoMatchSetsCommand)
14
+ .sc(ListGeoMatchSets)
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_ListIPSetsCommand, se_ListIPSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListIPSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListIPSetsCommand 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", "ListIPSets", {})
17
13
  .n("WAFRegionalClient", "ListIPSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListIPSetsCommand)
20
- .de(de_ListIPSetsCommand)
14
+ .sc(ListIPSets)
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_ListLoggingConfigurationsCommand, se_ListLoggingConfigurationsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListLoggingConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListLoggingConfigurationsCommand 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", "ListLoggingConfigurations", {})
17
13
  .n("WAFRegionalClient", "ListLoggingConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListLoggingConfigurationsCommand)
20
- .de(de_ListLoggingConfigurationsCommand)
14
+ .sc(ListLoggingConfigurations)
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_ListRateBasedRulesCommand, se_ListRateBasedRulesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRateBasedRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRateBasedRulesCommand 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", "ListRateBasedRules", {})
17
13
  .n("WAFRegionalClient", "ListRateBasedRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRateBasedRulesCommand)
20
- .de(de_ListRateBasedRulesCommand)
14
+ .sc(ListRateBasedRules)
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_ListRegexMatchSetsCommand, se_ListRegexMatchSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRegexMatchSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRegexMatchSetsCommand 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", "ListRegexMatchSets", {})
17
13
  .n("WAFRegionalClient", "ListRegexMatchSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRegexMatchSetsCommand)
20
- .de(de_ListRegexMatchSetsCommand)
14
+ .sc(ListRegexMatchSets)
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_ListRegexPatternSetsCommand, se_ListRegexPatternSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRegexPatternSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRegexPatternSetsCommand 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", "ListRegexPatternSets", {})
17
13
  .n("WAFRegionalClient", "ListRegexPatternSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRegexPatternSetsCommand)
20
- .de(de_ListRegexPatternSetsCommand)
14
+ .sc(ListRegexPatternSets)
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_ListResourcesForWebACLCommand, se_ListResourcesForWebACLCommand } from "../protocols/Aws_json1_1";
4
+ import { ListResourcesForWebACL } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListResourcesForWebACLCommand 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", "ListResourcesForWebACL", {})
17
13
  .n("WAFRegionalClient", "ListResourcesForWebACLCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListResourcesForWebACLCommand)
20
- .de(de_ListResourcesForWebACLCommand)
14
+ .sc(ListResourcesForWebACL)
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_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRuleGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRuleGroupsCommand 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", "ListRuleGroups", {})
17
13
  .n("WAFRegionalClient", "ListRuleGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRuleGroupsCommand)
20
- .de(de_ListRuleGroupsCommand)
14
+ .sc(ListRuleGroups)
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_ListRulesCommand, se_ListRulesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListRules } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRulesCommand 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", "ListRules", {})
17
13
  .n("WAFRegionalClient", "ListRulesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRulesCommand)
20
- .de(de_ListRulesCommand)
14
+ .sc(ListRules)
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_ListSizeConstraintSetsCommand, se_ListSizeConstraintSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListSizeConstraintSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSizeConstraintSetsCommand 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", "ListSizeConstraintSets", {})
17
13
  .n("WAFRegionalClient", "ListSizeConstraintSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSizeConstraintSetsCommand)
20
- .de(de_ListSizeConstraintSetsCommand)
14
+ .sc(ListSizeConstraintSets)
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_ListSqlInjectionMatchSetsCommand, se_ListSqlInjectionMatchSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListSqlInjectionMatchSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSqlInjectionMatchSetsCommand 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", "ListSqlInjectionMatchSets", {})
17
13
  .n("WAFRegionalClient", "ListSqlInjectionMatchSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSqlInjectionMatchSetsCommand)
20
- .de(de_ListSqlInjectionMatchSetsCommand)
14
+ .sc(ListSqlInjectionMatchSets)
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_ListSubscribedRuleGroupsCommand, se_ListSubscribedRuleGroupsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListSubscribedRuleGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListSubscribedRuleGroupsCommand 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", "ListSubscribedRuleGroups", {})
17
13
  .n("WAFRegionalClient", "ListSubscribedRuleGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListSubscribedRuleGroupsCommand)
20
- .de(de_ListSubscribedRuleGroupsCommand)
14
+ .sc(ListSubscribedRuleGroups)
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("WAFRegionalClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListWebACLsCommand, se_ListWebACLsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListWebACLs } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListWebACLsCommand 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", "ListWebACLs", {})
17
13
  .n("WAFRegionalClient", "ListWebACLsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListWebACLsCommand)
20
- .de(de_ListWebACLsCommand)
14
+ .sc(ListWebACLs)
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_ListXssMatchSetsCommand, se_ListXssMatchSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListXssMatchSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListXssMatchSetsCommand 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", "ListXssMatchSets", {})
17
13
  .n("WAFRegionalClient", "ListXssMatchSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListXssMatchSetsCommand)
20
- .de(de_ListXssMatchSetsCommand)
14
+ .sc(ListXssMatchSets)
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_PutLoggingConfigurationCommand, se_PutLoggingConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { PutLoggingConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutLoggingConfigurationCommand 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", "PutLoggingConfiguration", {})
17
13
  .n("WAFRegionalClient", "PutLoggingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutLoggingConfigurationCommand)
20
- .de(de_PutLoggingConfigurationCommand)
14
+ .sc(PutLoggingConfiguration)
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_PutPermissionPolicyCommand, se_PutPermissionPolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { PutPermissionPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutPermissionPolicyCommand 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", "PutPermissionPolicy", {})
17
13
  .n("WAFRegionalClient", "PutPermissionPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutPermissionPolicyCommand)
20
- .de(de_PutPermissionPolicyCommand)
14
+ .sc(PutPermissionPolicy)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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", "TagResource", {})
17
13
  .n("WAFRegionalClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
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_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_1";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand 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", "UntagResource", {})
17
13
  .n("WAFRegionalClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }