@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
@@ -388,6 +388,10 @@ import {
388
388
  CreateInternetGatewayCommandInput,
389
389
  CreateInternetGatewayCommandOutput,
390
390
  } from "./commands/CreateInternetGatewayCommand";
391
+ import {
392
+ CreateInterruptibleCapacityReservationAllocationCommandInput,
393
+ CreateInterruptibleCapacityReservationAllocationCommandOutput,
394
+ } from "./commands/CreateInterruptibleCapacityReservationAllocationCommand";
391
395
  import {
392
396
  CreateIpamCommandInput,
393
397
  CreateIpamCommandOutput,
@@ -592,6 +596,14 @@ import {
592
596
  CreateTransitGatewayConnectPeerCommandInput,
593
597
  CreateTransitGatewayConnectPeerCommandOutput,
594
598
  } from "./commands/CreateTransitGatewayConnectPeerCommand";
599
+ import {
600
+ CreateTransitGatewayMeteringPolicyCommandInput,
601
+ CreateTransitGatewayMeteringPolicyCommandOutput,
602
+ } from "./commands/CreateTransitGatewayMeteringPolicyCommand";
603
+ import {
604
+ CreateTransitGatewayMeteringPolicyEntryCommandInput,
605
+ CreateTransitGatewayMeteringPolicyEntryCommandOutput,
606
+ } from "./commands/CreateTransitGatewayMeteringPolicyEntryCommand";
595
607
  import {
596
608
  CreateTransitGatewayMulticastDomainCommandInput,
597
609
  CreateTransitGatewayMulticastDomainCommandOutput,
@@ -652,6 +664,10 @@ import {
652
664
  CreateVpcCommandInput,
653
665
  CreateVpcCommandOutput,
654
666
  } from "./commands/CreateVpcCommand";
667
+ import {
668
+ CreateVpcEncryptionControlCommandInput,
669
+ CreateVpcEncryptionControlCommandOutput,
670
+ } from "./commands/CreateVpcEncryptionControlCommand";
655
671
  import {
656
672
  CreateVpcEndpointCommandInput,
657
673
  CreateVpcEndpointCommandOutput,
@@ -940,6 +956,14 @@ import {
940
956
  DeleteTransitGatewayConnectPeerCommandInput,
941
957
  DeleteTransitGatewayConnectPeerCommandOutput,
942
958
  } from "./commands/DeleteTransitGatewayConnectPeerCommand";
959
+ import {
960
+ DeleteTransitGatewayMeteringPolicyCommandInput,
961
+ DeleteTransitGatewayMeteringPolicyCommandOutput,
962
+ } from "./commands/DeleteTransitGatewayMeteringPolicyCommand";
963
+ import {
964
+ DeleteTransitGatewayMeteringPolicyEntryCommandInput,
965
+ DeleteTransitGatewayMeteringPolicyEntryCommandOutput,
966
+ } from "./commands/DeleteTransitGatewayMeteringPolicyEntryCommand";
943
967
  import {
944
968
  DeleteTransitGatewayMulticastDomainCommandInput,
945
969
  DeleteTransitGatewayMulticastDomainCommandOutput,
@@ -1000,6 +1024,10 @@ import {
1000
1024
  DeleteVpcCommandInput,
1001
1025
  DeleteVpcCommandOutput,
1002
1026
  } from "./commands/DeleteVpcCommand";
1027
+ import {
1028
+ DeleteVpcEncryptionControlCommandInput,
1029
+ DeleteVpcEncryptionControlCommandOutput,
1030
+ } from "./commands/DeleteVpcEncryptionControlCommand";
1003
1031
  import {
1004
1032
  DeleteVpcEndpointConnectionNotificationsCommandInput,
1005
1033
  DeleteVpcEndpointConnectionNotificationsCommandOutput,
@@ -1648,6 +1676,10 @@ import {
1648
1676
  DescribeTransitGatewayConnectsCommandInput,
1649
1677
  DescribeTransitGatewayConnectsCommandOutput,
1650
1678
  } from "./commands/DescribeTransitGatewayConnectsCommand";
1679
+ import {
1680
+ DescribeTransitGatewayMeteringPoliciesCommandInput,
1681
+ DescribeTransitGatewayMeteringPoliciesCommandOutput,
1682
+ } from "./commands/DescribeTransitGatewayMeteringPoliciesCommand";
1651
1683
  import {
1652
1684
  DescribeTransitGatewayMulticastDomainsCommandInput,
1653
1685
  DescribeTransitGatewayMulticastDomainsCommandOutput,
@@ -1736,6 +1768,10 @@ import {
1736
1768
  DescribeVpcClassicLinkDnsSupportCommandInput,
1737
1769
  DescribeVpcClassicLinkDnsSupportCommandOutput,
1738
1770
  } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
1771
+ import {
1772
+ DescribeVpcEncryptionControlsCommandInput,
1773
+ DescribeVpcEncryptionControlsCommandOutput,
1774
+ } from "./commands/DescribeVpcEncryptionControlsCommand";
1739
1775
  import {
1740
1776
  DescribeVpcEndpointAssociationsCommandInput,
1741
1777
  DescribeVpcEndpointAssociationsCommandOutput,
@@ -2292,6 +2328,10 @@ import {
2292
2328
  GetTransitGatewayAttachmentPropagationsCommandInput,
2293
2329
  GetTransitGatewayAttachmentPropagationsCommandOutput,
2294
2330
  } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
2331
+ import {
2332
+ GetTransitGatewayMeteringPolicyEntriesCommandInput,
2333
+ GetTransitGatewayMeteringPolicyEntriesCommandOutput,
2334
+ } from "./commands/GetTransitGatewayMeteringPolicyEntriesCommand";
2295
2335
  import {
2296
2336
  GetTransitGatewayMulticastDomainAssociationsCommandInput,
2297
2337
  GetTransitGatewayMulticastDomainAssociationsCommandOutput,
@@ -2328,6 +2368,10 @@ import {
2328
2368
  GetVerifiedAccessGroupPolicyCommandInput,
2329
2369
  GetVerifiedAccessGroupPolicyCommandOutput,
2330
2370
  } from "./commands/GetVerifiedAccessGroupPolicyCommand";
2371
+ import {
2372
+ GetVpcResourcesBlockingEncryptionEnforcementCommandInput,
2373
+ GetVpcResourcesBlockingEncryptionEnforcementCommandOutput,
2374
+ } from "./commands/GetVpcResourcesBlockingEncryptionEnforcementCommand";
2331
2375
  import {
2332
2376
  GetVpnConnectionDeviceSampleConfigurationCommandInput,
2333
2377
  GetVpnConnectionDeviceSampleConfigurationCommandOutput,
@@ -2372,6 +2416,10 @@ import {
2372
2416
  ListSnapshotsInRecycleBinCommandInput,
2373
2417
  ListSnapshotsInRecycleBinCommandOutput,
2374
2418
  } from "./commands/ListSnapshotsInRecycleBinCommand";
2419
+ import {
2420
+ ListVolumesInRecycleBinCommandInput,
2421
+ ListVolumesInRecycleBinCommandOutput,
2422
+ } from "./commands/ListVolumesInRecycleBinCommand";
2375
2423
  import {
2376
2424
  LockSnapshotCommandInput,
2377
2425
  LockSnapshotCommandOutput,
@@ -2576,6 +2624,10 @@ import {
2576
2624
  ModifyTransitGatewayCommandInput,
2577
2625
  ModifyTransitGatewayCommandOutput,
2578
2626
  } from "./commands/ModifyTransitGatewayCommand";
2627
+ import {
2628
+ ModifyTransitGatewayMeteringPolicyCommandInput,
2629
+ ModifyTransitGatewayMeteringPolicyCommandOutput,
2630
+ } from "./commands/ModifyTransitGatewayMeteringPolicyCommand";
2579
2631
  import {
2580
2632
  ModifyTransitGatewayPrefixListReferenceCommandInput,
2581
2633
  ModifyTransitGatewayPrefixListReferenceCommandOutput,
@@ -2632,6 +2684,10 @@ import {
2632
2684
  ModifyVpcBlockPublicAccessOptionsCommandInput,
2633
2685
  ModifyVpcBlockPublicAccessOptionsCommandOutput,
2634
2686
  } from "./commands/ModifyVpcBlockPublicAccessOptionsCommand";
2687
+ import {
2688
+ ModifyVpcEncryptionControlCommandInput,
2689
+ ModifyVpcEncryptionControlCommandOutput,
2690
+ } from "./commands/ModifyVpcEncryptionControlCommand";
2635
2691
  import {
2636
2692
  ModifyVpcEndpointCommandInput,
2637
2693
  ModifyVpcEndpointCommandOutput,
@@ -2876,6 +2932,10 @@ import {
2876
2932
  RestoreSnapshotTierCommandInput,
2877
2933
  RestoreSnapshotTierCommandOutput,
2878
2934
  } from "./commands/RestoreSnapshotTierCommand";
2935
+ import {
2936
+ RestoreVolumeFromRecycleBinCommandInput,
2937
+ RestoreVolumeFromRecycleBinCommandOutput,
2938
+ } from "./commands/RestoreVolumeFromRecycleBinCommand";
2879
2939
  import {
2880
2940
  RevokeClientVpnIngressCommandInput,
2881
2941
  RevokeClientVpnIngressCommandOutput,
@@ -2968,6 +3028,10 @@ import {
2968
3028
  UpdateCapacityManagerOrganizationsAccessCommandInput,
2969
3029
  UpdateCapacityManagerOrganizationsAccessCommandOutput,
2970
3030
  } from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
3031
+ import {
3032
+ UpdateInterruptibleCapacityReservationAllocationCommandInput,
3033
+ UpdateInterruptibleCapacityReservationAllocationCommandOutput,
3034
+ } from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
2971
3035
  import {
2972
3036
  UpdateSecurityGroupRuleDescriptionsEgressCommandInput,
2973
3037
  UpdateSecurityGroupRuleDescriptionsEgressCommandOutput,
@@ -3073,6 +3137,7 @@ export type ServiceInputTypes =
3073
3137
  | CreateInstanceEventWindowCommandInput
3074
3138
  | CreateInstanceExportTaskCommandInput
3075
3139
  | CreateInternetGatewayCommandInput
3140
+ | CreateInterruptibleCapacityReservationAllocationCommandInput
3076
3141
  | CreateIpamCommandInput
3077
3142
  | CreateIpamExternalResourceVerificationTokenCommandInput
3078
3143
  | CreateIpamPolicyCommandInput
@@ -3124,6 +3189,8 @@ export type ServiceInputTypes =
3124
3189
  | CreateTransitGatewayCommandInput
3125
3190
  | CreateTransitGatewayConnectCommandInput
3126
3191
  | CreateTransitGatewayConnectPeerCommandInput
3192
+ | CreateTransitGatewayMeteringPolicyCommandInput
3193
+ | CreateTransitGatewayMeteringPolicyEntryCommandInput
3127
3194
  | CreateTransitGatewayMulticastDomainCommandInput
3128
3195
  | CreateTransitGatewayPeeringAttachmentCommandInput
3129
3196
  | CreateTransitGatewayPolicyTableCommandInput
@@ -3139,6 +3206,7 @@ export type ServiceInputTypes =
3139
3206
  | CreateVolumeCommandInput
3140
3207
  | CreateVpcBlockPublicAccessExclusionCommandInput
3141
3208
  | CreateVpcCommandInput
3209
+ | CreateVpcEncryptionControlCommandInput
3142
3210
  | CreateVpcEndpointCommandInput
3143
3211
  | CreateVpcEndpointConnectionNotificationCommandInput
3144
3212
  | CreateVpcEndpointServiceConfigurationCommandInput
@@ -3211,6 +3279,8 @@ export type ServiceInputTypes =
3211
3279
  | DeleteTransitGatewayCommandInput
3212
3280
  | DeleteTransitGatewayConnectCommandInput
3213
3281
  | DeleteTransitGatewayConnectPeerCommandInput
3282
+ | DeleteTransitGatewayMeteringPolicyCommandInput
3283
+ | DeleteTransitGatewayMeteringPolicyEntryCommandInput
3214
3284
  | DeleteTransitGatewayMulticastDomainCommandInput
3215
3285
  | DeleteTransitGatewayPeeringAttachmentCommandInput
3216
3286
  | DeleteTransitGatewayPolicyTableCommandInput
@@ -3226,6 +3296,7 @@ export type ServiceInputTypes =
3226
3296
  | DeleteVolumeCommandInput
3227
3297
  | DeleteVpcBlockPublicAccessExclusionCommandInput
3228
3298
  | DeleteVpcCommandInput
3299
+ | DeleteVpcEncryptionControlCommandInput
3229
3300
  | DeleteVpcEndpointConnectionNotificationsCommandInput
3230
3301
  | DeleteVpcEndpointServiceConfigurationsCommandInput
3231
3302
  | DeleteVpcEndpointsCommandInput
@@ -3388,6 +3459,7 @@ export type ServiceInputTypes =
3388
3459
  | DescribeTransitGatewayAttachmentsCommandInput
3389
3460
  | DescribeTransitGatewayConnectPeersCommandInput
3390
3461
  | DescribeTransitGatewayConnectsCommandInput
3462
+ | DescribeTransitGatewayMeteringPoliciesCommandInput
3391
3463
  | DescribeTransitGatewayMulticastDomainsCommandInput
3392
3464
  | DescribeTransitGatewayPeeringAttachmentsCommandInput
3393
3465
  | DescribeTransitGatewayPolicyTablesCommandInput
@@ -3410,6 +3482,7 @@ export type ServiceInputTypes =
3410
3482
  | DescribeVpcBlockPublicAccessOptionsCommandInput
3411
3483
  | DescribeVpcClassicLinkCommandInput
3412
3484
  | DescribeVpcClassicLinkDnsSupportCommandInput
3485
+ | DescribeVpcEncryptionControlsCommandInput
3413
3486
  | DescribeVpcEndpointAssociationsCommandInput
3414
3487
  | DescribeVpcEndpointConnectionNotificationsCommandInput
3415
3488
  | DescribeVpcEndpointConnectionsCommandInput
@@ -3549,6 +3622,7 @@ export type ServiceInputTypes =
3549
3622
  | GetSpotPlacementScoresCommandInput
3550
3623
  | GetSubnetCidrReservationsCommandInput
3551
3624
  | GetTransitGatewayAttachmentPropagationsCommandInput
3625
+ | GetTransitGatewayMeteringPolicyEntriesCommandInput
3552
3626
  | GetTransitGatewayMulticastDomainAssociationsCommandInput
3553
3627
  | GetTransitGatewayPolicyTableAssociationsCommandInput
3554
3628
  | GetTransitGatewayPolicyTableEntriesCommandInput
@@ -3558,6 +3632,7 @@ export type ServiceInputTypes =
3558
3632
  | GetVerifiedAccessEndpointPolicyCommandInput
3559
3633
  | GetVerifiedAccessEndpointTargetsCommandInput
3560
3634
  | GetVerifiedAccessGroupPolicyCommandInput
3635
+ | GetVpcResourcesBlockingEncryptionEnforcementCommandInput
3561
3636
  | GetVpnConnectionDeviceSampleConfigurationCommandInput
3562
3637
  | GetVpnConnectionDeviceTypesCommandInput
3563
3638
  | GetVpnTunnelReplacementStatusCommandInput
@@ -3569,6 +3644,7 @@ export type ServiceInputTypes =
3569
3644
  | ImportVolumeCommandInput
3570
3645
  | ListImagesInRecycleBinCommandInput
3571
3646
  | ListSnapshotsInRecycleBinCommandInput
3647
+ | ListVolumesInRecycleBinCommandInput
3572
3648
  | LockSnapshotCommandInput
3573
3649
  | ModifyAddressAttributeCommandInput
3574
3650
  | ModifyAvailabilityZoneGroupCommandInput
@@ -3620,6 +3696,7 @@ export type ServiceInputTypes =
3620
3696
  | ModifyTrafficMirrorFilterRuleCommandInput
3621
3697
  | ModifyTrafficMirrorSessionCommandInput
3622
3698
  | ModifyTransitGatewayCommandInput
3699
+ | ModifyTransitGatewayMeteringPolicyCommandInput
3623
3700
  | ModifyTransitGatewayPrefixListReferenceCommandInput
3624
3701
  | ModifyTransitGatewayVpcAttachmentCommandInput
3625
3702
  | ModifyVerifiedAccessEndpointCommandInput
@@ -3634,6 +3711,7 @@ export type ServiceInputTypes =
3634
3711
  | ModifyVpcAttributeCommandInput
3635
3712
  | ModifyVpcBlockPublicAccessExclusionCommandInput
3636
3713
  | ModifyVpcBlockPublicAccessOptionsCommandInput
3714
+ | ModifyVpcEncryptionControlCommandInput
3637
3715
  | ModifyVpcEndpointCommandInput
3638
3716
  | ModifyVpcEndpointConnectionNotificationCommandInput
3639
3717
  | ModifyVpcEndpointServiceConfigurationCommandInput
@@ -3695,6 +3773,7 @@ export type ServiceInputTypes =
3695
3773
  | RestoreManagedPrefixListVersionCommandInput
3696
3774
  | RestoreSnapshotFromRecycleBinCommandInput
3697
3775
  | RestoreSnapshotTierCommandInput
3776
+ | RestoreVolumeFromRecycleBinCommandInput
3698
3777
  | RevokeClientVpnIngressCommandInput
3699
3778
  | RevokeSecurityGroupEgressCommandInput
3700
3779
  | RevokeSecurityGroupIngressCommandInput
@@ -3718,6 +3797,7 @@ export type ServiceInputTypes =
3718
3797
  | UnlockSnapshotCommandInput
3719
3798
  | UnmonitorInstancesCommandInput
3720
3799
  | UpdateCapacityManagerOrganizationsAccessCommandInput
3800
+ | UpdateInterruptibleCapacityReservationAllocationCommandInput
3721
3801
  | UpdateSecurityGroupRuleDescriptionsEgressCommandInput
3722
3802
  | UpdateSecurityGroupRuleDescriptionsIngressCommandInput
3723
3803
  | WithdrawByoipCidrCommandInput;
@@ -3807,6 +3887,7 @@ export type ServiceOutputTypes =
3807
3887
  | CreateInstanceEventWindowCommandOutput
3808
3888
  | CreateInstanceExportTaskCommandOutput
3809
3889
  | CreateInternetGatewayCommandOutput
3890
+ | CreateInterruptibleCapacityReservationAllocationCommandOutput
3810
3891
  | CreateIpamCommandOutput
3811
3892
  | CreateIpamExternalResourceVerificationTokenCommandOutput
3812
3893
  | CreateIpamPolicyCommandOutput
@@ -3858,6 +3939,8 @@ export type ServiceOutputTypes =
3858
3939
  | CreateTransitGatewayCommandOutput
3859
3940
  | CreateTransitGatewayConnectCommandOutput
3860
3941
  | CreateTransitGatewayConnectPeerCommandOutput
3942
+ | CreateTransitGatewayMeteringPolicyCommandOutput
3943
+ | CreateTransitGatewayMeteringPolicyEntryCommandOutput
3861
3944
  | CreateTransitGatewayMulticastDomainCommandOutput
3862
3945
  | CreateTransitGatewayPeeringAttachmentCommandOutput
3863
3946
  | CreateTransitGatewayPolicyTableCommandOutput
@@ -3873,6 +3956,7 @@ export type ServiceOutputTypes =
3873
3956
  | CreateVolumeCommandOutput
3874
3957
  | CreateVpcBlockPublicAccessExclusionCommandOutput
3875
3958
  | CreateVpcCommandOutput
3959
+ | CreateVpcEncryptionControlCommandOutput
3876
3960
  | CreateVpcEndpointCommandOutput
3877
3961
  | CreateVpcEndpointConnectionNotificationCommandOutput
3878
3962
  | CreateVpcEndpointServiceConfigurationCommandOutput
@@ -3945,6 +4029,8 @@ export type ServiceOutputTypes =
3945
4029
  | DeleteTransitGatewayCommandOutput
3946
4030
  | DeleteTransitGatewayConnectCommandOutput
3947
4031
  | DeleteTransitGatewayConnectPeerCommandOutput
4032
+ | DeleteTransitGatewayMeteringPolicyCommandOutput
4033
+ | DeleteTransitGatewayMeteringPolicyEntryCommandOutput
3948
4034
  | DeleteTransitGatewayMulticastDomainCommandOutput
3949
4035
  | DeleteTransitGatewayPeeringAttachmentCommandOutput
3950
4036
  | DeleteTransitGatewayPolicyTableCommandOutput
@@ -3960,6 +4046,7 @@ export type ServiceOutputTypes =
3960
4046
  | DeleteVolumeCommandOutput
3961
4047
  | DeleteVpcBlockPublicAccessExclusionCommandOutput
3962
4048
  | DeleteVpcCommandOutput
4049
+ | DeleteVpcEncryptionControlCommandOutput
3963
4050
  | DeleteVpcEndpointConnectionNotificationsCommandOutput
3964
4051
  | DeleteVpcEndpointServiceConfigurationsCommandOutput
3965
4052
  | DeleteVpcEndpointsCommandOutput
@@ -4122,6 +4209,7 @@ export type ServiceOutputTypes =
4122
4209
  | DescribeTransitGatewayAttachmentsCommandOutput
4123
4210
  | DescribeTransitGatewayConnectPeersCommandOutput
4124
4211
  | DescribeTransitGatewayConnectsCommandOutput
4212
+ | DescribeTransitGatewayMeteringPoliciesCommandOutput
4125
4213
  | DescribeTransitGatewayMulticastDomainsCommandOutput
4126
4214
  | DescribeTransitGatewayPeeringAttachmentsCommandOutput
4127
4215
  | DescribeTransitGatewayPolicyTablesCommandOutput
@@ -4144,6 +4232,7 @@ export type ServiceOutputTypes =
4144
4232
  | DescribeVpcBlockPublicAccessOptionsCommandOutput
4145
4233
  | DescribeVpcClassicLinkCommandOutput
4146
4234
  | DescribeVpcClassicLinkDnsSupportCommandOutput
4235
+ | DescribeVpcEncryptionControlsCommandOutput
4147
4236
  | DescribeVpcEndpointAssociationsCommandOutput
4148
4237
  | DescribeVpcEndpointConnectionNotificationsCommandOutput
4149
4238
  | DescribeVpcEndpointConnectionsCommandOutput
@@ -4283,6 +4372,7 @@ export type ServiceOutputTypes =
4283
4372
  | GetSpotPlacementScoresCommandOutput
4284
4373
  | GetSubnetCidrReservationsCommandOutput
4285
4374
  | GetTransitGatewayAttachmentPropagationsCommandOutput
4375
+ | GetTransitGatewayMeteringPolicyEntriesCommandOutput
4286
4376
  | GetTransitGatewayMulticastDomainAssociationsCommandOutput
4287
4377
  | GetTransitGatewayPolicyTableAssociationsCommandOutput
4288
4378
  | GetTransitGatewayPolicyTableEntriesCommandOutput
@@ -4292,6 +4382,7 @@ export type ServiceOutputTypes =
4292
4382
  | GetVerifiedAccessEndpointPolicyCommandOutput
4293
4383
  | GetVerifiedAccessEndpointTargetsCommandOutput
4294
4384
  | GetVerifiedAccessGroupPolicyCommandOutput
4385
+ | GetVpcResourcesBlockingEncryptionEnforcementCommandOutput
4295
4386
  | GetVpnConnectionDeviceSampleConfigurationCommandOutput
4296
4387
  | GetVpnConnectionDeviceTypesCommandOutput
4297
4388
  | GetVpnTunnelReplacementStatusCommandOutput
@@ -4303,6 +4394,7 @@ export type ServiceOutputTypes =
4303
4394
  | ImportVolumeCommandOutput
4304
4395
  | ListImagesInRecycleBinCommandOutput
4305
4396
  | ListSnapshotsInRecycleBinCommandOutput
4397
+ | ListVolumesInRecycleBinCommandOutput
4306
4398
  | LockSnapshotCommandOutput
4307
4399
  | ModifyAddressAttributeCommandOutput
4308
4400
  | ModifyAvailabilityZoneGroupCommandOutput
@@ -4354,6 +4446,7 @@ export type ServiceOutputTypes =
4354
4446
  | ModifyTrafficMirrorFilterRuleCommandOutput
4355
4447
  | ModifyTrafficMirrorSessionCommandOutput
4356
4448
  | ModifyTransitGatewayCommandOutput
4449
+ | ModifyTransitGatewayMeteringPolicyCommandOutput
4357
4450
  | ModifyTransitGatewayPrefixListReferenceCommandOutput
4358
4451
  | ModifyTransitGatewayVpcAttachmentCommandOutput
4359
4452
  | ModifyVerifiedAccessEndpointCommandOutput
@@ -4368,6 +4461,7 @@ export type ServiceOutputTypes =
4368
4461
  | ModifyVpcAttributeCommandOutput
4369
4462
  | ModifyVpcBlockPublicAccessExclusionCommandOutput
4370
4463
  | ModifyVpcBlockPublicAccessOptionsCommandOutput
4464
+ | ModifyVpcEncryptionControlCommandOutput
4371
4465
  | ModifyVpcEndpointCommandOutput
4372
4466
  | ModifyVpcEndpointConnectionNotificationCommandOutput
4373
4467
  | ModifyVpcEndpointServiceConfigurationCommandOutput
@@ -4429,6 +4523,7 @@ export type ServiceOutputTypes =
4429
4523
  | RestoreManagedPrefixListVersionCommandOutput
4430
4524
  | RestoreSnapshotFromRecycleBinCommandOutput
4431
4525
  | RestoreSnapshotTierCommandOutput
4526
+ | RestoreVolumeFromRecycleBinCommandOutput
4432
4527
  | RevokeClientVpnIngressCommandOutput
4433
4528
  | RevokeSecurityGroupEgressCommandOutput
4434
4529
  | RevokeSecurityGroupIngressCommandOutput
@@ -4452,6 +4547,7 @@ export type ServiceOutputTypes =
4452
4547
  | UnlockSnapshotCommandOutput
4453
4548
  | UnmonitorInstancesCommandOutput
4454
4549
  | UpdateCapacityManagerOrganizationsAccessCommandOutput
4550
+ | UpdateInterruptibleCapacityReservationAllocationCommandOutput
4455
4551
  | UpdateSecurityGroupRuleDescriptionsEgressCommandOutput
4456
4552
  | UpdateSecurityGroupRuleDescriptionsIngressCommandOutput
4457
4553
  | WithdrawByoipCidrCommandOutput;
@@ -5,8 +5,10 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import { CreateDhcpOptionsRequest } from "../models/models_0";
9
- import { CreateDhcpOptionsResult } from "../models/models_1";
8
+ import {
9
+ CreateDhcpOptionsRequest,
10
+ CreateDhcpOptionsResult,
11
+ } from "../models/models_1";
10
12
  export { __MetadataBearer };
11
13
  export { $Command };
12
14
  export interface CreateDhcpOptionsCommandInput
@@ -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
+ CreateInterruptibleCapacityReservationAllocationRequest,
10
+ CreateInterruptibleCapacityReservationAllocationResult,
11
+ } from "../models/models_1";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateInterruptibleCapacityReservationAllocationCommandInput
15
+ extends CreateInterruptibleCapacityReservationAllocationRequest {}
16
+ export interface CreateInterruptibleCapacityReservationAllocationCommandOutput
17
+ extends CreateInterruptibleCapacityReservationAllocationResult,
18
+ __MetadataBearer {}
19
+ declare const CreateInterruptibleCapacityReservationAllocationCommand_base: {
20
+ new (
21
+ input: CreateInterruptibleCapacityReservationAllocationCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateInterruptibleCapacityReservationAllocationCommandInput,
24
+ CreateInterruptibleCapacityReservationAllocationCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateInterruptibleCapacityReservationAllocationCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateInterruptibleCapacityReservationAllocationCommandInput,
33
+ CreateInterruptibleCapacityReservationAllocationCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateInterruptibleCapacityReservationAllocationCommand extends CreateInterruptibleCapacityReservationAllocationCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateInterruptibleCapacityReservationAllocationRequest;
44
+ output: CreateInterruptibleCapacityReservationAllocationResult;
45
+ };
46
+ sdk: {
47
+ input: CreateInterruptibleCapacityReservationAllocationCommandInput;
48
+ output: CreateInterruptibleCapacityReservationAllocationCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -5,10 +5,8 @@ import {
5
5
  ServiceInputTypes,
6
6
  ServiceOutputTypes,
7
7
  } from "../EC2Client";
8
- import {
9
- CreateSpotDatafeedSubscriptionRequest,
10
- CreateSpotDatafeedSubscriptionResult,
11
- } from "../models/models_1";
8
+ import { CreateSpotDatafeedSubscriptionRequest } from "../models/models_1";
9
+ import { CreateSpotDatafeedSubscriptionResult } from "../models/models_2";
12
10
  export { __MetadataBearer };
13
11
  export { $Command };
14
12
  export interface CreateSpotDatafeedSubscriptionCommandInput
@@ -8,7 +8,7 @@ import {
8
8
  import {
9
9
  CreateStoreImageTaskRequest,
10
10
  CreateStoreImageTaskResult,
11
- } from "../models/models_1";
11
+ } from "../models/models_2";
12
12
  export { __MetadataBearer };
13
13
  export { $Command };
14
14
  export interface CreateStoreImageTaskCommandInput
@@ -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
+ CreateTransitGatewayMeteringPolicyRequest,
10
+ CreateTransitGatewayMeteringPolicyResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateTransitGatewayMeteringPolicyCommandInput
15
+ extends CreateTransitGatewayMeteringPolicyRequest {}
16
+ export interface CreateTransitGatewayMeteringPolicyCommandOutput
17
+ extends CreateTransitGatewayMeteringPolicyResult,
18
+ __MetadataBearer {}
19
+ declare const CreateTransitGatewayMeteringPolicyCommand_base: {
20
+ new (
21
+ input: CreateTransitGatewayMeteringPolicyCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateTransitGatewayMeteringPolicyCommandInput,
24
+ CreateTransitGatewayMeteringPolicyCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateTransitGatewayMeteringPolicyCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateTransitGatewayMeteringPolicyCommandInput,
33
+ CreateTransitGatewayMeteringPolicyCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateTransitGatewayMeteringPolicyCommand extends CreateTransitGatewayMeteringPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateTransitGatewayMeteringPolicyRequest;
44
+ output: CreateTransitGatewayMeteringPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: CreateTransitGatewayMeteringPolicyCommandInput;
48
+ output: CreateTransitGatewayMeteringPolicyCommandOutput;
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
+ CreateTransitGatewayMeteringPolicyEntryRequest,
10
+ CreateTransitGatewayMeteringPolicyEntryResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateTransitGatewayMeteringPolicyEntryCommandInput
15
+ extends CreateTransitGatewayMeteringPolicyEntryRequest {}
16
+ export interface CreateTransitGatewayMeteringPolicyEntryCommandOutput
17
+ extends CreateTransitGatewayMeteringPolicyEntryResult,
18
+ __MetadataBearer {}
19
+ declare const CreateTransitGatewayMeteringPolicyEntryCommand_base: {
20
+ new (
21
+ input: CreateTransitGatewayMeteringPolicyEntryCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateTransitGatewayMeteringPolicyEntryCommandInput,
24
+ CreateTransitGatewayMeteringPolicyEntryCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateTransitGatewayMeteringPolicyEntryCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateTransitGatewayMeteringPolicyEntryCommandInput,
33
+ CreateTransitGatewayMeteringPolicyEntryCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateTransitGatewayMeteringPolicyEntryCommand extends CreateTransitGatewayMeteringPolicyEntryCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateTransitGatewayMeteringPolicyEntryRequest;
44
+ output: CreateTransitGatewayMeteringPolicyEntryResult;
45
+ };
46
+ sdk: {
47
+ input: CreateTransitGatewayMeteringPolicyEntryCommandInput;
48
+ output: CreateTransitGatewayMeteringPolicyEntryCommandOutput;
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
+ CreateVpcEncryptionControlRequest,
10
+ CreateVpcEncryptionControlResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface CreateVpcEncryptionControlCommandInput
15
+ extends CreateVpcEncryptionControlRequest {}
16
+ export interface CreateVpcEncryptionControlCommandOutput
17
+ extends CreateVpcEncryptionControlResult,
18
+ __MetadataBearer {}
19
+ declare const CreateVpcEncryptionControlCommand_base: {
20
+ new (
21
+ input: CreateVpcEncryptionControlCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ CreateVpcEncryptionControlCommandInput,
24
+ CreateVpcEncryptionControlCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: CreateVpcEncryptionControlCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ CreateVpcEncryptionControlCommandInput,
33
+ CreateVpcEncryptionControlCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class CreateVpcEncryptionControlCommand extends CreateVpcEncryptionControlCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: CreateVpcEncryptionControlRequest;
44
+ output: CreateVpcEncryptionControlResult;
45
+ };
46
+ sdk: {
47
+ input: CreateVpcEncryptionControlCommandInput;
48
+ output: CreateVpcEncryptionControlCommandOutput;
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
+ DeleteTransitGatewayMeteringPolicyRequest,
10
+ DeleteTransitGatewayMeteringPolicyResult,
11
+ } from "../models/models_2";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface DeleteTransitGatewayMeteringPolicyCommandInput
15
+ extends DeleteTransitGatewayMeteringPolicyRequest {}
16
+ export interface DeleteTransitGatewayMeteringPolicyCommandOutput
17
+ extends DeleteTransitGatewayMeteringPolicyResult,
18
+ __MetadataBearer {}
19
+ declare const DeleteTransitGatewayMeteringPolicyCommand_base: {
20
+ new (
21
+ input: DeleteTransitGatewayMeteringPolicyCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ DeleteTransitGatewayMeteringPolicyCommandInput,
24
+ DeleteTransitGatewayMeteringPolicyCommandOutput,
25
+ EC2ClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: DeleteTransitGatewayMeteringPolicyCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ DeleteTransitGatewayMeteringPolicyCommandInput,
33
+ DeleteTransitGatewayMeteringPolicyCommandOutput,
34
+ EC2ClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class DeleteTransitGatewayMeteringPolicyCommand extends DeleteTransitGatewayMeteringPolicyCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: DeleteTransitGatewayMeteringPolicyRequest;
44
+ output: DeleteTransitGatewayMeteringPolicyResult;
45
+ };
46
+ sdk: {
47
+ input: DeleteTransitGatewayMeteringPolicyCommandInput;
48
+ output: DeleteTransitGatewayMeteringPolicyCommandOutput;
49
+ };
50
+ };
51
+ }