@aws-sdk/client-ec2 3.193.0 → 3.196.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 (2200) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist-cjs/EC2Client.js +11 -8
  3. package/dist-cjs/commands/AcceptReservedInstancesExchangeQuoteCommand.js +10 -0
  4. package/dist-cjs/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
  5. package/dist-cjs/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +10 -0
  6. package/dist-cjs/commands/AcceptTransitGatewayVpcAttachmentCommand.js +10 -0
  7. package/dist-cjs/commands/AcceptVpcEndpointConnectionsCommand.js +10 -0
  8. package/dist-cjs/commands/AcceptVpcPeeringConnectionCommand.js +10 -0
  9. package/dist-cjs/commands/AdvertiseByoipCidrCommand.js +10 -0
  10. package/dist-cjs/commands/AllocateAddressCommand.js +10 -0
  11. package/dist-cjs/commands/AllocateHostsCommand.js +10 -0
  12. package/dist-cjs/commands/AllocateIpamPoolCidrCommand.js +10 -0
  13. package/dist-cjs/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +10 -0
  14. package/dist-cjs/commands/AssignIpv6AddressesCommand.js +10 -0
  15. package/dist-cjs/commands/AssignPrivateIpAddressesCommand.js +10 -0
  16. package/dist-cjs/commands/AssociateAddressCommand.js +10 -0
  17. package/dist-cjs/commands/AssociateClientVpnTargetNetworkCommand.js +10 -0
  18. package/dist-cjs/commands/AssociateDhcpOptionsCommand.js +10 -0
  19. package/dist-cjs/commands/AssociateEnclaveCertificateIamRoleCommand.js +10 -0
  20. package/dist-cjs/commands/AssociateIamInstanceProfileCommand.js +10 -0
  21. package/dist-cjs/commands/AssociateInstanceEventWindowCommand.js +10 -0
  22. package/dist-cjs/commands/AssociateRouteTableCommand.js +10 -0
  23. package/dist-cjs/commands/AssociateSubnetCidrBlockCommand.js +10 -0
  24. package/dist-cjs/commands/AssociateTransitGatewayMulticastDomainCommand.js +10 -0
  25. package/dist-cjs/commands/AssociateTransitGatewayPolicyTableCommand.js +10 -0
  26. package/dist-cjs/commands/AssociateTransitGatewayRouteTableCommand.js +10 -0
  27. package/dist-cjs/commands/AssociateTrunkInterfaceCommand.js +10 -0
  28. package/dist-cjs/commands/AssociateVpcCidrBlockCommand.js +10 -0
  29. package/dist-cjs/commands/AttachClassicLinkVpcCommand.js +10 -0
  30. package/dist-cjs/commands/AttachInternetGatewayCommand.js +10 -0
  31. package/dist-cjs/commands/AttachNetworkInterfaceCommand.js +10 -0
  32. package/dist-cjs/commands/AttachVolumeCommand.js +10 -0
  33. package/dist-cjs/commands/AttachVpnGatewayCommand.js +10 -0
  34. package/dist-cjs/commands/AuthorizeClientVpnIngressCommand.js +10 -0
  35. package/dist-cjs/commands/AuthorizeSecurityGroupEgressCommand.js +10 -0
  36. package/dist-cjs/commands/AuthorizeSecurityGroupIngressCommand.js +10 -0
  37. package/dist-cjs/commands/BundleInstanceCommand.js +10 -0
  38. package/dist-cjs/commands/CancelBundleTaskCommand.js +10 -0
  39. package/dist-cjs/commands/CancelCapacityReservationCommand.js +10 -0
  40. package/dist-cjs/commands/CancelCapacityReservationFleetsCommand.js +10 -0
  41. package/dist-cjs/commands/CancelConversionTaskCommand.js +10 -0
  42. package/dist-cjs/commands/CancelExportTaskCommand.js +10 -0
  43. package/dist-cjs/commands/CancelImportTaskCommand.js +10 -0
  44. package/dist-cjs/commands/CancelReservedInstancesListingCommand.js +10 -0
  45. package/dist-cjs/commands/CancelSpotFleetRequestsCommand.js +10 -0
  46. package/dist-cjs/commands/CancelSpotInstanceRequestsCommand.js +10 -0
  47. package/dist-cjs/commands/ConfirmProductInstanceCommand.js +10 -0
  48. package/dist-cjs/commands/CopyFpgaImageCommand.js +10 -0
  49. package/dist-cjs/commands/CopyImageCommand.js +10 -0
  50. package/dist-cjs/commands/CopySnapshotCommand.js +10 -0
  51. package/dist-cjs/commands/CreateCapacityReservationCommand.js +10 -0
  52. package/dist-cjs/commands/CreateCapacityReservationFleetCommand.js +10 -0
  53. package/dist-cjs/commands/CreateCarrierGatewayCommand.js +10 -0
  54. package/dist-cjs/commands/CreateClientVpnEndpointCommand.js +10 -0
  55. package/dist-cjs/commands/CreateClientVpnRouteCommand.js +10 -0
  56. package/dist-cjs/commands/CreateCoipCidrCommand.js +10 -0
  57. package/dist-cjs/commands/CreateCoipPoolCommand.js +10 -0
  58. package/dist-cjs/commands/CreateCustomerGatewayCommand.js +10 -0
  59. package/dist-cjs/commands/CreateDefaultSubnetCommand.js +10 -0
  60. package/dist-cjs/commands/CreateDefaultVpcCommand.js +10 -0
  61. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +10 -0
  62. package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +10 -0
  63. package/dist-cjs/commands/CreateFleetCommand.js +10 -0
  64. package/dist-cjs/commands/CreateFlowLogsCommand.js +10 -0
  65. package/dist-cjs/commands/CreateFpgaImageCommand.js +10 -0
  66. package/dist-cjs/commands/CreateImageCommand.js +10 -0
  67. package/dist-cjs/commands/CreateInstanceEventWindowCommand.js +10 -0
  68. package/dist-cjs/commands/CreateInstanceExportTaskCommand.js +10 -0
  69. package/dist-cjs/commands/CreateInternetGatewayCommand.js +10 -0
  70. package/dist-cjs/commands/CreateIpamCommand.js +10 -0
  71. package/dist-cjs/commands/CreateIpamPoolCommand.js +10 -0
  72. package/dist-cjs/commands/CreateIpamScopeCommand.js +10 -0
  73. package/dist-cjs/commands/CreateKeyPairCommand.js +10 -0
  74. package/dist-cjs/commands/CreateLaunchTemplateCommand.js +10 -0
  75. package/dist-cjs/commands/CreateLaunchTemplateVersionCommand.js +10 -0
  76. package/dist-cjs/commands/CreateLocalGatewayRouteCommand.js +10 -0
  77. package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +10 -0
  78. package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
  79. package/dist-cjs/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
  80. package/dist-cjs/commands/CreateManagedPrefixListCommand.js +10 -0
  81. package/dist-cjs/commands/CreateNatGatewayCommand.js +10 -0
  82. package/dist-cjs/commands/CreateNetworkAclCommand.js +10 -0
  83. package/dist-cjs/commands/CreateNetworkAclEntryCommand.js +10 -0
  84. package/dist-cjs/commands/CreateNetworkInsightsAccessScopeCommand.js +10 -0
  85. package/dist-cjs/commands/CreateNetworkInsightsPathCommand.js +10 -0
  86. package/dist-cjs/commands/CreateNetworkInterfaceCommand.js +10 -0
  87. package/dist-cjs/commands/CreateNetworkInterfacePermissionCommand.js +10 -0
  88. package/dist-cjs/commands/CreatePlacementGroupCommand.js +10 -0
  89. package/dist-cjs/commands/CreatePublicIpv4PoolCommand.js +10 -0
  90. package/dist-cjs/commands/CreateReplaceRootVolumeTaskCommand.js +10 -0
  91. package/dist-cjs/commands/CreateReservedInstancesListingCommand.js +10 -0
  92. package/dist-cjs/commands/CreateRestoreImageTaskCommand.js +10 -0
  93. package/dist-cjs/commands/CreateRouteCommand.js +10 -0
  94. package/dist-cjs/commands/CreateRouteTableCommand.js +10 -0
  95. package/dist-cjs/commands/CreateSecurityGroupCommand.js +10 -0
  96. package/dist-cjs/commands/CreateSnapshotCommand.js +10 -0
  97. package/dist-cjs/commands/CreateSnapshotsCommand.js +10 -0
  98. package/dist-cjs/commands/CreateSpotDatafeedSubscriptionCommand.js +10 -0
  99. package/dist-cjs/commands/CreateStoreImageTaskCommand.js +10 -0
  100. package/dist-cjs/commands/CreateSubnetCidrReservationCommand.js +10 -0
  101. package/dist-cjs/commands/CreateSubnetCommand.js +10 -0
  102. package/dist-cjs/commands/CreateTagsCommand.js +10 -0
  103. package/dist-cjs/commands/CreateTrafficMirrorFilterCommand.js +10 -0
  104. package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +10 -0
  105. package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +10 -0
  106. package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +10 -0
  107. package/dist-cjs/commands/CreateTransitGatewayCommand.js +10 -0
  108. package/dist-cjs/commands/CreateTransitGatewayConnectCommand.js +10 -0
  109. package/dist-cjs/commands/CreateTransitGatewayConnectPeerCommand.js +10 -0
  110. package/dist-cjs/commands/CreateTransitGatewayMulticastDomainCommand.js +10 -0
  111. package/dist-cjs/commands/CreateTransitGatewayPeeringAttachmentCommand.js +10 -0
  112. package/dist-cjs/commands/CreateTransitGatewayPolicyTableCommand.js +10 -0
  113. package/dist-cjs/commands/CreateTransitGatewayPrefixListReferenceCommand.js +10 -0
  114. package/dist-cjs/commands/CreateTransitGatewayRouteCommand.js +10 -0
  115. package/dist-cjs/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +10 -0
  116. package/dist-cjs/commands/CreateTransitGatewayRouteTableCommand.js +10 -0
  117. package/dist-cjs/commands/CreateTransitGatewayVpcAttachmentCommand.js +10 -0
  118. package/dist-cjs/commands/CreateVolumeCommand.js +10 -0
  119. package/dist-cjs/commands/CreateVpcCommand.js +10 -0
  120. package/dist-cjs/commands/CreateVpcEndpointCommand.js +10 -0
  121. package/dist-cjs/commands/CreateVpcEndpointConnectionNotificationCommand.js +10 -0
  122. package/dist-cjs/commands/CreateVpcEndpointServiceConfigurationCommand.js +10 -0
  123. package/dist-cjs/commands/CreateVpcPeeringConnectionCommand.js +10 -0
  124. package/dist-cjs/commands/CreateVpnConnectionCommand.js +10 -0
  125. package/dist-cjs/commands/CreateVpnConnectionRouteCommand.js +10 -0
  126. package/dist-cjs/commands/CreateVpnGatewayCommand.js +10 -0
  127. package/dist-cjs/commands/DeleteCarrierGatewayCommand.js +10 -0
  128. package/dist-cjs/commands/DeleteClientVpnEndpointCommand.js +10 -0
  129. package/dist-cjs/commands/DeleteClientVpnRouteCommand.js +10 -0
  130. package/dist-cjs/commands/DeleteCoipCidrCommand.js +10 -0
  131. package/dist-cjs/commands/DeleteCoipPoolCommand.js +10 -0
  132. package/dist-cjs/commands/DeleteCustomerGatewayCommand.js +10 -0
  133. package/dist-cjs/commands/DeleteDhcpOptionsCommand.js +10 -0
  134. package/dist-cjs/commands/DeleteEgressOnlyInternetGatewayCommand.js +10 -0
  135. package/dist-cjs/commands/DeleteFleetsCommand.js +10 -0
  136. package/dist-cjs/commands/DeleteFlowLogsCommand.js +10 -0
  137. package/dist-cjs/commands/DeleteFpgaImageCommand.js +10 -0
  138. package/dist-cjs/commands/DeleteInstanceEventWindowCommand.js +10 -0
  139. package/dist-cjs/commands/DeleteInternetGatewayCommand.js +10 -0
  140. package/dist-cjs/commands/DeleteIpamCommand.js +10 -0
  141. package/dist-cjs/commands/DeleteIpamPoolCommand.js +10 -0
  142. package/dist-cjs/commands/DeleteIpamScopeCommand.js +10 -0
  143. package/dist-cjs/commands/DeleteKeyPairCommand.js +10 -0
  144. package/dist-cjs/commands/DeleteLaunchTemplateCommand.js +10 -0
  145. package/dist-cjs/commands/DeleteLaunchTemplateVersionsCommand.js +10 -0
  146. package/dist-cjs/commands/DeleteLocalGatewayRouteCommand.js +10 -0
  147. package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +10 -0
  148. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
  149. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
  150. package/dist-cjs/commands/DeleteManagedPrefixListCommand.js +10 -0
  151. package/dist-cjs/commands/DeleteNatGatewayCommand.js +10 -0
  152. package/dist-cjs/commands/DeleteNetworkAclCommand.js +10 -0
  153. package/dist-cjs/commands/DeleteNetworkAclEntryCommand.js +10 -0
  154. package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
  155. package/dist-cjs/commands/DeleteNetworkInsightsAccessScopeCommand.js +10 -0
  156. package/dist-cjs/commands/DeleteNetworkInsightsAnalysisCommand.js +10 -0
  157. package/dist-cjs/commands/DeleteNetworkInsightsPathCommand.js +10 -0
  158. package/dist-cjs/commands/DeleteNetworkInterfaceCommand.js +10 -0
  159. package/dist-cjs/commands/DeleteNetworkInterfacePermissionCommand.js +10 -0
  160. package/dist-cjs/commands/DeletePlacementGroupCommand.js +10 -0
  161. package/dist-cjs/commands/DeletePublicIpv4PoolCommand.js +10 -0
  162. package/dist-cjs/commands/DeleteQueuedReservedInstancesCommand.js +10 -0
  163. package/dist-cjs/commands/DeleteRouteCommand.js +10 -0
  164. package/dist-cjs/commands/DeleteRouteTableCommand.js +10 -0
  165. package/dist-cjs/commands/DeleteSecurityGroupCommand.js +10 -0
  166. package/dist-cjs/commands/DeleteSnapshotCommand.js +10 -0
  167. package/dist-cjs/commands/DeleteSpotDatafeedSubscriptionCommand.js +10 -0
  168. package/dist-cjs/commands/DeleteSubnetCidrReservationCommand.js +10 -0
  169. package/dist-cjs/commands/DeleteSubnetCommand.js +10 -0
  170. package/dist-cjs/commands/DeleteTagsCommand.js +10 -0
  171. package/dist-cjs/commands/DeleteTrafficMirrorFilterCommand.js +10 -0
  172. package/dist-cjs/commands/DeleteTrafficMirrorFilterRuleCommand.js +10 -0
  173. package/dist-cjs/commands/DeleteTrafficMirrorSessionCommand.js +10 -0
  174. package/dist-cjs/commands/DeleteTrafficMirrorTargetCommand.js +10 -0
  175. package/dist-cjs/commands/DeleteTransitGatewayCommand.js +10 -0
  176. package/dist-cjs/commands/DeleteTransitGatewayConnectCommand.js +10 -0
  177. package/dist-cjs/commands/DeleteTransitGatewayConnectPeerCommand.js +10 -0
  178. package/dist-cjs/commands/DeleteTransitGatewayMulticastDomainCommand.js +10 -0
  179. package/dist-cjs/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +10 -0
  180. package/dist-cjs/commands/DeleteTransitGatewayPolicyTableCommand.js +10 -0
  181. package/dist-cjs/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +10 -0
  182. package/dist-cjs/commands/DeleteTransitGatewayRouteCommand.js +10 -0
  183. package/dist-cjs/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +10 -0
  184. package/dist-cjs/commands/DeleteTransitGatewayRouteTableCommand.js +10 -0
  185. package/dist-cjs/commands/DeleteTransitGatewayVpcAttachmentCommand.js +10 -0
  186. package/dist-cjs/commands/DeleteVolumeCommand.js +10 -0
  187. package/dist-cjs/commands/DeleteVpcCommand.js +10 -0
  188. package/dist-cjs/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +10 -0
  189. package/dist-cjs/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +10 -0
  190. package/dist-cjs/commands/DeleteVpcEndpointsCommand.js +10 -0
  191. package/dist-cjs/commands/DeleteVpcPeeringConnectionCommand.js +10 -0
  192. package/dist-cjs/commands/DeleteVpnConnectionCommand.js +10 -0
  193. package/dist-cjs/commands/DeleteVpnConnectionRouteCommand.js +10 -0
  194. package/dist-cjs/commands/DeleteVpnGatewayCommand.js +10 -0
  195. package/dist-cjs/commands/DeprovisionByoipCidrCommand.js +10 -0
  196. package/dist-cjs/commands/DeprovisionIpamPoolCidrCommand.js +10 -0
  197. package/dist-cjs/commands/DeprovisionPublicIpv4PoolCidrCommand.js +10 -0
  198. package/dist-cjs/commands/DeregisterImageCommand.js +10 -0
  199. package/dist-cjs/commands/DeregisterInstanceEventNotificationAttributesCommand.js +10 -0
  200. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
  201. package/dist-cjs/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
  202. package/dist-cjs/commands/DescribeAccountAttributesCommand.js +10 -0
  203. package/dist-cjs/commands/DescribeAddressesAttributeCommand.js +10 -0
  204. package/dist-cjs/commands/DescribeAddressesCommand.js +10 -0
  205. package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +10 -0
  206. package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +10 -0
  207. package/dist-cjs/commands/DescribeBundleTasksCommand.js +10 -0
  208. package/dist-cjs/commands/DescribeByoipCidrsCommand.js +10 -0
  209. package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +10 -0
  210. package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +10 -0
  211. package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +10 -0
  212. package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +10 -0
  213. package/dist-cjs/commands/DescribeClientVpnAuthorizationRulesCommand.js +10 -0
  214. package/dist-cjs/commands/DescribeClientVpnConnectionsCommand.js +10 -0
  215. package/dist-cjs/commands/DescribeClientVpnEndpointsCommand.js +10 -0
  216. package/dist-cjs/commands/DescribeClientVpnRoutesCommand.js +10 -0
  217. package/dist-cjs/commands/DescribeClientVpnTargetNetworksCommand.js +10 -0
  218. package/dist-cjs/commands/DescribeCoipPoolsCommand.js +10 -0
  219. package/dist-cjs/commands/DescribeConversionTasksCommand.js +10 -0
  220. package/dist-cjs/commands/DescribeCustomerGatewaysCommand.js +10 -0
  221. package/dist-cjs/commands/DescribeDhcpOptionsCommand.js +10 -0
  222. package/dist-cjs/commands/DescribeEgressOnlyInternetGatewaysCommand.js +10 -0
  223. package/dist-cjs/commands/DescribeElasticGpusCommand.js +10 -0
  224. package/dist-cjs/commands/DescribeExportImageTasksCommand.js +10 -0
  225. package/dist-cjs/commands/DescribeExportTasksCommand.js +10 -0
  226. package/dist-cjs/commands/DescribeFastLaunchImagesCommand.js +10 -0
  227. package/dist-cjs/commands/DescribeFastSnapshotRestoresCommand.js +10 -0
  228. package/dist-cjs/commands/DescribeFleetHistoryCommand.js +10 -0
  229. package/dist-cjs/commands/DescribeFleetInstancesCommand.js +10 -0
  230. package/dist-cjs/commands/DescribeFleetsCommand.js +10 -0
  231. package/dist-cjs/commands/DescribeFlowLogsCommand.js +10 -0
  232. package/dist-cjs/commands/DescribeFpgaImageAttributeCommand.js +10 -0
  233. package/dist-cjs/commands/DescribeFpgaImagesCommand.js +10 -0
  234. package/dist-cjs/commands/DescribeHostReservationOfferingsCommand.js +10 -0
  235. package/dist-cjs/commands/DescribeHostReservationsCommand.js +10 -0
  236. package/dist-cjs/commands/DescribeHostsCommand.js +10 -0
  237. package/dist-cjs/commands/DescribeIamInstanceProfileAssociationsCommand.js +10 -0
  238. package/dist-cjs/commands/DescribeIdFormatCommand.js +10 -0
  239. package/dist-cjs/commands/DescribeIdentityIdFormatCommand.js +10 -0
  240. package/dist-cjs/commands/DescribeImageAttributeCommand.js +10 -0
  241. package/dist-cjs/commands/DescribeImagesCommand.js +10 -0
  242. package/dist-cjs/commands/DescribeImportImageTasksCommand.js +10 -0
  243. package/dist-cjs/commands/DescribeImportSnapshotTasksCommand.js +10 -0
  244. package/dist-cjs/commands/DescribeInstanceAttributeCommand.js +10 -0
  245. package/dist-cjs/commands/DescribeInstanceCreditSpecificationsCommand.js +10 -0
  246. package/dist-cjs/commands/DescribeInstanceEventNotificationAttributesCommand.js +10 -0
  247. package/dist-cjs/commands/DescribeInstanceEventWindowsCommand.js +10 -0
  248. package/dist-cjs/commands/DescribeInstanceStatusCommand.js +10 -0
  249. package/dist-cjs/commands/DescribeInstanceTypeOfferingsCommand.js +10 -0
  250. package/dist-cjs/commands/DescribeInstanceTypesCommand.js +10 -0
  251. package/dist-cjs/commands/DescribeInstancesCommand.js +10 -0
  252. package/dist-cjs/commands/DescribeInternetGatewaysCommand.js +10 -0
  253. package/dist-cjs/commands/DescribeIpamPoolsCommand.js +10 -0
  254. package/dist-cjs/commands/DescribeIpamScopesCommand.js +10 -0
  255. package/dist-cjs/commands/DescribeIpamsCommand.js +10 -0
  256. package/dist-cjs/commands/DescribeIpv6PoolsCommand.js +10 -0
  257. package/dist-cjs/commands/DescribeKeyPairsCommand.js +10 -0
  258. package/dist-cjs/commands/DescribeLaunchTemplateVersionsCommand.js +10 -0
  259. package/dist-cjs/commands/DescribeLaunchTemplatesCommand.js +10 -0
  260. package/dist-cjs/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +10 -0
  261. package/dist-cjs/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +10 -0
  262. package/dist-cjs/commands/DescribeLocalGatewayRouteTablesCommand.js +10 -0
  263. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +10 -0
  264. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +10 -0
  265. package/dist-cjs/commands/DescribeLocalGatewaysCommand.js +10 -0
  266. package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +10 -0
  267. package/dist-cjs/commands/DescribeMovingAddressesCommand.js +10 -0
  268. package/dist-cjs/commands/DescribeNatGatewaysCommand.js +10 -0
  269. package/dist-cjs/commands/DescribeNetworkAclsCommand.js +10 -0
  270. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +10 -0
  271. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopesCommand.js +10 -0
  272. package/dist-cjs/commands/DescribeNetworkInsightsAnalysesCommand.js +10 -0
  273. package/dist-cjs/commands/DescribeNetworkInsightsPathsCommand.js +10 -0
  274. package/dist-cjs/commands/DescribeNetworkInterfaceAttributeCommand.js +10 -0
  275. package/dist-cjs/commands/DescribeNetworkInterfacePermissionsCommand.js +10 -0
  276. package/dist-cjs/commands/DescribeNetworkInterfacesCommand.js +10 -0
  277. package/dist-cjs/commands/DescribePlacementGroupsCommand.js +10 -0
  278. package/dist-cjs/commands/DescribePrefixListsCommand.js +10 -0
  279. package/dist-cjs/commands/DescribePrincipalIdFormatCommand.js +10 -0
  280. package/dist-cjs/commands/DescribePublicIpv4PoolsCommand.js +10 -0
  281. package/dist-cjs/commands/DescribeRegionsCommand.js +10 -0
  282. package/dist-cjs/commands/DescribeReplaceRootVolumeTasksCommand.js +10 -0
  283. package/dist-cjs/commands/DescribeReservedInstancesCommand.js +10 -0
  284. package/dist-cjs/commands/DescribeReservedInstancesListingsCommand.js +10 -0
  285. package/dist-cjs/commands/DescribeReservedInstancesModificationsCommand.js +10 -0
  286. package/dist-cjs/commands/DescribeReservedInstancesOfferingsCommand.js +10 -0
  287. package/dist-cjs/commands/DescribeRouteTablesCommand.js +10 -0
  288. package/dist-cjs/commands/DescribeScheduledInstanceAvailabilityCommand.js +10 -0
  289. package/dist-cjs/commands/DescribeScheduledInstancesCommand.js +10 -0
  290. package/dist-cjs/commands/DescribeSecurityGroupReferencesCommand.js +10 -0
  291. package/dist-cjs/commands/DescribeSecurityGroupRulesCommand.js +10 -0
  292. package/dist-cjs/commands/DescribeSecurityGroupsCommand.js +10 -0
  293. package/dist-cjs/commands/DescribeSnapshotAttributeCommand.js +10 -0
  294. package/dist-cjs/commands/DescribeSnapshotTierStatusCommand.js +10 -0
  295. package/dist-cjs/commands/DescribeSnapshotsCommand.js +10 -0
  296. package/dist-cjs/commands/DescribeSpotDatafeedSubscriptionCommand.js +10 -0
  297. package/dist-cjs/commands/DescribeSpotFleetInstancesCommand.js +10 -0
  298. package/dist-cjs/commands/DescribeSpotFleetRequestHistoryCommand.js +10 -0
  299. package/dist-cjs/commands/DescribeSpotFleetRequestsCommand.js +10 -0
  300. package/dist-cjs/commands/DescribeSpotInstanceRequestsCommand.js +10 -0
  301. package/dist-cjs/commands/DescribeSpotPriceHistoryCommand.js +10 -0
  302. package/dist-cjs/commands/DescribeStaleSecurityGroupsCommand.js +10 -0
  303. package/dist-cjs/commands/DescribeStoreImageTasksCommand.js +10 -0
  304. package/dist-cjs/commands/DescribeSubnetsCommand.js +10 -0
  305. package/dist-cjs/commands/DescribeTagsCommand.js +10 -0
  306. package/dist-cjs/commands/DescribeTrafficMirrorFiltersCommand.js +10 -0
  307. package/dist-cjs/commands/DescribeTrafficMirrorSessionsCommand.js +10 -0
  308. package/dist-cjs/commands/DescribeTrafficMirrorTargetsCommand.js +10 -0
  309. package/dist-cjs/commands/DescribeTransitGatewayAttachmentsCommand.js +10 -0
  310. package/dist-cjs/commands/DescribeTransitGatewayConnectPeersCommand.js +10 -0
  311. package/dist-cjs/commands/DescribeTransitGatewayConnectsCommand.js +10 -0
  312. package/dist-cjs/commands/DescribeTransitGatewayMulticastDomainsCommand.js +10 -0
  313. package/dist-cjs/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +10 -0
  314. package/dist-cjs/commands/DescribeTransitGatewayPolicyTablesCommand.js +10 -0
  315. package/dist-cjs/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +10 -0
  316. package/dist-cjs/commands/DescribeTransitGatewayRouteTablesCommand.js +10 -0
  317. package/dist-cjs/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +10 -0
  318. package/dist-cjs/commands/DescribeTransitGatewaysCommand.js +10 -0
  319. package/dist-cjs/commands/DescribeTrunkInterfaceAssociationsCommand.js +10 -0
  320. package/dist-cjs/commands/DescribeVolumeAttributeCommand.js +10 -0
  321. package/dist-cjs/commands/DescribeVolumeStatusCommand.js +10 -0
  322. package/dist-cjs/commands/DescribeVolumesCommand.js +10 -0
  323. package/dist-cjs/commands/DescribeVolumesModificationsCommand.js +10 -0
  324. package/dist-cjs/commands/DescribeVpcAttributeCommand.js +10 -0
  325. package/dist-cjs/commands/DescribeVpcClassicLinkCommand.js +10 -0
  326. package/dist-cjs/commands/DescribeVpcClassicLinkDnsSupportCommand.js +10 -0
  327. package/dist-cjs/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +10 -0
  328. package/dist-cjs/commands/DescribeVpcEndpointConnectionsCommand.js +10 -0
  329. package/dist-cjs/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +10 -0
  330. package/dist-cjs/commands/DescribeVpcEndpointServicePermissionsCommand.js +10 -0
  331. package/dist-cjs/commands/DescribeVpcEndpointServicesCommand.js +10 -0
  332. package/dist-cjs/commands/DescribeVpcEndpointsCommand.js +10 -0
  333. package/dist-cjs/commands/DescribeVpcPeeringConnectionsCommand.js +10 -0
  334. package/dist-cjs/commands/DescribeVpcsCommand.js +10 -0
  335. package/dist-cjs/commands/DescribeVpnConnectionsCommand.js +10 -0
  336. package/dist-cjs/commands/DescribeVpnGatewaysCommand.js +10 -0
  337. package/dist-cjs/commands/DetachClassicLinkVpcCommand.js +10 -0
  338. package/dist-cjs/commands/DetachInternetGatewayCommand.js +10 -0
  339. package/dist-cjs/commands/DetachNetworkInterfaceCommand.js +10 -0
  340. package/dist-cjs/commands/DetachVolumeCommand.js +10 -0
  341. package/dist-cjs/commands/DetachVpnGatewayCommand.js +10 -0
  342. package/dist-cjs/commands/DisableEbsEncryptionByDefaultCommand.js +10 -0
  343. package/dist-cjs/commands/DisableFastLaunchCommand.js +10 -0
  344. package/dist-cjs/commands/DisableFastSnapshotRestoresCommand.js +10 -0
  345. package/dist-cjs/commands/DisableImageDeprecationCommand.js +10 -0
  346. package/dist-cjs/commands/DisableIpamOrganizationAdminAccountCommand.js +10 -0
  347. package/dist-cjs/commands/DisableSerialConsoleAccessCommand.js +10 -0
  348. package/dist-cjs/commands/DisableTransitGatewayRouteTablePropagationCommand.js +10 -0
  349. package/dist-cjs/commands/DisableVgwRoutePropagationCommand.js +10 -0
  350. package/dist-cjs/commands/DisableVpcClassicLinkCommand.js +10 -0
  351. package/dist-cjs/commands/DisableVpcClassicLinkDnsSupportCommand.js +10 -0
  352. package/dist-cjs/commands/DisassociateAddressCommand.js +10 -0
  353. package/dist-cjs/commands/DisassociateClientVpnTargetNetworkCommand.js +10 -0
  354. package/dist-cjs/commands/DisassociateEnclaveCertificateIamRoleCommand.js +10 -0
  355. package/dist-cjs/commands/DisassociateIamInstanceProfileCommand.js +10 -0
  356. package/dist-cjs/commands/DisassociateInstanceEventWindowCommand.js +10 -0
  357. package/dist-cjs/commands/DisassociateRouteTableCommand.js +10 -0
  358. package/dist-cjs/commands/DisassociateSubnetCidrBlockCommand.js +10 -0
  359. package/dist-cjs/commands/DisassociateTransitGatewayMulticastDomainCommand.js +10 -0
  360. package/dist-cjs/commands/DisassociateTransitGatewayPolicyTableCommand.js +10 -0
  361. package/dist-cjs/commands/DisassociateTransitGatewayRouteTableCommand.js +10 -0
  362. package/dist-cjs/commands/DisassociateTrunkInterfaceCommand.js +10 -0
  363. package/dist-cjs/commands/DisassociateVpcCidrBlockCommand.js +10 -0
  364. package/dist-cjs/commands/EnableEbsEncryptionByDefaultCommand.js +10 -0
  365. package/dist-cjs/commands/EnableFastLaunchCommand.js +10 -0
  366. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +10 -0
  367. package/dist-cjs/commands/EnableImageDeprecationCommand.js +10 -0
  368. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +10 -0
  369. package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +10 -0
  370. package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +10 -0
  371. package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +10 -0
  372. package/dist-cjs/commands/EnableVolumeIOCommand.js +10 -0
  373. package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +10 -0
  374. package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +10 -0
  375. package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +10 -0
  376. package/dist-cjs/commands/ExportClientVpnClientConfigurationCommand.js +10 -0
  377. package/dist-cjs/commands/ExportImageCommand.js +10 -0
  378. package/dist-cjs/commands/ExportTransitGatewayRoutesCommand.js +10 -0
  379. package/dist-cjs/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +10 -0
  380. package/dist-cjs/commands/GetAssociatedIpv6PoolCidrsCommand.js +10 -0
  381. package/dist-cjs/commands/GetCapacityReservationUsageCommand.js +10 -0
  382. package/dist-cjs/commands/GetCoipPoolUsageCommand.js +10 -0
  383. package/dist-cjs/commands/GetConsoleOutputCommand.js +10 -0
  384. package/dist-cjs/commands/GetConsoleScreenshotCommand.js +10 -0
  385. package/dist-cjs/commands/GetDefaultCreditSpecificationCommand.js +10 -0
  386. package/dist-cjs/commands/GetEbsDefaultKmsKeyIdCommand.js +10 -0
  387. package/dist-cjs/commands/GetEbsEncryptionByDefaultCommand.js +10 -0
  388. package/dist-cjs/commands/GetFlowLogsIntegrationTemplateCommand.js +10 -0
  389. package/dist-cjs/commands/GetGroupsForCapacityReservationCommand.js +10 -0
  390. package/dist-cjs/commands/GetHostReservationPurchasePreviewCommand.js +10 -0
  391. package/dist-cjs/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +10 -0
  392. package/dist-cjs/commands/GetInstanceUefiDataCommand.js +10 -0
  393. package/dist-cjs/commands/GetIpamAddressHistoryCommand.js +10 -0
  394. package/dist-cjs/commands/GetIpamPoolAllocationsCommand.js +10 -0
  395. package/dist-cjs/commands/GetIpamPoolCidrsCommand.js +10 -0
  396. package/dist-cjs/commands/GetIpamResourceCidrsCommand.js +10 -0
  397. package/dist-cjs/commands/GetLaunchTemplateDataCommand.js +10 -0
  398. package/dist-cjs/commands/GetManagedPrefixListAssociationsCommand.js +10 -0
  399. package/dist-cjs/commands/GetManagedPrefixListEntriesCommand.js +10 -0
  400. package/dist-cjs/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +10 -0
  401. package/dist-cjs/commands/GetNetworkInsightsAccessScopeContentCommand.js +10 -0
  402. package/dist-cjs/commands/GetPasswordDataCommand.js +10 -0
  403. package/dist-cjs/commands/GetReservedInstancesExchangeQuoteCommand.js +10 -0
  404. package/dist-cjs/commands/GetSerialConsoleAccessStatusCommand.js +10 -0
  405. package/dist-cjs/commands/GetSpotPlacementScoresCommand.js +10 -0
  406. package/dist-cjs/commands/GetSubnetCidrReservationsCommand.js +10 -0
  407. package/dist-cjs/commands/GetTransitGatewayAttachmentPropagationsCommand.js +10 -0
  408. package/dist-cjs/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
  409. package/dist-cjs/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +10 -0
  410. package/dist-cjs/commands/GetTransitGatewayPolicyTableEntriesCommand.js +10 -0
  411. package/dist-cjs/commands/GetTransitGatewayPrefixListReferencesCommand.js +10 -0
  412. package/dist-cjs/commands/GetTransitGatewayRouteTableAssociationsCommand.js +10 -0
  413. package/dist-cjs/commands/GetTransitGatewayRouteTablePropagationsCommand.js +10 -0
  414. package/dist-cjs/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +10 -0
  415. package/dist-cjs/commands/GetVpnConnectionDeviceTypesCommand.js +10 -0
  416. package/dist-cjs/commands/ImportClientVpnClientCertificateRevocationListCommand.js +10 -0
  417. package/dist-cjs/commands/ImportImageCommand.js +10 -0
  418. package/dist-cjs/commands/ImportInstanceCommand.js +10 -0
  419. package/dist-cjs/commands/ImportKeyPairCommand.js +10 -0
  420. package/dist-cjs/commands/ImportSnapshotCommand.js +10 -0
  421. package/dist-cjs/commands/ImportVolumeCommand.js +10 -0
  422. package/dist-cjs/commands/ListImagesInRecycleBinCommand.js +10 -0
  423. package/dist-cjs/commands/ListSnapshotsInRecycleBinCommand.js +10 -0
  424. package/dist-cjs/commands/ModifyAddressAttributeCommand.js +10 -0
  425. package/dist-cjs/commands/ModifyAvailabilityZoneGroupCommand.js +10 -0
  426. package/dist-cjs/commands/ModifyCapacityReservationCommand.js +10 -0
  427. package/dist-cjs/commands/ModifyCapacityReservationFleetCommand.js +10 -0
  428. package/dist-cjs/commands/ModifyClientVpnEndpointCommand.js +10 -0
  429. package/dist-cjs/commands/ModifyDefaultCreditSpecificationCommand.js +10 -0
  430. package/dist-cjs/commands/ModifyEbsDefaultKmsKeyIdCommand.js +10 -0
  431. package/dist-cjs/commands/ModifyFleetCommand.js +10 -0
  432. package/dist-cjs/commands/ModifyFpgaImageAttributeCommand.js +10 -0
  433. package/dist-cjs/commands/ModifyHostsCommand.js +10 -0
  434. package/dist-cjs/commands/ModifyIdFormatCommand.js +10 -0
  435. package/dist-cjs/commands/ModifyIdentityIdFormatCommand.js +10 -0
  436. package/dist-cjs/commands/ModifyImageAttributeCommand.js +10 -0
  437. package/dist-cjs/commands/ModifyInstanceAttributeCommand.js +10 -0
  438. package/dist-cjs/commands/ModifyInstanceCapacityReservationAttributesCommand.js +10 -0
  439. package/dist-cjs/commands/ModifyInstanceCreditSpecificationCommand.js +10 -0
  440. package/dist-cjs/commands/ModifyInstanceEventStartTimeCommand.js +10 -0
  441. package/dist-cjs/commands/ModifyInstanceEventWindowCommand.js +10 -0
  442. package/dist-cjs/commands/ModifyInstanceMaintenanceOptionsCommand.js +10 -0
  443. package/dist-cjs/commands/ModifyInstanceMetadataOptionsCommand.js +10 -0
  444. package/dist-cjs/commands/ModifyInstancePlacementCommand.js +10 -0
  445. package/dist-cjs/commands/ModifyIpamCommand.js +10 -0
  446. package/dist-cjs/commands/ModifyIpamPoolCommand.js +10 -0
  447. package/dist-cjs/commands/ModifyIpamResourceCidrCommand.js +10 -0
  448. package/dist-cjs/commands/ModifyIpamScopeCommand.js +10 -0
  449. package/dist-cjs/commands/ModifyLaunchTemplateCommand.js +10 -0
  450. package/dist-cjs/commands/ModifyLocalGatewayRouteCommand.js +10 -0
  451. package/dist-cjs/commands/ModifyManagedPrefixListCommand.js +10 -0
  452. package/dist-cjs/commands/ModifyNetworkInterfaceAttributeCommand.js +10 -0
  453. package/dist-cjs/commands/ModifyPrivateDnsNameOptionsCommand.js +10 -0
  454. package/dist-cjs/commands/ModifyReservedInstancesCommand.js +10 -0
  455. package/dist-cjs/commands/ModifySecurityGroupRulesCommand.js +10 -0
  456. package/dist-cjs/commands/ModifySnapshotAttributeCommand.js +10 -0
  457. package/dist-cjs/commands/ModifySnapshotTierCommand.js +10 -0
  458. package/dist-cjs/commands/ModifySpotFleetRequestCommand.js +10 -0
  459. package/dist-cjs/commands/ModifySubnetAttributeCommand.js +10 -0
  460. package/dist-cjs/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +10 -0
  461. package/dist-cjs/commands/ModifyTrafficMirrorFilterRuleCommand.js +10 -0
  462. package/dist-cjs/commands/ModifyTrafficMirrorSessionCommand.js +10 -0
  463. package/dist-cjs/commands/ModifyTransitGatewayCommand.js +10 -0
  464. package/dist-cjs/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +10 -0
  465. package/dist-cjs/commands/ModifyTransitGatewayVpcAttachmentCommand.js +10 -0
  466. package/dist-cjs/commands/ModifyVolumeAttributeCommand.js +10 -0
  467. package/dist-cjs/commands/ModifyVolumeCommand.js +10 -0
  468. package/dist-cjs/commands/ModifyVpcAttributeCommand.js +10 -0
  469. package/dist-cjs/commands/ModifyVpcEndpointCommand.js +10 -0
  470. package/dist-cjs/commands/ModifyVpcEndpointConnectionNotificationCommand.js +10 -0
  471. package/dist-cjs/commands/ModifyVpcEndpointServiceConfigurationCommand.js +10 -0
  472. package/dist-cjs/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +10 -0
  473. package/dist-cjs/commands/ModifyVpcEndpointServicePermissionsCommand.js +10 -0
  474. package/dist-cjs/commands/ModifyVpcPeeringConnectionOptionsCommand.js +10 -0
  475. package/dist-cjs/commands/ModifyVpcTenancyCommand.js +10 -0
  476. package/dist-cjs/commands/ModifyVpnConnectionCommand.js +10 -0
  477. package/dist-cjs/commands/ModifyVpnConnectionOptionsCommand.js +10 -0
  478. package/dist-cjs/commands/ModifyVpnTunnelCertificateCommand.js +10 -0
  479. package/dist-cjs/commands/ModifyVpnTunnelOptionsCommand.js +10 -0
  480. package/dist-cjs/commands/MonitorInstancesCommand.js +10 -0
  481. package/dist-cjs/commands/MoveAddressToVpcCommand.js +10 -0
  482. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +10 -0
  483. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +10 -0
  484. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +10 -0
  485. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +10 -0
  486. package/dist-cjs/commands/PurchaseHostReservationCommand.js +10 -0
  487. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +10 -0
  488. package/dist-cjs/commands/PurchaseScheduledInstancesCommand.js +10 -0
  489. package/dist-cjs/commands/RebootInstancesCommand.js +10 -0
  490. package/dist-cjs/commands/RegisterImageCommand.js +10 -0
  491. package/dist-cjs/commands/RegisterInstanceEventNotificationAttributesCommand.js +10 -0
  492. package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
  493. package/dist-cjs/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
  494. package/dist-cjs/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
  495. package/dist-cjs/commands/RejectTransitGatewayPeeringAttachmentCommand.js +10 -0
  496. package/dist-cjs/commands/RejectTransitGatewayVpcAttachmentCommand.js +10 -0
  497. package/dist-cjs/commands/RejectVpcEndpointConnectionsCommand.js +10 -0
  498. package/dist-cjs/commands/RejectVpcPeeringConnectionCommand.js +10 -0
  499. package/dist-cjs/commands/ReleaseAddressCommand.js +10 -0
  500. package/dist-cjs/commands/ReleaseHostsCommand.js +10 -0
  501. package/dist-cjs/commands/ReleaseIpamPoolAllocationCommand.js +10 -0
  502. package/dist-cjs/commands/ReplaceIamInstanceProfileAssociationCommand.js +10 -0
  503. package/dist-cjs/commands/ReplaceNetworkAclAssociationCommand.js +10 -0
  504. package/dist-cjs/commands/ReplaceNetworkAclEntryCommand.js +10 -0
  505. package/dist-cjs/commands/ReplaceRouteCommand.js +10 -0
  506. package/dist-cjs/commands/ReplaceRouteTableAssociationCommand.js +10 -0
  507. package/dist-cjs/commands/ReplaceTransitGatewayRouteCommand.js +10 -0
  508. package/dist-cjs/commands/ReportInstanceStatusCommand.js +10 -0
  509. package/dist-cjs/commands/RequestSpotFleetCommand.js +10 -0
  510. package/dist-cjs/commands/RequestSpotInstancesCommand.js +10 -0
  511. package/dist-cjs/commands/ResetAddressAttributeCommand.js +10 -0
  512. package/dist-cjs/commands/ResetEbsDefaultKmsKeyIdCommand.js +10 -0
  513. package/dist-cjs/commands/ResetFpgaImageAttributeCommand.js +10 -0
  514. package/dist-cjs/commands/ResetImageAttributeCommand.js +10 -0
  515. package/dist-cjs/commands/ResetInstanceAttributeCommand.js +10 -0
  516. package/dist-cjs/commands/ResetNetworkInterfaceAttributeCommand.js +10 -0
  517. package/dist-cjs/commands/ResetSnapshotAttributeCommand.js +10 -0
  518. package/dist-cjs/commands/RestoreAddressToClassicCommand.js +10 -0
  519. package/dist-cjs/commands/RestoreImageFromRecycleBinCommand.js +10 -0
  520. package/dist-cjs/commands/RestoreManagedPrefixListVersionCommand.js +10 -0
  521. package/dist-cjs/commands/RestoreSnapshotFromRecycleBinCommand.js +10 -0
  522. package/dist-cjs/commands/RestoreSnapshotTierCommand.js +10 -0
  523. package/dist-cjs/commands/RevokeClientVpnIngressCommand.js +10 -0
  524. package/dist-cjs/commands/RevokeSecurityGroupEgressCommand.js +10 -0
  525. package/dist-cjs/commands/RevokeSecurityGroupIngressCommand.js +10 -0
  526. package/dist-cjs/commands/RunInstancesCommand.js +10 -0
  527. package/dist-cjs/commands/RunScheduledInstancesCommand.js +10 -0
  528. package/dist-cjs/commands/SearchLocalGatewayRoutesCommand.js +10 -0
  529. package/dist-cjs/commands/SearchTransitGatewayMulticastGroupsCommand.js +10 -0
  530. package/dist-cjs/commands/SearchTransitGatewayRoutesCommand.js +10 -0
  531. package/dist-cjs/commands/SendDiagnosticInterruptCommand.js +10 -0
  532. package/dist-cjs/commands/StartInstancesCommand.js +10 -0
  533. package/dist-cjs/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
  534. package/dist-cjs/commands/StartNetworkInsightsAnalysisCommand.js +10 -0
  535. package/dist-cjs/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +10 -0
  536. package/dist-cjs/commands/StopInstancesCommand.js +10 -0
  537. package/dist-cjs/commands/TerminateClientVpnConnectionsCommand.js +10 -0
  538. package/dist-cjs/commands/TerminateInstancesCommand.js +10 -0
  539. package/dist-cjs/commands/UnassignIpv6AddressesCommand.js +10 -0
  540. package/dist-cjs/commands/UnassignPrivateIpAddressesCommand.js +10 -0
  541. package/dist-cjs/commands/UnmonitorInstancesCommand.js +10 -0
  542. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +10 -0
  543. package/dist-cjs/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +10 -0
  544. package/dist-cjs/commands/WithdrawByoipCidrCommand.js +10 -0
  545. package/dist-cjs/endpoint/EndpointParameters.js +13 -0
  546. package/dist-cjs/endpoint/endpointResolver.js +12 -0
  547. package/dist-cjs/endpoint/ruleset.js +343 -0
  548. package/dist-cjs/runtimeConfig.shared.js +3 -3
  549. package/dist-es/EC2Client.js +12 -9
  550. package/dist-es/commands/AcceptReservedInstancesExchangeQuoteCommand.js +10 -0
  551. package/dist-es/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
  552. package/dist-es/commands/AcceptTransitGatewayPeeringAttachmentCommand.js +10 -0
  553. package/dist-es/commands/AcceptTransitGatewayVpcAttachmentCommand.js +10 -0
  554. package/dist-es/commands/AcceptVpcEndpointConnectionsCommand.js +10 -0
  555. package/dist-es/commands/AcceptVpcPeeringConnectionCommand.js +10 -0
  556. package/dist-es/commands/AdvertiseByoipCidrCommand.js +10 -0
  557. package/dist-es/commands/AllocateAddressCommand.js +10 -0
  558. package/dist-es/commands/AllocateHostsCommand.js +10 -0
  559. package/dist-es/commands/AllocateIpamPoolCidrCommand.js +10 -0
  560. package/dist-es/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.js +10 -0
  561. package/dist-es/commands/AssignIpv6AddressesCommand.js +10 -0
  562. package/dist-es/commands/AssignPrivateIpAddressesCommand.js +10 -0
  563. package/dist-es/commands/AssociateAddressCommand.js +10 -0
  564. package/dist-es/commands/AssociateClientVpnTargetNetworkCommand.js +10 -0
  565. package/dist-es/commands/AssociateDhcpOptionsCommand.js +10 -0
  566. package/dist-es/commands/AssociateEnclaveCertificateIamRoleCommand.js +10 -0
  567. package/dist-es/commands/AssociateIamInstanceProfileCommand.js +10 -0
  568. package/dist-es/commands/AssociateInstanceEventWindowCommand.js +10 -0
  569. package/dist-es/commands/AssociateRouteTableCommand.js +10 -0
  570. package/dist-es/commands/AssociateSubnetCidrBlockCommand.js +10 -0
  571. package/dist-es/commands/AssociateTransitGatewayMulticastDomainCommand.js +10 -0
  572. package/dist-es/commands/AssociateTransitGatewayPolicyTableCommand.js +10 -0
  573. package/dist-es/commands/AssociateTransitGatewayRouteTableCommand.js +10 -0
  574. package/dist-es/commands/AssociateTrunkInterfaceCommand.js +10 -0
  575. package/dist-es/commands/AssociateVpcCidrBlockCommand.js +10 -0
  576. package/dist-es/commands/AttachClassicLinkVpcCommand.js +10 -0
  577. package/dist-es/commands/AttachInternetGatewayCommand.js +10 -0
  578. package/dist-es/commands/AttachNetworkInterfaceCommand.js +10 -0
  579. package/dist-es/commands/AttachVolumeCommand.js +10 -0
  580. package/dist-es/commands/AttachVpnGatewayCommand.js +10 -0
  581. package/dist-es/commands/AuthorizeClientVpnIngressCommand.js +10 -0
  582. package/dist-es/commands/AuthorizeSecurityGroupEgressCommand.js +10 -0
  583. package/dist-es/commands/AuthorizeSecurityGroupIngressCommand.js +10 -0
  584. package/dist-es/commands/BundleInstanceCommand.js +10 -0
  585. package/dist-es/commands/CancelBundleTaskCommand.js +10 -0
  586. package/dist-es/commands/CancelCapacityReservationCommand.js +10 -0
  587. package/dist-es/commands/CancelCapacityReservationFleetsCommand.js +10 -0
  588. package/dist-es/commands/CancelConversionTaskCommand.js +10 -0
  589. package/dist-es/commands/CancelExportTaskCommand.js +10 -0
  590. package/dist-es/commands/CancelImportTaskCommand.js +10 -0
  591. package/dist-es/commands/CancelReservedInstancesListingCommand.js +10 -0
  592. package/dist-es/commands/CancelSpotFleetRequestsCommand.js +10 -0
  593. package/dist-es/commands/CancelSpotInstanceRequestsCommand.js +10 -0
  594. package/dist-es/commands/ConfirmProductInstanceCommand.js +10 -0
  595. package/dist-es/commands/CopyFpgaImageCommand.js +10 -0
  596. package/dist-es/commands/CopyImageCommand.js +10 -0
  597. package/dist-es/commands/CopySnapshotCommand.js +10 -0
  598. package/dist-es/commands/CreateCapacityReservationCommand.js +10 -0
  599. package/dist-es/commands/CreateCapacityReservationFleetCommand.js +10 -0
  600. package/dist-es/commands/CreateCarrierGatewayCommand.js +10 -0
  601. package/dist-es/commands/CreateClientVpnEndpointCommand.js +10 -0
  602. package/dist-es/commands/CreateClientVpnRouteCommand.js +10 -0
  603. package/dist-es/commands/CreateCoipCidrCommand.js +10 -0
  604. package/dist-es/commands/CreateCoipPoolCommand.js +10 -0
  605. package/dist-es/commands/CreateCustomerGatewayCommand.js +10 -0
  606. package/dist-es/commands/CreateDefaultSubnetCommand.js +10 -0
  607. package/dist-es/commands/CreateDefaultVpcCommand.js +10 -0
  608. package/dist-es/commands/CreateDhcpOptionsCommand.js +10 -0
  609. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +10 -0
  610. package/dist-es/commands/CreateFleetCommand.js +10 -0
  611. package/dist-es/commands/CreateFlowLogsCommand.js +10 -0
  612. package/dist-es/commands/CreateFpgaImageCommand.js +10 -0
  613. package/dist-es/commands/CreateImageCommand.js +10 -0
  614. package/dist-es/commands/CreateInstanceEventWindowCommand.js +10 -0
  615. package/dist-es/commands/CreateInstanceExportTaskCommand.js +10 -0
  616. package/dist-es/commands/CreateInternetGatewayCommand.js +10 -0
  617. package/dist-es/commands/CreateIpamCommand.js +10 -0
  618. package/dist-es/commands/CreateIpamPoolCommand.js +10 -0
  619. package/dist-es/commands/CreateIpamScopeCommand.js +10 -0
  620. package/dist-es/commands/CreateKeyPairCommand.js +10 -0
  621. package/dist-es/commands/CreateLaunchTemplateCommand.js +10 -0
  622. package/dist-es/commands/CreateLaunchTemplateVersionCommand.js +10 -0
  623. package/dist-es/commands/CreateLocalGatewayRouteCommand.js +10 -0
  624. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +10 -0
  625. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
  626. package/dist-es/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
  627. package/dist-es/commands/CreateManagedPrefixListCommand.js +10 -0
  628. package/dist-es/commands/CreateNatGatewayCommand.js +10 -0
  629. package/dist-es/commands/CreateNetworkAclCommand.js +10 -0
  630. package/dist-es/commands/CreateNetworkAclEntryCommand.js +10 -0
  631. package/dist-es/commands/CreateNetworkInsightsAccessScopeCommand.js +10 -0
  632. package/dist-es/commands/CreateNetworkInsightsPathCommand.js +10 -0
  633. package/dist-es/commands/CreateNetworkInterfaceCommand.js +10 -0
  634. package/dist-es/commands/CreateNetworkInterfacePermissionCommand.js +10 -0
  635. package/dist-es/commands/CreatePlacementGroupCommand.js +10 -0
  636. package/dist-es/commands/CreatePublicIpv4PoolCommand.js +10 -0
  637. package/dist-es/commands/CreateReplaceRootVolumeTaskCommand.js +10 -0
  638. package/dist-es/commands/CreateReservedInstancesListingCommand.js +10 -0
  639. package/dist-es/commands/CreateRestoreImageTaskCommand.js +10 -0
  640. package/dist-es/commands/CreateRouteCommand.js +10 -0
  641. package/dist-es/commands/CreateRouteTableCommand.js +10 -0
  642. package/dist-es/commands/CreateSecurityGroupCommand.js +10 -0
  643. package/dist-es/commands/CreateSnapshotCommand.js +10 -0
  644. package/dist-es/commands/CreateSnapshotsCommand.js +10 -0
  645. package/dist-es/commands/CreateSpotDatafeedSubscriptionCommand.js +10 -0
  646. package/dist-es/commands/CreateStoreImageTaskCommand.js +10 -0
  647. package/dist-es/commands/CreateSubnetCidrReservationCommand.js +10 -0
  648. package/dist-es/commands/CreateSubnetCommand.js +10 -0
  649. package/dist-es/commands/CreateTagsCommand.js +10 -0
  650. package/dist-es/commands/CreateTrafficMirrorFilterCommand.js +10 -0
  651. package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +10 -0
  652. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +10 -0
  653. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +10 -0
  654. package/dist-es/commands/CreateTransitGatewayCommand.js +10 -0
  655. package/dist-es/commands/CreateTransitGatewayConnectCommand.js +10 -0
  656. package/dist-es/commands/CreateTransitGatewayConnectPeerCommand.js +10 -0
  657. package/dist-es/commands/CreateTransitGatewayMulticastDomainCommand.js +10 -0
  658. package/dist-es/commands/CreateTransitGatewayPeeringAttachmentCommand.js +10 -0
  659. package/dist-es/commands/CreateTransitGatewayPolicyTableCommand.js +10 -0
  660. package/dist-es/commands/CreateTransitGatewayPrefixListReferenceCommand.js +10 -0
  661. package/dist-es/commands/CreateTransitGatewayRouteCommand.js +10 -0
  662. package/dist-es/commands/CreateTransitGatewayRouteTableAnnouncementCommand.js +10 -0
  663. package/dist-es/commands/CreateTransitGatewayRouteTableCommand.js +10 -0
  664. package/dist-es/commands/CreateTransitGatewayVpcAttachmentCommand.js +10 -0
  665. package/dist-es/commands/CreateVolumeCommand.js +10 -0
  666. package/dist-es/commands/CreateVpcCommand.js +10 -0
  667. package/dist-es/commands/CreateVpcEndpointCommand.js +10 -0
  668. package/dist-es/commands/CreateVpcEndpointConnectionNotificationCommand.js +10 -0
  669. package/dist-es/commands/CreateVpcEndpointServiceConfigurationCommand.js +10 -0
  670. package/dist-es/commands/CreateVpcPeeringConnectionCommand.js +10 -0
  671. package/dist-es/commands/CreateVpnConnectionCommand.js +10 -0
  672. package/dist-es/commands/CreateVpnConnectionRouteCommand.js +10 -0
  673. package/dist-es/commands/CreateVpnGatewayCommand.js +10 -0
  674. package/dist-es/commands/DeleteCarrierGatewayCommand.js +10 -0
  675. package/dist-es/commands/DeleteClientVpnEndpointCommand.js +10 -0
  676. package/dist-es/commands/DeleteClientVpnRouteCommand.js +10 -0
  677. package/dist-es/commands/DeleteCoipCidrCommand.js +10 -0
  678. package/dist-es/commands/DeleteCoipPoolCommand.js +10 -0
  679. package/dist-es/commands/DeleteCustomerGatewayCommand.js +10 -0
  680. package/dist-es/commands/DeleteDhcpOptionsCommand.js +10 -0
  681. package/dist-es/commands/DeleteEgressOnlyInternetGatewayCommand.js +10 -0
  682. package/dist-es/commands/DeleteFleetsCommand.js +10 -0
  683. package/dist-es/commands/DeleteFlowLogsCommand.js +10 -0
  684. package/dist-es/commands/DeleteFpgaImageCommand.js +10 -0
  685. package/dist-es/commands/DeleteInstanceEventWindowCommand.js +10 -0
  686. package/dist-es/commands/DeleteInternetGatewayCommand.js +10 -0
  687. package/dist-es/commands/DeleteIpamCommand.js +10 -0
  688. package/dist-es/commands/DeleteIpamPoolCommand.js +10 -0
  689. package/dist-es/commands/DeleteIpamScopeCommand.js +10 -0
  690. package/dist-es/commands/DeleteKeyPairCommand.js +10 -0
  691. package/dist-es/commands/DeleteLaunchTemplateCommand.js +10 -0
  692. package/dist-es/commands/DeleteLaunchTemplateVersionsCommand.js +10 -0
  693. package/dist-es/commands/DeleteLocalGatewayRouteCommand.js +10 -0
  694. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +10 -0
  695. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +10 -0
  696. package/dist-es/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.js +10 -0
  697. package/dist-es/commands/DeleteManagedPrefixListCommand.js +10 -0
  698. package/dist-es/commands/DeleteNatGatewayCommand.js +10 -0
  699. package/dist-es/commands/DeleteNetworkAclCommand.js +10 -0
  700. package/dist-es/commands/DeleteNetworkAclEntryCommand.js +10 -0
  701. package/dist-es/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
  702. package/dist-es/commands/DeleteNetworkInsightsAccessScopeCommand.js +10 -0
  703. package/dist-es/commands/DeleteNetworkInsightsAnalysisCommand.js +10 -0
  704. package/dist-es/commands/DeleteNetworkInsightsPathCommand.js +10 -0
  705. package/dist-es/commands/DeleteNetworkInterfaceCommand.js +10 -0
  706. package/dist-es/commands/DeleteNetworkInterfacePermissionCommand.js +10 -0
  707. package/dist-es/commands/DeletePlacementGroupCommand.js +10 -0
  708. package/dist-es/commands/DeletePublicIpv4PoolCommand.js +10 -0
  709. package/dist-es/commands/DeleteQueuedReservedInstancesCommand.js +10 -0
  710. package/dist-es/commands/DeleteRouteCommand.js +10 -0
  711. package/dist-es/commands/DeleteRouteTableCommand.js +10 -0
  712. package/dist-es/commands/DeleteSecurityGroupCommand.js +10 -0
  713. package/dist-es/commands/DeleteSnapshotCommand.js +10 -0
  714. package/dist-es/commands/DeleteSpotDatafeedSubscriptionCommand.js +10 -0
  715. package/dist-es/commands/DeleteSubnetCidrReservationCommand.js +10 -0
  716. package/dist-es/commands/DeleteSubnetCommand.js +10 -0
  717. package/dist-es/commands/DeleteTagsCommand.js +10 -0
  718. package/dist-es/commands/DeleteTrafficMirrorFilterCommand.js +10 -0
  719. package/dist-es/commands/DeleteTrafficMirrorFilterRuleCommand.js +10 -0
  720. package/dist-es/commands/DeleteTrafficMirrorSessionCommand.js +10 -0
  721. package/dist-es/commands/DeleteTrafficMirrorTargetCommand.js +10 -0
  722. package/dist-es/commands/DeleteTransitGatewayCommand.js +10 -0
  723. package/dist-es/commands/DeleteTransitGatewayConnectCommand.js +10 -0
  724. package/dist-es/commands/DeleteTransitGatewayConnectPeerCommand.js +10 -0
  725. package/dist-es/commands/DeleteTransitGatewayMulticastDomainCommand.js +10 -0
  726. package/dist-es/commands/DeleteTransitGatewayPeeringAttachmentCommand.js +10 -0
  727. package/dist-es/commands/DeleteTransitGatewayPolicyTableCommand.js +10 -0
  728. package/dist-es/commands/DeleteTransitGatewayPrefixListReferenceCommand.js +10 -0
  729. package/dist-es/commands/DeleteTransitGatewayRouteCommand.js +10 -0
  730. package/dist-es/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.js +10 -0
  731. package/dist-es/commands/DeleteTransitGatewayRouteTableCommand.js +10 -0
  732. package/dist-es/commands/DeleteTransitGatewayVpcAttachmentCommand.js +10 -0
  733. package/dist-es/commands/DeleteVolumeCommand.js +10 -0
  734. package/dist-es/commands/DeleteVpcCommand.js +10 -0
  735. package/dist-es/commands/DeleteVpcEndpointConnectionNotificationsCommand.js +10 -0
  736. package/dist-es/commands/DeleteVpcEndpointServiceConfigurationsCommand.js +10 -0
  737. package/dist-es/commands/DeleteVpcEndpointsCommand.js +10 -0
  738. package/dist-es/commands/DeleteVpcPeeringConnectionCommand.js +10 -0
  739. package/dist-es/commands/DeleteVpnConnectionCommand.js +10 -0
  740. package/dist-es/commands/DeleteVpnConnectionRouteCommand.js +10 -0
  741. package/dist-es/commands/DeleteVpnGatewayCommand.js +10 -0
  742. package/dist-es/commands/DeprovisionByoipCidrCommand.js +10 -0
  743. package/dist-es/commands/DeprovisionIpamPoolCidrCommand.js +10 -0
  744. package/dist-es/commands/DeprovisionPublicIpv4PoolCidrCommand.js +10 -0
  745. package/dist-es/commands/DeregisterImageCommand.js +10 -0
  746. package/dist-es/commands/DeregisterInstanceEventNotificationAttributesCommand.js +10 -0
  747. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
  748. package/dist-es/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
  749. package/dist-es/commands/DescribeAccountAttributesCommand.js +10 -0
  750. package/dist-es/commands/DescribeAddressesAttributeCommand.js +10 -0
  751. package/dist-es/commands/DescribeAddressesCommand.js +10 -0
  752. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +10 -0
  753. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +10 -0
  754. package/dist-es/commands/DescribeBundleTasksCommand.js +10 -0
  755. package/dist-es/commands/DescribeByoipCidrsCommand.js +10 -0
  756. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +10 -0
  757. package/dist-es/commands/DescribeCapacityReservationsCommand.js +10 -0
  758. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +10 -0
  759. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +10 -0
  760. package/dist-es/commands/DescribeClientVpnAuthorizationRulesCommand.js +10 -0
  761. package/dist-es/commands/DescribeClientVpnConnectionsCommand.js +10 -0
  762. package/dist-es/commands/DescribeClientVpnEndpointsCommand.js +10 -0
  763. package/dist-es/commands/DescribeClientVpnRoutesCommand.js +10 -0
  764. package/dist-es/commands/DescribeClientVpnTargetNetworksCommand.js +10 -0
  765. package/dist-es/commands/DescribeCoipPoolsCommand.js +10 -0
  766. package/dist-es/commands/DescribeConversionTasksCommand.js +10 -0
  767. package/dist-es/commands/DescribeCustomerGatewaysCommand.js +10 -0
  768. package/dist-es/commands/DescribeDhcpOptionsCommand.js +10 -0
  769. package/dist-es/commands/DescribeEgressOnlyInternetGatewaysCommand.js +10 -0
  770. package/dist-es/commands/DescribeElasticGpusCommand.js +10 -0
  771. package/dist-es/commands/DescribeExportImageTasksCommand.js +10 -0
  772. package/dist-es/commands/DescribeExportTasksCommand.js +10 -0
  773. package/dist-es/commands/DescribeFastLaunchImagesCommand.js +10 -0
  774. package/dist-es/commands/DescribeFastSnapshotRestoresCommand.js +10 -0
  775. package/dist-es/commands/DescribeFleetHistoryCommand.js +10 -0
  776. package/dist-es/commands/DescribeFleetInstancesCommand.js +10 -0
  777. package/dist-es/commands/DescribeFleetsCommand.js +10 -0
  778. package/dist-es/commands/DescribeFlowLogsCommand.js +10 -0
  779. package/dist-es/commands/DescribeFpgaImageAttributeCommand.js +10 -0
  780. package/dist-es/commands/DescribeFpgaImagesCommand.js +10 -0
  781. package/dist-es/commands/DescribeHostReservationOfferingsCommand.js +10 -0
  782. package/dist-es/commands/DescribeHostReservationsCommand.js +10 -0
  783. package/dist-es/commands/DescribeHostsCommand.js +10 -0
  784. package/dist-es/commands/DescribeIamInstanceProfileAssociationsCommand.js +10 -0
  785. package/dist-es/commands/DescribeIdFormatCommand.js +10 -0
  786. package/dist-es/commands/DescribeIdentityIdFormatCommand.js +10 -0
  787. package/dist-es/commands/DescribeImageAttributeCommand.js +10 -0
  788. package/dist-es/commands/DescribeImagesCommand.js +10 -0
  789. package/dist-es/commands/DescribeImportImageTasksCommand.js +10 -0
  790. package/dist-es/commands/DescribeImportSnapshotTasksCommand.js +10 -0
  791. package/dist-es/commands/DescribeInstanceAttributeCommand.js +10 -0
  792. package/dist-es/commands/DescribeInstanceCreditSpecificationsCommand.js +10 -0
  793. package/dist-es/commands/DescribeInstanceEventNotificationAttributesCommand.js +10 -0
  794. package/dist-es/commands/DescribeInstanceEventWindowsCommand.js +10 -0
  795. package/dist-es/commands/DescribeInstanceStatusCommand.js +10 -0
  796. package/dist-es/commands/DescribeInstanceTypeOfferingsCommand.js +10 -0
  797. package/dist-es/commands/DescribeInstanceTypesCommand.js +10 -0
  798. package/dist-es/commands/DescribeInstancesCommand.js +10 -0
  799. package/dist-es/commands/DescribeInternetGatewaysCommand.js +10 -0
  800. package/dist-es/commands/DescribeIpamPoolsCommand.js +10 -0
  801. package/dist-es/commands/DescribeIpamScopesCommand.js +10 -0
  802. package/dist-es/commands/DescribeIpamsCommand.js +10 -0
  803. package/dist-es/commands/DescribeIpv6PoolsCommand.js +10 -0
  804. package/dist-es/commands/DescribeKeyPairsCommand.js +10 -0
  805. package/dist-es/commands/DescribeLaunchTemplateVersionsCommand.js +10 -0
  806. package/dist-es/commands/DescribeLaunchTemplatesCommand.js +10 -0
  807. package/dist-es/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.js +10 -0
  808. package/dist-es/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.js +10 -0
  809. package/dist-es/commands/DescribeLocalGatewayRouteTablesCommand.js +10 -0
  810. package/dist-es/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.js +10 -0
  811. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +10 -0
  812. package/dist-es/commands/DescribeLocalGatewaysCommand.js +10 -0
  813. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +10 -0
  814. package/dist-es/commands/DescribeMovingAddressesCommand.js +10 -0
  815. package/dist-es/commands/DescribeNatGatewaysCommand.js +10 -0
  816. package/dist-es/commands/DescribeNetworkAclsCommand.js +10 -0
  817. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +10 -0
  818. package/dist-es/commands/DescribeNetworkInsightsAccessScopesCommand.js +10 -0
  819. package/dist-es/commands/DescribeNetworkInsightsAnalysesCommand.js +10 -0
  820. package/dist-es/commands/DescribeNetworkInsightsPathsCommand.js +10 -0
  821. package/dist-es/commands/DescribeNetworkInterfaceAttributeCommand.js +10 -0
  822. package/dist-es/commands/DescribeNetworkInterfacePermissionsCommand.js +10 -0
  823. package/dist-es/commands/DescribeNetworkInterfacesCommand.js +10 -0
  824. package/dist-es/commands/DescribePlacementGroupsCommand.js +10 -0
  825. package/dist-es/commands/DescribePrefixListsCommand.js +10 -0
  826. package/dist-es/commands/DescribePrincipalIdFormatCommand.js +10 -0
  827. package/dist-es/commands/DescribePublicIpv4PoolsCommand.js +10 -0
  828. package/dist-es/commands/DescribeRegionsCommand.js +10 -0
  829. package/dist-es/commands/DescribeReplaceRootVolumeTasksCommand.js +10 -0
  830. package/dist-es/commands/DescribeReservedInstancesCommand.js +10 -0
  831. package/dist-es/commands/DescribeReservedInstancesListingsCommand.js +10 -0
  832. package/dist-es/commands/DescribeReservedInstancesModificationsCommand.js +10 -0
  833. package/dist-es/commands/DescribeReservedInstancesOfferingsCommand.js +10 -0
  834. package/dist-es/commands/DescribeRouteTablesCommand.js +10 -0
  835. package/dist-es/commands/DescribeScheduledInstanceAvailabilityCommand.js +10 -0
  836. package/dist-es/commands/DescribeScheduledInstancesCommand.js +10 -0
  837. package/dist-es/commands/DescribeSecurityGroupReferencesCommand.js +10 -0
  838. package/dist-es/commands/DescribeSecurityGroupRulesCommand.js +10 -0
  839. package/dist-es/commands/DescribeSecurityGroupsCommand.js +10 -0
  840. package/dist-es/commands/DescribeSnapshotAttributeCommand.js +10 -0
  841. package/dist-es/commands/DescribeSnapshotTierStatusCommand.js +10 -0
  842. package/dist-es/commands/DescribeSnapshotsCommand.js +10 -0
  843. package/dist-es/commands/DescribeSpotDatafeedSubscriptionCommand.js +10 -0
  844. package/dist-es/commands/DescribeSpotFleetInstancesCommand.js +10 -0
  845. package/dist-es/commands/DescribeSpotFleetRequestHistoryCommand.js +10 -0
  846. package/dist-es/commands/DescribeSpotFleetRequestsCommand.js +10 -0
  847. package/dist-es/commands/DescribeSpotInstanceRequestsCommand.js +10 -0
  848. package/dist-es/commands/DescribeSpotPriceHistoryCommand.js +10 -0
  849. package/dist-es/commands/DescribeStaleSecurityGroupsCommand.js +10 -0
  850. package/dist-es/commands/DescribeStoreImageTasksCommand.js +10 -0
  851. package/dist-es/commands/DescribeSubnetsCommand.js +10 -0
  852. package/dist-es/commands/DescribeTagsCommand.js +10 -0
  853. package/dist-es/commands/DescribeTrafficMirrorFiltersCommand.js +10 -0
  854. package/dist-es/commands/DescribeTrafficMirrorSessionsCommand.js +10 -0
  855. package/dist-es/commands/DescribeTrafficMirrorTargetsCommand.js +10 -0
  856. package/dist-es/commands/DescribeTransitGatewayAttachmentsCommand.js +10 -0
  857. package/dist-es/commands/DescribeTransitGatewayConnectPeersCommand.js +10 -0
  858. package/dist-es/commands/DescribeTransitGatewayConnectsCommand.js +10 -0
  859. package/dist-es/commands/DescribeTransitGatewayMulticastDomainsCommand.js +10 -0
  860. package/dist-es/commands/DescribeTransitGatewayPeeringAttachmentsCommand.js +10 -0
  861. package/dist-es/commands/DescribeTransitGatewayPolicyTablesCommand.js +10 -0
  862. package/dist-es/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.js +10 -0
  863. package/dist-es/commands/DescribeTransitGatewayRouteTablesCommand.js +10 -0
  864. package/dist-es/commands/DescribeTransitGatewayVpcAttachmentsCommand.js +10 -0
  865. package/dist-es/commands/DescribeTransitGatewaysCommand.js +10 -0
  866. package/dist-es/commands/DescribeTrunkInterfaceAssociationsCommand.js +10 -0
  867. package/dist-es/commands/DescribeVolumeAttributeCommand.js +10 -0
  868. package/dist-es/commands/DescribeVolumeStatusCommand.js +10 -0
  869. package/dist-es/commands/DescribeVolumesCommand.js +10 -0
  870. package/dist-es/commands/DescribeVolumesModificationsCommand.js +10 -0
  871. package/dist-es/commands/DescribeVpcAttributeCommand.js +10 -0
  872. package/dist-es/commands/DescribeVpcClassicLinkCommand.js +10 -0
  873. package/dist-es/commands/DescribeVpcClassicLinkDnsSupportCommand.js +10 -0
  874. package/dist-es/commands/DescribeVpcEndpointConnectionNotificationsCommand.js +10 -0
  875. package/dist-es/commands/DescribeVpcEndpointConnectionsCommand.js +10 -0
  876. package/dist-es/commands/DescribeVpcEndpointServiceConfigurationsCommand.js +10 -0
  877. package/dist-es/commands/DescribeVpcEndpointServicePermissionsCommand.js +10 -0
  878. package/dist-es/commands/DescribeVpcEndpointServicesCommand.js +10 -0
  879. package/dist-es/commands/DescribeVpcEndpointsCommand.js +10 -0
  880. package/dist-es/commands/DescribeVpcPeeringConnectionsCommand.js +10 -0
  881. package/dist-es/commands/DescribeVpcsCommand.js +10 -0
  882. package/dist-es/commands/DescribeVpnConnectionsCommand.js +10 -0
  883. package/dist-es/commands/DescribeVpnGatewaysCommand.js +10 -0
  884. package/dist-es/commands/DetachClassicLinkVpcCommand.js +10 -0
  885. package/dist-es/commands/DetachInternetGatewayCommand.js +10 -0
  886. package/dist-es/commands/DetachNetworkInterfaceCommand.js +10 -0
  887. package/dist-es/commands/DetachVolumeCommand.js +10 -0
  888. package/dist-es/commands/DetachVpnGatewayCommand.js +10 -0
  889. package/dist-es/commands/DisableEbsEncryptionByDefaultCommand.js +10 -0
  890. package/dist-es/commands/DisableFastLaunchCommand.js +10 -0
  891. package/dist-es/commands/DisableFastSnapshotRestoresCommand.js +10 -0
  892. package/dist-es/commands/DisableImageDeprecationCommand.js +10 -0
  893. package/dist-es/commands/DisableIpamOrganizationAdminAccountCommand.js +10 -0
  894. package/dist-es/commands/DisableSerialConsoleAccessCommand.js +10 -0
  895. package/dist-es/commands/DisableTransitGatewayRouteTablePropagationCommand.js +10 -0
  896. package/dist-es/commands/DisableVgwRoutePropagationCommand.js +10 -0
  897. package/dist-es/commands/DisableVpcClassicLinkCommand.js +10 -0
  898. package/dist-es/commands/DisableVpcClassicLinkDnsSupportCommand.js +10 -0
  899. package/dist-es/commands/DisassociateAddressCommand.js +10 -0
  900. package/dist-es/commands/DisassociateClientVpnTargetNetworkCommand.js +10 -0
  901. package/dist-es/commands/DisassociateEnclaveCertificateIamRoleCommand.js +10 -0
  902. package/dist-es/commands/DisassociateIamInstanceProfileCommand.js +10 -0
  903. package/dist-es/commands/DisassociateInstanceEventWindowCommand.js +10 -0
  904. package/dist-es/commands/DisassociateRouteTableCommand.js +10 -0
  905. package/dist-es/commands/DisassociateSubnetCidrBlockCommand.js +10 -0
  906. package/dist-es/commands/DisassociateTransitGatewayMulticastDomainCommand.js +10 -0
  907. package/dist-es/commands/DisassociateTransitGatewayPolicyTableCommand.js +10 -0
  908. package/dist-es/commands/DisassociateTransitGatewayRouteTableCommand.js +10 -0
  909. package/dist-es/commands/DisassociateTrunkInterfaceCommand.js +10 -0
  910. package/dist-es/commands/DisassociateVpcCidrBlockCommand.js +10 -0
  911. package/dist-es/commands/EnableEbsEncryptionByDefaultCommand.js +10 -0
  912. package/dist-es/commands/EnableFastLaunchCommand.js +10 -0
  913. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +10 -0
  914. package/dist-es/commands/EnableImageDeprecationCommand.js +10 -0
  915. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +10 -0
  916. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +10 -0
  917. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +10 -0
  918. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +10 -0
  919. package/dist-es/commands/EnableVolumeIOCommand.js +10 -0
  920. package/dist-es/commands/EnableVpcClassicLinkCommand.js +10 -0
  921. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +10 -0
  922. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +10 -0
  923. package/dist-es/commands/ExportClientVpnClientConfigurationCommand.js +10 -0
  924. package/dist-es/commands/ExportImageCommand.js +10 -0
  925. package/dist-es/commands/ExportTransitGatewayRoutesCommand.js +10 -0
  926. package/dist-es/commands/GetAssociatedEnclaveCertificateIamRolesCommand.js +10 -0
  927. package/dist-es/commands/GetAssociatedIpv6PoolCidrsCommand.js +10 -0
  928. package/dist-es/commands/GetCapacityReservationUsageCommand.js +10 -0
  929. package/dist-es/commands/GetCoipPoolUsageCommand.js +10 -0
  930. package/dist-es/commands/GetConsoleOutputCommand.js +10 -0
  931. package/dist-es/commands/GetConsoleScreenshotCommand.js +10 -0
  932. package/dist-es/commands/GetDefaultCreditSpecificationCommand.js +10 -0
  933. package/dist-es/commands/GetEbsDefaultKmsKeyIdCommand.js +10 -0
  934. package/dist-es/commands/GetEbsEncryptionByDefaultCommand.js +10 -0
  935. package/dist-es/commands/GetFlowLogsIntegrationTemplateCommand.js +10 -0
  936. package/dist-es/commands/GetGroupsForCapacityReservationCommand.js +10 -0
  937. package/dist-es/commands/GetHostReservationPurchasePreviewCommand.js +10 -0
  938. package/dist-es/commands/GetInstanceTypesFromInstanceRequirementsCommand.js +10 -0
  939. package/dist-es/commands/GetInstanceUefiDataCommand.js +10 -0
  940. package/dist-es/commands/GetIpamAddressHistoryCommand.js +10 -0
  941. package/dist-es/commands/GetIpamPoolAllocationsCommand.js +10 -0
  942. package/dist-es/commands/GetIpamPoolCidrsCommand.js +10 -0
  943. package/dist-es/commands/GetIpamResourceCidrsCommand.js +10 -0
  944. package/dist-es/commands/GetLaunchTemplateDataCommand.js +10 -0
  945. package/dist-es/commands/GetManagedPrefixListAssociationsCommand.js +10 -0
  946. package/dist-es/commands/GetManagedPrefixListEntriesCommand.js +10 -0
  947. package/dist-es/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.js +10 -0
  948. package/dist-es/commands/GetNetworkInsightsAccessScopeContentCommand.js +10 -0
  949. package/dist-es/commands/GetPasswordDataCommand.js +10 -0
  950. package/dist-es/commands/GetReservedInstancesExchangeQuoteCommand.js +10 -0
  951. package/dist-es/commands/GetSerialConsoleAccessStatusCommand.js +10 -0
  952. package/dist-es/commands/GetSpotPlacementScoresCommand.js +10 -0
  953. package/dist-es/commands/GetSubnetCidrReservationsCommand.js +10 -0
  954. package/dist-es/commands/GetTransitGatewayAttachmentPropagationsCommand.js +10 -0
  955. package/dist-es/commands/GetTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
  956. package/dist-es/commands/GetTransitGatewayPolicyTableAssociationsCommand.js +10 -0
  957. package/dist-es/commands/GetTransitGatewayPolicyTableEntriesCommand.js +10 -0
  958. package/dist-es/commands/GetTransitGatewayPrefixListReferencesCommand.js +10 -0
  959. package/dist-es/commands/GetTransitGatewayRouteTableAssociationsCommand.js +10 -0
  960. package/dist-es/commands/GetTransitGatewayRouteTablePropagationsCommand.js +10 -0
  961. package/dist-es/commands/GetVpnConnectionDeviceSampleConfigurationCommand.js +10 -0
  962. package/dist-es/commands/GetVpnConnectionDeviceTypesCommand.js +10 -0
  963. package/dist-es/commands/ImportClientVpnClientCertificateRevocationListCommand.js +10 -0
  964. package/dist-es/commands/ImportImageCommand.js +10 -0
  965. package/dist-es/commands/ImportInstanceCommand.js +10 -0
  966. package/dist-es/commands/ImportKeyPairCommand.js +10 -0
  967. package/dist-es/commands/ImportSnapshotCommand.js +10 -0
  968. package/dist-es/commands/ImportVolumeCommand.js +10 -0
  969. package/dist-es/commands/ListImagesInRecycleBinCommand.js +10 -0
  970. package/dist-es/commands/ListSnapshotsInRecycleBinCommand.js +10 -0
  971. package/dist-es/commands/ModifyAddressAttributeCommand.js +10 -0
  972. package/dist-es/commands/ModifyAvailabilityZoneGroupCommand.js +10 -0
  973. package/dist-es/commands/ModifyCapacityReservationCommand.js +10 -0
  974. package/dist-es/commands/ModifyCapacityReservationFleetCommand.js +10 -0
  975. package/dist-es/commands/ModifyClientVpnEndpointCommand.js +10 -0
  976. package/dist-es/commands/ModifyDefaultCreditSpecificationCommand.js +10 -0
  977. package/dist-es/commands/ModifyEbsDefaultKmsKeyIdCommand.js +10 -0
  978. package/dist-es/commands/ModifyFleetCommand.js +10 -0
  979. package/dist-es/commands/ModifyFpgaImageAttributeCommand.js +10 -0
  980. package/dist-es/commands/ModifyHostsCommand.js +10 -0
  981. package/dist-es/commands/ModifyIdFormatCommand.js +10 -0
  982. package/dist-es/commands/ModifyIdentityIdFormatCommand.js +10 -0
  983. package/dist-es/commands/ModifyImageAttributeCommand.js +10 -0
  984. package/dist-es/commands/ModifyInstanceAttributeCommand.js +10 -0
  985. package/dist-es/commands/ModifyInstanceCapacityReservationAttributesCommand.js +10 -0
  986. package/dist-es/commands/ModifyInstanceCreditSpecificationCommand.js +10 -0
  987. package/dist-es/commands/ModifyInstanceEventStartTimeCommand.js +10 -0
  988. package/dist-es/commands/ModifyInstanceEventWindowCommand.js +10 -0
  989. package/dist-es/commands/ModifyInstanceMaintenanceOptionsCommand.js +10 -0
  990. package/dist-es/commands/ModifyInstanceMetadataOptionsCommand.js +10 -0
  991. package/dist-es/commands/ModifyInstancePlacementCommand.js +10 -0
  992. package/dist-es/commands/ModifyIpamCommand.js +10 -0
  993. package/dist-es/commands/ModifyIpamPoolCommand.js +10 -0
  994. package/dist-es/commands/ModifyIpamResourceCidrCommand.js +10 -0
  995. package/dist-es/commands/ModifyIpamScopeCommand.js +10 -0
  996. package/dist-es/commands/ModifyLaunchTemplateCommand.js +10 -0
  997. package/dist-es/commands/ModifyLocalGatewayRouteCommand.js +10 -0
  998. package/dist-es/commands/ModifyManagedPrefixListCommand.js +10 -0
  999. package/dist-es/commands/ModifyNetworkInterfaceAttributeCommand.js +10 -0
  1000. package/dist-es/commands/ModifyPrivateDnsNameOptionsCommand.js +10 -0
  1001. package/dist-es/commands/ModifyReservedInstancesCommand.js +10 -0
  1002. package/dist-es/commands/ModifySecurityGroupRulesCommand.js +10 -0
  1003. package/dist-es/commands/ModifySnapshotAttributeCommand.js +10 -0
  1004. package/dist-es/commands/ModifySnapshotTierCommand.js +10 -0
  1005. package/dist-es/commands/ModifySpotFleetRequestCommand.js +10 -0
  1006. package/dist-es/commands/ModifySubnetAttributeCommand.js +10 -0
  1007. package/dist-es/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.js +10 -0
  1008. package/dist-es/commands/ModifyTrafficMirrorFilterRuleCommand.js +10 -0
  1009. package/dist-es/commands/ModifyTrafficMirrorSessionCommand.js +10 -0
  1010. package/dist-es/commands/ModifyTransitGatewayCommand.js +10 -0
  1011. package/dist-es/commands/ModifyTransitGatewayPrefixListReferenceCommand.js +10 -0
  1012. package/dist-es/commands/ModifyTransitGatewayVpcAttachmentCommand.js +10 -0
  1013. package/dist-es/commands/ModifyVolumeAttributeCommand.js +10 -0
  1014. package/dist-es/commands/ModifyVolumeCommand.js +10 -0
  1015. package/dist-es/commands/ModifyVpcAttributeCommand.js +10 -0
  1016. package/dist-es/commands/ModifyVpcEndpointCommand.js +10 -0
  1017. package/dist-es/commands/ModifyVpcEndpointConnectionNotificationCommand.js +10 -0
  1018. package/dist-es/commands/ModifyVpcEndpointServiceConfigurationCommand.js +10 -0
  1019. package/dist-es/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.js +10 -0
  1020. package/dist-es/commands/ModifyVpcEndpointServicePermissionsCommand.js +10 -0
  1021. package/dist-es/commands/ModifyVpcPeeringConnectionOptionsCommand.js +10 -0
  1022. package/dist-es/commands/ModifyVpcTenancyCommand.js +10 -0
  1023. package/dist-es/commands/ModifyVpnConnectionCommand.js +10 -0
  1024. package/dist-es/commands/ModifyVpnConnectionOptionsCommand.js +10 -0
  1025. package/dist-es/commands/ModifyVpnTunnelCertificateCommand.js +10 -0
  1026. package/dist-es/commands/ModifyVpnTunnelOptionsCommand.js +10 -0
  1027. package/dist-es/commands/MonitorInstancesCommand.js +10 -0
  1028. package/dist-es/commands/MoveAddressToVpcCommand.js +10 -0
  1029. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +10 -0
  1030. package/dist-es/commands/ProvisionByoipCidrCommand.js +10 -0
  1031. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +10 -0
  1032. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +10 -0
  1033. package/dist-es/commands/PurchaseHostReservationCommand.js +10 -0
  1034. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +10 -0
  1035. package/dist-es/commands/PurchaseScheduledInstancesCommand.js +10 -0
  1036. package/dist-es/commands/RebootInstancesCommand.js +10 -0
  1037. package/dist-es/commands/RegisterImageCommand.js +10 -0
  1038. package/dist-es/commands/RegisterInstanceEventNotificationAttributesCommand.js +10 -0
  1039. package/dist-es/commands/RegisterTransitGatewayMulticastGroupMembersCommand.js +10 -0
  1040. package/dist-es/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.js +10 -0
  1041. package/dist-es/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.js +10 -0
  1042. package/dist-es/commands/RejectTransitGatewayPeeringAttachmentCommand.js +10 -0
  1043. package/dist-es/commands/RejectTransitGatewayVpcAttachmentCommand.js +10 -0
  1044. package/dist-es/commands/RejectVpcEndpointConnectionsCommand.js +10 -0
  1045. package/dist-es/commands/RejectVpcPeeringConnectionCommand.js +10 -0
  1046. package/dist-es/commands/ReleaseAddressCommand.js +10 -0
  1047. package/dist-es/commands/ReleaseHostsCommand.js +10 -0
  1048. package/dist-es/commands/ReleaseIpamPoolAllocationCommand.js +10 -0
  1049. package/dist-es/commands/ReplaceIamInstanceProfileAssociationCommand.js +10 -0
  1050. package/dist-es/commands/ReplaceNetworkAclAssociationCommand.js +10 -0
  1051. package/dist-es/commands/ReplaceNetworkAclEntryCommand.js +10 -0
  1052. package/dist-es/commands/ReplaceRouteCommand.js +10 -0
  1053. package/dist-es/commands/ReplaceRouteTableAssociationCommand.js +10 -0
  1054. package/dist-es/commands/ReplaceTransitGatewayRouteCommand.js +10 -0
  1055. package/dist-es/commands/ReportInstanceStatusCommand.js +10 -0
  1056. package/dist-es/commands/RequestSpotFleetCommand.js +10 -0
  1057. package/dist-es/commands/RequestSpotInstancesCommand.js +10 -0
  1058. package/dist-es/commands/ResetAddressAttributeCommand.js +10 -0
  1059. package/dist-es/commands/ResetEbsDefaultKmsKeyIdCommand.js +10 -0
  1060. package/dist-es/commands/ResetFpgaImageAttributeCommand.js +10 -0
  1061. package/dist-es/commands/ResetImageAttributeCommand.js +10 -0
  1062. package/dist-es/commands/ResetInstanceAttributeCommand.js +10 -0
  1063. package/dist-es/commands/ResetNetworkInterfaceAttributeCommand.js +10 -0
  1064. package/dist-es/commands/ResetSnapshotAttributeCommand.js +10 -0
  1065. package/dist-es/commands/RestoreAddressToClassicCommand.js +10 -0
  1066. package/dist-es/commands/RestoreImageFromRecycleBinCommand.js +10 -0
  1067. package/dist-es/commands/RestoreManagedPrefixListVersionCommand.js +10 -0
  1068. package/dist-es/commands/RestoreSnapshotFromRecycleBinCommand.js +10 -0
  1069. package/dist-es/commands/RestoreSnapshotTierCommand.js +10 -0
  1070. package/dist-es/commands/RevokeClientVpnIngressCommand.js +10 -0
  1071. package/dist-es/commands/RevokeSecurityGroupEgressCommand.js +10 -0
  1072. package/dist-es/commands/RevokeSecurityGroupIngressCommand.js +10 -0
  1073. package/dist-es/commands/RunInstancesCommand.js +10 -0
  1074. package/dist-es/commands/RunScheduledInstancesCommand.js +10 -0
  1075. package/dist-es/commands/SearchLocalGatewayRoutesCommand.js +10 -0
  1076. package/dist-es/commands/SearchTransitGatewayMulticastGroupsCommand.js +10 -0
  1077. package/dist-es/commands/SearchTransitGatewayRoutesCommand.js +10 -0
  1078. package/dist-es/commands/SendDiagnosticInterruptCommand.js +10 -0
  1079. package/dist-es/commands/StartInstancesCommand.js +10 -0
  1080. package/dist-es/commands/StartNetworkInsightsAccessScopeAnalysisCommand.js +10 -0
  1081. package/dist-es/commands/StartNetworkInsightsAnalysisCommand.js +10 -0
  1082. package/dist-es/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.js +10 -0
  1083. package/dist-es/commands/StopInstancesCommand.js +10 -0
  1084. package/dist-es/commands/TerminateClientVpnConnectionsCommand.js +10 -0
  1085. package/dist-es/commands/TerminateInstancesCommand.js +10 -0
  1086. package/dist-es/commands/UnassignIpv6AddressesCommand.js +10 -0
  1087. package/dist-es/commands/UnassignPrivateIpAddressesCommand.js +10 -0
  1088. package/dist-es/commands/UnmonitorInstancesCommand.js +10 -0
  1089. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.js +10 -0
  1090. package/dist-es/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.js +10 -0
  1091. package/dist-es/commands/WithdrawByoipCidrCommand.js +10 -0
  1092. package/dist-es/endpoint/EndpointParameters.js +8 -0
  1093. package/dist-es/endpoint/endpointResolver.js +8 -0
  1094. package/dist-es/endpoint/ruleset.js +340 -0
  1095. package/dist-es/runtimeConfig.shared.js +2 -2
  1096. package/dist-types/EC2Client.d.ts +6 -9
  1097. package/dist-types/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -0
  1098. package/dist-types/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
  1099. package/dist-types/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  1100. package/dist-types/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1101. package/dist-types/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -0
  1102. package/dist-types/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -0
  1103. package/dist-types/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
  1104. package/dist-types/commands/AllocateAddressCommand.d.ts +2 -0
  1105. package/dist-types/commands/AllocateHostsCommand.d.ts +2 -0
  1106. package/dist-types/commands/AllocateIpamPoolCidrCommand.d.ts +2 -0
  1107. package/dist-types/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -0
  1108. package/dist-types/commands/AssignIpv6AddressesCommand.d.ts +2 -0
  1109. package/dist-types/commands/AssignPrivateIpAddressesCommand.d.ts +2 -0
  1110. package/dist-types/commands/AssociateAddressCommand.d.ts +2 -0
  1111. package/dist-types/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -0
  1112. package/dist-types/commands/AssociateDhcpOptionsCommand.d.ts +2 -0
  1113. package/dist-types/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
  1114. package/dist-types/commands/AssociateIamInstanceProfileCommand.d.ts +2 -0
  1115. package/dist-types/commands/AssociateInstanceEventWindowCommand.d.ts +2 -0
  1116. package/dist-types/commands/AssociateRouteTableCommand.d.ts +2 -0
  1117. package/dist-types/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
  1118. package/dist-types/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
  1119. package/dist-types/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -0
  1120. package/dist-types/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -0
  1121. package/dist-types/commands/AssociateTrunkInterfaceCommand.d.ts +2 -0
  1122. package/dist-types/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
  1123. package/dist-types/commands/AttachClassicLinkVpcCommand.d.ts +2 -0
  1124. package/dist-types/commands/AttachInternetGatewayCommand.d.ts +2 -0
  1125. package/dist-types/commands/AttachNetworkInterfaceCommand.d.ts +2 -0
  1126. package/dist-types/commands/AttachVolumeCommand.d.ts +2 -0
  1127. package/dist-types/commands/AttachVpnGatewayCommand.d.ts +2 -0
  1128. package/dist-types/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -0
  1129. package/dist-types/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -0
  1130. package/dist-types/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -0
  1131. package/dist-types/commands/BundleInstanceCommand.d.ts +2 -0
  1132. package/dist-types/commands/CancelBundleTaskCommand.d.ts +2 -0
  1133. package/dist-types/commands/CancelCapacityReservationCommand.d.ts +2 -0
  1134. package/dist-types/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -0
  1135. package/dist-types/commands/CancelConversionTaskCommand.d.ts +2 -0
  1136. package/dist-types/commands/CancelExportTaskCommand.d.ts +2 -0
  1137. package/dist-types/commands/CancelImportTaskCommand.d.ts +2 -0
  1138. package/dist-types/commands/CancelReservedInstancesListingCommand.d.ts +2 -0
  1139. package/dist-types/commands/CancelSpotFleetRequestsCommand.d.ts +2 -0
  1140. package/dist-types/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -0
  1141. package/dist-types/commands/ConfirmProductInstanceCommand.d.ts +2 -0
  1142. package/dist-types/commands/CopyFpgaImageCommand.d.ts +2 -0
  1143. package/dist-types/commands/CopyImageCommand.d.ts +2 -0
  1144. package/dist-types/commands/CopySnapshotCommand.d.ts +2 -0
  1145. package/dist-types/commands/CreateCapacityReservationCommand.d.ts +2 -0
  1146. package/dist-types/commands/CreateCapacityReservationFleetCommand.d.ts +2 -0
  1147. package/dist-types/commands/CreateCarrierGatewayCommand.d.ts +2 -0
  1148. package/dist-types/commands/CreateClientVpnEndpointCommand.d.ts +2 -0
  1149. package/dist-types/commands/CreateClientVpnRouteCommand.d.ts +2 -0
  1150. package/dist-types/commands/CreateCoipCidrCommand.d.ts +2 -0
  1151. package/dist-types/commands/CreateCoipPoolCommand.d.ts +2 -0
  1152. package/dist-types/commands/CreateCustomerGatewayCommand.d.ts +2 -0
  1153. package/dist-types/commands/CreateDefaultSubnetCommand.d.ts +2 -0
  1154. package/dist-types/commands/CreateDefaultVpcCommand.d.ts +2 -0
  1155. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -0
  1156. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -0
  1157. package/dist-types/commands/CreateFleetCommand.d.ts +2 -0
  1158. package/dist-types/commands/CreateFlowLogsCommand.d.ts +2 -0
  1159. package/dist-types/commands/CreateFpgaImageCommand.d.ts +2 -0
  1160. package/dist-types/commands/CreateImageCommand.d.ts +2 -0
  1161. package/dist-types/commands/CreateInstanceEventWindowCommand.d.ts +2 -0
  1162. package/dist-types/commands/CreateInstanceExportTaskCommand.d.ts +2 -0
  1163. package/dist-types/commands/CreateInternetGatewayCommand.d.ts +2 -0
  1164. package/dist-types/commands/CreateIpamCommand.d.ts +2 -0
  1165. package/dist-types/commands/CreateIpamPoolCommand.d.ts +2 -0
  1166. package/dist-types/commands/CreateIpamScopeCommand.d.ts +2 -0
  1167. package/dist-types/commands/CreateKeyPairCommand.d.ts +2 -0
  1168. package/dist-types/commands/CreateLaunchTemplateCommand.d.ts +2 -0
  1169. package/dist-types/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  1170. package/dist-types/commands/CreateLocalGatewayRouteCommand.d.ts +2 -0
  1171. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -0
  1172. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
  1173. package/dist-types/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
  1174. package/dist-types/commands/CreateManagedPrefixListCommand.d.ts +2 -0
  1175. package/dist-types/commands/CreateNatGatewayCommand.d.ts +2 -0
  1176. package/dist-types/commands/CreateNetworkAclCommand.d.ts +2 -0
  1177. package/dist-types/commands/CreateNetworkAclEntryCommand.d.ts +2 -0
  1178. package/dist-types/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -0
  1179. package/dist-types/commands/CreateNetworkInsightsPathCommand.d.ts +2 -0
  1180. package/dist-types/commands/CreateNetworkInterfaceCommand.d.ts +2 -0
  1181. package/dist-types/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -0
  1182. package/dist-types/commands/CreatePlacementGroupCommand.d.ts +2 -0
  1183. package/dist-types/commands/CreatePublicIpv4PoolCommand.d.ts +2 -0
  1184. package/dist-types/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -0
  1185. package/dist-types/commands/CreateReservedInstancesListingCommand.d.ts +2 -0
  1186. package/dist-types/commands/CreateRestoreImageTaskCommand.d.ts +2 -0
  1187. package/dist-types/commands/CreateRouteCommand.d.ts +2 -0
  1188. package/dist-types/commands/CreateRouteTableCommand.d.ts +2 -0
  1189. package/dist-types/commands/CreateSecurityGroupCommand.d.ts +2 -0
  1190. package/dist-types/commands/CreateSnapshotCommand.d.ts +2 -0
  1191. package/dist-types/commands/CreateSnapshotsCommand.d.ts +2 -0
  1192. package/dist-types/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -0
  1193. package/dist-types/commands/CreateStoreImageTaskCommand.d.ts +2 -0
  1194. package/dist-types/commands/CreateSubnetCidrReservationCommand.d.ts +2 -0
  1195. package/dist-types/commands/CreateSubnetCommand.d.ts +2 -0
  1196. package/dist-types/commands/CreateTagsCommand.d.ts +2 -0
  1197. package/dist-types/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -0
  1198. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -0
  1199. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -0
  1200. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -0
  1201. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +2 -0
  1202. package/dist-types/commands/CreateTransitGatewayConnectCommand.d.ts +2 -0
  1203. package/dist-types/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -0
  1204. package/dist-types/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -0
  1205. package/dist-types/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  1206. package/dist-types/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -0
  1207. package/dist-types/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
  1208. package/dist-types/commands/CreateTransitGatewayRouteCommand.d.ts +2 -0
  1209. package/dist-types/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
  1210. package/dist-types/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -0
  1211. package/dist-types/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1212. package/dist-types/commands/CreateVolumeCommand.d.ts +2 -0
  1213. package/dist-types/commands/CreateVpcCommand.d.ts +2 -0
  1214. package/dist-types/commands/CreateVpcEndpointCommand.d.ts +2 -0
  1215. package/dist-types/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -0
  1216. package/dist-types/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -0
  1217. package/dist-types/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -0
  1218. package/dist-types/commands/CreateVpnConnectionCommand.d.ts +2 -0
  1219. package/dist-types/commands/CreateVpnConnectionRouteCommand.d.ts +2 -0
  1220. package/dist-types/commands/CreateVpnGatewayCommand.d.ts +2 -0
  1221. package/dist-types/commands/DeleteCarrierGatewayCommand.d.ts +2 -0
  1222. package/dist-types/commands/DeleteClientVpnEndpointCommand.d.ts +2 -0
  1223. package/dist-types/commands/DeleteClientVpnRouteCommand.d.ts +2 -0
  1224. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +2 -0
  1225. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +2 -0
  1226. package/dist-types/commands/DeleteCustomerGatewayCommand.d.ts +2 -0
  1227. package/dist-types/commands/DeleteDhcpOptionsCommand.d.ts +2 -0
  1228. package/dist-types/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -0
  1229. package/dist-types/commands/DeleteFleetsCommand.d.ts +2 -0
  1230. package/dist-types/commands/DeleteFlowLogsCommand.d.ts +2 -0
  1231. package/dist-types/commands/DeleteFpgaImageCommand.d.ts +2 -0
  1232. package/dist-types/commands/DeleteInstanceEventWindowCommand.d.ts +2 -0
  1233. package/dist-types/commands/DeleteInternetGatewayCommand.d.ts +2 -0
  1234. package/dist-types/commands/DeleteIpamCommand.d.ts +2 -0
  1235. package/dist-types/commands/DeleteIpamPoolCommand.d.ts +2 -0
  1236. package/dist-types/commands/DeleteIpamScopeCommand.d.ts +2 -0
  1237. package/dist-types/commands/DeleteKeyPairCommand.d.ts +2 -0
  1238. package/dist-types/commands/DeleteLaunchTemplateCommand.d.ts +2 -0
  1239. package/dist-types/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -0
  1240. package/dist-types/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -0
  1241. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -0
  1242. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
  1243. package/dist-types/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
  1244. package/dist-types/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
  1245. package/dist-types/commands/DeleteNatGatewayCommand.d.ts +2 -0
  1246. package/dist-types/commands/DeleteNetworkAclCommand.d.ts +2 -0
  1247. package/dist-types/commands/DeleteNetworkAclEntryCommand.d.ts +2 -0
  1248. package/dist-types/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
  1249. package/dist-types/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -0
  1250. package/dist-types/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -0
  1251. package/dist-types/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -0
  1252. package/dist-types/commands/DeleteNetworkInterfaceCommand.d.ts +2 -0
  1253. package/dist-types/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -0
  1254. package/dist-types/commands/DeletePlacementGroupCommand.d.ts +2 -0
  1255. package/dist-types/commands/DeletePublicIpv4PoolCommand.d.ts +2 -0
  1256. package/dist-types/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -0
  1257. package/dist-types/commands/DeleteRouteCommand.d.ts +2 -0
  1258. package/dist-types/commands/DeleteRouteTableCommand.d.ts +2 -0
  1259. package/dist-types/commands/DeleteSecurityGroupCommand.d.ts +2 -0
  1260. package/dist-types/commands/DeleteSnapshotCommand.d.ts +2 -0
  1261. package/dist-types/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -0
  1262. package/dist-types/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -0
  1263. package/dist-types/commands/DeleteSubnetCommand.d.ts +2 -0
  1264. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -0
  1265. package/dist-types/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -0
  1266. package/dist-types/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -0
  1267. package/dist-types/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -0
  1268. package/dist-types/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -0
  1269. package/dist-types/commands/DeleteTransitGatewayCommand.d.ts +2 -0
  1270. package/dist-types/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -0
  1271. package/dist-types/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -0
  1272. package/dist-types/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -0
  1273. package/dist-types/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  1274. package/dist-types/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -0
  1275. package/dist-types/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
  1276. package/dist-types/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -0
  1277. package/dist-types/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
  1278. package/dist-types/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -0
  1279. package/dist-types/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1280. package/dist-types/commands/DeleteVolumeCommand.d.ts +2 -0
  1281. package/dist-types/commands/DeleteVpcCommand.d.ts +2 -0
  1282. package/dist-types/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
  1283. package/dist-types/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
  1284. package/dist-types/commands/DeleteVpcEndpointsCommand.d.ts +2 -0
  1285. package/dist-types/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -0
  1286. package/dist-types/commands/DeleteVpnConnectionCommand.d.ts +2 -0
  1287. package/dist-types/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -0
  1288. package/dist-types/commands/DeleteVpnGatewayCommand.d.ts +2 -0
  1289. package/dist-types/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
  1290. package/dist-types/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -0
  1291. package/dist-types/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -0
  1292. package/dist-types/commands/DeregisterImageCommand.d.ts +2 -0
  1293. package/dist-types/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
  1294. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
  1295. package/dist-types/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
  1296. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -0
  1297. package/dist-types/commands/DescribeAddressesAttributeCommand.d.ts +2 -0
  1298. package/dist-types/commands/DescribeAddressesCommand.d.ts +2 -0
  1299. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +2 -0
  1300. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +2 -0
  1301. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +2 -0
  1302. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +2 -0
  1303. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -0
  1304. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +2 -0
  1305. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +2 -0
  1306. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -0
  1307. package/dist-types/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -0
  1308. package/dist-types/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -0
  1309. package/dist-types/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
  1310. package/dist-types/commands/DescribeClientVpnRoutesCommand.d.ts +2 -0
  1311. package/dist-types/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -0
  1312. package/dist-types/commands/DescribeCoipPoolsCommand.d.ts +2 -0
  1313. package/dist-types/commands/DescribeConversionTasksCommand.d.ts +2 -0
  1314. package/dist-types/commands/DescribeCustomerGatewaysCommand.d.ts +2 -0
  1315. package/dist-types/commands/DescribeDhcpOptionsCommand.d.ts +2 -0
  1316. package/dist-types/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -0
  1317. package/dist-types/commands/DescribeElasticGpusCommand.d.ts +2 -0
  1318. package/dist-types/commands/DescribeExportImageTasksCommand.d.ts +2 -0
  1319. package/dist-types/commands/DescribeExportTasksCommand.d.ts +2 -0
  1320. package/dist-types/commands/DescribeFastLaunchImagesCommand.d.ts +2 -0
  1321. package/dist-types/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -0
  1322. package/dist-types/commands/DescribeFleetHistoryCommand.d.ts +2 -0
  1323. package/dist-types/commands/DescribeFleetInstancesCommand.d.ts +2 -0
  1324. package/dist-types/commands/DescribeFleetsCommand.d.ts +2 -0
  1325. package/dist-types/commands/DescribeFlowLogsCommand.d.ts +2 -0
  1326. package/dist-types/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -0
  1327. package/dist-types/commands/DescribeFpgaImagesCommand.d.ts +2 -0
  1328. package/dist-types/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -0
  1329. package/dist-types/commands/DescribeHostReservationsCommand.d.ts +2 -0
  1330. package/dist-types/commands/DescribeHostsCommand.d.ts +2 -0
  1331. package/dist-types/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -0
  1332. package/dist-types/commands/DescribeIdFormatCommand.d.ts +2 -0
  1333. package/dist-types/commands/DescribeIdentityIdFormatCommand.d.ts +2 -0
  1334. package/dist-types/commands/DescribeImageAttributeCommand.d.ts +2 -0
  1335. package/dist-types/commands/DescribeImagesCommand.d.ts +2 -0
  1336. package/dist-types/commands/DescribeImportImageTasksCommand.d.ts +2 -0
  1337. package/dist-types/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -0
  1338. package/dist-types/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
  1339. package/dist-types/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -0
  1340. package/dist-types/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -0
  1341. package/dist-types/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -0
  1342. package/dist-types/commands/DescribeInstanceStatusCommand.d.ts +2 -0
  1343. package/dist-types/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -0
  1344. package/dist-types/commands/DescribeInstanceTypesCommand.d.ts +2 -0
  1345. package/dist-types/commands/DescribeInstancesCommand.d.ts +2 -0
  1346. package/dist-types/commands/DescribeInternetGatewaysCommand.d.ts +2 -0
  1347. package/dist-types/commands/DescribeIpamPoolsCommand.d.ts +2 -0
  1348. package/dist-types/commands/DescribeIpamScopesCommand.d.ts +2 -0
  1349. package/dist-types/commands/DescribeIpamsCommand.d.ts +2 -0
  1350. package/dist-types/commands/DescribeIpv6PoolsCommand.d.ts +2 -0
  1351. package/dist-types/commands/DescribeKeyPairsCommand.d.ts +2 -0
  1352. package/dist-types/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -0
  1353. package/dist-types/commands/DescribeLaunchTemplatesCommand.d.ts +2 -0
  1354. package/dist-types/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -0
  1355. package/dist-types/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -0
  1356. package/dist-types/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -0
  1357. package/dist-types/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -0
  1358. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -0
  1359. package/dist-types/commands/DescribeLocalGatewaysCommand.d.ts +2 -0
  1360. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
  1361. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +2 -0
  1362. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +2 -0
  1363. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +2 -0
  1364. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -0
  1365. package/dist-types/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -0
  1366. package/dist-types/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -0
  1367. package/dist-types/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -0
  1368. package/dist-types/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -0
  1369. package/dist-types/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -0
  1370. package/dist-types/commands/DescribeNetworkInterfacesCommand.d.ts +2 -0
  1371. package/dist-types/commands/DescribePlacementGroupsCommand.d.ts +2 -0
  1372. package/dist-types/commands/DescribePrefixListsCommand.d.ts +2 -0
  1373. package/dist-types/commands/DescribePrincipalIdFormatCommand.d.ts +2 -0
  1374. package/dist-types/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -0
  1375. package/dist-types/commands/DescribeRegionsCommand.d.ts +2 -0
  1376. package/dist-types/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -0
  1377. package/dist-types/commands/DescribeReservedInstancesCommand.d.ts +2 -0
  1378. package/dist-types/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -0
  1379. package/dist-types/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -0
  1380. package/dist-types/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -0
  1381. package/dist-types/commands/DescribeRouteTablesCommand.d.ts +2 -0
  1382. package/dist-types/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -0
  1383. package/dist-types/commands/DescribeScheduledInstancesCommand.d.ts +2 -0
  1384. package/dist-types/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -0
  1385. package/dist-types/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -0
  1386. package/dist-types/commands/DescribeSecurityGroupsCommand.d.ts +2 -0
  1387. package/dist-types/commands/DescribeSnapshotAttributeCommand.d.ts +2 -0
  1388. package/dist-types/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -0
  1389. package/dist-types/commands/DescribeSnapshotsCommand.d.ts +2 -0
  1390. package/dist-types/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -0
  1391. package/dist-types/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -0
  1392. package/dist-types/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
  1393. package/dist-types/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  1394. package/dist-types/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -0
  1395. package/dist-types/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -0
  1396. package/dist-types/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -0
  1397. package/dist-types/commands/DescribeStoreImageTasksCommand.d.ts +2 -0
  1398. package/dist-types/commands/DescribeSubnetsCommand.d.ts +2 -0
  1399. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -0
  1400. package/dist-types/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -0
  1401. package/dist-types/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -0
  1402. package/dist-types/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -0
  1403. package/dist-types/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -0
  1404. package/dist-types/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -0
  1405. package/dist-types/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -0
  1406. package/dist-types/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -0
  1407. package/dist-types/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -0
  1408. package/dist-types/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -0
  1409. package/dist-types/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -0
  1410. package/dist-types/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -0
  1411. package/dist-types/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -0
  1412. package/dist-types/commands/DescribeTransitGatewaysCommand.d.ts +2 -0
  1413. package/dist-types/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -0
  1414. package/dist-types/commands/DescribeVolumeAttributeCommand.d.ts +2 -0
  1415. package/dist-types/commands/DescribeVolumeStatusCommand.d.ts +2 -0
  1416. package/dist-types/commands/DescribeVolumesCommand.d.ts +2 -0
  1417. package/dist-types/commands/DescribeVolumesModificationsCommand.d.ts +2 -0
  1418. package/dist-types/commands/DescribeVpcAttributeCommand.d.ts +2 -0
  1419. package/dist-types/commands/DescribeVpcClassicLinkCommand.d.ts +2 -0
  1420. package/dist-types/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -0
  1421. package/dist-types/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
  1422. package/dist-types/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -0
  1423. package/dist-types/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
  1424. package/dist-types/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -0
  1425. package/dist-types/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -0
  1426. package/dist-types/commands/DescribeVpcEndpointsCommand.d.ts +2 -0
  1427. package/dist-types/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -0
  1428. package/dist-types/commands/DescribeVpcsCommand.d.ts +2 -0
  1429. package/dist-types/commands/DescribeVpnConnectionsCommand.d.ts +2 -0
  1430. package/dist-types/commands/DescribeVpnGatewaysCommand.d.ts +2 -0
  1431. package/dist-types/commands/DetachClassicLinkVpcCommand.d.ts +2 -0
  1432. package/dist-types/commands/DetachInternetGatewayCommand.d.ts +2 -0
  1433. package/dist-types/commands/DetachNetworkInterfaceCommand.d.ts +2 -0
  1434. package/dist-types/commands/DetachVolumeCommand.d.ts +2 -0
  1435. package/dist-types/commands/DetachVpnGatewayCommand.d.ts +2 -0
  1436. package/dist-types/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -0
  1437. package/dist-types/commands/DisableFastLaunchCommand.d.ts +2 -0
  1438. package/dist-types/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -0
  1439. package/dist-types/commands/DisableImageDeprecationCommand.d.ts +2 -0
  1440. package/dist-types/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -0
  1441. package/dist-types/commands/DisableSerialConsoleAccessCommand.d.ts +2 -0
  1442. package/dist-types/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
  1443. package/dist-types/commands/DisableVgwRoutePropagationCommand.d.ts +2 -0
  1444. package/dist-types/commands/DisableVpcClassicLinkCommand.d.ts +2 -0
  1445. package/dist-types/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
  1446. package/dist-types/commands/DisassociateAddressCommand.d.ts +2 -0
  1447. package/dist-types/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -0
  1448. package/dist-types/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
  1449. package/dist-types/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -0
  1450. package/dist-types/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -0
  1451. package/dist-types/commands/DisassociateRouteTableCommand.d.ts +2 -0
  1452. package/dist-types/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
  1453. package/dist-types/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
  1454. package/dist-types/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -0
  1455. package/dist-types/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -0
  1456. package/dist-types/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -0
  1457. package/dist-types/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
  1458. package/dist-types/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -0
  1459. package/dist-types/commands/EnableFastLaunchCommand.d.ts +2 -0
  1460. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -0
  1461. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +2 -0
  1462. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -0
  1463. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +2 -0
  1464. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
  1465. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +2 -0
  1466. package/dist-types/commands/EnableVolumeIOCommand.d.ts +2 -0
  1467. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +2 -0
  1468. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
  1469. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
  1470. package/dist-types/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -0
  1471. package/dist-types/commands/ExportImageCommand.d.ts +2 -0
  1472. package/dist-types/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -0
  1473. package/dist-types/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -0
  1474. package/dist-types/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -0
  1475. package/dist-types/commands/GetCapacityReservationUsageCommand.d.ts +2 -0
  1476. package/dist-types/commands/GetCoipPoolUsageCommand.d.ts +2 -0
  1477. package/dist-types/commands/GetConsoleOutputCommand.d.ts +2 -0
  1478. package/dist-types/commands/GetConsoleScreenshotCommand.d.ts +2 -0
  1479. package/dist-types/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -0
  1480. package/dist-types/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
  1481. package/dist-types/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -0
  1482. package/dist-types/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -0
  1483. package/dist-types/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -0
  1484. package/dist-types/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -0
  1485. package/dist-types/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -0
  1486. package/dist-types/commands/GetInstanceUefiDataCommand.d.ts +2 -0
  1487. package/dist-types/commands/GetIpamAddressHistoryCommand.d.ts +2 -0
  1488. package/dist-types/commands/GetIpamPoolAllocationsCommand.d.ts +2 -0
  1489. package/dist-types/commands/GetIpamPoolCidrsCommand.d.ts +2 -0
  1490. package/dist-types/commands/GetIpamResourceCidrsCommand.d.ts +2 -0
  1491. package/dist-types/commands/GetLaunchTemplateDataCommand.d.ts +2 -0
  1492. package/dist-types/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -0
  1493. package/dist-types/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -0
  1494. package/dist-types/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -0
  1495. package/dist-types/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -0
  1496. package/dist-types/commands/GetPasswordDataCommand.d.ts +2 -0
  1497. package/dist-types/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -0
  1498. package/dist-types/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -0
  1499. package/dist-types/commands/GetSpotPlacementScoresCommand.d.ts +2 -0
  1500. package/dist-types/commands/GetSubnetCidrReservationsCommand.d.ts +2 -0
  1501. package/dist-types/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -0
  1502. package/dist-types/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
  1503. package/dist-types/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -0
  1504. package/dist-types/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
  1505. package/dist-types/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -0
  1506. package/dist-types/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -0
  1507. package/dist-types/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -0
  1508. package/dist-types/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -0
  1509. package/dist-types/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -0
  1510. package/dist-types/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
  1511. package/dist-types/commands/ImportImageCommand.d.ts +2 -0
  1512. package/dist-types/commands/ImportInstanceCommand.d.ts +2 -0
  1513. package/dist-types/commands/ImportKeyPairCommand.d.ts +2 -0
  1514. package/dist-types/commands/ImportSnapshotCommand.d.ts +2 -0
  1515. package/dist-types/commands/ImportVolumeCommand.d.ts +2 -0
  1516. package/dist-types/commands/ListImagesInRecycleBinCommand.d.ts +2 -0
  1517. package/dist-types/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -0
  1518. package/dist-types/commands/ModifyAddressAttributeCommand.d.ts +2 -0
  1519. package/dist-types/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -0
  1520. package/dist-types/commands/ModifyCapacityReservationCommand.d.ts +2 -0
  1521. package/dist-types/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -0
  1522. package/dist-types/commands/ModifyClientVpnEndpointCommand.d.ts +2 -0
  1523. package/dist-types/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -0
  1524. package/dist-types/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -0
  1525. package/dist-types/commands/ModifyFleetCommand.d.ts +2 -0
  1526. package/dist-types/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -0
  1527. package/dist-types/commands/ModifyHostsCommand.d.ts +2 -0
  1528. package/dist-types/commands/ModifyIdFormatCommand.d.ts +2 -0
  1529. package/dist-types/commands/ModifyIdentityIdFormatCommand.d.ts +2 -0
  1530. package/dist-types/commands/ModifyImageAttributeCommand.d.ts +2 -0
  1531. package/dist-types/commands/ModifyInstanceAttributeCommand.d.ts +2 -0
  1532. package/dist-types/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -0
  1533. package/dist-types/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -0
  1534. package/dist-types/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -0
  1535. package/dist-types/commands/ModifyInstanceEventWindowCommand.d.ts +2 -0
  1536. package/dist-types/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -0
  1537. package/dist-types/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -0
  1538. package/dist-types/commands/ModifyInstancePlacementCommand.d.ts +2 -0
  1539. package/dist-types/commands/ModifyIpamCommand.d.ts +2 -0
  1540. package/dist-types/commands/ModifyIpamPoolCommand.d.ts +2 -0
  1541. package/dist-types/commands/ModifyIpamResourceCidrCommand.d.ts +2 -0
  1542. package/dist-types/commands/ModifyIpamScopeCommand.d.ts +2 -0
  1543. package/dist-types/commands/ModifyLaunchTemplateCommand.d.ts +2 -0
  1544. package/dist-types/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -0
  1545. package/dist-types/commands/ModifyManagedPrefixListCommand.d.ts +2 -0
  1546. package/dist-types/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -0
  1547. package/dist-types/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -0
  1548. package/dist-types/commands/ModifyReservedInstancesCommand.d.ts +2 -0
  1549. package/dist-types/commands/ModifySecurityGroupRulesCommand.d.ts +2 -0
  1550. package/dist-types/commands/ModifySnapshotAttributeCommand.d.ts +2 -0
  1551. package/dist-types/commands/ModifySnapshotTierCommand.d.ts +2 -0
  1552. package/dist-types/commands/ModifySpotFleetRequestCommand.d.ts +2 -0
  1553. package/dist-types/commands/ModifySubnetAttributeCommand.d.ts +2 -0
  1554. package/dist-types/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -0
  1555. package/dist-types/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -0
  1556. package/dist-types/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -0
  1557. package/dist-types/commands/ModifyTransitGatewayCommand.d.ts +2 -0
  1558. package/dist-types/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
  1559. package/dist-types/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1560. package/dist-types/commands/ModifyVolumeAttributeCommand.d.ts +2 -0
  1561. package/dist-types/commands/ModifyVolumeCommand.d.ts +2 -0
  1562. package/dist-types/commands/ModifyVpcAttributeCommand.d.ts +2 -0
  1563. package/dist-types/commands/ModifyVpcEndpointCommand.d.ts +2 -0
  1564. package/dist-types/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -0
  1565. package/dist-types/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -0
  1566. package/dist-types/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -0
  1567. package/dist-types/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -0
  1568. package/dist-types/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -0
  1569. package/dist-types/commands/ModifyVpcTenancyCommand.d.ts +2 -0
  1570. package/dist-types/commands/ModifyVpnConnectionCommand.d.ts +2 -0
  1571. package/dist-types/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -0
  1572. package/dist-types/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -0
  1573. package/dist-types/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
  1574. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -0
  1575. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +2 -0
  1576. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
  1577. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +2 -0
  1578. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  1579. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -0
  1580. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +2 -0
  1581. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -0
  1582. package/dist-types/commands/PurchaseScheduledInstancesCommand.d.ts +2 -0
  1583. package/dist-types/commands/RebootInstancesCommand.d.ts +2 -0
  1584. package/dist-types/commands/RegisterImageCommand.d.ts +2 -0
  1585. package/dist-types/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
  1586. package/dist-types/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
  1587. package/dist-types/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
  1588. package/dist-types/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
  1589. package/dist-types/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  1590. package/dist-types/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1591. package/dist-types/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -0
  1592. package/dist-types/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -0
  1593. package/dist-types/commands/ReleaseAddressCommand.d.ts +2 -0
  1594. package/dist-types/commands/ReleaseHostsCommand.d.ts +2 -0
  1595. package/dist-types/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -0
  1596. package/dist-types/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -0
  1597. package/dist-types/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -0
  1598. package/dist-types/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -0
  1599. package/dist-types/commands/ReplaceRouteCommand.d.ts +2 -0
  1600. package/dist-types/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -0
  1601. package/dist-types/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -0
  1602. package/dist-types/commands/ReportInstanceStatusCommand.d.ts +2 -0
  1603. package/dist-types/commands/RequestSpotFleetCommand.d.ts +2 -0
  1604. package/dist-types/commands/RequestSpotInstancesCommand.d.ts +2 -0
  1605. package/dist-types/commands/ResetAddressAttributeCommand.d.ts +2 -0
  1606. package/dist-types/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
  1607. package/dist-types/commands/ResetFpgaImageAttributeCommand.d.ts +2 -0
  1608. package/dist-types/commands/ResetImageAttributeCommand.d.ts +2 -0
  1609. package/dist-types/commands/ResetInstanceAttributeCommand.d.ts +2 -0
  1610. package/dist-types/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -0
  1611. package/dist-types/commands/ResetSnapshotAttributeCommand.d.ts +2 -0
  1612. package/dist-types/commands/RestoreAddressToClassicCommand.d.ts +2 -0
  1613. package/dist-types/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -0
  1614. package/dist-types/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
  1615. package/dist-types/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -0
  1616. package/dist-types/commands/RestoreSnapshotTierCommand.d.ts +2 -0
  1617. package/dist-types/commands/RevokeClientVpnIngressCommand.d.ts +2 -0
  1618. package/dist-types/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -0
  1619. package/dist-types/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -0
  1620. package/dist-types/commands/RunInstancesCommand.d.ts +2 -0
  1621. package/dist-types/commands/RunScheduledInstancesCommand.d.ts +2 -0
  1622. package/dist-types/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -0
  1623. package/dist-types/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -0
  1624. package/dist-types/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
  1625. package/dist-types/commands/SendDiagnosticInterruptCommand.d.ts +2 -0
  1626. package/dist-types/commands/StartInstancesCommand.d.ts +2 -0
  1627. package/dist-types/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
  1628. package/dist-types/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -0
  1629. package/dist-types/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -0
  1630. package/dist-types/commands/StopInstancesCommand.d.ts +2 -0
  1631. package/dist-types/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -0
  1632. package/dist-types/commands/TerminateInstancesCommand.d.ts +2 -0
  1633. package/dist-types/commands/UnassignIpv6AddressesCommand.d.ts +2 -0
  1634. package/dist-types/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -0
  1635. package/dist-types/commands/UnmonitorInstancesCommand.d.ts +2 -0
  1636. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -0
  1637. package/dist-types/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -0
  1638. package/dist-types/commands/WithdrawByoipCidrCommand.d.ts +2 -0
  1639. package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
  1640. package/dist-types/endpoint/endpointResolver.d.ts +5 -0
  1641. package/dist-types/endpoint/ruleset.d.ts +2 -0
  1642. package/dist-types/runtimeConfig.browser.d.ts +4 -2
  1643. package/dist-types/runtimeConfig.d.ts +4 -2
  1644. package/dist-types/runtimeConfig.native.d.ts +4 -2
  1645. package/dist-types/runtimeConfig.shared.d.ts +3 -1
  1646. package/dist-types/ts3.4/EC2Client.d.ts +15 -8
  1647. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +2 -0
  1648. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
  1649. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  1650. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1651. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +2 -0
  1652. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +2 -0
  1653. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +2 -0
  1654. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +2 -0
  1655. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +2 -0
  1656. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +2 -0
  1657. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +2 -0
  1658. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +2 -0
  1659. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +2 -0
  1660. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +2 -0
  1661. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +2 -0
  1662. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +2 -0
  1663. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
  1664. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +2 -0
  1665. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +2 -0
  1666. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +2 -0
  1667. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +2 -0
  1668. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
  1669. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +2 -0
  1670. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +2 -0
  1671. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +2 -0
  1672. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +2 -0
  1673. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +2 -0
  1674. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +2 -0
  1675. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +2 -0
  1676. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +2 -0
  1677. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +2 -0
  1678. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +2 -0
  1679. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +2 -0
  1680. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +2 -0
  1681. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +2 -0
  1682. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +2 -0
  1683. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +2 -0
  1684. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +2 -0
  1685. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +2 -0
  1686. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +2 -0
  1687. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +2 -0
  1688. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +2 -0
  1689. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +2 -0
  1690. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +2 -0
  1691. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +2 -0
  1692. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +2 -0
  1693. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +2 -0
  1694. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +2 -0
  1695. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +2 -0
  1696. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +2 -0
  1697. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +2 -0
  1698. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +2 -0
  1699. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +2 -0
  1700. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +2 -0
  1701. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +2 -0
  1702. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +2 -0
  1703. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +2 -0
  1704. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +2 -0
  1705. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -0
  1706. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +2 -0
  1707. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +2 -0
  1708. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +2 -0
  1709. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +2 -0
  1710. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +2 -0
  1711. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +2 -0
  1712. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +2 -0
  1713. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +2 -0
  1714. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +2 -0
  1715. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +2 -0
  1716. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +2 -0
  1717. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +2 -0
  1718. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +2 -0
  1719. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +2 -0
  1720. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +2 -0
  1721. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +2 -0
  1722. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
  1723. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
  1724. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +2 -0
  1725. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +2 -0
  1726. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +2 -0
  1727. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +2 -0
  1728. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +2 -0
  1729. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +2 -0
  1730. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +2 -0
  1731. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +2 -0
  1732. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +2 -0
  1733. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +2 -0
  1734. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +2 -0
  1735. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +2 -0
  1736. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +2 -0
  1737. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +2 -0
  1738. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +2 -0
  1739. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +2 -0
  1740. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +2 -0
  1741. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +2 -0
  1742. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +2 -0
  1743. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +2 -0
  1744. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +2 -0
  1745. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +2 -0
  1746. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +2 -0
  1747. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +2 -0
  1748. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -0
  1749. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +2 -0
  1750. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +2 -0
  1751. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +2 -0
  1752. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +2 -0
  1753. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +2 -0
  1754. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +2 -0
  1755. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  1756. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +2 -0
  1757. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
  1758. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +2 -0
  1759. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
  1760. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +2 -0
  1761. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1762. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +2 -0
  1763. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +2 -0
  1764. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +2 -0
  1765. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +2 -0
  1766. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +2 -0
  1767. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +2 -0
  1768. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +2 -0
  1769. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +2 -0
  1770. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +2 -0
  1771. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +2 -0
  1772. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +2 -0
  1773. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +2 -0
  1774. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +2 -0
  1775. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +2 -0
  1776. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +2 -0
  1777. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +2 -0
  1778. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +2 -0
  1779. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +2 -0
  1780. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +2 -0
  1781. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +2 -0
  1782. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +2 -0
  1783. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +2 -0
  1784. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +2 -0
  1785. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +2 -0
  1786. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +2 -0
  1787. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +2 -0
  1788. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +2 -0
  1789. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +2 -0
  1790. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +2 -0
  1791. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +2 -0
  1792. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +2 -0
  1793. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +2 -0
  1794. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +2 -0
  1795. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +2 -0
  1796. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +2 -0
  1797. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +2 -0
  1798. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
  1799. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +2 -0
  1800. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +2 -0
  1801. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +2 -0
  1802. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +2 -0
  1803. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +2 -0
  1804. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +2 -0
  1805. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +2 -0
  1806. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +2 -0
  1807. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +2 -0
  1808. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +2 -0
  1809. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +2 -0
  1810. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +2 -0
  1811. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +2 -0
  1812. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +2 -0
  1813. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +2 -0
  1814. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +2 -0
  1815. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +2 -0
  1816. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +2 -0
  1817. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +2 -0
  1818. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +2 -0
  1819. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +2 -0
  1820. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +2 -0
  1821. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +2 -0
  1822. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +2 -0
  1823. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  1824. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +2 -0
  1825. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
  1826. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +2 -0
  1827. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +2 -0
  1828. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +2 -0
  1829. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  1830. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +2 -0
  1831. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +2 -0
  1832. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
  1833. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
  1834. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +2 -0
  1835. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +2 -0
  1836. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +2 -0
  1837. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +2 -0
  1838. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +2 -0
  1839. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +2 -0
  1840. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +2 -0
  1841. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +2 -0
  1842. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +2 -0
  1843. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
  1844. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
  1845. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
  1846. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +2 -0
  1847. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +2 -0
  1848. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +2 -0
  1849. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +2 -0
  1850. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +2 -0
  1851. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +2 -0
  1852. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +2 -0
  1853. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +2 -0
  1854. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +2 -0
  1855. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +2 -0
  1856. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +2 -0
  1857. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +2 -0
  1858. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +2 -0
  1859. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +2 -0
  1860. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +2 -0
  1861. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +2 -0
  1862. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +2 -0
  1863. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +2 -0
  1864. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +2 -0
  1865. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +2 -0
  1866. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +2 -0
  1867. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +2 -0
  1868. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +2 -0
  1869. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +2 -0
  1870. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +2 -0
  1871. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +2 -0
  1872. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +2 -0
  1873. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +2 -0
  1874. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +2 -0
  1875. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +2 -0
  1876. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +2 -0
  1877. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +2 -0
  1878. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +2 -0
  1879. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +2 -0
  1880. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +2 -0
  1881. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +2 -0
  1882. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +2 -0
  1883. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +2 -0
  1884. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +2 -0
  1885. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +2 -0
  1886. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +2 -0
  1887. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +2 -0
  1888. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +2 -0
  1889. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +2 -0
  1890. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +2 -0
  1891. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +2 -0
  1892. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +2 -0
  1893. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +2 -0
  1894. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +2 -0
  1895. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +2 -0
  1896. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +2 -0
  1897. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +2 -0
  1898. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +2 -0
  1899. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +2 -0
  1900. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +2 -0
  1901. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +2 -0
  1902. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +2 -0
  1903. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +2 -0
  1904. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +2 -0
  1905. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +2 -0
  1906. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +2 -0
  1907. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +2 -0
  1908. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +2 -0
  1909. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +2 -0
  1910. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +2 -0
  1911. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +2 -0
  1912. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +2 -0
  1913. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +2 -0
  1914. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +2 -0
  1915. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +2 -0
  1916. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +2 -0
  1917. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +2 -0
  1918. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +2 -0
  1919. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +2 -0
  1920. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +2 -0
  1921. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +2 -0
  1922. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +2 -0
  1923. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +2 -0
  1924. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +2 -0
  1925. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +2 -0
  1926. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +2 -0
  1927. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +2 -0
  1928. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +2 -0
  1929. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +2 -0
  1930. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +2 -0
  1931. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +2 -0
  1932. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +2 -0
  1933. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +2 -0
  1934. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +2 -0
  1935. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +2 -0
  1936. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +2 -0
  1937. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +2 -0
  1938. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +2 -0
  1939. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +2 -0
  1940. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +2 -0
  1941. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +2 -0
  1942. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +2 -0
  1943. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +2 -0
  1944. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +2 -0
  1945. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +2 -0
  1946. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +2 -0
  1947. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +2 -0
  1948. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +2 -0
  1949. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +2 -0
  1950. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +2 -0
  1951. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +2 -0
  1952. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +2 -0
  1953. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +2 -0
  1954. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +2 -0
  1955. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +2 -0
  1956. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +2 -0
  1957. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +2 -0
  1958. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +2 -0
  1959. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +2 -0
  1960. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +2 -0
  1961. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +2 -0
  1962. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +2 -0
  1963. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +2 -0
  1964. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +2 -0
  1965. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +2 -0
  1966. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +2 -0
  1967. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +2 -0
  1968. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +2 -0
  1969. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +2 -0
  1970. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +2 -0
  1971. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +2 -0
  1972. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +2 -0
  1973. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +2 -0
  1974. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +2 -0
  1975. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +2 -0
  1976. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +2 -0
  1977. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +2 -0
  1978. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +2 -0
  1979. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +2 -0
  1980. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +2 -0
  1981. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +2 -0
  1982. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +2 -0
  1983. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +2 -0
  1984. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +2 -0
  1985. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +2 -0
  1986. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +2 -0
  1987. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +2 -0
  1988. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +2 -0
  1989. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +2 -0
  1990. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +2 -0
  1991. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +2 -0
  1992. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
  1993. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +2 -0
  1994. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +2 -0
  1995. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
  1996. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +2 -0
  1997. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +2 -0
  1998. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +2 -0
  1999. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +2 -0
  2000. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +2 -0
  2001. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +2 -0
  2002. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +2 -0
  2003. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +2 -0
  2004. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +2 -0
  2005. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +2 -0
  2006. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +2 -0
  2007. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +2 -0
  2008. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +2 -0
  2009. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +2 -0
  2010. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -0
  2011. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +2 -0
  2012. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +2 -0
  2013. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +2 -0
  2014. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +2 -0
  2015. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +2 -0
  2016. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +2 -0
  2017. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +2 -0
  2018. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +2 -0
  2019. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
  2020. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +2 -0
  2021. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +2 -0
  2022. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +2 -0
  2023. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +2 -0
  2024. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +2 -0
  2025. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +2 -0
  2026. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +2 -0
  2027. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +2 -0
  2028. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +2 -0
  2029. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +2 -0
  2030. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
  2031. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +2 -0
  2032. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +2 -0
  2033. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +2 -0
  2034. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +2 -0
  2035. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +2 -0
  2036. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +2 -0
  2037. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +2 -0
  2038. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +2 -0
  2039. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +2 -0
  2040. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +2 -0
  2041. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +2 -0
  2042. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +2 -0
  2043. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +2 -0
  2044. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +2 -0
  2045. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +2 -0
  2046. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +2 -0
  2047. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +2 -0
  2048. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +2 -0
  2049. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +2 -0
  2050. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +2 -0
  2051. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +2 -0
  2052. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
  2053. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +2 -0
  2054. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +2 -0
  2055. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +2 -0
  2056. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +2 -0
  2057. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +2 -0
  2058. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +2 -0
  2059. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +2 -0
  2060. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +2 -0
  2061. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +2 -0
  2062. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +2 -0
  2063. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +2 -0
  2064. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +2 -0
  2065. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +2 -0
  2066. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +2 -0
  2067. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +2 -0
  2068. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +2 -0
  2069. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +2 -0
  2070. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +2 -0
  2071. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +2 -0
  2072. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +2 -0
  2073. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +2 -0
  2074. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +2 -0
  2075. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +2 -0
  2076. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +2 -0
  2077. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +2 -0
  2078. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +2 -0
  2079. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +2 -0
  2080. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +2 -0
  2081. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +2 -0
  2082. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +2 -0
  2083. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +2 -0
  2084. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +2 -0
  2085. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +2 -0
  2086. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +2 -0
  2087. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +2 -0
  2088. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +2 -0
  2089. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +2 -0
  2090. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +2 -0
  2091. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +2 -0
  2092. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +2 -0
  2093. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +2 -0
  2094. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +2 -0
  2095. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +2 -0
  2096. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +2 -0
  2097. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +2 -0
  2098. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +2 -0
  2099. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +2 -0
  2100. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +2 -0
  2101. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +2 -0
  2102. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +2 -0
  2103. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +2 -0
  2104. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +2 -0
  2105. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +2 -0
  2106. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +2 -0
  2107. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +2 -0
  2108. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +2 -0
  2109. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  2110. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +2 -0
  2111. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +2 -0
  2112. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +2 -0
  2113. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +2 -0
  2114. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +2 -0
  2115. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +2 -0
  2116. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +2 -0
  2117. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +2 -0
  2118. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +2 -0
  2119. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +2 -0
  2120. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +2 -0
  2121. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +2 -0
  2122. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +2 -0
  2123. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +2 -0
  2124. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -0
  2125. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +2 -0
  2126. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +2 -0
  2127. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +2 -0
  2128. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +2 -0
  2129. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +2 -0
  2130. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +2 -0
  2131. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +2 -0
  2132. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +2 -0
  2133. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +2 -0
  2134. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +2 -0
  2135. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +2 -0
  2136. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +2 -0
  2137. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +2 -0
  2138. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +2 -0
  2139. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +2 -0
  2140. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +2 -0
  2141. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +2 -0
  2142. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +2 -0
  2143. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +2 -0
  2144. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +2 -0
  2145. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +2 -0
  2146. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +2 -0
  2147. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +2 -0
  2148. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +2 -0
  2149. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +2 -0
  2150. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +2 -0
  2151. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +2 -0
  2152. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +2 -0
  2153. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +2 -0
  2154. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +2 -0
  2155. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +2 -0
  2156. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +2 -0
  2157. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +2 -0
  2158. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +2 -0
  2159. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +2 -0
  2160. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +2 -0
  2161. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +2 -0
  2162. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +2 -0
  2163. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +2 -0
  2164. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +2 -0
  2165. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +2 -0
  2166. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +2 -0
  2167. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +2 -0
  2168. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +2 -0
  2169. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +2 -0
  2170. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +2 -0
  2171. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +2 -0
  2172. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +2 -0
  2173. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +2 -0
  2174. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +2 -0
  2175. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +2 -0
  2176. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +2 -0
  2177. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +2 -0
  2178. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +2 -0
  2179. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +2 -0
  2180. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +2 -0
  2181. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +2 -0
  2182. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +2 -0
  2183. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +2 -0
  2184. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +2 -0
  2185. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +2 -0
  2186. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +2 -0
  2187. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +2 -0
  2188. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +2 -0
  2189. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
  2190. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
  2191. package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
  2192. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
  2193. package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
  2194. package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
  2195. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
  2196. package/package.json +5 -3
  2197. package/dist-cjs/endpoints.js +0 -240
  2198. package/dist-es/endpoints.js +0 -236
  2199. package/dist-types/endpoints.d.ts +0 -2
  2200. package/dist-types/ts3.4/endpoints.d.ts +0 -2
package/CHANGELOG.md CHANGED
@@ -3,6 +3,25 @@
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.196.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.195.0...v3.196.0) (2022-10-25)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-ec2
9
+
10
+
11
+
12
+
13
+
14
+ # [3.194.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.193.0...v3.194.0) (2022-10-21)
15
+
16
+
17
+ ### Features
18
+
19
+ * **endpoint:** endpoint models for awsquery protocol ([#4070](https://github.com/aws/aws-sdk-js-v3/issues/4070)) ([41bb10d](https://github.com/aws/aws-sdk-js-v3/commit/41bb10dc09390b4fe0a6578feb6584c15b8b8186))
20
+
21
+
22
+
23
+
24
+
6
25
  # [3.193.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.192.0...v3.193.0) (2022-10-20)
7
26
 
8
27
  **Note:** Version bump only for package @aws-sdk/client-ec2
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.EC2Client = void 0;
4
4
  const config_resolver_1 = require("@aws-sdk/config-resolver");
5
5
  const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
6
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
6
7
  const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
7
8
  const middleware_logger_1 = require("@aws-sdk/middleware-logger");
8
9
  const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
@@ -10,18 +11,20 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
10
11
  const middleware_signing_1 = require("@aws-sdk/middleware-signing");
11
12
  const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
12
13
  const smithy_client_1 = require("@aws-sdk/smithy-client");
14
+ const EndpointParameters_1 = require("./endpoint/EndpointParameters");
13
15
  const runtimeConfig_1 = require("./runtimeConfig");
14
16
  class EC2Client extends smithy_client_1.Client {
15
17
  constructor(configuration) {
16
18
  const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration);
17
- const _config_1 = (0, config_resolver_1.resolveRegionConfig)(_config_0);
18
- const _config_2 = (0, config_resolver_1.resolveEndpointsConfig)(_config_1);
19
- const _config_3 = (0, middleware_retry_1.resolveRetryConfig)(_config_2);
20
- const _config_4 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_3);
21
- const _config_5 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_4);
22
- const _config_6 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_5);
23
- super(_config_6);
24
- this.config = _config_6;
19
+ const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
20
+ const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
21
+ const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
22
+ const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
23
+ const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
24
+ const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
25
+ const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
26
+ super(_config_7);
27
+ this.config = _config_7;
25
28
  this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
