@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
package/dist-es/EC2.js CHANGED
@@ -84,6 +84,7 @@ import { CreateInstanceConnectEndpointCommand, } from "./commands/CreateInstance
84
84
  import { CreateInstanceEventWindowCommand, } from "./commands/CreateInstanceEventWindowCommand";
85
85
  import { CreateInstanceExportTaskCommand, } from "./commands/CreateInstanceExportTaskCommand";
86
86
  import { CreateInternetGatewayCommand, } from "./commands/CreateInternetGatewayCommand";
87
+ import { CreateInterruptibleCapacityReservationAllocationCommand, } from "./commands/CreateInterruptibleCapacityReservationAllocationCommand";
87
88
  import { CreateIpamCommand } from "./commands/CreateIpamCommand";
88
89
  import { CreateIpamExternalResourceVerificationTokenCommand, } from "./commands/CreateIpamExternalResourceVerificationTokenCommand";
89
90
  import { CreateIpamPolicyCommand, } from "./commands/CreateIpamPolicyCommand";
@@ -135,6 +136,8 @@ import { CreateTrafficMirrorTargetCommand, } from "./commands/CreateTrafficMirro
135
136
  import { CreateTransitGatewayCommand, } from "./commands/CreateTransitGatewayCommand";
136
137
  import { CreateTransitGatewayConnectCommand, } from "./commands/CreateTransitGatewayConnectCommand";
137
138
  import { CreateTransitGatewayConnectPeerCommand, } from "./commands/CreateTransitGatewayConnectPeerCommand";
139
+ import { CreateTransitGatewayMeteringPolicyCommand, } from "./commands/CreateTransitGatewayMeteringPolicyCommand";
140
+ import { CreateTransitGatewayMeteringPolicyEntryCommand, } from "./commands/CreateTransitGatewayMeteringPolicyEntryCommand";
138
141
  import { CreateTransitGatewayMulticastDomainCommand, } from "./commands/CreateTransitGatewayMulticastDomainCommand";
139
142
  import { CreateTransitGatewayPeeringAttachmentCommand, } from "./commands/CreateTransitGatewayPeeringAttachmentCommand";
140
143
  import { CreateTransitGatewayPolicyTableCommand, } from "./commands/CreateTransitGatewayPolicyTableCommand";
@@ -150,6 +153,7 @@ import { CreateVerifiedAccessTrustProviderCommand, } from "./commands/CreateVeri
150
153
  import { CreateVolumeCommand, } from "./commands/CreateVolumeCommand";
151
154
  import { CreateVpcBlockPublicAccessExclusionCommand, } from "./commands/CreateVpcBlockPublicAccessExclusionCommand";
152
155
  import { CreateVpcCommand } from "./commands/CreateVpcCommand";
156
+ import { CreateVpcEncryptionControlCommand, } from "./commands/CreateVpcEncryptionControlCommand";
153
157
  import { CreateVpcEndpointCommand, } from "./commands/CreateVpcEndpointCommand";
154
158
  import { CreateVpcEndpointConnectionNotificationCommand, } from "./commands/CreateVpcEndpointConnectionNotificationCommand";
155
159
  import { CreateVpcEndpointServiceConfigurationCommand, } from "./commands/CreateVpcEndpointServiceConfigurationCommand";
@@ -222,6 +226,8 @@ import { DeleteTrafficMirrorTargetCommand, } from "./commands/DeleteTrafficMirro
222
226
  import { DeleteTransitGatewayCommand, } from "./commands/DeleteTransitGatewayCommand";
223
227
  import { DeleteTransitGatewayConnectCommand, } from "./commands/DeleteTransitGatewayConnectCommand";
224
228
  import { DeleteTransitGatewayConnectPeerCommand, } from "./commands/DeleteTransitGatewayConnectPeerCommand";
229
+ import { DeleteTransitGatewayMeteringPolicyCommand, } from "./commands/DeleteTransitGatewayMeteringPolicyCommand";
230
+ import { DeleteTransitGatewayMeteringPolicyEntryCommand, } from "./commands/DeleteTransitGatewayMeteringPolicyEntryCommand";
225
231
  import { DeleteTransitGatewayMulticastDomainCommand, } from "./commands/DeleteTransitGatewayMulticastDomainCommand";
226
232
  import { DeleteTransitGatewayPeeringAttachmentCommand, } from "./commands/DeleteTransitGatewayPeeringAttachmentCommand";
227
233
  import { DeleteTransitGatewayPolicyTableCommand, } from "./commands/DeleteTransitGatewayPolicyTableCommand";
@@ -237,6 +243,7 @@ import { DeleteVerifiedAccessTrustProviderCommand, } from "./commands/DeleteVeri
237
243
  import { DeleteVolumeCommand, } from "./commands/DeleteVolumeCommand";
