iamdata 0.1.202506101__py3-none-any.whl → 0.1.202506121__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.

@@ -0,0 +1,163 @@
1
+ {
2
+ "createenvironment": {
3
+ "name": "CreateEnvironment",
4
+ "description": "Grants permission to create an Amazon EVS environment",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [
8
+ "aws:RequestTag/${TagKey}",
9
+ "aws:TagKeys"
10
+ ],
11
+ "dependentActions": []
12
+ },
13
+ "createenvironmenthost": {
14
+ "name": "CreateEnvironmentHost",
15
+ "description": "Grants permission to add host to an Amazon EVS environment",
16
+ "accessLevel": "Write",
17
+ "resourceTypes": [
18
+ {
19
+ "name": "environment",
20
+ "required": true,
21
+ "conditionKeys": [],
22
+ "dependentActions": []
23
+ }
24
+ ],
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ },
28
+ "deleteenvironment": {
29
+ "name": "DeleteEnvironment",
30
+ "description": "Grants permission to delete an Amazon EVS environment",
31
+ "accessLevel": "Write",
32
+ "resourceTypes": [
33
+ {
34
+ "name": "environment",
35
+ "required": true,
36
+ "conditionKeys": [],
37
+ "dependentActions": []
38
+ }
39
+ ],
40
+ "conditionKeys": [],
41
+ "dependentActions": []
42
+ },
43
+ "deleteenvironmenthost": {
44
+ "name": "DeleteEnvironmentHost",
45
+ "description": "Grants permission to delete a host from an Amazon EVS environment",
46
+ "accessLevel": "Write",
47
+ "resourceTypes": [
48
+ {
49
+ "name": "environment",
50
+ "required": true,
51
+ "conditionKeys": [],
52
+ "dependentActions": []
53
+ }
54
+ ],
55
+ "conditionKeys": [],
56
+ "dependentActions": []
57
+ },
58
+ "getenvironment": {
59
+ "name": "GetEnvironment",
60
+ "description": "Grants permission to get an Amazon EVS environment",
61
+ "accessLevel": "Read",
62
+ "resourceTypes": [
63
+ {
64
+ "name": "environment",
65
+ "required": true,
66
+ "conditionKeys": [],
67
+ "dependentActions": []
68
+ }
69
+ ],
70
+ "conditionKeys": [],
71
+ "dependentActions": []
72
+ },
73
+ "listenvironmenthosts": {
74
+ "name": "ListEnvironmentHosts",
75
+ "description": "Grants permission to retrieve a list of hosts associated with an Amazon EVS environment",
76
+ "accessLevel": "List",
77
+ "resourceTypes": [
78
+ {
79
+ "name": "environment",
80
+ "required": true,
81
+ "conditionKeys": [],
82
+ "dependentActions": []
83
+ }
84
+ ],
85
+ "conditionKeys": [],
86
+ "dependentActions": []
87
+ },
88
+ "listenvironmentvlans": {
89
+ "name": "ListEnvironmentVlans",
90
+ "description": "Grants permission to retrieve a list of Amazon EVS environment VLANs",
91
+ "accessLevel": "List",
92
+ "resourceTypes": [
93
+ {
94
+ "name": "environment",
95
+ "required": true,
96
+ "conditionKeys": [],
97
+ "dependentActions": []
98
+ }
99
+ ],
100
+ "conditionKeys": [],
101
+ "dependentActions": []
102
+ },
103
+ "listenvironments": {
104
+ "name": "ListEnvironments",
105
+ "description": "Grants permission to retrieve a list of Amazon EVS environments in an account",
106
+ "accessLevel": "List",
107
+ "resourceTypes": [],
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ },
111
+ "listtagsforresource": {
112
+ "name": "ListTagsForResource",
113
+ "description": "Grants permission to list the tags on a specified resource ARN",
114
+ "accessLevel": "Read",
115
+ "resourceTypes": [
116
+ {
117
+ "name": "environment",
118
+ "required": false,
119
+ "conditionKeys": [],
120
+ "dependentActions": []
121
+ }
122
+ ],
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ },
126
+ "tagresource": {
127
+ "name": "TagResource",
128
+ "description": "Grants permission to tag a specified resource ARN",
129
+ "accessLevel": "Tagging",
130
+ "resourceTypes": [
131
+ {
132
+ "name": "environment",
133
+ "required": true,
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ }
137
+ ],
138
+ "conditionKeys": [
139
+ "aws:RequestTag/${TagKey}",
140
+ "aws:ResourceTag/${TagKey}",
141
+ "aws:TagKeys"
142
+ ],
143
+ "dependentActions": []
144
+ },
145
+ "untagresource": {
146
+ "name": "UntagResource",
147
+ "description": "Grants permission to remove tags from a specified resource ARN",
148
+ "accessLevel": "Tagging",
149
+ "resourceTypes": [
150
+ {
151
+ "name": "environment",
152
+ "required": true,
153
+ "conditionKeys": [],
154
+ "dependentActions": []
155
+ }
156
+ ],
157
+ "conditionKeys": [
158
+ "aws:ResourceTag/${TagKey}",
159
+ "aws:TagKeys"
160
+ ],
161
+ "dependentActions": []
162
+ }
163
+ }
@@ -70,7 +70,6 @@
70
70
  },
71
71
  "listinvoicesummaries": {
72
72
  "name": "ListInvoiceSummaries",
73
- "isPermissionOnly": true,
74
73
  "description": "Grants permission to get Invoice summary information for your account or linked account",
75
74
  "accessLevel": "Read",
76
75
  "resourceTypes": [],
@@ -175,10 +175,17 @@
175
175
  "required": false,
176
176
  "conditionKeys": [],
177
177
  "dependentActions": []
178
+ },
179
+ {
180
+ "name": "hubv2",
181
+ "required": false,
182
+ "conditionKeys": [],
183
+ "dependentActions": []
178
184
  }
179
185
  ],
180
186
  "conditionKeys": [
181
- "securityhub:ASFFSyntaxPath/${ASFFSyntaxPath}"
187
+ "securityhub:ASFFSyntaxPath/${ASFFSyntaxPath}",
188
+ "securityhub:OCSFSyntaxPath/${OCSFSyntaxPath}"
182
189
  ],
183
190
  "dependentActions": []
184
191
  },
@@ -192,6 +199,21 @@
192
199
  "securityhub:UpdateStandardsControl"
193
200
  ]
194
201
  },
202
+ "connectorregistrationsv2": {
203
+ "name": "ConnectorRegistrationsV2",
204
+ "description": "Grants permission to complete the OAuth 2.0 authorization code flow based on input parameters",
205
+ "accessLevel": "Write",
206
+ "resourceTypes": [
207
+ {
208
+ "name": "connectorv2",
209
+ "required": true,
210
+ "conditionKeys": [],
211
+ "dependentActions": []
212
+ }
213
+ ],
214
+ "conditionKeys": [],
215
+ "dependentActions": []
216
+ },
195
217
  "createactiontarget": {
196
218
  "name": "CreateActionTarget",
197
219
  "description": "Grants permission to create custom actions in Security Hub",
@@ -207,6 +229,14 @@
207
229
  "conditionKeys": [],
208
230
  "dependentActions": []
209
231
  },
