@aws-sdk/client-ec2 3.170.0 → 3.172.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 (763) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/dist-cjs/EC2.js +120 -0
  3. package/dist-cjs/commands/CreateCoipCidrCommand.js +36 -0
  4. package/dist-cjs/commands/CreateCoipPoolCommand.js +36 -0
  5. package/dist-cjs/commands/CreateDhcpOptionsCommand.js +2 -1
  6. package/dist-cjs/commands/CreateEgressOnlyInternetGatewayCommand.js +3 -3
  7. package/dist-cjs/commands/CreateLocalGatewayRouteTableCommand.js +36 -0
  8. package/dist-cjs/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  9. package/dist-cjs/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
  10. package/dist-cjs/commands/CreateTrafficMirrorSessionCommand.js +3 -3
  11. package/dist-cjs/commands/CreateTrafficMirrorTargetCommand.js +3 -3
  12. package/dist-cjs/commands/CreateTransitGatewayCommand.js +1 -2
  13. package/dist-cjs/commands/DeleteCoipCidrCommand.js +36 -0
  14. package/dist-cjs/commands/DeleteCoipPoolCommand.js +36 -0
  15. package/dist-cjs/commands/DeleteLocalGatewayRouteTableCommand.js +36 -0
  16. package/dist-cjs/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +36 -0
  17. package/dist-cjs/commands/DescribeAggregateIdFormatCommand.js +3 -3
  18. package/dist-cjs/commands/DescribeAvailabilityZonesCommand.js +3 -3
  19. package/dist-cjs/commands/DescribeBundleTasksCommand.js +3 -3
  20. package/dist-cjs/commands/DescribeByoipCidrsCommand.js +3 -3
  21. package/dist-cjs/commands/DescribeCapacityReservationFleetsCommand.js +3 -3
  22. package/dist-cjs/commands/DescribeCapacityReservationsCommand.js +3 -3
  23. package/dist-cjs/commands/DescribeCarrierGatewaysCommand.js +3 -3
  24. package/dist-cjs/commands/DescribeClassicLinkInstancesCommand.js +3 -3
  25. package/dist-cjs/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +3 -3
  26. package/dist-cjs/commands/DescribeManagedPrefixListsCommand.js +3 -3
  27. package/dist-cjs/commands/DescribeMovingAddressesCommand.js +3 -3
  28. package/dist-cjs/commands/DescribeNatGatewaysCommand.js +3 -3
  29. package/dist-cjs/commands/DescribeNetworkAclsCommand.js +3 -3
  30. package/dist-cjs/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +3 -3
  31. package/dist-cjs/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  32. package/dist-cjs/commands/EnableImageDeprecationCommand.js +3 -3
  33. package/dist-cjs/commands/EnableIpamOrganizationAdminAccountCommand.js +3 -3
  34. package/dist-cjs/commands/EnableSerialConsoleAccessCommand.js +3 -3
  35. package/dist-cjs/commands/EnableTransitGatewayRouteTablePropagationCommand.js +3 -3
  36. package/dist-cjs/commands/EnableVgwRoutePropagationCommand.js +2 -2
  37. package/dist-cjs/commands/EnableVolumeIOCommand.js +2 -2
  38. package/dist-cjs/commands/EnableVpcClassicLinkCommand.js +3 -3
  39. package/dist-cjs/commands/EnableVpcClassicLinkDnsSupportCommand.js +3 -3
  40. package/dist-cjs/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  41. package/dist-cjs/commands/MonitorInstancesCommand.js +2 -1
  42. package/dist-cjs/commands/MoveAddressToVpcCommand.js +3 -3
  43. package/dist-cjs/commands/MoveByoipCidrToIpamCommand.js +3 -3
  44. package/dist-cjs/commands/ProvisionByoipCidrCommand.js +3 -3
  45. package/dist-cjs/commands/ProvisionIpamPoolCidrCommand.js +3 -3
  46. package/dist-cjs/commands/ProvisionPublicIpv4PoolCidrCommand.js +3 -3
  47. package/dist-cjs/commands/PurchaseHostReservationCommand.js +3 -3
  48. package/dist-cjs/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  49. package/dist-cjs/commands/index.js +8 -0
  50. package/dist-cjs/models/models_0.js +994 -44
  51. package/dist-cjs/models/models_1.js +300 -42
  52. package/dist-cjs/models/models_2.js +208 -90
  53. package/dist-cjs/models/models_3.js +351 -93
  54. package/dist-cjs/models/models_4.js +160 -74
  55. package/dist-cjs/models/models_5.js +118 -80
  56. package/dist-cjs/models/models_6.js +108 -3
  57. package/dist-cjs/protocols/Aws_ec2.js +622 -21
  58. package/dist-es/EC2.js +120 -0
  59. package/dist-es/commands/CreateCoipCidrCommand.js +39 -0
  60. package/dist-es/commands/CreateCoipPoolCommand.js +39 -0
  61. package/dist-es/commands/CreateDhcpOptionsCommand.js +2 -1
  62. package/dist-es/commands/CreateEgressOnlyInternetGatewayCommand.js +1 -1
  63. package/dist-es/commands/CreateLocalGatewayRouteTableCommand.js +39 -0
  64. package/dist-es/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  65. package/dist-es/commands/CreateTrafficMirrorFilterRuleCommand.js +2 -1
  66. package/dist-es/commands/CreateTrafficMirrorSessionCommand.js +1 -1
  67. package/dist-es/commands/CreateTrafficMirrorTargetCommand.js +1 -1
  68. package/dist-es/commands/CreateTransitGatewayCommand.js +1 -2
  69. package/dist-es/commands/DeleteCoipCidrCommand.js +39 -0
  70. package/dist-es/commands/DeleteCoipPoolCommand.js +39 -0
  71. package/dist-es/commands/DeleteLocalGatewayRouteTableCommand.js +39 -0
  72. package/dist-es/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.js +39 -0
  73. package/dist-es/commands/DescribeAggregateIdFormatCommand.js +1 -1
  74. package/dist-es/commands/DescribeAvailabilityZonesCommand.js +1 -1
  75. package/dist-es/commands/DescribeBundleTasksCommand.js +1 -1
  76. package/dist-es/commands/DescribeByoipCidrsCommand.js +1 -1
  77. package/dist-es/commands/DescribeCapacityReservationFleetsCommand.js +1 -1
  78. package/dist-es/commands/DescribeCapacityReservationsCommand.js +1 -1
  79. package/dist-es/commands/DescribeCarrierGatewaysCommand.js +1 -1
  80. package/dist-es/commands/DescribeClassicLinkInstancesCommand.js +1 -1
  81. package/dist-es/commands/DescribeLocalGatewayVirtualInterfacesCommand.js +1 -1
  82. package/dist-es/commands/DescribeManagedPrefixListsCommand.js +1 -1
  83. package/dist-es/commands/DescribeMovingAddressesCommand.js +1 -1
  84. package/dist-es/commands/DescribeNatGatewaysCommand.js +1 -1
  85. package/dist-es/commands/DescribeNetworkAclsCommand.js +1 -1
  86. package/dist-es/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.js +1 -1
  87. package/dist-es/commands/EnableFastSnapshotRestoresCommand.js +2 -1
  88. package/dist-es/commands/EnableImageDeprecationCommand.js +1 -1
  89. package/dist-es/commands/EnableIpamOrganizationAdminAccountCommand.js +1 -1
  90. package/dist-es/commands/EnableSerialConsoleAccessCommand.js +1 -1
  91. package/dist-es/commands/EnableTransitGatewayRouteTablePropagationCommand.js +1 -1
  92. package/dist-es/commands/EnableVgwRoutePropagationCommand.js +1 -1
  93. package/dist-es/commands/EnableVolumeIOCommand.js +1 -1
  94. package/dist-es/commands/EnableVpcClassicLinkCommand.js +1 -1
  95. package/dist-es/commands/EnableVpcClassicLinkDnsSupportCommand.js +1 -1
  96. package/dist-es/commands/ExportClientVpnClientCertificateRevocationListCommand.js +1 -2
  97. package/dist-es/commands/MonitorInstancesCommand.js +2 -1
  98. package/dist-es/commands/MoveAddressToVpcCommand.js +1 -1
  99. package/dist-es/commands/MoveByoipCidrToIpamCommand.js +1 -1
  100. package/dist-es/commands/ProvisionByoipCidrCommand.js +1 -1
  101. package/dist-es/commands/ProvisionIpamPoolCidrCommand.js +1 -1
  102. package/dist-es/commands/ProvisionPublicIpv4PoolCidrCommand.js +1 -1
  103. package/dist-es/commands/PurchaseHostReservationCommand.js +1 -1
  104. package/dist-es/commands/PurchaseReservedInstancesOfferingCommand.js +1 -2
  105. package/dist-es/commands/index.js +8 -0
  106. package/dist-es/models/models_0.js +967 -20
  107. package/dist-es/models/models_1.js +255 -9
  108. package/dist-es/models/models_2.js +151 -21
  109. package/dist-es/models/models_3.js +282 -30
  110. package/dist-es/models/models_4.js +109 -17
  111. package/dist-es/models/models_5.js +61 -23
  112. package/dist-es/models/models_6.js +53 -0
  113. package/dist-es/protocols/Aws_ec2.js +711 -27
  114. package/dist-types/EC2.d.ts +68 -0
  115. package/dist-types/EC2Client.d.ts +10 -2
  116. package/dist-types/commands/CreateCoipCidrCommand.d.ts +37 -0
  117. package/dist-types/commands/CreateCoipPoolCommand.d.ts +35 -0
  118. package/dist-types/commands/CreateDhcpOptionsCommand.d.ts +2 -1
  119. package/dist-types/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -1
  120. package/dist-types/commands/CreateLocalGatewayRouteTableCommand.d.ts +37 -0
  121. package/dist-types/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  122. package/dist-types/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -1
  123. package/dist-types/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -1
  124. package/dist-types/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -1
  125. package/dist-types/commands/CreateTransitGatewayCommand.d.ts +1 -2
  126. package/dist-types/commands/DeleteCoipCidrCommand.d.ts +37 -0
  127. package/dist-types/commands/DeleteCoipPoolCommand.d.ts +35 -0
  128. package/dist-types/commands/DeleteLocalGatewayRouteTableCommand.d.ts +37 -0
  129. package/dist-types/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +37 -0
  130. package/dist-types/commands/DescribeAggregateIdFormatCommand.d.ts +1 -1
  131. package/dist-types/commands/DescribeAvailabilityZonesCommand.d.ts +1 -1
  132. package/dist-types/commands/DescribeBundleTasksCommand.d.ts +1 -1
  133. package/dist-types/commands/DescribeByoipCidrsCommand.d.ts +1 -1
  134. package/dist-types/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -1
  135. package/dist-types/commands/DescribeCapacityReservationsCommand.d.ts +1 -1
  136. package/dist-types/commands/DescribeCarrierGatewaysCommand.d.ts +1 -1
  137. package/dist-types/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -1
  138. package/dist-types/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -1
  139. package/dist-types/commands/DescribeManagedPrefixListsCommand.d.ts +1 -1
  140. package/dist-types/commands/DescribeMovingAddressesCommand.d.ts +1 -1
  141. package/dist-types/commands/DescribeNatGatewaysCommand.d.ts +1 -1
  142. package/dist-types/commands/DescribeNetworkAclsCommand.d.ts +1 -1
  143. package/dist-types/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -1
  144. package/dist-types/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -1
  145. package/dist-types/commands/EnableImageDeprecationCommand.d.ts +1 -1
  146. package/dist-types/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -1
  147. package/dist-types/commands/EnableSerialConsoleAccessCommand.d.ts +1 -1
  148. package/dist-types/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -1
  149. package/dist-types/commands/EnableVgwRoutePropagationCommand.d.ts +1 -1
  150. package/dist-types/commands/EnableVolumeIOCommand.d.ts +1 -1
  151. package/dist-types/commands/EnableVpcClassicLinkCommand.d.ts +1 -1
  152. package/dist-types/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -1
  153. package/dist-types/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +1 -2
  154. package/dist-types/commands/MonitorInstancesCommand.d.ts +2 -1
  155. package/dist-types/commands/MoveAddressToVpcCommand.d.ts +1 -1
  156. package/dist-types/commands/MoveByoipCidrToIpamCommand.d.ts +1 -1
  157. package/dist-types/commands/ProvisionByoipCidrCommand.d.ts +1 -1
  158. package/dist-types/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -1
  159. package/dist-types/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -1
  160. package/dist-types/commands/PurchaseHostReservationCommand.d.ts +1 -1
  161. package/dist-types/commands/PurchaseReservedInstancesOfferingCommand.d.ts +1 -2
  162. package/dist-types/commands/index.d.ts +8 -0
  163. package/dist-types/models/models_0.d.ts +1074 -171
  164. package/dist-types/models/models_1.d.ts +566 -329
  165. package/dist-types/models/models_2.d.ts +530 -879
  166. package/dist-types/models/models_3.d.ts +6021 -5752
  167. package/dist-types/models/models_4.d.ts +644 -264
  168. package/dist-types/models/models_5.d.ts +295 -357
  169. package/dist-types/models/models_6.d.ts +382 -10
  170. package/dist-types/protocols/Aws_ec2.d.ts +24 -0
  171. package/dist-types/ts3.4/EC2.d.ts +148 -534
  172. package/dist-types/ts3.4/EC2Client.d.ts +48 -25
  173. package/dist-types/ts3.4/commands/AcceptReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  174. package/dist-types/ts3.4/commands/AcceptTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  175. package/dist-types/ts3.4/commands/AcceptTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  176. package/dist-types/ts3.4/commands/AcceptTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  177. package/dist-types/ts3.4/commands/AcceptVpcEndpointConnectionsCommand.d.ts +0 -2
  178. package/dist-types/ts3.4/commands/AcceptVpcPeeringConnectionCommand.d.ts +0 -2
  179. package/dist-types/ts3.4/commands/AdvertiseByoipCidrCommand.d.ts +0 -2
  180. package/dist-types/ts3.4/commands/AllocateAddressCommand.d.ts +0 -2
  181. package/dist-types/ts3.4/commands/AllocateHostsCommand.d.ts +0 -2
  182. package/dist-types/ts3.4/commands/AllocateIpamPoolCidrCommand.d.ts +0 -2
  183. package/dist-types/ts3.4/commands/ApplySecurityGroupsToClientVpnTargetNetworkCommand.d.ts +0 -2
  184. package/dist-types/ts3.4/commands/AssignIpv6AddressesCommand.d.ts +0 -2
  185. package/dist-types/ts3.4/commands/AssignPrivateIpAddressesCommand.d.ts +0 -2
  186. package/dist-types/ts3.4/commands/AssociateAddressCommand.d.ts +0 -2
  187. package/dist-types/ts3.4/commands/AssociateClientVpnTargetNetworkCommand.d.ts +0 -2
  188. package/dist-types/ts3.4/commands/AssociateDhcpOptionsCommand.d.ts +0 -2
  189. package/dist-types/ts3.4/commands/AssociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  190. package/dist-types/ts3.4/commands/AssociateIamInstanceProfileCommand.d.ts +0 -2
  191. package/dist-types/ts3.4/commands/AssociateInstanceEventWindowCommand.d.ts +0 -2
  192. package/dist-types/ts3.4/commands/AssociateRouteTableCommand.d.ts +0 -2
  193. package/dist-types/ts3.4/commands/AssociateSubnetCidrBlockCommand.d.ts +0 -2
  194. package/dist-types/ts3.4/commands/AssociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  195. package/dist-types/ts3.4/commands/AssociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  196. package/dist-types/ts3.4/commands/AssociateTransitGatewayRouteTableCommand.d.ts +0 -2
  197. package/dist-types/ts3.4/commands/AssociateTrunkInterfaceCommand.d.ts +0 -2
  198. package/dist-types/ts3.4/commands/AssociateVpcCidrBlockCommand.d.ts +0 -2
  199. package/dist-types/ts3.4/commands/AttachClassicLinkVpcCommand.d.ts +0 -2
  200. package/dist-types/ts3.4/commands/AttachInternetGatewayCommand.d.ts +0 -2
  201. package/dist-types/ts3.4/commands/AttachNetworkInterfaceCommand.d.ts +0 -2
  202. package/dist-types/ts3.4/commands/AttachVolumeCommand.d.ts +0 -2
  203. package/dist-types/ts3.4/commands/AttachVpnGatewayCommand.d.ts +0 -2
  204. package/dist-types/ts3.4/commands/AuthorizeClientVpnIngressCommand.d.ts +0 -2
  205. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupEgressCommand.d.ts +0 -2
  206. package/dist-types/ts3.4/commands/AuthorizeSecurityGroupIngressCommand.d.ts +0 -2
  207. package/dist-types/ts3.4/commands/BundleInstanceCommand.d.ts +0 -2
  208. package/dist-types/ts3.4/commands/CancelBundleTaskCommand.d.ts +0 -2
  209. package/dist-types/ts3.4/commands/CancelCapacityReservationCommand.d.ts +0 -2
  210. package/dist-types/ts3.4/commands/CancelCapacityReservationFleetsCommand.d.ts +0 -2
  211. package/dist-types/ts3.4/commands/CancelConversionTaskCommand.d.ts +0 -2
  212. package/dist-types/ts3.4/commands/CancelExportTaskCommand.d.ts +0 -2
  213. package/dist-types/ts3.4/commands/CancelImportTaskCommand.d.ts +0 -2
  214. package/dist-types/ts3.4/commands/CancelReservedInstancesListingCommand.d.ts +0 -2
  215. package/dist-types/ts3.4/commands/CancelSpotFleetRequestsCommand.d.ts +0 -2
  216. package/dist-types/ts3.4/commands/CancelSpotInstanceRequestsCommand.d.ts +0 -2
  217. package/dist-types/ts3.4/commands/ConfirmProductInstanceCommand.d.ts +0 -2
  218. package/dist-types/ts3.4/commands/CopyFpgaImageCommand.d.ts +0 -2
  219. package/dist-types/ts3.4/commands/CopyImageCommand.d.ts +0 -2
  220. package/dist-types/ts3.4/commands/CopySnapshotCommand.d.ts +0 -2
  221. package/dist-types/ts3.4/commands/CreateCapacityReservationCommand.d.ts +0 -2
  222. package/dist-types/ts3.4/commands/CreateCapacityReservationFleetCommand.d.ts +0 -2
  223. package/dist-types/ts3.4/commands/CreateCarrierGatewayCommand.d.ts +0 -2
  224. package/dist-types/ts3.4/commands/CreateClientVpnEndpointCommand.d.ts +0 -2
  225. package/dist-types/ts3.4/commands/CreateClientVpnRouteCommand.d.ts +0 -2
  226. package/dist-types/ts3.4/commands/CreateCoipCidrCommand.d.ts +35 -0
  227. package/dist-types/ts3.4/commands/CreateCoipPoolCommand.d.ts +35 -0
  228. package/dist-types/ts3.4/commands/CreateCustomerGatewayCommand.d.ts +0 -2
  229. package/dist-types/ts3.4/commands/CreateDefaultSubnetCommand.d.ts +0 -2
  230. package/dist-types/ts3.4/commands/CreateDefaultVpcCommand.d.ts +0 -2
  231. package/dist-types/ts3.4/commands/CreateDhcpOptionsCommand.d.ts +2 -6
  232. package/dist-types/ts3.4/commands/CreateEgressOnlyInternetGatewayCommand.d.ts +1 -3
  233. package/dist-types/ts3.4/commands/CreateFleetCommand.d.ts +0 -2
  234. package/dist-types/ts3.4/commands/CreateFlowLogsCommand.d.ts +0 -2
  235. package/dist-types/ts3.4/commands/CreateFpgaImageCommand.d.ts +0 -2
  236. package/dist-types/ts3.4/commands/CreateImageCommand.d.ts +0 -2
  237. package/dist-types/ts3.4/commands/CreateInstanceEventWindowCommand.d.ts +0 -2
  238. package/dist-types/ts3.4/commands/CreateInstanceExportTaskCommand.d.ts +0 -2
  239. package/dist-types/ts3.4/commands/CreateInternetGatewayCommand.d.ts +0 -2
  240. package/dist-types/ts3.4/commands/CreateIpamCommand.d.ts +0 -2
  241. package/dist-types/ts3.4/commands/CreateIpamPoolCommand.d.ts +0 -2
  242. package/dist-types/ts3.4/commands/CreateIpamScopeCommand.d.ts +0 -2
  243. package/dist-types/ts3.4/commands/CreateKeyPairCommand.d.ts +0 -2
  244. package/dist-types/ts3.4/commands/CreateLaunchTemplateCommand.d.ts +0 -2
  245. package/dist-types/ts3.4/commands/CreateLaunchTemplateVersionCommand.d.ts +0 -2
  246. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteCommand.d.ts +0 -2
  247. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableCommand.d.ts +39 -0
  248. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  249. package/dist-types/ts3.4/commands/CreateLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  250. package/dist-types/ts3.4/commands/CreateManagedPrefixListCommand.d.ts +0 -2
  251. package/dist-types/ts3.4/commands/CreateNatGatewayCommand.d.ts +0 -2
  252. package/dist-types/ts3.4/commands/CreateNetworkAclCommand.d.ts +0 -2
  253. package/dist-types/ts3.4/commands/CreateNetworkAclEntryCommand.d.ts +0 -2
  254. package/dist-types/ts3.4/commands/CreateNetworkInsightsAccessScopeCommand.d.ts +0 -2
  255. package/dist-types/ts3.4/commands/CreateNetworkInsightsPathCommand.d.ts +0 -2
  256. package/dist-types/ts3.4/commands/CreateNetworkInterfaceCommand.d.ts +0 -2
  257. package/dist-types/ts3.4/commands/CreateNetworkInterfacePermissionCommand.d.ts +0 -2
  258. package/dist-types/ts3.4/commands/CreatePlacementGroupCommand.d.ts +0 -2
  259. package/dist-types/ts3.4/commands/CreatePublicIpv4PoolCommand.d.ts +0 -2
  260. package/dist-types/ts3.4/commands/CreateReplaceRootVolumeTaskCommand.d.ts +0 -2
  261. package/dist-types/ts3.4/commands/CreateReservedInstancesListingCommand.d.ts +0 -2
  262. package/dist-types/ts3.4/commands/CreateRestoreImageTaskCommand.d.ts +0 -2
  263. package/dist-types/ts3.4/commands/CreateRouteCommand.d.ts +0 -2
  264. package/dist-types/ts3.4/commands/CreateRouteTableCommand.d.ts +0 -2
  265. package/dist-types/ts3.4/commands/CreateSecurityGroupCommand.d.ts +0 -2
  266. package/dist-types/ts3.4/commands/CreateSnapshotCommand.d.ts +0 -2
  267. package/dist-types/ts3.4/commands/CreateSnapshotsCommand.d.ts +0 -2
  268. package/dist-types/ts3.4/commands/CreateSpotDatafeedSubscriptionCommand.d.ts +0 -2
  269. package/dist-types/ts3.4/commands/CreateStoreImageTaskCommand.d.ts +0 -2
  270. package/dist-types/ts3.4/commands/CreateSubnetCidrReservationCommand.d.ts +0 -2
  271. package/dist-types/ts3.4/commands/CreateSubnetCommand.d.ts +0 -2
  272. package/dist-types/ts3.4/commands/CreateTagsCommand.d.ts +0 -2
  273. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterCommand.d.ts +0 -2
  274. package/dist-types/ts3.4/commands/CreateTrafficMirrorFilterRuleCommand.d.ts +2 -6
  275. package/dist-types/ts3.4/commands/CreateTrafficMirrorSessionCommand.d.ts +1 -3
  276. package/dist-types/ts3.4/commands/CreateTrafficMirrorTargetCommand.d.ts +1 -3
  277. package/dist-types/ts3.4/commands/CreateTransitGatewayCommand.d.ts +4 -4
  278. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectCommand.d.ts +0 -2
  279. package/dist-types/ts3.4/commands/CreateTransitGatewayConnectPeerCommand.d.ts +0 -2
  280. package/dist-types/ts3.4/commands/CreateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  281. package/dist-types/ts3.4/commands/CreateTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  282. package/dist-types/ts3.4/commands/CreateTransitGatewayPolicyTableCommand.d.ts +0 -2
  283. package/dist-types/ts3.4/commands/CreateTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  284. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteCommand.d.ts +0 -2
  285. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  286. package/dist-types/ts3.4/commands/CreateTransitGatewayRouteTableCommand.d.ts +0 -2
  287. package/dist-types/ts3.4/commands/CreateTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  288. package/dist-types/ts3.4/commands/CreateVolumeCommand.d.ts +0 -2
  289. package/dist-types/ts3.4/commands/CreateVpcCommand.d.ts +0 -2
  290. package/dist-types/ts3.4/commands/CreateVpcEndpointCommand.d.ts +0 -2
  291. package/dist-types/ts3.4/commands/CreateVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  292. package/dist-types/ts3.4/commands/CreateVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  293. package/dist-types/ts3.4/commands/CreateVpcPeeringConnectionCommand.d.ts +0 -2
  294. package/dist-types/ts3.4/commands/CreateVpnConnectionCommand.d.ts +0 -2
  295. package/dist-types/ts3.4/commands/CreateVpnConnectionRouteCommand.d.ts +0 -2
  296. package/dist-types/ts3.4/commands/CreateVpnGatewayCommand.d.ts +0 -2
  297. package/dist-types/ts3.4/commands/DeleteCarrierGatewayCommand.d.ts +0 -2
  298. package/dist-types/ts3.4/commands/DeleteClientVpnEndpointCommand.d.ts +0 -2
  299. package/dist-types/ts3.4/commands/DeleteClientVpnRouteCommand.d.ts +0 -2
  300. package/dist-types/ts3.4/commands/DeleteCoipCidrCommand.d.ts +35 -0
  301. package/dist-types/ts3.4/commands/DeleteCoipPoolCommand.d.ts +35 -0
  302. package/dist-types/ts3.4/commands/DeleteCustomerGatewayCommand.d.ts +0 -2
  303. package/dist-types/ts3.4/commands/DeleteDhcpOptionsCommand.d.ts +0 -2
  304. package/dist-types/ts3.4/commands/DeleteEgressOnlyInternetGatewayCommand.d.ts +0 -2
  305. package/dist-types/ts3.4/commands/DeleteFleetsCommand.d.ts +0 -2
  306. package/dist-types/ts3.4/commands/DeleteFlowLogsCommand.d.ts +0 -2
  307. package/dist-types/ts3.4/commands/DeleteFpgaImageCommand.d.ts +0 -2
  308. package/dist-types/ts3.4/commands/DeleteInstanceEventWindowCommand.d.ts +0 -2
  309. package/dist-types/ts3.4/commands/DeleteInternetGatewayCommand.d.ts +0 -2
  310. package/dist-types/ts3.4/commands/DeleteIpamCommand.d.ts +0 -2
  311. package/dist-types/ts3.4/commands/DeleteIpamPoolCommand.d.ts +0 -2
  312. package/dist-types/ts3.4/commands/DeleteIpamScopeCommand.d.ts +0 -2
  313. package/dist-types/ts3.4/commands/DeleteKeyPairCommand.d.ts +0 -2
  314. package/dist-types/ts3.4/commands/DeleteLaunchTemplateCommand.d.ts +0 -2
  315. package/dist-types/ts3.4/commands/DeleteLaunchTemplateVersionsCommand.d.ts +0 -2
  316. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteCommand.d.ts +0 -2
  317. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableCommand.d.ts +39 -0
  318. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationCommand.d.ts +41 -0
  319. package/dist-types/ts3.4/commands/DeleteLocalGatewayRouteTableVpcAssociationCommand.d.ts +0 -2
  320. package/dist-types/ts3.4/commands/DeleteManagedPrefixListCommand.d.ts +0 -2
  321. package/dist-types/ts3.4/commands/DeleteNatGatewayCommand.d.ts +0 -2
  322. package/dist-types/ts3.4/commands/DeleteNetworkAclCommand.d.ts +0 -2
  323. package/dist-types/ts3.4/commands/DeleteNetworkAclEntryCommand.d.ts +0 -2
  324. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  325. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAccessScopeCommand.d.ts +0 -2
  326. package/dist-types/ts3.4/commands/DeleteNetworkInsightsAnalysisCommand.d.ts +0 -2
  327. package/dist-types/ts3.4/commands/DeleteNetworkInsightsPathCommand.d.ts +0 -2
  328. package/dist-types/ts3.4/commands/DeleteNetworkInterfaceCommand.d.ts +0 -2
  329. package/dist-types/ts3.4/commands/DeleteNetworkInterfacePermissionCommand.d.ts +0 -2
  330. package/dist-types/ts3.4/commands/DeletePlacementGroupCommand.d.ts +0 -2
  331. package/dist-types/ts3.4/commands/DeletePublicIpv4PoolCommand.d.ts +0 -2
  332. package/dist-types/ts3.4/commands/DeleteQueuedReservedInstancesCommand.d.ts +0 -2
  333. package/dist-types/ts3.4/commands/DeleteRouteCommand.d.ts +0 -2
  334. package/dist-types/ts3.4/commands/DeleteRouteTableCommand.d.ts +0 -2
  335. package/dist-types/ts3.4/commands/DeleteSecurityGroupCommand.d.ts +0 -2
  336. package/dist-types/ts3.4/commands/DeleteSnapshotCommand.d.ts +0 -2
  337. package/dist-types/ts3.4/commands/DeleteSpotDatafeedSubscriptionCommand.d.ts +0 -2
  338. package/dist-types/ts3.4/commands/DeleteSubnetCidrReservationCommand.d.ts +0 -2
  339. package/dist-types/ts3.4/commands/DeleteSubnetCommand.d.ts +0 -2
  340. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +0 -2
  341. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterCommand.d.ts +0 -2
  342. package/dist-types/ts3.4/commands/DeleteTrafficMirrorFilterRuleCommand.d.ts +0 -2
  343. package/dist-types/ts3.4/commands/DeleteTrafficMirrorSessionCommand.d.ts +0 -2
  344. package/dist-types/ts3.4/commands/DeleteTrafficMirrorTargetCommand.d.ts +0 -2
  345. package/dist-types/ts3.4/commands/DeleteTransitGatewayCommand.d.ts +0 -2
  346. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectCommand.d.ts +0 -2
  347. package/dist-types/ts3.4/commands/DeleteTransitGatewayConnectPeerCommand.d.ts +0 -2
  348. package/dist-types/ts3.4/commands/DeleteTransitGatewayMulticastDomainCommand.d.ts +0 -2
  349. package/dist-types/ts3.4/commands/DeleteTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  350. package/dist-types/ts3.4/commands/DeleteTransitGatewayPolicyTableCommand.d.ts +0 -2
  351. package/dist-types/ts3.4/commands/DeleteTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  352. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteCommand.d.ts +0 -2
  353. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableAnnouncementCommand.d.ts +0 -2
  354. package/dist-types/ts3.4/commands/DeleteTransitGatewayRouteTableCommand.d.ts +0 -2
  355. package/dist-types/ts3.4/commands/DeleteTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  356. package/dist-types/ts3.4/commands/DeleteVolumeCommand.d.ts +0 -2
  357. package/dist-types/ts3.4/commands/DeleteVpcCommand.d.ts +0 -2
  358. package/dist-types/ts3.4/commands/DeleteVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  359. package/dist-types/ts3.4/commands/DeleteVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  360. package/dist-types/ts3.4/commands/DeleteVpcEndpointsCommand.d.ts +0 -2
  361. package/dist-types/ts3.4/commands/DeleteVpcPeeringConnectionCommand.d.ts +0 -2
  362. package/dist-types/ts3.4/commands/DeleteVpnConnectionCommand.d.ts +0 -2
  363. package/dist-types/ts3.4/commands/DeleteVpnConnectionRouteCommand.d.ts +0 -2
  364. package/dist-types/ts3.4/commands/DeleteVpnGatewayCommand.d.ts +0 -2
  365. package/dist-types/ts3.4/commands/DeprovisionByoipCidrCommand.d.ts +0 -2
  366. package/dist-types/ts3.4/commands/DeprovisionIpamPoolCidrCommand.d.ts +0 -2
  367. package/dist-types/ts3.4/commands/DeprovisionPublicIpv4PoolCidrCommand.d.ts +0 -2
  368. package/dist-types/ts3.4/commands/DeregisterImageCommand.d.ts +0 -2
  369. package/dist-types/ts3.4/commands/DeregisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  370. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  371. package/dist-types/ts3.4/commands/DeregisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  372. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +0 -2
  373. package/dist-types/ts3.4/commands/DescribeAddressesAttributeCommand.d.ts +0 -2
  374. package/dist-types/ts3.4/commands/DescribeAddressesCommand.d.ts +0 -2
  375. package/dist-types/ts3.4/commands/DescribeAggregateIdFormatCommand.d.ts +1 -3
  376. package/dist-types/ts3.4/commands/DescribeAvailabilityZonesCommand.d.ts +1 -3
  377. package/dist-types/ts3.4/commands/DescribeBundleTasksCommand.d.ts +1 -3
  378. package/dist-types/ts3.4/commands/DescribeByoipCidrsCommand.d.ts +1 -3
  379. package/dist-types/ts3.4/commands/DescribeCapacityReservationFleetsCommand.d.ts +1 -3
  380. package/dist-types/ts3.4/commands/DescribeCapacityReservationsCommand.d.ts +1 -3
  381. package/dist-types/ts3.4/commands/DescribeCarrierGatewaysCommand.d.ts +1 -3
  382. package/dist-types/ts3.4/commands/DescribeClassicLinkInstancesCommand.d.ts +1 -3
  383. package/dist-types/ts3.4/commands/DescribeClientVpnAuthorizationRulesCommand.d.ts +0 -2
  384. package/dist-types/ts3.4/commands/DescribeClientVpnConnectionsCommand.d.ts +0 -2
  385. package/dist-types/ts3.4/commands/DescribeClientVpnEndpointsCommand.d.ts +0 -2
  386. package/dist-types/ts3.4/commands/DescribeClientVpnRoutesCommand.d.ts +0 -2
  387. package/dist-types/ts3.4/commands/DescribeClientVpnTargetNetworksCommand.d.ts +0 -2
  388. package/dist-types/ts3.4/commands/DescribeCoipPoolsCommand.d.ts +0 -2
  389. package/dist-types/ts3.4/commands/DescribeConversionTasksCommand.d.ts +0 -2
  390. package/dist-types/ts3.4/commands/DescribeCustomerGatewaysCommand.d.ts +0 -2
  391. package/dist-types/ts3.4/commands/DescribeDhcpOptionsCommand.d.ts +0 -2
  392. package/dist-types/ts3.4/commands/DescribeEgressOnlyInternetGatewaysCommand.d.ts +0 -2
  393. package/dist-types/ts3.4/commands/DescribeElasticGpusCommand.d.ts +0 -2
  394. package/dist-types/ts3.4/commands/DescribeExportImageTasksCommand.d.ts +0 -2
  395. package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +0 -2
  396. package/dist-types/ts3.4/commands/DescribeFastLaunchImagesCommand.d.ts +0 -2
  397. package/dist-types/ts3.4/commands/DescribeFastSnapshotRestoresCommand.d.ts +0 -2
  398. package/dist-types/ts3.4/commands/DescribeFleetHistoryCommand.d.ts +0 -2
  399. package/dist-types/ts3.4/commands/DescribeFleetInstancesCommand.d.ts +0 -2
  400. package/dist-types/ts3.4/commands/DescribeFleetsCommand.d.ts +0 -2
  401. package/dist-types/ts3.4/commands/DescribeFlowLogsCommand.d.ts +0 -2
  402. package/dist-types/ts3.4/commands/DescribeFpgaImageAttributeCommand.d.ts +0 -2
  403. package/dist-types/ts3.4/commands/DescribeFpgaImagesCommand.d.ts +0 -2
  404. package/dist-types/ts3.4/commands/DescribeHostReservationOfferingsCommand.d.ts +0 -2
  405. package/dist-types/ts3.4/commands/DescribeHostReservationsCommand.d.ts +0 -2
  406. package/dist-types/ts3.4/commands/DescribeHostsCommand.d.ts +0 -2
  407. package/dist-types/ts3.4/commands/DescribeIamInstanceProfileAssociationsCommand.d.ts +0 -2
  408. package/dist-types/ts3.4/commands/DescribeIdFormatCommand.d.ts +0 -2
  409. package/dist-types/ts3.4/commands/DescribeIdentityIdFormatCommand.d.ts +0 -2
  410. package/dist-types/ts3.4/commands/DescribeImageAttributeCommand.d.ts +0 -2
  411. package/dist-types/ts3.4/commands/DescribeImagesCommand.d.ts +0 -2
  412. package/dist-types/ts3.4/commands/DescribeImportImageTasksCommand.d.ts +0 -2
  413. package/dist-types/ts3.4/commands/DescribeImportSnapshotTasksCommand.d.ts +0 -2
  414. package/dist-types/ts3.4/commands/DescribeInstanceAttributeCommand.d.ts +0 -2
  415. package/dist-types/ts3.4/commands/DescribeInstanceCreditSpecificationsCommand.d.ts +0 -2
  416. package/dist-types/ts3.4/commands/DescribeInstanceEventNotificationAttributesCommand.d.ts +0 -2
  417. package/dist-types/ts3.4/commands/DescribeInstanceEventWindowsCommand.d.ts +0 -2
  418. package/dist-types/ts3.4/commands/DescribeInstanceStatusCommand.d.ts +0 -2
  419. package/dist-types/ts3.4/commands/DescribeInstanceTypeOfferingsCommand.d.ts +0 -2
  420. package/dist-types/ts3.4/commands/DescribeInstanceTypesCommand.d.ts +0 -2
  421. package/dist-types/ts3.4/commands/DescribeInstancesCommand.d.ts +0 -2
  422. package/dist-types/ts3.4/commands/DescribeInternetGatewaysCommand.d.ts +0 -2
  423. package/dist-types/ts3.4/commands/DescribeIpamPoolsCommand.d.ts +0 -2
  424. package/dist-types/ts3.4/commands/DescribeIpamScopesCommand.d.ts +0 -2
  425. package/dist-types/ts3.4/commands/DescribeIpamsCommand.d.ts +0 -2
  426. package/dist-types/ts3.4/commands/DescribeIpv6PoolsCommand.d.ts +0 -2
  427. package/dist-types/ts3.4/commands/DescribeKeyPairsCommand.d.ts +0 -2
  428. package/dist-types/ts3.4/commands/DescribeLaunchTemplateVersionsCommand.d.ts +0 -2
  429. package/dist-types/ts3.4/commands/DescribeLaunchTemplatesCommand.d.ts +0 -2
  430. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsCommand.d.ts +0 -2
  431. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTableVpcAssociationsCommand.d.ts +0 -2
  432. package/dist-types/ts3.4/commands/DescribeLocalGatewayRouteTablesCommand.d.ts +0 -2
  433. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfaceGroupsCommand.d.ts +0 -2
  434. package/dist-types/ts3.4/commands/DescribeLocalGatewayVirtualInterfacesCommand.d.ts +1 -3
  435. package/dist-types/ts3.4/commands/DescribeLocalGatewaysCommand.d.ts +0 -2
  436. package/dist-types/ts3.4/commands/DescribeManagedPrefixListsCommand.d.ts +1 -3
  437. package/dist-types/ts3.4/commands/DescribeMovingAddressesCommand.d.ts +1 -3
  438. package/dist-types/ts3.4/commands/DescribeNatGatewaysCommand.d.ts +1 -3
  439. package/dist-types/ts3.4/commands/DescribeNetworkAclsCommand.d.ts +1 -3
  440. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopeAnalysesCommand.d.ts +1 -3
  441. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAccessScopesCommand.d.ts +0 -2
  442. package/dist-types/ts3.4/commands/DescribeNetworkInsightsAnalysesCommand.d.ts +0 -2
  443. package/dist-types/ts3.4/commands/DescribeNetworkInsightsPathsCommand.d.ts +0 -2
  444. package/dist-types/ts3.4/commands/DescribeNetworkInterfaceAttributeCommand.d.ts +0 -2
  445. package/dist-types/ts3.4/commands/DescribeNetworkInterfacePermissionsCommand.d.ts +0 -2
  446. package/dist-types/ts3.4/commands/DescribeNetworkInterfacesCommand.d.ts +0 -2
  447. package/dist-types/ts3.4/commands/DescribePlacementGroupsCommand.d.ts +0 -2
  448. package/dist-types/ts3.4/commands/DescribePrefixListsCommand.d.ts +0 -2
  449. package/dist-types/ts3.4/commands/DescribePrincipalIdFormatCommand.d.ts +0 -2
  450. package/dist-types/ts3.4/commands/DescribePublicIpv4PoolsCommand.d.ts +0 -2
  451. package/dist-types/ts3.4/commands/DescribeRegionsCommand.d.ts +0 -2
  452. package/dist-types/ts3.4/commands/DescribeReplaceRootVolumeTasksCommand.d.ts +0 -2
  453. package/dist-types/ts3.4/commands/DescribeReservedInstancesCommand.d.ts +0 -2
  454. package/dist-types/ts3.4/commands/DescribeReservedInstancesListingsCommand.d.ts +0 -2
  455. package/dist-types/ts3.4/commands/DescribeReservedInstancesModificationsCommand.d.ts +0 -2
  456. package/dist-types/ts3.4/commands/DescribeReservedInstancesOfferingsCommand.d.ts +0 -2
  457. package/dist-types/ts3.4/commands/DescribeRouteTablesCommand.d.ts +0 -2
  458. package/dist-types/ts3.4/commands/DescribeScheduledInstanceAvailabilityCommand.d.ts +0 -2
  459. package/dist-types/ts3.4/commands/DescribeScheduledInstancesCommand.d.ts +0 -2
  460. package/dist-types/ts3.4/commands/DescribeSecurityGroupReferencesCommand.d.ts +0 -2
  461. package/dist-types/ts3.4/commands/DescribeSecurityGroupRulesCommand.d.ts +0 -2
  462. package/dist-types/ts3.4/commands/DescribeSecurityGroupsCommand.d.ts +0 -2
  463. package/dist-types/ts3.4/commands/DescribeSnapshotAttributeCommand.d.ts +0 -2
  464. package/dist-types/ts3.4/commands/DescribeSnapshotTierStatusCommand.d.ts +0 -2
  465. package/dist-types/ts3.4/commands/DescribeSnapshotsCommand.d.ts +0 -2
  466. package/dist-types/ts3.4/commands/DescribeSpotDatafeedSubscriptionCommand.d.ts +0 -2
  467. package/dist-types/ts3.4/commands/DescribeSpotFleetInstancesCommand.d.ts +0 -2
  468. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestHistoryCommand.d.ts +0 -2
  469. package/dist-types/ts3.4/commands/DescribeSpotFleetRequestsCommand.d.ts +0 -2
  470. package/dist-types/ts3.4/commands/DescribeSpotInstanceRequestsCommand.d.ts +0 -2
  471. package/dist-types/ts3.4/commands/DescribeSpotPriceHistoryCommand.d.ts +0 -2
  472. package/dist-types/ts3.4/commands/DescribeStaleSecurityGroupsCommand.d.ts +0 -2
  473. package/dist-types/ts3.4/commands/DescribeStoreImageTasksCommand.d.ts +0 -2
  474. package/dist-types/ts3.4/commands/DescribeSubnetsCommand.d.ts +0 -2
  475. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +0 -2
  476. package/dist-types/ts3.4/commands/DescribeTrafficMirrorFiltersCommand.d.ts +0 -2
  477. package/dist-types/ts3.4/commands/DescribeTrafficMirrorSessionsCommand.d.ts +0 -2
  478. package/dist-types/ts3.4/commands/DescribeTrafficMirrorTargetsCommand.d.ts +0 -2
  479. package/dist-types/ts3.4/commands/DescribeTransitGatewayAttachmentsCommand.d.ts +0 -2
  480. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectPeersCommand.d.ts +0 -2
  481. package/dist-types/ts3.4/commands/DescribeTransitGatewayConnectsCommand.d.ts +0 -2
  482. package/dist-types/ts3.4/commands/DescribeTransitGatewayMulticastDomainsCommand.d.ts +0 -2
  483. package/dist-types/ts3.4/commands/DescribeTransitGatewayPeeringAttachmentsCommand.d.ts +0 -2
  484. package/dist-types/ts3.4/commands/DescribeTransitGatewayPolicyTablesCommand.d.ts +0 -2
  485. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTableAnnouncementsCommand.d.ts +0 -2
  486. package/dist-types/ts3.4/commands/DescribeTransitGatewayRouteTablesCommand.d.ts +0 -2
  487. package/dist-types/ts3.4/commands/DescribeTransitGatewayVpcAttachmentsCommand.d.ts +0 -2
  488. package/dist-types/ts3.4/commands/DescribeTransitGatewaysCommand.d.ts +0 -2
  489. package/dist-types/ts3.4/commands/DescribeTrunkInterfaceAssociationsCommand.d.ts +0 -2
  490. package/dist-types/ts3.4/commands/DescribeVolumeAttributeCommand.d.ts +0 -2
  491. package/dist-types/ts3.4/commands/DescribeVolumeStatusCommand.d.ts +0 -2
  492. package/dist-types/ts3.4/commands/DescribeVolumesCommand.d.ts +0 -2
  493. package/dist-types/ts3.4/commands/DescribeVolumesModificationsCommand.d.ts +0 -2
  494. package/dist-types/ts3.4/commands/DescribeVpcAttributeCommand.d.ts +0 -2
  495. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkCommand.d.ts +0 -2
  496. package/dist-types/ts3.4/commands/DescribeVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  497. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionNotificationsCommand.d.ts +0 -2
  498. package/dist-types/ts3.4/commands/DescribeVpcEndpointConnectionsCommand.d.ts +0 -2
  499. package/dist-types/ts3.4/commands/DescribeVpcEndpointServiceConfigurationsCommand.d.ts +0 -2
  500. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicePermissionsCommand.d.ts +0 -2
  501. package/dist-types/ts3.4/commands/DescribeVpcEndpointServicesCommand.d.ts +0 -2
  502. package/dist-types/ts3.4/commands/DescribeVpcEndpointsCommand.d.ts +0 -2
  503. package/dist-types/ts3.4/commands/DescribeVpcPeeringConnectionsCommand.d.ts +0 -2
  504. package/dist-types/ts3.4/commands/DescribeVpcsCommand.d.ts +0 -2
  505. package/dist-types/ts3.4/commands/DescribeVpnConnectionsCommand.d.ts +0 -2
  506. package/dist-types/ts3.4/commands/DescribeVpnGatewaysCommand.d.ts +0 -2
  507. package/dist-types/ts3.4/commands/DetachClassicLinkVpcCommand.d.ts +0 -2
  508. package/dist-types/ts3.4/commands/DetachInternetGatewayCommand.d.ts +0 -2
  509. package/dist-types/ts3.4/commands/DetachNetworkInterfaceCommand.d.ts +0 -2
  510. package/dist-types/ts3.4/commands/DetachVolumeCommand.d.ts +0 -2
  511. package/dist-types/ts3.4/commands/DetachVpnGatewayCommand.d.ts +0 -2
  512. package/dist-types/ts3.4/commands/DisableEbsEncryptionByDefaultCommand.d.ts +0 -2
  513. package/dist-types/ts3.4/commands/DisableFastLaunchCommand.d.ts +0 -2
  514. package/dist-types/ts3.4/commands/DisableFastSnapshotRestoresCommand.d.ts +0 -2
  515. package/dist-types/ts3.4/commands/DisableImageDeprecationCommand.d.ts +0 -2
  516. package/dist-types/ts3.4/commands/DisableIpamOrganizationAdminAccountCommand.d.ts +0 -2
  517. package/dist-types/ts3.4/commands/DisableSerialConsoleAccessCommand.d.ts +0 -2
  518. package/dist-types/ts3.4/commands/DisableTransitGatewayRouteTablePropagationCommand.d.ts +0 -2
  519. package/dist-types/ts3.4/commands/DisableVgwRoutePropagationCommand.d.ts +0 -2
  520. package/dist-types/ts3.4/commands/DisableVpcClassicLinkCommand.d.ts +0 -2
  521. package/dist-types/ts3.4/commands/DisableVpcClassicLinkDnsSupportCommand.d.ts +0 -2
  522. package/dist-types/ts3.4/commands/DisassociateAddressCommand.d.ts +0 -2
  523. package/dist-types/ts3.4/commands/DisassociateClientVpnTargetNetworkCommand.d.ts +0 -2
  524. package/dist-types/ts3.4/commands/DisassociateEnclaveCertificateIamRoleCommand.d.ts +0 -2
  525. package/dist-types/ts3.4/commands/DisassociateIamInstanceProfileCommand.d.ts +0 -2
  526. package/dist-types/ts3.4/commands/DisassociateInstanceEventWindowCommand.d.ts +0 -2
  527. package/dist-types/ts3.4/commands/DisassociateRouteTableCommand.d.ts +0 -2
  528. package/dist-types/ts3.4/commands/DisassociateSubnetCidrBlockCommand.d.ts +0 -2
  529. package/dist-types/ts3.4/commands/DisassociateTransitGatewayMulticastDomainCommand.d.ts +0 -2
  530. package/dist-types/ts3.4/commands/DisassociateTransitGatewayPolicyTableCommand.d.ts +0 -2
  531. package/dist-types/ts3.4/commands/DisassociateTransitGatewayRouteTableCommand.d.ts +0 -2
  532. package/dist-types/ts3.4/commands/DisassociateTrunkInterfaceCommand.d.ts +0 -2
  533. package/dist-types/ts3.4/commands/DisassociateVpcCidrBlockCommand.d.ts +0 -2
  534. package/dist-types/ts3.4/commands/EnableEbsEncryptionByDefaultCommand.d.ts +0 -2
  535. package/dist-types/ts3.4/commands/EnableFastLaunchCommand.d.ts +0 -2
  536. package/dist-types/ts3.4/commands/EnableFastSnapshotRestoresCommand.d.ts +2 -6
  537. package/dist-types/ts3.4/commands/EnableImageDeprecationCommand.d.ts +1 -3
  538. package/dist-types/ts3.4/commands/EnableIpamOrganizationAdminAccountCommand.d.ts +1 -3
  539. package/dist-types/ts3.4/commands/EnableSerialConsoleAccessCommand.d.ts +1 -3
  540. package/dist-types/ts3.4/commands/EnableTransitGatewayRouteTablePropagationCommand.d.ts +1 -3
  541. package/dist-types/ts3.4/commands/EnableVgwRoutePropagationCommand.d.ts +1 -3
  542. package/dist-types/ts3.4/commands/EnableVolumeIOCommand.d.ts +1 -3
  543. package/dist-types/ts3.4/commands/EnableVpcClassicLinkCommand.d.ts +1 -3
  544. package/dist-types/ts3.4/commands/EnableVpcClassicLinkDnsSupportCommand.d.ts +1 -3
  545. package/dist-types/ts3.4/commands/ExportClientVpnClientCertificateRevocationListCommand.d.ts +4 -4
  546. package/dist-types/ts3.4/commands/ExportClientVpnClientConfigurationCommand.d.ts +0 -2
  547. package/dist-types/ts3.4/commands/ExportImageCommand.d.ts +0 -2
  548. package/dist-types/ts3.4/commands/ExportTransitGatewayRoutesCommand.d.ts +0 -2
  549. package/dist-types/ts3.4/commands/GetAssociatedEnclaveCertificateIamRolesCommand.d.ts +0 -2
  550. package/dist-types/ts3.4/commands/GetAssociatedIpv6PoolCidrsCommand.d.ts +0 -2
  551. package/dist-types/ts3.4/commands/GetCapacityReservationUsageCommand.d.ts +0 -2
  552. package/dist-types/ts3.4/commands/GetCoipPoolUsageCommand.d.ts +0 -2
  553. package/dist-types/ts3.4/commands/GetConsoleOutputCommand.d.ts +0 -2
  554. package/dist-types/ts3.4/commands/GetConsoleScreenshotCommand.d.ts +0 -2
  555. package/dist-types/ts3.4/commands/GetDefaultCreditSpecificationCommand.d.ts +0 -2
  556. package/dist-types/ts3.4/commands/GetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  557. package/dist-types/ts3.4/commands/GetEbsEncryptionByDefaultCommand.d.ts +0 -2
  558. package/dist-types/ts3.4/commands/GetFlowLogsIntegrationTemplateCommand.d.ts +0 -2
  559. package/dist-types/ts3.4/commands/GetGroupsForCapacityReservationCommand.d.ts +0 -2
  560. package/dist-types/ts3.4/commands/GetHostReservationPurchasePreviewCommand.d.ts +0 -2
  561. package/dist-types/ts3.4/commands/GetInstanceTypesFromInstanceRequirementsCommand.d.ts +0 -2
  562. package/dist-types/ts3.4/commands/GetInstanceUefiDataCommand.d.ts +0 -2
  563. package/dist-types/ts3.4/commands/GetIpamAddressHistoryCommand.d.ts +0 -2
  564. package/dist-types/ts3.4/commands/GetIpamPoolAllocationsCommand.d.ts +0 -2
  565. package/dist-types/ts3.4/commands/GetIpamPoolCidrsCommand.d.ts +0 -2
  566. package/dist-types/ts3.4/commands/GetIpamResourceCidrsCommand.d.ts +0 -2
  567. package/dist-types/ts3.4/commands/GetLaunchTemplateDataCommand.d.ts +0 -2
  568. package/dist-types/ts3.4/commands/GetManagedPrefixListAssociationsCommand.d.ts +0 -2
  569. package/dist-types/ts3.4/commands/GetManagedPrefixListEntriesCommand.d.ts +0 -2
  570. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeAnalysisFindingsCommand.d.ts +0 -2
  571. package/dist-types/ts3.4/commands/GetNetworkInsightsAccessScopeContentCommand.d.ts +0 -2
  572. package/dist-types/ts3.4/commands/GetPasswordDataCommand.d.ts +0 -2
  573. package/dist-types/ts3.4/commands/GetReservedInstancesExchangeQuoteCommand.d.ts +0 -2
  574. package/dist-types/ts3.4/commands/GetSerialConsoleAccessStatusCommand.d.ts +0 -2
  575. package/dist-types/ts3.4/commands/GetSpotPlacementScoresCommand.d.ts +0 -2
  576. package/dist-types/ts3.4/commands/GetSubnetCidrReservationsCommand.d.ts +0 -2
  577. package/dist-types/ts3.4/commands/GetTransitGatewayAttachmentPropagationsCommand.d.ts +0 -2
  578. package/dist-types/ts3.4/commands/GetTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  579. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableAssociationsCommand.d.ts +0 -2
  580. package/dist-types/ts3.4/commands/GetTransitGatewayPolicyTableEntriesCommand.d.ts +0 -2
  581. package/dist-types/ts3.4/commands/GetTransitGatewayPrefixListReferencesCommand.d.ts +0 -2
  582. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTableAssociationsCommand.d.ts +0 -2
  583. package/dist-types/ts3.4/commands/GetTransitGatewayRouteTablePropagationsCommand.d.ts +0 -2
  584. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceSampleConfigurationCommand.d.ts +0 -2
  585. package/dist-types/ts3.4/commands/GetVpnConnectionDeviceTypesCommand.d.ts +0 -2
  586. package/dist-types/ts3.4/commands/ImportClientVpnClientCertificateRevocationListCommand.d.ts +0 -2
  587. package/dist-types/ts3.4/commands/ImportImageCommand.d.ts +0 -2
  588. package/dist-types/ts3.4/commands/ImportInstanceCommand.d.ts +0 -2
  589. package/dist-types/ts3.4/commands/ImportKeyPairCommand.d.ts +0 -2
  590. package/dist-types/ts3.4/commands/ImportSnapshotCommand.d.ts +0 -2
  591. package/dist-types/ts3.4/commands/ImportVolumeCommand.d.ts +0 -2
  592. package/dist-types/ts3.4/commands/ListImagesInRecycleBinCommand.d.ts +0 -2
  593. package/dist-types/ts3.4/commands/ListSnapshotsInRecycleBinCommand.d.ts +0 -2
  594. package/dist-types/ts3.4/commands/ModifyAddressAttributeCommand.d.ts +0 -2
  595. package/dist-types/ts3.4/commands/ModifyAvailabilityZoneGroupCommand.d.ts +0 -2
  596. package/dist-types/ts3.4/commands/ModifyCapacityReservationCommand.d.ts +0 -2
  597. package/dist-types/ts3.4/commands/ModifyCapacityReservationFleetCommand.d.ts +0 -2
  598. package/dist-types/ts3.4/commands/ModifyClientVpnEndpointCommand.d.ts +0 -2
  599. package/dist-types/ts3.4/commands/ModifyDefaultCreditSpecificationCommand.d.ts +0 -2
  600. package/dist-types/ts3.4/commands/ModifyEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  601. package/dist-types/ts3.4/commands/ModifyFleetCommand.d.ts +0 -2
  602. package/dist-types/ts3.4/commands/ModifyFpgaImageAttributeCommand.d.ts +0 -2
  603. package/dist-types/ts3.4/commands/ModifyHostsCommand.d.ts +0 -2
  604. package/dist-types/ts3.4/commands/ModifyIdFormatCommand.d.ts +0 -2
  605. package/dist-types/ts3.4/commands/ModifyIdentityIdFormatCommand.d.ts +0 -2
  606. package/dist-types/ts3.4/commands/ModifyImageAttributeCommand.d.ts +0 -2
  607. package/dist-types/ts3.4/commands/ModifyInstanceAttributeCommand.d.ts +0 -2
  608. package/dist-types/ts3.4/commands/ModifyInstanceCapacityReservationAttributesCommand.d.ts +0 -2
  609. package/dist-types/ts3.4/commands/ModifyInstanceCreditSpecificationCommand.d.ts +0 -2
  610. package/dist-types/ts3.4/commands/ModifyInstanceEventStartTimeCommand.d.ts +0 -2
  611. package/dist-types/ts3.4/commands/ModifyInstanceEventWindowCommand.d.ts +0 -2
  612. package/dist-types/ts3.4/commands/ModifyInstanceMaintenanceOptionsCommand.d.ts +0 -2
  613. package/dist-types/ts3.4/commands/ModifyInstanceMetadataOptionsCommand.d.ts +0 -2
  614. package/dist-types/ts3.4/commands/ModifyInstancePlacementCommand.d.ts +0 -2
  615. package/dist-types/ts3.4/commands/ModifyIpamCommand.d.ts +0 -2
  616. package/dist-types/ts3.4/commands/ModifyIpamPoolCommand.d.ts +0 -2
  617. package/dist-types/ts3.4/commands/ModifyIpamResourceCidrCommand.d.ts +0 -2
  618. package/dist-types/ts3.4/commands/ModifyIpamScopeCommand.d.ts +0 -2
  619. package/dist-types/ts3.4/commands/ModifyLaunchTemplateCommand.d.ts +0 -2
  620. package/dist-types/ts3.4/commands/ModifyLocalGatewayRouteCommand.d.ts +0 -2
  621. package/dist-types/ts3.4/commands/ModifyManagedPrefixListCommand.d.ts +0 -2
  622. package/dist-types/ts3.4/commands/ModifyNetworkInterfaceAttributeCommand.d.ts +0 -2
  623. package/dist-types/ts3.4/commands/ModifyPrivateDnsNameOptionsCommand.d.ts +0 -2
  624. package/dist-types/ts3.4/commands/ModifyReservedInstancesCommand.d.ts +0 -2
  625. package/dist-types/ts3.4/commands/ModifySecurityGroupRulesCommand.d.ts +0 -2
  626. package/dist-types/ts3.4/commands/ModifySnapshotAttributeCommand.d.ts +0 -2
  627. package/dist-types/ts3.4/commands/ModifySnapshotTierCommand.d.ts +0 -2
  628. package/dist-types/ts3.4/commands/ModifySpotFleetRequestCommand.d.ts +0 -2
  629. package/dist-types/ts3.4/commands/ModifySubnetAttributeCommand.d.ts +0 -2
  630. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterNetworkServicesCommand.d.ts +0 -2
  631. package/dist-types/ts3.4/commands/ModifyTrafficMirrorFilterRuleCommand.d.ts +0 -2
  632. package/dist-types/ts3.4/commands/ModifyTrafficMirrorSessionCommand.d.ts +0 -2
  633. package/dist-types/ts3.4/commands/ModifyTransitGatewayCommand.d.ts +0 -2
  634. package/dist-types/ts3.4/commands/ModifyTransitGatewayPrefixListReferenceCommand.d.ts +0 -2
  635. package/dist-types/ts3.4/commands/ModifyTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  636. package/dist-types/ts3.4/commands/ModifyVolumeAttributeCommand.d.ts +0 -2
  637. package/dist-types/ts3.4/commands/ModifyVolumeCommand.d.ts +0 -2
  638. package/dist-types/ts3.4/commands/ModifyVpcAttributeCommand.d.ts +0 -2
  639. package/dist-types/ts3.4/commands/ModifyVpcEndpointCommand.d.ts +0 -2
  640. package/dist-types/ts3.4/commands/ModifyVpcEndpointConnectionNotificationCommand.d.ts +0 -2
  641. package/dist-types/ts3.4/commands/ModifyVpcEndpointServiceConfigurationCommand.d.ts +0 -2
  642. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePayerResponsibilityCommand.d.ts +0 -2
  643. package/dist-types/ts3.4/commands/ModifyVpcEndpointServicePermissionsCommand.d.ts +0 -2
  644. package/dist-types/ts3.4/commands/ModifyVpcPeeringConnectionOptionsCommand.d.ts +0 -2
  645. package/dist-types/ts3.4/commands/ModifyVpcTenancyCommand.d.ts +0 -2
  646. package/dist-types/ts3.4/commands/ModifyVpnConnectionCommand.d.ts +0 -2
  647. package/dist-types/ts3.4/commands/ModifyVpnConnectionOptionsCommand.d.ts +0 -2
  648. package/dist-types/ts3.4/commands/ModifyVpnTunnelCertificateCommand.d.ts +0 -2
  649. package/dist-types/ts3.4/commands/ModifyVpnTunnelOptionsCommand.d.ts +0 -2
  650. package/dist-types/ts3.4/commands/MonitorInstancesCommand.d.ts +2 -6
  651. package/dist-types/ts3.4/commands/MoveAddressToVpcCommand.d.ts +1 -3
  652. package/dist-types/ts3.4/commands/MoveByoipCidrToIpamCommand.d.ts +1 -3
  653. package/dist-types/ts3.4/commands/ProvisionByoipCidrCommand.d.ts +1 -3
  654. package/dist-types/ts3.4/commands/ProvisionIpamPoolCidrCommand.d.ts +1 -3
  655. package/dist-types/ts3.4/commands/ProvisionPublicIpv4PoolCidrCommand.d.ts +1 -3
  656. package/dist-types/ts3.4/commands/PurchaseHostReservationCommand.d.ts +1 -3
  657. package/dist-types/ts3.4/commands/PurchaseReservedInstancesOfferingCommand.d.ts +4 -4
  658. package/dist-types/ts3.4/commands/PurchaseScheduledInstancesCommand.d.ts +0 -2
  659. package/dist-types/ts3.4/commands/RebootInstancesCommand.d.ts +0 -2
  660. package/dist-types/ts3.4/commands/RegisterImageCommand.d.ts +0 -2
  661. package/dist-types/ts3.4/commands/RegisterInstanceEventNotificationAttributesCommand.d.ts +0 -2
  662. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupMembersCommand.d.ts +0 -2
  663. package/dist-types/ts3.4/commands/RegisterTransitGatewayMulticastGroupSourcesCommand.d.ts +0 -2
  664. package/dist-types/ts3.4/commands/RejectTransitGatewayMulticastDomainAssociationsCommand.d.ts +0 -2
  665. package/dist-types/ts3.4/commands/RejectTransitGatewayPeeringAttachmentCommand.d.ts +0 -2
  666. package/dist-types/ts3.4/commands/RejectTransitGatewayVpcAttachmentCommand.d.ts +0 -2
  667. package/dist-types/ts3.4/commands/RejectVpcEndpointConnectionsCommand.d.ts +0 -2
  668. package/dist-types/ts3.4/commands/RejectVpcPeeringConnectionCommand.d.ts +0 -2
  669. package/dist-types/ts3.4/commands/ReleaseAddressCommand.d.ts +0 -2
  670. package/dist-types/ts3.4/commands/ReleaseHostsCommand.d.ts +0 -2
  671. package/dist-types/ts3.4/commands/ReleaseIpamPoolAllocationCommand.d.ts +0 -2
  672. package/dist-types/ts3.4/commands/ReplaceIamInstanceProfileAssociationCommand.d.ts +0 -2
  673. package/dist-types/ts3.4/commands/ReplaceNetworkAclAssociationCommand.d.ts +0 -2
  674. package/dist-types/ts3.4/commands/ReplaceNetworkAclEntryCommand.d.ts +0 -2
  675. package/dist-types/ts3.4/commands/ReplaceRouteCommand.d.ts +0 -2
  676. package/dist-types/ts3.4/commands/ReplaceRouteTableAssociationCommand.d.ts +0 -2
  677. package/dist-types/ts3.4/commands/ReplaceTransitGatewayRouteCommand.d.ts +0 -2
  678. package/dist-types/ts3.4/commands/ReportInstanceStatusCommand.d.ts +0 -2
  679. package/dist-types/ts3.4/commands/RequestSpotFleetCommand.d.ts +0 -2
  680. package/dist-types/ts3.4/commands/RequestSpotInstancesCommand.d.ts +0 -2
  681. package/dist-types/ts3.4/commands/ResetAddressAttributeCommand.d.ts +0 -2
  682. package/dist-types/ts3.4/commands/ResetEbsDefaultKmsKeyIdCommand.d.ts +0 -2
  683. package/dist-types/ts3.4/commands/ResetFpgaImageAttributeCommand.d.ts +0 -2
  684. package/dist-types/ts3.4/commands/ResetImageAttributeCommand.d.ts +0 -2
  685. package/dist-types/ts3.4/commands/ResetInstanceAttributeCommand.d.ts +0 -2
  686. package/dist-types/ts3.4/commands/ResetNetworkInterfaceAttributeCommand.d.ts +0 -2
  687. package/dist-types/ts3.4/commands/ResetSnapshotAttributeCommand.d.ts +0 -2
  688. package/dist-types/ts3.4/commands/RestoreAddressToClassicCommand.d.ts +0 -2
  689. package/dist-types/ts3.4/commands/RestoreImageFromRecycleBinCommand.d.ts +0 -2
  690. package/dist-types/ts3.4/commands/RestoreManagedPrefixListVersionCommand.d.ts +0 -2
  691. package/dist-types/ts3.4/commands/RestoreSnapshotFromRecycleBinCommand.d.ts +0 -2
  692. package/dist-types/ts3.4/commands/RestoreSnapshotTierCommand.d.ts +0 -2
  693. package/dist-types/ts3.4/commands/RevokeClientVpnIngressCommand.d.ts +0 -2
  694. package/dist-types/ts3.4/commands/RevokeSecurityGroupEgressCommand.d.ts +0 -2
  695. package/dist-types/ts3.4/commands/RevokeSecurityGroupIngressCommand.d.ts +0 -2
  696. package/dist-types/ts3.4/commands/RunInstancesCommand.d.ts +0 -2
  697. package/dist-types/ts3.4/commands/RunScheduledInstancesCommand.d.ts +0 -2
  698. package/dist-types/ts3.4/commands/SearchLocalGatewayRoutesCommand.d.ts +0 -2
  699. package/dist-types/ts3.4/commands/SearchTransitGatewayMulticastGroupsCommand.d.ts +0 -2
  700. package/dist-types/ts3.4/commands/SearchTransitGatewayRoutesCommand.d.ts +0 -2
  701. package/dist-types/ts3.4/commands/SendDiagnosticInterruptCommand.d.ts +0 -2
  702. package/dist-types/ts3.4/commands/StartInstancesCommand.d.ts +0 -2
  703. package/dist-types/ts3.4/commands/StartNetworkInsightsAccessScopeAnalysisCommand.d.ts +0 -2
  704. package/dist-types/ts3.4/commands/StartNetworkInsightsAnalysisCommand.d.ts +0 -2
  705. package/dist-types/ts3.4/commands/StartVpcEndpointServicePrivateDnsVerificationCommand.d.ts +0 -2
  706. package/dist-types/ts3.4/commands/StopInstancesCommand.d.ts +0 -2
  707. package/dist-types/ts3.4/commands/TerminateClientVpnConnectionsCommand.d.ts +0 -2
  708. package/dist-types/ts3.4/commands/TerminateInstancesCommand.d.ts +0 -2
  709. package/dist-types/ts3.4/commands/UnassignIpv6AddressesCommand.d.ts +0 -2
  710. package/dist-types/ts3.4/commands/UnassignPrivateIpAddressesCommand.d.ts +0 -2
  711. package/dist-types/ts3.4/commands/UnmonitorInstancesCommand.d.ts +0 -2
  712. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsEgressCommand.d.ts +0 -2
  713. package/dist-types/ts3.4/commands/UpdateSecurityGroupRuleDescriptionsIngressCommand.d.ts +0 -2
  714. package/dist-types/ts3.4/commands/WithdrawByoipCidrCommand.d.ts +0 -2
  715. package/dist-types/ts3.4/commands/index.d.ts +8 -0
  716. package/dist-types/ts3.4/models/EC2ServiceException.d.ts +0 -1
  717. package/dist-types/ts3.4/models/models_0.d.ts +967 -1880
  718. package/dist-types/ts3.4/models/models_1.d.ts +311 -1473
  719. package/dist-types/ts3.4/models/models_2.d.ts +267 -1127
  720. package/dist-types/ts3.4/models/models_3.d.ts +417 -1570
  721. package/dist-types/ts3.4/models/models_4.d.ts +229 -1394
  722. package/dist-types/ts3.4/models/models_5.d.ts +165 -1257
  723. package/dist-types/ts3.4/models/models_6.d.ts +171 -523
  724. package/dist-types/ts3.4/protocols/Aws_ec2.d.ts +96 -0
  725. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -1
  726. package/dist-types/ts3.4/runtimeConfig.d.ts +0 -1
  727. package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -1
  728. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -1
  729. package/dist-types/ts3.4/waiters/waitForBundleTaskComplete.d.ts +0 -2
  730. package/dist-types/ts3.4/waiters/waitForConversionTaskCancelled.d.ts +0 -2
  731. package/dist-types/ts3.4/waiters/waitForConversionTaskCompleted.d.ts +0 -2
  732. package/dist-types/ts3.4/waiters/waitForConversionTaskDeleted.d.ts +0 -2
  733. package/dist-types/ts3.4/waiters/waitForCustomerGatewayAvailable.d.ts +0 -2
  734. package/dist-types/ts3.4/waiters/waitForExportTaskCancelled.d.ts +0 -2
  735. package/dist-types/ts3.4/waiters/waitForExportTaskCompleted.d.ts +0 -2
  736. package/dist-types/ts3.4/waiters/waitForImageAvailable.d.ts +0 -2
  737. package/dist-types/ts3.4/waiters/waitForImageExists.d.ts +0 -2
  738. package/dist-types/ts3.4/waiters/waitForInstanceExists.d.ts +0 -2
  739. package/dist-types/ts3.4/waiters/waitForInstanceRunning.d.ts +0 -2
  740. package/dist-types/ts3.4/waiters/waitForInstanceStatusOk.d.ts +0 -2
  741. package/dist-types/ts3.4/waiters/waitForInstanceStopped.d.ts +0 -2
  742. package/dist-types/ts3.4/waiters/waitForInstanceTerminated.d.ts +0 -2
  743. package/dist-types/ts3.4/waiters/waitForInternetGatewayExists.d.ts +0 -2
  744. package/dist-types/ts3.4/waiters/waitForKeyPairExists.d.ts +0 -2
  745. package/dist-types/ts3.4/waiters/waitForNatGatewayAvailable.d.ts +0 -2
  746. package/dist-types/ts3.4/waiters/waitForNatGatewayDeleted.d.ts +0 -2
  747. package/dist-types/ts3.4/waiters/waitForNetworkInterfaceAvailable.d.ts +0 -2
  748. package/dist-types/ts3.4/waiters/waitForPasswordDataAvailable.d.ts +0 -2
  749. package/dist-types/ts3.4/waiters/waitForSecurityGroupExists.d.ts +0 -2
  750. package/dist-types/ts3.4/waiters/waitForSnapshotCompleted.d.ts +0 -2
  751. package/dist-types/ts3.4/waiters/waitForSpotInstanceRequestFulfilled.d.ts +0 -2
  752. package/dist-types/ts3.4/waiters/waitForSubnetAvailable.d.ts +0 -2
  753. package/dist-types/ts3.4/waiters/waitForSystemStatusOk.d.ts +0 -2
  754. package/dist-types/ts3.4/waiters/waitForVolumeAvailable.d.ts +0 -2
  755. package/dist-types/ts3.4/waiters/waitForVolumeDeleted.d.ts +0 -2
  756. package/dist-types/ts3.4/waiters/waitForVolumeInUse.d.ts +0 -2
  757. package/dist-types/ts3.4/waiters/waitForVpcAvailable.d.ts +0 -2
  758. package/dist-types/ts3.4/waiters/waitForVpcExists.d.ts +0 -2
  759. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionDeleted.d.ts +0 -2
  760. package/dist-types/ts3.4/waiters/waitForVpcPeeringConnectionExists.d.ts +0 -2
  761. package/dist-types/ts3.4/waiters/waitForVpnConnectionAvailable.d.ts +0 -2
  762. package/dist-types/ts3.4/waiters/waitForVpnConnectionDeleted.d.ts +0 -2
  763. package/package.json +28 -28
