We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23bb52 commit 79e64acCopy full SHA for 79e64ac
smithy-aws-protocol-tests/model/restJson1/http-payload.smithy
@@ -281,6 +281,19 @@ apply HttpPayloadWithStructure @httpResponseTests([
281
}
282
])
283
284
+apply HttpPayloadWithStructure @httpResponseTests([
285
+ {
286
+ id: "RestJsonHttpPayloadWithStructureAndEmptyResponseBody",
287
+ documentation: "Serializes a structure in the payload",
288
+ protocol: restJson1,
289
+ code: 200,
290
+ body: "",
291
+ params: {
292
+ nested: null
293
+ }
294
295
+])
296
+
297
structure HttpPayloadWithStructureInputOutput {
298
@httpPayload
299
nested: NestedPayload,
0 commit comments