Skip to content

Commit

Permalink
fix: update IAM service definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
TastefulElk committed Dec 13, 2022
1 parent 1814c5a commit a31c2fb
Show file tree
Hide file tree
Showing 18 changed files with 1,052 additions and 166 deletions.
47 changes: 47 additions & 0 deletions src/data/iam-services/amazon-codewhisperer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
{
"serviceName": "Amazon CodeWhisperer",
"servicePrefix": "codewhisperer",
"url": "https://docs.aws.amazon.com/service-authorization/latest/reference/./list_amazoncodewhisperer.html",
"actions": [
{
"name": "CreateProfile",
"documentationUrl": "https://docs.aws.amazon.com/codewhisperer/latest/dg/API_CreateProfile.html",
"description": "Grants permission to invoke CreateProfile on CodeWhisperer",
"accessLevel": "Write",
"resourceTypes": [
"profile*"
],
"conditionKeys": [],
"dependentActions": []
},
{
"name": "GenerateRecommendations",
"documentationUrl": "https://docs.aws.amazon.com/codewhisperer/latest/dg/API_GenerateRecommendations.html",
"description": "Grants permission to invoke GenerateRecommendations on CodeWhisperer",
"accessLevel": "Read",
"resourceTypes": [],
"conditionKeys": [],
"dependentActions": []
},
{
"name": "ListProfiles",
"documentationUrl": "https://docs.aws.amazon.com/codewhisperer/latest/dg/API_ListProfiles.html",
"description": "Grants permission to invoke ListProfiles on CodeWhisperer",
"accessLevel": "List",
"resourceTypes": [],
"conditionKeys": [],
"dependentActions": []
},
{
"name": "UpdateProfile",
"documentationUrl": "https://docs.aws.amazon.com/codewhisperer/latest/dg/API_UpdateProfile.html",
"description": "Grants permission to invoke UpdateProfile on CodeWhisperer",
"accessLevel": "Write",
"resourceTypes": [
"profile*"
],
"conditionKeys": [],
"dependentActions": []
}
]
}
Loading

0 comments on commit a31c2fb

Please sign in to comment.