@cloud-copilot/iam-data 0.9.202501221 → 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.
@@ -129,7 +129,7 @@
129
129
  },
130
130
  "deleteaccountpolicy": {
131
131
  "name": "DeleteAccountPolicy",
132
- "description": "Grants permission to delete a data protection policy attached to an account",
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 a data protection policy attached to an account",
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 a data protection policy at account level to detect and redact sensitive information from log events",
879
+ "description": "Grants permission to attach an account policy",
880
880
  "accessLevel": "Write",
881
881
  "resourceTypes": [],
882
882
  "conditionKeys": [],
@@ -638,7 +638,7 @@
638
638
  },
639
639
  "listfirewalldomains": {
640
640
  "name": "ListFirewallDomains",
641
- "description": "Grants permission to list all the Firewall domain under a speicfied Firewall domain list",
641
+ "description": "Grants permission to list all the Firewall domain under a specified Firewall domain list",
642
642
  "accessLevel": "List",
643
643
  "resourceTypes": [
644
644
  {
@@ -669,7 +669,7 @@
669
669
  },
670
670
  "listfirewallrules": {
671
671
  "name": "ListFirewallRules",
672
- "description": "Grants permission to list all the Firewall rule under a speicfied Firewall rule group",
672
+ "description": "Grants permission to list all the Firewall rule under a specified Firewall rule group",
673
673
  "accessLevel": "List",
674
674
  "resourceTypes": [
675
675
  {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501221",
3
+ "version": "0.9.202501241",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-22T04:44:28.235Z",
6
+ "updatedAt": "2025-01-24T04:43:35.084Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",