@cloud-copilot/iam-data 0.9.202506031 → 0.9.202506051

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.
@@ -134,6 +134,21 @@
134
134
  "conditionKeys": [],
135
135
  "dependentActions": []
136
136
  },
137
+ "generatematchid": {
138
+ "name": "GenerateMatchId",
139
+ "description": "Grants permission to generate match Id",
140
+ "accessLevel": "Write",
141
+ "resourceTypes": [
142
+ {
143
+ "name": "MatchingWorkflow",
144
+ "required": true,
145
+ "conditionKeys": [],
146
+ "dependentActions": []
147
+ }
148
+ ],
149
+ "conditionKeys": [],
150
+ "dependentActions": []
151
+ },
137
152
  "getidmappingjob": {
138
153
  "name": "GetIdMappingJob",
139
154
  "description": "Grants permission to get a idmapping job",
@@ -320,14 +335,7 @@
320
335
  "name": "ListProviderServices",
321
336
  "description": "Grants permission to list provider service",
322
337
  "accessLevel": "List",
323
- "resourceTypes": [
324
- {
325
- "name": "ProviderService",
326
- "required": true,
327
- "conditionKeys": [],
328
- "dependentActions": []
329
- }
330
- ],
338
+ "resourceTypes": [],
331
339
  "conditionKeys": [],
332
340
  "dependentActions": []
333
341
  },
