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

@@ -106,7 +106,11 @@
106
106
  "description": "Grants permission to create a custom domain name in AppSync",
107
107
  "accessLevel": "Write",
108
108
  "resourceTypes": [],
109
- "conditionKeys": [],
109
+ "conditionKeys": [
110
+ "aws:ResourceTag/${TagKey}",
111
+ "aws:RequestTag/${TagKey}",
112
+ "aws:TagKeys"
113
+ ],
110
114
  "dependentActions": []
111
115
  },
112
116
  "createfunction": {
@@ -217,7 +221,9 @@
217
221
  "dependentActions": []
218
222
  }
219
223
  ],
220
- "conditionKeys": [],
224
+ "conditionKeys": [
225
+ "aws:ResourceTag/${TagKey}"
226
+ ],
221
227
  "dependentActions": []
222
228
  },
223
229
  "deletefunction": {
@@ -469,7 +475,9 @@
469
475
  "dependentActions": []
470
476
  }
471
477
  ],
472
- "conditionKeys": [],
478
+ "conditionKeys": [
479
+ "aws:ResourceTag/${TagKey}"
480
+ ],
473
481
  "dependentActions": []
474
482
  },
475
483
  "getfunction": {
@@ -631,7 +639,9 @@
631
639
  "description": "Grants permission to enumerate custom domain names in AppSync",
632
640
  "accessLevel": "List",
633
641
  "resourceTypes": [],
634
- "conditionKeys": [],
642
+ "conditionKeys": [
643
+ "aws:ResourceTag/${TagKey}"
644
+ ],
635
645
  "dependentActions": []
636
646
  },
637
647
  "listfunctions": {
@@ -691,6 +701,12 @@
691
701
  "conditionKeys": [],
692
702
  "dependentActions": []
693
703
  },
704
+ {
705
+ "name": "domain",
706
+ "required": false,
707
+ "conditionKeys": [],
708
+ "dependentActions": []
709
+ },
694
710
  {
695
711
  "name": "graphqlapi",
696
712
  "required": false,
@@ -814,6 +830,12 @@
814
830
  "conditionKeys": [],
815
831
  "dependentActions": []
816
832
  },
833
+ {
834
+ "name": "domain",
835
+ "required": false,
836
+ "conditionKeys": [],
837
+ "dependentActions": []
838
+ },
817
839
  {
818
840
  "name": "graphqlapi",
819
841
  "required": false,
@@ -845,6 +867,12 @@
845
867
  "conditionKeys": [],
846
868
  "dependentActions": []
847
869
  },
870
+ {
871
+ "name": "domain",
872
+ "required": false,
873
+ "conditionKeys": [],
874
+ "dependentActions": []
875
+ },
848
876
  {
849
877
  "name": "graphqlapi",
850
878
  "required": false,
@@ -930,7 +958,9 @@
930
958
  "dependentActions": []
931
959
  }
932
960
  ],
933
- "conditionKeys": [],
961
+ "conditionKeys": [
962
+ "aws:ResourceTag/${TagKey}"
963
+ ],
934
964
  "dependentActions": []
935
965
  },
936
966
  "updatefunction": {
@@ -870,6 +870,21 @@
870
870
  "conditionKeys": [],
871
871
  "dependentActions": []
872
872
  },
873
+ "getprotectedjob": {
874
+ "name": "GetProtectedJob",
875
+ "description": "Grants permission to view a protected job",
876
+ "accessLevel": "Read",
877
+ "resourceTypes": [
878
+ {
879
+ "name": "membership",
880
+ "required": true,
881
+ "conditionKeys": [],
882
+ "dependentActions": []
883
+ }
884
+ ],
885
+ "conditionKeys": [],
886
+ "dependentActions": []
887
+ },
873
888
  "getprotectedquery": {
874
889
  "name": "GetProtectedQuery",
875
890
  "description": "Grants permission to view a protected query",
@@ -1184,6 +1199,21 @@
1184
1199
  "conditionKeys": [],
1185
1200
  "dependentActions": []
1186
1201
  },
