@aws-sdk/client-ec2 3.775.0 → 3.779.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 (854) 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 +2 -1
  47. package/dist-types/commands/AcceptCapacityReservationBillingOwnershipCommand.d.ts +1 -0
  48. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +1 -0
  49. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -0
  50. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +1 -0
  51. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +1 -0
  52. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +1 -0
  53. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +1 -0
  54. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +1 -0
  55. package/dist-types/commands/AllocateAddressCommand.d.ts +10 -10
  56. package/dist-types/commands/AllocateHostsCommand.d.ts +2 -1
  57. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +1 -0
  58. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +1 -0
  59. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +1 -0
  60. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +14 -9
  61. package/dist-types/commands/AssignPrivateNatGatewayAddressCommand.d.ts +1 -0
  62. package/dist-types/commands/AssociateAddressCommand.d.ts +10 -11
  63. package/dist-types/commands/AssociateCapacityReservationBillingOwnerCommand.d.ts +1 -0
  64. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +1 -0
  65. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +14 -9
  66. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +1 -0
  67. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +13 -13
  68. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +1 -0
  69. package/dist-types/commands/AssociateIpamByoasnCommand.d.ts +1 -0
  70. package/dist-types/commands/AssociateIpamResourceDiscoveryCommand.d.ts +2 -1
  71. package/dist-types/commands/AssociateNatGatewayAddressCommand.d.ts +1 -0
  72. package/dist-types/commands/AssociateRouteServerCommand.d.ts +80 -0
  73. package/dist-types/commands/AssociateRouteTableCommand.d.ts +6 -6
  74. package/dist-types/commands/AssociateSecurityGroupVpcCommand.d.ts +1 -0
  75. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +1 -0
  76. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +1 -0
  77. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +1 -0
  78. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +1 -0
  79. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +1 -0
  80. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +1 -0
  81. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +1 -0
  82. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +8 -5
  83. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +7 -7
  84. package/dist-types/commands/AttachVerifiedAccessTrustProviderCommand.d.ts +1 -0
  85. package/dist-types/commands/AttachVolumeCommand.d.ts +11 -11
  86. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +1 -0
  87. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +1 -0
  88. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +25 -20
  89. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +45 -38
  90. package/dist-types/commands/BundleInstanceCommand.d.ts +1 -0
  91. package/dist-types/commands/CancelBundleTaskCommand.d.ts +1 -0
  92. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +1 -0
  93. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +1 -0
  94. package/dist-types/commands/CancelConversionTaskCommand.d.ts +1 -0
  95. package/dist-types/commands/CancelDeclarativePoliciesReportCommand.d.ts +1 -0
  96. package/dist-types/commands/CancelExportTaskCommand.d.ts +1 -0
  97. package/dist-types/commands/CancelImageLaunchPermissionCommand.d.ts +1 -0
  98. package/dist-types/commands/CancelImportTaskCommand.d.ts +1 -0
  99. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +1 -0
  100. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +16 -17
  101. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +7 -7
  102. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +6 -6
  103. package/dist-types/commands/CopyFpgaImageCommand.d.ts +1 -0
  104. package/dist-types/commands/CopyImageCommand.d.ts +10 -10
  105. package/dist-types/commands/CopySnapshotCommand.d.ts +10 -10
  106. package/dist-types/commands/CreateCapacityReservationBySplittingCommand.d.ts +2 -1
  107. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -1
  108. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -1
  109. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -1
  110. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -1
  111. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +1 -0
  112. package/dist-types/commands/CreateCoipCidrCommand.d.ts +1 -0
  113. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -1
  114. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +13 -13
  115. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +1 -0
  116. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -1
  117. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +14 -14
  118. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -1
  119. package/dist-types/commands/CreateFleetCommand.d.ts +2 -1
  120. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -1
  121. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -1
  122. package/dist-types/commands/CreateImageCommand.d.ts +2 -32
  123. package/dist-types/commands/CreateInstanceConnectEndpointCommand.d.ts +2 -1
  124. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +2 -1
  125. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -1
  126. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +9 -9
  127. package/dist-types/commands/CreateIpamCommand.d.ts +2 -1
  128. package/dist-types/commands/CreateIpamExternalResourceVerificationTokenCommand.d.ts +2 -1
  129. package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -1
  130. package/dist-types/commands/CreateIpamResourceDiscoveryCommand.d.ts +2 -1
  131. package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -1
  132. package/dist-types/commands/CreateKeyPairCommand.d.ts +8 -5
  133. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +27 -27
  134. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +27 -27
  135. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -2
  136. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -1
  137. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -1
  138. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -1
  139. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -1
  140. package/dist-types/commands/CreateNatGatewayCommand.d.ts +14 -14
  141. package/dist-types/commands/CreateNetworkAclCommand.d.ts +22 -22
  142. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +15 -12
  143. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -1
  144. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -1
  145. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -47
  146. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +1 -0
  147. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +9 -6
  148. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -1
  149. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -1
  150. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +1 -0
  151. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -1
  152. package/dist-types/commands/CreateRouteCommand.d.ts +9 -6
  153. package/dist-types/commands/CreateRouteServerCommand.d.ts +117 -0
  154. package/dist-types/commands/CreateRouteServerEndpointCommand.d.ts +102 -0
  155. package/dist-types/commands/CreateRouteServerPeerCommand.d.ts +128 -0
  156. package/dist-types/commands/CreateRouteTableCommand.d.ts +15 -15
  157. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +8 -8
  158. package/dist-types/commands/CreateSnapshotCommand.d.ts +14 -14
  159. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -1
  160. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +10 -10
  161. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +1 -0
  162. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -1
  163. package/dist-types/commands/CreateSubnetCommand.d.ts +13 -13
  164. package/dist-types/commands/CreateTagsCommand.d.ts +10 -7
  165. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -1
  166. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
  167. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -1
  168. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -1
  169. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -1
  170. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -1
  171. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -1
  172. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -1
  173. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -1
  174. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -1
  175. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +1 -0
  176. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +1 -0
  177. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -1
  178. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -1
  179. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -1
  180. package/dist-types/commands/CreateVerifiedAccessEndpointCommand.d.ts +2 -1
  181. package/dist-types/commands/CreateVerifiedAccessGroupCommand.d.ts +2 -1
  182. package/dist-types/commands/CreateVerifiedAccessInstanceCommand.d.ts +2 -1
  183. package/dist-types/commands/CreateVerifiedAccessTrustProviderCommand.d.ts +2 -1
  184. package/dist-types/commands/CreateVolumeCommand.d.ts +35 -36
  185. package/dist-types/commands/CreateVpcBlockPublicAccessExclusionCommand.d.ts +2 -1
  186. package/dist-types/commands/CreateVpcCommand.d.ts +12 -12
  187. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -1
  188. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  189. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -1
  190. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -1
  191. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +3 -3
  192. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +1 -0
  193. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -1
  194. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +1 -0
  195. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +1 -0
  196. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +1 -0
  197. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +1 -0
  198. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +1 -0
  199. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +7 -4
  200. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +7 -4
  201. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +1 -0
  202. package/dist-types/commands/DeleteFleetsCommand.d.ts +1 -0
  203. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +1 -0
  204. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +1 -0
  205. package/dist-types/commands/DeleteInstanceConnectEndpointCommand.d.ts +1 -0
  206. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +1 -0
  207. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +7 -4
  208. package/dist-types/commands/DeleteIpamCommand.d.ts +1 -0
  209. package/dist-types/commands/DeleteIpamExternalResourceVerificationTokenCommand.d.ts +1 -0
  210. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +1 -0
  211. package/dist-types/commands/DeleteIpamResourceDiscoveryCommand.d.ts +1 -0
  212. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +1 -0
  213. package/dist-types/commands/DeleteKeyPairCommand.d.ts +7 -4
  214. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +11 -11
  215. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +10 -10
  216. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +1 -0
  217. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +1 -0
  218. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +1 -0
  219. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +1 -0
  220. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +1 -0
  221. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +5 -5
  222. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +7 -4
  223. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +9 -6
  224. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -0
  225. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +1 -0
  226. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +1 -0
  227. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +1 -0
  228. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +7 -4
  229. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +1 -0
  230. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +8 -5
  231. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +1 -0
  232. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +1 -0
  233. package/dist-types/commands/DeleteRouteCommand.d.ts +8 -5
  234. package/dist-types/commands/DeleteRouteServerCommand.d.ts +102 -0
  235. package/dist-types/commands/DeleteRouteServerEndpointCommand.d.ts +89 -0
  236. package/dist-types/commands/DeleteRouteServerPeerCommand.d.ts +112 -0
  237. package/dist-types/commands/DeleteRouteTableCommand.d.ts +7 -4
  238. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +7 -4
  239. package/dist-types/commands/DeleteSnapshotCommand.d.ts +7 -4
  240. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +7 -4
  241. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +1 -0
  242. package/dist-types/commands/DeleteSubnetCommand.d.ts +7 -4
  243. package/dist-types/commands/DeleteTagsCommand.d.ts +10 -7
  244. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +1 -0
  245. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +1 -0
  246. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +1 -0
  247. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +1 -0
  248. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +1 -0
  249. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +1 -0
  250. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +1 -0
  251. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +1 -0
  252. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +1 -0
  253. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +1 -0
  254. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +1 -0
  255. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +1 -0
  256. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +1 -0
  257. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +1 -0
  258. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +1 -0
  259. package/dist-types/commands/DeleteVerifiedAccessEndpointCommand.d.ts +1 -0
  260. package/dist-types/commands/DeleteVerifiedAccessGroupCommand.d.ts +1 -0
  261. package/dist-types/commands/DeleteVerifiedAccessInstanceCommand.d.ts +1 -0
  262. package/dist-types/commands/DeleteVerifiedAccessTrustProviderCommand.d.ts +1 -0
  263. package/dist-types/commands/DeleteVolumeCommand.d.ts +7 -4
  264. package/dist-types/commands/DeleteVpcBlockPublicAccessExclusionCommand.d.ts +1 -0
  265. package/dist-types/commands/DeleteVpcCommand.d.ts +7 -4
  266. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  267. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +1 -0
  268. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +1 -0
  269. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +1 -0
  270. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +1 -0
  271. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +1 -0
  272. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +1 -0
  273. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +1 -0
  274. package/dist-types/commands/DeprovisionIpamByoasnCommand.d.ts +1 -0
  275. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +1 -0
  276. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  277. package/dist-types/commands/DeregisterImageCommand.d.ts +1 -0
  278. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +1 -0
  279. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -0
  280. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -0
  281. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +31 -32
  282. package/dist-types/commands/DescribeAddressTransfersCommand.d.ts +1 -0
  283. package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +1 -0
  284. package/dist-types/commands/DescribeAddressesCommand.d.ts +16 -16
  285. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -0
  286. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +21 -21
  287. package/dist-types/commands/DescribeAwsNetworkPerformanceMetricSubscriptionsCommand.d.ts +1 -0
  288. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -0
  289. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -0
  290. package/dist-types/commands/DescribeCapacityBlockExtensionHistoryCommand.d.ts +1 -0
  291. package/dist-types/commands/DescribeCapacityBlockExtensionOfferingsCommand.d.ts +1 -0
  292. package/dist-types/commands/DescribeCapacityBlockOfferingsCommand.d.ts +1 -0
  293. package/dist-types/commands/DescribeCapacityReservationBillingRequestsCommand.d.ts +1 -0
  294. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -0
  295. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -0
  296. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -0
  297. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -0
  298. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +1 -0
  299. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +1 -0
  300. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +1 -0
  301. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +1 -0
  302. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +1 -0
  303. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +1 -0
  304. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +3 -1
  305. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +11 -11
  306. package/dist-types/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +2 -1
  307. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +12 -12
  308. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -1
  309. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +2 -1
  310. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +2 -1
  311. package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -1
  312. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -2
  313. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +1 -0
  314. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +1 -0
  315. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +1 -0
  316. package/dist-types/commands/DescribeFleetsCommand.d.ts +1 -0
  317. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +1 -0
  318. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +1 -0
  319. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +1 -0
  320. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +1 -0
  321. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +1 -0
  322. package/dist-types/commands/DescribeHostsCommand.d.ts +1 -0
  323. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +11 -11
  324. package/dist-types/commands/DescribeIdFormatCommand.d.ts +1 -0
  325. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +1 -0
  326. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +8 -8
  327. package/dist-types/commands/DescribeImagesCommand.d.ts +26 -26
  328. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +1 -0
  329. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +1 -0
  330. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +38 -60
  331. package/dist-types/commands/DescribeInstanceConnectEndpointsCommand.d.ts +1 -0
  332. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +1 -0
  333. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +1 -0
  334. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +1 -0
  335. package/dist-types/commands/DescribeInstanceImageMetadataCommand.d.ts +1 -0
  336. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +20 -20
  337. package/dist-types/commands/DescribeInstanceTopologyCommand.d.ts +1 -0
  338. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +1 -0
  339. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +1 -0
  340. package/dist-types/commands/DescribeInstancesCommand.d.ts +27 -20
  341. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +12 -12
  342. package/dist-types/commands/DescribeIpamByoasnCommand.d.ts +1 -0
  343. package/dist-types/commands/DescribeIpamExternalResourceVerificationTokensCommand.d.ts +1 -0
  344. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +1 -0
  345. package/dist-types/commands/DescribeIpamResourceDiscoveriesCommand.d.ts +1 -0
  346. package/dist-types/commands/DescribeIpamResourceDiscoveryAssociationsCommand.d.ts +1 -0
  347. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +1 -0
  348. package/dist-types/commands/DescribeIpamsCommand.d.ts +1 -0
  349. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +1 -0
  350. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +7 -7
  351. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +37 -37
  352. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +11 -11
  353. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +1 -0
  354. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +1 -0
  355. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +1 -0
  356. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +1 -0
  357. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -0
  358. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +1 -0
  359. package/dist-types/commands/DescribeLockedSnapshotsCommand.d.ts +1 -0
  360. package/dist-types/commands/DescribeMacHostsCommand.d.ts +1 -0
  361. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -0
  362. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +9 -8
  363. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +18 -18
  364. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +25 -25
  365. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -1
  366. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -1
  367. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -1
  368. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -1
  369. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +34 -37
  370. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -1
  371. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +44 -44
  372. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -1
  373. package/dist-types/commands/DescribePrefixListsCommand.d.ts +2 -1
  374. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -2
  375. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +1 -0
  376. package/dist-types/commands/DescribeRegionsCommand.d.ts +27 -27
  377. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +1 -0
  378. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +1 -0
  379. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +1 -0
  380. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +1 -0
  381. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +1 -0
  382. package/dist-types/commands/DescribeRouteServerEndpointsCommand.d.ts +105 -0
  383. package/dist-types/commands/DescribeRouteServerPeersCommand.d.ts +128 -0
  384. package/dist-types/commands/DescribeRouteServersCommand.d.ts +117 -0
  385. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +17 -17
  386. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +1 -0
  387. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +1 -0
  388. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +8 -8
  389. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +1 -0
  390. package/dist-types/commands/DescribeSecurityGroupVpcAssociationsCommand.d.ts +1 -0
  391. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +14 -9
  392. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +7 -7
  393. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +1 -0
  394. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +29 -30
  395. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +9 -9
  396. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +9 -9
  397. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +27 -27
  398. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +32 -32
  399. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +31 -31
  400. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +18 -18
  401. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +1 -0
  402. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +1 -0
  403. package/dist-types/commands/DescribeSubnetsCommand.d.ts +15 -15
  404. package/dist-types/commands/DescribeTagsCommand.d.ts +16 -16
  405. package/dist-types/commands/DescribeTrafficMirrorFilterRulesCommand.d.ts +1 -0
  406. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +1 -0
  407. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +1 -0
  408. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +1 -0
  409. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +1 -0
  410. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +1 -0
  411. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +1 -0
  412. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +1 -0
  413. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +1 -0
  414. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +1 -0
  415. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +1 -0
  416. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +1 -0
  417. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +1 -0
  418. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +1 -0
  419. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +1 -0
  420. package/dist-types/commands/DescribeVerifiedAccessEndpointsCommand.d.ts +1 -0
  421. package/dist-types/commands/DescribeVerifiedAccessGroupsCommand.d.ts +1 -0
  422. package/dist-types/commands/DescribeVerifiedAccessInstanceLoggingConfigurationsCommand.d.ts +1 -0
  423. package/dist-types/commands/DescribeVerifiedAccessInstancesCommand.d.ts +1 -0
  424. package/dist-types/commands/DescribeVerifiedAccessTrustProvidersCommand.d.ts +1 -0
  425. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +8 -8
  426. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +21 -22
  427. package/dist-types/commands/DescribeVolumesCommand.d.ts +41 -42
  428. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +1 -0
  429. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +14 -15
  430. package/dist-types/commands/DescribeVpcBlockPublicAccessExclusionsCommand.d.ts +1 -0
  431. package/dist-types/commands/DescribeVpcBlockPublicAccessOptionsCommand.d.ts +1 -0
  432. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +1 -0
  433. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +1 -0
  434. package/dist-types/commands/DescribeVpcEndpointAssociationsCommand.d.ts +1 -0
  435. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +1 -0
  436. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +1 -0
  437. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +1 -0
  438. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +1 -0
  439. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +1 -0
  440. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +1 -0
  441. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +1 -0
  442. package/dist-types/commands/DescribeVpcsCommand.d.ts +15 -15
  443. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +1 -0
  444. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +1 -0
  445. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +1 -0
  446. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +8 -5
  447. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +7 -4
  448. package/dist-types/commands/DetachVerifiedAccessTrustProviderCommand.d.ts +1 -0
  449. package/dist-types/commands/DetachVolumeCommand.d.ts +9 -9
  450. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +1 -0
  451. package/dist-types/commands/DisableAddressTransferCommand.d.ts +1 -0
  452. package/dist-types/commands/DisableAllowedImagesSettingsCommand.d.ts +1 -0
  453. package/dist-types/commands/DisableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -0
  454. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +1 -0
  455. package/dist-types/commands/DisableFastLaunchCommand.d.ts +1 -0
  456. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +1 -0
  457. package/dist-types/commands/DisableImageBlockPublicAccessCommand.d.ts +1 -0
  458. package/dist-types/commands/DisableImageCommand.d.ts +1 -0
  459. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +1 -0
  460. package/dist-types/commands/DisableImageDeregistrationProtectionCommand.d.ts +1 -0
  461. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +3 -1
  462. package/dist-types/commands/DisableRouteServerPropagationCommand.d.ts +94 -0
  463. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +2 -1
  464. package/dist-types/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +2 -1
  465. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -1
  466. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +9 -6
  467. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +2 -1
  468. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -1
  469. package/dist-types/commands/DisassociateAddressCommand.d.ts +8 -5
  470. package/dist-types/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +2 -1
  471. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -1
  472. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -1
  473. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +12 -12
  474. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -1
  475. package/dist-types/commands/DisassociateIpamByoasnCommand.d.ts +2 -1
  476. package/dist-types/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +2 -1
  477. package/dist-types/commands/DisassociateNatGatewayAddressCommand.d.ts +2 -1
  478. package/dist-types/commands/DisassociateRouteServerCommand.d.ts +80 -0
  479. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +8 -5
  480. package/dist-types/commands/DisassociateSecurityGroupVpcCommand.d.ts +2 -1
  481. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -2
  482. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +1 -0
  483. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +1 -0
  484. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +1 -0
  485. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +1 -0
  486. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +1 -0
  487. package/dist-types/commands/EnableAddressTransferCommand.d.ts +1 -0
  488. package/dist-types/commands/EnableAllowedImagesSettingsCommand.d.ts +1 -0
  489. package/dist-types/commands/EnableAwsNetworkPerformanceMetricSubscriptionCommand.d.ts +1 -0
  490. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +1 -0
  491. package/dist-types/commands/EnableFastLaunchCommand.d.ts +1 -0
  492. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +1 -0
  493. package/dist-types/commands/EnableImageBlockPublicAccessCommand.d.ts +1 -0
  494. package/dist-types/commands/EnableImageCommand.d.ts +1 -0
  495. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -0
  496. package/dist-types/commands/EnableImageDeregistrationProtectionCommand.d.ts +1 -0
  497. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -0
  498. package/dist-types/commands/EnableReachabilityAnalyzerOrganizationSharingCommand.d.ts +1 -0
  499. package/dist-types/commands/EnableRouteServerPropagationCommand.d.ts +80 -0
  500. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -0
  501. package/dist-types/commands/EnableSnapshotBlockPublicAccessCommand.d.ts +1 -0
  502. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -0
  503. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +8 -5
  504. package/dist-types/commands/EnableVolumeIOCommand.d.ts +7 -4
  505. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -0
  506. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -0
  507. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -0
  508. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +1 -0
  509. package/dist-types/commands/ExportImageCommand.d.ts +2 -1
  510. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +1 -0
  511. package/dist-types/commands/ExportVerifiedAccessInstanceClientConfigurationCommand.d.ts +1 -0
  512. package/dist-types/commands/GetAllowedImagesSettingsCommand.d.ts +1 -0
  513. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +1 -0
  514. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +1 -0
  515. package/dist-types/commands/GetAwsNetworkPerformanceDataCommand.d.ts +1 -0
  516. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +1 -0
  517. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +1 -0
  518. package/dist-types/commands/GetConsoleOutputCommand.d.ts +7 -7
  519. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +1 -0
  520. package/dist-types/commands/GetDeclarativePoliciesReportSummaryCommand.d.ts +1 -0
  521. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +1 -0
  522. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +1 -0
  523. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +1 -0
  524. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +1 -0
  525. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +1 -0
  526. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +1 -0
  527. package/dist-types/commands/GetImageBlockPublicAccessStateCommand.d.ts +1 -0
  528. package/dist-types/commands/GetInstanceMetadataDefaultsCommand.d.ts +1 -0
  529. package/dist-types/commands/GetInstanceTpmEkPubCommand.d.ts +1 -0
  530. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +1 -0
  531. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +1 -0
  532. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +1 -0
  533. package/dist-types/commands/GetIpamDiscoveredAccountsCommand.d.ts +1 -0
  534. package/dist-types/commands/GetIpamDiscoveredPublicAddressesCommand.d.ts +1 -0
  535. package/dist-types/commands/GetIpamDiscoveredResourceCidrsCommand.d.ts +1 -0
  536. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +1 -0
  537. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +1 -0
  538. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +1 -0
  539. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +38 -38
  540. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +1 -0
  541. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +1 -0
  542. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +1 -0
  543. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +1 -0
  544. package/dist-types/commands/GetPasswordDataCommand.d.ts +1 -0
  545. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +1 -0
  546. package/dist-types/commands/GetRouteServerAssociationsCommand.d.ts +81 -0
  547. package/dist-types/commands/GetRouteServerPropagationsCommand.d.ts +95 -0
  548. package/dist-types/commands/GetRouteServerRoutingDatabaseCommand.d.ts +118 -0
  549. package/dist-types/commands/GetSecurityGroupsForVpcCommand.d.ts +1 -0
  550. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +1 -0
  551. package/dist-types/commands/GetSnapshotBlockPublicAccessStateCommand.d.ts +1 -0
  552. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +1 -0
  553. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +1 -0
  554. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +1 -0
  555. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -0
  556. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +1 -0
  557. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +1 -0
  558. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +1 -0
  559. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +1 -0
  560. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +1 -0
  561. package/dist-types/commands/GetVerifiedAccessEndpointPolicyCommand.d.ts +1 -0
  562. package/dist-types/commands/GetVerifiedAccessEndpointTargetsCommand.d.ts +1 -0
  563. package/dist-types/commands/GetVerifiedAccessGroupPolicyCommand.d.ts +1 -0
  564. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +1 -0
  565. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +1 -0
  566. package/dist-types/commands/GetVpnTunnelReplacementStatusCommand.d.ts +1 -0
  567. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +1 -0
  568. package/dist-types/commands/ImportImageCommand.d.ts +2 -1
  569. package/dist-types/commands/ImportInstanceCommand.d.ts +2 -1
  570. package/dist-types/commands/ImportKeyPairCommand.d.ts +3 -2
  571. package/dist-types/commands/ImportSnapshotCommand.d.ts +3 -2
  572. package/dist-types/commands/ImportVolumeCommand.d.ts +2 -1
  573. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -1
  574. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -1
  575. package/dist-types/commands/LockSnapshotCommand.d.ts +2 -1
  576. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +2 -1
  577. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -1
  578. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -1
  579. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -1
  580. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +2 -1
  581. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -1
  582. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -1
  583. package/dist-types/commands/ModifyFleetCommand.d.ts +2 -1
  584. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -1
  585. package/dist-types/commands/ModifyHostsCommand.d.ts +2 -1
  586. package/dist-types/commands/ModifyIdFormatCommand.d.ts +2 -1
  587. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +2 -1
  588. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +23 -18
  589. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +23 -18
  590. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -3
  591. package/dist-types/commands/ModifyInstanceCpuOptionsCommand.d.ts +1 -0
  592. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +1 -0
  593. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +1 -0
  594. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +1 -0
  595. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +1 -0
  596. package/dist-types/commands/ModifyInstanceMetadataDefaultsCommand.d.ts +1 -0
  597. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +1 -0
  598. package/dist-types/commands/ModifyInstanceNetworkPerformanceOptionsCommand.d.ts +1 -0
  599. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +1 -0
  600. package/dist-types/commands/ModifyIpamCommand.d.ts +1 -0
  601. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +1 -0
  602. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +1 -0
  603. package/dist-types/commands/ModifyIpamResourceDiscoveryCommand.d.ts +1 -0
  604. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +1 -0
  605. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +12 -12
  606. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +1 -0
  607. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +1 -0
  608. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +30 -21
  609. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +1 -0
  610. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +1 -0
  611. package/dist-types/commands/ModifyRouteServerCommand.d.ts +105 -0
  612. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +1 -0
  613. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +26 -21
  614. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +1 -0
  615. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +6 -24
  616. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +9 -6
  617. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +1 -0
  618. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +1 -0
  619. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +1 -0
  620. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +1 -0
  621. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +1 -0
  622. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +1 -0
  623. package/dist-types/commands/ModifyVerifiedAccessEndpointCommand.d.ts +1 -0
  624. package/dist-types/commands/ModifyVerifiedAccessEndpointPolicyCommand.d.ts +1 -0
  625. package/dist-types/commands/ModifyVerifiedAccessGroupCommand.d.ts +1 -0
  626. package/dist-types/commands/ModifyVerifiedAccessGroupPolicyCommand.d.ts +1 -0
  627. package/dist-types/commands/ModifyVerifiedAccessInstanceCommand.d.ts +1 -0
  628. package/dist-types/commands/ModifyVerifiedAccessInstanceLoggingConfigurationCommand.d.ts +1 -0
  629. package/dist-types/commands/ModifyVerifiedAccessTrustProviderCommand.d.ts +1 -0
  630. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +10 -7
  631. package/dist-types/commands/ModifyVolumeCommand.d.ts +1 -0
  632. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +16 -11
  633. package/dist-types/commands/ModifyVpcBlockPublicAccessExclusionCommand.d.ts +1 -0
  634. package/dist-types/commands/ModifyVpcBlockPublicAccessOptionsCommand.d.ts +1 -0
  635. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +1 -0
  636. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +1 -0
  637. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +1 -0
  638. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +1 -0
  639. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -1
  640. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +1 -0
  641. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +1 -0
  642. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +1 -0
  643. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +1 -0
  644. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +1 -0
  645. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +1 -0
  646. package/dist-types/commands/MonitorInstancesCommand.d.ts +1 -0
  647. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +5 -5
  648. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -0
  649. package/dist-types/commands/MoveCapacityReservationInstancesCommand.d.ts +1 -0
  650. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -1
  651. package/dist-types/commands/ProvisionIpamByoasnCommand.d.ts +1 -0
  652. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -0
  653. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -0
  654. package/dist-types/commands/PurchaseCapacityBlockCommand.d.ts +2 -1
  655. package/dist-types/commands/PurchaseCapacityBlockExtensionCommand.d.ts +1 -0
  656. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -1
  657. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -0
  658. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +1 -0
  659. package/dist-types/commands/RebootInstancesCommand.d.ts +7 -4
  660. package/dist-types/commands/RegisterImageCommand.d.ts +2 -1
  661. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +1 -0
  662. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +1 -0
  663. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +1 -0
  664. package/dist-types/commands/RejectCapacityReservationBillingOwnershipCommand.d.ts +1 -0
  665. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +1 -0
  666. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +1 -0
  667. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +1 -0
  668. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +1 -0
  669. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +1 -0
  670. package/dist-types/commands/ReleaseAddressCommand.d.ts +7 -4
  671. package/dist-types/commands/ReleaseHostsCommand.d.ts +1 -0
  672. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +1 -0
  673. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +1 -0
  674. package/dist-types/commands/ReplaceImageCriteriaInAllowedImagesSettingsCommand.d.ts +1 -0
  675. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +6 -6
  676. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +15 -12
  677. package/dist-types/commands/ReplaceRouteCommand.d.ts +9 -6
  678. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +6 -6
  679. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +1 -0
  680. package/dist-types/commands/ReplaceVpnTunnelCommand.d.ts +1 -0
  681. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +1 -0
  682. package/dist-types/commands/RequestSpotFleetCommand.d.ts +69 -72
  683. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +33 -28
  684. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +1 -0
  685. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +1 -0
  686. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +1 -0
  687. package/dist-types/commands/ResetImageAttributeCommand.d.ts +8 -5
  688. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +8 -5
  689. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +1 -0
  690. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +8 -5
  691. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +1 -0
  692. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +1 -0
  693. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -1
  694. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -1
  695. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -1
  696. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +2 -1
  697. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -1
  698. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -1
  699. package/dist-types/commands/RunInstancesCommand.d.ts +24 -21
  700. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +2 -1
  701. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -1
  702. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -1
  703. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -1
  704. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -1
  705. package/dist-types/commands/StartDeclarativePoliciesReportCommand.d.ts +3 -2
  706. package/dist-types/commands/StartInstancesCommand.d.ts +13 -13
  707. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +3 -2
  708. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +3 -2
  709. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -1
  710. package/dist-types/commands/StopInstancesCommand.d.ts +12 -12
  711. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +1 -0
  712. package/dist-types/commands/TerminateInstancesCommand.d.ts +12 -12
  713. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +1 -0
  714. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +8 -5
  715. package/dist-types/commands/UnassignPrivateNatGatewayAddressCommand.d.ts +1 -0
  716. package/dist-types/commands/UnlockSnapshotCommand.d.ts +1 -0
  717. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +1 -0
  718. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +14 -11
  719. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +14 -11
  720. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +1 -0
  721. package/dist-types/commands/index.d.ts +17 -0
  722. package/dist-types/models/models_0.d.ts +70 -276
  723. package/dist-types/models/models_1.d.ts +280 -133
  724. package/dist-types/models/models_2.d.ts +3322 -3460
  725. package/dist-types/models/models_3.d.ts +3478 -3493
  726. package/dist-types/models/models_4.d.ts +6856 -7221
  727. package/dist-types/models/models_5.d.ts +6471 -5648
  728. package/dist-types/models/models_6.d.ts +3623 -4512
  729. package/dist-types/models/models_7.d.ts +4478 -4723
  730. package/dist-types/models/models_8.d.ts +2106 -3
  731. package/dist-types/pagination/DescribeRouteServerEndpointsPaginator.d.ts +7 -0
  732. package/dist-types/pagination/DescribeRouteServerPeersPaginator.d.ts +7 -0
  733. package/dist-types/pagination/DescribeRouteServersPaginator.d.ts +7 -0
  734. package/dist-types/pagination/index.d.ts +3 -0
  735. package/dist-types/protocols/Aws_ec2.d.ts +153 -0
  736. package/dist-types/ts3.4/EC2.d.ts +292 -0
  737. package/dist-types/ts3.4/EC2Client.d.ts +102 -0
  738. package/dist-types/ts3.4/commands/AssociateRouteServerCommand.d.ts +51 -0
  739. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +1 -1
  740. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +1 -1
  741. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +4 -2
  742. package/dist-types/ts3.4/commands/CreateRouteServerCommand.d.ts +51 -0
  743. package/dist-types/ts3.4/commands/CreateRouteServerEndpointCommand.d.ts +51 -0
  744. package/dist-types/ts3.4/commands/CreateRouteServerPeerCommand.d.ts +51 -0
  745. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +4 -2
  746. package/dist-types/ts3.4/commands/DeleteRouteServerCommand.d.ts +51 -0
  747. package/dist-types/ts3.4/commands/DeleteRouteServerEndpointCommand.d.ts +51 -0
  748. package/dist-types/ts3.4/commands/DeleteRouteServerPeerCommand.d.ts +51 -0
  749. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -4
  750. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +1 -1
  751. package/dist-types/ts3.4/commands/DescribeDeclarativePoliciesReportsCommand.d.ts +1 -1
  752. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +1 -1
  753. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +1 -1
  754. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +1 -1
  755. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +1 -1
  756. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
  757. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +4 -2
  758. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -4
  759. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  760. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  761. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  762. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +1 -1
  763. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +1 -1
  764. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +1 -1
  765. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +1 -1
  766. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +1 -1
  767. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +1 -1
  768. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +1 -1
  769. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +1 -1
  770. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +4 -2
  771. package/dist-types/ts3.4/commands/DescribeRouteServerEndpointsCommand.d.ts +51 -0
  772. package/dist-types/ts3.4/commands/DescribeRouteServerPeersCommand.d.ts +51 -0
  773. package/dist-types/ts3.4/commands/DescribeRouteServersCommand.d.ts +51 -0
  774. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -4
  775. package/dist-types/ts3.4/commands/DisableRouteServerPropagationCommand.d.ts +51 -0
  776. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +1 -1
  777. package/dist-types/ts3.4/commands/DisableSnapshotBlockPublicAccessCommand.d.ts +1 -1
  778. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  779. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +1 -1
  780. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +1 -1
  781. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  782. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +1 -1
  783. package/dist-types/ts3.4/commands/DisassociateCapacityReservationBillingOwnerCommand.d.ts +1 -1
  784. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +1 -1
  785. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +1 -1
  786. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +1 -1
  787. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +1 -1
  788. package/dist-types/ts3.4/commands/DisassociateIpamByoasnCommand.d.ts +1 -1
  789. package/dist-types/ts3.4/commands/DisassociateIpamResourceDiscoveryCommand.d.ts +1 -1
  790. package/dist-types/ts3.4/commands/DisassociateNatGatewayAddressCommand.d.ts +1 -1
  791. package/dist-types/ts3.4/commands/DisassociateRouteServerCommand.d.ts +51 -0
  792. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +1 -1
  793. package/dist-types/ts3.4/commands/DisassociateSecurityGroupVpcCommand.d.ts +1 -1
  794. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +4 -2
  795. package/dist-types/ts3.4/commands/EnableRouteServerPropagationCommand.d.ts +51 -0
  796. package/dist-types/ts3.4/commands/GetRouteServerAssociationsCommand.d.ts +51 -0
  797. package/dist-types/ts3.4/commands/GetRouteServerPropagationsCommand.d.ts +51 -0
  798. package/dist-types/ts3.4/commands/GetRouteServerRoutingDatabaseCommand.d.ts +51 -0
  799. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +1 -1
  800. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +1 -1
  801. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +1 -1
  802. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +1 -1
  803. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +1 -1
  804. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +1 -1
  805. package/dist-types/ts3.4/commands/LockSnapshotCommand.d.ts +1 -1
  806. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +1 -1
  807. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +1 -1
  808. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +1 -1
  809. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +1 -1
  810. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +1 -1
  811. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +1 -1
  812. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +1 -1
  813. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +1 -1
  814. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +1 -1
  815. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +1 -1
  816. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +1 -1
  817. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +1 -1
  818. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +1 -1
  819. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +1 -1
  820. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +4 -2
  821. package/dist-types/ts3.4/commands/ModifyRouteServerCommand.d.ts +51 -0
  822. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +1 -1
  823. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +1 -1
  824. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +1 -1
  825. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +1 -1
  826. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +1 -1
  827. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +1 -1
  828. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +1 -1
  829. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +1 -1
  830. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +1 -1
  831. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +1 -1
  832. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +1 -1
  833. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +1 -1
  834. package/dist-types/ts3.4/commands/StartDeclarativePoliciesReportCommand.d.ts +1 -1
  835. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +1 -1
  836. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +1 -1
  837. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +1 -1
  838. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +1 -1
  839. package/dist-types/ts3.4/commands/index.d.ts +17 -0
  840. package/dist-types/ts3.4/models/models_0.d.ts +23 -37
  841. package/dist-types/ts3.4/models/models_1.d.ts +39 -36
  842. package/dist-types/ts3.4/models/models_2.d.ts +184 -182
  843. package/dist-types/ts3.4/models/models_3.d.ts +209 -209
  844. package/dist-types/ts3.4/models/models_4.d.ts +204 -213
  845. package/dist-types/ts3.4/models/models_5.d.ts +251 -164
  846. package/dist-types/ts3.4/models/models_6.d.ts +258 -404
  847. package/dist-types/ts3.4/models/models_7.d.ts +412 -411
  848. package/dist-types/ts3.4/models/models_8.d.ts +438 -3
  849. package/dist-types/ts3.4/pagination/DescribeRouteServerEndpointsPaginator.d.ts +11 -0
  850. package/dist-types/ts3.4/pagination/DescribeRouteServerPeersPaginator.d.ts +11 -0
  851. package/dist-types/ts3.4/pagination/DescribeRouteServersPaginator.d.ts +11 -0
  852. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  853. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +204 -0
  854. package/package.json +2 -2
