We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b832d1b commit 9b3c841Copy full SHA for 9b3c841
1 file changed
smithy-aws-protocol-tests/model/restJson1/http-payload.smithy
@@ -281,6 +281,20 @@ 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
+ bodyMediaType: "application/json",
292
+ params: {
293
+ nested: null
294
+ }
295
296
+])
297
+
298
structure HttpPayloadWithStructureInputOutput {
299
@httpPayload
300
nested: NestedPayload,
0 commit comments