Skip to content

Commit

Permalink
Amazon DevOps Guru Update: Amazon DevOps Guru is GA ready. This API u…
Browse files Browse the repository at this point in the history
…pdate added a describeFeedback Api allows users to view submitted insight feedback. The release date is 02/16/2021
  • Loading branch information
AWS committed Feb 16, 2021
1 parent 9fc0ea1 commit 7041a26
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AmazonDevOpsGuru-5f5e121.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "Amazon DevOps Guru",
"contributor": "",
"description": "Amazon DevOps Guru is GA ready. This API update added a describeFeedback Api allows users to view submitted insight feedback. The release date is 02/16/2021"
}
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,24 @@
],
"documentation":"<p> Returns details about an anomaly that you specify using its ID. </p>"
},
"DescribeFeedback":{
"name":"DescribeFeedback",
"http":{
"method":"POST",
"requestUri":"/feedback",
"responseCode":200
},
"input":{"shape":"DescribeFeedbackRequest"},
"output":{"shape":"DescribeFeedbackResponse"},
"errors":[
{"shape":"AccessDeniedException"},
{"shape":"InternalServerException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ThrottlingException"},
{"shape":"ValidationException"}
],
"documentation":"<p> Returns the most recent feedback submitted in the current AWS account and Region. </p>"
},
"DescribeInsight":{
"name":"DescribeInsight",
"http":{
Expand Down Expand Up @@ -643,6 +661,21 @@
}
}
},
"DescribeFeedbackRequest":{
"type":"structure",
"members":{
"InsightId":{
"shape":"InsightId",
"documentation":"<p> The ID of the insight for which the feedback was provided. </p>"
}
}
},
"DescribeFeedbackResponse":{
"type":"structure",
"members":{
"InsightFeedback":{"shape":"InsightFeedback"}
}
},
"DescribeInsightRequest":{
"type":"structure",
"required":["Id"],
Expand Down

0 comments on commit 7041a26

Please sign in to comment.