@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
@@ -1,11 +1,1166 @@
1
- import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, MarketType, MembershipType, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod } from "./enums";
2
- import { AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem } from "./models_0";
1
+ import { _InstanceType, AddressAttributeName, AmdSevSnpSpecification, ArchitectureValues, BootModeValues, CapacityManagerStatus, CapacityReservationInstancePlatform, CurrencyCodeValues, HostnameType, HttpTokensState, ImdsSupportValues, InstanceAttributeName, InstanceAutoRecoveryState, InstanceBandwidthWeighting, InstanceInterruptionBehavior, InstanceMetadataEndpointState, InstanceMetadataProtocolState, InstanceMetadataTagsState, InternetGatewayBlockMode, InternetGatewayExclusionMode, InterruptibleCapacityReservationAllocationStatus, InterruptionType, IpAddressType, MarketType, MembershipType, PayerResponsibility, ReportInstanceReasonCodes, ReportStatusType, ResetFpgaImageAttributeName, ResetImageAttributeName, RuleAction, ShutdownBehavior, SnapshotAttributeName, SnapshotState, SpotInstanceType, SSEType, Status, TpmSupportValues, TransitGatewayAttachmentResourceType, VerificationMethod, VolumeType, VpcEncryptionControlExclusionStateInput, VpcEncryptionControlMode, VpcTenancy } from "./enums";
2
+ import { AddedPrincipal, AddressAttribute, ByoipCidr, CapacityReservation, ClientVpnAuthorizationRuleStatus, IamInstanceProfileAssociation, IamInstanceProfileSpecification, IpPermission, NatGatewayAddress, PortRange, RouteTableAssociationState, TagSpecification, TransitGatewayMulticastDomainAssociations, TransitGatewayPeeringAttachment, TransitGatewayVpcAttachment, UnsuccessfulItem, VerifiedAccessTrustProvider, VpcEncryptionControl } from "./models_0";
3
3
  import { BlockDeviceMapping, CreditSpecificationRequest, ElasticGpuSpecification, IcmpTypeCode, InstanceIpv6Address, LocalGatewayRoute, ManagedPrefixList, OperatorRequest, Placement } from "./models_1";
4
- import { TransitGatewayRoute } from "./models_2";
5
- import { Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceState, InstanceTagNotificationAttribute, IpamPoolCidr, Monitoring } from "./models_3";
4
+ import { DnsOptionsSpecification, IKEVersionsRequestListValue, Phase1DHGroupNumbersRequestListValue, Phase1EncryptionAlgorithmsRequestListValue, Phase1IntegrityAlgorithmsRequestListValue, Phase2DHGroupNumbersRequestListValue, Phase2EncryptionAlgorithmsRequestListValue, Phase2IntegrityAlgorithmsRequestListValue, SubnetConfiguration, TransitGatewayRoute, VpcBlockPublicAccessExclusion, VpnConnection, VpnTunnelLogOptionsSpecification } from "./models_2";
5
+ import { AttributeBooleanValue, Byoasn, CapacityBlock, CapacityBlockExtension, ClientVpnConnectionStatus, Filter, InstanceState, InstanceTagNotificationAttribute, IpamPoolCidr, Monitoring } from "./models_3";
6
6
  import { InstanceNetworkInterfaceSpecification, NetworkInsightsAccessScopeAnalysis, NetworkInsightsAnalysis, PublicIpv4PoolRange, RunInstancesMonitoringEnabled, ScheduledInstance, SpotFleetRequestConfigData, SpotInstanceRequest, SpotPlacement } from "./models_4";
7
- import { Purchase } from "./models_5";
7
+ import { Purchase, VolumeModification, VpcBlockPublicAccessOptions } from "./models_5";
8
8
  import { CapacityReservationSpecification } from "./models_6";
