@aws-sdk/client-ec2 3.800.0 → 3.803.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (219) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +827 -196
  3. package/dist-es/EC2.js +12 -0
  4. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceCommand.js +22 -0
  5. package/dist-es/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  6. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceCommand.js +22 -0
  7. package/dist-es/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.js +22 -0
  8. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  9. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  10. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  11. package/dist-es/commands/ImportImageCommand.js +1 -1
  12. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  14. package/dist-es/commands/index.js +6 -0
  15. package/dist-es/models/models_0.js +2 -0
  16. package/dist-es/models/models_2.js +13 -8
  17. package/dist-es/models/models_3.js +8 -3
  18. package/dist-es/models/models_4.js +3 -6
  19. package/dist-es/models/models_5.js +12 -3
  20. package/dist-es/models/models_6.js +3 -21
  21. package/dist-es/models/models_7.js +22 -24
  22. package/dist-es/models/models_8.js +23 -0
  23. package/dist-es/protocols/Aws_ec2.js +537 -29
  24. package/dist-types/EC2.d.ts +44 -0
  25. package/dist-types/EC2Client.d.ts +8 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  58. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  59. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  63. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  64. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  70. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  71. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  105. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  106. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  108. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  109. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  110. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  111. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  112. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  113. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  114. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  115. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  116. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  117. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -2
  120. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  121. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  122. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  123. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  124. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  125. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  126. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  127. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  128. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  129. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  130. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  131. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  132. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  133. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  134. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  135. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  136. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  137. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  138. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  139. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  140. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  141. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  142. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  143. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  144. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  145. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  146. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  147. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  148. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  149. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  150. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  151. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  152. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  153. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -2
  154. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  155. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  156. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  157. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  158. package/dist-types/commands/index.d.ts +6 -0
  159. package/dist-types/models/models_0.d.ts +2 -0
  160. package/dist-types/models/models_1.d.ts +1 -1
  161. package/dist-types/models/models_2.d.ts +263 -214
  162. package/dist-types/models/models_3.d.ts +270 -454
  163. package/dist-types/models/models_4.d.ts +3916 -3906
  164. package/dist-types/models/models_5.d.ts +1257 -949
  165. package/dist-types/models/models_6.d.ts +3406 -3631
  166. package/dist-types/models/models_7.d.ts +1826 -1723
  167. package/dist-types/models/models_8.d.ts +471 -3
  168. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  169. package/dist-types/ts3.4/EC2.d.ts +134 -0
  170. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  171. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  173. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  174. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  176. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  177. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  178. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +4 -2
  185. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  194. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  200. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +4 -2
  209. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  210. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  211. package/dist-types/ts3.4/models/models_2.d.ts +74 -54
  212. package/dist-types/ts3.4/models/models_3.d.ts +76 -97
  213. package/dist-types/ts3.4/models/models_4.d.ts +104 -79
  214. package/dist-types/ts3.4/models/models_5.d.ts +119 -90
  215. package/dist-types/ts3.4/models/models_6.d.ts +83 -126
  216. package/dist-types/ts3.4/models/models_7.d.ts +127 -115
  217. package/dist-types/ts3.4/models/models_8.d.ts +110 -0
  218. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  219. package/package.json +4 -4
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) {
@@ -21359,8 +21564,8 @@ var se_CreateVerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name(
21359
21564
  if (input[_Po] != null) {
21360
21565
  entries[_Po] = input[_Po];
21361
21566
  }
21362
- if (input[_LBA] != null) {
21363
- entries[_LBA] = input[_LBA];
21567
+ if (input[_LBAo] != null) {
21568
+ entries[_LBAo] = input[_LBAo];
21364
21569
  }
21365
21570
  if (input[_SIu] != null) {
21366
21571
  const memberEntries = se_CreateVerifiedAccessEndpointSubnetIdList(input[_SIu], context);
@@ -22515,6 +22720,26 @@ var se_DeleteLocalGatewayRouteTableVpcAssociationRequest = /* @__PURE__ */ __nam
22515
22720
  }
22516
22721
  return entries;
22517
22722
  }, "se_DeleteLocalGatewayRouteTableVpcAssociationRequest");
22723
+ var se_DeleteLocalGatewayVirtualInterfaceGroupRequest = /* @__PURE__ */ __name((input, context) => {
22724
+ const entries = {};
22725
+ if (input[_LGVIGI] != null) {
22726
+ entries[_LGVIGI] = input[_LGVIGI];
22727
+ }
22728
+ if (input[_DRr] != null) {
22729
+ entries[_DRr] = input[_DRr];
22730
+ }
22731
+ return entries;
22732
+ }, "se_DeleteLocalGatewayVirtualInterfaceGroupRequest");
22733
+ var se_DeleteLocalGatewayVirtualInterfaceRequest = /* @__PURE__ */ __name((input, context) => {
22734
+ const entries = {};
22735
+ if (input[_LGVII] != null) {
22736
+ entries[_LGVII] = input[_LGVII];
22737
+ }
22738
+ if (input[_DRr] != null) {
22739
+ entries[_DRr] = input[_DRr];
22740
+ }
22741
+ return entries;
22742
+ }, "se_DeleteLocalGatewayVirtualInterfaceRequest");
22518
22743
  var se_DeleteManagedPrefixListRequest = /* @__PURE__ */ __name((input, context) => {
22519
22744
  const entries = {};
22520
22745
  if (input[_DRr] != null) {
@@ -25173,8 +25398,8 @@ var se_DescribeLocalGatewayVirtualInterfaceGroupsRequest = /* @__PURE__ */ __nam
25173
25398
  }, "se_DescribeLocalGatewayVirtualInterfaceGroupsRequest");
25174
25399
  var se_DescribeLocalGatewayVirtualInterfacesRequest = /* @__PURE__ */ __name((input, context) => {
25175
25400
  const entries = {};
25176
- if (input[_LGVII] != null) {
25177
- const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVII], context);
25401
+ if (input[_LGVIIo] != null) {
25402
+ const memberEntries = se_LocalGatewayVirtualInterfaceIdSet(input[_LGVIIo], context);
25178
25403
  Object.entries(memberEntries).forEach(([key, value]) => {
25179
25404
  const loc = `LocalGatewayVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
25180
25405
  entries[loc] = value;
@@ -25547,6 +25772,33 @@ var se_DescribeNetworkInterfacesRequest = /* @__PURE__ */ __name((input, context
25547
25772
  }
25548
25773
  return entries;
25549
25774
  }, "se_DescribeNetworkInterfacesRequest");
25775
+ var se_DescribeOutpostLagsRequest = /* @__PURE__ */ __name((input, context) => {
25776
+ const entries = {};
25777
+ if (input[_OLIu] != null) {
25778
+ const memberEntries = se_OutpostLagIdSet(input[_OLIu], context);
25779
+ Object.entries(memberEntries).forEach(([key, value]) => {
25780
+ const loc = `OutpostLagId.${key.substring(key.indexOf(".") + 1)}`;
25781
+ entries[loc] = value;
25782
+ });
25783
+ }
25784
+ if (input[_Fi] != null) {
25785
+ const memberEntries = se_FilterList(input[_Fi], context);
25786
+ Object.entries(memberEntries).forEach(([key, value]) => {
25787
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
25788
+ entries[loc] = value;
25789
+ });
25790
+ }
25791
+ if (input[_MR] != null) {
25792
+ entries[_MR] = input[_MR];
25793
+ }
25794
+ if (input[_NT] != null) {
25795
+ entries[_NT] = input[_NT];
25796
+ }
25797
+ if (input[_DRr] != null) {
25798
+ entries[_DRr] = input[_DRr];
25799
+ }
25800
+ return entries;
25801
+ }, "se_DescribeOutpostLagsRequest");
25550
25802
  var se_DescribePlacementGroupsRequest = /* @__PURE__ */ __name((input, context) => {
25551
25803
  const entries = {};
25552
25804
  if (input[_GIro] != null) {
@@ -26096,6 +26348,33 @@ var se_DescribeSecurityGroupVpcAssociationsRequest = /* @__PURE__ */ __name((inp
26096
26348
  }
26097
26349
  return entries;
26098
26350
  }, "se_DescribeSecurityGroupVpcAssociationsRequest");
26351
+ var se_DescribeServiceLinkVirtualInterfacesRequest = /* @__PURE__ */ __name((input, context) => {
26352
+ const entries = {};
26353
+ if (input[_SLVII] != null) {
26354
+ const memberEntries = se_ServiceLinkVirtualInterfaceIdSet(input[_SLVII], context);
26355
+ Object.entries(memberEntries).forEach(([key, value]) => {
26356
+ const loc = `ServiceLinkVirtualInterfaceId.${key.substring(key.indexOf(".") + 1)}`;
26357
+ entries[loc] = value;
26358
+ });
26359
+ }
26360
+ if (input[_Fi] != null) {
26361
+ const memberEntries = se_FilterList(input[_Fi], context);
26362
+ Object.entries(memberEntries).forEach(([key, value]) => {
26363
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
26364
+ entries[loc] = value;
26365
+ });
26366
+ }
26367
+ if (input[_MR] != null) {
26368
+ entries[_MR] = input[_MR];
26369
+ }
26370
+ if (input[_NT] != null) {
26371
+ entries[_NT] = input[_NT];
26372
+ }
26373
+ if (input[_DRr] != null) {
26374
+ entries[_DRr] = input[_DRr];
26375
+ }
26376
+ return entries;
26377
+ }, "se_DescribeServiceLinkVirtualInterfacesRequest");
26099
26378
  var se_DescribeSnapshotAttributeRequest = /* @__PURE__ */ __name((input, context) => {
26100
26379
  const entries = {};
26101
26380
  if (input[_At] != null) {
@@ -35018,6 +35297,18 @@ var se_OrganizationArnStringList = /* @__PURE__ */ __name((input, context) => {
35018
35297
  }
35019
35298
  return entries;
35020
35299
  }, "se_OrganizationArnStringList");
35300
+ var se_OutpostLagIdSet = /* @__PURE__ */ __name((input, context) => {
35301
+ const entries = {};
35302
+ let counter = 1;
35303
+ for (const entry of input) {
35304
+ if (entry === null) {
35305
+ continue;
35306
+ }
35307
+ entries[`Item.${counter}`] = entry;
35308
+ counter++;
35309
+ }
35310
+ return entries;
35311
+ }, "se_OutpostLagIdSet");
35021
35312
  var se_OwnerStringList = /* @__PURE__ */ __name((input, context) => {
35022
35313
  const entries = {};
35023
35314
  let counter = 1;
@@ -38174,6 +38465,18 @@ var se_SendDiagnosticInterruptRequest = /* @__PURE__ */ __name((input, context)
38174
38465
  }
38175
38466
  return entries;
38176
38467
  }, "se_SendDiagnosticInterruptRequest");
38468
+ var se_ServiceLinkVirtualInterfaceIdSet = /* @__PURE__ */ __name((input, context) => {
38469
+ const entries = {};
38470
+ let counter = 1;
38471
+ for (const entry of input) {
38472
+ if (entry === null) {
38473
+ continue;
38474
+ }
38475
+ entries[`Item.${counter}`] = entry;
38476
+ counter++;
38477
+ }
38478
+ return entries;
38479
+ }, "se_ServiceLinkVirtualInterfaceIdSet");
38177
38480
  var se_SlotDateTimeRangeRequest = /* @__PURE__ */ __name((input, context) => {
38178
38481
  const entries = {};
38179
38482
  if (input[_ETa] != null) {
@@ -42877,6 +43180,20 @@ var de_CreateLocalGatewayRouteTableVpcAssociationResult = /* @__PURE__ */ __name
42877
43180
  }
42878
43181
  return contents;
42879
43182
  }, "de_CreateLocalGatewayRouteTableVpcAssociationResult");
43183
+ var de_CreateLocalGatewayVirtualInterfaceGroupResult = /* @__PURE__ */ __name((output, context) => {
43184
+ const contents = {};
43185
+ if (output[_lGVIG] != null) {
43186
+ contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
43187
+ }
43188
+ return contents;
43189
+ }, "de_CreateLocalGatewayVirtualInterfaceGroupResult");
43190
+ var de_CreateLocalGatewayVirtualInterfaceResult = /* @__PURE__ */ __name((output, context) => {
43191
+ const contents = {};
43192
+ if (output[_lGVI] != null) {
43193
+ contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
43194
+ }
43195
+ return contents;
43196
+ }, "de_CreateLocalGatewayVirtualInterfaceResult");
42880
43197
  var de_CreateManagedPrefixListResult = /* @__PURE__ */ __name((output, context) => {
42881
43198
  const contents = {};
42882
43199
  if (output[_pL] != null) {
@@ -43675,6 +43992,20 @@ var de_DeleteLocalGatewayRouteTableVpcAssociationResult = /* @__PURE__ */ __name
43675
43992
  }
43676
43993
  return contents;
43677
43994
  }, "de_DeleteLocalGatewayRouteTableVpcAssociationResult");
43995
+ var de_DeleteLocalGatewayVirtualInterfaceGroupResult = /* @__PURE__ */ __name((output, context) => {
43996
+ const contents = {};
43997
+ if (output[_lGVIG] != null) {
43998
+ contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroup(output[_lGVIG], context);
43999
+ }
44000
+ return contents;
44001
+ }, "de_DeleteLocalGatewayVirtualInterfaceGroupResult");
44002
+ var de_DeleteLocalGatewayVirtualInterfaceResult = /* @__PURE__ */ __name((output, context) => {
44003
+ const contents = {};
44004
+ if (output[_lGVI] != null) {
44005
+ contents[_LGVI] = de_LocalGatewayVirtualInterface(output[_lGVI], context);
44006
+ }
44007
+ return contents;
44008
+ }, "de_DeleteLocalGatewayVirtualInterfaceResult");
43678
44009
  var de_DeleteManagedPrefixListResult = /* @__PURE__ */ __name((output, context) => {
43679
44010
  const contents = {};
43680
44011
  if (output[_pL] != null) {
@@ -45035,9 +45366,9 @@ var de_DescribeLocalGatewaysResult = /* @__PURE__ */ __name((output, context) =>
45035
45366
  var de_DescribeLocalGatewayVirtualInterfaceGroupsResult = /* @__PURE__ */ __name((output, context) => {
45036
45367
  const contents = {};
45037
45368
  if (output.localGatewayVirtualInterfaceGroupSet === "") {
45038
- contents[_LGVIG] = [];
45369
+ contents[_LGVIGo] = [];
45039
45370
  } else if (output[_lGVIGS] != null && output[_lGVIGS][_i] != null) {
45040
- contents[_LGVIG] = de_LocalGatewayVirtualInterfaceGroupSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIGS][_i]), context);
45371
+ contents[_LGVIGo] = de_LocalGatewayVirtualInterfaceGroupSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIGS][_i]), context);
45041
45372
  }
45042
45373
  if (output[_nTe] != null) {
45043
45374
  contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
@@ -45047,9 +45378,9 @@ var de_DescribeLocalGatewayVirtualInterfaceGroupsResult = /* @__PURE__ */ __name
45047
45378
  var de_DescribeLocalGatewayVirtualInterfacesResult = /* @__PURE__ */ __name((output, context) => {
45048
45379
  const contents = {};
45049
45380
  if (output.localGatewayVirtualInterfaceSet === "") {
45050
- contents[_LGVI] = [];
45381
+ contents[_LGVIo] = [];
45051
45382
  } else if (output[_lGVIS] != null && output[_lGVIS][_i] != null) {
45052
- contents[_LGVI] = de_LocalGatewayVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIS][_i]), context);
45383
+ contents[_LGVIo] = de_LocalGatewayVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIS][_i]), context);
45053
45384
  }
45054
45385
  if (output[_nTe] != null) {
45055
45386
  contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
@@ -45224,6 +45555,18 @@ var de_DescribeNetworkInterfacesResult = /* @__PURE__ */ __name((output, context
45224
45555
  }
45225
45556
  return contents;
45226
45557
  }, "de_DescribeNetworkInterfacesResult");
45558
+ var de_DescribeOutpostLagsResult = /* @__PURE__ */ __name((output, context) => {
45559
+ const contents = {};
45560
+ if (output.outpostLagSet === "") {
45561
+ contents[_OL] = [];
45562
+ } else if (output[_oLS] != null && output[_oLS][_i] != null) {
45563
+ contents[_OL] = de_OutpostLagSet((0, import_smithy_client.getArrayIfSingleItem)(output[_oLS][_i]), context);
45564
+ }
45565
+ if (output[_nTe] != null) {
45566
+ contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
45567
+ }
45568
+ return contents;
45569
+ }, "de_DescribeOutpostLagsResult");
45227
45570
  var de_DescribePlacementGroupsResult = /* @__PURE__ */ __name((output, context) => {
45228
45571
  const contents = {};
45229
45572
  if (output.placementGroupSet === "") {
@@ -45449,6 +45792,18 @@ var de_DescribeSecurityGroupVpcAssociationsResult = /* @__PURE__ */ __name((outp
45449
45792
  }
45450
45793
  return contents;
45451
45794
  }, "de_DescribeSecurityGroupVpcAssociationsResult");
45795
+ var de_DescribeServiceLinkVirtualInterfacesResult = /* @__PURE__ */ __name((output, context) => {
45796
+ const contents = {};
45797
+ if (output.serviceLinkVirtualInterfaceSet === "") {
45798
+ contents[_SLVI] = [];
45799
+ } else if (output[_sLVIS] != null && output[_sLVIS][_i] != null) {
45800
+ contents[_SLVI] = de_ServiceLinkVirtualInterfaceSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sLVIS][_i]), context);
45801
+ }
45802
+ if (output[_nTe] != null) {
45803
+ contents[_NT] = (0, import_smithy_client.expectString)(output[_nTe]);
45804
+ }
45805
+ return contents;
45806
+ }, "de_DescribeServiceLinkVirtualInterfacesResult");
45452
45807
  var de_DescribeSnapshotAttributeResult = /* @__PURE__ */ __name((output, context) => {
45453
45808
  const contents = {};
45454
45809
  if (output.productCodes === "") {
@@ -47311,7 +47666,7 @@ var de_Explanation = /* @__PURE__ */ __name((output, context) => {
47311
47666
  contents[_IGn] = de_AnalysisComponent(output[_iG], context);
47312
47667
  }
47313
47668
  if (output[_lBA] != null) {
47314
- contents[_LBA] = (0, import_smithy_client.expectString)(output[_lBA]);
47669
+ contents[_LBAo] = (0, import_smithy_client.expectString)(output[_lBA]);
47315
47670
  }
47316
47671
  if (output[_cLBL] != null) {
47317
47672
  contents[_CLBL] = de_AnalysisLoadBalancerListener(output[_cLBL], context);
@@ -53000,11 +53355,20 @@ var de_LocalGatewaySet = /* @__PURE__ */ __name((output, context) => {
53000
53355
  var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) => {
53001
53356
  const contents = {};
53002
53357
  if (output[_lGVII] != null) {
53003
- contents[_LGVIIo] = (0, import_smithy_client.expectString)(output[_lGVII]);
53358
+ contents[_LGVII] = (0, import_smithy_client.expectString)(output[_lGVII]);
53004
53359
  }
53005
53360
  if (output[_lGI] != null) {
53006
53361
  contents[_LGI] = (0, import_smithy_client.expectString)(output[_lGI]);
53007
53362
  }
53363
+ if (output[_lGVIGI] != null) {
53364
+ contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
53365
+ }
53366
+ if (output[_lGVIA] != null) {
53367
+ contents[_LGVIA] = (0, import_smithy_client.expectString)(output[_lGVIA]);
53368
+ }
53369
+ if (output[_oLI] != null) {
53370
+ contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
53371
+ }
53008
53372
  if (output[_vl] != null) {
53009
53373
  contents[_Vl] = (0, import_smithy_client.strictParseInt32)(output[_vl]);
53010
53374
  }
@@ -53015,11 +53379,14 @@ var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) =
53015
53379
  contents[_PAe] = (0, import_smithy_client.expectString)(output[_pAe]);
53016
53380
  }
53017
53381
  if (output[_lBAo] != null) {
53018
- contents[_LBAo] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
53382
+ contents[_LBA] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
53019
53383
  }
53020
53384
  if (output[_pBA] != null) {
53021
53385
  contents[_PBA] = (0, import_smithy_client.strictParseInt32)(output[_pBA]);
53022
53386
  }
53387
+ if (output[_pBAE] != null) {
53388
+ contents[_PBAE] = (0, import_smithy_client.strictParseLong)(output[_pBAE]);
53389
+ }
53023
53390
  if (output[_oI] != null) {
53024
53391
  contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
53025
53392
  }
@@ -53028,6 +53395,9 @@ var de_LocalGatewayVirtualInterface = /* @__PURE__ */ __name((output, context) =
53028
53395
  } else if (output[_tS] != null && output[_tS][_i] != null) {
53029
53396
  contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
53030
53397
  }
53398
+ if (output[_cSon] != null) {
53399
+ contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
53400
+ }
53031
53401
  return contents;
53032
53402
  }, "de_LocalGatewayVirtualInterface");
53033
53403
  var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, context) => {
@@ -53036,9 +53406,9 @@ var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, conte
53036
53406
  contents[_LGVIGI] = (0, import_smithy_client.expectString)(output[_lGVIGI]);
53037
53407
  }
53038
53408
  if (output.localGatewayVirtualInterfaceIdSet === "") {
53039
- contents[_LGVII] = [];
53409
+ contents[_LGVIIo] = [];
53040
53410
  } else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
53041
- contents[_LGVII] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
53411
+ contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
53042
53412
  }
53043
53413
  if (output[_lGI] != null) {
53044
53414
  contents[_LGI] = (0, import_smithy_client.expectString)(output[_lGI]);
@@ -53046,11 +53416,23 @@ var de_LocalGatewayVirtualInterfaceGroup = /* @__PURE__ */ __name((output, conte
53046
53416
  if (output[_oI] != null) {
53047
53417
  contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
53048
53418
  }
53419
+ if (output[_lBAo] != null) {
53420
+ contents[_LBA] = (0, import_smithy_client.strictParseInt32)(output[_lBAo]);
53421
+ }
53422
+ if (output[_lBAE] != null) {
53423
+ contents[_LBAE] = (0, import_smithy_client.strictParseLong)(output[_lBAE]);
53424
+ }
53425
+ if (output[_lGVIGA] != null) {
53426
+ contents[_LGVIGA] = (0, import_smithy_client.expectString)(output[_lGVIGA]);
53427
+ }
53049
53428
  if (output.tagSet === "") {
53050
53429
  contents[_Ta] = [];
53051
53430
  } else if (output[_tS] != null && output[_tS][_i] != null) {
53052
53431
  contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
53053
53432
  }
53433
+ if (output[_cSon] != null) {
53434
+ contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
53435
+ }
53054
53436
  return contents;
53055
53437
  }, "de_LocalGatewayVirtualInterfaceGroup");
53056
53438
  var de_LocalGatewayVirtualInterfaceGroupSet = /* @__PURE__ */ __name((output, context) => {
@@ -54715,6 +55097,42 @@ var de_OperatorResponse = /* @__PURE__ */ __name((output, context) => {
54715
55097
  }
54716
55098
  return contents;
54717
55099
  }, "de_OperatorResponse");
55100
+ var de_OutpostLag = /* @__PURE__ */ __name((output, context) => {
55101
+ const contents = {};
55102
+ if (output[_oA] != null) {
55103
+ contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
55104
+ }
55105
+ if (output[_oI] != null) {
55106
+ contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
55107
+ }
55108
+ if (output[_st] != null) {
55109
+ contents[_Stat] = (0, import_smithy_client.expectString)(output[_st]);
55110
+ }
55111
+ if (output[_oLI] != null) {
55112
+ contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
55113
+ }
55114
+ if (output.localGatewayVirtualInterfaceIdSet === "") {
55115
+ contents[_LGVIIo] = [];
55116
+ } else if (output[_lGVIIS] != null && output[_lGVIIS][_i] != null) {
55117
+ contents[_LGVIIo] = de_LocalGatewayVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_lGVIIS][_i]), context);
55118
+ }
55119
+ if (output.serviceLinkVirtualInterfaceIdSet === "") {
55120
+ contents[_SLVII] = [];
55121
+ } else if (output[_sLVIIS] != null && output[_sLVIIS][_i] != null) {
55122
+ contents[_SLVII] = de_ServiceLinkVirtualInterfaceIdSet((0, import_smithy_client.getArrayIfSingleItem)(output[_sLVIIS][_i]), context);
55123
+ }
55124
+ if (output.tagSet === "") {
55125
+ contents[_Ta] = [];
55126
+ } else if (output[_tS] != null && output[_tS][_i] != null) {
55127
+ contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
55128
+ }
55129
+ return contents;
55130
+ }, "de_OutpostLag");
55131
+ var de_OutpostLagSet = /* @__PURE__ */ __name((output, context) => {
55132
+ return (output || []).filter((e) => e != null).map((entry) => {
55133
+ return de_OutpostLag(entry, context);
55134
+ });
55135
+ }, "de_OutpostLagSet");
54718
55136
  var de_PacketHeaderStatement = /* @__PURE__ */ __name((output, context) => {
54719
55137
  const contents = {};
54720
55138
  if (output.sourceAddressSet === "") {
@@ -57440,6 +57858,58 @@ var de_ServiceDetailSet = /* @__PURE__ */ __name((output, context) => {
57440
57858
  return de_ServiceDetail(entry, context);
57441
57859
  });
57442
57860
  }, "de_ServiceDetailSet");
57861
+ var de_ServiceLinkVirtualInterface = /* @__PURE__ */ __name((output, context) => {
57862
+ const contents = {};
57863
+ if (output[_sLVII] != null) {
57864
+ contents[_SLVIIe] = (0, import_smithy_client.expectString)(output[_sLVII]);
57865
+ }
57866
+ if (output[_sLVIA] != null) {
57867
+ contents[_SLVIA] = (0, import_smithy_client.expectString)(output[_sLVIA]);
57868
+ }
57869
+ if (output[_oIu] != null) {
57870
+ contents[_OIu] = (0, import_smithy_client.expectString)(output[_oIu]);
57871
+ }
57872
+ if (output[_oA] != null) {
57873
+ contents[_OA] = (0, import_smithy_client.expectString)(output[_oA]);
57874
+ }
57875
+ if (output[_oI] != null) {
57876
+ contents[_OIwn] = (0, import_smithy_client.expectString)(output[_oI]);
57877
+ }
57878
+ if (output[_lA] != null) {
57879
+ contents[_LA] = (0, import_smithy_client.expectString)(output[_lA]);
57880
+ }
57881
+ if (output[_pAe] != null) {
57882
+ contents[_PAe] = (0, import_smithy_client.expectString)(output[_pAe]);
57883
+ }
57884
+ if (output[_pBA] != null) {
57885
+ contents[_PBA] = (0, import_smithy_client.strictParseLong)(output[_pBA]);
57886
+ }
57887
+ if (output[_vl] != null) {
57888
+ contents[_Vl] = (0, import_smithy_client.strictParseInt32)(output[_vl]);
57889
+ }
57890
+ if (output[_oLI] != null) {
57891
+ contents[_OLI] = (0, import_smithy_client.expectString)(output[_oLI]);
57892
+ }
57893
+ if (output.tagSet === "") {
57894
+ contents[_Ta] = [];
57895
+ } else if (output[_tS] != null && output[_tS][_i] != null) {
57896
+ contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_tS][_i]), context);
57897
+ }
57898
+ if (output[_cSon] != null) {
57899
+ contents[_CSon] = (0, import_smithy_client.expectString)(output[_cSon]);
57900
+ }
57901
+ return contents;
57902
+ }, "de_ServiceLinkVirtualInterface");
57903
+ var de_ServiceLinkVirtualInterfaceIdSet = /* @__PURE__ */ __name((output, context) => {
57904
+ return (output || []).filter((e) => e != null).map((entry) => {
57905
+ return (0, import_smithy_client.expectString)(entry);
57906
+ });
57907
+ }, "de_ServiceLinkVirtualInterfaceIdSet");
57908
+ var de_ServiceLinkVirtualInterfaceSet = /* @__PURE__ */ __name((output, context) => {
57909
+ return (output || []).filter((e) => e != null).map((entry) => {
57910
+ return de_ServiceLinkVirtualInterface(entry, context);
57911
+ });
57912
+ }, "de_ServiceLinkVirtualInterfaceSet");
57443
57913
  var de_ServiceTypeDetail = /* @__PURE__ */ __name((output, context) => {
57444
57914
  const contents = {};
57445
57915
  if (output[_sTe] != null) {
@@ -58717,9 +59187,9 @@ var de_TerminateClientVpnConnectionsResult = /* @__PURE__ */ __name((output, con
58717
59187
  contents[_Us] = (0, import_smithy_client.expectString)(output[_us]);
58718
59188
  }
58719
59189
  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);
59190
+ contents[_CSonn] = [];
59191
+ } else if (output[_cSonn] != null && output[_cSonn][_i] != null) {
59192
+ contents[_CSonn] = de_TerminateConnectionStatusSet((0, import_smithy_client.getArrayIfSingleItem)(output[_cSonn][_i]), context);
58723
59193
  }
58724
59194
  return contents;
58725
59195
  }, "de_TerminateClientVpnConnectionsResult");
@@ -60345,7 +60815,7 @@ var de_VerifiedAccessEndpointLoadBalancerOptions = /* @__PURE__ */ __name((outpu
60345
60815
  contents[_Po] = (0, import_smithy_client.strictParseInt32)(output[_po]);
60346
60816
  }
60347
60817
  if (output[_lBA] != null) {
60348
- contents[_LBA] = (0, import_smithy_client.expectString)(output[_lBA]);
60818
+ contents[_LBAo] = (0, import_smithy_client.expectString)(output[_lBA]);
60349
60819
  }
60350
60820
  if (output.subnetIdSet === "") {
60351
60821
  contents[_SIu] = [];
@@ -62221,6 +62691,8 @@ var _CLGR = "CreateLocalGatewayRoute";
62221
62691
  var _CLGRT = "CreateLocalGatewayRouteTable";
62222
62692
  var _CLGRTVA = "CreateLocalGatewayRouteTableVpcAssociation";
62223
62693
  var _CLGRTVIGA = "CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
62694
+ var _CLGVI = "CreateLocalGatewayVirtualInterface";
62695
+ var _CLGVIG = "CreateLocalGatewayVirtualInterfaceGroup";
62224
62696
  var _CLO = "ConnectionLogOptions";
62225
62697
  var _CLS = "CloudwatchLogStream";
62226
62698
  var _CLT = "CreateLaunchTemplate";
@@ -62305,7 +62777,8 @@ var _CSIT = "CreateStoreImageTask";
62305
62777
  var _CSOK = "CertificateS3ObjectKey";
62306
62778
  var _CSl = "ClientSecret";
62307
62779
  var _CSo = "ComplianceStatus";
62308
- var _CSon = "ConnectionStatuses";
62780
+ var _CSon = "ConfigurationState";
62781
+ var _CSonn = "ConnectionStatuses";
62309
62782
  var _CSr = "CreateSnapshot";
62310
62783
  var _CSre = "CreateSnapshots";
62311
62784
  var _CSrea = "CreateSubnet";
@@ -62542,8 +63015,10 @@ var _DLGRTVAe = "DescribeLocalGatewayRouteTableVpcAssociations";
62542
63015
  var _DLGRTVIGA = "DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation";
62543
63016
  var _DLGRTVIGAe = "DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations";
62544
63017
  var _DLGRTe = "DescribeLocalGatewayRouteTables";
62545
- var _DLGVI = "DescribeLocalGatewayVirtualInterfaces";
62546
- var _DLGVIG = "DescribeLocalGatewayVirtualInterfaceGroups";
63018
+ var _DLGVI = "DeleteLocalGatewayVirtualInterface";
63019
+ var _DLGVIG = "DeleteLocalGatewayVirtualInterfaceGroup";
63020
+ var _DLGVIGe = "DescribeLocalGatewayVirtualInterfaceGroups";
63021
+ var _DLGVIe = "DescribeLocalGatewayVirtualInterfaces";
62547
63022
  var _DLPA = "DeliverLogsPermissionArn";
62548
63023
  var _DLS = "DescribeLockedSnapshots";
62549
63024
  var _DLSe = "DeliverLogsStatus";
@@ -62586,6 +63061,7 @@ var _DO = "DestinationOptions";
62586
63061
  var _DOA = "DestinationOutpostArn";
62587
63062
  var _DOI = "DhcpOptionsId";
62588
63063
  var _DOIh = "DhcpOptionsIds";
63064
+ var _DOL = "DescribeOutpostLags";
62589
63065
  var _DOST = "DisconnectOnSessionTimeout";
62590
63066
  var _DOT = "DeleteOnTermination";
62591
63067
  var _DOe = "DeviceOptions";
@@ -62663,6 +63139,7 @@ var _DSI = "DescribeScheduledInstances";
62663
63139
  var _DSIA = "DescribeScheduledInstanceAvailability";
62664
63140
  var _DSIR = "DescribeSpotInstanceRequests";
62665
63141
  var _DSIT = "DescribeStoreImageTasks";
63142
+ var _DSLVI = "DescribeServiceLinkVirtualInterfaces";
62666
63143
  var _DSPH = "DescribeSpotPriceHistory";
62667
63144
  var _DSSG = "DescribeStaleSecurityGroups";
62668
63145
  var _DSTS = "DescribeSnapshotTierStatus";
@@ -63322,8 +63799,9 @@ var _LADT = "LastAttemptedDiscoveryTime";
63322
63799
  var _LAZ = "LaunchedAvailabilityZone";
63323
63800
  var _LAa = "LastAddress";
63324
63801
  var _LB = "LoadBalancers";
63325
- var _LBA = "LoadBalancerArn";
63326
- var _LBAo = "LocalBgpAsn";
63802
+ var _LBA = "LocalBgpAsn";
63803
+ var _LBAE = "LocalBgpAsnExtended";
63804
+ var _LBAo = "LoadBalancerArn";
63327
63805
  var _LBC = "LoadBalancersConfig";
63328
63806
  var _LBLP = "LoadBalancerListenerPort";
63329
63807
  var _LBO = "LoadBalancerOptions";
@@ -63364,12 +63842,16 @@ var _LGRTVIGAI = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationId";
63364
63842
  var _LGRTVIGAIo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds";
63365
63843
  var _LGRTVIGAo = "LocalGatewayRouteTableVirtualInterfaceGroupAssociations";
63366
63844
  var _LGRTo = "LocalGatewayRouteTables";
63367
- var _LGVI = "LocalGatewayVirtualInterfaces";
63368
- var _LGVIG = "LocalGatewayVirtualInterfaceGroups";
63845
+ var _LGVI = "LocalGatewayVirtualInterface";
63846
+ var _LGVIA = "LocalGatewayVirtualInterfaceArn";
63847
+ var _LGVIG = "LocalGatewayVirtualInterfaceGroup";
63848
+ var _LGVIGA = "LocalGatewayVirtualInterfaceGroupArn";
63369
63849
  var _LGVIGI = "LocalGatewayVirtualInterfaceGroupId";
63370
63850
  var _LGVIGIo = "LocalGatewayVirtualInterfaceGroupIds";
63371
- var _LGVII = "LocalGatewayVirtualInterfaceIds";
63372
- var _LGVIIo = "LocalGatewayVirtualInterfaceId";
63851
+ var _LGVIGo = "LocalGatewayVirtualInterfaceGroups";
63852
+ var _LGVII = "LocalGatewayVirtualInterfaceId";
63853
+ var _LGVIIo = "LocalGatewayVirtualInterfaceIds";
63854
+ var _LGVIo = "LocalGatewayVirtualInterfaces";
63373
63855
  var _LGo = "LogGroup";
63374
63856
  var _LGoc = "LocalGateways";
63375
63857
  var _LIIRB = "ListImagesInRecycleBin";
@@ -63680,9 +64162,13 @@ var _OIA = "OutsideIpAddress";
63680
64162
  var _OIAT = "OutsideIpAddressType";
63681
64163
  var _OIS = "OptInStatus";
63682
64164
  var _OIr = "OriginalIops";
64165
+ var _OIu = "OutpostId";
63683
64166
  var _OIw = "OwnerIds";
63684
64167
  var _OIwn = "OwnerId";
63685
64168
  var _OK = "ObjectKey";
64169
+ var _OL = "OutpostLags";
64170
+ var _OLI = "OutpostLagId";
64171
+ var _OLIu = "OutpostLagIds";
63686
64172
  var _OMAE = "OriginalMultiAttachEnabled";
63687
64173
  var _OO = "OidcOptions";
63688
64174
  var _OR = "OperatingRegions";
@@ -63721,6 +64207,7 @@ var _PAo = "PoolArn";
63721
64207
  var _PAr = "PrincipalArn";
63722
64208
  var _PB = "ProvisionedBandwidth";
63723
64209
  var _PBA = "PeerBgpAsn";
64210
+ var _PBAE = "PeerBgpAsnExtended";
63724
64211
  var _PBC = "ProvisionByoipCidr";
63725
64212
  var _PBIG = "PeakBandwidthInGbps";
63726
64213
  var _PC = "ProductCode";
@@ -64194,6 +64681,10 @@ var _SK = "S3Key";
64194
64681
  var _SKo = "S3objectKey";
64195
64682
  var _SL = "SpreadLevel";
64196
64683
  var _SLGR = "SearchLocalGatewayRoutes";
64684
+ var _SLVI = "ServiceLinkVirtualInterfaces";
64685
+ var _SLVIA = "ServiceLinkVirtualInterfaceArn";
64686
+ var _SLVII = "ServiceLinkVirtualInterfaceIds";
64687
+ var _SLVIIe = "ServiceLinkVirtualInterfaceId";
64197
64688
  var _SLo = "S3Location";
64198
64689
  var _SM = "ServiceManaged";
64199
64690
  var _SMPPOLP = "SpotMaxPricePercentageOverLowestPrice";
@@ -64907,7 +65398,8 @@ var _cSFRS = "currentSpotFleetRequestState";
64907
65398
  var _cSOK = "certificateS3ObjectKey";
64908
65399
  var _cSl = "clientSecret";
64909
65400
  var _cSo = "complianceStatus";
64910
- var _cSon = "connectionStatuses";
65401
+ var _cSon = "configurationState";
65402
+ var _cSonn = "connectionStatuses";
64911
65403
  var _cSr = "creditSpecification";
64912
65404
  var _cSu = "currentState";
64913
65405
  var _cSur = "currentStatus";
@@ -65433,6 +65925,7 @@ var _lADT = "lastAttemptedDiscoveryTime";
65433
65925
  var _lAZ = "launchedAvailabilityZone";
65434
65926
  var _lAa = "lastAddress";
65435
65927
  var _lBA = "loadBalancerArn";
65928
+ var _lBAE = "localBgpAsnExtended";
65436
65929
  var _lBAo = "localBgpAsn";
65437
65930
  var _lBC = "loadBalancersConfig";
65438
65931
  var _lBLP = "loadBalancerListenerPort";
@@ -65472,6 +65965,10 @@ var _lGRTVIGA = "localGatewayRouteTableVirtualInterfaceGroupAssociation";
65472
65965
  var _lGRTVIGAI = "localGatewayRouteTableVirtualInterfaceGroupAssociationId";
65473
65966
  var _lGRTVIGAS = "localGatewayRouteTableVirtualInterfaceGroupAssociationSet";
65474
65967
  var _lGS = "localGatewaySet";
65968
+ var _lGVI = "localGatewayVirtualInterface";
65969
+ var _lGVIA = "localGatewayVirtualInterfaceArn";
65970
+ var _lGVIG = "localGatewayVirtualInterfaceGroup";
65971
+ var _lGVIGA = "localGatewayVirtualInterfaceGroupArn";
65475
65972
  var _lGVIGI = "localGatewayVirtualInterfaceGroupId";
65476
65973
  var _lGVIGS = "localGatewayVirtualInterfaceGroupSet";
65477
65974
  var _lGVII = "localGatewayVirtualInterfaceId";
@@ -65679,7 +66176,10 @@ var _oIAT = "outsideIpAddressType";
65679
66176
  var _oIS = "optInStatus";
65680
66177
  var _oIf = "offeringId";
65681
66178
  var _oIr = "originalIops";
66179
+ var _oIu = "outpostId";
65682
66180
  var _oK = "objectKey";
66181
+ var _oLI = "outpostLagId";
66182
+ var _oLS = "outpostLagSet";
65683
66183
  var _oMAE = "originalMultiAttachEnabled";
65684
66184
  var _oO = "oidcOptions";
65685
66185
  var _oRIWEA = "outputReservedInstancesWillExpireAt";
@@ -65713,6 +66213,7 @@ var _pAee = "peerAsn";
65713
66213
  var _pAu = "publiclyAdvertisable";
65714
66214
  var _pB = "provisionedBandwidth";
65715
66215
  var _pBA = "peerBgpAsn";
66216
+ var _pBAE = "peerBgpAsnExtended";
65716
66217
  var _pBIG = "peakBandwidthInGbps";
65717
66218
  var _pC = "productCodes";
65718
66219
  var _pCB = "poolCidrBlock";
@@ -66055,6 +66556,10 @@ var _sIub = "subnetIds";
66055
66556
  var _sK = "s3Key";
66056
66557
  var _sKo = "s3objectKey";
66057
66558
  var _sL = "s3Location";
66559
+ var _sLVIA = "serviceLinkVirtualInterfaceArn";
66560
+ var _sLVII = "serviceLinkVirtualInterfaceId";
66561
+ var _sLVIIS = "serviceLinkVirtualInterfaceIdSet";
66562
+ var _sLVIS = "serviceLinkVirtualInterfaceSet";
66058
66563
  var _sLp = "spreadLevel";
66059
66564
  var _sM = "serviceManaged";
66060
66565
  var _sMPPOLP = "spotMaxPricePercentageOverLowestPrice";
@@ -67060,6 +67565,7 @@ var ResourceType = {
67060
67565
  network_insights_analysis: "network-insights-analysis",
67061
67566
  network_insights_path: "network-insights-path",
67062
67567
  network_interface: "network-interface",
67568
+ outpost_lag: "outpost-lag",
67063
67569
  placement_group: "placement-group",
67064
67570
  prefix_list: "prefix-list",
67065
67571
  replace_root_volume_task: "replace-root-volume-task",
@@ -67070,6 +67576,7 @@ var ResourceType = {
67070
67576
  route_table: "route-table",
67071
67577
  security_group: "security-group",
67072
67578
  security_group_rule: "security-group-rule",
67579
+ service_link_virtual_interface: "service-link-virtual-interface",
67073
67580
  snapshot: "snapshot",
67074
67581
  spot_fleet_request: "spot-fleet-request",
67075
67582
  spot_instances_request: "spot-instances-request",
@@ -69643,6 +70150,19 @@ var LocalGatewayRouteTableMode = {
69643
70150
  coip: "coip",
69644
70151
  direct_vpc_routing: "direct-vpc-routing"
69645
70152
  };
70153
+ var LocalGatewayVirtualInterfaceConfigurationState = {
70154
+ available: "available",
70155
+ deleted: "deleted",
70156
+ deleting: "deleting",
70157
+ pending: "pending"
70158
+ };
70159
+ var LocalGatewayVirtualInterfaceGroupConfigurationState = {
70160
+ available: "available",
70161
+ deleted: "deleted",
70162
+ deleting: "deleting",
70163
+ incomplete: "incomplete",
70164
+ pending: "pending"
70165
+ };
69646
70166
  var PrefixListState = {
69647
70167
  create_complete: "create-complete",
69648
70168
  create_failed: "create-failed",
@@ -70047,14 +70567,6 @@ var ServiceType = {
70047
70567
  GatewayLoadBalancer: "GatewayLoadBalancer",
70048
70568
  Interface: "Interface"
70049
70569
  };
70050
- var ServiceConnectivityType = {
70051
- ipv4: "ipv4",
70052
- ipv6: "ipv6"
70053
- };
70054
- var TunnelInsideIpVersion = {
70055
- ipv4: "ipv4",
70056
- ipv6: "ipv6"
70057
- };
70058
70570
  var LaunchTemplateVersionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
70059
70571
  ...obj,
70060
70572
  ...obj.LaunchTemplateData && {
@@ -70165,6 +70677,36 @@ var CreateLocalGatewayRouteTableVpcAssociationCommand = class extends import_smi
70165
70677
  }
70166
70678
  };
70167
70679
 
70680
+ // src/commands/CreateLocalGatewayVirtualInterfaceCommand.ts
70681
+
70682
+
70683
+
70684
+ var CreateLocalGatewayVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
70685
+ return [
70686
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
70687
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
70688
+ ];
70689
+ }).s("AmazonEC2", "CreateLocalGatewayVirtualInterface", {}).n("EC2Client", "CreateLocalGatewayVirtualInterfaceCommand").f(void 0, void 0).ser(se_CreateLocalGatewayVirtualInterfaceCommand).de(de_CreateLocalGatewayVirtualInterfaceCommand).build() {
70690
+ static {
70691
+ __name(this, "CreateLocalGatewayVirtualInterfaceCommand");
70692
+ }
70693
+ };
70694
+
70695
+ // src/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.ts
70696
+
70697
+
70698
+
70699
+ var CreateLocalGatewayVirtualInterfaceGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
70700
+ return [
70701
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
70702
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
70703
+ ];
70704
+ }).s("AmazonEC2", "CreateLocalGatewayVirtualInterfaceGroup", {}).n("EC2Client", "CreateLocalGatewayVirtualInterfaceGroupCommand").f(void 0, void 0).ser(se_CreateLocalGatewayVirtualInterfaceGroupCommand).de(de_CreateLocalGatewayVirtualInterfaceGroupCommand).build() {
70705
+ static {
70706
+ __name(this, "CreateLocalGatewayVirtualInterfaceGroupCommand");
70707
+ }
70708
+ };
70709
+
70168
70710
  // src/commands/CreateManagedPrefixListCommand.ts
70169
70711
 
70170
70712
 
@@ -70955,6 +71497,14 @@ var CreateVpcPeeringConnectionCommand = class extends import_smithy_client.Comma
70955
71497
 
70956
71498
  // src/models/models_3.ts
70957
71499
 
71500
+ var ServiceConnectivityType = {
71501
+ ipv4: "ipv4",
71502
+ ipv6: "ipv6"
71503
+ };
71504
+ var TunnelInsideIpVersion = {
71505
+ ipv4: "ipv4",
71506
+ ipv6: "ipv6"
71507
+ };
70958
71508
  var GatewayAssociationState = {
70959
71509
  associated: "associated",
70960
71510
  associating: "associating",
@@ -71080,9 +71630,6 @@ var ClientVpnEndpointAttributeStatusCode = {
71080
71630
  applied: "applied",
71081
71631
  applying: "applying"
71082
71632
  };
71083
- var VpnProtocol = {
71084
- openvpn: "openvpn"
71085
- };
71086
71633
  var VpnTunnelOptionsSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
71087
71634
  ...obj,
71088
71635
  ...obj.PreSharedKey && { PreSharedKey: import_smithy_client.SENSITIVE_STRING }
@@ -71557,6 +72104,36 @@ var DeleteLocalGatewayRouteTableVpcAssociationCommand = class extends import_smi
71557
72104
  }
71558
72105
  };
71559
72106
 
72107
+ // src/commands/DeleteLocalGatewayVirtualInterfaceCommand.ts
72108
+
72109
+
72110
+
72111
+ var DeleteLocalGatewayVirtualInterfaceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72112
+ return [
72113
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72114
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72115
+ ];
72116
+ }).s("AmazonEC2", "DeleteLocalGatewayVirtualInterface", {}).n("EC2Client", "DeleteLocalGatewayVirtualInterfaceCommand").f(void 0, void 0).ser(se_DeleteLocalGatewayVirtualInterfaceCommand).de(de_DeleteLocalGatewayVirtualInterfaceCommand).build() {
72117
+ static {
72118
+ __name(this, "DeleteLocalGatewayVirtualInterfaceCommand");
72119
+ }
72120
+ };
72121
+
72122
+ // src/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.ts
72123
+
72124
+
72125
+
72126
+ var DeleteLocalGatewayVirtualInterfaceGroupCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
72127
+ return [
72128
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
72129
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
72130
+ ];
72131
+ }).s("AmazonEC2", "DeleteLocalGatewayVirtualInterfaceGroup", {}).n("EC2Client", "DeleteLocalGatewayVirtualInterfaceGroupCommand").f(void 0, void 0).ser(se_DeleteLocalGatewayVirtualInterfaceGroupCommand).de(de_DeleteLocalGatewayVirtualInterfaceGroupCommand).build() {
72132
+ static {
72133
+ __name(this, "DeleteLocalGatewayVirtualInterfaceGroupCommand");
72134
+ }
72135
+ };
72136
+
71560
72137
  // src/commands/DeleteManagedPrefixListCommand.ts
71561
72138
 
71562
72139
 
@@ -72824,6 +73401,9 @@ var DescribeCoipPoolsCommand = class extends import_smithy_client.Command.classB
72824
73401
 
72825
73402
  // src/models/models_4.ts
72826
73403
 
73404
+ var VpnProtocol = {
73405
+ openvpn: "openvpn"
73406
+ };
72827
73407
  var ConversionTaskState = {
72828
73408
  active: "active",
72829
73409
  cancelled: "cancelled",
@@ -73137,12 +73717,6 @@ var UsageClassType = {
73137
73717
  on_demand: "on-demand",
73138
73718
  spot: "spot"
73139
73719
  };
73140
- var LockState = {
73141
- compliance: "compliance",
73142
- compliance_cooloff: "compliance-cooloff",
73143
- expired: "expired",
73144
- governance: "governance"
73145
- };
73146
73720
  var DiskImageDescriptionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
73147
73721
  ...obj,
73148
73722
  ...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
@@ -74221,6 +74795,21 @@ var DescribeNetworkInterfacesCommand = class extends import_smithy_client.Comman
74221
74795
  }
74222
74796
  };
74223
74797
 
74798
+ // src/commands/DescribeOutpostLagsCommand.ts
74799
+
74800
+
74801
+
74802
+ var DescribeOutpostLagsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
74803
+ return [
74804
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
74805
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
74806
+ ];
74807
+ }).s("AmazonEC2", "DescribeOutpostLags", {}).n("EC2Client", "DescribeOutpostLagsCommand").f(void 0, void 0).ser(se_DescribeOutpostLagsCommand).de(de_DescribeOutpostLagsCommand).build() {
74808
+ static {
74809
+ __name(this, "DescribeOutpostLagsCommand");
74810
+ }
74811
+ };
74812
+
74224
74813
  // src/commands/DescribePlacementGroupsCommand.ts
74225
74814
 
74226
74815
 
@@ -74521,6 +75110,21 @@ var DescribeSecurityGroupVpcAssociationsCommand = class extends import_smithy_cl
74521
75110
  }
74522
75111
  };
74523
75112
 
75113
+ // src/commands/DescribeServiceLinkVirtualInterfacesCommand.ts
75114
+
75115
+
75116
+
75117
+ var DescribeServiceLinkVirtualInterfacesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
75118
+ return [
75119
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
75120
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
75121
+ ];
75122
+ }).s("AmazonEC2", "DescribeServiceLinkVirtualInterfaces", {}).n("EC2Client", "DescribeServiceLinkVirtualInterfacesCommand").f(void 0, void 0).ser(se_DescribeServiceLinkVirtualInterfacesCommand).de(de_DescribeServiceLinkVirtualInterfacesCommand).build() {
75123
+ static {
75124
+ __name(this, "DescribeServiceLinkVirtualInterfacesCommand");
75125
+ }
75126
+ };
75127
+
74524
75128
  // src/commands/DescribeSnapshotAttributeCommand.ts
74525
75129
 
74526
75130
 
@@ -74618,6 +75222,12 @@ var DescribeSpotFleetRequestHistoryCommand = class extends import_smithy_client.
74618
75222
 
74619
75223
  // src/models/models_5.ts
74620
75224
 
75225
+ var LockState = {
75226
+ compliance: "compliance",
75227
+ compliance_cooloff: "compliance-cooloff",
75228
+ expired: "expired",
75229
+ governance: "governance"
75230
+ };
74621
75231
  var MoveStatus = {
74622
75232
  movingToVpc: "movingToVpc",
74623
75233
  restoringToClassic: "restoringToClassic"
@@ -74672,6 +75282,12 @@ var ReservedInstanceState = {
74672
75282
  queued_deleted: "queued-deleted",
74673
75283
  retired: "retired"
74674
75284
  };
75285
+ var ServiceLinkVirtualInterfaceConfigurationState = {
75286
+ available: "available",
75287
+ deleted: "deleted",
75288
+ deleting: "deleting",
75289
+ pending: "pending"
75290
+ };
74675
75291
  var SnapshotAttributeName = {
74676
75292
  createVolumePermission: "createVolumePermission",
74677
75293
  productCodes: "productCodes"
@@ -74759,9 +75375,6 @@ var VpcBlockPublicAccessState = {
74759
75375
  update_complete: "update-complete",
74760
75376
  update_in_progress: "update-in-progress"
74761
75377
  };
74762
- var ImageBlockPublicAccessDisabledState = {
74763
- unblocked: "unblocked"
74764
- };
74765
75378
  var SpotFleetLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
74766
75379
  ...obj,
74767
75380
  ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
@@ -76517,6 +77130,9 @@ var ExportTransitGatewayRoutesCommand = class extends import_smithy_client.Comma
76517
77130
 
76518
77131
  // src/models/models_6.ts
76519
77132
 
77133
+ var ImageBlockPublicAccessDisabledState = {
77134
+ unblocked: "unblocked"
77135
+ };
76520
77136
  var RouteServerPropagationState = {
76521
77137
  AVAILABLE: "available",
76522
77138
  DELETING: "deleting",
@@ -76662,26 +77278,6 @@ var GetPasswordDataResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
76662
77278
  ...obj,
76663
77279
  ...obj.PasswordData && { PasswordData: import_smithy_client.SENSITIVE_STRING }
76664
77280
  }), "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
77281
 
76686
77282
  // src/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.ts
76687
77283
  var ExportVerifiedAccessInstanceClientConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
@@ -77479,81 +78075,6 @@ var GetVerifiedAccessGroupPolicyCommand = class extends import_smithy_client.Com
77479
78075
 
77480
78076
 
77481
78077
 
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
78078
 
77558
78079
  // src/models/models_7.ts
77559
78080
 
@@ -77636,12 +78157,26 @@ var ReportStatusType = {
77636
78157
  impaired: "impaired",
77637
78158
  ok: "ok"
77638
78159
  };
77639
- var ResetFpgaImageAttributeName = {
77640
- loadPermission: "loadPermission"
77641
- };
77642
- var ResetImageAttributeName = {
77643
- launchPermission: "launchPermission"
77644
- };
78160
+ var GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78161
+ ...obj,
78162
+ ...obj.VpnConnectionDeviceSampleConfiguration && { VpnConnectionDeviceSampleConfiguration: import_smithy_client.SENSITIVE_STRING }
78163
+ }), "GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog");
78164
+ var ImageDiskContainerFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78165
+ ...obj,
78166
+ ...obj.Url && { Url: import_smithy_client.SENSITIVE_STRING }
78167
+ }), "ImageDiskContainerFilterSensitiveLog");
78168
+ var ImportImageRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78169
+ ...obj,
78170
+ ...obj.DiskContainers && {
78171
+ DiskContainers: obj.DiskContainers.map((item) => ImageDiskContainerFilterSensitiveLog(item))
78172
+ }
78173
+ }), "ImportImageRequestFilterSensitiveLog");
78174
+ var ImportImageResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
78175
+ ...obj,
78176
+ ...obj.SnapshotDetails && {
78177
+ SnapshotDetails: obj.SnapshotDetails.map((item) => SnapshotDetailFilterSensitiveLog(item))
78178
+ }
78179
+ }), "ImportImageResultFilterSensitiveLog");
77645
78180
  var DiskImageDetailFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
77646
78181
  ...obj,
77647
78182
  ...obj.ImportManifestUrl && { ImportManifestUrl: import_smithy_client.SENSITIVE_STRING }
@@ -77747,24 +78282,83 @@ var RequestSpotFleetRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
77747
78282
  SpotFleetRequestConfig: SpotFleetRequestConfigDataFilterSensitiveLog(obj.SpotFleetRequestConfig)
77748
78283
  }
77749
78284
  }), "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)
78285
+
78286
+ // src/commands/GetVpnConnectionDeviceSampleConfigurationCommand.ts
78287
+ var GetVpnConnectionDeviceSampleConfigurationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78288
+ return [
78289
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78290
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78291
+ ];
78292
+ }).s("AmazonEC2", "GetVpnConnectionDeviceSampleConfiguration", {}).n("EC2Client", "GetVpnConnectionDeviceSampleConfigurationCommand").f(void 0, GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog).ser(se_GetVpnConnectionDeviceSampleConfigurationCommand).de(de_GetVpnConnectionDeviceSampleConfigurationCommand).build() {
78293
+ static {
78294
+ __name(this, "GetVpnConnectionDeviceSampleConfigurationCommand");
77758
78295
  }
77759
- }), "RequestSpotInstancesRequestFilterSensitiveLog");
77760
- var RequestSpotInstancesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
77761
- ...obj,
77762
- ...obj.SpotInstanceRequests && {
77763
- SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
78296
+ };
78297
+
78298
+ // src/commands/GetVpnConnectionDeviceTypesCommand.ts
78299
+
78300
+
78301
+
78302
+ var GetVpnConnectionDeviceTypesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78303
+ return [
78304
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78305
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78306
+ ];
78307
+ }).s("AmazonEC2", "GetVpnConnectionDeviceTypes", {}).n("EC2Client", "GetVpnConnectionDeviceTypesCommand").f(void 0, void 0).ser(se_GetVpnConnectionDeviceTypesCommand).de(de_GetVpnConnectionDeviceTypesCommand).build() {
78308
+ static {
78309
+ __name(this, "GetVpnConnectionDeviceTypesCommand");
77764
78310
  }
77765
- }), "RequestSpotInstancesResultFilterSensitiveLog");
78311
+ };
78312
+
78313
+ // src/commands/GetVpnTunnelReplacementStatusCommand.ts
78314
+
78315
+
78316
+
78317
+ var GetVpnTunnelReplacementStatusCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78318
+ return [
78319
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78320
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78321
+ ];
78322
+ }).s("AmazonEC2", "GetVpnTunnelReplacementStatus", {}).n("EC2Client", "GetVpnTunnelReplacementStatusCommand").f(void 0, void 0).ser(se_GetVpnTunnelReplacementStatusCommand).de(de_GetVpnTunnelReplacementStatusCommand).build() {
78323
+ static {
78324
+ __name(this, "GetVpnTunnelReplacementStatusCommand");
78325
+ }
78326
+ };
78327
+
78328
+ // src/commands/ImportClientVpnClientCertificateRevocationListCommand.ts
78329
+
78330
+
78331
+
78332
+ var ImportClientVpnClientCertificateRevocationListCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78333
+ return [
78334
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78335
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78336
+ ];
78337
+ }).s("AmazonEC2", "ImportClientVpnClientCertificateRevocationList", {}).n("EC2Client", "ImportClientVpnClientCertificateRevocationListCommand").f(void 0, void 0).ser(se_ImportClientVpnClientCertificateRevocationListCommand).de(de_ImportClientVpnClientCertificateRevocationListCommand).build() {
78338
+ static {
78339
+ __name(this, "ImportClientVpnClientCertificateRevocationListCommand");
78340
+ }
78341
+ };
78342
+
78343
+ // src/commands/ImportImageCommand.ts
78344
+
78345
+
78346
+
78347
+ var ImportImageCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
78348
+ return [
78349
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
78350
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
78351
+ ];
78352
+ }).s("AmazonEC2", "ImportImage", {}).n("EC2Client", "ImportImageCommand").f(ImportImageRequestFilterSensitiveLog, ImportImageResultFilterSensitiveLog).ser(se_ImportImageCommand).de(de_ImportImageCommand).build() {
78353
+ static {
78354
+ __name(this, "ImportImageCommand");
78355
+ }
78356
+ };
77766
78357
 
77767
78358
  // src/commands/ImportInstanceCommand.ts
78359
+
78360
+
78361
+
77768
78362
  var ImportInstanceCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
77769
78363
  return [
77770
78364
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -79478,6 +80072,48 @@ var RequestSpotFleetCommand = class extends import_smithy_client.Command.classBu
79478
80072
 
79479
80073
 
79480
80074
 
80075
+
80076
+ // src/models/models_8.ts
80077
+
80078
+ var ResetFpgaImageAttributeName = {
80079
+ loadPermission: "loadPermission"
80080
+ };
80081
+ var ResetImageAttributeName = {
80082
+ launchPermission: "launchPermission"
80083
+ };
80084
+ var MembershipType = {
80085
+ igmp: "igmp",
80086
+ static: "static"
80087
+ };
80088
+ var RequestSpotLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80089
+ ...obj,
80090
+ ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
80091
+ }), "RequestSpotLaunchSpecificationFilterSensitiveLog");
80092
+ var RequestSpotInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80093
+ ...obj,
80094
+ ...obj.LaunchSpecification && {
80095
+ LaunchSpecification: RequestSpotLaunchSpecificationFilterSensitiveLog(obj.LaunchSpecification)
80096
+ }
80097
+ }), "RequestSpotInstancesRequestFilterSensitiveLog");
80098
+ var RequestSpotInstancesResultFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80099
+ ...obj,
80100
+ ...obj.SpotInstanceRequests && {
80101
+ SpotInstanceRequests: obj.SpotInstanceRequests.map((item) => SpotInstanceRequestFilterSensitiveLog(item))
80102
+ }
80103
+ }), "RequestSpotInstancesResultFilterSensitiveLog");
80104
+ var RunInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80105
+ ...obj,
80106
+ ...obj.UserData && { UserData: import_smithy_client.SENSITIVE_STRING }
80107
+ }), "RunInstancesRequestFilterSensitiveLog");
80108
+ var ScheduledInstancesLaunchSpecificationFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80109
+ ...obj
80110
+ }), "ScheduledInstancesLaunchSpecificationFilterSensitiveLog");
80111
+ var RunScheduledInstancesRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
80112
+ ...obj,
80113
+ ...obj.LaunchSpecification && { LaunchSpecification: import_smithy_client.SENSITIVE_STRING }
80114
+ }), "RunScheduledInstancesRequestFilterSensitiveLog");
80115
+
80116
+ // src/commands/RequestSpotInstancesCommand.ts
79481
80117
  var RequestSpotInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
79482
80118
  return [
79483
80119
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -79718,26 +80354,6 @@ var RevokeSecurityGroupIngressCommand = class extends import_smithy_client.Comma
79718
80354
 
79719
80355
 
79720
80356
 
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
80357
  var RunInstancesCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
79742
80358
  return [
79743
80359
  (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
@@ -80159,6 +80775,8 @@ var commands = {
80159
80775
  CreateLocalGatewayRouteTableCommand,
80160
80776
  CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
80161
80777
  CreateLocalGatewayRouteTableVpcAssociationCommand,
80778
+ CreateLocalGatewayVirtualInterfaceCommand,
80779
+ CreateLocalGatewayVirtualInterfaceGroupCommand,
80162
80780
  CreateManagedPrefixListCommand,
80163
80781
  CreateNatGatewayCommand,
80164
80782
  CreateNetworkAclCommand,
@@ -80240,6 +80858,8 @@ var commands = {
80240
80858
  DeleteLocalGatewayRouteTableCommand,
80241
80859
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
80242
80860
  DeleteLocalGatewayRouteTableVpcAssociationCommand,
80861
+ DeleteLocalGatewayVirtualInterfaceCommand,
80862
+ DeleteLocalGatewayVirtualInterfaceGroupCommand,
80243
80863
  DeleteManagedPrefixListCommand,
80244
80864
  DeleteNatGatewayCommand,
80245
80865
  DeleteNetworkAclCommand,
@@ -80392,6 +81012,7 @@ var commands = {
80392
81012
  DescribeNetworkInterfaceAttributeCommand,
80393
81013
  DescribeNetworkInterfacePermissionsCommand,
80394
81014
  DescribeNetworkInterfacesCommand,
81015
+ DescribeOutpostLagsCommand,
80395
81016
  DescribePlacementGroupsCommand,
80396
81017
  DescribePrefixListsCommand,
80397
81018
  DescribePrincipalIdFormatCommand,
@@ -80412,6 +81033,7 @@ var commands = {
80412
81033
  DescribeSecurityGroupRulesCommand,
80413
81034
  DescribeSecurityGroupsCommand,
80414
81035
  DescribeSecurityGroupVpcAssociationsCommand,
81036
+ DescribeServiceLinkVirtualInterfacesCommand,
80415
81037
  DescribeSnapshotAttributeCommand,
80416
81038
  DescribeSnapshotsCommand,
80417
81039
  DescribeSnapshotTierStatusCommand,
@@ -83322,6 +83944,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83322
83944
  CreateLocalGatewayRouteTableCommand,
83323
83945
  CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
83324
83946
  CreateLocalGatewayRouteTableVpcAssociationCommand,
83947
+ CreateLocalGatewayVirtualInterfaceCommand,
83948
+ CreateLocalGatewayVirtualInterfaceGroupCommand,
83325
83949
  CreateManagedPrefixListCommand,
83326
83950
  CreateNatGatewayCommand,
83327
83951
  CreateNetworkAclCommand,
@@ -83403,6 +84027,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83403
84027
  DeleteLocalGatewayRouteTableCommand,
83404
84028
  DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand,
83405
84029
  DeleteLocalGatewayRouteTableVpcAssociationCommand,
84030
+ DeleteLocalGatewayVirtualInterfaceCommand,
84031
+ DeleteLocalGatewayVirtualInterfaceGroupCommand,
83406
84032
  DeleteManagedPrefixListCommand,
83407
84033
  DeleteNatGatewayCommand,
83408
84034
  DeleteNetworkAclCommand,
@@ -83555,6 +84181,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83555
84181
  DescribeNetworkInterfaceAttributeCommand,
83556
84182
  DescribeNetworkInterfacePermissionsCommand,
83557
84183
  DescribeNetworkInterfacesCommand,
84184
+ DescribeOutpostLagsCommand,
83558
84185
  DescribePlacementGroupsCommand,
83559
84186
  DescribePrefixListsCommand,
83560
84187
  DescribePrincipalIdFormatCommand,
@@ -83575,6 +84202,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
83575
84202
  DescribeSecurityGroupRulesCommand,
83576
84203
  DescribeSecurityGroupVpcAssociationsCommand,
83577
84204
  DescribeSecurityGroupsCommand,
84205
+ DescribeServiceLinkVirtualInterfacesCommand,
83578
84206
  DescribeSnapshotAttributeCommand,
83579
84207
  DescribeSnapshotTierStatusCommand,
83580
84208
  DescribeSnapshotsCommand,
@@ -84287,6 +84915,8 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84287
84915
  LocalGatewayRouteState,
84288
84916
  LocalGatewayRouteType,
84289
84917
  LocalGatewayRouteTableMode,
84918
+ LocalGatewayVirtualInterfaceConfigurationState,
84919
+ LocalGatewayVirtualInterfaceGroupConfigurationState,
84290
84920
  PrefixListState,
84291
84921
  ConnectivityType,
84292
84922
  NatGatewayState,
@@ -84359,14 +84989,14 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84359
84989
  DnsNameState,
84360
84990
  ServiceState,
84361
84991
  ServiceType,
84362
- ServiceConnectivityType,
84363
- TunnelInsideIpVersion,
84364
84992
  LaunchTemplateVersionFilterSensitiveLog,
84365
84993
  CreateLaunchTemplateVersionResultFilterSensitiveLog,
84366
84994
  CreateVerifiedAccessNativeApplicationOidcOptionsFilterSensitiveLog,
84367
84995
  CreateVerifiedAccessTrustProviderOidcOptionsFilterSensitiveLog,
84368
84996
  CreateVerifiedAccessTrustProviderRequestFilterSensitiveLog,
84369
84997
  CreateVerifiedAccessTrustProviderResultFilterSensitiveLog,
84998
+ ServiceConnectivityType,
84999
+ TunnelInsideIpVersion,
84370
85000
  GatewayAssociationState,
84371
85001
  VpnStaticRouteSource,
84372
85002
  VpnState,
@@ -84389,7 +85019,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84389
85019
  ClientVpnConnectionStatusCode,
84390
85020
  AssociatedNetworkType,
84391
85021
  ClientVpnEndpointAttributeStatusCode,
84392
- VpnProtocol,
84393
85022
  VpnTunnelOptionsSpecificationFilterSensitiveLog,
84394
85023
  VpnConnectionOptionsSpecificationFilterSensitiveLog,
84395
85024
  CreateVpnConnectionRequestFilterSensitiveLog,
@@ -84399,6 +85028,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84399
85028
  CreateVpnConnectionResultFilterSensitiveLog,
84400
85029
  DeleteVerifiedAccessTrustProviderResultFilterSensitiveLog,
84401
85030
  DescribeBundleTasksResultFilterSensitiveLog,
85031
+ VpnProtocol,
84402
85032
  ConversionTaskState,
84403
85033
  ReportState,
84404
85034
  ElasticGpuStatus,
@@ -84458,7 +85088,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84458
85088
  BootModeType,
84459
85089
  RootDeviceType,
84460
85090
  UsageClassType,
84461
- LockState,
84462
85091
  DiskImageDescriptionFilterSensitiveLog,
84463
85092
  ImportInstanceVolumeDetailItemFilterSensitiveLog,
84464
85093
  ImportInstanceTaskDetailsFilterSensitiveLog,
@@ -84472,6 +85101,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84472
85101
  ImportSnapshotTaskFilterSensitiveLog,
84473
85102
  DescribeImportSnapshotTasksResultFilterSensitiveLog,
84474
85103
  DescribeLaunchTemplateVersionsResultFilterSensitiveLog,
85104
+ LockState,
84475
85105
  MoveStatus,
84476
85106
  FindingsFound,
84477
85107
  AnalysisStatus,
@@ -84482,6 +85112,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84482
85112
  RecurringChargeFrequency,
84483
85113
  Scope,
84484
85114
  ReservedInstanceState,
85115
+ ServiceLinkVirtualInterfaceConfigurationState,
84485
85116
  SnapshotAttributeName,
84486
85117
  TieringOperationStatus,
84487
85118
  EventType,
@@ -84499,7 +85130,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84499
85130
  InternetGatewayBlockMode,
84500
85131
  ManagedBy,
84501
85132
  VpcBlockPublicAccessState,
84502
- ImageBlockPublicAccessDisabledState,
84503
85133
  SpotFleetLaunchSpecificationFilterSensitiveLog,
84504
85134
  SpotFleetRequestConfigDataFilterSensitiveLog,
84505
85135
  SpotFleetRequestConfigFilterSensitiveLog,
@@ -84510,6 +85140,7 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84510
85140
  DescribeVerifiedAccessTrustProvidersResultFilterSensitiveLog,
84511
85141
  DescribeVpnConnectionsResultFilterSensitiveLog,
84512
85142
  DetachVerifiedAccessTrustProviderResultFilterSensitiveLog,
85143
+ ImageBlockPublicAccessDisabledState,
84513
85144
  RouteServerPropagationState,
84514
85145
  SnapshotBlockPublicAccessState,
84515
85146
  TransitGatewayPropagationState,
@@ -84537,10 +85168,6 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84537
85168
  GetInstanceTpmEkPubResultFilterSensitiveLog,
84538
85169
  GetLaunchTemplateDataResultFilterSensitiveLog,
84539
85170
  GetPasswordDataResultFilterSensitiveLog,
84540
- GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
84541
- ImageDiskContainerFilterSensitiveLog,
84542
- ImportImageRequestFilterSensitiveLog,
84543
- ImportImageResultFilterSensitiveLog,
84544
85171
  LockMode,
84545
85172
  ModifyAvailabilityZoneOptInStatus,
84546
85173
  OperationType,
@@ -84557,8 +85184,10 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84557
85184
  VerificationMethod,
84558
85185
  ReportInstanceReasonCodes,
84559
85186
  ReportStatusType,
84560
- ResetFpgaImageAttributeName,
84561
- ResetImageAttributeName,
85187
+ GetVpnConnectionDeviceSampleConfigurationResultFilterSensitiveLog,
85188
+ ImageDiskContainerFilterSensitiveLog,
85189
+ ImportImageRequestFilterSensitiveLog,
85190
+ ImportImageResultFilterSensitiveLog,
84562
85191
  DiskImageDetailFilterSensitiveLog,
84563
85192
  DiskImageFilterSensitiveLog,
84564
85193
  UserDataFilterSensitiveLog,
@@ -84582,10 +85211,12 @@ var waitUntilVpnConnectionDeleted = /* @__PURE__ */ __name(async (params, input)
84582
85211
  ModifyVpnTunnelOptionsResultFilterSensitiveLog,
84583
85212
  ReportInstanceStatusRequestFilterSensitiveLog,
84584
85213
  RequestSpotFleetRequestFilterSensitiveLog,
85214
+ ResetFpgaImageAttributeName,
85215
+ ResetImageAttributeName,
85216
+ MembershipType,
84585
85217
  RequestSpotLaunchSpecificationFilterSensitiveLog,
84586
85218
  RequestSpotInstancesRequestFilterSensitiveLog,
84587
85219
  RequestSpotInstancesResultFilterSensitiveLog,
84588
- MembershipType,
84589
85220
  RunInstancesRequestFilterSensitiveLog,
84590
85221
  ScheduledInstancesLaunchSpecificationFilterSensitiveLog,
84591
85222
  RunScheduledInstancesRequestFilterSensitiveLog