@aws-sdk/client-ec2 3.800.0 → 3.804.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 (1068) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +850 -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 +560 -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 +2 -2
  27. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  28. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  29. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  30. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  31. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
  32. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
  33. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  34. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  35. package/dist-types/commands/AllocateHostsCommand.d.ts +2 -2
  36. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  37. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
  38. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -1
  39. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
  40. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  41. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  42. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
  43. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  45. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
  46. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
  47. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +1 -1
  48. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -2
  49. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
  50. package/dist-types/commands/AssociateRouteServerCommand.d.ts +1 -1
  51. package/dist-types/commands/AssociateRouteTableCommand.d.ts +1 -1
  52. package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  53. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
  54. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  55. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  56. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  57. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
  58. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
  59. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
  60. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +1 -1
  61. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
  62. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  63. package/dist-types/commands/AttachVolumeCommand.d.ts +1 -1
  64. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
  66. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -2
  67. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  68. package/dist-types/commands/BundleInstanceCommand.d.ts +1 -1
  69. package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -1
  70. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -1
  71. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
  72. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
  74. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
  76. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
  77. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
  78. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
  79. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  80. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -1
  81. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  82. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  83. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -2
  84. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -2
  85. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -2
  86. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -2
  87. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -2
  88. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -2
  91. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -2
  92. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -2
  94. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -2
  95. package/dist-types/commands/CreateFleetCommand.d.ts +2 -2
  96. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -2
  97. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -2
  98. package/dist-types/commands/CreateImageCommand.d.ts +3 -2
  99. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -2
  100. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -2
  102. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +2 -2
  105. package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -2
  109. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +4 -3
  110. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +5 -3
  111. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -2
  113. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -2
  114. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -2
  115. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  116. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  117. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  118. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -2
  119. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -2
  120. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -2
  123. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -2
  124. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  125. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  126. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +3 -2
  128. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  129. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -2
  130. package/dist-types/commands/CreateRouteCommand.d.ts +1 -1
  131. package/dist-types/commands/CreateRouteServerCommand.d.ts +2 -2
  132. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +2 -2
  133. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +2 -2
  134. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -2
  135. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -2
  136. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -2
  137. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -2
  138. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  139. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  140. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -2
  141. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -2
  142. package/dist-types/commands/CreateTagsCommand.d.ts +1 -1
  143. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  144. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -2
  145. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -2
  146. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  147. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  148. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -2
  149. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -2
  150. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -2
  151. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -2
  152. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -2
  153. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  154. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  155. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -2
  156. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -2
  157. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -2
  158. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -2
  159. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -2
  160. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  161. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -2
  162. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  163. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -2
  164. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  165. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -2
  166. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  167. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  168. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +3 -3
  169. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -2
  170. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  171. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -2
  172. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  173. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  174. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  175. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  176. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  177. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  178. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  179. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  180. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  181. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  182. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -1
  183. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  184. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  185. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  186. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -1
  187. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  188. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  189. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  190. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -1
  191. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  192. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  193. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  194. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  195. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  196. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  197. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  198. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  199. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +1 -1
  200. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +1 -1
  201. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  202. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  203. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  204. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  205. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  206. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  207. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  208. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +1 -1
  209. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  210. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  211. package/dist-types/commands/DeleteRouteCommand.d.ts +1 -1
  212. package/dist-types/commands/DeleteRouteServerCommand.d.ts +1 -1
  213. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  214. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  215. package/dist-types/commands/DeleteRouteTableCommand.d.ts +1 -1
  216. package/dist-types/commands/DeleteSnapshotCommand.d.ts +1 -1
  217. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  218. package/dist-types/commands/DeleteSubnetCommand.d.ts +1 -1
  219. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -1
  220. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  221. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  222. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  223. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  224. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  225. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  226. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  227. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  228. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  229. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  230. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  231. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  232. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  233. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  234. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  235. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  236. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  237. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  238. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  239. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  240. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  241. package/dist-types/commands/DeleteVpcCommand.d.ts +1 -1
  242. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  243. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  244. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
  245. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  246. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -1
  247. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
  248. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -1
  249. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  250. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
  251. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
  252. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  253. package/dist-types/commands/DeregisterImageCommand.d.ts +1 -1
  254. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  255. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  256. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  257. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  258. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  259. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  260. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  261. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  262. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
  263. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
  264. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  265. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  266. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  267. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  268. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  269. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -1
  270. package/dist-types/commands/DescribeImagesCommand.d.ts +1 -0
  271. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  272. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -1
  273. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  274. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  275. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  276. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  277. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  278. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  279. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  280. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  281. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  282. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  283. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  284. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  285. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  286. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +3 -2
  287. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -0
  288. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  289. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  290. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  291. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  292. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  293. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  294. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  295. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +1 -1
  296. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  297. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  298. package/dist-types/commands/DetachVolumeCommand.d.ts +1 -1
  299. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -1
  300. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -1
  301. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  302. package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -2
  303. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
  304. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  305. package/dist-types/commands/DisableImageCommand.d.ts +2 -2
  306. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -2
  307. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  308. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  309. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  310. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  311. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  312. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  313. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  314. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  315. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  316. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  317. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  318. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  319. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  320. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  321. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +1 -1
  322. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  323. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  324. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  325. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  326. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  327. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  328. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  329. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  330. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -1
  331. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  332. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  333. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  334. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  335. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  336. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  337. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  338. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  339. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  340. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  341. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  342. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  343. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  344. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  345. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  346. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  347. package/dist-types/commands/ExportImageCommand.d.ts +2 -2
  348. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  349. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  350. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  351. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  352. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  353. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  354. package/dist-types/commands/GetConsoleOutputCommand.d.ts +1 -1
  355. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  356. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  357. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  358. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  359. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  360. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  361. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  362. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  363. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  364. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  365. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  366. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  367. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  368. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  369. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  370. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  371. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +3 -2
  372. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  373. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  374. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  375. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  376. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  377. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  378. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  379. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  380. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  381. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  382. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  383. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  384. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  385. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  386. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  387. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  388. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  389. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  390. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  391. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  392. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  393. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -2
  394. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
  395. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  396. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
  397. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
  398. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  399. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  400. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  401. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  402. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  403. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  404. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  405. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  406. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  407. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  408. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  409. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  410. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  411. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  412. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  413. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  414. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  415. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  416. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  417. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  418. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  419. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  420. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  421. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  422. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  423. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  424. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  425. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  426. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  427. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  428. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  429. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  430. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  431. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  432. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  433. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  434. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  435. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  436. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  437. package/dist-types/commands/ModifyRouteServerCommand.d.ts +1 -1
  438. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  439. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  440. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  441. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  442. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  443. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  444. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  445. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  446. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  447. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  448. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  449. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  450. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  451. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  452. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  453. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  454. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  455. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  456. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  457. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  458. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  459. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  460. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  461. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  462. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  463. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  464. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  465. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  466. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  467. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  468. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  469. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  470. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  471. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  472. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  473. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  474. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  475. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  476. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  477. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  478. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  479. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  480. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  481. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  482. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  483. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  484. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  485. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  486. package/dist-types/commands/RegisterImageCommand.d.ts +3 -2
  487. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  488. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  489. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  490. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  491. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  492. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  493. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  494. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  495. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -1
  496. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  497. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  498. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  499. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  500. package/dist-types/commands/ReplaceRouteCommand.d.ts +1 -1
  501. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  502. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  503. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  504. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -1
  505. package/dist-types/commands/RequestSpotFleetCommand.d.ts +6 -4
  506. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +4 -2
  507. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -2
  508. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  509. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
  510. package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -2
  511. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -2
  512. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
  513. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
  514. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -3
  515. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  516. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  517. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  518. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  519. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  520. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  521. package/dist-types/commands/RunInstancesCommand.d.ts +3 -2
  522. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  523. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  524. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  525. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  526. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  527. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  528. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  529. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  530. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  531. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  532. package/dist-types/commands/StopInstancesCommand.d.ts +1 -1
  533. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  534. package/dist-types/commands/TerminateInstancesCommand.d.ts +1 -1
  535. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  536. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  537. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  538. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -1
  539. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  540. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  541. package/dist-types/commands/index.d.ts +6 -0
  542. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  543. package/dist-types/models/models_0.d.ts +2 -0
  544. package/dist-types/models/models_1.d.ts +61 -0
  545. package/dist-types/models/models_2.d.ts +322 -214
  546. package/dist-types/models/models_3.d.ts +270 -454
  547. package/dist-types/models/models_4.d.ts +3916 -3906
  548. package/dist-types/models/models_5.d.ts +1257 -949
  549. package/dist-types/models/models_6.d.ts +3406 -3631
  550. package/dist-types/models/models_7.d.ts +1825 -1722
  551. package/dist-types/models/models_8.d.ts +471 -3
  552. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  553. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  554. package/dist-types/runtimeConfig.d.ts +16 -16
  555. package/dist-types/runtimeConfig.native.d.ts +18 -18
  556. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  557. package/dist-types/ts3.4/EC2.d.ts +134 -0
  558. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  559. package/dist-types/ts3.4/commands/AcceptAddressTransferCommand.d.ts +1 -1
  560. package/dist-types/ts3.4/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  561. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  562. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  563. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  564. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -1
  565. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -1
  566. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +1 -1
  567. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +1 -1
  568. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  569. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -1
  570. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +1 -1
  571. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +1 -1
  572. package/dist-types/ts3.4/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -1
  573. package/dist-types/ts3.4/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  574. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -1
  575. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +1 -1
  576. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  577. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +1 -1
  578. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +1 -1
  579. package/dist-types/ts3.4/commands/AssociateIpamByoasnCommand.d.ts +1 -1
  580. package/dist-types/ts3.4/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  581. package/dist-types/ts3.4/commands/AssociateNatGatewayAddressCommand.d.ts +1 -1
  582. package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +1 -1
  583. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +1 -1
  584. package/dist-types/ts3.4/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -1
  585. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -1
  586. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  587. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  588. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -1
  589. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +1 -1
  590. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +1 -1
  591. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +1 -1
  592. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +1 -1
  593. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +1 -1
  594. package/dist-types/ts3.4/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  595. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +1 -1
  596. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +1 -1
  597. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -1
  598. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  599. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +1 -1
  600. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +1 -1
  601. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +1 -1
  602. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -1
  603. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +1 -1
  604. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -1
  605. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +1 -1
  606. package/dist-types/ts3.4/commands/CancelImageLaunchPermissionCommand.d.ts +1 -1
  607. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +1 -1
  608. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +1 -1
  609. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +1 -1
  610. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +1 -1
  611. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +1 -1
  612. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  613. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  614. package/dist-types/ts3.4/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  615. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +1 -1
  616. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  617. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  618. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  619. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +1 -1
  620. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +1 -1
  621. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +1 -1
  622. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  623. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +1 -1
  624. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  625. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  626. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +1 -1
  627. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +1 -1
  628. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +1 -1
  629. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +1 -1
  630. package/dist-types/ts3.4/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  631. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  632. package/dist-types/ts3.4/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  633. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +1 -1
  634. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +1 -1
  635. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +1 -1
  636. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +1 -1
  637. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +1 -1
  638. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +1 -1
  639. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  640. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  641. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  642. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  643. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  644. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  645. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +1 -1
  646. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +1 -1
  647. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +1 -1
  648. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  649. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  650. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -1
  651. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  652. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +1 -1
  653. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  654. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +1 -1
  655. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +1 -1
  656. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  657. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  658. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +1 -1
  659. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +1 -1
  660. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +1 -1
  661. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +1 -1
  662. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +1 -1
  663. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  664. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  665. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +1 -1
  666. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +1 -1
  667. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  668. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  669. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  670. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  671. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  672. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  673. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  674. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  675. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +1 -1
  676. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  677. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  678. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  679. package/dist-types/ts3.4/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  680. package/dist-types/ts3.4/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  681. package/dist-types/ts3.4/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  682. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +1 -1
  683. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  684. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +1 -1
  685. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  686. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  687. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  688. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +1 -1
  689. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +1 -1
  690. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +1 -1
  691. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +1 -1
  692. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +1 -1
  693. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +1 -1
  694. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  695. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  696. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  697. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  698. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  699. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  700. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  701. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +1 -1
  702. package/dist-types/ts3.4/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -1
  703. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +1 -1
  704. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +1 -1
  705. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +1 -1
  706. package/dist-types/ts3.4/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  707. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +1 -1
  708. package/dist-types/ts3.4/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -1
  709. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +1 -1
  710. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +1 -1
  711. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -1
  712. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -1
  713. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  714. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  715. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  716. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  717. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +1 -1
  718. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +1 -1
  719. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +1 -1
  720. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +1 -1
  721. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  722. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -1
  723. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -1
  724. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -1
  725. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +1 -1
  726. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -1
  727. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +1 -1
  728. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +1 -1
  729. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -1
  730. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +1 -1
  731. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +1 -1
  732. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +1 -1
  733. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +1 -1
  734. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +1 -1
  735. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +1 -1
  736. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -1
  737. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +1 -1
  738. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +1 -1
  739. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -1
  742. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -1
  743. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +1 -1
  744. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -1
  745. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -1
  746. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -1
  747. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  748. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -1
  749. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  750. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  752. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  756. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  758. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  759. package/dist-types/ts3.4/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DeprovisionIpamByoasnCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -1
  771. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  772. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +1 -1
  773. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  774. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  775. package/dist-types/ts3.4/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -1
  776. package/dist-types/ts3.4/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  781. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -2
  782. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -2
  783. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +1 -1
  785. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  792. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  794. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  795. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  796. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -1
  797. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +1 -1
  798. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  799. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/DisableAddressTransferCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -2
  815. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -2
  816. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +2 -2
  818. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -2
  819. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  821. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +1 -1
  822. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -1
  840. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -1
  841. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -1
  842. package/dist-types/ts3.4/commands/EnableAddressTransferCommand.d.ts +1 -1
  843. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -1
  844. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  845. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  846. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  847. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  848. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  849. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  850. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  851. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +1 -1
  852. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  853. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  854. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  855. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -1
  856. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  857. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  858. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -1
  859. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +1 -1
  860. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -1
  861. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -1
  862. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -1
  863. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -1
  864. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +1 -1
  865. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +1 -1
  866. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +1 -1
  867. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +1 -1
  868. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -1
  869. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -1
  870. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -1
  871. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -1
  872. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -1
  873. package/dist-types/ts3.4/commands/GetInstanceTpmEkPubCommand.d.ts +1 -1
  874. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -1
  875. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +1 -1
  876. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +1 -1
  877. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  878. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  879. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  880. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  881. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  882. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  883. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  884. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  885. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  886. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -1
  887. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -1
  888. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  889. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  890. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  891. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  892. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  893. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  894. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +1 -1
  895. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +1 -1
  896. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -1
  897. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -1
  898. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -1
  899. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -1
  900. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -1
  901. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -1
  902. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -1
  903. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  904. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -1
  905. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +3 -5
  906. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -2
  907. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  908. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +2 -2
  909. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -2
  910. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  911. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  912. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  913. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  914. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  915. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  916. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  917. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  918. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  919. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  920. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  921. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  922. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  923. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  924. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  925. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  926. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  927. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  928. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  929. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -1
  930. package/dist-types/ts3.4/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -1
  931. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -1
  932. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -1
  933. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +1 -1
  934. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  935. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  936. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -1
  937. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  938. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  939. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  940. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  941. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  942. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  943. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  944. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  945. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  946. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  947. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  948. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +1 -1
  949. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  950. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  951. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  952. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  953. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  954. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -1
  955. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -1
  956. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -1
  957. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +1 -1
  958. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  959. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  960. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -1
  961. package/dist-types/ts3.4/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -1
  962. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -1
  963. package/dist-types/ts3.4/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -1
  964. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -1
  965. package/dist-types/ts3.4/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -1
  966. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -1
  967. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  968. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  969. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  970. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  971. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  972. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  973. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  974. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  975. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  976. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  977. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  978. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  979. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  980. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  981. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  982. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  983. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
  984. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  985. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  986. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  987. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  988. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  989. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  990. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  991. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  992. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  993. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  994. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  995. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  996. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  997. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  998. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  999. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -1
  1000. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -1
  1001. package/dist-types/ts3.4/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -1
  1002. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  1003. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  1004. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -1
  1005. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -1
  1006. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +1 -1
  1007. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -1
  1008. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -1
  1009. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +1 -1
  1010. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +1 -1
  1011. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +1 -1
  1012. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +1 -1
  1013. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -1
  1014. package/dist-types/ts3.4/commands/ReplaceVpnTunnelCommand.d.ts +1 -1
  1015. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +1 -1
  1016. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +3 -5
  1017. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  1018. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -2
  1019. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  1020. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -2
  1021. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -2
  1022. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -2
  1023. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -2
  1024. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -2
  1025. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +5 -3
  1026. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -1
  1027. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  1028. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  1029. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  1030. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  1031. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  1032. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  1033. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  1034. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  1035. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  1036. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  1037. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  1038. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  1039. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  1040. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  1041. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  1042. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  1043. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +1 -1
  1044. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -1
  1045. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +1 -1
  1046. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +1 -1
  1047. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +1 -1
  1048. package/dist-types/ts3.4/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -1
  1049. package/dist-types/ts3.4/commands/UnlockSnapshotCommand.d.ts +1 -1
  1050. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  1051. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  1052. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  1053. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  1054. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  1055. package/dist-types/ts3.4/models/models_1.d.ts +3 -0
  1056. package/dist-types/ts3.4/models/models_2.d.ts +77 -54
  1057. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  1058. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  1059. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  1060. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  1061. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  1062. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  1063. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  1064. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  1065. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  1066. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  1067. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  1068. package/package.json +21 -21
