Skip to content

Commit

Permalink
[no ci] Data update on 2024-03-08T04:03:06
Browse files Browse the repository at this point in the history
  • Loading branch information
tobilg committed Mar 8, 2024
1 parent 87acdf0 commit 21df717
Show file tree
Hide file tree
Showing 16 changed files with 26,207 additions and 26,178 deletions.
10,471 changes: 5,236 additions & 5,235 deletions data/csv/aws_actions.csv

Large diffs are not rendered by default.

25,584 changes: 12,792 additions & 12,792 deletions data/csv/aws_actions_condition_keys.csv

Large diffs are not rendered by default.

5,208 changes: 2,604 additions & 2,604 deletions data/csv/aws_actions_dependant_actions.csv

Large diffs are not rendered by default.

11,077 changes: 5,539 additions & 5,538 deletions data/csv/aws_actions_resource_types.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/csv/reports.csv
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
report_name,metric_name,value
Actions by type,Write Actions,9064
Actions by type,Write Actions,9065
Actions by type,Read Actions,4417
Actions by type,List Actions,2643
Actions by type,Permissions Actions,254
Expand Down
11 changes: 11 additions & 0 deletions data/json/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
[
{
"dateOfChange": "2024-03-08",
"addedServices": [],
"removedServices": [],
"addedActions": {
"Amazon Elastic MapReduce": [
"elasticmapreduce:SetUnhealthyNodeReplacement"
]
},
"removedActions": {}
},
{
"dateOfChange": "2024-03-07",
"addedServices": [],
Expand Down
15 changes: 15 additions & 0 deletions data/json/iam.json
Original file line number Diff line number Diff line change
Expand Up @@ -133224,6 +133224,21 @@
}
]
},
{
"name": "SetUnhealthyNodeReplacement",
"apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/APIReference/API_SetUnhealthyNodeReplacement.html",
"permissionOnly": false,
"description": "Grants permission to enable or disable unhealthy node replacement for a cluster",
"accessLevel": "Write",
"resourceTypes": [
{
"resourceType": "cluster",
"required": true,
"conditionKeys": [],
"dependentActions": []
}
]
},
{
"name": "SetVisibleToAllUsers",
"apiReferenceUrl": "https://docs.aws.amazon.com/emr/latest/APIReference/API_SetVisibleToAllUsers.html",
Expand Down
3 changes: 2 additions & 1 deletion data/json/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -9223,7 +9223,7 @@
"name": "Amazon Elastic MapReduce",
"servicePrefix": "elasticmapreduce",
"authReferenceUrl": "https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonelasticmapreduce.html",
"actionsCount": 81,
"actionsCount": 82,
"actions": [
"AddInstanceFleet",
"AddInstanceGroups",
Expand Down Expand Up @@ -9294,6 +9294,7 @@
"RunJobFlow",
"SetKeepJobFlowAliveWhenNoSteps",
"SetTerminationProtection",
"SetUnhealthyNodeReplacement",
"SetVisibleToAllUsers",
"StartEditor",
"StartNotebookExecution",
Expand Down
8 changes: 4 additions & 4 deletions data/json/reports.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"Actions by type": [
{
"key": "Write Actions",
"value": 9064
},
{
"key": "Read Actions",
"value": 4417
},
{
"key": "Write Actions",
"value": 9065
},
{
"key": "List Actions",
"value": 2643
Expand Down
Binary file modified data/parquet/aws_actions.parquet
Binary file not shown.
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.
Binary file modified data/parquet/reports.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.163",
"version": "0.0.164",
"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 21df717

Please sign in to comment.