@cloud-copilot/iam-data 0.7.202410031 → 0.7.202410051
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.
|
@@ -179,10 +179,7 @@
|
|
|
179
179
|
"dependentActions": []
|
|
180
180
|
}
|
|
181
181
|
],
|
|
182
|
-
"conditionKeys": [
|
|
183
|
-
"aws:RequestTag/${TagKey}",
|
|
184
|
-
"aws:TagKeys"
|
|
185
|
-
],
|
|
182
|
+
"conditionKeys": [],
|
|
186
183
|
"dependentActions": []
|
|
187
184
|
},
|
|
188
185
|
"restoremultiregiontable": {
|
|
@@ -197,10 +194,7 @@
|
|
|
197
194
|
"dependentActions": []
|
|
198
195
|
}
|
|
199
196
|
],
|
|
200
|
-
"conditionKeys": [
|
|
201
|
-
"aws:RequestTag/${TagKey}",
|
|
202
|
-
"aws:TagKeys"
|
|
203
|
-
],
|
|
197
|
+
"conditionKeys": [],
|
|
204
198
|
"dependentActions": []
|
|
205
199
|
},
|
|
206
200
|
"select": {
|
|
@@ -300,7 +294,6 @@
|
|
|
300
294
|
}
|
|
301
295
|
],
|
|
302
296
|
"conditionKeys": [
|
|
303
|
-
"aws:RequestTag/${TagKey}",
|
|
304
297
|
"aws:TagKeys"
|
|
305
298
|
],
|
|
306
299
|
"dependentActions": []
|
|
@@ -324,7 +317,6 @@
|
|
|
324
317
|
}
|
|
325
318
|
],
|
|
326
319
|
"conditionKeys": [
|
|
327
|
-
"aws:RequestTag/${TagKey}",
|
|
328
320
|
"aws:TagKeys"
|
|
329
321
|
],
|
|
330
322
|
"dependentActions": []
|
|
@@ -1347,6 +1347,14 @@
|
|
|
1347
1347
|
"conditionKeys": [],
|
|
1348
1348
|
"dependentActions": []
|
|
1349
1349
|
},
|
|
1350
|
+
"describeqpersonalizationconfiguration": {
|
|
1351
|
+
"name": "DescribeQPersonalizationConfiguration",
|
|
1352
|
+
"description": "Grants permission to describe a personalization configuration",
|
|
1353
|
+
"accessLevel": "Read",
|
|
1354
|
+
"resourceTypes": [],
|
|
1355
|
+
"conditionKeys": [],
|
|
1356
|
+
"dependentActions": []
|
|
1357
|
+
},
|
|
1350
1358
|
"describerefreshschedule": {
|
|
1351
1359
|
"name": "DescribeRefreshSchedule",
|
|
1352
1360
|
"description": "Grants permission to describe a refresh schedule for a dataset",
|
|
@@ -2945,6 +2953,14 @@
|
|
|
2945
2953
|
"conditionKeys": [],
|
|
2946
2954
|
"dependentActions": []
|
|
2947
2955
|
},
|
|
2956
|
+
"updateqpersonalizationconfiguration": {
|
|
2957
|
+
"name": "UpdateQPersonalizationConfiguration",
|
|
2958
|
+
"description": "Grants permission to update a personalization configuration",
|
|
2959
|
+
"accessLevel": "Write",
|
|
2960
|
+
"resourceTypes": [],
|
|
2961
|
+
"conditionKeys": [],
|
|
2962
|
+
"dependentActions": []
|
|
2963
|
+
},
|
|
2948
2964
|
"updaterefreshschedule": {
|
|
2949
2965
|
"name": "UpdateRefreshSchedule",
|
|
2950
2966
|
"description": "Grants permission to update a refresh schedule for a dataset",
|
|
@@ -17,6 +17,15 @@
|
|
|
17
17
|
"conditionKeys": [],
|
|
18
18
|
"dependentActions": []
|
|
19
19
|
},
|
|
20
|
+
"listconnections": {
|
|
21
|
+
"name": "ListConnections",
|
|
22
|
+
"isPermissionOnly": true,
|
|
23
|
+
"description": "Grants permission to list the metadata for GUI Connect connections",
|
|
24
|
+
"accessLevel": "List",
|
|
25
|
+
"resourceTypes": [],
|
|
26
|
+
"conditionKeys": [],
|
|
27
|
+
"dependentActions": []
|
|
28
|
+
},
|
|
20
29
|
"startconnection": {
|
|
21
30
|
"name": "StartConnection",
|
|
22
31
|
"isPermissionOnly": true,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"profile": {
|
|
3
3
|
"key": "profile",
|
|
4
|
-
"arn": "arn:${Partition}:codewhisperer
|
|
4
|
+
"arn": "arn:${Partition}:codewhisperer:${Region}:${Account}:profile/${Identifier}",
|
|
5
5
|
"conditionKeys": [
|
|
6
6
|
"aws:ResourceTag/${TagKey}"
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"customization": {
|
|
10
10
|
"key": "customization",
|
|
11
|
-
"arn": "arn:${Partition}:codewhisperer
|
|
11
|
+
"arn": "arn:${Partition}:codewhisperer:${Region}:${Account}:customization/${Identifier}",
|
|
12
12
|
"conditionKeys": [
|
|
13
13
|
"aws:ResourceTag/${TagKey}"
|
|
14
14
|
]
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.202410051",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2024-10-
|
|
6
|
+
"updatedAt": "2024-10-05T04:47:14.137Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|