iamdata 0.1.202504211__py3-none-any.whl → 0.1.202504231__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",
@@ -211,7 +211,8 @@
211
211
  ],
212
212
  "conditionKeys": [
213
213
  "aws:RequestTag/${TagKey}",
214
- "aws:TagKeys"
214
+ "aws:TagKeys",
215
+ "ssm:DocumentType"
215
216
  ],
216
217
  "dependentActions": []
217
218
  },
@@ -331,7 +332,9 @@
331
332
  "dependentActions": []
332
333
  }
333
334
  ],
334
- "conditionKeys": [],
335
+ "conditionKeys": [
336
+ "ssm:DocumentType"
337
+ ],
335
338
  "dependentActions": []
336
339
  },
337
340
  "deleteinventory": {
@@ -668,7 +671,9 @@
668
671
  "dependentActions": []
669
672
  }
670
673
  ],
671
- "conditionKeys": [],
674
+ "conditionKeys": [
675
+ "ssm:DocumentType"
676
+ ],
672
677
  "dependentActions": []
673
678
  },
674
679
  "describedocumentparameters": {
@@ -698,7 +703,9 @@
698
703
  "dependentActions": []
699
704
  }
700
705
  ],
701
- "conditionKeys": [],
706
+ "conditionKeys": [
707
+ "ssm:DocumentType"
708
+ ],
702
709
  "dependentActions": []
703
710
  },
704
711
  "describeeffectiveinstanceassociations": {
@@ -1128,7 +1135,8 @@
1128
1135
  }
1129
1136
  ],
1130
1137
  "conditionKeys": [
1131
- "ssm:DocumentCategories"
1138
+ "ssm:DocumentCategories",
1139
+ "ssm:DocumentType"
1132
1140
  ],
1133
1141
  "dependentActions": []
1134
1142
  },
@@ -1477,7 +1485,9 @@
1477
1485
  "dependentActions": []
1478
1486
  }
1479
1487
  ],
1480
- "conditionKeys": [],
1488
+ "conditionKeys": [
1489
+ "ssm:DocumentType"
1490
+ ],
1481
1491
  "dependentActions": []
1482
1492
  },
1483
1493
  "listdocumentversions": {
@@ -1492,7 +1502,9 @@
1492
1502
  "dependentActions": []
1493
1503
  }
1494
1504
  ],
1495
- "conditionKeys": [],
1505
+ "conditionKeys": [
1506
+ "ssm:DocumentType"
1507
+ ],
1496
1508
  "dependentActions": []
1497
1509
  },
1498
1510
  "listdocuments": {
@@ -1683,7 +1695,9 @@
1683
1695
  "dependentActions": []
1684
1696
  }
1685
1697
  ],
1686
- "conditionKeys": [],
1698
+ "conditionKeys": [
1699
+ "ssm:DocumentType"
1700
+ ],
1687
1701
  "dependentActions": []
1688
1702
  },
1689
1703
  "putcalendar": {
@@ -2046,6 +2060,12 @@
2046
2060
  "required": true,
2047
2061
  "conditionKeys": [],
2048
2062
  "dependentActions": []
2063
+ },
2064
+ {
2065
+ "name": "document",
2066
+ "required": true,
2067
+ "conditionKeys": [],
2068
+ "dependentActions": []
2049
2069
  }
2050
2070
  ],
2051
2071
  "conditionKeys": [
@@ -2064,6 +2084,12 @@
2064
2084
  "required": true,
2065
2085
  "conditionKeys": [],
2066
2086
  "dependentActions": []
2087
+ },
2088
+ {
2089
+ "name": "document",
2090
+ "required": true,
2091
+ "conditionKeys": [],
2092
+ "dependentActions": []
2067
2093
  }
2068
2094
  ],
2069
2095
  "conditionKeys": [
@@ -2247,7 +2273,9 @@
2247
2273
  "dependentActions": []
2248
2274
  }
2249
2275
  ],
