@cloud-copilot/iam-data 0.8.202411131 → 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/arc-zonal-shift.json +8 -0
- package/data/actions/b2bi.json +15 -0
- package/data/actions/billing.json +1 -2
- package/data/actions/cleanrooms-ml.json +583 -0
- package/data/actions/cloudtrail.json +20 -0
- package/data/actions/controltower.json +15 -0
- package/data/actions/deepracer.json +24 -0
- package/data/actions/elasticache.json +4 -0
- package/data/actions/gamelift.json +270 -28
- 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/arc-zonal-shift.json +5 -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/firehose.json +3 -3
- 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/arc-zonal-shift.json +2 -0
- package/data/resourceTypes/cleanrooms-ml.json +35 -0
- package/data/resourceTypes/elasticache.json +2 -0
- package/data/resourceTypes/gamelift.json +7 -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 +2 -1
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -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
|
+
}
|