Skip to content

Commit 062cc18

Browse files
committed
chore: Update generated files for latest protocol changes
1 parent 8f7c3c9 commit 062cc18

File tree

33 files changed

+33
-33
lines changed

33 files changed

+33
-33
lines changed

sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ResourceDetailUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public ResourceDetail Unmarshall(XmlUnmarshallerContext context)
6363
}
6464
if (context.TestExpression("ResourceIdentifier/entry", targetDepth))
6565
{
66-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
66+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
6767
if (unmarshalledObject.ResourceIdentifier == null)
6868
{
6969
unmarshalledObject.ResourceIdentifier = new Dictionary<string, string>();

sdk/src/Services/CloudFormation/Generated/Model/Internal/MarshallTransformations/ScannedResourceUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public ScannedResource Unmarshall(XmlUnmarshallerContext context)
6363
}
6464
if (context.TestExpression("ResourceIdentifier/entry", targetDepth))
6565
{
66-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
66+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
6767
if (unmarshalledObject.ResourceIdentifier == null)
6868
{
6969
unmarshalledObject.ResourceIdentifier = new Dictionary<string, string>();

sdk/src/Services/CloudSearch/Generated/Model/Internal/MarshallTransformations/ListDomainNamesResponseUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, ListDomainN
8484

8585
if (context.TestExpression("DomainNames/entry", targetDepth))
8686
{
87-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
87+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
8888
if (response.DomainNames == null)
8989
{
9090
response.DomainNames = new Dictionary<string, string>();

sdk/src/Services/CloudWatch/Generated/Model/Internal/MarshallTransformations/DatapointUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public Datapoint Unmarshall(XmlUnmarshallerContext context)
6363
}
6464
if (context.TestExpression("ExtendedStatistics/entry", targetDepth))
6565
{
66-
var unmarshaller = new XmlKeyValueUnmarshaller<string, double, StringUnmarshaller, DoubleUnmarshaller>(StringUnmarshaller.Instance, DoubleUnmarshaller.Instance);
66+
var unmarshaller = new XmlKeyValueUnmarshaller<string, double, StringUnmarshaller, DoubleUnmarshaller>(StringUnmarshaller.Instance, DoubleUnmarshaller.Instance, "key", "value");
6767
if (unmarshalledObject.ExtendedStatistics == null)
6868
{
6969
unmarshalledObject.ExtendedStatistics = new Dictionary<string, double>();

sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AuthenticateCognitoActionConfigUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public AuthenticateCognitoActionConfig Unmarshall(XmlUnmarshallerContext context
5757
{
5858
if (context.TestExpression("AuthenticationRequestExtraParams/entry", targetDepth))
5959
{
60-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
60+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
6161
if (unmarshalledObject.AuthenticationRequestExtraParams == null)
6262
{
6363
unmarshalledObject.AuthenticationRequestExtraParams = new Dictionary<string, string>();

sdk/src/Services/ElasticLoadBalancingV2/Generated/Model/Internal/MarshallTransformations/AuthenticateOidcActionConfigUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public AuthenticateOidcActionConfig Unmarshall(XmlUnmarshallerContext context)
5757
{
5858
if (context.TestExpression("AuthenticationRequestExtraParams/entry", targetDepth))
5959
{
60-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
60+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
6161
if (unmarshalledObject.AuthenticationRequestExtraParams == null)
6262
{
6363
unmarshalledObject.AuthenticationRequestExtraParams = new Dictionary<string, string>();

sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/EvaluationResultUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public EvaluationResult Unmarshall(XmlUnmarshallerContext context)
6969
}
7070
if (context.TestExpression("EvalDecisionDetails/entry", targetDepth))
7171
{
72-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
72+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
7373
if (unmarshalledObject.EvalDecisionDetails == null)
7474
{
7575
unmarshalledObject.EvalDecisionDetails = new Dictionary<string, string>();

sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetAccountSummaryResponseUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetAccountS
8484

8585
if (context.TestExpression("SummaryMap/entry", targetDepth))
8686
{
87-
var unmarshaller = new XmlKeyValueUnmarshaller<string, int, StringUnmarshaller, IntUnmarshaller>(StringUnmarshaller.Instance, IntUnmarshaller.Instance);
87+
var unmarshaller = new XmlKeyValueUnmarshaller<string, int, StringUnmarshaller, IntUnmarshaller>(StringUnmarshaller.Instance, IntUnmarshaller.Instance, "key", "value");
8888
if (response.SummaryMap == null)
8989
{
9090
response.SummaryMap = new Dictionary<string, int>();

sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/GetMFADeviceResponseUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, GetMFADevic
8484

8585
if (context.TestExpression("Certifications/entry", targetDepth))
8686
{
87-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
87+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
8888
if (response.Certifications == null)
8989
{
9090
response.Certifications = new Dictionary<string, string>();

sdk/src/Services/IdentityManagement/Generated/Model/Internal/MarshallTransformations/ResourceSpecificResultUnmarshaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public ResourceSpecificResult Unmarshall(XmlUnmarshallerContext context)
5757
{
5858
if (context.TestExpression("EvalDecisionDetails/entry", targetDepth))
5959
{
60-
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance);
60+
var unmarshaller = new XmlKeyValueUnmarshaller<string, string, StringUnmarshaller, StringUnmarshaller>(StringUnmarshaller.Instance, StringUnmarshaller.Instance, "key", "value");
6161
if (unmarshalledObject.EvalDecisionDetails == null)
6262
{
6363
unmarshalledObject.EvalDecisionDetails = new Dictionary<string, string>();

0 commit comments

Comments
 (0)