@cloud-copilot/iam-data 0.19.202605131 → 0.19.202605151
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/bedrock-agentcore.json +117 -1
- package/data/actions/cloudfront.json +44 -2
- package/data/actions/dsql.json +101 -3
- package/data/actions/rtbfabric.json +174 -0
- package/data/actions/sagemaker.json +16 -0
- package/data/conditionKeys/rtbfabric.json +5 -0
- package/data/resourceTypes/bedrock-agentcore.json +4 -1
- package/data/resourceTypes/cloudfront.json +8 -2
- package/data/resourceTypes/dsql.json +7 -0
- package/data/resourceTypes/rtbfabric.json +9 -0
- package/package.json +2 -2
|
@@ -503,7 +503,10 @@
|
|
|
503
503
|
"description": "Grants permission to create a new policy engine",
|
|
504
504
|
"accessLevel": "Write",
|
|
505
505
|
"resourceTypes": [],
|
|
506
|
-
"conditionKeys": [
|
|
506
|
+
"conditionKeys": [
|
|
507
|
+
"aws:RequestTag/${TagKey}",
|
|
508
|
+
"aws:TagKeys"
|
|
509
|
+
],
|
|
507
510
|
"dependentActions": []
|
|
508
511
|
},
|
|
509
512
|
"createregistry": {
|
|
@@ -1604,6 +1607,21 @@
|
|
|
1604
1607
|
"conditionKeys": [],
|
|
1605
1608
|
"dependentActions": []
|
|
1606
1609
|
},
|
|
1610
|
+
"getpolicyenginesummary": {
|
|
1611
|
+
"name": "GetPolicyEngineSummary",
|
|
1612
|
+
"description": "Grants permission to retrieve a summary of a policy engine",
|
|
1613
|
+
"accessLevel": "Read",
|
|
1614
|
+
"resourceTypes": [
|
|
1615
|
+
{
|
|
1616
|
+
"name": "policy-engine",
|
|
1617
|
+
"required": true,
|
|
1618
|
+
"conditionKeys": [],
|
|
1619
|
+
"dependentActions": []
|
|
1620
|
+
}
|
|
1621
|
+
],
|
|
1622
|
+
"conditionKeys": [],
|
|
1623
|
+
"dependentActions": []
|
|
1624
|
+
},
|
|
1607
1625
|
"getpolicygeneration": {
|
|
1608
1626
|
"name": "GetPolicyGeneration",
|
|
1609
1627
|
"description": "Grants permission to retrieve status and results of a policy generation request",
|
|
@@ -1625,6 +1643,48 @@
|
|
|
1625
1643
|
"conditionKeys": [],
|
|
1626
1644
|
"dependentActions": []
|
|
1627
1645
|
},
|
|
1646
|
+
"getpolicygenerationsummary": {
|
|
1647
|
+
"name": "GetPolicyGenerationSummary",
|
|
1648
|
+
"description": "Grants permission to retrieve a summary of a policy generation request",
|
|
1649
|
+
"accessLevel": "Read",
|
|
1650
|
+
"resourceTypes": [
|
|
1651
|
+
{
|
|
1652
|
+
"name": "policy-engine",
|
|
1653
|
+
"required": true,
|
|
1654
|
+
"conditionKeys": [],
|
|
1655
|
+
"dependentActions": []
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"name": "policy-generation",
|
|
1659
|
+
"required": true,
|
|
1660
|
+
"conditionKeys": [],
|
|
1661
|
+
"dependentActions": []
|
|
1662
|
+
}
|
|
1663
|
+
],
|
|
1664
|
+
"conditionKeys": [],
|
|
1665
|
+
"dependentActions": []
|
|
1666
|
+
},
|
|
1667
|
+
"getpolicysummary": {
|
|
1668
|
+
"name": "GetPolicySummary",
|
|
1669
|
+
"description": "Grants permission to retrieve a summary of a policy",
|
|
1670
|
+
"accessLevel": "Read",
|
|
1671
|
+
"resourceTypes": [
|
|
1672
|
+
{
|
|
1673
|
+
"name": "policy",
|
|
1674
|
+
"required": true,
|
|
1675
|
+
"conditionKeys": [],
|
|
1676
|
+
"dependentActions": []
|
|
1677
|
+
},
|
|
1678
|
+
{
|
|
1679
|
+
"name": "policy-engine",
|
|
1680
|
+
"required": true,
|
|
1681
|
+
"conditionKeys": [],
|
|
1682
|
+
"dependentActions": []
|
|
1683
|
+
}
|
|
1684
|
+
],
|
|
1685
|
+
"conditionKeys": [],
|
|
1686
|
+
"dependentActions": []
|
|
1687
|
+
},
|
|
1628
1688
|
"getrecommendation": {
|
|
1629
1689
|
"name": "GetRecommendation",
|
|
1630
1690
|
"description": "Grants permission to get details of a recommendation",
|
|
@@ -2460,6 +2520,14 @@
|
|
|
2460
2520
|
"conditionKeys": [],
|
|
2461
2521
|
"dependentActions": []
|
|
2462
2522
|
},
|
|
2523
|
+
"listpolicyenginesummaries": {
|
|
2524
|
+
"name": "ListPolicyEngineSummaries",
|
|
2525
|
+
"description": "Grants permission to list policy engine summaries",
|
|
2526
|
+
"accessLevel": "List",
|
|
2527
|
+
"resourceTypes": [],
|
|
2528
|
+
"conditionKeys": [],
|
|
2529
|
+
"dependentActions": []
|
|
2530
|
+
},
|
|
2463
2531
|
"listpolicyengines": {
|
|
2464
2532
|
"name": "ListPolicyEngines",
|
|
2465
2533
|
"description": "Grants permission to list policy engines",
|
|
@@ -2489,6 +2557,21 @@
|
|
|
2489
2557
|
"conditionKeys": [],
|
|
2490
2558
|
"dependentActions": []
|
|
2491
2559
|
},
|
|
2560
|
+
"listpolicygenerationsummaries": {
|
|
2561
|
+
"name": "ListPolicyGenerationSummaries",
|
|
2562
|
+
"description": "Grants permission to list policy generation summaries",
|
|
2563
|
+
"accessLevel": "List",
|
|
2564
|
+
"resourceTypes": [
|
|
2565
|
+
{
|
|
2566
|
+
"name": "policy-engine",
|
|
2567
|
+
"required": true,
|
|
2568
|
+
"conditionKeys": [],
|
|
2569
|
+
"dependentActions": []
|
|
2570
|
+
}
|
|
2571
|
+
],
|
|
2572
|
+
"conditionKeys": [],
|
|
2573
|
+
"dependentActions": []
|
|
2574
|
+
},
|
|
2492
2575
|
"listpolicygenerations": {
|
|
2493
2576
|
"name": "ListPolicyGenerations",
|
|
2494
2577
|
"description": "Grants permission to list policy generation requests",
|
|
@@ -2504,6 +2587,21 @@
|
|
|
2504
2587
|
"conditionKeys": [],
|
|
2505
2588
|
"dependentActions": []
|
|
2506
2589
|
},
|
|
2590
|
+
"listpolicysummaries": {
|
|
2591
|
+
"name": "ListPolicySummaries",
|
|
2592
|
+
"description": "Grants permission to list policy summaries within a policy engine",
|
|
2593
|
+
"accessLevel": "List",
|
|
2594
|
+
"resourceTypes": [
|
|
2595
|
+
{
|
|
2596
|
+
"name": "policy-engine",
|
|
2597
|
+
"required": true,
|
|
2598
|
+
"conditionKeys": [],
|
|
2599
|
+
"dependentActions": []
|
|
2600
|
+
}
|
|
2601
|
+
],
|
|
2602
|
+
"conditionKeys": [],
|
|
2603
|
+
"dependentActions": []
|
|
2604
|
+
},
|
|
2507
2605
|
"listrecommendations": {
|
|
2508
2606
|
"name": "ListRecommendations",
|
|
2509
2607
|
"description": "Grants permission to list recommendations",
|
|
@@ -2629,6 +2727,12 @@
|
|
|
2629
2727
|
"conditionKeys": [],
|
|
2630
2728
|
"dependentActions": []
|
|
2631
2729
|
},
|
|
2730
|
+
{
|
|
2731
|
+
"name": "policy-engine",
|
|
2732
|
+
"required": false,
|
|
2733
|
+
"conditionKeys": [],
|
|
2734
|
+
"dependentActions": []
|
|
2735
|
+
},
|
|
2632
2736
|
{
|
|
2633
2737
|
"name": "runtime",
|
|
2634
2738
|
"required": false,
|
|
@@ -3132,6 +3236,12 @@
|
|
|
3132
3236
|
"conditionKeys": [],
|
|
3133
3237
|
"dependentActions": []
|
|
3134
3238
|
},
|
|
3239
|
+
{
|
|
3240
|
+
"name": "policy-engine",
|
|
3241
|
+
"required": false,
|
|
3242
|
+
"conditionKeys": [],
|
|
3243
|
+
"dependentActions": []
|
|
3244
|
+
},
|
|
3135
3245
|
{
|
|
3136
3246
|
"name": "runtime",
|
|
3137
3247
|
"required": false,
|
|
@@ -3246,6 +3356,12 @@
|
|
|
3246
3356
|
"conditionKeys": [],
|
|
3247
3357
|
"dependentActions": []
|
|
3248
3358
|
},
|
|
3359
|
+
{
|
|
3360
|
+
"name": "policy-engine",
|
|
3361
|
+
"required": false,
|
|
3362
|
+
"conditionKeys": [],
|
|
3363
|
+
"dependentActions": []
|
|
3364
|
+
},
|
|
3249
3365
|
{
|
|
3250
3366
|
"name": "runtime",
|
|
3251
3367
|
"required": false,
|
|
@@ -181,7 +181,10 @@
|
|
|
181
181
|
"description": "Grants permission to create a CloudFront function",
|
|
182
182
|
"accessLevel": "Write",
|
|
183
183
|
"resourceTypes": [],
|
|
184
|
-
"conditionKeys": [
|
|
184
|
+
"conditionKeys": [
|
|
185
|
+
"aws:RequestTag/${TagKey}",
|
|
186
|
+
"aws:TagKeys"
|
|
187
|
+
],
|
|
185
188
|
"dependentActions": []
|
|
186
189
|
},
|
|
187
190
|
"createinvalidation": {
|
|
@@ -227,7 +230,10 @@
|
|
|
227
230
|
"description": "Grants permission to create a CloudFront KeyValueStore",
|
|
228
231
|
"accessLevel": "Write",
|
|
229
232
|
"resourceTypes": [],
|
|
230
|
-
"conditionKeys": [
|
|
233
|
+
"conditionKeys": [
|
|
234
|
+
"aws:RequestTag/${TagKey}",
|
|
235
|
+
"aws:TagKeys"
|
|
236
|
+
],
|
|
231
237
|
"dependentActions": []
|
|
232
238
|
},
|
|
233
239
|
"createmonitoringsubscription": {
|
|
@@ -1676,6 +1682,18 @@
|
|
|
1676
1682
|
"conditionKeys": [],
|
|
1677
1683
|
"dependentActions": []
|
|
1678
1684
|
},
|
|
1685
|
+
{
|
|
1686
|
+
"name": "function",
|
|
1687
|
+
"required": false,
|
|
1688
|
+
"conditionKeys": [],
|
|
1689
|
+
"dependentActions": []
|
|
1690
|
+
},
|
|
1691
|
+
{
|
|
1692
|
+
"name": "key-value-store",
|
|
1693
|
+
"required": false,
|
|
1694
|
+
"conditionKeys": [],
|
|
1695
|
+
"dependentActions": []
|
|
1696
|
+
},
|
|
1679
1697
|
{
|
|
1680
1698
|
"name": "trust-store",
|
|
1681
1699
|
"required": false,
|
|
@@ -1797,6 +1815,18 @@
|
|
|
1797
1815
|
"conditionKeys": [],
|
|
1798
1816
|
"dependentActions": []
|
|
1799
1817
|
},
|
|
1818
|
+
{
|
|
1819
|
+
"name": "function",
|
|
1820
|
+
"required": false,
|
|
1821
|
+
"conditionKeys": [],
|
|
1822
|
+
"dependentActions": []
|
|
1823
|
+
},
|
|
1824
|
+
{
|
|
1825
|
+
"name": "key-value-store",
|
|
1826
|
+
"required": false,
|
|
1827
|
+
"conditionKeys": [],
|
|
1828
|
+
"dependentActions": []
|
|
1829
|
+
},
|
|
1800
1830
|
{
|
|
1801
1831
|
"name": "streaming-distribution",
|
|
1802
1832
|
"required": false,
|
|
@@ -1887,6 +1917,18 @@
|
|
|
1887
1917
|
"conditionKeys": [],
|
|
1888
1918
|
"dependentActions": []
|
|
1889
1919
|
},
|
|
1920
|
+
{
|
|
1921
|
+
"name": "function",
|
|
1922
|
+
"required": false,
|
|
1923
|
+
"conditionKeys": [],
|
|
1924
|
+
"dependentActions": []
|
|
1925
|
+
},
|
|
1926
|
+
{
|
|
1927
|
+
"name": "key-value-store",
|
|
1928
|
+
"required": false,
|
|
1929
|
+
"conditionKeys": [],
|
|
1930
|
+
"dependentActions": []
|
|
1931
|
+
},
|
|
1890
1932
|
{
|
|
1891
1933
|
"name": "streaming-distribution",
|
|
1892
1934
|
"required": false,
|
package/data/actions/dsql.json
CHANGED
|
@@ -38,6 +38,26 @@
|
|
|
38
38
|
],
|
|
39
39
|
"dependentActions": []
|
|
40
40
|
},
|
|
41
|
+
"createstream": {
|
|
42
|
+
"name": "CreateStream",
|
|
43
|
+
"description": "Grants permission to create a Change Stream for a cluster",
|
|
44
|
+
"accessLevel": "Write",
|
|
45
|
+
"resourceTypes": [
|
|
46
|
+
{
|
|
47
|
+
"name": "Cluster",
|
|
48
|
+
"required": true,
|
|
49
|
+
"conditionKeys": [],
|
|
50
|
+
"dependentActions": [
|
|
51
|
+
"iam:PassRole"
|
|
52
|
+
]
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"conditionKeys": [
|
|
56
|
+
"aws:RequestTag/${TagKey}",
|
|
57
|
+
"aws:TagKeys"
|
|
58
|
+
],
|
|
59
|
+
"dependentActions": []
|
|
60
|
+
},
|
|
41
61
|
"dbconnect": {
|
|
42
62
|
"name": "DbConnect",
|
|
43
63
|
"description": "Grants permission to connect to the database",
|
|
@@ -98,6 +118,21 @@
|
|
|
98
118
|
"conditionKeys": [],
|
|
99
119
|
"dependentActions": []
|
|
100
120
|
},
|
|
121
|
+
"deletestream": {
|
|
122
|
+
"name": "DeleteStream",
|
|
123
|
+
"description": "Grants permission to delete a Change Stream",
|
|
124
|
+
"accessLevel": "Write",
|
|
125
|
+
"resourceTypes": [
|
|
126
|
+
{
|
|
127
|
+
"name": "Stream",
|
|
128
|
+
"required": true,
|
|
129
|
+
"conditionKeys": [],
|
|
130
|
+
"dependentActions": []
|
|
131
|
+
}
|
|
132
|
+
],
|
|
133
|
+
"conditionKeys": [],
|
|
134
|
+
"dependentActions": []
|
|
135
|
+
},
|
|
101
136
|
"getbackupjob": {
|
|
102
137
|
"name": "GetBackupJob",
|
|
103
138
|
"description": "Grants permission to get the status of an Aurora DSQL cluster backup job",
|
|
@@ -158,6 +193,21 @@
|
|
|
158
193
|
"conditionKeys": [],
|
|
159
194
|
"dependentActions": []
|
|
160
195
|
},
|
|
196
|
+
"getstream": {
|
|
197
|
+
"name": "GetStream",
|
|
198
|
+
"description": "Grants permission to get information about a Change Stream",
|
|
199
|
+
"accessLevel": "Read",
|
|
200
|
+
"resourceTypes": [
|
|
201
|
+
{
|
|
202
|
+
"name": "Stream",
|
|
203
|
+
"required": true,
|
|
204
|
+
"conditionKeys": [],
|
|
205
|
+
"dependentActions": []
|
|
206
|
+
}
|
|
207
|
+
],
|
|
208
|
+
"conditionKeys": [],
|
|
209
|
+
"dependentActions": []
|
|
210
|
+
},
|
|
161
211
|
"getvpcendpointservicename": {
|
|
162
212
|
"name": "GetVpcEndpointServiceName",
|
|
163
213
|
"description": "Grants permission to retrieve the VPC endpoint service name for a cluster",
|
|
@@ -193,6 +243,21 @@
|
|
|
193
243
|
"conditionKeys": [],
|
|
194
244
|
"dependentActions": []
|
|
195
245
|
},
|
|
246
|
+
"liststreams": {
|
|
247
|
+
"name": "ListStreams",
|
|
248
|
+
"description": "Grants permission to retrieve a list of Change Streams for a cluster",
|
|
249
|
+
"accessLevel": "List",
|
|
250
|
+
"resourceTypes": [
|
|
251
|
+
{
|
|
252
|
+
"name": "Cluster",
|
|
253
|
+
"required": true,
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
}
|
|
257
|
+
],
|
|
258
|
+
"conditionKeys": [],
|
|
259
|
+
"dependentActions": []
|
|
260
|
+
},
|
|
196
261
|
"listtagsforresource": {
|
|
197
262
|
"name": "ListTagsForResource",
|
|
198
263
|
"description": "Grants permission to list all tags on an Aurora DSQL resource",
|
|
@@ -200,7 +265,13 @@
|
|
|
200
265
|
"resourceTypes": [
|
|
201
266
|
{
|
|
202
267
|
"name": "Cluster",
|
|
203
|
-
"required":
|
|
268
|
+
"required": false,
|
|
269
|
+
"conditionKeys": [],
|
|
270
|
+
"dependentActions": []
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"name": "Stream",
|
|
274
|
+
"required": false,
|
|
204
275
|
"conditionKeys": [],
|
|
205
276
|
"dependentActions": []
|
|
206
277
|
}
|
|
@@ -347,7 +418,13 @@
|
|
|
347
418
|
"resourceTypes": [
|
|
348
419
|
{
|
|
349
420
|
"name": "Cluster",
|
|
350
|
-
"required":
|
|
421
|
+
"required": false,
|
|
422
|
+
"conditionKeys": [],
|
|
423
|
+
"dependentActions": []
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"name": "Stream",
|
|
427
|
+
"required": false,
|
|
351
428
|
"conditionKeys": [],
|
|
352
429
|
"dependentActions": []
|
|
353
430
|
}
|
|
@@ -365,7 +442,13 @@
|
|
|
365
442
|
"resourceTypes": [
|
|
366
443
|
{
|
|
367
444
|
"name": "Cluster",
|
|
368
|
-
"required":
|
|
445
|
+
"required": false,
|
|
446
|
+
"conditionKeys": [],
|
|
447
|
+
"dependentActions": []
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "Stream",
|
|
451
|
+
"required": false,
|
|
369
452
|
"conditionKeys": [],
|
|
370
453
|
"dependentActions": []
|
|
371
454
|
}
|
|
@@ -391,5 +474,20 @@
|
|
|
391
474
|
"dsql:WitnessRegion"
|
|
392
475
|
],
|
|
393
476
|
"dependentActions": []
|
|
477
|
+
},
|
|
478
|
+
"updatestream": {
|
|
479
|
+
"name": "UpdateStream",
|
|
480
|
+
"description": "Grants permission to modify Change Stream attributes",
|
|
481
|
+
"accessLevel": "Write",
|
|
482
|
+
"resourceTypes": [
|
|
483
|
+
{
|
|
484
|
+
"name": "Stream",
|
|
485
|
+
"required": true,
|
|
486
|
+
"conditionKeys": [],
|
|
487
|
+
"dependentActions": []
|
|
488
|
+
}
|
|
489
|
+
],
|
|
490
|
+
"conditionKeys": [],
|
|
491
|
+
"dependentActions": []
|
|
394
492
|
}
|
|
395
493
|
}
|
|
@@ -14,6 +14,21 @@
|
|
|
14
14
|
"conditionKeys": [],
|
|
15
15
|
"dependentActions": []
|
|
16
16
|
},
|
|
17
|
+
"associatecertificate": {
|
|
18
|
+
"name": "AssociateCertificate",
|
|
19
|
+
"description": "Grants permission to associate an ACM certificate with a responder gateway",
|
|
20
|
+
"accessLevel": "Write",
|
|
21
|
+
"resourceTypes": [
|
|
22
|
+
{
|
|
23
|
+
"name": "ResponderGateway",
|
|
24
|
+
"required": true,
|
|
25
|
+
"conditionKeys": [],
|
|
26
|
+
"dependentActions": []
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"conditionKeys": [],
|
|
30
|
+
"dependentActions": []
|
|
31
|
+
},
|
|
17
32
|
"createinboundexternallink": {
|
|
18
33
|
"name": "CreateInboundExternalLink",
|
|
19
34
|
"description": "Grants permission to create an inbound external link for a responder gateway",
|
|
@@ -43,6 +58,24 @@
|
|
|
43
58
|
],
|
|
44
59
|
"dependentActions": []
|
|
45
60
|
},
|
|
61
|
+
"createlinkroutingrule": {
|
|
62
|
+
"name": "CreateLinkRoutingRule",
|
|
63
|
+
"description": "Grants permission to create a routing rule for a link",
|
|
64
|
+
"accessLevel": "Write",
|
|
65
|
+
"resourceTypes": [
|
|
66
|
+
{
|
|
67
|
+
"name": "Link",
|
|
68
|
+
"required": true,
|
|
69
|
+
"conditionKeys": [],
|
|
70
|
+
"dependentActions": []
|
|
71
|
+
}
|
|
72
|
+
],
|
|
73
|
+
"conditionKeys": [
|
|
74
|
+
"aws:RequestTag/${TagKey}",
|
|
75
|
+
"aws:TagKeys"
|
|
76
|
+
],
|
|
77
|
+
"dependentActions": []
|
|
78
|
+
},
|
|
46
79
|
"createoutboundexternallink": {
|
|
47
80
|
"name": "CreateOutboundExternalLink",
|
|
48
81
|
"description": "Grants permission to create an outbound external link for a requester gateway to connect to external public responder endpoints",
|
|
@@ -119,6 +152,27 @@
|
|
|
119
152
|
"conditionKeys": [],
|
|
120
153
|
"dependentActions": []
|
|
121
154
|
},
|
|
155
|
+
"deletelinkroutingrule": {
|
|
156
|
+
"name": "DeleteLinkRoutingRule",
|
|
157
|
+
"description": "Grants permission to delete a routing rule from a link",
|
|
158
|
+
"accessLevel": "Write",
|
|
159
|
+
"resourceTypes": [
|
|
160
|
+
{
|
|
161
|
+
"name": "Link",
|
|
162
|
+
"required": true,
|
|
163
|
+
"conditionKeys": [],
|
|
164
|
+
"dependentActions": []
|
|
165
|
+
},
|
|
166
|
+
{
|
|
167
|
+
"name": "LinkRoutingRule",
|
|
168
|
+
"required": true,
|
|
169
|
+
"conditionKeys": [],
|
|
170
|
+
"dependentActions": []
|
|
171
|
+
}
|
|
172
|
+
],
|
|
173
|
+
"conditionKeys": [],
|
|
174
|
+
"dependentActions": []
|
|
175
|
+
},
|
|
122
176
|
"deleteoutboundexternallink": {
|
|
123
177
|
"name": "DeleteOutboundExternalLink",
|
|
124
178
|
"description": "Grants permission to delete an outbound external link",
|
|
@@ -170,6 +224,36 @@
|
|
|
170
224
|
"conditionKeys": [],
|
|
171
225
|
"dependentActions": []
|
|
172
226
|
},
|
|
227
|
+
"disassociatecertificate": {
|
|
228
|
+
"name": "DisassociateCertificate",
|
|
229
|
+
"description": "Grants permission to remove a certificate association from a responder gateway",
|
|
230
|
+
"accessLevel": "Write",
|
|
231
|
+
"resourceTypes": [
|
|
232
|
+
{
|
|
233
|
+
"name": "ResponderGateway",
|
|
234
|
+
"required": true,
|
|
235
|
+
"conditionKeys": [],
|
|
236
|
+
"dependentActions": []
|
|
237
|
+
}
|
|
238
|
+
],
|
|
239
|
+
"conditionKeys": [],
|
|
240
|
+
"dependentActions": []
|
|
241
|
+
},
|
|
242
|
+
"getcertificateassociation": {
|
|
243
|
+
"name": "GetCertificateAssociation",
|
|
244
|
+
"description": "Grants permission to retrieve details of a certificate association with a responder gateway",
|
|
245
|
+
"accessLevel": "Read",
|
|
246
|
+
"resourceTypes": [
|
|
247
|
+
{
|
|
248
|
+
"name": "ResponderGateway",
|
|
249
|
+
"required": true,
|
|
250
|
+
"conditionKeys": [],
|
|
251
|
+
"dependentActions": []
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"conditionKeys": [],
|
|
255
|
+
"dependentActions": []
|
|
256
|
+
},
|
|
173
257
|
"getinboundexternallink": {
|
|
174
258
|
"name": "GetInboundExternalLink",
|
|
175
259
|
"description": "Grants permission to retrieve information about an inbound external link",
|
|
@@ -206,6 +290,27 @@
|
|
|
206
290
|
"conditionKeys": [],
|
|
207
291
|
"dependentActions": []
|
|
208
292
|
},
|
|
293
|
+
"getlinkroutingrule": {
|
|
294
|
+
"name": "GetLinkRoutingRule",
|
|
295
|
+
"description": "Grants permission to retrieve information about a routing rule for a link",
|
|
296
|
+
"accessLevel": "Read",
|
|
297
|
+
"resourceTypes": [
|
|
298
|
+
{
|
|
299
|
+
"name": "Link",
|
|
300
|
+
"required": true,
|
|
301
|
+
"conditionKeys": [],
|
|
302
|
+
"dependentActions": []
|
|
303
|
+
},
|
|
304
|
+
{
|
|
305
|
+
"name": "LinkRoutingRule",
|
|
306
|
+
"required": true,
|
|
307
|
+
"conditionKeys": [],
|
|
308
|
+
"dependentActions": []
|
|
309
|
+
}
|
|
310
|
+
],
|
|
311
|
+
"conditionKeys": [],
|
|
312
|
+
"dependentActions": []
|
|
313
|
+
},
|
|
209
314
|
"getoutboundexternallink": {
|
|
210
315
|
"name": "GetOutboundExternalLink",
|
|
211
316
|
"description": "Grants permission to retrieve information about an outbound external link",
|
|
@@ -257,6 +362,36 @@
|
|
|
257
362
|
"conditionKeys": [],
|
|
258
363
|
"dependentActions": []
|
|
259
364
|
},
|
|
365
|
+
"listcertificateassociations": {
|
|
366
|
+
"name": "ListCertificateAssociations",
|
|
367
|
+
"description": "Grants permission to list certificate associations for a responder gateway",
|
|
368
|
+
"accessLevel": "List",
|
|
369
|
+
"resourceTypes": [
|
|
370
|
+
{
|
|
371
|
+
"name": "ResponderGateway",
|
|
372
|
+
"required": true,
|
|
373
|
+
"conditionKeys": [],
|
|
374
|
+
"dependentActions": []
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"conditionKeys": [],
|
|
378
|
+
"dependentActions": []
|
|
379
|
+
},
|
|
380
|
+
"listlinkroutingrules": {
|
|
381
|
+
"name": "ListLinkRoutingRules",
|
|
382
|
+
"description": "Grants permission to list routing rules for a link",
|
|
383
|
+
"accessLevel": "List",
|
|
384
|
+
"resourceTypes": [
|
|
385
|
+
{
|
|
386
|
+
"name": "Link",
|
|
387
|
+
"required": true,
|
|
388
|
+
"conditionKeys": [],
|
|
389
|
+
"dependentActions": []
|
|
390
|
+
}
|
|
391
|
+
],
|
|
392
|
+
"conditionKeys": [],
|
|
393
|
+
"dependentActions": []
|
|
394
|
+
},
|
|
260
395
|
"listlinks": {
|
|
261
396
|
"name": "ListLinks",
|
|
262
397
|
"description": "Grants permission to list links associated with an RTB application",
|
|
@@ -298,6 +433,12 @@
|
|
|
298
433
|
"conditionKeys": [],
|
|
299
434
|
"dependentActions": []
|
|
300
435
|
},
|
|
436
|
+
{
|
|
437
|
+
"name": "LinkRoutingRule",
|
|
438
|
+
"required": false,
|
|
439
|
+
"conditionKeys": [],
|
|
440
|
+
"dependentActions": []
|
|
441
|
+
},
|
|
301
442
|
{
|
|
302
443
|
"name": "OutboundExternalLink",
|
|
303
444
|
"required": false,
|
|
@@ -352,6 +493,12 @@
|
|
|
352
493
|
"conditionKeys": [],
|
|
353
494
|
"dependentActions": []
|
|
354
495
|
},
|
|
496
|
+
{
|
|
497
|
+
"name": "LinkRoutingRule",
|
|
498
|
+
"required": false,
|
|
499
|
+
"conditionKeys": [],
|
|
500
|
+
"dependentActions": []
|
|
501
|
+
},
|
|
355
502
|
{
|
|
356
503
|
"name": "OutboundExternalLink",
|
|
357
504
|
"required": false,
|
|
@@ -394,6 +541,12 @@
|
|
|
394
541
|
"conditionKeys": [],
|
|
395
542
|
"dependentActions": []
|
|
396
543
|
},
|
|
544
|
+
{
|
|
545
|
+
"name": "LinkRoutingRule",
|
|
546
|
+
"required": false,
|
|
547
|
+
"conditionKeys": [],
|
|
548
|
+
"dependentActions": []
|
|
549
|
+
},
|
|
397
550
|
{
|
|
398
551
|
"name": "OutboundExternalLink",
|
|
399
552
|
"required": false,
|
|
@@ -448,6 +601,27 @@
|
|
|
448
601
|
"conditionKeys": [],
|
|
449
602
|
"dependentActions": []
|
|
450
603
|
},
|
|
604
|
+
"updatelinkroutingrule": {
|
|
605
|
+
"name": "UpdateLinkRoutingRule",
|
|
606
|
+
"description": "Grants permission to update a routing rule for a link",
|
|
607
|
+
"accessLevel": "Write",
|
|
608
|
+
"resourceTypes": [
|
|
609
|
+
{
|
|
610
|
+
"name": "Link",
|
|
611
|
+
"required": true,
|
|
612
|
+
"conditionKeys": [],
|
|
613
|
+
"dependentActions": []
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "LinkRoutingRule",
|
|
617
|
+
"required": true,
|
|
618
|
+
"conditionKeys": [],
|
|
619
|
+
"dependentActions": []
|
|
620
|
+
}
|
|
621
|
+
],
|
|
622
|
+
"conditionKeys": [],
|
|
623
|
+
"dependentActions": []
|
|
624
|
+
},
|
|
451
625
|
"updaterequestergateway": {
|
|
452
626
|
"name": "UpdateRequesterGateway",
|
|
453
627
|
"description": "Grants permission to update a requester gateway",
|
|
@@ -1,4 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
+
"accessmodelpackage": {
|
|
3
|
+
"name": "AccessModelPackage",
|
|
4
|
+
"isPermissionOnly": true,
|
|
5
|
+
"description": "Grants permission to access model package that can be used in Amazon SageMaker training or hosting services",
|
|
6
|
+
"accessLevel": "Read",
|
|
7
|
+
"resourceTypes": [
|
|
8
|
+
{
|
|
9
|
+
"name": "model-package",
|
|
10
|
+
"required": true,
|
|
11
|
+
"conditionKeys": [],
|
|
12
|
+
"dependentActions": []
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"conditionKeys": [],
|
|
16
|
+
"dependentActions": []
|
|
17
|
+
},
|
|
2
18
|
"addassociation": {
|
|
3
19
|
"name": "AddAssociation",
|
|
4
20
|
"description": "Grants permission to associate a lineage entity (artifact, context, action, experiment, experiment-trial-component) to each other",
|
|
@@ -29,6 +29,11 @@
|
|
|
29
29
|
"description": "Filters access by Link resource linkId identifier",
|
|
30
30
|
"type": "String"
|
|
31
31
|
},
|
|
32
|
+
"rtbfabric:linkroutingruleruleid": {
|
|
33
|
+
"key": "rtbfabric:LinkRoutingRuleRuleId",
|
|
34
|
+
"description": "Filters access by routing rule identifier supporting rule-* formats",
|
|
35
|
+
"type": "String"
|
|
36
|
+
},
|
|
32
37
|
"rtbfabric:outboundexternallinklinkid": {
|
|
33
38
|
"key": "rtbfabric:OutboundExternalLinkLinkId",
|
|
34
39
|
"description": "Filters access by OutboundExternalLink resource linkId identifier",
|
|
@@ -107,7 +107,10 @@
|
|
|
107
107
|
},
|
|
108
108
|
"policy-engine": {
|
|
109
109
|
"key": "policy-engine",
|
|
110
|
-
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:policy-engine/${PolicyEngineId}"
|
|
110
|
+
"arn": "arn:${Partition}:bedrock-agentcore:${Region}:${Account}:policy-engine/${PolicyEngineId}",
|
|
111
|
+
"conditionKeys": [
|
|
112
|
+
"aws:ResourceTag/${TagKey}"
|
|
113
|
+
]
|
|
111
114
|
},
|
|
112
115
|
"policy": {
|
|
113
116
|
"key": "policy",
|
|
@@ -39,11 +39,17 @@
|
|
|
39
39
|
},
|
|
40
40
|
"function": {
|
|
41
41
|
"key": "function",
|
|
42
|
-
"arn": "arn:${Partition}:cloudfront::${Account}:function/${Name}"
|
|
42
|
+
"arn": "arn:${Partition}:cloudfront::${Account}:function/${Name}",
|
|
43
|
+
"conditionKeys": [
|
|
44
|
+
"aws:ResourceTag/${TagKey}"
|
|
45
|
+
]
|
|
43
46
|
},
|
|
44
47
|
"key-value-store": {
|
|
45
48
|
"key": "key-value-store",
|
|
46
|
-
"arn": "arn:${Partition}:cloudfront::${Account}:key-value-store/${Name}"
|
|
49
|
+
"arn": "arn:${Partition}:cloudfront::${Account}:key-value-store/${Name}",
|
|
50
|
+
"conditionKeys": [
|
|
51
|
+
"aws:ResourceTag/${TagKey}"
|
|
52
|
+
]
|
|
47
53
|
},
|
|
48
54
|
"response-headers-policy": {
|
|
49
55
|
"key": "response-headers-policy",
|
|
@@ -18,6 +18,15 @@
|
|
|
18
18
|
"rtbfabric:ResponderGatewayGatewayId"
|
|
19
19
|
]
|
|
20
20
|
},
|
|
21
|
+
"linkroutingrule": {
|
|
22
|
+
"key": "LinkRoutingRule",
|
|
23
|
+
"arn": "arn:${Partition}:rtbfabric:${Region}:${Account}:gateway/${GatewayId}/link/${LinkId}/routing-rule/${RuleId}",
|
|
24
|
+
"conditionKeys": [
|
|
25
|
+
"aws:ResourceTag/${TagKey}",
|
|
26
|
+
"rtbfabric:LinkLinkId",
|
|
27
|
+
"rtbfabric:LinkRoutingRuleRuleId"
|
|
28
|
+
]
|
|
29
|
+
},
|
|
21
30
|
"outboundexternallink": {
|
|
22
31
|
"key": "OutboundExternalLink",
|
|
23
32
|
"arn": "arn:${Partition}:rtbfabric:${Region}:${Account}:gateway/${GatewayId}/link/${LinkId}",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.19.
|
|
3
|
+
"version": "0.19.202605151",
|
|
4
4
|
"description": "AWS IAM Data",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "git+https://github.com/cloud-copilot/iam-data.git"
|
|
8
8
|
},
|
|
9
|
-
"updatedAt": "2026-05-
|
|
9
|
+
"updatedAt": "2026-05-15T05:58:26.468Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|