@aws-sdk/client-ec2 3.777.0 → 3.782.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 (368) hide show
  1. package/README.md +136 -0
  2. package/dist-cjs/index.js +3032 -1378
  3. package/dist-es/EC2.js +34 -0
  4. package/dist-es/commands/AssociateRouteServerCommand.js +22 -0
  5. package/dist-es/commands/CopySnapshotCommand.js +1 -1
  6. package/dist-es/commands/CreateRouteServerCommand.js +22 -0
  7. package/dist-es/commands/CreateRouteServerEndpointCommand.js +22 -0
  8. package/dist-es/commands/CreateRouteServerPeerCommand.js +22 -0
  9. package/dist-es/commands/CreateVpnConnectionCommand.js +1 -2
  10. package/dist-es/commands/DeleteRouteServerCommand.js +22 -0
  11. package/dist-es/commands/DeleteRouteServerEndpointCommand.js +22 -0
  12. package/dist-es/commands/DeleteRouteServerPeerCommand.js +22 -0
  13. package/dist-es/commands/DescribeConversionTasksCommand.js +1 -1
  14. package/dist-es/commands/DescribeRouteServerEndpointsCommand.js +22 -0
  15. package/dist-es/commands/DescribeRouteServerPeersCommand.js +22 -0
  16. package/dist-es/commands/DescribeRouteServersCommand.js +22 -0
  17. package/dist-es/commands/DisableRouteServerPropagationCommand.js +22 -0
  18. package/dist-es/commands/DisassociateRouteServerCommand.js +22 -0
  19. package/dist-es/commands/EnableRouteServerPropagationCommand.js +22 -0
  20. package/dist-es/commands/GetRouteServerAssociationsCommand.js +22 -0
  21. package/dist-es/commands/GetRouteServerPropagationsCommand.js +22 -0
  22. package/dist-es/commands/GetRouteServerRoutingDatabaseCommand.js +22 -0
  23. package/dist-es/commands/ImportInstanceCommand.js +1 -1
  24. package/dist-es/commands/ImportSnapshotCommand.js +1 -1
  25. package/dist-es/commands/ImportVolumeCommand.js +1 -1
  26. package/dist-es/commands/ModifyRouteServerCommand.js +22 -0
  27. package/dist-es/commands/RunInstancesCommand.js +1 -1
  28. package/dist-es/commands/RunScheduledInstancesCommand.js +1 -1
  29. package/dist-es/commands/index.js +17 -0
  30. package/dist-es/models/models_0.js +8 -4
  31. package/dist-es/models/models_1.js +6 -11
  32. package/dist-es/models/models_2.js +60 -41
  33. package/dist-es/models/models_3.js +41 -46
  34. package/dist-es/models/models_4.js +46 -17
  35. package/dist-es/models/models_5.js +17 -11
  36. package/dist-es/models/models_6.js +23 -50
  37. package/dist-es/models/models_7.js +52 -15
  38. package/dist-es/models/models_8.js +16 -1
  39. package/dist-es/pagination/DescribeRouteServerEndpointsPaginator.js +4 -0
  40. package/dist-es/pagination/DescribeRouteServerPeersPaginator.js +4 -0
  41. package/dist-es/pagination/DescribeRouteServersPaginator.js +4 -0
  42. package/dist-es/pagination/index.js +3 -0
  43. package/dist-es/protocols/Aws_ec2.js +1289 -33
  44. package/dist-types/EC2.d.ts +122 -0
  45. package/dist-types/EC2Client.d.ts +19 -2
  46. package/dist-types/commands/AcceptAddressTransferCommand.d.ts +1 -1
  47. package/dist-types/commands/AllocateAddressCommand.d.ts +1 -1
  48. package/dist-types/commands/AllocateHostsCommand.d.ts +1 -1
  49. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +1 -1
  50. package/dist-types/commands/AssociateRouteServerCommand.d.ts +80 -0
  51. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +1 -1
  52. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +1 -1
  53. package/dist-types/commands/CopyImageCommand.d.ts +2 -2
  54. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -2
  55. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +1 -1
  58. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +1 -1
  59. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +1 -1
  60. package/dist-types/commands/CreateCoipPoolCommand.d.ts +1 -1
  61. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +1 -1
  62. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +1 -1
  63. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +1 -1
  64. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  65. package/dist-types/commands/CreateFleetCommand.d.ts +1 -1
  66. package/dist-types/commands/CreateFlowLogsCommand.d.ts +1 -1
  67. package/dist-types/commands/CreateFpgaImageCommand.d.ts +1 -1
  68. package/dist-types/commands/CreateImageCommand.d.ts +1 -1
  69. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +1 -1
  70. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +1 -1
  71. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +1 -1
  72. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +1 -1
  73. package/dist-types/commands/CreateIpamCommand.d.ts +1 -1
  74. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +1 -1
  75. package/dist-types/commands/CreateIpamPoolCommand.d.ts +1 -1
  76. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +1 -1
  77. package/dist-types/commands/CreateIpamScopeCommand.d.ts +1 -1
  78. package/dist-types/commands/CreateKeyPairCommand.d.ts +1 -1
  79. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -2
  80. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -2
  81. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +1 -2
  82. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +1 -1
  83. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -1
  84. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -1
  85. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +1 -1
  86. package/dist-types/commands/CreateNatGatewayCommand.d.ts +1 -1
  87. package/dist-types/commands/CreateNetworkAclCommand.d.ts +1 -1
  88. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +1 -1
  89. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +1 -1
  90. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +1 -1
  91. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +1 -1
  92. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +1 -1
  93. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +1 -1
  94. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +1 -1
  95. package/dist-types/commands/CreateRouteServerCommand.d.ts +117 -0
  96. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +102 -0
  97. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +128 -0
  98. package/dist-types/commands/CreateRouteTableCommand.d.ts +1 -1
  99. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +1 -1
  100. package/dist-types/commands/CreateSnapshotCommand.d.ts +1 -1
  101. package/dist-types/commands/CreateSnapshotsCommand.d.ts +1 -1
  102. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +1 -1
  103. package/dist-types/commands/CreateSubnetCommand.d.ts +1 -1
  104. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +1 -1
  105. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +1 -1
  106. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  107. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  108. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -1
  109. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +1 -1
  110. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +1 -1
  111. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +1 -1
  112. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +1 -1
  113. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +1 -1
  114. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -1
  115. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +1 -1
  116. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +1 -1
  117. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +1 -1
  118. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +1 -1
  119. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +1 -1
  121. package/dist-types/commands/CreateVolumeCommand.d.ts +1 -1
  122. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +1 -1
  123. package/dist-types/commands/CreateVpcCommand.d.ts +2 -2
  124. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +1 -1
  126. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +1 -1
  127. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -3
  128. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +1 -1
  129. package/dist-types/commands/DeleteRouteServerCommand.d.ts +102 -0
  130. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +89 -0
  131. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +112 -0
  132. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -1
  133. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +1 -2
  141. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -1
  143. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  144. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  145. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  146. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  147. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  148. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  149. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  150. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  151. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  152. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  153. package/dist-types/commands/DescribePrefixListsCommand.d.ts +1 -1
  154. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +1 -2
  155. package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +105 -0
  156. package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +128 -0
  157. package/dist-types/commands/DescribeRouteServersCommand.d.ts +117 -0
  158. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -2
  159. package/dist-types/commands/DescribeTagsCommand.d.ts +1 -1
  160. package/dist-types/commands/DescribeVpcsCommand.d.ts +1 -1
  161. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -1
  162. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +94 -0
  163. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  164. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  165. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  166. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  167. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  168. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  169. package/dist-types/commands/DisassociateAddressCommand.d.ts +1 -1
  170. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  171. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  172. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  173. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  174. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  175. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  176. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  177. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  178. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +80 -0
  179. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +1 -1
  180. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  181. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +1 -2
  182. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +80 -0
  183. package/dist-types/commands/ExportImageCommand.d.ts +1 -1
  184. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +1 -1
  185. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +81 -0
  186. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +95 -0
  187. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +118 -0
  188. package/dist-types/commands/ImportImageCommand.d.ts +1 -1
  189. package/dist-types/commands/ImportInstanceCommand.d.ts +1 -1
  190. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -2
  191. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -2
  192. package/dist-types/commands/ImportVolumeCommand.d.ts +1 -1
  193. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  194. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  195. package/dist-types/commands/LockSnapshotCommand.d.ts +1 -1
  196. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  197. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  198. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  199. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  200. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  201. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  202. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  203. package/dist-types/commands/ModifyFleetCommand.d.ts +1 -1
  204. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  205. package/dist-types/commands/ModifyHostsCommand.d.ts +1 -1
  206. package/dist-types/commands/ModifyIdFormatCommand.d.ts +1 -1
  207. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  208. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +1 -1
  209. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  210. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +1 -2
  211. package/dist-types/commands/ModifyRouteServerCommand.d.ts +105 -0
  212. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  213. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +1 -1
  214. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  215. package/dist-types/commands/RegisterImageCommand.d.ts +1 -1
  216. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -2
  217. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +1 -1
  218. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  219. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  220. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  221. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  222. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  223. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  224. package/dist-types/commands/RunInstancesCommand.d.ts +2 -2
  225. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +1 -1
  226. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  227. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  228. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  229. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  230. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +2 -2
  231. package/dist-types/commands/StartInstancesCommand.d.ts +1 -1
  232. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -2
  233. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -2
  234. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  235. package/dist-types/commands/index.d.ts +17 -0
  236. package/dist-types/models/models_0.d.ts +70 -276
  237. package/dist-types/models/models_1.d.ts +280 -133
  238. package/dist-types/models/models_2.d.ts +3322 -3460
  239. package/dist-types/models/models_3.d.ts +3478 -3493
  240. package/dist-types/models/models_4.d.ts +6856 -7221
  241. package/dist-types/models/models_5.d.ts +6471 -5648
  242. package/dist-types/models/models_6.d.ts +3623 -4512
  243. package/dist-types/models/models_7.d.ts +4478 -4723
  244. package/dist-types/models/models_8.d.ts +2106 -3
  245. package/dist-types/pagination/DescribeRouteServerEndpointsPaginator.d.ts +7 -0
  246. package/dist-types/pagination/DescribeRouteServerPeersPaginator.d.ts +7 -0
  247. package/dist-types/pagination/DescribeRouteServersPaginator.d.ts +7 -0
  248. package/dist-types/pagination/index.d.ts +3 -0
  249. package/dist-types/protocols/Aws_ec2.d.ts +153 -0
  250. package/dist-types/ts3.4/EC2.d.ts +292 -0
  251. package/dist-types/ts3.4/EC2Client.d.ts +102 -0
  252. package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +51 -0
  253. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  254. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  255. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +4 -2
  256. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +51 -0
  257. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +51 -0
  258. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +51 -0
  259. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +4 -2
  260. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +51 -0
  261. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +51 -0
  262. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +51 -0
  263. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -4
  264. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  265. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  266. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  267. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  268. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  269. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  270. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  271. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +4 -2
  272. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -4
  273. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  274. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  275. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  276. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  277. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  278. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  279. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  280. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  281. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  282. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  283. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  284. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +4 -2
  285. package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +51 -0
  286. package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +51 -0
  287. package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +51 -0
  288. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -4
  289. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +51 -0
  290. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  291. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  292. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  293. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  294. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  295. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  296. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
  297. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  298. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  299. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  300. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  301. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  302. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  303. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  304. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  305. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +51 -0
  306. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  307. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  308. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +4 -2
  309. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +51 -0
  310. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +51 -0
  311. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +51 -0
  312. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +51 -0
  313. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  314. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  315. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  316. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  317. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  318. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  319. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  320. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  321. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  322. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  323. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  324. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  325. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  326. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  327. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  328. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  329. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  330. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  331. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  332. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  333. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  334. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -2
  335. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +51 -0
  336. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  337. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  338. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  339. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  340. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  341. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  342. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  343. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  344. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  345. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  346. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  347. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  348. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  349. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  350. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  351. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  352. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  353. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  354. package/dist-types/ts3.4/models/models_0.d.ts +23 -37
  355. package/dist-types/ts3.4/models/models_1.d.ts +39 -36
  356. package/dist-types/ts3.4/models/models_2.d.ts +184 -182
  357. package/dist-types/ts3.4/models/models_3.d.ts +209 -209
  358. package/dist-types/ts3.4/models/models_4.d.ts +204 -213
  359. package/dist-types/ts3.4/models/models_5.d.ts +251 -164
  360. package/dist-types/ts3.4/models/models_6.d.ts +258 -404
  361. package/dist-types/ts3.4/models/models_7.d.ts +412 -411
  362. package/dist-types/ts3.4/models/models_8.d.ts +438 -3
  363. package/dist-types/ts3.4/pagination/DescribeRouteServerEndpointsPaginator.d.ts +11 -0
  364. package/dist-types/ts3.4/pagination/DescribeRouteServerPeersPaginator.d.ts +11 -0
  365. package/dist-types/ts3.4/pagination/DescribeRouteServersPaginator.d.ts +11 -0
  366. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  367. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +204 -0
  368. package/package.json +5 -5
