@cloud-copilot/iam-data 0.21.202608181 → 0.21.202608191

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.
@@ -739,6 +739,18 @@
739
739
  "conditionKeys": [],
740
740
  "dependentActions": []
741
741
  },
742
+ {
743
+ "name": "experimentdefinition",
744
+ "required": false,
745
+ "conditionKeys": [],
746
+ "dependentActions": []
747
+ },
748
+ {
749
+ "name": "experimentrun",
750
+ "required": false,
751
+ "conditionKeys": [],
752
+ "dependentActions": []
753
+ },
742
754
  {
743
755
  "name": "extension",
744
756
  "required": false,
@@ -806,6 +806,36 @@
806
806
  "conditionKeys": [],
807
807
  "dependentActions": []
808
808
  },
809
+ "translateconceptmapwithget": {
810
+ "name": "TranslateConceptMapWithGet",
811
+ "description": "Grants permission to translate a code from one value set to another using a ConceptMap resource with GET method",
812
+ "accessLevel": "Read",
813
+ "resourceTypes": [
814
+ {
815
+ "name": "datastore",
816
+ "required": true,
817
+ "conditionKeys": [],
818
+ "dependentActions": []
819
+ }
820
+ ],
821
+ "conditionKeys": [],
822
+ "dependentActions": []
823
+ },
824
+ "translateconceptmapwithpost": {
825
+ "name": "TranslateConceptMapWithPost",
826
+ "description": "Grants permission to translate a code from one value set to another using a ConceptMap resource with POST method",
827
+ "accessLevel": "Read",
828
+ "resourceTypes": [
829
+ {
830
+ "name": "datastore",
831
+ "required": true,
832
+ "conditionKeys": [],
833
+ "dependentActions": []
834
+ }
835
+ ],
836
+ "conditionKeys": [],
837
+ "dependentActions": []
838
+ },
809
839
  "untagresource": {
810
840
  "name": "UntagResource",
811
841
  "description": "Grants permission to remove tags associated with a datastore",
@@ -20,7 +20,7 @@
20
20
  "firehose",
21
21
  "fis",
22
22
  "health",
23
- "inspector2",
23
+ "inspector-scan",
24
24
  "kendra",
25
25
  "kinesisvideo",
26
26
  "kms",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202608181",
3
+ "version": "0.21.202608191",
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-08-18T04:52:13.341Z",
9
+ "updatedAt": "2026-08-19T04:53:48.040Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",