232
+ "createaggregatorv2": {
233
+ "name": "CreateAggregatorV2",
234
+ "description": "Grants permission to create an aggregatorV2, which configures data aggregation across Regions",
235
+ "accessLevel": "Write",
236
+ "resourceTypes": [],
237
+ "conditionKeys": [],
238
+ "dependentActions": []
239
+ },
210
240
  "createautomationrule": {
211
241
  "name": "CreateAutomationRule",
212
242
  "description": "Grants permission to create an automation rule based on input parameters",
@@ -218,6 +248,17 @@
218
248
  ],
219
249
  "dependentActions": []
220
250
  },
251
+ "createautomationrulev2": {
252
+ "name": "CreateAutomationRuleV2",
253
+ "description": "Grants permission to create an automation rule V2 based on input parameters",
254
+ "accessLevel": "Write",
255
+ "resourceTypes": [],
256
+ "conditionKeys": [
257
+ "aws:RequestTag/${TagKey}",
258
+ "aws:TagKeys"
259
+ ],
260
+ "dependentActions": []
261
+ },
221
262
  "createconfigurationpolicy": {
222
263
  "name": "CreateConfigurationPolicy",
223
264
  "description": "Grants permission to create a configuration policy to manage organization member settings in Security Hub",
@@ -229,6 +270,17 @@
229
270
  ],
230
271
  "dependentActions": []
231
272
  },
273
+ "createconnectorv2": {
274
+ "name": "CreateConnectorV2",
275
+ "description": "Grants permission to create a connector V2 based on input parameters",
276
+ "accessLevel": "Write",
277
+ "resourceTypes": [],
278
+ "conditionKeys": [
279
+ "aws:RequestTag/${TagKey}",
280
+ "aws:TagKeys"
281
+ ],
282
+ "dependentActions": []
283
+ },
232
284
  "createfindingaggregator": {
233
285
  "name": "CreateFindingAggregator",
234
286
  "description": "Grants permission to create a finding aggregator, which contains the cross-Region finding aggregation configuration",
@@ -267,6 +319,27 @@
267
319
  "conditionKeys": [],
268
320
  "dependentActions": []
269
321
  },
322
+ "createticketv2": {
323
+ "name": "CreateTicketV2",
324
+ "description": "Grants permission to create ticket for a selected OCSF finding",
325
+ "accessLevel": "Write",
326
+ "resourceTypes": [
327
+ {
328
+ "name": "hub",
329
+ "required": false,
330
+ "conditionKeys": [],
331
+ "dependentActions": []
332
+ },
333
+ {
334
+ "name": "hubv2",
335
+ "required": false,
336
+ "conditionKeys": [],
337
+ "dependentActions": []
338
+ }
339
+ ],
340
+ "conditionKeys": [],
341
+ "dependentActions": []
342
+ },
270
343
  "declineinvitations": {
271
344
  "name": "DeclineInvitations",
272
345
  "description": "Grants permission to decline Security Hub invitations to become a member account",
@@ -297,6 +370,36 @@
297
370
  "conditionKeys": [],
298
371
  "dependentActions": []
299
372
  },
373
+ "deleteaggregatorv2": {
374
+ "name": "DeleteAggregatorV2",
375
+ "description": "Grants permission to delete an aggregatorV2, which configures data aggregation across Regions",
376
+ "accessLevel": "Write",
377
+ "resourceTypes": [
378
+ {
379
+ "name": "aggregatorv2",
380
+ "required": true,
381
+ "conditionKeys": [],
382
+ "dependentActions": []
383
+ }
384
+ ],
385
+ "conditionKeys": [],
386
+ "dependentActions": []
387
+ },
388
+ "deleteautomationrulev2": {
389
+ "name": "DeleteAutomationRuleV2",
390
+ "description": "Grants permission to delete an automation rule V2 in Security Hub",
391
+ "accessLevel": "Write",
392
+ "resourceTypes": [
393
+ {
394
+ "name": "automation-rulev2",
395
+ "required": true,
396
+ "conditionKeys": [],
397
+ "dependentActions": []
398
+ }
399
+ ],
400
+ "conditionKeys": [],
401
+ "dependentActions": []
402
+ },
300
403
  "deleteconfigurationpolicy": {
301
404
  "name": "DeleteConfigurationPolicy",
302
405
  "description": "Grants permission to delete an existing configuration policy",
@@ -312,6 +415,21 @@
312
415
  "conditionKeys": [],
313
416
  "dependentActions": []
314
417
  },
418
+ "deleteconnectorv2": {
419
+ "name": "DeleteConnectorV2",
420
+ "description": "Grants permission to delete a connector V2 in Security Hub",
421
+ "accessLevel": "Write",
422
+ "resourceTypes": [
423
+ {
424
+ "name": "connectorv2",
425
+ "required": true,
426
+ "conditionKeys": [],
427
+ "dependentActions": []
428
+ }
429
+ ],
430
+ "conditionKeys": [],
431
+ "dependentActions": []
432
+ },
315
433
  "deletefindingaggregator": {
316
434
  "name": "DeleteFindingAggregator",
317
435
  "description": "Grants permission to delete a finding aggregator, which disables finding aggregation across Regions",
@@ -432,6 +550,29 @@
432
550
  "conditionKeys": [],
433
551
  "dependentActions": []
434
552
  },
553
+ "describeproductsv2": {
554
+ "name": "DescribeProductsV2",
555
+ "description": "Grants permission to retrieve information about the available Security Hub V2 product integrations",
556
+ "accessLevel": "Read",
557
+ "resourceTypes": [
558
+ {
559
+ "name": "hubv2",
560
+ "required": false,
561
+ "conditionKeys": [],
562
+ "dependentActions": []
563
+ }
564
+ ],
565
+ "conditionKeys": [],
566
+ "dependentActions": []
567
+ },
568
+ "describesecurityhubv2": {
569
+ "name": "DescribeSecurityHubV2",
570
+ "description": "Grants permission to retrieve information about the hub V2 resource in your account",
571
+ "accessLevel": "Read",
572
+ "resourceTypes": [],
573
+ "conditionKeys": [],
574
+ "dependentActions": []
575
+ },
435
576
  "describestandards": {
436
577
  "name": "DescribeStandards",
437
578
  "description": "Grants permission to retrieve information about Security Hub standards",
@@ -491,7 +632,9 @@
491
632
  ],
492
633
  "conditionKeys": [],
493
634
  "dependentActions": [
494
- "organizations:DescribeOrganization"
635
+ "organizations:DeregisterDelegatedAdministrator",
636
+ "organizations:DescribeOrganization",
637
+ "organizations:ListDelegatedAdministrators"
495
638
  ]
496
639
  },
497
640
  "disablesecurityhub": {
@@ -509,6 +652,14 @@
509
652
  "conditionKeys": [],
510
653
  "dependentActions": []
511
654
  },
