@cloud-copilot/iam-data 0.9.202411251 → 0.9.202412071
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/aiops.json +384 -0
- package/data/actions/aoss.json +9 -2
- package/data/actions/bedrock.json +576 -2
- package/data/actions/chime.json +95 -1
- package/data/actions/cleanrooms.json +1 -0
- package/data/actions/config.json +146 -14
- package/data/actions/connect-campaigns.json +15 -0
- package/data/actions/connect.json +40 -1
- package/data/actions/datazone.json +0 -5
- package/data/actions/dsql.json +191 -0
- package/data/actions/eks.json +8 -2
- package/data/actions/es.json +99 -3
- package/data/actions/glue.json +75 -0
- package/data/actions/imagebuilder.json +15 -0
- package/data/actions/invoicing.json +136 -0
- package/data/actions/logs.json +32 -0
- package/data/actions/memorydb.json +162 -0
- package/data/actions/networkflowmonitor.json +393 -0
- package/data/actions/networkmanager.json +59 -0
- package/data/actions/observabilityadmin.json +66 -0
- package/data/actions/opensearch.json +60 -0
- package/data/actions/partnercentral.json +256 -0
- package/data/actions/qapps.json +0 -4
- package/data/actions/qbusiness.json +377 -0
- package/data/actions/quicksight.json +79 -0
- package/data/actions/redshift-data.json +19 -2
- package/data/actions/redshift-serverless.json +23 -0
- package/data/actions/redshift.json +16 -0
- package/data/actions/rekognition.json +58 -11
- package/data/actions/s3.json +71 -0
- package/data/actions/s3tables.json +461 -0
- package/data/actions/sagemaker-data-science-assistant.json +11 -0
- package/data/actions/sagemaker.json +371 -9
- package/data/actions/security-ir.json +344 -0
- package/data/actions/transfer.json +127 -0
- package/data/actions/vpc-lattice.json +423 -44
- package/data/actions/vpce.json +11 -0
- package/data/conditionKeys/aiops.json +17 -0
- package/data/conditionKeys/bedrock.json +5 -0
- package/data/conditionKeys/config.json +5 -0
- package/data/conditionKeys/dsql.json +22 -0
- package/data/conditionKeys/eks.json +15 -0
- package/data/conditionKeys/invoicing.json +17 -1
- package/data/conditionKeys/networkflowmonitor.json +17 -0
- package/data/conditionKeys/networkmanager.json +10 -0
- package/data/conditionKeys/observabilityadmin.json +1 -0
- package/data/conditionKeys/redshift-data.json +5 -0
- package/data/conditionKeys/redshift-serverless.json +5 -0
- package/data/conditionKeys/s3express.json +5 -0
- package/data/conditionKeys/s3tables.json +12 -0
- package/data/conditionKeys/sagemaker-data-science-assistant.json +1 -0
- package/data/conditionKeys/security-ir.json +17 -0
- package/data/conditionKeys/vpc-lattice.json +10 -0
- package/data/conditionKeys/vpce.json +1 -0
- package/data/resourceTypes/aiops.json +9 -0
- package/data/resourceTypes/bedrock.json +27 -0
- package/data/resourceTypes/config.json +7 -0
- package/data/resourceTypes/dsql.json +9 -0
- package/data/resourceTypes/es.json +7 -0
- package/data/resourceTypes/invoicing.json +9 -1
- package/data/resourceTypes/memorydb.json +12 -0
- package/data/resourceTypes/networkflowmonitor.json +16 -0
- package/data/resourceTypes/observabilityadmin.json +1 -0
- package/data/resourceTypes/opensearch.json +4 -0
- package/data/resourceTypes/partnercentral.json +12 -0
- package/data/resourceTypes/personalize.json +3 -3
- package/data/resourceTypes/qbusiness.json +14 -0
- package/data/resourceTypes/redshift-data.json +4 -0
- package/data/resourceTypes/redshift-serverless.json +4 -0
- package/data/resourceTypes/rekognition.json +8 -2
- package/data/resourceTypes/s3tables.json +14 -0
- package/data/resourceTypes/sagemaker-data-science-assistant.json +1 -0
- package/data/resourceTypes/sagemaker.json +32 -0
- package/data/resourceTypes/security-ir.json +16 -0
- package/data/resourceTypes/transfer.json +7 -0
- package/data/resourceTypes/vpc-lattice.json +76 -35
- package/data/resourceTypes/vpce.json +1 -0
- package/data/serviceNames.json +8 -0
- package/data/services.json +8 -0
- package/package.json +2 -2
|
@@ -0,0 +1,461 @@
|
|
|
1
|
+
{
|
|
2
|
+
"createnamespace": {
|
|
3
|
+
"name": "CreateNamespace",
|
|
4
|
+
"description": "Grants permission to create a namespace",
|
|
5
|
+
"accessLevel": "Write",
|
|
6
|
+
"resourceTypes": [
|
|
7
|
+
{
|
|
8
|
+
"name": "TableBucket",
|
|
9
|
+
"required": true,
|
|
10
|
+
"conditionKeys": [],
|
|
11
|
+
"dependentActions": []
|
|
12
|
+
}
|
|
13
|
+
],
|
|
14
|
+
"conditionKeys": [],
|
|
15
|
+
"dependentActions": []
|
|
16
|
+
},
|
|
17
|
+
"createtable": {
|
|
18
|
+
"name": "CreateTable",
|
|
19
|
+
"description": "Grants permission to create a table",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "TableBucket",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [
|
|
30
|
+
"s3tables:namespace"
|
|
31
|
+
],
|
|
32
|
+
"dependentActions": []
|
|
33
|
+
},
|
|
34
|
+
"createtablebucket": {
|
|
35
|
+
"name": "CreateTableBucket",
|
|
36
|
+
"description": "Grants permission to create a table bucket",
|
|
37
|
+
"accessLevel": "Write",
|
|
38
|
+
"resourceTypes": [
|
|
39
|
+
{
|
|
40
|
+
"name": "TableBucket",
|
|
41
|
+
"required": true,
|
|
42
|
+
"conditionKeys": [],
|
|
43
|
+
"dependentActions": []
|
|
44
|
+
}
|
|
45
|
+
],
|
|
46
|
+
"conditionKeys": [],
|
|
47
|
+
"dependentActions": []
|
|
48
|
+
},
|
|
49
|
+
"deletenamespace": {
|
|
50
|
+
"name": "DeleteNamespace",
|
|
51
|
+
"description": "Grants permission to delete a namespace",
|
|
52
|
+
"accessLevel": "Write",
|
|
53
|
+
"resourceTypes": [
|
|
54
|
+
{
|
|
55
|
+
"name": "TableBucket",
|
|
56
|
+
"required": true,
|
|
57
|
+
"conditionKeys": [],
|
|
58
|
+
"dependentActions": []
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"conditionKeys": [
|
|
62
|
+
"s3tables:namespace"
|
|
63
|
+
],
|
|
64
|
+
"dependentActions": []
|
|
65
|
+
},
|
|
66
|
+
"deletetable": {
|
|
67
|
+
"name": "DeleteTable",
|
|
68
|
+
"description": "Grants permission to delete a table",
|
|
69
|
+
"accessLevel": "Write",
|
|
70
|
+
"resourceTypes": [
|
|
71
|
+
{
|
|
72
|
+
"name": "Table",
|
|
73
|
+
"required": true,
|
|
74
|
+
"conditionKeys": [],
|
|
75
|
+
"dependentActions": []
|
|
76
|
+
}
|
|
77
|
+
],
|
|
78
|
+
"conditionKeys": [
|
|
79
|
+
"s3tables:namespace",
|
|
80
|
+
"s3tables:tableName"
|
|
81
|
+
],
|
|
82
|
+
"dependentActions": []
|
|
83
|
+
},
|
|
84
|
+
"deletetablebucket": {
|
|
85
|
+
"name": "DeleteTableBucket",
|
|
86
|
+
"description": "Grants permission to delete a table bucket",
|
|
87
|
+
"accessLevel": "Write",
|
|
88
|
+
"resourceTypes": [
|
|
89
|
+
{
|
|
90
|
+
"name": "TableBucket",
|
|
91
|
+
"required": true,
|
|
92
|
+
"conditionKeys": [],
|
|
93
|
+
"dependentActions": []
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"conditionKeys": [],
|
|
97
|
+
"dependentActions": []
|
|
98
|
+
},
|
|
99
|
+
"deletetablebucketpolicy": {
|
|
100
|
+
"name": "DeleteTableBucketPolicy",
|
|
101
|
+
"description": "Grants permission to delete a policy on a table bucket",
|
|
102
|
+
"accessLevel": "Permissions management",
|
|
103
|
+
"resourceTypes": [
|
|
104
|
+
{
|
|
105
|
+
"name": "TableBucket",
|
|
106
|
+
"required": true,
|
|
107
|
+
"conditionKeys": [],
|
|
108
|
+
"dependentActions": []
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"conditionKeys": [],
|
|
112
|
+
"dependentActions": []
|
|
113
|
+
},
|
|
114
|
+
"deletetablepolicy": {
|
|
115
|
+
"name": "DeleteTablePolicy",
|
|
116
|
+
"description": "Grants permission to delete a policy on a table",
|
|
117
|
+
"accessLevel": "Permissions management",
|
|
118
|
+
"resourceTypes": [
|
|
119
|
+
{
|
|
120
|
+
"name": "Table",
|
|
121
|
+
"required": true,
|
|
122
|
+
"conditionKeys": [],
|
|
123
|
+
"dependentActions": []
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"conditionKeys": [
|
|
127
|
+
"s3tables:namespace",
|
|
128
|
+
"s3tables:tableName"
|
|
129
|
+
],
|
|
130
|
+
"dependentActions": []
|
|
131
|
+
},
|
|
132
|
+
"getnamespace": {
|
|
133
|
+
"name": "GetNamespace",
|
|
134
|
+
"description": "Grants permission to get a namespace",
|
|
135
|
+
"accessLevel": "Read",
|
|
136
|
+
"resourceTypes": [
|
|
137
|
+
{
|
|
138
|
+
"name": "TableBucket",
|
|
139
|
+
"required": true,
|
|
140
|
+
"conditionKeys": [],
|
|
141
|
+
"dependentActions": []
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"conditionKeys": [
|
|
145
|
+
"s3tables:namespace"
|
|
146
|
+
],
|
|
147
|
+
"dependentActions": []
|
|
148
|
+
},
|
|
149
|
+
"gettable": {
|
|
150
|
+
"name": "GetTable",
|
|
151
|
+
"description": "Grants permission to retrieve a table",
|
|
152
|
+
"accessLevel": "Read",
|
|
153
|
+
"resourceTypes": [
|
|
154
|
+
{
|
|
155
|
+
"name": "Table",
|
|
156
|
+
"required": true,
|
|
157
|
+
"conditionKeys": [],
|
|
158
|
+
"dependentActions": []
|
|
159
|
+
}
|
|
160
|
+
],
|
|
161
|
+
"conditionKeys": [
|
|
162
|
+
"s3tables:namespace",
|
|
163
|
+
"s3tables:tableName"
|
|
164
|
+
],
|
|
165
|
+
"dependentActions": []
|
|
166
|
+
},
|
|
167
|
+
"gettablebucket": {
|
|
168
|
+
"name": "GetTableBucket",
|
|
169
|
+
"description": "Grants permission to retrieve a table bucket",
|
|
170
|
+
"accessLevel": "Read",
|
|
171
|
+
"resourceTypes": [
|
|
172
|
+
{
|
|
173
|
+
"name": "TableBucket",
|
|
174
|
+
"required": true,
|
|
175
|
+
"conditionKeys": [],
|
|
176
|
+
"dependentActions": []
|
|
177
|
+
}
|
|
178
|
+
],
|
|
179
|
+
"conditionKeys": [],
|
|
180
|
+
"dependentActions": []
|
|
181
|
+
},
|
|
182
|
+
"gettablebucketmaintenanceconfiguration": {
|
|
183
|
+
"name": "GetTableBucketMaintenanceConfiguration",
|
|
184
|
+
"description": "Grants permission to retrieve a maintenance configuration on a table bucket",
|
|
185
|
+
"accessLevel": "Read",
|
|
186
|
+
"resourceTypes": [
|
|
187
|
+
{
|
|
188
|
+
"name": "TableBucket",
|
|
189
|
+
"required": true,
|
|
190
|
+
"conditionKeys": [],
|
|
191
|
+
"dependentActions": []
|
|
192
|
+
}
|
|
193
|
+
],
|
|
194
|
+
"conditionKeys": [],
|
|
195
|
+
"dependentActions": []
|
|
196
|
+
},
|
|
197
|
+
"gettablebucketpolicy": {
|
|
198
|
+
"name": "GetTableBucketPolicy",
|
|
199
|
+
"description": "Grants permission to retrieve a policy on a table bucket",
|
|
200
|
+
"accessLevel": "Read",
|
|
201
|
+
"resourceTypes": [
|
|
202
|
+
{
|
|
203
|
+
"name": "TableBucket",
|
|
204
|
+
"required": true,
|
|
205
|
+
"conditionKeys": [],
|
|
206
|
+
"dependentActions": []
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"conditionKeys": [],
|
|
210
|
+
"dependentActions": []
|
|
211
|
+
},
|
|
212
|
+
"gettabledata": {
|
|
213
|
+
"name": "GetTableData",
|
|
214
|
+
"description": "Grants permission to read metadata and data objects from a table storage endpoint using S3 APIs",
|
|
215
|
+
"accessLevel": "Read",
|
|
216
|
+
"resourceTypes": [
|
|
217
|
+
{
|
|
218
|
+
"name": "Table",
|
|
219
|
+
"required": true,
|
|
220
|
+
"conditionKeys": [],
|
|
221
|
+
"dependentActions": []
|
|
222
|
+
}
|
|
223
|
+
],
|
|
224
|
+
"conditionKeys": [
|
|
225
|
+
"s3tables:namespace",
|
|
226
|
+
"s3tables:tableName"
|
|
227
|
+
],
|
|
228
|
+
"dependentActions": []
|
|
229
|
+
},
|
|
230
|
+
"gettablemaintenanceconfiguration": {
|
|
231
|
+
"name": "GetTableMaintenanceConfiguration",
|
|
232
|
+
"description": "Grants permission to retrieve a maintenance configuration on a table",
|
|
233
|
+
"accessLevel": "Read",
|
|
234
|
+
"resourceTypes": [
|
|
235
|
+
{
|
|
236
|
+
"name": "Table",
|
|
237
|
+
"required": true,
|
|
238
|
+
"conditionKeys": [],
|
|
239
|
+
"dependentActions": []
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"conditionKeys": [
|
|
243
|
+
"s3tables:namespace",
|
|
244
|
+
"s3tables:tableName"
|
|
245
|
+
],
|
|
246
|
+
"dependentActions": []
|
|
247
|
+
},
|
|
248
|
+
"gettablemaintenancejobstatus": {
|
|
249
|
+
"name": "GetTableMaintenanceJobStatus",
|
|
250
|
+
"description": "Grants permission to retrieve the status of maintenance jobs on a table",
|
|
251
|
+
"accessLevel": "Read",
|
|
252
|
+
"resourceTypes": [
|
|
253
|
+
{
|
|
254
|
+
"name": "Table",
|
|
255
|
+
"required": true,
|
|
256
|
+
"conditionKeys": [],
|
|
257
|
+
"dependentActions": []
|
|
258
|
+
}
|
|
259
|
+
],
|
|
260
|
+
"conditionKeys": [
|
|
261
|
+
"s3tables:namespace",
|
|
262
|
+
"s3tables:tableName"
|
|
263
|
+
],
|
|
264
|
+
"dependentActions": []
|
|
265
|
+
},
|
|
266
|
+
"gettablemetadatalocation": {
|
|
267
|
+
"name": "GetTableMetadataLocation",
|
|
268
|
+
"description": "Grants permission to retrieve the metadata location of a table",
|
|
269
|
+
"accessLevel": "Read",
|
|
270
|
+
"resourceTypes": [
|
|
271
|
+
{
|
|
272
|
+
"name": "Table",
|
|
273
|
+
"required": true,
|
|
274
|
+
"conditionKeys": [],
|
|
275
|
+
"dependentActions": []
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"conditionKeys": [
|
|
279
|
+
"s3tables:namespace",
|
|
280
|
+
"s3tables:tableName"
|
|
281
|
+
],
|
|
282
|
+
"dependentActions": []
|
|
283
|
+
},
|
|
284
|
+
"gettablepolicy": {
|
|
285
|
+
"name": "GetTablePolicy",
|
|
286
|
+
"description": "Grants permission to retrieve a policy on a table",
|
|
287
|
+
"accessLevel": "Read",
|
|
288
|
+
"resourceTypes": [
|
|
289
|
+
{
|
|
290
|
+
"name": "Table",
|
|
291
|
+
"required": true,
|
|
292
|
+
"conditionKeys": [],
|
|
293
|
+
"dependentActions": []
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"conditionKeys": [
|
|
297
|
+
"s3tables:namespace",
|
|
298
|
+
"s3tables:tableName"
|
|
299
|
+
],
|
|
300
|
+
"dependentActions": []
|
|
301
|
+
},
|
|
302
|
+
"listnamespaces": {
|
|
303
|
+
"name": "ListNamespaces",
|
|
304
|
+
"description": "Grants permission to list namespaces",
|
|
305
|
+
"accessLevel": "List",
|
|
306
|
+
"resourceTypes": [
|
|
307
|
+
{
|
|
308
|
+
"name": "TableBucket",
|
|
309
|
+
"required": true,
|
|
310
|
+
"conditionKeys": [],
|
|
311
|
+
"dependentActions": []
|
|
312
|
+
}
|
|
313
|
+
],
|
|
314
|
+
"conditionKeys": [],
|
|
315
|
+
"dependentActions": []
|
|
316
|
+
},
|
|
317
|
+
"listtablebuckets": {
|
|
318
|
+
"name": "ListTableBuckets",
|
|
319
|
+
"description": "Grants permission to list table buckets",
|
|
320
|
+
"accessLevel": "List",
|
|
321
|
+
"resourceTypes": [],
|
|
322
|
+
"conditionKeys": [],
|
|
323
|
+
"dependentActions": []
|
|
324
|
+
},
|
|
325
|
+
"listtables": {
|
|
326
|
+
"name": "ListTables",
|
|
327
|
+
"description": "Grants permission to list tables",
|
|
328
|
+
"accessLevel": "List",
|
|
329
|
+
"resourceTypes": [
|
|
330
|
+
{
|
|
331
|
+
"name": "TableBucket",
|
|
332
|
+
"required": true,
|
|
333
|
+
"conditionKeys": [],
|
|
334
|
+
"dependentActions": []
|
|
335
|
+
}
|
|
336
|
+
],
|
|
337
|
+
"conditionKeys": [
|
|
338
|
+
"s3tables:namespace"
|
|
339
|
+
],
|
|
340
|
+
"dependentActions": []
|
|
341
|
+
},
|
|
342
|
+
"puttablebucketmaintenanceconfiguration": {
|
|
343
|
+
"name": "PutTableBucketMaintenanceConfiguration",
|
|
344
|
+
"description": "Grants permission to put a maintenance configuration on a table bucket",
|
|
345
|
+
"accessLevel": "Write",
|
|
346
|
+
"resourceTypes": [
|
|
347
|
+
{
|
|
348
|
+
"name": "TableBucket",
|
|
349
|
+
"required": true,
|
|
350
|
+
"conditionKeys": [],
|
|
351
|
+
"dependentActions": []
|
|
352
|
+
}
|
|
353
|
+
],
|
|
354
|
+
"conditionKeys": [],
|
|
355
|
+
"dependentActions": []
|
|
356
|
+
},
|
|
357
|
+
"puttablebucketpolicy": {
|
|
358
|
+
"name": "PutTableBucketPolicy",
|
|
359
|
+
"description": "Grants permission to create or overwrite a policy on a table bucket",
|
|
360
|
+
"accessLevel": "Permissions management",
|
|
361
|
+
"resourceTypes": [
|
|
362
|
+
{
|
|
363
|
+
"name": "TableBucket",
|
|
364
|
+
"required": true,
|
|
365
|
+
"conditionKeys": [],
|
|
366
|
+
"dependentActions": []
|
|
367
|
+
}
|
|
368
|
+
],
|
|
369
|
+
"conditionKeys": [],
|
|
370
|
+
"dependentActions": []
|
|
371
|
+
},
|
|
372
|
+
"puttabledata": {
|
|
373
|
+
"name": "PutTableData",
|
|
374
|
+
"description": "Grants permission to write metadata and data objects to a table storage endpoint using S3 APIs",
|
|
375
|
+
"accessLevel": "Write",
|
|
376
|
+
"resourceTypes": [
|
|
377
|
+
{
|
|
378
|
+
"name": "Table",
|
|
379
|
+
"required": true,
|
|
380
|
+
"conditionKeys": [],
|
|
381
|
+
"dependentActions": []
|
|
382
|
+
}
|
|
383
|
+
],
|
|
384
|
+
"conditionKeys": [
|
|
385
|
+
"s3tables:namespace",
|
|
386
|
+
"s3tables:tableName"
|
|
387
|
+
],
|
|
388
|
+
"dependentActions": []
|
|
389
|
+
},
|
|
390
|
+
"puttablemaintenanceconfiguration": {
|
|
391
|
+
"name": "PutTableMaintenanceConfiguration",
|
|
392
|
+
"description": "Grants permission to put a maintenance configuration on a table",
|
|
393
|
+
"accessLevel": "Write",
|
|
394
|
+
"resourceTypes": [
|
|
395
|
+
{
|
|
396
|
+
"name": "Table",
|
|
397
|
+
"required": true,
|
|
398
|
+
"conditionKeys": [],
|
|
399
|
+
"dependentActions": []
|
|
400
|
+
}
|
|
401
|
+
],
|
|
402
|
+
"conditionKeys": [
|
|
403
|
+
"s3tables:namespace",
|
|
404
|
+
"s3tables:tableName"
|
|
405
|
+
],
|
|
406
|
+
"dependentActions": []
|
|
407
|
+
},
|
|
408
|
+
"puttablepolicy": {
|
|
409
|
+
"name": "PutTablePolicy",
|
|
410
|
+
"description": "Grants permission to create or overwrite a policy on a table",
|
|
411
|
+
"accessLevel": "Permissions management",
|
|
412
|
+
"resourceTypes": [
|
|
413
|
+
{
|
|
414
|
+
"name": "Table",
|
|
415
|
+
"required": true,
|
|
416
|
+
"conditionKeys": [],
|
|
417
|
+
"dependentActions": []
|
|
418
|
+
}
|
|
419
|
+
],
|
|
420
|
+
"conditionKeys": [
|
|
421
|
+
"s3tables:namespace",
|
|
422
|
+
"s3tables:tableName"
|
|
423
|
+
],
|
|
424
|
+
"dependentActions": []
|
|
425
|
+
},
|
|
426
|
+
"renametable": {
|
|
427
|
+
"name": "RenameTable",
|
|
428
|
+
"description": "Grants permission to rename a table or move a table across namespaces",
|
|
429
|
+
"accessLevel": "Write",
|
|
430
|
+
"resourceTypes": [
|
|
431
|
+
{
|
|
432
|
+
"name": "Table",
|
|
433
|
+
"required": true,
|
|
434
|
+
"conditionKeys": [],
|
|
435
|
+
"dependentActions": []
|
|
436
|
+
}
|
|
437
|
+
],
|
|
438
|
+
"conditionKeys": [
|
|
439
|
+
"s3tables:namespace"
|
|
440
|
+
],
|
|
441
|
+
"dependentActions": []
|
|
442
|
+
},
|
|
443
|
+
"updatetablemetadatalocation": {
|
|
444
|
+
"name": "UpdateTableMetadataLocation",
|
|
445
|
+
"description": "Grants permission to update the metadata location of a table",
|
|
446
|
+
"accessLevel": "Write",
|
|
447
|
+
"resourceTypes": [
|
|
448
|
+
{
|
|
449
|
+
"name": "Table",
|
|
450
|
+
"required": true,
|
|
451
|
+
"conditionKeys": [],
|
|
452
|
+
"dependentActions": []
|
|
453
|
+
}
|
|
454
|
+
],
|
|
455
|
+
"conditionKeys": [
|
|
456
|
+
"s3tables:namespace",
|
|
457
|
+
"s3tables:tableName"
|
|
458
|
+
],
|
|
459
|
+
"dependentActions": []
|
|
460
|
+
}
|
|
461
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
{
|
|
2
|
+
"sendconversation": {
|
|
3
|
+
"name": "SendConversation",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to start a conversation with SageMaker data science assistant",
|
|
6
|
+
"accessLevel": "Write",
|
|
7
|
+
"resourceTypes": [],
|
|
8
|
+
"conditionKeys": [],
|
|
9
|
+
"dependentActions": []
|
|
10
|
+
}
|
|
11
|
+
}
|