@cloud-copilot/iam-data 0.15.202511271 → 0.15.202512091

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.
Files changed (81) hide show
  1. package/data/actions/aco-automation.json +252 -0
  2. package/data/actions/aidevops.json +481 -0
  3. package/data/actions/aws-marketplace.json +48 -0
  4. package/data/actions/aws-mcp.json +26 -0
  5. package/data/actions/bcm-data-exports.json +12 -0
  6. package/data/actions/bedrock-agentcore.json +594 -2
  7. package/data/actions/bedrock-mantle.json +106 -0
  8. package/data/actions/bedrock.json +84 -3
  9. package/data/actions/ce.json +8 -0
  10. package/data/actions/cloudfront.json +239 -0
  11. package/data/actions/cloudwatch.json +45 -0
  12. package/data/actions/connect.json +1081 -8
  13. package/data/actions/datazone.json +16 -0
  14. package/data/actions/ecr.json +78 -0
  15. package/data/actions/eks.json +108 -0
  16. package/data/actions/healthlake.json +1 -0
  17. package/data/actions/identitystore.json +19 -0
  18. package/data/actions/lambda.json +296 -4
  19. package/data/actions/logs.json +105 -0
  20. package/data/actions/mediaconnect.json +748 -91
  21. package/data/actions/nova-act.json +276 -0
  22. package/data/actions/observabilityadmin.json +180 -0
  23. package/data/actions/opensearch.json +40 -0
  24. package/data/actions/partnercentral-account-management.json +22 -0
  25. package/data/actions/partnercentral.json +903 -22
  26. package/data/actions/route53.json +15 -0
  27. package/data/actions/route53globalresolver.json +700 -0
  28. package/data/actions/s3.json +1 -0
  29. package/data/actions/s3tables.json +243 -3
  30. package/data/actions/s3vectors.json +147 -22
  31. package/data/actions/sagemaker-unified-studio-mcp.json +3 -0
  32. package/data/actions/sagemaker.json +110 -0
  33. package/data/actions/security-ir.json +31 -0
  34. package/data/actions/securityagent.json +503 -0
  35. package/data/actions/transform-custom.json +274 -0
  36. package/data/actions/transform.json +72 -0
  37. package/data/actions/vpce.json +14 -1
  38. package/data/conditionKeys/aco-automation.json +17 -0
  39. package/data/conditionKeys/aidevops.json +22 -0
  40. package/data/conditionKeys/aws-mcp.json +1 -0
  41. package/data/conditionKeys/bedrock-agentcore.json +0 -5
  42. package/data/conditionKeys/bedrock-mantle.json +17 -0
  43. package/data/conditionKeys/connect.json +10 -0
  44. package/data/conditionKeys/nova-act.json +1 -0
  45. package/data/conditionKeys/observabilityadmin.json +5 -0
  46. package/data/conditionKeys/partnercentral-account-management.json +12 -1
  47. package/data/conditionKeys/partnercentral.json +15 -0
  48. package/data/conditionKeys/route53globalresolver.json +17 -0
  49. package/data/conditionKeys/s3tables.json +5 -0
  50. package/data/conditionKeys/s3vectors.json +20 -0
  51. package/data/conditionKeys/securityagent.json +1 -0
  52. package/data/conditionKeys/transform-custom.json +17 -0
  53. package/data/conditionPatterns.json +4 -0
  54. package/data/resourceTypes/aco-automation.json +9 -0
  55. package/data/resourceTypes/aidevops.json +24 -0
  56. package/data/resourceTypes/apigateway.json +3 -0
  57. package/data/resourceTypes/aws-mcp.json +1 -0
  58. package/data/resourceTypes/bcm-data-exports.json +7 -0
  59. package/data/resourceTypes/bedrock-agentcore.json +20 -0
  60. package/data/resourceTypes/bedrock-mantle.json +6 -0
  61. package/data/resourceTypes/cloudfront.json +14 -0
  62. package/data/resourceTypes/connect.json +18 -0
  63. package/data/resourceTypes/eks.json +7 -0
  64. package/data/resourceTypes/lambda.json +11 -0
  65. package/data/resourceTypes/mediaconnect.json +41 -12
  66. package/data/resourceTypes/nova-act.json +10 -0
  67. package/data/resourceTypes/observabilityadmin.json +14 -0
  68. package/data/resourceTypes/omics.json +0 -4
  69. package/data/resourceTypes/partnercentral.json +42 -0
  70. package/data/resourceTypes/route53globalresolver.json +37 -0
  71. package/data/resourceTypes/s3vectors.json +10 -2
  72. package/data/resourceTypes/sagemaker.json +8 -0
  73. package/data/resourceTypes/securityagent.json +38 -0
  74. package/data/resourceTypes/transform-custom.json +18 -0
  75. package/data/resourceTypes/vpce.json +10 -1
  76. package/data/serviceNames.json +9 -2
  77. package/data/services.json +8 -1
  78. package/package.json +2 -2
  79. package/data/actions/deepcomposer.json +0 -316
  80. package/data/conditionKeys/deepcomposer.json +0 -17
  81. package/data/resourceTypes/deepcomposer.json +0 -20