238
244
  import { DeleteVpcBlockPublicAccessExclusionCommand, } from "./commands/DeleteVpcBlockPublicAccessExclusionCommand";
239
245
  import { DeleteVpcCommand } from "./commands/DeleteVpcCommand";
246
+ import { DeleteVpcEncryptionControlCommand, } from "./commands/DeleteVpcEncryptionControlCommand";
240
247
  import { DeleteVpcEndpointConnectionNotificationsCommand, } from "./commands/DeleteVpcEndpointConnectionNotificationsCommand";
241
248
  import { DeleteVpcEndpointsCommand, } from "./commands/DeleteVpcEndpointsCommand";
242
249
  import { DeleteVpcEndpointServiceConfigurationsCommand, } from "./commands/DeleteVpcEndpointServiceConfigurationsCommand";
@@ -399,6 +406,7 @@ import { DescribeTrafficMirrorTargetsCommand, } from "./commands/DescribeTraffic
399
406
  import { DescribeTransitGatewayAttachmentsCommand, } from "./commands/DescribeTransitGatewayAttachmentsCommand";
400
407
  import { DescribeTransitGatewayConnectPeersCommand, } from "./commands/DescribeTransitGatewayConnectPeersCommand";
401
408
  import { DescribeTransitGatewayConnectsCommand, } from "./commands/DescribeTransitGatewayConnectsCommand";
409
+ import { DescribeTransitGatewayMeteringPoliciesCommand, } from "./commands/DescribeTransitGatewayMeteringPoliciesCommand";
402
410
  import { DescribeTransitGatewayMulticastDomainsCommand, } from "./commands/DescribeTransitGatewayMulticastDomainsCommand";
403
411
  import { DescribeTransitGatewayPeeringAttachmentsCommand, } from "./commands/DescribeTransitGatewayPeeringAttachmentsCommand";
404
412
  import { DescribeTransitGatewayPolicyTablesCommand, } from "./commands/DescribeTransitGatewayPolicyTablesCommand";
@@ -421,6 +429,7 @@ import { DescribeVpcBlockPublicAccessExclusionsCommand, } from "./commands/Descr
421
429
  import { DescribeVpcBlockPublicAccessOptionsCommand, } from "./commands/DescribeVpcBlockPublicAccessOptionsCommand";
422
430
  import { DescribeVpcClassicLinkCommand, } from "./commands/DescribeVpcClassicLinkCommand";
423
431
  import { DescribeVpcClassicLinkDnsSupportCommand, } from "./commands/DescribeVpcClassicLinkDnsSupportCommand";
432
+ import { DescribeVpcEncryptionControlsCommand, } from "./commands/DescribeVpcEncryptionControlsCommand";
424
433
  import { DescribeVpcEndpointAssociationsCommand, } from "./commands/DescribeVpcEndpointAssociationsCommand";
425
434
  import { DescribeVpcEndpointConnectionNotificationsCommand, } from "./commands/DescribeVpcEndpointConnectionNotificationsCommand";
426
435
  import { DescribeVpcEndpointConnectionsCommand, } from "./commands/DescribeVpcEndpointConnectionsCommand";
@@ -560,6 +569,7 @@ import { GetSnapshotBlockPublicAccessStateCommand, } from "./commands/GetSnapsho
560
569
  import { GetSpotPlacementScoresCommand, } from "./commands/GetSpotPlacementScoresCommand";
561
570
  import { GetSubnetCidrReservationsCommand, } from "./commands/GetSubnetCidrReservationsCommand";
562
571
  import { GetTransitGatewayAttachmentPropagationsCommand, } from "./commands/GetTransitGatewayAttachmentPropagationsCommand";
572
+ import { GetTransitGatewayMeteringPolicyEntriesCommand, } from "./commands/GetTransitGatewayMeteringPolicyEntriesCommand";
563
573
  import { GetTransitGatewayMulticastDomainAssociationsCommand, } from "./commands/GetTransitGatewayMulticastDomainAssociationsCommand";
564
574
  import { GetTransitGatewayPolicyTableAssociationsCommand, } from "./commands/GetTransitGatewayPolicyTableAssociationsCommand";
565
575
  import { GetTransitGatewayPolicyTableEntriesCommand, } from "./commands/GetTransitGatewayPolicyTableEntriesCommand";
@@ -569,6 +579,7 @@ import { GetTransitGatewayRouteTablePropagationsCommand, } from "./commands/GetT
569
579
  import { GetVerifiedAccessEndpointPolicyCommand, } from "./commands/GetVerifiedAccessEndpointPolicyCommand";
570
580
  import { GetVerifiedAccessEndpointTargetsCommand, } from "./commands/GetVerifiedAccessEndpointTargetsCommand";
