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

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


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

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