iamdata 0.1.202506241__py3-none-any.whl → 0.1.202506261__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/aiops.json +15 -0
- iamdata/data/actions/cloud9.json +0 -9
- iamdata/data/actions/ec2.json +14 -0
- iamdata/data/actions/fsx.json +44 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/ec2.json +0 -2
- iamdata/data/serviceNames.json +1 -1
- {iamdata-0.1.202506241.dist-info → iamdata-0.1.202506261.dist-info}/METADATA +1 -1
- {iamdata-0.1.202506241.dist-info → iamdata-0.1.202506261.dist-info}/RECORD +11 -11
- {iamdata-0.1.202506241.dist-info → iamdata-0.1.202506261.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202506241.dist-info → iamdata-0.1.202506261.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/aiops.json
CHANGED
@@ -386,5 +386,20 @@
|
|
386
386
|
"sso:PutApplicationGrant",
|
387
387
|
"sso:TagResource"
|
388
388
|
]
|
389
|
+
},
|
390
|
+
"validateinvestigationgroup": {
|
391
|
+
"name": "ValidateInvestigationGroup",
|
392
|
+
"description": "Grants permission to validate the specified investigation group",
|
393
|
+
"accessLevel": "Read",
|
394
|
+
"resourceTypes": [
|
395
|
+
{
|
396
|
+
"name": "investigation-group",
|
397
|
+
"required": true,
|
398
|
+
"conditionKeys": [],
|
399
|
+
"dependentActions": []
|
400
|
+
}
|
401
|
+
],
|
402
|
+
"conditionKeys": [],
|
403
|
+
"dependentActions": []
|
389
404
|
}
|
390
405
|
}
|
iamdata/data/actions/cloud9.json
CHANGED
@@ -437,14 +437,5 @@
|
|
437
437
|
"resourceTypes": [],
|
438
438
|
"conditionKeys": [],
|
439
439
|
"dependentActions": []
|
440
|
-
},
|
441
|
-
"validateenvironmentname": {
|
442
|
-
"name": "ValidateEnvironmentName",
|
443
|
-
"isPermissionOnly": true,
|
444
|
-
"description": "Grants permission to validate the environment name during the process of creating an AWS Cloud9 development environment",
|
445
|
-
"accessLevel": "Read",
|
446
|
-
"resourceTypes": [],
|
447
|
-
"conditionKeys": [],
|
448
|
-
"dependentActions": []
|
449
440
|
}
|
450
441
|
}
|
iamdata/data/actions/ec2.json
CHANGED
@@ -5965,6 +5965,9 @@
|
|
5965
5965
|
],
|
5966
5966
|
"dependentActions": [
|
5967
5967
|
"ec2:CreateTags",
|
5968
|
+
"ec2:DescribeSecurityGroups",
|
5969
|
+
"ec2:DescribeSubnets",
|
5970
|
+
"ec2:DescribeVpcs",
|
5968
5971
|
"route53:AssociateVPCWithHostedZone"
|
5969
5972
|
]
|
5970
5973
|
},
|
@@ -15381,6 +15384,17 @@
|
|
15381
15384
|
"ec2:Vpc"
|
15382
15385
|
],
|
15383
15386
|
"dependentActions": []
|
15387
|
+
},
|
15388
|
+
{
|
15389
|
+
"name": "subnet",
|
15390
|
+
"required": false,
|
15391
|
+
"conditionKeys": [
|
15392
|
+
"aws:ResourceTag/${TagKey}",
|
15393
|
+
"ec2:AvailabilityZone",
|
15394
|
+
"ec2:ResourceTag/${TagKey}",
|
15395
|
+
"ec2:Vpc"
|
15396
|
+
],
|
15397
|
+
"dependentActions": []
|
15384
15398
|
}
|
15385
15399
|
],
|
15386
15400
|
"conditionKeys": [
|
iamdata/data/actions/fsx.json
CHANGED
@@ -102,6 +102,25 @@
|
|
102
102
|
"conditionKeys": [],
|
103
103
|
"dependentActions": []
|
104
104
|
},
|
105
|
+
"createandattachs3accesspoint": {
|
106
|
+
"name": "CreateAndAttachS3AccessPoint",
|
107
|
+
"description": "Grants permission to create and attach a S3 Access Point to a FSx File System",
|
108
|
+
"accessLevel": "Write",
|
109
|
+
"resourceTypes": [
|
110
|
+
{
|
111
|
+
"name": "volume",
|
112
|
+
"required": false,
|
113
|
+
"conditionKeys": [],
|
114
|
+
"dependentActions": []
|
115
|
+
}
|
116
|
+
],
|
117
|
+
"conditionKeys": [],
|
118
|
+
"dependentActions": [
|
119
|
+
"s3:CreateAccessPoint",
|
120
|
+
"s3:GetAccessPoint",
|
121
|
+
"s3:PutAccessPointPolicy"
|
122
|
+
]
|
123
|
+
},
|
105
124
|
"createbackup": {
|
106
125
|
"name": "CreateBackup",
|
107
126
|
"description": "Grants permission to create a new backup of an Amazon FSx file system or an Amazon FSx volume",
|
@@ -613,6 +632,14 @@
|
|
613
632
|
"conditionKeys": [],
|
614
633
|
"dependentActions": []
|
615
634
|
},
|
635
|
+
"describes3accesspointattachments": {
|
636
|
+
"name": "DescribeS3AccessPointAttachments",
|
637
|
+
"description": "Grants permission to return the descriptions of S3 Access Point Attachments",
|
638
|
+
"accessLevel": "Read",
|
639
|
+
"resourceTypes": [],
|
640
|
+
"conditionKeys": [],
|
641
|
+
"dependentActions": []
|
642
|
+
},
|
616
643
|
"describesharedvpcconfiguration": {
|
617
644
|
"name": "DescribeSharedVpcConfiguration",
|
618
645
|
"description": "Grants permission to return the descriptions of whether FSx route table updates from participant accounts are allowed in your account",
|
@@ -645,6 +672,23 @@
|
|
645
672
|
"conditionKeys": [],
|
646
673
|
"dependentActions": []
|
647
674
|
},
|
675
|
+
"detachanddeletes3accesspoint": {
|
676
|
+
"name": "DetachAndDeleteS3AccessPoint",
|
677
|
+
"description": "Grants permission to detach an S3 Access Point from an Amazon FSx File System and delete the S3 Access Point",
|
678
|
+
"accessLevel": "Write",
|
679
|
+
"resourceTypes": [
|
680
|
+
{
|
681
|
+
"name": "volume",
|
682
|
+
"required": false,
|
683
|
+
"conditionKeys": [],
|
684
|
+
"dependentActions": []
|
685
|
+
}
|
686
|
+
],
|
687
|
+
"conditionKeys": [],
|
688
|
+
"dependentActions": [
|
689
|
+
"s3:DeleteAccessPoint"
|
690
|
+
]
|
691
|
+
},
|
648
692
|
"disassociatefilegateway": {
|
649
693
|
"name": "DisassociateFileGateway",
|
650
694
|
"isPermissionOnly": true,
|
iamdata/data/metadata.json
CHANGED
iamdata/data/serviceNames.json
CHANGED
@@ -165,7 +165,7 @@
|
|
165
165
|
"freertos": "Amazon FreeRTOS",
|
166
166
|
"freetier": "AWS Free Tier",
|
167
167
|
"fsx": "Amazon FSx",
|
168
|
-
"gamelift": "Amazon GameLift",
|
168
|
+
"gamelift": "Amazon GameLift Servers",
|
169
169
|
"gameliftstreams": "Amazon GameLift Streams",
|
170
170
|
"geo": "Amazon Location",
|
171
171
|
"geo-maps": "Amazon Location Service Maps",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: iamdata
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.202506261
|
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,8 +4,8 @@ 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=
|
8
|
-
iamdata/data/serviceNames.json,sha256=
|
7
|
+
iamdata/data/metadata.json,sha256=z6tB-IEsd3zcAFjsK7fUK527qzJTAN0jn0SkVvmWodU,76
|
8
|
+
iamdata/data/serviceNames.json,sha256=Y0lO-yS6RKoLscENqwZmaFmO-lpTVDULebaAE2DL4r4,18463
|
9
9
|
iamdata/data/services.json,sha256=tOMPn_2c_zODHhAM0eS0-SG3Uh91-tH-eBR_SMs5vcI,7173
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
11
11
|
iamdata/data/actions/a4b.json,sha256=9La5kB7t8g1LE0uLDVuOMPeSgY5YBTZRt88XxdlSDFg,35617
|
@@ -14,7 +14,7 @@ iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3Vq
|
|
14
14
|
iamdata/data/actions/acm-pca.json,sha256=_XtYyJtyfGPiXgK8PtSWzNPXph23VotzCGMp8ZWg9Wg,10119
|
15
15
|
iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE,6484
|
16
16
|
iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
|
17
|
-
iamdata/data/actions/aiops.json,sha256=
|
17
|
+
iamdata/data/actions/aiops.json,sha256=gdYm2Fc2uv2dfvI1S8_iMNlOUvBIvmWLtatkYig6Fi0,11338
|
18
18
|
iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
|
19
19
|
iamdata/data/actions/amplify.json,sha256=P7nVW339-sVsELNEgWchmbtBLvkJddH0vRymEqSoEUM,16794
|
20
20
|
iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
|
@@ -70,7 +70,7 @@ iamdata/data/actions/chatbot.json,sha256=u-Ib1coBm3aWz1nnfQoLpK8ADrCvZX85otTuUPp
|
|
70
70
|
iamdata/data/actions/chime.json,sha256=8gattJeWU-RLXnSBCxbwmBC9TlTiph1n1RddqIIQv34,134408
|
71
71
|
iamdata/data/actions/cleanrooms-ml.json,sha256=5PGSYRckq8xpMuzTrOjBN6j3I9UwHPcttBh7ULHjnrk,29129
|
72
72
|
iamdata/data/actions/cleanrooms.json,sha256=a_Zh9iODZ31v-_4EhjJ6km67MUhRLZgtOdj-8PFC9a0,48419
|
73
|
-
iamdata/data/actions/cloud9.json,sha256=
|
73
|
+
iamdata/data/actions/cloud9.json,sha256=uAxjSH88ABvGXz2YaADg42entA0mBcOSIY9-zCGZayY,12911
|
74
74
|
iamdata/data/actions/clouddirectory.json,sha256=CH3QAtTSZb7UCWXCYkfddRG5rGNbIXupVatrFPKG4PM,29198
|
75
75
|
iamdata/data/actions/cloudformation.json,sha256=7woLNfne-QjqJCZy15BsJrQKaV-5vlCX0aHlF_srLyg,38905
|
76
76
|
iamdata/data/actions/cloudfront-keyvaluestore.json,sha256=hNTagDn1DcoTc-XDysrPaGQ3qjbddWwh2DkHt_4Cxws,2333
|
@@ -138,7 +138,7 @@ iamdata/data/actions/dsql.json,sha256=jn-OZUQ9V2KQsvJTAThsu4a3t3HgLwF2mwjhmrzOrz
|
|
138
138
|
iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
|
139
139
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
140
140
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
141
|
-
iamdata/data/actions/ec2.json,sha256=
|
141
|
+
iamdata/data/actions/ec2.json,sha256=js3kgwED6CirQpbhzj7CKlsH7wUQuaodJ30ilytRBWo,530317
|
142
142
|
iamdata/data/actions/ec2messages.json,sha256=hQhk0nVms_RJTliJFNmB0_vk_HYIfC_h-MK9oEcXcI0,1747
|
143
143
|
iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWujUIm9Q-U,9453
|
144
144
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
@@ -172,7 +172,7 @@ iamdata/data/actions/forecast.json,sha256=AdZK8zPcx_2Nr_kUYFybKJC6cRn7b6t6Gux-1w
|
|
172
172
|
iamdata/data/actions/frauddetector.json,sha256=R0wL0WeWPRaX8AC9pB0AE53EmWkzPEjdbeq5mf2msUk,43491
|
173
173
|
iamdata/data/actions/freertos.json,sha256=qEEj4gmepGjIIyjB9ho8ZN43pBRjh8-RxZvggdxEA_M,6335
|
174
174
|
iamdata/data/actions/freetier.json,sha256=9VVe4Oq-fAYAk0PapOlnGgP1HlW0osu5Dw6o42oA6vE,869
|
175
|
-
iamdata/data/actions/fsx.json,sha256=
|
175
|
+
iamdata/data/actions/fsx.json,sha256=T4IV4P4tJCqa1coyQDQ3XfMIM_eABSBMhugW83131uI,30262
|
176
176
|
iamdata/data/actions/gamelift.json,sha256=qHYa4M3qEDU-kErfFO4LvOzKaU6XqObOEh-MpPk6pgk,50331
|
177
177
|
iamdata/data/actions/gameliftstreams.json,sha256=2_fH5E41YHt0iqXRALV6fTzNbO5U1KV9CcMRI7PlPWM,9480
|
178
178
|
iamdata/data/actions/geo-maps.json,sha256=X4g1-CUuAzBGk7j-FJFNTIJX0iSKgoNBIM_M2tvWUSY,708
|
@@ -982,7 +982,7 @@ iamdata/data/resourceTypes/dsql.json,sha256=IXlF846K2_5vaSD_laF0PclcNj8GYgQjlIVY
|
|
982
982
|
iamdata/data/resourceTypes/dynamodb.json,sha256=tKPW8mCqd-I7XVmon85l0pwZ3hEUaM4AgCF62SlLjuI,1079
|
983
983
|
iamdata/data/resourceTypes/ebs.json,sha256=IrmZIp2kkVvqipTbQ79UEhzs_0odG193uDOChdaVAYM,310
|
984
984
|
iamdata/data/resourceTypes/ec2-instance-connect.json,sha256=B25bqvMKwZ4AdJe7K-O-KrR9_IgNgaZQy0dHYUpsW9w,510
|
985
|
-
iamdata/data/resourceTypes/ec2.json,sha256=
|
985
|
+
iamdata/data/resourceTypes/ec2.json,sha256=k8rI5enUNGEyzV9FFaqdplpCIwe-yTRDI1UuSIqCTV0,40375
|
986
986
|
iamdata/data/resourceTypes/ec2messages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
987
987
|
iamdata/data/resourceTypes/ecr-public.json,sha256=KUpluHsdDXNerckt6wv1xdwB9rcazjHduNbJ0ggsKH0,358
|
988
988
|
iamdata/data/resourceTypes/ecr.json,sha256=2MdA0kDOXNwmzmZy7wX5d4w46KicgEnKCnNi6a-zCi4,233
|
@@ -1277,7 +1277,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
1277
1277
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
1278
1278
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
1279
1279
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
1280
|
-
iamdata-0.1.
|
1281
|
-
iamdata-0.1.
|
1282
|
-
iamdata-0.1.
|
1283
|
-
iamdata-0.1.
|
1280
|
+
iamdata-0.1.202506261.dist-info/METADATA,sha256=9jnqZAMHqYUqVlS_NHSdLBAnswm4a2FBYvhYy9kYYTI,3491
|
1281
|
+
iamdata-0.1.202506261.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1282
|
+
iamdata-0.1.202506261.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1283
|
+
iamdata-0.1.202506261.dist-info/RECORD,,
|
File without changes
|
File without changes
|