@aws-sdk/client-ec2 3.186.0 → 3.188.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 (716) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-cjs/protocols/Aws_ec2.js +8 -4
  3. package/dist-es/EC2.js +2170 -2177
  4. package/dist-es/EC2Client.js +22 -28
  5. package/dist-es/commands/AcceptReservedInstancesExchangeQuoteCommand.js +21 -28
  6. package/dist-es/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +21 -28
  7. package/dist-es/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +21 -28
  8. package/dist-es/commands/AcceptTransitGatewayVpcAttachmentCommand.js +21 -28
  9. package/dist-es/commands/AcceptVpcEndpointConnectionsCommand.js +21 -28
  10. package/dist-es/commands/AcceptVpcPeeringConnectionCommand.js +21 -28
  11. package/dist-es/commands/AdvertiseByoipCidrCommand.js +21 -28
  12. package/dist-es/commands/AllocateAddressCommand.js +21 -28
  13. package/dist-es/commands/AllocateHostsCommand.js +21 -28
  14. package/dist-es/commands/AllocateIpamPoolCidrCommand.js +21 -28
  15. package/dist-es/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +21 -28
  16. package/dist-es/commands/AssignIpv6AddressesCommand.js +21 -28
  17. package/dist-es/commands/AssignPrivateIpAddressesCommand.js +21 -28
  18. package/dist-es/commands/AssociateAddressCommand.js +21 -28
  19. package/dist-es/commands/AssociateClientVpnTargetNetworkCommand.js +21 -28
  20. package/dist-es/commands/AssociateDhcpOptionsCommand.js +22 -29
  21. package/dist-es/commands/AssociateEnclaveCertificateIamRoleCommand.js +21 -28
  22. package/dist-es/commands/AssociateIamInstanceProfileCommand.js +21 -28
  23. package/dist-es/commands/AssociateInstanceEventWindowCommand.js +21 -28
  24. package/dist-es/commands/AssociateRouteTableCommand.js +21 -28
  25. package/dist-es/commands/AssociateSubnetCidrBlockCommand.js +21 -28
  26. package/dist-es/commands/AssociateTransitGatewayMulticastDomainCommand.js +21 -28
  27. package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +21 -28
  28. package/dist-es/commands/AssociateTransitGatewayRouteTableCommand.js +21 -28
  29. package/dist-es/commands/AssociateTrunkInterfaceCommand.js +21 -28
  30. package/dist-es/commands/AssociateVpcCidrBlockCommand.js +21 -28
  31. package/dist-es/commands/AttachClassicLinkVpcCommand.js +21 -28
  32. package/dist-es/commands/AttachInternetGatewayCommand.js +22 -29
  33. package/dist-es/commands/AttachNetworkInterfaceCommand.js +21 -28
  34. package/dist-es/commands/AttachVolumeCommand.js +21 -28
  35. package/dist-es/commands/AttachVpnGatewayCommand.js +21 -28
  36. package/dist-es/commands/AuthorizeClientVpnIngressCommand.js +21 -28
  37. package/dist-es/commands/AuthorizeSecurityGroupEgressCommand.js +21 -28
  38. package/dist-es/commands/AuthorizeSecurityGroupIngressCommand.js +21 -28
  39. package/dist-es/commands/BundleInstanceCommand.js +21 -28
  40. package/dist-es/commands/CancelBundleTaskCommand.js +21 -28
  41. package/dist-es/commands/CancelCapacityReservationCommand.js +21 -28
  42. package/dist-es/commands/CancelCapacityReservationFleetsCommand.js +21 -28
  43. package/dist-es/commands/CancelConversionTaskCommand.js +22 -29
  44. package/dist-es/commands/CancelExportTaskCommand.js +22 -29
  45. package/dist-es/commands/CancelImportTaskCommand.js +21 -28
  46. package/dist-es/commands/CancelReservedInstancesListingCommand.js +21 -28
  47. package/dist-es/commands/CancelSpotFleetRequestsCommand.js +21 -28
  48. package/dist-es/commands/CancelSpotInstanceRequestsCommand.js +21 -28
  49. package/dist-es/commands/ConfirmProductInstanceCommand.js +21 -28
  50. package/dist-es/commands/CopyFpgaImageCommand.js +21 -28
  51. package/dist-es/commands/CopyImageCommand.js +21 -28
  52. package/dist-es/commands/CopySnapshotCommand.js +21 -28
  53. package/dist-es/commands/CreateCapacityReservationCommand.js +21 -28
  54. package/dist-es/commands/CreateCapacityReservationFleetCommand.js +21 -28
  55. package/dist-es/commands/CreateCarrierGatewayCommand.js +21 -28
  56. package/dist-es/commands/CreateClientVpnEndpointCommand.js +21 -28
  57. package/dist-es/commands/CreateClientVpnRouteCommand.js +21 -28
  58. package/dist-es/commands/CreateCoipCidrCommand.js +21 -28
  59. package/dist-es/commands/CreateCoipPoolCommand.js +21 -28
  60. package/dist-es/commands/CreateCustomerGatewayCommand.js +21 -28
  61. package/dist-es/commands/CreateDefaultSubnetCommand.js +21 -28
  62. package/dist-es/commands/CreateDefaultVpcCommand.js +21 -28
  63. package/dist-es/commands/CreateDhcpOptionsCommand.js +21 -28
  64. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +21 -28
  65. package/dist-es/commands/CreateFleetCommand.js +21 -28
  66. package/dist-es/commands/CreateFlowLogsCommand.js +21 -28
  67. package/dist-es/commands/CreateFpgaImageCommand.js +21 -28
  68. package/dist-es/commands/CreateImageCommand.js +21 -28
  69. package/dist-es/commands/CreateInstanceEventWindowCommand.js +21 -28
  70. package/dist-es/commands/CreateInstanceExportTaskCommand.js +21 -28
  71. package/dist-es/commands/CreateInternetGatewayCommand.js +21 -28
  72. package/dist-es/commands/CreateIpamCommand.js +21 -28
  73. package/dist-es/commands/CreateIpamPoolCommand.js +21 -28
  74. package/dist-es/commands/CreateIpamScopeCommand.js +21 -28
  75. package/dist-es/commands/CreateKeyPairCommand.js +21 -28
  76. package/dist-es/commands/CreateLaunchTemplateCommand.js +21 -28
  77. package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +21 -28
  78. package/dist-es/commands/CreateLocalGatewayRouteCommand.js +21 -28
  79. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +21 -28
  80. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +21 -28
  81. package/dist-es/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +21 -28
  82. package/dist-es/commands/CreateManagedPrefixListCommand.js +21 -28
  83. package/dist-es/commands/CreateNatGatewayCommand.js +21 -28
  84. package/dist-es/commands/CreateNetworkAclCommand.js +21 -28
  85. package/dist-es/commands/CreateNetworkAclEntryCommand.js +22 -29
  86. package/dist-es/commands/CreateNetworkInsightsAccessScopeCommand.js +21 -28
  87. package/dist-es/commands/CreateNetworkInsightsPathCommand.js +21 -28
  88. package/dist-es/commands/CreateNetworkInterfaceCommand.js +21 -28
  89. package/dist-es/commands/CreateNetworkInterfacePermissionCommand.js +21 -28
  90. package/dist-es/commands/CreatePlacementGroupCommand.js +21 -28
  91. package/dist-es/commands/CreatePublicIpv4PoolCommand.js +21 -28
  92. package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +21 -28
  93. package/dist-es/commands/CreateReservedInstancesListingCommand.js +21 -28
  94. package/dist-es/commands/CreateRestoreImageTaskCommand.js +21 -28
  95. package/dist-es/commands/CreateRouteCommand.js +21 -28
  96. package/dist-es/commands/CreateRouteTableCommand.js +21 -28
  97. package/dist-es/commands/CreateSecurityGroupCommand.js +21 -28
  98. package/dist-es/commands/CreateSnapshotCommand.js +21 -28
  99. package/dist-es/commands/CreateSnapshotsCommand.js +21 -28
  100. package/dist-es/commands/CreateSpotDatafeedSubscriptionCommand.js +21 -28
  101. package/dist-es/commands/CreateStoreImageTaskCommand.js +21 -28
  102. package/dist-es/commands/CreateSubnetCidrReservationCommand.js +21 -28
  103. package/dist-es/commands/CreateSubnetCommand.js +21 -28
  104. package/dist-es/commands/CreateTagsCommand.js +22 -29
  105. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +21 -28
  106. package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +21 -28
  107. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +21 -28
  108. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +21 -28
  109. package/dist-es/commands/CreateTransitGatewayCommand.js +21 -28
  110. package/dist-es/commands/CreateTransitGatewayConnectCommand.js +21 -28
  111. package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +21 -28
  112. package/dist-es/commands/CreateTransitGatewayMulticastDomainCommand.js +21 -28
  113. package/dist-es/commands/CreateTransitGatewayPeeringAttachmentCommand.js +21 -28
  114. package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +21 -28
  115. package/dist-es/commands/CreateTransitGatewayPrefixListReferenceCommand.js +21 -28
  116. package/dist-es/commands/CreateTransitGatewayRouteCommand.js +21 -28
  117. package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +21 -28
  118. package/dist-es/commands/CreateTransitGatewayRouteTableCommand.js +21 -28
  119. package/dist-es/commands/CreateTransitGatewayVpcAttachmentCommand.js +21 -28
  120. package/dist-es/commands/CreateVolumeCommand.js +21 -28
  121. package/dist-es/commands/CreateVpcCommand.js +21 -28
  122. package/dist-es/commands/CreateVpcEndpointCommand.js +21 -28
  123. package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +21 -28
  124. package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +21 -28
  125. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +21 -28
  126. package/dist-es/commands/CreateVpnConnectionCommand.js +21 -28
  127. package/dist-es/commands/CreateVpnConnectionRouteCommand.js +22 -29
  128. package/dist-es/commands/CreateVpnGatewayCommand.js +21 -28
  129. package/dist-es/commands/DeleteCarrierGatewayCommand.js +21 -28
  130. package/dist-es/commands/DeleteClientVpnEndpointCommand.js +21 -28
  131. package/dist-es/commands/DeleteClientVpnRouteCommand.js +21 -28
  132. package/dist-es/commands/DeleteCoipCidrCommand.js +21 -28
  133. package/dist-es/commands/DeleteCoipPoolCommand.js +21 -28
  134. package/dist-es/commands/DeleteCustomerGatewayCommand.js +22 -29
  135. package/dist-es/commands/DeleteDhcpOptionsCommand.js +22 -29
  136. package/dist-es/commands/DeleteEgressOnlyInternetGatewayCommand.js +21 -28
  137. package/dist-es/commands/DeleteFleetsCommand.js +21 -28
  138. package/dist-es/commands/DeleteFlowLogsCommand.js +21 -28
  139. package/dist-es/commands/DeleteFpgaImageCommand.js +21 -28
  140. package/dist-es/commands/DeleteInstanceEventWindowCommand.js +21 -28
  141. package/dist-es/commands/DeleteInternetGatewayCommand.js +22 -29
  142. package/dist-es/commands/DeleteIpamCommand.js +21 -28
  143. package/dist-es/commands/DeleteIpamPoolCommand.js +21 -28
  144. package/dist-es/commands/DeleteIpamScopeCommand.js +21 -28
  145. package/dist-es/commands/DeleteKeyPairCommand.js +22 -29
  146. package/dist-es/commands/DeleteLaunchTemplateCommand.js +21 -28
  147. package/dist-es/commands/DeleteLaunchTemplateVersionsCommand.js +21 -28
  148. package/dist-es/commands/DeleteLocalGatewayRouteCommand.js +21 -28
  149. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +21 -28
  150. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +21 -28
  151. package/dist-es/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +21 -28
  152. package/dist-es/commands/DeleteManagedPrefixListCommand.js +21 -28
  153. package/dist-es/commands/DeleteNatGatewayCommand.js +21 -28
  154. package/dist-es/commands/DeleteNetworkAclCommand.js +22 -29
  155. package/dist-es/commands/DeleteNetworkAclEntryCommand.js +22 -29
  156. package/dist-es/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +21 -28
  157. package/dist-es/commands/DeleteNetworkInsightsAccessScopeCommand.js +21 -28
  158. package/dist-es/commands/DeleteNetworkInsightsAnalysisCommand.js +21 -28
  159. package/dist-es/commands/DeleteNetworkInsightsPathCommand.js +21 -28
  160. package/dist-es/commands/DeleteNetworkInterfaceCommand.js +22 -29
  161. package/dist-es/commands/DeleteNetworkInterfacePermissionCommand.js +21 -28
  162. package/dist-es/commands/DeletePlacementGroupCommand.js +22 -29
  163. package/dist-es/commands/DeletePublicIpv4PoolCommand.js +21 -28
  164. package/dist-es/commands/DeleteQueuedReservedInstancesCommand.js +21 -28
  165. package/dist-es/commands/DeleteRouteCommand.js +22 -29
  166. package/dist-es/commands/DeleteRouteTableCommand.js +22 -29
  167. package/dist-es/commands/DeleteSecurityGroupCommand.js +22 -29
  168. package/dist-es/commands/DeleteSnapshotCommand.js +22 -29
  169. package/dist-es/commands/DeleteSpotDatafeedSubscriptionCommand.js +22 -29
  170. package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +21 -28
  171. package/dist-es/commands/DeleteSubnetCommand.js +22 -29
  172. package/dist-es/commands/DeleteTagsCommand.js +22 -29
  173. package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +21 -28
  174. package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +21 -28
  175. package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +21 -28
  176. package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +21 -28
  177. package/dist-es/commands/DeleteTransitGatewayCommand.js +21 -28
  178. package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +21 -28
  179. package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +21 -28
  180. package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +21 -28
  181. package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +21 -28
  182. package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +21 -28
  183. package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +21 -28
  184. package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +21 -28
  185. package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +21 -28
  186. package/dist-es/commands/DeleteTransitGatewayRouteTableCommand.js +21 -28
  187. package/dist-es/commands/DeleteTransitGatewayVpcAttachmentCommand.js +21 -28
  188. package/dist-es/commands/DeleteVolumeCommand.js +22 -29
  189. package/dist-es/commands/DeleteVpcCommand.js +22 -29
  190. package/dist-es/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +21 -28
  191. package/dist-es/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +21 -28
  192. package/dist-es/commands/DeleteVpcEndpointsCommand.js +21 -28
  193. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +21 -28
  194. package/dist-es/commands/DeleteVpnConnectionCommand.js +22 -29
  195. package/dist-es/commands/DeleteVpnConnectionRouteCommand.js +22 -29
  196. package/dist-es/commands/DeleteVpnGatewayCommand.js +22 -29
  197. package/dist-es/commands/DeprovisionByoipCidrCommand.js +21 -28
  198. package/dist-es/commands/DeprovisionIpamPoolCidrCommand.js +21 -28
  199. package/dist-es/commands/DeprovisionPublicIpv4PoolCidrCommand.js +21 -28
  200. package/dist-es/commands/DeregisterImageCommand.js +22 -29
  201. package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +21 -28
  202. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +21 -28
  203. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +21 -28
  204. package/dist-es/commands/DescribeAccountAttributesCommand.js +21 -28
  205. package/dist-es/commands/DescribeAddressesAttributeCommand.js +21 -28
  206. package/dist-es/commands/DescribeAddressesCommand.js +21 -28
  207. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +21 -28
  208. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +21 -28
  209. package/dist-es/commands/DescribeBundleTasksCommand.js +21 -28
  210. package/dist-es/commands/DescribeByoipCidrsCommand.js +21 -28
  211. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +21 -28
  212. package/dist-es/commands/DescribeCapacityReservationsCommand.js +21 -28
  213. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +21 -28
  214. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +21 -28
  215. package/dist-es/commands/DescribeClientVpnAuthorizationRulesCommand.js +21 -28
  216. package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +21 -28
  217. package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +21 -28
  218. package/dist-es/commands/DescribeClientVpnRoutesCommand.js +21 -28
  219. package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +21 -28
  220. package/dist-es/commands/DescribeCoipPoolsCommand.js +21 -28
  221. package/dist-es/commands/DescribeConversionTasksCommand.js +21 -28
  222. package/dist-es/commands/DescribeCustomerGatewaysCommand.js +21 -28
  223. package/dist-es/commands/DescribeDhcpOptionsCommand.js +21 -28
  224. package/dist-es/commands/DescribeEgressOnlyInternetGatewaysCommand.js +21 -28
  225. package/dist-es/commands/DescribeElasticGpusCommand.js +21 -28
  226. package/dist-es/commands/DescribeExportImageTasksCommand.js +21 -28
  227. package/dist-es/commands/DescribeExportTasksCommand.js +21 -28
  228. package/dist-es/commands/DescribeFastLaunchImagesCommand.js +21 -28
  229. package/dist-es/commands/DescribeFastSnapshotRestoresCommand.js +21 -28
  230. package/dist-es/commands/DescribeFleetHistoryCommand.js +21 -28
  231. package/dist-es/commands/DescribeFleetInstancesCommand.js +21 -28
  232. package/dist-es/commands/DescribeFleetsCommand.js +21 -28
  233. package/dist-es/commands/DescribeFlowLogsCommand.js +21 -28
  234. package/dist-es/commands/DescribeFpgaImageAttributeCommand.js +21 -28
  235. package/dist-es/commands/DescribeFpgaImagesCommand.js +21 -28
  236. package/dist-es/commands/DescribeHostReservationOfferingsCommand.js +21 -28
  237. package/dist-es/commands/DescribeHostReservationsCommand.js +21 -28
  238. package/dist-es/commands/DescribeHostsCommand.js +21 -28
  239. package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +21 -28
  240. package/dist-es/commands/DescribeIdFormatCommand.js +21 -28
  241. package/dist-es/commands/DescribeIdentityIdFormatCommand.js +21 -28
  242. package/dist-es/commands/DescribeImageAttributeCommand.js +21 -28
  243. package/dist-es/commands/DescribeImagesCommand.js +21 -28
  244. package/dist-es/commands/DescribeImportImageTasksCommand.js +21 -28
  245. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +21 -28
  246. package/dist-es/commands/DescribeInstanceAttributeCommand.js +21 -28
  247. package/dist-es/commands/DescribeInstanceCreditSpecificationsCommand.js +21 -28
  248. package/dist-es/commands/DescribeInstanceEventNotificationAttributesCommand.js +21 -28
  249. package/dist-es/commands/DescribeInstanceEventWindowsCommand.js +21 -28
  250. package/dist-es/commands/DescribeInstanceStatusCommand.js +21 -28
  251. package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +21 -28
  252. package/dist-es/commands/DescribeInstanceTypesCommand.js +21 -28
  253. package/dist-es/commands/DescribeInstancesCommand.js +21 -28
  254. package/dist-es/commands/DescribeInternetGatewaysCommand.js +21 -28
  255. package/dist-es/commands/DescribeIpamPoolsCommand.js +21 -28
  256. package/dist-es/commands/DescribeIpamScopesCommand.js +21 -28
  257. package/dist-es/commands/DescribeIpamsCommand.js +21 -28
  258. package/dist-es/commands/DescribeIpv6PoolsCommand.js +21 -28
  259. package/dist-es/commands/DescribeKeyPairsCommand.js +21 -28
  260. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +21 -28
  261. package/dist-es/commands/DescribeLaunchTemplatesCommand.js +21 -28
  262. package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +21 -28
  263. package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +21 -28
  264. package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +21 -28
  265. package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +21 -28
  266. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +21 -28
  267. package/dist-es/commands/DescribeLocalGatewaysCommand.js +21 -28
  268. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +21 -28
  269. package/dist-es/commands/DescribeMovingAddressesCommand.js +21 -28
  270. package/dist-es/commands/DescribeNatGatewaysCommand.js +21 -28
  271. package/dist-es/commands/DescribeNetworkAclsCommand.js +21 -28
  272. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +21 -28
  273. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +21 -28
  274. package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +21 -28
  275. package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +21 -28
  276. package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +21 -28
  277. package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +21 -28
  278. package/dist-es/commands/DescribeNetworkInterfacesCommand.js +21 -28
  279. package/dist-es/commands/DescribePlacementGroupsCommand.js +21 -28
  280. package/dist-es/commands/DescribePrefixListsCommand.js +21 -28
  281. package/dist-es/commands/DescribePrincipalIdFormatCommand.js +21 -28
  282. package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +21 -28
  283. package/dist-es/commands/DescribeRegionsCommand.js +21 -28
  284. package/dist-es/commands/DescribeReplaceRootVolumeTasksCommand.js +21 -28
  285. package/dist-es/commands/DescribeReservedInstancesCommand.js +21 -28
  286. package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +21 -28
  287. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +21 -28
  288. package/dist-es/commands/DescribeReservedInstancesOfferingsCommand.js +21 -28
  289. package/dist-es/commands/DescribeRouteTablesCommand.js +21 -28
  290. package/dist-es/commands/DescribeScheduledInstanceAvailabilityCommand.js +21 -28
  291. package/dist-es/commands/DescribeScheduledInstancesCommand.js +21 -28
  292. package/dist-es/commands/DescribeSecurityGroupReferencesCommand.js +21 -28
  293. package/dist-es/commands/DescribeSecurityGroupRulesCommand.js +21 -28
  294. package/dist-es/commands/DescribeSecurityGroupsCommand.js +21 -28
  295. package/dist-es/commands/DescribeSnapshotAttributeCommand.js +21 -28
  296. package/dist-es/commands/DescribeSnapshotTierStatusCommand.js +21 -28
  297. package/dist-es/commands/DescribeSnapshotsCommand.js +21 -28
  298. package/dist-es/commands/DescribeSpotDatafeedSubscriptionCommand.js +21 -28
  299. package/dist-es/commands/DescribeSpotFleetInstancesCommand.js +21 -28
  300. package/dist-es/commands/DescribeSpotFleetRequestHistoryCommand.js +21 -28
  301. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +21 -28
  302. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +21 -28
  303. package/dist-es/commands/DescribeSpotPriceHistoryCommand.js +21 -28
  304. package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +21 -28
  305. package/dist-es/commands/DescribeStoreImageTasksCommand.js +21 -28
  306. package/dist-es/commands/DescribeSubnetsCommand.js +21 -28
  307. package/dist-es/commands/DescribeTagsCommand.js +21 -28
  308. package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +21 -28
  309. package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +21 -28
  310. package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +21 -28
  311. package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +21 -28
  312. package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +21 -28
  313. package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +21 -28
  314. package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +21 -28
  315. package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +21 -28
  316. package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +21 -28
  317. package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +21 -28
  318. package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +21 -28
  319. package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +21 -28
  320. package/dist-es/commands/DescribeTransitGatewaysCommand.js +21 -28
  321. package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +21 -28
  322. package/dist-es/commands/DescribeVolumeAttributeCommand.js +21 -28
  323. package/dist-es/commands/DescribeVolumeStatusCommand.js +21 -28
  324. package/dist-es/commands/DescribeVolumesCommand.js +21 -28
  325. package/dist-es/commands/DescribeVolumesModificationsCommand.js +21 -28
  326. package/dist-es/commands/DescribeVpcAttributeCommand.js +21 -28
  327. package/dist-es/commands/DescribeVpcClassicLinkCommand.js +21 -28
  328. package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +21 -28
  329. package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +21 -28
  330. package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +21 -28
  331. package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +21 -28
  332. package/dist-es/commands/DescribeVpcEndpointServicePermissionsCommand.js +21 -28
  333. package/dist-es/commands/DescribeVpcEndpointServicesCommand.js +21 -28
  334. package/dist-es/commands/DescribeVpcEndpointsCommand.js +21 -28
  335. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +21 -28
  336. package/dist-es/commands/DescribeVpcsCommand.js +21 -28
  337. package/dist-es/commands/DescribeVpnConnectionsCommand.js +21 -28
  338. package/dist-es/commands/DescribeVpnGatewaysCommand.js +21 -28
  339. package/dist-es/commands/DetachClassicLinkVpcCommand.js +21 -28
  340. package/dist-es/commands/DetachInternetGatewayCommand.js +22 -29
  341. package/dist-es/commands/DetachNetworkInterfaceCommand.js +22 -29
  342. package/dist-es/commands/DetachVolumeCommand.js +21 -28
  343. package/dist-es/commands/DetachVpnGatewayCommand.js +22 -29
  344. package/dist-es/commands/DisableEbsEncryptionByDefaultCommand.js +21 -28
  345. package/dist-es/commands/DisableFastLaunchCommand.js +21 -28
  346. package/dist-es/commands/DisableFastSnapshotRestoresCommand.js +21 -28
  347. package/dist-es/commands/DisableImageDeprecationCommand.js +21 -28
  348. package/dist-es/commands/DisableIpamOrganizationAdminAccountCommand.js +21 -28
  349. package/dist-es/commands/DisableSerialConsoleAccessCommand.js +21 -28
  350. package/dist-es/commands/DisableTransitGatewayRouteTablePropagationCommand.js +21 -28
  351. package/dist-es/commands/DisableVgwRoutePropagationCommand.js +22 -29
  352. package/dist-es/commands/DisableVpcClassicLinkCommand.js +21 -28
  353. package/dist-es/commands/DisableVpcClassicLinkDnsSupportCommand.js +21 -28
  354. package/dist-es/commands/DisassociateAddressCommand.js +22 -29
  355. package/dist-es/commands/DisassociateClientVpnTargetNetworkCommand.js +21 -28
  356. package/dist-es/commands/DisassociateEnclaveCertificateIamRoleCommand.js +21 -28
  357. package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +21 -28
  358. package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +21 -28
  359. package/dist-es/commands/DisassociateRouteTableCommand.js +22 -29
  360. package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +21 -28
  361. package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +21 -28
  362. package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +21 -28
  363. package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +21 -28
  364. package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +21 -28
  365. package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +21 -28
  366. package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +21 -28
  367. package/dist-es/commands/EnableFastLaunchCommand.js +21 -28
  368. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +21 -28
  369. package/dist-es/commands/EnableImageDeprecationCommand.js +21 -28
  370. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +21 -28
  371. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +21 -28
  372. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +21 -28
  373. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +22 -29
  374. package/dist-es/commands/EnableVolumeIOCommand.js +22 -29
  375. package/dist-es/commands/EnableVpcClassicLinkCommand.js +21 -28
  376. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +21 -28
  377. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +21 -28
  378. package/dist-es/commands/ExportClientVpnClientConfigurationCommand.js +21 -28
  379. package/dist-es/commands/ExportImageCommand.js +21 -28
  380. package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +21 -28
  381. package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +21 -28
  382. package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +21 -28
  383. package/dist-es/commands/GetCapacityReservationUsageCommand.js +21 -28
  384. package/dist-es/commands/GetCoipPoolUsageCommand.js +21 -28
  385. package/dist-es/commands/GetConsoleOutputCommand.js +21 -28
  386. package/dist-es/commands/GetConsoleScreenshotCommand.js +21 -28
  387. package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +21 -28
  388. package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +21 -28
  389. package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +21 -28
  390. package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +21 -28
  391. package/dist-es/commands/GetGroupsForCapacityReservationCommand.js +21 -28
  392. package/dist-es/commands/GetHostReservationPurchasePreviewCommand.js +21 -28
  393. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +21 -28
  394. package/dist-es/commands/GetInstanceUefiDataCommand.js +21 -28
  395. package/dist-es/commands/GetIpamAddressHistoryCommand.js +21 -28
  396. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +21 -28
  397. package/dist-es/commands/GetIpamPoolCidrsCommand.js +21 -28
  398. package/dist-es/commands/GetIpamResourceCidrsCommand.js +21 -28
  399. package/dist-es/commands/GetLaunchTemplateDataCommand.js +21 -28
  400. package/dist-es/commands/GetManagedPrefixListAssociationsCommand.js +21 -28
  401. package/dist-es/commands/GetManagedPrefixListEntriesCommand.js +21 -28
  402. package/dist-es/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +21 -28
  403. package/dist-es/commands/GetNetworkInsightsAccessScopeContentCommand.js +21 -28
  404. package/dist-es/commands/GetPasswordDataCommand.js +21 -28
  405. package/dist-es/commands/GetReservedInstancesExchangeQuoteCommand.js +21 -28
  406. package/dist-es/commands/GetSerialConsoleAccessStatusCommand.js +21 -28
  407. package/dist-es/commands/GetSpotPlacementScoresCommand.js +21 -28
  408. package/dist-es/commands/GetSubnetCidrReservationsCommand.js +21 -28
  409. package/dist-es/commands/GetTransitGatewayAttachmentPropagationsCommand.js +21 -28
  410. package/dist-es/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +21 -28
  411. package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +21 -28
  412. package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +21 -28
  413. package/dist-es/commands/GetTransitGatewayPrefixListReferencesCommand.js +21 -28
  414. package/dist-es/commands/GetTransitGatewayRouteTableAssociationsCommand.js +21 -28
  415. package/dist-es/commands/GetTransitGatewayRouteTablePropagationsCommand.js +21 -28
  416. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +21 -28
  417. package/dist-es/commands/GetVpnConnectionDeviceTypesCommand.js +21 -28
  418. package/dist-es/commands/ImportClientVpnClientCertificateRevocationListCommand.js +21 -28
  419. package/dist-es/commands/ImportImageCommand.js +21 -28
  420. package/dist-es/commands/ImportInstanceCommand.js +21 -28
  421. package/dist-es/commands/ImportKeyPairCommand.js +21 -28
  422. package/dist-es/commands/ImportSnapshotCommand.js +21 -28
  423. package/dist-es/commands/ImportVolumeCommand.js +21 -28
  424. package/dist-es/commands/ListImagesInRecycleBinCommand.js +21 -28
  425. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +21 -28
  426. package/dist-es/commands/ModifyAddressAttributeCommand.js +21 -28
  427. package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +21 -28
  428. package/dist-es/commands/ModifyCapacityReservationCommand.js +21 -28
  429. package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +21 -28
  430. package/dist-es/commands/ModifyClientVpnEndpointCommand.js +21 -28
  431. package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +21 -28
  432. package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +21 -28
  433. package/dist-es/commands/ModifyFleetCommand.js +21 -28
  434. package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +21 -28
  435. package/dist-es/commands/ModifyHostsCommand.js +21 -28
  436. package/dist-es/commands/ModifyIdFormatCommand.js +22 -29
  437. package/dist-es/commands/ModifyIdentityIdFormatCommand.js +22 -29
  438. package/dist-es/commands/ModifyImageAttributeCommand.js +22 -29
  439. package/dist-es/commands/ModifyInstanceAttributeCommand.js +22 -29
  440. package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +21 -28
  441. package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +21 -28
  442. package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +21 -28
  443. package/dist-es/commands/ModifyInstanceEventWindowCommand.js +21 -28
  444. package/dist-es/commands/ModifyInstanceMaintenanceOptionsCommand.js +21 -28
  445. package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +21 -28
  446. package/dist-es/commands/ModifyInstancePlacementCommand.js +21 -28
  447. package/dist-es/commands/ModifyIpamCommand.js +21 -28
  448. package/dist-es/commands/ModifyIpamPoolCommand.js +21 -28
  449. package/dist-es/commands/ModifyIpamResourceCidrCommand.js +21 -28
  450. package/dist-es/commands/ModifyIpamScopeCommand.js +21 -28
  451. package/dist-es/commands/ModifyLaunchTemplateCommand.js +21 -28
  452. package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +21 -28
  453. package/dist-es/commands/ModifyManagedPrefixListCommand.js +21 -28
  454. package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +22 -29
  455. package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +21 -28
  456. package/dist-es/commands/ModifyReservedInstancesCommand.js +21 -28
  457. package/dist-es/commands/ModifySecurityGroupRulesCommand.js +21 -28
  458. package/dist-es/commands/ModifySnapshotAttributeCommand.js +22 -29
  459. package/dist-es/commands/ModifySnapshotTierCommand.js +21 -28
  460. package/dist-es/commands/ModifySpotFleetRequestCommand.js +21 -28
  461. package/dist-es/commands/ModifySubnetAttributeCommand.js +22 -29
  462. package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +21 -28
  463. package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +21 -28
  464. package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +21 -28
  465. package/dist-es/commands/ModifyTransitGatewayCommand.js +21 -28
  466. package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +21 -28
  467. package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +21 -28
  468. package/dist-es/commands/ModifyVolumeAttributeCommand.js +22 -29
  469. package/dist-es/commands/ModifyVolumeCommand.js +21 -28
  470. package/dist-es/commands/ModifyVpcAttributeCommand.js +22 -29
  471. package/dist-es/commands/ModifyVpcEndpointCommand.js +21 -28
  472. package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +21 -28
  473. package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +21 -28
  474. package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +21 -28
  475. package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +21 -28
  476. package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +21 -28
  477. package/dist-es/commands/ModifyVpcTenancyCommand.js +21 -28
  478. package/dist-es/commands/ModifyVpnConnectionCommand.js +21 -28
  479. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +21 -28
  480. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +21 -28
  481. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +21 -28
  482. package/dist-es/commands/MonitorInstancesCommand.js +21 -28
  483. package/dist-es/commands/MoveAddressToVpcCommand.js +21 -28
  484. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +21 -28
  485. package/dist-es/commands/ProvisionByoipCidrCommand.js +21 -28
  486. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +21 -28
  487. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +21 -28
  488. package/dist-es/commands/PurchaseHostReservationCommand.js +21 -28
  489. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +21 -28
  490. package/dist-es/commands/PurchaseScheduledInstancesCommand.js +21 -28
  491. package/dist-es/commands/RebootInstancesCommand.js +22 -29
  492. package/dist-es/commands/RegisterImageCommand.js +21 -28
  493. package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +21 -28
  494. package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +21 -28
  495. package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +21 -28
  496. package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +21 -28
  497. package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +21 -28
  498. package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +21 -28
  499. package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +21 -28
  500. package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +21 -28
  501. package/dist-es/commands/ReleaseAddressCommand.js +22 -29
  502. package/dist-es/commands/ReleaseHostsCommand.js +21 -28
  503. package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +21 -28
  504. package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +21 -28
  505. package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +21 -28
  506. package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +22 -29
  507. package/dist-es/commands/ReplaceRouteCommand.js +22 -29
  508. package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +21 -28
  509. package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +21 -28
  510. package/dist-es/commands/ReportInstanceStatusCommand.js +22 -29
  511. package/dist-es/commands/RequestSpotFleetCommand.js +21 -28
  512. package/dist-es/commands/RequestSpotInstancesCommand.js +21 -28
  513. package/dist-es/commands/ResetAddressAttributeCommand.js +21 -28
  514. package/dist-es/commands/ResetEbsDefaultKmsKeyIdCommand.js +21 -28
  515. package/dist-es/commands/ResetFpgaImageAttributeCommand.js +21 -28
  516. package/dist-es/commands/ResetImageAttributeCommand.js +22 -29
  517. package/dist-es/commands/ResetInstanceAttributeCommand.js +22 -29
  518. package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +22 -29
  519. package/dist-es/commands/ResetSnapshotAttributeCommand.js +22 -29
  520. package/dist-es/commands/RestoreAddressToClassicCommand.js +21 -28
  521. package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +21 -28
  522. package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +21 -28
  523. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +21 -28
  524. package/dist-es/commands/RestoreSnapshotTierCommand.js +21 -28
  525. package/dist-es/commands/RevokeClientVpnIngressCommand.js +21 -28
  526. package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +21 -28
  527. package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +21 -28
  528. package/dist-es/commands/RunInstancesCommand.js +21 -28
  529. package/dist-es/commands/RunScheduledInstancesCommand.js +21 -28
  530. package/dist-es/commands/SearchLocalGatewayRoutesCommand.js +21 -28
  531. package/dist-es/commands/SearchTransitGatewayMulticastGroupsCommand.js +21 -28
  532. package/dist-es/commands/SearchTransitGatewayRoutesCommand.js +21 -28
  533. package/dist-es/commands/SendDiagnosticInterruptCommand.js +22 -29
  534. package/dist-es/commands/StartInstancesCommand.js +21 -28
  535. package/dist-es/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +21 -28
  536. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +21 -28
  537. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +21 -28
  538. package/dist-es/commands/StopInstancesCommand.js +21 -28
  539. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +21 -28
  540. package/dist-es/commands/TerminateInstancesCommand.js +21 -28
  541. package/dist-es/commands/UnassignIpv6AddressesCommand.js +21 -28
  542. package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +22 -29
  543. package/dist-es/commands/UnmonitorInstancesCommand.js +21 -28
  544. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +21 -28
  545. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +21 -28
  546. package/dist-es/commands/WithdrawByoipCidrCommand.js +21 -28
  547. package/dist-es/endpoints.js +8 -8
  548. package/dist-es/models/EC2ServiceException.js +5 -10
  549. package/dist-es/models/models_0.js +696 -233
  550. package/dist-es/models/models_1.js +696 -232
  551. package/dist-es/models/models_2.js +765 -256
  552. package/dist-es/models/models_3.js +726 -243
  553. package/dist-es/models/models_4.js +831 -278
  554. package/dist-es/models/models_5.js +857 -287
  555. package/dist-es/models/models_6.js +457 -153
  556. package/dist-es/pagination/DescribeAddressesAttributePaginator.js +25 -68
  557. package/dist-es/pagination/DescribeByoipCidrsPaginator.js +25 -68
  558. package/dist-es/pagination/DescribeCapacityReservationFleetsPaginator.js +25 -68
  559. package/dist-es/pagination/DescribeCapacityReservationsPaginator.js +25 -68
  560. package/dist-es/pagination/DescribeCarrierGatewaysPaginator.js +25 -68
  561. package/dist-es/pagination/DescribeClassicLinkInstancesPaginator.js +25 -68
  562. package/dist-es/pagination/DescribeClientVpnAuthorizationRulesPaginator.js +25 -68
  563. package/dist-es/pagination/DescribeClientVpnConnectionsPaginator.js +25 -68
  564. package/dist-es/pagination/DescribeClientVpnEndpointsPaginator.js +25 -68
  565. package/dist-es/pagination/DescribeClientVpnRoutesPaginator.js +25 -68
  566. package/dist-es/pagination/DescribeClientVpnTargetNetworksPaginator.js +25 -68
  567. package/dist-es/pagination/DescribeCoipPoolsPaginator.js +25 -68
  568. package/dist-es/pagination/DescribeDhcpOptionsPaginator.js +25 -68
  569. package/dist-es/pagination/DescribeEgressOnlyInternetGatewaysPaginator.js +25 -68
  570. package/dist-es/pagination/DescribeExportImageTasksPaginator.js +25 -68
  571. package/dist-es/pagination/DescribeFastLaunchImagesPaginator.js +25 -68
  572. package/dist-es/pagination/DescribeFastSnapshotRestoresPaginator.js +25 -68
  573. package/dist-es/pagination/DescribeFleetsPaginator.js +25 -68
  574. package/dist-es/pagination/DescribeFlowLogsPaginator.js +25 -68
  575. package/dist-es/pagination/DescribeFpgaImagesPaginator.js +25 -68
  576. package/dist-es/pagination/DescribeHostReservationOfferingsPaginator.js +25 -68
  577. package/dist-es/pagination/DescribeHostReservationsPaginator.js +25 -68
  578. package/dist-es/pagination/DescribeHostsPaginator.js +25 -68
  579. package/dist-es/pagination/DescribeIamInstanceProfileAssociationsPaginator.js +25 -68
  580. package/dist-es/pagination/DescribeImportImageTasksPaginator.js +25 -68
  581. package/dist-es/pagination/DescribeImportSnapshotTasksPaginator.js +25 -68
  582. package/dist-es/pagination/DescribeInstanceCreditSpecificationsPaginator.js +25 -68
  583. package/dist-es/pagination/DescribeInstanceEventWindowsPaginator.js +25 -68
  584. package/dist-es/pagination/DescribeInstanceStatusPaginator.js +25 -68
  585. package/dist-es/pagination/DescribeInstanceTypeOfferingsPaginator.js +25 -68
  586. package/dist-es/pagination/DescribeInstanceTypesPaginator.js +25 -68
  587. package/dist-es/pagination/DescribeInstancesPaginator.js +25 -68
  588. package/dist-es/pagination/DescribeInternetGatewaysPaginator.js +25 -68
  589. package/dist-es/pagination/DescribeIpamPoolsPaginator.js +25 -68
  590. package/dist-es/pagination/DescribeIpamScopesPaginator.js +25 -68
  591. package/dist-es/pagination/DescribeIpamsPaginator.js +25 -68
  592. package/dist-es/pagination/DescribeIpv6PoolsPaginator.js +25 -68
  593. package/dist-es/pagination/DescribeLaunchTemplateVersionsPaginator.js +25 -68
  594. package/dist-es/pagination/DescribeLaunchTemplatesPaginator.js +25 -68
  595. package/dist-es/pagination/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsPaginator.js +25 -68
  596. package/dist-es/pagination/DescribeLocalGatewayRouteTableVpcAssociationsPaginator.js +25 -68
  597. package/dist-es/pagination/DescribeLocalGatewayRouteTablesPaginator.js +25 -68
  598. package/dist-es/pagination/DescribeLocalGatewayVirtualInterfaceGroupsPaginator.js +25 -68
  599. package/dist-es/pagination/DescribeLocalGatewayVirtualInterfacesPaginator.js +25 -68
  600. package/dist-es/pagination/DescribeLocalGatewaysPaginator.js +25 -68
  601. package/dist-es/pagination/DescribeManagedPrefixListsPaginator.js +25 -68
  602. package/dist-es/pagination/DescribeMovingAddressesPaginator.js +25 -68
  603. package/dist-es/pagination/DescribeNatGatewaysPaginator.js +25 -68
  604. package/dist-es/pagination/DescribeNetworkAclsPaginator.js +25 -68
  605. package/dist-es/pagination/DescribeNetworkInsightsAccessScopeAnalysesPaginator.js +25 -68
  606. package/dist-es/pagination/DescribeNetworkInsightsAccessScopesPaginator.js +25 -68
  607. package/dist-es/pagination/DescribeNetworkInsightsAnalysesPaginator.js +25 -68
  608. package/dist-es/pagination/DescribeNetworkInsightsPathsPaginator.js +25 -68
  609. package/dist-es/pagination/DescribeNetworkInterfacePermissionsPaginator.js +25 -68
  610. package/dist-es/pagination/DescribeNetworkInterfacesPaginator.js +25 -68
  611. package/dist-es/pagination/DescribePrefixListsPaginator.js +25 -68
  612. package/dist-es/pagination/DescribePrincipalIdFormatPaginator.js +25 -68
  613. package/dist-es/pagination/DescribePublicIpv4PoolsPaginator.js +25 -68
  614. package/dist-es/pagination/DescribeReplaceRootVolumeTasksPaginator.js +25 -68
  615. package/dist-es/pagination/DescribeReservedInstancesModificationsPaginator.js +24 -67
  616. package/dist-es/pagination/DescribeReservedInstancesOfferingsPaginator.js +25 -68
  617. package/dist-es/pagination/DescribeRouteTablesPaginator.js +25 -68
  618. package/dist-es/pagination/DescribeScheduledInstanceAvailabilityPaginator.js +25 -68
  619. package/dist-es/pagination/DescribeScheduledInstancesPaginator.js +25 -68
  620. package/dist-es/pagination/DescribeSecurityGroupRulesPaginator.js +25 -68
  621. package/dist-es/pagination/DescribeSecurityGroupsPaginator.js +25 -68
  622. package/dist-es/pagination/DescribeSnapshotTierStatusPaginator.js +25 -68
  623. package/dist-es/pagination/DescribeSnapshotsPaginator.js +25 -68
  624. package/dist-es/pagination/DescribeSpotFleetRequestsPaginator.js +25 -68
  625. package/dist-es/pagination/DescribeSpotInstanceRequestsPaginator.js +25 -68
  626. package/dist-es/pagination/DescribeSpotPriceHistoryPaginator.js +25 -68
  627. package/dist-es/pagination/DescribeStaleSecurityGroupsPaginator.js +25 -68
  628. package/dist-es/pagination/DescribeStoreImageTasksPaginator.js +25 -68
  629. package/dist-es/pagination/DescribeSubnetsPaginator.js +25 -68
  630. package/dist-es/pagination/DescribeTagsPaginator.js +25 -68
  631. package/dist-es/pagination/DescribeTrafficMirrorFiltersPaginator.js +25 -68
  632. package/dist-es/pagination/DescribeTrafficMirrorSessionsPaginator.js +25 -68
  633. package/dist-es/pagination/DescribeTrafficMirrorTargetsPaginator.js +25 -68
  634. package/dist-es/pagination/DescribeTransitGatewayAttachmentsPaginator.js +25 -68
  635. package/dist-es/pagination/DescribeTransitGatewayConnectPeersPaginator.js +25 -68
  636. package/dist-es/pagination/DescribeTransitGatewayConnectsPaginator.js +25 -68
  637. package/dist-es/pagination/DescribeTransitGatewayMulticastDomainsPaginator.js +25 -68
  638. package/dist-es/pagination/DescribeTransitGatewayPeeringAttachmentsPaginator.js +25 -68
  639. package/dist-es/pagination/DescribeTransitGatewayPolicyTablesPaginator.js +25 -68
  640. package/dist-es/pagination/DescribeTransitGatewayRouteTableAnnouncementsPaginator.js +25 -68
  641. package/dist-es/pagination/DescribeTransitGatewayRouteTablesPaginator.js +25 -68
  642. package/dist-es/pagination/DescribeTransitGatewayVpcAttachmentsPaginator.js +25 -68
  643. package/dist-es/pagination/DescribeTransitGatewaysPaginator.js +25 -68
  644. package/dist-es/pagination/DescribeTrunkInterfaceAssociationsPaginator.js +25 -68
  645. package/dist-es/pagination/DescribeVolumeStatusPaginator.js +25 -68
  646. package/dist-es/pagination/DescribeVolumesModificationsPaginator.js +25 -68
  647. package/dist-es/pagination/DescribeVolumesPaginator.js +25 -68
  648. package/dist-es/pagination/DescribeVpcClassicLinkDnsSupportPaginator.js +25 -68
  649. package/dist-es/pagination/DescribeVpcEndpointConnectionNotificationsPaginator.js +25 -68
  650. package/dist-es/pagination/DescribeVpcEndpointConnectionsPaginator.js +25 -68
  651. package/dist-es/pagination/DescribeVpcEndpointServiceConfigurationsPaginator.js +25 -68
  652. package/dist-es/pagination/DescribeVpcEndpointServicePermissionsPaginator.js +25 -68
  653. package/dist-es/pagination/DescribeVpcEndpointsPaginator.js +25 -68
  654. package/dist-es/pagination/DescribeVpcPeeringConnectionsPaginator.js +25 -68
  655. package/dist-es/pagination/DescribeVpcsPaginator.js +25 -68
  656. package/dist-es/pagination/GetAssociatedIpv6PoolCidrsPaginator.js +25 -68
  657. package/dist-es/pagination/GetGroupsForCapacityReservationPaginator.js +25 -68
  658. package/dist-es/pagination/GetInstanceTypesFromInstanceRequirementsPaginator.js +25 -68
  659. package/dist-es/pagination/GetIpamAddressHistoryPaginator.js +25 -68
  660. package/dist-es/pagination/GetIpamPoolAllocationsPaginator.js +25 -68
  661. package/dist-es/pagination/GetIpamPoolCidrsPaginator.js +25 -68
  662. package/dist-es/pagination/GetIpamResourceCidrsPaginator.js +25 -68
  663. package/dist-es/pagination/GetManagedPrefixListAssociationsPaginator.js +25 -68
  664. package/dist-es/pagination/GetManagedPrefixListEntriesPaginator.js +25 -68
  665. package/dist-es/pagination/GetSpotPlacementScoresPaginator.js +25 -68
  666. package/dist-es/pagination/GetTransitGatewayAttachmentPropagationsPaginator.js +25 -68
  667. package/dist-es/pagination/GetTransitGatewayMulticastDomainAssociationsPaginator.js +25 -68
  668. package/dist-es/pagination/GetTransitGatewayPolicyTableAssociationsPaginator.js +25 -68
  669. package/dist-es/pagination/GetTransitGatewayPrefixListReferencesPaginator.js +25 -68
  670. package/dist-es/pagination/GetTransitGatewayRouteTableAssociationsPaginator.js +25 -68
  671. package/dist-es/pagination/GetTransitGatewayRouteTablePropagationsPaginator.js +25 -68
  672. package/dist-es/pagination/GetVpnConnectionDeviceTypesPaginator.js +25 -68
  673. package/dist-es/pagination/ListImagesInRecycleBinPaginator.js +25 -68
  674. package/dist-es/pagination/ListSnapshotsInRecycleBinPaginator.js +25 -68
  675. package/dist-es/pagination/SearchLocalGatewayRoutesPaginator.js +25 -68
  676. package/dist-es/pagination/SearchTransitGatewayMulticastGroupsPaginator.js +25 -68
  677. package/dist-es/protocols/Aws_ec2.js +29616 -39623
  678. package/dist-es/runtimeConfig.browser.js +26 -12
  679. package/dist-es/runtimeConfig.js +30 -12
  680. package/dist-es/runtimeConfig.native.js +8 -5
  681. package/dist-es/runtimeConfig.shared.js +8 -11
  682. package/dist-es/waiters/waitForBundleTaskComplete.js +50 -91
  683. package/dist-es/waiters/waitForConversionTaskCancelled.js +36 -67
  684. package/dist-es/waiters/waitForConversionTaskCompleted.js +64 -115
  685. package/dist-es/waiters/waitForConversionTaskDeleted.js +36 -67
  686. package/dist-es/waiters/waitForCustomerGatewayAvailable.js +64 -115
  687. package/dist-es/waiters/waitForExportTaskCancelled.js +36 -67
  688. package/dist-es/waiters/waitForExportTaskCompleted.js +36 -67
  689. package/dist-es/waiters/waitForImageAvailable.js +50 -91
  690. package/dist-es/waiters/waitForImageExists.js +31 -51
  691. package/dist-es/waiters/waitForInstanceExists.js +31 -51
  692. package/dist-es/waiters/waitForInstanceRunning.js +96 -157
  693. package/dist-es/waiters/waitForInstanceStatusOk.js +38 -69
  694. package/dist-es/waiters/waitForInstanceStopped.js +76 -127
  695. package/dist-es/waiters/waitForInstanceTerminated.js +76 -127
  696. package/dist-es/waiters/waitForInternetGatewayExists.js +34 -54
  697. package/dist-es/waiters/waitForKeyPairExists.js +34 -54
  698. package/dist-es/waiters/waitForNatGatewayAvailable.js +80 -141
  699. package/dist-es/waiters/waitForNatGatewayDeleted.js +38 -69
  700. package/dist-es/waiters/waitForNetworkInterfaceAvailable.js +38 -69
  701. package/dist-es/waiters/waitForPasswordDataAvailable.js +28 -48
  702. package/dist-es/waiters/waitForSecurityGroupExists.js +34 -54
  703. package/dist-es/waiters/waitForSnapshotCompleted.js +50 -91
  704. package/dist-es/waiters/waitForSpotInstanceRequestFulfilled.js +111 -192
  705. package/dist-es/waiters/waitForSubnetAvailable.js +36 -67
  706. package/dist-es/waiters/waitForSystemStatusOk.js +36 -67
  707. package/dist-es/waiters/waitForVolumeAvailable.js +50 -91
  708. package/dist-es/waiters/waitForVolumeDeleted.js +38 -69
  709. package/dist-es/waiters/waitForVolumeInUse.js +50 -91
  710. package/dist-es/waiters/waitForVpcAvailable.js +36 -67
  711. package/dist-es/waiters/waitForVpcExists.js +23 -42
  712. package/dist-es/waiters/waitForVpcPeeringConnectionDeleted.js +38 -69
  713. package/dist-es/waiters/waitForVpcPeeringConnectionExists.js +23 -42
  714. package/dist-es/waiters/waitForVpnConnectionAvailable.js +64 -115
  715. package/dist-es/waiters/waitForVpnConnectionDeleted.js +50 -91
  716. package/package.json +36 -37
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.188.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.187.0...v3.188.0) (2022-10-13)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ec2
9
+
10
+
11
+
12
+
13
+
6
14
  # [3.186.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.185.0...v3.186.0) (2022-10-06)
