@aws-sdk/client-ec2 3.936.0 → 3.938.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 (313) hide show
  1. package/README.md +128 -0
  2. package/dist-cjs/index.js +1791 -93
  3. package/dist-es/EC2.js +32 -0
  4. package/dist-es/commands/CreateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  5. package/dist-es/commands/CreateTransitGatewayMeteringPolicyCommand.js +16 -0
  6. package/dist-es/commands/CreateTransitGatewayMeteringPolicyEntryCommand.js +16 -0
  7. package/dist-es/commands/CreateVpcEncryptionControlCommand.js +16 -0
  8. package/dist-es/commands/DeleteTransitGatewayMeteringPolicyCommand.js +16 -0
  9. package/dist-es/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.js +16 -0
  10. package/dist-es/commands/DeleteVpcEncryptionControlCommand.js +16 -0
  11. package/dist-es/commands/DescribeTransitGatewayMeteringPoliciesCommand.js +16 -0
  12. package/dist-es/commands/DescribeVpcEncryptionControlsCommand.js +16 -0
  13. package/dist-es/commands/GetTransitGatewayMeteringPolicyEntriesCommand.js +16 -0
  14. package/dist-es/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.js +16 -0
  15. package/dist-es/commands/ListVolumesInRecycleBinCommand.js +16 -0
  16. package/dist-es/commands/ModifyTransitGatewayMeteringPolicyCommand.js +16 -0
  17. package/dist-es/commands/ModifyVpcEncryptionControlCommand.js +16 -0
  18. package/dist-es/commands/RestoreVolumeFromRecycleBinCommand.js +16 -0
  19. package/dist-es/commands/UpdateInterruptibleCapacityReservationAllocationCommand.js +16 -0
  20. package/dist-es/commands/index.js +16 -0
  21. package/dist-es/models/enums.js +52 -0
  22. package/dist-es/schemas/schemas_0.js +1507 -93
  23. package/dist-types/EC2.d.ts +115 -0
  24. package/dist-types/EC2Client.d.ts +18 -2
  25. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  26. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -1
  27. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  28. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  29. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -1
  30. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  31. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  32. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  33. package/dist-types/commands/CopyImageCommand.d.ts +1 -1
  34. package/dist-types/commands/CopySnapshotCommand.d.ts +1 -1
  35. package/dist-types/commands/CopyVolumesCommand.d.ts +1 -1
  36. package/dist-types/commands/CreateCapacityManagerDataExportCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +25 -1
  38. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +13 -1
  39. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateDelegateMacVolumeOwnershipTaskCommand.d.ts +1 -1
  45. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -3
  46. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  47. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  48. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  49. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  50. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  51. package/dist-types/commands/CreateImageUsageReportCommand.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/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +93 -0
  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/CreateIpamPolicyCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateIpamPoolCommand.d.ts +3 -3
  61. package/dist-types/commands/CreateIpamPrefixListResolverCommand.d.ts +2 -2
  62. package/dist-types/commands/CreateIpamPrefixListResolverTargetCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +3 -3
  67. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +4 -4
  68. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateLocalGatewayVirtualInterfaceGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateMacSystemIntegrityProtectionModificationTaskCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  80. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  81. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  82. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateRouteServerCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  91. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -1
  92. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  96. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  97. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  98. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +5 -1
  100. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +103 -0
  103. package/dist-types/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +103 -0
  104. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateVpcCommand.d.ts +12 -1
  117. package/dist-types/commands/CreateVpcEncryptionControlCommand.d.ts +124 -0
  118. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVpnConcentratorCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +7 -1
  123. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  124. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -1
  125. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +4 -0
  126. package/dist-types/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +89 -0
  127. package/dist-types/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +93 -0
  128. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  130. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  131. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  132. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  133. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  134. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  135. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  136. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  137. package/dist-types/commands/DeleteVolumeCommand.d.ts +1 -1
  138. package/dist-types/commands/DeleteVpcEncryptionControlCommand.d.ts +113 -0
  139. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -1
  140. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -1
  141. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +12 -0
  142. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -1
  143. package/dist-types/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +8 -1
  146. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -2
  147. package/dist-types/commands/DescribeInstancesCommand.d.ts +5 -2
  148. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -2
  150. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  151. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +104 -0
  153. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +4 -0
  154. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -1
  155. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  156. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  157. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  158. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +1 -2
  159. package/dist-types/commands/DescribeVolumesCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  161. package/dist-types/commands/DescribeVpcEncryptionControlsCommand.d.ts +131 -0
  162. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +3 -0
  163. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  164. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +12 -0
  165. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -1
  166. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  167. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +3 -3
  168. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +2 -2
  169. package/dist-types/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
  170. package/dist-types/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
  171. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -2
  172. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -2
  173. package/dist-types/commands/GetIpamPrefixListResolverRulesCommand.d.ts +1 -1
  174. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -2
  175. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -2
  176. package/dist-types/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +105 -0
  177. package/dist-types/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +86 -0
  178. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  179. package/dist-types/commands/ImportKeyPairCommand.d.ts +1 -1
  180. package/dist-types/commands/ImportSnapshotCommand.d.ts +1 -1
  181. package/dist-types/commands/ListVolumesInRecycleBinCommand.d.ts +101 -0
  182. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -1
  183. package/dist-types/commands/ModifyIpamPrefixListResolverCommand.d.ts +1 -1
  184. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -1
  185. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +5 -0
  186. package/dist-types/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +95 -0
  187. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -1
  188. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  189. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -1
  190. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  191. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  192. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  193. package/dist-types/commands/ModifyVpcEncryptionControlCommand.d.ts +122 -0
  194. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  195. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +4 -1
  202. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +4 -1
  203. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +4 -1
  204. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +7 -1
  205. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -2
  206. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -1
  207. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +24 -0
  208. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +3 -2
  209. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +13 -1
  210. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  211. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  212. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  213. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  214. package/dist-types/commands/RestoreVolumeFromRecycleBinCommand.d.ts +76 -0
  215. package/dist-types/commands/RunInstancesCommand.d.ts +4 -4
  216. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  217. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  218. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  219. package/dist-types/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +83 -0
  220. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -1
  221. package/dist-types/commands/index.d.ts +16 -0
  222. package/dist-types/models/enums.d.ts +116 -0
  223. package/dist-types/models/models_0.d.ts +185 -37
  224. package/dist-types/models/models_1.d.ts +108 -74
  225. package/dist-types/models/models_2.d.ts +497 -269
  226. package/dist-types/models/models_3.d.ts +326 -1233
  227. package/dist-types/models/models_4.d.ts +7253 -6866
  228. package/dist-types/models/models_5.d.ts +4082 -3920
  229. package/dist-types/models/models_6.d.ts +4916 -4906
  230. package/dist-types/models/models_7.d.ts +1260 -5
  231. package/dist-types/schemas/schemas_0.d.ts +64 -0
  232. package/dist-types/ts3.4/EC2.d.ts +335 -0
  233. package/dist-types/ts3.4/EC2Client.d.ts +96 -0
  234. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +4 -2
  235. package/dist-types/ts3.4/commands/CreateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  236. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -4
  237. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +1 -1
  238. package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyCommand.d.ts +51 -0
  239. package/dist-types/ts3.4/commands/CreateTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
  240. package/dist-types/ts3.4/commands/CreateVpcEncryptionControlCommand.d.ts +51 -0
  241. package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyCommand.d.ts +51 -0
  242. package/dist-types/ts3.4/commands/DeleteTransitGatewayMeteringPolicyEntryCommand.d.ts +51 -0
  243. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -1
  244. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -1
  245. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  246. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -1
  247. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  248. package/dist-types/ts3.4/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -1
  249. package/dist-types/ts3.4/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -1
  250. package/dist-types/ts3.4/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -1
  251. package/dist-types/ts3.4/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -1
  252. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +1 -1
  253. package/dist-types/ts3.4/commands/DeleteVpcEncryptionControlCommand.d.ts +51 -0
  254. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaHistoryStatesCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/DescribeInstanceSqlHaStatesCommand.d.ts +1 -1
  256. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +1 -1
  257. package/dist-types/ts3.4/commands/DescribeInstanceTopologyCommand.d.ts +4 -2
  258. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -4
  259. package/dist-types/ts3.4/commands/DescribeTransitGatewayMeteringPoliciesCommand.d.ts +51 -0
  260. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +2 -4
  261. package/dist-types/ts3.4/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -1
  262. package/dist-types/ts3.4/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -1
  263. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +1 -1
  264. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +4 -2
  265. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/DescribeVpcEncryptionControlsCommand.d.ts +51 -0
  268. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -4
  269. package/dist-types/ts3.4/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -1
  272. package/dist-types/ts3.4/commands/GetIpamPolicyAllocationRulesCommand.d.ts +1 -1
  273. package/dist-types/ts3.4/commands/GetIpamPolicyOrganizationTargetsCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +4 -2
  276. package/dist-types/ts3.4/commands/GetTransitGatewayMeteringPolicyEntriesCommand.d.ts +51 -0
  277. package/dist-types/ts3.4/commands/GetVpcResourcesBlockingEncryptionEnforcementCommand.d.ts +51 -0
  278. package/dist-types/ts3.4/commands/ListVolumesInRecycleBinCommand.d.ts +51 -0
  279. package/dist-types/ts3.4/commands/ModifyTransitGatewayMeteringPolicyCommand.d.ts +51 -0
  280. package/dist-types/ts3.4/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +2 -4
  281. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  285. package/dist-types/ts3.4/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -1
  286. package/dist-types/ts3.4/commands/ModifyVpcEncryptionControlCommand.d.ts +51 -0
  287. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +1 -1
  288. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -1
  289. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  290. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +4 -2
  299. package/dist-types/ts3.4/commands/RestoreVolumeFromRecycleBinCommand.d.ts +51 -0
  300. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/UpdateInterruptibleCapacityReservationAllocationCommand.d.ts +51 -0
  302. package/dist-types/ts3.4/commands/index.d.ts +16 -0
  303. package/dist-types/ts3.4/models/enums.d.ts +68 -0
  304. package/dist-types/ts3.4/models/models_0.d.ts +17 -8
  305. package/dist-types/ts3.4/models/models_1.d.ts +24 -17
  306. package/dist-types/ts3.4/models/models_2.d.ts +144 -77
  307. package/dist-types/ts3.4/models/models_3.d.ts +98 -222
  308. package/dist-types/ts3.4/models/models_4.d.ts +256 -157
  309. package/dist-types/ts3.4/models/models_5.d.ts +180 -186
  310. package/dist-types/ts3.4/models/models_6.d.ts +253 -235
  311. package/dist-types/ts3.4/models/models_7.d.ts +289 -2
  312. package/dist-types/ts3.4/schemas/schemas_0.d.ts +64 -0
  313. package/package.json +1 -1
