@cloud-copilot/iam-data 0.15.202510281 → 0.15.202511081
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/aps.json +190 -0
- package/data/actions/autoscaling.json +25 -3
- package/data/actions/batch.json +28 -18
- package/data/actions/bedrock-agentcore.json +8 -17
- package/data/actions/bedrock.json +15 -0
- package/data/actions/cloudfront.json +71 -88
- package/data/actions/cognito-idp.json +75 -0
- package/data/actions/connect.json +48 -0
- package/data/actions/ec2.json +219 -33
- package/data/actions/elasticloadbalancing.json +9 -0
- package/data/actions/emr-containers.json +15 -0
- package/data/actions/guardduty.json +23 -1
- package/data/actions/iotmanagedintegrations.json +15 -0
- package/data/actions/kinesis.json +50 -0
- package/data/actions/kms.json +4 -1
- package/data/actions/lambda.json +2 -1
- package/data/actions/mediaconnect.json +83 -10
- package/data/actions/profile.json +368 -0
- package/data/actions/redshift-serverless.json +2 -2
- package/data/actions/rtbfabric.json +116 -12
- package/data/actions/s3tables.json +85 -2
- package/data/actions/sts.json +34 -0
- package/data/actions/support-console.json +18 -0
- package/data/actions/support.json +8 -0
- package/data/actions/user-subscriptions.json +8 -0
- package/data/actions/vpc-lattice.json +81 -0
- package/data/conditionKeys/bedrock-agentcore.json +0 -10
- package/data/conditionKeys/ec2.json +15 -15
- package/data/conditionKeys/lambda.json +5 -0
- package/data/conditionKeys/mediaconnect.json +17 -1
- package/data/conditionKeys/s3tables.json +20 -0
- package/data/conditionKeys/sts.json +10 -0
- package/data/conditionKeys/vpc-lattice.json +15 -0
- package/data/conditionPatterns.json +3 -0
- package/data/resourceTypes/aps.json +9 -0
- package/data/resourceTypes/bedrock.json +4 -0
- package/data/resourceTypes/ec2.json +19 -5
- package/data/resourceTypes/guardduty.json +4 -1
- package/data/resourceTypes/mediaconnect.json +16 -4
- package/data/resourceTypes/profile.json +14 -0
- package/data/resourceTypes/rtbfabric.json +5 -0
- package/data/resourceTypes/s3tables.json +7 -1
- package/data/resourceTypes/vpc-lattice.json +12 -0
- package/package.json +2 -2
package/data/actions/aps.json
CHANGED
|
@@ -33,6 +33,24 @@
|
|
|
33
33
|
],
|
|
34
34
|
"dependentActions": []
|
|
35
35
|
},
|
|
36
|
+
"createanomalydetector": {
|
|
37
|
+
"name": "CreateAnomalyDetector",
|
|
38
|
+
"description": "Grants permission to create an anomaly detector",
|
|
39
|
+
"accessLevel": "Write",
|
|
40
|
+
"resourceTypes": [
|
|
41
|
+
{
|
|
42
|
+
"name": "workspace",
|
|
43
|
+
"required": true,
|
|
44
|
+
"conditionKeys": [],
|
|
45
|
+
"dependentActions": []
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"conditionKeys": [
|
|
49
|
+
"aws:RequestTag/${TagKey}",
|
|
50
|
+
"aws:TagKeys"
|
|
51
|
+
],
|
|
52
|
+
"dependentActions": []
|
|
53
|
+
},
|
|
36
54
|
"createloggingconfiguration": {
|
|
37
55
|
"name": "CreateLoggingConfiguration",
|
|
38
56
|
"description": "Grants permission to create a logging configuration",
|
|
@@ -161,6 +179,29 @@
|
|
|
161
179
|
],
|
|
162
180
|
"dependentActions": []
|
|
163
181
|
},
|
|
182
|
+
"deleteanomalydetector": {
|
|
183
|
+
"name": "DeleteAnomalyDetector",
|
|
184
|
+
"description": "Grants permission to delete an anomaly detector",
|
|
185
|
+
"accessLevel": "Write",
|
|
186
|
+
"resourceTypes": [
|
|
187
|
+
{
|
|
188
|
+
"name": "anomalydetector",
|
|
189
|
+
"required": true,
|
|
190
|
+
"conditionKeys": [],
|
|
191
|
+
"dependentActions": []
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"name": "workspace",
|
|
195
|
+
"required": true,
|
|
196
|
+
"conditionKeys": [],
|
|
197
|
+
"dependentActions": []
|
|
198
|
+
}
|
|
199
|
+
],
|
|
200
|
+
"conditionKeys": [
|
|
201
|
+
"aws:ResourceTag/${TagKey}"
|
|
202
|
+
],
|
|
203
|
+
"dependentActions": []
|
|
204
|
+
},
|
|
164
205
|
"deleteloggingconfiguration": {
|
|
165
206
|
"name": "DeleteLoggingConfiguration",
|
|
166
207
|
"description": "Grants permission to delete a logging configuration",
|
|
@@ -246,6 +287,23 @@
|
|
|
246
287
|
],
|
|
247
288
|
"dependentActions": []
|
|
248
289
|
},
|
|
290
|
+
"deletescraperloggingconfiguration": {
|
|
291
|
+
"name": "DeleteScraperLoggingConfiguration",
|
|
292
|
+
"description": "Grants permission to delete a scraper logging configuration",
|
|
293
|
+
"accessLevel": "Write",
|
|
294
|
+
"resourceTypes": [
|
|
295
|
+
{
|
|
296
|
+
"name": "scraper",
|
|
297
|
+
"required": true,
|
|
298
|
+
"conditionKeys": [],
|
|
299
|
+
"dependentActions": []
|
|
300
|
+
}
|
|
301
|
+
],
|
|
302
|
+
"conditionKeys": [
|
|
303
|
+
"aws:ResourceTag/${TagKey}"
|
|
304
|
+
],
|
|
305
|
+
"dependentActions": []
|
|
306
|
+
},
|
|
249
307
|
"deleteworkspace": {
|
|
250
308
|
"name": "DeleteWorkspace",
|
|
251
309
|
"description": "Grants permission to delete a workspace",
|
|
@@ -280,6 +338,29 @@
|
|
|
280
338
|
],
|
|
281
339
|
"dependentActions": []
|
|
282
340
|
},
|
|
341
|
+
"describeanomalydetector": {
|
|
342
|
+
"name": "DescribeAnomalyDetector",
|
|
343
|
+
"description": "Grants permission to describe an anomaly detector",
|
|
344
|
+
"accessLevel": "Read",
|
|
345
|
+
"resourceTypes": [
|
|
346
|
+
{
|
|
347
|
+
"name": "anomalydetector",
|
|
348
|
+
"required": true,
|
|
349
|
+
"conditionKeys": [],
|
|
350
|
+
"dependentActions": []
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"name": "workspace",
|
|
354
|
+
"required": true,
|
|
355
|
+
"conditionKeys": [],
|
|
356
|
+
"dependentActions": []
|
|
357
|
+
}
|
|
358
|
+
],
|
|
359
|
+
"conditionKeys": [
|
|
360
|
+
"aws:ResourceTag/${TagKey}"
|
|
361
|
+
],
|
|
362
|
+
"dependentActions": []
|
|
363
|
+
},
|
|
283
364
|
"describeloggingconfiguration": {
|
|
284
365
|
"name": "DescribeLoggingConfiguration",
|
|
285
366
|
"description": "Grants permission to describe a logging configuration",
|
|
@@ -365,6 +446,23 @@
|
|
|
365
446
|
],
|
|
366
447
|
"dependentActions": []
|
|
367
448
|
},
|
|
449
|
+
"describescraperloggingconfiguration": {
|
|
450
|
+
"name": "DescribeScraperLoggingConfiguration",
|
|
451
|
+
"description": "Grants permission to describe a scraper logging configuration",
|
|
452
|
+
"accessLevel": "Read",
|
|
453
|
+
"resourceTypes": [
|
|
454
|
+
{
|
|
455
|
+
"name": "scraper",
|
|
456
|
+
"required": true,
|
|
457
|
+
"conditionKeys": [],
|
|
458
|
+
"dependentActions": []
|
|
459
|
+
}
|
|
460
|
+
],
|
|
461
|
+
"conditionKeys": [
|
|
462
|
+
"aws:ResourceTag/${TagKey}"
|
|
463
|
+
],
|
|
464
|
+
"dependentActions": []
|
|
465
|
+
},
|
|
368
466
|
"describeworkspace": {
|
|
369
467
|
"name": "DescribeWorkspace",
|
|
370
468
|
"description": "Grants permission to describe a workspace",
|
|
@@ -577,6 +675,23 @@
|
|
|
577
675
|
],
|
|
578
676
|
"dependentActions": []
|
|
579
677
|
},
|
|
678
|
+
"listanomalydetectors": {
|
|
679
|
+
"name": "ListAnomalyDetectors",
|
|
680
|
+
"description": "Grants permission to list anomaly detectors",
|
|
681
|
+
"accessLevel": "List",
|
|
682
|
+
"resourceTypes": [
|
|
683
|
+
{
|
|
684
|
+
"name": "workspace",
|
|
685
|
+
"required": true,
|
|
686
|
+
"conditionKeys": [],
|
|
687
|
+
"dependentActions": []
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"conditionKeys": [
|
|
691
|
+
"aws:ResourceTag/${TagKey}"
|
|
692
|
+
],
|
|
693
|
+
"dependentActions": []
|
|
694
|
+
},
|
|
580
695
|
"listrulegroupsnamespaces": {
|
|
581
696
|
"name": "ListRuleGroupsNamespaces",
|
|
582
697
|
"description": "Grants permission to list rule groups namespaces",
|
|
@@ -624,6 +739,12 @@
|
|
|
624
739
|
"description": "Grants permission to list tags on an AMP resource",
|
|
625
740
|
"accessLevel": "Read",
|
|
626
741
|
"resourceTypes": [
|
|
742
|
+
{
|
|
743
|
+
"name": "anomalydetector",
|
|
744
|
+
"required": false,
|
|
745
|
+
"conditionKeys": [],
|
|
746
|
+
"dependentActions": []
|
|
747
|
+
},
|
|
627
748
|
{
|
|
628
749
|
"name": "rulegroupsnamespace",
|
|
629
750
|
"required": false,
|
|
@@ -657,6 +778,23 @@
|
|
|
657
778
|
"conditionKeys": [],
|
|
658
779
|
"dependentActions": []
|
|
659
780
|
},
|
|
781
|
+
"previewanomalydetector": {
|
|
782
|
+
"name": "PreviewAnomalyDetector",
|
|
783
|
+
"description": "Grants permission to preview anomaly detection on AMP workspace metrics",
|
|
784
|
+
"accessLevel": "Read",
|
|
785
|
+
"resourceTypes": [
|
|
786
|
+
{
|
|
787
|
+
"name": "workspace",
|
|
788
|
+
"required": true,
|
|
789
|
+
"conditionKeys": [],
|
|
790
|
+
"dependentActions": []
|
|
791
|
+
}
|
|
792
|
+
],
|
|
793
|
+
"conditionKeys": [
|
|
794
|
+
"aws:ResourceTag/${TagKey}"
|
|
795
|
+
],
|
|
796
|
+
"dependentActions": []
|
|
797
|
+
},
|
|
660
798
|
"putalertmanagerdefinition": {
|
|
661
799
|
"name": "PutAlertManagerDefinition",
|
|
662
800
|
"description": "Grants permission to update an alert manager definition",
|
|
@@ -691,6 +829,29 @@
|
|
|
691
829
|
],
|
|
692
830
|
"dependentActions": []
|
|
693
831
|
},
|
|
832
|
+
"putanomalydetector": {
|
|
833
|
+
"name": "PutAnomalyDetector",
|
|
834
|
+
"description": "Grants permission to update an anomaly detector",
|
|
835
|
+
"accessLevel": "Write",
|
|
836
|
+
"resourceTypes": [
|
|
837
|
+
{
|
|
838
|
+
"name": "anomalydetector",
|
|
839
|
+
"required": true,
|
|
840
|
+
"conditionKeys": [],
|
|
841
|
+
"dependentActions": []
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"name": "workspace",
|
|
845
|
+
"required": true,
|
|
846
|
+
"conditionKeys": [],
|
|
847
|
+
"dependentActions": []
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
"conditionKeys": [
|
|
851
|
+
"aws:ResourceTag/${TagKey}"
|
|
852
|
+
],
|
|
853
|
+
"dependentActions": []
|
|
854
|
+
},
|
|
694
855
|
"putresourcepolicy": {
|
|
695
856
|
"name": "PutResourcePolicy",
|
|
696
857
|
"description": "Grants permission to create and update workspace resource policy",
|
|
@@ -764,6 +925,12 @@
|
|
|
764
925
|
"description": "Grants permission to tag an AMP resource",
|
|
765
926
|
"accessLevel": "Tagging",
|
|
766
927
|
"resourceTypes": [
|
|
928
|
+
{
|
|
929
|
+
"name": "anomalydetector",
|
|
930
|
+
"required": false,
|
|
931
|
+
"conditionKeys": [],
|
|
932
|
+
"dependentActions": []
|
|
933
|
+
},
|
|
767
934
|
{
|
|
768
935
|
"name": "rulegroupsnamespace",
|
|
769
936
|
"required": false,
|
|
@@ -794,6 +961,12 @@
|
|
|
794
961
|
"description": "Grants permission to untag an AMP resource",
|
|
795
962
|
"accessLevel": "Tagging",
|
|
796
963
|
"resourceTypes": [
|
|
964
|
+
{
|
|
965
|
+
"name": "anomalydetector",
|
|
966
|
+
"required": false,
|
|
967
|
+
"conditionKeys": [],
|
|
968
|
+
"dependentActions": []
|
|
969
|
+
},
|
|
797
970
|
{
|
|
798
971
|
"name": "rulegroupsnamespace",
|
|
799
972
|
"required": false,
|
|
@@ -878,6 +1051,23 @@
|
|
|
878
1051
|
],
|
|
879
1052
|
"dependentActions": []
|
|
880
1053
|
},
|
|
1054
|
+
"updatescraperloggingconfiguration": {
|
|
1055
|
+
"name": "UpdateScraperLoggingConfiguration",
|
|
1056
|
+
"description": "Grants permission to put a scraper logging configuration",
|
|
1057
|
+
"accessLevel": "Write",
|
|
1058
|
+
"resourceTypes": [
|
|
1059
|
+
{
|
|
1060
|
+
"name": "scraper",
|
|
1061
|
+
"required": true,
|
|
1062
|
+
"conditionKeys": [],
|
|
1063
|
+
"dependentActions": []
|
|
1064
|
+
}
|
|
1065
|
+
],
|
|
1066
|
+
"conditionKeys": [
|
|
1067
|
+
"aws:ResourceTag/${TagKey}"
|
|
1068
|
+
],
|
|
1069
|
+
"dependentActions": []
|
|
1070
|
+
},
|
|
881
1071
|
"updateworkspacealias": {
|
|
882
1072
|
"name": "UpdateWorkspaceAlias",
|
|
883
1073
|
"description": "Grants permission to modify the alias of existing AMP workspace",
|
|
@@ -168,6 +168,7 @@
|
|
|
168
168
|
}
|
|
169
169
|
],
|
|
170
170
|
"conditionKeys": [
|
|
171
|
+
"autoscaling:ImageId",
|
|
171
172
|
"autoscaling:CapacityReservationIds",
|
|
172
173
|
"autoscaling:CapacityReservationResourceGroupArns",
|
|
173
174
|
"autoscaling:InstanceTypes",
|
|
@@ -716,6 +717,24 @@
|
|
|
716
717
|
"conditionKeys": [],
|
|
717
718
|
"dependentActions": []
|
|
718
719
|
},
|
|
720
|
+
"launchinstances": {
|
|
721
|
+
"name": "LaunchInstances",
|
|
722
|
+
"description": "Grants permission to launch one or more EC2 instances in the specified Auto Scaling group",
|
|
723
|
+
"accessLevel": "Write",
|
|
724
|
+
"resourceTypes": [
|
|
725
|
+
{
|
|
726
|
+
"name": "autoScalingGroup",
|
|
727
|
+
"required": true,
|
|
728
|
+
"conditionKeys": [],
|
|
729
|
+
"dependentActions": []
|
|
730
|
+
}
|
|
731
|
+
],
|
|
732
|
+
"conditionKeys": [
|
|
733
|
+
"autoscaling:ResourceTag/${TagKey}",
|
|
734
|
+
"aws:ResourceTag/${TagKey}"
|
|
735
|
+
],
|
|
736
|
+
"dependentActions": []
|
|
737
|
+
},
|
|
719
738
|
"putlifecyclehook": {
|
|
720
739
|
"name": "PutLifecycleHook",
|
|
721
740
|
"description": "Grants permission to create or update a lifecycle hook for the specified Auto Scaling Group",
|
|
@@ -925,13 +944,15 @@
|
|
|
925
944
|
{
|
|
926
945
|
"name": "autoScalingGroup",
|
|
927
946
|
"required": true,
|
|
928
|
-
"conditionKeys": [
|
|
947
|
+
"conditionKeys": [
|
|
948
|
+
"autoscaling:ResourceTag/${TagKey}",
|
|
949
|
+
"aws:ResourceTag/${TagKey}"
|
|
950
|
+
],
|
|
929
951
|
"dependentActions": []
|
|
930
952
|
}
|
|
931
953
|
],
|
|
932
954
|
"conditionKeys": [
|
|
933
|
-
"autoscaling:
|
|
934
|
-
"aws:ResourceTag/${TagKey}"
|
|
955
|
+
"autoscaling:ImageId"
|
|
935
956
|
],
|
|
936
957
|
"dependentActions": []
|
|
937
958
|
},
|
|
@@ -989,6 +1010,7 @@
|
|
|
989
1010
|
}
|
|
990
1011
|
],
|
|
991
1012
|
"conditionKeys": [
|
|
1013
|
+
"autoscaling:ImageId",
|
|
992
1014
|
"autoscaling:CapacityReservationIds",
|
|
993
1015
|
"autoscaling:CapacityReservationResourceGroupArns",
|
|
994
1016
|
"autoscaling:InstanceTypes",
|
package/data/actions/batch.json
CHANGED
|
@@ -58,10 +58,7 @@
|
|
|
58
58
|
{
|
|
59
59
|
"name": "job-queue",
|
|
60
60
|
"required": true,
|
|
61
|
-
"conditionKeys": [
|
|
62
|
-
"aws:RequestTag/${TagKey}",
|
|
63
|
-
"aws:TagKeys"
|
|
64
|
-
],
|
|
61
|
+
"conditionKeys": [],
|
|
65
62
|
"dependentActions": []
|
|
66
63
|
},
|
|
67
64
|
{
|
|
@@ -83,7 +80,10 @@
|
|
|
83
80
|
"dependentActions": []
|
|
84
81
|
}
|
|
85
82
|
],
|
|
86
|
-
"conditionKeys": [
|
|
83
|
+
"conditionKeys": [
|
|
84
|
+
"aws:RequestTag/${TagKey}",
|
|
85
|
+
"aws:TagKeys"
|
|
86
|
+
],
|
|
87
87
|
"dependentActions": []
|
|
88
88
|
},
|
|
89
89
|
"createschedulingpolicy": {
|
|
@@ -412,7 +412,9 @@
|
|
|
412
412
|
{
|
|
413
413
|
"name": "job-definition",
|
|
414
414
|
"required": true,
|
|
415
|
-
"conditionKeys": [
|
|
415
|
+
"conditionKeys": [
|
|
416
|
+
"aws:ResourceTag/${TagKey}"
|
|
417
|
+
],
|
|
416
418
|
"dependentActions": []
|
|
417
419
|
},
|
|
418
420
|
{
|
|
@@ -453,32 +455,39 @@
|
|
|
453
455
|
"conditionKeys": [
|
|
454
456
|
"batch:ShareIdentifier",
|
|
455
457
|
"batch:EKSImage",
|
|
456
|
-
"batch:EKSNamespace"
|
|
457
|
-
"aws:RequestTag/${TagKey}",
|
|
458
|
-
"aws:TagKeys"
|
|
458
|
+
"batch:EKSNamespace"
|
|
459
459
|
],
|
|
460
460
|
"dependentActions": []
|
|
461
461
|
},
|
|
462
462
|
{
|
|
463
|
-
"name": "job-
|
|
463
|
+
"name": "job-queue",
|
|
464
464
|
"required": true,
|
|
465
465
|
"conditionKeys": [],
|
|
466
466
|
"dependentActions": []
|
|
467
467
|
},
|
|
468
468
|
{
|
|
469
|
-
"name": "
|
|
470
|
-
"required":
|
|
469
|
+
"name": "consumable-resource",
|
|
470
|
+
"required": false,
|
|
471
471
|
"conditionKeys": [],
|
|
472
472
|
"dependentActions": []
|
|
473
473
|
},
|
|
474
474
|
{
|
|
475
|
-
"name": "
|
|
475
|
+
"name": "job-definition",
|
|
476
|
+
"required": false,
|
|
477
|
+
"conditionKeys": [],
|
|
478
|
+
"dependentActions": []
|
|
479
|
+
},
|
|
480
|
+
{
|
|
481
|
+
"name": "job-definition-revision",
|
|
476
482
|
"required": false,
|
|
477
483
|
"conditionKeys": [],
|
|
478
484
|
"dependentActions": []
|
|
479
485
|
}
|
|
480
486
|
],
|
|
481
|
-
"conditionKeys": [
|
|
487
|
+
"conditionKeys": [
|
|
488
|
+
"aws:RequestTag/${TagKey}",
|
|
489
|
+
"aws:TagKeys"
|
|
490
|
+
],
|
|
482
491
|
"dependentActions": []
|
|
483
492
|
},
|
|
484
493
|
"submitservicejob": {
|
|
@@ -496,14 +505,15 @@
|
|
|
496
505
|
"name": "service-job",
|
|
497
506
|
"required": true,
|
|
498
507
|
"conditionKeys": [
|
|
499
|
-
"batch:ShareIdentifier"
|
|
500
|
-
"aws:RequestTag/${TagKey}",
|
|
501
|
-
"aws:TagKeys"
|
|
508
|
+
"batch:ShareIdentifier"
|
|
502
509
|
],
|
|
503
510
|
"dependentActions": []
|
|
504
511
|
}
|
|
505
512
|
],
|
|
506
|
-
"conditionKeys": [
|
|
513
|
+
"conditionKeys": [
|
|
514
|
+
"aws:RequestTag/${TagKey}",
|
|
515
|
+
"aws:TagKeys"
|
|
516
|
+
],
|
|
507
517
|
"dependentActions": []
|
|
508
518
|
},
|
|
509
519
|
"tagresource": {
|
|
@@ -127,9 +127,7 @@
|
|
|
127
127
|
"resourceTypes": [],
|
|
128
128
|
"conditionKeys": [
|
|
129
129
|
"aws:RequestTag/${TagKey}",
|
|
130
|
-
"aws:TagKeys"
|
|
131
|
-
"bedrock-agentcore:subnets",
|
|
132
|
-
"bedrock-agentcore:securityGroups"
|
|
130
|
+
"aws:TagKeys"
|
|
133
131
|
],
|
|
134
132
|
"dependentActions": [
|
|
135
133
|
"iam:PassRole"
|
|
@@ -184,9 +182,7 @@
|
|
|
184
182
|
"resourceTypes": [],
|
|
185
183
|
"conditionKeys": [
|
|
186
184
|
"aws:RequestTag/${TagKey}",
|
|
187
|
-
"aws:TagKeys"
|
|
188
|
-
"bedrock-agentcore:subnets",
|
|
189
|
-
"bedrock-agentcore:securityGroups"
|
|
185
|
+
"aws:TagKeys"
|
|
190
186
|
],
|
|
191
187
|
"dependentActions": []
|
|
192
188
|
},
|
|
@@ -197,9 +193,7 @@
|
|
|
197
193
|
"resourceTypes": [],
|
|
198
194
|
"conditionKeys": [
|
|
199
195
|
"aws:RequestTag/${TagKey}",
|
|
200
|
-
"aws:TagKeys"
|
|
201
|
-
"bedrock-agentcore:subnets",
|
|
202
|
-
"bedrock-agentcore:securityGroups"
|
|
196
|
+
"aws:TagKeys"
|
|
203
197
|
],
|
|
204
198
|
"dependentActions": []
|
|
205
199
|
},
|
|
@@ -1642,16 +1636,13 @@
|
|
|
1642
1636
|
"name": "runtime",
|
|
1643
1637
|
"required": true,
|
|
1644
1638
|
"conditionKeys": [],
|
|
1645
|
-
"dependentActions": [
|
|
1646
|
-
"iam:PassRole"
|
|
1647
|
-
]
|
|
1639
|
+
"dependentActions": []
|
|
1648
1640
|
}
|
|
1649
1641
|
],
|
|
1650
|
-
"conditionKeys": [
|
|
1651
|
-
|
|
1652
|
-
"
|
|
1653
|
-
]
|
|
1654
|
-
"dependentActions": []
|
|
1642
|
+
"conditionKeys": [],
|
|
1643
|
+
"dependentActions": [
|
|
1644
|
+
"iam:PassRole"
|
|
1645
|
+
]
|
|
1655
1646
|
},
|
|
1656
1647
|
"updateagentruntimeendpoint": {
|
|
1657
1648
|
"name": "UpdateAgentRuntimeEndpoint",
|
|
@@ -2332,6 +2332,21 @@
|
|
|
2332
2332
|
],
|
|
2333
2333
|
"dependentActions": []
|
|
2334
2334
|
},
|
|
2335
|
+
"invoketool": {
|
|
2336
|
+
"name": "InvokeTool",
|
|
2337
|
+
"description": "Grants permission to invoke the specified Bedrock tool to run inference",
|
|
2338
|
+
"accessLevel": "Read",
|
|
2339
|
+
"resourceTypes": [
|
|
2340
|
+
{
|
|
2341
|
+
"name": "system-tool",
|
|
2342
|
+
"required": true,
|
|
2343
|
+
"conditionKeys": [],
|
|
2344
|
+
"dependentActions": []
|
|
2345
|
+
}
|
|
2346
|
+
],
|
|
2347
|
+
"conditionKeys": [],
|
|
2348
|
+
"dependentActions": []
|
|
2349
|
+
},
|
|
2335
2350
|
"listagentactiongroups": {
|
|
2336
2351
|
"name": "ListAgentActionGroups",
|
|
2337
2352
|
"description": "Grants permission to list action groups in an agent",
|