Skip to content

Commit

Permalink
chore: show actual diff
Browse files Browse the repository at this point in the history
  • Loading branch information
kuhe committed Jul 25, 2024
1 parent fe3ef61 commit 6526c07
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions clients/client-qbusiness/src/protocols/Aws_restJson1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2901,7 +2901,7 @@ const se_ChatInputStream = (input: any, context: __SerdeContext & __EventStreamS
};
const se_ActionExecutionEvent_event = (input: ActionExecutionEvent, context: __SerdeContext): __Message => {
const headers: __MessageHeaders = {
":event-type": { type: "string", value: "ActionExecutionEvent" },
":event-type": { type: "string", value: "actionExecutionEvent" },
":message-type": { type: "string", value: "event" },
":content-type": { type: "string", value: "application/json" },
};
Expand All @@ -2912,7 +2912,7 @@ const se_ActionExecutionEvent_event = (input: ActionExecutionEvent, context: __S
};
const se_AttachmentInputEvent_event = (input: AttachmentInputEvent, context: __SerdeContext): __Message => {
const headers: __MessageHeaders = {
":event-type": { type: "string", value: "AttachmentInputEvent" },
":event-type": { type: "string", value: "attachmentEvent" },
":message-type": { type: "string", value: "event" },
":content-type": { type: "string", value: "application/json" },
};
Expand All @@ -2923,7 +2923,7 @@ const se_AttachmentInputEvent_event = (input: AttachmentInputEvent, context: __S
};
const se_AuthChallengeResponseEvent_event = (input: AuthChallengeResponseEvent, context: __SerdeContext): __Message => {
const headers: __MessageHeaders = {
":event-type": { type: "string", value: "AuthChallengeResponseEvent" },
":event-type": { type: "string", value: "authChallengeResponseEvent" },
":message-type": { type: "string", value: "event" },
":content-type": { type: "string", value: "application/json" },
};
Expand All @@ -2934,7 +2934,7 @@ const se_AuthChallengeResponseEvent_event = (input: AuthChallengeResponseEvent,
};
const se_ConfigurationEvent_event = (input: ConfigurationEvent, context: __SerdeContext): __Message => {
const headers: __MessageHeaders = {
":event-type": { type: "string", value: "ConfigurationEvent" },
":event-type": { type: "string", value: "configurationEvent" },
":message-type": { type: "string", value: "event" },
":content-type": { type: "string", value: "application/json" },
};
Expand All @@ -2945,7 +2945,7 @@ const se_ConfigurationEvent_event = (input: ConfigurationEvent, context: __Serde
};
const se_EndOfInputEvent_event = (input: EndOfInputEvent, context: __SerdeContext): __Message => {
const headers: __MessageHeaders = {
":event-type": { type: "string", value: "EndOfInputEvent" },
":event-type": { type: "string", value: "endOfInputEvent" },
":message-type": { type: "string", value: "event" },
":content-type": { type: "string", value: "application/json" },
};
Expand All @@ -2956,7 +2956,7 @@ const se_EndOfInputEvent_event = (input: EndOfInputEvent, context: __SerdeContex
};
const se_TextInputEvent_event = (input: TextInputEvent, context: __SerdeContext): __Message => {
const headers: __MessageHeaders = {
":event-type": { type: "string", value: "TextInputEvent" },
":event-type": { type: "string", value: "textEvent" },
":message-type": { type: "string", value: "event" },
":content-type": { type: "string", value: "application/json" },
};
Expand Down

0 comments on commit 6526c07

Please sign in to comment.