2250
- "conditionKeys": [],
2276
+ "conditionKeys": [
2277
+ "ssm:DocumentType"
2278
+ ],
2251
2279
  "dependentActions": []
2252
2280
  },
2253
2281
  "updatedocumentdefaultversion": {
@@ -2262,7 +2290,9 @@
2262
2290
  "dependentActions": []
2263
2291
  }
2264
2292
  ],
2265
- "conditionKeys": [],
2293
+ "conditionKeys": [
2294
+ "ssm:DocumentType"
2295
+ ],
2266
2296
  "dependentActions": []
2267
2297
  },
2268
2298
  "updatedocumentmetadata": {
@@ -2277,7 +2307,9 @@
2277
2307
  "dependentActions": []
2278
2308
  }
2279
2309
  ],
2280
- "conditionKeys": [],
2310
+ "conditionKeys": [
2311
+ "ssm:DocumentType"
2312
+ ],
2281
2313
  "dependentActions": []
2282
2314
  },
2283
2315
  "updateinstanceassociationstatus": {
@@ -144,9 +144,19 @@
144
144
  "description": "Filters access by access association source. Available during the CreateDomainNameAccessAssociation operation",
145
145
  "type": "String"
146
146
  },
147
+ "apigateway:request/cognitouserpoolproviderarn": {
148
+ "key": "apigateway:Request/CognitoUserPoolProviderArn",
149
+ "description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
150
+ "type": "ARN"
151
+ },
147
152
  "apigateway:request/domainnamearn": {
148
153
  "key": "apigateway:Request/DomainNameArn",
149
154
  "description": "Filters access by domain name ARN. Available during the CreateDomainNameAccessAssociation operation",
150
155
  "type": "ARN"
156
+ },
157
+ "apigateway:resource/cognitouserpoolproviderarn": {
158
+ "key": "apigateway:Resource/CognitoUserPoolProviderArn",
159
+ "description": "Filters access by Cognito user pool provider ARN. Available during CreateAuthorizer and UpdateAuthorizer",
160
+ "type": "ARN"
151
161
  }
152
162
  }
@@ -29,6 +29,11 @@
29
29
  "description": "Filters access by verifying that a user has permission to access a document belonging to a specific category enum",
30
30
  "type": "ArrayOfString"
31
31
  },
32
+ "ssm:documenttype": {
33
+ "key": "ssm:DocumentType",
34
+ "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",
35
+ "type": "String"
36
+ },
32
37
  "ssm:overwrite": {
33
38
  "key": "ssm:Overwrite",
34
39
  "description": "Filters access by controling whether Systems Manager parameters can be overwritten",
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202504211",
3
- "updatedAt": "2025-04-21T04:49:04.416Z"
2
+ "version": "0.1.202504231",
3
+ "updatedAt": "2025-04-23T04:49:41.800Z"
4
4
  }
@@ -61,8 +61,10 @@
61
61
  "conditionKeys": [
62
62
  "apigateway:Request/AuthorizerType",
63
63
  "apigateway:Request/AuthorizerUri",
64
+ "apigateway:Request/CognitoUserPoolProviderArn",
64
65
  "apigateway:Resource/AuthorizerType",
65
66
  "apigateway:Resource/AuthorizerUri",
67
+ "apigateway:Resource/CognitoUserPoolProviderArn",
66
68
  "aws:ResourceTag/${TagKey}"
67
69
  ]
68
70
  },
@@ -72,6 +74,7 @@
72
74
  "conditionKeys": [
73
75
  "apigateway:Request/AuthorizerType",
74
76
  "apigateway:Request/AuthorizerUri",
77
+ "apigateway:Request/CognitoUserPoolProviderArn",
75
78
  "aws:ResourceTag/${TagKey}"
76
79
  ]
77
80
  },
@@ -28,6 +28,7 @@
28
28
  "conditionKeys": [
29
29
  "aws:ResourceTag/${TagKey}",
30
30
  "ssm:DocumentCategories",
31
+ "ssm:DocumentType",
31
32
  "ssm:resourceTag/${TagKey}"
32
33
  ]
