@cloud-copilot/iam-data 0.19.202605021 → 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.
@@ -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 a chat for a case",
230
+ "description": "Grants permission to describe customer support level",
216
231
  "accessLevel": "Write",
217
232
  "resourceTypes": [
218
233
  {
@@ -83,11 +83,11 @@
83
83
  "authorizeinboundintegration": {
84
84
  "name": "AuthorizeInboundIntegration",
85
85
  "isPermissionOnly": true,
86
- "description": "Grants permission to Amazon Redshift to continuously validate that the target data warehouse can receive data replicated from the source ARN",
86
+ "description": "Grants permission to Amazon Redshift to continuously validate that the target namespace can receive data replicated from the source ARN",
87
87
  "accessLevel": "Write",
88
88
  "resourceTypes": [
89
89
  {
90
- "name": "integration",
90
+ "name": "namespace",
91
91
  "required": true,
92
92
  "conditionKeys": [],
93
93
  "dependentActions": []
@@ -402,9 +402,16 @@
402
402
  "createinboundintegration": {
403
403
  "name": "CreateInboundIntegration",
404
404
  "isPermissionOnly": true,
405
- "description": "Grants permission to the source principal to create an inbound integration for data to be replicated from the source into the target data warehouse",
405
+ "description": "Grants permission to the source principal to create an integration into the namespace of target data warehouse",
406
406
  "accessLevel": "Write",
407
- "resourceTypes": [],
407
+ "resourceTypes": [
408
+ {
409
+ "name": "namespace",
410
+ "required": true,
411
+ "conditionKeys": [],
412
+ "dependentActions": []
413
+ }
414
+ ],
408
415
  "conditionKeys": [],
409
416
  "dependentActions": []
410
417
  },
@@ -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
+ }
@@ -779,6 +779,21 @@
779
779
  ],
780
780
  "dependentActions": []
781
781
  },
782
+ "generaterecommendedpolicyv2": {
783
+ "name": "GenerateRecommendedPolicyV2",
784
+ "description": "Grants permission to generate policy recommendations for an OCSF finding",
785
+ "accessLevel": "Write",
786
+ "resourceTypes": [
787
+ {
788
+ "name": "hubv2",
789
+ "required": true,
790
+ "conditionKeys": [],
791
+ "dependentActions": []
792
+ }
793
+ ],
794
+ "conditionKeys": [],
795
+ "dependentActions": []
796
+ },
782
797
  "getadhocinsightresults": {
783
798
  "name": "GetAdhocInsightResults",
784
799
  "isPermissionOnly": true,
@@ -1104,6 +1119,21 @@
1104
1119
  "conditionKeys": [],
1105
1120
  "dependentActions": []
1106
1121
  },
1122
+ "getrecommendedpolicyv2": {
1123
+ "name": "GetRecommendedPolicyV2",
1124
+ "description": "Grants permission to retrieve policy recommendations for an OCSF finding",
1125
+ "accessLevel": "Read",
1126
+ "resourceTypes": [
1127
+ {
1128
+ "name": "hubv2",
1129
+ "required": true,
1130
+ "conditionKeys": [],
1131
+ "dependentActions": []
1132
+ }
1133
+ ],
1134
+ "conditionKeys": [],
1135
+ "dependentActions": []
1136
+ },
1107
1137
  "getresourcesstatisticsv2": {
1108
1138
  "name": "GetResourcesStatisticsV2",
1109
1139
  "description": "Grants permission to retrieve aggregate statistics about resources",
@@ -1175,6 +1205,22 @@
1175
1205
  "conditionKeys": [],
1176
1206
  "dependentActions": []
1177
1207
  },
1208
+ "getusagev2": {
1209
+ "name": "GetUsageV2",
1210
+ "isPermissionOnly": true,
1211
+ "description": "Grants permission to retrieve information about Security Hub usage for an account",
1212
+ "accessLevel": "Read",
1213
+ "resourceTypes": [
1214
+ {
1215
+ "name": "hubv2",
1216
+ "required": true,
1217
+ "conditionKeys": [],
1218
+ "dependentActions": []
1219
+ }
1220
+ ],
1221
+ "conditionKeys": [],
1222
+ "dependentActions": []
1223
+ },
1178
1224
  "invitemembers": {
1179
1225
  "name": "InviteMembers",
1180
1226
  "description": "Grants permission to invite other AWS accounts to become Security Hub member accounts",
@@ -1190,6 +1236,22 @@
1190
1236
  "conditionKeys": [],
1191
1237
  "dependentActions": []
1192
1238
  },
1239
+ "listaccountusagev2": {
1240
+ "name": "ListAccountUsageV2",
1241
+ "isPermissionOnly": true,
1242
+ "description": "Grants permission to retrieve a list of Security Hub usage for accounts in an organization",
1243
+ "accessLevel": "List",
1244
+ "resourceTypes": [
1245
+ {
1246
+ "name": "hubv2",
1247
+ "required": true,
1248
+ "conditionKeys": [],
1249
+ "dependentActions": []
1250
+ }
1251
+ ],
1252
+ "conditionKeys": [],
1253
+ "dependentActions": []
1254
+ },
1193
1255
  "listaggregatorsv2": {
1194
1256
  "name": "ListAggregatorsV2",
1195
1257
  "description": "Grants permission to retrieve a list of aggregatorsV2, which configures data aggregation across Regions",
@@ -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",
@@ -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",
@@ -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.202605021",
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-02T05:31:07.183Z",
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
- }