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

@@ -608,14 +608,7 @@
608
608
  "name": "ListStreamProcessors",
609
609
  "description": "Grants permission to get a list of your stream processors",
610
610
  "accessLevel": "List",
611
- "resourceTypes": [
612
- {
613
- "name": "streamprocessor",
614
- "required": true,
615
- "conditionKeys": [],
616
- "dependentActions": []
617
- }
618
- ],
611
+ "resourceTypes": [],
619
612
  "conditionKeys": [],
620
613
  "dependentActions": []
621
614
  },
@@ -29,6 +29,11 @@
29
29
  "description": "Filters access by URI of a Lambda authorizer function. Available during CreateAuthorizer and UpdateAuthorizer. Also available during import and reimport as an ArrayOfString",
30
30
  "type": "ArrayOfString"
31
31
  },
32
+ "apigateway:request/conditionbasepaths": {
33
+ "key": "apigateway:Request/ConditionBasePaths",
34
+ "description": "Filters access by base paths defined on the condition of a routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
35
+ "type": "ArrayOfString"
36
+ },
32
37
  "apigateway:request/disableexecuteapiendpoint": {
33
38
  "key": "apigateway:Request/DisableExecuteApiEndpoint",
34
39
  "description": "Filters access by status of the default execute-api endpoint. Available during the CreateRestApi and DeleteRestApi operations",
@@ -49,11 +54,21 @@
49
54
  "description": "Filters access by version of the truststore used for mutual TLS authentication. Available during the CreateDomainName and UpdateDomainName operations",
50
55
  "type": "String"
51
56
  },
57
+ "apigateway:request/priority": {
58
+ "key": "apigateway:Request/Priority",
59
+ "description": "Filters access by priority of the routing rule. Available during the CreateRoutingRule and UpdateRoutingRule operations",
60
+ "type": "Numeric"
61
+ },
52
62
  "apigateway:request/routeauthorizationtype": {
53
63
  "key": "apigateway:Request/RouteAuthorizationType",
54
64
  "description": "Filters access by authorization type, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the CreateMethod and PutMethod operations Also available as a collection during import",
55
65
  "type": "ArrayOfString"
56
66
  },
67
+ "apigateway:request/routingmode": {
68
+ "key": "apigateway:Request/RoutingMode",
69
+ "description": "Filters access by routing mode of the domain name. Available during the CreateDomainName and UpdateDomainName operations",
70
+ "type": "String"
71
+ },
57
72
  "apigateway:request/securitypolicy": {
58
73
  "key": "apigateway:Request/SecurityPolicy",
59
74
  "description": "Filters access by TLS version. Available during the CreateDomain and UpdateDomain operations",
@@ -94,6 +109,11 @@
94
109
  "description": "Filters access by URI of a Lambda authorizer function. Available during UpdateAuthorizer and DeleteAuthorizer operations. Also available during reimport as an ArrayOfString",
95
110
  "type": "ArrayOfString"
96
111
  },
112
+ "apigateway:resource/conditionbasepaths": {
113
+ "key": "apigateway:Resource/ConditionBasePaths",
114
+ "description": "Filters access by base paths defined on the condition of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
115
+ "type": "ArrayOfString"
116
+ },
97
117
  "apigateway:resource/disableexecuteapiendpoint": {
98
118
  "key": "apigateway:Resource/DisableExecuteApiEndpoint",
99
119
  "description": "Filters access by status of the default execute-api endpoint of the current RestApi resource. Available during UpdateRestApi and DeleteRestApi operations",
@@ -114,11 +134,21 @@
114
134
  "description": "Filters access by version of the truststore used for mutual TLS authentication. Available during UpdateDomainName and DeleteDomainName operations",
115
135
  "type": "String"
116
136
  },
137
+ "apigateway:resource/priority": {
138
+ "key": "apigateway:Resource/Priority",
139
+ "description": "Filters access by priority of the existing routing rule. Available during the UpdateRoutingRule and DeleteRoutingRule operations",
140
+ "type": "Numeric"
141
+ },
117
142
  "apigateway:resource/routeauthorizationtype": {
118
143
  "key": "apigateway:Resource/RouteAuthorizationType",
119
144
  "description": "Filters access by authorization type of the existing Method resource, for example NONE, AWS_IAM, CUSTOM, JWT, COGNITO_USER_POOLS. Available during the PutMethod and DeleteMethod operations. Also available as a collection during reimport",
120
145
  "type": "ArrayOfString"
121
146
  },
