aws-iam-data 0.0.54 → 0.0.55

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-21",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon Managed Grafana": [
8
+ "grafana:ListVersions"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2023-07-20",
4
15
  "addedServices": [],
@@ -199950,6 +199950,21 @@
199950
199950
  }
199951
199951
  ]
199952
199952
  },
199953
+ {
199954
+ "name": "ListVersions",
199955
+ "apiReferenceUrl": "https://docs.aws.amazon.com/grafana/latest/APIReference/API_ListVersions.html",
199956
+ "permissionOnly": false,
199957
+ "description": "Grants permission to list all available supported Grafana versions. Optionally, include a workspace to list the versions to which it can be upgraded",
199958
+ "accessLevel": "List",
199959
+ "resourceTypes": [
199960
+ {
199961
+ "resourceType": "workspace",
199962
+ "required": false,
199963
+ "conditionKeys": [],
199964
+ "dependentActions": []
199965
+ }
199966
+ ]
199967
+ },
199953
199968
  {
199954
199969
  "name": "ListWorkspaces",
199955
199970
  "apiReferenceUrl": "https://docs.aws.amazon.com/grafana/latest/userguide/AMG-and-IAM.html",
@@ -14581,7 +14581,7 @@
14581
14581
  "name": "Amazon Managed Grafana",
14582
14582
  "servicePrefix": "grafana",
14583
14583
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonmanagedgrafana.html",
14584
- "actionsCount": 18,
14584
+ "actionsCount": 19,
14585
14585
  "actions": [
14586
14586
  "AssociateLicense",
14587
14587
  "CreateWorkspace",
@@ -14594,6 +14594,7 @@
14594
14594
  "DisassociateLicense",
14595
14595
  "ListPermissions",
14596
14596
  "ListTagsForResource",
14597
+ "ListVersions",
14597
14598
  "ListWorkspaces",
14598
14599
  "TagResource",
14599
14600
  "UntagResource",
@@ -10,7 +10,7 @@
10
10
  },
11
11
  {
12
12
  "key": "List Actions",
13
- "value": 2364
13
+ "value": 2365
14
14
  },
15
15
  {
16
16
  "key": "Permissions Actions",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.54",
3
+ "version": "0.0.55",
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",