@cloud-copilot/iam-data 0.15.202512061 → 0.15.202512091

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.
@@ -0,0 +1,252 @@
1
+ {
2
+ "associateaccounts": {
3
+ "name": "AssociateAccounts",
4
+ "description": "Grants permission to associate member accounts with the management account",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [],
7
+ "conditionKeys": [],
8
+ "dependentActions": []
9
+ },
10
+ "createautomationrule": {
11
+ "name": "CreateAutomationRule",
12
+ "description": "Grants permission to create automation rule",
13
+ "accessLevel": "Write",
14
+ "resourceTypes": [],
15
+ "conditionKeys": [
16
+ "aws:RequestTag/${TagKey}",
17
+ "aws:TagKeys"
18
+ ],
19
+ "dependentActions": []
20
+ },
21
+ "deleteautomationrule": {
22
+ "name": "DeleteAutomationRule",
23
+ "description": "Grants permission to delete automation rule",
24
+ "accessLevel": "Write",
25
+ "resourceTypes": [
26
+ {
27
+ "name": "AutomationRule",
28
+ "required": true,
29
+ "conditionKeys": [],
30
+ "dependentActions": []
31
+ }
32
+ ],
33
+ "conditionKeys": [
34
+ "aws:ResourceTag/${TagKey}"
35
+ ],
36
+ "dependentActions": []
37
+ },
38
+ "disassociateaccounts": {
39
+ "name": "DisassociateAccounts",
40
+ "description": "Grants permission to disassociate member accounts from the management account",
41
+ "accessLevel": "Write",
42
+ "resourceTypes": [],
43
+ "conditionKeys": [],
44
+ "dependentActions": []
45
+ },
46
+ "getautomationevent": {
47
+ "name": "GetAutomationEvent",
48
+ "description": "Grants permission to get automation event details",
49
+ "accessLevel": "Read",
50
+ "resourceTypes": [],
51
+ "conditionKeys": [],
52
+ "dependentActions": []
53
+ },
54
+ "getautomationrule": {
55
+ "name": "GetAutomationRule",
56
+ "description": "Grants permission to get automation rule",
57
+ "accessLevel": "Read",
58
+ "resourceTypes": [
59
+ {
60
+ "name": "AutomationRule",
61
+ "required": true,
62
+ "conditionKeys": [],
63
+ "dependentActions": []
64
+ }
65
+ ],
66
+ "conditionKeys": [
67
+ "aws:ResourceTag/${TagKey}"
68
+ ],
69
+ "dependentActions": []
70
+ },
71
+ "getenrollmentconfiguration": {
72
+ "name": "GetEnrollmentConfiguration",
73
+ "description": "Grants permission to get enrollment configuration",
74
+ "accessLevel": "Read",
75
+ "resourceTypes": [],
76
+ "conditionKeys": [],
77
+ "dependentActions": []
78
+ },
79
+ "listaccounts": {
80
+ "name": "ListAccounts",
81
+ "description": "Grants permission to list the accounts in your organization that are enrolled in Compute Optimizer and whether they have enabled the Automation feature",
82
+ "accessLevel": "List",
83
+ "resourceTypes": [],
84
+ "conditionKeys": [],
85
+ "dependentActions": []
86
+ },
87
+ "listautomationeventsteps": {
88
+ "name": "ListAutomationEventSteps",
89
+ "description": "Grants permission to list automation event steps",
90
+ "accessLevel": "List",
91
+ "resourceTypes": [],
92
+ "conditionKeys": [],
93
+ "dependentActions": []
94
+ },
95
+ "listautomationeventsummaries": {
96
+ "name": "ListAutomationEventSummaries",
97
+ "description": "Grants permission to list automation event summaries",
98
+ "accessLevel": "List",
99
+ "resourceTypes": [],
100
+ "conditionKeys": [],
101
+ "dependentActions": []
102
+ },
103
+ "listautomationevents": {
104
+ "name": "ListAutomationEvents",
105
+ "description": "Grants permission to list automation events",
106
+ "accessLevel": "List",
107
+ "resourceTypes": [],
108
+ "conditionKeys": [],
109
+ "dependentActions": []
110
+ },
111
+ "listautomationrulepreview": {
112
+ "name": "ListAutomationRulePreview",
113
+ "description": "Grants permission to list automation rule preview results",
114
+ "accessLevel": "List",
115
+ "resourceTypes": [],
116
+ "conditionKeys": [],
117
+ "dependentActions": [
118
+ "ec2:DescribeVolumes"
119
+ ]
120
+ },
121
+ "listautomationrulepreviewsummaries": {
122
+ "name": "ListAutomationRulePreviewSummaries",
123
+ "description": "Grants permission to list automation rule preview summaries",
124
+ "accessLevel": "List",
125
+ "resourceTypes": [],
126
+ "conditionKeys": [],
127
+ "dependentActions": []
128
+ },
129
+ "listautomationrules": {
130
+ "name": "ListAutomationRules",
131
+ "description": "Grants permission to list automation rules",
132
+ "accessLevel": "List",
133
+ "resourceTypes": [],
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ },
137
+ "listrecommendedactionsummaries": {
138
+ "name": "ListRecommendedActionSummaries",
139
+ "description": "Grants permission to list recommended action summaries",
140
+ "accessLevel": "List",
141
+ "resourceTypes": [],
142
+ "conditionKeys": [],
143
+ "dependentActions": []
144
+ },
145
+ "listrecommendedactions": {
146
+ "name": "ListRecommendedActions",
147
+ "description": "Grants permission to list recommended actions",
148
+ "accessLevel": "List",
149
+ "resourceTypes": [],
150
+ "conditionKeys": [],
151
+ "dependentActions": [
152
+ "ec2:DescribeVolumes"
153
+ ]
154
+ },
155
+ "listtagsforresource": {
156
+ "name": "ListTagsForResource",
157
+ "description": "Grants permission to list tags for automation rule",
158
+ "accessLevel": "List",
159
+ "resourceTypes": [
160
+ {
161
+ "name": "AutomationRule",
162
+ "required": true,
163
+ "conditionKeys": [],
164
+ "dependentActions": []
165
+ }
166
+ ],
167
+ "conditionKeys": [
168
+ "aws:ResourceTag/${TagKey}"
169
+ ],
170
+ "dependentActions": []
171
+ },
172
+ "rollbackautomationevent": {
173
+ "name": "RollbackAutomationEvent",
174
+ "description": "Grants permission to initiate a rollback for an automation event",
175
+ "accessLevel": "Write",
176
+ "resourceTypes": [],
177
+ "conditionKeys": [],
178
+ "dependentActions": []
179
+ },
180
+ "startautomationevent": {
181
+ "name": "StartAutomationEvent",
182
+ "description": "Grants permission to initiate an on-demand automation for a recommended action",
183
+ "accessLevel": "Write",
184
+ "resourceTypes": [],
185
+ "conditionKeys": [],
186
+ "dependentActions": []
187
+ },
188
+ "tagresource": {
189
+ "name": "TagResource",
190
+ "description": "Grants permission to add tags to automation rule",
191
+ "accessLevel": "Tagging",
192
+ "resourceTypes": [
193
+ {
194
+ "name": "AutomationRule",
195
+ "required": true,
196
+ "conditionKeys": [
197
+ "aws:ResourceTag/${TagKey}"
198
+ ],
199
+ "dependentActions": []
200
+ }
201
+ ],
202
+ "conditionKeys": [
203
+ "aws:RequestTag/${TagKey}",
204
+ "aws:TagKeys"
205
+ ],
206
+ "dependentActions": []
207
+ },
208
+ "untagresource": {
209
+ "name": "UntagResource",
210
+ "description": "Grants permission to remove tags from automation rule",
211
+ "accessLevel": "Tagging",
212
+ "resourceTypes": [
213
+ {
214
+ "name": "AutomationRule",
215
+ "required": true,
216
+ "conditionKeys": [
217
+ "aws:ResourceTag/${TagKey}"
218
+ ],
219
+ "dependentActions": []
220
+ }
221
+ ],
222
+ "conditionKeys": [
223
+ "aws:TagKeys"
224
+ ],
225
+ "dependentActions": []
226
+ },
227
+ "updateautomationrule": {
228
+ "name": "UpdateAutomationRule",
229
+ "description": "Grants permission to update automation rule",
230
+ "accessLevel": "Write",
231
+ "resourceTypes": [
232
+ {
233
+ "name": "AutomationRule",
234
+ "required": true,
235
+ "conditionKeys": [],
236
+ "dependentActions": []
237
+ }
238
+ ],
239
+ "conditionKeys": [
240
+ "aws:ResourceTag/${TagKey}"
241
+ ],
242
+ "dependentActions": []
243
+ },
244
+ "updateenrollmentconfiguration": {
245
+ "name": "UpdateEnrollmentConfiguration",
246
+ "description": "Grants permission to update enrollment configuration for the Compute Optimizer automation feature",
247
+ "accessLevel": "Write",
248
+ "resourceTypes": [],
249
+ "conditionKeys": [],
250
+ "dependentActions": []
251
+ }
252
+ }
@@ -283,14 +283,6 @@
283
283
  "conditionKeys": [],
