@cloud-copilot/iam-data 0.9.202501161 → 0.9.202501181
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/lakeformation.json +3 -1
- package/data/actions/notifications.json +200 -2
- package/data/actions/partnercentral.json +98 -25
- package/data/actions/rds.json +0 -6
- package/data/conditionKeys/lakeformation.json +7 -1
- package/data/conditionKeys/partnercentral.json +15 -0
- package/data/resourceTypes/notifications.json +12 -0
- package/data/resourceTypes/partnercentral.json +4 -0
- package/package.json +2 -2
|
@@ -172,7 +172,9 @@
|
|
|
172
172
|
"description": "Grants permission to virtual data lake access",
|
|
173
173
|
"accessLevel": "Write",
|
|
174
174
|
"resourceTypes": [],
|
|
175
|
-
"conditionKeys": [
|
|
175
|
+
"conditionKeys": [
|
|
176
|
+
"lakeformation:EnabledOnlyForMetaDataAccess"
|
|
177
|
+
],
|
|
176
178
|
"dependentActions": []
|
|
177
179
|
},
|
|
178
180
|
"getdatacellsfilter": {
|
|
@@ -14,6 +14,36 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"associatemanagednotificationaccountcontact": {
|
|
18
|
+
"name": "AssociateManagedNotificationAccountContact",
|
|
19
|
+
"description": "Grants permission to associate an Account contact to a particular Managed Notification Configuration",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "ManagedNotificationConfiguration",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
32
|
+
"associatemanagednotificationadditionalchannel": {
|
|
33
|
+
"name": "AssociateManagedNotificationAdditionalChannel",
|
|
34
|
+
"description": "Grants permission to associate a Channel to a particular Managed Notification Configuration",
|
|
35
|
+
"accessLevel": "Write",
|
|
36
|
+
"resourceTypes": [
|
|
37
|
+
{
|
|
38
|
+
"name": "ManagedNotificationConfiguration",
|
|
39
|
+
"required": true,
|
|
40
|
+
"conditionKeys": [],
|
|
41
|
+
"dependentActions": []
|
|
42
|
+
}
|
|
43
|
+
],
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
},
|
|
17
47
|
"createeventrule": {
|
|
18
48
|
"name": "CreateEventRule",
|
|
19
49
|
"description": "Grants permission to create a new EventRule, associating it with a NotificationConfiguration",
|
|
@@ -71,6 +101,16 @@
|
|
|
71
101
|
"conditionKeys": [],
|
|
72
102
|
"dependentActions": []
|
|
73
103
|
},
|
|
104
|
+
"disablenotificationsaccessfororganization": {
|
|
105
|
+
"name": "DisableNotificationsAccessForOrganization",
|
|
106
|
+
"description": "Grants permission to disable Service Trust for AWS User Notifications",
|
|
107
|
+
"accessLevel": "Write",
|
|
108
|
+
"resourceTypes": [],
|
|
109
|
+
"conditionKeys": [],
|
|
110
|
+
"dependentActions": [
|
|
111
|
+
"organizations:DisableAWSServiceAccess"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
74
114
|
"disassociatechannel": {
|
|
75
115
|
"name": "DisassociateChannel",
|
|
76
116
|
"description": "Grants permission to remove a Channel from a NotificationConfiguration",
|
|
@@ -86,6 +126,47 @@
|
|
|
86
126
|
"conditionKeys": [],
|
|
87
127
|
"dependentActions": []
|
|
88
128
|
},
|
|
129
|
+
"disassociatemanagednotificationaccountcontact": {
|
|
130
|
+
"name": "DisassociateManagedNotificationAccountContact",
|
|
131
|
+
"description": "Grants permission to remove an Account contact from a Managed Notification Configuration",
|
|
132
|
+
"accessLevel": "Write",
|
|
133
|
+
"resourceTypes": [
|
|
134
|
+
{
|
|
135
|
+
"name": "ManagedNotificationConfiguration",
|
|
136
|
+
"required": true,
|
|
137
|
+
"conditionKeys": [],
|
|
138
|
+
"dependentActions": []
|
|
139
|
+
}
|
|
140
|
+
],
|
|
141
|
+
"conditionKeys": [],
|
|
142
|
+
"dependentActions": []
|
|
143
|
+
},
|
|
144
|
+
"disassociatemanagednotificationadditionalchannel": {
|
|
145
|
+
"name": "DisassociateManagedNotificationAdditionalChannel",
|
|
146
|
+
"description": "Grants permission to remove a Channel from a Managed Notification Configuration",
|
|
147
|
+
"accessLevel": "Write",
|
|
148
|
+
"resourceTypes": [
|
|
149
|
+
{
|
|
150
|
+
"name": "ManagedNotificationConfiguration",
|
|
151
|
+
"required": true,
|
|
152
|
+
"conditionKeys": [],
|
|
153
|
+
"dependentActions": []
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"conditionKeys": [],
|
|
157
|
+
"dependentActions": []
|
|
158
|
+
},
|
|
159
|
+
"enablenotificationsaccessfororganization": {
|
|
160
|
+
"name": "EnableNotificationsAccessForOrganization",
|
|
161
|
+
"description": "Grants permission to enable Service Trust for AWS User Notifications",
|
|
162
|
+
"accessLevel": "Write",
|
|
163
|
+
"resourceTypes": [],
|
|
164
|
+
"conditionKeys": [],
|
|
165
|
+
"dependentActions": [
|
|
166
|
+
"iam:CreateServiceLinkedRole",
|
|
167
|
+
"organizations:EnableAWSServiceAccess"
|
|
168
|
+
]
|
|
169
|
+
},
|
|
89
170
|
"geteventrule": {
|
|
90
171
|
"name": "GetEventRule",
|
|
91
172
|
"description": "Grants permission to get an EventRule",
|
|
@@ -101,6 +182,60 @@
|
|
|
101
182
|
"conditionKeys": [],
|
|
102
183
|
"dependentActions": []
|
|
103
184
|
},
|
|
185
|
+
"getfeatureoptinstatus": {
|
|
186
|
+
"name": "GetFeatureOptInStatus",
|
|
187
|
+
"isPermissionOnly": true,
|
|
188
|
+
"description": "Grants permission to read the opt-in status of an AWS User Notification Service feature",
|
|
189
|
+
"accessLevel": "Read",
|
|
190
|
+
"resourceTypes": [],
|
|
191
|
+
"conditionKeys": [],
|
|
192
|
+
"dependentActions": []
|
|
193
|
+
},
|
|
194
|
+
"getmanagednotificationchildevent": {
|
|
195
|
+
"name": "GetManagedNotificationChildEvent",
|
|
196
|
+
"description": "Grants permission to get a Managed Notification Child Event",
|
|
197
|
+
"accessLevel": "Read",
|
|
198
|
+
"resourceTypes": [
|
|
199
|
+
{
|
|
200
|
+
"name": "ManagedNotificationChildEvent",
|
|
201
|
+
"required": true,
|
|
202
|
+
"conditionKeys": [],
|
|
203
|
+
"dependentActions": []
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"conditionKeys": [],
|
|
207
|
+
"dependentActions": []
|
|
208
|
+
},
|
|
209
|
+
"getmanagednotificationconfiguration": {
|
|
210
|
+
"name": "GetManagedNotificationConfiguration",
|
|
211
|
+
"description": "Grants permission to get a Managed Notification Configuration",
|
|
212
|
+
"accessLevel": "Read",
|
|
213
|
+
"resourceTypes": [
|
|
214
|
+
{
|
|
215
|
+
"name": "ManagedNotificationConfiguration",
|
|
216
|
+
"required": true,
|
|
217
|
+
"conditionKeys": [],
|
|
218
|
+
"dependentActions": []
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"conditionKeys": [],
|
|
222
|
+
"dependentActions": []
|
|
223
|
+
},
|
|
224
|
+
"getmanagednotificationevent": {
|
|
225
|
+
"name": "GetManagedNotificationEvent",
|
|
226
|
+
"description": "Grants permission to get a Managed NotificationEvent",
|
|
227
|
+
"accessLevel": "Read",
|
|
228
|
+
"resourceTypes": [
|
|
229
|
+
{
|
|
230
|
+
"name": "ManagedNotificationEvent",
|
|
231
|
+
"required": true,
|
|
232
|
+
"conditionKeys": [],
|
|
233
|
+
"dependentActions": []
|
|
234
|
+
}
|
|
235
|
+
],
|
|
236
|
+
"conditionKeys": [],
|
|
237
|
+
"dependentActions": []
|
|
238
|
+
},
|
|
104
239
|
"getnotificationconfiguration": {
|
|
105
240
|
"name": "GetNotificationConfiguration",
|
|
106
241
|
"description": "Grants permission to get a NotificationConfiguration",
|
|
@@ -131,11 +266,26 @@
|
|
|
131
266
|
"conditionKeys": [],
|
|
132
267
|
"dependentActions": []
|
|
133
268
|
},
|
|
269
|
+
"getnotificationsaccessfororganization": {
|
|
270
|
+
"name": "GetNotificationsAccessForOrganization",
|
|
271
|
+
"description": "Grants permission to read Service Trust for AWS User Notifications",
|
|
272
|
+
"accessLevel": "Read",
|
|
273
|
+
"resourceTypes": [],
|
|
274
|
+
"conditionKeys": [],
|
|
275
|
+
"dependentActions": []
|
|
276
|
+
},
|
|
134
277
|
"listchannels": {
|
|
135
278
|
"name": "ListChannels",
|
|
136
279
|
"description": "Grants permission to list Channels by NotificationConfiguration",
|
|
137
280
|
"accessLevel": "List",
|
|
138
|
-
"resourceTypes": [
|
|
281
|
+
"resourceTypes": [
|
|
282
|
+
{
|
|
283
|
+
"name": "NotificationConfiguration",
|
|
284
|
+
"required": true,
|
|
285
|
+
"conditionKeys": [],
|
|
286
|
+
"dependentActions": []
|
|
287
|
+
}
|
|
288
|
+
],
|
|
139
289
|
"conditionKeys": [],
|
|
140
290
|
"dependentActions": []
|
|
141
291
|
},
|
|
@@ -147,6 +297,45 @@
|
|
|
147
297
|
"conditionKeys": [],
|
|
148
298
|
"dependentActions": []
|
|
149
299
|
},
|
|
300
|
+
"listmanagednotificationchannelassociations": {
|
|
301
|
+
"name": "ListManagedNotificationChannelAssociations",
|
|
302
|
+
"description": "Grants permission to list Account contacts and Channels associated with a Managed Notification Configuration",
|
|
303
|
+
"accessLevel": "List",
|
|
304
|
+
"resourceTypes": [
|
|
305
|
+
{
|
|
306
|
+
"name": "ManagedNotificationConfiguration",
|
|
307
|
+
"required": true,
|
|
308
|
+
"conditionKeys": [],
|
|
309
|
+
"dependentActions": []
|
|
310
|
+
}
|
|
311
|
+
],
|
|
312
|
+
"conditionKeys": [],
|
|
313
|
+
"dependentActions": []
|
|
314
|
+
},
|
|
315
|
+
"listmanagednotificationchildevents": {
|
|
316
|
+
"name": "ListManagedNotificationChildEvents",
|
|
317
|
+
"description": "Grants permission to list Managed Notification Child Events",
|
|
318
|
+
"accessLevel": "List",
|
|
319
|
+
"resourceTypes": [],
|
|
320
|
+
"conditionKeys": [],
|
|
321
|
+
"dependentActions": []
|
|
322
|
+
},
|
|
323
|
+
"listmanagednotificationconfigurations": {
|
|
324
|
+
"name": "ListManagedNotificationConfigurations",
|
|
325
|
+
"description": "Grants permission to list Managed Notification Configurations",
|
|
326
|
+
"accessLevel": "List",
|
|
327
|
+
"resourceTypes": [],
|
|
328
|
+
"conditionKeys": [],
|
|
329
|
+
"dependentActions": []
|
|
330
|
+
},
|
|
331
|
+
"listmanagednotificationevents": {
|
|
332
|
+
"name": "ListManagedNotificationEvents",
|
|
333
|
+
"description": "Grants permission to list Managed Notification Events",
|
|
334
|
+
"accessLevel": "List",
|
|
335
|
+
"resourceTypes": [],
|
|
336
|
+
"conditionKeys": [],
|
|
337
|
+
"dependentActions": []
|
|
338
|
+
},
|
|
150
339
|
"listnotificationconfigurations": {
|
|
151
340
|
"name": "ListNotificationConfigurations",
|
|
152
341
|
"description": "Grants permission to list NotificationConfigurations",
|
|
@@ -174,7 +363,16 @@
|
|
|
174
363
|
"listtagsforresource": {
|
|
175
364
|
"name": "ListTagsForResource",
|
|
176
365
|
"description": "Grants permission to get tags for a resource",
|
|
177
|
-
"accessLevel": "
|
|
366
|
+
"accessLevel": "List",
|
|
367
|
+
"resourceTypes": [],
|
|
368
|
+
"conditionKeys": [],
|
|
369
|
+
"dependentActions": []
|
|
370
|
+
},
|
|
371
|
+
"putfeatureoptinstatus": {
|
|
372
|
+
"name": "PutFeatureOptInStatus",
|
|
373
|
+
"isPermissionOnly": true,
|
|
374
|
+
"description": "Grants permission to update the opt-in status of an AWS User Notification Service feature",
|
|
375
|
+
"accessLevel": "Write",
|
|
178
376
|
"resourceTypes": [],
|
|
179
377
|
"conditionKeys": [],
|
|
180
378
|
"dependentActions": []
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"createengagement": {
|
|
55
55
|
"name": "CreateEngagement",
|
|
56
|
-
"description": "Grants permission to
|
|
56
|
+
"description": "Grants permission to creating engagements in AWS Partner Central",
|
|
57
57
|
"accessLevel": "Write",
|
|
58
58
|
"resourceTypes": [],
|
|
59
59
|
"conditionKeys": [
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"createengagementinvitation": {
|
|
65
65
|
"name": "CreateEngagementInvitation",
|
|
66
|
-
"description": "Grants permission to
|
|
66
|
+
"description": "Grants permission to creating engagement invitations in AWS Partner Central",
|
|
67
67
|
"accessLevel": "Write",
|
|
68
68
|
"resourceTypes": [],
|
|
69
69
|
"conditionKeys": [
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
},
|
|
84
84
|
"createresourcesnapshot": {
|
|
85
85
|
"name": "CreateResourceSnapshot",
|
|
86
|
-
"description": "Grants permission to
|
|
86
|
+
"description": "Grants permission to creating resource snapshots in AWS Partner Central",
|
|
87
87
|
"accessLevel": "Write",
|
|
88
88
|
"resourceTypes": [
|
|
89
89
|
{
|
|
@@ -100,15 +100,19 @@
|
|
|
100
100
|
},
|
|
101
101
|
"createresourcesnapshotjob": {
|
|
102
102
|
"name": "CreateResourceSnapshotJob",
|
|
103
|
-
"description": "Grants permission to
|
|
103
|
+
"description": "Grants permission to creating resource snapshot jobs in AWS Partner Central",
|
|
104
104
|
"accessLevel": "Write",
|
|
105
105
|
"resourceTypes": [],
|
|
106
|
-
"conditionKeys": [
|
|
106
|
+
"conditionKeys": [
|
|
107
|
+
"aws:RequestTag/${TagKey}",
|
|
108
|
+
"aws:TagKeys",
|
|
109
|
+
"partnercentral:Catalog"
|
|
110
|
+
],
|
|
107
111
|
"dependentActions": []
|
|
108
112
|
},
|
|
109
113
|
"deleteresourcesnapshotjob": {
|
|
110
114
|
"name": "DeleteResourceSnapshotJob",
|
|
111
|
-
"description": "Grants permission to
|
|
115
|
+
"description": "Grants permission to deleting resource snapshot jobs on AWS Partner Central",
|
|
112
116
|
"accessLevel": "Write",
|
|
113
117
|
"resourceTypes": [
|
|
114
118
|
{
|
|
@@ -118,7 +122,11 @@
|
|
|
118
122
|
"dependentActions": []
|
|
119
123
|
}
|
|
120
124
|
],
|
|
121
|
-
"conditionKeys": [
|
|
125
|
+
"conditionKeys": [
|
|
126
|
+
"aws:ResourceTag/${TagKey}",
|
|
127
|
+
"aws:TagKeys",
|
|
128
|
+
"partnercentral:Catalog"
|
|
129
|
+
],
|
|
122
130
|
"dependentActions": []
|
|
123
131
|
},
|
|
124
132
|
"disassociateopportunity": {
|
|
@@ -158,7 +166,7 @@
|
|
|
158
166
|
},
|
|
159
167
|
"getengagement": {
|
|
160
168
|
"name": "GetEngagement",
|
|
161
|
-
"description": "Grants permission to
|
|
169
|
+
"description": "Grants permission to retrieval of engagement details in AWS Partner Central",
|
|
162
170
|
"accessLevel": "Read",
|
|
163
171
|
"resourceTypes": [
|
|
164
172
|
{
|
|
@@ -209,7 +217,7 @@
|
|
|
209
217
|
},
|
|
210
218
|
"getresourcesnapshot": {
|
|
211
219
|
"name": "GetResourceSnapshot",
|
|
212
|
-
"description": "Grants permission to
|
|
220
|
+
"description": "Grants permission to retrieving resource snapshot details in AWS Partner Central",
|
|
213
221
|
"accessLevel": "Read",
|
|
214
222
|
"resourceTypes": [
|
|
215
223
|
{
|
|
@@ -226,7 +234,7 @@
|
|
|
226
234
|
},
|
|
227
235
|
"getresourcesnapshotjob": {
|
|
228
236
|
"name": "GetResourceSnapshotJob",
|
|
229
|
-
"description": "Grants permission to
|
|
237
|
+
"description": "Grants permission to retrieving resource snapshot job details in AWS Partner Central",
|
|
230
238
|
"accessLevel": "Read",
|
|
231
239
|
"resourceTypes": [
|
|
232
240
|
{
|
|
@@ -237,15 +245,24 @@
|
|
|
237
245
|
}
|
|
238
246
|
],
|
|
239
247
|
"conditionKeys": [
|
|
248
|
+
"aws:ResourceTag/${TagKey}",
|
|
249
|
+
"aws:TagKeys",
|
|
240
250
|
"partnercentral:Catalog"
|
|
241
251
|
],
|
|
242
252
|
"dependentActions": []
|
|
243
253
|
},
|
|
244
254
|
"getsellingsystemsettings": {
|
|
245
255
|
"name": "GetSellingSystemSettings",
|
|
246
|
-
"description": "Grants permission to
|
|
256
|
+
"description": "Grants permission to retrieving system settings settings in AWS Partner Central",
|
|
247
257
|
"accessLevel": "Read",
|
|
248
|
-
"resourceTypes": [
|
|
258
|
+
"resourceTypes": [
|
|
259
|
+
{
|
|
260
|
+
"name": "selling-system-settings",
|
|
261
|
+
"required": true,
|
|
262
|
+
"conditionKeys": [],
|
|
263
|
+
"dependentActions": []
|
|
264
|
+
}
|
|
265
|
+
],
|
|
249
266
|
"conditionKeys": [
|
|
250
267
|
"partnercentral:Catalog"
|
|
251
268
|
],
|
|
@@ -253,7 +270,7 @@
|
|
|
253
270
|
},
|
|
254
271
|
"listengagementbyacceptinginvitationtasks": {
|
|
255
272
|
"name": "ListEngagementByAcceptingInvitationTasks",
|
|
256
|
-
"description": "Grants permission to
|
|
273
|
+
"description": "Grants permission to listing engagements by accepting invitation tasks in AWS Partner\nCentral",
|
|
257
274
|
"accessLevel": "List",
|
|
258
275
|
"resourceTypes": [],
|
|
259
276
|
"conditionKeys": [
|
|
@@ -263,7 +280,7 @@
|
|
|
263
280
|
},
|
|
264
281
|
"listengagementfromopportunitytasks": {
|
|
265
282
|
"name": "ListEngagementFromOpportunityTasks",
|
|
266
|
-
"description": "Grants permission to
|
|
283
|
+
"description": "Grants permission to listing engagements from opportunity tasks in AWS Partner Central",
|
|
267
284
|
"accessLevel": "List",
|
|
268
285
|
"resourceTypes": [],
|
|
269
286
|
"conditionKeys": [
|
|
@@ -283,7 +300,7 @@
|
|
|
283
300
|
},
|
|
284
301
|
"listengagementmembers": {
|
|
285
302
|
"name": "ListEngagementMembers",
|
|
286
|
-
"description": "Grants permission to
|
|
303
|
+
"description": "Grants permission to listing engagement members in AWS Partner Central",
|
|
287
304
|
"accessLevel": "Read",
|
|
288
305
|
"resourceTypes": [
|
|
289
306
|
{
|
|
@@ -300,7 +317,7 @@
|
|
|
300
317
|
},
|
|
301
318
|
"listengagementresourceassociations": {
|
|
302
319
|
"name": "ListEngagementResourceAssociations",
|
|
303
|
-
"description": "Grants permission to
|
|
320
|
+
"description": "Grants permission to listing engagement resource associations in AWS Partner Central",
|
|
304
321
|
"accessLevel": "Read",
|
|
305
322
|
"resourceTypes": [
|
|
306
323
|
{
|
|
@@ -317,7 +334,7 @@
|
|
|
317
334
|
},
|
|
318
335
|
"listengagements": {
|
|
319
336
|
"name": "ListEngagements",
|
|
320
|
-
"description": "Grants permission to
|
|
337
|
+
"description": "Grants permission to listing engagements in AWS Partner Central",
|
|
321
338
|
"accessLevel": "List",
|
|
322
339
|
"resourceTypes": [],
|
|
323
340
|
"conditionKeys": [
|
|
@@ -337,7 +354,7 @@
|
|
|
337
354
|
},
|
|
338
355
|
"listresourcesnapshotjobs": {
|
|
339
356
|
"name": "ListResourceSnapshotJobs",
|
|
340
|
-
"description": "Grants permission to
|
|
357
|
+
"description": "Grants permission to listing resource snapshot jobs in AWS Partner Central",
|
|
341
358
|
"accessLevel": "List",
|
|
342
359
|
"resourceTypes": [],
|
|
343
360
|
"conditionKeys": [
|
|
@@ -347,7 +364,7 @@
|
|
|
347
364
|
},
|
|
348
365
|
"listresourcesnapshots": {
|
|
349
366
|
"name": "ListResourceSnapshots",
|
|
350
|
-
"description": "Grants permission to
|
|
367
|
+
"description": "Grants permission to listing resource snapshots in AWS Partner Central",
|
|
351
368
|
"accessLevel": "Read",
|
|
352
369
|
"resourceTypes": [
|
|
353
370
|
{
|
|
@@ -372,11 +389,30 @@
|
|
|
372
389
|
],
|
|
373
390
|
"dependentActions": []
|
|
374
391
|
},
|
|
392
|
+
"listtagsforresource": {
|
|
393
|
+
"name": "ListTagsForResource",
|
|
394
|
+
"description": "Grants permission to add lists tags to a resource. Supported resource: ResourceSnapshotJob",
|
|
395
|
+
"accessLevel": "Read",
|
|
396
|
+
"resourceTypes": [],
|
|
397
|
+
"conditionKeys": [
|
|
398
|
+
"aws:ResourceTag/${TagKey}",
|
|
399
|
+
"aws:TagKeys",
|
|
400
|
+
"partnercentral:Catalog"
|
|
401
|
+
],
|
|
402
|
+
"dependentActions": []
|
|
403
|
+
},
|
|
375
404
|
"putsellingsystemsettings": {
|
|
376
405
|
"name": "PutSellingSystemSettings",
|
|
377
|
-
"description": "Grants permission to put system settings settings
|
|
406
|
+
"description": "Grants permission to put system settings settings in AWS Partner Central",
|
|
378
407
|
"accessLevel": "Write",
|
|
379
|
-
"resourceTypes": [
|
|
408
|
+
"resourceTypes": [
|
|
409
|
+
{
|
|
410
|
+
"name": "selling-system-settings",
|
|
411
|
+
"required": true,
|
|
412
|
+
"conditionKeys": [],
|
|
413
|
+
"dependentActions": []
|
|
414
|
+
}
|
|
415
|
+
],
|
|
380
416
|
"conditionKeys": [],
|
|
381
417
|
"dependentActions": []
|
|
382
418
|
},
|
|
@@ -403,6 +439,8 @@
|
|
|
403
439
|
"accessLevel": "Write",
|
|
404
440
|
"resourceTypes": [],
|
|
405
441
|
"conditionKeys": [
|
|
442
|
+
"aws:RequestTag/${TagKey}",
|
|
443
|
+
"aws:TagKeys",
|
|
406
444
|
"partnercentral:Catalog"
|
|
407
445
|
],
|
|
408
446
|
"dependentActions": [
|
|
@@ -420,6 +458,8 @@
|
|
|
420
458
|
"accessLevel": "Write",
|
|
421
459
|
"resourceTypes": [],
|
|
422
460
|
"conditionKeys": [
|
|
461
|
+
"aws:RequestTag/${TagKey}",
|
|
462
|
+
"aws:TagKeys",
|
|
423
463
|
"partnercentral:Catalog"
|
|
424
464
|
],
|
|
425
465
|
"dependentActions": [
|
|
@@ -433,7 +473,7 @@
|
|
|
433
473
|
},
|
|
434
474
|
"startresourcesnapshotjob": {
|
|
435
475
|
"name": "StartResourceSnapshotJob",
|
|
436
|
-
"description": "Grants permission to
|
|
476
|
+
"description": "Grants permission to starting resource snapshot jobs in AWS Partner Central",
|
|
437
477
|
"accessLevel": "Write",
|
|
438
478
|
"resourceTypes": [
|
|
439
479
|
{
|
|
@@ -443,12 +483,16 @@
|
|
|
443
483
|
"dependentActions": []
|
|
444
484
|
}
|
|
445
485
|
],
|
|
446
|
-
"conditionKeys": [
|
|
486
|
+
"conditionKeys": [
|
|
487
|
+
"aws:ResourceTag/${TagKey}",
|
|
488
|
+
"aws:TagKeys",
|
|
489
|
+
"partnercentral:Catalog"
|
|
490
|
+
],
|
|
447
491
|
"dependentActions": []
|
|
448
492
|
},
|
|
449
493
|
"stopresourcesnapshotjob": {
|
|
450
494
|
"name": "StopResourceSnapshotJob",
|
|
451
|
-
"description": "Grants permission to
|
|
495
|
+
"description": "Grants permission to stopping resource snapshot jobs in AWS Partner Central",
|
|
452
496
|
"accessLevel": "Write",
|
|
453
497
|
"resourceTypes": [
|
|
454
498
|
{
|
|
@@ -458,7 +502,11 @@
|
|
|
458
502
|
"dependentActions": []
|
|
459
503
|
}
|
|
460
504
|
],
|
|
461
|
-
"conditionKeys": [
|
|
505
|
+
"conditionKeys": [
|
|
506
|
+
"aws:ResourceTag/${TagKey}",
|
|
507
|
+
"aws:TagKeys",
|
|
508
|
+
"partnercentral:Catalog"
|
|
509
|
+
],
|
|
462
510
|
"dependentActions": []
|
|
463
511
|
},
|
|
464
512
|
"submitopportunity": {
|
|
@@ -478,6 +526,31 @@
|
|
|
478
526
|
],
|
|
479
527
|
"dependentActions": []
|
|
480
528
|
},
|
|
529
|
+
"tagresource": {
|
|
530
|
+
"name": "TagResource",
|
|
531
|
+
"description": "Grants permission to add new tags to a resource. Supported resource: ResourceSnapshotJob",
|
|
532
|
+
"accessLevel": "Tagging",
|
|
533
|
+
"resourceTypes": [],
|
|
534
|
+
"conditionKeys": [
|
|
535
|
+
"aws:RequestTag/${TagKey}",
|
|
536
|
+
"aws:ResourceTag/${TagKey}",
|
|
537
|
+
"aws:TagKeys",
|
|
538
|
+
"partnercentral:Catalog"
|
|
539
|
+
],
|
|
540
|
+
"dependentActions": []
|
|
541
|
+
},
|
|
542
|
+
"untagresource": {
|
|
543
|
+
"name": "UntagResource",
|
|
544
|
+
"description": "Grants permission to remove tags from a resource. Supported resource: ResourceSnapshotJob",
|
|
545
|
+
"accessLevel": "Tagging",
|
|
546
|
+
"resourceTypes": [],
|
|
547
|
+
"conditionKeys": [
|
|
548
|
+
"aws:ResourceTag/${TagKey}",
|
|
549
|
+
"aws:TagKeys",
|
|
550
|
+
"partnercentral:Catalog"
|
|
551
|
+
],
|
|
552
|
+
"dependentActions": []
|
|
553
|
+
},
|
|
481
554
|
"updateopportunity": {
|
|
482
555
|
"name": "UpdateOpportunity",
|
|
483
556
|
"description": "Grants permission to update Opportunities on AWS Partner Central",
|
package/data/actions/rds.json
CHANGED
|
@@ -1,4 +1,19 @@
|
|
|
1
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
|
+
},
|
|
2
17
|
"partnercentral:catalog": {
|
|
3
18
|
"key": "partnercentral:Catalog",
|
|
4
19
|
"description": "Filters access by a specific Catalog. Accepted values: [AWS, Sandbox]",
|
|
@@ -13,5 +13,17 @@
|
|
|
13
13
|
"notificationevent": {
|
|
14
14
|
"key": "NotificationEvent",
|
|
15
15
|
"arn": "arn:${Partition}:notifications:${Region}:${Account}:configuration/${NotificationConfigurationId}/event/${NotificationEventId}"
|
|
16
|
+
},
|
|
17
|
+
"managednotificationchildevent": {
|
|
18
|
+
"key": "ManagedNotificationChildEvent",
|
|
19
|
+
"arn": "arn:${Partition}:notifications::${Account}:managed-notification-configuration/category/${Category}/sub-category/${Subcategory}/event/${NotificationEventId}/child-event/${NotificationChildEventId}"
|
|
20
|
+
},
|
|
21
|
+
"managednotificationconfiguration": {
|
|
22
|
+
"key": "ManagedNotificationConfiguration",
|
|
23
|
+
"arn": "arn:${Partition}:notifications::${Account}:managed-notification-configuration/category/${Category}/sub-category/${Subcategory}"
|
|
24
|
+
},
|
|
25
|
+
"managednotificationevent": {
|
|
26
|
+
"key": "ManagedNotificationEvent",
|
|
27
|
+
"arn": "arn:${Partition}:notifications::${Account}:managed-notification-configuration/category/${Category}/sub-category/${Subcategory}/event/${NotificationEventId}"
|
|
16
28
|
}
|
|
17
29
|
}
|
|
@@ -27,6 +27,10 @@
|
|
|
27
27
|
"key": "ResourceSnapshot",
|
|
28
28
|
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/engagement/${EngagementIdentifier}/resource/${ResourceType}/${ResourceIdentifier}/template/${TemplateIdentifier}/resource-snapshot/${SnapshotRevision}"
|
|
29
29
|
},
|
|
30
|
+
"selling-system-settings": {
|
|
31
|
+
"key": "selling-system-settings",
|
|
32
|
+
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/selling-system-settings"
|
|
33
|
+
},
|
|
30
34
|
"solution": {
|
|
31
35
|
"key": "Solution",
|
|
32
36
|
"arn": "arn:${Partition}:partnercentral:${Region}:${Account}:catalog/${Catalog}/solution/${Identifier}"
|
package/package.json
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.202501181",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-01-
|
|
6
|
+
"updatedAt": "2025-01-18T04:42:22.749Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|