aws-iam-data 0.0.53 → 0.0.54

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": "2023-07-20",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon MQ": [
8
+ "mq:Promote"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2023-07-18",
4
15
  "addedServices": [
@@ -13961,7 +13961,7 @@
13961
13961
  {
13962
13962
  "name": "IssueClientCertificateForMgn",
13963
13963
  "apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/ug/mgn-apis.html",
13964
- "permissionOnly": false,
13964
+ "permissionOnly": true,
13965
13965
  "description": "Grants permission to issue a client certificate",
13966
13966
  "accessLevel": "Write",
13967
13967
  "resourceTypes": [
@@ -15018,7 +15018,7 @@
15018
15018
  {
15019
15019
  "name": "VerifyClientRoleForMgn",
15020
15020
  "apiReferenceUrl": "https://docs.aws.amazon.com/mgn/latest/ug/mgn-apis.html",
15021
- "permissionOnly": false,
15021
+ "permissionOnly": true,
15022
15022
  "description": "Grants permission to verify client role",
15023
15023
  "accessLevel": "Read",
15024
15024
  "resourceTypes": [
@@ -74946,12 +74946,6 @@
74946
74946
  "description": "Grants permission to list executed sync tasks",
74947
74947
  "accessLevel": "List",
74948
74948
  "resourceTypes": [
74949
- {
74950
- "resourceType": "task",
74951
- "required": true,
74952
- "conditionKeys": [],
74953
- "dependentActions": []
74954
- },
74955
74949
  {
74956
74950
  "resourceType": "",
74957
74951
  "required": false,
@@ -209005,6 +208999,21 @@
209005
208999
  }
209006
209000
  ]
209007
209001
  },
209002
+ {
209003
+ "name": "Promote",
209004
+ "apiReferenceUrl": "https://docs.aws.amazon.com/amazon-mq/latest/api-reference/rest-api-promote.html#rest-api-promote-methods-post",
209005
+ "permissionOnly": false,
209006
+ "description": "Grants permission to promote a broker",
209007
+ "accessLevel": "Write",
209008
+ "resourceTypes": [
209009
+ {
209010
+ "resourceType": "brokers",
209011
+ "required": true,
209012
+ "conditionKeys": [],
209013
+ "dependentActions": []
209014
+ }
209015
+ ]
209016
+ },
209008
209017
  {
209009
209018
  "name": "RebootBroker",
209010
209019
  "apiReferenceUrl": "https://docs.aws.amazon.com/amazon-mq/latest/api-reference/rest-api-restart.html#rest-api-reboot-methods-post",
@@ -15457,7 +15457,7 @@
15457
15457
  "name": "Amazon MQ",
15458
15458
  "servicePrefix": "mq",
15459
15459
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmq.html",
15460
- "actionsCount": 23,
15460
+ "actionsCount": 24,
15461
15461
  "actions": [
15462
15462
  "CreateBroker",
15463
15463
  "CreateConfiguration",
@@ -15478,6 +15478,7 @@
15478
15478
  "ListConfigurations",
15479
15479
  "ListTags",
15480
15480
  "ListUsers",
15481
+ "Promote",
15481
15482
  "RebootBroker",
15482
15483
  "UpdateBroker",
15483
15484
  "UpdateConfiguration",
@@ -2,7 +2,7 @@
2
2
  "Actions by type": [
3
3
  {
4
4
  "key": "Write Actions",
5
- "value": 8319
5
+ "value": 8320
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.53",
3
+ "version": "0.0.54",
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",