571
581
  import { GetVerifiedAccessGroupPolicyCommand, } from "./commands/GetVerifiedAccessGroupPolicyCommand";
582
+ import { GetVpcResourcesBlockingEncryptionEnforcementCommand, } from "./commands/GetVpcResourcesBlockingEncryptionEnforcementCommand";
572
583
  import { GetVpnConnectionDeviceSampleConfigurationCommand, } from "./commands/GetVpnConnectionDeviceSampleConfigurationCommand";
573
584
  import { GetVpnConnectionDeviceTypesCommand, } from "./commands/GetVpnConnectionDeviceTypesCommand";
574
585
  import { GetVpnTunnelReplacementStatusCommand, } from "./commands/GetVpnTunnelReplacementStatusCommand";
@@ -580,6 +591,7 @@ import { ImportSnapshotCommand, } from "./commands/ImportSnapshotCommand";
580
591
  import { ImportVolumeCommand, } from "./commands/ImportVolumeCommand";
581
592
  import { ListImagesInRecycleBinCommand, } from "./commands/ListImagesInRecycleBinCommand";
582
593
  import { ListSnapshotsInRecycleBinCommand, } from "./commands/ListSnapshotsInRecycleBinCommand";
594
+ import { ListVolumesInRecycleBinCommand, } from "./commands/ListVolumesInRecycleBinCommand";
583
595
  import { LockSnapshotCommand, } from "./commands/LockSnapshotCommand";
584
596
  import { ModifyAddressAttributeCommand, } from "./commands/ModifyAddressAttributeCommand";
585
597
  import { ModifyAvailabilityZoneGroupCommand, } from "./commands/ModifyAvailabilityZoneGroupCommand";
@@ -631,6 +643,7 @@ import { ModifyTrafficMirrorFilterNetworkServicesCommand, } from "./commands/Mod
631
643
  import { ModifyTrafficMirrorFilterRuleCommand, } from "./commands/ModifyTrafficMirrorFilterRuleCommand";
632
644
  import { ModifyTrafficMirrorSessionCommand, } from "./commands/ModifyTrafficMirrorSessionCommand";
633
645
  import { ModifyTransitGatewayCommand, } from "./commands/ModifyTransitGatewayCommand";
646
+ import { ModifyTransitGatewayMeteringPolicyCommand, } from "./commands/ModifyTransitGatewayMeteringPolicyCommand";
634
647
  import { ModifyTransitGatewayPrefixListReferenceCommand, } from "./commands/ModifyTransitGatewayPrefixListReferenceCommand";
635
648
  import { ModifyTransitGatewayVpcAttachmentCommand, } from "./commands/ModifyTransitGatewayVpcAttachmentCommand";
636
649
  import { ModifyVerifiedAccessEndpointCommand, } from "./commands/ModifyVerifiedAccessEndpointCommand";
@@ -645,6 +658,7 @@ import { ModifyVolumeCommand, } from "./commands/ModifyVolumeCommand";
645
658
  import { ModifyVpcAttributeCommand, } from "./commands/ModifyVpcAttributeCommand";
646
659
  import { ModifyVpcBlockPublicAccessExclusionCommand, } from "./commands/ModifyVpcBlockPublicAccessExclusionCommand";
647
660
  import { ModifyVpcBlockPublicAccessOptionsCommand, } from "./commands/ModifyVpcBlockPublicAccessOptionsCommand";
661
+ import { ModifyVpcEncryptionControlCommand, } from "./commands/ModifyVpcEncryptionControlCommand";
648
662
  import { ModifyVpcEndpointCommand, } from "./commands/ModifyVpcEndpointCommand";
649
663
  import { ModifyVpcEndpointConnectionNotificationCommand, } from "./commands/ModifyVpcEndpointConnectionNotificationCommand";
650
664
  import { ModifyVpcEndpointServiceConfigurationCommand, } from "./commands/ModifyVpcEndpointServiceConfigurationCommand";
@@ -706,6 +720,7 @@ import { RestoreImageFromRecycleBinCommand, } from "./commands/RestoreImageFromR
706
720
  import { RestoreManagedPrefixListVersionCommand, } from "./commands/RestoreManagedPrefixListVersionCommand";
707
721
  import { RestoreSnapshotFromRecycleBinCommand, } from "./commands/RestoreSnapshotFromRecycleBinCommand";
708
722
  import { RestoreSnapshotTierCommand, } from "./commands/RestoreSnapshotTierCommand";
723
+ import { RestoreVolumeFromRecycleBinCommand, } from "./commands/RestoreVolumeFromRecycleBinCommand";
709
724
  import { RevokeClientVpnIngressCommand, } from "./commands/RevokeClientVpnIngressCommand";
