@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
@@ -1,4 +1,4 @@
1
- import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment, VpcPeeringConnection } from "./models_0";
1
+ import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment } from "./models_0";
2
2
  import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ResponseLaunchTemplateData, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
3
3
  /**
4
4
  * <p>Describes a launch template version.</p>
@@ -570,6 +570,268 @@ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
570
570
  */
571
571
  LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
572
572
  }
573
+ /**
574
+ * @public
575
+ */
576
+ export interface CreateLocalGatewayVirtualInterfaceRequest {
577
+ /**
578
+ * <p>The ID of the local gateway virtual interface group.</p>
579
+ * @public
580
+ */
581
+ LocalGatewayVirtualInterfaceGroupId: string | undefined;
582
+ /**
583
+ * <p>References the Link Aggregation Group (LAG) that connects the Outpost to on-premises network devices.</p>
584
+ * @public
585
+ */
586
+ OutpostLagId: string | undefined;
587
+ /**
588
+ * <p>The virtual local area network (VLAN) used for the local gateway virtual interface.</p>
589
+ * @public
590
+ */
591
+ Vlan: number | undefined;
592
+ /**
593
+ * <p>The IP address assigned to the local gateway virtual interface on the Outpost side. Only IPv4 is supported.</p>
594
+ * @public
595
+ */
596
+ LocalAddress: string | undefined;
597
+ /**
598
+ * <p>The peer IP address for the local gateway virtual interface. Only IPv4 is
599
+ * supported.</p>
600
+ * @public
601
+ */
602
+ PeerAddress: string | undefined;
603
+ /**
604
+ * <p>The Autonomous System Number (ASN) of the Border Gateway Protocol (BGP) peer.</p>
605
+ * @public
606
+ */
607
+ PeerBgpAsn?: number | undefined;
608
+ /**
609
+ * <p>The tags to apply to a resource when the local gateway virtual interface is being created. </p>
610
+ * @public
611
+ */
612
+ TagSpecifications?: TagSpecification[] | undefined;
613
+ /**
614
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
615
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
616
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
617
+ * @public
618
+ */
619
+ DryRun?: boolean | undefined;
620
+ /**
621
+ * <p>The extended 32-bit ASN of the BGP peer for use with larger ASN values.</p>
622
+ * @public
623
+ */
624
+ PeerBgpAsnExtended?: number | undefined;
625
+ }
626
+ /**
627
+ * @public
628
+ * @enum
629
+ */
630
+ export declare const LocalGatewayVirtualInterfaceConfigurationState: {
631
+ readonly available: "available";
632
+ readonly deleted: "deleted";
633
+ readonly deleting: "deleting";
634
+ readonly pending: "pending";
635
+ };
636
+ /**
637
+ * @public
638
+ */
639
+ export type LocalGatewayVirtualInterfaceConfigurationState = (typeof LocalGatewayVirtualInterfaceConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceConfigurationState];
640
+ /**
641
+ * <p>Describes a local gateway virtual interface.</p>
642
+ * @public
643
+ */
644
+ export interface LocalGatewayVirtualInterface {
645
+ /**
646
+ * <p>The ID of the virtual interface.</p>
647
+ * @public
648
+ */
649
+ LocalGatewayVirtualInterfaceId?: string | undefined;
650
+ /**
651
+ * <p>The ID of the local gateway.</p>
652
+ * @public
653
+ */
654
+ LocalGatewayId?: string | undefined;
655
+ /**
656
+ * <p>The ID of the local gateway virtual interface group.</p>
657
+ * @public
658
+ */
659
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
660
+ /**
661
+ * <p>The Amazon Resource Number (ARN) of the local gateway virtual interface.</p>
662
+ * @public
663
+ */
664
+ LocalGatewayVirtualInterfaceArn?: string | undefined;
665
+ /**
666
+ * <p>The Outpost LAG ID.</p>
667
+ * @public
668
+ */
669
+ OutpostLagId?: string | undefined;
670
+ /**
671
+ * <p>The ID of the VLAN.</p>
672
+ * @public
673
+ */
674
+ Vlan?: number | undefined;
675
+ /**
676
+ * <p>The local address.</p>
677
+ * @public
678
+ */
679
+ LocalAddress?: string | undefined;
680
+ /**
681
+ * <p>The peer address.</p>
682
+ * @public
683
+ */
684
+ PeerAddress?: string | undefined;
685
+ /**
686
+ * <p>The Border Gateway Protocol (BGP) Autonomous System Number (ASN) of the local gateway.</p>
687
+ * @public
688
+ */
689
+ LocalBgpAsn?: number | undefined;
690
+ /**
691
+ * <p>The peer BGP ASN.</p>
692
+ * @public
693
+ */
694
+ PeerBgpAsn?: number | undefined;
695
+ /**
696
+ * <p>The extended 32-bit ASN of the BGP peer for use with larger ASN values.</p>
697
+ * @public
698
+ */
699
+ PeerBgpAsnExtended?: number | undefined;
700
+ /**
701
+ * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface.</p>
702
+ * @public
703
+ */
704
+ OwnerId?: string | undefined;
705
+ /**
706
+ * <p>The tags assigned to the virtual interface.</p>
707
+ * @public
708
+ */
709
+ Tags?: Tag[] | undefined;
710
+ /**
711
+ * <p>The current state of the local gateway virtual interface.</p>
712
+ * @public
713
+ */
714
+ ConfigurationState?: LocalGatewayVirtualInterfaceConfigurationState | undefined;
715
+ }
716
+ /**
717
+ * @public
718
+ */
719
+ export interface CreateLocalGatewayVirtualInterfaceResult {
720
+ /**
721
+ * <p>Information about the local gateway virtual interface.</p>
722
+ * @public
723
+ */
724
+ LocalGatewayVirtualInterface?: LocalGatewayVirtualInterface | undefined;
725
+ }
726
+ /**
727
+ * @public
728
+ */
729
+ export interface CreateLocalGatewayVirtualInterfaceGroupRequest {
730
+ /**
731
+ * <p>The ID of the local gateway.</p>
732
+ * @public
733
+ */
734
+ LocalGatewayId: string | undefined;
735
+ /**
736
+ * <p>The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).</p>
737
+ * @public
738
+ */
739
+ LocalBgpAsn?: number | undefined;
740
+ /**
741
+ * <p>The extended 32-bit ASN for the local BGP configuration.</p>
742
+ * @public
743
+ */
744
+ LocalBgpAsnExtended?: number | undefined;
745
+ /**
746
+ * <p>The tags to apply to the local gateway virtual interface group when the resource is
747
+ * being created.</p>
748
+ * @public
749
+ */
750
+ TagSpecifications?: TagSpecification[] | undefined;
751
+ /**
752
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
753
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
754
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
755
+ * @public
756
+ */
757
+ DryRun?: boolean | undefined;
758
+ }
759
+ /**
760
+ * @public
761
+ * @enum
762
+ */
763
+ export declare const LocalGatewayVirtualInterfaceGroupConfigurationState: {
764
+ readonly available: "available";
765
+ readonly deleted: "deleted";
766
+ readonly deleting: "deleting";
767
+ readonly incomplete: "incomplete";
768
+ readonly pending: "pending";
769
+ };
770
+ /**
771
+ * @public
772
+ */
773
+ export type LocalGatewayVirtualInterfaceGroupConfigurationState = (typeof LocalGatewayVirtualInterfaceGroupConfigurationState)[keyof typeof LocalGatewayVirtualInterfaceGroupConfigurationState];
774
+ /**
775
+ * <p>Describes a local gateway virtual interface group.</p>
776
+ * @public
777
+ */
778
+ export interface LocalGatewayVirtualInterfaceGroup {
779
+ /**
780
+ * <p>The ID of the virtual interface group.</p>
781
+ * @public
782
+ */
783
+ LocalGatewayVirtualInterfaceGroupId?: string | undefined;
784
+ /**
785
+ * <p>The IDs of the virtual interfaces.</p>
786
+ * @public
787
+ */
788
+ LocalGatewayVirtualInterfaceIds?: string[] | undefined;
789
+ /**
790
+ * <p>The ID of the local gateway.</p>
791
+ * @public
792
+ */
793
+ LocalGatewayId?: string | undefined;
794
+ /**
795
+ * <p>The ID of the Amazon Web Services account that owns the local gateway virtual interface group.</p>
796
+ * @public
797
+ */
798
+ OwnerId?: string | undefined;
799
+ /**
800
+ * <p>The Autonomous System Number(ASN) for the local Border Gateway Protocol (BGP).</p>
801
+ * @public
802
+ */
803
+ LocalBgpAsn?: number | undefined;
804
+ /**
805
+ * <p>The extended 32-bit ASN for the local BGP configuration.</p>
806
+ * @public
807
+ */
808
+ LocalBgpAsnExtended?: number | undefined;
809
+ /**
810
+ * <p>The Amazon Resource Number (ARN) of the local gateway virtual interface group.</p>
811
+ * @public
812
+ */
813
+ LocalGatewayVirtualInterfaceGroupArn?: string | undefined;
814
+ /**
815
+ * <p>The tags assigned to the virtual interface group.</p>
816
+ * @public
817
+ */
818
+ Tags?: Tag[] | undefined;
819
+ /**
820
+ * <p>The current state of the local gateway virtual interface group.</p>
821
+ * @public
822
+ */
823
+ ConfigurationState?: LocalGatewayVirtualInterfaceGroupConfigurationState | undefined;
824
+ }
825
+ /**
826
+ * @public
827
+ */
828
+ export interface CreateLocalGatewayVirtualInterfaceGroupResult {
829
+ /**
830
+ * <p>Information about the created local gateway virtual interface group.</p>
831
+ * @public
832
+ */
833
+ LocalGatewayVirtualInterfaceGroup?: LocalGatewayVirtualInterfaceGroup | undefined;
834
+ }
573
835
  /**
574
836
  * @public
575
837
  */
