@aws-sdk/client-wafv2 3.168.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 +16 -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,245 +1,880 @@
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
+
196
+ export declare class WAFV2 extends WAFV2Client {
197
+ associateWebACL(
198
+ args: AssociateWebACLCommandInput,
199
+ options?: __HttpHandlerOptions
200
+ ): Promise<AssociateWebACLCommandOutput>;
201
+ associateWebACL(
202
+ args: AssociateWebACLCommandInput,
203
+ cb: (err: any, data?: AssociateWebACLCommandOutput) => void
204
+ ): void;
205
+ associateWebACL(
206
+ args: AssociateWebACLCommandInput,
207
+ options: __HttpHandlerOptions,
208
+ cb: (err: any, data?: AssociateWebACLCommandOutput) => void
209
+ ): void;
210
+
211
+ checkCapacity(
212
+ args: CheckCapacityCommandInput,
213
+ options?: __HttpHandlerOptions
214
+ ): Promise<CheckCapacityCommandOutput>;
215
+ checkCapacity(
216
+ args: CheckCapacityCommandInput,
217
+ cb: (err: any, data?: CheckCapacityCommandOutput) => void
218
+ ): void;
219
+ checkCapacity(
220
+ args: CheckCapacityCommandInput,
221
+ options: __HttpHandlerOptions,
222
+ cb: (err: any, data?: CheckCapacityCommandOutput) => void
223
+ ): void;
224
+
225
+ createIPSet(
226
+ args: CreateIPSetCommandInput,
227
+ options?: __HttpHandlerOptions
228
+ ): Promise<CreateIPSetCommandOutput>;
229
+ createIPSet(
230
+ args: CreateIPSetCommandInput,
231
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
232
+ ): void;
233
+ createIPSet(
234
+ args: CreateIPSetCommandInput,
235
+ options: __HttpHandlerOptions,
236
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
237
+ ): void;
238
+
239
+ createRegexPatternSet(
240
+ args: CreateRegexPatternSetCommandInput,
241
+ options?: __HttpHandlerOptions
242
+ ): Promise<CreateRegexPatternSetCommandOutput>;
243
+ createRegexPatternSet(
244
+ args: CreateRegexPatternSetCommandInput,
245
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
246
+ ): void;
247
+ createRegexPatternSet(
248
+ args: CreateRegexPatternSetCommandInput,
249
+ options: __HttpHandlerOptions,
250
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
251
+ ): void;
252
+
253
+ createRuleGroup(
254
+ args: CreateRuleGroupCommandInput,
255
+ options?: __HttpHandlerOptions
256
+ ): Promise<CreateRuleGroupCommandOutput>;
257
+ createRuleGroup(
258
+ args: CreateRuleGroupCommandInput,
259
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
260
+ ): void;
261
+ createRuleGroup(
262
+ args: CreateRuleGroupCommandInput,
263
+ options: __HttpHandlerOptions,
264
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
265
+ ): void;
266
+
267
+ createWebACL(
268
+ args: CreateWebACLCommandInput,
269
+ options?: __HttpHandlerOptions
270
+ ): Promise<CreateWebACLCommandOutput>;
271
+ createWebACL(
272
+ args: CreateWebACLCommandInput,
273
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void
274
+ ): void;
275
+ createWebACL(
276
+ args: CreateWebACLCommandInput,
277
+ options: __HttpHandlerOptions,
278
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void
279
+ ): void;
280
+
281
+ deleteFirewallManagerRuleGroups(
282
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
285
+ deleteFirewallManagerRuleGroups(
286
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
287
+ cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
288
+ ): void;
289
+ deleteFirewallManagerRuleGroups(
290
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
293
+ ): void;
294
+
295
+ deleteIPSet(
296
+ args: DeleteIPSetCommandInput,
297
+ options?: __HttpHandlerOptions
298
+ ): Promise<DeleteIPSetCommandOutput>;
299
+ deleteIPSet(
300
+ args: DeleteIPSetCommandInput,
301
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
302
+ ): void;
303
+ deleteIPSet(
304
+ args: DeleteIPSetCommandInput,
305
+ options: __HttpHandlerOptions,
306
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
307
+ ): void;
308
+
309
+ deleteLoggingConfiguration(
310
+ args: DeleteLoggingConfigurationCommandInput,
311
+ options?: __HttpHandlerOptions
312
+ ): Promise<DeleteLoggingConfigurationCommandOutput>;
313
+ deleteLoggingConfiguration(
314
+ args: DeleteLoggingConfigurationCommandInput,
315
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
316
+ ): void;
317
+ deleteLoggingConfiguration(
318
+ args: DeleteLoggingConfigurationCommandInput,
319
+ options: __HttpHandlerOptions,
320
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
321
+ ): void;
322
+
323
+ deletePermissionPolicy(
324
+ args: DeletePermissionPolicyCommandInput,
325
+ options?: __HttpHandlerOptions
326
+ ): Promise<DeletePermissionPolicyCommandOutput>;
327
+ deletePermissionPolicy(
328
+ args: DeletePermissionPolicyCommandInput,
329
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
330
+ ): void;
331
+ deletePermissionPolicy(
332
+ args: DeletePermissionPolicyCommandInput,
333
+ options: __HttpHandlerOptions,
334
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
335
+ ): void;
336
+
337
+ deleteRegexPatternSet(
338
+ args: DeleteRegexPatternSetCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<DeleteRegexPatternSetCommandOutput>;
341
+ deleteRegexPatternSet(
342
+ args: DeleteRegexPatternSetCommandInput,
343
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
344
+ ): void;
345
+ deleteRegexPatternSet(
346
+ args: DeleteRegexPatternSetCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
349
+ ): void;
350
+
351
+ deleteRuleGroup(
352
+ args: DeleteRuleGroupCommandInput,
353
+ options?: __HttpHandlerOptions
354
+ ): Promise<DeleteRuleGroupCommandOutput>;
355
+ deleteRuleGroup(
356
+ args: DeleteRuleGroupCommandInput,
357
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
358
+ ): void;
359
+ deleteRuleGroup(
360
+ args: DeleteRuleGroupCommandInput,
361
+ options: __HttpHandlerOptions,
362
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
363
+ ): void;
364
+
365
+ deleteWebACL(
366
+ args: DeleteWebACLCommandInput,
367
+ options?: __HttpHandlerOptions
368
+ ): Promise<DeleteWebACLCommandOutput>;
369
+ deleteWebACL(
370
+ args: DeleteWebACLCommandInput,
371
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void
372
+ ): void;
373
+ deleteWebACL(
374
+ args: DeleteWebACLCommandInput,
375
+ options: __HttpHandlerOptions,
376
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void
377
+ ): void;
378
+
379
+ describeManagedRuleGroup(
380
+ args: DescribeManagedRuleGroupCommandInput,
381
+ options?: __HttpHandlerOptions
382
+ ): Promise<DescribeManagedRuleGroupCommandOutput>;
383
+ describeManagedRuleGroup(
384
+ args: DescribeManagedRuleGroupCommandInput,
385
+ cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
386
+ ): void;
387
+ describeManagedRuleGroup(
388
+ args: DescribeManagedRuleGroupCommandInput,
389
+ options: __HttpHandlerOptions,
390
+ cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
391
+ ): void;
392
+
393
+ disassociateWebACL(
394
+ args: DisassociateWebACLCommandInput,
395
+ options?: __HttpHandlerOptions
396
+ ): Promise<DisassociateWebACLCommandOutput>;
397
+ disassociateWebACL(
398
+ args: DisassociateWebACLCommandInput,
399
+ cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
400
+ ): void;
401
+ disassociateWebACL(
402
+ args: DisassociateWebACLCommandInput,
403
+ options: __HttpHandlerOptions,
404
+ cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
405
+ ): void;
406
+
407
+ generateMobileSdkReleaseUrl(
408
+ args: GenerateMobileSdkReleaseUrlCommandInput,
409
+ options?: __HttpHandlerOptions
410
+ ): Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
411
+ generateMobileSdkReleaseUrl(
412
+ args: GenerateMobileSdkReleaseUrlCommandInput,
413
+ cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
414
+ ): void;
415
+ generateMobileSdkReleaseUrl(
416
+ args: GenerateMobileSdkReleaseUrlCommandInput,
417
+ options: __HttpHandlerOptions,
418
+ cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
419
+ ): void;
420
+
421
+ getIPSet(
422
+ args: GetIPSetCommandInput,
423
+ options?: __HttpHandlerOptions
424
+ ): Promise<GetIPSetCommandOutput>;
425
+ getIPSet(
426
+ args: GetIPSetCommandInput,
427
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
428
+ ): void;
429
+ getIPSet(
430
+ args: GetIPSetCommandInput,
431
+ options: __HttpHandlerOptions,
432
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
433
+ ): void;
434
+
435
+ getLoggingConfiguration(
436
+ args: GetLoggingConfigurationCommandInput,
437
+ options?: __HttpHandlerOptions
438
+ ): Promise<GetLoggingConfigurationCommandOutput>;
439
+ getLoggingConfiguration(
440
+ args: GetLoggingConfigurationCommandInput,
441
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
442
+ ): void;
443
+ getLoggingConfiguration(
444
+ args: GetLoggingConfigurationCommandInput,
445
+ options: __HttpHandlerOptions,
446
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
447
+ ): void;
448
+
449
+ getManagedRuleSet(
450
+ args: GetManagedRuleSetCommandInput,
451
+ options?: __HttpHandlerOptions
452
+ ): Promise<GetManagedRuleSetCommandOutput>;
453
+ getManagedRuleSet(
454
+ args: GetManagedRuleSetCommandInput,
455
+ cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
456
+ ): void;
457
+ getManagedRuleSet(
458
+ args: GetManagedRuleSetCommandInput,
459
+ options: __HttpHandlerOptions,
460
+ cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
461
+ ): void;
462
+
463
+ getMobileSdkRelease(
464
+ args: GetMobileSdkReleaseCommandInput,
465
+ options?: __HttpHandlerOptions
466
+ ): Promise<GetMobileSdkReleaseCommandOutput>;
467
+ getMobileSdkRelease(
468
+ args: GetMobileSdkReleaseCommandInput,
469
+ cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
470
+ ): void;
471
+ getMobileSdkRelease(
472
+ args: GetMobileSdkReleaseCommandInput,
473
+ options: __HttpHandlerOptions,
474
+ cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
475
+ ): void;
476
+
477
+ getPermissionPolicy(
478
+ args: GetPermissionPolicyCommandInput,
479
+ options?: __HttpHandlerOptions
480
+ ): Promise<GetPermissionPolicyCommandOutput>;
481
+ getPermissionPolicy(
482
+ args: GetPermissionPolicyCommandInput,
483
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
484
+ ): void;
485
+ getPermissionPolicy(
486
+ args: GetPermissionPolicyCommandInput,
487
+ options: __HttpHandlerOptions,
488
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
489
+ ): void;
490
+
491
+ getRateBasedStatementManagedKeys(
492
+ args: GetRateBasedStatementManagedKeysCommandInput,
493
+ options?: __HttpHandlerOptions
494
+ ): Promise<GetRateBasedStatementManagedKeysCommandOutput>;
495
+ getRateBasedStatementManagedKeys(
496
+ args: GetRateBasedStatementManagedKeysCommandInput,
497
+ cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
498
+ ): void;
499
+ getRateBasedStatementManagedKeys(
500
+ args: GetRateBasedStatementManagedKeysCommandInput,
501
+ options: __HttpHandlerOptions,
502
+ cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
503
+ ): void;
504
+
505
+ getRegexPatternSet(
506
+ args: GetRegexPatternSetCommandInput,
507
+ options?: __HttpHandlerOptions
508
+ ): Promise<GetRegexPatternSetCommandOutput>;
509
+ getRegexPatternSet(
510
+ args: GetRegexPatternSetCommandInput,
511
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
512
+ ): void;
513
+ getRegexPatternSet(
514
+ args: GetRegexPatternSetCommandInput,
515
+ options: __HttpHandlerOptions,
516
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
517
+ ): void;
518
+
519
+ getRuleGroup(
520
+ args: GetRuleGroupCommandInput,
521
+ options?: __HttpHandlerOptions
522
+ ): Promise<GetRuleGroupCommandOutput>;
523
+ getRuleGroup(
524
+ args: GetRuleGroupCommandInput,
525
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void
526
+ ): void;
527
+ getRuleGroup(
528
+ args: GetRuleGroupCommandInput,
529
+ options: __HttpHandlerOptions,
530
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void
531
+ ): void;
532
+
533
+ getSampledRequests(
534
+ args: GetSampledRequestsCommandInput,
535
+ options?: __HttpHandlerOptions
536
+ ): Promise<GetSampledRequestsCommandOutput>;
537
+ getSampledRequests(
538
+ args: GetSampledRequestsCommandInput,
539
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
540
+ ): void;
541
+ getSampledRequests(
542
+ args: GetSampledRequestsCommandInput,
543
+ options: __HttpHandlerOptions,
544
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
545
+ ): void;
546
+
547
+ getWebACL(
548
+ args: GetWebACLCommandInput,
549
+ options?: __HttpHandlerOptions
550
+ ): Promise<GetWebACLCommandOutput>;
551
+ getWebACL(
552
+ args: GetWebACLCommandInput,
553
+ cb: (err: any, data?: GetWebACLCommandOutput) => void
554
+ ): void;
555
+ getWebACL(
556
+ args: GetWebACLCommandInput,
557
+ options: __HttpHandlerOptions,
558
+ cb: (err: any, data?: GetWebACLCommandOutput) => void
559
+ ): void;
560
+
561
+ getWebACLForResource(
562
+ args: GetWebACLForResourceCommandInput,
563
+ options?: __HttpHandlerOptions
564
+ ): Promise<GetWebACLForResourceCommandOutput>;
565
+ getWebACLForResource(
566
+ args: GetWebACLForResourceCommandInput,
567
+ cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
568
+ ): void;
569
+ getWebACLForResource(
570
+ args: GetWebACLForResourceCommandInput,
571
+ options: __HttpHandlerOptions,
572
+ cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
573
+ ): void;
574
+
575
+ listAvailableManagedRuleGroups(
576
+ args: ListAvailableManagedRuleGroupsCommandInput,
577
+ options?: __HttpHandlerOptions
578
+ ): Promise<ListAvailableManagedRuleGroupsCommandOutput>;
579
+ listAvailableManagedRuleGroups(
580
+ args: ListAvailableManagedRuleGroupsCommandInput,
581
+ cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
582
+ ): void;
583
+ listAvailableManagedRuleGroups(
584
+ args: ListAvailableManagedRuleGroupsCommandInput,
585
+ options: __HttpHandlerOptions,
586
+ cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
587
+ ): void;
588
+
589
+ listAvailableManagedRuleGroupVersions(
590
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
591
+ options?: __HttpHandlerOptions
592
+ ): Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
593
+ listAvailableManagedRuleGroupVersions(
594
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
595
+ cb: (
596
+ err: any,
597
+ data?: ListAvailableManagedRuleGroupVersionsCommandOutput
598
+ ) => void
599
+ ): void;
600
+ listAvailableManagedRuleGroupVersions(
601
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
602
+ options: __HttpHandlerOptions,
603
+ cb: (
604
+ err: any,
605
+ data?: ListAvailableManagedRuleGroupVersionsCommandOutput
606
+ ) => void
607
+ ): void;
608
+
609
+ listIPSets(
610
+ args: ListIPSetsCommandInput,
611
+ options?: __HttpHandlerOptions
612
+ ): Promise<ListIPSetsCommandOutput>;
613
+ listIPSets(
614
+ args: ListIPSetsCommandInput,
615
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
616
+ ): void;
617
+ listIPSets(
618
+ args: ListIPSetsCommandInput,
619
+ options: __HttpHandlerOptions,
620
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
621
+ ): void;
622
+
623
+ listLoggingConfigurations(
624
+ args: ListLoggingConfigurationsCommandInput,
625
+ options?: __HttpHandlerOptions
626
+ ): Promise<ListLoggingConfigurationsCommandOutput>;
627
+ listLoggingConfigurations(
628
+ args: ListLoggingConfigurationsCommandInput,
629
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
630
+ ): void;
631
+ listLoggingConfigurations(
632
+ args: ListLoggingConfigurationsCommandInput,
633
+ options: __HttpHandlerOptions,
634
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
635
+ ): void;
636
+
637
+ listManagedRuleSets(
638
+ args: ListManagedRuleSetsCommandInput,
639
+ options?: __HttpHandlerOptions
640
+ ): Promise<ListManagedRuleSetsCommandOutput>;
641
+ listManagedRuleSets(
642
+ args: ListManagedRuleSetsCommandInput,
643
+ cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
644
+ ): void;
645
+ listManagedRuleSets(
646
+ args: ListManagedRuleSetsCommandInput,
647
+ options: __HttpHandlerOptions,
648
+ cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
649
+ ): void;
650
+
651
+ listMobileSdkReleases(
652
+ args: ListMobileSdkReleasesCommandInput,
653
+ options?: __HttpHandlerOptions
654
+ ): Promise<ListMobileSdkReleasesCommandOutput>;
655
+ listMobileSdkReleases(
656
+ args: ListMobileSdkReleasesCommandInput,
657
+ cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
658
+ ): void;
659
+ listMobileSdkReleases(
660
+ args: ListMobileSdkReleasesCommandInput,
661
+ options: __HttpHandlerOptions,
662
+ cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
663
+ ): void;
664
+
665
+ listRegexPatternSets(
666
+ args: ListRegexPatternSetsCommandInput,
667
+ options?: __HttpHandlerOptions
668
+ ): Promise<ListRegexPatternSetsCommandOutput>;
669
+ listRegexPatternSets(
670
+ args: ListRegexPatternSetsCommandInput,
671
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
672
+ ): void;
673
+ listRegexPatternSets(
674
+ args: ListRegexPatternSetsCommandInput,
675
+ options: __HttpHandlerOptions,
676
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
677
+ ): void;
678
+
679
+ listResourcesForWebACL(
680
+ args: ListResourcesForWebACLCommandInput,
681
+ options?: __HttpHandlerOptions
682
+ ): Promise<ListResourcesForWebACLCommandOutput>;
683
+ listResourcesForWebACL(
684
+ args: ListResourcesForWebACLCommandInput,
685
+ cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
686
+ ): void;
687
+ listResourcesForWebACL(
688
+ args: ListResourcesForWebACLCommandInput,
689
+ options: __HttpHandlerOptions,
690
+ cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
691
+ ): void;
692
+
693
+ listRuleGroups(
694
+ args: ListRuleGroupsCommandInput,
695
+ options?: __HttpHandlerOptions
696
+ ): Promise<ListRuleGroupsCommandOutput>;
697
+ listRuleGroups(
698
+ args: ListRuleGroupsCommandInput,
699
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
700
+ ): void;
701
+ listRuleGroups(
702
+ args: ListRuleGroupsCommandInput,
703
+ options: __HttpHandlerOptions,
704
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
705
+ ): void;
706
+
707
+ listTagsForResource(
708
+ args: ListTagsForResourceCommandInput,
709
+ options?: __HttpHandlerOptions
710
+ ): Promise<ListTagsForResourceCommandOutput>;
711
+ listTagsForResource(
712
+ args: ListTagsForResourceCommandInput,
713
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
714
+ ): void;
715
+ listTagsForResource(
716
+ args: ListTagsForResourceCommandInput,
717
+ options: __HttpHandlerOptions,
718
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
719
+ ): void;
720
+
721
+ listWebACLs(
722
+ args: ListWebACLsCommandInput,
723
+ options?: __HttpHandlerOptions
724
+ ): Promise<ListWebACLsCommandOutput>;
725
+ listWebACLs(
726
+ args: ListWebACLsCommandInput,
727
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void
728
+ ): void;
729
+ listWebACLs(
730
+ args: ListWebACLsCommandInput,
731
+ options: __HttpHandlerOptions,
732
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void
733
+ ): void;
734
+
735
+ putLoggingConfiguration(
736
+ args: PutLoggingConfigurationCommandInput,
737
+ options?: __HttpHandlerOptions
738
+ ): Promise<PutLoggingConfigurationCommandOutput>;
739
+ putLoggingConfiguration(
740
+ args: PutLoggingConfigurationCommandInput,
741
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
742
+ ): void;
743
+ putLoggingConfiguration(
744
+ args: PutLoggingConfigurationCommandInput,
745
+ options: __HttpHandlerOptions,
746
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
747
+ ): void;
748
+
749
+ putManagedRuleSetVersions(
750
+ args: PutManagedRuleSetVersionsCommandInput,
751
+ options?: __HttpHandlerOptions
752
+ ): Promise<PutManagedRuleSetVersionsCommandOutput>;
753
+ putManagedRuleSetVersions(
754
+ args: PutManagedRuleSetVersionsCommandInput,
755
+ cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
756
+ ): void;
757
+ putManagedRuleSetVersions(
758
+ args: PutManagedRuleSetVersionsCommandInput,
759
+ options: __HttpHandlerOptions,
760
+ cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
761
+ ): void;
762
+
763
+ putPermissionPolicy(
764
+ args: PutPermissionPolicyCommandInput,
765
+ options?: __HttpHandlerOptions
766
+ ): Promise<PutPermissionPolicyCommandOutput>;
767
+ putPermissionPolicy(
768
+ args: PutPermissionPolicyCommandInput,
769
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
770
+ ): void;
771
+ putPermissionPolicy(
772
+ args: PutPermissionPolicyCommandInput,
773
+ options: __HttpHandlerOptions,
774
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
775
+ ): void;
776
+
777
+ tagResource(
778
+ args: TagResourceCommandInput,
779
+ options?: __HttpHandlerOptions
780
+ ): Promise<TagResourceCommandOutput>;
781
+ tagResource(
782
+ args: TagResourceCommandInput,
783
+ cb: (err: any, data?: TagResourceCommandOutput) => void
784
+ ): void;
785
+ tagResource(
786
+ args: TagResourceCommandInput,
787
+ options: __HttpHandlerOptions,
788
+ cb: (err: any, data?: TagResourceCommandOutput) => void
789
+ ): void;
790
+
791
+ untagResource(
792
+ args: UntagResourceCommandInput,
793
+ options?: __HttpHandlerOptions
794
+ ): Promise<UntagResourceCommandOutput>;
795
+ untagResource(
796
+ args: UntagResourceCommandInput,
797
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
798
+ ): void;
799
+ untagResource(
800
+ args: UntagResourceCommandInput,
801
+ options: __HttpHandlerOptions,
802
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
803
+ ): void;
804
+
805
+ updateIPSet(
806
+ args: UpdateIPSetCommandInput,
807
+ options?: __HttpHandlerOptions
808
+ ): Promise<UpdateIPSetCommandOutput>;
809
+ updateIPSet(
810
+ args: UpdateIPSetCommandInput,
811
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
812
+ ): void;
813
+ updateIPSet(
814
+ args: UpdateIPSetCommandInput,
815
+ options: __HttpHandlerOptions,
816
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
817
+ ): void;
818
+
819
+ updateManagedRuleSetVersionExpiryDate(
820
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
821
+ options?: __HttpHandlerOptions
822
+ ): Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
823
+ updateManagedRuleSetVersionExpiryDate(
824
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
825
+ cb: (
826
+ err: any,
827
+ data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
828
+ ) => void
829
+ ): void;
830
+ updateManagedRuleSetVersionExpiryDate(
831
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
832
+ options: __HttpHandlerOptions,
833
+ cb: (
834
+ err: any,
835
+ data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
836
+ ) => void
837
+ ): void;
838
+
839
+ updateRegexPatternSet(
840
+ args: UpdateRegexPatternSetCommandInput,
841
+ options?: __HttpHandlerOptions
842
+ ): Promise<UpdateRegexPatternSetCommandOutput>;
843
+ updateRegexPatternSet(
844
+ args: UpdateRegexPatternSetCommandInput,
845
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
846
+ ): void;
847
+ updateRegexPatternSet(
848
+ args: UpdateRegexPatternSetCommandInput,
849
+ options: __HttpHandlerOptions,
850
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
851
+ ): void;
852
+
853
+ updateRuleGroup(
854
+ args: UpdateRuleGroupCommandInput,
855
+ options?: __HttpHandlerOptions
856
+ ): Promise<UpdateRuleGroupCommandOutput>;
857
+ updateRuleGroup(
858
+ args: UpdateRuleGroupCommandInput,
859
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
860
+ ): void;
861
+ updateRuleGroup(
862
+ args: UpdateRuleGroupCommandInput,
863
+ options: __HttpHandlerOptions,
864
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
865
+ ): void;
866
+
867
+ updateWebACL(
868
+ args: UpdateWebACLCommandInput,
869
+ options?: __HttpHandlerOptions
870
+ ): Promise<UpdateWebACLCommandOutput>;
871
+ updateWebACL(
872
+ args: UpdateWebACLCommandInput,
873
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void
874
+ ): void;
875
+ updateWebACL(
876
+ args: UpdateWebACLCommandInput,
877
+ options: __HttpHandlerOptions,
878
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void
879
+ ): void;
880
+ }