@@ -0,0 +1,276 @@
1
+ {
2
+ "createact": {
3
+ "name": "CreateAct",
4
+ "description": "Grants permission to create a new AI task (act) within a session that can interact with tools and perform specific actions",
5
+ "accessLevel": "Write",
6
+ "resourceTypes": [
7
+ {
8
+ "name": "workflow-definition",
9
+ "required": true,
10
+ "conditionKeys": [],
11
+ "dependentActions": []
12
+ },
13
+ {
14
+ "name": "workflow-run",
15
+ "required": true,
16
+ "conditionKeys": [],
17
+ "dependentActions": []
18
+ }
19
+ ],
20
+ "conditionKeys": [],
21
+ "dependentActions": []
22
+ },
23
+ "createsession": {
24
+ "name": "CreateSession",
25
+ "description": "Grants permission to create a new session context within a workflow run to manage conversation state and acts",
26
+ "accessLevel": "Write",
27
+ "resourceTypes": [
28
+ {
29
+ "name": "workflow-definition",
30
+ "required": true,
31
+ "conditionKeys": [],
32
+ "dependentActions": []
33
+ },
34
+ {
35
+ "name": "workflow-run",
36
+ "required": true,
37
+ "conditionKeys": [],
38
+ "dependentActions": []
39
+ }
40
+ ],
41
+ "conditionKeys": [],
42
+ "dependentActions": []
43
+ },
44
+ "createworkflowdefinition": {
45
+ "name": "CreateWorkflowDefinition",
46
+ "description": "Grants permission to create a new workflow definition template that can be used to execute multiple workflow runs",
47
+ "accessLevel": "Write",
48
+ "resourceTypes": [
49
+ {
50
+ "name": "workflow-definition",
51
+ "required": true,
52
+ "conditionKeys": [],
53
+ "dependentActions": []
54
+ }
55
+ ],
56
+ "conditionKeys": [],
57
+ "dependentActions": []
58
+ },
59
+ "createworkflowrun": {
60
+ "name": "CreateWorkflowRun",
61
+ "description": "Grants permission to create a new execution instance of a workflow definition with specified parameters",
62
+ "accessLevel": "Write",
63
+ "resourceTypes": [
64
+ {
65
+ "name": "workflow-definition",
66
+ "required": true,
67
+ "conditionKeys": [],
68
+ "dependentActions": []
69
+ }
70
+ ],
71
+ "conditionKeys": [],
72
+ "dependentActions": []
73
+ },
74
+ "deleteworkflowdefinition": {
75
+ "name": "DeleteWorkflowDefinition",
76
+ "description": "Grants permission to delete a workflow definition and all associated resources",
77
+ "accessLevel": "Write",
78
+ "resourceTypes": [
79
+ {
80
+ "name": "workflow-definition",
81
+ "required": true,
82
+ "conditionKeys": [],
83
+ "dependentActions": []
84
+ }
85
+ ],
86
+ "conditionKeys": [],
87
+ "dependentActions": []
88
+ },
89
+ "deleteworkflowrun": {
90
+ "name": "DeleteWorkflowRun",
91
+ "description": "Grants permission to terminate and clean up a workflow run, stopping all associated acts and sessions",
92
+ "accessLevel": "Write",
93
+ "resourceTypes": [
94
+ {
95
+ "name": "workflow-definition",
96
+ "required": true,
97
+ "conditionKeys": [],
98
+ "dependentActions": []
99
+ },
100
+ {
101
+ "name": "workflow-run",
102
+ "required": true,
103
+ "conditionKeys": [],
104
+ "dependentActions": []
105
+ }
106
+ ],
107
+ "conditionKeys": [],
108
+ "dependentActions": []
109
+ },
110
+ "getworkflowdefinition": {
111
+ "name": "GetWorkflowDefinition",
112
+ "description": "Grants permission to retrieve details and configuration of a specific workflow definition",
113
+ "accessLevel": "Read",
114
+ "resourceTypes": [
115
+ {
116
+ "name": "workflow-definition",
117
+ "required": true,
118
+ "conditionKeys": [],
119
+ "dependentActions": []
120
+ }
121
+ ],
122
+ "conditionKeys": [],
123
+ "dependentActions": []
124
+ },
125
+ "getworkflowrun": {
126
+ "name": "GetWorkflowRun",
127
+ "description": "Grants permission to retrieve the current state, configuration, and execution details of a workflow run",
128
+ "accessLevel": "Read",
129
+ "resourceTypes": [
130
+ {
131
+ "name": "workflow-definition",
132
+ "required": true,
133
+ "conditionKeys": [],
134
+ "dependentActions": []
135
+ },
136
+ {
137
+ "name": "workflow-run",
138
+ "required": true,
139
+ "conditionKeys": [],
140
+ "dependentActions": []
141
+ }
142
+ ],
143
+ "conditionKeys": [],
144
+ "dependentActions": []
145
+ },
146
+ "invokeactstep": {
147
+ "name": "InvokeActStep",
148
+ "description": "Grants permission to execute the next step of an act, processing tool call results and returning new tool calls if needed",
149
+ "accessLevel": "Write",
150
+ "resourceTypes": [
151
+ {
152
+ "name": "workflow-definition",
153
+ "required": true,
154
+ "conditionKeys": [],
155
+ "dependentActions": []
156
+ },
157
+ {
158
+ "name": "workflow-run",
159
+ "required": true,
160
+ "conditionKeys": [],
161
+ "dependentActions": []
162
+ }
163
+ ],
164
+ "conditionKeys": [],
165
+ "dependentActions": []
166
+ },
167
+ "listacts": {
168
+ "name": "ListActs",
169
+ "description": "Grants permission to list all acts within a specific session with their current status and execution details",
170
+ "accessLevel": "Read",
171
+ "resourceTypes": [
172
+ {
173
+ "name": "workflow-definition",
174
+ "required": true,
175
+ "conditionKeys": [],
176
+ "dependentActions": []
177
+ }
178
+ ],
179
+ "conditionKeys": [],
180
+ "dependentActions": []
181
+ },
182
+ "listmodels": {
183
+ "name": "ListModels",
184
+ "description": "Grants permission to list all available AI models that can be used for workflow execution, including their status and compatibility information",
185
+ "accessLevel": "Read",
186
+ "resourceTypes": [],
187
+ "conditionKeys": [],
188
+ "dependentActions": []
189
+ },
190
+ "listsessions": {
191
+ "name": "ListSessions",
192
+ "description": "Grants permission to list all sessions within a specific workflow run",
193
+ "accessLevel": "Read",
194
+ "resourceTypes": [
195
+ {
196
+ "name": "workflow-definition",
197
+ "required": true,
198
+ "conditionKeys": [],
199
+ "dependentActions": []
200
+ },
201
+ {
202
+ "name": "workflow-run",
203
+ "required": true,
204
+ "conditionKeys": [],
205
+ "dependentActions": []
206
+ }
207
+ ],
208
+ "conditionKeys": [],
209
+ "dependentActions": []
210
+ },
211
+ "listworkflowdefinitions": {
212
+ "name": "ListWorkflowDefinitions",
213
+ "description": "Grants permission to list all workflow definitions in your account with optional filtering and pagination",
214
+ "accessLevel": "List",
215
+ "resourceTypes": [],
216
+ "conditionKeys": [],
217
+ "dependentActions": []
218
+ },
219
+ "listworkflowruns": {
220
+ "name": "ListWorkflowRuns",
221
+ "description": "Grants permission to list all workflow runs for a specific workflow definition with optional filtering and pagination",
222
+ "accessLevel": "List",
223
+ "resourceTypes": [
224
+ {
225
+ "name": "workflow-definition",
226
+ "required": true,
227
+ "conditionKeys": [],
228
+ "dependentActions": []
229
+ }
230
+ ],
231
+ "conditionKeys": [],
232
+ "dependentActions": []
233
+ },
234
+ "updateact": {
235
+ "name": "UpdateAct",
236
+ "description": "Grants permission to update an existing act's configuration, status, or error information",
237
+ "accessLevel": "Write",
238
+ "resourceTypes": [
239
+ {
240
+ "name": "workflow-definition",
241
+ "required": true,
242
+ "conditionKeys": [],
243
+ "dependentActions": []
244
+ },
245
+ {
246
+ "name": "workflow-run",
247
+ "required": true,
248
+ "conditionKeys": [],
249
+ "dependentActions": []
250
+ }
251
+ ],
252
+ "conditionKeys": [],
253
+ "dependentActions": []
254
+ },
255
+ "updateworkflowrun": {
256
+ "name": "UpdateWorkflowRun",
257
+ "description": "Grants permission to update the configuration or state of an active workflow run",
258
+ "accessLevel": "Write",
259
+ "resourceTypes": [
260
+ {
261
+ "name": "workflow-definition",
262
+ "required": true,
263
+ "conditionKeys": [],
264
+ "dependentActions": []
265
+ },
266
+ {
267
+ "name": "workflow-run",
268
+ "required": true,
269
+ "conditionKeys": [],
270
+ "dependentActions": []
271
+ }
272
+ ],
273
+ "conditionKeys": [],
274
+ "dependentActions": []
275
+ }
276
+ }
@@ -20,6 +20,43 @@
20
20
  ],
