@cloud-copilot/iam-data 0.15.202510251 → 0.15.202510281

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.
@@ -38,6 +38,8 @@
38
38
  "vpc-lattice-svcs:ServiceArn",
39
39
  "vpc-lattice-svcs:SourceVpc",
40
40
  "vpc-lattice-svcs:SourceVpcOwnerAccount",
41
+ "vpc-lattice-svcs:RequestMethod",
42
+ "vpc-lattice-svcs:RequestPath",
41
43
  "vpc-lattice-svcs:RequestHeader/${HeaderName}",
42
44
  "vpc-lattice-svcs:RequestQueryString/${QueryStringKey}"
43
45
  ],
@@ -14,6 +14,11 @@
14
14
  "description": "Filters access by the method of the request",
15
15
  "type": "String"
16
16
  },
17
+ "vpc-lattice-svcs:requestpath": {
18
+ "key": "vpc-lattice-svcs:RequestPath",
19
+ "description": "Filters access by the path portion of the request URL",
20
+ "type": "String"
21
+ },
17
22
  "vpc-lattice-svcs:requestquerystring/${querystringkey}": {
18
23
  "key": "vpc-lattice-svcs:RequestQueryString/${QueryStringKey}",
19
24
  "description": "Filters access by the query string key-value pairs in the request URL",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202510251",
3
+ "version": "0.15.202510281",
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": "2025-10-25T04:45:09.053Z",
9
+ "updatedAt": "2025-10-28T04:48:09.773Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",