@cloud-copilot/iam-data 0.18.202603311 → 0.18.202604021

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.
@@ -0,0 +1,12 @@
1
+ {
2
+ "aws-external-anthropic:bearertokentype": {
3
+ "key": "aws-external-anthropic:BearerTokenType",
4
+ "description": "Filters access by the Short-term or Long-term bearer tokens",
5
+ "type": "String"
6
+ },
7
+ "aws-external-anthropic:capability": {
8
+ "key": "aws-external-anthropic:Capability",
9
+ "description": "Filters access by the Claude Platform role used for the console session",
10
+ "type": "String"
11
+ }
12
+ }
@@ -59,6 +59,16 @@
59
59
  "description": "Filters access by the name of an Amazon ECS container which is defined in the ECS task definition",
60
60
  "type": "String"
61
61
  },
62
+ "ecs:daemon": {
63
+ "key": "ecs:daemon",
64
+ "description": "Filters access by the ARN of an Amazon ECS daemon",
65
+ "type": "ARN"
66
+ },
67
+ "ecs:daemon-task-definition": {
68
+ "key": "ecs:daemon-task-definition",
69
+ "description": "Filters access by the ARN of an Amazon ECS daemon task definition",
70
+ "type": "ARN"
71
+ },
62
72
  "ecs:enable-ebs-volumes": {
63
73
  "key": "ecs:enable-ebs-volumes",
64
74
  "description": "Filters access by the Amazon ECS managed Amazon EBS volume capability of your ECS task or service",
@@ -0,0 +1,6 @@
1
+ {
2
+ "workspace": {
3
+ "key": "workspace",
4
+ "arn": "arn:${Partition}:aws-external-anthropic:${Region}:${Account}:workspace/${ResourceId}"
5
+ }
6
+ }
@@ -41,6 +41,39 @@
41
41
  "ecs:service"
42
42
  ]
43
43
  },
44
+ "daemon": {
45
+ "key": "daemon",
46
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon/${ClusterName}/${DaemonName}",
47
+ "conditionKeys": [
48
+ "aws:ResourceTag/${TagKey}",
49
+ "ecs:cluster"
50
+ ]
51
+ },
52
+ "daemon-deployment": {
53
+ "key": "daemon-deployment",
54
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon-deployment/${ClusterName}/${DaemonName}/${DaemonDeploymentId}",
55
+ "conditionKeys": [
56
+ "aws:ResourceTag/${TagKey}",
57
+ "ecs:cluster",
58
+ "ecs:daemon"
59
+ ]
60
+ },
61
+ "daemon-revision": {
62
+ "key": "daemon-revision",
63
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon-revision/${ClusterName}/${DaemonName}/${DaemonRevisionId}",
64
+ "conditionKeys": [
65
+ "aws:ResourceTag/${TagKey}",
66
+ "ecs:cluster",
67
+ "ecs:daemon"
68
+ ]
69
+ },
70
+ "daemon-task-definition": {
71
+ "key": "daemon-task-definition",
72
+ "arn": "arn:${Partition}:ecs:${Region}:${Account}:daemon-task-definition/${DaemonTaskDefinitionFamilyName}:${DaemonTaskDefinitionRevisionNumber}",
73
+ "conditionKeys": [
74
+ "aws:ResourceTag/${TagKey}"
75
+ ]
76
+ },
44
77
  "task": {
45
78
  "key": "task",
46
79
  "arn": "arn:${Partition}:ecs:${Region}:${Account}:task/${ClusterName}/${TaskId}",
@@ -54,5 +54,12 @@
54
54
  "conditionKeys": [
55
55
  "aws:ResourceTag/${TagKey}"
56
56
  ]
57
+ },
58
+ "lookup-table": {
59
+ "key": "lookup-table",
60
+ "arn": "arn:${Partition}:logs:${Region}:${Account}:lookup-table:${LookupTableName}",
61
+ "conditionKeys": [
62
+ "aws:ResourceTag/${TagKey}"
63
+ ]
57
64
  }
58
65
  }
@@ -157,5 +157,17 @@
157
157
  "conditionKeys": [
158
158
  "aws:ResourceTag/${TagKey}"
159
159
  ]
160
+ },
161
+ "automation": {
162
+ "key": "automation",
163
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${AutomationGroupId}/automation/${ResourceId}"
164
+ },
165
+ "automationjob": {
166
+ "key": "automationJob",
167
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${AutomationGroupId}/automation/${AutomationId}/job/${ResourceId}"
168
+ },
169
+ "automationgroup": {
170
+ "key": "automationGroup",
171
+ "arn": "arn:${Partition}:quicksight:${Region}:${Account}:automation-group/${ResourceId}"
160
172
  }
161
173
  }
@@ -41,6 +41,7 @@
41
41
  "auditmanager": "AWS Audit Manager",
42
42
  "autoscaling": "Amazon EC2 Auto Scaling",
43
43
  "autoscaling-plans": "AWS Auto Scaling",
44
+ "aws-external-anthropic": "Claude Platform on AWS",
44
45
  "aws-marketplace": "AWS Marketplace Catalog",
45
46
  "aws-marketplace-management": "AWS Marketplace Management Portal",
46
47
  "aws-mcp": "AWS MCP Server",
@@ -41,6 +41,7 @@
41
41
  "auditmanager",
42
42
  "autoscaling",
43
43
  "autoscaling-plans",
44
+ "aws-external-anthropic",
44
45
  "aws-marketplace",
45
46
  "aws-marketplace-management",
46
47
  "aws-mcp",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.18.202603311",
3
+ "version": "0.18.202604021",
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-03-31T05:21:13.563Z",
9
+ "updatedAt": "2026-04-02T05:17:12.692Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",