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

@@ -297,6 +297,23 @@
297
297
  ],
298
298
  "dependentActions": []
299
299
  },
300
+ "describeworkspaceconfiguration": {
301
+ "name": "DescribeWorkspaceConfiguration",
302
+ "description": "Grants permission to describe workspace configuration",
303
+ "accessLevel": "Read",
304
+ "resourceTypes": [
305
+ {
306
+ "name": "workspace",
307
+ "required": true,
308
+ "conditionKeys": [],
309
+ "dependentActions": []
310
+ }
311
+ ],
312
+ "conditionKeys": [
313
+ "aws:ResourceTag/${TagKey}"
314
+ ],
315
+ "dependentActions": []
316
+ },
300
317
  "getalertmanagersilence": {
301
318
  "name": "GetAlertManagerSilence",
302
319
  "description": "Grants permission to get a silence",
@@ -758,5 +775,22 @@
758
775
  "aws:ResourceTag/${TagKey}"
759
776
  ],
760
777
  "dependentActions": []
778
+ },
779
+ "updateworkspaceconfiguration": {
780
+ "name": "UpdateWorkspaceConfiguration",
781
+ "description": "Grants permission to update workspace configuration",
782
+ "accessLevel": "Write",
783
+ "resourceTypes": [
784
+ {
785
+ "name": "workspace",
786
+ "required": true,
787
+ "conditionKeys": [],
788
+ "dependentActions": []
789
+ }
790
+ ],
791
+ "conditionKeys": [
792
+ "aws:ResourceTag/${TagKey}"
793
+ ],
794
+ "dependentActions": []
761
795
  }
762
796
  }
@@ -483,6 +483,14 @@
483
483
  "conditionKeys": [],
484
484
  "dependentActions": []
485
485
  },
486
+ "getagreemententitlements": {
487
+ "name": "GetAgreementEntitlements",
488
+ "description": "Grants permission to users to view the entitlements associated with an agreement",
489
+ "accessLevel": "Read",
490
+ "resourceTypes": [],
491
+ "conditionKeys": [],
492
+ "dependentActions": []
493
+ },
486
494
  "getagreementrequest": {
487
495
  "name": "GetAgreementRequest",
488
496
  "description": "Grants permission to users to view the details of their subscription requests for data products that require subscription verification",
@@ -28,6 +28,23 @@
28
28
  "s3:ListBucket"
29
29
  ]
30
30
  },
31
+ "createdatasetexporttask": {
32
+ "name": "CreateDataSetExportTask",
33
+ "description": "Grants permission to create a data set export task",
34
+ "accessLevel": "Write",
35
+ "resourceTypes": [
36
+ {
37
+ "name": "Application",
38
+ "required": true,
39
+ "conditionKeys": [],
40
+ "dependentActions": []
41
+ }
42
+ ],
43
+ "conditionKeys": [],
44
+ "dependentActions": [
45
+ "s3:GetObject"
46
+ ]
47
+ },
31
48
  "createdatasetimporttask": {
32
49
  "name": "CreateDataSetImportTask",
33
50
  "description": "Grants permission to create a data set import task",
@@ -209,6 +226,21 @@
209
226
  "conditionKeys": [],
210
227
  "dependentActions": []
211
228
  },
229
+ "getdatasetexporttask": {
230
+ "name": "GetDataSetExportTask",
231
+ "description": "Grants permission to export a data set at the specified S3 location",
232
+ "accessLevel": "Read",
233
+ "resourceTypes": [
234
+ {
235
+ "name": "Application",
236
+ "required": true,
237
+ "conditionKeys": [],
238
+ "dependentActions": []
239
+ }
240
+ ],
241
+ "conditionKeys": [],
242
+ "dependentActions": []
243
+ },
212
244
  "getdatasetimporttask": {
213
245
  "name": "GetDataSetImportTask",
214
246
  "description": "Grants permission to retrieve a data set import task",
@@ -330,6 +362,21 @@
330
362
  "conditionKeys": [],
331
363
  "dependentActions": []
332
364
  },
365
+ "listdatasetexporthistory": {
366
+ "name": "ListDataSetExportHistory",
367
+ "description": "Grants permission to list data set export history",
368
+ "accessLevel": "Read",
369
+ "resourceTypes": [
370
+ {
371
+ "name": "Application",
372
+ "required": true,
373
+ "conditionKeys": [],
374
+ "dependentActions": []
375
+ }
376
+ ],
377
+ "conditionKeys": [],
378
+ "dependentActions": []
379
+ },
333
380
  "listdatasetimporthistory": {
334
381
  "name": "ListDataSetImportHistory",
335
382
  "description": "Grants permission to list data set import history",
@@ -86,7 +86,8 @@
86
86
  "resourceTypes": [],
87
87
  "conditionKeys": [
88
88
  "aws:RequestTag/${TagKey}",
89
- "aws:TagKeys"
89
+ "aws:TagKeys",
90
+ "aws:ResourceTag/${TagKey}"
90
91
  ],
91
92
  "dependentActions": []
92
93
  },
