@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,8 +1,280 @@
1
1
  import { ActiveInstance, ActivityStatus, AllocationStrategy, AlternatePathHint, BatchState, CurrencyCodeValues, Explanation, IamInstanceProfileSpecification, IpamResourceDiscoveryAssociation, IpPermission, PathComponent, ReservedInstancesListing, ResourceType, SecurityGroupRule, SecurityGroupVpcAssociationState, Tag, TagSpecification, TransitGatewayAssociationState, TransitGatewayAttachmentResourceType, TransitGatewayAttachmentState, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, TrunkInterfaceAssociation, UserIdGroupPair, VerifiedAccessInstance, VerifiedAccessTrustProvider } from "./models_0";
2
- import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, VolumeType } from "./models_1";
3
- import { GroupIdentifier, InstanceIpv6Address, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup, Volume } from "./models_2";
2
+ import { _InstanceType, AttributeValue, BlockDeviceMapping, ConnectionTrackingSpecificationRequest, EnaSrdSpecificationRequest, FleetLaunchTemplateSpecification, FleetType, InstanceInterruptionBehavior, InstanceRequirements, InternetGateway, Ipam, IpamExternalResourceVerificationToken, IpamPool, IpamResourceDiscovery, IpamScope, Ipv4PrefixSpecificationRequest, Ipv6PrefixSpecificationRequest, KeyType, LaunchTemplate, MacModificationTask, PrivateIpAddressSpecification, SpotInstanceType, Subnet, TargetCapacityUnitType, Tenancy, Volume, VolumeType } from "./models_1";
3
+ import { GroupIdentifier, InstanceIpv6Address, LaunchTemplateVersion, LocalGatewayRouteTable, LocalGatewayRouteTableVirtualInterfaceGroupAssociation, LocalGatewayRouteTableVpcAssociation, LocalGatewayVirtualInterface, LocalGatewayVirtualInterfaceGroup, ManagedPrefixList, NatGateway, NetworkAcl, NetworkInsightsAccessScope, NetworkInsightsPath, NetworkInterface, NetworkInterfaceAttachment, NetworkInterfacePermission, PlacementGroup, ReplaceRootVolumeTask, RouteServer, RouteServerEndpoint, RouteServerPeer, RouteTable, Snapshot, SnapshotState, SpotDatafeedSubscription, SpotInstanceStateFault, StorageTier, TrafficMirrorFilter, TrafficMirrorFilterRule, TrafficMirrorSession, TrafficMirrorTarget, TransitGateway, TransitGatewayConnect, TransitGatewayConnectPeer, TransitGatewayMulticastDomain, TransitGatewayPolicyTable, TransitGatewayRouteTable, TransitGatewayRouteTableAnnouncement, VerifiedAccessEndpoint, VerifiedAccessGroup } from "./models_2";
4
4
  import { Byoasn, Filter, IdFormat } from "./models_3";