package/dist-cjs/index.js CHANGED
@@ -191,6 +191,8 @@ __export(index_exports, {
191
191
  CreateLocalGatewayRouteTableCommand: () => CreateLocalGatewayRouteTableCommand,
192
192
  CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: () => CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
193
193
  CreateLocalGatewayRouteTableVpcAssociationCommand: () => CreateLocalGatewayRouteTableVpcAssociationCommand,
194
+ CreateLocalGatewayVirtualInterfaceCommand: () => CreateLocalGatewayVirtualInterfaceCommand,
195
+ CreateLocalGatewayVirtualInterfaceGroupCommand: () => CreateLocalGatewayVirtualInterfaceGroupCommand,
194
196
  CreateManagedPrefixListCommand: () => CreateManagedPrefixListCommand,
195
197
  CreateNatGatewayCommand: () => CreateNatGatewayCommand,
196
198
  CreateNetworkAclCommand: () => CreateNetworkAclCommand,
@@ -286,6 +288,8 @@ __export(index_exports, {
286
288
  DeleteLocalGatewayRouteTableCommand: () => DeleteLocalGatewayRouteTableCommand,
287
289
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand: () => DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
288
290
  DeleteLocalGatewayRouteTableVpcAssociationCommand: () => DeleteLocalGatewayRouteTableVpcAssociationCommand,
291
+ DeleteLocalGatewayVirtualInterfaceCommand: () => DeleteLocalGatewayVirtualInterfaceCommand,
292
+ DeleteLocalGatewayVirtualInterfaceGroupCommand: () => DeleteLocalGatewayVirtualInterfaceGroupCommand,
289
293
  DeleteManagedPrefixListCommand: () => DeleteManagedPrefixListCommand,
290
294
  DeleteNatGatewayCommand: () => DeleteNatGatewayCommand,
291
295
  DeleteNetworkAclCommand: () => DeleteNetworkAclCommand,
@@ -445,6 +449,7 @@ __export(index_exports, {
445
449
  DescribeNetworkInterfaceAttributeCommand: () => DescribeNetworkInterfaceAttributeCommand,
446
450
  DescribeNetworkInterfacePermissionsCommand: () => DescribeNetworkInterfacePermissionsCommand,
447
451
  DescribeNetworkInterfacesCommand: () => DescribeNetworkInterfacesCommand,
452
+ DescribeOutpostLagsCommand: () => DescribeOutpostLagsCommand,
448
453
  DescribePlacementGroupsCommand: () => DescribePlacementGroupsCommand,
449
454
  DescribePrefixListsCommand: () => DescribePrefixListsCommand,
450
455
  DescribePrincipalIdFormatCommand: () => DescribePrincipalIdFormatCommand,
@@ -465,6 +470,7 @@ __export(index_exports, {
465
470
  DescribeSecurityGroupRulesCommand: () => DescribeSecurityGroupRulesCommand,
466
471
  DescribeSecurityGroupVpcAssociationsCommand: () => DescribeSecurityGroupVpcAssociationsCommand,
467
472
  DescribeSecurityGroupsCommand: () => DescribeSecurityGroupsCommand,
473
+ DescribeServiceLinkVirtualInterfacesCommand: () => DescribeServiceLinkVirtualInterfacesCommand,
468
474
  DescribeSnapshotAttributeCommand: () => DescribeSnapshotAttributeCommand,
469
475
  DescribeSnapshotTierStatusCommand: () => DescribeSnapshotTierStatusCommand,
470
476
  DescribeSnapshotsCommand: () => DescribeSnapshotsCommand,
@@ -808,6 +814,8 @@ __export(index_exports, {
808
814
  LocalGatewayRouteState: () => LocalGatewayRouteState,
809
815
  LocalGatewayRouteTableMode: () => LocalGatewayRouteTableMode,
810
816
  LocalGatewayRouteType: () => LocalGatewayRouteType,
817
+ LocalGatewayVirtualInterfaceConfigurationState: () => LocalGatewayVirtualInterfaceConfigurationState,
818
+ LocalGatewayVirtualInterfaceGroupConfigurationState: () => LocalGatewayVirtualInterfaceGroupConfigurationState,
811
819
  LocalStorage: () => LocalStorage,
812
820
  LocalStorageType: () => LocalStorageType,
813
821
  LocationType: () => LocationType,
@@ -1038,6 +1046,7 @@ __export(index_exports, {
1038
1046
  SelfServicePortal: () => SelfServicePortal,
1039
1047
  SendDiagnosticInterruptCommand: () => SendDiagnosticInterruptCommand,
1040
1048
  ServiceConnectivityType: () => ServiceConnectivityType,
1049
+ ServiceLinkVirtualInterfaceConfigurationState: () => ServiceLinkVirtualInterfaceConfigurationState,
1041
1050
  ServiceManaged: () => ServiceManaged,
1042
1051
  ServiceState: () => ServiceState,
1043
1052
  ServiceType: () => ServiceType,
@@ -2489,6 +2498,26 @@ var se_CreateLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
2489
2498
  });
2490
2499
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
2491
2500
  }, "se_CreateLocalGatewayRouteTableVpcAssociationCommand");
2501
+ var se_CreateLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (input, context) => {
2502
+ const headers = SHARED_HEADERS;
2503
+ let body;
2504
+ body = buildFormUrlencodedString({
2505
+ ...se_CreateLocalGatewayVirtualInterfaceRequest(input, context),
2506
+ [_A]: _CLGVI,
2507
+ [_V]: _
2508
+ });
2509
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2510
+ }, "se_CreateLocalGatewayVirtualInterfaceCommand");
2511
+ var se_CreateLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
2512
+ const headers = SHARED_HEADERS;
2513
+ let body;
2514
+ body = buildFormUrlencodedString({
2515
+ ...se_CreateLocalGatewayVirtualInterfaceGroupRequest(input, context),
2516
+ [_A]: _CLGVIG,
2517
+ [_V]: _
2518
+ });
2519
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
2520
+ }, "se_CreateLocalGatewayVirtualInterfaceGroupCommand");
2492
2521
  var se_CreateManagedPrefixListCommand = /* @__PURE__ */ __name(async (input, context) => {
2493
2522
  const headers = SHARED_HEADERS;
2494
2523
  let body;
@@ -3299,6 +3328,26 @@ var se_DeleteLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
3299
3328
  });
3300
3329
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
3301
3330
  }, "se_DeleteLocalGatewayRouteTableVpcAssociationCommand");
3331
+ var se_DeleteLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (input, context) => {
3332
+ const headers = SHARED_HEADERS;
3333
+ let body;
3334
+ body = buildFormUrlencodedString({
3335
+ ...se_DeleteLocalGatewayVirtualInterfaceRequest(input, context),
3336
+ [_A]: _DLGVI,
3337
+ [_V]: _
3338
+ });
3339
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3340
+ }, "se_DeleteLocalGatewayVirtualInterfaceCommand");
3341
+ var se_DeleteLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (input, context) => {
3342
+ const headers = SHARED_HEADERS;
3343
+ let body;
3344
+ body = buildFormUrlencodedString({
3345
+ ...se_DeleteLocalGatewayVirtualInterfaceGroupRequest(input, context),
3346
+ [_A]: _DLGVIG,
3347
+ [_V]: _
3348
+ });
3349
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
3350
+ }, "se_DeleteLocalGatewayVirtualInterfaceGroupCommand");
3302
3351
  var se_DeleteManagedPrefixListCommand = /* @__PURE__ */ __name(async (input, context) => {
3303
3352
  const headers = SHARED_HEADERS;
3304
3353
  let body;
@@ -4674,7 +4723,7 @@ var se_DescribeLocalGatewayVirtualInterfaceGroupsCommand = /* @__PURE__ */ __nam
4674
4723
  let body;
4675
4724
  body = buildFormUrlencodedString({
4676
4725
  ...se_DescribeLocalGatewayVirtualInterfaceGroupsRequest(input, context),
4677
- [_A]: _DLGVIG,
4726
+ [_A]: _DLGVIGe,
4678
4727
  [_V]: _
4679
4728
  });
4680
4729
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
@@ -4684,7 +4733,7 @@ var se_DescribeLocalGatewayVirtualInterfacesCommand = /* @__PURE__ */ __name(asy
4684
4733
  let body;
4685
4734
  body = buildFormUrlencodedString({
4686
4735
  ...se_DescribeLocalGatewayVirtualInterfacesRequest(input, context),
4687
- [_A]: _DLGVI,
4736
+ [_A]: _DLGVIe,
4688
4737
  [_V]: _
4689
4738
  });
4690
4739
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
@@ -4819,6 +4868,16 @@ var se_DescribeNetworkInterfacesCommand = /* @__PURE__ */ __name(async (input, c
4819
4868
  });
4820
4869
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
4821
4870
  }, "se_DescribeNetworkInterfacesCommand");
4871
+ var se_DescribeOutpostLagsCommand = /* @__PURE__ */ __name(async (input, context) => {
4872
+ const headers = SHARED_HEADERS;
4873
+ let body;
4874
+ body = buildFormUrlencodedString({
4875
+ ...se_DescribeOutpostLagsRequest(input, context),
4876
+ [_A]: _DOL,
4877
+ [_V]: _
4878
+ });
4879
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
4880
+ }, "se_DescribeOutpostLagsCommand");
4822
4881
  var se_DescribePlacementGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
4823
4882
  const headers = SHARED_HEADERS;
4824
4883
  let body;
@@ -5019,6 +5078,16 @@ var se_DescribeSecurityGroupVpcAssociationsCommand = /* @__PURE__ */ __name(asyn
5019
5078
  });
5020
5079
  return buildHttpRpcRequest(context, headers, "/", void 0, body);
5021
5080
  }, "se_DescribeSecurityGroupVpcAssociationsCommand");
5081
+ var se_DescribeServiceLinkVirtualInterfacesCommand = /* @__PURE__ */ __name(async (input, context) => {
5082
+ const headers = SHARED_HEADERS;
5083
+ let body;
5084
+ body = buildFormUrlencodedString({
5085
+ ...se_DescribeServiceLinkVirtualInterfacesRequest(input, context),
5086
+ [_A]: _DSLVI,
5087
+ [_V]: _
5088
+ });
5089
+ return buildHttpRpcRequest(context, headers, "/", void 0, body);
5090
+ }, "se_DescribeServiceLinkVirtualInterfacesCommand");
5022
5091
  var se_DescribeSnapshotAttributeCommand = /* @__PURE__ */ __name(async (input, context) => {
5023
5092
  const headers = SHARED_HEADERS;
5024
5093
  let body;
@@ -9506,6 +9575,32 @@ var de_CreateLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
9506
9575
  };
9507
9576
  return response;
9508
9577
  }, "de_CreateLocalGatewayRouteTableVpcAssociationCommand");
