@cloud-copilot/iam-data 0.9.202502151 → 0.9.202502181

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.
@@ -802,24 +802,6 @@
802
802
  "description": "Grants permission to tag a resource",
803
803
  "accessLevel": "Tagging",
804
804
  "resourceTypes": [
805
- {
806
- "name": "api",
807
- "required": true,
808
- "conditionKeys": [],
809
- "dependentActions": []
810
- },
811
- {
812
- "name": "channelNamespace",
813
- "required": true,
814
- "conditionKeys": [],
815
- "dependentActions": []
816
- },
817
- {
818
- "name": "graphqlapi",
819
- "required": true,
820
- "conditionKeys": [],
821
- "dependentActions": []
822
- },
823
805
  {
824
806
  "name": "api",
825
807
  "required": false,
@@ -851,24 +833,6 @@
851
833
  "description": "Grants permission to untag a resource",
852
834
  "accessLevel": "Tagging",
853
835
  "resourceTypes": [
854
- {
855
- "name": "api",
856
- "required": true,
857
- "conditionKeys": [],
858
- "dependentActions": []
859
- },
860
- {
861
- "name": "channelNamespace",
862
- "required": true,
863
- "conditionKeys": [],
864
- "dependentActions": []
865
- },
866
- {
867
- "name": "graphqlapi",
868
- "required": true,
869
- "conditionKeys": [],
870
- "dependentActions": []
871
- },
872
836
  {
873
837
  "name": "api",
874
838
  "required": false,
@@ -14,6 +14,14 @@
14
14
  "conditionKeys": [],
15
15
  "dependentActions": []
16
16
  },
17
+ "createcertificate": {
18
+ "name": "CreateCertificate",
19
+ "description": "Grants permission to create a certificate",
20
+ "accessLevel": "Write",
21
+ "resourceTypes": [],
22
+ "conditionKeys": [],
23
+ "dependentActions": []
24
+ },
17
25
  "createjobtemplate": {
18
26
  "name": "CreateJobTemplate",
19
27
  "description": "Grants permission to create a job template",
@@ -33,5 +33,9 @@
33
33
  "conditionKeys": [
34
34
  "aws:ResourceTag/${TagKey}"
35
35
  ]
36
+ },
37
+ "certificate": {
38
+ "key": "certificate",
39
+ "arn": "arn:${Partition}:emr-containers:${Region}:${Account}:/certificates/${CertificateId}"
36
40
  }
37
41
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202502151",
3
+ "version": "0.9.202502181",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-02-15T04:45:24.236Z",
6
+ "updatedAt": "2025-02-18T04:44:25.657Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",