@cloud-copilot/iam-data 0.9.202501091 → 0.9.202501101

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.
@@ -6,7 +6,8 @@
6
6
  "resourceTypes": [],
7
7
  "conditionKeys": [
8
8
  "aws:TagKeys",
9
- "aws:RequestTag/${TagKey}"
9
+ "aws:RequestTag/${TagKey}",
10
+ "aws:ResourceTag/${TagKey}"
10
11
  ],
11
12
  "dependentActions": [
12
13
  "appstream:DescribeStacks",
@@ -181,8 +182,29 @@
181
182
  "name": "ListTagsForResource",
182
183
  "description": "Grants permission to list tags for a resource",
183
184
  "accessLevel": "List",
184
- "resourceTypes": [],
185
- "conditionKeys": [],
185
+ "resourceTypes": [
186
+ {
187
+ "name": "device",
188
+ "required": false,
189
+ "conditionKeys": [],
190
+ "dependentActions": []
191
+ },
192
+ {
193
+ "name": "environment",
194
+ "required": false,
195
+ "conditionKeys": [],
196
+ "dependentActions": []
197
+ },
198
+ {
199
+ "name": "softwareset",
200
+ "required": false,
201
+ "conditionKeys": [],
202
+ "dependentActions": []
203
+ }
204
+ ],
205
+ "conditionKeys": [
206
+ "aws:ResourceTag/${TagKey}"
207
+ ],
186
208
  "dependentActions": []
187
209
  },
188
210
  "tagresource": {
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501091",
3
+ "version": "0.9.202501101",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-09T04:44:55.596Z",
6
+ "updatedAt": "2025-01-10T04:44:08.884Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",