21
21
  "dependentActions": []
22
22
  },
23
+ "creates3tableintegration": {
24
+ "name": "CreateS3TableIntegration",
25
+ "description": "Grants permission to create a new s3 table integration with the specified configuration",
26
+ "accessLevel": "Write",
27
+ "resourceTypes": [
28
+ {
29
+ "name": "s3tableintegration",
30
+ "required": true,
31
+ "conditionKeys": [],
32
+ "dependentActions": []
33
+ }
34
+ ],
35
+ "conditionKeys": [
36
+ "aws:TagKeys",
37
+ "aws:RequestTag/${TagKey}"
38
+ ],
39
+ "dependentActions": []
40
+ },
41
+ "createtelemetrypipeline": {
42
+ "name": "CreateTelemetryPipeline",
43
+ "description": "Grants permission to create a new telemetry pipeline with the specified name and configuration",
44
+ "accessLevel": "Write",
45
+ "resourceTypes": [
46
+ {
47
+ "name": "telemetry-pipeline",
48
+ "required": true,
49
+ "conditionKeys": [],
50
+ "dependentActions": []
51
+ }
52
+ ],
53
+ "conditionKeys": [
54
+ "aws:TagKeys",
55
+ "aws:RequestTag/${TagKey}",
56
+ "observabilityadmin:SourceType"
57
+ ],
58
+ "dependentActions": []
59
+ },
23
60
  "createtelemetryrule": {
24
61
  "name": "CreateTelemetryRule",
25
62
  "description": "Grants permission to create a new telemetry rule with the specified name for the account",
@@ -71,6 +108,36 @@
71
108
  "conditionKeys": [],
72
109
  "dependentActions": []
73
110
  },
