@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,7 +1,405 @@
1
1
  import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, CapacityReservationFleetState, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTargetResponse, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
3
- import { GroupIdentifier, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
4
- import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
2
+ import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTenancy, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservation, FleetCapacityReservationTenancy, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetInstanceMatchCriteria, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, OutputFormat, Placement, PlatformValues, Schedule, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_1";
3
+ import { CapacityReservationTargetResponse, GroupIdentifier, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
4
+ import { CapacityBlock, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export interface DescribeCapacityBlocksResult {
9
+ /**
10
+ * <p>The Capacity Blocks.</p>
11
+ * @public
12
+ */
13
+ CapacityBlocks?: CapacityBlock[] | undefined;
14
+ /**
15
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
16
+ * @public
17
+ */
18
+ NextToken?: string | undefined;
19
+ }
20
+ /**
21
+ * @public
22
+ */
23
+ export interface DescribeCapacityBlockStatusRequest {
24
+ /**
25
+ * <p>The ID of the Capacity Block.</p>
26
+ * @public
27
+ */
28
+ CapacityBlockIds?: string[] | undefined;
29
+ /**
30
+ * <p>The token to use to retrieve the next page of results.</p>
31
+ * @public
32
+ */
33
+ NextToken?: string | undefined;
34
+ /**
35
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
36
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
37
+ * @public
38
+ */
39
+ MaxResults?: number | undefined;
40
+ /**
41
+ * <p>One or more filters. </p>
42
+ * <ul>
43
+ * <li>
44
+ * <p>
45
+ * <code>interconnect-status</code> - The status of the interconnect for the Capacity Block (<code>ok</code> | <code>impaired</code> | <code>insufficient-data</code>).</p>
46
+ * </li>
47
+ * </ul>
48
+ * @public
49
+ */
50
+ Filters?: Filter[] | undefined;
51
+ /**
52
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
53
+ * @public
54
+ */
55
+ DryRun?: boolean | undefined;
56
+ }
57
+ /**
58
+ * <p>Describes the availability of capacity for a Capacity Reservation.</p>
59
+ * @public
60
+ */
61
+ export interface CapacityReservationStatus {
62
+ /**
63
+ * <p>The ID of the Capacity Reservation.</p>
64
+ * @public
65
+ */
66
+ CapacityReservationId?: string | undefined;
67
+ /**
68
+ * <p>The combined amount of <code>Available</code> and <code>Unavailable</code> capacity in the Capacity Reservation.</p>
69
+ * @public
70
+ */
71
+ TotalCapacity?: number | undefined;
72
+ /**
73
+ * <p>The remaining capacity. Indicates the amount of resources that can be launched into the Capacity Reservation.</p>
74
+ * @public
75
+ */
76
+ TotalAvailableCapacity?: number | undefined;
77
+ /**
78
+ * <p>The used capacity. Indicates that the capacity is in use by resources that are running in the Capacity Reservation.</p>
79
+ * @public
80
+ */
81
+ TotalUnavailableCapacity?: number | undefined;
82
+ }
83
+ /**
84
+ * @public
85
+ * @enum
86
+ */
87
+ export declare const CapacityBlockInterconnectStatus: {
88
+ readonly impaired: "impaired";
89
+ readonly insufficient_data: "insufficient-data";
90
+ readonly ok: "ok";
91
+ };
92
+ /**
93
+ * @public
94
+ */
95
+ export type CapacityBlockInterconnectStatus = (typeof CapacityBlockInterconnectStatus)[keyof typeof CapacityBlockInterconnectStatus];
96
+ /**
97
+ * <p>Describes the availability of capacity for a Capacity Block.</p>
98
+ * @public
99
+ */
100
+ export interface CapacityBlockStatus {
101
+ /**
102
+ * <p>The ID of the Capacity Block.</p>
103
+ * @public
104
+ */
105
+ CapacityBlockId?: string | undefined;
106
+ /**
107
+ * <p>The status of the high-bandwidth accelerator interconnect. Possible states include:</p>
108
+ * <ul>
109
+ * <li>
110
+ * <p>
111
+ * <code>ok</code> the accelerator interconnect is healthy.</p>
112
+ * </li>
113
+ * <li>
114
+ * <p>
115
+ * <code>impaired</code> - accelerator interconnect communication is impaired.</p>
116
+ * </li>
117
+ * <li>
118
+ * <p>
119
+ * <code>insufficient-data</code> - insufficient data to determine accelerator interconnect status.</p>
120
+ * </li>
121
+ * </ul>
122
+ * @public
123
+ */
124
+ InterconnectStatus?: CapacityBlockInterconnectStatus | undefined;
125
+ /**
126
+ * <p>The combined amount of <code>Available</code> and <code>Unavailable</code> capacity in the Capacity Block.</p>
127
+ * @public
128
+ */
129
+ TotalCapacity?: number | undefined;
130
+ /**
131
+ * <p>The remaining capacity. Indicates the number of resources that can be launched into the Capacity Block.</p>
132
+ * @public
133
+ */
134
+ TotalAvailableCapacity?: number | undefined;
135
+ /**
136
+ * <p>The unavailable capacity. Indicates the instance capacity that is unavailable for use
137
+ * due to a system status check failure.</p>
138
+ * @public
139
+ */
140
+ TotalUnavailableCapacity?: number | undefined;
141
+ /**
142
+ * <p>The availability of capacity for the Capacity Block reservations.</p>
143
+ * @public
144
+ */
145
+ CapacityReservationStatuses?: CapacityReservationStatus[] | undefined;
146
+ }
147
+ /**
148
+ * @public
149
+ */
150
+ export interface DescribeCapacityBlockStatusResult {
151
+ /**
152
+ * <p>The availability of capacity for a Capacity Block.</p>
153
+ * @public
154
+ */
155
+ CapacityBlockStatuses?: CapacityBlockStatus[] | undefined;
156
+ /**
157
+ * <p>The token to use to retrieve the next page of results. This value is <code>null</code> when there are no more results to return.</p>
158
+ * @public
159
+ */
160
+ NextToken?: string | undefined;
161
+ }
162
+ /**
163
+ * @public
164
+ */
165
+ export interface DescribeCapacityManagerDataExportsRequest {
166
+ /**
167
+ * <p>
168
+ * The IDs of the data export configurations to describe. If not specified, all export configurations are returned.
169
+ * </p>
170
+ * @public
171
+ */
172
+ CapacityManagerDataExportIds?: string[] | undefined;
173
+ /**
174
+ * <p>
175
+ * The maximum number of results to return in a single call. If not specified, up to 1000 results are returned.
176
+ * </p>
177
+ * @public
178
+ */
179
+ MaxResults?: number | undefined;
180
+ /**
181
+ * <p>
182
+ * The token for the next page of results. Use this value in a subsequent call to retrieve additional results.
183
+ * </p>
184
+ * @public
185
+ */
186
+ NextToken?: string | undefined;
187
+ /**
188
+ * <p>
189
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
190
+ * If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.
191
+ * </p>
192
+ * @public
193
+ */
194
+ DryRun?: boolean | undefined;
195
+ /**
196
+ * <p>
197
+ * One or more filters to narrow the results. Supported filters include export status, creation date, and S3 bucket name.
198
+ * </p>
199
+ * @public
200
+ */
201
+ Filters?: Filter[] | undefined;
202
+ }
203
+ /**
204
+ * @public
205
+ * @enum
206
+ */
207
+ export declare const CapacityManagerDataExportStatus: {
208
+ readonly DELIVERED: "delivered";
209
+ readonly FAILED: "failed";
210
+ readonly IN_PROGRESS: "in-progress";
211
+ readonly PENDING: "pending";
212
+ };
213
+ /**
214
+ * @public
215
+ */
216
+ export type CapacityManagerDataExportStatus = (typeof CapacityManagerDataExportStatus)[keyof typeof CapacityManagerDataExportStatus];
217
+ /**
218
+ * <p>
219
+ * Contains information about a Capacity Manager data export configuration, including export settings, delivery status, and recent export activity.
220
+ * </p>
221
+ * @public
222
+ */
223
+ export interface CapacityManagerDataExportResponse {
224
+ /**
225
+ * <p>
226
+ * The unique identifier for the data export configuration.
227
+ * </p>
228
+ * @public
229
+ */
230
+ CapacityManagerDataExportId?: string | undefined;
231
+ /**
232
+ * <p>
233
+ * The name of the S3 bucket where export files are delivered.
234
+ * </p>
235
+ * @public
236
+ */
237
+ S3BucketName?: string | undefined;
238
+ /**
239
+ * <p>
240
+ * The S3 key prefix used for organizing export files within the bucket.
241
+ * </p>
242
+ * @public
243
+ */
244
+ S3BucketPrefix?: string | undefined;
245
+ /**
246
+ * <p>
247
+ * The frequency at which data exports are generated.
248
+ * </p>
249
+ * @public
250
+ */
251
+ Schedule?: Schedule | undefined;
252
+ /**
253
+ * <p>
254
+ * The file format of the exported data.
255
+ * </p>
256
+ * @public
257
+ */
258
+ OutputFormat?: OutputFormat | undefined;
259
+ /**
260
+ * <p>
261
+ * The timestamp when the data export configuration was created.
262
+ * </p>
263
+ * @public
264
+ */
265
+ CreateTime?: Date | undefined;
266
+ /**
267
+ * <p>
268
+ * The status of the most recent export delivery.
269
+ * </p>
270
+ * @public
271
+ */
272
+ LatestDeliveryStatus?: CapacityManagerDataExportStatus | undefined;
273
+ /**
274
+ * <p>
275
+ * A message describing the status of the most recent export delivery, including any error details if the delivery failed.
276
+ * </p>
277
+ * @public
278
+ */
279
+ LatestDeliveryStatusMessage?: string | undefined;
280
+ /**
281
+ * <p>
282
+ * The S3 URI of the most recently delivered export file.
283
+ * </p>
284
+ * @public
285
+ */
286
+ LatestDeliveryS3LocationUri?: string | undefined;
287
+ /**
288
+ * <p>
289
+ * The timestamp when the most recent export was delivered to S3.
290
+ * </p>
291
+ * @public
292
+ */
293
+ LatestDeliveryTime?: Date | undefined;
294
+ /**
295
+ * <p>
296
+ * The tags associated with the data export configuration.
297
+ * </p>
298
+ * @public
299
+ */
300
+ Tags?: Tag[] | undefined;
301
+ }
302
+ /**
303
+ * @public
304
+ */
305
+ export interface DescribeCapacityManagerDataExportsResult {
306
+ /**
307
+ * <p>
308
+ * Information about the data export configurations, including export settings, delivery status, and recent activity.
309
+ * </p>
310
+ * @public
311
+ */
312
+ CapacityManagerDataExports?: CapacityManagerDataExportResponse[] | undefined;
313
+ /**
314
+ * <p>
315
+ * The token to use to retrieve the next page of results. This value is null when there are no more results to return.
316
+ * </p>
317
+ * @public
318
+ */
319
+ NextToken?: string | undefined;
320
+ }
321
+ /**
322
+ * @public
323
+ * @enum
324
+ */
325
+ export declare const CallerRole: {
326
+ readonly odcr_owner: "odcr-owner";
327
+ readonly unused_reservation_billing_owner: "unused-reservation-billing-owner";
328
+ };
329
+ /**
330
+ * @public
331
+ */
332
+ export type CallerRole = (typeof CallerRole)[keyof typeof CallerRole];
333
+ /**
334
+ * @public
335
+ */
336
+ export interface DescribeCapacityReservationBillingRequestsRequest {
337
+ /**
338
+ * <p>The ID of the Capacity Reservation.</p>
339
+ * @public
340
+ */
341
+ CapacityReservationIds?: string[] | undefined;
342
+ /**
343
+ * <p>Specify one of the following:</p>
344
+ * <ul>
345
+ * <li>
346
+ * <p>
347
+ * <code>odcr-owner</code> - If you are the Capacity Reservation owner, specify
348
+ * this value to view requests that you have initiated. Not supported with the
349
+ * <code>requested-by</code> filter.</p>
350
+ * </li>
351
+ * <li>
352
+ * <p>
353
+ * <code>unused-reservation-billing-owner</code> - If you are the consumer
354
+ * account, specify this value to view requests that have been sent to you. Not
355
+ * supported with the <code>unused-reservation-billing-owner</code> filter.</p>
356
+ * </li>
357
+ * </ul>
358
+ * @public
359
+ */
360
+ Role: CallerRole | undefined;
361
+ /**
362
+ * <p>The token to use to retrieve the next page of results.</p>
363
+ * @public
364
+ */
365
+ NextToken?: string | undefined;
366
+ /**
367
+ * <p>The maximum number of items to return for this request. To get the next page of items, make another request with the token returned in the output. For more information,
368
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
369
+ * @public
370
+ */
371
+ MaxResults?: number | undefined;
372
+ /**
373
+ * <p>One or more filters.</p>
374
+ * <ul>
375
+ * <li>
376
+ * <p>
377
+ * <code>status</code> - The state of the request (<code>pending</code> |
378
+ * <code>accepted</code> | <code>rejected</code> | <code>cancelled</code> |
379
+ * <code>revoked</code> | <code>expired</code>).</p>
380
+ * </li>
381
+ * <li>
382
+ * <p>
383
+ * <code>requested-by</code> - The account ID of the Capacity Reservation owner
384
+ * that initiated the request. Not supported if you specify
385
+ * <code>requested-by</code> for <b>Role</b>.</p>
386
+ * </li>
387
+ * <li>
388
+ * <p>
389
+ * <code>unused-reservation-billing-owner</code> - The ID of the consumer account
390
+ * to which the request was sent. Not supported if you specify
391
+ * <code>unused-reservation-billing-owner</code> for <b>Role</b>.</p>
392
+ * </li>
393
+ * </ul>
394
+ * @public
395
+ */
396
+ Filters?: Filter[] | undefined;
397
+ /**
398
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
399
+ * @public
400
+ */
401
+ DryRun?: boolean | undefined;
402
+ }
5
403
  /**
6
404
  * <p>Information about a Capacity Reservation.</p>
7
405
  * @public
@@ -1263,7 +1661,7 @@ export interface ClientVpnEndpoint {
1263
1661
  /**
1264
1662
  * <p>Information about the associated target networks. A target network is a subnet in a VPC.</p>
1265
1663
  *
1266
- * @deprecated
1664
+ * @deprecated This property is deprecated. To view the target networks associated with a Client VPN endpoint, call DescribeClientVpnTargetNetworks and inspect the clientVpnTargetNetworks response element.
1267
1665
  * @public
1268
1666
  */
1269
1667
  AssociatedTargetNetworks?: AssociatedTargetNetwork[] | undefined;
@@ -4563,9 +4961,16 @@ export interface DescribeHostReservationsRequest {
4563
4961
  */
4564
4962
  export declare const ReservationState: {
4565
4963
  readonly ACTIVE: "active";
4964
+ readonly CANCELLED: "cancelled";
4965
+ readonly DELAYED: "delayed";
4966
+ readonly EXPIRED: "expired";
4967
+ readonly FAILED: "failed";
4566
4968
  readonly PAYMENT_FAILED: "payment-failed";
4567
4969
  readonly PAYMENT_PENDING: "payment-pending";
4970
+ readonly PENDING: "pending";
4568
4971
  readonly RETIRED: "retired";
4972
+ readonly SCHEDULED: "scheduled";
4973
+ readonly UNSUPPORTED: "unsupported";
4569
4974
  };
4570
4975
  /**
4571
4976
  * @public
@@ -9878,21 +10283,21 @@ export interface DescribeInstanceTopologyRequest {
9878
10283
  * <p>
9879
10284
  * <code>availability-zone</code> - The name of the Availability Zone (for
9880
10285
  * example, <code>us-west-2a</code>) or Local Zone (for example,
9881
- * <code>us-west-2-lax-1b</code>) that the instance is in.</p>
10286
+ * <code>us-west-2-lax-1b</code>) that the instance is in.</p>
9882
10287
  * </li>
9883
10288
  * <li>
9884
10289
  * <p>
9885
10290
  * <code>instance-type</code> - The instance type (for example,
9886
- * <code>p4d.24xlarge</code>) or instance family (for example,
9887
- * <code>p4d*</code>). You can use the <code>*</code> wildcard to match zero or
10291
+ * <code>p4d.24xlarge</code>) or instance family (for example,
10292
+ * <code>p4d*</code>). You can use the <code>*</code> wildcard to match zero or
9888
10293
  * more characters, or the <code>?</code> wildcard to match zero or one
9889
10294
  * character.</p>
9890
10295
  * </li>
9891
10296
  * <li>
9892
10297
  * <p>
9893
10298
  * <code>zone-id</code> - The ID of the Availability Zone (for example,
9894
- * <code>usw2-az2</code>) or Local Zone (for example,
9895
- * <code>usw2-lax1-az1</code>) that the instance is in.</p>
10299
+ * <code>usw2-az2</code>) or Local Zone (for example,
10300
+ * <code>usw2-lax1-az1</code>) that the instance is in.</p>
9896
10301
  * </li>
9897
10302
  * </ul>
9898
10303
  * @public
@@ -10846,278 +11251,6 @@ export interface MediaAcceleratorInfo {
10846
11251
  */
10847
11252
  TotalMediaMemoryInMiB?: number | undefined;
10848
11253
  }
10849
- /**
10850
- * <p>Describes the memory for the instance type.</p>
10851
- * @public
10852
- */
10853
- export interface MemoryInfo {
10854
- /**
10855
- * <p>The size of the memory, in MiB.</p>
10856
- * @public
10857
- */
10858
- SizeInMiB?: number | undefined;
10859
- }
10860
- /**
10861
- * @public
10862
- * @enum
10863
- */
10864
- export declare const BandwidthWeightingType: {
10865
- readonly DEFAULT: "default";
10866
- readonly EBS_1: "ebs-1";
10867
- readonly VPC_1: "vpc-1";
10868
- };
10869
- /**
10870
- * @public
10871
- */
10872
- export type BandwidthWeightingType = (typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
10873
- /**
10874
- * <p>Describes the Elastic Fabric Adapters for the instance type.</p>
10875
- * @public
10876
- */
10877
- export interface EfaInfo {
10878
- /**
10879
- * <p>The maximum number of Elastic Fabric Adapters for the instance type.</p>
10880
- * @public
10881
- */
10882
- MaximumEfaInterfaces?: number | undefined;
10883
- }
10884
- /**
10885
- * @public
10886
- * @enum
10887
- */
10888
- export declare const EnaSupport: {
10889
- readonly required: "required";
10890
- readonly supported: "supported";
10891
- readonly unsupported: "unsupported";
10892
- };
10893
- /**
10894
- * @public
10895
- */
10896
- export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
10897
- /**
10898
- * @public
10899
- * @enum
10900
- */
10901
- export declare const FlexibleEnaQueuesSupport: {
10902
- readonly SUPPORTED: "supported";
10903
- readonly UNSUPPORTED: "unsupported";
10904
- };
10905
- /**
10906
- * @public
10907
- */
10908
- export type FlexibleEnaQueuesSupport = (typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
10909
- /**
10910
- * <p>Describes the network card support of the instance type.</p>
10911
- * @public
10912
- */
10913
- export interface NetworkCardInfo {
10914
- /**
10915
- * <p>The index of the network card.</p>
10916
- * @public
10917
- */
10918
- NetworkCardIndex?: number | undefined;
10919
- /**
10920
- * <p>The network performance of the network card.</p>
10921
- * @public
10922
- */
10923
- NetworkPerformance?: string | undefined;
10924
- /**
10925
- * <p>The maximum number of network interfaces for the network card.</p>
10926
- * @public
10927
- */
10928
- MaximumNetworkInterfaces?: number | undefined;
10929
- /**
10930
- * <p>The baseline network performance of the network card, in Gbps.</p>
10931
- * @public
10932
- */
10933
- BaselineBandwidthInGbps?: number | undefined;
10934
- /**
10935
- * <p>The peak (burst) network performance of the network card, in Gbps.</p>
10936
- * @public
10937
- */
10938
- PeakBandwidthInGbps?: number | undefined;
10939
- /**
10940
- * <p>The default number of the ENA queues for each interface.</p>
10941
- * @public
10942
- */
10943
- DefaultEnaQueueCountPerInterface?: number | undefined;
10944
- /**
10945
- * <p>The maximum number of the ENA queues.</p>
10946
- * @public
10947
- */
10948
- MaximumEnaQueueCount?: number | undefined;
10949
- /**
10950
- * <p>The maximum number of the ENA queues for each interface.</p>
10951
- * @public
10952
- */
10953
- MaximumEnaQueueCountPerInterface?: number | undefined;
10954
- }
10955
- /**
10956
- * <p>Describes the networking features of the instance type.</p>
10957
- * @public
10958
- */
10959
- export interface NetworkInfo {
10960
- /**
10961
- * <p>The network performance.</p>
10962
- * @public
10963
- */
10964
- NetworkPerformance?: string | undefined;
10965
- /**
10966
- * <p>The maximum number of network interfaces for the instance type.</p>
10967
- * @public
10968
- */
10969
- MaximumNetworkInterfaces?: number | undefined;
10970
- /**
10971
- * <p>The maximum number of physical network cards that can be allocated to the instance.</p>
10972
- * @public
10973
- */
10974
- MaximumNetworkCards?: number | undefined;
10975
- /**
10976
- * <p>The index of the default network card, starting at 0.</p>
10977
- * @public
10978
- */
10979
- DefaultNetworkCardIndex?: number | undefined;
10980
- /**
10981
- * <p>Describes the network cards for the instance type.</p>
10982
- * @public
10983
- */
10984
- NetworkCards?: NetworkCardInfo[] | undefined;
10985
- /**
10986
- * <p>The maximum number of IPv4 addresses per network interface.</p>
10987
- * @public
10988
- */
10989
- Ipv4AddressesPerInterface?: number | undefined;
10990
- /**
10991
- * <p>The maximum number of IPv6 addresses per network interface.</p>
10992
- * @public
10993
- */
10994
- Ipv6AddressesPerInterface?: number | undefined;
10995
- /**
10996
- * <p>Indicates whether IPv6 is supported.</p>
10997
- * @public
10998
- */
10999
- Ipv6Supported?: boolean | undefined;
11000
- /**
11001
- * <p>Indicates whether Elastic Network Adapter (ENA) is supported.</p>
11002
- * @public
11003
- */
11004
- EnaSupport?: EnaSupport | undefined;
11005
- /**
11006
- * <p>Indicates whether Elastic Fabric Adapter (EFA) is supported.</p>
11007
- * @public
11008
- */
11009
- EfaSupported?: boolean | undefined;
11010
- /**
11011
- * <p>Describes the Elastic Fabric Adapters for the instance type.</p>
11012
- * @public
11013
- */
11014
- EfaInfo?: EfaInfo | undefined;
11015
- /**
11016
- * <p>Indicates whether the instance type automatically encrypts in-transit traffic between
11017
- * instances.</p>
11018
- * @public
11019
- */
11020
- EncryptionInTransitSupported?: boolean | undefined;
11021
- /**
11022
- * <p>Indicates whether the instance type supports ENA Express. ENA Express uses Amazon Web Services Scalable Reliable Datagram (SRD) technology to increase the maximum bandwidth used per stream
11023
- * and minimize tail latency of network traffic between EC2 instances.</p>
11024
- * @public
11025
- */
11026
- EnaSrdSupported?: boolean | undefined;
11027
- /**
11028
- * <p>A list of valid settings for configurable bandwidth weighting for the instance type, if
11029
- * supported.</p>
11030
- * @public
11031
- */
11032
- BandwidthWeightings?: BandwidthWeightingType[] | undefined;
11033
- /**
11034
- * <p>Indicates whether changing the number of ENA queues is supported.</p>
11035
- * @public
11036
- */
11037
- FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
11038
- }
11039
- /**
11040
- * <p>Describes the cores available to the neuron accelerator.</p>
11041
- * @public
11042
- */
11043
- export interface NeuronDeviceCoreInfo {
11044
- /**
11045
- * <p>The number of cores available to the neuron accelerator.</p>
11046
- * @public
11047
- */
11048
- Count?: number | undefined;
11049
- /**
11050
- * <p>The version of the neuron accelerator.</p>
11051
- * @public
11052
- */
11053
- Version?: number | undefined;
11054
- }
11055
- /**
11056
- * <p>Describes the memory available to the neuron accelerator.</p>
11057
- * @public
11058
- */
11059
- export interface NeuronDeviceMemoryInfo {
11060
- /**
11061
- * <p>The size of the memory available to the neuron accelerator, in MiB.</p>
11062
- * @public
11063
- */
11064
- SizeInMiB?: number | undefined;
11065
- }
11066
- /**
11067
- * <p>Describes the neuron accelerators for the instance type.</p>
11068
- * @public
11069
- */
11070
- export interface NeuronDeviceInfo {
11071
- /**
11072
- * <p>The number of neuron accelerators for the instance type.</p>
11073
- * @public
11074
- */
11075
- Count?: number | undefined;
11076
- /**
11077
- * <p>The name of the neuron accelerator.</p>
11078
- * @public
11079
- */
11080
- Name?: string | undefined;
11081
- /**
11082
- * <p>Describes the cores available to each neuron accelerator.</p>
11083
- * @public
11084
- */
11085
- CoreInfo?: NeuronDeviceCoreInfo | undefined;
11086
- /**
11087
- * <p>Describes the memory available to each neuron accelerator.</p>
11088
- * @public
11089
- */
11090
- MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
11091
- }
11092
- /**
11093
- * <p>Describes the neuron accelerators for the instance type.</p>
11094
- * @public
11095
- */
11096
- export interface NeuronInfo {
11097
- /**
11098
- * <p>Describes the neuron accelerators for the instance type.</p>
11099
- * @public
11100
- */
11101
- NeuronDevices?: NeuronDeviceInfo[] | undefined;
11102
- /**
11103
- * <p>The total size of the memory for the neuron accelerators for the instance type, in
11104
- * MiB.</p>
11105
- * @public
11106
- */
11107
- TotalNeuronDeviceMemoryInMiB?: number | undefined;
11108
- }
11109
- /**
11110
- * @public
11111
- * @enum
11112
- */
11113
- export declare const NitroEnclavesSupport: {
11114
- readonly SUPPORTED: "supported";
11115
- readonly UNSUPPORTED: "unsupported";
11116
- };
11117
- /**
11118
- * @public
11119
- */
11120
- export type NitroEnclavesSupport = (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
11121
11254
  /**
11122
11255
  * @internal
11123
11256
  */