@@ -64,6 +64,10 @@ declare const DeleteTransitGatewayCommand_base: {
64
64
  * // DnsSupport: "enable" || "disable",
65
65
  * // SecurityGroupReferencingSupport: "enable" || "disable",
66
66
  * // MulticastSupport: "enable" || "disable",
67
+ * // EncryptionSupport: { // EncryptionSupport
68
+ * // EncryptionState: "enabling" || "enabled" || "disabling" || "disabled",
69
+ * // StateMessage: "STRING_VALUE",
70
+ * // },
67
71
  * // },
68
72
  * // Tags: [ // TagList
69
73
  * // { // Tag
@@ -0,0 +1,89 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
+ import { DeleteTransitGatewayMeteringPolicyRequest, DeleteTransitGatewayMeteringPolicyResult } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteTransitGatewayMeteringPolicyCommand}.
14
+ */
15
+ export interface DeleteTransitGatewayMeteringPolicyCommandInput extends DeleteTransitGatewayMeteringPolicyRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteTransitGatewayMeteringPolicyCommand}.
21
+ */
22
+ export interface DeleteTransitGatewayMeteringPolicyCommandOutput extends DeleteTransitGatewayMeteringPolicyResult, __MetadataBearer {
23
+ }
24
+ declare const DeleteTransitGatewayMeteringPolicyCommand_base: {
25
+ new (input: DeleteTransitGatewayMeteringPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransitGatewayMeteringPolicyCommandInput, DeleteTransitGatewayMeteringPolicyCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTransitGatewayMeteringPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransitGatewayMeteringPolicyCommandInput, DeleteTransitGatewayMeteringPolicyCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes a transit gateway metering policy.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EC2Client, DeleteTransitGatewayMeteringPolicyCommand } from "@aws-sdk/client-ec2"; // ES Modules import
35
+ * // const { EC2Client, DeleteTransitGatewayMeteringPolicyCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
36
+ * // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
37
+ * const config = {}; // type is EC2ClientConfig
38
+ * const client = new EC2Client(config);
39
+ * const input = { // DeleteTransitGatewayMeteringPolicyRequest
40
+ * TransitGatewayMeteringPolicyId: "STRING_VALUE", // required
41
+ * DryRun: true || false,
42
+ * };
43
+ * const command = new DeleteTransitGatewayMeteringPolicyCommand(input);
44
+ * const response = await client.send(command);
45
+ * // { // DeleteTransitGatewayMeteringPolicyResult
46
+ * // TransitGatewayMeteringPolicy: { // TransitGatewayMeteringPolicy
47
+ * // TransitGatewayMeteringPolicyId: "STRING_VALUE",
48
+ * // TransitGatewayId: "STRING_VALUE",
49
+ * // MiddleboxAttachmentIds: [ // ValueStringList
50
+ * // "STRING_VALUE",
51
+ * // ],
52
+ * // State: "available" || "deleted" || "pending" || "modifying" || "deleting",
53
+ * // UpdateEffectiveAt: new Date("TIMESTAMP"),
54
+ * // Tags: [ // TagList
55
+ * // { // Tag
56
+ * // Key: "STRING_VALUE",
57
+ * // Value: "STRING_VALUE",
58
+ * // },
59
+ * // ],
60
+ * // },
61
+ * // };
62
+ *
63
+ * ```
64
+ *
65
+ * @param DeleteTransitGatewayMeteringPolicyCommandInput - {@link DeleteTransitGatewayMeteringPolicyCommandInput}
66
+ * @returns {@link DeleteTransitGatewayMeteringPolicyCommandOutput}
67
+ * @see {@link DeleteTransitGatewayMeteringPolicyCommandInput} for command's `input` shape.
68
+ * @see {@link DeleteTransitGatewayMeteringPolicyCommandOutput} for command's `response` shape.
69
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
70
+ *
71
+ * @throws {@link EC2ServiceException}
72
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
73
+ *
74
+ *
75
+ * @public
76
+ */
77
+ export declare class DeleteTransitGatewayMeteringPolicyCommand extends DeleteTransitGatewayMeteringPolicyCommand_base {
78
+ /** @internal type navigation helper, not in runtime. */
79
+ protected static __types: {
80
+ api: {
81
+ input: DeleteTransitGatewayMeteringPolicyRequest;
82
+ output: DeleteTransitGatewayMeteringPolicyResult;
83
+ };
84
+ sdk: {
85
+ input: DeleteTransitGatewayMeteringPolicyCommandInput;
86
+ output: DeleteTransitGatewayMeteringPolicyCommandOutput;
87
+ };
88
+ };
89
+ }
@@ -0,0 +1,93 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
+ import { DeleteTransitGatewayMeteringPolicyEntryRequest, DeleteTransitGatewayMeteringPolicyEntryResult } from "../models/models_2";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteTransitGatewayMeteringPolicyEntryCommand}.
14
+ */
15
+ export interface DeleteTransitGatewayMeteringPolicyEntryCommandInput extends DeleteTransitGatewayMeteringPolicyEntryRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteTransitGatewayMeteringPolicyEntryCommand}.
21
+ */
22
+ export interface DeleteTransitGatewayMeteringPolicyEntryCommandOutput extends DeleteTransitGatewayMeteringPolicyEntryResult, __MetadataBearer {
23
+ }
24
+ declare const DeleteTransitGatewayMeteringPolicyEntryCommand_base: {
25
+ new (input: DeleteTransitGatewayMeteringPolicyEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransitGatewayMeteringPolicyEntryCommandInput, DeleteTransitGatewayMeteringPolicyEntryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTransitGatewayMeteringPolicyEntryCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTransitGatewayMeteringPolicyEntryCommandInput, DeleteTransitGatewayMeteringPolicyEntryCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes an entry from a transit gateway metering policy.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { EC2Client, DeleteTransitGatewayMeteringPolicyEntryCommand } from "@aws-sdk/client-ec2"; // ES Modules import
35
+ * // const { EC2Client, DeleteTransitGatewayMeteringPolicyEntryCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
36
+ * // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
37
+ * const config = {}; // type is EC2ClientConfig
38
+ * const client = new EC2Client(config);
39
+ * const input = { // DeleteTransitGatewayMeteringPolicyEntryRequest
40
+ * TransitGatewayMeteringPolicyId: "STRING_VALUE", // required
41
+ * PolicyRuleNumber: Number("int"), // required
42
+ * DryRun: true || false,
43
+ * };
44
+ * const command = new DeleteTransitGatewayMeteringPolicyEntryCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // DeleteTransitGatewayMeteringPolicyEntryResult
47
+ * // TransitGatewayMeteringPolicyEntry: { // TransitGatewayMeteringPolicyEntry
48
+ * // PolicyRuleNumber: "STRING_VALUE",
49
+ * // MeteredAccount: "source-attachment-owner" || "destination-attachment-owner" || "transit-gateway-owner",
50
+ * // State: "available" || "deleted",
51
+ * // UpdatedAt: new Date("TIMESTAMP"),
52
+ * // UpdateEffectiveAt: new Date("TIMESTAMP"),
53
+ * // MeteringPolicyRule: { // TransitGatewayMeteringPolicyRule
54
+ * // SourceTransitGatewayAttachmentId: "STRING_VALUE",
55
+ * // SourceTransitGatewayAttachmentType: "vpc" || "vpn" || "vpn-concentrator" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
56
+ * // SourceCidrBlock: "STRING_VALUE",
57
+ * // SourcePortRange: "STRING_VALUE",
58
+ * // DestinationTransitGatewayAttachmentId: "STRING_VALUE",
59
+ * // DestinationTransitGatewayAttachmentType: "vpc" || "vpn" || "vpn-concentrator" || "direct-connect-gateway" || "connect" || "peering" || "tgw-peering" || "network-function",
60
+ * // DestinationCidrBlock: "STRING_VALUE",
61
+ * // DestinationPortRange: "STRING_VALUE",
62
+ * // Protocol: "STRING_VALUE",
63
+ * // },
64
+ * // },
65
+ * // };
66
+ *
67
+ * ```
68
+ *
69
+ * @param DeleteTransitGatewayMeteringPolicyEntryCommandInput - {@link DeleteTransitGatewayMeteringPolicyEntryCommandInput}
70
+ * @returns {@link DeleteTransitGatewayMeteringPolicyEntryCommandOutput}
71
+ * @see {@link DeleteTransitGatewayMeteringPolicyEntryCommandInput} for command's `input` shape.
72
+ * @see {@link DeleteTransitGatewayMeteringPolicyEntryCommandOutput} for command's `response` shape.
73
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
74
+ *
75
+ * @throws {@link EC2ServiceException}
76
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
77
+ *
78
+ *
79
+ * @public
80
+ */
81
+ export declare class DeleteTransitGatewayMeteringPolicyEntryCommand extends DeleteTransitGatewayMeteringPolicyEntryCommand_base {
82
+ /** @internal type navigation helper, not in runtime. */
83
+ protected static __types: {
84
+ api: {
85
+ input: DeleteTransitGatewayMeteringPolicyEntryRequest;
86
+ output: DeleteTransitGatewayMeteringPolicyEntryResult;
87
+ };
88
+ sdk: {
89
+ input: DeleteTransitGatewayMeteringPolicyEntryCommandInput;
90
+ output: DeleteTransitGatewayMeteringPolicyEntryCommandOutput;
91
+ };
92
+ };
93
+ }
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteTransitGatewayPrefixListReferenceRequest, DeleteTransitGatewayPrefixListReferenceResult } from "../models/models_2";
4
+ import { DeleteTransitGatewayPrefixListReferenceRequest, DeleteTransitGatewayPrefixListReferenceResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteTransitGatewayRouteRequest, DeleteTransitGatewayRouteResult } from "../models/models_2";
4
+ import { DeleteTransitGatewayRouteRequest, DeleteTransitGatewayRouteResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteTransitGatewayRouteTableAnnouncementRequest, DeleteTransitGatewayRouteTableAnnouncementResult } from "../models/models_2";
4
+ import { DeleteTransitGatewayRouteTableAnnouncementRequest, DeleteTransitGatewayRouteTableAnnouncementResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteTransitGatewayRouteTableRequest, DeleteTransitGatewayRouteTableResult } from "../models/models_2";
4
+ import { DeleteTransitGatewayRouteTableRequest, DeleteTransitGatewayRouteTableResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteTransitGatewayVpcAttachmentRequest, DeleteTransitGatewayVpcAttachmentResult } from "../models/models_2";
4
+ import { DeleteTransitGatewayVpcAttachmentRequest, DeleteTransitGatewayVpcAttachmentResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteVerifiedAccessEndpointRequest, DeleteVerifiedAccessEndpointResult } from "../models/models_2";
4
+ import { DeleteVerifiedAccessEndpointRequest, DeleteVerifiedAccessEndpointResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteVerifiedAccessGroupRequest, DeleteVerifiedAccessGroupResult } from "../models/models_2";
4
+ import { DeleteVerifiedAccessGroupRequest, DeleteVerifiedAccessGroupResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteVerifiedAccessInstanceRequest, DeleteVerifiedAccessInstanceResult } from "../models/models_2";
4
+ import { DeleteVerifiedAccessInstanceRequest, DeleteVerifiedAccessInstanceResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteVerifiedAccessTrustProviderRequest, DeleteVerifiedAccessTrustProviderResult } from "../models/models_2";
4
+ import { DeleteVerifiedAccessTrustProviderRequest, DeleteVerifiedAccessTrustProviderResult } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DeleteVolumeRequest } from "../models/models_2";
4
+ import { DeleteVolumeRequest } from "../models/models_3";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -0,0 +1,113 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
+ import { DeleteVpcEncryptionControlRequest, DeleteVpcEncryptionControlResult } from "../models/models_3";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link DeleteVpcEncryptionControlCommand}.
14
+ */
15
+ export interface DeleteVpcEncryptionControlCommandInput extends DeleteVpcEncryptionControlRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteVpcEncryptionControlCommand}.
21
+ */
22
+ export interface DeleteVpcEncryptionControlCommandOutput extends DeleteVpcEncryptionControlResult, __MetadataBearer {
23
+ }
24
+ declare const DeleteVpcEncryptionControlCommand_base: {
25
+ new (input: DeleteVpcEncryptionControlCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEncryptionControlCommandInput, DeleteVpcEncryptionControlCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteVpcEncryptionControlCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteVpcEncryptionControlCommandInput, DeleteVpcEncryptionControlCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes a VPC Encryption Control configuration. This removes the encryption policy enforcement from the specified VPC.</p>
31
+ * <p>For more information, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/vpc-encryption-controls.html">Enforce VPC encryption in transit</a> in the <i>Amazon VPC User Guide</i>.</p>
32
+ * @example
33
+ * Use a bare-bones client and the command you need to make an API call.
34
+ * ```javascript
35
+ * import { EC2Client, DeleteVpcEncryptionControlCommand } from "@aws-sdk/client-ec2"; // ES Modules import
36
+ * // const { EC2Client, DeleteVpcEncryptionControlCommand } = require("@aws-sdk/client-ec2"); // CommonJS import
37
+ * // import type { EC2ClientConfig } from "@aws-sdk/client-ec2";
38
+ * const config = {}; // type is EC2ClientConfig
39
+ * const client = new EC2Client(config);
40
+ * const input = { // DeleteVpcEncryptionControlRequest
41
+ * DryRun: true || false,
42
+ * VpcEncryptionControlId: "STRING_VALUE", // required
43
+ * };
44
+ * const command = new DeleteVpcEncryptionControlCommand(input);
45
+ * const response = await client.send(command);
46
+ * // { // DeleteVpcEncryptionControlResult
47
+ * // VpcEncryptionControl: { // VpcEncryptionControl
48
+ * // VpcId: "STRING_VALUE",
49
+ * // VpcEncryptionControlId: "STRING_VALUE",
50
+ * // Mode: "monitor" || "enforce",
51
+ * // State: "enforce-in-progress" || "monitor-in-progress" || "enforce-failed" || "monitor-failed" || "deleting" || "deleted" || "available" || "creating" || "delete-failed",
52
+ * // StateMessage: "STRING_VALUE",
53
+ * // ResourceExclusions: { // VpcEncryptionControlExclusions
54
+ * // InternetGateway: { // VpcEncryptionControlExclusion
55
+ * // State: "enabling" || "enabled" || "disabling" || "disabled",
56
+ * // StateMessage: "STRING_VALUE",
57
+ * // },
58
+ * // EgressOnlyInternetGateway: {
59
+ * // State: "enabling" || "enabled" || "disabling" || "disabled",
60
+ * // StateMessage: "STRING_VALUE",
61
+ * // },
62
+ * // NatGateway: {
63
+ * // State: "enabling" || "enabled" || "disabling" || "disabled",
64
+ * // StateMessage: "STRING_VALUE",
65
+ * // },
66
+ * // VirtualPrivateGateway: {
67
+ * // State: "enabling" || "enabled" || "disabling" || "disabled",
68
+ * // StateMessage: "STRING_VALUE",
69
+ * // },
70
+ * // VpcPeering: {
71
+ * // State: "enabling" || "enabled" || "disabling" || "disabled",
72
+ * // StateMessage: "STRING_VALUE",
73
+ * // },
74
+ * // Lambda: "<VpcEncryptionControlExclusion>",
75
+ * // VpcLattice: "<VpcEncryptionControlExclusion>",
76
+ * // ElasticFileSystem: "<VpcEncryptionControlExclusion>",
77
+ * // },
78
+ * // Tags: [ // TagList
79
+ * // { // Tag
80
+ * // Key: "STRING_VALUE",
81
+ * // Value: "STRING_VALUE",
82
+ * // },
83
+ * // ],
84
+ * // },
85
+ * // };
86
+ *
87
+ * ```
88
+ *
89
+ * @param DeleteVpcEncryptionControlCommandInput - {@link DeleteVpcEncryptionControlCommandInput}
90
+ * @returns {@link DeleteVpcEncryptionControlCommandOutput}
91
+ * @see {@link DeleteVpcEncryptionControlCommandInput} for command's `input` shape.
92
+ * @see {@link DeleteVpcEncryptionControlCommandOutput} for command's `response` shape.
93
+ * @see {@link EC2ClientResolvedConfig | config} for EC2Client's `config` shape.
94
+ *
95
+ * @throws {@link EC2ServiceException}
96
+ * <p>Base exception class for all service exceptions from EC2 service.</p>
97
+ *
98
+ *
99
+ * @public
100
+ */
101
+ export declare class DeleteVpcEncryptionControlCommand extends DeleteVpcEncryptionControlCommand_base {
102
+ /** @internal type navigation helper, not in runtime. */
103
+ protected static __types: {
104
+ api: {
105
+ input: DeleteVpcEncryptionControlRequest;
106
+ output: DeleteVpcEncryptionControlResult;
107
+ };
108
+ sdk: {
109
+ input: DeleteVpcEncryptionControlCommandInput;
110
+ output: DeleteVpcEncryptionControlCommandOutput;
111
+ };
112
+ };
113
+ }
@@ -58,8 +58,9 @@ declare const DeprovisionByoipCidrCommand_base: {
58
58
  * // },
59
59
  * // ],
60
60
  * // StatusMessage: "STRING_VALUE",
61
- * // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-deprovision" || "pending-provision" || "provisioned" || "provisioned-not-publicly-advertisable",
61
+ * // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-advertising" || "pending-deprovision" || "pending-provision" || "pending-withdrawal" || "provisioned" || "provisioned-not-publicly-advertisable",
62
62
  * // NetworkBorderGroup: "STRING_VALUE",
63
+ * // AdvertisementType: "STRING_VALUE",
63
64
  * // },
64
65
  * // };
65
66
  *
@@ -58,8 +58,9 @@ declare const DescribeByoipCidrsCommand_base: {
58
58
  * // },
59
59
  * // ],
60
60
  * // StatusMessage: "STRING_VALUE",
61
- * // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-deprovision" || "pending-provision" || "provisioned" || "provisioned-not-publicly-advertisable",
61
+ * // State: "advertised" || "deprovisioned" || "failed-deprovision" || "failed-provision" || "pending-advertising" || "pending-deprovision" || "pending-provision" || "pending-withdrawal" || "provisioned" || "provisioned-not-publicly-advertisable",
62
62
  * // NetworkBorderGroup: "STRING_VALUE",
63
+ * // AdvertisementType: "STRING_VALUE",
63
64
  * // },
64
65
  * // ],
65
66
  * // NextToken: "STRING_VALUE",
@@ -101,6 +101,18 @@ declare const DescribeCapacityReservationsCommand_base: {
101
101
  * // },
102
102
  * // DeliveryPreference: "fixed" || "incremental",
103
103
  * // CapacityBlockId: "STRING_VALUE",
104
+ * // Interruptible: true || false,
105
+ * // InterruptibleCapacityAllocation: { // InterruptibleCapacityAllocation
106
+ * // InstanceCount: Number("int"),
107
+ * // TargetInstanceCount: Number("int"),
108
+ * // Status: "pending" || "active" || "updating" || "canceling" || "canceled" || "failed",
109
+ * // InterruptibleCapacityReservationId: "STRING_VALUE",
110
+ * // InterruptionType: "adhoc",
111
+ * // },
112
+ * // InterruptionInfo: { // InterruptionInfo
113
+ * // SourceCapacityReservationId: "STRING_VALUE",
114
+ * // InterruptionType: "adhoc",
115
+ * // },
104
116
  * // },
105
117
  * // ],
106
118
  * // };
@@ -28,7 +28,8 @@ declare const DescribeInstanceAttributeCommand_base: {
28
28
  };
29
29
  /**
30
30
  * <p>Describes the specified attribute of the specified instance. You can specify only one
31
- * attribute at a time.
31
+ * attribute at a time. Available attributes include SQL license exemption configuration
32
+ * for instances registered with the SQL LE service.
32
33
  * </p>
33
34
  * @example
34
35
  * Use a bare-bones client and the command you need to make an API call.
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeInstanceSqlHaHistoryStatesRequest, DescribeInstanceSqlHaHistoryStatesResult } from "../models/models_3";
4
+ import { DescribeInstanceSqlHaHistoryStatesRequest, DescribeInstanceSqlHaHistoryStatesResult } from "../models/models_4";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeInstanceSqlHaStatesRequest, DescribeInstanceSqlHaStatesResult } from "../models/models_3";
4
+ import { DescribeInstanceSqlHaStatesRequest, DescribeInstanceSqlHaStatesResult } from "../models/models_4";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeInstanceStatusRequest, DescribeInstanceStatusResult } from "../models/models_3";
4
+ import { DescribeInstanceStatusRequest, DescribeInstanceStatusResult } from "../models/models_4";
5
5
  /**
6
6
  * @public
7
7
  */
@@ -55,6 +55,13 @@ declare const DescribeInstanceStatusCommand_base: {
55
55
  * see <a href="https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-lifecycle.html">Instance
56
56
  * lifecycle</a> in the <i>Amazon EC2 User Guide</i>.</p>
57
57
  * </li>
58
+ * <li>
59
+ * <p>
60
+ * <b>SQL license exemption monitoring</b> - For instances
61
+ * registered with the SQL LE service, status includes SQL license exemption monitoring
62
+ * health and processing status to provide operational visibility into license exemption
63
+ * functionality.</p>
64
+ * </li>
58
65
  * </ul>
59
66
  * <p>The Amazon EC2 API follows an eventual consistency model. This means that the result of an
60
67
  * API command you run that creates or modifies resources might not be immediately
@@ -1,8 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeInstanceTopologyRequest } from "../models/models_3";
5
- import { DescribeInstanceTopologyResult } from "../models/models_4";
4
+ import { DescribeInstanceTopologyRequest, DescribeInstanceTopologyResult } from "../models/models_4";
6
5
  /**
7
6
  * @public
8
7
  */
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../EC2Client";
4
- import { DescribeInstancesRequest, DescribeInstancesResult } from "../models/models_3";
4
+ import { DescribeInstancesRequest } from "../models/models_3";
5
+ import { DescribeInstancesResult } from "../models/models_4";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -34,6 +35,8 @@ declare const DescribeInstancesCommand_base: {
34
35
  * the output includes information for all instances, which can affect performance. We
35
36
  * recommend that you use pagination to ensure that the operation returns quickly and
36
37
  * successfully.</p>
38
+ * <p>The response includes SQL license exemption status information for instances registered
39
+ * with the SQL LE service, providing visibility into license exemption configuration and status.</p>
37
40
  * <p>If you specify an instance ID that is not valid, an error is returned. If you specify
38
41
  * an instance that you do not own, it is not included in the output.</p>
39
42
  * <p>Recently terminated instances might appear in the returned results. This interval is
@@ -125,7 +128,7 @@ declare const DescribeInstancesCommand_base: {
125
128
  * // Arn: "STRING_VALUE",
126
129
  * // Id: "STRING_VALUE",
127
130
  * // },
128
- * // InstanceLifecycle: "spot" || "scheduled" || "capacity-block",
131
+ * // InstanceLifecycle: "spot" || "scheduled" || "capacity-block" || "interruptible-capacity-reservation",
129
132
  * // ElasticGpuAssociations: [ // ElasticGpuAssociationList
130
133
  * // { // ElasticGpuAssociation
131
134
  * // ElasticGpuId: "STRING_VALUE",
@@ -89,7 +89,7 @@ declare const DescribeIpamPoolsCommand_base: {
89
89
  * // Value: "STRING_VALUE",
90
90
  * // },
91
91
  * // ],
92
- * // AwsService: "ec2",
92
+ * // AwsService: "ec2" || "global-services",
93
93
  * // PublicIpSource: "amazon" || "byoip",
94
94
  * // SourceResource: { // IpamPoolSourceResource
95
95
  * // ResourceId: "STRING_VALUE",
@@ -177,7 +177,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
177
177
  * // UserData: "STRING_VALUE",
178
178
  * // TagSpecifications: [ // LaunchTemplateTagSpecificationList
179
179
  * // { // LaunchTemplateTagSpecification
180
- * // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
180
+ * // ResourceType: "capacity-reservation" || "client-vpn-endpoint" || "customer-gateway" || "carrier-gateway" || "coip-pool" || "declarative-policies-report" || "dedicated-host" || "dhcp-options" || "egress-only-internet-gateway" || "elastic-ip" || "elastic-gpu" || "export-image-task" || "export-instance-task" || "fleet" || "fpga-image" || "host-reservation" || "image" || "image-usage-report" || "import-image-task" || "import-snapshot-task" || "instance" || "instance-event-window" || "internet-gateway" || "ipam" || "ipam-pool" || "ipam-scope" || "ipv4pool-ec2" || "ipv6pool-ec2" || "key-pair" || "launch-template" || "local-gateway" || "local-gateway-route-table" || "local-gateway-virtual-interface" || "local-gateway-virtual-interface-group" || "local-gateway-route-table-vpc-association" || "local-gateway-route-table-virtual-interface-group-association" || "natgateway" || "network-acl" || "network-interface" || "network-insights-analysis" || "network-insights-path" || "network-insights-access-scope" || "network-insights-access-scope-analysis" || "outpost-lag" || "placement-group" || "prefix-list" || "replace-root-volume-task" || "reserved-instances" || "route-table" || "security-group" || "security-group-rule" || "service-link-virtual-interface" || "snapshot" || "spot-fleet-request" || "spot-instances-request" || "subnet" || "subnet-cidr-reservation" || "traffic-mirror-filter" || "traffic-mirror-session" || "traffic-mirror-target" || "transit-gateway" || "transit-gateway-attachment" || "transit-gateway-connect-peer" || "transit-gateway-multicast-domain" || "transit-gateway-policy-table" || "transit-gateway-metering-policy" || "transit-gateway-route-table" || "transit-gateway-route-table-announcement" || "volume" || "vpc" || "vpc-endpoint" || "vpc-endpoint-connection" || "vpc-endpoint-service" || "vpc-endpoint-service-permission" || "vpc-peering-connection" || "vpn-connection" || "vpn-gateway" || "vpc-flow-log" || "capacity-reservation-fleet" || "traffic-mirror-filter-rule" || "vpc-endpoint-connection-device-type" || "verified-access-instance" || "verified-access-group" || "verified-access-endpoint" || "verified-access-policy" || "verified-access-trust-provider" || "vpn-connection-device-type" || "vpc-block-public-access-exclusion" || "vpc-encryption-control" || "route-server" || "route-server-endpoint" || "route-server-peer" || "ipam-resource-discovery" || "ipam-resource-discovery-association" || "instance-connect-endpoint" || "verified-access-endpoint-target" || "ipam-external-resource-verification-token" || "capacity-block" || "mac-modification-task" || "ipam-prefix-list-resolver" || "ipam-policy" || "ipam-prefix-list-resolver-target" || "capacity-manager-data-export" || "vpn-concentrator",
181
181
  * // Tags: [ // TagList
182
182
  * // { // Tag
183
183
  * // Key: "STRING_VALUE",
@@ -204,7 +204,7 @@ declare const DescribeLaunchTemplateVersionsCommand_base: {
204
204
  * // "STRING_VALUE",
205
205
  * // ],
206
206
  * // InstanceMarketOptions: { // LaunchTemplateInstanceMarketOptions
207
- * // MarketType: "spot" || "capacity-block",
207
+ * // MarketType: "spot" || "capacity-block" || "interruptible-capacity-reservation",
208
208
  * // SpotOptions: { // LaunchTemplateSpotMarketOptions
209
209
  * // MaxPrice: "STRING_VALUE",
210
210
  * // SpotInstanceType: "one-time" || "persistent",