@aws-sdk/client-wafv2 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 (82) hide show
  1. package/dist-cjs/index.js +2289 -2259
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/WAFV2Client.js +2 -0
  4. package/dist-es/commands/AssociateWebACLCommand.js +3 -9
  5. package/dist-es/commands/CheckCapacityCommand.js +3 -9
  6. package/dist-es/commands/CreateAPIKeyCommand.js +3 -9
  7. package/dist-es/commands/CreateIPSetCommand.js +3 -9
  8. package/dist-es/commands/CreateRegexPatternSetCommand.js +3 -9
  9. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  10. package/dist-es/commands/CreateWebACLCommand.js +3 -9
  11. package/dist-es/commands/DeleteAPIKeyCommand.js +3 -9
  12. package/dist-es/commands/DeleteFirewallManagerRuleGroupsCommand.js +3 -9
  13. package/dist-es/commands/DeleteIPSetCommand.js +3 -9
  14. package/dist-es/commands/DeleteLoggingConfigurationCommand.js +3 -9
  15. package/dist-es/commands/DeletePermissionPolicyCommand.js +3 -9
  16. package/dist-es/commands/DeleteRegexPatternSetCommand.js +3 -9
  17. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteWebACLCommand.js +3 -9
  19. package/dist-es/commands/DescribeAllManagedProductsCommand.js +3 -9
  20. package/dist-es/commands/DescribeManagedProductsByVendorCommand.js +3 -9
  21. package/dist-es/commands/DescribeManagedRuleGroupCommand.js +3 -9
  22. package/dist-es/commands/DisassociateWebACLCommand.js +3 -9
  23. package/dist-es/commands/GenerateMobileSdkReleaseUrlCommand.js +3 -9
  24. package/dist-es/commands/GetDecryptedAPIKeyCommand.js +3 -9
  25. package/dist-es/commands/GetIPSetCommand.js +3 -9
  26. package/dist-es/commands/GetLoggingConfigurationCommand.js +3 -9
  27. package/dist-es/commands/GetManagedRuleSetCommand.js +3 -9
  28. package/dist-es/commands/GetMobileSdkReleaseCommand.js +3 -9
  29. package/dist-es/commands/GetPermissionPolicyCommand.js +3 -9
  30. package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +3 -9
  31. package/dist-es/commands/GetRegexPatternSetCommand.js +3 -9
  32. package/dist-es/commands/GetRuleGroupCommand.js +3 -9
  33. package/dist-es/commands/GetSampledRequestsCommand.js +3 -9
  34. package/dist-es/commands/GetWebACLCommand.js +3 -9
  35. package/dist-es/commands/GetWebACLForResourceCommand.js +3 -9
  36. package/dist-es/commands/ListAPIKeysCommand.js +3 -9
  37. package/dist-es/commands/ListAvailableManagedRuleGroupVersionsCommand.js +3 -9
  38. package/dist-es/commands/ListAvailableManagedRuleGroupsCommand.js +3 -9
  39. package/dist-es/commands/ListIPSetsCommand.js +3 -9
  40. package/dist-es/commands/ListLoggingConfigurationsCommand.js +3 -9
  41. package/dist-es/commands/ListManagedRuleSetsCommand.js +3 -9
  42. package/dist-es/commands/ListMobileSdkReleasesCommand.js +3 -9
  43. package/dist-es/commands/ListRegexPatternSetsCommand.js +3 -9
  44. package/dist-es/commands/ListResourcesForWebACLCommand.js +3 -9
  45. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  46. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  47. package/dist-es/commands/ListWebACLsCommand.js +3 -9
  48. package/dist-es/commands/PutLoggingConfigurationCommand.js +3 -9
  49. package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +3 -9
  50. package/dist-es/commands/PutPermissionPolicyCommand.js +3 -9
  51. package/dist-es/commands/TagResourceCommand.js +3 -9
  52. package/dist-es/commands/UntagResourceCommand.js +3 -9
  53. package/dist-es/commands/UpdateIPSetCommand.js +3 -9
  54. package/dist-es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +3 -9
  55. package/dist-es/commands/UpdateRegexPatternSetCommand.js +3 -9
  56. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  57. package/dist-es/commands/UpdateWebACLCommand.js +3 -9
  58. package/dist-es/models/models_0.js +1 -0
  59. package/dist-es/runtimeConfig.shared.js +7 -0
  60. package/dist-es/schemas/schemas_0.js +2143 -0
  61. package/dist-types/WAFV2Client.d.ts +10 -1
  62. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  63. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -2
  64. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -2
  65. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -2
  66. package/dist-types/models/models_0.d.ts +13 -0
  67. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  68. package/dist-types/runtimeConfig.d.ts +1 -0
  69. package/dist-types/runtimeConfig.native.d.ts +1 -0
  70. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  71. package/dist-types/schemas/schemas_0.d.ts +381 -0
  72. package/dist-types/ts3.4/WAFV2Client.d.ts +4 -0
  73. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  74. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  75. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  76. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  77. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  78. package/dist-types/ts3.4/schemas/schemas_0.d.ts +387 -0
  79. package/package.json +5 -5
  80. package/dist-es/protocols/Aws_json1_1.js +0 -1828
  81. package/dist-types/protocols/Aws_json1_1.d.ts +0 -488
  82. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -653
