@aws-sdk/client-waf 3.1086.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 +39 -39
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListWebACLsCommandInput extends ListWebACLsRequest {}
5
- export interface ListWebACLsCommandOutput
6
- extends ListWebACLsResponse,
7
- __MetadataBearer {}
5
+ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __MetadataBearer {}
8
6
  declare const ListWebACLsCommand_base: {
9
7
  new (
10
- input: ListWebACLsCommandInput
8
+ input: ListWebACLsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListWebACLsCommandInput,
13
11
  ListWebACLsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListXssMatchSetsRequest,
4
- ListXssMatchSetsResponse,
5
- } from "../models/models_0";
2
+ import { ListXssMatchSetsRequest, ListXssMatchSetsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListXssMatchSetsCommandInput extends ListXssMatchSetsRequest {}
8
- export interface ListXssMatchSetsCommandOutput
9
- extends ListXssMatchSetsResponse,
10
- __MetadataBearer {}
5
+ export interface ListXssMatchSetsCommandOutput extends ListXssMatchSetsResponse, __MetadataBearer {}
11
6
  declare const ListXssMatchSetsCommand_base: {
12
7
  new (
13
- input: ListXssMatchSetsCommandInput
8
+ input: ListXssMatchSetsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListXssMatchSetsCommandInput,
16
11
  ListXssMatchSetsCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  PutLoggingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface PutLoggingConfigurationCommandInput
8
- extends PutLoggingConfigurationRequest {}
7
+ export interface PutLoggingConfigurationCommandInput extends PutLoggingConfigurationRequest {}
9
8
  export interface PutLoggingConfigurationCommandOutput
10
- extends PutLoggingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends PutLoggingConfigurationResponse, __MetadataBearer {}
12
10
  declare const PutLoggingConfigurationCommand_base: {
13
11
  new (
14
- input: PutLoggingConfigurationCommandInput
12
+ input: PutLoggingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  PutLoggingConfigurationCommandInput,
17
15
  PutLoggingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const PutLoggingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: PutLoggingConfigurationCommandInput
21
+ input: PutLoggingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  PutLoggingConfigurationCommandInput,
26
24
  PutLoggingConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- PutPermissionPolicyRequest,
4
- PutPermissionPolicyResponse,
5
- } from "../models/models_0";
2
+ import { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface PutPermissionPolicyCommandInput
8
- extends PutPermissionPolicyRequest {}
4
+ export interface PutPermissionPolicyCommandInput extends PutPermissionPolicyRequest {}
9
5
  export interface PutPermissionPolicyCommandOutput
10
- extends PutPermissionPolicyResponse,
11
- __MetadataBearer {}
6
+ extends PutPermissionPolicyResponse, __MetadataBearer {}
12
7
  declare const PutPermissionPolicyCommand_base: {
13
8
  new (
14
- input: PutPermissionPolicyCommandInput
9
+ input: PutPermissionPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  PutPermissionPolicyCommandInput,
17
12
  PutPermissionPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const PutPermissionPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: PutPermissionPolicyCommandInput
18
+ input: PutPermissionPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  PutPermissionPolicyCommandInput,
26
21
  PutPermissionPolicyCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface TagResourceCommandInput extends TagResourceRequest {}
5
- export interface TagResourceCommandOutput
6
- extends TagResourceResponse,
7
- __MetadataBearer {}
5
+ export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {}
8
6
  declare const TagResourceCommand_base: {
9
7
  new (
10
- input: TagResourceCommandInput
8
+ input: TagResourceCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  TagResourceCommandInput,
13
11
  TagResourceCommandOutput,
@@ -16,7 +14,7 @@ declare const TagResourceCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: TagResourceCommandInput
17
+ input: TagResourceCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  TagResourceCommandInput,
22
20
  TagResourceCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UntagResourceRequest,
4
- UntagResourceResponse,
5
- } from "../models/models_0";
2
+ import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
8
- export interface UntagResourceCommandOutput
9
- extends UntagResourceResponse,
10
- __MetadataBearer {}
5
+ export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {}
11
6
  declare const UntagResourceCommand_base: {
12
7
  new (
13
- input: UntagResourceCommandInput
8
+ input: UntagResourceCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UntagResourceCommandInput,
16
11
  UntagResourceCommandOutput,
@@ -19,7 +14,7 @@ declare const UntagResourceCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UntagResourceCommandInput
17
+ input: UntagResourceCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UntagResourceCommandInput,
25
20
  UntagResourceCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateByteMatchSetRequest,
4
- UpdateByteMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { UpdateByteMatchSetRequest, UpdateByteMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateByteMatchSetCommandInput
8
- extends UpdateByteMatchSetRequest {}
4
+ export interface UpdateByteMatchSetCommandInput extends UpdateByteMatchSetRequest {}
9
5
  export interface UpdateByteMatchSetCommandOutput
10
- extends UpdateByteMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends UpdateByteMatchSetResponse, __MetadataBearer {}
12
7
  declare const UpdateByteMatchSetCommand_base: {
13
8
  new (
14
- input: UpdateByteMatchSetCommandInput
9
+ input: UpdateByteMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateByteMatchSetCommandInput,
17
12
  UpdateByteMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateByteMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateByteMatchSetCommandInput
18
+ input: UpdateByteMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateByteMatchSetCommandInput,
26
21
  UpdateByteMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateGeoMatchSetRequest,
4
- UpdateGeoMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { UpdateGeoMatchSetRequest, UpdateGeoMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateGeoMatchSetCommandInput
8
- extends UpdateGeoMatchSetRequest {}
4
+ export interface UpdateGeoMatchSetCommandInput extends UpdateGeoMatchSetRequest {}
9
5
  export interface UpdateGeoMatchSetCommandOutput
10
- extends UpdateGeoMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends UpdateGeoMatchSetResponse, __MetadataBearer {}
12
7
  declare const UpdateGeoMatchSetCommand_base: {
13
8
  new (
14
- input: UpdateGeoMatchSetCommandInput
9
+ input: UpdateGeoMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateGeoMatchSetCommandInput,
17
12
  UpdateGeoMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateGeoMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateGeoMatchSetCommandInput
18
+ input: UpdateGeoMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateGeoMatchSetCommandInput,
26
21
  UpdateGeoMatchSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
5
- export interface UpdateIPSetCommandOutput
6
- extends UpdateIPSetResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {}
8
6
  declare const UpdateIPSetCommand_base: {
9
7
  new (
10
- input: UpdateIPSetCommandInput
8
+ input: UpdateIPSetCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateIPSetCommandInput,
13
11
  UpdateIPSetCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateIPSetCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateIPSetCommandInput
17
+ input: UpdateIPSetCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateIPSetCommandInput,
22
20
  UpdateIPSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRateBasedRuleRequest,
4
- UpdateRateBasedRuleResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRateBasedRuleRequest, UpdateRateBasedRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRateBasedRuleCommandInput
8
- extends UpdateRateBasedRuleRequest {}
4
+ export interface UpdateRateBasedRuleCommandInput extends UpdateRateBasedRuleRequest {}
9
5
  export interface UpdateRateBasedRuleCommandOutput
10
- extends UpdateRateBasedRuleResponse,
11
- __MetadataBearer {}
6
+ extends UpdateRateBasedRuleResponse, __MetadataBearer {}
12
7
  declare const UpdateRateBasedRuleCommand_base: {
13
8
  new (
14
- input: UpdateRateBasedRuleCommandInput
9
+ input: UpdateRateBasedRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRateBasedRuleCommandInput,
17
12
  UpdateRateBasedRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRateBasedRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRateBasedRuleCommandInput
18
+ input: UpdateRateBasedRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRateBasedRuleCommandInput,
26
21
  UpdateRateBasedRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRegexMatchSetRequest,
4
- UpdateRegexMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRegexMatchSetRequest, UpdateRegexMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRegexMatchSetCommandInput
8
- extends UpdateRegexMatchSetRequest {}
4
+ export interface UpdateRegexMatchSetCommandInput extends UpdateRegexMatchSetRequest {}
9
5
  export interface UpdateRegexMatchSetCommandOutput
10
- extends UpdateRegexMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends UpdateRegexMatchSetResponse, __MetadataBearer {}
12
7
  declare const UpdateRegexMatchSetCommand_base: {
13
8
  new (
14
- input: UpdateRegexMatchSetCommandInput
9
+ input: UpdateRegexMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRegexMatchSetCommandInput,
17
12
  UpdateRegexMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRegexMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRegexMatchSetCommandInput
18
+ input: UpdateRegexMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRegexMatchSetCommandInput,
26
21
  UpdateRegexMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRegexPatternSetRequest,
4
- UpdateRegexPatternSetResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateRegexPatternSetCommandInput
8
- extends UpdateRegexPatternSetRequest {}
4
+ export interface UpdateRegexPatternSetCommandInput extends UpdateRegexPatternSetRequest {}
9
5
  export interface UpdateRegexPatternSetCommandOutput
10
- extends UpdateRegexPatternSetResponse,
11
- __MetadataBearer {}
6
+ extends UpdateRegexPatternSetResponse, __MetadataBearer {}
12
7
  declare const UpdateRegexPatternSetCommand_base: {
13
8
  new (
14
- input: UpdateRegexPatternSetCommandInput
9
+ input: UpdateRegexPatternSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateRegexPatternSetCommandInput,
17
12
  UpdateRegexPatternSetCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateRegexPatternSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateRegexPatternSetCommandInput
18
+ input: UpdateRegexPatternSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateRegexPatternSetCommandInput,
26
21
  UpdateRegexPatternSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateRuleRequest, UpdateRuleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateRuleCommandInput extends UpdateRuleRequest {}
5
- export interface UpdateRuleCommandOutput
6
- extends UpdateRuleResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataBearer {}
8
6
  declare const UpdateRuleCommand_base: {
9
7
  new (
10
- input: UpdateRuleCommandInput
8
+ input: UpdateRuleCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateRuleCommandInput,
13
11
  UpdateRuleCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateRuleCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateRuleCommandInput
17
+ input: UpdateRuleCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateRuleCommandInput,
22
20
  UpdateRuleCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateRuleGroupRequest,
4
- UpdateRuleGroupResponse,
5
- } from "../models/models_0";
2
+ import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {}
8
- export interface UpdateRuleGroupCommandOutput
9
- extends UpdateRuleGroupResponse,
10
- __MetadataBearer {}
5
+ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, __MetadataBearer {}
11
6
  declare const UpdateRuleGroupCommand_base: {
12
7
  new (
13
- input: UpdateRuleGroupCommandInput
8
+ input: UpdateRuleGroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  UpdateRuleGroupCommandInput,
16
11
  UpdateRuleGroupCommandOutput,
@@ -19,7 +14,7 @@ declare const UpdateRuleGroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: UpdateRuleGroupCommandInput
17
+ input: UpdateRuleGroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  UpdateRuleGroupCommandInput,
25
20
  UpdateRuleGroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateSizeConstraintSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateSizeConstraintSetCommandInput
8
- extends UpdateSizeConstraintSetRequest {}
7
+ export interface UpdateSizeConstraintSetCommandInput extends UpdateSizeConstraintSetRequest {}
9
8
  export interface UpdateSizeConstraintSetCommandOutput
10
- extends UpdateSizeConstraintSetResponse,
11
- __MetadataBearer {}
9
+ extends UpdateSizeConstraintSetResponse, __MetadataBearer {}
12
10
  declare const UpdateSizeConstraintSetCommand_base: {
13
11
  new (
14
- input: UpdateSizeConstraintSetCommandInput
12
+ input: UpdateSizeConstraintSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateSizeConstraintSetCommandInput,
17
15
  UpdateSizeConstraintSetCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateSizeConstraintSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateSizeConstraintSetCommandInput
21
+ input: UpdateSizeConstraintSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateSizeConstraintSetCommandInput,
26
24
  UpdateSizeConstraintSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  UpdateSqlInjectionMatchSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface UpdateSqlInjectionMatchSetCommandInput
8
- extends UpdateSqlInjectionMatchSetRequest {}
7
+ export interface UpdateSqlInjectionMatchSetCommandInput extends UpdateSqlInjectionMatchSetRequest {}
9
8
  export interface UpdateSqlInjectionMatchSetCommandOutput
10
- extends UpdateSqlInjectionMatchSetResponse,
11
- __MetadataBearer {}
9
+ extends UpdateSqlInjectionMatchSetResponse, __MetadataBearer {}
12
10
  declare const UpdateSqlInjectionMatchSetCommand_base: {
13
11
  new (
14
- input: UpdateSqlInjectionMatchSetCommandInput
12
+ input: UpdateSqlInjectionMatchSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  UpdateSqlInjectionMatchSetCommandInput,
17
15
  UpdateSqlInjectionMatchSetCommandOutput,
@@ -20,7 +18,7 @@ declare const UpdateSqlInjectionMatchSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: UpdateSqlInjectionMatchSetCommandInput
21
+ input: UpdateSqlInjectionMatchSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  UpdateSqlInjectionMatchSetCommandInput,
26
24
  UpdateSqlInjectionMatchSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateWebACLRequest, UpdateWebACLResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateWebACLCommandInput extends UpdateWebACLRequest {}
5
- export interface UpdateWebACLCommandOutput
6
- extends UpdateWebACLResponse,
7
- __MetadataBearer {}
5
+ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __MetadataBearer {}
8
6
  declare const UpdateWebACLCommand_base: {
9
7
  new (
10
- input: UpdateWebACLCommandInput
8
+ input: UpdateWebACLCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateWebACLCommandInput,
13
11
  UpdateWebACLCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateWebACLCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateWebACLCommandInput
17
+ input: UpdateWebACLCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateWebACLCommandInput,
22
20
  UpdateWebACLCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateXssMatchSetRequest,
4
- UpdateXssMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { UpdateXssMatchSetRequest, UpdateXssMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateXssMatchSetCommandInput
8
- extends UpdateXssMatchSetRequest {}
4
+ export interface UpdateXssMatchSetCommandInput extends UpdateXssMatchSetRequest {}
9
5
  export interface UpdateXssMatchSetCommandOutput
10
- extends UpdateXssMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends UpdateXssMatchSetResponse, __MetadataBearer {}
12
7
  declare const UpdateXssMatchSetCommand_base: {
13
8
  new (
14
- input: UpdateXssMatchSetCommandInput
9
+ input: UpdateXssMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateXssMatchSetCommandInput,
17
12
  UpdateXssMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateXssMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateXssMatchSetCommandInput
18
+ input: UpdateXssMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateXssMatchSetCommandInput,
26
21
  UpdateXssMatchSetCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface WAFExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -25,8 +25,7 @@ export declare const MatchFieldType: {
25
25
  readonly SINGLE_QUERY_ARG: "SINGLE_QUERY_ARG";
26
26
  readonly URI: "URI";
27
27
  };
28
- export type MatchFieldType =
29
- (typeof MatchFieldType)[keyof typeof MatchFieldType];
28
+ export type MatchFieldType = (typeof MatchFieldType)[keyof typeof MatchFieldType];
30
29
  export declare const PositionalConstraint: {
31
30
  readonly CONTAINS: "CONTAINS";
32
31
  readonly CONTAINS_WORD: "CONTAINS_WORD";
@@ -34,8 +33,7 @@ export declare const PositionalConstraint: {
34
33
  readonly EXACTLY: "EXACTLY";
35
34
  readonly STARTS_WITH: "STARTS_WITH";
36
35
  };
37
- export type PositionalConstraint =
38
- (typeof PositionalConstraint)[keyof typeof PositionalConstraint];
36
+ export type PositionalConstraint = (typeof PositionalConstraint)[keyof typeof PositionalConstraint];
39
37
  export declare const TextTransformation: {
40
38
  readonly CMD_LINE: "CMD_LINE";
41
39
  readonly COMPRESS_WHITE_SPACE: "COMPRESS_WHITE_SPACE";
@@ -44,8 +42,7 @@ export declare const TextTransformation: {
44
42
  readonly NONE: "NONE";
45
43
  readonly URL_DECODE: "URL_DECODE";
46
44
  };
47
- export type TextTransformation =
48
- (typeof TextTransformation)[keyof typeof TextTransformation];
45
+ export type TextTransformation = (typeof TextTransformation)[keyof typeof TextTransformation];
49
46
  export declare const ParameterExceptionField: {
50
47
  readonly BYTE_MATCH_FIELD_TYPE: "BYTE_MATCH_FIELD_TYPE";
51
48
  readonly BYTE_MATCH_POSITIONAL_CONSTRAINT: "BYTE_MATCH_POSITIONAL_CONSTRAINT";
@@ -338,8 +335,7 @@ export declare const IPSetDescriptorType: {
338
335
  readonly IPV4: "IPV4";
339
336
  readonly IPV6: "IPV6";
340
337
  };
341
- export type IPSetDescriptorType =
342
- (typeof IPSetDescriptorType)[keyof typeof IPSetDescriptorType];
338
+ export type IPSetDescriptorType = (typeof IPSetDescriptorType)[keyof typeof IPSetDescriptorType];
343
339
  export declare const RateKey: {
344
340
  readonly IP: "IP";
345
341
  };
@@ -362,8 +358,7 @@ export declare const ComparisonOperator: {
362
358
  readonly LT: "LT";
363
359
  readonly NE: "NE";
364
360
  };
365
- export type ComparisonOperator =
366
- (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
361
+ export type ComparisonOperator = (typeof ComparisonOperator)[keyof typeof ComparisonOperator];
367
362
  export declare const MigrationErrorType: {
368
363
  readonly ENTITY_NOT_FOUND: "ENTITY_NOT_FOUND";
369
364
  readonly ENTITY_NOT_SUPPORTED: "ENTITY_NOT_SUPPORTED";
@@ -373,15 +368,13 @@ export declare const MigrationErrorType: {
373
368
  readonly S3_BUCKET_NO_PERMISSION: "S3_BUCKET_NO_PERMISSION";
374
369
  readonly S3_INTERNAL_ERROR: "S3_INTERNAL_ERROR";
375
370
  };
376
- export type MigrationErrorType =
377
- (typeof MigrationErrorType)[keyof typeof MigrationErrorType];
371
+ export type MigrationErrorType = (typeof MigrationErrorType)[keyof typeof MigrationErrorType];
378
372
  export declare const ChangeTokenStatus: {
379
373
  readonly INSYNC: "INSYNC";
380
374
  readonly PENDING: "PENDING";
381
375
  readonly PROVISIONED: "PROVISIONED";
382
376
  };
383
- export type ChangeTokenStatus =
384
- (typeof ChangeTokenStatus)[keyof typeof ChangeTokenStatus];
377
+ export type ChangeTokenStatus = (typeof ChangeTokenStatus)[keyof typeof ChangeTokenStatus];
385
378
  export declare const ChangeAction: {
386
379
  readonly DELETE: "DELETE";
387
380
  readonly INSERT: "INSERT";