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

@@ -103,7 +103,6 @@
103
103
  },
104
104
  "getaccountinformation": {
105
105
  "name": "GetAccountInformation",
106
- "isPermissionOnly": true,
107
106
  "description": "Grants permission to retrieve the account information for an account",
108
107
  "accessLevel": "Read",
109
108
  "resourceTypes": [
@@ -112,6 +111,12 @@
112
111
  "required": false,
113
112
  "conditionKeys": [],
114
113
  "dependentActions": []
114
+ },
115
+ {
116
+ "name": "accountInOrganization",
117
+ "required": false,
118
+ "conditionKeys": [],
119
+ "dependentActions": []
115
120
  }
116
121
  ],
117
122
  "conditionKeys": [],
@@ -220,6 +225,27 @@
220
225
  "conditionKeys": [],
221
226
  "dependentActions": []
222
227
  },
228
+ "putaccountname": {
229
+ "name": "PutAccountName",
230
+ "description": "Grants permission to update the name for an account",
231
+ "accessLevel": "Write",
232
+ "resourceTypes": [
233
+ {
234
+ "name": "account",
235
+ "required": false,
236
+ "conditionKeys": [],
237
+ "dependentActions": []
238
+ },
239
+ {
240
+ "name": "accountInOrganization",
241
+ "required": false,
242
+ "conditionKeys": [],
243
+ "dependentActions": []
244
+ }
245
+ ],
246
+ "conditionKeys": [],
247
+ "dependentActions": []
248
+ },
223
249
  "putalternatecontact": {
224
250
  "name": "PutAlternateContact",
225
251
  "description": "Grants permission to modify the alternate contacts for an account",
@@ -802,6 +802,34 @@
802
802
  ],
803
803
  "dependentActions": []
804
804
  },
805
+ "stopservicedeployment": {
806
+ "name": "StopServiceDeployment",
807
+ "description": "Grants permission to stop an ongoing service deployment",
808
+ "accessLevel": "Write",
809
+ "resourceTypes": [
810
+ {
811
+ "name": "service",
812
+ "required": true,
813
+ "conditionKeys": [
814
+ "ecs:cluster",
815
+ "aws:ResourceTag/${TagKey}"
816
+ ],
817
+ "dependentActions": []
818
+ },
819
+ {
820
+ "name": "service-deployment",
821
+ "required": true,
822
+ "conditionKeys": [
823
+ "ecs:cluster",
824
+ "ecs:service",
825
+ "aws:ResourceTag/${TagKey}"
826
+ ],
827
+ "dependentActions": []
828
+ }
829
+ ],
830
+ "conditionKeys": [],
831
+ "dependentActions": []
832
+ },
805
833
  "stoptask": {
806
834
  "name": "StopTask",
807
835
  "description": "Grants permission to stop a running task",
@@ -88,7 +88,8 @@
88
88
  "resourceTypes": [],
89
89
  "conditionKeys": [
90
90
  "aws:RequestTag/${TagKey}",
91
- "aws:TagKeys"
91
+ "aws:TagKeys",
92
+ "aws:ResourceTag/${TagKey}"
92
93
  ],
93
94
  "dependentActions": []
94
95
  },
@@ -99,7 +100,8 @@
99
100
  "resourceTypes": [],
100
101
  "conditionKeys": [
101
102
  "aws:RequestTag/${TagKey}",
102
- "aws:TagKeys"
103
+ "aws:TagKeys",
104
+ "aws:ResourceTag/${TagKey}"
103
105
  ],
104
106
  "dependentActions": []
105
107
  },
@@ -145,7 +147,8 @@
145
147
  "conditionKeys": [
146
148
  "organizations:PolicyType",
147
149
  "aws:RequestTag/${TagKey}",
148
- "aws:TagKeys"
150
+ "aws:TagKeys",
151
+ "aws:ResourceTag/${TagKey}"
149
152
  ],
150
153
  "dependentActions": []
151
154
  },
@@ -804,7 +807,9 @@
804
807
  {
805
808
  "name": "policy",
806
809
  "required": false,
807
- "conditionKeys": [],
810
+ "conditionKeys": [
811
+ "organizations:PolicyType"
812
+ ],
808
813
  "dependentActions": []
809
814
  },
810
815
  {
@@ -135,6 +135,27 @@
135
135
  "conditionKeys": [],
136
136
  "dependentActions": []
137
137
  },
138
+ "checkdocumentaccess": {
139
+ "name": "CheckDocumentAccess",
140
+ "description": "Grants permission to check if a user has access to a document",
141
+ "accessLevel": "Read",
142
+ "resourceTypes": [
143
+ {
144
+ "name": "application",
145
+ "required": true,
146
+ "conditionKeys": [],
147
+ "dependentActions": []
148
+ },
149
+ {
150
+ "name": "index",
151
+ "required": true,
152
+ "conditionKeys": [],
153
+ "dependentActions": []
154
+ }
155
+ ],
156
+ "conditionKeys": [],
157
+ "dependentActions": []
158
+ },
138
159
  "createapplication": {
139
160
  "name": "CreateApplication",
140
161
  "description": "Grants permission to create an application",
@@ -86,6 +86,14 @@
86
86
  ],