@@ -97,7 +98,8 @@
97
98
  "resourceTypes": [],
98
99
  "conditionKeys": [
99
100
  "aws:RequestTag/${TagKey}",
100
- "aws:TagKeys"
101
+ "aws:TagKeys",
102
+ "aws:ResourceTag/${TagKey}"
101
103
  ],
102
104
  "dependentActions": []
103
105
  },
@@ -282,6 +284,12 @@
282
284
  "description": "Grants permission to retrieve the tags for a MediaConvert queue, preset, or job template",
283
285
  "accessLevel": "Read",
284
286
  "resourceTypes": [
287
+ {
288
+ "name": "Job",
289
+ "required": false,
290
+ "conditionKeys": [],
291
+ "dependentActions": []
292
+ },
285
293
  {
286
294
  "name": "JobTemplate",
287
295
  "required": false,
@@ -348,6 +356,12 @@
348
356
  "description": "Grants permission to add tags to a MediaConvert queue, preset, or job template",
349
357
  "accessLevel": "Tagging",
350
358
  "resourceTypes": [
359
+ {
360
+ "name": "Job",
361
+ "required": false,
362
+ "conditionKeys": [],
363
+ "dependentActions": []
364
+ },
351
365
  {
352
366
  "name": "JobTemplate",
353
367
  "required": false,
@@ -378,6 +392,12 @@
378
392
  "description": "Grants permission to remove tags from a MediaConvert queue, preset, or job template",
379
393
  "accessLevel": "Tagging",
380
394
  "resourceTypes": [
395
+ {
396
+ "name": "Job",
397
+ "required": false,
398
+ "conditionKeys": [],
399
+ "dependentActions": []
400
+ },
381
401
  {
382
402
  "name": "JobTemplate",
383
403
  "required": false,
@@ -383,6 +383,24 @@
383
383
  ],
384
384
  "dependentActions": []
385
385
  },
386
+ "createsdisource": {
387
+ "name": "CreateSdiSource",
388
+ "description": "Grants permission to create a SDI source",
389
+ "accessLevel": "Write",
390
+ "resourceTypes": [
391
+ {
392
+ "name": "sdi-source",
393
+ "required": true,
394
+ "conditionKeys": [],
395
+ "dependentActions": []
396
+ }
397
+ ],
398
+ "conditionKeys": [
399
+ "aws:RequestTag/${TagKey}",
400
+ "aws:TagKeys"
401
+ ],
402
+ "dependentActions": []
403
+ },
386
404
  "createsignalmap": {
387
405
  "name": "CreateSignalMap",
388
406
  "description": "Grants permission to create a signal map",
@@ -403,7 +421,7 @@
403
421
  },
404
422
  "createtags": {
405
423
  "name": "CreateTags",
406
- "description": "Grants permission to create tags for channels, inputs, input security groups, multiplexes, reservations, nodes, networks, clusters, channel placement groups, signal maps, template groups, and templates",
424
+ "description": "Grants permission to create tags for channels, inputs, input security groups, multiplexes, reservations, nodes, networks, clusters, channel placement groups, signal maps, SDI sources, template groups, and templates",
407
425
  "accessLevel": "Tagging",
408
426
  "resourceTypes": [
409
427
  {
@@ -484,6 +502,12 @@
484
502
  "conditionKeys": [],
485
503
  "dependentActions": []
486
504
  },
505
+ {
506
+ "name": "sdi-source",
507
+ "required": false,
508
+ "conditionKeys": [],
509
+ "dependentActions": []
510
+ },
487
511
  {
488
512
  "name": "signal-map",
489
513
  "required": false,
@@ -722,6 +746,21 @@
722
746
  "conditionKeys": [],
723
747
  "dependentActions": []
724
748
  },
749
+ "deletesdisource": {
750
+ "name": "DeleteSdiSource",
751
+ "description": "Grants permission to delete a SDI source",
752
+ "accessLevel": "Write",
753
+ "resourceTypes": [
754
+ {
755
+ "name": "sdi-source",
756
+ "required": true,
757
+ "conditionKeys": [],
758
+ "dependentActions": []
759
+ }
760
+ ],
761
+ "conditionKeys": [],
762
+ "dependentActions": []
763
+ },
725
764
  "deletesignalmap": {
726
765
  "name": "DeleteSignalMap",
727
766
  "description": "Grants permission to delete a signal map",
@@ -739,7 +778,7 @@
739
778
  },
740
779
  "deletetags": {
741
780
  "name": "DeleteTags",
742
- "description": "Grants permission to delete tags from channels, inputs, input security groups, multiplexes, reservations, nodes, clusters, networks, channel placement groups, signal maps, template groups, and templates",
781
+ "description": "Grants permission to delete tags from channels, inputs, input security groups, multiplexes, reservations, nodes, clusters, networks, channel placement groups, SDI source, signal maps, template groups, and templates",
743
782
  "accessLevel": "Tagging",
744
783
  "resourceTypes": [
745
784
  {
@@ -820,6 +859,12 @@
820
859
  "conditionKeys": [],
821
860
  "dependentActions": []
822
861
  },
862
+ {
863
+ "name": "sdi-source",
864
+ "required": false,
865
+ "conditionKeys": [],
866
+ "dependentActions": []
867
+ },
823
868
  {
824
869
  "name": "signal-map",
825
870
  "required": false,
@@ -1050,6 +1095,21 @@
1050
1095
  "conditionKeys": [],
1051
1096
  "dependentActions": []
1052
1097
  },
1098
+ "describesdisource": {
1099
+ "name": "DescribeSdiSource",
1100
+ "description": "Grants permission to describe a SDI source",
1101
+ "accessLevel": "Read",
1102
+ "resourceTypes": [
1103
+ {
1104
+ "name": "sdi-source",
1105
+ "required": true,
1106
+ "conditionKeys": [],
1107
+ "dependentActions": []
1108
+ }
1109
+ ],
1110
+ "conditionKeys": [],
1111
+ "dependentActions": []
1112
+ },
1053
1113
  "describethumbnails": {
1054
1114
  "name": "DescribeThumbnails",
1055
1115
  "description": "Grants permission to view the thumbnails for a channel",
@@ -1276,6 +1336,14 @@
1276
1336
  "conditionKeys": [],
1277
1337
  "dependentActions": []
1278
1338
  },
1339
+ "listsdisource": {
1340
+ "name": "ListSdiSource",
1341
+ "description": "Grants permission to list SDI sources",
1342
+ "accessLevel": "List",
1343
+ "resourceTypes": [],
1344
+ "conditionKeys": [],
1345
+ "dependentActions": []
1346
+ },
1279
1347
  "listsignalmaps": {
1280
1348
  "name": "ListSignalMaps",
1281
1349
  "description": "Grants permission to list signal maps",
@@ -1286,7 +1354,7 @@
1286
1354
  },
1287
1355
  "listtagsforresource": {
1288
1356
  "name": "ListTagsForResource",
1289
- "description": "Grants permission to list tags for channels, inputs, input security groups, multiplexes, reservations, nodes, clusters, networks, channel placement groups, signal maps, template groups, and templates",
1357
+ "description": "Grants permission to list tags for channels, inputs, input security groups, multiplexes, reservations, nodes, clusters, networks, channel placement groups, SDI sources, signal maps, template groups, and templates",
1290
1358
  "accessLevel": "List",
1291
1359
  "resourceTypes": [
1292
1360
  {
@@ -1367,6 +1435,12 @@
1367
1435
  "conditionKeys": [],
1368
1436
  "dependentActions": []
1369
1437
  },
1438
+ {
1439
+ "name": "sdi-source",
1440
+ "required": false,
1441
+ "conditionKeys": [],
1442
+ "dependentActions": []
1443
+ },
1370
1444
  {
1371
1445
  "name": "signal-map",
1372
1446
  "required": false,
@@ -1927,5 +2001,23 @@
1927
2001
  ],
1928
2002
  "conditionKeys": [],
1929
2003
  "dependentActions": []
2004
+ },
2005
+ "updatesdisource": {
2006
+ "name": "UpdateSdiSource",
2007
+ "description": "Grants permission to update the state of a sdi source",
2008
+ "accessLevel": "Write",
2009
+ "resourceTypes": [
2010
+ {
2011
+ "name": "sdi-source",
2012
+ "required": true,
2013
+ "conditionKeys": [],
2014
+ "dependentActions": []
2015
+ }
2016
+ ],
2017
+ "conditionKeys": [
2018
+ "aws:RequestTag/${TagKey}",
2019
+ "aws:TagKeys"
2020
+ ],
2021
+ "dependentActions": []
1930
2022
  }
1931
2023
  }
@@ -2207,6 +2207,12 @@
2207
2207
  "required": false,
2208
2208
  "conditionKeys": [],
2209
2209
  "dependentActions": []
2210
+ },
2211
+ {
2212
+ "name": "vpcconnection",
2213
+ "required": false,
2214
+ "conditionKeys": [],
2215
+ "dependentActions": []
2210
2216
  }
2211
2217
  ],
2212
2218
  "conditionKeys": [],
@@ -27,7 +27,9 @@
27
27
  }
28
28
  ],
29
29
  "conditionKeys": [
30
- "s3tables:namespace"
30
+ "s3tables:namespace",
31
+ "s3tables:SSEAlgorithm",
32
+ "s3tables:KMSKeyArn"
31
33
  ],
32
34
  "dependentActions": []
33
35
  },
@@ -43,7 +45,10 @@
43
45
  "dependentActions": []
44
46
  }
45
47
  ],
46
- "conditionKeys": [],
48
+ "conditionKeys": [
49
+ "s3tables:SSEAlgorithm",
50
+ "s3tables:KMSKeyArn"
51
+ ],
47
52
  "dependentActions": []
48
53
  },