710
725
  import { RevokeSecurityGroupEgressCommand, } from "./commands/RevokeSecurityGroupEgressCommand";
711
726
  import { RevokeSecurityGroupIngressCommand, } from "./commands/RevokeSecurityGroupIngressCommand";
@@ -729,6 +744,7 @@ import { UnassignPrivateNatGatewayAddressCommand, } from "./commands/UnassignPri
729
744
  import { UnlockSnapshotCommand, } from "./commands/UnlockSnapshotCommand";
730
745
  import { UnmonitorInstancesCommand, } from "./commands/UnmonitorInstancesCommand";
731
746
  import { UpdateCapacityManagerOrganizationsAccessCommand, } from "./commands/UpdateCapacityManagerOrganizationsAccessCommand";
747
+ import { UpdateInterruptibleCapacityReservationAllocationCommand, } from "./commands/UpdateInterruptibleCapacityReservationAllocationCommand";
732
748
  import { UpdateSecurityGroupRuleDescriptionsEgressCommand, } from "./commands/UpdateSecurityGroupRuleDescriptionsEgressCommand";
733
749
  import { UpdateSecurityGroupRuleDescriptionsIngressCommand, } from "./commands/UpdateSecurityGroupRuleDescriptionsIngressCommand";
734
750
  import { WithdrawByoipCidrCommand, } from "./commands/WithdrawByoipCidrCommand";
@@ -819,6 +835,7 @@ const commands = {
819
835
  CreateInstanceEventWindowCommand,
820
836
  CreateInstanceExportTaskCommand,
821
837
  CreateInternetGatewayCommand,
838
+ CreateInterruptibleCapacityReservationAllocationCommand,
822
839
  CreateIpamCommand,
823
840
  CreateIpamExternalResourceVerificationTokenCommand,
824
841
  CreateIpamPolicyCommand,
@@ -870,6 +887,8 @@ const commands = {
870
887
  CreateTransitGatewayCommand,
871
888
  CreateTransitGatewayConnectCommand,
872
889
  CreateTransitGatewayConnectPeerCommand,
890
+ CreateTransitGatewayMeteringPolicyCommand,
891
+ CreateTransitGatewayMeteringPolicyEntryCommand,
873
892
  CreateTransitGatewayMulticastDomainCommand,
874
893
  CreateTransitGatewayPeeringAttachmentCommand,
875
894
  CreateTransitGatewayPolicyTableCommand,
@@ -885,6 +904,7 @@ const commands = {
885
904
  CreateVolumeCommand,
886
905
  CreateVpcCommand,
887
906
  CreateVpcBlockPublicAccessExclusionCommand,
907
+ CreateVpcEncryptionControlCommand,
888
908
  CreateVpcEndpointCommand,
889
909
  CreateVpcEndpointConnectionNotificationCommand,
890
910
  CreateVpcEndpointServiceConfigurationCommand,
@@ -957,6 +977,8 @@ const commands = {
957
977
  DeleteTransitGatewayCommand,
958
978
  DeleteTransitGatewayConnectCommand,
959
979
  DeleteTransitGatewayConnectPeerCommand,
980
+ DeleteTransitGatewayMeteringPolicyCommand,
981
+ DeleteTransitGatewayMeteringPolicyEntryCommand,
960
982
  DeleteTransitGatewayMulticastDomainCommand,
961
983
  DeleteTransitGatewayPeeringAttachmentCommand,
962
984
  DeleteTransitGatewayPolicyTableCommand,
@@ -972,6 +994,7 @@ const commands = {
972
994
  DeleteVolumeCommand,
973
995
  DeleteVpcCommand,
974
996
  DeleteVpcBlockPublicAccessExclusionCommand,
997
+ DeleteVpcEncryptionControlCommand,
975
998
  DeleteVpcEndpointConnectionNotificationsCommand,
976
999
  DeleteVpcEndpointsCommand,
977
1000
  DeleteVpcEndpointServiceConfigurationsCommand,
@@ -1134,6 +1157,7 @@ const commands = {
1134
1157
  DescribeTransitGatewayAttachmentsCommand,
1135
1158
  DescribeTransitGatewayConnectPeersCommand,
1136
1159
  DescribeTransitGatewayConnectsCommand,
1160
+ DescribeTransitGatewayMeteringPoliciesCommand,
1137
1161
  DescribeTransitGatewayMulticastDomainsCommand,
1138
1162
  DescribeTransitGatewayPeeringAttachmentsCommand,
1139
1163
  DescribeTransitGatewayPolicyTablesCommand,
@@ -1156,6 +1180,7 @@ const commands = {
1156
1180
  DescribeVpcBlockPublicAccessOptionsCommand,
1157
1181
  DescribeVpcClassicLinkCommand,
1158
1182
  DescribeVpcClassicLinkDnsSupportCommand,
1183
+ DescribeVpcEncryptionControlsCommand,
1159
1184
  DescribeVpcEndpointAssociationsCommand,
1160
1185
  DescribeVpcEndpointConnectionNotificationsCommand,
1161
1186
  DescribeVpcEndpointConnectionsCommand,
@@ -1295,6 +1320,7 @@ const commands = {
1295
1320
  GetSpotPlacementScoresCommand,
1296
1321
  GetSubnetCidrReservationsCommand,
1297
1322
  GetTransitGatewayAttachmentPropagationsCommand,
1323
+ GetTransitGatewayMeteringPolicyEntriesCommand,
1298
1324
  GetTransitGatewayMulticastDomainAssociationsCommand,
1299
1325
  GetTransitGatewayPolicyTableAssociationsCommand,
1300
1326
  GetTransitGatewayPolicyTableEntriesCommand,
@@ -1304,6 +1330,7 @@ const commands = {
1304
1330
  GetVerifiedAccessEndpointPolicyCommand,
1305
1331
  GetVerifiedAccessEndpointTargetsCommand,
1306
1332
  GetVerifiedAccessGroupPolicyCommand,
1333
+ GetVpcResourcesBlockingEncryptionEnforcementCommand,
1307
1334
  GetVpnConnectionDeviceSampleConfigurationCommand,
1308
1335
  GetVpnConnectionDeviceTypesCommand,
1309
1336
  GetVpnTunnelReplacementStatusCommand,
@@ -1315,6 +1342,7 @@ const commands = {
1315
1342
  ImportVolumeCommand,
1316
1343
  ListImagesInRecycleBinCommand,
1317
1344
  ListSnapshotsInRecycleBinCommand,
1345
+ ListVolumesInRecycleBinCommand,
1318
1346
  LockSnapshotCommand,
1319
1347
  ModifyAddressAttributeCommand,
1320
1348
  ModifyAvailabilityZoneGroupCommand,
@@ -1366,6 +1394,7 @@ const commands = {
1366
1394
  ModifyTrafficMirrorFilterRuleCommand,
1367
1395
  ModifyTrafficMirrorSessionCommand,
1368
1396
  ModifyTransitGatewayCommand,
1397
+ ModifyTransitGatewayMeteringPolicyCommand,
1369
1398
  ModifyTransitGatewayPrefixListReferenceCommand,
1370
1399
  ModifyTransitGatewayVpcAttachmentCommand,
1371
1400
  ModifyVerifiedAccessEndpointCommand,
@@ -1380,6 +1409,7 @@ const commands = {
1380
1409
  ModifyVpcAttributeCommand,
1381
1410
  ModifyVpcBlockPublicAccessExclusionCommand,
1382
1411
  ModifyVpcBlockPublicAccessOptionsCommand,
1412
+ ModifyVpcEncryptionControlCommand,
1383
1413
  ModifyVpcEndpointCommand,
1384
1414
  ModifyVpcEndpointConnectionNotificationCommand,
1385
1415
  ModifyVpcEndpointServiceConfigurationCommand,
@@ -1441,6 +1471,7 @@ const commands = {
1441
1471
  RestoreManagedPrefixListVersionCommand,
1442
1472
  RestoreSnapshotFromRecycleBinCommand,
1443
1473
  RestoreSnapshotTierCommand,
1474
+ RestoreVolumeFromRecycleBinCommand,
1444
1475
  RevokeClientVpnIngressCommand,
1445
1476
  RevokeSecurityGroupEgressCommand,
1446
1477
  RevokeSecurityGroupIngressCommand,
@@ -1464,6 +1495,7 @@ const commands = {
1464
1495
  UnlockSnapshotCommand,
1465
1496
  UnmonitorInstancesCommand,
1466
1497
  UpdateCapacityManagerOrganizationsAccessCommand,
1498
+ UpdateInterruptibleCapacityReservationAllocationCommand,
1467
1499
  UpdateSecurityGroupRuleDescriptionsEgressCommand,
1468
1500
  UpdateSecurityGroupRuleDescriptionsIngressCommand,
1469
1501
  WithdrawByoipCidrCommand,
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateInterruptibleCapacityReservationAllocation } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateInterruptibleCapacityReservationAllocationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "CreateInterruptibleCapacityReservationAllocation", {})
13
+ .n("EC2Client", "CreateInterruptibleCapacityReservationAllocationCommand")
14
+ .sc(CreateInterruptibleCapacityReservationAllocation)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateTransitGatewayMeteringPolicy } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateTransitGatewayMeteringPolicyCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "CreateTransitGatewayMeteringPolicy", {})
13
+ .n("EC2Client", "CreateTransitGatewayMeteringPolicyCommand")
14
+ .sc(CreateTransitGatewayMeteringPolicy)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateTransitGatewayMeteringPolicyEntry } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateTransitGatewayMeteringPolicyEntryCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "CreateTransitGatewayMeteringPolicyEntry", {})
13
+ .n("EC2Client", "CreateTransitGatewayMeteringPolicyEntryCommand")
14
+ .sc(CreateTransitGatewayMeteringPolicyEntry)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { CreateVpcEncryptionControl } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class CreateVpcEncryptionControlCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "CreateVpcEncryptionControl", {})
13
+ .n("EC2Client", "CreateVpcEncryptionControlCommand")
14
+ .sc(CreateVpcEncryptionControl)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteTransitGatewayMeteringPolicy } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteTransitGatewayMeteringPolicyCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DeleteTransitGatewayMeteringPolicy", {})
13
+ .n("EC2Client", "DeleteTransitGatewayMeteringPolicyCommand")
14
+ .sc(DeleteTransitGatewayMeteringPolicy)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteTransitGatewayMeteringPolicyEntry } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteTransitGatewayMeteringPolicyEntryCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DeleteTransitGatewayMeteringPolicyEntry", {})
13
+ .n("EC2Client", "DeleteTransitGatewayMeteringPolicyEntryCommand")
14
+ .sc(DeleteTransitGatewayMeteringPolicyEntry)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DeleteVpcEncryptionControl } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DeleteVpcEncryptionControlCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DeleteVpcEncryptionControl", {})
13
+ .n("EC2Client", "DeleteVpcEncryptionControlCommand")
14
+ .sc(DeleteVpcEncryptionControl)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeTransitGatewayMeteringPolicies } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeTransitGatewayMeteringPoliciesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DescribeTransitGatewayMeteringPolicies", {})
13
+ .n("EC2Client", "DescribeTransitGatewayMeteringPoliciesCommand")
14
+ .sc(DescribeTransitGatewayMeteringPolicies)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { DescribeVpcEncryptionControls } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class DescribeVpcEncryptionControlsCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "DescribeVpcEncryptionControls", {})
13
+ .n("EC2Client", "DescribeVpcEncryptionControlsCommand")
14
+ .sc(DescribeVpcEncryptionControls)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetTransitGatewayMeteringPolicyEntries } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetTransitGatewayMeteringPolicyEntriesCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "GetTransitGatewayMeteringPolicyEntries", {})
13
+ .n("EC2Client", "GetTransitGatewayMeteringPolicyEntriesCommand")
14
+ .sc(GetTransitGatewayMeteringPolicyEntries)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { GetVpcResourcesBlockingEncryptionEnforcement } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class GetVpcResourcesBlockingEncryptionEnforcementCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "GetVpcResourcesBlockingEncryptionEnforcement", {})
13
+ .n("EC2Client", "GetVpcResourcesBlockingEncryptionEnforcementCommand")
14
+ .sc(GetVpcResourcesBlockingEncryptionEnforcement)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ListVolumesInRecycleBin } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ListVolumesInRecycleBinCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "ListVolumesInRecycleBin", {})
13
+ .n("EC2Client", "ListVolumesInRecycleBinCommand")
14
+ .sc(ListVolumesInRecycleBin)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ModifyTransitGatewayMeteringPolicy } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ModifyTransitGatewayMeteringPolicyCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "ModifyTransitGatewayMeteringPolicy", {})
13
+ .n("EC2Client", "ModifyTransitGatewayMeteringPolicyCommand")
14
+ .sc(ModifyTransitGatewayMeteringPolicy)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { ModifyVpcEncryptionControl } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class ModifyVpcEncryptionControlCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "ModifyVpcEncryptionControl", {})
13
+ .n("EC2Client", "ModifyVpcEncryptionControlCommand")
14
+ .sc(ModifyVpcEncryptionControl)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { RestoreVolumeFromRecycleBin } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class RestoreVolumeFromRecycleBinCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "RestoreVolumeFromRecycleBin", {})
13
+ .n("EC2Client", "RestoreVolumeFromRecycleBinCommand")
14
+ .sc(RestoreVolumeFromRecycleBin)
15
+ .build() {
16
+ }
@@ -0,0 +1,16 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { Command as $Command } from "@smithy/smithy-client";
3
+ import { commonParams } from "../endpoint/EndpointParameters";
4
+ import { UpdateInterruptibleCapacityReservationAllocation } from "../schemas/schemas_0";
5
+ export { $Command };
6
+ export class UpdateInterruptibleCapacityReservationAllocationCommand extends $Command
7
+ .classBuilder()
8
+ .ep(commonParams)
9
+ .m(function (Command, cs, config, o) {
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
+ })
12
+ .s("AmazonEC2", "UpdateInterruptibleCapacityReservationAllocation", {})
13
+ .n("EC2Client", "UpdateInterruptibleCapacityReservationAllocationCommand")
14
+ .sc(UpdateInterruptibleCapacityReservationAllocation)
15
+ .build() {
16
+ }
@@ -83,6 +83,7 @@ export * from "./CreateInstanceConnectEndpointCommand";
83
83
  export * from "./CreateInstanceEventWindowCommand";
