@aws-sdk/client-wafv2 3.422.0 → 3.423.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 (71) hide show
  1. package/dist-types/ts3.4/WAFV2.d.ts +918 -438
  2. package/dist-types/ts3.4/WAFV2Client.d.ts +436 -277
  3. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +38 -118
  4. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +38 -1093
  5. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +35 -115
  6. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +35 -144
  7. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +42 -143
  8. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +38 -1116
  9. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +35 -1145
  10. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +42 -115
  11. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +35 -124
  12. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +42 -110
  13. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +42 -103
  14. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +42 -124
  15. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +38 -124
  16. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +35 -158
  17. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +42 -92
  18. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +42 -114
  19. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +42 -191
  20. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +39 -109
  21. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +42 -110
  22. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +39 -112
  23. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +35 -119
  24. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +42 -192
  25. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +39 -131
  26. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +39 -121
  27. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +39 -105
  28. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +42 -142
  29. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +39 -120
  30. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +35 -1088
  31. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +39 -168
  32. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +35 -1283
  33. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +42 -1286
  34. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +35 -121
  35. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +42 -118
  36. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +42 -113
  37. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +35 -113
  38. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +42 -191
  39. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +39 -117
  40. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +42 -112
  41. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +42 -113
  42. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +42 -112
  43. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +38 -113
  44. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -132
  45. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +35 -113
  46. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +42 -345
  47. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +42 -133
  48. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +39 -145
  49. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -131
  50. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -118
  51. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +35 -146
  52. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +42 -125
  53. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +42 -148
  54. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +38 -1128
  55. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +35 -1146
  56. package/dist-types/ts3.4/commands/index.d.ts +53 -53
  57. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +33 -22
  58. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -5
  59. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -2
  60. package/dist-types/ts3.4/extensionConfiguration.d.ts +7 -8
  61. package/dist-types/ts3.4/index.d.ts +6 -68
  62. package/dist-types/ts3.4/models/WAFV2ServiceException.d.ts +8 -13
  63. package/dist-types/ts3.4/models/index.d.ts +1 -1
  64. package/dist-types/ts3.4/models/models_0.d.ts +1764 -7951
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +641 -479
  66. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +97 -46
  67. package/dist-types/ts3.4/runtimeConfig.d.ts +97 -46
  68. package/dist-types/ts3.4/runtimeConfig.native.d.ts +88 -45
  69. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +19 -19
  70. package/dist-types/ts3.4/runtimeExtensions.d.ts +11 -17
  71. package/package.json +3 -3
