@aws-sdk/client-ec2 3.875.0 → 3.876.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (232) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +1231 -396
  3. package/dist-es/EC2.js +10 -0
  4. package/dist-es/commands/CreateImageUsageReportCommand.js +22 -0
  5. package/dist-es/commands/DeleteImageUsageReportCommand.js +22 -0
  6. package/dist-es/commands/DescribeImageReferencesCommand.js +22 -0
  7. package/dist-es/commands/DescribeImageUsageReportEntriesCommand.js +22 -0
  8. package/dist-es/commands/DescribeImageUsageReportsCommand.js +22 -0
  9. package/dist-es/commands/GetPasswordDataCommand.js +1 -1
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +1 -0
  12. package/dist-es/models/models_3.js +0 -8
  13. package/dist-es/models/models_4.js +19 -40
  14. package/dist-es/models/models_5.js +40 -18
  15. package/dist-es/models/models_6.js +18 -12
  16. package/dist-es/models/models_7.js +12 -0
  17. package/dist-es/pagination/DescribeImageReferencesPaginator.js +4 -0
  18. package/dist-es/pagination/DescribeImageUsageReportEntriesPaginator.js +4 -0
  19. package/dist-es/pagination/DescribeImageUsageReportsPaginator.js +4 -0
  20. package/dist-es/pagination/index.js +3 -0
  21. package/dist-es/protocols/Aws_ec2.js +700 -25
  22. package/dist-es/waiters/index.js +1 -0
  23. package/dist-es/waiters/waitForImageUsageReportAvailable.js +54 -0
  24. package/dist-types/EC2.d.ts +37 -0
  25. package/dist-types/EC2Client.d.ts +7 -2
  26. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  30. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  32. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  33. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  34. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateImageUsageReportCommand.d.ts +105 -0
  49. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  60. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  61. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  73. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -3
  107. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteImageUsageReportCommand.d.ts +75 -0
  112. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -1
  113. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -2
  114. package/dist-types/commands/DescribeImageReferencesCommand.d.ts +100 -0
  115. package/dist-types/commands/DescribeImageUsageReportEntriesCommand.d.ts +101 -0
  116. package/dist-types/commands/DescribeImageUsageReportsCommand.d.ts +123 -0
  117. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -1
  118. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  119. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -2
  122. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  124. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -1
  126. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  128. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  132. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  133. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  134. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -1
  135. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  136. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  137. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  138. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  139. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  140. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  141. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  142. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  143. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  144. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -1
  145. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  146. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -2
  147. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  148. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -2
  149. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  150. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  151. package/dist-types/commands/RebootInstancesCommand.d.ts +1 -1
  152. package/dist-types/commands/RegisterImageCommand.d.ts +2 -2
  153. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  154. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  155. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  156. package/dist-types/commands/RunInstancesCommand.d.ts +1 -1
  157. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  158. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  159. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  160. package/dist-types/commands/index.d.ts +5 -0
  161. package/dist-types/models/models_0.d.ts +1 -0
  162. package/dist-types/models/models_1.d.ts +93 -79
  163. package/dist-types/models/models_2.d.ts +80 -161
  164. package/dist-types/models/models_3.d.ts +190 -302
  165. package/dist-types/models/models_4.d.ts +886 -719
  166. package/dist-types/models/models_5.d.ts +1938 -1933
  167. package/dist-types/models/models_6.d.ts +1828 -1719
  168. package/dist-types/models/models_7.d.ts +4616 -4654
  169. package/dist-types/models/models_8.d.ts +547 -5
  170. package/dist-types/pagination/DescribeImageReferencesPaginator.d.ts +7 -0
  171. package/dist-types/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +7 -0
  172. package/dist-types/pagination/DescribeImageUsageReportsPaginator.d.ts +7 -0
  173. package/dist-types/pagination/index.d.ts +3 -0
  174. package/dist-types/protocols/Aws_ec2.d.ts +45 -0
  175. package/dist-types/ts3.4/EC2.d.ts +87 -0
  176. package/dist-types/ts3.4/EC2Client.d.ts +30 -0
  177. package/dist-types/ts3.4/commands/CreateImageUsageReportCommand.d.ts +51 -0
  178. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +4 -2
  179. package/dist-types/ts3.4/commands/DeleteImageUsageReportCommand.d.ts +51 -0
  180. package/dist-types/ts3.4/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +2 -4
  181. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +4 -2
  182. package/dist-types/ts3.4/commands/DescribeImageReferencesCommand.d.ts +51 -0
  183. package/dist-types/ts3.4/commands/DescribeImageUsageReportEntriesCommand.d.ts +51 -0
  184. package/dist-types/ts3.4/commands/DescribeImageUsageReportsCommand.d.ts +51 -0
  185. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -4
  186. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/DescribeIpamByoasnCommand.d.ts +1 -1
  188. package/dist-types/ts3.4/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +4 -2
  190. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -4
  191. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -1
  192. package/dist-types/ts3.4/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  193. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +1 -1
  194. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  195. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -1
  196. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -1
  197. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +1 -1
  198. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -1
  199. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +1 -1
  200. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +1 -1
  201. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +1 -1
  202. package/dist-types/ts3.4/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -1
  203. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -4
  204. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  205. package/dist-types/ts3.4/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/ts3.4/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -1
  207. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -1
  208. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -1
  209. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +1 -1
  210. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +1 -1
  211. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +1 -1
  212. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -1
  213. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  214. package/dist-types/ts3.4/models/models_0.d.ts +1 -0
  215. package/dist-types/ts3.4/models/models_1.d.ts +19 -17
  216. package/dist-types/ts3.4/models/models_2.d.ts +21 -35
  217. package/dist-types/ts3.4/models/models_3.d.ts +41 -59
  218. package/dist-types/ts3.4/models/models_4.d.ts +148 -153
  219. package/dist-types/ts3.4/models/models_5.d.ts +165 -123
  220. package/dist-types/ts3.4/models/models_6.d.ts +125 -122
  221. package/dist-types/ts3.4/models/models_7.d.ts +125 -127
  222. package/dist-types/ts3.4/models/models_8.d.ts +128 -1
  223. package/dist-types/ts3.4/pagination/DescribeImageReferencesPaginator.d.ts +11 -0
  224. package/dist-types/ts3.4/pagination/DescribeImageUsageReportEntriesPaginator.d.ts +11 -0
  225. package/dist-types/ts3.4/pagination/DescribeImageUsageReportsPaginator.d.ts +11 -0
  226. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  227. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +60 -0
  228. package/dist-types/ts3.4/waiters/index.d.ts +1 -0
  229. package/dist-types/ts3.4/waiters/waitForImageUsageReportAvailable.d.ts +11 -0
  230. package/dist-types/waiters/index.d.ts +1 -0
  231. package/dist-types/waiters/waitForImageUsageReportAvailable.d.ts +14 -0
  232. package/package.json +6 -6
@@ -1,7 +1,306 @@
1
- import { ActiveInstance, AllocationState, AllowsMultipleInstanceTypes, AssociationStatus, AttachmentStatus, AutoPlacement, ClientVpnAuthorizationRuleStatus, CurrencyCodeValues, HostMaintenance, HostRecovery, IamInstanceProfile, IamInstanceProfileAssociation, InstanceEventWindow, Tag } from "./models_0";
2
- import { _InstanceType, AmdSevSnpSpecification, AttributeValue, BlockDeviceMapping, CapacityReservation, CapacityReservationPreference, CapacityReservationTargetResponse, CarrierGateway, ClientVpnAuthenticationType, ClientVpnEndpointStatus, ClientVpnRouteStatus, CoipPool, CustomerGateway, DefaultTargetCapacityType, DestinationFileFormat, DhcpOptions, DiskImageFormat, Ec2InstanceConnectEndpoint, EgressOnlyInternetGateway, EndpointIpAddressType, ExportTask, FleetCapacityReservationUsageStrategy, FleetExcessCapacityTerminationPolicy, FleetLaunchTemplateOverrides, FleetLaunchTemplateSpecification, FleetOnDemandAllocationStrategy, FleetReplacementStrategy, FleetType, HostnameType, InstanceBandwidthWeighting, InstanceLifecycle, InternetGateway, IpamExternalResourceVerificationToken, LaunchTemplateAndOverridesResponse, LogDestinationType, OperatorResponse, Placement, PlatformValues, SpotAllocationStrategy, SpotInstanceInterruptionBehavior, TargetCapacityUnitType, TrafficIpAddressType, TrafficType, TransportProtocol } from "./models_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
3
  import { GroupIdentifier, InstanceIpv6Address, NetworkInterfaceStatus, StateReason } from "./models_2";