284
284
  "dependentActions": []
285
285
  },
286
- "invokeagent": {
287
- "name": "InvokeAgent",
288
- "description": "Grants permission to invoke an agent",
289
- "accessLevel": "Write",
290
- "resourceTypes": [],
291
- "conditionKeys": [],
292
- "dependentActions": []
293
- },
294
286
  "listagentspaces": {
295
287
  "name": "ListAgentSpaces",
296
288
  "description": "Grants permission to list agentspace",
@@ -9,6 +9,12 @@
9
9
  "required": true,
10
10
  "conditionKeys": [],
11
11
  "dependentActions": []
12
+ },
13
+ {
14
+ "name": "billingview",
15
+ "required": false,
16
+ "conditionKeys": [],
17
+ "dependentActions": []
12
18
  }
13
19
  ],
14
20
  "conditionKeys": [
@@ -186,6 +192,12 @@
186
192
  "required": true,
187
193
  "conditionKeys": [],
188
194
  "dependentActions": []
195
+ },
196
+ {
197
+ "name": "billingview",
198
+ "required": false,
199
+ "conditionKeys": [],
200
+ "dependentActions": []
189
201
  }
190
202
  ],
191
203
  "conditionKeys": [
@@ -927,6 +927,14 @@
927
927
  "conditionKeys": [],
928
928
  "dependentActions": []
929
929
  },
