aws-iam-data 0.0.465 → 0.0.466

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": "2025-10-18",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "AWS Service - Oracle Database@AWS": [
8
+ "odb:UpdateOdbPeeringConnection"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2025-10-17",
4
15
  "addedServices": [
@@ -294102,6 +294102,12 @@
294102
294102
  "description": "Grants permission to call ListTagsForResource API to list tags for a resource",
294103
294103
  "accessLevel": "List",
294104
294104
  "resourceTypes": [
294105
+ {
294106
+ "resourceType": "metric-resource",
294107
+ "required": true,
294108
+ "conditionKeys": [],
294109
+ "dependentActions": []
294110
+ },
294105
294111
  {
294106
294112
  "resourceType": "perf-reports-resource",
294107
294113
  "required": true,
@@ -294163,7 +294169,9 @@
294163
294169
  "name": "metric-resource",
294164
294170
  "apiReferenceUrl": "https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_PerfInsights.access-control.html",
294165
294171
  "arnPattern": "arn:${Partition}:pi:${Region}:${Account}:metrics/${ServiceType}/${Identifier}",
294166
- "conditionKeys": []
294172
+ "conditionKeys": [
294173
+ "aws:ResourceTag/${TagKey}"
294174
+ ]
294167
294175
  },
294168
294176
  {
294169
294177
  "name": "perf-reports-resource",
@@ -363259,6 +363267,21 @@
363259
363267
  "dependentActions": []
363260
363268
  }
363261
363269
  ]
363270
+ },
363271
+ {
363272
+ "name": "UpdateOdbPeeringConnection",
363273
+ "apiReferenceUrl": "https://docs.aws.amazon.com/odb/latest/APIReference/API_UpdateOdbPeeringConnection.html",
363274
+ "permissionOnly": false,
363275
+ "description": "Grants permission to update properties of a specified ODB Peering Connection",
363276
+ "accessLevel": "Write",
363277
+ "resourceTypes": [
363278
+ {
363279
+ "resourceType": "odb-peering-connection",
363280
+ "required": true,
363281
+ "conditionKeys": [],
363282
+ "dependentActions": []
363283
+ }
363284
+ ]
363262
363285
  }
363263
363286
  ],
363264
363287
  "resourceTypes": [
@@ -25830,7 +25830,7 @@
25830
25830
  "name": "AWS Service - Oracle Database@AWS",
25831
25831
  "servicePrefix": "odb",
25832
25832
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_awsservice-oracledatabase_aws.html",
25833
- "actionsCount": 46,
25833
+ "actionsCount": 47,
25834
25834
  "actions": [
25835
25835
  "AcceptMarketplaceRegistration",
25836
25836
  "CreateCloudAutonomousVmCluster",
@@ -25877,7 +25877,8 @@
25877
25877
  "TagResource",
25878
25878
  "UntagResource",
25879
25879
  "UpdateCloudExadataInfrastructure",
25880
- "UpdateOdbNetwork"
25880
+ "UpdateOdbNetwork",
25881
+ "UpdateOdbPeeringConnection"
25881
25882
  ],
25882
25883
  "resourceTypesCount": 6,
25883
25884
  "resourceTypes": [
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10635
5
+ "value": 10636
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.465",
3
+ "version": "0.0.466",
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",