33
34
  },
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202504211
3
+ Version: 0.1.202504231
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=i2lX0vg_3ZqIIdOupnU0Y-f2QSrN__FHScQRW4In2YU,76
7
+ iamdata/data/metadata.json,sha256=qUHIHGMlzw_ZOeUVUHMahFne3WZOfUwfm7utzV1exmE,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
@@ -375,7 +375,7 @@ iamdata/data/actions/ssm-guiconnect.json,sha256=OX2PhAIOShC0cOp8eLFWPDSdNV0lgAG4
375
375
  iamdata/data/actions/ssm-incidents.json,sha256=5yJgZHtLAzP93Hs4eJgZw_7k5rXIAKVo-kqCSMhYLh0,14089
376
376
  iamdata/data/actions/ssm-quicksetup.json,sha256=uTX5lGIhFqIfqfTlJ4N_wgSm4hVywgLdGaYafPu1kXA,5311
377
377
  iamdata/data/actions/ssm-sap.json,sha256=leXVlxQiXH2e7IBkS1EdFAG-xUo1PIUuQyAdynk8-gk,8686
378
- iamdata/data/actions/ssm.json,sha256=DjcHJ56-yWUqdrKngvFdxAyuf-W3rqZWOXs2HvYOpR4,70055
378
+ iamdata/data/actions/ssm.json,sha256=X7tVynBBLuOtoN-k8NlMScj2tV7nSqgVkcrA88iFXX0,70639
379
379
  iamdata/data/actions/ssmmessages.json,sha256=qgUMhrTZNlb0cktmE6j2kqt89c6pbknWMvXJ6g1XeCY,1321
380
380
  iamdata/data/actions/sso-directory.json,sha256=3Zvv6ZcvYRt3oe8-J786d9_VwvhXPxuUYzePvV8Jg_k,16504
381
381
  iamdata/data/actions/sso-oauth.json,sha256=qvNNSnmRdrN-yqZsnRCTLULeva6ju_kXh3YC8RW2MLw,432
@@ -438,7 +438,7 @@ iamdata/data/conditionKeys/amplify.json,sha256=P_J2gcG6m1qymcVdRUVGbAyYn33WYLYgx
438
438
  iamdata/data/conditionKeys/amplifybackend.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
439
439
  iamdata/data/conditionKeys/amplifyuibuilder.json,sha256=4FCdMB_dZ0w4GZ6j1q2m60kNINXQNgAaP69N1nXlSeI,2751
440
440
  iamdata/data/conditionKeys/aoss.json,sha256=HUG6qRWkQ-gDFp8HALkEfIHTDBf5WGeNlwNljMNgCE4,950
441
- iamdata/data/conditionKeys/apigateway.json,sha256=HZ5POPSlRdg3L74wgx5fN_lAvaugdVmPd7coJ3skKLI,8315
441
+ iamdata/data/conditionKeys/apigateway.json,sha256=S-gkipJSeXXjEA4KCFybqpdn_9HpLL4zva5-9gQ8uGM,8843
442
442
  iamdata/data/conditionKeys/app-integrations.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
443
443
  iamdata/data/conditionKeys/appconfig.json,sha256=ZYOdu0KH7fehbpWdminQJ2OFRcf-g8MqrroVa0DXCrU,543
444
444
  iamdata/data/conditionKeys/appfabric.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
@@ -793,7 +793,7 @@ iamdata/data/conditionKeys/ssm-guiconnect.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
793
793
  iamdata/data/conditionKeys/ssm-incidents.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
794
794
  iamdata/data/conditionKeys/ssm-quicksetup.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
795
795
  iamdata/data/conditionKeys/ssm-sap.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