@@ -103,6 +103,10 @@ import {
103
103
  AssociateNatGatewayAddressCommandInput,
104
104
  AssociateNatGatewayAddressCommandOutput,
105
105
  } from "./commands/AssociateNatGatewayAddressCommand";
106
+ import {
107
+ AssociateRouteServerCommandInput,
108
+ AssociateRouteServerCommandOutput,
109
+ } from "./commands/AssociateRouteServerCommand";
106
110
  import {
107
111
  AssociateRouteTableCommandInput,
108
112
  AssociateRouteTableCommandOutput,
@@ -423,6 +427,18 @@ import {
423
427
  CreateRouteCommandInput,
424
428
  CreateRouteCommandOutput,
425
429
  } from "./commands/CreateRouteCommand";
430
+ import {
431
+ CreateRouteServerCommandInput,
432
+ CreateRouteServerCommandOutput,
433
+ } from "./commands/CreateRouteServerCommand";
434
+ import {
435
+ CreateRouteServerEndpointCommandInput,
436
+ CreateRouteServerEndpointCommandOutput,
437
+ } from "./commands/CreateRouteServerEndpointCommand";
438
+ import {
439
+ CreateRouteServerPeerCommandInput,
440
+ CreateRouteServerPeerCommandOutput,
441
+ } from "./commands/CreateRouteServerPeerCommand";
426
442
  import {
427
443
  CreateRouteTableCommandInput,
428
444
  CreateRouteTableCommandOutput,
@@ -735,6 +751,18 @@ import {
735
751
  DeleteRouteCommandInput,
736
752
  DeleteRouteCommandOutput,
737
753
  } from "./commands/DeleteRouteCommand";
754
+ import {
755
+ DeleteRouteServerCommandInput,
756
+ DeleteRouteServerCommandOutput,
757
+ } from "./commands/DeleteRouteServerCommand";
758
+ import {
759
+ DeleteRouteServerEndpointCommandInput,
760
+ DeleteRouteServerEndpointCommandOutput,
761
+ } from "./commands/DeleteRouteServerEndpointCommand";
762
+ import {
763
+ DeleteRouteServerPeerCommandInput,
764
+ DeleteRouteServerPeerCommandOutput,
765
+ } from "./commands/DeleteRouteServerPeerCommand";
738
766
  import {
739
767
  DeleteRouteTableCommandInput,
740
768
  DeleteRouteTableCommandOutput,
@@ -1315,6 +1343,18 @@ import {
1315
1343
  DescribeReservedInstancesOfferingsCommandInput,
1316
1344
  DescribeReservedInstancesOfferingsCommandOutput,
1317
1345
  } from "./commands/DescribeReservedInstancesOfferingsCommand";
1346
+ import {
1347
+ DescribeRouteServerEndpointsCommandInput,
1348
+ DescribeRouteServerEndpointsCommandOutput,
1349
+ } from "./commands/DescribeRouteServerEndpointsCommand";
1350
+ import {
1351
+ DescribeRouteServerPeersCommandInput,
1352
+ DescribeRouteServerPeersCommandOutput,
1353
+ } from "./commands/DescribeRouteServerPeersCommand";
1354
+ import {
1355
+ DescribeRouteServersCommandInput,
1356
+ DescribeRouteServersCommandOutput,
1357
+ } from "./commands/DescribeRouteServersCommand";
1318
1358
  import {
1319
1359
  DescribeRouteTablesCommandInput,
1320
1360
  DescribeRouteTablesCommandOutput,
@@ -1623,6 +1663,10 @@ import {
1623
1663
  DisableIpamOrganizationAdminAccountCommandInput,
1624
1664
  DisableIpamOrganizationAdminAccountCommandOutput,
1625
1665
  } from "./commands/DisableIpamOrganizationAdminAccountCommand";
1666
+ import {
1667
+ DisableRouteServerPropagationCommandInput,
1668
+ DisableRouteServerPropagationCommandOutput,
1669
+ } from "./commands/DisableRouteServerPropagationCommand";
1626
1670
  import {
1627
1671
  DisableSerialConsoleAccessCommandInput,
1628
1672
  DisableSerialConsoleAccessCommandOutput,
@@ -1683,6 +1727,10 @@ import {
1683
1727
  DisassociateNatGatewayAddressCommandInput,
1684
1728
  DisassociateNatGatewayAddressCommandOutput,
1685
1729
  } from "./commands/DisassociateNatGatewayAddressCommand";
1730
+ import {
1731
+ DisassociateRouteServerCommandInput,
1732
+ DisassociateRouteServerCommandOutput,
1733
+ } from "./commands/DisassociateRouteServerCommand";
1686
1734
  import {
1687
1735
  DisassociateRouteTableCommandInput,
1688
1736
  DisassociateRouteTableCommandOutput,
@@ -1763,6 +1811,10 @@ import {
1763
1811
  EnableReachabilityAnalyzerOrganizationSharingCommandInput,
1764
1812
  EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
1765
1813
  } from "./commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
1814
+ import {
1815
+ EnableRouteServerPropagationCommandInput,
1816
+ EnableRouteServerPropagationCommandOutput,
1817
+ } from "./commands/EnableRouteServerPropagationCommand";
1766
1818
  import {
1767
1819
  EnableSerialConsoleAccessCommandInput,
1768
1820
  EnableSerialConsoleAccessCommandOutput,
@@ -1947,6 +1999,18 @@ import {
1947
1999
  GetReservedInstancesExchangeQuoteCommandInput,
1948
2000
  GetReservedInstancesExchangeQuoteCommandOutput,
1949
2001
  } from "./commands/GetReservedInstancesExchangeQuoteCommand";
2002
+ import {
2003
+ GetRouteServerAssociationsCommandInput,
2004
+ GetRouteServerAssociationsCommandOutput,
2005
+ } from "./commands/GetRouteServerAssociationsCommand";
2006
+ import {
2007
+ GetRouteServerPropagationsCommandInput,
2008
+ GetRouteServerPropagationsCommandOutput,
2009
+ } from "./commands/GetRouteServerPropagationsCommand";
2010
+ import {
2011
+ GetRouteServerRoutingDatabaseCommandInput,
2012
+ GetRouteServerRoutingDatabaseCommandOutput,
2013
+ } from "./commands/GetRouteServerRoutingDatabaseCommand";
1950
2014
  import {
1951
2015
  GetSecurityGroupsForVpcCommandInput,
1952
2016
  GetSecurityGroupsForVpcCommandOutput,
@@ -2195,6 +2259,10 @@ import {
2195
2259
  ModifyReservedInstancesCommandInput,
2196
2260
  ModifyReservedInstancesCommandOutput,
2197
2261
  } from "./commands/ModifyReservedInstancesCommand";
2262
+ import {
2263
+ ModifyRouteServerCommandInput,
2264
+ ModifyRouteServerCommandOutput,
2265
+ } from "./commands/ModifyRouteServerCommand";
2198
2266
  import {
2199
2267
  ModifySecurityGroupRulesCommandInput,
2200
2268
  ModifySecurityGroupRulesCommandOutput,
@@ -3022,6 +3090,19 @@ export interface EC2 {
3022
3090
  options: __HttpHandlerOptions,
3023
3091
  cb: (err: any, data?: AssociateNatGatewayAddressCommandOutput) => void
3024
3092
  ): void;
3093
+ associateRouteServer(
3094
+ args: AssociateRouteServerCommandInput,
3095
+ options?: __HttpHandlerOptions
3096
+ ): Promise<AssociateRouteServerCommandOutput>;
3097
+ associateRouteServer(
3098
+ args: AssociateRouteServerCommandInput,
3099
+ cb: (err: any, data?: AssociateRouteServerCommandOutput) => void
3100
+ ): void;
3101
+ associateRouteServer(
3102
+ args: AssociateRouteServerCommandInput,
3103
+ options: __HttpHandlerOptions,
3104
+ cb: (err: any, data?: AssociateRouteServerCommandOutput) => void
3105
+ ): void;
3025
3106
  associateRouteTable(
3026
3107
  args: AssociateRouteTableCommandInput,
3027
3108
  options?: __HttpHandlerOptions
@@ -4119,6 +4200,45 @@ export interface EC2 {
4119
4200
  options: __HttpHandlerOptions,
4120
4201
  cb: (err: any, data?: CreateRouteCommandOutput) => void
4121
4202
  ): void;
4203
+ createRouteServer(
4204
+ args: CreateRouteServerCommandInput,
4205
+ options?: __HttpHandlerOptions
4206
+ ): Promise<CreateRouteServerCommandOutput>;
4207
+ createRouteServer(
4208
+ args: CreateRouteServerCommandInput,
4209
+ cb: (err: any, data?: CreateRouteServerCommandOutput) => void
4210
+ ): void;
4211
+ createRouteServer(
4212
+ args: CreateRouteServerCommandInput,
4213
+ options: __HttpHandlerOptions,
4214
+ cb: (err: any, data?: CreateRouteServerCommandOutput) => void
4215
+ ): void;
4216
+ createRouteServerEndpoint(
4217
+ args: CreateRouteServerEndpointCommandInput,
4218
+ options?: __HttpHandlerOptions
4219
+ ): Promise<CreateRouteServerEndpointCommandOutput>;
4220
+ createRouteServerEndpoint(
4221
+ args: CreateRouteServerEndpointCommandInput,
4222
+ cb: (err: any, data?: CreateRouteServerEndpointCommandOutput) => void
4223
+ ): void;
4224
+ createRouteServerEndpoint(
4225
+ args: CreateRouteServerEndpointCommandInput,
4226
+ options: __HttpHandlerOptions,
4227
+ cb: (err: any, data?: CreateRouteServerEndpointCommandOutput) => void
4228
+ ): void;
4229
+ createRouteServerPeer(
4230
+ args: CreateRouteServerPeerCommandInput,
4231
+ options?: __HttpHandlerOptions
4232
+ ): Promise<CreateRouteServerPeerCommandOutput>;
4233
+ createRouteServerPeer(
4234
+ args: CreateRouteServerPeerCommandInput,
4235
+ cb: (err: any, data?: CreateRouteServerPeerCommandOutput) => void
4236
+ ): void;
4237
+ createRouteServerPeer(
4238
+ args: CreateRouteServerPeerCommandInput,
4239
+ options: __HttpHandlerOptions,
4240
+ cb: (err: any, data?: CreateRouteServerPeerCommandOutput) => void
4241
+ ): void;
4122
4242
  createRouteTable(
4123
4243
  args: CreateRouteTableCommandInput,
4124
4244
  options?: __HttpHandlerOptions
@@ -5219,6 +5339,45 @@ export interface EC2 {
5219
5339
  options: __HttpHandlerOptions,
5220
5340
  cb: (err: any, data?: DeleteRouteCommandOutput) => void
5221
5341
  ): void;
5342
+ deleteRouteServer(
5343
+ args: DeleteRouteServerCommandInput,
5344
+ options?: __HttpHandlerOptions
5345
+ ): Promise<DeleteRouteServerCommandOutput>;
5346
+ deleteRouteServer(
5347
+ args: DeleteRouteServerCommandInput,
5348
+ cb: (err: any, data?: DeleteRouteServerCommandOutput) => void
5349
+ ): void;
5350
+ deleteRouteServer(
5351
+ args: DeleteRouteServerCommandInput,
5352
+ options: __HttpHandlerOptions,
5353
+ cb: (err: any, data?: DeleteRouteServerCommandOutput) => void
5354
+ ): void;
5355
+ deleteRouteServerEndpoint(
5356
+ args: DeleteRouteServerEndpointCommandInput,
5357
+ options?: __HttpHandlerOptions
5358
+ ): Promise<DeleteRouteServerEndpointCommandOutput>;
5359
+ deleteRouteServerEndpoint(
5360
+ args: DeleteRouteServerEndpointCommandInput,
5361
+ cb: (err: any, data?: DeleteRouteServerEndpointCommandOutput) => void
5362
+ ): void;
5363
+ deleteRouteServerEndpoint(
5364
+ args: DeleteRouteServerEndpointCommandInput,
5365
+ options: __HttpHandlerOptions,
5366
+ cb: (err: any, data?: DeleteRouteServerEndpointCommandOutput) => void
5367
+ ): void;
5368
+ deleteRouteServerPeer(
5369
+ args: DeleteRouteServerPeerCommandInput,
5370
+ options?: __HttpHandlerOptions
5371
+ ): Promise<DeleteRouteServerPeerCommandOutput>;
5372
+ deleteRouteServerPeer(
5373
+ args: DeleteRouteServerPeerCommandInput,
5374
+ cb: (err: any, data?: DeleteRouteServerPeerCommandOutput) => void
5375
+ ): void;
5376
+ deleteRouteServerPeer(
5377
+ args: DeleteRouteServerPeerCommandInput,
5378
+ options: __HttpHandlerOptions,
5379
+ cb: (err: any, data?: DeleteRouteServerPeerCommandOutput) => void
5380
+ ): void;
5222
5381
  deleteRouteTable(
5223
5382
  args: DeleteRouteTableCommandInput,
5224
5383
  options?: __HttpHandlerOptions
@@ -7410,6 +7569,48 @@ export interface EC2 {
7410
7569
  data?: DescribeReservedInstancesOfferingsCommandOutput
7411
7570
  ) => void
7412
7571
  ): void;
7572
+ describeRouteServerEndpoints(): Promise<DescribeRouteServerEndpointsCommandOutput>;
7573
+ describeRouteServerEndpoints(
7574
+ args: DescribeRouteServerEndpointsCommandInput,
7575
+ options?: __HttpHandlerOptions
7576
+ ): Promise<DescribeRouteServerEndpointsCommandOutput>;
7577
+ describeRouteServerEndpoints(
7578
+ args: DescribeRouteServerEndpointsCommandInput,
7579
+ cb: (err: any, data?: DescribeRouteServerEndpointsCommandOutput) => void
7580
+ ): void;
7581
+ describeRouteServerEndpoints(
7582
+ args: DescribeRouteServerEndpointsCommandInput,
7583
+ options: __HttpHandlerOptions,
7584
+ cb: (err: any, data?: DescribeRouteServerEndpointsCommandOutput) => void
7585
+ ): void;
7586
+ describeRouteServerPeers(): Promise<DescribeRouteServerPeersCommandOutput>;
7587
+ describeRouteServerPeers(
7588
+ args: DescribeRouteServerPeersCommandInput,
7589
+ options?: __HttpHandlerOptions
7590
+ ): Promise<DescribeRouteServerPeersCommandOutput>;
7591
+ describeRouteServerPeers(
7592
+ args: DescribeRouteServerPeersCommandInput,
7593
+ cb: (err: any, data?: DescribeRouteServerPeersCommandOutput) => void
7594
+ ): void;
7595
+ describeRouteServerPeers(
7596
+ args: DescribeRouteServerPeersCommandInput,
7597
+ options: __HttpHandlerOptions,
7598
+ cb: (err: any, data?: DescribeRouteServerPeersCommandOutput) => void
7599
+ ): void;
7600
+ describeRouteServers(): Promise<DescribeRouteServersCommandOutput>;
7601
+ describeRouteServers(
7602
+ args: DescribeRouteServersCommandInput,
7603
+ options?: __HttpHandlerOptions
7604
+ ): Promise<DescribeRouteServersCommandOutput>;
7605
+ describeRouteServers(
7606
+ args: DescribeRouteServersCommandInput,
7607
+ cb: (err: any, data?: DescribeRouteServersCommandOutput) => void
7608
+ ): void;
7609
+ describeRouteServers(
7610
+ args: DescribeRouteServersCommandInput,
7611
+ options: __HttpHandlerOptions,
7612
+ cb: (err: any, data?: DescribeRouteServersCommandOutput) => void
7613
+ ): void;
7413
7614
  describeRouteTables(): Promise<DescribeRouteTablesCommandOutput>;
7414
7615
  describeRouteTables(
7415
7616
  args: DescribeRouteTablesCommandInput,
@@ -8598,6 +8799,19 @@ export interface EC2 {
8598
8799
  data?: DisableIpamOrganizationAdminAccountCommandOutput
8599
8800
  ) => void
8600
8801
  ): void;
8802
+ disableRouteServerPropagation(
8803
+ args: DisableRouteServerPropagationCommandInput,
8804
+ options?: __HttpHandlerOptions
8805
+ ): Promise<DisableRouteServerPropagationCommandOutput>;
8806
+ disableRouteServerPropagation(
8807
+ args: DisableRouteServerPropagationCommandInput,
8808
+ cb: (err: any, data?: DisableRouteServerPropagationCommandOutput) => void
8809
+ ): void;
8810
+ disableRouteServerPropagation(
8811
+ args: DisableRouteServerPropagationCommandInput,
8812
+ options: __HttpHandlerOptions,
8813
+ cb: (err: any, data?: DisableRouteServerPropagationCommandOutput) => void
8814
+ ): void;
8601
8815
  disableSerialConsoleAccess(): Promise<DisableSerialConsoleAccessCommandOutput>;
8602
8816
  disableSerialConsoleAccess(
8603
8817
  args: DisableSerialConsoleAccessCommandInput,
@@ -8827,6 +9041,19 @@ export interface EC2 {
8827
9041
  options: __HttpHandlerOptions,
8828
9042
  cb: (err: any, data?: DisassociateNatGatewayAddressCommandOutput) => void
8829
9043
  ): void;
9044
+ disassociateRouteServer(
9045
+ args: DisassociateRouteServerCommandInput,
9046
+ options?: __HttpHandlerOptions
9047
+ ): Promise<DisassociateRouteServerCommandOutput>;
9048
+ disassociateRouteServer(
9049
+ args: DisassociateRouteServerCommandInput,
9050
+ cb: (err: any, data?: DisassociateRouteServerCommandOutput) => void
9051
+ ): void;
9052
+ disassociateRouteServer(
9053
+ args: DisassociateRouteServerCommandInput,
9054
+ options: __HttpHandlerOptions,
9055
+ cb: (err: any, data?: DisassociateRouteServerCommandOutput) => void
9056
+ ): void;
8830
9057
  disassociateRouteTable(
8831
9058
  args: DisassociateRouteTableCommandInput,
8832
9059
  options?: __HttpHandlerOptions
@@ -9132,6 +9359,19 @@ export interface EC2 {
9132
9359
  data?: EnableReachabilityAnalyzerOrganizationSharingCommandOutput
9133
9360
  ) => void
9134
9361
  ): void;
9362
+ enableRouteServerPropagation(
9363
+ args: EnableRouteServerPropagationCommandInput,
9364
+ options?: __HttpHandlerOptions
9365
+ ): Promise<EnableRouteServerPropagationCommandOutput>;
9366
+ enableRouteServerPropagation(
9367
+ args: EnableRouteServerPropagationCommandInput,
9368
+ cb: (err: any, data?: EnableRouteServerPropagationCommandOutput) => void
9369
+ ): void;
9370
+ enableRouteServerPropagation(
9371
+ args: EnableRouteServerPropagationCommandInput,
9372
+ options: __HttpHandlerOptions,
9373
+ cb: (err: any, data?: EnableRouteServerPropagationCommandOutput) => void
9374
+ ): void;
9135
9375
  enableSerialConsoleAccess(): Promise<EnableSerialConsoleAccessCommandOutput>;
9136
9376
  enableSerialConsoleAccess(
9137
9377
  args: EnableSerialConsoleAccessCommandInput,
@@ -9804,6 +10044,45 @@ export interface EC2 {
9804
10044
  data?: GetReservedInstancesExchangeQuoteCommandOutput
9805
10045
  ) => void
9806
10046
  ): void;
10047
+ getRouteServerAssociations(
10048
+ args: GetRouteServerAssociationsCommandInput,
10049
+ options?: __HttpHandlerOptions
10050
+ ): Promise<GetRouteServerAssociationsCommandOutput>;
10051
+ getRouteServerAssociations(
10052
+ args: GetRouteServerAssociationsCommandInput,
10053
+ cb: (err: any, data?: GetRouteServerAssociationsCommandOutput) => void
10054
+ ): void;
10055
+ getRouteServerAssociations(
10056
+ args: GetRouteServerAssociationsCommandInput,
10057
+ options: __HttpHandlerOptions,
10058
+ cb: (err: any, data?: GetRouteServerAssociationsCommandOutput) => void
10059
+ ): void;
10060
+ getRouteServerPropagations(
10061
+ args: GetRouteServerPropagationsCommandInput,
10062
+ options?: __HttpHandlerOptions
10063
+ ): Promise<GetRouteServerPropagationsCommandOutput>;
10064
+ getRouteServerPropagations(
10065
+ args: GetRouteServerPropagationsCommandInput,
10066
+ cb: (err: any, data?: GetRouteServerPropagationsCommandOutput) => void
10067
+ ): void;
10068
+ getRouteServerPropagations(
10069
+ args: GetRouteServerPropagationsCommandInput,
10070
+ options: __HttpHandlerOptions,
10071
+ cb: (err: any, data?: GetRouteServerPropagationsCommandOutput) => void
10072
+ ): void;
10073
+ getRouteServerRoutingDatabase(
10074
+ args: GetRouteServerRoutingDatabaseCommandInput,
10075
+ options?: __HttpHandlerOptions
10076
+ ): Promise<GetRouteServerRoutingDatabaseCommandOutput>;
10077
+ getRouteServerRoutingDatabase(
10078
+ args: GetRouteServerRoutingDatabaseCommandInput,
10079
+ cb: (err: any, data?: GetRouteServerRoutingDatabaseCommandOutput) => void
10080
+ ): void;
10081
+ getRouteServerRoutingDatabase(
10082
+ args: GetRouteServerRoutingDatabaseCommandInput,
10083
+ options: __HttpHandlerOptions,
10084
+ cb: (err: any, data?: GetRouteServerRoutingDatabaseCommandOutput) => void
10085
+ ): void;
9807
10086
  getSecurityGroupsForVpc(
9808
10087
  args: GetSecurityGroupsForVpcCommandInput,
9809
10088
  options?: __HttpHandlerOptions
@@ -10697,6 +10976,19 @@ export interface EC2 {
10697
10976
  options: __HttpHandlerOptions,
10698
10977
  cb: (err: any, data?: ModifyReservedInstancesCommandOutput) => void
10699
10978
  ): void;
10979
+ modifyRouteServer(
10980
+ args: ModifyRouteServerCommandInput,
10981
+ options?: __HttpHandlerOptions
10982
+ ): Promise<ModifyRouteServerCommandOutput>;
10983
+ modifyRouteServer(
10984
+ args: ModifyRouteServerCommandInput,
10985
+ cb: (err: any, data?: ModifyRouteServerCommandOutput) => void
10986
+ ): void;
10987
+ modifyRouteServer(
10988
+ args: ModifyRouteServerCommandInput,
10989
+ options: __HttpHandlerOptions,
10990
+ cb: (err: any, data?: ModifyRouteServerCommandOutput) => void
10991
+ ): void;
10700
10992
  modifySecurityGroupRules(
10701
10993
  args: ModifySecurityGroupRulesCommandInput,
10702
10994
  options?: __HttpHandlerOptions
@@ -149,6 +149,10 @@ import {
149
149
  AssociateNatGatewayAddressCommandInput,
150
150
  AssociateNatGatewayAddressCommandOutput,
151
151
  } from "./commands/AssociateNatGatewayAddressCommand";
152
+ import {
153
+ AssociateRouteServerCommandInput,
154
+ AssociateRouteServerCommandOutput,
155
+ } from "./commands/AssociateRouteServerCommand";
152
156
  import {
153
157
  AssociateRouteTableCommandInput,
154
158
  AssociateRouteTableCommandOutput,
@@ -469,6 +473,18 @@ import {
469
473
  CreateRouteCommandInput,
470
474
  CreateRouteCommandOutput,
471
475
  } from "./commands/CreateRouteCommand";
476
+ import {
477
+ CreateRouteServerCommandInput,
478
+ CreateRouteServerCommandOutput,
479
+ } from "./commands/CreateRouteServerCommand";
480
+ import {
481
+ CreateRouteServerEndpointCommandInput,
482
+ CreateRouteServerEndpointCommandOutput,
483
+ } from "./commands/CreateRouteServerEndpointCommand";
484
+ import {
485
+ CreateRouteServerPeerCommandInput,
486
+ CreateRouteServerPeerCommandOutput,
487
+ } from "./commands/CreateRouteServerPeerCommand";
472
488
  import {
473
489
  CreateRouteTableCommandInput,
474
490
  CreateRouteTableCommandOutput,
@@ -781,6 +797,18 @@ import {
781
797
  DeleteRouteCommandInput,
782
798
  DeleteRouteCommandOutput,
783
799
  } from "./commands/DeleteRouteCommand";
800
+ import {
801
+ DeleteRouteServerCommandInput,
802
+ DeleteRouteServerCommandOutput,
803
+ } from "./commands/DeleteRouteServerCommand";
804
+ import {
805
+ DeleteRouteServerEndpointCommandInput,
806
+ DeleteRouteServerEndpointCommandOutput,
807
+ } from "./commands/DeleteRouteServerEndpointCommand";
808
+ import {
809
+ DeleteRouteServerPeerCommandInput,
810
+ DeleteRouteServerPeerCommandOutput,
811
+ } from "./commands/DeleteRouteServerPeerCommand";
784
812
  import {
785
813
  DeleteRouteTableCommandInput,
786
814
  DeleteRouteTableCommandOutput,
@@ -1361,6 +1389,18 @@ import {
1361
1389
  DescribeReservedInstancesOfferingsCommandInput,
1362
1390
  DescribeReservedInstancesOfferingsCommandOutput,
1363
1391
  } from "./commands/DescribeReservedInstancesOfferingsCommand";
1392
+ import {
1393
+ DescribeRouteServerEndpointsCommandInput,
1394
+ DescribeRouteServerEndpointsCommandOutput,
1395
+ } from "./commands/DescribeRouteServerEndpointsCommand";
1396
+ import {
1397
+ DescribeRouteServerPeersCommandInput,
1398
+ DescribeRouteServerPeersCommandOutput,
1399
+ } from "./commands/DescribeRouteServerPeersCommand";
1400
+ import {
1401
+ DescribeRouteServersCommandInput,
1402
+ DescribeRouteServersCommandOutput,
1403
+ } from "./commands/DescribeRouteServersCommand";
1364
1404
  import {
1365
1405
  DescribeRouteTablesCommandInput,
1366
1406
  DescribeRouteTablesCommandOutput,
@@ -1669,6 +1709,10 @@ import {
1669
1709
  DisableIpamOrganizationAdminAccountCommandInput,
1670
1710
  DisableIpamOrganizationAdminAccountCommandOutput,
1671
1711
  } from "./commands/DisableIpamOrganizationAdminAccountCommand";
1712
+ import {
1713
+ DisableRouteServerPropagationCommandInput,
1714
+ DisableRouteServerPropagationCommandOutput,
1715
+ } from "./commands/DisableRouteServerPropagationCommand";
1672
1716
  import {
1673
1717
  DisableSerialConsoleAccessCommandInput,
1674
1718
  DisableSerialConsoleAccessCommandOutput,
@@ -1729,6 +1773,10 @@ import {
1729
1773
  DisassociateNatGatewayAddressCommandInput,
1730
1774
  DisassociateNatGatewayAddressCommandOutput,
1731
1775
  } from "./commands/DisassociateNatGatewayAddressCommand";
1776
+ import {
1777
+ DisassociateRouteServerCommandInput,
1778
+ DisassociateRouteServerCommandOutput,
1779
+ } from "./commands/DisassociateRouteServerCommand";
1732
1780
  import {
1733
1781
  DisassociateRouteTableCommandInput,
1734
1782
  DisassociateRouteTableCommandOutput,
@@ -1809,6 +1857,10 @@ import {
1809
1857
  EnableReachabilityAnalyzerOrganizationSharingCommandInput,
1810
1858
  EnableReachabilityAnalyzerOrganizationSharingCommandOutput,
1811
1859
  } from "./commands/EnableReachabilityAnalyzerOrganizationSharingCommand";
1860
+ import {
1861
+ EnableRouteServerPropagationCommandInput,
1862
+ EnableRouteServerPropagationCommandOutput,
1863
+ } from "./commands/EnableRouteServerPropagationCommand";
1812
1864
  import {
1813
1865
  EnableSerialConsoleAccessCommandInput,
1814
1866
  EnableSerialConsoleAccessCommandOutput,
@@ -1993,6 +2045,18 @@ import {
1993
2045
  GetReservedInstancesExchangeQuoteCommandInput,
1994
2046
  GetReservedInstancesExchangeQuoteCommandOutput,
1995
2047
  } from "./commands/GetReservedInstancesExchangeQuoteCommand";
2048
+ import {
2049
+ GetRouteServerAssociationsCommandInput,
2050
+ GetRouteServerAssociationsCommandOutput,
2051
+ } from "./commands/GetRouteServerAssociationsCommand";
2052
+ import {
2053
+ GetRouteServerPropagationsCommandInput,
2054
+ GetRouteServerPropagationsCommandOutput,
2055
+ } from "./commands/GetRouteServerPropagationsCommand";
2056
+ import {
2057
+ GetRouteServerRoutingDatabaseCommandInput,
2058
+ GetRouteServerRoutingDatabaseCommandOutput,
2059
+ } from "./commands/GetRouteServerRoutingDatabaseCommand";
1996
2060
  import {
1997
2061
  GetSecurityGroupsForVpcCommandInput,
1998
2062
  GetSecurityGroupsForVpcCommandOutput,
@@ -2241,6 +2305,10 @@ import {
2241
2305
  ModifyReservedInstancesCommandInput,
2242
2306
  ModifyReservedInstancesCommandOutput,
2243
2307
  } from "./commands/ModifyReservedInstancesCommand";
2308
+ import {
2309
+ ModifyRouteServerCommandInput,
2310
+ ModifyRouteServerCommandOutput,
2311
+ } from "./commands/ModifyRouteServerCommand";
2244
2312
  import {
2245
2313
  ModifySecurityGroupRulesCommandInput,
2246
2314
  ModifySecurityGroupRulesCommandOutput,
@@ -2711,6 +2779,7 @@ export type ServiceInputTypes =
2711
2779
  | AssociateIpamByoasnCommandInput
2712
2780
  | AssociateIpamResourceDiscoveryCommandInput
2713
2781
  | AssociateNatGatewayAddressCommandInput
2782
+ | AssociateRouteServerCommandInput
2714
2783
  | AssociateRouteTableCommandInput
2715
2784
  | AssociateSecurityGroupVpcCommandInput
2716
2785
  | AssociateSubnetCidrBlockCommandInput
@@ -2791,6 +2860,9 @@ export type ServiceInputTypes =
2791
2860
  | CreateReservedInstancesListingCommandInput
2792
2861
  | CreateRestoreImageTaskCommandInput
2793
2862
  | CreateRouteCommandInput
2863
+ | CreateRouteServerCommandInput
2864
+ | CreateRouteServerEndpointCommandInput
2865
+ | CreateRouteServerPeerCommandInput
2794
2866
  | CreateRouteTableCommandInput
2795
2867
  | CreateSecurityGroupCommandInput
2796
2868
  | CreateSnapshotCommandInput
@@ -2869,6 +2941,9 @@ export type ServiceInputTypes =
2869
2941
  | DeletePublicIpv4PoolCommandInput
2870
2942
  | DeleteQueuedReservedInstancesCommandInput
2871
2943
  | DeleteRouteCommandInput
2944
+ | DeleteRouteServerCommandInput
2945
+ | DeleteRouteServerEndpointCommandInput
2946
+ | DeleteRouteServerPeerCommandInput
2872
2947
  | DeleteRouteTableCommandInput
2873
2948
  | DeleteSecurityGroupCommandInput
2874
2949
  | DeleteSnapshotCommandInput
@@ -3014,6 +3089,9 @@ export type ServiceInputTypes =
3014
3089
  | DescribeReservedInstancesListingsCommandInput
3015
3090
  | DescribeReservedInstancesModificationsCommandInput
3016
3091
  | DescribeReservedInstancesOfferingsCommandInput
3092
+ | DescribeRouteServerEndpointsCommandInput
3093
+ | DescribeRouteServerPeersCommandInput
3094
+ | DescribeRouteServersCommandInput
3017
3095
  | DescribeRouteTablesCommandInput
3018
3096
  | DescribeScheduledInstanceAvailabilityCommandInput
3019
3097
  | DescribeScheduledInstancesCommandInput
@@ -3091,6 +3169,7 @@ export type ServiceInputTypes =
3091
3169
  | DisableImageDeprecationCommandInput
3092
3170
  | DisableImageDeregistrationProtectionCommandInput
3093
3171
  | DisableIpamOrganizationAdminAccountCommandInput
3172
+ | DisableRouteServerPropagationCommandInput
3094
3173
  | DisableSerialConsoleAccessCommandInput
3095
3174
  | DisableSnapshotBlockPublicAccessCommandInput
3096
3175
  | DisableTransitGatewayRouteTablePropagationCommandInput
@@ -3106,6 +3185,7 @@ export type ServiceInputTypes =
3106
3185
  | DisassociateIpamByoasnCommandInput
3107
3186
  | DisassociateIpamResourceDiscoveryCommandInput
3108
3187
  | DisassociateNatGatewayAddressCommandInput
3188
+ | DisassociateRouteServerCommandInput
3109
3189
  | DisassociateRouteTableCommandInput
3110
3190
  | DisassociateSecurityGroupVpcCommandInput
3111
3191
  | DisassociateSubnetCidrBlockCommandInput
@@ -3126,6 +3206,7 @@ export type ServiceInputTypes =
3126
3206
  | EnableImageDeregistrationProtectionCommandInput
3127
3207
  | EnableIpamOrganizationAdminAccountCommandInput
3128
3208
  | EnableReachabilityAnalyzerOrganizationSharingCommandInput
3209
+ | EnableRouteServerPropagationCommandInput
3129
3210
  | EnableSerialConsoleAccessCommandInput
3130
3211
  | EnableSnapshotBlockPublicAccessCommandInput
3131
3212
  | EnableTransitGatewayRouteTablePropagationCommandInput
@@ -3172,6 +3253,9 @@ export type ServiceInputTypes =
3172
3253
  | GetNetworkInsightsAccessScopeContentCommandInput
3173
3254
  | GetPasswordDataCommandInput
3174
3255
  | GetReservedInstancesExchangeQuoteCommandInput
3256
+ | GetRouteServerAssociationsCommandInput
3257
+ | GetRouteServerPropagationsCommandInput
3258
+ | GetRouteServerRoutingDatabaseCommandInput
3175
3259
  | GetSecurityGroupsForVpcCommandInput
3176
3260
  | GetSerialConsoleAccessStatusCommandInput
3177
3261
  | GetSnapshotBlockPublicAccessStateCommandInput
@@ -3234,6 +3318,7 @@ export type ServiceInputTypes =
3234
3318
  | ModifyNetworkInterfaceAttributeCommandInput
3235
3319
  | ModifyPrivateDnsNameOptionsCommandInput
3236
3320
  | ModifyReservedInstancesCommandInput
3321
+ | ModifyRouteServerCommandInput
3237
3322
  | ModifySecurityGroupRulesCommandInput
3238
3323
  | ModifySnapshotAttributeCommandInput
3239
3324
  | ModifySnapshotTierCommandInput
@@ -3370,6 +3455,7 @@ export type ServiceOutputTypes =
3370
3455
  | AssociateIpamByoasnCommandOutput
3371
3456
  | AssociateIpamResourceDiscoveryCommandOutput
3372
3457
  | AssociateNatGatewayAddressCommandOutput
3458
+ | AssociateRouteServerCommandOutput
3373
3459
  | AssociateRouteTableCommandOutput
3374
3460
  | AssociateSecurityGroupVpcCommandOutput
3375
3461
  | AssociateSubnetCidrBlockCommandOutput
@@ -3450,6 +3536,9 @@ export type ServiceOutputTypes =
3450
3536
  | CreateReservedInstancesListingCommandOutput
3451
3537
  | CreateRestoreImageTaskCommandOutput
3452
3538
  | CreateRouteCommandOutput
3539
+ | CreateRouteServerCommandOutput
3540
+ | CreateRouteServerEndpointCommandOutput
3541
+ | CreateRouteServerPeerCommandOutput
3453
3542
  | CreateRouteTableCommandOutput
3454
3543
  | CreateSecurityGroupCommandOutput
3455
3544
  | CreateSnapshotCommandOutput
@@ -3528,6 +3617,9 @@ export type ServiceOutputTypes =
3528
3617
  | DeletePublicIpv4PoolCommandOutput
3529
3618
  | DeleteQueuedReservedInstancesCommandOutput
3530
3619
  | DeleteRouteCommandOutput
3620
+ | DeleteRouteServerCommandOutput
3621
+ | DeleteRouteServerEndpointCommandOutput
3622
+ | DeleteRouteServerPeerCommandOutput
3531
3623
  | DeleteRouteTableCommandOutput
3532
3624
  | DeleteSecurityGroupCommandOutput
3533
3625
  | DeleteSnapshotCommandOutput
@@ -3673,6 +3765,9 @@ export type ServiceOutputTypes =
3673
3765
  | DescribeReservedInstancesListingsCommandOutput
3674
3766
  | DescribeReservedInstancesModificationsCommandOutput
3675
3767
  | DescribeReservedInstancesOfferingsCommandOutput
3768
+ | DescribeRouteServerEndpointsCommandOutput
3769
+ | DescribeRouteServerPeersCommandOutput
3770
+ | DescribeRouteServersCommandOutput
3676
3771
  | DescribeRouteTablesCommandOutput
3677
3772
  | DescribeScheduledInstanceAvailabilityCommandOutput
3678
3773
  | DescribeScheduledInstancesCommandOutput
@@ -3750,6 +3845,7 @@ export type ServiceOutputTypes =
3750
3845
  | DisableImageDeprecationCommandOutput
3751
3846
  | DisableImageDeregistrationProtectionCommandOutput
3752
3847
  | DisableIpamOrganizationAdminAccountCommandOutput
3848
+ | DisableRouteServerPropagationCommandOutput
3753
3849
  | DisableSerialConsoleAccessCommandOutput
3754
3850
  | DisableSnapshotBlockPublicAccessCommandOutput
3755
3851
  | DisableTransitGatewayRouteTablePropagationCommandOutput
@@ -3765,6 +3861,7 @@ export type ServiceOutputTypes =
3765
3861
  | DisassociateIpamByoasnCommandOutput
3766
3862
  | DisassociateIpamResourceDiscoveryCommandOutput
3767
3863
  | DisassociateNatGatewayAddressCommandOutput
3864
+ | DisassociateRouteServerCommandOutput
3768
3865
  | DisassociateRouteTableCommandOutput
3769
3866
  | DisassociateSecurityGroupVpcCommandOutput
3770
3867
  | DisassociateSubnetCidrBlockCommandOutput
@@ -3785,6 +3882,7 @@ export type ServiceOutputTypes =
3785
3882
  | EnableImageDeregistrationProtectionCommandOutput
3786
3883
  | EnableIpamOrganizationAdminAccountCommandOutput
3787
3884
  | EnableReachabilityAnalyzerOrganizationSharingCommandOutput
3885
+ | EnableRouteServerPropagationCommandOutput
3788
3886
  | EnableSerialConsoleAccessCommandOutput
3789
3887
  | EnableSnapshotBlockPublicAccessCommandOutput
3790
3888
  | EnableTransitGatewayRouteTablePropagationCommandOutput
@@ -3831,6 +3929,9 @@ export type ServiceOutputTypes =
3831
3929
  | GetNetworkInsightsAccessScopeContentCommandOutput
3832
3930
  | GetPasswordDataCommandOutput
3833
3931
  | GetReservedInstancesExchangeQuoteCommandOutput
3932
+ | GetRouteServerAssociationsCommandOutput
3933
+ | GetRouteServerPropagationsCommandOutput
3934
+ | GetRouteServerRoutingDatabaseCommandOutput
3834
3935
  | GetSecurityGroupsForVpcCommandOutput
3835
3936
  | GetSerialConsoleAccessStatusCommandOutput
3836
3937
  | GetSnapshotBlockPublicAccessStateCommandOutput
@@ -3893,6 +3994,7 @@ export type ServiceOutputTypes =
3893
3994
  | ModifyNetworkInterfaceAttributeCommandOutput
3894
3995
  | ModifyPrivateDnsNameOptionsCommandOutput
3895
3996
  | ModifyReservedInstancesCommandOutput
3997
+ | ModifyRouteServerCommandOutput
3896
3998
  | ModifySecurityGroupRulesCommandOutput
3897
3999
  | ModifySnapshotAttributeCommandOutput
3898
4000
  | ModifySnapshotTierCommandOutput