655
+ "disablesecurityhubv2": {
656
+ "name": "DisableSecurityHubV2",
657
+ "description": "Grants permission to disable Security Hub V2",
658
+ "accessLevel": "Write",
659
+ "resourceTypes": [],
660
+ "conditionKeys": [],
661
+ "dependentActions": []
662
+ },
512
663
  "disassociatefromadministratoraccount": {
513
664
  "name": "DisassociateFromAdministratorAccount",
514
665
  "description": "Grants permission to a Security Hub member account to disassociate from the associated administrator account",
@@ -585,6 +736,8 @@
585
736
  "dependentActions": [
586
737
  "organizations:DescribeOrganization",
587
738
  "organizations:EnableAWSServiceAccess",
739
+ "organizations:ListAWSServiceAccessForOrganization",
740
+ "organizations:ListDelegatedAdministrators",
588
741
  "organizations:RegisterDelegatedAdministrator"
589
742
  ]
590
743
  },
@@ -606,10 +759,21 @@
606
759
  ],
607
760
  "dependentActions": []
608
761
  },
762
+ "enablesecurityhubv2": {
763
+ "name": "EnableSecurityHubV2",
764
+ "description": "Grants permission to enable Security Hub V2",
765
+ "accessLevel": "Write",
766
+ "resourceTypes": [],
767
+ "conditionKeys": [
768
+ "aws:RequestTag/${TagKey}",
769
+ "aws:TagKeys"
770
+ ],
771
+ "dependentActions": []
772
+ },
609
773
  "getadhocinsightresults": {
610
774
  "name": "GetAdhocInsightResults",
611
775
  "isPermissionOnly": true,
612
- "description": "Grants permission to retrieve insight results by providing a set of filters instead of an insight ARN",
776
+ "description": "Grants permission to retrieve aggregated statistical data about the findings",
613
777
  "accessLevel": "Read",
614
778
  "resourceTypes": [
615
779
  {
@@ -617,6 +781,12 @@
617
781
  "required": false,
618
782
  "conditionKeys": [],
619
783
  "dependentActions": []
784
+ },
785
+ {
786
+ "name": "hubv2",
787
+ "required": false,
788
+ "conditionKeys": [],
789
+ "dependentActions": []
620
790
  }
621
791
  ],
622
792
  "conditionKeys": [],
@@ -637,6 +807,36 @@
637
807
  "conditionKeys": [],
638
808
  "dependentActions": []
639
809
  },
810
+ "getaggregatorv2": {
811
+ "name": "GetAggregatorV2",
812
+ "description": "Grants permission to retrieve details for an aggregatorV2, which configures data aggregation across Regions",
813
+ "accessLevel": "Read",
814
+ "resourceTypes": [
815
+ {
816
+ "name": "aggregatorv2",
817
+ "required": true,
818
+ "conditionKeys": [],
819
+ "dependentActions": []
820
+ }
821
+ ],
822
+ "conditionKeys": [],
823
+ "dependentActions": []
824
+ },
825
+ "getautomationrulev2": {
826
+ "name": "GetAutomationRuleV2",
827
+ "description": "Grants permission to retrieve details for an automation rule V2 from Security Hub based on rule Amazon Resource Name (ARN)",
828
+ "accessLevel": "Read",
829
+ "resourceTypes": [
830
+ {
831
+ "name": "automation-rulev2",
832
+ "required": true,
833
+ "conditionKeys": [],
834
+ "dependentActions": []
835
+ }
836
+ ],
837
+ "conditionKeys": [],
838
+ "dependentActions": []
839
+ },
640
840
  "getconfigurationpolicy": {
641
841
  "name": "GetConfigurationPolicy",
642
842
  "description": "Grants permission to get a complete overview of one configuration policy created by the calling account",
@@ -660,6 +860,21 @@
660
860
  "conditionKeys": [],
661
861
  "dependentActions": []
662
862
  },
863
+ "getconnectorv2": {
864
+ "name": "GetConnectorV2",
865
+ "description": "Grants permission to retrieve details for a connector V2 from Security Hub based on connector id",
866
+ "accessLevel": "Read",
867
+ "resourceTypes": [
868
+ {
869
+ "name": "connectorv2",
870
+ "required": true,
871
+ "conditionKeys": [],
872
+ "dependentActions": []
873
+ }
874
+ ],
875
+ "conditionKeys": [],
876
+ "dependentActions": []
877
+ },
663
878
  "getcontrolfindingsummary": {
664
879
  "name": "GetControlFindingSummary",
665
880
  "isPermissionOnly": true,
@@ -731,6 +946,12 @@
731
946
  "required": false,
732
947
  "conditionKeys": [],
733
948
  "dependentActions": []
949
+ },
950
+ {
951
+ "name": "hubv2",
952
+ "required": false,
953
+ "conditionKeys": [],
954
+ "dependentActions": []
734
955
  }
735
956
  ],
736
957
  "conditionKeys": [],
@@ -859,6 +1080,36 @@
859
1080
  "conditionKeys": [],
860
1081
  "dependentActions": []
861
1082
  },
1083
+ "getresourcestatisticsv2": {
1084
+ "name": "GetResourceStatisticsV2",
1085
+ "description": "Grants permission to retrieve aggregate statistics about resources",
1086
+ "accessLevel": "Read",
1087
+ "resourceTypes": [
1088
+ {
1089
+ "name": "hubv2",
1090
+ "required": false,
1091
+ "conditionKeys": [],
1092
+ "dependentActions": []
1093
+ }
1094
+ ],
1095
+ "conditionKeys": [],
1096
+ "dependentActions": []
1097
+ },
1098
+ "getresourcesv2": {
1099
+ "name": "GetResourcesV2",
1100
+ "description": "Grants permission to retrieve a list of resources",
1101
+ "accessLevel": "Read",
1102
+ "resourceTypes": [
1103
+ {
1104
+ "name": "hubv2",
1105
+ "required": false,
1106
+ "conditionKeys": [],
1107
+ "dependentActions": []
1108
+ }
1109
+ ],
1110
+ "conditionKeys": [],
1111
+ "dependentActions": []
1112
+ },
862
1113
  "getsecuritycontroldefinition": {
863
1114
  "name": "GetSecurityControlDefinition",
864
1115
  "description": "Grants permission to get the definition details of a specific security control identified by ID",
@@ -900,6 +1151,14 @@
900
1151
  "conditionKeys": [],
901
1152
  "dependentActions": []
902
1153
  },
1154
+ "listaggregatorv2s": {
1155
+ "name": "ListAggregatorV2s",
1156
+ "description": "Grants permission to retrieve a list of aggregatorsV2, which configures data aggregation across Regions",
1157
+ "accessLevel": "List",
1158
+ "resourceTypes": [],
1159
+ "conditionKeys": [],
1160
+ "dependentActions": []
1161
+ },
903
1162
  "listautomationrules": {
904
1163
  "name": "ListAutomationRules",
905
1164
  "description": "Grants permission to retrieve a list of automation rules and their metadata for the calling account from Security Hub",
@@ -908,6 +1167,14 @@
908
1167
  "conditionKeys": [],
909
1168
  "dependentActions": []
910
1169
  },
