@aws-sdk/client-ec2 3.800.0 → 3.803.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +827 -196
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  9. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  10. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  11. package/dist-es/commands/ImportImageCommand.js +1 -1
  12. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +2 -0
  16. package/dist-es/models/models_2.js +13 -8
  17. package/dist-es/models/models_3.js +8 -3
  18. package/dist-es/models/models_4.js +3 -6
  19. package/dist-es/models/models_5.js +12 -3
  20. package/dist-es/models/models_6.js +3 -21
  21. package/dist-es/models/models_7.js +22 -24
  22. package/dist-es/models/models_8.js +23 -0
  23. package/dist-es/protocols/Aws_ec2.js +537 -29
  24. package/dist-types/EC2.d.ts +44 -0
  25. package/dist-types/EC2Client.d.ts +8 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  109. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  110. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  111. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  117. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  121. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  125. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  129. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  130. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  133. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  146. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  147. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  149. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  150. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  152. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  153. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -2
  154. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  155. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  156. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  157. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  158. package/dist-types/commands/index.d.ts +6 -0
  159. package/dist-types/models/models_0.d.ts +2 -0
  160. package/dist-types/models/models_1.d.ts +1 -1
  161. package/dist-types/models/models_2.d.ts +263 -214
  162. package/dist-types/models/models_3.d.ts +270 -454
  163. package/dist-types/models/models_4.d.ts +3916 -3906
  164. package/dist-types/models/models_5.d.ts +1257 -949
  165. package/dist-types/models/models_6.d.ts +3406 -3631
  166. package/dist-types/models/models_7.d.ts +1826 -1723
  167. package/dist-types/models/models_8.d.ts +471 -3
  168. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  169. package/dist-types/ts3.4/EC2.d.ts +134 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  171. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  178. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  185. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  194. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  200. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +4 -2
  209. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  210. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  211. package/dist-types/ts3.4/models/models_2.d.ts +74 -54
  212. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  213. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  214. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  215. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  216. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  217. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  218. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  219. package/package.json +4 -4
@@ -933,6 +933,26 @@ export const se_CreateLocalGatewayRouteTableVpcAssociationCommand = async (input
933
933
  });
934
934
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
935
935
  };
936
+ export const se_CreateLocalGatewayVirtualInterfaceCommand = async (input, context) => {
937
+ const headers = SHARED_HEADERS;
938
+ let body;
939
+ body = buildFormUrlencodedString({
940
+ ...se_CreateLocalGatewayVirtualInterfaceRequest(input, context),
941
+ [_A]: _CLGVI,
942
+ [_V]: _,
943
+ });
944
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
945
+ };
946
+ export const se_CreateLocalGatewayVirtualInterfaceGroupCommand = async (input, context) => {
947
+ const headers = SHARED_HEADERS;
948
+ let body;
949
+ body = buildFormUrlencodedString({
950
+ ...se_CreateLocalGatewayVirtualInterfaceGroupRequest(input, context),
951
+ [_A]: _CLGVIG,
952
+ [_V]: _,
953
+ });
954
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
955
+ };
936
956
  export const se_CreateManagedPrefixListCommand = async (input, context) => {
937
957
  const headers = SHARED_HEADERS;
938
958
  let body;
@@ -1743,6 +1763,26 @@ export const se_DeleteLocalGatewayRouteTableVpcAssociationCommand = async (input
1743
1763
  });
1744
1764
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1745
1765
  };
1766
+ export const se_DeleteLocalGatewayVirtualInterfaceCommand = async (input, context) => {
1767
+ const headers = SHARED_HEADERS;
1768
+ let body;
1769
+ body = buildFormUrlencodedString({
1770
+ ...se_DeleteLocalGatewayVirtualInterfaceRequest(input, context),
1771
+ [_A]: _DLGVI,
1772
+ [_V]: _,
1773
+ });
1774
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1775
+ };
1776
+ export const se_DeleteLocalGatewayVirtualInterfaceGroupCommand = async (input, context) => {
1777
+ const headers = SHARED_HEADERS;
1778
+ let body;
1779
+ body = buildFormUrlencodedString({
1780
+ ...se_DeleteLocalGatewayVirtualInterfaceGroupRequest(input, context),
1781
+ [_A]: _DLGVIG,
1782
+ [_V]: _,
1783
+ });
1784
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1785
+ };
1746
1786
  export const se_DeleteManagedPrefixListCommand = async (input, context) => {
1747
1787
  const headers = SHARED_HEADERS;
1748
1788
  let body;
@@ -3118,7 +3158,7 @@ export const se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = async (input
3118
3158
  let body;
3119
3159
  body = buildFormUrlencodedString({
3120
3160
  ...se_DescribeLocalGatewayVirtualInterfaceGroupsRequest(input, context),
3121
- [_A]: _DLGVIG,
3161
+ [_A]: _DLGVIGe,
3122
3162
  [_V]: _,
3123
3163
  });
3124
3164
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
@@ -3128,7 +3168,7 @@ export const se_DescribeLocalGatewayVirtualInterfacesCommand = async (input, con
3128
3168
  let body;
3129
3169
  body = buildFormUrlencodedString({
3130
3170
  ...se_DescribeLocalGatewayVirtualInterfacesRequest(input, context),
3131
- [_A]: _DLGVI,
3171
+ [_A]: _DLGVIe,
3132
3172
  [_V]: _,
3133
3173
  });
3134
3174
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
@@ -3263,6 +3303,16 @@ export const se_DescribeNetworkInterfacesCommand = async (input, context) => {
3263
3303
  });
3264
3304
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3265
3305
  };
3306
+ export const se_DescribeOutpostLagsCommand = async (input, context) => {
3307
+ const headers = SHARED_HEADERS;
3308
+ let body;
3309
+ body = buildFormUrlencodedString({
3310
+ ...se_DescribeOutpostLagsRequest(input, context),
3311
+ [_A]: _DOL,
3312
+ [_V]: _,
3313
+ });
3314
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3315
+ };
3266
3316
  export const se_DescribePlacementGroupsCommand = async (input, context) => {
3267
3317
  const headers = SHARED_HEADERS;
3268
3318
  let body;
@@ -3463,6 +3513,16 @@ export const se_DescribeSecurityGroupVpcAssociationsCommand = async (input, cont
3463
3513
  });
3464
3514
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3465
3515
  };
