@cloud-copilot/iam-data 0.15.202509181 → 0.15.202509201

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.
@@ -240,6 +240,7 @@
240
240
  }
241
241
  ],
242
242
  "conditionKeys": [
243
+ "autoscaling:ForceDelete",
243
244
  "autoscaling:ResourceTag/${TagKey}",
244
245
  "aws:ResourceTag/${TagKey}"
245
246
  ],
@@ -121,6 +121,21 @@
121
121
  "conditionKeys": [],
122
122
  "dependentActions": []
123
123
  },
124
+ "counttokens": {
125
+ "name": "CountTokens",
126
+ "description": "Grants permission to count the number of tokens in an input prompt",
127
+ "accessLevel": "Read",
128
+ "resourceTypes": [
129
+ {
130
+ "name": "foundation-model",
131
+ "required": true,
132
+ "conditionKeys": [],
133
+ "dependentActions": []
134
+ }
135
+ ],
136
+ "conditionKeys": [],
137
+ "dependentActions": []
138
+ },
124
139
  "createagent": {
125
140
  "name": "CreateAgent",
126
141
  "description": "Grants permission to create a new agent and a test agent alias pointing to the DRAFT agent version",
@@ -1272,7 +1272,13 @@
1272
1272
  "name": "domains",
1273
1273
  "required": true,
1274
1274
  "conditionKeys": [],
1275
- "dependentActions": []
1275
+ "dependentActions": [
1276
+ "app-integrations:CreateDataIntegrationAssociation",
1277
+ "app-integrations:DeleteDataIntegrationAssociation",
1278
+ "app-integrations:GetDataIntegration",
1279
+ "app-integrations:ListDataIntegrationAssociations",
1280
+ "kms:CreateGrant"
1281
+ ]
1276
1282
  },
1277
1283
  {
1278
1284
  "name": "integrations",
@@ -1921,9 +1921,7 @@
1921
1921
  "s3:signatureAge",
1922
1922
  "s3:signatureversion",
1923
1923
  "s3:TlsVersion",
1924
- "s3:x-amz-content-sha256",
1925
- "s3:if-match",
1926
- "s3:if-none-match"
1924
+ "s3:x-amz-content-sha256"
1927
1925
  ],
1928
1926
  "dependentActions": []
1929
1927
  },
@@ -9,6 +9,11 @@
9
9
  "description": "Filters access based on the ARN of a Capacity Reservation resource group",
10
10
  "type": "ArrayOfString"
11
11
  },
12
+ "autoscaling:forcedelete": {
13
+ "key": "autoscaling:ForceDelete",
14
+ "description": "Filters access based on whether the force delete option is specified when deleting an Auto Scaling group",
15
+ "type": "Bool"
16
+ },
12
17
  "autoscaling:imageid": {
13
18
  "key": "autoscaling:ImageId",
14
19
  "description": "Filters access based on the AMI ID for the launch configuration",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202509181",
3
+ "version": "0.15.202509201",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": "github:cloud-copilot/iam-data",
6
- "updatedAt": "2025-09-18T04:45:40.523Z",
6
+ "updatedAt": "2025-09-20T04:45:26.452Z",
7
7
  "exports": {
8
8
  ".": {
9
9
  "import": "./dist/esm/index.js",