@@ -263,6 +263,16 @@ export const se_AssociateNatGatewayAddressCommand = async (input, context) => {
263
263
  });
264
264
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
265
265
  };
266
+ export const se_AssociateRouteServerCommand = async (input, context) => {
267
+ const headers = SHARED_HEADERS;
268
+ let body;
269
+ body = buildFormUrlencodedString({
270
+ ...se_AssociateRouteServerRequest(input, context),
271
+ [_A]: _ARS,
272
+ [_V]: _,
273
+ });
274
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
275
+ };
266
276
  export const se_AssociateRouteTableCommand = async (input, context) => {
267
277
  const headers = SHARED_HEADERS;
268
278
  let body;
@@ -1063,6 +1073,36 @@ export const se_CreateRouteCommand = async (input, context) => {
1063
1073
  });
1064
1074
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1065
1075
  };
1076
+ export const se_CreateRouteServerCommand = async (input, context) => {
1077
+ const headers = SHARED_HEADERS;
1078
+ let body;
1079
+ body = buildFormUrlencodedString({
1080
+ ...se_CreateRouteServerRequest(input, context),
1081
+ [_A]: _CRS,
1082
+ [_V]: _,
1083
+ });
1084
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1085
+ };
1086
+ export const se_CreateRouteServerEndpointCommand = async (input, context) => {
1087
+ const headers = SHARED_HEADERS;
1088
+ let body;
1089
+ body = buildFormUrlencodedString({
1090
+ ...se_CreateRouteServerEndpointRequest(input, context),
1091
+ [_A]: _CRSE,
1092
+ [_V]: _,
1093
+ });
1094
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1095
+ };
1096
+ export const se_CreateRouteServerPeerCommand = async (input, context) => {
1097
+ const headers = SHARED_HEADERS;
1098
+ let body;
1099
+ body = buildFormUrlencodedString({
1100
+ ...se_CreateRouteServerPeerRequest(input, context),
1101
+ [_A]: _CRSP,
1102
+ [_V]: _,
1103
+ });
1104
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1105
+ };
1066
1106
  export const se_CreateRouteTableCommand = async (input, context) => {
1067
1107
  const headers = SHARED_HEADERS;
1068
1108
  let body;
@@ -1843,6 +1883,36 @@ export const se_DeleteRouteCommand = async (input, context) => {
1843
1883
  });
