@cloud-copilot/iam-data 0.21.202609051 → 0.21.202609091

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.
@@ -3672,6 +3672,8 @@
3672
3672
  "s3:authType",
3673
3673
  "s3:if-match",
3674
3674
  "s3:if-none-match",
3675
+ "s3:object-lock-event-hold",
3676
+ "s3:object-lock-event-hold-duration-days",
3675
3677
  "s3:object-lock-legal-hold",
3676
3678
  "s3:object-lock-mode",
3677
3679
  "s3:object-lock-remaining-retention-days",
@@ -3814,6 +3816,8 @@
3814
3816
  "s3:ResourceAccount",
3815
3817
  "s3:TlsVersion",
3816
3818
  "s3:authType",
3819
+ "s3:object-lock-event-hold",
3820
+ "s3:object-lock-event-hold-duration-days",
3817
3821
  "s3:object-lock-mode",
3818
3822
  "s3:object-lock-remaining-retention-days",
3819
3823
  "s3:object-lock-retain-until-date",
@@ -4057,6 +4061,8 @@
4057
4061
  "s3:ResourceAccount",
4058
4062
  "s3:TlsVersion",
4059
4063
  "s3:authType",
4064
+ "s3:object-lock-event-hold",
4065
+ "s3:object-lock-event-hold-duration-days",
4060
4066
  "s3:signatureAge",
4061
4067
  "s3:signatureversion",
4062
4068
  "s3:x-amz-content-sha256",
@@ -174,6 +174,16 @@
174
174
  "description": "Filters access by maximum number of keys returned in a ListBucket request",
175
175
  "type": "Numeric"
176
176
  },
177
+ "s3:object-lock-event-hold": {
178
+ "key": "s3:object-lock-event-hold",
179
+ "description": "Filters access by object event hold status (ON or OFF)",
180
+ "type": "String"
181
+ },
182
+ "s3:object-lock-event-hold-duration-days": {
183
+ "key": "s3:object-lock-event-hold-duration-days",
184
+ "description": "Filters access by object event hold duration in days",
185
+ "type": "Numeric"
186
+ },
177
187
  "s3:object-lock-legal-hold": {
178
188
  "key": "s3:object-lock-legal-hold",
179
189
  "description": "Filters access by object legal hold status",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.21.202609051",
3
+ "version": "0.21.202609091",
4
4
  "description": "AWS IAM Data",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "git+https://github.com/act-security-labs/iam-data.git"
8
8
  },
9
- "updatedAt": "2026-09-05T04:43:28.720Z",
9
+ "updatedAt": "2026-09-09T04:46:03.115Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",