@cloud-copilot/iam-data 0.15.202511181 → 0.15.202511221
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/application-signals.json +8 -0
- package/data/actions/autoscaling.json +16 -0
- package/data/actions/backup.json +170 -2
- package/data/actions/bedrock-agentcore.json +2 -1
- package/data/actions/bedrock.json +31 -2
- package/data/actions/braket.json +62 -0
- package/data/actions/cloudformation.json +21 -0
- package/data/actions/cloudtrail.json +35 -8
- package/data/actions/cost-optimization-hub.json +8 -0
- package/data/actions/dms.json +27 -0
- package/data/actions/ecs.json +90 -0
- package/data/actions/glue.json +38 -1
- package/data/actions/guardduty.json +24 -0
- package/data/actions/iam.json +158 -5
- package/data/actions/identitystore.json +76 -27
- package/data/actions/imagebuilder.json +40 -0
- package/data/actions/invoicing.json +56 -0
- package/data/actions/kafka.json +57 -1
- package/data/actions/kinesisvideo.json +30 -0
- package/data/actions/lakeformation.json +16 -0
- package/data/actions/license-manager.json +217 -3
- package/data/actions/logs.json +98 -0
- package/data/actions/mgn.json +54 -1
- package/data/actions/notifications-contacts.json +2 -1
- package/data/actions/odb.json +22 -0
- package/data/actions/organizations.json +117 -0
- package/data/actions/partnercentral.json +307 -3
- package/data/actions/pricingplanmanager.json +66 -0
- package/data/actions/quicksight.json +9 -0
- package/data/actions/s3.json +65 -1
- package/data/actions/secretsmanager.json +42 -20
- package/data/actions/securityhub.json +30 -0
- package/data/actions/signin.json +16 -0
- package/data/actions/tag.json +8 -0
- package/data/conditionKeys/bedrock-agentcore.json +5 -0
- package/data/conditionKeys/bedrock.json +5 -0
- package/data/conditionKeys/dynamodb.json +21 -1
- package/data/conditionKeys/glue.json +1 -1
- package/data/conditionKeys/iam.json +20 -0
- package/data/conditionKeys/identitystore.json +26 -1
- package/data/conditionKeys/organizations.json +10 -0
- package/data/conditionKeys/partnercentral.json +7 -2
- package/data/conditionKeys/pricingplanmanager.json +1 -0
- package/data/conditionKeys/s3.json +5 -0
- package/data/conditionKeys/secretsmanager.json +15 -0
- package/data/conditionPatterns.json +1 -0
- package/data/resourceTypes/backup.json +7 -0
- package/data/resourceTypes/braket.json +7 -0
- package/data/resourceTypes/iam.json +7 -0
- package/data/resourceTypes/invoicing.json +7 -0
- package/data/resourceTypes/license-manager.json +14 -0
- package/data/resourceTypes/logs.json +7 -0
- package/data/resourceTypes/organizations.json +7 -0
- package/data/resourceTypes/partnercentral.json +21 -0
- package/data/resourceTypes/pricingplanmanager.json +6 -0
- package/data/resourceTypes/s3.json +11 -2
- package/data/resourceTypes/secretsmanager.json +2 -1
- package/data/serviceNames.json +2 -1
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -335,6 +335,24 @@
|
|
|
335
335
|
"conditionKeys": [],
|
|
336
336
|
"dependentActions": []
|
|
337
337
|
},
|
|
338
|
+
"describeresponsibilitytransfer": {
|
|
339
|
+
"name": "DescribeResponsibilityTransfer",
|
|
340
|
+
"description": "Grants permission to retrieve details about a previously responsibility transfer",
|
|
341
|
+
"accessLevel": "Read",
|
|
342
|
+
"resourceTypes": [
|
|
343
|
+
{
|
|
344
|
+
"name": "responsibilitytransfer",
|
|
345
|
+
"required": true,
|
|
346
|
+
"conditionKeys": [],
|
|
347
|
+
"dependentActions": []
|
|
348
|
+
}
|
|
349
|
+
],
|
|
350
|
+
"conditionKeys": [
|
|
351
|
+
"organizations:TransferType",
|
|
352
|
+
"organizations:TransferDirection"
|
|
353
|
+
],
|
|
354
|
+
"dependentActions": []
|
|
355
|
+
},
|
|
338
356
|
"detachpolicy": {
|
|
339
357
|
"name": "DetachPolicy",
|
|
340
358
|
"description": "Grants permission to detach a policy from a target root, organizational unit, or account",
|
|
@@ -450,6 +468,23 @@
|
|
|
450
468
|
],
|
|
451
469
|
"dependentActions": []
|
|
452
470
|
},
|
|
471
|
+
"inviteorganizationtotransferresponsibility": {
|
|
472
|
+
"name": "InviteOrganizationToTransferResponsibility",
|
|
473
|
+
"description": "Grants permission to send an invitation to another AWS account, asking it to transfer a particular responsibility to your organization",
|
|
474
|
+
"accessLevel": "Write",
|
|
475
|
+
"resourceTypes": [
|
|
476
|
+
{
|
|
477
|
+
"name": "account",
|
|
478
|
+
"required": false,
|
|
479
|
+
"conditionKeys": [],
|
|
480
|
+
"dependentActions": []
|
|
481
|
+
}
|
|
482
|
+
],
|
|
483
|
+
"conditionKeys": [
|
|
484
|
+
"organizations:TransferType"
|
|
485
|
+
],
|
|
486
|
+
"dependentActions": []
|
|
487
|
+
},
|
|
453
488
|
"leaveorganization": {
|
|
454
489
|
"name": "LeaveOrganization",
|
|
455
490
|
"description": "Grants permission to remove a member account from its parent organization",
|
|
@@ -592,6 +627,17 @@
|
|
|
592
627
|
"conditionKeys": [],
|
|
593
628
|
"dependentActions": []
|
|
594
629
|
},
|
|
630
|
+
"listinboundresponsibilitytransfers": {
|
|
631
|
+
"name": "ListInboundResponsibilityTransfers",
|
|
632
|
+
"description": "Grants permission to list all responsibilities of a particular type transfered to your organization",
|
|
633
|
+
"accessLevel": "List",
|
|
634
|
+
"resourceTypes": [],
|
|
635
|
+
"conditionKeys": [
|
|
636
|
+
"organizations:TransferType",
|
|
637
|
+
"organizations:TransferDirection"
|
|
638
|
+
],
|
|
639
|
+
"dependentActions": []
|
|
640
|
+
},
|
|
595
641
|
"listorganizationalunitsforparent": {
|
|
596
642
|
"name": "ListOrganizationalUnitsForParent",
|
|
597
643
|
"description": "Grants permission to list all of the organizational units (OUs) in a parent organizational unit or root",
|
|
@@ -613,6 +659,17 @@
|
|
|
613
659
|
"conditionKeys": [],
|
|
614
660
|
"dependentActions": []
|
|
615
661
|
},
|
|
662
|
+
"listoutboundresponsibilitytransfers": {
|
|
663
|
+
"name": "ListOutboundResponsibilityTransfers",
|
|
664
|
+
"description": "Grants permission to list all responsibilities of a particular type transfered to another organization",
|
|
665
|
+
"accessLevel": "List",
|
|
666
|
+
"resourceTypes": [],
|
|
667
|
+
"conditionKeys": [
|
|
668
|
+
"organizations:TransferType",
|
|
669
|
+
"organizations:TransferDirection"
|
|
670
|
+
],
|
|
671
|
+
"dependentActions": []
|
|
672
|
+
},
|
|
616
673
|
"listparents": {
|
|
617
674
|
"name": "ListParents",
|
|
618
675
|
"description": "Grants permission to list the root or organizational units (OUs) that serve as the immediate parent of a child OU or account",
|
|
@@ -710,6 +767,12 @@
|
|
|
710
767
|
"conditionKeys": [],
|
|
711
768
|
"dependentActions": []
|
|
712
769
|
},
|
|
770
|
+
{
|
|
771
|
+
"name": "responsibilitytransfer",
|
|
772
|
+
"required": false,
|
|
773
|
+
"conditionKeys": [],
|
|
774
|
+
"dependentActions": []
|
|
775
|
+
},
|
|
713
776
|
{
|
|
714
777
|
"name": "root",
|
|
715
778
|
"required": false,
|
|
@@ -847,6 +910,15 @@
|
|
|
847
910
|
"conditionKeys": [],
|
|
848
911
|
"dependentActions": []
|
|
849
912
|
},
|
|
913
|
+
{
|
|
914
|
+
"name": "responsibilitytransfer",
|
|
915
|
+
"required": false,
|
|
916
|
+
"conditionKeys": [
|
|
917
|
+
"organizations:TransferType",
|
|
918
|
+
"organizations:TransferDirection"
|
|
919
|
+
],
|
|
920
|
+
"dependentActions": []
|
|
921
|
+
},
|
|
850
922
|
{
|
|
851
923
|
"name": "root",
|
|
852
924
|
"required": false,
|
|
@@ -861,6 +933,24 @@
|
|
|
861
933
|
],
|
|
862
934
|
"dependentActions": []
|
|
863
935
|
},
|
|
936
|
+
"terminateresponsibilitytransfer": {
|
|
937
|
+
"name": "TerminateResponsibilityTransfer",
|
|
938
|
+
"description": "Grants permission to end the transfer for a responsibility to or from your organization",
|
|
939
|
+
"accessLevel": "Write",
|
|
940
|
+
"resourceTypes": [
|
|
941
|
+
{
|
|
942
|
+
"name": "responsibilitytransfer",
|
|
943
|
+
"required": true,
|
|
944
|
+
"conditionKeys": [],
|
|
945
|
+
"dependentActions": []
|
|
946
|
+
}
|
|
947
|
+
],
|
|
948
|
+
"conditionKeys": [
|
|
949
|
+
"organizations:TransferType",
|
|
950
|
+
"organizations:TransferDirection"
|
|
951
|
+
],
|
|
952
|
+
"dependentActions": []
|
|
953
|
+
},
|
|
864
954
|
"untagresource": {
|
|
865
955
|
"name": "UntagResource",
|
|
866
956
|
"description": "Grants permission to remove one or more tags from the specified resource",
|
|
@@ -890,6 +980,15 @@
|
|
|
890
980
|
"conditionKeys": [],
|
|
891
981
|
"dependentActions": []
|
|
892
982
|
},
|
|
983
|
+
{
|
|
984
|
+
"name": "responsibilitytransfer",
|
|
985
|
+
"required": false,
|
|
986
|
+
"conditionKeys": [
|
|
987
|
+
"organizations:TransferType",
|
|
988
|
+
"organizations:TransferDirection"
|
|
989
|
+
],
|
|
990
|
+
"dependentActions": []
|
|
991
|
+
},
|
|
893
992
|
{
|
|
894
993
|
"name": "root",
|
|
895
994
|
"required": false,
|
|
@@ -934,5 +1033,23 @@
|
|
|
934
1033
|
"organizations:PolicyType"
|
|
935
1034
|
],
|
|
936
1035
|
"dependentActions": []
|
|
1036
|
+
},
|
|
1037
|
+
"updateresponsibilitytransfer": {
|
|
1038
|
+
"name": "UpdateResponsibilityTransfer",
|
|
1039
|
+
"description": "Grants permission to rename a responsibility transfer to or from your organization",
|
|
1040
|
+
"accessLevel": "Write",
|
|
1041
|
+
"resourceTypes": [
|
|
1042
|
+
{
|
|
1043
|
+
"name": "responsibilitytransfer",
|
|
1044
|
+
"required": true,
|
|
1045
|
+
"conditionKeys": [],
|
|
1046
|
+
"dependentActions": []
|
|
1047
|
+
}
|
|
1048
|
+
],
|
|
1049
|
+
"conditionKeys": [
|
|
1050
|
+
"organizations:TransferType",
|
|
1051
|
+
"organizations:TransferDirection"
|
|
1052
|
+
],
|
|
1053
|
+
"dependentActions": []
|
|
937
1054
|
}
|
|
938
1055
|
}
|
|
@@ -1,4 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"acceptchannelhandshake": {
|
|
3
|
+
"name": "AcceptChannelHandshake",
|
|
4
|
+
"description": "Grants permission to accept channel handshakes in AWS Partner Central",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "ChannelHandshake",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"partnercentral:Catalog",
|
|
16
|
+
"partnercentral:ChannelHandshakeType"
|
|
17
|
+
],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
2
20
|
"acceptengagementinvitation": {
|
|
3
21
|
"name": "AcceptEngagementInvitation",
|
|
4
22
|
"description": "Grants permission to accept Engagement Invitations on AWS Partner Central",
|
|
@@ -51,6 +69,52 @@
|
|
|
51
69
|
],
|
|
52
70
|
"dependentActions": []
|
|
53
71
|
},
|
|
72
|
+
"cancelchannelhandshake": {
|
|
73
|
+
"name": "CancelChannelHandshake",
|
|
74
|
+
"description": "Grants permission to cancel channel handshakes in AWS Partner Central",
|
|
75
|
+
"accessLevel": "Write",
|
|
76
|
+
"resourceTypes": [
|
|
77
|
+
{
|
|
78
|
+
"name": "ChannelHandshake",
|
|
79
|
+
"required": true,
|
|
80
|
+
"conditionKeys": [],
|
|
81
|
+
"dependentActions": []
|
|
82
|
+
}
|
|
83
|
+
],
|
|
84
|
+
"conditionKeys": [
|
|
85
|
+
"aws:ResourceTag/${TagKey}",
|
|
86
|
+
"partnercentral:Catalog",
|
|
87
|
+
"partnercentral:ChannelHandshakeType"
|
|
88
|
+
],
|
|
89
|
+
"dependentActions": []
|
|
90
|
+
},
|
|
91
|
+
"createchannelhandshake": {
|
|
92
|
+
"name": "CreateChannelHandshake",
|
|
93
|
+
"description": "Grants permission to create channel handshakes in AWS Partner Central",
|
|
94
|
+
"accessLevel": "Write",
|
|
95
|
+
"resourceTypes": [
|
|
96
|
+
{
|
|
97
|
+
"name": "ProgramManagementAccount",
|
|
98
|
+
"required": false,
|
|
99
|
+
"conditionKeys": [],
|
|
100
|
+
"dependentActions": []
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "Relationship",
|
|
104
|
+
"required": false,
|
|
105
|
+
"conditionKeys": [],
|
|
106
|
+
"dependentActions": []
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"conditionKeys": [
|
|
110
|
+
"aws:RequestTag/${TagKey}",
|
|
111
|
+
"aws:ResourceTag/${TagKey}",
|
|
112
|
+
"aws:TagKeys",
|
|
113
|
+
"partnercentral:Catalog",
|
|
114
|
+
"partnercentral:ChannelHandshakeType"
|
|
115
|
+
],
|
|
116
|
+
"dependentActions": []
|
|
117
|
+
},
|
|
54
118
|
"createengagement": {
|
|
55
119
|
"name": "CreateEngagement",
|
|
56
120
|
"description": "Grants permission to creating engagements in AWS Partner Central",
|
|
@@ -104,6 +168,39 @@
|
|
|
104
168
|
],
|
|
105
169
|
"dependentActions": []
|
|
106
170
|
},
|
|
171
|
+
"createprogrammanagementaccount": {
|
|
172
|
+
"name": "CreateProgramManagementAccount",
|
|
173
|
+
"description": "Grants permission to create program management accounts in AWS Partner Central",
|
|
174
|
+
"accessLevel": "Write",
|
|
175
|
+
"resourceTypes": [],
|
|
176
|
+
"conditionKeys": [
|
|
177
|
+
"aws:RequestTag/${TagKey}",
|
|
178
|
+
"aws:ResourceTag/${TagKey}",
|
|
179
|
+
"aws:TagKeys",
|
|
180
|
+
"partnercentral:Catalog"
|
|
181
|
+
],
|
|
182
|
+
"dependentActions": []
|
|
183
|
+
},
|
|
184
|
+
"createrelationship": {
|
|
185
|
+
"name": "CreateRelationship",
|
|
186
|
+
"description": "Grants permission to create relationships in AWS Partner Central",
|
|
187
|
+
"accessLevel": "Write",
|
|
188
|
+
"resourceTypes": [
|
|
189
|
+
{
|
|
190
|
+
"name": "ProgramManagementAccount",
|
|
191
|
+
"required": true,
|
|
192
|
+
"conditionKeys": [],
|
|
193
|
+
"dependentActions": []
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"conditionKeys": [
|
|
197
|
+
"aws:RequestTag/${TagKey}",
|
|
198
|
+
"aws:ResourceTag/${TagKey}",
|
|
199
|
+
"aws:TagKeys",
|
|
200
|
+
"partnercentral:Catalog"
|
|
201
|
+
],
|
|
202
|
+
"dependentActions": []
|
|
203
|
+
},
|
|
107
204
|
"createresourcesnapshot": {
|
|
108
205
|
"name": "CreateResourceSnapshot",
|
|
109
206
|
"description": "Grants permission to creating resource snapshots in AWS Partner Central",
|
|
@@ -140,6 +237,42 @@
|
|
|
140
237
|
],
|
|
141
238
|
"dependentActions": []
|
|
142
239
|
},
|
|
240
|
+
"deleteprogrammanagementaccount": {
|
|
241
|
+
"name": "DeleteProgramManagementAccount",
|
|
242
|
+
"description": "Grants permission to delete program management accounts in AWS Partner Central",
|
|
243
|
+
"accessLevel": "Write",
|
|
244
|
+
"resourceTypes": [
|
|
245
|
+
{
|
|
246
|
+
"name": "ProgramManagementAccount",
|
|
247
|
+
"required": true,
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"conditionKeys": [
|
|
253
|
+
"aws:ResourceTag/${TagKey}",
|
|
254
|
+
"partnercentral:Catalog"
|
|
255
|
+
],
|
|
256
|
+
"dependentActions": []
|
|
257
|
+
},
|
|
258
|
+
"deleterelationship": {
|
|
259
|
+
"name": "DeleteRelationship",
|
|
260
|
+
"description": "Grants permission to delete relationships in AWS Partner Central",
|
|
261
|
+
"accessLevel": "Write",
|
|
262
|
+
"resourceTypes": [
|
|
263
|
+
{
|
|
264
|
+
"name": "Relationship",
|
|
265
|
+
"required": true,
|
|
266
|
+
"conditionKeys": [],
|
|
267
|
+
"dependentActions": []
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"conditionKeys": [
|
|
271
|
+
"aws:ResourceTag/${TagKey}",
|
|
272
|
+
"partnercentral:Catalog"
|
|
273
|
+
],
|
|
274
|
+
"dependentActions": []
|
|
275
|
+
},
|
|
143
276
|
"deleteresourcesnapshotjob": {
|
|
144
277
|
"name": "DeleteResourceSnapshotJob",
|
|
145
278
|
"description": "Grants permission to deleting resource snapshot jobs on AWS Partner Central",
|
|
@@ -243,6 +376,35 @@
|
|
|
243
376
|
],
|
|
244
377
|
"dependentActions": []
|
|
245
378
|
},
|
|
379
|
+
"getprogrammanagementaccount": {
|
|
380
|
+
"name": "GetProgramManagementAccount",
|
|
381
|
+
"isPermissionOnly": true,
|
|
382
|
+
"description": "Grants permission to retrieve program management account details in AWS Partner Central",
|
|
383
|
+
"accessLevel": "Read",
|
|
384
|
+
"resourceTypes": [],
|
|
385
|
+
"conditionKeys": [
|
|
386
|
+
"partnercentral:Catalog"
|
|
387
|
+
],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
390
|
+
"getrelationship": {
|
|
391
|
+
"name": "GetRelationship",
|
|
392
|
+
"description": "Grants permission to retrieve relationship details in AWS Partner Central",
|
|
393
|
+
"accessLevel": "Read",
|
|
394
|
+
"resourceTypes": [
|
|
395
|
+
{
|
|
396
|
+
"name": "Relationship",
|
|
397
|
+
"required": true,
|
|
398
|
+
"conditionKeys": [],
|
|
399
|
+
"dependentActions": []
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"conditionKeys": [
|
|
403
|
+
"aws:ResourceTag/${TagKey}",
|
|
404
|
+
"partnercentral:Catalog"
|
|
405
|
+
],
|
|
406
|
+
"dependentActions": []
|
|
407
|
+
},
|
|
246
408
|
"getresourcesnapshot": {
|
|
247
409
|
"name": "GetResourceSnapshot",
|
|
248
410
|
"description": "Grants permission to retrieving resource snapshot details in AWS Partner Central",
|
|
@@ -279,7 +441,7 @@
|
|
|
279
441
|
},
|
|
280
442
|
"getsellingsystemsettings": {
|
|
281
443
|
"name": "GetSellingSystemSettings",
|
|
282
|
-
"description": "Grants permission to retrieving system settings
|
|
444
|
+
"description": "Grants permission to retrieving selling system settings in AWS Partner Central",
|
|
283
445
|
"accessLevel": "Read",
|
|
284
446
|
"resourceTypes": [],
|
|
285
447
|
"conditionKeys": [
|
|
@@ -287,6 +449,24 @@
|
|
|
287
449
|
],
|
|
288
450
|
"dependentActions": []
|
|
289
451
|
},
|
|
452
|
+
"listchannelhandshakes": {
|
|
453
|
+
"name": "ListChannelHandshakes",
|
|
454
|
+
"description": "Grants permission to list channel handshakes in AWS Partner Central",
|
|
455
|
+
"accessLevel": "List",
|
|
456
|
+
"resourceTypes": [
|
|
457
|
+
{
|
|
458
|
+
"name": "ChannelHandshake",
|
|
459
|
+
"required": true,
|
|
460
|
+
"conditionKeys": [],
|
|
461
|
+
"dependentActions": []
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"conditionKeys": [
|
|
465
|
+
"partnercentral:Catalog",
|
|
466
|
+
"partnercentral:ChannelHandshakeType"
|
|
467
|
+
],
|
|
468
|
+
"dependentActions": []
|
|
469
|
+
},
|
|
290
470
|
"listengagementbyacceptinginvitationtasks": {
|
|
291
471
|
"name": "ListEngagementByAcceptingInvitationTasks",
|
|
292
472
|
"description": "Grants permission to listing engagements by accepting invitation tasks in AWS Partner\nCentral",
|
|
@@ -371,6 +551,40 @@
|
|
|
371
551
|
],
|
|
372
552
|
"dependentActions": []
|
|
373
553
|
},
|
|
554
|
+
"listprogrammanagementaccounts": {
|
|
555
|
+
"name": "ListProgramManagementAccounts",
|
|
556
|
+
"description": "Grants permission to list program management accounts in AWS Partner Central",
|
|
557
|
+
"accessLevel": "List",
|
|
558
|
+
"resourceTypes": [
|
|
559
|
+
{
|
|
560
|
+
"name": "ProgramManagementAccount",
|
|
561
|
+
"required": true,
|
|
562
|
+
"conditionKeys": [],
|
|
563
|
+
"dependentActions": []
|
|
564
|
+
}
|
|
565
|
+
],
|
|
566
|
+
"conditionKeys": [
|
|
567
|
+
"partnercentral:Catalog"
|
|
568
|
+
],
|
|
569
|
+
"dependentActions": []
|
|
570
|
+
},
|
|
571
|
+
"listrelationships": {
|
|
572
|
+
"name": "ListRelationships",
|
|
573
|
+
"description": "Grants permission to list relationships in AWS Partner Central",
|
|
574
|
+
"accessLevel": "List",
|
|
575
|
+
"resourceTypes": [
|
|
576
|
+
{
|
|
577
|
+
"name": "Relationship",
|
|
578
|
+
"required": true,
|
|
579
|
+
"conditionKeys": [],
|
|
580
|
+
"dependentActions": []
|
|
581
|
+
}
|
|
582
|
+
],
|
|
583
|
+
"conditionKeys": [
|
|
584
|
+
"partnercentral:Catalog"
|
|
585
|
+
],
|
|
586
|
+
"dependentActions": []
|
|
587
|
+
},
|
|
374
588
|
"listresourcesnapshotjobs": {
|
|
375
589
|
"name": "ListResourceSnapshotJobs",
|
|
376
590
|
"description": "Grants permission to listing resource snapshot jobs in AWS Partner Central",
|
|
@@ -384,7 +598,7 @@
|
|
|
384
598
|
"listresourcesnapshots": {
|
|
385
599
|
"name": "ListResourceSnapshots",
|
|
386
600
|
"description": "Grants permission to listing resource snapshots in AWS Partner Central",
|
|
387
|
-
"accessLevel": "
|
|
601
|
+
"accessLevel": "List",
|
|
388
602
|
"resourceTypes": [
|
|
389
603
|
{
|
|
390
604
|
"name": "ResourceSnapshot",
|
|
@@ -422,12 +636,30 @@
|
|
|
422
636
|
},
|
|
423
637
|
"putsellingsystemsettings": {
|
|
424
638
|
"name": "PutSellingSystemSettings",
|
|
425
|
-
"description": "Grants permission to put system settings
|
|
639
|
+
"description": "Grants permission to put selling system settings in AWS Partner Central",
|
|
426
640
|
"accessLevel": "Write",
|
|
427
641
|
"resourceTypes": [],
|
|
428
642
|
"conditionKeys": [],
|
|
429
643
|
"dependentActions": []
|
|
430
644
|
},
|
|
645
|
+
"rejectchannelhandshake": {
|
|
646
|
+
"name": "RejectChannelHandshake",
|
|
647
|
+
"description": "Grants permission to reject channel handshakes in AWS Partner Central",
|
|
648
|
+
"accessLevel": "Write",
|
|
649
|
+
"resourceTypes": [
|
|
650
|
+
{
|
|
651
|
+
"name": "ChannelHandshake",
|
|
652
|
+
"required": true,
|
|
653
|
+
"conditionKeys": [],
|
|
654
|
+
"dependentActions": []
|
|
655
|
+
}
|
|
656
|
+
],
|
|
657
|
+
"conditionKeys": [
|
|
658
|
+
"partnercentral:Catalog",
|
|
659
|
+
"partnercentral:ChannelHandshakeType"
|
|
660
|
+
],
|
|
661
|
+
"dependentActions": []
|
|
662
|
+
},
|
|
431
663
|
"rejectengagementinvitation": {
|
|
432
664
|
"name": "RejectEngagementInvitation",
|
|
433
665
|
"description": "Grants permission to reject Engagement Invitations on AWS Partner Central",
|
|
@@ -555,12 +787,30 @@
|
|
|
555
787
|
"description": "Grants permission to add new tags to a resource. Supported resource: ResourceSnapshotJob",
|
|
556
788
|
"accessLevel": "Tagging",
|
|
557
789
|
"resourceTypes": [
|
|
790
|
+
{
|
|
791
|
+
"name": "ChannelHandshake",
|
|
792
|
+
"required": false,
|
|
793
|
+
"conditionKeys": [],
|
|
794
|
+
"dependentActions": []
|
|
795
|
+
},
|
|
558
796
|
{
|
|
559
797
|
"name": "Opportunity",
|
|
560
798
|
"required": false,
|
|
561
799
|
"conditionKeys": [],
|
|
562
800
|
"dependentActions": []
|
|
563
801
|
},
|
|
802
|
+
{
|
|
803
|
+
"name": "ProgramManagementAccount",
|
|
804
|
+
"required": false,
|
|
805
|
+
"conditionKeys": [],
|
|
806
|
+
"dependentActions": []
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"name": "Relationship",
|
|
810
|
+
"required": false,
|
|
811
|
+
"conditionKeys": [],
|
|
812
|
+
"dependentActions": []
|
|
813
|
+
},
|
|
564
814
|
{
|
|
565
815
|
"name": "resource-snapshot-job",
|
|
566
816
|
"required": false,
|
|
@@ -581,12 +831,30 @@
|
|
|
581
831
|
"description": "Grants permission to remove tags from a resource. Supported resource: ResourceSnapshotJob",
|
|
582
832
|
"accessLevel": "Tagging",
|
|
583
833
|
"resourceTypes": [
|
|
834
|
+
{
|
|
835
|
+
"name": "ChannelHandshake",
|
|
836
|
+
"required": false,
|
|
837
|
+
"conditionKeys": [],
|
|
838
|
+
"dependentActions": []
|
|
839
|
+
},
|
|
584
840
|
{
|
|
585
841
|
"name": "Opportunity",
|
|
586
842
|
"required": false,
|
|
587
843
|
"conditionKeys": [],
|
|
588
844
|
"dependentActions": []
|
|
589
845
|
},
|
|
846
|
+
{
|
|
847
|
+
"name": "ProgramManagementAccount",
|
|
848
|
+
"required": false,
|
|
849
|
+
"conditionKeys": [],
|
|
850
|
+
"dependentActions": []
|
|
851
|
+
},
|
|
852
|
+
{
|
|
853
|
+
"name": "Relationship",
|
|
854
|
+
"required": false,
|
|
855
|
+
"conditionKeys": [],
|
|
856
|
+
"dependentActions": []
|
|
857
|
+
},
|
|
590
858
|
{
|
|
591
859
|
"name": "resource-snapshot-job",
|
|
592
860
|
"required": false,
|
|
@@ -617,5 +885,41 @@
|
|
|
617
885
|
"partnercentral:Catalog"
|
|
618
886
|
],
|
|
619
887
|
"dependentActions": []
|
|
888
|
+
},
|
|
889
|
+
"updateprogrammanagementaccount": {
|
|
890
|
+
"name": "UpdateProgramManagementAccount",
|
|
891
|
+
"description": "Grants permission to update program management accounts in AWS Partner Central",
|
|
892
|
+
"accessLevel": "Write",
|
|
893
|
+
"resourceTypes": [
|
|
894
|
+
{
|
|
895
|
+
"name": "ProgramManagementAccount",
|
|
896
|
+
"required": true,
|
|
897
|
+
"conditionKeys": [],
|
|
898
|
+
"dependentActions": []
|
|
899
|
+
}
|
|
900
|
+
],
|
|
901
|
+
"conditionKeys": [
|
|
902
|
+
"aws:ResourceTag/${TagKey}",
|
|
903
|
+
"partnercentral:Catalog"
|
|
904
|
+
],
|
|
905
|
+
"dependentActions": []
|
|
906
|
+
},
|
|
907
|
+
"updaterelationship": {
|
|
908
|
+
"name": "UpdateRelationship",
|
|
909
|
+
"description": "Grants permission to update relationships in AWS Partner Central",
|
|
910
|
+
"accessLevel": "Write",
|
|
911
|
+
"resourceTypes": [
|
|
912
|
+
{
|
|
913
|
+
"name": "Relationship",
|
|
914
|
+
"required": true,
|
|
915
|
+
"conditionKeys": [],
|
|
916
|
+
"dependentActions": []
|
|
917
|
+
}
|
|
918
|
+
],
|
|
919
|
+
"conditionKeys": [
|
|
920
|
+
"aws:ResourceTag/${TagKey}",
|
|
921
|
+
"partnercentral:Catalog"
|
|
922
|
+
],
|
|
923
|
+
"dependentActions": []
|
|
620
924
|
}
|
|
621
925
|
}
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
{
|
|
2
|
+
"associateresourcestosubscription": {
|
|
3
|
+
"name": "AssociateResourcesToSubscription",
|
|
4
|
+
"description": "Grants permission to associate resources with a subscription",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [],
|
|
7
|
+
"conditionKeys": [],
|
|
8
|
+
"dependentActions": []
|
|
9
|
+
},
|
|
10
|
+
"cancelsubscription": {
|
|
11
|
+
"name": "CancelSubscription",
|
|
12
|
+
"description": "Grants permission to cancel a subscription",
|
|
13
|
+
"accessLevel": "Write",
|
|
14
|
+
"resourceTypes": [],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
18
|
+
"cancelsubscriptionchange": {
|
|
19
|
+
"name": "CancelSubscriptionChange",
|
|
20
|
+
"description": "Grants permission to cancel a pending a change for a subscription",
|
|
21
|
+
"accessLevel": "Write",
|
|
22
|
+
"resourceTypes": [],
|
|
23
|
+
"conditionKeys": [],
|
|
24
|
+
"dependentActions": []
|
|
25
|
+
},
|
|
26
|
+
"createsubscription": {
|
|
27
|
+
"name": "CreateSubscription",
|
|
28
|
+
"description": "Grants permission to create a subscription",
|
|
29
|
+
"accessLevel": "Write",
|
|
30
|
+
"resourceTypes": [],
|
|
31
|
+
"conditionKeys": [],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
"disassociateresourcesfromsubscription": {
|
|
35
|
+
"name": "DisassociateResourcesFromSubscription",
|
|
36
|
+
"description": "Grants permission to disassociate resources from a subscription",
|
|
37
|
+
"accessLevel": "Write",
|
|
38
|
+
"resourceTypes": [],
|
|
39
|
+
"conditionKeys": [],
|
|
40
|
+
"dependentActions": []
|
|
41
|
+
},
|
|
42
|
+
"getsubscription": {
|
|
43
|
+
"name": "GetSubscription",
|
|
44
|
+
"description": "Grants permission to get the details for a subscription",
|
|
45
|
+
"accessLevel": "Read",
|
|
46
|
+
"resourceTypes": [],
|
|
47
|
+
"conditionKeys": [],
|
|
48
|
+
"dependentActions": []
|
|
49
|
+
},
|
|
50
|
+
"listsubscriptions": {
|
|
51
|
+
"name": "ListSubscriptions",
|
|
52
|
+
"description": "Grants permission to list subscriptions in your account",
|
|
53
|
+
"accessLevel": "Read",
|
|
54
|
+
"resourceTypes": [],
|
|
55
|
+
"conditionKeys": [],
|
|
56
|
+
"dependentActions": []
|
|
57
|
+
},
|
|
58
|
+
"updatesubscription": {
|
|
59
|
+
"name": "UpdateSubscription",
|
|
60
|
+
"description": "Grants permission to update a subscription",
|
|
61
|
+
"accessLevel": "Write",
|
|
62
|
+
"resourceTypes": [],
|
|
63
|
+
"conditionKeys": [],
|
|
64
|
+
"dependentActions": []
|
|
65
|
+
}
|
|
66
|
+
}
|
|
@@ -8,6 +8,15 @@
|
|
|
8
8
|
"conditionKeys": [],
|
|
9
9
|
"dependentActions": []
|
|
10
10
|
},
|
|
11
|
+
"allowvendedlogdeliveryforresource": {
|
|
12
|
+
"name": "AllowVendedLogDeliveryForResource",
|
|
13
|
+
"isPermissionOnly": true,
|
|
14
|
+
"description": "Grants permission to configure log delivery for QuickSuite instance",
|
|
15
|
+
"accessLevel": "Permissions management",
|
|
16
|
+
"resourceTypes": [],
|
|
17
|
+
"conditionKeys": [],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
11
20
|
"batchcreatetopicreviewedanswer": {
|
|
12
21
|
"name": "BatchCreateTopicReviewedAnswer",
|
|
13
22
|
"description": "Grants permission to create reviewed answers for a topic",
|