@cloud-copilot/iam-data 0.9.202412271 → 0.9.202501071

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.
@@ -563,6 +563,7 @@
563
563
  },
564
564
  "graphql": {
565
565
  "name": "GraphQL",
566
+ "isPermissionOnly": true,
566
567
  "description": "Grants permission to send a GraphQL query to a GraphQL API",
567
568
  "accessLevel": "Write",
568
569
  "resourceTypes": [
@@ -226,7 +226,9 @@
226
226
  }
227
227
  ],
228
228
  "conditionKeys": [],
229
- "dependentActions": []
229
+ "dependentActions": [
230
+ "ec2:DescribeSubnets"
231
+ ]
230
232
  },
231
233
  "putresourcepolicy": {
232
234
  "name": "PutResourcePolicy",
@@ -1489,6 +1489,14 @@
1489
1489
  ],
1490
1490
  "dependentActions": []
1491
1491
  },
1492
+ "terminategamesession": {
1493
+ "name": "TerminateGameSession",
1494
+ "description": "Grants permission to shut down an existing game session",
1495
+ "accessLevel": "Write",
1496
+ "resourceTypes": [],
1497
+ "conditionKeys": [],
1498
+ "dependentActions": []
1499
+ },
1492
1500
  "untagresource": {
1493
1501
  "name": "UntagResource",
1494
1502
  "description": "Grants permission to untag GameLift resources",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202412271",
3
+ "version": "0.9.202501071",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-12-27T04:44:59.850Z",
6
+ "updatedAt": "2025-01-07T04:44:04.938Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",