@@ -1037,6 +1037,7 @@ const serializeAws_restJson1AudioInputEvent_event = (input: AudioInputEvent, con
1037
1037
headers : {
1038
1038
":event-type" : { type : "string" , value : "AudioInputEvent" } ,
1039
1039
":message-type" : { type : "string" , value : "event" } ,
1040
+ ":content-type" : { type : "string" , value : "application/json" } ,
1040
1041
} ,
1041
1042
body : new Uint8Array ( ) ,
1042
1043
} ;
@@ -1052,6 +1053,7 @@ const serializeAws_restJson1ConfigurationEvent_event = (
1052
1053
headers : {
1053
1054
":event-type" : { type : "string" , value : "ConfigurationEvent" } ,
1054
1055
":message-type" : { type : "string" , value : "event" } ,
1056
+ ":content-type" : { type : "string" , value : "application/json" } ,
1055
1057
} ,
1056
1058
body : new Uint8Array ( ) ,
1057
1059
} ;
@@ -1067,6 +1069,7 @@ const serializeAws_restJson1DisconnectionEvent_event = (
1067
1069
headers : {
1068
1070
":event-type" : { type : "string" , value : "DisconnectionEvent" } ,
1069
1071
":message-type" : { type : "string" , value : "event" } ,
1072
+ ":content-type" : { type : "string" , value : "application/json" } ,
1070
1073
} ,
1071
1074
body : new Uint8Array ( ) ,
1072
1075
} ;
@@ -1079,6 +1082,7 @@ const serializeAws_restJson1DTMFInputEvent_event = (input: DTMFInputEvent, conte
1079
1082
headers : {
1080
1083
":event-type" : { type : "string" , value : "DTMFInputEvent" } ,
1081
1084
":message-type" : { type : "string" , value : "event" } ,
1085
+ ":content-type" : { type : "string" , value : "application/json" } ,
1082
1086
} ,
1083
1087
body : new Uint8Array ( ) ,
1084
1088
} ;
@@ -1094,6 +1098,7 @@ const serializeAws_restJson1PlaybackCompletionEvent_event = (
1094
1098
headers : {
1095
1099
":event-type" : { type : "string" , value : "PlaybackCompletionEvent" } ,
1096
1100
":message-type" : { type : "string" , value : "event" } ,
1101
+ ":content-type" : { type : "string" , value : "application/json" } ,
1097
1102
} ,
1098
1103
body : new Uint8Array ( ) ,
1099
1104
} ;
@@ -1106,6 +1111,7 @@ const serializeAws_restJson1TextInputEvent_event = (input: TextInputEvent, conte
1106
1111
headers : {
1107
1112
":event-type" : { type : "string" , value : "TextInputEvent" } ,
1108
1113
":message-type" : { type : "string" , value : "event" } ,
1114
+ ":content-type" : { type : "string" , value : "application/json" } ,
1109
1115
} ,
1110
1116
body : new Uint8Array ( ) ,
1111
1117
} ;
0 commit comments