@@ -3,7 +3,7 @@ import { getSerdePlugin } from "@smithy/middleware-serde";
33import { Command as $Command } from "@smithy/smithy-client" ;
44import { MetadataBearer as __MetadataBearer } from "@smithy/types" ;
55
6- import { NestedXmlMapWithXmlNameInputOutput } from "../models/models_0" ;
6+ import { NestedXmlMapWithXmlNameRequest , NestedXmlMapWithXmlNameResponse } from "../models/models_0" ;
77import { de_NestedXmlMapWithXmlNameCommand , se_NestedXmlMapWithXmlNameCommand } from "../protocols/Aws_restXml" ;
88import { RestXmlProtocolClientResolvedConfig , ServiceInputTypes , ServiceOutputTypes } from "../RestXmlProtocolClient" ;
99
@@ -17,13 +17,13 @@ export { $Command };
1717 *
1818 * The input for {@link NestedXmlMapWithXmlNameCommand}.
1919 */
20- export interface NestedXmlMapWithXmlNameCommandInput extends NestedXmlMapWithXmlNameInputOutput { }
20+ export interface NestedXmlMapWithXmlNameCommandInput extends NestedXmlMapWithXmlNameRequest { }
2121/**
2222 * @public
2323 *
2424 * The output of {@link NestedXmlMapWithXmlNameCommand}.
2525 */
26- export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXmlNameInputOutput , __MetadataBearer { }
26+ export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXmlNameResponse , __MetadataBearer { }
2727
2828/**
2929 * Nested Xml Maps with key/values with @xmlName
@@ -33,7 +33,7 @@ export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXm
3333 * import { RestXmlProtocolClient, NestedXmlMapWithXmlNameCommand } from "@aws-sdk/aws-protocoltests-restxml"; // ES Modules import
3434 * // const { RestXmlProtocolClient, NestedXmlMapWithXmlNameCommand } = require("@aws-sdk/aws-protocoltests-restxml"); // CommonJS import
3535 * const client = new RestXmlProtocolClient(config);
36- * const input = { // NestedXmlMapWithXmlNameInputOutput
36+ * const input = { // NestedXmlMapWithXmlNameRequest
3737 * nestedXmlMapWithXmlNameMap: { // NestedXmlMapWithXmlNameMap
3838 * "<keys>": { // NestedXmlMapWithXmlNameInnerMap
3939 * "<keys>": "STRING_VALUE",
@@ -42,7 +42,7 @@ export interface NestedXmlMapWithXmlNameCommandOutput extends NestedXmlMapWithXm
4242 * };
4343 * const command = new NestedXmlMapWithXmlNameCommand(input);
4444 * const response = await client.send(command);
45- * // { // NestedXmlMapWithXmlNameInputOutput
45+ * // { // NestedXmlMapWithXmlNameResponse
4646 * // nestedXmlMapWithXmlNameMap: { // NestedXmlMapWithXmlNameMap
4747 * // "<keys>": { // NestedXmlMapWithXmlNameInnerMap
4848 * // "<keys>": "STRING_VALUE",
@@ -84,8 +84,8 @@ export class NestedXmlMapWithXmlNameCommand extends $Command
8484 /** @internal type navigation helper, not in runtime. */
8585 protected declare static __types : {
8686 api : {
87- input : NestedXmlMapWithXmlNameInputOutput ;
88- output : NestedXmlMapWithXmlNameInputOutput ;
87+ input : NestedXmlMapWithXmlNameRequest ;
88+ output : NestedXmlMapWithXmlNameResponse ;
8989 } ;
9090 sdk : {
9191 input : NestedXmlMapWithXmlNameCommandInput ;
0 commit comments