@cloud-copilot/iam-data 0.18.202603171 → 0.18.202603181

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.
@@ -33,7 +33,14 @@
33
33
  "name": "DescribeAssessment",
34
34
  "description": "Grants permission to return the details of an existing assessment",
35
35
  "accessLevel": "Read",
36
- "resourceTypes": [],
36
+ "resourceTypes": [
37
+ {
38
+ "name": "Assessment",
39
+ "required": false,
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ }
43
+ ],
37
44
  "conditionKeys": [],
38
45
  "dependentActions": []
39
46
  },
@@ -15,6 +15,10 @@
15
15
  "catalog:ChangeType"
16
16
  ]
17
17
  },
18
+ "assessment": {
19
+ "key": "Assessment",
20
+ "arn": "arn:${Partition}:aws-marketplace:${Region}::${Catalog}/Assessment/${ResourceId}"
21
+ },
18
22
  "deploymentparameter": {
19
23
  "key": "DeploymentParameter",
20
24
  "arn": "arn:${Partition}:aws-marketplace:${Region}:${Account}:DeploymentParameter:catalogs/${CatalogName}/products/${ProductId}/${ResourceId}",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603171",
3
+ "version": "0.18.202603181",
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-03-17T05:11:40.246Z",
9
+ "updatedAt": "2026-03-18T05:14:30.217Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",