@aws-sdk/client-wafv2 3.997.0 → 3.998.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 +7 -0
- package/dist-cjs/index.js +14 -0
- package/dist-cjs/schemas/schemas_0.js +87 -33
- package/dist-es/WAFV2.js +2 -0
- package/dist-es/commands/GetTopPathStatisticsByTrafficCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +80 -26
- package/dist-types/WAFV2.d.ts +7 -0
- package/dist-types/WAFV2Client.d.ts +3 -2
- package/dist-types/commands/GetTopPathStatisticsByTrafficCommand.d.ts +164 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +168 -0
- package/dist-types/schemas/schemas_0.d.ts +6 -0
- package/dist-types/ts3.4/WAFV2.d.ts +17 -0
- package/dist-types/ts3.4/WAFV2Client.d.ts +6 -0
- package/dist-types/ts3.4/commands/GetTopPathStatisticsByTrafficCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +35 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +6 -0
- package/package.json +33 -33
package/README.md
CHANGED
|
@@ -446,6 +446,13 @@ GetSampledRequests
|
|
|
446
446
|
</details>
|
|
447
447
|
<details>
|
|
448
448
|
<summary>
|
|
449
|
+
GetTopPathStatisticsByTraffic
|
|
450
|
+
</summary>
|
|
451
|
+
|
|
452
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/wafv2/command/GetTopPathStatisticsByTrafficCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetTopPathStatisticsByTrafficCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-wafv2/Interface/GetTopPathStatisticsByTrafficCommandOutput/)
|
|
453
|
+
</details>
|
|
454
|
+
<details>
|
|
455
|
+
<summary>
|
|
449
456
|
GetWebACL
|
|
450
457
|
</summary>
|
|
451
458
|
|
package/dist-cjs/index.js
CHANGED
|
@@ -473,6 +473,18 @@ class GetSampledRequestsCommand extends smithyClient.Command
|
|
|
473
473
|
.build() {
|
|
474
474
|
}
|
|
475
475
|
|
|
476
|
+
class GetTopPathStatisticsByTrafficCommand extends smithyClient.Command
|
|
477
|
+
.classBuilder()
|
|
478
|
+
.ep(commonParams)
|
|
479
|
+
.m(function (Command, cs, config, o) {
|
|
480
|
+
return [middlewareEndpoint.getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
481
|
+
})
|
|
482
|
+
.s("AWSWAF_20190729", "GetTopPathStatisticsByTraffic", {})
|
|
483
|
+
.n("WAFV2Client", "GetTopPathStatisticsByTrafficCommand")
|
|
484
|
+
.sc(schemas_0.GetTopPathStatisticsByTraffic$)
|
|
485
|
+
.build() {
|
|
486
|
+
}
|
|
487
|
+
|
|
476
488
|
class GetWebACLCommand extends smithyClient.Command
|
|
477
489
|
.classBuilder()
|
|
478
490
|
.ep(commonParams)
|
|
@@ -792,6 +804,7 @@ const commands = {
|
|
|
792
804
|
GetRegexPatternSetCommand,
|
|
793
805
|
GetRuleGroupCommand,
|
|
794
806
|
GetSampledRequestsCommand,
|
|
807
|
+
GetTopPathStatisticsByTrafficCommand,
|
|
795
808
|
GetWebACLCommand,
|
|
796
809
|
GetWebACLForResourceCommand,
|
|
797
810
|
ListAPIKeysCommand,
|
|
@@ -1375,6 +1388,7 @@ exports.GetRateBasedStatementManagedKeysCommand = GetRateBasedStatementManagedKe
|
|
|
1375
1388
|
exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
|
|
1376
1389
|
exports.GetRuleGroupCommand = GetRuleGroupCommand;
|
|
1377
1390
|
exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
|
|
1391
|
+
exports.GetTopPathStatisticsByTrafficCommand = GetTopPathStatisticsByTrafficCommand;
|
|
1378
1392
|
exports.GetWebACLCommand = GetWebACLCommand;
|
|
1379
1393
|
exports.GetWebACLForResourceCommand = GetWebACLForResourceCommand;
|
|
1380
1394
|
exports.IPAddressVersion = IPAddressVersion;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
exports.
|
|
6
|
-
exports.
|
|
7
|
-
exports.
|
|
8
|
-
exports.
|
|
9
|
-
exports.UpdateWebACL$ = exports.UpdateRuleGroup$ = exports.UpdateRegexPatternSet$ = exports.UpdateManagedRuleSetVersionExpiryDate$ = exports.UpdateIPSet$ = exports.UntagResource$ = exports.TagResource$ = exports.PutPermissionPolicy$ = exports.PutManagedRuleSetVersions$ = exports.PutLoggingConfiguration$ = exports.ListWebACLs$ = exports.ListTagsForResource$ = exports.ListRuleGroups$ = exports.ListResourcesForWebACL$ = exports.ListRegexPatternSets$ = exports.ListMobileSdkReleases$ = exports.ListManagedRuleSets$ = exports.ListLoggingConfigurations$ = exports.ListIPSets$ = exports.ListAvailableManagedRuleGroupVersions$ = exports.ListAvailableManagedRuleGroups$ = exports.ListAPIKeys$ = exports.GetWebACLForResource$ = void 0;
|
|
3
|
+
exports.CheckCapacityRequest$ = exports.ChallengeResponse$ = exports.ChallengeConfig$ = exports.ChallengeAction$ = exports.CaptchaResponse$ = exports.CaptchaConfig$ = exports.CaptchaAction$ = exports.ByteMatchStatement$ = exports.BotStatistics$ = exports.Body$ = exports.BlockAction$ = exports.AWSManagedRulesBotControlRuleSet$ = exports.AWSManagedRulesATPRuleSet$ = exports.AWSManagedRulesAntiDDoSRuleSet$ = exports.AWSManagedRulesACFPRuleSet$ = exports.AssociationConfig$ = exports.AssociateWebACLResponse$ = exports.AssociateWebACLRequest$ = exports.AsnMatchStatement$ = exports.ApplicationConfig$ = exports.ApplicationAttribute$ = exports.APIKeySummary$ = exports.AndStatement$ = exports.AllQueryArguments$ = exports.AllowAction$ = exports.All$ = exports.AddressField$ = exports.ActionCondition$ = exports.errorTypeRegistries = exports.WAFUnsupportedAggregateKeyTypeException$ = exports.WAFUnavailableEntityException$ = exports.WAFTagOperationInternalErrorException$ = exports.WAFTagOperationException$ = exports.WAFSubscriptionNotFoundException$ = exports.WAFServiceLinkedRoleErrorException$ = exports.WAFOptimisticLockException$ = exports.WAFNonexistentItemException$ = exports.WAFLogDestinationPermissionIssueException$ = exports.WAFLimitsExceededException$ = exports.WAFInvalidResourceException$ = exports.WAFInvalidPermissionPolicyException$ = exports.WAFInvalidParameterException$ = exports.WAFInvalidOperationException$ = exports.WAFInternalErrorException$ = exports.WAFFeatureNotIncludedInPricingPlanException$ = exports.WAFExpiredManagedRuleGroupVersionException$ = exports.WAFDuplicateItemException$ = exports.WAFConfigurationWarningException$ = exports.WAFAssociatedItemException$ = exports.WAFV2ServiceException$ = void 0;
|
|
4
|
+
exports.EmailField$ = exports.DisassociateWebACLResponse$ = exports.DisassociateWebACLRequest$ = exports.DisallowedFeature$ = exports.DescribeManagedRuleGroupResponse$ = exports.DescribeManagedRuleGroupRequest$ = exports.DescribeManagedProductsByVendorResponse$ = exports.DescribeManagedProductsByVendorRequest$ = exports.DescribeAllManagedProductsResponse$ = exports.DescribeAllManagedProductsRequest$ = exports.DeleteWebACLResponse$ = exports.DeleteWebACLRequest$ = exports.DeleteRuleGroupResponse$ = exports.DeleteRuleGroupRequest$ = exports.DeleteRegexPatternSetResponse$ = exports.DeleteRegexPatternSetRequest$ = exports.DeletePermissionPolicyResponse$ = exports.DeletePermissionPolicyRequest$ = exports.DeleteLoggingConfigurationResponse$ = exports.DeleteLoggingConfigurationRequest$ = exports.DeleteIPSetResponse$ = exports.DeleteIPSetRequest$ = exports.DeleteFirewallManagerRuleGroupsResponse$ = exports.DeleteFirewallManagerRuleGroupsRequest$ = exports.DeleteAPIKeyResponse$ = exports.DeleteAPIKeyRequest$ = exports.DefaultAction$ = exports.DataProtectionConfig$ = exports.DataProtection$ = exports.CustomResponseBody$ = exports.CustomResponse$ = exports.CustomRequestHandling$ = exports.CustomHTTPHeader$ = exports.CreateWebACLResponse$ = exports.CreateWebACLRequest$ = exports.CreateRuleGroupResponse$ = exports.CreateRuleGroupRequest$ = exports.CreateRegexPatternSetResponse$ = exports.CreateRegexPatternSetRequest$ = exports.CreateIPSetResponse$ = exports.CreateIPSetRequest$ = exports.CreateAPIKeyResponse$ = exports.CreateAPIKeyRequest$ = exports.CountAction$ = exports.Cookies$ = exports.CookieMatchPattern$ = exports.Condition$ = exports.ClientSideActionConfig$ = exports.ClientSideAction$ = exports.CheckCapacityResponse$ = void 0;
|
|
5
|
+
exports.JsonBody$ = exports.JA4Fingerprint$ = exports.JA3Fingerprint$ = exports.IPSetSummary$ = exports.IPSetReferenceStatement$ = exports.IPSetForwardedIPConfig$ = exports.IPSet$ = exports.ImmunityTimeProperty$ = exports.HTTPRequest$ = exports.HTTPHeader$ = exports.Headers$ = exports.HeaderOrder$ = exports.HeaderMatchPattern$ = exports.GetWebACLResponse$ = exports.GetWebACLRequest$ = exports.GetWebACLForResourceResponse$ = exports.GetWebACLForResourceRequest$ = exports.GetTopPathStatisticsByTrafficResponse$ = exports.GetTopPathStatisticsByTrafficRequest$ = exports.GetSampledRequestsResponse$ = exports.GetSampledRequestsRequest$ = exports.GetRuleGroupResponse$ = exports.GetRuleGroupRequest$ = exports.GetRegexPatternSetResponse$ = exports.GetRegexPatternSetRequest$ = exports.GetRateBasedStatementManagedKeysResponse$ = exports.GetRateBasedStatementManagedKeysRequest$ = exports.GetPermissionPolicyResponse$ = exports.GetPermissionPolicyRequest$ = exports.GetMobileSdkReleaseResponse$ = exports.GetMobileSdkReleaseRequest$ = exports.GetManagedRuleSetResponse$ = exports.GetManagedRuleSetRequest$ = exports.GetLoggingConfigurationResponse$ = exports.GetLoggingConfigurationRequest$ = exports.GetIPSetResponse$ = exports.GetIPSetRequest$ = exports.GetDecryptedAPIKeyResponse$ = exports.GetDecryptedAPIKeyRequest$ = exports.GeoMatchStatement$ = exports.GenerateMobileSdkReleaseUrlResponse$ = exports.GenerateMobileSdkReleaseUrlRequest$ = exports.ForwardedIPConfig$ = exports.FirewallManagerStatement$ = exports.FirewallManagerRuleGroup$ = exports.FilterSource$ = exports.Filter$ = exports.FieldToProtect$ = exports.FieldToMatch$ = exports.ExcludedRule$ = void 0;
|
|
6
|
+
exports.PutLoggingConfigurationRequest$ = exports.PhoneNumberField$ = exports.PathStatistics$ = exports.PasswordField$ = exports.OverrideAction$ = exports.OrStatement$ = exports.OnSourceDDoSProtectionConfig$ = exports.NotStatement$ = exports.NoneAction$ = exports.MobileSdkRelease$ = exports.Method$ = exports.ManagedRuleSetVersion$ = exports.ManagedRuleSetSummary$ = exports.ManagedRuleSet$ = exports.ManagedRuleGroupVersion$ = exports.ManagedRuleGroupSummary$ = exports.ManagedRuleGroupStatement$ = exports.ManagedRuleGroupConfig$ = exports.ManagedProductDescriptor$ = exports.LoggingFilter$ = exports.LoggingConfiguration$ = exports.ListWebACLsResponse$ = exports.ListWebACLsRequest$ = exports.ListTagsForResourceResponse$ = exports.ListTagsForResourceRequest$ = exports.ListRuleGroupsResponse$ = exports.ListRuleGroupsRequest$ = exports.ListResourcesForWebACLResponse$ = exports.ListResourcesForWebACLRequest$ = exports.ListRegexPatternSetsResponse$ = exports.ListRegexPatternSetsRequest$ = exports.ListMobileSdkReleasesResponse$ = exports.ListMobileSdkReleasesRequest$ = exports.ListManagedRuleSetsResponse$ = exports.ListManagedRuleSetsRequest$ = exports.ListLoggingConfigurationsResponse$ = exports.ListLoggingConfigurationsRequest$ = exports.ListIPSetsResponse$ = exports.ListIPSetsRequest$ = exports.ListAvailableManagedRuleGroupVersionsResponse$ = exports.ListAvailableManagedRuleGroupVersionsRequest$ = exports.ListAvailableManagedRuleGroupsResponse$ = exports.ListAvailableManagedRuleGroupsRequest$ = exports.ListAPIKeysResponse$ = exports.ListAPIKeysRequest$ = exports.LabelSummary$ = exports.LabelNameCondition$ = exports.LabelMatchStatement$ = exports.Label$ = exports.JsonMatchPattern$ = void 0;
|
|
7
|
+
exports.TagInfoForResource$ = exports.Tag$ = exports.Statement$ = exports.SqliMatchStatement$ = exports.SizeConstraintStatement$ = exports.SingleQueryArgument$ = exports.SingleHeader$ = exports.SampledHTTPRequest$ = exports.RuleSummary$ = exports.RuleGroupSummary$ = exports.RuleGroupReferenceStatement$ = exports.RuleGroup$ = exports.RuleActionOverride$ = exports.RuleAction$ = exports.Rule$ = exports.ResponseInspectionStatusCode$ = exports.ResponseInspectionJson$ = exports.ResponseInspectionHeader$ = exports.ResponseInspectionBodyContains$ = exports.ResponseInspection$ = exports.RequestInspectionACFP$ = exports.RequestInspection$ = exports.RequestBodyAssociatedResourceTypeConfig$ = exports.ReleaseSummary$ = exports.RegexPatternSetSummary$ = exports.RegexPatternSetReferenceStatement$ = exports.RegexPatternSet$ = exports.RegexMatchStatement$ = exports.Regex$ = exports.RateLimitUriPath$ = exports.RateLimitQueryString$ = exports.RateLimitQueryArgument$ = exports.RateLimitLabelNamespace$ = exports.RateLimitJA4Fingerprint$ = exports.RateLimitJA3Fingerprint$ = exports.RateLimitIP$ = exports.RateLimitHTTPMethod$ = exports.RateLimitHeader$ = exports.RateLimitForwardedIP$ = exports.RateLimitCookie$ = exports.RateLimitAsn$ = exports.RateBasedStatementManagedKeysIPSet$ = exports.RateBasedStatementCustomKey$ = exports.RateBasedStatement$ = exports.QueryString$ = exports.PutPermissionPolicyResponse$ = exports.PutPermissionPolicyRequest$ = exports.PutManagedRuleSetVersionsResponse$ = exports.PutManagedRuleSetVersionsRequest$ = exports.PutLoggingConfigurationResponse$ = void 0;
|
|
8
|
+
exports.GetPermissionPolicy$ = exports.GetMobileSdkRelease$ = exports.GetManagedRuleSet$ = exports.GetLoggingConfiguration$ = exports.GetIPSet$ = exports.GetDecryptedAPIKey$ = exports.GenerateMobileSdkReleaseUrl$ = exports.DisassociateWebACL$ = exports.DescribeManagedRuleGroup$ = exports.DescribeManagedProductsByVendor$ = exports.DescribeAllManagedProducts$ = exports.DeleteWebACL$ = exports.DeleteRuleGroup$ = exports.DeleteRegexPatternSet$ = exports.DeletePermissionPolicy$ = exports.DeleteLoggingConfiguration$ = exports.DeleteIPSet$ = exports.DeleteFirewallManagerRuleGroups$ = exports.DeleteAPIKey$ = exports.CreateWebACL$ = exports.CreateRuleGroup$ = exports.CreateRegexPatternSet$ = exports.CreateIPSet$ = exports.CreateAPIKey$ = exports.CheckCapacity$ = exports.AssociateWebACL$ = exports.XssMatchStatement$ = exports.WebACLSummary$ = exports.WebACL$ = exports.VisibilityConfig$ = exports.VersionToPublish$ = exports.UsernameField$ = exports.UriPath$ = exports.UriFragment$ = exports.UpdateWebACLResponse$ = exports.UpdateWebACLRequest$ = exports.UpdateRuleGroupResponse$ = exports.UpdateRuleGroupRequest$ = exports.UpdateRegexPatternSetResponse$ = exports.UpdateRegexPatternSetRequest$ = exports.UpdateManagedRuleSetVersionExpiryDateResponse$ = exports.UpdateManagedRuleSetVersionExpiryDateRequest$ = exports.UpdateIPSetResponse$ = exports.UpdateIPSetRequest$ = exports.UntagResourceResponse$ = exports.UntagResourceRequest$ = exports.TimeWindow$ = exports.TextTransformation$ = exports.TagResourceResponse$ = exports.TagResourceRequest$ = void 0;
|
|
9
|
+
exports.UpdateWebACL$ = exports.UpdateRuleGroup$ = exports.UpdateRegexPatternSet$ = exports.UpdateManagedRuleSetVersionExpiryDate$ = exports.UpdateIPSet$ = exports.UntagResource$ = exports.TagResource$ = exports.PutPermissionPolicy$ = exports.PutManagedRuleSetVersions$ = exports.PutLoggingConfiguration$ = exports.ListWebACLs$ = exports.ListTagsForResource$ = exports.ListRuleGroups$ = exports.ListResourcesForWebACL$ = exports.ListRegexPatternSets$ = exports.ListMobileSdkReleases$ = exports.ListManagedRuleSets$ = exports.ListLoggingConfigurations$ = exports.ListIPSets$ = exports.ListAvailableManagedRuleGroupVersions$ = exports.ListAvailableManagedRuleGroups$ = exports.ListAPIKeys$ = exports.GetWebACLForResource$ = exports.GetWebACL$ = exports.GetTopPathStatisticsByTraffic$ = exports.GetSampledRequests$ = exports.GetRuleGroup$ = exports.GetRegexPatternSet$ = exports.GetRateBasedStatementManagedKeys$ = void 0;
|
|
10
10
|
const _A = "Action";
|
|
11
11
|
const _AA = "AllowAction";
|
|
12
12
|
const _AAp = "ApplicationAttribute";
|
|
@@ -44,8 +44,13 @@ const _All = "Allow";
|
|
|
44
44
|
const _At = "Attributes";
|
|
45
45
|
const _B = "Body";
|
|
46
46
|
const _BA = "BlockAction";
|
|
47
|
-
const _BC = "
|
|
47
|
+
const _BC = "BotCategory";
|
|
48
|
+
const _BCo = "BodyContains";
|
|
48
49
|
const _BMS = "ByteMatchStatement";
|
|
50
|
+
const _BN = "BotName";
|
|
51
|
+
const _BO = "BotOrganization";
|
|
52
|
+
const _BS = "BotStatistics";
|
|
53
|
+
const _BSL = "BotStatisticsList";
|
|
49
54
|
const _Be = "Behavior";
|
|
50
55
|
const _Bl = "Block";
|
|
51
56
|
const _C = "Capacity";
|
|
@@ -173,7 +178,8 @@ const _FMRG = "FirewallManagerRuleGroup";
|
|
|
173
178
|
const _FMRGi = "FirewallManagerRuleGroups";
|
|
174
179
|
const _FMS = "FirewallManagerStatement";
|
|
175
180
|
const _FR = "FailureReason";
|
|
176
|
-
const _FS = "
|
|
181
|
+
const _FS = "FilterSource";
|
|
182
|
+
const _FSa = "FailureStrings";
|
|
177
183
|
const _FT = "FieldType";
|
|
178
184
|
const _FTM = "FieldToMatch";
|
|
179
185
|
const _FTP = "FieldToProtect";
|
|
@@ -215,6 +221,9 @@ const _GRPSRe = "GetRegexPatternSetResponse";
|
|
|
215
221
|
const _GSR = "GetSampledRequests";
|
|
216
222
|
const _GSRR = "GetSampledRequestsRequest";
|
|
217
223
|
const _GSRRe = "GetSampledRequestsResponse";
|
|
224
|
+
const _GTPSBT = "GetTopPathStatisticsByTraffic";
|
|
225
|
+
const _GTPSBTR = "GetTopPathStatisticsByTrafficRequest";
|
|
226
|
+
const _GTPSBTRe = "GetTopPathStatisticsByTrafficResponse";
|
|
218
227
|
const _GWACL = "GetWebACL";
|
|
219
228
|
const _GWACLFR = "GetWebACLForResource";
|
|
220
229
|
const _GWACLFRR = "GetWebACLForResourceRequest";
|
|
@@ -257,7 +266,7 @@ const _JAFi = "JA4Fingerprint";
|
|
|
257
266
|
const _JB = "JsonBody";
|
|
258
267
|
const _JMP = "JsonMatchPattern";
|
|
259
268
|
const _K = "Key";
|
|
260
|
-
const _L = "
|
|
269
|
+
const _L = "Limit";
|
|
261
270
|
const _LAMRG = "ListAvailableManagedRuleGroups";
|
|
262
271
|
const _LAMRGR = "ListAvailableManagedRuleGroupsRequest";
|
|
263
272
|
const _LAMRGRi = "ListAvailableManagedRuleGroupsResponse";
|
|
@@ -309,8 +318,8 @@ const _LUT = "LastUpdateTimestamp";
|
|
|
309
318
|
const _LWACL = "ListWebACLs";
|
|
310
319
|
const _LWACLR = "ListWebACLsRequest";
|
|
311
320
|
const _LWACLRi = "ListWebACLsResponse";
|
|
312
|
-
const _La = "
|
|
313
|
-
const
|
|
321
|
+
const _La = "Label";
|
|
322
|
+
const _Lab = "Labels";
|
|
314
323
|
const _M = "Message";
|
|
315
324
|
const _MBFM = "ManagedByFirewallManager";
|
|
316
325
|
const _MI = "MaxItems";
|
|
@@ -342,6 +351,7 @@ const _N = "Name";
|
|
|
342
351
|
const _NA = "NoneAction";
|
|
343
352
|
const _NLT = "NextLockToken";
|
|
344
353
|
const _NM = "NextMarker";
|
|
354
|
+
const _NOTTBPP = "NumberOfTopTrafficBotsPerPath";
|
|
345
355
|
const _NS = "NotStatement";
|
|
346
356
|
const _NWACLLT = "NextWebACLLockToken";
|
|
347
357
|
const _Na = "Namespace";
|
|
@@ -371,10 +381,14 @@ const _PPP = "PutPermissionPolicy";
|
|
|
371
381
|
const _PPPR = "PutPermissionPolicyRequest";
|
|
372
382
|
const _PPPRu = "PutPermissionPolicyResponse";
|
|
373
383
|
const _PS = "PopulationSize";
|
|
384
|
+
const _PSL = "PathStatisticsList";
|
|
385
|
+
const _PSa = "PathStatistics";
|
|
374
386
|
const _PT = "ProductTitle";
|
|
375
387
|
const _PTa = "PayloadType";
|
|
376
388
|
const _PTu = "PublishTimestamp";
|
|
377
389
|
const _PV = "PublishedVersions";
|
|
390
|
+
const _Pa = "Path";
|
|
391
|
+
const _Pe = "Percentage";
|
|
378
392
|
const _Pl = "Platform";
|
|
379
393
|
const _Po = "Policy";
|
|
380
394
|
const _Pos = "Position";
|
|
@@ -395,8 +409,9 @@ const _RBS = "RateBasedStatement";
|
|
|
395
409
|
const _RBSCK = "RateBasedStatementCustomKey";
|
|
396
410
|
const _RBSCKa = "RateBasedStatementCustomKeys";
|
|
397
411
|
const _RBSMKIPS = "RateBasedStatementManagedKeysIPSet";
|
|
398
|
-
const _RC = "
|
|
412
|
+
const _RC = "RequestCount";
|
|
399
413
|
const _RCS = "ResponseCodeSent";
|
|
414
|
+
const _RCe = "ResponseCode";
|
|
400
415
|
const _REL = "RegularExpressionList";
|
|
401
416
|
const _RF = "RedactedFields";
|
|
402
417
|
const _RG = "RuleGroup";
|
|
@@ -476,14 +491,18 @@ const _SV = "SuccessValues";
|
|
|
476
491
|
const _Sc = "Scope";
|
|
477
492
|
const _Se = "Sensitivity";
|
|
478
493
|
const _Si = "Size";
|
|
494
|
+
const _So = "Source";
|
|
479
495
|
const _St = "Statement";
|
|
480
496
|
const _Su = "Summary";
|
|
481
497
|
const _T = "Tags";
|
|
498
|
+
const _TB = "TopBots";
|
|
499
|
+
const _TC = "TopCategories";
|
|
482
500
|
const _TD = "TokenDomains";
|
|
483
501
|
const _TIFR = "TagInfoForResource";
|
|
484
502
|
const _TK = "TagKeys";
|
|
485
503
|
const _TL = "TagList";
|
|
486
504
|
const _TR = "TagResource";
|
|
505
|
+
const _TRC = "TotalRequestCount";
|
|
487
506
|
const _TRR = "TagResourceRequest";
|
|
488
507
|
const _TRRa = "TagResourceResponse";
|
|
489
508
|
const _TT = "TextTransformations";
|
|
@@ -503,6 +522,7 @@ const _UMRSVEDR = "UpdateManagedRuleSetVersionExpiryDateRequest";
|
|
|
503
522
|
const _UMRSVEDRp = "UpdateManagedRuleSetVersionExpiryDateResponse";
|
|
504
523
|
const _UOA = "UsageOfAction";
|
|
505
524
|
const _UP = "UriPath";
|
|
525
|
+
const _UPP = "UriPathPrefix";
|
|
506
526
|
const _UR = "UntagResource";
|
|
507
527
|
const _URG = "UpdateRuleGroup";
|
|
508
528
|
const _URGR = "UpdateRuleGroupRequest";
|
|
@@ -790,6 +810,11 @@ exports.Body$ = [3, n0, _B,
|
|
|
790
810
|
[_OH],
|
|
791
811
|
[0]
|
|
792
812
|
];
|
|
813
|
+
exports.BotStatistics$ = [3, n0, _BS,
|
|
814
|
+
0,
|
|
815
|
+
[_BN, _RC, _Pe],
|
|
816
|
+
[0, 1, 1], 3
|
|
817
|
+
];
|
|
793
818
|
exports.ByteMatchStatement$ = [3, n0, _BMS,
|
|
794
819
|
0,
|
|
795
820
|
[_SS, _FTM, _TT, _PC],
|
|
@@ -807,7 +832,7 @@ exports.CaptchaConfig$ = [3, n0, _CC,
|
|
|
807
832
|
];
|
|
808
833
|
exports.CaptchaResponse$ = [3, n0, _CRa,
|
|
809
834
|
0,
|
|
810
|
-
[
|
|
835
|
+
[_RCe, _STo, _FR],
|
|
811
836
|
[1, 1, 0]
|
|
812
837
|
];
|
|
813
838
|
exports.ChallengeAction$ = [3, n0, _CAh,
|
|
@@ -822,7 +847,7 @@ exports.ChallengeConfig$ = [3, n0, _CCh,
|
|
|
822
847
|
];
|
|
823
848
|
exports.ChallengeResponse$ = [3, n0, _CRh,
|
|
824
849
|
0,
|
|
825
|
-
[
|
|
850
|
+
[_RCe, _STo, _FR],
|
|
826
851
|
[1, 1, 0]
|
|
827
852
|
];
|
|
828
853
|
exports.CheckCapacityRequest$ = [3, n0, _CCR,
|
|
@@ -927,7 +952,7 @@ exports.CustomRequestHandling$ = [3, n0, _CRH,
|
|
|
927
952
|
];
|
|
928
953
|
exports.CustomResponse$ = [3, n0, _CR,
|
|
929
954
|
0,
|
|
930
|
-
[
|
|
955
|
+
[_RCe, _CRBK, _RH],
|
|
931
956
|
[1, 0, () => CustomHTTPHeaders], 1
|
|
932
957
|
];
|
|
933
958
|
exports.CustomResponseBody$ = [3, n0, _CRBu,
|
|
@@ -1100,6 +1125,11 @@ exports.Filter$ = [3, n0, _Fi,
|
|
|
1100
1125
|
[_Be, _Re, _Cond],
|
|
1101
1126
|
[0, 0, () => Conditions], 3
|
|
1102
1127
|
];
|
|
1128
|
+
exports.FilterSource$ = [3, n0, _FS,
|
|
1129
|
+
0,
|
|
1130
|
+
[_BC, _BO, _BN],
|
|
1131
|
+
[0, 0, 0]
|
|
1132
|
+
];
|
|
1103
1133
|
exports.FirewallManagerRuleGroup$ = [3, n0, _FMRG,
|
|
1104
1134
|
0,
|
|
1105
1135
|
[_N, _Pr, _FMS, _OA, _VC],
|
|
@@ -1230,6 +1260,16 @@ exports.GetSampledRequestsResponse$ = [3, n0, _GSRRe,
|
|
|
1230
1260
|
[_SR, _PS, _TW],
|
|
1231
1261
|
[() => SampledHTTPRequests, 1, () => exports.TimeWindow$]
|
|
1232
1262
|
];
|
|
1263
|
+
exports.GetTopPathStatisticsByTrafficRequest$ = [3, n0, _GTPSBTR,
|
|
1264
|
+
0,
|
|
1265
|
+
[_WAA, _Sc, _TW, _L, _NOTTBPP, _UPP, _BC, _BO, _BN, _NM],
|
|
1266
|
+
[0, 0, () => exports.TimeWindow$, 1, 1, 0, 0, 0, 0, 0], 5
|
|
1267
|
+
];
|
|
1268
|
+
exports.GetTopPathStatisticsByTrafficResponse$ = [3, n0, _GTPSBTRe,
|
|
1269
|
+
0,
|
|
1270
|
+
[_PSa, _TRC, _NM, _TC],
|
|
1271
|
+
[() => PathStatisticsList, 1, 0, () => PathStatisticsList], 2
|
|
1272
|
+
];
|
|
1233
1273
|
exports.GetWebACLForResourceRequest$ = [3, n0, _GWACLFRR,
|
|
1234
1274
|
0,
|
|
1235
1275
|
[_RA],
|
|
@@ -1320,7 +1360,7 @@ exports.JsonMatchPattern$ = [3, n0, _JMP,
|
|
|
1320
1360
|
[_Al, _IP],
|
|
1321
1361
|
[() => exports.All$, 64 | 0]
|
|
1322
1362
|
];
|
|
1323
|
-
exports.Label$ = [3, n0,
|
|
1363
|
+
exports.Label$ = [3, n0, _La,
|
|
1324
1364
|
0,
|
|
1325
1365
|
[_N],
|
|
1326
1366
|
[0], 1
|
|
@@ -1342,7 +1382,7 @@ exports.LabelSummary$ = [3, n0, _LSa,
|
|
|
1342
1382
|
];
|
|
1343
1383
|
exports.ListAPIKeysRequest$ = [3, n0, _LAPIKR,
|
|
1344
1384
|
0,
|
|
1345
|
-
[_Sc, _NM,
|
|
1385
|
+
[_Sc, _NM, _L],
|
|
1346
1386
|
[0, 0, 1], 1
|
|
1347
1387
|
];
|
|
1348
1388
|
exports.ListAPIKeysResponse$ = [3, n0, _LAPIKRi,
|
|
@@ -1352,7 +1392,7 @@ exports.ListAPIKeysResponse$ = [3, n0, _LAPIKRi,
|
|
|
1352
1392
|
];
|
|
1353
1393
|
exports.ListAvailableManagedRuleGroupsRequest$ = [3, n0, _LAMRGR,
|
|
1354
1394
|
0,
|
|
1355
|
-
[_Sc, _NM,
|
|
1395
|
+
[_Sc, _NM, _L],
|
|
1356
1396
|
[0, 0, 1], 1
|
|
1357
1397
|
];
|
|
1358
1398
|
exports.ListAvailableManagedRuleGroupsResponse$ = [3, n0, _LAMRGRi,
|
|
@@ -1362,7 +1402,7 @@ exports.ListAvailableManagedRuleGroupsResponse$ = [3, n0, _LAMRGRi,
|
|
|
1362
1402
|
];
|
|
1363
1403
|
exports.ListAvailableManagedRuleGroupVersionsRequest$ = [3, n0, _LAMRGVR,
|
|
1364
1404
|
0,
|
|
1365
|
-
[_VN, _N, _Sc, _NM,
|
|
1405
|
+
[_VN, _N, _Sc, _NM, _L],
|
|
1366
1406
|
[0, 0, 0, 0, 1], 3
|
|
1367
1407
|
];
|
|
1368
1408
|
exports.ListAvailableManagedRuleGroupVersionsResponse$ = [3, n0, _LAMRGVRi,
|
|
@@ -1372,7 +1412,7 @@ exports.ListAvailableManagedRuleGroupVersionsResponse$ = [3, n0, _LAMRGVRi,
|
|
|
1372
1412
|
];
|
|
1373
1413
|
exports.ListIPSetsRequest$ = [3, n0, _LIPSR,
|
|
1374
1414
|
0,
|
|
1375
|
-
[_Sc, _NM,
|
|
1415
|
+
[_Sc, _NM, _L],
|
|
1376
1416
|
[0, 0, 1], 1
|
|
1377
1417
|
];
|
|
1378
1418
|
exports.ListIPSetsResponse$ = [3, n0, _LIPSRi,
|
|
@@ -1382,7 +1422,7 @@ exports.ListIPSetsResponse$ = [3, n0, _LIPSRi,
|
|
|
1382
1422
|
];
|
|
1383
1423
|
exports.ListLoggingConfigurationsRequest$ = [3, n0, _LLCR,
|
|
1384
1424
|
0,
|
|
1385
|
-
[_Sc, _NM,
|
|
1425
|
+
[_Sc, _NM, _L, _LS],
|
|
1386
1426
|
[0, 0, 1, 0], 1
|
|
1387
1427
|
];
|
|
1388
1428
|
exports.ListLoggingConfigurationsResponse$ = [3, n0, _LLCRi,
|
|
@@ -1392,7 +1432,7 @@ exports.ListLoggingConfigurationsResponse$ = [3, n0, _LLCRi,
|
|
|
1392
1432
|
];
|
|
1393
1433
|
exports.ListManagedRuleSetsRequest$ = [3, n0, _LMRSR,
|
|
1394
1434
|
0,
|
|
1395
|
-
[_Sc, _NM,
|
|
1435
|
+
[_Sc, _NM, _L],
|
|
1396
1436
|
[0, 0, 1], 1
|
|
1397
1437
|
];
|
|
1398
1438
|
exports.ListManagedRuleSetsResponse$ = [3, n0, _LMRSRi,
|
|
@@ -1402,7 +1442,7 @@ exports.ListManagedRuleSetsResponse$ = [3, n0, _LMRSRi,
|
|
|
1402
1442
|
];
|
|
1403
1443
|
exports.ListMobileSdkReleasesRequest$ = [3, n0, _LMSRR,
|
|
1404
1444
|
0,
|
|
1405
|
-
[_Pl, _NM,
|
|
1445
|
+
[_Pl, _NM, _L],
|
|
1406
1446
|
[0, 0, 1], 1
|
|
1407
1447
|
];
|
|
1408
1448
|
exports.ListMobileSdkReleasesResponse$ = [3, n0, _LMSRRi,
|
|
@@ -1412,7 +1452,7 @@ exports.ListMobileSdkReleasesResponse$ = [3, n0, _LMSRRi,
|
|
|
1412
1452
|
];
|
|
1413
1453
|
exports.ListRegexPatternSetsRequest$ = [3, n0, _LRPSR,
|
|
1414
1454
|
0,
|
|
1415
|
-
[_Sc, _NM,
|
|
1455
|
+
[_Sc, _NM, _L],
|
|
1416
1456
|
[0, 0, 1], 1
|
|
1417
1457
|
];
|
|
1418
1458
|
exports.ListRegexPatternSetsResponse$ = [3, n0, _LRPSRi,
|
|
@@ -1432,7 +1472,7 @@ exports.ListResourcesForWebACLResponse$ = [3, n0, _LRFWACLRi,
|
|
|
1432
1472
|
];
|
|
1433
1473
|
exports.ListRuleGroupsRequest$ = [3, n0, _LRGR,
|
|
1434
1474
|
0,
|
|
1435
|
-
[_Sc, _NM,
|
|
1475
|
+
[_Sc, _NM, _L],
|
|
1436
1476
|
[0, 0, 1], 1
|
|
1437
1477
|
];
|
|
1438
1478
|
exports.ListRuleGroupsResponse$ = [3, n0, _LRGRi,
|
|
@@ -1442,7 +1482,7 @@ exports.ListRuleGroupsResponse$ = [3, n0, _LRGRi,
|
|
|
1442
1482
|
];
|
|
1443
1483
|
exports.ListTagsForResourceRequest$ = [3, n0, _LTFRR,
|
|
1444
1484
|
0,
|
|
1445
|
-
[_RARN, _NM,
|
|
1485
|
+
[_RARN, _NM, _L],
|
|
1446
1486
|
[0, 0, 1], 1
|
|
1447
1487
|
];
|
|
1448
1488
|
exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
@@ -1452,7 +1492,7 @@ exports.ListTagsForResourceResponse$ = [3, n0, _LTFRRi,
|
|
|
1452
1492
|
];
|
|
1453
1493
|
exports.ListWebACLsRequest$ = [3, n0, _LWACLR,
|
|
1454
1494
|
0,
|
|
1455
|
-
[_Sc, _NM,
|
|
1495
|
+
[_Sc, _NM, _L],
|
|
1456
1496
|
[0, 0, 1], 1
|
|
1457
1497
|
];
|
|
1458
1498
|
exports.ListWebACLsResponse$ = [3, n0, _LWACLRi,
|
|
@@ -1550,6 +1590,11 @@ exports.PasswordField$ = [3, n0, _PF,
|
|
|
1550
1590
|
[_I],
|
|
1551
1591
|
[0], 1
|
|
1552
1592
|
];
|
|
1593
|
+
exports.PathStatistics$ = [3, n0, _PSa,
|
|
1594
|
+
0,
|
|
1595
|
+
[_Pa, _RC, _Pe, _So, _TB],
|
|
1596
|
+
[0, 1, 1, () => exports.FilterSource$, () => BotStatisticsList], 3
|
|
1597
|
+
];
|
|
1553
1598
|
exports.PhoneNumberField$ = [3, n0, _PNF,
|
|
1554
1599
|
0,
|
|
1555
1600
|
[_I],
|
|
@@ -1592,7 +1637,7 @@ exports.QueryString$ = [3, n0, _QS,
|
|
|
1592
1637
|
];
|
|
1593
1638
|
exports.RateBasedStatement$ = [3, n0, _RBS,
|
|
1594
1639
|
0,
|
|
1595
|
-
[
|
|
1640
|
+
[_L, _AKT, _EWS, _SDS, _FIPC, _CK],
|
|
1596
1641
|
[1, 0, 1, () => exports.Statement$, () => exports.ForwardedIPConfig$, () => RateBasedStatementCustomKeys], 2
|
|
1597
1642
|
];
|
|
1598
1643
|
exports.RateBasedStatementCustomKey$ = [3, n0, _RBSCK,
|
|
@@ -1712,12 +1757,12 @@ exports.RequestInspectionACFP$ = [3, n0, _RIACFP,
|
|
|
1712
1757
|
];
|
|
1713
1758
|
exports.ResponseInspection$ = [3, n0, _RIe,
|
|
1714
1759
|
0,
|
|
1715
|
-
[_SC, _He,
|
|
1760
|
+
[_SC, _He, _BCo, _J],
|
|
1716
1761
|
[() => exports.ResponseInspectionStatusCode$, () => exports.ResponseInspectionHeader$, () => exports.ResponseInspectionBodyContains$, () => exports.ResponseInspectionJson$]
|
|
1717
1762
|
];
|
|
1718
1763
|
exports.ResponseInspectionBodyContains$ = [3, n0, _RIBC,
|
|
1719
1764
|
0,
|
|
1720
|
-
[_SSu,
|
|
1765
|
+
[_SSu, _FSa],
|
|
1721
1766
|
[64 | 0, 64 | 0], 2
|
|
1722
1767
|
];
|
|
1723
1768
|
exports.ResponseInspectionHeader$ = [3, n0, _RIH,
|
|
@@ -1772,7 +1817,7 @@ exports.RuleSummary$ = [3, n0, _RSu,
|
|
|
1772
1817
|
];
|
|
1773
1818
|
exports.SampledHTTPRequest$ = [3, n0, _SHTTPR,
|
|
1774
1819
|
0,
|
|
1775
|
-
[_Req, _W, _Ti, _A, _RNWRG, _RHI, _RCS,
|
|
1820
|
+
[_Req, _W, _Ti, _A, _RNWRG, _RHI, _RCS, _Lab, _CRa, _CRh, _OAv],
|
|
1776
1821
|
[() => exports.HTTPRequest$, 1, 4, 0, 0, () => HTTPHeaders, 1, () => Labels, () => exports.CaptchaResponse$, () => exports.ChallengeResponse$, 0], 2
|
|
1777
1822
|
];
|
|
1778
1823
|
exports.SingleHeader$ = [3, n0, _SH,
|
|
@@ -1942,6 +1987,9 @@ var ApplicationAttributes = [1, n0, _AApp,
|
|
|
1942
1987
|
];
|
|
1943
1988
|
var AsnList = 64 | 1;
|
|
1944
1989
|
var AttributeValues = 64 | 0;
|
|
1990
|
+
var BotStatisticsList = [1, n0, _BSL,
|
|
1991
|
+
0, () => exports.BotStatistics$
|
|
1992
|
+
];
|
|
1945
1993
|
var Conditions = [1, n0, _Cond,
|
|
1946
1994
|
0, () => exports.Condition$
|
|
1947
1995
|
];
|
|
@@ -1975,7 +2023,7 @@ var IPSetSummaries = [1, n0, _IPSSe,
|
|
|
1975
2023
|
0, () => exports.IPSetSummary$
|
|
1976
2024
|
];
|
|
1977
2025
|
var JsonPointerPaths = 64 | 0;
|
|
1978
|
-
var Labels = [1, n0,
|
|
2026
|
+
var Labels = [1, n0, _Lab,
|
|
1979
2027
|
0, () => exports.Label$
|
|
1980
2028
|
];
|
|
1981
2029
|
var LabelSummaries = [1, n0, _LSab,
|
|
@@ -2000,6 +2048,9 @@ var ManagedRuleGroupVersions = [1, n0, _MRGVa,
|
|
|
2000
2048
|
var ManagedRuleSetSummaries = [1, n0, _MRSSa,
|
|
2001
2049
|
0, () => exports.ManagedRuleSetSummary$
|
|
2002
2050
|
];
|
|
2051
|
+
var PathStatisticsList = [1, n0, _PSL,
|
|
2052
|
+
0, () => exports.PathStatistics$
|
|
2053
|
+
];
|
|
2003
2054
|
var PhoneNumberFields = [1, n0, _PNFh,
|
|
2004
2055
|
0, () => exports.PhoneNumberField$
|
|
2005
2056
|
];
|
|
@@ -2158,6 +2209,9 @@ exports.GetRuleGroup$ = [9, n0, _GRG,
|
|
|
2158
2209
|
exports.GetSampledRequests$ = [9, n0, _GSR,
|
|
2159
2210
|
0, () => exports.GetSampledRequestsRequest$, () => exports.GetSampledRequestsResponse$
|
|
2160
2211
|
];
|
|
2212
|
+
exports.GetTopPathStatisticsByTraffic$ = [9, n0, _GTPSBT,
|
|
2213
|
+
0, () => exports.GetTopPathStatisticsByTrafficRequest$, () => exports.GetTopPathStatisticsByTrafficResponse$
|
|
2214
|
+
];
|
|
2161
2215
|
exports.GetWebACL$ = [9, n0, _GWACL,
|
|
2162
2216
|
0, () => exports.GetWebACLRequest$, () => exports.GetWebACLResponse$
|
|
2163
2217
|
];
|
package/dist-es/WAFV2.js
CHANGED
|
@@ -29,6 +29,7 @@ import { GetRateBasedStatementManagedKeysCommand, } from "./commands/GetRateBase
|
|
|
29
29
|
import { GetRegexPatternSetCommand, } from "./commands/GetRegexPatternSetCommand";
|
|
30
30
|
import { GetRuleGroupCommand, } from "./commands/GetRuleGroupCommand";
|
|
31
31
|
import { GetSampledRequestsCommand, } from "./commands/GetSampledRequestsCommand";
|
|
32
|
+
import { GetTopPathStatisticsByTrafficCommand, } from "./commands/GetTopPathStatisticsByTrafficCommand";
|
|
32
33
|
import { GetWebACLCommand } from "./commands/GetWebACLCommand";
|
|
33
34
|
import { GetWebACLForResourceCommand, } from "./commands/GetWebACLForResourceCommand";
|
|
34
35
|
import { ListAPIKeysCommand } from "./commands/ListAPIKeysCommand";
|
|
@@ -85,6 +86,7 @@ const commands = {
|
|
|
85
86
|
GetRegexPatternSetCommand,
|
|
86
87
|
GetRuleGroupCommand,
|
|
87
88
|
GetSampledRequestsCommand,
|
|
89
|
+
GetTopPathStatisticsByTrafficCommand,
|
|
88
90
|
GetWebACLCommand,
|
|
89
91
|
GetWebACLForResourceCommand,
|
|
90
92
|
ListAPIKeysCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { GetTopPathStatisticsByTraffic$ } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class GetTopPathStatisticsByTrafficCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("AWSWAF_20190729", "GetTopPathStatisticsByTraffic", {})
|
|
13
|
+
.n("WAFV2Client", "GetTopPathStatisticsByTrafficCommand")
|
|
14
|
+
.sc(GetTopPathStatisticsByTraffic$)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -28,6 +28,7 @@ export * from "./GetRateBasedStatementManagedKeysCommand";
|
|
|
28
28
|
export * from "./GetRegexPatternSetCommand";
|
|
29
29
|
export * from "./GetRuleGroupCommand";
|
|
30
30
|
export * from "./GetSampledRequestsCommand";
|
|
31
|
+
export * from "./GetTopPathStatisticsByTrafficCommand";
|
|
31
32
|
export * from "./GetWebACLCommand";
|
|
32
33
|
export * from "./GetWebACLForResourceCommand";
|
|
33
34
|
export * from "./ListAPIKeysCommand";
|