@cloud-copilot/iam-data 0.9.202505211 → 0.9.202505241
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.
- package/data/actions/aps.json +68 -0
- package/data/actions/bedrock.json +185 -5
- package/data/actions/cloudwatch.json +8 -0
- package/data/actions/connect.json +4 -1
- package/data/actions/databrew.json +14 -7
- package/data/actions/dsql.json +83 -26
- package/data/actions/eks.json +48 -0
- package/data/actions/iotfleetwise.json +0 -63
- package/data/actions/medical-imaging.json +15 -0
- package/data/actions/qapps.json +0 -78
- package/data/actions/rds.json +16 -7
- package/data/actions/uxc.json +26 -0
- package/data/conditionKeys/connect.json +10 -0
- package/data/conditionKeys/uxc.json +1 -0
- package/data/resourceTypes/bedrock.json +20 -3
- package/data/resourceTypes/eks.json +7 -0
- package/data/resourceTypes/uxc.json +1 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
package/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
|
},
|
package/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",
|
package/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",
|
package/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",
|
package/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
|
+
{}
|
|
@@ -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
|
+
{}
|
package/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",
|
package/data/services.json
CHANGED
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202505241",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-05-
|
|
6
|
+
"updatedAt": "2025-05-24T04:47:58.397Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|