@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,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 { ListRuleGroupsRequest, ListRuleGroupsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {
6
- }
7
- export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: ListRuleGroupsCommandInput;
12
- constructor(input: ListRuleGroupsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput>;
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
+ ListRuleGroupsRequest,
10
+ ListRuleGroupsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
18
+ export interface ListRuleGroupsCommandOutput
19
+ extends ListRuleGroupsResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListRuleGroupsCommand extends $Command<
23
+ ListRuleGroupsCommandInput,
24
+ ListRuleGroupsCommandOutput,
25
+ WAFV2ClientResolvedConfig
26
+ > {
27
+ readonly input: ListRuleGroupsCommandInput;
28
+ constructor(input: ListRuleGroupsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WAFV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,38 @@
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 { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
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
+ ListTagsForResourceRequest,
10
+ ListTagsForResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceRequest {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface ListWebACLsCommandInput extends ListWebACLsRequest {
6
- }
7
- export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class ListWebACLsCommand extends $Command<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: ListWebACLsCommandInput;
12
- constructor(input: ListWebACLsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWebACLsCommandInput, ListWebACLsCommandOutput>;
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 { ListWebACLsRequest, ListWebACLsResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WAFV2ClientResolvedConfig,
13
+ } from "../WAFV2Client";
14
+ export interface ListWebACLsCommandInput extends ListWebACLsRequest {}
15
+ export interface ListWebACLsCommandOutput
16
+ extends ListWebACLsResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListWebACLsCommand extends $Command<
20
+ ListWebACLsCommandInput,
21
+ ListWebACLsCommandOutput,
22
+ WAFV2ClientResolvedConfig
23
+ > {
24
+ readonly input: ListWebACLsCommandInput;
25
+ constructor(input: ListWebACLsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WAFV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListWebACLsCommandInput, ListWebACLsCommandOutput>;
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 { PutLoggingConfigurationRequest, PutLoggingConfigurationResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface PutLoggingConfigurationCommandInput extends PutLoggingConfigurationRequest {
6
- }
7
- export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigurationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutLoggingConfigurationCommand extends $Command<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: PutLoggingConfigurationCommandInput;
12
- constructor(input: PutLoggingConfigurationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput>;
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
+ PutLoggingConfigurationRequest,
10
+ PutLoggingConfigurationResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface PutLoggingConfigurationCommandInput
18
+ extends PutLoggingConfigurationRequest {}
19
+ export interface PutLoggingConfigurationCommandOutput
20
+ extends PutLoggingConfigurationResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutLoggingConfigurationCommand extends $Command<
24
+ PutLoggingConfigurationCommandInput,
25
+ PutLoggingConfigurationCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: PutLoggingConfigurationCommandInput;
29
+ constructor(input: PutLoggingConfigurationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutLoggingConfigurationCommandInput,
37
+ PutLoggingConfigurationCommandOutput
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 { PutManagedRuleSetVersionsRequest, PutManagedRuleSetVersionsResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface PutManagedRuleSetVersionsCommandInput extends PutManagedRuleSetVersionsRequest {
6
- }
7
- export interface PutManagedRuleSetVersionsCommandOutput extends PutManagedRuleSetVersionsResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutManagedRuleSetVersionsCommand extends $Command<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: PutManagedRuleSetVersionsCommandInput;
12
- constructor(input: PutManagedRuleSetVersionsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput>;
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
+ PutManagedRuleSetVersionsRequest,
10
+ PutManagedRuleSetVersionsResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface PutManagedRuleSetVersionsCommandInput
18
+ extends PutManagedRuleSetVersionsRequest {}
19
+ export interface PutManagedRuleSetVersionsCommandOutput
20
+ extends PutManagedRuleSetVersionsResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutManagedRuleSetVersionsCommand extends $Command<
24
+ PutManagedRuleSetVersionsCommandInput,
25
+ PutManagedRuleSetVersionsCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: PutManagedRuleSetVersionsCommandInput;
29
+ constructor(input: PutManagedRuleSetVersionsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ PutManagedRuleSetVersionsCommandInput,
37
+ PutManagedRuleSetVersionsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
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 { PutPermissionPolicyRequest, PutPermissionPolicyResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface PutPermissionPolicyCommandInput extends PutPermissionPolicyRequest {
6
- }
7
- export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class PutPermissionPolicyCommand extends $Command<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: PutPermissionPolicyCommandInput;
12
- constructor(input: PutPermissionPolicyCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput>;
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
+ PutPermissionPolicyRequest,
10
+ PutPermissionPolicyResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface PutPermissionPolicyCommandInput
18
+ extends PutPermissionPolicyRequest {}
19
+ export interface PutPermissionPolicyCommandOutput
20
+ extends PutPermissionPolicyResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class PutPermissionPolicyCommand extends $Command<
24
+ PutPermissionPolicyCommandInput,
25
+ PutPermissionPolicyCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: PutPermissionPolicyCommandInput;
29
+ constructor(input: PutPermissionPolicyCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface TagResourceCommandInput extends TagResourceRequest {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
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 { TagResourceRequest, TagResourceResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WAFV2ClientResolvedConfig,
13
+ } from "../WAFV2Client";
14
+ export interface TagResourceCommandInput extends TagResourceRequest {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ WAFV2ClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WAFV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -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 { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface UntagResourceCommandInput extends UntagResourceRequest {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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
+ UntagResourceRequest,
10
+ UntagResourceResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface UntagResourceCommandInput extends UntagResourceRequest {}
18
+ export interface UntagResourceCommandOutput
19
+ extends UntagResourceResponse,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UntagResourceCommand extends $Command<
23
+ UntagResourceCommandInput,
24
+ UntagResourceCommandOutput,
25
+ WAFV2ClientResolvedConfig
26
+ > {
27
+ readonly input: UntagResourceCommandInput;
28
+ constructor(input: UntagResourceCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WAFV2ClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
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 { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
6
- }
7
- export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: UpdateIPSetCommandInput;
12
- constructor(input: UpdateIPSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
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 { UpdateIPSetRequest, UpdateIPSetResponse } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WAFV2ClientResolvedConfig,
13
+ } from "../WAFV2Client";
14
+ export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {}
15
+ export interface UpdateIPSetCommandOutput
16
+ extends UpdateIPSetResponse,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateIPSetCommand extends $Command<
20
+ UpdateIPSetCommandInput,
21
+ UpdateIPSetCommandOutput,
22
+ WAFV2ClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateIPSetCommandInput;
25
+ constructor(input: UpdateIPSetCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WAFV2ClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
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 { UpdateManagedRuleSetVersionExpiryDateRequest, UpdateManagedRuleSetVersionExpiryDateResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface UpdateManagedRuleSetVersionExpiryDateCommandInput extends UpdateManagedRuleSetVersionExpiryDateRequest {
6
- }
7
- export interface UpdateManagedRuleSetVersionExpiryDateCommandOutput extends UpdateManagedRuleSetVersionExpiryDateResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: UpdateManagedRuleSetVersionExpiryDateCommandInput;
12
- constructor(input: UpdateManagedRuleSetVersionExpiryDateCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
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
+ UpdateManagedRuleSetVersionExpiryDateRequest,
10
+ UpdateManagedRuleSetVersionExpiryDateResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface UpdateManagedRuleSetVersionExpiryDateCommandInput
18
+ extends UpdateManagedRuleSetVersionExpiryDateRequest {}
19
+ export interface UpdateManagedRuleSetVersionExpiryDateCommandOutput
20
+ extends UpdateManagedRuleSetVersionExpiryDateResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateManagedRuleSetVersionExpiryDateCommand extends $Command<
24
+ UpdateManagedRuleSetVersionExpiryDateCommandInput,
25
+ UpdateManagedRuleSetVersionExpiryDateCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateManagedRuleSetVersionExpiryDateCommandInput;
29
+ constructor(input: UpdateManagedRuleSetVersionExpiryDateCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateManagedRuleSetVersionExpiryDateCommandInput,
37
+ UpdateManagedRuleSetVersionExpiryDateCommandOutput
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 { UpdateRegexPatternSetRequest, UpdateRegexPatternSetResponse } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WAFV2ClientResolvedConfig } from "../WAFV2Client";
5
- export interface UpdateRegexPatternSetCommandInput extends UpdateRegexPatternSetRequest {
6
- }
7
- export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSetResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateRegexPatternSetCommand extends $Command<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig> {
11
- readonly input: UpdateRegexPatternSetCommandInput;
12
- constructor(input: UpdateRegexPatternSetCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFV2ClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput>;
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
+ UpdateRegexPatternSetRequest,
10
+ UpdateRegexPatternSetResponse,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WAFV2ClientResolvedConfig,
16
+ } from "../WAFV2Client";
17
+ export interface UpdateRegexPatternSetCommandInput
18
+ extends UpdateRegexPatternSetRequest {}
19
+ export interface UpdateRegexPatternSetCommandOutput
20
+ extends UpdateRegexPatternSetResponse,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateRegexPatternSetCommand extends $Command<
24
+ UpdateRegexPatternSetCommandInput,
25
+ UpdateRegexPatternSetCommandOutput,
26
+ WAFV2ClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateRegexPatternSetCommandInput;
29
+ constructor(input: UpdateRegexPatternSetCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WAFV2ClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateRegexPatternSetCommandInput,
37
+ UpdateRegexPatternSetCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }