@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
@@ -91,6 +91,8 @@ export * from "./CreateLocalGatewayRouteCommand";
91
91
  export * from "./CreateLocalGatewayRouteTableCommand";
92
92
  export * from "./CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
93
93
  export * from "./CreateLocalGatewayRouteTableVpcAssociationCommand";
94
+ export * from "./CreateLocalGatewayVirtualInterfaceCommand";
95
+ export * from "./CreateLocalGatewayVirtualInterfaceGroupCommand";
94
96
  export * from "./CreateManagedPrefixListCommand";
95
97
  export * from "./CreateNatGatewayCommand";
96
98
  export * from "./CreateNetworkAclCommand";
@@ -172,6 +174,8 @@ export * from "./DeleteLocalGatewayRouteCommand";
172
174
  export * from "./DeleteLocalGatewayRouteTableCommand";
173
175
  export * from "./DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand";
174
176
  export * from "./DeleteLocalGatewayRouteTableVpcAssociationCommand";
177
+ export * from "./DeleteLocalGatewayVirtualInterfaceCommand";
178
+ export * from "./DeleteLocalGatewayVirtualInterfaceGroupCommand";
175
179
  export * from "./DeleteManagedPrefixListCommand";
176
180
  export * from "./DeleteNatGatewayCommand";
177
181
  export * from "./DeleteNetworkAclCommand";
@@ -324,6 +328,7 @@ export * from "./DescribeNetworkInsightsPathsCommand";
324
328
  export * from "./DescribeNetworkInterfaceAttributeCommand";
325
329
  export * from "./DescribeNetworkInterfacePermissionsCommand";
326
330
  export * from "./DescribeNetworkInterfacesCommand";
331
+ export * from "./DescribeOutpostLagsCommand";
327
332
  export * from "./DescribePlacementGroupsCommand";
328
333
  export * from "./DescribePrefixListsCommand";
329
334
  export * from "./DescribePrincipalIdFormatCommand";
@@ -344,6 +349,7 @@ export * from "./DescribeSecurityGroupReferencesCommand";
344
349
  export * from "./DescribeSecurityGroupRulesCommand";
345
350
  export * from "./DescribeSecurityGroupVpcAssociationsCommand";
346
351
  export * from "./DescribeSecurityGroupsCommand";
352
+ export * from "./DescribeServiceLinkVirtualInterfacesCommand";
347
353
  export * from "./DescribeSnapshotAttributeCommand";
348
354
  export * from "./DescribeSnapshotTierStatusCommand";
349
355
  export * from "./DescribeSnapshotsCommand";