1170
+ "listautomationrulesv2": {
1171
+ "name": "ListAutomationRulesV2",
1172
+ "description": "Grants permission to retrieve a list of automation rules V2 and their metadata for the calling account from Security Hub",
1173
+ "accessLevel": "List",
1174
+ "resourceTypes": [],
1175
+ "conditionKeys": [],
1176
+ "dependentActions": []
1177
+ },
911
1178
  "listconfigurationpolicies": {
912
1179
  "name": "ListConfigurationPolicies",
913
1180
  "description": "Grants permission to list the summaries of all configuration policies created by the calling account",
@@ -924,6 +1191,14 @@
924
1191
  "conditionKeys": [],
925
1192
  "dependentActions": []
926
1193
  },
1194
+ "listconnectorsv2": {
1195
+ "name": "ListConnectorsV2",
1196
+ "description": "Grants permission to retrieve a list of connectors V2 and their metadata for the calling account from Security Hub",
1197
+ "accessLevel": "List",
1198
+ "resourceTypes": [],
1199
+ "conditionKeys": [],
1200
+ "dependentActions": []
1201
+ },
927
1202
  "listcontrolevaluationsummaries": {
928
1203
  "name": "ListControlEvaluationSummaries",
929
1204
  "isPermissionOnly": true,
@@ -1007,7 +1282,8 @@
1007
1282
  ],
1008
1283
  "conditionKeys": [],
1009
1284
  "dependentActions": [
1010
- "organizations:DescribeOrganization"
1285
+ "organizations:DescribeOrganization",
1286
+ "organizations:ListDelegatedAdministrators"
1011
1287
  ]
1012
1288
  },
1013
1289
  "listsecuritycontroldefinitions": {
@@ -1128,17 +1404,35 @@
1128
1404
  "conditionKeys": [],
1129
1405
  "dependentActions": []
1130
1406
  },
1407
+ {
1408
+ "name": "automation-rulev2",
1409
+ "required": false,
1410
+ "conditionKeys": [],
1411
+ "dependentActions": []
1412
+ },
1131
1413
  {
1132
1414
  "name": "configuration-policy",
1133
1415
  "required": false,
1134
1416
  "conditionKeys": [],
1135
1417
  "dependentActions": []
1136
1418
  },
1419
+ {
1420
+ "name": "connectorv2",
1421
+ "required": false,
1422
+ "conditionKeys": [],
1423
+ "dependentActions": []
1424
+ },
1137
1425
  {
1138
1426
  "name": "hub",
1139
1427
  "required": false,
1140
1428
  "conditionKeys": [],
1141
1429
  "dependentActions": []
1430
+ },
1431
+ {
1432
+ "name": "hubv2",
1433
+ "required": false,
1434
+ "conditionKeys": [],
1435
+ "dependentActions": []
1142
1436
  }
1143
1437
  ],
1144
1438
  "conditionKeys": [],
@@ -1155,17 +1449,35 @@
1155
1449
  "conditionKeys": [],
1156
1450
  "dependentActions": []
1157
1451
  },
1452
+ {
1453
+ "name": "automation-rulev2",
1454
+ "required": false,
1455
+ "conditionKeys": [],
1456
+ "dependentActions": []
1457
+ },
1158
1458
  {
1159
1459
  "name": "configuration-policy",
1160
1460
  "required": false,
1161
1461
  "conditionKeys": [],
1162
1462
  "dependentActions": []
1163
1463
  },
1464
+ {
1465
+ "name": "connectorv2",
1466
+ "required": false,
1467
+ "conditionKeys": [],
1468
+ "dependentActions": []
1469
+ },
1164
1470
  {
1165
1471
  "name": "hub",
1166
1472
  "required": false,
1167
1473
  "conditionKeys": [],
1168
1474
  "dependentActions": []
1475
+ },
1476
+ {
1477
+ "name": "hubv2",
1478
+ "required": false,
1479
+ "conditionKeys": [],
1480
+ "dependentActions": []
1169
1481
  }
1170
1482
  ],
1171
1483
  "conditionKeys": [],
@@ -1186,6 +1498,36 @@
1186
1498
  "conditionKeys": [],
1187
1499
  "dependentActions": []
1188
1500
  },
1501
+ "updateaggregatorv2": {
1502
+ "name": "UpdateAggregatorV2",
1503
+ "description": "Grants permission to update an aggregatorV2, which configures data aggregation across Regions",
1504
+ "accessLevel": "Write",
1505
+ "resourceTypes": [
1506
+ {
1507
+ "name": "aggregatorv2",
1508
+ "required": true,
1509
+ "conditionKeys": [],
1510
+ "dependentActions": []
1511
+ }
1512
+ ],
1513
+ "conditionKeys": [],
1514
+ "dependentActions": []
1515
+ },
1516
+ "updateautomationrulev2": {
1517
+ "name": "UpdateAutomationRuleV2",
1518
+ "description": "Grants permission to update an automation rule V2 in Security Hub based on rule Amazon Resource Name (ARN) and input parameters",
1519
+ "accessLevel": "Write",
1520
+ "resourceTypes": [
1521
+ {
1522
+ "name": "automation-rulev2",
1523
+ "required": true,
1524
+ "conditionKeys": [],
1525
+ "dependentActions": []
1526
+ }
1527
+ ],
1528
+ "conditionKeys": [],
1529
+ "dependentActions": []
1530
+ },
1189
1531
  "updateconfigurationpolicy": {
1190
1532
  "name": "UpdateConfigurationPolicy",
1191
1533
  "description": "Grants permission to update an existing configuration policy",
@@ -1201,6 +1543,21 @@
1201
1543
  "conditionKeys": [],
1202
1544
  "dependentActions": []
1203
1545
  },
1546
+ "updateconnectorv2": {
1547
+ "name": "UpdateConnectorV2",
1548
+ "description": "Grants permission to update a connector V2 in Security Hub based on connector id and input parameters",
1549
+ "accessLevel": "Write",
1550
+ "resourceTypes": [
1551
+ {
1552
+ "name": "connectorv2",
1553
+ "required": true,
1554
+ "conditionKeys": [],
1555
+ "dependentActions": []
1556
+ }
1557
+ ],
1558
+ "conditionKeys": [],
1559
+ "dependentActions": []
1560
+ },
1204
1561
  "updatefindingaggregator": {
1205
1562
  "name": "UpdateFindingAggregator",
1206
1563
  "description": "Grants permission to update a finding aggregator, which contains the cross-Region finding aggregation configuration",
@@ -11,6 +11,7 @@
11
11
  ],
