aws-iam-data 0.0.392 → 0.0.393

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.
@@ -1,4 +1,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2025-06-06",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon EC2": [
8
+ "ec2:GetActiveVpnTunnelStatus"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2025-06-05",
4
15
  "addedServices": [],
@@ -131643,7 +131643,7 @@
131643
131643
  },
131644
131644
  {
131645
131645
  "resourceType": "network-interface",
131646
- "required": true,
131646
+ "required": false,
131647
131647
  "conditionKeys": [
131648
131648
  "aws:ResourceTag/${TagKey}",
131649
131649
  "ec2:AuthorizedUser",
@@ -132765,6 +132765,31 @@
132765
132765
  }
132766
132766
  ]
132767
132767
  },
132768
+ {
132769
+ "name": "GetActiveVpnTunnelStatus",
132770
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetActiveVpnTunnelStatus.html",
132771
+ "permissionOnly": false,
132772
+ "description": "Grants permission to retrieve the current security parameters for an active VPN tunnel",
132773
+ "accessLevel": "Read",
132774
+ "resourceTypes": [
132775
+ {
132776
+ "resourceType": "vpn-connection",
132777
+ "required": true,
132778
+ "conditionKeys": [
132779
+ "ec2:ResourceTag/${TagKey}"
132780
+ ],
132781
+ "dependentActions": []
132782
+ },
132783
+ {
132784
+ "resourceType": "",
132785
+ "required": false,
132786
+ "conditionKeys": [
132787
+ "ec2:Region"
132788
+ ],
132789
+ "dependentActions": []
132790
+ }
132791
+ ]
132792
+ },
132768
132793
  {
132769
132794
  "name": "GetAllowedImagesSettings",
132770
132795
  "apiReferenceUrl": "https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetAllowedImagesSettings.html",
@@ -8726,7 +8726,7 @@
8726
8726
  "name": "Amazon EC2",
8727
8727
  "servicePrefix": "ec2",
8728
8728
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonec2.html",
8729
- "actionsCount": 701,
8729
+ "actionsCount": 702,
8730
8730
  "actions": [
8731
8731
  "AcceptAddressTransfer",
8732
8732
  "AcceptCapacityReservationBillingOwnership",
@@ -9212,6 +9212,7 @@
9212
9212
  "ExportImage",
9213
9213
  "ExportTransitGatewayRoutes",
9214
9214
  "ExportVerifiedAccessInstanceClientConfiguration",
9215
+ "GetActiveVpnTunnelStatus",
9215
9216
  "GetAllowedImagesSettings",
9216
9217
  "GetAssociatedEnclaveCertificateIamRoles",
9217
9218
  "GetAssociatedIpv6PoolCidrs",
@@ -6,7 +6,7 @@
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
9
- "value": 5003
9
+ "value": 5004
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
@@ -230,7 +230,7 @@
230
230
  "Services with most actions": [
231
231
  {
232
232
  "key": "Amazon EC2",
233
- "value": 701
233
+ "value": 702
234
234
  },
235
235
  {
236
236
  "key": "Amazon SageMaker",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.392",
3
+ "version": "0.0.393",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",