9
+ /**
10
+ * @public
11
+ */
12
+ export interface ModifyVerifiedAccessTrustProviderResult {
13
+ /**
14
+ * <p>Details about the Verified Access trust provider.</p>
15
+ * @public
16
+ */
17
+ VerifiedAccessTrustProvider?: VerifiedAccessTrustProvider | undefined;
18
+ }
19
+ /**
20
+ * @public
21
+ */
22
+ export interface ModifyVolumeRequest {
23
+ /**
24
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
25
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
26
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
27
+ * @public
28
+ */
29
+ DryRun?: boolean | undefined;
30
+ /**
31
+ * <p>The ID of the volume.</p>
32
+ * @public
33
+ */
34
+ VolumeId: string | undefined;
35
+ /**
36
+ * <p>The target size of the volume, in GiB. The target volume size must be greater than or
37
+ * equal to the existing size of the volume.</p>
38
+ * <p>The following are the supported volumes sizes for each volume type:</p>
39
+ * <ul>
40
+ * <li>
41
+ * <p>
42
+ * <code>gp2</code>: 1 - 16,384 GiB</p>
43
+ * </li>
44
+ * <li>
45
+ * <p>
46
+ * <code>gp3</code>: 1 - 65,536 GiB</p>
47
+ * </li>
48
+ * <li>
49
+ * <p>
50
+ * <code>io1</code>: 4 - 16,384 GiB</p>
51
+ * </li>
52
+ * <li>
53
+ * <p>
54
+ * <code>io2</code>: 4 - 65,536 GiB</p>
55
+ * </li>
56
+ * <li>
57
+ * <p>
58
+ * <code>st1</code> and <code>sc1</code>: 125 - 16,384 GiB</p>
59
+ * </li>
60
+ * <li>
61
+ * <p>
62
+ * <code>standard</code>: 1 - 1024 GiB</p>
63
+ * </li>
64
+ * </ul>
65
+ * <p>Default: The existing size is retained.</p>
66
+ * @public
67
+ */
68
+ Size?: number | undefined;
69
+ /**
70
+ * <p>The target EBS volume type of the volume. For more information, see <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volume-types.html">Amazon EBS volume types</a> in the <i>Amazon EBS User Guide</i>.</p>
71
+ * <p>Default: The existing type is retained.</p>
72
+ * @public
73
+ */
74
+ VolumeType?: VolumeType | undefined;
75
+ /**
76
+ * <p>The target IOPS rate of the volume. This parameter is valid only for <code>gp3</code>, <code>io1</code>, and <code>io2</code> volumes.</p>
77
+ * <p>The following are the supported values for each volume type:</p>
78
+ * <ul>
79
+ * <li>
80
+ * <p>
81
+ * <code>gp3</code>: 3,000 - 80,000 IOPS</p>
82
+ * </li>
83
+ * <li>
84
+ * <p>
85
+ * <code>io1</code>: 100 - 64,000 IOPS</p>
86
+ * </li>
87
+ * <li>
88
+ * <p>
89
+ * <code>io2</code>: 100 - 256,000 IOPS</p>
90
+ * </li>
91
+ * </ul>
92
+ * <note>
93
+ * <p>
94
+ * <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
95
+ * Instances built on the Nitro System</a> can support up to 256,000 IOPS. Other instances can support up to 32,000
96
+ * IOPS.</p>
97
+ * </note>
98
+ * <p>Default: The existing value is retained if you keep the same volume type. If you change
99
+ * the volume type to <code>io1</code>, <code>io2</code>, or <code>gp3</code>, the default is 3,000.</p>
100
+ * @public
101
+ */
102
+ Iops?: number | undefined;
103
+ /**
104
+ * <p>The target throughput of the volume, in MiB/s. This parameter is valid only for <code>gp3</code> volumes.
105
+ * The maximum value is 2,000.</p>
106
+ * <p>Default: The existing value is retained if the source and target volume type is <code>gp3</code>.
107
+ * Otherwise, the default value is 125.</p>
108
+ * <p>Valid Range: Minimum value of 125. Maximum value of 2,000.</p>
109
+ * @public
110
+ */
111
+ Throughput?: number | undefined;
112
+ /**
113
+ * <p>Specifies whether to enable Amazon EBS Multi-Attach. If you enable Multi-Attach, you can attach the
114
+ * volume to up to 16 <a href="https://docs.aws.amazon.com/ec2/latest/instancetypes/ec2-nitro-instances.html">
115
+ * Nitro-based instances</a> in the same Availability Zone. This parameter is
116
+ * supported with <code>io1</code> and <code>io2</code> volumes only. For more information, see
117
+ * <a href="https://docs.aws.amazon.com/ebs/latest/userguide/ebs-volumes-multi.html">
118
+ * Amazon EBS Multi-Attach</a> in the <i>Amazon EBS User Guide</i>.</p>
119
+ * @public
120
+ */
121
+ MultiAttachEnabled?: boolean | undefined;
122
+ }
123
+ /**
124
+ * @public
125
+ */
126
+ export interface ModifyVolumeResult {
127
+ /**
128
+ * <p>Information about the volume modification.</p>
129
+ * @public
130
+ */
131
+ VolumeModification?: VolumeModification | undefined;
132
+ }
133
+ /**
134
+ * @public
135
+ */
136
+ export interface ModifyVolumeAttributeRequest {
137
+ /**
138
+ * <p>Indicates whether the volume should be auto-enabled for I/O operations.</p>
139
+ * @public
140
+ */
141
+ AutoEnableIO?: AttributeBooleanValue | undefined;
142
+ /**
143
+ * <p>The ID of the volume.</p>
144
+ * @public
145
+ */
146
+ VolumeId: string | undefined;
147
+ /**
148
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
149
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
150
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
151
+ * @public
152
+ */
153
+ DryRun?: boolean | undefined;
154
+ }
155
+ /**
156
+ * @public
157
+ */
158
+ export interface ModifyVpcAttributeRequest {
159
+ /**
160
+ * <p>Indicates whether the instances launched in the VPC get DNS hostnames. If enabled, instances in the VPC get DNS hostnames; otherwise, they do not.</p>
161
+ * <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute. You can only enable DNS hostnames if you've enabled DNS support.</p>
162
+ * @public
163
+ */
164
+ EnableDnsHostnames?: AttributeBooleanValue | undefined;
165
+ /**
166
+ * <p>Indicates whether the DNS resolution is supported for the VPC. If enabled, queries to
167
+ * the Amazon provided DNS server at the 169.254.169.253 IP address, or the reserved IP
168
+ * address at the base of the VPC network range "plus two" succeed. If disabled, the Amazon
169
+ * provided DNS service in the VPC that resolves public DNS hostnames to IP addresses is
170
+ * not enabled.</p>
171
+ * <p>You cannot modify the DNS resolution and DNS hostnames attributes in the same request. Use separate requests for each attribute.</p>
172
+ * @public
173
+ */
174
+ EnableDnsSupport?: AttributeBooleanValue | undefined;
175
+ /**
176
+ * <p>The ID of the VPC.</p>
177
+ * @public
178
+ */
179
+ VpcId: string | undefined;
180
+ /**
181
+ * <p>Indicates whether Network Address Usage metrics are enabled for your VPC.</p>
182
+ * @public
183
+ */
184
+ EnableNetworkAddressUsageMetrics?: AttributeBooleanValue | undefined;
185
+ }
186
+ /**
187
+ * @public
188
+ */
189
+ export interface ModifyVpcBlockPublicAccessExclusionRequest {
190
+ /**
191
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
192
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
193
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
194
+ * @public
195
+ */
196
+ DryRun?: boolean | undefined;
197
+ /**
198
+ * <p>The ID of an exclusion.</p>
199
+ * @public
200
+ */
201
+ ExclusionId: string | undefined;
202
+ /**
203
+ * <p>The exclusion mode for internet gateway traffic.</p>
204
+ * <ul>
205
+ * <li>
206
+ * <p>
207
+ * <code>allow-bidirectional</code>: Allow all internet traffic to and from the excluded VPCs and subnets.</p>
208
+ * </li>
209
+ * <li>
210
+ * <p>
211
+ * <code>allow-egress</code>: Allow outbound internet traffic from the excluded VPCs and subnets. Block inbound internet traffic to the excluded VPCs and subnets. Only applies when VPC Block Public Access is set to Bidirectional.</p>
212
+ * </li>
213
+ * </ul>
214
+ * @public
215
+ */
216
+ InternetGatewayExclusionMode: InternetGatewayExclusionMode | undefined;
217
+ }
218
+ /**
219
+ * @public
220
+ */
221
+ export interface ModifyVpcBlockPublicAccessExclusionResult {
222
+ /**
223
+ * <p>Details related to the exclusion.</p>
224
+ * @public
225
+ */
226
+ VpcBlockPublicAccessExclusion?: VpcBlockPublicAccessExclusion | undefined;
227
+ }
228
+ /**
229
+ * @public
230
+ */
231
+ export interface ModifyVpcBlockPublicAccessOptionsRequest {
232
+ /**
233
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
234
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
235
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
236
+ * @public
237
+ */
238
+ DryRun?: boolean | undefined;
239
+ /**
240
+ * <p>The mode of VPC BPA.</p>
241
+ * <ul>
242
+ * <li>
243
+ * <p>
244
+ * <code>off</code>: VPC BPA is not enabled and traffic is allowed to and from internet gateways and egress-only internet gateways in this Region.</p>
245
+ * </li>
246
+ * <li>
247
+ * <p>
248
+ * <code>block-bidirectional</code>: Block all traffic to and from internet gateways and egress-only internet gateways in this Region (except for excluded VPCs and subnets).</p>
249
+ * </li>
250
+ * <li>
251
+ * <p>
252
+ * <code>block-ingress</code>: Block all internet traffic to the VPCs in this Region (except for VPCs or subnets which are excluded). Only traffic to and from NAT gateways and egress-only internet gateways is allowed because these gateways only allow outbound connections to be established.</p>
253
+ * </li>
254
+ * </ul>
255
+ * @public
256
+ */
257
+ InternetGatewayBlockMode: InternetGatewayBlockMode | undefined;
258
+ }
259
+ /**
260
+ * @public
261
+ */
262
+ export interface ModifyVpcBlockPublicAccessOptionsResult {
263
+ /**
264
+ * <p>Details related to the VPC Block Public Access (BPA) options.</p>
265
+ * @public
266
+ */
267
+ VpcBlockPublicAccessOptions?: VpcBlockPublicAccessOptions | undefined;
268
+ }
269
+ /**
270
+ * @public
271
+ */
272
+ export interface ModifyVpcEncryptionControlRequest {
273
+ /**
274
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
275
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
276
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
277
+ * @public
278
+ */
279
+ DryRun?: boolean | undefined;
280
+ /**
281
+ * <p>The ID of the VPC Encryption Control resource to modify.</p>
282
+ * @public
283
+ */
284
+ VpcEncryptionControlId: string | undefined;
285
+ /**
286
+ * <p>The encryption mode for the VPC Encryption Control configuration.</p>
287
+ * @public
288
+ */
289
+ Mode?: VpcEncryptionControlMode | undefined;
290
+ /**
291
+ * <p>Specifies whether to exclude internet gateway traffic from encryption enforcement.</p>
292
+ * @public
293
+ */
294
+ InternetGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
295
+ /**
296
+ * <p>Specifies whether to exclude egress-only internet gateway traffic from encryption enforcement.</p>
297
+ * @public
298
+ */
299
+ EgressOnlyInternetGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
300
+ /**
301
+ * <p>Specifies whether to exclude NAT gateway traffic from encryption enforcement.</p>
302
+ * @public
303
+ */
304
+ NatGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
305
+ /**
306
+ * <p>Specifies whether to exclude virtual private gateway traffic from encryption enforcement.</p>
307
+ * @public
308
+ */
309
+ VirtualPrivateGatewayExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
310
+ /**
311
+ * <p>Specifies whether to exclude VPC peering connection traffic from encryption enforcement.</p>
312
+ * @public
313
+ */
314
+ VpcPeeringExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
315
+ /**
316
+ * <p>Specifies whether to exclude Lambda function traffic from encryption enforcement.</p>
317
+ * @public
318
+ */
319
+ LambdaExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
320
+ /**
321
+ * <p>Specifies whether to exclude VPC Lattice traffic from encryption enforcement.</p>
322
+ * @public
323
+ */
324
+ VpcLatticeExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
325
+ /**
326
+ * <p>Specifies whether to exclude Elastic File System traffic from encryption enforcement.</p>
327
+ * @public
328
+ */
329
+ ElasticFileSystemExclusion?: VpcEncryptionControlExclusionStateInput | undefined;
330
+ }
331
+ /**
332
+ * @public
333
+ */
334
+ export interface ModifyVpcEncryptionControlResult {
335
+ /**
336
+ * <p>Information about the VPC Encryption Control configuration.</p>
337
+ * @public
338
+ */
339
+ VpcEncryptionControl?: VpcEncryptionControl | undefined;
340
+ }
341
+ /**
342
+ * @public
343
+ */
344
+ export interface ModifyVpcEndpointRequest {
345
+ /**
346
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
347
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
348
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
349
+ * @public
350
+ */
351
+ DryRun?: boolean | undefined;
352
+ /**
353
+ * <p>The ID of the endpoint.</p>
354
+ * @public
355
+ */
356
+ VpcEndpointId: string | undefined;
357
+ /**
358
+ * <p>(Gateway endpoint) Specify <code>true</code> to reset the policy document to the
359
+ * default policy. The default policy allows full access to the service.</p>
360
+ * @public
361
+ */
362
+ ResetPolicy?: boolean | undefined;
363
+ /**
364
+ * <p>(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must
365
+ * be in valid JSON format.</p>
366
+ * @public
367
+ */
368
+ PolicyDocument?: string | undefined;
369
+ /**
370
+ * <p>(Gateway endpoint) The IDs of the route tables to associate with the endpoint.</p>
371
+ * @public
372
+ */
373
+ AddRouteTableIds?: string[] | undefined;
374
+ /**
375
+ * <p>(Gateway endpoint) The IDs of the route tables to disassociate from the endpoint.</p>
376
+ * @public
377
+ */
378
+ RemoveRouteTableIds?: string[] | undefined;
379
+ /**
380
+ * <p>(Interface and Gateway Load Balancer endpoints) The IDs of the subnets in which to serve the endpoint.
381
+ * For a Gateway Load Balancer endpoint, you can specify only one subnet.</p>
382
+ * @public
383
+ */
384
+ AddSubnetIds?: string[] | undefined;
385
+ /**
386
+ * <p>(Interface endpoint) The IDs of the subnets from which to remove the endpoint.</p>
387
+ * @public
388
+ */
389
+ RemoveSubnetIds?: string[] | undefined;
390
+ /**
391
+ * <p>(Interface endpoint) The IDs of the security groups to associate with the endpoint network interfaces.</p>
392
+ * @public
393
+ */
394
+ AddSecurityGroupIds?: string[] | undefined;
395
+ /**
396
+ * <p>(Interface endpoint) The IDs of the security groups to disassociate from the endpoint network interfaces.</p>
397
+ * @public
398
+ */
399
+ RemoveSecurityGroupIds?: string[] | undefined;
400
+ /**
401
+ * <p>The IP address type for the endpoint.</p>
402
+ * @public
403
+ */
404
+ IpAddressType?: IpAddressType | undefined;
405
+ /**
406
+ * <p>The DNS options for the endpoint.</p>
407
+ * @public
408
+ */
409
+ DnsOptions?: DnsOptionsSpecification | undefined;
410
+ /**
411
+ * <p>(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.</p>
412
+ * @public
413
+ */
414
+ PrivateDnsEnabled?: boolean | undefined;
415
+ /**
416
+ * <p>The subnet configurations for the endpoint.</p>
417
+ * @public
418
+ */
419
+ SubnetConfigurations?: SubnetConfiguration[] | undefined;
420
+ }
421
+ /**
422
+ * @public
423
+ */
424
+ export interface ModifyVpcEndpointResult {
425
+ /**
426
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
427
+ * @public
428
+ */
429
+ Return?: boolean | undefined;
430
+ }
431
+ /**
432
+ * @public
433
+ */
434
+ export interface ModifyVpcEndpointConnectionNotificationRequest {
435
+ /**
436
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
437
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
438
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
439
+ * @public
440
+ */
441
+ DryRun?: boolean | undefined;
442
+ /**
443
+ * <p>The ID of the notification.</p>
444
+ * @public
445
+ */
446
+ ConnectionNotificationId: string | undefined;
447
+ /**
448
+ * <p>The ARN for the SNS topic for the notification.</p>
449
+ * @public
450
+ */
451
+ ConnectionNotificationArn?: string | undefined;
452
+ /**
453
+ * <p>The events for the endpoint. Valid values are <code>Accept</code>,
454
+ * <code>Connect</code>, <code>Delete</code>, and <code>Reject</code>.</p>
455
+ * @public
456
+ */
457
+ ConnectionEvents?: string[] | undefined;
458
+ }
459
+ /**
460
+ * @public
461
+ */
462
+ export interface ModifyVpcEndpointConnectionNotificationResult {
463
+ /**
464
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
465
+ * @public
466
+ */
467
+ ReturnValue?: boolean | undefined;
468
+ }
469
+ /**
470
+ * @public
471
+ */
472
+ export interface ModifyVpcEndpointServiceConfigurationRequest {
473
+ /**
474
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
475
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
476
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
477
+ * @public
478
+ */
479
+ DryRun?: boolean | undefined;
480
+ /**
481
+ * <p>The ID of the service.</p>
482
+ * @public
483
+ */
484
+ ServiceId: string | undefined;
485
+ /**
486
+ * <p>(Interface endpoint configuration) The private DNS name to assign to the endpoint service.</p>
487
+ * @public
488
+ */
489
+ PrivateDnsName?: string | undefined;
490
+ /**
491
+ * <p>(Interface endpoint configuration) Removes the private DNS name of the endpoint service.</p>
492
+ * @public
493
+ */
494
+ RemovePrivateDnsName?: boolean | undefined;
495
+ /**
496
+ * <p>Indicates whether requests to create an endpoint to the service must be accepted.</p>
497
+ * @public
498
+ */
499
+ AcceptanceRequired?: boolean | undefined;
500
+ /**
501
+ * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to add to the service
502
+ * configuration.</p>
503
+ * @public
504
+ */
505
+ AddNetworkLoadBalancerArns?: string[] | undefined;
506
+ /**
507
+ * <p>The Amazon Resource Names (ARNs) of Network Load Balancers to remove from the service
508
+ * configuration.</p>
509
+ * @public
510
+ */
511
+ RemoveNetworkLoadBalancerArns?: string[] | undefined;
512
+ /**
513
+ * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to add to the service configuration.</p>
514
+ * @public
515
+ */
516
+ AddGatewayLoadBalancerArns?: string[] | undefined;
517
+ /**
518
+ * <p>The Amazon Resource Names (ARNs) of Gateway Load Balancers to remove from the service configuration.</p>
519
+ * @public
520
+ */
521
+ RemoveGatewayLoadBalancerArns?: string[] | undefined;
522
+ /**
523
+ * <p>The IP address types to add to the service configuration.</p>
524
+ * @public
525
+ */
526
+ AddSupportedIpAddressTypes?: string[] | undefined;
527
+ /**
528
+ * <p>The IP address types to remove from the service configuration.</p>
529
+ * @public
530
+ */
531
+ RemoveSupportedIpAddressTypes?: string[] | undefined;
532
+ /**
533
+ * <p>The supported Regions to add to the service configuration.</p>
534
+ * @public
535
+ */
536
+ AddSupportedRegions?: string[] | undefined;
537
+ /**
538
+ * <p>The supported Regions to remove from the service configuration.</p>
539
+ * @public
540
+ */
541
+ RemoveSupportedRegions?: string[] | undefined;
542
+ }
543
+ /**
544
+ * @public
545
+ */
546
+ export interface ModifyVpcEndpointServiceConfigurationResult {
547
+ /**
548
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
549
+ * @public
550
+ */
551
+ Return?: boolean | undefined;
552
+ }
553
+ /**
554
+ * @public
555
+ */
556
+ export interface ModifyVpcEndpointServicePayerResponsibilityRequest {
557
+ /**
558
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
559
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
560
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
561
+ * @public
562
+ */
563
+ DryRun?: boolean | undefined;
564
+ /**
565
+ * <p>The ID of the service.</p>
566
+ * @public
567
+ */
568
+ ServiceId: string | undefined;
569
+ /**
570
+ * <p>The entity that is responsible for the endpoint costs. The default is the endpoint owner.
571
+ * If you set the payer responsibility to the service owner, you cannot set it back to the
572
+ * endpoint owner.</p>
573
+ * @public
574
+ */
575
+ PayerResponsibility: PayerResponsibility | undefined;
576
+ }
577
+ /**
578
+ * @public
579
+ */
580
+ export interface ModifyVpcEndpointServicePayerResponsibilityResult {
581
+ /**
582
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
583
+ * @public
584
+ */
585
+ ReturnValue?: boolean | undefined;
586
+ }
587
+ /**
588
+ * @public
589
+ */
590
+ export interface ModifyVpcEndpointServicePermissionsRequest {
591
+ /**
592
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
593
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
594
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
595
+ * @public
596
+ */
597
+ DryRun?: boolean | undefined;
598
+ /**
599
+ * <p>The ID of the service.</p>
600
+ * @public
601
+ */
602
+ ServiceId: string | undefined;
603
+ /**
604
+ * <p>The Amazon Resource Names (ARN) of the principals.
605
+ * Permissions are granted to the principals in this list.
606
+ * To grant permissions to all principals, specify an asterisk (*).</p>
607
+ * @public
608
+ */
609
+ AddAllowedPrincipals?: string[] | undefined;
610
+ /**
611
+ * <p>The Amazon Resource Names (ARN) of the principals.
612
+ * Permissions are revoked for principals in this list.</p>
613
+ * @public
614
+ */
615
+ RemoveAllowedPrincipals?: string[] | undefined;
616
+ }
617
+ /**
618
+ * @public
619
+ */
620
+ export interface ModifyVpcEndpointServicePermissionsResult {
621
+ /**
622
+ * <p>Information about the added principals.</p>
623
+ * @public
624
+ */
625
+ AddedPrincipals?: AddedPrincipal[] | undefined;
626
+ /**
627
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
628
+ * @public
629
+ */
630
+ ReturnValue?: boolean | undefined;
631
+ }
632
+ /**
633
+ * <p>The VPC peering connection options.</p>
634
+ * @public
635
+ */
636
+ export interface PeeringConnectionOptionsRequest {
637
+ /**
638
+ * <p>If true, enables a local VPC to resolve public DNS hostnames to private IP addresses
639
+ * when queried from instances in the peer VPC.</p>
640
+ * @public
641
+ */
642
+ AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
643
+ /**
644
+ * <p>Deprecated.</p>
645
+ * @public
646
+ */
647
+ AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
648
+ /**
649
+ * <p>Deprecated.</p>
650
+ * @public
651
+ */
652
+ AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
653
+ }
654
+ /**
655
+ * @public
656
+ */
657
+ export interface ModifyVpcPeeringConnectionOptionsRequest {
658
+ /**
659
+ * <p>The VPC peering connection options for the accepter VPC.</p>
660
+ * @public
661
+ */
662
+ AccepterPeeringConnectionOptions?: PeeringConnectionOptionsRequest | undefined;
663
+ /**
664
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
665
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
666
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
667
+ * @public
668
+ */
669
+ DryRun?: boolean | undefined;
670
+ /**
671
+ * <p>The VPC peering connection options for the requester VPC.</p>
672
+ * @public
673
+ */
674
+ RequesterPeeringConnectionOptions?: PeeringConnectionOptionsRequest | undefined;
675
+ /**
676
+ * <p>The ID of the VPC peering connection.</p>
677
+ * @public
678
+ */
679
+ VpcPeeringConnectionId: string | undefined;
680
+ }
681
+ /**
682
+ * <p>Describes the VPC peering connection options.</p>
683
+ * @public
684
+ */
685
+ export interface PeeringConnectionOptions {
686
+ /**
687
+ * <p>If true, the public DNS hostnames of instances in the specified VPC resolve to private
688
+ * IP addresses when queried from instances in the peer VPC.</p>
689
+ * @public
690
+ */
691
+ AllowDnsResolutionFromRemoteVpc?: boolean | undefined;
692
+ /**
693
+ * <p>Deprecated.</p>
694
+ * @public
695
+ */
696
+ AllowEgressFromLocalClassicLinkToRemoteVpc?: boolean | undefined;
697
+ /**
698
+ * <p>Deprecated.</p>
699
+ * @public
700
+ */
701
+ AllowEgressFromLocalVpcToRemoteClassicLink?: boolean | undefined;
702
+ }
703
+ /**
704
+ * @public
705
+ */
706
+ export interface ModifyVpcPeeringConnectionOptionsResult {
707
+ /**
708
+ * <p>Information about the VPC peering connection options for the accepter VPC.</p>
709
+ * @public
710
+ */
711
+ AccepterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
712
+ /**
713
+ * <p>Information about the VPC peering connection options for the requester VPC.</p>
714
+ * @public
715
+ */
716
+ RequesterPeeringConnectionOptions?: PeeringConnectionOptions | undefined;
717
+ }
718
+ /**
719
+ * @public
720
+ */
721
+ export interface ModifyVpcTenancyRequest {
722
+ /**
723
+ * <p>The ID of the VPC.</p>
724
+ * @public
725
+ */
726
+ VpcId: string | undefined;
727
+ /**
728
+ * <p>The instance tenancy attribute for the VPC. </p>
729
+ * @public
730
+ */
731
+ InstanceTenancy: VpcTenancy | undefined;
732
+ /**
733
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
734
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
735
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
736
+ * @public
737
+ */
738
+ DryRun?: boolean | undefined;
739
+ }
740
+ /**
741
+ * @public
742
+ */
743
+ export interface ModifyVpcTenancyResult {
744
+ /**
745
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, returns an
746
+ * error.</p>
747
+ * @public
748
+ */
749
+ ReturnValue?: boolean | undefined;
750
+ }
751
+ /**
752
+ * @public
753
+ */
754
+ export interface ModifyVpnConnectionRequest {
755
+ /**
756
+ * <p>The ID of the VPN connection.</p>
757
+ * @public
758
+ */
759
+ VpnConnectionId: string | undefined;
760
+ /**
761
+ * <p>The ID of the transit gateway.</p>
762
+ * @public
763
+ */
764
+ TransitGatewayId?: string | undefined;
765
+ /**
766
+ * <p>The ID of the customer gateway at your end of the VPN connection.</p>
767
+ * @public
768
+ */
769
+ CustomerGatewayId?: string | undefined;
770
+ /**
771
+ * <p>The ID of the virtual private gateway at the Amazon Web Services side of the VPN
772
+ * connection.</p>
773
+ * @public
774
+ */
775
+ VpnGatewayId?: string | undefined;
776
+ /**
777
+ * <p>Checks whether you have the required permissions for the action, without actually
778
+ * making the request, and provides an error response. If you have the required
779
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
780
+ * <code>UnauthorizedOperation</code>.</p>
781
+ * @public
782
+ */
783
+ DryRun?: boolean | undefined;
784
+ }
785
+ /**
786
+ * @public
787
+ */
788
+ export interface ModifyVpnConnectionResult {
789
+ /**
790
+ * <p>Information about the VPN connection.</p>
791
+ * @public
792
+ */
793
+ VpnConnection?: VpnConnection | undefined;
794
+ }
795
+ /**
796
+ * @public
797
+ */
798
+ export interface ModifyVpnConnectionOptionsRequest {
799
+ /**
800
+ * <p>The ID of the Site-to-Site VPN connection. </p>
801
+ * @public
802
+ */
803
+ VpnConnectionId: string | undefined;
804
+ /**
805
+ * <p>The IPv4 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
806
+ * <p>Default: <code>0.0.0.0/0</code>
807
+ * </p>
808
+ * @public
809
+ */
810
+ LocalIpv4NetworkCidr?: string | undefined;
811
+ /**
812
+ * <p>The IPv4 CIDR on the Amazon Web Services side of the VPN connection.</p>
813
+ * <p>Default: <code>0.0.0.0/0</code>
814
+ * </p>
815
+ * @public
816
+ */
817
+ RemoteIpv4NetworkCidr?: string | undefined;
818
+ /**
819
+ * <p>The IPv6 CIDR on the customer gateway (on-premises) side of the VPN connection.</p>
820
+ * <p>Default: <code>::/0</code>
821
+ * </p>
822
+ * @public
823
+ */
824
+ LocalIpv6NetworkCidr?: string | undefined;
825
+ /**
826
+ * <p>The IPv6 CIDR on the Amazon Web Services side of the VPN connection.</p>
827
+ * <p>Default: <code>::/0</code>
828
+ * </p>
829
+ * @public
830
+ */
831
+ RemoteIpv6NetworkCidr?: string | undefined;
832
+ /**
833
+ * <p>Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
834
+ * @public
835
+ */
836
+ DryRun?: boolean | undefined;
837
+ }
838
+ /**
839
+ * @public
840
+ */
841
+ export interface ModifyVpnConnectionOptionsResult {
842
+ /**
843
+ * <p>Information about the VPN connection.</p>
844
+ * @public
845
+ */
846
+ VpnConnection?: VpnConnection | undefined;
847
+ }
848
+ /**
849
+ * @public
850
+ */
851
+ export interface ModifyVpnTunnelCertificateRequest {
852
+ /**
853
+ * <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
854
+ * @public
855
+ */
856
+ VpnConnectionId: string | undefined;
857
+ /**
858
+ * <p>The external IP address of the VPN tunnel.</p>
859
+ * @public
860
+ */
861
+ VpnTunnelOutsideIpAddress: string | undefined;
862
+ /**
863
+ * <p>Checks whether you have the required permissions for the action, without actually
864
+ * making the request, and provides an error response. If you have the required
865
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
866
+ * <code>UnauthorizedOperation</code>.</p>
867
+ * @public
868
+ */
869
+ DryRun?: boolean | undefined;
870
+ }
871
+ /**
872
+ * @public
873
+ */
874
+ export interface ModifyVpnTunnelCertificateResult {
875
+ /**
876
+ * <p>Information about the VPN connection.</p>
877
+ * @public
878
+ */
879
+ VpnConnection?: VpnConnection | undefined;
880
+ }
881
+ /**
882
+ * <p>The Amazon Web Services Site-to-Site VPN tunnel options to modify.</p>
883
+ * @public
884
+ */
885
+ export interface ModifyVpnTunnelOptionsSpecification {
886
+ /**
887
+ * <p>The range of inside IPv4 addresses for the tunnel. Any specified CIDR blocks must be
888
+ * unique across all VPN connections that use the same virtual private gateway. </p>
889
+ * <p>Constraints: A size /30 CIDR block from the <code>169.254.0.0/16</code> range. The
890
+ * following CIDR blocks are reserved and cannot be used:</p>
891
+ * <ul>
892
+ * <li>
893
+ * <p>
894
+ * <code>169.254.0.0/30</code>
895
+ * </p>
896
+ * </li>
897
+ * <li>
898
+ * <p>
899
+ * <code>169.254.1.0/30</code>
900
+ * </p>
901
+ * </li>
902
+ * <li>
903
+ * <p>
904
+ * <code>169.254.2.0/30</code>
905
+ * </p>
906
+ * </li>
907
+ * <li>
908
+ * <p>
909
+ * <code>169.254.3.0/30</code>
910
+ * </p>
911
+ * </li>
912
+ * <li>
913
+ * <p>
914
+ * <code>169.254.4.0/30</code>
915
+ * </p>
916
+ * </li>
917
+ * <li>
918
+ * <p>
919
+ * <code>169.254.5.0/30</code>
920
+ * </p>
921
+ * </li>
922
+ * <li>
923
+ * <p>
924
+ * <code>169.254.169.252/30</code>
925
+ * </p>
926
+ * </li>
927
+ * </ul>
928
+ * @public
929
+ */
930
+ TunnelInsideCidr?: string | undefined;
931
+ /**
932
+ * <p>The range of inside IPv6 addresses for the tunnel. Any specified CIDR blocks must be
933
+ * unique across all VPN connections that use the same transit gateway.</p>
934
+ * <p>Constraints: A size /126 CIDR block from the local <code>fd00::/8</code> range.</p>
935
+ * @public
936
+ */
937
+ TunnelInsideIpv6Cidr?: string | undefined;
938
+ /**
939
+ * <p>The pre-shared key (PSK) to establish initial authentication between the virtual
940
+ * private gateway and the customer gateway.</p>
941
+ * <p>Constraints: Allowed characters are alphanumeric characters, periods (.), and
942
+ * underscores (_). Must be between 8 and 64 characters in length and cannot start with
943
+ * zero (0).</p>
944
+ * @public
945
+ */
946
+ PreSharedKey?: string | undefined;
947
+ /**
948
+ * <p>The lifetime for phase 1 of the IKE negotiation, in seconds.</p>
949
+ * <p>Constraints: A value between 900 and 28,800.</p>
950
+ * <p>Default: <code>28800</code>
951
+ * </p>
952
+ * @public
953
+ */
954
+ Phase1LifetimeSeconds?: number | undefined;
955
+ /**
956
+ * <p>The lifetime for phase 2 of the IKE negotiation, in seconds.</p>
957
+ * <p>Constraints: A value between 900 and 3,600. The value must be less than the value for
958
+ * <code>Phase1LifetimeSeconds</code>.</p>
959
+ * <p>Default: <code>3600</code>
960
+ * </p>
961
+ * @public
962
+ */
963
+ Phase2LifetimeSeconds?: number | undefined;
964
+ /**
965
+ * <p>The margin time, in seconds, before the phase 2 lifetime expires, during which the
966
+ * Amazon Web Services side of the VPN connection performs an IKE rekey. The exact time
967
+ * of the rekey is randomly selected based on the value for
968
+ * <code>RekeyFuzzPercentage</code>.</p>
969
+ * <p>Constraints: A value between 60 and half of <code>Phase2LifetimeSeconds</code>.</p>
970
+ * <p>Default: <code>270</code>
971
+ * </p>
972
+ * @public
973
+ */
974
+ RekeyMarginTimeSeconds?: number | undefined;
975
+ /**
976
+ * <p>The percentage of the rekey window (determined by <code>RekeyMarginTimeSeconds</code>)
977
+ * during which the rekey time is randomly selected.</p>
978
+ * <p>Constraints: A value between 0 and 100.</p>
979
+ * <p>Default: <code>100</code>
980
+ * </p>
981
+ * @public
982
+ */
983
+ RekeyFuzzPercentage?: number | undefined;
984
+ /**
985
+ * <p>The number of packets in an IKE replay window.</p>
986
+ * <p>Constraints: A value between 64 and 2048.</p>
987
+ * <p>Default: <code>1024</code>
988
+ * </p>
989
+ * @public
990
+ */
991
+ ReplayWindowSize?: number | undefined;
992
+ /**
993
+ * <p>The number of seconds after which a DPD timeout occurs. A DPD timeout of 40 seconds means that the VPN endpoint will consider the peer dead 30 seconds after the first failed keep-alive.</p>
994
+ * <p>Constraints: A value greater than or equal to 30.</p>
995
+ * <p>Default: <code>40</code>
996
+ * </p>
997
+ * @public
998
+ */
999
+ DPDTimeoutSeconds?: number | undefined;
1000
+ /**
1001
+ * <p>The action to take after DPD timeout occurs. Specify <code>restart</code> to restart
1002
+ * the IKE initiation. Specify <code>clear</code> to end the IKE session.</p>
1003
+ * <p>Valid Values: <code>clear</code> | <code>none</code> | <code>restart</code>
1004
+ * </p>
1005
+ * <p>Default: <code>clear</code>
1006
+ * </p>
1007
+ * @public
1008
+ */
1009
+ DPDTimeoutAction?: string | undefined;
1010
+ /**
1011
+ * <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 1
1012
+ * IKE negotiations.</p>
1013
+ * <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
1014
+ * <code>AES256-GCM-16</code>
1015
+ * </p>
1016
+ * @public
1017
+ */
1018
+ Phase1EncryptionAlgorithms?: Phase1EncryptionAlgorithmsRequestListValue[] | undefined;
1019
+ /**
1020
+ * <p>One or more encryption algorithms that are permitted for the VPN tunnel for phase 2
1021
+ * IKE negotiations.</p>
1022
+ * <p>Valid values: <code>AES128</code> | <code>AES256</code> | <code>AES128-GCM-16</code> |
1023
+ * <code>AES256-GCM-16</code>
1024
+ * </p>
1025
+ * @public
1026
+ */
1027
+ Phase2EncryptionAlgorithms?: Phase2EncryptionAlgorithmsRequestListValue[] | undefined;
1028
+ /**
1029
+ * <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 1 IKE
1030
+ * negotiations.</p>
1031
+ * <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
1032
+ * <code>SHA2-512</code>
1033
+ * </p>
1034
+ * @public
1035
+ */
1036
+ Phase1IntegrityAlgorithms?: Phase1IntegrityAlgorithmsRequestListValue[] | undefined;
1037
+ /**
1038
+ * <p>One or more integrity algorithms that are permitted for the VPN tunnel for phase 2 IKE
1039
+ * negotiations.</p>
1040
+ * <p>Valid values: <code>SHA1</code> | <code>SHA2-256</code> | <code>SHA2-384</code> |
1041
+ * <code>SHA2-512</code>
1042
+ * </p>
1043
+ * @public
1044
+ */
1045
+ Phase2IntegrityAlgorithms?: Phase2IntegrityAlgorithmsRequestListValue[] | undefined;
1046
+ /**
1047
+ * <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
1048
+ * phase 1 IKE negotiations.</p>
1049
+ * <p>Valid values: <code>2</code> | <code>14</code> | <code>15</code> | <code>16</code> |
1050
+ * <code>17</code> | <code>18</code> | <code>19</code> | <code>20</code> |
1051
+ * <code>21</code> | <code>22</code> | <code>23</code> | <code>24</code>
1052
+ * </p>
1053
+ * @public
1054
+ */
1055
+ Phase1DHGroupNumbers?: Phase1DHGroupNumbersRequestListValue[] | undefined;
1056
+ /**
1057
+ * <p>One or more Diffie-Hellman group numbers that are permitted for the VPN tunnel for
1058
+ * phase 2 IKE negotiations.</p>
1059
+ * <p>Valid values: <code>2</code> | <code>5</code> | <code>14</code> | <code>15</code> |
1060
+ * <code>16</code> | <code>17</code> | <code>18</code> | <code>19</code> |
1061
+ * <code>20</code> | <code>21</code> | <code>22</code> | <code>23</code> |
1062
+ * <code>24</code>
1063
+ * </p>
1064
+ * @public
1065
+ */
1066
+ Phase2DHGroupNumbers?: Phase2DHGroupNumbersRequestListValue[] | undefined;
1067
+ /**
1068
+ * <p>The IKE versions that are permitted for the VPN tunnel.</p>
1069
+ * <p>Valid values: <code>ikev1</code> | <code>ikev2</code>
1070
+ * </p>
1071
+ * @public
1072
+ */
1073
+ IKEVersions?: IKEVersionsRequestListValue[] | undefined;
1074
+ /**
1075
+ * <p>The action to take when the establishing the tunnel for the VPN connection. By
1076
+ * default, your customer gateway device must initiate the IKE negotiation and bring up the
1077
+ * tunnel. Specify <code>start</code> for Amazon Web Services to initiate the IKE
1078
+ * negotiation.</p>
1079
+ * <p>Valid Values: <code>add</code> | <code>start</code>
1080
+ * </p>
1081
+ * <p>Default: <code>add</code>
1082
+ * </p>
1083
+ * @public
1084
+ */
1085
+ StartupAction?: string | undefined;
1086
+ /**
1087
+ * <p>Options for logging VPN tunnel activity.</p>
1088
+ * @public
1089
+ */
1090
+ LogOptions?: VpnTunnelLogOptionsSpecification | undefined;
1091
+ /**
1092
+ * <p>Turn on or off tunnel endpoint lifecycle control feature.</p>
1093
+ * @public
1094
+ */
1095
+ EnableTunnelLifecycleControl?: boolean | undefined;
1096
+ }
1097
+ /**
1098
+ * @public
1099
+ */
1100
+ export interface ModifyVpnTunnelOptionsRequest {
1101
+ /**
1102
+ * <p>The ID of the Amazon Web Services Site-to-Site VPN connection.</p>
1103
+ * @public
1104
+ */
1105
+ VpnConnectionId: string | undefined;
1106
+ /**
1107
+ * <p>The external IP address of the VPN tunnel.</p>
1108
+ * @public
1109
+ */
1110
+ VpnTunnelOutsideIpAddress: string | undefined;
1111
+ /**
1112
+ * <p>The tunnel options to modify.</p>
1113
+ * @public
1114
+ */
1115
+ TunnelOptions: ModifyVpnTunnelOptionsSpecification | undefined;
1116
+ /**
1117
+ * <p>Checks whether you have the required permissions for the action, without actually
1118
+ * making the request, and provides an error response. If you have the required
1119
+ * permissions, the error response is <code>DryRunOperation</code>. Otherwise, it is
1120
+ * <code>UnauthorizedOperation</code>.</p>
1121
+ * @public
1122
+ */
1123
+ DryRun?: boolean | undefined;
1124
+ /**
1125
+ * <p>Choose whether or not to trigger immediate tunnel replacement. This is only applicable when turning on or off <code>EnableTunnelLifecycleControl</code>.</p>
1126
+ * <p>Valid values: <code>True</code> | <code>False</code>
1127
+ * </p>
1128
+ * @public
1129
+ */
1130
+ SkipTunnelReplacement?: boolean | undefined;
1131
+ /**
1132
+ * <p>Specifies the storage mode for the pre-shared key (PSK). Valid values are <code>Standard</code> (stored in Site-to-Site VPN service) or <code>SecretsManager</code> (stored in Amazon Web Services Secrets Manager).</p>
1133
+ * @public
1134
+ */
1135
+ PreSharedKeyStorage?: string | undefined;
1136
+ }
1137
+ /**
1138
+ * @public
1139
+ */
1140
+ export interface ModifyVpnTunnelOptionsResult {
1141
+ /**
1142
+ * <p>Information about the VPN connection.</p>
1143
+ * @public
1144
+ */
1145
+ VpnConnection?: VpnConnection | undefined;
1146
+ }
1147
+ /**
1148
+ * @public
1149
+ */
1150
+ export interface MonitorInstancesRequest {
1151
+ /**
1152
+ * <p>The IDs of the instances.</p>
1153
+ * @public
1154
+ */
1155
+ InstanceIds: string[] | undefined;
1156
+ /**
1157
+ * <p>Checks whether you have the required permissions for the operation, without actually making the
1158
+ * request, and provides an error response. If you have the required permissions, the error response is
1159
+ * <code>DryRunOperation</code>. Otherwise, it is <code>UnauthorizedOperation</code>.</p>
1160
+ * @public
1161
+ */
1162
+ DryRun?: boolean | undefined;
1163
+ }
9
1164
  /**
10
1165
  * <p>Describes the monitoring of an instance.</p>
11
1166
  * @public
@@ -2544,6 +3699,33 @@ export interface RestoreSnapshotTierResult {
2544
3699
  */
