@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
|
@@ -424,6 +424,21 @@
|
|
|
424
424
|
],
|
|
425
425
|
"dependentActions": []
|
|
426
426
|
},
|
|
427
|
+
"updateanalyzer": {
|
|
428
|
+
"name": "UpdateAnalyzer",
|
|
429
|
+
"description": "Grants permission to modify an analyzer's configuration",
|
|
430
|
+
"accessLevel": "Write",
|
|
431
|
+
"resourceTypes": [
|
|
432
|
+
{
|
|
433
|
+
"name": "Analyzer",
|
|
434
|
+
"required": true,
|
|
435
|
+
"conditionKeys": [],
|
|
436
|
+
"dependentActions": []
|
|
437
|
+
}
|
|
438
|
+
],
|
|
439
|
+
"conditionKeys": [],
|
|
440
|
+
"dependentActions": []
|
|
441
|
+
},
|
|
427
442
|
"updatearchiverule": {
|
|
428
443
|
"name": "UpdateArchiveRule",
|
|
429
444
|
"description": "Grants permission to modify an archive rule",
|
|
@@ -73,8 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"listbillingviews": {
|
|
75
75
|
"name": "ListBillingViews",
|
|
76
|
-
"
|
|
77
|
-
"description": "Grants permission to get billing information for your proforma billing groups",
|
|
76
|
+
"description": "Grants permission to get a list of all your available billing views such as pro forma billing group related billing views",
|
|
78
77
|
"accessLevel": "Read",
|
|
79
78
|
"resourceTypes": [],
|
|
80
79
|
"conditionKeys": [],
|
|
@@ -1,4 +1,40 @@
|
|
|
1
1
|
{
|
|
2
|
+
"canceltrainedmodel": {
|
|
3
|
+
"name": "CancelTrainedModel",
|
|
4
|
+
"description": "Grants permission to cancel a trained model",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "TrainedModel",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [
|
|
15
|
+
"aws:RequestTag/${TagKey}",
|
|
16
|
+
"aws:TagKeys"
|
|
17
|
+
],
|
|
18
|
+
"dependentActions": []
|
|
19
|
+
},
|
|
20
|
+
"canceltrainedmodelinferencejob": {
|
|
21
|
+
"name": "CancelTrainedModelInferenceJob",
|
|
22
|
+
"description": "Grants permission to cancel a trained model inference job",
|
|
23
|
+
"accessLevel": "Write",
|
|
24
|
+
"resourceTypes": [
|
|
25
|
+
{
|
|
26
|
+
"name": "TrainedModelInferenceJob",
|
|
27
|
+
"required": true,
|
|
28
|
+
"conditionKeys": [],
|
|
29
|
+
"dependentActions": []
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"conditionKeys": [
|
|
33
|
+
"aws:RequestTag/${TagKey}",
|
|
34
|
+
"aws:TagKeys"
|
|
35
|
+
],
|
|
36
|
+
"dependentActions": []
|
|
37
|
+
},
|
|
2
38
|
"createaudiencemodel": {
|
|
3
39
|
"name": "CreateAudienceModel",
|
|
4
40
|
"description": "Grants permission to create an audience model",
|
|
@@ -35,6 +71,71 @@
|
|
|
35
71
|
],
|
|
36
72
|
"dependentActions": []
|
|
37
73
|
},
|
|
74
|
+
"createconfiguredmodelalgorithm": {
|
|
75
|
+
"name": "CreateConfiguredModelAlgorithm",
|
|
76
|
+
"description": "Grants permission to create a configured model algorithm",
|
|
77
|
+
"accessLevel": "Write",
|
|
78
|
+
"resourceTypes": [],
|
|
79
|
+
"conditionKeys": [
|
|
80
|
+
"aws:RequestTag/${TagKey}",
|
|
81
|
+
"aws:TagKeys"
|
|
82
|
+
],
|
|
83
|
+
"dependentActions": []
|
|
84
|
+
},
|
|
85
|
+
"createconfiguredmodelalgorithmassociation": {
|
|
86
|
+
"name": "CreateConfiguredModelAlgorithmAssociation",
|
|
87
|
+
"description": "Grants permission to create a configured model algorithm association",
|
|
88
|
+
"accessLevel": "Write",
|
|
89
|
+
"resourceTypes": [
|
|
90
|
+
{
|
|
91
|
+
"name": "ConfiguredModelAlgorithm",
|
|
92
|
+
"required": true,
|
|
93
|
+
"conditionKeys": [],
|
|
94
|
+
"dependentActions": []
|
|
95
|
+
}
|
|
96
|
+
],
|
|
97
|
+
"conditionKeys": [
|
|
98
|
+
"aws:RequestTag/${TagKey}",
|
|
99
|
+
"aws:TagKeys"
|
|
100
|
+
],
|
|
101
|
+
"dependentActions": []
|
|
102
|
+
},
|
|
103
|
+
"createmlinputchannel": {
|
|
104
|
+
"name": "CreateMLInputChannel",
|
|
105
|
+
"description": "Grants permission to create an ML input channel",
|
|
106
|
+
"accessLevel": "Write",
|
|
107
|
+
"resourceTypes": [
|
|
108
|
+
{
|
|
109
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
110
|
+
"required": true,
|
|
111
|
+
"conditionKeys": [],
|
|
112
|
+
"dependentActions": []
|
|
113
|
+
}
|
|
114
|
+
],
|
|
115
|
+
"conditionKeys": [
|
|
116
|
+
"aws:RequestTag/${TagKey}",
|
|
117
|
+
"aws:TagKeys"
|
|
118
|
+
],
|
|
119
|
+
"dependentActions": []
|
|
120
|
+
},
|
|
121
|
+
"createtrainedmodel": {
|
|
122
|
+
"name": "CreateTrainedModel",
|
|
123
|
+
"description": "Grants permission to create a trained model",
|
|
124
|
+
"accessLevel": "Write",
|
|
125
|
+
"resourceTypes": [
|
|
126
|
+
{
|
|
127
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
128
|
+
"required": true,
|
|
129
|
+
"conditionKeys": [],
|
|
130
|
+
"dependentActions": []
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"conditionKeys": [
|
|
134
|
+
"aws:RequestTag/${TagKey}",
|
|
135
|
+
"aws:TagKeys"
|
|
136
|
+
],
|
|
137
|
+
"dependentActions": []
|
|
138
|
+
},
|
|
38
139
|
"createtrainingdataset": {
|
|
39
140
|
"name": "CreateTrainingDataset",
|
|
40
141
|
"description": "Grants permission to create a training dataset, or seed audience. In Clean Rooms ML, the TrainingDataset is metadata that points to a Glue table, which is read only during AudienceModel creation",
|
|
@@ -118,6 +219,89 @@
|
|
|
118
219
|
],
|
|
119
220
|
"dependentActions": []
|
|
120
221
|
},
|
|
222
|
+
"deleteconfiguredmodelalgorithm": {
|
|
223
|
+
"name": "DeleteConfiguredModelAlgorithm",
|
|
224
|
+
"description": "Grants permission to delete a configured model algorithm",
|
|
225
|
+
"accessLevel": "Write",
|
|
226
|
+
"resourceTypes": [
|
|
227
|
+
{
|
|
228
|
+
"name": "ConfiguredModelAlgorithm",
|
|
229
|
+
"required": true,
|
|
230
|
+
"conditionKeys": [],
|
|
231
|
+
"dependentActions": []
|
|
232
|
+
}
|
|
233
|
+
],
|
|
234
|
+
"conditionKeys": [
|
|
235
|
+
"aws:RequestTag/${TagKey}",
|
|
236
|
+
"aws:TagKeys"
|
|
237
|
+
],
|
|
238
|
+
"dependentActions": []
|
|
239
|
+
},
|
|
240
|
+
"deleteconfiguredmodelalgorithmassociation": {
|
|
241
|
+
"name": "DeleteConfiguredModelAlgorithmAssociation",
|
|
242
|
+
"description": "Grants permission to delete a configured model algorithm association",
|
|
243
|
+
"accessLevel": "Write",
|
|
244
|
+
"resourceTypes": [
|
|
245
|
+
{
|
|
246
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
247
|
+
"required": true,
|
|
248
|
+
"conditionKeys": [],
|
|
249
|
+
"dependentActions": []
|
|
250
|
+
}
|
|
251
|
+
],
|
|
252
|
+
"conditionKeys": [
|
|
253
|
+
"aws:RequestTag/${TagKey}",
|
|
254
|
+
"aws:TagKeys"
|
|
255
|
+
],
|
|
256
|
+
"dependentActions": []
|
|
257
|
+
},
|
|
258
|
+
"deletemlconfiguration": {
|
|
259
|
+
"name": "DeleteMLConfiguration",
|
|
260
|
+
"description": "Grants permission to delete an ML configuration",
|
|
261
|
+
"accessLevel": "Write",
|
|
262
|
+
"resourceTypes": [],
|
|
263
|
+
"conditionKeys": [
|
|
264
|
+
"aws:RequestTag/${TagKey}",
|
|
265
|
+
"aws:TagKeys"
|
|
266
|
+
],
|
|
267
|
+
"dependentActions": []
|
|
268
|
+
},
|
|
269
|
+
"deletemlinputchanneldata": {
|
|
270
|
+
"name": "DeleteMLInputChannelData",
|
|
271
|
+
"description": "Grants permission to delete all data associated with the ML input channel",
|
|
272
|
+
"accessLevel": "Write",
|
|
273
|
+
"resourceTypes": [
|
|
274
|
+
{
|
|
275
|
+
"name": "MLInputChannel",
|
|
276
|
+
"required": true,
|
|
277
|
+
"conditionKeys": [],
|
|
278
|
+
"dependentActions": []
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"conditionKeys": [
|
|
282
|
+
"aws:RequestTag/${TagKey}",
|
|
283
|
+
"aws:TagKeys"
|
|
284
|
+
],
|
|
285
|
+
"dependentActions": []
|
|
286
|
+
},
|
|
287
|
+
"deletetrainedmodeloutput": {
|
|
288
|
+
"name": "DeleteTrainedModelOutput",
|
|
289
|
+
"description": "Grants permission to delete all output associated with the trained model",
|
|
290
|
+
"accessLevel": "Write",
|
|
291
|
+
"resourceTypes": [
|
|
292
|
+
{
|
|
293
|
+
"name": "TrainedModel",
|
|
294
|
+
"required": true,
|
|
295
|
+
"conditionKeys": [],
|
|
296
|
+
"dependentActions": []
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"conditionKeys": [
|
|
300
|
+
"aws:RequestTag/${TagKey}",
|
|
301
|
+
"aws:TagKeys"
|
|
302
|
+
],
|
|
303
|
+
"dependentActions": []
|
|
304
|
+
},
|
|
121
305
|
"deletetrainingdataset": {
|
|
122
306
|
"name": "DeleteTrainingDataset",
|
|
123
307
|
"description": "Grants permission to delete a training dataset",
|
|
@@ -172,6 +356,63 @@
|
|
|
172
356
|
],
|
|
173
357
|
"dependentActions": []
|
|
174
358
|
},
|
|
359
|
+
"getcollaborationconfiguredmodelalgorithmassociation": {
|
|
360
|
+
"name": "GetCollaborationConfiguredModelAlgorithmAssociation",
|
|
361
|
+
"description": "Grants permission to return information about a configured model algorithm association created by any member in the collaboration",
|
|
362
|
+
"accessLevel": "Read",
|
|
363
|
+
"resourceTypes": [
|
|
364
|
+
{
|
|
365
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
366
|
+
"required": true,
|
|
367
|
+
"conditionKeys": [],
|
|
368
|
+
"dependentActions": []
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"conditionKeys": [
|
|
372
|
+
"aws:RequestTag/${TagKey}",
|
|
373
|
+
"aws:TagKeys",
|
|
374
|
+
"cleanrooms-ml:CollaborationId"
|
|
375
|
+
],
|
|
376
|
+
"dependentActions": []
|
|
377
|
+
},
|
|
378
|
+
"getcollaborationmlinputchannel": {
|
|
379
|
+
"name": "GetCollaborationMLInputChannel",
|
|
380
|
+
"description": "Grants permission to return information about an ML input channel created by any member in the collaboration",
|
|
381
|
+
"accessLevel": "Read",
|
|
382
|
+
"resourceTypes": [
|
|
383
|
+
{
|
|
384
|
+
"name": "MLInputChannel",
|
|
385
|
+
"required": true,
|
|
386
|
+
"conditionKeys": [],
|
|
387
|
+
"dependentActions": []
|
|
388
|
+
}
|
|
389
|
+
],
|
|
390
|
+
"conditionKeys": [
|
|
391
|
+
"aws:RequestTag/${TagKey}",
|
|
392
|
+
"aws:TagKeys",
|
|
393
|
+
"cleanrooms-ml:CollaborationId"
|
|
394
|
+
],
|
|
395
|
+
"dependentActions": []
|
|
396
|
+
},
|
|
397
|
+
"getcollaborationtrainedmodel": {
|
|
398
|
+
"name": "GetCollaborationTrainedModel",
|
|
399
|
+
"description": "Grants permission to return information about a trained model created by any member in the collaboration",
|
|
400
|
+
"accessLevel": "Read",
|
|
401
|
+
"resourceTypes": [
|
|
402
|
+
{
|
|
403
|
+
"name": "TrainedModel",
|
|
404
|
+
"required": true,
|
|
405
|
+
"conditionKeys": [],
|
|
406
|
+
"dependentActions": []
|
|
407
|
+
}
|
|
408
|
+
],
|
|
409
|
+
"conditionKeys": [
|
|
410
|
+
"aws:RequestTag/${TagKey}",
|
|
411
|
+
"aws:TagKeys",
|
|
412
|
+
"cleanrooms-ml:CollaborationId"
|
|
413
|
+
],
|
|
414
|
+
"dependentActions": []
|
|
415
|
+
},
|
|
175
416
|
"getconfiguredaudiencemodel": {
|
|
176
417
|
"name": "GetConfiguredAudienceModel",
|
|
177
418
|
"description": "Grants permission to return information about a configured audience model",
|
|
@@ -208,6 +449,107 @@
|
|
|
208
449
|
],
|
|
209
450
|
"dependentActions": []
|
|
210
451
|
},
|
|
452
|
+
"getconfiguredmodelalgorithm": {
|
|
453
|
+
"name": "GetConfiguredModelAlgorithm",
|
|
454
|
+
"description": "Grants permission to return information about a configured model algorithm",
|
|
455
|
+
"accessLevel": "Read",
|
|
456
|
+
"resourceTypes": [
|
|
457
|
+
{
|
|
458
|
+
"name": "ConfiguredModelAlgorithm",
|
|
459
|
+
"required": true,
|
|
460
|
+
"conditionKeys": [],
|
|
461
|
+
"dependentActions": []
|
|
462
|
+
}
|
|
463
|
+
],
|
|
464
|
+
"conditionKeys": [
|
|
465
|
+
"aws:RequestTag/${TagKey}",
|
|
466
|
+
"aws:TagKeys"
|
|
467
|
+
],
|
|
468
|
+
"dependentActions": []
|
|
469
|
+
},
|
|
470
|
+
"getconfiguredmodelalgorithmassociation": {
|
|
471
|
+
"name": "GetConfiguredModelAlgorithmAssociation",
|
|
472
|
+
"description": "Grants permission to return information about a configured model algorithm association",
|
|
473
|
+
"accessLevel": "Read",
|
|
474
|
+
"resourceTypes": [
|
|
475
|
+
{
|
|
476
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
477
|
+
"required": true,
|
|
478
|
+
"conditionKeys": [],
|
|
479
|
+
"dependentActions": []
|
|
480
|
+
}
|
|
481
|
+
],
|
|
482
|
+
"conditionKeys": [
|
|
483
|
+
"aws:RequestTag/${TagKey}",
|
|
484
|
+
"aws:TagKeys"
|
|
485
|
+
],
|
|
486
|
+
"dependentActions": []
|
|
487
|
+
},
|
|
488
|
+
"getmlconfiguration": {
|
|
489
|
+
"name": "GetMLConfiguration",
|
|
490
|
+
"description": "Grants permission to return information about an ML configuration",
|
|
491
|
+
"accessLevel": "Read",
|
|
492
|
+
"resourceTypes": [],
|
|
493
|
+
"conditionKeys": [
|
|
494
|
+
"aws:RequestTag/${TagKey}",
|
|
495
|
+
"aws:TagKeys"
|
|
496
|
+
],
|
|
497
|
+
"dependentActions": []
|
|
498
|
+
},
|
|
499
|
+
"getmlinputchannel": {
|
|
500
|
+
"name": "GetMLInputChannel",
|
|
501
|
+
"description": "Grants permission to return information about an ML input channel",
|
|
502
|
+
"accessLevel": "Read",
|
|
503
|
+
"resourceTypes": [
|
|
504
|
+
{
|
|
505
|
+
"name": "MLInputChannel",
|
|
506
|
+
"required": true,
|
|
507
|
+
"conditionKeys": [],
|
|
508
|
+
"dependentActions": []
|
|
509
|
+
}
|
|
510
|
+
],
|
|
511
|
+
"conditionKeys": [
|
|
512
|
+
"aws:RequestTag/${TagKey}",
|
|
513
|
+
"aws:TagKeys"
|
|
514
|
+
],
|
|
515
|
+
"dependentActions": []
|
|
516
|
+
},
|
|
517
|
+
"gettrainedmodel": {
|
|
518
|
+
"name": "GetTrainedModel",
|
|
519
|
+
"description": "Grants permission to return information about a trained model",
|
|
520
|
+
"accessLevel": "Read",
|
|
521
|
+
"resourceTypes": [
|
|
522
|
+
{
|
|
523
|
+
"name": "TrainedModel",
|
|
524
|
+
"required": true,
|
|
525
|
+
"conditionKeys": [],
|
|
526
|
+
"dependentActions": []
|
|
527
|
+
}
|
|
528
|
+
],
|
|
529
|
+
"conditionKeys": [
|
|
530
|
+
"aws:RequestTag/${TagKey}",
|
|
531
|
+
"aws:TagKeys"
|
|
532
|
+
],
|
|
533
|
+
"dependentActions": []
|
|
534
|
+
},
|
|
535
|
+
"gettrainedmodelinferencejob": {
|
|
536
|
+
"name": "GetTrainedModelInferenceJob",
|
|
537
|
+
"description": "Grants permission to return information about a trained model inference job",
|
|
538
|
+
"accessLevel": "Read",
|
|
539
|
+
"resourceTypes": [
|
|
540
|
+
{
|
|
541
|
+
"name": "TrainedModelInferenceJob",
|
|
542
|
+
"required": true,
|
|
543
|
+
"conditionKeys": [],
|
|
544
|
+
"dependentActions": []
|
|
545
|
+
}
|
|
546
|
+
],
|
|
547
|
+
"conditionKeys": [
|
|
548
|
+
"aws:RequestTag/${TagKey}",
|
|
549
|
+
"aws:TagKeys"
|
|
550
|
+
],
|
|
551
|
+
"dependentActions": []
|
|
552
|
+
},
|
|
211
553
|
"gettrainingdataset": {
|
|
212
554
|
"name": "GetTrainingDataset",
|
|
213
555
|
"description": "Grants permission to return information about a training dataset",
|
|
@@ -270,6 +612,73 @@
|
|
|
270
612
|
"conditionKeys": [],
|
|
271
613
|
"dependentActions": []
|
|
272
614
|
},
|
|
615
|
+
"listcollaborationconfiguredmodelalgorithmassociations": {
|
|
616
|
+
"name": "ListCollaborationConfiguredModelAlgorithmAssociations",
|
|
617
|
+
"description": "Grants permission to return a list of configured model algorithms created by any member in the collaboration",
|
|
618
|
+
"accessLevel": "List",
|
|
619
|
+
"resourceTypes": [],
|
|
620
|
+
"conditionKeys": [
|
|
621
|
+
"aws:RequestTag/${TagKey}",
|
|
622
|
+
"aws:TagKeys",
|
|
623
|
+
"cleanrooms-ml:CollaborationId"
|
|
624
|
+
],
|
|
625
|
+
"dependentActions": []
|
|
626
|
+
},
|
|
627
|
+
"listcollaborationmlinputchannels": {
|
|
628
|
+
"name": "ListCollaborationMLInputChannels",
|
|
629
|
+
"description": "Grants permission to return a list of ML input channels created by any member in the collaboration",
|
|
630
|
+
"accessLevel": "List",
|
|
631
|
+
"resourceTypes": [],
|
|
632
|
+
"conditionKeys": [
|
|
633
|
+
"aws:RequestTag/${TagKey}",
|
|
634
|
+
"aws:TagKeys",
|
|
635
|
+
"cleanrooms-ml:CollaborationId"
|
|
636
|
+
],
|
|
637
|
+
"dependentActions": []
|
|
638
|
+
},
|
|
639
|
+
"listcollaborationtrainedmodelexportjobs": {
|
|
640
|
+
"name": "ListCollaborationTrainedModelExportJobs",
|
|
641
|
+
"description": "Grants permission to return a list of trained model export jobs started by any member in the collaboration",
|
|
642
|
+
"accessLevel": "List",
|
|
643
|
+
"resourceTypes": [
|
|
644
|
+
{
|
|
645
|
+
"name": "TrainedModel",
|
|
646
|
+
"required": true,
|
|
647
|
+
"conditionKeys": [],
|
|
648
|
+
"dependentActions": []
|
|
649
|
+
}
|
|
650
|
+
],
|
|
651
|
+
"conditionKeys": [
|
|
652
|
+
"aws:RequestTag/${TagKey}",
|
|
653
|
+
"aws:TagKeys",
|
|
654
|
+
"cleanrooms-ml:CollaborationId"
|
|
655
|
+
],
|
|
656
|
+
"dependentActions": []
|
|
657
|
+
},
|
|
658
|
+
"listcollaborationtrainedmodelinferencejobs": {
|
|
659
|
+
"name": "ListCollaborationTrainedModelInferenceJobs",
|
|
660
|
+
"description": "Grants permission to return a list of trained model inference jobs started by any member in the collaboration",
|
|
661
|
+
"accessLevel": "List",
|
|
662
|
+
"resourceTypes": [],
|
|
663
|
+
"conditionKeys": [
|
|
664
|
+
"aws:RequestTag/${TagKey}",
|
|
665
|
+
"aws:TagKeys",
|
|
666
|
+
"cleanrooms-ml:CollaborationId"
|
|
667
|
+
],
|
|
668
|
+
"dependentActions": []
|
|
669
|
+
},
|
|
670
|
+
"listcollaborationtrainedmodels": {
|
|
671
|
+
"name": "ListCollaborationTrainedModels",
|
|
672
|
+
"description": "Grants permission to return a list of trained models created by any member in the collaboration",
|
|
673
|
+
"accessLevel": "List",
|
|
674
|
+
"resourceTypes": [],
|
|
675
|
+
"conditionKeys": [
|
|
676
|
+
"aws:RequestTag/${TagKey}",
|
|
677
|
+
"aws:TagKeys",
|
|
678
|
+
"cleanrooms-ml:CollaborationId"
|
|
679
|
+
],
|
|
680
|
+
"dependentActions": []
|
|
681
|
+
},
|
|
273
682
|
"listconfiguredaudiencemodels": {
|
|
274
683
|
"name": "ListConfiguredAudienceModels",
|
|
275
684
|
"description": "Grants permission to return a list of configured audience models",
|
|
@@ -278,6 +687,39 @@
|
|
|
278
687
|
"conditionKeys": [],
|
|
279
688
|
"dependentActions": []
|
|
280
689
|
},
|
|
690
|
+
"listconfiguredmodelalgorithmassociations": {
|
|
691
|
+
"name": "ListConfiguredModelAlgorithmAssociations",
|
|
692
|
+
"description": "Grants permission to return a list of configured model algorithm associations",
|
|
693
|
+
"accessLevel": "List",
|
|
694
|
+
"resourceTypes": [],
|
|
695
|
+
"conditionKeys": [
|
|
696
|
+
"aws:RequestTag/${TagKey}",
|
|
697
|
+
"aws:TagKeys"
|
|
698
|
+
],
|
|
699
|
+
"dependentActions": []
|
|
700
|
+
},
|
|
701
|
+
"listconfiguredmodelalgorithms": {
|
|
702
|
+
"name": "ListConfiguredModelAlgorithms",
|
|
703
|
+
"description": "Grants permission to return a list of configured model algorithms",
|
|
704
|
+
"accessLevel": "List",
|
|
705
|
+
"resourceTypes": [],
|
|
706
|
+
"conditionKeys": [
|
|
707
|
+
"aws:RequestTag/${TagKey}",
|
|
708
|
+
"aws:TagKeys"
|
|
709
|
+
],
|
|
710
|
+
"dependentActions": []
|
|
711
|
+
},
|
|
712
|
+
"listmlinputchannels": {
|
|
713
|
+
"name": "ListMLInputChannels",
|
|
714
|
+
"description": "Grants permission to return a list of ML input channels",
|
|
715
|
+
"accessLevel": "List",
|
|
716
|
+
"resourceTypes": [],
|
|
717
|
+
"conditionKeys": [
|
|
718
|
+
"aws:RequestTag/${TagKey}",
|
|
719
|
+
"aws:TagKeys"
|
|
720
|
+
],
|
|
721
|
+
"dependentActions": []
|
|
722
|
+
},
|
|
281
723
|
"listtagsforresource": {
|
|
282
724
|
"name": "ListTagsForResource",
|
|
283
725
|
"description": "Grants permission to return a list of tags for a provided resource",
|
|
@@ -314,6 +756,28 @@
|
|
|
314
756
|
],
|
|
315
757
|
"dependentActions": []
|
|
316
758
|
},
|
|
759
|
+
"listtrainedmodelinferencejobs": {
|
|
760
|
+
"name": "ListTrainedModelInferenceJobs",
|
|
761
|
+
"description": "Grants permission to return a list of trained model inference jobs",
|
|
762
|
+
"accessLevel": "List",
|
|
763
|
+
"resourceTypes": [],
|
|
764
|
+
"conditionKeys": [
|
|
765
|
+
"aws:RequestTag/${TagKey}",
|
|
766
|
+
"aws:TagKeys"
|
|
767
|
+
],
|
|
768
|
+
"dependentActions": []
|
|
769
|
+
},
|
|
770
|
+
"listtrainedmodels": {
|
|
771
|
+
"name": "ListTrainedModels",
|
|
772
|
+
"description": "Grants permission to return a list of trained models",
|
|
773
|
+
"accessLevel": "List",
|
|
774
|
+
"resourceTypes": [],
|
|
775
|
+
"conditionKeys": [
|
|
776
|
+
"aws:RequestTag/${TagKey}",
|
|
777
|
+
"aws:TagKeys"
|
|
778
|
+
],
|
|
779
|
+
"dependentActions": []
|
|
780
|
+
},
|
|
317
781
|
"listtrainingdatasets": {
|
|
318
782
|
"name": "ListTrainingDatasets",
|
|
319
783
|
"description": "Grants permission to return a list of training datasets",
|
|
@@ -337,6 +801,17 @@
|
|
|
337
801
|
"conditionKeys": [],
|
|
338
802
|
"dependentActions": []
|
|
339
803
|
},
|
|
804
|
+
"putmlconfiguration": {
|
|
805
|
+
"name": "PutMLConfiguration",
|
|
806
|
+
"description": "Grants permission to put an ML configuration",
|
|
807
|
+
"accessLevel": "Write",
|
|
808
|
+
"resourceTypes": [],
|
|
809
|
+
"conditionKeys": [
|
|
810
|
+
"aws:RequestTag/${TagKey}",
|
|
811
|
+
"aws:TagKeys"
|
|
812
|
+
],
|
|
813
|
+
"dependentActions": []
|
|
814
|
+
},
|
|
340
815
|
"startaudienceexportjob": {
|
|
341
816
|
"name": "StartAudienceExportJob",
|
|
342
817
|
"description": "Grants permission to export an audience of a specified size after you have generated an audience",
|
|
@@ -374,11 +849,89 @@
|
|
|
374
849
|
],
|
|
375
850
|
"dependentActions": []
|
|
376
851
|
},
|
|
852
|
+
"starttrainedmodelexportjob": {
|
|
853
|
+
"name": "StartTrainedModelExportJob",
|
|
854
|
+
"description": "Grants permission to start a trained model export job",
|
|
855
|
+
"accessLevel": "Write",
|
|
856
|
+
"resourceTypes": [
|
|
857
|
+
{
|
|
858
|
+
"name": "TrainedModel",
|
|
859
|
+
"required": true,
|
|
860
|
+
"conditionKeys": [],
|
|
861
|
+
"dependentActions": []
|
|
862
|
+
}
|
|
863
|
+
],
|
|
864
|
+
"conditionKeys": [
|
|
865
|
+
"aws:RequestTag/${TagKey}",
|
|
866
|
+
"aws:TagKeys"
|
|
867
|
+
],
|
|
868
|
+
"dependentActions": []
|
|
869
|
+
},
|
|
870
|
+
"starttrainedmodelinferencejob": {
|
|
871
|
+
"name": "StartTrainedModelInferenceJob",
|
|
872
|
+
"description": "Grants permission to start a trained model inference job",
|
|
873
|
+
"accessLevel": "Write",
|
|
874
|
+
"resourceTypes": [
|
|
875
|
+
{
|
|
876
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
877
|
+
"required": true,
|
|
878
|
+
"conditionKeys": [],
|
|
879
|
+
"dependentActions": []
|
|
880
|
+
},
|
|
881
|
+
{
|
|
882
|
+
"name": "MLInputChannel",
|
|
883
|
+
"required": true,
|
|
884
|
+
"conditionKeys": [],
|
|
885
|
+
"dependentActions": []
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"name": "TrainedModel",
|
|
889
|
+
"required": true,
|
|
890
|
+
"conditionKeys": [],
|
|
891
|
+
"dependentActions": []
|
|
892
|
+
}
|
|
893
|
+
],
|
|
894
|
+
"conditionKeys": [
|
|
895
|
+
"aws:RequestTag/${TagKey}",
|
|
896
|
+
"aws:TagKeys"
|
|
897
|
+
],
|
|
898
|
+
"dependentActions": []
|
|
899
|
+
},
|
|
377
900
|
"tagresource": {
|
|
378
901
|
"name": "TagResource",
|
|
379
902
|
"description": "Grants permission to tag a specific resource",
|
|
380
903
|
"accessLevel": "Tagging",
|
|
381
904
|
"resourceTypes": [
|
|
905
|
+
{
|
|
906
|
+
"name": "ConfiguredModelAlgorithm",
|
|
907
|
+
"required": false,
|
|
908
|
+
"conditionKeys": [],
|
|
909
|
+
"dependentActions": []
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
913
|
+
"required": false,
|
|
914
|
+
"conditionKeys": [],
|
|
915
|
+
"dependentActions": []
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"name": "MLInputChannel",
|
|
919
|
+
"required": false,
|
|
920
|
+
"conditionKeys": [],
|
|
921
|
+
"dependentActions": []
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "TrainedModel",
|
|
925
|
+
"required": false,
|
|
926
|
+
"conditionKeys": [],
|
|
927
|
+
"dependentActions": []
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "TrainedModelInferenceJob",
|
|
931
|
+
"required": false,
|
|
932
|
+
"conditionKeys": [],
|
|
933
|
+
"dependentActions": []
|
|
934
|
+
},
|
|
382
935
|
{
|
|
383
936
|
"name": "audiencegenerationjob",
|
|
384
937
|
"required": false,
|
|
@@ -416,6 +969,36 @@
|
|
|
416
969
|
"description": "Grants permission to untag a specific resource",
|
|
417
970
|
"accessLevel": "Tagging",
|
|
418
971
|
"resourceTypes": [
|
|
972
|
+
{
|
|
973
|
+
"name": "ConfiguredModelAlgorithm",
|
|
974
|
+
"required": false,
|
|
975
|
+
"conditionKeys": [],
|
|
976
|
+
"dependentActions": []
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"name": "ConfiguredModelAlgorithmAssociation",
|
|
980
|
+
"required": false,
|
|
981
|
+
"conditionKeys": [],
|
|
982
|
+
"dependentActions": []
|
|
983
|
+
},
|
|
984
|
+
{
|
|
985
|
+
"name": "MLInputChannel",
|
|
986
|
+
"required": false,
|
|
987
|
+
"conditionKeys": [],
|
|
988
|
+
"dependentActions": []
|
|
989
|
+
},
|
|
990
|
+
{
|
|
991
|
+
"name": "TrainedModel",
|
|
992
|
+
"required": false,
|
|
993
|
+
"conditionKeys": [],
|
|
994
|
+
"dependentActions": []
|
|
995
|
+
},
|
|
996
|
+
{
|
|
997
|
+
"name": "TrainedModelInferenceJob",
|
|
998
|
+
"required": false,
|
|
999
|
+
"conditionKeys": [],
|
|
1000
|
+
"dependentActions": []
|
|
1001
|
+
},
|
|
419
1002
|
{
|
|
420
1003
|
"name": "audiencegenerationjob",
|
|
421
1004
|
"required": false,
|