@aws-sdk/client-wafv2 3.169.0 → 3.171.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 +16 -0
  2. package/dist-types/ts3.4/WAFV2.d.ts +832 -245
  3. package/dist-types/ts3.4/WAFV2Client.d.ts +392 -121
  4. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +35 -17
  5. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +35 -17
  6. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +32 -17
  7. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +35 -17
  9. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +32 -17
  10. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +39 -17
  11. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +39 -17
  14. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +39 -17
  15. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +35 -17
  16. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +32 -17
  17. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +39 -17
  18. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +36 -17
  19. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +39 -17
  20. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +32 -17
  21. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +39 -17
  22. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +36 -17
  23. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +36 -17
  25. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +39 -17
  26. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +36 -17
  27. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +32 -17
  28. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +36 -17
  29. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +32 -17
  30. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +39 -17
  31. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +39 -17
  32. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +39 -17
  33. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +32 -17
  34. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +39 -17
  35. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +36 -17
  36. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +39 -17
  37. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +39 -17
  38. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +39 -17
  39. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +35 -17
  40. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +36 -17
  41. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +32 -17
  42. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +39 -17
  43. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +39 -17
  44. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +36 -17
  45. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +32 -17
  46. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -17
  47. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +32 -17
  48. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +39 -17
  49. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +39 -17
  50. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +35 -17
  51. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +32 -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 +7 -6
  56. package/dist-types/ts3.4/models/index.d.ts +1 -1
  57. package/dist-types/ts3.4/models/models_0.d.ts +1967 -193
  58. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +581 -146
  59. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +65 -38
  60. package/dist-types/ts3.4/runtimeConfig.d.ts +65 -38
  61. package/dist-types/ts3.4/runtimeConfig.native.d.ts +66 -37
  62. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +10 -11
  63. package/package.json +34 -34
