@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
@@ -371,6 +371,14 @@ import {
371
371
  CreateLocalGatewayRouteTableVpcAssociationCommandInput,
372
372
  CreateLocalGatewayRouteTableVpcAssociationCommandOutput,
373
373
  } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
374
+ import {
375
+ CreateLocalGatewayVirtualInterfaceCommandInput,
376
+ CreateLocalGatewayVirtualInterfaceCommandOutput,
377
+ } from "./commands/CreateLocalGatewayVirtualInterfaceCommand";
378
+ import {
379
+ CreateLocalGatewayVirtualInterfaceGroupCommandInput,
380
+ CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
381
+ } from "./commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
374
382
  import {
375
383
  CreateManagedPrefixListCommandInput,
376
384
  CreateManagedPrefixListCommandOutput,
@@ -695,6 +703,14 @@ import {
695
703
  DeleteLocalGatewayRouteTableVpcAssociationCommandInput,
696
704
  DeleteLocalGatewayRouteTableVpcAssociationCommandOutput,
697
705
  } from "./commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
706
+ import {
707
+ DeleteLocalGatewayVirtualInterfaceCommandInput,
708
+ DeleteLocalGatewayVirtualInterfaceCommandOutput,
709
+ } from "./commands/DeleteLocalGatewayVirtualInterfaceCommand";
710
+ import {
711
+ DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
712
+ DeleteLocalGatewayVirtualInterfaceGroupCommandOutput,
713
+ } from "./commands/DeleteLocalGatewayVirtualInterfaceGroupCommand";
698
714
  import {
699
715
  DeleteManagedPrefixListCommandInput,
700
716
  DeleteManagedPrefixListCommandOutput,
@@ -1303,6 +1319,10 @@ import {
1303
1319
  DescribeNetworkInterfacesCommandInput,
1304
1320
  DescribeNetworkInterfacesCommandOutput,
1305
1321
  } from "./commands/DescribeNetworkInterfacesCommand";
1322
+ import {
1323
+ DescribeOutpostLagsCommandInput,
1324
+ DescribeOutpostLagsCommandOutput,
1325
+ } from "./commands/DescribeOutpostLagsCommand";
1306
1326
  import {
1307
1327
  DescribePlacementGroupsCommandInput,
1308
1328
  DescribePlacementGroupsCommandOutput,
@@ -1383,6 +1403,10 @@ import {
1383
1403
  DescribeSecurityGroupVpcAssociationsCommandInput,
1384
1404
  DescribeSecurityGroupVpcAssociationsCommandOutput,
1385
1405
  } from "./commands/DescribeSecurityGroupVpcAssociationsCommand";
1406
+ import {
1407
+ DescribeServiceLinkVirtualInterfacesCommandInput,
1408
+ DescribeServiceLinkVirtualInterfacesCommandOutput,
1409
+ } from "./commands/DescribeServiceLinkVirtualInterfacesCommand";
1386
1410
  import {
1387
1411
  DescribeSnapshotAttributeCommandInput,
1388
1412
  DescribeSnapshotAttributeCommandOutput,
@@ -4016,6 +4040,44 @@ export interface EC2 {
4016
4040
  data?: CreateLocalGatewayRouteTableVpcAssociationCommandOutput
4017
4041
  ) => void
4018
4042
  ): void;
4043
+ createLocalGatewayVirtualInterface(
4044
+ args: CreateLocalGatewayVirtualInterfaceCommandInput,
4045
+ options?: __HttpHandlerOptions
4046
+ ): Promise<CreateLocalGatewayVirtualInterfaceCommandOutput>;
4047
+ createLocalGatewayVirtualInterface(
4048
+ args: CreateLocalGatewayVirtualInterfaceCommandInput,
4049
+ cb: (
4050
+ err: any,
4051
+ data?: CreateLocalGatewayVirtualInterfaceCommandOutput
4052
+ ) => void
4053
+ ): void;
4054
+ createLocalGatewayVirtualInterface(
4055
+ args: CreateLocalGatewayVirtualInterfaceCommandInput,
4056
+ options: __HttpHandlerOptions,
4057
+ cb: (
4058
+ err: any,
4059
+ data?: CreateLocalGatewayVirtualInterfaceCommandOutput
4060
+ ) => void
4061
+ ): void;
4062
+ createLocalGatewayVirtualInterfaceGroup(
4063
+ args: CreateLocalGatewayVirtualInterfaceGroupCommandInput,
4064
+ options?: __HttpHandlerOptions
4065
+ ): Promise<CreateLocalGatewayVirtualInterfaceGroupCommandOutput>;
4066
+ createLocalGatewayVirtualInterfaceGroup(
4067
+ args: CreateLocalGatewayVirtualInterfaceGroupCommandInput,
4068
+ cb: (
4069
+ err: any,
4070
+ data?: CreateLocalGatewayVirtualInterfaceGroupCommandOutput
4071
+ ) => void
4072
+ ): void;
4073
+ createLocalGatewayVirtualInterfaceGroup(
4074
+ args: CreateLocalGatewayVirtualInterfaceGroupCommandInput,
4075
+ options: __HttpHandlerOptions,
4076
+ cb: (
4077
+ err: any,
4078
+ data?: CreateLocalGatewayVirtualInterfaceGroupCommandOutput
4079
+ ) => void
4080
+ ): void;
4019
4081
  createManagedPrefixList(
4020
4082
  args: CreateManagedPrefixListCommandInput,
4021
4083
  options?: __HttpHandlerOptions
@@ -5151,6 +5213,44 @@ export interface EC2 {
5151
5213
  data?: DeleteLocalGatewayRouteTableVpcAssociationCommandOutput
5152
5214
  ) => void
5153
5215
  ): void;
5216
+ deleteLocalGatewayVirtualInterface(
5217
+ args: DeleteLocalGatewayVirtualInterfaceCommandInput,
5218
+ options?: __HttpHandlerOptions
5219
+ ): Promise<DeleteLocalGatewayVirtualInterfaceCommandOutput>;
5220
+ deleteLocalGatewayVirtualInterface(
5221
+ args: DeleteLocalGatewayVirtualInterfaceCommandInput,
5222
+ cb: (
5223
+ err: any,
5224
+ data?: DeleteLocalGatewayVirtualInterfaceCommandOutput
5225
+ ) => void
5226
+ ): void;
5227
+ deleteLocalGatewayVirtualInterface(
5228
+ args: DeleteLocalGatewayVirtualInterfaceCommandInput,
5229
+ options: __HttpHandlerOptions,
5230
+ cb: (
5231
+ err: any,
5232
+ data?: DeleteLocalGatewayVirtualInterfaceCommandOutput
5233
+ ) => void
5234
+ ): void;
5235
+ deleteLocalGatewayVirtualInterfaceGroup(
5236
+ args: DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
5237
+ options?: __HttpHandlerOptions
5238
+ ): Promise<DeleteLocalGatewayVirtualInterfaceGroupCommandOutput>;
5239
+ deleteLocalGatewayVirtualInterfaceGroup(
5240
+ args: DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
5241
+ cb: (
5242
+ err: any,
5243
+ data?: DeleteLocalGatewayVirtualInterfaceGroupCommandOutput
5244
+ ) => void
5245
+ ): void;
5246
+ deleteLocalGatewayVirtualInterfaceGroup(
5247
+ args: DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
5248
+ options: __HttpHandlerOptions,
5249
+ cb: (
5250
+ err: any,
5251
+ data?: DeleteLocalGatewayVirtualInterfaceGroupCommandOutput
5252
+ ) => void
5253
+ ): void;
5154
5254
  deleteManagedPrefixList(
5155
5255
  args: DeleteManagedPrefixListCommandInput,
5156
5256
  options?: __HttpHandlerOptions
@@ -7411,6 +7511,20 @@ export interface EC2 {
7411
7511
  options: __HttpHandlerOptions,
7412
7512
  cb: (err: any, data?: DescribeNetworkInterfacesCommandOutput) => void
7413
7513
  ): void;
7514
+ describeOutpostLags(): Promise<DescribeOutpostLagsCommandOutput>;
7515
+ describeOutpostLags(
7516
+ args: DescribeOutpostLagsCommandInput,
7517
+ options?: __HttpHandlerOptions
7518
+ ): Promise<DescribeOutpostLagsCommandOutput>;
7519
+ describeOutpostLags(
7520
+ args: DescribeOutpostLagsCommandInput,
7521
+ cb: (err: any, data?: DescribeOutpostLagsCommandOutput) => void
7522
+ ): void;
7523
+ describeOutpostLags(
7524
+ args: DescribeOutpostLagsCommandInput,
7525
+ options: __HttpHandlerOptions,
7526
+ cb: (err: any, data?: DescribeOutpostLagsCommandOutput) => void
7527
+ ): void;
7414
7528
  describePlacementGroups(): Promise<DescribePlacementGroupsCommandOutput>;
7415
7529
  describePlacementGroups(
7416
7530
  args: DescribePlacementGroupsCommandInput,
@@ -7719,6 +7833,26 @@ export interface EC2 {
7719
7833
  data?: DescribeSecurityGroupVpcAssociationsCommandOutput
7720
7834
  ) => void
7721
7835
  ): void;
7836
+ describeServiceLinkVirtualInterfaces(): Promise<DescribeServiceLinkVirtualInterfacesCommandOutput>;
7837
+ describeServiceLinkVirtualInterfaces(
7838
+ args: DescribeServiceLinkVirtualInterfacesCommandInput,
7839
+ options?: __HttpHandlerOptions
7840
+ ): Promise<DescribeServiceLinkVirtualInterfacesCommandOutput>;
7841
+ describeServiceLinkVirtualInterfaces(
7842
+ args: DescribeServiceLinkVirtualInterfacesCommandInput,
7843
+ cb: (
7844
+ err: any,
7845
+ data?: DescribeServiceLinkVirtualInterfacesCommandOutput
7846
+ ) => void
7847
+ ): void;
7848
+ describeServiceLinkVirtualInterfaces(
7849
+ args: DescribeServiceLinkVirtualInterfacesCommandInput,
7850
+ options: __HttpHandlerOptions,
7851
+ cb: (
7852
+ err: any,
7853
+ data?: DescribeServiceLinkVirtualInterfacesCommandOutput
7854
+ ) => void
7855
+ ): void;
7722
7856
  describeSnapshotAttribute(
7723
7857
  args: DescribeSnapshotAttributeCommandInput,
7724
7858
  options?: __HttpHandlerOptions
@@ -417,6 +417,14 @@ import {
417
417
  CreateLocalGatewayRouteTableVpcAssociationCommandInput,
418
418
  CreateLocalGatewayRouteTableVpcAssociationCommandOutput,
419
419
  } from "./commands/CreateLocalGatewayRouteTableVpcAssociationCommand";
420
+ import {
421
+ CreateLocalGatewayVirtualInterfaceCommandInput,
422
+ CreateLocalGatewayVirtualInterfaceCommandOutput,
423
+ } from "./commands/CreateLocalGatewayVirtualInterfaceCommand";
424
+ import {
425
+ CreateLocalGatewayVirtualInterfaceGroupCommandInput,
426
+ CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
427
+ } from "./commands/CreateLocalGatewayVirtualInterfaceGroupCommand";
420
428
  import {
421
429
  CreateManagedPrefixListCommandInput,
422
430
  CreateManagedPrefixListCommandOutput,
@@ -741,6 +749,14 @@ import {
741
749
  DeleteLocalGatewayRouteTableVpcAssociationCommandInput,
742
750
  DeleteLocalGatewayRouteTableVpcAssociationCommandOutput,
743
751
  } from "./commands/DeleteLocalGatewayRouteTableVpcAssociationCommand";
752
+ import {
753
+ DeleteLocalGatewayVirtualInterfaceCommandInput,
754
+ DeleteLocalGatewayVirtualInterfaceCommandOutput,
755
+ } from "./commands/DeleteLocalGatewayVirtualInterfaceCommand";
756
+ import {
757
+ DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
758
+ DeleteLocalGatewayVirtualInterfaceGroupCommandOutput,
759
+ } from "./commands/DeleteLocalGatewayVirtualInterfaceGroupCommand";
744
760
  import {
745
761
  DeleteManagedPrefixListCommandInput,
746
762
  DeleteManagedPrefixListCommandOutput,
@@ -1349,6 +1365,10 @@ import {
1349
1365
  DescribeNetworkInterfacesCommandInput,
1350
1366
  DescribeNetworkInterfacesCommandOutput,
1351
1367
  } from "./commands/DescribeNetworkInterfacesCommand";
1368
+ import {
1369
+ DescribeOutpostLagsCommandInput,
1370
+ DescribeOutpostLagsCommandOutput,
1371
+ } from "./commands/DescribeOutpostLagsCommand";
1352
1372
  import {
1353
1373
  DescribePlacementGroupsCommandInput,
1354
1374
  DescribePlacementGroupsCommandOutput,
@@ -1429,6 +1449,10 @@ import {
1429
1449
  DescribeSecurityGroupVpcAssociationsCommandInput,
1430
1450
  DescribeSecurityGroupVpcAssociationsCommandOutput,
1431
1451
  } from "./commands/DescribeSecurityGroupVpcAssociationsCommand";
1452
+ import {
1453
+ DescribeServiceLinkVirtualInterfacesCommandInput,
1454
+ DescribeServiceLinkVirtualInterfacesCommandOutput,
1455
+ } from "./commands/DescribeServiceLinkVirtualInterfacesCommand";
1432
1456
  import {
1433
1457
  DescribeSnapshotAttributeCommandInput,
1434
1458
  DescribeSnapshotAttributeCommandOutput,
@@ -2846,6 +2870,8 @@ export type ServiceInputTypes =
2846
2870
  | CreateLocalGatewayRouteTableCommandInput
2847
2871
  | CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput
2848
2872
  | CreateLocalGatewayRouteTableVpcAssociationCommandInput
2873
+ | CreateLocalGatewayVirtualInterfaceCommandInput
2874
+ | CreateLocalGatewayVirtualInterfaceGroupCommandInput
2849
2875
  | CreateManagedPrefixListCommandInput
2850
2876
  | CreateNatGatewayCommandInput
2851
2877
  | CreateNetworkAclCommandInput
@@ -2927,6 +2953,8 @@ export type ServiceInputTypes =
2927
2953
  | DeleteLocalGatewayRouteTableCommandInput
2928
2954
  | DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandInput
2929
2955
  | DeleteLocalGatewayRouteTableVpcAssociationCommandInput
2956
+ | DeleteLocalGatewayVirtualInterfaceCommandInput
2957
+ | DeleteLocalGatewayVirtualInterfaceGroupCommandInput
2930
2958
  | DeleteManagedPrefixListCommandInput
2931
2959
  | DeleteNatGatewayCommandInput
2932
2960
  | DeleteNetworkAclCommandInput
@@ -3079,6 +3107,7 @@ export type ServiceInputTypes =
3079
3107
  | DescribeNetworkInterfaceAttributeCommandInput
3080
3108
  | DescribeNetworkInterfacePermissionsCommandInput
3081
3109
  | DescribeNetworkInterfacesCommandInput
3110
+ | DescribeOutpostLagsCommandInput
3082
3111
  | DescribePlacementGroupsCommandInput
3083
3112
  | DescribePrefixListsCommandInput
3084
3113
  | DescribePrincipalIdFormatCommandInput
@@ -3099,6 +3128,7 @@ export type ServiceInputTypes =
3099
3128
  | DescribeSecurityGroupRulesCommandInput
3100
3129
  | DescribeSecurityGroupVpcAssociationsCommandInput
3101
3130
  | DescribeSecurityGroupsCommandInput
3131
+ | DescribeServiceLinkVirtualInterfacesCommandInput
3102
3132
  | DescribeSnapshotAttributeCommandInput
3103
3133
  | DescribeSnapshotTierStatusCommandInput
3104
3134
  | DescribeSnapshotsCommandInput
@@ -3522,6 +3552,8 @@ export type ServiceOutputTypes =
3522
3552
  | CreateLocalGatewayRouteTableCommandOutput
3523
3553
  | CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
3524
3554
  | CreateLocalGatewayRouteTableVpcAssociationCommandOutput
3555
+ | CreateLocalGatewayVirtualInterfaceCommandOutput
3556
+ | CreateLocalGatewayVirtualInterfaceGroupCommandOutput
3525
3557
  | CreateManagedPrefixListCommandOutput
3526
3558
  | CreateNatGatewayCommandOutput
3527
3559
  | CreateNetworkAclCommandOutput
@@ -3603,6 +3635,8 @@ export type ServiceOutputTypes =
3603
3635
  | DeleteLocalGatewayRouteTableCommandOutput
3604
3636
  | DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommandOutput
3605
3637
  | DeleteLocalGatewayRouteTableVpcAssociationCommandOutput
3638
+ | DeleteLocalGatewayVirtualInterfaceCommandOutput
3639
+ | DeleteLocalGatewayVirtualInterfaceGroupCommandOutput
3606
3640
  | DeleteManagedPrefixListCommandOutput
3607
3641
  | DeleteNatGatewayCommandOutput
3608
3642
  | DeleteNetworkAclCommandOutput
@@ -3755,6 +3789,7 @@ export type ServiceOutputTypes =
3755
3789
  | DescribeNetworkInterfaceAttributeCommandOutput
3756
3790
  | DescribeNetworkInterfacePermissionsCommandOutput
3757
3791
  | DescribeNetworkInterfacesCommandOutput
3792
+ | DescribeOutpostLagsCommandOutput
3758
3793
  | DescribePlacementGroupsCommandOutput
3759
3794
  | DescribePrefixListsCommandOutput
3760
3795
  | DescribePrincipalIdFormatCommandOutput
@@ -3775,6 +3810,7 @@ export type ServiceOutputTypes =
3775
3810
  | DescribeSecurityGroupRulesCommandOutput
3776
3811
  | DescribeSecurityGroupVpcAssociationsCommandOutput
3777
3812
  | DescribeSecurityGroupsCommandOutput
3813
+ | DescribeServiceLinkVirtualInterfacesCommandOutput
3778
3814
  | DescribeSnapshotAttributeCommandOutput
3779
3815
  | DescribeSnapshotTierStatusCommandOutput
3780
3816
  | DescribeSnapshotsCommandOutput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateLocalGatewayVirtualInterfaceRequest,
10
+ CreateLocalGatewayVirtualInterfaceResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateLocalGatewayVirtualInterfaceCommandInput
15
+ extends CreateLocalGatewayVirtualInterfaceRequest {}
16
+ export interface CreateLocalGatewayVirtualInterfaceCommandOutput
17
+ extends CreateLocalGatewayVirtualInterfaceResult,
18
+ __MetadataBearer {}
19
+ declare const CreateLocalGatewayVirtualInterfaceCommand_base: {
20
+ new (
21
+ input: CreateLocalGatewayVirtualInterfaceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateLocalGatewayVirtualInterfaceCommandInput,
24
+ CreateLocalGatewayVirtualInterfaceCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateLocalGatewayVirtualInterfaceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateLocalGatewayVirtualInterfaceCommandInput,
33
+ CreateLocalGatewayVirtualInterfaceCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateLocalGatewayVirtualInterfaceCommand extends CreateLocalGatewayVirtualInterfaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocalGatewayVirtualInterfaceRequest;
44
+ output: CreateLocalGatewayVirtualInterfaceResult;
45
+ };
46
+ sdk: {
47
+ input: CreateLocalGatewayVirtualInterfaceCommandInput;
48
+ output: CreateLocalGatewayVirtualInterfaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ CreateLocalGatewayVirtualInterfaceGroupRequest,
10
+ CreateLocalGatewayVirtualInterfaceGroupResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateLocalGatewayVirtualInterfaceGroupCommandInput
15
+ extends CreateLocalGatewayVirtualInterfaceGroupRequest {}
16
+ export interface CreateLocalGatewayVirtualInterfaceGroupCommandOutput
17
+ extends CreateLocalGatewayVirtualInterfaceGroupResult,
18
+ __MetadataBearer {}
19
+ declare const CreateLocalGatewayVirtualInterfaceGroupCommand_base: {
20
+ new (
21
+ input: CreateLocalGatewayVirtualInterfaceGroupCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateLocalGatewayVirtualInterfaceGroupCommandInput,
24
+ CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: CreateLocalGatewayVirtualInterfaceGroupCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateLocalGatewayVirtualInterfaceGroupCommandInput,
33
+ CreateLocalGatewayVirtualInterfaceGroupCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateLocalGatewayVirtualInterfaceGroupCommand extends CreateLocalGatewayVirtualInterfaceGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateLocalGatewayVirtualInterfaceGroupRequest;
44
+ output: CreateLocalGatewayVirtualInterfaceGroupResult;
45
+ };
46
+ sdk: {
47
+ input: CreateLocalGatewayVirtualInterfaceGroupCommandInput;
48
+ output: CreateLocalGatewayVirtualInterfaceGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateVpcEndpointServiceConfigurationRequest,
10
- CreateVpcEndpointServiceConfigurationResult,
11
- } from "../models/models_2";
8
+ import { CreateVpcEndpointServiceConfigurationRequest } from "../models/models_2";
9
+ import { CreateVpcEndpointServiceConfigurationResult } from "../models/models_3";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateVpcEndpointServiceConfigurationCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateVpcPeeringConnectionRequest,
10
10
  CreateVpcPeeringConnectionResult,
11
- } from "../models/models_2";
11
+ } from "../models/models_3";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateVpcPeeringConnectionCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DeleteLocalGatewayVirtualInterfaceRequest,
10
+ DeleteLocalGatewayVirtualInterfaceResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteLocalGatewayVirtualInterfaceCommandInput
15
+ extends DeleteLocalGatewayVirtualInterfaceRequest {}
16
+ export interface DeleteLocalGatewayVirtualInterfaceCommandOutput
17
+ extends DeleteLocalGatewayVirtualInterfaceResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteLocalGatewayVirtualInterfaceCommand_base: {
20
+ new (
21
+ input: DeleteLocalGatewayVirtualInterfaceCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteLocalGatewayVirtualInterfaceCommandInput,
24
+ DeleteLocalGatewayVirtualInterfaceCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteLocalGatewayVirtualInterfaceCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteLocalGatewayVirtualInterfaceCommandInput,
33
+ DeleteLocalGatewayVirtualInterfaceCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteLocalGatewayVirtualInterfaceCommand extends DeleteLocalGatewayVirtualInterfaceCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteLocalGatewayVirtualInterfaceRequest;
44
+ output: DeleteLocalGatewayVirtualInterfaceResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteLocalGatewayVirtualInterfaceCommandInput;
48
+ output: DeleteLocalGatewayVirtualInterfaceCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DeleteLocalGatewayVirtualInterfaceGroupRequest,
10
+ DeleteLocalGatewayVirtualInterfaceGroupResult,
11
+ } from "../models/models_3";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteLocalGatewayVirtualInterfaceGroupCommandInput
15
+ extends DeleteLocalGatewayVirtualInterfaceGroupRequest {}
16
+ export interface DeleteLocalGatewayVirtualInterfaceGroupCommandOutput
17
+ extends DeleteLocalGatewayVirtualInterfaceGroupResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteLocalGatewayVirtualInterfaceGroupCommand_base: {
20
+ new (
21
+ input: DeleteLocalGatewayVirtualInterfaceGroupCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
24
+ DeleteLocalGatewayVirtualInterfaceGroupCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: DeleteLocalGatewayVirtualInterfaceGroupCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteLocalGatewayVirtualInterfaceGroupCommandInput,
33
+ DeleteLocalGatewayVirtualInterfaceGroupCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteLocalGatewayVirtualInterfaceGroupCommand extends DeleteLocalGatewayVirtualInterfaceGroupCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteLocalGatewayVirtualInterfaceGroupRequest;
44
+ output: DeleteLocalGatewayVirtualInterfaceGroupResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteLocalGatewayVirtualInterfaceGroupCommandInput;
48
+ output: DeleteLocalGatewayVirtualInterfaceGroupCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- DescribeClientVpnEndpointsRequest,
10
- DescribeClientVpnEndpointsResult,
11
- } from "../models/models_3";
8
+ import { DescribeClientVpnEndpointsRequest } from "../models/models_3";
9
+ import { DescribeClientVpnEndpointsResult } from "../models/models_4";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface DescribeClientVpnEndpointsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeClientVpnRoutesRequest,
10
10
  DescribeClientVpnRoutesResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeClientVpnRoutesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeClientVpnTargetNetworksRequest,
10
10
  DescribeClientVpnTargetNetworksResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeClientVpnTargetNetworksCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeCoipPoolsRequest,
10
10
  DescribeCoipPoolsResult,
11
- } from "../models/models_3";
11
+ } from "../models/models_4";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeCoipPoolsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeLocalGatewayVirtualInterfacesRequest,
10
10
  DescribeLocalGatewayVirtualInterfacesResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeLocalGatewayVirtualInterfacesCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeLockedSnapshotsRequest,
10
10
  DescribeLockedSnapshotsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeLockedSnapshotsCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  DescribeMacHostsRequest,
10
10
  DescribeMacHostsResult,
11
- } from "../models/models_4";
11
+ } from "../models/models_5";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface DescribeMacHostsCommandInput extends DescribeMacHostsRequest {}
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { DescribeManagedPrefixListsRequest } from "../models/models_4";
9
- import { DescribeManagedPrefixListsResult } from "../models/models_5";
8
+ import {
9
+ DescribeManagedPrefixListsRequest,
10
+ DescribeManagedPrefixListsResult,
11
+ } from "../models/models_5";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface DescribeManagedPrefixListsCommandInput
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ DescribeOutpostLagsRequest,
10
+ DescribeOutpostLagsResult,
11
+ } from "../models/models_5";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DescribeOutpostLagsCommandInput
15
+ extends DescribeOutpostLagsRequest {}
16
+ export interface DescribeOutpostLagsCommandOutput
17
+ extends DescribeOutpostLagsResult,
18
+ __MetadataBearer {}
19
+ declare const DescribeOutpostLagsCommand_base: {
20
+ new (
21
+ input: DescribeOutpostLagsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DescribeOutpostLagsCommandInput,
24
+ DescribeOutpostLagsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [DescribeOutpostLagsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DescribeOutpostLagsCommandInput,
33
+ DescribeOutpostLagsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DescribeOutpostLagsCommand extends DescribeOutpostLagsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DescribeOutpostLagsRequest;
44
+ output: DescribeOutpostLagsResult;
45
+ };
46
+ sdk: {
47
+ input: DescribeOutpostLagsCommandInput;
48
+ output: DescribeOutpostLagsCommandOutput;
49
+ };
50
+ };
51
+ }