@cloud-copilot/iam-data 0.15.202601101 → 0.15.202601141

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.
@@ -1196,6 +1196,21 @@
1196
1196
  "conditionKeys": [],
1197
1197
  "dependentActions": []
1198
1198
  },
1199
+ "listattachmentroutingpolicyassociations": {
1200
+ "name": "ListAttachmentRoutingPolicyAssociations",
1201
+ "description": "Grants permission to list all routing policies associated to core network attachments",
1202
+ "accessLevel": "List",
1203
+ "resourceTypes": [
1204
+ {
1205
+ "name": "core-network",
1206
+ "required": true,
1207
+ "conditionKeys": [],
1208
+ "dependentActions": []
1209
+ }
1210
+ ],
1211
+ "conditionKeys": [],
1212
+ "dependentActions": []
1213
+ },
1199
1214
  "listattachments": {
1200
1215
  "name": "ListAttachments",
1201
1216
  "description": "Grants permission to describe attachments",
@@ -124,6 +124,21 @@
124
124
  "conditionKeys": [],
125
125
  "dependentActions": []
126
126
  },
127
+ "deletetablebucketmetricsconfiguration": {
128
+ "name": "DeleteTableBucketMetricsConfiguration",
129
+ "description": "Grants permission to delete a metrics configuration on a table bucket",
130
+ "accessLevel": "Write",
131
+ "resourceTypes": [
132
+ {
133
+ "name": "TableBucket",
134
+ "required": true,
135
+ "conditionKeys": [],
136
+ "dependentActions": []
137
+ }
138
+ ],
139
+ "conditionKeys": [],
140
+ "dependentActions": []
141
+ },
127
142
  "deletetablebucketpolicy": {
128
143
  "name": "DeleteTableBucketPolicy",
129
144
  "description": "Grants permission to delete a policy on a table bucket",
@@ -270,6 +285,21 @@
270
285
  "conditionKeys": [],
271
286
  "dependentActions": []
272
287
  },
288
+ "gettablebucketmetricsconfiguration": {
289
+ "name": "GetTableBucketMetricsConfiguration",
290
+ "description": "Grants permission to retrieve a metrics configuration on a bucket",
291
+ "accessLevel": "Read",
292
+ "resourceTypes": [
293
+ {
294
+ "name": "TableBucket",
295
+ "required": true,
296
+ "conditionKeys": [],
297
+ "dependentActions": []
298
+ }
299
+ ],
300
+ "conditionKeys": [],
301
+ "dependentActions": []
302
+ },
273
303
  "gettablebucketpolicy": {
274
304
  "name": "GetTableBucketPolicy",
275
305
  "description": "Grants permission to retrieve a policy on a table bucket",
@@ -611,6 +641,21 @@
611
641
  "conditionKeys": [],
612
642
  "dependentActions": []
613
643
  },
644
+ "puttablebucketmetricsconfiguration": {
645
+ "name": "PutTableBucketMetricsConfiguration",
646
+ "description": "Grants permission to create or overwrite a metrics configuration on a table bucket",
647
+ "accessLevel": "Write",
648
+ "resourceTypes": [
649
+ {
650
+ "name": "TableBucket",
651
+ "required": true,
652
+ "conditionKeys": [],
653
+ "dependentActions": []
654
+ }
655
+ ],
656
+ "conditionKeys": [],
657
+ "dependentActions": []
658
+ },
614
659
  "puttablebucketpolicy": {
615
660
  "name": "PutTableBucketPolicy",
616
661
  "description": "Grants permission to create or overwrite a policy on a table bucket",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202601101",
3
+ "version": "0.15.202601141",
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-01-10T04:57:38.870Z",
9
+ "updatedAt": "2026-01-14T05:01:36.074Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",