iamdata 0.1.202510101__py3-none-any.whl → 0.1.202510121__py3-none-any.whl
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.
Potentially problematic release.
This version of iamdata might be problematic. Click here for more details.
- iamdata/data/actions/aiops.json +159 -0
- iamdata/data/actions/bedrock-agentcore.json +150 -1
- iamdata/data/actions/quicksight.json +436 -0
- iamdata/data/actions/workspaces-web.json +25 -9
- iamdata/data/conditionKeys/bedrock-agentcore.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock-agentcore.json +4 -1
- iamdata/data/resourceTypes/quicksight.json +22 -0
- {iamdata-0.1.202510101.dist-info → iamdata-0.1.202510121.dist-info}/METADATA +1 -1
- {iamdata-0.1.202510101.dist-info → iamdata-0.1.202510121.dist-info}/RECORD +12 -12
- {iamdata-0.1.202510101.dist-info → iamdata-0.1.202510121.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202510101.dist-info → iamdata-0.1.202510121.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/aiops.json
CHANGED
|
@@ -90,6 +90,25 @@
|
|
|
90
90
|
"logs:GetQueryResults"
|
|
91
91
|
]
|
|
92
92
|
},
|
|
93
|
+
"createreport": {
|
|
94
|
+
"name": "CreateReport",
|
|
95
|
+
"description": "Grants permission to create a new report in the specified investigation",
|
|
96
|
+
"accessLevel": "Write",
|
|
97
|
+
"resourceTypes": [
|
|
98
|
+
{
|
|
99
|
+
"name": "investigation-group",
|
|
100
|
+
"required": true,
|
|
101
|
+
"conditionKeys": [],
|
|
102
|
+
"dependentActions": []
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"conditionKeys": [],
|
|
106
|
+
"dependentActions": [
|
|
107
|
+
"kms:Decrypt",
|
|
108
|
+
"kms:GenerateDataKey",
|
|
109
|
+
"sts:SetContext"
|
|
110
|
+
]
|
|
111
|
+
},
|
|
93
112
|
"deleteinvestigation": {
|
|
94
113
|
"name": "DeleteInvestigation",
|
|
95
114
|
"description": "Grants permission to delete an investigation in the specified investigation group",
|
|
@@ -139,6 +158,25 @@
|
|
|
139
158
|
"conditionKeys": [],
|
|
140
159
|
"dependentActions": []
|
|
141
160
|
},
|
|
161
|
+
"generatereport": {
|
|
162
|
+
"name": "GenerateReport",
|
|
163
|
+
"description": "Grants permission to generate a report in the specified investigation report",
|
|
164
|
+
"accessLevel": "Write",
|
|
165
|
+
"resourceTypes": [
|
|
166
|
+
{
|
|
167
|
+
"name": "investigation-group",
|
|
168
|
+
"required": true,
|
|
169
|
+
"conditionKeys": [],
|
|
170
|
+
"dependentActions": []
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"conditionKeys": [],
|
|
174
|
+
"dependentActions": [
|
|
175
|
+
"kms:Decrypt",
|
|
176
|
+
"kms:GenerateDataKey",
|
|
177
|
+
"sts:SetContext"
|
|
178
|
+
]
|
|
179
|
+
},
|
|
142
180
|
"getephemeralinvestigationresults": {
|
|
143
181
|
"name": "GetEphemeralInvestigationResults",
|
|
144
182
|
"description": "Grants permission to run and retrieve ephemeral investigation results",
|
|
@@ -147,6 +185,40 @@
|
|
|
147
185
|
"conditionKeys": [],
|
|
148
186
|
"dependentActions": []
|
|
149
187
|
},
|
|
188
|
+
"getfact": {
|
|
189
|
+
"name": "GetFact",
|
|
190
|
+
"description": "Grants permission to retrieve a fact in the specified investigation report",
|
|
191
|
+
"accessLevel": "Read",
|
|
192
|
+
"resourceTypes": [
|
|
193
|
+
{
|
|
194
|
+
"name": "investigation-group",
|
|
195
|
+
"required": true,
|
|
196
|
+
"conditionKeys": [],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"conditionKeys": [],
|
|
201
|
+
"dependentActions": [
|
|
202
|
+
"kms:Decrypt"
|
|
203
|
+
]
|
|
204
|
+
},
|
|
205
|
+
"getfactversions": {
|
|
206
|
+
"name": "GetFactVersions",
|
|
207
|
+
"description": "Grants permission to retrieve all versions of a fact token in the specified investigation report",
|
|
208
|
+
"accessLevel": "Read",
|
|
209
|
+
"resourceTypes": [
|
|
210
|
+
{
|
|
211
|
+
"name": "investigation-group",
|
|
212
|
+
"required": true,
|
|
213
|
+
"conditionKeys": [],
|
|
214
|
+
"dependentActions": []
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"conditionKeys": [],
|
|
218
|
+
"dependentActions": [
|
|
219
|
+
"kms:Decrypt"
|
|
220
|
+
]
|
|
221
|
+
},
|
|
150
222
|
"getinvestigation": {
|
|
151
223
|
"name": "GetInvestigation",
|
|
152
224
|
"description": "Grants permission to retrieve an investigation in the specified investigation group",
|
|
@@ -226,6 +298,40 @@
|
|
|
226
298
|
"kms:Decrypt"
|
|
227
299
|
]
|
|
228
300
|
},
|
|
301
|
+
"getreport": {
|
|
302
|
+
"name": "GetReport",
|
|
303
|
+
"description": "Grants permission to retrieve a report in the specified investigation",
|
|
304
|
+
"accessLevel": "Read",
|
|
305
|
+
"resourceTypes": [
|
|
306
|
+
{
|
|
307
|
+
"name": "investigation-group",
|
|
308
|
+
"required": true,
|
|
309
|
+
"conditionKeys": [],
|
|
310
|
+
"dependentActions": []
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"conditionKeys": [],
|
|
314
|
+
"dependentActions": [
|
|
315
|
+
"kms:Decrypt"
|
|
316
|
+
]
|
|
317
|
+
},
|
|
318
|
+
"listfacts": {
|
|
319
|
+
"name": "ListFacts",
|
|
320
|
+
"description": "Grants permission to list all facts in the specified investigation report",
|
|
321
|
+
"accessLevel": "List",
|
|
322
|
+
"resourceTypes": [
|
|
323
|
+
{
|
|
324
|
+
"name": "investigation-group",
|
|
325
|
+
"required": true,
|
|
326
|
+
"conditionKeys": [],
|
|
327
|
+
"dependentActions": []
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"conditionKeys": [],
|
|
331
|
+
"dependentActions": [
|
|
332
|
+
"kms:Decrypt"
|
|
333
|
+
]
|
|
334
|
+
},
|
|
229
335
|
"listinvestigationevents": {
|
|
230
336
|
"name": "ListInvestigationEvents",
|
|
231
337
|
"description": "Grants permission to list all investigation events in the specified investigation group",
|
|
@@ -264,6 +370,21 @@
|
|
|
264
370
|
"conditionKeys": [],
|
|
265
371
|
"dependentActions": []
|
|
266
372
|
},
|
|
373
|
+
"listreports": {
|
|
374
|
+
"name": "ListReports",
|
|
375
|
+
"description": "Grants permission to list all reports in the specified investigation",
|
|
376
|
+
"accessLevel": "List",
|
|
377
|
+
"resourceTypes": [
|
|
378
|
+
{
|
|
379
|
+
"name": "investigation-group",
|
|
380
|
+
"required": true,
|
|
381
|
+
"conditionKeys": [],
|
|
382
|
+
"dependentActions": []
|
|
383
|
+
}
|
|
384
|
+
],
|
|
385
|
+
"conditionKeys": [],
|
|
386
|
+
"dependentActions": []
|
|
387
|
+
},
|
|
267
388
|
"listtagsforresource": {
|
|
268
389
|
"name": "ListTagsForResource",
|
|
269
390
|
"description": "Grants permission to list the tags for the specified resource",
|
|
@@ -279,6 +400,25 @@
|
|
|
279
400
|
"conditionKeys": [],
|
|
280
401
|
"dependentActions": []
|
|
281
402
|
},
|
|
403
|
+
"putfact": {
|
|
404
|
+
"name": "PutFact",
|
|
405
|
+
"description": "Grants permission to create or update a new fact in the specified investigation report",
|
|
406
|
+
"accessLevel": "Write",
|
|
407
|
+
"resourceTypes": [
|
|
408
|
+
{
|
|
409
|
+
"name": "investigation-group",
|
|
410
|
+
"required": true,
|
|
411
|
+
"conditionKeys": [],
|
|
412
|
+
"dependentActions": []
|
|
413
|
+
}
|
|
414
|
+
],
|
|
415
|
+
"conditionKeys": [],
|
|
416
|
+
"dependentActions": [
|
|
417
|
+
"kms:Decrypt",
|
|
418
|
+
"kms:GenerateDataKey",
|
|
419
|
+
"sts:SetContext"
|
|
420
|
+
]
|
|
421
|
+
},
|
|
282
422
|
"putinvestigationgrouppolicy": {
|
|
283
423
|
"name": "PutInvestigationGroupPolicy",
|
|
284
424
|
"description": "Grants permission to create/update the investigation group policy attached to an investigation group",
|
|
@@ -395,6 +535,25 @@
|
|
|
395
535
|
"sso:TagResource"
|
|
396
536
|
]
|
|
397
537
|
},
|
|
538
|
+
"updatereport": {
|
|
539
|
+
"name": "UpdateReport",
|
|
540
|
+
"description": "Grants permission to update a report in the specified investigation",
|
|
541
|
+
"accessLevel": "Write",
|
|
542
|
+
"resourceTypes": [
|
|
543
|
+
{
|
|
544
|
+
"name": "investigation-group",
|
|
545
|
+
"required": true,
|
|
546
|
+
"conditionKeys": [],
|
|
547
|
+
"dependentActions": []
|
|
548
|
+
}
|
|
549
|
+
],
|
|
550
|
+
"conditionKeys": [],
|
|
551
|
+
"dependentActions": [
|
|
552
|
+
"kms:Decrypt",
|
|
553
|
+
"kms:GenerateDataKey",
|
|
554
|
+
"sts:SetContext"
|
|
555
|
+
]
|
|
556
|
+
},
|
|
398
557
|
"validateinvestigationgroup": {
|
|
399
558
|
"name": "ValidateInvestigationGroup",
|
|
400
559
|
"description": "Grants permission to validate the specified investigation group",
|
|
@@ -15,6 +15,55 @@
|
|
|
15
15
|
"conditionKeys": [],
|
|
16
16
|
"dependentActions": []
|
|
17
17
|
},
|
|
18
|
+
"batchcreatememoryrecords": {
|
|
19
|
+
"name": "BatchCreateMemoryRecords",
|
|
20
|
+
"description": "Grants permission to create one or more memory records",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [
|
|
23
|
+
{
|
|
24
|
+
"name": "memory",
|
|
25
|
+
"required": true,
|
|
26
|
+
"conditionKeys": [],
|
|
27
|
+
"dependentActions": []
|
|
28
|
+
}
|
|
29
|
+
],
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"bedrock-agentcore:namespace"
|
|
32
|
+
],
|
|
33
|
+
"dependentActions": []
|
|
34
|
+
},
|
|
35
|
+
"batchdeletememoryrecords": {
|
|
36
|
+
"name": "BatchDeleteMemoryRecords",
|
|
37
|
+
"description": "Grants permission to delete one or more memory records",
|
|
38
|
+
"accessLevel": "Write",
|
|
39
|
+
"resourceTypes": [
|
|
40
|
+
{
|
|
41
|
+
"name": "memory",
|
|
42
|
+
"required": true,
|
|
43
|
+
"conditionKeys": [],
|
|
44
|
+
"dependentActions": []
|
|
45
|
+
}
|
|
46
|
+
],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
50
|
+
"batchupdatememoryrecords": {
|
|
51
|
+
"name": "BatchUpdateMemoryRecords",
|
|
52
|
+
"description": "Grants permission to update one or more memory records",
|
|
53
|
+
"accessLevel": "Write",
|
|
54
|
+
"resourceTypes": [
|
|
55
|
+
{
|
|
56
|
+
"name": "memory",
|
|
57
|
+
"required": true,
|
|
58
|
+
"conditionKeys": [],
|
|
59
|
+
"dependentActions": []
|
|
60
|
+
}
|
|
61
|
+
],
|
|
62
|
+
"conditionKeys": [
|
|
63
|
+
"bedrock-agentcore:namespace"
|
|
64
|
+
],
|
|
65
|
+
"dependentActions": []
|
|
66
|
+
},
|
|
18
67
|
"connectbrowserautomationstream": {
|
|
19
68
|
"name": "ConnectBrowserAutomationStream",
|
|
20
69
|
"description": "Grants permission to connect to a browser automation stream",
|
|
@@ -156,7 +205,10 @@
|
|
|
156
205
|
"description": "Grants permission to create a Memory resource",
|
|
157
206
|
"accessLevel": "Write",
|
|
158
207
|
"resourceTypes": [],
|
|
159
|
-
"conditionKeys": [
|
|
208
|
+
"conditionKeys": [
|
|
209
|
+
"aws:RequestTag/${TagKey}",
|
|
210
|
+
"aws:TagKeys"
|
|
211
|
+
],
|
|
160
212
|
"dependentActions": [
|
|
161
213
|
"iam:PassRole"
|
|
162
214
|
]
|
|
@@ -410,6 +462,27 @@
|
|
|
410
462
|
"conditionKeys": [],
|
|
411
463
|
"dependentActions": []
|
|
412
464
|
},
|
|
465
|
+
"getagentcard": {
|
|
466
|
+
"name": "GetAgentCard",
|
|
467
|
+
"description": "Grants permission to retrieve an agent card for A2A",
|
|
468
|
+
"accessLevel": "Read",
|
|
469
|
+
"resourceTypes": [
|
|
470
|
+
{
|
|
471
|
+
"name": "runtime",
|
|
472
|
+
"required": true,
|
|
473
|
+
"conditionKeys": [],
|
|
474
|
+
"dependentActions": []
|
|
475
|
+
},
|
|
476
|
+
{
|
|
477
|
+
"name": "runtime-endpoint",
|
|
478
|
+
"required": true,
|
|
479
|
+
"conditionKeys": [],
|
|
480
|
+
"dependentActions": []
|
|
481
|
+
}
|
|
482
|
+
],
|
|
483
|
+
"conditionKeys": [],
|
|
484
|
+
"dependentActions": []
|
|
485
|
+
},
|
|
413
486
|
"getagentruntime": {
|
|
414
487
|
"name": "GetAgentRuntime",
|
|
415
488
|
"description": "Grants permission to get details of an agent runtime",
|
|
@@ -824,6 +897,27 @@
|
|
|
824
897
|
"conditionKeys": [],
|
|
825
898
|
"dependentActions": []
|
|
826
899
|
},
|
|
900
|
+
"invokeagentruntimeforuser": {
|
|
901
|
+
"name": "InvokeAgentRuntimeForUser",
|
|
902
|
+
"description": "Grants permission to invoke an agent runtime endpoint with X-Amzn-Bedrock-AgentCore-Runtime-User-Id header",
|
|
903
|
+
"accessLevel": "Write",
|
|
904
|
+
"resourceTypes": [
|
|
905
|
+
{
|
|
906
|
+
"name": "runtime",
|
|
907
|
+
"required": true,
|
|
908
|
+
"conditionKeys": [],
|
|
909
|
+
"dependentActions": []
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "runtime-endpoint",
|
|
913
|
+
"required": true,
|
|
914
|
+
"conditionKeys": [],
|
|
915
|
+
"dependentActions": []
|
|
916
|
+
}
|
|
917
|
+
],
|
|
918
|
+
"conditionKeys": [],
|
|
919
|
+
"dependentActions": []
|
|
920
|
+
},
|
|
827
921
|
"invokecodeinterpreter": {
|
|
828
922
|
"name": "InvokeCodeInterpreter",
|
|
829
923
|
"description": "Grants permission to invoke a code interpreter session",
|
|
@@ -845,6 +939,22 @@
|
|
|
845
939
|
"conditionKeys": [],
|
|
846
940
|
"dependentActions": []
|
|
847
941
|
},
|
|
942
|
+
"invokegateway": {
|
|
943
|
+
"name": "InvokeGateway",
|
|
944
|
+
"isPermissionOnly": true,
|
|
945
|
+
"description": "Grants permission to invoke a gateway",
|
|
946
|
+
"accessLevel": "Permissions management",
|
|
947
|
+
"resourceTypes": [
|
|
948
|
+
{
|
|
949
|
+
"name": "gateway",
|
|
950
|
+
"required": true,
|
|
951
|
+
"conditionKeys": [],
|
|
952
|
+
"dependentActions": []
|
|
953
|
+
}
|
|
954
|
+
],
|
|
955
|
+
"conditionKeys": [],
|
|
956
|
+
"dependentActions": []
|
|
957
|
+
},
|
|
848
958
|
"listactors": {
|
|
849
959
|
"name": "ListActors",
|
|
850
960
|
"description": "Grants permission to list Actors",
|
|
@@ -1078,6 +1188,12 @@
|
|
|
1078
1188
|
"conditionKeys": [],
|
|
1079
1189
|
"dependentActions": []
|
|
1080
1190
|
},
|
|
1191
|
+
{
|
|
1192
|
+
"name": "memory",
|
|
1193
|
+
"required": false,
|
|
1194
|
+
"conditionKeys": [],
|
|
1195
|
+
"dependentActions": []
|
|
1196
|
+
},
|
|
1081
1197
|
{
|
|
1082
1198
|
"name": "runtime",
|
|
1083
1199
|
"required": false,
|
|
@@ -1232,6 +1348,27 @@
|
|
|
1232
1348
|
"conditionKeys": [],
|
|
1233
1349
|
"dependentActions": []
|
|
1234
1350
|
},
|
|
1351
|
+
"stopruntimesession": {
|
|
1352
|
+
"name": "StopRuntimeSession",
|
|
1353
|
+
"description": "Grants permission to stop a runtime session",
|
|
1354
|
+
"accessLevel": "Write",
|
|
1355
|
+
"resourceTypes": [
|
|
1356
|
+
{
|
|
1357
|
+
"name": "runtime",
|
|
1358
|
+
"required": true,
|
|
1359
|
+
"conditionKeys": [],
|
|
1360
|
+
"dependentActions": []
|
|
1361
|
+
},
|
|
1362
|
+
{
|
|
1363
|
+
"name": "runtime-endpoint",
|
|
1364
|
+
"required": true,
|
|
1365
|
+
"conditionKeys": [],
|
|
1366
|
+
"dependentActions": []
|
|
1367
|
+
}
|
|
1368
|
+
],
|
|
1369
|
+
"conditionKeys": [],
|
|
1370
|
+
"dependentActions": []
|
|
1371
|
+
},
|
|
1235
1372
|
"synchronizegatewaytargets": {
|
|
1236
1373
|
"name": "SynchronizeGatewayTargets",
|
|
1237
1374
|
"isPermissionOnly": true,
|
|
@@ -1271,6 +1408,12 @@
|
|
|
1271
1408
|
"conditionKeys": [],
|
|
1272
1409
|
"dependentActions": []
|
|
1273
1410
|
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "memory",
|
|
1413
|
+
"required": false,
|
|
1414
|
+
"conditionKeys": [],
|
|
1415
|
+
"dependentActions": []
|
|
1416
|
+
},
|
|
1274
1417
|
{
|
|
1275
1418
|
"name": "runtime",
|
|
1276
1419
|
"required": false,
|
|
@@ -1313,6 +1456,12 @@
|
|
|
1313
1456
|
"conditionKeys": [],
|
|
1314
1457
|
"dependentActions": []
|
|
1315
1458
|
},
|
|
1459
|
+
{
|
|
1460
|
+
"name": "memory",
|
|
1461
|
+
"required": false,
|
|
1462
|
+
"conditionKeys": [],
|
|
1463
|
+
"dependentActions": []
|
|
1464
|
+
},
|
|
1316
1465
|
{
|
|
1317
1466
|
"name": "runtime",
|
|
1318
1467
|
"required": false,
|
|
@@ -84,6 +84,24 @@
|
|
|
84
84
|
],
|
|
85
85
|
"dependentActions": []
|
|
86
86
|
},
|
|
87
|
+
"createactionconnector": {
|
|
88
|
+
"name": "CreateActionConnector",
|
|
89
|
+
"description": "Grants permission to create an action connector",
|
|
90
|
+
"accessLevel": "Write",
|
|
91
|
+
"resourceTypes": [
|
|
92
|
+
{
|
|
93
|
+
"name": "actionconnector",
|
|
94
|
+
"required": true,
|
|
95
|
+
"conditionKeys": [],
|
|
96
|
+
"dependentActions": []
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"conditionKeys": [
|
|
100
|
+
"aws:RequestTag/${TagKey}",
|
|
101
|
+
"aws:TagKeys"
|
|
102
|
+
],
|
|
103
|
+
"dependentActions": []
|
|
104
|
+
},
|
|
87
105
|
"createadmin": {
|
|
88
106
|
"name": "CreateAdmin",
|
|
89
107
|
"isPermissionOnly": true,
|
|
@@ -221,6 +239,22 @@
|
|
|
221
239
|
"conditionKeys": [],
|
|
222
240
|
"dependentActions": []
|
|
223
241
|
},
|
|
242
|
+
"createextensionaccess": {
|
|
243
|
+
"name": "CreateExtensionAccess",
|
|
244
|
+
"isPermissionOnly": true,
|
|
245
|
+
"description": "Grants permission to create an extension access",
|
|
246
|
+
"accessLevel": "Write",
|
|
247
|
+
"resourceTypes": [
|
|
248
|
+
{
|
|
249
|
+
"name": "extensionaccess",
|
|
250
|
+
"required": true,
|
|
251
|
+
"conditionKeys": [],
|
|
252
|
+
"dependentActions": []
|
|
253
|
+
}
|
|
254
|
+
],
|
|
255
|
+
"conditionKeys": [],
|
|
256
|
+
"dependentActions": []
|
|
257
|
+
},
|
|
224
258
|
"createfolder": {
|
|
225
259
|
"name": "CreateFolder",
|
|
226
260
|
"description": "Grants permission to create a QuickSight folder",
|
|
@@ -572,6 +606,21 @@
|
|
|
572
606
|
"conditionKeys": [],
|
|
573
607
|
"dependentActions": []
|
|
574
608
|
},
|
|
609
|
+
"deleteactionconnector": {
|
|
610
|
+
"name": "DeleteActionConnector",
|
|
611
|
+
"description": "Grants permission to delete an action connector",
|
|
612
|
+
"accessLevel": "Write",
|
|
613
|
+
"resourceTypes": [
|
|
614
|
+
{
|
|
615
|
+
"name": "actionconnector",
|
|
616
|
+
"required": true,
|
|
617
|
+
"conditionKeys": [],
|
|
618
|
+
"dependentActions": []
|
|
619
|
+
}
|
|
620
|
+
],
|
|
621
|
+
"conditionKeys": [],
|
|
622
|
+
"dependentActions": []
|
|
623
|
+
},
|
|
575
624
|
"deleteanalysis": {
|
|
576
625
|
"name": "DeleteAnalysis",
|
|
577
626
|
"description": "Grants permission to delete an analysis",
|
|
@@ -708,6 +757,22 @@
|
|
|
708
757
|
"conditionKeys": [],
|
|
709
758
|
"dependentActions": []
|
|
710
759
|
},
|
|
760
|
+
"deleteextensionaccess": {
|
|
761
|
+
"name": "DeleteExtensionAccess",
|
|
762
|
+
"isPermissionOnly": true,
|
|
763
|
+
"description": "Grants permission to delete an extension access",
|
|
764
|
+
"accessLevel": "Write",
|
|
765
|
+
"resourceTypes": [
|
|
766
|
+
{
|
|
767
|
+
"name": "extensionaccess",
|
|
768
|
+
"required": true,
|
|
769
|
+
"conditionKeys": [],
|
|
770
|
+
"dependentActions": []
|
|
771
|
+
}
|
|
772
|
+
],
|
|
773
|
+
"conditionKeys": [],
|
|
774
|
+
"dependentActions": []
|
|
775
|
+
},
|
|
711
776
|
"deletefolder": {
|
|
712
777
|
"name": "DeleteFolder",
|
|
713
778
|
"description": "Grants permission to delete a QuickSight Folder",
|
|
@@ -1063,6 +1128,68 @@
|
|
|
1063
1128
|
"conditionKeys": [],
|
|
1064
1129
|
"dependentActions": []
|
|
1065
1130
|
},
|
|
1131
|
+
"describeactionconnector": {
|
|
1132
|
+
"name": "DescribeActionConnector",
|
|
1133
|
+
"description": "Grants permission to describe an action connector",
|
|
1134
|
+
"accessLevel": "Read",
|
|
1135
|
+
"resourceTypes": [
|
|
1136
|
+
{
|
|
1137
|
+
"name": "actionconnector",
|
|
1138
|
+
"required": true,
|
|
1139
|
+
"conditionKeys": [],
|
|
1140
|
+
"dependentActions": []
|
|
1141
|
+
}
|
|
1142
|
+
],
|
|
1143
|
+
"conditionKeys": [],
|
|
1144
|
+
"dependentActions": []
|
|
1145
|
+
},
|
|
1146
|
+
"describeactionconnectorpermissions": {
|
|
1147
|
+
"name": "DescribeActionConnectorPermissions",
|
|
1148
|
+
"description": "Grants permission to describe permissions for an action connector",
|
|
1149
|
+
"accessLevel": "Read",
|
|
1150
|
+
"resourceTypes": [
|
|
1151
|
+
{
|
|
1152
|
+
"name": "actionconnector",
|
|
1153
|
+
"required": true,
|
|
1154
|
+
"conditionKeys": [],
|
|
1155
|
+
"dependentActions": []
|
|
1156
|
+
}
|
|
1157
|
+
],
|
|
1158
|
+
"conditionKeys": [],
|
|
1159
|
+
"dependentActions": []
|
|
1160
|
+
},
|
|
1161
|
+
"describeagent": {
|
|
1162
|
+
"name": "DescribeAgent",
|
|
1163
|
+
"isPermissionOnly": true,
|
|
1164
|
+
"description": "Grants permission to describe an agent",
|
|
1165
|
+
"accessLevel": "Read",
|
|
1166
|
+
"resourceTypes": [
|
|
1167
|
+
{
|
|
1168
|
+
"name": "agent",
|
|
1169
|
+
"required": true,
|
|
1170
|
+
"conditionKeys": [],
|
|
1171
|
+
"dependentActions": []
|
|
1172
|
+
}
|
|
1173
|
+
],
|
|
1174
|
+
"conditionKeys": [],
|
|
1175
|
+
"dependentActions": []
|
|
1176
|
+
},
|
|
1177
|
+
"describeagentpermissions": {
|
|
1178
|
+
"name": "DescribeAgentPermissions",
|
|
1179
|
+
"isPermissionOnly": true,
|
|
1180
|
+
"description": "Grants permission to describe agent's permissions",
|
|
1181
|
+
"accessLevel": "Read",
|
|
1182
|
+
"resourceTypes": [
|
|
1183
|
+
{
|
|
1184
|
+
"name": "agent",
|
|
1185
|
+
"required": true,
|
|
1186
|
+
"conditionKeys": [],
|
|
1187
|
+
"dependentActions": []
|
|
1188
|
+
}
|
|
1189
|
+
],
|
|
1190
|
+
"conditionKeys": [],
|
|
1191
|
+
"dependentActions": []
|
|
1192
|
+
},
|
|
1066
1193
|
"describeanalysis": {
|
|
1067
1194
|
"name": "DescribeAnalysis",
|
|
1068
1195
|
"description": "Grants permission to describe an analysis",
|
|
@@ -1161,6 +1288,15 @@
|
|
|
1161
1288
|
"conditionKeys": [],
|
|
1162
1289
|
"dependentActions": []
|
|
1163
1290
|
},
|
|
1291
|
+
"describechatconfiguration": {
|
|
1292
|
+
"name": "DescribeChatConfiguration",
|
|
1293
|
+
"isPermissionOnly": true,
|
|
1294
|
+
"description": "Grants permission to describe chat configuration",
|
|
1295
|
+
"accessLevel": "Read",
|
|
1296
|
+
"resourceTypes": [],
|
|
1297
|
+
"conditionKeys": [],
|
|
1298
|
+
"dependentActions": []
|
|
1299
|
+
},
|
|
1164
1300
|
"describecustompermissions": {
|
|
1165
1301
|
"name": "DescribeCustomPermissions",
|
|
1166
1302
|
"description": "Grants permission to describe a custom permissions resource in a QuickSight account",
|
|
@@ -1355,6 +1491,22 @@
|
|
|
1355
1491
|
"conditionKeys": [],
|
|
1356
1492
|
"dependentActions": []
|
|
1357
1493
|
},
|
|
1494
|
+
"describeextensionaccess": {
|
|
1495
|
+
"name": "DescribeExtensionAccess",
|
|
1496
|
+
"isPermissionOnly": true,
|
|
1497
|
+
"description": "Grants permission to describe an extension access",
|
|
1498
|
+
"accessLevel": "Read",
|
|
1499
|
+
"resourceTypes": [
|
|
1500
|
+
{
|
|
1501
|
+
"name": "extensionaccess",
|
|
1502
|
+
"required": true,
|
|
1503
|
+
"conditionKeys": [],
|
|
1504
|
+
"dependentActions": []
|
|
1505
|
+
}
|
|
1506
|
+
],
|
|
1507
|
+
"conditionKeys": [],
|
|
1508
|
+
"dependentActions": []
|
|
1509
|
+
},
|
|
1358
1510
|
"describefolder": {
|
|
1359
1511
|
"name": "DescribeFolder",
|
|
1360
1512
|
"description": "Grants permission to describe a QuickSight Folder",
|
|
@@ -1504,6 +1656,15 @@
|
|
|
1504
1656
|
"conditionKeys": [],
|
|
1505
1657
|
"dependentActions": []
|
|
1506
1658
|
},
|
|
1659
|
+
"describequickindexcapacity": {
|
|
1660
|
+
"name": "DescribeQuickIndexCapacity",
|
|
1661
|
+
"isPermissionOnly": true,
|
|
1662
|
+
"description": "Grants permission to describe index capacity",
|
|
1663
|
+
"accessLevel": "Read",
|
|
1664
|
+
"resourceTypes": [],
|
|
1665
|
+
"conditionKeys": [],
|
|
1666
|
+
"dependentActions": []
|
|
1667
|
+
},
|
|
1507
1668
|
"describequicksightqsearchconfiguration": {
|
|
1508
1669
|
"name": "DescribeQuickSightQSearchConfiguration",
|
|
1509
1670
|
"description": "Grants permission to describe QuickSight Q Search configuration",
|
|
@@ -1814,6 +1975,15 @@
|
|
|
1814
1975
|
"conditionKeys": [],
|
|
1815
1976
|
"dependentActions": []
|
|
1816
1977
|
},
|
|
1978
|
+
"getcustompermissionssummary": {
|
|
1979
|
+
"name": "GetCustomPermissionsSummary",
|
|
1980
|
+
"isPermissionOnly": true,
|
|
1981
|
+
"description": "Grants permission to get information about the custom permissions in an account",
|
|
1982
|
+
"accessLevel": "Read",
|
|
1983
|
+
"resourceTypes": [],
|
|
1984
|
+
"conditionKeys": [],
|
|
1985
|
+
"dependentActions": []
|
|
1986
|
+
},
|
|
1817
1987
|
"getdashboardembedurl": {
|
|
1818
1988
|
"name": "GetDashboardEmbedUrl",
|
|
1819
1989
|
"description": "Grants permission to get a URL used to embed a QuickSight Dashboard",
|
|
@@ -1829,6 +1999,36 @@
|
|
|
1829
1999
|
"conditionKeys": [],
|
|
1830
2000
|
"dependentActions": []
|
|
1831
2001
|
},
|
|
2002
|
+
"getflowmetadata": {
|
|
2003
|
+
"name": "GetFlowMetadata",
|
|
2004
|
+
"description": "Grants permission to get metadata for a flow",
|
|
2005
|
+
"accessLevel": "Read",
|
|
2006
|
+
"resourceTypes": [
|
|
2007
|
+
{
|
|
2008
|
+
"name": "flow",
|
|
2009
|
+
"required": true,
|
|
2010
|
+
"conditionKeys": [],
|
|
2011
|
+
"dependentActions": []
|
|
2012
|
+
}
|
|
2013
|
+
],
|
|
2014
|
+
"conditionKeys": [],
|
|
2015
|
+
"dependentActions": []
|
|
2016
|
+
},
|
|
2017
|
+
"getflowpermissions": {
|
|
2018
|
+
"name": "GetFlowPermissions",
|
|
2019
|
+
"description": "Grants permission to get permissions for a flow",
|
|
2020
|
+
"accessLevel": "Read",
|
|
2021
|
+
"resourceTypes": [
|
|
2022
|
+
{
|
|
2023
|
+
"name": "flow",
|
|
2024
|
+
"required": true,
|
|
2025
|
+
"conditionKeys": [],
|
|
2026
|
+
"dependentActions": []
|
|
2027
|
+
}
|
|
2028
|
+
],
|
|
2029
|
+
"conditionKeys": [],
|
|
2030
|
+
"dependentActions": []
|
|
2031
|
+
},
|
|
1832
2032
|
"getgroupmapping": {
|
|
1833
2033
|
"name": "GetGroupMapping",
|
|
1834
2034
|
"isPermissionOnly": true,
|
|
@@ -1846,6 +2046,30 @@
|
|
|
1846
2046
|
"conditionKeys": [],
|
|
1847
2047
|
"dependentActions": []
|
|
1848
2048
|
},
|
|
2049
|
+
"listactionconnectors": {
|
|
2050
|
+
"name": "ListActionConnectors",
|
|
2051
|
+
"description": "Grants permission to list action connectors",
|
|
2052
|
+
"accessLevel": "List",
|
|
2053
|
+
"resourceTypes": [],
|
|
2054
|
+
"conditionKeys": [],
|
|
2055
|
+
"dependentActions": []
|
|
2056
|
+
},
|
|
2057
|
+
"listagents": {
|
|
2058
|
+
"name": "ListAgents",
|
|
2059
|
+
"isPermissionOnly": true,
|
|
2060
|
+
"description": "Grants permission to list agents",
|
|
2061
|
+
"accessLevel": "List",
|
|
2062
|
+
"resourceTypes": [
|
|
2063
|
+
{
|
|
2064
|
+
"name": "agent",
|
|
2065
|
+
"required": true,
|
|
2066
|
+
"conditionKeys": [],
|
|
2067
|
+
"dependentActions": []
|
|
2068
|
+
}
|
|
2069
|
+
],
|
|
2070
|
+
"conditionKeys": [],
|
|
2071
|
+
"dependentActions": []
|
|
2072
|
+
},
|
|
1849
2073
|
"listanalyses": {
|
|
1850
2074
|
"name": "ListAnalyses",
|
|
1851
2075
|
"description": "Grants permission to list all analyses in an account",
|
|
@@ -1968,6 +2192,23 @@
|
|
|
1968
2192
|
],
|
|
1969
2193
|
"dependentActions": []
|
|
1970
2194
|
},
|
|
2195
|
+
"listextensionaccesses": {
|
|
2196
|
+
"name": "ListExtensionAccesses",
|
|
2197
|
+
"isPermissionOnly": true,
|
|
2198
|
+
"description": "Grants permission to list extension accesses",
|
|
2199
|
+
"accessLevel": "List",
|
|
2200
|
+
"resourceTypes": [],
|
|
2201
|
+
"conditionKeys": [],
|
|
2202
|
+
"dependentActions": []
|
|
2203
|
+
},
|
|
2204
|
+
"listflows": {
|
|
2205
|
+
"name": "ListFlows",
|
|
2206
|
+
"description": "Grants permission to list all flows in an Amazon QuickSight account",
|
|
2207
|
+
"accessLevel": "List",
|
|
2208
|
+
"resourceTypes": [],
|
|
2209
|
+
"conditionKeys": [],
|
|
2210
|
+
"dependentActions": []
|
|
2211
|
+
},
|
|
1971
2212
|
"listfoldermembers": {
|
|
1972
2213
|
"name": "ListFolderMembers",
|
|
1973
2214
|
"description": "Grants permission to list all members in a folder",
|
|
@@ -2154,6 +2395,12 @@
|
|
|
2154
2395
|
"description": "Grants permission to list tags of a QuickSight resource",
|
|
2155
2396
|
"accessLevel": "Read",
|
|
2156
2397
|
"resourceTypes": [
|
|
2398
|
+
{
|
|
2399
|
+
"name": "actionconnector",
|
|
2400
|
+
"required": false,
|
|
2401
|
+
"conditionKeys": [],
|
|
2402
|
+
"dependentActions": []
|
|
2403
|
+
},
|
|
2157
2404
|
{
|
|
2158
2405
|
"name": "analysis",
|
|
2159
2406
|
"required": false,
|
|
@@ -2196,6 +2443,12 @@
|
|
|
2196
2443
|
"conditionKeys": [],
|
|
2197
2444
|
"dependentActions": []
|
|
2198
2445
|
},
|
|
2446
|
+
{
|
|
2447
|
+
"name": "flow",
|
|
2448
|
+
"required": false,
|
|
2449
|
+
"conditionKeys": [],
|
|
2450
|
+
"dependentActions": []
|
|
2451
|
+
},
|
|
2199
2452
|
{
|
|
2200
2453
|
"name": "folder",
|
|
2201
2454
|
"required": false,
|
|
@@ -2465,6 +2718,15 @@
|
|
|
2465
2718
|
"conditionKeys": [],
|
|
2466
2719
|
"dependentActions": []
|
|
2467
2720
|
},
|
|
2721
|
+
"quicksuiteusagemetrics": {
|
|
2722
|
+
"name": "QuickSuiteUsageMetrics",
|
|
2723
|
+
"isPermissionOnly": true,
|
|
2724
|
+
"description": "Grants permission to get QuickSuite usage metrics",
|
|
2725
|
+
"accessLevel": "Read",
|
|
2726
|
+
"resourceTypes": [],
|
|
2727
|
+
"conditionKeys": [],
|
|
2728
|
+
"dependentActions": []
|
|
2729
|
+
},
|
|
2468
2730
|
"registercustomermanagedkey": {
|
|
2469
2731
|
"name": "RegisterCustomerManagedKey",
|
|
2470
2732
|
"isPermissionOnly": true,
|
|
@@ -2525,6 +2787,37 @@
|
|
|
2525
2787
|
"conditionKeys": [],
|
|
2526
2788
|
"dependentActions": []
|
|
2527
2789
|
},
|
|
2790
|
+
"searchactionconnectors": {
|
|
2791
|
+
"name": "SearchActionConnectors",
|
|
2792
|
+
"description": "Grants permission to search action connectors",
|
|
2793
|
+
"accessLevel": "List",
|
|
2794
|
+
"resourceTypes": [
|
|
2795
|
+
{
|
|
2796
|
+
"name": "actionconnector",
|
|
2797
|
+
"required": true,
|
|
2798
|
+
"conditionKeys": [],
|
|
2799
|
+
"dependentActions": []
|
|
2800
|
+
}
|
|
2801
|
+
],
|
|
2802
|
+
"conditionKeys": [],
|
|
2803
|
+
"dependentActions": []
|
|
2804
|
+
},
|
|
2805
|
+
"searchagents": {
|
|
2806
|
+
"name": "SearchAgents",
|
|
2807
|
+
"isPermissionOnly": true,
|
|
2808
|
+
"description": "Grants permission to search agents",
|
|
2809
|
+
"accessLevel": "List",
|
|
2810
|
+
"resourceTypes": [
|
|
2811
|
+
{
|
|
2812
|
+
"name": "agent",
|
|
2813
|
+
"required": true,
|
|
2814
|
+
"conditionKeys": [],
|
|
2815
|
+
"dependentActions": []
|
|
2816
|
+
}
|
|
2817
|
+
],
|
|
2818
|
+
"conditionKeys": [],
|
|
2819
|
+
"dependentActions": []
|
|
2820
|
+
},
|
|
2528
2821
|
"searchanalyses": {
|
|
2529
2822
|
"name": "SearchAnalyses",
|
|
2530
2823
|
"description": "Grants permission to search for a sub-set of analyses",
|
|
@@ -2594,6 +2887,14 @@
|
|
|
2594
2887
|
"conditionKeys": [],
|
|
2595
2888
|
"dependentActions": []
|
|
2596
2889
|
},
|
|
2890
|
+
"searchflows": {
|
|
2891
|
+
"name": "SearchFlows",
|
|
2892
|
+
"description": "Grants permission to search flows in an Amazon QuickSight account",
|
|
2893
|
+
"accessLevel": "List",
|
|
2894
|
+
"resourceTypes": [],
|
|
2895
|
+
"conditionKeys": [],
|
|
2896
|
+
"dependentActions": []
|
|
2897
|
+
},
|
|
2597
2898
|
"searchfolders": {
|
|
2598
2899
|
"name": "SearchFolders",
|
|
2599
2900
|
"description": "Grants permission to search for a sub-set of QuickSight Folders",
|
|
@@ -2734,6 +3035,12 @@
|
|
|
2734
3035
|
"description": "Grants permission to add tags to a QuickSight resource",
|
|
2735
3036
|
"accessLevel": "Tagging",
|
|
2736
3037
|
"resourceTypes": [
|
|
3038
|
+
{
|
|
3039
|
+
"name": "actionconnector",
|
|
3040
|
+
"required": false,
|
|
3041
|
+
"conditionKeys": [],
|
|
3042
|
+
"dependentActions": []
|
|
3043
|
+
},
|
|
2737
3044
|
{
|
|
2738
3045
|
"name": "analysis",
|
|
2739
3046
|
"required": false,
|
|
@@ -2776,6 +3083,12 @@
|
|
|
2776
3083
|
"conditionKeys": [],
|
|
2777
3084
|
"dependentActions": []
|
|
2778
3085
|
},
|
|
3086
|
+
{
|
|
3087
|
+
"name": "flow",
|
|
3088
|
+
"required": false,
|
|
3089
|
+
"conditionKeys": [],
|
|
3090
|
+
"dependentActions": []
|
|
3091
|
+
},
|
|
2779
3092
|
{
|
|
2780
3093
|
"name": "folder",
|
|
2781
3094
|
"required": false,
|
|
@@ -2819,6 +3132,22 @@
|
|
|
2819
3132
|
],
|
|
2820
3133
|
"dependentActions": []
|
|
2821
3134
|
},
|
|
3135
|
+
"unpublishflow": {
|
|
3136
|
+
"name": "UnpublishFlow",
|
|
3137
|
+
"isPermissionOnly": true,
|
|
3138
|
+
"description": "Grants permission to unpublish a flow",
|
|
3139
|
+
"accessLevel": "Write",
|
|
3140
|
+
"resourceTypes": [
|
|
3141
|
+
{
|
|
3142
|
+
"name": "flow",
|
|
3143
|
+
"required": true,
|
|
3144
|
+
"conditionKeys": [],
|
|
3145
|
+
"dependentActions": []
|
|
3146
|
+
}
|
|
3147
|
+
],
|
|
3148
|
+
"conditionKeys": [],
|
|
3149
|
+
"dependentActions": []
|
|
3150
|
+
},
|
|
2822
3151
|
"unsubscribe": {
|
|
2823
3152
|
"name": "Unsubscribe",
|
|
2824
3153
|
"isPermissionOnly": true,
|
|
@@ -2833,6 +3162,12 @@
|
|
|
2833
3162
|
"description": "Grants permission to remove tags from a QuickSight resource",
|
|
2834
3163
|
"accessLevel": "Tagging",
|
|
2835
3164
|
"resourceTypes": [
|
|
3165
|
+
{
|
|
3166
|
+
"name": "actionconnector",
|
|
3167
|
+
"required": false,
|
|
3168
|
+
"conditionKeys": [],
|
|
3169
|
+
"dependentActions": []
|
|
3170
|
+
},
|
|
2836
3171
|
{
|
|
2837
3172
|
"name": "analysis",
|
|
2838
3173
|
"required": false,
|
|
@@ -2875,6 +3210,12 @@
|
|
|
2875
3210
|
"conditionKeys": [],
|
|
2876
3211
|
"dependentActions": []
|
|
2877
3212
|
},
|
|
3213
|
+
{
|
|
3214
|
+
"name": "flow",
|
|
3215
|
+
"required": false,
|
|
3216
|
+
"conditionKeys": [],
|
|
3217
|
+
"dependentActions": []
|
|
3218
|
+
},
|
|
2878
3219
|
{
|
|
2879
3220
|
"name": "folder",
|
|
2880
3221
|
"required": false,
|
|
@@ -2948,6 +3289,52 @@
|
|
|
2948
3289
|
"conditionKeys": [],
|
|
2949
3290
|
"dependentActions": []
|
|
2950
3291
|
},
|
|
3292
|
+
"updateactionconnector": {
|
|
3293
|
+
"name": "UpdateActionConnector",
|
|
3294
|
+
"description": "Grants permission to update an action connector",
|
|
3295
|
+
"accessLevel": "Write",
|
|
3296
|
+
"resourceTypes": [
|
|
3297
|
+
{
|
|
3298
|
+
"name": "actionconnector",
|
|
3299
|
+
"required": true,
|
|
3300
|
+
"conditionKeys": [],
|
|
3301
|
+
"dependentActions": []
|
|
3302
|
+
}
|
|
3303
|
+
],
|
|
3304
|
+
"conditionKeys": [],
|
|
3305
|
+
"dependentActions": []
|
|
3306
|
+
},
|
|
3307
|
+
"updateactionconnectorpermissions": {
|
|
3308
|
+
"name": "UpdateActionConnectorPermissions",
|
|
3309
|
+
"description": "Grants permission to update permissions for an action connector",
|
|
3310
|
+
"accessLevel": "Permissions management",
|
|
3311
|
+
"resourceTypes": [
|
|
3312
|
+
{
|
|
3313
|
+
"name": "actionconnector",
|
|
3314
|
+
"required": true,
|
|
3315
|
+
"conditionKeys": [],
|
|
3316
|
+
"dependentActions": []
|
|
3317
|
+
}
|
|
3318
|
+
],
|
|
3319
|
+
"conditionKeys": [],
|
|
3320
|
+
"dependentActions": []
|
|
3321
|
+
},
|
|
3322
|
+
"updateagentpermissions": {
|
|
3323
|
+
"name": "UpdateAgentPermissions",
|
|
3324
|
+
"isPermissionOnly": true,
|
|
3325
|
+
"description": "Grants permission to update agent permissions",
|
|
3326
|
+
"accessLevel": "Permissions management",
|
|
3327
|
+
"resourceTypes": [
|
|
3328
|
+
{
|
|
3329
|
+
"name": "agent",
|
|
3330
|
+
"required": true,
|
|
3331
|
+
"conditionKeys": [],
|
|
3332
|
+
"dependentActions": []
|
|
3333
|
+
}
|
|
3334
|
+
],
|
|
3335
|
+
"conditionKeys": [],
|
|
3336
|
+
"dependentActions": []
|
|
3337
|
+
},
|
|
2951
3338
|
"updateanalysis": {
|
|
2952
3339
|
"name": "UpdateAnalysis",
|
|
2953
3340
|
"description": "Grants permission to update an analysis",
|
|
@@ -3024,6 +3411,15 @@
|
|
|
3024
3411
|
"conditionKeys": [],
|
|
3025
3412
|
"dependentActions": []
|
|
3026
3413
|
},
|
|
3414
|
+
"updatechatconfiguration": {
|
|
3415
|
+
"name": "UpdateChatConfiguration",
|
|
3416
|
+
"isPermissionOnly": true,
|
|
3417
|
+
"description": "Grants permission to update chat configuration",
|
|
3418
|
+
"accessLevel": "Write",
|
|
3419
|
+
"resourceTypes": [],
|
|
3420
|
+
"conditionKeys": [],
|
|
3421
|
+
"dependentActions": []
|
|
3422
|
+
},
|
|
3027
3423
|
"updatecustompermissions": {
|
|
3028
3424
|
"name": "UpdateCustomPermissions",
|
|
3029
3425
|
"description": "Grants permission to update a QuickSight custom permissions resource",
|
|
@@ -3213,6 +3609,37 @@
|
|
|
3213
3609
|
"conditionKeys": [],
|
|
3214
3610
|
"dependentActions": []
|
|
3215
3611
|
},
|
|
3612
|
+
"updateextensionaccess": {
|
|
3613
|
+
"name": "UpdateExtensionAccess",
|
|
3614
|
+
"isPermissionOnly": true,
|
|
3615
|
+
"description": "Grants permission to update an extension access",
|
|
3616
|
+
"accessLevel": "Write",
|
|
3617
|
+
"resourceTypes": [
|
|
3618
|
+
{
|
|
3619
|
+
"name": "extensionaccess",
|
|
3620
|
+
"required": true,
|
|
3621
|
+
"conditionKeys": [],
|
|
3622
|
+
"dependentActions": []
|
|
3623
|
+
}
|
|
3624
|
+
],
|
|
3625
|
+
"conditionKeys": [],
|
|
3626
|
+
"dependentActions": []
|
|
3627
|
+
},
|
|
3628
|
+
"updateflowpermissions": {
|
|
3629
|
+
"name": "UpdateFlowPermissions",
|
|
3630
|
+
"description": "Grants permission to update permissions for a flow",
|
|
3631
|
+
"accessLevel": "Permissions management",
|
|
3632
|
+
"resourceTypes": [
|
|
3633
|
+
{
|
|
3634
|
+
"name": "flow",
|
|
3635
|
+
"required": true,
|
|
3636
|
+
"conditionKeys": [],
|
|
3637
|
+
"dependentActions": []
|
|
3638
|
+
}
|
|
3639
|
+
],
|
|
3640
|
+
"conditionKeys": [],
|
|
3641
|
+
"dependentActions": []
|
|
3642
|
+
},
|
|
3216
3643
|
"updatefolder": {
|
|
3217
3644
|
"name": "UpdateFolder",
|
|
3218
3645
|
"description": "Grants permission to update a QuickSight Folder",
|
|
@@ -3313,6 +3740,15 @@
|
|
|
3313
3740
|
"conditionKeys": [],
|
|
3314
3741
|
"dependentActions": []
|
|
3315
3742
|
},
|
|
3743
|
+
"updatequickindexcapacity": {
|
|
3744
|
+
"name": "UpdateQuickIndexCapacity",
|
|
3745
|
+
"isPermissionOnly": true,
|
|
3746
|
+
"description": "Grants permission to update index capacity",
|
|
3747
|
+
"accessLevel": "Write",
|
|
3748
|
+
"resourceTypes": [],
|
|
3749
|
+
"conditionKeys": [],
|
|
3750
|
+
"dependentActions": []
|
|
3751
|
+
},
|
|
3316
3752
|
"updatequicksightqsearchconfiguration": {
|
|
3317
3753
|
"name": "UpdateQuickSightQSearchConfiguration",
|
|
3318
3754
|
"description": "Grants permission to update QuickSight Q Search configuration",
|
|
@@ -190,7 +190,8 @@
|
|
|
190
190
|
"kms:CreateGrant",
|
|
191
191
|
"kms:Decrypt",
|
|
192
192
|
"kms:DescribeKey",
|
|
193
|
-
"kms:GenerateDataKey"
|
|
193
|
+
"kms:GenerateDataKey",
|
|
194
|
+
"workspaces-web:TagResource"
|
|
194
195
|
]
|
|
195
196
|
},
|
|
196
197
|
"createdataprotectionsettings": {
|
|
@@ -202,7 +203,9 @@
|
|
|
202
203
|
"aws:TagKeys",
|
|
203
204
|
"aws:RequestTag/${TagKey}"
|
|
204
205
|
],
|
|
205
|
-
"dependentActions": [
|
|
206
|
+
"dependentActions": [
|
|
207
|
+
"workspaces-web:TagResource"
|
|
208
|
+
]
|
|
206
209
|
},
|
|
207
210
|
"createidentityprovider": {
|
|
208
211
|
"name": "CreateIdentityProvider",
|
|
@@ -237,7 +240,9 @@
|
|
|
237
240
|
"aws:TagKeys",
|
|
238
241
|
"aws:RequestTag/${TagKey}"
|
|
239
242
|
],
|
|
240
|
-
"dependentActions": [
|
|
243
|
+
"dependentActions": [
|
|
244
|
+
"workspaces-web:TagResource"
|
|
245
|
+
]
|
|
241
246
|
},
|
|
242
247
|
"createnetworksettings": {
|
|
243
248
|
"name": "CreateNetworkSettings",
|
|
@@ -249,7 +254,8 @@
|
|
|
249
254
|
"aws:RequestTag/${TagKey}"
|
|
250
255
|
],
|
|
251
256
|
"dependentActions": [
|
|
252
|
-
"iam:CreateServiceLinkedRole"
|
|
257
|
+
"iam:CreateServiceLinkedRole",
|
|
258
|
+
"workspaces-web:TagResource"
|
|
253
259
|
]
|
|
254
260
|
},
|
|
255
261
|
"createportal": {
|
|
@@ -266,7 +272,8 @@
|
|
|
266
272
|
"kms:CreateGrant",
|
|
267
273
|
"kms:Decrypt",
|
|
268
274
|
"kms:DescribeKey",
|
|
269
|
-
"kms:GenerateDataKey"
|
|
275
|
+
"kms:GenerateDataKey",
|
|
276
|
+
"workspaces-web:TagResource"
|
|
270
277
|
]
|
|
271
278
|
},
|
|
272
279
|
"createsessionlogger": {
|
|
@@ -278,7 +285,10 @@
|
|
|
278
285
|
"aws:TagKeys",
|
|
279
286
|
"aws:RequestTag/${TagKey}"
|
|
280
287
|
],
|
|
281
|
-
"dependentActions": [
|
|
288
|
+
"dependentActions": [
|
|
289
|
+
"s3:PutObject",
|
|
290
|
+
"workspaces-web:TagResource"
|
|
291
|
+
]
|
|
282
292
|
},
|
|
283
293
|
"createtruststore": {
|
|
284
294
|
"name": "CreateTrustStore",
|
|
@@ -289,7 +299,9 @@
|
|
|
289
299
|
"aws:TagKeys",
|
|
290
300
|
"aws:RequestTag/${TagKey}"
|
|
291
301
|
],
|
|
292
|
-
"dependentActions": [
|
|
302
|
+
"dependentActions": [
|
|
303
|
+
"workspaces-web:TagResource"
|
|
304
|
+
]
|
|
293
305
|
},
|
|
294
306
|
"createuseraccessloggingsettings": {
|
|
295
307
|
"name": "CreateUserAccessLoggingSettings",
|
|
@@ -300,7 +312,9 @@
|
|
|
300
312
|
"aws:TagKeys",
|
|
301
313
|
"aws:RequestTag/${TagKey}"
|
|
302
314
|
],
|
|
303
|
-
"dependentActions": [
|
|
315
|
+
"dependentActions": [
|
|
316
|
+
"workspaces-web:TagResource"
|
|
317
|
+
]
|
|
304
318
|
},
|
|
305
319
|
"createusersettings": {
|
|
306
320
|
"name": "CreateUserSettings",
|
|
@@ -311,7 +325,9 @@
|
|
|
311
325
|
"aws:TagKeys",
|
|
312
326
|
"aws:RequestTag/${TagKey}"
|
|
313
327
|
],
|
|
314
|
-
"dependentActions": [
|
|
328
|
+
"dependentActions": [
|
|
329
|
+
"workspaces-web:TagResource"
|
|
330
|
+
]
|
|
315
331
|
},
|
|
316
332
|
"deletebrowsersettings": {
|
|
317
333
|
"name": "DeleteBrowserSettings",
|
|
@@ -14,6 +14,11 @@
|
|
|
14
14
|
"description": "Filters access by creating requests based on the presence of mandatory tags in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
16
|
},
|
|
17
|
+
"bedrock-agentcore:gatewayauthorizertype": {
|
|
18
|
+
"key": "bedrock-agentcore:GatewayAuthorizerType",
|
|
19
|
+
"description": "Filters access by the authorizerType attribute on a Gateway",
|
|
20
|
+
"type": "String"
|
|
21
|
+
},
|
|
17
22
|
"bedrock-agentcore:actorid": {
|
|
18
23
|
"key": "bedrock-agentcore:actorId",
|
|
19
24
|
"description": "Filters access by Actor Id",
|
iamdata/data/metadata.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"memory": {
|
|
3
3
|
"key": "memory",
|
|
4
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:memory/${MemoryId}"
|
|
4
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:memory/${MemoryId}",
|
|
5
|
+
"conditionKeys": [
|
|
6
|
+
"aws:ResourceTag/${TagKey}"
|
|
7
|
+
]
|
|
5
8
|
},
|
|
6
9
|
"gateway": {
|
|
7
10
|
"key": "gateway",
|
|
@@ -132,5 +132,27 @@
|
|
|
132
132
|
"conditionKeys": [
|
|
133
133
|
"aws:ResourceTag/${TagKey}"
|
|
134
134
|
]
|
|
135
|
+
},
|
|
136
|
+
"actionconnector": {
|
|
137
|
+
"key": "actionconnector",
|
|
138
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:action-connector/${ResourceId}",
|
|
139
|
+
"conditionKeys": [
|
|
140
|
+
"aws:ResourceTag/${TagKey}"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
"agent": {
|
|
144
|
+
"key": "agent",
|
|
145
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:agent/${ResourceId}"
|
|
146
|
+
},
|
|
147
|
+
"extensionaccess": {
|
|
148
|
+
"key": "extensionaccess",
|
|
149
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:extension-access/${ResourceId}"
|
|
150
|
+
},
|
|
151
|
+
"flow": {
|
|
152
|
+
"key": "flow",
|
|
153
|
+
"arn": "arn:${Partition}:quicksight:${Region}:${Account}:flow/${ResourceId}",
|
|
154
|
+
"conditionKeys": [
|
|
155
|
+
"aws:ResourceTag/${TagKey}"
|
|
156
|
+
]
|
|
135
157
|
}
|
|
136
158
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202510121
|
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
|
@@ -5,7 +5,7 @@ iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
|
7
7
|
iamdata/data/conditionPatterns.json,sha256=14QLiN1bUr3l5UfocGIXfEmCK8sP_HthG0oXEXDpvzk,6548
|
|
8
|
-
iamdata/data/metadata.json,sha256=
|
|
8
|
+
iamdata/data/metadata.json,sha256=KNmtOMueFQOKay3y-nQZKGO5NaIsjc9r7Ly5GIppMs4,76
|
|
9
9
|
iamdata/data/serviceNames.json,sha256=jVTwLHU4IOlBeoFmNJXHU1Cq7_dLKBB7IQiDfTEN8Mw,18794
|
|
10
10
|
iamdata/data/services.json,sha256=7xtILbCSXyFohO4he9Fujno5UrnByoMLWdz8lTuUU6Q,7273
|
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
|
@@ -16,7 +16,7 @@ iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3Vq
|
|
|
16
16
|
iamdata/data/actions/acm-pca.json,sha256=_XtYyJtyfGPiXgK8PtSWzNPXph23VotzCGMp8ZWg9Wg,10119
|
|
17
17
|
iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE,6484
|
|
18
18
|
iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
|
|
19
|
-
iamdata/data/actions/aiops.json,sha256=
|
|
19
|
+
iamdata/data/actions/aiops.json,sha256=UwnY_5KL7OTBbrfIvNw1EI6l2ezslTzF3odDQRim2hA,15633
|
|
20
20
|
iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
|
|
21
21
|
iamdata/data/actions/amplify.json,sha256=tOP3pxy2YDXx_xxlXfWUu7gjQlojlhl9AnRmzmlIOxI,16663
|
|
22
22
|
iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
|
|
@@ -61,7 +61,7 @@ iamdata/data/actions/bcm-dashboards.json,sha256=ZOndaQY5uj2F2liI6COzuMcE1FxtiH_1
|
|
|
61
61
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
62
62
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
63
63
|
iamdata/data/actions/bcm-recommended-actions.json,sha256=6pucTTUoHQJzBgmwQn-m0bb2Ct7NHL4u0tA9Vh915No,251
|
|
64
|
-
iamdata/data/actions/bedrock-agentcore.json,sha256=
|
|
64
|
+
iamdata/data/actions/bedrock-agentcore.json,sha256=J6iBCnDM4LP84mmGurfu6Z1Dkk2VT5eSoh0F-ka79_M,42685
|
|
65
65
|
iamdata/data/actions/bedrock.json,sha256=mNYd_Pe1GHGQfoZLz72Mn2_OOB5gzOPQp_6PDaLiWns,107563
|
|
66
66
|
iamdata/data/actions/billing.json,sha256=ZvE1P49Tcbgv1ObPBM9Hzp3Ffgh7Qx2B0NtUhK9ZDPs,10720
|
|
67
67
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
@@ -315,7 +315,7 @@ iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0P
|
|
|
315
315
|
iamdata/data/actions/qbusiness.json,sha256=MzxO4xJfIWHkbgrbshlT6xlmS7UKhRCS_QORGTWseTo,45762
|
|
316
316
|
iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
|
|
317
317
|
iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
|
|
318
|
-
iamdata/data/actions/quicksight.json,sha256=
|
|
318
|
+
iamdata/data/actions/quicksight.json,sha256=8MgSTzN_Be_A4bJmiTW9hRImi8qN5mNLU0De-i2rFUw,106411
|
|
319
319
|
iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw,16349
|
|
320
320
|
iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
|
|
321
321
|
iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
|
|
@@ -434,7 +434,7 @@ iamdata/data/actions/worklink.json,sha256=kFJjO6FyD8FjqcS3kwooIyqfj1ik8mDZtH0WJV
|
|
|
434
434
|
iamdata/data/actions/workmail.json,sha256=-jvK5uBMMZZb14NefPsoKAhvseWyqFv1KfJ5FnFc7z8,53171
|
|
435
435
|
iamdata/data/actions/workmailmessageflow.json,sha256=J9wg1dkXioNULN8nhKqbXSTq5zezo2XYNetqfnw2_xE,841
|
|
436
436
|
iamdata/data/actions/workspaces-instances.json,sha256=lTKAhRp8mNNKu_rXwLt093h--hn8Varn1M9VRRMLflQ,5037
|
|
437
|
-
iamdata/data/actions/workspaces-web.json,sha256=
|
|
437
|
+
iamdata/data/actions/workspaces-web.json,sha256=uYwR5IlvElDPQHnD7EP9zKTWZyq7RG-71HGN4ptiXcI,32455
|
|
438
438
|
iamdata/data/actions/workspaces.json,sha256=fUbL2xf0CkzDbwNExZYXHWinPMPGwldElzFR8vo9gCo,40095
|
|
439
439
|
iamdata/data/actions/xray.json,sha256=FymyznsdIZpLeNopAUqWJNnT2DLPkc633cLkCRwsP4Y,14510
|
|
440
440
|
iamdata/data/conditionKeys/a2c.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -489,7 +489,7 @@ iamdata/data/conditionKeys/bcm-dashboards.json,sha256=HmuuSen5Z4Pj1hID7UHWQz1mcw
|
|
|
489
489
|
iamdata/data/conditionKeys/bcm-data-exports.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
490
490
|
iamdata/data/conditionKeys/bcm-pricing-calculator.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
491
491
|
iamdata/data/conditionKeys/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
492
|
-
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=
|
|
492
|
+
iamdata/data/conditionKeys/bedrock-agentcore.json,sha256=cPN0EBE_odDAwXqRJ8gK58TuTo1YCOt0ppGWtx-0ods,1448
|
|
493
493
|
iamdata/data/conditionKeys/bedrock.json,sha256=EK-sFHvUKTTOYGR4eNwUnpX2vN4KHNpkmLz-QKPXNiQ,1821
|
|
494
494
|
iamdata/data/conditionKeys/billing.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
495
495
|
iamdata/data/conditionKeys/billingconductor.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
|
|
@@ -917,7 +917,7 @@ iamdata/data/resourceTypes/bcm-dashboards.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
|
|
|
917
917
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
918
918
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
919
919
|
iamdata/data/resourceTypes/bcm-recommended-actions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
920
|
-
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=
|
|
920
|
+
iamdata/data/resourceTypes/bedrock-agentcore.json,sha256=EjX-2RPE21n3cdrceE0wSIzLKqP2VXEFWTnvtg1iiCI,2548
|
|
921
921
|
iamdata/data/resourceTypes/bedrock.json,sha256=bKhvt5WtdyDatVUy8-KT8Hsofmkzyl9GI9sudrv4MOA,6930
|
|
922
922
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
923
923
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
@@ -1171,7 +1171,7 @@ iamdata/data/resourceTypes/qapps.json,sha256=dPRggFay-CVWzi1XJgMhnaDAynf6m6TKHYE
|
|
|
1171
1171
|
iamdata/data/resourceTypes/qbusiness.json,sha256=eZlgcOCLovn2_x8UUtxDSz05uVFbRtw1q4LQk_uH7RI,2287
|
|
1172
1172
|
iamdata/data/resourceTypes/qdeveloper.json,sha256=AOEZRFv0hNIdjM_4oQpM0rGcr8Utpk89j4eYaIWEZMM,225
|
|
1173
1173
|
iamdata/data/resourceTypes/qldb.json,sha256=gjxezAWI__V9Urh48_-e5wEv-gU-JaWZgrAYKcU7hRs,786
|
|
1174
|
-
iamdata/data/resourceTypes/quicksight.json,sha256=
|
|
1174
|
+
iamdata/data/resourceTypes/quicksight.json,sha256=YZfZ7NJGNc0oEYQjwDU5sFx5MVpznRw4f2MIMPafoMA,4792
|
|
1175
1175
|
iamdata/data/resourceTypes/ram.json,sha256=Sd7zoonWg5V4ZKUXfZXhl8OwrozZEjCVn9Zm0xTI4fY,1018
|
|
1176
1176
|
iamdata/data/resourceTypes/rbin.json,sha256=c3X5F8-lYXPpZTFol5aAnEayYZ5M8eX-CJvgY2F2_2Q,179
|
|
1177
1177
|
iamdata/data/resourceTypes/rds-data.json,sha256=Frt4jYRCTw6ixFEEpUYHcN_rSXagWzBe7zWn2c_wZVI,217
|
|
@@ -1297,7 +1297,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1297
1297
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1298
1298
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1299
1299
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1300
|
-
iamdata-0.1.
|
|
1301
|
-
iamdata-0.1.
|
|
1302
|
-
iamdata-0.1.
|
|
1303
|
-
iamdata-0.1.
|
|
1300
|
+
iamdata-0.1.202510121.dist-info/METADATA,sha256=qZR1VNH__DmvCiSIZKJ4jmaShTovg1J2I3AFvmiXH_c,3491
|
|
1301
|
+
iamdata-0.1.202510121.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1302
|
+
iamdata-0.1.202510121.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1303
|
+
iamdata-0.1.202510121.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|