@cloud-copilot/iam-data 0.8.202411141 → 0.8.202411161
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/access-analyzer.json +15 -0
- package/data/actions/billing.json +1 -2
- package/data/actions/cleanrooms-ml.json +583 -0
- package/data/actions/deepracer.json +24 -0
- package/data/actions/elasticache.json +4 -0
- package/data/actions/iam.json +40 -0
- package/data/actions/iot.json +15 -0
- package/data/actions/license-manager-user-subscriptions.json +236 -10
- package/data/actions/partnercentral.json +242 -0
- package/data/actions/q.json +153 -0
- package/data/actions/sts.json +17 -0
- package/data/actions/wisdom.json +225 -0
- package/data/conditionKeys/cleanrooms-ml.json +1 -1
- package/data/conditionKeys/deepracer.json +3 -3
- package/data/conditionKeys/elasticache.json +11 -1
- package/data/conditionKeys/license-manager-user-subscriptions.json +17 -1
- package/data/conditionKeys/partnercentral.json +12 -0
- package/data/conditionKeys/q.json +15 -0
- package/data/conditionKeys/sts.json +5 -0
- package/data/resourceTypes/cleanrooms-ml.json +35 -0
- package/data/resourceTypes/elasticache.json +2 -0
- package/data/resourceTypes/license-manager-user-subscriptions.json +30 -1
- package/data/resourceTypes/partnercentral.json +22 -0
- package/data/resourceTypes/q.json +7 -0
- package/data/resourceTypes/sts.json +4 -0
- package/data/resourceTypes/wisdom.json +7 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -18,6 +18,18 @@
|
|
|
18
18
|
],
|
|
19
19
|
"dependentActions": []
|
|
20
20
|
},
|
|
21
|
+
"admindescribeaccountkey": {
|
|
22
|
+
"name": "AdminDescribeAccountKey",
|
|
23
|
+
"isPermissionOnly": true,
|
|
24
|
+
"description": "Grants permission to retrieve information of the KMS key that the user currently has assigned to their account",
|
|
25
|
+
"accessLevel": "Read",
|
|
26
|
+
"resourceTypes": [],
|
|
27
|
+
"conditionKeys": [
|
|
28
|
+
"deepracer:UserToken",
|
|
29
|
+
"deepracer:MultiUser"
|
|
30
|
+
],
|
|
31
|
+
"dependentActions": []
|
|
32
|
+
},
|
|
21
33
|
"admingetaccountconfig": {
|
|
22
34
|
"name": "AdminGetAccountConfig",
|
|
23
35
|
"isPermissionOnly": true,
|
|
@@ -63,6 +75,18 @@
|
|
|
63
75
|
"conditionKeys": [],
|
|
64
76
|
"dependentActions": []
|
|
65
77
|
},
|
|
78
|
+
"adminupdateaccountkey": {
|
|
79
|
+
"name": "AdminUpdateAccountKey",
|
|
80
|
+
"isPermissionOnly": true,
|
|
81
|
+
"description": "Grants permission to update the KMS key that is assigned to the user's account",
|
|
82
|
+
"accessLevel": "Write",
|
|
83
|
+
"resourceTypes": [],
|
|
84
|
+
"conditionKeys": [
|
|
85
|
+
"deepracer:UserToken",
|
|
86
|
+
"deepracer:MultiUser"
|
|
87
|
+
],
|
|
88
|
+
"dependentActions": []
|
|
89
|
+
},
|
|
66
90
|
"clonereinforcementlearningmodel": {
|
|
67
91
|
"name": "CloneReinforcementLearningModel",
|
|
68
92
|
"isPermissionOnly": true,
|
|
@@ -523,8 +523,10 @@
|
|
|
523
523
|
"elasticache:EngineVersion",
|
|
524
524
|
"elasticache:SnapshotRetentionLimit",
|
|
525
525
|
"elasticache:KmsKeyId",
|
|
526
|
+
"elasticache:MinimumDataStorage",
|
|
526
527
|
"elasticache:MaximumDataStorage",
|
|
527
528
|
"elasticache:DataStorageUnit",
|
|
529
|
+
"elasticache:MinimumECPUPerSecond",
|
|
528
530
|
"elasticache:MaximumECPUPerSecond"
|
|
529
531
|
],
|
|
530
532
|
"dependentActions": [
|
|
@@ -1632,8 +1634,10 @@
|
|
|
1632
1634
|
"aws:ResourceTag/${TagKey}",
|
|
1633
1635
|
"elasticache:EngineVersion",
|
|
1634
1636
|
"elasticache:SnapshotRetentionLimit",
|
|
1637
|
+
"elasticache:MinimumDataStorage",
|
|
1635
1638
|
"elasticache:MaximumDataStorage",
|
|
1636
1639
|
"elasticache:DataStorageUnit",
|
|
1640
|
+
"elasticache:MinimumECPUPerSecond",
|
|
1637
1641
|
"elasticache:MaximumECPUPerSecond"
|
|
1638
1642
|
],
|
|
1639
1643
|
"dependentActions": [
|
package/data/actions/iam.json
CHANGED
|
@@ -763,6 +763,22 @@
|
|
|
763
763
|
],
|
|
764
764
|
"dependentActions": []
|
|
765
765
|
},
|
|
766
|
+
"disableorganizationsrootcredentialsmanagement": {
|
|
767
|
+
"name": "DisableOrganizationsRootCredentialsManagement",
|
|
768
|
+
"description": "Grants permission to disable the management of member account root user credentials for an organization managed under the current account",
|
|
769
|
+
"accessLevel": "Write",
|
|
770
|
+
"resourceTypes": [],
|
|
771
|
+
"conditionKeys": [],
|
|
772
|
+
"dependentActions": []
|
|
773
|
+
},
|
|
774
|
+
"disableorganizationsrootsessions": {
|
|
775
|
+
"name": "DisableOrganizationsRootSessions",
|
|
776
|
+
"description": "Grants permission to disable privileged root actions in member accounts for an organization managed under the current account",
|
|
777
|
+
"accessLevel": "Write",
|
|
778
|
+
"resourceTypes": [],
|
|
779
|
+
"conditionKeys": [],
|
|
780
|
+
"dependentActions": []
|
|
781
|
+
},
|
|
766
782
|
"enablemfadevice": {
|
|
767
783
|
"name": "EnableMFADevice",
|
|
768
784
|
"description": "Grants permission to enable an MFA device and associate it with the specified IAM user",
|
|
@@ -783,6 +799,22 @@
|
|
|
783
799
|
],
|
|
784
800
|
"dependentActions": []
|
|
785
801
|
},
|
|
802
|
+
"enableorganizationsrootcredentialsmanagement": {
|
|
803
|
+
"name": "EnableOrganizationsRootCredentialsManagement",
|
|
804
|
+
"description": "Grants permission to enable the management of member account root user credentials for an organization managed under the current account",
|
|
805
|
+
"accessLevel": "Write",
|
|
806
|
+
"resourceTypes": [],
|
|
807
|
+
"conditionKeys": [],
|
|
808
|
+
"dependentActions": []
|
|
809
|
+
},
|
|
810
|
+
"enableorganizationsrootsessions": {
|
|
811
|
+
"name": "EnableOrganizationsRootSessions",
|
|
812
|
+
"description": "Grants permission to enable privileged root actions in member accounts for an organization managed under the current account",
|
|
813
|
+
"accessLevel": "Write",
|
|
814
|
+
"resourceTypes": [],
|
|
815
|
+
"conditionKeys": [],
|
|
816
|
+
"dependentActions": []
|
|
817
|
+
},
|
|
786
818
|
"generatecredentialreport": {
|
|
787
819
|
"name": "GenerateCredentialReport",
|
|
788
820
|
"description": "Grants permission to generate a credential report for the AWS account",
|
|
@@ -1438,6 +1470,14 @@
|
|
|
1438
1470
|
"conditionKeys": [],
|
|
1439
1471
|
"dependentActions": []
|
|
1440
1472
|
},
|
|
1473
|
+
"listorganizationsfeatures": {
|
|
1474
|
+
"name": "ListOrganizationsFeatures",
|
|
1475
|
+
"description": "Grants permission to list the centralized root access features enabled for your organization",
|
|
1476
|
+
"accessLevel": "List",
|
|
1477
|
+
"resourceTypes": [],
|
|
1478
|
+
"conditionKeys": [],
|
|
1479
|
+
"dependentActions": []
|
|
1480
|
+
},
|
|
1441
1481
|
"listpolicies": {
|
|
1442
1482
|
"name": "ListPolicies",
|
|
1443
1483
|
"description": "Grants permission to list all managed policies",
|
package/data/actions/iot.json
CHANGED
|
@@ -4204,6 +4204,21 @@
|
|
|
4204
4204
|
"conditionKeys": [],
|
|
4205
4205
|
"dependentActions": []
|
|
4206
4206
|
},
|
|
4207
|
+
"updatethingtype": {
|
|
4208
|
+
"name": "UpdateThingType",
|
|
4209
|
+
"description": "Grants permission to update information associated with the specified thing type",
|
|
4210
|
+
"accessLevel": "Write",
|
|
4211
|
+
"resourceTypes": [
|
|
4212
|
+
{
|
|
4213
|
+
"name": "thingtype",
|
|
4214
|
+
"required": true,
|
|
4215
|
+
"conditionKeys": [],
|
|
4216
|
+
"dependentActions": []
|
|
4217
|
+
}
|
|
4218
|
+
],
|
|
4219
|
+
"conditionKeys": [],
|
|
4220
|
+
"dependentActions": []
|
|
4221
|
+
},
|
|
4207
4222
|
"updatetopicruledestination": {
|
|
4208
4223
|
"name": "UpdateTopicRuleDestination",
|
|
4209
4224
|
"description": "Grants permission to update a TopicRuleDestination",
|
|
@@ -3,7 +3,56 @@
|
|
|
3
3
|
"name": "AssociateUser",
|
|
4
4
|
"description": "Grants permission to associate a subscribed user to an instance launched with license manager user subscriptions products",
|
|
5
5
|
"accessLevel": "Write",
|
|
6
|
-
"resourceTypes": [
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "identity-provider",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:RequestTag/${TagKey}",
|
|
16
|
+
"aws:TagKeys"
|
|
17
|
+
],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
20
|
+
"createlicenseserverendpoint": {
|
|
21
|
+
"name": "CreateLicenseServerEndpoint",
|
|
22
|
+
"description": "Grants permission to create a license server endpoint for a given server type for a given Identity Provider",
|
|
23
|
+
"accessLevel": "Write",
|
|
24
|
+
"resourceTypes": [
|
|
25
|
+
{
|
|
26
|
+
"name": "identity-provider",
|
|
27
|
+
"required": true,
|
|
28
|
+
"conditionKeys": [],
|
|
29
|
+
"dependentActions": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"conditionKeys": [
|
|
33
|
+
"aws:RequestTag/${TagKey}",
|
|
34
|
+
"aws:TagKeys"
|
|
35
|
+
],
|
|
36
|
+
"dependentActions": []
|
|
37
|
+
},
|
|
38
|
+
"deletelicenseserverendpoint": {
|
|
39
|
+
"name": "DeleteLicenseServerEndpoint",
|
|
40
|
+
"description": "Grants permission to delete a license server endpoint for a given server type for a given Identity Provider",
|
|
41
|
+
"accessLevel": "Write",
|
|
42
|
+
"resourceTypes": [
|
|
43
|
+
{
|
|
44
|
+
"name": "identity-provider",
|
|
45
|
+
"required": true,
|
|
46
|
+
"conditionKeys": [],
|
|
47
|
+
"dependentActions": []
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"name": "license-server-endpoint",
|
|
51
|
+
"required": true,
|
|
52
|
+
"conditionKeys": [],
|
|
53
|
+
"dependentActions": []
|
|
54
|
+
}
|
|
55
|
+
],
|
|
7
56
|
"conditionKeys": [],
|
|
8
57
|
"dependentActions": []
|
|
9
58
|
},
|
|
@@ -11,7 +60,14 @@
|
|
|
11
60
|
"name": "DeregisterIdentityProvider",
|
|
12
61
|
"description": "Grants permission to deregister Microsoft Active Directory with license-manager-user-subscriptions for a product",
|
|
13
62
|
"accessLevel": "Write",
|
|
14
|
-
"resourceTypes": [
|
|
63
|
+
"resourceTypes": [
|
|
64
|
+
{
|
|
65
|
+
"name": "identity-provider",
|
|
66
|
+
"required": true,
|
|
67
|
+
"conditionKeys": [],
|
|
68
|
+
"dependentActions": []
|
|
69
|
+
}
|
|
70
|
+
],
|
|
15
71
|
"conditionKeys": [],
|
|
16
72
|
"dependentActions": []
|
|
17
73
|
},
|
|
@@ -19,7 +75,20 @@
|
|
|
19
75
|
"name": "DisassociateUser",
|
|
20
76
|
"description": "Grants permission to disassociate a subscribed user from an instance launched with license manager user subscriptions products",
|
|
21
77
|
"accessLevel": "Write",
|
|
22
|
-
"resourceTypes": [
|
|
78
|
+
"resourceTypes": [
|
|
79
|
+
{
|
|
80
|
+
"name": "identity-provider",
|
|
81
|
+
"required": true,
|
|
82
|
+
"conditionKeys": [],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"name": "instance-user",
|
|
87
|
+
"required": true,
|
|
88
|
+
"conditionKeys": [],
|
|
89
|
+
"dependentActions": []
|
|
90
|
+
}
|
|
91
|
+
],
|
|
23
92
|
"conditionKeys": [],
|
|
24
93
|
"dependentActions": []
|
|
25
94
|
},
|
|
@@ -39,11 +108,59 @@
|
|
|
39
108
|
"conditionKeys": [],
|
|
40
109
|
"dependentActions": []
|
|
41
110
|
},
|
|
111
|
+
"listlicenseserverendpoints": {
|
|
112
|
+
"name": "ListLicenseServerEndpoints",
|
|
113
|
+
"description": "Grants permission to list license server endpoints",
|
|
114
|
+
"accessLevel": "List",
|
|
115
|
+
"resourceTypes": [],
|
|
116
|
+
"conditionKeys": [],
|
|
117
|
+
"dependentActions": []
|
|
118
|
+
},
|
|
42
119
|
"listproductsubscriptions": {
|
|
43
120
|
"name": "ListProductSubscriptions",
|
|
44
121
|
"description": "Grants permission to lists all the product subscriptions for a product and identity provider",
|
|
45
122
|
"accessLevel": "List",
|
|
46
|
-
"resourceTypes": [
|
|
123
|
+
"resourceTypes": [
|
|
124
|
+
{
|
|
125
|
+
"name": "identity-provider",
|
|
126
|
+
"required": true,
|
|
127
|
+
"conditionKeys": [],
|
|
128
|
+
"dependentActions": []
|
|
129
|
+
}
|
|
130
|
+
],
|
|
131
|
+
"conditionKeys": [],
|
|
132
|
+
"dependentActions": []
|
|
133
|
+
},
|
|
134
|
+
"listtagsforresource": {
|
|
135
|
+
"name": "ListTagsForResource",
|
|
136
|
+
"description": "Grants permission to list tags for a selected resource",
|
|
137
|
+
"accessLevel": "Read",
|
|
138
|
+
"resourceTypes": [
|
|
139
|
+
{
|
|
140
|
+
"name": "identity-provider",
|
|
141
|
+
"required": true,
|
|
142
|
+
"conditionKeys": [],
|
|
143
|
+
"dependentActions": []
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
"name": "instance-user",
|
|
147
|
+
"required": true,
|
|
148
|
+
"conditionKeys": [],
|
|
149
|
+
"dependentActions": []
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "license-server-endpoint",
|
|
153
|
+
"required": true,
|
|
154
|
+
"conditionKeys": [],
|
|
155
|
+
"dependentActions": []
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"name": "product-subscription",
|
|
159
|
+
"required": true,
|
|
160
|
+
"conditionKeys": [],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
}
|
|
163
|
+
],
|
|
47
164
|
"conditionKeys": [],
|
|
48
165
|
"dependentActions": []
|
|
49
166
|
},
|
|
@@ -51,7 +168,14 @@
|
|
|
51
168
|
"name": "ListUserAssociations",
|
|
52
169
|
"description": "Grants permission to list all the users associated to an instance launched for a product",
|
|
53
170
|
"accessLevel": "List",
|
|
54
|
-
"resourceTypes": [
|
|
171
|
+
"resourceTypes": [
|
|
172
|
+
{
|
|
173
|
+
"name": "identity-provider",
|
|
174
|
+
"required": true,
|
|
175
|
+
"conditionKeys": [],
|
|
176
|
+
"dependentActions": []
|
|
177
|
+
}
|
|
178
|
+
],
|
|
55
179
|
"conditionKeys": [],
|
|
56
180
|
"dependentActions": []
|
|
57
181
|
},
|
|
@@ -60,22 +184,117 @@
|
|
|
60
184
|
"description": "Grants permission to registers Microsoft Active Directory with license-manager-user-subscriptions for a product",
|
|
61
185
|
"accessLevel": "Write",
|
|
62
186
|
"resourceTypes": [],
|
|
63
|
-
"conditionKeys": [
|
|
187
|
+
"conditionKeys": [
|
|
188
|
+
"aws:RequestTag/${TagKey}",
|
|
189
|
+
"aws:TagKeys"
|
|
190
|
+
],
|
|
64
191
|
"dependentActions": []
|
|
65
192
|
},
|
|
66
193
|
"startproductsubscription": {
|
|
67
194
|
"name": "StartProductSubscription",
|
|
68
195
|
"description": "Grants permission to start product subscription for a user on a registered active directory for a product",
|
|
69
196
|
"accessLevel": "Write",
|
|
70
|
-
"resourceTypes": [
|
|
71
|
-
|
|
197
|
+
"resourceTypes": [
|
|
198
|
+
{
|
|
199
|
+
"name": "identity-provider",
|
|
200
|
+
"required": true,
|
|
201
|
+
"conditionKeys": [],
|
|
202
|
+
"dependentActions": []
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"conditionKeys": [
|
|
206
|
+
"aws:RequestTag/${TagKey}",
|
|
207
|
+
"aws:TagKeys"
|
|
208
|
+
],
|
|
72
209
|
"dependentActions": []
|
|
73
210
|
},
|
|
74
211
|
"stopproductsubscription": {
|
|
75
212
|
"name": "StopProductSubscription",
|
|
76
213
|
"description": "Grants permission to stop product subscription for a user on a registered active directory for a product",
|
|
77
214
|
"accessLevel": "Write",
|
|
78
|
-
"resourceTypes": [
|
|
215
|
+
"resourceTypes": [
|
|
216
|
+
{
|
|
217
|
+
"name": "identity-provider",
|
|
218
|
+
"required": true,
|
|
219
|
+
"conditionKeys": [],
|
|
220
|
+
"dependentActions": []
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "product-subscription",
|
|
224
|
+
"required": true,
|
|
225
|
+
"conditionKeys": [],
|
|
226
|
+
"dependentActions": []
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"conditionKeys": [],
|
|
230
|
+
"dependentActions": []
|
|
231
|
+
},
|
|
232
|
+
"tagresource": {
|
|
233
|
+
"name": "TagResource",
|
|
234
|
+
"description": "Grants permission to tag a selected resource",
|
|
235
|
+
"accessLevel": "Tagging",
|
|
236
|
+
"resourceTypes": [
|
|
237
|
+
{
|
|
238
|
+
"name": "identity-provider",
|
|
239
|
+
"required": true,
|
|
240
|
+
"conditionKeys": [],
|
|
241
|
+
"dependentActions": []
|
|
242
|
+
},
|
|
243
|
+
{
|
|
244
|
+
"name": "instance-user",
|
|
245
|
+
"required": true,
|
|
246
|
+
"conditionKeys": [],
|
|
247
|
+
"dependentActions": []
|
|
248
|
+
},
|
|
249
|
+
{
|
|
250
|
+
"name": "license-server-endpoint",
|
|
251
|
+
"required": true,
|
|
252
|
+
"conditionKeys": [],
|
|
253
|
+
"dependentActions": []
|
|
254
|
+
},
|
|
255
|
+
{
|
|
256
|
+
"name": "product-subscription",
|
|
257
|
+
"required": true,
|
|
258
|
+
"conditionKeys": [],
|
|
259
|
+
"dependentActions": []
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"conditionKeys": [
|
|
263
|
+
"aws:RequestTag/${TagKey}",
|
|
264
|
+
"aws:TagKeys"
|
|
265
|
+
],
|
|
266
|
+
"dependentActions": []
|
|
267
|
+
},
|
|
268
|
+
"untagresource": {
|
|
269
|
+
"name": "UntagResource",
|
|
270
|
+
"description": "Grants permission to untag a selected resource",
|
|
271
|
+
"accessLevel": "Tagging",
|
|
272
|
+
"resourceTypes": [
|
|
273
|
+
{
|
|
274
|
+
"name": "identity-provider",
|
|
275
|
+
"required": true,
|
|
276
|
+
"conditionKeys": [],
|
|
277
|
+
"dependentActions": []
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"name": "instance-user",
|
|
281
|
+
"required": true,
|
|
282
|
+
"conditionKeys": [],
|
|
283
|
+
"dependentActions": []
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"name": "license-server-endpoint",
|
|
287
|
+
"required": true,
|
|
288
|
+
"conditionKeys": [],
|
|
289
|
+
"dependentActions": []
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"name": "product-subscription",
|
|
293
|
+
"required": true,
|
|
294
|
+
"conditionKeys": [],
|
|
295
|
+
"dependentActions": []
|
|
296
|
+
}
|
|
297
|
+
],
|
|
79
298
|
"conditionKeys": [],
|
|
80
299
|
"dependentActions": []
|
|
81
300
|
},
|
|
@@ -83,7 +302,14 @@
|
|
|
83
302
|
"name": "UpdateIdentityProviderSettings",
|
|
84
303
|
"description": "Grants permission to update the identity provider configuration",
|
|
85
304
|
"accessLevel": "Write",
|
|
86
|
-
"resourceTypes": [
|
|
305
|
+
"resourceTypes": [
|
|
306
|
+
{
|
|
307
|
+
"name": "identity-provider",
|
|
308
|
+
"required": true,
|
|
309
|
+
"conditionKeys": [],
|
|
310
|
+
"dependentActions": []
|
|
311
|
+
}
|
|
312
|
+
],
|
|
87
313
|
"conditionKeys": [],
|
|
88
314
|
"dependentActions": []
|
|
89
315
|
}
|
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
{
|
|
2
|
+
"acceptengagementinvitation": {
|
|
3
|
+
"name": "AcceptEngagementInvitation",
|
|
4
|
+
"description": "Grants permission to accept Engagement Invitations on AWS Partner Central",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "engagement-invitation",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"partnercentral:Catalog"
|
|
16
|
+
],
|
|
17
|
+
"dependentActions": []
|
|
18
|
+
},
|
|
19
|
+
"assignopportunity": {
|
|
20
|
+
"name": "AssignOpportunity",
|
|
21
|
+
"description": "Grants permission to assign Opportunities on AWS Partner Central",
|
|
22
|
+
"accessLevel": "Write",
|
|
23
|
+
"resourceTypes": [
|
|
24
|
+
{
|
|
25
|
+
"name": "Opportunity",
|
|
26
|
+
"required": true,
|
|
27
|
+
"conditionKeys": [],
|
|
28
|
+
"dependentActions": []
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"conditionKeys": [
|
|
32
|
+
"partnercentral:Catalog"
|
|
33
|
+
],
|
|
34
|
+
"dependentActions": []
|
|
35
|
+
},
|
|
36
|
+
"associateopportunity": {
|
|
37
|
+
"name": "AssociateOpportunity",
|
|
38
|
+
"description": "Grants permission to associate Opportunities on AWS Partner Central with other entities",
|
|
39
|
+
"accessLevel": "Write",
|
|
40
|
+
"resourceTypes": [
|
|
41
|
+
{
|
|
42
|
+
"name": "Opportunity",
|
|
43
|
+
"required": true,
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"conditionKeys": [
|
|
49
|
+
"partnercentral:Catalog",
|
|
50
|
+
"partnercentral:RelatedEntityType"
|
|
51
|
+
],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
},
|
|
54
|
+
"createopportunity": {
|
|
55
|
+
"name": "CreateOpportunity",
|
|
56
|
+
"description": "Grants permission to create new Opportunities on AWS Partner Central",
|
|
57
|
+
"accessLevel": "Write",
|
|
58
|
+
"resourceTypes": [],
|
|
59
|
+
"conditionKeys": [
|
|
60
|
+
"partnercentral:Catalog"
|
|
61
|
+
],
|
|
62
|
+
"dependentActions": []
|
|
63
|
+
},
|
|
64
|
+
"disassociateopportunity": {
|
|
65
|
+
"name": "DisassociateOpportunity",
|
|
66
|
+
"description": "Grants permission to disassociate Opportunities on AWS Partner Central from other entities",
|
|
67
|
+
"accessLevel": "Write",
|
|
68
|
+
"resourceTypes": [
|
|
69
|
+
{
|
|
70
|
+
"name": "Opportunity",
|
|
71
|
+
"required": true,
|
|
72
|
+
"conditionKeys": [],
|
|
73
|
+
"dependentActions": []
|
|
74
|
+
}
|
|
75
|
+
],
|
|
76
|
+
"conditionKeys": [
|
|
77
|
+
"partnercentral:Catalog",
|
|
78
|
+
"partnercentral:RelatedEntityType"
|
|
79
|
+
],
|
|
80
|
+
"dependentActions": []
|
|
81
|
+
},
|
|
82
|
+
"getawsopportunitysummary": {
|
|
83
|
+
"name": "GetAwsOpportunitySummary",
|
|
84
|
+
"description": "Grants permission to retrieve AWS Opportunity Summaries for Opportunities on AWS Partner Central",
|
|
85
|
+
"accessLevel": "Read",
|
|
86
|
+
"resourceTypes": [
|
|
87
|
+
{
|
|
88
|
+
"name": "Opportunity",
|
|
89
|
+
"required": true,
|
|
90
|
+
"conditionKeys": [],
|
|
91
|
+
"dependentActions": []
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"conditionKeys": [
|
|
95
|
+
"partnercentral:Catalog"
|
|
96
|
+
],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
},
|
|
99
|
+
"getengagementinvitation": {
|
|
100
|
+
"name": "GetEngagementInvitation",
|
|
101
|
+
"description": "Grants permission to retrieve details of Engagement Invitations on AWS Partner Central",
|
|
102
|
+
"accessLevel": "Read",
|
|
103
|
+
"resourceTypes": [
|
|
104
|
+
{
|
|
105
|
+
"name": "engagement-invitation",
|
|
106
|
+
"required": true,
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"conditionKeys": [
|
|
112
|
+
"partnercentral:Catalog"
|
|
113
|
+
],
|
|
114
|
+
"dependentActions": []
|
|
115
|
+
},
|
|
116
|
+
"getopportunity": {
|
|
117
|
+
"name": "GetOpportunity",
|
|
118
|
+
"description": "Grants permission to retrieve details of Opportunities on AWS Partner Central",
|
|
119
|
+
"accessLevel": "Read",
|
|
120
|
+
"resourceTypes": [
|
|
121
|
+
{
|
|
122
|
+
"name": "Opportunity",
|
|
123
|
+
"required": true,
|
|
124
|
+
"conditionKeys": [],
|
|
125
|
+
"dependentActions": []
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
"conditionKeys": [
|
|
129
|
+
"partnercentral:Catalog"
|
|
130
|
+
],
|
|
131
|
+
"dependentActions": []
|
|
132
|
+
},
|
|
133
|
+
"listengagementinvitations": {
|
|
134
|
+
"name": "ListEngagementInvitations",
|
|
135
|
+
"description": "Grants permission to list Engagement Invitations on AWS Partner Central",
|
|
136
|
+
"accessLevel": "List",
|
|
137
|
+
"resourceTypes": [],
|
|
138
|
+
"conditionKeys": [
|
|
139
|
+
"partnercentral:Catalog"
|
|
140
|
+
],
|
|
141
|
+
"dependentActions": []
|
|
142
|
+
},
|
|
143
|
+
"listopportunities": {
|
|
144
|
+
"name": "ListOpportunities",
|
|
145
|
+
"description": "Grants permission to list Opportunities on AWS Partner Central",
|
|
146
|
+
"accessLevel": "List",
|
|
147
|
+
"resourceTypes": [],
|
|
148
|
+
"conditionKeys": [
|
|
149
|
+
"partnercentral:Catalog"
|
|
150
|
+
],
|
|
151
|
+
"dependentActions": []
|
|
152
|
+
},
|
|
153
|
+
"listsolutions": {
|
|
154
|
+
"name": "ListSolutions",
|
|
155
|
+
"description": "Grants permission to list Solutions on AWS Partner Central",
|
|
156
|
+
"accessLevel": "List",
|
|
157
|
+
"resourceTypes": [],
|
|
158
|
+
"conditionKeys": [
|
|
159
|
+
"partnercentral:Catalog"
|
|
160
|
+
],
|
|
161
|
+
"dependentActions": []
|
|
162
|
+
},
|
|
163
|
+
"rejectengagementinvitation": {
|
|
164
|
+
"name": "RejectEngagementInvitation",
|
|
165
|
+
"description": "Grants permission to reject Engagement Invitations on AWS Partner Central",
|
|
166
|
+
"accessLevel": "Write",
|
|
167
|
+
"resourceTypes": [
|
|
168
|
+
{
|
|
169
|
+
"name": "engagement-invitation",
|
|
170
|
+
"required": true,
|
|
171
|
+
"conditionKeys": [],
|
|
172
|
+
"dependentActions": []
|
|
173
|
+
}
|
|
174
|
+
],
|
|
175
|
+
"conditionKeys": [
|
|
176
|
+
"partnercentral:Catalog"
|
|
177
|
+
],
|
|
178
|
+
"dependentActions": []
|
|
179
|
+
},
|
|
180
|
+
"startengagementbyacceptinginvitationtask": {
|
|
181
|
+
"name": "StartEngagementByAcceptingInvitationTask",
|
|
182
|
+
"description": "Grants permission to initiate tasks that start Engagements on AWS Partner Central by accepting an Engagement Invitation",
|
|
183
|
+
"accessLevel": "Write",
|
|
184
|
+
"resourceTypes": [],
|
|
185
|
+
"conditionKeys": [
|
|
186
|
+
"partnercentral:Catalog"
|
|
187
|
+
],
|
|
188
|
+
"dependentActions": [
|
|
189
|
+
"partnercentral:AcceptEngagementInvitation",
|
|
190
|
+
"partnercentral:CreateOpportunity",
|
|
191
|
+
"partnercentral:GetEngagementInvitation",
|
|
192
|
+
"partnercentral:SubmitOpportunity"
|
|
193
|
+
]
|
|
194
|
+
},
|
|
195
|
+
"startengagementfromopportunitytask": {
|
|
196
|
+
"name": "StartEngagementFromOpportunityTask",
|
|
197
|
+
"description": "Grants permission to initiate tasks that start Engagements from Opportunities on AWS Partner Central",
|
|
198
|
+
"accessLevel": "Write",
|
|
199
|
+
"resourceTypes": [],
|
|
200
|
+
"conditionKeys": [
|
|
201
|
+
"partnercentral:Catalog"
|
|
202
|
+
],
|
|
203
|
+
"dependentActions": [
|
|
204
|
+
"partnercentral:GetOpportunity",
|
|
205
|
+
"partnercentral:SubmitOpportunity"
|
|
206
|
+
]
|
|
207
|
+
},
|
|
208
|
+
"submitopportunity": {
|
|
209
|
+
"name": "SubmitOpportunity",
|
|
210
|
+
"description": "Grants permission to submit Opportunities on AWS Partner Central",
|
|
211
|
+
"accessLevel": "Write",
|
|
212
|
+
"resourceTypes": [
|
|
213
|
+
{
|
|
214
|
+
"name": "Opportunity",
|
|
215
|
+
"required": true,
|
|
216
|
+
"conditionKeys": [],
|
|
217
|
+
"dependentActions": []
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"conditionKeys": [
|
|
221
|
+
"partnercentral:Catalog"
|
|
222
|
+
],
|
|
223
|
+
"dependentActions": []
|
|
224
|
+
},
|
|
225
|
+
"updateopportunity": {
|
|
226
|
+
"name": "UpdateOpportunity",
|
|
227
|
+
"description": "Grants permission to update Opportunities on AWS Partner Central",
|
|
228
|
+
"accessLevel": "Write",
|
|
229
|
+
"resourceTypes": [
|
|
230
|
+
{
|
|
231
|
+
"name": "Opportunity",
|
|
232
|
+
"required": true,
|
|
233
|
+
"conditionKeys": [],
|
|
234
|
+
"dependentActions": []
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"conditionKeys": [
|
|
238
|
+
"partnercentral:Catalog"
|
|
239
|
+
],
|
|
240
|
+
"dependentActions": []
|
|
241
|
+
}
|
|
242
|
+
}
|