5
- import { AttributeBooleanValue, EbsInfo, EventInformation, FpgaInfo, GpuInfo, InferenceAcceleratorInfo, InstanceStorageInfo, InstanceTypeHypervisor, MediaAcceleratorInfo, MemoryInfo, NetworkInfo, NeuronInfo, NitroEnclavesSupport, PermissionGroup, ProductCode, VirtualizationType } from "./models_4";
5
+ import { AttributeBooleanValue, EbsInfo, EventInformation, FpgaInfo, GpuInfo, InferenceAcceleratorInfo, InstanceStorageInfo, InstanceTypeHypervisor, MediaAcceleratorInfo, PermissionGroup, ProductCode, VirtualizationType } from "./models_4";
6
+ /**
7
+ * <p>Describes the memory for the instance type.</p>
8
+ * @public
9
+ */
10
+ export interface MemoryInfo {
11
+ /**
12
+ * <p>The size of the memory, in MiB.</p>
13
+ * @public
14
+ */
15
+ SizeInMiB?: number | undefined;
16
+ }
17
+ /**
18
+ * @public
19
+ * @enum
20
+ */
21
+ export declare const BandwidthWeightingType: {
22
+ readonly DEFAULT: "default";
23
+ readonly EBS_1: "ebs-1";
24
+ readonly VPC_1: "vpc-1";
25
+ };
26
+ /**
27
+ * @public
28
+ */
29
+ export type BandwidthWeightingType = (typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
30
+ /**
31
+ * <p>Describes the Elastic Fabric Adapters for the instance type.</p>
32
+ * @public
33
+ */
34
+ export interface EfaInfo {
35
+ /**
36
+ * <p>The maximum number of Elastic Fabric Adapters for the instance type.</p>
37
+ * @public
38
+ */
39
+ MaximumEfaInterfaces?: number | undefined;
40
+ }
41
+ /**
42
+ * @public
43
+ * @enum
44
+ */
45
+ export declare const EnaSupport: {
46
+ readonly required: "required";
47
+ readonly supported: "supported";
48
+ readonly unsupported: "unsupported";
49
+ };
50
+ /**
51
+ * @public
52
+ */
53
+ export type EnaSupport = (typeof EnaSupport)[keyof typeof EnaSupport];
54
+ /**
55
+ * @public
56
+ * @enum
57
+ */
58
+ export declare const FlexibleEnaQueuesSupport: {
59
+ readonly SUPPORTED: "supported";
60
+ readonly UNSUPPORTED: "unsupported";
61
+ };
62
+ /**
63
+ * @public
64
+ */
65
+ export type FlexibleEnaQueuesSupport = (typeof FlexibleEnaQueuesSupport)[keyof typeof FlexibleEnaQueuesSupport];
66
+ /**
67
+ * <p>Describes the network card support of the instance type.</p>
68
+ * @public
69
+ */
70
+ export interface NetworkCardInfo {
71
+ /**
72
+ * <p>The index of the network card.</p>
73
+ * @public
74
+ */
75
+ NetworkCardIndex?: number | undefined;
76
+ /**
77
+ * <p>The network performance of the network card.</p>
78
+ * @public
79
+ */
80
+ NetworkPerformance?: string | undefined;
81
+ /**
82
+ * <p>The maximum number of network interfaces for the network card.</p>
83
+ * @public
84
+ */
85
+ MaximumNetworkInterfaces?: number | undefined;
86
+ /**
87
+ * <p>The baseline network performance of the network card, in Gbps.</p>
88
+ * @public
89
+ */
90
+ BaselineBandwidthInGbps?: number | undefined;
91
+ /**
92
+ * <p>The peak (burst) network performance of the network card, in Gbps.</p>
93
+ * @public
94
+ */
95
+ PeakBandwidthInGbps?: number | undefined;
96
+ /**
97
+ * <p>The default number of the ENA queues for each interface.</p>
98
+ * @public
99
+ */
100
+ DefaultEnaQueueCountPerInterface?: number | undefined;
101
+ /**
102
+ * <p>The maximum number of the ENA queues.</p>
103
+ * @public
104
+ */
105
+ MaximumEnaQueueCount?: number | undefined;
106
+ /**
107
+ * <p>The maximum number of the ENA queues for each interface.</p>
108
+ * @public
109
+ */
110
+ MaximumEnaQueueCountPerInterface?: number | undefined;
111
+ }
112
+ /**
113
+ * <p>Describes the networking features of the instance type.</p>
114
+ * @public
115
+ */
116
+ export interface NetworkInfo {
117
+ /**
118
+ * <p>The network performance.</p>
119
+ * @public
120
+ */
121
+ NetworkPerformance?: string | undefined;
122
+ /**
123
+ * <p>The maximum number of network interfaces for the instance type.</p>
124
+ * @public
125
+ */
126
+ MaximumNetworkInterfaces?: number | undefined;
127
+ /**
128
+ * <p>The maximum number of physical network cards that can be allocated to the instance.</p>
129
+ * @public
130
+ */
131
+ MaximumNetworkCards?: number | undefined;
132
+ /**
133
+ * <p>The index of the default network card, starting at 0.</p>
134
+ * @public
135
+ */
136
+ DefaultNetworkCardIndex?: number | undefined;
137
+ /**
138
+ * <p>Describes the network cards for the instance type.</p>
139
+ * @public
140
+ */
141
+ NetworkCards?: NetworkCardInfo[] | undefined;
142
+ /**
143
+ * <p>The maximum number of IPv4 addresses per network interface.</p>
144
+ * @public
145
+ */
146
+ Ipv4AddressesPerInterface?: number | undefined;
147
+ /**
148
+ * <p>The maximum number of IPv6 addresses per network interface.</p>
149
+ * @public
150
+ */
151
+ Ipv6AddressesPerInterface?: number | undefined;
152
+ /**
153
+ * <p>Indicates whether IPv6 is supported.</p>
154
+ * @public
155
+ */
156
+ Ipv6Supported?: boolean | undefined;
157
+ /**
158
+ * <p>Indicates whether Elastic Network Adapter (ENA) is supported.</p>
159
+ * @public
160
+ */
161
+ EnaSupport?: EnaSupport | undefined;
162
+ /**
163
+ * <p>Indicates whether Elastic Fabric Adapter (EFA) is supported.</p>
164
+ * @public
165
+ */
166
+ EfaSupported?: boolean | undefined;
167
+ /**
168
+ * <p>Describes the Elastic Fabric Adapters for the instance type.</p>
169
+ * @public
170
+ */
171
+ EfaInfo?: EfaInfo | undefined;
172
+ /**
173
+ * <p>Indicates whether the instance type automatically encrypts in-transit traffic between
174
+ * instances.</p>
175
+ * @public
176
+ */
177
+ EncryptionInTransitSupported?: boolean | undefined;
178
+ /**
179
+ * <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
180
+ * and minimize tail latency of network traffic between EC2 instances.</p>
181
+ * @public
182
+ */
183
+ EnaSrdSupported?: boolean | undefined;
184
+ /**
185
+ * <p>A list of valid settings for configurable bandwidth weighting for the instance type, if
186
+ * supported.</p>
187
+ * @public
188
+ */
189
+ BandwidthWeightings?: BandwidthWeightingType[] | undefined;
190
+ /**
191
+ * <p>Indicates whether changing the number of ENA queues is supported.</p>
192
+ * @public
193
+ */
194
+ FlexibleEnaQueuesSupport?: FlexibleEnaQueuesSupport | undefined;
195
+ }
196
+ /**
197
+ * <p>Describes the cores available to the neuron accelerator.</p>
198
+ * @public
199
+ */
200
+ export interface NeuronDeviceCoreInfo {
201
+ /**
202
+ * <p>The number of cores available to the neuron accelerator.</p>
203
+ * @public
204
+ */
205
+ Count?: number | undefined;
206
+ /**
207
+ * <p>The version of the neuron accelerator.</p>
208
+ * @public
209
+ */
210
+ Version?: number | undefined;
211
+ }
212
+ /**
213
+ * <p>Describes the memory available to the neuron accelerator.</p>
214
+ * @public
215
+ */
216
+ export interface NeuronDeviceMemoryInfo {
217
+ /**
218
+ * <p>The size of the memory available to the neuron accelerator, in MiB.</p>
219
+ * @public
220
+ */
221
+ SizeInMiB?: number | undefined;
222
+ }
223
+ /**
224
+ * <p>Describes the neuron accelerators for the instance type.</p>
225
+ * @public
226
+ */
227
+ export interface NeuronDeviceInfo {
228
+ /**
229
+ * <p>The number of neuron accelerators for the instance type.</p>
230
+ * @public
231
+ */
232
+ Count?: number | undefined;
233
+ /**
234
+ * <p>The name of the neuron accelerator.</p>
235
+ * @public
236
+ */
237
+ Name?: string | undefined;
238
+ /**
239
+ * <p>Describes the cores available to each neuron accelerator.</p>
240
+ * @public
241
+ */
242
+ CoreInfo?: NeuronDeviceCoreInfo | undefined;
243
+ /**
244
+ * <p>Describes the memory available to each neuron accelerator.</p>
245
+ * @public
246
+ */
247
+ MemoryInfo?: NeuronDeviceMemoryInfo | undefined;
248
+ }
249
+ /**
250
+ * <p>Describes the neuron accelerators for the instance type.</p>
251
+ * @public
252
+ */
253
+ export interface NeuronInfo {
254
+ /**
255
+ * <p>Describes the neuron accelerators for the instance type.</p>
256
+ * @public
257
+ */
258
+ NeuronDevices?: NeuronDeviceInfo[] | undefined;
259
+ /**
260
+ * <p>The total size of the memory for the neuron accelerators for the instance type, in
261
+ * MiB.</p>
262
+ * @public
263
+ */
264
+ TotalNeuronDeviceMemoryInMiB?: number | undefined;
265
+ }
266
+ /**
267
+ * @public
268
+ * @enum
269
+ */
270
+ export declare const NitroEnclavesSupport: {
271
+ readonly SUPPORTED: "supported";
272
+ readonly UNSUPPORTED: "unsupported";
273
+ };
274
+ /**
275
+ * @public
276
+ */
277
+ export type NitroEnclavesSupport = (typeof NitroEnclavesSupport)[keyof typeof NitroEnclavesSupport];
6
278
  /**
7
279
  * <p>Describes the supported NitroTPM versions for the instance type.</p>
8
280
  * @public
@@ -10934,296 +11206,6 @@ export interface DescribeVolumeStatusRequest {
10934
11206
  */
10935
11207
  Filters?: Filter[] | undefined;
10936
11208
  }