9578
+ var de_CreateLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (output, context) => {
9579
+ if (output.statusCode >= 300) {
9580
+ return de_CommandError(output, context);
9581
+ }
9582
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
9583
+ let contents = {};
9584
+ contents = de_CreateLocalGatewayVirtualInterfaceResult(data, context);
9585
+ const response = {
9586
+ $metadata: deserializeMetadata(output),
9587
+ ...contents
9588
+ };
9589
+ return response;
9590
+ }, "de_CreateLocalGatewayVirtualInterfaceCommand");
9591
+ var de_CreateLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
9592
+ if (output.statusCode >= 300) {
9593
+ return de_CommandError(output, context);
9594
+ }
9595
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
9596
+ let contents = {};
9597
+ contents = de_CreateLocalGatewayVirtualInterfaceGroupResult(data, context);
9598
+ const response = {
9599
+ $metadata: deserializeMetadata(output),
9600
+ ...contents
9601
+ };
9602
+ return response;
9603
+ }, "de_CreateLocalGatewayVirtualInterfaceGroupCommand");
9509
9604
  var de_CreateManagedPrefixListCommand = /* @__PURE__ */ __name(async (output, context) => {
9510
9605
  if (output.statusCode >= 300) {
9511
9606
  return de_CommandError(output, context);
@@ -10541,6 +10636,32 @@ var de_DeleteLocalGatewayRouteTableVpcAssociationCommand = /* @__PURE__ */ __nam
10541
10636
  };
10542
10637
  return response;
10543
10638
  }, "de_DeleteLocalGatewayRouteTableVpcAssociationCommand");
