@cloud-copilot/iam-data 0.21.202608304 → 0.21.202609011
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.
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"downloadattachment": {
|
|
179
179
|
"name": "DownloadAttachment",
|
|
180
180
|
"description": "Grants permission to get a presigned URL to download an attachment from an AWS Support case",
|
|
181
|
-
"accessLevel": "
|
|
181
|
+
"accessLevel": "Read",
|
|
182
182
|
"resourceTypes": [],
|
|
183
183
|
"conditionKeys": [],
|
|
184
184
|
"dependentActions": []
|
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
"description": "Filters access by the AWS account ID of the principal that created the registry record",
|
|
5
5
|
"type": "String"
|
|
6
6
|
},
|
|
7
|
+
"agent-registry:recordsourceaccount": {
|
|
8
|
+
"key": "agent-registry:RecordSourceAccount",
|
|
9
|
+
"description": "Filters access by the AWS account ID of the source resource associated with a registry record",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
7
12
|
"aws:requesttag/${tagkey}": {
|
|
8
13
|
"key": "aws:RequestTag/${TagKey}",
|
|
9
14
|
"description": "Filters access by creating requests based on the allowed set of values for each of the mandatory tags",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.21.
|
|
3
|
+
"version": "0.21.202609011",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/act-security-labs/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-
|
|
9
|
+
"updatedAt": "2026-09-01T04:45:31.514Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|