@cloud-copilot/iam-data 0.15.202602031 → 0.15.202602041
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/ec2.json +30 -0
- package/package.json +2 -2
package/data/actions/ec2.json
CHANGED
|
@@ -15769,6 +15769,36 @@
|
|
|
15769
15769
|
],
|
|
15770
15770
|
"dependentActions": []
|
|
15771
15771
|
},
|
|
15772
|
+
"injectvolumeiolatency": {
|
|
15773
|
+
"name": "InjectVolumeIOLatency",
|
|
15774
|
+
"isPermissionOnly": true,
|
|
15775
|
+
"description": "Grants permission to temporarily inject latency to I/O operations for a target Amazon EBS volume",
|
|
15776
|
+
"accessLevel": "Write",
|
|
15777
|
+
"resourceTypes": [
|
|
15778
|
+
{
|
|
15779
|
+
"name": "volume",
|
|
15780
|
+
"required": true,
|
|
15781
|
+
"conditionKeys": [
|
|
15782
|
+
"aws:ResourceTag/${TagKey}",
|
|
15783
|
+
"ec2:AvailabilityZone",
|
|
15784
|
+
"ec2:AvailabilityZoneId",
|
|
15785
|
+
"ec2:Encrypted",
|
|
15786
|
+
"ec2:ParentSnapshot",
|
|
15787
|
+
"ec2:ResourceTag/${TagKey}",
|
|
15788
|
+
"ec2:VolumeID",
|
|
15789
|
+
"ec2:VolumeIops",
|
|
15790
|
+
"ec2:VolumeSize",
|
|
15791
|
+
"ec2:VolumeThroughput",
|
|
15792
|
+
"ec2:VolumeType"
|
|
15793
|
+
],
|
|
15794
|
+
"dependentActions": []
|
|
15795
|
+
}
|
|
15796
|
+
],
|
|
15797
|
+
"conditionKeys": [
|
|
15798
|
+
"ec2:Region"
|
|
15799
|
+
],
|
|
15800
|
+
"dependentActions": []
|
|
15801
|
+
},
|
|
15772
15802
|
"listimagesinrecyclebin": {
|
|
15773
15803
|
"name": "ListImagesInRecycleBin",
|
|
15774
15804
|
"description": "Grants permission to list Amazon Machine Images (AMIs) that are currently in the Recycle Bin",
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cloud-copilot/iam-data",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.202602041",
|
|
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-02-
|
|
9
|
+
"updatedAt": "2026-02-04T05:35:24.009Z",
|
|
10
10
|
"exports": {
|
|
11
11
|
".": {
|
|
12
12
|
"import": "./dist/esm/index.js",
|