1202
+ "listprotectedjobs": {
1203
+ "name": "ListProtectedJobs",
1204
+ "description": "Grants permission to list protected jobs",
1205
+ "accessLevel": "List",
1206
+ "resourceTypes": [
1207
+ {
1208
+ "name": "membership",
1209
+ "required": true,
1210
+ "conditionKeys": [],
1211
+ "dependentActions": []
1212
+ }
1213
+ ],
1214
+ "conditionKeys": [],
1215
+ "dependentActions": []
1216
+ },
1187
1217
  "listprotectedqueries": {
1188
1218
  "name": "ListProtectedQueries",
1189
1219
  "description": "Grants permission to list protected queries",
@@ -1335,6 +1365,36 @@
1335
1365
  "conditionKeys": [],
1336
1366
  "dependentActions": []
1337
1367
  },
1368
+ "startprotectedjob": {
1369
+ "name": "StartProtectedJob",
1370
+ "description": "Grants permission to start protected jobs",
1371
+ "accessLevel": "Write",
1372
+ "resourceTypes": [
1373
+ {
1374
+ "name": "membership",
1375
+ "required": true,
1376
+ "conditionKeys": [],
1377
+ "dependentActions": [
1378
+ "cleanrooms:GetCollaborationAnalysisTemplate",
1379
+ "cleanrooms:GetSchema"
1380
+ ]
1381
+ },
1382
+ {
1383
+ "name": "analysistemplate",
1384
+ "required": false,
1385
+ "conditionKeys": [],
1386
+ "dependentActions": []
1387
+ },
1388
+ {
1389
+ "name": "configuredtableassociation",
1390
+ "required": false,
1391
+ "conditionKeys": [],
1392
+ "dependentActions": []
1393
+ }
1394
+ ],
1395
+ "conditionKeys": [],
1396
+ "dependentActions": []
1397
+ },
1338
1398
  "startprotectedquery": {
1339
1399
  "name": "StartProtectedQuery",
1340
1400
  "description": "Grants permission to start protected queries",
@@ -1698,6 +1758,21 @@
1698
1758
  "conditionKeys": [],
1699
1759
  "dependentActions": []
1700
1760
  },
1761
+ "updateprotectedjob": {
1762
+ "name": "UpdateProtectedJob",
1763
+ "description": "Grants permission to update protected jobs",
1764
+ "accessLevel": "Write",
1765
+ "resourceTypes": [
1766
+ {
1767
+ "name": "membership",
1768
+ "required": true,
1769
+ "conditionKeys": [],
1770
+ "dependentActions": []
1771
+ }
1772
+ ],
1773
+ "conditionKeys": [],
1774
+ "dependentActions": []
1775
+ },
1701
1776
  "updateprotectedquery": {
1702
1777
  "name": "UpdateProtectedQuery",
1703
1778
  "description": "Grants permission to update protected queries",
@@ -370,6 +370,14 @@
370
370
  "conditionKeys": [],
371
371
  "dependentActions": []
372
372
  },
373
+ "registerresourcewithprivilegedaccess": {
374
+ "name": "RegisterResourceWithPrivilegedAccess",
375
+ "description": "Grants permission to register a new location to be managed by Lake Formation, with privileged access",
376
+ "accessLevel": "Write",
377
+ "resourceTypes": [],
378
+ "conditionKeys": [],
379
+ "dependentActions": []
380
+ },
373
381
  "removelftagsfromresource": {
374
382
  "name": "RemoveLFTagsFromResource",
375
383
  "description": "Grants permission to remove lakeformation tags from catalog resources",
@@ -171,7 +171,6 @@
171
171
  }
172
172
  ],
173
173
  "conditionKeys": [
174
- "aws:RequestTag/${TagKey}",
175
174
  "aws:TagKeys"
176
175
  ],
177
176
  "dependentActions": []
@@ -52,7 +52,7 @@
52
52
  "codeconnections:provideraction": {
53
53
  "key": "codeconnections:ProviderAction",
54
54
  "description": "Filters access by the provider action in a UseConnection request such as ListRepositories. See documentation for all valid values",
55
- "type": "ArrayOfString"
55
+ "type": "String"
56
56
  },
