@cloud-copilot/iam-data 0.9.202501251 → 0.9.202501281
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.
|
@@ -822,6 +822,14 @@
|
|
|
822
822
|
"conditionKeys": [],
|
|
823
823
|
"dependentActions": []
|
|
824
824
|
},
|
|
825
|
+
"searchsamplequeries": {
|
|
826
|
+
"name": "SearchSampleQueries",
|
|
827
|
+
"description": "Grants permission to perform semantic search for CloudTrail Lake sample queries",
|
|
828
|
+
"accessLevel": "Read",
|
|
829
|
+
"resourceTypes": [],
|
|
830
|
+
"conditionKeys": [],
|
|
831
|
+
"dependentActions": []
|
|
832
|
+
},
|
|
825
833
|
"startdashboardrefresh": {
|
|
826
834
|
"name": "StartDashboardRefresh",
|
|
827
835
|
"description": "Grants permission to start a refresh on the specified dashboard",
|
|
@@ -2142,18 +2142,48 @@
|
|
|
2142
2142
|
"description": "Grants permission to list tags of a QuickSight resource",
|
|
2143
2143
|
"accessLevel": "Read",
|
|
2144
2144
|
"resourceTypes": [
|
|
2145
|
+
{
|
|
2146
|
+
"name": "analysis",
|
|
2147
|
+
"required": false,
|
|
2148
|
+
"conditionKeys": [],
|
|
2149
|
+
"dependentActions": []
|
|
2150
|
+
},
|
|
2151
|
+
{
|
|
2152
|
+
"name": "brand",
|
|
2153
|
+
"required": false,
|
|
2154
|
+
"conditionKeys": [],
|
|
2155
|
+
"dependentActions": []
|
|
2156
|
+
},
|
|
2145
2157
|
{
|
|
2146
2158
|
"name": "customization",
|
|
2147
2159
|
"required": false,
|
|
2148
2160
|
"conditionKeys": [],
|
|
2149
2161
|
"dependentActions": []
|
|
2150
2162
|
},
|
|
2163
|
+
{
|
|
2164
|
+
"name": "custompermissions",
|
|
2165
|
+
"required": false,
|
|
2166
|
+
"conditionKeys": [],
|
|
2167
|
+
"dependentActions": []
|
|
2168
|
+
},
|
|
2151
2169
|
{
|
|
2152
2170
|
"name": "dashboard",
|
|
2153
2171
|
"required": false,
|
|
2154
2172
|
"conditionKeys": [],
|
|
2155
2173
|
"dependentActions": []
|
|
2156
2174
|
},
|
|
2175
|
+
{
|
|
2176
|
+
"name": "dataset",
|
|
2177
|
+
"required": false,
|
|
2178
|
+
"conditionKeys": [],
|
|
2179
|
+
"dependentActions": []
|
|
2180
|
+
},
|
|
2181
|
+
{
|
|
2182
|
+
"name": "datasource",
|
|
2183
|
+
"required": false,
|
|
2184
|
+
"conditionKeys": [],
|
|
2185
|
+
"dependentActions": []
|
|
2186
|
+
},
|
|
2157
2187
|
{
|
|
2158
2188
|
"name": "folder",
|
|
2159
2189
|
"required": false,
|
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.202501281",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-01-
|
|
6
|
+
"updatedAt": "2025-01-28T04:43:21.900Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|