@@ -176,6 +176,7 @@ export declare const ResourceType: {
176
176
  readonly network_insights_analysis: "network-insights-analysis";
177
177
  readonly network_insights_path: "network-insights-path";
178
178
  readonly network_interface: "network-interface";
179
+ readonly outpost_lag: "outpost-lag";
179
180
  readonly placement_group: "placement-group";
180
181
  readonly prefix_list: "prefix-list";
181
182
  readonly replace_root_volume_task: "replace-root-volume-task";
@@ -186,6 +187,7 @@ export declare const ResourceType: {
186
187
  readonly route_table: "route-table";
187
188
  readonly security_group: "security-group";
188
189
  readonly security_group_rule: "security-group-rule";
190
+ readonly service_link_virtual_interface: "service-link-virtual-interface";
189
191
  readonly snapshot: "snapshot";
190
192
  readonly spot_fleet_request: "spot-fleet-request";
191
193
  readonly spot_instances_request: "spot-instances-request";
@@ -2364,15 +2364,20 @@ export interface ClientLoginBannerOptions {
2364
2364
  BannerText?: string | undefined;
2365
2365
  }
2366
2366
  /**
2367
- * <p>Client route enforcement is a feature of the Client VPN service that helps enforce administrator defined routes on devices connected through the VPN. T
2368
- * his feature helps improve your security posture by ensuring that network traffic originating from a connected client is not inadvertently sent outside the VPN tunnel.</p>
2369
- * <p>Client route enforcement works by monitoring the route table of a connected device for routing policy changes to the VPN connection. If the feature detects any VPN routing policy modifications, it will automatically force an update to the route table,
2367
+ * <p>Client Route Enforcement is a feature of Client VPN that helps enforce administrator defined
2368
+ * routes on devices connected through the VPN. This feature helps improve your security
2369
+ * posture by ensuring that network traffic originating from a connected client is not
2370
+ * inadvertently sent outside the VPN tunnel.</p>
2371
+ * <p>Client Route Enforcement works by monitoring the route table of a connected device for
2372
+ * routing policy changes to the VPN connection. If the feature detects any VPN routing
2373
+ * policy modifications, it will automatically force an update to the route table,
2370
2374
  * reverting it back to the expected route configurations.</p>
2371
2375
  * @public
2372
2376
  */
2373
2377
  export interface ClientRouteEnforcementOptions {
2374
2378
  /**
2375
- * <p>Enable or disable the client route enforcement feature.</p>
2379
+ * <p>Enable or disable Client Route Enforcement. The state can either be <code>true</code>
2380
+ * (enabled) or <code>false</code> (disabled). The default is <code>false</code>.</p>
2376
2381
  * <p>Valid values: <code>true | false</code>
2377
2382
  * </p>
2378
2383
  * <p>Default value: <code>false</code>
@@ -3707,10 +3712,10 @@ export interface FleetEbsBlockDeviceRequest {
3707
3712
  * <p>In no case can you remove encryption from an encrypted volume.</p>
3708
3713
  * <p>Encrypted volumes can only be attached to instances that support Amazon EBS encryption. For
3709
3714
  * more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption-requirements.html#ebs-encryption_supported_instances">Supported instance types</a>.</p>
3710
- * <p>This parameter is not returned by .</p>
3711
- * <p>For and , whether
3712
- * you can include this parameter, and the allowed values differ depending on the type of
3713
- * block device mapping you are creating.</p>
3715
+ * <p>This parameter is not returned by <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_DescribeImageAttribute">DescribeImageAttribute</a>.</p>
3716
+ * <p>For <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateImage">CreateImage</a> and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RegisterImage">RegisterImage</a>, whether you
3717
+ * can include this parameter, and the allowed values differ depending on the type of block
3718
+ * device mapping you are creating.</p>
3714
3719
  * <ul>
3715
3720
  * <li>
3716
3721
  * <p>If you are creating a block device mapping for a <b>new (empty)
@@ -4001,7 +4006,7 @@ export interface PerformanceFactorReferenceRequest {
4001
4006
  * <p>If you enable performance protection by specifying a supported instance family, the
4002
4007
  * returned instance types will exclude the above unsupported instance families.</p>
4003
4008
  * <p>If you specify an unsupported instance family as a value for baseline performance, the
4004
- * API returns an empty response for and an exception for , , , and .</p>
4009
+ * API returns an empty response for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements">GetInstanceTypesFromInstanceRequirements</a> and an exception for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet">RequestSpotFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyFleet">ModifyFleet</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifySpotFleetRequest">ModifySpotFleetRequest</a>.</p>
4005
4010
  * @public
4006
4011
  */
4007
4012
  InstanceFamily?: string | undefined;
@@ -4485,6 +4490,9 @@ export interface InstanceRequirementsRequest {
4485
4490
  * <li>
4486
4491
  * <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
4487
4492
  * </li>
4493
+ * <li>
4494
+ * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
4495
+ * </li>
4488
4496
  * </ul>
4489
4497
  * <p>Default: Any accelerator type</p>
4490
4498
  * @public
@@ -5618,7 +5626,7 @@ export interface PerformanceFactorReference {
5618
5626
  * <p>If you enable performance protection by specifying a supported instance family, the
5619
5627
  * returned instance types will exclude the above unsupported instance families.</p>
5620
5628
  * <p>If you specify an unsupported instance family as a value for baseline performance, the
5621
- * API returns an empty response for and an exception for , , , and .</p>
5629
+ * API returns an empty response for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_GetInstanceTypesFromInstanceRequirements">GetInstanceTypesFromInstanceRequirements</a> and an exception for <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateFleet">CreateFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_RequestSpotFleet">RequestSpotFleet</a>, <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifyFleet">ModifyFleet</a>, and <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ModifySpotFleetRequest">ModifySpotFleetRequest</a>.</p>
5622
5630
  * @public
5623
5631
  */
5624
5632
  InstanceFamily?: string | undefined;
@@ -6041,6 +6049,9 @@ export interface InstanceRequirements {
6041
6049
  * <li>
6042
6050
  * <p>For instance types with GPU accelerators, specify <code>gpu</code>.</p>
6043
6051
  * </li>
6052
+ * <li>
6053
+ * <p>For instance types with Inference accelerators, specify <code>inference</code>.</p>
6054
+ * </li>
6044
6055
  * </ul>
6045
6056
  * <p>Default: Any accelerator type</p>
6046
6057
  * @public
@@ -7602,6 +7613,18 @@ export interface CreateInternetGatewayResult {
7602
7613
  */
7603
7614
  InternetGateway?: InternetGateway | undefined;
7604
7615
  }
7616
+ /**
7617
+ * @public
7618
+ * @enum
7619
+ */
7620
+ export declare const IpamMeteredAccount: {
7621
+ readonly ipam_owner: "ipam-owner";
7622
+ readonly resource_owner: "resource-owner";
7623
+ };
7624
+ /**
7625
+ * @public
7626
+ */
7627
+ export type IpamMeteredAccount = (typeof IpamMeteredAccount)[keyof typeof IpamMeteredAccount];
7605
7628
  /**
7606
7629
  * @public
7607
7630
  * @enum
@@ -7658,6 +7681,22 @@ export interface CreateIpamRequest {
7658
7681
  * @public
7659
7682
  */
7660
7683
  EnablePrivateGua?: boolean | undefined;
7684
+ /**
7685
+ * <p>A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/ipam-enable-cost-distro.html">Enable cost distribution</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
7686
+ * <p>Possible values:</p>
7687
+ * <ul>
7688
+ * <li>
7689
+ * <p>
7690
+ * <code>ipam-owner</code> (default): The Amazon Web Services account which owns the IPAM is charged for all active IP addresses managed in IPAM.</p>
7691
+ * </li>
7692
+ * <li>
7693
+ * <p>
7694
+ * <code>resource-owner</code>: The Amazon Web Services account that owns the IP address is charged for the active IP address.</p>
7695
+ * </li>
7696
+ * </ul>
7697
+ * @public
7698
+ */
7699
+ MeteredAccount?: IpamMeteredAccount | undefined;
7661
7700
  }
7662
7701
  /**
7663
7702
  * <p>The operating Regions for an IPAM. Operating Regions are Amazon Web Services Regions where the IPAM is allowed to manage IP address CIDRs. IPAM only discovers and monitors resources in the Amazon Web Services Regions you select as operating Regions.</p>
@@ -7786,6 +7825,22 @@ export interface Ipam {
7786
7825
  * @public
7787
7826
  */
7788
7827
  EnablePrivateGua?: boolean | undefined;
7828
+ /**
7829
+ * <p>A metered account is an Amazon Web Services account that is charged for active IP addresses managed in IPAM. For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/ipam/ipam-enable-cost-distro.html">Enable cost distribution</a> in the <i>Amazon VPC IPAM User Guide</i>.</p>
7830
+ * <p>Possible values:</p>
7831
+ * <ul>
7832
+ * <li>
7833
+ * <p>
7834
+ * <code>ipam-owner</code> (default): The Amazon Web Services account which owns the IPAM is charged for all active IP addresses managed in IPAM.</p>
7835
+ * </li>
7836
+ * <li>
7837
+ * <p>
7838
+ * <code>resource-owner</code>: The Amazon Web Services account that owns the IP address is charged for the active IP address.</p>
7839
+ * </li>
7840
+ * </ul>
7841
+ * @public
7842
+ */
7843
+ MeteredAccount?: IpamMeteredAccount | undefined;
7789
7844
  }
7790
7845
  /**
7791
7846
  * @public
@@ -11330,57 +11385,6 @@ export interface ResponseLaunchTemplateData {
11330
11385
  */
11331
11386
  NetworkPerformanceOptions?: LaunchTemplateNetworkPerformanceOptions | undefined;
11332
11387
  }
11333
- /**
11334
- * <p>Describes a launch template version.</p>
11335
- * @public
11336
- */
11337
- export interface LaunchTemplateVersion {
11338
- /**
11339
- * <p>The ID of the launch template.</p>
11340
- * @public
11341
- */
11342
- LaunchTemplateId?: string | undefined;
11343
- /**
11344
- * <p>The name of the launch template.</p>
11345
- * @public
11346
- */
11347
- LaunchTemplateName?: string | undefined;
11348
- /**
11349
- * <p>The version number.</p>
11350
- * @public
11351
- */
11352
- VersionNumber?: number | undefined;
11353
- /**
11354
- * <p>The description for the version.</p>
11355
- * @public
11356
- */
11357
- VersionDescription?: string | undefined;
11358
- /**
11359
- * <p>The time the version was created.</p>
11360
- * @public
11361
- */
11362
- CreateTime?: Date | undefined;
11363
- /**
11364
- * <p>The principal that created the version.</p>
11365
- * @public
11366
- */
11367
- CreatedBy?: string | undefined;
11368
- /**
11369
- * <p>Indicates whether the version is the default version.</p>
11370
- * @public
11371
- */
11372
- DefaultVersion?: boolean | undefined;
11373
- /**
11374
- * <p>Information about the launch template.</p>
11375
- * @public
11376
- */
11377
- LaunchTemplateData?: ResponseLaunchTemplateData | undefined;
11378
- /**
11379
- * <p>The entity that manages the launch template.</p>
11380
- * @public
11381
- */
11382
- Operator?: OperatorResponse | undefined;
11383
- }
11384
11388
  /**
11385
11389
  * @internal
11386
11390
  */
@@ -11405,7 +11409,3 @@ export declare const CreateLaunchTemplateVersionRequestFilterSensitiveLog: (obj:
11405
11409
  * @internal
11406
11410
  */
11407
11411
  export declare const ResponseLaunchTemplateDataFilterSensitiveLog: (obj: ResponseLaunchTemplateData) => any;
11408
- /**
11409
- * @internal
11410
- */
11411
- export declare const LaunchTemplateVersionFilterSensitiveLog: (obj: LaunchTemplateVersion) => any;