added describe command to CodeCommit

This commit is contained in:
Phill Zarfos
2023-08-29 17:59:52 -04:00
parent f14c5d296a
commit f26264daf1
5 changed files with 199 additions and 20 deletions

View File

@ -309,7 +309,9 @@ Example IAM permissions to that user to allow access to CodeCommit:
"codecommit:Get*",
"codecommit:List*",
"codecommit:PostComment*",
"codecommit:PutCommentReaction"
"codecommit:PutCommentReaction",
"codecommit:UpdatePullRequestDescription",
"codecommit:UpdatePullRequestTitle"
],
"Resource": "*"
}