10639
+ var de_DeleteLocalGatewayVirtualInterfaceCommand = /* @__PURE__ */ __name(async (output, context) => {
10640
+ if (output.statusCode >= 300) {
10641
+ return de_CommandError(output, context);
10642
+ }
10643
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
10644
+ let contents = {};
10645
+ contents = de_DeleteLocalGatewayVirtualInterfaceResult(data, context);
10646
+ const response = {
10647
+ $metadata: deserializeMetadata(output),
10648
+ ...contents
10649
+ };
10650
+ return response;
10651
+ }, "de_DeleteLocalGatewayVirtualInterfaceCommand");
10652
+ var de_DeleteLocalGatewayVirtualInterfaceGroupCommand = /* @__PURE__ */ __name(async (output, context) => {
10653
+ if (output.statusCode >= 300) {
10654
+ return de_CommandError(output, context);
10655
+ }
10656
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
10657
+ let contents = {};
10658
+ contents = de_DeleteLocalGatewayVirtualInterfaceGroupResult(data, context);
10659
+ const response = {
10660
+ $metadata: deserializeMetadata(output),
10661
+ ...contents
10662
+ };
10663
+ return response;
10664
+ }, "de_DeleteLocalGatewayVirtualInterfaceGroupCommand");
10544
10665
  var de_DeleteManagedPrefixListCommand = /* @__PURE__ */ __name(async (output, context) => {
10545
10666
  if (output.statusCode >= 300) {
10546
10667
  return de_CommandError(output, context);
@@ -12472,6 +12593,19 @@ var de_DescribeNetworkInterfacesCommand = /* @__PURE__ */ __name(async (output,
12472
12593
  };
12473
12594
  return response;
12474
12595
  }, "de_DescribeNetworkInterfacesCommand");
12596
+ var de_DescribeOutpostLagsCommand = /* @__PURE__ */ __name(async (output, context) => {
12597
+ if (output.statusCode >= 300) {
12598
+ return de_CommandError(output, context);
12599
+ }
12600
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
12601
+ let contents = {};
12602
+ contents = de_DescribeOutpostLagsResult(data, context);
12603
+ const response = {
12604
+ $metadata: deserializeMetadata(output),
12605
+ ...contents
12606
+ };
12607
+ return response;
12608
+ }, "de_DescribeOutpostLagsCommand");
12475
12609
  var de_DescribePlacementGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
12476
12610
  if (output.statusCode >= 300) {
12477
12611
  return de_CommandError(output, context);
@@ -12732,6 +12866,19 @@ var de_DescribeSecurityGroupVpcAssociationsCommand = /* @__PURE__ */ __name(asyn
12732
12866
  };
12733
12867
  return response;
12734
12868
  }, "de_DescribeSecurityGroupVpcAssociationsCommand");
12869
+ var de_DescribeServiceLinkVirtualInterfacesCommand = /* @__PURE__ */ __name(async (output, context) => {
12870
+ if (output.statusCode >= 300) {
12871
+ return de_CommandError(output, context);
12872
+ }
12873
+ const data = await (0, import_core2.parseXmlBody)(output.body, context);
12874
+ let contents = {};
12875
+ contents = de_DescribeServiceLinkVirtualInterfacesResult(data, context);
12876
+ const response = {
12877
+ $metadata: deserializeMetadata(output),
12878
+ ...contents
12879
+ };
12880
+ return response;
12881
+ }, "de_DescribeServiceLinkVirtualInterfacesCommand");
12735
12882
  var de_DescribeSnapshotAttributeCommand = /* @__PURE__ */ __name(async (output, context) => {
12736
12883
  if (output.statusCode >= 300) {
12737
12884
  return de_CommandError(output, context);
@@ -20004,6 +20151,64 @@ var se_CreateLocalGatewayRouteTableVpcAssociationRequest = /* @__PURE__ */ __nam
20004
20151
  }
20005
20152
  return entries;
20006
20153
  }, "se_CreateLocalGatewayRouteTableVpcAssociationRequest");
20154
+ var se_CreateLocalGatewayVirtualInterfaceGroupRequest = /* @__PURE__ */ __name((input, context) => {
20155
+ const entries = {};
20156
+ if (input[_LGI] != null) {
20157
+ entries[_LGI] = input[_LGI];
20158
+ }
20159
+ if (input[_LBA] != null) {
20160
+ entries[_LBA] = input[_LBA];
20161
+ }
20162
+ if (input[_LBAE] != null) {
20163
+ entries[_LBAE] = input[_LBAE];
20164
+ }
20165
+ if (input[_TS] != null) {
20166
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
20167
+ Object.entries(memberEntries).forEach(([key, value]) => {
20168
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
20169
+ entries[loc] = value;
20170
+ });
20171
+ }
20172
+ if (input[_DRr] != null) {
20173
+ entries[_DRr] = input[_DRr];
20174
+ }
20175
+ return entries;
20176
+ }, "se_CreateLocalGatewayVirtualInterfaceGroupRequest");
20177
+ var se_CreateLocalGatewayVirtualInterfaceRequest = /* @__PURE__ */ __name((input, context) => {
20178
+ const entries = {};
20179
+ if (input[_LGVIGI] != null) {
20180
+ entries[_LGVIGI] = input[_LGVIGI];
20181
+ }
20182
+ if (input[_OLI] != null) {
20183
+ entries[_OLI] = input[_OLI];
20184
+ }
20185
+ if (input[_Vl] != null) {
20186
+ entries[_Vl] = input[_Vl];
20187
+ }
20188
+ if (input[_LA] != null) {
20189
+ entries[_LA] = input[_LA];
20190
+ }
20191
+ if (input[_PAe] != null) {
20192
+ entries[_PAe] = input[_PAe];
20193
+ }
20194
+ if (input[_PBA] != null) {
20195
+ entries[_PBA] = input[_PBA];
20196
+ }
20197
+ if (input[_TS] != null) {
20198
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
20199
+ Object.entries(memberEntries).forEach(([key, value]) => {
20200
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
20201
+ entries[loc] = value;
20202
+ });
20203
+ }
20204
+ if (input[_DRr] != null) {
20205
+ entries[_DRr] = input[_DRr];
20206
+ }
20207
+ if (input[_PBAE] != null) {
20208
+ entries[_PBAE] = input[_PBAE];
20209
+ }
20210
+ return entries;
20211
+ }, "se_CreateLocalGatewayVirtualInterfaceRequest");
20007
20212
  var se_CreateManagedPrefixListRequest = /* @__PURE__ */ __name((input, context) => {
20008
20213
  const entries = {};
20009
20214
  if (input[_DRr] != null) {
@@ -20428,6 +20633,9 @@ var se_CreateReplaceRootVolumeTaskRequest = /* @__PURE__ */ __name((input, conte
20428
20633
  if (input[_DRRV] != null) {
20429
20634
  entries[_DRRV] = input[_DRRV];
20430
20635
  }
20636
+ if (input[_VIR] != null) {
20637
+ entries[_VIR] = input[_VIR];
20638
+ }
20431
20639
  return entries;
20432
20640
  }, "se_CreateReplaceRootVolumeTaskRequest");
20433
20641
  var se_CreateReservedInstancesListingRequest = /* @__PURE__ */ __name((input, context) => {
@@ -21359,8 +21567,8 @@ var se_CreateVerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name(
21359
21567
  if (input[_Po] != null) {
21360
21568
  entries[_Po] = input[_Po];
21361
21569
  }
21362
- if (input[_LBA] != null) {
21363
- entries[_LBA] = input[_LBA];
21570
+ if (input[_LBAo] != null) {
21571
+ entries[_LBAo] = input[_LBAo];
21364
21572
  }
21365
21573
  if (input[_SIu] != null) {
21366
21574
  const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
@@ -21809,6 +22017,9 @@ var se_CreateVolumeRequest = /* @__PURE__ */ __name((input, context) => {
21809
22017
  if (input[_CTl] != null) {
21810
22018
  entries[_CTl] = input[_CTl];
21811
22019
  }
22020
+ if (input[_VIR] != null) {
22021
+ entries[_VIR] = input[_VIR];
22022
+ }
21812
22023
  if (input[_O] != null) {
21813
22024
  const memberEntries = se_OperatorRequest(input[_O], context);
21814
22025
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -22515,6 +22726,26 @@ var se_DeleteLocalGatewayRouteTableVpcAssociationRequest = /* @__PURE__ */ __nam
22515
22726
  }
22516
22727
  return entries;
22517
22728
  }, "se_DeleteLocalGatewayRouteTableVpcAssociationRequest");
22729
+ var se_DeleteLocalGatewayVirtualInterfaceGroupRequest = /* @__PURE__ */ __name((input, context) => {
22730
+ const entries = {};
22731
+ if (input[_LGVIGI] != null) {
22732
+ entries[_LGVIGI] = input[_LGVIGI];
22733
+ }
22734
+ if (input[_DRr] != null) {
22735
+ entries[_DRr] = input[_DRr];
22736
+ }
22737
+ return entries;
22738
+ }, "se_DeleteLocalGatewayVirtualInterfaceGroupRequest");
22739
+ var se_DeleteLocalGatewayVirtualInterfaceRequest = /* @__PURE__ */ __name((input, context) => {
22740
+ const entries = {};
22741
+ if (input[_LGVII] != null) {
22742
+ entries[_LGVII] = input[_LGVII];
22743
+ }
22744
+ if (input[_DRr] != null) {
22745
+ entries[_DRr] = input[_DRr];
22746
+ }
22747
+ return entries;
22748
+ }, "se_DeleteLocalGatewayVirtualInterfaceRequest");
22518
22749
  var se_DeleteManagedPrefixListRequest = /* @__PURE__ */ __name((input, context) => {
22519
22750
  const entries = {};
22520
22751
  if (input[_DRr] != null) {
@@ -25173,8 +25404,8 @@ var se_DescribeLocalGatewayVirtualInterfaceGroupsRequest = /* @__PURE__ */ __nam
25173
25404
  }, "se_DescribeLocalGatewayVirtualInterfaceGroupsRequest");
25174
25405
  var se_DescribeLocalGatewayVirtualInterfacesRequest = /* @__PURE__ */ __name((input, context) => {
25175
25406
  const entries = {};
25176
- if (input[_LGVII] != null) {
25177
- const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVII], context);
25407
+ if (input[_LGVIIo] != null) {
25408
+ const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVIIo], context);
25178
25409
  Object.entries(memberEntries).forEach(([key, value]) => {
25179
25410
  const loc = `LocalGatewayVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
25180
25411
  entries[loc] = value;
@@ -25547,6 +25778,33 @@ var se_DescribeNetworkInterfacesRequest = /* @__PURE__ */ __name((input, context
25547
25778
  }
25548
25779
  return entries;
25549
25780
  }, "se_DescribeNetworkInterfacesRequest");
25781
+ var se_DescribeOutpostLagsRequest = /* @__PURE__ */ __name((input, context) => {
25782
+ const entries = {};
25783
+ if (input[_OLIu] != null) {
25784
+ const memberEntries = se_OutpostLagIdSet(input[_OLIu], context);
25785
+ Object.entries(memberEntries).forEach(([key, value]) => {
25786
+ const loc = `OutpostLagId.${key.substring(key.indexOf(".") + 1)}`;
25787
+ entries[loc] = value;
25788
+ });
25789
+ }
25790
+ if (input[_Fi] != null) {
25791
+ const memberEntries = se_FilterList(input[_Fi], context);
25792
+ Object.entries(memberEntries).forEach(([key, value]) => {
25793
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
25794
+ entries[loc] = value;
25795
+ });
25796
+ }
25797
+ if (input[_MR] != null) {
25798
+ entries[_MR] = input[_MR];
25799
+ }
25800
+ if (input[_NT] != null) {
25801
+ entries[_NT] = input[_NT];
25802
+ }
25803
+ if (input[_DRr] != null) {
25804
+ entries[_DRr] = input[_DRr];
25805
+ }
25806
+ return entries;
25807
+ }, "se_DescribeOutpostLagsRequest");
25550
25808
  var se_DescribePlacementGroupsRequest = /* @__PURE__ */ __name((input, context) => {
25551
25809
  const entries = {};
25552
25810
  if (input[_GIro] != null) {
@@ -26096,6 +26354,33 @@ var se_DescribeSecurityGroupVpcAssociationsRequest = /* @__PURE__ */ __name((inp
26096
26354
  }
26097
26355
  return entries;
26098
26356
  }, "se_DescribeSecurityGroupVpcAssociationsRequest");
26357
+ var se_DescribeServiceLinkVirtualInterfacesRequest = /* @__PURE__ */ __name((input, context) => {
26358
+ const entries = {};
26359
+ if (input[_SLVII] != null) {
26360
+ const memberEntries = se_ServiceLinkVirtualInterfaceIdSet(input[_SLVII], context);
26361
+ Object.entries(memberEntries).forEach(([key, value]) => {
26362
+ const loc = `ServiceLinkVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
26363
+ entries[loc] = value;
26364
+ });
26365
+ }
26366
+ if (input[_Fi] != null) {
26367
+ const memberEntries = se_FilterList(input[_Fi], context);
26368
+ Object.entries(memberEntries).forEach(([key, value]) => {
26369
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
26370
+ entries[loc] = value;
26371
+ });
26372
+ }
26373
+ if (input[_MR] != null) {
26374
+ entries[_MR] = input[_MR];
26375
+ }
26376
+ if (input[_NT] != null) {
26377
+ entries[_NT] = input[_NT];
26378
+ }
26379
+ if (input[_DRr] != null) {
26380
+ entries[_DRr] = input[_DRr];
26381
+ }
26382
+ return entries;
26383
+ }, "se_DescribeServiceLinkVirtualInterfacesRequest");
26099
26384
  var se_DescribeSnapshotAttributeRequest = /* @__PURE__ */ __name((input, context) => {
26100
26385
  const entries = {};
26101
26386
  if (input[_At] != null) {
@@ -28055,6 +28340,9 @@ var se_EbsBlockDevice = /* @__PURE__ */ __name((input, context) => {
28055
28340
  if (input[_Enc] != null) {
28056
28341
  entries[_Enc] = input[_Enc];
28057
28342
  }
28343
+ if (input[_VIR] != null) {
28344
+ entries[_VIR] = input[_VIR];
28345
+ }
28058
28346
  return entries;
28059
28347
  }, "se_EbsBlockDevice");
28060
28348
  var se_EbsInstanceBlockDeviceSpecification = /* @__PURE__ */ __name((input, context) => {
@@ -31708,6 +31996,9 @@ var se_LaunchTemplateEbsBlockDeviceRequest = /* @__PURE__ */ __name((input, cont
31708
31996
  if (input[_Th] != null) {
31709
31997
  entries[_Th] = input[_Th];
31710
31998
  }
31999
+ if (input[_VIR] != null) {
32000
+ entries[_VIR] = input[_VIR];
32001
+ }
31711
32002
  return entries;
31712
32003
  }, "se_LaunchTemplateEbsBlockDeviceRequest");
31713
32004
  var se_LaunchTemplateElasticInferenceAccelerator = /* @__PURE__ */ __name((input, context) => {
@@ -35018,6 +35309,18 @@ var se_OrganizationArnStringList = /* @__PURE__ */ __name((input, context) => {
35018
35309
  }
35019
35310
  return entries;
35020
35311
  }, "se_OrganizationArnStringList");
35312
+ var se_OutpostLagIdSet = /* @__PURE__ */ __name((input, context) => {
35313
+ const entries = {};
35314
+ let counter = 1;
35315
+ for (const entry of input) {
35316
+ if (entry === null) {
35317
+ continue;
35318
+ }
35319
+ entries[`Item.${counter}`] = entry;
35320
+ counter++;
35321
+ }
35322
+ return entries;
35323
+ }, "se_OutpostLagIdSet");
35021
35324
  var se_OwnerStringList = /* @__PURE__ */ __name((input, context) => {
35022
35325
  const entries = {};
35023
35326
  let counter = 1;
@@ -38174,6 +38477,18 @@ var se_SendDiagnosticInterruptRequest = /* @__PURE__ */ __name((input, context)
38174
38477
  }
38175
38478
  return entries;
38176
38479
  }, "se_SendDiagnosticInterruptRequest");
38480
+ var se_ServiceLinkVirtualInterfaceIdSet = /* @__PURE__ */ __name((input, context) => {
38481
+ const entries = {};
38482
+ let counter = 1;
38483
+ for (const entry of input) {
38484
+ if (entry === null) {
38485
+ continue;
38486
+ }
38487
+ entries[`Item.${counter}`] = entry;
38488
+ counter++;
38489
+ }
38490
+ return entries;
38491
+ }, "se_ServiceLinkVirtualInterfaceIdSet");
38177
38492
  var se_SlotDateTimeRangeRequest = /* @__PURE__ */ __name((input, context) => {
38178
38493
  const entries = {};
38179
38494
  if (input[_ETa] != null) {
@@ -42877,6 +43192,20 @@ var de_CreateLocalGatewayRouteTableVpcAssociationResult = /* @__PURE__ */ __name
42877
43192
  }
42878
43193
  return contents;
42879
43194
  }, "de_CreateLocalGatewayRouteTableVpcAssociationResult");
43195
+ var de_CreateLocalGatewayVirtualInterfaceGroupResult = /* @__PURE__ */ __name((output, context) => {
43196
+ const contents = {};
43197
+ if (output[_lGVIG] != null) {
43198
+ contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
43199
+ }
43200
+ return contents;
43201
+ }, "de_CreateLocalGatewayVirtualInterfaceGroupResult");
43202
+ var de_CreateLocalGatewayVirtualInterfaceResult = /* @__PURE__ */ __name((output, context) => {
43203
+ const contents = {};
43204
+ if (output[_lGVI] != null) {
43205
+ contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
43206
+ }
43207
+ return contents;
43208
+ }, "de_CreateLocalGatewayVirtualInterfaceResult");
42880
43209
  var de_CreateManagedPrefixListResult = /* @__PURE__ */ __name((output, context) => {
42881
43210
  const contents = {};
42882
43211
  if (output[_pL] != null) {
@@ -43675,6 +44004,20 @@ var de_DeleteLocalGatewayRouteTableVpcAssociationResult = /* @__PURE__ */ __name
43675
44004
  }
43676
44005
  return contents;
43677
44006
  }, "de_DeleteLocalGatewayRouteTableVpcAssociationResult");
44007
+ var de_DeleteLocalGatewayVirtualInterfaceGroupResult = /* @__PURE__ */ __name((output, context) => {
44008
+ const contents = {};
44009
+ if (output[_lGVIG] != null) {
44010
+ contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
44011
+ }
44012
+ return contents;
44013
+ }, "de_DeleteLocalGatewayVirtualInterfaceGroupResult");
44014
+ var de_DeleteLocalGatewayVirtualInterfaceResult = /* @__PURE__ */ __name((output, context) => {
44015
+ const contents = {};
44016
+ if (output[_lGVI] != null) {
44017
+ contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
44018
+ }
44019
+ return contents;
44020
+ }, "de_DeleteLocalGatewayVirtualInterfaceResult");
43678
44021
  var de_DeleteManagedPrefixListResult = /* @__PURE__ */ __name((output, context) => {
43679
44022
  const contents = {};
43680
44023
  if (output[_pL] != null) {
@@ -45035,9 +45378,9 @@ var de_DescribeLocalGatewaysResult = /* @__PURE__ */ __name((output, context) =>
45035
45378
  var de_DescribeLocalGatewayVirtualInterfaceGroupsResult = /* @__PURE__ */ __name((output, context) => {
45036
45379
  const contents = {};
45037
45380
  if (output.localGatewayVirtualInterfaceGroupSet === "") {
45038
- contents[_LGVIG] = [];
45381
+ contents[_LGVIGo] = [];
45039
45382
  } else if (output[_lGVIGS] != null && output[_lGVIGS][_i] != null) {
45040
- contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroupSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIGS][_i]), context);
45383
+ contents[_LGVIGo] = de_LocalGatewayVirtualInterfaceGroupSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIGS][_i]), context);
45041
45384
  }
45042
45385
  if (output[_nTe] != null) {
45043
45386
  contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
@@ -45047,9 +45390,9 @@ var de_DescribeLocalGatewayVirtualInterfaceGroupsResult = /* @__PURE__ */ __name
45047
45390
  var de_DescribeLocalGatewayVirtualInterfacesResult = /* @__PURE__ */ __name((output, context) => {
45048
45391
  const contents = {};
45049
45392
  if (output.localGatewayVirtualInterfaceSet === "") {
45050
- contents[_LGVI] = [];
45393
+ contents[_LGVIo] = [];
45051
45394
  } else if (output[_lGVIS] != null && output[_lGVIS][_i] != null) {
45052
- contents[_LGVI] = de_LocalGatewayVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIS][_i]), context);
45395
+ contents[_LGVIo] = de_LocalGatewayVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIS][_i]), context);
45053
45396
  }
45054
45397
  if (output[_nTe] != null) {
45055
45398
  contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
@@ -45224,6 +45567,18 @@ var de_DescribeNetworkInterfacesResult = /* @__PURE__ */ __name((output, context
45224
45567
  }
45225
45568
  return contents;
45226
45569
  }, "de_DescribeNetworkInterfacesResult");
45570
+ var de_DescribeOutpostLagsResult = /* @__PURE__ */ __name((output, context) => {
45571
+ const contents = {};
45572
+ if (output.outpostLagSet === "") {
45573
+ contents[_OL] = [];
45574
+ } else if (output[_oLS] != null && output[_oLS][_i] != null) {
45575
+ contents[_OL] = de_OutpostLagSet((0, import_smithy_client.getArrayIfSingleItem)(output[_oLS][_i]), context);
45576
+ }
45577
+ if (output[_nTe] != null) {
45578
+ contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
45579
+ }
45580
+ return contents;
45581
+ }, "de_DescribeOutpostLagsResult");
45227
45582
  var de_DescribePlacementGroupsResult = /* @__PURE__ */ __name((output, context) => {
45228
45583
  const contents = {};
45229
45584
  if (output.placementGroupSet === "") {
@@ -45449,6 +45804,18 @@ var de_DescribeSecurityGroupVpcAssociationsResult = /* @__PURE__ */ __name((outp
45449
45804
  }
45450
45805
  return contents;
45451
45806
  }, "de_DescribeSecurityGroupVpcAssociationsResult");
45807
+ var de_DescribeServiceLinkVirtualInterfacesResult = /* @__PURE__ */ __name((output, context) => {
45808
+ const contents = {};
45809
+ if (output.serviceLinkVirtualInterfaceSet === "") {
45810
+ contents[_SLVI] = [];
45811
+ } else if (output[_sLVIS] != null && output[_sLVIS][_i] != null) {
45812
+ contents[_SLVI] = de_ServiceLinkVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sLVIS][_i]), context);
45813
+ }
45814
+ if (output[_nTe] != null) {
45815
+ contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
45816
+ }
45817
+ return contents;
45818
+ }, "de_DescribeServiceLinkVirtualInterfacesResult");
45452
45819
  var de_DescribeSnapshotAttributeResult = /* @__PURE__ */ __name((output, context) => {
45453
45820
  const contents = {};
45454
45821
  if (output.productCodes === "") {
@@ -46664,6 +47031,9 @@ var de_EbsBlockDevice = /* @__PURE__ */ __name((output, context) => {
46664
47031
  if (output[_enc] != null) {
46665
47032
  contents[_Enc] = (0, import_smithy_client.parseBoolean)(output[_enc]);
46666
47033
  }
47034
+ if (output[_VIR] != null) {
47035
+ contents[_VIR] = (0, import_smithy_client.strictParseInt32)(output[_VIR]);
47036
+ }
46667
47037
  return contents;
46668
47038
  }, "de_EbsBlockDevice");
46669
47039
  var de_EbsBlockDeviceResponse = /* @__PURE__ */ __name((output, context) => {
@@ -47311,7 +47681,7 @@ var de_Explanation = /* @__PURE__ */ __name((output, context) => {
47311
47681
  contents[_IGn] = de_AnalysisComponent(output[_iG], context);
47312
47682
  }
47313
47683
  if (output[_lBA] != null) {
47314
- contents[_LBA] = (0, import_smithy_client.expectString)(output[_lBA]);
47684
+ contents[_LBAo] = (0, import_smithy_client.expectString)(output[_lBA]);
47315
47685
  }
47316
47686
  if (output[_cLBL] != null) {
47317
47687
  contents[_CLBL] = de_AnalysisLoadBalancerListener(output[_cLBL], context);
@@ -52401,6 +52771,9 @@ var de_LaunchTemplateEbsBlockDevice = /* @__PURE__ */ __name((output, context) =
52401
52771
  if (output[_th] != null) {
52402
52772
  contents[_Th] = (0, import_smithy_client.strictParseInt32)(output[_th]);
52403
52773
  }
52774
+ if (output[_vIR] != null) {
52775
+ contents[_VIR] = (0, import_smithy_client.strictParseInt32)(output[_vIR]);
52776
+ }
52404
52777
  return contents;
52405
52778
  }, "de_LaunchTemplateEbsBlockDevice");
52406
52779
  var de_LaunchTemplateElasticInferenceAcceleratorResponse = /* @__PURE__ */ __name((output, context) => {
@@ -53000,11 +53373,20 @@ var de_LocalGatewaySet = /* @__PURE__ */ __name((output, context) => {
53000
53373
  var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) => {
53001
53374
  const contents = {};
53002
53375
  if (output[_lGVII] != null) {
53003
- contents[_LGVIIo] = (0, import_smithy_client.expectString)(output[_lGVII]);
53376
+ contents[_LGVII] = (0, import_smithy_client.expectString)(output[_lGVII]);
53004
53377
  }
53005
53378
  if (output[_lGI] != null) {
53006
53379
  contents[_LGI] = (0, import_smithy_client.expectString)(output[_lGI]);
53007
53380
  }
53381
+ if (output[_lGVIGI] != null) {
53382
+ contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
53383
+ }
53384
+ if (output[_lGVIA] != null) {
53385
+ contents[_LGVIA] = (0, import_smithy_client.expectString)(output[_lGVIA]);
53386
+ }
53387
+ if (output[_oLI] != null) {
53388
+ contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
53389
+ }
53008
53390
  if (output[_vl] != null) {
53009
53391
  contents[_Vl] = (0, import_smithy_client.strictParseInt32)(output[_vl]);
53010
53392
  }
@@ -53015,11 +53397,14 @@ var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) =
53015
53397
  contents[_PAe] = (0, import_smithy_client.expectString)(output[_pAe]);
53016
53398
  }
53017
53399
  if (output[_lBAo] != null) {
53018
- contents[_LBAo] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
53400
+ contents[_LBA] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
53019
53401
  }
53020
53402
  if (output[_pBA] != null) {
53021
53403
  contents[_PBA] = (0, import_smithy_client.strictParseInt32)(output[_pBA]);
53022
53404
  }
53405
+ if (output[_pBAE] != null) {
53406
+ contents[_PBAE] = (0, import_smithy_client.strictParseLong)(output[_pBAE]);
53407
+ }
53023
53408
  if (output[_oI] != null) {
53024
53409
  contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
53025
53410
  }
@@ -53028,6 +53413,9 @@ var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) =
53028
53413
  } else if (output[_tS] != null && output[_tS][_i] != null) {
53029
53414
  contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
53030
53415
  }
53416
+ if (output[_cSon] != null) {
53417
+ contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
53418
+ }
53031
53419
  return contents;
53032
53420
  }, "de_LocalGatewayVirtualInterface");
53033
53421
  var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, context) => {
@@ -53036,9 +53424,9 @@ var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, conte
53036
53424
  contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
53037
53425
  }
53038
53426
  if (output.localGatewayVirtualInterfaceIdSet === "") {
53039
- contents[_LGVII] = [];
53427
+ contents[_LGVIIo] = [];
53040
53428
  } else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
53041
- contents[_LGVII] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
53429
+ contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
53042
53430
  }
53043
53431
  if (output[_lGI] != null) {
53044
53432
  contents[_LGI] = (0, import_smithy_client.expectString)(output[_lGI]);
@@ -53046,11 +53434,23 @@ var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, conte
53046
53434
  if (output[_oI] != null) {
53047
53435
  contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
53048
53436
  }
53437
+ if (output[_lBAo] != null) {
53438
+ contents[_LBA] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
53439
+ }
53440
+ if (output[_lBAE] != null) {
53441
+ contents[_LBAE] = (0, import_smithy_client.strictParseLong)(output[_lBAE]);
53442
+ }
53443
+ if (output[_lGVIGA] != null) {
53444
+ contents[_LGVIGA] = (0, import_smithy_client.expectString)(output[_lGVIGA]);
53445
+ }
53049
53446
  if (output.tagSet === "") {
53050
53447
  contents[_Ta] = [];
53051
53448
  } else if (output[_tS] != null && output[_tS][_i] != null) {
53052
53449
  contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
53053
53450
  }
53451
+ if (output[_cSon] != null) {
53452
+ contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
53453
+ }
53054
53454
  return contents;
53055
53455
  }, "de_LocalGatewayVirtualInterfaceGroup");
53056
53456
  var de_LocalGatewayVirtualInterfaceGroupSet = /* @__PURE__ */ __name((output, context) => {
@@ -54715,6 +55115,42 @@ var de_OperatorResponse = /* @__PURE__ */ __name((output, context) => {
54715
55115
  }
54716
55116
  return contents;
54717
55117
  }, "de_OperatorResponse");
55118
+ var de_OutpostLag = /* @__PURE__ */ __name((output, context) => {
55119
+ const contents = {};
55120
+ if (output[_oA] != null) {
55121
+ contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
55122
+ }
55123
+ if (output[_oI] != null) {
55124
+ contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
55125
+ }
55126
+ if (output[_st] != null) {
55127
+ contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
55128
+ }
55129
+ if (output[_oLI] != null) {
55130
+ contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
55131
+ }
55132
+ if (output.localGatewayVirtualInterfaceIdSet === "") {
55133
+ contents[_LGVIIo] = [];
55134
+ } else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
55135
+ contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
55136
+ }
55137
+ if (output.serviceLinkVirtualInterfaceIdSet === "") {
55138
+ contents[_SLVII] = [];
55139
+ } else if (output[_sLVIIS] != null && output[_sLVIIS][_i] != null) {
55140
+ contents[_SLVII] = de_ServiceLinkVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sLVIIS][_i]), context);
55141
+ }
55142
+ if (output.tagSet === "") {
55143
+ contents[_Ta] = [];
55144
+ } else if (output[_tS] != null && output[_tS][_i] != null) {
55145
+ contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
55146
+ }
55147
+ return contents;
55148
+ }, "de_OutpostLag");
55149
+ var de_OutpostLagSet = /* @__PURE__ */ __name((output, context) => {
55150
+ return (output || []).filter((e) => e != null).map((entry) => {
55151
+ return de_OutpostLag(entry, context);
55152
+ });
55153
+ }, "de_OutpostLagSet");
54718
55154
  var de_PacketHeaderStatement = /* @__PURE__ */ __name((output, context) => {
54719
55155
  const contents = {};
54720
55156
  if (output.sourceAddressSet === "") {
@@ -57440,6 +57876,58 @@ var de_ServiceDetailSet = /* @__PURE__ */ __name((output, context) => {
57440
57876
  return de_ServiceDetail(entry, context);
57441
57877
  });
57442
57878
  }, "de_ServiceDetailSet");
57879
+ var de_ServiceLinkVirtualInterface = /* @__PURE__ */ __name((output, context) => {
57880
+ const contents = {};
57881
+ if (output[_sLVII] != null) {
57882
+ contents[_SLVIIe] = (0, import_smithy_client.expectString)(output[_sLVII]);
57883
+ }
57884
+ if (output[_sLVIA] != null) {
57885
+ contents[_SLVIA] = (0, import_smithy_client.expectString)(output[_sLVIA]);
57886
+ }
57887
+ if (output[_oIu] != null) {
57888
+ contents[_OIu] = (0, import_smithy_client.expectString)(output[_oIu]);
57889
+ }
57890
+ if (output[_oA] != null) {
57891
+ contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
57892
+ }
57893
+ if (output[_oI] != null) {
57894
+ contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
57895
+ }
57896
+ if (output[_lA] != null) {
57897
+ contents[_LA] = (0, import_smithy_client.expectString)(output[_lA]);
57898
+ }
57899
+ if (output[_pAe] != null) {
57900
+ contents[_PAe] = (0, import_smithy_client.expectString)(output[_pAe]);
57901
+ }
57902
+ if (output[_pBA] != null) {
57903
+ contents[_PBA] = (0, import_smithy_client.strictParseLong)(output[_pBA]);
57904
+ }
57905
+ if (output[_vl] != null) {
57906
+ contents[_Vl] = (0, import_smithy_client.strictParseInt32)(output[_vl]);
57907
+ }
57908
+ if (output[_oLI] != null) {
57909
+ contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
57910
+ }
57911
+ if (output.tagSet === "") {
57912
+ contents[_Ta] = [];
57913
+ } else if (output[_tS] != null && output[_tS][_i] != null) {
57914
+ contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
57915
+ }
57916
+ if (output[_cSon] != null) {
57917
+ contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
57918
+ }
57919
+ return contents;
57920
+ }, "de_ServiceLinkVirtualInterface");
57921
+ var de_ServiceLinkVirtualInterfaceIdSet = /* @__PURE__ */ __name((output, context) => {
57922
+ return (output || []).filter((e) => e != null).map((entry) => {
57923
+ return (0, import_smithy_client.expectString)(entry);
57924
+ });
57925
+ }, "de_ServiceLinkVirtualInterfaceIdSet");
57926
+ var de_ServiceLinkVirtualInterfaceSet = /* @__PURE__ */ __name((output, context) => {
57927
+ return (output || []).filter((e) => e != null).map((entry) => {
57928
+ return de_ServiceLinkVirtualInterface(entry, context);
57929
+ });
57930
+ }, "de_ServiceLinkVirtualInterfaceSet");
57443
57931
  var de_ServiceTypeDetail = /* @__PURE__ */ __name((output, context) => {
57444
57932
  const contents = {};
57445
57933
  if (output[_sTe] != null) {
@@ -58717,9 +59205,9 @@ var de_TerminateClientVpnConnectionsResult = /* @__PURE__ */ __name((output, con
58717
59205
  contents[_Us] = (0, import_smithy_client.expectString)(output[_us]);
58718
59206
  }
58719
59207
  if (output.connectionStatuses === "") {
58720
- contents[_CSon] = [];
58721
- } else if (output[_cSon] != null && output[_cSon][_i] != null) {
58722
- contents[_CSon] = de_TerminateConnectionStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cSon][_i]), context);
59208
+ contents[_CSonn] = [];
59209
+ } else if (output[_cSonn] != null && output[_cSonn][_i] != null) {
59210
+ contents[_CSonn] = de_TerminateConnectionStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cSonn][_i]), context);
58723
59211
  }
58724
59212
  return contents;
58725
59213
  }, "de_TerminateClientVpnConnectionsResult");
@@ -60345,7 +60833,7 @@ var de_VerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name((outpu
60345
60833
  contents[_Po] = (0, import_smithy_client.strictParseInt32)(output[_po]);
60346
60834
  }
60347
60835
  if (output[_lBA] != null) {
60348
- contents[_LBA] = (0, import_smithy_client.expectString)(output[_lBA]);
60836
+ contents[_LBAo] = (0, import_smithy_client.expectString)(output[_lBA]);
60349
60837
  }
60350
60838
  if (output.subnetIdSet === "") {
60351
60839
  contents[_SIu] = [];
@@ -60826,6 +61314,9 @@ var de_Volume = /* @__PURE__ */ __name((output, context) => {
60826
61314
  if (output[_op] != null) {
60827
61315
  contents[_O] = de_OperatorResponse(output[_op], context);
60828
61316
  }
61317
+ if (output[_vIR] != null) {
61318
+ contents[_VIR] = (0, import_smithy_client.strictParseInt32)(output[_vIR]);
61319
+ }
60829
61320
  if (output[_vIo] != null) {
60830
61321
  contents[_VIo] = (0, import_smithy_client.expectString)(output[_vIo]);
60831
61322
  }
@@ -62221,6 +62712,8 @@ var _CLGR = "CreateLocalGatewayRoute";
62221
62712
  var _CLGRT = "CreateLocalGatewayRouteTable";
62222
62713
  var _CLGRTVA = "CreateLocalGatewayRouteTableVpcAssociation";
62223
62714
  var _CLGRTVIGA = "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
62715
+ var _CLGVI = "CreateLocalGatewayVirtualInterface";
62716
+ var _CLGVIG = "CreateLocalGatewayVirtualInterfaceGroup";
62224
62717
  var _CLO = "ConnectionLogOptions";
62225
62718
  var _CLS = "CloudwatchLogStream";
62226
62719
  var _CLT = "CreateLaunchTemplate";
@@ -62305,7 +62798,8 @@ var _CSIT = "CreateStoreImageTask";
62305
62798
  var _CSOK = "CertificateS3ObjectKey";
62306
62799
  var _CSl = "ClientSecret";
62307
62800
  var _CSo = "ComplianceStatus";
62308
- var _CSon = "ConnectionStatuses";
62801
+ var _CSon = "ConfigurationState";
62802
+ var _CSonn = "ConnectionStatuses";
62309
62803
  var _CSr = "CreateSnapshot";
62310
62804
  var _CSre = "CreateSnapshots";
62311
62805
  var _CSrea = "CreateSubnet";
@@ -62542,8 +63036,10 @@ var _DLGRTVAe = "DescribeLocalGatewayRouteTableVpcAssociations";
62542
63036
  var _DLGRTVIGA = "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
62543
63037
  var _DLGRTVIGAe = "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations";
62544
63038
  var _DLGRTe = "DescribeLocalGatewayRouteTables";
62545
- var _DLGVI = "DescribeLocalGatewayVirtualInterfaces";
62546
- var _DLGVIG = "DescribeLocalGatewayVirtualInterfaceGroups";
63039
+ var _DLGVI = "DeleteLocalGatewayVirtualInterface";
63040
+ var _DLGVIG = "DeleteLocalGatewayVirtualInterfaceGroup";
63041
+ var _DLGVIGe = "DescribeLocalGatewayVirtualInterfaceGroups";
63042
+ var _DLGVIe = "DescribeLocalGatewayVirtualInterfaces";
62547
63043
  var _DLPA = "DeliverLogsPermissionArn";
62548
63044
  var _DLS = "DescribeLockedSnapshots";
62549
63045
  var _DLSe = "DeliverLogsStatus";
@@ -62586,6 +63082,7 @@ var _DO = "DestinationOptions";
62586
63082
  var _DOA = "DestinationOutpostArn";
62587
63083
  var _DOI = "DhcpOptionsId";
62588
63084
  var _DOIh = "DhcpOptionsIds";
63085
+ var _DOL = "DescribeOutpostLags";
62589
63086
  var _DOST = "DisconnectOnSessionTimeout";
62590
63087
  var _DOT = "DeleteOnTermination";
62591
63088
  var _DOe = "DeviceOptions";
@@ -62663,6 +63160,7 @@ var _DSI = "DescribeScheduledInstances";
62663
63160
  var _DSIA = "DescribeScheduledInstanceAvailability";
62664
63161
  var _DSIR = "DescribeSpotInstanceRequests";
62665
63162
  var _DSIT = "DescribeStoreImageTasks";
63163
+ var _DSLVI = "DescribeServiceLinkVirtualInterfaces";
62666
63164
  var _DSPH = "DescribeSpotPriceHistory";
62667
63165
  var _DSSG = "DescribeStaleSecurityGroups";
62668
63166
  var _DSTS = "DescribeSnapshotTierStatus";
@@ -63322,8 +63820,9 @@ var _LADT = "LastAttemptedDiscoveryTime";
63322
63820
  var _LAZ = "LaunchedAvailabilityZone";
63323
63821
  var _LAa = "LastAddress";
63324
63822
  var _LB = "LoadBalancers";
63325
- var _LBA = "LoadBalancerArn";
63326
- var _LBAo = "LocalBgpAsn";
63823
+ var _LBA = "LocalBgpAsn";
63824
+ var _LBAE = "LocalBgpAsnExtended";
63825
+ var _LBAo = "LoadBalancerArn";
63327
63826
  var _LBC = "LoadBalancersConfig";
63328
63827
  var _LBLP = "LoadBalancerListenerPort";
63329
63828
  var _LBO = "LoadBalancerOptions";
@@ -63364,12 +63863,16 @@ var _LGRTVIGAI = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId";
63364
63863
  var _LGRTVIGAIo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds";
63365
63864
  var _LGRTVIGAo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociations";
63366
63865
  var _LGRTo = "LocalGatewayRouteTables";
63367
- var _LGVI = "LocalGatewayVirtualInterfaces";
63368
- var _LGVIG = "LocalGatewayVirtualInterfaceGroups";
63866
+ var _LGVI = "LocalGatewayVirtualInterface";
63867
+ var _LGVIA = "LocalGatewayVirtualInterfaceArn";
63868
+ var _LGVIG = "LocalGatewayVirtualInterfaceGroup";
63869
+ var _LGVIGA = "LocalGatewayVirtualInterfaceGroupArn";
63369
63870
  var _LGVIGI = "LocalGatewayVirtualInterfaceGroupId";
63370
63871
  var _LGVIGIo = "LocalGatewayVirtualInterfaceGroupIds";
63371
- var _LGVII = "LocalGatewayVirtualInterfaceIds";
63372
- var _LGVIIo = "LocalGatewayVirtualInterfaceId";
63872
+ var _LGVIGo = "LocalGatewayVirtualInterfaceGroups";
63873
+ var _LGVII = "LocalGatewayVirtualInterfaceId";
63874
+ var _LGVIIo = "LocalGatewayVirtualInterfaceIds";
63875
+ var _LGVIo = "LocalGatewayVirtualInterfaces";
63373
63876
  var _LGo = "LogGroup";
63374
63877
  var _LGoc = "LocalGateways";
63375
63878
  var _LIIRB = "ListImagesInRecycleBin";
@@ -63680,9 +64183,13 @@ var _OIA = "OutsideIpAddress";
63680
64183
  var _OIAT = "OutsideIpAddressType";
63681
64184
  var _OIS = "OptInStatus";
63682
64185
  var _OIr = "OriginalIops";
64186
+ var _OIu = "OutpostId";
63683
64187
  var _OIw = "OwnerIds";
63684
64188
  var _OIwn = "OwnerId";
63685
64189
  var _OK = "ObjectKey";
64190
+ var _OL = "OutpostLags";
64191
+ var _OLI = "OutpostLagId";
64192
+ var _OLIu = "OutpostLagIds";
63686
64193
  var _OMAE = "OriginalMultiAttachEnabled";
63687
64194
  var _OO = "OidcOptions";
63688
64195
  var _OR = "OperatingRegions";
@@ -63721,6 +64228,7 @@ var _PAo = "PoolArn";
63721
64228
  var _PAr = "PrincipalArn";
63722
64229
  var _PB = "ProvisionedBandwidth";
63723
64230
  var _PBA = "PeerBgpAsn";
64231
+ var _PBAE = "PeerBgpAsnExtended";
63724
64232
  var _PBC = "ProvisionByoipCidr";
63725
64233
  var _PBIG = "PeakBandwidthInGbps";
63726
64234
  var _PC = "ProductCode";
@@ -64194,6 +64702,10 @@ var _SK = "S3Key";
64194
64702
  var _SKo = "S3objectKey";
64195
64703
  var _SL = "SpreadLevel";
64196
64704
  var _SLGR = "SearchLocalGatewayRoutes";
64705
+ var _SLVI = "ServiceLinkVirtualInterfaces";
64706
+ var _SLVIA = "ServiceLinkVirtualInterfaceArn";
64707
+ var _SLVII = "ServiceLinkVirtualInterfaceIds";
64708
+ var _SLVIIe = "ServiceLinkVirtualInterfaceId";
64197
64709
  var _SLo = "S3Location";
64198
64710
  var _SM = "ServiceManaged";
64199
64711
  var _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
@@ -64559,6 +65071,7 @@ var _VGI = "VpnGatewayId";
64559
65071
  var _VGIp = "VpnGatewayIds";
64560
65072
  var _VGp = "VpnGateways";
64561
65073
  var _VI = "VpcId";
65074
+ var _VIR = "VolumeInitializationRate";
64562
65075
  var _VIe = "VendorId";
64563
65076
  var _VIl = "VlanId";
64564
65077
  var _VIo = "VolumeId";
@@ -64907,7 +65420,8 @@ var _cSFRS = "currentSpotFleetRequestState";
64907
65420
  var _cSOK = "certificateS3ObjectKey";
64908
65421
  var _cSl = "clientSecret";
64909
65422
  var _cSo = "complianceStatus";
64910
- var _cSon = "connectionStatuses";
65423
+ var _cSon = "configurationState";
65424
+ var _cSonn = "connectionStatuses";
64911
65425
  var _cSr = "creditSpecification";
64912
65426
  var _cSu = "currentState";
64913
65427
  var _cSur = "currentStatus";
@@ -65433,6 +65947,7 @@ var _lADT = "lastAttemptedDiscoveryTime";
65433
65947
  var _lAZ = "launchedAvailabilityZone";
65434
65948
  var _lAa = "lastAddress";
65435
65949
  var _lBA = "loadBalancerArn";
65950
+ var _lBAE = "localBgpAsnExtended";
65436
65951
  var _lBAo = "localBgpAsn";
65437
65952
  var _lBC = "loadBalancersConfig";
65438
65953
  var _lBLP = "loadBalancerListenerPort";
@@ -65472,6 +65987,10 @@ var _lGRTVIGA = "localGatewayRouteTableVirtualInterfaceGroupAssociation";
65472
65987
  var _lGRTVIGAI = "localGatewayRouteTableVirtualInterfaceGroupAssociationId";
65473
65988
  var _lGRTVIGAS = "localGatewayRouteTableVirtualInterfaceGroupAssociationSet";
65474
65989
  var _lGS = "localGatewaySet";
65990
+ var _lGVI = "localGatewayVirtualInterface";
65991
+ var _lGVIA = "localGatewayVirtualInterfaceArn";
65992
+ var _lGVIG = "localGatewayVirtualInterfaceGroup";
65993
+ var _lGVIGA = "localGatewayVirtualInterfaceGroupArn";
65475
65994
  var _lGVIGI = "localGatewayVirtualInterfaceGroupId";
65476
65995
  var _lGVIGS = "localGatewayVirtualInterfaceGroupSet";
65477
65996
  var _lGVII = "localGatewayVirtualInterfaceId";
@@ -65679,7 +66198,10 @@ var _oIAT = "outsideIpAddressType";
65679
66198
  var _oIS = "optInStatus";
65680
66199
  var _oIf = "offeringId";
65681
66200
  var _oIr = "originalIops";
66201
+ var _oIu = "outpostId";
65682
66202
  var _oK = "objectKey";
66203
+ var _oLI = "outpostLagId";
66204
+ var _oLS = "outpostLagSet";
65683
66205
  var _oMAE = "originalMultiAttachEnabled";
65684
66206
  var _oO = "oidcOptions";
65685
66207
  var _oRIWEA = "outputReservedInstancesWillExpireAt";
@@ -65713,6 +66235,7 @@ var _pAee = "peerAsn";
65713
66235
  var _pAu = "publiclyAdvertisable";
65714
66236
  var _pB = "provisionedBandwidth";
65715
66237
  var _pBA = "peerBgpAsn";
66238
+ var _pBAE = "peerBgpAsnExtended";
65716
66239
  var _pBIG = "peakBandwidthInGbps";
65717
66240
  var _pC = "productCodes";
65718
66241
  var _pCB = "poolCidrBlock";
@@ -66055,6 +66578,10 @@ var _sIub = "subnetIds";
66055
66578
  var _sK = "s3Key";
66056
66579
  var _sKo = "s3objectKey";
66057
66580
  var _sL = "s3Location";
66581
+ var _sLVIA = "serviceLinkVirtualInterfaceArn";
66582
+ var _sLVII = "serviceLinkVirtualInterfaceId";
66583
+ var _sLVIIS = "serviceLinkVirtualInterfaceIdSet";
66584
+ var _sLVIS = "serviceLinkVirtualInterfaceSet";
66058
66585
  var _sLp = "spreadLevel";
66059
66586
  var _sM = "serviceManaged";
66060
66587
  var _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
@@ -66359,6 +66886,7 @@ var _vG = "vpnGateway";
66359
66886
  var _vGI = "vpnGatewayId";
66360
66887
  var _vGS = "vpnGatewaySet";
66361
66888
  var _vI = "vpcId";
66889
+ var _vIR = "volumeInitializationRate";
66362
66890
  var _vIl = "vlanId";
66363
66891
  var _vIo = "volumeId";
66364
66892
  var _vM = "volumeModification";
@@ -67060,6 +67588,7 @@ var ResourceType = {
67060
67588
  network_insights_analysis: "network-insights-analysis",
67061
67589
  network_insights_path: "network-insights-path",
67062
67590
  network_interface: "network-interface",
67591
+ outpost_lag: "outpost-lag",
67063
67592
  placement_group: "placement-group",
67064
67593
  prefix_list: "prefix-list",
67065
67594
  replace_root_volume_task: "replace-root-volume-task",
@@ -67070,6 +67599,7 @@ var ResourceType = {
67070
67599
  route_table: "route-table",
67071
67600
  security_group: "security-group",
67072
67601
  security_group_rule: "security-group-rule",
67602
+ service_link_virtual_interface: "service-link-virtual-interface",
67073
67603
  snapshot: "snapshot",
67074
67604
  spot_fleet_request: "spot-fleet-request",
67075
67605
  spot_instances_request: "spot-instances-request",
@@ -69643,6 +70173,19 @@ var LocalGatewayRouteTableMode = {
69643
70173
  coip: "coip",
69644
70174
  direct_vpc_routing: "direct-vpc-routing"
69645
70175
  };
70176
+ var LocalGatewayVirtualInterfaceConfigurationState = {
70177
+ available: "available",
70178
+ deleted: "deleted",
70179
+ deleting: "deleting",
70180
+ pending: "pending"
70181
+ };
70182
+ var LocalGatewayVirtualInterfaceGroupConfigurationState = {
70183
+ available: "available",
70184
+ deleted: "deleted",
70185
+ deleting: "deleting",
70186
+ incomplete: "incomplete",
70187
+ pending: "pending"
70188
+ };
69646
70189
  var PrefixListState = {
69647
70190
  create_complete: "create-complete",
69648
70191
  create_failed: "create-failed",
@@ -70047,14 +70590,6 @@ var ServiceType = {
70047
70590
  GatewayLoadBalancer: "GatewayLoadBalancer",
70048
70591
  Interface: "Interface"
70049
70592
  };
70050
- var ServiceConnectivityType = {
70051
- ipv4: "ipv4",
70052
- ipv6: "ipv6"
70053
- };
70054
- var TunnelInsideIpVersion = {
70055
- ipv4: "ipv4",
70056
- ipv6: "ipv6"
70057
- };
70058
70593
  var LaunchTemplateVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
70059
70594
  ...obj,
70060
70595
  ...obj.LaunchTemplateData && {
@@ -70165,6 +70700,36 @@ var CreateLocalGatewayRouteTableVpcAssociationCommand = class extends import_smi
70165
70700
  }
70166
70701
  };
70167
70702
 
70703
+ // src/commands/CreateLocalGatewayVirtualInterfaceCommand.ts
70704
+
70705
+
70706
+
70707
+ var CreateLocalGatewayVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
70708
+ return [
70709
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
70710
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
70711
+ ];
70712
+ }).s("AmazonEC2", "CreateLocalGatewayVirtualInterface", {}).n("EC2Client", "CreateLocalGatewayVirtualInterfaceCommand").f(void 0, void 0).ser(se_CreateLocalGatewayVirtualInterfaceCommand).de(de_CreateLocalGatewayVirtualInterfaceCommand).build() {
70713
+ static {
70714
+ __name(this, "CreateLocalGatewayVirtualInterfaceCommand");
70715
+ }
70716
+ };
70717
+
70718
+ // src/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.ts
70719
+
70720
+
70721
+
70722
+ var CreateLocalGatewayVirtualInterfaceGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
70723
+ return [
70724
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
70725
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
70726
+ ];
70727
+ }).s("AmazonEC2", "CreateLocalGatewayVirtualInterfaceGroup", {}).n("EC2Client", "CreateLocalGatewayVirtualInterfaceGroupCommand").f(void 0, void 0).ser(se_CreateLocalGatewayVirtualInterfaceGroupCommand).de(de_CreateLocalGatewayVirtualInterfaceGroupCommand).build() {
70728
+ static {
70729
+ __name(this, "CreateLocalGatewayVirtualInterfaceGroupCommand");
70730
+ }
70731
+ };
70732
+
70168
70733
  // src/commands/CreateManagedPrefixListCommand.ts
70169
70734
 
70170
70735
 
@@ -70955,6 +71520,14 @@ var CreateVpcPeeringConnectionCommand = class extends import_smithy_client.Comma
70955
71520
 
70956
71521
  // src/models/models_3.ts
70957
71522
 
71523
+ var ServiceConnectivityType = {
71524
+ ipv4: "ipv4",
71525
+ ipv6: "ipv6"
71526
+ };
71527
+ var TunnelInsideIpVersion = {
71528
+ ipv4: "ipv4",
71529
+ ipv6: "ipv6"
71530
+ };
70958
71531
  var GatewayAssociationState = {
70959
71532
  associated: "associated",
70960
71533
  associating: "associating",
@@ -71080,9 +71653,6 @@ var ClientVpnEndpointAttributeStatusCode = {
71080
71653
  applied: "applied",
71081
71654
  applying: "applying"
71082
71655
  };
71083
- var VpnProtocol = {
71084
- openvpn: "openvpn"
71085
- };
71086
71656
  var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
71087
71657
  ...obj,
71088
71658
  ...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
@@ -71557,6 +72127,36 @@ var DeleteLocalGatewayRouteTableVpcAssociationCommand = class extends import_smi
71557
72127
  }
71558
72128
  };
71559
72129
 
72130
+ // src/commands/DeleteLocalGatewayVirtualInterfaceCommand.ts
72131
+
72132
+
72133
+
72134
+ var DeleteLocalGatewayVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72135
+ return [
72136
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72137
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72138
+ ];
72139
+ }).s("AmazonEC2", "DeleteLocalGatewayVirtualInterface", {}).n("EC2Client", "DeleteLocalGatewayVirtualInterfaceCommand").f(void 0, void 0).ser(se_DeleteLocalGatewayVirtualInterfaceCommand).de(de_DeleteLocalGatewayVirtualInterfaceCommand).build() {
72140
+ static {
72141
+ __name(this, "DeleteLocalGatewayVirtualInterfaceCommand");
72142
+ }
72143
+ };
72144
+
72145
+ // src/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.ts
72146
+
72147
+
72148
+
72149
+ var DeleteLocalGatewayVirtualInterfaceGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72150
+ return [
72151
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72152
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72153
+ ];
72154
+ }).s("AmazonEC2", "DeleteLocalGatewayVirtualInterfaceGroup", {}).n("EC2Client", "DeleteLocalGatewayVirtualInterfaceGroupCommand").f(void 0, void 0).ser(se_DeleteLocalGatewayVirtualInterfaceGroupCommand).de(de_DeleteLocalGatewayVirtualInterfaceGroupCommand).build() {
72155
+ static {
72156
+ __name(this, "DeleteLocalGatewayVirtualInterfaceGroupCommand");
72157
+ }
72158
+ };
72159
+
71560
72160
  // src/commands/DeleteManagedPrefixListCommand.ts
71561
72161
 
71562
72162
 
@@ -72824,6 +73424,9 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
72824
73424
 
72825
73425
  // src/models/models_4.ts
72826
73426
 
73427
+ var VpnProtocol = {
73428
+ openvpn: "openvpn"
73429
+ };
72827
73430
  var ConversionTaskState = {
72828
73431
  active: "active",
72829
73432
  cancelled: "cancelled",
@@ -73137,12 +73740,6 @@ var UsageClassType = {
73137
73740
  on_demand: "on-demand",
73138
73741
  spot: "spot"
73139
73742
  };
73140
- var LockState = {
73141
- compliance: "compliance",
73142
- compliance_cooloff: "compliance-cooloff",
73143
- expired: "expired",
73144
- governance: "governance"
73145
- };
73146
73743
  var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
73147
73744
  ...obj,
73148
73745
  ...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
@@ -74221,6 +74818,21 @@ var DescribeNetworkInterfacesCommand = class extends import_smithy_client.Comman
74221
74818
  }
74222
74819
  };
