From 86f10b32041e26adf8dddcab8d533d168b7ce07e Mon Sep 17 00:00:00 2001 From: Peter Song Date: Thu, 4 Apr 2024 18:09:16 -0700 Subject: [PATCH 1/3] Fixes for issue 30 --- .../AWSQueryEC2ResponseUnmarshaller.cs | 76 +++++---- .../AWSQueryEC2ResponseUnmarshaller.tt | 2 + .../AWSQueryResponseUnmarshaller.cs | 80 ++++++---- .../AWSQueryResponseUnmarshaller.tt | 2 + .../RestXmlResponseUnmarshaller.cs | 146 +++++++++++------- .../RestXmlResponseUnmarshaller.tt | 4 + .../RestXmlStructureUnmarshaller.cs | 58 +++---- .../Transform/SimpleTypeUnmarshaller.cs | 4 +- .../Internal/Transform/UnmarshallerContext.cs | 35 +++++ 9 files changed, 253 insertions(+), 154 deletions(-) diff --git a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.cs b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.cs index 99ddb5deaaaf..348ff42af705 100644 --- a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.cs +++ b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.cs @@ -18,7 +18,7 @@ namespace ServiceClientGenerator.Generators.Marshallers /// Class to produce the template output /// - #line 1 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 1 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")] public partial class AWSQueryEC2ResponseUnmarshaller : BaseResponseUnmarshaller { @@ -29,7 +29,7 @@ public partial class AWSQueryEC2ResponseUnmarshaller : BaseResponseUnmarshaller public override string TransformText() { - #line 6 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 6 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" AddLicenseHeader(); @@ -40,7 +40,7 @@ public override string TransformText() #line hidden this.Write("namespace "); - #line 11 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 11 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Config.Namespace)); #line default @@ -48,14 +48,14 @@ public override string TransformText() this.Write(".Model.Internal.MarshallTransformations\r\n{\r\n /// \r\n /// Response U" + "nmarshaller for "); - #line 14 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 14 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write(" operation\r\n /// \r\n public class "); - #line 16 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 16 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default @@ -71,21 +71,21 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte { "); - #line 25 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 25 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write("Response response = new "); - #line 25 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 25 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Operation.Name)); #line default #line hidden this.Write("Response();\r\n\r\n"); - #line 27 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 27 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" if (this.HasSuppressedResult) { @@ -94,7 +94,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" while (context.Read())\r\n {\r\n\t\t\t\r\n\t\t\t}\r\n"); - #line 34 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 34 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" } else @@ -115,7 +115,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte "); - #line 49 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 49 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" if(this.Structure != null) { @@ -128,14 +128,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write(" if ( context.TestExpression(\".\", targetDepth))\r\n " + " {\r\n response."); - #line 57 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 57 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(MemberAccessorFor(this.Structure.Name))); #line default #line hidden this.Write(" = "); - #line 57 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 57 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Structure.Name)); #line default @@ -143,7 +143,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write("Unmarshaller.Instance.Unmarshall(context);\r\n continue;\r\n " + " }\r\n"); - #line 60 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 60 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" } else @@ -157,7 +157,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" if (context.TestExpression(\""); - #line 68 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 68 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(testExpression)); #line default @@ -165,14 +165,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write("\", targetDepth))\r\n {\r\n var unmarshaller" + " = "); - #line 70 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 70 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n"); - #line 71 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 71 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" if (member.IsMap || member.IsList) { @@ -180,17 +180,31 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line default #line hidden - this.Write(" var item = unmarshaller.Unmarshall(context);\r\n " + - " response."); + this.Write(" context.KeyXmlName = \""); - #line 76 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 75 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.KeyMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n context.ValueXmlName = \""); + + #line 76 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.ValueMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n var item = unmarshaller.Unmarshall(context);\r\n " + + " response."); + + #line 78 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(MemberAccessorFor(member.PropertyName))); #line default #line hidden this.Write(".Add(item);\r\n"); - #line 77 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 79 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" } else @@ -201,14 +215,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" response."); - #line 82 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 84 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(MemberAccessorFor(member.PropertyName))); #line default #line hidden this.Write(" = unmarshaller.Unmarshall(context);\r\n"); - #line 83 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 85 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" } @@ -217,7 +231,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" continue;\r\n }\r\n"); - #line 88 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 90 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" } } @@ -228,7 +242,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" } \r\n }\r\n"); - #line 95 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 97 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" } @@ -251,7 +265,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex ErrorResponse errorResponse = ErrorResponseUnmarshaller.GetInstance().Unmarshall(context); "); - #line 112 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 114 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" foreach (var exception in this.Operation.Exceptions) { @@ -261,14 +275,14 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex #line hidden this.Write(" if (errorResponse.Code != null && errorResponse.Code.Equals(\""); - #line 116 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 118 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(exception.Code)); #line default #line hidden this.Write("\"))\r\n {\r\n return new "); - #line 118 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 120 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(exception.Name)); #line default @@ -276,7 +290,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex this.Write("(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, e" + "rrorResponse.RequestId, statusCode);\r\n }\r\n"); - #line 120 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 122 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" } @@ -285,7 +299,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex #line hidden this.Write(" return new "); - #line 123 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 125 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.BaseException)); #line default @@ -293,7 +307,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex this.Write("(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, e" + "rrorResponse.RequestId, statusCode);\r\n }\r\n"); - #line 125 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 127 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" this.AddResponseSingletonMethod(); @@ -304,7 +318,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex return this.GenerationEnvironment.ToString(); } - #line 130 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" + #line 132 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryEC2ResponseUnmarshaller.tt" // if the result fields have been wrapped in a subordinate structure, wire the accessor // to use it when addressing a member diff --git a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.tt b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.tt index bcf279388918..d2fbe627de59 100644 --- a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.tt +++ b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryEC2ResponseUnmarshaller.tt @@ -72,6 +72,8 @@ namespace <#=this.Config.Namespace #>.Model.Internal.MarshallTransformations if (member.IsMap || member.IsList) { #> + context.KeyXmlName = "<#=member.Shape.KeyMarshallName#>"; + context.ValueXmlName = "<#=member.Shape.ValueMarshallName#>"; var item = unmarshaller.Unmarshall(context); response.<#=MemberAccessorFor(member.PropertyName)#>.Add(item); <# diff --git a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.cs b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.cs index 5fd4977dfb83..303e448bead7 100644 --- a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.cs +++ b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.cs @@ -18,7 +18,7 @@ namespace ServiceClientGenerator.Generators.Marshallers /// Class to produce the template output /// - #line 1 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 1 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")] public partial class AWSQueryResponseUnmarshaller : BaseResponseUnmarshaller { @@ -29,7 +29,7 @@ public partial class AWSQueryResponseUnmarshaller : BaseResponseUnmarshaller public override string TransformText() { - #line 6 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 6 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" AddLicenseHeader(); @@ -40,7 +40,7 @@ public override string TransformText() #line hidden this.Write("namespace "); - #line 11 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 11 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Config.Namespace)); #line default @@ -48,14 +48,14 @@ public override string TransformText() this.Write(".Model.Internal.MarshallTransformations\r\n{\r\n /// \r\n /// Response U" + "nmarshaller for "); - #line 14 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 14 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write(" operation\r\n /// \r\n public class "); - #line 16 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 16 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default @@ -71,14 +71,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte { "); - #line 25 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 25 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write("Response response = new "); - #line 25 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 25 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Operation.Name)); #line default @@ -93,7 +93,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte { if(context.TestExpression("""); - #line 33 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 33 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default @@ -116,7 +116,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte "); - #line 49 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 49 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" if (this.Structure == null || this.Structure.Members.Count == 0) { @@ -127,7 +127,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write("\t\t[System.Diagnostics.CodeAnalysis.SuppressMessage(\"Microsoft.Usage\", \"CA1801:Rev" + "iewUnusedParameters\", MessageId=\"response\")]\r\n"); - #line 54 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 54 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" } @@ -136,7 +136,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" private static void UnmarshallResult(XmlUnmarshallerContext context, "); - #line 57 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 57 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default @@ -157,7 +157,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte "); - #line 71 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 71 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" if(this.Structure != null) { @@ -169,21 +169,21 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" if ( context.TestExpression(\""); - #line 77 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 77 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Structure.MarshallName)); #line default #line hidden this.Write("\", targetDepth))\r\n {\r\n response."); - #line 79 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 79 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(MemberAccessorFor(this.Structure.Name))); #line default #line hidden this.Write(" = "); - #line 79 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 79 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Structure.Name)); #line default @@ -191,7 +191,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write("Unmarshaller.Instance.Unmarshall(context);\r\n continue;\r\n " + " }\r\n"); - #line 82 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 82 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" } else @@ -205,7 +205,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" if (context.TestExpression(\""); - #line 90 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 90 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(testExpression)); #line default @@ -213,14 +213,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write("\", targetDepth))\r\n {\r\n var unmarshaller" + " = "); - #line 92 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 92 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n"); - #line 93 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 93 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" if (member.IsMap || member.IsList) { @@ -228,17 +228,31 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line default #line hidden - this.Write(" var item = unmarshaller.Unmarshall(context);\r\n " + - " response."); + this.Write(" context.KeyXmlName = \""); - #line 98 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 97 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.KeyMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n context.ValueXmlName = \""); + + #line 98 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.ValueMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n var item = unmarshaller.Unmarshall(context);\r\n " + + " response."); + + #line 100 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(MemberAccessorFor(member.PropertyName))); #line default #line hidden this.Write(".Add(item);\r\n"); - #line 99 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 101 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" } else @@ -249,14 +263,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" response."); - #line 104 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 106 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(MemberAccessorFor(member.PropertyName))); #line default #line hidden this.Write(" = unmarshaller.Unmarshall(context);\r\n"); - #line 105 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 107 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" } @@ -265,7 +279,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" continue;\r\n }\r\n"); - #line 110 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 112 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" } } @@ -301,7 +315,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex { "); - #line 140 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 142 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" foreach (var exception in this.Operation.Exceptions) { @@ -311,14 +325,14 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex #line hidden this.Write(" if (errorResponse.Code != null && errorResponse.Code.Equals(\""); - #line 144 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 146 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(exception.Code)); #line default #line hidden this.Write("\"))\r\n {\r\n return "); - #line 146 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 148 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(exception.Name)); #line default @@ -326,7 +340,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex this.Write("Unmarshaller.Instance.Unmarshall(contextCopy, errorResponse);\r\n }\r" + "\n"); - #line 148 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 150 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" } @@ -335,7 +349,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex #line hidden this.Write(" }\r\n return new "); - #line 152 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 154 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.BaseException)); #line default @@ -343,7 +357,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex this.Write("(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, e" + "rrorResponse.RequestId, statusCode);\r\n }\r\n"); - #line 154 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 156 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" this.AddResponseSingletonMethod(); @@ -354,7 +368,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex return this.GenerationEnvironment.ToString(); } - #line 159 "C:\codebase\v3\AWSDotNetPublic\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" + #line 161 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\AWSQueryResponseUnmarshaller.tt" // if the result fields have been wrapped in a subordinate structure, wire the accessor // to use it when addressing a member diff --git a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.tt b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.tt index 07df4bdf1a73..e6425f1b21ce 100644 --- a/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.tt +++ b/generator/ServiceClientGeneratorLib/Generators/Marshallers/AWSQueryResponseUnmarshaller.tt @@ -94,6 +94,8 @@ namespace <#=this.Config.Namespace #>.Model.Internal.MarshallTransformations if (member.IsMap || member.IsList) { #> + context.KeyXmlName = "<#=member.Shape.KeyMarshallName#>"; + context.ValueXmlName = "<#=member.Shape.ValueMarshallName#>"; var item = unmarshaller.Unmarshall(context); response.<#=MemberAccessorFor(member.PropertyName)#>.Add(item); <# diff --git a/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.cs b/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.cs index 06bed70748c4..d2ef1edb295a 100644 --- a/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.cs +++ b/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.cs @@ -18,7 +18,7 @@ namespace ServiceClientGenerator.Generators.Marshallers /// Class to produce the template output /// - #line 1 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 1 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")] public partial class RestXmlResponseUnmarshaller : BaseResponseUnmarshaller { @@ -29,7 +29,7 @@ public partial class RestXmlResponseUnmarshaller : BaseResponseUnmarshaller public override string TransformText() { - #line 6 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 6 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" AddLicenseHeader(); @@ -40,7 +40,7 @@ public override string TransformText() #line hidden this.Write("\r\nnamespace "); - #line 12 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 12 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Config.Namespace)); #line default @@ -48,14 +48,14 @@ public override string TransformText() this.Write(".Model.Internal.MarshallTransformations\r\n{\r\n /// \r\n /// Response U" + "nmarshaller for "); - #line 15 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 15 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write(" operation\r\n /// \r\n public class "); - #line 17 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 17 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default @@ -71,21 +71,21 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte { "); - #line 26 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 26 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write("Response response = new "); - #line 26 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 26 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Operation.Name)); #line default #line hidden this.Write("Response();\r\n"); - #line 27 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 27 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" var payload= this.Operation.ResponsePayloadMember; var shouldMarshallPayload = (payload != null && payload.IsStructure); @@ -101,7 +101,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write(" if (context.ResponseData.IsSuccessStatusCode && context.ResponseData." + "ContentLength == 0)\r\n return response;\r\n"); - #line 38 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 38 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -113,14 +113,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\tcontext.AllowEmptyElementLookup.Add(\""); - #line 44 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 44 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(marshallName)); #line default #line hidden this.Write("\");\r\n"); - #line 45 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 45 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -129,7 +129,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" UnmarshallResult(context,response);\r\n"); - #line 49 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 49 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } else if (payloadIsStream) @@ -142,14 +142,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" response."); - #line 56 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 56 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(payload.PropertyName)); #line default #line hidden this.Write(" = context.Stream;\r\n"); - #line 57 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 57 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } else if (payload.ModelShape.IsString) @@ -161,14 +161,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write(" using (var sr = new StreamReader(context.Stream))\r\n {\r\n " + " response."); - #line 64 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 64 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(payload.PropertyName)); #line default #line hidden this.Write(" = sr.ReadToEnd();\r\n }\r\n"); - #line 66 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 66 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } else if (payload.ModelShape.IsMemoryStream) @@ -181,14 +181,14 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte "opyStream(context.Stream, ms);\r\n ms.Seek(0, SeekOrigin.Begin);\r\n " + " response."); - #line 75 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 75 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(payload.PropertyName)); #line default #line hidden this.Write(" = ms;\r\n\r\n"); - #line 77 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 77 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } else @@ -208,7 +208,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write(" \r\n return response;\r\n\t\t}\t\t\r\n"); - #line 93 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 93 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" if ( this.Operation.ResponseHasBodyMembers || shouldMarshallPayload) { @@ -218,7 +218,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\r\n"); - #line 98 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 98 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" if (this.Operation.ResponseBodyMembers.Count == 0 && !shouldMarshallPayload) { @@ -229,7 +229,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write("\t\t[System.Diagnostics.CodeAnalysis.SuppressMessage(\"Microsoft.Usage\", \"CA1801:Rev" + "iewUnusedParameters\", MessageId=\"response\")]\r\n"); - #line 103 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 103 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -238,7 +238,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\tprivate static void UnmarshallResult(XmlUnmarshallerContext context, "); - #line 106 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 106 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Operation.Name)); #line default @@ -246,7 +246,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte this.Write("Response response)\r\n {\r\n int originalDepth = context.CurrentDep" + "th;\r\n int targetDepth = originalDepth + 1;\r\n"); - #line 110 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 110 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" if (payload == null) { @@ -256,7 +256,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\tif (context.IsStartOfDocument) \r\n\t\t\t\t targetDepth += 1;\r\n"); - #line 116 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 116 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -267,7 +267,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte ";\r\n }\r\n while (context.Read())\r\n {\r\n\t\t\t\tif (con" + "text.IsStartElement || context.IsAttribute)\r\n {\r\n"); - #line 127 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 127 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" foreach (var member in this.Operation.ResponseBodyMembers) { @@ -283,28 +283,28 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\t\t\tif (context.TestExpression(\""); - #line 137 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 137 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(listMarshallName)); #line default #line hidden this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvar unmarshaller = "); - #line 139 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 139 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t\tresponse."); - #line 140 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 140 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.PropertyName)); #line default #line hidden this.Write(".Add(unmarshaller.Unmarshall(context));\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n"); - #line 143 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 143 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -317,35 +317,35 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\t\t if (context.TestExpression(\""); - #line 150 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 150 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.MarshallName)); #line default #line hidden this.Write("/"); - #line 150 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 150 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(listMarshallName)); #line default #line hidden this.Write("\", targetDepth))\r\n\t\t\t\t {\r\n\t\t\t\t\t var unmarshaller = "); - #line 152 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 152 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t response."); - #line 153 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 153 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.PropertyName)); #line default #line hidden this.Write(".Add(unmarshaller.Unmarshall(context));\r\n\t\t\t\t\t continue;\r\n\t\t\t\t }\r\n"); - #line 156 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 156 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } } @@ -359,28 +359,42 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\t\t\tif (context.TestExpression(\""); - #line 164 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 164 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.MarshallName)); #line default #line hidden - this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvar unmarshaller = "); + this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n context.KeyXmlName = \""); + + #line 166 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.KeyMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n context.ValueXmlName = \""); + + #line 167 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.ValueMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n\t\t\t\t\t\tvar unmarshaller = "); - #line 166 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 168 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t\tresponse."); - #line 167 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 169 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.PropertyName)); #line default #line hidden this.Write(".Add(unmarshaller.Unmarshall(context));\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n"); - #line 170 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 172 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } else @@ -391,28 +405,42 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\t\t\tif (context.TestExpression(\""); - #line 175 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 177 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.MarshallName)); #line default #line hidden - this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvar unmarshaller = "); + this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n context.KeyXmlName = \""); + + #line 179 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.KeyMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n context.ValueXmlName = \""); + + #line 180 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + this.Write(this.ToStringHelper.ToStringWithCulture(member.Shape.ValueMarshallName)); + + #line default + #line hidden + this.Write("\";\r\n\t\t\t\t\t\tvar unmarshaller = "); - #line 177 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 181 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t\tresponse."); - #line 178 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 182 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.PropertyName)); #line default #line hidden this.Write(" = unmarshaller.Unmarshall(context);\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n"); - #line 181 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 185 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } } @@ -424,28 +452,28 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\t\t\tif (context.TestExpression(\""); - #line 187 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 191 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.MarshallName)); #line default #line hidden this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvar unmarshaller = "); - #line 189 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 193 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t\tresponse."); - #line 190 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 194 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.PropertyName)); #line default #line hidden this.Write(" = unmarshaller.Unmarshall(context);\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n"); - #line 193 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 197 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } } @@ -458,28 +486,28 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte #line hidden this.Write("\t\t\t\t\tif (context.TestExpression(\""); - #line 200 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 204 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(payload.MarshallName)); #line default #line hidden this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvar unmarshaller = "); - #line 202 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 206 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(payload.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t\tresponse."); - #line 203 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 207 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(payload.PropertyName)); #line default #line hidden this.Write(" = unmarshaller.Unmarshall(context);\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n"); - #line 206 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 210 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -490,7 +518,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte "\r\n {\r\n return;\r\n }\r\n " + " }\r\n \r\n return;\r\n }\r\n"); - #line 218 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 222 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -519,7 +547,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex { "); - #line 240 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 244 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" foreach (var exception in this.Operation.Exceptions) { @@ -529,14 +557,14 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex #line hidden this.Write(" if (errorResponse.Code != null && errorResponse.Code.Equals(\""); - #line 244 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 248 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(exception.Code)); #line default #line hidden this.Write("\"))\r\n {\r\n return "); - #line 246 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 250 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(exception.Name)); #line default @@ -544,7 +572,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex this.Write("Unmarshaller.Instance.Unmarshall(contextCopy, errorResponse);\r\n }\r" + "\n"); - #line 248 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 252 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" } @@ -553,7 +581,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex #line hidden this.Write(" }\r\n return new "); - #line 252 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 256 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.BaseException)); #line default @@ -561,7 +589,7 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex this.Write("(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, e" + "rrorResponse.RequestId, statusCode);\r\n }\r\n\r\n"); - #line 255 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" + #line 259 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlResponseUnmarshaller.tt" this.AddResponseSingletonMethod(); diff --git a/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.tt b/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.tt index 34be6c2c7caf..a9e37f31604b 100644 --- a/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.tt +++ b/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlResponseUnmarshaller.tt @@ -163,6 +163,8 @@ namespace <#=this.Config.Namespace #>.Model.Internal.MarshallTransformations #> if (context.TestExpression("<#=member.MarshallName#>", targetDepth)) { + context.KeyXmlName = "<#=member.Shape.KeyMarshallName#>"; + context.ValueXmlName = "<#=member.Shape.ValueMarshallName#>"; var unmarshaller = <#= member.DetermineTypeUnmarshallerInstantiate() #>; response.<#=member.PropertyName#>.Add(unmarshaller.Unmarshall(context)); continue; @@ -174,6 +176,8 @@ namespace <#=this.Config.Namespace #>.Model.Internal.MarshallTransformations #> if (context.TestExpression("<#=member.MarshallName#>", targetDepth)) { + context.KeyXmlName = "<#=member.Shape.KeyMarshallName#>"; + context.ValueXmlName = "<#=member.Shape.ValueMarshallName#>"; var unmarshaller = <#= member.DetermineTypeUnmarshallerInstantiate() #>; response.<#=member.PropertyName#> = unmarshaller.Unmarshall(context); continue; diff --git a/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlStructureUnmarshaller.cs b/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlStructureUnmarshaller.cs index f954d4fef1c5..6cd59c547539 100644 --- a/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlStructureUnmarshaller.cs +++ b/generator/ServiceClientGeneratorLib/Generators/Marshallers/RestXmlStructureUnmarshaller.cs @@ -18,7 +18,7 @@ namespace ServiceClientGenerator.Generators.Marshallers /// Class to produce the template output /// - #line 1 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 1 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.TextTemplating", "17.0.0.0")] public partial class RestXmlStructureUnmarshaller : BaseResponseUnmarshaller { @@ -29,7 +29,7 @@ public partial class RestXmlStructureUnmarshaller : BaseResponseUnmarshaller public override string TransformText() { - #line 6 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 6 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" AddLicenseHeader(); @@ -40,7 +40,7 @@ public override string TransformText() #line hidden this.Write("\r\nnamespace "); - #line 12 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 12 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.Config.Namespace)); #line default @@ -48,28 +48,28 @@ public override string TransformText() this.Write(".Model.Internal.MarshallTransformations\r\n{\r\n /// \r\n /// Response U" + "nmarshaller for "); - #line 15 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 15 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write(" Object\r\n /// \r\n public class "); - #line 17 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 17 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write("Unmarshaller : IUnmarshaller<"); - #line 17 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 17 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write(", XmlUnmarshallerContext>, IUnmarshaller<"); - #line 17 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 17 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default @@ -79,28 +79,28 @@ public override string TransformText() "\r\n /// \r\n /// \r\n " + " public "); - #line 24 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 24 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write(" Unmarshall(XmlUnmarshallerContext context)\r\n {\r\n "); - #line 26 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 26 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write(" unmarshalledObject = new "); - #line 26 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 26 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default #line hidden this.Write("();\r\n"); - #line 27 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 27 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" if(this.Structure != null && this.Structure.IsEvent && !this.Structure.HasImplicitEventPayloadMembers()) { @@ -114,14 +114,14 @@ public override string TransformText() this.Write(" using (var sr = new StreamReader(context.Stream))\r\n {\r\n " + " unmarshalledObject."); - #line 36 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 36 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(eventPayloadMember.PropertyName)); #line default #line hidden this.Write(" = sr.ReadToEnd();\r\n }\r\n"); - #line 38 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 38 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" } else @@ -132,14 +132,14 @@ public override string TransformText() #line hidden this.Write(" unmarshalledObject."); - #line 43 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 43 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(eventPayloadMember.PropertyName)); #line default #line hidden this.Write(" = context.Stream as MemoryStream;\r\n"); - #line 44 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 44 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" } } @@ -148,7 +148,7 @@ public override string TransformText() #line default #line hidden - #line 48 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 48 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" //HasImplicitEventPayloadMembers means that the structure does not have a member with the EventPayload trait if(this.Structure != null && (this.Structure.HasImplicitEventPayloadMembers() || !this.Structure.IsEvent)) @@ -169,7 +169,7 @@ public override string TransformText() { "); - #line 63 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 63 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" } @@ -177,7 +177,7 @@ public override string TransformText() #line default #line hidden - #line 66 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 66 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" if(this.Structure != null && (!this.Structure.IsEvent || this.Structure.HasImplicitEventPayloadMembers())) { @@ -193,35 +193,35 @@ public override string TransformText() #line hidden this.Write("\t\t\t\t\tif (context.TestExpression(\""); - #line 76 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 76 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.MarshallName)); #line default #line hidden this.Write("/"); - #line 76 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 76 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(listMarshallName)); #line default #line hidden this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvar unmarshaller = "); - #line 78 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 78 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t\tunmarshalledObject."); - #line 79 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 79 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.PropertyName)); #line default #line hidden this.Write(".Add(unmarshaller.Unmarshall(context));\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n"); - #line 82 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 82 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" } else @@ -232,28 +232,28 @@ public override string TransformText() #line hidden this.Write("\t\t\t\t\tif (context.TestExpression(\""); - #line 87 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 87 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.MarshallName)); #line default #line hidden this.Write("\", targetDepth))\r\n\t\t\t\t\t{\r\n\t\t\t\t\t\tvar unmarshaller = "); - #line 89 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 89 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.DetermineTypeUnmarshallerInstantiate())); #line default #line hidden this.Write(";\r\n\t\t\t\t\t\tunmarshalledObject."); - #line 90 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 90 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(member.PropertyName)); #line default #line hidden this.Write(" = unmarshaller.Unmarshall(context);\r\n\t\t\t\t\t\tcontinue;\r\n\t\t\t\t\t}\r\n"); - #line 93 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 93 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" } } @@ -278,7 +278,7 @@ public override string TransformText() /// public "); - #line 112 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 112 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.Write(this.ToStringHelper.ToStringWithCulture(this.UnmarshallerBaseName)); #line default @@ -286,7 +286,7 @@ public override string TransformText() this.Write(" Unmarshall(JsonUnmarshallerContext context)\r\n {\r\n throw new No" + "tImplementedException();\r\n }\r\n\r\n"); - #line 117 "C:\Dev\repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" + #line 117 "C:\Dev\Repos\aws-sdk-net-staging\generator\ServiceClientGeneratorLib\Generators\Marshallers\RestXmlStructureUnmarshaller.tt" this.AddStructureSingletonMethod(); diff --git a/sdk/src/Core/Amazon.Runtime/Internal/Transform/SimpleTypeUnmarshaller.cs b/sdk/src/Core/Amazon.Runtime/Internal/Transform/SimpleTypeUnmarshaller.cs index f18f88972680..cedd61a5431b 100644 --- a/sdk/src/Core/Amazon.Runtime/Internal/Transform/SimpleTypeUnmarshaller.cs +++ b/sdk/src/Core/Amazon.Runtime/Internal/Transform/SimpleTypeUnmarshaller.cs @@ -651,7 +651,7 @@ public KeyValuePair Unmarshall(XmlUnmarshallerContext context) while (context.Read()) { - if (context.TestExpression("key", targetDepth)) + if (context.TestExpression(context.KeyXmlName, targetDepth)) { key = this.keyUnmarshaller.Unmarshall(context); } @@ -659,7 +659,7 @@ public KeyValuePair Unmarshall(XmlUnmarshallerContext context) { key = this.keyUnmarshaller.Unmarshall(context); } - else if (context.TestExpression("value", targetDepth)) + else if (context.TestExpression(context.ValueXmlName, targetDepth)) { value = this.valueUnmarshaller.Unmarshall(context); } diff --git a/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs b/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs index 027bd25806cf..ec7c8c5bb28e 100644 --- a/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs +++ b/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs @@ -352,6 +352,8 @@ public class XmlUnmarshallerContext : UnmarshallerContext private bool disposed = false; private bool currentlyProcessingEmptyElement; private bool processEmptyElements = false; //Flip to true in v4 + private string valueXmlName = ""; + private string keyXmlName = ""; public Stream Stream { @@ -361,6 +363,39 @@ public Stream Stream } } + /// + /// For map shapes the KeyXmlName represents the "locationName" on the map shape's key member. This can be changed + /// via the @xmlName trait. This ensures that we don't check for a hardcoded "key" value, if the key's name was changed. + /// + public string KeyXmlName + { + set + { + keyXmlName = value; + } + get + { + return keyXmlName; + } + } + + /// + /// For map shapes the ValueXmlName represents the "locationName" on the map shape's value member. This can be changed + /// via the @xmlName trait. If the value is a structure type, we want to also check for the ValueXmlName when reading + /// the expression, since the map's value may define a different locationName for the structure other than the structure's + /// default locationName. + /// + public string ValueXmlName + { + set + { + valueXmlName = value; + } + get + { + return valueXmlName; + } + } /// /// Lookup of element names that are not skipped if empty within the XML response structure. /// From 675e5049eecc0faac1efb04e48afb87b2fda6054 Mon Sep 17 00:00:00 2001 From: Peter Song Date: Thu, 4 Apr 2024 18:09:57 -0700 Subject: [PATCH 2/3] Generated changes for issue 30 --- ...leteScheduledActionResponseUnmarshaller.cs | 2 ++ ...edUpdateGroupActionResponseUnmarshaller.cs | 2 ++ ...ribeAdjustmentTypesResponseUnmarshaller.cs | 2 ++ ...beAutoScalingGroupsResponseUnmarshaller.cs | 2 ++ ...utoScalingInstancesResponseUnmarshaller.cs | 2 ++ ...ngNotificationTypesResponseUnmarshaller.cs | 2 ++ ...beInstanceRefreshesResponseUnmarshaller.cs | 2 ++ ...aunchConfigurationsResponseUnmarshaller.cs | 2 ++ ...eLifecycleHookTypesResponseUnmarshaller.cs | 2 ++ ...cribeLifecycleHooksResponseUnmarshaller.cs | 2 ++ ...alancerTargetGroupsResponseUnmarshaller.cs | 2 ++ ...scribeLoadBalancersResponseUnmarshaller.cs | 2 ++ ...tricCollectionTypesResponseUnmarshaller.cs | 4 +++ ...ationConfigurationsResponseUnmarshaller.cs | 2 ++ .../DescribePoliciesResponseUnmarshaller.cs | 2 ++ ...beScalingActivitiesResponseUnmarshaller.cs | 2 ++ ...ScalingProcessTypesResponseUnmarshaller.cs | 2 ++ ...ibeScheduledActionsResponseUnmarshaller.cs | 2 ++ .../DescribeTagsResponseUnmarshaller.cs | 2 ++ ...minationPolicyTypesResponseUnmarshaller.cs | 2 ++ ...cribeTrafficSourcesResponseUnmarshaller.cs | 2 ++ .../DescribeWarmPoolResponseUnmarshaller.cs | 2 ++ .../DetachInstancesResponseUnmarshaller.cs | 2 ++ .../EnterStandbyResponseUnmarshaller.cs | 2 ++ .../ExitStandbyResponseUnmarshaller.cs | 2 ++ ...tiveScalingForecastResponseUnmarshaller.cs | 2 ++ .../PutScalingPolicyResponseUnmarshaller.cs | 2 ++ ...eTypeConfigurationsResponseUnmarshaller.cs | 6 ++++ ...scribeAccountLimitsResponseUnmarshaller.cs | 2 ++ ...cribeChangeSetHooksResponseUnmarshaller.cs | 2 ++ .../DescribeChangeSetResponseUnmarshaller.cs | 10 +++++++ ...beGeneratedTemplateResponseUnmarshaller.cs | 2 ++ ...escribeResourceScanResponseUnmarshaller.cs | 2 ++ ...DescribeStackEventsResponseUnmarshaller.cs | 2 ++ ...StackResourceDriftsResponseUnmarshaller.cs | 2 ++ ...cribeStackResourcesResponseUnmarshaller.cs | 2 ++ .../DescribeStacksResponseUnmarshaller.cs | 2 ++ .../DescribeTypeResponseUnmarshaller.cs | 2 ++ .../GetTemplateResponseUnmarshaller.cs | 2 ++ .../GetTemplateSummaryResponseUnmarshaller.cs | 10 +++++++ .../ListChangeSetsResponseUnmarshaller.cs | 2 ++ .../ListExportsResponseUnmarshaller.cs | 2 ++ ...tGeneratedTemplatesResponseUnmarshaller.cs | 2 ++ .../ListImportsResponseUnmarshaller.cs | 2 ++ ...canRelatedResourcesResponseUnmarshaller.cs | 2 ++ ...sourceScanResourcesResponseUnmarshaller.cs | 2 ++ .../ListResourceScansResponseUnmarshaller.cs | 2 ++ ...tanceResourceDriftsResponseUnmarshaller.cs | 2 ++ .../ListStackInstancesResponseUnmarshaller.cs | 2 ++ .../ListStackResourcesResponseUnmarshaller.cs | 2 ++ ...SetOperationResultsResponseUnmarshaller.cs | 2 ++ ...tStackSetOperationsResponseUnmarshaller.cs | 2 ++ .../ListStackSetsResponseUnmarshaller.cs | 2 ++ .../ListStacksResponseUnmarshaller.cs | 2 ++ ...stTypeRegistrationsResponseUnmarshaller.cs | 2 ++ .../ListTypeVersionsResponseUnmarshaller.cs | 2 ++ .../ListTypesResponseUnmarshaller.cs | 2 ++ .../ValidateTemplateResponseUnmarshaller.cs | 6 ++++ .../BuildSuggestersResponseUnmarshaller.cs | 2 ++ ...ribeAnalysisSchemesResponseUnmarshaller.cs | 2 ++ .../DescribeDomainsResponseUnmarshaller.cs | 2 ++ ...DescribeExpressionsResponseUnmarshaller.cs | 2 ++ ...DescribeIndexFieldsResponseUnmarshaller.cs | 2 ++ .../DescribeSuggestersResponseUnmarshaller.cs | 2 ++ .../IndexDocumentsResponseUnmarshaller.cs | 2 ++ .../ListDomainNamesResponseUnmarshaller.cs | 2 ++ .../DeleteInsightRulesResponseUnmarshaller.cs | 2 ++ ...escribeAlarmHistoryResponseUnmarshaller.cs | 2 ++ ...ribeAlarmsForMetricResponseUnmarshaller.cs | 2 ++ .../DescribeAlarmsResponseUnmarshaller.cs | 4 +++ ...ibeAnomalyDetectorsResponseUnmarshaller.cs | 2 ++ ...escribeInsightRulesResponseUnmarshaller.cs | 2 ++ ...DisableInsightRulesResponseUnmarshaller.cs | 2 ++ .../EnableInsightRulesResponseUnmarshaller.cs | 2 ++ ...etInsightRuleReportResponseUnmarshaller.cs | 6 ++++ .../GetMetricDataResponseUnmarshaller.cs | 4 +++ ...GetMetricStatisticsResponseUnmarshaller.cs | 2 ++ .../GetMetricStreamResponseUnmarshaller.cs | 6 ++++ .../ListDashboardsResponseUnmarshaller.cs | 2 ++ ...ManagedInsightRulesResponseUnmarshaller.cs | 2 ++ .../ListMetricStreamsResponseUnmarshaller.cs | 2 ++ .../ListMetricsResponseUnmarshaller.cs | 4 +++ ...ListTagsForResourceResponseUnmarshaller.cs | 2 ++ .../PutDashboardResponseUnmarshaller.cs | 2 ++ ...ManagedInsightRulesResponseUnmarshaller.cs | 2 ++ ...escribeCertificatesResponseUnmarshaller.cs | 2 ++ ...sterParameterGroupsResponseUnmarshaller.cs | 2 ++ ...DBClusterParametersResponseUnmarshaller.cs | 2 ++ ...eDBClusterSnapshotsResponseUnmarshaller.cs | 2 ++ .../DescribeDBClustersResponseUnmarshaller.cs | 2 ++ ...ibeDBEngineVersionsResponseUnmarshaller.cs | 2 ++ ...DescribeDBInstancesResponseUnmarshaller.cs | 2 ++ ...cribeDBSubnetGroupsResponseUnmarshaller.cs | 2 ++ ...ribeEventCategoriesResponseUnmarshaller.cs | 2 ++ ...eEventSubscriptionsResponseUnmarshaller.cs | 2 ++ .../DescribeEventsResponseUnmarshaller.cs | 2 ++ ...cribeGlobalClustersResponseUnmarshaller.cs | 2 ++ ...leDBInstanceOptionsResponseUnmarshaller.cs | 2 ++ ...gMaintenanceActionsResponseUnmarshaller.cs | 2 ++ ...ListTagsForResourceResponseUnmarshaller.cs | 2 ++ ...EndpointConnectionsResponseUnmarshaller.cs | 2 ++ .../AllocateHostsResponseUnmarshaller.cs | 2 ++ ...entVpnTargetNetworkResponseUnmarshaller.cs | 2 ++ ...AssignIpv6AddressesResponseUnmarshaller.cs | 4 +++ ...nPrivateIpAddressesResponseUnmarshaller.cs | 4 +++ ...teNatGatewayAddressResponseUnmarshaller.cs | 2 ++ ...teNatGatewayAddressResponseUnmarshaller.cs | 2 ++ ...SecurityGroupEgressResponseUnmarshaller.cs | 2 ++ ...ecurityGroupIngressResponseUnmarshaller.cs | 2 ++ ...tyReservationFleetsResponseUnmarshaller.cs | 4 +++ ...vedInstancesListingResponseUnmarshaller.cs | 2 ++ ...elSpotFleetRequestsResponseUnmarshaller.cs | 4 +++ ...potInstanceRequestsResponseUnmarshaller.cs | 2 ++ .../CopySnapshotResponseUnmarshaller.cs | 2 ++ ...ityReservationFleetResponseUnmarshaller.cs | 4 +++ .../CreateFleetResponseUnmarshaller.cs | 4 +++ .../CreateFlowLogsResponseUnmarshaller.cs | 4 +++ ...vedInstancesListingResponseUnmarshaller.cs | 2 ++ ...CreateSecurityGroupResponseUnmarshaller.cs | 2 ++ .../CreateSnapshotsResponseUnmarshaller.cs | 2 ++ .../DeleteFleetsResponseUnmarshaller.cs | 4 +++ .../DeleteFlowLogsResponseUnmarshaller.cs | 2 ++ ...nchTemplateVersionsResponseUnmarshaller.cs | 4 +++ ...edReservedInstancesResponseUnmarshaller.cs | 4 +++ ...ectionNotificationsResponseUnmarshaller.cs | 2 ++ ...rviceConfigurationsResponseUnmarshaller.cs | 2 ++ .../DeleteVpcEndpointsResponseUnmarshaller.cs | 2 ++ ...nPublicIpv4PoolCidrResponseUnmarshaller.cs | 2 ++ ...beAccountAttributesResponseUnmarshaller.cs | 2 ++ ...ibeAddressTransfersResponseUnmarshaller.cs | 2 ++ ...eAddressesAttributeResponseUnmarshaller.cs | 2 ++ .../DescribeAddressesResponseUnmarshaller.cs | 2 ++ ...beAggregateIdFormatResponseUnmarshaller.cs | 2 ++ ...beAvailabilityZonesResponseUnmarshaller.cs | 2 ++ ...MetricSubscriptionsResponseUnmarshaller.cs | 2 ++ ...DescribeBundleTasksResponseUnmarshaller.cs | 2 ++ .../DescribeByoipCidrsResponseUnmarshaller.cs | 2 ++ ...acityBlockOfferingsResponseUnmarshaller.cs | 2 ++ ...tyReservationFleetsResponseUnmarshaller.cs | 2 ++ ...apacityReservationsResponseUnmarshaller.cs | 2 ++ ...ribeCarrierGatewaysResponseUnmarshaller.cs | 2 ++ ...lassicLinkInstancesResponseUnmarshaller.cs | 2 ++ ...nAuthorizationRulesResponseUnmarshaller.cs | 2 ++ ...lientVpnConnectionsResponseUnmarshaller.cs | 2 ++ ...eClientVpnEndpointsResponseUnmarshaller.cs | 2 ++ ...ribeClientVpnRoutesResponseUnmarshaller.cs | 2 ++ ...ntVpnTargetNetworksResponseUnmarshaller.cs | 2 ++ .../DescribeCoipPoolsResponseUnmarshaller.cs | 2 ++ ...ribeConversionTasksResponseUnmarshaller.cs | 2 ++ ...ibeCustomerGatewaysResponseUnmarshaller.cs | 2 ++ ...DescribeDhcpOptionsResponseUnmarshaller.cs | 2 ++ ...nlyInternetGatewaysResponseUnmarshaller.cs | 2 ++ ...DescribeElasticGpusResponseUnmarshaller.cs | 2 ++ ...ibeExportImageTasksResponseUnmarshaller.cs | 2 ++ ...DescribeExportTasksResponseUnmarshaller.cs | 2 ++ ...ibeFastLaunchImagesResponseUnmarshaller.cs | 2 ++ ...astSnapshotRestoresResponseUnmarshaller.cs | 2 ++ ...escribeFleetHistoryResponseUnmarshaller.cs | 2 ++ ...cribeFleetInstancesResponseUnmarshaller.cs | 2 ++ .../DescribeFleetsResponseUnmarshaller.cs | 2 ++ .../DescribeFlowLogsResponseUnmarshaller.cs | 2 ++ .../DescribeFpgaImagesResponseUnmarshaller.cs | 2 ++ ...eservationOfferingsResponseUnmarshaller.cs | 2 ++ ...ibeHostReservationsResponseUnmarshaller.cs | 2 ++ .../DescribeHostsResponseUnmarshaller.cs | 2 ++ ...ProfileAssociationsResponseUnmarshaller.cs | 2 ++ .../DescribeIdFormatResponseUnmarshaller.cs | 2 ++ ...ibeIdentityIdFormatResponseUnmarshaller.cs | 2 ++ .../DescribeImagesResponseUnmarshaller.cs | 2 ++ ...ibeImportImageTasksResponseUnmarshaller.cs | 2 ++ ...ImportSnapshotTasksResponseUnmarshaller.cs | 2 ++ ...nceConnectEndpointsResponseUnmarshaller.cs | 2 ++ ...reditSpecificationsResponseUnmarshaller.cs | 2 ++ ...nstanceEventWindowsResponseUnmarshaller.cs | 2 ++ ...cribeInstanceStatusResponseUnmarshaller.cs | 2 ++ ...ibeInstanceTopologyResponseUnmarshaller.cs | 2 ++ ...stanceTypeOfferingsResponseUnmarshaller.cs | 2 ++ ...scribeInstanceTypesResponseUnmarshaller.cs | 2 ++ .../DescribeInstancesResponseUnmarshaller.cs | 2 ++ ...ibeInternetGatewaysResponseUnmarshaller.cs | 2 ++ .../DescribeIpamByoasnResponseUnmarshaller.cs | 2 ++ .../DescribeIpamPoolsResponseUnmarshaller.cs | 2 ++ ...ResourceDiscoveriesResponseUnmarshaller.cs | 2 ++ ...scoveryAssociationsResponseUnmarshaller.cs | 2 ++ .../DescribeIpamScopesResponseUnmarshaller.cs | 2 ++ .../DescribeIpamsResponseUnmarshaller.cs | 2 ++ .../DescribeIpv6PoolsResponseUnmarshaller.cs | 2 ++ .../DescribeKeyPairsResponseUnmarshaller.cs | 2 ++ ...nchTemplateVersionsResponseUnmarshaller.cs | 2 ++ ...ribeLaunchTemplatesResponseUnmarshaller.cs | 2 ++ ...ceGroupAssociationsResponseUnmarshaller.cs | 2 ++ ...ableVpcAssociationsResponseUnmarshaller.cs | 2 ++ ...lGatewayRouteTablesResponseUnmarshaller.cs | 2 ++ ...tualInterfaceGroupsResponseUnmarshaller.cs | 2 ++ ...ayVirtualInterfacesResponseUnmarshaller.cs | 2 ++ ...scribeLocalGatewaysResponseUnmarshaller.cs | 2 ++ ...ribeLockedSnapshotsResponseUnmarshaller.cs | 2 ++ ...eManagedPrefixListsResponseUnmarshaller.cs | 2 ++ ...ribeMovingAddressesResponseUnmarshaller.cs | 2 ++ ...DescribeNatGatewaysResponseUnmarshaller.cs | 2 ++ ...DescribeNetworkAclsResponseUnmarshaller.cs | 2 ++ ...AccessScopeAnalysesResponseUnmarshaller.cs | 2 ++ ...nsightsAccessScopesResponseUnmarshaller.cs | 2 ++ ...orkInsightsAnalysesResponseUnmarshaller.cs | 2 ++ ...etworkInsightsPathsResponseUnmarshaller.cs | 2 ++ ...kInterfaceAttributeResponseUnmarshaller.cs | 2 ++ ...nterfacePermissionsResponseUnmarshaller.cs | 2 ++ ...beNetworkInterfacesResponseUnmarshaller.cs | 2 ++ ...ribePlacementGroupsResponseUnmarshaller.cs | 2 ++ ...DescribePrefixListsResponseUnmarshaller.cs | 2 ++ ...bePrincipalIdFormatResponseUnmarshaller.cs | 2 ++ ...ribePublicIpv4PoolsResponseUnmarshaller.cs | 2 ++ .../DescribeRegionsResponseUnmarshaller.cs | 2 ++ ...laceRootVolumeTasksResponseUnmarshaller.cs | 2 ++ ...edInstancesListingsResponseUnmarshaller.cs | 2 ++ ...tancesModificationsResponseUnmarshaller.cs | 2 ++ ...dInstancesOfferingsResponseUnmarshaller.cs | 2 ++ ...beReservedInstancesResponseUnmarshaller.cs | 2 ++ ...DescribeRouteTablesResponseUnmarshaller.cs | 2 ++ ...nstanceAvailabilityResponseUnmarshaller.cs | 2 ++ ...eScheduledInstancesResponseUnmarshaller.cs | 2 ++ ...rityGroupReferencesResponseUnmarshaller.cs | 2 ++ ...eSecurityGroupRulesResponseUnmarshaller.cs | 2 ++ ...cribeSecurityGroupsResponseUnmarshaller.cs | 2 ++ ...beSnapshotAttributeResponseUnmarshaller.cs | 4 +++ ...eSnapshotTierStatusResponseUnmarshaller.cs | 2 ++ .../DescribeSnapshotsResponseUnmarshaller.cs | 2 ++ ...eSpotFleetInstancesResponseUnmarshaller.cs | 2 ++ ...FleetRequestHistoryResponseUnmarshaller.cs | 2 ++ ...beSpotFleetRequestsResponseUnmarshaller.cs | 2 ++ ...potInstanceRequestsResponseUnmarshaller.cs | 2 ++ ...ibeSpotPriceHistoryResponseUnmarshaller.cs | 2 ++ ...StaleSecurityGroupsResponseUnmarshaller.cs | 2 ++ ...ribeStoreImageTasksResponseUnmarshaller.cs | 2 ++ .../DescribeSubnetsResponseUnmarshaller.cs | 2 ++ .../DescribeTagsResponseUnmarshaller.cs | 2 ++ ...rafficMirrorFiltersResponseUnmarshaller.cs | 2 ++ ...afficMirrorSessionsResponseUnmarshaller.cs | 2 ++ ...rafficMirrorTargetsResponseUnmarshaller.cs | 2 ++ ...tGatewayAttachmentsResponseUnmarshaller.cs | 2 ++ ...GatewayConnectPeersResponseUnmarshaller.cs | 2 ++ ...nsitGatewayConnectsResponseUnmarshaller.cs | 2 ++ ...wayMulticastDomainsResponseUnmarshaller.cs | 2 ++ ...yPeeringAttachmentsResponseUnmarshaller.cs | 2 ++ ...GatewayPolicyTablesResponseUnmarshaller.cs | 2 ++ ...eTableAnnouncementsResponseUnmarshaller.cs | 2 ++ ...tGatewayRouteTablesResponseUnmarshaller.cs | 2 ++ ...tewayVpcAttachmentsResponseUnmarshaller.cs | 2 ++ ...ribeTransitGatewaysResponseUnmarshaller.cs | 2 ++ ...terfaceAssociationsResponseUnmarshaller.cs | 2 ++ ...fiedAccessEndpointsResponseUnmarshaller.cs | 2 ++ ...erifiedAccessGroupsResponseUnmarshaller.cs | 2 ++ ...ggingConfigurationsResponseUnmarshaller.cs | 2 ++ ...fiedAccessInstancesResponseUnmarshaller.cs | 2 ++ ...ccessTrustProvidersResponseUnmarshaller.cs | 2 ++ ...ribeVolumeAttributeResponseUnmarshaller.cs | 2 ++ ...escribeVolumeStatusResponseUnmarshaller.cs | 2 ++ ...olumesModificationsResponseUnmarshaller.cs | 2 ++ .../DescribeVolumesResponseUnmarshaller.cs | 2 ++ ...assicLinkDnsSupportResponseUnmarshaller.cs | 2 ++ ...cribeVpcClassicLinkResponseUnmarshaller.cs | 2 ++ ...ectionNotificationsResponseUnmarshaller.cs | 2 ++ ...EndpointConnectionsResponseUnmarshaller.cs | 2 ++ ...rviceConfigurationsResponseUnmarshaller.cs | 2 ++ ...tServicePermissionsResponseUnmarshaller.cs | 2 ++ ...VpcEndpointServicesResponseUnmarshaller.cs | 4 +++ ...escribeVpcEndpointsResponseUnmarshaller.cs | 2 ++ ...cPeeringConnectionsResponseUnmarshaller.cs | 2 ++ .../DescribeVpcsResponseUnmarshaller.cs | 2 ++ ...cribeVpnConnectionsResponseUnmarshaller.cs | 2 ++ ...DescribeVpnGatewaysResponseUnmarshaller.cs | 2 ++ ...astSnapshotRestoresResponseUnmarshaller.cs | 4 +++ ...teNatGatewayAddressResponseUnmarshaller.cs | 2 ++ ...astSnapshotRestoresResponseUnmarshaller.cs | 4 +++ .../ExportImageResponseUnmarshaller.cs | 2 ++ ...CertificateIamRolesResponseUnmarshaller.cs | 2 ++ ...ciatedIpv6PoolCidrsResponseUnmarshaller.cs | 2 ++ ...workPerformanceDataResponseUnmarshaller.cs | 2 ++ ...ityReservationUsageResponseUnmarshaller.cs | 2 ++ .../GetCoipPoolUsageResponseUnmarshaller.cs | 2 ++ ...CapacityReservationResponseUnmarshaller.cs | 2 ++ ...tionPurchasePreviewResponseUnmarshaller.cs | 2 ++ ...nstanceRequirementsResponseUnmarshaller.cs | 2 ++ ...tIpamAddressHistoryResponseUnmarshaller.cs | 2 ++ ...mDiscoveredAccountsResponseUnmarshaller.cs | 2 ++ ...eredPublicAddressesResponseUnmarshaller.cs | 2 ++ ...overedResourceCidrsResponseUnmarshaller.cs | 2 ++ ...IpamPoolAllocationsResponseUnmarshaller.cs | 2 ++ .../GetIpamPoolCidrsResponseUnmarshaller.cs | 2 ++ ...etIpamResourceCidrsResponseUnmarshaller.cs | 2 ++ ...fixListAssociationsResponseUnmarshaller.cs | 2 ++ ...edPrefixListEntriesResponseUnmarshaller.cs | 2 ++ ...opeAnalysisFindingsResponseUnmarshaller.cs | 2 ++ ...tancesExchangeQuoteResponseUnmarshaller.cs | 4 +++ ...ecurityGroupsForVpcResponseUnmarshaller.cs | 2 ++ ...SpotPlacementScoresResponseUnmarshaller.cs | 2 ++ ...netCidrReservationsResponseUnmarshaller.cs | 4 +++ ...achmentPropagationsResponseUnmarshaller.cs | 2 ++ ...tDomainAssociationsResponseUnmarshaller.cs | 2 ++ ...cyTableAssociationsResponseUnmarshaller.cs | 2 ++ ...yPolicyTableEntriesResponseUnmarshaller.cs | 2 ++ ...refixListReferencesResponseUnmarshaller.cs | 2 ++ ...teTableAssociationsResponseUnmarshaller.cs | 2 ++ ...teTablePropagationsResponseUnmarshaller.cs | 2 ++ ...nnectionDeviceTypesResponseUnmarshaller.cs | 2 ++ .../ImportImageResponseUnmarshaller.cs | 6 ++++ .../ImportKeyPairResponseUnmarshaller.cs | 2 ++ .../ImportSnapshotResponseUnmarshaller.cs | 2 ++ ...tImagesInRecycleBinResponseUnmarshaller.cs | 2 ++ ...apshotsInRecycleBinResponseUnmarshaller.cs | 2 ++ .../ModifyHostsResponseUnmarshaller.cs | 4 +++ ...CreditSpecificationResponseUnmarshaller.cs | 4 +++ ...tServicePermissionsResponseUnmarshaller.cs | 2 ++ .../MonitorInstancesResponseUnmarshaller.cs | 2 ++ ...haseHostReservationResponseUnmarshaller.cs | 2 ++ ...eScheduledInstancesResponseUnmarshaller.cs | 2 ++ ...EndpointConnectionsResponseUnmarshaller.cs | 2 ++ .../ReleaseHostsResponseUnmarshaller.cs | 4 +++ ...equestSpotInstancesResponseUnmarshaller.cs | 2 ++ ...SecurityGroupEgressResponseUnmarshaller.cs | 2 ++ ...ecurityGroupIngressResponseUnmarshaller.cs | 2 ++ ...nScheduledInstancesResponseUnmarshaller.cs | 2 ++ ...hLocalGatewayRoutesResponseUnmarshaller.cs | 2 ++ ...ewayMulticastGroupsResponseUnmarshaller.cs | 2 ++ ...ransitGatewayRoutesResponseUnmarshaller.cs | 2 ++ .../StartInstancesResponseUnmarshaller.cs | 2 ++ .../StopInstancesResponseUnmarshaller.cs | 2 ++ ...lientVpnConnectionsResponseUnmarshaller.cs | 2 ++ .../TerminateInstancesResponseUnmarshaller.cs | 2 ++ ...assignIpv6AddressesResponseUnmarshaller.cs | 4 +++ ...teNatGatewayAddressResponseUnmarshaller.cs | 2 ++ .../UnmonitorInstancesResponseUnmarshaller.cs | 2 ++ .../AddTagsToResourceResponseUnmarshaller.cs | 2 ++ ...chApplyUpdateActionResponseUnmarshaller.cs | 4 +++ ...tchStopUpdateActionResponseUnmarshaller.cs | 4 +++ .../CreateUserGroupResponseUnmarshaller.cs | 6 ++++ .../CreateUserResponseUnmarshaller.cs | 2 ++ .../DeleteUserGroupResponseUnmarshaller.cs | 6 ++++ .../DeleteUserResponseUnmarshaller.cs | 2 ++ ...scribeCacheClustersResponseUnmarshaller.cs | 2 ++ ...CacheEngineVersionsResponseUnmarshaller.cs | 2 ++ ...acheParameterGroupsResponseUnmarshaller.cs | 2 ++ ...ribeCacheParametersResponseUnmarshaller.cs | 4 +++ ...CacheSecurityGroupsResponseUnmarshaller.cs | 2 ++ ...beCacheSubnetGroupsResponseUnmarshaller.cs | 2 ++ .../DescribeEventsResponseUnmarshaller.cs | 2 ++ ...alReplicationGroupsResponseUnmarshaller.cs | 2 ++ ...beReplicationGroupsResponseUnmarshaller.cs | 2 ++ ...CacheNodesOfferingsResponseUnmarshaller.cs | 2 ++ ...eReservedCacheNodesResponseUnmarshaller.cs | 2 ++ ...rlessCacheSnapshotsResponseUnmarshaller.cs | 2 ++ ...ibeServerlessCachesResponseUnmarshaller.cs | 2 ++ ...cribeServiceUpdatesResponseUnmarshaller.cs | 2 ++ .../DescribeSnapshotsResponseUnmarshaller.cs | 2 ++ ...scribeUpdateActionsResponseUnmarshaller.cs | 2 ++ .../DescribeUserGroupsResponseUnmarshaller.cs | 2 ++ .../DescribeUsersResponseUnmarshaller.cs | 2 ++ ...deTypeModificationsResponseUnmarshaller.cs | 4 +++ ...ListTagsForResourceResponseUnmarshaller.cs | 2 ++ .../ModifyUserGroupResponseUnmarshaller.cs | 6 ++++ .../ModifyUserResponseUnmarshaller.cs | 2 ++ ...oveTagsFromResourceResponseUnmarshaller.cs | 2 ++ ...ComposeEnvironmentsResponseUnmarshaller.cs | 2 ++ ...nfigurationTemplateResponseUnmarshaller.cs | 2 ++ .../CreateEnvironmentResponseUnmarshaller.cs | 2 ++ ...ApplicationVersionsResponseUnmarshaller.cs | 2 ++ ...escribeApplicationsResponseUnmarshaller.cs | 2 ++ ...onfigurationOptionsResponseUnmarshaller.cs | 2 ++ ...nfigurationSettingsResponseUnmarshaller.cs | 2 ++ ...beEnvironmentHealthResponseUnmarshaller.cs | 2 ++ ...anagedActionHistoryResponseUnmarshaller.cs | 2 ++ ...nmentManagedActionsResponseUnmarshaller.cs | 2 ++ ...escribeEnvironmentsResponseUnmarshaller.cs | 2 ++ .../DescribeEventsResponseUnmarshaller.cs | 2 ++ ...ribeInstancesHealthResponseUnmarshaller.cs | 2 ++ ...lableSolutionStacksResponseUnmarshaller.cs | 4 +++ ...istPlatformBranchesResponseUnmarshaller.cs | 2 ++ ...istPlatformVersionsResponseUnmarshaller.cs | 2 ++ ...ListTagsForResourceResponseUnmarshaller.cs | 2 ++ ...ieveEnvironmentInfoResponseUnmarshaller.cs | 2 ++ ...erminateEnvironmentResponseUnmarshaller.cs | 2 ++ ...nfigurationTemplateResponseUnmarshaller.cs | 2 ++ .../UpdateEnvironmentResponseUnmarshaller.cs | 2 ++ ...nfigurationSettingsResponseUnmarshaller.cs | 2 ++ ...roupsToLoadBalancerResponseUnmarshaller.cs | 2 ++ ...adBalancerToSubnetsResponseUnmarshaller.cs | 2 ++ ...cesFromLoadBalancerResponseUnmarshaller.cs | 2 ++ ...scribeAccountLimitsResponseUnmarshaller.cs | 2 ++ ...cribeInstanceHealthResponseUnmarshaller.cs | 2 ++ ...oadBalancerPoliciesResponseUnmarshaller.cs | 2 ++ ...BalancerPolicyTypesResponseUnmarshaller.cs | 2 ++ ...scribeLoadBalancersResponseUnmarshaller.cs | 2 ++ .../DescribeTagsResponseUnmarshaller.cs | 2 ++ ...BalancerFromSubnetsResponseUnmarshaller.cs | 2 ++ ...onesForLoadBalancerResponseUnmarshaller.cs | 2 ++ ...onesForLoadBalancerResponseUnmarshaller.cs | 2 ++ ...cesWithLoadBalancerResponseUnmarshaller.cs | 2 ++ ...istenerCertificatesResponseUnmarshaller.cs | 2 ++ ...ustStoreRevocationsResponseUnmarshaller.cs | 2 ++ .../CreateListenerResponseUnmarshaller.cs | 2 ++ .../CreateLoadBalancerResponseUnmarshaller.cs | 2 ++ .../CreateRuleResponseUnmarshaller.cs | 2 ++ .../CreateTargetGroupResponseUnmarshaller.cs | 2 ++ .../CreateTrustStoreResponseUnmarshaller.cs | 2 ++ ...scribeAccountLimitsResponseUnmarshaller.cs | 2 ++ ...istenerCertificatesResponseUnmarshaller.cs | 2 ++ .../DescribeListenersResponseUnmarshaller.cs | 2 ++ ...dBalancerAttributesResponseUnmarshaller.cs | 2 ++ ...scribeLoadBalancersResponseUnmarshaller.cs | 2 ++ .../DescribeRulesResponseUnmarshaller.cs | 2 ++ ...DescribeSSLPoliciesResponseUnmarshaller.cs | 2 ++ .../DescribeTagsResponseUnmarshaller.cs | 2 ++ ...rgetGroupAttributesResponseUnmarshaller.cs | 2 ++ ...escribeTargetGroupsResponseUnmarshaller.cs | 2 ++ ...escribeTargetHealthResponseUnmarshaller.cs | 2 ++ ...stStoreAssociationsResponseUnmarshaller.cs | 2 ++ ...ustStoreRevocationsResponseUnmarshaller.cs | 2 ++ ...DescribeTrustStoresResponseUnmarshaller.cs | 2 ++ .../ModifyListenerResponseUnmarshaller.cs | 2 ++ ...dBalancerAttributesResponseUnmarshaller.cs | 2 ++ .../ModifyRuleResponseUnmarshaller.cs | 2 ++ ...rgetGroupAttributesResponseUnmarshaller.cs | 2 ++ .../ModifyTargetGroupResponseUnmarshaller.cs | 2 ++ .../ModifyTrustStoreResponseUnmarshaller.cs | 2 ++ .../SetRulePrioritiesResponseUnmarshaller.cs | 2 ++ .../SetSecurityGroupsResponseUnmarshaller.cs | 2 ++ .../SetSubnetsResponseUnmarshaller.cs | 2 ++ ...enIDConnectProviderResponseUnmarshaller.cs | 2 ++ .../CreateSAMLProviderResponseUnmarshaller.cs | 2 ++ ...uthorizationDetailsResponseUnmarshaller.cs | 8 ++++++ .../GetAccountSummaryResponseUnmarshaller.cs | 2 ++ ...KeysForCustomPolicyResponseUnmarshaller.cs | 2 ++ ...sForPrincipalPolicyResponseUnmarshaller.cs | 2 ++ .../GetGroupResponseUnmarshaller.cs | 2 ++ .../GetMFADeviceResponseUnmarshaller.cs | 2 ++ ...enIDConnectProviderResponseUnmarshaller.cs | 6 ++++ ...zationsAccessReportResponseUnmarshaller.cs | 2 ++ .../GetSAMLProviderResponseUnmarshaller.cs | 2 ++ ...LastAccessedDetailsResponseUnmarshaller.cs | 2 ++ ...DetailsWithEntitiesResponseUnmarshaller.cs | 2 ++ .../ListAccessKeysResponseUnmarshaller.cs | 2 ++ .../ListAccountAliasesResponseUnmarshaller.cs | 2 ++ ...tachedGroupPoliciesResponseUnmarshaller.cs | 2 ++ ...ttachedRolePoliciesResponseUnmarshaller.cs | 2 ++ ...ttachedUserPoliciesResponseUnmarshaller.cs | 2 ++ ...stEntitiesForPolicyResponseUnmarshaller.cs | 6 ++++ .../ListGroupPoliciesResponseUnmarshaller.cs | 2 ++ .../ListGroupsForUserResponseUnmarshaller.cs | 2 ++ .../ListGroupsResponseUnmarshaller.cs | 2 ++ ...InstanceProfileTagsResponseUnmarshaller.cs | 2 ++ ...anceProfilesForRoleResponseUnmarshaller.cs | 2 ++ ...istInstanceProfilesResponseUnmarshaller.cs | 2 ++ .../ListMFADeviceTagsResponseUnmarshaller.cs | 2 ++ .../ListMFADevicesResponseUnmarshaller.cs | 2 ++ ...ConnectProviderTagsResponseUnmarshaller.cs | 2 ++ ...nIDConnectProvidersResponseUnmarshaller.cs | 2 ++ ...antingServiceAccessResponseUnmarshaller.cs | 2 ++ .../ListPoliciesResponseUnmarshaller.cs | 2 ++ .../ListPolicyTagsResponseUnmarshaller.cs | 2 ++ .../ListPolicyVersionsResponseUnmarshaller.cs | 2 ++ .../ListRolePoliciesResponseUnmarshaller.cs | 2 ++ .../ListRoleTagsResponseUnmarshaller.cs | 2 ++ .../ListRolesResponseUnmarshaller.cs | 2 ++ ...istSAMLProviderTagsResponseUnmarshaller.cs | 2 ++ .../ListSAMLProvidersResponseUnmarshaller.cs | 2 ++ .../ListSSHPublicKeysResponseUnmarshaller.cs | 2 ++ ...rverCertificateTagsResponseUnmarshaller.cs | 2 ++ ...tServerCertificatesResponseUnmarshaller.cs | 2 ++ ...SpecificCredentialsResponseUnmarshaller.cs | 2 ++ ...SigningCertificatesResponseUnmarshaller.cs | 2 ++ .../ListUserPoliciesResponseUnmarshaller.cs | 2 ++ .../ListUserTagsResponseUnmarshaller.cs | 2 ++ .../ListUsersResponseUnmarshaller.cs | 2 ++ ...stVirtualMFADevicesResponseUnmarshaller.cs | 2 ++ ...imulateCustomPolicyResponseUnmarshaller.cs | 2 ++ ...latePrincipalPolicyResponseUnmarshaller.cs | 2 ++ ...adServerCertificateResponseUnmarshaller.cs | 2 ++ .../CreateJobResponseUnmarshaller.cs | 2 ++ .../GetStatusResponseUnmarshaller.cs | 2 ++ .../ListJobsResponseUnmarshaller.cs | 2 ++ .../UpdateJobResponseUnmarshaller.cs | 2 ++ ...teDBClusterEndpointResponseUnmarshaller.cs | 4 +++ ...teDBClusterEndpointResponseUnmarshaller.cs | 4 +++ ...eDBClusterEndpointsResponseUnmarshaller.cs | 2 ++ ...sterParameterGroupsResponseUnmarshaller.cs | 2 ++ ...DBClusterParametersResponseUnmarshaller.cs | 2 ++ ...eDBClusterSnapshotsResponseUnmarshaller.cs | 2 ++ .../DescribeDBClustersResponseUnmarshaller.cs | 2 ++ ...ibeDBEngineVersionsResponseUnmarshaller.cs | 2 ++ ...DescribeDBInstancesResponseUnmarshaller.cs | 2 ++ ...beDBParameterGroupsResponseUnmarshaller.cs | 2 ++ ...escribeDBParametersResponseUnmarshaller.cs | 2 ++ ...cribeDBSubnetGroupsResponseUnmarshaller.cs | 2 ++ ...ribeEventCategoriesResponseUnmarshaller.cs | 2 ++ ...eEventSubscriptionsResponseUnmarshaller.cs | 2 ++ .../DescribeEventsResponseUnmarshaller.cs | 2 ++ ...cribeGlobalClustersResponseUnmarshaller.cs | 2 ++ ...leDBInstanceOptionsResponseUnmarshaller.cs | 2 ++ ...gMaintenanceActionsResponseUnmarshaller.cs | 2 ++ ...ListTagsForResourceResponseUnmarshaller.cs | 2 ++ ...fyDBClusterEndpointResponseUnmarshaller.cs | 4 +++ .../CancelExportTaskResponseUnmarshaller.cs | 2 ++ ...stomDBEngineVersionResponseUnmarshaller.cs | 18 ++++++++++++ ...teDBClusterEndpointResponseUnmarshaller.cs | 4 +++ .../CreateIntegrationResponseUnmarshaller.cs | 6 ++++ ...stomDBEngineVersionResponseUnmarshaller.cs | 18 ++++++++++++ ...teDBClusterEndpointResponseUnmarshaller.cs | 4 +++ .../DeleteIntegrationResponseUnmarshaller.cs | 6 ++++ ...beAccountAttributesResponseUnmarshaller.cs | 2 ++ ...lueGreenDeploymentsResponseUnmarshaller.cs | 2 ++ ...escribeCertificatesResponseUnmarshaller.cs | 2 ++ ...terAutomatedBackupsResponseUnmarshaller.cs | 2 ++ ...DBClusterBacktracksResponseUnmarshaller.cs | 2 ++ ...eDBClusterEndpointsResponseUnmarshaller.cs | 2 ++ ...sterParameterGroupsResponseUnmarshaller.cs | 2 ++ ...DBClusterParametersResponseUnmarshaller.cs | 2 ++ ...eDBClusterSnapshotsResponseUnmarshaller.cs | 2 ++ .../DescribeDBClustersResponseUnmarshaller.cs | 2 ++ ...ibeDBEngineVersionsResponseUnmarshaller.cs | 2 ++ ...nceAutomatedBackupsResponseUnmarshaller.cs | 2 ++ ...DescribeDBInstancesResponseUnmarshaller.cs | 2 ++ .../DescribeDBLogFilesResponseUnmarshaller.cs | 2 ++ ...beDBParameterGroupsResponseUnmarshaller.cs | 2 ++ ...escribeDBParametersResponseUnmarshaller.cs | 2 ++ .../DescribeDBProxiesResponseUnmarshaller.cs | 2 ++ ...ibeDBProxyEndpointsResponseUnmarshaller.cs | 2 ++ ...DBProxyTargetGroupsResponseUnmarshaller.cs | 2 ++ ...cribeDBProxyTargetsResponseUnmarshaller.cs | 2 ++ ...beDBRecommendationsResponseUnmarshaller.cs | 2 ++ ...ibeDBSecurityGroupsResponseUnmarshaller.cs | 2 ++ ...scribeDBShardGroupsResponseUnmarshaller.cs | 2 ++ ...shotTenantDatabasesResponseUnmarshaller.cs | 2 ++ ...DescribeDBSnapshotsResponseUnmarshaller.cs | 2 ++ ...cribeDBSubnetGroupsResponseUnmarshaller.cs | 2 ++ ...ribeEventCategoriesResponseUnmarshaller.cs | 2 ++ ...eEventSubscriptionsResponseUnmarshaller.cs | 2 ++ .../DescribeEventsResponseUnmarshaller.cs | 2 ++ ...DescribeExportTasksResponseUnmarshaller.cs | 2 ++ ...cribeGlobalClustersResponseUnmarshaller.cs | 2 ++ ...escribeIntegrationsResponseUnmarshaller.cs | 2 ++ ...eOptionGroupOptionsResponseUnmarshaller.cs | 2 ++ ...escribeOptionGroupsResponseUnmarshaller.cs | 2 ++ ...leDBInstanceOptionsResponseUnmarshaller.cs | 2 ++ ...gMaintenanceActionsResponseUnmarshaller.cs | 2 ++ ...BInstancesOfferingsResponseUnmarshaller.cs | 2 ++ ...ReservedDBInstancesResponseUnmarshaller.cs | 2 ++ ...scribeSourceRegionsResponseUnmarshaller.cs | 2 ++ ...ribeTenantDatabasesResponseUnmarshaller.cs | 2 ++ ...ListTagsForResourceResponseUnmarshaller.cs | 2 ++ ...stomDBEngineVersionResponseUnmarshaller.cs | 18 ++++++++++++ ...fyDBClusterEndpointResponseUnmarshaller.cs | 4 +++ ...isterDBProxyTargetsResponseUnmarshaller.cs | 2 ++ .../StartExportTaskResponseUnmarshaller.cs | 2 ++ ...teDataShareConsumerResponseUnmarshaller.cs | 2 ++ .../AuthorizeDataShareResponseUnmarshaller.cs | 2 ++ ...orizeEndpointAccessResponseUnmarshaller.cs | 2 ++ ...eteClusterSnapshotsResponseUnmarshaller.cs | 4 +++ ...ifyClusterSnapshotsResponseUnmarshaller.cs | 4 +++ .../CancelResizeResponseUnmarshaller.cs | 6 ++++ ...reateEndpointAccessResponseUnmarshaller.cs | 2 ++ ...eateScheduledActionResponseUnmarshaller.cs | 2 ++ ...ateSnapshotScheduleResponseUnmarshaller.cs | 8 ++++++ .../CreateUsageLimitResponseUnmarshaller.cs | 2 ++ ...eauthorizeDataShareResponseUnmarshaller.cs | 2 ++ ...eleteEndpointAccessResponseUnmarshaller.cs | 2 ++ ...beAccountAttributesResponseUnmarshaller.cs | 2 ++ ...henticationProfilesResponseUnmarshaller.cs | 2 ++ ...eClusterDbRevisionsResponseUnmarshaller.cs | 2 ++ ...sterParameterGroupsResponseUnmarshaller.cs | 2 ++ ...beClusterParametersResponseUnmarshaller.cs | 2 ++ ...usterSecurityGroupsResponseUnmarshaller.cs | 2 ++ ...ibeClusterSnapshotsResponseUnmarshaller.cs | 2 ++ ...ClusterSubnetGroupsResponseUnmarshaller.cs | 2 ++ ...scribeClusterTracksResponseUnmarshaller.cs | 2 ++ ...ribeClusterVersionsResponseUnmarshaller.cs | 2 ++ .../DescribeClustersResponseUnmarshaller.cs | 2 ++ ...mDomainAssociationsResponseUnmarshaller.cs | 2 ++ ...taSharesForConsumerResponseUnmarshaller.cs | 2 ++ ...taSharesForProducerResponseUnmarshaller.cs | 2 ++ .../DescribeDataSharesResponseUnmarshaller.cs | 2 ++ ...cribeEndpointAccessResponseUnmarshaller.cs | 2 ++ ...dpointAuthorizationResponseUnmarshaller.cs | 2 ++ ...ribeEventCategoriesResponseUnmarshaller.cs | 2 ++ ...eEventSubscriptionsResponseUnmarshaller.cs | 2 ++ .../DescribeEventsResponseUnmarshaller.cs | 2 ++ ...mClientCertificatesResponseUnmarshaller.cs | 2 ++ ...beHsmConfigurationsResponseUnmarshaller.cs | 2 ++ ...InboundIntegrationsResponseUnmarshaller.cs | 2 ++ ...scribeLoggingStatusResponseUnmarshaller.cs | 2 ++ ...onfigurationOptionsResponseUnmarshaller.cs | 2 ++ ...rableClusterOptionsResponseUnmarshaller.cs | 2 ++ .../DescribePartnersResponseUnmarshaller.cs | 2 ++ ...hiftIdcApplicationsResponseUnmarshaller.cs | 2 ++ ...dNodeExchangeStatusResponseUnmarshaller.cs | 2 ++ ...servedNodeOfferingsResponseUnmarshaller.cs | 2 ++ ...scribeReservedNodesResponseUnmarshaller.cs | 2 ++ .../DescribeResizeResponseUnmarshaller.cs | 6 ++++ ...ibeScheduledActionsResponseUnmarshaller.cs | 2 ++ ...eSnapshotCopyGrantsResponseUnmarshaller.cs | 2 ++ ...beSnapshotSchedulesResponseUnmarshaller.cs | 2 ++ ...eTableRestoreStatusResponseUnmarshaller.cs | 2 ++ .../DescribeTagsResponseUnmarshaller.cs | 2 ++ ...DescribeUsageLimitsResponseUnmarshaller.cs | 2 ++ .../DisableLoggingResponseUnmarshaller.cs | 2 ++ ...teDataShareConsumerResponseUnmarshaller.cs | 2 ++ .../EnableLoggingResponseUnmarshaller.cs | 2 ++ ...onfigurationOptionsResponseUnmarshaller.cs | 2 ++ ...deExchangeOfferingsResponseUnmarshaller.cs | 2 ++ ...ListRecommendationsResponseUnmarshaller.cs | 2 ++ ...odifyEndpointAccessResponseUnmarshaller.cs | 2 ++ ...difyScheduledActionResponseUnmarshaller.cs | 2 ++ ...ifySnapshotScheduleResponseUnmarshaller.cs | 8 ++++++ .../ModifyUsageLimitResponseUnmarshaller.cs | 2 ++ .../RejectDataShareResponseUnmarshaller.cs | 2 ++ ...evokeEndpointAccessResponseUnmarshaller.cs | 2 ++ .../GetAccessPointResponseUnmarshaller.cs | 2 ++ .../GetAttributesResponseUnmarshaller.cs | 2 ++ .../ListDomainsResponseUnmarshaller.cs | 2 ++ .../SelectResponseUnmarshaller.cs | 2 ++ ...ctiveReceiptRuleSetResponseUnmarshaller.cs | 2 ++ ...ibeConfigurationSetResponseUnmarshaller.cs | 2 ++ ...cribeReceiptRuleSetResponseUnmarshaller.cs | 2 ++ ...ntityDkimAttributesResponseUnmarshaller.cs | 2 ++ ...romDomainAttributesResponseUnmarshaller.cs | 2 ++ ...ificationAttributesResponseUnmarshaller.cs | 2 ++ ...GetIdentityPoliciesResponseUnmarshaller.cs | 2 ++ ...ificationAttributesResponseUnmarshaller.cs | 2 ++ .../GetSendStatisticsResponseUnmarshaller.cs | 2 ++ ...stConfigurationSetsResponseUnmarshaller.cs | 2 ++ ...ationEmailTemplatesResponseUnmarshaller.cs | 2 ++ .../ListIdentitiesResponseUnmarshaller.cs | 2 ++ ...istIdentityPoliciesResponseUnmarshaller.cs | 2 ++ .../ListReceiptFiltersResponseUnmarshaller.cs | 2 ++ ...ListReceiptRuleSetsResponseUnmarshaller.cs | 2 ++ .../ListTemplatesResponseUnmarshaller.cs | 2 ++ ...ifiedEmailAddressesResponseUnmarshaller.cs | 2 ++ ...dBulkTemplatedEmailResponseUnmarshaller.cs | 2 ++ .../VerifyDomainDkimResponseUnmarshaller.cs | 2 ++ ...tEndpointAttributesResponseUnmarshaller.cs | 2 ++ ...plicationAttributesResponseUnmarshaller.cs | 2 ++ .../GetSMSAttributesResponseUnmarshaller.cs | 2 ++ ...scriptionAttributesResponseUnmarshaller.cs | 2 ++ .../GetTopicAttributesResponseUnmarshaller.cs | 2 ++ ...PlatformApplicationResponseUnmarshaller.cs | 2 ++ ...tOriginationNumbersResponseUnmarshaller.cs | 2 ++ ...honeNumbersOptedOutResponseUnmarshaller.cs | 2 ++ ...latformApplicationsResponseUnmarshaller.cs | 2 ++ ...SandboxPhoneNumbersResponseUnmarshaller.cs | 2 ++ ...ubscriptionsByTopicResponseUnmarshaller.cs | 2 ++ .../ListSubscriptionsResponseUnmarshaller.cs | 2 ++ ...ListTagsForResourceResponseUnmarshaller.cs | 2 ++ .../ListTopicsResponseUnmarshaller.cs | 2 ++ .../PublishBatchResponseUnmarshaller.cs | 4 +++ .../XmlEmptyListsResponseUnmarshaller.cs | 28 +++++++++++++++++++ .../XmlEnumsResponseUnmarshaller.cs | 6 ++++ .../XmlIntEnumsResponseUnmarshaller.cs | 6 ++++ .../XmlListsResponseUnmarshaller.cs | 28 +++++++++++++++++++ .../FlattenedXmlMapResponseUnmarshaller.cs | 2 ++ ...edXmlMapWithXmlNameResponseUnmarshaller.cs | 2 ++ ...MapWithXmlNamespaceResponseUnmarshaller.cs | 2 ++ .../XmlEmptyListsResponseUnmarshaller.cs | 28 +++++++++++++++++++ .../XmlEmptyMapsResponseUnmarshaller.cs | 2 ++ .../XmlEnumsResponseUnmarshaller.cs | 6 ++++ .../XmlIntEnumsResponseUnmarshaller.cs | 6 ++++ .../XmlListsResponseUnmarshaller.cs | 28 +++++++++++++++++++ .../XmlMapsResponseUnmarshaller.cs | 2 ++ .../XmlMapsXmlNameResponseUnmarshaller.cs | 2 ++ .../FlattenedXmlMapRequestMarshaller.cs | 4 +-- .../FlattenedXmlMapResponseUnmarshaller.cs | 2 ++ ...tenedXmlMapWithXmlNameRequestMarshaller.cs | 6 ++-- ...edXmlMapWithXmlNameResponseUnmarshaller.cs | 2 ++ ...MapWithXmlNamespaceResponseUnmarshaller.cs | 2 ++ .../NestedXmlMapsRequestMarshaller.cs | 8 ++++-- .../NestedXmlMapsResponseUnmarshaller.cs | 4 +++ .../XmlEmptyMapsRequestMarshaller.cs | 1 + .../XmlEmptyMapsResponseUnmarshaller.cs | 2 ++ .../XmlEnumsRequestMarshaller.cs | 1 + .../XmlEnumsResponseUnmarshaller.cs | 2 ++ .../XmlIntEnumsRequestMarshaller.cs | 1 + .../XmlIntEnumsResponseUnmarshaller.cs | 2 ++ ...XmlMapWithXmlNamespaceRequestMarshaller.cs | 1 + ...MapWithXmlNamespaceResponseUnmarshaller.cs | 2 ++ .../XmlMapsRequestMarshaller.cs | 1 + .../XmlMapsResponseUnmarshaller.cs | 2 ++ .../XmlMapsXmlNameRequestMarshaller.cs | 1 + .../XmlMapsXmlNameResponseUnmarshaller.cs | 2 ++ 686 files changed, 1706 insertions(+), 8 deletions(-) diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchDeleteScheduledActionResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchDeleteScheduledActionResponseUnmarshaller.cs index dda73e6e575a..dc74b619d240 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchDeleteScheduledActionResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchDeleteScheduledActionResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchDelete if (context.TestExpression("FailedScheduledActions/member", targetDepth)) { var unmarshaller = FailedScheduledUpdateGroupActionRequestUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FailedScheduledActions.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchPutScheduledUpdateGroupActionResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchPutScheduledUpdateGroupActionResponseUnmarshaller.cs index f5303f7e08db..2197946190e3 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchPutScheduledUpdateGroupActionResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/BatchPutScheduledUpdateGroupActionResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchPutSch if (context.TestExpression("FailedScheduledUpdateGroupActions/member", targetDepth)) { var unmarshaller = FailedScheduledUpdateGroupActionRequestUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FailedScheduledUpdateGroupActions.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAdjustmentTypesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAdjustmentTypesResponseUnmarshaller.cs index ee59a19893bc..71020fadd587 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAdjustmentTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAdjustmentTypesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAdj if (context.TestExpression("AdjustmentTypes/member", targetDepth)) { var unmarshaller = AdjustmentTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AdjustmentTypes.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingGroupsResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingGroupsResponseUnmarshaller.cs index d449ddaf95d7..091956038c2b 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAut if (context.TestExpression("AutoScalingGroups/member", targetDepth)) { var unmarshaller = AutoScalingGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AutoScalingGroups.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingInstancesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingInstancesResponseUnmarshaller.cs index 0ef3556bdaef..8833be9fdc6c 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingInstancesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAut if (context.TestExpression("AutoScalingInstances/member", targetDepth)) { var unmarshaller = AutoScalingInstanceDetailsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AutoScalingInstances.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingNotificationTypesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingNotificationTypesResponseUnmarshaller.cs index 1cb1dc87f6a9..dc3f6cfad062 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingNotificationTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeAutoScalingNotificationTypesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAut if (context.TestExpression("AutoScalingNotificationTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AutoScalingNotificationTypes.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeInstanceRefreshesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeInstanceRefreshesResponseUnmarshaller.cs index 3cca79409910..b46a0391704f 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeInstanceRefreshesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeInstanceRefreshesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeIns if (context.TestExpression("InstanceRefreshes/member", targetDepth)) { var unmarshaller = InstanceRefreshUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceRefreshes.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLaunchConfigurationsResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLaunchConfigurationsResponseUnmarshaller.cs index dd4e1e908dff..1d4c8681238f 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLaunchConfigurationsResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLaunchConfigurationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLau if (context.TestExpression("LaunchConfigurations/member", targetDepth)) { var unmarshaller = LaunchConfigurationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LaunchConfigurations.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHookTypesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHookTypesResponseUnmarshaller.cs index de5a10bdf461..bf5b33228d6f 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHookTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHookTypesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLif if (context.TestExpression("LifecycleHookTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LifecycleHookTypes.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHooksResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHooksResponseUnmarshaller.cs index 22037e442ddb..86811e88462f 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHooksResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLifecycleHooksResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLif if (context.TestExpression("LifecycleHooks/member", targetDepth)) { var unmarshaller = LifecycleHookUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LifecycleHooks.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerTargetGroupsResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerTargetGroupsResponseUnmarshaller.cs index d46232a5b343..2ce10c44396c 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerTargetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerTargetGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLoa if (context.TestExpression("LoadBalancerTargetGroups/member", targetDepth)) { var unmarshaller = LoadBalancerTargetGroupStateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LoadBalancerTargetGroups.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs index ea15e82ff1a8..43fad00a9412 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLoa if (context.TestExpression("LoadBalancers/member", targetDepth)) { var unmarshaller = LoadBalancerStateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LoadBalancers.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeMetricCollectionTypesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeMetricCollectionTypesResponseUnmarshaller.cs index 876bd9611775..2016a4dbed8b 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeMetricCollectionTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeMetricCollectionTypesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeMet if (context.TestExpression("Granularities/member", targetDepth)) { var unmarshaller = MetricGranularityTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Granularities.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeMet if (context.TestExpression("Metrics/member", targetDepth)) { var unmarshaller = MetricCollectionTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Metrics.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeNotificationConfigurationsResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeNotificationConfigurationsResponseUnmarshaller.cs index 2ffa91619e83..2a001124baab 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeNotificationConfigurationsResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeNotificationConfigurationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeNot if (context.TestExpression("NotificationConfigurations/member", targetDepth)) { var unmarshaller = NotificationConfigurationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NotificationConfigurations.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribePoliciesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribePoliciesResponseUnmarshaller.cs index 392c46586c74..7d22a6d27cb1 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribePoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribePoliciesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribePol if (context.TestExpression("ScalingPolicies/member", targetDepth)) { var unmarshaller = ScalingPolicyUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScalingPolicies.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingActivitiesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingActivitiesResponseUnmarshaller.cs index a4fc80cff64f..9233f8065ca9 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingActivitiesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingActivitiesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSca if (context.TestExpression("Activities/member", targetDepth)) { var unmarshaller = ActivityUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Activities.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingProcessTypesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingProcessTypesResponseUnmarshaller.cs index ad219fbcbb5d..4f1958edabb4 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingProcessTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScalingProcessTypesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSca if (context.TestExpression("Processes/member", targetDepth)) { var unmarshaller = ProcessTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Processes.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs index e037fbea362b..59d5546dac53 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSch if (context.TestExpression("ScheduledUpdateGroupActions/member", targetDepth)) { var unmarshaller = ScheduledUpdateGroupActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScheduledUpdateGroupActions.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs index c564c9adcb20..d9607fe5d093 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTag if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTerminationPolicyTypesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTerminationPolicyTypesResponseUnmarshaller.cs index ba48ae49dbdb..6d77bf63ded5 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTerminationPolicyTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTerminationPolicyTypesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTer if (context.TestExpression("TerminationPolicyTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TerminationPolicyTypes.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTrafficSourcesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTrafficSourcesResponseUnmarshaller.cs index 812b549edb92..f3070d252847 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTrafficSourcesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeTrafficSourcesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTra if (context.TestExpression("TrafficSources/member", targetDepth)) { var unmarshaller = TrafficSourceStateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrafficSources.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeWarmPoolResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeWarmPoolResponseUnmarshaller.cs index aa5edd70d472..6a3fe21508dd 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeWarmPoolResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DescribeWarmPoolResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeWar if (context.TestExpression("Instances/member", targetDepth)) { var unmarshaller = InstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Instances.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DetachInstancesResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DetachInstancesResponseUnmarshaller.cs index 506ef313ac34..36019ab5b79a 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DetachInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/DetachInstancesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DetachInsta if (context.TestExpression("Activities/member", targetDepth)) { var unmarshaller = ActivityUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Activities.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/EnterStandbyResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/EnterStandbyResponseUnmarshaller.cs index 68938a612f60..8ea620ca46ef 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/EnterStandbyResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/EnterStandbyResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, EnterStandb if (context.TestExpression("Activities/member", targetDepth)) { var unmarshaller = ActivityUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Activities.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/ExitStandbyResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/ExitStandbyResponseUnmarshaller.cs index 6a23bf069a64..8af63e671890 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/ExitStandbyResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/ExitStandbyResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ExitStandby if (context.TestExpression("Activities/member", targetDepth)) { var unmarshaller = ActivityUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Activities.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/GetPredictiveScalingForecastResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/GetPredictiveScalingForecastResponseUnmarshaller.cs index 6f2db47559b0..a62ce0ce8741 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/GetPredictiveScalingForecastResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/GetPredictiveScalingForecastResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetPredicti if (context.TestExpression("LoadForecast/member", targetDepth)) { var unmarshaller = LoadForecastUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LoadForecast.Add(item); continue; diff --git a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/PutScalingPolicyResponseUnmarshaller.cs b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/PutScalingPolicyResponseUnmarshaller.cs index 30a9eaca19c6..a0895f8ad90d 100644 --- a/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/PutScalingPolicyResponseUnmarshaller.cs +++ b/sdk/src/Services/AutoScaling/Generated/Model/Internal/MarshallTransformations/PutScalingPolicyResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, PutScalingP if (context.TestExpression("Alarms/member", targetDepth)) { var unmarshaller = AlarmUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Alarms.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/BatchDescribeTypeConfigurationsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/BatchDescribeTypeConfigurationsResponseUnmarshaller.cs index b746d1bec2e1..00d2546bf4cf 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/BatchDescribeTypeConfigurationsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/BatchDescribeTypeConfigurationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchDescri if (context.TestExpression("Errors/member", targetDepth)) { var unmarshaller = BatchDescribeTypeConfigurationsErrorUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Errors.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchDescri if (context.TestExpression("TypeConfigurations/member", targetDepth)) { var unmarshaller = TypeConfigurationDetailsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TypeConfigurations.Add(item); continue; @@ -98,6 +102,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchDescri if (context.TestExpression("UnprocessedTypeConfigurations/member", targetDepth)) { var unmarshaller = TypeConfigurationIdentifierUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnprocessedTypeConfigurations.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs index bebd00da1bd5..d634105195a8 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAcc if (context.TestExpression("AccountLimits/member", targetDepth)) { var unmarshaller = AccountLimitUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AccountLimits.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetHooksResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetHooksResponseUnmarshaller.cs index 1c4f0b121d55..8c334173f538 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetHooksResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetHooksResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCha if (context.TestExpression("Hooks/member", targetDepth)) { var unmarshaller = ChangeSetHookUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Hooks.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetResponseUnmarshaller.cs index 5877a261f4db..409ad460e1d1 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeChangeSetResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCha if (context.TestExpression("Capabilities/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Capabilities.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCha if (context.TestExpression("Changes/member", targetDepth)) { var unmarshaller = ChangeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Changes.Add(item); continue; @@ -146,6 +150,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCha if (context.TestExpression("NotificationARNs/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NotificationARNs.Add(item); continue; @@ -159,6 +165,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCha if (context.TestExpression("Parameters/member", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; @@ -208,6 +216,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCha if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeGeneratedTemplateResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeGeneratedTemplateResponseUnmarshaller.cs index f410962b305b..6e467774ef63 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeGeneratedTemplateResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeGeneratedTemplateResponseUnmarshaller.cs @@ -114,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeGen if (context.TestExpression("Resources/member", targetDepth)) { var unmarshaller = ResourceDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Resources.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeResourceScanResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeResourceScanResponseUnmarshaller.cs index 7d6d016b8980..85fef6f9137f 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeResourceScanResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeResourceScanResponseUnmarshaller.cs @@ -114,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ResourceTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ResourceTypes.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackEventsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackEventsResponseUnmarshaller.cs index d73a8cc42adb..d371b95040dc 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackEventsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackEventsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSta if (context.TestExpression("StackEvents/member", targetDepth)) { var unmarshaller = StackEventUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StackEvents.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourceDriftsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourceDriftsResponseUnmarshaller.cs index 19828e753abe..9eac927c5dad 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourceDriftsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourceDriftsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSta if (context.TestExpression("StackResourceDrifts/member", targetDepth)) { var unmarshaller = StackResourceDriftUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StackResourceDrifts.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourcesResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourcesResponseUnmarshaller.cs index 38e4968f88dc..b979e7b9479b 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourcesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStackResourcesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSta if (context.TestExpression("StackResources/member", targetDepth)) { var unmarshaller = StackResourceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StackResources.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStacksResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStacksResponseUnmarshaller.cs index c489a003c5f7..906cc544b8ed 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStacksResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeStacksResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSta if (context.TestExpression("Stacks/member", targetDepth)) { var unmarshaller = StackUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Stacks.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeTypeResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeTypeResponseUnmarshaller.cs index 6f4fd3e54b6a..4d1134981b71 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeTypeResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/DescribeTypeResponseUnmarshaller.cs @@ -192,6 +192,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTyp if (context.TestExpression("RequiredActivatedTypes/member", targetDepth)) { var unmarshaller = RequiredActivatedTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RequiredActivatedTypes.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateResponseUnmarshaller.cs index f210bdb4468a..d0462a5f3954 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetTemplate if (context.TestExpression("StagesAvailable/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StagesAvailable.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateSummaryResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateSummaryResponseUnmarshaller.cs index 80c491c34517..d91999c2e382 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateSummaryResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/GetTemplateSummaryResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetTemplate if (context.TestExpression("Capabilities/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Capabilities.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetTemplate if (context.TestExpression("DeclaredTransforms/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DeclaredTransforms.Add(item); continue; @@ -116,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetTemplate if (context.TestExpression("Parameters/member", targetDepth)) { var unmarshaller = ParameterDeclarationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; @@ -123,6 +129,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetTemplate if (context.TestExpression("ResourceIdentifierSummaries/member", targetDepth)) { var unmarshaller = ResourceIdentifierSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ResourceIdentifierSummaries.Add(item); continue; @@ -130,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetTemplate if (context.TestExpression("ResourceTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ResourceTypes.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListChangeSetsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListChangeSetsResponseUnmarshaller.cs index f139e792e4f7..fe228408517b 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListChangeSetsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListChangeSetsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListChangeS if (context.TestExpression("Summaries/member", targetDepth)) { var unmarshaller = ChangeSetSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Summaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListExportsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListExportsResponseUnmarshaller.cs index df44326a594c..c176c0549708 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListExportsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListExportsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListExports if (context.TestExpression("Exports/member", targetDepth)) { var unmarshaller = ExportUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Exports.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListGeneratedTemplatesResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListGeneratedTemplatesResponseUnmarshaller.cs index eb678f3e7e91..d3199081fad2 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListGeneratedTemplatesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListGeneratedTemplatesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListGenerat if (context.TestExpression("Summaries/member", targetDepth)) { var unmarshaller = TemplateSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Summaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListImportsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListImportsResponseUnmarshaller.cs index 3e0a403243d2..70b4d3da0d01 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListImportsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListImportsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListImports if (context.TestExpression("Imports/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Imports.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanRelatedResourcesResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanRelatedResourcesResponseUnmarshaller.cs index 603bff0262c3..530d98d72eaf 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanRelatedResourcesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanRelatedResourcesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListResourc if (context.TestExpression("RelatedResources/member", targetDepth)) { var unmarshaller = ScannedResourceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RelatedResources.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanResourcesResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanResourcesResponseUnmarshaller.cs index 0ee6d495e6be..5e5031de391d 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanResourcesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScanResourcesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListResourc if (context.TestExpression("Resources/member", targetDepth)) { var unmarshaller = ScannedResourceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Resources.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScansResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScansResponseUnmarshaller.cs index 29edf5fe5952..73f1ef082e4c 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScansResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListResourceScansResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListResourc if (context.TestExpression("ResourceScanSummaries/member", targetDepth)) { var unmarshaller = ResourceScanSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ResourceScanSummaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstanceResourceDriftsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstanceResourceDriftsResponseUnmarshaller.cs index 4454eb118fb9..e323a0aa7d27 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstanceResourceDriftsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstanceResourceDriftsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListStackIn if (context.TestExpression("Summaries/member", targetDepth)) { var unmarshaller = StackInstanceResourceDriftsSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Summaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstancesResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstancesResponseUnmarshaller.cs index 0ce7c0c15625..fd671ec2237f 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackInstancesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListStackIn if (context.TestExpression("Summaries/member", targetDepth)) { var unmarshaller = StackInstanceSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Summaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackResourcesResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackResourcesResponseUnmarshaller.cs index 52c02cc79f4e..71ea12a23abc 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackResourcesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackResourcesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListStackRe if (context.TestExpression("StackResourceSummaries/member", targetDepth)) { var unmarshaller = StackResourceSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StackResourceSummaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationResultsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationResultsResponseUnmarshaller.cs index 948a9631d1ef..1d5db5642b76 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationResultsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationResultsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListStackSe if (context.TestExpression("Summaries/member", targetDepth)) { var unmarshaller = StackSetOperationResultSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Summaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationsResponseUnmarshaller.cs index 9a16d3048c48..581a9ed32792 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetOperationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListStackSe if (context.TestExpression("Summaries/member", targetDepth)) { var unmarshaller = StackSetOperationSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Summaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetsResponseUnmarshaller.cs index 08003c10c058..aa8c7dee8d34 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStackSetsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListStackSe if (context.TestExpression("Summaries/member", targetDepth)) { var unmarshaller = StackSetSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Summaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStacksResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStacksResponseUnmarshaller.cs index c8e116e8e1d2..8e3c2958effe 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStacksResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListStacksResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListStacksR if (context.TestExpression("StackSummaries/member", targetDepth)) { var unmarshaller = StackSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StackSummaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeRegistrationsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeRegistrationsResponseUnmarshaller.cs index 377b1e03d8a6..4a3dca20a85d 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeRegistrationsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeRegistrationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTypeReg if (context.TestExpression("RegistrationTokenList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RegistrationTokenList.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeVersionsResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeVersionsResponseUnmarshaller.cs index d0336d386985..a8d13f1c96cb 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypeVersionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTypeVer if (context.TestExpression("TypeVersionSummaries/member", targetDepth)) { var unmarshaller = TypeVersionSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TypeVersionSummaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypesResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypesResponseUnmarshaller.cs index e39b4d3a9c21..b50dfbd86fb8 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ListTypesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTypesRe if (context.TestExpression("TypeSummaries/member", targetDepth)) { var unmarshaller = TypeSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TypeSummaries.Add(item); continue; diff --git a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ValidateTemplateResponseUnmarshaller.cs b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ValidateTemplateResponseUnmarshaller.cs index f360c7a57639..0e252c014945 100644 --- a/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ValidateTemplateResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ValidateTemplateResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ValidateTem if (context.TestExpression("Capabilities/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Capabilities.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ValidateTem if (context.TestExpression("DeclaredTransforms/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DeclaredTransforms.Add(item); continue; @@ -110,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ValidateTem if (context.TestExpression("Parameters/member", targetDepth)) { var unmarshaller = TemplateParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/BuildSuggestersResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/BuildSuggestersResponseUnmarshaller.cs index 1dc12419f80d..a8e3a8a0d79a 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/BuildSuggestersResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/BuildSuggestersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BuildSugges if (context.TestExpression("FieldNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FieldNames.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeAnalysisSchemesResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeAnalysisSchemesResponseUnmarshaller.cs index ee8a34b3835c..fba6db7883c6 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeAnalysisSchemesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeAnalysisSchemesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAna if (context.TestExpression("AnalysisSchemes/member", targetDepth)) { var unmarshaller = AnalysisSchemeStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AnalysisSchemes.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeDomainsResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeDomainsResponseUnmarshaller.cs index 458fc762e637..499007a2b1a0 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeDomainsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeDomainsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDom if (context.TestExpression("DomainStatusList/member", targetDepth)) { var unmarshaller = DomainStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DomainStatusList.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeExpressionsResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeExpressionsResponseUnmarshaller.cs index 321dd237cfc0..18c8f73fa20f 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeExpressionsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeExpressionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeExp if (context.TestExpression("Expressions/member", targetDepth)) { var unmarshaller = ExpressionStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Expressions.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeIndexFieldsResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeIndexFieldsResponseUnmarshaller.cs index c450c8b8cf26..dec15e432dd1 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeIndexFieldsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeIndexFieldsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeInd if (context.TestExpression("IndexFields/member", targetDepth)) { var unmarshaller = IndexFieldStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IndexFields.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeSuggestersResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeSuggestersResponseUnmarshaller.cs index e422a6f0891b..96fb467a4d0b 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeSuggestersResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/DescribeSuggestersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSug if (context.TestExpression("Suggesters/member", targetDepth)) { var unmarshaller = SuggesterStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Suggesters.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/IndexDocumentsResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/IndexDocumentsResponseUnmarshaller.cs index 31c133f99b87..42fde2410ef3 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/IndexDocumentsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/IndexDocumentsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, IndexDocume if (context.TestExpression("FieldNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FieldNames.Add(item); continue; diff --git a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/ListDomainNamesResponseUnmarshaller.cs b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/ListDomainNamesResponseUnmarshaller.cs index 3aae2acdf084..0055213966f0 100644 --- a/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/ListDomainNamesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/ListDomainNamesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListDomainN if (context.TestExpression("DomainNames/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DomainNames.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DeleteInsightRulesResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DeleteInsightRulesResponseUnmarshaller.cs index c571b19cfd52..13f7c9b53291 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DeleteInsightRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DeleteInsightRulesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteInsig if (context.TestExpression("Failures/member", targetDepth)) { var unmarshaller = PartialFailureUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Failures.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmHistoryResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmHistoryResponseUnmarshaller.cs index 97d92fd2ca5c..f5e3420b5672 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmHistoryResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmHistoryResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAla if (context.TestExpression("AlarmHistoryItems/member", targetDepth)) { var unmarshaller = AlarmHistoryItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AlarmHistoryItems.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsForMetricResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsForMetricResponseUnmarshaller.cs index 948e586e49df..a94fd82ecc0c 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsForMetricResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsForMetricResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAla if (context.TestExpression("MetricAlarms/member", targetDepth)) { var unmarshaller = MetricAlarmUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MetricAlarms.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsResponseUnmarshaller.cs index 0e7849d87fe3..295e55bf2e98 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAlarmsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAla if (context.TestExpression("CompositeAlarms/member", targetDepth)) { var unmarshaller = CompositeAlarmUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CompositeAlarms.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAla if (context.TestExpression("MetricAlarms/member", targetDepth)) { var unmarshaller = MetricAlarmUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MetricAlarms.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAnomalyDetectorsResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAnomalyDetectorsResponseUnmarshaller.cs index f969002cb55c..f02e32af38d5 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAnomalyDetectorsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeAnomalyDetectorsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAno if (context.TestExpression("AnomalyDetectors/member", targetDepth)) { var unmarshaller = AnomalyDetectorUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AnomalyDetectors.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeInsightRulesResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeInsightRulesResponseUnmarshaller.cs index 8b5db91bd3cc..51fa62d4d070 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeInsightRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DescribeInsightRulesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeIns if (context.TestExpression("InsightRules/member", targetDepth)) { var unmarshaller = InsightRuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InsightRules.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DisableInsightRulesResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DisableInsightRulesResponseUnmarshaller.cs index 7cf225f29d73..7514cb9f3217 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DisableInsightRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DisableInsightRulesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DisableInsi if (context.TestExpression("Failures/member", targetDepth)) { var unmarshaller = PartialFailureUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Failures.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/EnableInsightRulesResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/EnableInsightRulesResponseUnmarshaller.cs index e76d238bdd41..6ee824e19e25 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/EnableInsightRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/EnableInsightRulesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, EnableInsig if (context.TestExpression("Failures/member", targetDepth)) { var unmarshaller = PartialFailureUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Failures.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetInsightRuleReportResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetInsightRuleReportResponseUnmarshaller.cs index 9282138b08a2..635da0af7946 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetInsightRuleReportResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetInsightRuleReportResponseUnmarshaller.cs @@ -102,6 +102,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetInsightR if (context.TestExpression("Contributors/member", targetDepth)) { var unmarshaller = InsightRuleContributorUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Contributors.Add(item); continue; @@ -109,6 +111,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetInsightR if (context.TestExpression("KeyLabels/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.KeyLabels.Add(item); continue; @@ -116,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetInsightR if (context.TestExpression("MetricDatapoints/member", targetDepth)) { var unmarshaller = InsightRuleMetricDatapointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MetricDatapoints.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricDataResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricDataResponseUnmarshaller.cs index 6f2040a58131..b869543f9343 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricDataResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricDataResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMetricDa if (context.TestExpression("Messages/member", targetDepth)) { var unmarshaller = MessageDataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Messages.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMetricDa if (context.TestExpression("MetricDataResults/member", targetDepth)) { var unmarshaller = MetricDataResultUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MetricDataResults.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStatisticsResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStatisticsResponseUnmarshaller.cs index 529462c39e2d..0041b1f28670 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStatisticsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStatisticsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMetricSt if (context.TestExpression("Datapoints/member", targetDepth)) { var unmarshaller = DatapointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Datapoints.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStreamResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStreamResponseUnmarshaller.cs index 4c5d16c5d565..a4953457b4ac 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStreamResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/GetMetricStreamResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMetricSt if (context.TestExpression("ExcludeFilters/member", targetDepth)) { var unmarshaller = MetricStreamFilterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExcludeFilters.Add(item); continue; @@ -109,6 +111,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMetricSt if (context.TestExpression("IncludeFilters/member", targetDepth)) { var unmarshaller = MetricStreamFilterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IncludeFilters.Add(item); continue; @@ -152,6 +156,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMetricSt if (context.TestExpression("StatisticsConfigurations/member", targetDepth)) { var unmarshaller = MetricStreamStatisticsConfigurationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StatisticsConfigurations.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListDashboardsResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListDashboardsResponseUnmarshaller.cs index 0ee4880c4ebd..b49cd6bed79a 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListDashboardsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListDashboardsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListDashboa if (context.TestExpression("DashboardEntries/member", targetDepth)) { var unmarshaller = DashboardEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DashboardEntries.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListManagedInsightRulesResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListManagedInsightRulesResponseUnmarshaller.cs index e84db7c500f9..8ec95206c31b 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListManagedInsightRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListManagedInsightRulesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListManaged if (context.TestExpression("ManagedRules/member", targetDepth)) { var unmarshaller = ManagedRuleDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ManagedRules.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricStreamsResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricStreamsResponseUnmarshaller.cs index 3f8461194dae..7d3acf567f9b 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricStreamsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricStreamsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListMetricS if (context.TestExpression("Entries/member", targetDepth)) { var unmarshaller = MetricStreamEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Entries.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricsResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricsResponseUnmarshaller.cs index 630b31b847ee..41832fdea6d8 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricsResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListMetricsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListMetrics if (context.TestExpression("Metrics/member", targetDepth)) { var unmarshaller = MetricUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Metrics.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListMetrics if (context.TestExpression("OwningAccounts/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OwningAccounts.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs index 5ec87a9cf856..a240ddf0bb57 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTagsFor if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutDashboardResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutDashboardResponseUnmarshaller.cs index 14d8049094df..d8a4a3c8643d 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutDashboardResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutDashboardResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, PutDashboar if (context.TestExpression("DashboardValidationMessages/member", targetDepth)) { var unmarshaller = DashboardValidationMessageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DashboardValidationMessages.Add(item); continue; diff --git a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutManagedInsightRulesResponseUnmarshaller.cs b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutManagedInsightRulesResponseUnmarshaller.cs index 1c0fd1410370..85d989248fe5 100644 --- a/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutManagedInsightRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/PutManagedInsightRulesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, PutManagedI if (context.TestExpression("Failures/member", targetDepth)) { var unmarshaller = PartialFailureUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Failures.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs index 9e5beddca432..57ca8456c832 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCer if (context.TestExpression("Certificates/Certificate", targetDepth)) { var unmarshaller = CertificateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Certificates.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs index bbae34c7237a..38fbd53dbf05 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterParameterGroups/DBClusterParameterGroup", targetDepth)) { var unmarshaller = DBClusterParameterGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterParameterGroups.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs index e517bcb7b281..da961decbc71 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("Parameters/Parameter", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs index 15af4849d9c8..d631172146c2 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterSnapshots/DBClusterSnapshot", targetDepth)) { var unmarshaller = DBClusterSnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterSnapshots.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs index f041bf741a53..334e7ea062de 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusters/DBCluster", targetDepth)) { var unmarshaller = DBClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusters.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs index 12e9fdcbc788..9a9b7b0d88cf 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBE if (context.TestExpression("DBEngineVersions/DBEngineVersion", targetDepth)) { var unmarshaller = DBEngineVersionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBEngineVersions.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs index 8a107833e941..230642d46923 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBI if (context.TestExpression("DBInstances/DBInstance", targetDepth)) { var unmarshaller = DBInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBInstances.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs index 32ca87b8ea05..2f1771d04b43 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBS if (context.TestExpression("DBSubnetGroups/DBSubnetGroup", targetDepth)) { var unmarshaller = DBSubnetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBSubnetGroups.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs index 65f98e283373..ff7144f575db 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventCategoriesMapList/EventCategoriesMap", targetDepth)) { var unmarshaller = EventCategoriesMapUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventCategoriesMapList.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs index f33d67c19592..797d9ed1bbe7 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventSubscriptionsList/EventSubscription", targetDepth)) { var unmarshaller = EventSubscriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventSubscriptionsList.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs index b53c54c62f04..2504c3906838 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("Events/Event", targetDepth)) { var unmarshaller = EventUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Events.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs index dda8fb1d0168..62dfb21ddc6a 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeGlo if (context.TestExpression("GlobalClusters/GlobalClusterMember", targetDepth)) { var unmarshaller = GlobalClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.GlobalClusters.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs index 56ad72f47d67..f3fdcde04e67 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeOrd if (context.TestExpression("OrderableDBInstanceOptions/OrderableDBInstanceOption", targetDepth)) { var unmarshaller = OrderableDBInstanceOptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OrderableDBInstanceOptions.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs index 9ab12a148838..b9676a9e08e3 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribePen if (context.TestExpression("PendingMaintenanceActions/ResourcePendingMaintenanceActions", targetDepth)) { var unmarshaller = ResourcePendingMaintenanceActionsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PendingMaintenanceActions.Add(item); continue; diff --git a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs index 6c9627ff7670..1f3a9f71e259 100644 --- a/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/DocDB/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTagsFor if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AcceptVpcEndpointConnectionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AcceptVpcEndpointConnectionsResponseUnmarshaller.cs index eddd8a97371a..6253dd8dc7be 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AcceptVpcEndpointConnectionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AcceptVpcEndpointConnectionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AllocateHostsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AllocateHostsResponseUnmarshaller.cs index 48e8e165680d..24c7de7cc5a5 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AllocateHostsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AllocateHostsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("hostIdSet/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.HostIds.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToClientVpnTargetNetworkResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToClientVpnTargetNetworkResponseUnmarshaller.cs index 3ea588c48ad5..8197d0cddbe1 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToClientVpnTargetNetworkResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToClientVpnTargetNetworkResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("securityGroupIds/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroupIds.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignIpv6AddressesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignIpv6AddressesResponseUnmarshaller.cs index 76a2bd0ce2bb..abdc0be0cb80 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignIpv6AddressesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignIpv6AddressesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("assignedIpv6Addresses/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AssignedIpv6Addresses.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("assignedIpv6PrefixSet/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AssignedIpv6Prefixes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateIpAddressesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateIpAddressesResponseUnmarshaller.cs index b4dd20d4f0a6..a97ea9780e23 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateIpAddressesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateIpAddressesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("assignedIpv4PrefixSet/item", targetDepth)) { var unmarshaller = Ipv4PrefixSpecificationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AssignedIpv4Prefixes.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("assignedPrivateIpAddressesSet/item", targetDepth)) { var unmarshaller = AssignedPrivateIpAddressUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AssignedPrivateIpAddresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateNatGatewayAddressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateNatGatewayAddressResponseUnmarshaller.cs index f7f5cc3c439b..f7552c20a819 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateNatGatewayAddressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssignPrivateNatGatewayAddressResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("natGatewayAddressSet/item", targetDepth)) { var unmarshaller = NatGatewayAddressUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NatGatewayAddresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssociateNatGatewayAddressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssociateNatGatewayAddressResponseUnmarshaller.cs index 31dc9a28f95b..e2903b4a8e8e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssociateNatGatewayAddressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AssociateNatGatewayAddressResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("natGatewayAddressSet/item", targetDepth)) { var unmarshaller = NatGatewayAddressUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NatGatewayAddresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupEgressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupEgressResponseUnmarshaller.cs index 5b97e7354908..d05ae89c2db5 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupEgressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupEgressResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("securityGroupRuleSet/item", targetDepth)) { var unmarshaller = SecurityGroupRuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroupRules.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupIngressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupIngressResponseUnmarshaller.cs index 1859e9feab4c..61f35b98c971 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupIngressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/AuthorizeSecurityGroupIngressResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("securityGroupRuleSet/item", targetDepth)) { var unmarshaller = SecurityGroupRuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroupRules.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelCapacityReservationFleetsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelCapacityReservationFleetsResponseUnmarshaller.cs index 78756b844846..ad82ae988278 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelCapacityReservationFleetsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelCapacityReservationFleetsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("failedFleetCancellationSet/item", targetDepth)) { var unmarshaller = FailedCapacityReservationFleetCancellationResultUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FailedFleetCancellations.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successfulFleetCancellationSet/item", targetDepth)) { var unmarshaller = CapacityReservationFleetCancellationStateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SuccessfulFleetCancellations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelReservedInstancesListingResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelReservedInstancesListingResponseUnmarshaller.cs index 50e2512b8dcd..5bd734c86a93 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelReservedInstancesListingResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelReservedInstancesListingResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservedInstancesListingsSet/item", targetDepth)) { var unmarshaller = ReservedInstancesListingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedInstancesListings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotFleetRequestsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotFleetRequestsResponseUnmarshaller.cs index 60bf5b91edcb..112a82267f48 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotFleetRequestsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotFleetRequestsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successfulFleetRequestSet/item", targetDepth)) { var unmarshaller = CancelSpotFleetRequestsSuccessItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SuccessfulFleetRequests.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessfulFleetRequestSet/item", targetDepth)) { var unmarshaller = CancelSpotFleetRequestsErrorItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnsuccessfulFleetRequests.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotInstanceRequestsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotInstanceRequestsResponseUnmarshaller.cs index 026b5ce30cac..e358a10123e1 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotInstanceRequestsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CancelSpotInstanceRequestsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("spotInstanceRequestSet/item", targetDepth)) { var unmarshaller = CancelledSpotInstanceRequestUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CancelledSpotInstanceRequests.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CopySnapshotResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CopySnapshotResponseUnmarshaller.cs index 4a1f18c2d594..adc8bb2c02fa 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CopySnapshotResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CopySnapshotResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateCapacityReservationFleetResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateCapacityReservationFleetResponseUnmarshaller.cs index ce296dd34326..b3004b7a60ff 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateCapacityReservationFleetResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateCapacityReservationFleetResponseUnmarshaller.cs @@ -82,6 +82,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fleetCapacityReservationSet/item", targetDepth)) { var unmarshaller = FleetCapacityReservationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FleetCapacityReservations.Add(item); continue; @@ -101,6 +103,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFleetResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFleetResponseUnmarshaller.cs index 17c005608ca8..898ff49ecd53 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFleetResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFleetResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("errorSet/item", targetDepth)) { var unmarshaller = CreateFleetErrorUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Errors.Add(item); continue; @@ -71,6 +73,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fleetInstanceSet/item", targetDepth)) { var unmarshaller = CreateFleetInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Instances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFlowLogsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFlowLogsResponseUnmarshaller.cs index ec494d19db71..34f72c16aff0 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFlowLogsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateFlowLogsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flowLogIdSet/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlowLogIds.Add(item); continue; @@ -71,6 +73,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateReservedInstancesListingResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateReservedInstancesListingResponseUnmarshaller.cs index 684d98bb9190..b6de654e3738 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateReservedInstancesListingResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateReservedInstancesListingResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservedInstancesListingsSet/item", targetDepth)) { var unmarshaller = ReservedInstancesListingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedInstancesListings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSecurityGroupResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSecurityGroupResponseUnmarshaller.cs index 35fd4155a9d2..8f0852ecf714 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSecurityGroupResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSecurityGroupResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSnapshotsResponseUnmarshaller.cs index 1f33697d3b60..a7ee2121ef8e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/CreateSnapshotsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("snapshotSet/item", targetDepth)) { var unmarshaller = SnapshotInfoUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Snapshots.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFleetsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFleetsResponseUnmarshaller.cs index 4e2c13261466..4993b028efff 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFleetsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFleetsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successfulFleetDeletionSet/item", targetDepth)) { var unmarshaller = DeleteFleetSuccessItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SuccessfulFleetDeletions.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessfulFleetDeletionSet/item", targetDepth)) { var unmarshaller = DeleteFleetErrorItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnsuccessfulFleetDeletions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFlowLogsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFlowLogsResponseUnmarshaller.cs index bc93bf206c02..5097cdaca122 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFlowLogsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteFlowLogsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteLaunchTemplateVersionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteLaunchTemplateVersionsResponseUnmarshaller.cs index 4861fb2646d3..220e0612f254 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteLaunchTemplateVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteLaunchTemplateVersionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successfullyDeletedLaunchTemplateVersionSet/item", targetDepth)) { var unmarshaller = DeleteLaunchTemplateVersionsResponseSuccessItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SuccessfullyDeletedLaunchTemplateVersions.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessfullyDeletedLaunchTemplateVersionSet/item", targetDepth)) { var unmarshaller = DeleteLaunchTemplateVersionsResponseErrorItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnsuccessfullyDeletedLaunchTemplateVersions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteQueuedReservedInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteQueuedReservedInstancesResponseUnmarshaller.cs index e2b40fd6cf7b..ed3decabc9c6 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteQueuedReservedInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteQueuedReservedInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("failedQueuedPurchaseDeletionSet/item", targetDepth)) { var unmarshaller = FailedQueuedPurchaseDeletionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FailedQueuedPurchaseDeletions.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successfulQueuedPurchaseDeletionSet/item", targetDepth)) { var unmarshaller = SuccessfulQueuedPurchaseDeletionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SuccessfulQueuedPurchaseDeletions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointConnectionNotificationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointConnectionNotificationsResponseUnmarshaller.cs index 969f37387611..4e0cc24dfa00 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointConnectionNotificationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointConnectionNotificationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointServiceConfigurationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointServiceConfigurationsResponseUnmarshaller.cs index 2b083eaae379..b2aa66a04032 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointServiceConfigurationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointServiceConfigurationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointsResponseUnmarshaller.cs index 554232f86f3d..0f7c2546481e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeleteVpcEndpointsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeprovisionPublicIpv4PoolCidrResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeprovisionPublicIpv4PoolCidrResponseUnmarshaller.cs index 3147b43b74af..2ba18cd830aa 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeprovisionPublicIpv4PoolCidrResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DeprovisionPublicIpv4PoolCidrResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("deprovisionedAddressSet/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DeprovisionedAddresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs index bb075eb9a82a..3025636e8f41 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("accountAttributeSet/item", targetDepth)) { var unmarshaller = AccountAttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AccountAttributes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressTransfersResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressTransfersResponseUnmarshaller.cs index 11dabbea7e95..6351810ccde4 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressTransfersResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressTransfersResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("addressTransferSet/item", targetDepth)) { var unmarshaller = AddressTransferUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AddressTransfers.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesAttributeResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesAttributeResponseUnmarshaller.cs index 44d74134b8c2..e7ddb1fe5b57 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesAttributeResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesAttributeResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("addressSet/item", targetDepth)) { var unmarshaller = AddressAttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Addresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesResponseUnmarshaller.cs index a5a6cdaf114b..d56862b90c12 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAddressesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("addressesSet/item", targetDepth)) { var unmarshaller = AddressUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Addresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAggregateIdFormatResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAggregateIdFormatResponseUnmarshaller.cs index 6523bab307fd..4674cb700c80 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAggregateIdFormatResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAggregateIdFormatResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("statusSet/item", targetDepth)) { var unmarshaller = IdFormatUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Statuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAvailabilityZonesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAvailabilityZonesResponseUnmarshaller.cs index e2ac05b48436..b03e3ad0f4ae 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAvailabilityZonesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAvailabilityZonesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("availabilityZoneInfo/item", targetDepth)) { var unmarshaller = AvailabilityZoneUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AvailabilityZones.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAwsNetworkPerformanceMetricSubscriptionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAwsNetworkPerformanceMetricSubscriptionsResponseUnmarshaller.cs index 94f8a6c97b54..bd04a6e7bc19 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAwsNetworkPerformanceMetricSubscriptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeAwsNetworkPerformanceMetricSubscriptionsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("subscriptionSet/item", targetDepth)) { var unmarshaller = SubscriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Subscriptions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeBundleTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeBundleTasksResponseUnmarshaller.cs index 98264ad8aeca..059119c94a4e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeBundleTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeBundleTasksResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("bundleInstanceTasksSet/item", targetDepth)) { var unmarshaller = BundleTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.BundleTasks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeByoipCidrsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeByoipCidrsResponseUnmarshaller.cs index 03991f05b11d..4885e8bc4dab 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeByoipCidrsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeByoipCidrsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("byoipCidrSet/item", targetDepth)) { var unmarshaller = ByoipCidrUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ByoipCidrs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityBlockOfferingsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityBlockOfferingsResponseUnmarshaller.cs index 47fe8f5d9e04..656d6c8f3291 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityBlockOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityBlockOfferingsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("capacityBlockOfferingSet/item", targetDepth)) { var unmarshaller = CapacityBlockOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CapacityBlockOfferings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationFleetsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationFleetsResponseUnmarshaller.cs index b24ba4cf1adb..cac1a3c10aec 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationFleetsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationFleetsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("capacityReservationFleetSet/item", targetDepth)) { var unmarshaller = CapacityReservationFleetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CapacityReservationFleets.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationsResponseUnmarshaller.cs index 7224c8a363be..e479c0dfbd3d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCapacityReservationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("capacityReservationSet/item", targetDepth)) { var unmarshaller = CapacityReservationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CapacityReservations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCarrierGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCarrierGatewaysResponseUnmarshaller.cs index 068aa22084ec..42e2ab5e23ff 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCarrierGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCarrierGatewaysResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("carrierGatewaySet/item", targetDepth)) { var unmarshaller = CarrierGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CarrierGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClassicLinkInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClassicLinkInstancesResponseUnmarshaller.cs index 52fedab9a2b8..d10137cf15d7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClassicLinkInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClassicLinkInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instancesSet/item", targetDepth)) { var unmarshaller = ClassicLinkInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Instances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnAuthorizationRulesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnAuthorizationRulesResponseUnmarshaller.cs index d973584de7bb..7d664d424bbb 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnAuthorizationRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnAuthorizationRulesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("authorizationRule/item", targetDepth)) { var unmarshaller = AuthorizationRuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AuthorizationRules.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnConnectionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnConnectionsResponseUnmarshaller.cs index f0b6150355f2..0cacc5bae86e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnConnectionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnConnectionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("connections/item", targetDepth)) { var unmarshaller = ClientVpnConnectionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Connections.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnEndpointsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnEndpointsResponseUnmarshaller.cs index c5eeec034a12..c0f55365136b 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnEndpointsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("clientVpnEndpoint/item", targetDepth)) { var unmarshaller = ClientVpnEndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ClientVpnEndpoints.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnRoutesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnRoutesResponseUnmarshaller.cs index 4959b2a0e1ef..98b96aafc154 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnRoutesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnRoutesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("routes/item", targetDepth)) { var unmarshaller = ClientVpnRouteUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Routes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnTargetNetworksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnTargetNetworksResponseUnmarshaller.cs index 9009216bb0c5..7211e4a0ac6f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnTargetNetworksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeClientVpnTargetNetworksResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("clientVpnTargetNetworks/item", targetDepth)) { var unmarshaller = TargetNetworkUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ClientVpnTargetNetworks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCoipPoolsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCoipPoolsResponseUnmarshaller.cs index ea09c743df79..0ab192f83f12 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCoipPoolsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCoipPoolsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("coipPoolSet/item", targetDepth)) { var unmarshaller = CoipPoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CoipPools.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeConversionTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeConversionTasksResponseUnmarshaller.cs index a0b61eae99e9..4986988b2aa3 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeConversionTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeConversionTasksResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("conversionTasks/item", targetDepth)) { var unmarshaller = ConversionTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ConversionTasks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCustomerGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCustomerGatewaysResponseUnmarshaller.cs index a0712221d241..5967d78f4ca7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCustomerGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeCustomerGatewaysResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("customerGatewaySet/item", targetDepth)) { var unmarshaller = CustomerGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CustomerGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeDhcpOptionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeDhcpOptionsResponseUnmarshaller.cs index 42e5eff4cc7f..ae91083ca1b4 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeDhcpOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeDhcpOptionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("dhcpOptionsSet/item", targetDepth)) { var unmarshaller = DhcpOptionsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DhcpOptions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeEgressOnlyInternetGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeEgressOnlyInternetGatewaysResponseUnmarshaller.cs index 7bc10092922a..6b6190608c87 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeEgressOnlyInternetGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeEgressOnlyInternetGatewaysResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("egressOnlyInternetGatewaySet/item", targetDepth)) { var unmarshaller = EgressOnlyInternetGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EgressOnlyInternetGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeElasticGpusResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeElasticGpusResponseUnmarshaller.cs index 3bf50ae1154f..36b258177c01 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeElasticGpusResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeElasticGpusResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("elasticGpuSet/item", targetDepth)) { var unmarshaller = ElasticGpusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ElasticGpuSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportImageTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportImageTasksResponseUnmarshaller.cs index 3302de357163..86efb29c9efd 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportImageTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportImageTasksResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("exportImageTaskSet/item", targetDepth)) { var unmarshaller = ExportImageTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportImageTasks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs index 3fc7227a7478..938b4685706c 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("exportTaskSet/item", targetDepth)) { var unmarshaller = ExportTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportTasks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastLaunchImagesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastLaunchImagesResponseUnmarshaller.cs index a1962fed0d1a..55c578062d2b 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastLaunchImagesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastLaunchImagesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fastLaunchImageSet/item", targetDepth)) { var unmarshaller = DescribeFastLaunchImagesSuccessItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FastLaunchImages.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastSnapshotRestoresResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastSnapshotRestoresResponseUnmarshaller.cs index bd558fa55314..187aacff81f2 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastSnapshotRestoresResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFastSnapshotRestoresResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fastSnapshotRestoreSet/item", targetDepth)) { var unmarshaller = DescribeFastSnapshotRestoreSuccessItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FastSnapshotRestores.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetHistoryResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetHistoryResponseUnmarshaller.cs index c1ef410a7891..9a51a887ddce 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetHistoryResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetHistoryResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("historyRecordSet/item", targetDepth)) { var unmarshaller = HistoryRecordEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.HistoryRecords.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetInstancesResponseUnmarshaller.cs index 0d130a25b1e7..55694e2888aa 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("activeInstanceSet/item", targetDepth)) { var unmarshaller = ActiveInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ActiveInstances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetsResponseUnmarshaller.cs index 459b2b1bf2b6..26bdbf5c4837 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFleetsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fleetSet/item", targetDepth)) { var unmarshaller = FleetDataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Fleets.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFlowLogsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFlowLogsResponseUnmarshaller.cs index f8e9fba2a68d..b65e38f8e3b0 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFlowLogsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFlowLogsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flowLogSet/item", targetDepth)) { var unmarshaller = FlowLogUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlowLogs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFpgaImagesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFpgaImagesResponseUnmarshaller.cs index a24f64c3a38b..f570420d8a6f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFpgaImagesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeFpgaImagesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fpgaImageSet/item", targetDepth)) { var unmarshaller = FpgaImageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FpgaImages.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationOfferingsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationOfferingsResponseUnmarshaller.cs index 236021fec38f..7274cf46b052 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationOfferingsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("offeringSet/item", targetDepth)) { var unmarshaller = HostOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OfferingSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationsResponseUnmarshaller.cs index 75d912dafba4..df684081dfda 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostReservationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("hostReservationSet/item", targetDepth)) { var unmarshaller = HostReservationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.HostReservationSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostsResponseUnmarshaller.cs index 92487e5e75eb..5173f3a7a8f0 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeHostsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("hostSet/item", targetDepth)) { var unmarshaller = HostUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Hosts.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIamInstanceProfileAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIamInstanceProfileAssociationsResponseUnmarshaller.cs index 385be83c0f97..fe289c285fdf 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIamInstanceProfileAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIamInstanceProfileAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("iamInstanceProfileAssociationSet/item", targetDepth)) { var unmarshaller = IamInstanceProfileAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IamInstanceProfileAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdFormatResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdFormatResponseUnmarshaller.cs index 43567ef30370..0b9a0db25726 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdFormatResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdFormatResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("statusSet/item", targetDepth)) { var unmarshaller = IdFormatUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Statuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdentityIdFormatResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdentityIdFormatResponseUnmarshaller.cs index 35f9c5adae82..3b3790a94b42 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdentityIdFormatResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIdentityIdFormatResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("statusSet/item", targetDepth)) { var unmarshaller = IdFormatUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Statuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImagesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImagesResponseUnmarshaller.cs index a1573001a45e..95bf642e0478 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImagesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImagesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("imagesSet/item", targetDepth)) { var unmarshaller = ImageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Images.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportImageTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportImageTasksResponseUnmarshaller.cs index 74e810071958..c5d1ae4edac7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportImageTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportImageTasksResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("importImageTaskSet/item", targetDepth)) { var unmarshaller = ImportImageTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportImageTasks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportSnapshotTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportSnapshotTasksResponseUnmarshaller.cs index b83280582eb2..3d2aab10be7f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportSnapshotTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeImportSnapshotTasksResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("importSnapshotTaskSet/item", targetDepth)) { var unmarshaller = ImportSnapshotTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportSnapshotTasks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceConnectEndpointsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceConnectEndpointsResponseUnmarshaller.cs index 3e41887b92d4..11821a70f6b9 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceConnectEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceConnectEndpointsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceConnectEndpointSet/item", targetDepth)) { var unmarshaller = Ec2InstanceConnectEndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceConnectEndpoints.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceCreditSpecificationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceCreditSpecificationsResponseUnmarshaller.cs index 25ad7c506c4a..172a286794a9 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceCreditSpecificationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceCreditSpecificationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceCreditSpecificationSet/item", targetDepth)) { var unmarshaller = InstanceCreditSpecificationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceCreditSpecifications.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceEventWindowsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceEventWindowsResponseUnmarshaller.cs index d6ca1dbceefc..0f21f46629fa 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceEventWindowsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceEventWindowsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceEventWindowSet/item", targetDepth)) { var unmarshaller = InstanceEventWindowUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceEventWindows.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceStatusResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceStatusResponseUnmarshaller.cs index bf9b4add8d40..e02778dbc288 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceStatusResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceStatusResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceStatusSet/item", targetDepth)) { var unmarshaller = InstanceStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceStatuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTopologyResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTopologyResponseUnmarshaller.cs index 481a98d5f25e..8846ac0900a0 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTopologyResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTopologyResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceSet/item", targetDepth)) { var unmarshaller = InstanceTopologyUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Instances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypeOfferingsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypeOfferingsResponseUnmarshaller.cs index dc15b2ef98f2..f22f77b018fb 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypeOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypeOfferingsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceTypeOfferingSet/item", targetDepth)) { var unmarshaller = InstanceTypeOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceTypeOfferings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypesResponseUnmarshaller.cs index 2675399857bd..b3fb8d044b7f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstanceTypesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceTypeSet/item", targetDepth)) { var unmarshaller = InstanceTypeInfoUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceTypes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstancesResponseUnmarshaller.cs index a314c1e0c15e..75826d5c6504 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInstancesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservationSet/item", targetDepth)) { var unmarshaller = ReservationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Reservations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInternetGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInternetGatewaysResponseUnmarshaller.cs index 2d94e4357159..3bb0ccbb28ee 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInternetGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeInternetGatewaysResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("internetGatewaySet/item", targetDepth)) { var unmarshaller = InternetGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InternetGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamByoasnResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamByoasnResponseUnmarshaller.cs index 7d8cb70427c8..6524e63acc0f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamByoasnResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamByoasnResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("byoasnSet/item", targetDepth)) { var unmarshaller = ByoasnUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Byoasns.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamPoolsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamPoolsResponseUnmarshaller.cs index 55e1526f77f0..b9dda91dd47e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamPoolsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamPoolsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamPoolSet/item", targetDepth)) { var unmarshaller = IpamPoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamPools.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveriesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveriesResponseUnmarshaller.cs index caa772fc8dfa..70c33d95c57a 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveriesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveriesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamResourceDiscoverySet/item", targetDepth)) { var unmarshaller = IpamResourceDiscoveryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamResourceDiscoveries.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveryAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveryAssociationsResponseUnmarshaller.cs index db8150208edc..21dd9796640f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveryAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamResourceDiscoveryAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamResourceDiscoveryAssociationSet/item", targetDepth)) { var unmarshaller = IpamResourceDiscoveryAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamResourceDiscoveryAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamScopesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamScopesResponseUnmarshaller.cs index 8d039cb0243c..342a12154395 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamScopesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamScopesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamScopeSet/item", targetDepth)) { var unmarshaller = IpamScopeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamScopes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamsResponseUnmarshaller.cs index 16f39b357ec0..e45fdc228bdf 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpamsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamSet/item", targetDepth)) { var unmarshaller = IpamUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Ipams.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpv6PoolsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpv6PoolsResponseUnmarshaller.cs index 0bd1e6d16802..11e00d04d4ef 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpv6PoolsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeIpv6PoolsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipv6PoolSet/item", targetDepth)) { var unmarshaller = Ipv6PoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Ipv6Pools.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeKeyPairsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeKeyPairsResponseUnmarshaller.cs index 8468f6b38821..cfe57460fea8 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeKeyPairsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeKeyPairsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("keySet/item", targetDepth)) { var unmarshaller = KeyPairInfoUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.KeyPairs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplateVersionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplateVersionsResponseUnmarshaller.cs index e6a61b534f20..1714c97ae780 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplateVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplateVersionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("launchTemplateVersionSet/item", targetDepth)) { var unmarshaller = LaunchTemplateVersionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LaunchTemplateVersions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplatesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplatesResponseUnmarshaller.cs index f07ed68e7228..1e1a7f707d65 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplatesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLaunchTemplatesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("launchTemplates/item", targetDepth)) { var unmarshaller = LaunchTemplateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LaunchTemplates.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponseUnmarshaller.cs index 88b17b589a9e..1856062ace6e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("localGatewayRouteTableVirtualInterfaceGroupAssociationSet/item", targetDepth)) { var unmarshaller = LocalGatewayRouteTableVirtualInterfaceGroupAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LocalGatewayRouteTableVirtualInterfaceGroupAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVpcAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVpcAssociationsResponseUnmarshaller.cs index 76db9b4d712b..acbbf119b1c5 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVpcAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTableVpcAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("localGatewayRouteTableVpcAssociationSet/item", targetDepth)) { var unmarshaller = LocalGatewayRouteTableVpcAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LocalGatewayRouteTableVpcAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTablesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTablesResponseUnmarshaller.cs index ec6f54b5784f..bcbd0f729e8a 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTablesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayRouteTablesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("localGatewayRouteTableSet/item", targetDepth)) { var unmarshaller = LocalGatewayRouteTableUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LocalGatewayRouteTables.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfaceGroupsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfaceGroupsResponseUnmarshaller.cs index d5854e2322cd..5c938fdd1be9 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfaceGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfaceGroupsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("localGatewayVirtualInterfaceGroupSet/item", targetDepth)) { var unmarshaller = LocalGatewayVirtualInterfaceGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LocalGatewayVirtualInterfaceGroups.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfacesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfacesResponseUnmarshaller.cs index e6f504a8dbca..f230cd504f01 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfacesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewayVirtualInterfacesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("localGatewayVirtualInterfaceSet/item", targetDepth)) { var unmarshaller = LocalGatewayVirtualInterfaceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LocalGatewayVirtualInterfaces.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewaysResponseUnmarshaller.cs index 11c58f2bf838..a647420d744c 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLocalGatewaysResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("localGatewaySet/item", targetDepth)) { var unmarshaller = LocalGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LocalGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLockedSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLockedSnapshotsResponseUnmarshaller.cs index ce3c8cd219ba..0f8e22f4451f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLockedSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeLockedSnapshotsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("snapshotSet/item", targetDepth)) { var unmarshaller = LockedSnapshotsInfoUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Snapshots.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeManagedPrefixListsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeManagedPrefixListsResponseUnmarshaller.cs index d0220fcc058e..0702c5565373 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeManagedPrefixListsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeManagedPrefixListsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("prefixListSet/item", targetDepth)) { var unmarshaller = ManagedPrefixListUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PrefixLists.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeMovingAddressesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeMovingAddressesResponseUnmarshaller.cs index c7c8856d06bc..de3d11c1ade7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeMovingAddressesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeMovingAddressesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("movingAddressStatusSet/item", targetDepth)) { var unmarshaller = MovingAddressStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MovingAddressStatuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNatGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNatGatewaysResponseUnmarshaller.cs index ddb6229ea24b..4f282011f8f4 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNatGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNatGatewaysResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("natGatewaySet/item", targetDepth)) { var unmarshaller = NatGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NatGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkAclsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkAclsResponseUnmarshaller.cs index cd5d59cf5e2d..ba2292d2b0e6 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkAclsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkAclsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("networkAclSet/item", targetDepth)) { var unmarshaller = NetworkAclUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NetworkAcls.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopeAnalysesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopeAnalysesResponseUnmarshaller.cs index ceaae22338a8..a18bd3168dfe 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopeAnalysesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopeAnalysesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("networkInsightsAccessScopeAnalysisSet/item", targetDepth)) { var unmarshaller = NetworkInsightsAccessScopeAnalysisUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NetworkInsightsAccessScopeAnalyses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopesResponseUnmarshaller.cs index d856a2036f2c..cff52a43b8d5 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAccessScopesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("networkInsightsAccessScopeSet/item", targetDepth)) { var unmarshaller = NetworkInsightsAccessScopeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NetworkInsightsAccessScopes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAnalysesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAnalysesResponseUnmarshaller.cs index c8869ab004dd..8e25882b12ff 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAnalysesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsAnalysesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("networkInsightsAnalysisSet/item", targetDepth)) { var unmarshaller = NetworkInsightsAnalysisUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NetworkInsightsAnalyses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsPathsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsPathsResponseUnmarshaller.cs index d302fe42f8b0..f013bac23d23 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsPathsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInsightsPathsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("networkInsightsPathSet/item", targetDepth)) { var unmarshaller = NetworkInsightsPathUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NetworkInsightsPaths.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfaceAttributeResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfaceAttributeResponseUnmarshaller.cs index cd327142f35d..f03e1765c6a8 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfaceAttributeResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfaceAttributeResponseUnmarshaller.cs @@ -70,6 +70,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("groupSet/item", targetDepth)) { var unmarshaller = GroupIdentifierUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Groups.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacePermissionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacePermissionsResponseUnmarshaller.cs index f1b346749812..ffc2e521d9fc 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacePermissionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacePermissionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("networkInterfacePermissions/item", targetDepth)) { var unmarshaller = NetworkInterfacePermissionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NetworkInterfacePermissions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacesResponseUnmarshaller.cs index adf0d7642609..4f901f4ea941 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeNetworkInterfacesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("networkInterfaceSet/item", targetDepth)) { var unmarshaller = NetworkInterfaceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NetworkInterfaces.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePlacementGroupsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePlacementGroupsResponseUnmarshaller.cs index c4cd86422fc7..764f0ae355ec 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePlacementGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePlacementGroupsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("placementGroupSet/item", targetDepth)) { var unmarshaller = PlacementGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PlacementGroups.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrefixListsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrefixListsResponseUnmarshaller.cs index 37296f089cf2..136d0c2c9e82 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrefixListsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrefixListsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("prefixListSet/item", targetDepth)) { var unmarshaller = PrefixListUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PrefixLists.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrincipalIdFormatResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrincipalIdFormatResponseUnmarshaller.cs index 2d1c339af8ab..7781d77395dd 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrincipalIdFormatResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePrincipalIdFormatResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("principalSet/item", targetDepth)) { var unmarshaller = PrincipalIdFormatUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Principals.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePublicIpv4PoolsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePublicIpv4PoolsResponseUnmarshaller.cs index c05b5d25e464..c257ac2c7d23 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePublicIpv4PoolsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribePublicIpv4PoolsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("publicIpv4PoolSet/item", targetDepth)) { var unmarshaller = PublicIpv4PoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PublicIpv4Pools.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRegionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRegionsResponseUnmarshaller.cs index 81fddc196b68..785c42ece355 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRegionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRegionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("regionInfo/item", targetDepth)) { var unmarshaller = RegionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Regions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReplaceRootVolumeTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReplaceRootVolumeTasksResponseUnmarshaller.cs index a1f67a231fb4..5d32f0e98f1f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReplaceRootVolumeTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReplaceRootVolumeTasksResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("replaceRootVolumeTaskSet/item", targetDepth)) { var unmarshaller = ReplaceRootVolumeTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReplaceRootVolumeTasks.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesListingsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesListingsResponseUnmarshaller.cs index 1a8ea0a2795e..310e11f76ab0 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesListingsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesListingsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservedInstancesListingsSet/item", targetDepth)) { var unmarshaller = ReservedInstancesListingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedInstancesListings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesModificationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesModificationsResponseUnmarshaller.cs index 86f20c2e5706..03e7e40b4839 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesModificationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesModificationsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservedInstancesModificationsSet/item", targetDepth)) { var unmarshaller = ReservedInstancesModificationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedInstancesModifications.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesOfferingsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesOfferingsResponseUnmarshaller.cs index 0995dd96a49e..d27dcff6c4a7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesOfferingsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservedInstancesOfferingsSet/item", targetDepth)) { var unmarshaller = ReservedInstancesOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedInstancesOfferings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesResponseUnmarshaller.cs index 13c7a2b2f644..d5c10053bd1f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeReservedInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservedInstancesSet/item", targetDepth)) { var unmarshaller = ReservedInstancesUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedInstances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRouteTablesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRouteTablesResponseUnmarshaller.cs index 32e35cf7e382..8644769e07ed 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRouteTablesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeRouteTablesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("routeTableSet/item", targetDepth)) { var unmarshaller = RouteTableUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RouteTables.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstanceAvailabilityResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstanceAvailabilityResponseUnmarshaller.cs index f4276f0419b8..25ada9aa0fa2 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstanceAvailabilityResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstanceAvailabilityResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("scheduledInstanceAvailabilitySet/item", targetDepth)) { var unmarshaller = ScheduledInstanceAvailabilityUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScheduledInstanceAvailabilitySet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstancesResponseUnmarshaller.cs index 51131109f60f..f611ad5926fa 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeScheduledInstancesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("scheduledInstanceSet/item", targetDepth)) { var unmarshaller = ScheduledInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScheduledInstanceSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupReferencesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupReferencesResponseUnmarshaller.cs index d985868adcfc..5bf95a78929e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupReferencesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupReferencesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("securityGroupReferenceSet/item", targetDepth)) { var unmarshaller = SecurityGroupReferenceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroupReferenceSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupRulesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupRulesResponseUnmarshaller.cs index 855176b256e9..697b21822eae 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupRulesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("securityGroupRuleSet/item", targetDepth)) { var unmarshaller = SecurityGroupRuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroupRules.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupsResponseUnmarshaller.cs index b3e7916cbeef..a8765952c622 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSecurityGroupsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("securityGroupInfo/item", targetDepth)) { var unmarshaller = SecurityGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotAttributeResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotAttributeResponseUnmarshaller.cs index 5a3004658eee..fcd22340614e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotAttributeResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotAttributeResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("createVolumePermission/item", targetDepth)) { var unmarshaller = CreateVolumePermissionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CreateVolumePermissions.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("productCodes/item", targetDepth)) { var unmarshaller = ProductCodeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ProductCodes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotTierStatusResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotTierStatusResponseUnmarshaller.cs index c1c574079b49..37f50cfd7f84 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotTierStatusResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotTierStatusResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("snapshotTierStatusSet/item", targetDepth)) { var unmarshaller = SnapshotTierStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SnapshotTierStatuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs index 2d6f6099e40b..f05488c49e72 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("snapshotSet/item", targetDepth)) { var unmarshaller = SnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Snapshots.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetInstancesResponseUnmarshaller.cs index dcd4fd1ae3de..4aae141208fc 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("activeInstanceSet/item", targetDepth)) { var unmarshaller = ActiveInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ActiveInstances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestHistoryResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestHistoryResponseUnmarshaller.cs index 577c17d7b9ff..f47fb0f6cce4 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestHistoryResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestHistoryResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("historyRecordSet/item", targetDepth)) { var unmarshaller = HistoryRecordUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.HistoryRecords.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestsResponseUnmarshaller.cs index 2e72a9ec5f57..77bb50f90439 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotFleetRequestsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("spotFleetRequestConfigSet/item", targetDepth)) { var unmarshaller = SpotFleetRequestConfigUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SpotFleetRequestConfigs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotInstanceRequestsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotInstanceRequestsResponseUnmarshaller.cs index 97a131fc6018..83249ef315e0 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotInstanceRequestsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotInstanceRequestsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("spotInstanceRequestSet/item", targetDepth)) { var unmarshaller = SpotInstanceRequestUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SpotInstanceRequests.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotPriceHistoryResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotPriceHistoryResponseUnmarshaller.cs index 7ba0b0b780ea..d8c3cefae451 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotPriceHistoryResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSpotPriceHistoryResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("spotPriceHistorySet/item", targetDepth)) { var unmarshaller = SpotPriceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SpotPriceHistory.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStaleSecurityGroupsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStaleSecurityGroupsResponseUnmarshaller.cs index 6f6668448923..a84bbfc9d095 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStaleSecurityGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStaleSecurityGroupsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("staleSecurityGroupSet/item", targetDepth)) { var unmarshaller = StaleSecurityGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StaleSecurityGroupSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStoreImageTasksResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStoreImageTasksResponseUnmarshaller.cs index d70ad16ad48f..85ddf15d1e76 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStoreImageTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeStoreImageTasksResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("storeImageTaskResultSet/item", targetDepth)) { var unmarshaller = StoreImageTaskResultUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StoreImageTaskResults.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSubnetsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSubnetsResponseUnmarshaller.cs index bcb1f95a52c5..f45367e695ac 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSubnetsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeSubnetsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("subnetSet/item", targetDepth)) { var unmarshaller = SubnetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Subnets.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs index 9d7a6e15d316..ee4ba418e8eb 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorFiltersResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorFiltersResponseUnmarshaller.cs index 227ab5a3c8d1..e91f272243ab 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorFiltersResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorFiltersResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("trafficMirrorFilterSet/item", targetDepth)) { var unmarshaller = TrafficMirrorFilterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrafficMirrorFilters.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorSessionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorSessionsResponseUnmarshaller.cs index bd3dbb6918c3..053e9c2d23f3 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorSessionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorSessionsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("trafficMirrorSessionSet/item", targetDepth)) { var unmarshaller = TrafficMirrorSessionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrafficMirrorSessions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorTargetsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorTargetsResponseUnmarshaller.cs index 031fddedf7c9..fb870828ad93 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorTargetsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrafficMirrorTargetsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("trafficMirrorTargetSet/item", targetDepth)) { var unmarshaller = TrafficMirrorTargetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrafficMirrorTargets.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayAttachmentsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayAttachmentsResponseUnmarshaller.cs index ef04d7413b77..8c3d68c06e01 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayAttachmentsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayAttachmentsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayAttachments/item", targetDepth)) { var unmarshaller = TransitGatewayAttachmentUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayAttachments.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectPeersResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectPeersResponseUnmarshaller.cs index a00b632e4ccd..544ce3e1348c 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectPeersResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectPeersResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayConnectPeerSet/item", targetDepth)) { var unmarshaller = TransitGatewayConnectPeerUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayConnectPeers.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectsResponseUnmarshaller.cs index 4efab63051db..c9758b4b7829 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayConnectsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayConnectSet/item", targetDepth)) { var unmarshaller = TransitGatewayConnectUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayConnects.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayMulticastDomainsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayMulticastDomainsResponseUnmarshaller.cs index 383c3dce7f1f..edea0c164862 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayMulticastDomainsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayMulticastDomainsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayMulticastDomains/item", targetDepth)) { var unmarshaller = TransitGatewayMulticastDomainUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayMulticastDomains.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPeeringAttachmentsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPeeringAttachmentsResponseUnmarshaller.cs index 3cc56747286d..81e8a26929d8 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPeeringAttachmentsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPeeringAttachmentsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayPeeringAttachments/item", targetDepth)) { var unmarshaller = TransitGatewayPeeringAttachmentUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayPeeringAttachments.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPolicyTablesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPolicyTablesResponseUnmarshaller.cs index 58949ca2638b..28755cca7a1f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPolicyTablesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayPolicyTablesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayPolicyTables/item", targetDepth)) { var unmarshaller = TransitGatewayPolicyTableUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayPolicyTables.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTableAnnouncementsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTableAnnouncementsResponseUnmarshaller.cs index 8b8af492a352..cb99b0043ab6 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTableAnnouncementsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTableAnnouncementsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayRouteTableAnnouncements/item", targetDepth)) { var unmarshaller = TransitGatewayRouteTableAnnouncementUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayRouteTableAnnouncements.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTablesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTablesResponseUnmarshaller.cs index 76c14f4be5a2..1688a664f0b9 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTablesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayRouteTablesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayRouteTables/item", targetDepth)) { var unmarshaller = TransitGatewayRouteTableUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayRouteTables.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayVpcAttachmentsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayVpcAttachmentsResponseUnmarshaller.cs index 1e70b5cfb52b..468e430360d1 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayVpcAttachmentsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewayVpcAttachmentsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayVpcAttachments/item", targetDepth)) { var unmarshaller = TransitGatewayVpcAttachmentUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayVpcAttachments.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewaysResponseUnmarshaller.cs index 5a371b7a5537..a8eba068076d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTransitGatewaysResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewaySet/item", targetDepth)) { var unmarshaller = TransitGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrunkInterfaceAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrunkInterfaceAssociationsResponseUnmarshaller.cs index a2bc8af41c81..d48b3e9df969 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrunkInterfaceAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeTrunkInterfaceAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("interfaceAssociationSet/item", targetDepth)) { var unmarshaller = TrunkInterfaceAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InterfaceAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessEndpointsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessEndpointsResponseUnmarshaller.cs index e04e6f40829d..c3a7d88c0a23 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessEndpointsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("verifiedAccessEndpointSet/item", targetDepth)) { var unmarshaller = VerifiedAccessEndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VerifiedAccessEndpoints.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessGroupsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessGroupsResponseUnmarshaller.cs index 5d4642412149..831cb8598f32 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessGroupsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("verifiedAccessGroupSet/item", targetDepth)) { var unmarshaller = VerifiedAccessGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VerifiedAccessGroups.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstanceLoggingConfigurationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstanceLoggingConfigurationsResponseUnmarshaller.cs index 0ea639cbb437..9ec35441ba3a 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstanceLoggingConfigurationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstanceLoggingConfigurationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("loggingConfigurationSet/item", targetDepth)) { var unmarshaller = VerifiedAccessInstanceLoggingConfigurationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LoggingConfigurations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstancesResponseUnmarshaller.cs index 854f60d0f4b8..c7e66e9ee1b5 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessInstancesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("verifiedAccessInstanceSet/item", targetDepth)) { var unmarshaller = VerifiedAccessInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VerifiedAccessInstances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessTrustProvidersResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessTrustProvidersResponseUnmarshaller.cs index 41b14a36a0cd..229305abab94 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessTrustProvidersResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVerifiedAccessTrustProvidersResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("verifiedAccessTrustProviderSet/item", targetDepth)) { var unmarshaller = VerifiedAccessTrustProviderUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VerifiedAccessTrustProviders.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeAttributeResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeAttributeResponseUnmarshaller.cs index c1d43eedc1dd..5e35f454dab9 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeAttributeResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeAttributeResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("productCodes/item", targetDepth)) { var unmarshaller = ProductCodeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ProductCodes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeStatusResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeStatusResponseUnmarshaller.cs index 73b9d185a203..203cde7f6572 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeStatusResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumeStatusResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("volumeStatusSet/item", targetDepth)) { var unmarshaller = VolumeStatusItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VolumeStatuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesModificationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesModificationsResponseUnmarshaller.cs index bd04b9f06eef..68c00725991d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesModificationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesModificationsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("volumeModificationSet/item", targetDepth)) { var unmarshaller = VolumeModificationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VolumesModifications.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesResponseUnmarshaller.cs index 6b1cc8beaa43..23e96f378c2e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVolumesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("volumeSet/item", targetDepth)) { var unmarshaller = VolumeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Volumes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkDnsSupportResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkDnsSupportResponseUnmarshaller.cs index cd0fcab0b504..955fa71c36a2 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkDnsSupportResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkDnsSupportResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpcs/item", targetDepth)) { var unmarshaller = ClassicLinkDnsSupportUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Vpcs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkResponseUnmarshaller.cs index 6d4ed66e7f73..6eb2a9ced55c 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcClassicLinkResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpcSet/item", targetDepth)) { var unmarshaller = VpcClassicLinkUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Vpcs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionNotificationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionNotificationsResponseUnmarshaller.cs index e8340c04163c..0875fea31ed2 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionNotificationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionNotificationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("connectionNotificationSet/item", targetDepth)) { var unmarshaller = ConnectionNotificationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ConnectionNotificationSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionsResponseUnmarshaller.cs index 022a1e3555f8..9b0b34757758 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointConnectionsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpcEndpointConnectionSet/item", targetDepth)) { var unmarshaller = VpcEndpointConnectionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpcEndpointConnections.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServiceConfigurationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServiceConfigurationsResponseUnmarshaller.cs index 2a946af8e0fc..bfcbec3a6d63 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServiceConfigurationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServiceConfigurationsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("serviceConfigurationSet/item", targetDepth)) { var unmarshaller = ServiceConfigurationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServiceConfigurations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicePermissionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicePermissionsResponseUnmarshaller.cs index 296debfe3b7c..40c69d49a1e1 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicePermissionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicePermissionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("allowedPrincipals/item", targetDepth)) { var unmarshaller = AllowedPrincipalUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AllowedPrincipals.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicesResponseUnmarshaller.cs index 3f15be50a866..32fe5cddb063 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointServicesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("serviceDetailSet/item", targetDepth)) { var unmarshaller = ServiceDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServiceDetails.Add(item); continue; @@ -71,6 +73,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("serviceNameSet/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServiceNames.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointsResponseUnmarshaller.cs index 5d479118e388..e63a95ac4535 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcEndpointsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpcEndpointSet/item", targetDepth)) { var unmarshaller = VpcEndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpcEndpoints.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcPeeringConnectionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcPeeringConnectionsResponseUnmarshaller.cs index 77c15fe793ee..a987f8c699d8 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcPeeringConnectionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcPeeringConnectionsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpcPeeringConnectionSet/item", targetDepth)) { var unmarshaller = VpcPeeringConnectionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpcPeeringConnections.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcsResponseUnmarshaller.cs index eaed46f66bb9..46afaaddf72b 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpcsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpcSet/item", targetDepth)) { var unmarshaller = VpcUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Vpcs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnConnectionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnConnectionsResponseUnmarshaller.cs index 364718287cf8..948cdb0d2679 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnConnectionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnConnectionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpnConnectionSet/item", targetDepth)) { var unmarshaller = VpnConnectionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpnConnections.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnGatewaysResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnGatewaysResponseUnmarshaller.cs index de7ee12af2e8..8a048a61dbe6 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnGatewaysResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DescribeVpnGatewaysResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpnGatewaySet/item", targetDepth)) { var unmarshaller = VpnGatewayUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpnGateways.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisableFastSnapshotRestoresResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisableFastSnapshotRestoresResponseUnmarshaller.cs index 6b0089c861c0..059e47959ba4 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisableFastSnapshotRestoresResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisableFastSnapshotRestoresResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successful/item", targetDepth)) { var unmarshaller = DisableFastSnapshotRestoreSuccessItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Successful.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = DisableFastSnapshotRestoreErrorItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisassociateNatGatewayAddressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisassociateNatGatewayAddressResponseUnmarshaller.cs index aa1eaf444ecd..fe2cae9eda18 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisassociateNatGatewayAddressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/DisassociateNatGatewayAddressResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("natGatewayAddressSet/item", targetDepth)) { var unmarshaller = NatGatewayAddressUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NatGatewayAddresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/EnableFastSnapshotRestoresResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/EnableFastSnapshotRestoresResponseUnmarshaller.cs index 253836be0c6d..855c5f03de70 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/EnableFastSnapshotRestoresResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/EnableFastSnapshotRestoresResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successful/item", targetDepth)) { var unmarshaller = EnableFastSnapshotRestoreSuccessItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Successful.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = EnableFastSnapshotRestoreErrorItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ExportImageResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ExportImageResponseUnmarshaller.cs index 7c65d7047bc3..7fda51925da7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ExportImageResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ExportImageResponseUnmarshaller.cs @@ -112,6 +112,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedEnclaveCertificateIamRolesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedEnclaveCertificateIamRolesResponseUnmarshaller.cs index 55fbd357ff63..4e760aaedc08 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedEnclaveCertificateIamRolesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedEnclaveCertificateIamRolesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("associatedRoleSet/item", targetDepth)) { var unmarshaller = AssociatedRoleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AssociatedRoles.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedIpv6PoolCidrsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedIpv6PoolCidrsResponseUnmarshaller.cs index 3c29e9805357..d00734e295b8 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedIpv6PoolCidrsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAssociatedIpv6PoolCidrsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipv6CidrAssociationSet/item", targetDepth)) { var unmarshaller = Ipv6CidrAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Ipv6CidrAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAwsNetworkPerformanceDataResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAwsNetworkPerformanceDataResponseUnmarshaller.cs index 076a05172f82..f0ef2a3f74b7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAwsNetworkPerformanceDataResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetAwsNetworkPerformanceDataResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("dataResponseSet/item", targetDepth)) { var unmarshaller = DataResponseUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataResponses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCapacityReservationUsageResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCapacityReservationUsageResponseUnmarshaller.cs index 158ccd2071a4..5ef74e529c2e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCapacityReservationUsageResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCapacityReservationUsageResponseUnmarshaller.cs @@ -76,6 +76,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceUsageSet/item", targetDepth)) { var unmarshaller = InstanceUsageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceUsages.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCoipPoolUsageResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCoipPoolUsageResponseUnmarshaller.cs index 38cfcfa64643..7d972b16be2d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCoipPoolUsageResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetCoipPoolUsageResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("coipAddressUsageSet/item", targetDepth)) { var unmarshaller = CoipAddressUsageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CoipAddressUsages.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetGroupsForCapacityReservationResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetGroupsForCapacityReservationResponseUnmarshaller.cs index 033323adffd4..98007efd7e22 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetGroupsForCapacityReservationResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetGroupsForCapacityReservationResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("capacityReservationGroupSet/item", targetDepth)) { var unmarshaller = CapacityReservationGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CapacityReservationGroups.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetHostReservationPurchasePreviewResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetHostReservationPurchasePreviewResponseUnmarshaller.cs index 72e1088df40f..084d7f89c66b 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetHostReservationPurchasePreviewResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetHostReservationPurchasePreviewResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("purchase/item", targetDepth)) { var unmarshaller = PurchaseUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Purchase.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetInstanceTypesFromInstanceRequirementsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetInstanceTypesFromInstanceRequirementsResponseUnmarshaller.cs index e8391046b4ef..8adaabe76c74 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetInstanceTypesFromInstanceRequirementsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetInstanceTypesFromInstanceRequirementsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceTypeSet/item", targetDepth)) { var unmarshaller = InstanceTypeInfoFromInstanceRequirementsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceTypes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamAddressHistoryResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamAddressHistoryResponseUnmarshaller.cs index 0b2e98ff2865..96c5c4e10731 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamAddressHistoryResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamAddressHistoryResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("historyRecordSet/item", targetDepth)) { var unmarshaller = IpamAddressHistoryRecordUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.HistoryRecords.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredAccountsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredAccountsResponseUnmarshaller.cs index 7bf12c1d38ee..fac9698b5a8d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredAccountsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredAccountsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamDiscoveredAccountSet/item", targetDepth)) { var unmarshaller = IpamDiscoveredAccountUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamDiscoveredAccounts.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredPublicAddressesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredPublicAddressesResponseUnmarshaller.cs index b82e72419477..16e44a45323f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredPublicAddressesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredPublicAddressesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamDiscoveredPublicAddressSet/item", targetDepth)) { var unmarshaller = IpamDiscoveredPublicAddressUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamDiscoveredPublicAddresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredResourceCidrsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredResourceCidrsResponseUnmarshaller.cs index 31108fa51fee..6144a69a9fae 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredResourceCidrsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamDiscoveredResourceCidrsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamDiscoveredResourceCidrSet/item", targetDepth)) { var unmarshaller = IpamDiscoveredResourceCidrUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamDiscoveredResourceCidrs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolAllocationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolAllocationsResponseUnmarshaller.cs index 6222db894bcf..4feb2adb06f3 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolAllocationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolAllocationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamPoolAllocationSet/item", targetDepth)) { var unmarshaller = IpamPoolAllocationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamPoolAllocations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolCidrsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolCidrsResponseUnmarshaller.cs index 679b5f584c6c..18ff220a1bca 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolCidrsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamPoolCidrsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamPoolCidrSet/item", targetDepth)) { var unmarshaller = IpamPoolCidrUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamPoolCidrs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamResourceCidrsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamResourceCidrsResponseUnmarshaller.cs index 5cdad05858b9..44fe495b8e25 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamResourceCidrsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetIpamResourceCidrsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("ipamResourceCidrSet/item", targetDepth)) { var unmarshaller = IpamResourceCidrUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IpamResourceCidrs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListAssociationsResponseUnmarshaller.cs index ce9151b78ffe..db1305474ace 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListAssociationsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("prefixListAssociationSet/item", targetDepth)) { var unmarshaller = PrefixListAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PrefixListAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListEntriesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListEntriesResponseUnmarshaller.cs index 0e3491406e0a..a6f2e53ff164 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListEntriesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetManagedPrefixListEntriesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("entrySet/item", targetDepth)) { var unmarshaller = PrefixListEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Entries.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetNetworkInsightsAccessScopeAnalysisFindingsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetNetworkInsightsAccessScopeAnalysisFindingsResponseUnmarshaller.cs index 6aee50270ed6..ba81caeb4b18 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetNetworkInsightsAccessScopeAnalysisFindingsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetNetworkInsightsAccessScopeAnalysisFindingsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("analysisFindingSet/item", targetDepth)) { var unmarshaller = AccessScopeAnalysisFindingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AnalysisFindings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetReservedInstancesExchangeQuoteResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetReservedInstancesExchangeQuoteResponseUnmarshaller.cs index 0dd3fbb3a604..95605c0d1c39 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetReservedInstancesExchangeQuoteResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetReservedInstancesExchangeQuoteResponseUnmarshaller.cs @@ -88,6 +88,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("reservedInstanceValueSet/item", targetDepth)) { var unmarshaller = ReservedInstanceReservationValueUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedInstanceValueSet.Add(item); continue; @@ -101,6 +103,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("targetConfigurationValueSet/item", targetDepth)) { var unmarshaller = TargetReservationValueUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TargetConfigurationValueSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSecurityGroupsForVpcResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSecurityGroupsForVpcResponseUnmarshaller.cs index 026acd8ecb60..90a3a16c0a76 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSecurityGroupsForVpcResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSecurityGroupsForVpcResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("securityGroupForVpcSet/item", targetDepth)) { var unmarshaller = SecurityGroupForVpcUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroupForVpcs.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSpotPlacementScoresResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSpotPlacementScoresResponseUnmarshaller.cs index 7575e95ef23f..afa058490acd 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSpotPlacementScoresResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSpotPlacementScoresResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("spotPlacementScoreSet/item", targetDepth)) { var unmarshaller = SpotPlacementScoreUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SpotPlacementScores.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSubnetCidrReservationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSubnetCidrReservationsResponseUnmarshaller.cs index 517c481a123f..5e2581d6090b 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSubnetCidrReservationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetSubnetCidrReservationsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("subnetIpv4CidrReservationSet/item", targetDepth)) { var unmarshaller = SubnetCidrReservationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SubnetIpv4CidrReservations.Add(item); continue; @@ -71,6 +73,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("subnetIpv6CidrReservationSet/item", targetDepth)) { var unmarshaller = SubnetCidrReservationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SubnetIpv6CidrReservations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayAttachmentPropagationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayAttachmentPropagationsResponseUnmarshaller.cs index db2f73c635d3..dd966c8abb23 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayAttachmentPropagationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayAttachmentPropagationsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayAttachmentPropagations/item", targetDepth)) { var unmarshaller = TransitGatewayAttachmentPropagationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayAttachmentPropagations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayMulticastDomainAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayMulticastDomainAssociationsResponseUnmarshaller.cs index bfd4a32d3fe6..9eec8726f08f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayMulticastDomainAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayMulticastDomainAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("multicastDomainAssociations/item", targetDepth)) { var unmarshaller = TransitGatewayMulticastDomainAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MulticastDomainAssociations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableAssociationsResponseUnmarshaller.cs index 814c80fbc41f..72a8fa6bbf17 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("associations/item", targetDepth)) { var unmarshaller = TransitGatewayPolicyTableAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Associations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableEntriesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableEntriesResponseUnmarshaller.cs index 1cd12ec83c8d..9158131569e4 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableEntriesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPolicyTableEntriesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayPolicyTableEntries/item", targetDepth)) { var unmarshaller = TransitGatewayPolicyTableEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayPolicyTableEntries.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPrefixListReferencesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPrefixListReferencesResponseUnmarshaller.cs index a61ee19b0a85..547942aa9eb3 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPrefixListReferencesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayPrefixListReferencesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayPrefixListReferenceSet/item", targetDepth)) { var unmarshaller = TransitGatewayPrefixListReferenceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayPrefixListReferences.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTableAssociationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTableAssociationsResponseUnmarshaller.cs index cb209df4cc47..610611cccd48 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTableAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTableAssociationsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("associations/item", targetDepth)) { var unmarshaller = TransitGatewayRouteTableAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Associations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTablePropagationsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTablePropagationsResponseUnmarshaller.cs index fbf539538ee0..f37930c76b3d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTablePropagationsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetTransitGatewayRouteTablePropagationsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("transitGatewayRouteTablePropagations/item", targetDepth)) { var unmarshaller = TransitGatewayRouteTablePropagationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TransitGatewayRouteTablePropagations.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetVpnConnectionDeviceTypesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetVpnConnectionDeviceTypesResponseUnmarshaller.cs index 3727d638beeb..0accff4a23ef 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetVpnConnectionDeviceTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/GetVpnConnectionDeviceTypesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("vpnConnectionDeviceTypeSet/item", targetDepth)) { var unmarshaller = VpnConnectionDeviceTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpnConnectionDeviceTypes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportImageResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportImageResponseUnmarshaller.cs index 0e2c6a321457..3710855f4b0d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportImageResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportImageResponseUnmarshaller.cs @@ -100,6 +100,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("licenseSpecifications/item", targetDepth)) { var unmarshaller = ImportImageLicenseConfigurationResponseUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LicenseSpecifications.Add(item); continue; @@ -125,6 +127,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("snapshotDetailSet/item", targetDepth)) { var unmarshaller = SnapshotDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SnapshotDetails.Add(item); continue; @@ -144,6 +148,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportKeyPairResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportKeyPairResponseUnmarshaller.cs index 6311969081a5..bbc6544022bf 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportKeyPairResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportKeyPairResponseUnmarshaller.cs @@ -76,6 +76,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportSnapshotResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportSnapshotResponseUnmarshaller.cs index d226eaa0c9c7..accfec1a345c 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportSnapshotResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ImportSnapshotResponseUnmarshaller.cs @@ -76,6 +76,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("tagSet/item", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListImagesInRecycleBinResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListImagesInRecycleBinResponseUnmarshaller.cs index 65f634dc76a1..c449ca26f3b2 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListImagesInRecycleBinResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListImagesInRecycleBinResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("imageSet/item", targetDepth)) { var unmarshaller = ImageRecycleBinInfoUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Images.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListSnapshotsInRecycleBinResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListSnapshotsInRecycleBinResponseUnmarshaller.cs index a7bd9db4ace7..92e59da8312f 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListSnapshotsInRecycleBinResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ListSnapshotsInRecycleBinResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("snapshotSet/item", targetDepth)) { var unmarshaller = SnapshotRecycleBinInfoUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Snapshots.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyHostsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyHostsResponseUnmarshaller.cs index b1b7f613669c..b30475881e56 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyHostsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyHostsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successful/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Successful.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyInstanceCreditSpecificationResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyInstanceCreditSpecificationResponseUnmarshaller.cs index fe58d14636fb..d8138bfc3fc8 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyInstanceCreditSpecificationResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyInstanceCreditSpecificationResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successfulInstanceCreditSpecificationSet/item", targetDepth)) { var unmarshaller = SuccessfulInstanceCreditSpecificationItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SuccessfulInstanceCreditSpecifications.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessfulInstanceCreditSpecificationSet/item", targetDepth)) { var unmarshaller = UnsuccessfulInstanceCreditSpecificationItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnsuccessfulInstanceCreditSpecifications.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyVpcEndpointServicePermissionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyVpcEndpointServicePermissionsResponseUnmarshaller.cs index 0239cea407a8..7887cb862830 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyVpcEndpointServicePermissionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ModifyVpcEndpointServicePermissionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("addedPrincipalSet/item", targetDepth)) { var unmarshaller = AddedPrincipalUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AddedPrincipals.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/MonitorInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/MonitorInstancesResponseUnmarshaller.cs index af16bcca144a..6494ea24b27a 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/MonitorInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/MonitorInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instancesSet/item", targetDepth)) { var unmarshaller = InstanceMonitoringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceMonitorings.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseHostReservationResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseHostReservationResponseUnmarshaller.cs index 390a6d99914e..69e3717a35b8 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseHostReservationResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseHostReservationResponseUnmarshaller.cs @@ -70,6 +70,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("purchase/item", targetDepth)) { var unmarshaller = PurchaseUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Purchase.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseScheduledInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseScheduledInstancesResponseUnmarshaller.cs index 88cc35b41d73..1f6f1d45331b 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseScheduledInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/PurchaseScheduledInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("scheduledInstanceSet/item", targetDepth)) { var unmarshaller = ScheduledInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScheduledInstanceSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RejectVpcEndpointConnectionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RejectVpcEndpointConnectionsResponseUnmarshaller.cs index 3127a020f6a5..742f024fea3b 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RejectVpcEndpointConnectionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RejectVpcEndpointConnectionsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ReleaseHostsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ReleaseHostsResponseUnmarshaller.cs index e527a356428c..6e4adaed2e01 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ReleaseHostsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/ReleaseHostsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("successful/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Successful.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unsuccessful/item", targetDepth)) { var unmarshaller = UnsuccessfulItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Unsuccessful.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RequestSpotInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RequestSpotInstancesResponseUnmarshaller.cs index 880575c0015f..842c088109d7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RequestSpotInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RequestSpotInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("spotInstanceRequestSet/item", targetDepth)) { var unmarshaller = SpotInstanceRequestUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SpotInstanceRequests.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupEgressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupEgressResponseUnmarshaller.cs index a5ab9c1ef2a9..4c3839001927 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupEgressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupEgressResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unknownIpPermissionSet/item", targetDepth)) { var unmarshaller = IpPermissionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnknownIpPermissions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupIngressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupIngressResponseUnmarshaller.cs index f77900d84d6c..dd75912705c2 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupIngressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RevokeSecurityGroupIngressResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unknownIpPermissionSet/item", targetDepth)) { var unmarshaller = IpPermissionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnknownIpPermissions.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RunScheduledInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RunScheduledInstancesResponseUnmarshaller.cs index 35d2569b2347..b583e42a0f04 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RunScheduledInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/RunScheduledInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instanceIdSet/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceIdSet.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchLocalGatewayRoutesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchLocalGatewayRoutesResponseUnmarshaller.cs index 7666a5d8b34f..d4dab8f05938 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchLocalGatewayRoutesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchLocalGatewayRoutesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("routeSet/item", targetDepth)) { var unmarshaller = LocalGatewayRouteUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Routes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayMulticastGroupsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayMulticastGroupsResponseUnmarshaller.cs index 30b812bbe31f..aaf174e71d1e 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayMulticastGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayMulticastGroupsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("multicastGroups/item", targetDepth)) { var unmarshaller = TransitGatewayMulticastGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MulticastGroups.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayRoutesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayRoutesResponseUnmarshaller.cs index 50e7693c8105..2d9b2581183c 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayRoutesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/SearchTransitGatewayRoutesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("routeSet/item", targetDepth)) { var unmarshaller = TransitGatewayRouteUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Routes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StartInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StartInstancesResponseUnmarshaller.cs index 87c3e9918a74..d16bd2b54bb9 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StartInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StartInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instancesSet/item", targetDepth)) { var unmarshaller = InstanceStateChangeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StartingInstances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StopInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StopInstancesResponseUnmarshaller.cs index 39508ff2230a..df1a778425b7 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StopInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/StopInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instancesSet/item", targetDepth)) { var unmarshaller = InstanceStateChangeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StoppingInstances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateClientVpnConnectionsResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateClientVpnConnectionsResponseUnmarshaller.cs index 9f25d6b53b3b..cd0dbef963a5 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateClientVpnConnectionsResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateClientVpnConnectionsResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("connectionStatuses/item", targetDepth)) { var unmarshaller = TerminateConnectionStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ConnectionStatuses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateInstancesResponseUnmarshaller.cs index b04345625bbe..ec821aed59e1 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/TerminateInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instancesSet/item", targetDepth)) { var unmarshaller = InstanceStateChangeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TerminatingInstances.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignIpv6AddressesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignIpv6AddressesResponseUnmarshaller.cs index 05a2ee37a136..29a9b7e9ca10 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignIpv6AddressesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignIpv6AddressesResponseUnmarshaller.cs @@ -64,6 +64,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unassignedIpv6Addresses/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnassignedIpv6Addresses.Add(item); continue; @@ -71,6 +73,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("unassignedIpv6PrefixSet/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnassignedIpv6Prefixes.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignPrivateNatGatewayAddressResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignPrivateNatGatewayAddressResponseUnmarshaller.cs index b0306e0f4424..eb5105b38a7d 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignPrivateNatGatewayAddressResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnassignPrivateNatGatewayAddressResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("natGatewayAddressSet/item", targetDepth)) { var unmarshaller = NatGatewayAddressUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NatGatewayAddresses.Add(item); continue; diff --git a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnmonitorInstancesResponseUnmarshaller.cs b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnmonitorInstancesResponseUnmarshaller.cs index d6a1743fbc04..c1825198dcdb 100644 --- a/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnmonitorInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/EC2/Generated/Model/Internal/MarshallTransformations/UnmonitorInstancesResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("instancesSet/item", targetDepth)) { var unmarshaller = InstanceMonitoringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceMonitorings.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/AddTagsToResourceResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/AddTagsToResourceResponseUnmarshaller.cs index a6b110dc6c33..614b9c16bf53 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/AddTagsToResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/AddTagsToResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AddTagsToRe if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchApplyUpdateActionResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchApplyUpdateActionResponseUnmarshaller.cs index aeb68b49dde4..df9228113b54 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchApplyUpdateActionResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchApplyUpdateActionResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchApplyU if (context.TestExpression("ProcessedUpdateActions/ProcessedUpdateAction", targetDepth)) { var unmarshaller = ProcessedUpdateActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ProcessedUpdateActions.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchApplyU if (context.TestExpression("UnprocessedUpdateActions/UnprocessedUpdateAction", targetDepth)) { var unmarshaller = UnprocessedUpdateActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnprocessedUpdateActions.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchStopUpdateActionResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchStopUpdateActionResponseUnmarshaller.cs index 984d53105e59..9890afc868a2 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchStopUpdateActionResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/BatchStopUpdateActionResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchStopUp if (context.TestExpression("ProcessedUpdateActions/ProcessedUpdateAction", targetDepth)) { var unmarshaller = ProcessedUpdateActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ProcessedUpdateActions.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchStopUp if (context.TestExpression("UnprocessedUpdateActions/UnprocessedUpdateAction", targetDepth)) { var unmarshaller = UnprocessedUpdateActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UnprocessedUpdateActions.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserGroupResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserGroupResponseUnmarshaller.cs index 5eb552e94c77..562a4c52cb43 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserGroupResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserGroupResponseUnmarshaller.cs @@ -108,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateUserG if (context.TestExpression("ReplicationGroups/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReplicationGroups.Add(item); continue; @@ -115,6 +117,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateUserG if (context.TestExpression("ServerlessCaches/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServerlessCaches.Add(item); continue; @@ -134,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateUserG if (context.TestExpression("UserIds/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserIds.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserResponseUnmarshaller.cs index dcaf12d53e53..1f7351d225e9 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/CreateUserResponseUnmarshaller.cs @@ -120,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateUserR if (context.TestExpression("UserGroupIds/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserGroupIds.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserGroupResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserGroupResponseUnmarshaller.cs index 9d5ea5d75967..b5a5e7423238 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserGroupResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserGroupResponseUnmarshaller.cs @@ -108,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteUserG if (context.TestExpression("ReplicationGroups/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReplicationGroups.Add(item); continue; @@ -115,6 +117,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteUserG if (context.TestExpression("ServerlessCaches/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServerlessCaches.Add(item); continue; @@ -134,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteUserG if (context.TestExpression("UserIds/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserIds.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserResponseUnmarshaller.cs index 510fd1a1d961..a10d9a4e1714 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DeleteUserResponseUnmarshaller.cs @@ -120,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteUserR if (context.TestExpression("UserGroupIds/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserGroupIds.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheClustersResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheClustersResponseUnmarshaller.cs index e881612a594b..3ed1773439ee 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCac if (context.TestExpression("CacheClusters/CacheCluster", targetDepth)) { var unmarshaller = CacheClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CacheClusters.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheEngineVersionsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheEngineVersionsResponseUnmarshaller.cs index e2dd0c903470..fce6f46f9573 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheEngineVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheEngineVersionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCac if (context.TestExpression("CacheEngineVersions/CacheEngineVersion", targetDepth)) { var unmarshaller = CacheEngineVersionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CacheEngineVersions.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParameterGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParameterGroupsResponseUnmarshaller.cs index dcf4992bca40..900c477fc689 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParameterGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParameterGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCac if (context.TestExpression("CacheParameterGroups/CacheParameterGroup", targetDepth)) { var unmarshaller = CacheParameterGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CacheParameterGroups.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParametersResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParametersResponseUnmarshaller.cs index a8e7bd2e4f53..d264ca0567c7 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParametersResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheParametersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCac if (context.TestExpression("CacheNodeTypeSpecificParameters/CacheNodeTypeSpecificParameter", targetDepth)) { var unmarshaller = CacheNodeTypeSpecificParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CacheNodeTypeSpecificParameters.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCac if (context.TestExpression("Parameters/Parameter", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSecurityGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSecurityGroupsResponseUnmarshaller.cs index aec4f6431903..04a1d1c07a98 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSecurityGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSecurityGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCac if (context.TestExpression("CacheSecurityGroups/CacheSecurityGroup", targetDepth)) { var unmarshaller = CacheSecurityGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CacheSecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSubnetGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSubnetGroupsResponseUnmarshaller.cs index 892795aa49e2..8842821cfe33 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSubnetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeCacheSubnetGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCac if (context.TestExpression("CacheSubnetGroups/CacheSubnetGroup", targetDepth)) { var unmarshaller = CacheSubnetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CacheSubnetGroups.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs index 55185ed92d8f..fd979e9b8beb 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("Events/Event", targetDepth)) { var unmarshaller = EventUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Events.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeGlobalReplicationGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeGlobalReplicationGroupsResponseUnmarshaller.cs index c21b2883c097..5a671d0bff0e 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeGlobalReplicationGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeGlobalReplicationGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeGlo if (context.TestExpression("GlobalReplicationGroups/GlobalReplicationGroup", targetDepth)) { var unmarshaller = GlobalReplicationGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.GlobalReplicationGroups.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReplicationGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReplicationGroupsResponseUnmarshaller.cs index 93f1e58f9b88..72db11645206 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReplicationGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReplicationGroupsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRep if (context.TestExpression("ReplicationGroups/ReplicationGroup", targetDepth)) { var unmarshaller = ReplicationGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReplicationGroups.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesOfferingsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesOfferingsResponseUnmarshaller.cs index 8b5625dd87a4..0b6a2476e1c5 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesOfferingsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ReservedCacheNodesOfferings/ReservedCacheNodesOffering", targetDepth)) { var unmarshaller = ReservedCacheNodesOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedCacheNodesOfferings.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesResponseUnmarshaller.cs index 3bf95c88adfe..227987054819 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeReservedCacheNodesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ReservedCacheNodes/ReservedCacheNode", targetDepth)) { var unmarshaller = ReservedCacheNodeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedCacheNodes.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCacheSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCacheSnapshotsResponseUnmarshaller.cs index 4c58515944f5..fa868119a462 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCacheSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCacheSnapshotsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSer if (context.TestExpression("ServerlessCacheSnapshots/ServerlessCacheSnapshot", targetDepth)) { var unmarshaller = ServerlessCacheSnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServerlessCacheSnapshots.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCachesResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCachesResponseUnmarshaller.cs index 27376ceaf44b..8420064d5463 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCachesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServerlessCachesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSer if (context.TestExpression("ServerlessCaches/member", targetDepth)) { var unmarshaller = ServerlessCacheUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServerlessCaches.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServiceUpdatesResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServiceUpdatesResponseUnmarshaller.cs index 4a862fdb45b3..b7f76477323f 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServiceUpdatesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeServiceUpdatesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSer if (context.TestExpression("ServiceUpdates/ServiceUpdate", targetDepth)) { var unmarshaller = ServiceUpdateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServiceUpdates.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs index 33cac4ed08d7..721e0cecc8f0 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSna if (context.TestExpression("Snapshots/Snapshot", targetDepth)) { var unmarshaller = SnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Snapshots.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUpdateActionsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUpdateActionsResponseUnmarshaller.cs index 1c1a1f5c50e6..15ff45167410 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUpdateActionsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUpdateActionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeUpd if (context.TestExpression("UpdateActions/UpdateAction", targetDepth)) { var unmarshaller = UpdateActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UpdateActions.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUserGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUserGroupsResponseUnmarshaller.cs index 5eea08e33f9b..347b655df8fb 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUserGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUserGroupsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeUse if (context.TestExpression("UserGroups/member", targetDepth)) { var unmarshaller = UserGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserGroups.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUsersResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUsersResponseUnmarshaller.cs index 177d3338d44c..ddfbdf0fdae7 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUsersResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/DescribeUsersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeUse if (context.TestExpression("Users/member", targetDepth)) { var unmarshaller = UserUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Users.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListAllowedNodeTypeModificationsResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListAllowedNodeTypeModificationsResponseUnmarshaller.cs index 7fb9d029dd0b..53bfeb0381ed 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListAllowedNodeTypeModificationsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListAllowedNodeTypeModificationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAllowed if (context.TestExpression("ScaleDownModifications/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScaleDownModifications.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAllowed if (context.TestExpression("ScaleUpModifications/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScaleUpModifications.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs index b6f4c5c3c8d3..851fc3273f4a 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTagsFor if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserGroupResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserGroupResponseUnmarshaller.cs index bb031f6a6641..3a16df39fdee 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserGroupResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserGroupResponseUnmarshaller.cs @@ -108,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyUserG if (context.TestExpression("ReplicationGroups/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReplicationGroups.Add(item); continue; @@ -115,6 +117,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyUserG if (context.TestExpression("ServerlessCaches/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServerlessCaches.Add(item); continue; @@ -134,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyUserG if (context.TestExpression("UserIds/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserIds.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserResponseUnmarshaller.cs index cbd587de4bf6..1069a3575175 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/ModifyUserResponseUnmarshaller.cs @@ -120,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyUserR if (context.TestExpression("UserGroupIds/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserGroupIds.Add(item); continue; diff --git a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/RemoveTagsFromResourceResponseUnmarshaller.cs b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/RemoveTagsFromResourceResponseUnmarshaller.cs index 87804735550d..7c8dec6ef1dc 100644 --- a/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/RemoveTagsFromResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/ElastiCache/Generated/Model/Internal/MarshallTransformations/RemoveTagsFromResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, RemoveTagsF if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ComposeEnvironmentsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ComposeEnvironmentsResponseUnmarshaller.cs index cfb05bfa1990..784d0283598b 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ComposeEnvironmentsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ComposeEnvironmentsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ComposeEnvi if (context.TestExpression("Environments/member", targetDepth)) { var unmarshaller = EnvironmentDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Environments.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateConfigurationTemplateResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateConfigurationTemplateResponseUnmarshaller.cs index 8c1dec6cf49e..91d8adb1b44c 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateConfigurationTemplateResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateConfigurationTemplateResponseUnmarshaller.cs @@ -120,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateConfi if (context.TestExpression("OptionSettings/member", targetDepth)) { var unmarshaller = ConfigurationOptionSettingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OptionSettings.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateEnvironmentResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateEnvironmentResponseUnmarshaller.cs index 6bf3452bd69f..4d943b3f8aa6 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateEnvironmentResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/CreateEnvironmentResponseUnmarshaller.cs @@ -138,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateEnvir if (context.TestExpression("EnvironmentLinks/member", targetDepth)) { var unmarshaller = EnvironmentLinkUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnvironmentLinks.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationVersionsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationVersionsResponseUnmarshaller.cs index f59098164f11..42144286f254 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationVersionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeApp if (context.TestExpression("ApplicationVersions/member", targetDepth)) { var unmarshaller = ApplicationVersionDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ApplicationVersions.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationsResponseUnmarshaller.cs index 3897df9c0517..912f86265fca 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeApplicationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeApp if (context.TestExpression("Applications/member", targetDepth)) { var unmarshaller = ApplicationDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Applications.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationOptionsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationOptionsResponseUnmarshaller.cs index f5ba15595b85..b19e54e5cf2d 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationOptionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCon if (context.TestExpression("Options/member", targetDepth)) { var unmarshaller = ConfigurationOptionDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Options.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSettingsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSettingsResponseUnmarshaller.cs index e962754c61ad..648dd57091c3 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSettingsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSettingsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCon if (context.TestExpression("ConfigurationSettings/member", targetDepth)) { var unmarshaller = ConfigurationSettingsDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ConfigurationSettings.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentHealthResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentHealthResponseUnmarshaller.cs index fcb94bd0f93c..d192431dc672 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentHealthResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentHealthResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEnv if (context.TestExpression("Causes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Causes.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionHistoryResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionHistoryResponseUnmarshaller.cs index a113c4575909..d73df7b52df8 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionHistoryResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionHistoryResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEnv if (context.TestExpression("ManagedActionHistoryItems/member", targetDepth)) { var unmarshaller = ManagedActionHistoryItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ManagedActionHistoryItems.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionsResponseUnmarshaller.cs index f95aa321ee49..8ac04c239e61 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentManagedActionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEnv if (context.TestExpression("ManagedActions/member", targetDepth)) { var unmarshaller = ManagedActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ManagedActions.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentsResponseUnmarshaller.cs index fa0feb933130..b65e0990d3e3 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEnvironmentsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEnv if (context.TestExpression("Environments/member", targetDepth)) { var unmarshaller = EnvironmentDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Environments.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs index becad7726b76..ffca618767d2 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("Events/member", targetDepth)) { var unmarshaller = EventDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Events.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeInstancesHealthResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeInstancesHealthResponseUnmarshaller.cs index 27b74066e9b7..331d3151bf04 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeInstancesHealthResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/DescribeInstancesHealthResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeIns if (context.TestExpression("InstanceHealthList/member", targetDepth)) { var unmarshaller = SingleInstanceHealthUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceHealthList.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListAvailableSolutionStacksResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListAvailableSolutionStacksResponseUnmarshaller.cs index ee98b2e05910..d144c052f343 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListAvailableSolutionStacksResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListAvailableSolutionStacksResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAvailab if (context.TestExpression("SolutionStackDetails/member", targetDepth)) { var unmarshaller = SolutionStackDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SolutionStackDetails.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAvailab if (context.TestExpression("SolutionStacks/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SolutionStacks.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformBranchesResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformBranchesResponseUnmarshaller.cs index ed8b2631dc3c..04dd1d5d5e1e 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformBranchesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformBranchesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPlatfor if (context.TestExpression("PlatformBranchSummaryList/member", targetDepth)) { var unmarshaller = PlatformBranchSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PlatformBranchSummaryList.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformVersionsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformVersionsResponseUnmarshaller.cs index ade8bc5647f5..3de8f1affbec 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListPlatformVersionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPlatfor if (context.TestExpression("PlatformSummaryList/member", targetDepth)) { var unmarshaller = PlatformSummaryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PlatformSummaryList.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs index aef9d08d3804..f642a03d2797 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTagsFor if (context.TestExpression("ResourceTags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ResourceTags.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/RetrieveEnvironmentInfoResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/RetrieveEnvironmentInfoResponseUnmarshaller.cs index 38e02792e6cc..5a69f1aa4bc8 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/RetrieveEnvironmentInfoResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/RetrieveEnvironmentInfoResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, RetrieveEnv if (context.TestExpression("EnvironmentInfo/member", targetDepth)) { var unmarshaller = EnvironmentInfoDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnvironmentInfo.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/TerminateEnvironmentResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/TerminateEnvironmentResponseUnmarshaller.cs index 163488b37d69..58ce02b8b953 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/TerminateEnvironmentResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/TerminateEnvironmentResponseUnmarshaller.cs @@ -138,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, TerminateEn if (context.TestExpression("EnvironmentLinks/member", targetDepth)) { var unmarshaller = EnvironmentLinkUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnvironmentLinks.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateConfigurationTemplateResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateConfigurationTemplateResponseUnmarshaller.cs index d1bba2f2935a..005fca5b27ac 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateConfigurationTemplateResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateConfigurationTemplateResponseUnmarshaller.cs @@ -120,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, UpdateConfi if (context.TestExpression("OptionSettings/member", targetDepth)) { var unmarshaller = ConfigurationOptionSettingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OptionSettings.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateEnvironmentResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateEnvironmentResponseUnmarshaller.cs index 5f7098dc03cf..c25302dff684 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateEnvironmentResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/UpdateEnvironmentResponseUnmarshaller.cs @@ -138,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, UpdateEnvir if (context.TestExpression("EnvironmentLinks/member", targetDepth)) { var unmarshaller = EnvironmentLinkUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnvironmentLinks.Add(item); continue; diff --git a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ValidateConfigurationSettingsResponseUnmarshaller.cs b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ValidateConfigurationSettingsResponseUnmarshaller.cs index 1a393a23dda3..1f3763d069c5 100644 --- a/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ValidateConfigurationSettingsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticBeanstalk/Generated/Model/Internal/MarshallTransformations/ValidateConfigurationSettingsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ValidateCon if (context.TestExpression("Messages/member", targetDepth)) { var unmarshaller = ValidationMessageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Messages.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToLoadBalancerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToLoadBalancerResponseUnmarshaller.cs index 56a71afb25ae..ff49c9a760ff 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToLoadBalancerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/ApplySecurityGroupsToLoadBalancerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ApplySecuri if (context.TestExpression("SecurityGroups/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/AttachLoadBalancerToSubnetsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/AttachLoadBalancerToSubnetsResponseUnmarshaller.cs index 9bbd76ba0d5e..0363647fac28 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/AttachLoadBalancerToSubnetsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/AttachLoadBalancerToSubnetsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AttachLoadB if (context.TestExpression("Subnets/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Subnets.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DeregisterInstancesFromLoadBalancerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DeregisterInstancesFromLoadBalancerResponseUnmarshaller.cs index b077306d3a58..6ea4698f5432 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DeregisterInstancesFromLoadBalancerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DeregisterInstancesFromLoadBalancerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeregisterI if (context.TestExpression("Instances/member", targetDepth)) { var unmarshaller = InstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Instances.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs index 5d2c8185eaf1..1c94bf4b9898 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAcc if (context.TestExpression("Limits/member", targetDepth)) { var unmarshaller = LimitUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Limits.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeInstanceHealthResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeInstanceHealthResponseUnmarshaller.cs index cd1cb368338a..670dcf1b4d9a 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeInstanceHealthResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeInstanceHealthResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeIns if (context.TestExpression("InstanceStates/member", targetDepth)) { var unmarshaller = InstanceStateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceStates.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPoliciesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPoliciesResponseUnmarshaller.cs index 7722bab5f59e..395aaf27aadc 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPoliciesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLoa if (context.TestExpression("PolicyDescriptions/member", targetDepth)) { var unmarshaller = PolicyDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyDescriptions.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPolicyTypesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPolicyTypesResponseUnmarshaller.cs index 03fbab8fb65b..8099bd4fde44 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPolicyTypesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerPolicyTypesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLoa if (context.TestExpression("PolicyTypeDescriptions/member", targetDepth)) { var unmarshaller = PolicyTypeDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyTypeDescriptions.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs index 90a00ddc6172..5f552fd80b9f 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLoa if (context.TestExpression("LoadBalancerDescriptions/member", targetDepth)) { var unmarshaller = LoadBalancerDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LoadBalancerDescriptions.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs index edb11895698a..77b381af05f3 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTag if (context.TestExpression("TagDescriptions/member", targetDepth)) { var unmarshaller = TagDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagDescriptions.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DetachLoadBalancerFromSubnetsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DetachLoadBalancerFromSubnetsResponseUnmarshaller.cs index 60f06db35a30..2a462c60ebc9 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DetachLoadBalancerFromSubnetsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DetachLoadBalancerFromSubnetsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DetachLoadB if (context.TestExpression("Subnets/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Subnets.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DisableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DisableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs index 9fcacbdcd838..7575635487dc 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DisableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/DisableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DisableAvai if (context.TestExpression("AvailabilityZones/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AvailabilityZones.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/EnableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/EnableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs index 52e1900a25f6..8e1de7d8e28f 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/EnableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/EnableAvailabilityZonesForLoadBalancerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, EnableAvail if (context.TestExpression("AvailabilityZones/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AvailabilityZones.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/RegisterInstancesWithLoadBalancerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/RegisterInstancesWithLoadBalancerResponseUnmarshaller.cs index d8dd3ebb1587..69a02974278b 100644 --- a/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/RegisterInstancesWithLoadBalancerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancing/Generated/Model/Internal/MarshallTransformations/RegisterInstancesWithLoadBalancerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, RegisterIns if (context.TestExpression("Instances/member", targetDepth)) { var unmarshaller = InstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Instances.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddListenerCertificatesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddListenerCertificatesResponseUnmarshaller.cs index 790c9e74876e..c5aa178920f4 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddListenerCertificatesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddListenerCertificatesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AddListener if (context.TestExpression("Certificates/member", targetDepth)) { var unmarshaller = CertificateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Certificates.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddTrustStoreRevocationsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddTrustStoreRevocationsResponseUnmarshaller.cs index 0e9dde8fc84c..f194855d8c86 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddTrustStoreRevocationsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AddTrustStoreRevocationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AddTrustSto if (context.TestExpression("TrustStoreRevocations/member", targetDepth)) { var unmarshaller = TrustStoreRevocationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrustStoreRevocations.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateListenerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateListenerResponseUnmarshaller.cs index 47735636f1ea..1d6ab98fa77d 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateListenerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateListenerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateListe if (context.TestExpression("Listeners/member", targetDepth)) { var unmarshaller = ListenerUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Listeners.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateLoadBalancerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateLoadBalancerResponseUnmarshaller.cs index 74a560a09128..df2156e68004 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateLoadBalancerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateLoadBalancerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateLoadB if (context.TestExpression("LoadBalancers/member", targetDepth)) { var unmarshaller = LoadBalancerUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LoadBalancers.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateRuleResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateRuleResponseUnmarshaller.cs index 3e395b2b4580..2be110d95c3d 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateRuleResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateRuleResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateRuleR if (context.TestExpression("Rules/member", targetDepth)) { var unmarshaller = RuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Rules.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTargetGroupResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTargetGroupResponseUnmarshaller.cs index aa644711926d..b671abf309e8 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTargetGroupResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTargetGroupResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateTarge if (context.TestExpression("TargetGroups/member", targetDepth)) { var unmarshaller = TargetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TargetGroups.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTrustStoreResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTrustStoreResponseUnmarshaller.cs index 710af2d39453..bc31b054071b 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTrustStoreResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/CreateTrustStoreResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateTrust if (context.TestExpression("TrustStores/member", targetDepth)) { var unmarshaller = TrustStoreUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrustStores.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs index bb679834cd3a..fc670e123acd 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeAccountLimitsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAcc if (context.TestExpression("Limits/member", targetDepth)) { var unmarshaller = LimitUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Limits.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenerCertificatesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenerCertificatesResponseUnmarshaller.cs index 67eee336e653..bb40b6634f2d 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenerCertificatesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenerCertificatesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLis if (context.TestExpression("Certificates/member", targetDepth)) { var unmarshaller = CertificateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Certificates.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenersResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenersResponseUnmarshaller.cs index 606fd71110ce..ae88c3d64b8e 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenersResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeListenersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLis if (context.TestExpression("Listeners/member", targetDepth)) { var unmarshaller = ListenerUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Listeners.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerAttributesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerAttributesResponseUnmarshaller.cs index 1fe47608891f..18f40e94699e 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancerAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLoa if (context.TestExpression("Attributes/member", targetDepth)) { var unmarshaller = LoadBalancerAttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs index 28be9de27c5b..a58876bb362b 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeLoadBalancersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLoa if (context.TestExpression("LoadBalancers/member", targetDepth)) { var unmarshaller = LoadBalancerUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LoadBalancers.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeRulesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeRulesResponseUnmarshaller.cs index be9df476906f..5b56205ef90f 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeRulesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeRulesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRul if (context.TestExpression("Rules/member", targetDepth)) { var unmarshaller = RuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Rules.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeSSLPoliciesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeSSLPoliciesResponseUnmarshaller.cs index b6234271018b..041d381090e4 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeSSLPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeSSLPoliciesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSSL if (context.TestExpression("SslPolicies/member", targetDepth)) { var unmarshaller = SslPolicyUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SslPolicies.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs index 9f4fc66e0f41..74a987c35b83 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTag if (context.TestExpression("TagDescriptions/member", targetDepth)) { var unmarshaller = TagDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagDescriptions.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupAttributesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupAttributesResponseUnmarshaller.cs index 022c731a74a6..a996f7d6e954 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTar if (context.TestExpression("Attributes/member", targetDepth)) { var unmarshaller = TargetGroupAttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupsResponseUnmarshaller.cs index 2229b369f0d9..3d40a4057488 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetGroupsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTar if (context.TestExpression("TargetGroups/member", targetDepth)) { var unmarshaller = TargetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TargetGroups.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetHealthResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetHealthResponseUnmarshaller.cs index 7a0066f5ed6b..13a8b28f5e09 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetHealthResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTargetHealthResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTar if (context.TestExpression("TargetHealthDescriptions/member", targetDepth)) { var unmarshaller = TargetHealthDescriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TargetHealthDescriptions.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreAssociationsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreAssociationsResponseUnmarshaller.cs index 0000e3518841..31d2578e4416 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreAssociationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTru if (context.TestExpression("TrustStoreAssociations/member", targetDepth)) { var unmarshaller = TrustStoreAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrustStoreAssociations.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreRevocationsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreRevocationsResponseUnmarshaller.cs index dd86de3053c8..e530a9521fd5 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreRevocationsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoreRevocationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTru if (context.TestExpression("TrustStoreRevocations/member", targetDepth)) { var unmarshaller = DescribeTrustStoreRevocationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrustStoreRevocations.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoresResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoresResponseUnmarshaller.cs index ce3165003b66..288c0e2b2017 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoresResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/DescribeTrustStoresResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTru if (context.TestExpression("TrustStores/member", targetDepth)) { var unmarshaller = TrustStoreUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrustStores.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyListenerResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyListenerResponseUnmarshaller.cs index 85633d69a9b9..2fa28ea87f21 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyListenerResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyListenerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyListe if (context.TestExpression("Listeners/member", targetDepth)) { var unmarshaller = ListenerUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Listeners.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyLoadBalancerAttributesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyLoadBalancerAttributesResponseUnmarshaller.cs index 2c39c0bb74c9..31e041ebcb28 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyLoadBalancerAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyLoadBalancerAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyLoadB if (context.TestExpression("Attributes/member", targetDepth)) { var unmarshaller = LoadBalancerAttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyRuleResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyRuleResponseUnmarshaller.cs index f93b915c228c..f63bccd2e741 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyRuleResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyRuleResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyRuleR if (context.TestExpression("Rules/member", targetDepth)) { var unmarshaller = RuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Rules.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupAttributesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupAttributesResponseUnmarshaller.cs index f45c38654521..745871fb2233 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyTarge if (context.TestExpression("Attributes/member", targetDepth)) { var unmarshaller = TargetGroupAttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupResponseUnmarshaller.cs index 65e4473db2ab..604c4cb6f65d 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTargetGroupResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyTarge if (context.TestExpression("TargetGroups/member", targetDepth)) { var unmarshaller = TargetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TargetGroups.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTrustStoreResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTrustStoreResponseUnmarshaller.cs index 1c152c9c7a53..cba210e86516 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTrustStoreResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/ModifyTrustStoreResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyTrust if (context.TestExpression("TrustStores/member", targetDepth)) { var unmarshaller = TrustStoreUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TrustStores.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetRulePrioritiesResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetRulePrioritiesResponseUnmarshaller.cs index ceaac97761ab..f38fe9b9968d 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetRulePrioritiesResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetRulePrioritiesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, SetRulePrio if (context.TestExpression("Rules/member", targetDepth)) { var unmarshaller = RuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Rules.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSecurityGroupsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSecurityGroupsResponseUnmarshaller.cs index 4c02ba9b5804..11dcf4d83dd6 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSecurityGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSecurityGroupsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, SetSecurity if (context.TestExpression("SecurityGroupIds/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SecurityGroupIds.Add(item); continue; diff --git a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSubnetsResponseUnmarshaller.cs b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSubnetsResponseUnmarshaller.cs index 4e98c0814353..a65288228207 100644 --- a/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSubnetsResponseUnmarshaller.cs +++ b/sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/SetSubnetsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, SetSubnetsR if (context.TestExpression("AvailabilityZones/member", targetDepth)) { var unmarshaller = AvailabilityZoneUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AvailabilityZones.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateOpenIDConnectProviderResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateOpenIDConnectProviderResponseUnmarshaller.cs index ffa8694ed72e..5417dcd34c46 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateOpenIDConnectProviderResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateOpenIDConnectProviderResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateOpenI if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateSAMLProviderResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateSAMLProviderResponseUnmarshaller.cs index 1356f19113d8..aa5903d0bf7b 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateSAMLProviderResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/CreateSAMLProviderResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateSAMLP if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountAuthorizationDetailsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountAuthorizationDetailsResponseUnmarshaller.cs index 900c3237b0a8..0d63505799db 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountAuthorizationDetailsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountAuthorizationDetailsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAccountA if (context.TestExpression("GroupDetailList/member", targetDepth)) { var unmarshaller = GroupDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.GroupDetailList.Add(item); continue; @@ -103,6 +105,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAccountA if (context.TestExpression("Policies/member", targetDepth)) { var unmarshaller = ManagedPolicyDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Policies.Add(item); continue; @@ -110,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAccountA if (context.TestExpression("RoleDetailList/member", targetDepth)) { var unmarshaller = RoleDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RoleDetailList.Add(item); continue; @@ -117,6 +123,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAccountA if (context.TestExpression("UserDetailList/member", targetDepth)) { var unmarshaller = UserDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UserDetailList.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountSummaryResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountSummaryResponseUnmarshaller.cs index c2a5efaad735..b330a4a410f0 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountSummaryResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountSummaryResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAccountS if (context.TestExpression("SummaryMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, IntUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SummaryMap.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForCustomPolicyResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForCustomPolicyResponseUnmarshaller.cs index caadc56762f7..c28928b8c4e5 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForCustomPolicyResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForCustomPolicyResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetContextK if (context.TestExpression("ContextKeyNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ContextKeyNames.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForPrincipalPolicyResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForPrincipalPolicyResponseUnmarshaller.cs index b6e173aa9ed2..0e1bfc8cf407 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForPrincipalPolicyResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetContextKeysForPrincipalPolicyResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetContextK if (context.TestExpression("ContextKeyNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ContextKeyNames.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetGroupResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetGroupResponseUnmarshaller.cs index ce4fc37036fb..555179f223b9 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetGroupResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetGroupResponseUnmarshaller.cs @@ -102,6 +102,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetGroupRes if (context.TestExpression("Users/member", targetDepth)) { var unmarshaller = UserUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Users.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetMFADeviceResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetMFADeviceResponseUnmarshaller.cs index fcdd5da94248..3a913c8f65ee 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetMFADeviceResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetMFADeviceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMFADevic if (context.TestExpression("Certifications/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Certifications.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOpenIDConnectProviderResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOpenIDConnectProviderResponseUnmarshaller.cs index a55d3f0a5630..7651a02060a4 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOpenIDConnectProviderResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOpenIDConnectProviderResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetOpenIDCo if (context.TestExpression("ClientIDList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ClientIDList.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetOpenIDCo if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; @@ -104,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetOpenIDCo if (context.TestExpression("ThumbprintList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ThumbprintList.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOrganizationsAccessReportResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOrganizationsAccessReportResponseUnmarshaller.cs index 4034e66fa510..9a32de3a5e9b 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOrganizationsAccessReportResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetOrganizationsAccessReportResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetOrganiza if (context.TestExpression("AccessDetails/member", targetDepth)) { var unmarshaller = AccessDetailUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AccessDetails.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetSAMLProviderResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetSAMLProviderResponseUnmarshaller.cs index 0150351b9a30..bf676a3c3990 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetSAMLProviderResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetSAMLProviderResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetSAMLProv if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsResponseUnmarshaller.cs index 35247cce5c90..79a9183841d4 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsResponseUnmarshaller.cs @@ -126,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetServiceL if (context.TestExpression("ServicesLastAccessed/member", targetDepth)) { var unmarshaller = ServiceLastAccessedUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServicesLastAccessed.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsWithEntitiesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsWithEntitiesResponseUnmarshaller.cs index 3315b50a6349..1b59f24dc9b2 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsWithEntitiesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetServiceLastAccessedDetailsWithEntitiesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetServiceL if (context.TestExpression("EntityDetailsList/member", targetDepth)) { var unmarshaller = EntityDetailsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EntityDetailsList.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccessKeysResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccessKeysResponseUnmarshaller.cs index ebdd65ffeab8..2ac4dea060ad 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccessKeysResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccessKeysResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAccessK if (context.TestExpression("AccessKeyMetadata/member", targetDepth)) { var unmarshaller = AccessKeyMetadataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AccessKeyMetadata.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccountAliasesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccountAliasesResponseUnmarshaller.cs index 80d561074f91..9fa8fc2d8c78 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccountAliasesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAccountAliasesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAccount if (context.TestExpression("AccountAliases/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AccountAliases.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedGroupPoliciesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedGroupPoliciesResponseUnmarshaller.cs index 73c633bc4b4f..cf77cebffff2 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedGroupPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedGroupPoliciesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAttache if (context.TestExpression("AttachedPolicies/member", targetDepth)) { var unmarshaller = AttachedPolicyTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AttachedPolicies.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedRolePoliciesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedRolePoliciesResponseUnmarshaller.cs index f0a2954761a4..01798c18d3c7 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedRolePoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedRolePoliciesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAttache if (context.TestExpression("AttachedPolicies/member", targetDepth)) { var unmarshaller = AttachedPolicyTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AttachedPolicies.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedUserPoliciesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedUserPoliciesResponseUnmarshaller.cs index 1a60ade29a8e..0c2fb66ee79e 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedUserPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListAttachedUserPoliciesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListAttache if (context.TestExpression("AttachedPolicies/member", targetDepth)) { var unmarshaller = AttachedPolicyTypeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AttachedPolicies.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListEntitiesForPolicyResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListEntitiesForPolicyResponseUnmarshaller.cs index 6edd291cd0c9..3563aef1b5a3 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListEntitiesForPolicyResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListEntitiesForPolicyResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListEntitie if (context.TestExpression("PolicyGroups/member", targetDepth)) { var unmarshaller = PolicyGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyGroups.Add(item); continue; @@ -103,6 +105,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListEntitie if (context.TestExpression("PolicyRoles/member", targetDepth)) { var unmarshaller = PolicyRoleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyRoles.Add(item); continue; @@ -110,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListEntitie if (context.TestExpression("PolicyUsers/member", targetDepth)) { var unmarshaller = PolicyUserUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyUsers.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupPoliciesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupPoliciesResponseUnmarshaller.cs index 992e32b59425..72f07e553343 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupPoliciesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListGroupPo if (context.TestExpression("PolicyNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyNames.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsForUserResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsForUserResponseUnmarshaller.cs index a4d6f56adfd2..198c0fcecc3a 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsForUserResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsForUserResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListGroupsF if (context.TestExpression("Groups/member", targetDepth)) { var unmarshaller = GroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Groups.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsResponseUnmarshaller.cs index 6e1502ae2914..db7778cc9191 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListGroupsR if (context.TestExpression("Groups/member", targetDepth)) { var unmarshaller = GroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Groups.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfileTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfileTagsResponseUnmarshaller.cs index a911c548906c..587bc0523f33 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfileTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfileTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListInstanc if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesForRoleResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesForRoleResponseUnmarshaller.cs index b3f93286de74..0d1664deb8a2 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesForRoleResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesForRoleResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListInstanc if (context.TestExpression("InstanceProfiles/member", targetDepth)) { var unmarshaller = InstanceProfileUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceProfiles.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesResponseUnmarshaller.cs index d769a5283303..10504363af24 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListInstanceProfilesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListInstanc if (context.TestExpression("InstanceProfiles/member", targetDepth)) { var unmarshaller = InstanceProfileUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InstanceProfiles.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADeviceTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADeviceTagsResponseUnmarshaller.cs index 2613a15361cb..57ac39de7353 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADeviceTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADeviceTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListMFADevi if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADevicesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADevicesResponseUnmarshaller.cs index 0543fbc0b737..2729058a207e 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADevicesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListMFADevicesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListMFADevi if (context.TestExpression("MFADevices/member", targetDepth)) { var unmarshaller = MFADeviceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MFADevices.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProviderTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProviderTagsResponseUnmarshaller.cs index 32f1d35cba67..a94a98d619cc 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProviderTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProviderTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListOpenIDC if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProvidersResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProvidersResponseUnmarshaller.cs index 5f4633441013..68a3c57bbeff 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProvidersResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListOpenIDConnectProvidersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListOpenIDC if (context.TestExpression("OpenIDConnectProviderList/member", targetDepth)) { var unmarshaller = OpenIDConnectProviderListEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OpenIDConnectProviderList.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesGrantingServiceAccessResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesGrantingServiceAccessResponseUnmarshaller.cs index 440200b7d090..c734a8cdcaea 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesGrantingServiceAccessResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesGrantingServiceAccessResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPolicie if (context.TestExpression("PoliciesGrantingServiceAccess/member", targetDepth)) { var unmarshaller = ListPoliciesGrantingServiceAccessEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PoliciesGrantingServiceAccess.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesResponseUnmarshaller.cs index a18b83dcea72..352f4078cc3b 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPoliciesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPolicie if (context.TestExpression("Policies/member", targetDepth)) { var unmarshaller = ManagedPolicyUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Policies.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyTagsResponseUnmarshaller.cs index b03447909043..cc966dbad83b 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPolicyT if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyVersionsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyVersionsResponseUnmarshaller.cs index 6880c80c29be..78be2f652f48 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListPolicyVersionsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPolicyV if (context.TestExpression("Versions/member", targetDepth)) { var unmarshaller = PolicyVersionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Versions.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolePoliciesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolePoliciesResponseUnmarshaller.cs index 4cf22a3bb708..16bfa41419e2 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolePoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolePoliciesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListRolePol if (context.TestExpression("PolicyNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyNames.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRoleTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRoleTagsResponseUnmarshaller.cs index 8469af94cc0e..89551bc9a16d 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRoleTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRoleTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListRoleTag if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolesResponseUnmarshaller.cs index 08fcdacca3a2..0578055f3aea 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListRolesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListRolesRe if (context.TestExpression("Roles/member", targetDepth)) { var unmarshaller = RoleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Roles.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProviderTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProviderTagsResponseUnmarshaller.cs index 76c39221aa11..fd550ea6d2ee 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProviderTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProviderTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListSAMLPro if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProvidersResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProvidersResponseUnmarshaller.cs index 93e2345502c5..990324945617 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProvidersResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSAMLProvidersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListSAMLPro if (context.TestExpression("SAMLProviderList/member", targetDepth)) { var unmarshaller = SAMLProviderListEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SAMLProviderList.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSSHPublicKeysResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSSHPublicKeysResponseUnmarshaller.cs index f7b146f43388..7f56f7a74484 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSSHPublicKeysResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSSHPublicKeysResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListSSHPubl if (context.TestExpression("SSHPublicKeys/member", targetDepth)) { var unmarshaller = SSHPublicKeyMetadataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SSHPublicKeys.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificateTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificateTagsResponseUnmarshaller.cs index ab9310261966..30f6dd90ed2a 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificateTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificateTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListServerC if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificatesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificatesResponseUnmarshaller.cs index def70d318213..38e4b869b9f3 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificatesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServerCertificatesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListServerC if (context.TestExpression("ServerCertificateMetadataList/member", targetDepth)) { var unmarshaller = ServerCertificateMetadataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServerCertificateMetadataList.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServiceSpecificCredentialsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServiceSpecificCredentialsResponseUnmarshaller.cs index d4f9e08ef7a2..9d190b0741d6 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServiceSpecificCredentialsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListServiceSpecificCredentialsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListService if (context.TestExpression("ServiceSpecificCredentials/member", targetDepth)) { var unmarshaller = ServiceSpecificCredentialMetadataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ServiceSpecificCredentials.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSigningCertificatesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSigningCertificatesResponseUnmarshaller.cs index 2bebaee45515..c2dd6cdcc2f6 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSigningCertificatesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListSigningCertificatesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListSigning if (context.TestExpression("Certificates/member", targetDepth)) { var unmarshaller = SigningCertificateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Certificates.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserPoliciesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserPoliciesResponseUnmarshaller.cs index b3eb76dccf97..3a0ce5946dde 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserPoliciesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListUserPol if (context.TestExpression("PolicyNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyNames.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserTagsResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserTagsResponseUnmarshaller.cs index 80e60e05e2e9..a0a8d1633c10 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUserTagsResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListUserTag if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUsersResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUsersResponseUnmarshaller.cs index bb4efd18bf7e..288be309abff 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUsersResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListUsersResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListUsersRe if (context.TestExpression("Users/member", targetDepth)) { var unmarshaller = UserUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Users.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListVirtualMFADevicesResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListVirtualMFADevicesResponseUnmarshaller.cs index af02acf10b6e..73914e17c3d9 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListVirtualMFADevicesResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ListVirtualMFADevicesResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListVirtual if (context.TestExpression("VirtualMFADevices/member", targetDepth)) { var unmarshaller = VirtualMFADeviceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VirtualMFADevices.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulateCustomPolicyResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulateCustomPolicyResponseUnmarshaller.cs index 3dd5a7e62f7d..503b3f3f9944 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulateCustomPolicyResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulateCustomPolicyResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, SimulateCus if (context.TestExpression("EvaluationResults/member", targetDepth)) { var unmarshaller = EvaluationResultUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EvaluationResults.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulatePrincipalPolicyResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulatePrincipalPolicyResponseUnmarshaller.cs index 3b8062129353..07b3db5146bb 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulatePrincipalPolicyResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/SimulatePrincipalPolicyResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, SimulatePri if (context.TestExpression("EvaluationResults/member", targetDepth)) { var unmarshaller = EvaluationResultUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EvaluationResults.Add(item); continue; diff --git a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/UploadServerCertificateResponseUnmarshaller.cs b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/UploadServerCertificateResponseUnmarshaller.cs index aaf568a4a889..ef9fa9d63d0c 100644 --- a/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/UploadServerCertificateResponseUnmarshaller.cs +++ b/sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/UploadServerCertificateResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, UploadServe if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/CreateJobResponseUnmarshaller.cs b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/CreateJobResponseUnmarshaller.cs index 2ae581bd47ce..659240d11982 100644 --- a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/CreateJobResponseUnmarshaller.cs +++ b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/CreateJobResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateJobRe if (context.TestExpression("ArtifactList/member", targetDepth)) { var unmarshaller = ArtifactUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ArtifactList.Add(item); continue; diff --git a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/GetStatusResponseUnmarshaller.cs b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/GetStatusResponseUnmarshaller.cs index 6fe5300a0f8a..a6618d551e74 100644 --- a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/GetStatusResponseUnmarshaller.cs +++ b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/GetStatusResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetStatusRe if (context.TestExpression("ArtifactList/member", targetDepth)) { var unmarshaller = ArtifactUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ArtifactList.Add(item); continue; diff --git a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/ListJobsResponseUnmarshaller.cs b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/ListJobsResponseUnmarshaller.cs index 984b238d633d..2948696fa230 100644 --- a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/ListJobsResponseUnmarshaller.cs +++ b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/ListJobsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListJobsRes if (context.TestExpression("Jobs/member", targetDepth)) { var unmarshaller = JobUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Jobs.Add(item); continue; diff --git a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/UpdateJobResponseUnmarshaller.cs b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/UpdateJobResponseUnmarshaller.cs index 5ba73e845344..89a4801d8c4b 100644 --- a/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/UpdateJobResponseUnmarshaller.cs +++ b/sdk/src/Services/ImportExport/Generated/Model/Internal/MarshallTransformations/UpdateJobResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, UpdateJobRe if (context.TestExpression("ArtifactList/member", targetDepth)) { var unmarshaller = ArtifactUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ArtifactList.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs index 7afdffab5029..5a00947376ab 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs @@ -126,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateDBClu if (context.TestExpression("ExcludedMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExcludedMembers.Add(item); continue; @@ -133,6 +135,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateDBClu if (context.TestExpression("StaticMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StaticMembers.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs index 92a9203984a7..7dd270abc411 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs @@ -126,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteDBClu if (context.TestExpression("ExcludedMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExcludedMembers.Add(item); continue; @@ -133,6 +135,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteDBClu if (context.TestExpression("StaticMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StaticMembers.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs index 424704542d78..cb36a05e364a 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterEndpoints/DBClusterEndpointList", targetDepth)) { var unmarshaller = DBClusterEndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterEndpoints.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs index 75c728b4203e..c716f309bfbd 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterParameterGroups/DBClusterParameterGroup", targetDepth)) { var unmarshaller = DBClusterParameterGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterParameterGroups.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs index 48179480e27e..9b8b22a627ce 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("Parameters/Parameter", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs index 4d00f2af3bc6..c730f69f6a78 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterSnapshots/DBClusterSnapshot", targetDepth)) { var unmarshaller = DBClusterSnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterSnapshots.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs index 041210ef1344..dd886a2249f3 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusters/DBCluster", targetDepth)) { var unmarshaller = DBClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusters.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs index 2e06e53e6553..402b3def3a38 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBE if (context.TestExpression("DBEngineVersions/DBEngineVersion", targetDepth)) { var unmarshaller = DBEngineVersionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBEngineVersions.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs index 29c22468c9ef..196c1b86d619 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBI if (context.TestExpression("DBInstances/DBInstance", targetDepth)) { var unmarshaller = DBInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBInstances.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs index 1c9db645f474..9afd45e7d487 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("DBParameterGroups/DBParameterGroup", targetDepth)) { var unmarshaller = DBParameterGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBParameterGroups.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs index 8376c229ee27..9abcdd35d487 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("Parameters/Parameter", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs index 78eeacac265f..e779e53fe00a 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBS if (context.TestExpression("DBSubnetGroups/DBSubnetGroup", targetDepth)) { var unmarshaller = DBSubnetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBSubnetGroups.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs index e4f2f1a59d23..6fbd6faece7d 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventCategoriesMapList/EventCategoriesMap", targetDepth)) { var unmarshaller = EventCategoriesMapUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventCategoriesMapList.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs index aa77112ed654..349147000291 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventSubscriptionsList/EventSubscription", targetDepth)) { var unmarshaller = EventSubscriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventSubscriptionsList.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs index 3a20a8cb91a3..ccb5f07e7276 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("Events/Event", targetDepth)) { var unmarshaller = EventUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Events.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs index 21f11b81d9d5..77b12db5404d 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeGlo if (context.TestExpression("GlobalClusters/GlobalClusterMember", targetDepth)) { var unmarshaller = GlobalClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.GlobalClusters.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs index bfdac643b0b5..51eeac1a5903 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeOrd if (context.TestExpression("OrderableDBInstanceOptions/OrderableDBInstanceOption", targetDepth)) { var unmarshaller = OrderableDBInstanceOptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OrderableDBInstanceOptions.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs index e1a048bf3a38..5868ca60d349 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribePen if (context.TestExpression("PendingMaintenanceActions/ResourcePendingMaintenanceActions", targetDepth)) { var unmarshaller = ResourcePendingMaintenanceActionsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PendingMaintenanceActions.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs index e26a75032f66..8362ef9398ef 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTagsFor if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; diff --git a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs index e0e91a077f83..b060d7a56495 100644 --- a/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs +++ b/sdk/src/Services/Neptune/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs @@ -126,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyDBClu if (context.TestExpression("ExcludedMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExcludedMembers.Add(item); continue; @@ -133,6 +135,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyDBClu if (context.TestExpression("StaticMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StaticMembers.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CancelExportTaskResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CancelExportTaskResponseUnmarshaller.cs index b8832ab4c8ad..f85058f3a63e 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CancelExportTaskResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CancelExportTaskResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CancelExpor if (context.TestExpression("ExportOnly/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportOnly.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateCustomDBEngineVersionResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateCustomDBEngineVersionResponseUnmarshaller.cs index 450840cf70bd..c5551fea623a 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateCustomDBEngineVersionResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateCustomDBEngineVersionResponseUnmarshaller.cs @@ -156,6 +156,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("ExportableLogTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportableLogTypes.Add(item); continue; @@ -187,6 +189,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("SupportedCACertificateIdentifiers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedCACertificateIdentifiers.Add(item); continue; @@ -194,6 +198,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("SupportedCharacterSets/CharacterSet", targetDepth)) { var unmarshaller = CharacterSetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedCharacterSets.Add(item); continue; @@ -201,6 +207,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("SupportedEngineModes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedEngineModes.Add(item); continue; @@ -208,6 +216,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("SupportedFeatureNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedFeatureNames.Add(item); continue; @@ -215,6 +225,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("SupportedNcharCharacterSets/CharacterSet", targetDepth)) { var unmarshaller = CharacterSetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedNcharCharacterSets.Add(item); continue; @@ -222,6 +234,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("SupportedTimezones/Timezone", targetDepth)) { var unmarshaller = TimezoneUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedTimezones.Add(item); continue; @@ -277,6 +291,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; @@ -284,6 +300,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCusto if (context.TestExpression("ValidUpgradeTarget/UpgradeTarget", targetDepth)) { var unmarshaller = UpgradeTargetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ValidUpgradeTarget.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs index 84cc38a0ddee..371f95de2f4b 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateDBClusterEndpointResponseUnmarshaller.cs @@ -126,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateDBClu if (context.TestExpression("ExcludedMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExcludedMembers.Add(item); continue; @@ -133,6 +135,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateDBClu if (context.TestExpression("StaticMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StaticMembers.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateIntegrationResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateIntegrationResponseUnmarshaller.cs index 77fdcaef9232..2e8df2125237 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateIntegrationResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/CreateIntegrationResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateInteg if (context.TestExpression("AdditionalEncryptionContext/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AdditionalEncryptionContext.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateInteg if (context.TestExpression("Errors/IntegrationError", targetDepth)) { var unmarshaller = IntegrationErrorUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Errors.Add(item); continue; @@ -134,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateInteg if (context.TestExpression("Tags/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteCustomDBEngineVersionResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteCustomDBEngineVersionResponseUnmarshaller.cs index 8320a54931d5..a732c9761b04 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteCustomDBEngineVersionResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteCustomDBEngineVersionResponseUnmarshaller.cs @@ -156,6 +156,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("ExportableLogTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportableLogTypes.Add(item); continue; @@ -187,6 +189,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("SupportedCACertificateIdentifiers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedCACertificateIdentifiers.Add(item); continue; @@ -194,6 +198,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("SupportedCharacterSets/CharacterSet", targetDepth)) { var unmarshaller = CharacterSetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedCharacterSets.Add(item); continue; @@ -201,6 +207,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("SupportedEngineModes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedEngineModes.Add(item); continue; @@ -208,6 +216,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("SupportedFeatureNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedFeatureNames.Add(item); continue; @@ -215,6 +225,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("SupportedNcharCharacterSets/CharacterSet", targetDepth)) { var unmarshaller = CharacterSetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedNcharCharacterSets.Add(item); continue; @@ -222,6 +234,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("SupportedTimezones/Timezone", targetDepth)) { var unmarshaller = TimezoneUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedTimezones.Add(item); continue; @@ -277,6 +291,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; @@ -284,6 +300,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteCusto if (context.TestExpression("ValidUpgradeTarget/UpgradeTarget", targetDepth)) { var unmarshaller = UpgradeTargetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ValidUpgradeTarget.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs index 58d004c6a2b2..208c69d1834c 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteDBClusterEndpointResponseUnmarshaller.cs @@ -126,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteDBClu if (context.TestExpression("ExcludedMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExcludedMembers.Add(item); continue; @@ -133,6 +135,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteDBClu if (context.TestExpression("StaticMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StaticMembers.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteIntegrationResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteIntegrationResponseUnmarshaller.cs index 6f8f5ddd3f1a..2bd599cab2e4 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteIntegrationResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DeleteIntegrationResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteInteg if (context.TestExpression("AdditionalEncryptionContext/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AdditionalEncryptionContext.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteInteg if (context.TestExpression("Errors/IntegrationError", targetDepth)) { var unmarshaller = IntegrationErrorUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Errors.Add(item); continue; @@ -134,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteInteg if (context.TestExpression("Tags/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs index 46bece123489..01d53efc70f6 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAcc if (context.TestExpression("AccountQuotas/AccountQuota", targetDepth)) { var unmarshaller = AccountQuotaUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AccountQuotas.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeBlueGreenDeploymentsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeBlueGreenDeploymentsResponseUnmarshaller.cs index 065761d2b1de..f35c3afa4d83 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeBlueGreenDeploymentsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeBlueGreenDeploymentsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeBlu if (context.TestExpression("BlueGreenDeployments/member", targetDepth)) { var unmarshaller = BlueGreenDeploymentUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.BlueGreenDeployments.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs index ef41b0479e6c..9c395f91a438 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeCertificatesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCer if (context.TestExpression("Certificates/Certificate", targetDepth)) { var unmarshaller = CertificateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Certificates.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterAutomatedBackupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterAutomatedBackupsResponseUnmarshaller.cs index 2f4c932febb8..eea8d4c0b0f6 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterAutomatedBackupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterAutomatedBackupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterAutomatedBackups/DBClusterAutomatedBackup", targetDepth)) { var unmarshaller = DBClusterAutomatedBackupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterAutomatedBackups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterBacktracksResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterBacktracksResponseUnmarshaller.cs index 67414a86120e..deae98ec903c 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterBacktracksResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterBacktracksResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterBacktracks/DBClusterBacktrack", targetDepth)) { var unmarshaller = DBClusterBacktrackUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterBacktracks.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs index 2cf32df1c10d..77971d02a1a5 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterEndpointsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterEndpoints/DBClusterEndpointList", targetDepth)) { var unmarshaller = DBClusterEndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterEndpoints.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs index d0325e4b09f3..c11db0b8c343 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParameterGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterParameterGroups/DBClusterParameterGroup", targetDepth)) { var unmarshaller = DBClusterParameterGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterParameterGroups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs index f764026d545e..b4de17511653 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterParametersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("Parameters/Parameter", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs index 5694429b49b8..18c004321072 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClusterSnapshotsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusterSnapshots/DBClusterSnapshot", targetDepth)) { var unmarshaller = DBClusterSnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusterSnapshots.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs index fd159b3cd494..e59dce0917de 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBC if (context.TestExpression("DBClusters/DBCluster", targetDepth)) { var unmarshaller = DBClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBClusters.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs index e047f12df0ee..335e7b97783c 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBEngineVersionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBE if (context.TestExpression("DBEngineVersions/DBEngineVersion", targetDepth)) { var unmarshaller = DBEngineVersionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBEngineVersions.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstanceAutomatedBackupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstanceAutomatedBackupsResponseUnmarshaller.cs index 6e05c68bbc0e..1f88ab12a608 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstanceAutomatedBackupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstanceAutomatedBackupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBI if (context.TestExpression("DBInstanceAutomatedBackups/DBInstanceAutomatedBackup", targetDepth)) { var unmarshaller = DBInstanceAutomatedBackupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBInstanceAutomatedBackups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs index 4ae762f59541..dc8fc2ea88b8 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBInstancesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBI if (context.TestExpression("DBInstances/DBInstance", targetDepth)) { var unmarshaller = DBInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBInstances.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBLogFilesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBLogFilesResponseUnmarshaller.cs index c8e157cbaa43..5136453a8a37 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBLogFilesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBLogFilesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBL if (context.TestExpression("DescribeDBLogFiles/DescribeDBLogFilesDetails", targetDepth)) { var unmarshaller = DescribeDBLogFilesDetailsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DescribeDBLogFiles.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs index 18494d4b49ca..49deea9e346d 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParameterGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("DBParameterGroups/DBParameterGroup", targetDepth)) { var unmarshaller = DBParameterGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBParameterGroups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs index 12d5d0e909d9..6a01cb4458b9 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBParametersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("Parameters/Parameter", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxiesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxiesResponseUnmarshaller.cs index 86b4c5c74219..9c3878949d06 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxiesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxiesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("DBProxies/member", targetDepth)) { var unmarshaller = DBProxyUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBProxies.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyEndpointsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyEndpointsResponseUnmarshaller.cs index 8d5d2fe80ba8..6826a3e24cbb 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyEndpointsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyEndpointsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("DBProxyEndpoints/member", targetDepth)) { var unmarshaller = DBProxyEndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBProxyEndpoints.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetGroupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetGroupsResponseUnmarshaller.cs index 9c07e39be20c..2d057cccc876 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetGroupsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("TargetGroups/member", targetDepth)) { var unmarshaller = DBProxyTargetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TargetGroups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetsResponseUnmarshaller.cs index 0684b501aaca..8896982dd9d9 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBProxyTargetsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBP if (context.TestExpression("Targets/member", targetDepth)) { var unmarshaller = DBProxyTargetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Targets.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBRecommendationsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBRecommendationsResponseUnmarshaller.cs index c73b75b6fa68..e0a609956d67 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBRecommendationsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBRecommendationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBR if (context.TestExpression("DBRecommendations/member", targetDepth)) { var unmarshaller = DBRecommendationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBRecommendations.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSecurityGroupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSecurityGroupsResponseUnmarshaller.cs index 73fa7371a9a1..5a3b0c2e7b5a 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSecurityGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSecurityGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBS if (context.TestExpression("DBSecurityGroups/DBSecurityGroup", targetDepth)) { var unmarshaller = DBSecurityGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBSecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBShardGroupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBShardGroupsResponseUnmarshaller.cs index e2d8aa38f02e..367c1861ac4e 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBShardGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBShardGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBS if (context.TestExpression("DBShardGroups/DBShardGroup", targetDepth)) { var unmarshaller = DBShardGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBShardGroups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotTenantDatabasesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotTenantDatabasesResponseUnmarshaller.cs index abaf2b25ebaf..8fe05e381ab5 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotTenantDatabasesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotTenantDatabasesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBS if (context.TestExpression("DBSnapshotTenantDatabases/DBSnapshotTenantDatabase", targetDepth)) { var unmarshaller = DBSnapshotTenantDatabaseUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBSnapshotTenantDatabases.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotsResponseUnmarshaller.cs index aaed0f68f3a3..20a1788e60f8 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSnapshotsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBS if (context.TestExpression("DBSnapshots/DBSnapshot", targetDepth)) { var unmarshaller = DBSnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBSnapshots.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs index 28ab8b7b4083..01a8cae19583 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeDBSubnetGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDBS if (context.TestExpression("DBSubnetGroups/DBSubnetGroup", targetDepth)) { var unmarshaller = DBSubnetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBSubnetGroups.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs index 0bacdc757c0d..42ac20c2cd96 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventCategoriesMapList/EventCategoriesMap", targetDepth)) { var unmarshaller = EventCategoriesMapUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventCategoriesMapList.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs index 847be16719c1..38eb79425d0b 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventSubscriptionsList/EventSubscription", targetDepth)) { var unmarshaller = EventSubscriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventSubscriptionsList.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs index 56c0776f131a..af51222a9b33 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("Events/Event", targetDepth)) { var unmarshaller = EventUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Events.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs index 6adfebe167d4..e8a5294d6ceb 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeExportTasksResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeExp if (context.TestExpression("ExportTasks/ExportTask", targetDepth)) { var unmarshaller = ExportTaskUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportTasks.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs index 90691c3c1ed0..5b082f33c12f 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeGlobalClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeGlo if (context.TestExpression("GlobalClusters/GlobalClusterMember", targetDepth)) { var unmarshaller = GlobalClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.GlobalClusters.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeIntegrationsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeIntegrationsResponseUnmarshaller.cs index c21ef80d634f..58e6468debb3 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeIntegrationsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeIntegrationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeInt if (context.TestExpression("Integrations/Integration", targetDepth)) { var unmarshaller = IntegrationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Integrations.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupOptionsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupOptionsResponseUnmarshaller.cs index 04596f92109c..2dc2479fb2e5 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupOptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeOpt if (context.TestExpression("OptionGroupOptions/OptionGroupOption", targetDepth)) { var unmarshaller = OptionGroupOptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OptionGroupOptions.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupsResponseUnmarshaller.cs index e4b5bb937ca6..69c81b016f5a 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOptionGroupsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeOpt if (context.TestExpression("OptionGroupsList/OptionGroup", targetDepth)) { var unmarshaller = OptionGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OptionGroupsList.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs index 31c719c02b77..03f54c661cac 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeOrderableDBInstanceOptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeOrd if (context.TestExpression("OrderableDBInstanceOptions/OrderableDBInstanceOption", targetDepth)) { var unmarshaller = OrderableDBInstanceOptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OrderableDBInstanceOptions.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs index 51dd704cfb2c..1be7fb4f857e 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribePendingMaintenanceActionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribePen if (context.TestExpression("PendingMaintenanceActions/ResourcePendingMaintenanceActions", targetDepth)) { var unmarshaller = ResourcePendingMaintenanceActionsUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PendingMaintenanceActions.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesOfferingsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesOfferingsResponseUnmarshaller.cs index 953925bebcab..c4b8a7b40efd 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesOfferingsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ReservedDBInstancesOfferings/ReservedDBInstancesOffering", targetDepth)) { var unmarshaller = ReservedDBInstancesOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedDBInstancesOfferings.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesResponseUnmarshaller.cs index 845abfb301b7..cb4d10a3f7e7 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeReservedDBInstancesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ReservedDBInstances/ReservedDBInstance", targetDepth)) { var unmarshaller = ReservedDBInstanceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedDBInstances.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeSourceRegionsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeSourceRegionsResponseUnmarshaller.cs index e146463099fd..45cf14683da7 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeSourceRegionsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeSourceRegionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSou if (context.TestExpression("SourceRegions/SourceRegion", targetDepth)) { var unmarshaller = SourceRegionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SourceRegions.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeTenantDatabasesResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeTenantDatabasesResponseUnmarshaller.cs index a538987d211b..8a2fae88aa7d 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeTenantDatabasesResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/DescribeTenantDatabasesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTen if (context.TestExpression("TenantDatabases/TenantDatabase", targetDepth)) { var unmarshaller = TenantDatabaseUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TenantDatabases.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs index 0d799f469498..985022536bcf 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTagsFor if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyCustomDBEngineVersionResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyCustomDBEngineVersionResponseUnmarshaller.cs index 4dd1916aa79e..42231956674e 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyCustomDBEngineVersionResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyCustomDBEngineVersionResponseUnmarshaller.cs @@ -156,6 +156,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("ExportableLogTypes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportableLogTypes.Add(item); continue; @@ -187,6 +189,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("SupportedCACertificateIdentifiers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedCACertificateIdentifiers.Add(item); continue; @@ -194,6 +198,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("SupportedCharacterSets/CharacterSet", targetDepth)) { var unmarshaller = CharacterSetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedCharacterSets.Add(item); continue; @@ -201,6 +207,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("SupportedEngineModes/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedEngineModes.Add(item); continue; @@ -208,6 +216,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("SupportedFeatureNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedFeatureNames.Add(item); continue; @@ -215,6 +225,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("SupportedNcharCharacterSets/CharacterSet", targetDepth)) { var unmarshaller = CharacterSetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedNcharCharacterSets.Add(item); continue; @@ -222,6 +234,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("SupportedTimezones/Timezone", targetDepth)) { var unmarshaller = TimezoneUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SupportedTimezones.Add(item); continue; @@ -277,6 +291,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("TagList/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TagList.Add(item); continue; @@ -284,6 +300,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyCusto if (context.TestExpression("ValidUpgradeTarget/UpgradeTarget", targetDepth)) { var unmarshaller = UpgradeTargetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ValidUpgradeTarget.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs index f374e7c6c6b5..1e92e8da4bb3 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/ModifyDBClusterEndpointResponseUnmarshaller.cs @@ -126,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyDBClu if (context.TestExpression("ExcludedMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExcludedMembers.Add(item); continue; @@ -133,6 +135,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyDBClu if (context.TestExpression("StaticMembers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StaticMembers.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/RegisterDBProxyTargetsResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/RegisterDBProxyTargetsResponseUnmarshaller.cs index 4c1a7a764b08..7ba87e14f633 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/RegisterDBProxyTargetsResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/RegisterDBProxyTargetsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, RegisterDBP if (context.TestExpression("DBProxyTargets/member", targetDepth)) { var unmarshaller = DBProxyTargetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DBProxyTargets.Add(item); continue; diff --git a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/StartExportTaskResponseUnmarshaller.cs b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/StartExportTaskResponseUnmarshaller.cs index 4e0f7e08a9f2..46265bb50f38 100644 --- a/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/StartExportTaskResponseUnmarshaller.cs +++ b/sdk/src/Services/RDS/Generated/Model/Internal/MarshallTransformations/StartExportTaskResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, StartExport if (context.TestExpression("ExportOnly/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ExportOnly.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AssociateDataShareConsumerResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AssociateDataShareConsumerResponseUnmarshaller.cs index 5e821b7fb591..885c42546093 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AssociateDataShareConsumerResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AssociateDataShareConsumerResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AssociateDa if (context.TestExpression("DataShareAssociations/member", targetDepth)) { var unmarshaller = DataShareAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShareAssociations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeDataShareResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeDataShareResponseUnmarshaller.cs index be9ce8738a87..eed1252f0a05 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeDataShareResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeDataShareResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AuthorizeDa if (context.TestExpression("DataShareAssociations/member", targetDepth)) { var unmarshaller = DataShareAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShareAssociations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeEndpointAccessResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeEndpointAccessResponseUnmarshaller.cs index 861eed8fec38..c3d653bad7d2 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeEndpointAccessResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/AuthorizeEndpointAccessResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AuthorizeEn if (context.TestExpression("AllowedVPCs/VpcIdentifier", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AllowedVPCs.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchDeleteClusterSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchDeleteClusterSnapshotsResponseUnmarshaller.cs index bff7fd9e470b..ffeeaa76789a 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchDeleteClusterSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchDeleteClusterSnapshotsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchDelete if (context.TestExpression("Errors/SnapshotErrorMessage", targetDepth)) { var unmarshaller = SnapshotErrorMessageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Errors.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchDelete if (context.TestExpression("Resources/String", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Resources.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchModifyClusterSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchModifyClusterSnapshotsResponseUnmarshaller.cs index 834937ed8c22..0351bbc2f6be 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchModifyClusterSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/BatchModifyClusterSnapshotsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchModify if (context.TestExpression("Errors/SnapshotErrorMessage", targetDepth)) { var unmarshaller = SnapshotErrorMessageUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Errors.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, BatchModify if (context.TestExpression("Resources/String", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Resources.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CancelResizeResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CancelResizeResponseUnmarshaller.cs index 892e9f9e3ab2..b640be3f12ca 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CancelResizeResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CancelResizeResponseUnmarshaller.cs @@ -108,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CancelResiz if (context.TestExpression("ImportTablesCompleted/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportTablesCompleted.Add(item); continue; @@ -115,6 +117,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CancelResiz if (context.TestExpression("ImportTablesInProgress/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportTablesInProgress.Add(item); continue; @@ -122,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CancelResiz if (context.TestExpression("ImportTablesNotStarted/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportTablesNotStarted.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateEndpointAccessResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateEndpointAccessResponseUnmarshaller.cs index ef1f9d63797b..948a5d62875d 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateEndpointAccessResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateEndpointAccessResponseUnmarshaller.cs @@ -138,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateEndpo if (context.TestExpression("VpcSecurityGroups/VpcSecurityGroup", targetDepth)) { var unmarshaller = VpcSecurityGroupMembershipUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpcSecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateScheduledActionResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateScheduledActionResponseUnmarshaller.cs index 75d95cdae501..d4ad068b1536 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateScheduledActionResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateScheduledActionResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateSched if (context.TestExpression("NextInvocations/ScheduledActionTime", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NextInvocations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateSnapshotScheduleResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateSnapshotScheduleResponseUnmarshaller.cs index 38961fcac0f1..cf47b4d0e8f8 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateSnapshotScheduleResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateSnapshotScheduleResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateSnaps if (context.TestExpression("AssociatedClusters/ClusterAssociatedToSchedule", targetDepth)) { var unmarshaller = ClusterAssociatedToScheduleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AssociatedClusters.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateSnaps if (context.TestExpression("NextInvocations/SnapshotTime", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NextInvocations.Add(item); continue; @@ -104,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateSnaps if (context.TestExpression("ScheduleDefinitions/ScheduleDefinition", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScheduleDefinitions.Add(item); continue; @@ -123,6 +129,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateSnaps if (context.TestExpression("Tags/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateUsageLimitResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateUsageLimitResponseUnmarshaller.cs index 6e175326ccf1..6efe996ac03c 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateUsageLimitResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/CreateUsageLimitResponseUnmarshaller.cs @@ -120,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateUsage if (context.TestExpression("Tags/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeauthorizeDataShareResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeauthorizeDataShareResponseUnmarshaller.cs index 117daefa07b9..2d002480b24a 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeauthorizeDataShareResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeauthorizeDataShareResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, Deauthorize if (context.TestExpression("DataShareAssociations/member", targetDepth)) { var unmarshaller = DataShareAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShareAssociations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeleteEndpointAccessResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeleteEndpointAccessResponseUnmarshaller.cs index 49c19162e5bf..392c8bbcc31e 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeleteEndpointAccessResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DeleteEndpointAccessResponseUnmarshaller.cs @@ -138,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DeleteEndpo if (context.TestExpression("VpcSecurityGroups/VpcSecurityGroup", targetDepth)) { var unmarshaller = VpcSecurityGroupMembershipUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpcSecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs index 1e3202e38a27..fe1e60b8b065 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAccountAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAcc if (context.TestExpression("AccountAttributes/AccountAttribute", targetDepth)) { var unmarshaller = AccountAttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AccountAttributes.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAuthenticationProfilesResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAuthenticationProfilesResponseUnmarshaller.cs index 35dfd0d033b6..0afc4c61bb6c 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAuthenticationProfilesResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeAuthenticationProfilesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAut if (context.TestExpression("AuthenticationProfiles/member", targetDepth)) { var unmarshaller = AuthenticationProfileUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AuthenticationProfiles.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterDbRevisionsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterDbRevisionsResponseUnmarshaller.cs index cdd01d6592a9..01f690de67fa 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterDbRevisionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterDbRevisionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("ClusterDbRevisions/ClusterDbRevision", targetDepth)) { var unmarshaller = ClusterDbRevisionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ClusterDbRevisions.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParameterGroupsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParameterGroupsResponseUnmarshaller.cs index e70f425385a1..03301fc2faf8 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParameterGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParameterGroupsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("ParameterGroups/ClusterParameterGroup", targetDepth)) { var unmarshaller = ClusterParameterGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ParameterGroups.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParametersResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParametersResponseUnmarshaller.cs index e6d2c23ee9d1..418ff5b7da09 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParametersResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterParametersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("Parameters/Parameter", targetDepth)) { var unmarshaller = ParameterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Parameters.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSecurityGroupsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSecurityGroupsResponseUnmarshaller.cs index b795801a1025..abe3d8d19b06 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSecurityGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSecurityGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("ClusterSecurityGroups/ClusterSecurityGroup", targetDepth)) { var unmarshaller = ClusterSecurityGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ClusterSecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSnapshotsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSnapshotsResponseUnmarshaller.cs index 0aaf977549a4..4af09c1c31a7 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSnapshotsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSnapshotsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("Snapshots/Snapshot", targetDepth)) { var unmarshaller = SnapshotUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Snapshots.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSubnetGroupsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSubnetGroupsResponseUnmarshaller.cs index 4b0c2e2dbc4e..8aa8475298a3 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSubnetGroupsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterSubnetGroupsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("ClusterSubnetGroups/ClusterSubnetGroup", targetDepth)) { var unmarshaller = ClusterSubnetGroupUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ClusterSubnetGroups.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterTracksResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterTracksResponseUnmarshaller.cs index c3a34d4119b2..4e071499fb95 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterTracksResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterTracksResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("MaintenanceTracks/MaintenanceTrack", targetDepth)) { var unmarshaller = MaintenanceTrackUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MaintenanceTracks.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterVersionsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterVersionsResponseUnmarshaller.cs index 4bc118d23ace..667d55d5fa51 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterVersionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClusterVersionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("ClusterVersions/ClusterVersion", targetDepth)) { var unmarshaller = ClusterVersionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ClusterVersions.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClustersResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClustersResponseUnmarshaller.cs index 4d2a7c64f8b8..b00152b0b6c7 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClustersResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeClustersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeClu if (context.TestExpression("Clusters/Cluster", targetDepth)) { var unmarshaller = ClusterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Clusters.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeCustomDomainAssociationsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeCustomDomainAssociationsResponseUnmarshaller.cs index 3cde4a931ff9..ca850e8ed7c9 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeCustomDomainAssociationsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeCustomDomainAssociationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCus if (context.TestExpression("Associations/Association", targetDepth)) { var unmarshaller = AssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Associations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForConsumerResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForConsumerResponseUnmarshaller.cs index 219c3c811ce7..be634f5829ee 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForConsumerResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForConsumerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDat if (context.TestExpression("DataShares/member", targetDepth)) { var unmarshaller = DataShareUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShares.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForProducerResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForProducerResponseUnmarshaller.cs index b395fe8a4055..9dd1a22d0917 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForProducerResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesForProducerResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDat if (context.TestExpression("DataShares/member", targetDepth)) { var unmarshaller = DataShareUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShares.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesResponseUnmarshaller.cs index 3ab013b930c3..aca1b3417436 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeDataSharesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeDat if (context.TestExpression("DataShares/member", targetDepth)) { var unmarshaller = DataShareUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShares.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAccessResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAccessResponseUnmarshaller.cs index beca99e52147..4156bbda7e1c 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAccessResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAccessResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEnd if (context.TestExpression("EndpointAccessList/member", targetDepth)) { var unmarshaller = EndpointAccessUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EndpointAccessList.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAuthorizationResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAuthorizationResponseUnmarshaller.cs index a01a13947a70..f635fbdbe09f 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAuthorizationResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEndpointAuthorizationResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEnd if (context.TestExpression("EndpointAuthorizationList/member", targetDepth)) { var unmarshaller = EndpointAuthorizationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EndpointAuthorizationList.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs index 0b0c0cc48f4f..ed50c9a317d2 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventCategoriesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventCategoriesMapList/EventCategoriesMap", targetDepth)) { var unmarshaller = EventCategoriesMapUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventCategoriesMapList.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs index afdf784b6509..45db9e5ff5d3 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventSubscriptionsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("EventSubscriptionsList/EventSubscription", targetDepth)) { var unmarshaller = EventSubscriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventSubscriptionsList.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs index b6660cee3ade..e089b8532e7e 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeEventsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeEve if (context.TestExpression("Events/Event", targetDepth)) { var unmarshaller = EventUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Events.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmClientCertificatesResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmClientCertificatesResponseUnmarshaller.cs index 3a019b3b11f1..83ba274cc35a 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmClientCertificatesResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmClientCertificatesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeHsm if (context.TestExpression("HsmClientCertificates/HsmClientCertificate", targetDepth)) { var unmarshaller = HsmClientCertificateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.HsmClientCertificates.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmConfigurationsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmConfigurationsResponseUnmarshaller.cs index c104136c9041..d410d5e64ff8 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmConfigurationsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeHsmConfigurationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeHsm if (context.TestExpression("HsmConfigurations/HsmConfiguration", targetDepth)) { var unmarshaller = HsmConfigurationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.HsmConfigurations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeInboundIntegrationsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeInboundIntegrationsResponseUnmarshaller.cs index 884793d23840..2260caec97e2 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeInboundIntegrationsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeInboundIntegrationsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeInb if (context.TestExpression("InboundIntegrations/InboundIntegration", targetDepth)) { var unmarshaller = InboundIntegrationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.InboundIntegrations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeLoggingStatusResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeLoggingStatusResponseUnmarshaller.cs index be4894c3deaa..89743833a4e2 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeLoggingStatusResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeLoggingStatusResponseUnmarshaller.cs @@ -114,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeLog if (context.TestExpression("LogExports/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LogExports.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeNodeConfigurationOptionsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeNodeConfigurationOptionsResponseUnmarshaller.cs index fe49d6da819b..c37dcd1c385a 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeNodeConfigurationOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeNodeConfigurationOptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeNod if (context.TestExpression("NodeConfigurationOptionList/NodeConfigurationOption", targetDepth)) { var unmarshaller = NodeConfigurationOptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NodeConfigurationOptionList.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeOrderableClusterOptionsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeOrderableClusterOptionsResponseUnmarshaller.cs index 1e3021cfa616..5f6f55b968ac 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeOrderableClusterOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeOrderableClusterOptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeOrd if (context.TestExpression("OrderableClusterOptions/OrderableClusterOption", targetDepth)) { var unmarshaller = OrderableClusterOptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.OrderableClusterOptions.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribePartnersResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribePartnersResponseUnmarshaller.cs index 8117b20e8805..9cfdd82a1d47 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribePartnersResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribePartnersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribePar if (context.TestExpression("PartnerIntegrationInfoList/PartnerIntegrationInfo", targetDepth)) { var unmarshaller = PartnerIntegrationInfoUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PartnerIntegrationInfoList.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeRedshiftIdcApplicationsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeRedshiftIdcApplicationsResponseUnmarshaller.cs index c681071926ac..e70b40052b62 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeRedshiftIdcApplicationsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeRedshiftIdcApplicationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRed if (context.TestExpression("RedshiftIdcApplications/member", targetDepth)) { var unmarshaller = RedshiftIdcApplicationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RedshiftIdcApplications.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeExchangeStatusResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeExchangeStatusResponseUnmarshaller.cs index 68e574d0e0fa..d9a2a998a7d5 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeExchangeStatusResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeExchangeStatusResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ReservedNodeExchangeStatusDetails/ReservedNodeExchangeStatus", targetDepth)) { var unmarshaller = ReservedNodeExchangeStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedNodeExchangeStatusDetails.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeOfferingsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeOfferingsResponseUnmarshaller.cs index 9427777d79fa..113abf01f06e 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodeOfferingsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ReservedNodeOfferings/ReservedNodeOffering", targetDepth)) { var unmarshaller = ReservedNodeOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedNodeOfferings.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodesResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodesResponseUnmarshaller.cs index 0c518e53dfd1..456a9d5de380 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodesResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeReservedNodesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ReservedNodes/ReservedNode", targetDepth)) { var unmarshaller = ReservedNodeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedNodes.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeResizeResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeResizeResponseUnmarshaller.cs index 5807a642ce6a..4846e97ac862 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeResizeResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeResizeResponseUnmarshaller.cs @@ -108,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ImportTablesCompleted/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportTablesCompleted.Add(item); continue; @@ -115,6 +117,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ImportTablesInProgress/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportTablesInProgress.Add(item); continue; @@ -122,6 +126,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRes if (context.TestExpression("ImportTablesNotStarted/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ImportTablesNotStarted.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs index a89af6834f76..f074659ef9ab 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeScheduledActionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSch if (context.TestExpression("ScheduledActions/ScheduledAction", targetDepth)) { var unmarshaller = ScheduledActionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScheduledActions.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotCopyGrantsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotCopyGrantsResponseUnmarshaller.cs index ca8636257be3..7bdb5caef500 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotCopyGrantsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotCopyGrantsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSna if (context.TestExpression("SnapshotCopyGrants/SnapshotCopyGrant", targetDepth)) { var unmarshaller = SnapshotCopyGrantUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SnapshotCopyGrants.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotSchedulesResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotSchedulesResponseUnmarshaller.cs index 97670cf74e0f..e04183e2b5c4 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotSchedulesResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeSnapshotSchedulesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeSna if (context.TestExpression("SnapshotSchedules/SnapshotSchedule", targetDepth)) { var unmarshaller = SnapshotScheduleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SnapshotSchedules.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTableRestoreStatusResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTableRestoreStatusResponseUnmarshaller.cs index c769e36cf43c..5d8f4ba439ea 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTableRestoreStatusResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTableRestoreStatusResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTab if (context.TestExpression("TableRestoreStatusDetails/TableRestoreStatus", targetDepth)) { var unmarshaller = TableRestoreStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TableRestoreStatusDetails.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs index 93ac809d6c0e..89e7d7e7afad 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeTagsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeTag if (context.TestExpression("TaggedResources/TaggedResource", targetDepth)) { var unmarshaller = TaggedResourceUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TaggedResources.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeUsageLimitsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeUsageLimitsResponseUnmarshaller.cs index 1344525f4935..e1d67ca2c42c 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeUsageLimitsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DescribeUsageLimitsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeUsa if (context.TestExpression("UsageLimits/member", targetDepth)) { var unmarshaller = UsageLimitUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.UsageLimits.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisableLoggingResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisableLoggingResponseUnmarshaller.cs index 7ced4c3a401b..c90ba61395c5 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisableLoggingResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisableLoggingResponseUnmarshaller.cs @@ -114,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DisableLogg if (context.TestExpression("LogExports/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LogExports.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisassociateDataShareConsumerResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisassociateDataShareConsumerResponseUnmarshaller.cs index 2c183e420bfd..3043635e58a8 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisassociateDataShareConsumerResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/DisassociateDataShareConsumerResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, Disassociat if (context.TestExpression("DataShareAssociations/member", targetDepth)) { var unmarshaller = DataShareAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShareAssociations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/EnableLoggingResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/EnableLoggingResponseUnmarshaller.cs index 4b18a9b4f15f..e9cf93555e63 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/EnableLoggingResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/EnableLoggingResponseUnmarshaller.cs @@ -114,6 +114,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, EnableLoggi if (context.TestExpression("LogExports/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.LogExports.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeConfigurationOptionsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeConfigurationOptionsResponseUnmarshaller.cs index 919e1a6b0348..1b59aab9f65c 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeConfigurationOptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeConfigurationOptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetReserved if (context.TestExpression("ReservedNodeConfigurationOptionList/ReservedNodeConfigurationOption", targetDepth)) { var unmarshaller = ReservedNodeConfigurationOptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedNodeConfigurationOptionList.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeOfferingsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeOfferingsResponseUnmarshaller.cs index ce6407fae62b..17d784ae5f8d 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeOfferingsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/GetReservedNodeExchangeOfferingsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetReserved if (context.TestExpression("ReservedNodeOfferings/ReservedNodeOffering", targetDepth)) { var unmarshaller = ReservedNodeOfferingUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ReservedNodeOfferings.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ListRecommendationsResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ListRecommendationsResponseUnmarshaller.cs index 7566f1180d3c..0d401873cba5 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ListRecommendationsResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ListRecommendationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListRecomme if (context.TestExpression("Recommendations/Recommendation", targetDepth)) { var unmarshaller = RecommendationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Recommendations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyEndpointAccessResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyEndpointAccessResponseUnmarshaller.cs index 16f8672c3947..6fdf19d9a0b3 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyEndpointAccessResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyEndpointAccessResponseUnmarshaller.cs @@ -138,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyEndpo if (context.TestExpression("VpcSecurityGroups/VpcSecurityGroup", targetDepth)) { var unmarshaller = VpcSecurityGroupMembershipUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VpcSecurityGroups.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyScheduledActionResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyScheduledActionResponseUnmarshaller.cs index 0199057ee38e..ee96b71b3771 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyScheduledActionResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyScheduledActionResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifySched if (context.TestExpression("NextInvocations/ScheduledActionTime", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NextInvocations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifySnapshotScheduleResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifySnapshotScheduleResponseUnmarshaller.cs index 87997ce86587..c76c9a9f012c 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifySnapshotScheduleResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifySnapshotScheduleResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifySnaps if (context.TestExpression("AssociatedClusters/ClusterAssociatedToSchedule", targetDepth)) { var unmarshaller = ClusterAssociatedToScheduleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AssociatedClusters.Add(item); continue; @@ -97,6 +99,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifySnaps if (context.TestExpression("NextInvocations/SnapshotTime", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NextInvocations.Add(item); continue; @@ -104,6 +108,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifySnaps if (context.TestExpression("ScheduleDefinitions/ScheduleDefinition", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ScheduleDefinitions.Add(item); continue; @@ -123,6 +129,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifySnaps if (context.TestExpression("Tags/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyUsageLimitResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyUsageLimitResponseUnmarshaller.cs index c3c59bbaac13..0a37b6d13878 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyUsageLimitResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/ModifyUsageLimitResponseUnmarshaller.cs @@ -120,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ModifyUsage if (context.TestExpression("Tags/Tag", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RejectDataShareResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RejectDataShareResponseUnmarshaller.cs index 35f8e7fcf9d1..4a0b5acf0e05 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RejectDataShareResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RejectDataShareResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, RejectDataS if (context.TestExpression("DataShareAssociations/member", targetDepth)) { var unmarshaller = DataShareAssociationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DataShareAssociations.Add(item); continue; diff --git a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RevokeEndpointAccessResponseUnmarshaller.cs b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RevokeEndpointAccessResponseUnmarshaller.cs index bf9fd2e2fbd9..a17ceaf5c76e 100644 --- a/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RevokeEndpointAccessResponseUnmarshaller.cs +++ b/sdk/src/Services/Redshift/Generated/Model/Internal/MarshallTransformations/RevokeEndpointAccessResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, RevokeEndpo if (context.TestExpression("AllowedVPCs/VpcIdentifier", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.AllowedVPCs.Add(item); continue; diff --git a/sdk/src/Services/S3Control/Generated/Model/Internal/MarshallTransformations/GetAccessPointResponseUnmarshaller.cs b/sdk/src/Services/S3Control/Generated/Model/Internal/MarshallTransformations/GetAccessPointResponseUnmarshaller.cs index cfc8b4735008..c5f8d30c22c1 100644 --- a/sdk/src/Services/S3Control/Generated/Model/Internal/MarshallTransformations/GetAccessPointResponseUnmarshaller.cs +++ b/sdk/src/Services/S3Control/Generated/Model/Internal/MarshallTransformations/GetAccessPointResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAccessPo } if (context.TestExpression("Endpoints", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new DictionaryUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); response.Endpoints = unmarshaller.Unmarshall(context); continue; diff --git a/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/GetAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/GetAttributesResponseUnmarshaller.cs index 6113e11b4300..4ecfa68c4f17 100644 --- a/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/GetAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/GetAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAttribut if (context.TestExpression("Attribute", targetDepth)) { var unmarshaller = AttributeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/ListDomainsResponseUnmarshaller.cs b/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/ListDomainsResponseUnmarshaller.cs index 008e48f2ac9a..ad0131dc4987 100644 --- a/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/ListDomainsResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/ListDomainsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListDomains if (context.TestExpression("DomainName", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DomainNames.Add(item); continue; diff --git a/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/SelectResponseUnmarshaller.cs b/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/SelectResponseUnmarshaller.cs index 5875d1c2257f..9526cd812ae3 100644 --- a/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/SelectResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleDB/Generated/Model/Internal/MarshallTransformations/SelectResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, SelectRespo if (context.TestExpression("Item", targetDepth)) { var unmarshaller = ItemUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Items.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeActiveReceiptRuleSetResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeActiveReceiptRuleSetResponseUnmarshaller.cs index 6a13b054223a..20c0f1be3f99 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeActiveReceiptRuleSetResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeActiveReceiptRuleSetResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeAct if (context.TestExpression("Rules/member", targetDepth)) { var unmarshaller = ReceiptRuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Rules.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSetResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSetResponseUnmarshaller.cs index f8b0b9a3ed43..449ca88dd683 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSetResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeConfigurationSetResponseUnmarshaller.cs @@ -96,6 +96,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeCon if (context.TestExpression("EventDestinations/member", targetDepth)) { var unmarshaller = EventDestinationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EventDestinations.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeReceiptRuleSetResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeReceiptRuleSetResponseUnmarshaller.cs index 86d5461ec88d..49732ca28565 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeReceiptRuleSetResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/DescribeReceiptRuleSetResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, DescribeRec if (context.TestExpression("Rules/member", targetDepth)) { var unmarshaller = ReceiptRuleUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Rules.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityDkimAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityDkimAttributesResponseUnmarshaller.cs index aa5510d5bd44..5336f5e29194 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityDkimAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityDkimAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetIdentity if (context.TestExpression("DkimAttributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, IdentityDkimAttributesUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DkimAttributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityMailFromDomainAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityMailFromDomainAttributesResponseUnmarshaller.cs index 6f77cb932483..877952c1f644 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityMailFromDomainAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityMailFromDomainAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetIdentity if (context.TestExpression("MailFromDomainAttributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, IdentityMailFromDomainAttributesUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MailFromDomainAttributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityNotificationAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityNotificationAttributesResponseUnmarshaller.cs index 2cdf4d56b9a6..a7ab9b68598b 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityNotificationAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityNotificationAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetIdentity if (context.TestExpression("NotificationAttributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, IdentityNotificationAttributesUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NotificationAttributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityPoliciesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityPoliciesResponseUnmarshaller.cs index 4f0d332e9366..b88b94edc92b 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityPoliciesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetIdentity if (context.TestExpression("Policies/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Policies.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityVerificationAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityVerificationAttributesResponseUnmarshaller.cs index 513512cc5d60..2897f9314796 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityVerificationAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetIdentityVerificationAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetIdentity if (context.TestExpression("VerificationAttributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, IdentityVerificationAttributesUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VerificationAttributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetSendStatisticsResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetSendStatisticsResponseUnmarshaller.cs index 361de520b280..2e6f9736ad28 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetSendStatisticsResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/GetSendStatisticsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetSendStat if (context.TestExpression("SendDataPoints/member", targetDepth)) { var unmarshaller = SendDataPointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.SendDataPoints.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListConfigurationSetsResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListConfigurationSetsResponseUnmarshaller.cs index bda6746f9536..a5eca2b1b5e8 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListConfigurationSetsResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListConfigurationSetsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListConfigu if (context.TestExpression("ConfigurationSets/member", targetDepth)) { var unmarshaller = ConfigurationSetUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.ConfigurationSets.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListCustomVerificationEmailTemplatesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListCustomVerificationEmailTemplatesResponseUnmarshaller.cs index b3f760ee62d1..b05a1b0673a1 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListCustomVerificationEmailTemplatesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListCustomVerificationEmailTemplatesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListCustomV if (context.TestExpression("CustomVerificationEmailTemplates/member", targetDepth)) { var unmarshaller = CustomVerificationEmailTemplateUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.CustomVerificationEmailTemplates.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentitiesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentitiesResponseUnmarshaller.cs index 05447c85fb4b..acb65bafadc9 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentitiesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentitiesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListIdentit if (context.TestExpression("Identities/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Identities.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentityPoliciesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentityPoliciesResponseUnmarshaller.cs index 66e15afefaac..947028ca41d1 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentityPoliciesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListIdentityPoliciesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListIdentit if (context.TestExpression("PolicyNames/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PolicyNames.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptFiltersResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptFiltersResponseUnmarshaller.cs index 9bc4de3921f9..52d4bc37f73b 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptFiltersResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptFiltersResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListReceipt if (context.TestExpression("Filters/member", targetDepth)) { var unmarshaller = ReceiptFilterUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Filters.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptRuleSetsResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptRuleSetsResponseUnmarshaller.cs index 29fe95b9dc11..54a8cb249300 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptRuleSetsResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListReceiptRuleSetsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListReceipt if (context.TestExpression("RuleSets/member", targetDepth)) { var unmarshaller = ReceiptRuleSetMetadataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RuleSets.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListTemplatesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListTemplatesResponseUnmarshaller.cs index f4db3742d351..2b49c2eab1f9 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListTemplatesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListTemplatesResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTemplat if (context.TestExpression("TemplatesMetadata/member", targetDepth)) { var unmarshaller = TemplateMetadataUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TemplatesMetadata.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListVerifiedEmailAddressesResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListVerifiedEmailAddressesResponseUnmarshaller.cs index 6a9b1158b008..dec8c70d9edb 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListVerifiedEmailAddressesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/ListVerifiedEmailAddressesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListVerifie if (context.TestExpression("VerifiedEmailAddresses/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.VerifiedEmailAddresses.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/SendBulkTemplatedEmailResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/SendBulkTemplatedEmailResponseUnmarshaller.cs index a73e57162f84..bf764b80fea8 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/SendBulkTemplatedEmailResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/SendBulkTemplatedEmailResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, SendBulkTem if (context.TestExpression("Status/member", targetDepth)) { var unmarshaller = BulkEmailDestinationStatusUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Status.Add(item); continue; diff --git a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/VerifyDomainDkimResponseUnmarshaller.cs b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/VerifyDomainDkimResponseUnmarshaller.cs index be4ef9da7287..39a3bc807ac8 100644 --- a/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/VerifyDomainDkimResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleEmail/Generated/Model/Internal/MarshallTransformations/VerifyDomainDkimResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, VerifyDomai if (context.TestExpression("DkimTokens/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.DkimTokens.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetEndpointAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetEndpointAttributesResponseUnmarshaller.cs index 9525f3e725c9..4dd4a68c5c37 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetEndpointAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetEndpointAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetEndpoint if (context.TestExpression("Attributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetPlatformApplicationAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetPlatformApplicationAttributesResponseUnmarshaller.cs index 81ca99845966..d0f7a41b4813 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetPlatformApplicationAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetPlatformApplicationAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetPlatform if (context.TestExpression("Attributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSMSAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSMSAttributesResponseUnmarshaller.cs index c1ef1a926562..82bb65c3a7c1 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSMSAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSMSAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetSMSAttri if (context.TestExpression("attributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSubscriptionAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSubscriptionAttributesResponseUnmarshaller.cs index e4c63011f14b..cd08ab7222fa 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSubscriptionAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetSubscriptionAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetSubscrip if (context.TestExpression("Attributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetTopicAttributesResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetTopicAttributesResponseUnmarshaller.cs index 089b92561b4c..007736417c79 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetTopicAttributesResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/GetTopicAttributesResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetTopicAtt if (context.TestExpression("Attributes/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Attributes.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListEndpointsByPlatformApplicationResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListEndpointsByPlatformApplicationResponseUnmarshaller.cs index fa33a73717bc..5561cf5fdafa 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListEndpointsByPlatformApplicationResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListEndpointsByPlatformApplicationResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListEndpoin if (context.TestExpression("Endpoints/member", targetDepth)) { var unmarshaller = EndpointUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Endpoints.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListOriginationNumbersResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListOriginationNumbersResponseUnmarshaller.cs index 6576dbde40bf..b63ec917aa39 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListOriginationNumbersResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListOriginationNumbersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListOrigina if (context.TestExpression("PhoneNumbers/member", targetDepth)) { var unmarshaller = PhoneNumberInformationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PhoneNumbers.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPhoneNumbersOptedOutResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPhoneNumbersOptedOutResponseUnmarshaller.cs index 2fdf63778311..d663ac2aa531 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPhoneNumbersOptedOutResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPhoneNumbersOptedOutResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPhoneNu if (context.TestExpression("phoneNumbers/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PhoneNumbers.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPlatformApplicationsResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPlatformApplicationsResponseUnmarshaller.cs index 8b5b2f20b5f2..30c8c5a3fcdb 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPlatformApplicationsResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListPlatformApplicationsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListPlatfor if (context.TestExpression("PlatformApplications/member", targetDepth)) { var unmarshaller = PlatformApplicationUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PlatformApplications.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSMSSandboxPhoneNumbersResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSMSSandboxPhoneNumbersResponseUnmarshaller.cs index 50639ca22bc2..4eab58c73447 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSMSSandboxPhoneNumbersResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSMSSandboxPhoneNumbersResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListSMSSand if (context.TestExpression("PhoneNumbers/member", targetDepth)) { var unmarshaller = SMSSandboxPhoneNumberUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.PhoneNumbers.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsByTopicResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsByTopicResponseUnmarshaller.cs index 2126305aecea..8c7c0b9c3b8c 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsByTopicResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsByTopicResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListSubscri if (context.TestExpression("Subscriptions/member", targetDepth)) { var unmarshaller = SubscriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Subscriptions.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsResponseUnmarshaller.cs index ef90a349b54d..281ddc6140da 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListSubscriptionsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListSubscri if (context.TestExpression("Subscriptions/member", targetDepth)) { var unmarshaller = SubscriptionUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Subscriptions.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs index a9644cfb6db0..093a39ca7503 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTagsForResourceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTagsFor if (context.TestExpression("Tags/member", targetDepth)) { var unmarshaller = TagUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Tags.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTopicsResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTopicsResponseUnmarshaller.cs index 94d48f74d282..3c418b1d693e 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTopicsResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/ListTopicsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListTopicsR if (context.TestExpression("Topics/member", targetDepth)) { var unmarshaller = TopicUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Topics.Add(item); continue; diff --git a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/PublishBatchResponseUnmarshaller.cs b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/PublishBatchResponseUnmarshaller.cs index 599aef0b065e..f60e0bce3e37 100644 --- a/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/PublishBatchResponseUnmarshaller.cs +++ b/sdk/src/Services/SimpleNotificationService/Generated/Model/Internal/MarshallTransformations/PublishBatchResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, PublishBatc if (context.TestExpression("Failed/member", targetDepth)) { var unmarshaller = BatchResultErrorEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Failed.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, PublishBatc if (context.TestExpression("Successful/member", targetDepth)) { var unmarshaller = PublishBatchResultEntryUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.Successful.Add(item); continue; diff --git a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs index 4666c6798b99..fb1d47af5b2e 100644 --- a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs +++ b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("booleanList/member", targetDepth)) { var unmarshaller = BoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.BooleanList.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("enumList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnumList.Add(item); continue; @@ -72,6 +76,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flattenedList/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList.Add(item); continue; @@ -79,6 +85,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("customName/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList2.Add(item); continue; @@ -86,6 +94,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flattenedListWithMemberNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithMemberNamespace.Add(item); continue; @@ -93,6 +103,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flattenedListWithNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithNamespace.Add(item); continue; @@ -100,6 +112,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("integerList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntegerList.Add(item); continue; @@ -107,6 +121,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("intEnumList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumList.Add(item); continue; @@ -114,6 +130,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("nestedStringList/member", targetDepth)) { var unmarshaller = new ListUnmarshaller(StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NestedStringList.Add(item); continue; @@ -121,6 +139,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("renamed/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RenamedListMembers.Add(item); continue; @@ -128,6 +148,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("stringList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringList.Add(item); continue; @@ -135,6 +157,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("stringSet/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringSet.Add(item); continue; @@ -142,6 +166,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("myStructureList/item", targetDepth)) { var unmarshaller = StructureListMemberUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StructureList.Add(item); continue; @@ -149,6 +175,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("timestampList/member", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TimestampList.Add(item); continue; diff --git a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs index 6feaf45c90cf..a2b9c9c2c53c 100644 --- a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs +++ b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs @@ -76,6 +76,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fooEnumList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FooEnumList.Add(item); continue; @@ -83,6 +85,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fooEnumMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FooEnumMap.Add(item); continue; @@ -90,6 +94,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("fooEnumSet/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FooEnumSet.Add(item); continue; diff --git a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs index 4e17df2158bd..7601b078429c 100644 --- a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs +++ b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs @@ -76,6 +76,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("intEnumList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumList.Add(item); continue; @@ -83,6 +85,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("intEnumMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, IntUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumMap.Add(item); continue; @@ -90,6 +94,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("intEnumSet/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumSet.Add(item); continue; diff --git a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs index 859be8f5ef0d..d4023a4dc652 100644 --- a/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs +++ b/sdk/test/Services/EC2Protocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs @@ -58,6 +58,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("booleanList/member", targetDepth)) { var unmarshaller = BoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.BooleanList.Add(item); continue; @@ -65,6 +67,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("enumList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnumList.Add(item); continue; @@ -72,6 +76,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flattenedList/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList.Add(item); continue; @@ -79,6 +85,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("customName/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList2.Add(item); continue; @@ -86,6 +94,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flattenedListWithMemberNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithMemberNamespace.Add(item); continue; @@ -93,6 +103,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("flattenedListWithNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithNamespace.Add(item); continue; @@ -100,6 +112,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("integerList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntegerList.Add(item); continue; @@ -107,6 +121,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("intEnumList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumList.Add(item); continue; @@ -114,6 +130,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("nestedStringList/member", targetDepth)) { var unmarshaller = new ListUnmarshaller(StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NestedStringList.Add(item); continue; @@ -121,6 +139,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("renamed/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RenamedListMembers.Add(item); continue; @@ -128,6 +148,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("stringList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringList.Add(item); continue; @@ -135,6 +157,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("stringSet/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringSet.Add(item); continue; @@ -142,6 +166,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("myStructureList/item", targetDepth)) { var unmarshaller = StructureListMemberUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StructureList.Add(item); continue; @@ -149,6 +175,8 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte if (context.TestExpression("timestampList/member", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TimestampList.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs index 2cdc6591f5f5..24ed1f7846b8 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, FlattenedXm if (context.TestExpression("myMap", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MyMap.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs index 61290968ac3a..132f31c29739 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, FlattenedXm if (context.TestExpression("KVP", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "K"; + context.ValueXmlName = "V"; var item = unmarshaller.Unmarshall(context); response.MyMap.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs index 04ed3d30c84a..04232acf1355 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, FlattenedXm if (context.TestExpression("KVP", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "K"; + context.ValueXmlName = "V"; var item = unmarshaller.Unmarshall(context); response.MyMap.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs index f3b2cd7a83df..e2cf96f0fd2e 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyListsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("booleanList/member", targetDepth)) { var unmarshaller = BoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.BooleanList.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("enumList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnumList.Add(item); continue; @@ -98,6 +102,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("flattenedList/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList.Add(item); continue; @@ -105,6 +111,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("customName/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList2.Add(item); continue; @@ -112,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("flattenedListWithMemberNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithMemberNamespace.Add(item); continue; @@ -119,6 +129,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("flattenedListWithNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithNamespace.Add(item); continue; @@ -126,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("integerList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntegerList.Add(item); continue; @@ -133,6 +147,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("intEnumList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumList.Add(item); continue; @@ -140,6 +156,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("nestedStringList/member", targetDepth)) { var unmarshaller = new ListUnmarshaller(StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NestedStringList.Add(item); continue; @@ -147,6 +165,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("renamed/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RenamedListMembers.Add(item); continue; @@ -154,6 +174,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("stringList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringList.Add(item); continue; @@ -161,6 +183,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("stringSet/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringSet.Add(item); continue; @@ -168,6 +192,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("myStructureList/item", targetDepth)) { var unmarshaller = StructureListMemberUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StructureList.Add(item); continue; @@ -175,6 +201,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyLis if (context.TestExpression("timestampList/member", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TimestampList.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs index 3ed1fa61e308..84155ba60931 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyMap if (context.TestExpression("myMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, GreetingStructUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MyMap.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs index 49fa51e6bf69..9a125a880ec2 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs @@ -102,6 +102,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEnumsRes if (context.TestExpression("fooEnumList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FooEnumList.Add(item); continue; @@ -109,6 +111,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEnumsRes if (context.TestExpression("fooEnumMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FooEnumMap.Add(item); continue; @@ -116,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEnumsRes if (context.TestExpression("fooEnumSet/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FooEnumSet.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs index a371e0ea2a52..6f3ca3429630 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs @@ -102,6 +102,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlIntEnums if (context.TestExpression("intEnumList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumList.Add(item); continue; @@ -109,6 +111,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlIntEnums if (context.TestExpression("intEnumMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, IntUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumMap.Add(item); continue; @@ -116,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlIntEnums if (context.TestExpression("intEnumSet/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumSet.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs index c36298c83093..ca32d70e8552 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlListsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("booleanList/member", targetDepth)) { var unmarshaller = BoolUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.BooleanList.Add(item); continue; @@ -91,6 +93,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("enumList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.EnumList.Add(item); continue; @@ -98,6 +102,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("flattenedList/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList.Add(item); continue; @@ -105,6 +111,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("customName/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedList2.Add(item); continue; @@ -112,6 +120,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("flattenedListWithMemberNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithMemberNamespace.Add(item); continue; @@ -119,6 +129,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("flattenedListWithNamespace/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.FlattenedListWithNamespace.Add(item); continue; @@ -126,6 +138,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("integerList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntegerList.Add(item); continue; @@ -133,6 +147,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("intEnumList/member", targetDepth)) { var unmarshaller = IntUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.IntEnumList.Add(item); continue; @@ -140,6 +156,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("nestedStringList/member", targetDepth)) { var unmarshaller = new ListUnmarshaller(StringUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.NestedStringList.Add(item); continue; @@ -147,6 +165,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("renamed/item", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.RenamedListMembers.Add(item); continue; @@ -154,6 +174,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("stringList/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringList.Add(item); continue; @@ -161,6 +183,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("stringSet/member", targetDepth)) { var unmarshaller = StringUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StringSet.Add(item); continue; @@ -168,6 +192,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("myStructureList/item", targetDepth)) { var unmarshaller = StructureListMemberUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.StructureList.Add(item); continue; @@ -175,6 +201,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlListsRes if (context.TestExpression("timestampList/member", targetDepth)) { var unmarshaller = DateTimeUnmarshaller.Instance; + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.TimestampList.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs index 4cc895d62895..84d1f0a74f4f 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlMapsResp if (context.TestExpression("myMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, GreetingStructUnmarshaller.Instance); + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var item = unmarshaller.Unmarshall(context); response.MyMap.Add(item); continue; diff --git a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs index 92acbe7ddbc7..b001240eb607 100644 --- a/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs +++ b/sdk/test/Services/QueryProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs @@ -84,6 +84,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlMapsXmlN if (context.TestExpression("myMap/entry", targetDepth)) { var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, GreetingStructUnmarshaller.Instance); + context.KeyXmlName = "Attribute"; + context.ValueXmlName = "Setting"; var item = unmarshaller.Unmarshall(context); response.MyMap.Add(item); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapRequestMarshaller.cs index a6fe55a52615..d69406f45f8a 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapRequestMarshaller.cs @@ -70,8 +70,8 @@ public IRequest Marshall(FlattenedXmlMapRequest publicRequest) xmlWriter.WriteElementString("key", kvp.Key); xmlWriter.WriteElementString("value", kvp.Value); xmlWriter.WriteEndElement(); - } - xmlWriter.WriteEndElement(); + } + } xmlWriter.WriteEndElement(); } diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs index d98e5e1b3368..4745f42d7518 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapResponseUnmarshaller.cs @@ -66,6 +66,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, FlattenedXm { if (context.TestExpression("myMap", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); response.MyMap.Add(unmarshaller.Unmarshall(context)); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameRequestMarshaller.cs index 762ed4091117..7e1fe6799334 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameRequestMarshaller.cs @@ -66,12 +66,12 @@ public IRequest Marshall(FlattenedXmlMapWithXmlNameRequest publicRequest) { foreach (var kvp in publicRequest.MyMap) { - xmlWriter.WriteStartElement("entry"); + xmlWriter.WriteStartElement("KVP"); xmlWriter.WriteElementString("K", kvp.Key); xmlWriter.WriteElementString("V", kvp.Value); xmlWriter.WriteEndElement(); - } - xmlWriter.WriteEndElement(); + } + } xmlWriter.WriteEndElement(); } diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs index 83e542778d50..6a103eb7ab60 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNameResponseUnmarshaller.cs @@ -66,6 +66,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, FlattenedXm { if (context.TestExpression("KVP", targetDepth)) { + context.KeyXmlName = "K"; + context.ValueXmlName = "V"; var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); response.MyMap.Add(unmarshaller.Unmarshall(context)); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs index 1261cd2d9f4c..958e5b530888 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/FlattenedXmlMapWithXmlNamespaceResponseUnmarshaller.cs @@ -66,6 +66,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, FlattenedXm { if (context.TestExpression("KVP", targetDepth)) { + context.KeyXmlName = "K"; + context.ValueXmlName = "V"; var unmarshaller = new KeyValueUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); response.MyMap.Add(unmarshaller.Unmarshall(context)); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsRequestMarshaller.cs index 3a57fcf65f17..12a0e2f05047 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsRequestMarshaller.cs @@ -77,9 +77,10 @@ public IRequest Marshall(NestedXmlMapsRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); - xmlWriter.WriteEndElement(); - } - xmlWriter.WriteEndElement(); + } + } + if(publicRequest.IsSetNestedMap()) + { xmlWriter.WriteStartElement("nestedMap"); foreach (var kvp in publicRequest.NestedMap) { @@ -97,6 +98,7 @@ public IRequest Marshall(NestedXmlMapsRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); + } xmlWriter.WriteEndElement(); } diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsResponseUnmarshaller.cs index 857ea9319a97..eb008185b0cf 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/NestedXmlMapsResponseUnmarshaller.cs @@ -66,12 +66,16 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, NestedXmlMa { if (context.TestExpression("flatNestedMap", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new KeyValueUnmarshaller, StringUnmarshaller, DictionaryUnmarshaller>(StringUnmarshaller.Instance, new DictionaryUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance)); response.FlatNestedMap.Add(unmarshaller.Unmarshall(context)); continue; } if (context.TestExpression("nestedMap", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new DictionaryUnmarshaller, StringUnmarshaller, DictionaryUnmarshaller>(StringUnmarshaller.Instance, new DictionaryUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance)); response.NestedMap = unmarshaller.Unmarshall(context); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsRequestMarshaller.cs index 7b19d4bf7149..af332d17e112 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsRequestMarshaller.cs @@ -80,6 +80,7 @@ public IRequest Marshall(XmlEmptyMapsRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); + } xmlWriter.WriteEndElement(); } diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs index 1e2a8fbc4dfd..e56022b7f929 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEmptyMapsResponseUnmarshaller.cs @@ -66,6 +66,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEmptyMap { if (context.TestExpression("myMap", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new DictionaryUnmarshaller(StringUnmarshaller.Instance, GreetingStructUnmarshaller.Instance); response.MyMap = unmarshaller.Unmarshall(context); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsRequestMarshaller.cs index 02b62591240f..6537f4e6ef64 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsRequestMarshaller.cs @@ -94,6 +94,7 @@ public IRequest Marshall(XmlEnumsRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); + } var publicRequestFooEnumSet = publicRequest.FooEnumSet; if (publicRequestFooEnumSet != null && publicRequestFooEnumSet.Count > 0) { diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs index afbbf1c91003..1040cd4b63e2 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlEnumsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlEnumsRes } if (context.TestExpression("fooEnumMap", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new DictionaryUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); response.FooEnumMap = unmarshaller.Unmarshall(context); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsRequestMarshaller.cs index 9f28370580d4..948607d8db1a 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsRequestMarshaller.cs @@ -94,6 +94,7 @@ public IRequest Marshall(XmlIntEnumsRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); + } var publicRequestIntEnumSet = publicRequest.IntEnumSet; if (publicRequestIntEnumSet != null && publicRequestIntEnumSet.Count > 0) { diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs index 3164d4b2b53e..2c67619b88d5 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlIntEnumsResponseUnmarshaller.cs @@ -90,6 +90,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlIntEnums } if (context.TestExpression("intEnumMap", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new DictionaryUnmarshaller(StringUnmarshaller.Instance, IntUnmarshaller.Instance); response.IntEnumMap = unmarshaller.Unmarshall(context); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceRequestMarshaller.cs index 18324b4dcbda..a19acf130033 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceRequestMarshaller.cs @@ -73,6 +73,7 @@ public IRequest Marshall(XmlMapWithXmlNamespaceRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); + } xmlWriter.WriteEndElement(); } diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceResponseUnmarshaller.cs index 571d3872b2cc..23d9550c72cb 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapWithXmlNamespaceResponseUnmarshaller.cs @@ -66,6 +66,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlMapWithX { if (context.TestExpression("KVP", targetDepth)) { + context.KeyXmlName = "K"; + context.ValueXmlName = "V"; var unmarshaller = new DictionaryUnmarshaller(StringUnmarshaller.Instance, StringUnmarshaller.Instance); response.MyMap = unmarshaller.Unmarshall(context); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsRequestMarshaller.cs index c47388e3aa62..4088054f79f8 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsRequestMarshaller.cs @@ -80,6 +80,7 @@ public IRequest Marshall(XmlMapsRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); + } xmlWriter.WriteEndElement(); } diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs index 737bede3168b..8d767730d464 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsResponseUnmarshaller.cs @@ -66,6 +66,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlMapsResp { if (context.TestExpression("myMap", targetDepth)) { + context.KeyXmlName = "key"; + context.ValueXmlName = "value"; var unmarshaller = new DictionaryUnmarshaller(StringUnmarshaller.Instance, GreetingStructUnmarshaller.Instance); response.MyMap = unmarshaller.Unmarshall(context); continue; diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameRequestMarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameRequestMarshaller.cs index 39d1a6aa2c4e..027d053d0033 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameRequestMarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameRequestMarshaller.cs @@ -80,6 +80,7 @@ public IRequest Marshall(XmlMapsXmlNameRequest publicRequest) xmlWriter.WriteEndElement(); } xmlWriter.WriteEndElement(); + } xmlWriter.WriteEndElement(); } diff --git a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs index 8a10b8677b35..0b7d622d25af 100644 --- a/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs +++ b/sdk/test/Services/RestXmlProtocol/Generated/Model/Internal/MarshallTransformations/XmlMapsXmlNameResponseUnmarshaller.cs @@ -66,6 +66,8 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, XmlMapsXmlN { if (context.TestExpression("myMap", targetDepth)) { + context.KeyXmlName = "Attribute"; + context.ValueXmlName = "Setting"; var unmarshaller = new DictionaryUnmarshaller(StringUnmarshaller.Instance, GreetingStructUnmarshaller.Instance); response.MyMap = unmarshaller.Unmarshall(context); continue; From f6f20c9840400d37668cc29ed8a9a547d1362010 Mon Sep 17 00:00:00 2001 From: Peter Song Date: Fri, 5 Apr 2024 10:01:23 -0700 Subject: [PATCH 3/3] Fixes for issue 30(PR feedback) --- .../Internal/Transform/UnmarshallerContext.cs | 26 ++----------------- 1 file changed, 2 insertions(+), 24 deletions(-) diff --git a/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs b/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs index ec7c8c5bb28e..5cc35dfa286f 100644 --- a/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs +++ b/sdk/src/Core/Amazon.Runtime/Internal/Transform/UnmarshallerContext.cs @@ -352,8 +352,6 @@ public class XmlUnmarshallerContext : UnmarshallerContext private bool disposed = false; private bool currentlyProcessingEmptyElement; private bool processEmptyElements = false; //Flip to true in v4 - private string valueXmlName = ""; - private string keyXmlName = ""; public Stream Stream { @@ -367,17 +365,7 @@ public Stream Stream /// For map shapes the KeyXmlName represents the "locationName" on the map shape's key member. This can be changed /// via the @xmlName trait. This ensures that we don't check for a hardcoded "key" value, if the key's name was changed. /// - public string KeyXmlName - { - set - { - keyXmlName = value; - } - get - { - return keyXmlName; - } - } + public string KeyXmlName { get; set; } = "key"; /// /// For map shapes the ValueXmlName represents the "locationName" on the map shape's value member. This can be changed @@ -385,17 +373,7 @@ public string KeyXmlName /// the expression, since the map's value may define a different locationName for the structure other than the structure's /// default locationName. /// - public string ValueXmlName - { - set - { - valueXmlName = value; - } - get - { - return valueXmlName; - } - } + public string ValueXmlName { get; set; } = "value"; /// /// Lookup of element names that are not skipped if empty within the XML response structure. ///