@@ -1,245 +1,832 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
3
- import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
4
- import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
5
- import { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "./commands/CreateRegexPatternSetCommand";
6
- import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
7
- import { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "./commands/CreateWebACLCommand";
8
- import { DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
9
- import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
10
- import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
11
- import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "./commands/DeletePermissionPolicyCommand";
12
- import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
13
- import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
14
- import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
15
- import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
16
- import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
17
- import { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
18
- import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
19
- import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "./commands/GetLoggingConfigurationCommand";
20
- import { GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput } from "./commands/GetManagedRuleSetCommand";
21
- import { GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput } from "./commands/GetMobileSdkReleaseCommand";
22
- import { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "./commands/GetPermissionPolicyCommand";
23
- import { GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput } from "./commands/GetRateBasedStatementManagedKeysCommand";
24
- import { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "./commands/GetRegexPatternSetCommand";
25
- import { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "./commands/GetRuleGroupCommand";
26
- import { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "./commands/GetSampledRequestsCommand";
27
- import { GetWebACLCommandInput, GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
28
- import { GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput } from "./commands/GetWebACLForResourceCommand";
29
- import { ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput } from "./commands/ListAvailableManagedRuleGroupsCommand";
30
- import { ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
31
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
32
- import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "./commands/ListLoggingConfigurationsCommand";
33
- import { ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput } from "./commands/ListManagedRuleSetsCommand";
34
- import { ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput } from "./commands/ListMobileSdkReleasesCommand";
35
- import { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "./commands/ListRegexPatternSetsCommand";
36
- import { ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput } from "./commands/ListResourcesForWebACLCommand";
37
- import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
38
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
39
- import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
40
- import { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "./commands/PutLoggingConfigurationCommand";
41
- import { PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput } from "./commands/PutManagedRuleSetVersionsCommand";
42
- import { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "./commands/PutPermissionPolicyCommand";
43
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
44
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
45
- import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
46
- import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
47
- import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
48
- import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
49
- import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
50
- import { WAFV2Client } from "./WAFV2Client";
51
-
52
- export declare class WAFV2 extends WAFV2Client {
53
-
54
- associateWebACL(args: AssociateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWebACLCommandOutput>;
55
- associateWebACL(args: AssociateWebACLCommandInput, cb: (err: any, data?: AssociateWebACLCommandOutput) => void): void;
56
- associateWebACL(args: AssociateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWebACLCommandOutput) => void): void;
57
-
58
- checkCapacity(args: CheckCapacityCommandInput, options?: __HttpHandlerOptions): Promise<CheckCapacityCommandOutput>;
59
- checkCapacity(args: CheckCapacityCommandInput, cb: (err: any, data?: CheckCapacityCommandOutput) => void): void;
60
- checkCapacity(args: CheckCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckCapacityCommandOutput) => void): void;
61
-
62
- createIPSet(args: CreateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateIPSetCommandOutput>;
63
- createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
64
- createIPSet(args: CreateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
65
-
66
- createRegexPatternSet(args: CreateRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateRegexPatternSetCommandOutput>;
67
- createRegexPatternSet(args: CreateRegexPatternSetCommandInput, cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void): void;
68
- createRegexPatternSet(args: CreateRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void): void;
69
-
70
- createRuleGroup(args: CreateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleGroupCommandOutput>;
71
- createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
72
- createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
73
-
74
- createWebACL(args: CreateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebACLCommandOutput>;
75
- createWebACL(args: CreateWebACLCommandInput, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
76
- createWebACL(args: CreateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
77
-
78
- deleteFirewallManagerRuleGroups(args: DeleteFirewallManagerRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
79
- deleteFirewallManagerRuleGroups(args: DeleteFirewallManagerRuleGroupsCommandInput, cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void): void;
80
- deleteFirewallManagerRuleGroups(args: DeleteFirewallManagerRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void): void;
81
-
82
- deleteIPSet(args: DeleteIPSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIPSetCommandOutput>;
83
- deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
84
- deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
85
-
86
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoggingConfigurationCommandOutput>;
87
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
88
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
89
-
90
- deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePermissionPolicyCommandOutput>;
91
- deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void): void;
92
- deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void): void;
93
-
94
- deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRegexPatternSetCommandOutput>;
95
- deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void): void;
96
- deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void): void;
97
-
98
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupCommandOutput>;
99
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
100
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
101
-
102
- deleteWebACL(args: DeleteWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebACLCommandOutput>;
103
- deleteWebACL(args: DeleteWebACLCommandInput, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
104
- deleteWebACL(args: DeleteWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
105
-
106
- describeManagedRuleGroup(args: DescribeManagedRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeManagedRuleGroupCommandOutput>;
107
- describeManagedRuleGroup(args: DescribeManagedRuleGroupCommandInput, cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void): void;
108
- describeManagedRuleGroup(args: DescribeManagedRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void): void;
109
-
110
- disassociateWebACL(args: DisassociateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWebACLCommandOutput>;
111
- disassociateWebACL(args: DisassociateWebACLCommandInput, cb: (err: any, data?: DisassociateWebACLCommandOutput) => void): void;
112
- disassociateWebACL(args: DisassociateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWebACLCommandOutput) => void): void;
113
-
114
- generateMobileSdkReleaseUrl(args: GenerateMobileSdkReleaseUrlCommandInput, options?: __HttpHandlerOptions): Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
115
- generateMobileSdkReleaseUrl(args: GenerateMobileSdkReleaseUrlCommandInput, cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void): void;
116
- generateMobileSdkReleaseUrl(args: GenerateMobileSdkReleaseUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void): void;
117
-
118
- getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
119
- getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
120
- getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
121
-
122
- getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetLoggingConfigurationCommandOutput>;
123
- getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void): void;
124
- getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void): void;
125
-
126
- getManagedRuleSet(args: GetManagedRuleSetCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedRuleSetCommandOutput>;
127
- getManagedRuleSet(args: GetManagedRuleSetCommandInput, cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void): void;
128
- getManagedRuleSet(args: GetManagedRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void): void;
129
-
130
- getMobileSdkRelease(args: GetMobileSdkReleaseCommandInput, options?: __HttpHandlerOptions): Promise<GetMobileSdkReleaseCommandOutput>;
131
- getMobileSdkRelease(args: GetMobileSdkReleaseCommandInput, cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void): void;
132
- getMobileSdkRelease(args: GetMobileSdkReleaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void): void;
133
-
134
- getPermissionPolicy(args: GetPermissionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPermissionPolicyCommandOutput>;
135
- getPermissionPolicy(args: GetPermissionPolicyCommandInput, cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void): void;
136
- getPermissionPolicy(args: GetPermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void): void;
137
-
138
- getRateBasedStatementManagedKeys(args: GetRateBasedStatementManagedKeysCommandInput, options?: __HttpHandlerOptions): Promise<GetRateBasedStatementManagedKeysCommandOutput>;
139
- getRateBasedStatementManagedKeys(args: GetRateBasedStatementManagedKeysCommandInput, cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void): void;
140
- getRateBasedStatementManagedKeys(args: GetRateBasedStatementManagedKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void): void;
141
-
142
- getRegexPatternSet(args: GetRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<GetRegexPatternSetCommandOutput>;
143
- getRegexPatternSet(args: GetRegexPatternSetCommandInput, cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void): void;
144
- getRegexPatternSet(args: GetRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void): void;
145
-
146
- getRuleGroup(args: GetRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetRuleGroupCommandOutput>;
147
- getRuleGroup(args: GetRuleGroupCommandInput, cb: (err: any, data?: GetRuleGroupCommandOutput) => void): void;
148
- getRuleGroup(args: GetRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuleGroupCommandOutput) => void): void;
149
-
150
- getSampledRequests(args: GetSampledRequestsCommandInput, options?: __HttpHandlerOptions): Promise<GetSampledRequestsCommandOutput>;
151
- getSampledRequests(args: GetSampledRequestsCommandInput, cb: (err: any, data?: GetSampledRequestsCommandOutput) => void): void;
152
- getSampledRequests(args: GetSampledRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSampledRequestsCommandOutput) => void): void;
153
-
154
- getWebACL(args: GetWebACLCommandInput, options?: __HttpHandlerOptions): Promise<GetWebACLCommandOutput>;
155
- getWebACL(args: GetWebACLCommandInput, cb: (err: any, data?: GetWebACLCommandOutput) => void): void;
156
- getWebACL(args: GetWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWebACLCommandOutput) => void): void;
157
-
158
- getWebACLForResource(args: GetWebACLForResourceCommandInput, options?: __HttpHandlerOptions): Promise<GetWebACLForResourceCommandOutput>;
159
- getWebACLForResource(args: GetWebACLForResourceCommandInput, cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void): void;
160
- getWebACLForResource(args: GetWebACLForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void): void;
161
-
162
- listAvailableManagedRuleGroups(args: ListAvailableManagedRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableManagedRuleGroupsCommandOutput>;
163
- listAvailableManagedRuleGroups(args: ListAvailableManagedRuleGroupsCommandInput, cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void): void;
164
- listAvailableManagedRuleGroups(args: ListAvailableManagedRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void): void;
165
-
166
- listAvailableManagedRuleGroupVersions(args: ListAvailableManagedRuleGroupVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
167
- listAvailableManagedRuleGroupVersions(args: ListAvailableManagedRuleGroupVersionsCommandInput, cb: (err: any, data?: ListAvailableManagedRuleGroupVersionsCommandOutput) => void): void;
168
- listAvailableManagedRuleGroupVersions(args: ListAvailableManagedRuleGroupVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagedRuleGroupVersionsCommandOutput) => void): void;
169
-
170
- listIPSets(args: ListIPSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListIPSetsCommandOutput>;
171
- listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
172
- listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
173
-
174
- listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLoggingConfigurationsCommandOutput>;
175
- listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void): void;
176
- listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void): void;
177
-
178
- listManagedRuleSets(args: ListManagedRuleSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedRuleSetsCommandOutput>;
179
- listManagedRuleSets(args: ListManagedRuleSetsCommandInput, cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void): void;
180
- listManagedRuleSets(args: ListManagedRuleSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void): void;
181
-
182
- listMobileSdkReleases(args: ListMobileSdkReleasesCommandInput, options?: __HttpHandlerOptions): Promise<ListMobileSdkReleasesCommandOutput>;
183
- listMobileSdkReleases(args: ListMobileSdkReleasesCommandInput, cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void): void;
184
- listMobileSdkReleases(args: ListMobileSdkReleasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void): void;
185
-
186
- listRegexPatternSets(args: ListRegexPatternSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListRegexPatternSetsCommandOutput>;
187
- listRegexPatternSets(args: ListRegexPatternSetsCommandInput, cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void): void;
188
- listRegexPatternSets(args: ListRegexPatternSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void): void;
189
-
190
- listResourcesForWebACL(args: ListResourcesForWebACLCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesForWebACLCommandOutput>;
191
- listResourcesForWebACL(args: ListResourcesForWebACLCommandInput, cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void): void;
192
- listResourcesForWebACL(args: ListResourcesForWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void): void;
193
-
194
- listRuleGroups(args: ListRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRuleGroupsCommandOutput>;
195
- listRuleGroups(args: ListRuleGroupsCommandInput, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
196
- listRuleGroups(args: ListRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
197
-
198
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
199
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
200
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
201
-
202
- listWebACLs(args: ListWebACLsCommandInput, options?: __HttpHandlerOptions): Promise<ListWebACLsCommandOutput>;
203
- listWebACLs(args: ListWebACLsCommandInput, cb: (err: any, data?: ListWebACLsCommandOutput) => void): void;
204
- listWebACLs(args: ListWebACLsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebACLsCommandOutput) => void): void;
205
-
206
- putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutLoggingConfigurationCommandOutput>;
207
- putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void): void;
208
- putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void): void;
209
-
210
- putManagedRuleSetVersions(args: PutManagedRuleSetVersionsCommandInput, options?: __HttpHandlerOptions): Promise<PutManagedRuleSetVersionsCommandOutput>;
211
- putManagedRuleSetVersions(args: PutManagedRuleSetVersionsCommandInput, cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void): void;
212
- putManagedRuleSetVersions(args: PutManagedRuleSetVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void): void;
213
-
214
- putPermissionPolicy(args: PutPermissionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutPermissionPolicyCommandOutput>;
215
- putPermissionPolicy(args: PutPermissionPolicyCommandInput, cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void): void;
216
- putPermissionPolicy(args: PutPermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void): void;
217
-
218
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
219
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
220
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
221
-
222
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
223
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
224
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
225
-
226
- updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
227
- updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
228
- updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
229
-
230
- updateManagedRuleSetVersionExpiryDate(args: UpdateManagedRuleSetVersionExpiryDateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
231
- updateManagedRuleSetVersionExpiryDate(args: UpdateManagedRuleSetVersionExpiryDateCommandInput, cb: (err: any, data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput) => void): void;
232
- updateManagedRuleSetVersionExpiryDate(args: UpdateManagedRuleSetVersionExpiryDateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput) => void): void;
233
-
234
- updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRegexPatternSetCommandOutput>;
235
- updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void): void;
236
- updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void): void;
237
-
238
- updateRuleGroup(args: UpdateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleGroupCommandOutput>;
239
- updateRuleGroup(args: UpdateRuleGroupCommandInput, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
240
- updateRuleGroup(args: UpdateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
241
-
242
- updateWebACL(args: UpdateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebACLCommandOutput>;
243
- updateWebACL(args: UpdateWebACLCommandInput, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
244
- updateWebACL(args: UpdateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
245
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AssociateWebACLCommandInput,
4
+ AssociateWebACLCommandOutput,
5
+ } from "./commands/AssociateWebACLCommand";
6
+ import {
7
+ CheckCapacityCommandInput,
8
+ CheckCapacityCommandOutput,
9
+ } from "./commands/CheckCapacityCommand";
10
+ import {
11
+ CreateIPSetCommandInput,
12
+ CreateIPSetCommandOutput,
13
+ } from "./commands/CreateIPSetCommand";
14
+ import {
15
+ CreateRegexPatternSetCommandInput,
16
+ CreateRegexPatternSetCommandOutput,
17
+ } from "./commands/CreateRegexPatternSetCommand";
18
+ import {
19
+ CreateRuleGroupCommandInput,
20
+ CreateRuleGroupCommandOutput,
21
+ } from "./commands/CreateRuleGroupCommand";
22
+ import {
23
+ CreateWebACLCommandInput,
24
+ CreateWebACLCommandOutput,
25
+ } from "./commands/CreateWebACLCommand";
26
+ import {
27
+ DeleteFirewallManagerRuleGroupsCommandInput,
28
+ DeleteFirewallManagerRuleGroupsCommandOutput,
29
+ } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
30
+ import {
31
+ DeleteIPSetCommandInput,
32
+ DeleteIPSetCommandOutput,
33
+ } from "./commands/DeleteIPSetCommand";
34
+ import {
35
+ DeleteLoggingConfigurationCommandInput,
36
+ DeleteLoggingConfigurationCommandOutput,
37
+ } from "./commands/DeleteLoggingConfigurationCommand";
38
+ import {
39
+ DeletePermissionPolicyCommandInput,
40
+ DeletePermissionPolicyCommandOutput,
41
+ } from "./commands/DeletePermissionPolicyCommand";
42
+ import {
43
+ DeleteRegexPatternSetCommandInput,
44
+ DeleteRegexPatternSetCommandOutput,
45
+ } from "./commands/DeleteRegexPatternSetCommand";
46
+ import {
47
+ DeleteRuleGroupCommandInput,
48
+ DeleteRuleGroupCommandOutput,
49
+ } from "./commands/DeleteRuleGroupCommand";
50
+ import {
51
+ DeleteWebACLCommandInput,
52
+ DeleteWebACLCommandOutput,
53
+ } from "./commands/DeleteWebACLCommand";
54
+ import {
55
+ DescribeManagedRuleGroupCommandInput,
56
+ DescribeManagedRuleGroupCommandOutput,
57
+ } from "./commands/DescribeManagedRuleGroupCommand";
58
+ import {
59
+ DisassociateWebACLCommandInput,
60
+ DisassociateWebACLCommandOutput,
61
+ } from "./commands/DisassociateWebACLCommand";
62
+ import {
63
+ GenerateMobileSdkReleaseUrlCommandInput,
64
+ GenerateMobileSdkReleaseUrlCommandOutput,
65
+ } from "./commands/GenerateMobileSdkReleaseUrlCommand";
66
+ import {
67
+ GetIPSetCommandInput,
68
+ GetIPSetCommandOutput,
69
+ } from "./commands/GetIPSetCommand";
70
+ import {
71
+ GetLoggingConfigurationCommandInput,
72
+ GetLoggingConfigurationCommandOutput,
73
+ } from "./commands/GetLoggingConfigurationCommand";
74
+ import {
75
+ GetManagedRuleSetCommandInput,
76
+ GetManagedRuleSetCommandOutput,
77
+ } from "./commands/GetManagedRuleSetCommand";
78
+ import {
79
+ GetMobileSdkReleaseCommandInput,
80
+ GetMobileSdkReleaseCommandOutput,
81
+ } from "./commands/GetMobileSdkReleaseCommand";
82
+ import {
83
+ GetPermissionPolicyCommandInput,
84
+ GetPermissionPolicyCommandOutput,
85
+ } from "./commands/GetPermissionPolicyCommand";
86
+ import {
87
+ GetRateBasedStatementManagedKeysCommandInput,
88
+ GetRateBasedStatementManagedKeysCommandOutput,
89
+ } from "./commands/GetRateBasedStatementManagedKeysCommand";
90
+ import {
91
+ GetRegexPatternSetCommandInput,
92
+ GetRegexPatternSetCommandOutput,
93
+ } from "./commands/GetRegexPatternSetCommand";
94
+ import {
95
+ GetRuleGroupCommandInput,
96
+ GetRuleGroupCommandOutput,
97
+ } from "./commands/GetRuleGroupCommand";
98
+ import {
99
+ GetSampledRequestsCommandInput,
100
+ GetSampledRequestsCommandOutput,
101
+ } from "./commands/GetSampledRequestsCommand";
102
+ import {
103
+ GetWebACLCommandInput,
104
+ GetWebACLCommandOutput,
105
+ } from "./commands/GetWebACLCommand";
106
+ import {
107
+ GetWebACLForResourceCommandInput,
108
+ GetWebACLForResourceCommandOutput,
109
+ } from "./commands/GetWebACLForResourceCommand";
110
+ import {
111
+ ListAvailableManagedRuleGroupsCommandInput,
112
+ ListAvailableManagedRuleGroupsCommandOutput,
113
+ } from "./commands/ListAvailableManagedRuleGroupsCommand";
114
+ import {
115
+ ListAvailableManagedRuleGroupVersionsCommandInput,
116
+ ListAvailableManagedRuleGroupVersionsCommandOutput,
117
+ } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
118
+ import {
119
+ ListIPSetsCommandInput,
120
+ ListIPSetsCommandOutput,
121
+ } from "./commands/ListIPSetsCommand";
122
+ import {
123
+ ListLoggingConfigurationsCommandInput,
124
+ ListLoggingConfigurationsCommandOutput,
125
+ } from "./commands/ListLoggingConfigurationsCommand";
126
+ import {
127
+ ListManagedRuleSetsCommandInput,
128
+ ListManagedRuleSetsCommandOutput,
129
+ } from "./commands/ListManagedRuleSetsCommand";
130
+ import {
131
+ ListMobileSdkReleasesCommandInput,
132
+ ListMobileSdkReleasesCommandOutput,
133
+ } from "./commands/ListMobileSdkReleasesCommand";
134
+ import {
135
+ ListRegexPatternSetsCommandInput,
136
+ ListRegexPatternSetsCommandOutput,
137
+ } from "./commands/ListRegexPatternSetsCommand";
138
+ import {
139
+ ListResourcesForWebACLCommandInput,
140
+ ListResourcesForWebACLCommandOutput,
141
+ } from "./commands/ListResourcesForWebACLCommand";
142
+ import {
143
+ ListRuleGroupsCommandInput,
144
+ ListRuleGroupsCommandOutput,
145
+ } from "./commands/ListRuleGroupsCommand";
146
+ import {
147
+ ListTagsForResourceCommandInput,
148
+ ListTagsForResourceCommandOutput,
149
+ } from "./commands/ListTagsForResourceCommand";
150
+ import {
151
+ ListWebACLsCommandInput,
152
+ ListWebACLsCommandOutput,
153
+ } from "./commands/ListWebACLsCommand";
154
+ import {
155
+ PutLoggingConfigurationCommandInput,
156
+ PutLoggingConfigurationCommandOutput,
157
+ } from "./commands/PutLoggingConfigurationCommand";
158
+ import {
159
+ PutManagedRuleSetVersionsCommandInput,
160
+ PutManagedRuleSetVersionsCommandOutput,
161
+ } from "./commands/PutManagedRuleSetVersionsCommand";
162
+ import {
163
+ PutPermissionPolicyCommandInput,
164
+ PutPermissionPolicyCommandOutput,
165
+ } from "./commands/PutPermissionPolicyCommand";
166
+ import {
167
+ TagResourceCommandInput,
168
+ TagResourceCommandOutput,
169
+ } from "./commands/TagResourceCommand";
170
+ import {
171
+ UntagResourceCommandInput,
172
+ UntagResourceCommandOutput,
173
+ } from "./commands/UntagResourceCommand";
174
+ import {
175
+ UpdateIPSetCommandInput,
176
+ UpdateIPSetCommandOutput,
177
+ } from "./commands/UpdateIPSetCommand";
178
+ import {
179
+ UpdateManagedRuleSetVersionExpiryDateCommandInput,
180
+ UpdateManagedRuleSetVersionExpiryDateCommandOutput,
181
+ } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
182
+ import {
183
+ UpdateRegexPatternSetCommandInput,
184
+ UpdateRegexPatternSetCommandOutput,
185
+ } from "./commands/UpdateRegexPatternSetCommand";
186
+ import {
187
+ UpdateRuleGroupCommandInput,
188
+ UpdateRuleGroupCommandOutput,
189
+ } from "./commands/UpdateRuleGroupCommand";
190
+ import {
191
+ UpdateWebACLCommandInput,
192
+ UpdateWebACLCommandOutput,
193
+ } from "./commands/UpdateWebACLCommand";
194
+ import { WAFV2Client } from "./WAFV2Client";
195
+ export declare class WAFV2 extends WAFV2Client {
196
+ associateWebACL(
197
+ args: AssociateWebACLCommandInput,
198
+ options?: __HttpHandlerOptions
199
+ ): Promise<AssociateWebACLCommandOutput>;
200
+ associateWebACL(
201
+ args: AssociateWebACLCommandInput,
202
+ cb: (err: any, data?: AssociateWebACLCommandOutput) => void
203
+ ): void;
204
+ associateWebACL(
205
+ args: AssociateWebACLCommandInput,
206
+ options: __HttpHandlerOptions,
207
+ cb: (err: any, data?: AssociateWebACLCommandOutput) => void
208
+ ): void;
209
+ checkCapacity(
210
+ args: CheckCapacityCommandInput,
211
+ options?: __HttpHandlerOptions
212
+ ): Promise<CheckCapacityCommandOutput>;
213
+ checkCapacity(
214
+ args: CheckCapacityCommandInput,
215
+ cb: (err: any, data?: CheckCapacityCommandOutput) => void
216
+ ): void;
217
+ checkCapacity(
218
+ args: CheckCapacityCommandInput,
219
+ options: __HttpHandlerOptions,
220
+ cb: (err: any, data?: CheckCapacityCommandOutput) => void
221
+ ): void;
222
+ createIPSet(
223
+ args: CreateIPSetCommandInput,
224
+ options?: __HttpHandlerOptions
225
+ ): Promise<CreateIPSetCommandOutput>;
226
+ createIPSet(
227
+ args: CreateIPSetCommandInput,
228
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
229
+ ): void;
230
+ createIPSet(
231
+ args: CreateIPSetCommandInput,
232
+ options: __HttpHandlerOptions,
233
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
234
+ ): void;
235
+ createRegexPatternSet(
236
+ args: CreateRegexPatternSetCommandInput,
237
+ options?: __HttpHandlerOptions
238
+ ): Promise<CreateRegexPatternSetCommandOutput>;
239
+ createRegexPatternSet(
240
+ args: CreateRegexPatternSetCommandInput,
241
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
242
+ ): void;
243
+ createRegexPatternSet(
244
+ args: CreateRegexPatternSetCommandInput,
245
+ options: __HttpHandlerOptions,
246
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
247
+ ): void;
248
+ createRuleGroup(
249
+ args: CreateRuleGroupCommandInput,
250
+ options?: __HttpHandlerOptions
251
+ ): Promise<CreateRuleGroupCommandOutput>;
252
+ createRuleGroup(
253
+ args: CreateRuleGroupCommandInput,
254
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
255
+ ): void;
256
+ createRuleGroup(
257
+ args: CreateRuleGroupCommandInput,
258
+ options: __HttpHandlerOptions,
259
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
260
+ ): void;
261
+ createWebACL(
262
+ args: CreateWebACLCommandInput,
263
+ options?: __HttpHandlerOptions
264
+ ): Promise<CreateWebACLCommandOutput>;
265
+ createWebACL(
266
+ args: CreateWebACLCommandInput,
267
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void
268
+ ): void;
269
+ createWebACL(
270
+ args: CreateWebACLCommandInput,
271
+ options: __HttpHandlerOptions,
272
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void
273
+ ): void;
274
+ deleteFirewallManagerRuleGroups(
275
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
276
+ options?: __HttpHandlerOptions
277
+ ): Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
278
+ deleteFirewallManagerRuleGroups(
279
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
280
+ cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
281
+ ): void;
282
+ deleteFirewallManagerRuleGroups(
283
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
284
+ options: __HttpHandlerOptions,
285
+ cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
286
+ ): void;
287
+ deleteIPSet(
288
+ args: DeleteIPSetCommandInput,
289
+ options?: __HttpHandlerOptions
290
+ ): Promise<DeleteIPSetCommandOutput>;
291
+ deleteIPSet(
292
+ args: DeleteIPSetCommandInput,
293
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
294
+ ): void;
295
+ deleteIPSet(
296
+ args: DeleteIPSetCommandInput,
297
+ options: __HttpHandlerOptions,
298
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
299
+ ): void;
300
+ deleteLoggingConfiguration(
301
+ args: DeleteLoggingConfigurationCommandInput,
302
+ options?: __HttpHandlerOptions
303
+ ): Promise<DeleteLoggingConfigurationCommandOutput>;
304
+ deleteLoggingConfiguration(
305
+ args: DeleteLoggingConfigurationCommandInput,
306
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
307
+ ): void;
308
+ deleteLoggingConfiguration(
309
+ args: DeleteLoggingConfigurationCommandInput,
310
+ options: __HttpHandlerOptions,
311
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
312
+ ): void;
313
+ deletePermissionPolicy(
314
+ args: DeletePermissionPolicyCommandInput,
315
+ options?: __HttpHandlerOptions
316
+ ): Promise<DeletePermissionPolicyCommandOutput>;
317
+ deletePermissionPolicy(
318
+ args: DeletePermissionPolicyCommandInput,
319
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
320
+ ): void;
321
+ deletePermissionPolicy(
322
+ args: DeletePermissionPolicyCommandInput,
323
+ options: __HttpHandlerOptions,
324
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
325
+ ): void;
326
+ deleteRegexPatternSet(
327
+ args: DeleteRegexPatternSetCommandInput,
328
+ options?: __HttpHandlerOptions
329
+ ): Promise<DeleteRegexPatternSetCommandOutput>;
330
+ deleteRegexPatternSet(
331
+ args: DeleteRegexPatternSetCommandInput,
332
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
333
+ ): void;
334
+ deleteRegexPatternSet(
335
+ args: DeleteRegexPatternSetCommandInput,
336
+ options: __HttpHandlerOptions,
337
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
338
+ ): void;
339
+ deleteRuleGroup(
340
+ args: DeleteRuleGroupCommandInput,
341
+ options?: __HttpHandlerOptions
342
+ ): Promise<DeleteRuleGroupCommandOutput>;
343
+ deleteRuleGroup(
344
+ args: DeleteRuleGroupCommandInput,
345
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
346
+ ): void;
347
+ deleteRuleGroup(
348
+ args: DeleteRuleGroupCommandInput,
349
+ options: __HttpHandlerOptions,
350
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
351
+ ): void;
352
+ deleteWebACL(
353
+ args: DeleteWebACLCommandInput,
354
+ options?: __HttpHandlerOptions
355
+ ): Promise<DeleteWebACLCommandOutput>;
356
+ deleteWebACL(
357
+ args: DeleteWebACLCommandInput,
358
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void
359
+ ): void;
360
+ deleteWebACL(
361
+ args: DeleteWebACLCommandInput,
362
+ options: __HttpHandlerOptions,
363
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void
364
+ ): void;
365
+ describeManagedRuleGroup(
366
+ args: DescribeManagedRuleGroupCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<DescribeManagedRuleGroupCommandOutput>;
369
+ describeManagedRuleGroup(
370
+ args: DescribeManagedRuleGroupCommandInput,
371
+ cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
372
+ ): void;
373
+ describeManagedRuleGroup(
374
+ args: DescribeManagedRuleGroupCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
377
+ ): void;
378
+ disassociateWebACL(
379
+ args: DisassociateWebACLCommandInput,
380
+ options?: __HttpHandlerOptions
381
+ ): Promise<DisassociateWebACLCommandOutput>;
382
+ disassociateWebACL(
383
+ args: DisassociateWebACLCommandInput,
384
+ cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
385
+ ): void;
386
+ disassociateWebACL(
387
+ args: DisassociateWebACLCommandInput,
388
+ options: __HttpHandlerOptions,
389
+ cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
390
+ ): void;
391
+ generateMobileSdkReleaseUrl(
392
+ args: GenerateMobileSdkReleaseUrlCommandInput,
393
+ options?: __HttpHandlerOptions
394
+ ): Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
395
+ generateMobileSdkReleaseUrl(
396
+ args: GenerateMobileSdkReleaseUrlCommandInput,
397
+ cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
398
+ ): void;
399
+ generateMobileSdkReleaseUrl(
400
+ args: GenerateMobileSdkReleaseUrlCommandInput,
401
+ options: __HttpHandlerOptions,
402
+ cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
403
+ ): void;
404
+ getIPSet(
405
+ args: GetIPSetCommandInput,
406
+ options?: __HttpHandlerOptions
407
+ ): Promise<GetIPSetCommandOutput>;
408
+ getIPSet(
409
+ args: GetIPSetCommandInput,
410
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
411
+ ): void;
412
+ getIPSet(
413
+ args: GetIPSetCommandInput,
414
+ options: __HttpHandlerOptions,
415
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
416
+ ): void;
417
+ getLoggingConfiguration(
418
+ args: GetLoggingConfigurationCommandInput,
419
+ options?: __HttpHandlerOptions
420
+ ): Promise<GetLoggingConfigurationCommandOutput>;
421
+ getLoggingConfiguration(
422
+ args: GetLoggingConfigurationCommandInput,
423
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
424
+ ): void;
425
+ getLoggingConfiguration(
426
+ args: GetLoggingConfigurationCommandInput,
427
+ options: __HttpHandlerOptions,
428
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
429
+ ): void;
430
+ getManagedRuleSet(
431
+ args: GetManagedRuleSetCommandInput,
432
+ options?: __HttpHandlerOptions
433
+ ): Promise<GetManagedRuleSetCommandOutput>;
434
+ getManagedRuleSet(
435
+ args: GetManagedRuleSetCommandInput,
436
+ cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
437
+ ): void;
438
+ getManagedRuleSet(
439
+ args: GetManagedRuleSetCommandInput,
440
+ options: __HttpHandlerOptions,
441
+ cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
442
+ ): void;
443
+ getMobileSdkRelease(
444
+ args: GetMobileSdkReleaseCommandInput,
445
+ options?: __HttpHandlerOptions
446
+ ): Promise<GetMobileSdkReleaseCommandOutput>;
447
+ getMobileSdkRelease(
448
+ args: GetMobileSdkReleaseCommandInput,
449
+ cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
450
+ ): void;
451
+ getMobileSdkRelease(
452
+ args: GetMobileSdkReleaseCommandInput,
453
+ options: __HttpHandlerOptions,
454
+ cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
455
+ ): void;
456
+ getPermissionPolicy(
457
+ args: GetPermissionPolicyCommandInput,
458
+ options?: __HttpHandlerOptions
459
+ ): Promise<GetPermissionPolicyCommandOutput>;
460
+ getPermissionPolicy(
461
+ args: GetPermissionPolicyCommandInput,
462
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
463
+ ): void;
464
+ getPermissionPolicy(
465
+ args: GetPermissionPolicyCommandInput,
466
+ options: __HttpHandlerOptions,
467
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
468
+ ): void;
469
+ getRateBasedStatementManagedKeys(
470
+ args: GetRateBasedStatementManagedKeysCommandInput,
471
+ options?: __HttpHandlerOptions
472
+ ): Promise<GetRateBasedStatementManagedKeysCommandOutput>;
473
+ getRateBasedStatementManagedKeys(
474
+ args: GetRateBasedStatementManagedKeysCommandInput,
475
+ cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
476
+ ): void;
477
+ getRateBasedStatementManagedKeys(
478
+ args: GetRateBasedStatementManagedKeysCommandInput,
479
+ options: __HttpHandlerOptions,
480
+ cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
481
+ ): void;
482
+ getRegexPatternSet(
483
+ args: GetRegexPatternSetCommandInput,
484
+ options?: __HttpHandlerOptions
485
+ ): Promise<GetRegexPatternSetCommandOutput>;
486
+ getRegexPatternSet(
487
+ args: GetRegexPatternSetCommandInput,
488
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
489
+ ): void;
490
+ getRegexPatternSet(
491
+ args: GetRegexPatternSetCommandInput,
492
+ options: __HttpHandlerOptions,
493
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
494
+ ): void;
495
+ getRuleGroup(
496
+ args: GetRuleGroupCommandInput,
497
+ options?: __HttpHandlerOptions
498
+ ): Promise<GetRuleGroupCommandOutput>;
499
+ getRuleGroup(
500
+ args: GetRuleGroupCommandInput,
501
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void
502
+ ): void;
503
+ getRuleGroup(
504
+ args: GetRuleGroupCommandInput,
505
+ options: __HttpHandlerOptions,
506
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void
507
+ ): void;
508
+ getSampledRequests(
509
+ args: GetSampledRequestsCommandInput,
510
+ options?: __HttpHandlerOptions
511
+ ): Promise<GetSampledRequestsCommandOutput>;
512
+ getSampledRequests(
513
+ args: GetSampledRequestsCommandInput,
514
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
515
+ ): void;
516
+ getSampledRequests(
517
+ args: GetSampledRequestsCommandInput,
518
+ options: __HttpHandlerOptions,
519
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
520
+ ): void;
521
+ getWebACL(
522
+ args: GetWebACLCommandInput,
523
+ options?: __HttpHandlerOptions
524
+ ): Promise<GetWebACLCommandOutput>;
525
+ getWebACL(
526
+ args: GetWebACLCommandInput,
527
+ cb: (err: any, data?: GetWebACLCommandOutput) => void
528
+ ): void;
529
+ getWebACL(
530
+ args: GetWebACLCommandInput,
531
+ options: __HttpHandlerOptions,
532
+ cb: (err: any, data?: GetWebACLCommandOutput) => void
533
+ ): void;
534
+ getWebACLForResource(
535
+ args: GetWebACLForResourceCommandInput,
536
+ options?: __HttpHandlerOptions
537
+ ): Promise<GetWebACLForResourceCommandOutput>;
538
+ getWebACLForResource(
539
+ args: GetWebACLForResourceCommandInput,
540
+ cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
541
+ ): void;
542
+ getWebACLForResource(
543
+ args: GetWebACLForResourceCommandInput,
544
+ options: __HttpHandlerOptions,
545
+ cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
546
+ ): void;
547
+ listAvailableManagedRuleGroups(
548
+ args: ListAvailableManagedRuleGroupsCommandInput,
549
+ options?: __HttpHandlerOptions
550
+ ): Promise<ListAvailableManagedRuleGroupsCommandOutput>;
551
+ listAvailableManagedRuleGroups(
552
+ args: ListAvailableManagedRuleGroupsCommandInput,
553
+ cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
554
+ ): void;
555
+ listAvailableManagedRuleGroups(
556
+ args: ListAvailableManagedRuleGroupsCommandInput,
557
+ options: __HttpHandlerOptions,
558
+ cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
559
+ ): void;
560
+ listAvailableManagedRuleGroupVersions(
561
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
562
+ options?: __HttpHandlerOptions
563
+ ): Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
564
+ listAvailableManagedRuleGroupVersions(
565
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
566
+ cb: (
567
+ err: any,
568
+ data?: ListAvailableManagedRuleGroupVersionsCommandOutput
569
+ ) => void
570
+ ): void;
571
+ listAvailableManagedRuleGroupVersions(
572
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
573
+ options: __HttpHandlerOptions,
574
+ cb: (
575
+ err: any,
576
+ data?: ListAvailableManagedRuleGroupVersionsCommandOutput
577
+ ) => void
578
+ ): void;
579
+ listIPSets(
580
+ args: ListIPSetsCommandInput,
581
+ options?: __HttpHandlerOptions
582
+ ): Promise<ListIPSetsCommandOutput>;
583
+ listIPSets(
584
+ args: ListIPSetsCommandInput,
585
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
586
+ ): void;
587
+ listIPSets(
588
+ args: ListIPSetsCommandInput,
589
+ options: __HttpHandlerOptions,
590
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
591
+ ): void;
592
+ listLoggingConfigurations(
593
+ args: ListLoggingConfigurationsCommandInput,
594
+ options?: __HttpHandlerOptions
595
+ ): Promise<ListLoggingConfigurationsCommandOutput>;
596
+ listLoggingConfigurations(
597
+ args: ListLoggingConfigurationsCommandInput,
598
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
599
+ ): void;
600
+ listLoggingConfigurations(
601
+ args: ListLoggingConfigurationsCommandInput,
602
+ options: __HttpHandlerOptions,
603
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
604
+ ): void;
605
+ listManagedRuleSets(
606
+ args: ListManagedRuleSetsCommandInput,
607
+ options?: __HttpHandlerOptions
608
+ ): Promise<ListManagedRuleSetsCommandOutput>;
609
+ listManagedRuleSets(
610
+ args: ListManagedRuleSetsCommandInput,
611
+ cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
612
+ ): void;
613
+ listManagedRuleSets(
614
+ args: ListManagedRuleSetsCommandInput,
615
+ options: __HttpHandlerOptions,
616
+ cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
617
+ ): void;
618
+ listMobileSdkReleases(
619
+ args: ListMobileSdkReleasesCommandInput,
620
+ options?: __HttpHandlerOptions
621
+ ): Promise<ListMobileSdkReleasesCommandOutput>;
622
+ listMobileSdkReleases(
623
+ args: ListMobileSdkReleasesCommandInput,
624
+ cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
625
+ ): void;
626
+ listMobileSdkReleases(
627
+ args: ListMobileSdkReleasesCommandInput,
628
+ options: __HttpHandlerOptions,
629
+ cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
630
+ ): void;
631
+ listRegexPatternSets(
632
+ args: ListRegexPatternSetsCommandInput,
633
+ options?: __HttpHandlerOptions
634
+ ): Promise<ListRegexPatternSetsCommandOutput>;
635
+ listRegexPatternSets(
636
+ args: ListRegexPatternSetsCommandInput,
637
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
638
+ ): void;
639
+ listRegexPatternSets(
640
+ args: ListRegexPatternSetsCommandInput,
641
+ options: __HttpHandlerOptions,
642
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
643
+ ): void;
644
+ listResourcesForWebACL(
645
+ args: ListResourcesForWebACLCommandInput,
646
+ options?: __HttpHandlerOptions
647
+ ): Promise<ListResourcesForWebACLCommandOutput>;
648
+ listResourcesForWebACL(
649
+ args: ListResourcesForWebACLCommandInput,
650
+ cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
651
+ ): void;
652
+ listResourcesForWebACL(
653
+ args: ListResourcesForWebACLCommandInput,
654
+ options: __HttpHandlerOptions,
655
+ cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
656
+ ): void;
657
+ listRuleGroups(
658
+ args: ListRuleGroupsCommandInput,
659
+ options?: __HttpHandlerOptions
660
+ ): Promise<ListRuleGroupsCommandOutput>;
661
+ listRuleGroups(
662
+ args: ListRuleGroupsCommandInput,
663
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
664
+ ): void;
665
+ listRuleGroups(
666
+ args: ListRuleGroupsCommandInput,
667
+ options: __HttpHandlerOptions,
668
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
669
+ ): void;
670
+ listTagsForResource(
671
+ args: ListTagsForResourceCommandInput,
672
+ options?: __HttpHandlerOptions
673
+ ): Promise<ListTagsForResourceCommandOutput>;
674
+ listTagsForResource(
675
+ args: ListTagsForResourceCommandInput,
676
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
677
+ ): void;
678
+ listTagsForResource(
679
+ args: ListTagsForResourceCommandInput,
680
+ options: __HttpHandlerOptions,
681
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
682
+ ): void;
683
+ listWebACLs(
684
+ args: ListWebACLsCommandInput,
685
+ options?: __HttpHandlerOptions
686
+ ): Promise<ListWebACLsCommandOutput>;
687
+ listWebACLs(
688
+ args: ListWebACLsCommandInput,
689
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void
690
+ ): void;
691
+ listWebACLs(
692
+ args: ListWebACLsCommandInput,
693
+ options: __HttpHandlerOptions,
694
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void
695
+ ): void;
696
+ putLoggingConfiguration(
697
+ args: PutLoggingConfigurationCommandInput,
698
+ options?: __HttpHandlerOptions
699
+ ): Promise<PutLoggingConfigurationCommandOutput>;
700
+ putLoggingConfiguration(
701
+ args: PutLoggingConfigurationCommandInput,
702
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
703
+ ): void;
704
+ putLoggingConfiguration(
705
+ args: PutLoggingConfigurationCommandInput,
706
+ options: __HttpHandlerOptions,
707
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
708
+ ): void;
709
+ putManagedRuleSetVersions(
710
+ args: PutManagedRuleSetVersionsCommandInput,
711
+ options?: __HttpHandlerOptions
712
+ ): Promise<PutManagedRuleSetVersionsCommandOutput>;
713
+ putManagedRuleSetVersions(
714
+ args: PutManagedRuleSetVersionsCommandInput,
715
+ cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
716
+ ): void;
717
+ putManagedRuleSetVersions(
718
+ args: PutManagedRuleSetVersionsCommandInput,
719
+ options: __HttpHandlerOptions,
720
+ cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
721
+ ): void;
722
+ putPermissionPolicy(
723
+ args: PutPermissionPolicyCommandInput,
724
+ options?: __HttpHandlerOptions
725
+ ): Promise<PutPermissionPolicyCommandOutput>;
726
+ putPermissionPolicy(
727
+ args: PutPermissionPolicyCommandInput,
728
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
729
+ ): void;
730
+ putPermissionPolicy(
731
+ args: PutPermissionPolicyCommandInput,
732
+ options: __HttpHandlerOptions,
733
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
734
+ ): void;
735
+ tagResource(
736
+ args: TagResourceCommandInput,
737
+ options?: __HttpHandlerOptions
738
+ ): Promise<TagResourceCommandOutput>;
739
+ tagResource(
740
+ args: TagResourceCommandInput,
741
+ cb: (err: any, data?: TagResourceCommandOutput) => void
742
+ ): void;
743
+ tagResource(
744
+ args: TagResourceCommandInput,
745
+ options: __HttpHandlerOptions,
746
+ cb: (err: any, data?: TagResourceCommandOutput) => void
747
+ ): void;
748
+ untagResource(
749
+ args: UntagResourceCommandInput,
750
+ options?: __HttpHandlerOptions
751
+ ): Promise<UntagResourceCommandOutput>;
752
+ untagResource(
753
+ args: UntagResourceCommandInput,
754
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
755
+ ): void;
756
+ untagResource(
757
+ args: UntagResourceCommandInput,
758
+ options: __HttpHandlerOptions,
759
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
760
+ ): void;
761
+ updateIPSet(
762
+ args: UpdateIPSetCommandInput,
763
+ options?: __HttpHandlerOptions
764
+ ): Promise<UpdateIPSetCommandOutput>;
765
+ updateIPSet(
766
+ args: UpdateIPSetCommandInput,
767
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
768
+ ): void;
769
+ updateIPSet(
770
+ args: UpdateIPSetCommandInput,
771
+ options: __HttpHandlerOptions,
772
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
773
+ ): void;
774
+ updateManagedRuleSetVersionExpiryDate(
775
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
776
+ options?: __HttpHandlerOptions
777
+ ): Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
778
+ updateManagedRuleSetVersionExpiryDate(
779
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
780
+ cb: (
781
+ err: any,
782
+ data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
783
+ ) => void
784
+ ): void;
785
+ updateManagedRuleSetVersionExpiryDate(
786
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
787
+ options: __HttpHandlerOptions,
788
+ cb: (
789
+ err: any,
790
+ data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
791
+ ) => void
792
+ ): void;
793
+ updateRegexPatternSet(
794
+ args: UpdateRegexPatternSetCommandInput,
795
+ options?: __HttpHandlerOptions
796
+ ): Promise<UpdateRegexPatternSetCommandOutput>;
797
+ updateRegexPatternSet(
798
+ args: UpdateRegexPatternSetCommandInput,
799
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
800
+ ): void;
801
+ updateRegexPatternSet(
802
+ args: UpdateRegexPatternSetCommandInput,
803
+ options: __HttpHandlerOptions,
804
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
805
+ ): void;
806
+ updateRuleGroup(
807
+ args: UpdateRuleGroupCommandInput,
808
+ options?: __HttpHandlerOptions
809
+ ): Promise<UpdateRuleGroupCommandOutput>;
810
+ updateRuleGroup(
811
+ args: UpdateRuleGroupCommandInput,
812
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
813
+ ): void;
814
+ updateRuleGroup(
815
+ args: UpdateRuleGroupCommandInput,
816
+ options: __HttpHandlerOptions,
817
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
818
+ ): void;
819
+ updateWebACL(
820
+ args: UpdateWebACLCommandInput,
821
+ options?: __HttpHandlerOptions
822
+ ): Promise<UpdateWebACLCommandOutput>;
823
+ updateWebACL(
824
+ args: UpdateWebACLCommandInput,
825
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void
826
+ ): void;
827
+ updateWebACL(
828
+ args: UpdateWebACLCommandInput,
829
+ options: __HttpHandlerOptions,
830
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void
831
+ ): void;
832
+ }