@cloud-copilot/iam-data 0.4.202409141 → 0.4.202409171

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.
@@ -14,6 +14,22 @@
14
14
  "conditionKeys": [],
15
15
  "dependentActions": []
16
16
  },
17
+ "accessdsdata": {
18
+ "name": "AccessDSData",
19
+ "isPermissionOnly": true,
20
+ "description": "Grants permission to access directory data using the Directory Service Data API",
21
+ "accessLevel": "Permissions management",
22
+ "resourceTypes": [
23
+ {
24
+ "name": "directory",
25
+ "required": true,
26
+ "conditionKeys": [],
27
+ "dependentActions": []
28
+ }
29
+ ],
30
+ "conditionKeys": [],
31
+ "dependentActions": []
32
+ },
17
33
  "addiproutes": {
18
34
  "name": "AddIpRoutes",
19
35
  "description": "Grants permission to add a CIDR address block to correctly route traffic to and from your Microsoft AD on Amazon Web Services",
@@ -1067,5 +1067,20 @@
1067
1067
  ],
1068
1068
  "conditionKeys": [],
1069
1069
  "dependentActions": []
1070
+ },
1071
+ "updatesolution": {
1072
+ "name": "UpdateSolution",
1073
+ "description": "Grants permission to update a solution",
1074
+ "accessLevel": "Write",
1075
+ "resourceTypes": [
1076
+ {
1077
+ "name": "solution",
1078
+ "required": true,
1079
+ "conditionKeys": [],
1080
+ "dependentActions": []
1081
+ }
1082
+ ],
1083
+ "conditionKeys": [],
1084
+ "dependentActions": []
1070
1085
  }
1071
1086
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.4.202409141",
3
+ "version": "0.4.202409171",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2024-09-14T04:46:09.981Z",
6
+ "updatedAt": "2024-09-17T04:46:20.793Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",