930
+ "deleteenforcedguardrailconfiguration": {
931
+ "name": "DeleteEnforcedGuardrailConfiguration",
932
+ "description": "Grants permission to delete account-level enforced guardrail configuration",
933
+ "accessLevel": "Write",
934
+ "resourceTypes": [],
935
+ "conditionKeys": [],
936
+ "dependentActions": []
937
+ },
930
938
  "deleteflow": {
931
939
  "name": "DeleteFlow",
932
940
  "description": "Grants permission to delete a prompt flow",
@@ -1145,7 +1153,19 @@
1145
1153
  "resourceTypes": [
1146
1154
  {
1147
1155
  "name": "custom-model",
1148
- "required": true,
1156
+ "required": false,
1157
+ "conditionKeys": [],
1158
+ "dependentActions": []
1159
+ },
1160
+ {
1161
+ "name": "guardrail",
1162
+ "required": false,
1163
+ "conditionKeys": [],
1164
+ "dependentActions": []
1165
+ },
1166
+ {
1167
+ "name": "guardrail-profile",
1168
+ "required": false,
1149
1169
  "conditionKeys": [],
1150
1170
  "dependentActions": []
1151
1171
  }
@@ -2025,7 +2045,19 @@
2025
2045
  "resourceTypes": [
2026
2046
  {
2027
2047
  "name": "custom-model",
2028
- "required": true,
2048
+ "required": false,
2049
+ "conditionKeys": [],
2050
+ "dependentActions": []
2051
+ },
2052
+ {
2053
+ "name": "guardrail",
2054
+ "required": false,
2055
+ "conditionKeys": [],
2056
+ "dependentActions": []
2057
+ },
2058
+ {
2059
+ "name": "guardrail-profile",
2060
+ "required": false,
2029
2061
  "conditionKeys": [],
2030
2062
  "dependentActions": []
2031
2063
  }
@@ -2588,6 +2620,14 @@
2588
2620
  "conditionKeys": [],
2589
2621
  "dependentActions": []
2590
2622
  },
2623
+ "listenforcedguardrailsconfiguration": {
2624
+ "name": "ListEnforcedGuardrailsConfiguration",
2625
+ "description": "Grants permission to list account-level enforced guardrail configurations",
2626
+ "accessLevel": "List",
2627
+ "resourceTypes": [],
2628
+ "conditionKeys": [],
2629
+ "dependentActions": []
2630
+ },
2591
2631
  "listevaluationjobs": {
2592
2632
  "name": "ListEvaluationJobs",
2593
2633
  "description": "Grants permission to get the list of evaluation jobs that you have submitted",
@@ -3093,6 +3133,14 @@
3093
3133
  "conditionKeys": [],
3094
3134
  "dependentActions": []
3095
3135
  },
3136
+ "putenforcedguardrailconfiguration": {
3137
+ "name": "PutEnforcedGuardrailConfiguration",
3138
+ "description": "Grants permission to set account-level enforced guardrail configuration",
3139
+ "accessLevel": "Write",
3140
+ "resourceTypes": [],
3141
+ "conditionKeys": [],
3142
+ "dependentActions": []
3143
+ },
3096
3144
  "putfoundationmodelentitlement": {
3097
3145
  "name": "PutFoundationModelEntitlement",
3098
3146
  "description": "Grants permission to put entitlement to access a foundation model",
@@ -3132,7 +3180,19 @@
3132
3180
  "resourceTypes": [
3133
3181
  {
3134
3182
  "name": "custom-model",
3135
- "required": true,
3183
+ "required": false,
3184
+ "conditionKeys": [],
3185
+ "dependentActions": []
3186
+ },
3187
+ {
3188
+ "name": "guardrail",
3189
+ "required": false,
3190
+ "conditionKeys": [],
3191
+ "dependentActions": []
3192
+ },
3193
+ {
3194
+ "name": "guardrail-profile",
3195
+ "required": false,
3136
3196
  "conditionKeys": [],
3137
3197
  "dependentActions": []
3138
3198
  }
@@ -3862,6 +3922,27 @@
3862
3922
  "conditionKeys": [],
3863
3923
  "dependentActions": []
3864
3924
  },
3925
+ "updatecustommodeldeployment": {
3926
+ "name": "UpdateCustomModelDeployment",
3927
+ "description": "Grants permission to update an existing custom model deployment with a new custom model",
3928
+ "accessLevel": "Write",
3929
+ "resourceTypes": [
3930
+ {
3931
+ "name": "custom-model",
3932
+ "required": true,
3933
+ "conditionKeys": [],
3934
+ "dependentActions": []
3935
+ },
3936
+ {
3937
+ "name": "custom-model-deployment",
3938
+ "required": true,
3939
+ "conditionKeys": [],
3940
+ "dependentActions": []
3941
+ }
3942
+ ],
3943
+ "conditionKeys": [],
3944
+ "dependentActions": []
3945
+ },
3865
3946
  "updatedataautomationproject": {
3866
3947
  "name": "UpdateDataAutomationProject",
3867
3948
  "description": "Grants permission to update a data automation project",
@@ -496,6 +496,14 @@
496
496
  "conditionKeys": [],
497
497
  "dependentActions": []
498
498
  },
499
+ "listcostcategoryresourceassociations": {
500
+ "name": "ListCostCategoryResourceAssociations",
501
+ "description": "Grants permission to retrieve resource associations of all Cost Categories defined in the account",
502
+ "accessLevel": "List",
503
+ "resourceTypes": [],
504
+ "conditionKeys": [],
505
+ "dependentActions": []
506
+ },
499
507
  "listsavingsplanspurchaserecommendationgeneration": {
500
508
  "name": "ListSavingsPlansPurchaseRecommendationGeneration",
501
509
  "description": "Grants permission to retrieve a list of your historical recommendation generations",
@@ -35,6 +35,7 @@
35
35
  "accessLevel": "Write",
36
36
  "resourceTypes": [],
37
37
  "conditionKeys": [
38
+ "aws:ResourceTag/${TagKey}",
38
39
  "aws:RequestTag/${TagKey}",
39
40
  "aws:TagKeys"
40
41
  ],
@@ -508,6 +508,25 @@
508
508
  ],
509
509
  "dependentActions": []
510
510
  },
511
+ "reserveuser": {
512
+ "name": "ReserveUser",
513
+ "description": "Grants permission to reserve a user by getting a userId",
514
+ "accessLevel": "Write",
515
+ "resourceTypes": [
516
+ {
517
+ "name": "Identitystore",
518
+ "required": true,
519
+ "conditionKeys": [],
520
+ "dependentActions": [
521
+ "kms:Decrypt"
522
+ ]
523
+ }
524
+ ],
525
+ "conditionKeys": [
526
+ "identitystore:PrimaryRegion"
527
+ ],
528
+ "dependentActions": []
529
+ },
511
530
  "updategroup": {
512
531
  "name": "UpdateGroup",
513
532
  "description": "Grants permission to update information about a group in the specified IdentityStore",
@@ -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
+ }
@@ -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
+ {}
@@ -0,0 +1,9 @@
1
+ {
2
+ "automationrule": {
3
+ "key": "AutomationRule",
4
+ "arn": "arn:${Partition}:compute-optimizer::${Account}:automation-rule/${RuleId}",
5
+ "conditionKeys": [
6
+ "aws:ResourceTag/${TagKey}"
7
+ ]
8
+ }
9
+ }
@@ -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
+ }
@@ -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
+ }
@@ -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",
@@ -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.202512061",
3
+ "version": "0.15.202512091",
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-06T04:47:37.991Z",
9
+ "updatedAt": "2025-12-09T04:52:55.761Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",
@@ -1,316 +0,0 @@
1
- {
2
- "associatecoupon": {
3
- "name": "AssociateCoupon",
4
- "isPermissionOnly": true,
5
- "description": "Grants permission to associate a DeepComposer coupon (or DSN) with the account associated with the sender of the request",
6
- "accessLevel": "Write",
7
- "resourceTypes": [],
8
- "conditionKeys": [],
9
- "dependentActions": []
10
- },
11
- "createaudio": {
12
- "name": "CreateAudio",
13
- "isPermissionOnly": true,
14
- "description": "Grants permission to create an audio file by converting the midi composition into a wav or mp3 file",
15
- "accessLevel": "Write",
16
- "resourceTypes": [
17
- {
18
- "name": "audio",
19
- "required": true,
20
- "conditionKeys": [],
21
- "dependentActions": []
22
- }
23
- ],
24
- "conditionKeys": [],
25
- "dependentActions": []
26
- },
27
- "createcomposition": {
28
- "name": "CreateComposition",
29
- "isPermissionOnly": true,
30
- "description": "Grants permission to create a multi-track midi composition",
31
- "accessLevel": "Write",
32
- "resourceTypes": [
33
- {
34
- "name": "composition",
35
- "required": true,
36
- "conditionKeys": [],
37
- "dependentActions": []
38
- }
39
- ],
40
- "conditionKeys": [
41
- "aws:RequestTag/${TagKey}",
42
- "aws:TagKeys"
43
- ],
44
- "dependentActions": []
45
- },
46
- "createmodel": {
47
- "name": "CreateModel",
48
- "isPermissionOnly": true,
49
- "description": "Grants permission to start creating/training a generative-model that is able to perform inference against the user-provided piano-melody to create a multi-track midi composition",
50
- "accessLevel": "Write",
51
- "resourceTypes": [
52
- {
53
- "name": "model",
54
- "required": true,
55
- "conditionKeys": [],
56
- "dependentActions": []
57
- }
58
- ],
59
- "conditionKeys": [
60
- "aws:RequestTag/${TagKey}",
61
- "aws:TagKeys"
62
- ],
63
- "dependentActions": []
64
- },
65
- "deletecomposition": {
66
- "name": "DeleteComposition",
67
- "isPermissionOnly": true,
68
- "description": "Grants permission to delete the composition",
69
- "accessLevel": "Write",
70
- "resourceTypes": [
71
- {
72
- "name": "composition",
73
- "required": true,
74
- "conditionKeys": [],
75
- "dependentActions": []
76
- }
77
- ],
78
- "conditionKeys": [],
79
- "dependentActions": []
80
- },
81
- "deletemodel": {
82
- "name": "DeleteModel",
83
- "description": "Grants permission to delete the model",
84
- "accessLevel": "Write",
85
- "resourceTypes": [
86
- {
87
- "name": "model",
88
- "required": true,
89
- "conditionKeys": [],
90
- "dependentActions": []
91
- }
92
- ],
93
- "conditionKeys": [],
94
- "dependentActions": []
95
- },
96
- "getcomposition": {
97
- "name": "GetComposition",
98
- "isPermissionOnly": true,
99
- "description": "Grants permission to get information about the composition",
100
- "accessLevel": "Read",
101
- "resourceTypes": [
102
- {
103
- "name": "composition",
104
- "required": true,
105
- "conditionKeys": [],
106
- "dependentActions": []
107
- }
108
- ],
109
- "conditionKeys": [
110
- "aws:ResourceTag/${TagKey}"
111
- ],
112
- "dependentActions": []
113
- },
114
- "getmodel": {
115
- "name": "GetModel",
116
- "isPermissionOnly": true,
117
- "description": "Grants permission to get information about the model",
118
- "accessLevel": "Read",
119
- "resourceTypes": [
120
- {
121
- "name": "model",
122
- "required": true,
123
- "conditionKeys": [],
124
- "dependentActions": []
125
- }
126
- ],
127
- "conditionKeys": [
128
- "aws:ResourceTag/${TagKey}"
129
- ],
130
- "dependentActions": []
131
- },
132
- "getsamplemodel": {
133
- "name": "GetSampleModel",
134
- "isPermissionOnly": true,
135
- "description": "Grants permission to get information about the sample/pre-trained DeepComposer model",
136
- "accessLevel": "Read",
137
- "resourceTypes": [
138
- {
139
- "name": "model",
140
- "required": true,
141
- "conditionKeys": [],
142
- "dependentActions": []
143
- }
144
- ],
145
- "conditionKeys": [],
146
- "dependentActions": []
147
- },
148
- "listcompositions": {
149
- "name": "ListCompositions",
150
- "isPermissionOnly": true,
151
- "description": "Grants permission to list all the compositions owned by the sender of the request",
152
- "accessLevel": "List",
153
- "resourceTypes": [
154
- {
155
- "name": "composition",
156
- "required": true,
157
- "conditionKeys": [],
158
- "dependentActions": []
159
- }
160
- ],
161
- "conditionKeys": [],
162
- "dependentActions": []
163
- },
164
- "listmodels": {
165
- "name": "ListModels",
166
- "isPermissionOnly": true,
167
- "description": "Grants permission to list all the models owned by the sender of the request",
168
- "accessLevel": "List",
169
- "resourceTypes": [
170
- {
171
- "name": "model",
172
- "required": true,
173
- "conditionKeys": [],
174
- "dependentActions": []
175
- }
176
- ],
177
- "conditionKeys": [],
178
- "dependentActions": []
179
- },
180
- "listsamplemodels": {
181
- "name": "ListSampleModels",
182
- "isPermissionOnly": true,
183
- "description": "Grants permission to list all the sample/pre-trained models provided by the DeepComposer service",
184
- "accessLevel": "List",
185
- "resourceTypes": [
186
- {
187
- "name": "model",
188
- "required": true,
189
- "conditionKeys": [],
190
- "dependentActions": []
191
- }
192
- ],
193
- "conditionKeys": [],
194
- "dependentActions": []
195
- },
196
- "listtagsforresource": {
197
- "name": "ListTagsForResource",
198
- "description": "Grants permission to list tags for a resource",
199
- "accessLevel": "List",
200
- "resourceTypes": [
201
- {
202
- "name": "composition",
203
- "required": false,
204
- "conditionKeys": [],
205
- "dependentActions": []
206
- },
207
- {
208
- "name": "model",
209
- "required": false,
210
- "conditionKeys": [],
211
- "dependentActions": []
212
- }
213
- ],
214
- "conditionKeys": [
215
- "aws:ResourceTag/${TagKey}"
216
- ],
217
- "dependentActions": []
218
- },
219
- "listtrainingtopics": {
220
- "name": "ListTrainingTopics",
221
- "isPermissionOnly": true,
222
- "description": "Grants permission to list all the training options or topic for creating/training a model",
223
- "accessLevel": "List",
224
- "resourceTypes": [
225
- {
226
- "name": "model",
227
- "required": true,
228
- "conditionKeys": [],
229
- "dependentActions": []
230
- }
231
- ],
232
- "conditionKeys": [],
233
- "dependentActions": []
234
- },
235
- "tagresource": {
236
- "name": "TagResource",
237
- "description": "Grants permission to tag a resource",
238
- "accessLevel": "Tagging",
239
- "resourceTypes": [
240
- {
241
- "name": "composition",
242
- "required": false,
243
- "conditionKeys": [],
244
- "dependentActions": []
245
- },
246
- {
247
- "name": "model",
248
- "required": false,
249
- "conditionKeys": [],
250
- "dependentActions": []
251
- }
252
- ],
253
- "conditionKeys": [
254
- "aws:TagKeys",
255
- "aws:RequestTag/${TagKey}",
256
- "aws:ResourceTag/${TagKey}"
257
- ],
258
- "dependentActions": []
259
- },
260
- "untagresource": {
261
- "name": "UntagResource",
262
- "description": "Grants permission to untag a resource",
263
- "accessLevel": "Tagging",
264
- "resourceTypes": [
265
- {
266
- "name": "composition",
267
- "required": false,
268
- "conditionKeys": [],
269
- "dependentActions": []
270
- },
271
- {
272
- "name": "model",
273
- "required": false,
274
- "conditionKeys": [],
275
- "dependentActions": []
276
- }
277
- ],
278
- "conditionKeys": [
279
- "aws:TagKeys",
280
- "aws:ResourceTag/${TagKey}"
281
- ],
282
- "dependentActions": []
283
- },
284
- "updatecomposition": {
285
- "name": "UpdateComposition",
286
- "isPermissionOnly": true,
287
- "description": "Grants permission to modify the mutable properties associated with a composition",
288
- "accessLevel": "Write",
289
- "resourceTypes": [
290
- {
291
- "name": "composition",
292
- "required": true,
293
- "conditionKeys": [],
294
- "dependentActions": []
295
- }
296
- ],
297
- "conditionKeys": [],
298
- "dependentActions": []
299
- },
300
- "updatemodel": {
301
- "name": "UpdateModel",
302
- "isPermissionOnly": true,
303
- "description": "Grants permission to to modify the mutable properties associated with a model",
304
- "accessLevel": "Write",
305
- "resourceTypes": [
306
- {
307
- "name": "model",
308
- "required": true,
309
- "conditionKeys": [],
310
- "dependentActions": []
311
- }
312
- ],
313
- "conditionKeys": [],
314
- "dependentActions": []
315
- }
316
- }
@@ -1,17 +0,0 @@
1
- {
2
- "aws:requesttag/${tagkey}": {
3
- "key": "aws:RequestTag/${TagKey}",
4
- "description": "Filters access by actions based on the presence of tag key-value pairs in the request",
5
- "type": "String"
6
- },
7
- "aws:resourcetag/${tagkey}": {
8
- "key": "aws:ResourceTag/${TagKey}",
9
- "description": "Filters access by actions based on tag key-value pairs attached to the resource",
10
- "type": "String"
11
- },
12
- "aws:tagkeys": {
13
- "key": "aws:TagKeys",
14
- "description": "Filters access by actions based on the presence of tag keys in the request",
15
- "type": "ArrayOfString"
16
- }
17
- }
@@ -1,20 +0,0 @@
1
- {
2
- "model": {
3
- "key": "model",
4
- "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:model/${ModelId}",
5
- "conditionKeys": [
6
- "aws:ResourceTag/${TagKey}"
7
- ]
8
- },
9
- "composition": {
10
- "key": "composition",
11
- "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:composition/${CompositionId}",
12
- "conditionKeys": [
13
- "aws:ResourceTag/${TagKey}"
14
- ]
15
- },
16
- "audio": {
17
- "key": "audio",
18
- "arn": "arn:${Partition}:deepcomposer:${Region}:${Account}:audio/${AudioId}"
19
- }
20
- }