We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cdbade commit efdb590Copy full SHA for efdb590
protocol_tests/aws-restxml/protocols/Aws_restXml.ts
@@ -243,7 +243,7 @@ export const serializeAws_restXmlBodyWithXmlNameCommand = async (
243
let resolvedPath = "/BodyWithXmlName";
244
let body: any;
245
body = '<?xml version="1.0" encoding="UTF-8"?>';
246
- const bodyNode = new __XmlNode("BodyWithXmlNameInputOutput");
+ const bodyNode = new __XmlNode("Ahoy");
247
if (input.nested !== undefined) {
248
const node = serializeAws_restXmlPayloadWithXmlName(input.nested, context).withName("nested");
249
bodyNode.addChildNode(node);
0 commit comments