87
87
  "dependentActions": []
88
88
  },
89
+ "createreservation": {
90
+ "name": "CreateReservation",
91
+ "description": "Grants permission to purchase a capacity reservation according to a specific reservation offering, for a specified number of RPUs",
92
+ "accessLevel": "Write",
93
+ "resourceTypes": [],
94
+ "conditionKeys": [],
95
+ "dependentActions": []
96
+ },
89
97
  "createscheduledaction": {
90
98
  "name": "CreateScheduledAction",
91
99
  "description": "Grants permission to create a scheduled action for a specified Amazon Redshift Serverless namespace",
@@ -371,6 +379,22 @@
371
379
  "conditionKeys": [],
372
380
  "dependentActions": []
373
381
  },
382
+ "getreservation": {
383
+ "name": "GetReservation",
384
+ "description": "Grants permission to get a particular reservation object",
385
+ "accessLevel": "Read",
386
+ "resourceTypes": [],
387
+ "conditionKeys": [],
388
+ "dependentActions": []
389
+ },
390
+ "getreservationoffering": {
391
+ "name": "GetReservationOffering",
392
+ "description": "Grants permission to get a particular reservation offering",
393
+ "accessLevel": "Read",
394
+ "resourceTypes": [],
395
+ "conditionKeys": [],
396
+ "dependentActions": []
397
+ },
374
398
  "getresourcepolicy": {
375
399
  "name": "GetResourcePolicy",
376
400
  "description": "Grants permission to get a resource policy",
@@ -495,6 +519,22 @@
495
519
  "conditionKeys": [],
496
520
  "dependentActions": []
497
521
  },