@@ -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_GetLoggingConfigurationCommand, se_GetLoggingConfigurationCommand } from "../protocols/Aws_json1_1";
4
+ import { GetLoggingConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetLoggingConfigurationCommand 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_20190729", "GetLoggingConfiguration", {})
17
13
  .n("WAFV2Client", "GetLoggingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetLoggingConfigurationCommand)
20
- .de(de_GetLoggingConfigurationCommand)
14
+ .sc(GetLoggingConfiguration)
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_GetManagedRuleSetCommand, se_GetManagedRuleSetCommand } from "../protocols/Aws_json1_1";
4
+ import { GetManagedRuleSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetManagedRuleSetCommand 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_20190729", "GetManagedRuleSet", {})
17
13
  .n("WAFV2Client", "GetManagedRuleSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetManagedRuleSetCommand)
20
- .de(de_GetManagedRuleSetCommand)
14
+ .sc(GetManagedRuleSet)
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_GetMobileSdkReleaseCommand, se_GetMobileSdkReleaseCommand } from "../protocols/Aws_json1_1";
4
+ import { GetMobileSdkRelease } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetMobileSdkReleaseCommand 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_20190729", "GetMobileSdkRelease", {})
17
13
  .n("WAFV2Client", "GetMobileSdkReleaseCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetMobileSdkReleaseCommand)
20
- .de(de_GetMobileSdkReleaseCommand)
14
+ .sc(GetMobileSdkRelease)
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_GetPermissionPolicyCommand, se_GetPermissionPolicyCommand } from "../protocols/Aws_json1_1";
4
+ import { GetPermissionPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetPermissionPolicyCommand 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_20190729", "GetPermissionPolicy", {})
17
13
  .n("WAFV2Client", "GetPermissionPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetPermissionPolicyCommand)
20
- .de(de_GetPermissionPolicyCommand)
14
+ .sc(GetPermissionPolicy)
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_GetRateBasedStatementManagedKeysCommand, se_GetRateBasedStatementManagedKeysCommand, } from "../protocols/Aws_json1_1";
4
+ import { GetRateBasedStatementManagedKeys } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRateBasedStatementManagedKeysCommand 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_20190729", "GetRateBasedStatementManagedKeys", {})
17
13
  .n("WAFV2Client", "GetRateBasedStatementManagedKeysCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRateBasedStatementManagedKeysCommand)
20
- .de(de_GetRateBasedStatementManagedKeysCommand)
14
+ .sc(GetRateBasedStatementManagedKeys)
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_GetRegexPatternSetCommand, se_GetRegexPatternSetCommand } from "../protocols/Aws_json1_1";
4
+ import { GetRegexPatternSet } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRegexPatternSetCommand 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_20190729", "GetRegexPatternSet", {})
17
13
  .n("WAFV2Client", "GetRegexPatternSetCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRegexPatternSetCommand)
20
- .de(de_GetRegexPatternSetCommand)
14
+ .sc(GetRegexPatternSet)
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_GetRuleGroupCommand, se_GetRuleGroupCommand } from "../protocols/Aws_json1_1";
4
+ import { GetRuleGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetRuleGroupCommand 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_20190729", "GetRuleGroup", {})
17
13
  .n("WAFV2Client", "GetRuleGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetRuleGroupCommand)
20
- .de(de_GetRuleGroupCommand)
14
+ .sc(GetRuleGroup)
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_GetSampledRequestsCommand, se_GetSampledRequestsCommand } from "../protocols/Aws_json1_1";
4
+ import { GetSampledRequests } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetSampledRequestsCommand 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_20190729", "GetSampledRequests", {})
17
13
  .n("WAFV2Client", "GetSampledRequestsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetSampledRequestsCommand)
20
- .de(de_GetSampledRequestsCommand)
14
+ .sc(GetSampledRequests)
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_GetWebACLCommand, se_GetWebACLCommand } from "../protocols/Aws_json1_1";
4
+ import { GetWebACL } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetWebACLCommand 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_20190729", "GetWebACL", {})
17
13
  .n("WAFV2Client", "GetWebACLCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetWebACLCommand)
20
- .de(de_GetWebACLCommand)
14
+ .sc(GetWebACL)
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_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_20190729", "GetWebACLForResource", {})
17
13
  .n("WAFV2Client", "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_ListAPIKeysCommand, se_ListAPIKeysCommand } from "../protocols/Aws_json1_1";
4
+ import { ListAPIKeys } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAPIKeysCommand 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_20190729", "ListAPIKeys", {})
17
13
  .n("WAFV2Client", "ListAPIKeysCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAPIKeysCommand)
20
- .de(de_ListAPIKeysCommand)
14
+ .sc(ListAPIKeys)
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_ListAvailableManagedRuleGroupVersionsCommand, se_ListAvailableManagedRuleGroupVersionsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListAvailableManagedRuleGroupVersions } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAvailableManagedRuleGroupVersionsCommand 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_20190729", "ListAvailableManagedRuleGroupVersions", {})
17
13
  .n("WAFV2Client", "ListAvailableManagedRuleGroupVersionsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAvailableManagedRuleGroupVersionsCommand)
20
- .de(de_ListAvailableManagedRuleGroupVersionsCommand)
14
+ .sc(ListAvailableManagedRuleGroupVersions)
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_ListAvailableManagedRuleGroupsCommand, se_ListAvailableManagedRuleGroupsCommand, } from "../protocols/Aws_json1_1";
4
+ import { ListAvailableManagedRuleGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAvailableManagedRuleGroupsCommand 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_20190729", "ListAvailableManagedRuleGroups", {})
17
13
  .n("WAFV2Client", "ListAvailableManagedRuleGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAvailableManagedRuleGroupsCommand)
20
- .de(de_ListAvailableManagedRuleGroupsCommand)
14
+ .sc(ListAvailableManagedRuleGroups)
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_20190729", "ListIPSets", {})
17
13
  .n("WAFV2Client", "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_20190729", "ListLoggingConfigurations", {})
17
13
  .n("WAFV2Client", "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_ListManagedRuleSetsCommand, se_ListManagedRuleSetsCommand } from "../protocols/Aws_json1_1";
4
+ import { ListManagedRuleSets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListManagedRuleSetsCommand 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_20190729", "ListManagedRuleSets", {})
17
13
  .n("WAFV2Client", "ListManagedRuleSetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListManagedRuleSetsCommand)
20
- .de(de_ListManagedRuleSetsCommand)
14
+ .sc(ListManagedRuleSets)
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_ListMobileSdkReleasesCommand, se_ListMobileSdkReleasesCommand } from "../protocols/Aws_json1_1";
4
+ import { ListMobileSdkReleases } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListMobileSdkReleasesCommand 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_20190729", "ListMobileSdkReleases", {})
17
13
  .n("WAFV2Client", "ListMobileSdkReleasesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListMobileSdkReleasesCommand)
20
- .de(de_ListMobileSdkReleasesCommand)
14
+ .sc(ListMobileSdkReleases)
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_20190729", "ListRegexPatternSets", {})
17
13
  .n("WAFV2Client", "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_20190729", "ListResourcesForWebACL", {})
17
13
  .n("WAFV2Client", "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_20190729", "ListRuleGroups", {})
17
13
  .n("WAFV2Client", "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_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_20190729", "ListTagsForResource", {})
17
13
  .n("WAFV2Client", "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_20190729", "ListWebACLs", {})
17
13
  .n("WAFV2Client", "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_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_20190729", "PutLoggingConfiguration", {})
17
13
  .n("WAFV2Client", "PutLoggingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutLoggingConfigurationCommand)
20
- .de(de_PutLoggingConfigurationCommand)
14
+ .sc(PutLoggingConfiguration)
21
15
  .build() {
22
16
  }