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