84
84
  export * from "./CreateInstanceExportTaskCommand";
85
85
  export * from "./CreateInternetGatewayCommand";
86
+ export * from "./CreateInterruptibleCapacityReservationAllocationCommand";
86
87
  export * from "./CreateIpamCommand";
87
88
  export * from "./CreateIpamExternalResourceVerificationTokenCommand";
88
89
  export * from "./CreateIpamPolicyCommand";
@@ -134,6 +135,8 @@ export * from "./CreateTrafficMirrorTargetCommand";
134
135
  export * from "./CreateTransitGatewayCommand";
135
136
  export * from "./CreateTransitGatewayConnectCommand";
136
137
  export * from "./CreateTransitGatewayConnectPeerCommand";
138
+ export * from "./CreateTransitGatewayMeteringPolicyCommand";
139
+ export * from "./CreateTransitGatewayMeteringPolicyEntryCommand";
137
140
  export * from "./CreateTransitGatewayMulticastDomainCommand";
138
141
  export * from "./CreateTransitGatewayPeeringAttachmentCommand";
139
142
  export * from "./CreateTransitGatewayPolicyTableCommand";
@@ -149,6 +152,7 @@ export * from "./CreateVerifiedAccessTrustProviderCommand";
149
152
  export * from "./CreateVolumeCommand";