26
29
  this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
27
30
  this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AcceptReservedInstancesExchangeQuoteCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AcceptReservedInstancesExchangeQuoteCommand extends smithy_client_1.Comman
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptReservedInstancesExchangeQuoteCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AcceptTransitGatewayMulticastDomainAssociationsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AcceptTransitGatewayMulticastDomainAssociationsCommand extends smithy_clie
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptTransitGatewayMulticastDomainAssociationsCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AcceptTransitGatewayPeeringAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AcceptTransitGatewayPeeringAttachmentCommand extends smithy_client_1.Comma
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptTransitGatewayPeeringAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AcceptTransitGatewayVpcAttachmentCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AcceptTransitGatewayVpcAttachmentCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptTransitGatewayVpcAttachmentCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AcceptVpcEndpointConnectionsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AcceptVpcEndpointConnectionsCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptVpcEndpointConnectionsCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AcceptVpcPeeringConnectionCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AcceptVpcPeeringConnectionCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AcceptVpcPeeringConnectionCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AdvertiseByoipCidrCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AdvertiseByoipCidrCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AdvertiseByoipCidrCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AllocateAddressCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AllocateAddressCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AllocateAddressCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AllocateHostsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AllocateHostsCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AllocateHostsCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AllocateIpamPoolCidrCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AllocateIpamPoolCidrCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AllocateIpamPoolCidrCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.ApplySecurityGroupsToClientVpnTargetNetworkCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class ApplySecurityGroupsToClientVpnTargetNetworkCommand extends smithy_client_1
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, ApplySecurityGroupsToClientVpnTargetNetworkCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssignIpv6AddressesCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssignIpv6AddressesCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssignIpv6AddressesCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssignPrivateIpAddressesCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssignPrivateIpAddressesCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssignPrivateIpAddressesCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateAddressCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateAddressCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateAddressCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateClientVpnTargetNetworkCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateClientVpnTargetNetworkCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateClientVpnTargetNetworkCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateDhcpOptionsCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateDhcpOptionsCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateDhcpOptionsCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateEnclaveCertificateIamRoleCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateEnclaveCertificateIamRoleCommand extends smithy_client_1.Command
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateEnclaveCertificateIamRoleCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateIamInstanceProfileCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateIamInstanceProfileCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateIamInstanceProfileCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateInstanceEventWindowCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateInstanceEventWindowCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateInstanceEventWindowCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateRouteTableCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateRouteTableCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateRouteTableCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.AssociateSubnetCidrBlockCommand = void 0;
4
+ const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
4
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
5
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
6
7
  const models_0_1 = require("../models/models_0");
@@ -10,8 +11,17 @@ class AssociateSubnetCidrBlockCommand extends smithy_client_1.Command {
10
11
  super();
11
12
  this.input = input;
12
13
  }
14
+ static getEndpointParameterInstructions() {
15
+ return {
16
+ UseFIPS: { type: "builtInParams", name: "useFipsEndpoint" },
17
+ Endpoint: { type: "builtInParams", name: "endpoint" },
18
+ Region: { type: "builtInParams", name: "region" },
19
+ UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
20
+ };
21
+ }
13
22
  resolveMiddleware(clientStack, configuration, options) {
14
23
  this.middlewareStack.use((0, middleware_serde_1.getSerdePlugin)(configuration, this.serialize, this.deserialize));
24
+ this.middlewareStack.use((0, middleware_endpoint_1.getEndpointPlugin)(configuration, AssociateSubnetCidrBlockCommand.getEndpointParameterInstructions()));
15
25
  const stack = clientStack.concat(this.middlewareStack);
16
26
  const { logger } = configuration;
17
27
  const clientName = "EC2Client";