111
+ "deletes3tableintegration": {
112
+ "name": "DeleteS3TableIntegration",
113
+ "description": "Grants permission to delete the s3 table integration with the specified arn",
114
+ "accessLevel": "Write",
115
+ "resourceTypes": [
116
+ {
117
+ "name": "s3tableintegration",
118
+ "required": true,
119
+ "conditionKeys": [],
120
+ "dependentActions": []
121
+ }
122
+ ],
123
+ "conditionKeys": [],
124
+ "dependentActions": []
125
+ },
126
+ "deletetelemetrypipeline": {
127
+ "name": "DeleteTelemetryPipeline",
128
+ "description": "Grants permission to delete the telemetry pipeline with the specified arn",
129
+ "accessLevel": "Write",
130
+ "resourceTypes": [
131
+ {
132
+ "name": "telemetry-pipeline",
133
+ "required": true,
134
+ "conditionKeys": [],
135
+ "dependentActions": []
136
+ }
137
+ ],
138
+ "conditionKeys": [],
139
+ "dependentActions": []
140
+ },
74
141
  "deletetelemetryrule": {
75
142
  "name": "DeleteTelemetryRule",
76
143
  "description": "Grants permission to delete a telemetry rule with the specified name for the account",
@@ -116,6 +183,21 @@
116
183
  "conditionKeys": [],
117
184
  "dependentActions": []
118
185
  },
