iamdata 0.1.202508251__py3-none-any.whl → 0.1.202508261__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.
- iamdata/data/actions/dsql.json +19 -0
- iamdata/data/actions/wisdom.json +16 -214
- iamdata/data/conditionKeys/dsql.json +10 -0
- iamdata/data/metadata.json +2 -2
- {iamdata-0.1.202508251.dist-info → iamdata-0.1.202508261.dist-info}/METADATA +1 -1
- {iamdata-0.1.202508251.dist-info → iamdata-0.1.202508261.dist-info}/RECORD +8 -8
- {iamdata-0.1.202508251.dist-info → iamdata-0.1.202508261.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202508251.dist-info → iamdata-0.1.202508261.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/dsql.json
CHANGED
@@ -143,6 +143,25 @@
|
|
143
143
|
"conditionKeys": [],
|
144
144
|
"dependentActions": []
|
145
145
|
},
|
146
|
+
"injecterror": {
|
147
|
+
"name": "InjectError",
|
148
|
+
"isPermissionOnly": true,
|
149
|
+
"description": "Grants permission to inject errors in targeted clusters",
|
150
|
+
"accessLevel": "Write",
|
151
|
+
"resourceTypes": [
|
152
|
+
{
|
153
|
+
"name": "Cluster",
|
154
|
+
"required": true,
|
155
|
+
"conditionKeys": [],
|
156
|
+
"dependentActions": []
|
157
|
+
}
|
158
|
+
],
|
159
|
+
"conditionKeys": [
|
160
|
+
"dsql:FisActionId",
|
161
|
+
"dsql:FisTargetArns"
|
162
|
+
],
|
163
|
+
"dependentActions": []
|
164
|
+
},
|
146
165
|
"listclusters": {
|
147
166
|
"name": "ListClusters",
|
148
167
|
"description": "Grants permission to retrieve a list of clusters",
|
iamdata/data/actions/wisdom.json
CHANGED
@@ -40,14 +40,7 @@
|
|
40
40
|
"name": "CreateAIAgent",
|
41
41
|
"description": "Grants permission to create an ai agent",
|
42
42
|
"accessLevel": "Write",
|
43
|
-
"resourceTypes": [
|
44
|
-
{
|
45
|
-
"name": "Assistant",
|
46
|
-
"required": true,
|
47
|
-
"conditionKeys": [],
|
48
|
-
"dependentActions": []
|
49
|
-
}
|
50
|
-
],
|
43
|
+
"resourceTypes": [],
|
51
44
|
"conditionKeys": [
|
52
45
|
"aws:TagKeys",
|
53
46
|
"aws:RequestTag/${TagKey}"
|
@@ -64,12 +57,6 @@
|
|
64
57
|
"required": true,
|
65
58
|
"conditionKeys": [],
|
66
59
|
"dependentActions": []
|
67
|
-
},
|
68
|
-
{
|
69
|
-
"name": "Assistant",
|
70
|
-
"required": true,
|
71
|
-
"conditionKeys": [],
|
72
|
-
"dependentActions": []
|
73
60
|
}
|
74
61
|
],
|
75
62
|
"conditionKeys": [
|
@@ -82,14 +69,7 @@
|
|
82
69
|
"name": "CreateAIGuardrail",
|
83
70
|
"description": "Grants permission to create an ai guardrail",
|
84
71
|
"accessLevel": "Write",
|
85
|
-
"resourceTypes": [
|
86
|
-
{
|
87
|
-
"name": "Assistant",
|
88
|
-
"required": true,
|
89
|
-
"conditionKeys": [],
|
90
|
-
"dependentActions": []
|
91
|
-
}
|
92
|
-
],
|
72
|
+
"resourceTypes": [],
|
93
73
|
"conditionKeys": [
|
94
74
|
"aws:TagKeys",
|
95
75
|
"aws:RequestTag/${TagKey}"
|
@@ -106,12 +86,6 @@
|
|
106
86
|
"required": true,
|
107
87
|
"conditionKeys": [],
|
108
88
|
"dependentActions": []
|
109
|
-
},
|
110
|
-
{
|
111
|
-
"name": "Assistant",
|
112
|
-
"required": true,
|
113
|
-
"conditionKeys": [],
|
114
|
-
"dependentActions": []
|
115
89
|
}
|
116
90
|
],
|
117
91
|
"conditionKeys": [
|
@@ -124,14 +98,7 @@
|
|
124
98
|
"name": "CreateAIPrompt",
|
125
99
|
"description": "Grants permission to create an ai prompt",
|
126
100
|
"accessLevel": "Write",
|
127
|
-
"resourceTypes": [
|
128
|
-
{
|
129
|
-
"name": "Assistant",
|
130
|
-
"required": true,
|
131
|
-
"conditionKeys": [],
|
132
|
-
"dependentActions": []
|
133
|
-
}
|
134
|
-
],
|
101
|
+
"resourceTypes": [],
|
135
102
|
"conditionKeys": [
|
136
103
|
"aws:TagKeys",
|
137
104
|
"aws:RequestTag/${TagKey}"
|
@@ -148,12 +115,6 @@
|
|
148
115
|
"required": true,
|
149
116
|
"conditionKeys": [],
|
150
117
|
"dependentActions": []
|
151
|
-
},
|
152
|
-
{
|
153
|
-
"name": "Assistant",
|
154
|
-
"required": true,
|
155
|
-
"conditionKeys": [],
|
156
|
-
"dependentActions": []
|
157
118
|
}
|
158
119
|
],
|
159
120
|
"conditionKeys": [
|
@@ -177,14 +138,7 @@
|
|
177
138
|
"name": "CreateAssistantAssociation",
|
178
139
|
"description": "Grants permission to create an association between an assistant and another resource",
|
179
140
|
"accessLevel": "Write",
|
180
|
-
"resourceTypes": [
|
181
|
-
{
|
182
|
-
"name": "Assistant",
|
183
|
-
"required": true,
|
184
|
-
"conditionKeys": [],
|
185
|
-
"dependentActions": []
|
186
|
-
}
|
187
|
-
],
|
141
|
+
"resourceTypes": [],
|
188
142
|
"conditionKeys": [
|
189
143
|
"aws:TagKeys",
|
190
144
|
"aws:RequestTag/${TagKey}"
|
@@ -357,12 +311,6 @@
|
|
357
311
|
"required": true,
|
358
312
|
"conditionKeys": [],
|
359
313
|
"dependentActions": []
|
360
|
-
},
|
361
|
-
{
|
362
|
-
"name": "Assistant",
|
363
|
-
"required": true,
|
364
|
-
"conditionKeys": [],
|
365
|
-
"dependentActions": []
|
366
314
|
}
|
367
315
|
],
|
368
316
|
"conditionKeys": [],
|
@@ -378,12 +326,6 @@
|
|
378
326
|
"required": true,
|
379
327
|
"conditionKeys": [],
|
380
328
|
"dependentActions": []
|
381
|
-
},
|
382
|
-
{
|
383
|
-
"name": "Assistant",
|
384
|
-
"required": true,
|
385
|
-
"conditionKeys": [],
|
386
|
-
"dependentActions": []
|
387
329
|
}
|
388
330
|
],
|
389
331
|
"conditionKeys": [],
|
@@ -399,12 +341,6 @@
|
|
399
341
|
"required": true,
|
400
342
|
"conditionKeys": [],
|
401
343
|
"dependentActions": []
|
402
|
-
},
|
403
|
-
{
|
404
|
-
"name": "Assistant",
|
405
|
-
"required": true,
|
406
|
-
"conditionKeys": [],
|
407
|
-
"dependentActions": []
|
408
344
|
}
|
409
345
|
],
|
410
346
|
"conditionKeys": [],
|
@@ -420,12 +356,6 @@
|
|
420
356
|
"required": true,
|
421
357
|
"conditionKeys": [],
|
422
358
|
"dependentActions": []
|
423
|
-
},
|
424
|
-
{
|
425
|
-
"name": "Assistant",
|
426
|
-
"required": true,
|
427
|
-
"conditionKeys": [],
|
428
|
-
"dependentActions": []
|
429
359
|
}
|
430
360
|
],
|
431
361
|
"conditionKeys": [],
|
@@ -441,12 +371,6 @@
|
|
441
371
|
"required": true,
|
442
372
|
"conditionKeys": [],
|
443
373
|
"dependentActions": []
|
444
|
-
},
|
445
|
-
{
|
446
|
-
"name": "Assistant",
|
447
|
-
"required": true,
|
448
|
-
"conditionKeys": [],
|
449
|
-
"dependentActions": []
|
450
374
|
}
|
451
375
|
],
|
452
376
|
"conditionKeys": [],
|
@@ -462,12 +386,6 @@
|
|
462
386
|
"required": true,
|
463
387
|
"conditionKeys": [],
|
464
388
|
"dependentActions": []
|
465
|
-
},
|
466
|
-
{
|
467
|
-
"name": "Assistant",
|
468
|
-
"required": true,
|
469
|
-
"conditionKeys": [],
|
470
|
-
"dependentActions": []
|
471
389
|
}
|
472
390
|
],
|
473
391
|
"conditionKeys": [],
|
@@ -493,12 +411,6 @@
|
|
493
411
|
"description": "Grants permission to delete an assistant association",
|
494
412
|
"accessLevel": "Write",
|
495
413
|
"resourceTypes": [
|
496
|
-
{
|
497
|
-
"name": "Assistant",
|
498
|
-
"required": true,
|
499
|
-
"conditionKeys": [],
|
500
|
-
"dependentActions": []
|
501
|
-
},
|
502
414
|
{
|
503
415
|
"name": "AssistantAssociation",
|
504
416
|
"required": true,
|
@@ -660,12 +572,6 @@
|
|
660
572
|
"required": true,
|
661
573
|
"conditionKeys": [],
|
662
574
|
"dependentActions": []
|
663
|
-
},
|
664
|
-
{
|
665
|
-
"name": "Assistant",
|
666
|
-
"required": true,
|
667
|
-
"conditionKeys": [],
|
668
|
-
"dependentActions": []
|
669
575
|
}
|
670
576
|
],
|
671
577
|
"conditionKeys": [],
|
@@ -681,12 +587,6 @@
|
|
681
587
|
"required": true,
|
682
588
|
"conditionKeys": [],
|
683
589
|
"dependentActions": []
|
684
|
-
},
|
685
|
-
{
|
686
|
-
"name": "Assistant",
|
687
|
-
"required": true,
|
688
|
-
"conditionKeys": [],
|
689
|
-
"dependentActions": []
|
690
590
|
}
|
691
591
|
],
|
692
592
|
"conditionKeys": [],
|
@@ -702,12 +602,6 @@
|
|
702
602
|
"required": true,
|
703
603
|
"conditionKeys": [],
|
704
604
|
"dependentActions": []
|
705
|
-
},
|
706
|
-
{
|
707
|
-
"name": "Assistant",
|
708
|
-
"required": true,
|
709
|
-
"conditionKeys": [],
|
710
|
-
"dependentActions": []
|
711
605
|
}
|
712
606
|
],
|
713
607
|
"conditionKeys": [],
|
@@ -733,12 +627,6 @@
|
|
733
627
|
"description": "Grants permission to retrieve information about an assistant association",
|
734
628
|
"accessLevel": "Read",
|
735
629
|
"resourceTypes": [
|
736
|
-
{
|
737
|
-
"name": "Assistant",
|
738
|
-
"required": true,
|
739
|
-
"conditionKeys": [],
|
740
|
-
"dependentActions": []
|
741
|
-
},
|
742
630
|
{
|
743
631
|
"name": "AssistantAssociation",
|
744
632
|
"required": true,
|
@@ -876,12 +764,6 @@
|
|
876
764
|
"description": "Grants permission to retrieve for next message in a session",
|
877
765
|
"accessLevel": "Read",
|
878
766
|
"resourceTypes": [
|
879
|
-
{
|
880
|
-
"name": "Assistant",
|
881
|
-
"required": true,
|
882
|
-
"conditionKeys": [],
|
883
|
-
"dependentActions": []
|
884
|
-
},
|
885
767
|
{
|
886
768
|
"name": "Session",
|
887
769
|
"required": true,
|
@@ -919,7 +801,7 @@
|
|
919
801
|
"accessLevel": "Read",
|
920
802
|
"resourceTypes": [
|
921
803
|
{
|
922
|
-
"name": "
|
804
|
+
"name": "Session",
|
923
805
|
"required": true,
|
924
806
|
"conditionKeys": [],
|
925
807
|
"dependentActions": []
|
@@ -933,12 +815,6 @@
|
|
933
815
|
"description": "Grants permission to retrieve information for a specified session",
|
934
816
|
"accessLevel": "Read",
|
935
817
|
"resourceTypes": [
|
936
|
-
{
|
937
|
-
"name": "Assistant",
|
938
|
-
"required": true,
|
939
|
-
"conditionKeys": [],
|
940
|
-
"dependentActions": []
|
941
|
-
},
|
942
818
|
{
|
943
819
|
"name": "Session",
|
944
820
|
"required": true,
|
@@ -959,12 +835,6 @@
|
|
959
835
|
"required": true,
|
960
836
|
"conditionKeys": [],
|
961
837
|
"dependentActions": []
|
962
|
-
},
|
963
|
-
{
|
964
|
-
"name": "Assistant",
|
965
|
-
"required": true,
|
966
|
-
"conditionKeys": [],
|
967
|
-
"dependentActions": []
|
968
838
|
}
|
969
839
|
],
|
970
840
|
"conditionKeys": [],
|
@@ -974,14 +844,7 @@
|
|
974
844
|
"name": "ListAIAgents",
|
975
845
|
"description": "Grants permission to list information about ai agents",
|
976
846
|
"accessLevel": "List",
|
977
|
-
"resourceTypes": [
|
978
|
-
{
|
979
|
-
"name": "Assistant",
|
980
|
-
"required": true,
|
981
|
-
"conditionKeys": [],
|
982
|
-
"dependentActions": []
|
983
|
-
}
|
984
|
-
],
|
847
|
+
"resourceTypes": [],
|
985
848
|
"conditionKeys": [],
|
986
849
|
"dependentActions": []
|
987
850
|
},
|
@@ -995,12 +858,6 @@
|
|
995
858
|
"required": true,
|
996
859
|
"conditionKeys": [],
|
997
860
|
"dependentActions": []
|
998
|
-
},
|
999
|
-
{
|
1000
|
-
"name": "Assistant",
|
1001
|
-
"required": true,
|
1002
|
-
"conditionKeys": [],
|
1003
|
-
"dependentActions": []
|
1004
861
|
}
|
1005
862
|
],
|
1006
863
|
"conditionKeys": [],
|
@@ -1010,14 +867,7 @@
|
|
1010
867
|
"name": "ListAIGuardrails",
|
1011
868
|
"description": "Grants permission to list information about ai guardrails",
|
1012
869
|
"accessLevel": "List",
|
1013
|
-
"resourceTypes": [
|
1014
|
-
{
|
1015
|
-
"name": "Assistant",
|
1016
|
-
"required": true,
|
1017
|
-
"conditionKeys": [],
|
1018
|
-
"dependentActions": []
|
1019
|
-
}
|
1020
|
-
],
|
870
|
+
"resourceTypes": [],
|
1021
871
|
"conditionKeys": [],
|
1022
872
|
"dependentActions": []
|
1023
873
|
},
|
@@ -1031,12 +881,6 @@
|
|
1031
881
|
"required": true,
|
1032
882
|
"conditionKeys": [],
|
1033
883
|
"dependentActions": []
|
1034
|
-
},
|
1035
|
-
{
|
1036
|
-
"name": "Assistant",
|
1037
|
-
"required": true,
|
1038
|
-
"conditionKeys": [],
|
1039
|
-
"dependentActions": []
|
1040
884
|
}
|
1041
885
|
],
|
1042
886
|
"conditionKeys": [],
|
@@ -1046,14 +890,7 @@
|
|
1046
890
|
"name": "ListAIPrompts",
|
1047
891
|
"description": "Grants permission to list information about ai prompts",
|
1048
892
|
"accessLevel": "List",
|
1049
|
-
"resourceTypes": [
|
1050
|
-
{
|
1051
|
-
"name": "Assistant",
|
1052
|
-
"required": true,
|
1053
|
-
"conditionKeys": [],
|
1054
|
-
"dependentActions": []
|
1055
|
-
}
|
1056
|
-
],
|
893
|
+
"resourceTypes": [],
|
1057
894
|
"conditionKeys": [],
|
1058
895
|
"dependentActions": []
|
1059
896
|
},
|
@@ -1173,12 +1010,6 @@
|
|
1173
1010
|
"description": "Grants permission to list messages in a session",
|
1174
1011
|
"accessLevel": "List",
|
1175
1012
|
"resourceTypes": [
|
1176
|
-
{
|
1177
|
-
"name": "Assistant",
|
1178
|
-
"required": true,
|
1179
|
-
"conditionKeys": [],
|
1180
|
-
"dependentActions": []
|
1181
|
-
},
|
1182
1013
|
{
|
1183
1014
|
"name": "Session",
|
1184
1015
|
"required": true,
|
@@ -1216,7 +1047,14 @@
|
|
1216
1047
|
"name": "NotifyRecommendationsReceived",
|
1217
1048
|
"description": "Grants permission to remove the specified recommendations from the specified assistant's queue of newly available recommendations",
|
1218
1049
|
"accessLevel": "Write",
|
1219
|
-
"resourceTypes": [
|
1050
|
+
"resourceTypes": [
|
1051
|
+
{
|
1052
|
+
"name": "Session",
|
1053
|
+
"required": true,
|
1054
|
+
"conditionKeys": [],
|
1055
|
+
"dependentActions": []
|
1056
|
+
}
|
1057
|
+
],
|
1220
1058
|
"conditionKeys": [],
|
1221
1059
|
"dependentActions": []
|
1222
1060
|
},
|
@@ -1370,12 +1208,6 @@
|
|
1370
1208
|
"description": "Grants permission to send a message",
|
1371
1209
|
"accessLevel": "Write",
|
1372
1210
|
"resourceTypes": [
|
1373
|
-
{
|
1374
|
-
"name": "Assistant",
|
1375
|
-
"required": true,
|
1376
|
-
"conditionKeys": [],
|
1377
|
-
"dependentActions": []
|
1378
|
-
},
|
1379
1211
|
{
|
1380
1212
|
"name": "Session",
|
1381
1213
|
"required": true,
|
@@ -1550,12 +1382,6 @@
|
|
1550
1382
|
"required": true,
|
1551
1383
|
"conditionKeys": [],
|
1552
1384
|
"dependentActions": []
|
1553
|
-
},
|
1554
|
-
{
|
1555
|
-
"name": "Assistant",
|
1556
|
-
"required": true,
|
1557
|
-
"conditionKeys": [],
|
1558
|
-
"dependentActions": []
|
1559
1385
|
}
|
1560
1386
|
],
|
1561
1387
|
"conditionKeys": [],
|
@@ -1571,12 +1397,6 @@
|
|
1571
1397
|
"required": true,
|
1572
1398
|
"conditionKeys": [],
|
1573
1399
|
"dependentActions": []
|
1574
|
-
},
|
1575
|
-
{
|
1576
|
-
"name": "Assistant",
|
1577
|
-
"required": true,
|
1578
|
-
"conditionKeys": [],
|
1579
|
-
"dependentActions": []
|
1580
1400
|
}
|
1581
1401
|
],
|
1582
1402
|
"conditionKeys": [],
|
@@ -1592,12 +1412,6 @@
|
|
1592
1412
|
"required": true,
|
1593
1413
|
"conditionKeys": [],
|
1594
1414
|
"dependentActions": []
|
1595
|
-
},
|
1596
|
-
{
|
1597
|
-
"name": "Assistant",
|
1598
|
-
"required": true,
|
1599
|
-
"conditionKeys": [],
|
1600
|
-
"dependentActions": []
|
1601
1415
|
}
|
1602
1416
|
],
|
1603
1417
|
"conditionKeys": [],
|
@@ -1722,12 +1536,6 @@
|
|
1722
1536
|
"description": "Grants permission to update a session",
|
1723
1537
|
"accessLevel": "Write",
|
1724
1538
|
"resourceTypes": [
|
1725
|
-
{
|
1726
|
-
"name": "Assistant",
|
1727
|
-
"required": true,
|
1728
|
-
"conditionKeys": [],
|
1729
|
-
"dependentActions": []
|
1730
|
-
},
|
1731
1539
|
{
|
1732
1540
|
"name": "Session",
|
1733
1541
|
"required": true,
|
@@ -1743,12 +1551,6 @@
|
|
1743
1551
|
"description": "Grants permission to update data stored in a session",
|
1744
1552
|
"accessLevel": "Write",
|
1745
1553
|
"resourceTypes": [
|
1746
|
-
{
|
1747
|
-
"name": "Assistant",
|
1748
|
-
"required": true,
|
1749
|
-
"conditionKeys": [],
|
1750
|
-
"dependentActions": []
|
1751
|
-
},
|
1752
1554
|
{
|
1753
1555
|
"name": "Session",
|
1754
1556
|
"required": true,
|
@@ -14,6 +14,16 @@
|
|
14
14
|
"description": "Filters access by a list of tag keys that are allowed in the request",
|
15
15
|
"type": "ArrayOfString"
|
16
16
|
},
|
17
|
+
"dsql:fisactionid": {
|
18
|
+
"key": "dsql:FisActionId",
|
19
|
+
"description": "Filters access by the ID of an AWS FIS action",
|
20
|
+
"type": "String"
|
21
|
+
},
|
22
|
+
"dsql:fistargetarns": {
|
23
|
+
"key": "dsql:FisTargetArns",
|
24
|
+
"description": "Filters access by the ARN of an AWS FIS target",
|
25
|
+
"type": "ArrayOfARN"
|
26
|
+
},
|
17
27
|
"dsql:witnessregion": {
|
18
28
|
"key": "dsql:WitnessRegion",
|
19
29
|
"description": "Filters access by the witness region of multi-Region clusters",
|
iamdata/data/metadata.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: iamdata
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.202508261
|
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=V5ku4ezJfk6znSFJ1_o-qjzjondyQIR66exDGblNmLY,6431
|
8
|
-
iamdata/data/metadata.json,sha256=
|
8
|
+
iamdata/data/metadata.json,sha256=mjREyx-OtDGAlLIhDBbBa7tgSedxGVtNHaE1uXuf1CA,76
|
9
9
|
iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
|
10
10
|
iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
@@ -140,7 +140,7 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
|
|
140
140
|
iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
|
141
141
|
iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
|
142
142
|
iamdata/data/actions/ds.json,sha256=DRlipRdauA5yMk7rg3-fptUuizjQ_NtZrN_2VHEMnWI,39409
|
143
|
-
iamdata/data/actions/dsql.json,sha256=
|
143
|
+
iamdata/data/actions/dsql.json,sha256=MVw7c8YazAUxWx_uDfmj0W6fDMJi5VxFDxKnD6tLQdk,9001
|
144
144
|
iamdata/data/actions/dynamodb.json,sha256=HC_vieSNmlSQa76UtXupbynM7M1-lbyHalRalbxs8hw,32519
|
145
145
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
146
146
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
@@ -429,7 +429,7 @@ iamdata/data/actions/wafv2.json,sha256=ed5B_tlEMA73na3eO0EonFV9Pzj4p2DC7d9Ae0bRS
|
|
429
429
|
iamdata/data/actions/wam.json,sha256=ObJNnWYEUExtuuvWrEZKs0pPq7YEwkZLXTDVRj_BGsA,313
|
430
430
|
iamdata/data/actions/wellarchitected.json,sha256=adE5brMSOmkAdJLmanW8YzdXhXf5-OF_KLQb7sTzeyI,30270
|
431
431
|
iamdata/data/actions/wickr.json,sha256=XmwBroYcJP6F_TFKqdmJFnvhnPCe57SH1Sud6E5Ot_o,2594
|
432
|
-
iamdata/data/actions/wisdom.json,sha256=
|
432
|
+
iamdata/data/actions/wisdom.json,sha256=TqaFTRO8CHFy--Ozc8rbmwGY1V3-bvoijGp6EGsjslw,40297
|
433
433
|
iamdata/data/actions/workdocs.json,sha256=u8F-gh348948tbmxwFExBxd5e57wmQbZiWwW7bqwufw,16993
|
434
434
|
iamdata/data/actions/worklink.json,sha256=kFJjO6FyD8FjqcS3kwooIyqfj1ik8mDZtH0WJVunzOI,14184
|
435
435
|
iamdata/data/actions/workmail.json,sha256=-jvK5uBMMZZb14NefPsoKAhvseWyqFv1KfJ5FnFc7z8,53171
|
@@ -569,7 +569,7 @@ iamdata/data/conditionKeys/docdb-elastic.json,sha256=DQ3Ev2PaMaH1EVhM_EFkEJaQRjy
|
|
569
569
|
iamdata/data/conditionKeys/drs.json,sha256=rrNOdJvNasKGlR6Hkp3sWo9-q7LOCMuHHefioNc3d4w,863
|
570
570
|
iamdata/data/conditionKeys/ds-data.json,sha256=Ut7P7abuMtLUBjzhEmiShCvtAufy0drTHOdlXjno1NQ,1151
|
571
571
|
iamdata/data/conditionKeys/ds.json,sha256=xixL6MRGm7425KwB4nVhXgTu1VRDfozZtG_HPHqmmR8,512
|
572
|
-
iamdata/data/conditionKeys/dsql.json,sha256=
|
572
|
+
iamdata/data/conditionKeys/dsql.json,sha256=wXUeYEnBzLQO0fhFOl5b0HqMWcjhawgtcVUxtBnzmfg,1017
|
573
573
|
iamdata/data/conditionKeys/dynamodb.json,sha256=OOdHPICHySEHAB8aPh-67YglqDnq2uuwEqVK-ezSRCI,1932
|
574
574
|
iamdata/data/conditionKeys/ebs.json,sha256=e9o9Fft1cBdCviX2vfd0d1EH5fMOTaRJ3kYFyniy1iI,1040
|
575
575
|
iamdata/data/conditionKeys/ec2-instance-connect.json,sha256=2zfiC5l7CR42QEVepU1ESrrwswN-DhCjWfWvaZMe7vk,1167
|
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
1300
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
1301
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
1302
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
1303
|
-
iamdata-0.1.
|
1304
|
-
iamdata-0.1.
|
1305
|
-
iamdata-0.1.
|
1306
|
-
iamdata-0.1.
|
1303
|
+
iamdata-0.1.202508261.dist-info/METADATA,sha256=N-mG7BUmje2kgBHo6PpI2wrsP_IWbCnslNTvdMAMAn0,3491
|
1304
|
+
iamdata-0.1.202508261.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1305
|
+
iamdata-0.1.202508261.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1306
|
+
iamdata-0.1.202508261.dist-info/RECORD,,
|
File without changes
|
File without changes
|