12
12
  "dependentActions": [
13
13
  "appstream:DescribeStacks",
14
+ "iam:CreateServiceLinkedRole",
14
15
  "workspaces-web:GetPortal",
15
16
  "workspaces-web:GetUserSettings",
16
17
  "workspaces:DescribeWorkspaceDirectories"
@@ -0,0 +1,186 @@
1
+ {
2
+ "associatevolume": {
3
+ "name": "AssociateVolume",
4
+ "description": "Grants permission to associate a workspace managed volume to a workspace managed instance in your account",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "WorkspaceInstanceId",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ }
13
+ ],
14
+ "conditionKeys": [],
15
+ "dependentActions": [
16
+ "ec2:AttachVolume",
17
+ "ec2:DescribeVolumes"
18
+ ]
19
+ },
20
+ "createvolume": {
21
+ "name": "CreateVolume",
22
+ "description": "Grants permission to create a workspace managed volume in your account",
23
+ "accessLevel": "Write",
24
+ "resourceTypes": [],
25
+ "conditionKeys": [],
26
+ "dependentActions": [
27
+ "ec2:CreateVolume"
28
+ ]
29
+ },
30
+ "createworkspaceinstance": {
31
+ "name": "CreateWorkspaceInstance",
32
+ "description": "Grants permission to create a workspace managed instance in your account",
33
+ "accessLevel": "Write",
34
+ "resourceTypes": [],
35
+ "conditionKeys": [
36
+ "aws:RequestTag/${TagKey}",
37
+ "aws:TagKeys"
38
+ ],
39
+ "dependentActions": [
40
+ "ec2:DescribeInstances",
41
+ "ec2:RunInstances"
42
+ ]
43
+ },
44
+ "deletevolume": {
45
+ "name": "DeleteVolume",
46
+ "description": "Grants permission to delete a workspace managed volume in your account",
47
+ "accessLevel": "Write",
48
+ "resourceTypes": [
49
+ {
50
+ "name": "VolumeId",
51
+ "required": true,
52
+ "conditionKeys": [],
53
+ "dependentActions": []
54
+ }
55
+ ],
56
+ "conditionKeys": [],
57
+ "dependentActions": [
58
+ "ec2:DeleteVolume",
59
+ "ec2:DescribeVolumes"
60
+ ]
61
+ },
62
+ "deleteworkspaceinstance": {
63
+ "name": "DeleteWorkspaceInstance",
64
+ "description": "Grants permission to delete a workspace managed instance in your account",
65
+ "accessLevel": "Write",
66
+ "resourceTypes": [
67
+ {
68
+ "name": "WorkspaceInstanceId",
69
+ "required": true,
70
+ "conditionKeys": [],
71
+ "dependentActions": []
72
+ }
73
+ ],
74
+ "conditionKeys": [],
75
+ "dependentActions": [
76
+ "ec2:TerminateInstances"
77
+ ]
78
+ },
79
+ "disassociatevolume": {
80
+ "name": "DisassociateVolume",
81
+ "description": "Grants permission to disassociate a workspace managed volume from a workspace managed instance in your account",
82
+ "accessLevel": "Write",
83
+ "resourceTypes": [
84
+ {
85
+ "name": "WorkspaceInstanceId",
86
+ "required": true,
87
+ "conditionKeys": [],
88
+ "dependentActions": []
89
+ }
90
+ ],
91
+ "conditionKeys": [],
92
+ "dependentActions": [
93
+ "ec2:DescribeVolumes",
94
+ "ec2:DetachVolume"
95
+ ]
96
+ },
97
+ "getworkspaceinstance": {
98
+ "name": "GetWorkspaceInstance",
99
+ "description": "Grants permission to get details for a specific workspace managed instance in your account",
100
+ "accessLevel": "Read",
101
+ "resourceTypes": [
102
+ {
103
+ "name": "WorkspaceInstanceId",
104
+ "required": true,
105
+ "conditionKeys": [],
106
+ "dependentActions": []
107
+ }
108
+ ],
109
+ "conditionKeys": [],
110
+ "dependentActions": []
111
+ },
112
+ "listinstancetypes": {
113
+ "name": "ListInstanceTypes",
114
+ "description": "Grants permission to list all supported instance types",
115
+ "accessLevel": "List",
116
+ "resourceTypes": [],
117
+ "conditionKeys": [],
118
+ "dependentActions": []
119
+ },
120
+ "listregions": {
121
+ "name": "ListRegions",
122
+ "description": "Grants permission to list all supported AWS regions",
123
+ "accessLevel": "List",
124
+ "resourceTypes": [],
125
+ "conditionKeys": [],
126
+ "dependentActions": []
127
+ },
128
+ "listtagsforresource": {
129
+ "name": "ListTagsForResource",
130
+ "description": "Grants permission to list user tags for resources in your account",
131
+ "accessLevel": "List",
132
+ "resourceTypes": [
133
+ {
134
+ "name": "WorkspaceInstanceId",
135
+ "required": true,
136
+ "conditionKeys": [],
137
+ "dependentActions": []
138
+ }
139
+ ],
140
+ "conditionKeys": [],
141
+ "dependentActions": []
142
+ },
143
+ "listworkspaceinstances": {
144
+ "name": "ListWorkspaceInstances",
145
+ "description": "Grants permission to list workspace managed instances in your account",
146
+ "accessLevel": "List",
147
+ "resourceTypes": [],
148
+ "conditionKeys": [],
149
+ "dependentActions": []
150
+ },
151
+ "tagresource": {
152
+ "name": "TagResource",
153
+ "description": "Grants permission to add user tags to resources in your account",
154
+ "accessLevel": "Tagging",
155
+ "resourceTypes": [
156
+ {
157
+ "name": "WorkspaceInstanceId",
158
+ "required": true,
159
+ "conditionKeys": [],
160
+ "dependentActions": []
161
+ }
162
+ ],
163
+ "conditionKeys": [
164
+ "aws:RequestTag/${TagKey}",
165
+ "aws:TagKeys"
166
+ ],
167
+ "dependentActions": []
168
+ },
169
+ "untagresource": {
170
+ "name": "UntagResource",
171
+ "description": "Grants permission to remove user tags from resources in your account",
172
+ "accessLevel": "Tagging",
173
+ "resourceTypes": [
174
+ {
175
+ "name": "WorkspaceInstanceId",
176
+ "required": true,
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ }
180
+ ],
181
+ "conditionKeys": [
182
+ "aws:TagKeys"
183
+ ],
184
+ "dependentActions": []
185
+ }
186
+ }
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by a tag key and value pair that is allowed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by a tag key and value pair of a resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by a list of tag keys that are allowed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -19,6 +19,11 @@
19
19
  "description": "Filters access by the specified fields and values in the request",
20
20
  "type": "String"
21
21
  },
22
+ "securityhub:ocsfsyntaxpath/${ocsfsyntaxpath}": {
23
+ "key": "securityhub:OCSFSyntaxPath/${OCSFSyntaxPath}",
24
+ "description": "Filters access by the specified fields and values in the request",
25
+ "type": "String"
26
+ },
22
27
  "securityhub:targetaccount": {
23
28
  "key": "securityhub:TargetAccount",
24
29
  "description": "Filters access by the AwsAccountId field that is specified in the request",
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access based on the tags that are passed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access based on the tags associated with the resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access based on the tag keys that are passed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202506101",
3
- "updatedAt": "2025-06-10T04:52:19.532Z"
2
+ "version": "0.1.202506121",
3
+ "updatedAt": "2025-06-12T04:52:01.896Z"
4
4
  }
@@ -0,0 +1,9 @@
1
+ {
2
+ "environment": {
3
+ "key": "environment",
4
+ "arn": "arn:${Partition}:evs:${Region}:${Account}:environment/${EnvironmentIdentifier}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ }
9
+ }
@@ -6,6 +6,13 @@
6
6
  "aws:ResourceTag/${TagKey}"
7
7
  ]
8
8
  },