2545
3700
  IsPermanentRestore?: boolean | undefined;
2546
3701
  }
3702
+ /**
3703
+ * @public
3704
+ */
3705
+ export interface RestoreVolumeFromRecycleBinRequest {
3706
+ /**
3707
+ * <p>The ID of the volume to restore.</p>
3708
+ * @public
3709
+ */
3710
+ VolumeId: string | undefined;
3711
+ /**
3712
+ * <p>Checks whether you have the required permissions for the action, without actually making the request,
3713
+ * and provides an error response. If you have the required permissions, the error response is <code>DryRunOperation</code>.
3714
+ * Otherwise, it is <code>UnauthorizedOperation</code>.</p>
3715
+ * @public
3716
+ */
3717
+ DryRun?: boolean | undefined;
3718
+ }
3719
+ /**
3720
+ * @public
3721
+ */
3722
+ export interface RestoreVolumeFromRecycleBinResult {
3723
+ /**
3724
+ * <p>Returns <code>true</code> if the request succeeds; otherwise, it returns an error.</p>
3725
+ * @public
3726
+ */
3727
+ Return?: boolean | undefined;
3728
+ }
2547
3729
  /**
2548
3730
  * @public
2549
3731
  */
@@ -4829,6 +6011,79 @@ export interface UpdateCapacityManagerOrganizationsAccessResult {
4829
6011
  */
4830
6012
  OrganizationsAccess?: boolean | undefined;
4831
6013
  }
