iamdata 0.1.202505221__py3-none-any.whl → 0.1.202505241__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/aps.json +68 -0
- iamdata/data/actions/bedrock.json +185 -5
- iamdata/data/actions/cloudwatch.json +8 -0
- iamdata/data/actions/connect.json +4 -1
- iamdata/data/actions/databrew.json +14 -7
- iamdata/data/actions/dsql.json +83 -26
- iamdata/data/actions/eks.json +48 -0
- iamdata/data/actions/iotfleetwise.json +0 -63
- iamdata/data/actions/medical-imaging.json +15 -0
- iamdata/data/actions/qapps.json +0 -78
- iamdata/data/actions/rds.json +16 -7
- iamdata/data/actions/uxc.json +26 -0
- iamdata/data/conditionKeys/connect.json +10 -0
- iamdata/data/conditionKeys/uxc.json +1 -0
- iamdata/data/metadata.json +2 -2
- iamdata/data/resourceTypes/bedrock.json +20 -3
- iamdata/data/resourceTypes/eks.json +7 -0
- iamdata/data/resourceTypes/uxc.json +1 -0
- iamdata/data/serviceNames.json +1 -0
- iamdata/data/services.json +1 -0
- {iamdata-0.1.202505221.dist-info → iamdata-0.1.202505241.dist-info}/METADATA +1 -1
- {iamdata-0.1.202505221.dist-info → iamdata-0.1.202505241.dist-info}/RECORD +24 -21
- {iamdata-0.1.202505221.dist-info → iamdata-0.1.202505241.dist-info}/WHEEL +0 -0
- {iamdata-0.1.202505221.dist-info → iamdata-0.1.202505241.dist-info}/licenses/LICENSE.txt +0 -0
iamdata/data/actions/aps.json
CHANGED
|
@@ -50,6 +50,23 @@
|
|
|
50
50
|
],
|
|
51
51
|
"dependentActions": []
|
|
52
52
|
},
|
|
53
|
+
"createqueryloggingconfiguration": {
|
|
54
|
+
"name": "CreateQueryLoggingConfiguration",
|
|
55
|
+
"description": "Grants permission to create a query logging configuration",
|
|
56
|
+
"accessLevel": "Write",
|
|
57
|
+
"resourceTypes": [
|
|
58
|
+
{
|
|
59
|
+
"name": "workspace",
|
|
60
|
+
"required": true,
|
|
61
|
+
"conditionKeys": [],
|
|
62
|
+
"dependentActions": []
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"conditionKeys": [
|
|
66
|
+
"aws:ResourceTag/${TagKey}"
|
|
67
|
+
],
|
|
68
|
+
"dependentActions": []
|
|
69
|
+
},
|
|
53
70
|
"createrulegroupsnamespace": {
|
|
54
71
|
"name": "CreateRuleGroupsNamespace",
|
|
55
72
|
"description": "Grants permission to create a rule groups namespace",
|
|
@@ -161,6 +178,23 @@
|
|
|
161
178
|
],
|
|
162
179
|
"dependentActions": []
|
|
163
180
|
},
|
|
181
|
+
"deletequeryloggingconfiguration": {
|
|
182
|
+
"name": "DeleteQueryLoggingConfiguration",
|
|
183
|
+
"description": "Grants permission to delete a query logging configuration",
|
|
184
|
+
"accessLevel": "Write",
|
|
185
|
+
"resourceTypes": [
|
|
186
|
+
{
|
|
187
|
+
"name": "workspace",
|
|
188
|
+
"required": true,
|
|
189
|
+
"conditionKeys": [],
|
|
190
|
+
"dependentActions": []
|
|
191
|
+
}
|
|
192
|
+
],
|
|
193
|
+
"conditionKeys": [
|
|
194
|
+
"aws:ResourceTag/${TagKey}"
|
|
195
|
+
],
|
|
196
|
+
"dependentActions": []
|
|
197
|
+
},
|
|
164
198
|
"deleterulegroupsnamespace": {
|
|
165
199
|
"name": "DeleteRuleGroupsNamespace",
|
|
166
200
|
"description": "Grants permission to delete a rule groups namespace",
|
|
@@ -246,6 +280,23 @@
|
|
|
246
280
|
],
|
|
247
281
|
"dependentActions": []
|
|
248
282
|
},
|
|
283
|
+
"describequeryloggingconfiguration": {
|
|
284
|
+
"name": "DescribeQueryLoggingConfiguration",
|
|
285
|
+
"description": "Grants permission to describe a query logging configuration",
|
|
286
|
+
"accessLevel": "Read",
|
|
287
|
+
"resourceTypes": [
|
|
288
|
+
{
|
|
289
|
+
"name": "workspace",
|
|
290
|
+
"required": true,
|
|
291
|
+
"conditionKeys": [],
|
|
292
|
+
"dependentActions": []
|
|
293
|
+
}
|
|
294
|
+
],
|
|
295
|
+
"conditionKeys": [
|
|
296
|
+
"aws:ResourceTag/${TagKey}"
|
|
297
|
+
],
|
|
298
|
+
"dependentActions": []
|
|
299
|
+
},
|
|
249
300
|
"describerulegroupsnamespace": {
|
|
250
301
|
"name": "DescribeRuleGroupsNamespace",
|
|
251
302
|
"description": "Grants permission to describe a rule groups namespace",
|
|
@@ -733,6 +784,23 @@
|
|
|
733
784
|
],
|
|
734
785
|
"dependentActions": []
|
|
735
786
|
},
|
|
787
|
+
"updatequeryloggingconfiguration": {
|
|
788
|
+
"name": "UpdateQueryLoggingConfiguration",
|
|
789
|
+
"description": "Grants permission to update a query logging configuration",
|
|
790
|
+
"accessLevel": "Write",
|
|
791
|
+
"resourceTypes": [
|
|
792
|
+
{
|
|
793
|
+
"name": "workspace",
|
|
794
|
+
"required": true,
|
|
795
|
+
"conditionKeys": [],
|
|
796
|
+
"dependentActions": []
|
|
797
|
+
}
|
|
798
|
+
],
|
|
799
|
+
"conditionKeys": [
|
|
800
|
+
"aws:ResourceTag/${TagKey}"
|
|
801
|
+
],
|
|
802
|
+
"dependentActions": []
|
|
803
|
+
},
|
|
736
804
|
"updatescraper": {
|
|
737
805
|
"name": "UpdateScraper",
|
|
738
806
|
"description": "Grants permission to update a scraper",
|
|
@@ -25,6 +25,12 @@
|
|
|
25
25
|
"required": true,
|
|
26
26
|
"conditionKeys": [],
|
|
27
27
|
"dependentActions": []
|
|
28
|
+
},
|
|
29
|
+
{
|
|
30
|
+
"name": "guardrail-profile",
|
|
31
|
+
"required": false,
|
|
32
|
+
"conditionKeys": [],
|
|
33
|
+
"dependentActions": []
|
|
28
34
|
}
|
|
29
35
|
],
|
|
30
36
|
"conditionKeys": [],
|
|
@@ -144,7 +150,10 @@
|
|
|
144
150
|
"description": "Grants permission to create a blueprint for custom output from data automation",
|
|
145
151
|
"accessLevel": "Write",
|
|
146
152
|
"resourceTypes": [],
|
|
147
|
-
"conditionKeys": [
|
|
153
|
+
"conditionKeys": [
|
|
154
|
+
"aws:RequestTag/${TagKey}",
|
|
155
|
+
"aws:TagKeys"
|
|
156
|
+
],
|
|
148
157
|
"dependentActions": []
|
|
149
158
|
},
|
|
150
159
|
"createblueprintversion": {
|
|
@@ -174,7 +183,10 @@
|
|
|
174
183
|
"dependentActions": []
|
|
175
184
|
}
|
|
176
185
|
],
|
|
177
|
-
"conditionKeys": [
|
|
186
|
+
"conditionKeys": [
|
|
187
|
+
"aws:RequestTag/${TagKey}",
|
|
188
|
+
"aws:TagKeys"
|
|
189
|
+
],
|
|
178
190
|
"dependentActions": []
|
|
179
191
|
},
|
|
180
192
|
"createdatasource": {
|
|
@@ -284,7 +296,14 @@
|
|
|
284
296
|
"name": "CreateGuardrail",
|
|
285
297
|
"description": "Grants permission to create a new guardrail",
|
|
286
298
|
"accessLevel": "Write",
|
|
287
|
-
"resourceTypes": [
|
|
299
|
+
"resourceTypes": [
|
|
300
|
+
{
|
|
301
|
+
"name": "guardrail-profile",
|
|
302
|
+
"required": false,
|
|
303
|
+
"conditionKeys": [],
|
|
304
|
+
"dependentActions": []
|
|
305
|
+
}
|
|
306
|
+
],
|
|
288
307
|
"conditionKeys": [
|
|
289
308
|
"aws:RequestTag/${TagKey}",
|
|
290
309
|
"aws:TagKeys"
|
|
@@ -1261,6 +1280,33 @@
|
|
|
1261
1280
|
"conditionKeys": [],
|
|
1262
1281
|
"dependentActions": []
|
|
1263
1282
|
},
|
|
1283
|
+
"getexecutionflowsnapshot": {
|
|
1284
|
+
"name": "GetExecutionFlowSnapshot",
|
|
1285
|
+
"description": "Grants permission to retrieve the flow definition for a flow execution",
|
|
1286
|
+
"accessLevel": "Read",
|
|
1287
|
+
"resourceTypes": [
|
|
1288
|
+
{
|
|
1289
|
+
"name": "flow",
|
|
1290
|
+
"required": true,
|
|
1291
|
+
"conditionKeys": [],
|
|
1292
|
+
"dependentActions": []
|
|
1293
|
+
},
|
|
1294
|
+
{
|
|
1295
|
+
"name": "flow-alias",
|
|
1296
|
+
"required": true,
|
|
1297
|
+
"conditionKeys": [],
|
|
1298
|
+
"dependentActions": []
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "flow-execution",
|
|
1302
|
+
"required": true,
|
|
1303
|
+
"conditionKeys": [],
|
|
1304
|
+
"dependentActions": []
|
|
1305
|
+
}
|
|
1306
|
+
],
|
|
1307
|
+
"conditionKeys": [],
|
|
1308
|
+
"dependentActions": []
|
|
1309
|
+
},
|
|
1264
1310
|
"getflow": {
|
|
1265
1311
|
"name": "GetFlow",
|
|
1266
1312
|
"description": "Grants permission to retrieve an existing prompt flow",
|
|
@@ -1291,6 +1337,33 @@
|
|
|
1291
1337
|
"conditionKeys": [],
|
|
1292
1338
|
"dependentActions": []
|
|
1293
1339
|
},
|
|
1340
|
+
"getflowexecution": {
|
|
1341
|
+
"name": "GetFlowExecution",
|
|
1342
|
+
"description": "Grants permission to retrieve an existing execution of a flow alias",
|
|
1343
|
+
"accessLevel": "Read",
|
|
1344
|
+
"resourceTypes": [
|
|
1345
|
+
{
|
|
1346
|
+
"name": "flow",
|
|
1347
|
+
"required": true,
|
|
1348
|
+
"conditionKeys": [],
|
|
1349
|
+
"dependentActions": []
|
|
1350
|
+
},
|
|
1351
|
+
{
|
|
1352
|
+
"name": "flow-alias",
|
|
1353
|
+
"required": true,
|
|
1354
|
+
"conditionKeys": [],
|
|
1355
|
+
"dependentActions": []
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"name": "flow-execution",
|
|
1359
|
+
"required": true,
|
|
1360
|
+
"conditionKeys": [],
|
|
1361
|
+
"dependentActions": []
|
|
1362
|
+
}
|
|
1363
|
+
],
|
|
1364
|
+
"conditionKeys": [],
|
|
1365
|
+
"dependentActions": []
|
|
1366
|
+
},
|
|
1294
1367
|
"getflowversion": {
|
|
1295
1368
|
"name": "GetFlowVersion",
|
|
1296
1369
|
"description": "Grants permission to retrieve an existing version of a prompt flow",
|
|
@@ -1713,7 +1786,10 @@
|
|
|
1713
1786
|
"dependentActions": []
|
|
1714
1787
|
}
|
|
1715
1788
|
],
|
|
1716
|
-
"conditionKeys": [
|
|
1789
|
+
"conditionKeys": [
|
|
1790
|
+
"aws:RequestTag/${TagKey}",
|
|
1791
|
+
"aws:TagKeys"
|
|
1792
|
+
],
|
|
1717
1793
|
"dependentActions": []
|
|
1718
1794
|
},
|
|
1719
1795
|
"invokeflow": {
|
|
@@ -1736,7 +1812,9 @@
|
|
|
1736
1812
|
"description": "Grants permission to send user input (text-only) to the inline agent for Bedrock",
|
|
1737
1813
|
"accessLevel": "Read",
|
|
1738
1814
|
"resourceTypes": [],
|
|
1739
|
-
"conditionKeys": [
|
|
1815
|
+
"conditionKeys": [
|
|
1816
|
+
"bedrock:InlineAgentName"
|
|
1817
|
+
],
|
|
1740
1818
|
"dependentActions": []
|
|
1741
1819
|
},
|
|
1742
1820
|
"invokemodel": {
|
|
@@ -2036,6 +2114,54 @@
|
|
|
2036
2114
|
"conditionKeys": [],
|
|
2037
2115
|
"dependentActions": []
|
|
2038
2116
|
},
|
|
2117
|
+
"listflowexecutionevents": {
|
|
2118
|
+
"name": "ListFlowExecutionEvents",
|
|
2119
|
+
"description": "Grants permission to retrieve events for a flow execution",
|
|
2120
|
+
"accessLevel": "List",
|
|
2121
|
+
"resourceTypes": [
|
|
2122
|
+
{
|
|
2123
|
+
"name": "flow",
|
|
2124
|
+
"required": true,
|
|
2125
|
+
"conditionKeys": [],
|
|
2126
|
+
"dependentActions": []
|
|
2127
|
+
},
|
|
2128
|
+
{
|
|
2129
|
+
"name": "flow-alias",
|
|
2130
|
+
"required": true,
|
|
2131
|
+
"conditionKeys": [],
|
|
2132
|
+
"dependentActions": []
|
|
2133
|
+
},
|
|
2134
|
+
{
|
|
2135
|
+
"name": "flow-execution",
|
|
2136
|
+
"required": true,
|
|
2137
|
+
"conditionKeys": [],
|
|
2138
|
+
"dependentActions": []
|
|
2139
|
+
}
|
|
2140
|
+
],
|
|
2141
|
+
"conditionKeys": [],
|
|
2142
|
+
"dependentActions": []
|
|
2143
|
+
},
|
|
2144
|
+
"listflowexecutions": {
|
|
2145
|
+
"name": "ListFlowExecutions",
|
|
2146
|
+
"description": "Grants permission to list executions of a flow or a flow alias",
|
|
2147
|
+
"accessLevel": "List",
|
|
2148
|
+
"resourceTypes": [
|
|
2149
|
+
{
|
|
2150
|
+
"name": "flow",
|
|
2151
|
+
"required": true,
|
|
2152
|
+
"conditionKeys": [],
|
|
2153
|
+
"dependentActions": []
|
|
2154
|
+
},
|
|
2155
|
+
{
|
|
2156
|
+
"name": "flow-alias",
|
|
2157
|
+
"required": false,
|
|
2158
|
+
"conditionKeys": [],
|
|
2159
|
+
"dependentActions": []
|
|
2160
|
+
}
|
|
2161
|
+
],
|
|
2162
|
+
"conditionKeys": [],
|
|
2163
|
+
"dependentActions": []
|
|
2164
|
+
},
|
|
2039
2165
|
"listflowversions": {
|
|
2040
2166
|
"name": "ListFlowVersions",
|
|
2041
2167
|
"description": "Grants permission to list existing versions of a prompt flow",
|
|
@@ -2578,6 +2704,27 @@
|
|
|
2578
2704
|
"conditionKeys": [],
|
|
2579
2705
|
"dependentActions": []
|
|
2580
2706
|
},
|
|
2707
|
+
"startflowexecution": {
|
|
2708
|
+
"name": "StartFlowExecution",
|
|
2709
|
+
"description": "Grants permission to start an execution of a flow alias",
|
|
2710
|
+
"accessLevel": "Write",
|
|
2711
|
+
"resourceTypes": [
|
|
2712
|
+
{
|
|
2713
|
+
"name": "flow",
|
|
2714
|
+
"required": true,
|
|
2715
|
+
"conditionKeys": [],
|
|
2716
|
+
"dependentActions": []
|
|
2717
|
+
},
|
|
2718
|
+
{
|
|
2719
|
+
"name": "flow-alias",
|
|
2720
|
+
"required": true,
|
|
2721
|
+
"conditionKeys": [],
|
|
2722
|
+
"dependentActions": []
|
|
2723
|
+
}
|
|
2724
|
+
],
|
|
2725
|
+
"conditionKeys": [],
|
|
2726
|
+
"dependentActions": []
|
|
2727
|
+
},
|
|
2581
2728
|
"startingestionjob": {
|
|
2582
2729
|
"name": "StartIngestionJob",
|
|
2583
2730
|
"description": "Grants permission to start an ingestion job",
|
|
@@ -2608,6 +2755,33 @@
|
|
|
2608
2755
|
"conditionKeys": [],
|
|
2609
2756
|
"dependentActions": []
|
|
2610
2757
|
},
|
|
2758
|
+
"stopflowexecution": {
|
|
2759
|
+
"name": "StopFlowExecution",
|
|
2760
|
+
"description": "Grants permission to stop an execution of a flow alias",
|
|
2761
|
+
"accessLevel": "Write",
|
|
2762
|
+
"resourceTypes": [
|
|
2763
|
+
{
|
|
2764
|
+
"name": "flow",
|
|
2765
|
+
"required": true,
|
|
2766
|
+
"conditionKeys": [],
|
|
2767
|
+
"dependentActions": []
|
|
2768
|
+
},
|
|
2769
|
+
{
|
|
2770
|
+
"name": "flow-alias",
|
|
2771
|
+
"required": true,
|
|
2772
|
+
"conditionKeys": [],
|
|
2773
|
+
"dependentActions": []
|
|
2774
|
+
},
|
|
2775
|
+
{
|
|
2776
|
+
"name": "flow-execution",
|
|
2777
|
+
"required": true,
|
|
2778
|
+
"conditionKeys": [],
|
|
2779
|
+
"dependentActions": []
|
|
2780
|
+
}
|
|
2781
|
+
],
|
|
2782
|
+
"conditionKeys": [],
|
|
2783
|
+
"dependentActions": []
|
|
2784
|
+
},
|
|
2611
2785
|
"stopingestionjob": {
|
|
2612
2786
|
"name": "StopIngestionJob",
|
|
2613
2787
|
"description": "Grants permission to stop an ingestion job",
|
|
@@ -3136,6 +3310,12 @@
|
|
|
3136
3310
|
"required": true,
|
|
3137
3311
|
"conditionKeys": [],
|
|
3138
3312
|
"dependentActions": []
|
|
3313
|
+
},
|
|
3314
|
+
{
|
|
3315
|
+
"name": "guardrail-profile",
|
|
3316
|
+
"required": false,
|
|
3317
|
+
"conditionKeys": [],
|
|
3318
|
+
"dependentActions": []
|
|
3139
3319
|
}
|
|
3140
3320
|
],
|
|
3141
3321
|
"conditionKeys": [],
|
|
@@ -246,6 +246,14 @@
|
|
|
246
246
|
"conditionKeys": [],
|
|
247
247
|
"dependentActions": []
|
|
248
248
|
},
|
|
249
|
+
"generatequeryresultssummary": {
|
|
250
|
+
"name": "GenerateQueryResultsSummary",
|
|
251
|
+
"description": "Grants permission to generate a summary of CloudWatch LogInsights query results in natural language using generative AI",
|
|
252
|
+
"accessLevel": "Read",
|
|
253
|
+
"resourceTypes": [],
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
249
257
|
"getdashboard": {
|
|
250
258
|
"name": "GetDashboard",
|
|
251
259
|
"description": "Grants permission to display the details of the CloudWatch dashboard you specify",
|
|
@@ -3424,7 +3424,10 @@
|
|
|
3424
3424
|
"dependentActions": []
|
|
3425
3425
|
}
|
|
3426
3426
|
],
|
|
3427
|
-
"conditionKeys": [
|
|
3427
|
+
"conditionKeys": [
|
|
3428
|
+
"connect:ListRealtimeContactAnalysisSegmentsByOutputType",
|
|
3429
|
+
"connect:ListRealtimeContactAnalysisSegmentsBySegmentType"
|
|
3430
|
+
],
|
|
3428
3431
|
"dependentActions": []
|
|
3429
3432
|
},
|
|
3430
3433
|
"listroutingprofilequeues": {
|
|
@@ -21,7 +21,8 @@
|
|
|
21
21
|
"resourceTypes": [],
|
|
22
22
|
"conditionKeys": [
|
|
23
23
|
"aws:RequestTag/${TagKey}",
|
|
24
|
-
"aws:TagKeys"
|
|
24
|
+
"aws:TagKeys",
|
|
25
|
+
"aws:ResourceTag/${TagKey}"
|
|
25
26
|
],
|
|
26
27
|
"dependentActions": []
|
|
27
28
|
},
|
|
@@ -32,7 +33,8 @@
|
|
|
32
33
|
"resourceTypes": [],
|
|
33
34
|
"conditionKeys": [
|
|
34
35
|
"aws:RequestTag/${TagKey}",
|
|
35
|
-
"aws:TagKeys"
|
|
36
|
+
"aws:TagKeys",
|
|
37
|
+
"aws:ResourceTag/${TagKey}"
|
|
36
38
|
],
|
|
37
39
|
"dependentActions": []
|
|
38
40
|
},
|
|
@@ -43,7 +45,8 @@
|
|
|
43
45
|
"resourceTypes": [],
|
|
44
46
|
"conditionKeys": [
|
|
45
47
|
"aws:RequestTag/${TagKey}",
|
|
46
|
-
"aws:TagKeys"
|
|
48
|
+
"aws:TagKeys",
|
|
49
|
+
"aws:ResourceTag/${TagKey}"
|
|
47
50
|
],
|
|
48
51
|
"dependentActions": []
|
|
49
52
|
},
|
|
@@ -54,7 +57,8 @@
|
|
|
54
57
|
"resourceTypes": [],
|
|
55
58
|
"conditionKeys": [
|
|
56
59
|
"aws:RequestTag/${TagKey}",
|
|
57
|
-
"aws:TagKeys"
|
|
60
|
+
"aws:TagKeys",
|
|
61
|
+
"aws:ResourceTag/${TagKey}"
|
|
58
62
|
],
|
|
59
63
|
"dependentActions": []
|
|
60
64
|
},
|
|
@@ -65,7 +69,8 @@
|
|
|
65
69
|
"resourceTypes": [],
|
|
66
70
|
"conditionKeys": [
|
|
67
71
|
"aws:RequestTag/${TagKey}",
|
|
68
|
-
"aws:TagKeys"
|
|
72
|
+
"aws:TagKeys",
|
|
73
|
+
"aws:ResourceTag/${TagKey}"
|
|
69
74
|
],
|
|
70
75
|
"dependentActions": []
|
|
71
76
|
},
|
|
@@ -76,7 +81,8 @@
|
|
|
76
81
|
"resourceTypes": [],
|
|
77
82
|
"conditionKeys": [
|
|
78
83
|
"aws:RequestTag/${TagKey}",
|
|
79
|
-
"aws:TagKeys"
|
|
84
|
+
"aws:TagKeys",
|
|
85
|
+
"aws:ResourceTag/${TagKey}"
|
|
80
86
|
],
|
|
81
87
|
"dependentActions": []
|
|
82
88
|
},
|
|
@@ -87,7 +93,8 @@
|
|
|
87
93
|
"resourceTypes": [],
|
|
88
94
|
"conditionKeys": [
|
|
89
95
|
"aws:RequestTag/${TagKey}",
|
|
90
|
-
"aws:TagKeys"
|
|
96
|
+
"aws:TagKeys",
|
|
97
|
+
"aws:ResourceTag/${TagKey}"
|
|
91
98
|
],
|
|
92
99
|
"dependentActions": []
|
|
93
100
|
},
|
iamdata/data/actions/dsql.json
CHANGED
|
@@ -36,25 +36,6 @@
|
|
|
36
36
|
],
|
|
37
37
|
"dependentActions": []
|
|
38
38
|
},
|
|
39
|
-
"createmultiregionclusters": {
|
|
40
|
-
"name": "CreateMultiRegionClusters",
|
|
41
|
-
"description": "Grants permission to create multi-Region clusters. Creating multi-Region clusters also requires CreateCluster permission in each specified Region. **This action is deprecated as of 05/09/2025 and will be removed on 05/21/2025.**",
|
|
42
|
-
"accessLevel": "Write",
|
|
43
|
-
"resourceTypes": [
|
|
44
|
-
{
|
|
45
|
-
"name": "Cluster",
|
|
46
|
-
"required": true,
|
|
47
|
-
"conditionKeys": [],
|
|
48
|
-
"dependentActions": [
|
|
49
|
-
"dsql:CreateCluster"
|
|
50
|
-
]
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"conditionKeys": [
|
|
54
|
-
"dsql:WitnessRegion"
|
|
55
|
-
],
|
|
56
|
-
"dependentActions": []
|
|
57
|
-
},
|
|
58
39
|
"dbconnect": {
|
|
59
40
|
"name": "DbConnect",
|
|
60
41
|
"description": "Grants permission to connect to the database",
|
|
@@ -100,10 +81,10 @@
|
|
|
100
81
|
"conditionKeys": [],
|
|
101
82
|
"dependentActions": []
|
|
102
83
|
},
|
|
103
|
-
"
|
|
104
|
-
"name": "
|
|
105
|
-
"description": "Grants permission to
|
|
106
|
-
"accessLevel": "
|
|
84
|
+
"getbackupjob": {
|
|
85
|
+
"name": "GetBackupJob",
|
|
86
|
+
"description": "Grants permission to get the status of an Aurora DSQL cluster backup job",
|
|
87
|
+
"accessLevel": "Read",
|
|
107
88
|
"resourceTypes": [
|
|
108
89
|
{
|
|
109
90
|
"name": "Cluster",
|
|
@@ -113,9 +94,7 @@
|
|
|
113
94
|
}
|
|
114
95
|
],
|
|
115
96
|
"conditionKeys": [],
|
|
116
|
-
"dependentActions": [
|
|
117
|
-
"dsql:DeleteCluster"
|
|
118
|
-
]
|
|
97
|
+
"dependentActions": []
|
|
119
98
|
},
|
|
120
99
|
"getcluster": {
|
|
121
100
|
"name": "GetCluster",
|
|
@@ -132,6 +111,21 @@
|
|
|
132
111
|
"conditionKeys": [],
|
|
133
112
|
"dependentActions": []
|
|
134
113
|
},
|
|
114
|
+
"getrestorejob": {
|
|
115
|
+
"name": "GetRestoreJob",
|
|
116
|
+
"description": "Grants permission to get the status of an Aurora DSQL cluster restore job",
|
|
117
|
+
"accessLevel": "Read",
|
|
118
|
+
"resourceTypes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "Cluster",
|
|
121
|
+
"required": true,
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"conditionKeys": [],
|
|
127
|
+
"dependentActions": []
|
|
128
|
+
},
|
|
135
129
|
"getvpcendpointservicename": {
|
|
136
130
|
"name": "GetVpcEndpointServiceName",
|
|
137
131
|
"description": "Grants permission to retrieve the VPC endpoint service name for a cluster",
|
|
@@ -219,6 +213,69 @@
|
|
|
219
213
|
"dsql:PutMultiRegionProperties"
|
|
220
214
|
]
|
|
221
215
|
},
|
|
216
|
+
"startbackupjob": {
|
|
217
|
+
"name": "StartBackupJob",
|
|
218
|
+
"description": "Grants permission to start a backup job for an Aurora DSQL cluster",
|
|
219
|
+
"accessLevel": "Write",
|
|
220
|
+
"resourceTypes": [
|
|
221
|
+
{
|
|
222
|
+
"name": "Cluster",
|
|
223
|
+
"required": true,
|
|
224
|
+
"conditionKeys": [],
|
|
225
|
+
"dependentActions": []
|
|
226
|
+
}
|
|
227
|
+
],
|
|
228
|
+
"conditionKeys": [],
|
|
229
|
+
"dependentActions": []
|
|
230
|
+
},
|
|
231
|
+
"startrestorejob": {
|
|
232
|
+
"name": "StartRestoreJob",
|
|
233
|
+
"description": "Grants permission to start a restore job for an Aurora DSQL cluster",
|
|
234
|
+
"accessLevel": "Write",
|
|
235
|
+
"resourceTypes": [
|
|
236
|
+
{
|
|
237
|
+
"name": "Cluster",
|
|
238
|
+
"required": true,
|
|
239
|
+
"conditionKeys": [],
|
|
240
|
+
"dependentActions": []
|
|
241
|
+
}
|
|
242
|
+
],
|
|
243
|
+
"conditionKeys": [],
|
|
244
|
+
"dependentActions": [
|
|
245
|
+
"dsql:CreateCluster",
|
|
246
|
+
"iam:CreateServiceLinkedRole"
|
|
247
|
+
]
|
|
248
|
+
},
|
|
249
|
+
"stopbackupjob": {
|
|
250
|
+
"name": "StopBackupJob",
|
|
251
|
+
"description": "Grants permission to stop a backup job for an Aurora DSQL cluster",
|
|
252
|
+
"accessLevel": "Write",
|
|
253
|
+
"resourceTypes": [
|
|
254
|
+
{
|
|
255
|
+
"name": "Cluster",
|
|
256
|
+
"required": true,
|
|
257
|
+
"conditionKeys": [],
|
|
258
|
+
"dependentActions": []
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"conditionKeys": [],
|
|
262
|
+
"dependentActions": []
|
|
263
|
+
},
|
|
264
|
+
"stoprestorejob": {
|
|
265
|
+
"name": "StopRestoreJob",
|
|
266
|
+
"description": "Grants permission to stop a restore job for an Aurora DSQL Cluster",
|
|
267
|
+
"accessLevel": "Write",
|
|
268
|
+
"resourceTypes": [
|
|
269
|
+
{
|
|
270
|
+
"name": "Cluster",
|
|
271
|
+
"required": true,
|
|
272
|
+
"conditionKeys": [],
|
|
273
|
+
"dependentActions": []
|
|
274
|
+
}
|
|
275
|
+
],
|
|
276
|
+
"conditionKeys": [],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
},
|
|
222
279
|
"tagresource": {
|
|
223
280
|
"name": "TagResource",
|
|
224
281
|
"description": "Grants permission to add tags to Aurora DSQL resources",
|
iamdata/data/actions/eks.json
CHANGED
|
@@ -605,6 +605,36 @@
|
|
|
605
605
|
"conditionKeys": [],
|
|
606
606
|
"dependentActions": []
|
|
607
607
|
},
|
|
608
|
+
"listdashboarddata": {
|
|
609
|
+
"name": "ListDashboardData",
|
|
610
|
+
"description": "Grants permission to list dashboard data. The Amazon EKS Dashboard aggregates information about cluster resources across multiple accounts and regions. The dashboard includes information about EC2 Instances and EKS Cluster versions",
|
|
611
|
+
"accessLevel": "Read",
|
|
612
|
+
"resourceTypes": [
|
|
613
|
+
{
|
|
614
|
+
"name": "dashboard",
|
|
615
|
+
"required": true,
|
|
616
|
+
"conditionKeys": [],
|
|
617
|
+
"dependentActions": []
|
|
618
|
+
}
|
|
619
|
+
],
|
|
620
|
+
"conditionKeys": [],
|
|
621
|
+
"dependentActions": []
|
|
622
|
+
},
|
|
623
|
+
"listdashboardresources": {
|
|
624
|
+
"name": "ListDashboardResources",
|
|
625
|
+
"description": "Grants permission to list dashboard resources. The Amazon EKS Dashboard aggregates information about cluster resources across multiple accounts and regions. The dashboard includes information about EC2 Instances and EKS Cluster versions",
|
|
626
|
+
"accessLevel": "Read",
|
|
627
|
+
"resourceTypes": [
|
|
628
|
+
{
|
|
629
|
+
"name": "dashboard",
|
|
630
|
+
"required": true,
|
|
631
|
+
"conditionKeys": [],
|
|
632
|
+
"dependentActions": []
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"conditionKeys": [],
|
|
636
|
+
"dependentActions": []
|
|
637
|
+
},
|
|
608
638
|
"listeksanywheresubscriptions": {
|
|
609
639
|
"name": "ListEksAnywhereSubscriptions",
|
|
610
640
|
"description": "Grants permission to list EKS Anywhere subscriptions",
|
|
@@ -705,6 +735,12 @@
|
|
|
705
735
|
"conditionKeys": [],
|
|
706
736
|
"dependentActions": []
|
|
707
737
|
},
|
|
738
|
+
{
|
|
739
|
+
"name": "dashboard",
|
|
740
|
+
"required": false,
|
|
741
|
+
"conditionKeys": [],
|
|
742
|
+
"dependentActions": []
|
|
743
|
+
},
|
|
708
744
|
{
|
|
709
745
|
"name": "eks-anywhere-subscription",
|
|
710
746
|
"required": false,
|
|
@@ -794,6 +830,12 @@
|
|
|
794
830
|
"conditionKeys": [],
|
|
795
831
|
"dependentActions": []
|
|
796
832
|
},
|
|
833
|
+
{
|
|
834
|
+
"name": "dashboard",
|
|
835
|
+
"required": false,
|
|
836
|
+
"conditionKeys": [],
|
|
837
|
+
"dependentActions": []
|
|
838
|
+
},
|
|
797
839
|
{
|
|
798
840
|
"name": "eks-anywhere-subscription",
|
|
799
841
|
"required": false,
|
|
@@ -854,6 +896,12 @@
|
|
|
854
896
|
"conditionKeys": [],
|
|
855
897
|
"dependentActions": []
|
|
856
898
|
},
|
|
899
|
+
{
|
|
900
|
+
"name": "dashboard",
|
|
901
|
+
"required": false,
|
|
902
|
+
"conditionKeys": [],
|
|
903
|
+
"dependentActions": []
|
|
904
|
+
},
|
|
857
905
|
{
|
|
858
906
|
"name": "eks-anywhere-subscription",
|
|
859
907
|
"required": false,
|
|
@@ -20,69 +20,6 @@
|
|
|
20
20
|
"conditionKeys": [],
|
|
21
21
|
"dependentActions": []
|
|
22
22
|
},
|
|
23
|
-
"batchcreatevehicle": {
|
|
24
|
-
"name": "BatchCreateVehicle",
|
|
25
|
-
"description": "Grants permission to create a batch of vehicles",
|
|
26
|
-
"accessLevel": "Write",
|
|
27
|
-
"resourceTypes": [
|
|
28
|
-
{
|
|
29
|
-
"name": "decodermanifest",
|
|
30
|
-
"required": true,
|
|
31
|
-
"conditionKeys": [],
|
|
32
|
-
"dependentActions": [
|
|
33
|
-
"iot:CreateThing",
|
|
34
|
-
"iot:DescribeThing"
|
|
35
|
-
]
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"name": "modelmanifest",
|
|
39
|
-
"required": true,
|
|
40
|
-
"conditionKeys": [],
|
|
41
|
-
"dependentActions": []
|
|
42
|
-
},
|
|
43
|
-
{
|
|
44
|
-
"name": "vehicle",
|
|
45
|
-
"required": true,
|
|
46
|
-
"conditionKeys": [],
|
|
47
|
-
"dependentActions": []
|
|
48
|
-
}
|
|
49
|
-
],
|
|
50
|
-
"conditionKeys": [
|
|
51
|
-
"aws:RequestTag/${TagKey}",
|
|
52
|
-
"aws:TagKeys"
|
|
53
|
-
],
|
|
54
|
-
"dependentActions": []
|
|
55
|
-
},
|
|
56
|
-
"batchupdatevehicle": {
|
|
57
|
-
"name": "BatchUpdateVehicle",
|
|
58
|
-
"description": "Grants permission to update a batch of vehicles",
|
|
59
|
-
"accessLevel": "Write",
|
|
60
|
-
"resourceTypes": [
|
|
61
|
-
{
|
|
62
|
-
"name": "vehicle",
|
|
63
|
-
"required": true,
|
|
64
|
-
"conditionKeys": [],
|
|
65
|
-
"dependentActions": []
|
|
66
|
-
},
|
|
67
|
-
{
|
|
68
|
-
"name": "decodermanifest",
|
|
69
|
-
"required": false,
|
|
70
|
-
"conditionKeys": [],
|
|
71
|
-
"dependentActions": []
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
"name": "modelmanifest",
|
|
75
|
-
"required": false,
|
|
76
|
-
"conditionKeys": [],
|
|
77
|
-
"dependentActions": []
|
|
78
|
-
}
|
|
79
|
-
],
|
|
80
|
-
"conditionKeys": [
|
|
81
|
-
"iotfleetwise:UpdateToModelManifestArn",
|
|
82
|
-
"iotfleetwise:UpdateToDecoderManifestArn"
|
|
83
|
-
],
|
|
84
|
-
"dependentActions": []
|
|
85
|
-
},
|
|
86
23
|
"createcampaign": {
|
|
87
24
|
"name": "CreateCampaign",
|
|
88
25
|
"description": "Grants permission to create a campaign",
|
|
@@ -127,6 +127,21 @@
|
|
|
127
127
|
"conditionKeys": [],
|
|
128
128
|
"dependentActions": []
|
|
129
129
|
},
|
|
130
|
+
"getdicomseriesmetadata": {
|
|
131
|
+
"name": "GetDICOMSeriesMetadata",
|
|
132
|
+
"description": "Grants permission to retrieve metadata for all DICOM instances belonging to a given DICOM series in DICOM JSON format",
|
|
133
|
+
"accessLevel": "Read",
|
|
134
|
+
"resourceTypes": [
|
|
135
|
+
{
|
|
136
|
+
"name": "datastore",
|
|
137
|
+
"required": true,
|
|
138
|
+
"conditionKeys": [],
|
|
139
|
+
"dependentActions": []
|
|
140
|
+
}
|
|
141
|
+
],
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
130
145
|
"getdatastore": {
|
|
131
146
|
"name": "GetDatastore",
|
|
132
147
|
"description": "Grants permission to get data store properties",
|
iamdata/data/actions/qapps.json
CHANGED
|
@@ -160,32 +160,6 @@
|
|
|
160
160
|
],
|
|
161
161
|
"dependentActions": []
|
|
162
162
|
},
|
|
163
|
-
"createpresignedurl": {
|
|
164
|
-
"name": "CreatePresignedUrl",
|
|
165
|
-
"description": "Grants permission to create a presigned URL for uploading a file to a Q App or Q App Session in the Q Business application environment",
|
|
166
|
-
"accessLevel": "Write",
|
|
167
|
-
"resourceTypes": [
|
|
168
|
-
{
|
|
169
|
-
"name": "qapp",
|
|
170
|
-
"required": false,
|
|
171
|
-
"conditionKeys": [],
|
|
172
|
-
"dependentActions": []
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"name": "qapp-session",
|
|
176
|
-
"required": false,
|
|
177
|
-
"conditionKeys": [],
|
|
178
|
-
"dependentActions": []
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"conditionKeys": [
|
|
182
|
-
"qapps:UserIsAppOwner",
|
|
183
|
-
"qapps:AppIsPublished",
|
|
184
|
-
"qapps:UserIsSessionModerator",
|
|
185
|
-
"qapps:SessionIsShared"
|
|
186
|
-
],
|
|
187
|
-
"dependentActions": []
|
|
188
|
-
},
|
|
189
163
|
"createqapp": {
|
|
190
164
|
"name": "CreateQApp",
|
|
191
165
|
"description": "Grants permission to create Q App in the Q Business application environment",
|
|
@@ -458,58 +432,6 @@
|
|
|
458
432
|
],
|
|
459
433
|
"dependentActions": []
|
|
460
434
|
},
|
|
461
|
-
"importdocumenttoqapp": {
|
|
462
|
-
"name": "ImportDocumentToQApp",
|
|
463
|
-
"isPermissionOnly": true,
|
|
464
|
-
"description": "Grants permission to import a document to Q App in the Q Business application environment",
|
|
465
|
-
"accessLevel": "Write",
|
|
466
|
-
"resourceTypes": [
|
|
467
|
-
{
|
|
468
|
-
"name": "application",
|
|
469
|
-
"required": false,
|
|
470
|
-
"conditionKeys": [],
|
|
471
|
-
"dependentActions": []
|
|
472
|
-
},
|
|
473
|
-
{
|
|
474
|
-
"name": "qapp",
|
|
475
|
-
"required": false,
|
|
476
|
-
"conditionKeys": [],
|
|
477
|
-
"dependentActions": []
|
|
478
|
-
}
|
|
479
|
-
],
|
|
480
|
-
"conditionKeys": [
|
|
481
|
-
"qapps:UserIsAppOwner",
|
|
482
|
-
"qapps:AppIsPublished"
|
|
483
|
-
],
|
|
484
|
-
"dependentActions": []
|
|
485
|
-
},
|
|
486
|
-
"importdocumenttoqappsession": {
|
|
487
|
-
"name": "ImportDocumentToQAppSession",
|
|
488
|
-
"isPermissionOnly": true,
|
|
489
|
-
"description": "Grants permission to import a document to Q App session in the Q Business application environment",
|
|
490
|
-
"accessLevel": "Write",
|
|
491
|
-
"resourceTypes": [
|
|
492
|
-
{
|
|
493
|
-
"name": "application",
|
|
494
|
-
"required": false,
|
|
495
|
-
"conditionKeys": [],
|
|
496
|
-
"dependentActions": []
|
|
497
|
-
},
|
|
498
|
-
{
|
|
499
|
-
"name": "qapp-session",
|
|
500
|
-
"required": false,
|
|
501
|
-
"conditionKeys": [],
|
|
502
|
-
"dependentActions": []
|
|
503
|
-
}
|
|
504
|
-
],
|
|
505
|
-
"conditionKeys": [
|
|
506
|
-
"qapps:UserIsAppOwner",
|
|
507
|
-
"qapps:AppIsPublished",
|
|
508
|
-
"qapps:UserIsSessionModerator",
|
|
509
|
-
"qapps:SessionIsShared"
|
|
510
|
-
],
|
|
511
|
-
"dependentActions": []
|
|
512
|
-
},
|
|
513
435
|
"listcategories": {
|
|
514
436
|
"name": "ListCategories",
|
|
515
437
|
"description": "Grants permission to list categories in the Q Business application environment",
|
iamdata/data/actions/rds.json
CHANGED
|
@@ -727,7 +727,8 @@
|
|
|
727
727
|
"aws:TagKeys"
|
|
728
728
|
],
|
|
729
729
|
"dependentActions": [
|
|
730
|
-
"iam:PassRole"
|
|
730
|
+
"iam:PassRole",
|
|
731
|
+
"rds:AddTagsToResource"
|
|
731
732
|
]
|
|
732
733
|
},
|
|
733
734
|
"createdbproxyendpoint": {
|
|
@@ -739,7 +740,9 @@
|
|
|
739
740
|
"name": "proxy",
|
|
740
741
|
"required": true,
|
|
741
742
|
"conditionKeys": [],
|
|
742
|
-
"dependentActions": [
|
|
743
|
+
"dependentActions": [
|
|
744
|
+
"rds:AddTagsToResource"
|
|
745
|
+
]
|
|
743
746
|
},
|
|
744
747
|
{
|
|
745
748
|
"name": "proxy-endpoint",
|
|
@@ -965,7 +968,8 @@
|
|
|
965
968
|
"conditionKeys": [
|
|
966
969
|
"aws:RequestTag/${TagKey}",
|
|
967
970
|
"aws:TagKeys",
|
|
968
|
-
"rds:TenantDatabaseName"
|
|
971
|
+
"rds:TenantDatabaseName",
|
|
972
|
+
"rds:ManageMasterUserPassword"
|
|
969
973
|
],
|
|
970
974
|
"dependentActions": []
|
|
971
975
|
},
|
|
@@ -2695,7 +2699,8 @@
|
|
|
2695
2699
|
}
|
|
2696
2700
|
],
|
|
2697
2701
|
"conditionKeys": [
|
|
2698
|
-
"rds:TenantDatabaseName"
|
|
2702
|
+
"rds:TenantDatabaseName",
|
|
2703
|
+
"rds:ManageMasterUserPassword"
|
|
2699
2704
|
],
|
|
2700
2705
|
"dependentActions": []
|
|
2701
2706
|
},
|
|
@@ -2738,7 +2743,9 @@
|
|
|
2738
2743
|
"name": "ri",
|
|
2739
2744
|
"required": true,
|
|
2740
2745
|
"conditionKeys": [],
|
|
2741
|
-
"dependentActions": [
|
|
2746
|
+
"dependentActions": [
|
|
2747
|
+
"rds:AddTagsToResource"
|
|
2748
|
+
]
|
|
2742
2749
|
}
|
|
2743
2750
|
],
|
|
2744
2751
|
"conditionKeys": [
|
|
@@ -3254,7 +3261,8 @@
|
|
|
3254
3261
|
"rds:BackupTarget",
|
|
3255
3262
|
"aws:RequestTag/${TagKey}",
|
|
3256
3263
|
"aws:TagKeys",
|
|
3257
|
-
"rds:req-tag/${TagKey}"
|
|
3264
|
+
"rds:req-tag/${TagKey}",
|
|
3265
|
+
"rds:ManageMasterUserPassword"
|
|
3258
3266
|
],
|
|
3259
3267
|
"dependentActions": []
|
|
3260
3268
|
},
|
|
@@ -3355,7 +3363,8 @@
|
|
|
3355
3363
|
"rds:BackupTarget",
|
|
3356
3364
|
"aws:RequestTag/${TagKey}",
|
|
3357
3365
|
"aws:TagKeys",
|
|
3358
|
-
"rds:req-tag/${TagKey}"
|
|
3366
|
+
"rds:req-tag/${TagKey}",
|
|
3367
|
+
"rds:ManageMasterUserPassword"
|
|
3359
3368
|
],
|
|
3360
3369
|
"dependentActions": []
|
|
3361
3370
|
},
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
{
|
|
2
|
+
"deleteaccountcolor": {
|
|
3
|
+
"name": "DeleteAccountColor",
|
|
4
|
+
"description": "Grants permission to delete account color setting",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"getaccountcolor": {
|
|
11
|
+
"name": "GetAccountColor",
|
|
12
|
+
"description": "Grants permission to retrieve account color setting",
|
|
13
|
+
"accessLevel": "Read",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"putaccountcolor": {
|
|
19
|
+
"name": "PutAccountColor",
|
|
20
|
+
"description": "Grants permission to set account color",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -49,6 +49,16 @@
|
|
|
49
49
|
"description": "Filters access by restricting federation into specified Amazon Connect instances",
|
|
50
50
|
"type": "String"
|
|
51
51
|
},
|
|
52
|
+
"connect:listrealtimecontactanalysissegmentsbyoutputtype": {
|
|
53
|
+
"key": "connect:ListRealtimeContactAnalysisSegmentsByOutputType",
|
|
54
|
+
"description": "Filters access by restricting the listed segments using the output type of the Amazon Connect Contact Lens real-time segment",
|
|
55
|
+
"type": "String"
|
|
56
|
+
},
|
|
57
|
+
"connect:listrealtimecontactanalysissegmentsbysegmenttype": {
|
|
58
|
+
"key": "connect:ListRealtimeContactAnalysisSegmentsBySegmentType",
|
|
59
|
+
"description": "Filters access by restricting the listed segments using the segment types of the Amazon Connect Contact Lens real-time segment",
|
|
60
|
+
"type": "ArrayOfString"
|
|
61
|
+
},
|
|
52
62
|
"connect:monitorcapabilities": {
|
|
53
63
|
"key": "connect:MonitorCapabilities",
|
|
54
64
|
"description": "Filters access by restricting the monitor capabilities of the user in the request",
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
iamdata/data/metadata.json
CHANGED
|
@@ -99,6 +99,10 @@
|
|
|
99
99
|
"aws:ResourceTag/${TagKey}"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
|
+
"guardrail-profile": {
|
|
103
|
+
"key": "guardrail-profile",
|
|
104
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:guardrail-profile/${ResourceId}"
|
|
105
|
+
},
|
|
102
106
|
"flow": {
|
|
103
107
|
"key": "flow",
|
|
104
108
|
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:flow/${FlowId}",
|
|
@@ -113,6 +117,10 @@
|
|
|
113
117
|
"aws:ResourceTag/${TagKey}"
|
|
114
118
|
]
|
|
115
119
|
},
|
|
120
|
+
"flow-execution": {
|
|
121
|
+
"key": "flow-execution",
|
|
122
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:flow/${FlowId}/alias/${FlowAliasId}/execution/${FlowExecutionId}"
|
|
123
|
+
},
|
|
116
124
|
"model-copy-job": {
|
|
117
125
|
"key": "model-copy-job",
|
|
118
126
|
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:model-copy-job/${ResourceId}",
|
|
@@ -154,15 +162,24 @@
|
|
|
154
162
|
},
|
|
155
163
|
"data-automation-project": {
|
|
156
164
|
"key": "data-automation-project",
|
|
157
|
-
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-project/${ProjectId}"
|
|
165
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-project/${ProjectId}",
|
|
166
|
+
"conditionKeys": [
|
|
167
|
+
"aws:ResourceTag/${TagKey}"
|
|
168
|
+
]
|
|
158
169
|
},
|
|
159
170
|
"blueprint": {
|
|
160
171
|
"key": "blueprint",
|
|
161
|
-
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:blueprint/${BlueprintId}"
|
|
172
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:blueprint/${BlueprintId}",
|
|
173
|
+
"conditionKeys": [
|
|
174
|
+
"aws:ResourceTag/${TagKey}"
|
|
175
|
+
]
|
|
162
176
|
},
|
|
163
177
|
"data-automation-invocation-job": {
|
|
164
178
|
"key": "data-automation-invocation-job",
|
|
165
|
-
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-invocation/${JobId}"
|
|
179
|
+
"arn": "arn:${Partition}:bedrock:${Region}:${Account}:data-automation-invocation/${JobId}",
|
|
180
|
+
"conditionKeys": [
|
|
181
|
+
"aws:ResourceTag/${TagKey}"
|
|
182
|
+
]
|
|
166
183
|
},
|
|
167
184
|
"data-automation-profile": {
|
|
168
185
|
"key": "data-automation-profile",
|
|
@@ -63,5 +63,12 @@
|
|
|
63
63
|
"access-policy": {
|
|
64
64
|
"key": "access-policy",
|
|
65
65
|
"arn": "arn:${Partition}:eks::aws:cluster-access-policy/${AccessPolicyName}"
|
|
66
|
+
},
|
|
67
|
+
"dashboard": {
|
|
68
|
+
"key": "dashboard",
|
|
69
|
+
"arn": "arn:${Partition}:eks:${Region}:${Account}:dashboard/${DashboardName}",
|
|
70
|
+
"conditionKeys": [
|
|
71
|
+
"aws:ResourceTag/${TagKey}"
|
|
72
|
+
]
|
|
66
73
|
}
|
|
67
74
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
iamdata/data/serviceNames.json
CHANGED
|
@@ -397,6 +397,7 @@
|
|
|
397
397
|
"trustedadvisor": "AWS Trusted Advisor",
|
|
398
398
|
"ts": "AWS Diagnostic tools",
|
|
399
399
|
"user-subscriptions": "AWS User Subscriptions",
|
|
400
|
+
"uxc": "AWS Service for managing account level display settings",
|
|
400
401
|
"vendor-insights": "AWS Marketplace Vendor Insights",
|
|
401
402
|
"verified-access": "AWS Verified Access",
|
|
402
403
|
"verifiedpermissions": "Amazon Verified Permissions",
|
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.202505241
|
|
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=CPH3YcJ9K3dMTM5AWdV_6xQ-P9TlpYW0H5ao1lJrVgw,76
|
|
8
|
+
iamdata/data/serviceNames.json,sha256=ms_55dp8bPobEthMcfs3MvPGhKjE6fSWz06V6_NnVrs,18422
|
|
9
|
+
iamdata/data/services.json,sha256=0cUxm8n2SwGM65YNE7s82l4r0IIthuRyHwCNON7Qq6c,7154
|
|
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
|
|
@@ -37,7 +37,7 @@ iamdata/data/actions/appstream.json,sha256=cYGacTXelk8zkzWsfF_FhXjE68-C92hFJvJN7
|
|
|
37
37
|
iamdata/data/actions/appstudio.json,sha256=bZmKZgKnZICwW_02tq1ffxGk-KFHEMzq1kSM_3PqOW0,1383
|
|
38
38
|
iamdata/data/actions/appsync.json,sha256=H6Ioux0egMi4kpz_pkE7DQODBvVsGaxK-m_7QgNWoFk,27861
|
|
39
39
|
iamdata/data/actions/apptest.json,sha256=3FtHxogRlavO4v9zGjP0Ycp-lZUcktzc9EvLicQcGdU,9480
|
|
40
|
-
iamdata/data/actions/aps.json,sha256=
|
|
40
|
+
iamdata/data/actions/aps.json,sha256=yzZUIzG5JyQj4mqzpXoUYorI0udBRaPrnvjgt7xtvbE,21533
|
|
41
41
|
iamdata/data/actions/arc-zonal-shift.json,sha256=PpXOoqoBMfQ_0o7DkLSw3NNJtXg-2ghw3Ne-WY_kKwE,6662
|
|
42
42
|
iamdata/data/actions/arsenal.json,sha256=lLBpUGwniNiUndnY4TXSJ5qKhv09Ay6JmbgQjenHFNE,330
|
|
43
43
|
iamdata/data/actions/artifact.json,sha256=1V3LLNV8gMCtoY7wOs_KF9loaq_Ue1mMXTlgEFdIbXQ,5879
|
|
@@ -57,7 +57,7 @@ iamdata/data/actions/backup.json,sha256=dR8raNjQ5JmoVeREEutUjLM0KQx5WesZUzmS4vp_
|
|
|
57
57
|
iamdata/data/actions/batch.json,sha256=0ReKY6Wxy-uzPSjI7cMBl77fRLpgpxPnJvRk2oABqS8,15822
|
|
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=dOk2tv9zYUsdDDesuCJzQ9qwLYioBT3Fs3Jk_nQVarM,89947
|
|
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=XbePDa3XX-4ztOvhPfr4FjEb10iGBQi4e65VC4tUlag,6039
|
|
@@ -80,7 +80,7 @@ iamdata/data/actions/cloudsearch.json,sha256=zh1cCJni8npKiIfF1wNhp5uW_QB-AAZBv6a
|
|
|
80
80
|
iamdata/data/actions/cloudshell.json,sha256=bqra8FWfKtXrVb8ymavNGBuKT5caJsmLjj3xYlMEj5E,4462
|
|
81
81
|
iamdata/data/actions/cloudtrail-data.json,sha256=drVVOLQB0eDpKVG8MJQPLUzxKR5QLBEQqqWge07F9OU,393
|
|
82
82
|
iamdata/data/actions/cloudtrail.json,sha256=4DqeOSHqkBDdtYN6dFyS7dZtoSrqNzpToSWspsEC7UQ,27992
|
|
83
|
-
iamdata/data/actions/cloudwatch.json,sha256=
|
|
83
|
+
iamdata/data/actions/cloudwatch.json,sha256=pqJrhYNSsZm6tUonhyS6VgcOacAlDWtQXmto5wRdbmA,22059
|
|
84
84
|
iamdata/data/actions/codeartifact.json,sha256=4LMAjhVuG3Osun615WiVBGz85pqq9lBO9qVsYLqnNF8,20865
|
|
85
85
|
iamdata/data/actions/codebuild.json,sha256=X1WBP6oyUUBmW4ZwBURzSzilwG-DCt5reEsB6rIuKyk,43416
|
|
86
86
|
iamdata/data/actions/codecatalyst.json,sha256=mzx8k_osgE9Dhhx7DLwaluEsor2HIKRX4FgxxyKUWzc,14626
|
|
@@ -105,7 +105,7 @@ iamdata/data/actions/comprehendmedical.json,sha256=cBtFmyWVK7LKb0o3sHuat17otFgpL
|
|
|
105
105
|
iamdata/data/actions/compute-optimizer.json,sha256=e7fhylob4PxLDlwGP6kMEPeHV_UzWx50C-VcXkwfS6w,10218
|
|
106
106
|
iamdata/data/actions/config.json,sha256=jQGTa5vzBDeUExTXef7kwiRcy1p4WKJgMHbBkse5uIA,43354
|
|
107
107
|
iamdata/data/actions/connect-campaigns.json,sha256=4Wwn72V9GPaJ5vqicB20I3SM5ufWc_iBVp2sXGey9dE,13501
|
|
108
|
-
iamdata/data/actions/connect.json,sha256=
|
|
108
|
+
iamdata/data/actions/connect.json,sha256=QrlrkzBNzHgstr--DIOCqPGPRjvIo5sqcE2hu2Z-TLs,166598
|
|
109
109
|
iamdata/data/actions/consoleapp.json,sha256=GO6wCJDJGsuYO3T7cRd1RtIG7vtuTMjwYnguio4uUl8,667
|
|
110
110
|
iamdata/data/actions/consolidatedbilling.json,sha256=GCQbprPWn2lMp1OMCsrRva2UU48cqVnRIGTPq2L8Uto,569
|
|
111
111
|
iamdata/data/actions/controlcatalog.json,sha256=wWAO-nsZJSMcu6YItEXQulhRiOJtZWhtbDnX4FGVeTs,1608
|
|
@@ -113,7 +113,7 @@ iamdata/data/actions/controltower.json,sha256=PnFlVZBN3vX0fYoZgWDNm9crOIG4NHja19
|
|
|
113
113
|
iamdata/data/actions/cost-optimization-hub.json,sha256=Ui0HD996OKHmG7q-EfCxMdCMT36UX8Fi49bZskRixWk,1925
|
|
114
114
|
iamdata/data/actions/cur.json,sha256=03f0buxaNSdB02oVy3Fn6t32s_CnmaaUzrqXYi4QrwA,4253
|
|
115
115
|
iamdata/data/actions/customer-verification.json,sha256=swOWI9OxSElv4DOpBEU5foN6Fg1ZDX8FDdPTncp61d8,1483
|
|
116
|
-
iamdata/data/actions/databrew.json,sha256=
|
|
116
|
+
iamdata/data/actions/databrew.json,sha256=dJ2MhTmcx_k9wnbzptyfoA3N4pfphvm86i06j83XsDI,16949
|
|
117
117
|
iamdata/data/actions/dataexchange.json,sha256=GsnXo1UlT29ek5PhIZNpQvfuh362RP3WF4R7NMF0elE,16182
|
|
118
118
|
iamdata/data/actions/datapipeline.json,sha256=nuwKEl4_jScwy_lv_al5404Oawtb9fKm0JqC1-FeuMg,9499
|
|
119
119
|
iamdata/data/actions/datasync.json,sha256=4S8jnNmT0XcIulQqwUIfF13dJ7DhxhROk0SoFQlDa1c,27099
|
|
@@ -134,7 +134,7 @@ 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=
|
|
137
|
+
iamdata/data/actions/dsql.json,sha256=ZiF88kO7ef2pg0YmfmMkIlsXOLzD8o0aefYUu_tlhP4,8325
|
|
138
138
|
iamdata/data/actions/dynamodb.json,sha256=UgMGv7n2YmsSVNKy9CYP-WOAcgjX7c7yFdwJGJqPqSk,31676
|
|
139
139
|
iamdata/data/actions/ebs.json,sha256=_0xfCEoPjX78Qukewk2vVObn4QA7iH_1Kw2qAfqUh2U,2892
|
|
140
140
|
iamdata/data/actions/ec2-instance-connect.json,sha256=fTwyHt4IzYTCGeCx6hy81ygzaRGNb18-5KynoVE2osA,1720
|
|
@@ -144,7 +144,7 @@ iamdata/data/actions/ecr-public.json,sha256=UpcjtrVSlkDnz7W0cj3Y3VlszSH11_8FHWuj
|
|
|
144
144
|
iamdata/data/actions/ecr.json,sha256=II0Mdh1K1wvepkaKJqvtWRrfoCClJbB01sqvRikeNY8,19402
|
|
145
145
|
iamdata/data/actions/ecs.json,sha256=JFGY6vEN8FnR62O9ytYn0fG8IwQHAm8nV5kd0xWn7c8,32043
|
|
146
146
|
iamdata/data/actions/eks-auth.json,sha256=eOjOsGfDU0m8WFqHkVRibG8XvZzGhilzxNxLAyH9Cps,434
|
|
147
|
-
iamdata/data/actions/eks.json,sha256=
|
|
147
|
+
iamdata/data/actions/eks.json,sha256=WfaiJ2dJu1Wn477jErQOQn78B6oNY8DIOr9N7xtju6s,28980
|
|
148
148
|
iamdata/data/actions/elasticache.json,sha256=LAlxpnMGjJLpfomf1zglctsrnHu1olIZV-AQcjRTR9o,52364
|
|
149
149
|
iamdata/data/actions/elasticbeanstalk.json,sha256=lAz2vQMEI8q0jze5njH2Jbal2bToylaaynqw9an7uM4,27164
|
|
150
150
|
iamdata/data/actions/elasticfilesystem.json,sha256=G5u9Zc6ihv0eairQSZUCndgnr3uydY8thEE60rpd9Dc,17227
|
|
@@ -206,7 +206,7 @@ iamdata/data/actions/iotanalytics.json,sha256=97BKV-eWEdhuEwkNBFS3ILrv8B8zK-hihu
|
|
|
206
206
|
iamdata/data/actions/iotdeviceadvisor.json,sha256=ckogdLedwOkF1GQftnsvoR6rVXx1mfBLprR5Hybw1y0,5388
|
|
207
207
|
iamdata/data/actions/iotevents.json,sha256=ehOpZTbdtQmU7wT6gHUOPKNbIPQQoqqnOgIk5r3NGZg,15190
|
|
208
208
|
iamdata/data/actions/iotfleethub.json,sha256=Ut9s_y7NM2Zp1crv-tFbbpHqGjsTzEP-nwyS3E8NK4c,2963
|
|
209
|
-
iamdata/data/actions/iotfleetwise.json,sha256=
|
|
209
|
+
iamdata/data/actions/iotfleetwise.json,sha256=u8ssMqayYhgo7aIP9qxRlCBnKgA1UIoFvyqVyDwLRRM,24963
|
|
210
210
|
iamdata/data/actions/iotjobsdata.json,sha256=ZdFruCEg5cTlcwzQtMy7Aje0iU2ZUWWlLd9gKQLTiaQ,1635
|
|
211
211
|
iamdata/data/actions/iotmanagedintegrations.json,sha256=EpypCjAAbJ32SN_cnfQHeD6sv7Pm-eYusYbMMS6TBHc,17679
|
|
212
212
|
iamdata/data/actions/iotsitewise.json,sha256=0Xc7umQbM4VntFW1RO1VgfAr5SZ3NBgOd95E0KME4j8,38358
|
|
@@ -254,7 +254,7 @@ iamdata/data/actions/mediapackage.json,sha256=taxoGgmLGStZ30dKbikDPxxyqFzowGJwXg
|
|
|
254
254
|
iamdata/data/actions/mediapackagev2.json,sha256=iEcytBBt7pQtqwvgSXvczWTmTpMsm3AuSgjQKnsz-QE,19885
|
|
255
255
|
iamdata/data/actions/mediastore.json,sha256=ioJ3MSAQskNIz4fY4KwNen0qXNJNGCEvsfY7Q124UGw,9870
|
|
256
256
|
iamdata/data/actions/mediatailor.json,sha256=7qxJ5X8ylYiHkjJRWlu_f77V3jZ5g79S6FA8DTa7kmY,19351
|
|
257
|
-
iamdata/data/actions/medical-imaging.json,sha256=
|
|
257
|
+
iamdata/data/actions/medical-imaging.json,sha256=lWIGIFxfd4ul7e9IWljIv0rTJW0V3SWMioL2pLzzUr0,10825
|
|
258
258
|
iamdata/data/actions/memorydb.json,sha256=qZc51k5ZkProhwc4TZ3D4aLbD6nL0b2SOwJgG_6tCNA,25332
|
|
259
259
|
iamdata/data/actions/mgh.json,sha256=rVxqPZE3FNU2wqGudVnOiMkhrERHGlw9gOb0xM_TJL0,15934
|
|
260
260
|
iamdata/data/actions/mgn.json,sha256=RoqyjG9AKaCegjnw-bXMKwW7dtEoDuRdUNUhn5QaOR4,64105
|
|
@@ -302,7 +302,7 @@ iamdata/data/actions/profile.json,sha256=sEvmrrw_rhNh_Ta3sBvzBahl9ni2iwR2mNSiHLY
|
|
|
302
302
|
iamdata/data/actions/proton.json,sha256=-JWHqz_SnsIDuxP2BZ2pWMR6TDfiEPhcj-8KL54PATU,49972
|
|
303
303
|
iamdata/data/actions/purchase-orders.json,sha256=-ncXZ2FvaE5xjlKqcKmleSjT3Va32HdO9bMQLqojNlI,6242
|
|
304
304
|
iamdata/data/actions/q.json,sha256=iWr-C_4ZqKX5sX5G_l4KGIpPf_XprnnSZgDM4FMx9jw,13525
|
|
305
|
-
iamdata/data/actions/qapps.json,sha256=
|
|
305
|
+
iamdata/data/actions/qapps.json,sha256=UjpvowXwXCd264n47mBBIJll7OtOsJupW7sLS_W0PdE,20681
|
|
306
306
|
iamdata/data/actions/qbusiness.json,sha256=NiJ7iB6SzvP1XVBk_5XGFn7_5bAhlOjjYEwASHuakeQ,42860
|
|
307
307
|
iamdata/data/actions/qdeveloper.json,sha256=cMTqF023bl2tMbAkmewBuoAZF7RP0fSqZgy_ityhbMM,2908
|
|
308
308
|
iamdata/data/actions/qldb.json,sha256=2KK9yAxaAhcMHCWmxjpy0u09F5xjFHJnetpK1_fcZnQ,14708
|
|
@@ -311,7 +311,7 @@ iamdata/data/actions/ram.json,sha256=hn5GqBD6b3mJpsZ9D0Ee3flmN8_XqgfDymRUYHedGVw
|
|
|
311
311
|
iamdata/data/actions/rbin.json,sha256=L7CSng1O2j-b5QwJd-LEj_jBsu39qY3u5E_BroBCkgU,4415
|
|
312
312
|
iamdata/data/actions/rds-data.json,sha256=3RXtdCb3sAywL7TPXUhoeIKqswayJqN5OwVgKGRTsRM,2927
|
|
313
313
|
iamdata/data/actions/rds-db.json,sha256=-kxeNl2Nj36gpRpkC-75kSstRTNFMa-j8-0Rh_tMr9Q,374
|
|
314
|
-
iamdata/data/actions/rds.json,sha256=
|
|
314
|
+
iamdata/data/actions/rds.json,sha256=t9U6tQ8hh0b7J9mTmO36qujxVhex5a_BaEoZa6OE6HE,94680
|
|
315
315
|
iamdata/data/actions/redshift-data.json,sha256=_L_REwixJomvY8GgpsES1CWCyrPmv3j1zdPNTAg9v_M,4841
|
|
316
316
|
iamdata/data/actions/redshift-serverless.json,sha256=2_z5zDo_hcxfh-_HHBn-NMB3MucA4GD-P5K_tXciDdg,25609
|
|
317
317
|
iamdata/data/actions/redshift.json,sha256=zqbsWjBanZ5mzeejyUMJ5AM_pSxpDuZkyIoWFm1pLxw,67815
|
|
@@ -405,6 +405,7 @@ iamdata/data/actions/translate.json,sha256=WaQx7sKrvNhmdnkwzyhwQsv2rtoVAGm7Plbjs
|
|
|
405
405
|
iamdata/data/actions/trustedadvisor.json,sha256=rBnQqABsmSBh_pyFVV2GtXVnU1_q85sXTGrLLURFt70,16403
|
|
406
406
|
iamdata/data/actions/ts.json,sha256=GIZqbhh1J0-hPithINogkxbG0Zy20F1bT_yrTEh2gEM,3373
|
|
407
407
|
iamdata/data/actions/user-subscriptions.json,sha256=P1UUUzK-bB8RwImjpKPH-QYqZ2cOurFRxHPP80bU6JI,1488
|
|
408
|
+
iamdata/data/actions/uxc.json,sha256=NoFDkq146oEtpefbLp6MLIrPswDzJRCk6aTwwNQSz6o,706
|
|
408
409
|
iamdata/data/actions/vendor-insights.json,sha256=qEcP85B6_ucX10cqdt8Tu7hOh54Ittzw2qB2kJRQZyk,10434
|
|
409
410
|
iamdata/data/actions/verified-access.json,sha256=RLtyTcTlf6ayUNPE9Dqa8gVsEf6kmUyf3Q7DLycttnA,279
|
|
410
411
|
iamdata/data/actions/verifiedpermissions.json,sha256=biPfeXJ_VKFozahn5tUksrIsxrUUYcaqafSU1lNacls,11279
|
|
@@ -524,7 +525,7 @@ iamdata/data/conditionKeys/comprehendmedical.json,sha256=bAc4VL2jS9ZQ8K87lwjiN3U
|
|
|
524
525
|
iamdata/data/conditionKeys/compute-optimizer.json,sha256=LFt_0wCvj0NSswFtDbXMmpi06xo--MPmnNs07jziWvI,169
|
|
525
526
|
iamdata/data/conditionKeys/config.json,sha256=UGeo7u-tuyU4kREakKdObgNFxM1DrwkzZLEDTV_ovuA,753
|
|
526
527
|
iamdata/data/conditionKeys/connect-campaigns.json,sha256=JvMsBWtJ4AFGCd6tmGcW4x22C10PEH-7wB4Qi3LyMk4,583
|
|
527
|
-
iamdata/data/conditionKeys/connect.json,sha256=
|
|
528
|
+
iamdata/data/conditionKeys/connect.json,sha256=jXLPNa0c--zTT2d3xOc_U46XWMsrOTwRfmt8wz9AXno,3562
|
|
528
529
|
iamdata/data/conditionKeys/consoleapp.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
529
530
|
iamdata/data/conditionKeys/consolidatedbilling.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
530
531
|
iamdata/data/conditionKeys/controlcatalog.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
@@ -824,6 +825,7 @@ iamdata/data/conditionKeys/translate.json,sha256=W-Nq0JyFJVmTKP2LLaWROVsJm9BqJxI
|
|
|
824
825
|
iamdata/data/conditionKeys/trustedadvisor.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
825
826
|
iamdata/data/conditionKeys/ts.json,sha256=dldzYUchHPuUjVd91C9ti1H4fC65mmCXdOxYDVmd01k,528
|
|
826
827
|
iamdata/data/conditionKeys/user-subscriptions.json,sha256=KJP6ElzcMsR7B41e7wMBOZrV7PBjL-yvmxiShpBsmSE,219
|
|
828
|
+
iamdata/data/conditionKeys/uxc.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
827
829
|
iamdata/data/conditionKeys/vendor-insights.json,sha256=czK0ZdIV-Qn0wfQx1WfJpq-k-QnO95TJEZ553HqF0Kw,506
|
|
828
830
|
iamdata/data/conditionKeys/verified-access.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
829
831
|
iamdata/data/conditionKeys/verifiedpermissions.json,sha256=jiA_afWqChWCZFRSqtRhqJvFyLPaxcsANrzqzN2bos0,542
|
|
@@ -895,7 +897,7 @@ iamdata/data/resourceTypes/backup.json,sha256=nwoT2rxkj-jrpmULliowEmJ_6x4YeThYmf
|
|
|
895
897
|
iamdata/data/resourceTypes/batch.json,sha256=myIDeOX1B_WycacLBdpRgAlcoK_AHGLZjQY1NGmgiyc,1446
|
|
896
898
|
iamdata/data/resourceTypes/bcm-data-exports.json,sha256=5Jil-UVWkQINsKJkWy5PpMoXI7HiNPf8lb53LVBBY64,321
|
|
897
899
|
iamdata/data/resourceTypes/bcm-pricing-calculator.json,sha256=jAYHtG1roOv1O6m6BjcykQLCap-bbnBz1WstYh9nUvE,498
|
|
898
|
-
iamdata/data/resourceTypes/bedrock.json,sha256=
|
|
900
|
+
iamdata/data/resourceTypes/bedrock.json,sha256=WCXpbfmDRTMGjMHc2aoq3BWW3WbjML04ZNXQtwgOjDM,6135
|
|
899
901
|
iamdata/data/resourceTypes/billing.json,sha256=_y-NnOVGb0KiWk-EPB3ZPn3XvHItwNqdtuJVk5A3tno,192
|
|
900
902
|
iamdata/data/resourceTypes/billingconductor.json,sha256=dBLsY3HHFndLmp4DONXNaH-X60Mr7x9a0QAy3O9p26o,826
|
|
901
903
|
iamdata/data/resourceTypes/braket.json,sha256=5yA6ILtuPmcUh5cn3dkvzGstgYy4ClSRcybGd6pFDYo,372
|
|
@@ -982,7 +984,7 @@ iamdata/data/resourceTypes/ecr-public.json,sha256=KUpluHsdDXNerckt6wv1xdwB9rcazj
|
|
|
982
984
|
iamdata/data/resourceTypes/ecr.json,sha256=2MdA0kDOXNwmzmZy7wX5d4w46KicgEnKCnNi6a-zCi4,233
|
|
983
985
|
iamdata/data/resourceTypes/ecs.json,sha256=phpWGrE5fBUzi7wcc5zw2gQlod8A0-N1cf_QVXK94TU,2332
|
|
984
986
|
iamdata/data/resourceTypes/eks-auth.json,sha256=1lKDxW4xgAvQQbjrveSKcY0Sl88bDDutDkGwAnAKk9A,186
|
|
985
|
-
iamdata/data/resourceTypes/eks.json,sha256=
|
|
987
|
+
iamdata/data/resourceTypes/eks.json,sha256=ijBBH_3OVoWrCDQaz4KmLl0m4IjY4BJ2jRCU1zci_js,2322
|
|
986
988
|
iamdata/data/resourceTypes/elasticache.json,sha256=5ob4qSIyMJZ_OV9RglSERxWTPNJO9KXpfRFHkT79SPQ,5029
|
|
987
989
|
iamdata/data/resourceTypes/elasticbeanstalk.json,sha256=9dMbfo13OtRy-3OlTUwN_1MVOcLMgLysMT27otU-Aek,1361
|
|
988
990
|
iamdata/data/resourceTypes/elasticfilesystem.json,sha256=D2fSakKHW83xRIQFkPc2NlmuoP4xrurWOPFXclLcTxM,428
|
|
@@ -1243,6 +1245,7 @@ iamdata/data/resourceTypes/translate.json,sha256=_IaITYNJkEPKT0K_TU2B4Fk75AiOxiq
|
|
|
1243
1245
|
iamdata/data/resourceTypes/trustedadvisor.json,sha256=jaen-kUaoPbEXSh3S3E7nbnzQVQkoE_jMyhY9CglYvc,142
|
|
1244
1246
|
iamdata/data/resourceTypes/ts.json,sha256=ENql7TaKgHFZzzjYQEASEjYy6V90Qm6fzXYvvmEnycI,291
|
|
1245
1247
|
iamdata/data/resourceTypes/user-subscriptions.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1248
|
+
iamdata/data/resourceTypes/uxc.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1246
1249
|
iamdata/data/resourceTypes/vendor-insights.json,sha256=pRahPHaE_3h1ZQZV-6qoz6Vmg17CISdqj6TulNvA9fE,499
|
|
1247
1250
|
iamdata/data/resourceTypes/verified-access.json,sha256=RBNvo1WzZ4oRRq0W9-hknpT7T8If536DEMBg9hyq_4o,2
|
|
1248
1251
|
iamdata/data/resourceTypes/verifiedpermissions.json,sha256=GGQ_zt02YURgAgAwZn2hJbpYrOGCmPDu6sg6laJXbLY,210
|
|
@@ -1268,7 +1271,7 @@ iamdata/tests/actions.py,sha256=cg2f1KPOzBYvGf7kJC9OokOo9oP_hS55tvt0_UKZVMw,1071
|
|
|
1268
1271
|
iamdata/tests/conditions.py,sha256=YbQZ_V7zQh4FkCp2wCBjw_NmNMVmwtcLAQrN7Iw2uJ0,1250
|
|
1269
1272
|
iamdata/tests/resources.py,sha256=I9N-PHtu1wjrB-y9kBTvb1lFnvsDb03EipHRj2nIQl4,1177
|
|
1270
1273
|
iamdata/tests/services.py,sha256=Kj1EQ9AeHHXYifvnybdH83xafXTxgYFt40KUghP_B8I,1016
|
|
1271
|
-
iamdata-0.1.
|
|
1272
|
-
iamdata-0.1.
|
|
1273
|
-
iamdata-0.1.
|
|
1274
|
-
iamdata-0.1.
|
|
1274
|
+
iamdata-0.1.202505241.dist-info/METADATA,sha256=2DGFZC0aD2A1Hlh5PYpid4FWMNcO4m7j5TZlepwZymk,3491
|
|
1275
|
+
iamdata-0.1.202505241.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
1276
|
+
iamdata-0.1.202505241.dist-info/licenses/LICENSE.txt,sha256=f7okslHWZM8fVIaucefW0FUlap5UxIqOrAWqzSCoeZA,1069
|
|
1277
|
+
iamdata-0.1.202505241.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|