@cloud-copilot/iam-data 0.15.202601281 → 0.15.202601291

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.
@@ -4104,6 +4104,36 @@
4104
4104
  ],
4105
4105
  "dependentActions": []
4106
4106
  },
4107
+ "updateobjectencryption": {
4108
+ "name": "UpdateObjectEncryption",
4109
+ "description": "Grants permission to update the server-side encryption type of an existing object in a general purpose bucket",
4110
+ "accessLevel": "Write",
4111
+ "resourceTypes": [
4112
+ {
4113
+ "name": "accesspointobject",
4114
+ "required": false,
4115
+ "conditionKeys": [],
4116
+ "dependentActions": []
4117
+ },
4118
+ {
4119
+ "name": "object",
4120
+ "required": false,
4121
+ "conditionKeys": [],
4122
+ "dependentActions": []
4123
+ }
4124
+ ],
4125
+ "conditionKeys": [
4126
+ "s3:authType",
4127
+ "s3:ResourceAccount",
4128
+ "s3:signatureAge",
4129
+ "s3:signatureversion",
4130
+ "s3:TlsVersion",
4131
+ "s3:x-amz-content-sha256",
4132
+ "s3:x-amz-server-side-encryption",
4133
+ "s3:x-amz-server-side-encryption-aws-kms-key-id"
4134
+ ],
4135
+ "dependentActions": []
4136
+ },
4107
4137
  "updatestoragelensgroup": {
4108
4138
  "name": "UpdateStorageLensGroup",
4109
4139
  "description": "Grants permission to update an existing S3 Storage Lens group",
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@cloud-copilot/iam-data",
3
- "version": "0.15.202601281",
3
+ "version": "0.15.202601291",
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-28T05:04:18.324Z",
9
+ "updatedAt": "2026-01-29T05:32:13.980Z",
10
10
  "exports": {
11
11
  ".": {
12
12
  "import": "./dist/esm/index.js",