aws-iam-data 0.0.131 → 0.0.132

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.
@@ -67702,6 +67702,7 @@
67702
67702
  "required": true,
67703
67703
  "conditionKeys": [],
67704
67704
  "dependentActions": [
67705
+ "app-integrations:CreateApplicationAssociation",
67705
67706
  "app-integrations:CreateEventIntegrationAssociation",
67706
67707
  "app-integrations:GetApplication",
67707
67708
  "cases:GetDomain",
@@ -68429,6 +68430,7 @@
68429
68430
  "required": true,
68430
68431
  "conditionKeys": [],
68431
68432
  "dependentActions": [
68433
+ "app-integrations:DeleteApplicationAssociation",
68432
68434
  "app-integrations:DeleteEventIntegrationAssociation",
68433
68435
  "connect:DescribeInstance",
68434
68436
  "ds:DescribeDirectories",
@@ -88320,7 +88322,7 @@
88320
88322
  },
88321
88323
  {
88322
88324
  "name": "InvokeAssistant",
88323
- "apiReferenceUrl": "https://docs.aws.amazon.com/detective/latest/userguide/detective-assistant.html",
88325
+ "apiReferenceUrl": "https://docs.aws.amazon.com/detective/latest/userguide/finding-groups-summary.html",
88324
88326
  "permissionOnly": true,
88325
88327
  "description": "Grants permission to invoke Detective's Assistant",
88326
88328
  "accessLevel": "Read",
@@ -1,9 +1,5 @@
1
1
  {
2
2
  "Actions by type": [
3
- {
4
- "key": "Write Actions",
5
- "value": 9017
6
- },
7
3
  {
8
4
  "key": "Read Actions",
9
5
  "value": 4395
@@ -12,6 +8,10 @@
12
8
  "key": "List Actions",
13
9
  "value": 2620
14
10
  },
11
+ {
12
+ "key": "Write Actions",
13
+ "value": 9017
14
+ },
15
15
  {
16
16
  "key": "Permissions Actions",
17
17
  "value": 254
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aws-iam-data",
3
- "version": "0.0.131",
3
+ "version": "0.0.132",
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",