57
57
  "codeconnections:providerpermissionsrequired": {
58
58
  "key": "codeconnections:ProviderPermissionsRequired",
@@ -52,7 +52,7 @@
52
52
  "codestar-connections:provideraction": {
53
53
  "key": "codestar-connections:ProviderAction",
54
54
  "description": "Filters access by the provider action in a UseConnection request such as ListRepositories. See documentation for all valid values",
55
- "type": "ArrayOfString"
55
+ "type": "String"
56
56
  },
57
57
  "codestar-connections:providerpermissionsrequired": {
58
58
  "key": "codestar-connections:ProviderPermissionsRequired",
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "aws:requesttag/${tagkey}": {
3
3
  "key": "aws:RequestTag/${TagKey}",
4
- "description": "Filters access based on the presence of tag key-value pairs in the request",
4
+ "description": "Filters access by a tag's key and value in a request",
5
5
  "type": "String"
6
6
  },
7
7
  "aws:resourcetag/${tagkey}": {
8
8
  "key": "aws:ResourceTag/${TagKey}",
9
- "description": "Filters access based on tag key-value pairs attached to the resource",
9
+ "description": "Filters access by the presence of tag key-value pairs attached to the resource",
10
10
  "type": "String"
11
11
  },
12
12
  "aws:tagkeys": {
13
13
  "key": "aws:TagKeys",
14
- "description": "Filters access based on the presence of tag keys in the request",
15
- "type": "String"
14
+ "description": "Filters access by the presence of tag keys in the request",
15
+ "type": "ArrayOfString"
16
16
  }
17
17
  }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202503191",
3
- "updatedAt": "2025-03-19T04:46:37.689Z"
2
+ "version": "0.1.202503211",
3
+ "updatedAt": "2025-03-21T04:46:32.384Z"
4
4
  }
@@ -5,7 +5,10 @@
5
5
  },
6
6
  "domain": {
7
7
  "key": "domain",
8
- "arn": "arn:${Partition}:appsync:${Region}:${Account}:domainnames/${DomainName}"
8
+ "arn": "arn:${Partition}:appsync:${Region}:${Account}:domainnames/${DomainName}",
9
+ "conditionKeys": [
10
+ "aws:ResourceTag/${TagKey}"
11
+ ]
9
12
  },
10
13
  "graphqlapi": {
11
14
  "key": "graphqlapi",
@@ -26,11 +26,17 @@
26
26
  },
27
27
  "statemachineversion": {
28
28
  "key": "statemachineversion",
29
- "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineVersionId}"
29
+ "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineVersionId}",
30
+ "conditionKeys": [
31
+ "aws:ResourceTag/${TagKey}"
32
+ ]
30
33
  },
31
34
  "statemachinealias": {
32
35
  "key": "statemachinealias",
33
- "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineAliasName}"
36
+ "arn": "arn:${Partition}:states:${Region}:${Account}:stateMachine:${StateMachineName}:${StateMachineAliasName}",
37
+ "conditionKeys": [
38
+ "aws:ResourceTag/${TagKey}"
39
+ ]
34
40
  },