1844
1884
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
1845
1885
  };
1886
+ export const se_DeleteRouteServerCommand = async (input, context) => {
1887
+ const headers = SHARED_HEADERS;
1888
+ let body;
1889
+ body = buildFormUrlencodedString({
1890
+ ...se_DeleteRouteServerRequest(input, context),
1891
+ [_A]: _DRS,
1892
+ [_V]: _,
1893
+ });
1894
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1895
+ };
1896
+ export const se_DeleteRouteServerEndpointCommand = async (input, context) => {
1897
+ const headers = SHARED_HEADERS;
1898
+ let body;
1899
+ body = buildFormUrlencodedString({
1900
+ ...se_DeleteRouteServerEndpointRequest(input, context),
1901
+ [_A]: _DRSE,
1902
+ [_V]: _,
1903
+ });
1904
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1905
+ };
1906
+ export const se_DeleteRouteServerPeerCommand = async (input, context) => {
1907
+ const headers = SHARED_HEADERS;
1908
+ let body;
1909
+ body = buildFormUrlencodedString({
1910
+ ...se_DeleteRouteServerPeerRequest(input, context),
1911
+ [_A]: _DRSP,
1912
+ [_V]: _,
1913
+ });
1914
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
1915
+ };
1846
1916
  export const se_DeleteRouteTableCommand = async (input, context) => {
1847
1917
  const headers = SHARED_HEADERS;
1848
1918
  let body;
@@ -3293,6 +3363,36 @@ export const se_DescribeReservedInstancesOfferingsCommand = async (input, contex
3293
3363
  });
3294
3364
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
3295
3365
  };
3366
+ export const se_DescribeRouteServerEndpointsCommand = async (input, context) => {
3367
+ const headers = SHARED_HEADERS;
3368
+ let body;
3369
+ body = buildFormUrlencodedString({
3370
+ ...se_DescribeRouteServerEndpointsRequest(input, context),
3371
+ [_A]: _DRSEe,
3372
+ [_V]: _,
3373
+ });
3374
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3375
+ };
3376
+ export const se_DescribeRouteServerPeersCommand = async (input, context) => {
3377
+ const headers = SHARED_HEADERS;
3378
+ let body;
3379
+ body = buildFormUrlencodedString({
3380
+ ...se_DescribeRouteServerPeersRequest(input, context),
3381
+ [_A]: _DRSPe,
3382
+ [_V]: _,
3383
+ });
3384
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3385
+ };
3386
+ export const se_DescribeRouteServersCommand = async (input, context) => {
3387
+ const headers = SHARED_HEADERS;
3388
+ let body;
3389
+ body = buildFormUrlencodedString({
3390
+ ...se_DescribeRouteServersRequest(input, context),
3391
+ [_A]: _DRSe,
3392
+ [_V]: _,
3393
+ });
3394
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
3395
+ };
3296
3396
  export const se_DescribeRouteTablesCommand = async (input, context) => {
3297
3397
  const headers = SHARED_HEADERS;
3298
3398
  let body;
@@ -4063,6 +4163,16 @@ export const se_DisableIpamOrganizationAdminAccountCommand = async (input, conte
4063
4163
  });
4064
4164
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4065
4165
  };
4166
+ export const se_DisableRouteServerPropagationCommand = async (input, context) => {
4167
+ const headers = SHARED_HEADERS;
4168
+ let body;
4169
+ body = buildFormUrlencodedString({
4170
+ ...se_DisableRouteServerPropagationRequest(input, context),
4171
+ [_A]: _DRSPi,
4172
+ [_V]: _,
4173
+ });
4174
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4175
+ };
4066
4176
  export const se_DisableSerialConsoleAccessCommand = async (input, context) => {
4067
4177
  const headers = SHARED_HEADERS;
4068
4178
  let body;
@@ -4213,6 +4323,16 @@ export const se_DisassociateNatGatewayAddressCommand = async (input, context) =>
4213
4323
  });
4214
4324
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4215
4325
  };
4326
+ export const se_DisassociateRouteServerCommand = async (input, context) => {
4327
+ const headers = SHARED_HEADERS;
4328
+ let body;
4329
+ body = buildFormUrlencodedString({
4330
+ ...se_DisassociateRouteServerRequest(input, context),
4331
+ [_A]: _DRSi,
4332
+ [_V]: _,
4333
+ });
4334
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4335
+ };
4216
4336
  export const se_DisassociateRouteTableCommand = async (input, context) => {
4217
4337
  const headers = SHARED_HEADERS;
4218
4338
  let body;
@@ -4413,6 +4533,16 @@ export const se_EnableReachabilityAnalyzerOrganizationSharingCommand = async (in
4413
4533
  });
4414
4534
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4415
4535
  };
4536
+ export const se_EnableRouteServerPropagationCommand = async (input, context) => {
4537
+ const headers = SHARED_HEADERS;
4538
+ let body;
4539
+ body = buildFormUrlencodedString({
4540
+ ...se_EnableRouteServerPropagationRequest(input, context),
4541
+ [_A]: _ERSP,
4542
+ [_V]: _,
4543
+ });
4544
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
4545
+ };
4416
4546
  export const se_EnableSerialConsoleAccessCommand = async (input, context) => {
4417
4547
  const headers = SHARED_HEADERS;
4418
4548
  let body;
@@ -4873,6 +5003,36 @@ export const se_GetReservedInstancesExchangeQuoteCommand = async (input, context
4873
5003
  });
4874
5004
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
4875
5005
  };
5006
+ export const se_GetRouteServerAssociationsCommand = async (input, context) => {
5007
+ const headers = SHARED_HEADERS;
5008
+ let body;
5009
+ body = buildFormUrlencodedString({
5010
+ ...se_GetRouteServerAssociationsRequest(input, context),
5011
+ [_A]: _GRSA,
5012
+ [_V]: _,
5013
+ });
5014
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5015
+ };
5016
+ export const se_GetRouteServerPropagationsCommand = async (input, context) => {
5017
+ const headers = SHARED_HEADERS;
5018
+ let body;
5019
+ body = buildFormUrlencodedString({
5020
+ ...se_GetRouteServerPropagationsRequest(input, context),
5021
+ [_A]: _GRSP,
5022
+ [_V]: _,
5023
+ });
5024
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5025
+ };
5026
+ export const se_GetRouteServerRoutingDatabaseCommand = async (input, context) => {
5027
+ const headers = SHARED_HEADERS;
5028
+ let body;
5029
+ body = buildFormUrlencodedString({
5030
+ ...se_GetRouteServerRoutingDatabaseRequest(input, context),
5031
+ [_A]: _GRSRD,
5032
+ [_V]: _,
5033
+ });
5034
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5035
+ };
4876
5036
  export const se_GetSecurityGroupsForVpcCommand = async (input, context) => {
4877
5037
  const headers = SHARED_HEADERS;
4878
5038
  let body;
@@ -5493,6 +5653,16 @@ export const se_ModifyReservedInstancesCommand = async (input, context) => {
5493
5653
  });
5494
5654
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
5495
5655
  };
5656
+ export const se_ModifyRouteServerCommand = async (input, context) => {
5657
+ const headers = SHARED_HEADERS;
5658
+ let body;
5659
+ body = buildFormUrlencodedString({
5660
+ ...se_ModifyRouteServerRequest(input, context),
5661
+ [_A]: _MRS,
5662
+ [_V]: _,
5663
+ });
5664
+ return buildHttpRpcRequest(context, headers, "/", undefined, body);
5665
+ };
5496
5666
  export const se_ModifySecurityGroupRulesCommand = async (input, context) => {
5497
5667
  const headers = SHARED_HEADERS;
5498
5668
  let body;
@@ -6918,6 +7088,19 @@ export const de_AssociateNatGatewayAddressCommand = async (output, context) => {
6918
7088
  };
6919
7089
  return response;
6920
7090
  };
