@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
@@ -4,14 +4,12 @@ import {
4
4
  CreateWebACLMigrationStackResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface CreateWebACLMigrationStackCommandInput
8
- extends CreateWebACLMigrationStackRequest {}
7
+ export interface CreateWebACLMigrationStackCommandInput extends CreateWebACLMigrationStackRequest {}
9
8
  export interface CreateWebACLMigrationStackCommandOutput
10
- extends CreateWebACLMigrationStackResponse,
11
- __MetadataBearer {}
9
+ extends CreateWebACLMigrationStackResponse, __MetadataBearer {}
12
10
  declare const CreateWebACLMigrationStackCommand_base: {
13
11
  new (
14
- input: CreateWebACLMigrationStackCommandInput
12
+ input: CreateWebACLMigrationStackCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  CreateWebACLMigrationStackCommandInput,
17
15
  CreateWebACLMigrationStackCommandOutput,
@@ -20,7 +18,7 @@ declare const CreateWebACLMigrationStackCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: CreateWebACLMigrationStackCommandInput
21
+ input: CreateWebACLMigrationStackCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  CreateWebACLMigrationStackCommandInput,
26
24
  CreateWebACLMigrationStackCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateXssMatchSetRequest,
4
- CreateXssMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { CreateXssMatchSetRequest, CreateXssMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateXssMatchSetCommandInput
8
- extends CreateXssMatchSetRequest {}
4
+ export interface CreateXssMatchSetCommandInput extends CreateXssMatchSetRequest {}
9
5
  export interface CreateXssMatchSetCommandOutput
10
- extends CreateXssMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends CreateXssMatchSetResponse, __MetadataBearer {}
12
7
  declare const CreateXssMatchSetCommand_base: {
13
8
  new (
14
- input: CreateXssMatchSetCommandInput
9
+ input: CreateXssMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateXssMatchSetCommandInput,
17
12
  CreateXssMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateXssMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateXssMatchSetCommandInput
18
+ input: CreateXssMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateXssMatchSetCommandInput,
26
21
  CreateXssMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteByteMatchSetRequest,
4
- DeleteByteMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteByteMatchSetCommandInput
8
- extends DeleteByteMatchSetRequest {}
4
+ export interface DeleteByteMatchSetCommandInput extends DeleteByteMatchSetRequest {}
9
5
  export interface DeleteByteMatchSetCommandOutput
10
- extends DeleteByteMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteByteMatchSetResponse, __MetadataBearer {}
12
7
  declare const DeleteByteMatchSetCommand_base: {
13
8
  new (
14
- input: DeleteByteMatchSetCommandInput
9
+ input: DeleteByteMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteByteMatchSetCommandInput,
17
12
  DeleteByteMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteByteMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteByteMatchSetCommandInput
18
+ input: DeleteByteMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteByteMatchSetCommandInput,
26
21
  DeleteByteMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteGeoMatchSetRequest,
4
- DeleteGeoMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteGeoMatchSetRequest, DeleteGeoMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteGeoMatchSetCommandInput
8
- extends DeleteGeoMatchSetRequest {}
4
+ export interface DeleteGeoMatchSetCommandInput extends DeleteGeoMatchSetRequest {}
9
5
  export interface DeleteGeoMatchSetCommandOutput
10
- extends DeleteGeoMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteGeoMatchSetResponse, __MetadataBearer {}
12
7
  declare const DeleteGeoMatchSetCommand_base: {
13
8
  new (
14
- input: DeleteGeoMatchSetCommandInput
9
+ input: DeleteGeoMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteGeoMatchSetCommandInput,
17
12
  DeleteGeoMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteGeoMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteGeoMatchSetCommandInput
18
+ input: DeleteGeoMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteGeoMatchSetCommandInput,
26
21
  DeleteGeoMatchSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {}
5
- export interface DeleteIPSetCommandOutput
6
- extends DeleteIPSetResponse,
7
- __MetadataBearer {}
5
+ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __MetadataBearer {}
8
6
  declare const DeleteIPSetCommand_base: {
9
7
  new (
10
- input: DeleteIPSetCommandInput
8
+ input: DeleteIPSetCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteIPSetCommandInput,
13
11
  DeleteIPSetCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteIPSetCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteIPSetCommandInput
17
+ input: DeleteIPSetCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteIPSetCommandInput,
22
20
  DeleteIPSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteLoggingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteLoggingConfigurationCommandInput
8
- extends DeleteLoggingConfigurationRequest {}
7
+ export interface DeleteLoggingConfigurationCommandInput extends DeleteLoggingConfigurationRequest {}
9
8
  export interface DeleteLoggingConfigurationCommandOutput
10
- extends DeleteLoggingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends DeleteLoggingConfigurationResponse, __MetadataBearer {}
12
10
  declare const DeleteLoggingConfigurationCommand_base: {
13
11
  new (
14
- input: DeleteLoggingConfigurationCommandInput
12
+ input: DeleteLoggingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteLoggingConfigurationCommandInput,
17
15
  DeleteLoggingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteLoggingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteLoggingConfigurationCommandInput
21
+ input: DeleteLoggingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteLoggingConfigurationCommandInput,
26
24
  DeleteLoggingConfigurationCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeletePermissionPolicyRequest,
4
- DeletePermissionPolicyResponse,
5
- } from "../models/models_0";
2
+ import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeletePermissionPolicyCommandInput
8
- extends DeletePermissionPolicyRequest {}
4
+ export interface DeletePermissionPolicyCommandInput extends DeletePermissionPolicyRequest {}
9
5
  export interface DeletePermissionPolicyCommandOutput
10
- extends DeletePermissionPolicyResponse,
11
- __MetadataBearer {}
6
+ extends DeletePermissionPolicyResponse, __MetadataBearer {}
12
7
  declare const DeletePermissionPolicyCommand_base: {
13
8
  new (
14
- input: DeletePermissionPolicyCommandInput
9
+ input: DeletePermissionPolicyCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeletePermissionPolicyCommandInput,
17
12
  DeletePermissionPolicyCommandOutput,
@@ -20,7 +15,7 @@ declare const DeletePermissionPolicyCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeletePermissionPolicyCommandInput
18
+ input: DeletePermissionPolicyCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeletePermissionPolicyCommandInput,
26
21
  DeletePermissionPolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRateBasedRuleRequest,
4
- DeleteRateBasedRuleResponse,
5
- } from "../models/models_0";
2
+ import { DeleteRateBasedRuleRequest, DeleteRateBasedRuleResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteRateBasedRuleCommandInput
8
- extends DeleteRateBasedRuleRequest {}
4
+ export interface DeleteRateBasedRuleCommandInput extends DeleteRateBasedRuleRequest {}
9
5
  export interface DeleteRateBasedRuleCommandOutput
10
- extends DeleteRateBasedRuleResponse,
11
- __MetadataBearer {}
6
+ extends DeleteRateBasedRuleResponse, __MetadataBearer {}
12
7
  declare const DeleteRateBasedRuleCommand_base: {
13
8
  new (
14
- input: DeleteRateBasedRuleCommandInput
9
+ input: DeleteRateBasedRuleCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteRateBasedRuleCommandInput,
17
12
  DeleteRateBasedRuleCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteRateBasedRuleCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteRateBasedRuleCommandInput
18
+ input: DeleteRateBasedRuleCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteRateBasedRuleCommandInput,
26
21
  DeleteRateBasedRuleCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRegexMatchSetRequest,
4
- DeleteRegexMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteRegexMatchSetRequest, DeleteRegexMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteRegexMatchSetCommandInput
8
- extends DeleteRegexMatchSetRequest {}
4
+ export interface DeleteRegexMatchSetCommandInput extends DeleteRegexMatchSetRequest {}
9
5
  export interface DeleteRegexMatchSetCommandOutput
10
- extends DeleteRegexMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteRegexMatchSetResponse, __MetadataBearer {}
12
7
  declare const DeleteRegexMatchSetCommand_base: {
13
8
  new (
14
- input: DeleteRegexMatchSetCommandInput
9
+ input: DeleteRegexMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteRegexMatchSetCommandInput,
17
12
  DeleteRegexMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteRegexMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteRegexMatchSetCommandInput
18
+ input: DeleteRegexMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteRegexMatchSetCommandInput,
26
21
  DeleteRegexMatchSetCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRegexPatternSetRequest,
4
- DeleteRegexPatternSetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteRegexPatternSetCommandInput
8
- extends DeleteRegexPatternSetRequest {}
4
+ export interface DeleteRegexPatternSetCommandInput extends DeleteRegexPatternSetRequest {}
9
5
  export interface DeleteRegexPatternSetCommandOutput
10
- extends DeleteRegexPatternSetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteRegexPatternSetResponse, __MetadataBearer {}
12
7
  declare const DeleteRegexPatternSetCommand_base: {
13
8
  new (
14
- input: DeleteRegexPatternSetCommandInput
9
+ input: DeleteRegexPatternSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteRegexPatternSetCommandInput,
17
12
  DeleteRegexPatternSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteRegexPatternSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteRegexPatternSetCommandInput
18
+ input: DeleteRegexPatternSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteRegexPatternSetCommandInput,
26
21
  DeleteRegexPatternSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteRuleCommandInput extends DeleteRuleRequest {}
5
- export interface DeleteRuleCommandOutput
6
- extends DeleteRuleResponse,
7
- __MetadataBearer {}
5
+ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataBearer {}
8
6
  declare const DeleteRuleCommand_base: {
9
7
  new (
10
- input: DeleteRuleCommandInput
8
+ input: DeleteRuleCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteRuleCommandInput,
13
11
  DeleteRuleCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteRuleCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteRuleCommandInput
17
+ input: DeleteRuleCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteRuleCommandInput,
22
20
  DeleteRuleCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteRuleGroupRequest,
4
- DeleteRuleGroupResponse,
5
- } from "../models/models_0";
2
+ import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
8
- export interface DeleteRuleGroupCommandOutput
9
- extends DeleteRuleGroupResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, __MetadataBearer {}
11
6
  declare const DeleteRuleGroupCommand_base: {
12
7
  new (
13
- input: DeleteRuleGroupCommandInput
8
+ input: DeleteRuleGroupCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteRuleGroupCommandInput,
16
11
  DeleteRuleGroupCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteRuleGroupCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteRuleGroupCommandInput
17
+ input: DeleteRuleGroupCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteRuleGroupCommandInput,
25
20
  DeleteRuleGroupCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteSizeConstraintSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteSizeConstraintSetCommandInput
8
- extends DeleteSizeConstraintSetRequest {}
7
+ export interface DeleteSizeConstraintSetCommandInput extends DeleteSizeConstraintSetRequest {}
9
8
  export interface DeleteSizeConstraintSetCommandOutput
10
- extends DeleteSizeConstraintSetResponse,
11
- __MetadataBearer {}
9
+ extends DeleteSizeConstraintSetResponse, __MetadataBearer {}
12
10
  declare const DeleteSizeConstraintSetCommand_base: {
13
11
  new (
14
- input: DeleteSizeConstraintSetCommandInput
12
+ input: DeleteSizeConstraintSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteSizeConstraintSetCommandInput,
17
15
  DeleteSizeConstraintSetCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteSizeConstraintSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteSizeConstraintSetCommandInput
21
+ input: DeleteSizeConstraintSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteSizeConstraintSetCommandInput,
26
24
  DeleteSizeConstraintSetCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteSqlInjectionMatchSetResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteSqlInjectionMatchSetCommandInput
8
- extends DeleteSqlInjectionMatchSetRequest {}
7
+ export interface DeleteSqlInjectionMatchSetCommandInput extends DeleteSqlInjectionMatchSetRequest {}
9
8
  export interface DeleteSqlInjectionMatchSetCommandOutput
10
- extends DeleteSqlInjectionMatchSetResponse,
11
- __MetadataBearer {}
9
+ extends DeleteSqlInjectionMatchSetResponse, __MetadataBearer {}
12
10
  declare const DeleteSqlInjectionMatchSetCommand_base: {
13
11
  new (
14
- input: DeleteSqlInjectionMatchSetCommandInput
12
+ input: DeleteSqlInjectionMatchSetCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteSqlInjectionMatchSetCommandInput,
17
15
  DeleteSqlInjectionMatchSetCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteSqlInjectionMatchSetCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteSqlInjectionMatchSetCommandInput
21
+ input: DeleteSqlInjectionMatchSetCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteSqlInjectionMatchSetCommandInput,
26
24
  DeleteSqlInjectionMatchSetCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DeleteWebACLCommandInput extends DeleteWebACLRequest {}
5
- export interface DeleteWebACLCommandOutput
6
- extends DeleteWebACLResponse,
7
- __MetadataBearer {}
5
+ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __MetadataBearer {}
8
6
  declare const DeleteWebACLCommand_base: {
9
7
  new (
10
- input: DeleteWebACLCommandInput
8
+ input: DeleteWebACLCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteWebACLCommandInput,
13
11
  DeleteWebACLCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteWebACLCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteWebACLCommandInput
17
+ input: DeleteWebACLCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteWebACLCommandInput,
22
20
  DeleteWebACLCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteXssMatchSetRequest,
4
- DeleteXssMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { DeleteXssMatchSetRequest, DeleteXssMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface DeleteXssMatchSetCommandInput
8
- extends DeleteXssMatchSetRequest {}
4
+ export interface DeleteXssMatchSetCommandInput extends DeleteXssMatchSetRequest {}
9
5
  export interface DeleteXssMatchSetCommandOutput
10
- extends DeleteXssMatchSetResponse,
11
- __MetadataBearer {}
6
+ extends DeleteXssMatchSetResponse, __MetadataBearer {}
12
7
  declare const DeleteXssMatchSetCommand_base: {
13
8
  new (
14
- input: DeleteXssMatchSetCommandInput
9
+ input: DeleteXssMatchSetCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  DeleteXssMatchSetCommandInput,
17
12
  DeleteXssMatchSetCommandOutput,
@@ -20,7 +15,7 @@ declare const DeleteXssMatchSetCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: DeleteXssMatchSetCommandInput
18
+ input: DeleteXssMatchSetCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  DeleteXssMatchSetCommandInput,
26
21
  DeleteXssMatchSetCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetByteMatchSetRequest,
4
- GetByteMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { GetByteMatchSetRequest, GetByteMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetByteMatchSetCommandInput extends GetByteMatchSetRequest {}
8
- export interface GetByteMatchSetCommandOutput
9
- extends GetByteMatchSetResponse,
10
- __MetadataBearer {}
5
+ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, __MetadataBearer {}
11
6
  declare const GetByteMatchSetCommand_base: {
12
7
  new (
13
- input: GetByteMatchSetCommandInput
8
+ input: GetByteMatchSetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetByteMatchSetCommandInput,
16
11
  GetByteMatchSetCommandOutput,
@@ -19,7 +14,7 @@ declare const GetByteMatchSetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetByteMatchSetCommandInput
17
+ input: GetByteMatchSetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetByteMatchSetCommandInput,
25
20
  GetByteMatchSetCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetChangeTokenRequest,
4
- GetChangeTokenResponse,
5
- } from "../models/models_0";
2
+ import { GetChangeTokenRequest, GetChangeTokenResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetChangeTokenCommandInput extends GetChangeTokenRequest {}
8
- export interface GetChangeTokenCommandOutput
9
- extends GetChangeTokenResponse,
10
- __MetadataBearer {}
5
+ export interface GetChangeTokenCommandOutput extends GetChangeTokenResponse, __MetadataBearer {}
11
6
  declare const GetChangeTokenCommand_base: {
12
7
  new (
13
- input: GetChangeTokenCommandInput
8
+ input: GetChangeTokenCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetChangeTokenCommandInput,
16
11
  GetChangeTokenCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetChangeTokenStatusRequest,
4
- GetChangeTokenStatusResponse,
5
- } from "../models/models_0";
2
+ import { GetChangeTokenStatusRequest, GetChangeTokenStatusResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetChangeTokenStatusCommandInput
8
- extends GetChangeTokenStatusRequest {}
4
+ export interface GetChangeTokenStatusCommandInput extends GetChangeTokenStatusRequest {}
9
5
  export interface GetChangeTokenStatusCommandOutput
10
- extends GetChangeTokenStatusResponse,
11
- __MetadataBearer {}
6
+ extends GetChangeTokenStatusResponse, __MetadataBearer {}
12
7
  declare const GetChangeTokenStatusCommand_base: {
13
8
  new (
14
- input: GetChangeTokenStatusCommandInput
9
+ input: GetChangeTokenStatusCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetChangeTokenStatusCommandInput,
17
12
  GetChangeTokenStatusCommandOutput,
@@ -20,7 +15,7 @@ declare const GetChangeTokenStatusCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetChangeTokenStatusCommandInput
18
+ input: GetChangeTokenStatusCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetChangeTokenStatusCommandInput,
26
21
  GetChangeTokenStatusCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetGeoMatchSetRequest,
4
- GetGeoMatchSetResponse,
5
- } from "../models/models_0";
2
+ import { GetGeoMatchSetRequest, GetGeoMatchSetResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetGeoMatchSetCommandInput extends GetGeoMatchSetRequest {}
8
- export interface GetGeoMatchSetCommandOutput
9
- extends GetGeoMatchSetResponse,
10
- __MetadataBearer {}
5
+ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __MetadataBearer {}
11
6
  declare const GetGeoMatchSetCommand_base: {
12
7
  new (
13
- input: GetGeoMatchSetCommandInput
8
+ input: GetGeoMatchSetCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetGeoMatchSetCommandInput,
16
11
  GetGeoMatchSetCommandOutput,
@@ -19,7 +14,7 @@ declare const GetGeoMatchSetCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetGeoMatchSetCommandInput
17
+ input: GetGeoMatchSetCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetGeoMatchSetCommandInput,
25
20
  GetGeoMatchSetCommandOutput,
@@ -2,18 +2,20 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetIPSetCommandInput extends GetIPSetRequest {}
5
- export interface GetIPSetCommandOutput
6
- extends GetIPSetResponse,
7
- __MetadataBearer {}
5
+ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBearer {}
8
6
  declare const GetIPSetCommand_base: {
9
- new (input: GetIPSetCommandInput): import("@smithy/core/client").CommandImpl<
7
+ new (
8
+ input: GetIPSetCommandInput,
9
+ ): import("@smithy/core/client").CommandImpl<
10
10
  GetIPSetCommandInput,
11
11
  GetIPSetCommandOutput,
12
12
  import("..").WAFClientResolvedConfig,
13
13
  import("..").ServiceInputTypes,
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
- new (input: GetIPSetCommandInput): import("@smithy/core/client").CommandImpl<
16
+ new (
17
+ input: GetIPSetCommandInput,
18
+ ): import("@smithy/core/client").CommandImpl<
17
19
  GetIPSetCommandInput,
18
20
  GetIPSetCommandOutput,
19
21
  import("..").WAFClientResolvedConfig,
@@ -4,14 +4,12 @@ import {
4
4
  GetLoggingConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetLoggingConfigurationCommandInput
8
- extends GetLoggingConfigurationRequest {}
7
+ export interface GetLoggingConfigurationCommandInput extends GetLoggingConfigurationRequest {}
9
8
  export interface GetLoggingConfigurationCommandOutput
10
- extends GetLoggingConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends GetLoggingConfigurationResponse, __MetadataBearer {}
12
10
  declare const GetLoggingConfigurationCommand_base: {
13
11
  new (
14
- input: GetLoggingConfigurationCommandInput
12
+ input: GetLoggingConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetLoggingConfigurationCommandInput,
17
15
  GetLoggingConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const GetLoggingConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetLoggingConfigurationCommandInput
21
+ input: GetLoggingConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetLoggingConfigurationCommandInput,
26
24
  GetLoggingConfigurationCommandOutput,