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

@@ -97,6 +97,21 @@
97
97
  ],
98
98
  "dependentActions": []
99
99
  },
100
+ "createdataintegrationschedule": {
101
+ "name": "CreateDataIntegrationSchedule",
102
+ "description": "Grants permission to create a data integration schedule",
103
+ "accessLevel": "Write",
104
+ "resourceTypes": [
105
+ {
106
+ "name": "data-integration",
107
+ "required": true,
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ }
111
+ ],
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ },
100
115
  "createeventintegration": {
101
116
  "name": "CreateEventIntegration",
102
117
  "description": "Grants permission to create a new EventIntegration",
@@ -286,6 +301,36 @@
286
301
  ],
287
302
  "dependentActions": []
288
303
  },
304
+ "getdataintegrationexecution": {
305
+ "name": "GetDataIntegrationExecution",
306
+ "description": "Grants permission to get details about a data integration execution",
307
+ "accessLevel": "Read",
308
+ "resourceTypes": [
309
+ {
310
+ "name": "data-integration",
311
+ "required": true,
312
+ "conditionKeys": [],
313
+ "dependentActions": []
314
+ }
315
+ ],
316
+ "conditionKeys": [],
317
+ "dependentActions": []
318
+ },
319
+ "getdataintegrationschedule": {
320
+ "name": "GetDataIntegrationSchedule",
321
+ "description": "Grants permission to get details about a data integration schedule",
322
+ "accessLevel": "Read",
323
+ "resourceTypes": [
324
+ {
325
+ "name": "data-integration",
326
+ "required": true,
327
+ "conditionKeys": [],
328
+ "dependentActions": []
329
+ }
330
+ ],
331
+ "conditionKeys": [],
332
+ "dependentActions": []
333
+ },
289
334
  "geteventintegration": {
290
335
  "name": "GetEventIntegration",
291
336
  "description": "Grants permission to view details about EventIntegrations",
@@ -327,6 +372,36 @@
327
372
  "conditionKeys": [],
328
373
  "dependentActions": []
329
374
  },
375
+ "listdataintegrationexecutions": {
376
+ "name": "ListDataIntegrationExecutions",
377
+ "description": "Grants permission to list data integration executions",
378
+ "accessLevel": "List",
379
+ "resourceTypes": [
380
+ {
381
+ "name": "data-integration",
382
+ "required": true,
383
+ "conditionKeys": [],
384
+ "dependentActions": []
385
+ }
386
+ ],
387
+ "conditionKeys": [],
388
+ "dependentActions": []
389
+ },
390
+ "listdataintegrationschedules": {
391
+ "name": "ListDataIntegrationSchedules",
392
+ "description": "Grants permission to list data integration schedules",
393
+ "accessLevel": "List",
394
+ "resourceTypes": [
395
+ {
396
+ "name": "data-integration",
397
+ "required": true,
398
+ "conditionKeys": [],
399
+ "dependentActions": []
400
+ }
401
+ ],
402
+ "conditionKeys": [],
403
+ "dependentActions": []
404
+ },
330
405
  "listdataintegrations": {
331
406
  "name": "ListDataIntegrations",
332
407
  "description": "Grants permission to list DataIntegrations",
@@ -392,6 +467,24 @@
392
467
  ],
393
468
  "dependentActions": []
394
469
  },
470
+ "startdataintegrationexecution": {
471
+ "name": "StartDataIntegrationExecution",
472
+ "description": "Grants permission to start a data integration execution",
473
+ "accessLevel": "Write",
474
+ "resourceTypes": [
475
+ {
476
+ "name": "data-integration",
477
+ "required": true,
478
+ "conditionKeys": [],
479
+ "dependentActions": []
480
+ }
481
+ ],
482
+ "conditionKeys": [],
483
+ "dependentActions": [
484
+ "profile:CreateSegmentSnapshot",
485
+ "profile:CreateSnapshot"
486
+ ]
487
+ },
395
488
  "tagresource": {
396
489
  "name": "TagResource",
397
490
  "description": "Grants permission to tag an Amazon AppIntegration resource",
@@ -543,6 +636,21 @@
543
636
  ],
544
637
  "dependentActions": []
545
638
  },
639
+ "updatedataintegrationschedule": {
640
+ "name": "UpdateDataIntegrationSchedule",
641
+ "description": "Grants permission to update a data integration schedule",
642
+ "accessLevel": "Write",
643
+ "resourceTypes": [
644
+ {
645
+ "name": "data-integration",
646
+ "required": true,
647
+ "conditionKeys": [],
648
+ "dependentActions": []
649
+ }
650
+ ],
651
+ "conditionKeys": [],
652
+ "dependentActions": []
653
+ },
546
654
  "updateeventintegration": {
547
655
  "name": "UpdateEventIntegration",
548
656
  "description": "Grants permission to modify an EventIntegration",
@@ -29,42 +29,6 @@
29
29
  "conditionKeys": [],
30
30
  "dependentActions": []
31
31
  },