7
15
 
8
16
 
@@ -24,7 +24,6 @@ exports.deserializeAws_ec2RequestSpotInstancesCommand = exports.deserializeAws_e
24
24
  exports.deserializeAws_ec2WithdrawByoipCidrCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsIngressCommand = exports.deserializeAws_ec2UpdateSecurityGroupRuleDescriptionsEgressCommand = exports.deserializeAws_ec2UnmonitorInstancesCommand = exports.deserializeAws_ec2UnassignPrivateIpAddressesCommand = exports.deserializeAws_ec2UnassignIpv6AddressesCommand = exports.deserializeAws_ec2TerminateInstancesCommand = exports.deserializeAws_ec2TerminateClientVpnConnectionsCommand = exports.deserializeAws_ec2StopInstancesCommand = exports.deserializeAws_ec2StartVpcEndpointServicePrivateDnsVerificationCommand = exports.deserializeAws_ec2StartNetworkInsightsAnalysisCommand = exports.deserializeAws_ec2StartNetworkInsightsAccessScopeAnalysisCommand = exports.deserializeAws_ec2StartInstancesCommand = exports.deserializeAws_ec2SendDiagnosticInterruptCommand = exports.deserializeAws_ec2SearchTransitGatewayRoutesCommand = exports.deserializeAws_ec2SearchTransitGatewayMulticastGroupsCommand = exports.deserializeAws_ec2SearchLocalGatewayRoutesCommand = exports.deserializeAws_ec2RunScheduledInstancesCommand = exports.deserializeAws_ec2RunInstancesCommand = exports.deserializeAws_ec2RevokeSecurityGroupIngressCommand = exports.deserializeAws_ec2RevokeSecurityGroupEgressCommand = exports.deserializeAws_ec2RevokeClientVpnIngressCommand = exports.deserializeAws_ec2RestoreSnapshotTierCommand = exports.deserializeAws_ec2RestoreSnapshotFromRecycleBinCommand = exports.deserializeAws_ec2RestoreManagedPrefixListVersionCommand = exports.deserializeAws_ec2RestoreImageFromRecycleBinCommand = exports.deserializeAws_ec2RestoreAddressToClassicCommand = exports.deserializeAws_ec2ResetSnapshotAttributeCommand = exports.deserializeAws_ec2ResetNetworkInterfaceAttributeCommand = exports.deserializeAws_ec2ResetInstanceAttributeCommand = exports.deserializeAws_ec2ResetImageAttributeCommand = exports.deserializeAws_ec2ResetFpgaImageAttributeCommand = exports.deserializeAws_ec2ResetEbsDefaultKmsKeyIdCommand = exports.deserializeAws_ec2ResetAddressAttributeCommand = void 0;