74223
74820
 
74821
+ // src/commands/DescribeOutpostLagsCommand.ts
74822
+
74823
+
74824
+
74825
+ var DescribeOutpostLagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74826
+ return [
74827
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74828
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74829
+ ];
74830
+ }).s("AmazonEC2", "DescribeOutpostLags", {}).n("EC2Client", "DescribeOutpostLagsCommand").f(void 0, void 0).ser(se_DescribeOutpostLagsCommand).de(de_DescribeOutpostLagsCommand).build() {
74831
+ static {
74832
+ __name(this, "DescribeOutpostLagsCommand");
74833
+ }
74834
+ };
74835
+
74224
74836
  // src/commands/DescribePlacementGroupsCommand.ts
74225
74837
 
74226
74838
 
@@ -74521,6 +75133,21 @@ var DescribeSecurityGroupVpcAssociationsCommand = class extends import_smithy_cl
74521
75133
  }
74522
75134
  };
74523
75135
 
75136
+ // src/commands/DescribeServiceLinkVirtualInterfacesCommand.ts
75137
+
75138
+
75139
+
75140
+ var DescribeServiceLinkVirtualInterfacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
75141
+ return [
75142
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
75143
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
75144
+ ];
75145
+ }).s("AmazonEC2", "DescribeServiceLinkVirtualInterfaces", {}).n("EC2Client", "DescribeServiceLinkVirtualInterfacesCommand").f(void 0, void 0).ser(se_DescribeServiceLinkVirtualInterfacesCommand).de(de_DescribeServiceLinkVirtualInterfacesCommand).build() {
75146
+ static {
75147
+ __name(this, "DescribeServiceLinkVirtualInterfacesCommand");
75148
+ }
75149
+ };
75150
+
74524
75151
  // src/commands/DescribeSnapshotAttributeCommand.ts