186
+ "gets3tableintegration": {
187
+ "name": "GetS3TableIntegration",
188
+ "description": "Grants permission to retrieve the specified s3 table integration for the account",
189
+ "accessLevel": "Read",
190
+ "resourceTypes": [
191
+ {
192
+ "name": "s3tableintegration",
193
+ "required": true,
194
+ "conditionKeys": [],
195
+ "dependentActions": []
196
+ }
197
+ ],
198
+ "conditionKeys": [],
199
+ "dependentActions": []
200
+ },
119
201
  "gettelemetryenrichmentstatus": {
120
202
  "name": "GetTelemetryEnrichmentStatus",
121
203
  "description": "Grants permission to retrieve the status of the Resource tags for telemetry feature for the account",
@@ -140,6 +222,21 @@
140
222
  "conditionKeys": [],
141
223
  "dependentActions": []
142
224
  },
225
+ "gettelemetrypipeline": {
226
+ "name": "GetTelemetryPipeline",
227
+ "description": "Grants permission to Get the telemetry pipeline with the specified name or arn",
228
+ "accessLevel": "Read",
229
+ "resourceTypes": [
230
+ {
231
+ "name": "telemetry-pipeline",
232
+ "required": true,
233
+ "conditionKeys": [],
234
+ "dependentActions": []
235
+ }
236
+ ],
237
+ "conditionKeys": [],
238
+ "dependentActions": []
239
+ },
143
240
  "gettelemetryrule": {
144
241
  "name": "GetTelemetryRule",
145
242
  "description": "Grants permission to retrieve the specified telemetry rule for the account",
@@ -194,6 +291,14 @@
194
291
  "conditionKeys": [],
195
292
  "dependentActions": []
196
293
  },
294
+ "lists3tableintegrations": {
295
+ "name": "ListS3TableIntegrations",
296
+ "description": "Grants permission to list s3 table integrations for the account",
297
+ "accessLevel": "List",
298
+ "resourceTypes": [],
299
+ "conditionKeys": [],
300
+ "dependentActions": []
301
+ },
197
302
  "listtagsforresource": {
198
303
  "name": "ListTagsForResource",
199
304
  "description": "Grants permission to list the tags for the specified resource",
@@ -211,6 +316,18 @@
211
316
  "conditionKeys": [],
212
317
  "dependentActions": []
213
318
  },
