aws-iam-data 0.0.509 → 0.0.510

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.
@@ -1,4 +1,15 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2026-01-29",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon S3": [
8
+ "s3:UpdateObjectEncryption"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2026-01-28",
4
15
  "addedServices": [],
@@ -358032,6 +358032,42 @@
358032
358032
  }
358033
358033
  ]
358034
358034
  },
358035
+ {
358036
+ "name": "UpdateObjectEncryption",
358037
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_UpdateObjectEncryption.html",
358038
+ "permissionOnly": false,
358039
+ "description": "Grants permission to update the server-side encryption type of an existing object in a general purpose bucket",
358040
+ "accessLevel": "Write",
358041
+ "resourceTypes": [
358042
+ {
358043
+ "resourceType": "accesspointobject",
358044
+ "required": false,
358045
+ "conditionKeys": [],
358046
+ "dependentActions": []
358047
+ },
358048
+ {
358049
+ "resourceType": "object",
358050
+ "required": false,
358051
+ "conditionKeys": [],
358052
+ "dependentActions": []
358053
+ },
358054
+ {
358055
+ "resourceType": "",
358056
+ "required": false,
358057
+ "conditionKeys": [
358058
+ "s3:authType",
358059
+ "s3:ResourceAccount",
358060
+ "s3:signatureAge",
358061
+ "s3:signatureversion",
358062
+ "s3:TlsVersion",
358063
+ "s3:x-amz-content-sha256",
358064
+ "s3:x-amz-server-side-encryption",
358065
+ "s3:x-amz-server-side-encryption-aws-kms-key-id"
358066
+ ],
358067
+ "dependentActions": []
358068
+ }
358069
+ ]
358070
+ },
358035
358071
  {
358036
358072
  "name": "UpdateStorageLensGroup",
358037
358073
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateStorageLensGroup.html",
@@ -25144,7 +25144,7 @@
25144
25144
  "name": "Amazon S3",
25145
25145
  "servicePrefix": "s3",
25146
25146
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html",
25147
- "actionsCount": 167,
25147
+ "actionsCount": 168,
25148
25148
  "actions": [
25149
25149
  "AbortMultipartUpload",
25150
25150
  "AssociateAccessGrantsIdentityCenter",
@@ -25312,6 +25312,7 @@
25312
25312
  "UpdateBucketMetadataJournalTableConfiguration",
25313
25313
  "UpdateJobPriority",
25314
25314
  "UpdateJobStatus",
25315
+ "UpdateObjectEncryption",
25315
25316
  "UpdateStorageLensGroup"
25316
25317
  ],
25317
25318
  "resourceTypesCount": 13,
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11178
5
+ "value": 11179
6
6
  },
7
7
  {
8
8
  "key": "Read Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.509",
3
+ "version": "0.0.510",
4
4
  "description": "Provides AWS IAM data gathered from the official AWS IAM docs as a convenient npm package that can be used in other OSS projects.",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",