@cloud-copilot/iam-data 0.18.202604031 → 0.18.202604101
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/aws-marketplace.json +135 -0
- package/data/actions/bedrock-agentcore.json +196 -0
- package/data/actions/bedrock.json +209 -0
- package/data/actions/deadline.json +30 -0
- package/data/actions/ecs.json +66 -64
- package/data/actions/glue.json +8 -0
- package/data/actions/lightsail.json +16 -1
- package/data/actions/observabilityadmin.json +36 -12
- package/data/actions/s3files.json +394 -0
- package/data/actions/securitylake.json +1 -0
- package/data/actions/ses.json +144 -44
- package/data/actions/transform.json +9 -0
- package/data/actions/workspaces.json +48 -0
- package/data/conditionKeys/observabilityadmin.json +20 -0
- package/data/conditionKeys/s3files.json +27 -0
- package/data/resourceTypes/aws-marketplace.json +20 -0
- package/data/resourceTypes/bedrock-agentcore.json +8 -0
- package/data/resourceTypes/bedrock.json +14 -0
- package/data/resourceTypes/ecs.json +34 -34
- package/data/resourceTypes/lightsail.json +4 -1
- package/data/resourceTypes/s3files.json +16 -0
- package/data/serviceNames.json +1 -0
- package/data/services.json +1 -0
- package/package.json +2 -2
|
@@ -234,6 +234,96 @@
|
|
|
234
234
|
],
|
|
235
235
|
"dependentActions": []
|
|
236
236
|
},
|
|
237
|
+
"getlisting": {
|
|
238
|
+
"name": "GetListing",
|
|
239
|
+
"description": "Grants permission to retrieve information about a listing",
|
|
240
|
+
"accessLevel": "Read",
|
|
241
|
+
"resourceTypes": [
|
|
242
|
+
{
|
|
243
|
+
"name": "Listing",
|
|
244
|
+
"required": true,
|
|
245
|
+
"conditionKeys": [],
|
|
246
|
+
"dependentActions": []
|
|
247
|
+
}
|
|
248
|
+
],
|
|
249
|
+
"conditionKeys": [],
|
|
250
|
+
"dependentActions": []
|
|
251
|
+
},
|
|
252
|
+
"getoffer": {
|
|
253
|
+
"name": "GetOffer",
|
|
254
|
+
"description": "Grants permission to retrieve information about an offer",
|
|
255
|
+
"accessLevel": "Read",
|
|
256
|
+
"resourceTypes": [
|
|
257
|
+
{
|
|
258
|
+
"name": "Offer",
|
|
259
|
+
"required": true,
|
|
260
|
+
"conditionKeys": [],
|
|
261
|
+
"dependentActions": []
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"conditionKeys": [],
|
|
265
|
+
"dependentActions": []
|
|
266
|
+
},
|
|
267
|
+
"getofferset": {
|
|
268
|
+
"name": "GetOfferSet",
|
|
269
|
+
"description": "Grants permission to retrieve information about an offer set",
|
|
270
|
+
"accessLevel": "Read",
|
|
271
|
+
"resourceTypes": [
|
|
272
|
+
{
|
|
273
|
+
"name": "OfferSet",
|
|
274
|
+
"required": true,
|
|
275
|
+
"conditionKeys": [],
|
|
276
|
+
"dependentActions": []
|
|
277
|
+
}
|
|
278
|
+
],
|
|
279
|
+
"conditionKeys": [],
|
|
280
|
+
"dependentActions": []
|
|
281
|
+
},
|
|
282
|
+
"getofferterms": {
|
|
283
|
+
"name": "GetOfferTerms",
|
|
284
|
+
"description": "Grants permission to retrieve terms for an offer",
|
|
285
|
+
"accessLevel": "Read",
|
|
286
|
+
"resourceTypes": [
|
|
287
|
+
{
|
|
288
|
+
"name": "Offer",
|
|
289
|
+
"required": true,
|
|
290
|
+
"conditionKeys": [],
|
|
291
|
+
"dependentActions": []
|
|
292
|
+
}
|
|
293
|
+
],
|
|
294
|
+
"conditionKeys": [],
|
|
295
|
+
"dependentActions": []
|
|
296
|
+
},
|
|
297
|
+
"getproduct": {
|
|
298
|
+
"name": "GetProduct",
|
|
299
|
+
"description": "Grants permission to retrieve information about a product",
|
|
300
|
+
"accessLevel": "Read",
|
|
301
|
+
"resourceTypes": [
|
|
302
|
+
{
|
|
303
|
+
"name": "Product",
|
|
304
|
+
"required": true,
|
|
305
|
+
"conditionKeys": [],
|
|
306
|
+
"dependentActions": []
|
|
307
|
+
}
|
|
308
|
+
],
|
|
309
|
+
"conditionKeys": [],
|
|
310
|
+
"dependentActions": []
|
|
311
|
+
},
|
|
312
|
+
"listfulfillmentoptions": {
|
|
313
|
+
"name": "ListFulfillmentOptions",
|
|
314
|
+
"description": "Grants permission to list fulfillment options for a product",
|
|
315
|
+
"accessLevel": "List",
|
|
316
|
+
"resourceTypes": [
|
|
317
|
+
{
|
|
318
|
+
"name": "Product",
|
|
319
|
+
"required": true,
|
|
320
|
+
"conditionKeys": [],
|
|
321
|
+
"dependentActions": []
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"conditionKeys": [],
|
|
325
|
+
"dependentActions": []
|
|
326
|
+
},
|
|
237
327
|
"listprivatelistings": {
|
|
238
328
|
"name": "ListPrivateListings",
|
|
239
329
|
"description": "Grants permission to users to list their private offers",
|
|
@@ -242,6 +332,51 @@
|
|
|
242
332
|
"conditionKeys": [],
|
|
243
333
|
"dependentActions": []
|
|
244
334
|
},
|
|
335
|
+
"listpurchaseoptions": {
|
|
336
|
+
"name": "ListPurchaseOptions",
|
|
337
|
+
"description": "Grants permission to list purchase options available to the buyer",
|
|
338
|
+
"accessLevel": "List",
|
|
339
|
+
"resourceTypes": [
|
|
340
|
+
{
|
|
341
|
+
"name": "PurchaseOption",
|
|
342
|
+
"required": true,
|
|
343
|
+
"conditionKeys": [],
|
|
344
|
+
"dependentActions": []
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"conditionKeys": [],
|
|
348
|
+
"dependentActions": []
|
|
349
|
+
},
|
|
350
|
+
"searchfacets": {
|
|
351
|
+
"name": "SearchFacets",
|
|
352
|
+
"description": "Grants permission to retrieve facet values for filtering listings",
|
|
353
|
+
"accessLevel": "List",
|
|
354
|
+
"resourceTypes": [
|
|
355
|
+
{
|
|
356
|
+
"name": "Listing",
|
|
357
|
+
"required": true,
|
|
358
|
+
"conditionKeys": [],
|
|
359
|
+
"dependentActions": []
|
|
360
|
+
}
|
|
361
|
+
],
|
|
362
|
+
"conditionKeys": [],
|
|
363
|
+
"dependentActions": []
|
|
364
|
+
},
|
|
365
|
+
"searchlistings": {
|
|
366
|
+
"name": "SearchListings",
|
|
367
|
+
"description": "Grants permission to search for product listings",
|
|
368
|
+
"accessLevel": "List",
|
|
369
|
+
"resourceTypes": [
|
|
370
|
+
{
|
|
371
|
+
"name": "Listing",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
245
380
|
"getentitlements": {
|
|
246
381
|
"name": "GetEntitlements",
|
|
247
382
|
"description": "Grants permission to retrieve entitlement values for a given product. The results can be filtered based on customer identifier or product dimensions",
|
|
@@ -369,6 +369,29 @@
|
|
|
369
369
|
"conditionKeys": [],
|
|
370
370
|
"dependentActions": []
|
|
371
371
|
},
|
|
372
|
+
"createregistry": {
|
|
373
|
+
"name": "CreateRegistry",
|
|
374
|
+
"description": "Grants permission to create a new registry",
|
|
375
|
+
"accessLevel": "Write",
|
|
376
|
+
"resourceTypes": [],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
380
|
+
"createregistryrecord": {
|
|
381
|
+
"name": "CreateRegistryRecord",
|
|
382
|
+
"description": "Grants permission to create a new registry record",
|
|
383
|
+
"accessLevel": "Write",
|
|
384
|
+
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "registry",
|
|
387
|
+
"required": true,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"conditionKeys": [],
|
|
393
|
+
"dependentActions": []
|
|
394
|
+
},
|
|
372
395
|
"createworkloadidentity": {
|
|
373
396
|
"name": "CreateWorkloadIdentity",
|
|
374
397
|
"description": "Grants permission to create a new Workload Identity",
|
|
@@ -660,6 +683,36 @@
|
|
|
660
683
|
"conditionKeys": [],
|
|
661
684
|
"dependentActions": []
|
|
662
685
|
},
|
|
686
|
+
"deleteregistry": {
|
|
687
|
+
"name": "DeleteRegistry",
|
|
688
|
+
"description": "Grants permission to delete an existing registry",
|
|
689
|
+
"accessLevel": "Write",
|
|
690
|
+
"resourceTypes": [
|
|
691
|
+
{
|
|
692
|
+
"name": "registry",
|
|
693
|
+
"required": true,
|
|
694
|
+
"conditionKeys": [],
|
|
695
|
+
"dependentActions": []
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"conditionKeys": [],
|
|
699
|
+
"dependentActions": []
|
|
700
|
+
},
|
|
701
|
+
"deleteregistryrecord": {
|
|
702
|
+
"name": "DeleteRegistryRecord",
|
|
703
|
+
"description": "Grants permission to delete an existing registry record",
|
|
704
|
+
"accessLevel": "Write",
|
|
705
|
+
"resourceTypes": [
|
|
706
|
+
{
|
|
707
|
+
"name": "registry-record",
|
|
708
|
+
"required": true,
|
|
709
|
+
"conditionKeys": [],
|
|
710
|
+
"dependentActions": []
|
|
711
|
+
}
|
|
712
|
+
],
|
|
713
|
+
"conditionKeys": [],
|
|
714
|
+
"dependentActions": []
|
|
715
|
+
},
|
|
663
716
|
"deleteresourcepolicy": {
|
|
664
717
|
"name": "DeleteResourcePolicy",
|
|
665
718
|
"description": "Grants permission to delete the resource-based policy for a Bedrock resource",
|
|
@@ -1074,6 +1127,36 @@
|
|
|
1074
1127
|
"conditionKeys": [],
|
|
1075
1128
|
"dependentActions": []
|
|
1076
1129
|
},
|
|
1130
|
+
"getregistry": {
|
|
1131
|
+
"name": "GetRegistry",
|
|
1132
|
+
"description": "Grants permission to retrieve an existing registry",
|
|
1133
|
+
"accessLevel": "Read",
|
|
1134
|
+
"resourceTypes": [
|
|
1135
|
+
{
|
|
1136
|
+
"name": "registry",
|
|
1137
|
+
"required": true,
|
|
1138
|
+
"conditionKeys": [],
|
|
1139
|
+
"dependentActions": []
|
|
1140
|
+
}
|
|
1141
|
+
],
|
|
1142
|
+
"conditionKeys": [],
|
|
1143
|
+
"dependentActions": []
|
|
1144
|
+
},
|
|
1145
|
+
"getregistryrecord": {
|
|
1146
|
+
"name": "GetRegistryRecord",
|
|
1147
|
+
"description": "Grants permission to retrieve an existing registry record",
|
|
1148
|
+
"accessLevel": "Read",
|
|
1149
|
+
"resourceTypes": [
|
|
1150
|
+
{
|
|
1151
|
+
"name": "registry-record",
|
|
1152
|
+
"required": true,
|
|
1153
|
+
"conditionKeys": [],
|
|
1154
|
+
"dependentActions": []
|
|
1155
|
+
}
|
|
1156
|
+
],
|
|
1157
|
+
"conditionKeys": [],
|
|
1158
|
+
"dependentActions": []
|
|
1159
|
+
},
|
|
1077
1160
|
"getresourceapikey": {
|
|
1078
1161
|
"name": "GetResourceApiKey",
|
|
1079
1162
|
"description": "Grants permission to retrieve an API Key associated with an Api Key Credential Provider",
|
|
@@ -1416,6 +1499,21 @@
|
|
|
1416
1499
|
"conditionKeys": [],
|
|
1417
1500
|
"dependentActions": []
|
|
1418
1501
|
},
|
|
1502
|
+
"invokeregistrymcp": {
|
|
1503
|
+
"name": "InvokeRegistryMcp",
|
|
1504
|
+
"description": "Grants permission to invoke an MCP operation against an existing registry",
|
|
1505
|
+
"accessLevel": "Read",
|
|
1506
|
+
"resourceTypes": [
|
|
1507
|
+
{
|
|
1508
|
+
"name": "registry",
|
|
1509
|
+
"required": true,
|
|
1510
|
+
"conditionKeys": [],
|
|
1511
|
+
"dependentActions": []
|
|
1512
|
+
}
|
|
1513
|
+
],
|
|
1514
|
+
"conditionKeys": [],
|
|
1515
|
+
"dependentActions": []
|
|
1516
|
+
},
|
|
1419
1517
|
"listactors": {
|
|
1420
1518
|
"name": "ListActors",
|
|
1421
1519
|
"description": "Grants permission to list Actors",
|
|
@@ -1707,6 +1805,29 @@
|
|
|
1707
1805
|
"conditionKeys": [],
|
|
1708
1806
|
"dependentActions": []
|
|
1709
1807
|
},
|
|
1808
|
+
"listregistries": {
|
|
1809
|
+
"name": "ListRegistries",
|
|
1810
|
+
"description": "Grants permission to list existing registries",
|
|
1811
|
+
"accessLevel": "List",
|
|
1812
|
+
"resourceTypes": [],
|
|
1813
|
+
"conditionKeys": [],
|
|
1814
|
+
"dependentActions": []
|
|
1815
|
+
},
|
|
1816
|
+
"listregistryrecords": {
|
|
1817
|
+
"name": "ListRegistryRecords",
|
|
1818
|
+
"description": "Grants permission to list existing registry records in a registry",
|
|
1819
|
+
"accessLevel": "List",
|
|
1820
|
+
"resourceTypes": [
|
|
1821
|
+
{
|
|
1822
|
+
"name": "registry",
|
|
1823
|
+
"required": true,
|
|
1824
|
+
"conditionKeys": [],
|
|
1825
|
+
"dependentActions": []
|
|
1826
|
+
}
|
|
1827
|
+
],
|
|
1828
|
+
"conditionKeys": [],
|
|
1829
|
+
"dependentActions": []
|
|
1830
|
+
},
|
|
1710
1831
|
"listsessions": {
|
|
1711
1832
|
"name": "ListSessions",
|
|
1712
1833
|
"description": "Grants permission to list sessions",
|
|
@@ -1957,6 +2078,21 @@
|
|
|
1957
2078
|
"conditionKeys": [],
|
|
1958
2079
|
"dependentActions": []
|
|
1959
2080
|
},
|
|
2081
|
+
"searchregistryrecords": {
|
|
2082
|
+
"name": "SearchRegistryRecords",
|
|
2083
|
+
"description": "Grants permission to search for registry records",
|
|
2084
|
+
"accessLevel": "Read",
|
|
2085
|
+
"resourceTypes": [
|
|
2086
|
+
{
|
|
2087
|
+
"name": "registry",
|
|
2088
|
+
"required": true,
|
|
2089
|
+
"conditionKeys": [],
|
|
2090
|
+
"dependentActions": []
|
|
2091
|
+
}
|
|
2092
|
+
],
|
|
2093
|
+
"conditionKeys": [],
|
|
2094
|
+
"dependentActions": []
|
|
2095
|
+
},
|
|
1960
2096
|
"settokenvaultcmk": {
|
|
1961
2097
|
"name": "SetTokenVaultCMK",
|
|
1962
2098
|
"description": "Grants permission to associate a Customer Managed Key (CMK) or a Service Managed Key with a specific TokenVault",
|
|
@@ -2117,6 +2253,21 @@
|
|
|
2117
2253
|
"conditionKeys": [],
|
|
2118
2254
|
"dependentActions": []
|
|
2119
2255
|
},
|
|
2256
|
+
"submitregistryrecordforapproval": {
|
|
2257
|
+
"name": "SubmitRegistryRecordForApproval",
|
|
2258
|
+
"description": "Grants permission to submit a registry record for approval",
|
|
2259
|
+
"accessLevel": "Write",
|
|
2260
|
+
"resourceTypes": [
|
|
2261
|
+
{
|
|
2262
|
+
"name": "registry-record",
|
|
2263
|
+
"required": true,
|
|
2264
|
+
"conditionKeys": [],
|
|
2265
|
+
"dependentActions": []
|
|
2266
|
+
}
|
|
2267
|
+
],
|
|
2268
|
+
"conditionKeys": [],
|
|
2269
|
+
"dependentActions": []
|
|
2270
|
+
},
|
|
2120
2271
|
"synchronizegatewaytargets": {
|
|
2121
2272
|
"name": "SynchronizeGatewayTargets",
|
|
2122
2273
|
"isPermissionOnly": true,
|
|
@@ -2545,6 +2696,51 @@
|
|
|
2545
2696
|
"conditionKeys": [],
|
|
2546
2697
|
"dependentActions": []
|
|
2547
2698
|
},
|
|
2699
|
+
"updateregistry": {
|
|
2700
|
+
"name": "UpdateRegistry",
|
|
2701
|
+
"description": "Grants permission to update an existing registry",
|
|
2702
|
+
"accessLevel": "Write",
|
|
2703
|
+
"resourceTypes": [
|
|
2704
|
+
{
|
|
2705
|
+
"name": "registry",
|
|
2706
|
+
"required": true,
|
|
2707
|
+
"conditionKeys": [],
|
|
2708
|
+
"dependentActions": []
|
|
2709
|
+
}
|
|
2710
|
+
],
|
|
2711
|
+
"conditionKeys": [],
|
|
2712
|
+
"dependentActions": []
|
|
2713
|
+
},
|
|
2714
|
+
"updateregistryrecord": {
|
|
2715
|
+
"name": "UpdateRegistryRecord",
|
|
2716
|
+
"description": "Grants permission to update an existing registry record",
|
|
2717
|
+
"accessLevel": "Write",
|
|
2718
|
+
"resourceTypes": [
|
|
2719
|
+
{
|
|
2720
|
+
"name": "registry-record",
|
|
2721
|
+
"required": true,
|
|
2722
|
+
"conditionKeys": [],
|
|
2723
|
+
"dependentActions": []
|
|
2724
|
+
}
|
|
2725
|
+
],
|
|
2726
|
+
"conditionKeys": [],
|
|
2727
|
+
"dependentActions": []
|
|
2728
|
+
},
|
|
2729
|
+
"updateregistryrecordstatus": {
|
|
2730
|
+
"name": "UpdateRegistryRecordStatus",
|
|
2731
|
+
"description": "Grants permission to update the status of a registry record",
|
|
2732
|
+
"accessLevel": "Write",
|
|
2733
|
+
"resourceTypes": [
|
|
2734
|
+
{
|
|
2735
|
+
"name": "registry-record",
|
|
2736
|
+
"required": true,
|
|
2737
|
+
"conditionKeys": [],
|
|
2738
|
+
"dependentActions": []
|
|
2739
|
+
}
|
|
2740
|
+
],
|
|
2741
|
+
"conditionKeys": [],
|
|
2742
|
+
"dependentActions": []
|
|
2743
|
+
},
|
|
2548
2744
|
"updateworkloadidentity": {
|
|
2549
2745
|
"name": "UpdateWorkloadIdentity",
|
|
2550
2746
|
"description": "Grants permission to update the metadata of an existing Workload Identity",
|
|
@@ -299,6 +299,17 @@
|
|
|
299
299
|
],
|
|
300
300
|
"dependentActions": []
|
|
301
301
|
},
|
|
302
|
+
"createdataautomationlibrary": {
|
|
303
|
+
"name": "CreateDataAutomationLibrary",
|
|
304
|
+
"description": "Grants permission to create a Data Automation Library",
|
|
305
|
+
"accessLevel": "Write",
|
|
306
|
+
"resourceTypes": [],
|
|
307
|
+
"conditionKeys": [
|
|
308
|
+
"aws:RequestTag/${TagKey}",
|
|
309
|
+
"aws:TagKeys"
|
|
310
|
+
],
|
|
311
|
+
"dependentActions": []
|
|
312
|
+
},
|
|
302
313
|
"createdataautomationproject": {
|
|
303
314
|
"name": "CreateDataAutomationProject",
|
|
304
315
|
"description": "Grants permission to create a data automation project",
|
|
@@ -309,6 +320,12 @@
|
|
|
309
320
|
"required": false,
|
|
310
321
|
"conditionKeys": [],
|
|
311
322
|
"dependentActions": []
|
|
323
|
+
},
|
|
324
|
+
{
|
|
325
|
+
"name": "data-automation-library",
|
|
326
|
+
"required": false,
|
|
327
|
+
"conditionKeys": [],
|
|
328
|
+
"dependentActions": []
|
|
312
329
|
}
|
|
313
330
|
],
|
|
314
331
|
"conditionKeys": [
|
|
@@ -901,6 +918,21 @@
|
|
|
901
918
|
"conditionKeys": [],
|
|
902
919
|
"dependentActions": []
|
|
903
920
|
},
|
|
921
|
+
"deletedataautomationlibrary": {
|
|
922
|
+
"name": "DeleteDataAutomationLibrary",
|
|
923
|
+
"description": "Grants permission to delete a Data Automation Library",
|
|
924
|
+
"accessLevel": "Write",
|
|
925
|
+
"resourceTypes": [
|
|
926
|
+
{
|
|
927
|
+
"name": "data-automation-library",
|
|
928
|
+
"required": true,
|
|
929
|
+
"conditionKeys": [],
|
|
930
|
+
"dependentActions": []
|
|
931
|
+
}
|
|
932
|
+
],
|
|
933
|
+
"conditionKeys": [],
|
|
934
|
+
"dependentActions": []
|
|
935
|
+
},
|
|
904
936
|
"deletedataautomationproject": {
|
|
905
937
|
"name": "DeleteDataAutomationProject",
|
|
906
938
|
"description": "Grants permission to delete a data automation project",
|
|
@@ -1608,6 +1640,57 @@
|
|
|
1608
1640
|
"conditionKeys": [],
|
|
1609
1641
|
"dependentActions": []
|
|
1610
1642
|
},
|
|
1643
|
+
"getdataautomationlibrary": {
|
|
1644
|
+
"name": "GetDataAutomationLibrary",
|
|
1645
|
+
"description": "Grants permission to retrieve an existing Data Automation Library",
|
|
1646
|
+
"accessLevel": "Read",
|
|
1647
|
+
"resourceTypes": [
|
|
1648
|
+
{
|
|
1649
|
+
"name": "data-automation-library",
|
|
1650
|
+
"required": true,
|
|
1651
|
+
"conditionKeys": [],
|
|
1652
|
+
"dependentActions": []
|
|
1653
|
+
}
|
|
1654
|
+
],
|
|
1655
|
+
"conditionKeys": [],
|
|
1656
|
+
"dependentActions": []
|
|
1657
|
+
},
|
|
1658
|
+
"getdataautomationlibraryentity": {
|
|
1659
|
+
"name": "GetDataAutomationLibraryEntity",
|
|
1660
|
+
"description": "Grants permission to get a Data Automation Library entity",
|
|
1661
|
+
"accessLevel": "Read",
|
|
1662
|
+
"resourceTypes": [
|
|
1663
|
+
{
|
|
1664
|
+
"name": "data-automation-library",
|
|
1665
|
+
"required": true,
|
|
1666
|
+
"conditionKeys": [],
|
|
1667
|
+
"dependentActions": []
|
|
1668
|
+
}
|
|
1669
|
+
],
|
|
1670
|
+
"conditionKeys": [],
|
|
1671
|
+
"dependentActions": []
|
|
1672
|
+
},
|
|
1673
|
+
"getdataautomationlibraryingestionjob": {
|
|
1674
|
+
"name": "GetDataAutomationLibraryIngestionJob",
|
|
1675
|
+
"description": "Grants permission to get details about a Data Automation Library ingestion job",
|
|
1676
|
+
"accessLevel": "Read",
|
|
1677
|
+
"resourceTypes": [
|
|
1678
|
+
{
|
|
1679
|
+
"name": "data-automation-library",
|
|
1680
|
+
"required": true,
|
|
1681
|
+
"conditionKeys": [],
|
|
1682
|
+
"dependentActions": []
|
|
1683
|
+
},
|
|
1684
|
+
{
|
|
1685
|
+
"name": "data-automation-library-ingestion-job",
|
|
1686
|
+
"required": true,
|
|
1687
|
+
"conditionKeys": [],
|
|
1688
|
+
"dependentActions": []
|
|
1689
|
+
}
|
|
1690
|
+
],
|
|
1691
|
+
"conditionKeys": [],
|
|
1692
|
+
"dependentActions": []
|
|
1693
|
+
},
|
|
1611
1694
|
"getdataautomationproject": {
|
|
1612
1695
|
"name": "GetDataAutomationProject",
|
|
1613
1696
|
"description": "Grants permission to retrieve an existing data automation project",
|
|
@@ -2265,6 +2348,24 @@
|
|
|
2265
2348
|
],
|
|
2266
2349
|
"dependentActions": []
|
|
2267
2350
|
},
|
|
2351
|
+
"invokedataautomationlibraryingestionjob": {
|
|
2352
|
+
"name": "InvokeDataAutomationLibraryIngestionJob",
|
|
2353
|
+
"description": "Grants permission to invoke a Data Automation Library ingestion job",
|
|
2354
|
+
"accessLevel": "Write",
|
|
2355
|
+
"resourceTypes": [
|
|
2356
|
+
{
|
|
2357
|
+
"name": "data-automation-library",
|
|
2358
|
+
"required": true,
|
|
2359
|
+
"conditionKeys": [],
|
|
2360
|
+
"dependentActions": []
|
|
2361
|
+
}
|
|
2362
|
+
],
|
|
2363
|
+
"conditionKeys": [
|
|
2364
|
+
"aws:RequestTag/${TagKey}",
|
|
2365
|
+
"aws:TagKeys"
|
|
2366
|
+
],
|
|
2367
|
+
"dependentActions": []
|
|
2368
|
+
},
|
|
2268
2369
|
"invokeflow": {
|
|
2269
2370
|
"name": "InvokeFlow",
|
|
2270
2371
|
"description": "Grants permission to invoke a prompt flow with user input",
|
|
@@ -2631,6 +2732,51 @@
|
|
|
2631
2732
|
"conditionKeys": [],
|
|
2632
2733
|
"dependentActions": []
|
|
2633
2734
|
},
|
|
2735
|
+
"listdataautomationlibraries": {
|
|
2736
|
+
"name": "ListDataAutomationLibraries",
|
|
2737
|
+
"description": "Grants permission to list Data Automation Libraries",
|
|
2738
|
+
"accessLevel": "List",
|
|
2739
|
+
"resourceTypes": [
|
|
2740
|
+
{
|
|
2741
|
+
"name": "data-automation-project",
|
|
2742
|
+
"required": false,
|
|
2743
|
+
"conditionKeys": [],
|
|
2744
|
+
"dependentActions": []
|
|
2745
|
+
}
|
|
2746
|
+
],
|
|
2747
|
+
"conditionKeys": [],
|
|
2748
|
+
"dependentActions": []
|
|
2749
|
+
},
|
|
2750
|
+
"listdataautomationlibraryentities": {
|
|
2751
|
+
"name": "ListDataAutomationLibraryEntities",
|
|
2752
|
+
"description": "Grants permission to list Data Automation Library entities",
|
|
2753
|
+
"accessLevel": "List",
|
|
2754
|
+
"resourceTypes": [
|
|
2755
|
+
{
|
|
2756
|
+
"name": "data-automation-library",
|
|
2757
|
+
"required": true,
|
|
2758
|
+
"conditionKeys": [],
|
|
2759
|
+
"dependentActions": []
|
|
2760
|
+
}
|
|
2761
|
+
],
|
|
2762
|
+
"conditionKeys": [],
|
|
2763
|
+
"dependentActions": []
|
|
2764
|
+
},
|
|
2765
|
+
"listdataautomationlibraryingestionjobs": {
|
|
2766
|
+
"name": "ListDataAutomationLibraryIngestionJobs",
|
|
2767
|
+
"description": "Grants permission to list Data Automation Library ingestion jobs",
|
|
2768
|
+
"accessLevel": "List",
|
|
2769
|
+
"resourceTypes": [
|
|
2770
|
+
{
|
|
2771
|
+
"name": "data-automation-library",
|
|
2772
|
+
"required": true,
|
|
2773
|
+
"conditionKeys": [],
|
|
2774
|
+
"dependentActions": []
|
|
2775
|
+
}
|
|
2776
|
+
],
|
|
2777
|
+
"conditionKeys": [],
|
|
2778
|
+
"dependentActions": []
|
|
2779
|
+
},
|
|
2634
2780
|
"listdataautomationprojects": {
|
|
2635
2781
|
"name": "ListDataAutomationProjects",
|
|
2636
2782
|
"description": "Grants permission to list existing data automation projects",
|
|
@@ -2641,6 +2787,12 @@
|
|
|
2641
2787
|
"required": false,
|
|
2642
2788
|
"conditionKeys": [],
|
|
2643
2789
|
"dependentActions": []
|
|
2790
|
+
},
|
|
2791
|
+
{
|
|
2792
|
+
"name": "data-automation-project",
|
|
2793
|
+
"required": false,
|
|
2794
|
+
"conditionKeys": [],
|
|
2795
|
+
"dependentActions": []
|
|
2644
2796
|
}
|
|
2645
2797
|
],
|
|
2646
2798
|
"conditionKeys": [],
|
|
@@ -3036,6 +3188,18 @@
|
|
|
3036
3188
|
"conditionKeys": [],
|
|
3037
3189
|
"dependentActions": []
|
|
3038
3190
|
},
|
|
3191
|
+
{
|
|
3192
|
+
"name": "data-automation-library",
|
|
3193
|
+
"required": true,
|
|
3194
|
+
"conditionKeys": [],
|
|
3195
|
+
"dependentActions": []
|
|
3196
|
+
},
|
|
3197
|
+
{
|
|
3198
|
+
"name": "data-automation-library-ingestion-job",
|
|
3199
|
+
"required": true,
|
|
3200
|
+
"conditionKeys": [],
|
|
3201
|
+
"dependentActions": []
|
|
3202
|
+
},
|
|
3039
3203
|
{
|
|
3040
3204
|
"name": "data-automation-project",
|
|
3041
3205
|
"required": true,
|
|
@@ -3550,6 +3714,18 @@
|
|
|
3550
3714
|
"conditionKeys": [],
|
|
3551
3715
|
"dependentActions": []
|
|
3552
3716
|
},
|
|
3717
|
+
{
|
|
3718
|
+
"name": "data-automation-library",
|
|
3719
|
+
"required": false,
|
|
3720
|
+
"conditionKeys": [],
|
|
3721
|
+
"dependentActions": []
|
|
3722
|
+
},
|
|
3723
|
+
{
|
|
3724
|
+
"name": "data-automation-library-ingestion-job",
|
|
3725
|
+
"required": false,
|
|
3726
|
+
"conditionKeys": [],
|
|
3727
|
+
"dependentActions": []
|
|
3728
|
+
},
|
|
3553
3729
|
{
|
|
3554
3730
|
"name": "data-automation-project",
|
|
3555
3731
|
"required": false,
|
|
@@ -3730,6 +3906,18 @@
|
|
|
3730
3906
|
"conditionKeys": [],
|
|
3731
3907
|
"dependentActions": []
|
|
3732
3908
|
},
|
|
3909
|
+
{
|
|
3910
|
+
"name": "data-automation-library",
|
|
3911
|
+
"required": false,
|
|
3912
|
+
"conditionKeys": [],
|
|
3913
|
+
"dependentActions": []
|
|
3914
|
+
},
|
|
3915
|
+
{
|
|
3916
|
+
"name": "data-automation-library-ingestion-job",
|
|
3917
|
+
"required": false,
|
|
3918
|
+
"conditionKeys": [],
|
|
3919
|
+
"dependentActions": []
|
|
3920
|
+
},
|
|
3733
3921
|
{
|
|
3734
3922
|
"name": "data-automation-project",
|
|
3735
3923
|
"required": false,
|
|
@@ -4000,6 +4188,21 @@
|
|
|
4000
4188
|
"conditionKeys": [],
|
|
4001
4189
|
"dependentActions": []
|
|
4002
4190
|
},
|
|
4191
|
+
"updatedataautomationlibrary": {
|
|
4192
|
+
"name": "UpdateDataAutomationLibrary",
|
|
4193
|
+
"description": "Grants permission to update a Data Automation Library",
|
|
4194
|
+
"accessLevel": "Write",
|
|
4195
|
+
"resourceTypes": [
|
|
4196
|
+
{
|
|
4197
|
+
"name": "data-automation-library",
|
|
4198
|
+
"required": true,
|
|
4199
|
+
"conditionKeys": [],
|
|
4200
|
+
"dependentActions": []
|
|
4201
|
+
}
|
|
4202
|
+
],
|
|
4203
|
+
"conditionKeys": [],
|
|
4204
|
+
"dependentActions": []
|
|
4205
|
+
},
|
|
4003
4206
|
"updatedataautomationproject": {
|
|
4004
4207
|
"name": "UpdateDataAutomationProject",
|
|
4005
4208
|
"description": "Grants permission to update a data automation project",
|
|
@@ -4016,6 +4219,12 @@
|
|
|
4016
4219
|
"required": false,
|
|
4017
4220
|
"conditionKeys": [],
|
|
4018
4221
|
"dependentActions": []
|
|
4222
|
+
},
|
|
4223
|
+
{
|
|
4224
|
+
"name": "data-automation-project",
|
|
4225
|
+
"required": false,
|
|
4226
|
+
"conditionKeys": [],
|
|
4227
|
+
"dependentActions": []
|
|
4019
4228
|
}
|
|
4020
4229
|
],
|
|
4021
4230
|
"conditionKeys": [],
|