@aws-sdk/client-ec2 3.699.0 → 3.703.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 (303) hide show
  1. package/README.md +88 -0
  2. package/dist-cjs/index.js +2214 -445
  3. package/dist-es/EC2.js +22 -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/ReplaceImageCriteriaInAllowedImagesSettingsCommand.js +22 -0
  14. package/dist-es/commands/StartDeclarativePoliciesReportCommand.js +22 -0
  15. package/dist-es/commands/index.js +11 -0
  16. package/dist-es/models/index.js +1 -0
  17. package/dist-es/models/models_0.js +9 -32
  18. package/dist-es/models/models_1.js +50 -11
  19. package/dist-es/models/models_2.js +32 -19
  20. package/dist-es/models/models_3.js +21 -13
  21. package/dist-es/models/models_4.js +13 -0
  22. package/dist-es/models/models_5.js +8 -3
  23. package/dist-es/models/models_6.js +13 -8
  24. package/dist-es/models/models_7.js +15 -0
  25. package/dist-es/models/models_8.js +1 -0
  26. package/dist-es/protocols/Aws_ec2.js +1655 -132
  27. package/dist-types/EC2.d.ts +82 -0
  28. package/dist-types/EC2Client.d.ts +13 -2
  29. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  30. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  31. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  32. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  33. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  34. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  35. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  36. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +77 -0
  37. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  38. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -1
  39. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -3
  41. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +3 -3
  42. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFleetCommand.d.ts +5 -5
  49. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  54. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  55. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  63. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  64. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +3 -2
  68. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -3
  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/CreateRouteTableCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateSnapshotCommand.d.ts +4 -1
  80. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  81. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  92. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +82 -10
  97. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +8 -1
  99. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +20 -1
  100. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateVpcCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +28 -5
  104. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  105. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +11 -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/DeleteCoipPoolCommand.d.ts +1 -1
  110. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  111. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  112. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  113. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -1
  114. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -1
  115. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +39 -3
  117. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +6 -0
  118. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +9 -0
  119. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  120. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +102 -0
  121. package/dist-types/commands/DescribeFleetsCommand.d.ts +6 -5
  122. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -1
  123. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeImagesCommand.d.ts +6 -0
  125. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +4 -2
  126. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -1
  127. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -2
  128. package/dist-types/commands/DescribeInstancesCommand.d.ts +1 -1
  129. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  130. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +3 -2
  131. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -2
  133. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +3 -3
  134. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -2
  136. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +3 -0
  137. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +4 -4
  138. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -2
  140. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +39 -3
  142. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +6 -0
  143. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +9 -0
  144. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +2 -0
  145. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +112 -0
  146. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  147. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -1
  148. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +7 -0
  149. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +4 -0
  150. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +22 -2
  151. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +15 -0
  152. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +82 -0
  153. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +100 -0
  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/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  165. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  166. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +99 -0
  167. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +88 -0
  168. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +102 -0
  169. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  170. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +2 -0
  171. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  172. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  173. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  174. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +81 -0
  175. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  176. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  177. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  178. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  179. package/dist-types/commands/ModifyFleetCommand.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/ModifyInstancePlacementCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  186. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  187. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -1
  188. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -2
  194. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -2
  198. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  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/ModifyVpcEndpointServiceConfigurationCommand.d.ts +3 -4
  204. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  205. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  206. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  207. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  208. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +86 -0
  209. package/dist-types/commands/RequestSpotFleetCommand.d.ts +4 -4
  210. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +3 -3
  211. package/dist-types/commands/RunInstancesCommand.d.ts +3 -3
  212. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +129 -0
  213. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  214. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  215. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  216. package/dist-types/commands/index.d.ts +11 -0
  217. package/dist-types/models/index.d.ts +1 -0
  218. package/dist-types/models/models_0.d.ts +129 -298
  219. package/dist-types/models/models_1.d.ts +339 -202
  220. package/dist-types/models/models_2.d.ts +637 -289
  221. package/dist-types/models/models_3.d.ts +417 -861
  222. package/dist-types/models/models_4.d.ts +7130 -7145
  223. package/dist-types/models/models_5.d.ts +5633 -4991
  224. package/dist-types/models/models_6.d.ts +4335 -4505
  225. package/dist-types/models/models_7.d.ts +1540 -24
  226. package/dist-types/models/models_8.d.ts +11 -0
  227. package/dist-types/protocols/Aws_ec2.d.ts +99 -0
  228. package/dist-types/ts3.4/EC2.d.ts +216 -0
  229. package/dist-types/ts3.4/EC2Client.d.ts +66 -0
  230. package/dist-types/ts3.4/commands/CancelDeclarativePoliciesReportCommand.d.ts +51 -0
  231. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +4 -2
  232. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -4
  233. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +4 -2
  234. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +1 -1
  235. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +1 -1
  236. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +1 -1
  237. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +1 -1
  239. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +1 -1
  240. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +4 -2
  241. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -4
  243. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +4 -2
  245. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -4
  246. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +4 -2
  251. package/dist-types/ts3.4/commands/DescribeVpcEndpointAssociationsCommand.d.ts +51 -0
  252. package/dist-types/ts3.4/commands/DisableAllowedImagesSettingsCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/EnableAllowedImagesSettingsCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/EnableImageCommand.d.ts +1 -1
  258. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -1
  259. package/dist-types/ts3.4/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -1
  260. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  261. package/dist-types/ts3.4/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +51 -0
  266. package/dist-types/ts3.4/commands/GetAllowedImagesSettingsCommand.d.ts +51 -0
  267. package/dist-types/ts3.4/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +51 -0
  269. package/dist-types/ts3.4/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +1 -1
  287. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +51 -0
  289. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -4
  291. package/dist-types/ts3.4/commands/index.d.ts +11 -0
  292. package/dist-types/ts3.4/models/index.d.ts +1 -0
  293. package/dist-types/ts3.4/models/models_0.d.ts +38 -64
  294. package/dist-types/ts3.4/models/models_1.d.ts +83 -54
  295. package/dist-types/ts3.4/models/models_2.d.ts +158 -89
  296. package/dist-types/ts3.4/models/models_3.d.ts +103 -163
  297. package/dist-types/ts3.4/models/models_4.d.ts +164 -153
  298. package/dist-types/ts3.4/models/models_5.d.ts +211 -135
  299. package/dist-types/ts3.4/models/models_6.d.ts +245 -282
  300. package/dist-types/ts3.4/models/models_7.d.ts +341 -6
  301. package/dist-types/ts3.4/models/models_8.d.ts +4 -0
  302. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +132 -0
  303. package/package.json +1 -1
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ ReplaceImageCriteriaInAllowedImagesSettingsRequest,
10
+ ReplaceImageCriteriaInAllowedImagesSettingsResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsCommandInput
15
+ extends ReplaceImageCriteriaInAllowedImagesSettingsRequest {}
16
+ export interface ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput
17
+ extends ReplaceImageCriteriaInAllowedImagesSettingsResult,
18
+ __MetadataBearer {}
19
+ declare const ReplaceImageCriteriaInAllowedImagesSettingsCommand_base: {
20
+ new (
21
+ input: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
24
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ ...[input]: [] | [ReplaceImageCriteriaInAllowedImagesSettingsCommandInput]
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandInput,
33
+ ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class ReplaceImageCriteriaInAllowedImagesSettingsCommand extends ReplaceImageCriteriaInAllowedImagesSettingsCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: ReplaceImageCriteriaInAllowedImagesSettingsRequest;
44
+ output: ReplaceImageCriteriaInAllowedImagesSettingsResult;
45
+ };
46
+ sdk: {
47
+ input: ReplaceImageCriteriaInAllowedImagesSettingsCommandInput;
48
+ output: ReplaceImageCriteriaInAllowedImagesSettingsCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ EC2ClientResolvedConfig,
5
+ ServiceInputTypes,
6
+ ServiceOutputTypes,
7
+ } from "../EC2Client";
8
+ import {
9
+ StartDeclarativePoliciesReportRequest,
10
+ StartDeclarativePoliciesReportResult,
11
+ } from "../models/models_7";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StartDeclarativePoliciesReportCommandInput
15
+ extends StartDeclarativePoliciesReportRequest {}
16
+ export interface StartDeclarativePoliciesReportCommandOutput
17
+ extends StartDeclarativePoliciesReportResult,
18
+ __MetadataBearer {}
19
+ declare const StartDeclarativePoliciesReportCommand_base: {
20
+ new (
21
+ input: StartDeclarativePoliciesReportCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ StartDeclarativePoliciesReportCommandInput,
24
+ StartDeclarativePoliciesReportCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ __0_0: StartDeclarativePoliciesReportCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ StartDeclarativePoliciesReportCommandInput,
33
+ StartDeclarativePoliciesReportCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class StartDeclarativePoliciesReportCommand extends StartDeclarativePoliciesReportCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StartDeclarativePoliciesReportRequest;
44
+ output: StartDeclarativePoliciesReportResult;
45
+ };
46
+ sdk: {
47
+ input: StartDeclarativePoliciesReportCommandInput;
48
+ output: StartDeclarativePoliciesReportCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- WithdrawByoipCidrRequest,
10
- WithdrawByoipCidrResult,
11
- } from "../models/models_7";
8
+ import { WithdrawByoipCidrRequest } from "../models/models_7";
9
+ import { WithdrawByoipCidrResult } from "../models/models_8";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface WithdrawByoipCidrCommandInput
@@ -46,6 +46,7 @@ export * from "./CancelBundleTaskCommand";
46
46
  export * from "./CancelCapacityReservationCommand";
47
47
  export * from "./CancelCapacityReservationFleetsCommand";
48
48
  export * from "./CancelConversionTaskCommand";
49
+ export * from "./CancelDeclarativePoliciesReportCommand";
49
50
  export * from "./CancelExportTaskCommand";
50
51
  export * from "./CancelImageLaunchPermissionCommand";
51
52
  export * from "./CancelImportTaskCommand";
@@ -250,6 +251,7 @@ export * from "./DescribeClientVpnTargetNetworksCommand";
250
251
  export * from "./DescribeCoipPoolsCommand";
251
252
  export * from "./DescribeConversionTasksCommand";
252
253
  export * from "./DescribeCustomerGatewaysCommand";
254
+ export * from "./DescribeDeclarativePoliciesReportsCommand";
253
255
  export * from "./DescribeDhcpOptionsCommand";
254
256
  export * from "./DescribeEgressOnlyInternetGatewaysCommand";
255
257
  export * from "./DescribeElasticGpusCommand";
@@ -374,6 +376,7 @@ export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
374
376
  export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
375
377
  export * from "./DescribeVpcClassicLinkCommand";
376
378
  export * from "./DescribeVpcClassicLinkDnsSupportCommand";
379
+ export * from "./DescribeVpcEndpointAssociationsCommand";
377
380
  export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
378
381
  export * from "./DescribeVpcEndpointConnectionsCommand";
379
382
  export * from "./DescribeVpcEndpointServiceConfigurationsCommand";
@@ -391,6 +394,7 @@ export * from "./DetachVerifiedAccessTrustProviderCommand";
391
394
  export * from "./DetachVolumeCommand";
392
395
  export * from "./DetachVpnGatewayCommand";
393
396
  export * from "./DisableAddressTransferCommand";
397
+ export * from "./DisableAllowedImagesSettingsCommand";
394
398
  export * from "./DisableAwsNetworkPerformanceMetricSubscriptionCommand";
395
399
  export * from "./DisableEbsEncryptionByDefaultCommand";
396
400
  export * from "./DisableFastLaunchCommand";
@@ -424,6 +428,7 @@ export * from "./DisassociateTransitGatewayRouteTableCommand";
424
428
  export * from "./DisassociateTrunkInterfaceCommand";
425
429
  export * from "./DisassociateVpcCidrBlockCommand";
426
430
  export * from "./EnableAddressTransferCommand";
431
+ export * from "./EnableAllowedImagesSettingsCommand";
427
432
  export * from "./EnableAwsNetworkPerformanceMetricSubscriptionCommand";
428
433
  export * from "./EnableEbsEncryptionByDefaultCommand";
429
434
  export * from "./EnableFastLaunchCommand";
@@ -445,6 +450,8 @@ export * from "./ExportClientVpnClientCertificateRevocationListCommand";
445
450
  export * from "./ExportClientVpnClientConfigurationCommand";
446
451
  export * from "./ExportImageCommand";
447
452
  export * from "./ExportTransitGatewayRoutesCommand";
453
+ export * from "./ExportVerifiedAccessInstanceClientConfigurationCommand";
454
+ export * from "./GetAllowedImagesSettingsCommand";
448
455
  export * from "./GetAssociatedEnclaveCertificateIamRolesCommand";
449
456
  export * from "./GetAssociatedIpv6PoolCidrsCommand";
450
457
  export * from "./GetAwsNetworkPerformanceDataCommand";
@@ -452,6 +459,7 @@ export * from "./GetCapacityReservationUsageCommand";
452
459
  export * from "./GetCoipPoolUsageCommand";
453
460
  export * from "./GetConsoleOutputCommand";
454
461
  export * from "./GetConsoleScreenshotCommand";
462
+ export * from "./GetDeclarativePoliciesReportSummaryCommand";
455
463
  export * from "./GetDefaultCreditSpecificationCommand";
456
464
  export * from "./GetEbsDefaultKmsKeyIdCommand";
457
465
  export * from "./GetEbsEncryptionByDefaultCommand";
@@ -490,6 +498,7 @@ export * from "./GetTransitGatewayPrefixListReferencesCommand";
490
498
  export * from "./GetTransitGatewayRouteTableAssociationsCommand";
491
499
  export * from "./GetTransitGatewayRouteTablePropagationsCommand";
492
500
  export * from "./GetVerifiedAccessEndpointPolicyCommand";
501
+ export * from "./GetVerifiedAccessEndpointTargetsCommand";
493
502
  export * from "./GetVerifiedAccessGroupPolicyCommand";
494
503
  export * from "./GetVpnConnectionDeviceSampleConfigurationCommand";
495
504
  export * from "./GetVpnConnectionDeviceTypesCommand";
@@ -599,6 +608,7 @@ export * from "./ReleaseAddressCommand";
599
608
  export * from "./ReleaseHostsCommand";
600
609
  export * from "./ReleaseIpamPoolAllocationCommand";
601
610
  export * from "./ReplaceIamInstanceProfileAssociationCommand";
611
+ export * from "./ReplaceImageCriteriaInAllowedImagesSettingsCommand";
602
612
  export * from "./ReplaceNetworkAclAssociationCommand";
603
613
  export * from "./ReplaceNetworkAclEntryCommand";
604
614
  export * from "./ReplaceRouteCommand";
@@ -629,6 +639,7 @@ export * from "./SearchLocalGatewayRoutesCommand";
629
639
  export * from "./SearchTransitGatewayMulticastGroupsCommand";
630
640
  export * from "./SearchTransitGatewayRoutesCommand";
631
641
  export * from "./SendDiagnosticInterruptCommand";
642
+ export * from "./StartDeclarativePoliciesReportCommand";
632
643
  export * from "./StartInstancesCommand";
633
644
  export * from "./StartNetworkInsightsAccessScopeAnalysisCommand";
634
645
  export * from "./StartNetworkInsightsAnalysisCommand";
@@ -6,3 +6,4 @@ export * from "./models_4";
6
6
  export * from "./models_5";
7
7
  export * from "./models_6";
8
8
  export * from "./models_7";
9
+ export * from "./models_8";
@@ -53,6 +53,7 @@ export declare const ResourceType: {
53
53
  readonly client_vpn_endpoint: "client-vpn-endpoint";
54
54
  readonly coip_pool: "coip-pool";
55
55
  readonly customer_gateway: "customer-gateway";
56
+ readonly declarative_policies_report: "declarative-policies-report";
56
57
  readonly dedicated_host: "dedicated-host";
57
58
  readonly dhcp_options: "dhcp-options";
58
59
  readonly egress_only_internet_gateway: "egress-only-internet-gateway";
@@ -117,6 +118,7 @@ export declare const ResourceType: {
117
118
  readonly transit_gateway_route_table: "transit-gateway-route-table";
118
119
  readonly transit_gateway_route_table_announcement: "transit-gateway-route-table-announcement";
119
120
  readonly verified_access_endpoint: "verified-access-endpoint";
121
+ readonly verified_access_endpoint_target: "verified-access-endpoint-target";
120
122
  readonly verified_access_group: "verified-access-group";
121
123
  readonly verified_access_instance: "verified-access-instance";
122
124
  readonly verified_access_policy: "verified-access-policy";
@@ -906,6 +908,17 @@ export declare const AllocationType: {
906
908
  };
907
909
  export type AllocationType =
908
910
  (typeof AllocationType)[keyof typeof AllocationType];
911
+ export declare const AllowedImagesSettingsDisabledState: {
912
+ readonly disabled: "disabled";
913
+ };
914
+ export type AllowedImagesSettingsDisabledState =
915
+ (typeof AllowedImagesSettingsDisabledState)[keyof typeof AllowedImagesSettingsDisabledState];
916
+ export declare const AllowedImagesSettingsEnabledState: {
917
+ readonly audit_mode: "audit-mode";
918
+ readonly enabled: "enabled";
919
+ };
920
+ export type AllowedImagesSettingsEnabledState =
921
+ (typeof AllowedImagesSettingsEnabledState)[keyof typeof AllowedImagesSettingsEnabledState];
909
922
  export interface AllowedPrincipal {
910
923
  PrincipalType?: PrincipalType | undefined;
911
924
  Principal?: string | undefined;
@@ -1436,6 +1449,10 @@ export interface AttachVerifiedAccessTrustProviderRequest {
1436
1449
  ClientToken?: string | undefined;
1437
1450
  DryRun?: boolean | undefined;
1438
1451
  }
1452
+ export interface VerifiedAccessInstanceCustomSubDomain {
1453
+ SubDomain?: string | undefined;
1454
+ Nameservers?: string[] | undefined;
1455
+ }
1439
1456
  export declare const DeviceTrustProviderType: {
1440
1457
  readonly crowdstrike: "crowdstrike";
1441
1458
  readonly jamf: "jamf";
@@ -1472,11 +1489,23 @@ export interface VerifiedAccessInstance {
1472
1489
  LastUpdatedTime?: string | undefined;
1473
1490
  Tags?: Tag[] | undefined;
1474
1491
  FipsEnabled?: boolean | undefined;
1492
+ CidrEndpointsCustomSubDomain?:
1493
+ | VerifiedAccessInstanceCustomSubDomain
1494
+ | undefined;
1475
1495
  }
1476
1496
  export interface DeviceOptions {
1477
1497
  TenantId?: string | undefined;
1478
1498
  PublicSigningKeyUrl?: string | undefined;
1479
1499
  }
1500
+ export interface NativeApplicationOidcOptions {
1501
+ PublicSigningKeyEndpoint?: string | undefined;
1502
+ Issuer?: string | undefined;
1503
+ AuthorizationEndpoint?: string | undefined;
1504
+ TokenEndpoint?: string | undefined;
1505
+ UserInfoEndpoint?: string | undefined;
1506
+ ClientId?: string | undefined;
1507
+ Scope?: string | undefined;
1508
+ }
1480
1509
  export interface OidcOptions {
1481
1510
  Issuer?: string | undefined;
1482
1511
  AuthorizationEndpoint?: string | undefined;
@@ -1503,6 +1532,7 @@ export interface VerifiedAccessTrustProvider {
1503
1532
  LastUpdatedTime?: string | undefined;
1504
1533
  Tags?: Tag[] | undefined;
1505
1534
  SseSpecification?: VerifiedAccessSseSpecificationResponse | undefined;
1535
+ NativeApplicationOidcOptions?: NativeApplicationOidcOptions | undefined;
1506
1536
  }
1507
1537
  export interface AttachVerifiedAccessTrustProviderResult {
1508
1538
  VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
@@ -1765,6 +1795,13 @@ export interface CancelConversionRequest {
1765
1795
  ConversionTaskId: string | undefined;
1766
1796
  ReasonMessage?: string | undefined;
1767
1797
  }
1798
+ export interface CancelDeclarativePoliciesReportRequest {
1799
+ DryRun?: boolean | undefined;
1800
+ ReportId: string | undefined;
1801
+ }
1802
+ export interface CancelDeclarativePoliciesReportResult {
1803
+ Return?: boolean | undefined;
1804
+ }
1768
1805
  export interface CancelExportTaskRequest {
1769
1806
  ExportTaskId: string | undefined;
1770
1807
  }
@@ -1938,6 +1975,7 @@ export interface CopySnapshotRequest {
1938
1975
  SourceRegion: string | undefined;
1939
1976
  SourceSnapshotId: string | undefined;
1940
1977
  TagSpecifications?: TagSpecification[] | undefined;
1978
+ CompletionDurationMinutes?: number | undefined;
1941
1979
  DryRun?: boolean | undefined;
1942
1980
  }
1943
1981
  export interface CopySnapshotResult {
@@ -1950,70 +1988,6 @@ export declare const CapacityReservationDeliveryPreference: {
1950
1988
  };
1951
1989
  export type CapacityReservationDeliveryPreference =
1952
1990
  (typeof CapacityReservationDeliveryPreference)[keyof typeof CapacityReservationDeliveryPreference];
1953
- export declare const EndDateType: {
1954
- readonly limited: "limited";
1955
- readonly unlimited: "unlimited";
1956
- };
1957
- export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
1958
- export declare const InstanceMatchCriteria: {
1959
- readonly open: "open";
1960
- readonly targeted: "targeted";
1961
- };
1962
- export type InstanceMatchCriteria =
1963
- (typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
1964
- export declare const CapacityReservationInstancePlatform: {
1965
- readonly LINUX_UNIX: "Linux/UNIX";
1966
- readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
1967
- readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
1968
- readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
1969
- readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
1970
- readonly RHEL_WITH_HA: "RHEL with HA";
1971
- readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
1972
- readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
1973
- readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
1974
- readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
1975
- readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
1976
- readonly SUSE_LINUX: "SUSE Linux";
1977
- readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
1978
- readonly WINDOWS: "Windows";
1979
- readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
1980
- readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
1981
- readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
1982
- readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
1983
- };
1984
- export type CapacityReservationInstancePlatform =
1985
- (typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
1986
- export declare const CapacityReservationTenancy: {
1987
- readonly dedicated: "dedicated";
1988
- readonly default: "default";
1989
- };
1990
- export type CapacityReservationTenancy =
1991
- (typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
1992
- export interface CreateCapacityReservationRequest {
1993
- ClientToken?: string | undefined;
1994
- InstanceType: string | undefined;
1995
- InstancePlatform: CapacityReservationInstancePlatform | undefined;
1996
- AvailabilityZone?: string | undefined;
1997
- AvailabilityZoneId?: string | undefined;
1998
- Tenancy?: CapacityReservationTenancy | undefined;
1999
- InstanceCount: number | undefined;
2000
- EbsOptimized?: boolean | undefined;
2001
- EphemeralStorage?: boolean | undefined;
2002
- EndDate?: Date | undefined;
2003
- EndDateType?: EndDateType | undefined;
2004
- InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
2005
- TagSpecifications?: TagSpecification[] | undefined;
2006
- DryRun?: boolean | undefined;
2007
- OutpostArn?: string | undefined;
2008
- PlacementGroupArn?: string | undefined;
2009
- StartDate?: Date | undefined;
2010
- CommitmentDuration?: number | undefined;
2011
- DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
2012
- }
2013
- export interface CapacityAllocation {
2014
- AllocationType?: AllocationType | undefined;
2015
- Count?: number | undefined;
2016
- }
2017
1991
  export declare const OidcOptionsFilterSensitiveLog: (obj: OidcOptions) => any;
2018
1992
  export declare const VerifiedAccessTrustProviderFilterSensitiveLog: (
2019
1993
  obj: VerifiedAccessTrustProvider
@@ -9,15 +9,11 @@ import {
9
9
  AddIpamOperatingRegion,
10
10
  AddPrefixListEntry,
11
11
  AddressFamily,
12
+ AllocationType,
12
13
  AttachmentStatus,
13
- CapacityAllocation,
14
14
  CapacityReservationDeliveryPreference,
15
15
  CapacityReservationFleetState,
16
- CapacityReservationInstancePlatform,
17
- CapacityReservationTenancy,
18
- EndDateType,
19
16
  InstanceEventWindow,
20
- InstanceMatchCriteria,
21
17
  ResourceType,
22
18
  SubnetIpv6CidrBlockAssociation,
23
19
  Tag,
@@ -27,6 +23,70 @@ import {
27
23
  VpcIpv6CidrBlockAssociation,
28
24
  WeekDay,
29
25
  } from "./models_0";
26
+ export declare const EndDateType: {
27
+ readonly limited: "limited";
28
+ readonly unlimited: "unlimited";
29
+ };
30
+ export type EndDateType = (typeof EndDateType)[keyof typeof EndDateType];
31
+ export declare const InstanceMatchCriteria: {
32
+ readonly open: "open";
33
+ readonly targeted: "targeted";
34
+ };
35
+ export type InstanceMatchCriteria =
36
+ (typeof InstanceMatchCriteria)[keyof typeof InstanceMatchCriteria];
37
+ export declare const CapacityReservationInstancePlatform: {
38
+ readonly LINUX_UNIX: "Linux/UNIX";
39
+ readonly LINUX_WITH_SQL_SERVER_ENTERPRISE: "Linux with SQL Server Enterprise";
40
+ readonly LINUX_WITH_SQL_SERVER_STANDARD: "Linux with SQL Server Standard";
41
+ readonly LINUX_WITH_SQL_SERVER_WEB: "Linux with SQL Server Web";
42
+ readonly RED_HAT_ENTERPRISE_LINUX: "Red Hat Enterprise Linux";
43
+ readonly RHEL_WITH_HA: "RHEL with HA";
44
+ readonly RHEL_WITH_HA_AND_SQL_SERVER_ENTERPRISE: "RHEL with HA and SQL Server Enterprise";
45
+ readonly RHEL_WITH_HA_AND_SQL_SERVER_STANDARD: "RHEL with HA and SQL Server Standard";
46
+ readonly RHEL_WITH_SQL_SERVER_ENTERPRISE: "RHEL with SQL Server Enterprise";
47
+ readonly RHEL_WITH_SQL_SERVER_STANDARD: "RHEL with SQL Server Standard";
48
+ readonly RHEL_WITH_SQL_SERVER_WEB: "RHEL with SQL Server Web";
49
+ readonly SUSE_LINUX: "SUSE Linux";
50
+ readonly UBUNTU_PRO_LINUX: "Ubuntu Pro";
51
+ readonly WINDOWS: "Windows";
52
+ readonly WINDOWS_WITH_SQL_SERVER: "Windows with SQL Server";
53
+ readonly WINDOWS_WITH_SQL_SERVER_ENTERPRISE: "Windows with SQL Server Enterprise";
54
+ readonly WINDOWS_WITH_SQL_SERVER_STANDARD: "Windows with SQL Server Standard";
55
+ readonly WINDOWS_WITH_SQL_SERVER_WEB: "Windows with SQL Server Web";
56
+ };
57
+ export type CapacityReservationInstancePlatform =
58
+ (typeof CapacityReservationInstancePlatform)[keyof typeof CapacityReservationInstancePlatform];
59
+ export declare const CapacityReservationTenancy: {
60
+ readonly dedicated: "dedicated";
61
+ readonly default: "default";
62
+ };
63
+ export type CapacityReservationTenancy =
64
+ (typeof CapacityReservationTenancy)[keyof typeof CapacityReservationTenancy];
65
+ export interface CreateCapacityReservationRequest {
66
+ ClientToken?: string | undefined;
67
+ InstanceType: string | undefined;
68
+ InstancePlatform: CapacityReservationInstancePlatform | undefined;
69
+ AvailabilityZone?: string | undefined;
70
+ AvailabilityZoneId?: string | undefined;
71
+ Tenancy?: CapacityReservationTenancy | undefined;
72
+ InstanceCount: number | undefined;
73
+ EbsOptimized?: boolean | undefined;
74
+ EphemeralStorage?: boolean | undefined;
75
+ EndDate?: Date | undefined;
76
+ EndDateType?: EndDateType | undefined;
77
+ InstanceMatchCriteria?: InstanceMatchCriteria | undefined;
78
+ TagSpecifications?: TagSpecification[] | undefined;
79
+ DryRun?: boolean | undefined;
80
+ OutpostArn?: string | undefined;
81
+ PlacementGroupArn?: string | undefined;
82
+ StartDate?: Date | undefined;
83
+ CommitmentDuration?: number | undefined;
84
+ DeliveryPreference?: CapacityReservationDeliveryPreference | undefined;
85
+ }
86
+ export interface CapacityAllocation {
87
+ AllocationType?: AllocationType | undefined;
88
+ Count?: number | undefined;
89
+ }
30
90
  export interface CapacityReservationCommitmentInfo {
31
91
  CommittedInstanceCount?: number | undefined;
32
92
  CommitmentEndDate?: Date | undefined;
@@ -418,6 +478,24 @@ export declare const _InstanceType: {
418
478
  readonly i4i_large: "i4i.large";
419
479
  readonly i4i_metal: "i4i.metal";
420
480
  readonly i4i_xlarge: "i4i.xlarge";
481
+ readonly i7ie_12xlarge: "i7ie.12xlarge";
482
+ readonly i7ie_18xlarge: "i7ie.18xlarge";
483
+ readonly i7ie_24xlarge: "i7ie.24xlarge";
484
+ readonly i7ie_2xlarge: "i7ie.2xlarge";
485
+ readonly i7ie_3xlarge: "i7ie.3xlarge";
486
+ readonly i7ie_48xlarge: "i7ie.48xlarge";
487
+ readonly i7ie_6xlarge: "i7ie.6xlarge";
488
+ readonly i7ie_large: "i7ie.large";
489
+ readonly i7ie_xlarge: "i7ie.xlarge";
490
+ readonly i8g_12xlarge: "i8g.12xlarge";
491
+ readonly i8g_16xlarge: "i8g.16xlarge";
492
+ readonly i8g_24xlarge: "i8g.24xlarge";
493
+ readonly i8g_2xlarge: "i8g.2xlarge";
494
+ readonly i8g_4xlarge: "i8g.4xlarge";
495
+ readonly i8g_8xlarge: "i8g.8xlarge";
496
+ readonly i8g_large: "i8g.large";
497
+ readonly i8g_metal_24xl: "i8g.metal-24xl";
498
+ readonly i8g_xlarge: "i8g.xlarge";
421
499
  readonly im4gn_16xlarge: "im4gn.16xlarge";
422
500
  readonly im4gn_2xlarge: "im4gn.2xlarge";
423
501
  readonly im4gn_4xlarge: "im4gn.4xlarge";
@@ -2900,55 +2978,6 @@ export declare const PrefixListState: {
2900
2978
  };
2901
2979
  export type PrefixListState =
2902
2980
  (typeof PrefixListState)[keyof typeof PrefixListState];
2903
- export interface ManagedPrefixList {
2904
- PrefixListId?: string | undefined;
2905
- AddressFamily?: string | undefined;
2906
- State?: PrefixListState | undefined;
2907
- StateMessage?: string | undefined;
2908
- PrefixListArn?: string | undefined;
2909
- PrefixListName?: string | undefined;
2910
- MaxEntries?: number | undefined;
2911
- Version?: number | undefined;
2912
- Tags?: Tag[] | undefined;
2913
- OwnerId?: string | undefined;
2914
- }
2915
- export interface CreateManagedPrefixListResult {
2916
- PrefixList?: ManagedPrefixList | undefined;
2917
- }
2918
- export declare const ConnectivityType: {
2919
- readonly PRIVATE: "private";
2920
- readonly PUBLIC: "public";
2921
- };
2922
- export type ConnectivityType =
2923
- (typeof ConnectivityType)[keyof typeof ConnectivityType];
2924
- export interface CreateNatGatewayRequest {
2925
- AllocationId?: string | undefined;
2926
- ClientToken?: string | undefined;
2927
- DryRun?: boolean | undefined;
2928
- SubnetId: string | undefined;
2929
- TagSpecifications?: TagSpecification[] | undefined;
2930
- ConnectivityType?: ConnectivityType | undefined;
2931
- PrivateIpAddress?: string | undefined;
2932
- SecondaryAllocationIds?: string[] | undefined;
2933
- SecondaryPrivateIpAddresses?: string[] | undefined;
2934
- SecondaryPrivateIpAddressCount?: number | undefined;
2935
- }
2936
- export interface ProvisionedBandwidth {
2937
- ProvisionTime?: Date | undefined;
2938
- Provisioned?: string | undefined;
2939
- RequestTime?: Date | undefined;
2940
- Requested?: string | undefined;
2941
- Status?: string | undefined;
2942
- }
2943
- export declare const NatGatewayState: {
2944
- readonly AVAILABLE: "available";
2945
- readonly DELETED: "deleted";
2946
- readonly DELETING: "deleting";
2947
- readonly FAILED: "failed";
2948
- readonly PENDING: "pending";
2949
- };
2950
- export type NatGatewayState =
2951
- (typeof NatGatewayState)[keyof typeof NatGatewayState];
2952
2981
  export declare const KeyPairFilterSensitiveLog: (obj: KeyPair) => any;
2953
2982
  export declare const RequestLaunchTemplateDataFilterSensitiveLog: (
2954
2983
  obj: RequestLaunchTemplateData