iamdata 0.1.202502271__py3-none-any.whl → 0.1.202503011__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 +240 -1
- iamdata/data/actions/qdeveloper.json +111 -0
- iamdata/data/actions/redshift-serverless.json +16 -0
- iamdata/data/actions/s3.json +1 -5
- iamdata/data/actions/sagemaker.json +67 -2
- iamdata/data/actions/ses.json +18 -0
- iamdata/data/conditionKeys/qdeveloper.json +17 -0
- iamdata/data/conditionKeys/sagemaker.json +5 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock.json +11 -0
- iamdata/data/resourceTypes/qdeveloper.json +9 -0
- iamdata/data/resourceTypes/transcribe.json +1 -1
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202503011.dist-info}/METADATA +1 -1
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202503011.dist-info}/RECORD +19 -16
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202503011.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202502271.dist-info → iamdata-0.1.202503011.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",
|
|
@@ -1520,7 +1606,14 @@
|
|
|
1520
1606
|
"isPermissionOnly": true,
|
|
1521
1607
|
"description": "Grants permission to invoke blueprint recommendations asynchronously",
|
|
1522
1608
|
"accessLevel": "Write",
|
|
1523
|
-
"resourceTypes": [
|
|
1609
|
+
"resourceTypes": [
|
|
1610
|
+
{
|
|
1611
|
+
"name": "data-automation-profile",
|
|
1612
|
+
"required": true,
|
|
1613
|
+
"conditionKeys": [],
|
|
1614
|
+
"dependentActions": []
|
|
1615
|
+
}
|
|
1616
|
+
],
|
|
1524
1617
|
"conditionKeys": [],
|
|
1525
1618
|
"dependentActions": []
|
|
1526
1619
|
},
|
|
@@ -1544,6 +1637,12 @@
|
|
|
1544
1637
|
"conditionKeys": [],
|
|
1545
1638
|
"dependentActions": []
|
|
1546
1639
|
},
|
|
1640
|
+
{
|
|
1641
|
+
"name": "data-automation-profile",
|
|
1642
|
+
"required": true,
|
|
1643
|
+
"conditionKeys": [],
|
|
1644
|
+
"dependentActions": []
|
|
1645
|
+
},
|
|
1547
1646
|
{
|
|
1548
1647
|
"name": "data-automation-project",
|
|
1549
1648
|
"required": true,
|
|
@@ -1945,6 +2044,36 @@
|
|
|
1945
2044
|
"conditionKeys": [],
|
|
1946
2045
|
"dependentActions": []
|
|
1947
2046
|
},
|
|
2047
|
+
"listinvocationsteps": {
|
|
2048
|
+
"name": "ListInvocationSteps",
|
|
2049
|
+
"description": "Grants permission to get list of invocation step from a session",
|
|
2050
|
+
"accessLevel": "List",
|
|
2051
|
+
"resourceTypes": [
|
|
2052
|
+
{
|
|
2053
|
+
"name": "session",
|
|
2054
|
+
"required": true,
|
|
2055
|
+
"conditionKeys": [],
|
|
2056
|
+
"dependentActions": []
|
|
2057
|
+
}
|
|
2058
|
+
],
|
|
2059
|
+
"conditionKeys": [],
|
|
2060
|
+
"dependentActions": []
|
|
2061
|
+
},
|
|
2062
|
+
"listinvocations": {
|
|
2063
|
+
"name": "ListInvocations",
|
|
2064
|
+
"description": "Grants permission to list invocations in a session",
|
|
2065
|
+
"accessLevel": "List",
|
|
2066
|
+
"resourceTypes": [
|
|
2067
|
+
{
|
|
2068
|
+
"name": "session",
|
|
2069
|
+
"required": true,
|
|
2070
|
+
"conditionKeys": [],
|
|
2071
|
+
"dependentActions": []
|
|
2072
|
+
}
|
|
2073
|
+
],
|
|
2074
|
+
"conditionKeys": [],
|
|
2075
|
+
"dependentActions": []
|
|
2076
|
+
},
|
|
1948
2077
|
"listknowledgebasedocuments": {
|
|
1949
2078
|
"name": "ListKnowledgeBaseDocuments",
|
|
1950
2079
|
"description": "Grants permission to list documents in a knowledge base",
|
|
@@ -2047,6 +2176,14 @@
|
|
|
2047
2176
|
"conditionKeys": [],
|
|
2048
2177
|
"dependentActions": []
|
|
2049
2178
|
},
|
|
2179
|
+
"listsessions": {
|
|
2180
|
+
"name": "ListSessions",
|
|
2181
|
+
"description": "Grants permission to list existing sessions",
|
|
2182
|
+
"accessLevel": "List",
|
|
2183
|
+
"resourceTypes": [],
|
|
2184
|
+
"conditionKeys": [],
|
|
2185
|
+
"dependentActions": []
|
|
2186
|
+
},
|
|
2050
2187
|
"listtagsforresource": {
|
|
2051
2188
|
"name": "ListTagsForResource",
|
|
2052
2189
|
"description": "Grants permission to list tags for a Bedrock resource",
|
|
@@ -2076,12 +2213,30 @@
|
|
|
2076
2213
|
"conditionKeys": [],
|
|
2077
2214
|
"dependentActions": []
|
|
2078
2215
|
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "blueprint",
|
|
2218
|
+
"required": true,
|
|
2219
|
+
"conditionKeys": [],
|
|
2220
|
+
"dependentActions": []
|
|
2221
|
+
},
|
|
2079
2222
|
{
|
|
2080
2223
|
"name": "custom-model",
|
|
2081
2224
|
"required": true,
|
|
2082
2225
|
"conditionKeys": [],
|
|
2083
2226
|
"dependentActions": []
|
|
2084
2227
|
},
|
|
2228
|
+
{
|
|
2229
|
+
"name": "data-automation-invocation-job",
|
|
2230
|
+
"required": true,
|
|
2231
|
+
"conditionKeys": [],
|
|
2232
|
+
"dependentActions": []
|
|
2233
|
+
},
|
|
2234
|
+
{
|
|
2235
|
+
"name": "data-automation-project",
|
|
2236
|
+
"required": true,
|
|
2237
|
+
"conditionKeys": [],
|
|
2238
|
+
"dependentActions": []
|
|
2239
|
+
},
|
|
2085
2240
|
{
|
|
2086
2241
|
"name": "evaluation-job",
|
|
2087
2242
|
"required": true,
|
|
@@ -2165,6 +2320,12 @@
|
|
|
2165
2320
|
"required": true,
|
|
2166
2321
|
"conditionKeys": [],
|
|
2167
2322
|
"dependentActions": []
|
|
2323
|
+
},
|
|
2324
|
+
{
|
|
2325
|
+
"name": "session",
|
|
2326
|
+
"required": true,
|
|
2327
|
+
"conditionKeys": [],
|
|
2328
|
+
"dependentActions": []
|
|
2168
2329
|
}
|
|
2169
2330
|
],
|
|
2170
2331
|
"conditionKeys": [],
|
|
@@ -2216,6 +2377,21 @@
|
|
|
2216
2377
|
"conditionKeys": [],
|
|
2217
2378
|
"dependentActions": []
|
|
2218
2379
|
},
|
|
2380
|
+
"putinvocationstep": {
|
|
2381
|
+
"name": "PutInvocationStep",
|
|
2382
|
+
"description": "Grants permission to put an invocation step into an invocation in session",
|
|
2383
|
+
"accessLevel": "Write",
|
|
2384
|
+
"resourceTypes": [
|
|
2385
|
+
{
|
|
2386
|
+
"name": "session",
|
|
2387
|
+
"required": true,
|
|
2388
|
+
"conditionKeys": [],
|
|
2389
|
+
"dependentActions": []
|
|
2390
|
+
}
|
|
2391
|
+
],
|
|
2392
|
+
"conditionKeys": [],
|
|
2393
|
+
"dependentActions": []
|
|
2394
|
+
},
|
|
2219
2395
|
"putmodelinvocationloggingconfiguration": {
|
|
2220
2396
|
"name": "PutModelInvocationLoggingConfiguration",
|
|
2221
2397
|
"description": "Grants permission to create an existing Invocation logging configuration",
|
|
@@ -2423,12 +2599,30 @@
|
|
|
2423
2599
|
"conditionKeys": [],
|
|
2424
2600
|
"dependentActions": []
|
|
2425
2601
|
},
|
|
2602
|
+
{
|
|
2603
|
+
"name": "blueprint",
|
|
2604
|
+
"required": false,
|
|
2605
|
+
"conditionKeys": [],
|
|
2606
|
+
"dependentActions": []
|
|
2607
|
+
},
|
|
2426
2608
|
{
|
|
2427
2609
|
"name": "custom-model",
|
|
2428
2610
|
"required": false,
|
|
2429
2611
|
"conditionKeys": [],
|
|
2430
2612
|
"dependentActions": []
|
|
2431
2613
|
},
|
|
2614
|
+
{
|
|
2615
|
+
"name": "data-automation-invocation-job",
|
|
2616
|
+
"required": false,
|
|
2617
|
+
"conditionKeys": [],
|
|
2618
|
+
"dependentActions": []
|
|
2619
|
+
},
|
|
2620
|
+
{
|
|
2621
|
+
"name": "data-automation-project",
|
|
2622
|
+
"required": false,
|
|
2623
|
+
"conditionKeys": [],
|
|
2624
|
+
"dependentActions": []
|
|
2625
|
+
},
|
|
2432
2626
|
{
|
|
2433
2627
|
"name": "evaluation-job",
|
|
2434
2628
|
"required": false,
|
|
@@ -2512,6 +2706,12 @@
|
|
|
2512
2706
|
"required": false,
|
|
2513
2707
|
"conditionKeys": [],
|
|
2514
2708
|
"dependentActions": []
|
|
2709
|
+
},
|
|
2710
|
+
{
|
|
2711
|
+
"name": "session",
|
|
2712
|
+
"required": false,
|
|
2713
|
+
"conditionKeys": [],
|
|
2714
|
+
"dependentActions": []
|
|
2515
2715
|
}
|
|
2516
2716
|
],
|
|
2517
2717
|
"conditionKeys": [
|
|
@@ -2549,12 +2749,30 @@
|
|
|
2549
2749
|
"conditionKeys": [],
|
|
2550
2750
|
"dependentActions": []
|
|
2551
2751
|
},
|
|
2752
|
+
{
|
|
2753
|
+
"name": "blueprint",
|
|
2754
|
+
"required": false,
|
|
2755
|
+
"conditionKeys": [],
|
|
2756
|
+
"dependentActions": []
|
|
2757
|
+
},
|
|
2552
2758
|
{
|
|
2553
2759
|
"name": "custom-model",
|
|
2554
2760
|
"required": false,
|
|
2555
2761
|
"conditionKeys": [],
|
|
2556
2762
|
"dependentActions": []
|
|
2557
2763
|
},
|
|
2764
|
+
{
|
|
2765
|
+
"name": "data-automation-invocation-job",
|
|
2766
|
+
"required": false,
|
|
2767
|
+
"conditionKeys": [],
|
|
2768
|
+
"dependentActions": []
|
|
2769
|
+
},
|
|
2770
|
+
{
|
|
2771
|
+
"name": "data-automation-project",
|
|
2772
|
+
"required": false,
|
|
2773
|
+
"conditionKeys": [],
|
|
2774
|
+
"dependentActions": []
|
|
2775
|
+
},
|
|
2558
2776
|
{
|
|
2559
2777
|
"name": "evaluation-job",
|
|
2560
2778
|
"required": false,
|
|
@@ -2638,6 +2856,12 @@
|
|
|
2638
2856
|
"required": false,
|
|
2639
2857
|
"conditionKeys": [],
|
|
2640
2858
|
"dependentActions": []
|
|
2859
|
+
},
|
|
2860
|
+
{
|
|
2861
|
+
"name": "session",
|
|
2862
|
+
"required": false,
|
|
2863
|
+
"conditionKeys": [],
|
|
2864
|
+
"dependentActions": []
|
|
2641
2865
|
}
|
|
2642
2866
|
],
|
|
2643
2867
|
"conditionKeys": [
|
|
@@ -2894,6 +3118,21 @@
|
|
|
2894
3118
|
"conditionKeys": [],
|
|
2895
3119
|
"dependentActions": []
|
|
2896
3120
|
},
|
|
3121
|
+
"updatesession": {
|
|
3122
|
+
"name": "UpdateSession",
|
|
3123
|
+
"description": "Grants permission to update an existing session",
|
|
3124
|
+
"accessLevel": "Write",
|
|
3125
|
+
"resourceTypes": [
|
|
3126
|
+
{
|
|
3127
|
+
"name": "session",
|
|
3128
|
+
"required": true,
|
|
3129
|
+
"conditionKeys": [],
|
|
3130
|
+
"dependentActions": []
|
|
3131
|
+
}
|
|
3132
|
+
],
|
|
3133
|
+
"conditionKeys": [],
|
|
3134
|
+
"dependentActions": []
|
|
3135
|
+
},
|
|
2897
3136
|
"validateflowdefinition": {
|
|
2898
3137
|
"name": "ValidateFlowDefinition",
|
|
2899
3138
|
"description": "Grants permission to validate prompt flow definitions",
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"exportartifact": {
|
|
3
|
+
"name": "ExportArtifact",
|
|
4
|
+
"description": "Grants permission to export artifacts from Amazon Q Developer",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "codeTransformation",
|
|
9
|
+
"required": false,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"importartifact": {
|
|
18
|
+
"name": "ImportArtifact",
|
|
19
|
+
"description": "Grants permission to import artifacts to Amazon Q Developer",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "codeTransformation",
|
|
24
|
+
"required": false,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
32
|
+
"listtagsforresource": {
|
|
33
|
+
"name": "ListTagsForResource",
|
|
34
|
+
"isPermissionOnly": true,
|
|
35
|
+
"description": "Grants permission to list all tags associated with an Amazon Q Developer resource",
|
|
36
|
+
"accessLevel": "List",
|
|
37
|
+
"resourceTypes": [
|
|
38
|
+
{
|
|
39
|
+
"name": "codeTransformation",
|
|
40
|
+
"required": false,
|
|
41
|
+
"conditionKeys": [],
|
|
42
|
+
"dependentActions": []
|
|
43
|
+
}
|
|
44
|
+
],
|
|
45
|
+
"conditionKeys": [],
|
|
46
|
+
"dependentActions": []
|
|
47
|
+
},
|
|
48
|
+
"startagentsession": {
|
|
49
|
+
"name": "StartAgentSession",
|
|
50
|
+
"description": "Grants permission to start an agent session with Amazon Q Developer",
|
|
51
|
+
"accessLevel": "Write",
|
|
52
|
+
"resourceTypes": [],
|
|
53
|
+
"conditionKeys": [
|
|
54
|
+
"aws:TagKeys",
|
|
55
|
+
"aws:RequestTag/${TagKey}"
|
|
56
|
+
],
|
|
57
|
+
"dependentActions": []
|
|
58
|
+
},
|
|
59
|
+
"tagresource": {
|
|
60
|
+
"name": "TagResource",
|
|
61
|
+
"isPermissionOnly": true,
|
|
62
|
+
"description": "Grants permission to associate tags with an Amazon Q Developer resource",
|
|
63
|
+
"accessLevel": "Tagging",
|
|
64
|
+
"resourceTypes": [
|
|
65
|
+
{
|
|
66
|
+
"name": "codeTransformation",
|
|
67
|
+
"required": false,
|
|
68
|
+
"conditionKeys": [],
|
|
69
|
+
"dependentActions": []
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"conditionKeys": [
|
|
73
|
+
"aws:TagKeys",
|
|
74
|
+
"aws:RequestTag/${TagKey}"
|
|
75
|
+
],
|
|
76
|
+
"dependentActions": []
|
|
77
|
+
},
|
|
78
|
+
"transformcode": {
|
|
79
|
+
"name": "TransformCode",
|
|
80
|
+
"description": "Grants permission to transform code with Amazon Q Developer Transform Agent",
|
|
81
|
+
"accessLevel": "Write",
|
|
82
|
+
"resourceTypes": [
|
|
83
|
+
{
|
|
84
|
+
"name": "codeTransformation",
|
|
85
|
+
"required": false,
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"conditionKeys": [],
|
|
91
|
+
"dependentActions": []
|
|
92
|
+
},
|
|
93
|
+
"untagresource": {
|
|
94
|
+
"name": "UntagResource",
|
|
95
|
+
"isPermissionOnly": true,
|
|
96
|
+
"description": "Grants permission to remove tags associated with an Amazon Q Developer resource",
|
|
97
|
+
"accessLevel": "Tagging",
|
|
98
|
+
"resourceTypes": [
|
|
99
|
+
{
|
|
100
|
+
"name": "codeTransformation",
|
|
101
|
+
"required": false,
|
|
102
|
+
"conditionKeys": [],
|
|
103
|
+
"dependentActions": []
|
|
104
|
+
}
|
|
105
|
+
],
|
|
106
|
+
"conditionKeys": [
|
|
107
|
+
"aws:TagKeys"
|
|
108
|
+
],
|
|
109
|
+
"dependentActions": []
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -410,6 +410,14 @@
|
|
|
410
410
|
"conditionKeys": [],
|
|
411
411
|
"dependentActions": []
|
|
412
412
|
},
|
|
413
|
+
"gettrack": {
|
|
414
|
+
"name": "GetTrack",
|
|
415
|
+
"description": "Grants permission to get information about a track in Amazon Redshift Serverless",
|
|
416
|
+
"accessLevel": "Read",
|
|
417
|
+
"resourceTypes": [],
|
|
418
|
+
"conditionKeys": [],
|
|
419
|
+
"dependentActions": []
|
|
420
|
+
},
|
|
413
421
|
"getusagelimit": {
|
|
414
422
|
"name": "GetUsageLimit",
|
|
415
423
|
"description": "Grants permission to get information about a usage limit in Amazon Redshift Serverless",
|
|
@@ -556,6 +564,14 @@
|
|
|
556
564
|
],
|
|
557
565
|
"dependentActions": []
|
|
558
566
|
},
|
|
567
|
+
"listtracks": {
|
|
568
|
+
"name": "ListTracks",
|
|
569
|
+
"description": "Grants permission to list tracks available in Amazon Redshift Serverless",
|
|
570
|
+
"accessLevel": "List",
|
|
571
|
+
"resourceTypes": [],
|
|
572
|
+
"conditionKeys": [],
|
|
573
|
+
"dependentActions": []
|
|
574
|
+
},
|
|
559
575
|
"listusagelimits": {
|
|
560
576
|
"name": "ListUsageLimits",
|
|
561
577
|
"description": "Grants permission to list all usage limits within Amazon Redshift Serverless",
|
iamdata/data/actions/s3.json
CHANGED
|
@@ -84,11 +84,7 @@
|
|
|
84
84
|
"s3:x-amz-server-side-encryption-aws-kms-key-id",
|
|
85
85
|
"s3:x-amz-server-side-encryption-customer-algorithm",
|
|
86
86
|
"s3:x-amz-storage-class",
|
|
87
|
-
"s3:x-amz-website-redirect-location"
|
|
88
|
-
"s3:object-lock-mode",
|
|
89
|
-
"s3:object-lock-retain-until-date",
|
|
90
|
-
"s3:object-lock-remaining-retention-days",
|
|
91
|
-
"s3:object-lock-legal-hold"
|
|
87
|
+
"s3:x-amz-website-redirect-location"
|
|
92
88
|
],
|
|
93
89
|
"dependentActions": []
|
|
94
90
|
},
|
|
@@ -1376,7 +1376,8 @@
|
|
|
1376
1376
|
"aws:TagKeys",
|
|
1377
1377
|
"sagemaker:NetworkIsolation",
|
|
1378
1378
|
"sagemaker:VpcSecurityGroupIds",
|
|
1379
|
-
"sagemaker:VpcSubnets"
|
|
1379
|
+
"sagemaker:VpcSubnets",
|
|
1380
|
+
"sagemaker:DirectGatedModelAccess"
|
|
1380
1381
|
],
|
|
1381
1382
|
"dependentActions": []
|
|
1382
1383
|
},
|
|
@@ -1919,7 +1920,8 @@
|
|
|
1919
1920
|
"sagemaker:VpcSecurityGroupIds",
|
|
1920
1921
|
"sagemaker:VpcSubnets",
|
|
1921
1922
|
"sagemaker:KeepAlivePeriod",
|
|
1922
|
-
"sagemaker:EnableRemoteDebug"
|
|
1923
|
+
"sagemaker:EnableRemoteDebug",
|
|
1924
|
+
"sagemaker:DirectGatedModelAccess"
|
|
1923
1925
|
],
|
|
1924
1926
|
"dependentActions": []
|
|
1925
1927
|
},
|
|
@@ -6319,6 +6321,27 @@
|
|
|
6319
6321
|
"conditionKeys": [],
|
|
6320
6322
|
"dependentActions": []
|
|
6321
6323
|
},
|
|
6324
|
+
"trainhubmodel": {
|
|
6325
|
+
"name": "TrainHubModel",
|
|
6326
|
+
"description": "Grants permission to train a model in hub",
|
|
6327
|
+
"accessLevel": "Write",
|
|
6328
|
+
"resourceTypes": [
|
|
6329
|
+
{
|
|
6330
|
+
"name": "hub",
|
|
6331
|
+
"required": true,
|
|
6332
|
+
"conditionKeys": [],
|
|
6333
|
+
"dependentActions": []
|
|
6334
|
+
},
|
|
6335
|
+
{
|
|
6336
|
+
"name": "hub-content",
|
|
6337
|
+
"required": true,
|
|
6338
|
+
"conditionKeys": [],
|
|
6339
|
+
"dependentActions": []
|
|
6340
|
+
}
|
|
6341
|
+
],
|
|
6342
|
+
"conditionKeys": [],
|
|
6343
|
+
"dependentActions": []
|
|
6344
|
+
},
|
|
6322
6345
|
"updateaction": {
|
|
6323
6346
|
"name": "UpdateAction",
|
|
6324
6347
|
"description": "Grants permission to update an action",
|
|
@@ -6625,6 +6648,48 @@
|
|
|
6625
6648
|
"conditionKeys": [],
|
|
6626
6649
|
"dependentActions": []
|
|
6627
6650
|
},
|
|
6651
|
+
"updatehubcontent": {
|
|
6652
|
+
"name": "UpdateHubContent",
|
|
6653
|
+
"description": "Grants permission to update hub content",
|
|
6654
|
+
"accessLevel": "Write",
|
|
6655
|
+
"resourceTypes": [
|
|
6656
|
+
{
|
|
6657
|
+
"name": "hub",
|
|
6658
|
+
"required": true,
|
|
6659
|
+
"conditionKeys": [],
|
|
6660
|
+
"dependentActions": []
|
|
6661
|
+
},
|
|
6662
|
+
{
|
|
6663
|
+
"name": "hub-content",
|
|
6664
|
+
"required": true,
|
|
6665
|
+
"conditionKeys": [],
|
|
6666
|
+
"dependentActions": []
|
|
6667
|
+
}
|
|
6668
|
+
],
|
|
6669
|
+
"conditionKeys": [],
|
|
6670
|
+
"dependentActions": []
|
|
6671
|
+
},
|
|
6672
|
+
"updatehubcontentreference": {
|
|
6673
|
+
"name": "UpdateHubContentReference",
|
|
6674
|
+
"description": "Grants permission to update hub content reference",
|
|
6675
|
+
"accessLevel": "Write",
|
|
6676
|
+
"resourceTypes": [
|
|
6677
|
+
{
|
|
6678
|
+
"name": "hub",
|
|
6679
|
+
"required": true,
|
|
6680
|
+
"conditionKeys": [],
|
|
6681
|
+
"dependentActions": []
|
|
6682
|
+
},
|
|
6683
|
+
{
|
|
6684
|
+
"name": "hub-content",
|
|
6685
|
+
"required": true,
|
|
6686
|
+
"conditionKeys": [],
|
|
6687
|
+
"dependentActions": []
|
|
6688
|
+
}
|
|
6689
|
+
],
|
|
6690
|
+
"conditionKeys": [],
|
|
6691
|
+
"dependentActions": []
|
|
6692
|
+
},
|
|
6628
6693
|
"updateimage": {
|
|
6629
6694
|
"name": "UpdateImage",
|
|
6630
6695
|
"description": "Grants permission to update the properties of a SageMaker Image",
|
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",
|
|
@@ -0,0 +1,17 @@
|
|
|
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 Amazon Q Developer 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
|
+
}
|
|
17
|
+
}
|
|
@@ -34,6 +34,11 @@
|
|
|
34
34
|
"description": "Filters access by the list of metadata properties associated with the model-package resource in the request",
|
|
35
35
|
"type": "ArrayOfString"
|
|
36
36
|
},
|
|
37
|
+
"sagemaker:directgatedmodelaccess": {
|
|
38
|
+
"key": "sagemaker:DirectGatedModelAccess",
|
|
39
|
+
"description": "Used to deny direct access to SageMaker gated ModelReferences",
|
|
40
|
+
"type": "String"
|
|
41
|
+
},
|
|
37
42
|
"sagemaker:directinternetaccess": {
|
|
38
43
|
"key": "sagemaker:DirectInternetAccess",
|
|
39
44
|
"description": "Filters access by the direct internet access associated with the resource in the request",
|
iamdata/data/metadata.json
CHANGED
|
@@ -159,5 +159,16 @@
|
|
|
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
|
+
"data-automation-profile": {
|
|
164
|
+
"key": "data-automation-profile",
|
|
165
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-profile/${ProfileId}"
|
|
166
|
+
},
|
|
167
|
+
"session": {
|
|
168
|
+
"key": "session",
|
|
169
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:session/${SessionId}",
|
|
170
|
+
"conditionKeys": [
|
|
171
|
+
"aws:ResourceTag/${TagKey}"
|
|
172
|
+
]
|
|
162
173
|
}
|
|
163
174
|
}
|
|
@@ -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
|
]
|
iamdata/data/serviceNames.json
CHANGED
iamdata/data/services.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: iamdata
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.202503011
|
|
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=
|
|
8
|
-
iamdata/data/serviceNames.json,sha256=
|
|
9
|
-
iamdata/data/services.json,sha256=
|
|
7
|
+
iamdata/data/metadata.json,sha256=Q1bOePjLDua_G3Wo5RV-ulDpSKP5ISoStpgn_AaztWc,76
|
|
8
|
+
iamdata/data/serviceNames.json,sha256=MuSX-MmqZ774SOZSD4OEUvRn-oimYTsD78goFKQkxRI,18269
|
|
9
|
+
iamdata/data/services.json,sha256=jN-FpSTB-UiHuJVrzFcQ_zuqACgmLfKqDcala8gHNtA,7095
|
|
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=YeiY7uosJkVxk0SUVoPBe2_Gt13qXf6kCetJewyCpbk,12652
|
|
@@ -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=OQU_RZcsghVRXA3LOXe2psVcuuy1TnEjc1p7NBeWsGY,83346
|
|
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
|
|
@@ -303,6 +303,7 @@ iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32Hd
|
|
|
303
303
|
iamdata/data/actions/q.json,sha256=0Hfbw3WIRYjGkbnFB8gVWe41j2sEh4zzvqIOcZuh4qA,10758
|
|
304
304
|
iamdata/data/actions/qapps.json,sha256=qOgramTbI6DagOhSKyFW8TELITuqF1vLL8S4bO4WJng,22802
|
|
305
305
|
iamdata/data/actions/qbusiness.json,sha256=IG0ry1_WHixsvmAvLDKJ-SgmqxMpjqMjQ_XRYzyaQXw,41758
|
|
306
|
+
iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
|
|
306
307
|
iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
|
|
307
308
|
iamdata/data/actions/quicksight.json,sha256=m1I0am8GHu35UuKsfzmBv09jjUSXXr8NhAmfayY-7Vg,93967
|
|
308
309
|
iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw,16349
|
|
@@ -311,7 +312,7 @@ iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKG
|
|
|
311
312
|
iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
|
|
312
313
|
iamdata/data/actions/rds.json,sha256=6eCglPbl_UDaMBTEJ7TdYPwh0nBEjbmDX-1ZmyZBmNY,94393
|
|
313
314
|
iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1zdPNTAg9v_M,4841
|
|
314
|
-
iamdata/data/actions/redshift-serverless.json,sha256=
|
|
315
|
+
iamdata/data/actions/redshift-serverless.json,sha256=IiA7m-F_YvvLQbsf_SA8mRzWoM1JikjCKn3YPj8tAs0,24287
|
|
315
316
|
iamdata/data/actions/redshift.json,sha256=zqbsWjBanZ5mzeejyUMJ5AM_pSxpDuZkyIoWFm1pLxw,67815
|
|
316
317
|
iamdata/data/actions/refactor-spaces.json,sha256=KN5CrZwVB4iwuGCH2ElfUuqMOhZVh-CJ7jGcDk1baD0,11468
|
|
317
318
|
iamdata/data/actions/rekognition.json,sha256=r4vc6VusRahmQn2TPXqXWaG68kyb1eysuDa6eMpJ8X0,28926
|
|
@@ -333,14 +334,14 @@ iamdata/data/actions/route53resolver.json,sha256=-4PlQJ1LeDJMHJveFyH0OfzRHVFZNL8
|
|
|
333
334
|
iamdata/data/actions/rum.json,sha256=FonI0ZusM7ucT5YApY5WOTWFkb0lLr5emX4ByTmBs4Y,6585
|
|
334
335
|
iamdata/data/actions/s3-object-lambda.json,sha256=Ww7Q01cskGps7KOQBQoWDiNmtrgrizGpCm8uToRECTg,14214
|
|
335
336
|
iamdata/data/actions/s3-outposts.json,sha256=vwem_HDJo5SwZzQ-XfX6W5R2qA88fwQCp86KRZ4D6oI,29372
|
|
336
|
-
iamdata/data/actions/s3.json,sha256=
|
|
337
|
+
iamdata/data/actions/s3.json,sha256=3MHA4weSKaYbDMBaA6CUI5PlBAaHqxa5zB9hiyeoa-8,105104
|
|
337
338
|
iamdata/data/actions/s3express.json,sha256=ey3usDnOMYgbBVx4G-H56gyko3ncTeyhoGiGbD2bQ1I,6487
|
|
338
339
|
iamdata/data/actions/s3tables.json,sha256=Ds3-857sAB7NjqQx7gfQhH8e5SiND48pqaT77FWkvhM,11541
|
|
339
340
|
iamdata/data/actions/sagemaker-data-science-assistant.json,sha256=AhQohxo4lpewOo6jNAMJfiSCDclkr1VoB7NlF59T9wE,300
|
|
340
341
|
iamdata/data/actions/sagemaker-geospatial.json,sha256=q2Wr1EaMAcV2hJVxiejUwEYrCdNSEEOmUmX3YnJAJvc,9339
|
|
341
342
|
iamdata/data/actions/sagemaker-groundtruth-synthetic.json,sha256=iusPphW4sgOat2BtLEJdjVa7hMJpZIURUnEUYQAmaI4,3134
|
|
342
343
|
iamdata/data/actions/sagemaker-mlflow.json,sha256=MARecX__vix9VRDRSJK6OKe2o9y-cMObAItqcDsT-Wk,20100
|
|
343
|
-
iamdata/data/actions/sagemaker.json,sha256=
|
|
344
|
+
iamdata/data/actions/sagemaker.json,sha256=fjcZ0m44ZfJ6NyrNAi_Yxko6-YedSqP9iIbTAZf54wo,189263
|
|
344
345
|
iamdata/data/actions/savingsplans.json,sha256=midTJf_dQ2FKAfqNJ68FNX3NpxRwlkUUwz-tGO4vZvc,3878
|
|
345
346
|
iamdata/data/actions/scheduler.json,sha256=xzpOLBth_c4tXDto3VCL01Yo39mHRpeN99cwxdTBv6A,5133
|
|
346
347
|
iamdata/data/actions/schemas.json,sha256=1fV6fHO1u7WA2_HTo5ef22dP0QMrEIUfGZkZPuzJsjc,13247
|
|
@@ -355,7 +356,7 @@ iamdata/data/actions/servicecatalog.json,sha256=Qg7YwtC1LTNLwL1bZ1DOYUxhfB32UZ9E
|
|
|
355
356
|
iamdata/data/actions/servicediscovery.json,sha256=ll9SzC2axBja_lYwTJJYTUgtZM-hK-iw905_HpTM01E,10761
|
|
356
357
|
iamdata/data/actions/serviceextract.json,sha256=HY1Erl6U3P1WaE1AmjTCwJ6b7G6CySsIDjEMlUIm16A,312
|
|
357
358
|
iamdata/data/actions/servicequotas.json,sha256=tcwug9DFh7k6EdfL6m1077mYevKgeQoiFYJIwtYH7M0,7241
|
|
358
|
-
iamdata/data/actions/ses.json,sha256=
|
|
359
|
+
iamdata/data/actions/ses.json,sha256=6ZMEMOqlnvIWdmbs5spsyepSa-WrY-ycH2Ixl0yXqKk,86589
|
|
359
360
|
iamdata/data/actions/shield.json,sha256=dkMkYVIfVDoURc4NvaU_EqQsYm9lc6BeFemF1LU14TU,13715
|
|
360
361
|
iamdata/data/actions/signer.json,sha256=smEu7GjaL7BfjjcLay5PwkKEfeP43yvVe9rk3s5tFgE,7449
|
|
361
362
|
iamdata/data/actions/signin.json,sha256=JtKbBwkP1rKewUTwxXlHGci9RtGF5QWWiuGo9cA1Ar8,1118
|
|
@@ -719,6 +720,7 @@ iamdata/data/conditionKeys/purchase-orders.json,sha256=4hmMK-ZKUOB1dymlm553UdHew
|
|
|
719
720
|
iamdata/data/conditionKeys/q.json,sha256=CABgQcNUG4WS7XbkBGYVUAgrZ9wYae6I2Bnf17tpzzk,858
|
|
720
721
|
iamdata/data/conditionKeys/qapps.json,sha256=Oq6dop37tXB-qmefD0COk_M--eytuFC8Ol-NbJro7uw,1189
|
|
721
722
|
iamdata/data/conditionKeys/qbusiness.json,sha256=TWCOoWrUKW9tdG86KbvR_mcsXzLdREBIbRfTZYwVP9o,849
|
|
723
|
+
iamdata/data/conditionKeys/qdeveloper.json,sha256=CRcYEwOIz9h9LteSppfTS35pyUJcQdVeyv765Qs0Ks4,537
|
|
722
724
|
iamdata/data/conditionKeys/qldb.json,sha256=Jc0zwEJ-ld0ylgfJehCkJ31VacEVINVMzJTnm6JRO7w,716
|
|
723
725
|
iamdata/data/conditionKeys/quicksight.json,sha256=QiLvDggmm37stpTJ5hNRhFE7-ulUDikF_nJtKM78IPI,1858
|
|
724
726
|
iamdata/data/conditionKeys/ram.json,sha256=D4C0_Apm-AhaiPQRCffxpRYZ-ehdhlV_0UNCfPKvne0,2863
|
|
@@ -756,7 +758,7 @@ iamdata/data/conditionKeys/sagemaker-data-science-assistant.json,sha256=RBNvo1Wz
|
|
|
756
758
|
iamdata/data/conditionKeys/sagemaker-geospatial.json,sha256=zEeikDtpevSe6WUIZCJdysI0GaQNr0mYlhp4HYRsED0,532
|
|
757
759
|
iamdata/data/conditionKeys/sagemaker-groundtruth-synthetic.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
758
760
|
iamdata/data/conditionKeys/sagemaker-mlflow.json,sha256=VTxr2LS6XFKJccxy_tpA1CWdRYAN9bS-UfJiOI4Hk08,342
|
|
759
|
-
iamdata/data/conditionKeys/sagemaker.json,sha256=
|
|
761
|
+
iamdata/data/conditionKeys/sagemaker.json,sha256=JcBJVqbQ6tyPImGFdaUzW_e-nzr7vQPNNgIA75Zs7hU,11244
|
|
760
762
|
iamdata/data/conditionKeys/savingsplans.json,sha256=qjQSo5vPMdhs__142D7Fnaa8VB_78BkIiuPmHxPbChs,528
|
|
761
763
|
iamdata/data/conditionKeys/scheduler.json,sha256=PZQI6yB3cugNbnSSDrYLaC7X-JNu6EooUYvZCs0djkE,516
|
|
762
764
|
iamdata/data/conditionKeys/schemas.json,sha256=B8roLjnCcIWRRPMTa3VPFLBEw31f40dSvoR82bdiGM4,524
|
|
@@ -889,7 +891,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
|
|
|
889
891
|
iamdata/data/resourceTypes/batch.json,sha256=jfVf4PiwDGoIi86_dtbmYY1TkUbaNCawB0p1k4uJDjA,1213
|
|
890
892
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
891
893
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
892
|
-
iamdata/data/resourceTypes/bedrock.json,sha256=
|
|
894
|
+
iamdata/data/resourceTypes/bedrock.json,sha256=hWt0qa1I1ZL2N_5ek45ayNq400PVmBNJBy_d5l74uCM,5469
|
|
893
895
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
894
896
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
895
897
|
iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
|
|
@@ -1135,6 +1137,7 @@ iamdata/data/resourceTypes/purchase-orders.json,sha256=ycEaY1Q_PRRMet4H-zrfrrgvg
|
|
|
1135
1137
|
iamdata/data/resourceTypes/q.json,sha256=Op6dCuQ3Xu2-JrE1nOgWbgm5E8qoKMS08at6pCI4hWU,318
|
|
1136
1138
|
iamdata/data/resourceTypes/qapps.json,sha256=dPRggFay-CVWzi1XJgMhnaDAynf6m6TKHYEiDuN9tKM,579
|
|
1137
1139
|
iamdata/data/resourceTypes/qbusiness.json,sha256=0SE8clRBGQYDXQj6LFa1zQ52fA1BUvRNXgfngGqAcQM,2164
|
|
1140
|
+
iamdata/data/resourceTypes/qdeveloper.json,sha256=AOEZRFv0hNIdjM_4oQpM0rGcr8Utpk89j4eYaIWEZMM,225
|
|
1138
1141
|
iamdata/data/resourceTypes/qldb.json,sha256=gjxezAWI__V9Urh48_-e5wEv-gU-JaWZgrAYKcU7hRs,786
|
|
1139
1142
|
iamdata/data/resourceTypes/quicksight.json,sha256=7j7DTsk9BA_PRCY3lgLdw4W5__gvN8u8jgG_-hZHcws,4125
|
|
1140
1143
|
iamdata/data/resourceTypes/ram.json,sha256=Sd7zoonWg5V4ZKUXfZXhl8OwrozZEjCVn9Zm0xTI4fY,1018
|
|
@@ -1228,7 +1231,7 @@ iamdata/data/resourceTypes/timestream-influxdb.json,sha256=p_7qMwNXw4GRU0XmD1f__
|
|
|
1228
1231
|
iamdata/data/resourceTypes/timestream.json,sha256=lJAI9gLfLgNMu0d1awlKKOiPmBCDMPakyVmm9yIWjc4,627
|
|
1229
1232
|
iamdata/data/resourceTypes/tiros.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1230
1233
|
iamdata/data/resourceTypes/tnb.json,sha256=EEB4Jm3qBw2n3lS8MZVuP2znRFdabek_RdA_l2KGW78,1091
|
|
1231
|
-
iamdata/data/resourceTypes/transcribe.json,sha256=
|
|
1234
|
+
iamdata/data/resourceTypes/transcribe.json,sha256=Y1LenEDOj8QF-BA9t5aXlc4CaUKbBQDCHgX15k9gIKw,1972
|
|
1232
1235
|
iamdata/data/resourceTypes/transfer.json,sha256=B7Z7IT_PzyzIz7qIzoEHpfeYB-uQ_uDjBovqpe91ZIE,1742
|
|
1233
1236
|
iamdata/data/resourceTypes/translate.json,sha256=_IaITYNJkEPKT0K_TU2B4Fk75AiOxiq717VqQe9xrS8,414
|
|
1234
1237
|
iamdata/data/resourceTypes/trustedadvisor.json,sha256=jaen-kUaoPbEXSh3S3E7nbnzQVQkoE_jMyhY9CglYvc,142
|
|
@@ -1259,7 +1262,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1259
1262
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1260
1263
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1261
1264
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1262
|
-
iamdata-0.1.
|
|
1263
|
-
iamdata-0.1.
|
|
1264
|
-
iamdata-0.1.
|
|
1265
|
-
iamdata-0.1.
|
|
1265
|
+
iamdata-0.1.202503011.dist-info/METADATA,sha256=gGRdLGPvq3Fmsxhm16c-2aVLaziQzVDdPnXwm4xqLw0,3491
|
|
1266
|
+
iamdata-0.1.202503011.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1267
|
+
iamdata-0.1.202503011.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1268
|
+
iamdata-0.1.202503011.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|