35
41
  "maprun": {
36
42
  "key": "maprun",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202503191
3
+ Version: 0.1.202503211
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=dU1-FaOsS_D66zSeiWZTlGjQ7t03wgphoQyIK9uCKLE,76
7
+ iamdata/data/metadata.json,sha256=vbeQlhbXlC9rinjlV3afnRgIKWJy8HQZi97l3RchzUw,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
@@ -35,7 +35,7 @@ iamdata/data/actions/appmesh.json,sha256=6j6EXN6-WIb6P8eWhX2WnpeQrT7Q4vBH2Tggy76
35
35
  iamdata/data/actions/apprunner.json,sha256=HzJPz_sXNF6i0ifAddxIEyxoxIeRnU0OaZxDRtb6bpw,21306
36
36
  iamdata/data/actions/appstream.json,sha256=cYGacTXelk8zkzWsfF_FhXjE68-C92hFJvJN7oaby9o,39114
37
37
  iamdata/data/actions/appstudio.json,sha256=bZmKZgKnZICwW_02tq1ffxGk-KFHEMzq1kSM_3PqOW0,1383
38
- iamdata/data/actions/appsync.json,sha256=GRckNr9Qs39QhHj6sH1osqpb3UeOVGrBTLz9R55PwB0,27221
38
+ iamdata/data/actions/appsync.json,sha256=H6Ioux0egMi4kpz_pkE7DQODBvVsGaxK-m_7QgNWoFk,27861
39
39
  iamdata/data/actions/apptest.json,sha256=3FtHxogRlavO4v9zGjP0Ycp-lZUcktzc9EvLicQcGdU,9480
40
40
  iamdata/data/actions/aps.json,sha256=Lz-yAMW51E2mj8iSGE-xacvRp_F35HebgF0ZdLgz00A,18841
41
41
  iamdata/data/actions/arc-zonal-shift.json,sha256=PpXOoqoBMfQ_0o7DkLSw3NNJtXg-2ghw3Ne-WY_kKwE,6662
@@ -69,7 +69,7 @@ iamdata/data/actions/ce.json,sha256=U-VtGOWL2Vfjvmc967VqpoH6cjWqpNLLjO6tffHJKoY,
69
69
  iamdata/data/actions/chatbot.json,sha256=u-Ib1coBm3aWz1nnfQoLpK8ADrCvZX85otTuUPpEUvc,13377
70
70
  iamdata/data/actions/chime.json,sha256=8gattJeWU-RLXnSBCxbwmBC9TlTiph1n1RddqIIQv34,134408
71
71
  iamdata/data/actions/cleanrooms-ml.json,sha256=5PGSYRckq8xpMuzTrOjBN6j3I9UwHPcttBh7ULHjnrk,29129
72
- iamdata/data/actions/cleanrooms.json,sha256=fyhSJHLkN7lqfO71B4x4fFy89ahflggQ2jAGDcJMA9s,46558
72
+ iamdata/data/actions/cleanrooms.json,sha256=a_Zh9iODZ31v-_4EhjJ6km67MUhRLZgtOdj-8PFC9a0,48419
73
73
  iamdata/data/actions/cloud9.json,sha256=iETF9axljX1m9TxCxljhlPRvM1muLBI0bA2EkSgOgUA,13262
74
74
  iamdata/data/actions/clouddirectory.json,sha256=CH3QAtTSZb7UCWXCYkfddRG5rGNbIXupVatrFPKG4PM,29198
75
75
  iamdata/data/actions/cloudformation.json,sha256=7woLNfne-QjqJCZy15BsJrQKaV-5vlCX0aHlF_srLyg,38905
@@ -225,7 +225,7 @@ iamdata/data/actions/kinesis.json,sha256=rngrULVItXpxysjMK9DQcAaKg6Ehwq3vudrCBpP
225
225
  iamdata/data/actions/kinesisanalytics.json,sha256=qfokOb3pzp4lPXQx7QuOqhaWZ_fCYBmK8AbzTSXXKto,13688
226
226
  iamdata/data/actions/kinesisvideo.json,sha256=CbufqlOdV-36LWV3MSsvGziUhnlsVQKmHGscBkYE7pM,17983
227
227
  iamdata/data/actions/kms.json,sha256=_tDjPtU93348SYcuDcdBDqW2KjshrAjTZRKcBnf3jGY,34241
228
- iamdata/data/actions/lakeformation.json,sha256=_vPoR58oU4mHloFyKuWaQhZOuqYOYpo1ViQKtOXMlsg,15788
228
+ iamdata/data/actions/lakeformation.json,sha256=umu3862CPiA-ngZwCjQ2gHSCOKk1L8aWqZeuds74jFc,16117
229
229
  iamdata/data/actions/lambda.json,sha256=GztbLvqZ0DOGCEt-1apK3U5FtgPZ95Aao5Fpv6U4Kis,31247
230
230
  iamdata/data/actions/launchwizard.json,sha256=um7PaidJkgrT-VIHRMcCXtcYBz83CbMuy-jN6_N2Bu0,10792
231
231
  iamdata/data/actions/lex.json,sha256=fwvYrD93lKdBLEs2BdSR_7XZZfFodrjzOCLrSEEqmsU,56726
@@ -364,7 +364,7 @@ iamdata/data/actions/signin.json,sha256=JtKbBwkP1rKewUTwxXlHGci9RtGF5QWWiuGo9cA1
364
364
  iamdata/data/actions/simspaceweaver.json,sha256=h1px0D_ss3w0UcwwwSUfZqJOOhI7I5vzR_0KIuvdpe8,5440
365
365
  iamdata/data/actions/sms-voice.json,sha256=2rCGXH5QuXNp27w-7E0ELq_XKdzNzR96pDZInmHiosI,43750
366
366
  iamdata/data/actions/sms.json,sha256=xEZ3VoB9QhbM8UWuk-AyleV39B4xyG5budYrIBATwjY,10178
367
- iamdata/data/actions/snow-device-management.json,sha256=yXVIn3bFus2aQVkl6WITMYTSZm9GYY_jz-odp6LYxpc,4501
367
+ iamdata/data/actions/snow-device-management.json,sha256=zH3nNa-KufACY9OC6KMqrDQRtgpcM5UI7L4PmHQ4TwI,4467
368
368
  iamdata/data/actions/snowball.json,sha256=n1czDMQpXRaI8x7g6SZW1XzUU4xT0sKpUhPzcQkRd9Y,7709
369
369
  iamdata/data/actions/sns.json,sha256=nCpLw8SWrCk-h2mgU_yN5JZcYOjUCNHlWj39F7_CTcc,14514
370
370
  iamdata/data/actions/social-messaging.json,sha256=DgXPl01D5XYRAs-BUo2Q07dAp_tomTBh09M7j9XiQc8,5692
@@ -503,7 +503,7 @@ iamdata/data/conditionKeys/codeartifact.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQN
503
503
  iamdata/data/conditionKeys/codebuild.json,sha256=En_svRYziiG_HNnsMGv4xdzXxKqjBxTqat59gOc0SD0,971
504
504
  iamdata/data/conditionKeys/codecatalyst.json,sha256=KDcJB__Qfpu07mPb7SmCc5KL-LuJjYq75dWNnorQxKI,508
505
505
  iamdata/data/conditionKeys/codecommit.json,sha256=eB2SJRKOr79bfv-Ig63qnajAcsomAaRom5MoITOWTJM,713
506
- iamdata/data/conditionKeys/codeconnections.json,sha256=EQ1z-6JyOCwPVFKz-KNv1lSfvk0sU3GNJAwKCXCN_zI,3732
506
+ iamdata/data/conditionKeys/codeconnections.json,sha256=N-ukd2w3glWZkW9qLkZHH2s76Sy5Z5b-DmP6thK4LF8,3725
507
507
  iamdata/data/conditionKeys/codedeploy-commands-secure.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
508
508
  iamdata/data/conditionKeys/codedeploy.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
509
509
  iamdata/data/conditionKeys/codeguru-profiler.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
@@ -511,7 +511,7 @@ iamdata/data/conditionKeys/codeguru-reviewer.json,sha256=KiqMixOG69C2AoGjsCcfPSN
511
511
  iamdata/data/conditionKeys/codeguru-security.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
512
512
  iamdata/data/conditionKeys/codeguru.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
513
513
  iamdata/data/conditionKeys/codepipeline.json,sha256=3LtgqO95psLCdlBh2_DxCa5Gron_VUC5qQpa-E5OZXs,553
514
- iamdata/data/conditionKeys/codestar-connections.json,sha256=y8kCf9_pf3SclHDmfOSvlxWyMToRGXFpcIyMrcRNlys,3867
514
+ iamdata/data/conditionKeys/codestar-connections.json,sha256=WFAy5UKGSvPxOCl2QO7FR3f7p5FfCmtjs6oFpf26LDw,3860
515
515
  iamdata/data/conditionKeys/codestar-notifications.json,sha256=vr3_NfDYaiXMuVY9Yt01d8Voi52CG5OooXkMy4cjeow,802
516
516
  iamdata/data/conditionKeys/codestar.json,sha256=dyym6t1J43saQQ4GQaPFGyHiRL8Ufknxb1CGgrBPtA4,776
517
517
  iamdata/data/conditionKeys/codewhisperer.json,sha256=VJnJ9jJ0dshuMnBPb9xVxRRiGemrR5fiunTOwZCQWgc,528
@@ -782,7 +782,7 @@ iamdata/data/conditionKeys/signin.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEM
782
782
  iamdata/data/conditionKeys/simspaceweaver.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
783
783
  iamdata/data/conditionKeys/sms-voice.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
784
784
  iamdata/data/conditionKeys/sms.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
785
- iamdata/data/conditionKeys/snow-device-management.json,sha256=jHT7d43dxYm_9LHlgMuRKuQfxvo5PredvmGH1QVKgXc,543
785
+ iamdata/data/conditionKeys/snow-device-management.json,sha256=QzkoxWGpjfeCWqileOMx92V5nlNZU0kO6js9Bth7Wp8,532
786
786
  iamdata/data/conditionKeys/snowball.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
787
787
  iamdata/data/conditionKeys/sns.json,sha256=H15CeYfdp7UW3MN7IIvkMcRlxbGeYCV_ig9iMLShgFY,874
788
788
  iamdata/data/conditionKeys/social-messaging.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
@@ -871,7 +871,7 @@ iamdata/data/resourceTypes/appmesh.json,sha256=mVoOV_Hf2zVS18kDHRsvJf13uHNPntczD
871
871
  iamdata/data/resourceTypes/apprunner.json,sha256=6janCCJM9d_a1iF0qeFXew292jkSXEnxlh2thU2wMWI,1727
872
872
  iamdata/data/resourceTypes/appstream.json,sha256=r2TLV01_Fl40x9r_dMGyEUfvxUhq20u6cOe4xLQo2ZM,1392
873
873
  iamdata/data/resourceTypes/appstudio.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
874
- iamdata/data/resourceTypes/appsync.json,sha256=TpHas9OPoARE925MKSt1g_dR-psQWswBZIG2XhAvSpU,1710
874
+ iamdata/data/resourceTypes/appsync.json,sha256=K18oiuc85UXGw1Jaq8jD1nItcTM0-Q7FfR3TGPE-mBw,1774
875
875
  iamdata/data/resourceTypes/apptest.json,sha256=hIP_Hr-eOJ9uSRTjFNsWtLBABGEZwuFY1fUqkyDKBF4,798
876
876
  iamdata/data/resourceTypes/aps.json,sha256=DTxFIUQe8FqGgtLnyPuDAnKIEBuw4_SXu49WVshVK6A,956
877
877
  iamdata/data/resourceTypes/arc-zonal-shift.json,sha256=8UEokE49NobMY3u6_stdIIynq_-zdc3Ys1ORQQpOW70,644
@@ -1216,7 +1216,7 @@ iamdata/data/resourceTypes/ssmmessages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If5
1216
1216
  iamdata/data/resourceTypes/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1217
1217
  iamdata/data/resourceTypes/sso-oauth.json,sha256=QnT_CMcPndCyNpm0eDxhF7f7qPVfrk3JbkbtG4jxbIQ,143
1218
1218
  iamdata/data/resourceTypes/sso.json,sha256=_6H48l4FGu9cZwkXK90haPKUQSieW3RfIIpnDjNSLWk,1089
1219
- iamdata/data/resourceTypes/states.json,sha256=M3KniMVKFF3nlipOQl1gQhaFlhIatDbW3yH9yglfIew,1652
1219
+ iamdata/data/resourceTypes/states.json,sha256=9hHx1cY1q0SxbZ7KVk8f7a7IbN1XsoFNYQGvaBfjQHM,1780
1220
1220
  iamdata/data/resourceTypes/storagegateway.json,sha256=RNt7jrqBTl3Pu_vm_4EHjcga30xOFS85EpbNEzZVjm0,1704
1221
1221
  iamdata/data/resourceTypes/sts.json,sha256=zKdS2gU1uU-7VIu_WFLRSXWxIAQTourJf3nWZ4ndi7E,515
1222
1222
  iamdata/data/resourceTypes/support.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -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.202503191.dist-info/METADATA,sha256=8d2Ndc9FrvF3mwuwlGzO-CPmRUo6GUF4-KFpTVPOJxs,3491
1269
- iamdata-0.1.202503191.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202503191.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202503191.dist-info/RECORD,,
1268
+ iamdata-0.1.202503211.dist-info/METADATA,sha256=IU0Jbq-PyQzlRpSOg_SAvWHowmYkG8crIsWV8TOF4Pc,3491
1269
+ iamdata-0.1.202503211.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202503211.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202503211.dist-info/RECORD,,