3516
+ export const se_DescribeServiceLinkVirtualInterfacesCommand = async (input, context) => {
3517
+ const headers = SHARED_HEADERS;
3518
+ let body;
3519
+ body = buildFormUrlencodedString({
3520
+ ...se_DescribeServiceLinkVirtualInterfacesRequest(input, context),
3521
+ [_A]: _DSLVI,
3522
+ [_V]: _,
3523
+ });
3524
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3525
+ };
3466
3526
  export const se_DescribeSnapshotAttributeCommand = async (input, context) => {
3467
3527
  const headers = SHARED_HEADERS;
3468
3528
  let body;
@@ -7950,6 +8010,32 @@ export const de_CreateLocalGatewayRouteTableVpcAssociationCommand = async (outpu
7950
8010
  };
7951
8011
  return response;
7952
8012
  };
8013
+ export const de_CreateLocalGatewayVirtualInterfaceCommand = async (output, context) => {
8014
+ if (output.statusCode >= 300) {
8015
+ return de_CommandError(output, context);
8016
+ }
8017
+ const data = await parseBody(output.body, context);
8018
+ let contents = {};
8019
+ contents = de_CreateLocalGatewayVirtualInterfaceResult(data, context);
8020
+ const response = {
8021
+ $metadata: deserializeMetadata(output),
8022
+ ...contents,
8023
+ };
8024
+ return response;
8025
+ };
8026
+ export const de_CreateLocalGatewayVirtualInterfaceGroupCommand = async (output, context) => {
8027
+ if (output.statusCode >= 300) {
8028
+ return de_CommandError(output, context);
8029
+ }
8030
+ const data = await parseBody(output.body, context);
8031
+ let contents = {};
8032
+ contents = de_CreateLocalGatewayVirtualInterfaceGroupResult(data, context);
8033
+ const response = {
8034
+ $metadata: deserializeMetadata(output),
8035
+ ...contents,
8036
+ };
8037
+ return response;
8038
+ };
7953
8039
  export const de_CreateManagedPrefixListCommand = async (output, context) => {
7954
8040
  if (output.statusCode >= 300) {
7955
8041
  return de_CommandError(output, context);
@@ -8985,6 +9071,32 @@ export const de_DeleteLocalGatewayRouteTableVpcAssociationCommand = async (outpu
8985
9071
  };
8986
9072
  return response;
8987
9073
  };
9074
+ export const de_DeleteLocalGatewayVirtualInterfaceCommand = async (output, context) => {
9075
+ if (output.statusCode >= 300) {
9076
+ return de_CommandError(output, context);
9077
+ }
9078
+ const data = await parseBody(output.body, context);
9079
+ let contents = {};
9080
+ contents = de_DeleteLocalGatewayVirtualInterfaceResult(data, context);
9081
+ const response = {
9082
+ $metadata: deserializeMetadata(output),
9083
+ ...contents,
9084
+ };
9085
+ return response;
9086
+ };
9087
+ export const de_DeleteLocalGatewayVirtualInterfaceGroupCommand = async (output, context) => {
9088
+ if (output.statusCode >= 300) {
9089
+ return de_CommandError(output, context);
9090
+ }
9091
+ const data = await parseBody(output.body, context);
9092
+ let contents = {};
9093
+ contents = de_DeleteLocalGatewayVirtualInterfaceGroupResult(data, context);
9094
+ const response = {
9095
+ $metadata: deserializeMetadata(output),
9096
+ ...contents,
9097
+ };
9098
+ return response;
9099
+ };
8988
9100
  export const de_DeleteManagedPrefixListCommand = async (output, context) => {
8989
9101
  if (output.statusCode >= 300) {
8990
9102
  return de_CommandError(output, context);
@@ -10916,6 +11028,19 @@ export const de_DescribeNetworkInterfacesCommand = async (output, context) => {
10916
11028
  };
10917
11029
  return response;
10918
11030
  };
11031
+ export const de_DescribeOutpostLagsCommand = async (output, context) => {
11032
+ if (output.statusCode >= 300) {
11033
+ return de_CommandError(output, context);
11034
+ }
11035
+ const data = await parseBody(output.body, context);
11036
+ let contents = {};
11037
+ contents = de_DescribeOutpostLagsResult(data, context);
11038
+ const response = {
11039
+ $metadata: deserializeMetadata(output),
11040
+ ...contents,
11041
+ };
11042
+ return response;
11043
+ };
10919
11044
  export const de_DescribePlacementGroupsCommand = async (output, context) => {
10920
11045
  if (output.statusCode >= 300) {
10921
11046
  return de_CommandError(output, context);
@@ -11176,6 +11301,19 @@ export const de_DescribeSecurityGroupVpcAssociationsCommand = async (output, con
11176
11301
  };
11177
11302
  return response;
11178
11303
  };
11304
+ export const de_DescribeServiceLinkVirtualInterfacesCommand = async (output, context) => {
11305
+ if (output.statusCode >= 300) {
11306
+ return de_CommandError(output, context);
11307
+ }
11308
+ const data = await parseBody(output.body, context);
11309
+ let contents = {};
11310
+ contents = de_DescribeServiceLinkVirtualInterfacesResult(data, context);
11311
+ const response = {
11312
+ $metadata: deserializeMetadata(output),
11313
+ ...contents,
11314
+ };
11315
+ return response;
11316
+ };
11179
11317
  export const de_DescribeSnapshotAttributeCommand = async (output, context) => {
11180
11318
  if (output.statusCode >= 300) {
11181
11319
  return de_CommandError(output, context);
@@ -18448,6 +18586,64 @@ const se_CreateLocalGatewayRouteTableVpcAssociationRequest = (input, context) =>
18448
18586
  }
18449
18587
  return entries;
18450
18588
  };
18589
+ const se_CreateLocalGatewayVirtualInterfaceGroupRequest = (input, context) => {
18590
+ const entries = {};
18591
+ if (input[_LGI] != null) {
18592
+ entries[_LGI] = input[_LGI];
18593
+ }
18594
+ if (input[_LBA] != null) {
18595
+ entries[_LBA] = input[_LBA];
18596
+ }
18597
+ if (input[_LBAE] != null) {
18598
+ entries[_LBAE] = input[_LBAE];
18599
+ }
18600
+ if (input[_TS] != null) {
18601
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
18602
+ Object.entries(memberEntries).forEach(([key, value]) => {
18603
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
18604
+ entries[loc] = value;
18605
+ });
18606
+ }
18607
+ if (input[_DRr] != null) {
18608
+ entries[_DRr] = input[_DRr];
18609
+ }
18610
+ return entries;
18611
+ };
18612
+ const se_CreateLocalGatewayVirtualInterfaceRequest = (input, context) => {
18613
+ const entries = {};
18614
+ if (input[_LGVIGI] != null) {
18615
+ entries[_LGVIGI] = input[_LGVIGI];
18616
+ }
18617
+ if (input[_OLI] != null) {
18618
+ entries[_OLI] = input[_OLI];
18619
+ }
18620
+ if (input[_Vl] != null) {
18621
+ entries[_Vl] = input[_Vl];
18622
+ }
18623
+ if (input[_LA] != null) {
18624
+ entries[_LA] = input[_LA];
18625
+ }
18626
+ if (input[_PAe] != null) {
18627
+ entries[_PAe] = input[_PAe];
18628
+ }
18629
+ if (input[_PBA] != null) {
18630
+ entries[_PBA] = input[_PBA];
18631
+ }
18632
+ if (input[_TS] != null) {
18633
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
18634
+ Object.entries(memberEntries).forEach(([key, value]) => {
18635
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
18636
+ entries[loc] = value;
18637
+ });
18638
+ }
18639
+ if (input[_DRr] != null) {
18640
+ entries[_DRr] = input[_DRr];
18641
+ }
18642
+ if (input[_PBAE] != null) {
18643
+ entries[_PBAE] = input[_PBAE];
18644
+ }
18645
+ return entries;
18646
+ };
18451
18647
  const se_CreateManagedPrefixListRequest = (input, context) => {
18452
18648
  const entries = {};
18453
18649
  if (input[_DRr] != null) {
@@ -19803,8 +19999,8 @@ const se_CreateVerifiedAccessEndpointLoadBalancerOptions = (input, context) => {
19803
19999
  if (input[_Po] != null) {
19804
20000
  entries[_Po] = input[_Po];
19805
20001
  }
19806
- if (input[_LBA] != null) {
19807
- entries[_LBA] = input[_LBA];
20002
+ if (input[_LBAo] != null) {
20003
+ entries[_LBAo] = input[_LBAo];
19808
20004
  }
19809
20005
  if (input[_SIu] != null) {
19810
20006
  const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
@@ -20959,6 +21155,26 @@ const se_DeleteLocalGatewayRouteTableVpcAssociationRequest = (input, context) =>
20959
21155
  }
20960
21156
  return entries;
20961
21157
  };
21158
+ const se_DeleteLocalGatewayVirtualInterfaceGroupRequest = (input, context) => {
21159
+ const entries = {};
21160
+ if (input[_LGVIGI] != null) {
21161
+ entries[_LGVIGI] = input[_LGVIGI];
21162
+ }
21163
+ if (input[_DRr] != null) {
21164
+ entries[_DRr] = input[_DRr];
21165
+ }
21166
+ return entries;
21167
+ };
21168
+ const se_DeleteLocalGatewayVirtualInterfaceRequest = (input, context) => {
21169
+ const entries = {};
21170
+ if (input[_LGVII] != null) {
21171
+ entries[_LGVII] = input[_LGVII];
21172
+ }
21173
+ if (input[_DRr] != null) {
21174
+ entries[_DRr] = input[_DRr];
21175
+ }
21176
+ return entries;
21177
+ };
20962
21178
  const se_DeleteManagedPrefixListRequest = (input, context) => {
20963
21179
  const entries = {};
20964
21180
  if (input[_DRr] != null) {
@@ -23617,8 +23833,8 @@ const se_DescribeLocalGatewayVirtualInterfaceGroupsRequest = (input, context) =>
23617
23833
  };
23618
23834
  const se_DescribeLocalGatewayVirtualInterfacesRequest = (input, context) => {
23619
23835
  const entries = {};
23620
- if (input[_LGVII] != null) {
23621
- const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVII], context);
23836
+ if (input[_LGVIIo] != null) {
23837
+ const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVIIo], context);
23622
23838
  Object.entries(memberEntries).forEach(([key, value]) => {
23623
23839
  const loc = `LocalGatewayVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
23624
23840
  entries[loc] = value;
@@ -23991,6 +24207,33 @@ const se_DescribeNetworkInterfacesRequest = (input, context) => {
23991
24207
  }
23992
24208
  return entries;
23993
24209
  };
24210
+ const se_DescribeOutpostLagsRequest = (input, context) => {
24211
+ const entries = {};
24212
+ if (input[_OLIu] != null) {
24213
+ const memberEntries = se_OutpostLagIdSet(input[_OLIu], context);
24214
+ Object.entries(memberEntries).forEach(([key, value]) => {
24215
+ const loc = `OutpostLagId.${key.substring(key.indexOf(".") + 1)}`;
24216
+ entries[loc] = value;
24217
+ });
24218
+ }
24219
+ if (input[_Fi] != null) {
24220
+ const memberEntries = se_FilterList(input[_Fi], context);
24221
+ Object.entries(memberEntries).forEach(([key, value]) => {
24222
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24223
+ entries[loc] = value;
24224
+ });
24225
+ }
24226
+ if (input[_MR] != null) {
24227
+ entries[_MR] = input[_MR];
24228
+ }
24229
+ if (input[_NT] != null) {
24230
+ entries[_NT] = input[_NT];
24231
+ }
24232
+ if (input[_DRr] != null) {
24233
+ entries[_DRr] = input[_DRr];
24234
+ }
24235
+ return entries;
24236
+ };
23994
24237
  const se_DescribePlacementGroupsRequest = (input, context) => {
23995
24238
  const entries = {};
23996
24239
  if (input[_GIro] != null) {
@@ -24540,6 +24783,33 @@ const se_DescribeSecurityGroupVpcAssociationsRequest = (input, context) => {
24540
24783
  }
24541
24784
  return entries;
24542
24785
  };
24786
+ const se_DescribeServiceLinkVirtualInterfacesRequest = (input, context) => {
24787
+ const entries = {};
24788
+ if (input[_SLVII] != null) {
24789
+ const memberEntries = se_ServiceLinkVirtualInterfaceIdSet(input[_SLVII], context);
24790
+ Object.entries(memberEntries).forEach(([key, value]) => {
24791
+ const loc = `ServiceLinkVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
24792
+ entries[loc] = value;
24793
+ });
24794
+ }
24795
+ if (input[_Fi] != null) {
24796
+ const memberEntries = se_FilterList(input[_Fi], context);
24797
+ Object.entries(memberEntries).forEach(([key, value]) => {
24798
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24799
+ entries[loc] = value;
24800
+ });
24801
+ }
24802
+ if (input[_MR] != null) {
24803
+ entries[_MR] = input[_MR];
24804
+ }
24805
+ if (input[_NT] != null) {
24806
+ entries[_NT] = input[_NT];
24807
+ }
24808
+ if (input[_DRr] != null) {
24809
+ entries[_DRr] = input[_DRr];
24810
+ }
24811
+ return entries;
24812
+ };
24543
24813
  const se_DescribeSnapshotAttributeRequest = (input, context) => {
24544
24814
  const entries = {};
24545
24815
  if (input[_At] != null) {
@@ -33462,6 +33732,18 @@ const se_OrganizationArnStringList = (input, context) => {
33462
33732
  }
33463
33733
  return entries;
33464
33734
  };
33735
+ const se_OutpostLagIdSet = (input, context) => {
33736
+ const entries = {};
33737
+ let counter = 1;
33738
+ for (const entry of input) {
33739
+ if (entry === null) {
33740
+ continue;
33741
+ }
33742
+ entries[`Item.${counter}`] = entry;
33743
+ counter++;
33744
+ }
33745
+ return entries;
33746
+ };
33465
33747
  const se_OwnerStringList = (input, context) => {
33466
33748
  const entries = {};
33467
33749
  let counter = 1;
@@ -36618,6 +36900,18 @@ const se_SendDiagnosticInterruptRequest = (input, context) => {
36618
36900
  }
36619
36901
  return entries;
36620
36902
  };
36903
+ const se_ServiceLinkVirtualInterfaceIdSet = (input, context) => {
36904
+ const entries = {};
36905
+ let counter = 1;
36906
+ for (const entry of input) {
36907
+ if (entry === null) {
36908
+ continue;
36909
+ }
36910
+ entries[`Item.${counter}`] = entry;
36911
+ counter++;
36912
+ }
36913
+ return entries;
36914
+ };
36621
36915
  const se_SlotDateTimeRangeRequest = (input, context) => {
36622
36916
  const entries = {};
36623
36917
  if (input[_ETa] != null) {
@@ -41504,6 +41798,20 @@ const de_CreateLocalGatewayRouteTableVpcAssociationResult = (output, context) =>
41504
41798
  }
41505
41799
  return contents;
41506
41800
  };
41801
+ const de_CreateLocalGatewayVirtualInterfaceGroupResult = (output, context) => {
41802
+ const contents = {};
41803
+ if (output[_lGVIG] != null) {
41804
+ contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
41805
+ }
41806
+ return contents;
41807
+ };
41808
+ const de_CreateLocalGatewayVirtualInterfaceResult = (output, context) => {
41809
+ const contents = {};
41810
+ if (output[_lGVI] != null) {
41811
+ contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
41812
+ }
41813
+ return contents;
41814
+ };
41507
41815
  const de_CreateManagedPrefixListResult = (output, context) => {
41508
41816
  const contents = {};
41509
41817
  if (output[_pL] != null) {
@@ -42325,6 +42633,20 @@ const de_DeleteLocalGatewayRouteTableVpcAssociationResult = (output, context) =>
42325
42633
  }
42326
42634
  return contents;
42327
42635
  };
42636
+ const de_DeleteLocalGatewayVirtualInterfaceGroupResult = (output, context) => {
42637
+ const contents = {};
42638
+ if (output[_lGVIG] != null) {
42639
+ contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
42640
+ }
42641
+ return contents;
42642
+ };
42643
+ const de_DeleteLocalGatewayVirtualInterfaceResult = (output, context) => {
42644
+ const contents = {};
42645
+ if (output[_lGVI] != null) {
42646
+ contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
42647
+ }
42648
+ return contents;
42649
+ };
42328
42650
  const de_DeleteManagedPrefixListResult = (output, context) => {
42329
42651
  const contents = {};
42330
42652
  if (output[_pL] != null) {
@@ -43767,10 +44089,10 @@ const de_DescribeLocalGatewaysResult = (output, context) => {
43767
44089
  const de_DescribeLocalGatewayVirtualInterfaceGroupsResult = (output, context) => {
43768
44090
  const contents = {};
43769
44091
  if (output.localGatewayVirtualInterfaceGroupSet === "") {
43770
- contents[_LGVIG] = [];
44092
+ contents[_LGVIGo] = [];
43771
44093
  }
43772
44094
  else if (output[_lGVIGS] != null && output[_lGVIGS][_i] != null) {
43773
- contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroupSet(__getArrayIfSingleItem(output[_lGVIGS][_i]), context);
44095
+ contents[_LGVIGo] = de_LocalGatewayVirtualInterfaceGroupSet(__getArrayIfSingleItem(output[_lGVIGS][_i]), context);
43774
44096
  }
43775
44097
  if (output[_nTe] != null) {
43776
44098
  contents[_NT] = __expectString(output[_nTe]);
@@ -43780,10 +44102,10 @@ const de_DescribeLocalGatewayVirtualInterfaceGroupsResult = (output, context) =>
43780
44102
  const de_DescribeLocalGatewayVirtualInterfacesResult = (output, context) => {
43781
44103
  const contents = {};
43782
44104
  if (output.localGatewayVirtualInterfaceSet === "") {
43783
- contents[_LGVI] = [];
44105
+ contents[_LGVIo] = [];
43784
44106
  }
43785
44107
  else if (output[_lGVIS] != null && output[_lGVIS][_i] != null) {
43786
- contents[_LGVI] = de_LocalGatewayVirtualInterfaceSet(__getArrayIfSingleItem(output[_lGVIS][_i]), context);
44108
+ contents[_LGVIo] = de_LocalGatewayVirtualInterfaceSet(__getArrayIfSingleItem(output[_lGVIS][_i]), context);
43787
44109
  }
43788
44110
  if (output[_nTe] != null) {
43789
44111
  contents[_NT] = __expectString(output[_nTe]);
@@ -43971,6 +44293,19 @@ const de_DescribeNetworkInterfacesResult = (output, context) => {
43971
44293
  }
43972
44294
  return contents;
43973
44295
  };
44296
+ const de_DescribeOutpostLagsResult = (output, context) => {
44297
+ const contents = {};
44298
+ if (output.outpostLagSet === "") {
44299
+ contents[_OL] = [];
44300
+ }
44301
+ else if (output[_oLS] != null && output[_oLS][_i] != null) {
44302
+ contents[_OL] = de_OutpostLagSet(__getArrayIfSingleItem(output[_oLS][_i]), context);
44303
+ }
44304
+ if (output[_nTe] != null) {
44305
+ contents[_NT] = __expectString(output[_nTe]);
44306
+ }
44307
+ return contents;
44308
+ };
43974
44309
  const de_DescribePlacementGroupsResult = (output, context) => {
43975
44310
  const contents = {};
43976
44311
  if (output.placementGroupSet === "") {
@@ -44216,6 +44551,19 @@ const de_DescribeSecurityGroupVpcAssociationsResult = (output, context) => {
44216
44551
  }
44217
44552
  return contents;
44218
44553
  };
44554
+ const de_DescribeServiceLinkVirtualInterfacesResult = (output, context) => {
44555
+ const contents = {};
44556
+ if (output.serviceLinkVirtualInterfaceSet === "") {
44557
+ contents[_SLVI] = [];
44558
+ }
44559
+ else if (output[_sLVIS] != null && output[_sLVIS][_i] != null) {
44560
+ contents[_SLVI] = de_ServiceLinkVirtualInterfaceSet(__getArrayIfSingleItem(output[_sLVIS][_i]), context);
44561
+ }
44562
+ if (output[_nTe] != null) {
44563
+ contents[_NT] = __expectString(output[_nTe]);
44564
+ }
44565
+ return contents;
44566
+ };
44219
44567
  const de_DescribeSnapshotAttributeResult = (output, context) => {
44220
44568
  const contents = {};
44221
44569
  if (output.productCodes === "") {
@@ -46186,7 +46534,7 @@ const de_Explanation = (output, context) => {
46186
46534
  contents[_IGn] = de_AnalysisComponent(output[_iG], context);
46187
46535
  }
46188
46536
  if (output[_lBA] != null) {
46189
- contents[_LBA] = __expectString(output[_lBA]);
46537
+ contents[_LBAo] = __expectString(output[_lBA]);
46190
46538
  }
46191
46539
  if (output[_cLBL] != null) {
46192
46540
  contents[_CLBL] = de_AnalysisLoadBalancerListener(output[_cLBL], context);
@@ -52283,11 +52631,20 @@ const de_LocalGatewaySet = (output, context) => {
52283
52631
  const de_LocalGatewayVirtualInterface = (output, context) => {
52284
52632
  const contents = {};
52285
52633
  if (output[_lGVII] != null) {
52286
- contents[_LGVIIo] = __expectString(output[_lGVII]);
52634
+ contents[_LGVII] = __expectString(output[_lGVII]);
52287
52635
  }
52288
52636
  if (output[_lGI] != null) {
52289
52637
  contents[_LGI] = __expectString(output[_lGI]);
52290
52638
  }
52639
+ if (output[_lGVIGI] != null) {
52640
+ contents[_LGVIGI] = __expectString(output[_lGVIGI]);
52641
+ }
52642
+ if (output[_lGVIA] != null) {
52643
+ contents[_LGVIA] = __expectString(output[_lGVIA]);
52644
+ }
52645
+ if (output[_oLI] != null) {
52646
+ contents[_OLI] = __expectString(output[_oLI]);
52647
+ }
52291
52648
  if (output[_vl] != null) {
52292
52649
  contents[_Vl] = __strictParseInt32(output[_vl]);
52293
52650
  }
@@ -52298,11 +52655,14 @@ const de_LocalGatewayVirtualInterface = (output, context) => {
52298
52655
  contents[_PAe] = __expectString(output[_pAe]);
52299
52656
  }
52300
52657
  if (output[_lBAo] != null) {
52301
- contents[_LBAo] = __strictParseInt32(output[_lBAo]);
52658
+ contents[_LBA] = __strictParseInt32(output[_lBAo]);
52302
52659
  }
52303
52660
  if (output[_pBA] != null) {
52304
52661
  contents[_PBA] = __strictParseInt32(output[_pBA]);
52305
52662
  }
52663
+ if (output[_pBAE] != null) {
52664
+ contents[_PBAE] = __strictParseLong(output[_pBAE]);
52665
+ }
52306
52666
  if (output[_oI] != null) {
52307
52667
  contents[_OIwn] = __expectString(output[_oI]);
52308
52668
  }
@@ -52312,6 +52672,9 @@ const de_LocalGatewayVirtualInterface = (output, context) => {
52312
52672
  else if (output[_tS] != null && output[_tS][_i] != null) {
52313
52673
  contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
52314
52674
  }
52675
+ if (output[_cSon] != null) {
52676
+ contents[_CSon] = __expectString(output[_cSon]);
52677
+ }
52315
52678
  return contents;
52316
52679
  };
52317
52680
  const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
@@ -52320,10 +52683,10 @@ const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
52320
52683
  contents[_LGVIGI] = __expectString(output[_lGVIGI]);
52321
52684
  }
52322
52685
  if (output.localGatewayVirtualInterfaceIdSet === "") {
52323
- contents[_LGVII] = [];
52686
+ contents[_LGVIIo] = [];
52324
52687
  }
52325
52688
  else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
52326
- contents[_LGVII] = de_LocalGatewayVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_lGVIIS][_i]), context);
52689
+ contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_lGVIIS][_i]), context);
52327
52690
  }
52328
52691
  if (output[_lGI] != null) {
52329
52692
  contents[_LGI] = __expectString(output[_lGI]);
@@ -52331,12 +52694,24 @@ const de_LocalGatewayVirtualInterfaceGroup = (output, context) => {
52331
52694
  if (output[_oI] != null) {
52332
52695
  contents[_OIwn] = __expectString(output[_oI]);
52333
52696
  }
52697
+ if (output[_lBAo] != null) {
52698
+ contents[_LBA] = __strictParseInt32(output[_lBAo]);
52699
+ }
52700
+ if (output[_lBAE] != null) {
52701
+ contents[_LBAE] = __strictParseLong(output[_lBAE]);
52702
+ }
52703
+ if (output[_lGVIGA] != null) {
52704
+ contents[_LGVIGA] = __expectString(output[_lGVIGA]);
52705
+ }
52334
52706
  if (output.tagSet === "") {
52335
52707
  contents[_Ta] = [];
52336
52708
  }
52337
52709
  else if (output[_tS] != null && output[_tS][_i] != null) {
52338
52710
  contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
52339
52711
  }
52712
+ if (output[_cSon] != null) {
52713
+ contents[_CSon] = __expectString(output[_cSon]);
52714
+ }
52340
52715
  return contents;
52341
52716
  };
52342
52717
  const de_LocalGatewayVirtualInterfaceGroupSet = (output, context) => {
@@ -54095,6 +54470,47 @@ const de_OperatorResponse = (output, context) => {
54095
54470
  }
54096
54471
  return contents;
54097
54472
  };
54473
+ const de_OutpostLag = (output, context) => {
54474
+ const contents = {};
54475
+ if (output[_oA] != null) {
54476
+ contents[_OA] = __expectString(output[_oA]);
54477
+ }
54478
+ if (output[_oI] != null) {
54479
+ contents[_OIwn] = __expectString(output[_oI]);
54480
+ }
54481
+ if (output[_st] != null) {
54482
+ contents[_Stat] = __expectString(output[_st]);
54483
+ }
54484
+ if (output[_oLI] != null) {
54485
+ contents[_OLI] = __expectString(output[_oLI]);
54486
+ }
54487
+ if (output.localGatewayVirtualInterfaceIdSet === "") {
54488
+ contents[_LGVIIo] = [];
54489
+ }
54490
+ else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
54491
+ contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_lGVIIS][_i]), context);
54492
+ }
54493
+ if (output.serviceLinkVirtualInterfaceIdSet === "") {
54494
+ contents[_SLVII] = [];
54495
+ }
54496
+ else if (output[_sLVIIS] != null && output[_sLVIIS][_i] != null) {
54497
+ contents[_SLVII] = de_ServiceLinkVirtualInterfaceIdSet(__getArrayIfSingleItem(output[_sLVIIS][_i]), context);
54498
+ }
54499
+ if (output.tagSet === "") {
54500
+ contents[_Ta] = [];
54501
+ }
54502
+ else if (output[_tS] != null && output[_tS][_i] != null) {
54503
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
54504
+ }
54505
+ return contents;
54506
+ };
54507
+ const de_OutpostLagSet = (output, context) => {
54508
+ return (output || [])
54509
+ .filter((e) => e != null)
54510
+ .map((entry) => {
54511
+ return de_OutpostLag(entry, context);
54512
+ });
54513
+ };
54098
54514
  const de_PacketHeaderStatement = (output, context) => {
54099
54515
  const contents = {};
54100
54516
  if (output.sourceAddressSet === "") {
@@ -57042,6 +57458,63 @@ const de_ServiceDetailSet = (output, context) => {
57042
57458
  return de_ServiceDetail(entry, context);
57043
57459
  });
57044
57460
  };
57461
+ const de_ServiceLinkVirtualInterface = (output, context) => {
57462
+ const contents = {};
57463
+ if (output[_sLVII] != null) {
57464
+ contents[_SLVIIe] = __expectString(output[_sLVII]);
57465
+ }
57466
+ if (output[_sLVIA] != null) {
57467
+ contents[_SLVIA] = __expectString(output[_sLVIA]);
57468
+ }
57469
+ if (output[_oIu] != null) {
57470
+ contents[_OIu] = __expectString(output[_oIu]);
57471
+ }
57472
+ if (output[_oA] != null) {
57473
+ contents[_OA] = __expectString(output[_oA]);
57474
+ }
57475
+ if (output[_oI] != null) {
57476
+ contents[_OIwn] = __expectString(output[_oI]);
57477
+ }
57478
+ if (output[_lA] != null) {
57479
+ contents[_LA] = __expectString(output[_lA]);
57480
+ }
57481
+ if (output[_pAe] != null) {
57482
+ contents[_PAe] = __expectString(output[_pAe]);
57483
+ }
57484
+ if (output[_pBA] != null) {
57485
+ contents[_PBA] = __strictParseLong(output[_pBA]);
57486
+ }
57487
+ if (output[_vl] != null) {
57488
+ contents[_Vl] = __strictParseInt32(output[_vl]);
57489
+ }
57490
+ if (output[_oLI] != null) {
57491
+ contents[_OLI] = __expectString(output[_oLI]);
57492
+ }
57493
+ if (output.tagSet === "") {
57494
+ contents[_Ta] = [];
57495
+ }
57496
+ else if (output[_tS] != null && output[_tS][_i] != null) {
57497
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
57498
+ }
57499
+ if (output[_cSon] != null) {
57500
+ contents[_CSon] = __expectString(output[_cSon]);
57501
+ }
57502
+ return contents;
57503
+ };
57504
+ const de_ServiceLinkVirtualInterfaceIdSet = (output, context) => {
57505
+ return (output || [])
57506
+ .filter((e) => e != null)
57507
+ .map((entry) => {
57508
+ return __expectString(entry);
57509
+ });
57510
+ };
57511
+ const de_ServiceLinkVirtualInterfaceSet = (output, context) => {
57512
+ return (output || [])
57513
+ .filter((e) => e != null)
57514
+ .map((entry) => {
57515
+ return de_ServiceLinkVirtualInterface(entry, context);
57516
+ });
57517
+ };
57045
57518
  const de_ServiceTypeDetail = (output, context) => {
57046
57519
  const contents = {};
57047
57520
  if (output[_sTe] != null) {
@@ -58410,10 +58883,10 @@ const de_TerminateClientVpnConnectionsResult = (output, context) => {
58410
58883
  contents[_Us] = __expectString(output[_us]);
58411
58884
  }
58412
58885
  if (output.connectionStatuses === "") {
58413
- contents[_CSon] = [];
58886
+ contents[_CSonn] = [];
58414
58887
  }
58415
- else if (output[_cSon] != null && output[_cSon][_i] != null) {
58416
- contents[_CSon] = de_TerminateConnectionStatusSet(__getArrayIfSingleItem(output[_cSon][_i]), context);
58888
+ else if (output[_cSonn] != null && output[_cSonn][_i] != null) {
58889
+ contents[_CSonn] = de_TerminateConnectionStatusSet(__getArrayIfSingleItem(output[_cSonn][_i]), context);
58417
58890
  }
58418
58891
  return contents;
58419
58892
  };
@@ -60167,7 +60640,7 @@ const de_VerifiedAccessEndpointLoadBalancerOptions = (output, context) => {
60167
60640
  contents[_Po] = __strictParseInt32(output[_po]);
60168
60641
  }
60169
60642
  if (output[_lBA] != null) {
60170
- contents[_LBA] = __expectString(output[_lBA]);
60643
+ contents[_LBAo] = __expectString(output[_lBA]);
60171
60644
  }
60172
60645
  if (output.subnetIdSet === "") {
60173
60646
  contents[_SIu] = [];
@@ -62152,6 +62625,8 @@ const _CLGR = "CreateLocalGatewayRoute";
62152
62625
  const _CLGRT = "CreateLocalGatewayRouteTable";
62153
62626
  const _CLGRTVA = "CreateLocalGatewayRouteTableVpcAssociation";
62154
62627
  const _CLGRTVIGA = "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
62628
+ const _CLGVI = "CreateLocalGatewayVirtualInterface";
62629
+ const _CLGVIG = "CreateLocalGatewayVirtualInterfaceGroup";
62155
62630
  const _CLO = "ConnectionLogOptions";
62156
62631
  const _CLS = "CloudwatchLogStream";
62157
62632
  const _CLT = "CreateLaunchTemplate";
@@ -62236,7 +62711,8 @@ const _CSIT = "CreateStoreImageTask";
62236
62711
  const _CSOK = "CertificateS3ObjectKey";
62237
62712
  const _CSl = "ClientSecret";
62238
62713
  const _CSo = "ComplianceStatus";
62239
- const _CSon = "ConnectionStatuses";
62714
+ const _CSon = "ConfigurationState";
62715
+ const _CSonn = "ConnectionStatuses";
62240
62716
  const _CSr = "CreateSnapshot";
62241
62717
  const _CSre = "CreateSnapshots";
62242
62718
  const _CSrea = "CreateSubnet";
@@ -62473,8 +62949,10 @@ const _DLGRTVAe = "DescribeLocalGatewayRouteTableVpcAssociations";
62473
62949
  const _DLGRTVIGA = "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
62474
62950
  const _DLGRTVIGAe = "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations";
62475
62951
  const _DLGRTe = "DescribeLocalGatewayRouteTables";
62476
- const _DLGVI = "DescribeLocalGatewayVirtualInterfaces";
62477
- const _DLGVIG = "DescribeLocalGatewayVirtualInterfaceGroups";
62952
+ const _DLGVI = "DeleteLocalGatewayVirtualInterface";
62953
+ const _DLGVIG = "DeleteLocalGatewayVirtualInterfaceGroup";
62954
+ const _DLGVIGe = "DescribeLocalGatewayVirtualInterfaceGroups";
62955
+ const _DLGVIe = "DescribeLocalGatewayVirtualInterfaces";
62478
62956
  const _DLPA = "DeliverLogsPermissionArn";
62479
62957
  const _DLS = "DescribeLockedSnapshots";
62480
62958
  const _DLSe = "DeliverLogsStatus";
@@ -62517,6 +62995,7 @@ const _DO = "DestinationOptions";
62517
62995
  const _DOA = "DestinationOutpostArn";
62518
62996
  const _DOI = "DhcpOptionsId";
62519
62997
  const _DOIh = "DhcpOptionsIds";
62998
+ const _DOL = "DescribeOutpostLags";
62520
62999
  const _DOST = "DisconnectOnSessionTimeout";
62521
63000
  const _DOT = "DeleteOnTermination";
62522
63001
  const _DOe = "DeviceOptions";
@@ -62594,6 +63073,7 @@ const _DSI = "DescribeScheduledInstances";
62594
63073
  const _DSIA = "DescribeScheduledInstanceAvailability";
62595
63074
  const _DSIR = "DescribeSpotInstanceRequests";
62596
63075
  const _DSIT = "DescribeStoreImageTasks";
63076
+ const _DSLVI = "DescribeServiceLinkVirtualInterfaces";
62597
63077
  const _DSPH = "DescribeSpotPriceHistory";
62598
63078
  const _DSSG = "DescribeStaleSecurityGroups";
62599
63079
  const _DSTS = "DescribeSnapshotTierStatus";
@@ -63253,8 +63733,9 @@ const _LADT = "LastAttemptedDiscoveryTime";
63253
63733
  const _LAZ = "LaunchedAvailabilityZone";
63254
63734
  const _LAa = "LastAddress";
63255
63735
  const _LB = "LoadBalancers";
63256
- const _LBA = "LoadBalancerArn";
63257
- const _LBAo = "LocalBgpAsn";
63736
+ const _LBA = "LocalBgpAsn";
63737
+ const _LBAE = "LocalBgpAsnExtended";
63738
+ const _LBAo = "LoadBalancerArn";
63258
63739
  const _LBC = "LoadBalancersConfig";
63259
63740
  const _LBLP = "LoadBalancerListenerPort";
63260
63741
  const _LBO = "LoadBalancerOptions";
@@ -63295,12 +63776,16 @@ const _LGRTVIGAI = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId";
63295
63776
  const _LGRTVIGAIo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds";
63296
63777
  const _LGRTVIGAo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociations";
63297
63778
  const _LGRTo = "LocalGatewayRouteTables";
63298
- const _LGVI = "LocalGatewayVirtualInterfaces";
63299
- const _LGVIG = "LocalGatewayVirtualInterfaceGroups";
63779
+ const _LGVI = "LocalGatewayVirtualInterface";
63780
+ const _LGVIA = "LocalGatewayVirtualInterfaceArn";
63781
+ const _LGVIG = "LocalGatewayVirtualInterfaceGroup";
63782
+ const _LGVIGA = "LocalGatewayVirtualInterfaceGroupArn";
63300
63783
  const _LGVIGI = "LocalGatewayVirtualInterfaceGroupId";
63301
63784
  const _LGVIGIo = "LocalGatewayVirtualInterfaceGroupIds";
63302
- const _LGVII = "LocalGatewayVirtualInterfaceIds";
63303
- const _LGVIIo = "LocalGatewayVirtualInterfaceId";
63785
+ const _LGVIGo = "LocalGatewayVirtualInterfaceGroups";
63786
+ const _LGVII = "LocalGatewayVirtualInterfaceId";
63787
+ const _LGVIIo = "LocalGatewayVirtualInterfaceIds";
63788
+ const _LGVIo = "LocalGatewayVirtualInterfaces";
63304
63789
  const _LGo = "LogGroup";
63305
63790
  const _LGoc = "LocalGateways";
63306
63791
  const _LIIRB = "ListImagesInRecycleBin";
@@ -63611,9 +64096,13 @@ const _OIA = "OutsideIpAddress";
63611
64096
  const _OIAT = "OutsideIpAddressType";
63612
64097
  const _OIS = "OptInStatus";
63613
64098
  const _OIr = "OriginalIops";
64099
+ const _OIu = "OutpostId";
63614
64100
  const _OIw = "OwnerIds";
63615
64101
  const _OIwn = "OwnerId";
63616
64102
  const _OK = "ObjectKey";
64103
+ const _OL = "OutpostLags";
64104
+ const _OLI = "OutpostLagId";
64105
+ const _OLIu = "OutpostLagIds";
63617
64106
  const _OMAE = "OriginalMultiAttachEnabled";
63618
64107
  const _OO = "OidcOptions";
63619
64108
  const _OR = "OperatingRegions";
@@ -63652,6 +64141,7 @@ const _PAo = "PoolArn";
63652
64141
  const _PAr = "PrincipalArn";
63653
64142
  const _PB = "ProvisionedBandwidth";
63654
64143
  const _PBA = "PeerBgpAsn";
64144
+ const _PBAE = "PeerBgpAsnExtended";
63655
64145
  const _PBC = "ProvisionByoipCidr";
63656
64146
  const _PBIG = "PeakBandwidthInGbps";
63657
64147
  const _PC = "ProductCode";
@@ -64125,6 +64615,10 @@ const _SK = "S3Key";
64125
64615
  const _SKo = "S3objectKey";
64126
64616
  const _SL = "SpreadLevel";
64127
64617
  const _SLGR = "SearchLocalGatewayRoutes";
64618
+ const _SLVI = "ServiceLinkVirtualInterfaces";
64619
+ const _SLVIA = "ServiceLinkVirtualInterfaceArn";
64620
+ const _SLVII = "ServiceLinkVirtualInterfaceIds";
64621
+ const _SLVIIe = "ServiceLinkVirtualInterfaceId";
64128
64622
  const _SLo = "S3Location";
64129
64623
  const _SM = "ServiceManaged";
64130
64624
  const _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
@@ -64838,7 +65332,8 @@ const _cSFRS = "currentSpotFleetRequestState";
64838
65332
  const _cSOK = "certificateS3ObjectKey";
64839
65333
  const _cSl = "clientSecret";
64840
65334
  const _cSo = "complianceStatus";
64841
- const _cSon = "connectionStatuses";
65335
+ const _cSon = "configurationState";
65336
+ const _cSonn = "connectionStatuses";
64842
65337
  const _cSr = "creditSpecification";
64843
65338
  const _cSu = "currentState";
64844
65339
  const _cSur = "currentStatus";
@@ -65364,6 +65859,7 @@ const _lADT = "lastAttemptedDiscoveryTime";
65364
65859
  const _lAZ = "launchedAvailabilityZone";
65365
65860
  const _lAa = "lastAddress";
65366
65861
  const _lBA = "loadBalancerArn";
65862
+ const _lBAE = "localBgpAsnExtended";
65367
65863
  const _lBAo = "localBgpAsn";
65368
65864
  const _lBC = "loadBalancersConfig";
65369
65865
  const _lBLP = "loadBalancerListenerPort";
@@ -65403,6 +65899,10 @@ const _lGRTVIGA = "localGatewayRouteTableVirtualInterfaceGroupAssociation";
65403
65899
  const _lGRTVIGAI = "localGatewayRouteTableVirtualInterfaceGroupAssociationId";
65404
65900
  const _lGRTVIGAS = "localGatewayRouteTableVirtualInterfaceGroupAssociationSet";
65405
65901
  const _lGS = "localGatewaySet";
65902
+ const _lGVI = "localGatewayVirtualInterface";
65903
+ const _lGVIA = "localGatewayVirtualInterfaceArn";
65904
+ const _lGVIG = "localGatewayVirtualInterfaceGroup";
65905
+ const _lGVIGA = "localGatewayVirtualInterfaceGroupArn";
65406
65906
  const _lGVIGI = "localGatewayVirtualInterfaceGroupId";
65407
65907
  const _lGVIGS = "localGatewayVirtualInterfaceGroupSet";
65408
65908
  const _lGVII = "localGatewayVirtualInterfaceId";
@@ -65610,7 +66110,10 @@ const _oIAT = "outsideIpAddressType";
65610
66110
  const _oIS = "optInStatus";
65611
66111
  const _oIf = "offeringId";
65612
66112
  const _oIr = "originalIops";
66113
+ const _oIu = "outpostId";
65613
66114
  const _oK = "objectKey";
66115
+ const _oLI = "outpostLagId";
66116
+ const _oLS = "outpostLagSet";
65614
66117
  const _oMAE = "originalMultiAttachEnabled";
65615
66118
  const _oO = "oidcOptions";
65616
66119
  const _oRIWEA = "outputReservedInstancesWillExpireAt";
@@ -65644,6 +66147,7 @@ const _pAee = "peerAsn";
65644
66147
  const _pAu = "publiclyAdvertisable";
65645
66148
  const _pB = "provisionedBandwidth";
65646
66149
  const _pBA = "peerBgpAsn";
66150
+ const _pBAE = "peerBgpAsnExtended";
65647
66151
  const _pBIG = "peakBandwidthInGbps";
65648
66152
  const _pC = "productCodes";
65649
66153
  const _pCB = "poolCidrBlock";
@@ -65986,6 +66490,10 @@ const _sIub = "subnetIds";
65986
66490
  const _sK = "s3Key";
65987
66491
  const _sKo = "s3objectKey";
65988
66492
  const _sL = "s3Location";
66493
+ const _sLVIA = "serviceLinkVirtualInterfaceArn";
66494
+ const _sLVII = "serviceLinkVirtualInterfaceId";
66495
+ const _sLVIIS = "serviceLinkVirtualInterfaceIdSet";
66496
+ const _sLVIS = "serviceLinkVirtualInterfaceSet";
65989
66497
  const _sLp = "spreadLevel";
65990
66498
  const _sM = "serviceManaged";
65991
66499
  const _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";