@cloud-copilot/iam-data 0.15.202602041 → 0.15.202602051

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.
@@ -630,15 +630,11 @@
630
630
  "isPermissionOnly": true,
631
631
  "description": "Grants permission to start experiments on a Global Table",
632
632
  "accessLevel": "Write",
633
- "resourceTypes": [
634
- {
635
- "name": "table",
636
- "required": true,
637
- "conditionKeys": [],
638
- "dependentActions": []
639
- }
633
+ "resourceTypes": [],
634
+ "conditionKeys": [
635
+ "dynamodb:FisActionId",
636
+ "dynamodb:FisTargetArns"
640
637
  ],
641
- "conditionKeys": [],
642
638
  "dependentActions": []
643
639
  },
644
640
  "listbackups": {
@@ -29,6 +29,16 @@
29
29
  "description": "Filters access by the first partition key of the table",
30
30
  "type": "ArrayOfString"
31
31
  },
32
+ "dynamodb:fisactionid": {
33
+ "key": "dynamodb:FisActionId",
34
+ "description": "Filters access by the ID of an AWS FIS action",
35
+ "type": "String"
36
+ },
37
+ "dynamodb:fistargetarns": {
38
+ "key": "dynamodb:FisTargetArns",
39
+ "description": "Filters access by the ARN of an AWS FIS target",
40
+ "type": "ArrayOfARN"
41
+ },
32
42
  "dynamodb:fourthpartitionkeyvalues": {
33
43
  "key": "dynamodb:FourthPartitionKeyValues",
34
44
  "description": "Filters access by the forth partition key of the table",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202602041",
3
+ "version": "0.15.202602051",
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-02-04T05:35:24.009Z",
9
+ "updatedAt": "2026-02-05T05:43:17.846Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",