aws-iam-data 0.0.509 → 0.0.511

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,26 @@
1
1
  [
2
+ {
3
+ "dateOfChange": "2026-01-30",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon DynamoDB": [
8
+ "dynamodb:InjectError"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
13
+ {
14
+ "dateOfChange": "2026-01-29",
15
+ "addedServices": [],
16
+ "removedServices": [],
17
+ "addedActions": {
18
+ "Amazon S3": [
19
+ "s3:UpdateObjectEncryption"
20
+ ]
21
+ },
22
+ "removedActions": {}
23
+ },
2
24
  {
3
25
  "dateOfChange": "2026-01-28",
4
26
  "addedServices": [],
@@ -127407,6 +127407,21 @@
127407
127407
  }
127408
127408
  ]
127409
127409
  },
127410
+ {
127411
+ "name": "InjectError",
127412
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/V2gt_IAM.html",
127413
+ "permissionOnly": true,
127414
+ "description": "Grants permission to start experiments on a Global Table",
127415
+ "accessLevel": "Write",
127416
+ "resourceTypes": [
127417
+ {
127418
+ "resourceType": "table",
127419
+ "required": true,
127420
+ "conditionKeys": [],
127421
+ "dependentActions": []
127422
+ }
127423
+ ]
127424
+ },
127410
127425
  {
127411
127426
  "name": "ListBackups",
127412
127427
  "apiReferenceUrl": "https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_ListBackups.html",
@@ -358032,6 +358047,42 @@
358032
358047
  }
358033
358048
  ]
358034
358049
  },
358050
+ {
358051
+ "name": "UpdateObjectEncryption",
358052
+ "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_UpdateObjectEncryption.html",
358053
+ "permissionOnly": false,
358054
+ "description": "Grants permission to update the server-side encryption type of an existing object in a general purpose bucket",
358055
+ "accessLevel": "Write",
358056
+ "resourceTypes": [
358057
+ {
358058
+ "resourceType": "accesspointobject",
358059
+ "required": false,
358060
+ "conditionKeys": [],
358061
+ "dependentActions": []
358062
+ },
358063
+ {
358064
+ "resourceType": "object",
358065
+ "required": false,
358066
+ "conditionKeys": [],
358067
+ "dependentActions": []
358068
+ },
358069
+ {
358070
+ "resourceType": "",
358071
+ "required": false,
358072
+ "conditionKeys": [
358073
+ "s3:authType",
358074
+ "s3:ResourceAccount",
358075
+ "s3:signatureAge",
358076
+ "s3:signatureversion",
358077
+ "s3:TlsVersion",
358078
+ "s3:x-amz-content-sha256",
358079
+ "s3:x-amz-server-side-encryption",
358080
+ "s3:x-amz-server-side-encryption-aws-kms-key-id"
358081
+ ],
358082
+ "dependentActions": []
358083
+ }
358084
+ ]
358085
+ },
358035
358086
  {
358036
358087
  "name": "UpdateStorageLensGroup",
358037
358088
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonS3/latest/API/API_control_UpdateStorageLensGroup.html",
@@ -412540,6 +412591,14 @@
412540
412591
  "description": "Grants permission to create a connector",
412541
412592
  "accessLevel": "Write",
412542
412593
  "resourceTypes": [
412594
+ {
412595
+ "resourceType": "profile",
412596
+ "required": false,
412597
+ "conditionKeys": [],
412598
+ "dependentActions": [
412599
+ "iam:PassRole"
412600
+ ]
412601
+ },
412543
412602
  {
412544
412603
  "resourceType": "",
412545
412604
  "required": false,
@@ -412549,9 +412608,7 @@
412549
412608
  "aws:ResourceTag/${TagKey}",
412550
412609
  "transfer:RequestConnectorProtocol"
412551
412610
  ],
412552
- "dependentActions": [
412553
- "iam:PassRole"
412554
- ]
412611
+ "dependentActions": []
412555
412612
  }
412556
412613
  ]
412557
412614
  },
@@ -413692,6 +413749,12 @@
413692
413749
  "dependentActions": [
413693
413750
  "iam:PassRole"
413694
413751
  ]
413752
+ },
413753
+ {
413754
+ "resourceType": "profile",
413755
+ "required": false,
413756
+ "conditionKeys": [],
413757
+ "dependentActions": []
413695
413758
  }
413696
413759
  ]
413697
413760
  },
@@ -9325,7 +9325,7 @@
9325
9325
  "name": "Amazon DynamoDB",
9326
9326
  "servicePrefix": "dynamodb",
9327
9327
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazondynamodb.html",
9328
- "actionsCount": 73,
9328
+ "actionsCount": 74,
9329
9329
  "actions": [
9330
9330
  "BatchGetItem",
9331
9331
  "BatchWriteItem",
@@ -9366,6 +9366,7 @@
9366
9366
  "GetResourcePolicy",
9367
9367
  "GetShardIterator",
9368
9368
  "ImportTable",
9369
+ "InjectError",
9369
9370
  "ListBackups",
9370
9371
  "ListContributorInsights",
9371
9372
  "ListExports",
@@ -25144,7 +25145,7 @@
25144
25145
  "name": "Amazon S3",
25145
25146
  "servicePrefix": "s3",
25146
25147
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazons3.html",
25147
- "actionsCount": 167,
25148
+ "actionsCount": 168,
25148
25149
  "actions": [
25149
25150
  "AbortMultipartUpload",
25150
25151
  "AssociateAccessGrantsIdentityCenter",
@@ -25312,6 +25313,7 @@
25312
25313
  "UpdateBucketMetadataJournalTableConfiguration",
25313
25314
  "UpdateJobPriority",
25314
25315
  "UpdateJobStatus",
25316
+ "UpdateObjectEncryption",
25315
25317
  "UpdateStorageLensGroup"
25316
25318
  ],
25317
25319
  "resourceTypesCount": 13,
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 11178
5
+ "value": 11180
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.511",
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",