@cloud-copilot/iam-data 0.9.202501151 → 0.9.202501161

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.
@@ -19,9 +19,15 @@
19
19
  "description": "Used to invoke an API upon a client request",
20
20
  "accessLevel": "Write",
21
21
  "resourceTypes": [
22
+ {
23
+ "name": "execute-api-domain",
24
+ "required": false,
25
+ "conditionKeys": [],
26
+ "dependentActions": []
27
+ },
22
28
  {
23
29
  "name": "execute-api-general",
24
- "required": true,
30
+ "required": false,
25
31
  "conditionKeys": [],
26
32
  "dependentActions": []
27
33
  }
@@ -1 +1,7 @@
1
- {}
1
+ {
2
+ "execute-api:viadomainarn": {
3
+ "key": "execute-api:viaDomainArn",
4
+ "description": "Filters access by the domain name ARN the API is called from",
5
+ "type": "String"
6
+ }
7
+ }
@@ -1,6 +1,13 @@
1
1
  {
2
2
  "execute-api-general": {
3
3
  "key": "execute-api-general",
4
- "arn": "arn:${Partition}:execute-api:${Region}:${Account}:${ApiId}/${Stage}/${Method}/${ApiSpecificResourcePath}"
4
+ "arn": "arn:${Partition}:execute-api:${Region}:${Account}:${ApiId}/${Stage}/${Method}/${ApiSpecificResourcePath}",
5
+ "conditionKeys": [
6
+ "execute-api:viaDomainArn"
7
+ ]
8
+ },
9
+ "execute-api-domain": {
10
+ "key": "execute-api-domain",
11
+ "arn": "arn:${Partition}:execute-api:${Region}:${Account}:/domainnames/${DomainName}+${DomainIdentifier}"
5
12
  }
6
13
  }
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.9.202501151",
3
+ "version": "0.9.202501161",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-01-15T04:43:28.798Z",
6
+ "updatedAt": "2025-01-16T04:43:20.587Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",