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

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.