@cloud-copilot/iam-data 0.9.202504251 → 0.9.202504261
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.
|
@@ -82,7 +82,9 @@
|
|
|
82
82
|
"description": "Grants permission to create a job to import or export assets",
|
|
83
83
|
"accessLevel": "Write",
|
|
84
84
|
"resourceTypes": [],
|
|
85
|
-
"conditionKeys": [
|
|
85
|
+
"conditionKeys": [
|
|
86
|
+
"dataexchange:JobType"
|
|
87
|
+
],
|
|
86
88
|
"dependentActions": []
|
|
87
89
|
},
|
|
88
90
|
"createrevision": {
|
package/data/actions/mq.json
CHANGED
|
@@ -111,6 +111,21 @@
|
|
|
111
111
|
"ec2:DetachNetworkInterface"
|
|
112
112
|
]
|
|
113
113
|
},
|
|
114
|
+
"deleteconfiguration": {
|
|
115
|
+
"name": "DeleteConfiguration",
|
|
116
|
+
"description": "Grants permission to delete a configuration",
|
|
117
|
+
"accessLevel": "Write",
|
|
118
|
+
"resourceTypes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "configurations",
|
|
121
|
+
"required": true,
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
},
|
|
114
129
|
"deletetags": {
|
|
115
130
|
"name": "DeleteTags",
|
|
116
131
|
"description": "Grants permission to delete tags",
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202504261",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-04-
|
|
6
|
+
"updatedAt": "2025-04-26T04:46:43.799Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|