4
- import { Byoasn, CapacityReservationFleet, Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
4
+ import { Filter, FleetStateCode, IdFormat, InstanceTagNotificationAttribute } from "./models_3";
5
+ /**
6
+ * <p>Information about a Capacity Reservation.</p>
7
+ * @public
8
+ */
9
+ export interface CapacityReservationInfo {
10
+ /**
11
+ * <p>The instance type for the Capacity Reservation.</p>
12
+ * @public
13
+ */
14
+ InstanceType?: string | undefined;
15
+ /**
16
+ * <p>The Availability Zone for the Capacity Reservation.</p>
17
+ * @public
18
+ */
19
+ AvailabilityZone?: string | undefined;
20
+ /**
21
+ * <p>The tenancy of the Capacity Reservation.</p>
22
+ * @public
23
+ */
24
+ Tenancy?: CapacityReservationTenancy | undefined;
25
+ /**
26
+ * <p>The ID of the Availability Zone.</p>
27
+ * @public
28
+ */
29
+ AvailabilityZoneId?: string | undefined;
30
+ }
31
+ /**
32
+ * @public
33
+ * @enum
34
+ */
35
+ export declare const CapacityReservationBillingRequestStatus: {
36
+ readonly accepted: "accepted";
37
+ readonly cancelled: "cancelled";
38
+ readonly expired: "expired";
39
+ readonly pending: "pending";
40
+ readonly rejected: "rejected";
41
+ readonly revoked: "revoked";
42
+ };
43
+ /**
44
+ * @public
45
+ */
46
+ export type CapacityReservationBillingRequestStatus = (typeof CapacityReservationBillingRequestStatus)[keyof typeof CapacityReservationBillingRequestStatus];
47
+ /**
48
+ * <p>Information about a request to assign billing of the unused capacity of a Capacity
49
+ * Reservation.</p>
50
+ * @public
51
+ */
52
+ export interface CapacityReservationBillingRequest {
53
+ /**
54
+ * <p>The ID of the Capacity Reservation.</p>
55
+ * @public
56
+ */
57
+ CapacityReservationId?: string | undefined;
58
+ /**
59
+ * <p>The ID of the Amazon Web Services account that initiated the request.</p>
60
+ * @public
61
+ */
62
+ RequestedBy?: string | undefined;
63
+ /**
64
+ * <p>The ID of the Amazon Web Services account to which the request was sent.</p>
65
+ * @public
66
+ */
67
+ UnusedReservationBillingOwnerId?: string | undefined;
68
+ /**
69
+ * <p>The date and time, in UTC time format, at which the request was initiated.</p>
70
+ * @public
71
+ */
72
+ LastUpdateTime?: Date | undefined;
73
+ /**
74
+ * <p>The status of the request. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/view-billing-transfers.html"> View billing assignment
75
+ * requests for a shared Amazon EC2 Capacity Reservation</a>.</p>
76
+ * @public
77
+ */
78
+ Status?: CapacityReservationBillingRequestStatus | undefined;
79
+ /**
80
+ * <p>Information about the status.</p>
81
+ * @public
82
+ */
83
+ StatusMessage?: string | undefined;
84
+ /**
85
+ * <p>Information about the Capacity Reservation.</p>
86
+ * @public
87
+ */
88
+ CapacityReservationInfo?: CapacityReservationInfo | undefined;
89
+ }
90
+ /**
91
+ * @public
92
+ */
93
+ export interface DescribeCapacityReservationBillingRequestsResult {
94
+ /**
95
+ * <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>
96
+ * @public
97
+ */
98
+ NextToken?: string | undefined;
99
+ /**
100
+ * <p>Information about the request.</p>
101
+ * @public
102
+ */
103
+ CapacityReservationBillingRequests?: CapacityReservationBillingRequest[] | undefined;
104
+ }
105
+ /**
106
+ * @public
107
+ */
108
+ export interface DescribeCapacityReservationFleetsRequest {
109
+ /**
110
+ * <p>The IDs of the Capacity Reservation Fleets to describe.</p>
111
+ * @public
112
+ */
113
+ CapacityReservationFleetIds?: string[] | undefined;
114
+ /**
115
+ * <p>The token to use to retrieve the next page of results.</p>
116
+ * @public
117
+ */
118
+ NextToken?: string | undefined;
119
+ /**
120
+ * <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,
121
+ * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
122
+ * @public
123
+ */
124
+ MaxResults?: number | undefined;
125
+ /**
126
+ * <p>One or more filters.</p>
127
+ * <ul>
128
+ * <li>
129
+ * <p>
130
+ * <code>state</code> - The state of the Fleet (<code>submitted</code> |
131
+ * <code>modifying</code> | <code>active</code> |
132
+ * <code>partially_fulfilled</code> | <code>expiring</code> |
133
+ * <code>expired</code> | <code>cancelling</code> | <code>cancelled</code> |
134
+ * <code>failed</code>).</p>
135
+ * </li>
136
+ * <li>
137
+ * <p>
138
+ * <code>instance-match-criteria</code> - The instance matching criteria for the
139
+ * Fleet. Only <code>open</code> is supported.</p>
140
+ * </li>
141
+ * <li>
142
+ * <p>
143
+ * <code>tenancy</code> - The tenancy of the Fleet (<code>default</code> |
144
+ * <code>dedicated</code>).</p>
145
+ * </li>
146
+ * <li>
147
+ * <p>
148
+ * <code>allocation-strategy</code> - The allocation strategy used by the Fleet.
149
+ * Only <code>prioritized</code> is supported.</p>
150
+ * </li>
151
+ * </ul>
152
+ * @public
153
+ */
154
+ Filters?: Filter[] | undefined;
155
+ /**
156
+ * <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>
157
+ * @public
158
+ */
159
+ DryRun?: boolean | undefined;
160
+ }
161
+ /**
162
+ * <p>Information about a Capacity Reservation Fleet.</p>
163
+ * @public
164
+ */
165
+ export interface CapacityReservationFleet {
166
+ /**
167
+ * <p>The ID of the Capacity Reservation Fleet.</p>
168
+ * @public
169
+ */
170
+ CapacityReservationFleetId?: string | undefined;
171
+ /**
172
+ * <p>The ARN of the Capacity Reservation Fleet.</p>
173
+ * @public
174
+ */
175
+ CapacityReservationFleetArn?: string | undefined;
176
+ /**
177
+ * <p>The state of the Capacity Reservation Fleet. Possible states include:</p>
178
+ * <ul>
179
+ * <li>
180
+ * <p>
181
+ * <code>submitted</code> - The Capacity Reservation Fleet request has been
182
+ * submitted and Amazon Elastic Compute Cloud is preparing to create the Capacity
183
+ * Reservations.</p>
184
+ * </li>
185
+ * <li>
186
+ * <p>
187
+ * <code>modifying</code> - The Capacity Reservation Fleet is being modified. The
188
+ * Fleet remains in this state until the modification is complete.</p>
189
+ * </li>
190
+ * <li>
191
+ * <p>
192
+ * <code>active</code> - The Capacity Reservation Fleet has fulfilled its total
193
+ * target capacity and it is attempting to maintain this capacity. The Fleet
194
+ * remains in this state until it is modified or deleted.</p>
195
+ * </li>
196
+ * <li>
197
+ * <p>
198
+ * <code>partially_fulfilled</code> - The Capacity Reservation Fleet has
199
+ * partially fulfilled its total target capacity. There is insufficient Amazon EC2 to fulfill the total target capacity. The Fleet is attempting to
200
+ * asynchronously fulfill its total target capacity.</p>
201
+ * </li>
202
+ * <li>
203
+ * <p>
204
+ * <code>expiring</code> - The Capacity Reservation Fleet has reach its end date
205
+ * and it is in the process of expiring. One or more of its Capacity reservations
206
+ * might still be active.</p>
207
+ * </li>
208
+ * <li>
209
+ * <p>
210
+ * <code>expired</code> - The Capacity Reservation Fleet has reach its end date.
211
+ * The Fleet and its Capacity Reservations are expired. The Fleet can't create new
212
+ * Capacity Reservations.</p>
213
+ * </li>
214
+ * <li>
215
+ * <p>
216
+ * <code>cancelling</code> - The Capacity Reservation Fleet is in the process of
217
+ * being cancelled. One or more of its Capacity reservations might still be
218
+ * active.</p>
219
+ * </li>
220
+ * <li>
221
+ * <p>
222
+ * <code>cancelled</code> - The Capacity Reservation Fleet has been manually
223
+ * cancelled. The Fleet and its Capacity Reservations are cancelled and the Fleet
224
+ * can't create new Capacity Reservations.</p>
225
+ * </li>
226
+ * <li>
227
+ * <p>
228
+ * <code>failed</code> - The Capacity Reservation Fleet failed to reserve
229
+ * capacity for the specified instance types.</p>
230
+ * </li>
231
+ * </ul>
232
+ * @public
233
+ */
234
+ State?: CapacityReservationFleetState | undefined;
235
+ /**
236
+ * <p>The total number of capacity units for which the Capacity Reservation Fleet reserves
237
+ * capacity. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#target-capacity">Total target
238
+ * capacity</a> in the <i>Amazon EC2 User Guide</i>.</p>
239
+ * @public
240
+ */
241
+ TotalTargetCapacity?: number | undefined;
242
+ /**
243
+ * <p>The capacity units that have been fulfilled.</p>
244
+ * @public
245
+ */
246
+ TotalFulfilledCapacity?: number | undefined;
247
+ /**
248
+ * <p>The tenancy of the Capacity Reservation Fleet. Tenancies include:</p>
249
+ * <ul>
250
+ * <li>
251
+ * <p>
252
+ * <code>default</code> - The Capacity Reservation Fleet is created on hardware
253
+ * that is shared with other Amazon Web Services accounts.</p>
254
+ * </li>
255
+ * <li>
256
+ * <p>
257
+ * <code>dedicated</code> - The Capacity Reservation Fleet is created on
258
+ * single-tenant hardware that is dedicated to a single Amazon Web Services account.</p>
259
+ * </li>
260
+ * </ul>
261
+ * @public
262
+ */
263
+ Tenancy?: FleetCapacityReservationTenancy | undefined;
264
+ /**
265
+ * <p>The date and time at which the Capacity Reservation Fleet expires.</p>
266
+ * @public
267
+ */
268
+ EndDate?: Date | undefined;
269
+ /**
270
+ * <p>The date and time at which the Capacity Reservation Fleet was created.</p>
271
+ * @public
272
+ */
273
+ CreateTime?: Date | undefined;
274
+ /**
275
+ * <p>Indicates the type of instance launches that the Capacity Reservation Fleet accepts.
276
+ * All Capacity Reservations in the Fleet inherit this instance matching criteria.</p>
277
+ * <p>Currently, Capacity Reservation Fleets support <code>open</code> instance matching
278
+ * criteria only. This means that instances that have matching attributes (instance type,
279
+ * platform, and Availability Zone) run in the Capacity Reservations automatically.
280
+ * Instances do not need to explicitly target a Capacity Reservation Fleet to use its
281
+ * reserved capacity.</p>
282
+ * @public
283
+ */
284
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria | undefined;
285
+ /**
286
+ * <p>The strategy used by the Capacity Reservation Fleet to determine which of the
287
+ * specified instance types to use. For more information, see For more information, see
288
+ * <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/crfleet-concepts.html#allocation-strategy">Allocation
289
+ * strategy</a> in the <i>Amazon EC2 User Guide</i>.</p>
290
+ * @public
291
+ */
292
+ AllocationStrategy?: string | undefined;
293
+ /**
294
+ * <p>Information about the instance types for which to reserve the capacity.</p>
295
+ * @public
296
+ */
297
+ InstanceTypeSpecifications?: FleetCapacityReservation[] | undefined;
298
+ /**
299
+ * <p>The tags assigned to the Capacity Reservation Fleet.</p>
300
+ * @public
301
+ */
302
+ Tags?: Tag[] | undefined;
303
+ }
5
304
  /**
6
305
  * @public
7
306
  */
@@ -3331,11 +3630,15 @@ export interface TargetCapacitySpecification {
3331
3630
  */
3332
3631
  export interface FleetData {
3333
3632
  /**
3334
- * <p>The progress of the EC2 Fleet. If there is an error, the status is <code>error</code>. After
3335
- * all requests are placed, the status is <code>pending_fulfillment</code>. If the size of the
3336
- * EC2 Fleet is equal to or greater than its target capacity, the status is <code>fulfilled</code>.
3337
- * If the size of the EC2 Fleet is decreased, the status is <code>pending_termination</code> while
3338
- * instances are terminating.</p>
3633
+ * <p>The progress of the EC2 Fleet.</p>
3634
+ * <p>For fleets of type <code>instant</code>, the status is <code>fulfilled</code> after all
3635
+ * requests are placed, regardless of whether target capacity is met (this is the only
3636
+ * possible status for <code>instant</code> fleets).</p>
3637
+ * <p>For fleets of type <code>request</code> or <code>maintain</code>, the status is
3638
+ * <code>pending_fulfillment</code> after all requests are placed, <code>fulfilled</code>
3639
+ * when the fleet size meets or exceeds target capacity, <code>pending_termination</code>
3640
+ * while instances are terminating when fleet size is decreased, and <code>error</code> if
3641
+ * there's an error.</p>
3339
3642
  * @public
3340
3643
  */
3341
3644
  ActivityStatus?: FleetActivityStatus | undefined;
@@ -4950,49 +5253,241 @@ export interface ImageAttribute {
4950
5253
  */
4951
5254
  BlockDeviceMappings?: BlockDeviceMapping[] | undefined;
4952
5255
  }
5256
+ /**
5257
+ * @public
5258
+ * @enum
5259
+ */
5260
+ export declare const ImageReferenceResourceType: {
5261
+ readonly EC2_INSTANCE: "ec2:Instance";
5262
+ readonly EC2_LAUNCH_TEMPLATE: "ec2:LaunchTemplate";
5263
+ readonly IMAGE_BUILDER_CONTAINER_RECIPE: "imagebuilder:ContainerRecipe";
5264
+ readonly IMAGE_BUILDER_IMAGE_RECIPE: "imagebuilder:ImageRecipe";
5265
+ readonly SSM_PARAMETER: "ssm:Parameter";
5266
+ };
4953
5267
  /**
4954
5268
  * @public
4955
5269
  */
4956
- export interface DescribeImagesRequest {
5270
+ export type ImageReferenceResourceType = (typeof ImageReferenceResourceType)[keyof typeof ImageReferenceResourceType];
5271
+ /**
5272
+ * @public
5273
+ * @enum
5274
+ */
5275
+ export declare const ImageReferenceOptionName: {
5276
+ readonly STATE_NAME: "state-name";
5277
+ readonly VERSION_DEPTH: "version-depth";
5278
+ };
5279
+ /**
5280
+ * @public
5281
+ */
5282
+ export type ImageReferenceOptionName = (typeof ImageReferenceOptionName)[keyof typeof ImageReferenceOptionName];
5283
+ /**
5284
+ * <p>The options that affect the scope of the response.</p>
5285
+ * @public
5286
+ */
5287
+ export interface ResourceTypeOption {
4957
5288
  /**
4958
- * <p>Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, <code>self</code> (the sender of the request), or <code>all</code>
4959
- * (public AMIs).</p>
5289
+ * <p>The name of the option.</p>
4960
5290
  * <ul>
4961
5291
  * <li>
4962
- * <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs shared
4963
- * with that specific Amazon Web Services account ID are returned. However, AMIs that are
4964
- * shared with the account’s organization or organizational unit (OU) are not
4965
- * returned.</p>
5292
+ * <p>For <code>ec2:Instance</code>:</p>
5293
+ * <p>Specify <code>state-name</code> - The current state of the EC2 instance.</p>
4966
5294
  * </li>
4967
5295
  * <li>
4968
- * <p>If you specify <code>self</code> or your own Amazon Web Services account ID, AMIs
4969
- * shared with your account are returned. In addition, AMIs that are shared with the
4970
- * organization or OU of which you are member are also returned. </p>
5296
+ * <p>For <code>ec2:LaunchTemplate</code>:</p>
5297
+ * <p>Specify <code>version-depth</code> - The number of launch template versions to check,
5298
+ * starting from the most recent version.</p>
4971
5299
  * </li>
5300
+ * </ul>
5301
+ * @public
5302
+ */
5303
+ OptionName?: ImageReferenceOptionName | undefined;
5304
+ /**
5305
+ * <p>A value for the specified option.</p>
5306
+ * <ul>
4972
5307
  * <li>
4973
- * <p>If you specify <code>all</code>, all public AMIs are returned.</p>
5308
+ * <p>For <code>state-name</code>:</p>
5309
+ * <ul>
5310
+ * <li>
5311
+ * <p>Valid values: <code>pending</code> | <code>running</code> | <code>shutting-down</code> |
5312
+ * <code>terminated</code> | <code>stopping</code> | <code>stopped</code>
5313
+ * </p>
5314
+ * </li>
5315
+ * <li>
5316
+ * <p>Default: All states</p>
5317
+ * </li>
5318
+ * </ul>
5319
+ * </li>
5320
+ * <li>
5321
+ * <p>For <code>version-depth</code>:</p>
5322
+ * <ul>
5323
+ * <li>
5324
+ * <p>Valid values: Integers between <code>1</code> and <code>10000</code>
5325
+ * </p>
5326
+ * </li>
5327
+ * <li>
5328
+ * <p>Default: <code>10</code>
5329
+ * </p>
5330
+ * </li>
5331
+ * </ul>
4974
5332
  * </li>
4975
5333
  * </ul>
4976
5334
  * @public
4977
5335
  */
4978
- ExecutableUsers?: string[] | undefined;
5336
+ OptionValues?: string[] | undefined;
5337
+ }
5338
+ /**
5339
+ * <p>A resource type to check for image references. Associated options can also be specified if the
5340
+ * resource type is an EC2 instance or launch template.</p>
5341
+ * @public
5342
+ */
5343
+ export interface ResourceTypeRequest {
4979
5344
  /**
4980
- * <p>The image IDs.</p>
4981
- * <p>Default: Describes all images available to you.</p>
5345
+ * <p>The resource type.</p>
4982
5346
  * @public
4983
5347
  */
4984
- ImageIds?: string[] | undefined;
5348
+ ResourceType?: ImageReferenceResourceType | undefined;
4985
5349
  /**
4986
- * <p>Scopes the results to images with the specified owners. You can specify a combination of
4987
- * Amazon Web Services account IDs, <code>self</code>, <code>amazon</code>,
4988
- * <code>aws-backup-vault</code>, and <code>aws-marketplace</code>. If you omit this parameter,
4989
- * the results include all images for which you have launch permissions, regardless of
4990
- * ownership.</p>
5350
+ * <p>The options that affect the scope of the response. Valid only when
5351
+ * <code>ResourceType</code> is <code>ec2:Instance</code> or
5352
+ * <code>ec2:LaunchTemplate</code>.</p>
4991
5353
  * @public
4992
5354
  */
4993
- Owners?: string[] | undefined;
5355
+ ResourceTypeOptions?: ResourceTypeOption[] | undefined;
5356
+ }
5357
+ /**
5358
+ * @public
5359
+ */
5360
+ export interface DescribeImageReferencesRequest {
4994
5361
  /**
4995
- * <p>Specifies whether to include deprecated AMIs.</p>
5362
+ * <p>The IDs of the images to check for resource references.</p>
5363
+ * @public
5364
+ */
5365
+ ImageIds: string[] | undefined;
5366
+ /**
5367
+ * <p>Specifies whether to check all supported Amazon Web Services resource types for image references. When
5368
+ * specified, default values are applied for <code>ResourceTypeOptions</code>. For the default
5369
+ * values, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/how-ami-references-works.html">How AMI reference checks
5370
+ * work</a> in the <i>Amazon EC2 User Guide</i>. If you also specify
5371
+ * <code>ResourceTypes</code> with <code>ResourceTypeOptions</code>, your specified values
5372
+ * override the default values.</p>
5373
+ * <p>Supported resource types: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code> |
5374
+ * <code>ssm:Parameter</code> | <code>imagebuilder:ImageRecipe</code> |
5375
+ * <code>imagebuilder:ContainerRecipe</code>
5376
+ * </p>
5377
+ * <p>Either <code>IncludeAllResourceTypes</code> or <code>ResourceTypes</code> must be
5378
+ * specified.</p>
5379
+ * @public
5380
+ */
5381
+ IncludeAllResourceTypes?: boolean | undefined;
5382
+ /**
5383
+ * <p>The Amazon Web Services resource types to check for image references.</p>
5384
+ * <p>Either <code>IncludeAllResourceTypes</code> or <code>ResourceTypes</code> must be
5385
+ * specified.</p>
5386
+ * @public
5387
+ */
5388
+ ResourceTypes?: ResourceTypeRequest[] | undefined;
5389
+ /**
5390
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
5391
+ * @public
5392
+ */
5393
+ NextToken?: string | undefined;
5394
+ /**
5395
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
5396
+ * and provides an error response. If you have the required permissions, the error response is
5397
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5398
+ * @public
5399
+ */
5400
+ DryRun?: boolean | undefined;
5401
+ /**
5402
+ * <p>
5403
+ * The maximum number of items to return for this request.
5404
+ * To get the next page of items, make another request with the token returned in the output.
5405
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.
5406
+ * </p>
5407
+ * @public
5408
+ */
5409
+ MaxResults?: number | undefined;
5410
+ }
5411
+ /**
5412
+ * <p>A resource that is referencing an image.</p>
5413
+ * @public
5414
+ */
5415
+ export interface ImageReference {
5416
+ /**
5417
+ * <p>The ID of the referenced image.</p>
5418
+ * @public
5419
+ */
5420
+ ImageId?: string | undefined;
5421
+ /**
5422
+ * <p>The type of resource referencing the image.</p>
5423
+ * @public
5424
+ */
5425
+ ResourceType?: ImageReferenceResourceType | undefined;
5426
+ /**
5427
+ * <p>The Amazon Resource Name (ARN) of the resource referencing the image.</p>
5428
+ * @public
5429
+ */
5430
+ Arn?: string | undefined;
5431
+ }
5432
+ /**
5433
+ * @public
5434
+ */
5435
+ export interface DescribeImageReferencesResult {
5436
+ /**
5437
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
5438
+ * are no more items to return.</p>
5439
+ * @public
5440
+ */
5441
+ NextToken?: string | undefined;
5442
+ /**
5443
+ * <p>The resources that are referencing the specified images.</p>
5444
+ * @public
5445
+ */
5446
+ ImageReferences?: ImageReference[] | undefined;
5447
+ }
5448
+ /**
5449
+ * @public
5450
+ */
5451
+ export interface DescribeImagesRequest {
5452
+ /**
5453
+ * <p>Scopes the images by users with explicit launch permissions. Specify an Amazon Web Services account ID, <code>self</code> (the sender of the request), or <code>all</code>
5454
+ * (public AMIs).</p>
5455
+ * <ul>
5456
+ * <li>
5457
+ * <p>If you specify an Amazon Web Services account ID that is not your own, only AMIs shared
5458
+ * with that specific Amazon Web Services account ID are returned. However, AMIs that are
5459
+ * shared with the account’s organization or organizational unit (OU) are not
5460
+ * returned.</p>
5461
+ * </li>
5462
+ * <li>
5463
+ * <p>If you specify <code>self</code> or your own Amazon Web Services account ID, AMIs
5464
+ * shared with your account are returned. In addition, AMIs that are shared with the
5465
+ * organization or OU of which you are member are also returned. </p>
5466
+ * </li>
5467
+ * <li>
5468
+ * <p>If you specify <code>all</code>, all public AMIs are returned.</p>
5469
+ * </li>
5470
+ * </ul>
5471
+ * @public
5472
+ */
5473
+ ExecutableUsers?: string[] | undefined;
5474
+ /**
5475
+ * <p>The image IDs.</p>
5476
+ * <p>Default: Describes all images available to you.</p>
5477
+ * @public
5478
+ */
5479
+ ImageIds?: string[] | undefined;
5480
+ /**
5481
+ * <p>Scopes the results to images with the specified owners. You can specify a combination of
5482
+ * Amazon Web Services account IDs, <code>self</code>, <code>amazon</code>,
5483
+ * <code>aws-backup-vault</code>, and <code>aws-marketplace</code>. If you omit this parameter,
5484
+ * the results include all images for which you have launch permissions, regardless of
5485
+ * ownership.</p>
5486
+ * @public
5487
+ */
5488
+ Owners?: string[] | undefined;
5489
+ /**
5490
+ * <p>Specifies whether to include deprecated AMIs.</p>
4996
5491
  * <p>Default: No deprecated AMIs are included in the response.</p>
4997
5492
  * <note>
4998
5493
  * <p>If you are the AMI owner, all deprecated AMIs appear in the response regardless of what
@@ -5588,171 +6083,455 @@ export interface DescribeImagesResult {
5588
6083
  /**
5589
6084
  * @public
5590
6085
  */
5591
- export interface DescribeImportImageTasksRequest {
6086
+ export interface DescribeImageUsageReportEntriesRequest {
5592
6087
  /**
5593
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
5594
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
5595
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6088
+ * <p>The IDs of the images for filtering the report entries. If specified, only report entries
6089
+ * containing these images are returned.</p>
5596
6090
  * @public
5597
6091
  */
5598
- DryRun?: boolean | undefined;
6092
+ ImageIds?: string[] | undefined;
5599
6093
  /**
5600
- * <p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>,
5601
- * <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>
6094
+ * <p>The IDs of the usage reports.</p>
5602
6095
  * @public
5603
6096
  */
5604
- Filters?: Filter[] | undefined;
6097
+ ReportIds?: string[] | undefined;
5605
6098
  /**
5606
- * <p>The IDs of the import image tasks.</p>
6099
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
5607
6100
  * @public
5608
6101
  */
5609
- ImportTaskIds?: string[] | undefined;
6102
+ NextToken?: string | undefined;
5610
6103
  /**
5611
- * <p>The maximum number of results to return in a single call.</p>
6104
+ * <p>The filters.</p>
6105
+ * <ul>
6106
+ * <li>
6107
+ * <p>
6108
+ * <code>account-id</code> - A 12-digit Amazon Web Services account ID.</p>
6109
+ * </li>
6110
+ * <li>
6111
+ * <p>
6112
+ * <code>creation-time</code> - The time when the report was created, in the ISO 8601
6113
+ * format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
6114
+ * <code>2025-11-29T11:04:43.305Z</code>. You can use a wildcard (<code>*</code>), for
6115
+ * example, <code>2025-11-29T*</code>, which matches an entire day.</p>
6116
+ * </li>
6117
+ * <li>
6118
+ * <p>
6119
+ * <code>resource-type</code> - The resource type (<code>ec2:Instance</code> |
6120
+ * <code>ec2:LaunchTemplate</code>).</p>
6121
+ * </li>
6122
+ * </ul>
5612
6123
  * @public
5613
6124
  */
5614
- MaxResults?: number | undefined;
6125
+ Filters?: Filter[] | undefined;
5615
6126
  /**
5616
- * <p>A token that indicates the next page of results.</p>
6127
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
6128
+ * and provides an error response. If you have the required permissions, the error response is
6129
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
5617
6130
  * @public
5618
6131
  */
5619
- NextToken?: string | undefined;
5620
- }
5621
- /**
5622
- * <p> The response information for license configurations.</p>
5623
- * @public
5624
- */
5625
- export interface ImportImageLicenseConfigurationResponse {
6132
+ DryRun?: boolean | undefined;
5626
6133
  /**
5627
- * <p>The ARN of a license configuration.</p>
6134
+ * <p>The maximum number of items to return for this request.
6135
+ * To get the next page of items, make another request with the token returned in the output.
6136
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
5628
6137
  * @public
5629
6138
  */
5630
- LicenseConfigurationArn?: string | undefined;
6139
+ MaxResults?: number | undefined;
5631
6140
  }
5632
6141
  /**
5633
- * <p>Describes the Amazon S3 bucket for the disk image.</p>
6142
+ * <p>A single entry in an image usage report, detailing how an image is being used by a
6143
+ * specific Amazon Web Services account and resource type.</p>
5634
6144
  * @public
5635
6145
  */
5636
- export interface UserBucketDetails {
6146
+ export interface ImageUsageReportEntry {
5637
6147
  /**
5638
- * <p>The Amazon S3 bucket from which the disk image was created.</p>
6148
+ * <p>The type of resource (<code>ec2:Instance</code> or
6149
+ * <code>ec2:LaunchTemplate</code>).</p>
5639
6150
  * @public
5640
6151
  */
5641
- S3Bucket?: string | undefined;
6152
+ ResourceType?: string | undefined;
5642
6153
  /**
5643
- * <p>The file name of the disk image.</p>
6154
+ * <p>The ID of the report.</p>
5644
6155
  * @public
5645
6156
  */
5646
- S3Key?: string | undefined;
5647
- }
5648
- /**
5649
- * <p>Describes the snapshot created from the imported disk.</p>
5650
- * @public
5651
- */
5652
- export interface SnapshotDetail {
6157
+ ReportId?: string | undefined;
5653
6158
  /**
5654
- * <p>A description for the snapshot.</p>
6159
+ * <p>The number of times resources of this type reference this image in the account.</p>
5655
6160
  * @public
5656
6161
  */
5657
- Description?: string | undefined;
6162
+ UsageCount?: number | undefined;
5658
6163
  /**
5659
- * <p>The block device mapping for the snapshot.</p>
6164
+ * <p>The ID of the account that uses the image.</p>
5660
6165
  * @public
5661
6166
  */
5662
- DeviceName?: string | undefined;
6167
+ AccountId?: string | undefined;
5663
6168
  /**
5664
- * <p>The size of the disk in the snapshot, in GiB.</p>
6169
+ * <p>The ID of the image.</p>
5665
6170
  * @public
5666
6171
  */
5667
- DiskImageSize?: number | undefined;
6172
+ ImageId?: string | undefined;
5668
6173
  /**
5669
- * <p>The format of the disk image from which the snapshot is created.</p>
6174
+ * <p>The date and time the report creation was initiated.</p>
5670
6175
  * @public
5671
6176
  */
5672
- Format?: string | undefined;
6177
+ ReportCreationTime?: Date | undefined;
6178
+ }
6179
+ /**
6180
+ * @public
6181
+ */
6182
+ export interface DescribeImageUsageReportEntriesResult {
5673
6183
  /**
5674
- * <p>The percentage of progress for the task.</p>
6184
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
6185
+ * are no more items to return.</p>
5675
6186
  * @public
5676
6187
  */
5677
- Progress?: string | undefined;
6188
+ NextToken?: string | undefined;
5678
6189
  /**
5679
- * <p>The snapshot ID of the disk being imported.</p>
6190
+ * <p>The content of the usage reports.</p>
5680
6191
  * @public
5681
6192
  */
5682
- SnapshotId?: string | undefined;
6193
+ ImageUsageReportEntries?: ImageUsageReportEntry[] | undefined;
6194
+ }
6195
+ /**
6196
+ * @public
6197
+ */
6198
+ export interface DescribeImageUsageReportsRequest {
5683
6199
  /**
5684
- * <p>A brief status of the snapshot creation.</p>
6200
+ * <p>The IDs of the images for filtering the reports. If specified, only reports containing
6201
+ * these images are returned.</p>
5685
6202
  * @public
5686
6203
  */
5687
- Status?: string | undefined;
6204
+ ImageIds?: string[] | undefined;
5688
6205
  /**
5689
- * <p>A detailed status message for the snapshot creation.</p>
6206
+ * <p>The IDs of the image usage reports.</p>
5690
6207
  * @public
5691
6208
  */
5692
- StatusMessage?: string | undefined;
6209
+ ReportIds?: string[] | undefined;
5693
6210
  /**
5694
- * <p>The URL used to access the disk image.</p>
6211
+ * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
5695
6212
  * @public
5696
6213
  */
5697
- Url?: string | undefined;
6214
+ NextToken?: string | undefined;
5698
6215
  /**
5699
- * <p>The Amazon S3 bucket for the disk image.</p>
6216
+ * <p>The filters.</p>
6217
+ * <ul>
6218
+ * <li>
6219
+ * <p>
6220
+ * <code>creation-time</code> - The time when the report was created, in the ISO 8601
6221
+ * format in the UTC time zone (YYYY-MM-DDThh:mm:ss.sssZ), for example,
6222
+ * <code>2025-11-29T11:04:43.305Z</code>. You can use a wildcard (<code>*</code>), for
6223
+ * example, <code>2025-11-29T*</code>, which matches an entire day.</p>
6224
+ * </li>
6225
+ * <li>
6226
+ * <p>
6227
+ * <code>state</code> - The state of the report (<code>available</code> |
6228
+ * <code>pending</code> | <code>error</code>).</p>
6229
+ * </li>
6230
+ * </ul>
5700
6231
  * @public
5701
6232
  */
5702
- UserBucket?: UserBucketDetails | undefined;
6233
+ Filters?: Filter[] | undefined;
6234
+ /**
6235
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
6236
+ * and provides an error response. If you have the required permissions, the error response is
6237
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6238
+ * @public
6239
+ */
6240
+ DryRun?: boolean | undefined;
6241
+ /**
6242
+ * <p>The maximum number of items to return for this request.
6243
+ * To get the next page of items, make another request with the token returned in the output.
6244
+ * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
6245
+ * @public
6246
+ */
6247
+ MaxResults?: number | undefined;
5703
6248
  }
5704
6249
  /**
5705
- * <p>Describes an import image task.</p>
6250
+ * <p>The options that affect the scope of the report.</p>
5706
6251
  * @public
5707
6252
  */
5708
- export interface ImportImageTask {
6253
+ export interface ImageUsageResourceTypeOption {
5709
6254
  /**
5710
- * <p>The architecture of the virtual machine.</p>
5711
- * <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code>
5712
- * </p>
6255
+ * <p>The name of the option.</p>
5713
6256
  * @public
5714
6257
  */
5715
- Architecture?: string | undefined;
6258
+ OptionName?: string | undefined;
5716
6259
  /**
5717
- * <p>A description of the import task.</p>
6260
+ * <p>The number of launch template versions to check.</p>
5718
6261
  * @public
5719
6262
  */
5720
- Description?: string | undefined;
6263
+ OptionValues?: string[] | undefined;
6264
+ }
6265
+ /**
6266
+ * <p>A resource type to include in the report. Associated options can also be specified if the
6267
+ * resource type is a launch template.</p>
6268
+ * @public
6269
+ */
6270
+ export interface ImageUsageResourceType {
5721
6271
  /**
5722
- * <p>Indicates whether the image is encrypted.</p>
6272
+ * <p>The resource type.</p>
6273
+ * <p>Valid values: <code>ec2:Instance</code> | <code>ec2:LaunchTemplate</code>
6274
+ * </p>
5723
6275
  * @public
5724
6276
  */
5725
- Encrypted?: boolean | undefined;
6277
+ ResourceType?: string | undefined;
5726
6278
  /**
5727
- * <p>The target hypervisor for the import task.</p>
5728
- * <p>Valid values: <code>xen</code>
5729
- * </p>
6279
+ * <p>The options that affect the scope of the report. Valid only when <code>ResourceType</code>
6280
+ * is <code>ec2:LaunchTemplate</code>.</p>
5730
6281
  * @public
5731
6282
  */
5732
- Hypervisor?: string | undefined;
6283
+ ResourceTypeOptions?: ImageUsageResourceTypeOption[] | undefined;
6284
+ }
6285
+ /**
6286
+ * <p>The configuration and status of an image usage report.</p>
6287
+ * @public
6288
+ */
6289
+ export interface ImageUsageReport {
5733
6290
  /**
5734
- * <p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>
6291
+ * <p>The ID of the image that was specified when the report was created.</p>
5735
6292
  * @public
5736
6293
  */
5737
6294
  ImageId?: string | undefined;
5738
6295
  /**
5739
- * <p>The ID of the import image task.</p>
6296
+ * <p>The ID of the report.</p>
5740
6297
  * @public
5741
6298
  */
5742
- ImportTaskId?: string | undefined;
6299
+ ReportId?: string | undefined;
5743
6300
  /**
5744
- * <p>The identifier for the KMS key that was used to create the encrypted image.</p>
6301
+ * <p>The resource types that were specified when the report was created.</p>
5745
6302
  * @public
5746
6303
  */
5747
- KmsKeyId?: string | undefined;
6304
+ ResourceTypes?: ImageUsageResourceType[] | undefined;
5748
6305
  /**
5749
- * <p>The license type of the virtual machine.</p>
6306
+ * <p>The IDs of the Amazon Web Services accounts that were specified when the report was created.</p>
5750
6307
  * @public
5751
6308
  */
5752
- LicenseType?: string | undefined;
6309
+ AccountIds?: string[] | undefined;
5753
6310
  /**
5754
- * <p>The description string for the import image task.</p>
5755
- * @public
6311
+ * <p>The current state of the report. Possible values:</p>
6312
+ * <ul>
6313
+ * <li>
6314
+ * <p>
6315
+ * <code>available</code> - The report is available to view.</p>
6316
+ * </li>
6317
+ * <li>
6318
+ * <p>
6319
+ * <code>pending</code> - The report is being created and not available to view.</p>
6320
+ * </li>
6321
+ * <li>
6322
+ * <p>
6323
+ * <code>error</code> - The report could not be created.</p>
6324
+ * </li>
6325
+ * </ul>
6326
+ * @public
6327
+ */
6328
+ State?: string | undefined;
6329
+ /**
6330
+ * <p>Provides additional details when the report is in an <code>error</code> state.</p>
6331
+ * @public
6332
+ */
6333
+ StateReason?: string | undefined;
6334
+ /**
6335
+ * <p>The date and time when the report was created.</p>
6336
+ * @public
6337
+ */
6338
+ CreationTime?: Date | undefined;
6339
+ /**
6340
+ * <p>The date and time when Amazon EC2 will delete the report (30 days after the report was
6341
+ * created).</p>
6342
+ * @public
6343
+ */
6344
+ ExpirationTime?: Date | undefined;
6345
+ /**
6346
+ * <p>Any tags assigned to the report.</p>
6347
+ * @public
6348
+ */
6349
+ Tags?: Tag[] | undefined;
6350
+ }
6351
+ /**
6352
+ * @public
6353
+ */
6354
+ export interface DescribeImageUsageReportsResult {
6355
+ /**
6356
+ * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
6357
+ * are no more items to return.</p>
6358
+ * @public
6359
+ */
6360
+ NextToken?: string | undefined;
6361
+ /**
6362
+ * <p>The image usage reports.</p>
6363
+ * @public
6364
+ */
6365
+ ImageUsageReports?: ImageUsageReport[] | undefined;
6366
+ }
6367
+ /**
6368
+ * @public
6369
+ */
6370
+ export interface DescribeImportImageTasksRequest {
6371
+ /**
6372
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
6373
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
6374
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
6375
+ * @public
6376
+ */
6377
+ DryRun?: boolean | undefined;
6378
+ /**
6379
+ * <p>Filter tasks using the <code>task-state</code> filter and one of the following values: <code>active</code>,
6380
+ * <code>completed</code>, <code>deleting</code>, or <code>deleted</code>.</p>
6381
+ * @public
6382
+ */
6383
+ Filters?: Filter[] | undefined;
6384
+ /**
6385
+ * <p>The IDs of the import image tasks.</p>
6386
+ * @public
6387
+ */
6388
+ ImportTaskIds?: string[] | undefined;
6389
+ /**
6390
+ * <p>The maximum number of results to return in a single call.</p>
6391
+ * @public
6392
+ */
6393
+ MaxResults?: number | undefined;
6394
+ /**
6395
+ * <p>A token that indicates the next page of results.</p>
6396
+ * @public
6397
+ */
6398
+ NextToken?: string | undefined;
6399
+ }
6400
+ /**
6401
+ * <p> The response information for license configurations.</p>
6402
+ * @public
6403
+ */
6404
+ export interface ImportImageLicenseConfigurationResponse {
6405
+ /**
6406
+ * <p>The ARN of a license configuration.</p>
6407
+ * @public
6408
+ */
6409
+ LicenseConfigurationArn?: string | undefined;
6410
+ }
6411
+ /**
6412
+ * <p>Describes the Amazon S3 bucket for the disk image.</p>
6413
+ * @public
6414
+ */
6415
+ export interface UserBucketDetails {
6416
+ /**
6417
+ * <p>The Amazon S3 bucket from which the disk image was created.</p>
6418
+ * @public
6419
+ */
6420
+ S3Bucket?: string | undefined;
6421
+ /**
6422
+ * <p>The file name of the disk image.</p>
6423
+ * @public
6424
+ */
6425
+ S3Key?: string | undefined;
6426
+ }
6427
+ /**
6428
+ * <p>Describes the snapshot created from the imported disk.</p>
6429
+ * @public
6430
+ */
6431
+ export interface SnapshotDetail {
6432
+ /**
6433
+ * <p>A description for the snapshot.</p>
6434
+ * @public
6435
+ */
6436
+ Description?: string | undefined;
6437
+ /**
6438
+ * <p>The block device mapping for the snapshot.</p>
6439
+ * @public
6440
+ */
6441
+ DeviceName?: string | undefined;
6442
+ /**
6443
+ * <p>The size of the disk in the snapshot, in GiB.</p>
6444
+ * @public
6445
+ */
6446
+ DiskImageSize?: number | undefined;
6447
+ /**
6448
+ * <p>The format of the disk image from which the snapshot is created.</p>
6449
+ * @public
6450
+ */
6451
+ Format?: string | undefined;
6452
+ /**
6453
+ * <p>The percentage of progress for the task.</p>
6454
+ * @public
6455
+ */
6456
+ Progress?: string | undefined;
6457
+ /**
6458
+ * <p>The snapshot ID of the disk being imported.</p>
6459
+ * @public
6460
+ */
6461
+ SnapshotId?: string | undefined;
6462
+ /**
6463
+ * <p>A brief status of the snapshot creation.</p>
6464
+ * @public
6465
+ */
6466
+ Status?: string | undefined;
6467
+ /**
6468
+ * <p>A detailed status message for the snapshot creation.</p>
6469
+ * @public
6470
+ */
6471
+ StatusMessage?: string | undefined;
6472
+ /**
6473
+ * <p>The URL used to access the disk image.</p>
6474
+ * @public
6475
+ */
6476
+ Url?: string | undefined;
6477
+ /**
6478
+ * <p>The Amazon S3 bucket for the disk image.</p>
6479
+ * @public
6480
+ */
6481
+ UserBucket?: UserBucketDetails | undefined;
6482
+ }
6483
+ /**
6484
+ * <p>Describes an import image task.</p>
6485
+ * @public
6486
+ */
6487
+ export interface ImportImageTask {
6488
+ /**
6489
+ * <p>The architecture of the virtual machine.</p>
6490
+ * <p>Valid values: <code>i386</code> | <code>x86_64</code> | <code>arm64</code>
6491
+ * </p>
6492
+ * @public
6493
+ */
6494
+ Architecture?: string | undefined;
6495
+ /**
6496
+ * <p>A description of the import task.</p>
6497
+ * @public
6498
+ */
6499
+ Description?: string | undefined;
6500
+ /**
6501
+ * <p>Indicates whether the image is encrypted.</p>
6502
+ * @public
6503
+ */
6504
+ Encrypted?: boolean | undefined;
6505
+ /**
6506
+ * <p>The target hypervisor for the import task.</p>
6507
+ * <p>Valid values: <code>xen</code>
6508
+ * </p>
6509
+ * @public
6510
+ */
6511
+ Hypervisor?: string | undefined;
6512
+ /**
6513
+ * <p>The ID of the Amazon Machine Image (AMI) of the imported virtual machine.</p>
6514
+ * @public
6515
+ */
6516
+ ImageId?: string | undefined;
6517
+ /**
6518
+ * <p>The ID of the import image task.</p>
6519
+ * @public
6520
+ */
6521
+ ImportTaskId?: string | undefined;
6522
+ /**
6523
+ * <p>The identifier for the KMS key that was used to create the encrypted image.</p>
6524
+ * @public
6525
+ */
6526
+ KmsKeyId?: string | undefined;
6527
+ /**
6528
+ * <p>The license type of the virtual machine.</p>
6529
+ * @public
6530
+ */
6531
+ LicenseType?: string | undefined;
6532
+ /**
6533
+ * <p>The description string for the import image task.</p>
6534
+ * @public
5756
6535
  */
5757
6536
  Platform?: string | undefined;
5758
6537
  /**
@@ -10314,618 +11093,6 @@ export interface NitroTpmInfo {
10314
11093
  */
10315
11094
  SupportedVersions?: string[] | undefined;
10316
11095
  }
10317
- /**
10318
- * @public
10319
- * @enum
10320
- */
10321
- export declare const NitroTpmSupport: {
10322
- readonly SUPPORTED: "supported";
10323
- readonly UNSUPPORTED: "unsupported";
10324
- };
10325
- /**
10326
- * @public
10327
- */
10328
- export type NitroTpmSupport = (typeof NitroTpmSupport)[keyof typeof NitroTpmSupport];
10329
- /**
10330
- * @public
10331
- * @enum
10332
- */
10333
- export declare const PhcSupport: {
10334
- readonly SUPPORTED: "supported";
10335
- readonly UNSUPPORTED: "unsupported";
10336
- };
10337
- /**
10338
- * @public
10339
- */
10340
- export type PhcSupport = (typeof PhcSupport)[keyof typeof PhcSupport];
10341
- /**
10342
- * @public
10343
- * @enum
10344
- */
10345
- export declare const PlacementGroupStrategy: {
10346
- readonly cluster: "cluster";
10347
- readonly partition: "partition";
10348
- readonly spread: "spread";
10349
- };
10350
- /**
10351
- * @public
10352
- */
10353
- export type PlacementGroupStrategy = (typeof PlacementGroupStrategy)[keyof typeof PlacementGroupStrategy];
10354
- /**
10355
- * <p>Describes the placement group support of the instance type.</p>
10356
- * @public
10357
- */
10358
- export interface PlacementGroupInfo {
10359
- /**
10360
- * <p>The supported placement group types.</p>
10361
- * @public
10362
- */
10363
- SupportedStrategies?: PlacementGroupStrategy[] | undefined;
10364
- }
10365
- /**
10366
- * @public
10367
- * @enum
10368
- */
10369
- export declare const ArchitectureType: {
10370
- readonly arm64: "arm64";
10371
- readonly arm64_mac: "arm64_mac";
10372
- readonly i386: "i386";
10373
- readonly x86_64: "x86_64";
10374
- readonly x86_64_mac: "x86_64_mac";
10375
- };
10376
- /**
10377
- * @public
10378
- */
10379
- export type ArchitectureType = (typeof ArchitectureType)[keyof typeof ArchitectureType];
10380
- /**
10381
- * @public
10382
- * @enum
10383
- */
10384
- export declare const SupportedAdditionalProcessorFeature: {
10385
- readonly AMD_SEV_SNP: "amd-sev-snp";
10386
- };
10387
- /**
10388
- * @public
10389
- */
10390
- export type SupportedAdditionalProcessorFeature = (typeof SupportedAdditionalProcessorFeature)[keyof typeof SupportedAdditionalProcessorFeature];
10391
- /**
10392
- * <p>Describes the processor used by the instance type.</p>
10393
- * @public
10394
- */
10395
- export interface ProcessorInfo {
10396
- /**
10397
- * <p>The architectures supported by the instance type.</p>
10398
- * @public
10399
- */
10400
- SupportedArchitectures?: ArchitectureType[] | undefined;
10401
- /**
10402
- * <p>The speed of the processor, in GHz.</p>
10403
- * @public
10404
- */
10405
- SustainedClockSpeedInGhz?: number | undefined;
10406
- /**
10407
- * <p>Indicates whether the instance type supports AMD SEV-SNP. If the request returns
10408
- * <code>amd-sev-snp</code>, AMD SEV-SNP is supported. Otherwise, it is not supported. For more
10409
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/sev-snp.html"> AMD
10410
- * SEV-SNP</a>.</p>
10411
- * @public
10412
- */
10413
- SupportedFeatures?: SupportedAdditionalProcessorFeature[] | undefined;
10414
- /**
10415
- * <p>The manufacturer of the processor.</p>
10416
- * @public
10417
- */
10418
- Manufacturer?: string | undefined;
10419
- }
10420
- /**
10421
- * @public
10422
- * @enum
10423
- */
10424
- export declare const RebootMigrationSupport: {
10425
- readonly SUPPORTED: "supported";
10426
- readonly UNSUPPORTED: "unsupported";
10427
- };
10428
- /**
10429
- * @public
10430
- */
10431
- export type RebootMigrationSupport = (typeof RebootMigrationSupport)[keyof typeof RebootMigrationSupport];
10432
- /**
10433
- * @public
10434
- * @enum
10435
- */
10436
- export declare const BootModeType: {
10437
- readonly legacy_bios: "legacy-bios";
10438
- readonly uefi: "uefi";
10439
- };
10440
- /**
10441
- * @public
10442
- */
10443
- export type BootModeType = (typeof BootModeType)[keyof typeof BootModeType];
10444
- /**
10445
- * @public
10446
- * @enum
10447
- */
10448
- export declare const RootDeviceType: {
10449
- readonly ebs: "ebs";
10450
- readonly instance_store: "instance-store";
10451
- };
10452
- /**
10453
- * @public
10454
- */
10455
- export type RootDeviceType = (typeof RootDeviceType)[keyof typeof RootDeviceType];
10456
- /**
10457
- * @public
10458
- * @enum
10459
- */
10460
- export declare const UsageClassType: {
10461
- readonly capacity_block: "capacity-block";
10462
- readonly on_demand: "on-demand";
10463
- readonly spot: "spot";
10464
- };
10465
- /**
10466
- * @public
10467
- */
10468
- export type UsageClassType = (typeof UsageClassType)[keyof typeof UsageClassType];
10469
- /**
10470
- * <p>Describes the vCPU configurations for the instance type.</p>
10471
- * @public
10472
- */
10473
- export interface VCpuInfo {
10474
- /**
10475
- * <p>The default number of vCPUs for the instance type.</p>
10476
- * @public
10477
- */
10478
- DefaultVCpus?: number | undefined;
10479
- /**
10480
- * <p>The default number of cores for the instance type.</p>
10481
- * @public
10482
- */
10483
- DefaultCores?: number | undefined;
10484
- /**
10485
- * <p>The default number of threads per core for the instance type.</p>
10486
- * @public
10487
- */
10488
- DefaultThreadsPerCore?: number | undefined;
10489
- /**
10490
- * <p>The valid number of cores that can be configured for the instance type.</p>
10491
- * @public
10492
- */
10493
- ValidCores?: number[] | undefined;
10494
- /**
10495
- * <p>The valid number of threads per core that can be configured for the instance type.</p>
10496
- * @public
10497
- */
10498
- ValidThreadsPerCore?: number[] | undefined;
10499
- }
10500
- /**
10501
- * <p>Describes the instance type.</p>
10502
- * @public
10503
- */
10504
- export interface InstanceTypeInfo {
10505
- /**
10506
- * <p>The instance type. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-types.html">Instance types</a> in the <i>Amazon EC2
10507
- * User Guide</i>.</p>
10508
- * @public
10509
- */
10510
- InstanceType?: _InstanceType | undefined;
10511
- /**
10512
- * <p>Indicates whether the instance type is current generation.</p>
10513
- * @public
10514
- */
10515
- CurrentGeneration?: boolean | undefined;
10516
- /**
10517
- * <p>Indicates whether the instance type is eligible for the free tier.</p>
10518
- * @public
10519
- */
10520
- FreeTierEligible?: boolean | undefined;
10521
- /**
10522
- * <p>Indicates whether the instance type is offered for spot, On-Demand, or Capacity
10523
- * Blocks.</p>
10524
- * @public
10525
- */
10526
- SupportedUsageClasses?: UsageClassType[] | undefined;
10527
- /**
10528
- * <p>The supported root device types.</p>
10529
- * @public
10530
- */
10531
- SupportedRootDeviceTypes?: RootDeviceType[] | undefined;
10532
- /**
10533
- * <p>The supported virtualization types.</p>
10534
- * @public
10535
- */
10536
- SupportedVirtualizationTypes?: VirtualizationType[] | undefined;
10537
- /**
10538
- * <p>Indicates whether the instance is a bare metal instance type.</p>
10539
- * @public
10540
- */
10541
- BareMetal?: boolean | undefined;
10542
- /**
10543
- * <p>The hypervisor for the instance type.</p>
10544
- * @public
10545
- */
10546
- Hypervisor?: InstanceTypeHypervisor | undefined;
10547
- /**
10548
- * <p>Describes the processor.</p>
10549
- * @public
10550
- */
10551
- ProcessorInfo?: ProcessorInfo | undefined;
10552
- /**
10553
- * <p>Describes the vCPU configurations for the instance type.</p>
10554
- * @public
10555
- */
10556
- VCpuInfo?: VCpuInfo | undefined;
10557
- /**
10558
- * <p>Describes the memory for the instance type.</p>
10559
- * @public
10560
- */
10561
- MemoryInfo?: MemoryInfo | undefined;
10562
- /**
10563
- * <p>Indicates whether instance storage is supported.</p>
10564
- * @public
10565
- */
10566
- InstanceStorageSupported?: boolean | undefined;
10567
- /**
10568
- * <p>Describes the instance storage for the instance type.</p>
10569
- * @public
10570
- */
10571
- InstanceStorageInfo?: InstanceStorageInfo | undefined;
10572
- /**
10573
- * <p>Describes the Amazon EBS settings for the instance type.</p>
10574
- * @public
10575
- */
10576
- EbsInfo?: EbsInfo | undefined;
10577
- /**
10578
- * <p>Describes the network settings for the instance type.</p>
10579
- * @public
10580
- */
10581
- NetworkInfo?: NetworkInfo | undefined;
10582
- /**
10583
- * <p>Describes the GPU accelerator settings for the instance type.</p>
10584
- * @public
10585
- */
10586
- GpuInfo?: GpuInfo | undefined;
10587
- /**
10588
- * <p>Describes the FPGA accelerator settings for the instance type.</p>
10589
- * @public
10590
- */
10591
- FpgaInfo?: FpgaInfo | undefined;
10592
- /**
10593
- * <p>Describes the placement group settings for the instance type.</p>
10594
- * @public
10595
- */
10596
- PlacementGroupInfo?: PlacementGroupInfo | undefined;
10597
- /**
10598
- * <p>Describes the Inference accelerator settings for the instance type.</p>
10599
- * @public
10600
- */
10601
- InferenceAcceleratorInfo?: InferenceAcceleratorInfo | undefined;
10602
- /**
10603
- * <p>Indicates whether On-Demand hibernation is supported.</p>
10604
- * @public
10605
- */
10606
- HibernationSupported?: boolean | undefined;
10607
- /**
10608
- * <p>Indicates whether the instance type is a burstable performance T instance type. For more
10609
- * information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/burstable-performance-instances.html">Burstable performance
10610
- * instances</a>.</p>
10611
- * @public
10612
- */
10613
- BurstablePerformanceSupported?: boolean | undefined;
10614
- /**
10615
- * <p>Indicates whether Dedicated Hosts are supported on the instance type.</p>
10616
- * @public
10617
- */
10618
- DedicatedHostsSupported?: boolean | undefined;
10619
- /**
10620
- * <p>Indicates whether Amazon CloudWatch action based recovery is supported.</p>
10621
- * @public
10622
- */
10623
- AutoRecoverySupported?: boolean | undefined;
10624
- /**
10625
- * <p>The supported boot modes. For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ami-boot.html">Boot modes</a> in the <i>Amazon EC2 User
10626
- * Guide</i>.</p>
10627
- * @public
10628
- */
10629
- SupportedBootModes?: BootModeType[] | undefined;
10630
- /**
10631
- * <p>Indicates whether Nitro Enclaves is supported.</p>
10632
- * @public
10633
- */
10634
- NitroEnclavesSupport?: NitroEnclavesSupport | undefined;
10635
- /**
10636
- * <p>Indicates whether NitroTPM is supported.</p>
10637
- * @public
10638
- */
10639
- NitroTpmSupport?: NitroTpmSupport | undefined;
10640
- /**
10641
- * <p>Describes the supported NitroTPM versions for the instance type.</p>
10642
- * @public
10643
- */
10644
- NitroTpmInfo?: NitroTpmInfo | undefined;
10645
- /**
10646
- * <p>Describes the media accelerator settings for the instance type.</p>
10647
- * @public
10648
- */
10649
- MediaAcceleratorInfo?: MediaAcceleratorInfo | undefined;
10650
- /**
10651
- * <p>Describes the Neuron accelerator settings for the instance type.</p>
10652
- * @public
10653
- */
10654
- NeuronInfo?: NeuronInfo | undefined;
10655
- /**
10656
- * <p>Indicates whether a local Precision Time Protocol (PTP) hardware clock (PHC) is
10657
- * supported.</p>
10658
- * @public
10659
- */
10660
- PhcSupport?: PhcSupport | undefined;
10661
- /**
10662
- * <p>Indicates whether reboot migration during a user-initiated reboot is supported for
10663
- * instances that have a scheduled <code>system-reboot</code> event. For more information,
10664
- * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/schedevents_actions_reboot.html#reboot-migration">Enable or disable reboot migration</a> in the
10665
- * <i>Amazon EC2 User Guide</i>.</p>
10666
- * @public
10667
- */
10668
- RebootMigrationSupport?: RebootMigrationSupport | undefined;
10669
- }
10670
- /**
10671
- * @public
10672
- */
10673
- export interface DescribeInstanceTypesResult {
10674
- /**
10675
- * <p>The instance type.</p>
10676
- * @public
10677
- */
10678
- InstanceTypes?: InstanceTypeInfo[] | undefined;
10679
- /**
10680
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there
10681
- * are no more items to return.</p>
10682
- * @public
10683
- */
10684
- NextToken?: string | undefined;
10685
- }
10686
- /**
10687
- * @public
10688
- */
10689
- export interface DescribeInternetGatewaysRequest {
10690
- /**
10691
- * <p>The token returned from a previous paginated request. Pagination continues from the end of the items returned by the previous request.</p>
10692
- * @public
10693
- */
10694
- NextToken?: string | undefined;
10695
- /**
10696
- * <p>The maximum number of items to return for this request.
10697
- * To get the next page of items, make another request with the token returned in the output.
10698
- * For more information, see <a href="https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Query-Requests.html#api-pagination">Pagination</a>.</p>
10699
- * @public
10700
- */
10701
- MaxResults?: number | undefined;
10702
- /**
10703
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10704
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10705
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10706
- * @public
10707
- */
10708
- DryRun?: boolean | undefined;
10709
- /**
10710
- * <p>The IDs of the internet gateways.</p>
10711
- * <p>Default: Describes all your internet gateways.</p>
10712
- * @public
10713
- */
10714
- InternetGatewayIds?: string[] | undefined;
10715
- /**
10716
- * <p>The filters.</p>
10717
- * <ul>
10718
- * <li>
10719
- * <p>
10720
- * <code>attachment.state</code> - The current state of the attachment between the gateway
10721
- * and the VPC (<code>available</code>). Present only if a VPC is attached.</p>
10722
- * </li>
10723
- * <li>
10724
- * <p>
10725
- * <code>attachment.vpc-id</code> - The ID of an attached VPC.</p>
10726
- * </li>
10727
- * <li>
10728
- * <p>
10729
- * <code>internet-gateway-id</code> - The ID of the Internet gateway.</p>
10730
- * </li>
10731
- * <li>
10732
- * <p>
10733
- * <code>owner-id</code> - The ID of the Amazon Web Services account that owns the internet gateway.</p>
10734
- * </li>
10735
- * <li>
10736
- * <p>
10737
- * <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.
10738
- * 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>
10739
- * </li>
10740
- * <li>
10741
- * <p>
10742
- * <code>tag-key</code> - The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value.</p>
10743
- * </li>
10744
- * </ul>
10745
- * @public
10746
- */
10747
- Filters?: Filter[] | undefined;
10748
- }
10749
- /**
10750
- * @public
10751
- */
10752
- export interface DescribeInternetGatewaysResult {
10753
- /**
10754
- * <p>Information about the internet gateways.</p>
10755
- * @public
10756
- */
10757
- InternetGateways?: InternetGateway[] | undefined;
10758
- /**
10759
- * <p>The token to include in another request to get the next page of items. This value is <code>null</code> when there are no more items to return.</p>
10760
- * @public
10761
- */
10762
- NextToken?: string | undefined;
10763
- }
10764
- /**
10765
- * @public
10766
- */
10767
- export interface DescribeIpamByoasnRequest {
10768
- /**
10769
- * <p>Checks whether you have the required permissions for the action, without actually making the request,
10770
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10771
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10772
- * @public
10773
- */
10774
- DryRun?: boolean | undefined;
10775
- /**
10776
- * <p>The maximum number of results to return with a single call.
10777
- * To retrieve the remaining results, make another call with the returned <code>nextToken</code> value.</p>
10778
- * @public
10779
- */
10780
- MaxResults?: number | undefined;
10781
- /**
10782
- * <p>The token for the next page of results.</p>
10783
- * @public
10784
- */
10785
- NextToken?: string | undefined;
10786
- }
10787
- /**
10788
- * @public
10789
- */
10790
- export interface DescribeIpamByoasnResult {
10791
- /**
10792
- * <p>ASN and BYOIP CIDR associations.</p>
10793
- * @public
10794
- */
10795
- Byoasns?: Byoasn[] | undefined;
10796
- /**
10797
- * <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>
10798
- * @public
10799
- */
10800
- NextToken?: string | undefined;
10801
- }
10802
- /**
10803
- * @public
10804
- */
10805
- export interface DescribeIpamExternalResourceVerificationTokensRequest {
10806
- /**
10807
- * <p>A check for whether you have the required permissions for the action without actually making the request
10808
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10809
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10810
- * @public
10811
- */
10812
- DryRun?: boolean | undefined;
10813
- /**
10814
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
10815
- * <p>Available filters:</p>
10816
- * <ul>
10817
- * <li>
10818
- * <p>
10819
- * <code>ipam-arn</code>
10820
- * </p>
10821
- * </li>
10822
- * <li>
10823
- * <p>
10824
- * <code>ipam-external-resource-verification-token-arn</code>
10825
- * </p>
10826
- * </li>
10827
- * <li>
10828
- * <p>
10829
- * <code>ipam-external-resource-verification-token-id</code>
10830
- * </p>
10831
- * </li>
10832
- * <li>
10833
- * <p>
10834
- * <code>ipam-id</code>
10835
- * </p>
10836
- * </li>
10837
- * <li>
10838
- * <p>
10839
- * <code>ipam-region</code>
10840
- * </p>
10841
- * </li>
10842
- * <li>
10843
- * <p>
10844
- * <code>state</code>
10845
- * </p>
10846
- * </li>
10847
- * <li>
10848
- * <p>
10849
- * <code>status</code>
10850
- * </p>
10851
- * </li>
10852
- * <li>
10853
- * <p>
10854
- * <code>token-name</code>
10855
- * </p>
10856
- * </li>
10857
- * <li>
10858
- * <p>
10859
- * <code>token-value</code>
10860
- * </p>
10861
- * </li>
10862
- * </ul>
10863
- * @public
10864
- */
10865
- Filters?: Filter[] | undefined;
10866
- /**
10867
- * <p>The token for the next page of results.</p>
10868
- * @public
10869
- */
10870
- NextToken?: string | undefined;
10871
- /**
10872
- * <p>The maximum number of tokens to return in one page of results.</p>
10873
- * @public
10874
- */
10875
- MaxResults?: number | undefined;
10876
- /**
10877
- * <p>Verification token IDs.</p>
10878
- * @public
10879
- */
10880
- IpamExternalResourceVerificationTokenIds?: string[] | undefined;
10881
- }
10882
- /**
10883
- * @public
10884
- */
10885
- export interface DescribeIpamExternalResourceVerificationTokensResult {
10886
- /**
10887
- * <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>
10888
- * @public
10889
- */
10890
- NextToken?: string | undefined;
10891
- /**
10892
- * <p>Verification tokens.</p>
10893
- * @public
10894
- */
10895
- IpamExternalResourceVerificationTokens?: IpamExternalResourceVerificationToken[] | undefined;
10896
- }
10897
- /**
10898
- * @public
10899
- */
10900
- export interface DescribeIpamPoolsRequest {
10901
- /**
10902
- * <p>A check for whether you have the required permissions for the action without actually making the request
10903
- * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
10904
- * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
10905
- * @public
10906
- */
10907
- DryRun?: boolean | undefined;
10908
- /**
10909
- * <p>One or more filters for the request. For more information about filtering, see <a href="https://docs.aws.amazon.com/cli/latest/userguide/cli-usage-filter.html">Filtering CLI output</a>.</p>
10910
- * @public
10911
- */
10912
- Filters?: Filter[] | undefined;
10913
- /**
10914
- * <p>The maximum number of results to return in the request.</p>
10915
- * @public
10916
- */
10917
- MaxResults?: number | undefined;
10918
- /**
10919
- * <p>The token for the next page of results.</p>
10920
- * @public
10921
- */
10922
- NextToken?: string | undefined;
10923
- /**
10924
- * <p>The IDs of the IPAM pools you would like information on.</p>
10925
- * @public
10926
- */
10927
- IpamPoolIds?: string[] | undefined;
10928
- }
10929
11096
  /**
10930
11097
  * @internal
10931
11098
  */