iamdata 0.1.202507231__py3-none-any.whl → 0.1.202507251__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/billing.json +16 -0
- iamdata/data/actions/cur.json +5 -1
- iamdata/data/actions/ec2.json +56 -1
- iamdata/data/actions/emr-serverless.json +16 -0
- iamdata/data/actions/inspector2.json +196 -0
- iamdata/data/actions/mediaconnect.json +2 -16
- iamdata/data/conditionKeys/ec2.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/ec2.json +14 -0
- iamdata/data/resourceTypes/inspector2.json +14 -0
- {iamdata-0.1.202507231.dist-info → iamdata-0.1.202507251.dist-info}/METADATA +1 -1
- {iamdata-0.1.202507231.dist-info → iamdata-0.1.202507251.dist-info}/RECORD +14 -14
- {iamdata-0.1.202507231.dist-info → iamdata-0.1.202507251.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202507231.dist-info → iamdata-0.1.202507251.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -105,6 +105,22 @@
|
|
|
105
105
|
],
|
|
106
106
|
"dependentActions": []
|
|
107
107
|
},
|
|
108
|
+
"getbillingviewdata": {
|
|
109
|
+
"name": "GetBillingViewData",
|
|
110
|
+
"isPermissionOnly": true,
|
|
111
|
+
"description": "Grants permission to get cost and usage data for a specified billng view",
|
|
112
|
+
"accessLevel": "Read",
|
|
113
|
+
"resourceTypes": [
|
|
114
|
+
{
|
|
115
|
+
"name": "billingview",
|
|
116
|
+
"required": true,
|
|
117
|
+
"conditionKeys": [],
|
|
118
|
+
"dependentActions": []
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"conditionKeys": [],
|
|
122
|
+
"dependentActions": []
|
|
123
|
+
},
|
|
108
124
|
"getcontractinformation": {
|
|
109
125
|
"name": "GetContractInformation",
|
|
110
126
|
"isPermissionOnly": true,
|
iamdata/data/actions/cur.json
CHANGED
iamdata/data/actions/ec2.json
CHANGED
|
@@ -1307,6 +1307,7 @@
|
|
|
1307
1307
|
"ec2:ParentSnapshot",
|
|
1308
1308
|
"ec2:ResourceTag/${TagKey}",
|
|
1309
1309
|
"ec2:VolumeID",
|
|
1310
|
+
"ec2:VolumeInitializationRate",
|
|
1310
1311
|
"ec2:VolumeIops",
|
|
1311
1312
|
"ec2:VolumeSize",
|
|
1312
1313
|
"ec2:VolumeThroughput",
|
|
@@ -3546,7 +3547,8 @@
|
|
|
3546
3547
|
"conditionKeys": [
|
|
3547
3548
|
"aws:RequestTag/${TagKey}",
|
|
3548
3549
|
"aws:TagKeys",
|
|
3549
|
-
"ec2:VolumeID"
|
|
3550
|
+
"ec2:VolumeID",
|
|
3551
|
+
"ec2:VolumeInitializationRate"
|
|
3550
3552
|
],
|
|
3551
3553
|
"dependentActions": []
|
|
3552
3554
|
},
|
|
@@ -3845,6 +3847,7 @@
|
|
|
3845
3847
|
"ec2:Encrypted",
|
|
3846
3848
|
"ec2:ResourceTag/${TagKey}",
|
|
3847
3849
|
"ec2:VolumeID",
|
|
3850
|
+
"ec2:VolumeInitializationRate",
|
|
3848
3851
|
"ec2:VolumeIops",
|
|
3849
3852
|
"ec2:VolumeSize",
|
|
3850
3853
|
"ec2:VolumeThroughput",
|
|
@@ -3908,6 +3911,7 @@
|
|
|
3908
3911
|
"ec2:Encrypted",
|
|
3909
3912
|
"ec2:ResourceTag/${TagKey}",
|
|
3910
3913
|
"ec2:VolumeID",
|
|
3914
|
+
"ec2:VolumeInitializationRate",
|
|
3911
3915
|
"ec2:VolumeIops",
|
|
3912
3916
|
"ec2:VolumeSize",
|
|
3913
3917
|
"ec2:VolumeThroughput",
|
|
@@ -4031,6 +4035,17 @@
|
|
|
4031
4035
|
"description": "Grants permission to add or overwrite one or more tags for Amazon EC2 resources",
|
|
4032
4036
|
"accessLevel": "Tagging",
|
|
4033
4037
|
"resourceTypes": [
|
|
4038
|
+
{
|
|
4039
|
+
"name": "capacity-block",
|
|
4040
|
+
"required": false,
|
|
4041
|
+
"conditionKeys": [
|
|
4042
|
+
"aws:RequestTag/${TagKey}",
|
|
4043
|
+
"aws:ResourceTag/${TagKey}",
|
|
4044
|
+
"aws:TagKeys",
|
|
4045
|
+
"ec2:ResourceTag/${TagKey}"
|
|
4046
|
+
],
|
|
4047
|
+
"dependentActions": []
|
|
4048
|
+
},
|
|
4034
4049
|
{
|
|
4035
4050
|
"name": "capacity-reservation",
|
|
4036
4051
|
"required": false,
|
|
@@ -4991,6 +5006,7 @@
|
|
|
4991
5006
|
"ec2:ParentSnapshot",
|
|
4992
5007
|
"ec2:ResourceTag/${TagKey}",
|
|
4993
5008
|
"ec2:VolumeID",
|
|
5009
|
+
"ec2:VolumeInitializationRate",
|
|
4994
5010
|
"ec2:VolumeIops",
|
|
4995
5011
|
"ec2:VolumeSize",
|
|
4996
5012
|
"ec2:VolumeThroughput",
|
|
@@ -5831,6 +5847,7 @@
|
|
|
5831
5847
|
"ec2:KmsKeyId",
|
|
5832
5848
|
"ec2:ParentSnapshot",
|
|
5833
5849
|
"ec2:VolumeID",
|
|
5850
|
+
"ec2:VolumeInitializationRate",
|
|
5834
5851
|
"ec2:VolumeIops",
|
|
5835
5852
|
"ec2:VolumeSize",
|
|
5836
5853
|
"ec2:VolumeThroughput",
|
|
@@ -7407,6 +7424,17 @@
|
|
|
7407
7424
|
"description": "Grants permission to delete one or more tags from Amazon EC2 resources",
|
|
7408
7425
|
"accessLevel": "Tagging",
|
|
7409
7426
|
"resourceTypes": [
|
|
7427
|
+
{
|
|
7428
|
+
"name": "capacity-block",
|
|
7429
|
+
"required": false,
|
|
7430
|
+
"conditionKeys": [
|
|
7431
|
+
"aws:RequestTag/${TagKey}",
|
|
7432
|
+
"aws:ResourceTag/${TagKey}",
|
|
7433
|
+
"aws:TagKeys",
|
|
7434
|
+
"ec2:ResourceTag/${TagKey}"
|
|
7435
|
+
],
|
|
7436
|
+
"dependentActions": []
|
|
7437
|
+
},
|
|
7410
7438
|
{
|
|
7411
7439
|
"name": "capacity-reservation",
|
|
7412
7440
|
"required": false,
|
|
@@ -8829,6 +8857,7 @@
|
|
|
8829
8857
|
"ec2:ParentSnapshot",
|
|
8830
8858
|
"ec2:ResourceTag/${TagKey}",
|
|
8831
8859
|
"ec2:VolumeID",
|
|
8860
|
+
"ec2:VolumeInitializationRate",
|
|
8832
8861
|
"ec2:VolumeIops",
|
|
8833
8862
|
"ec2:VolumeSize",
|
|
8834
8863
|
"ec2:VolumeThroughput",
|
|
@@ -9363,6 +9392,26 @@
|
|
|
9363
9392
|
],
|
|
9364
9393
|
"dependentActions": []
|
|
9365
9394
|
},
|
|
9395
|
+
"describecapacityblockstatus": {
|
|
9396
|
+
"name": "DescribeCapacityBlockStatus",
|
|
9397
|
+
"description": "Grants permission to describe the availability of capacity for the specified Capacity blocks, or all of your Capacity Blocks",
|
|
9398
|
+
"accessLevel": "List",
|
|
9399
|
+
"resourceTypes": [],
|
|
9400
|
+
"conditionKeys": [
|
|
9401
|
+
"ec2:Region"
|
|
9402
|
+
],
|
|
9403
|
+
"dependentActions": []
|
|
9404
|
+
},
|
|
9405
|
+
"describecapacityblocks": {
|
|
9406
|
+
"name": "DescribeCapacityBlocks",
|
|
9407
|
+
"description": "Grants permission to describe details about Capacity Blocks in the AWS Region that you're currently using",
|
|
9408
|
+
"accessLevel": "List",
|
|
9409
|
+
"resourceTypes": [],
|
|
9410
|
+
"conditionKeys": [
|
|
9411
|
+
"ec2:Region"
|
|
9412
|
+
],
|
|
9413
|
+
"dependentActions": []
|
|
9414
|
+
},
|
|
9366
9415
|
"describecapacityreservationbillingrequests": {
|
|
9367
9416
|
"name": "DescribeCapacityReservationBillingRequests",
|
|
9368
9417
|
"description": "Grants permission to describe one or more requests to assign the billing of the unused capacity of a Capacity Reservation",
|
|
@@ -10935,6 +10984,7 @@
|
|
|
10935
10984
|
"ec2:ParentSnapshot",
|
|
10936
10985
|
"ec2:ResourceTag/${TagKey}",
|
|
10937
10986
|
"ec2:VolumeID",
|
|
10987
|
+
"ec2:VolumeInitializationRate",
|
|
10938
10988
|
"ec2:VolumeIops",
|
|
10939
10989
|
"ec2:VolumeSize",
|
|
10940
10990
|
"ec2:VolumeThroughput",
|
|
@@ -11337,6 +11387,7 @@
|
|
|
11337
11387
|
"ec2:ParentSnapshot",
|
|
11338
11388
|
"ec2:ResourceTag/${TagKey}",
|
|
11339
11389
|
"ec2:VolumeID",
|
|
11390
|
+
"ec2:VolumeInitializationRate",
|
|
11340
11391
|
"ec2:VolumeIops",
|
|
11341
11392
|
"ec2:VolumeSize",
|
|
11342
11393
|
"ec2:VolumeThroughput",
|
|
@@ -14723,6 +14774,7 @@
|
|
|
14723
14774
|
"ec2:ParentSnapshot",
|
|
14724
14775
|
"ec2:ResourceTag/${TagKey}",
|
|
14725
14776
|
"ec2:VolumeID",
|
|
14777
|
+
"ec2:VolumeInitializationRate",
|
|
14726
14778
|
"ec2:VolumeIops",
|
|
14727
14779
|
"ec2:VolumeSize",
|
|
14728
14780
|
"ec2:VolumeThroughput",
|
|
@@ -16088,6 +16140,7 @@
|
|
|
16088
16140
|
"ec2:ParentSnapshot",
|
|
16089
16141
|
"ec2:ResourceTag/${TagKey}",
|
|
16090
16142
|
"ec2:VolumeID",
|
|
16143
|
+
"ec2:VolumeInitializationRate",
|
|
16091
16144
|
"ec2:VolumeIops",
|
|
16092
16145
|
"ec2:VolumeSize",
|
|
16093
16146
|
"ec2:VolumeThroughput",
|
|
@@ -16119,6 +16172,7 @@
|
|
|
16119
16172
|
"ec2:ParentSnapshot",
|
|
16120
16173
|
"ec2:ResourceTag/${TagKey}",
|
|
16121
16174
|
"ec2:VolumeID",
|
|
16175
|
+
"ec2:VolumeInitializationRate",
|
|
16122
16176
|
"ec2:VolumeIops",
|
|
16123
16177
|
"ec2:VolumeSize",
|
|
16124
16178
|
"ec2:VolumeThroughput",
|
|
@@ -18318,6 +18372,7 @@
|
|
|
18318
18372
|
"ec2:ManagedResourceOperator",
|
|
18319
18373
|
"ec2:ParentSnapshot",
|
|
18320
18374
|
"ec2:VolumeID",
|
|
18375
|
+
"ec2:VolumeInitializationRate",
|
|
18321
18376
|
"ec2:VolumeIops",
|
|
18322
18377
|
"ec2:VolumeSize",
|
|
18323
18378
|
"ec2:VolumeThroughput",
|
|
@@ -35,6 +35,22 @@
|
|
|
35
35
|
"iam:PassRole"
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
|
+
"accesssystemprofilelogs": {
|
|
39
|
+
"name": "AccessSystemProfileLogs",
|
|
40
|
+
"isPermissionOnly": true,
|
|
41
|
+
"description": "Grants permission to access system profile logs",
|
|
42
|
+
"accessLevel": "Write",
|
|
43
|
+
"resourceTypes": [
|
|
44
|
+
{
|
|
45
|
+
"name": "jobRun",
|
|
46
|
+
"required": true,
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
}
|
|
50
|
+
],
|
|
51
|
+
"conditionKeys": [],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
},
|
|
38
54
|
"canceljobrun": {
|
|
39
55
|
"name": "CancelJobRun",
|
|
40
56
|
"description": "Grants permission to cancel a job run",
|
|
@@ -7,6 +7,22 @@
|
|
|
7
7
|
"conditionKeys": [],
|
|
8
8
|
"dependentActions": []
|
|
9
9
|
},
|
|
10
|
+
"batchassociatecodesecurityscanconfiguration": {
|
|
11
|
+
"name": "BatchAssociateCodeSecurityScanConfiguration",
|
|
12
|
+
"description": "Grants permission to associate multiple code repositories with an Amazon Inspector code security scan configuration",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"batchdisassociatecodesecurityscanconfiguration": {
|
|
19
|
+
"name": "BatchDisassociateCodeSecurityScanConfiguration",
|
|
20
|
+
"description": "Grants permission to disassociate multiple code repositories from an Amazon Inspector code security scan configuration",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
10
26
|
"batchgetaccountstatus": {
|
|
11
27
|
"name": "BatchGetAccountStatus",
|
|
12
28
|
"description": "Grants permission to retrieve information about Amazon Inspector accounts for an account",
|
|
@@ -90,6 +106,42 @@
|
|
|
90
106
|
],
|
|
91
107
|
"dependentActions": []
|
|
92
108
|
},
|
|
109
|
+
"createcodesecurityintegration": {
|
|
110
|
+
"name": "CreateCodeSecurityIntegration",
|
|
111
|
+
"description": "Grants permission to create a code security integration with a source code repository provider",
|
|
112
|
+
"accessLevel": "Write",
|
|
113
|
+
"resourceTypes": [
|
|
114
|
+
{
|
|
115
|
+
"name": "Code Security Integration",
|
|
116
|
+
"required": true,
|
|
117
|
+
"conditionKeys": [],
|
|
118
|
+
"dependentActions": []
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"conditionKeys": [
|
|
122
|
+
"aws:RequestTag/${TagKey}",
|
|
123
|
+
"aws:TagKeys"
|
|
124
|
+
],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
},
|
|
127
|
+
"createcodesecurityscanconfiguration": {
|
|
128
|
+
"name": "CreateCodeSecurityScanConfiguration",
|
|
129
|
+
"description": "Grants permission to create a scan configuration for code security scanning",
|
|
130
|
+
"accessLevel": "Write",
|
|
131
|
+
"resourceTypes": [
|
|
132
|
+
{
|
|
133
|
+
"name": "Code Security Scan Configuration",
|
|
134
|
+
"required": true,
|
|
135
|
+
"conditionKeys": [],
|
|
136
|
+
"dependentActions": []
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"conditionKeys": [
|
|
140
|
+
"aws:RequestTag/${TagKey}",
|
|
141
|
+
"aws:TagKeys"
|
|
142
|
+
],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
93
145
|
"createfilter": {
|
|
94
146
|
"name": "CreateFilter",
|
|
95
147
|
"description": "Grants permission to create and define the settings for a findings filter",
|
|
@@ -141,6 +193,36 @@
|
|
|
141
193
|
],
|
|
142
194
|
"dependentActions": []
|
|
143
195
|
},
|
|
196
|
+
"deletecodesecurityintegration": {
|
|
197
|
+
"name": "DeleteCodeSecurityIntegration",
|
|
198
|
+
"description": "Grants permission to delete a code security integration",
|
|
199
|
+
"accessLevel": "Write",
|
|
200
|
+
"resourceTypes": [
|
|
201
|
+
{
|
|
202
|
+
"name": "Code Security Integration",
|
|
203
|
+
"required": true,
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
},
|
|
211
|
+
"deletecodesecurityscanconfiguration": {
|
|
212
|
+
"name": "DeleteCodeSecurityScanConfiguration",
|
|
213
|
+
"description": "Grants permission to delete a code security scan configuration",
|
|
214
|
+
"accessLevel": "Write",
|
|
215
|
+
"resourceTypes": [
|
|
216
|
+
{
|
|
217
|
+
"name": "Code Security Scan Configuration",
|
|
218
|
+
"required": true,
|
|
219
|
+
"conditionKeys": [],
|
|
220
|
+
"dependentActions": []
|
|
221
|
+
}
|
|
222
|
+
],
|
|
223
|
+
"conditionKeys": [],
|
|
224
|
+
"dependentActions": []
|
|
225
|
+
},
|
|
144
226
|
"deletefilter": {
|
|
145
227
|
"name": "DeleteFilter",
|
|
146
228
|
"description": "Grants permission to delete a findings filter",
|
|
@@ -228,6 +310,30 @@
|
|
|
228
310
|
"conditionKeys": [],
|
|
229
311
|
"dependentActions": []
|
|
230
312
|
},
|
|
313
|
+
"getcodesecurityintegration": {
|
|
314
|
+
"name": "GetCodeSecurityIntegration",
|
|
315
|
+
"description": "Grants permission to retrieve information about a code security integration",
|
|
316
|
+
"accessLevel": "Read",
|
|
317
|
+
"resourceTypes": [],
|
|
318
|
+
"conditionKeys": [],
|
|
319
|
+
"dependentActions": []
|
|
320
|
+
},
|
|
321
|
+
"getcodesecurityscan": {
|
|
322
|
+
"name": "GetCodeSecurityScan",
|
|
323
|
+
"description": "Grants permission to retrieve information about a specific code security scan",
|
|
324
|
+
"accessLevel": "Read",
|
|
325
|
+
"resourceTypes": [],
|
|
326
|
+
"conditionKeys": [],
|
|
327
|
+
"dependentActions": []
|
|
328
|
+
},
|
|
329
|
+
"getcodesecurityscanconfiguration": {
|
|
330
|
+
"name": "GetCodeSecurityScanConfiguration",
|
|
331
|
+
"description": "Grants permission to retrieve information about a code security scan configuration",
|
|
332
|
+
"accessLevel": "Read",
|
|
333
|
+
"resourceTypes": [],
|
|
334
|
+
"conditionKeys": [],
|
|
335
|
+
"dependentActions": []
|
|
336
|
+
},
|
|
231
337
|
"getconfiguration": {
|
|
232
338
|
"name": "GetConfiguration",
|
|
233
339
|
"description": "Grants permission to retrieve information about the Amazon Inspector configuration settings for an AWS account",
|
|
@@ -324,6 +430,30 @@
|
|
|
324
430
|
"conditionKeys": [],
|
|
325
431
|
"dependentActions": []
|
|
326
432
|
},
|
|
433
|
+
"listcodesecurityintegrations": {
|
|
434
|
+
"name": "ListCodeSecurityIntegrations",
|
|
435
|
+
"description": "Grants permission to list all code security integrations in your account",
|
|
436
|
+
"accessLevel": "List",
|
|
437
|
+
"resourceTypes": [],
|
|
438
|
+
"conditionKeys": [],
|
|
439
|
+
"dependentActions": []
|
|
440
|
+
},
|
|
441
|
+
"listcodesecurityscanconfigurationassociations": {
|
|
442
|
+
"name": "ListCodeSecurityScanConfigurationAssociations",
|
|
443
|
+
"description": "Grants permission to list the associations between code repositories and Amazon Inspector code security scan configurations",
|
|
444
|
+
"accessLevel": "List",
|
|
445
|
+
"resourceTypes": [],
|
|
446
|
+
"conditionKeys": [],
|
|
447
|
+
"dependentActions": []
|
|
448
|
+
},
|
|
449
|
+
"listcodesecurityscanconfigurations": {
|
|
450
|
+
"name": "ListCodeSecurityScanConfigurations",
|
|
451
|
+
"description": "Grants permission to list all code security scan configurations in your account",
|
|
452
|
+
"accessLevel": "List",
|
|
453
|
+
"resourceTypes": [],
|
|
454
|
+
"conditionKeys": [],
|
|
455
|
+
"dependentActions": []
|
|
456
|
+
},
|
|
327
457
|
"listcoverage": {
|
|
328
458
|
"name": "ListCoverage",
|
|
329
459
|
"description": "Grants permission to retrieve the types of statistics Amazon Inspector can generate for resources Inspector monitors",
|
|
@@ -436,6 +566,14 @@
|
|
|
436
566
|
"conditionKeys": [],
|
|
437
567
|
"dependentActions": []
|
|
438
568
|
},
|
|
569
|
+
"startcodesecurityscan": {
|
|
570
|
+
"name": "StartCodeSecurityScan",
|
|
571
|
+
"description": "Grants permission to initiate a code security scan on a specified repository",
|
|
572
|
+
"accessLevel": "Write",
|
|
573
|
+
"resourceTypes": [],
|
|
574
|
+
"conditionKeys": [],
|
|
575
|
+
"dependentActions": []
|
|
576
|
+
},
|
|
439
577
|
"stopcissession": {
|
|
440
578
|
"name": "StopCisSession",
|
|
441
579
|
"description": "Grants permission to stop a CIS scan session",
|
|
@@ -455,6 +593,18 @@
|
|
|
455
593
|
"conditionKeys": [],
|
|
456
594
|
"dependentActions": []
|
|
457
595
|
},
|
|
596
|
+
{
|
|
597
|
+
"name": "Code Security Integration",
|
|
598
|
+
"required": false,
|
|
599
|
+
"conditionKeys": [],
|
|
600
|
+
"dependentActions": []
|
|
601
|
+
},
|
|
602
|
+
{
|
|
603
|
+
"name": "Code Security Scan Configuration",
|
|
604
|
+
"required": false,
|
|
605
|
+
"conditionKeys": [],
|
|
606
|
+
"dependentActions": []
|
|
607
|
+
},
|
|
458
608
|
{
|
|
459
609
|
"name": "Filter",
|
|
460
610
|
"required": false,
|
|
@@ -480,6 +630,18 @@
|
|
|
480
630
|
"conditionKeys": [],
|
|
481
631
|
"dependentActions": []
|
|
482
632
|
},
|
|
633
|
+
{
|
|
634
|
+
"name": "Code Security Integration",
|
|
635
|
+
"required": false,
|
|
636
|
+
"conditionKeys": [],
|
|
637
|
+
"dependentActions": []
|
|
638
|
+
},
|
|
639
|
+
{
|
|
640
|
+
"name": "Code Security Scan Configuration",
|
|
641
|
+
"required": false,
|
|
642
|
+
"conditionKeys": [],
|
|
643
|
+
"dependentActions": []
|
|
644
|
+
},
|
|
483
645
|
{
|
|
484
646
|
"name": "Filter",
|
|
485
647
|
"required": false,
|
|
@@ -510,6 +672,40 @@
|
|
|
510
672
|
],
|
|
511
673
|
"dependentActions": []
|
|
512
674
|
},
|
|
675
|
+
"updatecodesecurityintegration": {
|
|
676
|
+
"name": "UpdateCodeSecurityIntegration",
|
|
677
|
+
"description": "Grants permission to update an existing code security integration",
|
|
678
|
+
"accessLevel": "Write",
|
|
679
|
+
"resourceTypes": [
|
|
680
|
+
{
|
|
681
|
+
"name": "Code Security Integration",
|
|
682
|
+
"required": true,
|
|
683
|
+
"conditionKeys": [],
|
|
684
|
+
"dependentActions": []
|
|
685
|
+
}
|
|
686
|
+
],
|
|
687
|
+
"conditionKeys": [
|
|
688
|
+
"aws:ResourceTag/${TagKey}"
|
|
689
|
+
],
|
|
690
|
+
"dependentActions": []
|
|
691
|
+
},
|
|
692
|
+
"updatecodesecurityscanconfiguration": {
|
|
693
|
+
"name": "UpdateCodeSecurityScanConfiguration",
|
|
694
|
+
"description": "Grants permission to update an existing code security scan configuration",
|
|
695
|
+
"accessLevel": "Write",
|
|
696
|
+
"resourceTypes": [
|
|
697
|
+
{
|
|
698
|
+
"name": "Code Security Scan Configuration",
|
|
699
|
+
"required": true,
|
|
700
|
+
"conditionKeys": [],
|
|
701
|
+
"dependentActions": []
|
|
702
|
+
}
|
|
703
|
+
],
|
|
704
|
+
"conditionKeys": [
|
|
705
|
+
"aws:ResourceTag/${TagKey}"
|
|
706
|
+
],
|
|
707
|
+
"dependentActions": []
|
|
708
|
+
},
|
|
513
709
|
"updateconfiguration": {
|
|
514
710
|
"name": "UpdateConfiguration",
|
|
515
711
|
"description": "Grants permission to update information about the Amazon Inspector configuration settings for an AWS account",
|
|
@@ -65,14 +65,7 @@
|
|
|
65
65
|
"name": "CreateBridge",
|
|
66
66
|
"description": "Grants permission to create bridges",
|
|
67
67
|
"accessLevel": "Write",
|
|
68
|
-
"resourceTypes": [
|
|
69
|
-
{
|
|
70
|
-
"name": "Bridge",
|
|
71
|
-
"required": true,
|
|
72
|
-
"conditionKeys": [],
|
|
73
|
-
"dependentActions": []
|
|
74
|
-
}
|
|
75
|
-
],
|
|
68
|
+
"resourceTypes": [],
|
|
76
69
|
"conditionKeys": [],
|
|
77
70
|
"dependentActions": []
|
|
78
71
|
},
|
|
@@ -88,14 +81,7 @@
|
|
|
88
81
|
"name": "CreateGateway",
|
|
89
82
|
"description": "Grants permission to create gateways",
|
|
90
83
|
"accessLevel": "Write",
|
|
91
|
-
"resourceTypes": [
|
|
92
|
-
{
|
|
93
|
-
"name": "Gateway",
|
|
94
|
-
"required": true,
|
|
95
|
-
"conditionKeys": [],
|
|
96
|
-
"dependentActions": []
|
|
97
|
-
}
|
|
98
|
-
],
|
|
84
|
+
"resourceTypes": [],
|
|
99
85
|
"conditionKeys": [],
|
|
100
86
|
"dependentActions": []
|
|
101
87
|
},
|
|
@@ -584,6 +584,11 @@
|
|
|
584
584
|
"description": "Filters access by the ID of a volume",
|
|
585
585
|
"type": "String"
|
|
586
586
|
},
|
|
587
|
+
"ec2:volumeinitializationrate": {
|
|
588
|
+
"key": "ec2:VolumeInitializationRate",
|
|
589
|
+
"description": "Filters access by the initialization rate of the volume, in MiBps",
|
|
590
|
+
"type": "Numeric"
|
|
591
|
+
},
|
|
587
592
|
"ec2:volumeiops": {
|
|
588
593
|
"key": "ec2:VolumeIops",
|
|
589
594
|
"description": "Filters access by the the number of input/output operations per second (IOPS) provisioned for the volume",
|
iamdata/data/metadata.json
CHANGED
|
@@ -15,6 +15,19 @@
|
|
|
15
15
|
"ec2:ResourceTag/${TagKey}"
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
|
+
"capacity-block": {
|
|
19
|
+
"key": "capacity-block",
|
|
20
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-block/${CapacityBlockId}",
|
|
21
|
+
"conditionKeys": [
|
|
22
|
+
"aws:RequestTag/${TagKey}",
|
|
23
|
+
"aws:ResourceTag/${TagKey}",
|
|
24
|
+
"aws:TagKeys",
|
|
25
|
+
"ec2:Attribute",
|
|
26
|
+
"ec2:Attribute/${AttributeName}",
|
|
27
|
+
"ec2:Region",
|
|
28
|
+
"ec2:ResourceTag/${TagKey}"
|
|
29
|
+
]
|
|
30
|
+
},
|
|
18
31
|
"capacity-reservation-fleet": {
|
|
19
32
|
"key": "capacity-reservation-fleet",
|
|
20
33
|
"arn": "arn:${Partition}:ec2:${Region}:${Account}:capacity-reservation-fleet/${CapacityReservationFleetId}",
|
|
@@ -1139,6 +1152,7 @@
|
|
|
1139
1152
|
"ec2:Region",
|
|
1140
1153
|
"ec2:ResourceTag/${TagKey}",
|
|
1141
1154
|
"ec2:VolumeID",
|
|
1155
|
+
"ec2:VolumeInitializationRate",
|
|
1142
1156
|
"ec2:VolumeIops",
|
|
1143
1157
|
"ec2:VolumeSize",
|
|
1144
1158
|
"ec2:VolumeThroughput",
|
|
@@ -16,5 +16,19 @@
|
|
|
16
16
|
"conditionKeys": [
|
|
17
17
|
"aws:ResourceTag/${TagKey}"
|
|
18
18
|
]
|
|
19
|
+
},
|
|
20
|
+
"code security scan configuration": {
|
|
21
|
+
"key": "Code Security Scan Configuration",
|
|
22
|
+
"arn": "arn:${Partition}:inspector2:${Region}:${Account}:owner/${OwnerId}/codesecurity-configuration/${CodeSecurityScanConfigurationId}",
|
|
23
|
+
"conditionKeys": [
|
|
24
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
|
+
]
|
|
26
|
+
},
|
|
27
|
+
"code security integration": {
|
|
28
|
+
"key": "Code Security Integration",
|
|
29
|
+
"arn": "arn:${Partition}:inspector2:${Region}:${Account}:codesecurity-integration/${CodeSecurityIntegrationId}",
|
|
30
|
+
"conditionKeys": [
|
|
31
|
+
"aws:ResourceTag/${TagKey}"
|
|
32
|
+
]
|
|
19
33
|
}
|
|
20
34
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202507251
|
|
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,7 +4,7 @@ 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=
|
|
7
|
+
iamdata/data/metadata.json,sha256=dSxefUfmhwIhWIOyUIfAiGSYOXr_LGbfr-s1wpb7auo,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=2FxBQrJ7gxWVYB2S0sLqMHXdh3oW3n5Z2nWDT8H-2x0,18575
|
|
9
9
|
iamdata/data/services.json,sha256=FmWyi-xI0eK_g9bdwqFpaQKosjb2D4DoihExduuroyg,7223
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -59,7 +59,7 @@ iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23Pkoqy
|
|
|
59
59
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
60
60
|
iamdata/data/actions/bedrock-agentcore.json,sha256=4o0VbN1SNgEj0ZQ4_Mc4JoljfX7QPSohk9lQBrwJd28,29001
|
|
61
61
|
iamdata/data/actions/bedrock.json,sha256=xlgwOvlvbvU6GqPXAAStaJc3nZkRYEnSQIX1VUJsSyg,92928
|
|
62
|
-
iamdata/data/actions/billing.json,sha256=
|
|
62
|
+
iamdata/data/actions/billing.json,sha256=it40jkO1aQnvxXgcFqW5bc3gFzJCznyy_kwjnSGxbG0,9379
|
|
63
63
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
64
64
|
iamdata/data/actions/braket.json,sha256=ckpknxfX95gNPieCdF9SwWtG0h5vusN-D2BkldAANFs,5658
|
|
65
65
|
iamdata/data/actions/budgets.json,sha256=zHabdh-h4VycehSTplKnMRgHNt_yj-Z-uBcnjA9TCL4,6247
|
|
@@ -112,7 +112,7 @@ iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48
|
|
|
112
112
|
iamdata/data/actions/controlcatalog.json,sha256=Kk9RZWEn_KtTXcHpu42j6lYGGVYeZadDqmE_wXRC8T0,1895
|
|
113
113
|
iamdata/data/actions/controltower.json,sha256=PnFlVZBN3vX0fYoZgWDNm9crOIG4NHja19GBemNWqy0,21776
|
|
114
114
|
iamdata/data/actions/cost-optimization-hub.json,sha256=Ui0HD996OKHmG7q-EfCxMdCMT36UX8Fi49bZskRixWk,1925
|
|
115
|
-
iamdata/data/actions/cur.json,sha256=
|
|
115
|
+
iamdata/data/actions/cur.json,sha256=cKigywak1R1jKbMrLukLtZYpXp8ptWwJnf6m1WX1grA,4347
|
|
116
116
|
iamdata/data/actions/customer-verification.json,sha256=swOWI9OxSElv4DOpBEU5foN6Fg1ZDX8FDdPTncp61d8,1483
|
|
117
117
|
iamdata/data/actions/databrew.json,sha256=dJ2MhTmcx_k9wnbzptyfoA3N4pfphvm86i06j83XsDI,16949
|
|
118
118
|
iamdata/data/actions/dataexchange.json,sha256=tnNIB0P2Nd9KmBGi1F55lfIoBm2Mg0rAgJ5AZ2nx6x0,17264
|
|
@@ -139,7 +139,7 @@ iamdata/data/actions/dsql.json,sha256=92hEEkuc-fTmTx65rIFURAymKz13yxV8zVD37mnEZB
|
|
|
139
139
|
iamdata/data/actions/dynamodb.json,sha256=HC_vieSNmlSQa76UtXupbynM7M1-lbyHalRalbxs8hw,32519
|
|
140
140
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
|
141
141
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
|
142
|
-
iamdata/data/actions/ec2.json,sha256=
|
|
142
|
+
iamdata/data/actions/ec2.json,sha256=iWbQiGu08pQR4jaO09DjWA0tqRRHN1vTds11WNvz-z4,532124
|
|
143
143
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
|
144
144
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
|
145
145
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
@@ -157,7 +157,7 @@ iamdata/data/actions/elemental-appliances-software.json,sha256=ITJ9bDhj-7_O8xjSM
|
|
|
157
157
|
iamdata/data/actions/elemental-support-cases.json,sha256=dT1ASawW0gLgTGdbA-o-X7-6F-OsSExqHLkhgTgGuh4,6466
|
|
158
158
|
iamdata/data/actions/elemental-support-content.json,sha256=eAq3Ca4qB6_u3eDIOy5nRo6wkpE0tUEwu20za8FzUPE,241
|
|
159
159
|
iamdata/data/actions/emr-containers.json,sha256=nGxAT13C4zdXQhuM3IC8OXllQkQq4gHIJjV61OpOsWI,10483
|
|
160
|
-
iamdata/data/actions/emr-serverless.json,sha256=
|
|
160
|
+
iamdata/data/actions/emr-serverless.json,sha256=4LJer1lJk6Yd1t7q8KG2m3ukuObvjSWa0iGLzq5rxrA,7623
|
|
161
161
|
iamdata/data/actions/entityresolution.json,sha256=8YvuJu5ZnHeUIwZhB5dGiD7PGzEw-qwV_sT0PpwcS7A,14637
|
|
162
162
|
iamdata/data/actions/es.json,sha256=bdqD51F2DSxf5DAu6Kh1aTmNBsXH1MHBJCvCSvngMHQ,43956
|
|
163
163
|
iamdata/data/actions/events.json,sha256=Rj5DO-1s2H4kdiySUW8BKogNGJjIGrLV4dcX7yGsAgU,25122
|
|
@@ -199,7 +199,7 @@ iamdata/data/actions/imagebuilder.json,sha256=sbR1OcX71VPdtaYPHS0Y8g93S-CDfU0o1B
|
|
|
199
199
|
iamdata/data/actions/importexport.json,sha256=h1-JuJoaK_SEIUsKjZlSpjdlQ86fyNwkHCvi13vysPM,1738
|
|
200
200
|
iamdata/data/actions/inspector-scan.json,sha256=JxxlHGqpy6IUkAwGOWcIbg7Od4yr12QG3-KaKEd1HPI,269
|
|
201
201
|
iamdata/data/actions/inspector.json,sha256=Ub-q2PoES3dnr4drOiK8r2OO0ZNM9r_JnhJ8zkGdlgU,11657
|
|
202
|
-
iamdata/data/actions/inspector2.json,sha256=
|
|
202
|
+
iamdata/data/actions/inspector2.json,sha256=2TwZdy2sLPteb07iuTz6O07EjqbsDEt1fbQpRP6-bvE,25325
|
|
203
203
|
iamdata/data/actions/internetmonitor.json,sha256=gulk0F9omlCMYcIKxfy1_OocDJrtNpyFxAjOQdNDpdY,6094
|
|
204
204
|
iamdata/data/actions/invoicing.json,sha256=qS0q6VK-ZFU2aMzHxa5ypU-9ZDYPCAd1-tQSgPjD78k,4546
|
|
205
205
|
iamdata/data/actions/iot-device-tester.json,sha256=p9FlOHY4s67o7q-FmGsFVndW4uvo67_fSn_o3PySkBw,1393
|
|
@@ -247,7 +247,7 @@ iamdata/data/actions/managedblockchain.json,sha256=e0VHMsIO_QovdrOAj1_lugJESamOa
|
|
|
247
247
|
iamdata/data/actions/mapcredits.json,sha256=uMmDDAz12yubXo9y66FlFgc6TsNhUKZ-Ru-ktR_6ktg,1408
|
|
248
248
|
iamdata/data/actions/marketplacecommerceanalytics.json,sha256=sW_meNMrRvIKPcZRrq__ZBIKlmEwX5Wr30MMmpCF7eA,518
|
|
249
249
|
iamdata/data/actions/mechanicalturk.json,sha256=5sUroLdzV7lZrsWBrNmaAFkzb_FTFIXy9_l1Jt7FgkY,11662
|
|
250
|
-
iamdata/data/actions/mediaconnect.json,sha256=
|
|
250
|
+
iamdata/data/actions/mediaconnect.json,sha256=3e7_fbdALW3bZD7Ci6atGhOXBRI1Wu7xJB0xn2smcbs,16012
|
|
251
251
|
iamdata/data/actions/mediaconvert.json,sha256=7Mjkv6ZJcKoPHjVmlwwW1HsrmF68dgFinXkJDCSPSIQ,12792
|
|
252
252
|
iamdata/data/actions/mediaimport.json,sha256=0x92lpq2O0S6cjsRCjmQQ6tDfgL3z1aWgUum1XmUz8g,329
|
|
253
253
|
iamdata/data/actions/medialive.json,sha256=PK7mk6Ki5h2mB8NCL-k45Kbp0sqD1CIFXSiZ6CIHKtM,52036
|
|
@@ -564,7 +564,7 @@ iamdata/data/conditionKeys/dsql.json,sha256=dWDO0hw_y13cCNsebSykFjMJJGAkuhzdZ4LX
|
|
|
564
564
|
iamdata/data/conditionKeys/dynamodb.json,sha256=OOdHPICHySEHAB8aPh-67YglqDnq2uuwEqVK-ezSRCI,1932
|
|
565
565
|
iamdata/data/conditionKeys/ebs.json,sha256=GvhfdYhT_U5muPKfsAKAD-fKL8vFFGx0wmYlni85rzI,1042
|
|
566
566
|
iamdata/data/conditionKeys/ec2-instance-connect.json,sha256=2zfiC5l7CR42QEVepU1ESrrwswN-DhCjWfWvaZMe7vk,1167
|
|
567
|
-
iamdata/data/conditionKeys/ec2.json,sha256=
|
|
567
|
+
iamdata/data/conditionKeys/ec2.json,sha256=NdCHUXUE4vvKaIi400oMHGKst9IJut8aEAWqBumpsvE,24926
|
|
568
568
|
iamdata/data/conditionKeys/ec2messages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
|
|
569
569
|
iamdata/data/conditionKeys/ecr-public.json,sha256=51bQfBuLh-b_fqAhlxKGp81zVbaSdkWVg29SRvVoi8U,764
|
|
570
570
|
iamdata/data/conditionKeys/ecr.json,sha256=DvjSF2Bl80kd7EkBBcH5AESp4V1lnSj9dTQZNmiYHcw,860
|
|
@@ -989,7 +989,7 @@ iamdata/data/resourceTypes/dsql.json,sha256=IXlF846K2_5vaSD_laF0PclcNj8GYgQjlIVY
|
|
|
989
989
|
iamdata/data/resourceTypes/dynamodb.json,sha256=tKPW8mCqd-I7XVmon85l0pwZ3hEUaM4AgCF62SlLjuI,1079
|
|
990
990
|
iamdata/data/resourceTypes/ebs.json,sha256=IrmZIp2kkVvqipTbQ79UEhzs_0odG193uDOChdaVAYM,310
|
|
991
991
|
iamdata/data/resourceTypes/ec2-instance-connect.json,sha256=B25bqvMKwZ4AdJe7K-O-KrR9_IgNgaZQy0dHYUpsW9w,510
|
|
992
|
-
iamdata/data/resourceTypes/ec2.json,sha256=
|
|
992
|
+
iamdata/data/resourceTypes/ec2.json,sha256=RaITuP-7x_g9CdNXAdCbN9NWr1_xgI33utF1ONb-5tU,40795
|
|
993
993
|
iamdata/data/resourceTypes/ec2messages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
994
994
|
iamdata/data/resourceTypes/ecr-public.json,sha256=KUpluHsdDXNerckt6wv1xdwB9rcazjHduNbJ0ggsKH0,358
|
|
995
995
|
iamdata/data/resourceTypes/ecr.json,sha256=2MdA0kDOXNwmzmZy7wX5d4w46KicgEnKCnNi6a-zCi4,233
|
|
@@ -1049,7 +1049,7 @@ iamdata/data/resourceTypes/imagebuilder.json,sha256=4LgoHy4nkftrjmiYkCW1T4x234n8
|
|
|
1049
1049
|
iamdata/data/resourceTypes/importexport.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1050
1050
|
iamdata/data/resourceTypes/inspector-scan.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1051
1051
|
iamdata/data/resourceTypes/inspector.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1052
|
-
iamdata/data/resourceTypes/inspector2.json,sha256=
|
|
1052
|
+
iamdata/data/resourceTypes/inspector2.json,sha256=RgMycJ9Y484gPgbSXyMXvkqKnDu8VHWmY3htv3uFnA0,1143
|
|
1053
1053
|
iamdata/data/resourceTypes/internetmonitor.json,sha256=L_2kQtm0HmhQbOif9L8K2FossGJA1s4nS8lgSrLWLHk,572
|
|
1054
1054
|
iamdata/data/resourceTypes/invoicing.json,sha256=DhSlBITFYNy5DcCTjg2NftjJaXfMn_WK3LuLH-v_mzA,197
|
|
1055
1055
|
iamdata/data/resourceTypes/iot-device-tester.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -1286,7 +1286,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1286
1286
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1287
1287
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1288
1288
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1289
|
-
iamdata-0.1.
|
|
1290
|
-
iamdata-0.1.
|
|
1291
|
-
iamdata-0.1.
|
|
1292
|
-
iamdata-0.1.
|
|
1289
|
+
iamdata-0.1.202507251.dist-info/METADATA,sha256=xRFaF8whbZaCL-UfjvD-N1zG4BApsXOZP1_7feqovAQ,3491
|
|
1290
|
+
iamdata-0.1.202507251.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1291
|
+
iamdata-0.1.202507251.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1292
|
+
iamdata-0.1.202507251.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|