25
25
  const protocol_http_1 = require("@aws-sdk/protocol-http");
26
26
  const smithy_client_1 = require("@aws-sdk/smithy-client");
27
- const entities_1 = require("entities");
28
27
  const fast_xml_parser_1 = require("fast-xml-parser");
29
28
  const uuid_1 = require("uuid");
30
29
  const EC2ServiceException_1 = require("../models/EC2ServiceException");
@@ -63858,13 +63857,18 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
63858
63857
  };
63859
63858
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
63860
63859
  if (encoded.length) {
63861
- const parsedObj = (0, fast_xml_parser_1.parse)(encoded, {
63860
+ const parser = new fast_xml_parser_1.XMLParser({
63862
63861
  attributeNamePrefix: "",
63862
+ htmlEntities: true,
63863
63863
  ignoreAttributes: false,
63864
- parseNodeValue: false,
63864
+ ignoreDeclaration: true,
63865
+ parseTagValue: false,
63865
63866
  trimValues: false,
63866
- tagValueProcessor: (val) => (val.trim() === "" && val.includes("\n") ? "" : (0, entities_1.decodeHTML)(val)),
63867
+ tagValueProcessor: (_, val) => (val.trim() === "" && val.includes("\n") ? "" : undefined),
63867
63868
  });
63869
+ parser.addEntity("#xD", "\r");
63870
+ parser.addEntity("#10", "\n");
63871
+ const parsedObj = parser.parse(encoded);
63868
63872
  const textNodeName = "#text";
63869
63873
  const key = Object.keys(parsedObj)[0];
63870
63874
  const parsedObjToReturn = parsedObj[key];