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 28, 2024
1 parent a7c5b39 commit ced1687
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions policies/AmazonQDeveloperAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-07-09T08:35:15Z",
"VersionId": "v1",
"CreateDate": "2024-10-28T20:02:12Z",
"VersionId": "v2",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand All @@ -16,7 +16,8 @@
"q:StartTroubleshootingResolutionExplanation",
"q:GetTroubleshootingResults",
"q:UpdateTroubleshootingCommandResult",
"q:GetIdentityMetaData"
"q:GetIdentityMetaData",
"q:GenerateCodeFromCommands"
],
"Resource": "*",
"Effect": "Allow",
Expand All @@ -41,6 +42,6 @@
}
]
},
"IsDefaultVersion": false
"IsDefaultVersion": true
}
}
9 changes: 5 additions & 4 deletions policies/AmazonQFullAccess
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"PolicyVersion": {
"CreateDate": "2024-07-09T08:35:50Z",
"VersionId": "v3",
"CreateDate": "2024-10-28T20:01:31Z",
"VersionId": "v4",
"Document": {
"Version": "2012-10-17",
"Statement": [
Expand All @@ -18,7 +18,8 @@
"q:UpdateTroubleshootingCommandResult",
"q:GetIdentityMetadata",
"q:CreateAssignment",
"q:DeleteAssignment"
"q:DeleteAssignment",
"q:GenerateCodeFromCommands"
],
"Resource": "*",
"Effect": "Allow",
Expand All @@ -43,6 +44,6 @@
}
]
},
"IsDefaultVersion": false
"IsDefaultVersion": true
}
}

0 comments on commit ced1687

Please sign in to comment.