319
+ {
320
+ "name": "s3tableintegration",
321
+ "required": false,
322
+ "conditionKeys": [],
323
+ "dependentActions": []
324
+ },
325
+ {
326
+ "name": "telemetry-pipeline",
327
+ "required": false,
328
+ "conditionKeys": [],
329
+ "dependentActions": []
330
+ },
214
331
  {
215
332
  "name": "telemetry-rule",
216
333
  "required": false,
@@ -221,6 +338,14 @@
221
338
  "conditionKeys": [],
222
339
  "dependentActions": []
223
340
  },
341
+ "listtelemetrypipelines": {
342
+ "name": "ListTelemetryPipelines",
343
+ "description": "Grants permission to List telemetry pipelines for the account",
344
+ "accessLevel": "List",
345
+ "resourceTypes": [],
346
+ "conditionKeys": [],
347
+ "dependentActions": []
348
+ },
224
349
  "listtelemetryrules": {
225
350
  "name": "ListTelemetryRules",
226
351
  "description": "Grants permission to list the telemetry rules for the account",
@@ -302,6 +427,18 @@
302
427
  "conditionKeys": [],
303
428
  "dependentActions": []
304
429
  },
430
+ {
431
+ "name": "s3tableintegration",
432
+ "required": false,
433
+ "conditionKeys": [],
434
+ "dependentActions": []
435
+ },
436
+ {
437
+ "name": "telemetry-pipeline",
438
+ "required": false,
439
+ "conditionKeys": [],
440
+ "dependentActions": []
441
+ },
305
442
  {
306
443
  "name": "telemetry-rule",
307
444
  "required": false,
@@ -315,6 +452,14 @@
315
452
  ],
316
453
  "dependentActions": []
317
454
  },
455
+ "testtelemetrypipeline": {
456
+ "name": "TestTelemetryPipeline",
457
+ "description": "Grants permission to Test a telemetry pipeline configuration with sample data",
458
+ "accessLevel": "Read",
459
+ "resourceTypes": [],
460
+ "conditionKeys": [],
461
+ "dependentActions": []
462
+ },
318
463
  "untagresource": {
319
464
  "name": "UntagResource",
320
465
  "description": "Grants permission to remove the specified tags from the specified resource",
@@ -332,6 +477,18 @@
332
477
  "conditionKeys": [],
333
478
  "dependentActions": []
334
479
  },
480
+ {
481
+ "name": "s3tableintegration",
482
+ "required": false,
483
+ "conditionKeys": [],
484
+ "dependentActions": []
485
+ },
486
+ {
487
+ "name": "telemetry-pipeline",
488
+ "required": false,
489
+ "conditionKeys": [],
490
+ "dependentActions": []
491
+ },
335
492
  {
336
493
  "name": "telemetry-rule",
337
494
  "required": false,
@@ -363,6 +520,21 @@
363
520
  ],
364
521
  "dependentActions": []
365
522
  },
523
+ "updatetelemetrypipeline": {
524
+ "name": "UpdateTelemetryPipeline",
525
+ "description": "Grants permission to Update the telemetry pipeline with the specified arn",
526
+ "accessLevel": "Write",
527
+ "resourceTypes": [
528
+ {
529
+ "name": "telemetry-pipeline",
530
+ "required": true,
531
+ "conditionKeys": [],
532
+ "dependentActions": []
533
+ }
534
+ ],
535
+ "conditionKeys": [],
536
+ "dependentActions": []
537
+ },
366
538
  "updatetelemetryrule": {
367
539
  "name": "UpdateTelemetryRule",
368
540
  "description": "Grants permission to update the specified telemetry rule for the account",
@@ -392,5 +564,13 @@
392
564
  ],
393
565
  "conditionKeys": [],
394
566
  "dependentActions": []
567
+ },
568
+ "validatetelemetrypipelineconfiguration": {
569
+ "name": "ValidateTelemetryPipelineConfiguration",
570
+ "description": "Grants permission to Validate a telemetry pipeline configuration",
571
+ "accessLevel": "Read",
572
+ "resourceTypes": [],
573
+ "conditionKeys": [],
574
+ "dependentActions": []
395
575
  }
