Skip to content

Commit 9e9ead6

Browse files
Updated generated files.
1 parent cc1e24c commit 9e9ead6

File tree

360 files changed

+2154
-362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

360 files changed

+2154
-362
lines changed

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/ActiveTrustedKeyGroupsUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for ActiveTrustedKeyGroups Object
3838
/// </summary>
39-
public class ActiveTrustedKeyGroupsUnmarshaller : IXmlUnmarshaller<ActiveTrustedKeyGroups, XmlUnmarshallerContext>
39+
public partial class ActiveTrustedKeyGroupsUnmarshaller : IXmlUnmarshaller<ActiveTrustedKeyGroups, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -78,6 +78,8 @@ public ActiveTrustedKeyGroups Unmarshall(XmlUnmarshallerContext context)
7878
unmarshalledObject.Quantity = unmarshaller.Unmarshall(context);
7979
continue;
8080
}
81+
82+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
8183
}
8284
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
8385
{
@@ -86,6 +88,9 @@ public ActiveTrustedKeyGroups Unmarshall(XmlUnmarshallerContext context)
8688
}
8789
return unmarshalledObject;
8890
}
91+
92+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, ActiveTrustedKeyGroups unmarshalledObject, int targetDepth);
93+
8994
private static ActiveTrustedKeyGroupsUnmarshaller _instance = new ActiveTrustedKeyGroupsUnmarshaller();
9095

9196
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/ActiveTrustedSignersUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for ActiveTrustedSigners Object
3838
/// </summary>
39-
public class ActiveTrustedSignersUnmarshaller : IXmlUnmarshaller<ActiveTrustedSigners, XmlUnmarshallerContext>
39+
public partial class ActiveTrustedSignersUnmarshaller : IXmlUnmarshaller<ActiveTrustedSigners, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -78,6 +78,8 @@ public ActiveTrustedSigners Unmarshall(XmlUnmarshallerContext context)
7878
unmarshalledObject.Quantity = unmarshaller.Unmarshall(context);
7979
continue;
8080
}
81+
82+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
8183
}
8284
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
8385
{
@@ -86,6 +88,9 @@ public ActiveTrustedSigners Unmarshall(XmlUnmarshallerContext context)
8688
}
8789
return unmarshalledObject;
8890
}
91+
92+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, ActiveTrustedSigners unmarshalledObject, int targetDepth);
93+
8994
private static ActiveTrustedSignersUnmarshaller _instance = new ActiveTrustedSignersUnmarshaller();
9095

9196
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/AliasICPRecordalUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for AliasICPRecordal Object
3838
/// </summary>
39-
public class AliasICPRecordalUnmarshaller : IXmlUnmarshaller<AliasICPRecordal, XmlUnmarshallerContext>
39+
public partial class AliasICPRecordalUnmarshaller : IXmlUnmarshaller<AliasICPRecordal, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -68,6 +68,8 @@ public AliasICPRecordal Unmarshall(XmlUnmarshallerContext context)
6868
unmarshalledObject.ICPRecordalStatus = unmarshaller.Unmarshall(context);
6969
continue;
7070
}
71+
72+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
7173
}
7274
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
7375
{
@@ -76,6 +78,9 @@ public AliasICPRecordal Unmarshall(XmlUnmarshallerContext context)
7678
}
7779
return unmarshalledObject;
7880
}
81+
82+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, AliasICPRecordal unmarshalledObject, int targetDepth);
83+
7984
private static AliasICPRecordalUnmarshaller _instance = new AliasICPRecordalUnmarshaller();
8085

8186
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/AliasesUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for Aliases Object
3838
/// </summary>
39-
public class AliasesUnmarshaller : IXmlUnmarshaller<Aliases, XmlUnmarshallerContext>
39+
public partial class AliasesUnmarshaller : IXmlUnmarshaller<Aliases, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -72,6 +72,8 @@ public Aliases Unmarshall(XmlUnmarshallerContext context)
7272
unmarshalledObject.Quantity = unmarshaller.Unmarshall(context);
7373
continue;
7474
}
75+
76+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
7577
}
7678
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
7779
{
@@ -80,6 +82,9 @@ public Aliases Unmarshall(XmlUnmarshallerContext context)
8082
}
8183
return unmarshalledObject;
8284
}
85+
86+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, Aliases unmarshalledObject, int targetDepth);
87+
8388
private static AliasesUnmarshaller _instance = new AliasesUnmarshaller();
8489

8590
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/AllowedMethodsUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for AllowedMethods Object
3838
/// </summary>
39-
public class AllowedMethodsUnmarshaller : IXmlUnmarshaller<AllowedMethods, XmlUnmarshallerContext>
39+
public partial class AllowedMethodsUnmarshaller : IXmlUnmarshaller<AllowedMethods, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -78,6 +78,8 @@ public AllowedMethods Unmarshall(XmlUnmarshallerContext context)
7878
unmarshalledObject.Quantity = unmarshaller.Unmarshall(context);
7979
continue;
8080
}
81+
82+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
8183
}
8284
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
8385
{
@@ -86,6 +88,9 @@ public AllowedMethods Unmarshall(XmlUnmarshallerContext context)
8688
}
8789
return unmarshalledObject;
8890
}
91+
92+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, AllowedMethods unmarshalledObject, int targetDepth);
93+
8994
private static AllowedMethodsUnmarshaller _instance = new AllowedMethodsUnmarshaller();
9095