9
+ "hubv2": {
10
+ "key": "hubv2",
11
+ "arn": "arn:${Partition}:securityhub:${Region}:${Account}:hubv2/${HubV2Id}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
9
16
  "product": {
10
17
  "key": "product",
11
18
  "arn": "arn:${Partition}:securityhub:${Region}:${Account}:product/${Company}/${ProductId}"
@@ -14,12 +21,30 @@
14
21
  "key": "finding-aggregator",
15
22
  "arn": "arn:${Partition}:securityhub:${Region}:${Account}:finding-aggregator/${FindingAggregatorId}"
16
23
  },
24
+ "aggregatorv2": {
25
+ "key": "aggregatorv2",
26
+ "arn": "arn:${Partition}:securityhub:${Region}:${Account}:aggregatorv2/${AggregatorV2Id}"
27
+ },
17
28
  "automation-rule": {
18
29
  "key": "automation-rule",
19
30
  "arn": "arn:${Partition}:securityhub:${Region}:${Account}:automation-rule/${AutomationRuleId}"
20
31
  },
32
+ "automation-rulev2": {
33
+ "key": "automation-rulev2",
34
+ "arn": "arn:${Partition}:securityhub:${Region}:${Account}:automation-rulev2/${AutomationRuleV2Id}",
35
+ "conditionKeys": [
36
+ "aws:ResourceTag/${TagKey}"
37
+ ]
38
+ },
21
39
  "configuration-policy": {
22
40
  "key": "configuration-policy",
23
41
  "arn": "arn:${Partition}:securityhub:${Region}:${Account}:configuration-policy/${ConfigurationPolicyId}"
42
+ },
43
+ "connectorv2": {
44
+ "key": "connectorv2",
45
+ "arn": "arn:${Partition}:securityhub:${Region}:${Account}:connectorv2/${ConnectorV2Id}",
46
+ "conditionKeys": [
47
+ "aws:ResourceTag/${TagKey}"
48
+ ]
24
49
  }
25
50
  }
@@ -0,0 +1,16 @@
1
+ {
2
+ "workspaceinstanceid": {
3
+ "key": "WorkspaceInstanceId",
4
+ "arn": "arn:${Partition}:workspaces-instances:${Region}:${Account}:workspaceinstance/${WorkspaceInstanceId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "volumeid": {
10
+ "key": "VolumeId",
11
+ "arn": "arn:${Partition}:ec2:${Region}:${Account}:volume/${VolumeId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ }
16
+ }
@@ -153,6 +153,7 @@
153
153
  "es": "Amazon OpenSearch Service",
154
154
  "events": "Amazon EventBridge",
155
155
  "evidently": "Amazon CloudWatch Evidently",
156
+ "evs": "Amazon Elastic Virtualization Service",
156
157
  "execute-api": "Amazon API Gateway",
157
158
  "finspace": "Amazon FinSpace",
158
159
  "finspace-api": "Amazon FinSpace API",
@@ -415,6 +416,7 @@
415
416
  "workmail": "Amazon WorkMail",
416
417
  "workmailmessageflow": "Amazon WorkMail Message Flow",
417
418
  "workspaces": "Amazon WorkSpaces",
419
+ "workspaces-instances": "AWS WorkSpaces Managed Instances",
418
420
  "workspaces-web": "Amazon WorkSpaces Secure Browser",
419
421
  "xray": "AWS X-Ray"
420
422
  }
@@ -153,6 +153,7 @@
153
153
  "es",
154
154
  "events",
155
155
  "evidently",
156
+ "evs",
156
157
  "execute-api",
157
158
  "finspace",
158
159
  "finspace-api",
@@ -415,6 +416,7 @@
415
416
  "workmail",
416
417
  "workmailmessageflow",
417
418
  "workspaces",
419
+ "workspaces-instances",
418
420
  "workspaces-web",
419
421
  "xray"
420
422
  ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202506101
3
+ Version: 0.1.202506121
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
@@ -4,9 +4,9 @@ iamdata/conditions.py,sha256=JmNyw26ux0SsUGRLctBpVZNi-A88rK9HwMy_e76vxTk,1127
4
4
  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
- iamdata/data/metadata.json,sha256=CcMcR4oEdI1q5r0_oz1enIwXYf4v5TcwycGLzkEyslc,76
8
- iamdata/data/serviceNames.json,sha256=BHXC5gFyTxjRpouDrGhb4nH0LZwrW1os_joN2Tzeln0,18274
9
- iamdata/data/services.json,sha256=vOQrKK0Hgx4DM3PVdVJ616IAJk9mAzhvVkCfNTZ5k48,7108
7
+ iamdata/data/metadata.json,sha256=yq7_zJX61gtyK2-CzjmQBiiSKWMEAja-My6M7n3sWNM,76
8
+ iamdata/data/serviceNames.json,sha256=6BlgkDfbZPgKOTqTqGZrkFpeYuzGIaIHeNkWl0SNXSk,18386
9
+ iamdata/data/services.json,sha256=t2P0aLWOOHgCktmUhvT0RY6o7t8PrIIihTHrhOX5rpw,7143
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
11
11
  iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
12
12
  iamdata/data/actions/access-analyzer.json,sha256=wOZB3FD4LQtMnnznZFnEO8936QIvEhxTuATXo0Nefbw,12622
@@ -161,6 +161,7 @@ iamdata/data/actions/entityresolution.json,sha256=8YvuJu5ZnHeUIwZhB5dGiD7PGzEw-q
161
161
  iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
162
162
  iamdata/data/actions/events.json,sha256=Rj5DO-1s2H4kdiySUW8BKogNGJjIGrLV4dcX7yGsAgU,25122
163
163
  iamdata/data/actions/evidently.json,sha256=_8CG5r8kMEnqHdda6QOKhd7J1_sf8f43BFUEUoGxeM4,13445
164
+ iamdata/data/actions/evs.json,sha256=gz5JOuw_0QrETEaPvJL9ZzlamTbWBIDYjje9tJNaG5Q,4246
164
165
  iamdata/data/actions/execute-api.json,sha256=JK8sAQbfih1ryeIhX2oHCG3Nc8BM6h5PXmz_psr9pbI,1280
165
166
  iamdata/data/actions/finspace-api.json,sha256=1YWtEsqWlnn94VfSjPip2wYsQ6SyKghSea00OMFUbak,429
166
167
  iamdata/data/actions/finspace.json,sha256=dleWfTnKhIxfM2N5oNBsv20xZE5l2cjS_lsk-OoYSQA,26696
@@ -199,7 +200,7 @@ iamdata/data/actions/inspector-scan.json,sha256=JxxlHGqpy6IUkAwGOWcIbg7Od4yr12QG
199
200
  iamdata/data/actions/inspector.json,sha256=Ub-q2PoES3dnr4drOiK8r2OO0ZNM9r_JnhJ8zkGdlgU,11657
200
201
  iamdata/data/actions/inspector2.json,sha256=S7sb8HtloLxRDOfvPH1NYsiKOEe1hTvF5C4z1yaNtqs,19025
201
202
  iamdata/data/actions/internetmonitor.json,sha256=gulk0F9omlCMYcIKxfy1_OocDJrtNpyFxAjOQdNDpdY,6094
