@cloud-copilot/iam-data 0.15.202512061 → 0.15.202512101
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/aco-automation.json +252 -0
- package/data/actions/aidevops.json +0 -8
- package/data/actions/bcm-data-exports.json +12 -0
- package/data/actions/bedrock.json +84 -3
- package/data/actions/ce.json +8 -0
- package/data/actions/healthlake.json +1 -0
- package/data/actions/identitystore.json +19 -0
- package/data/actions/nova-act.json +276 -0
- package/data/actions/rds.json +47 -3
- package/data/actions/vpce.json +14 -1
- package/data/conditionKeys/aco-automation.json +17 -0
- package/data/conditionKeys/nova-act.json +1 -0
- package/data/resourceTypes/aco-automation.json +9 -0
- package/data/resourceTypes/bcm-data-exports.json +7 -0
- package/data/resourceTypes/nova-act.json +10 -0
- package/data/resourceTypes/rds.json +8 -2
- package/data/resourceTypes/vpce.json +10 -1
- package/data/serviceNames.json +2 -1
- package/data/services.json +2 -1
- package/package.json +2 -2
- package/data/actions/deepcomposer.json +0 -316
- package/data/conditionKeys/deepcomposer.json +0 -17
- package/data/resourceTypes/deepcomposer.json +0 -20
|
@@ -0,0 +1,276 @@
|
|
|
1
|
+
{
|
|
2
|
+
"createact": {
|
|
3
|
+
"name": "CreateAct",
|
|
4
|
+
"description": "Grants permission to create a new AI task (act) within a session that can interact with tools and perform specific actions",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "workflow-definition",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "workflow-run",
|
|
15
|
+
"required": true,
|
|
16
|
+
"conditionKeys": [],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"conditionKeys": [],
|
|
21
|
+
"dependentActions": []
|
|
22
|
+
},
|
|
23
|
+
"createsession": {
|
|
24
|
+
"name": "CreateSession",
|
|
25
|
+
"description": "Grants permission to create a new session context within a workflow run to manage conversation state and acts",
|
|
26
|
+
"accessLevel": "Write",
|
|
27
|
+
"resourceTypes": [
|
|
28
|
+
{
|
|
29
|
+
"name": "workflow-definition",
|
|
30
|
+
"required": true,
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
"name": "workflow-run",
|
|
36
|
+
"required": true,
|
|
37
|
+
"conditionKeys": [],
|
|
38
|
+
"dependentActions": []
|
|
39
|
+
}
|
|
40
|
+
],
|
|
41
|
+
"conditionKeys": [],
|
|
42
|
+
"dependentActions": []
|
|
43
|
+
},
|
|
44
|
+
"createworkflowdefinition": {
|
|
45
|
+
"name": "CreateWorkflowDefinition",
|
|
46
|
+
"description": "Grants permission to create a new workflow definition template that can be used to execute multiple workflow runs",
|
|
47
|
+
"accessLevel": "Write",
|
|
48
|
+
"resourceTypes": [
|
|
49
|
+
{
|
|
50
|
+
"name": "workflow-definition",
|
|
51
|
+
"required": true,
|
|
52
|
+
"conditionKeys": [],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"conditionKeys": [],
|
|
57
|
+
"dependentActions": []
|
|
58
|
+
},
|
|
59
|
+
"createworkflowrun": {
|
|
60
|
+
"name": "CreateWorkflowRun",
|
|
61
|
+
"description": "Grants permission to create a new execution instance of a workflow definition with specified parameters",
|
|
62
|
+
"accessLevel": "Write",
|
|
63
|
+
"resourceTypes": [
|
|
64
|
+
{
|
|
65
|
+
"name": "workflow-definition",
|
|
66
|
+
"required": true,
|
|
67
|
+
"conditionKeys": [],
|
|
68
|
+
"dependentActions": []
|
|
69
|
+
}
|
|
70
|
+
],
|
|
71
|
+
"conditionKeys": [],
|
|
72
|
+
"dependentActions": []
|
|
73
|
+
},
|
|
74
|
+
"deleteworkflowdefinition": {
|
|
75
|
+
"name": "DeleteWorkflowDefinition",
|
|
76
|
+
"description": "Grants permission to delete a workflow definition and all associated resources",
|
|
77
|
+
"accessLevel": "Write",
|
|
78
|
+
"resourceTypes": [
|
|
79
|
+
{
|
|
80
|
+
"name": "workflow-definition",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
}
|
|
85
|
+
],
|
|
86
|
+
"conditionKeys": [],
|
|
87
|
+
"dependentActions": []
|
|
88
|
+
},
|
|
89
|
+
"deleteworkflowrun": {
|
|
90
|
+
"name": "DeleteWorkflowRun",
|
|
91
|
+
"description": "Grants permission to terminate and clean up a workflow run, stopping all associated acts and sessions",
|
|
92
|
+
"accessLevel": "Write",
|
|
93
|
+
"resourceTypes": [
|
|
94
|
+
{
|
|
95
|
+
"name": "workflow-definition",
|
|
96
|
+
"required": true,
|
|
97
|
+
"conditionKeys": [],
|
|
98
|
+
"dependentActions": []
|
|
99
|
+
},
|
|
100
|
+
{
|
|
101
|
+
"name": "workflow-run",
|
|
102
|
+
"required": true,
|
|
103
|
+
"conditionKeys": [],
|
|
104
|
+
"dependentActions": []
|
|
105
|
+
}
|
|
106
|
+
],
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
},
|
|
110
|
+
"getworkflowdefinition": {
|
|
111
|
+
"name": "GetWorkflowDefinition",
|
|
112
|
+
"description": "Grants permission to retrieve details and configuration of a specific workflow definition",
|
|
113
|
+
"accessLevel": "Read",
|
|
114
|
+
"resourceTypes": [
|
|
115
|
+
{
|
|
116
|
+
"name": "workflow-definition",
|
|
117
|
+
"required": true,
|
|
118
|
+
"conditionKeys": [],
|
|
119
|
+
"dependentActions": []
|
|
120
|
+
}
|
|
121
|
+
],
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
},
|
|
125
|
+
"getworkflowrun": {
|
|
126
|
+
"name": "GetWorkflowRun",
|
|
127
|
+
"description": "Grants permission to retrieve the current state, configuration, and execution details of a workflow run",
|
|
128
|
+
"accessLevel": "Read",
|
|
129
|
+
"resourceTypes": [
|
|
130
|
+
{
|
|
131
|
+
"name": "workflow-definition",
|
|
132
|
+
"required": true,
|
|
133
|
+
"conditionKeys": [],
|
|
134
|
+
"dependentActions": []
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"name": "workflow-run",
|
|
138
|
+
"required": true,
|
|
139
|
+
"conditionKeys": [],
|
|
140
|
+
"dependentActions": []
|
|
141
|
+
}
|
|
142
|
+
],
|
|
143
|
+
"conditionKeys": [],
|
|
144
|
+
"dependentActions": []
|
|
145
|
+
},
|
|
146
|
+
"invokeactstep": {
|
|
147
|
+
"name": "InvokeActStep",
|
|
148
|
+
"description": "Grants permission to execute the next step of an act, processing tool call results and returning new tool calls if needed",
|
|
149
|
+
"accessLevel": "Write",
|
|
150
|
+
"resourceTypes": [
|
|
151
|
+
{
|
|
152
|
+
"name": "workflow-definition",
|
|
153
|
+
"required": true,
|
|
154
|
+
"conditionKeys": [],
|
|
155
|
+
"dependentActions": []
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "workflow-run",
|
|
159
|
+
"required": true,
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
}
|
|
163
|
+
],
|
|
164
|
+
"conditionKeys": [],
|
|
165
|
+
"dependentActions": []
|
|
166
|
+
},
|
|
167
|
+
"listacts": {
|
|
168
|
+
"name": "ListActs",
|
|
169
|
+
"description": "Grants permission to list all acts within a specific session with their current status and execution details",
|
|
170
|
+
"accessLevel": "Read",
|
|
171
|
+
"resourceTypes": [
|
|
172
|
+
{
|
|
173
|
+
"name": "workflow-definition",
|
|
174
|
+
"required": true,
|
|
175
|
+
"conditionKeys": [],
|
|
176
|
+
"dependentActions": []
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"conditionKeys": [],
|
|
180
|
+
"dependentActions": []
|
|
181
|
+
},
|
|
182
|
+
"listmodels": {
|
|
183
|
+
"name": "ListModels",
|
|
184
|
+
"description": "Grants permission to list all available AI models that can be used for workflow execution, including their status and compatibility information",
|
|
185
|
+
"accessLevel": "Read",
|
|
186
|
+
"resourceTypes": [],
|
|
187
|
+
"conditionKeys": [],
|
|
188
|
+
"dependentActions": []
|
|
189
|
+
},
|
|
190
|
+
"listsessions": {
|
|
191
|
+
"name": "ListSessions",
|
|
192
|
+
"description": "Grants permission to list all sessions within a specific workflow run",
|
|
193
|
+
"accessLevel": "Read",
|
|
194
|
+
"resourceTypes": [
|
|
195
|
+
{
|
|
196
|
+
"name": "workflow-definition",
|
|
197
|
+
"required": true,
|
|
198
|
+
"conditionKeys": [],
|
|
199
|
+
"dependentActions": []
|
|
200
|
+
},
|
|
201
|
+
{
|
|
202
|
+
"name": "workflow-run",
|
|
203
|
+
"required": true,
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
},
|
|
211
|
+
"listworkflowdefinitions": {
|
|
212
|
+
"name": "ListWorkflowDefinitions",
|
|
213
|
+
"description": "Grants permission to list all workflow definitions in your account with optional filtering and pagination",
|
|
214
|
+
"accessLevel": "List",
|
|
215
|
+
"resourceTypes": [],
|
|
216
|
+
"conditionKeys": [],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
},
|
|
219
|
+
"listworkflowruns": {
|
|
220
|
+
"name": "ListWorkflowRuns",
|
|
221
|
+
"description": "Grants permission to list all workflow runs for a specific workflow definition with optional filtering and pagination",
|
|
222
|
+
"accessLevel": "List",
|
|
223
|
+
"resourceTypes": [
|
|
224
|
+
{
|
|
225
|
+
"name": "workflow-definition",
|
|
226
|
+
"required": true,
|
|
227
|
+
"conditionKeys": [],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"conditionKeys": [],
|
|
232
|
+
"dependentActions": []
|
|
233
|
+
},
|
|
234
|
+
"updateact": {
|
|
235
|
+
"name": "UpdateAct",
|
|
236
|
+
"description": "Grants permission to update an existing act's configuration, status, or error information",
|
|
237
|
+
"accessLevel": "Write",
|
|
238
|
+
"resourceTypes": [
|
|
239
|
+
{
|
|
240
|
+
"name": "workflow-definition",
|
|
241
|
+
"required": true,
|
|
242
|
+
"conditionKeys": [],
|
|
243
|
+
"dependentActions": []
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "workflow-run",
|
|
247
|
+
"required": true,
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"conditionKeys": [],
|
|
253
|
+
"dependentActions": []
|
|
254
|
+
},
|
|
255
|
+
"updateworkflowrun": {
|
|
256
|
+
"name": "UpdateWorkflowRun",
|
|
257
|
+
"description": "Grants permission to update the configuration or state of an active workflow run",
|
|
258
|
+
"accessLevel": "Write",
|
|
259
|
+
"resourceTypes": [
|
|
260
|
+
{
|
|
261
|
+
"name": "workflow-definition",
|
|
262
|
+
"required": true,
|
|
263
|
+
"conditionKeys": [],
|
|
264
|
+
"dependentActions": []
|
|
265
|
+
},
|
|
266
|
+
{
|
|
267
|
+
"name": "workflow-run",
|
|
268
|
+
"required": true,
|
|
269
|
+
"conditionKeys": [],
|
|
270
|
+
"dependentActions": []
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
"conditionKeys": [],
|
|
274
|
+
"dependentActions": []
|
|
275
|
+
}
|
|
276
|
+
}
|
package/data/actions/rds.json
CHANGED
|
@@ -53,6 +53,12 @@
|
|
|
53
53
|
"description": "Grants permission to add metadata tags to an Amazon RDS resource",
|
|
54
54
|
"accessLevel": "Tagging",
|
|
55
55
|
"resourceTypes": [
|
|
56
|
+
{
|
|
57
|
+
"name": "auto-backup",
|
|
58
|
+
"required": false,
|
|
59
|
+
"conditionKeys": [],
|
|
60
|
+
"dependentActions": []
|
|
61
|
+
},
|
|
56
62
|
{
|
|
57
63
|
"name": "cev",
|
|
58
64
|
"required": false,
|
|
@@ -65,6 +71,12 @@
|
|
|
65
71
|
"conditionKeys": [],
|
|
66
72
|
"dependentActions": []
|
|
67
73
|
},
|
|
74
|
+
{
|
|
75
|
+
"name": "cluster-auto-backup",
|
|
76
|
+
"required": false,
|
|
77
|
+
"conditionKeys": [],
|
|
78
|
+
"dependentActions": []
|
|
79
|
+
},
|
|
68
80
|
{
|
|
69
81
|
"name": "cluster-endpoint",
|
|
70
82
|
"required": false,
|
|
@@ -2183,6 +2195,12 @@
|
|
|
2183
2195
|
"description": "Grants permission to list all tags on an Amazon RDS resource",
|
|
2184
2196
|
"accessLevel": "Read",
|
|
2185
2197
|
"resourceTypes": [
|
|
2198
|
+
{
|
|
2199
|
+
"name": "auto-backup",
|
|
2200
|
+
"required": false,
|
|
2201
|
+
"conditionKeys": [],
|
|
2202
|
+
"dependentActions": []
|
|
2203
|
+
},
|
|
2186
2204
|
{
|
|
2187
2205
|
"name": "cev",
|
|
2188
2206
|
"required": false,
|
|
@@ -2195,6 +2213,12 @@
|
|
|
2195
2213
|
"conditionKeys": [],
|
|
2196
2214
|
"dependentActions": []
|
|
2197
2215
|
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "cluster-auto-backup",
|
|
2218
|
+
"required": false,
|
|
2219
|
+
"conditionKeys": [],
|
|
2220
|
+
"dependentActions": []
|
|
2221
|
+
},
|
|
2198
2222
|
{
|
|
2199
2223
|
"name": "cluster-endpoint",
|
|
2200
2224
|
"required": false,
|
|
@@ -2755,7 +2779,9 @@
|
|
|
2755
2779
|
}
|
|
2756
2780
|
],
|
|
2757
2781
|
"conditionKeys": [],
|
|
2758
|
-
"dependentActions": [
|
|
2782
|
+
"dependentActions": [
|
|
2783
|
+
"rds:AddTagsToResource"
|
|
2784
|
+
]
|
|
2759
2785
|
},
|
|
2760
2786
|
"promotereadreplicadbcluster": {
|
|
2761
2787
|
"name": "PromoteReadReplicaDBCluster",
|
|
@@ -2930,6 +2956,12 @@
|
|
|
2930
2956
|
"description": "Grants permission to remove metadata tags from an Amazon RDS resource",
|
|
2931
2957
|
"accessLevel": "Tagging",
|
|
2932
2958
|
"resourceTypes": [
|
|
2959
|
+
{
|
|
2960
|
+
"name": "auto-backup",
|
|
2961
|
+
"required": false,
|
|
2962
|
+
"conditionKeys": [],
|
|
2963
|
+
"dependentActions": []
|
|
2964
|
+
},
|
|
2933
2965
|
{
|
|
2934
2966
|
"name": "cev",
|
|
2935
2967
|
"required": false,
|
|
@@ -2942,6 +2974,12 @@
|
|
|
2942
2974
|
"conditionKeys": [],
|
|
2943
2975
|
"dependentActions": []
|
|
2944
2976
|
},
|
|
2977
|
+
{
|
|
2978
|
+
"name": "cluster-auto-backup",
|
|
2979
|
+
"required": false,
|
|
2980
|
+
"conditionKeys": [],
|
|
2981
|
+
"dependentActions": []
|
|
2982
|
+
},
|
|
2945
2983
|
{
|
|
2946
2984
|
"name": "cluster-endpoint",
|
|
2947
2985
|
"required": false,
|
|
@@ -3491,7 +3529,9 @@
|
|
|
3491
3529
|
"name": "auto-backup",
|
|
3492
3530
|
"required": true,
|
|
3493
3531
|
"conditionKeys": [],
|
|
3494
|
-
"dependentActions": [
|
|
3532
|
+
"dependentActions": [
|
|
3533
|
+
"rds:AddTagsToResource"
|
|
3534
|
+
]
|
|
3495
3535
|
},
|
|
3496
3536
|
{
|
|
3497
3537
|
"name": "db",
|
|
@@ -3500,7 +3540,11 @@
|
|
|
3500
3540
|
"dependentActions": []
|
|
3501
3541
|
}
|
|
3502
3542
|
],
|
|
3503
|
-
"conditionKeys": [
|
|
3543
|
+
"conditionKeys": [
|
|
3544
|
+
"aws:RequestTag/${TagKey}",
|
|
3545
|
+
"aws:TagKeys",
|
|
3546
|
+
"rds:req-tag/${TagKey}"
|
|
3547
|
+
],
|
|
3504
3548
|
"dependentActions": []
|
|
3505
3549
|
},
|
|
3506
3550
|
"startexporttask": {
|
package/data/actions/vpce.json
CHANGED
|
@@ -4,7 +4,20 @@
|
|
|
4
4
|
"isPermissionOnly": true,
|
|
5
5
|
"description": "Grants permission to manage multi-region VPC endpoints and VPC endpoint service configurations",
|
|
6
6
|
"accessLevel": "Write",
|
|
7
|
-
"resourceTypes": [
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "vpc-endpoint",
|
|
10
|
+
"required": false,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"name": "vpc-endpoint-service",
|
|
16
|
+
"required": false,
|
|
17
|
+
"conditionKeys": [],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
}
|
|
20
|
+
],
|
|
8
21
|
"conditionKeys": [],
|
|
9
22
|
"dependentActions": []
|
|
10
23
|
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
{
|
|
2
|
+
"aws:requesttag/${tagkey}": {
|
|
3
|
+
"key": "aws:RequestTag/${TagKey}",
|
|
4
|
+
"description": "Filters access by the tags that are passed in the request",
|
|
5
|
+
"type": "String"
|
|
6
|
+
},
|
|
7
|
+
"aws:resourcetag/${tagkey}": {
|
|
8
|
+
"key": "aws:ResourceTag/${TagKey}",
|
|
9
|
+
"description": "Filters access by the tags associated with the resource",
|
|
10
|
+
"type": "String"
|
|
11
|
+
},
|
|
12
|
+
"aws:tagkeys": {
|
|
13
|
+
"key": "aws:TagKeys",
|
|
14
|
+
"description": "Filters access by the tag keys that are passed in the request",
|
|
15
|
+
"type": "ArrayOfString"
|
|
16
|
+
}
|
|
17
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{}
|
|
@@ -9,5 +9,12 @@
|
|
|
9
9
|
"table": {
|
|
10
10
|
"key": "table",
|
|
11
11
|
"arn": "arn:${Partition}:bcm-data-exports:${Region}:${Account}:table/${Identifier}"
|
|
12
|
+
},
|
|
13
|
+
"billingview": {
|
|
14
|
+
"key": "billingview",
|
|
15
|
+
"arn": "arn:${Partition}:billing::${Account}:billingview/${ResourceId}",
|
|
16
|
+
"conditionKeys": [
|
|
17
|
+
"aws:ResourceTag/${TagKey}"
|
|
18
|
+
]
|
|
12
19
|
}
|
|
13
20
|
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"workflow-definition": {
|
|
3
|
+
"key": "workflow-definition",
|
|
4
|
+
"arn": "arn:${Partition}:nova-act:${Region}:${Account}:workflow-definition/${WorkflowDefinitionName}"
|
|
5
|
+
},
|
|
6
|
+
"workflow-run": {
|
|
7
|
+
"key": "workflow-run",
|
|
8
|
+
"arn": "arn:${Partition}:nova-act:${Region}:${Account}:workflow-definition/${WorkflowDefinitionName}/workflow-run/${WorkflowRunId}"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -16,11 +16,17 @@
|
|
|
16
16
|
},
|
|
17
17
|
"cluster-auto-backup": {
|
|
18
18
|
"key": "cluster-auto-backup",
|
|
19
|
-
"arn": "arn:${Partition}:rds:${Region}:${Account}:cluster-auto-backup:${DbClusterAutomatedBackupId}"
|
|
19
|
+
"arn": "arn:${Partition}:rds:${Region}:${Account}:cluster-auto-backup:${DbClusterAutomatedBackupId}",
|
|
20
|
+
"conditionKeys": [
|
|
21
|
+
"aws:ResourceTag/${TagKey}"
|
|
22
|
+
]
|
|
20
23
|
},
|
|
21
24
|
"auto-backup": {
|
|
22
25
|
"key": "auto-backup",
|
|
23
|
-
"arn": "arn:${Partition}:rds:${Region}:${Account}:auto-backup:${DbInstanceAutomatedBackupId}"
|
|
26
|
+
"arn": "arn:${Partition}:rds:${Region}:${Account}:auto-backup:${DbInstanceAutomatedBackupId}",
|
|
27
|
+
"conditionKeys": [
|
|
28
|
+
"aws:ResourceTag/${TagKey}"
|
|
29
|
+
]
|
|
24
30
|
},
|
|
25
31
|
"cluster-endpoint": {
|
|
26
32
|
"key": "cluster-endpoint",
|
|
@@ -1 +1,10 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"vpc-endpoint": {
|
|
3
|
+
"key": "vpc-endpoint",
|
|
4
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint/${VpcEndpointId}"
|
|
5
|
+
},
|
|
6
|
+
"vpc-endpoint-service": {
|
|
7
|
+
"key": "vpc-endpoint-service",
|
|
8
|
+
"arn": "arn:${Partition}:ec2:${Region}:${Account}:vpc-endpoint-service/${VpcEndpointServiceId}"
|
|
9
|
+
}
|
|
10
|
+
}
|
package/data/serviceNames.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"account": "AWS Account Management",
|
|
6
6
|
"acm": "AWS Certificate Manager",
|
|
7
7
|
"acm-pca": "AWS Private Certificate Authority",
|
|
8
|
+
"aco-automation": "AWS Compute Optimizer Automation",
|
|
8
9
|
"action-recommendations": "AWS Action Recommendations",
|
|
9
10
|
"activate": "AWS Activate",
|
|
10
11
|
"aidevops": "AWS DevOps Agent Service",
|
|
@@ -121,7 +122,6 @@
|
|
|
121
122
|
"dax": "Amazon DynamoDB Accelerator (DAX)",
|
|
122
123
|
"dbqms": "Database Query Metadata Service",
|
|
123
124
|
"deadline": "AWS Deadline Cloud",
|
|
124
|
-
"deepcomposer": "AWS DeepComposer",
|
|
125
125
|
"deepracer": "AWS DeepRacer",
|
|
126
126
|
"detective": "Amazon Detective",
|
|
127
127
|
"devicefarm": "AWS Device Farm",
|
|
@@ -278,6 +278,7 @@
|
|
|
278
278
|
"nimble": "Amazon Nimble Studio",
|
|
279
279
|
"notifications": "AWS User Notifications",
|
|
280
280
|
"notifications-contacts": "AWS User Notifications Contacts",
|
|
281
|
+
"nova-act": "AWS service to manage AI agents for UI workflows",
|
|
281
282
|
"oam": "Amazon CloudWatch Observability Access Manager",
|
|
282
283
|
"observabilityadmin": "Amazon CloudWatch Observability Admin Service",
|
|
283
284
|
"odb": "AWS Service - Oracle Database@AWS",
|
package/data/services.json
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
"account",
|
|
6
6
|
"acm",
|
|
7
7
|
"acm-pca",
|
|
8
|
+
"aco-automation",
|
|
8
9
|
"action-recommendations",
|
|
9
10
|
"activate",
|
|
10
11
|
"aidevops",
|
|
@@ -121,7 +122,6 @@
|
|
|
121
122
|
"dax",
|
|
122
123
|
"dbqms",
|
|
123
124
|
"deadline",
|
|
124
|
-
"deepcomposer",
|
|
125
125
|
"deepracer",
|
|
126
126
|
"detective",
|
|
127
127
|
"devicefarm",
|
|
@@ -278,6 +278,7 @@
|
|
|
278
278
|
"nimble",
|
|
279
279
|
"notifications",
|
|
280
280
|
"notifications-contacts",
|
|
281
|
+
"nova-act",
|
|
281
282
|
"oam",
|
|
282
283
|
"observabilityadmin",
|
|
283
284
|
"odb",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202512101",
|
|
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": "2025-12-
|
|
9
|
+
"updatedAt": "2025-12-10T04:56:34.711Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|