Skip to content

Commit

Permalink
[no ci] Data update on 2024-02-13T04:03:03
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Feb 13, 2024
1 parent 63c5e4b commit 8c83b0f
Show file tree
Hide file tree
Showing 9 changed files with 25,717 additions and 25,703 deletions.
25,612 changes: 12,806 additions & 12,806 deletions data/csv/aws_actions_condition_keys.csv

Large diffs are not rendered by default.

4,658 changes: 2,329 additions & 2,329 deletions data/csv/aws_actions_dependant_actions.csv

Large diffs are not rendered by default.

21,132 changes: 10,567 additions & 10,565 deletions data/csv/aws_actions_resource_types.csv

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions data/json/iam.json
Original file line number Diff line number Diff line change
Expand Up @@ -72050,12 +72050,24 @@
"description": "Grants permission to start an empty evaluation in the specified Amazon Connect instance, using the given evaluation form for the particular contact. The evaluation form version used for the contact evaluation corresponds to the currently activated version. If no version is activated for the evaluation form, the contact evaluation cannot be started",
"accessLevel": "Write",
"resourceTypes": [
{
"resourceType": "contact",
"required": true,
"conditionKeys": [],
"dependentActions": []
},
{
"resourceType": "contact-evaluation",
"required": true,
"conditionKeys": [],
"dependentActions": []
},
{
"resourceType": "evaluation-form",
"required": true,
"conditionKeys": [],
"dependentActions": []
},
{
"resourceType": "",
"required": false,
Expand Down
Binary file modified data/parquet/aws_actions_condition_keys.parquet
Binary file not shown.
Binary file modified data/parquet/aws_actions_dependant_actions.parquet
Binary file not shown.
Binary file modified data/parquet/aws_actions_resource_types.parquet
Binary file not shown.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aws-iam-data",
"version": "0.0.149",
"version": "0.0.150",
"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.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 8c83b0f

Please sign in to comment.