32
- "downloadagreement": {
33
- "name": "DownloadAgreement",
34
- "description": "Grants permission to download an AWS agreement that has not yet been accepted or a customer agreement that has been accepted by the customer account",
35
- "accessLevel": "Read",
36
- "resourceTypes": [
37
- {
38
- "name": "agreement",
39
- "required": false,
40
- "conditionKeys": [],
41
- "dependentActions": []
42
- },
43
- {
44
- "name": "customer-agreement",
45
- "required": false,
46
- "conditionKeys": [],
47
- "dependentActions": []
48
- }
49
- ],
50
- "conditionKeys": [],
51
- "dependentActions": []
52
- },
53
- "get": {
54
- "name": "Get",
55
- "description": "Grants permission to download an AWS compliance report package",
56
- "accessLevel": "Read",
57
- "resourceTypes": [
58
- {
59
- "name": "report-package",
60
- "required": true,
61
- "conditionKeys": [],
62
- "dependentActions": []
63
- }
64
- ],
65
- "conditionKeys": [],
66
- "dependentActions": []
67
- },
68
32
  "getaccountsettings": {
69
33
  "name": "GetAccountSettings",
70
34
  "description": "Grants permission to get the account settings for Artifact",
@@ -755,6 +755,9 @@
755
755
  "app-integrations:CreateApplicationAssociation",
756
756
  "app-integrations:CreateEventIntegrationAssociation",
757
757
  "app-integrations:GetApplication",
758
+ "app-integrations:GetDataIntegration",
759
+ "app-integrations:ListDataIntegrationAssociations",
760
+ "app-integrations:TagResource",
758
761
  "cases:GetDomain",
759
762
  "chime:AssociateVoiceConnectorConnect",
760
763
  "chime:DisassociateVoiceConnectorConnect",
@@ -1441,6 +1444,7 @@
1441
1444
  "dependentActions": [
1442
1445
  "app-integrations:DeleteApplicationAssociation",
1443
1446
  "app-integrations:DeleteEventIntegrationAssociation",
1447
+ "app-integrations:UntagResource",
1444
1448
  "connect:DescribeInstance",
1445
1449
  "ds:DescribeDirectories",
1446
1450
  "events:DeleteRule",
@@ -1781,7 +1781,9 @@
1781
1781
  "description": "Grants permission to add or update inventory items on multiple specified managed instances",
1782
1782
  "accessLevel": "Write",
1783
1783
  "resourceTypes": [],
1784
- "conditionKeys": [],
1784
+ "conditionKeys": [
1785
+ "ssm:InventoryTypeName"
1786
+ ],
1785
1787
  "dependentActions": []
1786
1788
  },
1787
1789
  "putparameter": {
@@ -39,6 +39,11 @@
39
39
  "description": "Filters access by verifying that a user has permission to access a document belonging to a specific document type. Only available in \"aws\", \"aws-cn\", and \"aws-us-gov\" partitions",
40
40
  "type": "String"
41
41
  },
42
+ "ssm:inventorytypename": {
43
+ "key": "ssm:InventoryTypeName",
44
+ "description": "Filters access by verifying that a user also has access to the InventoryType specified in the request",
45
+ "type": "ArrayOfString"
46
+ },
42
47
  "ssm:overwrite": {
43
48
  "key": "ssm:Overwrite",
44
49
  "description": "Filters access by controling whether Systems Manager parameters can be overwritten",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202507021",
3
- "updatedAt": "2025-07-02T04:55:14.481Z"
2
+ "version": "0.1.202507031",
3
+ "updatedAt": "2025-07-03T04:58:14.545Z"
4
4
  }
@@ -1,8 +1,4 @@
1
1
  {
2
- "report-package": {
3
- "key": "report-package",
4
- "arn": "arn:${Partition}:artifact:::report-package/*"
5
- },
6
2
  "customer-agreement": {
7
3
  "key": "customer-agreement",
8
4
  "arn": "arn:${Partition}:artifact::${Account}:customer-agreement/*"
@@ -13,6 +9,10 @@
13
9
  },
14
10
  "report": {
15
11
  "key": "report",
16
- "arn": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}"
12
+ "arn": "arn:${Partition}:artifact:${Region}::report/${ReportId}:${Version}",
13
+ "conditionKeys": [
14
+ "artifact:ReportCategory",
15
+ "artifact:ReportSeries"
16
+ ]
17
17
  }
18
18
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202507021
3
+ Version: 0.1.202507031
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=jTVWz0bCxQ4hxywTO9JeowODl1bSInIVv_OqQ4QXY4M,76
7
+ iamdata/data/metadata.json,sha256=rwt2znqLeoZRXCLxRW9eJtOMWy4f-c2CjEpDRBQ9zmU,76
8
8
  iamdata/data/serviceNames.json,sha256=dcaQ2keA7sUeXf9tEONShGHfZS-btwKiRL0n1MJgo9Y,18476
9
9
  iamdata/data/services.json,sha256=DEUL9THr5y2DZ_avlfjp5Mmw7u59GIy4rDYCF9z8TSs,7182
10
10
  iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
@@ -21,7 +21,7 @@ iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35K
21
21
  iamdata/data/actions/amplifyuibuilder.json,sha256=NOOGIbjjFZyeHodire7tmIjvkF3MMSeBYFJwJLkCo7A,11151
22
22
  iamdata/data/actions/aoss.json,sha256=8f4rFLl-osU8V0m_0tB7N_IIyNhU_OyvtKa-ZFZ5cMU,11068
23
23
  iamdata/data/actions/apigateway.json,sha256=3CNimTfgSUcX4Q6Dz_UsRHv_KnBb1d181B-rK6W9XF8,25643
24
- iamdata/data/actions/app-integrations.json,sha256=s_R-bVBcIMknyXPYr7OHTNBk0sQpWGpth1v7hPDJtNg,14822
24
+ iamdata/data/actions/app-integrations.json,sha256=Ff5gHrlcJ-BDBJbKG59J8QhRAIYg50ZFhuh2JWD1KNk,17790
25
25
  iamdata/data/actions/appconfig.json,sha256=jfUWaS82WDtTfD5BVOf_OXX_uvxpKpNCt0NKxMujX18,24101
26
26
  iamdata/data/actions/appfabric.json,sha256=AvXi5cmQWdibTxKn2ZPh1kfgOyVPzQNGjnBlNQvy3jc,13801
27
27
  iamdata/data/actions/appflow.json,sha256=6AoIiRsuLBTSvTYX5o5ZnLwltaIEHUL68cb2JsbccVU,12480
@@ -40,7 +40,7 @@ iamdata/data/actions/apptest.json,sha256=3FtHxogRlavO4v9zGjP0Ycp-lZUcktzc9EvLicQ
40
40
  iamdata/data/actions/aps.json,sha256=yzZUIzG5JyQj4mqzpXoUYorI0udBRaPrnvjgt7xtvbE,21533
41
41
  iamdata/data/actions/arc-zonal-shift.json,sha256=PpXOoqoBMfQ_0o7DkLSw3NNJtXg-2ghw3Ne-WY_kKwE,6662
42
42
  iamdata/data/actions/arsenal.json,sha256=lLBpUGwniNiUndnY4TXSJ5qKhv09Ay6JmbgQjenHFNE,330
43
- iamdata/data/actions/artifact.json,sha256=1V3LLNV8gMCtoY7wOs_KF9loaq_Ue1mMXTlgEFdIbXQ,5879
43
+ iamdata/data/actions/artifact.json,sha256=t5v7Cxg90BbMgcxm9V5GwNa8zHQOC-FfXR-KtDKkVzM,4897
44
44
  iamdata/data/actions/athena.json,sha256=v_WHH4Y4mmmoAT6xz6dkfrR33qr3wgmxRHelvjM275g,30848
45
45
  iamdata/data/actions/auditmanager.json,sha256=Ro_PPdLHCcobOcU8kPZOhmo22F9rX_24-Ums3Ooqly4,23662
46
46
  iamdata/data/actions/autoscaling-plans.json,sha256=_m3Y8BzwGJt7RBR023KBHN3om4Htm7sGOMoxP_ZwdHg,1470
@@ -105,7 +105,7 @@ iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpL
105
105
  iamdata/data/actions/compute-optimizer.json,sha256=e7fhylob4PxLDlwGP6kMEPeHV_UzWx50C-VcXkwfS6w,10218
106
106
  iamdata/data/actions/config.json,sha256=jQGTa5vzBDeUExTXef7kwiRcy1p4WKJgMHbBkse5uIA,43354
107
107
  iamdata/data/actions/connect-campaigns.json,sha256=JoCThQJCWcNvtd3xvaFllCpWlakITKZVbvAak3GTo4I,14120
108
- iamdata/data/actions/connect.json,sha256=QrlrkzBNzHgstr--DIOCqPGPRjvIo5sqcE2hu2Z-TLs,166598
108
+ iamdata/data/actions/connect.json,sha256=FGjcBIYlp8M6j2nhryhjrpV2uffR-iRV05xfF8MSbgY,166795
109
109
  iamdata/data/actions/consoleapp.json,sha256=GO6wCJDJGsuYO3T7cRd1RtIG7vtuTMjwYnguio4uUl8,667
110
110
  iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48cqVnRIGTPq2L8Uto,569
111
111
  iamdata/data/actions/controlcatalog.json,sha256=Kk9RZWEn_KtTXcHpu42j6lYGGVYeZadDqmE_wXRC8T0,1895
@@ -377,7 +377,7 @@ iamdata/data/actions/ssm-guiconnect.json,sha256=uSgoI84CQz6FscQtAfDLAc7IfFm9tIm1
377
377
  iamdata/data/actions/ssm-incidents.json,sha256=5yJgZHtLAzP93Hs4eJgZw_7k5rXIAKVo-kqCSMhYLh0,14089
378
378
  iamdata/data/actions/ssm-quicksetup.json,sha256=uTX5lGIhFqIfqfTlJ4N_wgSm4hVywgLdGaYafPu1kXA,5311
379
379
  iamdata/data/actions/ssm-sap.json,sha256=leXVlxQiXH2e7IBkS1EdFAG-xUo1PIUuQyAdynk8-gk,8686
380
- iamdata/data/actions/ssm.json,sha256=IQL66FNtk9DNHJulSEud1w_iNxxfk9zGnw6SLX6iGoQ,72113
380
+ iamdata/data/actions/ssm.json,sha256=9mTf108bWFFJHWmhpocqjUx57J9-9BDRW_SVPJFQ3q0,72148
381
381
  iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
382
382
  iamdata/data/actions/sso-directory.json,sha256=3Zvv6ZcvYRt3oe8-J786d9_VwvhXPxuUYzePvV8Jg_k,16504
383
383
  iamdata/data/actions/sso-oauth.json,sha256=qvNNSnmRdrN-yqZsnRCTLULeva6ju_kXh3YC8RW2MLw,432
@@ -800,7 +800,7 @@ iamdata/data/conditionKeys/ssm-guiconnect.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
800
800
  iamdata/data/conditionKeys/ssm-incidents.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
801
801
  iamdata/data/conditionKeys/ssm-quicksetup.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
802
802
  iamdata/data/conditionKeys/ssm-sap.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
803
- iamdata/data/conditionKeys/ssm.json,sha256=KiLb-f1_VenGyarsdK26CtjtustyoxzPFkXIT3SZy48,4185
803
+ iamdata/data/conditionKeys/ssm.json,sha256=IiBazIbaG7M73NB3CK484Ah9L78yBnghLGG6bM5rqPQ,4407
804
804
  iamdata/data/conditionKeys/ssmmessages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
805
805
  iamdata/data/conditionKeys/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
806
806
  iamdata/data/conditionKeys/sso-oauth.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -886,7 +886,7 @@ iamdata/data/resourceTypes/apptest.json,sha256=hIP_Hr-eOJ9uSRTjFNsWtLBABGEZwuFY1
886
886
  iamdata/data/resourceTypes/aps.json,sha256=DTxFIUQe8FqGgtLnyPuDAnKIEBuw4_SXu49WVshVK6A,956
887
887
  iamdata/data/resourceTypes/arc-zonal-shift.json,sha256=8UEokE49NobMY3u6_stdIIynq_-zdc3Ys1ORQQpOW70,644
888
888
  iamdata/data/resourceTypes/arsenal.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
889
- iamdata/data/resourceTypes/artifact.json,sha256=9HkN2wwDWZxHToz6hhOTx-oGZdIyn4AagHjH2xhI-Uw,471
889
+ iamdata/data/resourceTypes/artifact.json,sha256=aCwmcB5YsPlcReDfBxeEy2bDZJ87h_-2XGoveu_rHR4,450
890
890
  iamdata/data/resourceTypes/athena.json,sha256=d6KbyS0YDfXQ4iQFZRIJMdHVMro5uydnB5FXP2SP_CM,638
891
891
  iamdata/data/resourceTypes/auditmanager.json,sha256=eAoOl-a1eipr8hhB3-JbHffvmwYJmCbMtcbd0DAXfn4,821
892
892
  iamdata/data/resourceTypes/autoscaling-plans.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -1280,7 +1280,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1280
1280
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1281
1281
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1282
1282
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1283
- iamdata-0.1.202507021.dist-info/METADATA,sha256=CWxANN28bM8YhAxWHflk7TVOw-xZzEIad_8rsQilt_4,3491
1284
- iamdata-0.1.202507021.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1285
- iamdata-0.1.202507021.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1286
- iamdata-0.1.202507021.dist-info/RECORD,,
1283
+ iamdata-0.1.202507031.dist-info/METADATA,sha256=KVf8VYzx_hnqvGSPrxx0vhXmNAMkErZdVriAZS05A5A,3491
1284
+ iamdata-0.1.202507031.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1285
+ iamdata-0.1.202507031.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1286
+ iamdata-0.1.202507031.dist-info/RECORD,,