@aws-sdk/client-ec2 3.701.0 → 3.708.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 (312) hide show
  1. package/README.md +96 -0
  2. package/dist-cjs/index.js +2291 -481
  3. package/dist-es/EC2.js +24 -0
  4. package/dist-es/commands/CancelDeclarativePoliciesReportCommand.js +22 -0
  5. package/dist-es/commands/DescribeDeclarativePoliciesReportsCommand.js +22 -0
  6. package/dist-es/commands/DescribeVpcEndpointAssociationsCommand.js +22 -0
  7. package/dist-es/commands/DisableAllowedImagesSettingsCommand.js +22 -0
  8. package/dist-es/commands/EnableAllowedImagesSettingsCommand.js +22 -0
  9. package/dist-es/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.js +23 -0
  10. package/dist-es/commands/GetAllowedImagesSettingsCommand.js +22 -0
  11. package/dist-es/commands/GetDeclarativePoliciesReportSummaryCommand.js +22 -0
  12. package/dist-es/commands/GetVerifiedAccessEndpointTargetsCommand.js +22 -0
  13. package/dist-es/commands/ModifyInstanceNetworkPerformanceOptionsCommand.js +22 -0
  14. package/dist-es/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  15. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  16. package/dist-es/commands/index.js +12 -0
  17. package/dist-es/models/index.js +1 -0
  18. package/dist-es/models/models_0.js +9 -32
  19. package/dist-es/models/models_1.js +55 -25
  20. package/dist-es/models/models_2.js +42 -19
  21. package/dist-es/models/models_3.js +21 -15
  22. package/dist-es/models/models_4.js +20 -21
  23. package/dist-es/models/models_5.js +29 -3
  24. package/dist-es/models/models_6.js +13 -23
  25. package/dist-es/models/models_7.js +30 -0
  26. package/dist-es/models/models_8.js +1 -0
  27. package/dist-es/protocols/Aws_ec2.js +1662 -123
  28. package/dist-types/EC2.d.ts +89 -0
  29. package/dist-types/EC2Client.d.ts +14 -2
  30. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  32. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  33. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  34. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  35. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  36. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  37. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  38. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  39. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  42. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  43. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  50. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +6 -3
  64. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +10 -4
  65. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -2
  69. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  70. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  74. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  75. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  80. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  98. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  100. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  101. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +26 -5
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -1
  110. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  116. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -2
  117. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  118. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  119. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  120. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  121. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  122. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -1
  123. package/dist-types/commands/DescribeFleetsCommand.d.ts +5 -5
  124. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  125. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  126. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  127. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  128. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  130. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +5 -2
  131. package/dist-types/commands/DescribeInstancesCommand.d.ts +4 -1
  132. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +5 -2
  133. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  134. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  136. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  137. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  139. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  141. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  143. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  144. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  145. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  146. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +21 -2
  149. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  150. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  151. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +101 -0
  152. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  153. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  154. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -1
  155. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  156. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  157. package/dist-types/commands/EnableImageCommand.d.ts +1 -1
  158. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  159. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  160. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  161. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  162. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  163. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  166. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  167. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  168. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  169. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  170. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +5 -2
  171. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  172. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  173. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  174. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  175. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  178. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  180. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  181. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  182. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +75 -0
  183. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  194. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  195. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -3
  199. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +68 -5
  200. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +7 -0
  201. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +19 -0
  202. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  203. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  204. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  206. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  207. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  208. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  209. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  210. package/dist-types/commands/RunInstancesCommand.d.ts +9 -3
  211. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  212. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  213. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -1
  215. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  216. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  217. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  218. package/dist-types/commands/index.d.ts +12 -0
  219. package/dist-types/models/index.d.ts +1 -0
  220. package/dist-types/models/models_0.d.ts +119 -298
  221. package/dist-types/models/models_1.d.ts +392 -279
  222. package/dist-types/models/models_2.d.ts +627 -314
  223. package/dist-types/models/models_3.d.ts +422 -924
  224. package/dist-types/models/models_4.d.ts +7153 -7068
  225. package/dist-types/models/models_5.d.ts +5632 -5095
  226. package/dist-types/models/models_6.d.ts +4278 -4390
  227. package/dist-types/models/models_7.d.ts +1591 -172
  228. package/dist-types/models/models_8.d.ts +168 -0
  229. package/dist-types/protocols/Aws_ec2.d.ts +108 -0
  230. package/dist-types/ts3.4/EC2.d.ts +239 -0
  231. package/dist-types/ts3.4/EC2Client.d.ts +72 -0
  232. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  233. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -4
  235. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  237. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -4
  238. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  241. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  242. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  243. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  246. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -4
  247. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  250. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  251. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  256. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +49 -0
  258. package/dist-types/ts3.4/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  271. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  272. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  273. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  274. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +4 -2
  294. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  295. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  296. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/index.d.ts +12 -0
  301. package/dist-types/ts3.4/models/index.d.ts +1 -0
  302. package/dist-types/ts3.4/models/models_0.d.ts +37 -64
  303. package/dist-types/ts3.4/models/models_1.d.ts +102 -85
  304. package/dist-types/ts3.4/models/models_2.d.ts +171 -94
  305. package/dist-types/ts3.4/models/models_3.d.ts +108 -174
  306. package/dist-types/ts3.4/models/models_4.d.ts +187 -166
  307. package/dist-types/ts3.4/models/models_5.d.ts +215 -142
  308. package/dist-types/ts3.4/models/models_6.d.ts +255 -297
  309. package/dist-types/ts3.4/models/models_7.d.ts +366 -41
  310. package/dist-types/ts3.4/models/models_8.d.ts +40 -0
  311. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +144 -0
  312. package/package.json +1 -1
