@cloud-copilot/iam-data 0.9.202501161 → 0.9.202501221
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/connect.json +152 -0
- 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/codebuild.json +10 -0
- package/data/conditionKeys/directconnect.json +1 -1
- package/data/conditionKeys/lakeformation.json +7 -1
- package/data/conditionKeys/partnercentral.json +15 -0
- package/data/resourceTypes/connect.json +7 -0
- package/data/resourceTypes/notifications.json +12 -0
- package/data/resourceTypes/partnercentral.json +4 -0
- package/package.json +2 -2
|
@@ -610,6 +610,25 @@
|
|
|
610
610
|
],
|
|
611
611
|
"dependentActions": []
|
|
612
612
|
},
|
|
613
|
+
"createemailaddress": {
|
|
614
|
+
"name": "CreateEmailAddress",
|
|
615
|
+
"description": "Grants permission to create an email address resource in an Amazon Connect instance",
|
|
616
|
+
"accessLevel": "Write",
|
|
617
|
+
"resourceTypes": [
|
|
618
|
+
{
|
|
619
|
+
"name": "instance",
|
|
620
|
+
"required": true,
|
|
621
|
+
"conditionKeys": [],
|
|
622
|
+
"dependentActions": []
|
|
623
|
+
}
|
|
624
|
+
],
|
|
625
|
+
"conditionKeys": [
|
|
626
|
+
"aws:RequestTag/${TagKey}",
|
|
627
|
+
"aws:TagKeys",
|
|
628
|
+
"connect:InstanceId"
|
|
629
|
+
],
|
|
630
|
+
"dependentActions": []
|
|
631
|
+
},
|
|
613
632
|
"createevaluationform": {
|
|
614
633
|
"name": "CreateEvaluationForm",
|
|
615
634
|
"description": "Grants permission to create an evaluation form in the specified Amazon Connect instance. The form can be used to define questions related to agent performance, and create sections to organize such questions. Question and section identifiers cannot be duplicated within the same evaluation form",
|
|
@@ -1261,6 +1280,24 @@
|
|
|
1261
1280
|
],
|
|
1262
1281
|
"dependentActions": []
|
|
1263
1282
|
},
|
|
1283
|
+
"deleteemailaddress": {
|
|
1284
|
+
"name": "DeleteEmailAddress",
|
|
1285
|
+
"description": "Grants permission to delete an email address resource in an Amazon Connect instance",
|
|
1286
|
+
"accessLevel": "Write",
|
|
1287
|
+
"resourceTypes": [
|
|
1288
|
+
{
|
|
1289
|
+
"name": "email-address",
|
|
1290
|
+
"required": true,
|
|
1291
|
+
"conditionKeys": [],
|
|
1292
|
+
"dependentActions": []
|
|
1293
|
+
}
|
|
1294
|
+
],
|
|
1295
|
+
"conditionKeys": [
|
|
1296
|
+
"aws:ResourceTag/${TagKey}",
|
|
1297
|
+
"connect:InstanceId"
|
|
1298
|
+
],
|
|
1299
|
+
"dependentActions": []
|
|
1300
|
+
},
|
|
1264
1301
|
"deleteevaluationform": {
|
|
1265
1302
|
"name": "DeleteEvaluationForm",
|
|
1266
1303
|
"description": "Grants permission to delete an evaluation form in the specified Amazon Connect instance. If the version property is provided, only the specified version of the evaluation form is deleted",
|
|
@@ -1772,6 +1809,24 @@
|
|
|
1772
1809
|
],
|
|
1773
1810
|
"dependentActions": []
|
|
1774
1811
|
},
|
|
1812
|
+
"describeemailaddress": {
|
|
1813
|
+
"name": "DescribeEmailAddress",
|
|
1814
|
+
"description": "Grants permission to describe an email address resource in an Amazon Connect instance",
|
|
1815
|
+
"accessLevel": "Read",
|
|
1816
|
+
"resourceTypes": [
|
|
1817
|
+
{
|
|
1818
|
+
"name": "email-address",
|
|
1819
|
+
"required": true,
|
|
1820
|
+
"conditionKeys": [],
|
|
1821
|
+
"dependentActions": []
|
|
1822
|
+
}
|
|
1823
|
+
],
|
|
1824
|
+
"conditionKeys": [
|
|
1825
|
+
"aws:ResourceTag/${TagKey}",
|
|
1826
|
+
"connect:InstanceId"
|
|
1827
|
+
],
|
|
1828
|
+
"dependentActions": []
|
|
1829
|
+
},
|
|
1775
1830
|
"describeevaluationform": {
|
|
1776
1831
|
"name": "DescribeEvaluationForm",
|
|
1777
1832
|
"description": "Grants permission to describe an evaluation form in the specified Amazon Connect instance. If the version property is not provided, the latest version of the evaluation form is described",
|
|
@@ -2812,6 +2867,23 @@
|
|
|
2812
2867
|
],
|
|
2813
2868
|
"dependentActions": []
|
|
2814
2869
|
},
|
|
2870
|
+
"listassociatedcontacts": {
|
|
2871
|
+
"name": "ListAssociatedContacts",
|
|
2872
|
+
"description": "Grants permission to list the contacts associated with an email address in an Amazon Connect instance",
|
|
2873
|
+
"accessLevel": "List",
|
|
2874
|
+
"resourceTypes": [
|
|
2875
|
+
{
|
|
2876
|
+
"name": "contact",
|
|
2877
|
+
"required": true,
|
|
2878
|
+
"conditionKeys": [],
|
|
2879
|
+
"dependentActions": []
|
|
2880
|
+
}
|
|
2881
|
+
],
|
|
2882
|
+
"conditionKeys": [
|
|
2883
|
+
"connect:InstanceId"
|
|
2884
|
+
],
|
|
2885
|
+
"dependentActions": []
|
|
2886
|
+
},
|
|
2815
2887
|
"listauthenticationprofiles": {
|
|
2816
2888
|
"name": "ListAuthenticationProfiles",
|
|
2817
2889
|
"description": "Grants permission to list authentication profile resources in an Amazon Connect instance",
|
|
@@ -3971,6 +4043,26 @@
|
|
|
3971
4043
|
],
|
|
3972
4044
|
"dependentActions": []
|
|
3973
4045
|
},
|
|
4046
|
+
"searchemailaddresses": {
|
|
4047
|
+
"name": "SearchEmailAddresses",
|
|
4048
|
+
"description": "Grants permission to search email address resources in an Amazon Connect instance",
|
|
4049
|
+
"accessLevel": "Read",
|
|
4050
|
+
"resourceTypes": [
|
|
4051
|
+
{
|
|
4052
|
+
"name": "instance",
|
|
4053
|
+
"required": true,
|
|
4054
|
+
"conditionKeys": [],
|
|
4055
|
+
"dependentActions": [
|
|
4056
|
+
"connect:DescribeEmailAddress"
|
|
4057
|
+
]
|
|
4058
|
+
}
|
|
4059
|
+
],
|
|
4060
|
+
"conditionKeys": [
|
|
4061
|
+
"connect:InstanceId",
|
|
4062
|
+
"connect:SearchTag/${TagKey}"
|
|
4063
|
+
],
|
|
4064
|
+
"dependentActions": []
|
|
4065
|
+
},
|
|
3974
4066
|
"searchhoursofoperationoverrides": {
|
|
3975
4067
|
"name": "SearchHoursOfOperationOverrides",
|
|
3976
4068
|
"description": "Grants permission to search hours of operation override resources in an Amazon Connect instance",
|
|
@@ -4429,6 +4521,30 @@
|
|
|
4429
4521
|
],
|
|
4430
4522
|
"dependentActions": []
|
|
4431
4523
|
},
|
|
4524
|
+
"startoutboundemailcontact": {
|
|
4525
|
+
"name": "StartOutboundEmailContact",
|
|
4526
|
+
"description": "Grants permission to initiate an outbound email using the Amazon Connect API",
|
|
4527
|
+
"accessLevel": "Write",
|
|
4528
|
+
"resourceTypes": [
|
|
4529
|
+
{
|
|
4530
|
+
"name": "instance",
|
|
4531
|
+
"required": true,
|
|
4532
|
+
"conditionKeys": [],
|
|
4533
|
+
"dependentActions": []
|
|
4534
|
+
},
|
|
4535
|
+
{
|
|
4536
|
+
"name": "contact-flow",
|
|
4537
|
+
"required": false,
|
|
4538
|
+
"conditionKeys": [],
|
|
4539
|
+
"dependentActions": []
|
|
4540
|
+
}
|
|
4541
|
+
],
|
|
4542
|
+
"conditionKeys": [
|
|
4543
|
+
"aws:ResourceTag/${TagKey}",
|
|
4544
|
+
"connect:InstanceId"
|
|
4545
|
+
],
|
|
4546
|
+
"dependentActions": []
|
|
4547
|
+
},
|
|
4432
4548
|
"startoutboundvoicecontact": {
|
|
4433
4549
|
"name": "StartOutboundVoiceContact",
|
|
4434
4550
|
"description": "Grants permission to initiate outbound calls using the Amazon Connect API",
|
|
@@ -5193,6 +5309,24 @@
|
|
|
5193
5309
|
],
|
|
5194
5310
|
"dependentActions": []
|
|
5195
5311
|
},
|
|
5312
|
+
"updateemailaddressmetadata": {
|
|
5313
|
+
"name": "UpdateEmailAddressMetadata",
|
|
5314
|
+
"description": "Grants permission to update the metadata of an email address resource in an Amazon Connect instance",
|
|
5315
|
+
"accessLevel": "Write",
|
|
5316
|
+
"resourceTypes": [
|
|
5317
|
+
{
|
|
5318
|
+
"name": "email-address",
|
|
5319
|
+
"required": true,
|
|
5320
|
+
"conditionKeys": [],
|
|
5321
|
+
"dependentActions": []
|
|
5322
|
+
}
|
|
5323
|
+
],
|
|
5324
|
+
"conditionKeys": [
|
|
5325
|
+
"aws:ResourceTag/${TagKey}",
|
|
5326
|
+
"connect:InstanceId"
|
|
5327
|
+
],
|
|
5328
|
+
"dependentActions": []
|
|
5329
|
+
},
|
|
5196
5330
|
"updateevaluationform": {
|
|
5197
5331
|
"name": "UpdateEvaluationForm",
|
|
5198
5332
|
"description": "Grants permission to update details about a specific evaluation form version in the specified Amazon Connect instance. Question and section identifiers cannot be duplicated within the same evaluation form",
|
|
@@ -5520,6 +5654,24 @@
|
|
|
5520
5654
|
],
|
|
5521
5655
|
"dependentActions": []
|
|
5522
5656
|
},
|
|
5657
|
+
"updatequeueoutboundemailconfig": {
|
|
5658
|
+
"name": "UpdateQueueOutboundEmailConfig",
|
|
5659
|
+
"description": "Grants permission to update the outbound email configuration for a queue in an Amazon Connect instance",
|
|
5660
|
+
"accessLevel": "Write",
|
|
5661
|
+
"resourceTypes": [
|
|
5662
|
+
{
|
|
5663
|
+
"name": "queue",
|
|
5664
|
+
"required": true,
|
|
5665
|
+
"conditionKeys": [],
|
|
5666
|
+
"dependentActions": []
|
|
5667
|
+
}
|
|
5668
|
+
],
|
|
5669
|
+
"conditionKeys": [
|
|
5670
|
+
"aws:ResourceTag/${TagKey}",
|
|
5671
|
+
"connect:InstanceId"
|
|
5672
|
+
],
|
|
5673
|
+
"dependentActions": []
|
|
5674
|
+
},
|
|
5523
5675
|
"updatequeuestatus": {
|
|
5524
5676
|
"name": "UpdateQueueStatus",
|
|
5525
5677
|
"description": "Grants permission to update queue status in an Amazon Connect instance",
|
|
@@ -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
|
@@ -13,5 +13,15 @@
|
|
|
13
13
|
"key": "aws:TagKeys",
|
|
14
14
|
"description": "Filters access by actions based on the presence of tag keys in the request",
|
|
15
15
|
"type": "ArrayOfString"
|
|
16
|
+
},
|
|
17
|
+
"codebuild:buildarn": {
|
|
18
|
+
"key": "codebuild:buildArn",
|
|
19
|
+
"description": "Filters access by the ARN of the AWS CodeBuild build from which the request originated",
|
|
20
|
+
"type": "ARN"
|
|
21
|
+
},
|
|
22
|
+
"codebuild:projectarn": {
|
|
23
|
+
"key": "codebuild:projectArn",
|
|
24
|
+
"description": "Filters access by the ARN of the AWS CodeBuild project from which the request originated",
|
|
25
|
+
"type": "ARN"
|
|
16
26
|
}
|
|
17
27
|
}
|
|
@@ -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]",
|
|
@@ -220,5 +220,12 @@
|
|
|
220
220
|
"conditionKeys": [
|
|
221
221
|
"aws:ResourceTag/${TagKey}"
|
|
222
222
|
]
|
|
223
|
+
},
|
|
224
|
+
"email-address": {
|
|
225
|
+
"key": "email-address",
|
|
226
|
+
"arn": "arn:${Partition}:connect:${Region}:${Account}:instance/${InstanceId}/email-address/${EmailAddressId}",
|
|
227
|
+
"conditionKeys": [
|
|
228
|
+
"aws:ResourceTag/${TagKey}"
|
|
229
|
+
]
|
|
223
230
|
}
|
|
224
231
|
}
|
|
@@ -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.202501221",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": "github:cloud-copilot/iam-data",
|
|
6
|
-
"updatedAt": "2025-01-
|
|
6
|
+
"updatedAt": "2025-01-22T04:44:28.235Z",
|
|
7
7
|
"exports": {
|
|
8
8
|
".": {
|
|
9
9
|
"import": "./dist/esm/index.js",
|