@aws-sdk/client-waf 3.1087.0 → 3.1088.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 (95) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/WAF.d.ts +244 -292
  3. package/dist-types/ts3.4/WAFClient.d.ts +26 -72
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
  6. package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
  7. package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +5 -10
  8. package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +5 -10
  9. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +5 -10
  11. package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +5 -10
  12. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +5 -10
  13. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +4 -9
  15. package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +4 -6
  17. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +3 -5
  18. package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +4 -6
  19. package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +5 -10
  20. package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +5 -10
  22. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -5
  23. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +5 -10
  25. package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +5 -10
  26. package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +5 -10
  27. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +4 -9
  30. package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +4 -6
  31. package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +4 -6
  32. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +3 -5
  33. package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +5 -10
  34. package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +4 -9
  35. package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +3 -8
  36. package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +5 -10
  37. package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +4 -9
  38. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +7 -5
  39. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +4 -6
  40. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +5 -10
  41. package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +4 -9
  44. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +7 -5
  46. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +3 -5
  47. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +5 -10
  48. package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +7 -5
  51. package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +4 -9
  52. package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +3 -5
  53. package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +3 -8
  55. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +3 -5
  57. package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +4 -9
  60. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -8
  61. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +4 -4
  62. package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +4 -9
  63. package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  66. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -4
  67. package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +3 -8
  68. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +4 -6
  69. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +5 -10
  70. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  72. package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +5 -10
  73. package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +5 -10
  77. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +5 -10
  78. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +3 -5
  79. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +4 -9
  80. package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +4 -6
  81. package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +4 -6
  82. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +3 -5
  83. package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +5 -10
  84. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  85. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  86. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  87. package/dist-types/ts3.4/models/enums.d.ts +7 -14
  88. package/dist-types/ts3.4/models/errors.d.ts +20 -80
  89. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  90. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  91. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  92. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  93. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  94. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  95. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetPermissionPolicyRequest,
4
- GetPermissionPolicyResponse,
5
- } from "../models/models_0";
2
+ import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetPermissionPolicyCommandInput
8
- extends GetPermissionPolicyRequest {}
4
+ export interface GetPermissionPolicyCommandInput extends GetPermissionPolicyRequest {}
9
5
  export interface GetPermissionPolicyCommandOutput
