@cloud-copilot/iam-data 0.19.202604301 → 0.19.202605021
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/agentaccess-mcp.json +152 -0
- package/data/actions/application-signals-mcp.json +32 -0
- package/data/actions/bedrock-agentcore.json +338 -0
- package/data/actions/cloudwatch.json +58 -1
- package/data/actions/payment-cryptography.json +101 -1
- package/data/conditionKeys/agentaccess-mcp.json +7 -0
- package/data/conditionKeys/application-signals-mcp.json +7 -0
- package/data/conditionKeys/iottwinmaker.json +2 -2
- package/data/conditionKeys/payment-cryptography.json +1 -1
- package/data/resourceTypes/agentaccess-mcp.json +1 -0
- package/data/resourceTypes/aidevops.json +1 -1
- package/data/resourceTypes/application-signals-mcp.json +9 -0
- package/data/resourceTypes/bedrock-agentcore.json +16 -0
- package/data/resourceTypes/cloudwatch.json +4 -1
- package/data/resourceTypes/payment-cryptography.json +7 -0
- package/data/serviceNames.json +2 -0
- package/data/services.json +2 -0
- package/package.json +2 -2
|
@@ -0,0 +1,152 @@
|
|
|
1
|
+
{
|
|
2
|
+
"doubleclick": {
|
|
3
|
+
"name": "DoubleClick",
|
|
4
|
+
"description": "Grants permission to perform double click at coordinates",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [
|
|
8
|
+
"agentaccess-mcp:StackArn"
|
|
9
|
+
],
|
|
10
|
+
"dependentActions": []
|
|
11
|
+
},
|
|
12
|
+
"getscreenshot": {
|
|
13
|
+
"name": "GetScreenshot",
|
|
14
|
+
"description": "Grants permission to capture screen state",
|
|
15
|
+
"accessLevel": "Read",
|
|
16
|
+
"resourceTypes": [],
|
|
17
|
+
"conditionKeys": [
|
|
18
|
+
"agentaccess-mcp:StackArn"
|
|
19
|
+
],
|
|
20
|
+
"dependentActions": []
|
|
21
|
+
},
|
|
22
|
+
"holdkey": {
|
|
23
|
+
"name": "HoldKey",
|
|
24
|
+
"description": "Grants permission to hold key down",
|
|
25
|
+
"accessLevel": "Write",
|
|
26
|
+
"resourceTypes": [],
|
|
27
|
+
"conditionKeys": [
|
|
28
|
+
"agentaccess-mcp:StackArn"
|
|
29
|
+
],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
32
|
+
"invokemcp": {
|
|
33
|
+
"name": "InvokeMcp",
|
|
34
|
+
"description": "Grants permission to initialize sessions and discover tools",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [],
|
|
37
|
+
"conditionKeys": [
|
|
38
|
+
"agentaccess-mcp:StackArn"
|
|
39
|
+
],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
},
|
|
42
|
+
"keypress": {
|
|
43
|
+
"name": "KeyPress",
|
|
44
|
+
"description": "Grants permission to press key or key combination",
|
|
45
|
+
"accessLevel": "Write",
|
|
46
|
+
"resourceTypes": [],
|
|
47
|
+
"conditionKeys": [
|
|
48
|
+
"agentaccess-mcp:StackArn"
|
|
49
|
+
],
|
|
50
|
+
"dependentActions": []
|
|
51
|
+
},
|
|
52
|
+
"leftclick": {
|
|
53
|
+
"name": "LeftClick",
|
|
54
|
+
"description": "Grants permission to perform left mouse click at coordinates",
|
|
55
|
+
"accessLevel": "Write",
|
|
56
|
+
"resourceTypes": [],
|
|
57
|
+
"conditionKeys": [
|
|
58
|
+
"agentaccess-mcp:StackArn"
|
|
59
|
+
],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
62
|
+
"leftclickdrag": {
|
|
63
|
+
"name": "LeftClickDrag",
|
|
64
|
+
"description": "Grants permission to click and drag between coordinates",
|
|
65
|
+
"accessLevel": "Write",
|
|
66
|
+
"resourceTypes": [],
|
|
67
|
+
"conditionKeys": [
|
|
68
|
+
"agentaccess-mcp:StackArn"
|
|
69
|
+
],
|
|
70
|
+
"dependentActions": []
|
|
71
|
+
},
|
|
72
|
+
"leftmousedown": {
|
|
73
|
+
"name": "LeftMouseDown",
|
|
74
|
+
"description": "Grants permission to press and hold left mouse button",
|
|
75
|
+
"accessLevel": "Write",
|
|
76
|
+
"resourceTypes": [],
|
|
77
|
+
"conditionKeys": [
|
|
78
|
+
"agentaccess-mcp:StackArn"
|
|
79
|
+
],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
},
|
|
82
|
+
"leftmouseup": {
|
|
83
|
+
"name": "LeftMouseUp",
|
|
84
|
+
"description": "Grants permission to release left mouse button",
|
|
85
|
+
"accessLevel": "Write",
|
|
86
|
+
"resourceTypes": [],
|
|
87
|
+
"conditionKeys": [
|
|
88
|
+
"agentaccess-mcp:StackArn"
|
|
89
|
+
],
|
|
90
|
+
"dependentActions": []
|
|
91
|
+
},
|
|
92
|
+
"middleclick": {
|
|
93
|
+
"name": "MiddleClick",
|
|
94
|
+
"description": "Grants permission to perform middle mouse click at coordinates",
|
|
95
|
+
"accessLevel": "Write",
|
|
96
|
+
"resourceTypes": [],
|
|
97
|
+
"conditionKeys": [
|
|
98
|
+
"agentaccess-mcp:StackArn"
|
|
99
|
+
],
|
|
100
|
+
"dependentActions": []
|
|
101
|
+
},
|
|
102
|
+
"movepointer": {
|
|
103
|
+
"name": "MovePointer",
|
|
104
|
+
"description": "Grants permission to move cursor to coordinates",
|
|
105
|
+
"accessLevel": "Write",
|
|
106
|
+
"resourceTypes": [],
|
|
107
|
+
"conditionKeys": [
|
|
108
|
+
"agentaccess-mcp:StackArn"
|
|
109
|
+
],
|
|
110
|
+
"dependentActions": []
|
|
111
|
+
},
|
|
112
|
+
"rightclick": {
|
|
113
|
+
"name": "RightClick",
|
|
114
|
+
"description": "Grants permission to perform right mouse click at coordinates",
|
|
115
|
+
"accessLevel": "Write",
|
|
116
|
+
"resourceTypes": [],
|
|
117
|
+
"conditionKeys": [
|
|
118
|
+
"agentaccess-mcp:StackArn"
|
|
119
|
+
],
|
|
120
|
+
"dependentActions": []
|
|
121
|
+
},
|
|
122
|
+
"scroll": {
|
|
123
|
+
"name": "Scroll",
|
|
124
|
+
"description": "Grants permission to scroll in any direction",
|
|
125
|
+
"accessLevel": "Write",
|
|
126
|
+
"resourceTypes": [],
|
|
127
|
+
"conditionKeys": [
|
|
128
|
+
"agentaccess-mcp:StackArn"
|
|
129
|
+
],
|
|
130
|
+
"dependentActions": []
|
|
131
|
+
},
|
|
132
|
+
"tripleclick": {
|
|
133
|
+
"name": "TripleClick",
|
|
134
|
+
"description": "Grants permission to perform triple click at coordinates",
|
|
135
|
+
"accessLevel": "Write",
|
|
136
|
+
"resourceTypes": [],
|
|
137
|
+
"conditionKeys": [
|
|
138
|
+
"agentaccess-mcp:StackArn"
|
|
139
|
+
],
|
|
140
|
+
"dependentActions": []
|
|
141
|
+
},
|
|
142
|
+
"typetext": {
|
|
143
|
+
"name": "TypeText",
|
|
144
|
+
"description": "Grants permission to type text string",
|
|
145
|
+
"accessLevel": "Write",
|
|
146
|
+
"resourceTypes": [],
|
|
147
|
+
"conditionKeys": [
|
|
148
|
+
"agentaccess-mcp:StackArn"
|
|
149
|
+
],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
}
|
|
152
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"callreadonlytool": {
|
|
3
|
+
"name": "CallReadOnlyTool",
|
|
4
|
+
"description": "Grants permission to invoke read-only Application Signals MCP tools (list_monitored_services, get_service_detail, query_service_metrics, list_service_operations, get_slo, list_slos, search_transaction_spans, query_sampled_traces, list_slis, get_enablement_guide, list_change_events, list_group_services, audit_group_health, get_group_dependencies, get_group_changes, list_grouping_attribute_definitions, audit_services, audit_slos, audit_service_operations, analyze_canary_failures)",
|
|
5
|
+
"accessLevel": "Read",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "mcp-server",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"invokemcp": {
|
|
18
|
+
"name": "InvokeMcp",
|
|
19
|
+
"description": "Grants permission to connect to and interact with the Application Signals MCP server (initialize, list tools, list resources, list prompts)",
|
|
20
|
+
"accessLevel": "Read",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "mcp-server",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
}
|
|
32
|
+
}
|
|
@@ -142,6 +142,16 @@
|
|
|
142
142
|
"conditionKeys": [],
|
|
143
143
|
"dependentActions": []
|
|
144
144
|
},
|
|
145
|
+
"createabtest": {
|
|
146
|
+
"name": "CreateABTest",
|
|
147
|
+
"description": "Grants permission to create an A/B test",
|
|
148
|
+
"accessLevel": "Write",
|
|
149
|
+
"resourceTypes": [],
|
|
150
|
+
"conditionKeys": [],
|
|
151
|
+
"dependentActions": [
|
|
152
|
+
"iam:PassRole"
|
|
153
|
+
]
|
|
154
|
+
},
|
|
145
155
|
"createagentruntime": {
|
|
146
156
|
"name": "CreateAgentRuntime",
|
|
147
157
|
"description": "Grants permission to create a new agent runtime",
|
|
@@ -237,6 +247,14 @@
|
|
|
237
247
|
],
|
|
238
248
|
"dependentActions": []
|
|
239
249
|
},
|
|
250
|
+
"createconfigurationbundle": {
|
|
251
|
+
"name": "CreateConfigurationBundle",
|
|
252
|
+
"description": "Grants permission to create a new configuration bundle",
|
|
253
|
+
"accessLevel": "Write",
|
|
254
|
+
"resourceTypes": [],
|
|
255
|
+
"conditionKeys": [],
|
|
256
|
+
"dependentActions": []
|
|
257
|
+
},
|
|
240
258
|
"createevaluator": {
|
|
241
259
|
"name": "CreateEvaluator",
|
|
242
260
|
"description": "Grants permission to create a new evaluator",
|
|
@@ -280,6 +298,21 @@
|
|
|
280
298
|
"iam:PassRole"
|
|
281
299
|
]
|
|
282
300
|
},
|
|
301
|
+
"creategatewayrule": {
|
|
302
|
+
"name": "CreateGatewayRule",
|
|
303
|
+
"description": "Grants permission to create a new rule in an existing gateway",
|
|
304
|
+
"accessLevel": "Write",
|
|
305
|
+
"resourceTypes": [
|
|
306
|
+
{
|
|
307
|
+
"name": "gateway",
|
|
308
|
+
"required": true,
|
|
309
|
+
"conditionKeys": [],
|
|
310
|
+
"dependentActions": []
|
|
311
|
+
}
|
|
312
|
+
],
|
|
313
|
+
"conditionKeys": [],
|
|
314
|
+
"dependentActions": []
|
|
315
|
+
},
|
|
283
316
|
"creategatewaytarget": {
|
|
284
317
|
"name": "CreateGatewayTarget",
|
|
285
318
|
"description": "Grants permission to create a new target in an existing gateway",
|
|
@@ -432,6 +465,21 @@
|
|
|
432
465
|
],
|
|
433
466
|
"dependentActions": []
|
|
434
467
|
},
|
|
468
|
+
"deleteabtest": {
|
|
469
|
+
"name": "DeleteABTest",
|
|
470
|
+
"description": "Grants permission to delete an A/B test",
|
|
471
|
+
"accessLevel": "Write",
|
|
472
|
+
"resourceTypes": [
|
|
473
|
+
{
|
|
474
|
+
"name": "ab-test",
|
|
475
|
+
"required": true,
|
|
476
|
+
"conditionKeys": [],
|
|
477
|
+
"dependentActions": []
|
|
478
|
+
}
|
|
479
|
+
],
|
|
480
|
+
"conditionKeys": [],
|
|
481
|
+
"dependentActions": []
|
|
482
|
+
},
|
|
435
483
|
"deleteagentruntime": {
|
|
436
484
|
"name": "DeleteAgentRuntime",
|
|
437
485
|
"description": "Grants permission to delete an agent runtime",
|
|
@@ -489,6 +537,21 @@
|
|
|
489
537
|
"conditionKeys": [],
|
|
490
538
|
"dependentActions": []
|
|
491
539
|
},
|
|
540
|
+
"deletebatchevaluation": {
|
|
541
|
+
"name": "DeleteBatchEvaluation",
|
|
542
|
+
"description": "Grants permission to delete a batch evaluation",
|
|
543
|
+
"accessLevel": "Write",
|
|
544
|
+
"resourceTypes": [
|
|
545
|
+
{
|
|
546
|
+
"name": "batch-evaluate",
|
|
547
|
+
"required": true,
|
|
548
|
+
"conditionKeys": [],
|
|
549
|
+
"dependentActions": []
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"conditionKeys": [],
|
|
553
|
+
"dependentActions": []
|
|
554
|
+
},
|
|
492
555
|
"deletebrowser": {
|
|
493
556
|
"name": "DeleteBrowser",
|
|
494
557
|
"description": "Grants permission to delete a custom browser",
|
|
@@ -534,6 +597,21 @@
|
|
|
534
597
|
"conditionKeys": [],
|
|
535
598
|
"dependentActions": []
|
|
536
599
|
},
|
|
600
|
+
"deleteconfigurationbundle": {
|
|
601
|
+
"name": "DeleteConfigurationBundle",
|
|
602
|
+
"description": "Grants permission to delete a configuration bundle",
|
|
603
|
+
"accessLevel": "Write",
|
|
604
|
+
"resourceTypes": [
|
|
605
|
+
{
|
|
606
|
+
"name": "configuration-bundle",
|
|
607
|
+
"required": true,
|
|
608
|
+
"conditionKeys": [],
|
|
609
|
+
"dependentActions": []
|
|
610
|
+
}
|
|
611
|
+
],
|
|
612
|
+
"conditionKeys": [],
|
|
613
|
+
"dependentActions": []
|
|
614
|
+
},
|
|
537
615
|
"deleteevaluator": {
|
|
538
616
|
"name": "DeleteEvaluator",
|
|
539
617
|
"description": "Grants permission to delete an evaluator",
|
|
@@ -582,6 +660,21 @@
|
|
|
582
660
|
"conditionKeys": [],
|
|
583
661
|
"dependentActions": []
|
|
584
662
|
},
|
|
663
|
+
"deletegatewayrule": {
|
|
664
|
+
"name": "DeleteGatewayRule",
|
|
665
|
+
"description": "Grants permission to delete an existing gateway rule",
|
|
666
|
+
"accessLevel": "Write",
|
|
667
|
+
"resourceTypes": [
|
|
668
|
+
{
|
|
669
|
+
"name": "gateway",
|
|
670
|
+
"required": true,
|
|
671
|
+
"conditionKeys": [],
|
|
672
|
+
"dependentActions": []
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"conditionKeys": [],
|
|
676
|
+
"dependentActions": []
|
|
677
|
+
},
|
|
585
678
|
"deletegatewaytarget": {
|
|
586
679
|
"name": "DeleteGatewayTarget",
|
|
587
680
|
"description": "Grants permission to delete an existing gateway target",
|
|
@@ -718,6 +811,21 @@
|
|
|
718
811
|
"conditionKeys": [],
|
|
719
812
|
"dependentActions": []
|
|
720
813
|
},
|
|
814
|
+
"deleterecommendation": {
|
|
815
|
+
"name": "DeleteRecommendation",
|
|
816
|
+
"description": "Grants permission to delete a recommendation",
|
|
817
|
+
"accessLevel": "Write",
|
|
818
|
+
"resourceTypes": [
|
|
819
|
+
{
|
|
820
|
+
"name": "recommendation",
|
|
821
|
+
"required": true,
|
|
822
|
+
"conditionKeys": [],
|
|
823
|
+
"dependentActions": []
|
|
824
|
+
}
|
|
825
|
+
],
|
|
826
|
+
"conditionKeys": [],
|
|
827
|
+
"dependentActions": []
|
|
828
|
+
},
|
|
721
829
|
"deleteregistry": {
|
|
722
830
|
"name": "DeleteRegistry",
|
|
723
831
|
"description": "Grants permission to delete an existing registry",
|
|
@@ -811,6 +919,21 @@
|
|
|
811
919
|
"conditionKeys": [],
|
|
812
920
|
"dependentActions": []
|
|
813
921
|
},
|
|
922
|
+
"getabtest": {
|
|
923
|
+
"name": "GetABTest",
|
|
924
|
+
"description": "Grants permission to get details of an A/B test",
|
|
925
|
+
"accessLevel": "Read",
|
|
926
|
+
"resourceTypes": [
|
|
927
|
+
{
|
|
928
|
+
"name": "ab-test",
|
|
929
|
+
"required": true,
|
|
930
|
+
"conditionKeys": [],
|
|
931
|
+
"dependentActions": []
|
|
932
|
+
}
|
|
933
|
+
],
|
|
934
|
+
"conditionKeys": [],
|
|
935
|
+
"dependentActions": []
|
|
936
|
+
},
|
|
814
937
|
"getagentcard": {
|
|
815
938
|
"name": "GetAgentCard",
|
|
816
939
|
"description": "Grants permission to retrieve an agent card for A2A",
|
|
@@ -889,6 +1012,21 @@
|
|
|
889
1012
|
"conditionKeys": [],
|
|
890
1013
|
"dependentActions": []
|
|
891
1014
|
},
|
|
1015
|
+
"getbatchevaluation": {
|
|
1016
|
+
"name": "GetBatchEvaluation",
|
|
1017
|
+
"description": "Grants permission to get details of a batch evaluation",
|
|
1018
|
+
"accessLevel": "Read",
|
|
1019
|
+
"resourceTypes": [
|
|
1020
|
+
{
|
|
1021
|
+
"name": "batch-evaluate",
|
|
1022
|
+
"required": true,
|
|
1023
|
+
"conditionKeys": [],
|
|
1024
|
+
"dependentActions": []
|
|
1025
|
+
}
|
|
1026
|
+
],
|
|
1027
|
+
"conditionKeys": [],
|
|
1028
|
+
"dependentActions": []
|
|
1029
|
+
},
|
|
892
1030
|
"getbrowser": {
|
|
893
1031
|
"name": "GetBrowser",
|
|
894
1032
|
"description": "Grants permission to get details of a browser",
|
|
@@ -976,6 +1114,36 @@
|
|
|
976
1114
|
"conditionKeys": [],
|
|
977
1115
|
"dependentActions": []
|
|
978
1116
|
},
|
|
1117
|
+
"getconfigurationbundle": {
|
|
1118
|
+
"name": "GetConfigurationBundle",
|
|
1119
|
+
"description": "Grants permission to get details of a configuration bundle",
|
|
1120
|
+
"accessLevel": "Read",
|
|
1121
|
+
"resourceTypes": [
|
|
1122
|
+
{
|
|
1123
|
+
"name": "configuration-bundle",
|
|
1124
|
+
"required": true,
|
|
1125
|
+
"conditionKeys": [],
|
|
1126
|
+
"dependentActions": []
|
|
1127
|
+
}
|
|
1128
|
+
],
|
|
1129
|
+
"conditionKeys": [],
|
|
1130
|
+
"dependentActions": []
|
|
1131
|
+
},
|
|
1132
|
+
"getconfigurationbundleversion": {
|
|
1133
|
+
"name": "GetConfigurationBundleVersion",
|
|
1134
|
+
"description": "Grants permission to get a specific version of a configuration bundle",
|
|
1135
|
+
"accessLevel": "Read",
|
|
1136
|
+
"resourceTypes": [
|
|
1137
|
+
{
|
|
1138
|
+
"name": "configuration-bundle",
|
|
1139
|
+
"required": true,
|
|
1140
|
+
"conditionKeys": [],
|
|
1141
|
+
"dependentActions": []
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"conditionKeys": [],
|
|
1145
|
+
"dependentActions": []
|
|
1146
|
+
},
|
|
979
1147
|
"getevaluator": {
|
|
980
1148
|
"name": "GetEvaluator",
|
|
981
1149
|
"description": "Grants permission to get details of an evaluator",
|
|
@@ -1024,6 +1192,21 @@
|
|
|
1024
1192
|
"conditionKeys": [],
|
|
1025
1193
|
"dependentActions": []
|
|
1026
1194
|
},
|
|
1195
|
+
"getgatewayrule": {
|
|
1196
|
+
"name": "GetGatewayRule",
|
|
1197
|
+
"description": "Grants permission to retrieve an existing gateway rule",
|
|
1198
|
+
"accessLevel": "Read",
|
|
1199
|
+
"resourceTypes": [
|
|
1200
|
+
{
|
|
1201
|
+
"name": "gateway",
|
|
1202
|
+
"required": true,
|
|
1203
|
+
"conditionKeys": [],
|
|
1204
|
+
"dependentActions": []
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"conditionKeys": [],
|
|
1208
|
+
"dependentActions": []
|
|
1209
|
+
},
|
|
1027
1210
|
"getgatewaytarget": {
|
|
1028
1211
|
"name": "GetGatewayTarget",
|
|
1029
1212
|
"description": "Grants permission to retrieve an existing gateway target",
|
|
@@ -1177,6 +1360,21 @@
|
|
|
1177
1360
|
"conditionKeys": [],
|
|
1178
1361
|
"dependentActions": []
|
|
1179
1362
|
},
|
|
1363
|
+
"getrecommendation": {
|
|
1364
|
+
"name": "GetRecommendation",
|
|
1365
|
+
"description": "Grants permission to get details of a recommendation",
|
|
1366
|
+
"accessLevel": "Read",
|
|
1367
|
+
"resourceTypes": [
|
|
1368
|
+
{
|
|
1369
|
+
"name": "recommendation",
|
|
1370
|
+
"required": true,
|
|
1371
|
+
"conditionKeys": [],
|
|
1372
|
+
"dependentActions": []
|
|
1373
|
+
}
|
|
1374
|
+
],
|
|
1375
|
+
"conditionKeys": [],
|
|
1376
|
+
"dependentActions": []
|
|
1377
|
+
},
|
|
1180
1378
|
"getregistry": {
|
|
1181
1379
|
"name": "GetRegistry",
|
|
1182
1380
|
"description": "Grants permission to retrieve an existing registry",
|
|
@@ -1581,6 +1779,14 @@
|
|
|
1581
1779
|
"conditionKeys": [],
|
|
1582
1780
|
"dependentActions": []
|
|
1583
1781
|
},
|
|
1782
|
+
"listabtests": {
|
|
1783
|
+
"name": "ListABTests",
|
|
1784
|
+
"description": "Grants permission to list A/B tests",
|
|
1785
|
+
"accessLevel": "List",
|
|
1786
|
+
"resourceTypes": [],
|
|
1787
|
+
"conditionKeys": [],
|
|
1788
|
+
"dependentActions": []
|
|
1789
|
+
},
|
|
1584
1790
|
"listactors": {
|
|
1585
1791
|
"name": "ListActors",
|
|
1586
1792
|
"description": "Grants permission to list Actors",
|
|
@@ -1641,6 +1847,14 @@
|
|
|
1641
1847
|
"conditionKeys": [],
|
|
1642
1848
|
"dependentActions": []
|
|
1643
1849
|
},
|
|
1850
|
+
"listbatchevaluations": {
|
|
1851
|
+
"name": "ListBatchEvaluations",
|
|
1852
|
+
"description": "Grants permission to list batch evaluations",
|
|
1853
|
+
"accessLevel": "List",
|
|
1854
|
+
"resourceTypes": [],
|
|
1855
|
+
"conditionKeys": [],
|
|
1856
|
+
"dependentActions": []
|
|
1857
|
+
},
|
|
1644
1858
|
"listbrowserprofiles": {
|
|
1645
1859
|
"name": "ListBrowserProfiles",
|
|
1646
1860
|
"description": "Grants permission to list browser profiles",
|
|
@@ -1694,6 +1908,29 @@
|
|
|
1694
1908
|
"conditionKeys": [],
|
|
1695
1909
|
"dependentActions": []
|
|
1696
1910
|
},
|
|
1911
|
+
"listconfigurationbundleversions": {
|
|
1912
|
+
"name": "ListConfigurationBundleVersions",
|
|
1913
|
+
"description": "Grants permission to list versions of a configuration bundle",
|
|
1914
|
+
"accessLevel": "List",
|
|
1915
|
+
"resourceTypes": [
|
|
1916
|
+
{
|
|
1917
|
+
"name": "configuration-bundle",
|
|
1918
|
+
"required": true,
|
|
1919
|
+
"conditionKeys": [],
|
|
1920
|
+
"dependentActions": []
|
|
1921
|
+
}
|
|
1922
|
+
],
|
|
1923
|
+
"conditionKeys": [],
|
|
1924
|
+
"dependentActions": []
|
|
1925
|
+
},
|
|
1926
|
+
"listconfigurationbundles": {
|
|
1927
|
+
"name": "ListConfigurationBundles",
|
|
1928
|
+
"description": "Grants permission to list configuration bundles",
|
|
1929
|
+
"accessLevel": "List",
|
|
1930
|
+
"resourceTypes": [],
|
|
1931
|
+
"conditionKeys": [],
|
|
1932
|
+
"dependentActions": []
|
|
1933
|
+
},
|
|
1697
1934
|
"listevaluators": {
|
|
1698
1935
|
"name": "ListEvaluators",
|
|
1699
1936
|
"description": "Grants permission to list evaluators",
|
|
@@ -1720,6 +1957,21 @@
|
|
|
1720
1957
|
],
|
|
1721
1958
|
"dependentActions": []
|
|
1722
1959
|
},
|
|
1960
|
+
"listgatewayrules": {
|
|
1961
|
+
"name": "ListGatewayRules",
|
|
1962
|
+
"description": "Grants permission to list existing gateway rules",
|
|
1963
|
+
"accessLevel": "List",
|
|
1964
|
+
"resourceTypes": [
|
|
1965
|
+
{
|
|
1966
|
+
"name": "gateway",
|
|
1967
|
+
"required": true,
|
|
1968
|
+
"conditionKeys": [],
|
|
1969
|
+
"dependentActions": []
|
|
1970
|
+
}
|
|
1971
|
+
],
|
|
1972
|
+
"conditionKeys": [],
|
|
1973
|
+
"dependentActions": []
|
|
1974
|
+
},
|
|
1723
1975
|
"listgatewaytargets": {
|
|
1724
1976
|
"name": "ListGatewayTargets",
|
|
1725
1977
|
"description": "Grants permission to list existing gateway targets",
|
|
@@ -1880,6 +2132,14 @@
|
|
|
1880
2132
|
"conditionKeys": [],
|
|
1881
2133
|
"dependentActions": []
|
|
1882
2134
|
},
|
|
2135
|
+
"listrecommendations": {
|
|
2136
|
+
"name": "ListRecommendations",
|
|
2137
|
+
"description": "Grants permission to list recommendations",
|
|
2138
|
+
"accessLevel": "List",
|
|
2139
|
+
"resourceTypes": [],
|
|
2140
|
+
"conditionKeys": [],
|
|
2141
|
+
"dependentActions": []
|
|
2142
|
+
},
|
|
1883
2143
|
"listregistries": {
|
|
1884
2144
|
"name": "ListRegistries",
|
|
1885
2145
|
"description": "Grants permission to list existing registries",
|
|
@@ -2189,6 +2449,14 @@
|
|
|
2189
2449
|
"conditionKeys": [],
|
|
2190
2450
|
"dependentActions": []
|
|
2191
2451
|
},
|
|
2452
|
+
"startbatchevaluation": {
|
|
2453
|
+
"name": "StartBatchEvaluation",
|
|
2454
|
+
"description": "Grants permission to start a batch evaluation",
|
|
2455
|
+
"accessLevel": "Write",
|
|
2456
|
+
"resourceTypes": [],
|
|
2457
|
+
"conditionKeys": [],
|
|
2458
|
+
"dependentActions": []
|
|
2459
|
+
},
|
|
2192
2460
|
"startbrowsersession": {
|
|
2193
2461
|
"name": "StartBrowserSession",
|
|
2194
2462
|
"description": "Grants permission to start a new browser session",
|
|
@@ -2271,6 +2539,29 @@
|
|
|
2271
2539
|
"conditionKeys": [],
|
|
2272
2540
|
"dependentActions": []
|
|
2273
2541
|
},
|
|
2542
|
+
"startrecommendation": {
|
|
2543
|
+
"name": "StartRecommendation",
|
|
2544
|
+
"description": "Grants permission to start a recommendation",
|
|
2545
|
+
"accessLevel": "Write",
|
|
2546
|
+
"resourceTypes": [],
|
|
2547
|
+
"conditionKeys": [],
|
|
2548
|
+
"dependentActions": []
|
|
2549
|
+
},
|
|
2550
|
+
"stopbatchevaluation": {
|
|
2551
|
+
"name": "StopBatchEvaluation",
|
|
2552
|
+
"description": "Grants permission to stop a batch evaluation",
|
|
2553
|
+
"accessLevel": "Write",
|
|
2554
|
+
"resourceTypes": [
|
|
2555
|
+
{
|
|
2556
|
+
"name": "batch-evaluate",
|
|
2557
|
+
"required": true,
|
|
2558
|
+
"conditionKeys": [],
|
|
2559
|
+
"dependentActions": []
|
|
2560
|
+
}
|
|
2561
|
+
],
|
|
2562
|
+
"conditionKeys": [],
|
|
2563
|
+
"dependentActions": []
|
|
2564
|
+
},
|
|
2274
2565
|
"stopbrowsersession": {
|
|
2275
2566
|
"name": "StopBrowserSession",
|
|
2276
2567
|
"description": "Grants permission to stop a browser session",
|
|
@@ -2568,6 +2859,23 @@
|
|
|
2568
2859
|
],
|
|
2569
2860
|
"dependentActions": []
|
|
2570
2861
|
},
|
|
2862
|
+
"updateabtest": {
|
|
2863
|
+
"name": "UpdateABTest",
|
|
2864
|
+
"description": "Grants permission to update an A/B test",
|
|
2865
|
+
"accessLevel": "Write",
|
|
2866
|
+
"resourceTypes": [
|
|
2867
|
+
{
|
|
2868
|
+
"name": "ab-test",
|
|
2869
|
+
"required": true,
|
|
2870
|
+
"conditionKeys": [],
|
|
2871
|
+
"dependentActions": []
|
|
2872
|
+
}
|
|
2873
|
+
],
|
|
2874
|
+
"conditionKeys": [],
|
|
2875
|
+
"dependentActions": [
|
|
2876
|
+
"iam:PassRole"
|
|
2877
|
+
]
|
|
2878
|
+
},
|
|
2571
2879
|
"updateagentruntime": {
|
|
2572
2880
|
"name": "UpdateAgentRuntime",
|
|
2573
2881
|
"description": "Grants permission to update an agent runtime",
|
|
@@ -2652,6 +2960,21 @@
|
|
|
2652
2960
|
"conditionKeys": [],
|
|
2653
2961
|
"dependentActions": []
|
|
2654
2962
|
},
|
|
2963
|
+
"updateconfigurationbundle": {
|
|
2964
|
+
"name": "UpdateConfigurationBundle",
|
|
2965
|
+
"description": "Grants permission to update a configuration bundle",
|
|
2966
|
+
"accessLevel": "Write",
|
|
2967
|
+
"resourceTypes": [
|
|
2968
|
+
{
|
|
2969
|
+
"name": "configuration-bundle",
|
|
2970
|
+
"required": true,
|
|
2971
|
+
"conditionKeys": [],
|
|
2972
|
+
"dependentActions": []
|
|
2973
|
+
}
|
|
2974
|
+
],
|
|
2975
|
+
"conditionKeys": [],
|
|
2976
|
+
"dependentActions": []
|
|
2977
|
+
},
|
|
2655
2978
|
"updateevaluator": {
|
|
2656
2979
|
"name": "UpdateEvaluator",
|
|
2657
2980
|
"description": "Grants permission to update an evaluator",
|
|
@@ -2684,6 +3007,21 @@
|
|
|
2684
3007
|
"iam:PassRole"
|
|
2685
3008
|
]
|
|
2686
3009
|
},
|
|
3010
|
+
"updategatewayrule": {
|
|
3011
|
+
"name": "UpdateGatewayRule",
|
|
3012
|
+
"description": "Grants permission to update an existing gateway rule",
|
|
3013
|
+
"accessLevel": "Write",
|
|
3014
|
+
"resourceTypes": [
|
|
3015
|
+
{
|
|
3016
|
+
"name": "gateway",
|
|
3017
|
+
"required": true,
|
|
3018
|
+
"conditionKeys": [],
|
|
3019
|
+
"dependentActions": []
|
|
3020
|
+
}
|
|
3021
|
+
],
|
|
3022
|
+
"conditionKeys": [],
|
|
3023
|
+
"dependentActions": []
|
|
3024
|
+
},
|
|
2687
3025
|
"updategatewaytarget": {
|
|
2688
3026
|
"name": "UpdateGatewayTarget",
|
|
2689
3027
|
"description": "Grants permission to update an existing gateway target",
|
|
@@ -22,6 +22,15 @@
|
|
|
22
22
|
"conditionKeys": [],
|
|
23
23
|
"dependentActions": []
|
|
24
24
|
},
|
|
25
|
+
"callwithbearertoken": {
|
|
26
|
+
"name": "CallWithBearerToken",
|
|
27
|
+
"isPermissionOnly": true,
|
|
28
|
+
"description": "Grants permission to make API calls to CloudWatch using bearer token authentication",
|
|
29
|
+
"accessLevel": "Write",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
25
34
|
"createservicelevelobjective": {
|
|
26
35
|
"name": "CreateServiceLevelObjective",
|
|
27
36
|
"description": "Grants permission to create a service level objective",
|
|
@@ -527,6 +536,12 @@
|
|
|
527
536
|
"conditionKeys": [],
|
|
528
537
|
"dependentActions": []
|
|
529
538
|
},
|
|
539
|
+
{
|
|
540
|
+
"name": "dashboard",
|
|
541
|
+
"required": false,
|
|
542
|
+
"conditionKeys": [],
|
|
543
|
+
"dependentActions": []
|
|
544
|
+
},
|
|
530
545
|
{
|
|
531
546
|
"name": "insight-rule",
|
|
532
547
|
"required": false,
|
|
@@ -561,6 +576,15 @@
|
|
|
561
576
|
}
|
|
562
577
|
]
|
|
563
578
|
},
|
|
579
|
+
{
|
|
580
|
+
"name": "CloudWatch-Dashboard",
|
|
581
|
+
"resourceTypes": [
|
|
582
|
+
{
|
|
583
|
+
"name": "dashboard",
|
|
584
|
+
"required": true
|
|
585
|
+
}
|
|
586
|
+
]
|
|
587
|
+
},
|
|
564
588
|
{
|
|
565
589
|
"name": "CloudWatch-InsightRule",
|
|
566
590
|
"resourceTypes": [
|
|
@@ -644,7 +668,10 @@
|
|
|
644
668
|
"dependentActions": []
|
|
645
669
|
}
|
|
646
670
|
],
|
|
647
|
-
"conditionKeys": [
|
|
671
|
+
"conditionKeys": [
|
|
672
|
+
"aws:RequestTag/${TagKey}",
|
|
673
|
+
"aws:TagKeys"
|
|
674
|
+
],
|
|
648
675
|
"dependentActions": []
|
|
649
676
|
},
|
|
650
677
|
"putinsightrule": {
|
|
@@ -805,6 +832,12 @@
|
|
|
805
832
|
"conditionKeys": [],
|
|
806
833
|
"dependentActions": []
|
|
807
834
|
},
|
|
835
|
+
{
|
|
836
|
+
"name": "dashboard",
|
|
837
|
+
"required": false,
|
|
838
|
+
"conditionKeys": [],
|
|
839
|
+
"dependentActions": []
|
|
840
|
+
},
|
|
808
841
|
{
|
|
809
842
|
"name": "insight-rule",
|
|
810
843
|
"required": false,
|
|
@@ -842,6 +875,15 @@
|
|
|
842
875
|
}
|
|
843
876
|
]
|
|
844
877
|
},
|
|
878
|
+
{
|
|
879
|
+
"name": "CloudWatch-Dashboard",
|
|
880
|
+
"resourceTypes": [
|
|
881
|
+
{
|
|
882
|
+
"name": "dashboard",
|
|
883
|
+
"required": true
|
|
884
|
+
}
|
|
885
|
+
]
|
|
886
|
+
},
|
|
845
887
|
{
|
|
846
888
|
"name": "CloudWatch-InsightRule",
|
|
847
889
|
"resourceTypes": [
|
|
@@ -879,6 +921,12 @@
|
|
|
879
921
|
"conditionKeys": [],
|
|
880
922
|
"dependentActions": []
|
|
881
923
|
},
|
|
924
|
+
{
|
|
925
|
+
"name": "dashboard",
|
|
926
|
+
"required": false,
|
|
927
|
+
"conditionKeys": [],
|
|
928
|
+
"dependentActions": []
|
|
929
|
+
},
|
|
882
930
|
{
|
|
883
931
|
"name": "insight-rule",
|
|
884
932
|
"required": false,
|
|
@@ -915,6 +963,15 @@
|
|
|
915
963
|
}
|
|
916
964
|
]
|
|
917
965
|
},
|
|
966
|
+
{
|
|
967
|
+
"name": "CloudWatch-Dashboard",
|
|
968
|
+
"resourceTypes": [
|
|
969
|
+
{
|
|
970
|
+
"name": "dashboard",
|
|
971
|
+
"required": true
|
|
972
|
+
}
|
|
973
|
+
]
|
|
974
|
+
},
|
|
918
975
|
{
|
|
919
976
|
"name": "CloudWatch-InsightRule",
|
|
920
977
|
"resourceTypes": [
|
|
@@ -22,6 +22,25 @@
|
|
|
22
22
|
],
|
|
23
23
|
"dependentActions": []
|
|
24
24
|
},
|
|
25
|
+
"associatempateam": {
|
|
26
|
+
"name": "AssociateMpaTeam",
|
|
27
|
+
"description": "Grants permission to associate an MPA approval team with a payment cryptography action",
|
|
28
|
+
"accessLevel": "Write",
|
|
29
|
+
"resourceTypes": [
|
|
30
|
+
{
|
|
31
|
+
"name": "approval-team",
|
|
32
|
+
"required": true,
|
|
33
|
+
"conditionKeys": [],
|
|
34
|
+
"dependentActions": []
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": [
|
|
39
|
+
"mpa:CancelSession",
|
|
40
|
+
"mpa:GetApprovalTeam",
|
|
41
|
+
"mpa:StartSession"
|
|
42
|
+
]
|
|
43
|
+
},
|
|
25
44
|
"createalias": {
|
|
26
45
|
"name": "CreateAlias",
|
|
27
46
|
"description": "Grants permission to create a user-friendly name for a Key",
|
|
@@ -109,7 +128,9 @@
|
|
|
109
128
|
"name": "key",
|
|
110
129
|
"required": true,
|
|
111
130
|
"conditionKeys": [],
|
|
112
|
-
"dependentActions": [
|
|
131
|
+
"dependentActions": [
|
|
132
|
+
"mpa:CancelSession"
|
|
133
|
+
]
|
|
113
134
|
}
|
|
114
135
|
],
|
|
115
136
|
"conditionKeys": [
|
|
@@ -117,6 +138,21 @@
|
|
|
117
138
|
],
|
|
118
139
|
"dependentActions": []
|
|
119
140
|
},
|
|
141
|
+
"deleteresourcepolicy": {
|
|
142
|
+
"name": "DeleteResourcePolicy",
|
|
143
|
+
"description": "Grants permission to delete the resource-based policy attached to a key",
|
|
144
|
+
"accessLevel": "Permissions management",
|
|
145
|
+
"resourceTypes": [
|
|
146
|
+
{
|
|
147
|
+
"name": "key",
|
|
148
|
+
"required": true,
|
|
149
|
+
"conditionKeys": [],
|
|
150
|
+
"dependentActions": []
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"conditionKeys": [],
|
|
154
|
+
"dependentActions": []
|
|
155
|
+
},
|
|
120
156
|
"disabledefaultkeyreplicationregions": {
|
|
121
157
|
"name": "DisableDefaultKeyReplicationRegions",
|
|
122
158
|
"description": "Grants permission to disable default key replication regions for account-level replication",
|
|
@@ -125,6 +161,24 @@
|
|
|
125
161
|
"conditionKeys": [],
|
|
126
162
|
"dependentActions": []
|
|
127
163
|
},
|
|
164
|
+
"disassociatempateam": {
|
|
165
|
+
"name": "DisassociateMpaTeam",
|
|
166
|
+
"description": "Grants permission to disassociate an MPA approval team from a payment cryptography action",
|
|
167
|
+
"accessLevel": "Write",
|
|
168
|
+
"resourceTypes": [
|
|
169
|
+
{
|
|
170
|
+
"name": "approval-team",
|
|
171
|
+
"required": true,
|
|
172
|
+
"conditionKeys": [],
|
|
173
|
+
"dependentActions": []
|
|
174
|
+
}
|
|
175
|
+
],
|
|
176
|
+
"conditionKeys": [],
|
|
177
|
+
"dependentActions": [
|
|
178
|
+
"mpa:CancelSession",
|
|
179
|
+
"mpa:StartSession"
|
|
180
|
+
]
|
|
181
|
+
},
|
|
128
182
|
"enabledefaultkeyreplicationregions": {
|
|
129
183
|
"name": "EnableDefaultKeyReplicationRegions",
|
|
130
184
|
"description": "Grants permission to enable default key replication regions for account-level replication",
|
|
@@ -362,6 +416,21 @@
|
|
|
362
416
|
],
|
|
363
417
|
"dependentActions": []
|
|
364
418
|
},
|
|
419
|
+
"getmpateamassociation": {
|
|
420
|
+
"name": "GetMpaTeamAssociation",
|
|
421
|
+
"description": "Grants permission to retrieve information about an MPA approval team association for a payment cryptography action",
|
|
422
|
+
"accessLevel": "Read",
|
|
423
|
+
"resourceTypes": [
|
|
424
|
+
{
|
|
425
|
+
"name": "approval-team",
|
|
426
|
+
"required": true,
|
|
427
|
+
"conditionKeys": [],
|
|
428
|
+
"dependentActions": []
|
|
429
|
+
}
|
|
430
|
+
],
|
|
431
|
+
"conditionKeys": [],
|
|
432
|
+
"dependentActions": []
|
|
433
|
+
},
|
|
365
434
|
"getparametersforexport": {
|
|
366
435
|
"name": "GetParametersForExport",
|
|
367
436
|
"description": "Grants permission to get the export token and the signing key certificate to initiate a TR-34 key export",
|
|
@@ -395,6 +464,21 @@
|
|
|
395
464
|
],
|
|
396
465
|
"dependentActions": []
|
|
397
466
|
},
|
|
467
|
+
"getresourcepolicy": {
|
|
468
|
+
"name": "GetResourcePolicy",
|
|
469
|
+
"description": "Grants permission to retrieve the resource-based policy attached to a key",
|
|
470
|
+
"accessLevel": "Read",
|
|
471
|
+
"resourceTypes": [
|
|
472
|
+
{
|
|
473
|
+
"name": "key",
|
|
474
|
+
"required": true,
|
|
475
|
+
"conditionKeys": [],
|
|
476
|
+
"dependentActions": []
|
|
477
|
+
}
|
|
478
|
+
],
|
|
479
|
+
"conditionKeys": [],
|
|
480
|
+
"dependentActions": []
|
|
481
|
+
},
|
|
398
482
|
"importkey": {
|
|
399
483
|
"name": "ImportKey",
|
|
400
484
|
"description": "Grants permission to imports keys and public key certificates",
|
|
@@ -408,6 +492,7 @@
|
|
|
408
492
|
"payment-cryptography:WrappingKeyIdentifier"
|
|
409
493
|
],
|
|
410
494
|
"dependentActions": [
|
|
495
|
+
"mpa:StartSession",
|
|
411
496
|
"payment-cryptography:TagResource"
|
|
412
497
|
]
|
|
413
498
|
},
|
|
@@ -442,6 +527,21 @@
|
|
|
442
527
|
"conditionKeys": [],
|
|
443
528
|
"dependentActions": []
|
|
444
529
|
},
|
|
530
|
+
"putresourcepolicy": {
|
|
531
|
+
"name": "PutResourcePolicy",
|
|
532
|
+
"description": "Grants permission to attach or replace a resource-based policy on a key",
|
|
533
|
+
"accessLevel": "Permissions management",
|
|
534
|
+
"resourceTypes": [
|
|
535
|
+
{
|
|
536
|
+
"name": "key",
|
|
537
|
+
"required": true,
|
|
538
|
+
"conditionKeys": [],
|
|
539
|
+
"dependentActions": []
|
|
540
|
+
}
|
|
541
|
+
],
|
|
542
|
+
"conditionKeys": [],
|
|
543
|
+
"dependentActions": []
|
|
544
|
+
},
|
|
445
545
|
"reencryptdata": {
|
|
446
546
|
"name": "ReEncryptData",
|
|
447
547
|
"description": "Grants permission to re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"iottwinmaker:destinationtype": {
|
|
18
18
|
"key": "iottwinmaker:destinationType",
|
|
19
19
|
"description": "Filters access by destination type of metadata transfer job",
|
|
20
|
-
"type": "
|
|
20
|
+
"type": "String"
|
|
21
21
|
},
|
|
22
22
|
"iottwinmaker:linkedservices": {
|
|
23
23
|
"key": "iottwinmaker:linkedServices",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"iottwinmaker:sourcetype": {
|
|
28
28
|
"key": "iottwinmaker:sourceType",
|
|
29
29
|
"description": "Filters access by source type of metadata transfer job",
|
|
30
|
-
"type": "
|
|
30
|
+
"type": "String"
|
|
31
31
|
}
|
|
32
32
|
}
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
},
|
|
22
22
|
"payment-cryptography:importkeymaterial": {
|
|
23
23
|
"key": "payment-cryptography:ImportKeyMaterial",
|
|
24
|
-
"description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock, DiffieHellmanTr31KeyBlock, As2805KeyCryptogram] for the ImportKey operation",
|
|
24
|
+
"description": "Filters access by the type of key material being imported [RootCertificatePublicKey, TrustedCertificatePublicKey, Tr34KeyBlock, Tr31KeyBlock, DiffieHellmanTr31KeyBlock, As2805KeyCryptogram, KeyCryptogram] for the ImportKey operation",
|
|
25
25
|
"type": "String"
|
|
26
26
|
},
|
|
27
27
|
"payment-cryptography:keyalgorithm": {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"associations": {
|
|
10
10
|
"key": "associations",
|
|
11
|
-
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/
|
|
11
|
+
"arn": "arn:${Partition}:aidevops:${Region}:${Account}:agentspace/${AgentSpaceId}/association/${AssociationId}"
|
|
12
12
|
},
|
|
13
13
|
"private-connection": {
|
|
14
14
|
"key": "private-connection",
|
|
@@ -131,5 +131,21 @@
|
|
|
131
131
|
"conditionKeys": [
|
|
132
132
|
"aws:ResourceTag/${TagKey}"
|
|
133
133
|
]
|
|
134
|
+
},
|
|
135
|
+
"batch-evaluate": {
|
|
136
|
+
"key": "batch-evaluate",
|
|
137
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:batch-evaluate/${BatchEvaluationId}"
|
|
138
|
+
},
|
|
139
|
+
"ab-test": {
|
|
140
|
+
"key": "ab-test",
|
|
141
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:ab-test/${ABTestId}"
|
|
142
|
+
},
|
|
143
|
+
"recommendation": {
|
|
144
|
+
"key": "recommendation",
|
|
145
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:recommendation/${RecommendationId}"
|
|
146
|
+
},
|
|
147
|
+
"configuration-bundle": {
|
|
148
|
+
"key": "configuration-bundle",
|
|
149
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:configuration-bundle/${ConfigurationBundleId}"
|
|
134
150
|
}
|
|
135
151
|
}
|
|
@@ -15,7 +15,10 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dashboard": {
|
|
17
17
|
"key": "dashboard",
|
|
18
|
-
"arn": "arn:${Partition}:cloudwatch::${Account}:dashboard/${DashboardName}"
|
|
18
|
+
"arn": "arn:${Partition}:cloudwatch::${Account}:dashboard/${DashboardName}",
|
|
19
|
+
"conditionKeys": [
|
|
20
|
+
"aws:ResourceTag/${TagKey}"
|
|
21
|
+
]
|
|
19
22
|
},
|
|
20
23
|
"insight-rule": {
|
|
21
24
|
"key": "insight-rule",
|
|
@@ -13,5 +13,12 @@
|
|
|
13
13
|
"conditionKeys": [
|
|
14
14
|
"payment-cryptography:ResourceAliases"
|
|
15
15
|
]
|
|
16
|
+
},
|
|
17
|
+
"approval-team": {
|
|
18
|
+
"key": "approval-team",
|
|
19
|
+
"arn": "arn:${Partition}:mpa:${Region}:${Account}:approval-team/${ApprovalTeamId}",
|
|
20
|
+
"conditionKeys": [
|
|
21
|
+
"aws:ResourceTag/${TagKey}"
|
|
22
|
+
]
|
|
16
23
|
}
|
|
17
24
|
}
|
package/data/serviceNames.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"aco-automation": "AWS Compute Optimizer Automation",
|
|
9
9
|
"action-recommendations": "AWS Action Recommendations",
|
|
10
10
|
"activate": "AWS Activate",
|
|
11
|
+
"agentaccess-mcp": "Amazon WorkSpaces AgentAccess MCP Server",
|
|
11
12
|
"aidevops": "AWS DevOps Agent Service",
|
|
12
13
|
"aiops": "Amazon AI Operations",
|
|
13
14
|
"airflow": "Amazon Managed Workflows for Apache Airflow",
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
"appflow": "Amazon AppFlow",
|
|
24
25
|
"application-autoscaling": "AWS Application Auto Scaling",
|
|
25
26
|
"application-signals": "Amazon CloudWatch Application Signals",
|
|
27
|
+
"application-signals-mcp": "Amazon CloudWatch Application Signals MCP Server",
|
|
26
28
|
"application-transformation": "AWS Application Transformation Service",
|
|
27
29
|
"applicationinsights": "Amazon CloudWatch Application Insights",
|
|
28
30
|
"appmesh": "AWS App Mesh",
|
package/data/services.json
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"aco-automation",
|
|
9
9
|
"action-recommendations",
|
|
10
10
|
"activate",
|
|
11
|
+
"agentaccess-mcp",
|
|
11
12
|
"aidevops",
|
|
12
13
|
"aiops",
|
|
13
14
|
"airflow",
|
|
@@ -23,6 +24,7 @@
|
|
|
23
24
|
"appflow",
|
|
24
25
|
"application-autoscaling",
|
|
25
26
|
"application-signals",
|
|
27
|
+
"application-signals-mcp",
|
|
26
28
|
"application-transformation",
|
|
27
29
|
"applicationinsights",
|
|
28
30
|
"appmesh",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202605021",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-
|
|
9
|
+
"updatedAt": "2026-05-02T05:31:07.183Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|