Skip to content

Commit e1b8da2

Browse files
author
AWS
committed
Amazon Interactive Video Service Update: Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs.
1 parent 41fce4a commit e1b8da2

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Interactive Video Service",
4+
"contributor": "",
5+
"description": "Corrects the HTTP response code in the generated docs for PutMetadata and DeleteRecordingConfiguration APIs."
6+
}

services/ivs/src/main/resources/codegen-resources/service-2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"http":{
144144
"method":"POST",
145145
"requestUri":"/DeleteRecordingConfiguration",
146-
"responseCode":200
146+
"responseCode":204
147147
},
148148
"input":{"shape":"DeleteRecordingConfigurationRequest"},
149149
"errors":[
@@ -402,7 +402,7 @@
402402
"http":{
403403
"method":"POST",
404404
"requestUri":"/PutMetadata",
405-
"responseCode":200
405+
"responseCode":204
406406
},
407407
"input":{"shape":"PutMetadataRequest"},
408408
"errors":[

0 commit comments

Comments
 (0)