iamdata 0.1.202502271__py3-none-any.whl → 0.1.202502281__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.
- iamdata/data/actions/application-signals.json +9 -0
- iamdata/data/actions/bedrock.json +172 -0
- iamdata/data/actions/ses.json +18 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock.json +7 -0
- iamdata/data/resourceTypes/transcribe.json +1 -1
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202502281.dist-info}/METADATA +1 -1
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202502281.dist-info}/RECORD +10 -10
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202502281.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202502281.dist-info}/licenses/LICENSE.txt +0 -0
|
@@ -63,6 +63,15 @@
|
|
|
63
63
|
"conditionKeys": [],
|
|
64
64
|
"dependentActions": []
|
|
65
65
|
},
|
|
66
|
+
"link": {
|
|
67
|
+
"name": "Link",
|
|
68
|
+
"isPermissionOnly": true,
|
|
69
|
+
"description": "Grants permission to share Application Signals resources with a monitoring account",
|
|
70
|
+
"accessLevel": "Write",
|
|
71
|
+
"resourceTypes": [],
|
|
72
|
+
"conditionKeys": [],
|
|
73
|
+
"dependentActions": []
|
|
74
|
+
},
|
|
66
75
|
"listobservedentities": {
|
|
67
76
|
"name": "ListObservedEntities",
|
|
68
77
|
"description": "Grants permission to list entities associated with other entities",
|
|
@@ -324,6 +324,21 @@
|
|
|
324
324
|
],
|
|
325
325
|
"dependentActions": []
|
|
326
326
|
},
|
|
327
|
+
"createinvocation": {
|
|
328
|
+
"name": "CreateInvocation",
|
|
329
|
+
"description": "Grants permission to create a new invocation in an existing session",
|
|
330
|
+
"accessLevel": "Write",
|
|
331
|
+
"resourceTypes": [
|
|
332
|
+
{
|
|
333
|
+
"name": "session",
|
|
334
|
+
"required": true,
|
|
335
|
+
"conditionKeys": [],
|
|
336
|
+
"dependentActions": []
|
|
337
|
+
}
|
|
338
|
+
],
|
|
339
|
+
"conditionKeys": [],
|
|
340
|
+
"dependentActions": []
|
|
341
|
+
},
|
|
327
342
|
"createknowledgebase": {
|
|
328
343
|
"name": "CreateKnowledgeBase",
|
|
329
344
|
"description": "Grants permission to create a knowledge base",
|
|
@@ -503,6 +518,17 @@
|
|
|
503
518
|
],
|
|
504
519
|
"dependentActions": []
|
|
505
520
|
},
|
|
521
|
+
"createsession": {
|
|
522
|
+
"name": "CreateSession",
|
|
523
|
+
"description": "Grants permission to create a new session",
|
|
524
|
+
"accessLevel": "Write",
|
|
525
|
+
"resourceTypes": [],
|
|
526
|
+
"conditionKeys": [
|
|
527
|
+
"aws:RequestTag/${TagKey}",
|
|
528
|
+
"aws:TagKeys"
|
|
529
|
+
],
|
|
530
|
+
"dependentActions": []
|
|
531
|
+
},
|
|
506
532
|
"deleteagent": {
|
|
507
533
|
"name": "DeleteAgent",
|
|
508
534
|
"description": "Grants permission to delete an Agent that you created earlier",
|
|
@@ -849,6 +875,21 @@
|
|
|
849
875
|
"conditionKeys": [],
|
|
850
876
|
"dependentActions": []
|
|
851
877
|
},
|
|
878
|
+
"deletesession": {
|
|
879
|
+
"name": "DeleteSession",
|
|
880
|
+
"description": "Grants permission to delete a Session that you created earlier",
|
|
881
|
+
"accessLevel": "Write",
|
|
882
|
+
"resourceTypes": [
|
|
883
|
+
{
|
|
884
|
+
"name": "session",
|
|
885
|
+
"required": true,
|
|
886
|
+
"conditionKeys": [],
|
|
887
|
+
"dependentActions": []
|
|
888
|
+
}
|
|
889
|
+
],
|
|
890
|
+
"conditionKeys": [],
|
|
891
|
+
"dependentActions": []
|
|
892
|
+
},
|
|
852
893
|
"deregistermarketplacemodelendpoint": {
|
|
853
894
|
"name": "DeregisterMarketplaceModelEndpoint",
|
|
854
895
|
"description": "Grants permission to deregister a marketplace model endpoint to make it unusable in Bedrock Marketplace",
|
|
@@ -915,6 +956,21 @@
|
|
|
915
956
|
"conditionKeys": [],
|
|
916
957
|
"dependentActions": []
|
|
917
958
|
},
|
|
959
|
+
"endsession": {
|
|
960
|
+
"name": "EndSession",
|
|
961
|
+
"description": "Grants permission to end a Session that you created earlier",
|
|
962
|
+
"accessLevel": "Write",
|
|
963
|
+
"resourceTypes": [
|
|
964
|
+
{
|
|
965
|
+
"name": "session",
|
|
966
|
+
"required": true,
|
|
967
|
+
"conditionKeys": [],
|
|
968
|
+
"dependentActions": []
|
|
969
|
+
}
|
|
970
|
+
],
|
|
971
|
+
"conditionKeys": [],
|
|
972
|
+
"dependentActions": []
|
|
973
|
+
},
|
|
918
974
|
"generatequery": {
|
|
919
975
|
"name": "GenerateQuery",
|
|
920
976
|
"description": "Grants permission to generate queries associated with user input",
|
|
@@ -1282,6 +1338,21 @@
|
|
|
1282
1338
|
"conditionKeys": [],
|
|
1283
1339
|
"dependentActions": []
|
|
1284
1340
|
},
|
|
1341
|
+
"getinvocationstep": {
|
|
1342
|
+
"name": "GetInvocationStep",
|
|
1343
|
+
"description": "Grants permission to get an invocation step from a session",
|
|
1344
|
+
"accessLevel": "Read",
|
|
1345
|
+
"resourceTypes": [
|
|
1346
|
+
{
|
|
1347
|
+
"name": "session",
|
|
1348
|
+
"required": true,
|
|
1349
|
+
"conditionKeys": [],
|
|
1350
|
+
"dependentActions": []
|
|
1351
|
+
}
|
|
1352
|
+
],
|
|
1353
|
+
"conditionKeys": [],
|
|
1354
|
+
"dependentActions": []
|
|
1355
|
+
},
|
|
1285
1356
|
"getknowledgebase": {
|
|
1286
1357
|
"name": "GetKnowledgeBase",
|
|
1287
1358
|
"description": "Grants permission to retrieve an existing knowledge base",
|
|
@@ -1477,6 +1548,21 @@
|
|
|
1477
1548
|
"conditionKeys": [],
|
|
1478
1549
|
"dependentActions": []
|
|
1479
1550
|
},
|
|
1551
|
+
"getsession": {
|
|
1552
|
+
"name": "GetSession",
|
|
1553
|
+
"description": "Grants permission to retrieve an existing session",
|
|
1554
|
+
"accessLevel": "Read",
|
|
1555
|
+
"resourceTypes": [
|
|
1556
|
+
{
|
|
1557
|
+
"name": "session",
|
|
1558
|
+
"required": true,
|
|
1559
|
+
"conditionKeys": [],
|
|
1560
|
+
"dependentActions": []
|
|
1561
|
+
}
|
|
1562
|
+
],
|
|
1563
|
+
"conditionKeys": [],
|
|
1564
|
+
"dependentActions": []
|
|
1565
|
+
},
|
|
1480
1566
|
"getusecaseformodelaccess": {
|
|
1481
1567
|
"name": "GetUseCaseForModelAccess",
|
|
1482
1568
|
"description": "Grants permission to retrieve a use case for model access",
|
|
@@ -1945,6 +2031,36 @@
|
|
|
1945
2031
|
"conditionKeys": [],
|
|
1946
2032
|
"dependentActions": []
|
|
1947
2033
|
},
|
|
2034
|
+
"listinvocationsteps": {
|
|
2035
|
+
"name": "ListInvocationSteps",
|
|
2036
|
+
"description": "Grants permission to get list of invocation step from a session",
|
|
2037
|
+
"accessLevel": "List",
|
|
2038
|
+
"resourceTypes": [
|
|
2039
|
+
{
|
|
2040
|
+
"name": "session",
|
|
2041
|
+
"required": true,
|
|
2042
|
+
"conditionKeys": [],
|
|
2043
|
+
"dependentActions": []
|
|
2044
|
+
}
|
|
2045
|
+
],
|
|
2046
|
+
"conditionKeys": [],
|
|
2047
|
+
"dependentActions": []
|
|
2048
|
+
},
|
|
2049
|
+
"listinvocations": {
|
|
2050
|
+
"name": "ListInvocations",
|
|
2051
|
+
"description": "Grants permission to list invocations in a session",
|
|
2052
|
+
"accessLevel": "List",
|
|
2053
|
+
"resourceTypes": [
|
|
2054
|
+
{
|
|
2055
|
+
"name": "session",
|
|
2056
|
+
"required": true,
|
|
2057
|
+
"conditionKeys": [],
|
|
2058
|
+
"dependentActions": []
|
|
2059
|
+
}
|
|
2060
|
+
],
|
|
2061
|
+
"conditionKeys": [],
|
|
2062
|
+
"dependentActions": []
|
|
2063
|
+
},
|
|
1948
2064
|
"listknowledgebasedocuments": {
|
|
1949
2065
|
"name": "ListKnowledgeBaseDocuments",
|
|
1950
2066
|
"description": "Grants permission to list documents in a knowledge base",
|
|
@@ -2047,6 +2163,14 @@
|
|
|
2047
2163
|
"conditionKeys": [],
|
|
2048
2164
|
"dependentActions": []
|
|
2049
2165
|
},
|
|
2166
|
+
"listsessions": {
|
|
2167
|
+
"name": "ListSessions",
|
|
2168
|
+
"description": "Grants permission to list existing sessions",
|
|
2169
|
+
"accessLevel": "List",
|
|
2170
|
+
"resourceTypes": [],
|
|
2171
|
+
"conditionKeys": [],
|
|
2172
|
+
"dependentActions": []
|
|
2173
|
+
},
|
|
2050
2174
|
"listtagsforresource": {
|
|
2051
2175
|
"name": "ListTagsForResource",
|
|
2052
2176
|
"description": "Grants permission to list tags for a Bedrock resource",
|
|
@@ -2165,6 +2289,12 @@
|
|
|
2165
2289
|
"required": true,
|
|
2166
2290
|
"conditionKeys": [],
|
|
2167
2291
|
"dependentActions": []
|
|
2292
|
+
},
|
|
2293
|
+
{
|
|
2294
|
+
"name": "session",
|
|
2295
|
+
"required": true,
|
|
2296
|
+
"conditionKeys": [],
|
|
2297
|
+
"dependentActions": []
|
|
2168
2298
|
}
|
|
2169
2299
|
],
|
|
2170
2300
|
"conditionKeys": [],
|
|
@@ -2216,6 +2346,21 @@
|
|
|
2216
2346
|
"conditionKeys": [],
|
|
2217
2347
|
"dependentActions": []
|
|
2218
2348
|
},
|
|
2349
|
+
"putinvocationstep": {
|
|
2350
|
+
"name": "PutInvocationStep",
|
|
2351
|
+
"description": "Grants permission to put an invocation step into an invocation in session",
|
|
2352
|
+
"accessLevel": "Write",
|
|
2353
|
+
"resourceTypes": [
|
|
2354
|
+
{
|
|
2355
|
+
"name": "session",
|
|
2356
|
+
"required": true,
|
|
2357
|
+
"conditionKeys": [],
|
|
2358
|
+
"dependentActions": []
|
|
2359
|
+
}
|
|
2360
|
+
],
|
|
2361
|
+
"conditionKeys": [],
|
|
2362
|
+
"dependentActions": []
|
|
2363
|
+
},
|
|
2219
2364
|
"putmodelinvocationloggingconfiguration": {
|
|
2220
2365
|
"name": "PutModelInvocationLoggingConfiguration",
|
|
2221
2366
|
"description": "Grants permission to create an existing Invocation logging configuration",
|
|
@@ -2512,6 +2657,12 @@
|
|
|
2512
2657
|
"required": false,
|
|
2513
2658
|
"conditionKeys": [],
|
|
2514
2659
|
"dependentActions": []
|
|
2660
|
+
},
|
|
2661
|
+
{
|
|
2662
|
+
"name": "session",
|
|
2663
|
+
"required": false,
|
|
2664
|
+
"conditionKeys": [],
|
|
2665
|
+
"dependentActions": []
|
|
2515
2666
|
}
|
|
2516
2667
|
],
|
|
2517
2668
|
"conditionKeys": [
|
|
@@ -2638,6 +2789,12 @@
|
|
|
2638
2789
|
"required": false,
|
|
2639
2790
|
"conditionKeys": [],
|
|
2640
2791
|
"dependentActions": []
|
|
2792
|
+
},
|
|
2793
|
+
{
|
|
2794
|
+
"name": "session",
|
|
2795
|
+
"required": false,
|
|
2796
|
+
"conditionKeys": [],
|
|
2797
|
+
"dependentActions": []
|
|
2641
2798
|
}
|
|
2642
2799
|
],
|
|
2643
2800
|
"conditionKeys": [
|
|
@@ -2894,6 +3051,21 @@
|
|
|
2894
3051
|
"conditionKeys": [],
|
|
2895
3052
|
"dependentActions": []
|
|
2896
3053
|
},
|
|
3054
|
+
"updatesession": {
|
|
3055
|
+
"name": "UpdateSession",
|
|
3056
|
+
"description": "Grants permission to update an existing session",
|
|
3057
|
+
"accessLevel": "Write",
|
|
3058
|
+
"resourceTypes": [
|
|
3059
|
+
{
|
|
3060
|
+
"name": "session",
|
|
3061
|
+
"required": true,
|
|
3062
|
+
"conditionKeys": [],
|
|
3063
|
+
"dependentActions": []
|
|
3064
|
+
}
|
|
3065
|
+
],
|
|
3066
|
+
"conditionKeys": [],
|
|
3067
|
+
"dependentActions": []
|
|
3068
|
+
},
|
|
2897
3069
|
"validateflowdefinition": {
|
|
2898
3070
|
"name": "ValidateFlowDefinition",
|
|
2899
3071
|
"description": "Grants permission to validate prompt flow definitions",
|
iamdata/data/actions/ses.json
CHANGED
|
@@ -2848,6 +2848,24 @@
|
|
|
2848
2848
|
],
|
|
2849
2849
|
"dependentActions": []
|
|
2850
2850
|
},
|
|
2851
|
+
"putconfigurationsetarchivingoptions": {
|
|
2852
|
+
"name": "PutConfigurationSetArchivingOptions",
|
|
2853
|
+
"description": "Grants permission to associate a configuration set with a Mail Manager archive",
|
|
2854
|
+
"accessLevel": "Write",
|
|
2855
|
+
"resourceTypes": [
|
|
2856
|
+
{
|
|
2857
|
+
"name": "configuration-set",
|
|
2858
|
+
"required": true,
|
|
2859
|
+
"conditionKeys": [],
|
|
2860
|
+
"dependentActions": []
|
|
2861
|
+
}
|
|
2862
|
+
],
|
|
2863
|
+
"conditionKeys": [
|
|
2864
|
+
"ses:ApiVersion",
|
|
2865
|
+
"aws:ResourceTag/${TagKey}"
|
|
2866
|
+
],
|
|
2867
|
+
"dependentActions": []
|
|
2868
|
+
},
|
|
2851
2869
|
"putconfigurationsetsuppressionoptions": {
|
|
2852
2870
|
"name": "PutConfigurationSetSuppressionOptions",
|
|
2853
2871
|
"description": "Grants permission to specify the account suppression list preferences for a particular configuration set",
|
iamdata/data/metadata.json
CHANGED
|
@@ -159,5 +159,12 @@
|
|
|
159
159
|
"data-automation-invocation-job": {
|
|
160
160
|
"key": "data-automation-invocation-job",
|
|
161
161
|
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-invocation/${JobId}"
|
|
162
|
+
},
|
|
163
|
+
"session": {
|
|
164
|
+
"key": "session",
|
|
165
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:session/${SessionId}",
|
|
166
|
+
"conditionKeys": [
|
|
167
|
+
"aws:ResourceTag/${TagKey}"
|
|
168
|
+
]
|
|
162
169
|
}
|
|
163
170
|
}
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"callanalyticsjob": {
|
|
45
45
|
"key": "callanalyticsjob",
|
|
46
|
-
"arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics
|
|
46
|
+
"arn": "arn:${Partition}:transcribe:${Region}:${Account}:analytics/${JobName}",
|
|
47
47
|
"conditionKeys": [
|
|
48
48
|
"aws:ResourceTag/${TagKey}"
|
|
49
49
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202502281
|
|
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=
|
|
7
|
+
iamdata/data/metadata.json,sha256=7swuf3LF9c8Bk6jRaR-XDZrHm013QRK8EYRzBzCTBMg,76
|
|
8
8
|
iamdata/data/serviceNames.json,sha256=cq4NoN6Uff23-Xak3U-bQlEXqGmnf_EOZZeaR89HcCs,18231
|
|
9
9
|
iamdata/data/services.json,sha256=a_m1ljUk8AJ5U4v3dpI-Z7mARUWv-NGDwxp4ZwrfRvQ,7079
|
|
10
10
|
iamdata/data/actions/a2c.json,sha256=gdQce9wi9GkwSZX-kLklr_Pp3H6haDhGjpWHqWhYLW8,1032
|
|
@@ -27,7 +27,7 @@ iamdata/data/actions/appfabric.json,sha256=AvXi5cmQWdibTxKn2ZPh1kfgOyVPzQNGjnBlN
|
|
|
27
27
|
iamdata/data/actions/appflow.json,sha256=6AoIiRsuLBTSvTYX5o5ZnLwltaIEHUL68cb2JsbccVU,12480
|
|
28
28
|
iamdata/data/actions/application-autoscaling.json,sha256=POMpk1nQ_WCxpwCxQLn7PGB4YlCCIf0Nuf9dTYVD8hY,5984
|
|
29
29
|
iamdata/data/actions/application-cost-profiler.json,sha256=9VcuPqhnt0kpwf1isl4twq8bdq8xOboCeDjEJ7L7By8,1763
|
|
30
|
-
iamdata/data/actions/application-signals.json,sha256=
|
|
30
|
+
iamdata/data/actions/application-signals.json,sha256=MYT66N7eAz3IsyyTV5kF2c92gSKR0ZQxsInaD-MRu9c,5373
|
|
31
31
|
iamdata/data/actions/application-transformation.json,sha256=Q61FUo8d-kkrSlJWTR5-7n3lVCWT7i47Cxw4Dpywe6o,3693
|
|
32
32
|
iamdata/data/actions/applicationinsights.json,sha256=e3XCjtB1ZxRLJx_QFvanOwjKXDTh-X3de84YT-Z_Rq4,8215
|
|
33
33
|
iamdata/data/actions/appmesh-preview.json,sha256=XucS5yrPAd5Gd_plXGjkh5BFBY5NwYTb8pl5A42u2fU,16570
|
|
@@ -57,7 +57,7 @@ iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_
|
|
|
57
57
|
iamdata/data/actions/batch.json,sha256=WDT6NPGyJLLRpRDGdx7z6Emwuy2ZHSKOhBI9U107GvU,12594
|
|
58
58
|
iamdata/data/actions/bcm-data-exports.json,sha256=mjXiIPyT5DBAtXJDLun6sUN23PkoqygdtgrcdL2_D2g,4568
|
|
59
59
|
iamdata/data/actions/bcm-pricing-calculator.json,sha256=jQDECaZnvn6wpeLF2Wd_YTMnazp91AVginiZimCb2d4,13722
|
|
60
|
-
iamdata/data/actions/bedrock.json,sha256=
|
|
60
|
+
iamdata/data/actions/bedrock.json,sha256=p4BgBCejAMYDyaXyGInSoPSr6A-_BfUMHMqIDcq1hW8,81751
|
|
61
61
|
iamdata/data/actions/billing.json,sha256=tlpZgCGc05gf3Dt2kV-VICRX2Tb1PX7OlCHSqTDRcKU,8947
|
|
62
62
|
iamdata/data/actions/billingconductor.json,sha256=l_6-rjB19_qxOHkzFwk-BIuDLPwCiD102ToPsxlRW9M,13612
|
|
63
63
|
iamdata/data/actions/braket.json,sha256=wOW6oOfFpz0KjEahp8VcgEvwwMMC7VbO3J-5DV1Uesc,5969
|
|
@@ -355,7 +355,7 @@ iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9E
|
|
|
355
355
|
iamdata/data/actions/servicediscovery.json,sha256=ll9SzC2axBja_lYwTJJYTUgtZM-hK-iw905_HpTM01E,10761
|
|
356
356
|
iamdata/data/actions/serviceextract.json,sha256=HY1Erl6U3P1WaE1AmjTCwJ6b7G6CySsIDjEMlUIm16A,312
|
|
357
357
|
iamdata/data/actions/servicequotas.json,sha256=tcwug9DFh7k6EdfL6m1077mYevKgeQoiFYJIwtYH7M0,7241
|
|
358
|
-
iamdata/data/actions/ses.json,sha256=
|
|
358
|
+
iamdata/data/actions/ses.json,sha256=6ZMEMOqlnvIWdmbs5spsyepSa-WrY-ycH2Ixl0yXqKk,86589
|
|
359
359
|
iamdata/data/actions/shield.json,sha256=dkMkYVIfVDoURc4NvaU_EqQsYm9lc6BeFemF1LU14TU,13715
|
|
360
360
|
iamdata/data/actions/signer.json,sha256=smEu7GjaL7BfjjcLay5PwkKEfeP43yvVe9rk3s5tFgE,7449
|
|
361
361
|
iamdata/data/actions/signin.json,sha256=JtKbBwkP1rKewUTwxXlHGci9RtGF5QWWiuGo9cA1Ar8,1118
|
|
@@ -889,7 +889,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
|
|
|
889
889
|
iamdata/data/resourceTypes/batch.json,sha256=jfVf4PiwDGoIi86_dtbmYY1TkUbaNCawB0p1k4uJDjA,1213
|
|
890
890
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
891
891
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
892
|
-
iamdata/data/resourceTypes/bedrock.json,sha256=
|
|
892
|
+
iamdata/data/resourceTypes/bedrock.json,sha256=DxcbBa5rAO4muWNFIfrBOKlewXmrGTKKIeoKle-AIjY,5299
|
|
893
893
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
894
894
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
895
895
|
iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
|
|
@@ -1228,7 +1228,7 @@ iamdata/data/resourceTypes/timestream-influxdb.json,sha256=p_7qMwNXw4GRU0XmD1f__
|
|
|
1228
1228
|
iamdata/data/resourceTypes/timestream.json,sha256=lJAI9gLfLgNMu0d1awlKKOiPmBCDMPakyVmm9yIWjc4,627
|
|
1229
1229
|
iamdata/data/resourceTypes/tiros.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1230
1230
|
iamdata/data/resourceTypes/tnb.json,sha256=EEB4Jm3qBw2n3lS8MZVuP2znRFdabek_RdA_l2KGW78,1091
|
|
1231
|
-
iamdata/data/resourceTypes/transcribe.json,sha256=
|
|
1231
|
+
iamdata/data/resourceTypes/transcribe.json,sha256=Y1LenEDOj8QF-BA9t5aXlc4CaUKbBQDCHgX15k9gIKw,1972
|
|
1232
1232
|
iamdata/data/resourceTypes/transfer.json,sha256=B7Z7IT_PzyzIz7qIzoEHpfeYB-uQ_uDjBovqpe91ZIE,1742
|
|
1233
1233
|
iamdata/data/resourceTypes/translate.json,sha256=_IaITYNJkEPKT0K_TU2B4Fk75AiOxiq717VqQe9xrS8,414
|
|
1234
1234
|
iamdata/data/resourceTypes/trustedadvisor.json,sha256=jaen-kUaoPbEXSh3S3E7nbnzQVQkoE_jMyhY9CglYvc,142
|
|
@@ -1259,7 +1259,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1259
1259
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1260
1260
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1261
1261
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1262
|
-
iamdata-0.1.
|
|
1263
|
-
iamdata-0.1.
|
|
1264
|
-
iamdata-0.1.
|
|
1265
|
-
iamdata-0.1.
|
|
1262
|
+
iamdata-0.1.202502281.dist-info/METADATA,sha256=JiCllbsEURj2P_Xy8LYXj8JDu7nqnuDCfGv9OfZGrRU,3491
|
|
1263
|
+
iamdata-0.1.202502281.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1264
|
+
iamdata-0.1.202502281.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1265
|
+
iamdata-0.1.202502281.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|