Skip to content

Commit 99e38a0

Browse files
Updated generated files.
1 parent 6387bef commit 99e38a0

File tree

380 files changed

+1517
-656
lines changed

Some content is hidden

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

380 files changed

+1517
-656
lines changed

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

Lines changed: 4 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 AssociateAlias operation
3838
/// </summary>
39-
public class AssociateAliasResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class AssociateAliasResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -47,6 +47,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
4747
{
4848
AssociateAliasResponse response = new AssociateAliasResponse();
4949

50+
PostUnmarshallCustomization(context, response);
5051
return response;
5152
}
5253

@@ -93,6 +94,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
9394
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
9495
}
9596

97+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, AssociateAliasResponse response);
98+
9699
private static AssociateAliasResponseUnmarshaller _instance = new AssociateAliasResponseUnmarshaller();
97100

98101
internal static AssociateAliasResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for AssociateDistributionTenantWebACL operation
3838
/// </summary>
39-
public class AssociateDistributionTenantWebACLResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class AssociateDistributionTenantWebACLResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -50,6 +50,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5050
if (context.ResponseData.IsHeaderPresent("ETag"))
5151
response.ETag = context.ResponseData.GetHeaderValue("ETag");
5252

53+
PostUnmarshallCustomization(context, response);
5354
return response;
5455
}
5556

@@ -85,7 +86,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AssociateDi
8586
return;
8687
}
8788
}
88-
8989
return;
9090
}
9191

@@ -132,6 +132,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
132132
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
133133
}
134134

135+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, AssociateDistributionTenantWebACLResponse response);
136+
135137
private static AssociateDistributionTenantWebACLResponseUnmarshaller _instance = new AssociateDistributionTenantWebACLResponseUnmarshaller();
136138

137139
internal static AssociateDistributionTenantWebACLResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for AssociateDistributionWebACL operation
3838
/// </summary>
39-
public class AssociateDistributionWebACLResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class AssociateDistributionWebACLResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -50,6 +50,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5050
if (context.ResponseData.IsHeaderPresent("ETag"))
5151
response.ETag = context.ResponseData.GetHeaderValue("ETag");
5252

53+
PostUnmarshallCustomization(context, response);
5354
return response;
5455
}
5556

@@ -85,7 +86,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, AssociateDi
8586
return;
8687
}
8788
}
88-
8989
return;
9090
}
9191

@@ -132,6 +132,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
132132
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
133133
}
134134

135+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, AssociateDistributionWebACLResponse response);
136+
135137
private static AssociateDistributionWebACLResponseUnmarshaller _instance = new AssociateDistributionWebACLResponseUnmarshaller();
136138

137139
internal static AssociateDistributionWebACLResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CopyDistribution operation
3838
/// </summary>
39-
public class CopyDistributionResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class CopyDistributionResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -52,6 +52,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5252
if (context.ResponseData.IsHeaderPresent("Location"))
5353
response.Location = context.ResponseData.GetHeaderValue("Location");
5454

55+
PostUnmarshallCustomization(context, response);
5556
return response;
5657
}
5758

@@ -79,7 +80,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CopyDistrib
7980
return;
8081
}
8182
}
82-
8383
return;
8484
}
8585

@@ -362,6 +362,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
362362
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
363363
}
364364

365+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, CopyDistributionResponse response);
366+
365367
private static CopyDistributionResponseUnmarshaller _instance = new CopyDistributionResponseUnmarshaller();
366368

367369
internal static CopyDistributionResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CreateAnycastIpList operation
3838
/// </summary>
39-
public class CreateAnycastIpListResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class CreateAnycastIpListResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -50,6 +50,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5050
if (context.ResponseData.IsHeaderPresent("ETag"))
5151
response.ETag = context.ResponseData.GetHeaderValue("ETag");
5252

53+
PostUnmarshallCustomization(context, response);
5354
return response;
5455
}
5556

@@ -77,7 +78,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateAnyca
7778
return;
7879
}
7980
}
80-
8181
return;
8282
}
8383

@@ -128,6 +128,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
128128
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
129129
}
130130

131+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, CreateAnycastIpListResponse response);
132+
131133
private static CreateAnycastIpListResponseUnmarshaller _instance = new CreateAnycastIpListResponseUnmarshaller();
132134

133135
internal static CreateAnycastIpListResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CreateCachePolicy operation
3838
/// </summary>
39-
public class CreateCachePolicyResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class CreateCachePolicyResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -52,6 +52,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5252
if (context.ResponseData.IsHeaderPresent("Location"))
5353
response.Location = context.ResponseData.GetHeaderValue("Location");
5454

55+
PostUnmarshallCustomization(context, response);
5556
return response;
5657
}
5758

@@ -79,7 +80,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCache
7980
return;
8081
}
8182
}
82-
8383
return;
8484
}
8585

