aws-iam-data 0.0.367 → 0.0.368

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-04-26",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon MQ": [
8
+ "mq:DeleteConfiguration"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2025-04-24",
4
15
  "addedServices": [],
@@ -93774,7 +93774,9 @@
93774
93774
  {
93775
93775
  "resourceType": "",
93776
93776
  "required": false,
93777
- "conditionKeys": [],
93777
+ "conditionKeys": [
93778
+ "dataexchange:JobType"
93779
+ ],
93778
93780
  "dependentActions": []
93779
93781
  }
93780
93782
  ]
@@ -262348,6 +262350,21 @@
262348
262350
  }
262349
262351
  ]
262350
262352
  },
262353
+ {
262354
+ "name": "DeleteConfiguration",
262355
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amazon-mq/latest/api-reference/rest-api-configurations.html#rest-api-configurations-methods-delete",
262356
+ "permissionOnly": false,
262357
+ "description": "Grants permission to delete a configuration",
262358
+ "accessLevel": "Write",
262359
+ "resourceTypes": [
262360
+ {
262361
+ "resourceType": "configurations",
262362
+ "required": true,
262363
+ "conditionKeys": [],
262364
+ "dependentActions": []
262365
+ }
262366
+ ]
262367
+ },
262351
262368
  {
262352
262369
  "name": "DeleteTags",
262353
262370
  "apiReferenceUrl": "https://docs.aws.amazon.com/amazon-mq/latest/api-reference/rest-api-tags.html#rest-api-tags-methods-delete",
@@ -18846,7 +18846,7 @@
18846
18846
  "name": "Amazon MQ",
18847
18847
  "servicePrefix": "mq",
18848
18848
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmq.html",
18849
- "actionsCount": 24,
18849
+ "actionsCount": 25,
18850
18850
  "actions": [
18851
18851
  "CreateBroker",
18852
18852
  "CreateConfiguration",
@@ -18854,6 +18854,7 @@
18854
18854
  "CreateTags",
18855
18855
  "CreateUser",
18856
18856
  "DeleteBroker",
18857
+ "DeleteConfiguration",
18857
18858
  "DeleteTags",
18858
18859
  "DeleteUser",
18859
18860
  "DescribeBroker",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 10249
5
+ "value": 10250
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.367",
3
+ "version": "0.0.368",
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",