6014
+ /**
6015
+ * @public
6016
+ */
6017
+ export interface UpdateInterruptibleCapacityReservationAllocationRequest {
6018
+ /**
6019
+ * <p>
6020
+ * The ID of the source Capacity Reservation containing the interruptible allocation to modify.
6021
+ * </p>
6022
+ * @public
6023
+ */
6024
+ CapacityReservationId: string | undefined;
6025
+ /**
6026
+ * <p>
6027
+ * The new number of instances to allocate. Enter a higher number to add more capacity to share, or a lower number to reclaim capacity to your source Capacity Reservation.
6028
+ * </p>
6029
+ * @public
6030
+ */
6031
+ TargetInstanceCount: number | undefined;
6032
+ /**
6033
+ * <p>
6034
+ * Checks whether you have the required permissions for the action, without actually making the request, and provides an error response.
6035
+ * </p>
6036
+ * @public
6037
+ */
6038
+ DryRun?: boolean | undefined;
6039
+ }
6040
+ /**
6041
+ * @public
6042
+ */
6043
+ export interface UpdateInterruptibleCapacityReservationAllocationResult {
6044
+ /**
6045
+ * <p>
6046
+ * The ID of the interruptible Capacity Reservation that was modified.
6047
+ * </p>
6048
+ * @public
6049
+ */
6050
+ InterruptibleCapacityReservationId?: string | undefined;
6051
+ /**
6052
+ * <p>
6053
+ * The ID of the source Capacity Reservation to which capacity was reclaimed or from which capacity was allocated.
6054
+ * </p>
6055
+ * @public
6056
+ */
6057
+ SourceCapacityReservationId?: string | undefined;
6058
+ /**
6059
+ * <p>
6060
+ * The current number of instances allocated to the interruptible reservation.
6061
+ * </p>
6062
+ * @public
6063
+ */
6064
+ InstanceCount?: number | undefined;
6065
+ /**
6066
+ * <p>
6067
+ * The requested number of instances for the interruptible Capacity Reservation.
6068
+ * </p>
6069
+ * @public
6070
+ */
6071
+ TargetInstanceCount?: number | undefined;
6072
+ /**
6073
+ * <p>
6074
+ * The current status of the allocation (updating during reclamation, active when complete).
6075
+ * </p>
6076
+ * @public
6077
+ */
6078
+ Status?: InterruptibleCapacityReservationAllocationStatus | undefined;
6079
+ /**
6080
+ * <p>
6081
+ * The interruption type for the interruptible reservation.
6082
+ * </p>
6083
+ * @public
6084
+ */
6085
+ InterruptionType?: InterruptionType | undefined;
6086
+ }
4832
6087
  /**
4833
6088
  * <p>Describes the description of a security group rule.</p>
4834
6089
  * <p>You can use this when you want to update the security group rule description for either an inbound or outbound rule.</p>