147
+ "apigateway:resource/routingmode": {
148
+ "key": "apigateway:Resource/RoutingMode",
149
+ "description": "Filters access by routing mode of the domain name. Available during the UpdateDomainName and DeleteDomainName operations",
150
+ "type": "String"
151
+ },
122
152
  "apigateway:resource/securitypolicy": {
123
153
  "key": "apigateway:Resource/SecurityPolicy",
124
154
  "description": "Filters access by TLS version. Available during UpdateDomain and DeleteDomain operations",
@@ -0,0 +1,17 @@
1
+ {
2
+ "aws:requesttag/${tagkey}": {
3
+ "key": "aws:RequestTag/${TagKey}",
4
+ "description": "Filters access by a tag key and value pair that is allowed in the request",
5
+ "type": "String"
6
+ },
7
+ "aws:resourcetag/${tagkey}": {
8
+ "key": "aws:ResourceTag/${TagKey}",
9
+ "description": "Filters access by a tag key and value pair of a resource",
10
+ "type": "String"
11
+ },
12
+ "aws:tagkeys": {
13
+ "key": "aws:TagKeys",
14
+ "description": "Filters access by a list of tag keys that are allowed in the request",
15
+ "type": "ArrayOfString"
16
+ }
17
+ }
@@ -1,4 +1,4 @@
1
1
  {
2
- "version": "0.1.202507011",
3
- "updatedAt": "2025-07-01T05:00:05.620Z"
2
+ "version": "0.1.202507021",
3
+ "updatedAt": "2025-07-02T04:55:14.481Z"
4
4
  }
@@ -211,6 +211,15 @@
211
211
  "aws:ResourceTag/${TagKey}"
212
212
  ]
213
213
  },
214
+ "routingrule": {
215
+ "key": "RoutingRule",
216
+ "arn": "arn:${Partition}:apigateway:${Region}:${Account}:/domainnames/${DomainName}/routingrules/${RoutingRuleId}",
217
+ "conditionKeys": [
218
+ "apigateway:Resource/ConditionBasePaths",
219
+ "apigateway:Resource/Priority",
220
+ "aws:ResourceTag/${TagKey}"
221
+ ]
222
+ },
214
223
  "stage": {
215
224
  "key": "Stage",
216
225
  "arn": "arn:${Partition}:apigateway:${Region}::/restapis/${RestApiId}/stages/${StageName}",
@@ -330,6 +339,7 @@
330
339
  "apigateway:Resource/EndpointType",
331
340
  "apigateway:Resource/MtlsTrustStoreUri",
332
341
  "apigateway:Resource/MtlsTrustStoreVersion",
342
+ "apigateway:Resource/RoutingMode",
333
343
  "apigateway:Resource/SecurityPolicy",
334
344
  "aws:ResourceTag/${TagKey}"
335
345
  ]
@@ -342,6 +352,7 @@
342
352
  "apigateway:Request/MtlsTrustStoreUri",
343
353
  "apigateway:Request/MtlsTrustStoreVersion",
344
354
  "apigateway:Request/SecurityPolicy",
355
+ "apigateway:Resource/RoutingMode",
345
356
  "aws:ResourceTag/${TagKey}"
346
357
  ]
347
358
  },
@@ -410,6 +421,7 @@
410
421
  "conditionKeys": [
411
422
  "apigateway:Request/EndpointType",
412
423
  "apigateway:Resource/EndpointType",
424
+ "apigateway:Resource/RoutingMode",
413
425
  "aws:ResourceTag/${TagKey}"
414
426
  ]
415
427
  },
@@ -12,5 +12,12 @@
12
12
  "conditionKeys": [
13
13
  "aws:ResourceTag/${TagKey}"
14
14
  ]
15
+ },
16
+ "stream": {
17
+ "key": "stream",
18
+ "arn": "arn:${Partition}:cassandra:${Region}:${Account}:/keyspace/${KeyspaceName}/table/${TableName}/stream/${StreamLabel}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
15
22
  }
16
23
  }