396
576
  }
@@ -15,6 +15,14 @@
15
15
  "conditionKeys": [],
16
16
  "dependentActions": []
17
17
  },
18
+ "cancelautooptimizejob": {
19
+ "name": "CancelAutoOptimizeJob",
20
+ "description": "Grants permission to cancel submitted Auto Optimize Job",
21
+ "accessLevel": "Write",
22
+ "resourceTypes": [],
23
+ "conditionKeys": [],
24
+ "dependentActions": []
25
+ },
18
26
  "canceldirectquery": {
19
27
  "name": "CancelDirectQuery",
20
28
  "description": "Grants permission to cancel the query that is submitted on the OpenSearch DataSource resource",
@@ -30,6 +38,22 @@
30
38
  "conditionKeys": [],
31
39
  "dependentActions": []
32
40
  },
41
+ "deleteautooptimizejob": {
42
+ "name": "DeleteAutoOptimizeJob",
43
+ "description": "Grants permission to delete Auto Optimize Job",
44
+ "accessLevel": "Write",
45
+ "resourceTypes": [],
46
+ "conditionKeys": [],
47
+ "dependentActions": []
48
+ },
49
+ "getautooptimizejob": {
50
+ "name": "GetAutoOptimizeJob",
51
+ "description": "Grants permission to get the Auto Optimize Job details",
52
+ "accessLevel": "Read",
53
+ "resourceTypes": [],
54
+ "conditionKeys": [],
55
+ "dependentActions": []
56
+ },
33
57
  "getdirectquery": {
34
58
  "name": "GetDirectQuery",
35
59
  "description": "Grants permission to get the query status that are performed on the OpenSearch DataSource resource",
@@ -60,6 +84,14 @@
60
84
  "conditionKeys": [],
61
85
  "dependentActions": []
62
86
  },
87
+ "listautooptimizejobs": {
88
+ "name": "ListAutoOptimizeJobs",
89
+ "description": "Grants permission to retrieve a list of Auto Optimize Jobs",
90
+ "accessLevel": "List",
91
+ "resourceTypes": [],
92
+ "conditionKeys": [],
93
+ "dependentActions": []
94
+ },
63
95
  "startdirectquery": {
64
96
  "name": "StartDirectQuery",
65
97
  "description": "Grants permission to start a direct query on the provided OpenSearch DataSource arns",
@@ -74,5 +106,13 @@
74
106
  ],
75
107
  "conditionKeys": [],
76
108
  "dependentActions": []
109
+ },
110
+ "submitautooptimizejob": {
111
+ "name": "SubmitAutoOptimizeJob",
112
+ "description": "Grants permission to create new Auto Optimize Job",
113
+ "accessLevel": "Write",
114
+ "resourceTypes": [],
115
+ "conditionKeys": [],
116
+ "dependentActions": []
77
117
  }
78
118
  }
@@ -1,4 +1,26 @@
1
1
  {
2
+ "accesslegacypartnercentral": {
3
+ "name": "AccessLegacyPartnerCentral",
4
+ "isPermissionOnly": true,
5
+ "description": "Grants permission to Single Sign-On from AWS Partner Central into Legacy Partner Central",
6
+ "accessLevel": "Write",
7
+ "resourceTypes": [],
8
+ "conditionKeys": [
9
+ "partnercentral-account-management:LegacyPartnerCentralRole"
10
+ ],
11
+ "dependentActions": []
12
+ },
13
+ "accessmarketingcentral": {
14
+ "name": "AccessMarketingCentral",
15
+ "isPermissionOnly": true,
16
+ "description": "Grants permission to Single Sign-On from AWS Partner Central into Marketing Central",
17
+ "accessLevel": "Write",
18
+ "resourceTypes": [],
19
+ "conditionKeys": [
20
+ "partnercentral-account-management:MarketingCentralRole"
21
+ ],
22
+ "dependentActions": []
23
+ },
2
24
  "associatepartneraccount": {
3
25
  "name": "AssociatePartnerAccount",
4
26
  "isPermissionOnly": true,