@cloud-copilot/iam-data 0.19.202605091 → 0.19.202605121

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.
@@ -1601,7 +1601,14 @@
1601
1601
  "isPermissionOnly": true,
1602
1602
  "description": "Grants permission to start account bootstrap action for a domain",
1603
1603
  "accessLevel": "Write",
1604
- "resourceTypes": [],
1604
+ "resourceTypes": [
1605
+ {
1606
+ "name": "domain",
1607
+ "required": true,
1608
+ "conditionKeys": [],
1609
+ "dependentActions": []
1610
+ }
1611
+ ],
1605
1612
  "conditionKeys": [],
1606
1613
  "dependentActions": []
1607
1614
  },
@@ -938,7 +938,10 @@
938
938
  "dependentActions": []
939
939
  }
940
940
  ],
941
- "conditionKeys": [],
941
+ "conditionKeys": [
942
+ "logs:data_source_name",
943
+ "logs:data_source_type"
944
+ ],
942
945
  "dependentActions": []
943
946
  },
944
947
  "link": {
@@ -1134,7 +1137,10 @@
1134
1137
  "dependentActions": []
1135
1138
  }
1136
1139
  ],
1137
- "conditionKeys": [],
1140
+ "conditionKeys": [
1141
+ "logs:data_source_name",
1142
+ "logs:data_source_type"
1143
+ ],
1138
1144
  "dependentActions": []
1139
1145
  },
1140
1146
  "putaccountpolicy": {
@@ -4,6 +4,11 @@
4
4
  "description": "Filters access by the Short-term or Long-term bearer tokens",
5
5
  "type": "String"
6
6
  },
7
+ "aws-external-anthropic:calledviaconsole": {
8
+ "key": "aws-external-anthropic:CalledViaConsole",
9
+ "description": "Filters access by the use of the Claude Platform console",
10
+ "type": "Bool"
11
+ },
7
12
  "aws-external-anthropic:capability": {
8
13
  "key": "aws-external-anthropic:Capability",
9
14
  "description": "Filters access by the Claude Platform role used for the console session",
@@ -23,5 +23,15 @@
23
23
  "key": "logs:LogGeneratingResourceArns",
24
24
  "description": "Filters access by the Log Generating Resource ARNs passed in the request",
25
25
  "type": "ArrayOfARN"
26
+ },
27
+ "logs:data_source_name": {
28
+ "key": "logs:data_source_name",
29
+ "description": "Filters access by the data source name passed in the request",
30
+ "type": "String"
31
+ },
32
+ "logs:data_source_type": {
33
+ "key": "logs:data_source_type",
34
+ "description": "Filters access by the data source type passed in the request",
35
+ "type": "String"
26
36
  }
27
37
  }
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.19.202605091",
3
+ "version": "0.19.202605121",
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-05-09T05:37:37.230Z",
9
+ "updatedAt": "2026-05-12T05:49:45.498Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",