150
153
  export * from "./CreateVpcBlockPublicAccessExclusionCommand";
151
154
  export * from "./CreateVpcCommand";
155
+ export * from "./CreateVpcEncryptionControlCommand";
152
156
  export * from "./CreateVpcEndpointCommand";
153
157
  export * from "./CreateVpcEndpointConnectionNotificationCommand";
154
158
  export * from "./CreateVpcEndpointServiceConfigurationCommand";
@@ -221,6 +225,8 @@ export * from "./DeleteTrafficMirrorTargetCommand";
221
225
  export * from "./DeleteTransitGatewayCommand";
222
226
  export * from "./DeleteTransitGatewayConnectCommand";
223
227
  export * from "./DeleteTransitGatewayConnectPeerCommand";
228
+ export * from "./DeleteTransitGatewayMeteringPolicyCommand";
229
+ export * from "./DeleteTransitGatewayMeteringPolicyEntryCommand";
224
230
  export * from "./DeleteTransitGatewayMulticastDomainCommand";
225
231
  export * from "./DeleteTransitGatewayPeeringAttachmentCommand";
226
232
  export * from "./DeleteTransitGatewayPolicyTableCommand";
@@ -236,6 +242,7 @@ export * from "./DeleteVerifiedAccessTrustProviderCommand";
236
242
  export * from "./DeleteVolumeCommand";
237
243
  export * from "./DeleteVpcBlockPublicAccessExclusionCommand";
238
244
  export * from "./DeleteVpcCommand";
245
+ export * from "./DeleteVpcEncryptionControlCommand";
239
246
  export * from "./DeleteVpcEndpointConnectionNotificationsCommand";
240
247
  export * from "./DeleteVpcEndpointServiceConfigurationsCommand";
241
248
  export * from "./DeleteVpcEndpointsCommand";
@@ -398,6 +405,7 @@ export * from "./DescribeTrafficMirrorTargetsCommand";
398
405
  export * from "./DescribeTransitGatewayAttachmentsCommand";
399
406
  export * from "./DescribeTransitGatewayConnectPeersCommand";
400
407
  export * from "./DescribeTransitGatewayConnectsCommand";
408
+ export * from "./DescribeTransitGatewayMeteringPoliciesCommand";
401
409
  export * from "./DescribeTransitGatewayMulticastDomainsCommand";
402
410
  export * from "./DescribeTransitGatewayPeeringAttachmentsCommand";
403
411
  export * from "./DescribeTransitGatewayPolicyTablesCommand";
@@ -420,6 +428,7 @@ export * from "./DescribeVpcBlockPublicAccessExclusionsCommand";
420
428
  export * from "./DescribeVpcBlockPublicAccessOptionsCommand";
421
429
  export * from "./DescribeVpcClassicLinkCommand";
422
430
  export * from "./DescribeVpcClassicLinkDnsSupportCommand";
431
+ export * from "./DescribeVpcEncryptionControlsCommand";
423
432
  export * from "./DescribeVpcEndpointAssociationsCommand";
