@aws-sdk/client-wafv2 3.1068.0 → 3.1069.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.
- package/README.md +28 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +338 -225
- package/dist-cjs/models/WAFV2ServiceException.js +4 -8
- package/dist-cjs/models/errors.js +41 -64
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +970 -492
- package/dist-es/WAFV2.js +8 -0
- package/dist-es/commands/GetRevenueStatisticsCommand.js +16 -0
- package/dist-es/commands/GetRevenueStatisticsSummaryCommand.js +16 -0
- package/dist-es/commands/GetRevenueStatisticsTimeSeriesCommand.js +16 -0
- package/dist-es/commands/ListSettlementRecordsCommand.js +16 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/enums.js +65 -0
- package/dist-es/schemas/schemas_0.js +216 -21
- package/dist-types/WAFV2.d.ts +28 -0
- package/dist-types/WAFV2Client.d.ts +6 -2
- package/dist-types/commands/CheckCapacityCommand.d.ts +12 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +29 -0
- package/dist-types/commands/CreateWebACLCommand.d.ts +29 -0
- package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +3 -0
- package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/GetRevenueStatisticsCommand.d.ts +150 -0
- package/dist-types/commands/GetRevenueStatisticsSummaryCommand.d.ts +130 -0
- package/dist-types/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +139 -0
- package/dist-types/commands/GetRuleGroupCommand.d.ts +29 -0
- package/dist-types/commands/GetWebACLCommand.d.ts +29 -0
- package/dist-types/commands/GetWebACLForResourceCommand.d.ts +29 -0
- package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
- package/dist-types/commands/ListSettlementRecordsCommand.d.ts +148 -0
- package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -2
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +29 -0
- package/dist-types/commands/UpdateWebACLCommand.d.ts +29 -0
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/enums.d.ts +161 -0
- package/dist-types/models/models_0.d.ts +843 -114
- package/dist-types/schemas/schemas_0.d.ts +23 -0
- package/dist-types/ts3.4/WAFV2.d.ts +68 -0
- package/dist-types/ts3.4/WAFV2Client.d.ts +24 -0
- package/dist-types/ts3.4/commands/GetRevenueStatisticsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetRevenueStatisticsSummaryCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/GetRevenueStatisticsTimeSeriesCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListSettlementRecordsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/enums.d.ts +83 -0
- package/dist-types/ts3.4/models/models_0.d.ts +154 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +23 -0
- package/package.json +8 -8
|
@@ -72,10 +72,12 @@ export declare var CreateRuleGroupRequest$: StaticStructureSchema;
|
|
|
72
72
|
export declare var CreateRuleGroupResponse$: StaticStructureSchema;
|
|
73
73
|
export declare var CreateWebACLRequest$: StaticStructureSchema;
|
|
74
74
|
export declare var CreateWebACLResponse$: StaticStructureSchema;
|
|
75
|
+
export declare var CryptoConfig$: StaticStructureSchema;
|
|
75
76
|
export declare var CustomHTTPHeader$: StaticStructureSchema;
|
|
76
77
|
export declare var CustomRequestHandling$: StaticStructureSchema;
|
|
77
78
|
export declare var CustomResponse$: StaticStructureSchema;
|
|
78
79
|
export declare var CustomResponseBody$: StaticStructureSchema;
|
|
80
|
+
export declare var DataPointEntry$: StaticStructureSchema;
|
|
79
81
|
export declare var DataProtection$: StaticStructureSchema;
|
|
80
82
|
export declare var DataProtectionConfig$: StaticStructureSchema;
|
|
81
83
|
export declare var DefaultAction$: StaticStructureSchema;
|
|
@@ -132,6 +134,12 @@ export declare var GetRateBasedStatementManagedKeysRequest$: StaticStructureSche
|
|
|
132
134
|
export declare var GetRateBasedStatementManagedKeysResponse$: StaticStructureSchema;
|
|
133
135
|
export declare var GetRegexPatternSetRequest$: StaticStructureSchema;
|
|
134
136
|
export declare var GetRegexPatternSetResponse$: StaticStructureSchema;
|
|
137
|
+
export declare var GetRevenueStatisticsRequest$: StaticStructureSchema;
|
|
138
|
+
export declare var GetRevenueStatisticsResponse$: StaticStructureSchema;
|
|
139
|
+
export declare var GetRevenueStatisticsSummaryRequest$: StaticStructureSchema;
|
|
140
|
+
export declare var GetRevenueStatisticsSummaryResponse$: StaticStructureSchema;
|
|
141
|
+
export declare var GetRevenueStatisticsTimeSeriesRequest$: StaticStructureSchema;
|
|
142
|
+
export declare var GetRevenueStatisticsTimeSeriesResponse$: StaticStructureSchema;
|
|
135
143
|
export declare var GetRuleGroupRequest$: StaticStructureSchema;
|
|
136
144
|
export declare var GetRuleGroupResponse$: StaticStructureSchema;
|
|
137
145
|
export declare var GetSampledRequestsRequest$: StaticStructureSchema;
|
|
@@ -180,6 +188,8 @@ export declare var ListResourcesForWebACLRequest$: StaticStructureSchema;
|
|
|
180
188
|
export declare var ListResourcesForWebACLResponse$: StaticStructureSchema;
|
|
181
189
|
export declare var ListRuleGroupsRequest$: StaticStructureSchema;
|
|
182
190
|
export declare var ListRuleGroupsResponse$: StaticStructureSchema;
|
|
191
|
+
export declare var ListSettlementRecordsRequest$: StaticStructureSchema;
|
|
192
|
+
export declare var ListSettlementRecordsResponse$: StaticStructureSchema;
|
|
183
193
|
export declare var ListTagsForResourceRequest$: StaticStructureSchema;
|
|
184
194
|
export declare var ListTagsForResourceResponse$: StaticStructureSchema;
|
|
185
195
|
export declare var ListWebACLsRequest$: StaticStructureSchema;
|
|
@@ -196,6 +206,9 @@ export declare var ManagedRuleSetSummary$: StaticStructureSchema;
|
|
|
196
206
|
export declare var ManagedRuleSetVersion$: StaticStructureSchema;
|
|
197
207
|
export declare var Method$: StaticStructureSchema;
|
|
198
208
|
export declare var MobileSdkRelease$: StaticStructureSchema;
|
|
209
|
+
export declare var MonetizationConfig$: StaticStructureSchema;
|
|
210
|
+
export declare var MonetizationFilter$: StaticStructureSchema;
|
|
211
|
+
export declare var MonetizeAction$: StaticStructureSchema;
|
|
199
212
|
export declare var NoneAction$: StaticStructureSchema;
|
|
200
213
|
export declare var NotStatement$: StaticStructureSchema;
|
|
201
214
|
export declare var OnSourceDDoSProtectionConfig$: StaticStructureSchema;
|
|
@@ -203,7 +216,9 @@ export declare var OrStatement$: StaticStructureSchema;
|
|
|
203
216
|
export declare var OverrideAction$: StaticStructureSchema;
|
|
204
217
|
export declare var PasswordField$: StaticStructureSchema;
|
|
205
218
|
export declare var PathStatistics$: StaticStructureSchema;
|
|
219
|
+
export declare var PaymentNetwork$: StaticStructureSchema;
|
|
206
220
|
export declare var PhoneNumberField$: StaticStructureSchema;
|
|
221
|
+
export declare var Price$: StaticStructureSchema;
|
|
207
222
|
export declare var PutLoggingConfigurationRequest$: StaticStructureSchema;
|
|
208
223
|
export declare var PutLoggingConfigurationResponse$: StaticStructureSchema;
|
|
209
224
|
export declare var PutManagedRuleSetVersionsRequest$: StaticStructureSchema;
|
|
@@ -240,6 +255,8 @@ export declare var ResponseInspectionBodyContains$: StaticStructureSchema;
|
|
|
240
255
|
export declare var ResponseInspectionHeader$: StaticStructureSchema;
|
|
241
256
|
export declare var ResponseInspectionJson$: StaticStructureSchema;
|
|
242
257
|
export declare var ResponseInspectionStatusCode$: StaticStructureSchema;
|
|
258
|
+
export declare var RevenueBreakdown$: StaticStructureSchema;
|
|
259
|
+
export declare var RevenuePathStatistics$: StaticStructureSchema;
|
|
243
260
|
export declare var Rule$: StaticStructureSchema;
|
|
244
261
|
export declare var RuleAction$: StaticStructureSchema;
|
|
245
262
|
export declare var RuleActionOverride$: StaticStructureSchema;
|
|
@@ -248,9 +265,11 @@ export declare var RuleGroupReferenceStatement$: StaticStructureSchema;
|
|
|
248
265
|
export declare var RuleGroupSummary$: StaticStructureSchema;
|
|
249
266
|
export declare var RuleSummary$: StaticStructureSchema;
|
|
250
267
|
export declare var SampledHTTPRequest$: StaticStructureSchema;
|
|
268
|
+
export declare var SettlementRecord$: StaticStructureSchema;
|
|
251
269
|
export declare var SingleHeader$: StaticStructureSchema;
|
|
252
270
|
export declare var SingleQueryArgument$: StaticStructureSchema;
|
|
253
271
|
export declare var SizeConstraintStatement$: StaticStructureSchema;
|
|
272
|
+
export declare var SourceStatistics$: StaticStructureSchema;
|
|
254
273
|
export declare var SqliMatchStatement$: StaticStructureSchema;
|
|
255
274
|
export declare var Statement$: StaticStructureSchema;
|
|
256
275
|
export declare var Tag$: StaticStructureSchema;
|
|
@@ -307,6 +326,9 @@ export declare var GetMobileSdkRelease$: StaticOperationSchema;
|
|
|
307
326
|
export declare var GetPermissionPolicy$: StaticOperationSchema;
|
|
308
327
|
export declare var GetRateBasedStatementManagedKeys$: StaticOperationSchema;
|
|
309
328
|
export declare var GetRegexPatternSet$: StaticOperationSchema;
|
|
329
|
+
export declare var GetRevenueStatistics$: StaticOperationSchema;
|
|
330
|
+
export declare var GetRevenueStatisticsSummary$: StaticOperationSchema;
|
|
331
|
+
export declare var GetRevenueStatisticsTimeSeries$: StaticOperationSchema;
|
|
310
332
|
export declare var GetRuleGroup$: StaticOperationSchema;
|
|
311
333
|
export declare var GetSampledRequests$: StaticOperationSchema;
|
|
312
334
|
export declare var GetTopPathStatisticsByTraffic$: StaticOperationSchema;
|
|
@@ -322,6 +344,7 @@ export declare var ListMobileSdkReleases$: StaticOperationSchema;
|
|
|
322
344
|
export declare var ListRegexPatternSets$: StaticOperationSchema;
|
|
323
345
|
export declare var ListResourcesForWebACL$: StaticOperationSchema;
|
|
324
346
|
export declare var ListRuleGroups$: StaticOperationSchema;
|
|
347
|
+
export declare var ListSettlementRecords$: StaticOperationSchema;
|
|
325
348
|
export declare var ListTagsForResource$: StaticOperationSchema;
|
|
326
349
|
export declare var ListWebACLs$: StaticOperationSchema;
|
|
327
350
|
export declare var PutLoggingConfiguration$: StaticOperationSchema;
|
|
@@ -111,6 +111,18 @@ import {
|
|
|
111
111
|
GetRegexPatternSetCommandInput,
|
|
112
112
|
GetRegexPatternSetCommandOutput,
|
|
113
113
|
} from "./commands/GetRegexPatternSetCommand";
|
|
114
|
+
import {
|
|
115
|
+
GetRevenueStatisticsCommandInput,
|
|
116
|
+
GetRevenueStatisticsCommandOutput,
|
|
117
|
+
} from "./commands/GetRevenueStatisticsCommand";
|
|
118
|
+
import {
|
|
119
|
+
GetRevenueStatisticsSummaryCommandInput,
|
|
120
|
+
GetRevenueStatisticsSummaryCommandOutput,
|
|
121
|
+
} from "./commands/GetRevenueStatisticsSummaryCommand";
|
|
122
|
+
import {
|
|
123
|
+
GetRevenueStatisticsTimeSeriesCommandInput,
|
|
124
|
+
GetRevenueStatisticsTimeSeriesCommandOutput,
|
|
125
|
+
} from "./commands/GetRevenueStatisticsTimeSeriesCommand";
|
|
114
126
|
import {
|
|
115
127
|
GetRuleGroupCommandInput,
|
|
116
128
|
GetRuleGroupCommandOutput,
|
|
@@ -171,6 +183,10 @@ import {
|
|
|
171
183
|
ListRuleGroupsCommandInput,
|
|
172
184
|
ListRuleGroupsCommandOutput,
|
|
173
185
|
} from "./commands/ListRuleGroupsCommand";
|
|
186
|
+
import {
|
|
187
|
+
ListSettlementRecordsCommandInput,
|
|
188
|
+
ListSettlementRecordsCommandOutput,
|
|
189
|
+
} from "./commands/ListSettlementRecordsCommand";
|
|
174
190
|
import {
|
|
175
191
|
ListTagsForResourceCommandInput,
|
|
176
192
|
ListTagsForResourceCommandOutput,
|
|
@@ -585,6 +601,45 @@ export interface WAFV2 {
|
|
|
585
601
|
options: __HttpHandlerOptions,
|
|
586
602
|
cb: (err: any, data?: GetRegexPatternSetCommandOutput) => void
|
|
587
603
|
): void;
|
|
604
|
+
getRevenueStatistics(
|
|
605
|
+
args: GetRevenueStatisticsCommandInput,
|
|
606
|
+
options?: __HttpHandlerOptions
|
|
607
|
+
): Promise<GetRevenueStatisticsCommandOutput>;
|
|
608
|
+
getRevenueStatistics(
|
|
609
|
+
args: GetRevenueStatisticsCommandInput,
|
|
610
|
+
cb: (err: any, data?: GetRevenueStatisticsCommandOutput) => void
|
|
611
|
+
): void;
|
|
612
|
+
getRevenueStatistics(
|
|
613
|
+
args: GetRevenueStatisticsCommandInput,
|
|
614
|
+
options: __HttpHandlerOptions,
|
|
615
|
+
cb: (err: any, data?: GetRevenueStatisticsCommandOutput) => void
|
|
616
|
+
): void;
|
|
617
|
+
getRevenueStatisticsSummary(
|
|
618
|
+
args: GetRevenueStatisticsSummaryCommandInput,
|
|
619
|
+
options?: __HttpHandlerOptions
|
|
620
|
+
): Promise<GetRevenueStatisticsSummaryCommandOutput>;
|
|
621
|
+
getRevenueStatisticsSummary(
|
|
622
|
+
args: GetRevenueStatisticsSummaryCommandInput,
|
|
623
|
+
cb: (err: any, data?: GetRevenueStatisticsSummaryCommandOutput) => void
|
|
624
|
+
): void;
|
|
625
|
+
getRevenueStatisticsSummary(
|
|
626
|
+
args: GetRevenueStatisticsSummaryCommandInput,
|
|
627
|
+
options: __HttpHandlerOptions,
|
|
628
|
+
cb: (err: any, data?: GetRevenueStatisticsSummaryCommandOutput) => void
|
|
629
|
+
): void;
|
|
630
|
+
getRevenueStatisticsTimeSeries(
|
|
631
|
+
args: GetRevenueStatisticsTimeSeriesCommandInput,
|
|
632
|
+
options?: __HttpHandlerOptions
|
|
633
|
+
): Promise<GetRevenueStatisticsTimeSeriesCommandOutput>;
|
|
634
|
+
getRevenueStatisticsTimeSeries(
|
|
635
|
+
args: GetRevenueStatisticsTimeSeriesCommandInput,
|
|
636
|
+
cb: (err: any, data?: GetRevenueStatisticsTimeSeriesCommandOutput) => void
|
|
637
|
+
): void;
|
|
638
|
+
getRevenueStatisticsTimeSeries(
|
|
639
|
+
args: GetRevenueStatisticsTimeSeriesCommandInput,
|
|
640
|
+
options: __HttpHandlerOptions,
|
|
641
|
+
cb: (err: any, data?: GetRevenueStatisticsTimeSeriesCommandOutput) => void
|
|
642
|
+
): void;
|
|
588
643
|
getRuleGroup(): Promise<GetRuleGroupCommandOutput>;
|
|
589
644
|
getRuleGroup(
|
|
590
645
|
args: GetRuleGroupCommandInput,
|
|
@@ -788,6 +843,19 @@ export interface WAFV2 {
|
|
|
788
843
|
options: __HttpHandlerOptions,
|
|
789
844
|
cb: (err: any, data?: ListRuleGroupsCommandOutput) => void
|
|
790
845
|
): void;
|
|
846
|
+
listSettlementRecords(
|
|
847
|
+
args: ListSettlementRecordsCommandInput,
|
|
848
|
+
options?: __HttpHandlerOptions
|
|
849
|
+
): Promise<ListSettlementRecordsCommandOutput>;
|
|
850
|
+
listSettlementRecords(
|
|
851
|
+
args: ListSettlementRecordsCommandInput,
|
|
852
|
+
cb: (err: any, data?: ListSettlementRecordsCommandOutput) => void
|
|
853
|
+
): void;
|
|
854
|
+
listSettlementRecords(
|
|
855
|
+
args: ListSettlementRecordsCommandInput,
|
|
856
|
+
options: __HttpHandlerOptions,
|
|
857
|
+
cb: (err: any, data?: ListSettlementRecordsCommandOutput) => void
|
|
858
|
+
): void;
|
|
791
859
|
listTagsForResource(
|
|
792
860
|
args: ListTagsForResourceCommandInput,
|
|
793
861
|
options?: __HttpHandlerOptions
|
|
@@ -148,6 +148,18 @@ import {
|
|
|
148
148
|
GetRegexPatternSetCommandInput,
|
|
149
149
|
GetRegexPatternSetCommandOutput,
|
|
150
150
|
} from "./commands/GetRegexPatternSetCommand";
|
|
151
|
+
import {
|
|
152
|
+
GetRevenueStatisticsCommandInput,
|
|
153
|
+
GetRevenueStatisticsCommandOutput,
|
|
154
|
+
} from "./commands/GetRevenueStatisticsCommand";
|
|
155
|
+
import {
|
|
156
|
+
GetRevenueStatisticsSummaryCommandInput,
|
|
157
|
+
GetRevenueStatisticsSummaryCommandOutput,
|
|
158
|
+
} from "./commands/GetRevenueStatisticsSummaryCommand";
|
|
159
|
+
import {
|
|
160
|
+
GetRevenueStatisticsTimeSeriesCommandInput,
|
|
161
|
+
GetRevenueStatisticsTimeSeriesCommandOutput,
|
|
162
|
+
} from "./commands/GetRevenueStatisticsTimeSeriesCommand";
|
|
151
163
|
import {
|
|
152
164
|
GetRuleGroupCommandInput,
|
|
153
165
|
GetRuleGroupCommandOutput,
|
|
@@ -208,6 +220,10 @@ import {
|
|
|
208
220
|
ListRuleGroupsCommandInput,
|
|
209
221
|
ListRuleGroupsCommandOutput,
|
|
210
222
|
} from "./commands/ListRuleGroupsCommand";
|
|
223
|
+
import {
|
|
224
|
+
ListSettlementRecordsCommandInput,
|
|
225
|
+
ListSettlementRecordsCommandOutput,
|
|
226
|
+
} from "./commands/ListSettlementRecordsCommand";
|
|
211
227
|
import {
|
|
212
228
|
ListTagsForResourceCommandInput,
|
|
213
229
|
ListTagsForResourceCommandOutput,
|
|
@@ -292,6 +308,9 @@ export type ServiceInputTypes =
|
|
|
292
308
|
| GetPermissionPolicyCommandInput
|
|
293
309
|
| GetRateBasedStatementManagedKeysCommandInput
|
|
294
310
|
| GetRegexPatternSetCommandInput
|
|
311
|
+
| GetRevenueStatisticsCommandInput
|
|
312
|
+
| GetRevenueStatisticsSummaryCommandInput
|
|
313
|
+
| GetRevenueStatisticsTimeSeriesCommandInput
|
|
295
314
|
| GetRuleGroupCommandInput
|
|
296
315
|
| GetSampledRequestsCommandInput
|
|
297
316
|
| GetTopPathStatisticsByTrafficCommandInput
|
|
@@ -307,6 +326,7 @@ export type ServiceInputTypes =
|
|
|
307
326
|
| ListRegexPatternSetsCommandInput
|
|
308
327
|
| ListResourcesForWebACLCommandInput
|
|
309
328
|
| ListRuleGroupsCommandInput
|
|
329
|
+
| ListSettlementRecordsCommandInput
|
|
310
330
|
| ListTagsForResourceCommandInput
|
|
311
331
|
| ListWebACLsCommandInput
|
|
312
332
|
| PutLoggingConfigurationCommandInput
|
|
@@ -348,6 +368,9 @@ export type ServiceOutputTypes =
|
|
|
348
368
|
| GetPermissionPolicyCommandOutput
|
|
349
369
|
| GetRateBasedStatementManagedKeysCommandOutput
|
|
350
370
|
| GetRegexPatternSetCommandOutput
|
|
371
|
+
| GetRevenueStatisticsCommandOutput
|
|
372
|
+
| GetRevenueStatisticsSummaryCommandOutput
|
|
373
|
+
| GetRevenueStatisticsTimeSeriesCommandOutput
|
|
351
374
|
| GetRuleGroupCommandOutput
|
|
352
375
|
| GetSampledRequestsCommandOutput
|
|
353
376
|
| GetTopPathStatisticsByTrafficCommandOutput
|
|
@@ -363,6 +386,7 @@ export type ServiceOutputTypes =
|
|
|
363
386
|
| ListRegexPatternSetsCommandOutput
|
|
364
387
|
| ListResourcesForWebACLCommandOutput
|
|
365
388
|
| ListRuleGroupsCommandOutput
|
|
389
|
+
| ListSettlementRecordsCommandOutput
|
|
366
390
|
| ListTagsForResourceCommandOutput
|
|
367
391
|
| ListWebACLsCommandOutput
|
|
368
392
|
| PutLoggingConfigurationCommandOutput
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetRevenueStatisticsRequest,
|
|
5
|
+
GetRevenueStatisticsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WAFV2ClientResolvedConfig,
|
|
11
|
+
} from "../WAFV2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetRevenueStatisticsCommandInput
|
|
15
|
+
extends GetRevenueStatisticsRequest {}
|
|
16
|
+
export interface GetRevenueStatisticsCommandOutput
|
|
17
|
+
extends GetRevenueStatisticsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetRevenueStatisticsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetRevenueStatisticsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetRevenueStatisticsCommandInput,
|
|
24
|
+
GetRevenueStatisticsCommandOutput,
|
|
25
|
+
WAFV2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetRevenueStatisticsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
GetRevenueStatisticsCommandInput,
|
|
33
|
+
GetRevenueStatisticsCommandOutput,
|
|
34
|
+
WAFV2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class GetRevenueStatisticsCommand extends GetRevenueStatisticsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: GetRevenueStatisticsRequest;
|
|
46
|
+
output: GetRevenueStatisticsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: GetRevenueStatisticsCommandInput;
|
|
50
|
+
output: GetRevenueStatisticsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetRevenueStatisticsSummaryRequest,
|
|
5
|
+
GetRevenueStatisticsSummaryResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WAFV2ClientResolvedConfig,
|
|
11
|
+
} from "../WAFV2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetRevenueStatisticsSummaryCommandInput
|
|
15
|
+
extends GetRevenueStatisticsSummaryRequest {}
|
|
16
|
+
export interface GetRevenueStatisticsSummaryCommandOutput
|
|
17
|
+
extends GetRevenueStatisticsSummaryResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetRevenueStatisticsSummaryCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetRevenueStatisticsSummaryCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetRevenueStatisticsSummaryCommandInput,
|
|
24
|
+
GetRevenueStatisticsSummaryCommandOutput,
|
|
25
|
+
WAFV2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetRevenueStatisticsSummaryCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
GetRevenueStatisticsSummaryCommandInput,
|
|
33
|
+
GetRevenueStatisticsSummaryCommandOutput,
|
|
34
|
+
WAFV2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class GetRevenueStatisticsSummaryCommand extends GetRevenueStatisticsSummaryCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: GetRevenueStatisticsSummaryRequest;
|
|
46
|
+
output: GetRevenueStatisticsSummaryResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: GetRevenueStatisticsSummaryCommandInput;
|
|
50
|
+
output: GetRevenueStatisticsSummaryCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
GetRevenueStatisticsTimeSeriesRequest,
|
|
5
|
+
GetRevenueStatisticsTimeSeriesResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WAFV2ClientResolvedConfig,
|
|
11
|
+
} from "../WAFV2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface GetRevenueStatisticsTimeSeriesCommandInput
|
|
15
|
+
extends GetRevenueStatisticsTimeSeriesRequest {}
|
|
16
|
+
export interface GetRevenueStatisticsTimeSeriesCommandOutput
|
|
17
|
+
extends GetRevenueStatisticsTimeSeriesResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const GetRevenueStatisticsTimeSeriesCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: GetRevenueStatisticsTimeSeriesCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
GetRevenueStatisticsTimeSeriesCommandInput,
|
|
24
|
+
GetRevenueStatisticsTimeSeriesCommandOutput,
|
|
25
|
+
WAFV2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: GetRevenueStatisticsTimeSeriesCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
GetRevenueStatisticsTimeSeriesCommandInput,
|
|
33
|
+
GetRevenueStatisticsTimeSeriesCommandOutput,
|
|
34
|
+
WAFV2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class GetRevenueStatisticsTimeSeriesCommand extends GetRevenueStatisticsTimeSeriesCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: GetRevenueStatisticsTimeSeriesRequest;
|
|
46
|
+
output: GetRevenueStatisticsTimeSeriesResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: GetRevenueStatisticsTimeSeriesCommandInput;
|
|
50
|
+
output: GetRevenueStatisticsTimeSeriesCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/core/client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListSettlementRecordsRequest,
|
|
5
|
+
ListSettlementRecordsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
ServiceInputTypes,
|
|
9
|
+
ServiceOutputTypes,
|
|
10
|
+
WAFV2ClientResolvedConfig,
|
|
11
|
+
} from "../WAFV2Client";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListSettlementRecordsCommandInput
|
|
15
|
+
extends ListSettlementRecordsRequest {}
|
|
16
|
+
export interface ListSettlementRecordsCommandOutput
|
|
17
|
+
extends ListSettlementRecordsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListSettlementRecordsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListSettlementRecordsCommandInput
|
|
22
|
+
): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
ListSettlementRecordsCommandInput,
|
|
24
|
+
ListSettlementRecordsCommandOutput,
|
|
25
|
+
WAFV2ClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
input: ListSettlementRecordsCommandInput
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
ListSettlementRecordsCommandInput,
|
|
33
|
+
ListSettlementRecordsCommandOutput,
|
|
34
|
+
WAFV2ClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): {
|
|
39
|
+
[x: string]: unknown;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
export declare class ListSettlementRecordsCommand extends ListSettlementRecordsCommand_base {
|
|
43
|
+
protected static __types: {
|
|
44
|
+
api: {
|
|
45
|
+
input: ListSettlementRecordsRequest;
|
|
46
|
+
output: ListSettlementRecordsResponse;
|
|
47
|
+
};
|
|
48
|
+
sdk: {
|
|
49
|
+
input: ListSettlementRecordsCommandInput;
|
|
50
|
+
output: ListSettlementRecordsCommandOutput;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
}
|
|
@@ -26,6 +26,9 @@ export * from "./GetMobileSdkReleaseCommand";
|
|
|
26
26
|
export * from "./GetPermissionPolicyCommand";
|
|
27
27
|
export * from "./GetRateBasedStatementManagedKeysCommand";
|
|
28
28
|
export * from "./GetRegexPatternSetCommand";
|
|
29
|
+
export * from "./GetRevenueStatisticsCommand";
|
|
30
|
+
export * from "./GetRevenueStatisticsSummaryCommand";
|
|
31
|
+
export * from "./GetRevenueStatisticsTimeSeriesCommand";
|
|
29
32
|
export * from "./GetRuleGroupCommand";
|
|
30
33
|
export * from "./GetSampledRequestsCommand";
|
|
31
34
|
export * from "./GetTopPathStatisticsByTrafficCommand";
|
|
@@ -41,6 +44,7 @@ export * from "./ListMobileSdkReleasesCommand";
|
|
|
41
44
|
export * from "./ListRegexPatternSetsCommand";
|
|
42
45
|
export * from "./ListResourcesForWebACLCommand";
|
|
43
46
|
export * from "./ListRuleGroupsCommand";
|
|
47
|
+
export * from "./ListSettlementRecordsCommand";
|
|
44
48
|
export * from "./ListTagsForResourceCommand";
|
|
45
49
|
export * from "./ListWebACLsCommand";
|
|
46
50
|
export * from "./PutLoggingConfigurationCommand";
|
|
@@ -5,6 +5,7 @@ export declare const ActionValue: {
|
|
|
5
5
|
readonly CHALLENGE: "CHALLENGE";
|
|
6
6
|
readonly COUNT: "COUNT";
|
|
7
7
|
readonly EXCLUDED_AS_COUNT: "EXCLUDED_AS_COUNT";
|
|
8
|
+
readonly MONETIZE: "MONETIZE";
|
|
8
9
|
};
|
|
9
10
|
export type ActionValue = (typeof ActionValue)[keyof typeof ActionValue];
|
|
10
11
|
export declare const FallbackBehavior: {
|
|
@@ -440,12 +441,15 @@ export declare const ParameterExceptionField: {
|
|
|
440
441
|
readonly MANAGED_RULE_SET_STATEMENT: "MANAGED_RULE_SET_STATEMENT";
|
|
441
442
|
readonly MAP_MATCH_SCOPE: "MAP_MATCH_SCOPE";
|
|
442
443
|
readonly METRIC_NAME: "METRIC_NAME";
|
|
444
|
+
readonly MONETIZATION_CONFIG: "MONETIZATION_CONFIG";
|
|
443
445
|
readonly NOT_STATEMENT: "NOT_STATEMENT";
|
|
444
446
|
readonly OR_STATEMENT: "OR_STATEMENT";
|
|
445
447
|
readonly OVERRIDE_ACTION: "OVERRIDE_ACTION";
|
|
446
448
|
readonly OVERSIZE_HANDLING: "OVERSIZE_HANDLING";
|
|
447
449
|
readonly PAYLOAD_TYPE: "PAYLOAD_TYPE";
|
|
450
|
+
readonly PAYMENT_NETWORK: "PAYMENT_NETWORK";
|
|
448
451
|
readonly POSITION: "POSITION";
|
|
452
|
+
readonly PRICE_AMOUNT: "PRICE_AMOUNT";
|
|
449
453
|
readonly RATE_BASED_STATEMENT: "RATE_BASED_STATEMENT";
|
|
450
454
|
readonly REGEX_PATTERN_REFERENCE_STATEMENT: "REGEX_PATTERN_REFERENCE_STATEMENT";
|
|
451
455
|
readonly REGEX_PATTERN_SET: "REGEX_PATTERN_SET";
|
|
@@ -467,6 +471,7 @@ export declare const ParameterExceptionField: {
|
|
|
467
471
|
readonly TAG_KEYS: "TAG_KEYS";
|
|
468
472
|
readonly TEXT_TRANSFORMATION: "TEXT_TRANSFORMATION";
|
|
469
473
|
readonly TOKEN_DOMAIN: "TOKEN_DOMAIN";
|
|
474
|
+
readonly WALLET_ADDRESS: "WALLET_ADDRESS";
|
|
470
475
|
readonly WEB_ACL: "WEB_ACL";
|
|
471
476
|
readonly XSS_MATCH_STATEMENT: "XSS_MATCH_STATEMENT";
|
|
472
477
|
};
|
|
@@ -498,6 +503,24 @@ export declare const ResponseContentType: {
|
|
|
498
503
|
};
|
|
499
504
|
export type ResponseContentType =
|
|
500
505
|
(typeof ResponseContentType)[keyof typeof ResponseContentType];
|
|
506
|
+
export declare const BlockchainChain: {
|
|
507
|
+
readonly BASE: "BASE";
|
|
508
|
+
readonly BASE_SEPOLIA: "BASE_SEPOLIA";
|
|
509
|
+
readonly SOLANA: "SOLANA";
|
|
510
|
+
readonly SOLANA_DEVNET: "SOLANA_DEVNET";
|
|
511
|
+
};
|
|
512
|
+
export type BlockchainChain =
|
|
513
|
+
(typeof BlockchainChain)[keyof typeof BlockchainChain];
|
|
514
|
+
export declare const CryptoCurrency: {
|
|
515
|
+
readonly USDC: "USDC";
|
|
516
|
+
};
|
|
517
|
+
export type CryptoCurrency =
|
|
518
|
+
(typeof CryptoCurrency)[keyof typeof CryptoCurrency];
|
|
519
|
+
export declare const CurrencyMode: {
|
|
520
|
+
readonly REAL: "REAL";
|
|
521
|
+
readonly TEST: "TEST";
|
|
522
|
+
};
|
|
523
|
+
export type CurrencyMode = (typeof CurrencyMode)[keyof typeof CurrencyMode];
|
|
501
524
|
export declare const DataProtectionAction: {
|
|
502
525
|
readonly HASH: "HASH";
|
|
503
526
|
readonly SUBSTITUTION: "SUBSTITUTION";
|
|
@@ -546,6 +569,48 @@ export declare const FilterRequirement: {
|
|
|
546
569
|
};
|
|
547
570
|
export type FilterRequirement =
|
|
548
571
|
(typeof FilterRequirement)[keyof typeof FilterRequirement];
|
|
572
|
+
export declare const Currency: {
|
|
573
|
+
readonly USDC: "USDC";
|
|
574
|
+
};
|
|
575
|
+
export type Currency = (typeof Currency)[keyof typeof Currency];
|
|
576
|
+
export declare const GroupByType: {
|
|
577
|
+
readonly CATEGORY: "CATEGORY";
|
|
578
|
+
readonly INTENT: "INTENT";
|
|
579
|
+
readonly NAME: "NAME";
|
|
580
|
+
readonly ORGANIZATION: "ORGANIZATION";
|
|
581
|
+
readonly WEBACL: "WEBACL";
|
|
582
|
+
};
|
|
583
|
+
export type GroupByType = (typeof GroupByType)[keyof typeof GroupByType];
|
|
584
|
+
export declare const RankingSortBy: {
|
|
585
|
+
readonly NAME: "NAME";
|
|
586
|
+
readonly PERCENTAGE: "PERCENTAGE";
|
|
587
|
+
readonly REVENUE: "REVENUE";
|
|
588
|
+
};
|
|
589
|
+
export type RankingSortBy = (typeof RankingSortBy)[keyof typeof RankingSortBy];
|
|
590
|
+
export declare const SortOrder: {
|
|
591
|
+
readonly ASC: "ASC";
|
|
592
|
+
readonly DESC: "DESC";
|
|
593
|
+
};
|
|
594
|
+
export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
|
|
595
|
+
export declare const RankingStatisticType: {
|
|
596
|
+
readonly TOP_PATHS_BY_REVENUE: "TOP_PATHS_BY_REVENUE";
|
|
597
|
+
readonly TOP_SOURCES_BY_REVENUE: "TOP_SOURCES_BY_REVENUE";
|
|
598
|
+
};
|
|
599
|
+
export type RankingStatisticType =
|
|
600
|
+
(typeof RankingStatisticType)[keyof typeof RankingStatisticType];
|
|
601
|
+
export declare const IntervalType: {
|
|
602
|
+
readonly DAILY: "DAILY";
|
|
603
|
+
readonly FIVE_MINUTELY: "FIVE_MINUTELY";
|
|
604
|
+
readonly HOURLY: "HOURLY";
|
|
605
|
+
readonly MINUTELY: "MINUTELY";
|
|
606
|
+
};
|
|
607
|
+
export type IntervalType = (typeof IntervalType)[keyof typeof IntervalType];
|
|
608
|
+
export declare const TimeSeriesStatisticType: {
|
|
609
|
+
readonly DATE_HISTOGRAM: "DATE_HISTOGRAM";
|
|
610
|
+
readonly PAYMENT_TRAFFIC: "PAYMENT_TRAFFIC";
|
|
611
|
+
};
|
|
612
|
+
export type TimeSeriesStatisticType =
|
|
613
|
+
(typeof TimeSeriesStatisticType)[keyof typeof TimeSeriesStatisticType];
|
|
549
614
|
export declare const FailureReason: {
|
|
550
615
|
readonly TOKEN_DOMAIN_MISMATCH: "TOKEN_DOMAIN_MISMATCH";
|
|
551
616
|
readonly TOKEN_EXPIRED: "TOKEN_EXPIRED";
|
|
@@ -563,3 +628,21 @@ export declare const ResourceType: {
|
|
|
563
628
|
readonly VERIFIED_ACCESS_INSTANCE: "VERIFIED_ACCESS_INSTANCE";
|
|
564
629
|
};
|
|
565
630
|
export type ResourceType = (typeof ResourceType)[keyof typeof ResourceType];
|
|
631
|
+
export declare const SettlementSortBy: {
|
|
632
|
+
readonly AMOUNT: "AMOUNT";
|
|
633
|
+
readonly NAME: "NAME";
|
|
634
|
+
readonly STATUS: "STATUS";
|
|
635
|
+
readonly TIMESTAMP: "TIMESTAMP";
|
|
636
|
+
};
|
|
637
|
+
export type SettlementSortBy =
|
|
638
|
+
(typeof SettlementSortBy)[keyof typeof SettlementSortBy];
|
|
639
|
+
export declare const SettlementStatus: {
|
|
640
|
+
readonly DUPLICATE: "DUPLICATE";
|
|
641
|
+
readonly FAILED: "FAILED";
|
|
642
|
+
readonly PENDING: "PENDING";
|
|
643
|
+
readonly SERVICE_ERROR: "SERVICE_ERROR";
|
|
644
|
+
readonly SETTLED: "SETTLED";
|
|
645
|
+
readonly SKIPPED_ORIGIN_ERROR: "SKIPPED_ORIGIN_ERROR";
|
|
646
|
+
};
|
|
647
|
+
export type SettlementStatus =
|
|
648
|
+
(typeof SettlementStatus)[keyof typeof SettlementStatus];
|