Skip to content

Commit

Permalink
Update detected
Browse files Browse the repository at this point in the history
  • Loading branch information
MAMIP Bot committed Oct 18, 2024
1 parent 1c32aaa commit 60eb2c1
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions policies/AmazonBedrockReadOnly
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-08-28T01:58:53Z",
"VersionId": "v3",
"CreateDate": "2024-10-18T18:16:43Z",
"VersionId": "v4",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand All @@ -25,7 +25,11 @@
"bedrock:GetModelInvocationJob",
"bedrock:ListModelInvocationJobs",
"bedrock:GetInferenceProfile",
"bedrock:ListInferenceProfiles"
"bedrock:ListInferenceProfiles",
"bedrock:ListImportedModels",
"bedrock:GetImportedModel",
"bedrock:ListModelImportJobs",
"bedrock:GetModelImportJob"
],
"Resource": "*",
"Effect": "Allow",
Expand Down

0 comments on commit 60eb2c1

Please sign in to comment.