@@ -138,6 +138,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
138138
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
139139
}
140140

141+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, CreateCachePolicyResponse response);
142+
141143
private static CreateCachePolicyResponseUnmarshaller _instance = new CreateCachePolicyResponseUnmarshaller();
142144

143145
internal static CreateCachePolicyResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CreateCloudFrontOriginAccessIdentity operation
3838
/// </summary>
39-
public class CreateCloudFrontOriginAccessIdentityResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class CreateCloudFrontOriginAccessIdentityResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -52,6 +52,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5252
if (context.ResponseData.IsHeaderPresent("Location"))
5353
response.Location = context.ResponseData.GetHeaderValue("Location");
5454

55+
PostUnmarshallCustomization(context, response);
5556
return response;
5657
}
5758

@@ -79,7 +80,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateCloud
7980
return;
8081
}
8182
}
82-
8383
return;
8484
}
8585

@@ -126,6 +126,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
126126
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
127127
}
128128

129+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, CreateCloudFrontOriginAccessIdentityResponse response);
130+
129131
private static CreateCloudFrontOriginAccessIdentityResponseUnmarshaller _instance = new CreateCloudFrontOriginAccessIdentityResponseUnmarshaller();
130132

131133
internal static CreateCloudFrontOriginAccessIdentityResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CreateConnectionGroup operation
3838
/// </summary>
39-
public class CreateConnectionGroupResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class CreateConnectionGroupResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -50,6 +50,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5050
if (context.ResponseData.IsHeaderPresent("ETag"))
5151
response.ETag = context.ResponseData.GetHeaderValue("ETag");
5252

53+
PostUnmarshallCustomization(context, response);
5354
return response;
5455
}
5556

@@ -77,7 +78,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateConne
7778
return;
7879
}
7980
}
80-
8181
return;
8282
}
8383

@@ -128,6 +128,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
128128
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
129129
}
130130

131+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, CreateConnectionGroupResponse response);
132+
131133
private static CreateConnectionGroupResponseUnmarshaller _instance = new CreateConnectionGroupResponseUnmarshaller();
132134

133135
internal static CreateConnectionGroupResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CreateContinuousDeploymentPolicy operation
3838
/// </summary>
39-
public class CreateContinuousDeploymentPolicyResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class CreateContinuousDeploymentPolicyResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -52,6 +52,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5252
if (context.ResponseData.IsHeaderPresent("Location"))
5353
response.Location = context.ResponseData.GetHeaderValue("Location");
5454

55+
PostUnmarshallCustomization(context, response);
5556
return response;
5657
}
5758

@@ -79,7 +80,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateConti
7980
return;
8081
}
8182
}
82-
8383
return;
8484
}
8585

@@ -130,6 +130,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
130130
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
131131
}
132132

133+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, CreateContinuousDeploymentPolicyResponse response);
134+
133135
private static CreateContinuousDeploymentPolicyResponseUnmarshaller _instance = new CreateContinuousDeploymentPolicyResponseUnmarshaller();
134136

135137
internal static CreateContinuousDeploymentPolicyResponseUnmarshaller GetInstance()

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ namespace Amazon.CloudFront.Model.Internal.MarshallTransformations
3636
/// <summary>
3737
/// Response Unmarshaller for CreateDistribution operation
3838
/// </summary>
39-
public class CreateDistributionResponseUnmarshaller : XmlResponseUnmarshaller
39+
public partial class CreateDistributionResponseUnmarshaller : XmlResponseUnmarshaller
4040
{
4141
/// <summary>
4242
/// Unmarshaller the response from the service to the response class.
@@ -52,6 +52,7 @@ public override AmazonWebServiceResponse Unmarshall(XmlUnmarshallerContext conte
5252
if (context.ResponseData.IsHeaderPresent("Location"))
5353
response.Location = context.ResponseData.GetHeaderValue("Location");
5454

55+
PostUnmarshallCustomization(context, response);
5556
return response;
5657
}
5758

@@ -79,7 +80,6 @@ private static void UnmarshallResult(XmlUnmarshallerContext context, CreateDistr
7980
return;
8081
}
8182
}
82-
8383
return;
8484
}
8585

@@ -374,6 +374,8 @@ public override AmazonServiceException UnmarshallException(XmlUnmarshallerContex
374374
return new AmazonCloudFrontException(errorResponse.Message, innerException, errorResponse.Type, errorResponse.Code, errorResponse.RequestId, statusCode);
375375
}
376376

377+
partial void PostUnmarshallCustomization(XmlUnmarshallerContext context, CreateDistributionResponse response);
378+
377379
private static CreateDistributionResponseUnmarshaller _instance = new CreateDistributionResponseUnmarshaller();
378380

379381
internal static CreateDistributionResponseUnmarshaller GetInstance()

0 commit comments

Comments
 (0)