@cloud-copilot/iam-data 0.19.202605051 → 0.19.202605061
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/access-analyzer.json +38 -0
- package/data/actions/aidevops.json +16 -1
- package/data/actions/researchstudio.json +50 -0
- package/data/actions/wisdom.json +30 -0
- package/data/serviceNames.json +1 -1
- package/data/services.json +1 -1
- package/package.json +2 -2
- package/data/actions/aws-mcp.json +0 -26
- /package/data/conditionKeys/{aws-mcp.json → researchstudio.json} +0 -0
- /package/data/resourceTypes/{aws-mcp.json → researchstudio.json} +0 -0
|
@@ -96,6 +96,26 @@
|
|
|
96
96
|
"conditionKeys": [],
|
|
97
97
|
"dependentActions": []
|
|
98
98
|
},
|
|
99
|
+
"createservicelinkedanalyzer": {
|
|
100
|
+
"name": "CreateServiceLinkedAnalyzer",
|
|
101
|
+
"description": "Grants permission to create a service-linked analyzer",
|
|
102
|
+
"accessLevel": "Write",
|
|
103
|
+
"resourceTypes": [
|
|
104
|
+
{
|
|
105
|
+
"name": "Analyzer",
|
|
106
|
+
"required": true,
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": [
|
|
109
|
+
"iam:CreateServiceLinkedRole"
|
|
110
|
+
]
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
"conditionKeys": [
|
|
114
|
+
"aws:RequestTag/${TagKey}",
|
|
115
|
+
"aws:TagKeys"
|
|
116
|
+
],
|
|
117
|
+
"dependentActions": []
|
|
118
|
+
},
|
|
99
119
|
"deleteanalyzer": {
|
|
100
120
|
"name": "DeleteAnalyzer",
|
|
101
121
|
"description": "Grants permission to delete the specified analyzer",
|
|
@@ -129,6 +149,24 @@
|
|
|
129
149
|
"conditionKeys": [],
|
|
130
150
|
"dependentActions": []
|
|
131
151
|
},
|
|
152
|
+
"deleteservicelinkedanalyzer": {
|
|
153
|
+
"name": "DeleteServiceLinkedAnalyzer",
|
|
154
|
+
"description": "Grants permission to delete the specified service-linked analyzer",
|
|
155
|
+
"accessLevel": "Write",
|
|
156
|
+
"resourceTypes": [
|
|
157
|
+
{
|
|
158
|
+
"name": "Analyzer",
|
|
159
|
+
"required": true,
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"conditionKeys": [
|
|
165
|
+
"aws:RequestTag/${TagKey}",
|
|
166
|
+
"aws:TagKeys"
|
|
167
|
+
],
|
|
168
|
+
"dependentActions": []
|
|
169
|
+
},
|
|
132
170
|
"generatefindingrecommendation": {
|
|
133
171
|
"name": "GenerateFindingRecommendation",
|
|
134
172
|
"description": "Grants permission to generate recommendation steps to resolve a finding",
|
|
@@ -210,9 +210,24 @@
|
|
|
210
210
|
],
|
|
211
211
|
"dependentActions": []
|
|
212
212
|
},
|
|
213
|
+
"describeservices": {
|
|
214
|
+
"name": "DescribeServices",
|
|
215
|
+
"description": "Grants permission to describe support services",
|
|
216
|
+
"accessLevel": "Read",
|
|
217
|
+
"resourceTypes": [
|
|
218
|
+
{
|
|
219
|
+
"name": "agentspace",
|
|
220
|
+
"required": true,
|
|
221
|
+
"conditionKeys": [],
|
|
222
|
+
"dependentActions": []
|
|
223
|
+
}
|
|
224
|
+
],
|
|
225
|
+
"conditionKeys": [],
|
|
226
|
+
"dependentActions": []
|
|
227
|
+
},
|
|
213
228
|
"describesupportlevel": {
|
|
214
229
|
"name": "DescribeSupportLevel",
|
|
215
|
-
"description": "Grants permission to describe
|
|
230
|
+
"description": "Grants permission to describe customer support level",
|
|
216
231
|
"accessLevel": "Write",
|
|
217
232
|
"resourceTypes": [
|
|
218
233
|
{
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
{
|
|
2
|
+
"assignprincipal": {
|
|
3
|
+
"name": "AssignPrincipal",
|
|
4
|
+
"description": "Grants permission to assign princiapl",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"createapplication": {
|
|
11
|
+
"name": "CreateApplication",
|
|
12
|
+
"description": "Grants permission to create application",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"deleteapplication": {
|
|
19
|
+
"name": "DeleteApplication",
|
|
20
|
+
"description": "Grants permission to delete application",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
26
|
+
"deleteprincipal": {
|
|
27
|
+
"name": "DeletePrincipal",
|
|
28
|
+
"description": "Grants permission to delete principal",
|
|
29
|
+
"accessLevel": "Write",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
"getapplication": {
|
|
35
|
+
"name": "GetApplication",
|
|
36
|
+
"description": "Grants permission to get application",
|
|
37
|
+
"accessLevel": "Read",
|
|
38
|
+
"resourceTypes": [],
|
|
39
|
+
"conditionKeys": [],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
},
|
|
42
|
+
"listapplications": {
|
|
43
|
+
"name": "ListApplications",
|
|
44
|
+
"description": "Grants permission to list applications",
|
|
45
|
+
"accessLevel": "List",
|
|
46
|
+
"resourceTypes": [],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
}
|
|
50
|
+
}
|
package/data/actions/wisdom.json
CHANGED
|
@@ -1020,6 +1020,21 @@
|
|
|
1020
1020
|
"conditionKeys": [],
|
|
1021
1021
|
"dependentActions": []
|
|
1022
1022
|
},
|
|
1023
|
+
"listmodels": {
|
|
1024
|
+
"name": "ListModels",
|
|
1025
|
+
"description": "Grants permission to list models available for an assistant",
|
|
1026
|
+
"accessLevel": "List",
|
|
1027
|
+
"resourceTypes": [
|
|
1028
|
+
{
|
|
1029
|
+
"name": "Assistant",
|
|
1030
|
+
"required": true,
|
|
1031
|
+
"conditionKeys": [],
|
|
1032
|
+
"dependentActions": []
|
|
1033
|
+
}
|
|
1034
|
+
],
|
|
1035
|
+
"conditionKeys": [],
|
|
1036
|
+
"dependentActions": []
|
|
1037
|
+
},
|
|
1023
1038
|
"listquickresponses": {
|
|
1024
1039
|
"name": "ListQuickResponses",
|
|
1025
1040
|
"description": "Grants permission to list the quick response with a knowledge base",
|
|
@@ -1035,6 +1050,21 @@
|
|
|
1035
1050
|
"conditionKeys": [],
|
|
1036
1051
|
"dependentActions": []
|
|
1037
1052
|
},
|
|
1053
|
+
"listspans": {
|
|
1054
|
+
"name": "ListSpans",
|
|
1055
|
+
"description": "Grants permission to list AI agent traces for a session",
|
|
1056
|
+
"accessLevel": "List",
|
|
1057
|
+
"resourceTypes": [
|
|
1058
|
+
{
|
|
1059
|
+
"name": "Session",
|
|
1060
|
+
"required": true,
|
|
1061
|
+
"conditionKeys": [],
|
|
1062
|
+
"dependentActions": []
|
|
1063
|
+
}
|
|
1064
|
+
],
|
|
1065
|
+
"conditionKeys": [],
|
|
1066
|
+
"dependentActions": []
|
|
1067
|
+
},
|
|
1038
1068
|
"listtagsforresource": {
|
|
1039
1069
|
"name": "ListTagsForResource",
|
|
1040
1070
|
"description": "Grants permission to list the tags for the specified resource",
|
package/data/serviceNames.json
CHANGED
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"aws-external-anthropic": "Claude Platform on AWS",
|
|
47
47
|
"aws-marketplace": "AWS Marketplace Catalog",
|
|
48
48
|
"aws-marketplace-management": "AWS Marketplace Management Portal",
|
|
49
|
-
"aws-mcp": "AWS MCP Server",
|
|
50
49
|
"aws-portal": "AWS Billing Console",
|
|
51
50
|
"awsconnector": "AWS Connector Service",
|
|
52
51
|
"b2bi": "AWS B2B Data Interchange",
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
"refactor-spaces": "AWS Migration Hub Refactor Spaces",
|
|
333
332
|
"rekognition": "Amazon Rekognition",
|
|
334
333
|
"repostspace": "AWS rePost Private",
|
|
334
|
+
"researchstudio": "Amazon Bio Discovery",
|
|
335
335
|
"resiliencehub": "AWS Resilience Hub",
|
|
336
336
|
"resource-explorer": "Tag Editor",
|
|
337
337
|
"resource-explorer-2": "AWS Resource Explorer",
|
package/data/services.json
CHANGED
|
@@ -46,7 +46,6 @@
|
|
|
46
46
|
"aws-external-anthropic",
|
|
47
47
|
"aws-marketplace",
|
|
48
48
|
"aws-marketplace-management",
|
|
49
|
-
"aws-mcp",
|
|
50
49
|
"aws-portal",
|
|
51
50
|
"awsconnector",
|
|
52
51
|
"b2bi",
|
|
@@ -332,6 +331,7 @@
|
|
|
332
331
|
"refactor-spaces",
|
|
333
332
|
"rekognition",
|
|
334
333
|
"repostspace",
|
|
334
|
+
"researchstudio",
|
|
335
335
|
"resiliencehub",
|
|
336
336
|
"resource-explorer",
|
|
337
337
|
"resource-explorer-2",
|
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.202605061",
|
|
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-05-
|
|
9
|
+
"updatedAt": "2026-05-06T05:43:06.019Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"callreadonlytool": {
|
|
3
|
-
"name": "CallReadOnlyTool",
|
|
4
|
-
"description": "Grants permission to call read-only tools in MCP service",
|
|
5
|
-
"accessLevel": "Read",
|
|
6
|
-
"resourceTypes": [],
|
|
7
|
-
"conditionKeys": [],
|
|
8
|
-
"dependentActions": []
|
|
9
|
-
},
|
|
10
|
-
"callreadwritetool": {
|
|
11
|
-
"name": "CallReadWriteTool",
|
|
12
|
-
"description": "Grants permission to call AWS Read and Write apis in MCP Service",
|
|
13
|
-
"accessLevel": "Write",
|
|
14
|
-
"resourceTypes": [],
|
|
15
|
-
"conditionKeys": [],
|
|
16
|
-
"dependentActions": []
|
|
17
|
-
},
|
|
18
|
-
"invokemcp": {
|
|
19
|
-
"name": "InvokeMcp",
|
|
20
|
-
"description": "Grants permission to use MCP service",
|
|
21
|
-
"accessLevel": "List",
|
|
22
|
-
"resourceTypes": [],
|
|
23
|
-
"conditionKeys": [],
|
|
24
|
-
"dependentActions": []
|
|
25
|
-
}
|
|
26
|
-
}
|
|
File without changes
|
|
File without changes
|