522
+ "listreservationofferings": {
523
+ "name": "ListReservationOfferings",
524
+ "description": "Grants permission to list all available capacity reservation offerings",
525
+ "accessLevel": "List",
526
+ "resourceTypes": [],
527
+ "conditionKeys": [],
528
+ "dependentActions": []
529
+ },
530
+ "listreservations": {
531
+ "name": "ListReservations",
532
+ "description": "Grants permission to list all reservations",
533
+ "accessLevel": "List",
534
+ "resourceTypes": [],
535
+ "conditionKeys": [],
536
+ "dependentActions": []
537
+ },
498
538
  "listscheduledactions": {
499
539
  "name": "ListScheduledActions",
500
540
  "description": "Grants permission to list scheduled actions",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202504221",
3
- "updatedAt": "2025-04-22T04:48:52.502Z"
2
+ "version": "0.1.202504241",
3
+ "updatedAt": "2025-04-24T04:47:49.611Z"
4
4
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202504221
3
+ Version: 0.1.202504241
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,13 +4,13 @@ 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=sQjTtF9iihhh6frMtFyrdkbZnwoPoGKeHLpMPuHtxqs,76
7
+ iamdata/data/metadata.json,sha256=1AO8yVg--nZ82MsHtCVn3dTUBxP6i9turV7tL3GQBj8,76
8
8
  iamdata/data/serviceNames.json,sha256=Wx4GhKx96LH3n5UZYsIDNYNYyG-0pFI_MWMVkoV2dXw,18380
9
9
  iamdata/data/services.json,sha256=0tkwVwsXZ7YNfVjg6S09bzI6yU8Tkd8wv1WEt9gtmYk,7130
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
13
- iamdata/data/actions/account.json,sha256=BItJXgmEabpzj0HwBTxIEfSeEeR1MMOX14ani6UUCJ0,7188
13
+ iamdata/data/actions/account.json,sha256=gtyJ3HeDEb-efKOzamlHCXPVvM0BG8a7n7Bb3VqYkn8,7819
14
14
  iamdata/data/actions/acm-pca.json,sha256=23fBdk-KN7prA4WQ_tuElwkhXp8Pritw0gKW9UjL0ik,10038
15
15
  iamdata/data/actions/acm.json,sha256=qPbui83raaa7pufM-5tv7rSuEOcB9cDyycyB76lMsVA,6067
16
16
  iamdata/data/actions/activate.json,sha256=DF-tzN0a3j6sBimcATSh6EH6lFsmoDAe4QodPZ9WdaM,1893
@@ -142,7 +142,7 @@ iamdata/data/actions/ec2.json,sha256=YhHl8lAK5izVTLBazEacCaJb9JrS2aHFUCGbFREynvo
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=NlyDdhjors2ahmxSz_vjuldjQ4JR51i17nnanGj3WcE,19128
145
- iamdata/data/actions/ecs.json,sha256=7r7KMOQPYziMGQazz-eH9APCJ5qo7FlHKJtEdp5O6f8,31345
145
+ iamdata/data/actions/ecs.json,sha256=JFGY6vEN8FnR62O9ytYn0fG8IwQHAm8nV5kd0xWn7c8,32043
146
146
  iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
147
147
  iamdata/data/actions/eks.json,sha256=uqnPJTUD04TcCoL9gq1B9CcBDvxWOusNCSGfiS7pKaQ,27452
148
148
  iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
@@ -281,7 +281,7 @@ iamdata/data/actions/one.json,sha256=9Ww9qFomWyq4R_awQOIGVmhOEoXqgwlJSGj4gYsndAc
281
281
  iamdata/data/actions/opensearch.json,sha256=vIfU4IhUksDN4JksOml1q986JeYW7RPCX7LRQTOmZhg,2103
282
282
  iamdata/data/actions/opsworks-cm.json,sha256=uAE-pPrUQdVTdXMXZNSAB8LIkV9lF96vd8uXagyiBlM,5073
283
283
  iamdata/data/actions/opsworks.json,sha256=9LmvtxzgDHGxvoCo7fe9MAXqj5FSk-6SLEcwKxGUFeU,27770
284
- iamdata/data/actions/organizations.json,sha256=I4m4T_DYXdIuJbbh9qQWClRh-di_icSBYibkAKYbiRs,25358
284
+ iamdata/data/actions/organizations.json,sha256=YVq-VDzpspTBjT2JJzaj0FMDoK8eoVvvcZKfdRQXWBE,25509
285
285
  iamdata/data/actions/osis.json,sha256=2tWKjI3qiz5z-fxjsLe-14Z9Vw-3HoHcxsUwRlpJF8U,6120
286
286
  iamdata/data/actions/outposts.json,sha256=229Z4lu37mExwY2DcA2PKQ6b5zB9nNDMBgR8ORYDgD0,11558
287
287
  iamdata/data/actions/panorama.json,sha256=ght9nRGyupi3v5-780o-gw9Vz1_3KDbjqdgszRYTs9M,13293
@@ -303,7 +303,7 @@ iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54P
303
303
  iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
304
304
  iamdata/data/actions/q.json,sha256=vDxCuRvv-7RPHB8fhbtSATVCADZ12GjeM8prXZ6WqiU,12504
305
305
  iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJng,22802
306
- iamdata/data/actions/qbusiness.json,sha256=IG0ry1_WHixsvmAvLDKJ-SgmqxMpjqMjQ_XRYzyaQXw,41758
306
+ iamdata/data/actions/qbusiness.json,sha256=Fwe5OMsK5ZkxXD0N44BKXPtRU22yhHjNj2vO7aWdgLU,42279
307
307
  iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
308
308
  iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
309
309
  iamdata/data/actions/quicksight.json,sha256=YMV8levkEd80fE6yZj-4nvyG1Uk4p2eKabYcxEnCTvg,94104
@@ -313,7 +313,7 @@ iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKG
313
313
  iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
314
314
  iamdata/data/actions/rds.json,sha256=6eCglPbl_UDaMBTEJ7TdYPwh0nBEjbmDX-1ZmyZBmNY,94393
315
315
  iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1zdPNTAg9v_M,4841
316
- iamdata/data/actions/redshift-serverless.json,sha256=IiA7m-F_YvvLQbsf_SA8mRzWoM1JikjCKn3YPj8tAs0,24287
316
+ iamdata/data/actions/redshift-serverless.json,sha256=2_z5zDo_hcxfh-_HHBn-NMB3MucA4GD-P5K_tXciDdg,25609
317
317
  iamdata/data/actions/redshift.json,sha256=zqbsWjBanZ5mzeejyUMJ5AM_pSxpDuZkyIoWFm1pLxw,67815
318
318
  iamdata/data/actions/refactor-spaces.json,sha256=KN5CrZwVB4iwuGCH2ElfUuqMOhZVh-CJ7jGcDk1baD0,11468
319
319
  iamdata/data/actions/rekognition.json,sha256=IQen9vVuBc5VelIVHB9C5S65rmLRNhysrBBAfqtiwS4,28792
@@ -1265,7 +1265,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1265
1265
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1266
1266
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1267
1267
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1268
- iamdata-0.1.202504221.dist-info/METADATA,sha256=d-WRRyg15INxzCBMmGP7FSQ_BL86jn2rxDc3nSE0358,3491
1269
- iamdata-0.1.202504221.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504221.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504221.dist-info/RECORD,,
1268
+ iamdata-0.1.202504241.dist-info/METADATA,sha256=dYboXGwj90WjrVX7ou3E0U37dRF1Y8ZUscCuj53iJEA,3491
1269
+ iamdata-0.1.202504241.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202504241.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202504241.dist-info/RECORD,,