@aws-sdk/client-waf 3.927.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 (98) hide show
  1. package/dist-cjs/index.js +1979 -2442
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WAFClient.js +2 -0
  4. package/dist-es/commands/CreateByteMatchSetCommand.js +3 -9
  5. package/dist-es/commands/CreateGeoMatchSetCommand.js +3 -9
  6. package/dist-es/commands/CreateIPSetCommand.js +3 -9
  7. package/dist-es/commands/CreateRateBasedRuleCommand.js +3 -9
  8. package/dist-es/commands/CreateRegexMatchSetCommand.js +3 -9
  9. package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
  10. package/dist-es/commands/CreateRuleCommand.js +3 -9
  11. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  12. package/dist-es/commands/CreateSizeConstraintSetCommand.js +3 -9
  13. package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +3 -9
  14. package/dist-es/commands/CreateWebACLCommand.js +3 -9
  15. package/dist-es/commands/CreateWebACLMigrationStackCommand.js +3 -9
  16. package/dist-es/commands/CreateXssMatchSetCommand.js +3 -9
  17. package/dist-es/commands/DeleteByteMatchSetCommand.js +3 -9
  18. package/dist-es/commands/DeleteGeoMatchSetCommand.js +3 -9
  19. package/dist-es/commands/DeleteIPSetCommand.js +3 -9
  20. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
  22. package/dist-es/commands/DeleteRateBasedRuleCommand.js +3 -9
  23. package/dist-es/commands/DeleteRegexMatchSetCommand.js +3 -9
  24. package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
  25. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  26. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  27. package/dist-es/commands/DeleteSizeConstraintSetCommand.js +3 -9
  28. package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +3 -9
  29. package/dist-es/commands/DeleteWebACLCommand.js +3 -9
  30. package/dist-es/commands/DeleteXssMatchSetCommand.js +3 -9
  31. package/dist-es/commands/GetByteMatchSetCommand.js +3 -9
  32. package/dist-es/commands/GetChangeTokenCommand.js +3 -9
  33. package/dist-es/commands/GetChangeTokenStatusCommand.js +3 -9
  34. package/dist-es/commands/GetGeoMatchSetCommand.js +3 -9
  35. package/dist-es/commands/GetIPSetCommand.js +3 -9
  36. package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
  37. package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
  38. package/dist-es/commands/GetRateBasedRuleCommand.js +3 -9
  39. package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +3 -9
  40. package/dist-es/commands/GetRegexMatchSetCommand.js +3 -9
  41. package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
  42. package/dist-es/commands/GetRuleCommand.js +3 -9
  43. package/dist-es/commands/GetRuleGroupCommand.js +3 -9
  44. package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
  45. package/dist-es/commands/GetSizeConstraintSetCommand.js +3 -9
  46. package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +3 -9
  47. package/dist-es/commands/GetWebACLCommand.js +3 -9
  48. package/dist-es/commands/GetXssMatchSetCommand.js +3 -9
  49. package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +3 -9
  50. package/dist-es/commands/ListByteMatchSetsCommand.js +3 -9
  51. package/dist-es/commands/ListGeoMatchSetsCommand.js +3 -9
  52. package/dist-es/commands/ListIPSetsCommand.js +3 -9
  53. package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
  54. package/dist-es/commands/ListRateBasedRulesCommand.js +3 -9
  55. package/dist-es/commands/ListRegexMatchSetsCommand.js +3 -9
  56. package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
  57. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  58. package/dist-es/commands/ListRulesCommand.js +3 -9
  59. package/dist-es/commands/ListSizeConstraintSetsCommand.js +3 -9
  60. package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +3 -9
  61. package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +3 -9
  62. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  63. package/dist-es/commands/ListWebACLsCommand.js +3 -9
  64. package/dist-es/commands/ListXssMatchSetsCommand.js +3 -9
  65. package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
  66. package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
  67. package/dist-es/commands/TagResourceCommand.js +3 -9
  68. package/dist-es/commands/UntagResourceCommand.js +3 -9
  69. package/dist-es/commands/UpdateByteMatchSetCommand.js +3 -9
  70. package/dist-es/commands/UpdateGeoMatchSetCommand.js +3 -9
  71. package/dist-es/commands/UpdateIPSetCommand.js +3 -9
  72. package/dist-es/commands/UpdateRateBasedRuleCommand.js +3 -9
  73. package/dist-es/commands/UpdateRegexMatchSetCommand.js +3 -9
  74. package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
  75. package/dist-es/commands/UpdateRuleCommand.js +3 -9
  76. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  77. package/dist-es/commands/UpdateSizeConstraintSetCommand.js +3 -9
  78. package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +3 -9
  79. package/dist-es/commands/UpdateWebACLCommand.js +3 -9
  80. package/dist-es/commands/UpdateXssMatchSetCommand.js +3 -9
  81. package/dist-es/runtimeConfig.shared.js +7 -0
  82. package/dist-es/schemas/schemas_0.js +1771 -0
  83. package/dist-types/WAFClient.d.ts +10 -1
  84. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  85. package/dist-types/runtimeConfig.d.ts +1 -0
  86. package/dist-types/runtimeConfig.native.d.ts +1 -0
  87. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  88. package/dist-types/schemas/schemas_0.d.ts +350 -0
  89. package/dist-types/ts3.4/WAFClient.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  93. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +355 -0
  95. package/package.json +5 -5
  96. package/dist-es/protocols/Aws_json1_1.js +0 -1850
  97. package/dist-types/protocols/Aws_json1_1.d.ts +0 -695
  98. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -929