@@ -7,15 +7,21 @@ import {
7
7
  AttachmentStatus,
8
8
  AttributeValue,
9
9
  AutoPlacement,
10
+ BundleTask,
11
+ ByoipCidr,
12
+ CapacityReservation,
13
+ CapacityReservationFleetState,
14
+ CarrierGateway,
10
15
  ClientVpnAuthenticationType,
11
16
  ClientVpnAuthorizationRuleStatus,
12
17
  ClientVpnEndpointStatus,
13
18
  ClientVpnRouteStatus,
19
+ CoipPool,
14
20
  CurrencyCodeValues,
15
21
  CustomerGateway,
16
- DhcpOptions,
17
- EgressOnlyInternetGateway,
18
- FleetExcessCapacityTerminationPolicy,
22
+ FleetCapacityReservation,
23
+ FleetCapacityReservationTenancy,
24
+ FleetInstanceMatchCriteria,
19
25
  HostnameType,
20
26
  HostRecovery,
21
27
  IamInstanceProfile,
@@ -30,9 +36,12 @@ import {
30
36
  CapacityReservationTargetResponse,
31
37
  DefaultTargetCapacityType,
32
38
  DestinationFileFormat,
39
+ DhcpOptions,
33
40
  DiskImageFormat,
41
+ EgressOnlyInternetGateway,
34
42
  ExportTask,
35
43
  FleetCapacityReservationUsageStrategy,
44
+ FleetExcessCapacityTerminationPolicy,
36
45
  FleetLaunchTemplateOverrides,
37
46
  FleetLaunchTemplateSpecification,
38
47
  FleetOnDemandAllocationStrategy,
@@ -49,546 +58,487 @@ import {
49
58
  LaunchTemplate,
50
59
  LaunchTemplateAndOverridesResponse,
51
60
  LaunchTemplateVersion,
61
+ LocalGatewayRouteTable,
62
+ LocalGatewayRouteTableVirtualInterfaceGroupAssociation,
52
63
  LocalGatewayRouteTableVpcAssociation,
53
64
  LogDestinationType,
54
- ManagedPrefixList,
55
- NatGateway,
56
- NetworkAcl,
57
65
  NetworkInterfaceStatus,
58
66
  Placement,
59
67
  PlatformValues,
60
68
  SpotAllocationStrategy,
61
69
  SpotInstanceInterruptionBehavior,
70
+ StateReason,
62
71
  TargetCapacityUnitType,
63
72
  TrafficType,
64
73
  } from "./models_1";
65
74
  import {
66
75
  Filter,
67
76
  FleetStateCode,
68
- IdFormat,
69
77
  InstanceTagNotificationAttribute,
70
78
  } from "./models_2";
79
+ export interface DescribeAggregateIdFormatRequest {
80
+ DryRun?: boolean;
81
+ }
82
+ export interface IdFormat {
83
+ Deadline?: Date;
84
+ Resource?: string;
85
+ UseLongIds?: boolean;
86
+ }
87
+ export interface DescribeAggregateIdFormatResult {
88
+ UseLongIdsAggregated?: boolean;
89
+ Statuses?: IdFormat[];
90
+ }
91
+ export interface DescribeAvailabilityZonesRequest {
92
+ Filters?: Filter[];
93
+ ZoneNames?: string[];
94
+ ZoneIds?: string[];
95
+ AllAvailabilityZones?: boolean;
96
+ DryRun?: boolean;
97
+ }
98
+ export interface AvailabilityZoneMessage {
99
+ Message?: string;
100
+ }
101
+ export declare enum AvailabilityZoneOptInStatus {
102
+ not_opted_in = "not-opted-in",
103
+ opt_in_not_required = "opt-in-not-required",
104
+ opted_in = "opted-in",
105
+ }
106
+ export declare enum AvailabilityZoneState {
107
+ available = "available",
108
+ impaired = "impaired",
109
+ information = "information",
110
+ unavailable = "unavailable",
111
+ }
112
+ export interface AvailabilityZone {
113
+ State?: AvailabilityZoneState | string;
114
+ OptInStatus?: AvailabilityZoneOptInStatus | string;
115
+ Messages?: AvailabilityZoneMessage[];
116
+ RegionName?: string;
117
+ ZoneName?: string;
118
+ ZoneId?: string;
119
+ GroupName?: string;
120
+ NetworkBorderGroup?: string;
121
+ ZoneType?: string;
122
+ ParentZoneName?: string;
123
+ ParentZoneId?: string;
124
+ }
125
+ export interface DescribeAvailabilityZonesResult {
126
+ AvailabilityZones?: AvailabilityZone[];
127
+ }
128
+ export interface DescribeBundleTasksRequest {
129
+ BundleIds?: string[];
130
+ Filters?: Filter[];
131
+ DryRun?: boolean;
132
+ }
133
+ export interface DescribeBundleTasksResult {
134
+ BundleTasks?: BundleTask[];
135
+ }
136
+ export interface DescribeByoipCidrsRequest {
137
+ DryRun?: boolean;
138
+ MaxResults: number | undefined;
139
+ NextToken?: string;
140
+ }
141
+ export interface DescribeByoipCidrsResult {
142
+ ByoipCidrs?: ByoipCidr[];
143
+ NextToken?: string;
144
+ }
145
+ export interface DescribeCapacityReservationFleetsRequest {
146
+ CapacityReservationFleetIds?: string[];
147
+ NextToken?: string;
148
+ MaxResults?: number;
149
+ Filters?: Filter[];
150
+ DryRun?: boolean;
151
+ }
152
+ export interface CapacityReservationFleet {
153
+ CapacityReservationFleetId?: string;
154
+ CapacityReservationFleetArn?: string;
155
+ State?: CapacityReservationFleetState | string;
156
+ TotalTargetCapacity?: number;
157
+ TotalFulfilledCapacity?: number;
158
+ Tenancy?: FleetCapacityReservationTenancy | string;
159
+ EndDate?: Date;
160
+ CreateTime?: Date;
161
+ InstanceMatchCriteria?: FleetInstanceMatchCriteria | string;
162
+ AllocationStrategy?: string;
163
+ InstanceTypeSpecifications?: FleetCapacityReservation[];
164
+ Tags?: Tag[];
165
+ }
166
+ export interface DescribeCapacityReservationFleetsResult {
167
+ CapacityReservationFleets?: CapacityReservationFleet[];
168
+ NextToken?: string;
169
+ }
170
+ export interface DescribeCapacityReservationsRequest {
171
+ CapacityReservationIds?: string[];
172
+ NextToken?: string;
173
+ MaxResults?: number;
174
+ Filters?: Filter[];
175
+ DryRun?: boolean;
176
+ }
177
+ export interface DescribeCapacityReservationsResult {
178
+ NextToken?: string;
179
+ CapacityReservations?: CapacityReservation[];
180
+ }
181
+ export interface DescribeCarrierGatewaysRequest {
182
+ CarrierGatewayIds?: string[];
183
+ Filters?: Filter[];
184
+ MaxResults?: number;
185
+ NextToken?: string;
186
+ DryRun?: boolean;
187
+ }
188
+ export interface DescribeCarrierGatewaysResult {
189
+ CarrierGateways?: CarrierGateway[];
190
+ NextToken?: string;
191
+ }
192
+ export interface DescribeClassicLinkInstancesRequest {
193
+ Filters?: Filter[];
194
+ DryRun?: boolean;
195
+ InstanceIds?: string[];
196
+ MaxResults?: number;
197
+ NextToken?: string;
198
+ }
199
+ export interface ClassicLinkInstance {
200
+ Groups?: GroupIdentifier[];
201
+ InstanceId?: string;
202
+ Tags?: Tag[];
203
+ VpcId?: string;
204
+ }
205
+ export interface DescribeClassicLinkInstancesResult {
206
+ Instances?: ClassicLinkInstance[];
207
+ NextToken?: string;
208
+ }
71
209
  export interface DescribeClientVpnAuthorizationRulesRequest {
72
210
  ClientVpnEndpointId: string | undefined;
73
-
74
211
  DryRun?: boolean;
75
-
76
212
  NextToken?: string;
77
-
78
213
  Filters?: Filter[];
79
-
80
214
  MaxResults?: number;
81
215
  }
82
-
83
216
  export interface AuthorizationRule {
84
217
  ClientVpnEndpointId?: string;
85
-
86
218
  Description?: string;
87
-
88
219
  GroupId?: string;
89
-
90
220
  AccessAll?: boolean;
91
-
92
221
  DestinationCidr?: string;
93
-
94
222
  Status?: ClientVpnAuthorizationRuleStatus;
95
223
  }
96
224
  export interface DescribeClientVpnAuthorizationRulesResult {
97
225
  AuthorizationRules?: AuthorizationRule[];
98
-
99
226
  NextToken?: string;
100
227
  }
101
228
  export interface DescribeClientVpnConnectionsRequest {
102
229
  ClientVpnEndpointId: string | undefined;
103
-
104
230
  Filters?: Filter[];
105
-
106
231
  NextToken?: string;
107
-
108
232
  MaxResults?: number;
109
-
110
233
  DryRun?: boolean;
111
234
  }
112
- export declare type ClientVpnConnectionStatusCode =
113
- | "active"
114
- | "failed-to-terminate"
115
- | "terminated"
116
- | "terminating";
117
-
235
+ export declare enum ClientVpnConnectionStatusCode {
236
+ active = "active",
237
+ failed_to_terminate = "failed-to-terminate",
238
+ terminated = "terminated",
239
+ terminating = "terminating",
240
+ }
118
241
  export interface ClientVpnConnectionStatus {
119
242
  Code?: ClientVpnConnectionStatusCode | string;
120
-
121
243
  Message?: string;
122
244
  }
123
-
124
245
  export interface ClientVpnConnection {
125
246
  ClientVpnEndpointId?: string;
126
-
127
247
  Timestamp?: string;
128
-
129
248
  ConnectionId?: string;
130
-
131
249
  Username?: string;
132
-
133
250
  ConnectionEstablishedTime?: string;
134
-
135
251
  IngressBytes?: string;
136
-
137
252
  EgressBytes?: string;
138
-
139
253
  IngressPackets?: string;
140
-
141
254
  EgressPackets?: string;
142
-
143
255
  ClientIp?: string;
144
-
145
256
  CommonName?: string;
146
-
147
257
  Status?: ClientVpnConnectionStatus;
148
-
149
258
  ConnectionEndTime?: string;
150
-
151
259
  PostureComplianceStatuses?: string[];
152
260
  }
153
261
  export interface DescribeClientVpnConnectionsResult {
154
262
  Connections?: ClientVpnConnection[];
155
-
156
263
  NextToken?: string;
157
264
  }
158
265
  export interface DescribeClientVpnEndpointsRequest {
159
266
  ClientVpnEndpointIds?: string[];
160
-
161
267
  MaxResults?: number;
162
-
163
268
  NextToken?: string;
164
-
165
269
  Filters?: Filter[];
166
-
167
270
  DryRun?: boolean;
168
271
  }
169
- export declare type AssociatedNetworkType = "vpc";
170
-
272
+ export declare enum AssociatedNetworkType {
273
+ vpc = "vpc",
274
+ }
171
275
  export interface AssociatedTargetNetwork {
172
276
  NetworkId?: string;
173
-
174
277
  NetworkType?: AssociatedNetworkType | string;
175
278
  }
176
-
177
279
  export interface DirectoryServiceAuthentication {
178
280
  DirectoryId?: string;
179
281
  }
180
-
181
282
  export interface FederatedAuthentication {
182
283
  SamlProviderArn?: string;
183
-
184
284
  SelfServiceSamlProviderArn?: string;
185
285
  }
186
-
187
286
  export interface CertificateAuthentication {
188
287
  ClientRootCertificateChain?: string;
189
288
  }
190
-
191
289
  export interface ClientVpnAuthentication {
192
290
  Type?: ClientVpnAuthenticationType | string;
193
-
194
291
  ActiveDirectory?: DirectoryServiceAuthentication;
195
-
196
292
  MutualAuthentication?: CertificateAuthentication;
197
-
198
293
  FederatedAuthentication?: FederatedAuthentication;
199
294
  }
200
- export declare type ClientVpnEndpointAttributeStatusCode =
201
- | "applied"
202
- | "applying";
203
-
295
+ export declare enum ClientVpnEndpointAttributeStatusCode {
296
+ applied = "applied",
297
+ applying = "applying",
298
+ }
204
299
  export interface ClientVpnEndpointAttributeStatus {
205
300
  Code?: ClientVpnEndpointAttributeStatusCode | string;
206
-
207
301
  Message?: string;
208
302
  }
209
-
210
303
  export interface ClientConnectResponseOptions {
211
304
  Enabled?: boolean;
212
-
213
305
  LambdaFunctionArn?: string;
214
-
215
306
  Status?: ClientVpnEndpointAttributeStatus;
216
307
  }
217
-
218
308
  export interface ClientLoginBannerResponseOptions {
219
309
  Enabled?: boolean;
220
-
221
310
  BannerText?: string;
222
311
  }
223
-
224
312
  export interface ConnectionLogResponseOptions {
225
313
  Enabled?: boolean;
226
-
227
314
  CloudwatchLogGroup?: string;
228
-
229
315
  CloudwatchLogStream?: string;
230
316
  }
231
- export declare type VpnProtocol = "openvpn";
232
-
317
+ export declare enum VpnProtocol {
318
+ openvpn = "openvpn",
319
+ }
233
320
  export interface ClientVpnEndpoint {
234
321
  ClientVpnEndpointId?: string;
235
-
236
322
  Description?: string;
237
-
238
323
  Status?: ClientVpnEndpointStatus;
239
-
240
324
  CreationTime?: string;
241
-
242
325
  DeletionTime?: string;
243
-
244
326
  DnsName?: string;
245
-
246
327
  ClientCidrBlock?: string;
247
-
248
328
  DnsServers?: string[];
249
-
250
329
  SplitTunnel?: boolean;
251
-
252
330
  VpnProtocol?: VpnProtocol | string;
253
-
254
331
  TransportProtocol?: TransportProtocol | string;
255
-
256
332
  VpnPort?: number;
257
-
258
333
  AssociatedTargetNetworks?: AssociatedTargetNetwork[];
259
-
260
334
  ServerCertificateArn?: string;
261
-
262
335
  AuthenticationOptions?: ClientVpnAuthentication[];
263
-
264
336
  ConnectionLogOptions?: ConnectionLogResponseOptions;
265
-
266
337
  Tags?: Tag[];
267
-
268
338
  SecurityGroupIds?: string[];
269
-
270
339
  VpcId?: string;
271
-
272
340
  SelfServicePortalUrl?: string;
273
-
274
341
  ClientConnectOptions?: ClientConnectResponseOptions;
275
-
276
342
  SessionTimeoutHours?: number;
277
-
278
343
  ClientLoginBannerOptions?: ClientLoginBannerResponseOptions;
279
344
  }
280
345
  export interface DescribeClientVpnEndpointsResult {
281
346
  ClientVpnEndpoints?: ClientVpnEndpoint[];
282
-
283
347
  NextToken?: string;
284
348
  }
285
349
  export interface DescribeClientVpnRoutesRequest {
286
350
  ClientVpnEndpointId: string | undefined;
287
-
288
351
  Filters?: Filter[];
289
-
290
352
  MaxResults?: number;
291
-
292
353
  NextToken?: string;
293
-
294
354
  DryRun?: boolean;
295
355
  }
296
-
297
356
  export interface ClientVpnRoute {
298
357
  ClientVpnEndpointId?: string;
299
-
300
358
  DestinationCidr?: string;
301
-
302
359
  TargetSubnet?: string;
303
-
304
360
  Type?: string;
305
-
306
361
  Origin?: string;
307
-
308
362
  Status?: ClientVpnRouteStatus;
309
-
310
363
  Description?: string;
311
364
  }
312
365
  export interface DescribeClientVpnRoutesResult {
313
366
  Routes?: ClientVpnRoute[];
314
-
315
367
  NextToken?: string;
316
368
  }
317
369
  export interface DescribeClientVpnTargetNetworksRequest {
318
370
  ClientVpnEndpointId: string | undefined;
319
-
320
371
  AssociationIds?: string[];
321
-
322
372
  MaxResults?: number;
323
-
324
373
  NextToken?: string;
325
-
326
374
  Filters?: Filter[];
327
-
328
375
  DryRun?: boolean;
329
376
  }
330
-
331
377
  export interface TargetNetwork {
332
378
  AssociationId?: string;
333
-
334
379
  VpcId?: string;
335
-
336
380
  TargetNetworkId?: string;
337
-
338
381
  ClientVpnEndpointId?: string;
339
-
340
382
  Status?: AssociationStatus;
341
-
342
383
  SecurityGroups?: string[];
343
384
  }
344
385
  export interface DescribeClientVpnTargetNetworksResult {
345
386
  ClientVpnTargetNetworks?: TargetNetwork[];
346
-
347
387
  NextToken?: string;
348
388
  }
349
389
  export interface DescribeCoipPoolsRequest {
350
390
  PoolIds?: string[];
351
-
352
391
  Filters?: Filter[];
353
-
354
392
  MaxResults?: number;
355
-
356
393
  NextToken?: string;
357
-
358
394
  DryRun?: boolean;
359
395
  }
360
-
361
- export interface CoipPool {
362
- PoolId?: string;
363
-
364
- PoolCidrs?: string[];
365
-
366
- LocalGatewayRouteTableId?: string;
367
-
368
- Tags?: Tag[];
369
-
370
- PoolArn?: string;
371
- }
372
396
  export interface DescribeCoipPoolsResult {
373
397
  CoipPools?: CoipPool[];
374
-
375
398
  NextToken?: string;
376
399
  }
377
400
  export interface DescribeConversionTasksRequest {
378
401
  ConversionTaskIds?: string[];
379
-
380
402
  DryRun?: boolean;
381
403
  }
382
-
383
404
  export interface DiskImageDescription {
384
405
  Checksum?: string;
385
-
386
406
  Format?: DiskImageFormat | string;
387
-
388
407
  ImportManifestUrl?: string;
389
-
390
408
  Size?: number;
391
409
  }
392
-
393
410
  export interface DiskImageVolumeDescription {
394
411
  Id?: string;
395
-
396
412
  Size?: number;
397
413
  }
398
-
399
414
  export interface ImportInstanceVolumeDetailItem {
400
415
  AvailabilityZone?: string;
401
-
402
416
  BytesConverted?: number;
403
-
404
417
  Description?: string;
405
-
406
418
  Image?: DiskImageDescription;
407
-
408
419
  Status?: string;
409
-
410
420
  StatusMessage?: string;
411
-
412
421
  Volume?: DiskImageVolumeDescription;
413
422
  }
414
-
415
423
  export interface ImportInstanceTaskDetails {
416
424
  Description?: string;
417
-
418
425
  InstanceId?: string;
419
-
420
426
  Platform?: PlatformValues | string;
421
-
422
427
  Volumes?: ImportInstanceVolumeDetailItem[];
423
428
  }
424
-
425
429
  export interface ImportVolumeTaskDetails {
426
430
  AvailabilityZone?: string;
427
-
428
431
  BytesConverted?: number;
429
-
430
432
  Description?: string;
431
-
432
433
  Image?: DiskImageDescription;
433
-
434
434
  Volume?: DiskImageVolumeDescription;
435
435
  }
436
- export declare type ConversionTaskState =
437
- | "active"
438
- | "cancelled"
439
- | "cancelling"
440
- | "completed";
441
-
436
+ export declare enum ConversionTaskState {
437
+ active = "active",
438
+ cancelled = "cancelled",
439
+ cancelling = "cancelling",
440
+ completed = "completed",
441
+ }
442
442
  export interface ConversionTask {
443
443
  ConversionTaskId?: string;
444
-
445
444
  ExpirationTime?: string;
446
-
447
445
  ImportInstance?: ImportInstanceTaskDetails;
448
-
449
446
  ImportVolume?: ImportVolumeTaskDetails;
450
-
451
447
  State?: ConversionTaskState | string;
452
-
453
448
  StatusMessage?: string;
454
-
455
449
  Tags?: Tag[];
456
450
  }
457
451
  export interface DescribeConversionTasksResult {
458
452
  ConversionTasks?: ConversionTask[];
459
453
  }
460
-
461
454
  export interface DescribeCustomerGatewaysRequest {
462
455
  CustomerGatewayIds?: string[];
463
-
464
456
  Filters?: Filter[];
465
-
466
457
  DryRun?: boolean;
467
458
  }
468
-
469
459
  export interface DescribeCustomerGatewaysResult {
470
460
  CustomerGateways?: CustomerGateway[];
471
461
  }
472
462
  export interface DescribeDhcpOptionsRequest {
473
463
  DhcpOptionsIds?: string[];
474
-
475
464
  Filters?: Filter[];
476
-
477
465
  DryRun?: boolean;
478
-
479
466
  NextToken?: string;
480
-
481
467
  MaxResults?: number;
482
468
  }
483
469
  export interface DescribeDhcpOptionsResult {
484
470
  DhcpOptions?: DhcpOptions[];
485
-
486
471
  NextToken?: string;
487
472
  }
488
473
  export interface DescribeEgressOnlyInternetGatewaysRequest {
489
474
  DryRun?: boolean;
490
-
491
475
  EgressOnlyInternetGatewayIds?: string[];
492
-
493
476
  MaxResults?: number;
494
-
495
477
  NextToken?: string;
496
-
497
478
  Filters?: Filter[];
498
479
  }
499
480
  export interface DescribeEgressOnlyInternetGatewaysResult {
500
481
  EgressOnlyInternetGateways?: EgressOnlyInternetGateway[];
501
-
502
482
  NextToken?: string;
503
483
  }
504
484
  export interface DescribeElasticGpusRequest {
505
485
  ElasticGpuIds?: string[];
506
-
507
486
  DryRun?: boolean;
508
-
509
487
  Filters?: Filter[];
510
-
511
488
  MaxResults?: number;
512
-
513
489
  NextToken?: string;
514
490
  }
515
491
  export declare enum ElasticGpuStatus {
516
492
  Impaired = "IMPAIRED",
517
493
  Ok = "OK",
518
494
  }
519
-
520
495
  export interface ElasticGpuHealth {
521
496
  Status?: ElasticGpuStatus | string;
522
497
  }
523
498
  export declare enum ElasticGpuState {
524
499
  Attached = "ATTACHED",
525
500
  }
526
-
527
501
  export interface ElasticGpus {
528
502
  ElasticGpuId?: string;
529
-
530
503
  AvailabilityZone?: string;
531
-
532
504
  ElasticGpuType?: string;
533
-
534
505
  ElasticGpuHealth?: ElasticGpuHealth;
535
-
536
506
  ElasticGpuState?: ElasticGpuState | string;
537
-
538
507
  InstanceId?: string;
539
-
540
508
  Tags?: Tag[];
541
509
  }
542
510
  export interface DescribeElasticGpusResult {
543
511
  ElasticGpuSet?: ElasticGpus[];
544
-
545
512
  MaxResults?: number;
546
-
547
513
  NextToken?: string;
548
514
  }
549
515
  export interface DescribeExportImageTasksRequest {
550
516
  DryRun?: boolean;
551
-
552
517
  Filters?: Filter[];
553
-
554
518
  ExportImageTaskIds?: string[];
555
-
556
519
  MaxResults?: number;
557
-
558
520
  NextToken?: string;
559
521
  }
560
-
561
522
  export interface ExportTaskS3Location {
562
523
  S3Bucket?: string;
563
-
564
524
  S3Prefix?: string;
565
525
  }
566
-
567
526
  export interface ExportImageTask {
568
527
  Description?: string;
569
-
570
528
  ExportImageTaskId?: string;
571
-
572
529
  ImageId?: string;
573
-
574
530
  Progress?: string;
575
-
576
531
  S3ExportLocation?: ExportTaskS3Location;
577
-
578
532
  Status?: string;
579
-
580
533
  StatusMessage?: string;
581
-
582
534
  Tags?: Tag[];
583
535
  }
584
536
  export interface DescribeExportImageTasksResult {
585
537
  ExportImageTasks?: ExportImageTask[];
586
-
587
538
  NextToken?: string;
588
539
  }
589
540
  export interface DescribeExportTasksRequest {
590
541
  ExportTaskIds?: string[];
591
-
592
542
  Filters?: Filter[];
593
543
  }
594
544
  export interface DescribeExportTasksResult {
@@ -596,27 +546,19 @@ export interface DescribeExportTasksResult {
596
546
  }
597
547
  export interface DescribeFastLaunchImagesRequest {
598
548
  ImageIds?: string[];
599
-
600
549
  Filters?: Filter[];
601
-
602
550
  MaxResults?: number;
603
-
604
551
  NextToken?: string;
605
-
606
552
  DryRun?: boolean;
607
553
  }
608
-
609
554
  export interface FastLaunchLaunchTemplateSpecificationResponse {
610
555
  LaunchTemplateId?: string;
611
-
612
556
  LaunchTemplateName?: string;
613
-
614
557
  Version?: string;
615
558
  }
616
559
  export declare enum FastLaunchResourceType {
617
560
  SNAPSHOT = "snapshot",
618
561
  }
619
-
620
562
  export interface FastLaunchSnapshotConfigurationResponse {
621
563
  TargetResourceCount?: number;
622
564
  }
@@ -628,73 +570,49 @@ export declare enum FastLaunchStateCode {
628
570
  enabling = "enabling",
629
571
  enabling_failed = "enabling-failed",
630
572
  }
631
-
632
573
  export interface DescribeFastLaunchImagesSuccessItem {
633
574
  ImageId?: string;
634
-
635
575
  ResourceType?: FastLaunchResourceType | string;
636
-
637
576
  SnapshotConfiguration?: FastLaunchSnapshotConfigurationResponse;
638
-
639
577
  LaunchTemplate?: FastLaunchLaunchTemplateSpecificationResponse;
640
-
641
578
  MaxParallelLaunches?: number;
642
-
643
579
  OwnerId?: string;
644
-
645
580
  State?: FastLaunchStateCode | string;
646
-
647
581
  StateTransitionReason?: string;
648
-
649
582
  StateTransitionTime?: Date;
650
583
  }
651
584
  export interface DescribeFastLaunchImagesResult {
652
585
  FastLaunchImages?: DescribeFastLaunchImagesSuccessItem[];
653
-
654
586
  NextToken?: string;
655
587
  }
656
588
  export interface DescribeFastSnapshotRestoresRequest {
657
589
  Filters?: Filter[];
658
-
659
590
  MaxResults?: number;
660
-
661
591
  NextToken?: string;
662
-
663
592
  DryRun?: boolean;
664
593
  }
665
- export declare type FastSnapshotRestoreStateCode =
666
- | "disabled"
667
- | "disabling"
668
- | "enabled"
669
- | "enabling"
670
- | "optimizing";
671
-
594
+ export declare enum FastSnapshotRestoreStateCode {
595
+ disabled = "disabled",
596
+ disabling = "disabling",
597
+ enabled = "enabled",
598
+ enabling = "enabling",
599
+ optimizing = "optimizing",
600
+ }
672
601
  export interface DescribeFastSnapshotRestoreSuccessItem {
673
602
  SnapshotId?: string;
674
-
675
603
  AvailabilityZone?: string;
676
-
677
604
  State?: FastSnapshotRestoreStateCode | string;
678
-
679
605
  StateTransitionReason?: string;
680
-
681
606
  OwnerId?: string;
682
-
683
607
  OwnerAlias?: string;
684
-
685
608
  EnablingTime?: Date;
686
-
687
609
  OptimizingTime?: Date;
688
-
689
610
  EnabledTime?: Date;
690
-
691
611
  DisablingTime?: Date;
692
-
693
612
  DisabledTime?: Date;
694
613
  }
695
614
  export interface DescribeFastSnapshotRestoresResult {
696
615
  FastSnapshotRestores?: DescribeFastSnapshotRestoreSuccessItem[];
697
-
698
616
  NextToken?: string;
699
617
  }
700
618
  export declare enum FleetEventType {
@@ -704,71 +622,46 @@ export declare enum FleetEventType {
704
622
  }
705
623
  export interface DescribeFleetHistoryRequest {
706
624
  DryRun?: boolean;
707
-
708
625
  EventType?: FleetEventType | string;
709
-
710
626
  MaxResults?: number;
711
-
712
627
  NextToken?: string;
713
-
714
628
  FleetId: string | undefined;
715
-
716
629
  StartTime: Date | undefined;
717
630
  }
718
-
719
631
  export interface EventInformation {
720
632
  EventDescription?: string;
721
-
722
633
  EventSubType?: string;
723
-
724
634
  InstanceId?: string;
725
635
  }
726
-
727
636
  export interface HistoryRecordEntry {
728
637
  EventInformation?: EventInformation;
729
-
730
638
  EventType?: FleetEventType | string;
731
-
732
639
  Timestamp?: Date;
733
640
  }
734
641
  export interface DescribeFleetHistoryResult {
735
642
  HistoryRecords?: HistoryRecordEntry[];
736
-
737
643
  LastEvaluatedTime?: Date;
738
-
739
644
  NextToken?: string;
740
-
741
645
  FleetId?: string;
742
-
743
646
  StartTime?: Date;
744
647
  }
745
648
  export interface DescribeFleetInstancesRequest {
746
649
  DryRun?: boolean;
747
-
748
650
  MaxResults?: number;
749
-
750
651
  NextToken?: string;
751
-
752
652
  FleetId: string | undefined;
753
-
754
653
  Filters?: Filter[];
755
654
  }
756
655
  export interface DescribeFleetInstancesResult {
757
656
  ActiveInstances?: ActiveInstance[];
758
-
759
657
  NextToken?: string;
760
-
761
658
  FleetId?: string;
762
659
  }
763
660
  export interface DescribeFleetsRequest {
764
661
  DryRun?: boolean;
765
-
766
662
  MaxResults?: number;
767
-
768
663
  NextToken?: string;
769
-
770
664
  FleetIds?: string[];
771
-
772
665
  Filters?: Filter[];
773
666
  }
774
667
  export declare enum FleetActivityStatus {
@@ -777,237 +670,152 @@ export declare enum FleetActivityStatus {
777
670
  PENDING_FULFILLMENT = "pending_fulfillment",
778
671
  PENDING_TERMINATION = "pending_termination",
779
672
  }
780
-
781
673
  export interface DescribeFleetError {
782
674
  LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
783
-
784
675
  Lifecycle?: InstanceLifecycle | string;
785
-
786
676
  ErrorCode?: string;
787
-
788
677
  ErrorMessage?: string;
789
678
  }
790
-
791
679
  export interface DescribeFleetsInstances {
792
680
  LaunchTemplateAndOverrides?: LaunchTemplateAndOverridesResponse;
793
-
794
681
  Lifecycle?: InstanceLifecycle | string;
795
-
796
682
  InstanceIds?: string[];
797
-
798
683
  InstanceType?: _InstanceType | string;
799
-
800
684
  Platform?: PlatformValues | string;
801
685
  }
802
-
803
686
  export interface FleetLaunchTemplateConfig {
804
687
  LaunchTemplateSpecification?: FleetLaunchTemplateSpecification;
805
-
806
688
  Overrides?: FleetLaunchTemplateOverrides[];
807
689
  }
808
-
809
690
  export interface CapacityReservationOptions {
810
691
  UsageStrategy?: FleetCapacityReservationUsageStrategy | string;
811
692
  }
812
-
813
693
  export interface OnDemandOptions {
814
694
  AllocationStrategy?: FleetOnDemandAllocationStrategy | string;
815
-
816
695
  CapacityReservationOptions?: CapacityReservationOptions;
817
-
818
696
  SingleInstanceType?: boolean;
819
-
820
697
  SingleAvailabilityZone?: boolean;
821
-
822
698
  MinTargetCapacity?: number;
823
-
824
699
  MaxTotalPrice?: string;
825
700
  }
826
-
827
701
  export interface FleetSpotCapacityRebalance {
828
702
  ReplacementStrategy?: FleetReplacementStrategy | string;
829
-
830
703
  TerminationDelay?: number;
831
704
  }
832
-
833
705
  export interface FleetSpotMaintenanceStrategies {
834
706
  CapacityRebalance?: FleetSpotCapacityRebalance;
835
707
  }
836
-
837
708
  export interface SpotOptions {
838
709
  AllocationStrategy?: SpotAllocationStrategy | string;
839
-
840
710
  MaintenanceStrategies?: FleetSpotMaintenanceStrategies;
841
-
842
711
  InstanceInterruptionBehavior?: SpotInstanceInterruptionBehavior | string;
843
-
844
712
  InstancePoolsToUseCount?: number;
845
-
846
713
  SingleInstanceType?: boolean;
847
-
848
714
  SingleAvailabilityZone?: boolean;
849
-
850
715
  MinTargetCapacity?: number;
851
-
852
716
  MaxTotalPrice?: string;
853
717
  }
854
-
855
718
  export interface TargetCapacitySpecification {
856
719
  TotalTargetCapacity?: number;
857
-
858
720
  OnDemandTargetCapacity?: number;
859
-
860
721
  SpotTargetCapacity?: number;
861
-
862
722
  DefaultTargetCapacityType?: DefaultTargetCapacityType | string;
863
-
864
723
  TargetCapacityUnitType?: TargetCapacityUnitType | string;
865
724
  }
866
-
867
725
  export interface FleetData {
868
726
  ActivityStatus?: FleetActivityStatus | string;
869
-
870
727
  CreateTime?: Date;
871
-
872
728
  FleetId?: string;
873
-
874
729
  FleetState?: FleetStateCode | string;
875
-
876
730
  ClientToken?: string;
877
-
878
731
  ExcessCapacityTerminationPolicy?:
879
732
  | FleetExcessCapacityTerminationPolicy
880
733
  | string;
881
-
882
734
  FulfilledCapacity?: number;
883
-
884
735
  FulfilledOnDemandCapacity?: number;
885
-
886
736
  LaunchTemplateConfigs?: FleetLaunchTemplateConfig[];
887
-
888
737
  TargetCapacitySpecification?: TargetCapacitySpecification;
889
-
890
738
  TerminateInstancesWithExpiration?: boolean;
891
-
892
739
  Type?: FleetType | string;
893
-
894
740
  ValidFrom?: Date;
895
-
896
741
  ValidUntil?: Date;
897
-
898
742
  ReplaceUnhealthyInstances?: boolean;
899
-
900
743
  SpotOptions?: SpotOptions;
901
-
902
744
  OnDemandOptions?: OnDemandOptions;
903
-
904
745
  Tags?: Tag[];
905
-
906
746
  Errors?: DescribeFleetError[];
907
-
908
747
  Instances?: DescribeFleetsInstances[];
909
-
910
748
  Context?: string;
911
749
  }
912
750
  export interface DescribeFleetsResult {
913
751
  NextToken?: string;
914
-
915
752
  Fleets?: FleetData[];
916
753
  }
917
754
  export interface DescribeFlowLogsRequest {
918
755
  DryRun?: boolean;
919
-
920
756
  Filter?: Filter[];
921
-
922
757
  FlowLogIds?: string[];
923
-
924
758
  MaxResults?: number;
925
-
926
759
  NextToken?: string;
927
760
  }
928
-
929
761
  export interface DestinationOptionsResponse {
930
762
  FileFormat?: DestinationFileFormat | string;
931
-
932
763
  HiveCompatiblePartitions?: boolean;
933
-
934
764
  PerHourPartition?: boolean;
935
765
  }
936
-
937
766
  export interface FlowLog {
938
767
  CreationTime?: Date;
939
-
940
768
  DeliverLogsErrorMessage?: string;
941
-
942
769
  DeliverLogsPermissionArn?: string;
943
-
944
770
  DeliverCrossAccountRole?: string;
945
-
946
771
  DeliverLogsStatus?: string;
947
-
948
772
  FlowLogId?: string;
949
-
950
773
  FlowLogStatus?: string;
951
-
952
774
  LogGroupName?: string;
953
-
954
775
  ResourceId?: string;
955
-
956
776
  TrafficType?: TrafficType | string;
957
-
958
777
  LogDestinationType?: LogDestinationType | string;
959
-
960
778
  LogDestination?: string;
961
-
962
779
  LogFormat?: string;
963
-
964
780
  Tags?: Tag[];
965
-
966
781
  MaxAggregationInterval?: number;
967
-
968
782
  DestinationOptions?: DestinationOptionsResponse;
969
783
  }
970
784
  export interface DescribeFlowLogsResult {
971
785
  FlowLogs?: FlowLog[];
972
-
973
786
  NextToken?: string;
974
787
  }
975
- export declare type FpgaImageAttributeName =
976
- | "description"
977
- | "loadPermission"
978
- | "name"
979
- | "productCodes";
788
+ export declare enum FpgaImageAttributeName {
789
+ description = "description",
790
+ loadPermission = "loadPermission",
791
+ name = "name",
792
+ productCodes = "productCodes",
793
+ }
980
794
  export interface DescribeFpgaImageAttributeRequest {
981
795
  DryRun?: boolean;
982
-
983
796
  FpgaImageId: string | undefined;
984
-
985
797
  Attribute: FpgaImageAttributeName | string | undefined;
986
798
  }
987
- export declare type PermissionGroup = "all";
988
-
799
+ export declare enum PermissionGroup {
800
+ all = "all",
801
+ }
989
802
  export interface LoadPermission {
990
803
  UserId?: string;
991
-
992
804
  Group?: PermissionGroup | string;
993
805
  }
994
- export declare type ProductCodeValues = "devpay" | "marketplace";
995
-
806
+ export declare enum ProductCodeValues {
807
+ devpay = "devpay",
808
+ marketplace = "marketplace",
809
+ }
996
810
  export interface ProductCode {
997
811
  ProductCodeId?: string;
998
-
999
812
  ProductCodeType?: ProductCodeValues | string;
1000
813
  }
1001
-
1002
814
  export interface FpgaImageAttribute {
1003
815
  FpgaImageId?: string;
1004
-
1005
816
  Name?: string;
1006
-
1007
817
  Description?: string;
1008
-
1009
818
  LoadPermissions?: LoadPermission[];
1010
-
1011
819
  ProductCodes?: ProductCode[];
1012
820
  }
1013
821
  export interface DescribeFpgaImageAttributeResult {
@@ -1015,86 +823,55 @@ export interface DescribeFpgaImageAttributeResult {
1015
823
  }
1016
824
  export interface DescribeFpgaImagesRequest {
1017
825
  DryRun?: boolean;
1018
-
1019
826
  FpgaImageIds?: string[];
1020
-
1021
827
  Owners?: string[];
1022
-
1023
828
  Filters?: Filter[];
1024
-
1025
829
  NextToken?: string;
1026
-
1027
830
  MaxResults?: number;
1028
831
  }
1029
-
1030
832
  export interface PciId {
1031
833
  DeviceId?: string;
1032
-
1033
834
  VendorId?: string;
1034
-
1035
835
  SubsystemId?: string;
1036
-
1037
836
  SubsystemVendorId?: string;
1038
837
  }
1039
- export declare type FpgaImageStateCode =
1040
- | "available"
1041
- | "failed"
1042
- | "pending"
1043
- | "unavailable";
1044
-
838
+ export declare enum FpgaImageStateCode {
839
+ available = "available",
840
+ failed = "failed",
841
+ pending = "pending",
842
+ unavailable = "unavailable",
843
+ }
1045
844
  export interface FpgaImageState {
1046
845
  Code?: FpgaImageStateCode | string;
1047
-
1048
846
  Message?: string;
1049
847
  }
1050
-
1051
848
  export interface FpgaImage {
1052
849
  FpgaImageId?: string;
1053
-
1054
850
  FpgaImageGlobalId?: string;
1055
-
1056
851
  Name?: string;
1057
-
1058
852
  Description?: string;
1059
-
1060
853
  ShellVersion?: string;
1061
-
1062
854
  PciId?: PciId;
1063
-
1064
855
  State?: FpgaImageState;
1065
-
1066
856
  CreateTime?: Date;
1067
-
1068
857
  UpdateTime?: Date;
1069
-
1070
858
  OwnerId?: string;
1071
-
1072
859
  OwnerAlias?: string;
1073
-
1074
860
  ProductCodes?: ProductCode[];
1075
-
1076
861
  Tags?: Tag[];
1077
-
1078
862
  Public?: boolean;
1079
-
1080
863
  DataRetentionSupport?: boolean;
1081
864
  }
1082
865
  export interface DescribeFpgaImagesResult {
1083
866
  FpgaImages?: FpgaImage[];
1084
-
1085
867
  NextToken?: string;
1086
868
  }
1087
869
  export interface DescribeHostReservationOfferingsRequest {
1088
870
  Filter?: Filter[];
1089
-
1090
871
  MaxDuration?: number;
1091
-
1092
872
  MaxResults?: number;
1093
-
1094
873
  MinDuration?: number;
1095
-
1096
874
  NextToken?: string;
1097
-
1098
875
  OfferingId?: string;
1099
876
  }
1100
877
  export declare enum PaymentOption {
@@ -1102,34 +879,23 @@ export declare enum PaymentOption {
1102
879
  NO_UPFRONT = "NoUpfront",
1103
880
  PARTIAL_UPFRONT = "PartialUpfront",
1104
881
  }
1105
-
1106
882
  export interface HostOffering {
1107
883
  CurrencyCode?: CurrencyCodeValues | string;
1108
-
1109
884
  Duration?: number;
1110
-
1111
885
  HourlyPrice?: string;
1112
-
1113
886
  InstanceFamily?: string;
1114
-
1115
887
  OfferingId?: string;
1116
-
1117
888
  PaymentOption?: PaymentOption | string;
1118
-
1119
889
  UpfrontPrice?: string;
1120
890
  }
1121
891
  export interface DescribeHostReservationOfferingsResult {
1122
892
  NextToken?: string;
1123
-
1124
893
  OfferingSet?: HostOffering[];
1125
894
  }
1126
895
  export interface DescribeHostReservationsRequest {
1127
896
  Filter?: Filter[];
1128
-
1129
897
  HostReservationIdSet?: string[];
1130
-
1131
898
  MaxResults?: number;
1132
-
1133
899
  NextToken?: string;
1134
900
  }
1135
901
  export declare enum ReservationState {
@@ -1138,144 +904,89 @@ export declare enum ReservationState {
1138
904
  PAYMENT_PENDING = "payment-pending",
1139
905
  RETIRED = "retired",
1140
906
  }
1141
-
1142
907
  export interface HostReservation {
1143
908
  Count?: number;
1144
-
1145
909
  CurrencyCode?: CurrencyCodeValues | string;
1146
-
1147
910
  Duration?: number;
1148
-
1149
911
  End?: Date;
1150
-
1151
912
  HostIdSet?: string[];
1152
-
1153
913
  HostReservationId?: string;
1154
-
1155
914
  HourlyPrice?: string;
1156
-
1157
915
  InstanceFamily?: string;
1158
-
1159
916
  OfferingId?: string;
1160
-
1161
917
  PaymentOption?: PaymentOption | string;
1162
-
1163
918
  Start?: Date;
1164
-
1165
919
  State?: ReservationState | string;
1166
-
1167
920
  UpfrontPrice?: string;
1168
-
1169
921
  Tags?: Tag[];
1170
922
  }
1171
923
  export interface DescribeHostReservationsResult {
1172
924
  HostReservationSet?: HostReservation[];
1173
-
1174
925
  NextToken?: string;
1175
926
  }
1176
927
  export interface DescribeHostsRequest {
1177
928
  Filter?: Filter[];
1178
-
1179
929
  HostIds?: string[];
1180
-
1181
930
  MaxResults?: number;
1182
-
1183
931
  NextToken?: string;
1184
932
  }
1185
-
1186
933
  export interface InstanceCapacity {
1187
934
  AvailableCapacity?: number;
1188
-
1189
935
  InstanceType?: string;
1190
-
1191
936
  TotalCapacity?: number;
1192
937
  }
1193
-
1194
938
  export interface AvailableCapacity {
1195
939
  AvailableInstanceCapacity?: InstanceCapacity[];
1196
-
1197
940
  AvailableVCpus?: number;
1198
941
  }
1199
-
1200
942
  export interface HostProperties {
1201
943
  Cores?: number;
1202
-
1203
944
  InstanceType?: string;
1204
-
1205
945
  InstanceFamily?: string;
1206
-
1207
946
  Sockets?: number;
1208
-
1209
947
  TotalVCpus?: number;
1210
948
  }
1211
-
1212
949
  export interface HostInstance {
1213
950
  InstanceId?: string;
1214
-
1215
951
  InstanceType?: string;
1216
-
1217
952
  OwnerId?: string;
1218
953
  }
1219
-
1220
954
  export interface Host {
1221
955
  AutoPlacement?: AutoPlacement | string;
1222
-
1223
956
  AvailabilityZone?: string;
1224
-
1225
957
  AvailableCapacity?: AvailableCapacity;
1226
-
1227
958
  ClientToken?: string;
1228
-
1229
959
  HostId?: string;
1230
-
1231
960
  HostProperties?: HostProperties;
1232
-
1233
961
  HostReservationId?: string;
1234
-
1235
962
  Instances?: HostInstance[];
1236
-
1237
963
  State?: AllocationState | string;
1238
-
1239
964
  AllocationTime?: Date;
1240
-
1241
965
  ReleaseTime?: Date;
1242
-
1243
966
  Tags?: Tag[];
1244
-
1245
967
  HostRecovery?: HostRecovery | string;
1246
-
1247
968
  AllowsMultipleInstanceTypes?: AllowsMultipleInstanceTypes | string;
1248
-
1249
969
  OwnerId?: string;
1250
-
1251
970
  AvailabilityZoneId?: string;
1252
-
1253
971
  MemberOfServiceLinkedResourceGroup?: boolean;
1254
-
1255
972
  OutpostArn?: string;
1256
973
  }
1257
974
  export interface DescribeHostsResult {
1258
975
  Hosts?: Host[];
1259
-
1260
976
  NextToken?: string;
1261
977
  }
1262
978
  export interface DescribeIamInstanceProfileAssociationsRequest {
1263
979
  AssociationIds?: string[];
1264
-
1265
980
  Filters?: Filter[];
1266
-
1267
981
  MaxResults?: number;
1268
-
1269
982
  NextToken?: string;
1270
983
  }
1271
984
  export interface DescribeIamInstanceProfileAssociationsResult {
1272
985
  IamInstanceProfileAssociations?: IamInstanceProfileAssociation[];
1273
-
1274
986
  NextToken?: string;
1275
987
  }
1276
988
  export interface DescribeIdentityIdFormatRequest {
1277
989
  PrincipalArn: string | undefined;
1278
-
1279
990
  Resource?: string;
1280
991
  }
1281
992
  export interface DescribeIdentityIdFormatResult {
@@ -1287,160 +998,120 @@ export interface DescribeIdFormatRequest {
1287
998
  export interface DescribeIdFormatResult {
1288
999
  Statuses?: IdFormat[];
1289
1000
  }
1290
- export declare type ImageAttributeName =
1291
- | "blockDeviceMapping"
1292
- | "bootMode"
1293
- | "description"
1294
- | "kernel"
1295
- | "lastLaunchedTime"
1296
- | "launchPermission"
1297
- | "productCodes"
1298
- | "ramdisk"
1299
- | "sriovNetSupport"
1300
- | "tpmSupport"
1301
- | "uefiData";
1302
-
1001
+ export declare enum ImageAttributeName {
1002
+ blockDeviceMapping = "blockDeviceMapping",
1003
+ bootMode = "bootMode",
1004
+ description = "description",
1005
+ kernel = "kernel",
1006
+ lastLaunchedTime = "lastLaunchedTime",
1007
+ launchPermission = "launchPermission",
1008
+ productCodes = "productCodes",
1009
+ ramdisk = "ramdisk",
1010
+ sriovNetSupport = "sriovNetSupport",
1011
+ tpmSupport = "tpmSupport",
1012
+ uefiData = "uefiData",
1013
+ }
1303
1014
  export interface DescribeImageAttributeRequest {
1304
1015
  Attribute: ImageAttributeName | string | undefined;
1305
-
1306
1016
  ImageId: string | undefined;
1307
-
1308
1017
  DryRun?: boolean;
1309
1018
  }
1310
-
1311
1019
  export interface LaunchPermission {
1312
1020
  Group?: PermissionGroup | string;
1313
-
1314
1021
  UserId?: string;
1315
-
1316
1022
  OrganizationArn?: string;
1317
-
1318
1023
  OrganizationalUnitArn?: string;
1319
1024
  }
1320
-
1321
1025
  export interface ImageAttribute {
1322
1026
  BlockDeviceMappings?: BlockDeviceMapping[];
1323
-
1324
1027
  ImageId?: string;
1325
-
1326
1028
  LaunchPermissions?: LaunchPermission[];
1327
-
1328
1029
  ProductCodes?: ProductCode[];
1329
-
1330
1030
  Description?: AttributeValue;
1331
-
1332
1031
  KernelId?: AttributeValue;
1333
-
1334
1032
  RamdiskId?: AttributeValue;
1335
-
1336
1033
  SriovNetSupport?: AttributeValue;
1337
-
1338
1034
  BootMode?: AttributeValue;
1339
-
1340
1035
  TpmSupport?: AttributeValue;
1341
-
1342
1036
  UefiData?: AttributeValue;
1343
-
1344
1037
  LastLaunchedTime?: AttributeValue;
1345
1038
  }
1346
1039
  export interface DescribeImagesRequest {
1347
1040
  ExecutableUsers?: string[];
1348
-
1349
1041
  Filters?: Filter[];
1350
-
1351
1042
  ImageIds?: string[];
1352
-
1353
1043
  Owners?: string[];
1354
-
1355
1044
  IncludeDeprecated?: boolean;
1356
-
1357
1045
  DryRun?: boolean;
1358
1046
  }
1359
- export declare type ArchitectureValues =
1360
- | "arm64"
1361
- | "i386"
1362
- | "x86_64"
1363
- | "x86_64_mac";
1364
- export declare type BootModeValues = "legacy-bios" | "uefi";
1365
- export declare type HypervisorType = "ovm" | "xen";
1366
- export declare type ImageTypeValues = "kernel" | "machine" | "ramdisk";
1367
- export declare type DeviceType = "ebs" | "instance-store";
1368
- export declare type ImageState =
1369
- | "available"
1370
- | "deregistered"
1371
- | "error"
1372
- | "failed"
1373
- | "invalid"
1374
- | "pending"
1375
- | "transient";
1376
-
1377
- export interface StateReason {
1378
- Code?: string;
1379
-
1380
- Message?: string;
1047
+ export declare enum ArchitectureValues {
1048
+ arm64 = "arm64",
1049
+ i386 = "i386",
1050
+ x86_64 = "x86_64",
1051
+ x86_64_mac = "x86_64_mac",
1052
+ }
1053
+ export declare enum BootModeValues {
1054
+ legacy_bios = "legacy-bios",
1055
+ uefi = "uefi",
1056
+ }
1057
+ export declare enum HypervisorType {
1058
+ ovm = "ovm",
1059
+ xen = "xen",
1060
+ }
1061
+ export declare enum ImageTypeValues {
1062
+ kernel = "kernel",
1063
+ machine = "machine",
1064
+ ramdisk = "ramdisk",
1065
+ }
1066
+ export declare enum DeviceType {
1067
+ ebs = "ebs",
1068
+ instance_store = "instance-store",
1069
+ }
1070
+ export declare enum ImageState {
1071
+ available = "available",
1072
+ deregistered = "deregistered",
1073
+ error = "error",
1074
+ failed = "failed",
1075
+ invalid = "invalid",
1076
+ pending = "pending",
1077
+ transient = "transient",
1381
1078
  }
1382
1079
  export declare enum TpmSupportValues {
1383
1080
  v2_0 = "v2.0",
1384
1081
  }
1385
- export declare type VirtualizationType = "hvm" | "paravirtual";
1386
-
1082
+ export declare enum VirtualizationType {
1083
+ hvm = "hvm",
1084
+ paravirtual = "paravirtual",
1085
+ }
1387
1086
  export interface Image {
1388
1087
  Architecture?: ArchitectureValues | string;
1389
-
1390
1088
  CreationDate?: string;
1391
-
1392
1089
  ImageId?: string;
1393
-
1394
1090
  ImageLocation?: string;
1395
-
1396
1091
  ImageType?: ImageTypeValues | string;
1397
-
1398
1092
  Public?: boolean;
1399
-
1400
1093
  KernelId?: string;
1401
-
1402
1094
  OwnerId?: string;
1403
-
1404
1095
  Platform?: PlatformValues | string;
1405
-
1406
1096
  PlatformDetails?: string;
1407
-
1408
1097
  UsageOperation?: string;
1409
-
1410
1098
  ProductCodes?: ProductCode[];
1411
-
1412
1099
  RamdiskId?: string;
1413
-
1414
1100
  State?: ImageState | string;
1415
-
1416
1101
  BlockDeviceMappings?: BlockDeviceMapping[];
1417
-
1418
1102
  Description?: string;
1419
-
1420
1103
  EnaSupport?: boolean;
1421
-
1422
1104
  Hypervisor?: HypervisorType | string;
1423
-
1424
1105
  ImageOwnerAlias?: string;
1425
-
1426
1106
  Name?: string;
1427
-
1428
1107
  RootDeviceName?: string;
1429
-
1430
1108
  RootDeviceType?: DeviceType | string;
1431
-
1432
1109
  SriovNetSupport?: string;
1433
-
1434
1110
  StateReason?: StateReason;
1435
-
1436
1111
  Tags?: Tag[];
1437
-
1438
1112
  VirtualizationType?: VirtualizationType | string;
1439
-
1440
1113
  BootMode?: BootModeValues | string;
1441
-
1442
1114
  TpmSupport?: TpmSupportValues | string;
1443
-
1444
1115
  DeprecationTime?: string;
1445
1116
  }
1446
1117
  export interface DescribeImagesResult {
@@ -1448,242 +1119,154 @@ export interface DescribeImagesResult {
1448
1119
  }
1449
1120
  export interface DescribeImportImageTasksRequest {
1450
1121
  DryRun?: boolean;
1451
-
1452
1122
  Filters?: Filter[];
1453
-
1454
1123
  ImportTaskIds?: string[];
1455
-
1456
1124
  MaxResults?: number;
1457
-
1458
1125
  NextToken?: string;
1459
1126
  }
1460
-
1461
1127
  export interface ImportImageLicenseConfigurationResponse {
1462
1128
  LicenseConfigurationArn?: string;
1463
1129
  }
1464
-
1465
1130
  export interface UserBucketDetails {
1466
1131
  S3Bucket?: string;
1467
-
1468
1132
  S3Key?: string;
1469
1133
  }
1470
-
1471
1134
  export interface SnapshotDetail {
1472
1135
  Description?: string;
1473
-
1474
1136
  DeviceName?: string;
1475
-
1476
1137
  DiskImageSize?: number;
1477
-
1478
1138
  Format?: string;
1479
-
1480
1139
  Progress?: string;
1481
-
1482
1140
  SnapshotId?: string;
1483
-
1484
1141
  Status?: string;
1485
-
1486
1142
  StatusMessage?: string;
1487
-
1488
1143
  Url?: string;
1489
-
1490
1144
  UserBucket?: UserBucketDetails;
1491
1145
  }
1492
-
1493
1146
  export interface ImportImageTask {
1494
1147
  Architecture?: string;
1495
-
1496
1148
  Description?: string;
1497
-
1498
1149
  Encrypted?: boolean;
1499
-
1500
1150
  Hypervisor?: string;
1501
-
1502
1151
  ImageId?: string;
1503
-
1504
1152
  ImportTaskId?: string;
1505
-
1506
1153
  KmsKeyId?: string;
1507
-
1508
1154
  LicenseType?: string;
1509
-
1510
1155
  Platform?: string;
1511
-
1512
1156
  Progress?: string;
1513
-
1514
1157
  SnapshotDetails?: SnapshotDetail[];
1515
-
1516
1158
  Status?: string;
1517
-
1518
1159
  StatusMessage?: string;
1519
-
1520
1160
  Tags?: Tag[];
1521
-
1522
1161
  LicenseSpecifications?: ImportImageLicenseConfigurationResponse[];
1523
-
1524
1162
  UsageOperation?: string;
1525
-
1526
1163
  BootMode?: BootModeValues | string;
1527
1164
  }
1528
1165
  export interface DescribeImportImageTasksResult {
1529
1166
  ImportImageTasks?: ImportImageTask[];
1530
-
1531
1167
  NextToken?: string;
1532
1168
  }
1533
1169
  export interface DescribeImportSnapshotTasksRequest {
1534
1170
  DryRun?: boolean;
1535
-
1536
1171
  Filters?: Filter[];
1537
-
1538
1172
  ImportTaskIds?: string[];
1539
-
1540
1173
  MaxResults?: number;
1541
-
1542
1174
  NextToken?: string;
1543
1175
  }
1544
-
1545
1176
  export interface SnapshotTaskDetail {
1546
1177
  Description?: string;
1547
-
1548
1178
  DiskImageSize?: number;
1549
-
1550
1179
  Encrypted?: boolean;
1551
-
1552
1180
  Format?: string;
1553
-
1554
1181
  KmsKeyId?: string;
1555
-
1556
1182
  Progress?: string;
1557
-
1558
1183
  SnapshotId?: string;
1559
-
1560
1184
  Status?: string;
1561
-
1562
1185
  StatusMessage?: string;
1563
-
1564
1186
  Url?: string;
1565
-
1566
1187
  UserBucket?: UserBucketDetails;
1567
1188
  }
1568
-
1569
1189
  export interface ImportSnapshotTask {
1570
1190
  Description?: string;
1571
-
1572
1191
  ImportTaskId?: string;
1573
-
1574
1192
  SnapshotTaskDetail?: SnapshotTaskDetail;
1575
-
1576
1193
  Tags?: Tag[];
1577
1194
  }
1578
1195
  export interface DescribeImportSnapshotTasksResult {
1579
1196
  ImportSnapshotTasks?: ImportSnapshotTask[];
1580
-
1581
- NextToken?: string;
1582
- }
1583
- export declare type InstanceAttributeName =
1584
- | "blockDeviceMapping"
1585
- | "disableApiStop"
1586
- | "disableApiTermination"
1587
- | "ebsOptimized"
1588
- | "enaSupport"
1589
- | "enclaveOptions"
1590
- | "groupSet"
1591
- | "instanceInitiatedShutdownBehavior"
1592
- | "instanceType"
1593
- | "kernel"
1594
- | "productCodes"
1595
- | "ramdisk"
1596
- | "rootDeviceName"
1597
- | "sourceDestCheck"
1598
- | "sriovNetSupport"
1599
- | "userData";
1197
+ NextToken?: string;
1198
+ }
1199
+ export declare enum InstanceAttributeName {
1200
+ blockDeviceMapping = "blockDeviceMapping",
1201
+ disableApiStop = "disableApiStop",
1202
+ disableApiTermination = "disableApiTermination",
1203
+ ebsOptimized = "ebsOptimized",
1204
+ enaSupport = "enaSupport",
1205
+ enclaveOptions = "enclaveOptions",
1206
+ groupSet = "groupSet",
1207
+ instanceInitiatedShutdownBehavior = "instanceInitiatedShutdownBehavior",
1208
+ instanceType = "instanceType",
1209
+ kernel = "kernel",
1210
+ productCodes = "productCodes",
1211
+ ramdisk = "ramdisk",
1212
+ rootDeviceName = "rootDeviceName",
1213
+ sourceDestCheck = "sourceDestCheck",
1214
+ sriovNetSupport = "sriovNetSupport",
1215
+ userData = "userData",
1216
+ }
1600
1217
  export interface DescribeInstanceAttributeRequest {
1601
1218
  Attribute: InstanceAttributeName | string | undefined;
1602
-
1603
1219
  DryRun?: boolean;
1604
-
1605
1220
  InstanceId: string | undefined;
1606
1221
  }
1607
-
1608
1222
  export interface EbsInstanceBlockDevice {
1609
1223
  AttachTime?: Date;
1610
-
1611
1224
  DeleteOnTermination?: boolean;
1612
-
1613
1225
  Status?: AttachmentStatus | string;
1614
-
1615
1226
  VolumeId?: string;
1616
1227
  }
1617
-
1618
1228
  export interface InstanceBlockDeviceMapping {
1619
1229
  DeviceName?: string;
1620
-
1621
1230
  Ebs?: EbsInstanceBlockDevice;
1622
1231
  }
1623
-
1624
1232
  export interface AttributeBooleanValue {
1625
1233
  Value?: boolean;
1626
1234
  }
1627
-
1628
1235
  export interface EnclaveOptions {
1629
1236
  Enabled?: boolean;
1630
1237
  }
1631
-
1632
1238
  export interface InstanceAttribute {
1633
1239
  Groups?: GroupIdentifier[];
1634
-
1635
1240
  BlockDeviceMappings?: InstanceBlockDeviceMapping[];
1636
-
1637
1241
  DisableApiTermination?: AttributeBooleanValue;
1638
-
1639
1242
  EnaSupport?: AttributeBooleanValue;
1640
-
1641
1243
  EnclaveOptions?: EnclaveOptions;
1642
-
1643
1244
  EbsOptimized?: AttributeBooleanValue;
1644
-
1645
1245
  InstanceId?: string;
1646
-
1647
1246
  InstanceInitiatedShutdownBehavior?: AttributeValue;
1648
-
1649
1247
  InstanceType?: AttributeValue;
1650
-
1651
1248
  KernelId?: AttributeValue;
1652
-
1653
1249
  ProductCodes?: ProductCode[];
1654
-
1655
1250
  RamdiskId?: AttributeValue;
1656
-
1657
1251
  RootDeviceName?: AttributeValue;
1658
-
1659
1252
  SourceDestCheck?: AttributeBooleanValue;
1660
-
1661
1253
  SriovNetSupport?: AttributeValue;
1662
-
1663
1254
  UserData?: AttributeValue;
1664
-
1665
1255
  DisableApiStop?: AttributeBooleanValue;
1666
1256
  }
1667
1257
  export interface DescribeInstanceCreditSpecificationsRequest {
1668
1258
  DryRun?: boolean;
1669
-
1670
1259
  Filters?: Filter[];
1671
-
1672
1260
  InstanceIds?: string[];
1673
-
1674
1261
  MaxResults?: number;
1675
-
1676
1262
  NextToken?: string;
1677
1263
  }
1678
-
1679
1264
  export interface InstanceCreditSpecification {
1680
1265
  InstanceId?: string;
1681
-
1682
1266
  CpuCredits?: string;
1683
1267
  }
1684
1268
  export interface DescribeInstanceCreditSpecificationsResult {
1685
1269
  InstanceCreditSpecifications?: InstanceCreditSpecification[];
1686
-
1687
1270
  NextToken?: string;
1688
1271
  }
1689
1272
  export interface DescribeInstanceEventNotificationAttributesRequest {
@@ -1692,72 +1275,51 @@ export interface DescribeInstanceEventNotificationAttributesRequest {
1692
1275
  export interface DescribeInstanceEventNotificationAttributesResult {
1693
1276
  InstanceTagAttribute?: InstanceTagNotificationAttribute;
1694
1277
  }
1695
-
1696
1278
  export interface DescribeInstanceEventWindowsRequest {
1697
1279
  DryRun?: boolean;
1698
-
1699
1280
  InstanceEventWindowIds?: string[];
1700
-
1701
1281
  Filters?: Filter[];
1702
-
1703
1282
  MaxResults?: number;
1704
-
1705
1283
  NextToken?: string;
1706
1284
  }
1707
1285
  export interface DescribeInstanceEventWindowsResult {
1708
1286
  InstanceEventWindows?: InstanceEventWindow[];
1709
-
1710
1287
  NextToken?: string;
1711
1288
  }
1712
1289
  export interface DescribeInstancesRequest {
1713
1290
  Filters?: Filter[];
1714
-
1715
1291
  InstanceIds?: string[];
1716
-
1717
1292
  DryRun?: boolean;
1718
-
1719
1293
  MaxResults?: number;
1720
-
1721
1294
  NextToken?: string;
1722
1295
  }
1723
-
1724
1296
  export interface CapacityReservationSpecificationResponse {
1725
1297
  CapacityReservationPreference?: CapacityReservationPreference | string;
1726
-
1727
1298
  CapacityReservationTarget?: CapacityReservationTargetResponse;
1728
1299
  }
1729
-
1730
1300
  export interface CpuOptions {
1731
1301
  CoreCount?: number;
1732
-
1733
1302
  ThreadsPerCore?: number;
1734
1303
  }
1735
-
1736
1304
  export interface ElasticGpuAssociation {
1737
1305
  ElasticGpuId?: string;
1738
-
1739
1306
  ElasticGpuAssociationId?: string;
1740
-
1741
1307
  ElasticGpuAssociationState?: string;
1742
-
1743
1308
  ElasticGpuAssociationTime?: string;
1744
1309
  }
1745
-
1746
1310
  export interface ElasticInferenceAcceleratorAssociation {
1747
1311
  ElasticInferenceAcceleratorArn?: string;
1748
-
1749
1312
  ElasticInferenceAcceleratorAssociationId?: string;
1750
-
1751
1313
  ElasticInferenceAcceleratorAssociationState?: string;
1752
-
1753
1314
  ElasticInferenceAcceleratorAssociationTime?: Date;
1754
1315
  }
1755
-
1756
1316
  export interface HibernationOptions {
1757
1317
  Configured?: boolean;
1758
1318
  }
1759
- export declare type InstanceLifecycleType = "scheduled" | "spot";
1760
-
1319
+ export declare enum InstanceLifecycleType {
1320
+ scheduled = "scheduled",
1321
+ spot = "spot",
1322
+ }
1761
1323
  export interface LicenseConfiguration {
1762
1324
  LicenseConfigurationArn?: string;
1763
1325
  }
@@ -1765,11 +1327,13 @@ export declare enum InstanceAutoRecoveryState {
1765
1327
  default = "default",
1766
1328
  disabled = "disabled",
1767
1329
  }
1768
-
1769
1330
  export interface InstanceMaintenanceOptions {
1770
1331
  AutoRecovery?: InstanceAutoRecoveryState | string;
1771
1332
  }
1772
- export declare type InstanceMetadataEndpointState = "disabled" | "enabled";
1333
+ export declare enum InstanceMetadataEndpointState {
1334
+ disabled = "disabled",
1335
+ enabled = "enabled",
1336
+ }
1773
1337
  export declare enum InstanceMetadataProtocolState {
1774
1338
  disabled = "disabled",
1775
1339
  enabled = "enabled",
@@ -1782,480 +1346,322 @@ export declare enum InstanceMetadataTagsState {
1782
1346
  disabled = "disabled",
1783
1347
  enabled = "enabled",
1784
1348
  }
1785
- export declare type InstanceMetadataOptionsState = "applied" | "pending";
1786
-
1349
+ export declare enum InstanceMetadataOptionsState {
1350
+ applied = "applied",
1351
+ pending = "pending",
1352
+ }
1787
1353
  export interface InstanceMetadataOptionsResponse {
1788
1354
  State?: InstanceMetadataOptionsState | string;
1789
-
1790
1355
  HttpTokens?: HttpTokensState | string;
1791
-
1792
1356
  HttpPutResponseHopLimit?: number;
1793
-
1794
1357
  HttpEndpoint?: InstanceMetadataEndpointState | string;
1795
-
1796
1358
  HttpProtocolIpv6?: InstanceMetadataProtocolState | string;
1797
-
1798
1359
  InstanceMetadataTags?: InstanceMetadataTagsState | string;
1799
1360
  }
1800
- export declare type MonitoringState =
1801
- | "disabled"
1802
- | "disabling"
1803
- | "enabled"
1804
- | "pending";
1805
-
1361
+ export declare enum MonitoringState {
1362
+ disabled = "disabled",
1363
+ disabling = "disabling",
1364
+ enabled = "enabled",
1365
+ pending = "pending",
1366
+ }
1806
1367
  export interface Monitoring {
1807
1368
  State?: MonitoringState | string;
1808
1369
  }
1809
-
1810
1370
  export interface InstanceNetworkInterfaceAssociation {
1811
1371
  CarrierIp?: string;
1812
-
1813
1372
  CustomerOwnedIp?: string;
1814
-
1815
1373
  IpOwnerId?: string;
1816
-
1817
1374
  PublicDnsName?: string;
1818
-
1819
1375
  PublicIp?: string;
1820
1376
  }
1821
-
1822
1377
  export interface InstanceNetworkInterfaceAttachment {
1823
1378
  AttachTime?: Date;
1824
-
1825
1379
  AttachmentId?: string;
1826
-
1827
1380
  DeleteOnTermination?: boolean;
1828
-
1829
1381
  DeviceIndex?: number;
1830
-
1831
1382
  Status?: AttachmentStatus | string;
1832
-
1833
1383
  NetworkCardIndex?: number;
1834
1384
  }
1835
-
1836
1385
  export interface InstanceIpv4Prefix {
1837
1386
  Ipv4Prefix?: string;
1838
1387
  }
1839
-
1840
1388
  export interface InstanceIpv6Prefix {
1841
1389
  Ipv6Prefix?: string;
1842
1390
  }
1843
-
1844
1391
  export interface InstancePrivateIpAddress {
1845
1392
  Association?: InstanceNetworkInterfaceAssociation;
1846
-
1847
1393
  Primary?: boolean;
1848
-
1849
1394
  PrivateDnsName?: string;
1850
-
1851
1395
  PrivateIpAddress?: string;
1852
1396
  }
1853
-
1854
1397
  export interface InstanceNetworkInterface {
1855
1398
  Association?: InstanceNetworkInterfaceAssociation;
1856
-
1857
1399
  Attachment?: InstanceNetworkInterfaceAttachment;
1858
-
1859
1400
  Description?: string;
1860
-
1861
1401
  Groups?: GroupIdentifier[];
1862
-
1863
1402
  Ipv6Addresses?: InstanceIpv6Address[];
1864
-
1865
1403
  MacAddress?: string;
1866
-
1867
1404
  NetworkInterfaceId?: string;
1868
-
1869
1405
  OwnerId?: string;
1870
-
1871
1406
  PrivateDnsName?: string;
1872
-
1873
1407
  PrivateIpAddress?: string;
1874
-
1875
1408
  PrivateIpAddresses?: InstancePrivateIpAddress[];
1876
-
1877
1409
  SourceDestCheck?: boolean;
1878
-
1879
1410
  Status?: NetworkInterfaceStatus | string;
1880
-
1881
1411
  SubnetId?: string;
1882
-
1883
1412
  VpcId?: string;
1884
-
1885
1413
  InterfaceType?: string;
1886
-
1887
1414
  Ipv4Prefixes?: InstanceIpv4Prefix[];
1888
-
1889
1415
  Ipv6Prefixes?: InstanceIpv6Prefix[];
1890
1416
  }
1891
-
1892
1417
  export interface PrivateDnsNameOptionsResponse {
1893
1418
  HostnameType?: HostnameType | string;
1894
-
1895
1419
  EnableResourceNameDnsARecord?: boolean;
1896
-
1897
1420
  EnableResourceNameDnsAAAARecord?: boolean;
1898
1421
  }
1899
- export declare type InstanceStateName =
1900
- | "pending"
1901
- | "running"
1902
- | "shutting-down"
1903
- | "stopped"
1904
- | "stopping"
1905
- | "terminated";
1906
-
1422
+ export declare enum InstanceStateName {
1423
+ pending = "pending",
1424
+ running = "running",
1425
+ shutting_down = "shutting-down",
1426
+ stopped = "stopped",
1427
+ stopping = "stopping",
1428
+ terminated = "terminated",
1429
+ }
1907
1430
  export interface InstanceState {
1908
1431
  Code?: number;
1909
-
1910
1432
  Name?: InstanceStateName | string;
1911
1433
  }
1912
-
1913
1434
  export interface Instance {
1914
1435
  AmiLaunchIndex?: number;
1915
-
1916
1436
  ImageId?: string;
1917
-
1918
1437
  InstanceId?: string;
1919
-
1920
1438
  InstanceType?: _InstanceType | string;
1921
-
1922
1439
  KernelId?: string;
1923
-
1924
1440
  KeyName?: string;
1925
-
1926
1441
  LaunchTime?: Date;
1927
-
1928
1442
  Monitoring?: Monitoring;
1929
-
1930
1443
  Placement?: Placement;
1931
-
1932
1444
  Platform?: PlatformValues | string;
1933
-
1934
1445
  PrivateDnsName?: string;
1935
-
1936
1446
  PrivateIpAddress?: string;
1937
-
1938
1447
  ProductCodes?: ProductCode[];
1939
-
1940
1448
  PublicDnsName?: string;
1941
-
1942
1449
  PublicIpAddress?: string;
1943
-
1944
1450
  RamdiskId?: string;
1945
-
1946
1451
  State?: InstanceState;
1947
-
1948
1452
  StateTransitionReason?: string;
1949
-
1950
1453
  SubnetId?: string;
1951
-
1952
1454
  VpcId?: string;
1953
-
1954
1455
  Architecture?: ArchitectureValues | string;
1955
-
1956
1456
  BlockDeviceMappings?: InstanceBlockDeviceMapping[];
1957
-
1958
1457
  ClientToken?: string;
1959
-
1960
1458
  EbsOptimized?: boolean;
1961
-
1962
1459
  EnaSupport?: boolean;
1963
-
1964
1460
  Hypervisor?: HypervisorType | string;
1965
-
1966
1461
  IamInstanceProfile?: IamInstanceProfile;
1967
-
1968
1462
  InstanceLifecycle?: InstanceLifecycleType | string;
1969
-
1970
1463
  ElasticGpuAssociations?: ElasticGpuAssociation[];
1971
-
1972
1464
  ElasticInferenceAcceleratorAssociations?: ElasticInferenceAcceleratorAssociation[];
1973
-
1974
1465
  NetworkInterfaces?: InstanceNetworkInterface[];
1975
-
1976
1466
  OutpostArn?: string;
1977
-
1978
1467
  RootDeviceName?: string;
1979
-
1980
1468
  RootDeviceType?: DeviceType | string;
1981
-
1982
1469
  SecurityGroups?: GroupIdentifier[];
1983
-
1984
1470
  SourceDestCheck?: boolean;
1985
-
1986
1471
  SpotInstanceRequestId?: string;
1987
-
1988
1472
  SriovNetSupport?: string;
1989
-
1990
1473
  StateReason?: StateReason;
1991
-
1992
1474
  Tags?: Tag[];
1993
-
1994
1475
  VirtualizationType?: VirtualizationType | string;
1995
-
1996
1476
  CpuOptions?: CpuOptions;
1997
-
1998
1477
  CapacityReservationId?: string;
1999
-
2000
1478
  CapacityReservationSpecification?: CapacityReservationSpecificationResponse;
2001
-
2002
1479
  HibernationOptions?: HibernationOptions;
2003
-
2004
1480
  Licenses?: LicenseConfiguration[];
2005
-
2006
1481
  MetadataOptions?: InstanceMetadataOptionsResponse;
2007
-
2008
1482
  EnclaveOptions?: EnclaveOptions;
2009
-
2010
1483
  BootMode?: BootModeValues | string;
2011
-
2012
1484
  PlatformDetails?: string;
2013
-
2014
1485
  UsageOperation?: string;
2015
-
2016
1486
  UsageOperationUpdateTime?: Date;
2017
-
2018
1487
  PrivateDnsNameOptions?: PrivateDnsNameOptionsResponse;
2019
-
2020
1488
  Ipv6Address?: string;
2021
-
2022
1489
  TpmSupport?: string;
2023
-
2024
1490
  MaintenanceOptions?: InstanceMaintenanceOptions;
2025
1491
  }
2026
-
2027
1492
  export interface Reservation {
2028
1493
  Groups?: GroupIdentifier[];
2029
-
2030
1494
  Instances?: Instance[];
2031
-
2032
1495
  OwnerId?: string;
2033
-
2034
1496
  RequesterId?: string;
2035
-
2036
1497
  ReservationId?: string;
2037
1498
  }
2038
1499
  export interface DescribeInstancesResult {
2039
1500
  Reservations?: Reservation[];
2040
-
2041
1501
  NextToken?: string;
2042
1502
  }
2043
1503
  export interface DescribeInstanceStatusRequest {
2044
1504
  Filters?: Filter[];
2045
-
2046
1505
  InstanceIds?: string[];
2047
-
2048
1506
  MaxResults?: number;
2049
-
2050
1507
  NextToken?: string;
2051
-
2052
1508
  DryRun?: boolean;
2053
-
2054
1509
  IncludeAllInstances?: boolean;
2055
1510
  }
2056
- export declare type EventCode =
2057
- | "instance-reboot"
2058
- | "instance-retirement"
2059
- | "instance-stop"
2060
- | "system-maintenance"
2061
- | "system-reboot";
2062
-
1511
+ export declare enum EventCode {
1512
+ instance_reboot = "instance-reboot",
1513
+ instance_retirement = "instance-retirement",
1514
+ instance_stop = "instance-stop",
1515
+ system_maintenance = "system-maintenance",
1516
+ system_reboot = "system-reboot",
1517
+ }
2063
1518
  export interface InstanceStatusEvent {
2064
1519
  InstanceEventId?: string;
2065
-
2066
1520
  Code?: EventCode | string;
2067
-
2068
1521
  Description?: string;
2069
-
2070
1522
  NotAfter?: Date;
2071
-
2072
1523
  NotBefore?: Date;
2073
-
2074
1524
  NotBeforeDeadline?: Date;
2075
1525
  }
2076
- export declare type StatusName = "reachability";
2077
- export declare type StatusType =
2078
- | "failed"
2079
- | "initializing"
2080
- | "insufficient-data"
2081
- | "passed";
2082
-
1526
+ export declare enum StatusName {
1527
+ reachability = "reachability",
1528
+ }
1529
+ export declare enum StatusType {
1530
+ failed = "failed",
1531
+ initializing = "initializing",
1532
+ insufficient_data = "insufficient-data",
1533
+ passed = "passed",
1534
+ }
2083
1535
  export interface InstanceStatusDetails {
2084
1536
  ImpairedSince?: Date;
2085
-
2086
1537
  Name?: StatusName | string;
2087
-
2088
1538
  Status?: StatusType | string;
2089
1539
  }
2090
- export declare type SummaryStatus =
2091
- | "impaired"
2092
- | "initializing"
2093
- | "insufficient-data"
2094
- | "not-applicable"
2095
- | "ok";
2096
-
1540
+ export declare enum SummaryStatus {
1541
+ impaired = "impaired",
1542
+ initializing = "initializing",
1543
+ insufficient_data = "insufficient-data",
1544
+ not_applicable = "not-applicable",
1545
+ ok = "ok",
1546
+ }
2097
1547
  export interface InstanceStatusSummary {
2098
1548
  Details?: InstanceStatusDetails[];
2099
-
2100
1549
  Status?: SummaryStatus | string;
2101
1550
  }
2102
-
2103
1551
  export interface InstanceStatus {
2104
1552
  AvailabilityZone?: string;
2105
-
2106
1553
  OutpostArn?: string;
2107
-
2108
1554
  Events?: InstanceStatusEvent[];
2109
-
2110
1555
  InstanceId?: string;
2111
-
2112
1556
  InstanceState?: InstanceState;
2113
-
2114
1557
  InstanceStatus?: InstanceStatusSummary;
2115
-
2116
1558
  SystemStatus?: InstanceStatusSummary;
2117
1559
  }
2118
1560
  export interface DescribeInstanceStatusResult {
2119
1561
  InstanceStatuses?: InstanceStatus[];
2120
-
2121
1562
  NextToken?: string;
2122
1563
  }
2123
- export declare type LocationType =
2124
- | "availability-zone"
2125
- | "availability-zone-id"
2126
- | "region";
1564
+ export declare enum LocationType {
1565
+ availability_zone = "availability-zone",
1566
+ availability_zone_id = "availability-zone-id",
1567
+ region = "region",
1568
+ }
2127
1569
  export interface DescribeInstanceTypeOfferingsRequest {
2128
1570
  DryRun?: boolean;
2129
-
2130
1571
  LocationType?: LocationType | string;
2131
-
2132
1572
  Filters?: Filter[];
2133
-
2134
1573
  MaxResults?: number;
2135
-
2136
1574
  NextToken?: string;
2137
1575
  }
2138
-
2139
1576
  export interface InstanceTypeOffering {
2140
1577
  InstanceType?: _InstanceType | string;
2141
-
2142
1578
  LocationType?: LocationType | string;
2143
-
2144
1579
  Location?: string;
2145
1580
  }
2146
1581
  export interface DescribeInstanceTypeOfferingsResult {
2147
1582
  InstanceTypeOfferings?: InstanceTypeOffering[];
2148
-
2149
1583
  NextToken?: string;
2150
1584
  }
2151
1585
  export interface DescribeInstanceTypesRequest {
2152
1586
  DryRun?: boolean;
2153
-
2154
1587
  InstanceTypes?: (_InstanceType | string)[];
2155
-
2156
1588
  Filters?: Filter[];
2157
-
2158
1589
  MaxResults?: number;
2159
-
2160
1590
  NextToken?: string;
2161
1591
  }
2162
-
2163
1592
  export interface EbsOptimizedInfo {
2164
1593
  BaselineBandwidthInMbps?: number;
2165
-
2166
1594
  BaselineThroughputInMBps?: number;
2167
-
2168
1595
  BaselineIops?: number;
2169
-
2170
1596
  MaximumBandwidthInMbps?: number;
2171
-
2172
1597
  MaximumThroughputInMBps?: number;
2173
-
2174
1598
  MaximumIops?: number;
2175
1599
  }
2176
- export declare type EbsOptimizedSupport =
2177
- | "default"
2178
- | "supported"
2179
- | "unsupported";
2180
- export declare type EbsEncryptionSupport = "supported" | "unsupported";
1600
+ export declare enum EbsOptimizedSupport {
1601
+ default = "default",
1602
+ supported = "supported",
1603
+ unsupported = "unsupported",
1604
+ }
1605
+ export declare enum EbsEncryptionSupport {
1606
+ supported = "supported",
1607
+ unsupported = "unsupported",
1608
+ }
2181
1609
  export declare enum EbsNvmeSupport {
2182
1610
  REQUIRED = "required",
2183
1611
  SUPPORTED = "supported",
2184
1612
  UNSUPPORTED = "unsupported",
2185
1613
  }
2186
-
2187
1614
  export interface EbsInfo {
2188
1615
  EbsOptimizedSupport?: EbsOptimizedSupport | string;
2189
-
2190
1616
  EncryptionSupport?: EbsEncryptionSupport | string;
2191
-
2192
1617
  EbsOptimizedInfo?: EbsOptimizedInfo;
2193
-
2194
1618
  NvmeSupport?: EbsNvmeSupport | string;
2195
1619
  }
2196
-
2197
1620
  export interface FpgaDeviceMemoryInfo {
2198
1621
  SizeInMiB?: number;
2199
1622
  }
2200
-
2201
1623
  export interface FpgaDeviceInfo {
2202
1624
  Name?: string;
2203
-
2204
1625
  Manufacturer?: string;
2205
-
2206
1626
  Count?: number;
2207
-
2208
1627
  MemoryInfo?: FpgaDeviceMemoryInfo;
2209
1628
  }
2210
-
2211
1629
  export interface FpgaInfo {
2212
1630
  Fpgas?: FpgaDeviceInfo[];
2213
-
2214
1631
  TotalFpgaMemoryInMiB?: number;
2215
1632
  }
2216
-
2217
1633
  export interface GpuDeviceMemoryInfo {
2218
1634
  SizeInMiB?: number;
2219
1635
  }
2220
-
2221
1636
  export interface GpuDeviceInfo {
2222
1637
  Name?: string;
2223
-
2224
1638
  Manufacturer?: string;
2225
-
2226
1639
  Count?: number;
2227
-
2228
1640
  MemoryInfo?: GpuDeviceMemoryInfo;
2229
1641
  }
2230
-
2231
1642
  export interface GpuInfo {
2232
1643
  Gpus?: GpuDeviceInfo[];
2233
-
2234
1644
  TotalGpuMemoryInMiB?: number;
2235
1645
  }
2236
1646
  export declare enum InstanceTypeHypervisor {
2237
1647
  NITRO = "nitro",
2238
1648
  XEN = "xen",
2239
1649
  }
2240
-
2241
1650
  export interface InferenceDeviceInfo {
2242
1651
  Count?: number;
2243
-
2244
1652
  Name?: string;
2245
-
2246
1653
  Manufacturer?: string;
2247
1654
  }
2248
-
2249
1655
  export interface InferenceAcceleratorInfo {
2250
1656
  Accelerators?: InferenceDeviceInfo[];
2251
1657
  }
2252
- export declare type DiskType = "hdd" | "ssd";
2253
-
1658
+ export declare enum DiskType {
1659
+ hdd = "hdd",
1660
+ ssd = "ssd",
1661
+ }
2254
1662
  export interface DiskInfo {
2255
1663
  SizeInGB?: number;
2256
-
2257
1664
  Count?: number;
2258
-
2259
1665
  Type?: DiskType | string;
2260
1666
  }
2261
1667
  export declare enum InstanceStorageEncryptionSupport {
@@ -2267,264 +1673,187 @@ export declare enum EphemeralNvmeSupport {
2267
1673
  SUPPORTED = "supported",
2268
1674
  UNSUPPORTED = "unsupported",
2269
1675
  }
2270
-
2271
1676
  export interface InstanceStorageInfo {
2272
1677
  TotalSizeInGB?: number;
2273
-
2274
1678
  Disks?: DiskInfo[];
2275
-
2276
1679
  NvmeSupport?: EphemeralNvmeSupport | string;
2277
-
2278
1680
  EncryptionSupport?: InstanceStorageEncryptionSupport | string;
2279
1681
  }
2280
-
2281
1682
  export interface MemoryInfo {
2282
1683
  SizeInMiB?: number;
2283
1684
  }
2284
-
2285
1685
  export interface EfaInfo {
2286
1686
  MaximumEfaInterfaces?: number;
2287
1687
  }
2288
- export declare type EnaSupport = "required" | "supported" | "unsupported";
2289
-
1688
+ export declare enum EnaSupport {
1689
+ required = "required",
1690
+ supported = "supported",
1691
+ unsupported = "unsupported",
1692
+ }
2290
1693
  export interface NetworkCardInfo {
2291
1694
  NetworkCardIndex?: number;
2292
-
2293
1695
  NetworkPerformance?: string;
2294
-
2295
1696
  MaximumNetworkInterfaces?: number;
2296
1697
  }
2297
-
2298
1698
  export interface NetworkInfo {
2299
1699
  NetworkPerformance?: string;
2300
-
2301
1700
  MaximumNetworkInterfaces?: number;
2302
-
2303
1701
  MaximumNetworkCards?: number;
2304
-
2305
1702
  DefaultNetworkCardIndex?: number;
2306
-
2307
1703
  NetworkCards?: NetworkCardInfo[];
2308
-
2309
1704
  Ipv4AddressesPerInterface?: number;
2310
-
2311
1705
  Ipv6AddressesPerInterface?: number;
2312
-
2313
1706
  Ipv6Supported?: boolean;
2314
-
2315
1707
  EnaSupport?: EnaSupport | string;
2316
-
2317
1708
  EfaSupported?: boolean;
2318
-
2319
1709
  EfaInfo?: EfaInfo;
2320
-
2321
1710
  EncryptionInTransitSupported?: boolean;
2322
1711
  }
2323
- export declare type PlacementGroupStrategy = "cluster" | "partition" | "spread";
2324
-
1712
+ export declare enum PlacementGroupStrategy {
1713
+ cluster = "cluster",
1714
+ partition = "partition",
1715
+ spread = "spread",
1716
+ }
2325
1717
  export interface PlacementGroupInfo {
2326
1718
  SupportedStrategies?: (PlacementGroupStrategy | string)[];
2327
1719
  }
2328
- export declare type ArchitectureType =
2329
- | "arm64"
2330
- | "i386"
2331
- | "x86_64"
2332
- | "x86_64_mac";
2333
-
1720
+ export declare enum ArchitectureType {
1721
+ arm64 = "arm64",
1722
+ i386 = "i386",
1723
+ x86_64 = "x86_64",
1724
+ x86_64_mac = "x86_64_mac",
1725
+ }
2334
1726
  export interface ProcessorInfo {
2335
1727
  SupportedArchitectures?: (ArchitectureType | string)[];
2336
-
2337
1728
  SustainedClockSpeedInGhz?: number;
2338
1729
  }
2339
- export declare type BootModeType = "legacy-bios" | "uefi";
2340
- export declare type RootDeviceType = "ebs" | "instance-store";
2341
- export declare type UsageClassType = "on-demand" | "spot";
2342
-
1730
+ export declare enum BootModeType {
1731
+ legacy_bios = "legacy-bios",
1732
+ uefi = "uefi",
1733
+ }
1734
+ export declare enum RootDeviceType {
1735
+ ebs = "ebs",
1736
+ instance_store = "instance-store",
1737
+ }
1738
+ export declare enum UsageClassType {
1739
+ on_demand = "on-demand",
1740
+ spot = "spot",
1741
+ }
2343
1742
  export interface VCpuInfo {
2344
1743
  DefaultVCpus?: number;
2345
-
2346
1744
  DefaultCores?: number;
2347
-
2348
1745
  DefaultThreadsPerCore?: number;
2349
-
2350
1746
  ValidCores?: number[];
2351
-
2352
1747
  ValidThreadsPerCore?: number[];
2353
1748
  }
2354
-
2355
1749
  export interface InstanceTypeInfo {
2356
1750
  InstanceType?: _InstanceType | string;
2357
-
2358
1751
  CurrentGeneration?: boolean;
2359
-
2360
1752
  FreeTierEligible?: boolean;
2361
-
2362
1753
  SupportedUsageClasses?: (UsageClassType | string)[];
2363
-
2364
1754
  SupportedRootDeviceTypes?: (RootDeviceType | string)[];
2365
-
2366
1755
  SupportedVirtualizationTypes?: (VirtualizationType | string)[];
2367
-
2368
1756
  BareMetal?: boolean;
2369
-
2370
1757
  Hypervisor?: InstanceTypeHypervisor | string;
2371
-
2372
1758
  ProcessorInfo?: ProcessorInfo;
2373
-
2374
1759
  VCpuInfo?: VCpuInfo;
2375
-
2376
1760
  MemoryInfo?: MemoryInfo;
2377
-
2378
1761
  InstanceStorageSupported?: boolean;
2379
-
2380
1762
  InstanceStorageInfo?: InstanceStorageInfo;
2381
-
2382
1763
  EbsInfo?: EbsInfo;
2383
-
2384
1764
  NetworkInfo?: NetworkInfo;
2385
-
2386
1765
  GpuInfo?: GpuInfo;
2387
-
2388
1766
  FpgaInfo?: FpgaInfo;
2389
-
2390
1767
  PlacementGroupInfo?: PlacementGroupInfo;
2391
-
2392
1768
  InferenceAcceleratorInfo?: InferenceAcceleratorInfo;
2393
-
2394
1769
  HibernationSupported?: boolean;
2395
-
2396
1770
  BurstablePerformanceSupported?: boolean;
2397
-
2398
1771
  DedicatedHostsSupported?: boolean;
2399
-
2400
1772
  AutoRecoverySupported?: boolean;
2401
-
2402
1773
  SupportedBootModes?: (BootModeType | string)[];
2403
1774
  }
2404
1775
  export interface DescribeInstanceTypesResult {
2405
1776
  InstanceTypes?: InstanceTypeInfo[];
2406
-
2407
1777
  NextToken?: string;
2408
1778
  }
2409
1779
  export interface DescribeInternetGatewaysRequest {
2410
1780
  Filters?: Filter[];
2411
-
2412
1781
  DryRun?: boolean;
2413
-
2414
1782
  InternetGatewayIds?: string[];
2415
-
2416
1783
  NextToken?: string;
2417
-
2418
1784
  MaxResults?: number;
2419
1785
  }
2420
1786
  export interface DescribeInternetGatewaysResult {
2421
1787
  InternetGateways?: InternetGateway[];
2422
-
2423
1788
  NextToken?: string;
2424
1789
  }
2425
1790
  export interface DescribeIpamPoolsRequest {
2426
1791
  DryRun?: boolean;
2427
-
2428
1792
  Filters?: Filter[];
2429
-
2430
1793
  MaxResults?: number;
2431
-
2432
1794
  NextToken?: string;
2433
-
2434
1795
  IpamPoolIds?: string[];
2435
1796
  }
2436
1797
  export interface DescribeIpamPoolsResult {
2437
1798
  NextToken?: string;
2438
-
2439
1799
  IpamPools?: IpamPool[];
2440
1800
  }
2441
1801
  export interface DescribeIpamsRequest {
2442
1802
  DryRun?: boolean;
2443
-
2444
1803
  Filters?: Filter[];
2445
-
2446
1804
  MaxResults?: number;
2447
-
2448
1805
  NextToken?: string;
2449
-
2450
1806
  IpamIds?: string[];
2451
1807
  }
2452
1808
  export interface DescribeIpamsResult {
2453
1809
  NextToken?: string;
2454
-
2455
1810
  Ipams?: Ipam[];
2456
1811
  }
2457
1812
  export interface DescribeIpamScopesRequest {
2458
1813
  DryRun?: boolean;
2459
-
2460
1814
  Filters?: Filter[];
2461
-
2462
1815
  MaxResults?: number;
2463
-
2464
1816
  NextToken?: string;
2465
-
2466
1817
  IpamScopeIds?: string[];
2467
1818
  }
2468
1819
  export interface DescribeIpamScopesResult {
2469
1820
  NextToken?: string;
2470
-
2471
1821
  IpamScopes?: IpamScope[];
2472
1822
  }
2473
1823
  export interface DescribeIpv6PoolsRequest {
2474
1824
  PoolIds?: string[];
2475
-
2476
1825
  NextToken?: string;
2477
-
2478
1826
  MaxResults?: number;
2479
-
2480
1827
  DryRun?: boolean;
2481
-
2482
1828
  Filters?: Filter[];
2483
1829
  }
2484
-
2485
1830
  export interface PoolCidrBlock {
2486
1831
  Cidr?: string;
2487
1832
  }
2488
-
2489
1833
  export interface Ipv6Pool {
2490
1834
  PoolId?: string;
2491
-
2492
1835
  Description?: string;
2493
-
2494
1836
  PoolCidrBlocks?: PoolCidrBlock[];
2495
-
2496
1837
  Tags?: Tag[];
2497
1838
  }
2498
1839
  export interface DescribeIpv6PoolsResult {
2499
1840
  Ipv6Pools?: Ipv6Pool[];
2500
-
2501
1841
  NextToken?: string;
2502
1842
  }
2503
1843
  export interface DescribeKeyPairsRequest {
2504
1844
  Filters?: Filter[];
2505
-
2506
1845
  KeyNames?: string[];
2507
-
2508
1846
  KeyPairIds?: string[];
2509
-
2510
1847
  DryRun?: boolean;
2511
-
2512
1848
  IncludePublicKey?: boolean;
2513
1849
  }
2514
-
2515
1850
  export interface KeyPairInfo {
2516
1851
  KeyPairId?: string;
2517
-
2518
1852
  KeyFingerprint?: string;
2519
-
2520
1853
  KeyName?: string;
2521
-
2522
1854
  KeyType?: KeyType | string;
2523
-
2524
1855
  Tags?: Tag[];
2525
-
2526
1856
  PublicKey?: string;
2527
-
2528
1857
  CreateTime?: Date;
2529
1858
  }
2530
1859
  export interface DescribeKeyPairsResult {
@@ -2532,1254 +1861,772 @@ export interface DescribeKeyPairsResult {
2532
1861
  }
2533
1862
  export interface DescribeLaunchTemplatesRequest {
2534
1863
  DryRun?: boolean;
2535
-
2536
1864
  LaunchTemplateIds?: string[];
2537
-
2538
1865
  LaunchTemplateNames?: string[];
2539
-
2540
1866
  Filters?: Filter[];
2541
-
2542
1867
  NextToken?: string;
2543
-
2544
1868
  MaxResults?: number;
2545
1869
  }
2546
1870
  export interface DescribeLaunchTemplatesResult {
2547
1871
  LaunchTemplates?: LaunchTemplate[];
2548
-
2549
1872
  NextToken?: string;
2550
1873
  }
2551
1874
  export interface DescribeLaunchTemplateVersionsRequest {
2552
1875
  DryRun?: boolean;
2553
-
2554
1876
  LaunchTemplateId?: string;
2555
-
2556
1877
  LaunchTemplateName?: string;
2557
-
2558
1878
  Versions?: string[];
2559
-
2560
1879
  MinVersion?: string;
2561
-
2562
1880
  MaxVersion?: string;
2563
-
2564
1881
  NextToken?: string;
2565
-
2566
1882
  MaxResults?: number;
2567
-
2568
1883
  Filters?: Filter[];
2569
1884
  }
2570
1885
  export interface DescribeLaunchTemplateVersionsResult {
2571
1886
  LaunchTemplateVersions?: LaunchTemplateVersion[];
2572
-
2573
1887
  NextToken?: string;
2574
1888
  }
2575
1889
  export interface DescribeLocalGatewayRouteTablesRequest {
2576
1890
  LocalGatewayRouteTableIds?: string[];
2577
-
2578
1891
  Filters?: Filter[];
2579
-
2580
1892
  MaxResults?: number;
2581
-
2582
1893
  NextToken?: string;
2583
-
2584
1894
  DryRun?: boolean;
2585
1895
  }
2586
- export declare enum LocalGatewayRouteTableMode {
2587
- coip = "coip",
2588
- direct_vpc_routing = "direct-vpc-routing",
2589
- }
2590
-
2591
- export interface LocalGatewayRouteTable {
2592
- LocalGatewayRouteTableId?: string;
2593
-
2594
- LocalGatewayRouteTableArn?: string;
2595
-
2596
- LocalGatewayId?: string;
2597
-
2598
- OutpostArn?: string;
2599
-
2600
- OwnerId?: string;
2601
-
2602
- State?: string;
2603
-
2604
- Tags?: Tag[];
2605
-
2606
- Mode?: LocalGatewayRouteTableMode | string;
2607
- }
2608
1896
  export interface DescribeLocalGatewayRouteTablesResult {
2609
1897
  LocalGatewayRouteTables?: LocalGatewayRouteTable[];
2610
-
2611
1898
  NextToken?: string;
2612
1899
  }
2613
1900
  export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest {
2614
1901
  LocalGatewayRouteTableVirtualInterfaceGroupAssociationIds?: string[];
2615
-
2616
1902
  Filters?: Filter[];
2617
-
2618
1903
  MaxResults?: number;
2619
-
2620
1904
  NextToken?: string;
2621
-
2622
1905
  DryRun?: boolean;
2623
1906
  }
2624
-
2625
- export interface LocalGatewayRouteTableVirtualInterfaceGroupAssociation {
2626
- LocalGatewayRouteTableVirtualInterfaceGroupAssociationId?: string;
2627
-
2628
- LocalGatewayVirtualInterfaceGroupId?: string;
2629
-
2630
- LocalGatewayId?: string;
2631
-
2632
- LocalGatewayRouteTableId?: string;
2633
-
2634
- LocalGatewayRouteTableArn?: string;
2635
-
2636
- OwnerId?: string;
2637
-
2638
- State?: string;
2639
-
2640
- Tags?: Tag[];
2641
- }
2642
1907
  export interface DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult {
2643
1908
  LocalGatewayRouteTableVirtualInterfaceGroupAssociations?: LocalGatewayRouteTableVirtualInterfaceGroupAssociation[];
2644
-
2645
1909
  NextToken?: string;
2646
1910
  }
2647
1911
  export interface DescribeLocalGatewayRouteTableVpcAssociationsRequest {
2648
1912
  LocalGatewayRouteTableVpcAssociationIds?: string[];
2649
-
2650
1913
  Filters?: Filter[];
2651
-
2652
1914
  MaxResults?: number;
2653
-
2654
1915
  NextToken?: string;
2655
-
2656
1916
  DryRun?: boolean;
2657
1917
  }
2658
1918
  export interface DescribeLocalGatewayRouteTableVpcAssociationsResult {
2659
1919
  LocalGatewayRouteTableVpcAssociations?: LocalGatewayRouteTableVpcAssociation[];
2660
-
2661
1920
  NextToken?: string;
2662
1921
  }
2663
1922
  export interface DescribeLocalGatewaysRequest {
2664
1923
  LocalGatewayIds?: string[];
2665
-
2666
1924
  Filters?: Filter[];
2667
-
2668
1925
  MaxResults?: number;
2669
-
2670
1926
  NextToken?: string;
2671
-
2672
1927
  DryRun?: boolean;
2673
1928
  }
2674
-
2675
1929
  export interface LocalGateway {
2676
1930
  LocalGatewayId?: string;
2677
-
2678
1931
  OutpostArn?: string;
2679
-
2680
1932
  OwnerId?: string;
2681
-
2682
1933
  State?: string;
2683
-
2684
1934
  Tags?: Tag[];
2685
1935
  }
2686
1936
  export interface DescribeLocalGatewaysResult {
2687
1937
  LocalGateways?: LocalGateway[];
2688
-
2689
1938
  NextToken?: string;
2690
1939
  }
2691
1940
  export interface DescribeLocalGatewayVirtualInterfaceGroupsRequest {
2692
1941
  LocalGatewayVirtualInterfaceGroupIds?: string[];
2693
-
2694
1942
  Filters?: Filter[];
2695
-
2696
1943
  MaxResults?: number;
2697
-
2698
1944
  NextToken?: string;
2699
-
2700
1945
  DryRun?: boolean;
2701
1946
  }
2702
-
2703
1947
  export interface LocalGatewayVirtualInterfaceGroup {
2704
1948
  LocalGatewayVirtualInterfaceGroupId?: string;
2705
-
2706
1949
  LocalGatewayVirtualInterfaceIds?: string[];
2707
-
2708
1950
  LocalGatewayId?: string;
2709
-
2710
1951
  OwnerId?: string;
2711
-
2712
1952
  Tags?: Tag[];
2713
1953
  }
2714
1954
  export interface DescribeLocalGatewayVirtualInterfaceGroupsResult {
2715
1955
  LocalGatewayVirtualInterfaceGroups?: LocalGatewayVirtualInterfaceGroup[];
2716
-
2717
1956
  NextToken?: string;
2718
1957
  }
2719
- export interface DescribeLocalGatewayVirtualInterfacesRequest {
2720
- LocalGatewayVirtualInterfaceIds?: string[];
2721
-
2722
- Filters?: Filter[];
2723
-
2724
- MaxResults?: number;
2725
-
2726
- NextToken?: string;
2727
-
2728
- DryRun?: boolean;
2729
- }
2730
-
2731
- export interface LocalGatewayVirtualInterface {
2732
- LocalGatewayVirtualInterfaceId?: string;
2733
-
2734
- LocalGatewayId?: string;
2735
-
2736
- Vlan?: number;
2737
-
2738
- LocalAddress?: string;
2739
-
2740
- PeerAddress?: string;
2741
-
2742
- LocalBgpAsn?: number;
2743
-
2744
- PeerBgpAsn?: number;
2745
-
2746
- OwnerId?: string;
2747
-
2748
- Tags?: Tag[];
2749
- }
2750
- export interface DescribeLocalGatewayVirtualInterfacesResult {
2751
- LocalGatewayVirtualInterfaces?: LocalGatewayVirtualInterface[];
2752
-
2753
- NextToken?: string;
2754
- }
2755
- export interface DescribeManagedPrefixListsRequest {
2756
- DryRun?: boolean;
2757
-
2758
- Filters?: Filter[];
2759
-
2760
- MaxResults?: number;
2761
-
2762
- NextToken?: string;
2763
-
2764
- PrefixListIds?: string[];
2765
- }
2766
- export interface DescribeManagedPrefixListsResult {
2767
- NextToken?: string;
2768
-
2769
- PrefixLists?: ManagedPrefixList[];
2770
- }
2771
- export interface DescribeMovingAddressesRequest {
2772
- Filters?: Filter[];
2773
-
2774
- DryRun?: boolean;
2775
-
2776
- MaxResults?: number;
2777
-
2778
- NextToken?: string;
2779
-
2780
- PublicIps?: string[];
2781
- }
2782
- export declare type MoveStatus = "movingToVpc" | "restoringToClassic";
2783
-
2784
- export interface MovingAddressStatus {
2785
- MoveStatus?: MoveStatus | string;
2786
-
2787
- PublicIp?: string;
2788
- }
2789
- export interface DescribeMovingAddressesResult {
2790
- MovingAddressStatuses?: MovingAddressStatus[];
2791
-
2792
- NextToken?: string;
2793
- }
2794
- export interface DescribeNatGatewaysRequest {
2795
- DryRun?: boolean;
2796
-
2797
- Filter?: Filter[];
2798
-
2799
- MaxResults?: number;
2800
-
2801
- NatGatewayIds?: string[];
2802
-
2803
- NextToken?: string;
2804
- }
2805
- export interface DescribeNatGatewaysResult {
2806
- NatGateways?: NatGateway[];
2807
-
2808
- NextToken?: string;
2809
- }
2810
- export interface DescribeNetworkAclsRequest {
2811
- Filters?: Filter[];
2812
-
2813
- DryRun?: boolean;
2814
-
2815
- NetworkAclIds?: string[];
2816
-
2817
- NextToken?: string;
2818
-
2819
- MaxResults?: number;
2820
- }
2821
- export interface DescribeNetworkAclsResult {
2822
- NetworkAcls?: NetworkAcl[];
2823
-
2824
- NextToken?: string;
2825
- }
2826
- export interface DescribeNetworkInsightsAccessScopeAnalysesRequest {
2827
- NetworkInsightsAccessScopeAnalysisIds?: string[];
2828
-
2829
- NetworkInsightsAccessScopeId?: string;
2830
-
2831
- AnalysisStartTimeBegin?: Date;
2832
-
2833
- AnalysisStartTimeEnd?: Date;
2834
-
2835
- Filters?: Filter[];
2836
-
2837
- MaxResults?: number;
2838
-
2839
- DryRun?: boolean;
2840
-
2841
- NextToken?: string;
2842
- }
2843
- export declare enum FindingsFound {
2844
- false = "false",
2845
- true = "true",
2846
- unknown = "unknown",
2847
- }
2848
- export declare type AnalysisStatus = "failed" | "running" | "succeeded";
2849
-
2850
- export interface NetworkInsightsAccessScopeAnalysis {
2851
- NetworkInsightsAccessScopeAnalysisId?: string;
2852
-
2853
- NetworkInsightsAccessScopeAnalysisArn?: string;
2854
-
2855
- NetworkInsightsAccessScopeId?: string;
2856
-
2857
- Status?: AnalysisStatus | string;
2858
-
2859
- StatusMessage?: string;
2860
-
2861
- WarningMessage?: string;
2862
-
2863
- StartDate?: Date;
2864
-
2865
- EndDate?: Date;
2866
-
2867
- FindingsFound?: FindingsFound | string;
2868
-
2869
- AnalyzedEniCount?: number;
2870
-
2871
- Tags?: Tag[];
2872
- }
2873
- export interface DescribeNetworkInsightsAccessScopeAnalysesResult {
2874
- NetworkInsightsAccessScopeAnalyses?: NetworkInsightsAccessScopeAnalysis[];
2875
-
2876
- NextToken?: string;
2877
- }
2878
-
1958
+ export declare const DescribeAggregateIdFormatRequestFilterSensitiveLog: (
1959
+ obj: DescribeAggregateIdFormatRequest
1960
+ ) => any;
1961
+ export declare const IdFormatFilterSensitiveLog: (obj: IdFormat) => any;
1962
+ export declare const DescribeAggregateIdFormatResultFilterSensitiveLog: (
1963
+ obj: DescribeAggregateIdFormatResult
1964
+ ) => any;
1965
+ export declare const DescribeAvailabilityZonesRequestFilterSensitiveLog: (
1966
+ obj: DescribeAvailabilityZonesRequest
1967
+ ) => any;
1968
+ export declare const AvailabilityZoneMessageFilterSensitiveLog: (
1969
+ obj: AvailabilityZoneMessage
1970
+ ) => any;
1971
+ export declare const AvailabilityZoneFilterSensitiveLog: (
1972
+ obj: AvailabilityZone
1973
+ ) => any;
1974
+ export declare const DescribeAvailabilityZonesResultFilterSensitiveLog: (
1975
+ obj: DescribeAvailabilityZonesResult
1976
+ ) => any;
1977
+ export declare const DescribeBundleTasksRequestFilterSensitiveLog: (
1978
+ obj: DescribeBundleTasksRequest
1979
+ ) => any;
1980
+ export declare const DescribeBundleTasksResultFilterSensitiveLog: (
1981
+ obj: DescribeBundleTasksResult
1982
+ ) => any;
1983
+ export declare const DescribeByoipCidrsRequestFilterSensitiveLog: (
1984
+ obj: DescribeByoipCidrsRequest
1985
+ ) => any;
1986
+ export declare const DescribeByoipCidrsResultFilterSensitiveLog: (
1987
+ obj: DescribeByoipCidrsResult
1988
+ ) => any;
1989
+ export declare const DescribeCapacityReservationFleetsRequestFilterSensitiveLog: (
1990
+ obj: DescribeCapacityReservationFleetsRequest
1991
+ ) => any;
1992
+ export declare const CapacityReservationFleetFilterSensitiveLog: (
1993
+ obj: CapacityReservationFleet
1994
+ ) => any;
1995
+ export declare const DescribeCapacityReservationFleetsResultFilterSensitiveLog: (
1996
+ obj: DescribeCapacityReservationFleetsResult
1997
+ ) => any;
1998
+ export declare const DescribeCapacityReservationsRequestFilterSensitiveLog: (
1999
+ obj: DescribeCapacityReservationsRequest
2000
+ ) => any;
2001
+ export declare const DescribeCapacityReservationsResultFilterSensitiveLog: (
2002
+ obj: DescribeCapacityReservationsResult
2003
+ ) => any;
2004
+ export declare const DescribeCarrierGatewaysRequestFilterSensitiveLog: (
2005
+ obj: DescribeCarrierGatewaysRequest
2006
+ ) => any;
2007
+ export declare const DescribeCarrierGatewaysResultFilterSensitiveLog: (
2008
+ obj: DescribeCarrierGatewaysResult
2009
+ ) => any;
2010
+ export declare const DescribeClassicLinkInstancesRequestFilterSensitiveLog: (
2011
+ obj: DescribeClassicLinkInstancesRequest
2012
+ ) => any;
2013
+ export declare const ClassicLinkInstanceFilterSensitiveLog: (
2014
+ obj: ClassicLinkInstance
2015
+ ) => any;
2016
+ export declare const DescribeClassicLinkInstancesResultFilterSensitiveLog: (
2017
+ obj: DescribeClassicLinkInstancesResult
2018
+ ) => any;
2879
2019
  export declare const DescribeClientVpnAuthorizationRulesRequestFilterSensitiveLog: (
2880
2020
  obj: DescribeClientVpnAuthorizationRulesRequest
2881
2021
  ) => any;
2882
-
2883
2022
  export declare const AuthorizationRuleFilterSensitiveLog: (
2884
2023
  obj: AuthorizationRule
2885
2024
  ) => any;
2886
-
2887
2025
  export declare const DescribeClientVpnAuthorizationRulesResultFilterSensitiveLog: (
2888
2026
  obj: DescribeClientVpnAuthorizationRulesResult
2889
2027
  ) => any;
2890
-
2891
2028
  export declare const DescribeClientVpnConnectionsRequestFilterSensitiveLog: (
2892
2029
  obj: DescribeClientVpnConnectionsRequest
2893
2030
  ) => any;
2894
-
2895
2031
  export declare const ClientVpnConnectionStatusFilterSensitiveLog: (
2896
2032
  obj: ClientVpnConnectionStatus
2897
2033
  ) => any;
2898
-
2899
2034
  export declare const ClientVpnConnectionFilterSensitiveLog: (
2900
2035
  obj: ClientVpnConnection
2901
2036
  ) => any;
2902
-
2903
2037
  export declare const DescribeClientVpnConnectionsResultFilterSensitiveLog: (
2904
2038
  obj: DescribeClientVpnConnectionsResult
2905
2039
  ) => any;
2906
-
2907
2040
  export declare const DescribeClientVpnEndpointsRequestFilterSensitiveLog: (
2908
2041
  obj: DescribeClientVpnEndpointsRequest
2909
2042
  ) => any;
2910
-
2911
2043
  export declare const AssociatedTargetNetworkFilterSensitiveLog: (
2912
2044
  obj: AssociatedTargetNetwork
2913
2045
  ) => any;
2914
-
2915
2046
  export declare const DirectoryServiceAuthenticationFilterSensitiveLog: (
2916
2047
  obj: DirectoryServiceAuthentication
2917
2048
  ) => any;
2918
-
2919
2049
  export declare const FederatedAuthenticationFilterSensitiveLog: (
2920
2050
  obj: FederatedAuthentication
2921
2051
  ) => any;
2922
-
2923
2052
  export declare const CertificateAuthenticationFilterSensitiveLog: (
2924
2053
  obj: CertificateAuthentication
2925
2054
  ) => any;
2926
-
2927
2055
  export declare const ClientVpnAuthenticationFilterSensitiveLog: (
2928
2056
  obj: ClientVpnAuthentication
2929
2057
  ) => any;
2930
-
2931
2058
  export declare const ClientVpnEndpointAttributeStatusFilterSensitiveLog: (
2932
2059
  obj: ClientVpnEndpointAttributeStatus
2933
2060
  ) => any;
2934
-
2935
2061
  export declare const ClientConnectResponseOptionsFilterSensitiveLog: (
2936
2062
  obj: ClientConnectResponseOptions
2937
2063
  ) => any;
2938
-
2939
2064
  export declare const ClientLoginBannerResponseOptionsFilterSensitiveLog: (
2940
2065
  obj: ClientLoginBannerResponseOptions
2941
2066
  ) => any;
2942
-
2943
2067
  export declare const ConnectionLogResponseOptionsFilterSensitiveLog: (
2944
2068
  obj: ConnectionLogResponseOptions
2945
2069
  ) => any;
2946
-
2947
2070
  export declare const ClientVpnEndpointFilterSensitiveLog: (
2948
2071
  obj: ClientVpnEndpoint
2949
2072
  ) => any;
2950
-
2951
2073
  export declare const DescribeClientVpnEndpointsResultFilterSensitiveLog: (
2952
2074
  obj: DescribeClientVpnEndpointsResult
2953
2075
  ) => any;
2954
-
2955
2076
  export declare const DescribeClientVpnRoutesRequestFilterSensitiveLog: (
2956
2077
  obj: DescribeClientVpnRoutesRequest
2957
2078
  ) => any;
2958
-
2959
2079
  export declare const ClientVpnRouteFilterSensitiveLog: (
2960
2080
  obj: ClientVpnRoute
2961
2081
  ) => any;
2962
-
2963
2082
  export declare const DescribeClientVpnRoutesResultFilterSensitiveLog: (
2964
2083
  obj: DescribeClientVpnRoutesResult
2965
2084
  ) => any;
2966
-
2967
2085
  export declare const DescribeClientVpnTargetNetworksRequestFilterSensitiveLog: (
2968
2086
  obj: DescribeClientVpnTargetNetworksRequest
2969
2087
  ) => any;
2970
-
2971
2088
  export declare const TargetNetworkFilterSensitiveLog: (
2972
2089
  obj: TargetNetwork
2973
2090
  ) => any;
2974
-
2975
2091
  export declare const DescribeClientVpnTargetNetworksResultFilterSensitiveLog: (
2976
2092
  obj: DescribeClientVpnTargetNetworksResult
2977
2093
  ) => any;
2978
-
2979
2094
  export declare const DescribeCoipPoolsRequestFilterSensitiveLog: (
2980
2095
  obj: DescribeCoipPoolsRequest
2981
2096
  ) => any;
2982
-
2983
- export declare const CoipPoolFilterSensitiveLog: (obj: CoipPool) => any;
2984
-
2985
2097
  export declare const DescribeCoipPoolsResultFilterSensitiveLog: (
2986
2098
  obj: DescribeCoipPoolsResult
2987
2099
  ) => any;
2988
-
2989
2100
  export declare const DescribeConversionTasksRequestFilterSensitiveLog: (
2990
2101
  obj: DescribeConversionTasksRequest
2991
2102
  ) => any;
2992
-
2993
2103
  export declare const DiskImageDescriptionFilterSensitiveLog: (
2994
2104
  obj: DiskImageDescription
2995
2105
  ) => any;
2996
-
2997
2106
  export declare const DiskImageVolumeDescriptionFilterSensitiveLog: (
2998
2107
  obj: DiskImageVolumeDescription
2999
2108
  ) => any;
3000
-
3001
2109
  export declare const ImportInstanceVolumeDetailItemFilterSensitiveLog: (
3002
2110
  obj: ImportInstanceVolumeDetailItem
3003
2111
  ) => any;
3004
-
3005
2112
  export declare const ImportInstanceTaskDetailsFilterSensitiveLog: (
3006
2113
  obj: ImportInstanceTaskDetails
3007
2114
  ) => any;
3008
-
3009
2115
  export declare const ImportVolumeTaskDetailsFilterSensitiveLog: (
3010
2116
  obj: ImportVolumeTaskDetails
3011
2117
  ) => any;
3012
-
3013
2118
  export declare const ConversionTaskFilterSensitiveLog: (
3014
2119
  obj: ConversionTask
3015
2120
  ) => any;
3016
-
3017
2121
  export declare const DescribeConversionTasksResultFilterSensitiveLog: (
3018
2122
  obj: DescribeConversionTasksResult
3019
2123
  ) => any;
3020
-
3021
2124
  export declare const DescribeCustomerGatewaysRequestFilterSensitiveLog: (
3022
2125
  obj: DescribeCustomerGatewaysRequest
3023
2126
  ) => any;
3024
-
3025
2127
  export declare const DescribeCustomerGatewaysResultFilterSensitiveLog: (
3026
2128
  obj: DescribeCustomerGatewaysResult
3027
2129
  ) => any;
3028
-
3029
2130
  export declare const DescribeDhcpOptionsRequestFilterSensitiveLog: (
3030
2131
  obj: DescribeDhcpOptionsRequest
3031
2132
  ) => any;
3032
-
3033
2133
  export declare const DescribeDhcpOptionsResultFilterSensitiveLog: (
3034
2134
  obj: DescribeDhcpOptionsResult
3035
2135
  ) => any;
3036
-
3037
2136
  export declare const DescribeEgressOnlyInternetGatewaysRequestFilterSensitiveLog: (
3038
2137
  obj: DescribeEgressOnlyInternetGatewaysRequest
3039
2138
  ) => any;
3040
-
3041
2139
  export declare const DescribeEgressOnlyInternetGatewaysResultFilterSensitiveLog: (
3042
2140
  obj: DescribeEgressOnlyInternetGatewaysResult
3043
2141
  ) => any;
3044
-
3045
2142
  export declare const DescribeElasticGpusRequestFilterSensitiveLog: (
3046
2143
  obj: DescribeElasticGpusRequest
3047
2144
  ) => any;
3048
-
3049
2145
  export declare const ElasticGpuHealthFilterSensitiveLog: (
3050
2146
  obj: ElasticGpuHealth
3051
2147
  ) => any;
3052
-
3053
2148
  export declare const ElasticGpusFilterSensitiveLog: (obj: ElasticGpus) => any;
3054
-
3055
2149
  export declare const DescribeElasticGpusResultFilterSensitiveLog: (
3056
2150
  obj: DescribeElasticGpusResult
3057
2151
  ) => any;
3058
-
3059
2152
  export declare const DescribeExportImageTasksRequestFilterSensitiveLog: (
3060
2153
  obj: DescribeExportImageTasksRequest
3061
2154
  ) => any;
3062
-
3063
2155
  export declare const ExportTaskS3LocationFilterSensitiveLog: (
3064
2156
  obj: ExportTaskS3Location
3065
2157
  ) => any;
3066
-
3067
2158
  export declare const ExportImageTaskFilterSensitiveLog: (
3068
2159
  obj: ExportImageTask
3069
2160
  ) => any;
3070
-
3071
2161
  export declare const DescribeExportImageTasksResultFilterSensitiveLog: (
3072
2162
  obj: DescribeExportImageTasksResult
3073
2163
  ) => any;
3074
-
3075
2164
  export declare const DescribeExportTasksRequestFilterSensitiveLog: (
3076
2165
  obj: DescribeExportTasksRequest
3077
2166
  ) => any;
3078
-
3079
2167
  export declare const DescribeExportTasksResultFilterSensitiveLog: (
3080
2168
  obj: DescribeExportTasksResult
3081
2169
  ) => any;
3082
-
3083
2170
  export declare const DescribeFastLaunchImagesRequestFilterSensitiveLog: (
3084
2171
  obj: DescribeFastLaunchImagesRequest
3085
2172
  ) => any;
3086
-
3087
2173
  export declare const FastLaunchLaunchTemplateSpecificationResponseFilterSensitiveLog: (
3088
2174
  obj: FastLaunchLaunchTemplateSpecificationResponse
3089
2175
  ) => any;
3090
-
3091
2176
  export declare const FastLaunchSnapshotConfigurationResponseFilterSensitiveLog: (
3092
2177
  obj: FastLaunchSnapshotConfigurationResponse
3093
2178
  ) => any;
3094
-
3095
2179
  export declare const DescribeFastLaunchImagesSuccessItemFilterSensitiveLog: (
3096
2180
  obj: DescribeFastLaunchImagesSuccessItem
3097
2181
  ) => any;
3098
-
3099
2182
  export declare const DescribeFastLaunchImagesResultFilterSensitiveLog: (
3100
2183
  obj: DescribeFastLaunchImagesResult
3101
2184
  ) => any;
3102
-
3103
2185
  export declare const DescribeFastSnapshotRestoresRequestFilterSensitiveLog: (
3104
2186
  obj: DescribeFastSnapshotRestoresRequest
3105
2187
  ) => any;
3106
-
3107
2188
  export declare const DescribeFastSnapshotRestoreSuccessItemFilterSensitiveLog: (
3108
2189
  obj: DescribeFastSnapshotRestoreSuccessItem
3109
2190
  ) => any;
3110
-
3111
2191
  export declare const DescribeFastSnapshotRestoresResultFilterSensitiveLog: (
3112
2192
  obj: DescribeFastSnapshotRestoresResult
3113
2193
  ) => any;
3114
-
3115
2194
  export declare const DescribeFleetHistoryRequestFilterSensitiveLog: (
3116
2195
  obj: DescribeFleetHistoryRequest
3117
2196
  ) => any;
3118
-
3119
2197
  export declare const EventInformationFilterSensitiveLog: (
3120
2198
  obj: EventInformation
3121
2199
  ) => any;
3122
-
3123
2200
  export declare const HistoryRecordEntryFilterSensitiveLog: (
3124
2201
  obj: HistoryRecordEntry
3125
2202
  ) => any;
3126
-
3127
2203
  export declare const DescribeFleetHistoryResultFilterSensitiveLog: (
3128
2204
  obj: DescribeFleetHistoryResult
3129
2205
  ) => any;
3130
-
3131
2206
  export declare const DescribeFleetInstancesRequestFilterSensitiveLog: (
3132
2207
  obj: DescribeFleetInstancesRequest
3133
2208
  ) => any;
3134
-
3135
2209
  export declare const DescribeFleetInstancesResultFilterSensitiveLog: (
3136
2210
  obj: DescribeFleetInstancesResult
3137
2211
  ) => any;
3138
-
3139
2212
  export declare const DescribeFleetsRequestFilterSensitiveLog: (
3140
2213
  obj: DescribeFleetsRequest
3141
2214
  ) => any;
3142
-
3143
2215
  export declare const DescribeFleetErrorFilterSensitiveLog: (
3144
2216
  obj: DescribeFleetError
3145
2217
  ) => any;
3146
-
3147
2218
  export declare const DescribeFleetsInstancesFilterSensitiveLog: (
3148
2219
  obj: DescribeFleetsInstances
3149
2220
  ) => any;
3150
-
3151
2221
  export declare const FleetLaunchTemplateConfigFilterSensitiveLog: (
3152
2222
  obj: FleetLaunchTemplateConfig
3153
2223
  ) => any;
3154
-
3155
2224
  export declare const CapacityReservationOptionsFilterSensitiveLog: (
3156
2225
  obj: CapacityReservationOptions
3157
2226
  ) => any;
3158
-
3159
2227
  export declare const OnDemandOptionsFilterSensitiveLog: (
3160
2228
  obj: OnDemandOptions
3161
2229
  ) => any;
3162
-
3163
2230
  export declare const FleetSpotCapacityRebalanceFilterSensitiveLog: (
3164
2231
  obj: FleetSpotCapacityRebalance
3165
2232
  ) => any;
3166
-
3167
2233
  export declare const FleetSpotMaintenanceStrategiesFilterSensitiveLog: (
3168
2234
  obj: FleetSpotMaintenanceStrategies
3169
2235
  ) => any;
3170
-
3171
2236
  export declare const SpotOptionsFilterSensitiveLog: (obj: SpotOptions) => any;
3172
-
3173
2237
  export declare const TargetCapacitySpecificationFilterSensitiveLog: (
3174
2238
  obj: TargetCapacitySpecification
3175
2239
  ) => any;
3176
-
3177
2240
  export declare const FleetDataFilterSensitiveLog: (obj: FleetData) => any;
3178
-
3179
2241
  export declare const DescribeFleetsResultFilterSensitiveLog: (
3180
2242
  obj: DescribeFleetsResult
3181
2243
  ) => any;
3182
-
3183
2244
  export declare const DescribeFlowLogsRequestFilterSensitiveLog: (
3184
2245
  obj: DescribeFlowLogsRequest
3185
2246
  ) => any;
3186
-
3187
2247
  export declare const DestinationOptionsResponseFilterSensitiveLog: (
3188
2248
  obj: DestinationOptionsResponse
3189
2249
  ) => any;
3190
-
3191
2250
  export declare const FlowLogFilterSensitiveLog: (obj: FlowLog) => any;
3192
-
3193
2251
  export declare const DescribeFlowLogsResultFilterSensitiveLog: (
3194
2252
  obj: DescribeFlowLogsResult
3195
2253
  ) => any;
3196
-
3197
2254
  export declare const DescribeFpgaImageAttributeRequestFilterSensitiveLog: (
3198
2255
  obj: DescribeFpgaImageAttributeRequest
3199
2256
  ) => any;
3200
-
3201
2257
  export declare const LoadPermissionFilterSensitiveLog: (
3202
2258
  obj: LoadPermission
3203
2259
  ) => any;
3204
-
3205
2260
  export declare const ProductCodeFilterSensitiveLog: (obj: ProductCode) => any;
3206
-
3207
2261
  export declare const FpgaImageAttributeFilterSensitiveLog: (
3208
2262
  obj: FpgaImageAttribute
3209
2263
  ) => any;
3210
-
3211
2264
  export declare const DescribeFpgaImageAttributeResultFilterSensitiveLog: (
3212
2265
  obj: DescribeFpgaImageAttributeResult
3213
2266
  ) => any;
3214
-
3215
2267
  export declare const DescribeFpgaImagesRequestFilterSensitiveLog: (
3216
2268
  obj: DescribeFpgaImagesRequest
3217
2269
  ) => any;
3218
-
3219
2270
  export declare const PciIdFilterSensitiveLog: (obj: PciId) => any;
3220
-
3221
2271
  export declare const FpgaImageStateFilterSensitiveLog: (
3222
2272
  obj: FpgaImageState
3223
2273
  ) => any;
3224
-
3225
2274
  export declare const FpgaImageFilterSensitiveLog: (obj: FpgaImage) => any;
3226
-
3227
2275
  export declare const DescribeFpgaImagesResultFilterSensitiveLog: (
3228
2276
  obj: DescribeFpgaImagesResult
3229
2277
  ) => any;
3230
-
3231
2278
  export declare const DescribeHostReservationOfferingsRequestFilterSensitiveLog: (
3232
2279
  obj: DescribeHostReservationOfferingsRequest
3233
2280
  ) => any;
3234
-
3235
2281
  export declare const HostOfferingFilterSensitiveLog: (obj: HostOffering) => any;
3236
-
3237
2282
  export declare const DescribeHostReservationOfferingsResultFilterSensitiveLog: (
3238
2283
  obj: DescribeHostReservationOfferingsResult
3239
2284
  ) => any;
3240
-
3241
2285
  export declare const DescribeHostReservationsRequestFilterSensitiveLog: (
3242
2286
  obj: DescribeHostReservationsRequest
3243
2287
  ) => any;
3244
-
3245
2288
  export declare const HostReservationFilterSensitiveLog: (
3246
2289
  obj: HostReservation
3247
2290
  ) => any;
3248
-
3249
2291
  export declare const DescribeHostReservationsResultFilterSensitiveLog: (
3250
2292
  obj: DescribeHostReservationsResult
3251
2293
  ) => any;
3252
-
3253
2294
  export declare const DescribeHostsRequestFilterSensitiveLog: (
3254
2295
  obj: DescribeHostsRequest
3255
2296
  ) => any;
3256
-
3257
2297
  export declare const InstanceCapacityFilterSensitiveLog: (
3258
2298
  obj: InstanceCapacity
3259
2299
  ) => any;
3260
-
3261
2300
  export declare const AvailableCapacityFilterSensitiveLog: (
3262
2301
  obj: AvailableCapacity
3263
2302
  ) => any;
3264
-
3265
2303
  export declare const HostPropertiesFilterSensitiveLog: (
3266
2304
  obj: HostProperties
3267
2305
  ) => any;
3268
-
3269
2306
  export declare const HostInstanceFilterSensitiveLog: (obj: HostInstance) => any;
3270
-
3271
2307
  export declare const HostFilterSensitiveLog: (obj: Host) => any;
3272
-
3273
2308
  export declare const DescribeHostsResultFilterSensitiveLog: (
3274
2309
  obj: DescribeHostsResult
3275
2310
  ) => any;
3276
-
3277
2311
  export declare const DescribeIamInstanceProfileAssociationsRequestFilterSensitiveLog: (
3278
2312
  obj: DescribeIamInstanceProfileAssociationsRequest
3279
2313
  ) => any;
3280
-
3281
2314
  export declare const DescribeIamInstanceProfileAssociationsResultFilterSensitiveLog: (
3282
2315
  obj: DescribeIamInstanceProfileAssociationsResult
3283
2316
  ) => any;
3284
-
3285
2317
  export declare const DescribeIdentityIdFormatRequestFilterSensitiveLog: (
3286
2318
  obj: DescribeIdentityIdFormatRequest
3287
2319
  ) => any;
3288
-
3289
2320
  export declare const DescribeIdentityIdFormatResultFilterSensitiveLog: (
3290
2321
  obj: DescribeIdentityIdFormatResult
3291
2322
  ) => any;
3292
-
3293
2323
  export declare const DescribeIdFormatRequestFilterSensitiveLog: (
3294
2324
  obj: DescribeIdFormatRequest
3295
2325
  ) => any;
3296
-
3297
2326
  export declare const DescribeIdFormatResultFilterSensitiveLog: (
3298
2327
  obj: DescribeIdFormatResult
3299
2328
  ) => any;
3300
-
3301
2329
  export declare const DescribeImageAttributeRequestFilterSensitiveLog: (
3302
2330
  obj: DescribeImageAttributeRequest
3303
2331
  ) => any;
3304
-
3305
2332
  export declare const LaunchPermissionFilterSensitiveLog: (
3306
2333
  obj: LaunchPermission
3307
2334
  ) => any;
3308
-
3309
2335
  export declare const ImageAttributeFilterSensitiveLog: (
3310
2336
  obj: ImageAttribute
3311
2337
  ) => any;
3312
-
3313
2338
  export declare const DescribeImagesRequestFilterSensitiveLog: (
3314
2339
  obj: DescribeImagesRequest
3315
2340
  ) => any;
3316
-
3317
- export declare const StateReasonFilterSensitiveLog: (obj: StateReason) => any;
3318
-
3319
2341
  export declare const ImageFilterSensitiveLog: (obj: Image) => any;
3320
-
3321
2342
  export declare const DescribeImagesResultFilterSensitiveLog: (
3322
2343
  obj: DescribeImagesResult
3323
2344
  ) => any;
3324
-
3325
2345
  export declare const DescribeImportImageTasksRequestFilterSensitiveLog: (
3326
2346
  obj: DescribeImportImageTasksRequest
3327
2347
  ) => any;
3328
-
3329
2348
  export declare const ImportImageLicenseConfigurationResponseFilterSensitiveLog: (
3330
2349
  obj: ImportImageLicenseConfigurationResponse
3331
2350
  ) => any;
3332
-
3333
2351
  export declare const UserBucketDetailsFilterSensitiveLog: (
3334
2352
  obj: UserBucketDetails
3335
2353
  ) => any;
3336
-
3337
2354
  export declare const SnapshotDetailFilterSensitiveLog: (
3338
2355
  obj: SnapshotDetail
3339
2356
  ) => any;
3340
-
3341
2357
  export declare const ImportImageTaskFilterSensitiveLog: (
3342
2358
  obj: ImportImageTask
3343
2359
  ) => any;
3344
-
3345
2360
  export declare const DescribeImportImageTasksResultFilterSensitiveLog: (
3346
2361
  obj: DescribeImportImageTasksResult
3347
2362
  ) => any;
3348
-
3349
2363
  export declare const DescribeImportSnapshotTasksRequestFilterSensitiveLog: (
3350
2364
  obj: DescribeImportSnapshotTasksRequest
3351
2365
  ) => any;
3352
-
3353
2366
  export declare const SnapshotTaskDetailFilterSensitiveLog: (
3354
2367
  obj: SnapshotTaskDetail
3355
2368
  ) => any;
3356
-
3357
2369
  export declare const ImportSnapshotTaskFilterSensitiveLog: (
3358
2370
  obj: ImportSnapshotTask
3359
2371
  ) => any;
3360
-
3361
2372
  export declare const DescribeImportSnapshotTasksResultFilterSensitiveLog: (
3362
2373
  obj: DescribeImportSnapshotTasksResult
3363
2374
  ) => any;
3364
-
3365
2375
  export declare const DescribeInstanceAttributeRequestFilterSensitiveLog: (
3366
2376
  obj: DescribeInstanceAttributeRequest
3367
2377
  ) => any;
3368
-
3369
2378
  export declare const EbsInstanceBlockDeviceFilterSensitiveLog: (
3370
2379
  obj: EbsInstanceBlockDevice
3371
2380
  ) => any;
3372
-
3373
2381
  export declare const InstanceBlockDeviceMappingFilterSensitiveLog: (
3374
2382
  obj: InstanceBlockDeviceMapping
3375
2383
  ) => any;
3376
-
3377
2384
  export declare const AttributeBooleanValueFilterSensitiveLog: (
3378
2385
  obj: AttributeBooleanValue
3379
2386
  ) => any;
3380
-
3381
2387
  export declare const EnclaveOptionsFilterSensitiveLog: (
3382
2388
  obj: EnclaveOptions
3383
2389
  ) => any;
3384
-
3385
2390
  export declare const InstanceAttributeFilterSensitiveLog: (
3386
2391
  obj: InstanceAttribute
3387
2392
  ) => any;
3388
-
3389
2393
  export declare const DescribeInstanceCreditSpecificationsRequestFilterSensitiveLog: (
3390
2394
  obj: DescribeInstanceCreditSpecificationsRequest
3391
2395
  ) => any;
3392
-
3393
2396
  export declare const InstanceCreditSpecificationFilterSensitiveLog: (
3394
2397
  obj: InstanceCreditSpecification
3395
2398
  ) => any;
3396
-
3397
2399
  export declare const DescribeInstanceCreditSpecificationsResultFilterSensitiveLog: (
3398
2400
  obj: DescribeInstanceCreditSpecificationsResult
3399
2401
  ) => any;
3400
-
3401
2402
  export declare const DescribeInstanceEventNotificationAttributesRequestFilterSensitiveLog: (
3402
2403
  obj: DescribeInstanceEventNotificationAttributesRequest
3403
2404
  ) => any;
3404
-
3405
2405
  export declare const DescribeInstanceEventNotificationAttributesResultFilterSensitiveLog: (
3406
2406
  obj: DescribeInstanceEventNotificationAttributesResult
3407
2407
  ) => any;
3408
-
3409
2408
  export declare const DescribeInstanceEventWindowsRequestFilterSensitiveLog: (
3410
2409
  obj: DescribeInstanceEventWindowsRequest
3411
2410
  ) => any;
3412
-
3413
2411
  export declare const DescribeInstanceEventWindowsResultFilterSensitiveLog: (
3414
2412
  obj: DescribeInstanceEventWindowsResult
3415
2413
  ) => any;
3416
-
3417
2414
  export declare const DescribeInstancesRequestFilterSensitiveLog: (
3418
2415
  obj: DescribeInstancesRequest
3419
2416
  ) => any;
3420
-
3421
2417
  export declare const CapacityReservationSpecificationResponseFilterSensitiveLog: (
3422
2418
  obj: CapacityReservationSpecificationResponse
3423
2419
  ) => any;
3424
-
3425
2420
  export declare const CpuOptionsFilterSensitiveLog: (obj: CpuOptions) => any;
3426
-
3427
2421
  export declare const ElasticGpuAssociationFilterSensitiveLog: (
3428
2422
  obj: ElasticGpuAssociation
3429
2423
  ) => any;
3430
-
3431
2424
  export declare const ElasticInferenceAcceleratorAssociationFilterSensitiveLog: (
3432
2425
  obj: ElasticInferenceAcceleratorAssociation
3433
2426
  ) => any;
3434
-
3435
2427
  export declare const HibernationOptionsFilterSensitiveLog: (
3436
2428
  obj: HibernationOptions
3437
2429
  ) => any;
3438
-
3439
2430
  export declare const LicenseConfigurationFilterSensitiveLog: (
3440
2431
  obj: LicenseConfiguration
3441
2432
  ) => any;
3442
-
3443
2433
  export declare const InstanceMaintenanceOptionsFilterSensitiveLog: (
3444
2434
  obj: InstanceMaintenanceOptions
3445
2435
  ) => any;
3446
-
3447
2436
  export declare const InstanceMetadataOptionsResponseFilterSensitiveLog: (
3448
2437
  obj: InstanceMetadataOptionsResponse
3449
2438
  ) => any;
3450
-
3451
2439
  export declare const MonitoringFilterSensitiveLog: (obj: Monitoring) => any;
3452
-
3453
2440
  export declare const InstanceNetworkInterfaceAssociationFilterSensitiveLog: (
3454
2441
  obj: InstanceNetworkInterfaceAssociation
3455
2442
  ) => any;
3456
-
3457
2443
  export declare const InstanceNetworkInterfaceAttachmentFilterSensitiveLog: (
3458
2444
  obj: InstanceNetworkInterfaceAttachment
3459
2445
  ) => any;
3460
-
3461
2446
  export declare const InstanceIpv4PrefixFilterSensitiveLog: (
3462
2447
  obj: InstanceIpv4Prefix
3463
2448
  ) => any;
3464
-
3465
2449
  export declare const InstanceIpv6PrefixFilterSensitiveLog: (
3466
2450
  obj: InstanceIpv6Prefix
3467
2451
  ) => any;
3468
-
3469
2452
  export declare const InstancePrivateIpAddressFilterSensitiveLog: (
3470
2453
  obj: InstancePrivateIpAddress
3471
2454
  ) => any;
3472
-
3473
2455
  export declare const InstanceNetworkInterfaceFilterSensitiveLog: (
3474
2456
  obj: InstanceNetworkInterface
3475
2457
  ) => any;
3476
-
3477
2458
  export declare const PrivateDnsNameOptionsResponseFilterSensitiveLog: (
3478
2459
  obj: PrivateDnsNameOptionsResponse
3479
2460
  ) => any;
3480
-
3481
2461
  export declare const InstanceStateFilterSensitiveLog: (
3482
2462
  obj: InstanceState
3483
2463
  ) => any;
3484
-
3485
2464
  export declare const InstanceFilterSensitiveLog: (obj: Instance) => any;
3486
-
3487
2465
  export declare const ReservationFilterSensitiveLog: (obj: Reservation) => any;
3488
-
3489
2466
  export declare const DescribeInstancesResultFilterSensitiveLog: (
3490
2467
  obj: DescribeInstancesResult
3491
2468
  ) => any;
3492
-
3493
2469
  export declare const DescribeInstanceStatusRequestFilterSensitiveLog: (
3494
2470
  obj: DescribeInstanceStatusRequest
3495
2471
  ) => any;
3496
-
3497
2472
  export declare const InstanceStatusEventFilterSensitiveLog: (
3498
2473
  obj: InstanceStatusEvent
3499
2474
  ) => any;
3500
-
3501
2475
  export declare const InstanceStatusDetailsFilterSensitiveLog: (
3502
2476
  obj: InstanceStatusDetails
3503
2477
  ) => any;
3504
-
3505
2478
  export declare const InstanceStatusSummaryFilterSensitiveLog: (
3506
2479
  obj: InstanceStatusSummary
3507
2480
  ) => any;
3508
-
3509
2481
  export declare const InstanceStatusFilterSensitiveLog: (
3510
2482
  obj: InstanceStatus
3511
2483
  ) => any;
3512
-
3513
2484
  export declare const DescribeInstanceStatusResultFilterSensitiveLog: (
3514
2485
  obj: DescribeInstanceStatusResult
3515
2486
  ) => any;
3516
-
3517
2487
  export declare const DescribeInstanceTypeOfferingsRequestFilterSensitiveLog: (
3518
2488
  obj: DescribeInstanceTypeOfferingsRequest
3519
2489
  ) => any;
3520
-
3521
2490
  export declare const InstanceTypeOfferingFilterSensitiveLog: (
3522
2491
  obj: InstanceTypeOffering
3523
2492
  ) => any;
3524
-
3525
2493
  export declare const DescribeInstanceTypeOfferingsResultFilterSensitiveLog: (
3526
2494
  obj: DescribeInstanceTypeOfferingsResult
3527
2495
  ) => any;
3528
-
3529
2496
  export declare const DescribeInstanceTypesRequestFilterSensitiveLog: (
3530
2497
  obj: DescribeInstanceTypesRequest
3531
2498
  ) => any;
3532
-
3533
2499
  export declare const EbsOptimizedInfoFilterSensitiveLog: (
3534
2500
  obj: EbsOptimizedInfo
3535
2501
  ) => any;
3536
-
3537
2502
  export declare const EbsInfoFilterSensitiveLog: (obj: EbsInfo) => any;
3538
-
3539
2503
  export declare const FpgaDeviceMemoryInfoFilterSensitiveLog: (
3540
2504
  obj: FpgaDeviceMemoryInfo
3541
2505
  ) => any;
3542
-
3543
2506
  export declare const FpgaDeviceInfoFilterSensitiveLog: (
3544
2507
  obj: FpgaDeviceInfo
3545
2508
  ) => any;
3546
-
3547
2509
  export declare const FpgaInfoFilterSensitiveLog: (obj: FpgaInfo) => any;
3548
-
3549
2510
  export declare const GpuDeviceMemoryInfoFilterSensitiveLog: (
3550
2511
  obj: GpuDeviceMemoryInfo
3551
2512
  ) => any;
3552
-
3553
2513
  export declare const GpuDeviceInfoFilterSensitiveLog: (
3554
2514
  obj: GpuDeviceInfo
3555
2515
  ) => any;
3556
-
3557
2516
  export declare const GpuInfoFilterSensitiveLog: (obj: GpuInfo) => any;
3558
-
3559
2517
  export declare const InferenceDeviceInfoFilterSensitiveLog: (
3560
2518
  obj: InferenceDeviceInfo
3561
2519
  ) => any;
3562
-
3563
2520
  export declare const InferenceAcceleratorInfoFilterSensitiveLog: (
3564
2521
  obj: InferenceAcceleratorInfo
3565
2522
  ) => any;
3566
-
3567
2523
  export declare const DiskInfoFilterSensitiveLog: (obj: DiskInfo) => any;
3568
-
3569
2524
  export declare const InstanceStorageInfoFilterSensitiveLog: (
3570
2525
  obj: InstanceStorageInfo
3571
2526
  ) => any;
3572
-
3573
2527
  export declare const MemoryInfoFilterSensitiveLog: (obj: MemoryInfo) => any;
3574
-
3575
2528
  export declare const EfaInfoFilterSensitiveLog: (obj: EfaInfo) => any;
3576
-
3577
2529
  export declare const NetworkCardInfoFilterSensitiveLog: (
3578
2530
  obj: NetworkCardInfo
3579
2531
  ) => any;
3580
-
3581
2532
  export declare const NetworkInfoFilterSensitiveLog: (obj: NetworkInfo) => any;
3582
-
3583
2533
  export declare const PlacementGroupInfoFilterSensitiveLog: (
3584
2534
  obj: PlacementGroupInfo
3585
2535
  ) => any;
3586
-
3587
2536
  export declare const ProcessorInfoFilterSensitiveLog: (
3588
2537
  obj: ProcessorInfo
3589
2538
  ) => any;
3590
-
3591
2539
  export declare const VCpuInfoFilterSensitiveLog: (obj: VCpuInfo) => any;
3592
-
3593
2540
  export declare const InstanceTypeInfoFilterSensitiveLog: (
3594
2541
  obj: InstanceTypeInfo
3595
2542
  ) => any;
3596
-
3597
2543
  export declare const DescribeInstanceTypesResultFilterSensitiveLog: (
3598
2544
  obj: DescribeInstanceTypesResult
3599
2545
  ) => any;
3600
-
3601
2546
  export declare const DescribeInternetGatewaysRequestFilterSensitiveLog: (
3602
2547
  obj: DescribeInternetGatewaysRequest
3603
2548
  ) => any;
3604
-
3605
2549
  export declare const DescribeInternetGatewaysResultFilterSensitiveLog: (
3606
2550
  obj: DescribeInternetGatewaysResult
3607
2551
  ) => any;
3608
-
3609
2552
  export declare const DescribeIpamPoolsRequestFilterSensitiveLog: (
3610
2553
  obj: DescribeIpamPoolsRequest
3611
2554
  ) => any;
3612
-
3613
2555
  export declare const DescribeIpamPoolsResultFilterSensitiveLog: (
3614
2556
  obj: DescribeIpamPoolsResult
3615
2557
  ) => any;
3616
-
3617
2558
  export declare const DescribeIpamsRequestFilterSensitiveLog: (
3618
2559
  obj: DescribeIpamsRequest
3619
2560
  ) => any;
3620
-
3621
2561
  export declare const DescribeIpamsResultFilterSensitiveLog: (
3622
2562
  obj: DescribeIpamsResult
3623
2563
  ) => any;
3624
-
3625
2564
  export declare const DescribeIpamScopesRequestFilterSensitiveLog: (
3626
2565
  obj: DescribeIpamScopesRequest
3627
2566
  ) => any;
3628
-
3629
2567
  export declare const DescribeIpamScopesResultFilterSensitiveLog: (
3630
2568
  obj: DescribeIpamScopesResult
3631
2569
  ) => any;
3632
-
3633
2570
  export declare const DescribeIpv6PoolsRequestFilterSensitiveLog: (
3634
2571
  obj: DescribeIpv6PoolsRequest
3635
2572
  ) => any;
3636
-
3637
2573
  export declare const PoolCidrBlockFilterSensitiveLog: (
3638
2574
  obj: PoolCidrBlock
3639
2575
  ) => any;
3640
-
3641
2576
  export declare const Ipv6PoolFilterSensitiveLog: (obj: Ipv6Pool) => any;
3642
-
3643
2577
  export declare const DescribeIpv6PoolsResultFilterSensitiveLog: (
3644
2578
  obj: DescribeIpv6PoolsResult
3645
2579
  ) => any;
3646
-
3647
2580
  export declare const DescribeKeyPairsRequestFilterSensitiveLog: (
3648
2581
  obj: DescribeKeyPairsRequest
3649
2582
  ) => any;
3650
-
3651
2583
  export declare const KeyPairInfoFilterSensitiveLog: (obj: KeyPairInfo) => any;
3652
-
3653
2584
  export declare const DescribeKeyPairsResultFilterSensitiveLog: (
3654
2585
  obj: DescribeKeyPairsResult
3655
2586
  ) => any;
3656
-
3657
2587
  export declare const DescribeLaunchTemplatesRequestFilterSensitiveLog: (
3658
2588
  obj: DescribeLaunchTemplatesRequest
3659
2589
  ) => any;
3660
-
3661
2590
  export declare const DescribeLaunchTemplatesResultFilterSensitiveLog: (
3662
2591
  obj: DescribeLaunchTemplatesResult
3663
2592
  ) => any;
3664
-
3665
2593
  export declare const DescribeLaunchTemplateVersionsRequestFilterSensitiveLog: (
3666
2594
  obj: DescribeLaunchTemplateVersionsRequest
3667
2595
  ) => any;
3668
-
3669
2596
  export declare const DescribeLaunchTemplateVersionsResultFilterSensitiveLog: (
3670
2597
  obj: DescribeLaunchTemplateVersionsResult
3671
2598
  ) => any;
3672
-
3673
2599
  export declare const DescribeLocalGatewayRouteTablesRequestFilterSensitiveLog: (
3674
2600
  obj: DescribeLocalGatewayRouteTablesRequest
3675
2601
  ) => any;
3676
-
3677
- export declare const LocalGatewayRouteTableFilterSensitiveLog: (
3678
- obj: LocalGatewayRouteTable
3679
- ) => any;
3680
-
3681
2602
  export declare const DescribeLocalGatewayRouteTablesResultFilterSensitiveLog: (
3682
2603
  obj: DescribeLocalGatewayRouteTablesResult
3683
2604
  ) => any;
3684
-
3685
2605
  export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequestFilterSensitiveLog: (
3686
2606
  obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsRequest
3687
2607
  ) => any;
3688
-
3689
- export declare const LocalGatewayRouteTableVirtualInterfaceGroupAssociationFilterSensitiveLog: (
3690
- obj: LocalGatewayRouteTableVirtualInterfaceGroupAssociation
3691
- ) => any;
3692
-
3693
2608
  export declare const DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResultFilterSensitiveLog: (
3694
2609
  obj: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsResult
3695
2610
  ) => any;
3696
-
3697
2611
  export declare const DescribeLocalGatewayRouteTableVpcAssociationsRequestFilterSensitiveLog: (
3698
2612
  obj: DescribeLocalGatewayRouteTableVpcAssociationsRequest
3699
2613
  ) => any;
3700
-
3701
2614
  export declare const DescribeLocalGatewayRouteTableVpcAssociationsResultFilterSensitiveLog: (
3702
2615
  obj: DescribeLocalGatewayRouteTableVpcAssociationsResult
3703
2616
  ) => any;
3704
-
3705
2617
  export declare const DescribeLocalGatewaysRequestFilterSensitiveLog: (
3706
2618
  obj: DescribeLocalGatewaysRequest
3707
2619
  ) => any;
3708
-
3709
2620
  export declare const LocalGatewayFilterSensitiveLog: (obj: LocalGateway) => any;
3710
-
3711
2621
  export declare const DescribeLocalGatewaysResultFilterSensitiveLog: (
3712
2622
  obj: DescribeLocalGatewaysResult
3713
2623
  ) => any;
3714
-
3715
2624
  export declare const DescribeLocalGatewayVirtualInterfaceGroupsRequestFilterSensitiveLog: (
3716
2625
  obj: DescribeLocalGatewayVirtualInterfaceGroupsRequest
3717
2626
  ) => any;
3718
-
3719
2627
  export declare const LocalGatewayVirtualInterfaceGroupFilterSensitiveLog: (
3720
2628
  obj: LocalGatewayVirtualInterfaceGroup
3721
2629
  ) => any;
3722
-
3723
2630
  export declare const DescribeLocalGatewayVirtualInterfaceGroupsResultFilterSensitiveLog: (
3724
2631
  obj: DescribeLocalGatewayVirtualInterfaceGroupsResult
3725
2632
  ) => any;
3726
-
3727
- export declare const DescribeLocalGatewayVirtualInterfacesRequestFilterSensitiveLog: (
3728
- obj: DescribeLocalGatewayVirtualInterfacesRequest
3729
- ) => any;
3730
-
3731
- export declare const LocalGatewayVirtualInterfaceFilterSensitiveLog: (
3732
- obj: LocalGatewayVirtualInterface
3733
- ) => any;
3734
-
3735
- export declare const DescribeLocalGatewayVirtualInterfacesResultFilterSensitiveLog: (
3736
- obj: DescribeLocalGatewayVirtualInterfacesResult
3737
- ) => any;
3738
-
3739
- export declare const DescribeManagedPrefixListsRequestFilterSensitiveLog: (
3740
- obj: DescribeManagedPrefixListsRequest
3741
- ) => any;
3742
-
3743
- export declare const DescribeManagedPrefixListsResultFilterSensitiveLog: (
3744
- obj: DescribeManagedPrefixListsResult
3745
- ) => any;
3746
-
3747
- export declare const DescribeMovingAddressesRequestFilterSensitiveLog: (
3748
- obj: DescribeMovingAddressesRequest
3749
- ) => any;
3750
-
3751
- export declare const MovingAddressStatusFilterSensitiveLog: (
3752
- obj: MovingAddressStatus
3753
- ) => any;
3754
-
3755
- export declare const DescribeMovingAddressesResultFilterSensitiveLog: (
3756
- obj: DescribeMovingAddressesResult
3757
- ) => any;
3758
-
3759
- export declare const DescribeNatGatewaysRequestFilterSensitiveLog: (
3760
- obj: DescribeNatGatewaysRequest
3761
- ) => any;
3762
-
3763
- export declare const DescribeNatGatewaysResultFilterSensitiveLog: (
3764
- obj: DescribeNatGatewaysResult
3765
- ) => any;
3766
-
3767
- export declare const DescribeNetworkAclsRequestFilterSensitiveLog: (
3768
- obj: DescribeNetworkAclsRequest
3769
- ) => any;
3770
-
3771
- export declare const DescribeNetworkAclsResultFilterSensitiveLog: (
3772
- obj: DescribeNetworkAclsResult
3773
- ) => any;
3774
-
3775
- export declare const DescribeNetworkInsightsAccessScopeAnalysesRequestFilterSensitiveLog: (
3776
- obj: DescribeNetworkInsightsAccessScopeAnalysesRequest
3777
- ) => any;
3778
-
3779
- export declare const NetworkInsightsAccessScopeAnalysisFilterSensitiveLog: (
3780
- obj: NetworkInsightsAccessScopeAnalysis
3781
- ) => any;
3782
-
3783
- export declare const DescribeNetworkInsightsAccessScopeAnalysesResultFilterSensitiveLog: (
3784
- obj: DescribeNetworkInsightsAccessScopeAnalysesResult
3785
- ) => any;