@@ -1,4 +1,5 @@
1
1
  import {
2
+ ActiveInstance,
2
3
  AllocationState,
3
4
  AllowsMultipleInstanceTypes,
4
5
  AlternatePathHint,
@@ -13,7 +14,6 @@ import {
13
14
  InstanceEventWindow,
14
15
  IpamResourceDiscoveryAssociation,
15
16
  PathComponent,
16
- ReservedInstancesListing,
17
17
  Tag,
18
18
  } from "./models_0";
19
19
  import {
@@ -23,9 +23,20 @@ import {
23
23
  BlockDeviceMapping,
24
24
  CapacityReservationPreference,
25
25
  CapacityReservationTargetResponse,
26
+ DefaultTargetCapacityType,
27
+ DestinationFileFormat,
26
28
  Ec2InstanceConnectEndpoint,
29
+ FleetCapacityReservationUsageStrategy,
30
+ FleetExcessCapacityTerminationPolicy,
31
+ FleetLaunchTemplateOverrides,
32
+ FleetLaunchTemplateSpecification,
33
+ FleetOnDemandAllocationStrategy,
34
+ FleetReplacementStrategy,
35
+ FleetType,
27
36
  HostnameType,
37
+ InstanceBandwidthWeighting,
28
38
  InstanceIpv6Address,
39
+ InstanceLifecycle,
29
40
  InternetGateway,
30
41
  Ipam,
31
42
  IpamExternalResourceVerificationToken,
@@ -34,19 +45,24 @@ import {
34
45
  IpamScope,
35
46
  KeyType,
36
47
  LaunchTemplate,
48
+ LaunchTemplateAndOverridesResponse,
37
49
  LaunchTemplateVersion,
38
50
  LocalGatewayRouteTable,
39
51
  LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
40
52
  LocalGatewayRouteTableVpcAssociation,
41
- ManagedPrefixList,
53
+ LogDestinationType,
42
54
  OperatorResponse,
43
55
  Placement,
44
56
  PlatformValues,
57
+ SpotAllocationStrategy,
58
+ SpotInstanceInterruptionBehavior,
45
59
  StateReason,
46
- Tenancy,
60
+ TargetCapacityUnitType,
61
+ TrafficType,
47
62
  } from "./models_1";
48
63
  import {
49
64
  GroupIdentifier,
65
+ ManagedPrefixList,
50
66
  NatGateway,
51
67
  NetworkAcl,
52
68
  NetworkInsightsAccessScope,
@@ -57,15 +73,167 @@ import {
57
73
  NetworkInterfaceStatus,
58
74
  PlacementGroup,
59
75
  ReplaceRootVolumeTask,
60
- RouteTable,
61
76
  } from "./models_2";
62
77
  import {
63
78
  Byoasn,
64
79
  Filter,
80
+ FleetStateCode,
65
81
  IdFormat,
66
82
  InstanceTagNotificationAttribute,
67
- PermissionGroup,
68
83
  } from "./models_3";
84
+ export interface DescribeFleetInstancesResult {
85
+ ActiveInstances?: ActiveInstance[] | undefined;
86
+ NextToken?: string | undefined;
87
+ FleetId?: string | undefined;
88
+ }
89
+ export interface DescribeFleetsRequest {
90
+ DryRun?: boolean | undefined;
91
+ MaxResults?: number | undefined;
92
+ NextToken?: string | undefined;
93
+ FleetIds?: string[] | undefined;
94
+ Filters?: Filter[] | undefined;
95
+ }
96
+ export declare const FleetActivityStatus: {
97
+ readonly ERROR: "error";
98
+ readonly FULFILLED: "fulfilled";
99
+ readonly PENDING_FULFILLMENT: "pending_fulfillment";
100
+ readonly PENDING_TERMINATION: "pending_termination";
101
+ };
102
+ export type FleetActivityStatus =
103
+ (typeof FleetActivityStatus)[keyof typeof FleetActivityStatus];
104
+ export interface DescribeFleetError {
105
+ LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
106
+ Lifecycle?: InstanceLifecycle | undefined;
107
+ ErrorCode?: string | undefined;
108
+ ErrorMessage?: string | undefined;
109
+ }
110
+ export interface DescribeFleetsInstances {
111
+ LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse | undefined;
112
+ Lifecycle?: InstanceLifecycle | undefined;
113
+ InstanceIds?: string[] | undefined;
114
+ InstanceType?: _InstanceType | undefined;
115
+ Platform?: PlatformValues | undefined;
116
+ }
117
+ export interface FleetLaunchTemplateConfig {
118
+ LaunchTemplateSpecification?: FleetLaunchTemplateSpecification | undefined;
119
+ Overrides?: FleetLaunchTemplateOverrides[] | undefined;
120
+ }
121
+ export interface CapacityReservationOptions {
122
+ UsageStrategy?: FleetCapacityReservationUsageStrategy | undefined;
123
+ }
124
+ export interface OnDemandOptions {
125
+ AllocationStrategy?: FleetOnDemandAllocationStrategy | undefined;
126
+ CapacityReservationOptions?: CapacityReservationOptions | undefined;
127
+ SingleInstanceType?: boolean | undefined;
128
+ SingleAvailabilityZone?: boolean | undefined;
129
+ MinTargetCapacity?: number | undefined;
130
+ MaxTotalPrice?: string | undefined;
131
+ }
132
+ export interface FleetSpotCapacityRebalance {
133
+ ReplacementStrategy?: FleetReplacementStrategy | undefined;
134
+ TerminationDelay?: number | undefined;
135
+ }
136
+ export interface FleetSpotMaintenanceStrategies {
137
+ CapacityRebalance?: FleetSpotCapacityRebalance | undefined;
138
+ }
139
+ export interface SpotOptions {
140
+ AllocationStrategy?: SpotAllocationStrategy | undefined;
141
+ MaintenanceStrategies?: FleetSpotMaintenanceStrategies | undefined;
142
+ InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | undefined;
143
+ InstancePoolsToUseCount?: number | undefined;
144
+ SingleInstanceType?: boolean | undefined;
145
+ SingleAvailabilityZone?: boolean | undefined;
146
+ MinTargetCapacity?: number | undefined;
147
+ MaxTotalPrice?: string | undefined;
148
+ }
149
+ export interface TargetCapacitySpecification {
150
+ TotalTargetCapacity?: number | undefined;
151
+ OnDemandTargetCapacity?: number | undefined;
152
+ SpotTargetCapacity?: number | undefined;
153
+ DefaultTargetCapacityType?: DefaultTargetCapacityType | undefined;
154
+ TargetCapacityUnitType?: TargetCapacityUnitType | undefined;
155
+ }
156
+ export interface FleetData {
157
+ ActivityStatus?: FleetActivityStatus | undefined;
158
+ CreateTime?: Date | undefined;
159
+ FleetId?: string | undefined;
160
+ FleetState?: FleetStateCode | undefined;
161
+ ClientToken?: string | undefined;
162
+ ExcessCapacityTerminationPolicy?:
163
+ | FleetExcessCapacityTerminationPolicy
164
+ | undefined;
165
+ FulfilledCapacity?: number | undefined;
166
+ FulfilledOnDemandCapacity?: number | undefined;
167
+ LaunchTemplateConfigs?: FleetLaunchTemplateConfig[] | undefined;
168
+ TargetCapacitySpecification?: TargetCapacitySpecification | undefined;
169
+ TerminateInstancesWithExpiration?: boolean | undefined;
170
+ Type?: FleetType | undefined;
171
+ ValidFrom?: Date | undefined;
172
+ ValidUntil?: Date | undefined;
173
+ ReplaceUnhealthyInstances?: boolean | undefined;
174
+ SpotOptions?: SpotOptions | undefined;
175
+ OnDemandOptions?: OnDemandOptions | undefined;
176
+ Tags?: Tag[] | undefined;
177
+ Errors?: DescribeFleetError[] | undefined;
178
+ Instances?: DescribeFleetsInstances[] | undefined;
179
+ Context?: string | undefined;
180
+ }
181
+ export interface DescribeFleetsResult {
182
+ NextToken?: string | undefined;
183
+ Fleets?: FleetData[] | undefined;
184
+ }
185
+ export interface DescribeFlowLogsRequest {
186
+ DryRun?: boolean | undefined;
187
+ Filter?: Filter[] | undefined;
188
+ FlowLogIds?: string[] | undefined;
189
+ MaxResults?: number | undefined;
190
+ NextToken?: string | undefined;
191
+ }
192
+ export interface DestinationOptionsResponse {
193
+ FileFormat?: DestinationFileFormat | undefined;
194
+ HiveCompatiblePartitions?: boolean | undefined;
195
+ PerHourPartition?: boolean | undefined;
196
+ }
197
+ export interface FlowLog {
198
+ CreationTime?: Date | undefined;
199
+ DeliverLogsErrorMessage?: string | undefined;
200
+ DeliverLogsPermissionArn?: string | undefined;
201
+ DeliverCrossAccountRole?: string | undefined;
202
+ DeliverLogsStatus?: string | undefined;
203
+ FlowLogId?: string | undefined;
204
+ FlowLogStatus?: string | undefined;
205
+ LogGroupName?: string | undefined;
206
+ ResourceId?: string | undefined;
207
+ TrafficType?: TrafficType | undefined;
208
+ LogDestinationType?: LogDestinationType | undefined;
209
+ LogDestination?: string | undefined;
210
+ LogFormat?: string | undefined;
211
+ Tags?: Tag[] | undefined;
212
+ MaxAggregationInterval?: number | undefined;
213
+ DestinationOptions?: DestinationOptionsResponse | undefined;
214
+ }
215
+ export interface DescribeFlowLogsResult {
216
+ FlowLogs?: FlowLog[] | undefined;
217
+ NextToken?: string | undefined;
218
+ }
219
+ export declare const FpgaImageAttributeName: {
220
+ readonly description: "description";
221
+ readonly loadPermission: "loadPermission";
222
+ readonly name: "name";
223
+ readonly productCodes: "productCodes";
224
+ };
225
+ export type FpgaImageAttributeName =
226
+ (typeof FpgaImageAttributeName)[keyof typeof FpgaImageAttributeName];
227
+ export interface DescribeFpgaImageAttributeRequest {
228
+ DryRun?: boolean | undefined;
229
+ FpgaImageId: string | undefined;
230
+ Attribute: FpgaImageAttributeName | undefined;
231
+ }
232
+ export declare const PermissionGroup: {
233
+ readonly all: "all";
234
+ };
235
+ export type PermissionGroup =
236
+ (typeof PermissionGroup)[keyof typeof PermissionGroup];
69
237
  export interface LoadPermission {
70
238
  UserId?: string | undefined;
71
239
  Group?: PermissionGroup | undefined;
@@ -413,6 +581,7 @@ export interface Image {
413
581
  SourceInstanceId?: string | undefined;
414
582
  DeregistrationProtection?: string | undefined;
415
583
  LastLaunchedTime?: string | undefined;
584
+ ImageAllowed?: boolean | undefined;
416
585
  SourceImageId?: string | undefined;
417
586
  SourceImageRegion?: string | undefined;
418
587
  ImageId?: string | undefined;
@@ -632,6 +801,7 @@ export interface ImageMetadata {
632
801
  ImageOwnerAlias?: string | undefined;
633
802
  CreationDate?: string | undefined;
634
803
  DeprecationTime?: string | undefined;
804
+ ImageAllowed?: boolean | undefined;
635
805
  IsPublic?: boolean | undefined;
636
806
  }
637
807
  export declare const InstanceStateName: {
@@ -833,6 +1003,9 @@ export interface InstanceNetworkInterface {
833
1003
  | undefined;
834
1004
  Operator?: OperatorResponse | undefined;
835
1005
  }
1006
+ export interface InstanceNetworkPerformanceOptions {
1007
+ BandwidthWeighting?: InstanceBandwidthWeighting | undefined;
1008
+ }
836
1009
  export interface PrivateDnsNameOptionsResponse {
837
1010
  HostnameType?: HostnameType | undefined;
838
1011
  EnableResourceNameDnsARecord?: boolean | undefined;
@@ -880,6 +1053,7 @@ export interface Instance {
880
1053
  TpmSupport?: string | undefined;
881
1054
  MaintenanceOptions?: InstanceMaintenanceOptions | undefined;
882
1055
  CurrentInstanceBootMode?: InstanceBootModeValues | undefined;
1056
+ NetworkPerformanceOptions?: InstanceNetworkPerformanceOptions | undefined;
883
1057
  Operator?: OperatorResponse | undefined;
884
1058
  InstanceId?: string | undefined;
885
1059
  ImageId?: string | undefined;
@@ -1163,6 +1337,13 @@ export interface MediaAcceleratorInfo {
1163
1337
  export interface MemoryInfo {
1164
1338
  SizeInMiB?: number | undefined;
1165
1339
  }
1340
+ export declare const BandwidthWeightingType: {
1341
+ readonly DEFAULT: "default";
1342
+ readonly EBS_1: "ebs-1";
1343
+ readonly VPC_1: "vpc-1";
1344
+ };
1345
+ export type BandwidthWeightingType =
1346
+ (typeof BandwidthWeightingType)[keyof typeof BandwidthWeightingType];
1166
1347
  export interface EfaInfo {
1167
1348
  MaximumEfaInterfaces?: number | undefined;
1168
1349
  }
@@ -1193,6 +1374,7 @@ export interface NetworkInfo {
1193
1374
  EfaInfo?: EfaInfo | undefined;
1194
1375
  EncryptionInTransitSupported?: boolean | undefined;
1195
1376
  EnaSrdSupported?: boolean | undefined;
1377
+ BandwidthWeightings?: BandwidthWeightingType[] | undefined;
1196
1378
  }
1197
1379
  export interface NeuronDeviceCoreInfo {
1198
1380
  Count?: number | undefined;
@@ -1925,167 +2107,6 @@ export interface DescribeReservedInstancesRequest {
1925
2107
  Filters?: Filter[] | undefined;
1926
2108
  OfferingType?: OfferingTypeValues | undefined;
1927
2109
  }
1928
- export declare const RIProductDescription: {
1929
- readonly Linux_UNIX: "Linux/UNIX";
1930
- readonly Linux_UNIX_Amazon_VPC_: "Linux/UNIX (Amazon VPC)";
1931
- readonly Windows: "Windows";
1932
- readonly Windows_Amazon_VPC_: "Windows (Amazon VPC)";
1933
- };
1934
- export type RIProductDescription =
1935
- (typeof RIProductDescription)[keyof typeof RIProductDescription];
1936
- export declare const RecurringChargeFrequency: {
1937
- readonly Hourly: "Hourly";
1938
- };
1939
- export type RecurringChargeFrequency =
1940
- (typeof RecurringChargeFrequency)[keyof typeof RecurringChargeFrequency];
1941
- export interface RecurringCharge {
1942
- Amount?: number | undefined;
1943
- Frequency?: RecurringChargeFrequency | undefined;
1944
- }
1945
- export declare const Scope: {
1946
- readonly AVAILABILITY_ZONE: "Availability Zone";
1947
- readonly REGIONAL: "Region";
1948
- };
1949
- export type Scope = (typeof Scope)[keyof typeof Scope];
1950
- export declare const ReservedInstanceState: {
1951
- readonly active: "active";
1952
- readonly payment_failed: "payment-failed";
1953
- readonly payment_pending: "payment-pending";
1954
- readonly queued: "queued";
1955
- readonly queued_deleted: "queued-deleted";
1956
- readonly retired: "retired";
1957
- };
1958
- export type ReservedInstanceState =
1959
- (typeof ReservedInstanceState)[keyof typeof ReservedInstanceState];
1960
- export interface ReservedInstances {
1961
- CurrencyCode?: CurrencyCodeValues | undefined;
1962
- InstanceTenancy?: Tenancy | undefined;
1963
- OfferingClass?: OfferingClassType | undefined;
1964
- OfferingType?: OfferingTypeValues | undefined;
1965
- RecurringCharges?: RecurringCharge[] | undefined;
1966
- Scope?: Scope | undefined;
1967
- Tags?: Tag[] | undefined;
1968
- ReservedInstancesId?: string | undefined;
1969
- InstanceType?: _InstanceType | undefined;
1970
- AvailabilityZone?: string | undefined;
1971
- Start?: Date | undefined;
1972
- End?: Date | undefined;
1973
- Duration?: number | undefined;
1974
- UsagePrice?: number | undefined;
1975
- FixedPrice?: number | undefined;
1976
- InstanceCount?: number | undefined;
1977
- ProductDescription?: RIProductDescription | undefined;
1978
- State?: ReservedInstanceState | undefined;
1979
- }
1980
- export interface DescribeReservedInstancesResult {
1981
- ReservedInstances?: ReservedInstances[] | undefined;
1982
- }
1983
- export interface DescribeReservedInstancesListingsRequest {
1984
- ReservedInstancesId?: string | undefined;
1985
- ReservedInstancesListingId?: string | undefined;
1986
- Filters?: Filter[] | undefined;
1987
- }
1988
- export interface DescribeReservedInstancesListingsResult {
1989
- ReservedInstancesListings?: ReservedInstancesListing[] | undefined;
1990
- }
1991
- export interface DescribeReservedInstancesModificationsRequest {
1992
- ReservedInstancesModificationIds?: string[] | undefined;
1993
- NextToken?: string | undefined;
1994
- Filters?: Filter[] | undefined;
1995
- }
1996
- export interface ReservedInstancesConfiguration {
1997
- AvailabilityZone?: string | undefined;
1998
- InstanceCount?: number | undefined;
1999
- InstanceType?: _InstanceType | undefined;
2000
- Platform?: string | undefined;
2001
- Scope?: Scope | undefined;
2002
- }
2003
- export interface ReservedInstancesModificationResult {
2004
- ReservedInstancesId?: string | undefined;
2005
- TargetConfiguration?: ReservedInstancesConfiguration | undefined;
2006
- }
2007
- export interface ReservedInstancesId {
2008
- ReservedInstancesId?: string | undefined;
2009
- }
2010
- export interface ReservedInstancesModification {
2011
- ClientToken?: string | undefined;
2012
- CreateDate?: Date | undefined;
2013
- EffectiveDate?: Date | undefined;
2014
- ModificationResults?: ReservedInstancesModificationResult[] | undefined;
2015
- ReservedInstancesIds?: ReservedInstancesId[] | undefined;
2016
- ReservedInstancesModificationId?: string | undefined;
2017
- Status?: string | undefined;
2018
- StatusMessage?: string | undefined;
2019
- UpdateDate?: Date | undefined;
2020
- }
2021
- export interface DescribeReservedInstancesModificationsResult {
2022
- NextToken?: string | undefined;
2023
- ReservedInstancesModifications?: ReservedInstancesModification[] | undefined;
2024
- }
2025
- export interface DescribeReservedInstancesOfferingsRequest {
2026
- AvailabilityZone?: string | undefined;
2027
- IncludeMarketplace?: boolean | undefined;
2028
- InstanceType?: _InstanceType | undefined;
2029
- MaxDuration?: number | undefined;
2030
- MaxInstanceCount?: number | undefined;
2031
- MinDuration?: number | undefined;
2032
- OfferingClass?: OfferingClassType | undefined;
2033
- ProductDescription?: RIProductDescription | undefined;
2034
- ReservedInstancesOfferingIds?: string[] | undefined;
2035
- DryRun?: boolean | undefined;
2036
- Filters?: Filter[] | undefined;
2037
- InstanceTenancy?: Tenancy | undefined;
2038
- OfferingType?: OfferingTypeValues | undefined;
2039
- NextToken?: string | undefined;
2040
- MaxResults?: number | undefined;
2041
- }
2042
- export interface PricingDetail {
2043
- Count?: number | undefined;
2044
- Price?: number | undefined;
2045
- }
2046
- export interface ReservedInstancesOffering {
2047
- CurrencyCode?: CurrencyCodeValues | undefined;
2048
- InstanceTenancy?: Tenancy | undefined;
2049
- Marketplace?: boolean | undefined;
2050
- OfferingClass?: OfferingClassType | undefined;
2051
- OfferingType?: OfferingTypeValues | undefined;
2052
- PricingDetails?: PricingDetail[] | undefined;
2053
- RecurringCharges?: RecurringCharge[] | undefined;
2054
- Scope?: Scope | undefined;
2055
- ReservedInstancesOfferingId?: string | undefined;
2056
- InstanceType?: _InstanceType | undefined;
2057
- AvailabilityZone?: string | undefined;
2058
- Duration?: number | undefined;
2059
- UsagePrice?: number | undefined;
2060
- FixedPrice?: number | undefined;
2061
- ProductDescription?: RIProductDescription | undefined;
2062
- }
2063
- export interface DescribeReservedInstancesOfferingsResult {
2064
- NextToken?: string | undefined;
2065
- ReservedInstancesOfferings?: ReservedInstancesOffering[] | undefined;
2066
- }
2067
- export interface DescribeRouteTablesRequest {
2068
- NextToken?: string | undefined;
2069
- MaxResults?: number | undefined;
2070
- DryRun?: boolean | undefined;
2071
- RouteTableIds?: string[] | undefined;
2072
- Filters?: Filter[] | undefined;
2073
- }
2074
- export interface DescribeRouteTablesResult {
2075
- RouteTables?: RouteTable[] | undefined;
2076
- NextToken?: string | undefined;
2077
- }
2078
- export interface SlotDateTimeRangeRequest {
2079
- EarliestTime: Date | undefined;
2080
- LatestTime: Date | undefined;
2081
- }
2082
- export interface ScheduledInstanceRecurrenceRequest {
2083
- Frequency?: string | undefined;
2084
- Interval?: number | undefined;
2085
- OccurrenceDays?: number[] | undefined;
2086
- OccurrenceRelativeToEnd?: boolean | undefined;
2087
- OccurrenceUnit?: string | undefined;
2088
- }
2089
2110
  export declare const SnapshotDetailFilterSensitiveLog: (
2090
2111
  obj: SnapshotDetail
2091
2112
  ) => any;