aws-iam-data 0.0.284 → 0.0.285

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": "2024-10-17",
4
+ "addedServices": [],
5
+ "removedServices": [],
6
+ "addedActions": {
7
+ "Amazon QuickSight": [
8
+ "quicksight:StartDashboardSnapshotJobSchedule"
9
+ ]
10
+ },
11
+ "removedActions": {}
12
+ },
2
13
  {
3
14
  "dateOfChange": "2024-10-16",
4
15
  "addedServices": [],
@@ -276195,6 +276195,21 @@
276195
276195
  }
276196
276196
  ]
276197
276197
  },
276198
+ {
276199
+ "name": "StartDashboardSnapshotJobSchedule",
276200
+ "apiReferenceUrl": "https://docs.aws.amazon.com/quicksight/latest/APIReference/API_StartDashboardSnapshotJobSchedule.html",
276201
+ "permissionOnly": false,
276202
+ "description": "Grants permission to start a dashboard snapshot job schedule",
276203
+ "accessLevel": "Write",
276204
+ "resourceTypes": [
276205
+ {
276206
+ "resourceType": "",
276207
+ "required": false,
276208
+ "conditionKeys": [],
276209
+ "dependentActions": []
276210
+ }
276211
+ ]
276212
+ },
276198
276213
  {
276199
276214
  "name": "Subscribe",
276200
276215
  "apiReferenceUrl": "https://docs.aws.amazon.com/quicksight/latest/user/iam-actions.html",
@@ -20017,7 +20017,7 @@
20017
20017
  "name": "Amazon QuickSight",
20018
20018
  "servicePrefix": "quicksight",
20019
20019
  "authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonquicksight.html",
20020
- "actionsCount": 206,
20020
+ "actionsCount": 207,
20021
20021
  "actions": [
20022
20022
  "AccountConfigurations",
20023
20023
  "BatchCreateTopicReviewedAnswer",
@@ -20183,6 +20183,7 @@
20183
20183
  "StartAssetBundleExportJob",
20184
20184
  "StartAssetBundleImportJob",
20185
20185
  "StartDashboardSnapshotJob",
20186
+ "StartDashboardSnapshotJobSchedule",
20186
20187
  "Subscribe",
20187
20188
  "TagResource",
20188
20189
  "Unsubscribe",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  {
16
16
  "key": "Write Actions",
17
- "value": 9606
17
+ "value": 9607
18
18
  }
19
19
  ],
20
20
  "Longest action names": [
@@ -254,7 +254,7 @@
254
254
  },
255
255
  {
256
256
  "key": "Amazon QuickSight",
257
- "value": 206
257
+ "value": 207
258
258
  },
259
259
  {
260
260
  "key": "AWS Identity and Access Management (IAM)",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.284",
3
+ "version": "0.0.285",
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",