@cloud-copilot/iam-data 0.9.202506051 → 0.9.202506061

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.
@@ -12011,7 +12011,7 @@
12011
12011
  },
12012
12012
  {
12013
12013
  "name": "network-interface",
12014
- "required": true,
12014
+ "required": false,
12015
12015
  "conditionKeys": [
12016
12016
  "aws:ResourceTag/${TagKey}",
12017
12017
  "ec2:AuthorizedUser",
@@ -12910,6 +12910,25 @@
12910
12910
  ],
12911
12911
  "dependentActions": []
12912
12912
  },
12913
+ "getactivevpntunnelstatus": {
12914
+ "name": "GetActiveVpnTunnelStatus",
12915
+ "description": "Grants permission to retrieve the current security parameters for an active VPN tunnel",
12916
+ "accessLevel": "Read",
12917
+ "resourceTypes": [
12918
+ {
12919
+ "name": "vpn-connection",
12920
+ "required": true,
12921
+ "conditionKeys": [
12922
+ "ec2:ResourceTag/${TagKey}"
12923
+ ],
12924
+ "dependentActions": []
12925
+ }
12926
+ ],
12927
+ "conditionKeys": [
12928
+ "ec2:Region"
12929
+ ],
12930
+ "dependentActions": []
12931
+ },
12913
12932
  "getallowedimagessettings": {
12914
12933
  "name": "GetAllowedImagesSettings",
12915
12934
  "description": "Grants permission to get the allowed settings for images",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202506051",
3
+ "version": "0.9.202506061",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-06-05T04:51:54.406Z",
6
+ "updatedAt": "2025-06-06T04:51:22.275Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",