74525
75152
 
74526
75153
 
@@ -74618,6 +75245,12 @@ var DescribeSpotFleetRequestHistoryCommand = class extends import_smithy_client.
74618
75245
 
74619
75246
  // src/models/models_5.ts
74620
75247
 
75248
+ var LockState = {
75249
+ compliance: "compliance",
75250
+ compliance_cooloff: "compliance-cooloff",
75251
+ expired: "expired",
75252
+ governance: "governance"
75253
+ };
74621
75254
  var MoveStatus = {
74622
75255
  movingToVpc: "movingToVpc",
74623
75256
  restoringToClassic: "restoringToClassic"
@@ -74672,6 +75305,12 @@ var ReservedInstanceState = {
74672
75305
  queued_deleted: "queued-deleted",
74673
75306
  retired: "retired"
74674
75307
  };
75308
+ var ServiceLinkVirtualInterfaceConfigurationState = {
75309
+ available: "available",
75310
+ deleted: "deleted",
75311
+ deleting: "deleting",
75312
+ pending: "pending"
75313
+ };
74675
75314
  var SnapshotAttributeName = {
74676
75315
  createVolumePermission: "createVolumePermission",
74677
75316
  productCodes: "productCodes"
@@ -74759,9 +75398,6 @@ var VpcBlockPublicAccessState = {
74759
75398
  update_complete: "update-complete",
74760
75399
  update_in_progress: "update-in-progress"
74761
75400
  };
74762
- var ImageBlockPublicAccessDisabledState = {
74763
- unblocked: "unblocked"
74764
- };
74765
75401
  var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
74766
75402
  ...obj,
74767
75403
  ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
@@ -76517,6 +77153,9 @@ var ExportTransitGatewayRoutesCommand = class extends import_smithy_client.Comma
76517
77153
 
76518
77154
  // src/models/models_6.ts
76519
77155
 
77156
+ var ImageBlockPublicAccessDisabledState = {
77157
+ unblocked: "unblocked"
77158
+ };
76520
77159
  var RouteServerPropagationState = {
76521
77160
  AVAILABLE: "available",
76522
77161
  DELETING: "deleting",
@@ -76662,26 +77301,6 @@ var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
76662
77301
  ...obj,
76663
77302
  ...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
76664
77303
  }), "GetPasswordDataResultFilterSensitiveLog");