202
- iamdata/data/actions/invoicing.json,sha256=TDXameeVUAkhpg0izvlXX6nasuF0Hz89p93gbjfzU78,4576
203
+ iamdata/data/actions/invoicing.json,sha256=qS0q6VK-ZFU2aMzHxa5ypU-9ZDYPCAd1-tQSgPjD78k,4546
203
204
  iamdata/data/actions/iot-device-tester.json,sha256=p9FlOHY4s67o7q-FmGsFVndW4uvo67_fSn_o3PySkBw,1393
204
205
  iamdata/data/actions/iot.json,sha256=rIkyylPS6GR9UdeFph5B7NYdQ45-GGJldHGLpFZm-xs,120051
205
206
  iamdata/data/actions/iotanalytics.json,sha256=97BKV-eWEdhuEwkNBFS3ILrv8B8zK-hihuJIByp6YJg,12912
@@ -349,7 +350,7 @@ iamdata/data/actions/scn.json,sha256=ObnurlDbDJPfk1MVsMqyiWu2ti93qHn0tyI5uj6I0eI
349
350
  iamdata/data/actions/sdb.json,sha256=zVcQBc-U-ZILVE-LXO08RNG1YGSv4nRR1m9ViVR6bG0,3822
350
351
  iamdata/data/actions/secretsmanager.json,sha256=tCuvKkEHJI-nnTXqyrpPzVRVLs-CMGE3rm-83Ic49MU,13769
351
352
  iamdata/data/actions/security-ir.json,sha256=TGUBzc7kMNtC5uQQHo2ktHCmk-pZwBpnml1YfLaekIY,8375
352
- iamdata/data/actions/securityhub.json,sha256=j9ngePhWG2oHvv-i6xNLamagdelUdjStSv3oB3FAAR0,37461
353
+ iamdata/data/actions/securityhub.json,sha256=mXoKnE7RpZBMkQaTJ7zDaYVqrKfFiKdVtWXndisxD88,47618
353
354
  iamdata/data/actions/securitylake.json,sha256=BgRT1ABCBjALz-lSjQfjXjpWCCvqvc3fgttTTEh_9pQ,18295
354
355
  iamdata/data/actions/serverlessrepo.json,sha256=Iljrr1qMuyRCjz5m1QTZKgId1-B_seWQn15fzQ56B7U,5952
355
356
  iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9EYq6Aq_C8Xgc,44633
@@ -392,7 +393,7 @@ iamdata/data/actions/synthetics.json,sha256=_RDjrSsueamor4rfrx5uI-NmsYYYlxdCNv_T
392
393
  iamdata/data/actions/tag.json,sha256=tdQDgZqx6JbKFfIe07yrGpHqbbde2nnxgera-F1xElY,2364
393
394
  iamdata/data/actions/tax.json,sha256=0qG1Z0mLD3Y2XsFhab3bG4OErNzJGSN59f15utrvQO8,4348
394
395
  iamdata/data/actions/textract.json,sha256=2rvvfLNuj7bTT7btlXT0_sVv2oH_xCc1_jMimTuA8m0,8725
395
- iamdata/data/actions/thinclient.json,sha256=KmD4YPpuJuqjY6MMPpTJEKtBlLvrNKxlaS9MV1bGxbE,7923
396
+ iamdata/data/actions/thinclient.json,sha256=th_GOkqxk9v4EKXQxC7uE_pmQoc79jboyMMRDkDWuPE,7960
396
397
  iamdata/data/actions/timestream-influxdb.json,sha256=hI-p6MRus7-K4aWB6RfhPnKHg9ZPjx8S-TR2AshnH7Y,7876
397
398
  iamdata/data/actions/timestream.json,sha256=jXFfbtJ94TX9nsoJGVb11ZHQiFJQF-Kp7DNpX8M5N8s,15050
398
399
  iamdata/data/actions/tiros.json,sha256=MvTnjapgT7stB-Qgqt437uHfO4pJ8VlqYUM1O94gP00,1425
@@ -422,6 +423,7 @@ iamdata/data/actions/workdocs.json,sha256=u8F-gh348948tbmxwFExBxd5e57wmQbZiWwW7b
422
423
  iamdata/data/actions/worklink.json,sha256=kFJjO6FyD8FjqcS3kwooIyqfj1ik8mDZtH0WJVunzOI,14184
423
424
  iamdata/data/actions/workmail.json,sha256=-jvK5uBMMZZb14NefPsoKAhvseWyqFv1KfJ5FnFc7z8,53171
424
425
  iamdata/data/actions/workmailmessageflow.json,sha256=J9wg1dkXioNULN8nhKqbXSTq5zezo2XYNetqfnw2_xE,841
426
+ iamdata/data/actions/workspaces-instances.json,sha256=lTKAhRp8mNNKu_rXwLt093h--hn8Varn1M9VRRMLflQ,5037
425
427
  iamdata/data/actions/workspaces-web.json,sha256=X-1Y3h-rpUxGaYjHUodzLnsBj-9mh77u8HTv8Id-eLQ,29213
426
428
  iamdata/data/actions/workspaces.json,sha256=ase-LiFu_Pz8K9cpHnArViZKM1yGyqNFaT6XOY-dM_M,37128
427
429
  iamdata/data/actions/xray.json,sha256=eAWoJvkJNgvvdAgzbWZfIglFZjj0IkRYocDXb_1hig4,14394
@@ -579,6 +581,7 @@ iamdata/data/conditionKeys/entityresolution.json,sha256=CwIeqVVB_N7y2LjV1KG6tz2B
579
581
  iamdata/data/conditionKeys/es.json,sha256=Ho5aZnG_yYWDlAIFY6T1OsNOrea682pe6sZciw3GMWM,536
580
582
  iamdata/data/conditionKeys/events.json,sha256=ocbgyht-tomxiW2IrDHh0DlkTB-88OmE7yc5j0MX56E,2947
581
583
  iamdata/data/conditionKeys/evidently.json,sha256=lGJKpyS_TDaE75aYW2Z3sicCI5ZlyycBnxvPkZf73zs,630
584
+ iamdata/data/conditionKeys/evs.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
582
585
  iamdata/data/conditionKeys/execute-api.json,sha256=-2qXNL2ONV2rmz14IrZtZgxazUUd1iea5OSBbSditdg,182
583
586
  iamdata/data/conditionKeys/finspace-api.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
584
587
  iamdata/data/conditionKeys/finspace.json,sha256=ojcVH4q6Vzatk1tB6d8_GNCuL_2IxzSm9kArCiJeAhU,536
@@ -767,7 +770,7 @@ iamdata/data/conditionKeys/scn.json,sha256=XsIezro6wmEde8AZm17hZkacmWep3IUVAQBo5
767
770
  iamdata/data/conditionKeys/sdb.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
768
771
  iamdata/data/conditionKeys/secretsmanager.json,sha256=SG_rEL2wclpq812YW2HAuZYvI9Nb38cFNIPjfTU386w,4329
769
772
  iamdata/data/conditionKeys/security-ir.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
