iamdata 0.1.202509021__py3-none-any.whl → 0.1.202509041__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 +8 -0
- iamdata/data/actions/cleanrooms.json +49 -0
- iamdata/data/actions/iam.json +13 -4
- iamdata/data/actions/mq.json +16 -0
- iamdata/data/conditionKeys/iam.json +10 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/kinesis.json +4 -1
- {iamdata-0.1.202509021.dist-info → iamdata-0.1.202509041.dist-info}/METADATA +1 -1
- {iamdata-0.1.202509021.dist-info → iamdata-0.1.202509041.dist-info}/RECORD +11 -11
- {iamdata-0.1.202509021.dist-info → iamdata-0.1.202509041.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202509021.dist-info → iamdata-0.1.202509041.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/aiops.json
CHANGED
@@ -139,6 +139,14 @@
|
|
139
139
|
"conditionKeys": [],
|
140
140
|
"dependentActions": []
|
141
141
|
},
|
142
|
+
"getephemeralinvestigationresults": {
|
143
|
+
"name": "GetEphemeralInvestigationResults",
|
144
|
+
"description": "Grants permission to run and retrieve ephemeral investigation results",
|
145
|
+
"accessLevel": "List",
|
146
|
+
"resourceTypes": [],
|
147
|
+
"conditionKeys": [],
|
148
|
+
"dependentActions": []
|
149
|
+
},
|
142
150
|
"getinvestigation": {
|
143
151
|
"name": "GetInvestigation",
|
144
152
|
"description": "Grants permission to retrieve an investigation in the specified investigation group",
|
@@ -128,6 +128,25 @@
|
|
128
128
|
],
|
129
129
|
"dependentActions": []
|
130
130
|
},
|
131
|
+
"createcollaborationchangerequest": {
|
132
|
+
"name": "CreateCollaborationChangeRequest",
|
133
|
+
"description": "Grants permission to create a change request in a collaboration",
|
134
|
+
"accessLevel": "Write",
|
135
|
+
"resourceTypes": [
|
136
|
+
{
|
137
|
+
"name": "collaboration",
|
138
|
+
"required": true,
|
139
|
+
"conditionKeys": [],
|
140
|
+
"dependentActions": []
|
141
|
+
}
|
142
|
+
],
|
143
|
+
"conditionKeys": [
|
144
|
+
"aws:RequestTag/${TagKey}",
|
145
|
+
"aws:ResourceTag/${TagKey}",
|
146
|
+
"aws:TagKeys"
|
147
|
+
],
|
148
|
+
"dependentActions": []
|
149
|
+
},
|
131
150
|
"createconfiguredaudiencemodelassociation": {
|
132
151
|
"name": "CreateConfiguredAudienceModelAssociation",
|
133
152
|
"description": "Grants permission to link a Cleanrooms ML configured audience model with a collaboration by creating a new association",
|
@@ -658,6 +677,21 @@
|
|
658
677
|
"conditionKeys": [],
|
659
678
|
"dependentActions": []
|
660
679
|
},
|
680
|
+
"getcollaborationchangerequest": {
|
681
|
+
"name": "GetCollaborationChangeRequest",
|
682
|
+
"description": "Grants permission to get a change request in a collaboration",
|
683
|
+
"accessLevel": "Read",
|
684
|
+
"resourceTypes": [
|
685
|
+
{
|
686
|
+
"name": "collaboration",
|
687
|
+
"required": true,
|
688
|
+
"conditionKeys": [],
|
689
|
+
"dependentActions": []
|
690
|
+
}
|
691
|
+
],
|
692
|
+
"conditionKeys": [],
|
693
|
+
"dependentActions": []
|
694
|
+
},
|
661
695
|
"getcollaborationconfiguredaudiencemodelassociation": {
|
662
696
|
"name": "GetCollaborationConfiguredAudienceModelAssociation",
|
663
697
|
"description": "Grants permission to view details for a configured audience model association within a collaboration",
|
@@ -980,6 +1014,21 @@
|
|
980
1014
|
"conditionKeys": [],
|
981
1015
|
"dependentActions": []
|
982
1016
|
},
|
1017
|
+
"listcollaborationchangerequests": {
|
1018
|
+
"name": "ListCollaborationChangeRequests",
|
1019
|
+
"description": "Grants permission to list change requests in a collaboration",
|
1020
|
+
"accessLevel": "List",
|
1021
|
+
"resourceTypes": [
|
1022
|
+
{
|
1023
|
+
"name": "collaboration",
|
1024
|
+
"required": true,
|
1025
|
+
"conditionKeys": [],
|
1026
|
+
"dependentActions": []
|
1027
|
+
}
|
1028
|
+
],
|
1029
|
+
"conditionKeys": [],
|
1030
|
+
"dependentActions": []
|
1031
|
+
},
|
983
1032
|
"listcollaborationconfiguredaudiencemodelassociations": {
|
984
1033
|
"name": "ListCollaborationConfiguredAudienceModelAssociations",
|
985
1034
|
"description": "Grants permission to list available configured audience model association within a collaboration",
|
iamdata/data/actions/iam.json
CHANGED
@@ -302,7 +302,10 @@
|
|
302
302
|
"dependentActions": []
|
303
303
|
}
|
304
304
|
],
|
305
|
-
"conditionKeys": [
|
305
|
+
"conditionKeys": [
|
306
|
+
"iam:ServiceSpecificCredentialAgeDays",
|
307
|
+
"iam:ServiceSpecificCredentialServiceName"
|
308
|
+
],
|
306
309
|
"dependentActions": []
|
307
310
|
},
|
308
311
|
"createuser": {
|
@@ -622,7 +625,9 @@
|
|
622
625
|
"dependentActions": []
|
623
626
|
}
|
624
627
|
],
|
625
|
-
"conditionKeys": [
|
628
|
+
"conditionKeys": [
|
629
|
+
"iam:ServiceSpecificCredentialServiceName"
|
630
|
+
],
|
626
631
|
"dependentActions": []
|
627
632
|
},
|
628
633
|
"deletesigningcertificate": {
|
@@ -1885,7 +1890,9 @@
|
|
1885
1890
|
"dependentActions": []
|
1886
1891
|
}
|
1887
1892
|
],
|
1888
|
-
"conditionKeys": [
|
1893
|
+
"conditionKeys": [
|
1894
|
+
"iam:ServiceSpecificCredentialServiceName"
|
1895
|
+
],
|
1889
1896
|
"dependentActions": []
|
1890
1897
|
},
|
1891
1898
|
"resyncmfadevice": {
|
@@ -2443,7 +2450,9 @@
|
|
2443
2450
|
"dependentActions": []
|
2444
2451
|
}
|
2445
2452
|
],
|
2446
|
-
"conditionKeys": [
|
2453
|
+
"conditionKeys": [
|
2454
|
+
"iam:ServiceSpecificCredentialServiceName"
|
2455
|
+
],
|
2447
2456
|
"dependentActions": []
|
2448
2457
|
},
|
2449
2458
|
"updatesigningcertificate": {
|
iamdata/data/actions/mq.json
CHANGED
@@ -352,6 +352,22 @@
|
|
352
352
|
"conditionKeys": [],
|
353
353
|
"dependentActions": []
|
354
354
|
},
|
355
|
+
"updatebrokeraccessconfiguration": {
|
356
|
+
"name": "UpdateBrokerAccessConfiguration",
|
357
|
+
"isPermissionOnly": true,
|
358
|
+
"description": "Grants permission to update RabbitMQ broker authentication and authorization configuration",
|
359
|
+
"accessLevel": "Write",
|
360
|
+
"resourceTypes": [
|
361
|
+
{
|
362
|
+
"name": "brokers",
|
363
|
+
"required": true,
|
364
|
+
"conditionKeys": [],
|
365
|
+
"dependentActions": []
|
366
|
+
}
|
367
|
+
],
|
368
|
+
"conditionKeys": [],
|
369
|
+
"dependentActions": []
|
370
|
+
},
|
355
371
|
"updateconfiguration": {
|
356
372
|
"name": "UpdateConfiguration",
|
357
373
|
"description": "Grants permission to update the specified configuration",
|
@@ -68,5 +68,15 @@
|
|
68
68
|
"key": "iam:ResourceTag/${TagKey}",
|
69
69
|
"description": "Filters access by the tags attached to an IAM entity (user or role)",
|
70
70
|
"type": "String"
|
71
|
+
},
|
72
|
+
"iam:servicespecificcredentialagedays": {
|
73
|
+
"key": "iam:ServiceSpecificCredentialAgeDays",
|
74
|
+
"description": "Filters access by the duration until the credential's expiration",
|
75
|
+
"type": "Numeric"
|
76
|
+
},
|
77
|
+
"iam:servicespecificcredentialservicename": {
|
78
|
+
"key": "iam:ServiceSpecificCredentialServiceName",
|
79
|
+
"description": "Filters access by the service associated with the credential",
|
80
|
+
"type": "String"
|
71
81
|
}
|
72
82
|
}
|
iamdata/data/metadata.json
CHANGED
@@ -8,7 +8,10 @@
|
|
8
8
|
},
|
9
9
|
"consumer": {
|
10
10
|
"key": "consumer",
|
11
|
-
"arn": "arn:${Partition}:kinesis:${Region}:${Account}:${StreamType}/${StreamName}/consumer/${ConsumerName}:${ConsumerCreationTimpstamp}"
|
11
|
+
"arn": "arn:${Partition}:kinesis:${Region}:${Account}:${StreamType}/${StreamName}/consumer/${ConsumerName}:${ConsumerCreationTimpstamp}",
|
12
|
+
"conditionKeys": [
|
13
|
+
"aws:ResourceTag/${TagKey}"
|
14
|
+
]
|
12
15
|
},
|
13
16
|
"kmskey": {
|
14
17
|
"key": "kmsKey",
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: iamdata
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.202509041
|
4
4
|
Summary: IAM data for AWS actions, resources, and conditions based on IAM policy documents. Checked for updates daily.
|
5
5
|
Project-URL: Homepage, https://github.com/cloud-copilot/iam-data-python
|
6
6
|
Project-URL: Issues, https://github.com/cloud-copilot/iam-data-python/issues
|
@@ -5,7 +5,7 @@ iamdata/resources.py,sha256=q55U8l74HnjnkHp1-i2-rZCe-IsZpZWmfGeMvQjf4xo,1166
|
|
5
5
|
iamdata/services.py,sha256=trEYZQnUb_vwEN-L29RY-vJFnEXDGrpppVpAeQazjgw,689
|
6
6
|
iamdata/utils.py,sha256=mwNqfgNO51L33Ag_K9VxaP85J6XRoZrN7rKz6Q_DJQk,398
|
7
7
|
iamdata/data/conditionPatterns.json,sha256=V5ku4ezJfk6znSFJ1_o-qjzjondyQIR66exDGblNmLY,6431
|
8
|
-
iamdata/data/metadata.json,sha256=
|
8
|
+
iamdata/data/metadata.json,sha256=D6sW6V1sIEARK6q1po3hO2lNHMoZuBjVdpLtLSbUUSA,76
|
9
9
|
iamdata/data/serviceNames.json,sha256=7JeiQW8vW89qj2ZiUVKeeAi61Wo-DcxWwCCTKxPx888,18866
|
10
10
|
iamdata/data/services.json,sha256=bvvZkc0zB27LMZr4oER7-EXSQU1-r8DdPLK-cEg1DNo,7304
|
11
11
|
iamdata/data/unassociatedConditions.json,sha256=6EY1aU1vxuC97fhahdbkuy3FE_vxzxRewxDj8RPuC3U,244
|
@@ -16,7 +16,7 @@ iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3Vq
|
|
16
16
|
iamdata/data/actions/acm-pca.json,sha256=_XtYyJtyfGPiXgK8PtSWzNPXph23VotzCGMp8ZWg9Wg,10119
|
17
17
|
iamdata/data/actions/acm.json,sha256=nDtI7PGahr1fQfAyvEvK1B0GJq8EiAmwJvC9yIMd7DE,6484
|
18
18
|
iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
|
19
|
-
iamdata/data/actions/aiops.json,sha256=
|
19
|
+
iamdata/data/actions/aiops.json,sha256=WtNnQG2F-kPQa-xQ3NRKn3IknedRpz_1S5TYG2_D-yA,11627
|
20
20
|
iamdata/data/actions/airflow.json,sha256=_vR379Y3V_5MSinPJReSi0GQrEPHGFty3c1TU_td9Vo,5034
|
21
21
|
iamdata/data/actions/amplify.json,sha256=P7nVW339-sVsELNEgWchmbtBLvkJddH0vRymEqSoEUM,16794
|
22
22
|
iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
|
@@ -75,7 +75,7 @@ iamdata/data/actions/ce.json,sha256=FVgTpieSXfdkDUB103G3HyTFnK38FqAmeuyJo8s-nm8,
|
|
75
75
|
iamdata/data/actions/chatbot.json,sha256=ovx7fLBmLx_kJMwpHgAROlwYcdCPco4QEV-Zet0ETeE,14735
|
76
76
|
iamdata/data/actions/chime.json,sha256=8gattJeWU-RLXnSBCxbwmBC9TlTiph1n1RddqIIQv34,134408
|
77
77
|
iamdata/data/actions/cleanrooms-ml.json,sha256=X_4SPuOACo_4We5-3JYBIP1bPPJzdD4XR_5Mz2WdydI,29452
|
78
|
-
iamdata/data/actions/cleanrooms.json,sha256=
|
78
|
+
iamdata/data/actions/cleanrooms.json,sha256=2zpewHmGNbqJA7d73sNoATGoDebpfyIRa4noV8wDRt8,51077
|
79
79
|
iamdata/data/actions/cloud9.json,sha256=hPRl1ah40UI913-gRC8Bo8hPAtAbe0nsytNy6lxTHqw,12969
|
80
80
|
iamdata/data/actions/clouddirectory.json,sha256=CH3QAtTSZb7UCWXCYkfddRG5rGNbIXupVatrFPKG4PM,29198
|
81
81
|
iamdata/data/actions/cloudformation.json,sha256=7woLNfne-QjqJCZy15BsJrQKaV-5vlCX0aHlF_srLyg,38905
|
@@ -196,7 +196,7 @@ iamdata/data/actions/guardduty.json,sha256=kcWUNgOzdIcy9NlGmlBfwvM8mKXJs9WiQ-MVI
|
|
196
196
|
iamdata/data/actions/health.json,sha256=STB5wgp2_Gz4Y1lXGAUoPGJbhAx2pTlkQ1AAvDjXk0E,5296
|
197
197
|
iamdata/data/actions/healthlake.json,sha256=iQPh4dXfChtbNwTFnecuo8gfAgBCOPcmgUBfL2KLTyY,11445
|
198
198
|
iamdata/data/actions/honeycode.json,sha256=BVtEU7xzGQ_QEm2BJW_j2NdNkVm9BWnG73y14LQV4Bs,9710
|
199
|
-
iamdata/data/actions/iam.json,sha256=
|
199
|
+
iamdata/data/actions/iam.json,sha256=I83uLhuZHku2Mx_9qj92pUdJmpTfik-7ZEVl3iPhrq8,72162
|
200
200
|
iamdata/data/actions/identity-sync.json,sha256=w2y9PcBgULyvcuf1Rk68KcSsyFpkklKSpkQ2HO-AOkE,5633
|
201
201
|
iamdata/data/actions/identitystore-auth.json,sha256=m2DQl4cOuoIGJgcStZ1WlYTJf5MxxsRhLumaxKBzhOM,866
|
202
202
|
iamdata/data/actions/identitystore.json,sha256=4ikFnrao-qGoL5Wm44DrdtjtRX2WCU2XB7KwEDWR7t4,11406
|
@@ -271,7 +271,7 @@ iamdata/data/actions/mobileanalytics.json,sha256=OA2QozA8-7mEOXTLmttAi-CMi3DxEEk
|
|
271
271
|
iamdata/data/actions/mobiletargeting.json,sha256=WPZKFqjR163L1MysKIDg5Jn2WX3C-kcj4wYne_6ouuA,52911
|
272
272
|
iamdata/data/actions/monitron.json,sha256=kO8R-chIFGhGC5_fQjBCi6BH_Lxl0CRXOE1obWBRRWg,9224
|
273
273
|
iamdata/data/actions/mpa.json,sha256=OkJXt0YYAGzc5oQDhKTeoThOrg80hGRW-xFLMUmDbSk,8323
|
274
|
-
iamdata/data/actions/mq.json,sha256=
|
274
|
+
iamdata/data/actions/mq.json,sha256=uFUxDZgFBoq-EhbGqdxtfHpoMNIO8KOo00em8UexTcU,10528
|
275
275
|
iamdata/data/actions/neptune-db.json,sha256=h1XoLU76_YFyFTG5JYPMHsxo2HRNwishnAggEjLe6r8,12891
|
276
276
|
iamdata/data/actions/neptune-graph.json,sha256=7UWo_z9O_SEy0wEcsoP07MIjicBoRWEE6CixNrnBUwI,18290
|
277
277
|
iamdata/data/actions/network-firewall.json,sha256=7vJgYYUHGEOOdjjKloTM9xsLx1-P4GESsyUkeySAk_Y,29829
|
@@ -625,7 +625,7 @@ iamdata/data/conditionKeys/guardduty.json,sha256=5gyIZpbo--NjTSfzM7j5iRqN5YrFZJK
|
|
625
625
|
iamdata/data/conditionKeys/health.json,sha256=6Zd9ygnkcYDhYIskOz0JRfL-Z01xJrXskhgA-SE3y2E,276
|
626
626
|
iamdata/data/conditionKeys/healthlake.json,sha256=w0KRgBATjKpVNc8xvvBy6Vt0YCl25swAjAX8T6FOXko,548
|
627
627
|
iamdata/data/conditionKeys/honeycode.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
628
|
-
iamdata/data/conditionKeys/iam.json,sha256=
|
628
|
+
iamdata/data/conditionKeys/iam.json,sha256=UdECyq4lkbfwDLlH6B0Uqi7s_gBrHRge0zqPQVGP9Gs,3142
|
629
629
|
iamdata/data/conditionKeys/identity-sync.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
630
630
|
iamdata/data/conditionKeys/identitystore-auth.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
631
631
|
iamdata/data/conditionKeys/identitystore.json,sha256=_yERuSIncKn1raM2ttzslIb_of39IVXiR1rf8PYkFhI,159
|
@@ -1086,7 +1086,7 @@ iamdata/data/resourceTypes/kafka.json,sha256=SXKnrbwxtv_FEsJjTheOyk-t_MlkbFoVetN
|
|
1086
1086
|
iamdata/data/resourceTypes/kafkaconnect.json,sha256=VdtEuvUnM4eWJLugv4-sEKsp6VdUH9wP2be5nFAPFtw,943
|
1087
1087
|
iamdata/data/resourceTypes/kendra-ranking.json,sha256=XWe1WA-C6-S7gjPr3nIY-eV7El0_c6SA-a6adktRta8,253
|
1088
1088
|
iamdata/data/resourceTypes/kendra.json,sha256=cDdXiO08edwnhYBz2G6I8LgvqnbjSkh5G0llK1CjyrQ,1697
|
1089
|
-
iamdata/data/resourceTypes/kinesis.json,sha256=
|
1089
|
+
iamdata/data/resourceTypes/kinesis.json,sha256=u37vsKlCaWSWrjZILs_2xm1M4_K_1mqIT-J-8TbQn6E,543
|
1090
1090
|
iamdata/data/resourceTypes/kinesisanalytics.json,sha256=zT2tKphvIETfE09iEL6tsK-QLU7KVFYzDpJykSv_cHY,215
|
1091
1091
|
iamdata/data/resourceTypes/kinesisvideo.json,sha256=Uv4_Q8uPUg72j4h9u27mbZIs6-fkhsxkfP9GCdxENbI,416
|
1092
1092
|
iamdata/data/resourceTypes/kms.json,sha256=MpMjLyqNxwwOs1MawLO4jj5Tpi95M28K0y46xqv_fig,428
|
@@ -1300,7 +1300,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
1300
1300
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
1301
1301
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
1302
1302
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
1303
|
-
iamdata-0.1.
|
1304
|
-
iamdata-0.1.
|
1305
|
-
iamdata-0.1.
|
1306
|
-
iamdata-0.1.
|
1303
|
+
iamdata-0.1.202509041.dist-info/METADATA,sha256=MjfOTmd2ai1oJROn0dfrl9PjLcqgUn1NyrCvkJ4QqVc,3491
|
1304
|
+
iamdata-0.1.202509041.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
1305
|
+
iamdata-0.1.202509041.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
1306
|
+
iamdata-0.1.202509041.dist-info/RECORD,,
|
File without changes
|
File without changes
|