76665
- var GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
76666
- ...obj,
76667
- ...obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: import_smithy_client.SENSITIVE_STRING }
76668
- }), "GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog");
76669
- var ImageDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
76670
- ...obj,
76671
- ...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
76672
- }), "ImageDiskContainerFilterSensitiveLog");
76673
- var ImportImageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
76674
- ...obj,
76675
- ...obj.DiskContainers && {
76676
- DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item))
76677
- }
76678
- }), "ImportImageRequestFilterSensitiveLog");
76679
- var ImportImageResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
76680
- ...obj,
76681
- ...obj.SnapshotDetails && {
76682
- SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item))
76683
- }
76684
- }), "ImportImageResultFilterSensitiveLog");
76685
77304
 
76686
77305
  // src/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.ts
76687
77306
  var ExportVerifiedAccessInstanceClientConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
@@ -77479,81 +78098,6 @@ var GetVerifiedAccessGroupPolicyCommand = class extends import_smithy_client.Com
77479
78098
 
77480
78099
 
77481
78100
 
77482
- var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77483
- return [
77484
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
77485
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
77486
- ];
77487
- }).s("AmazonEC2", "GetVpnConnectionDeviceSampleConfiguration", {}).n("EC2Client", "GetVpnConnectionDeviceSampleConfigurationCommand").f(void 0, GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog).ser(se_GetVpnConnectionDeviceSampleConfigurationCommand).de(de_GetVpnConnectionDeviceSampleConfigurationCommand).build() {
77488
- static {
77489
- __name(this, "GetVpnConnectionDeviceSampleConfigurationCommand");
77490
- }
77491
- };
77492
-
77493
- // src/commands/GetVpnConnectionDeviceTypesCommand.ts
77494
-
77495
-
77496
-
77497
- var GetVpnConnectionDeviceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77498
- return [
77499
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
77500
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
77501
- ];
77502
- }).s("AmazonEC2", "GetVpnConnectionDeviceTypes", {}).n("EC2Client", "GetVpnConnectionDeviceTypesCommand").f(void 0, void 0).ser(se_GetVpnConnectionDeviceTypesCommand).de(de_GetVpnConnectionDeviceTypesCommand).build() {
77503
- static {
77504
- __name(this, "GetVpnConnectionDeviceTypesCommand");
77505
- }
77506
- };
77507
-
77508
- // src/commands/GetVpnTunnelReplacementStatusCommand.ts
77509
-
77510
-
77511
-
77512
- var GetVpnTunnelReplacementStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77513
- return [
77514
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
77515
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
77516
- ];
77517
- }).s("AmazonEC2", "GetVpnTunnelReplacementStatus", {}).n("EC2Client", "GetVpnTunnelReplacementStatusCommand").f(void 0, void 0).ser(se_GetVpnTunnelReplacementStatusCommand).de(de_GetVpnTunnelReplacementStatusCommand).build() {
77518
- static {
77519
- __name(this, "GetVpnTunnelReplacementStatusCommand");
77520
- }
77521
- };
77522
-
77523
- // src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
77524
-
77525
-
77526
-
77527
- var ImportClientVpnClientCertificateRevocationListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77528
- return [
77529
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
77530
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
77531
- ];
77532
- }).s("AmazonEC2", "ImportClientVpnClientCertificateRevocationList", {}).n("EC2Client", "ImportClientVpnClientCertificateRevocationListCommand").f(void 0, void 0).ser(se_ImportClientVpnClientCertificateRevocationListCommand).de(de_ImportClientVpnClientCertificateRevocationListCommand).build() {
77533
- static {
77534
- __name(this, "ImportClientVpnClientCertificateRevocationListCommand");
77535
- }
77536
- };
77537
-
77538
- // src/commands/ImportImageCommand.ts
77539
-
77540
-
77541
-
77542
- var ImportImageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77543
- return [
77544
- (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
77545
- (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
77546
- ];
77547
- }).s("AmazonEC2", "ImportImage", {}).n("EC2Client", "ImportImageCommand").f(ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog).ser(se_ImportImageCommand).de(de_ImportImageCommand).build() {
77548
- static {
77549
- __name(this, "ImportImageCommand");
77550
- }
77551
- };
77552
-
77553
- // src/commands/ImportInstanceCommand.ts
77554
-
77555
-
77556
-
77557
78101
 
77558
78102
  // src/models/models_7.ts
77559
78103
 
@@ -77636,12 +78180,26 @@ var ReportStatusType = {
77636
78180
  impaired: "impaired",
77637
78181
  ok: "ok"
77638
78182
  };
77639
- var ResetFpgaImageAttributeName = {
77640
- loadPermission: "loadPermission"
77641
- };
77642
- var ResetImageAttributeName = {
77643
- launchPermission: "launchPermission"
77644
- };
78183
+ var GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78184
+ ...obj,
78185
+ ...obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: import_smithy_client.SENSITIVE_STRING }
78186
+ }), "GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog");
78187
+ var ImageDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78188
+ ...obj,
78189
+ ...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
78190
+ }), "ImageDiskContainerFilterSensitiveLog");
78191
+ var ImportImageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78192
+ ...obj,
78193
+ ...obj.DiskContainers && {
78194
+ DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item))
78195
+ }
78196
+ }), "ImportImageRequestFilterSensitiveLog");
78197
+ var ImportImageResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78198
+ ...obj,
78199
+ ...obj.SnapshotDetails && {
78200
+ SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item))
78201
+ }
78202
+ }), "ImportImageResultFilterSensitiveLog");
77645
78203
  var DiskImageDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
77646
78204
  ...obj,
77647
78205
  ...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
@@ -77747,24 +78305,83 @@ var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
77747
78305
  SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
77748
78306
  }
77749
78307
  }), "RequestSpotFleetRequestFilterSensitiveLog");
77750
- var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
77751
- ...obj,
77752
- ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
77753
- }), "RequestSpotLaunchSpecificationFilterSensitiveLog");
77754
- var RequestSpotInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
77755
- ...obj,
77756
- ...obj.LaunchSpecification && {
77757
- LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
78308
+
78309
+ // src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
78310
+ var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78311
+ return [
78312
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78313
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78314
+ ];
78315
+ }).s("AmazonEC2", "GetVpnConnectionDeviceSampleConfiguration", {}).n("EC2Client", "GetVpnConnectionDeviceSampleConfigurationCommand").f(void 0, GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog).ser(se_GetVpnConnectionDeviceSampleConfigurationCommand).de(de_GetVpnConnectionDeviceSampleConfigurationCommand).build() {
78316
+ static {
78317
+ __name(this, "GetVpnConnectionDeviceSampleConfigurationCommand");
77758
78318
  }
77759
- }), "RequestSpotInstancesRequestFilterSensitiveLog");
77760
- var RequestSpotInstancesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
77761
- ...obj,
77762
- ...obj.SpotInstanceRequests && {
77763
- SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
78319
+ };
78320
+
78321
+ // src/commands/GetVpnConnectionDeviceTypesCommand.ts
78322
+
78323
+
78324
+
78325
+ var GetVpnConnectionDeviceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78326
+ return [
78327
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78328
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78329
+ ];
78330
+ }).s("AmazonEC2", "GetVpnConnectionDeviceTypes", {}).n("EC2Client", "GetVpnConnectionDeviceTypesCommand").f(void 0, void 0).ser(se_GetVpnConnectionDeviceTypesCommand).de(de_GetVpnConnectionDeviceTypesCommand).build() {
78331
+ static {
78332
+ __name(this, "GetVpnConnectionDeviceTypesCommand");
77764
78333
  }
77765
- }), "RequestSpotInstancesResultFilterSensitiveLog");
78334
+ };
78335
+
78336
+ // src/commands/GetVpnTunnelReplacementStatusCommand.ts
78337
+
78338
+
78339
+
78340
+ var GetVpnTunnelReplacementStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78341
+ return [
78342
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78343
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78344
+ ];
78345
+ }).s("AmazonEC2", "GetVpnTunnelReplacementStatus", {}).n("EC2Client", "GetVpnTunnelReplacementStatusCommand").f(void 0, void 0).ser(se_GetVpnTunnelReplacementStatusCommand).de(de_GetVpnTunnelReplacementStatusCommand).build() {
78346
+ static {
78347
+ __name(this, "GetVpnTunnelReplacementStatusCommand");
78348
+ }
78349
+ };
78350
+
78351
+ // src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
78352
+
78353
+
78354
+
78355
+ var ImportClientVpnClientCertificateRevocationListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78356
+ return [
78357
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78358
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78359
+ ];
78360
+ }).s("AmazonEC2", "ImportClientVpnClientCertificateRevocationList", {}).n("EC2Client", "ImportClientVpnClientCertificateRevocationListCommand").f(void 0, void 0).ser(se_ImportClientVpnClientCertificateRevocationListCommand).de(de_ImportClientVpnClientCertificateRevocationListCommand).build() {
78361
+ static {
78362
+ __name(this, "ImportClientVpnClientCertificateRevocationListCommand");
78363
+ }
78364
+ };
78365
+
78366
+ // src/commands/ImportImageCommand.ts
78367
+
78368
+
78369
+
78370
+ var ImportImageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78371
+ return [
78372
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78373
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78374
+ ];
78375
+ }).s("AmazonEC2", "ImportImage", {}).n("EC2Client", "ImportImageCommand").f(ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog).ser(se_ImportImageCommand).de(de_ImportImageCommand).build() {
78376
+ static {
78377
+ __name(this, "ImportImageCommand");
78378
+ }
78379
+ };
77766
78380
 
