@aws-sdk/client-ec2 3.909.0 → 3.911.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 (249) hide show
  1. package/README.md +80 -0
  2. package/dist-cjs/index.js +1715 -465
  3. package/dist-es/EC2.js +20 -0
  4. package/dist-es/commands/CopyVolumesCommand.js +22 -0
  5. package/dist-es/commands/CreateCapacityManagerDataExportCommand.js +22 -0
  6. package/dist-es/commands/DeleteCapacityManagerDataExportCommand.js +22 -0
  7. package/dist-es/commands/DescribeCapacityManagerDataExportsCommand.js +22 -0
  8. package/dist-es/commands/DisableCapacityManagerCommand.js +22 -0
  9. package/dist-es/commands/EnableCapacityManagerCommand.js +22 -0
  10. package/dist-es/commands/GetCapacityManagerAttributesCommand.js +22 -0
  11. package/dist-es/commands/GetCapacityManagerMetricDataCommand.js +22 -0
  12. package/dist-es/commands/GetCapacityManagerMetricDimensionsCommand.js +22 -0
  13. package/dist-es/commands/GetLaunchTemplateDataCommand.js +1 -1
  14. package/dist-es/commands/ModifyVpnConnectionCommand.js +1 -1
  15. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +1 -1
  16. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +1 -1
  17. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +1 -1
  18. package/dist-es/commands/UpdateCapacityManagerOrganizationsAccessCommand.js +22 -0
  19. package/dist-es/commands/index.js +10 -0
  20. package/dist-es/models/models_0.js +1 -0
  21. package/dist-es/models/models_1.js +29 -9
  22. package/dist-es/models/models_2.js +0 -26
  23. package/dist-es/models/models_3.js +13 -9
  24. package/dist-es/models/models_4.js +22 -18
  25. package/dist-es/models/models_5.js +18 -20
  26. package/dist-es/models/models_6.js +129 -57
  27. package/dist-es/models/models_7.js +57 -33
  28. package/dist-es/models/models_8.js +33 -0
  29. package/dist-es/pagination/DescribeCapacityManagerDataExportsPaginator.js +4 -0
  30. package/dist-es/pagination/GetCapacityManagerMetricDataPaginator.js +4 -0
  31. package/dist-es/pagination/GetCapacityManagerMetricDimensionsPaginator.js +4 -0
  32. package/dist-es/pagination/index.js +4 -1
  33. package/dist-es/protocols/Aws_ec2.js +1052 -143
  34. package/dist-types/EC2.d.ts +74 -0
  35. package/dist-types/EC2Client.d.ts +12 -2
  36. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  37. package/dist-types/commands/AllocateAddressCommand.d.ts +21 -5
  38. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  39. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  40. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  41. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  42. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  43. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  44. package/dist-types/commands/CopyVolumesCommand.d.ts +137 -0
  45. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +93 -0
  46. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  72. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  73. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  85. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  86. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVolumeCommand.d.ts +4 -2
  116. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +3 -2
  117. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  123. package/dist-types/commands/DeleteCapacityManagerDataExportCommand.d.ts +77 -0
  124. package/dist-types/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeCapacityBlocksCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeCapacityManagerDataExportsCommand.d.ts +109 -0
  127. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -2
  128. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  131. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +3 -2
  133. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -0
  134. package/dist-types/commands/DisableCapacityManagerCommand.d.ts +79 -0
  135. package/dist-types/commands/EnableCapacityManagerCommand.d.ts +80 -0
  136. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  137. package/dist-types/commands/GetCapacityManagerAttributesCommand.d.ts +82 -0
  138. package/dist-types/commands/GetCapacityManagerMetricDataCommand.d.ts +129 -0
  139. package/dist-types/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +119 -0
  140. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -1
  141. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  142. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  143. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  144. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  145. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  146. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  147. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  148. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  149. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -2
  150. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  151. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  152. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  153. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  154. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  155. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  156. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  157. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  158. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  159. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  160. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  161. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -1
  162. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  163. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  164. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  165. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -2
  166. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  167. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  168. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  169. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  170. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  171. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  172. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  173. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  174. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  175. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  176. package/dist-types/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +80 -0
  177. package/dist-types/commands/index.d.ts +10 -0
  178. package/dist-types/models/models_0.d.ts +4 -3
  179. package/dist-types/models/models_1.d.ts +415 -210
  180. package/dist-types/models/models_2.d.ts +187 -333
  181. package/dist-types/models/models_3.d.ts +184 -241
  182. package/dist-types/models/models_4.d.ts +414 -281
  183. package/dist-types/models/models_5.d.ts +275 -293
  184. package/dist-types/models/models_6.d.ts +1596 -1580
  185. package/dist-types/models/models_7.d.ts +4799 -4756
  186. package/dist-types/models/models_8.d.ts +1010 -10
  187. package/dist-types/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +7 -0
  188. package/dist-types/pagination/GetCapacityManagerMetricDataPaginator.d.ts +7 -0
  189. package/dist-types/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +7 -0
  190. package/dist-types/pagination/index.d.ts +4 -1
  191. package/dist-types/protocols/Aws_ec2.d.ts +90 -0
  192. package/dist-types/ts3.4/EC2.d.ts +192 -0
  193. package/dist-types/ts3.4/EC2Client.d.ts +60 -0
  194. package/dist-types/ts3.4/commands/CopyVolumesCommand.d.ts +47 -0
  195. package/dist-types/ts3.4/commands/CreateCapacityManagerDataExportCommand.d.ts +51 -0
  196. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -1
  197. package/dist-types/ts3.4/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -4
  198. package/dist-types/ts3.4/commands/DeleteCapacityManagerDataExportCommand.d.ts +51 -0
  199. package/dist-types/ts3.4/commands/DescribeCapacityBlockStatusCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/DescribeCapacityBlocksCommand.d.ts +2 -4
  201. package/dist-types/ts3.4/commands/DescribeCapacityManagerDataExportsCommand.d.ts +51 -0
  202. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +4 -2
  203. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/DisableCapacityManagerCommand.d.ts +51 -0
  205. package/dist-types/ts3.4/commands/EnableCapacityManagerCommand.d.ts +51 -0
  206. package/dist-types/ts3.4/commands/GetCapacityManagerAttributesCommand.d.ts +51 -0
  207. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDataCommand.d.ts +51 -0
  208. package/dist-types/ts3.4/commands/GetCapacityManagerMetricDimensionsCommand.d.ts +51 -0
  209. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +2 -4
  210. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +1 -1
  214. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +1 -1
  215. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  216. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -1
  217. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -1
  218. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +4 -2
  219. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  220. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  221. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  222. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  223. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  224. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  225. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  226. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  227. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +1 -1
  228. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -1
  229. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  230. package/dist-types/ts3.4/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -1
  231. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  232. package/dist-types/ts3.4/commands/ProvisionIpamByoasnCommand.d.ts +1 -1
  233. package/dist-types/ts3.4/commands/UpdateCapacityManagerOrganizationsAccessCommand.d.ts +51 -0
  234. package/dist-types/ts3.4/commands/index.d.ts +10 -0
  235. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  236. package/dist-types/ts3.4/models/models_1.d.ts +88 -47
  237. package/dist-types/ts3.4/models/models_2.d.ts +36 -86
  238. package/dist-types/ts3.4/models/models_3.d.ts +49 -54
  239. package/dist-types/ts3.4/models/models_4.d.ts +92 -76
  240. package/dist-types/ts3.4/models/models_5.d.ts +76 -79
  241. package/dist-types/ts3.4/models/models_6.d.ts +296 -269
  242. package/dist-types/ts3.4/models/models_7.d.ts +268 -237
  243. package/dist-types/ts3.4/models/models_8.d.ts +243 -7
  244. package/dist-types/ts3.4/pagination/DescribeCapacityManagerDataExportsPaginator.d.ts +11 -0
  245. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDataPaginator.d.ts +11 -0
  246. package/dist-types/ts3.4/pagination/GetCapacityManagerMetricDimensionsPaginator.d.ts +11 -0
  247. package/dist-types/ts3.4/pagination/index.d.ts +4 -1
  248. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +120 -0
  249. package/package.json +35 -35
