@@ -51818,10 +51818,11 @@ const deserializeAws_ec2DeleteLaunchTemplateVersionsResult = (
51818
51818
output["successfullyDeletedLaunchTemplateVersionSet"] !== undefined &&
51819
51819
output["successfullyDeletedLaunchTemplateVersionSet"]["item"] !== undefined
51820
51820
) {
51821
- contents.SuccessfullyDeletedLaunchTemplateVersions = deserializeAws_ec2DeleteLaunchTemplateVersionsResponseSuccessSet(
51822
- __getArrayIfSingleItem(output["successfullyDeletedLaunchTemplateVersionSet"]["item"]),
51823
- context
51824
- );
51821
+ contents.SuccessfullyDeletedLaunchTemplateVersions =
51822
+ deserializeAws_ec2DeleteLaunchTemplateVersionsResponseSuccessSet(
51823
+ __getArrayIfSingleItem(output["successfullyDeletedLaunchTemplateVersionSet"]["item"]),
51824
+ context
51825
+ );
51825
51826
}
51826
51827
if (output.unsuccessfullyDeletedLaunchTemplateVersionSet === "") {
51827
51828
contents.UnsuccessfullyDeletedLaunchTemplateVersions = [];
@@ -51830,10 +51831,11 @@ const deserializeAws_ec2DeleteLaunchTemplateVersionsResult = (
51830
51831
output["unsuccessfullyDeletedLaunchTemplateVersionSet"] !== undefined &&
51831
51832
output["unsuccessfullyDeletedLaunchTemplateVersionSet"]["item"] !== undefined
51832
51833
) {
51833
- contents.UnsuccessfullyDeletedLaunchTemplateVersions = deserializeAws_ec2DeleteLaunchTemplateVersionsResponseErrorSet(
51834
- __getArrayIfSingleItem(output["unsuccessfullyDeletedLaunchTemplateVersionSet"]["item"]),
51835
- context
51836
- );
51834
+ contents.UnsuccessfullyDeletedLaunchTemplateVersions =
51835
+ deserializeAws_ec2DeleteLaunchTemplateVersionsResponseErrorSet(
51836
+ __getArrayIfSingleItem(output["unsuccessfullyDeletedLaunchTemplateVersionSet"]["item"]),
51837
+ context
51838
+ );
51837
51839
}
51838
51840
return contents;
51839
51841
};
@@ -53540,10 +53542,11 @@ const deserializeAws_ec2DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssoc
53540
53542
output["localGatewayRouteTableVirtualInterfaceGroupAssociationSet"] !== undefined &&
53541
53543
output["localGatewayRouteTableVirtualInterfaceGroupAssociationSet"]["item"] !== undefined
53542
53544
) {
53543
- contents.LocalGatewayRouteTableVirtualInterfaceGroupAssociations = deserializeAws_ec2LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet(
53544
- __getArrayIfSingleItem(output["localGatewayRouteTableVirtualInterfaceGroupAssociationSet"]["item"]),
53545
- context
53546
- );
53545
+ contents.LocalGatewayRouteTableVirtualInterfaceGroupAssociations =
53546
+ deserializeAws_ec2LocalGatewayRouteTableVirtualInterfaceGroupAssociationSet(
53547
+ __getArrayIfSingleItem(output["localGatewayRouteTableVirtualInterfaceGroupAssociationSet"]["item"]),
53548
+ context
53549
+ );
53547
53550
}
53548
53551
if (output["nextToken"] !== undefined) {
53549
53552
contents.NextToken = output["nextToken"];
@@ -65805,10 +65808,11 @@ const deserializeAws_ec2ResponseLaunchTemplateData = (
65805
65808
contents.CpuOptions = deserializeAws_ec2LaunchTemplateCpuOptions(output["cpuOptions"], context);
65806
65809
}
65807
65810
if (output["capacityReservationSpecification"] !== undefined) {
65808
- contents.CapacityReservationSpecification = deserializeAws_ec2LaunchTemplateCapacityReservationSpecificationResponse(
65809
- output["capacityReservationSpecification"],
65810
- context
65811
- );
65811
+ contents.CapacityReservationSpecification =
65812
+ deserializeAws_ec2LaunchTemplateCapacityReservationSpecificationResponse(
65813
+ output["capacityReservationSpecification"],
65814
+ context
65815
+ );
65812
65816
}
65813
65817
if (output.licenseSet === "") {
65814
65818
contents.LicenseSpecifications = [];
0 commit comments