7091
+ export const de_AssociateRouteServerCommand = async (output, context) => {
7092
+ if (output.statusCode >= 300) {
7093
+ return de_CommandError(output, context);
7094
+ }
7095
+ const data = await parseBody(output.body, context);
7096
+ let contents = {};
7097
+ contents = de_AssociateRouteServerResult(data, context);
7098
+ const response = {
7099
+ $metadata: deserializeMetadata(output),
7100
+ ...contents,
7101
+ };
7102
+ return response;
7103
+ };
6921
7104
  export const de_AssociateRouteTableCommand = async (output, context) => {
6922
7105
  if (output.statusCode >= 300) {
6923
7106
  return de_CommandError(output, context);
@@ -7946,6 +8129,45 @@ export const de_CreateRouteCommand = async (output, context) => {
7946
8129
  };
7947
8130
  return response;
7948
8131
  };
8132
+ export const de_CreateRouteServerCommand = async (output, context) => {
8133
+ if (output.statusCode >= 300) {
8134
+ return de_CommandError(output, context);
8135
+ }
8136
+ const data = await parseBody(output.body, context);
8137
+ let contents = {};
8138
+ contents = de_CreateRouteServerResult(data, context);
8139
+ const response = {
8140
+ $metadata: deserializeMetadata(output),
8141
+ ...contents,
8142
+ };
8143
+ return response;
8144
+ };
8145
+ export const de_CreateRouteServerEndpointCommand = async (output, context) => {
8146
+ if (output.statusCode >= 300) {
8147
+ return de_CommandError(output, context);
8148
+ }
8149
+ const data = await parseBody(output.body, context);
8150
+ let contents = {};
8151
+ contents = de_CreateRouteServerEndpointResult(data, context);
8152
+ const response = {
8153
+ $metadata: deserializeMetadata(output),
8154
+ ...contents,
8155
+ };
8156
+ return response;
8157
+ };
8158
+ export const de_CreateRouteServerPeerCommand = async (output, context) => {
8159
+ if (output.statusCode >= 300) {
8160
+ return de_CommandError(output, context);
8161
+ }
8162
+ const data = await parseBody(output.body, context);
8163
+ let contents = {};
8164
+ contents = de_CreateRouteServerPeerResult(data, context);
8165
+ const response = {
8166
+ $metadata: deserializeMetadata(output),
8167
+ ...contents,
8168
+ };
8169
+ return response;
8170
+ };
7949
8171
  export const de_CreateRouteTableCommand = async (output, context) => {
7950
8172
  if (output.statusCode >= 300) {
7951
8173
  return de_CommandError(output, context);
@@ -8930,6 +9152,45 @@ export const de_DeleteRouteCommand = async (output, context) => {
8930
9152
  };
8931
9153
  return response;
8932
9154
  };
9155
+ export const de_DeleteRouteServerCommand = async (output, context) => {
9156
+ if (output.statusCode >= 300) {
9157
+ return de_CommandError(output, context);
9158
+ }
9159
+ const data = await parseBody(output.body, context);
9160
+ let contents = {};
9161
+ contents = de_DeleteRouteServerResult(data, context);
9162
+ const response = {
9163
+ $metadata: deserializeMetadata(output),
9164
+ ...contents,
9165
+ };
9166
+ return response;
9167
+ };
9168
+ export const de_DeleteRouteServerEndpointCommand = async (output, context) => {
9169
+ if (output.statusCode >= 300) {
9170
+ return de_CommandError(output, context);
9171
+ }
9172
+ const data = await parseBody(output.body, context);
9173
+ let contents = {};
9174
+ contents = de_DeleteRouteServerEndpointResult(data, context);
9175
+ const response = {
9176
+ $metadata: deserializeMetadata(output),
9177
+ ...contents,
9178
+ };
9179
+ return response;
9180
+ };
9181
+ export const de_DeleteRouteServerPeerCommand = async (output, context) => {
9182
+ if (output.statusCode >= 300) {
9183
+ return de_CommandError(output, context);
9184
+ }
9185
+ const data = await parseBody(output.body, context);
9186
+ let contents = {};
9187
+ contents = de_DeleteRouteServerPeerResult(data, context);
9188
+ const response = {
9189
+ $metadata: deserializeMetadata(output),
9190
+ ...contents,
9191
+ };
9192
+ return response;
9193
+ };
8933
9194
  export const de_DeleteRouteTableCommand = async (output, context) => {
8934
9195
  if (output.statusCode >= 300) {
8935
9196
  return de_CommandError(output, context);
@@ -10785,6 +11046,45 @@ export const de_DescribeReservedInstancesOfferingsCommand = async (output, conte
10785
11046
  };
10786
11047
  return response;
10787
11048
  };
11049
+ export const de_DescribeRouteServerEndpointsCommand = async (output, context) => {
11050
+ if (output.statusCode >= 300) {
11051
+ return de_CommandError(output, context);
11052
+ }
11053
+ const data = await parseBody(output.body, context);
11054
+ let contents = {};
11055
+ contents = de_DescribeRouteServerEndpointsResult(data, context);
11056
+ const response = {
11057
+ $metadata: deserializeMetadata(output),
11058
+ ...contents,
11059
+ };
11060
+ return response;
11061
+ };
11062
+ export const de_DescribeRouteServerPeersCommand = async (output, context) => {
11063
+ if (output.statusCode >= 300) {
11064
+ return de_CommandError(output, context);
11065
+ }
11066
+ const data = await parseBody(output.body, context);
11067
+ let contents = {};
11068
+ contents = de_DescribeRouteServerPeersResult(data, context);
11069
+ const response = {
11070
+ $metadata: deserializeMetadata(output),
11071
+ ...contents,
11072
+ };
11073
+ return response;
11074
+ };
11075
+ export const de_DescribeRouteServersCommand = async (output, context) => {
11076
+ if (output.statusCode >= 300) {
11077
+ return de_CommandError(output, context);
11078
+ }
11079
+ const data = await parseBody(output.body, context);
11080
+ let contents = {};
11081
+ contents = de_DescribeRouteServersResult(data, context);
11082
+ const response = {
11083
+ $metadata: deserializeMetadata(output),
11084
+ ...contents,
11085
+ };
11086
+ return response;
11087
+ };
10788
11088
  export const de_DescribeRouteTablesCommand = async (output, context) => {
10789
11089
  if (output.statusCode >= 300) {
10790
11090
  return de_CommandError(output, context);
@@ -11777,6 +12077,19 @@ export const de_DisableIpamOrganizationAdminAccountCommand = async (output, cont
11777
12077
  };
11778
12078
  return response;
11779
12079
  };
12080
+ export const de_DisableRouteServerPropagationCommand = async (output, context) => {
12081
+ if (output.statusCode >= 300) {
12082
+ return de_CommandError(output, context);
12083
+ }
12084
+ const data = await parseBody(output.body, context);
12085
+ let contents = {};
12086
+ contents = de_DisableRouteServerPropagationResult(data, context);
12087
+ const response = {
12088
+ $metadata: deserializeMetadata(output),
12089
+ ...contents,
12090
+ };
12091
+ return response;
12092
+ };
11780
12093
  export const de_DisableSerialConsoleAccessCommand = async (output, context) => {
11781
12094
  if (output.statusCode >= 300) {
11782
12095
  return de_CommandError(output, context);
@@ -11966,6 +12279,19 @@ export const de_DisassociateNatGatewayAddressCommand = async (output, context) =
11966
12279
  };
11967
12280
  return response;
11968
12281
  };
12282
+ export const de_DisassociateRouteServerCommand = async (output, context) => {
12283
+ if (output.statusCode >= 300) {
12284
+ return de_CommandError(output, context);
12285
+ }
12286
+ const data = await parseBody(output.body, context);
12287
+ let contents = {};
12288
+ contents = de_DisassociateRouteServerResult(data, context);
12289
+ const response = {
12290
+ $metadata: deserializeMetadata(output),
12291
+ ...contents,
12292
+ };
12293
+ return response;
12294
+ };
11969
12295
  export const de_DisassociateRouteTableCommand = async (output, context) => {
11970
12296
  if (output.statusCode >= 300) {
11971
12297
  return de_CommandError(output, context);
@@ -12223,6 +12549,19 @@ export const de_EnableReachabilityAnalyzerOrganizationSharingCommand = async (ou
12223
12549
  };
12224
12550
  return response;
12225
12551
  };
12552
+ export const de_EnableRouteServerPropagationCommand = async (output, context) => {
12553
+ if (output.statusCode >= 300) {
12554
+ return de_CommandError(output, context);
12555
+ }
12556
+ const data = await parseBody(output.body, context);
12557
+ let contents = {};
12558
+ contents = de_EnableRouteServerPropagationResult(data, context);
12559
+ const response = {
12560
+ $metadata: deserializeMetadata(output),
12561
+ ...contents,
12562
+ };
12563
+ return response;
12564
+ };
12226
12565
  export const de_EnableSerialConsoleAccessCommand = async (output, context) => {
12227
12566
  if (output.statusCode >= 300) {
12228
12567
  return de_CommandError(output, context);
@@ -12815,6 +13154,45 @@ export const de_GetReservedInstancesExchangeQuoteCommand = async (output, contex
12815
13154
  };
12816
13155
  return response;
12817
13156
  };
13157
+ export const de_GetRouteServerAssociationsCommand = async (output, context) => {
13158
+ if (output.statusCode >= 300) {
13159
+ return de_CommandError(output, context);
13160
+ }
13161
+ const data = await parseBody(output.body, context);
13162
+ let contents = {};
13163
+ contents = de_GetRouteServerAssociationsResult(data, context);
13164
+ const response = {
13165
+ $metadata: deserializeMetadata(output),
13166
+ ...contents,
13167
+ };
13168
+ return response;
13169
+ };
13170
+ export const de_GetRouteServerPropagationsCommand = async (output, context) => {
13171
+ if (output.statusCode >= 300) {
13172
+ return de_CommandError(output, context);
13173
+ }
13174
+ const data = await parseBody(output.body, context);
13175
+ let contents = {};
13176
+ contents = de_GetRouteServerPropagationsResult(data, context);
13177
+ const response = {
13178
+ $metadata: deserializeMetadata(output),
13179
+ ...contents,
13180
+ };
13181
+ return response;
13182
+ };
13183
+ export const de_GetRouteServerRoutingDatabaseCommand = async (output, context) => {
13184
+ if (output.statusCode >= 300) {
13185
+ return de_CommandError(output, context);
13186
+ }
13187
+ const data = await parseBody(output.body, context);
13188
+ let contents = {};
13189
+ contents = de_GetRouteServerRoutingDatabaseResult(data, context);
13190
+ const response = {
13191
+ $metadata: deserializeMetadata(output),
13192
+ ...contents,
13193
+ };
13194
+ return response;
13195
+ };
12818
13196
  export const de_GetSecurityGroupsForVpcCommand = async (output, context) => {
12819
13197
  if (output.statusCode >= 300) {
12820
13198
  return de_CommandError(output, context);
@@ -13606,6 +13984,19 @@ export const de_ModifyReservedInstancesCommand = async (output, context) => {
13606
13984
  };
13607
13985
  return response;
13608
13986
  };
13987
+ export const de_ModifyRouteServerCommand = async (output, context) => {
13988
+ if (output.statusCode >= 300) {
13989
+ return de_CommandError(output, context);
13990
+ }
13991
+ const data = await parseBody(output.body, context);
13992
+ let contents = {};
13993
+ contents = de_ModifyRouteServerResult(data, context);
13994
+ const response = {
13995
+ $metadata: deserializeMetadata(output),
13996
+ ...contents,
13997
+ };
13998
+ return response;
13999
+ };
13609
14000
  export const de_ModifySecurityGroupRulesCommand = async (output, context) => {
13610
14001
  if (output.statusCode >= 300) {
13611
14002
  return de_CommandError(output, context);
@@ -15794,6 +16185,19 @@ const se_AssociateNatGatewayAddressRequest = (input, context) => {
15794
16185
  }
15795
16186
  return entries;
15796
16187
  };
16188
+ const se_AssociateRouteServerRequest = (input, context) => {
16189
+ const entries = {};
16190
+ if (input[_RSIo] != null) {
16191
+ entries[_RSIo] = input[_RSIo];
16192
+ }
16193
+ if (input[_VI] != null) {
16194
+ entries[_VI] = input[_VI];
16195
+ }
16196
+ if (input[_DRr] != null) {
16197
+ entries[_DRr] = input[_DRr];
16198
+ }
16199
+ return entries;
16200
+ };
15797
16201
  const se_AssociateRouteTableRequest = (input, context) => {
15798
16202
  const entries = {};
15799
16203
  if (input[_GI] != null) {
@@ -16832,6 +17236,9 @@ const se_CopyFpgaImageRequest = (input, context) => {
16832
17236
  };
16833
17237
  const se_CopyImageRequest = (input, context) => {
16834
17238
  const entries = {};
17239
+ if (input[_CTl] === undefined) {
17240
+ input[_CTl] = generateIdempotencyToken();
17241
+ }
16835
17242
  if (input[_CTl] != null) {
16836
17243
  entries[_CTl] = input[_CTl];
16837
17244
  }
@@ -18545,6 +18952,91 @@ const se_CreateRouteRequest = (input, context) => {
18545
18952
  }
18546
18953
  return entries;
18547
18954
  };
18955
+ const se_CreateRouteServerEndpointRequest = (input, context) => {
18956
+ const entries = {};
18957
+ if (input[_RSIo] != null) {
18958
+ entries[_RSIo] = input[_RSIo];
18959
+ }
18960
+ if (input[_SIub] != null) {
18961
+ entries[_SIub] = input[_SIub];
18962
+ }
18963
+ if (input[_CTl] === undefined) {
18964
+ input[_CTl] = generateIdempotencyToken();
18965
+ }
18966
+ if (input[_CTl] != null) {
18967
+ entries[_CTl] = input[_CTl];
18968
+ }
18969
+ if (input[_DRr] != null) {
18970
+ entries[_DRr] = input[_DRr];
18971
+ }
18972
+ if (input[_TS] != null) {
18973
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
18974
+ Object.entries(memberEntries).forEach(([key, value]) => {
18975
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
18976
+ entries[loc] = value;
18977
+ });
18978
+ }
18979
+ return entries;
18980
+ };
18981
+ const se_CreateRouteServerPeerRequest = (input, context) => {
18982
+ const entries = {};
18983
+ if (input[_RSEI] != null) {
18984
+ entries[_RSEI] = input[_RSEI];
18985
+ }
18986
+ if (input[_PAe] != null) {
18987
+ entries[_PAe] = input[_PAe];
18988
+ }
18989
+ if (input[_BO] != null) {
18990
+ const memberEntries = se_RouteServerBgpOptionsRequest(input[_BO], context);
18991
+ Object.entries(memberEntries).forEach(([key, value]) => {
18992
+ const loc = `BgpOptions.${key}`;
18993
+ entries[loc] = value;
18994
+ });
18995
+ }
18996
+ if (input[_DRr] != null) {
18997
+ entries[_DRr] = input[_DRr];
18998
+ }
18999
+ if (input[_TS] != null) {
19000
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
19001
+ Object.entries(memberEntries).forEach(([key, value]) => {
19002
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
19003
+ entries[loc] = value;
19004
+ });
19005
+ }
19006
+ return entries;
19007
+ };
19008
+ const se_CreateRouteServerRequest = (input, context) => {
19009
+ const entries = {};
19010
+ if (input[_ASA] != null) {
19011
+ entries[_ASA] = input[_ASA];
19012
+ }
19013
+ if (input[_CTl] === undefined) {
19014
+ input[_CTl] = generateIdempotencyToken();
19015
+ }
19016
+ if (input[_CTl] != null) {
19017
+ entries[_CTl] = input[_CTl];
19018
+ }
19019
+ if (input[_DRr] != null) {
19020
+ entries[_DRr] = input[_DRr];
19021
+ }
19022
+ if (input[_PRe] != null) {
19023
+ entries[_PRe] = input[_PRe];
19024
+ }
19025
+ if (input[_PRD] != null) {
19026
+ entries[_PRD] = input[_PRD];
19027
+ }
19028
+ if (input[_SNE] != null) {
19029
+ entries[_SNE] = input[_SNE];
19030
+ }
19031
+ if (input[_TS] != null) {
19032
+ const memberEntries = se_TagSpecificationList(input[_TS], context);
19033
+ Object.entries(memberEntries).forEach(([key, value]) => {
19034
+ const loc = `TagSpecification.${key.substring(key.indexOf(".") + 1)}`;
19035
+ entries[loc] = value;
19036
+ });
19037
+ }
19038
+ return entries;
19039
+ };
18548
19040
  const se_CreateRouteTableRequest = (input, context) => {
18549
19041
  const entries = {};
18550
19042
  if (input[_TS] != null) {
@@ -19047,8 +19539,8 @@ const se_CreateTransitGatewayPeeringAttachmentRequest = (input, context) => {
19047
19539
  if (input[_PAI] != null) {
19048
19540
  entries[_PAI] = input[_PAI];
19049
19541
  }
19050
- if (input[_PRe] != null) {
19051
- entries[_PRe] = input[_PRe];
19542
+ if (input[_PRee] != null) {
19543
+ entries[_PRee] = input[_PRee];
19052
19544
  }
19053
19545
  if (input[_Op] != null) {
19054
19546
  const memberEntries = se_CreateTransitGatewayPeeringAttachmentRequestOptions(input[_Op], context);
@@ -19937,8 +20429,8 @@ const se_CreateVpcEndpointServiceConfigurationRequest = (input, context) => {
19937
20429
  };
19938
20430
  const se_CreateVpcPeeringConnectionRequest = (input, context) => {
19939
20431
  const entries = {};
19940
- if (input[_PRe] != null) {
19941
- entries[_PRe] = input[_PRe];
20432
+ if (input[_PRee] != null) {
20433
+ entries[_PRee] = input[_PRee];
19942
20434
  }
19943
20435
  if (input[_TS] != null) {
19944
20436
  const memberEntries = se_TagSpecificationList(input[_TS], context);
@@ -20627,6 +21119,36 @@ const se_DeleteRouteRequest = (input, context) => {
20627
21119
  }
20628
21120
  return entries;
20629
21121
  };
21122
+ const se_DeleteRouteServerEndpointRequest = (input, context) => {
21123
+ const entries = {};
21124
+ if (input[_RSEI] != null) {
21125
+ entries[_RSEI] = input[_RSEI];
21126
+ }
21127
+ if (input[_DRr] != null) {
21128
+ entries[_DRr] = input[_DRr];
21129
+ }
21130
+ return entries;
21131
+ };
21132
+ const se_DeleteRouteServerPeerRequest = (input, context) => {
21133
+ const entries = {};
21134
+ if (input[_RSPI] != null) {
21135
+ entries[_RSPI] = input[_RSPI];
21136
+ }
21137
+ if (input[_DRr] != null) {
21138
+ entries[_DRr] = input[_DRr];
21139
+ }
21140
+ return entries;
21141
+ };
21142
+ const se_DeleteRouteServerRequest = (input, context) => {
21143
+ const entries = {};
21144
+ if (input[_RSIo] != null) {
21145
+ entries[_RSIo] = input[_RSIo];
21146
+ }
21147
+ if (input[_DRr] != null) {
21148
+ entries[_DRr] = input[_DRr];
21149
+ }
21150
+ return entries;
21151
+ };
20630
21152
  const se_DeleteRouteTableRequest = (input, context) => {
20631
21153
  const entries = {};
20632
21154
  if (input[_DRr] != null) {
@@ -23724,6 +24246,87 @@ const se_DescribeReservedInstancesRequest = (input, context) => {
23724
24246
  }
23725
24247
  return entries;
23726
24248
  };
24249
+ const se_DescribeRouteServerEndpointsRequest = (input, context) => {
24250
+ const entries = {};
24251
+ if (input[_RSEIo] != null) {
24252
+ const memberEntries = se_RouteServerEndpointIdsList(input[_RSEIo], context);
24253
+ Object.entries(memberEntries).forEach(([key, value]) => {
24254
+ const loc = `RouteServerEndpointId.${key.substring(key.indexOf(".") + 1)}`;
24255
+ entries[loc] = value;
24256
+ });
24257
+ }
24258
+ if (input[_NT] != null) {
24259
+ entries[_NT] = input[_NT];
24260
+ }
24261
+ if (input[_MR] != null) {
24262
+ entries[_MR] = input[_MR];
24263
+ }
24264
+ if (input[_Fi] != null) {
24265
+ const memberEntries = se_FilterList(input[_Fi], context);
24266
+ Object.entries(memberEntries).forEach(([key, value]) => {
24267
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24268
+ entries[loc] = value;
24269
+ });
24270
+ }
24271
+ if (input[_DRr] != null) {
24272
+ entries[_DRr] = input[_DRr];
24273
+ }
24274
+ return entries;
24275
+ };
24276
+ const se_DescribeRouteServerPeersRequest = (input, context) => {
24277
+ const entries = {};
24278
+ if (input[_RSPIo] != null) {
24279
+ const memberEntries = se_RouteServerPeerIdsList(input[_RSPIo], context);
24280
+ Object.entries(memberEntries).forEach(([key, value]) => {
24281
+ const loc = `RouteServerPeerId.${key.substring(key.indexOf(".") + 1)}`;
24282
+ entries[loc] = value;
24283
+ });
24284
+ }
24285
+ if (input[_NT] != null) {
24286
+ entries[_NT] = input[_NT];
24287
+ }
24288
+ if (input[_MR] != null) {
24289
+ entries[_MR] = input[_MR];
24290
+ }
24291
+ if (input[_Fi] != null) {
24292
+ const memberEntries = se_FilterList(input[_Fi], context);
24293
+ Object.entries(memberEntries).forEach(([key, value]) => {
24294
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24295
+ entries[loc] = value;
24296
+ });
24297
+ }
24298
+ if (input[_DRr] != null) {
24299
+ entries[_DRr] = input[_DRr];
24300
+ }
24301
+ return entries;
24302
+ };
24303
+ const se_DescribeRouteServersRequest = (input, context) => {
24304
+ const entries = {};
24305
+ if (input[_RSIou] != null) {
24306
+ const memberEntries = se_RouteServerIdsList(input[_RSIou], context);
24307
+ Object.entries(memberEntries).forEach(([key, value]) => {
24308
+ const loc = `RouteServerId.${key.substring(key.indexOf(".") + 1)}`;
24309
+ entries[loc] = value;
24310
+ });
24311
+ }
24312
+ if (input[_NT] != null) {
24313
+ entries[_NT] = input[_NT];
24314
+ }
24315
+ if (input[_MR] != null) {
24316
+ entries[_MR] = input[_MR];
24317
+ }
24318
+ if (input[_Fi] != null) {
24319
+ const memberEntries = se_FilterList(input[_Fi], context);
24320
+ Object.entries(memberEntries).forEach(([key, value]) => {
24321
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
24322
+ entries[loc] = value;
24323
+ });
24324
+ }
24325
+ if (input[_DRr] != null) {
24326
+ entries[_DRr] = input[_DRr];
24327
+ }
24328
+ return entries;
24329
+ };
23727
24330
  const se_DescribeRouteTablesRequest = (input, context) => {
23728
24331
  const entries = {};
23729
24332
  if (input[_NT] != null) {
@@ -25473,6 +26076,19 @@ const se_DisableIpamOrganizationAdminAccountRequest = (input, context) => {
25473
26076
  }
25474
26077
  return entries;
25475
26078
  };
26079
+ const se_DisableRouteServerPropagationRequest = (input, context) => {
26080
+ const entries = {};
26081
+ if (input[_RSIo] != null) {
26082
+ entries[_RSIo] = input[_RSIo];
26083
+ }
26084
+ if (input[_RTI] != null) {
26085
+ entries[_RTI] = input[_RTI];
26086
+ }
26087
+ if (input[_DRr] != null) {
26088
+ entries[_DRr] = input[_DRr];
26089
+ }
26090
+ return entries;
26091
+ };
25476
26092
  const se_DisableSerialConsoleAccessRequest = (input, context) => {
25477
26093
  const entries = {};
25478
26094
  if (input[_DRr] != null) {
@@ -25652,6 +26268,19 @@ const se_DisassociateNatGatewayAddressRequest = (input, context) => {
25652
26268
  }
25653
26269
  return entries;
25654
26270
  };
26271
+ const se_DisassociateRouteServerRequest = (input, context) => {
26272
+ const entries = {};
26273
+ if (input[_RSIo] != null) {
26274
+ entries[_RSIo] = input[_RSIo];
26275
+ }
26276
+ if (input[_VI] != null) {
26277
+ entries[_VI] = input[_VI];
26278
+ }
26279
+ if (input[_DRr] != null) {
26280
+ entries[_DRr] = input[_DRr];
26281
+ }
26282
+ return entries;
26283
+ };
25655
26284
  const se_DisassociateRouteTableRequest = (input, context) => {
25656
26285
  const entries = {};
25657
26286
  if (input[_DRr] != null) {
@@ -26126,6 +26755,19 @@ const se_EnableReachabilityAnalyzerOrganizationSharingRequest = (input, context)
26126
26755
  }
26127
26756
  return entries;
26128
26757
  };
26758
+ const se_EnableRouteServerPropagationRequest = (input, context) => {
26759
+ const entries = {};
26760
+ if (input[_RSIo] != null) {
26761
+ entries[_RSIo] = input[_RSIo];
26762
+ }
26763
+ if (input[_RTI] != null) {
26764
+ entries[_RTI] = input[_RTI];
26765
+ }
26766
+ if (input[_DRr] != null) {
26767
+ entries[_DRr] = input[_DRr];
26768
+ }
26769
+ return entries;
26770
+ };
26129
26771
  const se_EnableSerialConsoleAccessRequest = (input, context) => {
26130
26772
  const entries = {};
26131
26773
  if (input[_DRr] != null) {
@@ -27315,6 +27957,52 @@ const se_GetReservedInstancesExchangeQuoteRequest = (input, context) => {
27315
27957
  }
27316
27958
  return entries;
27317
27959
  };
27960
+ const se_GetRouteServerAssociationsRequest = (input, context) => {
27961
+ const entries = {};
27962
+ if (input[_RSIo] != null) {
27963
+ entries[_RSIo] = input[_RSIo];
27964
+ }
27965
+ if (input[_DRr] != null) {
27966
+ entries[_DRr] = input[_DRr];
27967
+ }
27968
+ return entries;
27969
+ };
27970
+ const se_GetRouteServerPropagationsRequest = (input, context) => {
27971
+ const entries = {};
27972
+ if (input[_RSIo] != null) {
27973
+ entries[_RSIo] = input[_RSIo];
27974
+ }
27975
+ if (input[_RTI] != null) {
27976
+ entries[_RTI] = input[_RTI];
27977
+ }
27978
+ if (input[_DRr] != null) {
27979
+ entries[_DRr] = input[_DRr];
27980
+ }
27981
+ return entries;
27982
+ };
27983
+ const se_GetRouteServerRoutingDatabaseRequest = (input, context) => {
27984
+ const entries = {};
27985
+ if (input[_RSIo] != null) {
27986
+ entries[_RSIo] = input[_RSIo];
27987
+ }
27988
+ if (input[_NT] != null) {
27989
+ entries[_NT] = input[_NT];
27990
+ }
27991
+ if (input[_MR] != null) {
27992
+ entries[_MR] = input[_MR];
27993
+ }
27994
+ if (input[_DRr] != null) {
27995
+ entries[_DRr] = input[_DRr];
27996
+ }
27997
+ if (input[_Fi] != null) {
27998
+ const memberEntries = se_FilterList(input[_Fi], context);
27999
+ Object.entries(memberEntries).forEach(([key, value]) => {
28000
+ const loc = `Filter.${key.substring(key.indexOf(".") + 1)}`;
28001
+ entries[loc] = value;
28002
+ });
28003
+ }
28004
+ return entries;
28005
+ };
27318
28006
  const se_GetSecurityGroupsForVpcRequest = (input, context) => {
27319
28007
  const entries = {};
27320
28008
  if (input[_VI] != null) {
@@ -30610,8 +31298,8 @@ const se_ModifyInstanceCapacityReservationAttributesRequest = (input, context) =
30610
31298
  if (input[_IIn] != null) {
30611
31299
  entries[_IIn] = input[_IIn];
30612
31300
  }
30613
- if (input[_CRS] != null) {
30614
- const memberEntries = se_CapacityReservationSpecification(input[_CRS], context);
31301
+ if (input[_CRSa] != null) {
31302
+ const memberEntries = se_CapacityReservationSpecification(input[_CRSa], context);
30615
31303
  Object.entries(memberEntries).forEach(([key, value]) => {
30616
31304
  const loc = `CapacityReservationSpecification.${key}`;
30617
31305
  entries[loc] = value;
@@ -31121,6 +31809,25 @@ const se_ModifyReservedInstancesRequest = (input, context) => {
31121
31809
  }
31122
31810
  return entries;
31123
31811
  };
31812
+ const se_ModifyRouteServerRequest = (input, context) => {
31813
+ const entries = {};
31814
+ if (input[_RSIo] != null) {
31815
+ entries[_RSIo] = input[_RSIo];
31816
+ }
31817
+ if (input[_PRe] != null) {
31818
+ entries[_PRe] = input[_PRe];
31819
+ }
31820
+ if (input[_PRD] != null) {
31821
+ entries[_PRD] = input[_PRD];
31822
+ }
31823
+ if (input[_SNE] != null) {
31824
+ entries[_SNE] = input[_SNE];
31825
+ }
31826
+ if (input[_DRr] != null) {
31827
+ entries[_DRr] = input[_DRr];
31828
+ }
31829
+ return entries;
31830
+ };
31124
31831
  const se_ModifySecurityGroupRulesRequest = (input, context) => {
31125
31832
  const entries = {};
31126
31833
  if (input[_GIr] != null) {
@@ -34316,8 +35023,8 @@ const se_RequestLaunchTemplateData = (input, context) => {
34316
35023
  entries[loc] = value;
34317
35024
  });
34318
35025
  }
34319
- if (input[_CRS] != null) {
34320
- const memberEntries = se_LaunchTemplateCapacityReservationSpecificationRequest(input[_CRS], context);
35026
+ if (input[_CRSa] != null) {
35027
+ const memberEntries = se_LaunchTemplateCapacityReservationSpecificationRequest(input[_CRSa], context);
34321
35028
  Object.entries(memberEntries).forEach(([key, value]) => {
34322
35029
  const loc = `CapacityReservationSpecification.${key}`;
34323
35030
  entries[loc] = value;
@@ -34999,6 +35706,52 @@ const se_RevokeSecurityGroupIngressRequest = (input, context) => {
34999
35706
  }
35000
35707
  return entries;
35001
35708
  };
35709
+ const se_RouteServerBgpOptionsRequest = (input, context) => {
35710
+ const entries = {};
35711
+ if (input[_PAee] != null) {
35712
+ entries[_PAee] = input[_PAee];
35713
+ }
35714
+ if (input[_PLD] != null) {
35715
+ entries[_PLD] = input[_PLD];
35716
+ }
35717
+ return entries;
35718
+ };
35719
+ const se_RouteServerEndpointIdsList = (input, context) => {
35720
+ const entries = {};
35721
+ let counter = 1;
35722
+ for (const entry of input) {
35723
+ if (entry === null) {
35724
+ continue;
35725
+ }
35726
+ entries[`Member.${counter}`] = entry;
35727
+ counter++;
35728
+ }
35729
+ return entries;
35730
+ };
35731
+ const se_RouteServerIdsList = (input, context) => {
35732
+ const entries = {};
35733
+ let counter = 1;
35734
+ for (const entry of input) {
35735
+ if (entry === null) {
35736
+ continue;
35737
+ }
35738
+ entries[`Member.${counter}`] = entry;
35739
+ counter++;
35740
+ }
35741
+ return entries;
35742
+ };
35743
+ const se_RouteServerPeerIdsList = (input, context) => {
35744
+ const entries = {};
35745
+ let counter = 1;
35746
+ for (const entry of input) {
35747
+ if (entry === null) {
35748
+ continue;
35749
+ }
35750
+ entries[`Member.${counter}`] = entry;
35751
+ counter++;
35752
+ }
35753
+ return entries;
35754
+ };
35002
35755
  const se_RouteTableIdStringList = (input, context) => {
35003
35756
  const entries = {};
35004
35757
  let counter = 1;
@@ -35141,8 +35894,8 @@ const se_RunInstancesRequest = (input, context) => {
35141
35894
  entries[loc] = value;
35142
35895
  });
35143
35896
  }
35144
- if (input[_CRS] != null) {
35145
- const memberEntries = se_CapacityReservationSpecification(input[_CRS], context);
35897
+ if (input[_CRSa] != null) {
35898
+ const memberEntries = se_CapacityReservationSpecification(input[_CRSa], context);
35146
35899
  Object.entries(memberEntries).forEach(([key, value]) => {
35147
35900
  const loc = `CapacityReservationSpecification.${key}`;
35148
35901
  entries[loc] = value;
@@ -38349,6 +39102,13 @@ const de_AsnAssociationSet = (output, context) => {
38349
39102
  return de_AsnAssociation(entry, context);
38350
39103
  });
38351
39104
  };
39105
+ const de_AsPath = (output, context) => {
39106
+ return (output || [])
39107
+ .filter((e) => e != null)
39108
+ .map((entry) => {
39109
+ return __expectString(entry);
39110
+ });
39111
+ };
38352
39112
  const de_AssignedPrivateIpAddress = (output, context) => {
38353
39113
  const contents = {};
38354
39114
  if (output[_pIA] != null) {
@@ -38532,6 +39292,13 @@ const de_AssociateNatGatewayAddressResult = (output, context) => {
38532
39292
  }
38533
39293
  return contents;
38534
39294
  };
39295
+ const de_AssociateRouteServerResult = (output, context) => {
39296
+ const contents = {};
39297
+ if (output[_rSA] != null) {
39298
+ contents[_RSAo] = de_RouteServerAssociation(output[_rSA], context);
39299
+ }
39300
+ return contents;
39301
+ };
38535
39302
  const de_AssociateRouteTableResult = (output, context) => {
38536
39303
  const contents = {};
38537
39304
  if (output[_aIs] != null) {
@@ -40806,6 +41573,27 @@ const de_CreateRouteResult = (output, context) => {
40806
41573
  }
40807
41574
  return contents;
40808
41575
  };
41576
+ const de_CreateRouteServerEndpointResult = (output, context) => {
41577
+ const contents = {};
41578
+ if (output[_rSE] != null) {
41579
+ contents[_RSE] = de_RouteServerEndpoint(output[_rSE], context);
41580
+ }
41581
+ return contents;
41582
+ };
41583
+ const de_CreateRouteServerPeerResult = (output, context) => {
41584
+ const contents = {};
41585
+ if (output[_rSP] != null) {
41586
+ contents[_RSP] = de_RouteServerPeer(output[_rSP], context);
41587
+ }
41588
+ return contents;
41589
+ };
41590
+ const de_CreateRouteServerResult = (output, context) => {
41591
+ const contents = {};
41592
+ if (output[_rSo] != null) {
41593
+ contents[_RSo] = de_RouteServer(output[_rSo], context);
41594
+ }
41595
+ return contents;
41596
+ };
40809
41597
  const de_CreateRouteTableResult = (output, context) => {
40810
41598
  const contents = {};
40811
41599
  if (output[_rTo] != null) {
@@ -41582,6 +42370,27 @@ const de_DeleteQueuedReservedInstancesResult = (output, context) => {
41582
42370
  }
41583
42371
  return contents;
41584
42372
  };
42373
+ const de_DeleteRouteServerEndpointResult = (output, context) => {
42374
+ const contents = {};
42375
+ if (output[_rSE] != null) {
42376
+ contents[_RSE] = de_RouteServerEndpoint(output[_rSE], context);
42377
+ }
42378
+ return contents;
42379
+ };
42380
+ const de_DeleteRouteServerPeerResult = (output, context) => {
42381
+ const contents = {};
42382
+ if (output[_rSP] != null) {
42383
+ contents[_RSP] = de_RouteServerPeer(output[_rSP], context);
42384
+ }
42385
+ return contents;
42386
+ };
42387
+ const de_DeleteRouteServerResult = (output, context) => {
42388
+ const contents = {};
42389
+ if (output[_rSo] != null) {
42390
+ contents[_RSo] = de_RouteServer(output[_rSo], context);
42391
+ }
42392
+ return contents;
42393
+ };
41585
42394
  const de_DeleteSecurityGroupResult = (output, context) => {
41586
42395
  const contents = {};
41587
42396
  if (output[_r] != null) {
@@ -43243,6 +44052,45 @@ const de_DescribeReservedInstancesResult = (output, context) => {
43243
44052
  }
43244
44053
  return contents;
43245
44054
  };
44055
+ const de_DescribeRouteServerEndpointsResult = (output, context) => {
44056
+ const contents = {};
44057
+ if (output.routeServerEndpointSet === "") {
44058
+ contents[_RSEo] = [];
44059
+ }
44060
+ else if (output[_rSES] != null && output[_rSES][_i] != null) {
44061
+ contents[_RSEo] = de_RouteServerEndpointsList(__getArrayIfSingleItem(output[_rSES][_i]), context);
44062
+ }
44063
+ if (output[_nTe] != null) {
44064
+ contents[_NT] = __expectString(output[_nTe]);
44065
+ }
44066
+ return contents;
44067
+ };
44068
+ const de_DescribeRouteServerPeersResult = (output, context) => {
44069
+ const contents = {};
44070
+ if (output.routeServerPeerSet === "") {
44071
+ contents[_RSPo] = [];
44072
+ }
44073
+ else if (output[_rSPS] != null && output[_rSPS][_i] != null) {
44074
+ contents[_RSPo] = de_RouteServerPeersList(__getArrayIfSingleItem(output[_rSPS][_i]), context);
44075
+ }
44076
+ if (output[_nTe] != null) {
44077
+ contents[_NT] = __expectString(output[_nTe]);
44078
+ }
44079
+ return contents;
44080
+ };
44081
+ const de_DescribeRouteServersResult = (output, context) => {
44082
+ const contents = {};
44083
+ if (output.routeServerSet === "") {
44084
+ contents[_RSou] = [];
44085
+ }
44086
+ else if (output[_rSSo] != null && output[_rSSo][_i] != null) {
44087
+ contents[_RSou] = de_RouteServersList(__getArrayIfSingleItem(output[_rSSo][_i]), context);
44088
+ }
44089
+ if (output[_nTe] != null) {
44090
+ contents[_NT] = __expectString(output[_nTe]);
44091
+ }
44092
+ return contents;
44093
+ };
43246
44094
  const de_DescribeRouteTablesResult = (output, context) => {
43247
44095
  const contents = {};
43248
44096
  if (output.routeTableSet === "") {
@@ -44340,6 +45188,13 @@ const de_DisableIpamOrganizationAdminAccountResult = (output, context) => {
44340
45188
  }
44341
45189
  return contents;
44342
45190
  };
45191
+ const de_DisableRouteServerPropagationResult = (output, context) => {
45192
+ const contents = {};
45193
+ if (output[_rSPo] != null) {
45194
+ contents[_RSPou] = de_RouteServerPropagation(output[_rSPo], context);
45195
+ }
45196
+ return contents;
45197
+ };
44343
45198
  const de_DisableSerialConsoleAccessResult = (output, context) => {
44344
45199
  const contents = {};
44345
45200
  if (output[_sCAE] != null) {
@@ -44440,6 +45295,13 @@ const de_DisassociateNatGatewayAddressResult = (output, context) => {
44440
45295
  }
44441
45296
  return contents;
44442
45297
  };
45298
+ const de_DisassociateRouteServerResult = (output, context) => {
45299
+ const contents = {};
45300
+ if (output[_rSA] != null) {
45301
+ contents[_RSAo] = de_RouteServerAssociation(output[_rSA], context);
45302
+ }
45303
+ return contents;
45304
+ };
44443
45305
  const de_DisassociateSecurityGroupVpcResult = (output, context) => {
44444
45306
  const contents = {};
44445
45307
  if (output[_st] != null) {
@@ -45130,6 +45992,13 @@ const de_EnableReachabilityAnalyzerOrganizationSharingResult = (output, context)
45130
45992
  }
45131
45993
  return contents;
45132
45994
  };
45995
+ const de_EnableRouteServerPropagationResult = (output, context) => {
45996
+ const contents = {};
45997
+ if (output[_rSPo] != null) {
45998
+ contents[_RSPou] = de_RouteServerPropagation(output[_rSPo], context);
45999
+ }
46000
+ return contents;
46001
+ };
45133
46002
  const de_EnableSerialConsoleAccessResult = (output, context) => {
45134
46003
  const contents = {};
45135
46004
  if (output[_sCAE] != null) {
@@ -46126,7 +46995,7 @@ const de_FpgaImage = (output, context) => {
46126
46995
  contents[_Pu] = __parseBoolean(output[_pu]);
46127
46996
  }
46128
46997
  if (output[_dRS] != null) {
46129
- contents[_DRS] = __parseBoolean(output[_dRS]);
46998
+ contents[_DRSa] = __parseBoolean(output[_dRS]);
46130
46999
  }
46131
47000
  if (output.instanceTypes === "") {
46132
47001
  contents[_ITnst] = [];
@@ -46669,6 +47538,42 @@ const de_GetReservedInstancesExchangeQuoteResult = (output, context) => {
46669
47538
  }
46670
47539
  return contents;
46671
47540
  };
47541
+ const de_GetRouteServerAssociationsResult = (output, context) => {
47542
+ const contents = {};
47543
+ if (output.routeServerAssociationSet === "") {
47544
+ contents[_RSAou] = [];
47545
+ }
47546
+ else if (output[_rSAS] != null && output[_rSAS][_i] != null) {
47547
+ contents[_RSAou] = de_RouteServerAssociationsList(__getArrayIfSingleItem(output[_rSAS][_i]), context);
47548
+ }
47549
+ return contents;
47550
+ };
47551
+ const de_GetRouteServerPropagationsResult = (output, context) => {
47552
+ const contents = {};
47553
+ if (output.routeServerPropagationSet === "") {
47554
+ contents[_RSPout] = [];
47555
+ }
47556
+ else if (output[_rSPSo] != null && output[_rSPSo][_i] != null) {
47557
+ contents[_RSPout] = de_RouteServerPropagationsList(__getArrayIfSingleItem(output[_rSPSo][_i]), context);
47558
+ }
47559
+ return contents;
47560
+ };
47561
+ const de_GetRouteServerRoutingDatabaseResult = (output, context) => {
47562
+ const contents = {};
47563
+ if (output[_aRP] != null) {
47564
+ contents[_ARP] = __parseBoolean(output[_aRP]);
47565
+ }
47566
+ if (output.routeSet === "") {
47567
+ contents[_Rout] = [];
47568
+ }
47569
+ else if (output[_rSou] != null && output[_rSou][_i] != null) {
47570
+ contents[_Rout] = de_RouteServerRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
47571
+ }
47572
+ if (output[_nTe] != null) {
47573
+ contents[_NT] = __expectString(output[_nTe]);
47574
+ }
47575
+ return contents;
47576
+ };
46672
47577
  const de_GetSecurityGroupsForVpcResult = (output, context) => {
46673
47578
  const contents = {};
46674
47579
  if (output[_nTe] != null) {
@@ -48020,7 +48925,7 @@ const de_Instance = (output, context) => {
48020
48925
  contents[_CRI] = __expectString(output[_cRI]);
48021
48926
  }
48022
48927
  if (output[_cRSa] != null) {
48023
- contents[_CRS] = de_CapacityReservationSpecificationResponse(output[_cRSa], context);
48928
+ contents[_CRSa] = de_CapacityReservationSpecificationResponse(output[_cRSa], context);
48024
48929
  }
48025
48930
  if (output[_hO] != null) {
48026
48931
  contents[_HO] = de_HibernationOptions(output[_hO], context);
@@ -49229,7 +50134,7 @@ const de_InstanceTypeInfo = (output, context) => {
49229
50134
  contents[_DHS] = __parseBoolean(output[_dHS]);
49230
50135
  }
49231
50136
  if (output[_aRSu] != null) {
49232
- contents[_ARS] = __parseBoolean(output[_aRSu]);
50137
+ contents[_ARSu] = __parseBoolean(output[_aRSu]);
49233
50138
  }
49234
50139
  if (output.supportedBootModes === "") {
49235
50140
  contents[_SBM] = [];
@@ -51908,6 +52813,13 @@ const de_ModifyReservedInstancesResult = (output, context) => {
51908
52813
  }
51909
52814
  return contents;
51910
52815
  };
52816
+ const de_ModifyRouteServerResult = (output, context) => {
52817
+ const contents = {};
52818
+ if (output[_rSo] != null) {
52819
+ contents[_RSo] = de_RouteServer(output[_rSo], context);
52820
+ }
52821
+ return contents;
52822
+ };
51911
52823
  const de_ModifySecurityGroupRulesResult = (output, context) => {
51912
52824
  const contents = {};
51913
52825
  if (output[_r] != null) {
@@ -54840,7 +55752,7 @@ const de_ResponseLaunchTemplateData = (output, context) => {
54840
55752
  contents[_COp] = de_LaunchTemplateCpuOptions(output[_cO], context);
54841
55753
  }
54842
55754
  if (output[_cRSa] != null) {
54843
- contents[_CRS] = de_LaunchTemplateCapacityReservationSpecificationResponse(output[_cRSa], context);
55755
+ contents[_CRSa] = de_LaunchTemplateCapacityReservationSpecificationResponse(output[_cRSa], context);
54844
55756
  }
54845
55757
  if (output.licenseSet === "") {
54846
55758
  contents[_LSi] = [];
@@ -55109,6 +56021,266 @@ const de_RouteList = (output, context) => {
55109
56021
  return de_Route(entry, context);
55110
56022
  });
55111
56023
  };
56024
+ const de_RouteServer = (output, context) => {
56025
+ const contents = {};
56026
+ if (output[_rSI] != null) {
56027
+ contents[_RSIo] = __expectString(output[_rSI]);
56028
+ }
56029
+ if (output[_aSA] != null) {
56030
+ contents[_ASA] = __strictParseLong(output[_aSA]);
56031
+ }
56032
+ if (output[_st] != null) {
56033
+ contents[_Stat] = __expectString(output[_st]);
56034
+ }
56035
+ if (output.tagSet === "") {
56036
+ contents[_Ta] = [];
56037
+ }
56038
+ else if (output[_tS] != null && output[_tS][_i] != null) {
56039
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
56040
+ }
56041
+ if (output[_pRSe] != null) {
56042
+ contents[_PRS] = __expectString(output[_pRSe]);
56043
+ }
56044
+ if (output[_pRD] != null) {
56045
+ contents[_PRD] = __strictParseLong(output[_pRD]);
56046
+ }
56047
+ if (output[_sNE] != null) {
56048
+ contents[_SNE] = __parseBoolean(output[_sNE]);
56049
+ }
56050
+ if (output[_sTA] != null) {
56051
+ contents[_STA] = __expectString(output[_sTA]);
56052
+ }
56053
+ return contents;
56054
+ };
56055
+ const de_RouteServerAssociation = (output, context) => {
56056
+ const contents = {};
56057
+ if (output[_rSI] != null) {
56058
+ contents[_RSIo] = __expectString(output[_rSI]);
56059
+ }
56060
+ if (output[_vI] != null) {
56061
+ contents[_VI] = __expectString(output[_vI]);
56062
+ }
56063
+ if (output[_st] != null) {
56064
+ contents[_Stat] = __expectString(output[_st]);
56065
+ }
56066
+ return contents;
56067
+ };
56068
+ const de_RouteServerAssociationsList = (output, context) => {
56069
+ return (output || [])
56070
+ .filter((e) => e != null)
56071
+ .map((entry) => {
56072
+ return de_RouteServerAssociation(entry, context);
56073
+ });
56074
+ };
56075
+ const de_RouteServerBfdStatus = (output, context) => {
56076
+ const contents = {};
56077
+ if (output[_sta] != null) {
56078
+ contents[_Statu] = __expectString(output[_sta]);
56079
+ }
56080
+ return contents;
56081
+ };
56082
+ const de_RouteServerBgpOptions = (output, context) => {
56083
+ const contents = {};
56084
+ if (output[_pAee] != null) {
56085
+ contents[_PAee] = __strictParseLong(output[_pAee]);
56086
+ }
56087
+ if (output[_pLD] != null) {
56088
+ contents[_PLD] = __expectString(output[_pLD]);
56089
+ }
56090
+ return contents;
56091
+ };
56092
+ const de_RouteServerBgpStatus = (output, context) => {
56093
+ const contents = {};
56094
+ if (output[_sta] != null) {
56095
+ contents[_Statu] = __expectString(output[_sta]);
56096
+ }
56097
+ return contents;
56098
+ };
56099
+ const de_RouteServerEndpoint = (output, context) => {
56100
+ const contents = {};
56101
+ if (output[_rSI] != null) {
56102
+ contents[_RSIo] = __expectString(output[_rSI]);
56103
+ }
56104
+ if (output[_rSEI] != null) {
56105
+ contents[_RSEI] = __expectString(output[_rSEI]);
56106
+ }
56107
+ if (output[_vI] != null) {
56108
+ contents[_VI] = __expectString(output[_vI]);
56109
+ }
56110
+ if (output[_sIu] != null) {
56111
+ contents[_SIub] = __expectString(output[_sIu]);
56112
+ }
56113
+ if (output[_eIn] != null) {
56114
+ contents[_EIn] = __expectString(output[_eIn]);
56115
+ }
56116
+ if (output[_eA] != null) {
56117
+ contents[_EAn] = __expectString(output[_eA]);
56118
+ }
56119
+ if (output[_st] != null) {
56120
+ contents[_Stat] = __expectString(output[_st]);
56121
+ }
56122
+ if (output[_fR] != null) {
56123
+ contents[_FR] = __expectString(output[_fR]);
56124
+ }
56125
+ if (output.tagSet === "") {
56126
+ contents[_Ta] = [];
56127
+ }
56128
+ else if (output[_tS] != null && output[_tS][_i] != null) {
56129
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
56130
+ }
56131
+ return contents;
56132
+ };
56133
+ const de_RouteServerEndpointsList = (output, context) => {
56134
+ return (output || [])
56135
+ .filter((e) => e != null)
56136
+ .map((entry) => {
56137
+ return de_RouteServerEndpoint(entry, context);
56138
+ });
56139
+ };
56140
+ const de_RouteServerPeer = (output, context) => {
56141
+ const contents = {};
56142
+ if (output[_rSPI] != null) {
56143
+ contents[_RSPI] = __expectString(output[_rSPI]);
56144
+ }
56145
+ if (output[_rSEI] != null) {
56146
+ contents[_RSEI] = __expectString(output[_rSEI]);
56147
+ }
56148
+ if (output[_rSI] != null) {
56149
+ contents[_RSIo] = __expectString(output[_rSI]);
56150
+ }
56151
+ if (output[_vI] != null) {
56152
+ contents[_VI] = __expectString(output[_vI]);
56153
+ }
56154
+ if (output[_sIu] != null) {
56155
+ contents[_SIub] = __expectString(output[_sIu]);
56156
+ }
56157
+ if (output[_st] != null) {
56158
+ contents[_Stat] = __expectString(output[_st]);
56159
+ }
56160
+ if (output[_fR] != null) {
56161
+ contents[_FR] = __expectString(output[_fR]);
56162
+ }
56163
+ if (output[_eEI] != null) {
56164
+ contents[_EEI] = __expectString(output[_eEI]);
56165
+ }
56166
+ if (output[_eEA] != null) {
56167
+ contents[_EEA] = __expectString(output[_eEA]);
56168
+ }
56169
+ if (output[_pAe] != null) {
56170
+ contents[_PAe] = __expectString(output[_pAe]);
56171
+ }
56172
+ if (output[_bO] != null) {
56173
+ contents[_BO] = de_RouteServerBgpOptions(output[_bO], context);
56174
+ }
56175
+ if (output[_bSg] != null) {
56176
+ contents[_BS] = de_RouteServerBgpStatus(output[_bSg], context);
56177
+ }
56178
+ if (output[_bSf] != null) {
56179
+ contents[_BSf] = de_RouteServerBfdStatus(output[_bSf], context);
56180
+ }
56181
+ if (output.tagSet === "") {
56182
+ contents[_Ta] = [];
56183
+ }
56184
+ else if (output[_tS] != null && output[_tS][_i] != null) {
56185
+ contents[_Ta] = de_TagList(__getArrayIfSingleItem(output[_tS][_i]), context);
56186
+ }
56187
+ return contents;
56188
+ };
56189
+ const de_RouteServerPeersList = (output, context) => {
56190
+ return (output || [])
56191
+ .filter((e) => e != null)
56192
+ .map((entry) => {
56193
+ return de_RouteServerPeer(entry, context);
56194
+ });
56195
+ };
56196
+ const de_RouteServerPropagation = (output, context) => {
56197
+ const contents = {};
56198
+ if (output[_rSI] != null) {
56199
+ contents[_RSIo] = __expectString(output[_rSI]);
56200
+ }
56201
+ if (output[_rTI] != null) {
56202
+ contents[_RTI] = __expectString(output[_rTI]);
56203
+ }
56204
+ if (output[_st] != null) {
56205
+ contents[_Stat] = __expectString(output[_st]);
56206
+ }
56207
+ return contents;
56208
+ };
56209
+ const de_RouteServerPropagationsList = (output, context) => {
56210
+ return (output || [])
56211
+ .filter((e) => e != null)
56212
+ .map((entry) => {
56213
+ return de_RouteServerPropagation(entry, context);
56214
+ });
56215
+ };
56216
+ const de_RouteServerRoute = (output, context) => {
56217
+ const contents = {};
56218
+ if (output[_rSEI] != null) {
56219
+ contents[_RSEI] = __expectString(output[_rSEI]);
56220
+ }
56221
+ if (output[_rSPI] != null) {
56222
+ contents[_RSPI] = __expectString(output[_rSPI]);
56223
+ }
56224
+ if (output.routeInstallationDetailSet === "") {
56225
+ contents[_RID] = [];
56226
+ }
56227
+ else if (output[_rIDS] != null && output[_rIDS][_i] != null) {
56228
+ contents[_RID] = de_RouteServerRouteInstallationDetails(__getArrayIfSingleItem(output[_rIDS][_i]), context);
56229
+ }
56230
+ if (output[_rSout] != null) {
56231
+ contents[_RSout] = __expectString(output[_rSout]);
56232
+ }
56233
+ if (output[_pre] != null) {
56234
+ contents[_Pr] = __expectString(output[_pre]);
56235
+ }
56236
+ if (output.asPathSet === "") {
56237
+ contents[_APs] = [];
56238
+ }
56239
+ else if (output[_aPSs] != null && output[_aPSs][_i] != null) {
56240
+ contents[_APs] = de_AsPath(__getArrayIfSingleItem(output[_aPSs][_i]), context);
56241
+ }
56242
+ if (output[_med] != null) {
56243
+ contents[_Med] = __strictParseInt32(output[_med]);
56244
+ }
56245
+ if (output[_nHI] != null) {
56246
+ contents[_NHI] = __expectString(output[_nHI]);
56247
+ }
56248
+ return contents;
56249
+ };
56250
+ const de_RouteServerRouteInstallationDetail = (output, context) => {
56251
+ const contents = {};
56252
+ if (output[_rTI] != null) {
56253
+ contents[_RTI] = __expectString(output[_rTI]);
56254
+ }
56255
+ if (output[_rISo] != null) {
56256
+ contents[_RISo] = __expectString(output[_rISo]);
56257
+ }
56258
+ if (output[_rISR] != null) {
56259
+ contents[_RISR] = __expectString(output[_rISR]);
56260
+ }
56261
+ return contents;
56262
+ };
56263
+ const de_RouteServerRouteInstallationDetails = (output, context) => {
56264
+ return (output || [])
56265
+ .filter((e) => e != null)
56266
+ .map((entry) => {
56267
+ return de_RouteServerRouteInstallationDetail(entry, context);
56268
+ });
56269
+ };
56270
+ const de_RouteServerRouteList = (output, context) => {
56271
+ return (output || [])
56272
+ .filter((e) => e != null)
56273
+ .map((entry) => {
56274
+ return de_RouteServerRoute(entry, context);
56275
+ });
56276
+ };
56277
+ const de_RouteServersList = (output, context) => {
56278
+ return (output || [])
56279
+ .filter((e) => e != null)
56280
+ .map((entry) => {
56281
+ return de_RouteServer(entry, context);
56282
+ });
56283
+ };
55112
56284
  const de_RouteTable = (output, context) => {
55113
56285
  const contents = {};
55114
56286
  if (output.associationSet === "") {
@@ -55129,8 +56301,8 @@ const de_RouteTable = (output, context) => {
55129
56301
  if (output.routeSet === "") {
55130
56302
  contents[_Rout] = [];
55131
56303
  }
55132
- else if (output[_rSo] != null && output[_rSo][_i] != null) {
55133
- contents[_Rout] = de_RouteList(__getArrayIfSingleItem(output[_rSo][_i]), context);
56304
+ else if (output[_rSou] != null && output[_rSou][_i] != null) {
56305
+ contents[_Rout] = de_RouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
55134
56306
  }
55135
56307
  if (output.tagSet === "") {
55136
56308
  contents[_Ta] = [];
@@ -55418,8 +56590,8 @@ const de_SearchLocalGatewayRoutesResult = (output, context) => {
55418
56590
  if (output.routeSet === "") {
55419
56591
  contents[_Rout] = [];
55420
56592
  }
55421
- else if (output[_rSo] != null && output[_rSo][_i] != null) {
55422
- contents[_Rout] = de_LocalGatewayRouteList(__getArrayIfSingleItem(output[_rSo][_i]), context);
56593
+ else if (output[_rSou] != null && output[_rSou][_i] != null) {
56594
+ contents[_Rout] = de_LocalGatewayRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
55423
56595
  }
55424
56596
  if (output[_nTe] != null) {
55425
56597
  contents[_NT] = __expectString(output[_nTe]);
@@ -55444,8 +56616,8 @@ const de_SearchTransitGatewayRoutesResult = (output, context) => {
55444
56616
  if (output.routeSet === "") {
55445
56617
  contents[_Rout] = [];
55446
56618
  }
55447
- else if (output[_rSo] != null && output[_rSo][_i] != null) {
55448
- contents[_Rout] = de_TransitGatewayRouteList(__getArrayIfSingleItem(output[_rSo][_i]), context);
56619
+ else if (output[_rSou] != null && output[_rSou][_i] != null) {
56620
+ contents[_Rout] = de_TransitGatewayRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
55449
56621
  }
55450
56622
  if (output[_aRAd] != null) {
55451
56623
  contents[_ARAd] = __parseBoolean(output[_aRAd]);
@@ -59176,8 +60348,8 @@ const de_VerifiedAccessInstanceOpenVpnClientConfiguration = (output, context) =>
59176
60348
  if (output.routeSet === "") {
59177
60349
  contents[_Rout] = [];
59178
60350
  }
59179
- else if (output[_rSo] != null && output[_rSo][_i] != null) {
59180
- contents[_Rout] = de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList(__getArrayIfSingleItem(output[_rSo][_i]), context);
60351
+ else if (output[_rSou] != null && output[_rSou][_i] != null) {
60352
+ contents[_Rout] = de_VerifiedAccessInstanceOpenVpnClientConfigurationRouteList(__getArrayIfSingleItem(output[_rSou][_i]), context);
59181
60353
  }
59182
60354
  return contents;
59183
60355
  };
@@ -59305,8 +60477,8 @@ const de_VerifiedAccessLogS3Destination = (output, context) => {
59305
60477
  if (output[_pre] != null) {
59306
60478
  contents[_Pr] = __expectString(output[_pre]);
59307
60479
  }
59308
- if (output[_bO] != null) {
59309
- contents[_BOu] = __expectString(output[_bO]);
60480
+ if (output[_bOu] != null) {
60481
+ contents[_BOu] = __expectString(output[_bOu]);
59310
60482
  }
59311
60483
  return contents;
59312
60484
  };
@@ -59870,8 +61042,8 @@ const de_VpcBlockPublicAccessOptions = (output, context) => {
59870
61042
  if (output[_mB] != null) {
59871
61043
  contents[_MB] = __expectString(output[_mB]);
59872
61044
  }
59873
- if (output[_eA] != null) {
59874
- contents[_EAx] = __expectString(output[_eA]);
61045
+ if (output[_eAx] != null) {
61046
+ contents[_EAx] = __expectString(output[_eAx]);
59875
61047
  }
59876
61048
  return contents;
59877
61049
  };
@@ -60670,6 +61842,7 @@ const _APM = "ApplyPendingMaintenance";
60670
61842
  const _APNGA = "AssignPrivateNatGatewayAddress";
60671
61843
  const _APd = "AddedPrincipals";
60672
61844
  const _APl = "AllowedPrincipals";
61845
+ const _APs = "AsPaths";
60673
61846
  const _AR = "AllowReassignment";
60674
61847
  const _ARA = "AssociatedRoleArn";
60675
61848
  const _ARAd = "AdditionalRoutesAvailable";
@@ -60677,7 +61850,9 @@ const _ARAs = "AssociatedResourceAccessibility";
60677
61850
  const _ARAss = "AssociatedResourceArn";
60678
61851
  const _ARC = "AcceptedRouteCount";
60679
61852
  const _ARIEQ = "AcceptReservedInstancesExchangeQuote";
60680
- const _ARS = "AutoRecoverySupported";
61853
+ const _ARP = "AreRoutesPersisted";
61854
+ const _ARS = "AssociateRouteServer";
61855
+ const _ARSu = "AutoRecoverySupported";
60681
61856
  const _ART = "AssociateRouteTable";
60682
61857
  const _ARTI = "AddRouteTableIds";
60683
61858
  const _ARTl = "AllocationResourceTags";
@@ -60800,6 +61975,7 @@ const _BPF = "BaselinePerformanceFactors";
60800
61975
  const _BPS = "BurstablePerformanceSupported";
60801
61976
  const _BPi = "BillingProducts";
60802
61977
  const _BS = "BgpStatus";
61978
+ const _BSf = "BfdStatus";
60803
61979
  const _BT = "BannerText";
60804
61980
  const _BTE = "BundleTaskError";
60805
61981
  const _BTIMB = "BaselineThroughputInMBps";
@@ -60995,7 +62171,10 @@ const _CRO = "CapacityReservationOptions";
60995
62171
  const _CRP = "CapacityReservationPreference";
60996
62172
  const _CRRGA = "CapacityReservationResourceGroupArn";
60997
62173
  const _CRRVT = "CreateReplaceRootVolumeTask";
60998
- const _CRS = "CapacityReservationSpecification";
62174
+ const _CRS = "CreateRouteServer";
62175
+ const _CRSE = "CreateRouteServerEndpoint";
62176
+ const _CRSP = "CreateRouteServerPeer";
62177
+ const _CRSa = "CapacityReservationSpecification";
60999
62178
  const _CRT = "CreateRouteTable";
61000
62179
  const _CRTa = "CapacityReservationTarget";
61001
62180
  const _CRa = "CancelReason";
@@ -61332,7 +62511,15 @@ const _DRIO = "DescribeReservedInstancesOfferings";
61332
62511
  const _DRIT = "DnsRecordIpType";
61333
62512
  const _DRRV = "DeleteReplacedRootVolume";
61334
62513
  const _DRRVT = "DescribeReplaceRootVolumeTasks";
61335
- const _DRS = "DataRetentionSupport";
62514
+ const _DRS = "DeleteRouteServer";
62515
+ const _DRSE = "DeleteRouteServerEndpoint";
62516
+ const _DRSEe = "DescribeRouteServerEndpoints";
62517
+ const _DRSP = "DeleteRouteServerPeer";
62518
+ const _DRSPe = "DescribeRouteServerPeers";
62519
+ const _DRSPi = "DisableRouteServerPropagation";
62520
+ const _DRSa = "DataRetentionSupport";
62521
+ const _DRSe = "DescribeRouteServers";
62522
+ const _DRSi = "DisassociateRouteServer";
61336
62523
  const _DRT = "DeleteRouteTable";
61337
62524
  const _DRTA = "DefaultRouteTableAssociation";
61338
62525
  const _DRTP = "DefaultRouteTablePropagation";
@@ -61493,6 +62680,7 @@ const _EA = "EnableAcceleration";
61493
62680
  const _EAIS = "EnableAllowedImagesSettings";
61494
62681
  const _EANPMS = "EnableAwsNetworkPerformanceMetricSubscription";
61495
62682
  const _EAT = "EnableAddressTransfer";
62683
+ const _EAn = "EniAddress";
61496
62684
  const _EAx = "ExclusionsAllowed";
61497
62685
  const _EB = "EgressBytes";
61498
62686
  const _EBV = "ExcludeBootVolume";
@@ -61514,8 +62702,10 @@ const _EDn = "EnableDns64";
61514
62702
  const _EDnd = "EndpointDomain";
61515
62703
  const _EDv = "EventDescription";
61516
62704
  const _EDx = "ExpirationDate";
62705
+ const _EEA = "EndpointEniAddress";
61517
62706
  const _EEBD = "EbsEncryptionByDefault";
61518
62707
  const _EEEBD = "EnableEbsEncryptionByDefault";
62708
+ const _EEI = "EndpointEniId";
61519
62709
  const _EFL = "EnableFastLaunch";
61520
62710
  const _EFR = "EgressFilterRules";
61521
62711
  const _EFSR = "EnableFastSnapshotRestores";
@@ -61550,6 +62740,7 @@ const _EITS = "EncryptionInTransitSupported";
61550
62740
  const _EITx = "ExportImageTasks";
61551
62741
  const _EIb = "EbsInfo";
61552
62742
  const _EIf = "EfaInfo";
62743
+ const _EIn = "EniId";
61553
62744
  const _EIv = "EventInformation";
61554
62745
  const _EIve = "EventId";
61555
62746
  const _EIx = "ExportImage";
@@ -61578,6 +62769,7 @@ const _ERNDAAAAR = "EnableResourceNameDnsAAAARecord";
61578
62769
  const _ERNDAAAAROL = "EnableResourceNameDnsAAAARecordOnLaunch";
61579
62770
  const _ERNDAR = "EnableResourceNameDnsARecord";
61580
62771
  const _ERNDAROL = "EnableResourceNameDnsARecordOnLaunch";
62772
+ const _ERSP = "EnableRouteServerPropagation";
61581
62773
  const _ES = "EphemeralStorage";
61582
62774
  const _ESBPA = "EnableSnapshotBlockPublicAccess";
61583
62775
  const _ESCA = "EnableSerialConsoleAccess";
@@ -61731,6 +62923,9 @@ const _GNr = "GroupNames";
61731
62923
  const _GOI = "GroupOwnerId";
61732
62924
  const _GPD = "GetPasswordData";
61733
62925
  const _GRIEQ = "GetReservedInstancesExchangeQuote";
62926
+ const _GRSA = "GetRouteServerAssociations";
62927
+ const _GRSP = "GetRouteServerPropagations";
62928
+ const _GRSRD = "GetRouteServerRoutingDatabase";
61734
62929
  const _GS = "GroupSource";
61735
62930
  const _GSBPAS = "GetSnapshotBlockPublicAccessState";
61736
62931
  const _GSCAS = "GetSerialConsoleAccessStatus";
@@ -62204,6 +63399,7 @@ const _MPa = "MaxPrice";
62204
63399
  const _MPe = "MetricPoints";
62205
63400
  const _MR = "MaxResults";
62206
63401
  const _MRI = "ModifyReservedInstances";
63402
+ const _MRS = "ModifyRouteServer";
62207
63403
  const _MRo = "ModificationResults";
62208
63404
  const _MRu = "MultiRegion";
62209
63405
  const _MS = "MaintenanceStrategies";
@@ -62264,6 +63460,7 @@ const _Man = "Manufacturer";
62264
63460
  const _Mana = "Managed";
62265
63461
  const _Mar = "Marketplace";
62266
63462
  const _Me = "Message";
63463
+ const _Med = "Med";
62267
63464
  const _Mes = "Messages";
62268
63465
  const _Met = "Metric";
62269
63466
  const _Mo = "Mode";
@@ -62292,6 +63489,7 @@ const _NGA = "NatGatewayAddresses";
62292
63489
  const _NGI = "NatGatewayId";
62293
63490
  const _NGIa = "NatGatewayIds";
62294
63491
  const _NGa = "NatGateways";
63492
+ const _NHI = "NextHopIp";
62295
63493
  const _NI = "NetworkInterfaces";
62296
63494
  const _NIA = "NetworkInsightsAnalyses";
62297
63495
  const _NIAA = "NetworkInsightsAnalysisArn";
@@ -62491,6 +63689,7 @@ const _PKM = "PublicKeyMaterial";
62491
63689
  const _PL = "PacketLength";
62492
63690
  const _PLA = "PrefixListAssociations";
62493
63691
  const _PLAr = "PrefixListArn";
63692
+ const _PLD = "PeerLivenessDetection";
62494
63693
  const _PLF = "PartitionLoadFrequency";
62495
63694
  const _PLI = "PrefixListId";
62496
63695
  const _PLIr = "PrefixListIds";
@@ -62509,12 +63708,15 @@ const _POe = "PeeringOptions";
62509
63708
  const _PP = "ProgressPercentage";
62510
63709
  const _PPIPC = "ProvisionPublicIpv4PoolCidr";
62511
63710
  const _PR = "PortRange";
63711
+ const _PRD = "PersistRoutesDuration";
62512
63712
  const _PRIO = "PurchaseReservedInstancesOffering";
62513
63713
  const _PRN = "PolicyReferenceName";
62514
63714
  const _PRNo = "PolicyRuleNumber";
63715
+ const _PRS = "PersistRoutesState";
62515
63716
  const _PRU = "PtrRecordUpdate";
62516
63717
  const _PRa = "PayerResponsibility";
62517
- const _PRe = "PeerRegion";
63718
+ const _PRe = "PersistRoutes";
63719
+ const _PRee = "PeerRegion";
62518
63720
  const _PRer = "PermanentRestore";
62519
63721
  const _PRo = "PortRanges";
62520
63722
  const _PRol = "PolicyRule";
@@ -62621,6 +63823,7 @@ const _RI = "RebootInstances";
62621
63823
  const _RIA = "ResetImageAttribute";
62622
63824
  const _RIAe = "ResetInstanceAttribute";
62623
63825
  const _RICIAIS = "ReplaceImageCriteriaInAllowedImagesSettings";
63826
+ const _RID = "RouteInstallationDetails";
62624
63827
  const _RIENA = "RegisterInstanceEventNotificationAttributes";
62625
63828
  const _RIFRB = "RestoreImageFromRecycleBin";
62626
63829
  const _RII = "ReservedInstanceIds";
@@ -62640,6 +63843,8 @@ const _RIOI = "ReservedInstancesOfferingIds";
62640
63843
  const _RIOIe = "ReservedInstancesOfferingId";
62641
63844
  const _RIPA = "ReleaseIpamPoolAllocation";
62642
63845
  const _RIS = "ReportInstanceStatus";
63846
+ const _RISR = "RouteInstallationStatusReason";
63847
+ const _RISo = "RouteInstallationStatus";
62643
63848
  const _RIVR = "ReservedInstanceValueRollup";
62644
63849
  const _RIVS = "ReservedInstanceValueSet";
62645
63850
  const _RIa = "RamdiskId";
@@ -62691,6 +63896,12 @@ const _RRVTe = "ReplaceRootVolumeTasks";
62691
63896
  const _RRe = "ResourceRegion";
62692
63897
  const _RS = "ReplacementStrategy";
62693
63898
  const _RSA = "ResetSnapshotAttribute";
63899
+ const _RSAo = "RouteServerAssociation";
63900
+ const _RSAou = "RouteServerAssociations";
63901
+ const _RSE = "RouteServerEndpoint";
63902
+ const _RSEI = "RouteServerEndpointId";
63903
+ const _RSEIo = "RouteServerEndpointIds";
63904
+ const _RSEo = "RouteServerEndpoints";
62694
63905
  const _RSF = "RequestSpotFleet";
62695
63906
  const _RSFRB = "RestoreSnapshotFromRecycleBin";
62696
63907
  const _RSGE = "RevokeSecurityGroupEgress";
@@ -62700,12 +63911,23 @@ const _RSGR = "RevokedSecurityGroupRules";
62700
63911
  const _RSI = "RequestSpotInstances";
62701
63912
  const _RSIAT = "RemoveSupportedIpAddressTypes";
62702
63913
  const _RSIe = "RemoveSubnetIds";
63914
+ const _RSIo = "RouteServerId";
63915
+ const _RSIou = "RouteServerIds";
62703
63916
  const _RSIu = "RunScheduledInstances";
63917
+ const _RSP = "RouteServerPeer";
63918
+ const _RSPI = "RouteServerPeerId";
63919
+ const _RSPIo = "RouteServerPeerIds";
63920
+ const _RSPo = "RouteServerPeers";
63921
+ const _RSPou = "RouteServerPropagation";
63922
+ const _RSPout = "RouteServerPropagations";
62704
63923
  const _RSR = "RemoveSupportedRegions";
62705
63924
  const _RST = "RestoreSnapshotTier";
62706
63925
  const _RSTe = "RestoreStartTime";
62707
63926
  const _RSe = "ResourceStatement";
62708
63927
  const _RSeg = "RegionalSummaries";
63928
+ const _RSo = "RouteServer";
63929
+ const _RSou = "RouteServers";
63930
+ const _RSout = "RouteStatus";
62709
63931
  const _RT = "ResourceType";
62710
63932
  const _RTAI = "RouteTableAssociationId";
62711
63933
  const _RTGCB = "RemoveTransitGatewayCidrBlocks";
@@ -62869,6 +64091,7 @@ const _SMt = "StatusMessage";
62869
64091
  const _SMta = "StateMessage";
62870
64092
  const _SN = "SessionNumber";
62871
64093
  const _SNA = "ServiceNetworkArn";
64094
+ const _SNE = "SnsNotificationsEnabled";
62872
64095
  const _SNIA = "StartNetworkInsightsAnalysis";
62873
64096
  const _SNIASA = "StartNetworkInsightsAccessScopeAnalysis";
62874
64097
  const _SNN = "ServiceNetworkName";
@@ -62918,6 +64141,7 @@ const _SSe = "ServiceState";
62918
64141
  const _SSu = "SupportedStrategies";
62919
64142
  const _SSy = "SystemStatus";
62920
64143
  const _ST = "SplitTunnel";
64144
+ const _STA = "SnsTopicArn";
62921
64145
  const _STC = "SpotTargetCapacity";
62922
64146
  const _STD = "SnapshotTaskDetail";
62923
64147
  const _STFR = "StoreTaskFailureReason";
@@ -63343,6 +64567,7 @@ const _aPHS = "alternatePathHintSet";
63343
64567
  const _aPIA = "associatePublicIpAddress";
63344
64568
  const _aPIAS = "assignedPrivateIpAddressesSet";
63345
64569
  const _aPS = "addedPrincipalSet";
64570
+ const _aPSs = "asPathSet";
63346
64571
  const _aPu = "autoPlacement";
63347
64572
  const _aR = "authorizationRule";
63348
64573
  const _aRA = "associatedRoleArn";
@@ -63350,6 +64575,7 @@ const _aRAd = "additionalRoutesAvailable";
63350
64575
  const _aRAs = "associatedResourceAccessibility";
63351
64576
  const _aRAss = "associatedResourceArn";
63352
64577
  const _aRC = "acceptedRouteCount";
64578
+ const _aRP = "areRoutesPersisted";
63353
64579
  const _aRS = "associatedRoleSet";
63354
64580
  const _aRSu = "autoRecoverySupported";
63355
64581
  const _aRTS = "allocationResourceTagSet";
@@ -63433,12 +64659,14 @@ const _bIa = "baselineIops";
63433
64659
  const _bM = "bootMode";
63434
64660
  const _bMa = "bareMetal";
63435
64661
  const _bN = "bucketName";
63436
- const _bO = "bucketOwner";
64662
+ const _bO = "bgpOptions";
64663
+ const _bOu = "bucketOwner";
63437
64664
  const _bP = "burstablePerformance";
63438
64665
  const _bPAS = "blockPublicAccessStates";
63439
64666
  const _bPF = "baselinePerformanceFactors";
63440
64667
  const _bPS = "burstablePerformanceSupported";
63441
64668
  const _bS = "byoasnSet";
64669
+ const _bSf = "bfdStatus";
63442
64670
  const _bSg = "bgpStatus";
63443
64671
  const _bT = "bannerText";
63444
64672
  const _bTIMB = "baselineThroughputInMBps";
@@ -63696,8 +64924,9 @@ const _dis = "disks";
63696
64924
  const _do = "domain";
63697
64925
  const _du = "duration";
63698
64926
  const _e = "egress";
63699
- const _eA = "exclusionsAllowed";
64927
+ const _eA = "eniAddress";
63700
64928
  const _eAn = "enableAcceleration";
64929
+ const _eAx = "exclusionsAllowed";
63701
64930
  const _eB = "egressBytes";
63702
64931
  const _eC = "errorCode";
63703
64932
  const _eCTP = "excessCapacityTerminationPolicy";
@@ -63711,7 +64940,9 @@ const _eDf = "effectiveDate";
63711
64940
  const _eDn = "enableDns64";
63712
64941
  const _eDnd = "endpointDomain";
63713
64942
  const _eDv = "eventDescription";
64943
+ const _eEA = "endpointEniAddress";
63714
64944
  const _eEBD = "ebsEncryptionByDefault";
64945
+ const _eEI = "endpointEniId";
63715
64946
  const _eFRS = "egressFilterRuleSet";
63716
64947
  const _eGAI = "elasticGpuAssociationId";
63717
64948
  const _eGAS = "elasticGpuAssociationState";
@@ -63737,6 +64968,7 @@ const _eITSn = "encryptionInTransitSupported";
63737
64968
  const _eITSx = "excludedInstanceTypeSet";
63738
64969
  const _eIb = "ebsInfo";
63739
64970
  const _eIf = "efaInfo";
64971
+ const _eIn = "eniId";
63740
64972
  const _eIv = "eventInformation";
63741
64973
  const _eIve = "eventId";
63742
64974
  const _eIx = "exclusionId";
@@ -64234,6 +65466,7 @@ const _man = "manufacturer";
64234
65466
  const _mana = "managed";
64235
65467
  const _mar = "marketplace";
64236
65468
  const _me = "message";
65469
+ const _med = "med";
64237
65470
  const _mem = "member";
64238
65471
  const _met = "metric";
64239
65472
  const _mo = "monitoring";
@@ -64259,6 +65492,7 @@ const _nG = "natGateway";
64259
65492
  const _nGAS = "natGatewayAddressSet";
64260
65493
  const _nGI = "natGatewayId";
64261
65494
  const _nGS = "natGatewaySet";
65495
+ const _nHI = "nextHopIp";
64262
65496
  const _nI = "networkId";
64263
65497
  const _nIA = "networkInsightsAnalysis";
64264
65498
  const _nIAA = "networkInsightsAnalysisArn";
@@ -64427,6 +65661,7 @@ const _pK = "publicKey";
64427
65661
  const _pL = "prefixList";
64428
65662
  const _pLA = "prefixListArn";
64429
65663
  const _pLAS = "prefixListAssociationSet";
65664
+ const _pLD = "peerLivenessDetection";
64430
65665
  const _pLI = "prefixListId";
64431
65666
  const _pLIr = "prefixListIds";
64432
65667
  const _pLN = "prefixListName";
@@ -64441,9 +65676,11 @@ const _pO = "paymentOption";
64441
65676
  const _pOe = "peeringOptions";
64442
65677
  const _pP = "progressPercentage";
64443
65678
  const _pR = "ptrRecord";
65679
+ const _pRD = "persistRoutesDuration";
64444
65680
  const _pRN = "policyRuleNumber";
64445
65681
  const _pRNo = "policyReferenceName";
64446
65682
  const _pRS = "portRangeSet";
65683
+ const _pRSe = "persistRoutesState";
64447
65684
  const _pRU = "ptrRecordUpdate";
64448
65685
  const _pRa = "payerResponsibility";
64449
65686
  const _pRo = "portRange";
@@ -64520,6 +65757,7 @@ const _rGT = "ruleGroupType";
64520
65757
  const _rGTPS = "ruleGroupTypePairSet";
64521
65758
  const _rHS = "requireHibernateSupport";
64522
65759
  const _rI = "reportId";
65760
+ const _rIDS = "routeInstallationDetailSet";
64523
65761
  const _rII = "reservedInstancesId";
64524
65762
  const _rIIe = "reservedInstanceId";
64525
65763
  const _rILI = "reservedInstancesListingId";
@@ -64531,6 +65769,8 @@ const _rINCe = "remoteIpv6NetworkCidr";
64531
65769
  const _rIOI = "reservedInstancesOfferingId";
64532
65770
  const _rIOS = "reservedInstancesOfferingsSet";
64533
65771
  const _rIS = "reservedInstancesSet";
65772
+ const _rISR = "routeInstallationStatusReason";
65773
+ const _rISo = "routeInstallationStatus";
64534
65774
  const _rIVR = "reservedInstanceValueRollup";
64535
65775
  const _rIVS = "reservedInstanceValueSet";
64536
65776
  const _rIa = "ramdiskId";
@@ -64560,15 +65800,29 @@ const _rRVT = "replaceRootVolumeTask";
64560
65800
  const _rRVTI = "replaceRootVolumeTaskId";
64561
65801
  const _rRVTS = "replaceRootVolumeTaskSet";
64562
65802
  const _rS = "referenceSet";
65803
+ const _rSA = "routeServerAssociation";
65804
+ const _rSAS = "routeServerAssociationSet";
65805
+ const _rSE = "routeServerEndpoint";
65806
+ const _rSEI = "routeServerEndpointId";
65807
+ const _rSES = "routeServerEndpointSet";
64563
65808
  const _rSGRS = "revokedSecurityGroupRuleSet";
65809
+ const _rSI = "routeServerId";
65810
+ const _rSP = "routeServerPeer";
65811
+ const _rSPI = "routeServerPeerId";
65812
+ const _rSPS = "routeServerPeerSet";
65813
+ const _rSPSo = "routeServerPropagationSet";
65814
+ const _rSPo = "routeServerPropagation";
64564
65815
  const _rSS = "regionalSummarySet";
65816
+ const _rSSo = "routeServerSet";
64565
65817
  const _rST = "restoreStartTime";
64566
65818
  const _rSe = "reportSet";
64567
65819
  const _rSep = "replacementStrategy";
64568
65820
  const _rSes = "reservationSet";
64569
65821
  const _rSeso = "resourceStatement";
64570
65822
  const _rSesou = "resourceSet";
64571
- const _rSo = "routeSet";
65823
+ const _rSo = "routeServer";
65824
+ const _rSou = "routeSet";
65825
+ const _rSout = "routeStatus";
64572
65826
  const _rT = "reservationType";
64573
65827
  const _rTAI = "routeTableAssociationId";
64574
65828
  const _rTI = "routeTableId";
@@ -64695,6 +65949,7 @@ const _sMt = "statusMessage";
64695
65949
  const _sMta = "stateMessage";
64696
65950
  const _sN = "serviceName";
64697
65951
  const _sNA = "serviceNetworkArn";
65952
+ const _sNE = "snsNotificationsEnabled";
64698
65953
  const _sNN = "serviceNetworkName";
64699
65954
  const _sNS = "serviceNameSet";
64700
65955
  const _sNSr = "sriovNetSupport";
@@ -64737,6 +65992,7 @@ const _sSub = "subnetSet";
64737
65992
  const _sSup = "supportedStrategies";
64738
65993
  const _sSy = "systemStatus";
64739
65994
  const _sT = "startTime";
65995
+ const _sTA = "snsTopicArn";
64740
65996
  const _sTC = "spotTargetCapacity";
64741
65997
  const _sTD = "snapshotTaskDetail";
64742
65998
  const _sTFR = "storeTaskFailureReason";