770
- iamdata/data/conditionKeys/securityhub.json,sha256=VgH9ctHszRBNBjFwNSnCrJsomBBTIJOT8-NYJ9xnyW4,1002
773
+ iamdata/data/conditionKeys/securityhub.json,sha256=OjBuN6JkTlN5A9q1-vV9tWJq30zkUDC41SkMAsbpuFs,1226
771
774
  iamdata/data/conditionKeys/securitylake.json,sha256=9SyKKERLcT7-JlI6gNWuKIzEYMJZomMvQ-9JnV59Gms,511
772
775
  iamdata/data/conditionKeys/serverlessrepo.json,sha256=aSmq2UqzxYAgcklZsZex_kflnWN-iHPIDBkguEv-xLE,168
773
776
  iamdata/data/conditionKeys/servicecatalog.json,sha256=sMOy99zrd51tXWLf6Ftr-g1LEGawpHgf1v2WPSGq7b0,1710
@@ -840,6 +843,7 @@ iamdata/data/conditionKeys/workdocs.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536D
840
843
  iamdata/data/conditionKeys/worklink.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
841
844
  iamdata/data/conditionKeys/workmail.json,sha256=tyKpxMliHwm3Q1CUl1JnYOnUxxUiTqenYuIUWrRDSiE,544
842
845
  iamdata/data/conditionKeys/workmailmessageflow.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
846
+ iamdata/data/conditionKeys/workspaces-instances.json,sha256=Ho5aZnG_yYWDlAIFY6T1OsNOrea682pe6sZciw3GMWM,536
843
847
  iamdata/data/conditionKeys/workspaces-web.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
844
848
  iamdata/data/conditionKeys/workspaces.json,sha256=Xd79UFBDsDfAdwJcfLi812rr7RmsyuuiytaZu1OKGeU,689
845
849
  iamdata/data/conditionKeys/xray.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
@@ -997,6 +1001,7 @@ iamdata/data/resourceTypes/entityresolution.json,sha256=wJqhFgiNDrA9IvZvd02wZ0wK
997
1001
  iamdata/data/resourceTypes/es.json,sha256=47_z_Czok3nPYwg_4Yogm2RJuMJRSLxG4GEwhQx1lCU,1090
998
1002
  iamdata/data/resourceTypes/events.json,sha256=vSf1qTmWYUYRWeZQPA2D_CkWoV2VhhFOPoCDEUPn2is,2203
999
1003
  iamdata/data/resourceTypes/evidently.json,sha256=RsiBy5YinOKEFz-pwB2LYWv_nylCfQIPaJKSo2vgWzg,1029
1004
+ iamdata/data/resourceTypes/evs.json,sha256=g7XxBN8VgWxxiZHTXF5W3N3C6XZxrhjimB_MSA3oTMQ,208
1000
1005
  iamdata/data/resourceTypes/execute-api.json,sha256=deWgNO9wCNkwRuCLSBwNFWXMgVBy6c9laKUnbVeUgwI,423
1001
1006
  iamdata/data/resourceTypes/finspace-api.json,sha256=kzXgO4IoK2BBEeipoFd6CDokfWGcqM42dAEJVUNuJoI,140
1002
1007
  iamdata/data/resourceTypes/finspace.json,sha256=IMftn0F6p-wywzwnEKcwQyc7uaf951bBJ7Qk63tOOQs,1972
@@ -1185,7 +1190,7 @@ iamdata/data/resourceTypes/scn.json,sha256=_7mTFStgXzA-DYDX-WW5EIpbTz8ECLsnQKh8E
1185
1190
  iamdata/data/resourceTypes/sdb.json,sha256=R7TfxvHzMqTW44DqHtrnsYQWHCjAEZme3im8c8L8TBs,118
1186
1191
  iamdata/data/resourceTypes/secretsmanager.json,sha256=z97r_Oa3umKzIMTEwr59hdGiXae5WHU42nZlhKWfF54,346
1187
1192
  iamdata/data/resourceTypes/security-ir.json,sha256=4w8aRCsl679ALmRFRCIeWcHuh1HzUWVKZOKuG8nRjUU,382
1188
- iamdata/data/resourceTypes/securityhub.json,sha256=ozCoxZnECxMjdNUZVlTt7qwoe1907goxAWt2eInY_qU,815
1193
+ iamdata/data/resourceTypes/securityhub.json,sha256=_Z0NMio6oIU6d5afb15TzmFoSCcXYJlunW8A13F3_9E,1578
1189
1194
  iamdata/data/resourceTypes/securitylake.json,sha256=1Bf8BoC8FDklyYpURsIye2vYW0UWaLwz59tbsAIcoBc,465
1190
1195
  iamdata/data/resourceTypes/serverlessrepo.json,sha256=goeQQL9o8zezWE9b90LbwxXUJj2bt6a2a6AYjLzH9XU,147
1191
1196
  iamdata/data/resourceTypes/servicecatalog.json,sha256=LKThjQx02_W-ZkQQtlagd6jWo87SEKA_kbcZZ6OUU2c,817
@@ -1258,6 +1263,7 @@ iamdata/data/resourceTypes/workdocs.json,sha256=DcV_SSOAODIQ989rmP4KCKbOm-bIl-8y
1258
1263
  iamdata/data/resourceTypes/worklink.json,sha256=zkt_r-JrZTD4rnkJnqLslnhtB0rOfy636wer88XDHws,174
1259
1264
  iamdata/data/resourceTypes/workmail.json,sha256=tosTaoITwjbXBp4JmYVKQ_GrkIC7YU_R9B5lbqDltSY,205
1260
1265
  iamdata/data/resourceTypes/workmailmessageflow.json,sha256=hb98FQaX5WGIj6O-uF_NcJRrIK4EgK_AgPCYcjd_1sI,171
1266
+ iamdata/data/resourceTypes/workspaces-instances.json,sha256=fOfGrVNkPcaaU296k4cGXgOOSlqRkdquTMQmzh14vJQ,427
1261
1267
  iamdata/data/resourceTypes/workspaces-web.json,sha256=AfsrERGus3bSSv8O6deDxRK0teRREoShJUIpenXA7x4,2047
1262
1268
  iamdata/data/resourceTypes/workspaces.json,sha256=Y-0wChLPrIITnzb7ex7KjvkaheX9HMJma0GusnwAGb0,1711
1263
1269
  iamdata/data/resourceTypes/xray.json,sha256=iQgTPdtx5TElaoMyhQ2-D7W2CpGjYgL9Uh_VNYJs_FA,393
@@ -1265,7 +1271,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1265
1271
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1266
1272
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1267
1273
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1268
- iamdata-0.1.202506101.dist-info/METADATA,sha256=JhK5BfUimb52DIJkRrP4mJ9muWvuFGPK7aYTvVk_SZ4,3491
1269
- iamdata-0.1.202506101.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202506101.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202506101.dist-info/RECORD,,
1274
+ iamdata-0.1.202506121.dist-info/METADATA,sha256=mTiViZkmhINsb9E1t-9QNPeDDluyPbvZchWWb9oSFog,3491
1275
+ iamdata-0.1.202506121.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1276
+ iamdata-0.1.202506121.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1277
+ iamdata-0.1.202506121.dist-info/RECORD,,