aws-iam-data 0.0.596 → 0.0.597

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.
@@ -1,4 +1,18 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2026-06-16",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS WAF V2": [
8
+ "wafv2:GetRevenueStatistics",
9
+ "wafv2:GetRevenueStatisticsSummary",
10
+ "wafv2:GetRevenueStatisticsTimeSeries",
11
+ "wafv2:ListSettlementRecords"
12
+ ]
13
+ },
14
+ "removedActions": {}
15
+ },
2
16
  {
3
17
  "dateOfChange": "2026-06-13",
4
18
  "addedServices": [],
@@ -443456,6 +443456,51 @@
443456
443456
  }
443457
443457
  ]
443458
443458
  },
443459
+ {
443460
+ "name": "GetRevenueStatistics",
443461
+ "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_GetRevenueStatistics.html",
443462
+ "permissionOnly": false,
443463
+ "description": "Grants permission to retrieve monetization revenue statistics ranked by source or path within a specified time window",
443464
+ "accessLevel": "Read",
443465
+ "resourceTypes": [
443466
+ {
443467
+ "resourceType": "",
443468
+ "required": false,
443469
+ "conditionKeys": [],
443470
+ "dependentActions": []
443471
+ }
443472
+ ]
443473
+ },
443474
+ {
443475
+ "name": "GetRevenueStatisticsSummary",
443476
+ "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_GetRevenueStatisticsSummary.html",
443477
+ "permissionOnly": false,
443478
+ "description": "Grants permission to retrieve a summary of monetization revenue statistics within a specified time window",
443479
+ "accessLevel": "Read",
443480
+ "resourceTypes": [
443481
+ {
443482
+ "resourceType": "",
443483
+ "required": false,
443484
+ "conditionKeys": [],
443485
+ "dependentActions": []
443486
+ }
443487
+ ]
443488
+ },
443489
+ {
443490
+ "name": "GetRevenueStatisticsTimeSeries",
443491
+ "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_GetRevenueStatisticsTimeSeries.html",
443492
+ "permissionOnly": false,
443493
+ "description": "Grants permission to retrieve monetization revenue statistics as a time series within a specified time window",
443494
+ "accessLevel": "Read",
443495
+ "resourceTypes": [
443496
+ {
443497
+ "resourceType": "",
443498
+ "required": false,
443499
+ "conditionKeys": [],
443500
+ "dependentActions": []
443501
+ }
443502
+ ]
443503
+ },
443459
443504
  {
443460
443505
  "name": "GetRuleGroup",
443461
443506
  "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_GetRuleGroup.html",
@@ -443780,6 +443825,21 @@
443780
443825
  }
443781
443826
  ]
443782
443827
  },
443828
+ {
443829
+ "name": "ListSettlementRecords",
443830
+ "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_ListSettlementRecords.html",
443831
+ "permissionOnly": false,
443832
+ "description": "Grants permission to retrieve a list of monetization settlement records within a specified time window",
443833
+ "accessLevel": "List",
443834
+ "resourceTypes": [
443835
+ {
443836
+ "resourceType": "",
443837
+ "required": false,
443838
+ "conditionKeys": [],
443839
+ "dependentActions": []
443840
+ }
443841
+ ]
443842
+ },
443783
443843
  {
443784
443844
  "name": "ListTagsForResource",
443785
443845
  "apiReferenceUrl": "https://docs.aws.amazon.com/waf/latest/APIReference/API_ListTagsForResource.html",
@@ -31376,7 +31376,7 @@
31376
31376
  "name": "AWS WAF V2",
31377
31377
  "servicePrefix": "wafv2",
31378
31378
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awswafv2.html",
31379
- "actionsCount": 57,
31379
+ "actionsCount": 61,
31380
31380
  "actions": [
31381
31381
  "AssociateWebACL",
31382
31382
  "CheckCapacity",
@@ -31407,6 +31407,9 @@
31407
31407
  "GetPermissionPolicy",
31408
31408
  "GetRateBasedStatementManagedKeys",
31409
31409
  "GetRegexPatternSet",
31410
+ "GetRevenueStatistics",
31411
+ "GetRevenueStatisticsSummary",
31412
+ "GetRevenueStatisticsTimeSeries",
31410
31413
  "GetRuleGroup",
31411
31414
  "GetSampledRequests",
31412
31415
  "GetTopPathStatisticsByTraffic",
@@ -31422,6 +31425,7 @@
31422
31425
  "ListRegexPatternSets",
31423
31426
  "ListResourcesForWebACL",
31424
31427
  "ListRuleGroups",
31428
+ "ListSettlementRecords",
31425
31429
  "ListTagsForResource",
31426
31430
  "ListWebACLs",
31427
31431
  "PutFirewallManagerRuleGroups",
@@ -6,11 +6,11 @@
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5646
9
+ "value": 5649
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 3554
13
+ "value": 3555
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.596",
3
+ "version": "0.0.597",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",