10
- extends GetPermissionPolicyResponse,
11
- __MetadataBearer {}
6
+ extends GetPermissionPolicyResponse, __MetadataBearer {}
12
7
  declare const GetPermissionPolicyCommand_base: {
13
8
  new (
14
- input: GetPermissionPolicyCommandInput
9
+ input: GetPermissionPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetPermissionPolicyCommandInput,
17
12
  GetPermissionPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const GetPermissionPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetPermissionPolicyCommandInput
18
+ input: GetPermissionPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetPermissionPolicyCommandInput,
26
21
  GetPermissionPolicyCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetRateBasedRuleRequest,
4
- GetRateBasedRuleResponse,
5
- } from "../models/models_0";
2
+ import { GetRateBasedRuleRequest, GetRateBasedRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetRateBasedRuleCommandInput extends GetRateBasedRuleRequest {}
8
- export interface GetRateBasedRuleCommandOutput
9
- extends GetRateBasedRuleResponse,
10
- __MetadataBearer {}
5
+ export interface GetRateBasedRuleCommandOutput extends GetRateBasedRuleResponse, __MetadataBearer {}
11
6
  declare const GetRateBasedRuleCommand_base: {
12
7
  new (
13
- input: GetRateBasedRuleCommandInput
8
+ input: GetRateBasedRuleCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetRateBasedRuleCommandInput,
16
11
  GetRateBasedRuleCommandOutput,
@@ -19,7 +14,7 @@ declare const GetRateBasedRuleCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetRateBasedRuleCommandInput
17
+ input: GetRateBasedRuleCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetRateBasedRuleCommandInput,
25
20
  GetRateBasedRuleCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetRateBasedRuleManagedKeysResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetRateBasedRuleManagedKeysCommandInput
8
- extends GetRateBasedRuleManagedKeysRequest {}
7
+ export interface GetRateBasedRuleManagedKeysCommandInput extends GetRateBasedRuleManagedKeysRequest {}
9
8
  export interface GetRateBasedRuleManagedKeysCommandOutput
10
- extends GetRateBasedRuleManagedKeysResponse,
11
- __MetadataBearer {}
9
+ extends GetRateBasedRuleManagedKeysResponse, __MetadataBearer {}
12
10
  declare const GetRateBasedRuleManagedKeysCommand_base: {
13
11
  new (
14
- input: GetRateBasedRuleManagedKeysCommandInput
12
+ input: GetRateBasedRuleManagedKeysCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetRateBasedRuleManagedKeysCommandInput,
17
15
  GetRateBasedRuleManagedKeysCommandOutput,
@@ -20,7 +18,7 @@ declare const GetRateBasedRuleManagedKeysCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetRateBasedRuleManagedKeysCommandInput
21
+ input: GetRateBasedRuleManagedKeysCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetRateBasedRuleManagedKeysCommandInput,
26
24
  GetRateBasedRuleManagedKeysCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetRegexMatchSetRequest,
4
- GetRegexMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { GetRegexMatchSetRequest, GetRegexMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetRegexMatchSetCommandInput extends GetRegexMatchSetRequest {}
8
- export interface GetRegexMatchSetCommandOutput
9
- extends GetRegexMatchSetResponse,
10
- __MetadataBearer {}
5
+ export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse, __MetadataBearer {}
11
6
  declare const GetRegexMatchSetCommand_base: {
12
7
  new (
13
- input: GetRegexMatchSetCommandInput
8
+ input: GetRegexMatchSetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetRegexMatchSetCommandInput,
16
11
  GetRegexMatchSetCommandOutput,
@@ -19,7 +14,7 @@ declare const GetRegexMatchSetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetRegexMatchSetCommandInput
17
+ input: GetRegexMatchSetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetRegexMatchSetCommandInput,
25
20
  GetRegexMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetRegexPatternSetRequest,
4
- GetRegexPatternSetResponse,
5
- } from "../models/models_0";
2
+ import { GetRegexPatternSetRequest, GetRegexPatternSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetRegexPatternSetCommandInput
8
- extends GetRegexPatternSetRequest {}
4
+ export interface GetRegexPatternSetCommandInput extends GetRegexPatternSetRequest {}
9
5
  export interface GetRegexPatternSetCommandOutput
10
- extends GetRegexPatternSetResponse,
11
- __MetadataBearer {}
6
+ extends GetRegexPatternSetResponse, __MetadataBearer {}
12
7
  declare const GetRegexPatternSetCommand_base: {
13
8
  new (
14
- input: GetRegexPatternSetCommandInput
9
+ input: GetRegexPatternSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetRegexPatternSetCommandInput,
17
12
  GetRegexPatternSetCommandOutput,
@@ -20,7 +15,7 @@ declare const GetRegexPatternSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetRegexPatternSetCommandInput
18
+ input: GetRegexPatternSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetRegexPatternSetCommandInput,
26
21
  GetRegexPatternSetCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetRuleRequest, GetRuleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetRuleCommandInput extends GetRuleRequest {}
5
- export interface GetRuleCommandOutput
6
- extends GetRuleResponse,
7
- __MetadataBearer {}
5
+ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer {}
8
6
  declare const GetRuleCommand_base: {
9
- new (input: GetRuleCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetRuleCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetRuleCommandInput,
11
11
  GetRuleCommandOutput,
12
12
  import("..").WAFClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetRuleCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetRuleCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetRuleCommandInput,
18
20
  GetRuleCommandOutput,
19
21
  import("..").WAFClientResolvedConfig,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetRuleGroupRequest, GetRuleGroupResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetRuleGroupCommandInput extends GetRuleGroupRequest {}
5
- export interface GetRuleGroupCommandOutput
6
- extends GetRuleGroupResponse,
7
- __MetadataBearer {}
5
+ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __MetadataBearer {}
8
6
  declare const GetRuleGroupCommand_base: {
9
7
  new (
10
- input: GetRuleGroupCommandInput
8
+ input: GetRuleGroupCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetRuleGroupCommandInput,
13
11
  GetRuleGroupCommandOutput,
@@ -16,7 +14,7 @@ declare const GetRuleGroupCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetRuleGroupCommandInput
17
+ input: GetRuleGroupCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetRuleGroupCommandInput,
22
20
  GetRuleGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSampledRequestsRequest,
4
- GetSampledRequestsResponse,
5
- } from "../models/models_0";
2
+ import { GetSampledRequestsRequest, GetSampledRequestsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetSampledRequestsCommandInput
8
- extends GetSampledRequestsRequest {}
4
+ export interface GetSampledRequestsCommandInput extends GetSampledRequestsRequest {}
9
5
  export interface GetSampledRequestsCommandOutput
10
- extends GetSampledRequestsResponse,
11
- __MetadataBearer {}
6
+ extends GetSampledRequestsResponse, __MetadataBearer {}
12
7
  declare const GetSampledRequestsCommand_base: {
13
8
  new (
14
- input: GetSampledRequestsCommandInput
9
+ input: GetSampledRequestsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetSampledRequestsCommandInput,
17
12
  GetSampledRequestsCommandOutput,
@@ -20,7 +15,7 @@ declare const GetSampledRequestsCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetSampledRequestsCommandInput
18
+ input: GetSampledRequestsCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetSampledRequestsCommandInput,
26
21
  GetSampledRequestsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetSizeConstraintSetRequest,
4
- GetSizeConstraintSetResponse,
5
- } from "../models/models_0";
2
+ import { GetSizeConstraintSetRequest, GetSizeConstraintSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetSizeConstraintSetCommandInput
8
- extends GetSizeConstraintSetRequest {}
4
+ export interface GetSizeConstraintSetCommandInput extends GetSizeConstraintSetRequest {}
9
5
  export interface GetSizeConstraintSetCommandOutput
10
- extends GetSizeConstraintSetResponse,
11
- __MetadataBearer {}
6
+ extends GetSizeConstraintSetResponse, __MetadataBearer {}
12
7
  declare const GetSizeConstraintSetCommand_base: {
13
8
  new (
14
- input: GetSizeConstraintSetCommandInput
9
+ input: GetSizeConstraintSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetSizeConstraintSetCommandInput,
17
12
  GetSizeConstraintSetCommandOutput,
@@ -20,7 +15,7 @@ declare const GetSizeConstraintSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetSizeConstraintSetCommandInput
18
+ input: GetSizeConstraintSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetSizeConstraintSetCommandInput,
26
21
  GetSizeConstraintSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetSqlInjectionMatchSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetSqlInjectionMatchSetCommandInput
8
- extends GetSqlInjectionMatchSetRequest {}
7
+ export interface GetSqlInjectionMatchSetCommandInput extends GetSqlInjectionMatchSetRequest {}
9
8
  export interface GetSqlInjectionMatchSetCommandOutput
10
- extends GetSqlInjectionMatchSetResponse,
11
- __MetadataBearer {}
9
+ extends GetSqlInjectionMatchSetResponse, __MetadataBearer {}
12
10
  declare const GetSqlInjectionMatchSetCommand_base: {
13
11
  new (
14
- input: GetSqlInjectionMatchSetCommandInput
12
+ input: GetSqlInjectionMatchSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetSqlInjectionMatchSetCommandInput,
17
15
  GetSqlInjectionMatchSetCommandOutput,
@@ -20,7 +18,7 @@ declare const GetSqlInjectionMatchSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetSqlInjectionMatchSetCommandInput
21
+ input: GetSqlInjectionMatchSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetSqlInjectionMatchSetCommandInput,
26
24
  GetSqlInjectionMatchSetCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetWebACLRequest, GetWebACLResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetWebACLCommandInput extends GetWebACLRequest {}
5
- export interface GetWebACLCommandOutput
6
- extends GetWebACLResponse,
7
- __MetadataBearer {}
5
+ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBearer {}
8
6
  declare const GetWebACLCommand_base: {
9
- new (input: GetWebACLCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetWebACLCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetWebACLCommandInput,
11
11
  GetWebACLCommandOutput,
12
12
  import("..").WAFClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetWebACLCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetWebACLCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetWebACLCommandInput,
18
20
  GetWebACLCommandOutput,
19
21
  import("..").WAFClientResolvedConfig,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetXssMatchSetRequest,
4
- GetXssMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { GetXssMatchSetRequest, GetXssMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetXssMatchSetCommandInput extends GetXssMatchSetRequest {}
8
- export interface GetXssMatchSetCommandOutput
9
- extends GetXssMatchSetResponse,
10
- __MetadataBearer {}
5
+ export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __MetadataBearer {}
11
6
  declare const GetXssMatchSetCommand_base: {
12
7
  new (
13
- input: GetXssMatchSetCommandInput
8
+ input: GetXssMatchSetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetXssMatchSetCommandInput,
16
11
  GetXssMatchSetCommandOutput,
@@ -19,7 +14,7 @@ declare const GetXssMatchSetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetXssMatchSetCommandInput
17
+ input: GetXssMatchSetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetXssMatchSetCommandInput,
25
20
  GetXssMatchSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListActivatedRulesInRuleGroupResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListActivatedRulesInRuleGroupCommandInput
8
- extends ListActivatedRulesInRuleGroupRequest {}
7
+ export interface ListActivatedRulesInRuleGroupCommandInput extends ListActivatedRulesInRuleGroupRequest {}
9
8
  export interface ListActivatedRulesInRuleGroupCommandOutput
10
- extends ListActivatedRulesInRuleGroupResponse,
11
- __MetadataBearer {}
9
+ extends ListActivatedRulesInRuleGroupResponse, __MetadataBearer {}
12
10
  declare const ListActivatedRulesInRuleGroupCommand_base: {
13
11
  new (
14
- input: ListActivatedRulesInRuleGroupCommandInput
12
+ input: ListActivatedRulesInRuleGroupCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListActivatedRulesInRuleGroupCommandInput,
17
15
  ListActivatedRulesInRuleGroupCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListByteMatchSetsRequest,
4
- ListByteMatchSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListByteMatchSetsRequest, ListByteMatchSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListByteMatchSetsCommandInput
8
- extends ListByteMatchSetsRequest {}
4
+ export interface ListByteMatchSetsCommandInput extends ListByteMatchSetsRequest {}
9
5
  export interface ListByteMatchSetsCommandOutput
10
- extends ListByteMatchSetsResponse,
11
- __MetadataBearer {}
6
+ extends ListByteMatchSetsResponse, __MetadataBearer {}
12
7
  declare const ListByteMatchSetsCommand_base: {
13
8
  new (
14
- input: ListByteMatchSetsCommandInput
9
+ input: ListByteMatchSetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListByteMatchSetsCommandInput,
17
12
  ListByteMatchSetsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListGeoMatchSetsRequest,
4
- ListGeoMatchSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListGeoMatchSetsRequest, ListGeoMatchSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListGeoMatchSetsCommandInput extends ListGeoMatchSetsRequest {}
8
- export interface ListGeoMatchSetsCommandOutput
9
- extends ListGeoMatchSetsResponse,
10
- __MetadataBearer {}
5
+ export interface ListGeoMatchSetsCommandOutput extends ListGeoMatchSetsResponse, __MetadataBearer {}
11
6
  declare const ListGeoMatchSetsCommand_base: {
12
7
  new (
13
- input: ListGeoMatchSetsCommandInput
8
+ input: ListGeoMatchSetsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListGeoMatchSetsCommandInput,
16
11
  ListGeoMatchSetsCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListIPSetsRequest, ListIPSetsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListIPSetsCommandInput extends ListIPSetsRequest {}
5
- export interface ListIPSetsCommandOutput
6
- extends ListIPSetsResponse,
7
- __MetadataBearer {}
5
+ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataBearer {}
8
6
  declare const ListIPSetsCommand_base: {
9
7
  new (
10
- input: ListIPSetsCommandInput
8
+ input: ListIPSetsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListIPSetsCommandInput,
13
11
  ListIPSetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListLoggingConfigurationsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListLoggingConfigurationsCommandInput
8
- extends ListLoggingConfigurationsRequest {}
7
+ export interface ListLoggingConfigurationsCommandInput extends ListLoggingConfigurationsRequest {}
9
8
  export interface ListLoggingConfigurationsCommandOutput
10
- extends ListLoggingConfigurationsResponse,
11
- __MetadataBearer {}
9
+ extends ListLoggingConfigurationsResponse, __MetadataBearer {}
12
10
  declare const ListLoggingConfigurationsCommand_base: {
13
11
  new (
14
- input: ListLoggingConfigurationsCommandInput
12
+ input: ListLoggingConfigurationsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListLoggingConfigurationsCommandInput,
17
15
  ListLoggingConfigurationsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRateBasedRulesRequest,
4
- ListRateBasedRulesResponse,
5
- } from "../models/models_0";
2
+ import { ListRateBasedRulesRequest, ListRateBasedRulesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListRateBasedRulesCommandInput
8
- extends ListRateBasedRulesRequest {}
4
+ export interface ListRateBasedRulesCommandInput extends ListRateBasedRulesRequest {}
9
5
  export interface ListRateBasedRulesCommandOutput
10
- extends ListRateBasedRulesResponse,
11
- __MetadataBearer {}
6
+ extends ListRateBasedRulesResponse, __MetadataBearer {}
12
7
  declare const ListRateBasedRulesCommand_base: {
13
8
  new (
14
- input: ListRateBasedRulesCommandInput
9
+ input: ListRateBasedRulesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListRateBasedRulesCommandInput,
17
12
  ListRateBasedRulesCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRegexMatchSetsRequest,
4
- ListRegexMatchSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListRegexMatchSetsRequest, ListRegexMatchSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListRegexMatchSetsCommandInput
8
- extends ListRegexMatchSetsRequest {}
4
+ export interface ListRegexMatchSetsCommandInput extends ListRegexMatchSetsRequest {}
9
5
  export interface ListRegexMatchSetsCommandOutput
10
- extends ListRegexMatchSetsResponse,
11
- __MetadataBearer {}
6
+ extends ListRegexMatchSetsResponse, __MetadataBearer {}
12
7
  declare const ListRegexMatchSetsCommand_base: {
13
8
  new (
14
- input: ListRegexMatchSetsCommandInput
9
+ input: ListRegexMatchSetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListRegexMatchSetsCommandInput,
17
12
  ListRegexMatchSetsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRegexPatternSetsRequest,
4
- ListRegexPatternSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListRegexPatternSetsRequest, ListRegexPatternSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListRegexPatternSetsCommandInput
8
- extends ListRegexPatternSetsRequest {}
4
+ export interface ListRegexPatternSetsCommandInput extends ListRegexPatternSetsRequest {}
9
5
  export interface ListRegexPatternSetsCommandOutput
10
- extends ListRegexPatternSetsResponse,
11
- __MetadataBearer {}
6
+ extends ListRegexPatternSetsResponse, __MetadataBearer {}
12
7
  declare const ListRegexPatternSetsCommand_base: {
13
8
  new (
14
- input: ListRegexPatternSetsCommandInput
9
+ input: ListRegexPatternSetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListRegexPatternSetsCommandInput,
17
12
  ListRegexPatternSetsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListRuleGroupsRequest,
4
- ListRuleGroupsResponse,
5
- } from "../models/models_0";
2
+ import { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
8
- export interface ListRuleGroupsCommandOutput
9
- extends ListRuleGroupsResponse,
10
- __MetadataBearer {}
5
+ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {}
11
6
  declare const ListRuleGroupsCommand_base: {
12
7
  new (
13
- input: ListRuleGroupsCommandInput
8
+ input: ListRuleGroupsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListRuleGroupsCommandInput,
16
11
  ListRuleGroupsCommandOutput,
@@ -2,11 +2,11 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListRulesRequest, ListRulesResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListRulesCommandInput extends ListRulesRequest {}
5
- export interface ListRulesCommandOutput
6
- extends ListRulesResponse,
7
- __MetadataBearer {}
5
+ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBearer {}
8
6
  declare const ListRulesCommand_base: {
9
- new (input: ListRulesCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: ListRulesCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  ListRulesCommandInput,
11
11
  ListRulesCommandOutput,
12
12
  import("..").WAFClientResolvedConfig,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListSizeConstraintSetsRequest,
4
- ListSizeConstraintSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListSizeConstraintSetsRequest, ListSizeConstraintSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListSizeConstraintSetsCommandInput
8
- extends ListSizeConstraintSetsRequest {}
4
+ export interface ListSizeConstraintSetsCommandInput extends ListSizeConstraintSetsRequest {}
9
5
  export interface ListSizeConstraintSetsCommandOutput
10
- extends ListSizeConstraintSetsResponse,
11
- __MetadataBearer {}
6
+ extends ListSizeConstraintSetsResponse, __MetadataBearer {}
12
7
  declare const ListSizeConstraintSetsCommand_base: {
13
8
  new (
14
- input: ListSizeConstraintSetsCommandInput
9
+ input: ListSizeConstraintSetsCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListSizeConstraintSetsCommandInput,
17
12
  ListSizeConstraintSetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSqlInjectionMatchSetsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListSqlInjectionMatchSetsCommandInput
8
- extends ListSqlInjectionMatchSetsRequest {}
7
+ export interface ListSqlInjectionMatchSetsCommandInput extends ListSqlInjectionMatchSetsRequest {}
9
8
  export interface ListSqlInjectionMatchSetsCommandOutput
10
- extends ListSqlInjectionMatchSetsResponse,
11
- __MetadataBearer {}
9
+ extends ListSqlInjectionMatchSetsResponse, __MetadataBearer {}
12
10
  declare const ListSqlInjectionMatchSetsCommand_base: {
13
11
  new (
14
- input: ListSqlInjectionMatchSetsCommandInput
12
+ input: ListSqlInjectionMatchSetsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSqlInjectionMatchSetsCommandInput,
17
15
  ListSqlInjectionMatchSetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  ListSubscribedRuleGroupsResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface ListSubscribedRuleGroupsCommandInput
8
- extends ListSubscribedRuleGroupsRequest {}
7
+ export interface ListSubscribedRuleGroupsCommandInput extends ListSubscribedRuleGroupsRequest {}
9
8
  export interface ListSubscribedRuleGroupsCommandOutput
10
- extends ListSubscribedRuleGroupsResponse,
11
- __MetadataBearer {}
9
+ extends ListSubscribedRuleGroupsResponse, __MetadataBearer {}
12
10
  declare const ListSubscribedRuleGroupsCommand_base: {
13
11
  new (
14
- input: ListSubscribedRuleGroupsCommandInput
12
+ input: ListSubscribedRuleGroupsCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  ListSubscribedRuleGroupsCommandInput,
17
15
  ListSubscribedRuleGroupsCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListTagsForResourceRequest,
4
- ListTagsForResourceResponse,
5
- } from "../models/models_0";
2
+ import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListTagsForResourceCommandInput
8
- extends ListTagsForResourceRequest {}
4
+ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {}
9
5
  export interface ListTagsForResourceCommandOutput
10
- extends ListTagsForResourceResponse,
11
- __MetadataBearer {}
6
+ extends ListTagsForResourceResponse, __MetadataBearer {}
12
7
  declare const ListTagsForResourceCommand_base: {
13
8
  new (
14
- input: ListTagsForResourceCommandInput
9
+ input: ListTagsForResourceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListTagsForResourceCommandInput,
17
12
  ListTagsForResourceCommandOutput,
@@ -20,7 +15,7 @@ declare const ListTagsForResourceCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListTagsForResourceCommandInput
18
+ input: ListTagsForResourceCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListTagsForResourceCommandInput,
26
21
  ListTagsForResourceCommandOutput,