@aws-sdk/client-waf 3.50.0 → 3.51.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 (91) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WAF.d.ts +390 -0
  3. package/dist-types/ts3.4/WAFClient.d.ts +150 -0
  4. package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +17 -0
  5. package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +17 -0
  6. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +17 -0
  7. package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +17 -0
  8. package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +17 -0
  9. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +17 -0
  10. package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +17 -0
  11. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +17 -0
  12. package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +17 -0
  13. package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +17 -0
  14. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +17 -0
  15. package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +17 -0
  16. package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +17 -0
  17. package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +17 -0
  18. package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +17 -0
  19. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +17 -0
  20. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +17 -0
  21. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +17 -0
  22. package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +17 -0
  23. package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +17 -0
  24. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +17 -0
  25. package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +17 -0
  26. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +17 -0
  27. package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +17 -0
  28. package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +17 -0
  29. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +17 -0
  30. package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +17 -0
  31. package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +17 -0
  32. package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +17 -0
  33. package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +17 -0
  34. package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +17 -0
  35. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +17 -0
  36. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +17 -0
  37. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +17 -0
  38. package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +17 -0
  39. package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +17 -0
  40. package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +17 -0
  41. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +17 -0
  42. package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +17 -0
  43. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +17 -0
  44. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +17 -0
  45. package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +17 -0
  46. package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +17 -0
  47. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +17 -0
  48. package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +17 -0
  49. package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +17 -0
  50. package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +17 -0
  51. package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +17 -0
  52. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +17 -0
  53. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +17 -0
  54. package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +17 -0
  55. package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +17 -0
  56. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +17 -0
  57. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +17 -0
  58. package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +17 -0
  59. package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +17 -0
  60. package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +17 -0
  61. package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +17 -0
  62. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +17 -0
  63. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +17 -0
  64. package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +17 -0
  65. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +17 -0
  66. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +17 -0
  67. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +17 -0
  68. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +17 -0
  69. package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +17 -0
  70. package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +17 -0
  71. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +17 -0
  72. package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +17 -0
  73. package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +17 -0
  74. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +17 -0
  75. package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +17 -0
  76. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +17 -0
  77. package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +17 -0
  78. package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +17 -0
  79. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +17 -0
  80. package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +17 -0
  81. package/dist-types/ts3.4/commands/index.d.ts +77 -0
  82. package/dist-types/ts3.4/endpoints.d.ts +2 -0
  83. package/dist-types/ts3.4/index.d.ts +4 -0
  84. package/dist-types/ts3.4/models/index.d.ts +1 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +2631 -0
  86. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +233 -0
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +38 -0
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +38 -0
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +37 -0
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -0
  91. package/package.json +8 -8
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateGeoMatchSetRequest, CreateGeoMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateGeoMatchSetCommandInput extends CreateGeoMatchSetRequest {
6
+ }
7
+ export interface CreateGeoMatchSetCommandOutput extends CreateGeoMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateGeoMatchSetCommand extends $Command<CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateGeoMatchSetCommandInput;
12
+ constructor(input: CreateGeoMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateGeoMatchSetCommandInput, CreateGeoMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateIPSetCommandInput extends CreateIPSetRequest {
6
+ }
7
+ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateIPSetCommand extends $Command<CreateIPSetCommandInput, CreateIPSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateIPSetCommandInput;
12
+ constructor(input: CreateIPSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRateBasedRuleRequest, CreateRateBasedRuleResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateRateBasedRuleCommandInput extends CreateRateBasedRuleRequest {
6
+ }
7
+ export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRateBasedRuleCommand extends $Command<CreateRateBasedRuleCommandInput, CreateRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateRateBasedRuleCommandInput;
12
+ constructor(input: CreateRateBasedRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRateBasedRuleCommandInput, CreateRateBasedRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRegexMatchSetRequest, CreateRegexMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateRegexMatchSetCommandInput extends CreateRegexMatchSetRequest {
6
+ }
7
+ export interface CreateRegexMatchSetCommandOutput extends CreateRegexMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRegexMatchSetCommand extends $Command<CreateRegexMatchSetCommandInput, CreateRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateRegexMatchSetCommandInput;
12
+ constructor(input: CreateRegexMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegexMatchSetCommandInput, CreateRegexMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRegexPatternSetRequest, CreateRegexPatternSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateRegexPatternSetCommandInput extends CreateRegexPatternSetRequest {
6
+ }
7
+ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRegexPatternSetCommand extends $Command<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateRegexPatternSetCommandInput;
12
+ constructor(input: CreateRegexPatternSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRuleRequest, CreateRuleResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateRuleCommandInput extends CreateRuleRequest {
6
+ }
7
+ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRuleCommand extends $Command<CreateRuleCommandInput, CreateRuleCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateRuleCommandInput;
12
+ constructor(input: CreateRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleCommandInput, CreateRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {
6
+ }
7
+ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateRuleGroupCommand extends $Command<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateRuleGroupCommandInput;
12
+ constructor(input: CreateRuleGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateSizeConstraintSetRequest, CreateSizeConstraintSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateSizeConstraintSetCommandInput extends CreateSizeConstraintSetRequest {
6
+ }
7
+ export interface CreateSizeConstraintSetCommandOutput extends CreateSizeConstraintSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateSizeConstraintSetCommand extends $Command<CreateSizeConstraintSetCommandInput, CreateSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateSizeConstraintSetCommandInput;
12
+ constructor(input: CreateSizeConstraintSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSizeConstraintSetCommandInput, CreateSizeConstraintSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateSqlInjectionMatchSetRequest, CreateSqlInjectionMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateSqlInjectionMatchSetCommandInput extends CreateSqlInjectionMatchSetRequest {
6
+ }
7
+ export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInjectionMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateSqlInjectionMatchSetCommand extends $Command<CreateSqlInjectionMatchSetCommandInput, CreateSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateSqlInjectionMatchSetCommandInput;
12
+ constructor(input: CreateSqlInjectionMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateSqlInjectionMatchSetCommandInput, CreateSqlInjectionMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateWebACLCommandInput extends CreateWebACLRequest {
6
+ }
7
+ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateWebACLCommand extends $Command<CreateWebACLCommandInput, CreateWebACLCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateWebACLCommandInput;
12
+ constructor(input: CreateWebACLCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateWebACLMigrationStackRequest, CreateWebACLMigrationStackResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateWebACLMigrationStackCommandInput extends CreateWebACLMigrationStackRequest {
6
+ }
7
+ export interface CreateWebACLMigrationStackCommandOutput extends CreateWebACLMigrationStackResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateWebACLMigrationStackCommand extends $Command<CreateWebACLMigrationStackCommandInput, CreateWebACLMigrationStackCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateWebACLMigrationStackCommandInput;
12
+ constructor(input: CreateWebACLMigrationStackCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebACLMigrationStackCommandInput, CreateWebACLMigrationStackCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { CreateXssMatchSetRequest, CreateXssMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface CreateXssMatchSetCommandInput extends CreateXssMatchSetRequest {
6
+ }
7
+ export interface CreateXssMatchSetCommandOutput extends CreateXssMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class CreateXssMatchSetCommand extends $Command<CreateXssMatchSetCommandInput, CreateXssMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: CreateXssMatchSetCommandInput;
12
+ constructor(input: CreateXssMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateXssMatchSetCommandInput, CreateXssMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteByteMatchSetRequest, DeleteByteMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteByteMatchSetCommandInput extends DeleteByteMatchSetRequest {
6
+ }
7
+ export interface DeleteByteMatchSetCommandOutput extends DeleteByteMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteByteMatchSetCommand extends $Command<DeleteByteMatchSetCommandInput, DeleteByteMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteByteMatchSetCommandInput;
12
+ constructor(input: DeleteByteMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteByteMatchSetCommandInput, DeleteByteMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteGeoMatchSetRequest, DeleteGeoMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteGeoMatchSetCommandInput extends DeleteGeoMatchSetRequest {
6
+ }
7
+ export interface DeleteGeoMatchSetCommandOutput extends DeleteGeoMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteGeoMatchSetCommand extends $Command<DeleteGeoMatchSetCommandInput, DeleteGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteGeoMatchSetCommandInput;
12
+ constructor(input: DeleteGeoMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteGeoMatchSetCommandInput, DeleteGeoMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {
6
+ }
7
+ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteIPSetCommand extends $Command<DeleteIPSetCommandInput, DeleteIPSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteIPSetCommandInput;
12
+ constructor(input: DeleteIPSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteLoggingConfigurationRequest, DeleteLoggingConfigurationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteLoggingConfigurationCommandInput extends DeleteLoggingConfigurationRequest {
6
+ }
7
+ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteLoggingConfigurationCommand extends $Command<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteLoggingConfigurationCommandInput;
12
+ constructor(input: DeleteLoggingConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeletePermissionPolicyRequest, DeletePermissionPolicyResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeletePermissionPolicyCommandInput extends DeletePermissionPolicyRequest {
6
+ }
7
+ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeletePermissionPolicyCommand extends $Command<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeletePermissionPolicyCommandInput;
12
+ constructor(input: DeletePermissionPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteRateBasedRuleRequest, DeleteRateBasedRuleResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteRateBasedRuleCommandInput extends DeleteRateBasedRuleRequest {
6
+ }
7
+ export interface DeleteRateBasedRuleCommandOutput extends DeleteRateBasedRuleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRateBasedRuleCommand extends $Command<DeleteRateBasedRuleCommandInput, DeleteRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteRateBasedRuleCommandInput;
12
+ constructor(input: DeleteRateBasedRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRateBasedRuleCommandInput, DeleteRateBasedRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteRegexMatchSetRequest, DeleteRegexMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteRegexMatchSetCommandInput extends DeleteRegexMatchSetRequest {
6
+ }
7
+ export interface DeleteRegexMatchSetCommandOutput extends DeleteRegexMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRegexMatchSetCommand extends $Command<DeleteRegexMatchSetCommandInput, DeleteRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteRegexMatchSetCommandInput;
12
+ constructor(input: DeleteRegexMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegexMatchSetCommandInput, DeleteRegexMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteRegexPatternSetRequest, DeleteRegexPatternSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteRegexPatternSetCommandInput extends DeleteRegexPatternSetRequest {
6
+ }
7
+ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteRegexPatternSetCommandInput;
12
+ constructor(input: DeleteRegexPatternSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteRuleRequest, DeleteRuleResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteRuleCommandInput extends DeleteRuleRequest {
6
+ }
7
+ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteRuleCommandInput;
12
+ constructor(input: DeleteRuleCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleCommandInput, DeleteRuleCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {
6
+ }
7
+ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteRuleGroupCommandInput;
12
+ constructor(input: DeleteRuleGroupCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteSizeConstraintSetRequest, DeleteSizeConstraintSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteSizeConstraintSetCommandInput extends DeleteSizeConstraintSetRequest {
6
+ }
7
+ export interface DeleteSizeConstraintSetCommandOutput extends DeleteSizeConstraintSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSizeConstraintSetCommand extends $Command<DeleteSizeConstraintSetCommandInput, DeleteSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteSizeConstraintSetCommandInput;
12
+ constructor(input: DeleteSizeConstraintSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSizeConstraintSetCommandInput, DeleteSizeConstraintSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteSqlInjectionMatchSetRequest, DeleteSqlInjectionMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteSqlInjectionMatchSetCommandInput extends DeleteSqlInjectionMatchSetRequest {
6
+ }
7
+ export interface DeleteSqlInjectionMatchSetCommandOutput extends DeleteSqlInjectionMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteSqlInjectionMatchSetCommand extends $Command<DeleteSqlInjectionMatchSetCommandInput, DeleteSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteSqlInjectionMatchSetCommandInput;
12
+ constructor(input: DeleteSqlInjectionMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteSqlInjectionMatchSetCommandInput, DeleteSqlInjectionMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteWebACLCommandInput extends DeleteWebACLRequest {
6
+ }
7
+ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteWebACLCommandInput;
12
+ constructor(input: DeleteWebACLCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebACLCommandInput, DeleteWebACLCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { DeleteXssMatchSetRequest, DeleteXssMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface DeleteXssMatchSetCommandInput extends DeleteXssMatchSetRequest {
6
+ }
7
+ export interface DeleteXssMatchSetCommandOutput extends DeleteXssMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class DeleteXssMatchSetCommand extends $Command<DeleteXssMatchSetCommandInput, DeleteXssMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: DeleteXssMatchSetCommandInput;
12
+ constructor(input: DeleteXssMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteXssMatchSetCommandInput, DeleteXssMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetByteMatchSetRequest, GetByteMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface GetByteMatchSetCommandInput extends GetByteMatchSetRequest {
6
+ }
7
+ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetByteMatchSetCommand extends $Command<GetByteMatchSetCommandInput, GetByteMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: GetByteMatchSetCommandInput;
12
+ constructor(input: GetByteMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetByteMatchSetCommandInput, GetByteMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetChangeTokenRequest, GetChangeTokenResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface GetChangeTokenCommandInput extends GetChangeTokenRequest {
6
+ }
7
+ export interface GetChangeTokenCommandOutput extends GetChangeTokenResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetChangeTokenCommand extends $Command<GetChangeTokenCommandInput, GetChangeTokenCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: GetChangeTokenCommandInput;
12
+ constructor(input: GetChangeTokenCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChangeTokenCommandInput, GetChangeTokenCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetChangeTokenStatusRequest, GetChangeTokenStatusResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface GetChangeTokenStatusCommandInput extends GetChangeTokenStatusRequest {
6
+ }
7
+ export interface GetChangeTokenStatusCommandOutput extends GetChangeTokenStatusResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetChangeTokenStatusCommand extends $Command<GetChangeTokenStatusCommandInput, GetChangeTokenStatusCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: GetChangeTokenStatusCommandInput;
12
+ constructor(input: GetChangeTokenStatusCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetChangeTokenStatusCommandInput, GetChangeTokenStatusCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetGeoMatchSetRequest, GetGeoMatchSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface GetGeoMatchSetCommandInput extends GetGeoMatchSetRequest {
6
+ }
7
+ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetGeoMatchSetCommand extends $Command<GetGeoMatchSetCommandInput, GetGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: GetGeoMatchSetCommandInput;
12
+ constructor(input: GetGeoMatchSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetGeoMatchSetCommandInput, GetGeoMatchSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetIPSetRequest, GetIPSetResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface GetIPSetCommandInput extends GetIPSetRequest {
6
+ }
7
+ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: GetIPSetCommandInput;
12
+ constructor(input: GetIPSetCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetIPSetCommandInput, GetIPSetCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetLoggingConfigurationRequest, GetLoggingConfigurationResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface GetLoggingConfigurationCommandInput extends GetLoggingConfigurationRequest {
6
+ }
7
+ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigurationResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: GetLoggingConfigurationCommandInput;
12
+ constructor(input: GetLoggingConfigurationCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }
@@ -0,0 +1,17 @@
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
+ import { GetPermissionPolicyRequest, GetPermissionPolicyResponse } from "../models/models_0";
4
+ import { ServiceInputTypes, ServiceOutputTypes, WAFClientResolvedConfig } from "../WAFClient";
5
+ export interface GetPermissionPolicyCommandInput extends GetPermissionPolicyRequest {
6
+ }
7
+ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyResponse, __MetadataBearer {
8
+ }
9
+
10
+ export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFClientResolvedConfig> {
11
+ readonly input: GetPermissionPolicyCommandInput;
12
+ constructor(input: GetPermissionPolicyCommandInput);
13
+
14
+ resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput>;
15
+ private serialize;
16
+ private deserialize;
17
+ }