@aws-sdk/client-ec2 3.799.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 (232) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +856 -208
  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/DescribeConversionTasksCommand.js +1 -1
  9. package/dist-es/commands/DescribeOutpostLagsCommand.js +22 -0
  10. package/dist-es/commands/DescribeServiceLinkVirtualInterfacesCommand.js +22 -0
  11. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +1 -1
  12. package/dist-es/commands/ImportImageCommand.js +1 -1
  13. package/dist-es/commands/RequestSpotFleetCommand.js +1 -1
  14. package/dist-es/commands/RequestSpotInstancesCommand.js +1 -1
  15. package/dist-es/commands/index.js +6 -0
  16. package/dist-es/models/models_0.js +2 -0
  17. package/dist-es/models/models_1.js +4 -6
  18. package/dist-es/models/models_2.js +20 -9
  19. package/dist-es/models/models_3.js +8 -3
  20. package/dist-es/models/models_4.js +4 -7
  21. package/dist-es/models/models_5.js +12 -3
  22. package/dist-es/models/models_6.js +3 -25
  23. package/dist-es/models/models_7.js +26 -25
  24. package/dist-es/models/models_8.js +23 -0
  25. package/dist-es/protocols/Aws_ec2.js +548 -29
  26. package/dist-types/EC2.d.ts +44 -0
  27. package/dist-types/EC2Client.d.ts +8 -2
  28. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  31. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  33. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  34. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  35. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +3 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +110 -0
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +103 -0
  66. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +3 -2
  107. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -2
  108. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  111. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +93 -0
  112. package/dist-types/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +90 -0
  113. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -13
  114. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -1
  115. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  116. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  117. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  118. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +1 -2
  119. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  120. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +4 -0
  122. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +6 -1
  123. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  124. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  126. package/dist-types/commands/DescribeOutpostLagsCommand.d.ts +105 -0
  127. package/dist-types/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +106 -0
  128. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  129. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  130. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  131. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -1
  132. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  133. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  134. package/dist-types/commands/DisableImageCommand.d.ts +1 -1
  135. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -1
  136. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -2
  137. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  138. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  139. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -1
  140. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  141. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  143. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  144. package/dist-types/commands/ImportImageCommand.d.ts +2 -2
  145. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  146. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  147. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  148. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  149. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  151. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  152. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -3
  153. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -2
  154. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -1
  155. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  156. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  157. package/dist-types/commands/ResetImageAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  159. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  160. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  161. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  162. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  163. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  164. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  165. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  166. package/dist-types/commands/StopInstancesCommand.d.ts +23 -27
  167. package/dist-types/commands/TerminateInstancesCommand.d.ts +6 -6
  168. package/dist-types/commands/index.d.ts +6 -0
  169. package/dist-types/models/models_0.d.ts +2 -0
  170. package/dist-types/models/models_1.d.ts +65 -65
  171. package/dist-types/models/models_2.d.ts +317 -240
  172. package/dist-types/models/models_3.d.ts +304 -475
  173. package/dist-types/models/models_4.d.ts +6882 -6870
  174. package/dist-types/models/models_5.d.ts +1250 -944
  175. package/dist-types/models/models_6.d.ts +3471 -3708
  176. package/dist-types/models/models_7.d.ts +4525 -4392
  177. package/dist-types/models/models_8.d.ts +495 -8
  178. package/dist-types/protocols/Aws_ec2.d.ts +54 -0
  179. package/dist-types/ts3.4/EC2.d.ts +134 -0
  180. package/dist-types/ts3.4/EC2Client.d.ts +36 -0
  181. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  182. package/dist-types/ts3.4/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -4
  184. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/DeleteLocalGatewayVirtualInterfaceGroupCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -4
  188. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -1
  190. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +1 -1
  191. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +4 -2
  192. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeLockedSnapshotsCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeMacHostsCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeOutpostLagsCommand.d.ts +51 -0
  197. package/dist-types/ts3.4/commands/DescribeServiceLinkVirtualInterfacesCommand.d.ts +51 -0
  198. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/DisableImageCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +1 -1
  204. package/dist-types/ts3.4/commands/DisableImageDeregistrationProtectionCommand.d.ts +4 -2
  205. package/dist-types/ts3.4/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +2 -4
  206. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -4
  212. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -1
  219. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  222. package/dist-types/ts3.4/models/models_0.d.ts +2 -0
  223. package/dist-types/ts3.4/models/models_1.d.ts +8 -14
  224. package/dist-types/ts3.4/models/models_2.d.ts +89 -60
  225. package/dist-types/ts3.4/models/models_3.d.ts +81 -102
  226. package/dist-types/ts3.4/models/models_4.d.ts +109 -85
  227. package/dist-types/ts3.4/models/models_5.d.ts +124 -94
  228. package/dist-types/ts3.4/models/models_6.d.ts +87 -134
  229. package/dist-types/ts3.4/models/models_7.d.ts +138 -120
  230. package/dist-types/ts3.4/models/models_8.d.ts +115 -0
  231. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +72 -0
  232. package/package.json +4 -4