424
433
  export * from "./DescribeVpcEndpointConnectionNotificationsCommand";
425
434
  export * from "./DescribeVpcEndpointConnectionsCommand";
@@ -559,6 +568,7 @@ export * from "./GetSnapshotBlockPublicAccessStateCommand";
559
568
  export * from "./GetSpotPlacementScoresCommand";
560
569
  export * from "./GetSubnetCidrReservationsCommand";
561
570
  export * from "./GetTransitGatewayAttachmentPropagationsCommand";
571
+ export * from "./GetTransitGatewayMeteringPolicyEntriesCommand";
562
572
  export * from "./GetTransitGatewayMulticastDomainAssociationsCommand";
563
573
  export * from "./GetTransitGatewayPolicyTableAssociationsCommand";
564
574
  export * from "./GetTransitGatewayPolicyTableEntriesCommand";
@@ -568,6 +578,7 @@ export * from "./GetTransitGatewayRouteTablePropagationsCommand";
568
578
  export * from "./GetVerifiedAccessEndpointPolicyCommand";
569
579
  export * from "./GetVerifiedAccessEndpointTargetsCommand";
570
580
  export * from "./GetVerifiedAccessGroupPolicyCommand";
581
+ export * from "./GetVpcResourcesBlockingEncryptionEnforcementCommand";
571
582
  export * from "./GetVpnConnectionDeviceSampleConfigurationCommand";
572
583
  export * from "./GetVpnConnectionDeviceTypesCommand";
573
584
  export * from "./GetVpnTunnelReplacementStatusCommand";
@@ -579,6 +590,7 @@ export * from "./ImportSnapshotCommand";
579
590
  export * from "./ImportVolumeCommand";
580
591
  export * from "./ListImagesInRecycleBinCommand";
581
592
  export * from "./ListSnapshotsInRecycleBinCommand";
593
+ export * from "./ListVolumesInRecycleBinCommand";
582
594
  export * from "./LockSnapshotCommand";
583
595
  export * from "./ModifyAddressAttributeCommand";
584
596
  export * from "./ModifyAvailabilityZoneGroupCommand";
@@ -630,6 +642,7 @@ export * from "./ModifyTrafficMirrorFilterNetworkServicesCommand";
630
642
  export * from "./ModifyTrafficMirrorFilterRuleCommand";
631
643
  export * from "./ModifyTrafficMirrorSessionCommand";
632
644
  export * from "./ModifyTransitGatewayCommand";
645
+ export * from "./ModifyTransitGatewayMeteringPolicyCommand";
633
646
  export * from "./ModifyTransitGatewayPrefixListReferenceCommand";
634
647
  export * from "./ModifyTransitGatewayVpcAttachmentCommand";
635
648
  export * from "./ModifyVerifiedAccessEndpointCommand";
@@ -644,6 +657,7 @@ export * from "./ModifyVolumeCommand";
644
657
  export * from "./ModifyVpcAttributeCommand";
645
658
  export * from "./ModifyVpcBlockPublicAccessExclusionCommand";
646
659
  export * from "./ModifyVpcBlockPublicAccessOptionsCommand";
660
+ export * from "./ModifyVpcEncryptionControlCommand";
647
661
  export * from "./ModifyVpcEndpointCommand";
648
662
  export * from "./ModifyVpcEndpointConnectionNotificationCommand";
649
663
  export * from "./ModifyVpcEndpointServiceConfigurationCommand";
@@ -705,6 +719,7 @@ export * from "./RestoreImageFromRecycleBinCommand";
705
719
  export * from "./RestoreManagedPrefixListVersionCommand";
706
720
  export * from "./RestoreSnapshotFromRecycleBinCommand";
707
721
  export * from "./RestoreSnapshotTierCommand";
722
+ export * from "./RestoreVolumeFromRecycleBinCommand";
708
723
  export * from "./RevokeClientVpnIngressCommand";
709
724
  export * from "./RevokeSecurityGroupEgressCommand";
710
725
  export * from "./RevokeSecurityGroupIngressCommand";
@@ -728,6 +743,7 @@ export * from "./UnassignPrivateNatGatewayAddressCommand";
728
743
  export * from "./UnlockSnapshotCommand";
729
744
  export * from "./UnmonitorInstancesCommand";
730
745
  export * from "./UpdateCapacityManagerOrganizationsAccessCommand";
746
+ export * from "./UpdateInterruptibleCapacityReservationAllocationCommand";
731
747
  export * from "./UpdateSecurityGroupRuleDescriptionsEgressCommand";
732
748
  export * from "./UpdateSecurityGroupRuleDescriptionsIngressCommand";
733
749
  export * from "./WithdrawByoipCidrCommand";