Skip to content

Commit

Permalink
Fix model again
Browse files Browse the repository at this point in the history
  • Loading branch information
0marperez committed Dec 19, 2024
1 parent 609226c commit 80ba070
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
namespace aws.sdk.kotlin.test

use aws.protocols#restJson1
use aws.protocols#{protocol-name}
use aws.api#service
use aws.auth#sigv4

@restJson1
@{protocol-name}
@sigv4(name: "event-stream-test")
@service(sdkId: "EventStreamTest")
service TestService { version: "123", operations: [TestStreamOp] }

@http(method: "POST", uri: "/test-eventstream", code: 200)
{op-traits}
operation TestStreamOp {
input: TestStreamInputOutput,
output: TestStreamInputOutput,
Expand Down

0 comments on commit 80ba070

Please sign in to comment.