49
54
  "deletenamespace": {
@@ -96,6 +101,21 @@
96
101
  "conditionKeys": [],
97
102
  "dependentActions": []
98
103
  },
104
+ "deletetablebucketencryption": {
105
+ "name": "DeleteTableBucketEncryption",
106
+ "description": "Grants permission to delete encryption configuration on a table bucket",
107
+ "accessLevel": "Write",
108
+ "resourceTypes": [
109
+ {
110
+ "name": "TableBucket",
111
+ "required": true,
112
+ "conditionKeys": [],
113
+ "dependentActions": []
114
+ }
115
+ ],
116
+ "conditionKeys": [],
117
+ "dependentActions": []
118
+ },
99
119
  "deletetablebucketpolicy": {
100
120
  "name": "DeleteTableBucketPolicy",
101
121
  "description": "Grants permission to delete a policy on a table bucket",
@@ -179,6 +199,21 @@
179
199
  "conditionKeys": [],
180
200
  "dependentActions": []
181
201
  },
202
+ "gettablebucketencryption": {
203
+ "name": "GetTableBucketEncryption",
204
+ "description": "Grants permission to retrieve encryption configuration on a table bucket",
205
+ "accessLevel": "Read",
206
+ "resourceTypes": [
207
+ {
208
+ "name": "TableBucket",
209
+ "required": true,
210
+ "conditionKeys": [],
211
+ "dependentActions": []
212
+ }
213
+ ],
214
+ "conditionKeys": [],
215
+ "dependentActions": []
216
+ },
182
217
  "gettablebucketmaintenanceconfiguration": {
183
218
  "name": "GetTableBucketMaintenanceConfiguration",
184
219
  "description": "Grants permission to retrieve a maintenance configuration on a table bucket",
@@ -211,6 +246,7 @@
211
246
  },
212
247
  "gettabledata": {
213
248
  "name": "GetTableData",
249
+ "isPermissionOnly": true,
214
250
  "description": "Grants permission to read metadata and data objects from a table storage endpoint using S3 APIs",
215
251
  "accessLevel": "Read",
216
252
  "resourceTypes": [
@@ -227,6 +263,24 @@
227
263
  ],
228
264
  "dependentActions": []
229
265
  },
266
+ "gettableencryption": {
267
+ "name": "GetTableEncryption",
268
+ "description": "Grants permission to retrieve encryption configuration on a table",
269
+ "accessLevel": "Read",
270
+ "resourceTypes": [
271
+ {
272
+ "name": "Table",
273
+ "required": true,
274
+ "conditionKeys": [],
275
+ "dependentActions": []
276
+ }
277
+ ],
278
+ "conditionKeys": [
279
+ "s3tables:namespace",
280
+ "s3tables:tableName"
281
+ ],
282
+ "dependentActions": []
283
+ },
230
284
  "gettablemaintenanceconfiguration": {
231
285
  "name": "GetTableMaintenanceConfiguration",
232
286
  "description": "Grants permission to retrieve a maintenance configuration on a table",
@@ -339,6 +393,24 @@
339
393
  ],
340
394
  "dependentActions": []
341
395
  },
396
+ "puttablebucketencryption": {
397
+ "name": "PutTableBucketEncryption",
398
+ "description": "Grants permission to put or overwrite encryption configuration on a table bucket",
399
+ "accessLevel": "Write",
400
+ "resourceTypes": [
401
+ {
402
+ "name": "TableBucket",
403
+ "required": true,
404
+ "conditionKeys": [],
405
+ "dependentActions": []
406
+ }
407
+ ],
408
+ "conditionKeys": [
409
+ "s3tables:KMSKeyArn",
410
+ "s3tables:SSEAlgorithm"
411
+ ],
412
+ "dependentActions": []
413
+ },
342
414
  "puttablebucketmaintenanceconfiguration": {
343
415
  "name": "PutTableBucketMaintenanceConfiguration",
344
416
  "description": "Grants permission to put a maintenance configuration on a table bucket",
@@ -371,6 +443,7 @@
371
443
  },
372
444
  "puttabledata": {
373
445
  "name": "PutTableData",
446
+ "isPermissionOnly": true,
374
447
  "description": "Grants permission to write metadata and data objects to a table storage endpoint using S3 APIs",
375
448
  "accessLevel": "Write",
376
449
  "resourceTypes": [
@@ -387,6 +460,26 @@
387
460
  ],
388
461
  "dependentActions": []
389
462
  },
463
+ "puttableencryption": {
464
+ "name": "PutTableEncryption",
465
+ "isPermissionOnly": true,
466
+ "description": "Grants permission to put encryption configuration on a table",
467
+ "accessLevel": "Write",
468
+ "resourceTypes": [
469
+ {
470
+ "name": "Table",
471
+ "required": true,
472
+ "conditionKeys": [],
473
+ "dependentActions": []
474
+ }
475
+ ],
476
+ "conditionKeys": [
477
+ "s3tables:namespace",
478
+ "s3tables:SSEAlgorithm",
479
+ "s3tables:KMSKeyArn"
480
+ ],
481
+ "dependentActions": []
482
+ },
390
483
  "puttablemaintenanceconfiguration": {
391
484
  "name": "PutTableMaintenanceConfiguration",
392
485
  "description": "Grants permission to put a maintenance configuration on a table",
@@ -436,7 +529,8 @@
436
529
  }
437
530
  ],
438
531
  "conditionKeys": [
439
- "s3tables:namespace"
532
+ "s3tables:namespace",
533
+ "s3tables:tableName"
440
534
  ],
441
535
  "dependentActions": []
442
536
  },
@@ -777,6 +777,36 @@
777
777
  "conditionKeys": [],
778
778
  "dependentActions": []
779
779
  },
780
+ "startremotedelete": {
781
+ "name": "StartRemoteDelete",
782
+ "description": "Grants permission to initiate a connector delete operation on remote server",
783
+ "accessLevel": "Write",
784
+ "resourceTypes": [
785
+ {
786
+ "name": "connector",
787
+ "required": true,
788
+ "conditionKeys": [],
789
+ "dependentActions": []
790
+ }
791
+ ],
792
+ "conditionKeys": [],
793
+ "dependentActions": []
794
+ },
795
+ "startremotemove": {
796
+ "name": "StartRemoteMove",
797
+ "description": "Grants permission to initiate a connector move operation on remote server",
798
+ "accessLevel": "Write",
799
+ "resourceTypes": [
800
+ {
801
+ "name": "connector",
802
+ "required": true,
803
+ "conditionKeys": [],
804
+ "dependentActions": []
805
+ }
806
+ ],
807
+ "conditionKeys": [],
808
+ "dependentActions": []
809
+ },
780
810
  "startserver": {
781
811
  "name": "StartServer",
782
812
  "description": "Grants permission to start a server",
@@ -1,4 +1,14 @@
1
1
  {
2
+ "s3tables:kmskeyarn": {
3
+ "key": "s3tables:KMSKeyArn",
4
+ "description": "Filters access by the AWS KMS key ARN for the key used to encrypt a table",
5
+ "type": "ARN"
6
+ },
7
+ "s3tables:ssealgorithm": {
8
+ "key": "s3tables:SSEAlgorithm",
9
+ "description": "Filters access by the server-side encryption algorithm used to encrypt a table",
10
+ "type": "String"
11
+ },
2
12
  "s3tables:namespace": {
3
13
  "key": "s3tables:namespace",
4
14
  "description": "Filters access by the namespaces created in the table bucket",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202504161",
3
- "updatedAt": "2025-04-16T04:47:24.716Z"
2
+ "version": "0.1.202504181",
3
+ "updatedAt": "2025-04-18T04:48:54.692Z"
4
4
  }
@@ -104,5 +104,12 @@
104
104
  "conditionKeys": [
105
105
  "aws:ResourceTag/${TagKey}"
106
106
  ]
107
+ },
108
+ "sdi-source": {
109
+ "key": "sdi-source",
110
+ "arn": "arn:${Partition}:medialive:${Region}:${Account}:sdiSource:${SdiSourceId}",
111
+ "conditionKeys": [
112
+ "aws:ResourceTag/${TagKey}"
113
+ ]
107
114
  }
108
115
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202504161
3
+ Version: 0.1.202504181
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=ePApGLh_izqMqW3UbVirZgMnWQZG67wBesHESQ4BfQM,76
7
+ iamdata/data/metadata.json,sha256=k1-lAnJ4qq9xLD-YDrm3xhDD0n0Wx6pZcTig4cMGlkQ,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
@@ -37,7 +37,7 @@ iamdata/data/actions/appstream.json,sha256=cYGacTXelk8zkzWsfF_FhXjE68-C92hFJvJN7
37
37
  iamdata/data/actions/appstudio.json,sha256=bZmKZgKnZICwW_02tq1ffxGk-KFHEMzq1kSM_3PqOW0,1383
38
38
  iamdata/data/actions/appsync.json,sha256=H6Ioux0egMi4kpz_pkE7DQODBvVsGaxK-m_7QgNWoFk,27861
39
39
  iamdata/data/actions/apptest.json,sha256=3FtHxogRlavO4v9zGjP0Ycp-lZUcktzc9EvLicQcGdU,9480
40
- iamdata/data/actions/aps.json,sha256=Lz-yAMW51E2mj8iSGE-xacvRp_F35HebgF0ZdLgz00A,18841
40
+ iamdata/data/actions/aps.json,sha256=rFzVl_X5qhYvm13eqqopiBbOBVAQ1rk-nD4j_SCRGy0,19724
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
43
  iamdata/data/actions/artifact.json,sha256=1V3LLNV8gMCtoY7wOs_KF9loaq_Ue1mMXTlgEFdIbXQ,5879
@@ -46,7 +46,7 @@ iamdata/data/actions/auditmanager.json,sha256=riVIo2E7H6C7GEE0Zl16zrg8R_n48OmSuP
46
46
  iamdata/data/actions/autoscaling-plans.json,sha256=_m3Y8BzwGJt7RBR023KBHN3om4Htm7sGOMoxP_ZwdHg,1470
47
47
  iamdata/data/actions/autoscaling.json,sha256=7NK9udX0wnCQRsgwSXIxtAqQUa5TZRWbPRYWkXpC3K0,29860
48
48
  iamdata/data/actions/aws-marketplace-management.json,sha256=7_LogpX5ntD0bZUQi9ZnYHOZML9BqSJ-yY6NWmxlqxM,4007
49
- iamdata/data/actions/aws-marketplace.json,sha256=dyFE_SkvNysgPpZJYDpx0QQ09Evq_qDrvYJnhZW7Sms,20663
49
+ iamdata/data/actions/aws-marketplace.json,sha256=tl3iUdt-9PmsJLSeFVG7WhnBG335JAq8LE19K-mUgi0,20947
50
50
  iamdata/data/actions/aws-portal.json,sha256=-WAb_llUoaJ-mebtp7hFxHrNqKXDEryptbSN6Ajmmes,2734
51
51
  iamdata/data/actions/awsconnector.json,sha256=T01wGHaWnQSAxiGTFGTZe2qnJJRVtXdWHCRzF_wH_OI,892
52
52
  iamdata/data/actions/b2bi.json,sha256=L_lu8OzkJdZw319ZGET4HRPUwye1K2gLWV7z56uduG8,12135
@@ -237,7 +237,7 @@ iamdata/data/actions/logs.json,sha256=nazwlLzHeJCWxu3SozyhKPYeHBw3JvW4PtIVe6yyZ-
237
237
  iamdata/data/actions/lookoutequipment.json,sha256=xNRu9aMnlUjSIemxZk-HuO_TKiiq2Zvv1Eqn_9bw0xI,21805
238
238
  iamdata/data/actions/lookoutmetrics.json,sha256=PY4n9xe4BSKOntE1DIKP-YmzAlaf1ZCvdGvlDZO5K8w,12809
239
239
  iamdata/data/actions/lookoutvision.json,sha256=kcSQuDJXLSIW4dJda_ME6OZoEw-BS1HrMgP6GzlwEn8,8105
240
- iamdata/data/actions/m2.json,sha256=zSLZbfJJkyoZWMlWjtf_06m3H8nX21Up12EdzBdNHLs,13529
240
+ iamdata/data/actions/m2.json,sha256=UVBKy9u1Tbtf3_5XuB4-mzhBo3xMkl4oSW0G16wF3wY,14738
241
241
  iamdata/data/actions/machinelearning.json,sha256=f2AaW_8PaYESeVLV0oFAYQ7lbj-d373I7mujqaIB0xo,12397
242
242
  iamdata/data/actions/macie2.json,sha256=E3429mH1D6bbj13aowekIcZo7IvKVvu-9a6qpTW9B14,28929
243
243
  iamdata/data/actions/managedblockchain-query.json,sha256=ifr3LAkjfhQYCrkw-tw6Cb9ABa8IRSBLZUvbODA5xS8,2355
@@ -246,9 +246,9 @@ iamdata/data/actions/mapcredits.json,sha256=uMmDDAz12yubXo9y66FlFgc6TsNhUKZ-Ru-k
246
246
  iamdata/data/actions/marketplacecommerceanalytics.json,sha256=sW_meNMrRvIKPcZRrq__ZBIKlmEwX5Wr30MMmpCF7eA,518
247
247
  iamdata/data/actions/mechanicalturk.json,sha256=5sUroLdzV7lZrsWBrNmaAFkzb_FTFIXy9_l1Jt7FgkY,11662
248
248
  iamdata/data/actions/mediaconnect.json,sha256=GV9gmGTluFdKQbnMELtYasxIjARfatJaAdinqIe_LlQ,16279
249
- iamdata/data/actions/mediaconvert.json,sha256=bb5n1cfyO7RHPRYEAd_1JEdyW0MsK9e1UmQI5oaA6no,12341
249
+ iamdata/data/actions/mediaconvert.json,sha256=7Mjkv6ZJcKoPHjVmlwwW1HsrmF68dgFinXkJDCSPSIQ,12792
250
250
  iamdata/data/actions/mediaimport.json,sha256=0x92lpq2O0S6cjsRCjmQQ6tDfgL3z1aWgUum1XmUz8g,329
251
- iamdata/data/actions/medialive.json,sha256=l05uuWOrlvsXusfEvDpEEc2xXnJtGstdqls2ruq1Jak,49783
251
+ iamdata/data/actions/medialive.json,sha256=BiOsG8dMHOWdivGgPCHDEf4QsfLtrALhmumGcDOAl7g,52034
252
252
  iamdata/data/actions/mediapackage-vod.json,sha256=X6SI4kTK4lPiGE74LBOg590Obqc-41mmlpR0O_AkG8k,7377
253
253
  iamdata/data/actions/mediapackage.json,sha256=taxoGgmLGStZ30dKbikDPxxyqFzowGJwXg6ri6sizRg,7972
254
254
  iamdata/data/actions/mediapackagev2.json,sha256=iEcytBBt7pQtqwvgSXvczWTmTpMsm3AuSgjQKnsz-QE,19885
@@ -306,7 +306,7 @@ iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJ
306
306
  iamdata/data/actions/qbusiness.json,sha256=IG0ry1_WHixsvmAvLDKJ-SgmqxMpjqMjQ_XRYzyaQXw,41758
307
307
  iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
308
308
  iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
309
- iamdata/data/actions/quicksight.json,sha256=m1I0am8GHu35UuKsfzmBv09jjUSXXr8NhAmfayY-7Vg,93967
309
+ iamdata/data/actions/quicksight.json,sha256=YMV8levkEd80fE6yZj-4nvyG1Uk4p2eKabYcxEnCTvg,94104
310
310
  iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw,16349
311
311
  iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
312
312
  iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
@@ -337,7 +337,7 @@ iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgriz
337
337
  iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
338
338
  iamdata/data/actions/s3.json,sha256=3MHA4weSKaYbDMBaA6CUI5PlBAaHqxa5zB9hiyeoa-8,105104
339
339
  iamdata/data/actions/s3express.json,sha256=4mH6giRiLS9qRLLAh8GIxd5odDqpKIiLt3QBnqBPV3I,13308
340
- iamdata/data/actions/s3tables.json,sha256=Ds3-857sAB7NjqQx7gfQhH8e5SiND48pqaT77FWkvhM,11541
340
+ iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
341
341
  iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
342
342
  iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
343
343
  iamdata/data/actions/sagemaker-groundtruth-synthetic.json,sha256=iusPphW4sgOat2BtLEJdjVa7hMJpZIURUnEUYQAmaI4,3134
@@ -399,7 +399,7 @@ iamdata/data/actions/timestream.json,sha256=jXFfbtJ94TX9nsoJGVb11ZHQiFJQF-Kp7DNp
399
399
  iamdata/data/actions/tiros.json,sha256=MvTnjapgT7stB-Qgqt437uHfO4pJ8VlqYUM1O94gP00,1425
400
400
  iamdata/data/actions/tnb.json,sha256=pSSZBlcAa_16gSpKyNlZkkwvplhShtgFB3JY8jn3a5A,15302
401
401
  iamdata/data/actions/transcribe.json,sha256=2Zg3h6KC0nPEi3P3tW9mpakowqdKAcXuWGBaBsLNink,20189
402
- iamdata/data/actions/transfer.json,sha256=earZSD0x0OiuExQlhAzVt-nWIazdBSGqVhvz18Y7jNM,27391
402
+ iamdata/data/actions/transfer.json,sha256=2kYPy_UI562IdFHP0M_oynG1xmtIhQBz8btMnfvhRnQ,28189
403
403
  iamdata/data/actions/translate.json,sha256=WaQx7sKrvNhmdnkwzyhwQsv2rtoVAGm7Plbjs-9r4v0,7655
404
404
  iamdata/data/actions/trustedadvisor.json,sha256=rBnQqABsmSBh_pyFVV2GtXVnU1_q85sXTGrLLURFt70,16403
405
405
  iamdata/data/actions/ts.json,sha256=GIZqbhh1J0-hPithINogkxbG0Zy20F1bT_yrTEh2gEM,3373
@@ -755,7 +755,7 @@ iamdata/data/conditionKeys/s3-object-lambda.json,sha256=3a0SOofd6JxSbRn7wUrmRpnB
755
755
  iamdata/data/conditionKeys/s3-outposts.json,sha256=peZ-RQJHMKTPaylyAOyn-El2ABVOEi5-2Msa56QORNg,3793
756
756
  iamdata/data/conditionKeys/s3.json,sha256=VrNx_g2_2NzL8a6jOwCPfQ1TO4vGUKGTmQkAQb_EeiY,8966
757
757
  iamdata/data/conditionKeys/s3express.json,sha256=gJZJ7cqH8MPb467PYEqC7XYKd2GZBz0C_U_hCmpq4nw,2904
758
- iamdata/data/conditionKeys/s3tables.json,sha256=g8SVay4DT1zOgwyL66utyzIJNboomFpDRX8AfYDUpCI,338
758
+ iamdata/data/conditionKeys/s3tables.json,sha256=4IoOYR02lUJ7GyAO35ZoR8UTW-xaJmsNhEH1_fHGlck,708
759
759
  iamdata/data/conditionKeys/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
760
760
  iamdata/data/conditionKeys/sagemaker-geospatial.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
761
761
  iamdata/data/conditionKeys/sagemaker-groundtruth-synthetic.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -1084,7 +1084,7 @@ iamdata/data/resourceTypes/mechanicalturk.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
1084
1084
  iamdata/data/resourceTypes/mediaconnect.json,sha256=hjk5CGBx3x0SSm7UZGJppD5R0rdLASDRutEU3WOjR-0,1014
1085
1085
  iamdata/data/resourceTypes/mediaconvert.json,sha256=Y320DPB5R892sgKxFquzBl_RlcXD04095bkQE7VkJMo,931
1086
1086
  iamdata/data/resourceTypes/mediaimport.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1087
- iamdata/data/resourceTypes/medialive.json,sha256=Wd1kbQEMWFzMDp1oRuirFZqGCsFS7rfdj9ewBOehlPo,3374
1087
+ iamdata/data/resourceTypes/medialive.json,sha256=vrr0futTWwk6geEV63tm1G11PvryqeA_TqKLH5gRg7c,3572
1088
1088
  iamdata/data/resourceTypes/mediapackage-vod.json,sha256=Xc01Z4DLdmHd3GZC2Qh-qBwVAgWHQeLaDGDiAOsCh9c,706
1089
1089
  iamdata/data/resourceTypes/mediapackage.json,sha256=eHlPV71wvrshgQh34d_fJeUdNN6BzW65qr_t2xmUXOg,654
1090
1090
  iamdata/data/resourceTypes/mediapackagev2.json,sha256=RkGyHNzQWKy4BQgofZFXxGtadoyfhOTz3hsdtS_NexM,1427
@@ -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.202504161.dist-info/METADATA,sha256=6DIXUhlNaPA78Wl0yLyoogMNsHOzBkb2nCfstOfjBfY,3491
1269
- iamdata-0.1.202504161.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504161.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504161.dist-info/RECORD,,
1268
+ iamdata-0.1.202504181.dist-info/METADATA,sha256=XC8mFnTgJJuqI74kmaJcWlowdw1pK-Z717SzShMbDBw,3491
1269
+ iamdata-0.1.202504181.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202504181.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202504181.dist-info/RECORD,,