@@ -679,7 +679,7 @@
679
679
  "createpolicy": {
680
680
  "name": "CreatePolicy",
681
681
  "description": "Grants permission to create an AWS IoT policy",
682
- "accessLevel": "Write",
682
+ "accessLevel": "Permissions management",
683
683
  "resourceTypes": [
684
684
  {
685
685
  "name": "policy",
@@ -697,7 +697,7 @@
697
697
  "createpolicyversion": {
698
698
  "name": "CreatePolicyVersion",
699
699
  "description": "Grants permission to create a new version of the specified AWS IoT policy",
700
- "accessLevel": "Write",
700
+ "accessLevel": "Permissions management",
701
701
  "resourceTypes": [
702
702
  {
703
703
  "name": "policy",
@@ -1250,7 +1250,7 @@
1250
1250
  "deletepolicy": {
1251
1251
  "name": "DeletePolicy",
1252
1252
  "description": "Grants permission to delete the specified policy",
1253
- "accessLevel": "Write",
1253
+ "accessLevel": "Permissions management",
1254
1254
  "resourceTypes": [
1255
1255
  {
1256
1256
  "name": "policy",
@@ -1265,7 +1265,7 @@
1265
1265
  "deletepolicyversion": {
1266
1266
  "name": "DeletePolicyVersion",
1267
1267
  "description": "Grants permission to Delete the specified version of the specified policy",
1268
- "accessLevel": "Write",
1268
+ "accessLevel": "Permissions management",
1269
1269
  "resourceTypes": [
1270
1270
  {
1271
1271
  "name": "policy",
@@ -3354,7 +3354,8 @@
3354
3354
  "resourceTypes": [],
3355
3355
  "conditionKeys": [
3356
3356
  "aws:RequestTag/${TagKey}",
3357
- "aws:TagKeys"
3357
+ "aws:TagKeys",
3358
+ "aws:ResourceTag/${TagKey}"
3358
3359
  ],
3359
3360
  "dependentActions": [
3360
3361
  "iam:PassRole"
@@ -711,6 +711,21 @@
711
711
  "conditionKeys": [],
712
712
  "dependentActions": []
713
713
  },
714
+ "listparticipantreplicas": {
715
+ "name": "ListParticipantReplicas",
716
+ "description": "Grants permission to get summary information about participant replicas",
717
+ "accessLevel": "List",
718
+ "resourceTypes": [
719
+ {
720
+ "name": "Stage",
721
+ "required": true,
722
+ "conditionKeys": [],
723
+ "dependentActions": []
724
+ }
725
+ ],
726
+ "conditionKeys": [],
727
+ "dependentActions": []
728
+ },
714
729
  "listparticipants": {
715
730
  "name": "ListParticipants",
716
731
  "description": "Grants permission to list participants for a specified stage ARN and session",
@@ -990,6 +1005,24 @@
990
1005
  ],
991
1006
  "dependentActions": []
992
1007
  },
1008
+ "startparticipantreplication": {
1009
+ "name": "StartParticipantReplication",
1010
+ "description": "Grants permission to start a new participant replication",
1011
+ "accessLevel": "Write",
1012
+ "resourceTypes": [
1013
+ {
1014
+ "name": "Stage",
1015
+ "required": true,
1016
+ "conditionKeys": [],
1017
+ "dependentActions": []
1018
+ }
1019
+ ],
1020
+ "conditionKeys": [
1021
+ "aws:TagKeys",
1022
+ "aws:RequestTag/${TagKey}"
1023
+ ],
1024
+ "dependentActions": []
1025
+ },
993
1026
  "startviewersessionrevocation": {
994
1027
  "name": "StartViewerSessionRevocation",
995
1028
  "description": "Grants permission to start the process of revoking the viewer session associated with a specified channel ARN and viewer ID",
@@ -1020,6 +1053,21 @@
1020
1053
  "conditionKeys": [],
1021
1054
  "dependentActions": []
1022
1055
  },
1056
+ "stopparticipantreplication": {
1057
+ "name": "StopParticipantReplication",
1058
+ "description": "Grants permission to stop the participant replication for the specified ARN",
1059
+ "accessLevel": "Write",
1060
+ "resourceTypes": [
1061
+ {
1062
+ "name": "Stage",
1063
+ "required": true,
1064
+ "conditionKeys": [],
1065
+ "dependentActions": []
1066
+ }
1067
+ ],
1068
+ "conditionKeys": [],
1069
+ "dependentActions": []
1070
+ },
1023
1071
  "stopstream": {
1024
1072
  "name": "StopStream",
1025
1073
  "description": "Grants permission to disconnect a streamer on a specified channel",
@@ -149,7 +149,10 @@
149
149
  "description": "Grants permission to create a network migration definition",
150
150
  "accessLevel": "Write",
151
151
  "resourceTypes": [],
152
- "conditionKeys": [],
152
+ "conditionKeys": [
153
+ "aws:RequestTag/${TagKey}",
154
+ "aws:TagKeys"
155
+ ],
153
156
  "dependentActions": []
154
157
  },
155
158
  "createreplicationconfigurationtemplate": {
@@ -1337,7 +1340,10 @@
1337
1340
  "description": "Grants permission to start an export task",
1338
1341
  "accessLevel": "Write",
1339
1342
  "resourceTypes": [],
1340
- "conditionKeys": [],
1343
+ "conditionKeys": [
1344
+ "aws:RequestTag/${TagKey}",
1345
+ "aws:TagKeys"
1346
+ ],
1341
1347
  "dependentActions": [
1342
1348
  "ec2:DescribeLaunchTemplateVersions",
1343
1349
  "mgn:DescribeSourceServers",
@@ -1785,6 +1791,18 @@
1785
1791
  "conditionKeys": [],
1786
1792
  "dependentActions": []
1787
1793
  },
1794
+ {
1795
+ "name": "ExportResource",
1796
+ "required": false,
1797
+ "conditionKeys": [],
1798
+ "dependentActions": []
1799
+ },
1800
+ {
1801
+ "name": "ImportResource",
1802
+ "required": false,
1803
+ "conditionKeys": [],
1804
+ "dependentActions": []
1805
+ },
1788
1806
  {
1789
1807
  "name": "JobResource",
1790
1808
  "required": false,
@@ -1589,6 +1589,14 @@
1589
1589
  "conditionKeys": [],
1590
1590
  "dependentActions": []
1591
1591
  },
1592
+ "describedbmajorengineversions": {
1593
+ "name": "DescribeDBMajorEngineVersions",
1594
+ "description": "Grants permission to return information specific for each DB major engine versions",
1595
+ "accessLevel": "List",
1596
+ "resourceTypes": [],
1597
+ "conditionKeys": [],
1598
+ "dependentActions": []
1599
+ },
1592
1600
  "describedbparametergroups": {
1593
1601
  "name": "DescribeDBParameterGroups",
1594
1602
  "description": "Grants permission to return a list of DBParameterGroup descriptions",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202506031",
3
+ "version": "0.9.202506051",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-06-03T04:50:53.660Z",
6
+ "updatedAt": "2025-06-05T04:51:54.406Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",