77767
78381
  // src/commands/ImportInstanceCommand.ts
78382
+
78383
+
78384
+
77768
78385
  var ImportInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77769
78386
  return [
77770
78387
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -79478,6 +80095,48 @@ var RequestSpotFleetCommand = class extends import_smithy_client.Command.classBu
79478
80095
 
79479
80096
 
79480
80097
 
80098
+
80099
+ // src/models/models_8.ts
80100
+
80101
+ var ResetFpgaImageAttributeName = {
80102
+ loadPermission: "loadPermission"
80103
+ };
80104
+ var ResetImageAttributeName = {
80105
+ launchPermission: "launchPermission"
80106
+ };
80107
+ var MembershipType = {
80108
+ igmp: "igmp",
80109
+ static: "static"
80110
+ };
80111
+ var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80112
+ ...obj,
80113
+ ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
80114
+ }), "RequestSpotLaunchSpecificationFilterSensitiveLog");
80115
+ var RequestSpotInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80116
+ ...obj,
80117
+ ...obj.LaunchSpecification && {
80118
+ LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
80119
+ }
80120
+ }), "RequestSpotInstancesRequestFilterSensitiveLog");
80121
+ var RequestSpotInstancesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80122
+ ...obj,
80123
+ ...obj.SpotInstanceRequests && {
80124
+ SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
80125
+ }
80126
+ }), "RequestSpotInstancesResultFilterSensitiveLog");
80127
+ var RunInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80128
+ ...obj,
80129
+ ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
80130
+ }), "RunInstancesRequestFilterSensitiveLog");
80131
+ var ScheduledInstancesLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80132
+ ...obj
80133
+ }), "ScheduledInstancesLaunchSpecificationFilterSensitiveLog");
80134
+ var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80135
+ ...obj,
80136
+ ...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
80137
+ }), "RunScheduledInstancesRequestFilterSensitiveLog");
80138
+
80139
+ // src/commands/RequestSpotInstancesCommand.ts
79481
80140
  var RequestSpotInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
79482
80141
  return [
79483
80142
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -79718,26 +80377,6 @@ var RevokeSecurityGroupIngressCommand = class extends import_smithy_client.Comma
79718
80377
 
79719
80378
 
79720
80379
 
79721
-
79722
- // src/models/models_8.ts
79723
-
79724
- var MembershipType = {
79725
- igmp: "igmp",
79726
- static: "static"
79727
- };
79728
- var RunInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
79729
- ...obj,
79730
- ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
79731
- }), "RunInstancesRequestFilterSensitiveLog");
79732
- var ScheduledInstancesLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
79733
- ...obj
79734
- }), "ScheduledInstancesLaunchSpecificationFilterSensitiveLog");
79735
- var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
79736
- ...obj,
79737
- ...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
79738
- }), "RunScheduledInstancesRequestFilterSensitiveLog");
79739
-
79740
- // src/commands/RunInstancesCommand.ts
79741
80380
  var RunInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
79742
80381
  return [
79743
80382
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -80159,6 +80798,8 @@ var commands = {
80159
80798
  CreateLocalGatewayRouteTableCommand,
80160
80799
  CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
80161
80800
  CreateLocalGatewayRouteTableVpcAssociationCommand,
80801
+ CreateLocalGatewayVirtualInterfaceCommand,
80802
+ CreateLocalGatewayVirtualInterfaceGroupCommand,
80162
80803
  CreateManagedPrefixListCommand,
80163
80804
  CreateNatGatewayCommand,
80164
80805
  CreateNetworkAclCommand,
@@ -80240,6 +80881,8 @@ var commands = {
80240
80881
  DeleteLocalGatewayRouteTableCommand,
80241
80882
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
80242
80883
  DeleteLocalGatewayRouteTableVpcAssociationCommand,
80884
+ DeleteLocalGatewayVirtualInterfaceCommand,
80885
+ DeleteLocalGatewayVirtualInterfaceGroupCommand,
80243
80886
  DeleteManagedPrefixListCommand,
80244
80887
  DeleteNatGatewayCommand,
80245
80888
  DeleteNetworkAclCommand,
@@ -80392,6 +81035,7 @@ var commands = {
80392
81035
  DescribeNetworkInterfaceAttributeCommand,
80393
81036
  DescribeNetworkInterfacePermissionsCommand,
80394
81037
  DescribeNetworkInterfacesCommand,
81038
+ DescribeOutpostLagsCommand,
80395
81039
  DescribePlacementGroupsCommand,
80396
81040
  DescribePrefixListsCommand,
80397
81041
  DescribePrincipalIdFormatCommand,
@@ -80412,6 +81056,7 @@ var commands = {
80412
81056
  DescribeSecurityGroupRulesCommand,
80413
81057
  DescribeSecurityGroupsCommand,
80414
81058
  DescribeSecurityGroupVpcAssociationsCommand,
81059
+ DescribeServiceLinkVirtualInterfacesCommand,
80415
81060
  DescribeSnapshotAttributeCommand,
80416
81061
  DescribeSnapshotsCommand,
80417
81062
  DescribeSnapshotTierStatusCommand,
@@ -83322,6 +83967,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83322
83967
  CreateLocalGatewayRouteTableCommand,
83323
83968
  CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
83324
83969
  CreateLocalGatewayRouteTableVpcAssociationCommand,
83970
+ CreateLocalGatewayVirtualInterfaceCommand,
83971
+ CreateLocalGatewayVirtualInterfaceGroupCommand,
83325
83972
  CreateManagedPrefixListCommand,
83326
83973
  CreateNatGatewayCommand,
83327
83974
  CreateNetworkAclCommand,
@@ -83403,6 +84050,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83403
84050
  DeleteLocalGatewayRouteTableCommand,
83404
84051
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
83405
84052
  DeleteLocalGatewayRouteTableVpcAssociationCommand,
84053
+ DeleteLocalGatewayVirtualInterfaceCommand,
84054
+ DeleteLocalGatewayVirtualInterfaceGroupCommand,
83406
84055
  DeleteManagedPrefixListCommand,
83407
84056
  DeleteNatGatewayCommand,
83408
84057
  DeleteNetworkAclCommand,
@@ -83555,6 +84204,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83555
84204
  DescribeNetworkInterfaceAttributeCommand,
83556
84205
  DescribeNetworkInterfacePermissionsCommand,
83557
84206
  DescribeNetworkInterfacesCommand,
84207
+ DescribeOutpostLagsCommand,
83558
84208
  DescribePlacementGroupsCommand,
83559
84209
  DescribePrefixListsCommand,
83560
84210
  DescribePrincipalIdFormatCommand,
@@ -83575,6 +84225,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83575
84225
  DescribeSecurityGroupRulesCommand,
83576
84226
  DescribeSecurityGroupVpcAssociationsCommand,
83577
84227
  DescribeSecurityGroupsCommand,
84228
+ DescribeServiceLinkVirtualInterfacesCommand,
83578
84229
  DescribeSnapshotAttributeCommand,
83579
84230
  DescribeSnapshotTierStatusCommand,
83580
84231
  DescribeSnapshotsCommand,
@@ -84287,6 +84938,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84287
84938
  LocalGatewayRouteState,
84288
84939
  LocalGatewayRouteType,
84289
84940
  LocalGatewayRouteTableMode,
84941
+ LocalGatewayVirtualInterfaceConfigurationState,
84942
+ LocalGatewayVirtualInterfaceGroupConfigurationState,
84290
84943
  PrefixListState,
84291
84944
  ConnectivityType,
84292
84945
  NatGatewayState,
@@ -84359,14 +85012,14 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84359
85012
  DnsNameState,
84360
85013
  ServiceState,
84361
85014
  ServiceType,
84362
- ServiceConnectivityType,
84363
- TunnelInsideIpVersion,
84364
85015
  LaunchTemplateVersionFilterSensitiveLog,
84365
85016
  CreateLaunchTemplateVersionResultFilterSensitiveLog,
84366
85017
  CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
84367
85018
  CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
84368
85019
  CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
84369
85020
  CreateVerifiedAccessTrustProviderResultFilterSensitiveLog,
85021
+ ServiceConnectivityType,
85022
+ TunnelInsideIpVersion,
84370
85023
  GatewayAssociationState,
84371
85024
  VpnStaticRouteSource,
84372
85025
  VpnState,
@@ -84389,7 +85042,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84389
85042
  ClientVpnConnectionStatusCode,
84390
85043
  AssociatedNetworkType,
84391
85044
  ClientVpnEndpointAttributeStatusCode,
84392
- VpnProtocol,
84393
85045
  VpnTunnelOptionsSpecificationFilterSensitiveLog,
84394
85046
  VpnConnectionOptionsSpecificationFilterSensitiveLog,
84395
85047
  CreateVpnConnectionRequestFilterSensitiveLog,
@@ -84399,6 +85051,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84399
85051
  CreateVpnConnectionResultFilterSensitiveLog,
84400
85052
  DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
84401
85053
  DescribeBundleTasksResultFilterSensitiveLog,
85054
+ VpnProtocol,
84402
85055
  ConversionTaskState,
84403
85056
  ReportState,
84404
85057
  ElasticGpuStatus,
@@ -84458,7 +85111,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84458
85111
  BootModeType,
84459
85112
  RootDeviceType,
84460
85113
  UsageClassType,
84461
- LockState,
84462
85114
  DiskImageDescriptionFilterSensitiveLog,
84463
85115
  ImportInstanceVolumeDetailItemFilterSensitiveLog,
84464
85116
  ImportInstanceTaskDetailsFilterSensitiveLog,
@@ -84472,6 +85124,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84472
85124
  ImportSnapshotTaskFilterSensitiveLog,
84473
85125
  DescribeImportSnapshotTasksResultFilterSensitiveLog,
84474
85126
  DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
85127
+ LockState,
84475
85128
  MoveStatus,
84476
85129
  FindingsFound,
84477
85130
  AnalysisStatus,
@@ -84482,6 +85135,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84482
85135
  RecurringChargeFrequency,
84483
85136
  Scope,
84484
85137
  ReservedInstanceState,
85138
+ ServiceLinkVirtualInterfaceConfigurationState,
84485
85139
  SnapshotAttributeName,
84486
85140
  TieringOperationStatus,
84487
85141
  EventType,
@@ -84499,7 +85153,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84499
85153
  InternetGatewayBlockMode,
84500
85154
  ManagedBy,
84501
85155
  VpcBlockPublicAccessState,
84502
- ImageBlockPublicAccessDisabledState,
84503
85156
  SpotFleetLaunchSpecificationFilterSensitiveLog,
84504
85157
  SpotFleetRequestConfigDataFilterSensitiveLog,
84505
85158
  SpotFleetRequestConfigFilterSensitiveLog,
@@ -84510,6 +85163,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84510
85163
  DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
84511
85164
  DescribeVpnConnectionsResultFilterSensitiveLog,
84512
85165
  DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
85166
+ ImageBlockPublicAccessDisabledState,
84513
85167
  RouteServerPropagationState,
84514
85168
  SnapshotBlockPublicAccessState,
84515
85169
  TransitGatewayPropagationState,
@@ -84537,10 +85191,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84537
85191
  GetInstanceTpmEkPubResultFilterSensitiveLog,
84538
85192
  GetLaunchTemplateDataResultFilterSensitiveLog,
84539
85193
  GetPasswordDataResultFilterSensitiveLog,
84540
- GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
84541
- ImageDiskContainerFilterSensitiveLog,
84542
- ImportImageRequestFilterSensitiveLog,
84543
- ImportImageResultFilterSensitiveLog,
84544
85194
  LockMode,
84545
85195
  ModifyAvailabilityZoneOptInStatus,
84546
85196
  OperationType,
@@ -84557,8 +85207,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84557
85207
  VerificationMethod,
84558
85208
  ReportInstanceReasonCodes,
84559
85209
  ReportStatusType,
84560
- ResetFpgaImageAttributeName,
84561
- ResetImageAttributeName,
85210
+ GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
85211
+ ImageDiskContainerFilterSensitiveLog,
85212
+ ImportImageRequestFilterSensitiveLog,
85213
+ ImportImageResultFilterSensitiveLog,
84562
85214
  DiskImageDetailFilterSensitiveLog,
84563
85215
  DiskImageFilterSensitiveLog,
84564
85216
  UserDataFilterSensitiveLog,
@@ -84582,10 +85234,12 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84582
85234
  ModifyVpnTunnelOptionsResultFilterSensitiveLog,
84583
85235
  ReportInstanceStatusRequestFilterSensitiveLog,
84584
85236
  RequestSpotFleetRequestFilterSensitiveLog,
85237
+ ResetFpgaImageAttributeName,
85238
+ ResetImageAttributeName,
85239
+ MembershipType,
84585
85240
  RequestSpotLaunchSpecificationFilterSensitiveLog,
84586
85241
  RequestSpotInstancesRequestFilterSensitiveLog,
84587
85242
  RequestSpotInstancesResultFilterSensitiveLog,
84588
- MembershipType,
84589
85243
  RunInstancesRequestFilterSensitiveLog,
84590
85244
  ScheduledInstancesLaunchSpecificationFilterSensitiveLog,
84591
85245
  RunScheduledInstancesRequestFilterSensitiveLog