796
- iamdata/data/conditionKeys/ssm.json,sha256=xSCX1p5n4YrgXMH42010HPyKow7f7Swp69syCA75B_k,3376
796
+ iamdata/data/conditionKeys/ssm.json,sha256=Q5T-nuEExq47pOgzzf_9SSs28CxzkzHbpKknOiMiggM,3663
797
797
  iamdata/data/conditionKeys/ssmmessages.json,sha256=Wj2FI88_ylE-MehRI2ouDKNCWnYP7AKTntm8_vJsOmw,576
798
798
  iamdata/data/conditionKeys/sso-directory.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
799
799
  iamdata/data/conditionKeys/sso-oauth.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -856,7 +856,7 @@ iamdata/data/resourceTypes/amplify.json,sha256=bJr4KhDsGuGtIiicAe_hZIl3CL8TJ5r6W
856
856
  iamdata/data/resourceTypes/amplifybackend.json,sha256=Wk3JE8-TLwO6BWe04dGA4JHGpwhPX7ZZpwru-r90zEE,1192
857
857
  iamdata/data/resourceTypes/amplifyuibuilder.json,sha256=52cbSAEw_ZIlRD6I1fNOxng7eAP7VsmuY0M3zKfplac,1591
858
858
  iamdata/data/resourceTypes/aoss.json,sha256=Cg2pVJzoEEfsh5TavTe5M7DcTpFkn3fFDbonTRl4JdQ,320
859
- iamdata/data/resourceTypes/apigateway.json,sha256=LmZCeUnonLp9nt63kqJMaA9m1VJQVqHJo39V90jy73w,17034
859
+ iamdata/data/resourceTypes/apigateway.json,sha256=8ql9jDtMSiDtAYpVnQ8jPWgd11AYecxv1f2hmRrGLPM,17200
860
860
  iamdata/data/resourceTypes/app-integrations.json,sha256=Q5ufBUKtRQkauGbD3GKS-titpO1_HAmFPjzQ6u4B_RI,1520
861
861
  iamdata/data/resourceTypes/appconfig.json,sha256=ErfluuMMqnqL_31EfNNr_c2fnWiYHQ_yu5BQYfk6xfU,2202
862
862
  iamdata/data/resourceTypes/appfabric.json,sha256=1sBG-Q6qTJbs4oO3sAhTDCrQQNX7ZXyKImIG-4BFuF4,998
@@ -1211,7 +1211,7 @@ iamdata/data/resourceTypes/ssm-guiconnect.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8
1211
1211
  iamdata/data/resourceTypes/ssm-incidents.json,sha256=0btrl1up6F4UZVkZGomewpAyNem3EKLGS5tA86PHrlM,646
1212
1212
  iamdata/data/resourceTypes/ssm-quicksetup.json,sha256=HVXf812bz3Vz9pI5m6sbjgUCT2zDhK9vxFThFg2WpM8,250
1213
1213
  iamdata/data/resourceTypes/ssm-sap.json,sha256=WT7Iuy-jgx3d2KJcqv2P1D2gMHYK4rsHjKe62cdty8w,661
1214
- iamdata/data/resourceTypes/ssm.json,sha256=hlfV2-DVFR3jweQEIo9im-8CvdVzpsThVKAhC0Ab6lo,4193
1214
+ iamdata/data/resourceTypes/ssm.json,sha256=yr_vLxSmm6QTyc0cGGD_yZAZjYCF_MdpBGs4k_ele0w,4219
1215
1215
  iamdata/data/resourceTypes/ssmmessages.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
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
@@ -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.202504211.dist-info/METADATA,sha256=n6W6dxDjc7vv6T-MFpYuZM98jCbHPv17AUaXntTFjTQ,3491
1269
- iamdata-0.1.202504211.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
- iamdata-0.1.202504211.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
- iamdata-0.1.202504211.dist-info/RECORD,,
1268
+ iamdata-0.1.202504231.dist-info/METADATA,sha256=BzAEcBtTvmWHP3fWlgxlAzFZL_f55DB97oKwvvcirY8,3491
1269
+ iamdata-0.1.202504231.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1270
+ iamdata-0.1.202504231.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1271
+ iamdata-0.1.202504231.dist-info/RECORD,,