@@ -1,438 +1,918 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
- import { AssociateWebACLCommandInput, AssociateWebACLCommandOutput } from "./commands/AssociateWebACLCommand";
3
- import { CheckCapacityCommandInput, CheckCapacityCommandOutput } from "./commands/CheckCapacityCommand";
4
- import { CreateAPIKeyCommandInput, CreateAPIKeyCommandOutput } from "./commands/CreateAPIKeyCommand";
5
- import { CreateIPSetCommandInput, CreateIPSetCommandOutput } from "./commands/CreateIPSetCommand";
6
- import { CreateRegexPatternSetCommandInput, CreateRegexPatternSetCommandOutput } from "./commands/CreateRegexPatternSetCommand";
7
- import { CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput } from "./commands/CreateRuleGroupCommand";
8
- import { CreateWebACLCommandInput, CreateWebACLCommandOutput } from "./commands/CreateWebACLCommand";
9
- import { DeleteFirewallManagerRuleGroupsCommandInput, DeleteFirewallManagerRuleGroupsCommandOutput } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
10
- import { DeleteIPSetCommandInput, DeleteIPSetCommandOutput } from "./commands/DeleteIPSetCommand";
11
- import { DeleteLoggingConfigurationCommandInput, DeleteLoggingConfigurationCommandOutput } from "./commands/DeleteLoggingConfigurationCommand";
12
- import { DeletePermissionPolicyCommandInput, DeletePermissionPolicyCommandOutput } from "./commands/DeletePermissionPolicyCommand";
13
- import { DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput } from "./commands/DeleteRegexPatternSetCommand";
14
- import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "./commands/DeleteRuleGroupCommand";
15
- import { DeleteWebACLCommandInput, DeleteWebACLCommandOutput } from "./commands/DeleteWebACLCommand";
16
- import { DescribeAllManagedProductsCommandInput, DescribeAllManagedProductsCommandOutput } from "./commands/DescribeAllManagedProductsCommand";
17
- import { DescribeManagedProductsByVendorCommandInput, DescribeManagedProductsByVendorCommandOutput } from "./commands/DescribeManagedProductsByVendorCommand";
18
- import { DescribeManagedRuleGroupCommandInput, DescribeManagedRuleGroupCommandOutput } from "./commands/DescribeManagedRuleGroupCommand";
19
- import { DisassociateWebACLCommandInput, DisassociateWebACLCommandOutput } from "./commands/DisassociateWebACLCommand";
20
- import { GenerateMobileSdkReleaseUrlCommandInput, GenerateMobileSdkReleaseUrlCommandOutput } from "./commands/GenerateMobileSdkReleaseUrlCommand";
21
- import { GetDecryptedAPIKeyCommandInput, GetDecryptedAPIKeyCommandOutput } from "./commands/GetDecryptedAPIKeyCommand";
22
- import { GetIPSetCommandInput, GetIPSetCommandOutput } from "./commands/GetIPSetCommand";
23
- import { GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput } from "./commands/GetLoggingConfigurationCommand";
24
- import { GetManagedRuleSetCommandInput, GetManagedRuleSetCommandOutput } from "./commands/GetManagedRuleSetCommand";
25
- import { GetMobileSdkReleaseCommandInput, GetMobileSdkReleaseCommandOutput } from "./commands/GetMobileSdkReleaseCommand";
26
- import { GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput } from "./commands/GetPermissionPolicyCommand";
27
- import { GetRateBasedStatementManagedKeysCommandInput, GetRateBasedStatementManagedKeysCommandOutput } from "./commands/GetRateBasedStatementManagedKeysCommand";
28
- import { GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput } from "./commands/GetRegexPatternSetCommand";
29
- import { GetRuleGroupCommandInput, GetRuleGroupCommandOutput } from "./commands/GetRuleGroupCommand";
30
- import { GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput } from "./commands/GetSampledRequestsCommand";
31
- import { GetWebACLCommandInput, GetWebACLCommandOutput } from "./commands/GetWebACLCommand";
32
- import { GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput } from "./commands/GetWebACLForResourceCommand";
33
- import { ListAPIKeysCommandInput, ListAPIKeysCommandOutput } from "./commands/ListAPIKeysCommand";
34
- import { ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput } from "./commands/ListAvailableManagedRuleGroupsCommand";
35
- import { ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
36
- import { ListIPSetsCommandInput, ListIPSetsCommandOutput } from "./commands/ListIPSetsCommand";
37
- import { ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput } from "./commands/ListLoggingConfigurationsCommand";
38
- import { ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput } from "./commands/ListManagedRuleSetsCommand";
39
- import { ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput } from "./commands/ListMobileSdkReleasesCommand";
40
- import { ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput } from "./commands/ListRegexPatternSetsCommand";
41
- import { ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput } from "./commands/ListResourcesForWebACLCommand";
42
- import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "./commands/ListRuleGroupsCommand";
43
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
44
- import { ListWebACLsCommandInput, ListWebACLsCommandOutput } from "./commands/ListWebACLsCommand";
45
- import { PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput } from "./commands/PutLoggingConfigurationCommand";
46
- import { PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput } from "./commands/PutManagedRuleSetVersionsCommand";
47
- import { PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput } from "./commands/PutPermissionPolicyCommand";
48
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
49
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
50
- import { UpdateIPSetCommandInput, UpdateIPSetCommandOutput } from "./commands/UpdateIPSetCommand";
51
- import { UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
52
- import { UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput } from "./commands/UpdateRegexPatternSetCommand";
53
- import { UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput } from "./commands/UpdateRuleGroupCommand";
54
- import { UpdateWebACLCommandInput, UpdateWebACLCommandOutput } from "./commands/UpdateWebACLCommand";
55
- import { WAFV2Client } from "./WAFV2Client";
56
- export interface WAFV2 {
57
- /**
58
- * @see {@link AssociateWebACLCommand}
59
- */
60
- associateWebACL(args: AssociateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<AssociateWebACLCommandOutput>;
61
- associateWebACL(args: AssociateWebACLCommandInput, cb: (err: any, data?: AssociateWebACLCommandOutput) => void): void;
62
- associateWebACL(args: AssociateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AssociateWebACLCommandOutput) => void): void;
63
- /**
64
- * @see {@link CheckCapacityCommand}
65
- */
66
- checkCapacity(args: CheckCapacityCommandInput, options?: __HttpHandlerOptions): Promise<CheckCapacityCommandOutput>;
67
- checkCapacity(args: CheckCapacityCommandInput, cb: (err: any, data?: CheckCapacityCommandOutput) => void): void;
68
- checkCapacity(args: CheckCapacityCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CheckCapacityCommandOutput) => void): void;
69
- /**
70
- * @see {@link CreateAPIKeyCommand}
71
- */
72
- createAPIKey(args: CreateAPIKeyCommandInput, options?: __HttpHandlerOptions): Promise<CreateAPIKeyCommandOutput>;
73
- createAPIKey(args: CreateAPIKeyCommandInput, cb: (err: any, data?: CreateAPIKeyCommandOutput) => void): void;
74
- createAPIKey(args: CreateAPIKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateAPIKeyCommandOutput) => void): void;
75
- /**
76
- * @see {@link CreateIPSetCommand}
77
- */
78
- createIPSet(args: CreateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateIPSetCommandOutput>;
79
- createIPSet(args: CreateIPSetCommandInput, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
80
- createIPSet(args: CreateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateIPSetCommandOutput) => void): void;
81
- /**
82
- * @see {@link CreateRegexPatternSetCommand}
83
- */
84
- createRegexPatternSet(args: CreateRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<CreateRegexPatternSetCommandOutput>;
85
- createRegexPatternSet(args: CreateRegexPatternSetCommandInput, cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void): void;
86
- createRegexPatternSet(args: CreateRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void): void;
87
- /**
88
- * @see {@link CreateRuleGroupCommand}
89
- */
90
- createRuleGroup(args: CreateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<CreateRuleGroupCommandOutput>;
91
- createRuleGroup(args: CreateRuleGroupCommandInput, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
92
- createRuleGroup(args: CreateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRuleGroupCommandOutput) => void): void;
93
- /**
94
- * @see {@link CreateWebACLCommand}
95
- */
96
- createWebACL(args: CreateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<CreateWebACLCommandOutput>;
97
- createWebACL(args: CreateWebACLCommandInput, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
98
- createWebACL(args: CreateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateWebACLCommandOutput) => void): void;
99
- /**
100
- * @see {@link DeleteFirewallManagerRuleGroupsCommand}
101
- */
102
- deleteFirewallManagerRuleGroups(args: DeleteFirewallManagerRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
103
- deleteFirewallManagerRuleGroups(args: DeleteFirewallManagerRuleGroupsCommandInput, cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void): void;
104
- deleteFirewallManagerRuleGroups(args: DeleteFirewallManagerRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void): void;
105
- /**
106
- * @see {@link DeleteIPSetCommand}
107
- */
108
- deleteIPSet(args: DeleteIPSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteIPSetCommandOutput>;
109
- deleteIPSet(args: DeleteIPSetCommandInput, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
110
- deleteIPSet(args: DeleteIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteIPSetCommandOutput) => void): void;
111
- /**
112
- * @see {@link DeleteLoggingConfigurationCommand}
113
- */
114
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteLoggingConfigurationCommandOutput>;
115
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
116
- deleteLoggingConfiguration(args: DeleteLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void): void;
117
- /**
118
- * @see {@link DeletePermissionPolicyCommand}
119
- */
120
- deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeletePermissionPolicyCommandOutput>;
121
- deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void): void;
122
- deletePermissionPolicy(args: DeletePermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void): void;
123
- /**
124
- * @see {@link DeleteRegexPatternSetCommand}
125
- */
126
- deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRegexPatternSetCommandOutput>;
127
- deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void): void;
128
- deleteRegexPatternSet(args: DeleteRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void): void;
129
- /**
130
- * @see {@link DeleteRuleGroupCommand}
131
- */
132
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupCommandOutput>;
133
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
134
- deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
135
- /**
136
- * @see {@link DeleteWebACLCommand}
137
- */
138
- deleteWebACL(args: DeleteWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DeleteWebACLCommandOutput>;
139
- deleteWebACL(args: DeleteWebACLCommandInput, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
140
- deleteWebACL(args: DeleteWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteWebACLCommandOutput) => void): void;
141
- /**
142
- * @see {@link DescribeAllManagedProductsCommand}
143
- */
144
- describeAllManagedProducts(args: DescribeAllManagedProductsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAllManagedProductsCommandOutput>;
145
- describeAllManagedProducts(args: DescribeAllManagedProductsCommandInput, cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void): void;
146
- describeAllManagedProducts(args: DescribeAllManagedProductsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void): void;
147
- /**
148
- * @see {@link DescribeManagedProductsByVendorCommand}
149
- */
150
- describeManagedProductsByVendor(args: DescribeManagedProductsByVendorCommandInput, options?: __HttpHandlerOptions): Promise<DescribeManagedProductsByVendorCommandOutput>;
151
- describeManagedProductsByVendor(args: DescribeManagedProductsByVendorCommandInput, cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void): void;
152
- describeManagedProductsByVendor(args: DescribeManagedProductsByVendorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void): void;
153
- /**
154
- * @see {@link DescribeManagedRuleGroupCommand}
155
- */
156
- describeManagedRuleGroup(args: DescribeManagedRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeManagedRuleGroupCommandOutput>;
157
- describeManagedRuleGroup(args: DescribeManagedRuleGroupCommandInput, cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void): void;
158
- describeManagedRuleGroup(args: DescribeManagedRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void): void;
159
- /**
160
- * @see {@link DisassociateWebACLCommand}
161
- */
162
- disassociateWebACL(args: DisassociateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<DisassociateWebACLCommandOutput>;
163
- disassociateWebACL(args: DisassociateWebACLCommandInput, cb: (err: any, data?: DisassociateWebACLCommandOutput) => void): void;
164
- disassociateWebACL(args: DisassociateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisassociateWebACLCommandOutput) => void): void;
165
- /**
166
- * @see {@link GenerateMobileSdkReleaseUrlCommand}
167
- */
168
- generateMobileSdkReleaseUrl(args: GenerateMobileSdkReleaseUrlCommandInput, options?: __HttpHandlerOptions): Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
169
- generateMobileSdkReleaseUrl(args: GenerateMobileSdkReleaseUrlCommandInput, cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void): void;
170
- generateMobileSdkReleaseUrl(args: GenerateMobileSdkReleaseUrlCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void): void;
171
- /**
172
- * @see {@link GetDecryptedAPIKeyCommand}
173
- */
174
- getDecryptedAPIKey(args: GetDecryptedAPIKeyCommandInput, options?: __HttpHandlerOptions): Promise<GetDecryptedAPIKeyCommandOutput>;
175
- getDecryptedAPIKey(args: GetDecryptedAPIKeyCommandInput, cb: (err: any, data?: GetDecryptedAPIKeyCommandOutput) => void): void;
176
- getDecryptedAPIKey(args: GetDecryptedAPIKeyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDecryptedAPIKeyCommandOutput) => void): void;
177
- /**
178
- * @see {@link GetIPSetCommand}
179
- */
180
- getIPSet(args: GetIPSetCommandInput, options?: __HttpHandlerOptions): Promise<GetIPSetCommandOutput>;
181
- getIPSet(args: GetIPSetCommandInput, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
182
- getIPSet(args: GetIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetIPSetCommandOutput) => void): void;
183
- /**
184
- * @see {@link GetLoggingConfigurationCommand}
185
- */
186
- getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetLoggingConfigurationCommandOutput>;
187
- getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void): void;
188
- getLoggingConfiguration(args: GetLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void): void;
189
- /**
190
- * @see {@link GetManagedRuleSetCommand}
191
- */
192
- getManagedRuleSet(args: GetManagedRuleSetCommandInput, options?: __HttpHandlerOptions): Promise<GetManagedRuleSetCommandOutput>;
193
- getManagedRuleSet(args: GetManagedRuleSetCommandInput, cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void): void;
194
- getManagedRuleSet(args: GetManagedRuleSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void): void;
195
- /**
196
- * @see {@link GetMobileSdkReleaseCommand}
197
- */
198
- getMobileSdkRelease(args: GetMobileSdkReleaseCommandInput, options?: __HttpHandlerOptions): Promise<GetMobileSdkReleaseCommandOutput>;
199
- getMobileSdkRelease(args: GetMobileSdkReleaseCommandInput, cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void): void;
200
- getMobileSdkRelease(args: GetMobileSdkReleaseCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void): void;
201
- /**
202
- * @see {@link GetPermissionPolicyCommand}
203
- */
204
- getPermissionPolicy(args: GetPermissionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetPermissionPolicyCommandOutput>;
205
- getPermissionPolicy(args: GetPermissionPolicyCommandInput, cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void): void;
206
- getPermissionPolicy(args: GetPermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void): void;
207
- /**
208
- * @see {@link GetRateBasedStatementManagedKeysCommand}
209
- */
210
- getRateBasedStatementManagedKeys(args: GetRateBasedStatementManagedKeysCommandInput, options?: __HttpHandlerOptions): Promise<GetRateBasedStatementManagedKeysCommandOutput>;
211
- getRateBasedStatementManagedKeys(args: GetRateBasedStatementManagedKeysCommandInput, cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void): void;
212
- getRateBasedStatementManagedKeys(args: GetRateBasedStatementManagedKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void): void;
213
- /**
214
- * @see {@link GetRegexPatternSetCommand}
215
- */
216
- getRegexPatternSet(args: GetRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<GetRegexPatternSetCommandOutput>;
217
- getRegexPatternSet(args: GetRegexPatternSetCommandInput, cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void): void;
218
- getRegexPatternSet(args: GetRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void): void;
219
- /**
220
- * @see {@link GetRuleGroupCommand}
221
- */
222
- getRuleGroup(args: GetRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<GetRuleGroupCommandOutput>;
223
- getRuleGroup(args: GetRuleGroupCommandInput, cb: (err: any, data?: GetRuleGroupCommandOutput) => void): void;
224
- getRuleGroup(args: GetRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetRuleGroupCommandOutput) => void): void;
225
- /**
226
- * @see {@link GetSampledRequestsCommand}
227
- */
228
- getSampledRequests(args: GetSampledRequestsCommandInput, options?: __HttpHandlerOptions): Promise<GetSampledRequestsCommandOutput>;
229
- getSampledRequests(args: GetSampledRequestsCommandInput, cb: (err: any, data?: GetSampledRequestsCommandOutput) => void): void;
230
- getSampledRequests(args: GetSampledRequestsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetSampledRequestsCommandOutput) => void): void;
231
- /**
232
- * @see {@link GetWebACLCommand}
233
- */
234
- getWebACL(args: GetWebACLCommandInput, options?: __HttpHandlerOptions): Promise<GetWebACLCommandOutput>;
235
- getWebACL(args: GetWebACLCommandInput, cb: (err: any, data?: GetWebACLCommandOutput) => void): void;
236
- getWebACL(args: GetWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWebACLCommandOutput) => void): void;
237
- /**
238
- * @see {@link GetWebACLForResourceCommand}
239
- */
240
- getWebACLForResource(args: GetWebACLForResourceCommandInput, options?: __HttpHandlerOptions): Promise<GetWebACLForResourceCommandOutput>;
241
- getWebACLForResource(args: GetWebACLForResourceCommandInput, cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void): void;
242
- getWebACLForResource(args: GetWebACLForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void): void;
243
- /**
244
- * @see {@link ListAPIKeysCommand}
245
- */
246
- listAPIKeys(args: ListAPIKeysCommandInput, options?: __HttpHandlerOptions): Promise<ListAPIKeysCommandOutput>;
247
- listAPIKeys(args: ListAPIKeysCommandInput, cb: (err: any, data?: ListAPIKeysCommandOutput) => void): void;
248
- listAPIKeys(args: ListAPIKeysCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAPIKeysCommandOutput) => void): void;
249
- /**
250
- * @see {@link ListAvailableManagedRuleGroupsCommand}
251
- */
252
- listAvailableManagedRuleGroups(args: ListAvailableManagedRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableManagedRuleGroupsCommandOutput>;
253
- listAvailableManagedRuleGroups(args: ListAvailableManagedRuleGroupsCommandInput, cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void): void;
254
- listAvailableManagedRuleGroups(args: ListAvailableManagedRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void): void;
255
- /**
256
- * @see {@link ListAvailableManagedRuleGroupVersionsCommand}
257
- */
258
- listAvailableManagedRuleGroupVersions(args: ListAvailableManagedRuleGroupVersionsCommandInput, options?: __HttpHandlerOptions): Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
259
- listAvailableManagedRuleGroupVersions(args: ListAvailableManagedRuleGroupVersionsCommandInput, cb: (err: any, data?: ListAvailableManagedRuleGroupVersionsCommandOutput) => void): void;
260
- listAvailableManagedRuleGroupVersions(args: ListAvailableManagedRuleGroupVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAvailableManagedRuleGroupVersionsCommandOutput) => void): void;
261
- /**
262
- * @see {@link ListIPSetsCommand}
263
- */
264
- listIPSets(args: ListIPSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListIPSetsCommandOutput>;
265
- listIPSets(args: ListIPSetsCommandInput, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
266
- listIPSets(args: ListIPSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListIPSetsCommandOutput) => void): void;
267
- /**
268
- * @see {@link ListLoggingConfigurationsCommand}
269
- */
270
- listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListLoggingConfigurationsCommandOutput>;
271
- listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void): void;
272
- listLoggingConfigurations(args: ListLoggingConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void): void;
273
- /**
274
- * @see {@link ListManagedRuleSetsCommand}
275
- */
276
- listManagedRuleSets(args: ListManagedRuleSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListManagedRuleSetsCommandOutput>;
277
- listManagedRuleSets(args: ListManagedRuleSetsCommandInput, cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void): void;
278
- listManagedRuleSets(args: ListManagedRuleSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void): void;
279
- /**
280
- * @see {@link ListMobileSdkReleasesCommand}
281
- */
282
- listMobileSdkReleases(args: ListMobileSdkReleasesCommandInput, options?: __HttpHandlerOptions): Promise<ListMobileSdkReleasesCommandOutput>;
283
- listMobileSdkReleases(args: ListMobileSdkReleasesCommandInput, cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void): void;
284
- listMobileSdkReleases(args: ListMobileSdkReleasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void): void;
285
- /**
286
- * @see {@link ListRegexPatternSetsCommand}
287
- */
288
- listRegexPatternSets(args: ListRegexPatternSetsCommandInput, options?: __HttpHandlerOptions): Promise<ListRegexPatternSetsCommandOutput>;
289
- listRegexPatternSets(args: ListRegexPatternSetsCommandInput, cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void): void;
290
- listRegexPatternSets(args: ListRegexPatternSetsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void): void;
291
- /**
292
- * @see {@link ListResourcesForWebACLCommand}
293
- */
294
- listResourcesForWebACL(args: ListResourcesForWebACLCommandInput, options?: __HttpHandlerOptions): Promise<ListResourcesForWebACLCommandOutput>;
295
- listResourcesForWebACL(args: ListResourcesForWebACLCommandInput, cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void): void;
296
- listResourcesForWebACL(args: ListResourcesForWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void): void;
297
- /**
298
- * @see {@link ListRuleGroupsCommand}
299
- */
300
- listRuleGroups(args: ListRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRuleGroupsCommandOutput>;
301
- listRuleGroups(args: ListRuleGroupsCommandInput, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
302
- listRuleGroups(args: ListRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
303
- /**
304
- * @see {@link ListTagsForResourceCommand}
305
- */
306
- listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
307
- listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
308
- listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
309
- /**
310
- * @see {@link ListWebACLsCommand}
311
- */
312
- listWebACLs(args: ListWebACLsCommandInput, options?: __HttpHandlerOptions): Promise<ListWebACLsCommandOutput>;
313
- listWebACLs(args: ListWebACLsCommandInput, cb: (err: any, data?: ListWebACLsCommandOutput) => void): void;
314
- listWebACLs(args: ListWebACLsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListWebACLsCommandOutput) => void): void;
315
- /**
316
- * @see {@link PutLoggingConfigurationCommand}
317
- */
318
- putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutLoggingConfigurationCommandOutput>;
319
- putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void): void;
320
- putLoggingConfiguration(args: PutLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void): void;
321
- /**
322
- * @see {@link PutManagedRuleSetVersionsCommand}
323
- */
324
- putManagedRuleSetVersions(args: PutManagedRuleSetVersionsCommandInput, options?: __HttpHandlerOptions): Promise<PutManagedRuleSetVersionsCommandOutput>;
325
- putManagedRuleSetVersions(args: PutManagedRuleSetVersionsCommandInput, cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void): void;
326
- putManagedRuleSetVersions(args: PutManagedRuleSetVersionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void): void;
327
- /**
328
- * @see {@link PutPermissionPolicyCommand}
329
- */
330
- putPermissionPolicy(args: PutPermissionPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutPermissionPolicyCommandOutput>;
331
- putPermissionPolicy(args: PutPermissionPolicyCommandInput, cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void): void;
332
- putPermissionPolicy(args: PutPermissionPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void): void;
333
- /**
334
- * @see {@link TagResourceCommand}
335
- */
336
- tagResource(args: TagResourceCommandInput, options?: __HttpHandlerOptions): Promise<TagResourceCommandOutput>;
337
- tagResource(args: TagResourceCommandInput, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
338
- tagResource(args: TagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TagResourceCommandOutput) => void): void;
339
- /**
340
- * @see {@link UntagResourceCommand}
341
- */
342
- untagResource(args: UntagResourceCommandInput, options?: __HttpHandlerOptions): Promise<UntagResourceCommandOutput>;
343
- untagResource(args: UntagResourceCommandInput, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
344
- untagResource(args: UntagResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UntagResourceCommandOutput) => void): void;
345
- /**
346
- * @see {@link UpdateIPSetCommand}
347
- */
348
- updateIPSet(args: UpdateIPSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateIPSetCommandOutput>;
349
- updateIPSet(args: UpdateIPSetCommandInput, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
350
- updateIPSet(args: UpdateIPSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateIPSetCommandOutput) => void): void;
351
- /**
352
- * @see {@link UpdateManagedRuleSetVersionExpiryDateCommand}
353
- */
354
- updateManagedRuleSetVersionExpiryDate(args: UpdateManagedRuleSetVersionExpiryDateCommandInput, options?: __HttpHandlerOptions): Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
355
- updateManagedRuleSetVersionExpiryDate(args: UpdateManagedRuleSetVersionExpiryDateCommandInput, cb: (err: any, data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput) => void): void;
356
- updateManagedRuleSetVersionExpiryDate(args: UpdateManagedRuleSetVersionExpiryDateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput) => void): void;
357
- /**
358
- * @see {@link UpdateRegexPatternSetCommand}
359
- */
360
- updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRegexPatternSetCommandOutput>;
361
- updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void): void;
362
- updateRegexPatternSet(args: UpdateRegexPatternSetCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void): void;
363
- /**
364
- * @see {@link UpdateRuleGroupCommand}
365
- */
366
- updateRuleGroup(args: UpdateRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<UpdateRuleGroupCommandOutput>;
367
- updateRuleGroup(args: UpdateRuleGroupCommandInput, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
368
- updateRuleGroup(args: UpdateRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void): void;
369
- /**
370
- * @see {@link UpdateWebACLCommand}
371
- */
372
- updateWebACL(args: UpdateWebACLCommandInput, options?: __HttpHandlerOptions): Promise<UpdateWebACLCommandOutput>;
373
- updateWebACL(args: UpdateWebACLCommandInput, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
374
- updateWebACL(args: UpdateWebACLCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateWebACLCommandOutput) => void): void;
375
- }
376
- /**
377
- * @public
378
- * <fullname>WAF</fullname>
379
- * <note>
380
- * <p>This is the latest version of the <b>WAF</b> API,
381
- * released in November, 2019. The names of the entities that you use to access this API,
382
- * like endpoints and namespaces, all have the versioning information added, like "V2" or
383
- * "v2", to distinguish from the prior version. We recommend migrating your resources to
384
- * this version, because it has a number of significant improvements.</p>
385
- * <p>If you used WAF prior to this release, you can't use this WAFV2 API to access any
386
- * WAF resources that you created before. You can access your old rules, web ACLs, and
387
- * other WAF resources only through the WAF Classic APIs. The WAF Classic APIs
388
- * have retained the prior names, endpoints, and namespaces. </p>
389
- * <p>For information, including how to migrate your WAF resources to this version,
390
- * see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">WAF Developer Guide</a>. </p>
391
- * </note>
392
- * <p>WAF is a web application firewall that lets you monitor the HTTP and HTTPS
393
- * requests that are forwarded to an Amazon CloudFront distribution, Amazon API Gateway REST API, Application Load Balancer, AppSync
394
- * GraphQL API, Amazon Cognito user pool, App Runner service, or Amazon Web Services Verified Access instance. WAF also lets you control access to your content,
395
- * to protect the Amazon Web Services resource that WAF is monitoring. Based on conditions that
396
- * you specify, such as the IP addresses that requests originate from or the values of query
397
- * strings, the protected resource responds to requests with either the requested content, an HTTP 403 status code
398
- * (Forbidden), or with a custom response. </p>
399
- * <p>This API guide is for developers who need detailed information about WAF API actions,
400
- * data types, and errors. For detailed information about WAF features and guidance for configuring and using
401
- * WAF, see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/what-is-aws-waf.html">WAF Developer
402
- * Guide</a>.</p>
403
- * <p>You can make calls using the endpoints listed in <a href="https://docs.aws.amazon.com/general/latest/gr/waf.html">WAF endpoints and quotas</a>. </p>
404
- * <ul>
405
- * <li>
406
- * <p>For regional applications, you can use any of the endpoints in the list.
407
- * A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance. </p>
408
- * </li>
409
- * <li>
410
- * <p>For Amazon CloudFront applications, you must use the API endpoint listed for
411
- * US East (N. Virginia): us-east-1.</p>
412
- * </li>
413
- * </ul>
414
- * <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to the
415
- * programming language or platform that you're using. For more information, see <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
416
- * <p>We currently provide two versions of the WAF API: this API and the prior versions,
417
- * the classic WAF APIs. This new API provides the same functionality as the older versions,
418
- * with the following major improvements:</p>
419
- * <ul>
420
- * <li>
421
- * <p>You use one API for both global and regional applications. Where you need to
422
- * distinguish the scope, you specify a <code>Scope</code> parameter and set it to
423
- * <code>CLOUDFRONT</code> or <code>REGIONAL</code>. </p>
424
- * </li>
425
- * <li>
426
- * <p>You can define a web ACL or rule group with a single call, and update it with a
427
- * single call. You define all rule specifications in JSON format, and pass them to your
428
- * rule group or web ACL calls.</p>
429
- * </li>
430
- * <li>
431
- * <p>The limits WAF places on the use of rules more closely reflects the cost of
432
- * running each type of rule. Rule groups include capacity settings, so you know the
433
- * maximum cost of a rule group when you use it.</p>
434
- * </li>
435
- * </ul>
436
- */
437
- export declare class WAFV2 extends WAFV2Client implements WAFV2 {
438
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
2
+ import {
3
+ AssociateWebACLCommandInput,
4
+ AssociateWebACLCommandOutput,
5
+ } from "./commands/AssociateWebACLCommand";
6
+ import {
7
+ CheckCapacityCommandInput,
8
+ CheckCapacityCommandOutput,
9
+ } from "./commands/CheckCapacityCommand";
10
+ import {
11
+ CreateAPIKeyCommandInput,
12
+ CreateAPIKeyCommandOutput,
13
+ } from "./commands/CreateAPIKeyCommand";
14
+ import {
15
+ CreateIPSetCommandInput,
16
+ CreateIPSetCommandOutput,
17
+ } from "./commands/CreateIPSetCommand";
18
+ import {
19
+ CreateRegexPatternSetCommandInput,
20
+ CreateRegexPatternSetCommandOutput,
21
+ } from "./commands/CreateRegexPatternSetCommand";
22
+ import {
23
+ CreateRuleGroupCommandInput,
24
+ CreateRuleGroupCommandOutput,
25
+ } from "./commands/CreateRuleGroupCommand";
26
+ import {
27
+ CreateWebACLCommandInput,
28
+ CreateWebACLCommandOutput,
29
+ } from "./commands/CreateWebACLCommand";
30
+ import {
31
+ DeleteFirewallManagerRuleGroupsCommandInput,
32
+ DeleteFirewallManagerRuleGroupsCommandOutput,
33
+ } from "./commands/DeleteFirewallManagerRuleGroupsCommand";
34
+ import {
35
+ DeleteIPSetCommandInput,
36
+ DeleteIPSetCommandOutput,
37
+ } from "./commands/DeleteIPSetCommand";
38
+ import {
39
+ DeleteLoggingConfigurationCommandInput,
40
+ DeleteLoggingConfigurationCommandOutput,
41
+ } from "./commands/DeleteLoggingConfigurationCommand";
42
+ import {
43
+ DeletePermissionPolicyCommandInput,
44
+ DeletePermissionPolicyCommandOutput,
45
+ } from "./commands/DeletePermissionPolicyCommand";
46
+ import {
47
+ DeleteRegexPatternSetCommandInput,
48
+ DeleteRegexPatternSetCommandOutput,
49
+ } from "./commands/DeleteRegexPatternSetCommand";
50
+ import {
51
+ DeleteRuleGroupCommandInput,
52
+ DeleteRuleGroupCommandOutput,
53
+ } from "./commands/DeleteRuleGroupCommand";
54
+ import {
55
+ DeleteWebACLCommandInput,
56
+ DeleteWebACLCommandOutput,
57
+ } from "./commands/DeleteWebACLCommand";
58
+ import {
59
+ DescribeAllManagedProductsCommandInput,
60
+ DescribeAllManagedProductsCommandOutput,
61
+ } from "./commands/DescribeAllManagedProductsCommand";
62
+ import {
63
+ DescribeManagedProductsByVendorCommandInput,
64
+ DescribeManagedProductsByVendorCommandOutput,
65
+ } from "./commands/DescribeManagedProductsByVendorCommand";
66
+ import {
67
+ DescribeManagedRuleGroupCommandInput,
68
+ DescribeManagedRuleGroupCommandOutput,
69
+ } from "./commands/DescribeManagedRuleGroupCommand";
70
+ import {
71
+ DisassociateWebACLCommandInput,
72
+ DisassociateWebACLCommandOutput,
73
+ } from "./commands/DisassociateWebACLCommand";
74
+ import {
75
+ GenerateMobileSdkReleaseUrlCommandInput,
76
+ GenerateMobileSdkReleaseUrlCommandOutput,
77
+ } from "./commands/GenerateMobileSdkReleaseUrlCommand";
78
+ import {
79
+ GetDecryptedAPIKeyCommandInput,
80
+ GetDecryptedAPIKeyCommandOutput,
81
+ } from "./commands/GetDecryptedAPIKeyCommand";
82
+ import {
83
+ GetIPSetCommandInput,
84
+ GetIPSetCommandOutput,
85
+ } from "./commands/GetIPSetCommand";
86
+ import {
87
+ GetLoggingConfigurationCommandInput,
88
+ GetLoggingConfigurationCommandOutput,
89
+ } from "./commands/GetLoggingConfigurationCommand";
90
+ import {
91
+ GetManagedRuleSetCommandInput,
92
+ GetManagedRuleSetCommandOutput,
93
+ } from "./commands/GetManagedRuleSetCommand";
94
+ import {
95
+ GetMobileSdkReleaseCommandInput,
96
+ GetMobileSdkReleaseCommandOutput,
97
+ } from "./commands/GetMobileSdkReleaseCommand";
98
+ import {
99
+ GetPermissionPolicyCommandInput,
100
+ GetPermissionPolicyCommandOutput,
101
+ } from "./commands/GetPermissionPolicyCommand";
102
+ import {
103
+ GetRateBasedStatementManagedKeysCommandInput,
104
+ GetRateBasedStatementManagedKeysCommandOutput,
105
+ } from "./commands/GetRateBasedStatementManagedKeysCommand";
106
+ import {
107
+ GetRegexPatternSetCommandInput,
108
+ GetRegexPatternSetCommandOutput,
109
+ } from "./commands/GetRegexPatternSetCommand";
110
+ import {
111
+ GetRuleGroupCommandInput,
112
+ GetRuleGroupCommandOutput,
113
+ } from "./commands/GetRuleGroupCommand";
114
+ import {
115
+ GetSampledRequestsCommandInput,
116
+ GetSampledRequestsCommandOutput,
117
+ } from "./commands/GetSampledRequestsCommand";
118
+ import {
119
+ GetWebACLCommandInput,
120
+ GetWebACLCommandOutput,
121
+ } from "./commands/GetWebACLCommand";
122
+ import {
123
+ GetWebACLForResourceCommandInput,
124
+ GetWebACLForResourceCommandOutput,
125
+ } from "./commands/GetWebACLForResourceCommand";
126
+ import {
127
+ ListAPIKeysCommandInput,
128
+ ListAPIKeysCommandOutput,
129
+ } from "./commands/ListAPIKeysCommand";
130
+ import {
131
+ ListAvailableManagedRuleGroupsCommandInput,
132
+ ListAvailableManagedRuleGroupsCommandOutput,
133
+ } from "./commands/ListAvailableManagedRuleGroupsCommand";
134
+ import {
135
+ ListAvailableManagedRuleGroupVersionsCommandInput,
136
+ ListAvailableManagedRuleGroupVersionsCommandOutput,
137
+ } from "./commands/ListAvailableManagedRuleGroupVersionsCommand";
138
+ import {
139
+ ListIPSetsCommandInput,
140
+ ListIPSetsCommandOutput,
141
+ } from "./commands/ListIPSetsCommand";
142
+ import {
143
+ ListLoggingConfigurationsCommandInput,
144
+ ListLoggingConfigurationsCommandOutput,
145
+ } from "./commands/ListLoggingConfigurationsCommand";
146
+ import {
147
+ ListManagedRuleSetsCommandInput,
148
+ ListManagedRuleSetsCommandOutput,
149
+ } from "./commands/ListManagedRuleSetsCommand";
150
+ import {
151
+ ListMobileSdkReleasesCommandInput,
152
+ ListMobileSdkReleasesCommandOutput,
153
+ } from "./commands/ListMobileSdkReleasesCommand";
154
+ import {
155
+ ListRegexPatternSetsCommandInput,
156
+ ListRegexPatternSetsCommandOutput,
157
+ } from "./commands/ListRegexPatternSetsCommand";
158
+ import {
159
+ ListResourcesForWebACLCommandInput,
160
+ ListResourcesForWebACLCommandOutput,
161
+ } from "./commands/ListResourcesForWebACLCommand";
162
+ import {
163
+ ListRuleGroupsCommandInput,
164
+ ListRuleGroupsCommandOutput,
165
+ } from "./commands/ListRuleGroupsCommand";
166
+ import {
167
+ ListTagsForResourceCommandInput,
168
+ ListTagsForResourceCommandOutput,
169
+ } from "./commands/ListTagsForResourceCommand";
170
+ import {
171
+ ListWebACLsCommandInput,
172
+ ListWebACLsCommandOutput,
173
+ } from "./commands/ListWebACLsCommand";
174
+ import {
175
+ PutLoggingConfigurationCommandInput,
176
+ PutLoggingConfigurationCommandOutput,
177
+ } from "./commands/PutLoggingConfigurationCommand";
178
+ import {
179
+ PutManagedRuleSetVersionsCommandInput,
180
+ PutManagedRuleSetVersionsCommandOutput,
181
+ } from "./commands/PutManagedRuleSetVersionsCommand";
182
+ import {
183
+ PutPermissionPolicyCommandInput,
184
+ PutPermissionPolicyCommandOutput,
185
+ } from "./commands/PutPermissionPolicyCommand";
186
+ import {
187
+ TagResourceCommandInput,
188
+ TagResourceCommandOutput,
189
+ } from "./commands/TagResourceCommand";
190
+ import {
191
+ UntagResourceCommandInput,
192
+ UntagResourceCommandOutput,
193
+ } from "./commands/UntagResourceCommand";
194
+ import {
195
+ UpdateIPSetCommandInput,
196
+ UpdateIPSetCommandOutput,
197
+ } from "./commands/UpdateIPSetCommand";
198
+ import {
199
+ UpdateManagedRuleSetVersionExpiryDateCommandInput,
200
+ UpdateManagedRuleSetVersionExpiryDateCommandOutput,
201
+ } from "./commands/UpdateManagedRuleSetVersionExpiryDateCommand";
202
+ import {
203
+ UpdateRegexPatternSetCommandInput,
204
+ UpdateRegexPatternSetCommandOutput,
205
+ } from "./commands/UpdateRegexPatternSetCommand";
206
+ import {
207
+ UpdateRuleGroupCommandInput,
208
+ UpdateRuleGroupCommandOutput,
209
+ } from "./commands/UpdateRuleGroupCommand";
210
+ import {
211
+ UpdateWebACLCommandInput,
212
+ UpdateWebACLCommandOutput,
213
+ } from "./commands/UpdateWebACLCommand";
214
+ import { WAFV2Client } from "./WAFV2Client";
215
+ export interface WAFV2 {
216
+ associateWebACL(
217
+ args: AssociateWebACLCommandInput,
218
+ options?: __HttpHandlerOptions
219
+ ): Promise<AssociateWebACLCommandOutput>;
220
+ associateWebACL(
221
+ args: AssociateWebACLCommandInput,
222
+ cb: (err: any, data?: AssociateWebACLCommandOutput) => void
223
+ ): void;
224
+ associateWebACL(
225
+ args: AssociateWebACLCommandInput,
226
+ options: __HttpHandlerOptions,
227
+ cb: (err: any, data?: AssociateWebACLCommandOutput) => void
228
+ ): void;
229
+ checkCapacity(
230
+ args: CheckCapacityCommandInput,
231
+ options?: __HttpHandlerOptions
232
+ ): Promise<CheckCapacityCommandOutput>;
233
+ checkCapacity(
234
+ args: CheckCapacityCommandInput,
235
+ cb: (err: any, data?: CheckCapacityCommandOutput) => void
236
+ ): void;
237
+ checkCapacity(
238
+ args: CheckCapacityCommandInput,
239
+ options: __HttpHandlerOptions,
240
+ cb: (err: any, data?: CheckCapacityCommandOutput) => void
241
+ ): void;
242
+ createAPIKey(
243
+ args: CreateAPIKeyCommandInput,
244
+ options?: __HttpHandlerOptions
245
+ ): Promise<CreateAPIKeyCommandOutput>;
246
+ createAPIKey(
247
+ args: CreateAPIKeyCommandInput,
248
+ cb: (err: any, data?: CreateAPIKeyCommandOutput) => void
249
+ ): void;
250
+ createAPIKey(
251
+ args: CreateAPIKeyCommandInput,
252
+ options: __HttpHandlerOptions,
253
+ cb: (err: any, data?: CreateAPIKeyCommandOutput) => void
254
+ ): void;
255
+ createIPSet(
256
+ args: CreateIPSetCommandInput,
257
+ options?: __HttpHandlerOptions
258
+ ): Promise<CreateIPSetCommandOutput>;
259
+ createIPSet(
260
+ args: CreateIPSetCommandInput,
261
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
262
+ ): void;
263
+ createIPSet(
264
+ args: CreateIPSetCommandInput,
265
+ options: __HttpHandlerOptions,
266
+ cb: (err: any, data?: CreateIPSetCommandOutput) => void
267
+ ): void;
268
+ createRegexPatternSet(
269
+ args: CreateRegexPatternSetCommandInput,
270
+ options?: __HttpHandlerOptions
271
+ ): Promise<CreateRegexPatternSetCommandOutput>;
272
+ createRegexPatternSet(
273
+ args: CreateRegexPatternSetCommandInput,
274
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
275
+ ): void;
276
+ createRegexPatternSet(
277
+ args: CreateRegexPatternSetCommandInput,
278
+ options: __HttpHandlerOptions,
279
+ cb: (err: any, data?: CreateRegexPatternSetCommandOutput) => void
280
+ ): void;
281
+ createRuleGroup(
282
+ args: CreateRuleGroupCommandInput,
283
+ options?: __HttpHandlerOptions
284
+ ): Promise<CreateRuleGroupCommandOutput>;
285
+ createRuleGroup(
286
+ args: CreateRuleGroupCommandInput,
287
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
288
+ ): void;
289
+ createRuleGroup(
290
+ args: CreateRuleGroupCommandInput,
291
+ options: __HttpHandlerOptions,
292
+ cb: (err: any, data?: CreateRuleGroupCommandOutput) => void
293
+ ): void;
294
+ createWebACL(
295
+ args: CreateWebACLCommandInput,
296
+ options?: __HttpHandlerOptions
297
+ ): Promise<CreateWebACLCommandOutput>;
298
+ createWebACL(
299
+ args: CreateWebACLCommandInput,
300
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void
301
+ ): void;
302
+ createWebACL(
303
+ args: CreateWebACLCommandInput,
304
+ options: __HttpHandlerOptions,
305
+ cb: (err: any, data?: CreateWebACLCommandOutput) => void
306
+ ): void;
307
+ deleteFirewallManagerRuleGroups(
308
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
309
+ options?: __HttpHandlerOptions
310
+ ): Promise<DeleteFirewallManagerRuleGroupsCommandOutput>;
311
+ deleteFirewallManagerRuleGroups(
312
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
313
+ cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
314
+ ): void;
315
+ deleteFirewallManagerRuleGroups(
316
+ args: DeleteFirewallManagerRuleGroupsCommandInput,
317
+ options: __HttpHandlerOptions,
318
+ cb: (err: any, data?: DeleteFirewallManagerRuleGroupsCommandOutput) => void
319
+ ): void;
320
+ deleteIPSet(
321
+ args: DeleteIPSetCommandInput,
322
+ options?: __HttpHandlerOptions
323
+ ): Promise<DeleteIPSetCommandOutput>;
324
+ deleteIPSet(
325
+ args: DeleteIPSetCommandInput,
326
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
327
+ ): void;
328
+ deleteIPSet(
329
+ args: DeleteIPSetCommandInput,
330
+ options: __HttpHandlerOptions,
331
+ cb: (err: any, data?: DeleteIPSetCommandOutput) => void
332
+ ): void;
333
+ deleteLoggingConfiguration(
334
+ args: DeleteLoggingConfigurationCommandInput,
335
+ options?: __HttpHandlerOptions
336
+ ): Promise<DeleteLoggingConfigurationCommandOutput>;
337
+ deleteLoggingConfiguration(
338
+ args: DeleteLoggingConfigurationCommandInput,
339
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
340
+ ): void;
341
+ deleteLoggingConfiguration(
342
+ args: DeleteLoggingConfigurationCommandInput,
343
+ options: __HttpHandlerOptions,
344
+ cb: (err: any, data?: DeleteLoggingConfigurationCommandOutput) => void
345
+ ): void;
346
+ deletePermissionPolicy(
347
+ args: DeletePermissionPolicyCommandInput,
348
+ options?: __HttpHandlerOptions
349
+ ): Promise<DeletePermissionPolicyCommandOutput>;
350
+ deletePermissionPolicy(
351
+ args: DeletePermissionPolicyCommandInput,
352
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
353
+ ): void;
354
+ deletePermissionPolicy(
355
+ args: DeletePermissionPolicyCommandInput,
356
+ options: __HttpHandlerOptions,
357
+ cb: (err: any, data?: DeletePermissionPolicyCommandOutput) => void
358
+ ): void;
359
+ deleteRegexPatternSet(
360
+ args: DeleteRegexPatternSetCommandInput,
361
+ options?: __HttpHandlerOptions
362
+ ): Promise<DeleteRegexPatternSetCommandOutput>;
363
+ deleteRegexPatternSet(
364
+ args: DeleteRegexPatternSetCommandInput,
365
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
366
+ ): void;
367
+ deleteRegexPatternSet(
368
+ args: DeleteRegexPatternSetCommandInput,
369
+ options: __HttpHandlerOptions,
370
+ cb: (err: any, data?: DeleteRegexPatternSetCommandOutput) => void
371
+ ): void;
372
+ deleteRuleGroup(
373
+ args: DeleteRuleGroupCommandInput,
374
+ options?: __HttpHandlerOptions
375
+ ): Promise<DeleteRuleGroupCommandOutput>;
376
+ deleteRuleGroup(
377
+ args: DeleteRuleGroupCommandInput,
378
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
379
+ ): void;
380
+ deleteRuleGroup(
381
+ args: DeleteRuleGroupCommandInput,
382
+ options: __HttpHandlerOptions,
383
+ cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void
384
+ ): void;
385
+ deleteWebACL(
386
+ args: DeleteWebACLCommandInput,
387
+ options?: __HttpHandlerOptions
388
+ ): Promise<DeleteWebACLCommandOutput>;
389
+ deleteWebACL(
390
+ args: DeleteWebACLCommandInput,
391
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void
392
+ ): void;
393
+ deleteWebACL(
394
+ args: DeleteWebACLCommandInput,
395
+ options: __HttpHandlerOptions,
396
+ cb: (err: any, data?: DeleteWebACLCommandOutput) => void
397
+ ): void;
398
+ describeAllManagedProducts(
399
+ args: DescribeAllManagedProductsCommandInput,
400
+ options?: __HttpHandlerOptions
401
+ ): Promise<DescribeAllManagedProductsCommandOutput>;
402
+ describeAllManagedProducts(
403
+ args: DescribeAllManagedProductsCommandInput,
404
+ cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void
405
+ ): void;
406
+ describeAllManagedProducts(
407
+ args: DescribeAllManagedProductsCommandInput,
408
+ options: __HttpHandlerOptions,
409
+ cb: (err: any, data?: DescribeAllManagedProductsCommandOutput) => void
410
+ ): void;
411
+ describeManagedProductsByVendor(
412
+ args: DescribeManagedProductsByVendorCommandInput,
413
+ options?: __HttpHandlerOptions
414
+ ): Promise<DescribeManagedProductsByVendorCommandOutput>;
415
+ describeManagedProductsByVendor(
416
+ args: DescribeManagedProductsByVendorCommandInput,
417
+ cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void
418
+ ): void;
419
+ describeManagedProductsByVendor(
420
+ args: DescribeManagedProductsByVendorCommandInput,
421
+ options: __HttpHandlerOptions,
422
+ cb: (err: any, data?: DescribeManagedProductsByVendorCommandOutput) => void
423
+ ): void;
424
+ describeManagedRuleGroup(
425
+ args: DescribeManagedRuleGroupCommandInput,
426
+ options?: __HttpHandlerOptions
427
+ ): Promise<DescribeManagedRuleGroupCommandOutput>;
428
+ describeManagedRuleGroup(
429
+ args: DescribeManagedRuleGroupCommandInput,
430
+ cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
431
+ ): void;
432
+ describeManagedRuleGroup(
433
+ args: DescribeManagedRuleGroupCommandInput,
434
+ options: __HttpHandlerOptions,
435
+ cb: (err: any, data?: DescribeManagedRuleGroupCommandOutput) => void
436
+ ): void;
437
+ disassociateWebACL(
438
+ args: DisassociateWebACLCommandInput,
439
+ options?: __HttpHandlerOptions
440
+ ): Promise<DisassociateWebACLCommandOutput>;
441
+ disassociateWebACL(
442
+ args: DisassociateWebACLCommandInput,
443
+ cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
444
+ ): void;
445
+ disassociateWebACL(
446
+ args: DisassociateWebACLCommandInput,
447
+ options: __HttpHandlerOptions,
448
+ cb: (err: any, data?: DisassociateWebACLCommandOutput) => void
449
+ ): void;
450
+ generateMobileSdkReleaseUrl(
451
+ args: GenerateMobileSdkReleaseUrlCommandInput,
452
+ options?: __HttpHandlerOptions
453
+ ): Promise<GenerateMobileSdkReleaseUrlCommandOutput>;
454
+ generateMobileSdkReleaseUrl(
455
+ args: GenerateMobileSdkReleaseUrlCommandInput,
456
+ cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
457
+ ): void;
458
+ generateMobileSdkReleaseUrl(
459
+ args: GenerateMobileSdkReleaseUrlCommandInput,
460
+ options: __HttpHandlerOptions,
461
+ cb: (err: any, data?: GenerateMobileSdkReleaseUrlCommandOutput) => void
462
+ ): void;
463
+ getDecryptedAPIKey(
464
+ args: GetDecryptedAPIKeyCommandInput,
465
+ options?: __HttpHandlerOptions
466
+ ): Promise<GetDecryptedAPIKeyCommandOutput>;
467
+ getDecryptedAPIKey(
468
+ args: GetDecryptedAPIKeyCommandInput,
469
+ cb: (err: any, data?: GetDecryptedAPIKeyCommandOutput) => void
470
+ ): void;
471
+ getDecryptedAPIKey(
472
+ args: GetDecryptedAPIKeyCommandInput,
473
+ options: __HttpHandlerOptions,
474
+ cb: (err: any, data?: GetDecryptedAPIKeyCommandOutput) => void
475
+ ): void;
476
+ getIPSet(
477
+ args: GetIPSetCommandInput,
478
+ options?: __HttpHandlerOptions
479
+ ): Promise<GetIPSetCommandOutput>;
480
+ getIPSet(
481
+ args: GetIPSetCommandInput,
482
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
483
+ ): void;
484
+ getIPSet(
485
+ args: GetIPSetCommandInput,
486
+ options: __HttpHandlerOptions,
487
+ cb: (err: any, data?: GetIPSetCommandOutput) => void
488
+ ): void;
489
+ getLoggingConfiguration(
490
+ args: GetLoggingConfigurationCommandInput,
491
+ options?: __HttpHandlerOptions
492
+ ): Promise<GetLoggingConfigurationCommandOutput>;
493
+ getLoggingConfiguration(
494
+ args: GetLoggingConfigurationCommandInput,
495
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
496
+ ): void;
497
+ getLoggingConfiguration(
498
+ args: GetLoggingConfigurationCommandInput,
499
+ options: __HttpHandlerOptions,
500
+ cb: (err: any, data?: GetLoggingConfigurationCommandOutput) => void
501
+ ): void;
502
+ getManagedRuleSet(
503
+ args: GetManagedRuleSetCommandInput,
504
+ options?: __HttpHandlerOptions
505
+ ): Promise<GetManagedRuleSetCommandOutput>;
506
+ getManagedRuleSet(
507
+ args: GetManagedRuleSetCommandInput,
508
+ cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
509
+ ): void;
510
+ getManagedRuleSet(
511
+ args: GetManagedRuleSetCommandInput,
512
+ options: __HttpHandlerOptions,
513
+ cb: (err: any, data?: GetManagedRuleSetCommandOutput) => void
514
+ ): void;
515
+ getMobileSdkRelease(
516
+ args: GetMobileSdkReleaseCommandInput,
517
+ options?: __HttpHandlerOptions
518
+ ): Promise<GetMobileSdkReleaseCommandOutput>;
519
+ getMobileSdkRelease(
520
+ args: GetMobileSdkReleaseCommandInput,
521
+ cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
522
+ ): void;
523
+ getMobileSdkRelease(
524
+ args: GetMobileSdkReleaseCommandInput,
525
+ options: __HttpHandlerOptions,
526
+ cb: (err: any, data?: GetMobileSdkReleaseCommandOutput) => void
527
+ ): void;
528
+ getPermissionPolicy(
529
+ args: GetPermissionPolicyCommandInput,
530
+ options?: __HttpHandlerOptions
531
+ ): Promise<GetPermissionPolicyCommandOutput>;
532
+ getPermissionPolicy(
533
+ args: GetPermissionPolicyCommandInput,
534
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
535
+ ): void;
536
+ getPermissionPolicy(
537
+ args: GetPermissionPolicyCommandInput,
538
+ options: __HttpHandlerOptions,
539
+ cb: (err: any, data?: GetPermissionPolicyCommandOutput) => void
540
+ ): void;
541
+ getRateBasedStatementManagedKeys(
542
+ args: GetRateBasedStatementManagedKeysCommandInput,
543
+ options?: __HttpHandlerOptions
544
+ ): Promise<GetRateBasedStatementManagedKeysCommandOutput>;
545
+ getRateBasedStatementManagedKeys(
546
+ args: GetRateBasedStatementManagedKeysCommandInput,
547
+ cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
548
+ ): void;
549
+ getRateBasedStatementManagedKeys(
550
+ args: GetRateBasedStatementManagedKeysCommandInput,
551
+ options: __HttpHandlerOptions,
552
+ cb: (err: any, data?: GetRateBasedStatementManagedKeysCommandOutput) => void
553
+ ): void;
554
+ getRegexPatternSet(
555
+ args: GetRegexPatternSetCommandInput,
556
+ options?: __HttpHandlerOptions
557
+ ): Promise<GetRegexPatternSetCommandOutput>;
558
+ getRegexPatternSet(
559
+ args: GetRegexPatternSetCommandInput,
560
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
561
+ ): void;
562
+ getRegexPatternSet(
563
+ args: GetRegexPatternSetCommandInput,
564
+ options: __HttpHandlerOptions,
565
+ cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
566
+ ): void;
567
+ getRuleGroup(
568
+ args: GetRuleGroupCommandInput,
569
+ options?: __HttpHandlerOptions
570
+ ): Promise<GetRuleGroupCommandOutput>;
571
+ getRuleGroup(
572
+ args: GetRuleGroupCommandInput,
573
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void
574
+ ): void;
575
+ getRuleGroup(
576
+ args: GetRuleGroupCommandInput,
577
+ options: __HttpHandlerOptions,
578
+ cb: (err: any, data?: GetRuleGroupCommandOutput) => void
579
+ ): void;
580
+ getSampledRequests(
581
+ args: GetSampledRequestsCommandInput,
582
+ options?: __HttpHandlerOptions
583
+ ): Promise<GetSampledRequestsCommandOutput>;
584
+ getSampledRequests(
585
+ args: GetSampledRequestsCommandInput,
586
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
587
+ ): void;
588
+ getSampledRequests(
589
+ args: GetSampledRequestsCommandInput,
590
+ options: __HttpHandlerOptions,
591
+ cb: (err: any, data?: GetSampledRequestsCommandOutput) => void
592
+ ): void;
593
+ getWebACL(
594
+ args: GetWebACLCommandInput,
595
+ options?: __HttpHandlerOptions
596
+ ): Promise<GetWebACLCommandOutput>;
597
+ getWebACL(
598
+ args: GetWebACLCommandInput,
599
+ cb: (err: any, data?: GetWebACLCommandOutput) => void
600
+ ): void;
601
+ getWebACL(
602
+ args: GetWebACLCommandInput,
603
+ options: __HttpHandlerOptions,
604
+ cb: (err: any, data?: GetWebACLCommandOutput) => void
605
+ ): void;
606
+ getWebACLForResource(
607
+ args: GetWebACLForResourceCommandInput,
608
+ options?: __HttpHandlerOptions
609
+ ): Promise<GetWebACLForResourceCommandOutput>;
610
+ getWebACLForResource(
611
+ args: GetWebACLForResourceCommandInput,
612
+ cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
613
+ ): void;
614
+ getWebACLForResource(
615
+ args: GetWebACLForResourceCommandInput,
616
+ options: __HttpHandlerOptions,
617
+ cb: (err: any, data?: GetWebACLForResourceCommandOutput) => void
618
+ ): void;
619
+ listAPIKeys(
620
+ args: ListAPIKeysCommandInput,
621
+ options?: __HttpHandlerOptions
622
+ ): Promise<ListAPIKeysCommandOutput>;
623
+ listAPIKeys(
624
+ args: ListAPIKeysCommandInput,
625
+ cb: (err: any, data?: ListAPIKeysCommandOutput) => void
626
+ ): void;
627
+ listAPIKeys(
628
+ args: ListAPIKeysCommandInput,
629
+ options: __HttpHandlerOptions,
630
+ cb: (err: any, data?: ListAPIKeysCommandOutput) => void
631
+ ): void;
632
+ listAvailableManagedRuleGroups(
633
+ args: ListAvailableManagedRuleGroupsCommandInput,
634
+ options?: __HttpHandlerOptions
635
+ ): Promise<ListAvailableManagedRuleGroupsCommandOutput>;
636
+ listAvailableManagedRuleGroups(
637
+ args: ListAvailableManagedRuleGroupsCommandInput,
638
+ cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
639
+ ): void;
640
+ listAvailableManagedRuleGroups(
641
+ args: ListAvailableManagedRuleGroupsCommandInput,
642
+ options: __HttpHandlerOptions,
643
+ cb: (err: any, data?: ListAvailableManagedRuleGroupsCommandOutput) => void
644
+ ): void;
645
+ listAvailableManagedRuleGroupVersions(
646
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
647
+ options?: __HttpHandlerOptions
648
+ ): Promise<ListAvailableManagedRuleGroupVersionsCommandOutput>;
649
+ listAvailableManagedRuleGroupVersions(
650
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
651
+ cb: (
652
+ err: any,
653
+ data?: ListAvailableManagedRuleGroupVersionsCommandOutput
654
+ ) => void
655
+ ): void;
656
+ listAvailableManagedRuleGroupVersions(
657
+ args: ListAvailableManagedRuleGroupVersionsCommandInput,
658
+ options: __HttpHandlerOptions,
659
+ cb: (
660
+ err: any,
661
+ data?: ListAvailableManagedRuleGroupVersionsCommandOutput
662
+ ) => void
663
+ ): void;
664
+ listIPSets(
665
+ args: ListIPSetsCommandInput,
666
+ options?: __HttpHandlerOptions
667
+ ): Promise<ListIPSetsCommandOutput>;
668
+ listIPSets(
669
+ args: ListIPSetsCommandInput,
670
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
671
+ ): void;
672
+ listIPSets(
673
+ args: ListIPSetsCommandInput,
674
+ options: __HttpHandlerOptions,
675
+ cb: (err: any, data?: ListIPSetsCommandOutput) => void
676
+ ): void;
677
+ listLoggingConfigurations(
678
+ args: ListLoggingConfigurationsCommandInput,
679
+ options?: __HttpHandlerOptions
680
+ ): Promise<ListLoggingConfigurationsCommandOutput>;
681
+ listLoggingConfigurations(
682
+ args: ListLoggingConfigurationsCommandInput,
683
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
684
+ ): void;
685
+ listLoggingConfigurations(
686
+ args: ListLoggingConfigurationsCommandInput,
687
+ options: __HttpHandlerOptions,
688
+ cb: (err: any, data?: ListLoggingConfigurationsCommandOutput) => void
689
+ ): void;
690
+ listManagedRuleSets(
691
+ args: ListManagedRuleSetsCommandInput,
692
+ options?: __HttpHandlerOptions
693
+ ): Promise<ListManagedRuleSetsCommandOutput>;
694
+ listManagedRuleSets(
695
+ args: ListManagedRuleSetsCommandInput,
696
+ cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
697
+ ): void;
698
+ listManagedRuleSets(
699
+ args: ListManagedRuleSetsCommandInput,
700
+ options: __HttpHandlerOptions,
701
+ cb: (err: any, data?: ListManagedRuleSetsCommandOutput) => void
702
+ ): void;
703
+ listMobileSdkReleases(
704
+ args: ListMobileSdkReleasesCommandInput,
705
+ options?: __HttpHandlerOptions
706
+ ): Promise<ListMobileSdkReleasesCommandOutput>;
707
+ listMobileSdkReleases(
708
+ args: ListMobileSdkReleasesCommandInput,
709
+ cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
710
+ ): void;
711
+ listMobileSdkReleases(
712
+ args: ListMobileSdkReleasesCommandInput,
713
+ options: __HttpHandlerOptions,
714
+ cb: (err: any, data?: ListMobileSdkReleasesCommandOutput) => void
715
+ ): void;
716
+ listRegexPatternSets(
717
+ args: ListRegexPatternSetsCommandInput,
718
+ options?: __HttpHandlerOptions
719
+ ): Promise<ListRegexPatternSetsCommandOutput>;
720
+ listRegexPatternSets(
721
+ args: ListRegexPatternSetsCommandInput,
722
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
723
+ ): void;
724
+ listRegexPatternSets(
725
+ args: ListRegexPatternSetsCommandInput,
726
+ options: __HttpHandlerOptions,
727
+ cb: (err: any, data?: ListRegexPatternSetsCommandOutput) => void
728
+ ): void;
729
+ listResourcesForWebACL(
730
+ args: ListResourcesForWebACLCommandInput,
731
+ options?: __HttpHandlerOptions
732
+ ): Promise<ListResourcesForWebACLCommandOutput>;
733
+ listResourcesForWebACL(
734
+ args: ListResourcesForWebACLCommandInput,
735
+ cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
736
+ ): void;
737
+ listResourcesForWebACL(
738
+ args: ListResourcesForWebACLCommandInput,
739
+ options: __HttpHandlerOptions,
740
+ cb: (err: any, data?: ListResourcesForWebACLCommandOutput) => void
741
+ ): void;
742
+ listRuleGroups(
743
+ args: ListRuleGroupsCommandInput,
744
+ options?: __HttpHandlerOptions
745
+ ): Promise<ListRuleGroupsCommandOutput>;
746
+ listRuleGroups(
747
+ args: ListRuleGroupsCommandInput,
748
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
749
+ ): void;
750
+ listRuleGroups(
751
+ args: ListRuleGroupsCommandInput,
752
+ options: __HttpHandlerOptions,
753
+ cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
754
+ ): void;
755
+ listTagsForResource(
756
+ args: ListTagsForResourceCommandInput,
757
+ options?: __HttpHandlerOptions
758
+ ): Promise<ListTagsForResourceCommandOutput>;
759
+ listTagsForResource(
760
+ args: ListTagsForResourceCommandInput,
761
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
762
+ ): void;
763
+ listTagsForResource(
764
+ args: ListTagsForResourceCommandInput,
765
+ options: __HttpHandlerOptions,
766
+ cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
767
+ ): void;
768
+ listWebACLs(
769
+ args: ListWebACLsCommandInput,
770
+ options?: __HttpHandlerOptions
771
+ ): Promise<ListWebACLsCommandOutput>;
772
+ listWebACLs(
773
+ args: ListWebACLsCommandInput,
774
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void
775
+ ): void;
776
+ listWebACLs(
777
+ args: ListWebACLsCommandInput,
778
+ options: __HttpHandlerOptions,
779
+ cb: (err: any, data?: ListWebACLsCommandOutput) => void
780
+ ): void;
781
+ putLoggingConfiguration(
782
+ args: PutLoggingConfigurationCommandInput,
783
+ options?: __HttpHandlerOptions
784
+ ): Promise<PutLoggingConfigurationCommandOutput>;
785
+ putLoggingConfiguration(
786
+ args: PutLoggingConfigurationCommandInput,
787
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
788
+ ): void;
789
+ putLoggingConfiguration(
790
+ args: PutLoggingConfigurationCommandInput,
791
+ options: __HttpHandlerOptions,
792
+ cb: (err: any, data?: PutLoggingConfigurationCommandOutput) => void
793
+ ): void;
794
+ putManagedRuleSetVersions(
795
+ args: PutManagedRuleSetVersionsCommandInput,
796
+ options?: __HttpHandlerOptions
797
+ ): Promise<PutManagedRuleSetVersionsCommandOutput>;
798
+ putManagedRuleSetVersions(
799
+ args: PutManagedRuleSetVersionsCommandInput,
800
+ cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
801
+ ): void;
802
+ putManagedRuleSetVersions(
803
+ args: PutManagedRuleSetVersionsCommandInput,
804
+ options: __HttpHandlerOptions,
805
+ cb: (err: any, data?: PutManagedRuleSetVersionsCommandOutput) => void
806
+ ): void;
807
+ putPermissionPolicy(
808
+ args: PutPermissionPolicyCommandInput,
809
+ options?: __HttpHandlerOptions
810
+ ): Promise<PutPermissionPolicyCommandOutput>;
811
+ putPermissionPolicy(
812
+ args: PutPermissionPolicyCommandInput,
813
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
814
+ ): void;
815
+ putPermissionPolicy(
816
+ args: PutPermissionPolicyCommandInput,
817
+ options: __HttpHandlerOptions,
818
+ cb: (err: any, data?: PutPermissionPolicyCommandOutput) => void
819
+ ): void;
820
+ tagResource(
821
+ args: TagResourceCommandInput,
822
+ options?: __HttpHandlerOptions
823
+ ): Promise<TagResourceCommandOutput>;
824
+ tagResource(
825
+ args: TagResourceCommandInput,
826
+ cb: (err: any, data?: TagResourceCommandOutput) => void
827
+ ): void;
828
+ tagResource(
829
+ args: TagResourceCommandInput,
830
+ options: __HttpHandlerOptions,
831
+ cb: (err: any, data?: TagResourceCommandOutput) => void
832
+ ): void;
833
+ untagResource(
834
+ args: UntagResourceCommandInput,
835
+ options?: __HttpHandlerOptions
836
+ ): Promise<UntagResourceCommandOutput>;
837
+ untagResource(
838
+ args: UntagResourceCommandInput,
839
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
840
+ ): void;
841
+ untagResource(
842
+ args: UntagResourceCommandInput,
843
+ options: __HttpHandlerOptions,
844
+ cb: (err: any, data?: UntagResourceCommandOutput) => void
845
+ ): void;
846
+ updateIPSet(
847
+ args: UpdateIPSetCommandInput,
848
+ options?: __HttpHandlerOptions
849
+ ): Promise<UpdateIPSetCommandOutput>;
850
+ updateIPSet(
851
+ args: UpdateIPSetCommandInput,
852
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
853
+ ): void;
854
+ updateIPSet(
855
+ args: UpdateIPSetCommandInput,
856
+ options: __HttpHandlerOptions,
857
+ cb: (err: any, data?: UpdateIPSetCommandOutput) => void
858
+ ): void;
859
+ updateManagedRuleSetVersionExpiryDate(
860
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
861
+ options?: __HttpHandlerOptions
862
+ ): Promise<UpdateManagedRuleSetVersionExpiryDateCommandOutput>;
863
+ updateManagedRuleSetVersionExpiryDate(
864
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
865
+ cb: (
866
+ err: any,
867
+ data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
868
+ ) => void
869
+ ): void;
870
+ updateManagedRuleSetVersionExpiryDate(
871
+ args: UpdateManagedRuleSetVersionExpiryDateCommandInput,
872
+ options: __HttpHandlerOptions,
873
+ cb: (
874
+ err: any,
875
+ data?: UpdateManagedRuleSetVersionExpiryDateCommandOutput
876
+ ) => void
877
+ ): void;
878
+ updateRegexPatternSet(
879
+ args: UpdateRegexPatternSetCommandInput,
880
+ options?: __HttpHandlerOptions
881
+ ): Promise<UpdateRegexPatternSetCommandOutput>;
882
+ updateRegexPatternSet(
883
+ args: UpdateRegexPatternSetCommandInput,
884
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
885
+ ): void;
886
+ updateRegexPatternSet(
887
+ args: UpdateRegexPatternSetCommandInput,
888
+ options: __HttpHandlerOptions,
889
+ cb: (err: any, data?: UpdateRegexPatternSetCommandOutput) => void
890
+ ): void;
891
+ updateRuleGroup(
892
+ args: UpdateRuleGroupCommandInput,
893
+ options?: __HttpHandlerOptions
894
+ ): Promise<UpdateRuleGroupCommandOutput>;
895
+ updateRuleGroup(
896
+ args: UpdateRuleGroupCommandInput,
897
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
898
+ ): void;
899
+ updateRuleGroup(
900
+ args: UpdateRuleGroupCommandInput,
901
+ options: __HttpHandlerOptions,
902
+ cb: (err: any, data?: UpdateRuleGroupCommandOutput) => void
903
+ ): void;
904
+ updateWebACL(
905
+ args: UpdateWebACLCommandInput,
906
+ options?: __HttpHandlerOptions
907
+ ): Promise<UpdateWebACLCommandOutput>;
908
+ updateWebACL(
909
+ args: UpdateWebACLCommandInput,
910
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void
911
+ ): void;
912
+ updateWebACL(
913
+ args: UpdateWebACLCommandInput,
914
+ options: __HttpHandlerOptions,
915
+ cb: (err: any, data?: UpdateWebACLCommandOutput) => void
916
+ ): void;
917
+ }
918
+ export declare class WAFV2 extends WAFV2Client implements WAFV2 {}