@@ -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_20150824", "ListByteMatchSets", {})
17
13
  .n("WAFClient", "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_20150824", "ListGeoMatchSets", {})
17
13
  .n("WAFClient", "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_20150824", "ListIPSets", {})
17
13
  .n("WAFClient", "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_20150824", "ListLoggingConfigurations", {})
17
13
  .n("WAFClient", "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_20150824", "ListRateBasedRules", {})
17
13
  .n("WAFClient", "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_20150824", "ListRegexMatchSets", {})
17
13
  .n("WAFClient", "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_20150824", "ListRegexPatternSets", {})
17
13
  .n("WAFClient", "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_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_20150824", "ListRuleGroups", {})
17
13
  .n("WAFClient", "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_20150824", "ListRules", {})
17
13
  .n("WAFClient", "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_20150824", "ListSizeConstraintSets", {})
17
13
  .n("WAFClient", "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_20150824", "ListSqlInjectionMatchSets", {})
17
13
  .n("WAFClient", "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_20150824", "ListSubscribedRuleGroups", {})
17
13
  .n("WAFClient", "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_20150824", "ListTagsForResource", {})
17
13
  .n("WAFClient", "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_20150824", "ListWebACLs", {})
17
13
  .n("WAFClient", "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_20150824", "ListXssMatchSets", {})
17
13
  .n("WAFClient", "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_20150824", "PutLoggingConfiguration", {})
17
13
  .n("WAFClient", "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_20150824", "PutPermissionPolicy", {})
17
13
  .n("WAFClient", "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_20150824", "TagResource", {})
17
13
  .n("WAFClient", "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_20150824", "UntagResource", {})
17
13
  .n("WAFClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
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_UpdateByteMatchSetCommand, se_UpdateByteMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateByteMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateByteMatchSetCommand 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_20150824", "UpdateByteMatchSet", {})
17
13
  .n("WAFClient", "UpdateByteMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateByteMatchSetCommand)
20
- .de(de_UpdateByteMatchSetCommand)
14
+ .sc(UpdateByteMatchSet)
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_UpdateGeoMatchSetCommand, se_UpdateGeoMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateGeoMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateGeoMatchSetCommand 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_20150824", "UpdateGeoMatchSet", {})
17
13
  .n("WAFClient", "UpdateGeoMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateGeoMatchSetCommand)
20
- .de(de_UpdateGeoMatchSetCommand)
14
+ .sc(UpdateGeoMatchSet)
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_UpdateIPSetCommand, se_UpdateIPSetCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateIPSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateIPSetCommand 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_20150824", "UpdateIPSet", {})
17
13
  .n("WAFClient", "UpdateIPSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateIPSetCommand)
20
- .de(de_UpdateIPSetCommand)
14
+ .sc(UpdateIPSet)
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_UpdateRateBasedRuleCommand, se_UpdateRateBasedRuleCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateRateBasedRule } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateRateBasedRuleCommand 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_20150824", "UpdateRateBasedRule", {})
17
13
  .n("WAFClient", "UpdateRateBasedRuleCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateRateBasedRuleCommand)
20
- .de(de_UpdateRateBasedRuleCommand)
14
+ .sc(UpdateRateBasedRule)
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_UpdateRegexMatchSetCommand, se_UpdateRegexMatchSetCommand } from "../protocols/Aws_json1_1";
4
+ import { UpdateRegexMatchSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateRegexMatchSetCommand 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_20150824", "UpdateRegexMatchSet", {})
17
13
  .n("WAFClient", "UpdateRegexMatchSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateRegexMatchSetCommand)
20
- .de(de_UpdateRegexMatchSetCommand)
14
+ .sc(UpdateRegexMatchSet)
21
15
  .build() {
22
16
  }