9196
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/AnycastIpListCollectionUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for AnycastIpListCollection Object
3838
/// </summary>
39-
public class AnycastIpListCollectionUnmarshaller : IXmlUnmarshaller<AnycastIpListCollection, XmlUnmarshallerContext>
39+
public partial class AnycastIpListCollectionUnmarshaller : IXmlUnmarshaller<AnycastIpListCollection, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -96,6 +96,8 @@ public AnycastIpListCollection Unmarshall(XmlUnmarshallerContext context)
9696
unmarshalledObject.Quantity = unmarshaller.Unmarshall(context);
9797
continue;
9898
}
99+
100+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
99101
}
100102
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
101103
{
@@ -104,6 +106,9 @@ public AnycastIpListCollection Unmarshall(XmlUnmarshallerContext context)
104106
}
105107
return unmarshalledObject;
106108
}
109+
110+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, AnycastIpListCollection unmarshalledObject, int targetDepth);
111+
107112
private static AnycastIpListCollectionUnmarshaller _instance = new AnycastIpListCollectionUnmarshaller();
108113

109114
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/AnycastIpListSummaryUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for AnycastIpListSummary Object
3838
/// </summary>
39-
public class AnycastIpListSummaryUnmarshaller : IXmlUnmarshaller<AnycastIpListSummary, XmlUnmarshallerContext>
39+
public partial class AnycastIpListSummaryUnmarshaller : IXmlUnmarshaller<AnycastIpListSummary, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -92,6 +92,8 @@ public AnycastIpListSummary Unmarshall(XmlUnmarshallerContext context)
9292
unmarshalledObject.Status = unmarshaller.Unmarshall(context);
9393
continue;
9494
}
95+
96+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
9597
}
9698
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
9799
{
@@ -100,6 +102,9 @@ public AnycastIpListSummary Unmarshall(XmlUnmarshallerContext context)
100102
}
101103
return unmarshalledObject;
102104
}
105+
106+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, AnycastIpListSummary unmarshalledObject, int targetDepth);
107+
103108
private static AnycastIpListSummaryUnmarshaller _instance = new AnycastIpListSummaryUnmarshaller();
104109

105110
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/AnycastIpListUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for AnycastIpList Object
3838
/// </summary>
39-
public class AnycastIpListUnmarshaller : IXmlUnmarshaller<AnycastIpList, XmlUnmarshallerContext>
39+
public partial class AnycastIpListUnmarshaller : IXmlUnmarshaller<AnycastIpList, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -102,6 +102,8 @@ public AnycastIpList Unmarshall(XmlUnmarshallerContext context)
102102
unmarshalledObject.Status = unmarshaller.Unmarshall(context);
103103
continue;
104104
}
105+
106+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
105107
}
106108
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
107109
{
@@ -110,6 +112,9 @@ public AnycastIpList Unmarshall(XmlUnmarshallerContext context)
110112
}
111113
return unmarshalledObject;
112114
}
115+
116+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, AnycastIpList unmarshalledObject, int targetDepth);
117+
113118
private static AnycastIpListUnmarshaller _instance = new AnycastIpListUnmarshaller();
114119

115120
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/CacheBehaviorUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CacheBehavior Object
3838
/// </summary>
39-
public class CacheBehaviorUnmarshaller : IXmlUnmarshaller<CacheBehavior, XmlUnmarshallerContext>
39+
public partial class CacheBehaviorUnmarshaller : IXmlUnmarshaller<CacheBehavior, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -176,6 +176,8 @@ public CacheBehavior Unmarshall(XmlUnmarshallerContext context)
176176
unmarshalledObject.ViewerProtocolPolicy = unmarshaller.Unmarshall(context);
177177
continue;
178178
}
179+
180+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
179181
}
180182
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
181183
{
@@ -184,6 +186,9 @@ public CacheBehavior Unmarshall(XmlUnmarshallerContext context)
184186
}
185187
return unmarshalledObject;
186188
}
189+
190+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, CacheBehavior unmarshalledObject, int targetDepth);
191+
187192
private static CacheBehaviorUnmarshaller _instance = new CacheBehaviorUnmarshaller();
188193

189194
/// <summary>

sdk/src/Services/CloudFront/Generated/Model/Internal/MarshallTransformations/CacheBehaviorsUnmarshaller.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CacheBehaviors Object
3838
/// </summary>
39-
public class CacheBehaviorsUnmarshaller : IXmlUnmarshaller<CacheBehaviors, XmlUnmarshallerContext>
39+
public partial class CacheBehaviorsUnmarshaller : IXmlUnmarshaller<CacheBehaviors, XmlUnmarshallerContext>
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -72,6 +72,8 @@ public CacheBehaviors Unmarshall(XmlUnmarshallerContext context)
7272
unmarshalledObject.Quantity = unmarshaller.Unmarshall(context);
7373
continue;
7474
}
75+
76+
XmlStructureUnmarshallCustomization(context, unmarshalledObject, targetDepth);
7577
}
7678
else if (context.IsEndElement && context.CurrentDepth < originalDepth)
7779
{
@@ -80,6 +82,9 @@ public CacheBehaviors Unmarshall(XmlUnmarshallerContext context)
8082
}
8183
return unmarshalledObject;
8284
}
85+
86+
partial void XmlStructureUnmarshallCustomization(XmlUnmarshallerContext context, CacheBehaviors unmarshalledObject, int targetDepth);
87+
8388
private static CacheBehaviorsUnmarshaller _instance = new CacheBehaviorsUnmarshaller();
8489

8590
/// <summary>

0 commit comments

Comments
 (0)