@cloud-copilot/iam-data 0.15.202602191 → 0.15.202602201
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 +24 -0
- package/package.json +2 -2
package/data/actions/logs.json
CHANGED
|
@@ -22,6 +22,15 @@
|
|
|
22
22
|
"conditionKeys": [],
|
|
23
23
|
"dependentActions": []
|
|
24
24
|
},
|
|
25
|
+
"callwithbearertoken": {
|
|
26
|
+
"name": "CallWithBearerToken",
|
|
27
|
+
"isPermissionOnly": true,
|
|
28
|
+
"description": "Grants permission to authenticate requests using bearer token",
|
|
29
|
+
"accessLevel": "Write",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
25
34
|
"cancelexporttask": {
|
|
26
35
|
"name": "CancelExportTask",
|
|
27
36
|
"description": "Grants permission to cancel an export task if it is in PENDING or RUNNING state",
|
|
@@ -1074,6 +1083,21 @@
|
|
|
1074
1083
|
"conditionKeys": [],
|
|
1075
1084
|
"dependentActions": []
|
|
1076
1085
|
},
|
|
1086
|
+
"putbearertokenauthentication": {
|
|
1087
|
+
"name": "PutBearerTokenAuthentication",
|
|
1088
|
+
"description": "Grants permission to enable or disable bearer token based authentication for the specified log group",
|
|
1089
|
+
"accessLevel": "Write",
|
|
1090
|
+
"resourceTypes": [
|
|
1091
|
+
{
|
|
1092
|
+
"name": "log-group",
|
|
1093
|
+
"required": true,
|
|
1094
|
+
"conditionKeys": [],
|
|
1095
|
+
"dependentActions": []
|
|
1096
|
+
}
|
|
1097
|
+
],
|
|
1098
|
+
"conditionKeys": [],
|
|
1099
|
+
"dependentActions": []
|
|
1100
|
+
},
|
|
1077
1101
|
"putdataprotectionpolicy": {
|
|
1078
1102
|
"name": "PutDataProtectionPolicy",
|
|
1079
1103
|
"description": "Grants permission to attach a data protection policy to detect and redact sensitive information from log events",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202602201",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-02-
|
|
9
|
+
"updatedAt": "2026-02-20T05:41:47.388Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|