@cloud-copilot/iam-data 0.19.202606131 → 0.19.202606171

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.
@@ -906,6 +906,23 @@
906
906
  ],
907
907
  "dependentActions": []
908
908
  },
909
+ "getprospectingfromengagementtask": {
910
+ "name": "GetProspectingFromEngagementTask",
911
+ "description": "Grants permission to retrieve prospecting from engagement task details in AWS Partner Central",
912
+ "accessLevel": "Read",
913
+ "resourceTypes": [
914
+ {
915
+ "name": "ProspectingFromEngagementTask",
916
+ "required": true,
917
+ "conditionKeys": [],
918
+ "dependentActions": []
919
+ }
920
+ ],
921
+ "conditionKeys": [
922
+ "partnercentral:Catalog"
923
+ ],
924
+ "dependentActions": []
925
+ },
909
926
  "getrelationship": {
910
927
  "name": "GetRelationship",
911
928
  "description": "Grants permission to retrieve relationship details in AWS Partner Central",
@@ -1221,6 +1238,16 @@
1221
1238
  ],
1222
1239
  "dependentActions": []
1223
1240
  },
1241
+ "listprospectingfromengagementtasks": {
1242
+ "name": "ListProspectingFromEngagementTasks",
1243
+ "description": "Grants permission to list prospecting from engagement tasks in AWS Partner Central",
1244
+ "accessLevel": "List",
1245
+ "resourceTypes": [],
1246
+ "conditionKeys": [
1247
+ "partnercentral:Catalog"
1248
+ ],
1249
+ "dependentActions": []
1250
+ },
1224
1251
  "listrelationships": {
1225
1252
  "name": "ListRelationships",
1226
1253
  "description": "Grants permission to list relationships in AWS Partner Central",
@@ -1277,7 +1304,7 @@
1277
1304
  },
1278
1305
  "listtagsforresource": {
1279
1306
  "name": "ListTagsForResource",
1280
- "description": "Grants permission to add lists tags to a resource. Supported resource: ResourceSnapshotJob",
1307
+ "description": "Grants permission to list tags for a resource in AWS Partner Central",
1281
1308
  "accessLevel": "Read",
1282
1309
  "resourceTypes": [],
1283
1310
  "conditionKeys": [
@@ -1534,6 +1561,23 @@
1534
1561
  ],
1535
1562
  "dependentActions": []
1536
1563
  },
1564
+ "startprospectingfromengagementtask": {
1565
+ "name": "StartProspectingFromEngagementTask",
1566
+ "description": "Grants permission to initiate tasks that start prospecting from an engagement in AWS Partner Central",
1567
+ "accessLevel": "Write",
1568
+ "resourceTypes": [
1569
+ {
1570
+ "name": "Engagement",
1571
+ "required": true,
1572
+ "conditionKeys": [],
1573
+ "dependentActions": []
1574
+ }
1575
+ ],
1576
+ "conditionKeys": [
1577
+ "partnercentral:Catalog"
1578
+ ],
1579
+ "dependentActions": []
1580
+ },
1537
1581
  "startresourcesnapshotjob": {
1538
1582
  "name": "StartResourceSnapshotJob",
1539
1583
  "description": "Grants permission to starting resource snapshot jobs in AWS Partner Central",
@@ -540,6 +540,30 @@
540
540
  ],
541
541
  "dependentActions": []
542
542
  },
543
+ "getrevenuestatistics": {
544
+ "name": "GetRevenueStatistics",
545
+ "description": "Grants permission to retrieve monetization revenue statistics ranked by source or path within a specified time window",
546
+ "accessLevel": "Read",
547
+ "resourceTypes": [],
548
+ "conditionKeys": [],
549
+ "dependentActions": []
550
+ },
551
+ "getrevenuestatisticssummary": {
552
+ "name": "GetRevenueStatisticsSummary",
553
+ "description": "Grants permission to retrieve a summary of monetization revenue statistics within a specified time window",
554
+ "accessLevel": "Read",
555
+ "resourceTypes": [],
556
+ "conditionKeys": [],
557
+ "dependentActions": []
558
+ },
559
+ "getrevenuestatisticstimeseries": {
560
+ "name": "GetRevenueStatisticsTimeSeries",
561
+ "description": "Grants permission to retrieve monetization revenue statistics as a time series within a specified time window",
562
+ "accessLevel": "Read",
563
+ "resourceTypes": [],
564
+ "conditionKeys": [],
565
+ "dependentActions": []
566
+ },
543
567
  "getrulegroup": {
544
568
  "name": "GetRuleGroup",
545
569
  "description": "Grants permission to retrieve details about a RuleGroup",
@@ -789,6 +813,14 @@
789
813
  "conditionKeys": [],
790
814
  "dependentActions": []
791
815
  },
816
+ "listsettlementrecords": {
817
+ "name": "ListSettlementRecords",
818
+ "description": "Grants permission to retrieve a list of monetization settlement records within a specified time window",
819
+ "accessLevel": "List",
820
+ "resourceTypes": [],
821
+ "conditionKeys": [],
822
+ "dependentActions": []
823
+ },
792
824
  "listtagsforresource": {
793
825
  "name": "ListTagsForResource",
794
826
  "description": "Grants permission to list tags for a resource",
@@ -99,5 +99,9 @@
99
99
  "dashboard": {
100
100
  "key": "Dashboard",
101
101
  "arn": "arn:${Partition}:partnercentral::${Account}:catalog/${Catalog}/ReportingData/${TableId}/Dashboard/${DashboardId}"
102
+ },
103
+ "prospectingfromengagementtask": {
104
+ "key": "ProspectingFromEngagementTask",
105
+ "arn": "arn:${Partition}:partnercentral:${Region}::catalog/${Catalog}/prospecting-from-engagement-task/${TaskIdentifier}"
102
106
  }
103
107
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202606131",
3
+ "version": "0.19.202606171",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/cloud-copilot/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-06-13T06:04:42.729Z",
9
+ "updatedAt": "2026-06-17T06:26:03.140Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",