@@ -8760,219 +9022,6 @@ export interface ServiceTypeDetail {
8760
9022
  */
8761
9023
  ServiceType?: ServiceType | undefined;
8762
9024
  }
8763
- /**
8764
- * @public
8765
- * @enum
8766
- */
8767
- export declare const ServiceConnectivityType: {
8768
- readonly ipv4: "ipv4";
8769
- readonly ipv6: "ipv6";
8770
- };
8771
- /**
8772
- * @public
8773
- */
8774
- export type ServiceConnectivityType = (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
8775
- /**
8776
- * <p>Describes a supported Region.</p>
8777
- * @public
8778
- */
8779
- export interface SupportedRegionDetail {
8780
- /**
8781
- * <p>The Region code.</p>
8782
- * @public
8783
- */
8784
- Region?: string | undefined;
8785
- /**
8786
- * <p>The service state. The possible values are <code>Pending</code>, <code>Available</code>,
8787
- * <code>Deleting</code>, <code>Deleted</code>, <code>Failed</code>, and <code>Closed</code>.</p>
8788
- * @public
8789
- */
8790
- ServiceState?: string | undefined;
8791
- }
8792
- /**
8793
- * <p>Describes a service configuration for a VPC endpoint service.</p>
8794
- * @public
8795
- */
8796
- export interface ServiceConfiguration {
8797
- /**
8798
- * <p>The type of service.</p>
8799
- * @public
8800
- */
8801
- ServiceType?: ServiceTypeDetail[] | undefined;
8802
- /**
8803
- * <p>The ID of the service.</p>
8804
- * @public
8805
- */
8806
- ServiceId?: string | undefined;
8807
- /**
8808
- * <p>The name of the service.</p>
8809
- * @public
8810
- */
8811
- ServiceName?: string | undefined;
8812
- /**
8813
- * <p>The service state.</p>
8814
- * @public
8815
- */
8816
- ServiceState?: ServiceState | undefined;
8817
- /**
8818
- * <p>The Availability Zones in which the service is available.</p>
8819
- * @public
8820
- */
8821
- AvailabilityZones?: string[] | undefined;
8822
- /**
8823
- * <p>Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.</p>
8824
- * @public
8825
- */
8826
- AcceptanceRequired?: boolean | undefined;
8827
- /**
8828
- * <p>Indicates whether the service manages its VPC endpoints. Management of the service VPC
8829
- * endpoints using the VPC endpoint API is restricted.</p>
8830
- * @public
8831
- */
8832
- ManagesVpcEndpoints?: boolean | undefined;
8833
- /**
8834
- * <p>The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.</p>
8835
- * @public
8836
- */
8837
- NetworkLoadBalancerArns?: string[] | undefined;
8838
- /**
8839
- * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
8840
- * @public
8841
- */
8842
- GatewayLoadBalancerArns?: string[] | undefined;
8843
- /**
8844
- * <p>The supported IP address types.</p>
8845
- * @public
8846
- */
8847
- SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
8848
- /**
8849
- * <p>The DNS names for the service.</p>
8850
- * @public
8851
- */
8852
- BaseEndpointDnsNames?: string[] | undefined;
8853
- /**
8854
- * <p>The private DNS name for the service.</p>
8855
- * @public
8856
- */
8857
- PrivateDnsName?: string | undefined;
8858
- /**
8859
- * <p>Information about the endpoint service private DNS name configuration.</p>
8860
- * @public
8861
- */
8862
- PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
8863
- /**
8864
- * <p>The payer responsibility.</p>
8865
- * @public
8866
- */
8867
- PayerResponsibility?: PayerResponsibility | undefined;
8868
- /**
8869
- * <p>The tags assigned to the service.</p>
8870
- * @public
8871
- */
8872
- Tags?: Tag[] | undefined;
8873
- /**
8874
- * <p>The supported Regions.</p>
8875
- * @public
8876
- */
8877
- SupportedRegions?: SupportedRegionDetail[] | undefined;
8878
- /**
8879
- * <p>Indicates whether consumers can access the service from a Region other than the
8880
- * Region where the service is hosted.</p>
8881
- * @public
8882
- */
8883
- RemoteAccessEnabled?: boolean | undefined;
8884
- }
8885
- /**
8886
- * @public
8887
- */
8888
- export interface CreateVpcEndpointServiceConfigurationResult {
8889
- /**
8890
- * <p>Information about the service configuration.</p>
8891
- * @public
8892
- */
8893
- ServiceConfiguration?: ServiceConfiguration | undefined;
8894
- /**
8895
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
8896
- * request.</p>
8897
- * @public
8898
- */
8899
- ClientToken?: string | undefined;
8900
- }
8901
- /**
8902
- * @public
8903
- */
8904
- export interface CreateVpcPeeringConnectionRequest {
8905
- /**
8906
- * <p>The Region code for the accepter VPC, if the accepter VPC is located in a Region
8907
- * other than the Region in which you make the request.</p>
8908
- * <p>Default: The Region in which you make the request.</p>
8909
- * @public
8910
- */
8911
- PeerRegion?: string | undefined;
8912
- /**
8913
- * <p>The tags to assign to the peering connection.</p>
8914
- * @public
8915
- */
8916
- TagSpecifications?: TagSpecification[] | undefined;
8917
- /**
8918
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8919
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8920
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8921
- * @public
8922
- */
8923
- DryRun?: boolean | undefined;
8924
- /**
8925
- * <p>The ID of the requester VPC. You must specify this parameter in the
8926
- * request.</p>
8927
- * @public
8928
- */
8929
- VpcId: string | undefined;
8930
- /**
8931
- * <p>The ID of the VPC with which you are creating the VPC peering connection. You must
8932
- * specify this parameter in the request.</p>
8933
- * @public
8934
- */
8935
- PeerVpcId?: string | undefined;
8936
- /**
8937
- * <p>The Amazon Web Services account ID of the owner of the accepter VPC.</p>
8938
- * <p>Default: Your Amazon Web Services account ID</p>
8939
- * @public
8940
- */
8941
- PeerOwnerId?: string | undefined;
8942
- }
8943
- /**
8944
- * @public
8945
- */
8946
- export interface CreateVpcPeeringConnectionResult {
8947
- /**
8948
- * <p>Information about the VPC peering connection.</p>
8949
- * @public
8950
- */
8951
- VpcPeeringConnection?: VpcPeeringConnection | undefined;
8952
- }
8953
- /**
8954
- * @public
8955
- * @enum
8956
- */
8957
- export declare const TunnelInsideIpVersion: {
8958
- readonly ipv4: "ipv4";
8959
- readonly ipv6: "ipv6";
8960
- };
8961
- /**
8962
- * @public
8963
- */
8964
- export type TunnelInsideIpVersion = (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
8965
- /**
8966
- * <p>The IKE version that is permitted for the VPN tunnel.</p>
8967
- * @public
8968
- */
8969
- export interface IKEVersionsRequestListValue {
8970
- /**
8971
- * <p>The IKE version.</p>
8972
- * @public
8973
- */
8974
- Value?: string | undefined;
8975
- }
8976
9025
  /**
8977
9026
  * @internal
8978
9027
  */