10937
- /**
10938
- * <p>Describes a volume status operation code.</p>
10939
- * @public
10940
- */
10941
- export interface VolumeStatusAction {
10942
- /**
10943
- * <p>The code identifying the operation, for example, <code>enable-volume-io</code>.</p>
10944
- * @public
10945
- */
10946
- Code?: string | undefined;
10947
- /**
10948
- * <p>A description of the operation.</p>
10949
- * @public
10950
- */
10951
- Description?: string | undefined;
10952
- /**
10953
- * <p>The ID of the event associated with this operation.</p>
10954
- * @public
10955
- */
10956
- EventId?: string | undefined;
10957
- /**
10958
- * <p>The event type associated with this operation.</p>
10959
- * @public
10960
- */
10961
- EventType?: string | undefined;
10962
- }
10963
- /**
10964
- * <p>Information about the instances to which the volume is attached.</p>
10965
- * @public
10966
- */
10967
- export interface VolumeStatusAttachmentStatus {
10968
- /**
10969
- * <p>The maximum IOPS supported by the attached instance.</p>
10970
- * @public
10971
- */
10972
- IoPerformance?: string | undefined;
10973
- /**
10974
- * <p>The ID of the attached instance.</p>
10975
- * @public
10976
- */
10977
- InstanceId?: string | undefined;
10978
- }
10979
- /**
10980
- * <p>Describes a volume status event.</p>
10981
- * @public
10982
- */
10983
- export interface VolumeStatusEvent {
10984
- /**
10985
- * <p>A description of the event.</p>
10986
- * @public
10987
- */
10988
- Description?: string | undefined;
10989
- /**
10990
- * <p>The ID of this event.</p>
10991
- * @public
10992
- */
10993
- EventId?: string | undefined;
10994
- /**
10995
- * <p>The type of this event.</p>
10996
- * @public
10997
- */
10998
- EventType?: string | undefined;
10999
- /**
11000
- * <p>The latest end time of the event.</p>
11001
- * @public
11002
- */
11003
- NotAfter?: Date | undefined;
11004
- /**
11005
- * <p>The earliest start time of the event.</p>
11006
- * @public
11007
- */
11008
- NotBefore?: Date | undefined;
11009
- /**
11010
- * <p>The ID of the instance associated with the event.</p>
11011
- * @public
11012
- */
11013
- InstanceId?: string | undefined;
11014
- }
11015
- /**
11016
- * @public
11017
- * @enum
11018
- */
11019
- export declare const InitializationType: {
11020
- readonly default: "default";
11021
- readonly provisioned_rate: "provisioned-rate";
11022
- };
11023
- /**
11024
- * @public
11025
- */
11026
- export type InitializationType = (typeof InitializationType)[keyof typeof InitializationType];
11027
- /**
11028
- * <p>Information about the volume initialization. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize Amazon EBS volumes</a>.</p>
11029
- * @public
11030
- */
11031
- export interface InitializationStatusDetails {
11032
- /**
11033
- * <p>The method used for volume initialization. Possible values include:</p>
11034
- * <ul>
11035
- * <li>
11036
- * <p>
11037
- * <code>default</code> - Volume initialized using the default volume initialization
11038
- * rate or fast snapshot restore.</p>
11039
- * </li>
11040
- * <li>
11041
- * <p>
11042
- * <code>provisioned-rate</code> - Volume initialized using an Amazon EBS Provisioned
11043
- * Rate for Volume Initialization.</p>
11044
- * </li>
11045
- * </ul>
11046
- * @public
11047
- */
11048
- InitializationType?: InitializationType | undefined;
11049
- /**
11050
- * <p>The current volume initialization progress as a percentage (0-100). Returns <code>100</code>
11051
- * when volume initialization has completed.</p>
11052
- * @public
11053
- */
11054
- Progress?: number | undefined;
11055
- /**
11056
- * <p>The estimated remaining time, in seconds, for volume initialization to complete. Returns
11057
- * <code>0</code> when volume initialization has completed.</p>
11058
- * <p>Only available for volumes created with Amazon EBS Provisioned Rate for Volume Initialization.</p>
11059
- * @public
11060
- */
11061
- EstimatedTimeToCompleteInSeconds?: number | undefined;
11062
- }
11063
- /**
11064
- * @public
11065
- * @enum
11066
- */
11067
- export declare const VolumeStatusName: {
11068
- readonly initialization_state: "initialization-state";
11069
- readonly io_enabled: "io-enabled";
11070
- readonly io_performance: "io-performance";
11071
- };
11072
- /**
11073
- * @public
11074
- */
11075
- export type VolumeStatusName = (typeof VolumeStatusName)[keyof typeof VolumeStatusName];
11076
- /**
11077
- * <p>Describes a volume status.</p>
11078
- * @public
11079
- */
11080
- export interface VolumeStatusDetails {
11081
- /**
11082
- * <p>The name of the volume status.</p>
11083
- * <ul>
11084
- * <li>
11085
- * <p>
11086
- * <code>io-enabled</code> - Indicates the volume I/O status. For more
11087
- * information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-checks.html">Amazon EBS volume
11088
- * status checks</a>.</p>
11089
- * </li>
11090
- * <li>
11091
- * <p>
11092
- * <code>io-performance</code> - Indicates the volume performance status.
11093
- * For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/monitoring-volume-checks.html">Amazon EBS volume
11094
- * status checks</a>.</p>
11095
- * </li>
11096
- * <li>
11097
- * <p>
11098
- * <code>initialization-state</code> - Indicates the status of the volume
11099
- * initialization process. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">Initialize Amazon EBS volumes</a>.</p>
11100
- * </li>
11101
- * </ul>
11102
- * @public
11103
- */
11104
- Name?: VolumeStatusName | undefined;
11105
- /**
11106
- * <p>The intended status of the volume status.</p>
11107
- * @public
11108
- */
11109
- Status?: string | undefined;
11110
- }
11111
- /**
11112
- * @public
11113
- * @enum
11114
- */
11115
- export declare const VolumeStatusInfoStatus: {
11116
- readonly impaired: "impaired";
11117
- readonly insufficient_data: "insufficient-data";
11118
- readonly ok: "ok";
11119
- readonly warning: "warning";
11120
- };
11121
- /**
11122
- * @public
11123
- */
11124
- export type VolumeStatusInfoStatus = (typeof VolumeStatusInfoStatus)[keyof typeof VolumeStatusInfoStatus];
11125
- /**
11126
- * <p>Describes the status of a volume.</p>
11127
- * @public
11128
- */
11129
- export interface VolumeStatusInfo {
11130
- /**
11131
- * <p>The details of the volume status.</p>
11132
- * @public
11133
- */
11134
- Details?: VolumeStatusDetails[] | undefined;
11135
- /**
11136
- * <p>The status of the volume.</p>
11137
- * @public
11138
- */
11139
- Status?: VolumeStatusInfoStatus | undefined;
11140
- }
11141
- /**
11142
- * <p>Describes the volume status.</p>
11143
- * @public
11144
- */
11145
- export interface VolumeStatusItem {
11146
- /**
11147
- * <p>The details of the operation.</p>
11148
- * @public
11149
- */
11150
- Actions?: VolumeStatusAction[] | undefined;
11151
- /**
11152
- * <p>The Availability Zone of the volume.</p>
11153
- * @public
11154
- */
11155
- AvailabilityZone?: string | undefined;
11156
- /**
11157
- * <p>The Amazon Resource Name (ARN) of the Outpost.</p>
11158
- * @public
11159
- */
11160
- OutpostArn?: string | undefined;
11161
- /**
11162
- * <p>A list of events associated with the volume.</p>
11163
- * @public
11164
- */
11165
- Events?: VolumeStatusEvent[] | undefined;
11166
- /**
11167
- * <p>The volume ID.</p>
11168
- * @public
11169
- */
11170
- VolumeId?: string | undefined;
11171
- /**
11172
- * <p>The volume status.</p>
11173
- * @public
11174
- */
11175
- VolumeStatus?: VolumeStatusInfo | undefined;
11176
- /**
11177
- * <p>Information about the instances to which the volume is attached.</p>
11178
- * @public
11179
- */
11180
- AttachmentStatuses?: VolumeStatusAttachmentStatus[] | undefined;
11181
- /**
11182
- * <p>Information about the volume initialization. It can take up to 5 minutes
11183
- * for the volume initialization information to be updated.</p>
11184
- * <p>Only available for volumes created from snapshots. Not available for empty
11185
- * volumes created without a snapshot.</p>
11186
- * <p>For more information, see
11187
- * <a href="https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html">
11188
- * Initialize Amazon EBS volumes</a>.</p>
11189
- * @public
11190
- */
11191
- InitializationStatusDetails?: InitializationStatusDetails | undefined;
11192
- /**
11193
- * <p>The ID of the Availability Zone.</p>
11194
- * @public
11195
- */
11196
- AvailabilityZoneId?: string | undefined;
11197
- }
11198
- /**
11199
- * @public
11200
- */
11201
- export interface DescribeVolumeStatusResult {
11202
- /**
11203
- * <p>The token to include in another request to get the next page of items.
11204
- * This value is <code>null</code> when there are no more items to return.</p>
11205
- * @public
11206
- */
11207
- NextToken?: string | undefined;
11208
- /**
11209
- * <p>Information about the status of the volumes.</p>
11210
- * @public
11211
- */
11212
- VolumeStatuses?: VolumeStatusItem[] | undefined;
11213
- }
11214
- /**
11215
- * @public
11216
- * @enum
11217
- */
11218
- export declare const VpcAttributeName: {
11219
- readonly enableDnsHostnames: "enableDnsHostnames";
11220
- readonly enableDnsSupport: "enableDnsSupport";
11221
- readonly enableNetworkAddressUsageMetrics: "enableNetworkAddressUsageMetrics";
11222
- };
11223
- /**
11224
- * @public
11225
- */
11226
- export type VpcAttributeName = (typeof VpcAttributeName)[keyof typeof VpcAttributeName];
11227
11209
  /**
11228
11210
  * @internal
11229
11211
  */