@aws-sdk/client-wafv2 3.169.0 → 3.170.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 (63) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/WAFV2.d.ts +880 -245
  3. package/dist-types/ts3.4/WAFV2Client.d.ts +417 -121
  4. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +37 -17
  5. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +34 -17
  7. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +37 -17
  9. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +34 -17
  10. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +34 -17
  12. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +41 -17
  13. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +41 -17
  15. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +37 -17
  16. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +41 -17
  18. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +38 -17
  19. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +41 -17
  20. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +34 -17
  21. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +41 -17
  22. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +38 -17
  23. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +38 -17
  24. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +38 -17
  25. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +38 -17
  27. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +38 -17
  29. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +41 -17
  31. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +41 -17
  33. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +34 -17
  34. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +41 -17
  35. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +38 -17
  36. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +41 -17
  37. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +41 -17
  38. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +41 -17
  39. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  41. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +41 -17
  43. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +41 -17
  44. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +38 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +37 -17
  47. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +34 -17
  48. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +41 -17
  49. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +41 -17
  50. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +37 -17
  51. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +34 -17
  52. package/dist-types/ts3.4/commands/index.d.ts +48 -48
  53. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  54. package/dist-types/ts3.4/index.d.ts +5 -5
  55. package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +5888 -58
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  63. package/package.json +34 -34
@@ -1,17 +1,34 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: CreateIPSetCommandInput;
12
- constructor(input: CreateIPSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { CreateIPSetRequest, CreateIPSetResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WAFV2ClientResolvedConfig,
13
+ } from "../WAFV2Client";
14
+ export interface CreateIPSetCommandInput extends CreateIPSetRequest {}
15
+ export interface CreateIPSetCommandOutput
16
+ extends CreateIPSetResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateIPSetCommand extends $Command<
20
+ CreateIPSetCommandInput,
21
+ CreateIPSetCommandOutput,
22
+ WAFV2ClientResolvedConfig
23
+ > {
24
+ readonly input: CreateIPSetCommandInput;
25
+ constructor(input: CreateIPSetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WAFV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateIPSetCommandInput, CreateIPSetCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: CreateRegexPatternSetCommandInput;
12
- constructor(input: CreateRegexPatternSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateRegexPatternSetRequest,
10
+ CreateRegexPatternSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface CreateRegexPatternSetCommandInput
18
+ extends CreateRegexPatternSetRequest {}
19
+ export interface CreateRegexPatternSetCommandOutput
20
+ extends CreateRegexPatternSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class CreateRegexPatternSetCommand extends $Command<
24
+ CreateRegexPatternSetCommandInput,
25
+ CreateRegexPatternSetCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: CreateRegexPatternSetCommandInput;
29
+ constructor(input: CreateRegexPatternSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ CreateRegexPatternSetCommandInput,
37
+ CreateRegexPatternSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: CreateRuleGroupCommandInput;
12
- constructor(input: CreateRuleGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ CreateRuleGroupRequest,
10
+ CreateRuleGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
18
+ export interface CreateRuleGroupCommandOutput
19
+ extends CreateRuleGroupResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class CreateRuleGroupCommand extends $Command<
23
+ CreateRuleGroupCommandInput,
24
+ CreateRuleGroupCommandOutput,
25
+ WAFV2ClientResolvedConfig
26
+ > {
27
+ readonly input: CreateRuleGroupCommandInput;
28
+ constructor(input: CreateRuleGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WAFV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: CreateWebACLCommandInput;
12
- constructor(input: CreateWebACLCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { CreateWebACLRequest, CreateWebACLResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WAFV2ClientResolvedConfig,
13
+ } from "../WAFV2Client";
14
+ export interface CreateWebACLCommandInput extends CreateWebACLRequest {}
15
+ export interface CreateWebACLCommandOutput
16
+ extends CreateWebACLResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class CreateWebACLCommand extends $Command<
20
+ CreateWebACLCommandInput,
21
+ CreateWebACLCommandOutput,
22
+ WAFV2ClientResolvedConfig
23
+ > {
24
+ readonly input: CreateWebACLCommandInput;
25
+ constructor(input: CreateWebACLCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WAFV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<CreateWebACLCommandInput, CreateWebACLCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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 { DeleteFirewallManagerRuleGroupsRequest, DeleteFirewallManagerRuleGroupsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface DeleteFirewallManagerRuleGroupsCommandInput extends DeleteFirewallManagerRuleGroupsRequest {
6
- }
7
- export interface DeleteFirewallManagerRuleGroupsCommandOutput extends DeleteFirewallManagerRuleGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
12
- constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteFirewallManagerRuleGroupsRequest,
10
+ DeleteFirewallManagerRuleGroupsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface DeleteFirewallManagerRuleGroupsCommandInput
18
+ extends DeleteFirewallManagerRuleGroupsRequest {}
19
+ export interface DeleteFirewallManagerRuleGroupsCommandOutput
20
+ extends DeleteFirewallManagerRuleGroupsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteFirewallManagerRuleGroupsCommand extends $Command<
24
+ DeleteFirewallManagerRuleGroupsCommandInput,
25
+ DeleteFirewallManagerRuleGroupsCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteFirewallManagerRuleGroupsCommandInput;
29
+ constructor(input: DeleteFirewallManagerRuleGroupsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteFirewallManagerRuleGroupsCommandInput,
37
+ DeleteFirewallManagerRuleGroupsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,34 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: DeleteIPSetCommandInput;
12
- constructor(input: DeleteIPSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteIPSetRequest, DeleteIPSetResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WAFV2ClientResolvedConfig,
13
+ } from "../WAFV2Client";
14
+ export interface DeleteIPSetCommandInput extends DeleteIPSetRequest {}
15
+ export interface DeleteIPSetCommandOutput
16
+ extends DeleteIPSetResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteIPSetCommand extends $Command<
20
+ DeleteIPSetCommandInput,
21
+ DeleteIPSetCommandOutput,
22
+ WAFV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteIPSetCommandInput;
25
+ constructor(input: DeleteIPSetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WAFV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteIPSetCommandInput, DeleteIPSetCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,41 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: DeleteLoggingConfigurationCommandInput;
12
- constructor(input: DeleteLoggingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteLoggingConfigurationRequest,
10
+ DeleteLoggingConfigurationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface DeleteLoggingConfigurationCommandInput
18
+ extends DeleteLoggingConfigurationRequest {}
19
+ export interface DeleteLoggingConfigurationCommandOutput
20
+ extends DeleteLoggingConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteLoggingConfigurationCommand extends $Command<
24
+ DeleteLoggingConfigurationCommandInput,
25
+ DeleteLoggingConfigurationCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteLoggingConfigurationCommandInput;
29
+ constructor(input: DeleteLoggingConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteLoggingConfigurationCommandInput,
37
+ DeleteLoggingConfigurationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: DeletePermissionPolicyCommandInput;
12
- constructor(input: DeletePermissionPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeletePermissionPolicyRequest,
10
+ DeletePermissionPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface DeletePermissionPolicyCommandInput
18
+ extends DeletePermissionPolicyRequest {}
19
+ export interface DeletePermissionPolicyCommandOutput
20
+ extends DeletePermissionPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeletePermissionPolicyCommand extends $Command<
24
+ DeletePermissionPolicyCommandInput,
25
+ DeletePermissionPolicyCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: DeletePermissionPolicyCommandInput;
29
+ constructor(input: DeletePermissionPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeletePermissionPolicyCommandInput,
37
+ DeletePermissionPolicyCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,41 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: DeleteRegexPatternSetCommandInput;
12
- constructor(input: DeleteRegexPatternSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteRegexPatternSetRequest,
10
+ DeleteRegexPatternSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface DeleteRegexPatternSetCommandInput
18
+ extends DeleteRegexPatternSetRequest {}
19
+ export interface DeleteRegexPatternSetCommandOutput
20
+ extends DeleteRegexPatternSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class DeleteRegexPatternSetCommand extends $Command<
24
+ DeleteRegexPatternSetCommandInput,
25
+ DeleteRegexPatternSetCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: DeleteRegexPatternSetCommandInput;
29
+ constructor(input: DeleteRegexPatternSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ DeleteRegexPatternSetCommandInput,
37
+ DeleteRegexPatternSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,37 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: DeleteRuleGroupCommandInput;
12
- constructor(input: DeleteRuleGroupCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ DeleteRuleGroupRequest,
10
+ DeleteRuleGroupResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
18
+ export interface DeleteRuleGroupCommandOutput
19
+ extends DeleteRuleGroupResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class DeleteRuleGroupCommand extends $Command<
23
+ DeleteRuleGroupCommandInput,
24
+ DeleteRuleGroupCommandOutput,
25
+ WAFV2ClientResolvedConfig
26
+ > {
27
+ readonly input: DeleteRuleGroupCommandInput;
28
+ constructor(input: DeleteRuleGroupCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WAFV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,34 @@
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, WAFV2ClientResolvedConfig } from "../WAFV2Client";
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, WAFV2ClientResolvedConfig> {
11
- readonly input: DeleteWebACLCommandInput;
12
- constructor(input: DeleteWebACLCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteWebACLCommandInput, DeleteWebACLCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { DeleteWebACLRequest, DeleteWebACLResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WAFV2ClientResolvedConfig,
13
+ } from "../WAFV2Client";
14
+ export interface DeleteWebACLCommandInput extends DeleteWebACLRequest {}
15
+ export interface DeleteWebACLCommandOutput
16
+ extends DeleteWebACLResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class DeleteWebACLCommand extends $Command<
20
+ DeleteWebACLCommandInput,
21
+ DeleteWebACLCommandOutput,
22
+ WAFV2ClientResolvedConfig
23
+ > {
24
+ readonly input: DeleteWebACLCommandInput;
25
+ constructor(input: DeleteWebACLCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WAFV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<DeleteWebACLCommandInput, DeleteWebACLCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }