iamdata 0.1.202507021__py3-none-any.whl → 0.1.202507041__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",
@@ -188,6 +188,24 @@
188
188
  ],
189
189
  "dependentActions": []
190
190
  },
191
+ "createchatresponseconfiguration": {
192
+ "name": "CreateChatResponseConfiguration",
193
+ "description": "Grants permission to create a chat response configuration to the application",
194
+ "accessLevel": "Write",
195
+ "resourceTypes": [
196
+ {
197
+ "name": "application",
198
+ "required": true,
199
+ "conditionKeys": [],
200
+ "dependentActions": []
201
+ }
202
+ ],
203
+ "conditionKeys": [
204
+ "aws:RequestTag/${TagKey}",
205
+ "aws:TagKeys"
206
+ ],
207
+ "dependentActions": []
208
+ },
191
209
  "createdataaccessor": {
192
210
  "name": "CreateDataAccessor",
193
211
  "description": "Grants permission to create DataAccessor to the application",
@@ -424,6 +442,27 @@
424
442
  "conditionKeys": [],
425
443
  "dependentActions": []
426
444
  },
445
+ "deletechatresponseconfiguration": {
446
+ "name": "DeleteChatResponseConfiguration",
447
+ "description": "Grants permission to delete a chat response configuration",
448
+ "accessLevel": "Write",
449
+ "resourceTypes": [
450
+ {
451
+ "name": "application",
452
+ "required": true,
453
+ "conditionKeys": [],
454
+ "dependentActions": []
455
+ },
456
+ {
457
+ "name": "chat-response-configuration",
458
+ "required": true,
459
+ "conditionKeys": [],
460
+ "dependentActions": []
461
+ }
462
+ ],
463
+ "conditionKeys": [],
464
+ "dependentActions": []
465
+ },
427
466
  "deleteconversation": {
428
467
  "name": "DeleteConversation",
429
468
  "description": "Grants permission to delete a conversation",
@@ -691,6 +730,27 @@
691
730
  "conditionKeys": [],
692
731
  "dependentActions": []
693
732
  },
733
+ "getchatresponseconfiguration": {
734
+ "name": "GetChatResponseConfiguration",
735
+ "description": "Grants permission to get a chat response configuration",
736
+ "accessLevel": "Read",
737
+ "resourceTypes": [
738
+ {
739
+ "name": "application",
740
+ "required": true,
741
+ "conditionKeys": [],
742
+ "dependentActions": []
743
+ },
744
+ {
745
+ "name": "chat-response-configuration",
746
+ "required": true,
747
+ "conditionKeys": [],
748
+ "dependentActions": []
749
+ }
750
+ ],
751
+ "conditionKeys": [],
752
+ "dependentActions": []
753
+ },
694
754
  "getdataaccessor": {
695
755
  "name": "GetDataAccessor",
696
756
  "description": "Grants permission to get DataAccessor",
@@ -948,6 +1008,21 @@
948
1008
  "conditionKeys": [],
949
1009
  "dependentActions": []
950
1010
  },
1011
+ "listchatresponseconfigurations": {
1012
+ "name": "ListChatResponseConfigurations",
1013
+ "description": "Grants permission to list chat response configurations for an application",
1014
+ "accessLevel": "List",
1015
+ "resourceTypes": [
1016
+ {
1017
+ "name": "application",
1018
+ "required": true,
1019
+ "conditionKeys": [],
1020
+ "dependentActions": []
1021
+ }
1022
+ ],
1023
+ "conditionKeys": [],
1024
+ "dependentActions": []
1025
+ },
951
1026
  "listconversations": {
952
1027
  "name": "ListConversations",
953
1028
  "description": "Grants permission to list all conversations for an application",
@@ -1206,6 +1281,12 @@
1206
1281
  "conditionKeys": [],
1207
1282
  "dependentActions": []
1208
1283
  },
1284
+ {
1285
+ "name": "chat-response-configuration",
1286
+ "required": false,
1287
+ "conditionKeys": [],
1288
+ "dependentActions": []
1289
+ },
1209
1290
  {
1210
1291
  "name": "data-accessor",
1211
1292
  "required": false,
@@ -1436,6 +1517,12 @@
1436
1517
  "conditionKeys": [],
1437
1518
  "dependentActions": []
1438
1519
  },
1520
+ {
1521
+ "name": "chat-response-configuration",
1522
+ "required": false,
1523
+ "conditionKeys": [],
1524
+ "dependentActions": []
1525
+ },
1439
1526
  {
1440
1527
  "name": "data-accessor",
1441
1528
  "required": false,
@@ -1496,6 +1583,12 @@
1496
1583
  "conditionKeys": [],
1497
1584
  "dependentActions": []
1498
1585
  },
1586
+ {
1587
+ "name": "chat-response-configuration",
1588
+ "required": false,
1589
+ "conditionKeys": [],
1590
+ "dependentActions": []
1591
+ },
1499
1592
  {
1500
1593
  "name": "data-accessor",
1501
1594
  "required": false,
@@ -1574,6 +1667,27 @@
1574
1667
  "conditionKeys": [],
1575
1668
  "dependentActions": []
1576
1669
  },
1670
+ "updatechatresponseconfiguration": {
1671
+ "name": "UpdateChatResponseConfiguration",
1672
+ "description": "Grants permission to update a chat response configuration",
1673
+ "accessLevel": "Write",
1674
+ "resourceTypes": [
1675
+ {
1676
+ "name": "application",
1677
+ "required": true,
1678
+ "conditionKeys": [],
1679
+ "dependentActions": []
1680
+ },
1681
+ {
1682
+ "name": "chat-response-configuration",
1683
+ "required": true,
1684
+ "conditionKeys": [],
1685
+ "dependentActions": []
1686
+ }
1687
+ ],
1688
+ "conditionKeys": [],
1689
+ "dependentActions": []
1690
+ },
1577
1691
  "updatedataaccessor": {
1578
1692
  "name": "UpdateDataAccessor",
1579
1693
  "description": "Grants permission to update DataAccessor",
@@ -42,7 +42,9 @@
42
42
  "s3express:ResourceAccount",
43
43
  "s3express:signatureversion",
44
44
  "s3express:TlsVersion",
45
- "s3express:x-amz-content-sha256"
45
+ "s3express:x-amz-content-sha256",
46
+ "aws:RequestTag/${TagKey}",
47
+ "aws:TagKeys"
46
48
  ],
47
49
  "dependentActions": []
48
50
  },
@@ -199,7 +201,14 @@
199
201
  "name": "GetAccessPoint",
200
202
  "description": "Grants permission to return configuration information about the specified access point",
201
203
  "accessLevel": "Read",
202
- "resourceTypes": [],
204
+ "resourceTypes": [
205
+ {
206
+ "name": "accesspoint",
207
+ "required": true,
208
+ "conditionKeys": [],
209
+ "dependentActions": []
210
+ }
211
+ ],
203
212
  "conditionKeys": [
204
213
  "s3express:DataAccessPointAccount",
205
214
  "s3express:DataAccessPointArn",
@@ -351,6 +360,27 @@
351
360
  ],
352
361
  "dependentActions": []
353
362
  },
363
+ "listtagsforresource": {
364
+ "name": "ListTagsForResource",
365
+ "description": "Grants permission to lists all of the tags for a specified resource",
366
+ "accessLevel": "List",
367
+ "resourceTypes": [
368
+ {
369
+ "name": "bucket",
370
+ "required": true,
371
+ "conditionKeys": [],
372
+ "dependentActions": []
373
+ }
374
+ ],
375
+ "conditionKeys": [
376
+ "s3express:authType",
377
+ "s3express:ResourceAccount",
378
+ "s3express:signatureversion",
379
+ "s3express:TlsVersion",
380
+ "s3express:x-amz-content-sha256"
381
+ ],
382
+ "dependentActions": []
383
+ },
354
384
  "putaccesspointpolicy": {
355
385
  "name": "PutAccessPointPolicy",
356
386
  "description": "Grants permission to associate an access policy with a specified access point",
@@ -461,5 +491,50 @@
461
491
  "s3express:x-amz-content-sha256"
462
492
  ],
463
493
  "dependentActions": []
494
+ },
495
+ "tagresource": {
496
+ "name": "TagResource",
497
+ "description": "Grants permission to create a new user-defined tag or update an existing tag",
498
+ "accessLevel": "Tagging",
499
+ "resourceTypes": [
500
+ {
501
+ "name": "bucket",
502
+ "required": true,
503
+ "conditionKeys": [],
504
+ "dependentActions": []
505
+ }
506
+ ],
507
+ "conditionKeys": [
508
+ "s3express:authType",
509
+ "s3express:ResourceAccount",
510
+ "s3express:signatureversion",
511
+ "s3express:TlsVersion",
512
+ "s3express:x-amz-content-sha256",
513
+ "aws:RequestTag/${TagKey}",
514
+ "aws:TagKeys"
515
+ ],
516
+ "dependentActions": []
517
+ },
518
+ "untagresource": {
519
+ "name": "UntagResource",
520
+ "description": "Grants permission to remove the specified user-defined tags from an S3 resource",
521
+ "accessLevel": "Tagging",
522
+ "resourceTypes": [
523
+ {
524
+ "name": "bucket",
525
+ "required": true,
526
+ "conditionKeys": [],
527
+ "dependentActions": []
528
+ }
529
+ ],
530
+ "conditionKeys": [
531
+ "s3express:authType",
532
+ "s3express:ResourceAccount",
533
+ "s3express:signatureversion",
534
+ "s3express:TlsVersion",
535
+ "s3express:x-amz-content-sha256",
536
+ "aws:TagKeys"
537
+ ],
538
+ "dependentActions": []
464
539
  }
465
540
  }
@@ -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": {
@@ -1,4 +1,19 @@
1
1
  {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by the tags that are passed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by the tags associated with the resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by the tag keys that are passed in the request",
15
+ "type": "ArrayOfString"
16
+ },
2
17
  "s3express:accesspointnetworkorigin": {
3
18
  "key": "s3express:AccessPointNetworkOrigin",
4
19
  "description": "Filters access by the network origin (Internet or VPC)",
@@ -9,6 +24,11 @@
9
24
  "description": "Filters access by AWS Local Zone network border group(s) provided in this condition key",
10
25
  "type": "String"
11
26
  },
27
+ "s3express:buckettag/${tagkey}": {
28
+ "key": "s3express:BucketTag/${TagKey}",
29
+ "description": "Filters access by tag key-value pairs attached to the bucket",
30
+ "type": "String"
31
+ },
12
32
  "s3express:dataaccesspointaccount": {
13
33
  "key": "s3express:DataAccessPointAccount",
14
34
  "description": "Filters access by the AWS Account ID that owns the access point",
@@ -21,7 +41,7 @@
21
41
  },
22
42
  "s3express:locationname": {
23
43
  "key": "s3express:LocationName",
24
- "description": "Filters access by a specific Availability Zone ID",
44
+ "description": "Filters access by a specific Availability Zone or Local Zone ID",
25
45
  "type": "String"
26
46
  },
27
47
  "s3express:permissions": {
@@ -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.202507041",
3
+ "updatedAt": "2025-07-04T04:56:49.449Z"
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
  }
@@ -62,5 +62,12 @@
62
62
  "conditionKeys": [
63
63
  "aws:ResourceTag/${TagKey}"
64
64
  ]
65
+ },
66
+ "chat-response-configuration": {
67
+ "key": "chat-response-configuration",
68
+ "arn": "arn:${Partition}:qbusiness:${Region}:${Account}:application/${ApplicationId}/chat-response-configuration/${ChatResponseConfigurationId}",
69
+ "conditionKeys": [
70
+ "aws:ResourceTag/${TagKey}"
71
+ ]
65
72
  }
66
73
  }
@@ -1,7 +1,11 @@
1
1
  {
2
2
  "bucket": {
3
3
  "key": "bucket",
4
- "arn": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}"
4
+ "arn": "arn:${Partition}:s3express:${Region}:${Account}:bucket/${BucketName}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}",
7
+ "s3express:BucketTag/${TagKey}"
8
+ ]
5
9
  },
6
10
  "accesspoint": {
7
11
  "key": "accesspoint",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202507021
3
+ Version: 0.1.202507041
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=I03-8IUFxJLSRejYStS87Z4ZASQUA0mJiRARAM7gW6w,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
@@ -306,7 +306,7 @@ iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54P
306
306
  iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
307
307
  iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
308
308
  iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0PdE,20681
309
- iamdata/data/actions/qbusiness.json,sha256=K2S5AGw16TjJqXxtDQmdWzkBEXWCUFP6OGpx3b9gIdg,43491
309
+ iamdata/data/actions/qbusiness.json,sha256=LNicOmHlS0RwpH1HPHPjnjFjQ9vTN4W-LMWg9tJCuVc,46545
310
310
  iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
311
311
  iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
312
312
  iamdata/data/actions/quicksight.json,sha256=YMV8levkEd80fE6yZj-4nvyG1Uk4p2eKabYcxEnCTvg,94104
@@ -339,7 +339,7 @@ iamdata/data/actions/rum.json,sha256=2VetwUsiBrv5jiqU_ooNaLRqDNo2Un2XrbsHn36nvTQ
339
339
  iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
340
340
  iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
341
341
  iamdata/data/actions/s3.json,sha256=u5zIIhpkxCXEE-xZKnSuee5zR1sEgcnV_23-DvXzw-A,105291
342
- iamdata/data/actions/s3express.json,sha256=7srTo88hrYP8kpVhW6yh6_tFeQ7FQ6Gu8YKY2FgshTQ,13518
342
+ iamdata/data/actions/s3express.json,sha256=U02cdrYIxAvl7BFynYsygFBLjOGTHaomCeaI2hckrKM,15487
343
343
  iamdata/data/actions/s3tables.json,sha256=2vcdg7jf0oEWONiY3Gsf5C15h5BfaQ7lE7cr9bVXsO8,14025
344
344
  iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
345
345
  iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
@@ -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
@@ -762,7 +762,7 @@ iamdata/data/conditionKeys/rum.json,sha256=lGJKpyS_TDaE75aYW2Z3sicCI5ZlyycBnxvPk
762
762
  iamdata/data/conditionKeys/s3-object-lambda.json,sha256=3a0SOofd6JxSbRn7wUrmRpnBNt8a_4YdXjnGjvvExww,706
763
763
  iamdata/data/conditionKeys/s3-outposts.json,sha256=peZ-RQJHMKTPaylyAOyn-El2ABVOEi5-2Msa56QORNg,3793
764
764
  iamdata/data/conditionKeys/s3.json,sha256=VrNx_g2_2NzL8a6jOwCPfQ1TO4vGUKGTmQkAQb_EeiY,8966
765
- iamdata/data/conditionKeys/s3express.json,sha256=gJZJ7cqH8MPb467PYEqC7XYKd2GZBz0C_U_hCmpq4nw,2904
765
+ iamdata/data/conditionKeys/s3express.json,sha256=M0vmIjMriKbfScPAJH2f8KIsRDuoKEZ0LrCSefCxE_A,3624
766
766
  iamdata/data/conditionKeys/s3tables.json,sha256=4IoOYR02lUJ7GyAO35ZoR8UTW-xaJmsNhEH1_fHGlck,708
767
767
  iamdata/data/conditionKeys/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
768
768
  iamdata/data/conditionKeys/sagemaker-geospatial.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
@@ -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
@@ -1152,7 +1152,7 @@ iamdata/data/resourceTypes/proton.json,sha256=diD6KfNtqpIjBoOdWxmJXFyf3S8MwbScr7
1152
1152
  iamdata/data/resourceTypes/purchase-orders.json,sha256=ycEaY1Q_PRRMet4H-zrfrrgvgKl-cAcSRiP-gtCbByI,211
1153
1153
  iamdata/data/resourceTypes/q.json,sha256=Op6dCuQ3Xu2-JrE1nOgWbgm5E8qoKMS08at6pCI4hWU,318
1154
1154
  iamdata/data/resourceTypes/qapps.json,sha256=dPRggFay-CVWzi1XJgMhnaDAynf6m6TKHYEiDuN9tKM,579
1155
- iamdata/data/resourceTypes/qbusiness.json,sha256=0SE8clRBGQYDXQj6LFa1zQ52fA1BUvRNXgfngGqAcQM,2164
1155
+ iamdata/data/resourceTypes/qbusiness.json,sha256=poEIcgyt0Th-i5EE3Y-WGI3xNagMQl638mouOqjWNDc,2459
1156
1156
  iamdata/data/resourceTypes/qdeveloper.json,sha256=AOEZRFv0hNIdjM_4oQpM0rGcr8Utpk89j4eYaIWEZMM,225
1157
1157
  iamdata/data/resourceTypes/qldb.json,sha256=gjxezAWI__V9Urh48_-e5wEv-gU-JaWZgrAYKcU7hRs,786
1158
1158
  iamdata/data/resourceTypes/quicksight.json,sha256=7j7DTsk9BA_PRCY3lgLdw4W5__gvN8u8jgG_-hZHcws,4125
@@ -1185,7 +1185,7 @@ iamdata/data/resourceTypes/rum.json,sha256=m1eE-xNr263sMkH0uPwMTqq97y-fTn7lQhWq8
1185
1185
  iamdata/data/resourceTypes/s3-object-lambda.json,sha256=anlR9MWqsDVRoLgtetNG3qf-_SzLKg_IKYaOws7wd8Y,175
1186
1186
  iamdata/data/resourceTypes/s3-outposts.json,sha256=vzIzZ1JQ0z8mxa4xdGSCSkdH-9FuXAUSyE9uDdd17FU,629
1187
1187
  iamdata/data/resourceTypes/s3.json,sha256=CxE_YJOZg6_bhGTlWN8akSoHjsUfg_K1iztI70oDWTw,2396
1188
- iamdata/data/resourceTypes/s3express.json,sha256=cqZAzdzst9da6yFe3U7QlF_of9rD8TjNvq3JyypepiU,266
1188
+ iamdata/data/resourceTypes/s3express.json,sha256=C8CGSkFoah5JTlfUflpNQCIDMZO_X_b1b-tWIRYSBIA,369
1189
1189
  iamdata/data/resourceTypes/s3tables.json,sha256=SIQGojJb_qQzk3udQD8aBk-Solazb_gAFVLOkGSgNG0,364
1190
1190
  iamdata/data/resourceTypes/sagemaker-data-science-assistant.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1191
1191
  iamdata/data/resourceTypes/sagemaker-geospatial.json,sha256=jtejWVh-j2HOeaB6oXyd-F_Dx2lQ_6Xi25qczdOoO2c,711
@@ -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.202507041.dist-info/METADATA,sha256=6RmRRiZ9Tn8kfZa22sBGYhdQLxqwsHf_JRxCimmZSow,3491
1284
+ iamdata-0.1.202507041.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1285
+ iamdata-0.1.202507041.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1286
+ iamdata-0.1.202507041.dist-info/RECORD,,