@@ -1,5 +1,165 @@
1
- import { AccessScopePath, AccessScopePathRequest, AddPrefixListEntry, ApplianceModeSupportValue, AttachmentStatus, CurrencyCodeValues, DeviceTrustProviderType, DnsSupportValue, DynamicRoutingValue, Ipv4PrefixSpecification, Ipv6SupportValue, NatGatewayAddress, PortRange, Protocol, ReservedInstancesListing, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider, VolumeAttachment } from "./models_0";
2
- import { _InstanceType, ConnectionTrackingSpecificationRequest, CreditSpecification, ElasticGpuSpecificationResponse, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateAutoRecoveryState, LaunchTemplateBlockDeviceMapping, LaunchTemplateCapacityReservationSpecificationResponse, LaunchTemplateCpuOptions, LaunchTemplateElasticInferenceAcceleratorResponse, LaunchTemplateEnclaveOptions, LaunchTemplateHibernationOptions, LaunchTemplateHttpTokensState, LaunchTemplateIamInstanceProfileSpecification, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, MarketType, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, SnapshotLocationEnum, SpotInstanceType, 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, ResourceType, RouteTableAssociationState, SecurityGroupReferencingSupportValue, Tag, TagSpecification, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrustProviderType, UserTrustProviderType, VerifiedAccessInstance, VerifiedAccessSseSpecificationResponse, VerifiedAccessTrustProvider } from "./models_0";
2
+ import { _InstanceType, AmdSevSnpSpecification, CapacityReservationPreference, ConnectionTrackingSpecificationRequest, HostnameType, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceRequirements, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, LaunchTemplateAutoRecoveryState, LaunchTemplateBlockDeviceMapping, LaunchTemplateHttpTokensState, LaunchTemplateInstanceMetadataEndpointState, LaunchTemplateInstanceMetadataProtocolIpv6, LaunchTemplateInstanceMetadataTagsState, MacModificationTask, MacSystemIntegrityProtectionSettingStatus, MarketType, OperatorRequest, OperatorResponse, PrivateIpAddressSpecification, ShutdownBehavior, SnapshotLocationEnum, SpotInstanceType, SSEType, Subnet, Tenancy, ValidationWarning, VolumeType, Vpc } from "./models_1";
3
+ /**
4
+ * <p>Describes a target Capacity Reservation or Capacity Reservation group.</p>
5
+ * @public
6
+ */
7
+ export interface CapacityReservationTargetResponse {
8
+ /**
9
+ * <p>The ID of the targeted Capacity Reservation.</p>
10
+ * @public
11
+ */
12
+ CapacityReservationId?: string | undefined;
13
+ /**
14
+ * <p>The ARN of the targeted Capacity Reservation group.</p>
15
+ * @public
16
+ */
17
+ CapacityReservationResourceGroupArn?: string | undefined;
18
+ }
19
+ /**
20
+ * <p>Information about the Capacity Reservation targeting option.</p>
21
+ * @public
22
+ */
23
+ export interface LaunchTemplateCapacityReservationSpecificationResponse {
24
+ /**
25
+ * <p>Indicates the instance's Capacity Reservation preferences. Possible preferences
26
+ * include:</p>
27
+ * <ul>
28
+ * <li>
29
+ * <p>
30
+ * <code>open</code> - The instance can run in any <code>open</code> Capacity
31
+ * Reservation that has matching attributes (instance type, platform, Availability
32
+ * Zone).</p>
33
+ * </li>
34
+ * <li>
35
+ * <p>
36
+ * <code>none</code> - The instance avoids running in a Capacity Reservation even
37
+ * if one is available. The instance runs in On-Demand capacity.</p>
38
+ * </li>
39
+ * </ul>
40
+ * @public
41
+ */
42
+ CapacityReservationPreference?: CapacityReservationPreference | undefined;
43
+ /**
44
+ * <p>Information about the target Capacity Reservation or Capacity Reservation
45
+ * group.</p>
46
+ * @public
47
+ */
48
+ CapacityReservationTarget?: CapacityReservationTargetResponse | undefined;
49
+ }
50
+ /**
51
+ * <p>The CPU options for the instance.</p>
52
+ * @public
53
+ */
54
+ export interface LaunchTemplateCpuOptions {
55
+ /**
56
+ * <p>The number of CPU cores for the instance.</p>
57
+ * @public
58
+ */
59
+ CoreCount?: number | undefined;
60
+ /**
61
+ * <p>The number of threads per CPU core.</p>
62
+ * @public
63
+ */
64
+ ThreadsPerCore?: number | undefined;
65
+ /**
66
+ * <p>Indicates whether the instance is enabled for AMD SEV-SNP. For more information, see
67
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html">AMD SEV-SNP
68
+ * for Amazon EC2 instances</a>.</p>
69
+ * @public
70
+ */
71
+ AmdSevSnp?: AmdSevSnpSpecification | undefined;
72
+ }
73
+ /**
74
+ * <p>Describes the credit option for CPU usage of a T instance.</p>
75
+ * @public
76
+ */
77
+ export interface CreditSpecification {
78
+ /**
79
+ * <p>The credit option for CPU usage of a T instance.</p>
80
+ * <p>Valid values: <code>standard</code> | <code>unlimited</code>
81
+ * </p>
82
+ * @public
83
+ */
84
+ CpuCredits?: string | undefined;
85
+ }
86
+ /**
87
+ * <p>Deprecated.</p>
88
+ * <note>
89
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
90
+ * </note>
91
+ * @public
92
+ */
93
+ export interface ElasticGpuSpecificationResponse {
94
+ /**
95
+ * <p>Deprecated.</p>
96
+ * <note>
97
+ * <p>Amazon Elastic Graphics reached end of life on January 8, 2024.</p>
98
+ * </note>
99
+ * @public
100
+ */
101
+ Type?: string | undefined;
102
+ }
103
+ /**
104
+ * <note>
105
+ * <p>Amazon Elastic Inference is no longer available.</p>
106
+ * </note>
107
+ * <p> Describes an elastic inference accelerator. </p>
108
+ * @public
109
+ */
110
+ export interface LaunchTemplateElasticInferenceAcceleratorResponse {
111
+ /**
112
+ * <p>The type of elastic inference accelerator. The possible values are eia1.medium,
113
+ * eia1.large, and eia1.xlarge. </p>
114
+ * @public
115
+ */
116
+ Type?: string | undefined;
117
+ /**
118
+ * <p>The number of elastic inference accelerators to attach to the instance. </p>
119
+ * @public
120
+ */
121
+ Count?: number | undefined;
122
+ }
123
+ /**
124
+ * <p>Indicates whether the instance is enabled for Amazon Web Services Nitro Enclaves.</p>
125
+ * @public
126
+ */
127
+ export interface LaunchTemplateEnclaveOptions {
128
+ /**
129
+ * <p>If this parameter is set to <code>true</code>, the instance is enabled for Amazon Web Services Nitro
130
+ * Enclaves; otherwise, it is not enabled for Amazon Web Services Nitro Enclaves.</p>
131
+ * @public
132
+ */
133
+ Enabled?: boolean | undefined;
134
+ }
135
+ /**
136
+ * <p>Indicates whether an instance is configured for hibernation.</p>
137
+ * @public
138
+ */
139
+ export interface LaunchTemplateHibernationOptions {
140
+ /**
141
+ * <p>If this parameter is set to <code>true</code>, the instance is enabled for
142
+ * hibernation; otherwise, it is not enabled for hibernation.</p>
143
+ * @public
144
+ */
145
+ Configured?: boolean | undefined;
146
+ }
147
+ /**
148
+ * <p>Describes an IAM instance profile.</p>
149
+ * @public
150
+ */
151
+ export interface LaunchTemplateIamInstanceProfileSpecification {
152
+ /**
153
+ * <p>The Amazon Resource Name (ARN) of the instance profile.</p>
154
+ * @public
155
+ */
156
+ Arn?: string | undefined;
157
+ /**
158
+ * <p>The name of the instance profile.</p>
159
+ * @public
160
+ */
161
+ Name?: string | undefined;
162
+ }
3
163
  /**
4
164
  * <p>The options for Spot Instances.</p>
5
165
  * @public
@@ -5029,19 +5189,6 @@ export interface CreateSnapshotRequest {
5029
5189
  */
5030
5190
  DryRun?: boolean | undefined;
5031
5191
  }
5032
- /**
5033
- * @public
5034
- * @enum
5035
- */
5036
- export declare const SSEType: {
5037
- readonly none: "none";
5038
- readonly sse_ebs: "sse-ebs";
5039
- readonly sse_kms: "sse-kms";
5040
- };
5041
- /**
5042
- * @public
5043
- */
5044
- export type SSEType = (typeof SSEType)[keyof typeof SSEType];
5045
5192
  /**
5046
5193
  * @public
5047
5194
  * @enum
@@ -8789,29 +8936,27 @@ export interface CreateVolumeRequest {
8789
8936
  */
8790
8937
  Encrypted?: boolean | undefined;
8791
8938
  /**
8792
- * <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this represents
8793
- * the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline
8794
- * performance of the volume and the rate at which the volume accumulates I/O credits for bursting.</p>
8795
- * <p>The following are the supported values for each volume type:</p>
8939
+ * <p>The number of I/O operations per second (IOPS) to provision for the volume.
8940
+ * Required for <code>io1</code> and <code>io2</code> volumes. Optional for <code>gp3</code>
8941
+ * volumes. Omit for all other volume types. </p>
8942
+ * <p>Valid ranges:</p>
8796
8943
  * <ul>
8797
8944
  * <li>
8798
- * <p>
8799
- * <code>gp3</code>: 3,000 - 80,000 IOPS</p>
8945
+ * <p>gp3: <code>3,000 </code>(<i>default</i>)<code> - 80,000</code> IOPS</p>
8800
8946
  * </li>
8801
8947
  * <li>
8802
- * <p>
8803
- * <code>io1</code>: 100 - 64,000 IOPS</p>
8948
+ * <p>io1: <code>100 - 64,000</code> IOPS</p>
8804
8949
  * </li>
8805
8950
  * <li>
8806
- * <p>
8807
- * <code>io2</code>: 100 - 256,000 IOPS</p>
8951
+ * <p>io2: <code>100 - 256,000</code> IOPS</p>
8808
8952
  * </li>
8809
8953
  * </ul>
8810
- * <p>For <code>io2</code> volumes, you can achieve up to 256,000 IOPS on
8811
- * <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">instances
8812
- * built on the Nitro System</a>. On other instances, you can achieve performance up to 32,000 IOPS.</p>
8813
- * <p>This parameter is required for <code>io1</code> and <code>io2</code> volumes. The default for <code>gp3</code> volumes is 3,000 IOPS.
8814
- * This parameter is not supported for <code>gp2</code>, <code>st1</code>, <code>sc1</code>, or <code>standard</code> volumes.</p>
8954
+ * <note>
8955
+ * <p>
8956
+ * <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
8957
+ * Instances built on the Nitro System</a> can support up to 256,000 IOPS. Other instances can support up to 32,000
8958
+ * IOPS.</p>
8959
+ * </note>
8815
8960
  * @public
8816
8961
  */
8817
8962
  Iops?: number | undefined;
@@ -8849,33 +8994,27 @@ export interface CreateVolumeRequest {
8849
8994
  OutpostArn?: string | undefined;
8850
8995
  /**
8851
8996
  * <p>The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size.
8852
- * If you specify a snapshot, the default is the snapshot size. You can specify a volume
8853
- * size that is equal to or larger than the snapshot size.</p>
8854
- * <p>The following are the supported volumes sizes for each volume type:</p>
8997
+ * If you specify a snapshot, the default is the snapshot size, and you can specify a volume size
8998
+ * that is equal to or larger than the snapshot size.</p>
8999
+ * <p>Valid sizes:</p>
8855
9000
  * <ul>
8856
9001
  * <li>
8857
- * <p>
8858
- * <code>gp2</code>: 1 - 16,384 GiB</p>
9002
+ * <p>gp2: <code>1 - 16,384</code> GiB</p>
8859
9003
  * </li>
8860
9004
  * <li>
8861
- * <p>
8862
- * <code>gp3</code>: 1 - 65,536 GiB</p>
9005
+ * <p>gp3: <code>1 - 65,536</code> GiB</p>
8863
9006
  * </li>
8864
9007
  * <li>
8865
- * <p>
8866
- * <code>io1</code>: 4 - 16,384 GiB</p>
9008
+ * <p>io1: <code>4 - 16,384</code> GiB</p>
8867
9009
  * </li>
8868
9010
  * <li>
8869
- * <p>
8870
- * <code>io2</code>: 4 - 65,536 GiB</p>
9011
+ * <p>io2: <code>4 - 65,536</code> GiB</p>
8871
9012
  * </li>
8872
9013
  * <li>
8873
- * <p>
8874
- * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
9014
+ * <p>st1 and sc1: <code>125 - 16,384</code> GiB</p>
8875
9015
  * </li>
8876
9016
  * <li>
8877
- * <p>
8878
- * <code>standard</code>: 1 - 1024 GiB</p>
9017
+ * <p>standard: <code>1 - 1024</code> GiB</p>
8879
9018
  * </li>
8880
9019
  * </ul>
8881
9020
  * @public
@@ -8935,9 +9074,9 @@ export interface CreateVolumeRequest {
8935
9074
  */
8936
9075
  MultiAttachEnabled?: boolean | undefined;
8937
9076
  /**
8938
- * <p>The throughput to provision for a volume, with a maximum of 2,000 MiB/s.</p>
8939
- * <p>This parameter is valid only for <code>gp3</code> volumes.</p>
8940
- * <p>Valid Range: Minimum value of 125. Maximum value of 2,000.</p>
9077
+ * <p>The throughput to provision for the volume, in MiB/s. Supported for <code>gp3</code>
9078
+ * volumes only. Omit for all other volume types.</p>
9079
+ * <p>Valid Range: <code>125 - 2000</code> MiB/s</p>
8941
9080
  * @public
8942
9081
  */
8943
9082
  Throughput?: number | undefined;
@@ -8988,141 +9127,6 @@ export interface CreateVolumeRequest {
8988
9127
  */
8989
9128
  DryRun?: boolean | undefined;
8990
9129
  }
8991
- /**
8992
- * @public
8993
- * @enum
8994
- */
8995
- export declare const VolumeState: {
8996
- readonly available: "available";
8997
- readonly creating: "creating";
8998
- readonly deleted: "deleted";
8999
- readonly deleting: "deleting";
9000
- readonly error: "error";
9001
- readonly in_use: "in-use";
9002
- };
9003
- /**
9004
- * @public
9005
- */
9006
- export type VolumeState = (typeof VolumeState)[keyof typeof VolumeState];
9007
- /**
9008
- * <p>Describes a volume.</p>
9009
- * @public
9010
- */
9011
- export interface Volume {
9012
- /**
9013
- * <p>The ID of the Availability Zone for the volume.</p>
9014
- * @public
9015
- */
9016
- AvailabilityZoneId?: string | undefined;
9017
- /**
9018
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
9019
- * @public
9020
- */
9021
- OutpostArn?: string | undefined;
9022
- /**
9023
- * <p>The number of I/O operations per second (IOPS). For <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes, this represents
9024
- * the number of IOPS that are provisioned for the volume. For <code>gp2</code> volumes, this represents the baseline
9025
- * performance of the volume and the rate at which the volume accumulates I/O credits for bursting.</p>
9026
- * @public
9027
- */
9028
- Iops?: number | undefined;
9029
- /**
9030
- * <p>Any tags assigned to the volume.</p>
9031
- * @public
9032
- */
9033
- Tags?: Tag[] | undefined;
9034
- /**
9035
- * <p>The volume type.</p>
9036
- * @public
9037
- */
9038
- VolumeType?: VolumeType | undefined;
9039
- /**
9040
- * <note>
9041
- * <p>This parameter is not returned by CreateVolume.</p>
9042
- * </note>
9043
- * <p>Indicates whether the volume was created using fast snapshot restore.</p>
9044
- * @public
9045
- */
9046
- FastRestored?: boolean | undefined;
9047
- /**
9048
- * <p>Indicates whether Amazon EBS Multi-Attach is enabled.</p>
9049
- * @public
9050
- */
9051
- MultiAttachEnabled?: boolean | undefined;
9052
- /**
9053
- * <p>The throughput that the volume supports, in MiB/s.</p>
9054
- * @public
9055
- */
9056
- Throughput?: number | undefined;
9057
- /**
9058
- * <note>
9059
- * <p>This parameter is not returned by CreateVolume.</p>
9060
- * </note>
9061
- * <p>Reserved for future use.</p>
9062
- * @public
9063
- */
9064
- SseType?: SSEType | undefined;
9065
- /**
9066
- * <p>The service provider that manages the volume.</p>
9067
- * @public
9068
- */
9069
- Operator?: OperatorResponse | undefined;
9070
- /**
9071
- * <p>The Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate) specified for the volume during creation,
9072
- * in MiB/s. If no volume initialization rate was specified, the value is <code>null</code>.</p>
9073
- * @public
9074
- */
9075
- VolumeInitializationRate?: number | undefined;
9076
- /**
9077
- * <p>The ID of the volume.</p>
9078
- * @public
9079
- */
9080
- VolumeId?: string | undefined;
9081
- /**
9082
- * <p>The size of the volume, in GiBs.</p>
9083
- * @public
9084
- */
9085
- Size?: number | undefined;
9086
- /**
9087
- * <p>The snapshot from which the volume was created, if applicable.</p>
9088
- * @public
9089
- */
9090
- SnapshotId?: string | undefined;
9091
- /**
9092
- * <p>The Availability Zone for the volume.</p>
9093
- * @public
9094
- */
9095
- AvailabilityZone?: string | undefined;
9096
- /**
9097
- * <p>The volume state.</p>
9098
- * @public
9099
- */
9100
- State?: VolumeState | undefined;
9101
- /**
9102
- * <p>The time stamp when volume creation was initiated.</p>
9103
- * @public
9104
- */
9105
- CreateTime?: Date | undefined;
9106
- /**
9107
- * <note>
9108
- * <p>This parameter is not returned by CreateVolume.</p>
9109
- * </note>
9110
- * <p>Information about the volume attachments.</p>
9111
- * @public
9112
- */
9113
- Attachments?: VolumeAttachment[] | undefined;
9114
- /**
9115
- * <p>Indicates whether the volume is encrypted.</p>
9116
- * @public
9117
- */
9118
- Encrypted?: boolean | undefined;
9119
- /**
9120
- * <p>The Amazon Resource Name (ARN) of the KMS key that was used to protect the
9121
- * volume encryption key for the volume.</p>
9122
- * @public
9123
- */
9124
- KmsKeyId?: string | undefined;
9125
- }
9126
9130
  /**
9127
9131
  * @public
9128
9132
  */
@@ -9290,156 +9294,6 @@ export declare const VpcBlockPublicAccessExclusionState: {
9290
9294
  * @public
9291
9295
  */
9292
9296
  export type VpcBlockPublicAccessExclusionState = (typeof VpcBlockPublicAccessExclusionState)[keyof typeof VpcBlockPublicAccessExclusionState];
9293
- /**
9294
- * <p>A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. To learn more about VPC BPA, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/security-vpc-bpa.html">Block public access to VPCs and subnets</a> in the <i>Amazon VPC User Guide</i>.</p>
9295
- * @public
9296
- */
9297
- export interface VpcBlockPublicAccessExclusion {
9298
- /**
9299
- * <p>The ID of the exclusion.</p>
9300
- * @public
9301
- */
9302
- ExclusionId?: string | undefined;
9303
- /**
9304
- * <p>The exclusion mode for internet gateway traffic.</p>
9305
- * <ul>
9306
- * <li>
9307
- * <p>
9308
- * <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
9309
- * </li>
9310
- * <li>
9311
- * <p>
9312
- * <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
9313
- * </li>
9314
- * </ul>
9315
- * @public
9316
- */
9317
- InternetGatewayExclusionMode?: InternetGatewayExclusionMode | undefined;
9318
- /**
9319
- * <p>The ARN of the exclusion.</p>
9320
- * @public
9321
- */
9322
- ResourceArn?: string | undefined;
9323
- /**
9324
- * <p>The state of the exclusion.</p>
9325
- * @public
9326
- */
9327
- State?: VpcBlockPublicAccessExclusionState | undefined;
9328
- /**
9329
- * <p>The reason for the current exclusion state.</p>
9330
- * @public
9331
- */
9332
- Reason?: string | undefined;
9333
- /**
9334
- * <p>When the exclusion was created.</p>
9335
- * @public
9336
- */
9337
- CreationTimestamp?: Date | undefined;
9338
- /**
9339
- * <p>When the exclusion was last updated.</p>
9340
- * @public
9341
- */
9342
- LastUpdateTimestamp?: Date | undefined;
9343
- /**
9344
- * <p>When the exclusion was deleted.</p>
9345
- * @public
9346
- */
9347
- DeletionTimestamp?: Date | undefined;
9348
- /**
9349
- * <p>
9350
- * <code>tag</code> - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value.
9351
- * For example, to find all resources that have a tag with the key <code>Owner</code> and the value <code>TeamA</code>, specify <code>tag:Owner</code> for the filter name and <code>TeamA</code> for the filter value.</p>
9352
- * @public
9353
- */
9354
- Tags?: Tag[] | undefined;
9355
- }
9356
- /**
9357
- * @public
9358
- */
9359
- export interface CreateVpcBlockPublicAccessExclusionResult {
9360
- /**
9361
- * <p>Details about an exclusion.</p>
9362
- * @public
9363
- */
9364
- VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
9365
- }
9366
- /**
9367
- * @public
9368
- * @enum
9369
- */
9370
- export declare const DnsRecordIpType: {
9371
- readonly dualstack: "dualstack";
9372
- readonly ipv4: "ipv4";
9373
- readonly ipv6: "ipv6";
9374
- readonly service_defined: "service-defined";
9375
- };
9376
- /**
9377
- * @public
9378
- */
9379
- export type DnsRecordIpType = (typeof DnsRecordIpType)[keyof typeof DnsRecordIpType];
9380
- /**
9381
- * <p>Describes the DNS options for an endpoint.</p>
9382
- * @public
9383
- */
9384
- export interface DnsOptionsSpecification {
9385
- /**
9386
- * <p>The DNS records created for the endpoint.</p>
9387
- * @public
9388
- */
9389
- DnsRecordIpType?: DnsRecordIpType | undefined;
9390
- /**
9391
- * <p>Indicates whether to enable private DNS only for inbound endpoints. This option is
9392
- * available only for services that support both gateway and interface endpoints. It routes
9393
- * traffic that originates from the VPC to the gateway endpoint and traffic that originates
9394
- * from on-premises to the interface endpoint.</p>
9395
- * @public
9396
- */
9397
- PrivateDnsOnlyForInboundResolverEndpoint?: boolean | undefined;
9398
- }
9399
- /**
9400
- * <p>Describes the configuration of a subnet for a VPC endpoint.</p>
9401
- * @public
9402
- */
9403
- export interface SubnetConfiguration {
9404
- /**
9405
- * <p>The ID of the subnet.</p>
9406
- * @public
9407
- */
9408
- SubnetId?: string | undefined;
9409
- /**
9410
- * <p>The IPv4 address to assign to the endpoint network interface in the subnet. You must provide
9411
- * an IPv4 address if the VPC endpoint supports IPv4.</p>
9412
- * <p>If you specify an IPv4 address when modifying a VPC endpoint, we replace the existing
9413
- * endpoint network interface with a new endpoint network interface with this IP address.
9414
- * This process temporarily disconnects the subnet and the VPC endpoint.</p>
9415
- * @public
9416
- */
9417
- Ipv4?: string | undefined;
9418
- /**
9419
- * <p>The IPv6 address to assign to the endpoint network interface in the subnet. You must provide
9420
- * an IPv6 address if the VPC endpoint supports IPv6.</p>
9421
- * <p>If you specify an IPv6 address when modifying a VPC endpoint, we replace the existing
9422
- * endpoint network interface with a new endpoint network interface with this IP address.
9423
- * This process temporarily disconnects the subnet and the VPC endpoint.</p>
9424
- * @public
9425
- */
9426
- Ipv6?: string | undefined;
9427
- }
9428
- /**
9429
- * @public
9430
- * @enum
9431
- */
9432
- export declare const VpcEndpointType: {
9433
- readonly Gateway: "Gateway";
9434
- readonly GatewayLoadBalancer: "GatewayLoadBalancer";
9435
- readonly Interface: "Interface";
9436
- readonly Resource: "Resource";
9437
- readonly ServiceNetwork: "ServiceNetwork";
9438
- };
9439
- /**
9440
- * @public
9441
- */
9442
- export type VpcEndpointType = (typeof VpcEndpointType)[keyof typeof VpcEndpointType];
9443
9297
  /**
9444
9298
  * @internal
9445
9299
  */