@@ -0,0 +1,44 @@
1
+ {
2
+ "cloud-autonomous-vm-cluster": {
3
+ "key": "cloud-autonomous-vm-cluster",
4
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-autonomous-vm-cluster/${CloudAutonomousVmClusterId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ },
9
+ "cloud-exadata-infrastructure": {
10
+ "key": "cloud-exadata-infrastructure",
11
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-exadata-infrastructure/${CloudExadataInfrastructureId}",
12
+ "conditionKeys": [
13
+ "aws:ResourceTag/${TagKey}"
14
+ ]
15
+ },
16
+ "cloud-vm-cluster": {
17
+ "key": "cloud-vm-cluster",
18
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:cloud-vm-cluster/${CloudVmClusterId}",
19
+ "conditionKeys": [
20
+ "aws:ResourceTag/${TagKey}"
21
+ ]
22
+ },
23
+ "db-node": {
24
+ "key": "db-node",
25
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:db-node/${DbNodeId}",
26
+ "conditionKeys": [
27
+ "aws:ResourceTag/${TagKey}"
28
+ ]
29
+ },
30
+ "odb-network": {
31
+ "key": "odb-network",
32
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:odb-network/${OdbNetworkId}",
33
+ "conditionKeys": [
34
+ "aws:ResourceTag/${TagKey}"
35
+ ]
36
+ },
37
+ "odb-peering-connection": {
38
+ "key": "odb-peering-connection",
39
+ "arn": "arn:${Partition}:odb:${Region}:${Account}:odb-peering-connection/${OdbPeeringConnectionId}",
40
+ "conditionKeys": [
41
+ "aws:ResourceTag/${TagKey}"
42
+ ]
43
+ }
44
+ }
@@ -270,6 +270,7 @@
270
270
  "notifications-contacts": "AWS User Notifications Contacts",
271
271
  "oam": "Amazon CloudWatch Observability Access Manager",
272
272
  "observabilityadmin": "Amazon CloudWatch Observability Admin Service",
273
+ "odb": "AWS Service - Oracle Database@AWS",
273
274
  "omics": "AWS HealthOmics",
274
275
  "one": "Amazon One Enterprise",
275
276
  "opensearch": "Amazon OpenSearch",
@@ -270,6 +270,7 @@
270
270
  "notifications-contacts",
271
271
  "oam",
272
272
  "observabilityadmin",
273
+ "odb",
273
274
  "omics",
274
275
  "one",
275
276
  "opensearch",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: iamdata
3
- Version: 0.1.202507011
3
+ Version: 0.1.202507021
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,9 +4,9 @@ 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=cymhfSERHKrYYKWscTNpEx1Od0PUbD9zfGASrb6eYfI,76
8
- iamdata/data/serviceNames.json,sha256=_Q-nPm2D59-XfSy4Lp0sj2LiSRhUtcFuYtWXChlIL-w,18430
9
- iamdata/data/services.json,sha256=tOMPn_2c_zODHhAM0eS0-SG3Uh91-tH-eBR_SMs5vcI,7173
7
+ iamdata/data/metadata.json,sha256=jTVWz0bCxQ4hxywTO9JeowODl1bSInIVv_OqQ4QXY4M,76
8
+ iamdata/data/serviceNames.json,sha256=dcaQ2keA7sUeXf9tEONShGHfZS-btwKiRL0n1MJgo9Y,18476
9
+ iamdata/data/services.json,sha256=DEUL9THr5y2DZ_avlfjp5Mmw7u59GIy4rDYCF9z8TSs,7182
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
@@ -20,7 +20,7 @@ iamdata/data/actions/amplify.json,sha256=P7nVW339-sVsELNEgWchmbtBLvkJddH0vRymEqS
20
20
  iamdata/data/actions/amplifybackend.json,sha256=JnMeolg-gIMo4LdolZHrxXnpV_CMN35KhDGYUFcyFF8,18149
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
- iamdata/data/actions/apigateway.json,sha256=6VTZckTLO7ujl_4YmppSmno4BujLHMcrlsyEZ4MwM1g,22825
23
+ iamdata/data/actions/apigateway.json,sha256=3CNimTfgSUcX4Q6Dz_UsRHv_KnBb1d181B-rK6W9XF8,25643
24
24
  iamdata/data/actions/app-integrations.json,sha256=s_R-bVBcIMknyXPYr7OHTNBk0sQpWGpth1v7hPDJtNg,14822
25
25
  iamdata/data/actions/appconfig.json,sha256=jfUWaS82WDtTfD5BVOf_OXX_uvxpKpNCt0NKxMujX18,24101
26
26
  iamdata/data/actions/appfabric.json,sha256=AvXi5cmQWdibTxKn2ZPh1kfgOyVPzQNGjnBlNQvy3jc,13801
@@ -64,7 +64,7 @@ iamdata/data/actions/braket.json,sha256=ckpknxfX95gNPieCdF9SwWtG0h5vusN-D2BkldAA
64
64
  iamdata/data/actions/budgets.json,sha256=zHabdh-h4VycehSTplKnMRgHNt_yj-Z-uBcnjA9TCL4,6247
65
65
  iamdata/data/actions/bugbust.json,sha256=LVGgvR56fzKuto-YN7DY5QEZLUuJ-LyqEhHYIHkxDVU,8065
66
66
  iamdata/data/actions/cases.json,sha256=xbWEZ_pdxVXupYub2gtHBB0gs5pFA8ZfvICipvDlSio,20772
67
- iamdata/data/actions/cassandra.json,sha256=h7nS3EKLNKlEkcH-EBI6qIKAn6m31u-UBMjvcl9jhfE,8108
67
+ iamdata/data/actions/cassandra.json,sha256=uD5eiEF3sCyy2edY09EgAILVZpdU7fvKhdankKVUwjE,9818
68
68
  iamdata/data/actions/ce.json,sha256=FVgTpieSXfdkDUB103G3HyTFnK38FqAmeuyJo8s-nm8,21396
69
69
  iamdata/data/actions/chatbot.json,sha256=u-Ib1coBm3aWz1nnfQoLpK8ADrCvZX85otTuUPpEUvc,13377
70
70
  iamdata/data/actions/chime.json,sha256=8gattJeWU-RLXnSBCxbwmBC9TlTiph1n1RddqIIQv34,134408
@@ -134,8 +134,8 @@ iamdata/data/actions/docdb-elastic.json,sha256=fjk8kUH9ZuYqv_1ZhLfIuwPAtzsuFaZBi
134
134
  iamdata/data/actions/drs.json,sha256=La78bLQy39JRhXMEYt9fmEyh6EAIDDjeiOfKBH8z14w,43861
135
135
  iamdata/data/actions/ds-data.json,sha256=bwZGtvuBi74oVFJVoHDd0_3kGGltbZewiKZVPfYoEpE,8399
136
136
  iamdata/data/actions/ds.json,sha256=B_adbfNUcenYt0qGfwBergVIjIVpIUsrey53rsddQGs,35756
137
- iamdata/data/actions/dsql.json,sha256=jn-OZUQ9V2KQsvJTAThsu4a3t3HgLwF2mwjhmrzOrzw,8425
138
- iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
137
+ iamdata/data/actions/dsql.json,sha256=92hEEkuc-fTmTx65rIFURAymKz13yxV8zVD37mnEZBw,8545
138
+ iamdata/data/actions/dynamodb.json,sha256=HC_vieSNmlSQa76UtXupbynM7M1-lbyHalRalbxs8hw,32519
139
139
  iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
140
140
  iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
141
141
  iamdata/data/actions/ec2.json,sha256=js3kgwED6CirQpbhzj7CKlsH7wUQuaodJ30ilytRBWo,530317
@@ -278,6 +278,7 @@ iamdata/data/actions/notifications-contacts.json,sha256=JZ3Mq09FVDcfZcsYQgQN8OUg
278
278
  iamdata/data/actions/notifications.json,sha256=TQoyE0_DLtcyaKZRhpOuL8ByPra50JjFYLxUyQsc32o,13441
279
279
  iamdata/data/actions/oam.json,sha256=A2X3P7Xoi5fgeAFzVUbgtMJ_AB80fGTBI84pQoQ6PDo,6568
280
280
  iamdata/data/actions/observabilityadmin.json,sha256=AysuOnSanS6RUKrKM92zGz1oyXmBBlxjtJUFpq9Kw4A,2426
281
+ iamdata/data/actions/odb.json,sha256=l3Wy1SkCNPsK3fIpUKX0vQP8c0OFqhbfZjp4FBnP11k,22257
281
282
  iamdata/data/actions/omics.json,sha256=MBuT-Dp0aXrevfXSTBU5cEN4_0Ffdq3tm13etZk1PAA,39397
282
283
  iamdata/data/actions/one.json,sha256=9Ww9qFomWyq4R_awQOIGVmhOEoXqgwlJSGj4gYsndAc,11248
283
284
  iamdata/data/actions/opensearch.json,sha256=crtW3ri7sgT0s0pfxP2Q881-MJbBhgSXHdhEtRv3qig,2120
@@ -318,7 +319,7 @@ iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1z
318
319
  iamdata/data/actions/redshift-serverless.json,sha256=2_z5zDo_hcxfh-_HHBn-NMB3MucA4GD-P5K_tXciDdg,25609
319
320
  iamdata/data/actions/redshift.json,sha256=pRfMDtu3jS7zvQiqthWU-G2gpOfRbGv03Fqnqmz3nHI,67684
320
321
  iamdata/data/actions/refactor-spaces.json,sha256=KN5CrZwVB4iwuGCH2ElfUuqMOhZVh-CJ7jGcDk1baD0,11468
321
- iamdata/data/actions/rekognition.json,sha256=IQen9vVuBc5VelIVHB9C5S65rmLRNhysrBBAfqtiwS4,28792
322
+ iamdata/data/actions/rekognition.json,sha256=aGZ2k7vF-Fxe0SNP2cYNW0Xcs2jZfXLRMk-ZwcAWdbU,28650
322
323
  iamdata/data/actions/repostspace.json,sha256=zI1zT3e7VsGmVHwShqcMfyqDKyYBIZzM_cg0eMnfa5w,4899
323
324
  iamdata/data/actions/resiliencehub.json,sha256=KBcrQry1ZTvDaHCTkf1IB0Ehx5wla0V_XjIZIrZQ4co,26671
324
325
  iamdata/data/actions/resource-explorer-2.json,sha256=oqBFZql425StocirFxGONLjgYKRSRauFFCxl-omtWGY,9795
@@ -442,7 +443,7 @@ iamdata/data/conditionKeys/amplify.json,sha256=P_J2gcG6m1qymcVdRUVGbAyYn33WYLYgx
442
443
  iamdata/data/conditionKeys/amplifybackend.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
443
444
  iamdata/data/conditionKeys/amplifyuibuilder.json,sha256=4FCdMB_dZ0w4GZ6j1q2m60kNINXQNgAaP69N1nXlSeI,2751
444
445
  iamdata/data/conditionKeys/aoss.json,sha256=HUG6qRWkQ-gDFp8HALkEfIHTDBf5WGeNlwNljMNgCE4,950
445
- iamdata/data/conditionKeys/apigateway.json,sha256=S-gkipJSeXXjEA4KCFybqpdn_9HpLL4zva5-9gQ8uGM,8843
446
+ iamdata/data/conditionKeys/apigateway.json,sha256=mQSpO-I5HdRj5s3YWZH7rMKJuwz2RmojnKoug8BisTI,10459
446
447
  iamdata/data/conditionKeys/app-integrations.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
447
448
  iamdata/data/conditionKeys/appconfig.json,sha256=ZYOdu0KH7fehbpWdminQJ2OFRcf-g8MqrroVa0DXCrU,543
448
449
  iamdata/data/conditionKeys/appfabric.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
@@ -700,6 +701,7 @@ iamdata/data/conditionKeys/notifications-contacts.json,sha256=bykLz99TDnMUiW3mYB
700
701
  iamdata/data/conditionKeys/notifications.json,sha256=bykLz99TDnMUiW3mYBFaOB8Dd0QuWAzWkxf97Dc1jnc,518
701
702
  iamdata/data/conditionKeys/oam.json,sha256=DTRhl_m8MRuOaYlwkgmFSvoHeIqHNrAZIHo6lUlpk7s,708
702
703
  iamdata/data/conditionKeys/observabilityadmin.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
704
+ iamdata/data/conditionKeys/odb.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
703
705
  iamdata/data/conditionKeys/omics.json,sha256=w0KRgBATjKpVNc8xvvBy6Vt0YCl25swAjAX8T6FOXko,548
704
706
  iamdata/data/conditionKeys/one.json,sha256=gMTfYvr8trF0nuLC-nihDc7UOxC4eFkKUIEF1UAU6eQ,532
705
707
  iamdata/data/conditionKeys/opensearch.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
@@ -864,7 +866,7 @@ iamdata/data/resourceTypes/amplify.json,sha256=bJr4KhDsGuGtIiicAe_hZIl3CL8TJ5r6W
864
866
  iamdata/data/resourceTypes/amplifybackend.json,sha256=Wk3JE8-TLwO6BWe04dGA4JHGpwhPX7ZZpwru-r90zEE,1192
865
867
  iamdata/data/resourceTypes/amplifyuibuilder.json,sha256=52cbSAEw_ZIlRD6I1fNOxng7eAP7VsmuY0M3zKfplac,1591
866
868
  iamdata/data/resourceTypes/aoss.json,sha256=Cg2pVJzoEEfsh5TavTe5M7DcTpFkn3fFDbonTRl4JdQ,320
867
- iamdata/data/resourceTypes/apigateway.json,sha256=8ql9jDtMSiDtAYpVnQ8jPWgd11AYecxv1f2hmRrGLPM,17200
869
+ iamdata/data/resourceTypes/apigateway.json,sha256=l81kEROPYAbKLRhsQjfDJKhgvtqjri63f3yG6QEeNQQ,17642
868
870
  iamdata/data/resourceTypes/app-integrations.json,sha256=Q5ufBUKtRQkauGbD3GKS-titpO1_HAmFPjzQ6u4B_RI,1520
869
871
  iamdata/data/resourceTypes/appconfig.json,sha256=ErfluuMMqnqL_31EfNNr_c2fnWiYHQ_yu5BQYfk6xfU,2202
870
872
  iamdata/data/resourceTypes/appfabric.json,sha256=1sBG-Q6qTJbs4oO3sAhTDCrQQNX7ZXyKImIG-4BFuF4,998
@@ -908,7 +910,7 @@ iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcy
908
910
  iamdata/data/resourceTypes/budgets.json,sha256=2babnAg7HR15U933Mw4X0IpWCBLG3KMGZ47VVeWFzVU,493
909
911
  iamdata/data/resourceTypes/bugbust.json,sha256=tBHWmcEBbgHSRfTMPnt_E07a10B9P-CxZJ-d1YJZnVw,181
910
912
  iamdata/data/resourceTypes/cases.json,sha256=cQr8siKGfxjFVyT8FqDuklo5oBg0ob8ZQTIMvd87Pz0,1417
911
- iamdata/data/resourceTypes/cassandra.json,sha256=BYjI6J4qqrYqi57fznFJNdBRxYqnxy8PkCuCcGdXOdk,406
913
+ iamdata/data/resourceTypes/cassandra.json,sha256=CJDGIz-BsumgYHiNRymRZPOPpOO-khh8GztuEvAur0o,638
912
914
  iamdata/data/resourceTypes/ce.json,sha256=vgNVb8071tOB-_FsjmkuSulOKbiz9oB7rqpoJmn_viE,783
913
915
  iamdata/data/resourceTypes/chatbot.json,sha256=xSHJBvhl8TAtuauzsRpPmAvGvK4hU9bglPWkA0gjKfk,320
914
916
  iamdata/data/resourceTypes/chime.json,sha256=DTD3s4sjIirnpcEwC8V6ujyySE7swZgjbJLCXUnXN7w,2901
@@ -1122,6 +1124,7 @@ iamdata/data/resourceTypes/notifications-contacts.json,sha256=Wjo9mcgPWQcPFw59k6
1122
1124
  iamdata/data/resourceTypes/notifications.json,sha256=InbA14Y_4ZB9CK2QgyA3g1ipH1Me5C5oHda9IKoWzW4,1385
1123
1125
  iamdata/data/resourceTypes/oam.json,sha256=9jPxgQGszJPZS0cBLPt_nM8HtYpzwFemBiApguNJhtA,350
1124
1126
  iamdata/data/resourceTypes/observabilityadmin.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
1127
+ iamdata/data/resourceTypes/odb.json,sha256=nfDB9Y76-iH6Vp6Rkc5ieWuokcTem4jk3xOzjycQ7k0,1359
1125
1128
  iamdata/data/resourceTypes/omics.json,sha256=vkNM38NG5KSxncBDKznXYYQf6ezfWymEOSG_81olAOY,2731
1126
1129
  iamdata/data/resourceTypes/one.json,sha256=o6TS-sCaSAdls2Hrs_TeJNWKR4auMHGLXF2luS68KkU,910
1127
1130
  iamdata/data/resourceTypes/opensearch.json,sha256=ryA1cn3lDDvmFVS7gMCjLMbfPKsc0twGCAIa29hxz-8,274
@@ -1277,7 +1280,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
1277
1280
  iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
1278
1281
  iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
1279
1282
  iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
1280
- iamdata-0.1.202507011.dist-info/METADATA,sha256=tazfPjbVdV38YR7YNBfiNt5sfZ7WMSjqVqfuAW-Lopw,3491
1281
- iamdata-0.1.202507011.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
1282
- iamdata-0.1.202507011.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
1283
- iamdata-0.1.202507011.dist-info/RECORD,,
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,,