@cloud-copilot/iam-data 0.9.202501231 → 0.9.202501241
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.
- package/data/actions/logs.json +3 -3
- package/package.json +2 -2
package/data/actions/logs.json
CHANGED
|
@@ -129,7 +129,7 @@
|
|
|
129
129
|
},
|
|
130
130
|
"deleteaccountpolicy": {
|
|
131
131
|
"name": "DeleteAccountPolicy",
|
|
132
|
-
"description": "Grants permission to delete
|
|
132
|
+
"description": "Grants permission to delete an account policy",
|
|
133
133
|
"accessLevel": "Write",
|
|
134
134
|
"resourceTypes": [],
|
|
135
135
|
"conditionKeys": [],
|
|
@@ -373,7 +373,7 @@
|
|
|
373
373
|
},
|
|
374
374
|
"describeaccountpolicies": {
|
|
375
375
|
"name": "DescribeAccountPolicies",
|
|
376
|
-
"description": "Grants permission to retrieve
|
|
376
|
+
"description": "Grants permission to retrieve account policies",
|
|
377
377
|
"accessLevel": "List",
|
|
378
378
|
"resourceTypes": [],
|
|
379
379
|
"conditionKeys": [],
|
|
@@ -876,7 +876,7 @@
|
|
|
876
876
|
},
|
|
877
877
|
"putaccountpolicy": {
|
|
878
878
|
"name": "PutAccountPolicy",
|
|
879
|
-
"description": "Grants permission to attach
|
|
879
|
+
"description": "Grants permission to attach an account policy",
|
|
880
880
|
"accessLevel": "Write",
|
|
881
881
|
"resourceTypes": [],
|
|
882
882
|
"conditionKeys": [],
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202501241",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-01-
|
|
6
|
+
"updatedAt": "2025-01-24T04:43:35.084Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|