@@ -1,5 +1,56 @@
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";
2
- import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateVersion, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
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
+ import { ConnectionTrackingSpecificationRequest, InstanceIpv6Address, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ResponseLaunchTemplateData, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes a launch template version.</p>
5
+ * @public
6
+ */
7
+ export interface LaunchTemplateVersion {
8
+ /**
9
+ * <p>The ID of the launch template.</p>
10
+ * @public
11
+ */
12
+ LaunchTemplateId?: string | undefined;
13
+ /**
14
+ * <p>The name of the launch template.</p>
15
+ * @public
16
+ */
17
+ LaunchTemplateName?: string | undefined;
18
+ /**
19
+ * <p>The version number.</p>
20
+ * @public
21
+ */
22
+ VersionNumber?: number | undefined;
23
+ /**
24
+ * <p>The description for the version.</p>
25
+ * @public
26
+ */
27
+ VersionDescription?: string | undefined;
28
+ /**
29
+ * <p>The time the version was created.</p>
30
+ * @public
31
+ */
32
+ CreateTime?: Date | undefined;
33
+ /**
34
+ * <p>The principal that created the version.</p>
35
+ * @public
36
+ */
37
+ CreatedBy?: string | undefined;
38
+ /**
39
+ * <p>Indicates whether the version is the default version.</p>
40
+ * @public
41
+ */
42
+ DefaultVersion?: boolean | undefined;
43
+ /**
44
+ * <p>Information about the launch template.</p>
45
+ * @public
46
+ */
47
+ LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
48
+ /**
49
+ * <p>The entity that manages the launch template.</p>
50
+ * @public
51
+ */
52
+ Operator?: OperatorResponse | undefined;
53
+ }
3
54
  /**
4
55
  * @public
5
56
  */
@@ -519,6 +570,268 @@ export interface CreateLocalGatewayRouteTableVpcAssociationResult {
519
570
  */
520
571
  LocalGatewayRouteTableVpcAssociation?: LocalGatewayRouteTableVpcAssociation | undefined;
521
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
+ }
522
835
  /**
523
836
  * @public
524
837
  */
@@ -8156,8 +8469,6 @@ export interface CreateVpcEndpointRequest {
8156
8469
  * <code>true</code>: <code>enableDnsHostnames</code> and
8157
8470
  * <code>enableDnsSupport</code>. Use <a>ModifyVpcAttribute</a> to set the VPC
8158
8471
  * attributes.</p>
8159
- * <p>Default: <code>true</code>
8160
- * </p>
8161
8472
  * @public
8162
8473
  */
8163
8474
  PrivateDnsEnabled?: boolean | undefined;
@@ -8712,243 +9023,9 @@ export interface ServiceTypeDetail {
8712
9023
  ServiceType?: ServiceType | undefined;
8713
9024
  }
8714
9025
  /**
8715
- * @public
8716
- * @enum
8717
- */
8718
- export declare const ServiceConnectivityType: {
8719
- readonly ipv4: "ipv4";
8720
- readonly ipv6: "ipv6";
8721
- };
8722
- /**
8723
- * @public
8724
- */
8725
- export type ServiceConnectivityType = (typeof ServiceConnectivityType)[keyof typeof ServiceConnectivityType];
8726
- /**
8727
- * <p>Describes a supported Region.</p>
8728
- * @public
8729
- */
8730
- export interface SupportedRegionDetail {
8731
- /**
8732
- * <p>The Region code.</p>
8733
- * @public
8734
- */
8735
- Region?: string | undefined;
8736
- /**
8737
- * <p>The service state. The possible values are <code>Pending</code>, <code>Available</code>,
8738
- * <code>Deleting</code>, <code>Deleted</code>, <code>Failed</code>, and <code>Closed</code>.</p>
8739
- * @public
8740
- */
8741
- ServiceState?: string | undefined;
8742
- }
8743
- /**
8744
- * <p>Describes a service configuration for a VPC endpoint service.</p>
8745
- * @public
8746
- */
8747
- export interface ServiceConfiguration {
8748
- /**
8749
- * <p>The type of service.</p>
8750
- * @public
8751
- */
8752
- ServiceType?: ServiceTypeDetail[] | undefined;
8753
- /**
8754
- * <p>The ID of the service.</p>
8755
- * @public
8756
- */
8757
- ServiceId?: string | undefined;
8758
- /**
8759
- * <p>The name of the service.</p>
8760
- * @public
8761
- */
8762
- ServiceName?: string | undefined;
8763
- /**
8764
- * <p>The service state.</p>
8765
- * @public
8766
- */
8767
- ServiceState?: ServiceState | undefined;
8768
- /**
8769
- * <p>The Availability Zones in which the service is available.</p>
8770
- * @public
8771
- */
8772
- AvailabilityZones?: string[] | undefined;
8773
- /**
8774
- * <p>Indicates whether requests from other Amazon Web Services accounts to create an endpoint to the service must first be accepted.</p>
8775
- * @public
8776
- */
8777
- AcceptanceRequired?: boolean | undefined;
8778
- /**
8779
- * <p>Indicates whether the service manages its VPC endpoints. Management of the service VPC
8780
- * endpoints using the VPC endpoint API is restricted.</p>
8781
- * @public
8782
- */
8783
- ManagesVpcEndpoints?: boolean | undefined;
8784
- /**
8785
- * <p>The Amazon Resource Names (ARNs) of the Network Load Balancers for the service.</p>
8786
- * @public
8787
- */
8788
- NetworkLoadBalancerArns?: string[] | undefined;
8789
- /**
8790
- * <p>The Amazon Resource Names (ARNs) of the Gateway Load Balancers for the service.</p>
8791
- * @public
8792
- */
8793
- GatewayLoadBalancerArns?: string[] | undefined;
8794
- /**
8795
- * <p>The supported IP address types.</p>
8796
- * @public
8797
- */
8798
- SupportedIpAddressTypes?: ServiceConnectivityType[] | undefined;
8799
- /**
8800
- * <p>The DNS names for the service.</p>
8801
- * @public
8802
- */
8803
- BaseEndpointDnsNames?: string[] | undefined;
8804
- /**
8805
- * <p>The private DNS name for the service.</p>
8806
- * @public
8807
- */
8808
- PrivateDnsName?: string | undefined;
8809
- /**
8810
- * <p>Information about the endpoint service private DNS name configuration.</p>
8811
- * @public
8812
- */
8813
- PrivateDnsNameConfiguration?: PrivateDnsNameConfiguration | undefined;
8814
- /**
8815
- * <p>The payer responsibility.</p>
8816
- * @public
8817
- */
8818
- PayerResponsibility?: PayerResponsibility | undefined;
8819
- /**
8820
- * <p>The tags assigned to the service.</p>
8821
- * @public
8822
- */
8823
- Tags?: Tag[] | undefined;
8824
- /**
8825
- * <p>The supported Regions.</p>
8826
- * @public
8827
- */
8828
- SupportedRegions?: SupportedRegionDetail[] | undefined;
8829
- /**
8830
- * <p>Indicates whether consumers can access the service from a Region other than the
8831
- * Region where the service is hosted.</p>
8832
- * @public
8833
- */
8834
- RemoteAccessEnabled?: boolean | undefined;
8835
- }
8836
- /**
8837
- * @public
8838
- */
8839
- export interface CreateVpcEndpointServiceConfigurationResult {
8840
- /**
8841
- * <p>Information about the service configuration.</p>
8842
- * @public
8843
- */
8844
- ServiceConfiguration?: ServiceConfiguration | undefined;
8845
- /**
8846
- * <p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the
8847
- * request.</p>
8848
- * @public
8849
- */
8850
- ClientToken?: string | undefined;
8851
- }
8852
- /**
8853
- * @public
8854
- */
8855
- export interface CreateVpcPeeringConnectionRequest {
8856
- /**
8857
- * <p>The Region code for the accepter VPC, if the accepter VPC is located in a Region
8858
- * other than the Region in which you make the request.</p>
8859
- * <p>Default: The Region in which you make the request.</p>
8860
- * @public
8861
- */
8862
- PeerRegion?: string | undefined;
8863
- /**
8864
- * <p>The tags to assign to the peering connection.</p>
8865
- * @public
8866
- */
8867
- TagSpecifications?: TagSpecification[] | undefined;
8868
- /**
8869
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
8870
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
8871
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
8872
- * @public
8873
- */
8874
- DryRun?: boolean | undefined;
8875
- /**
8876
- * <p>The ID of the requester VPC. You must specify this parameter in the
8877
- * request.</p>
8878
- * @public
8879
- */
8880
- VpcId: string | undefined;
8881
- /**
8882
- * <p>The ID of the VPC with which you are creating the VPC peering connection. You must
8883
- * specify this parameter in the request.</p>
8884
- * @public
8885
- */
8886
- PeerVpcId?: string | undefined;
8887
- /**
8888
- * <p>The Amazon Web Services account ID of the owner of the accepter VPC.</p>
8889
- * <p>Default: Your Amazon Web Services account ID</p>
8890
- * @public
8891
- */
8892
- PeerOwnerId?: string | undefined;
8893
- }
8894
- /**
8895
- * @public
8896
- */
8897
- export interface CreateVpcPeeringConnectionResult {
8898
- /**
8899
- * <p>Information about the VPC peering connection.</p>
8900
- * @public
8901
- */
8902
- VpcPeeringConnection?: VpcPeeringConnection | undefined;
8903
- }
8904
- /**
8905
- * @public
8906
- * @enum
8907
- */
8908
- export declare const TunnelInsideIpVersion: {
8909
- readonly ipv4: "ipv4";
8910
- readonly ipv6: "ipv6";
8911
- };
8912
- /**
8913
- * @public
8914
- */
8915
- export type TunnelInsideIpVersion = (typeof TunnelInsideIpVersion)[keyof typeof TunnelInsideIpVersion];
8916
- /**
8917
- * <p>The IKE version that is permitted for the VPN tunnel.</p>
8918
- * @public
8919
- */
8920
- export interface IKEVersionsRequestListValue {
8921
- /**
8922
- * <p>The IKE version.</p>
8923
- * @public
8924
- */
8925
- Value?: string | undefined;
8926
- }
8927
- /**
8928
- * <p>Options for sending VPN tunnel logs to CloudWatch.</p>
8929
- * @public
9026
+ * @internal
8930
9027
  */
8931
- export interface CloudWatchLogOptionsSpecification {
8932
- /**
8933
- * <p>Enable or disable VPN tunnel logging feature. Default value is <code>False</code>.</p>
8934
- * <p>Valid values: <code>True</code> | <code>False</code>
8935
- * </p>
8936
- * @public
8937
- */
8938
- LogEnabled?: boolean | undefined;
8939
- /**
8940
- * <p>The Amazon Resource Name (ARN) of the CloudWatch log group to send logs to.</p>
8941
- * @public
8942
- */
8943
- LogGroupArn?: string | undefined;
8944
- /**
8945
- * <p>Set log format. Default format is <code>json</code>.</p>
8946
- * <p>Valid values: <code>json</code> | <code>text</code>
8947
- * </p>
8948
- * @public
8949
- */
8950
- LogOutputFormat?: string | undefined;
8951
- }
9028
+ export declare const LaunchTemplateVersionFilterSensitiveLog: (obj: LaunchTemplateVersion) => any;
8952
9029
  /**
8953
9030
  * @internal
8954
9031
  */